
        :root {
            --brand-red: #7A1E2C;
            --brand-yellow: #C6A96A;
            --text-dark: #1C1210;
            --bg-gray: #FAF8F4;

            /* Extended brand palette */
            --m:     #7A1E2C;
            --m2:    #5E1621;
            --m-bg:  #FDF1F3;
            --m-br:  #E2BCC1;
            --g:     #C6A96A;
            --g-light: #e0c07a;
            --g-bg:  #FAF4E8;
            --cr:    #FAF8F4;
            --cr2:   #EDE6DA;
            --txt:   #1C1210;
            --gy:    #555555;
            --gy2:   #777777;
            --gy3:   #D8D2C8;
            --wh:    #FFFFFF;
            --grn:   #15803D;
            --grn-bg:#F0FDF4;
            --grn-br:#BBF7D0;
            --red:   #EF4444;
            --wa:    #25D366;
        }

        body, html {
            margin: 0;
            padding: 0;
            font-family: 'Poppins', sans-serif;
            overflow-x: hidden;
        }
        .hidden { display: none !important; }

        /* --- NAVIGATION --- */
        .navbar {
            position: fixed !important; top: 0; left: 0; width: 100%; z-index: 1000;
            padding: 25px 0; transition: all 0.4s ease; background: transparent;
        }
        .navbar.scrolled {
            padding: 15px 0; background: rgba(255, 255, 255, 0.95);
            backdrop-filter: blur(10px); box-shadow: 0 4px 20px rgba(0,0,0,0.1);
        }
        .navbar-brand { font-weight: 700; color: white !important; font-size: 24px; display: flex; align-items: center; gap: 8px; }
        .nav-link { color: rgba(255,255,255,0.9) !important; font-weight: 500; text-transform: uppercase; margin: 0 15px; font-size: 13px; letter-spacing: 0.5px; transition: 0.3s; }
        .nav-link:hover { color: var(--brand-yellow) !important; }
        .yellow-disclaimer{
            background: var(--brand-yellow);
    padding: 10px;
    font-size: 14px;
        }
        /* Login Button - Always Red */
        .btn-primary-red {
            background: var(--brand-red); color: white; border: 2px solid rgba(255,255,255,0.3);
            padding: 10px 30px; border-radius: 50px; font-weight: 600; text-decoration: none; transition: 0.3s; font-size: 14px; box-shadow: 0 4px 15px rgba(0,0,0,0.2);
        }
        .btn-primary-red:hover { background: white; color: var(--brand-red); border-color: white; }

        /* Scrolled Navigation Colors */
        .navbar.scrolled .navbar-brand { color: var(--brand-red) !important; }
        .navbar.scrolled .nav-link { color: var(--text-dark) !important; }
        .navbar.scrolled .nav-link:hover { color: var(--brand-red) !important; }
        .navbar.scrolled .btn-primary-red { border-color: var(--brand-red); }
        .navbar.scrolled .btn-primary-red:hover { background: var(--text-dark); color: white; border-color: var(--text-dark); }

        /* --- HERO SECTION --- */
         .hero-container {
            display: flex;
            min-height: 100vh;
            width: 100%;
        }

        .hero-left {
            width: 55%;
            background-color: var(--brand-red);
            display: flex;
            align-items: center;
            justify-content: center;
            padding-left: 80px;
            padding-right: 20px;
            position: relative;
        }

        .hero-right {
            width: 45%;
            position: relative;
            background-image: url('https://dbknlef7f8e3z.cloudfront.net/new_bg.png');
            background-image: image-set(
                url('https://dbknlef7f8e3z.cloudfront.net/new_bg.png') type('image/png') 1x
            );
            background-size: cover;
            background-position: top center;
            background-position-y: top;
        }

        .blend-overlay { 
            position: absolute; top: 0; left: 0; width: 100%; height: 100%; 
            background: linear-gradient(to right, var(--brand-red) 2%, rgba(122, 30, 44, 0.1) 20%, rgba(122, 30, 44, 0) 100%); 
        }

        .hero-content-container { 
            width: 100%; 
            padding-left: calc((100% - 1140px) / 2 + 15px); 
            padding-right: 50px; 
            margin-top: 60px; 
        }
        @media (max-width: 990px) { .hero-content-container { padding-left: 50px; } }

        .hero-content { color: white; max-width: 600px; }
        .tagline { font-size: 14px; font-weight: 700; letter-spacing: 2px; text-transform: uppercase; margin-bottom: 20px; display: flex; align-items: center; gap: 15px; }
        .main-title { font-size: 50px; font-weight: 700; line-height: 1.1; margin-bottom: 25px; }
        .main-title span { font-size: 38px; color: var(--brand-yellow); }
        .hero-description { font-size: 15px; opacity: 0.9; margin-bottom: 10px; line-height: 1.7; max-width: 90%; }

        .btn-register {
            background: var(--brand-yellow);
            display: inline-block; border: 2px solid var(--brand-yellow); color: black;
            padding: 15px 45px; font-size: 14px; font-weight: 700; letter-spacing: 1px;
            text-transform: uppercase; text-decoration: none; transition: 0.3s; margin-bottom: 30px;
        }
        .btn-register:hover { background: var(--brand-yellow); color: black; }
