:root {
    --sig-ink: #08111f;
    --sig-night: #06071b;
    --sig-navy: #121a3f;
    --sig-blue: #1bbed3;
    --sig-violet: #5c4be6;
    --sig-paper: #f7f9fc;
    --sig-muted: #637083;
    --sig-line: rgba(8, 17, 31, 0.12);
}

html { scroll-padding-top: 108px; }
body { background: var(--sig-paper); color: var(--sig-ink); }
img { max-width: 100%; height: auto; }
.customContainer { width: min(100% - 32px, 1240px); margin-inline: auto; padding-left: 0 !important; padding-right: 0 !important; }

.header.site-header {
    background: rgba(6, 7, 27, 0.96);
    box-shadow: 0 18px 42px rgba(6, 7, 27, 0.24);
    backdrop-filter: blur(14px);
    -webkit-backdrop-filter: blur(14px);
    padding: 12px 0;
}
.header .logo { min-width: 226px; flex: 0 0 auto; }
.header .logo img { width: 226px !important; max-width: 226px !important; height: auto !important; max-height: 58px !important; object-fit: contain; }
.call-header-btn { gap: 6px; }
.header .cta-btn { box-shadow: 0 10px 24px rgba(27, 190, 211, 0.28); }

@media (min-width: 1200px) {
    .navmenu > ul > li { padding: 0 9px 8px; }
    .navmenu a, .navmenu a:focus { color: rgba(255,255,255,.82); font-weight: 600; }
    .navmenu .active, .navmenu .active:focus, .navmenu li:hover > a { color: #fff; }
    .navmenu .dropdown ul { border: 1px solid rgba(8,17,31,.08); box-shadow: 0 18px 48px rgba(8,17,31,.16); }
    .navmenu .dropdown ul a { color: var(--sig-ink); }
}

section.hero.banner-a,
section.banner {
    min-height: clamp(620px, 80vh, 860px);
    display: flex;
    align-items: center;
    padding-top: clamp(120px, 15vw, 180px) !important;
    padding-bottom: clamp(64px, 9vw, 110px) !important;
    isolation: isolate;
}
section.hero.banner-a::before,
section.banner::before {
    content: '';
    position: absolute;
    inset: 0;
    z-index: -1;
    background: linear-gradient(90deg, rgba(6,7,27,.86) 0%, rgba(18,26,63,.68) 44%, rgba(6,7,27,.22) 100%);
}
.hero-content { max-width: 720px; }
.head1 { font-size: clamp(2.2rem, 5vw, 4.65rem) !important; line-height: 1.03; letter-spacing: 0; }
.head2 { font-size: clamp(1.8rem, 3.4vw, 3rem) !important; line-height: 1.12; }
p, .p { line-height: 1.72; }
.gradient-border-text, .eyebrow { letter-spacing: .08em; text-transform: uppercase; font-weight: 700; }

.theme-btn,
.btn.theme-btn {
    border-radius: 999px !important;
    min-height: 46px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    border: 0;
}
.btnArea { flex-wrap: wrap; }

.service-card,
.ebook-card,
.pricing-card,
.testimonial-card,
.testi-Box,
.accordion-item,
.contact-one .formArea,
.CForm-right,
.cta-box {
    border-radius: 18px !important;
    box-shadow: 0 22px 60px rgba(8, 17, 31, 0.10);
}
.service-card, .ebook-card, .pricing-card { transition: transform .25s ease, box-shadow .25s ease; }
.service-card:hover, .ebook-card:hover, .pricing-card:hover { transform: translateY(-6px); box-shadow: 0 30px 72px rgba(8, 17, 31, 0.16); }

section { position: relative; }
section:not(.hero):not(.banner-a) { padding-block: clamp(56px, 7vw, 96px); }
.row { row-gap: 24px; }
.portfolioSec .portAnchor img { aspect-ratio: 3 / 4; object-fit: cover; border-radius: 14px; }
.features-brands-box a { background: #fff; border-radius: 14px; padding: 14px 18px; min-height: 76px; display: flex; align-items: center; justify-content: center; }

.cta-section { background: linear-gradient(135deg, var(--sig-night), var(--sig-navy)); color: #fff; }
.cta-section .cta-box { background: rgba(255,255,255,.08); border: 1px solid rgba(255,255,255,.16); padding: clamp(28px, 5vw, 56px); }

.signature-footer { background: radial-gradient(circle at 20% 0%, rgba(27,190,211,.22), transparent 30%), linear-gradient(135deg, #050714, #111942); color: #dce8ff; padding: clamp(48px, 6vw, 86px) 0 28px; }
.signature-footer h4 { color: #fff; font-size: 1.1rem; margin-bottom: 18px; }
.signature-footer a { color: #dce8ff; text-decoration: none; }
.signature-footer a:hover { color: #fff; }
.footer-brand img { width: 230px; max-width: 100%; }
.footer-links, .footer-contact { list-style: none; padding: 0; margin: 0; display: grid; gap: 10px; }
.footer-contact li { display: flex; gap: 10px; align-items: flex-start; }
.footer-socials { display: flex; gap: 10px; margin-top: 18px; }
.footer-socials a { width: 38px; height: 38px; border-radius: 999px; display: inline-flex; align-items: center; justify-content: center; background: rgba(255,255,255,.1); }
.footer-bottom { border-top: 1px solid rgba(255,255,255,.14); margin-top: 36px; padding-top: 20px; display: flex; justify-content: space-between; gap: 16px; flex-wrap: wrap; }
.footer-bottom p { margin: 0; }

.signature-modal .modal-content, .signature-modal { border-radius: 20px; }
.signature-modal .modal-header { border-bottom: 1px solid var(--sig-line); }
.form-control, .form-select { border-radius: 12px; min-height: 48px; }
textarea.form-control { min-height: 120px; }

@media (max-width: 1199px) {
    .header .logo { min-width: 200px; }
    .header .logo img { width: 200px !important; max-width: 200px !important; }
    .navmenu ul { inset: 72px 16px auto 16px; max-height: calc(100vh - 96px); }
    .mobile-nav-active .navmenu > ul { padding: 16px 0; }
}
@media (max-width: 767px) {
    .customContainer { width: min(100% - 24px, 1240px); }
    .header.site-header { padding: 10px 0; }
    .header .logo { min-width: 170px; }
    .header .logo img { width: 170px !important; max-width: 170px !important; }
    section.hero.banner-a, section.banner { min-height: auto; padding-top: 110px !important; text-align: left; }
    .head1 { font-size: clamp(2rem, 11vw, 3rem) !important; }
    .btnArea, .d-flex.gap-3.btnArea { justify-content: flex-start !important; }
    .theme-btn, .btn.theme-btn { width: 100%; }
    .footer-bottom { display: block; }
    .footer-bottom p + p { margin-top: 8px; }
}
/* Final shared footer and mobile navigation overrides */
.signature-footer.footer-section {
    position: relative !important;
    overflow: visible !important;
    z-index: 1 !important;
    padding: clamp(54px, 7vw, 92px) 0 26px !important;
    margin: 0 !important;
    min-height: 0 !important;
    background: radial-gradient(circle at 18% 0%, rgba(27, 190, 211, .22), transparent 32%), linear-gradient(135deg, #050714 0%, #101843 100%) !important;
    color: #dce8ff !important;
}
.signature-footer::before,
.signature-footer::after { content: none !important; display: none !important; }
.signature-footer .customContainer { position: relative; z-index: 2; }
.signature-footer .row { align-items: flex-start !important; row-gap: 30px; }
.signature-footer h4 { color: #fff !important; font-size: 1.05rem !important; line-height: 1.25; margin: 0 0 16px !important; font-weight: 700; }
.signature-footer .footer-text { max-width: 360px; margin: 18px 0 0 !important; color: rgba(220, 232, 255, .86) !important; font-size: 1rem; line-height: 1.7; }
.signature-footer a { color: rgba(220, 232, 255, .92) !important; text-decoration: none !important; }
.signature-footer a:hover { color: #fff !important; }
.signature-footer .footer-brand { display: inline-flex; align-items: center; max-width: 240px; }
.signature-footer .footer-brand img { display: block; width: 230px !important; max-width: 100% !important; height: auto !important; object-fit: contain; }
.signature-footer .footer-links,
.signature-footer .footer-contact { list-style: none !important; padding: 0 !important; margin: 0 !important; display: grid !important; gap: 11px !important; }
.signature-footer .footer-links li,
.signature-footer .footer-contact li { margin: 0 !important; padding: 0 !important; line-height: 1.45; }
.signature-footer .footer-links li a::before { content: none !important; display: none !important; }
.signature-footer .footer-contact li { display: grid !important; grid-template-columns: 22px minmax(0, 1fr); gap: 10px !important; align-items: start !important; }
.signature-footer .footer-contact i { color: #1bbed3 !important; font-size: 1rem; line-height: 1.5; }
.signature-footer .footer-socials { display: flex !important; gap: 10px !important; margin-top: 20px !important; padding: 0 !important; }
.signature-footer .footer-socials a { width: 40px !important; height: 40px !important; border-radius: 999px !important; display: inline-flex !important; align-items: center !important; justify-content: center !important; background: rgba(255, 255, 255, .1) !important; border: 1px solid rgba(255, 255, 255, .12); font-size: 1rem; }
.signature-footer .footer-bottom { border-top: 1px solid rgba(255, 255, 255, .16) !important; margin-top: 38px !important; padding-top: 20px !important; display: flex !important; justify-content: space-between !important; align-items: center !important; gap: 16px !important; flex-wrap: wrap !important; }
.signature-footer .footer-bottom p { margin: 0 !important; color: #fff !important; line-height: 1.5; }

.mobile-nav-toggle {
    color: #fff !important;
    width: 44px;
    height: 44px;
    border-radius: 999px;
    display: inline-flex !important;
    align-items: center;
    justify-content: center;
    background: rgba(255, 255, 255, .10);
    border: 1px solid rgba(255, 255, 255, .16);
    line-height: 1 !important;
    z-index: 10001;
}
.mobile-nav-toggle::before {
    content: '' !important;
    width: 22px;
    height: 2px;
    border-radius: 999px;
    background: #fff;
    box-shadow: 0 -7px 0 #fff, 0 7px 0 #fff;
    display: block;
}
body.mobile-nav-active .mobile-nav-toggle::before {
    content: 'x' !important;
    width: auto;
    height: auto;
    background: transparent;
    box-shadow: none;
    color: #fff;
    font-family: Arial, Helvetica, sans-serif !important;
    font-size: 32px;
    font-weight: 400;
    line-height: 1;
    transform: translateY(-1px);
}

@media (max-width: 1199px) {
    body.mobile-nav-active { overflow: hidden !important; }
    body.mobile-nav-active .navmenu {
        position: fixed !important;
        inset: 0 !important;
        z-index: 9998 !important;
        background: rgba(5, 7, 20, .72) !important;
        backdrop-filter: blur(8px);
        -webkit-backdrop-filter: blur(8px);
        display: block !important;
        overflow: hidden !important;
    }
    .navmenu > ul {
        display: none !important;
        position: fixed !important;
        top: 78px !important;
        left: 16px !important;
        right: 16px !important;
        bottom: auto !important;
        max-height: calc(100vh - 104px) !important;
        overflow-y: auto !important;
        padding: 12px !important;
        margin: 0 !important;
        border-radius: 18px !important;
        background: #fff !important;
        border: 1px solid rgba(8, 17, 31, .08) !important;
        box-shadow: 0 26px 70px rgba(5, 7, 20, .28) !important;
        z-index: 10000 !important;
    }
    body.mobile-nav-active .navmenu > ul { display: block !important; }
    .navmenu > ul > li { padding: 0 !important; margin: 0 !important; }
    .navmenu a,
    .navmenu a:focus {
        color: #08111f !important;
        border-radius: 12px;
        padding: 12px 14px !important;
        font-size: 1rem !important;
        line-height: 1.25 !important;
        white-space: normal !important;
    }
    .navmenu a:hover,
    .navmenu .active,
    .navmenu .active:focus { color: #0b7180 !important; background: rgba(27, 190, 211, .10); }
    .navmenu .dropdown ul {
        position: static !important;
        display: none !important;
        margin: 4px 0 8px 10px !important;
        padding: 6px !important;
        border-radius: 14px !important;
        background: #f4f8fb !important;
        box-shadow: none !important;
        border: 0 !important;
    }
    .navmenu .dropdown > .dropdown-active { display: grid !important; gap: 2px; }
    .navmenu .toggle-dropdown { margin-left: auto !important; font-size: .9rem !important; }
    .call-header-btn { display: none !important; }
}

@media (max-width: 767px) {
    .signature-footer.footer-section { padding: 44px 0 22px !important; }
    .signature-footer .row > [class*='col-'] { width: 100%; }
    .signature-footer .footer-brand img { width: 210px !important; }
    .signature-footer .footer-bottom { display: grid !important; gap: 8px !important; text-align: left; }
}
/* Brand rescue pass: illustration hero, proof bar, footer stacking, and mobile nav */
@media (min-width: 1200px) {
    .mobile-nav-toggle { display: none !important; }
    .navmenu { position: static !important; }
    .navmenu > ul { display: flex !important; position: static !important; inset: auto !important; overflow: visible !important; background: transparent !important; box-shadow: none !important; border: 0 !important; }
}

.header.site-header { min-height: 76px; }
.header .customContainer { gap: 18px; }
.navmenu > ul { align-items: center; }
.navmenu a, .navmenu a:focus { letter-spacing: 0; }

body.page-illustration section.hero.banner-a {
    min-height: auto !important;
    padding-top: clamp(126px, 12vw, 172px) !important;
    padding-bottom: clamp(70px, 8vw, 112px) !important;
    background-position: center right !important;
    overflow: hidden !important;
}
body.page-illustration section.hero.banner-a::before {
    background:
        radial-gradient(circle at 78% 38%, rgba(27,190,211,.18), transparent 30%),
        linear-gradient(90deg, rgba(5,7,20,.94) 0%, rgba(8,17,31,.88) 44%, rgba(8,17,31,.58) 100%) !important;
}
body.page-illustration section.hero.banner-a .row {
    display: grid !important;
    grid-template-columns: minmax(0, 1.08fr) minmax(360px, .82fr);
    align-items: center !important;
    gap: clamp(30px, 5vw, 72px) !important;
}
body.page-illustration section.hero.banner-a .row > [class*='col-'] {
    width: auto !important;
    max-width: none !important;
    flex: none !important;
    margin: 0 !important;
}
body.page-illustration .hero-content { max-width: 760px !important; }
body.page-illustration .hero-content .gradient-border-text {
    display: inline-flex;
    max-width: 100%;
    color: #fff !important;
    border-color: rgba(27,190,211,.75) !important;
    background: rgba(255,255,255,.06);
    box-shadow: 0 0 0 1px rgba(255,255,255,.08) inset;
}
body.page-illustration .hero-content .head1 {
    max-width: 760px;
    margin: 18px 0 18px !important;
    font-size: clamp(3.15rem, 5.2vw, 5.65rem) !important;
    line-height: .96 !important;
    overflow-wrap: anywhere;
    word-break: normal;
    text-wrap: balance;
}
body.page-illustration .hero-content .lead {
    max-width: 660px;
    color: rgba(255,255,255,.88) !important;
    font-size: clamp(1.02rem, 1.25vw, 1.22rem) !important;
    line-height: 1.78 !important;
}
body.page-illustration .badgeArea img { max-width: 270px; }
body.page-illustration .book-slider-wrapper { width: min(100%, 520px); margin-left: auto; }
body.page-illustration .slideForm {
    width: 100% !important;
    max-width: 520px !important;
    padding: clamp(28px, 3vw, 42px) !important;
    border-radius: 26px !important;
    background: rgba(255,255,255,.96) !important;
    border: 1px solid rgba(255,255,255,.72);
    box-shadow: 0 34px 90px rgba(0,0,0,.34) !important;
    backdrop-filter: blur(16px);
    -webkit-backdrop-filter: blur(16px);
}
body.page-illustration .slideForm .head3 {
    color: #071120 !important;
    font-size: clamp(1.55rem, 2.2vw, 2rem) !important;
    line-height: 1.08 !important;
    text-align: left !important;
    margin-bottom: 22px !important;
}
body.page-illustration .slideForm .head3 span {
    display: block !important;
    margin-top: 8px;
    color: #0b7180 !important;
    font-size: 1rem !important;
    line-height: 1.35 !important;
    font-style: normal !important;
}
body.page-illustration .slideForm .form-input { margin-bottom: 14px !important; }
body.page-illustration .slideForm .inp-a {
    width: 100% !important;
    min-height: 50px !important;
    border: 1px solid rgba(8,17,31,.18) !important;
    border-radius: 12px !important;
    padding: 12px 16px !important;
    font-size: 1rem !important;
    background: #fff !important;
    color: #08111f !important;
}
body.page-illustration .slideForm textarea.inp-a { min-height: 108px !important; resize: vertical; }
body.page-illustration .slideForm .form-btn .theme-btn { width: 100% !important; margin-top: 4px; }

.signature-trustbar {
    clear: both;
    position: relative;
    z-index: 4;
    background: #f7f9fc;
    padding: clamp(28px, 4vw, 46px) 0;
}
.signature-trustbar .trustbar-inner {
    display: grid;
    grid-template-columns: auto minmax(220px, 1fr) auto;
    align-items: center;
    gap: clamp(18px, 3vw, 36px);
    padding: clamp(18px, 2.5vw, 28px);
    border-radius: 22px;
    background: #fff;
    border: 1px solid rgba(8,17,31,.08);
    box-shadow: 0 22px 60px rgba(8,17,31,.10);
}
.trustbar-brand { display: flex; align-items: center; gap: 12px; flex-wrap: wrap; }
.trustbar-logo { color: #00b67a; font-weight: 800; font-size: 1.1rem; }
.trustbar-score { font-size: 2rem; font-weight: 900; color: #08111f; letter-spacing: 0; }
.trustbar-stars { display: inline-flex; gap: 3px; color: #00b67a; font-size: 1rem; }
.trustbar-copy { display: grid; gap: 3px; color: #465468; line-height: 1.45; }
.trustbar-copy strong { color: #08111f; font-size: 1.05rem; }
.trustbar-action {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 44px;
    padding: 10px 18px;
    border-radius: 999px;
    background: linear-gradient(135deg, #1bbed3, #5c4be6);
    color: #fff !important;
    text-decoration: none;
    font-weight: 800;
    white-space: nowrap;
}

.cta-section { position: relative; z-index: 3; overflow: hidden; margin-bottom: 0 !important; }
.signature-footer.footer-section { clear: both !important; z-index: 5 !important; }
.signature-footer .row { display: flex !important; }

@media (max-width: 1199px) {
    body.page-illustration section.hero.banner-a .row { grid-template-columns: 1fr; }
    body.page-illustration .book-slider-wrapper { margin-inline: auto; }
    .mobile-nav-toggle { display: inline-flex !important; }
    .header.site-header .navmenu { margin-left: auto; }
    body.mobile-nav-active .mobile-nav-toggle { position: fixed !important; top: 18px !important; right: 18px !important; }
    body.mobile-nav-active .navmenu > ul { display: grid !important; }
}
@media (max-width: 991px) {
    .signature-trustbar .trustbar-inner { grid-template-columns: 1fr; text-align: left; }
    .trustbar-action { justify-self: start; }
}
@media (max-width: 767px) {
    body.page-illustration section.hero.banner-a { padding-top: 104px !important; padding-bottom: 52px !important; }
    body.page-illustration .hero-content .head1 { font-size: clamp(2.4rem, 12vw, 3.6rem) !important; line-height: 1.02 !important; }
    body.page-illustration .slideForm { padding: 22px !important; border-radius: 20px !important; }
    .signature-footer .row { display: grid !important; grid-template-columns: 1fr !important; }
}
.signature-method-section {
    position: relative;
    z-index: 2;
    padding: clamp(58px, 7vw, 102px) 0;
    background: linear-gradient(180deg, #f7f9fc 0%, #ffffff 100%);
}
.signature-method-section .method-head {
    max-width: 820px;
    margin-bottom: clamp(28px, 4vw, 46px);
}
.signature-method-section .method-head .p { max-width: 760px; color: #526174; }
.method-grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 18px;
}
.method-card {
    min-height: 250px;
    padding: clamp(22px, 2.4vw, 30px);
    border-radius: 22px;
    background: #fff;
    border: 1px solid rgba(8,17,31,.08);
    box-shadow: 0 22px 55px rgba(8,17,31,.08);
    display: flex;
    flex-direction: column;
    gap: 13px;
}
.method-card span {
    width: 46px;
    height: 46px;
    border-radius: 14px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: linear-gradient(135deg, rgba(27,190,211,.16), rgba(92,75,230,.14));
    color: #0b7180;
    font-weight: 900;
}
.method-card h3 { margin: 8px 0 0; color: #08111f; font-size: 1.25rem; line-height: 1.2; }
.method-card p { margin: 0; color: #5d6b7d; line-height: 1.65; }
@media (max-width: 991px) { .method-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); } }
@media (max-width: 575px) { .method-grid { grid-template-columns: 1fr; } .method-card { min-height: 0; } }
/* Emergency precise fix: illustration hero form field layout */
body.page-illustration section.hero.banner-a .slideForm,
body.page-illustration section.hero.banner-a .slideForm * {
    box-sizing: border-box !important;
}
body.page-illustration section.hero.banner-a .slideForm {
    opacity: 1 !important;
    overflow: visible !important;
}
body.page-illustration section.hero.banner-a .slideForm form.globalForm {
    display: block !important;
    width: 100% !important;
    margin: 0 !important;
}
body.page-illustration section.hero.banner-a .slideForm form.globalForm .row {
    display: block !important;
    margin: 0 !important;
    width: 100% !important;
}
body.page-illustration section.hero.banner-a .slideForm form.globalForm [class*='col-'] {
    display: block !important;
    width: 100% !important;
    max-width: 100% !important;
    flex: 0 0 100% !important;
    padding: 0 !important;
    margin: 0 0 14px !important;
}
body.page-illustration section.hero.banner-a .slideForm .form-input {
    display: block !important;
    width: 100% !important;
    max-width: 100% !important;
    margin: 0 !important;
    padding: 0 !important;
    position: relative !important;
}
body.page-illustration section.hero.banner-a .slideForm .form-input > input.inp-a,
body.page-illustration section.hero.banner-a .slideForm .form-input > textarea.inp-a,
body.page-illustration section.hero.banner-a .slideForm .form-input > select.inp-a {
    display: block !important;
    width: 100% !important;
    min-width: 100% !important;
    max-width: 100% !important;
    height: 52px !important;
    min-height: 52px !important;
    margin: 0 !important;
    padding: 13px 16px !important;
    opacity: 1 !important;
    visibility: visible !important;
    appearance: none !important;
    -webkit-appearance: none !important;
    background: #fff !important;
    border: 1px solid rgba(8, 17, 31, .18) !important;
    border-radius: 12px !important;
    color: #08111f !important;
    font: 500 15px/1.4 Arial, sans-serif !important;
    box-shadow: none !important;
}
body.page-illustration section.hero.banner-a .slideForm .form-input > textarea.inp-a {
    height: 112px !important;
    min-height: 112px !important;
    resize: vertical !important;
}
body.page-illustration section.hero.banner-a .slideForm .form-input > input.inp-a::placeholder,
body.page-illustration section.hero.banner-a .slideForm .form-input > textarea.inp-a::placeholder {
    color: #5f6878 !important;
    opacity: 1 !important;
}
body.page-illustration section.hero.banner-a .slideForm .form-btn {
    display: block !important;
    width: 100% !important;
    margin-top: 4px !important;
}
body.page-illustration section.hero.banner-a .slideForm button#btnSubmit {
    display: inline-flex !important;
    width: 100% !important;
    min-height: 52px !important;
    align-items: center !important;
    justify-content: center !important;
    margin: 0 !important;
    border-radius: 999px !important;
    color: #fff !important;
}
/* Final mobile nav visibility fix only */
@media (max-width: 1199px) {
    body.mobile-nav-active #navmenu {
        position: fixed !important;
        inset: 0 !important;
        display: block !important;
        width: 100vw !important;
        height: 100vh !important;
        z-index: 9998 !important;
        background: rgba(5, 7, 20, .78) !important;
        overflow: hidden !important;
    }
    body.mobile-nav-active #navmenu > ul {
        position: fixed !important;
        display: block !important;
        visibility: visible !important;
        opacity: 1 !important;
        top: 92px !important;
        left: 14px !important;
        right: 14px !important;
        bottom: auto !important;
        width: auto !important;
        height: auto !important;
        min-height: 220px !important;
        max-height: calc(100vh - 112px) !important;
        padding: 12px !important;
        margin: 0 !important;
        overflow-y: auto !important;
        list-style: none !important;
        border-radius: 18px !important;
        background: #ffffff !important;
        border: 1px solid rgba(8, 17, 31, .12) !important;
        box-shadow: 0 26px 70px rgba(0, 0, 0, .32) !important;
        z-index: 10000 !important;
    }
    body.mobile-nav-active #navmenu > ul > li {
        display: block !important;
        width: 100% !important;
        height: auto !important;
        margin: 0 !important;
        padding: 0 !important;
        opacity: 1 !important;
        visibility: visible !important;
    }
    body.mobile-nav-active #navmenu > ul > li > a,
    body.mobile-nav-active #navmenu .dropdown ul a {
        display: flex !important;
        width: 100% !important;
        height: auto !important;
        min-height: 44px !important;
        align-items: center !important;
        justify-content: space-between !important;
        padding: 11px 12px !important;
        margin: 0 !important;
        color: #08111f !important;
        background: transparent !important;
        font-size: 16px !important;
        font-weight: 700 !important;
        line-height: 1.25 !important;
        text-decoration: none !important;
        opacity: 1 !important;
        visibility: visible !important;
    }
    body.mobile-nav-active #navmenu > ul > li > a:hover,
    body.mobile-nav-active #navmenu > ul > li > a.active {
        background: rgba(27, 190, 211, .10) !important;
        color: #0b7180 !important;
    }
    body.mobile-nav-active #navmenu .dropdown > ul {
        position: static !important;
        display: none !important;
        visibility: visible !important;
        opacity: 1 !important;
        width: 100% !important;
        height: auto !important;
        min-height: 0 !important;
        margin: 4px 0 8px !important;
        padding: 6px !important;
        background: #f4f8fb !important;
        border-radius: 14px !important;
        box-shadow: none !important;
    }
    body.mobile-nav-active #navmenu .dropdown > ul.dropdown-active {
        display: block !important;
    }
    body.mobile-nav-active .mobile-nav-toggle {
        position: fixed !important;
        top: 28px !important;
        right: 18px !important;
        z-index: 10001 !important;
    }
}
/* Contact action additions */
.whatsapp-btn { margin-left: 10px; }
.whatsapp-btn i { margin-right: 6px; }
@media (max-width: 767px) {
    .whatsapp-btn { margin-left: 0; margin-top: 10px; }
}