@charset "UTF-8";

/*
Theme Name: Assured
Theme URI: https://wordpress.org/themes/twentytwentyone/
Author: the WordPress team
Author URI: https://wordpress.org/
Description: Twenty Twenty-One is a blank canvas for your ideas and it makes the block editor your best brush. With new block patterns, which allow you to create a beautiful layout in a matter of seconds, this theme’s soft colors and eye-catching — yet timeless — design will let your work shine. Take it for a spin! See how Twenty Twenty-One elevates your portfolio, business website, or personal blog.
Requires at least: 5.3
Tested up to: 6.0
Requires PHP: 5.6
Version: 1.7
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: twentytwentyone
Tags: one-column, accessibility-ready, custom-colors, custom-menu, custom-logo, editor-style, featured-images, footer-widgets, block-patterns, rtl-language-support, sticky-post, threaded-comments, translation-ready

Twenty Twenty-One WordPress Theme, (C) 2020 WordPress.org
Twenty Twenty-One is distributed under the terms of the GNU GPL.
*/

/**
 * SETTINGS
 * File-header..........The file header for the themes style.css file.
 * Fonts................Any font files, if the project needs specific fonts.
 * Global...............Project-specific, globally available variables.
 *
 * TOOLS
 * Functions............Global functions.
 * Mixins...............Global mixins.
 *
 * GENERIC
 * Normalize.css........Normalise browser defaults.
 * Breakpoints..........Mixins and variables for responsive styles
 * Vertical-margins.....Vertical spacing for the main components.
 * Reset................Reset specific elements to make them easier to style in other contexts.
 * Clearings............Clearings for the main components.
 *
 * ELEMENTS
 * Blockquote...........Default blockquote.
 * Forms................Element-level form styling.
 * Headings.............H1–H6
 * Links................Default links.
 * Lists................Default lists.
 * Media................Images, Figure, Figcaption, Embed, iFrame, Objects, Video.
 *
 * BLOCKS
 * Audio................Specific styles for the audio block.
 * Button...............Specific styles for the button block.
 * Code.................Specific styles for the code block.
 * Columns..............Specific styles for the columns block.
 * Cover................Specific styles for the cover block.
 * File.................Specific styles for the file block.
 * Gallery..............Specific styles for the gallery block.
 * Group................Specific styles for the group block.
 * Heading..............Specific styles for the heading block.
 * Image................Specific styles for the image block.
 * Latest comments......Specific styles for the latest comments block.
 * Latest posts.........Specific styles for the latest posts block.
 * Legacy...............Specific styles for the legacy gallery.
 * List.................Specific styles for the list block.
 * Media text...........Specific styles for the media and text block.
 * Navigation...........Specific styles for the navigation block.
 * Paragraph............Specific styles for the paragraph block.
 * Pullquote............Specific styles for the pullquote block.
 * Quote................Specific styles for the quote block.
 * Search...............Specific styles for the search block.
 * Separator............Specific styles for the separator block.
 * Table................Specific styles for the table block.
 * Verse................Specific styles for the verse block.
 * Video................Specific styles for the video block.
 * Utilities............Block alignments.
 *
 * COMPONENTS
 * Header...............Header styles.
 * Footer...............Footer styles.
 * Comments.............Comment styles.
 * Archives.............Archive styles.
 * 404..................404 styles.
 * Search...............Search styles.
 * Navigation...........Navigation styles.
 * Footer Navigation....Footer Navigation styles.
 * Pagination...........Pagination styles.
 * Single...............Single page and post styles.
 * Posts and pages......Misc, sticky post styles.
 * Entry................Entry, author biography.
 * Widget...............Widget styles.
 * Editor...............Editor styles.
 *
 * UTILITIES
 * A11y.................Screen reader text, prefers reduced motion etc.
 * Color Palette........Classes for the color palette colors.
 * Editor Font Sizes....Editor Font Sizes.
 * Measure..............The width of a line of text, in characters.
 */