.text-gray-600 {
    --tw-text-opacity: 1;
    color: rgb(75 85 99 / var(--tw-text-opacity, 1));
    text-decoration: inherit;
}
        /* Trust Badges */
        .trust-badges { display: flex; gap: 15px; margin-bottom: 40px; flex-wrap: wrap; }
        .badge-item {
            display: flex; align-items: center; gap: 8px; color: rgba(255,255,255,0.9);
            font-size: 13px; font-weight: 500; background: rgba(0,0,0,0.1);
            padding: 8px 15px; border-radius: 30px; border: 1px solid rgba(255,255,255,0.15);
            transition: 0.3s;
        }
        .badge-item:hover { background: rgba(255,255,255,0.1); border-color: rgba(255,255,255,0.4); }
        .badge-item i { color: var(--brand-yellow); font-size: 16px; }

        /* Stats */
        .stats-wrapper { display: flex; gap: 50px; border-top: 1px solid rgba(255,255,255,0.2); padding-top: 30px; }
        .stat-box h3 { font-size: 32px; font-weight: 800; margin: 0; }
        .stat-box h3 span { color: var(--brand-yellow); font-size: 24px; }
        .stat-box p { font-size: 12px; text-transform: uppercase; opacity: 0.8; margin: 5px 0 0 0; letter-spacing: 1px; }

        /* --- QUICK REGISTRATION --- */
        .quick-registration-section { background: #fff; }
        .quick-reg-card {
            background: var(--cr);
            border: 1px solid rgba(122, 30, 44, 0.15);
            border-radius: 20px;
            padding: 30px;
            box-shadow: 0 12px 30px rgba(0,0,0,0.08);
        }
        .quick-reg-card h4 { font-weight: 700; font-size: 22px; margin-bottom: 8px; color: var(--text-dark); }
        .quick-reg-card p { font-size: 14px; color: var(--gy); line-height: 1.6; }
        .quick-reg-label { font-size: 13px; font-weight: 600; color: var(--gy); margin-bottom: 6px; }
        .quick-reg-input {
            border-radius: 12px;
            border: 1px solid var(--gy3);
            padding: 12px 14px;
            font-size: 14px;
        }
        .quick-reg-input:focus {
            border-color: rgba(122, 30, 44, 0.5);
            box-shadow: 0 0 0 0.2rem rgba(122, 30, 44, 0.15);
        }
        .qr-suggest-list{display:none;position:absolute;top:100%;left:0;right:0;z-index:100;max-height:200px;overflow-y:auto;background:#fff;border:1px solid #ddd;border-radius:8px;margin-top:2px;box-shadow:0 4px 16px rgba(0,0,0,.12)}
        .qr-suggest-item{padding:9px 12px;font-size:14px;cursor:pointer;border-bottom:1px solid #f0f0f0}
        .qr-suggest-item:hover{background:#fdf1f3;color:#7A1E2C}
        .qr-suggest-item:last-child{border-bottom:none}
        .quick-reg-btn {
            background: #7A1E2C;
            border: none;
            padding: 12px 16px;
            font-weight: 700;
            border-radius: 12px;
            color: white;
        }
        .quick-reg-btn:hover,
        .quick-reg-btn:focus,
        .quick-reg-btn:active { background: #5E1621 !important; color: #ffffff !important; opacity: 1; border-color: #5E1621 !important; }
        .quick-reg-points { list-style: none; padding: 0; margin: 20px 0 0 0; }
        .quick-reg-points li {
            display: flex;
            align-items: flex-start;
            gap: 10px;
            margin-bottom: 12px;
            color: #555;
            font-size: 14px;
        }
        .lastUpdate{
            font-size: 14px;
    color: red;
    font-weight: 700;
        }
        .quick-reg-points i { color: var(--brand-red); font-size: 18px; margin-top: 2px; }
        .quick-reg-hint { font-size: 12px; color: var(--gy); margin-top: 6px; }
        .quick-reg-error {
            font-size: 12px;
            color: var(--m);
            margin-top: 10px;
            background: rgba(122, 30, 44, 0.10);
            border: 1px solid rgba(122, 30, 44, 0.25);
            border-radius: 10px;
            padding: 8px 10px;
            line-height: 1.4;
        }
        .quick-reg-success { font-size: 14px; color: var(--grn); margin-top: 10px; }

        /* GENERAL SECTIONS */
        .section-padding { padding: 40px 0; }
        .section-padding-top { padding-top: 120px; padding-bottom: 30px; }
        .section-padding-normal { padding: 0 0 30px 0; }
        .bg-gray { background-color: var(--bg-gray); }
        .section-title { text-align: center; margin-bottom: 50px; max-width: 800px; margin-left: auto; margin-right: auto; }
        .section-title span { color: var(--brand-red); font-weight: 700; letter-spacing: 1px; text-transform: uppercase; font-size: 14px; display: block; margin-bottom: 10px; }
        .section-title h2 { font-weight: 700; font-size: 30px; color: var(--text-dark); margin: 0;  }
        .section-title h1 { font-weight: 700; font-size: 35px; color: var(--text-dark); margin: 0; margin-bottom: 5px;}
        .section-title p { color: var(--gy); margin-top: 15px; font-size: 16px; }
.mm-breadcrumb-wrap {
    margin-bottom: 10px;
}
.mm-breadcrumb {
    margin-bottom: 0;
    font-size: 13px;
}
.mm-breadcrumb .breadcrumb-item,
.mm-breadcrumb .breadcrumb-item + .breadcrumb-item::before {
    color: var(--gy2);
}
.mm-breadcrumb .breadcrumb-item a {
    color: var(--gy2);
    text-decoration: none;
}
.mm-breadcrumb .breadcrumb-item a:hover {
    color: var(--brand-red);
}
.mm-breadcrumb .breadcrumb-item.active {
    color: var(--text-dark);
    font-weight: 600;
}
.whatwedo{
    color: var(--text-dark);
    font-size: 27px;
    font-weight: 700;
    margin: 0;
    margin-bottom: 20px
}
        /* FEATURE CARDS */
        .feature-box { background: white; padding: 40px 30px; border-radius: 15px; text-align: center; transition: 0.3s; box-shadow: 0 10px 30px rgba(0,0,0,0.05); height: 100%; border-bottom: 4px solid transparent; }
        .feature-box:hover { transform: translateY(-10px); border-bottom-color: var(--brand-red); }
      .feature-icon {
    width: 70px;
    height: 70px;
    background: #7A1E2C;
    color: #C6A96A;
    border-radius: 16px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 30px;
    margin: 0 auto 25px;
}
        .feature-box h4 { font-weight: 700; margin-bottom: 15px; font-size: 20px; }
        .feature-box p { color: var(--gy); font-size: 14px; line-height: 1.6; }

        .community-link {
            display: block;
            padding: 8px 10px;
            border: 1px solid rgba(122, 30, 44, 0.12);
            border-radius: 10px;
            background: var(--wh);
            color: var(--gy);
            text-decoration: none;
            font-size: 13px;
            transition: 0.2s ease;
            text-align: center;
        }
        .community-link:hover {
            color: var(--brand-red);
            border-color: var(--brand-red);
            box-shadow: 0 6px 14px rgba(122, 30, 44, 0.12);
        }
        .community-hero-img {
            width: 100%;
            height: auto;
            max-height: none;
            object-fit: contain;
            background: #fff;
            border-radius: 16px;
            box-shadow: 0 12px 30px rgba(0, 0, 0, 0.08);
        }
        .profession-hero-img {
            width: 100%;
            height: auto;
            max-height: none;
            object-fit: contain;
            background: #fff;
            border-radius: 16px;
            box-shadow: 0 12px 30px rgba(0, 0, 0, 0.08);
        }
        .community-content h2 { margin-top: 1.25rem; }
        .community-content ul { padding-left: 1.25rem; }
        .community-content .accordion-button { font-weight: 600; }
        .community-title{
            color: var(--text-dark);
    font-size: 27px;
    font-weight: 700;
    margin: 0;
        }
        .community-content .accordion-item { border-color: var(--gy3); }

             .step-card {
            text-align: center;
            padding: 30px;
            transition: 0.3s;
        }
        .step-card:hover { transform: translateY(-10px); }
        
        .step-icon {
            width: 80px; height: 80px; background: rgba(122, 30, 44, 0.1);
            color: var(--brand-red); border-radius: 50%; display: flex;
            align-items: center; justify-content: center; font-size: 32px; margin: 0 auto 25px;
        }
        .step-card h4 { font-weight: 700; margin-bottom: 15px; color: var(--text-dark); }
        .step-card p { color: var(--gy); font-size: 15px; line-height: 1.6; }

        /* --- COMPARISON SECTION --- */
.comparison-wrapper {
    background: white;
    border-radius: 20px;
    box-shadow: 0 10px 40px rgba(0,0,0,0.05);
    overflow: hidden; /* Keeps borders rounded */
    border: 1px solid rgba(0,0,0,0.05);
}

.table-custom {
    width: 100%;
    margin-bottom: 0;
    border-collapse: separate;
    border-spacing: 0;
}

.table-custom th, .table-custom td {
    padding: 20px 25px;
    vertical-align: middle;
}

.table-custom thead th {
    background: var(--cr);
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-size: 14px;
    border-bottom: 2px solid var(--gy3);
    color: var(--gy);
}

/* Highlight the Million Matches Column */
.table-custom .brand-col {
    background: rgba(253, 241, 243, 0.5); /* --m-bg tint */
    border-left: 1px solid rgba(122, 30, 44, 0.1);
    border-right: 1px solid rgba(122, 30, 44, 0.1);
    position: relative;
}

.table-custom thead th.brand-col {
    background: var(--brand-red);
    color: white;
    border-bottom: none;
    font-size: 16px;
}

/* Icons in table */
.check-icon {
    color: var(--grn);
    font-size: 20px;
    margin-right: 8px;
    vertical-align: middle;
}

.cross-icon {
    color: #EF4444;
    opacity: 0.5;
    font-size: 20px;
    margin-right: 8px;
    vertical-align: middle;
}

.table-row-hover:hover {
    background-color: var(--cr);
}


/* --- PRIVACY SECTION --- */
.privacy-section {
    background: linear-gradient(to bottom, #1a1a1a, #000000); /* Dark luxury bg */
    color: white;
    position: relative;
}

.privacy-card {
    background: rgba(255, 255, 255, 0.05);
    border: 1px solid rgba(255, 255, 255, 0.1);
    padding: 30px 20px;
    border-radius: 15px;
    text-align: center;
    transition: all 0.3s ease;
    height: 100%;
}

.privacy-card:hover {
    background: rgba(255, 255, 255, 0.1);
    transform: translateY(-10px);
    border-color: var(--brand-yellow);
}

.privacy-icon-box {
    width: 60px;
    height: 60px;
    background: var(--brand-red);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 20px;
    font-size: 28px;
    color: white;
    box-shadow: 0 5px 15px rgba(122, 30, 44, 0.4);
}

.privacy-card h4 {
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 10px;
    color: white;
}
.privacy-card p {
    font-size: 13px;
    color: rgba(255, 255, 255, 0.75);
    line-height: 1.6;
    margin-bottom: 0;
}
        /* HOW IT WORKS */
        .step-item { position: relative; padding: 20px; text-align: center; }
        .step-number { font-size: 50px; font-weight: 800; color: rgba(122, 30, 44, 0.1); position: absolute; top: 0; left: 50%; transform: translateX(-50%); z-index: 0; }
        .step-content { position: relative; z-index: 1; margin-top: 20px; }
        .step-title { font-weight: 700; font-size: 18px; margin-bottom: 10px; color: var(--text-dark); }
        .how-it-works-section .section-title { margin-bottom: 25px; }
        .how-steps { margin-top: 25px; }
        .how-step {
            background: #fff;
            border: 1px solid rgba(122, 30, 44, 0.12);
            border-radius: 16px;
            padding: 18px 20px;
            box-shadow: 0 8px 20px rgba(0,0,0,0.05);
            display: flex;
            align-items: center;
            justify-content: space-between;
            gap: 18px;
            margin-bottom: 18px;
        }
        .how-step:last-child { margin-bottom: 0; }
        .how-step-text { flex: 1; }
        .how-step-header {
            display: flex;
            align-items: center;
            gap: 12px;
            margin-bottom: 8px;
        }
        .how-step-badge {
            width: 36px;
            height: 36px;
            border-radius: 50%;
            background: rgba(122, 30, 44, 0.12);
            color: var(--brand-red);
            font-weight: 700;
            display: flex;
            align-items: center;
            justify-content: center;
            font-size: 14px;
        }
        .how-step-title {
            font-weight: 700;
            margin: 0;
            color: var(--text-dark);
            font-size: 17px;
        }
        .how-step p { margin: 0; color: var(--gy); font-size: 14px; line-height: 1.6; }
        .how-step-icon {
            width: 90px;
            height: 90px;
            margin: 0 auto;
            border-radius: 24px;
               background: #7A1E2C;
    color: #C6A96A;
            display: flex;
            align-items: center;
            justify-content: center;
            font-size: 40px;
            box-shadow: 0 10px 24px rgba(122, 30, 44, 0.15);
        }
        @media (max-width: 991px) {
            .how-step,
            .how-step.reverse {
                flex-direction: row;
                align-items: center;
            }
            .how-step-text { min-width: 0; }
            .how-step-icon {
                margin-top: 0;
                width: 60px;
                height: 60px;
                font-size: 26px;
                flex-shrink: 0;
            }
            .pricing-card {
                padding: 26px 22px;
                border-radius: 16px;
            }
            .pricing-card::before {
                width: 120px;
                height: 120px;
                top: -40px;
                right: -40px;
            }
            .price-tag { font-size: 44px; }
            .pricing-list li { font-size: 14px; }
            .pricing-sub { font-size: 13px; }
            .btn-pricing { max-width: none; width: 100%; }
        }
        .how-it-works-image {
            width: 100%;
            border-radius: 20px;
            box-shadow: 0 12px 30px rgba(0,0,0,0.15);
            border: 1px solid rgba(0,0,0,0.05);
        }
        .how-it-works-roadmap {
            width: 100%;
            max-width: 360px;
            margin: 0 auto;
        }
        .how-it-works-roadmap svg {
            width: 100%;
            height: auto;
            display: block;
        }

        /* VERIFICATION LIST */
        .check-list-item { display: flex; align-items: flex-start; margin-bottom: 20px; }
        .check-icon { min-width: 25px; height: 25px; background: var(--brand-red); color: white; border-radius: 50%; display: flex; align-items: center; justify-content: center; margin-right: 15px; font-size: 14px; margin-top: 3px; }
        .check-content h5 { font-size: 16px; font-weight: 700; margin-bottom: 5px; }
        .check-content p { font-size: 14px; color: var(--gy); margin: 0; }
        .zero-tolerance-callout {
            background: rgba(122, 30, 44, 0.08);
            border-left: 4px solid var(--brand-red);
            padding: 16px 18px;
            border-radius: 12px;
            box-shadow: 0 10px 20px rgba(0,0,0,0.06);
        }
        .zero-tolerance-callout h3 {
            margin: 0 0 6px 0;
            font-size: 18px;
            color: var(--brand-red);
            font-weight: 700;
        }
        .zero-tolerance-callout p {
            margin: 0;
            font-size: 14px;
            color: var(--gy);
            font-weight: 500;
            line-height: 1.7;
        }

        /* PRICING CARD */
        .pricing-card {
            background: var(--brand-red);
            color: white;
            border-radius: 20px;
            padding: 40px;
            text-align: left;
            position: relative;
            overflow: hidden;
            box-shadow: 0 18px 40px rgba(122, 30, 44, 0.22);
        }
        .pricing-card::before {
            content: '';
            position: absolute;
            top: -50px;
            right: -50px;
            width: 150px;
            height: 150px;
            background: rgba(255,255,255,0.12);
            border-radius: 50%;
        }
        .price-tag { font-size: 60px; font-weight: 700; margin: 16px 0; color: var(--brand-yellow); }
        .price-tag span { font-size: 18px; color: white; font-weight: 400; }
        .pricing-list {
            list-style: none;
            padding: 0;
            margin: 22px 0 0 0;
            display: grid;
            gap: 12px;
        }
        .pricing-list li {
            margin: 0;
            font-size: 16px;
            display: flex;
            align-items: flex-start;
            gap: 10px;
            line-height: 1.6;
        }
        .pricing-list li i { color: var(--brand-yellow); margin-top: 2px; }
        .pricing-sub {
            display: block;
            font-size: 14px;
            opacity: 0.85;
            margin-top: 4px;
        }
        .btn-pricing {
            background: white;
            color: var(--brand-red);
            padding: 15px 40px;
            border-radius: 50px;
            font-weight: 700;
            text-decoration: none;
            display: inline-flex;
            align-items: center;
            justify-content: center;
            width: 100%;
            max-width: 320px;
            transition: 0.3s;
        }
        .btn-pricing:hover { background: var(--brand-yellow); color: black; }

        /* FAQ ACCORDION */
        .accordion-item { border: none; margin-bottom: 15px; border-radius: 10px !important; overflow: hidden; box-shadow: 0 5px 15px rgba(0,0,0,0.05); }
        .accordion-button { font-weight: 600; color: var(--text-dark); padding: 20px; background: white; }
        .accordion-button:not(.collapsed) { background-color: rgba(122, 30, 44, 0.05); color: var(--brand-red); box-shadow: none; }
        .accordion-button:focus { box-shadow: none; border-color: rgba(0,0,0,0.1); }
        .accordion-body { font-size: 14px; color: var(--gy); line-height: 1.6; padding: 20px; }
        .border-secondary {
            --bs-border-opacity: 1;
            border-color: rgb(145 145 145) !important;
        }
        /* FOOTER */
        .footer { background: var(--brand-red); color: white; padding: 80px 0 30px; }
        .footer-link { display: block; color: #fff; text-decoration: none; margin-bottom: 12px; transition: 0.3s; font-size: 14px; }
        .footer a,
        .footer a:visited {
            color: #fff;
        }
        .footer-link:hover { color: var(--brand-yellow); padding-left: 5px; }
        .footer-text { color: #fff; font-size: 14px; line-height: 1.8; margin-bottom: 20px; }
        .footer-social {
            display: flex;
            align-items: center;
            gap: 10px;
            flex-wrap: wrap;
        }
        .footer-social-link {
            width: 38px;
            height: 38px;
            border-radius: 50%;
            border: 1px solid rgba(255, 255, 255, 0.45);
            color: #fff;
            display: inline-flex;
            align-items: center;
            justify-content: center;
            text-decoration: none;
            font-size: 18px;
            transition: 0.2s ease;
        }
        .footer-social-link:hover {
            background: var(--brand-yellow);
            border-color: var(--brand-yellow);
            color: var(--brand-red);
            transform: translateY(-1px);
        }

        /* --- LAPTOP OPTIMIZATION (Up to 1600px) --- */
@media (max-width: 1600px) {

    /* 1. Give text more space (60% width instead of 50%) */
    .hero-left {
        width: 60% !important; 
        padding-left: 40px !important;
        padding-right: 20px !important;
    }

    /* 2. Shrink the image side to 40% */
    .hero-right {
        width: 40% !important;
    }

    /* 3. Reduce Font Sizes */
    .main-title {
        font-size: 45px !important; 
        margin-bottom: 15px !important;
    }
    
    .hero-content {
        margin-top: 80px !important;
    }
}

/* --- SMALLER LAPTOPS / TABLETS (Up to 1200px) --- */
@media (max-width: 1200px) {
    /* Stack them vertically like mobile, but keep desktop styling */
    .hero-container {
        flex-direction: column !important;
    }
    
    .hero-left {
        width: 100% !important;
        height: auto !important;
        padding: 60px 20px !important;
        text-align: center !important; /* Center text for better balance */
    }

    .hero-right {
        width: 100% !important;
        height: 400px !important; /* Give image fixed height */
    }

    /* Center align the badges and stats */
    .trust-badges, .stats-wrapper, .tagline {
        justify-content: center !important;
    }
    
    .hero-content-container {
        padding: 0 !important;
    }
    
    .hero-content {
        margin: 0 auto !important; /* Center the content block */
    }
}

@media (max-width: 600px) {
 .hero-right {
    display: none;
 }
  .main-title {
        font-size: 32px !important; 
       
    }
.section-padding-top {
    padding-top: 100px;
    padding-bottom: 30px;
}
    .hero-left{
        padding-top: 90px !important;
    }
    .section-title {
        text-align: left;
        margin-bottom: 20px;
        padding: 0 10px;
        max-width: none;
    }
    .section-title span {
        font-size: 12px;
        letter-spacing: 0.8px;
        margin-bottom: 6px;
    }
    .section-title h1 {
        font-size: 26px;
        line-height: 1.25;
    }
    .section-title h2 {
        font-size: 24px;
        line-height: 1.3;
        margin-bottom: 10px;
    }
    .section-title p {
        font-size: 14px;
        margin-top: 10px;
    }
    .bg-gray {
    background-color: var(--bg-gray);
    border-bottom: 1px solid #C6A96A;
    border-top: 1px solid #C6A96A;
}
.feature-icon {
    width: 50px;
    height: 50px;
   
}
    .step-card {
   
    padding: 10px 5px;
    transition: 0.3s;
}
.margin-top{
    margin-top:10px;
}
.col-12 {
    flex: 0 0 auto;
    width: 100%;
    margin-top: 15px;
}
    
}
    

/* City FAQ accordion */
.city-faq-accordion .faq-item {
  border: 1px solid var(--gy3);
  border-radius: 8px;
  margin-bottom: 8px;
  overflow: hidden;
  box-shadow: 0 1px 4px rgba(0,0,0,.06);
}
.city-faq-accordion .faq-question {
  font-size: 1rem;
  font-weight: 600;
  color: var(--text-dark, #1a1a1a);
  margin: 0;
  padding: 1rem 3rem 1rem 1.25rem;
  cursor: pointer;
  position: relative;
  user-select: none;
  line-height: 1.5;
  background: #fff;
  transition: background 0.2s;
}
.city-faq-accordion .faq-question::after {
  content: '\002B';
  position: absolute;
  right: 1.25rem;
  top: 50%;
  transform: translateY(-50%);
  font-size: 1.4rem;
  font-weight: 400;
  color: var(--brand-red, #7A1E2C);
  line-height: 1;
  transition: transform 0.25s;
}
.city-faq-accordion .faq-item.open .faq-question {
  background: var(--m-bg);
}
.city-faq-accordion .faq-item.open .faq-question::after {
  content: '\2212';
}
.city-faq-accordion .faq-answer {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.3s ease, padding 0.3s ease;
  padding: 0 1.25rem;
  color: var(--gy2);
  margin: 0;
  font-size: 0.95rem;
  line-height: 1.7;
}
.city-faq-accordion .faq-item.open .faq-answer {
  max-height: 600px;
  padding: 0.75rem 1.25rem 1rem;
}
