/* Custom Maharashtra Page Styles - High Contrast Design System */

/* ============================================================
   our-presence.html — Extracted Inline Styles as CSS Classes
   ============================================================ */

/* Header container overflow fix */
.op-header-container { overflow: visible; }

/* Hero section container */
.op-hero-container { position: relative; z-index: 5; }

/* Main page container padding */
.op-main-container { padding-top: 40px; padding-bottom: 60px; }

/* ── Intro Box (dark card at top) ─────────────────────────── */
.op-intro-box {
    background: linear-gradient(135deg, #0f172a 0%, #1e293b 100%);
    color: #ffffff;
    padding: 35px 30px;
    border-radius: 16px;
    margin-bottom: 40px;
    box-shadow: 0 10px 30px rgba(15,23,42,0.15);
    position: relative;
    overflow: hidden;
}
.op-intro-watermark {
    position: absolute;
    right: -20px;
    bottom: -20px;
    opacity: 0.08;
    font-size: 160px;
    font-weight: 900;
    line-height: 1;
    user-select: none;
    pointer-events: none;
}
.op-intro-badge {
    background: #ef4444;
    color: #ffffff;
    padding: 4px 12px;
    border-radius: 20px;
    font-size: 13px;
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    display: inline-block;
}
.op-intro-h2 {
    color: #ffffff !important;
    margin-top: 10px;
    margin-bottom: 12px;
    font-size: 28px;
    font-weight: 800;
}
.op-intro-p {
    color: #cbd5e1 !important;
    font-size: 16px !important;
    line-height: 1.6 !important;
    max-width: 850px;
    margin-bottom: 0 !important;
}

/* ── State Section margin ─────────────────────────────────── */
.op-state-section { margin-bottom: 50px; }

/* ── State Header Row ─────────────────────────────────────── */
.op-state-header-row {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 15px;
    margin-bottom: 20px;
    padding-bottom: 15px;
    border-bottom: 2px solid #f1f5f9;
}
.op-state-h2 {
    margin-top: 8px !important;
    margin-bottom: 0 !important;
}

/* ── State Cities Badge (per-state colour) ────────────────── */
.op-state-badge {
    padding: 4px 12px;
    border-radius: 20px;
    font-size: 13px;
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    color: #ffffff;
    display: inline-block;
}
.op-state-badge--red    { background: #ef4444; }
.op-state-badge--blue   { background: #2563eb; }
.op-state-badge--green  { background: #16a34a; }
.op-state-badge--orange { background: #d97706; }

/* ── State "View All" Button (per-state colour) ───────────── */
.op-state-btn {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    border-radius: 50px;
    padding: 10px 22px;
    font-size: 14px;
    font-weight: 700;
    color: #ffffff !important;
    text-decoration: none !important;
    box-shadow: 0 4px 14px rgba(0,0,0,0.15);
    transition: all 0.25s ease;
}
.op-state-btn:hover { opacity: 0.88; transform: translateY(-2px); }
.op-state-btn--red    { background: #ef4444; }
.op-state-btn--blue   { background: #2563eb; }
.op-state-btn--green  { background: #16a34a; }
.op-state-btn--orange { background: #d97706; }

/* ── State subtitle paragraph ─────────────────────────────── */
.op-state-subtitle {
    margin-bottom: 20px !important;
    color: #64748b !important;
    font-size: 15px !important;
}

/* ── Card inner content row (number + name) ───────────────── */
.op-card-inner {
    display: flex;
    align-items: center;
    gap: 12px;
    z-index: 2;
    flex: 1;
    min-width: 0;
}

/* ── Card number badge ────────────────────────────────────── */
.op-card-num {
    font-size: 13px;
    font-weight: 800;
    color: #64748b;
    background: rgba(255,255,255,0.7);
    padding: 2px 8px;
    border-radius: 12px;
    border: 1px solid rgba(0,0,0,0.06);
    flex-shrink: 0;
}

/* ── Card h3 override (in addition to existing rule) ─────── */
.mh-district-card-item h3 {
    margin: 0 !important;
    font-size: 16px !important;
    font-weight: 700 !important;
    color: #1e293b !important;
}


html { scroll-behavior: smooth; }
.mh-page-wrapper { font-family: 'Lato', sans-serif; color: #0f172a; line-height: 1.7; font-size: 17.5px; background-color: #f8fafc; }
.mh-page-wrapper p { font-size: 16.5px !important; font-weight: 600 !important; color: #1e293b; line-height: 1.7 !important; }
.mh-page-wrapper li, .mh-page-wrapper div { font-size: 17.5px; }
.mh-page-wrapper h1 span, .mh-page-wrapper h2 span, .mh-page-wrapper h3 span, .mh-page-wrapper h4 span { font-size: inherit !important; font-weight: inherit !important; font-family: inherit !important; display: inline !important; }
.mh-section { padding: 45px 30px; margin-bottom: 30px; border-radius: 16px; background: #ffffff; border: 1px solid #cbd5e1; box-shadow: 0 4px 15px rgba(0,0,0,0.03); scroll-margin-top: 135px; }
.mh-section h1, .mh-section h2, .mh-section h3, .mh-section h4 { color: #0f2b5c !important; }
.mh-features h2, .mh-features h4, .mh-districts h2, .mh-districts h4, .mh-cta-banner h2 { color: #ffffff !important; }
.mh-red-text { color: #b91c1c !important; font-size: inherit !important; font-weight: inherit !important; font-family: inherit !important; display: inline !important; }
.mh-title-badge { display: inline-block; padding: 8px 18px; border-radius: 50px; font-weight: 800; font-size: 16px !important; text-transform: uppercase; letter-spacing: 0.5px; margin-bottom: 14px; background: #f1f5f9; color: #2e2a7c; border: 1px solid #94a3b8; }
.mh-btn { display: inline-block; padding: 14px 34px; border-radius: 8px; font-weight: 800; text-decoration: none !important; transition: all 0.3s ease; text-align: center; cursor: pointer; border: none; font-size: 16px !important; }
.mh-btn-primary { background: #b8151a; color: #ffffff !important; box-shadow: 0 4px 15px rgba(184, 21, 26, 0.3); }
.mh-btn-primary:hover { background: #960f13; transform: translateY(-2px); color: #ffffff !important; box-shadow: 0 6px 20px rgba(184, 21, 26, 0.5); }
.mh-btn-accent { background: #2e2a7c; color: #ffffff !important; box-shadow: 0 4px 15px rgba(46, 42, 124, 0.3); }
.mh-btn-accent:hover { background: #1e1b4b; transform: translateY(-2px); color: #ffffff !important; }
.mh-btn-gold { background: #1e40af; color: #ffffff !important; font-weight: 800; box-shadow: 0 4px 15px rgba(30, 64, 175, 0.3); }
.mh-btn-gold:hover { background: #1e3a8a; color: #ffffff !important; transform: translateY(-2px); }

/* Container Max Width Expansion for Desktop */
@media (min-width: 1200px) {
    .mh-page-wrapper .container {
        width: 100% !important;
        max-width: 1340px !important;
    }
}

/* Sticky Sidebar & Flex Layout for Desktop (>= 992px) */
@media (min-width: 992px) {
    .mh-page-wrapper .container > .row {
        display: flex !important;
        flex-wrap: wrap !important;
        align-items: stretch !important;
    }
    .mh-page-wrapper .container > .row::before,
    .mh-page-wrapper .container > .row::after {
        display: none !important;
    }
    .mh-page-wrapper .col-lg-8 {
        flex: 0 0 75% !important;
        max-width: 75% !important;
        width: 75% !important;
    }
    .mh-page-wrapper .col-lg-4.mh-sidebar-col {
        flex: 0 0 25% !important;
        max-width: 25% !important;
        width: 25% !important;
        display: block !important;
        position: relative !important;
        height: auto !important;
    }
    .mh-toc-card {
        position: -webkit-sticky !important;
        position: sticky !important;
        top: 130px !important;
        z-index: 100;
        padding: 0 !important;
        background: #ffffff;
        border-radius: 20px;
        border: 1px solid #cbd5e1;
        box-shadow: 0 12px 35px -5px rgba(15, 23, 42, 0.1), 0 4px 15px rgba(0, 0, 0, 0.04);
        overflow: hidden;
    }
}

.mh-toc-header {
    background: linear-gradient(135deg, #0f2b5c 0%, #1e1b4b 60%, #2e2a7c 100%);
    padding: 20px 18px;
    position: relative;
    border-bottom: 3px solid #b8151a;
}
.mh-toc-header-top {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 10px;
}
.mh-toc-header-title {
    display: flex;
    align-items: center;
    gap: 12px;
}
.mh-toc-header-icon-box {
    width: 38px;
    height: 38px;
    border-radius: 10px;
    background: rgba(255, 255, 255, 0.18);
    backdrop-filter: blur(4px);
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid rgba(255, 255, 255, 0.25);
    flex-shrink: 0;
}
.mh-toc-header h3 {
    font-size: 18px !important;
    font-weight: 800 !important;
    color: #ffffff !important;
    margin: 0 0 2px 0 !important;
    letter-spacing: -0.2px;
    line-height: 1.2 !important;
}
.mh-toc-header p {
    font-size: 12.5px !important;
    color: rgba(255, 255, 255, 0.8) !important;
    font-weight: 600 !important;
    margin: 0 !important;
    line-height: 1.2 !important;
}
.mh-toc-count-badge {
    background: rgba(255, 255, 255, 0.15);
    color: #ffffff;
    font-size: 11px !important;
    font-weight: 800;
    padding: 4px 10px;
    border-radius: 20px;
    border: 1px solid rgba(255, 255, 255, 0.25);
    white-space: nowrap;
    letter-spacing: 0.3px;
    text-transform: uppercase;
}

.mh-toc-list {
    list-style: none;
    padding: 14px;
    margin: 0;
    display: flex;
    flex-direction: column;
    gap: 6px;
    max-height: calc(100vh - 240px);
    overflow-y: auto;
}

.mh-toc-list::-webkit-scrollbar {
    width: 5px;
}
.mh-toc-list::-webkit-scrollbar-track {
    background: #f1f5f9;
    border-radius: 10px;
}
.mh-toc-list::-webkit-scrollbar-thumb {
    background: #cbd5e1;
    border-radius: 10px;
}
.mh-toc-list::-webkit-scrollbar-thumb:hover {
    background: #94a3b8;
}

.mh-toc-list li {
    margin: 0;
}

.mh-toc-list li a {
    display: flex !important;
    align-items: center !important;
    justify-content: space-between !important;
    padding: 9px 12px !important;
    border-radius: 12px !important;
    color: #1e293b !important;
    text-decoration: none !important;
    font-size: 15px !important;
    font-weight: 700 !important;
    background: #f8fafc;
    border: 1px solid #e2e8f0;
    border-left: 4px solid transparent;
    transition: all 0.22s cubic-bezier(0.4, 0, 0.2, 1);
}

.mh-toc-ico-box {
    width: 32px;
    height: 32px;
    border-radius: 8px;
    background: #ffffff;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.05);
    border: 1px solid #cbd5e1;
    margin-right: 10px;
    flex-shrink: 0;
    transition: all 0.22s ease;
}

.mh-toc-ico {
    width: 16px;
    height: 16px;
    stroke: #2e2a7c;
    margin-right: 0 !important;
    flex-shrink: 0;
    transition: all 0.22s ease;
}

.mh-toc-text {
    flex: 1;
    margin-right: 6px;
    line-height: 1.35;
    font-size: 15px !important;
}

.mh-toc-arrow {
    width: 15px;
    height: 15px;
    stroke: #94a3b8;
    opacity: 0.4;
    transform: translateX(-4px);
    transition: all 0.22s ease;
    flex-shrink: 0;
}

.mh-toc-list li a:hover {
    background: #ffffff !important;
    border-color: #cbd5e1 !important;
    border-left-color: #2563eb !important;
    color: #0f172a !important;
    transform: translateX(4px);
    box-shadow: 0 4px 14px rgba(15, 23, 42, 0.08);
}
.mh-toc-list li a:hover .mh-toc-ico-box {
    background: #eff6ff !important;
    border-color: #93c5fd !important;
}
.mh-toc-list li a:hover .mh-toc-ico {
    stroke: #2563eb !important;
}
.mh-toc-list li a:hover .mh-toc-arrow {
    opacity: 1;
    transform: translateX(0);
    stroke: #2563eb;
}

.mh-toc-list li a.active {
    background: linear-gradient(135deg, #0f2b5c 0%, #2e2a7c 100%) !important;
    color: #ffffff !important;
    border-color: #2e2a7c !important;
    border-left: 4px solid #b91c1c !important;
    transform: translateX(5px);
    box-shadow: 0 6px 18px rgba(15, 43, 92, 0.3) !important;
}
.mh-toc-list li a.active .mh-toc-ico-box {
    background: rgba(255, 255, 255, 0.2) !important;
    border-color: rgba(255, 255, 255, 0.35) !important;
    box-shadow: none;
}
.mh-toc-list li a.active .mh-toc-ico {
    stroke: #ffffff !important;
    color: #ffffff !important;
}
.mh-toc-list li a.active .mh-toc-text {
    color: #ffffff !important;
}
.mh-toc-list li a.active .mh-toc-arrow {
    opacity: 1 !important;
    transform: translateX(0) !important;
    stroke: #ffffff !important;
}

/* Mobile Floating TOC (< 992px) */
.mh-toc-mobile-fab { display: none; }
.mh-toc-mobile-drawer { display: none; }

@media (max-width: 991px) {
    .mh-sidebar-col {
        display: none !important;
    }
    .mh-toc-mobile-fab {
        display: flex !important;
        position: fixed;
        bottom: 25px;
        left: 20px;
        z-index: 9999;
        background: linear-gradient(135deg, #0f2b5c 0%, #2e2a7c 100%);
        color: #ffffff !important;
        padding: 12px 20px;
        border-radius: 50px;
        box-shadow: 0 10px 30px rgba(15, 43, 92, 0.4), 0 4px 12px rgba(0,0,0,0.25);
        font-weight: 800;
        font-size: 15px !important;
        align-items: center;
        gap: 8px;
        cursor: pointer;
        border: 2px solid rgba(255, 255, 255, 0.3);
        transition: all 0.3s ease;
    }
    .mh-toc-mobile-fab:hover {
        transform: translateY(-3px) scale(1.03);
        box-shadow: 0 14px 35px rgba(15, 43, 92, 0.5);
    }
    .mh-toc-mobile-drawer {
        position: fixed;
        bottom: 80px;
        left: 20px;
        width: 340px;
        max-width: calc(100vw - 40px);
        max-height: 480px;
        overflow-y: auto;
        background: #ffffff;
        border: 1px solid #cbd5e1;
        border-radius: 20px;
        box-shadow: 0 20px 45px rgba(15, 23, 42, 0.35);
        z-index: 99999;
        padding: 0;
        overflow: hidden;
    }
    .mh-toc-mobile-header {
        background: linear-gradient(135deg, #0f2b5c 0%, #2e2a7c 100%);
        padding: 16px 20px;
        display: flex;
        justify-content: space-between;
        align-items: center;
        border-bottom: 3px solid #b8151a;
    }
    .mh-toc-mobile-header h4 {
        font-size: 17px !important;
        font-weight: 800 !important;
        color: #ffffff !important;
        margin: 0 !important;
    }
    .mh-toc-close-btn {
        background: rgba(255, 255, 255, 0.2);
        border: 1px solid rgba(255, 255, 255, 0.3);
        color: #ffffff;
        font-size: 22px;
        width: 32px;
        height: 32px;
        border-radius: 50%;
        display: flex;
        align-items: center;
        justify-content: center;
        cursor: pointer;
        transition: all 0.2s ease;
        line-height: 1;
    }
    .mh-toc-close-btn:hover {
        background: #b91c1c;
        border-color: #b91c1c;
    }
    .mh-toc-mobile-drawer .mh-toc-list {
        max-height: 380px;
        padding: 12px;
    }
}

/* Section 1: Hero */
.mh-hero { background: #ffffff; color: #0f172a; border: 1px solid #cbd5e1; }
.mh-hero h1 { font-size: 32px; font-weight: 900; color: #0f172a; margin-bottom: 20px; line-height: 1.25; }
.mh-hero p { font-size: 16.5px !important; color: #1e293b; margin-bottom: 16px; line-height: 1.7 !important; font-weight: 600 !important; }
.mh-hero-img-card { border-radius: 16px; overflow: hidden; border: 1px solid #cbd5e1; box-shadow: 0 10px 25px rgba(0,0,0,0.06); margin: 25px 0; }
.mh-hero-img-card img { width: 100%; height: auto; display: block; }

/* Section 2: Outdoor Gym Equipment Section */
.mh-gym {
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.65) 0%, rgba(255, 255, 255, 0.55) 100%), url('../images/outdoor-gym-bg.webp') center / cover no-repeat;
    border: 1px solid #cbd5e1;
    border-radius: 24px;
    padding: 40px 35px;
    position: relative;
    overflow: hidden;
    box-shadow: 0 10px 30px rgba(0,0,0,0.06);
}
.mh-gym-img-card {
    border-radius: 16px;
    overflow: hidden;
    border: 1px solid #cbd5e1;
    box-shadow: 0 10px 25px rgba(0,0,0,0.06);
    margin: 25px 0;
}
.mh-gym-img-card img {
    width: 100%;
    height: auto;
    display: block;
}
.mh-gym-badge-pill {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    background: #fee2e2;
    color: #881337;
    padding: 6px 18px;
    border-radius: 50px;
    font-size: 13px !important;
    font-weight: 900;
    letter-spacing: 0.5px;
    margin-bottom: 16px;
}
.mh-gym-badge-decor {
    width: 50px;
    height: 2px;
    background: #b91c1c;
    display: inline-block;
    vertical-align: middle;
    margin-left: 10px;
}
.mh-gym-title {
    font-size: 34px;
    font-weight: 900;
    color: #0f2b5c !important;
    line-height: 1.25;
    margin-bottom: 16px;
}
.mh-gym-desc-p {
    font-size: 17.5px !important;
    color: #1e293b;
    line-height: 1.7;
    margin-bottom: 16px;
    font-weight: 600;
}
.mh-gym-divider {
    width: 50px;
    height: 2.5px;
    background: #b91c1c;
    border-radius: 2px;
    margin: 16px 0;
    opacity: 0.8;
}

/* Top / Bottom Cursive Tags inside Right Col */
.mh-gym-tag-box {
    text-align: center;
}
.mh-gym-cursive-tag {
    font-family: 'Georgia', 'Lato', serif;
    font-style: italic;
    font-size: 20px;
    font-weight: 800;
    color: #0f2b5c;
    line-height: 1.2;
    display: inline-block;
}
.mh-gym-cursive-tag-underline {
    width: 80%;
    height: 3px;
    background: #b91c1c;
    border-radius: 2px;
    margin: 3px auto 0 auto;
}

/* Decorative Sun & Dots */
.mh-gym-sun-top {
    position: absolute;
    top: 20px;
    right: 20px;
    z-index: 2;
    pointer-events: none;
    opacity: 0.8;
}
.mh-gym-dots-bottom {
    position: absolute;
    bottom: 20px;
    left: 50%;
    transform: translateX(-50%);
    z-index: 2;
    pointer-events: none;
    opacity: 0.6;
}

/* Bottom Waves */
.mh-gym-bottom-waves {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    pointer-events: none;
    z-index: 1;
    line-height: 0;
}

@media (max-width: 991px) {
    .mh-gym {
        flex-direction: column;
        padding: 30px 20px;
    }
    .mh-gym-content {
        flex: 0 0 100%;
        max-width: 100%;
    }
    .mh-gym-right-col {
        flex: 0 0 100%;
        max-width: 100%;
        margin-top: 25px;
    }
}

/* Section 3: Kids Playground Supplier Premium Showcase Card */
.mh-kids-supplier {
    background: linear-gradient(90deg, #ffffff 0%, rgba(255, 255, 255, 0.97) 48%, rgba(255, 255, 255, 0.70) 68%, rgba(255, 255, 255, 0.10) 100%), url('../images/kids-playground-bg.webp') right center / cover no-repeat;
    border: 1px solid #cbd5e1;
    border-radius: 24px;
    padding: 45px 40px;
    position: relative;
    overflow: hidden;
    box-shadow: 0 10px 30px rgba(0,0,0,0.06);
}
.mh-kids-layout {
    display: block;
    width: 100%;
    position: relative;
    z-index: 3;
}
.mh-kids-content {
    width: 100%;
    max-width: 100%;
}
.mh-kids-badge-line {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 14px;
}
.mh-kids-badge-pill {
    background: #e0f2fe;
    color: #075985;
    font-size: 13px !important;
    font-weight: 900;
    padding: 6px 18px;
    border-radius: 50px;
    letter-spacing: 1px;
    text-transform: uppercase;
}
.mh-kids-badge-decor {
    width: 30px;
    height: 2px;
    background: #0284c7;
    border-radius: 2px;
}
.mh-kids-title {
    font-size: 34px;
    font-weight: 900;
    color: #0f2b5c;
    line-height: 1.25;
    margin-bottom: 16px;
    max-width: 76%;
}
.mh-kids-title span {
    color: #b91c1c;
    font-size: inherit !important;
    font-weight: inherit !important;
    font-family: inherit !important;
    display: inline !important;
}
.mh-kids-desc {
    font-size: 17.5px !important;
    color: #1e293b;
    line-height: 1.7;
    margin-bottom: 25px;
    font-weight: 600;
    max-width: 78%;
}
.mh-kids-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 16px;
    margin-bottom: 28px;
    max-width: 80%;
}
.mh-kids-card {
    background: rgba(255, 255, 255, 0.94);
    backdrop-filter: blur(10px);
    border: 1px solid #cbd5e1;
    border-radius: 16px;
    padding: 16px 20px;
    display: flex;
    align-items: center;
    gap: 14px;
    box-shadow: 0 4px 16px rgba(0,0,0,0.04);
    transition: all 0.25s ease;
    min-height: 72px;
}
.mh-kids-card:hover {
    transform: translateY(-4px);
    box-shadow: 0 12px 28px rgba(0,0,0,0.1);
    border-color: #94a3b8;
    background: #ffffff;
}
.mh-kids-ico-circle {
    width: 48px;
    height: 48px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}
.mh-kids-ico-circle svg {
    width: 22px !important;
    height: 22px !important;
}
.mh-kids-card-text {
    font-size: 16.5px !important;
    font-weight: 800;
    color: #0f172a;
    line-height: 1.3;
}
.mh-kids-btn-red {
    display: inline-flex;
    align-items: center;
    gap: 12px;
    background: #b91c1c;
    color: #ffffff !important;
    padding: 14px 34px;
    border-radius: 50px;
    font-size: 17px !important;
    font-weight: 800;
    text-decoration: none !important;
    box-shadow: 0 6px 20px rgba(185, 28, 28, 0.35);
    transition: all 0.3s ease;
}
.mh-kids-btn-red:hover {
    background: #991b1b;
    transform: translateY(-2px);
    box-shadow: 0 10px 25px rgba(185, 28, 28, 0.5);
    color: #ffffff !important;
}
.mh-kids-btn-arrow {
    width: 28px;
    height: 28px;
    background: #ffffff;
    color: #b91c1c;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 15px;
    font-weight: 900;
}

/* Decorative Elements */
.mh-kids-bg-decor-top {
    position: absolute;
    top: 25px;
    left: 52%;
    display: flex;
    align-items: center;
    gap: 30px;
    pointer-events: none;
    z-index: 2;
}
.mh-kids-bottom-shape {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    pointer-events: none;
    z-index: 1;
    line-height: 0;
}

@media (max-width: 1200px) {
    .mh-kids-title { max-width: 85%; }
    .mh-kids-desc { max-width: 85%; }
    .mh-kids-grid { max-width: 88%; }
}

@media (max-width: 991px) {
    .mh-kids-supplier {
        background: linear-gradient(180deg, rgba(255, 255, 255, 0.98) 0%, rgba(255, 255, 255, 0.90) 100%), url('../images/kids-playground-bg.webp') center/cover no-repeat;
    }
    .mh-kids-title { max-width: 100%; }
    .mh-kids-desc { max-width: 100%; }
    .mh-kids-grid { grid-template-columns: repeat(2, 1fr); max-width: 100%; }
    .mh-kids-bg-decor-top { display: none; }
}
@media (max-width: 576px) {
    .mh-kids-grid { grid-template-columns: 1fr; }
    .mh-kids-card[style*="grid-column"] { grid-column: auto !important; }
}

/* Section 4: School Play Area Equipment */
.mh-school {
    background: #ffffff;
    border: 1px solid #cbd5e1;
    border-radius: 24px;
    padding: 40px 35px;
    position: relative;
    overflow: hidden;
    box-shadow: 0 10px 30px rgba(0,0,0,0.05);
    display: block;
}

/* Subtle Background Curve Divider */
.mh-school-bg-curve {
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    width: 46%;
    pointer-events: none;
    z-index: 1;
}

.mh-school-top-row {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 25px;
    margin-top: 15px;
    position: relative;
    z-index: 3;
}

.mh-school-text-col {
    flex: 0 0 57%;
    max-width: 58%;
}

.mh-school-img-col {
    flex: 0 0 40%;
    max-width: 42%;
    margin-top: 0;
}

.mh-school-img-card {
    width: 100%;
    background: #ffffff;
    border-radius: 20px;
    padding: 8px;
    border: 2px solid #fee2e2;
    box-shadow: 0 16px 36px rgba(15, 43, 92, 0.10);
    position: relative;
    overflow: hidden;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}
.mh-school-img-card:hover {
    transform: translateY(-4px);
    box-shadow: 0 22px 45px rgba(15, 43, 92, 0.15);
}
.mh-school-img-card img {
    width: 100%;
    height: auto;
    border-radius: 14px;
    display: block;
}

.mh-school-badge-pill {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    background: #fee2e2;
    color: #881337;
    padding: 6px 18px;
    border-radius: 50px;
    font-size: 13px !important;
    font-weight: 900;
    letter-spacing: 0.5px;
    margin-bottom: 14px;
}
.mh-school-badge-decor {
    width: 50px;
    height: 2px;
    background: #b91c1c;
    display: inline-block;
    vertical-align: middle;
    margin-left: 10px;
}
.mh-school h2 {
    font-size: 32px;
    font-weight: 900;
    color: #0f2b5c !important;
    line-height: 1.25;
    margin-bottom: 16px;
}
.mh-school-desc-p {
    font-size: 17.5px !important;
    color: #1e293b;
    line-height: 1.7;
    margin-top: 0;
    margin-bottom: 16px;
    font-weight: 600;
}

.mh-school-full-features {
    position: relative;
    z-index: 3;
    width: 100%;
    margin-top: 30px;
    background: linear-gradient(135deg, #f8fafc 0%, #fff5f5 100%);
    border: 1px solid #fee2e2;
    border-radius: 20px;
    padding: 24px;
    box-shadow: inset 0 2px 6px rgba(239, 68, 68, 0.03);
}

.mh-school-features-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 20px;
    flex-wrap: wrap;
    gap: 10px;
}

.mh-school-features-title {
    color: #0f2b5c;
    font-weight: 900;
    font-size: 19px !important;
    margin: 0;
    display: flex;
    align-items: center;
    gap: 10px;
}

.mh-school-feat-tag {
    background: #fee2e2;
    color: #881337;
    font-size: 11px !important;
    font-weight: 900;
    padding: 4px 12px;
    border-radius: 30px;
    letter-spacing: 0.8px;
    text-transform: uppercase;
}

.mh-school-features-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 14px;
    width: 100%;
}

.mh-school-feature-card {
    background: #ffffff;
    border: 1px solid #e2e8f0;
    border-left: 4px solid #b91c1c;
    border-radius: 14px;
    padding: 16px 18px;
    display: flex;
    align-items: center;
    gap: 14px;
    box-shadow: 0 4px 12px rgba(15, 43, 92, 0.04);
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}

.mh-school-feature-card:hover {
    transform: translateY(-3px);
    box-shadow: 0 10px 24px rgba(15, 43, 92, 0.1);
    border-color: #fca5a5;
    border-left-color: #dc2626;
}

.mh-school-card-icon {
    width: 40px;
    height: 40px;
    min-width: 40px;
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: transform 0.3s ease;
}

.mh-school-feature-card:hover .mh-school-card-icon {
    transform: scale(1.08);
}

.mh-school-card-text {
    font-size: 16.5px !important;
    font-weight: 600 !important;
    color: #1e293b !important;
    line-height: 1.45;
}

@media (max-width: 991px) {
    .mh-school-top-row {
        flex-direction: column;
    }
    .mh-school-text-col, .mh-school-img-col {
        flex: 0 0 100%;
        max-width: 100%;
    }
    .mh-school-features-grid {
        grid-template-columns: repeat(2, 1fr);
    }
}
@media (max-width: 576px) {
    .mh-school-features-grid {
        grid-template-columns: 1fr;
    }
}

/* Section 5: Garden & Park Play Equipment (Redesigned) */
.mh-garden {
    background: #ffffff;
    border: 1px solid #cbd5e1;
    border-radius: 24px;
    padding: 40px 35px 0 35px;
    position: relative;
    overflow: hidden;
    box-shadow: 0 10px 30px rgba(0,0,0,0.05);
    display: block;
}

/* Section Background Image Overlay */
.mh-garden-bg-image {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    background-image: url('../images/garden-park-bg.webp');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    pointer-events: none;
    z-index: 1;
    opacity: 0.15;
}

/* Top Right Slogan Bubble Backdrop */
.mh-garden-slogan-bg {
    position: absolute;
    top: -20px;
    right: -20px;
    width: 440px;
    height: 440px;
    background: radial-gradient(circle at 60% 40%, rgba(219, 234, 254, 0.4) 0%, rgba(255, 255, 255, 0.05) 70%, transparent 100%);
    border-radius: 50%;
    pointer-events: none;
    z-index: 2;
}

.mh-garden-slogan-box {
    position: absolute;
    top: 35px;
    right: 35px;
    z-index: 3;
    text-align: right;
    pointer-events: none;
    line-height: 1.15;
}

.mh-garden-slogan-box .slogan-navy {
    font-size: 30px;
    font-weight: 900;
    color: #0f2b5c;
    display: block;
    letter-spacing: -0.5px;
    text-shadow: 0 2px 8px rgba(255, 255, 255, 0.9), 0 0 12px rgba(255, 255, 255, 1);
}

.mh-garden-slogan-box .slogan-red {
    font-size: 34px;
    font-weight: 900;
    color: #b91c1c;
    display: block;
    letter-spacing: -0.5px;
    text-shadow: 0 2px 8px rgba(255, 255, 255, 0.9), 0 0 12px rgba(255, 255, 255, 1);
}

.mh-garden-slogan-box .slogan-underline {
    width: 140px;
    height: 4px;
    background: #b91c1c;
    border-radius: 4px;
    margin-left: auto;
    margin-top: 4px;
}

.mh-garden-badge-pill {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    background: #fee2e2;
    color: #881337;
    padding: 6px 18px;
    border-radius: 50px;
    font-size: 13px !important;
    font-weight: 900;
    letter-spacing: 0.5px;
}
.mh-garden-badge-decor {
    width: 50px;
    height: 2px;
    background: #b91c1c;
    display: inline-block;
    vertical-align: middle;
    margin-left: 10px;
}

.mh-garden h2 {
    font-size: 32px;
    font-weight: 900;
    color: #0f2b5c !important;
    line-height: 1.25;
    margin-bottom: 16px;
    max-width: 100%;
    position: relative;
    z-index: 2;
}

.mh-garden-text-container {
    max-width: 100%;
    width: 100%;
    position: relative;
    z-index: 2;
}

.mh-garden-desc-p {
    font-size: 17.5px !important;
    color: #1e293b;
    line-height: 1.7;
    margin-top: 0;
    margin-bottom: 16px;
    font-weight: 600;
}

.mh-garden-ideal-title {
    display: flex;
    align-items: center;
    gap: 8px;
    font-size: 19px !important;
    font-weight: 900;
    color: #0f2b5c;
    margin: 25px 0 16px 0;
    position: relative;
    z-index: 2;
}

.mh-garden-ideal-title::before {
    content: '';
    display: inline-block;
    width: 4px;
    height: 20px;
    background: #b91c1c;
    border-radius: 4px;
}

.mh-garden-ideal-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 14px;
    margin-bottom: 25px;
    position: relative;
    z-index: 2;
    width: 100%;
}

.mh-garden-ideal-card {
    background: #ffffff;
    border: 1px solid #e2e8f0;
    border-left: 4px solid #b91c1c;
    border-radius: 14px;
    padding: 16px 18px;
    display: flex;
    align-items: center;
    gap: 14px;
    box-shadow: 0 4px 12px rgba(15, 43, 92, 0.04);
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}

.mh-garden-ideal-card:hover {
    transform: translateY(-3px);
    box-shadow: 0 10px 24px rgba(15, 43, 92, 0.1);
    border-color: #fca5a5;
    border-left-color: #dc2626;
}

.mh-garden-ideal-icon {
    width: 40px;
    height: 40px;
    min-width: 40px;
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: transform 0.3s ease;
}

.mh-garden-ideal-card:hover .mh-garden-ideal-icon {
    transform: scale(1.08);
}

.mh-garden-ideal-text {
    font-size: 16.5px !important;
    font-weight: 600 !important;
    color: #1e293b !important;
    line-height: 1.45;
}

.mh-garden-bottom-wrapper {
    position: relative;
    margin-top: 15px;
    margin-left: -35px;
    margin-right: -35px;
}

.mh-garden-cta-row {
    padding: 0 35px 25px 35px;
    position: relative;
    z-index: 4;
}

.mh-garden-banner-card {
    width: 100%;
    position: relative;
    overflow: hidden;
    border-bottom-left-radius: 24px;
    border-bottom-right-radius: 24px;
    margin-top: 0;
}

.mh-garden-banner-card .wave-mask {
    display: block;
    width: 100%;
    height: 85px;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2;
    pointer-events: none;
}

.mh-garden-banner-card img {
    width: 100%;
    height: auto;
    max-height: 420px;
    object-fit: cover;
    display: block;
    position: relative;
    z-index: 1;
}

@media (max-width: 991px) {
    .mh-garden-slogan-box {
        position: relative;
        top: 0;
        right: 0;
        text-align: left;
        margin-bottom: 20px;
    }
    .mh-garden-slogan-box .slogan-underline {
        margin-left: 0;
    }
    .mh-garden-ideal-grid {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width: 576px) {
    .mh-garden {
        padding: 25px 15px 0 15px !important;
    }
    .mh-garden-ideal-grid {
        grid-template-columns: 1fr !important;
        gap: 10px !important;
    }
    .mh-garden-ideal-card[style*="grid-column"],
    .mh-garden-ideal-card {
        grid-column: auto !important;
        padding: 12px 14px !important;
        gap: 10px !important;
    }
    .mh-garden-bottom-wrapper {
        margin-left: -15px !important;
        margin-right: -15px !important;
    }
    .mh-garden-cta-row {
        padding: 0 15px 25px 15px !important;
    }
    .mh-garden h2 {
        font-size: 22px !important;
        line-height: 1.3 !important;
    }
    .mh-garden-desc-p {
        font-size: 15px !important;
        line-height: 1.65 !important;
    }
    .mh-garden-slogan-box .slogan-navy {
        font-size: 20px !important;
    }
    .mh-garden-slogan-box .slogan-red {
        font-size: 24px !important;
    }
    .mh-garden-ideal-text {
        font-size: 15px !important;
    }
    .mh-garden-banner-card .wave-mask {
        height: 45px !important;
    }
    .mh-garden-banner-card img {
        max-height: 240px !important;
    }
}

/* Section 6: Applications Section (Redesigned) */
.mh-app-section {
    background: #ffffff;
    border: 1px solid #cbd5e1;
    border-radius: 24px;
    padding: 45px 35px 50px 35px;
    position: relative;
    overflow: hidden;
    box-shadow: 0 10px 30px rgba(0,0,0,0.05);
    display: block;
}

/* Section Background Image Overlay */
.mh-app-bg-image {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    background-image: url('../images/application-bg.webp');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    pointer-events: none;
    z-index: 1;
    opacity: 0.18;
}

/* Top Left Dotted Flight Trail + Paper Plane Decorative SVG */
.mh-app-plane-decor {
    position: absolute;
    top: 25px;
    left: 30px;
    pointer-events: none;
    z-index: 1;
    opacity: 0.85;
}

/* Top Right Cute Sun Icon */
.mh-app-sun-decor {
    position: absolute;
    top: 25px;
    right: 30px;
    pointer-events: none;
    z-index: 1;
    opacity: 0.85;
}

/* Top Centered Badge Pill */
.mh-app-badge-pill {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    background: #eff6ff;
    color: #1e3a8a;
    padding: 6px 18px;
    border-radius: 50px;
    font-size: 13px !important;
    font-weight: 900;
    letter-spacing: 0.5px;
    margin-bottom: 16px;
}

.mh-app-header-center {
    text-align: center;
    position: relative;
    z-index: 2;
    margin-bottom: 30px;
}

.mh-app-header-center h2 {
    font-size: 32px;
    font-weight: 900;
    color: #0f2b5c !important;
    line-height: 1.25;
    margin-bottom: 12px;
}

.mh-app-divider-dots {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 6px;
    margin: 12px 0 16px 0;
}

.mh-app-divider-dots .line {
    width: 35px;
    height: 2px;
    background: #fca5a5;
}

.mh-app-divider-dots .dot {
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background: #b91c1c;
}

.mh-app-subtitle-p {
    font-size: 17px !important;
    color: #1e293b;
    font-weight: 600;
    line-height: 1.6;
    max-width: 680px;
    margin: 0 auto;
}

/* Applications Grid: 4 columns for rows 1 & 2, centered 3 columns for row 3 */
.mh-app-grid-new {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 16px;
    position: relative;
    z-index: 2;
    margin-bottom: 16px;
}

.mh-app-grid-row-bottom {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 16px;
    max-width: 860px;
    margin: 0 auto 35px auto;
    position: relative;
    z-index: 2;
}

.mh-app-card-item {
    border-radius: 16px;
    padding: 14px 16px;
    display: flex;
    align-items: center;
    gap: 12px;
    box-shadow: 0 4px 14px rgba(15, 43, 92, 0.04);
    transition: transform 0.3s cubic-bezier(0.4, 0, 0.2, 1), box-shadow 0.3s ease;
}

.mh-app-card-item:hover {
    transform: translateY(-3px);
    box-shadow: 0 10px 24px rgba(15, 43, 92, 0.1);
}

/* Pink/Red Card Variant */
.mh-app-card-item.pink-variant {
    background: #fff5f5;
    border: 1px solid #fee2e2;
}

.mh-app-card-item.pink-variant .mh-app-icon-circle {
    background: #fee2e2;
    color: #881337;
}

/* Light Blue Card Variant */
.mh-app-card-item.blue-variant {
    background: #f0f9ff;
    border: 1px solid #e0f2fe;
}

.mh-app-card-item.blue-variant .mh-app-icon-circle {
    background: #dbeafe;
    color: #1e3a8a;
}

.mh-app-icon-circle {
    width: 44px;
    height: 44px;
    min-width: 44px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: transform 0.3s ease;
}

.mh-app-card-item:hover .mh-app-icon-circle {
    transform: scale(1.08);
}

.mh-app-card-text {
    font-size: 16.5px !important;
    font-weight: 800;
    color: #0f2b5c;
    line-height: 1.3;
}

/* Bottom Footer Paragraph & Landscape Wave Graphic */
.mh-app-footer-note {
    text-align: center;
    font-size: 16.5px !important;
    font-weight: 700;
    color: #0f2b5c;
    max-width: 760px;
    margin: 0 auto 20px auto;
    position: relative;
    z-index: 2;
    line-height: 1.6;
}

.mh-app-bottom-landscape {
    position: relative;
    margin-left: -35px;
    margin-right: -35px;
    margin-bottom: -50px;
    height: 110px;
    overflow: hidden;
    pointer-events: none;
}

.mh-app-bottom-landscape svg {
    width: 100%;
    height: 100%;
    display: block;
}

@media (max-width: 991px) {
    .mh-app-grid-new {
        grid-template-columns: repeat(2, 1fr);
    }
    .mh-app-grid-row-bottom {
        grid-template-columns: repeat(2, 1fr);
        max-width: 100%;
    }
}

@media (max-width: 576px) {
    .mh-app-grid-new, .mh-app-grid-row-bottom {
        grid-template-columns: 1fr;
    }
}

/* Section 7: Pricing Section (Redesigned) */
.mh-pricing {
    background: #ffffff;
    border: 1px solid #cbd5e1;
    border-radius: 24px;
    padding: 45px 35px;
    position: relative;
    overflow: hidden;
    box-shadow: 0 10px 30px rgba(0,0,0,0.05);
    display: block;
}

/* Top Right Red Dots Grid Decor SVG */
.mh-pricing-dots-decor {
    position: absolute;
    top: 25px;
    right: 30px;
    pointer-events: none;
    z-index: 1;
    opacity: 0.7;
}

/* Bottom Left Leaf Vector Decor SVG */
.mh-pricing-leaf-decor {
    position: absolute;
    bottom: 25px;
    left: 25px;
    pointer-events: none;
    z-index: 1;
    opacity: 0.75;
}

/* Bottom Right Playground Slide Silhouette Vector SVG */
.mh-pricing-slide-decor {
    position: absolute;
    bottom: 0;
    right: 0;
    width: 260px;
    height: 220px;
    pointer-events: none;
    z-index: 1;
    opacity: 0.35;
}

/* Top Badge Pill */
.mh-pricing-badge-pill {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    background: #fee2e2;
    color: #881337;
    padding: 6px 18px;
    border-radius: 50px;
    font-size: 13px !important;
    font-weight: 900;
    letter-spacing: 0.5px;
}

.mh-pricing-badge-decor {
    width: 50px;
    height: 2px;
    background: #b91c1c;
    display: inline-block;
    vertical-align: middle;
    margin-left: 10px;
}

.mh-pricing h2 {
    font-size: 34px;
    font-weight: 900;
    color: #0f2b5c !important;
    line-height: 1.25;
    margin-bottom: 18px;
}

.mh-pricing-desc-p {
    font-size: 17px !important;
    color: #1e293b;
    line-height: 1.7;
    margin-top: 0;
    margin-bottom: 18px;
    font-weight: 600;
}

/* Bottom Left CTA & Script Slogan Box */
.mh-pricing-cta-box {
    display: flex;
    align-items: center;
    gap: 20px;
    margin-top: 28px;
    flex-wrap: wrap;
    position: relative;
    z-index: 3;
}

.mh-pricing-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 12px;
    background: #b91c1c;
    color: #ffffff !important;
    font-size: 16px;
    font-weight: 800;
    padding: 12px 26px;
    border-radius: 50px;
    text-decoration: none !important;
    box-shadow: 0 8px 24px rgba(185, 28, 28, 0.35);
    transition: all 0.3s ease;
}

.mh-pricing-btn:hover {
    background: #991b1b;
    transform: translateY(-2px);
    box-shadow: 0 12px 28px rgba(185, 28, 28, 0.45);
}

.mh-pricing-btn .btn-arrow {
    width: 28px;
    height: 28px;
    background: #ffffff;
    color: #b91c1c;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}

.mh-pricing-slogan-script {
    font-family: 'Caveat', 'Comic Sans MS', cursive, sans-serif;
    font-size: 22px;
    font-weight: 700;
    color: #1e3a8a;
    line-height: 1.25;
    transform: rotate(-5deg);
    display: inline-block;
}

/* Right Column Factors Card */
.mh-pricing-card {
    background: #ffffff;
    border: 1px solid #dbeafe;
    border-radius: 24px;
    box-shadow: 0 12px 36px rgba(15, 43, 92, 0.08);
    overflow: hidden;
    position: relative;
    z-index: 3;
}

.mh-pricing-card-header {
    background: #eff6ff;
    padding: 20px 24px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 14px;
    border-bottom: 1px solid #dbeafe;
}

.mh-pricing-header-left {
    display: flex;
    align-items: center;
    gap: 14px;
}

.mh-pricing-header-icon {
    width: 48px;
    height: 48px;
    min-width: 48px;
    background: #dbeafe;
    color: #1e3a8a;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.mh-pricing-header-title {
    font-size: 19.5px !important;
    font-weight: 800;
    color: #0f2b5c;
    margin: 0;
    line-height: 1.35;
}

.mh-pricing-factors-list {
    padding: 14px 24px;
}

.mh-pricing-factor-row {
    display: flex;
    align-items: center;
    gap: 16px;
    padding: 14px 0;
    border-bottom: 1px solid #f1f5f9;
}

.mh-pricing-factor-row:last-child {
    border-bottom: none;
}

.mh-pricing-factor-icon {
    width: 46px;
    height: 46px;
    min-width: 46px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}

.mh-pricing-factor-icon.pink {
    background: #fff1f2;
    color: #881337;
}

.mh-pricing-factor-icon.blue {
    background: #eff6ff;
    color: #1e3a8a;
}

.mh-pricing-factor-text {
    font-size: 16.5px !important;
    font-weight: 700;
    color: #0f2b5c;
    line-height: 1.4;
}

/* Bottom Wave Backdrop Shape */
.mh-pricing-bottom-wave {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 70px;
    pointer-events: none;
    z-index: 1;
    overflow: hidden;
}

.mh-pricing-bottom-wave svg {
    width: 100%;
    height: 100%;
    display: block;
}
.mh-factor-item:last-child { border-bottom: none; }
.mh-factor-bullet { width: 10px; height: 10px; background: #2e2a7c; border-radius: 50%; flex-shrink: 0; }

/* Section 8: Features Diagram Layout (Matching Reference Image) */
.mh-features {
    background: #ffffff;
    color: #0f172a;
    border: 1px solid #cbd5e1;
    border-radius: 28px;
    padding: 45px 50px 35px 50px;
    position: relative;
    overflow: hidden;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.04);
    display: block;
}

/* Paper Airplane Decor Top Left */
.mh-features-plane-decor {
    position: absolute;
    top: 25px;
    left: 30px;
    pointer-events: none;
    z-index: 2;
}

/* Handwritten Script Slogan Top Right */
.mh-features-slogan-top {
    position: absolute;
    top: 20px;
    right: 35px;
    font-family: 'Caveat', 'Comic Sans MS', cursive, sans-serif;
    font-size: 22px;
    font-weight: 700;
    color: #1e3a8a;
    line-height: 1.15;
    transform: rotate(4deg);
    text-align: right;
    pointer-events: none;
    z-index: 2;
}

.mh-features-slogan-top span {
    color: #1e3a8a;
}

.mh-features-badge-pill {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    background: #fde8e8;
    color: #881337;
    padding: 6px 18px;
    border-radius: 50px;
    font-size: 13px !important;
    font-weight: 900;
    letter-spacing: 0.8px;
    margin: 0 auto 12px auto;
}

.mh-features h2 {
    text-align: center;
    color: #0f2b5c !important;
    font-size: 34px;
    font-weight: 900;
    line-height: 1.25;
    margin-bottom: 10px;
}

.mh-features-subtitle {
    text-align: center;
    color: #334155 !important;
    font-size: 16.5px !important;
    font-weight: 600 !important;
    max-width: 720px;
    margin: 0 auto 30px auto;
    line-height: 1.5 !important;
}

/* Features Main Hub Wrapper */
.mh-features-hub-container {
    position: relative;
    z-index: 3;
    margin-top: 15px;
    margin-bottom: 40px;
}

.mh-features-hub-flex {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
    position: relative;
}

.mh-features-col-side {
    flex: 1;
    display: flex;
    flex-direction: column;
    gap: 18px;
    z-index: 4;
}

.mh-features-col-side.left {
    align-items: flex-end;
}

.mh-features-col-side.right {
    align-items: flex-start;
}

.mh-features-col-center {
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 320px;
    min-width: 320px;
    z-index: 4;
}

/* Center Circle Frame */
.mh-features-center-circle {
    width: 290px;
    height: 290px;
    border-radius: 50%;
    border: 6px solid #ffffff;
    box-shadow: 0 12px 36px rgba(15, 43, 92, 0.14), 0 0 0 2px #dbeafe;
    overflow: hidden;
    position: relative;
    background: #e0f2fe;
}

.mh-features-center-circle img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

/* Red Ribbon Badge on Center Circle */
.mh-features-center-badge {
    position: absolute;
    bottom: -5px;
    background: #b91c1c;
    color: #ffffff;
    padding: 9px 24px;
    border-radius: 50px;
    font-size: 15px;
    font-weight: 800;
    text-align: center;
    transform: rotate(-4deg);
    box-shadow: 0 8px 22px rgba(185, 28, 28, 0.4);
    z-index: 6;
    white-space: nowrap;
    display: flex;
    align-items: center;
    gap: 6px;
}

/* SVG Curved Lines Background */
.mh-features-lines-svg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    pointer-events: none;
    z-index: 2;
}

/* Pill Feature Cards */
.mh-feature-pill {
    display: flex;
    align-items: center;
    gap: 14px;
    padding: 13px 20px;
    border-radius: 50px;
    transition: all 0.3s ease;
    box-shadow: 0 4px 15px rgba(15, 43, 92, 0.04);
    width: 100%;
    max-width: 390px;
    position: relative;
    z-index: 4;
}

.mh-feature-pill:hover {
    transform: translateY(-3px);
    box-shadow: 0 10px 25px rgba(15, 43, 92, 0.1);
}

.mh-feature-pill.pink-pill {
    background: #fff5f5;
    border: 1px solid #fecdd3;
}

.mh-feature-pill.blue-pill {
    background: #f0f7ff;
    border: 1px solid #dbeafe;
}

.mh-feature-pill-icon {
    width: 44px;
    height: 44px;
    min-width: 44px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}

.mh-feature-pill.pink-pill .mh-feature-pill-icon {
    background: #fee2e2;
    color: #881337;
}

.mh-feature-pill.blue-pill .mh-feature-pill-icon {
    background: #eff6ff;
    color: #1e3a8a;
}

.mh-feature-pill-text {
    font-family: 'Lato', sans-serif !important;
    font-size: 16.5px !important;
    font-weight: 600 !important;
    color: #1e293b !important;
    line-height: 1.7 !important;
}

/* Bottom Landscape Vector Graphic */
.mh-features-bottom-landscape {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 90px;
    pointer-events: none;
    z-index: 1;
    overflow: hidden;
}

.mh-features-bottom-landscape svg {
    width: 100%;
    height: 100%;
    display: block;
}

/* Arc Staggering (Curved Orbit Placement) for Left Column */
@media (min-width: 992px) {
    .mh-features-col-side.left .mh-feature-pill:nth-child(1) {
        transform: translateX(-28px);
    }
    .mh-features-col-side.left .mh-feature-pill:nth-child(2) {
        transform: translateX(-10px);
    }
    .mh-features-col-side.left .mh-feature-pill:nth-child(3) {
        transform: translateX(18px);
    }
    .mh-features-col-side.left .mh-feature-pill:nth-child(4) {
        transform: translateX(-10px);
    }
    .mh-features-col-side.left .mh-feature-pill:nth-child(5) {
        transform: translateX(-28px);
    }

    /* Arc Staggering for Right Column */
    .mh-features-col-side.right .mh-feature-pill:nth-child(1) {
        transform: translateX(28px);
    }
    .mh-features-col-side.right .mh-feature-pill:nth-child(2) {
        transform: translateX(10px);
    }
    .mh-features-col-side.right .mh-feature-pill:nth-child(3) {
        transform: translateX(-18px);
    }
    .mh-features-col-side.right .mh-feature-pill:nth-child(4) {
        transform: translateX(10px);
    }
    .mh-features-col-side.right .mh-feature-pill:nth-child(5) {
        transform: translateX(28px);
    }

    /* Hover states maintaining arc curve */
    .mh-features-col-side.left .mh-feature-pill:nth-child(1):hover {
        transform: translateX(-28px) translateY(-3px);
    }
    .mh-features-col-side.left .mh-feature-pill:nth-child(2):hover {
        transform: translateX(-10px) translateY(-3px);
    }
    .mh-features-col-side.left .mh-feature-pill:nth-child(3):hover {
        transform: translateX(18px) translateY(-3px);
    }
    .mh-features-col-side.left .mh-feature-pill:nth-child(4):hover {
        transform: translateX(-10px) translateY(-3px);
    }
    .mh-features-col-side.left .mh-feature-pill:nth-child(5):hover {
        transform: translateX(-28px) translateY(-3px);
    }

    .mh-features-col-side.right .mh-feature-pill:nth-child(1):hover {
        transform: translateX(28px) translateY(-3px);
    }
    .mh-features-col-side.right .mh-feature-pill:nth-child(2):hover {
        transform: translateX(10px) translateY(-3px);
    }
    .mh-features-col-side.right .mh-feature-pill:nth-child(3):hover {
        transform: translateX(-18px) translateY(-3px);
    }
    .mh-features-col-side.right .mh-feature-pill:nth-child(4):hover {
        transform: translateX(10px) translateY(-3px);
    }
    .mh-features-col-side.right .mh-feature-pill:nth-child(5):hover {
        transform: translateX(28px) translateY(-3px);
    }
}

@media (max-width: 991px) {
    .mh-features-hub-flex {
        flex-direction: column;
        gap: 25px;
    }
    .mh-features-col-side.left, .mh-features-col-side.right {
        align-items: stretch;
        max-width: 100%;
    }
    .mh-features-col-side.left .mh-feature-pill,
    .mh-features-col-side.right .mh-feature-pill {
        transform: none !important;
        max-width: 100%;
    }
    .mh-feature-pill {
        max-width: 100%;
    }
    .mh-features-lines-svg {
        display: none;
    }
}

/* Section 9: Dual Section (Redesigned matching reference image) */
.mh-dual {
    background: #ffffff;
    border: 1px solid #cbd5e1;
    border-radius: 28px;
    padding: 45px 35px;
    position: relative;
    overflow: hidden;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.04);
    display: block;
}

.mh-dual-dots-left {
    position: absolute;
    top: 25px;
    left: 25px;
    pointer-events: none;
    z-index: 1;
    opacity: 0.65;
}

.mh-dual-circles-right {
    position: absolute;
    top: -20px;
    right: -20px;
    width: 180px;
    height: 180px;
    pointer-events: none;
    z-index: 1;
    opacity: 0.45;
}

.mh-dual-badge-pill {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    background: #eff6ff;
    color: #1e3a8a;
    padding: 6px 20px;
    border-radius: 50px;
    font-size: 13px !important;
    font-weight: 900;
    letter-spacing: 0.8px;
}

.mh-dual-badge-line {
    width: 45px;
    height: 2px;
    background: #b91c1c;
    display: inline-block;
}

.mh-dual h2 {
    font-size: 32px;
    font-weight: 900;
    color: #0f2b5c !important;
    text-align: center;
    line-height: 1.25;
    margin-top: 10px;
    margin-bottom: 10px;
    max-width: 960px;
    margin-left: auto;
    margin-right: auto;
}

.mh-dual-subtitle {
    font-size: 17px !important;
    color: #334155 !important;
    font-weight: 600 !important;
    text-align: center;
    margin-bottom: 35px;
}

.mh-dual-card-red {
    background: linear-gradient(135deg, #ffffff 0%, #fff5f5 100%);
    border: 1px solid #fecdd3;
    border-radius: 24px;
    padding: 32px;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    position: relative;
    overflow: hidden;
    transition: all 0.35s ease;
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.03);
    margin-bottom: 25px;
}

.mh-dual-card-blue {
    background: linear-gradient(135deg, #ffffff 0%, #f0f7ff 100%);
    border: 1px solid #dbeafe;
    border-radius: 24px;
    padding: 32px;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    position: relative;
    overflow: hidden;
    transition: all 0.35s ease;
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.03);
    margin-bottom: 25px;
}

.mh-dual-card-red:hover, .mh-dual-card-blue:hover {
    transform: translateY(-4px);
    box-shadow: 0 16px 36px rgba(15, 43, 92, 0.09);
}

.mh-dual-watermark {
    position: absolute;
    top: 15px;
    right: 25px;
    font-size: 76px;
    font-weight: 900;
    line-height: 1;
    pointer-events: none;
    user-select: none;
}

.mh-dual-watermark.red {
    color: rgba(185, 28, 28, 0.08);
}

.mh-dual-watermark.blue {
    color: rgba(30, 64, 175, 0.08);
}

.mh-dual-badge-box {
    display: flex;
    align-items: center;
    margin-bottom: 18px;
    position: relative;
    z-index: 2;
}

.mh-dual-icon-badge {
    width: 48px;
    height: 48px;
    min-width: 48px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    z-index: 3;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
}

.mh-dual-icon-badge.red {
    background: #b91c1c;
    color: #ffffff;
}

.mh-dual-icon-badge.blue {
    background: #1e40af;
    color: #ffffff;
}

.mh-dual-badge-box .badge-text {
    border-radius: 50px;
    font-size: 13px !important;
    font-weight: 900;
    letter-spacing: 0.5px;
    padding: 7px 22px 7px 28px;
    margin-left: -16px;
    position: relative;
    z-index: 2;
}

.mh-dual-badge-box.red .badge-text {
    background: #fee2e2;
    color: #881337;
}

.mh-dual-badge-box.blue .badge-text {
    background: #eff6ff;
    color: #1e3a8a;
}

.mh-dual-card-red h3, .mh-dual-card-blue h3 {
    font-size: 26px;
    font-weight: 900;
    color: #0f2b5c;
    margin-bottom: 16px;
    line-height: 1.3;
    position: relative;
    z-index: 2;
}

.mh-dual-p {
    font-size: 17px !important;
    color: #1e293b;
    line-height: 1.7;
    font-weight: 600 !important;
    margin-bottom: 16px;
    position: relative;
    z-index: 2;
}

.mh-dual-cta-row {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    gap: 15px;
    margin-top: 25px;
    position: relative;
    z-index: 2;
}

.mh-dual-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 12px;
    color: #ffffff !important;
    font-size: 16px;
    font-weight: 800;
    padding: 12px 26px;
    border-radius: 50px;
    text-decoration: none !important;
    transition: all 0.3s ease;
}

.mh-dual-btn.red {
    background: #b91c1c;
    box-shadow: 0 8px 24px rgba(185, 28, 28, 0.35);
}

.mh-dual-btn.red:hover {
    background: #991b1b;
    transform: translateY(-2px);
    box-shadow: 0 12px 28px rgba(185, 28, 28, 0.45);
}

.mh-dual-btn.blue {
    background: #1e40af;
    box-shadow: 0 8px 24px rgba(30, 64, 175, 0.35);
}

.mh-dual-btn.blue:hover {
    background: #1e3a8a;
    transform: translateY(-2px);
    box-shadow: 0 12px 28px rgba(30, 64, 175, 0.45);
}

.mh-dual-btn .btn-arrow {
    width: 28px;
    height: 28px;
    background: #ffffff;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}

.mh-dual-btn.red .btn-arrow {
    color: #b91c1c;
}

.mh-dual-btn.blue .btn-arrow {
    color: #1e40af;
}

.mh-dual-script-slogan {
    font-family: 'Caveat', 'Comic Sans MS', cursive, sans-serif;
    font-size: 34px !important;
    font-weight: 700 !important;
    line-height: 1.1 !important;
    text-align: right;
}

.mh-dual-script-slogan.red {
    color: #991b1b;
    transform: rotate(-6deg);
}

.mh-dual-script-slogan.blue {
    color: #1e3a8a;
    transform: rotate(6deg);
}

@media (max-width: 425px) {
    .mh-dual .mh-dual-script-slogan {
        display: none !important;
    }
    .mh-dual .mh-dual-cta-row {
        display: flex !important;
        justify-content: center !important;
        align-items: center !important;
        margin-top: 20px !important;
        width: 100% !important;
    }
    .mh-dual .mh-dual-btn {
        width: 100% !important;
        justify-content: center !important;
        padding: 12px 18px !important;
        font-size: 15px !important;
    }
}

/* Section 10: Why Choose Us (Redesigned matching reference image) */
.mh-why {
    background: #ffffff;
    border: 1px solid #cbd5e1;
    border-radius: 28px;
    padding: 45px 35px 65px 35px;
    position: relative;
    overflow: hidden;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.04);
    display: block;
}

.mh-why-badge {
    background: #eff6ff;
    color: #1e3a8a;
    border-radius: 50px;
    font-weight: 900;
    font-size: 13px !important;
    padding: 6px 20px;
    letter-spacing: 0.8px;
    display: inline-flex;
    align-items: center;
    gap: 8px;
}

.mh-why h2 {
    font-size: 32px;
    font-weight: 900;
    color: #0f2b5c !important;
    text-align: center;
    line-height: 1.25;
    margin-top: 14px;
    margin-bottom: 8px;
}

.mh-why-subtitle {
    font-size: 17px !important;
    color: #334155 !important;
    font-weight: 600 !important;
    text-align: center;
    margin-bottom: 12px;
}

.mh-why-accent-line {
    width: 38px;
    height: 3px;
    border-radius: 2px;
    margin: 0 auto 35px auto;
    display: flex;
    overflow: hidden;
}

.mh-why-accent-line .red-half {
    width: 50%;
    height: 100%;
    background: #b91c1c;
}

.mh-why-accent-line .blue-half {
    width: 50%;
    height: 100%;
    background: #1e40af;
}

.mh-why-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 22px;
    position: relative;
    z-index: 2;
}

@media (max-width: 992px) {
    .mh-why-grid {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width: 640px) {
    .mh-why-grid {
        grid-template-columns: 1fr;
    }
}

.mh-why-card-item {
    border-radius: 20px;
    padding: 28px 24px;
    position: relative;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    transition: all 0.35s ease;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.02);
    min-height: 200px;
}

.mh-why-card-item:hover {
    transform: translateY(-4px);
    box-shadow: 0 14px 30px rgba(15, 43, 92, 0.08);
}

.mh-why-card-item.c1 { background: #fff5f5; border: 1px solid #ffe4e6; }
.mh-why-card-item.c2 { background: #f0f7ff; border: 1px solid #dbeafe; }
.mh-why-card-item.c3 { background: #f0fdf4; border: 1px solid #dcfce7; }
.mh-why-card-item.c4 { background: #fefce8; border: 1px solid #fef08a; }
.mh-why-card-item.c5 { background: #faf5ff; border: 1px solid #f3e8ff; }
.mh-why-card-item.c6 { background: #fff5f5; border: 1px solid #ffe4e6; }

.mh-why-card-corner {
    position: absolute;
    top: 0;
    right: 0;
    width: 70px;
    height: 70px;
    border-bottom-left-radius: 70px;
    pointer-events: none;
    opacity: 0.45;
}

.c1 .mh-why-card-corner { background: #fecdd3; }
.c2 .mh-why-card-corner { background: #bfdbfe; }
.c3 .mh-why-card-corner { background: #bbf7d0; }
.c4 .mh-why-card-corner { background: #fef08a; }
.c5 .mh-why-card-corner { background: #e9d5ff; }
.c6 .mh-why-card-corner { background: #fecdd3; }

.mh-why-card-header {
    display: flex;
    align-items: center;
    gap: 16px;
    margin-bottom: 16px;
    position: relative;
    z-index: 2;
}

.mh-why-icon-box {
    width: 52px;
    height: 52px;
    min-width: 52px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}

.c1 .mh-why-icon-box { background: #ffe4e6; color: #881337; }
.c2 .mh-why-icon-box { background: #dbeafe; color: #1e3a8a; }
.c3 .mh-why-icon-box { background: #dcfce7; color: #14532d; }
.c4 .mh-why-icon-box { background: #fef08a; color: #78350f; }
.c5 .mh-why-icon-box { background: #f3e8ff; color: #4c1d95; }
.c6 .mh-why-icon-box { background: #ffe4e6; color: #881337; }

.mh-why-card-header h3,
.mh-why-card-header h4 {
    font-size: 20px;
    font-weight: 900;
    color: #0f2b5c;
    margin: 0;
    line-height: 1.25;
}

.mh-why-card-item p {
    font-size: 16.5px !important;
    color: #1e293b !important;
    line-height: 1.7 !important;
    font-weight: 600 !important;
    text-align: left !important;
    margin: 0;
    position: relative;
    z-index: 2;
}

.mh-why-watermark {
    position: absolute;
    bottom: 10px;
    right: 18px;
    font-size: 56px;
    font-weight: 900;
    line-height: 1;
    pointer-events: none;
    user-select: none;
    opacity: 0.16;
}

.c1 .mh-why-watermark { color: #ef4444; }
.c2 .mh-why-watermark { color: #2563eb; }
.c3 .mh-why-watermark { color: #16a34a; }
.c4 .mh-why-watermark { color: #d97706; }
.c5 .mh-why-watermark { color: #9333ea; }
.c6 .mh-why-watermark { color: #e11d48; }

/* Section 11: Districts (Redesigned matching reference image) */
.mh-districts {
    background: #ffffff;
    border: 1px solid #cbd5e1;
    border-radius: 28px;
    padding: 45px 35px 65px 35px;
    position: relative;
    overflow: hidden;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.04);
    display: block;
}

.mh-district-badge {
    background: #eff6ff;
    color: #1e3a8a;
    border-radius: 50px;
    font-weight: 900;
    font-size: 13px !important;
    padding: 6px 20px;
    letter-spacing: 0.8px;
    display: inline-flex;
    align-items: center;
    gap: 8px;
}

.mh-districts h2 {
    font-size: 32px;
    font-weight: 900;
    color: #0f2b5c !important;
    text-align: center;
    line-height: 1.25;
    margin-top: 14px;
    margin-bottom: 8px;
}

.mh-districts-subtitle {
    font-size: 17px !important;
    color: #334155 !important;
    font-weight: 600 !important;
    text-align: center;
    max-width: 780px;
    margin: 0 auto 12px auto;
}

.mh-district-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr) !important;
    gap: 18px;
    position: relative;
    z-index: 2;
}

.mh-district-card-item,
.mh-district-card-item.d1, .mh-district-card-item.d2, .mh-district-card-item.d3,
.mh-district-card-item.d4, .mh-district-card-item.d5, .mh-district-card-item.d6,
.mh-district-card-item.d7, .mh-district-card-item.d8, .mh-district-card-item.d9,
.mh-district-card-item.d10, .mh-district-card-item.d11, .mh-district-card-item.d12,
.mh-district-card-item.d13, .mh-district-card-item.d14, .mh-district-card-item.d15,
.mh-district-card-item.d16, .mh-district-card-item.d17, .mh-district-card-item.d18,
.mh-district-card-item.d19, .mh-district-card-item.d20, .mh-district-card-item.d21,
.mh-district-card-item.d22, .mh-district-card-item.d23, .mh-district-card-item.d24,
.mh-district-card-item.d25, .mh-district-card-item.d26, .mh-district-card-item.d27,
.mh-district-card-item.d28, .mh-district-card-item.d29, .mh-district-card-item.d30,
.mh-district-card-item.d31, .mh-district-card-item.d32, .mh-district-card-item.d33,
.mh-district-card-item.d34, .mh-district-card-item.d35, .mh-district-card-item.d36 {
    grid-column: span 1 !important;
}

/* ─── Responsive grid: 1200px, 992px, 768px, 576px ─────────────────── */
@media (max-width: 1200px) {
    .mh-district-grid {
        grid-template-columns: repeat(4, 1fr) !important;
        gap: 14px !important;
    }
}

@media (max-width: 992px) {
    .mh-district-grid {
        grid-template-columns: repeat(3, 1fr) !important;
        gap: 12px !important;
    }
}

@media (max-width: 768px) {
    .mh-district-grid {
        grid-template-columns: repeat(2, 1fr) !important;
        gap: 10px !important;
    }
}

@media (max-width: 576px) {
    .mh-district-grid {
        grid-template-columns: repeat(1, 1fr) !important;
        gap: 10px !important;
    }
}

.mh-district-card-item {
    border-radius: 16px;
    padding: 14px 18px;
    position: relative;
    /* overflow: hidden removed — was clipping text at narrow viewports */
    overflow: visible !important;
    display: flex !important;
    align-items: center !important;
    justify-content: space-between !important;
    flex-wrap: wrap !important;
    gap: 8px;
    transition: all 0.25s ease;
    box-shadow: 0 3px 10px rgba(0, 0, 0, 0.03);
    min-height: auto !important;
    height: auto !important;
}

.mh-district-card-item:hover {
    transform: translateY(-4px);
    box-shadow: 0 14px 30px rgba(15, 43, 92, 0.08);
}

/* 36 Card Colors */
.mh-district-card-item.d1, .mh-district-card-item.d11, .mh-district-card-item.d21, .mh-district-card-item.d31 { background: #fff5f5; border: 1px solid #ffe4e6; border-left: 5px solid #b91c1c; }
.mh-district-card-item.d2, .mh-district-card-item.d12, .mh-district-card-item.d22, .mh-district-card-item.d32 { background: #f0f7ff; border: 1px solid #dbeafe; border-left: 5px solid #1e40af; }
.mh-district-card-item.d3, .mh-district-card-item.d13, .mh-district-card-item.d23, .mh-district-card-item.d33 { background: #f0fdf4; border: 1px solid #dcfce7; border-left: 5px solid #15803d; }
.mh-district-card-item.d4, .mh-district-card-item.d14, .mh-district-card-item.d24, .mh-district-card-item.d34 { background: #faf5ff; border: 1px solid #f3e8ff; border-left: 5px solid #7e22ce; }
.mh-district-card-item.d5, .mh-district-card-item.d15, .mh-district-card-item.d25, .mh-district-card-item.d35 { background: #fff7ed; border: 1px solid #ffedd5; border-left: 5px solid #c2410c; }
.mh-district-card-item.d6, .mh-district-card-item.d16, .mh-district-card-item.d26, .mh-district-card-item.d36 { background: #fff5f5; border: 1px solid #ffe4e6; border-left: 5px solid #991b1b; }
.mh-district-card-item.d7, .mh-district-card-item.d17, .mh-district-card-item.d27 { background: #ecfdf5; border: 1px solid #d1fae5; border-left: 5px solid #047857; }
.mh-district-card-item.d8, .mh-district-card-item.d18, .mh-district-card-item.d28 { background: #f0f9ff; border: 1px solid #e0f2fe; border-left: 5px solid #0369a1; }
.mh-district-card-item.d9, .mh-district-card-item.d19, .mh-district-card-item.d29 { background: #f5f3ff; border: 1px solid #ede9fe; border-left: 5px solid #6d28d9; }
.mh-district-card-item.d10, .mh-district-card-item.d20, .mh-district-card-item.d30 { background: #fffbeb; border: 1px solid #fef3c7; border-left: 5px solid #b45309; }

.mh-district-card-corner {
    position: absolute;
    top: 0;
    right: 0;
    width: 65px;
    height: 65px;
    border-bottom-left-radius: 65px;
    pointer-events: none;
    opacity: 0.45;
}

.d1 .mh-district-card-corner, .d11 .mh-district-card-corner, .d21 .mh-district-card-corner, .d31 .mh-district-card-corner { background: #fecdd3; }
.d2 .mh-district-card-corner, .d12 .mh-district-card-corner, .d22 .mh-district-card-corner, .d32 .mh-district-card-corner { background: #bfdbfe; }
.d3 .mh-district-card-corner, .d13 .mh-district-card-corner, .d23 .mh-district-card-corner, .d33 .mh-district-card-corner { background: #bbf7d0; }
.d4 .mh-district-card-corner, .d14 .mh-district-card-corner, .d24 .mh-district-card-corner, .d34 .mh-district-card-corner { background: #e9d5ff; }
.d5 .mh-district-card-corner, .d15 .mh-district-card-corner, .d25 .mh-district-card-corner, .d35 .mh-district-card-corner { background: #fed7aa; }
.d6 .mh-district-card-corner, .d16 .mh-district-card-corner, .d26 .mh-district-card-corner, .d36 .mh-district-card-corner { background: #fecdd3; }
.d7 .mh-district-card-corner, .d17 .mh-district-card-corner, .d27 .mh-district-card-corner { background: #a7f3d0; }
.d8 .mh-district-card-corner, .d18 .mh-district-card-corner, .d28 .mh-district-card-corner { background: #bae6fd; }
.d9 .mh-district-card-corner, .d19 .mh-district-card-corner, .d29 .mh-district-card-corner { background: #ddd6fe; }
.d10 .mh-district-card-corner, .d20 .mh-district-card-corner, .d30 .mh-district-card-corner { background: #fde68a; }

.mh-district-card-item h3,
.mh-district-card-item h4 {
    font-size: 20px !important;
    font-weight: 800 !important;
    color: #0f2b5c !important;
    margin: 0 !important;
    line-height: 1.3 !important;
    position: relative;
    z-index: 2;
    white-space: normal !important;
    word-break: break-word !important;
    overflow-wrap: break-word !important;
}

/* Responsive font size for district card headings */
@media (max-width: 1200px) {
    .mh-district-card-item h3,
    .mh-district-card-item h4 {
        font-size: 20px !important;
    }
}
@media (max-width: 992px) {
    .mh-district-card-item h3,
    .mh-district-card-item h4 {
        font-size: 18px !important;
    }
}
@media (max-width: 768px) {
    .mh-district-card-item h3,
    .mh-district-card-item h4 {
        font-size: 16px !important;
    }
}
@media (max-width: 576px) {
    .mh-district-card-item h3,
    .mh-district-card-item h4 {
        font-size: 16px !important;
    }
}

.mh-district-card-item p {
    font-size: 16.5px !important;
    color: #1e293b !important;
    line-height: 1.7 !important;
    font-weight: 600 !important;
    margin: 0 0 16px 0;
    text-align: left !important;
    position: relative;
    z-index: 2;
}

.mh-district-watermark {
    position: absolute;
    top: 10px;
    right: 16px;
    font-size: 40px;
    font-weight: 900;
    line-height: 1;
    pointer-events: none;
    user-select: none;
    opacity: 0.25;
}

.d1 .mh-district-watermark, .d11 .mh-district-watermark, .d21 .mh-district-watermark, .d31 .mh-district-watermark { color: #b91c1c; }
.d2 .mh-district-watermark, .d12 .mh-district-watermark, .d22 .mh-district-watermark, .d32 .mh-district-watermark { color: #1e40af; }
.d3 .mh-district-watermark, .d13 .mh-district-watermark, .d23 .mh-district-watermark, .d33 .mh-district-watermark { color: #15803d; }
.d4 .mh-district-watermark, .d14 .mh-district-watermark, .d24 .mh-district-watermark, .d34 .mh-district-watermark { color: #7e22ce; }
.d5 .mh-district-watermark, .d15 .mh-district-watermark, .d25 .mh-district-watermark, .d35 .mh-district-watermark { color: #c2410c; }
.d6 .mh-district-watermark, .d16 .mh-district-watermark, .d26 .mh-district-watermark, .d36 .mh-district-watermark { color: #991b1b; }
.d7 .mh-district-watermark, .d17 .mh-district-watermark, .d27 .mh-district-watermark { color: #047857; }
.d8 .mh-district-watermark, .d18 .mh-district-watermark, .d28 .mh-district-watermark { color: #0369a1; }
.d9 .mh-district-watermark, .d19 .mh-district-watermark, .d29 .mh-district-watermark { color: #6d28d9; }
.d10 .mh-district-watermark, .d20 .mh-district-watermark, .d30 .mh-district-watermark { color: #b45309; }

.mh-district-arrow-btn {
    width: 32px;
    height: 32px;
    border-radius: 50%;
    background: #ffffff;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 3px 10px rgba(0,0,0,0.08);
    transition: transform 0.25s ease;
}

.mh-district-card-item:hover .mh-district-arrow-btn {
    transform: translateX(3px);
}

.d1 .mh-district-arrow-btn, .d11 .mh-district-arrow-btn, .d21 .mh-district-arrow-btn, .d31 .mh-district-arrow-btn { color: #b91c1c; }
.d2 .mh-district-arrow-btn, .d12 .mh-district-arrow-btn, .d22 .mh-district-arrow-btn, .d32 .mh-district-arrow-btn { color: #1e40af; }
.d3 .mh-district-arrow-btn, .d13 .mh-district-arrow-btn, .d23 .mh-district-arrow-btn, .d33 .mh-district-arrow-btn { color: #15803d; }
.d4 .mh-district-arrow-btn, .d14 .mh-district-arrow-btn, .d24 .mh-district-arrow-btn, .d34 .mh-district-arrow-btn { color: #7e22ce; }
.d5 .mh-district-arrow-btn, .d15 .mh-district-arrow-btn, .d25 .mh-district-arrow-btn, .d35 .mh-district-arrow-btn { color: #c2410c; }
.d6 .mh-district-arrow-btn, .d16 .mh-district-arrow-btn, .d26 .mh-district-arrow-btn, .d36 .mh-district-arrow-btn { color: #991b1b; }
.d7 .mh-district-arrow-btn, .d17 .mh-district-arrow-btn, .d27 .mh-district-arrow-btn { color: #047857; }
.d8 .mh-district-arrow-btn, .d18 .mh-district-arrow-btn, .d28 .mh-district-arrow-btn { color: #0369a1; }
.d9 .mh-district-arrow-btn, .d19 .mh-district-arrow-btn, .d29 .mh-district-arrow-btn { color: #6d28d9; }
.d10 .mh-district-arrow-btn, .d20 .mh-district-arrow-btn, .d30 .mh-district-arrow-btn { color: #b45309; }

/* Section 12: Keywords (Redesigned matching reference image) */
.mh-keywords {
    background: #ffffff;
    border: 1px solid #cbd5e1;
    border-radius: 28px;
    padding: 45px 35px 65px 35px;
    position: relative;
    overflow: hidden;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.04);
    display: block;
}

.mh-keyword-badge {
    background: #eff6ff;
    color: #1e3a8a;
    border-radius: 50px;
    font-weight: 900;
    font-size: 13px !important;
    padding: 6px 20px;
    letter-spacing: 0.8px;
    display: inline-flex;
    align-items: center;
    gap: 8px;
}

.mh-keywords h2 {
    font-size: 32px;
    font-weight: 900;
    color: #0f2b5c !important;
    text-align: center;
    line-height: 1.25;
    margin-top: 14px;
    margin-bottom: 8px;
}

.mh-keywords-subtitle {
    font-size: 17px !important;
    color: #334155 !important;
    font-weight: 600 !important;
    text-align: center;
    max-width: 780px;
    margin: 0 auto 12px auto;
}

.mh-tag-cloud {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 14px;
    max-width: 1080px;
    margin: 0 auto;
    position: relative;
    z-index: 2;
}

.mh-kw-pill {
    display: inline-flex;
    align-items: center;
    gap: 9px;
    padding: 10px 22px;
    border-radius: 50px;
    font-size: 16.5px;
    font-weight: 700;
    transition: all 0.3s ease;
    text-decoration: none !important;
    box-shadow: 0 3px 12px rgba(15, 43, 92, 0.03);
    white-space: nowrap;
}

.mh-kw-pill:hover {
    transform: translateY(-3px);
    box-shadow: 0 10px 22px rgba(15, 43, 92, 0.1);
}

.mh-kw-pill.blue-kw { background: #eff6ff; border: 1px solid #dbeafe; color: #1e3a8a; }
.mh-kw-pill.blue-kw svg { color: #1e40af; }

.mh-kw-pill.red-kw { background: #fff5f5; border: 1px solid #ffe4e6; color: #881337; }
.mh-kw-pill.red-kw svg { color: #991b1b; }

.mh-kw-pill.green-kw { background: #f0fdf4; border: 1px solid #dcfce7; color: #14532d; }
.mh-kw-pill.green-kw svg { color: #15803d; }

.mh-kw-pill.yellow-kw { background: #fefce8; border: 1px solid #fef08a; color: #78350f; }
.mh-kw-pill.yellow-kw svg { color: #b45309; }

.mh-kw-pill.purple-kw { background: #faf5ff; border: 1px solid #f3e8ff; color: #4c1d95; }
.mh-kw-pill.purple-kw svg { color: #6d28d9; }

/* Section 13: Reviews (Redesigned matching reference image) */
.mh-reviews {
    background: #ffffff;
    border: 1px solid #cbd5e1;
    border-radius: 28px;
    padding: 45px 35px 55px 35px;
    position: relative;
    overflow: hidden;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.04);
    display: block;
}

.mh-review-badge {
    background: #eff6ff;
    color: #1e3a8a;
    border-radius: 50px;
    font-weight: 900;
    font-size: 13px !important;
    padding: 6px 20px;
    letter-spacing: 0.8px;
    display: inline-flex;
    align-items: center;
    gap: 8px;
}

.mh-reviews h2 {
    font-size: 32px;
    font-weight: 900;
    color: #0f2b5c !important;
    text-align: center;
    line-height: 1.25;
    margin-top: 14px;
    margin-bottom: 8px;
}

.mh-reviews-subtitle {
    font-size: 17px !important;
    color: #334155 !important;
    font-weight: 600 !important;
    text-align: center;
    margin-bottom: 35px;
}

.mh-review-slider-wrapper {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 20px;
    position: relative;
    z-index: 2;
    max-width: 960px;
    margin: 0 auto;
}

.mh-review-nav-btn {
    width: 44px;
    height: 44px;
    min-width: 44px;
    border-radius: 50%;
    background: #ffffff;
    border: 1px solid #cbd5e1;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #0f2b5c;
    box-shadow: 0 4px 15px rgba(0,0,0,0.06);
    transition: all 0.25s ease;
    cursor: pointer;
    z-index: 4;
}

.mh-review-nav-btn:hover {
    background: #1e40af;
    color: #ffffff;
    border-color: #1e40af;
    transform: scale(1.06);
}

.mh-review-card-redesigned {
    background: #ffffff;
    border: 1px solid #e2e8f0;
    border-radius: 24px;
    padding: 38px 45px;
    box-shadow: 0 8px 30px rgba(15, 43, 92, 0.05);
    flex: 1;
    position: relative;
    overflow: hidden;
}

.mh-review-quote-left {
    position: absolute;
    top: 25px;
    left: 25px;
    display: flex;
    align-items: center;
    gap: 12px;
}

.mh-review-quote-circle-red {
    width: 44px;
    height: 44px;
    border-radius: 50%;
    background: #fee2e2;
    color: #881337;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 22px;
    font-weight: 900;
}

.mh-review-quote-line-red {
    width: 140px;
    height: 2px;
    background: #fecdd3;
}

.mh-review-quote-right {
    position: absolute;
    bottom: 25px;
    right: 25px;
    display: flex;
    align-items: center;
    gap: 12px;
}

.mh-review-quote-circle-blue {
    width: 44px;
    height: 44px;
    border-radius: 50%;
    background: #dbeafe;
    color: #1e3a8a;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 22px;
    font-weight: 900;
}

.mh-review-quote-line-blue {
    width: 140px;
    height: 2px;
    background: #bfdbfe;
}

.mh-stars-redesigned {
    color: #b45309;
    font-size: 22px;
    letter-spacing: 4px;
    text-align: center;
    margin-top: 10px;
    margin-bottom: 22px;
}

.mh-review-text-redesigned {
    font-size: 17.5px !important;
    font-style: italic;
    color: #1e293b !important;
    line-height: 1.8 !important;
    text-align: center;
    font-weight: 600 !important;
    margin-bottom: 30px;
    position: relative;
    z-index: 2;
}

.mh-review-author-box {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 14px;
    position: relative;
    z-index: 2;
}

.mh-review-avatar {
    width: 48px;
    height: 48px;
    border-radius: 50%;
    background: #fee2e2;
    color: #881337;
    font-weight: 900;
    font-size: 18px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}

.mh-review-author-info {
    text-align: left;
}

.mh-review-author-info .mh-review-author-name,
.mh-review-author-info h5 {
    font-size: 18px;
    font-weight: 900;
    color: #0f2b5c;
    margin: 0;
    line-height: 1.2;
    display: block;
}

.mh-review-author-info span {
    font-size: 14px;
    font-weight: 600;
    color: #334155;
}

.mh-review-pagination {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    margin-top: 25px;
}

.mh-review-dot {
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background: #cbd5e1;
    transition: all 0.3s ease;
}

.mh-review-dot.active {
    background: #b91c1c;
    transform: scale(1.2);
}

/* Section 14: FAQs Redesigned */
.mh-faq {
    background: #ffffff;
    border: 1px solid #cbd5e1;
    border-radius: 28px;
    padding: 45px 35px 55px 35px;
    position: relative;
    overflow: hidden;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.04);
    display: block;
}

.mh-faq-badge {
    background: #eff6ff;
    color: #1e3a8a;
    border-radius: 50px;
    font-weight: 900;
    font-size: 13px !important;
    padding: 6px 20px;
    letter-spacing: 0.8px;
    display: inline-flex;
    align-items: center;
    gap: 8px;
}

.mh-faq h2 {
    font-size: 36px;
    font-weight: 900;
    color: #0f2b5c !important;
    text-align: center;
    line-height: 1.2;
    margin-top: 14px;
    margin-bottom: 8px;
}

.mh-faq-subtitle {
    font-family: 'Lato', sans-serif !important;
    font-size: 17.5px !important;
    font-weight: 600 !important;
    color: #334155 !important;
    text-align: center;
    line-height: 1.6 !important;
    margin-bottom: 35px;
}

.mh-faq-accordion-list {
    max-width: 950px;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    gap: 16px;
    position: relative;
    z-index: 2;
}

.mh-faq-accordion-item {
    border-radius: 20px;
    transition: all 0.3s ease;
    overflow: hidden;
}

/* Item Themes */
.mh-faq-accordion-item.blue-theme {
    background: #ffffff;
    border: 1px solid #dbeafe;
}

.mh-faq-accordion-item.pink-theme {
    background: #fff1f2;
    border: 1px solid #fecdd3;
}

.mh-faq-accordion-item.green-theme {
    background: #f0fdf4;
    border: 1px solid #bbf7d0;
}

.mh-faq-header-btn {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
    padding: 20px 24px;
    cursor: pointer;
    user-select: none;
    transition: background 0.2s ease;
}

.mh-faq-header-left {
    display: flex;
    align-items: center;
    gap: 16px;
    flex: 1;
}

.mh-faq-num-circle {
    width: 44px;
    height: 44px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 17px;
    font-weight: 900;
    color: #ffffff;
    flex-shrink: 0;
}

.mh-faq-accordion-item.blue-theme .mh-faq-num-circle {
    background: #1e40af;
    box-shadow: 0 0 0 6px #dbeafe;
}

.mh-faq-accordion-item.pink-theme .mh-faq-num-circle {
    background: #b91c1c;
    box-shadow: 0 0 0 6px #fecdd3;
}

.mh-faq-accordion-item.green-theme .mh-faq-num-circle {
    background: #15803d;
    box-shadow: 0 0 0 6px #bbf7d0;
}

.mh-faq-question-title {
    font-family: 'Lato', sans-serif !important;
    font-size: 17.5px !important;
    font-weight: 600 !important;
    color: #1e293b !important;
    margin: 0;
    line-height: 1.6 !important;
}

.mh-faq-toggle-circle {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    transition: transform 0.3s ease, background 0.3s ease;
}

.mh-faq-accordion-item.blue-theme .mh-faq-toggle-circle {
    background: #dbeafe;
    color: #1e3a8a;
}

.mh-faq-accordion-item.pink-theme .mh-faq-toggle-circle {
    background: #fecdd3;
    color: #881337;
}

.mh-faq-accordion-item.green-theme .mh-faq-toggle-circle {
    background: #bbf7d0;
    color: #14532d;
}

.mh-faq-accordion-item.active .mh-faq-toggle-circle {
    transform: rotate(180deg);
}

.mh-faq-body-content {
    padding: 0 24px 22px 24px;
    display: none;
}

.mh-faq-accordion-item.active .mh-faq-body-content {
    display: block;
}

.mh-faq-answer-card {
    border-radius: 14px;
    padding: 22px 26px;
}

.mh-faq-accordion-item.blue-theme .mh-faq-answer-card {
    background: #eff6ff;
    border-left: 5px solid #1e40af;
}

.mh-faq-accordion-item.pink-theme .mh-faq-answer-card {
    background: #fff1f2;
    border-left: 5px solid #b91c1c;
}

.mh-faq-accordion-item.green-theme .mh-faq-answer-card {
    background: #f0fdf4;
    border-left: 5px solid #15803d;
}

.mh-faq-answer-card p {
    font-family: 'Lato', sans-serif !important;
    font-size: 16.5px !important;
    font-weight: 600 !important;
    color: #1e293b !important;
    line-height: 1.7 !important;
    margin: 0 !important;
    text-align: left !important;
}

/* Section 15: CTA Banner Redesigned */
.mh-cta-banner {
    background: #ffffff;
    border: 1px solid #cbd5e1;
    border-radius: 28px;
    padding: 45px 35px 50px 35px;
    text-align: center;
    position: relative;
    overflow: hidden;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.04);
    display: block;
}

.mh-cta-badge {
    background: #eff6ff;
    color: #1e3a8a;
    border-radius: 50px;
    font-weight: 900;
    font-size: 13px !important;
    padding: 6px 20px;
    letter-spacing: 0.8px;
    display: inline-flex;
    align-items: center;
    gap: 8px;
    margin-bottom: 16px;
}

.mh-cta-banner h2 {
    font-size: 34px;
    font-weight: 900;
    margin-bottom: 16px;
    color: #0f2b5c !important;
    text-shadow: none;
    line-height: 1.25;
    position: relative;
    z-index: 2;
}

.mh-cta-banner p {
    font-family: 'Lato', sans-serif !important;
    font-size: 16.5px !important;
    max-width: 860px;
    margin: 0 auto 35px auto;
    color: #1e293b !important;
    line-height: 1.7 !important;
    font-weight: 600 !important;
    position: relative;
    z-index: 2;
}

.mh-cta-btn-wrapper {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 16px;
    position: relative;
    z-index: 2;
}

.mh-cta-btn-blue {
    background: #1e40af;
    color: #ffffff !important;
    font-size: 16px;
    font-weight: 800;
    padding: 14px 34px;
    border-radius: 50px;
    display: inline-flex;
    align-items: center;
    gap: 14px;
    text-decoration: none;
    box-shadow: 0 8px 25px rgba(30, 64, 175, 0.35);
    transition: all 0.3s ease;
}

.mh-cta-btn-blue:hover {
    background: #1e3a8a;
    transform: translateY(-2px);
    box-shadow: 0 12px 30px rgba(30, 64, 175, 0.45);
    color: #ffffff !important;
}

.mh-cta-btn-arrow-circle {
    width: 32px;
    height: 32px;
    border-radius: 50%;
    background: #ffffff;
    color: #1e40af;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    transition: transform 0.3s ease;
}

.mh-cta-btn-blue:hover .mh-cta-btn-arrow-circle {
    transform: translateX(3px);
}

/* Mobile Specific Layout & Responsiveness Fixes */
@media (max-width: 768px) {
    /* Section Outer Padding Adjustments for Narrow Screens (320px) */
    .mh-reviews,
    .mh-faq,
    .mh-keywords,
    .mh-why,
    .mh-districts,
    .mh-dual,
    .mh-features,
    .mh-cta-banner {
        padding: 30px 10px 40px 10px !important;
        border-radius: 20px !important;
    }

    /* Section 8: Features Pills */
    .mh-feature-pill {
        flex-direction: column !important;
        text-align: center !important;
        align-items: center !important;
        justify-content: center !important;
        padding: 18px 16px !important;
        border-radius: 24px !important;
        gap: 12px !important;
        max-width: 100% !important;
        box-sizing: border-box !important;
    }

    .mh-feature-pill-icon {
        margin: 0 auto 4px auto !important;
    }

    .mh-feature-pill-text {
        text-align: center !important;
        width: 100% !important;
        word-break: break-word !important;
        overflow-wrap: break-word !important;
    }

    /* Section 10: Why Choose Cards Header */
    .mh-why-card-header {
        flex-direction: column !important;
        align-items: center !important;
        text-align: center !important;
        gap: 12px !important;
    }

    .mh-why-card-header h3,
    .mh-why-card-header h4 {
        text-align: center !important;
    }

    .mh-why-card-item p {
        text-align: center !important;
    }

    .mh-why-icon-box {
        margin: 0 auto 4px auto !important;
    }

    /* Section 12: Keyword Search Pills (Fix Text Cutting Issue) */
    .mh-tag-cloud {
        gap: 10px !important;
        padding: 0 !important;
        width: 100% !important;
        max-width: 100% !important;
    }

    .mh-kw-pill {
        white-space: normal !important;
        word-break: break-word !important;
        overflow-wrap: break-word !important;
        max-width: 100% !important;
        box-sizing: border-box !important;
        text-align: center !important;
        justify-content: center !important;
        padding: 12px 16px !important;
        border-radius: 24px !important;
        line-height: 1.5 !important;
    }

    .mh-kw-pill svg {
        flex-shrink: 0 !important;
    }

    /* Section 13: Reviews (Fix Arrow Cut Off & Overflow) */
    .mh-review-slider-wrapper {
        gap: 6px !important;
        width: 100% !important;
        max-width: 100% !important;
        padding: 0 !important;
    }

    .mh-review-nav-btn {
        width: 36px !important;
        height: 36px !important;
        min-width: 36px !important;
        flex-shrink: 0 !important;
    }

    .mh-review-card-redesigned {
        padding: 24px 12px !important;
        border-radius: 18px !important;
        min-width: 0 !important;
        width: 100% !important;
        flex: 1 !important;
        box-sizing: border-box !important;
    }

    .mh-review-quote-line-red,
    .mh-review-quote-line-blue {
        display: none !important;
    }

    .mh-review-quote-left {
        top: 12px !important;
        left: 12px !important;
    }

    .mh-review-quote-right {
        bottom: 12px !important;
        right: 12px !important;
    }

    .mh-review-quote-circle-red,
    .mh-review-quote-circle-blue {
        width: 32px !important;
        height: 32px !important;
        font-size: 18px !important;
    }

    .mh-review-text-redesigned {
        word-break: break-word !important;
        overflow-wrap: break-word !important;
        margin: 12px 0 20px 0 !important;
    }

    .mh-review-author-box {
        flex-direction: column !important;
        align-items: center !important;
        text-align: center !important;
        gap: 8px !important;
    }

    .mh-review-author-info {
        text-align: center !important;
    }

    /* Section 14: FAQ (Fix Toggle Arrow Cut Off) */
    .mh-faq-accordion-list {
        width: 100% !important;
        max-width: 100% !important;
    }

    .mh-faq-header-btn {
        display: flex !important;
        flex-direction: row !important;
        align-items: center !important;
        justify-content: space-between !important;
        padding: 14px 10px !important;
        gap: 8px !important;
        box-sizing: border-box !important;
    }

    .mh-faq-header-left {
        display: flex !important;
        flex-direction: row !important;
        align-items: center !important;
        gap: 10px !important;
        flex: 1 !important;
        min-width: 0 !important;
    }

    .mh-faq-num-circle {
        width: 36px !important;
        height: 36px !important;
        min-width: 36px !important;
        flex-shrink: 0 !important;
        font-size: 15px !important;
    }

    .mh-faq-question-title {
        text-align: left !important;
        word-break: break-word !important;
        overflow-wrap: break-word !important;
        flex: 1 !important;
        min-width: 0 !important;
        line-height: 1.4 !important;
    }

    .mh-faq-toggle-circle {
        width: 36px !important;
        height: 36px !important;
        min-width: 36px !important;
        flex-shrink: 0 !important;
        margin-left: auto !important;
    }

    .mh-faq-body-content {
        padding: 0 8px 14px 8px !important;
    }

    .mh-faq-answer-card {
        padding: 16px 12px !important;
    }

    /* Section 9: Dual Category Badge Boxes */
    .mh-dual-badge-box {
        flex-direction: column !important;
        align-items: center !important;
        text-align: center !important;
        gap: 8px !important;
    }

    .mh-dual-icon-badge {
        margin: 0 auto !important;
    }

    /* Section 7: Pricing Factors List */
    .mh-pricing-factor-row {
        flex-direction: column !important;
        align-items: center !important;
        text-align: center !important;
        gap: 10px !important;
    }

    .mh-pricing-factor-text {
        text-align: center !important;
    }
}

/* ==========================================
   CLEAN & ELEGANT HEADER & NAVBAR SYSTEM
   ========================================== */
.header {
    background: #ffffff;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.05);
    position: relative;
    z-index: 999;
}

.header-top {
    padding: 16px 0;
    background: #ffffff;
}

.header-top .logo {
    display: flex;
    align-items: center;
}

.header-top .logo img {
    max-height: 60px;
    width: auto;
    display: block;
}

.menu-bg {
    background: #0f2b5c !important;
    border-bottom: 3px solid #b8151a !important;
    box-shadow: 0 4px 15px rgba(15, 43, 92, 0.15);
}

.stellarnav.mh-custom-nav {
    background: transparent !important;
}

/* Hide default stellarnav extra plus/arrow icons on desktop */
.stellarnav.mh-custom-nav.desktop .dd-toggle {
    display: none !important;
}

.stellarnav.mh-custom-nav li.has-sub > a:after,
.stellarnav.mh-custom-nav li.has-sub > a::after {
    display: none !important;
    content: none !important;
    border: none !important;
}


/* Mobile Logo Styling (< 992px) */
@media (max-width: 991px) {
    .header-top .logo img {
        max-height: 44px;
    }
}

/* Breadcrumb Banner Page Title H1 */
.pages h1 {
    text-transform: capitalize;
    background: #2e2a7c;
    width: auto;
    max-width: 680px;
    padding: 12px 22px;
    color: #ffffff !important;
    border-left: 5px solid #b8151a;
    font-size: 32px;
    line-height: 1.35;
    margin-bottom: 14px;
    border-radius: 0 8px 8px 0;
    font-weight: 800;
}
@media (max-width: 768px) {
    .pages h1 {
        width: 100%;
        font-size: 22px;
        padding: 10px 14px;
    }
}

/* ==========================================================================
   REDESIGNED PREMIUM HEADER & CAPSULE NAVBAR (EXACT REFERENCE MATCH)
   ========================================================================== */
.mh-redesigned-header,
.mh-header-outer-bg,
.mh-header-white-bar,
.mh-header-flex-row,
.mh-header-nav-capsule-wrap,
.stellarnav.mh-custom-nav,
.stellarnav.mh-custom-nav > ul,
.stellarnav.mh-custom-nav > ul > li {
    overflow: visible !important;
}

.mh-redesigned-header {
    width: 100%;
    position: sticky !important;
    top: 0 !important;
    z-index: 10000 !important;
    background: transparent !important;
    box-shadow: none !important;
    padding: 10px 0 15px 0;
}

.mh-redesigned-header .container {
    overflow: visible !important;
    position: relative;
}

.mh-header-white-bar-wrapper {
    position: relative;
    margin: 0;
    z-index: 2;
}

/* Central White Bar Container */
.mh-header-white-bar {
    position: relative;
    background: #ffffff;
    width: 100%;
    margin: 0;
    padding: 10px 10px 10px 28px;
    z-index: 2;
    border-radius: 50px;
    border: 1px solid #e2e8f0;
    box-shadow: 0 6px 25px rgba(15, 43, 92, 0.08);
}

/* Left & Right Red Slanted Cutouts (Disabled) */
.mh-header-slash-left,
.mh-header-slash-right {
    display: none !important;
}

.mh-header-flex-row {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
    width: 100%;
}

.mh-header-logo-wrap {
    flex-shrink: 0;
    display: flex;
    align-items: center;
}

.mh-header-logo-wrap img {
    height: 52px;
    width: auto;
    display: block;
    object-fit: contain;
}

.mh-header-nav-capsule-wrap {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    flex-grow: 1;
    margin-left: 25px;
}

/* Desktop Navigation Styling (>= 1201px) */
@media (min-width: 1201px) {
    .stellarnav.mh-custom-nav.desktop {
        display: block !important;
        background: transparent !important;
        border: none !important;
        margin: 0 !important;
    }

    .stellarnav.mh-custom-nav.desktop > ul {
        display: flex !important;
        align-items: center !important;
        justify-content: flex-start !important;
        flex-direction: row !important;
        background: transparent !important;
        border: none !important;
        border-radius: 0 !important;
        padding: 0 !important;
        margin: 0 !important;
        list-style: none !important;
        gap: 6px !important;
        box-shadow: none !important;
    }

    .stellarnav.mh-custom-nav.desktop > ul > li {
        position: relative !important;
        display: inline-flex !important;
        align-items: center !important;
        background: transparent !important;
        border: none !important;
        margin: 0 !important;
        padding: 0 !important;
        float: none !important;
    }

    .stellarnav.mh-custom-nav.desktop > ul > li > a {
        font-family: 'Lato', sans-serif !important;
        font-size: 16px !important;
        font-weight: 700 !important;
        color: #1e293b !important;
        padding: 8px 12px !important;
        text-decoration: none !important;
        display: inline-flex !important;
        align-items: center !important;
        gap: 5px !important;
        position: relative !important;
        transition: color 0.2s ease !important;
        background: transparent !important;
        border: none !important;
        line-height: 1.2 !important;
        white-space: nowrap !important;
    }

    .stellarnav.mh-custom-nav.desktop > ul > li > a:after,
    .stellarnav.mh-custom-nav.desktop > ul > li > a:before {
        display: none !important;
    }

    .stellarnav.mh-custom-nav.desktop > ul > li:hover > a {
        color: #b91c1c !important;
        background: transparent !important;
    }

    /* Active State (Home) */
    .stellarnav.mh-custom-nav.desktop > ul > li.active > a {
        color: #b91c1c !important;
    }

    .stellarnav.mh-custom-nav.desktop > ul > li.active > a::after,
    .stellarnav.mh-custom-nav.desktop > ul > li.active > a .mh-nav-active-bar {
        content: '' !important;
        display: block !important;
        position: absolute !important;
        bottom: 2px !important;
        left: 12px !important;
        right: 12px !important;
        height: 3px !important;
        background: #b91c1c !important;
        border-radius: 3px !important;
        width: auto !important;
        border: none !important;
        margin: 0 !important;
    }

    .mh-nav-drop-icon {
        transition: transform 0.2s ease;
        margin-left: 2px;
        stroke: currentColor;
    }

    .stellarnav.mh-custom-nav.desktop > ul > li.has-sub:hover .mh-nav-drop-icon {
        transform: rotate(180deg);
    }

    /* Desktop Submenu (Dropdown) */
    .stellarnav.mh-custom-nav.desktop ul ul {
        top: 100% !important;
        left: 0 !important;
        z-index: 99999 !important;
        background: #ffffff !important;
        border-radius: 12px !important;
        box-shadow: 0 12px 30px rgba(15, 43, 92, 0.2) !important;
        border: 1px solid #e2e8f0 !important;
        padding: 8px 0 !important;
        min-width: 260px !important;
        margin-top: 6px !important;
    }

    .stellarnav.mh-custom-nav.desktop ul ul li {
        display: block !important;
        width: 100% !important;
        margin: 0 !important;
        padding: 0 !important;
        background: transparent !important;
        float: none !important;
        border: none !important;
    }

    .stellarnav.mh-custom-nav.desktop ul ul li a {
        display: block !important;
        padding: 10px 20px !important;
        font-size: 16px !important;
        font-weight: 600 !important;
        color: #1e293b !important;
        text-decoration: none !important;
        border-bottom: 1px solid #f1f5f9 !important;
        transition: all 0.2s ease !important;
        background: #ffffff !important;
        text-align: left !important;
        line-height: 1.4 !important;
        white-space: normal !important;
    }

    .stellarnav.mh-custom-nav.desktop ul ul li:last-child a {
        border-bottom: none !important;
    }

    .stellarnav.mh-custom-nav.desktop ul ul li a:hover {
        background: #fef2f2 !important;
        color: #b91c1c !important;
        padding-left: 24px !important;
    }

    /* Hide extra dd-toggle button on desktop */
    .stellarnav.mh-custom-nav.desktop .dd-toggle {
        display: none !important;
    }

    /* Enquiry Button Pill - High Specificity Override */
    .stellarnav.mh-custom-nav.desktop ul li.mh-nav-enquiry-item,
    .stellarnav.mh-custom-nav.desktop ul li.mh-nav-enquiry-btn {
        margin-left: 8px !important;
        display: flex !important;
        align-items: center !important;
    }

    .stellarnav.mh-custom-nav.desktop ul li.mh-nav-enquiry-item a,
    .stellarnav.mh-custom-nav.desktop ul li.mh-nav-enquiry-btn a,
    a.mh-nav-enquiry-btn-pill {
        background: linear-gradient(135deg, #b91c1c 0%, #991b1b 100%) !important;
        color: #ffffff !important;
        font-size: 15px !important;
        font-weight: 700 !important;
        border-radius: 50px !important;
        padding: 5px 6px 5px 18px !important;
        display: inline-flex !important;
        align-items: center !important;
        gap: 8px !important;
        text-decoration: none !important;
        border: none !important;
        box-shadow: 0 4px 12px rgba(185, 28, 28, 0.35) !important;
        transition: transform 0.2s ease, box-shadow 0.2s ease !important;
        white-space: nowrap !important;
    }

    .stellarnav.mh-custom-nav.desktop ul li.mh-nav-enquiry-item a:hover,
    .stellarnav.mh-custom-nav.desktop ul li.mh-nav-enquiry-btn a:hover,
    a.mh-nav-enquiry-btn-pill:hover {
        background: linear-gradient(135deg, #991b1b 0%, #7f1d1d 100%) !important;
        color: #ffffff !important;
        transform: translateY(-1px) !important;
        box-shadow: 0 6px 18px rgba(185, 28, 28, 0.45) !important;
    }

    .mh-enquiry-circle-arrow {
        width: 26px !important;
        height: 26px !important;
        background: #ffffff !important;
        color: #b91c1c !important;
        border-radius: 50% !important;
        display: inline-flex !important;
        align-items: center !important;
        justify-content: center !important;
        font-size: 13px !important;
        font-weight: 900 !important;
        box-shadow: 0 2px 5px rgba(0, 0, 0, 0.15) !important;
        flex-shrink: 0 !important;
        line-height: 1 !important;
    }
}

/* Mobile & Tablet Responsiveness (<= 1200px) */
@media (max-width: 1200px) {
    .mh-header-white-bar {
        margin: 0 15px;
        padding: 8px 8px;
    }
    .mh-header-slash-left,
    .mh-header-slash-right {
        display: none;
    }
    .mh-header-nav-capsule-wrap {
        justify-content: flex-end;
    }

    /* Mobile Hamburger Menu Toggle Button */
    .stellarnav.mh-custom-nav.mobile .menu-toggle {
        display: inline-flex !important;
        align-items: center !important;
        justify-content: center !important;
        gap: 0 !important;
        background: linear-gradient(135deg, #0f2b5c 0%, #1e3a8a 100%) !important;
        color: #ffffff !important;
        font-family: 'Lato', sans-serif !important;
        font-size: 15px !important;
        font-weight: 700 !important;
        padding: 10px 14px !important;
        border-radius: 50px !important;
        box-shadow: 0 4px 14px rgba(15, 43, 92, 0.25) !important;
        text-transform: uppercase !important;
        letter-spacing: 0.5px !important;
        margin: 0 !important;
        cursor: pointer !important;
        border: none !important;
        transition: all 0.2s ease !important;
    }

    .stellarnav.mh-custom-nav.mobile .menu-toggle:hover {
        background: linear-gradient(135deg, #b91c1c 0%, #991b1b 100%) !important;
        color: #ffffff !important;
        box-shadow: 0 6px 18px rgba(185, 28, 28, 0.35) !important;
    }

    .stellarnav.mh-custom-nav.mobile .menu-toggle span.bars {
        display: inline-flex !important;
        flex-direction: column !important;
        justify-content: center !important;
        gap: 3px !important;
        margin-right: 0 !important;
        top: 0 !important;
        position: relative !important;
    }

    .stellarnav.mh-custom-nav.mobile .menu-toggle span.bars span {
        display: block !important;
        width: 18px !important;
        height: 2px !important;
        background: #ffffff !important;
        border-radius: 2px !important;
        margin: 0 !important;
    }

    /* Hide default stellarNav close button elements */
    .stellarnav.mh-custom-nav .close-menu,
    .stellarnav.mh-custom-nav.mobile .close-menu,
    .stellarnav .close-menu {
        display: none !important;
    }

    /* Mobile Dropdown Container */
    .stellarnav.mh-custom-nav.mobile {
        position: relative !important;
        width: auto !important;
    }

    .stellarnav.mh-custom-nav.mobile > ul {
        position: absolute !important;
        top: calc(100% + 12px) !important;
        right: 0 !important;
        left: auto !important;
        width: 290px !important;
        max-width: 90vw !important;
        background: #ffffff !important;
        border-radius: 18px !important;
        box-shadow: 0 20px 40px -8px rgba(15, 23, 42, 0.22), 0 0 0 1px rgba(226, 232, 240, 0.9) !important;
        padding: 6px 0 !important;
        z-index: 999999 !important;
        list-style: none !important;
        overflow: hidden !important;
        display: none;
        flex-direction: column !important;
    }

    .stellarnav.mh-custom-nav.mobile > ul > li {
        display: block !important;
        width: 100% !important;
        float: none !important;
        clear: both !important;
        border-bottom: 1px solid #f1f5f9 !important;
        position: relative !important;
        margin: 0 !important;
        padding: 0 !important;
        text-align: left !important;
    }

    .stellarnav.mh-custom-nav.mobile > ul > li:last-child {
        border-bottom: none !important;
    }

    .stellarnav.mh-custom-nav > ul > li > a:not(.dd-toggle) {
        display: flex !important;
        align-items: center !important;
        justify-content: space-between !important;
        width: 100% !important;
        padding: 13px 20px !important;
        font-family: 'Lato', sans-serif !important;
        font-size: 15px !important;
        font-weight: 700 !important;
        color: #0f172a !important;
        text-decoration: none !important;
        background: #ffffff !important;
        line-height: 1.3 !important;
        border: none !important;
        border-left: 4px solid transparent !important;
        transition: all 0.2s ease !important;
        box-sizing: border-box !important;
    }

    .stellarnav.mh-custom-nav > ul > li.has-sub > a:not(.dd-toggle) {
        padding-right: 60px !important;
    }

    .stellarnav.mh-custom-nav > ul > li:hover > a:not(.dd-toggle) {
        color: #b91c1c !important;
        background: #fef2f2 !important;
        border-left-color: #fca5a5 !important;
    }

    .stellarnav.mh-custom-nav > ul > li.active > a:not(.dd-toggle) {
        color: #b91c1c !important;
        background: #fef2f2 !important;
        border-left-color: #b91c1c !important;
    }

    /* Hide all extra duplicate drop icons & :after pseudo elements on mobile */
    .stellarnav.mh-custom-nav.mobile .mh-nav-drop-icon,
    .stellarnav.mh-custom-nav li.has-sub > a:after,
    .stellarnav.mh-custom-nav li.has-sub > a::after {
        display: none !important;
        content: none !important;
    }

    /* Submenu Accordion Plus (+) / Minus (-) Toggle Icon (Plain Text/Icon Only, Extreme Right) */
    .stellarnav.mh-custom-nav a.dd-toggle,
    .stellarnav.mh-custom-nav .dd-toggle,
    .stellarnav.mh-custom-nav > ul > li > a.dd-toggle {
        display: flex !important;
        align-items: center !important;
        justify-content: center !important;
        position: absolute !important;
        right: 14px !important;
        top: 0 !important;
        bottom: 0 !important;
        height: 46px !important;
        width: 40px !important;
        background: transparent !important;
        color: #0f172a !important;
        border-radius: 0 !important;
        border: none !important;
        box-shadow: none !important;
        z-index: 999 !important;
        cursor: pointer !important;
        transition: all 0.2s ease !important;
        margin: 0 !important;
        padding: 0 !important;
        transform: none !important;
    }

    .stellarnav.mh-custom-nav a.dd-toggle:hover,
    .stellarnav.mh-custom-nav .dd-toggle:hover {
        background: transparent !important;
        border: none !important;
        box-shadow: none !important;
    }

    /* Render a Plain Crisp Dark Charcoal Plus (+) Icon (21px, Bold) when CLOSED */
    .stellarnav.mh-custom-nav a.dd-toggle::after,
    .stellarnav.mh-custom-nav .dd-toggle::after {
        content: '' !important;
        display: block !important;
        width: 21px !important;
        height: 21px !important;
        background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='21' height='21' viewBox='0 0 24 24' fill='none' stroke='%230f172a' stroke-width='3.2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cline x1='12' y1='5' x2='12' y2='19'%3E%3C/line%3E%3Cline x1='5' y1='12' x2='19' y2='12'%3E%3C/line%3E%3C/svg%3E") !important;
        background-repeat: no-repeat !important;
        background-position: center !important;
        background-size: contain !important;
        transition: all 0.2s ease !important;
        border: none !important;
        margin: 0 !important;
    }

    /* OPEN State: Render a Plain Crisp Dark Charcoal Minus (−) Icon (21px, Bold) */
    .stellarnav.mh-custom-nav li.open > a.dd-toggle,
    .stellarnav.mh-custom-nav li.open > .dd-toggle {
        background: transparent !important;
        border: none !important;
        box-shadow: none !important;
    }

    .stellarnav.mh-custom-nav li.open > a.dd-toggle::after,
    .stellarnav.mh-custom-nav li.open > .dd-toggle::after {
        background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='21' height='21' viewBox='0 0 24 24' fill='none' stroke='%230f172a' stroke-width='3.2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cline x1='5' y1='12' x2='19' y2='12'%3E%3C/line%3E%3C/svg%3E") !important;
        transform: none !important;
    }

    /* Nested Submenu List */
    .stellarnav.mh-custom-nav.mobile ul ul {
        position: relative !important;
        top: 0 !important;
        left: 0 !important;
        width: 100% !important;
        background: #f8fafc !important;
        border-top: 1px solid #e2e8f0 !important;
        box-shadow: none !important;
        border-radius: 0 !important;
        padding: 4px 0 !important;
        border-left: 3px solid #e2e8f0 !important;
    }

    .stellarnav.mh-custom-nav.mobile ul ul li {
        display: block !important;
        width: 100% !important;
        float: none !important;
        clear: both !important;
        margin: 0 !important;
        padding: 0 !important;
    }

    .stellarnav.mh-custom-nav.mobile ul ul li a {
        display: block !important;
        width: 100% !important;
        padding: 10px 18px 10px 24px !important;
        font-size: 14px !important;
        font-weight: 600 !important;
        color: #1e293b !important;
        background: #f8fafc !important;
        border-bottom: 1px solid #e2e8f0 !important;
        border-left: none !important;
        box-sizing: border-box !important;
    }

    .stellarnav.mh-custom-nav.mobile ul ul li a:hover {
        color: #b91c1c !important;
        background: #fef2f2 !important;
    }

    /* Mobile Enquiry Pill Button */
    .stellarnav.mh-custom-nav.mobile li.mh-nav-enquiry-item {
        padding: 12px 14px !important;
        background: #ffffff !important;
        display: block !important;
        width: 100% !important;
        float: none !important;
    }

    .stellarnav.mh-custom-nav.mobile li.mh-nav-enquiry-item a.mh-nav-enquiry-btn-pill {
        width: 100% !important;
        justify-content: center !important;
        background: linear-gradient(135deg, #b91c1c 0%, #991b1b 100%) !important;
        color: #ffffff !important;
        padding: 10px 20px !important;
        border-radius: 50px !important;
        font-size: 15px !important;
        font-weight: 700 !important;
        box-shadow: 0 4px 14px rgba(185, 28, 28, 0.35) !important;
        border-left: none !important;
    }
    }


@media (max-width: 576px) {
    .mh-header-white-bar {
        margin: 0 8px;
        padding: 6px 12px;
    }
    .mh-header-logo-wrap img {
        height: 42px !important;
    }
    .stellarnav.mh-custom-nav.mobile .menu-toggle {
        padding: 8px 12px !important;
        font-size: 14px !important;
    }
    .stellarnav.mh-custom-nav.mobile > ul {
        width: 270px !important;
        right: -5px !important;
    }
}

/* ==========================================================================
   Hero / Breadcrumb Banner Section (Redesigned matching Mockup)
   ========================================================================== */
.mh-hero-banner {
    position: relative;
    background: url(../images/pages.webp) no-repeat center right / cover;
    padding: 70px 0 85px 0;
    overflow: hidden;
    min-height: 380px;
    display: flex;
    align-items: center;
}

.mh-hero-overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(90deg, rgba(255, 255, 255, 0.75) 0%, rgba(255, 255, 255, 0.35) 35%, rgba(15, 23, 42, 0.25) 70%, rgba(15, 23, 42, 0.35) 100%);
    z-index: 1;
}

/* Graphic Badge Left: "Play Learn Grow" */
.mh-hero-play-badge {
    position: absolute;
    top: 25px;
    left: 4%;
    z-index: 4;
    transform: rotate(-10deg);
    pointer-events: none;
}

.mh-play-text {
    font-family: 'Caveat', cursive;
    font-size: 26px;
    font-weight: 700;
    color: #075985;
    line-height: 1.1;
    display: block;
    text-shadow: 0 1px 2px rgba(255, 255, 255, 0.9);
}

.mh-play-underline {
    display: block;
    width: 48px;
    height: 3px;
    background: #b91c1c;
    border-radius: 3px;
    margin-top: 4px;
    transform: rotate(-4deg);
}

/* Graphic Badge Right: "Safer Happier Communities" */
.mh-hero-tagline-badge {
    position: absolute;
    top: 25px;
    right: 4%;
    z-index: 4;
    transform: rotate(8deg);
    text-align: right;
    pointer-events: none;
}

.mh-hero-tagline-badge span {
    font-family: 'Caveat', cursive;
    font-size: 24px;
    font-weight: 700;
    color: #ffffff;
    line-height: 1.1;
    display: block;
    text-shadow: 0 2px 6px rgba(0, 0, 0, 0.6);
}

.mh-tagline-underline {
    display: block;
    width: 65px;
    height: 2px;
    background: #ffffff;
    border-radius: 2px;
    margin-left: auto;
    margin-top: 4px;
    box-shadow: 0 2px 4px rgba(0,0,0,0.4);
}

/* Dot Matrix Background Pattern */
.mh-hero-dots {
    position: absolute;
    bottom: 50px;
    left: 2.5%;
    display: grid;
    grid-template-columns: repeat(4, 8px);
    gap: 12px;
    z-index: 2;
    opacity: 0.45;
    pointer-events: none;
}

.mh-hero-dots span {
    width: 8px;
    height: 8px;
    background: #94a3b8;
    border-radius: 50%;
}

/* Hero Title (H1) */
.mh-hero-title {
    font-family: 'Lato', sans-serif !important;
    font-size: 38px !important;
    font-weight: 900 !important;
    color: #0f2b5c !important;
    line-height: 1.25 !important;
    margin: 0 0 12px 0 !important;
    padding: 0 !important;
    background: transparent !important;
    border: none !important;
    width: auto !important;
    text-transform: none !important;
    text-shadow: 0 2px 12px rgba(255, 255, 255, 0.95), 0 1px 3px rgba(255, 255, 255, 1);
}

.mh-hero-title-dash {
    width: 28px;
    height: 4px;
    background: #b91c1c;
    border-radius: 2px;
    margin-bottom: 22px;
}

/* Pill Breadcrumb Capsule */
.mh-hero-breadcrumb {
    display: inline-flex !important;
    align-items: center !important;
    flex-wrap: wrap !important;
    gap: 8px !important;
    background: #ffffff !important;
    padding: 10px 24px !important;
    border-radius: 50px !important;
    box-shadow: 0 6px 20px rgba(15, 43, 92, 0.08) !important;
    border: 1px solid #e2e8f0 !important;
    max-width: 100% !important;
    box-sizing: border-box !important;
}

.mh-bc-item {
    font-family: 'Lato', sans-serif !important;
    font-size: 16px !important;
    font-weight: 700 !important;
    color: #0f2b5c !important;
    text-decoration: none !important;
    display: inline-flex !important;
    align-items: center !important;
    gap: 6px !important;
}

.mh-bc-link:hover {
    color: #b91c1c !important;
}

.mh-bc-home-icon {
    fill: #0f2b5c;
    transition: fill 0.2s ease;
}

.mh-bc-link:hover .mh-bc-home-icon {
    fill: #b91c1c;
}

.mh-bc-sep {
    font-size: 16px !important;
    font-weight: 800 !important;
    color: #334155 !important;
    margin: 0 2px !important;
}

.mh-bc-active {
    color: #b91c1c !important;
    font-size: 16px !important;
    font-weight: 700 !important;
    word-break: break-word !important;
}

/* Bottom Red Wave SVG */
.mh-hero-wave-wrap {
    position: absolute;
    bottom: -1px;
    left: 0;
    right: 0;
    width: 100%;
    height: 45px;
    z-index: 3;
    pointer-events: none;
}

.mh-hero-wave-wrap svg {
    width: 100%;
    height: 100%;
    display: block;
}

/* Responsive adjustments */
@media (max-width: 991px) {
    .mh-hero-banner {
        padding: 50px 0 65px 0;
        min-height: auto;
    }
    .mh-hero-title {
        font-size: 30px !important;
    }
    .mh-hero-play-badge,
    .mh-hero-tagline-badge {
        display: none;
    }
}

@media (max-width: 576px) {
    .mh-hero-banner {
        padding: 40px 0 55px 0;
    }
    .mh-hero-title {
        font-size: 22px !important;
    }
    .mh-hero-breadcrumb {
        padding: 10px 18px !important;
        font-size: 16px !important;
        border-radius: 20px !important;
        max-width: 100% !important;
        box-sizing: border-box !important;
        flex-wrap: wrap !important;
    }
    .mh-bc-item, .mh-bc-active {
        font-size: 16px !important;
        line-height: 1.45 !important;
        white-space: normal !important;
        word-break: break-word !important;
    }
    .mh-bc-sep {
        font-size: 16px !important;
    }
}

/* ==========================================================================
   Responsive Layout Enhancements for Tablet & Mobile Screens
   ========================================================================== */
/* Tablet & Laptop screens with TOC sidebar (769px - 1200px) */
@media (min-width: 769px) and (max-width: 1200px) {
    .mh-app-grid-new {
        grid-template-columns: repeat(2, 1fr) !important;
        gap: 16px !important;
    }
    .mh-app-grid-row-bottom {
        grid-template-columns: repeat(2, 1fr) !important;
        max-width: 100% !important;
        gap: 16px !important;
    }
    .mh-why-grid {
        grid-template-columns: repeat(2, 1fr) !important;
        gap: 20px !important;
    }
}

/* Mobile Devices (<= 768px): 1 Card Per Row (1 ke baad 1) */
@media (max-width: 768px) {
    .mh-app-grid-new,
    .mh-app-grid-row-bottom,
    .mh-why-grid {
        grid-template-columns: 1fr !important;
        gap: 14px !important;
        max-width: 100% !important;
    }
    .mh-app-section,
    .mh-pricing,
    .mh-features,
    .mh-dual,
    .mh-why,
    .mh-districts {
        padding: 25px 16px !important;
    }
}

@media (max-width: 1200px) {
    /* Features Section: Switch from horizontal offset mindmap to stacked clean layout */
    .mh-features-hub-flex {
        flex-direction: column !important;
        gap: 20px !important;
    }
    .mh-features-col-side.left, 
    .mh-features-col-side.right {
        align-items: stretch !important;
        max-width: 100% !important;
        width: 100% !important;
    }
    .mh-features-col-side.left .mh-feature-pill,
    .mh-features-col-side.right .mh-feature-pill {
        transform: none !important;
        max-width: 100% !important;
        width: 100% !important;
    }
    .mh-feature-pill {
        max-width: 100% !important;
        box-sizing: border-box !important;
    }
    .mh-features-lines-svg {
        display: none !important;
    }
    .mh-app-section,
    .mh-pricing,
    .mh-features,
    .mh-dual,
    .mh-why,
    .mh-districts {
        padding: 30px 20px !important;
    }
}

/* ==========================================================================
   REDESIGNED PLAYGROUND FOOTER SYSTEM (MATCHING REFERENCE IMAGE EXACTLY)
   ========================================================================== */
@import url('https://fonts.googleapis.com/css2?family=Caveat:wght@600;700&family=Lato:wght@400;700;800;900&display=swap');

.mh-redesigned-footer {
    position: relative;
    width: 100%;
    background: linear-gradient(to bottom, rgba(255, 255, 255, 0.45) 0%, rgba(255, 255, 255, 0.93) 100%), url('../images/footer-bg.webp') center bottom / cover no-repeat;
    color: #0f172a;
    font-family: 'Lato', sans-serif;
    overflow: hidden;
    padding-top: 45px;
    padding-bottom: 0;
    box-shadow: 0 -10px 30px rgba(0, 0, 0, 0.03);
    box-sizing: border-box;
}

.mh-footer-top-wrap {
    padding-bottom: 35px;
    position: relative;
    z-index: 5;
}

.mh-footer-grid {
    display: grid;
    grid-template-columns: 1.25fr 0.95fr 0.95fr 0.95fr 1.25fr;
    gap: 22px;
    align-items: start;
}

/* Col 1: Brand Info */
.mh-footer-brand-col {
    padding-right: 10px;
}

.mh-footer-logo {
    display: inline-block;
    margin-bottom: 12px;
}

.mh-footer-logo img {
    height: 54px;
    width: auto;
    display: block;
    object-fit: contain;
}

.mh-footer-brand-title {
    font-size: 18.5px !important;
    font-weight: 900 !important;
    color: #0f2b5c !important;
    line-height: 1.35 !important;
    margin: 12px 0 10px 0 !important;
    padding: 0 !important;
    background: transparent !important;
    border: none !important;
}

.mh-footer-brand-desc {
    font-size: 14.5px !important;
    color: #334155 !important;
    line-height: 1.6 !important;
    font-weight: 600 !important;
    margin-bottom: 18px !important;
}

.mh-footer-slogan-cursive {
    font-family: 'Caveat', cursive;
    font-size: 24px;
    font-weight: 700;
    color: #075985;
    margin-bottom: 22px;
    line-height: 1.2;
    display: inline-block;
}

.mh-script-underline {
    position: relative;
    display: inline-block;
}

.mh-script-underline::after {
    content: '';
    position: absolute;
    bottom: -3px;
    left: -2px;
    right: -2px;
    height: 3px;
    background: #b91c1c;
    border-radius: 3px;
    transform: rotate(-2deg);
}

.mh-footer-social-links {
    display: flex;
    align-items: center;
    gap: 10px;
}

.mh-social-btn {
    width: 38px;
    height: 38px;
    border-radius: 50%;
    color: #ffffff !important;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    text-decoration: none !important;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.12);
    transition: transform 0.25s ease, box-shadow 0.25s ease;
}

.mh-social-btn:hover {
    transform: translateY(-3px) scale(1.06);
    box-shadow: 0 6px 16px rgba(0, 0, 0, 0.2);
    color: #ffffff !important;
}

.mh-social-btn.fb { background: #1877f2; }
.mh-social-btn.insta { background: linear-gradient(45deg, #f09433 0%, #e6683c 25%, #dc2743 50%, #cc2366 75%, #bc1888 100%); }
.mh-social-btn.yt { background: #ff0000; }
.mh-social-btn.in { background: #0077b5; }

/* Columns 2, 3, 4: Products & Quick Links */
.mh-footer-col-header {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 8px;
}

.mh-footer-ico-circle {
    width: 36px;
    height: 36px;
    min-width: 36px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}

.mh-footer-ico-circle.blue { background: #e0f2fe; color: #075985; }
.mh-footer-ico-circle.pink { background: #fee2e2; color: #b91c1c; }
.mh-footer-ico-circle.green { background: #dcfce7; color: #15803d; }

.mh-footer-col-header h4 {
    font-size: 18px !important;
    font-weight: 900 !important;
    color: #0f2b5c !important;
    margin: 0 !important;
    line-height: 1.2 !important;
}

.mh-footer-title-line {
    width: 35px;
    height: 3px;
    background: #b91c1c;
    border-radius: 2px;
    margin-bottom: 16px;
}

.mh-footer-links {
    list-style: none !important;
    padding: 0 !important;
    margin: 0 !important;
    display: flex !important;
    flex-direction: column !important;
    gap: 8px !important;
}

.mh-footer-links li {
    margin: 0 !important;
    padding: 0 !important;
}

.mh-footer-links li a {
    font-size: 14.5px !important;
    font-weight: 700 !important;
    color: #334155 !important;
    text-decoration: none !important;
    display: inline-flex !important;
    align-items: center !important;
    gap: 6px !important;
    transition: all 0.22s ease !important;
    line-height: 1.35 !important;
    background: transparent !important;
    border: none !important;
    padding: 0 !important;
}

.mh-footer-links li a .arr {
    color: #b91c1c;
    font-size: 18px;
    font-weight: 900;
    line-height: 1;
    transition: transform 0.2s ease;
}

.mh-footer-links li a:hover {
    color: #b91c1c !important;
    transform: translateX(4px);
}

.mh-footer-links li a:hover .arr {
    transform: translateX(2px);
}

/* Script Slogan under Quick Links */
.mh-footer-slogan-box {
    display: flex;
    align-items: flex-end;
    gap: 8px;
    margin-top: 25px;
    position: relative;
}

.mh-footer-slogan-box .sun-doodle {
    flex-shrink: 0;
}

.mh-footer-slogan-box .script-text {
    font-family: 'Caveat', cursive;
    font-size: 21px;
    font-weight: 700;
    color: #0f2b5c;
    line-height: 1.15;
    transform: rotate(-3deg);
}

.mh-footer-slogan-box .underline-red {
    border-bottom: 3px solid #b91c1c;
}

/* Col 5: Floating Contact Card */
.mh-footer-contact-card {
    background: rgba(255, 255, 255, 0.95);
    backdrop-filter: blur(8px);
    border-radius: 24px;
    padding: 24px 22px;
    border: 1px solid #e2e8f0;
    box-shadow: 0 12px 35px rgba(15, 43, 92, 0.1);
    position: relative;
    z-index: 6;
}

.mh-footer-contact-card h3 {
    font-size: 20px !important;
    font-weight: 900 !important;
    color: #0f2b5c !important;
    line-height: 1.25 !important;
    margin: 0 0 18px 0 !important;
}

.mh-footer-contact-item {
    display: flex;
    align-items: flex-start;
    gap: 12px;
    margin-bottom: 14px;
}

.mh-footer-contact-item .ico-pin {
    width: 36px;
    height: 36px;
    min-width: 36px;
    border-radius: 50%;
    background: #fee2e2;
    color: #b91c1c;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    margin-top: 2px;
}

.mh-footer-contact-item .info {
    font-size: 14px;
    color: #334155;
    line-height: 1.35;
}

.mh-footer-contact-item .info strong {
    color: #0f2b5c;
    font-weight: 800;
    display: block;
}

.mh-footer-contact-item .info p {
    margin: 0 !important;
    font-size: 13.5px !important;
    color: #64748b !important;
    font-weight: 600 !important;
    line-height: 1.3 !important;
}

.mh-footer-contact-item .info a {
    color: #0f2b5c !important;
    text-decoration: none !important;
    font-weight: 800 !important;
    word-break: break-all;
    transition: color 0.2s ease;
}

.mh-footer-contact-item .info a:hover {
    color: #b91c1c !important;
}

.mh-footer-enquiry-pill {
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    gap: 10px !important;
    background: linear-gradient(135deg, #ef4444 0%, #dc2626 100%) !important;
    color: #ffffff !important;
    font-size: 16px !important;
    font-weight: 800 !important;
    padding: 12px 24px !important;
    border-radius: 50px !important;
    text-decoration: none !important;
    box-shadow: 0 6px 18px rgba(220, 38, 38, 0.35) !important;
    transition: all 0.25s ease !important;
    margin-top: 18px !important;
    width: 100% !important;
    text-align: center !important;
    border: none !important;
    cursor: pointer !important;
}

.mh-footer-enquiry-pill:hover {
    background: linear-gradient(135deg, #b91c1c 0%, #991b1b 100%) !important;
    transform: translateY(-2px) !important;
    box-shadow: 0 10px 24px rgba(185, 28, 28, 0.45) !important;
    color: #ffffff !important;
}

.mh-footer-enquiry-pill .arrow {
    transition: transform 0.2s ease;
    font-size: 18px;
}

.mh-footer-enquiry-pill:hover .arrow {
    transform: translateX(4px);
}

/* Middle Dark Blue Feature Wave Bar */
.mh-footer-wave-bar {
    background: #0b2559;
    color: #ffffff;
    padding: 16px 0;
    border-top: 1px solid rgba(255, 255, 255, 0.1);
    position: relative;
    z-index: 5;
}

.mh-footer-wave-flex {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 15px;
    flex-wrap: wrap;
}

.mh-footer-feat-item {
    display: flex;
    align-items: center;
    gap: 10px;
    padding-right: 20px;
    border-right: 1px solid rgba(255, 255, 255, 0.18);
}

.mh-footer-feat-item:last-of-type {
    border-right: none;
}

.mh-footer-feat-item .feat-ico {
    font-size: 22px;
    line-height: 1;
}

.mh-footer-feat-item .feat-text {
    font-size: 13.5px;
    line-height: 1.25;
}

.mh-footer-feat-item .feat-text strong {
    display: block;
    font-weight: 800;
    color: #ffffff;
    font-size: 14.5px;
}

.mh-footer-feat-item .feat-text span {
    color: rgba(255, 255, 255, 0.8);
    font-weight: 600;
}

.mh-footer-wave-slogan {
    font-family: 'Caveat', cursive;
    font-size: 20px;
    font-weight: 700;
    color: #ffffff;
    line-height: 1.15;
    text-align: right;
    margin-left: auto;
}

.mh-footer-wave-slogan .mh-script-underline-red {
    border-bottom: 2px solid #ef4444;
}

.mh-footer-wave-slogan .heart {
    color: #ef4444;
    font-size: 16px;
    display: inline-block;
    margin-left: 2px;
}

/* Bottom Copyright Bar */
.mh-footer-bottom-bar {
    background: #06122b;
    color: rgba(255, 255, 255, 0.75);
    padding: 14px 0;
    font-size: 13.5px;
    font-weight: 600;
    position: relative;
    z-index: 5;
    border-top: 1px solid rgba(255, 255, 255, 0.08);
}

.mh-footer-bottom-flex {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 15px;
    flex-wrap: wrap;
}

.mh-footer-bottom-bar .copy-text {
    color: rgba(255, 255, 255, 0.85);
}

.mh-footer-bottom-bar .seo-text {
    color: rgba(255, 255, 255, 0.75);
}

.mh-footer-bottom-bar .seo-text a {
    color: #ffffff !important;
    text-decoration: none !important;
    font-weight: 700 !important;
    transition: color 0.2s ease;
}

.mh-footer-bottom-bar .seo-text a:hover {
    color: #fca5a5 !important;
    text-decoration: underline !important;
}

.mh-back-to-top {
    display: inline-flex !important;
    align-items: center !important;
    gap: 8px !important;
    color: #ffffff !important;
    text-decoration: none !important;
    font-weight: 800 !important;
    font-size: 13.5px !important;
    transition: transform 0.2s ease !important;
}

.mh-back-to-top:hover {
    transform: translateY(-2px);
    color: #ffffff !important;
}

.mh-back-to-top .circle-up {
    width: 28px;
    height: 28px;
    border-radius: 50%;
    background: #ffffff;
    color: #06122b;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 900;
    font-size: 15px;
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.2);
}

/* Responsive Footer Layout (< 1200px and < 768px) */
@media (max-width: 1200px) {
    .mh-footer-grid {
        grid-template-columns: repeat(3, 1fr);
        gap: 25px;
    }
    .mh-footer-brand-col {
        grid-column: span 3;
    }
    .mh-footer-card-col {
        grid-column: span 3;
    }
    .mh-footer-feat-item {
        border-right: none;
    }
}

@media (max-width: 768px) {
    .mh-footer-grid {
        grid-template-columns: 1fr !important;
        gap: 25px !important;
    }
    .mh-footer-brand-col,
    .mh-footer-card-col {
        grid-column: span 1 !important;
    }
    .mh-footer-feat-item {
        width: 48%;
        margin-bottom: 10px;
    }
    .mh-footer-wave-slogan {
        width: 100%;
        text-align: center;
        margin-top: 10px;
    }
    .mh-footer-bottom-flex {
        flex-direction: column;
        text-align: center;
        gap: 10px;
    }
}

/* Our Clients Section */
.mh-clients {
    background: #ffffff;
    border: 1px solid #cbd5e1;
    border-radius: 24px;
    padding: 40px 30px;
    margin-bottom: 40px;
    position: relative;
    overflow: hidden;
    box-shadow: 0 10px 30px rgba(0,0,0,0.04);
}

.mh-clients-grid {
    display: grid;
    grid-template-columns: repeat(6, 1fr);
    gap: 16px;
    align-items: center;
}

.mh-client-card {
    background: #ffffff;
    border: 1px solid #e2e8f0;
    border-radius: 10px;
    padding: 14px 10px;
    height: 150px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.04);
    transition: all 0.3s ease;
}

.mh-client-card:hover {
    transform: translateY(-3px);
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.09);
    border-color: #94a3b8;
}

.mh-client-logo-img {
    max-width: 100%;
    max-height: 100%;
    object-fit: contain;
    transition: transform 0.3s ease;
}

.mh-client-card:hover .mh-client-logo-img {
    transform: scale(1.05);
}

@media (max-width: 1199px) {
    .mh-clients-grid {
        grid-template-columns: repeat(4, 1fr);
    }
}

@media (max-width: 767px) {
    .mh-clients-grid {
        grid-template-columns: repeat(3, 1fr);
        gap: 12px;
    }
    .mh-client-card {
        height: 110px;
        padding: 10px 8px;
    }
}

@media (max-width: 480px) {
    .mh-clients-grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 10px;
    }
}

/* ==========================================================================
   MH / MUMBAI / PUNE REDESIGNED FOOTER & COMPONENT STYLES
   ========================================================================== */
.mh-footer-inner-container {
    max-width: 1340px;
    margin: 0 auto;
    padding: 0 20px;
    position: relative;
    z-index: 2;
}
.mh-footer-main-grid {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1.35fr;
    gap: 30px;
    align-items: start;
    padding-bottom: 45px;
}

/* Col 1, 2, 3: Direct Link Columns */
.mh-footer-col-1,
.mh-footer-col-2,
.mh-footer-col-3 {
    position: relative;
}

.mh-footer-header-icon-circle {
    width: 46px;
    height: 46px;
    border-radius: 14px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 14px;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}
.mh-footer-header-icon-circle:hover {
    transform: translateY(-3px) scale(1.05);
}
.mh-footer-header-icon-circle.green {
    background: linear-gradient(135deg, #10b981 0%, #059669 100%);
    color: #ffffff;
    box-shadow: 0 8px 20px rgba(16, 185, 129, 0.38);
}
.mh-footer-header-icon-circle.blue {
    background: linear-gradient(135deg, #3b82f6 0%, #1d4ed8 100%);
    color: #ffffff;
    box-shadow: 0 8px 20px rgba(59, 130, 246, 0.38);
}
.mh-footer-header-icon-circle.pink {
    background: linear-gradient(135deg, #f43f5e 0%, #e11d48 100%);
    color: #ffffff;
    box-shadow: 0 8px 20px rgba(244, 63, 94, 0.38);
}

.mh-footer-col-title {
    font-size: 21px !important;
    font-weight: 800 !important;
    color: #0f172a !important;
    margin-bottom: 16px !important;
    position: relative;
    padding-bottom: 6px;
    text-shadow: 0 1px 2px rgba(255, 255, 255, 0.8);
    display: block;
}
.mh-footer-col-title::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 32px;
    height: 3px;
    background: #ef4444;
    border-radius: 2px;
}

.mh-footer-links-ul {
    list-style: none !important;
    padding: 0 !important;
    margin: 0 !important;
    display: flex;
    flex-direction: column;
    gap: 11px;
}
.mh-footer-links-ul li {
    margin: 0 !important;
    padding: 0 !important;
    list-style: none !important;
}
.mh-footer-links-ul li a {
    color: #0f172a !important;
    text-decoration: none !important;
    font-size: 16.5px !important;
    font-weight: 700 !important;
    transition: color 0.2s ease, transform 0.2s ease;
    display: inline-flex;
    align-items: center;
    gap: 10px;
    line-height: 1.35;
    text-shadow: 0 1px 2px rgba(255, 255, 255, 0.9);
}
.mh-bullet-icon {
    width: 20px;
    height: 20px;
    border-radius: 50%;
    background: #fee2e2;
    color: #ef4444;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    transition: all 0.25s ease;
    box-shadow: 0 2px 6px rgba(239, 68, 68, 0.15);
}
.mh-footer-links-ul li a:hover {
    color: #ef4444 !important;
    transform: translateX(4px);
}
.mh-footer-links-ul li a:hover .mh-bullet-icon {
    background: #ef4444;
    color: #ffffff;
    transform: translateX(2px);
    box-shadow: 0 4px 10px rgba(239, 68, 68, 0.35);
}

/* Col 4: Contact Card */
.mh-footer-contact-card-box {
    background: rgba(255, 255, 255, 0.96);
    backdrop-filter: blur(12px);
    -webkit-backdrop-filter: blur(12px);
    border: 1.5px solid rgba(255, 255, 255, 0.95);
    border-radius: 24px;
    padding: 26px 22px;
    box-shadow: 0 16px 40px rgba(15, 23, 42, 0.08);
    position: relative;
}
.mh-footer-plane-accent {
    position: absolute;
    top: -30px;
    right: 20px;
    pointer-events: none;
}

.mh-footer-card-heading {
    font-size: 21px !important;
    font-weight: 800 !important;
    color: #0f172a !important;
    line-height: 1.35 !important;
    margin-bottom: 20px !important;
    display: block;
}
.mh-footer-card-heading .mh-red-highlight {
    color: #ef4444 !important;
}

.mh-footer-card-details {
    display: flex;
    flex-direction: column;
    gap: 16px;
    margin-bottom: 22px;
}
.mh-footer-card-item {
    display: flex;
    align-items: flex-start;
    gap: 14px;
}
.mh-footer-card-badge {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background: #ef4444;
    color: #ffffff;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    box-shadow: 0 4px 12px rgba(239, 68, 68, 0.35);
}
.mh-footer-card-info {
    display: flex;
    flex-direction: column;
}
.mh-footer-card-info > span:first-child {
    font-size: 16px !important;
}
.mh-footer-card-main {
    font-size: 16.5px !important;
    font-weight: 700 !important;
    color: #0f172a !important;
    line-height: 1.35 !important;
    text-shadow: 0 1px 2px rgba(255, 255, 255, 0.9);
}

/* Copyright Dark Blue Bar */
.mh-footer-copyright-strip {
    background: #02122c;
    padding: 20px 0;
    color: rgba(255, 255, 255, 0.9);
    font-size: 15.5px !important;
    position: relative;
    z-index: 5;
    border-top: 1px solid rgba(255, 255, 255, 0.08);
}
.mh-footer-copyright-container {
    max-width: 1340px;
    margin: 0 auto;
    padding: 0 20px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 15px;
}
.mh-footer-copyright-left {
    font-size: 15.5px !important;
    font-weight: 600;
}
.mh-footer-copyright-center {
    font-size: 15.5px !important;
    font-weight: 600;
}
.mh-footer-copyright-center a {
    color: #ffffff !important;
    text-decoration: none;
    transition: color 0.2s ease;
    font-size: 15.5px !important;
    font-weight: 600;
}
.mh-footer-copyright-center a:hover {
    color: #ef4444 !important;
}
.mh-footer-back-top-link {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    color: #ffffff !important;
    text-decoration: none !important;
    font-size: 15.5px !important;
    font-weight: 700;
    cursor: pointer;
}
.mh-footer-back-top-circle {
    width: 32px;
    height: 32px;
    border-radius: 50%;
    background: #ffffff;
    color: #02122c;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: transform 0.25s ease, background-color 0.25s ease;
}
.mh-footer-back-top-link:hover .mh-footer-back-top-circle {
    transform: translateY(-3px);
    background: #ef4444;
    color: #ffffff;
}

/* Responsive Breakpoints for Redesigned Footer */
@media (max-width: 1200px) {
    .mh-footer-main-grid {
        grid-template-columns: 1fr 1fr 1fr 1.2fr;
    }
}
@media (max-width: 991px) {
    .mh-footer-main-grid {
        grid-template-columns: 1fr 1fr;
    }
    .mh-footer-col-4 {
        grid-column: span 2;
    }
}
@media (max-width: 576px) {
    .mh-footer-main-grid {
        grid-template-columns: 1fr;
    }
    .mh-footer-col-4 {
        grid-column: span 1;
    }
    .mh-footer-copyright-container {
        flex-direction: column;
        text-align: center;
        gap: 10px;
    }
}

@media (min-width: 992px) {
    html,
    body,
    main.mh-page-wrapper,
    .mh-page-wrapper .container,
    .mh-page-wrapper .container > .row,
    .mh-page-wrapper .mh-sidebar-col {
        overflow: visible !important;
    }
}