/* Categories 01 to 03 are the basics. */

 /* fix header visibility */
        .navbar-default {
            background-color: #ffffff !important;
            box-shadow: 0 4px 12px rgba(0,0,0,0.05);
        }
        .navbar-brand img {
            max-height: 55px;
            width: auto;
            filter: brightness(1) contrast(1);
            display: block;
        }
        /* ensure logo is visible even if image has transparency, add fallback */
        .navbar-brand {
            background: transparent;
            padding: 5px 0;
        }
        /* improve nav links */
        .navbar-nav > li > a {
            font-weight: 600;
            color: #1a2c3e !important;
            font-size: 1rem;
            padding: 0.8rem 1rem;
        }
        .navbar-nav > li > a:hover {
            color: #0056b3 !important;
        }
        /* fix call button visibility */
        .attr-nav .butn-style1 {
            background-color: #0056b3 !important;
            color: white !important;
            border-radius: 40px;
            padding: 0.6rem 1.5rem;
            font-weight: 700;
            border: none;
            transition: all 0.2s;
        }
        .attr-nav .butn-style1:hover {
            background-color: #003d82 !important;
            color: white !important;
            transform: translateY(-2px);
        }
        /* hero buttons */
        .hero-btn-group .butn-style1 {
            background-color: #0056b3;
            color: white;
            border-radius: 40px;
            padding: 0.8rem 2rem;
            font-weight: 600;
        }
        .hero-btn-group .butn-style1.white {
            background-color: transparent;
            border: 2px solid white;
            color: white;
        }
        .hero-btn-group .butn-style1.white:hover {
            background-color: white;
            color: #0056b3;
        }
        @media (max-width: 576px) {
            .hero-btn-group .butn-style1 {
                margin-right: 0;
                margin-bottom: 12px;
                display: block;
                width: 100%;
                text-align: center;
            }
            .hero-btn-group {
                flex-direction: column;
                gap: 12px;
            }
        }
        .list-check li {
            list-style: none;
            margin-bottom: 12px;
            display: flex;
            align-items: center;
            gap: 12px;
        }
        .list-check li i {
            color: #0056b3;
            font-size: 1.25rem;
        }
        .step-card {
            text-align: center;
            padding: 1.5rem;
            border-radius: 12px;
            background: #fff;
            box-shadow: 0 5px 25px rgba(0,0,0,0.05);
            height: 100%;
        }
        .step-number {
            width: 60px;
            height: 60px;
            background: #0056b3;
            color: white;
            font-size: 1.8rem;
            font-weight: 800;
            border-radius: 60px;
            display: inline-flex;
            align-items: center;
            justify-content: center;
            margin-bottom: 1.2rem;
        }
        .bg-soft-primary {
            background-color: rgba(0, 86, 179, 0.05);
        }
        /* mobile menu adjustment */
        @media (max-width: 991px) {
            .navbar-nav {
                background: white;
                padding: 1rem;
                border-radius: 12px;
                margin-top: 1rem;
            }
            .attr-nav {
                margin-top: 0.5rem;
            }
        }
        /* ensure contact number in header is readable */
        .attr-nav ul li a {
            font-size: 0.95rem;
        }
        
         /* Hero with background image (same as home page) */
        .contact-hero {
            
            background-size: cover;
            background-position: center;
            padding: 100px 0 80px;
            text-align: center;
            position: relative;
        }
        .breadcrumb-contact {
            list-style: none;
            padding: 0;
            display: flex;
            justify-content: center;
            gap: 12px;
            margin-top: 20px;
        }
        .breadcrumb-contact li a {
            color: rgba(255,255,255,0.9);
            text-decoration: none;
            font-weight: 500;
        }
        .breadcrumb-contact li:not(:last-child):after {
            content: "›";
            margin-left: 12px;
            color: rgba(255,255,255,0.7);
        }

        /* Contact Info Panel (Left Side) */
        .contact-info-panel {
            background: #f8faff;
            border-radius: 28px;
            padding: 35px;
            height: 100%;
            transition: 0.2s;
            border: 1px solid #eef2ff;
        }
        .info-item {
            display: flex;
            align-items: flex-start;
            gap: 18px;
            margin-bottom: 30px;
        }
        .info-icon {
            width: 55px;
            height: 55px;
            background: white;
            border-radius: 20px;
            display: flex;
            align-items: center;
            justify-content: center;
            font-size: 1.5rem;
            color: #1e5c9b;
            box-shadow: 0 6px 12px rgba(0,0,0,0.03);
        }
        .info-text h4 {
            font-weight: 700;
            margin-bottom: 5px;
            color: #1a2c3e;
        }
        .info-text p, .info-text a {
            color: #4a5568;
            text-decoration: none;
            margin-bottom: 0;
        }
        .info-text a:hover {
            color: #00c2e8;
        }

        /* Form Card (Right Side) */
        .form-card {
            background: white;
            border-radius: 28px;
            padding: 35px;
            box-shadow: 0 20px 35px -10px rgba(0,0,0,0.08);
            border: 1px solid #eef2ff;
        }
        .form-control-custom {
            width: 100%;
            padding: 14px 18px;
            border: 1px solid #e2e8f0;
            border-radius: 16px;
            font-size: 0.95rem;
            transition: all 0.2s;
            background: #ffffff;
        }
        .form-control-custom:focus {
            outline: none;
            border-color: #00c2e8;
            box-shadow: 0 0 0 3px rgba(0,194,232,0.1);
        }
        .form-label {
            font-weight: 600;
            margin-bottom: 8px;
            color: #1a2c3e;
            font-size: 0.9rem;
        }
        .input-group-icon {
            position: relative;
        }
        .input-group-icon i {
            position: absolute;
            left: 16px;
            top: 50%;
            transform: translateY(-50%);
            color: #a0aec0;
        }
        .input-group-icon input {
            padding-left: 45px;
        }
        
        /* 3 main feature cards (original) */
        .feature-card {
            background: white;
            border-radius: 28px;
            padding: 35px 25px;
            text-align: center;
            transition: all 0.4s;
            box-shadow: 0 20px 35px -10px rgba(0,86,179,0.1);
            height: 100%;
            border-bottom: 4px solid #00c2e8;
        }
        .feature-card:hover {
            transform: translateY(-10px);
            box-shadow: 0 30px 45px -12px rgba(0,86,179,0.25);
        }
        .feature-icon {
            width: 85px;
            height: 85px;
            background: linear-gradient(145deg, #eef5ff, #ffffff);
            display: inline-flex;
            align-items: center;
            justify-content: center;
            border-radius: 50%;
            margin-bottom: 25px;
            font-size: 2.5rem;
            color: #1e5c9b;
        }

        /* 4-box pillars section (new, as requested) */
        .pillar-card {
            background: white;
            border-radius: 24px;
            padding: 30px 20px;
            text-align: center;
            transition: all 0.3s;
            box-shadow: 0 10px 25px rgba(0,0,0,0.05);
            height: 100%;
            border: 1px solid #eef2ff;
        }
        .pillar-card:hover {
            transform: translateY(-8px);
            box-shadow: 0 20px 30px rgba(0,86,179,0.15);
            border-color: #00c2e8;
        }
        .pillar-icon {
            width: 70px;
            height: 70px;
            background: linear-gradient(135deg, #eef5ff, #ffffff);
            display: inline-flex;
            align-items: center;
            justify-content: center;
            border-radius: 50%;
            margin-bottom: 20px;
            font-size: 2rem;
            color: #1e5c9b;
        }

        /* Video & welcome section */
        .video-card {
            background: linear-gradient(135deg, #eef5ff, #ffffff);
            border-radius: 40px;
            padding: 50px;
            box-shadow: 0 20px 35px -10px rgba(0,0,0,0.08);
            border: 1px solid rgba(0,86,179,0.1);
        }
        .video-placeholder {
            background: linear-gradient(145deg, #1a5f8b, #0a2e4a);
            border-radius: 28px;
            padding: 35px;
            cursor: pointer;
            transition: 0.3s;
            text-align: center;
            color: white;
        }
        .video-placeholder:hover {
            transform: scale(1.02);
        }

        /* Quote block */
        .quote-block {
            background: #f0f6fe;
            border-radius: 40px;
            padding: 40px;
            border-left: 8px solid #00c2e8;
        }

        /* Benefits grid */
        .benefits-grid {
            display: grid;
            grid-template-columns: repeat(auto-fill, minmax(340px, 1fr));
            gap: 25px;
            margin-top: 40px;
        }
        .benefit-card {
            background: white;
            border-radius: 24px;
            padding: 25px;
            display: flex;
            gap: 20px;
            align-items: flex-start;
            transition: all 0.3s;
            box-shadow: 0 10px 25px rgba(0,0,0,0.04);
            border: 1px solid #eef2ff;
        }
        .benefit-card:hover {
            transform: translateX(6px);
            box-shadow: 0 20px 35px rgba(0,86,179,0.12);
            border-color: #00c2e8;
        }
        .benefit-icon-sm {
            background: #eef2ff;
            width: 55px;
            height: 55px;
            border-radius: 20px;
            display: flex;
            align-items: center;
            justify-content: center;
            font-size: 1.6rem;
            color: #1e5c9b;
            flex-shrink: 0;
        }

        /* Territory cloud */
        .territory-cloud {
            background: linear-gradient(145deg, #ffffff, #f5faff);
            border-radius: 48px;
            padding: 50px 40px;
            box-shadow: 0 25px 45px -12px rgba(0,0,0,0.08);
            border: 1px solid rgba(0,86,179,0.1);
        }
        .territory-chip {
            background: white;
            border-radius: 60px;
            padding: 10px 24px;
            margin: 5px;
            display: inline-block;
            font-weight: 500;
            box-shadow: 0 2px 8px rgba(0,0,0,0.05);
            transition: 0.2s;
            border: 1px solid #e2e8f0;
        }
        .territory-chip:hover {
            background: #1e5c9b;
            color: white;
        }

        /* CTA blue gradient */
        .cta-blue {
            background: linear-gradient(110deg, #0a2e4a, #1a5f8b);
        }
        
        @media (max-width: 768px) {
            
            .contact-hero { padding: 80px 0 60px; }
            .contact-info-panel, .form-card { padding: 25px; }
            .benefits-grid { grid-template-columns: 1fr; }
            .video-card { padding: 30px; }
        }
        
        /* New Benefits Section (image + list) - separate section */
        .benefits-full-section {
            background: #ffffff;
            border-radius: 32px;
            overflow: hidden;
            box-shadow: 0 20px 35px -10px rgba(0,0,0,0.08);
        }
        .benefits-image-side {
            background-image: url('https://assureyourlovedones.com/wp-content/plugins/modins-themer/elementor/assets/images/image-1.jpg');
            background-size: cover;
            background-position: center;
            min-height: 100%;
            height: 100%;
        }
        @media (max-width: 991px) {
            .benefits-image-side {
                min-height: 300px;
            }
        }
        
        .btn-primary-white {
                background-color: #272c49;
    color: #fff;
    border-radius: 4px;
    font-size: 14px;
    padding: 15px 34px !important;
    display: inline-block;
    border: 0;
    text-transform: uppercase;
    letter-spacing: .5px;
    font-weight: 700;
    width: auto;
    line-height: 1.5;
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
    -webkit-box-shadow: 0 5px 20px rgba(0, 0, 0, 0.1);
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.1);
        }
        
        .footer-bottom-nav li:not(:last-child) {
    border-right: 1px solid rgba(255,255,255,0.3);
    padding-right: 12px;
    margin-right: 12px;
}
