/* ============================================================
   MINT branding — mint-leaf icon accents
   Icon: /assets/images/mint-icon.svg  (brand green #62c2ae)
   ============================================================ */

/* ---- 0. Darker mint hover bg for pricing cards ----
   The default hover used the bright --primary--color (#62C2AE), which
   washed out the white text and hid the mint leaf bullets. Use a deep
   mint instead so text stays legible and the leaf bullets show. ---- */
.pricing-plan-con .pricing-box:hover {
    background-color: #2f6f62;   /* deep mint */
}

/* turn the leaf bullets white on hover so they read on the deep-mint bg */
.pricing-box:hover .plan-listing ul li.leaf-bullet::before {
    filter: brightness(0) invert(1);
}

/* keep the "Get started" button on its lighter mint so it still pops */
.pricing-plan-con .pricing-box:hover .primary_btn {
    background-color: var(--primary--color);
    color: var(--black--color);
}

/* ---- 1. "Most Popular" featured pricing card ---- */
.pricing-box.is-featured {
    position: relative;
    border: 2px solid var(--primary--color, #62c2ae);
    box-shadow: 0 18px 45px rgba(98, 194, 174, 0.18);
}

.popular-badge {
    position: absolute;
    top: -16px;
    left: 50%;
    transform: translateX(-50%);
    display: inline-flex;
    align-items: center;
    gap: 7px;
    white-space: nowrap;
    background: var(--primary--color, #62c2ae);
    color: #0c0c0c;
    font-weight: 700;
    font-size: 13px;
    letter-spacing: 0.04em;
    text-transform: uppercase;
    padding: 7px 16px;
    border-radius: 999px;
    box-shadow: 0 6px 18px rgba(98, 194, 174, 0.35);
    z-index: 3;
}

.popular-badge img {
    width: 16px;
    height: 16px;
    /* tint the green leaf dark so it reads on the green pill */
    filter: brightness(0) saturate(100%);
    opacity: 0.85;
}

/* ---- 2. Leaf bullets in pricing lists ---- */
.plan-listing ul li.leaf-bullet {
    list-style: none;
}

.plan-listing ul li.leaf-bullet::before {
    content: "";
    position: absolute;
    left: 0;
    top: 3px;
    width: 18px;
    height: 18px;
    background: url("/assets/images/mint-icon.svg") no-repeat center / contain;
}

/* hide the original font-awesome check when the leaf bullet is active */
.plan-listing ul li.leaf-bullet > i.fa-check,
.plan-listing ul li.leaf-bullet > i.fa-solid.fa-check {
    display: none;
}

/* same leaf bullet for the About-page list ("Committed to Clarity" section) */
.about-us-con ul li.leaf-bullet {
    list-style: none;
}

.about-us-con ul li.leaf-bullet::before {
    content: "";
    position: absolute;
    left: 0;
    top: 4px;
    width: 18px;
    height: 18px;
    background: url("/assets/images/mint-icon.svg") no-repeat center / contain;
}

.about-us-con ul li.leaf-bullet > i {
    display: none;
}

/* script-font treatment for the Mint Story bullets */
.about-us-con ul li.leaf-bullet {
    font-family: var(--font-script, "Yellowtail", cursive);
    font-weight: 400;
    font-size: 26px;
    line-height: 34px;
}
/* nudge the leaf to sit with the taller script line */
.about-us-con ul li.leaf-bullet::before {
    top: 8px;
}

/* ---- Statistics bar repurposed as honest value props (no fake numbers) ---- */
.statistics-con .counter-content {
    text-align: center;
    padding: 0 40px;
}
.statistics-con .counter-content .span-text {
    font-family: "Anton", sans-serif;
    font-size: 22px;
    line-height: 30px;
    letter-spacing: 0.4px;
    color: var(--secondary--color);
}
.statistics-con .counter-content .span-text::before {
    content: "";
    display: block;
    width: 22px;
    height: 22px;
    margin: 0 auto 12px;
    background: url("/assets/images/mint-icon.svg") no-repeat center / contain;
}

@media (max-width: 991px) {
    .statistics-con .inner-con {
        flex-wrap: wrap;
        gap: 28px;
    }
    .statistics-con .counter-content {
        border-right: 0 !important;
        flex: 1 1 40%;
        padding: 0 16px;
    }
}

/* ---- Hero heading: enlarge the script-accent word ("Fresh") ---- */
.banner-con .banner-inner-con h1 .script-accent {
    font-size: 1.35em;
    vertical-align: -0.08em;
}

/* ---- Testimonial avatar: circular with mint border ---- */
.testimonials-box .tb-bottom .review-details > figure {
    width: 64px;
    height: 64px;
    border-radius: 50%;
    overflow: hidden;
    border: 2px solid var(--primary--color, #62C2AE);
    flex-shrink: 0;
    margin: 0;
}
.testimonials-box .tb-bottom .review-details > figure img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

/* ---- Hero card: 5-star rating (replaces the old client counter) ---- */
.banner-con .blue-box .user-box .user-text .hero-stars {
    gap: 8px;
    margin-bottom: 14px;
}
.banner-con .blue-box .user-box .user-text .hero-stars i {
    color: #FFC107;
    font-size: 30px;
    line-height: 1;
}

/* ---- Owner (Meet Eli) feature card ---- */
.our-team-con .owner-box {
    padding-bottom: 28px;
}
.our-team-con .owner-box .owner-bio {
    color: var(--text--color, #DDE0E0);
    font-size: 16px;
    line-height: 27px;
    margin: 14px auto 0;
    max-width: 420px;
    padding: 0 18px;
}

/* ---- 3. Eyebrow / special-text leaf accent ---- */
.special-text.has-leaf::before {
    content: "";
    display: inline-block;
    width: 18px;
    height: 18px;
    margin-right: 8px;
    vertical-align: -3px;
    background: url("/assets/images/mint-icon.svg") no-repeat center / contain;
}

/* ---- 4. Section watermark (behind contact form) ---- */
.send-us-msg-con {
    position: relative;
    overflow: hidden;
}

.book-cta-con .mint-watermark {
    position: absolute;
    left: -70px;
    bottom: -90px;
    width: 360px;
    max-width: 42%;
    /* faint mint tint on the dark panel */
    opacity: 0.07;
    pointer-events: none;
    z-index: 0;
}

/* keep the form/content above the watermark */
.book-cta-con .container-fluid {
    position: relative;
    z-index: 1;
}

/* ---- 8. Book CTA section (replaces the old contact form) ----
   Dark charcoal panel; mint used as an accent outline + glow, not a fill. */
.book-cta-con {
    background: linear-gradient(135deg, #181a1c 0%, #121315 100%);
    border: 1.5px solid rgba(98, 194, 174, 0.45);
    box-shadow: 0 24px 60px rgba(0, 0, 0, 0.35),
        inset 0 0 80px rgba(98, 194, 174, 0.05);
    overflow: hidden;
    padding: 64px 56px;
}

/* center the whole left column block, both horizontally and vertically */
.book-cta-content {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
    height: 100%;
}

.book-cta-content .special-text {
    margin-bottom: 14px;
}

.book-cta-content h2 {
    color: #fff;
    line-height: 1.05;
}

.book-cta-sub {
    color: var(--text--color, #DDE0E0);
    margin: 18px 0 22px;
    max-width: 460px;
    font-size: 16px;
}

/* In the centered CTA (e.g. About page), center the capped-width sub-text
   instead of letting it hug the left edge. */
.cta-con.text-center .book-cta-sub {
    margin-left: auto;
    margin-right: auto;
}

.book-cta-points {
    margin: 0 0 30px;
    display: inline-block;
    text-align: left;
}

.book-cta-points li {
    color: var(--text--color, #DDE0E0);
    font-size: 15px;
    margin-bottom: 10px;
    display: flex;
    align-items: center;
}

.book-cta-points li i {
    color: var(--primary--color, #62C2AE);
    margin-right: 12px;
    font-size: 14px;
}

.book-cta-actions {
    gap: 16px;
    justify-content: center;
}

/* secondary "Call us" button: mint outline, transparent fill */
.book-cta-call {
    height: 60px;
    padding: 0 26px;
    border-radius: 10px;
    font-weight: 700;
    font-size: 17px;
    color: #fff;
    border: 1.5px solid rgba(98, 194, 174, 0.6);
    background: transparent;
    transition: all 0.3s ease;
    white-space: nowrap;
}

.book-cta-call i {
    color: var(--primary--color, #62C2AE);
    margin-right: 10px;
}

.book-cta-call:hover {
    background: rgba(98, 194, 174, 0.12);
    border-color: var(--primary--color, #62C2AE);
    color: #fff;
}

/* photo: rounded, with a soft mint edge glow */
.book-cta-img-con figure {
    margin: 0;
    border-radius: 20px;
    overflow: hidden;
    box-shadow: 0 18px 50px rgba(0, 0, 0, 0.45);
}

.book-cta-img-con figure img {
    width: 100%;
    display: block;
    border-radius: 20px;
}

@media (max-width: 991px) {
    .book-cta-con {
        padding: 48px 32px;
    }
    .book-cta-img-con {
        margin-bottom: 32px;
    }
}

@media (max-width: 767px) {
    .book-cta-con .mint-watermark {
        width: 200px;
        left: -40px;
        bottom: -50px;
    }
    .book-cta-con {
        padding: 36px 22px;
    }
    .book-cta-actions .primary_btn,
    .book-cta-call {
        width: 100%;
        text-align: center;
        justify-content: center;
    }
}

/* ---- 9. About panel — dark charcoal w/ mint outline (was mint fill) ---- */
.about-dark-panel {
    background: linear-gradient(135deg, #181a1c 0%, #121315 100%);
    border: 1.5px solid rgba(98, 194, 174, 0.45);
    box-shadow: 0 24px 60px rgba(0, 0, 0, 0.35),
        inset 0 0 80px rgba(98, 194, 174, 0.05);
}

/* mint accent on the eyebrow + check icons */
.about-dark-panel .special-text {
    color: var(--primary--color, #62C2AE);
}

.about-dark-panel ul li i {
    color: var(--primary--color, #62C2AE);
}

/* the "Read more" button is dark on the old mint bg; on dark, make it mint */
.about-dark-panel .secondary_btn {
    background-color: var(--primary--color, #62C2AE);
    color: #fff;
}

.about-dark-panel .secondary_btn:hover {
    background-color: var(--accent--color, #8FD6C7);
    color: var(--black--color, #121212);
}

/* ---- Fix: anchor the step number to the bottom of the CIRCLE,
   not the bottom of the whole work-box (which overlapped the heading) ---- */
.how-it-works-con .work-box span {
    bottom: auto;
    /* circle is 163px tall; center the 39px badge on its lower edge */
    top: 143px;
}

/* tablet/mobile: circle shrinks to 120px in responsive.css (max-width:991px) */
@media screen and (max-width: 991px) {
    .how-it-works-con .work-box span {
        bottom: auto;
        top: 102px;
    }
}

/* ---- Make all "How It Works" icons dark (source PNGs were mixed
   dark/white); brightness(0) forces every icon to solid black ---- */
.how-it-works-con .work-box figure img {
    filter: brightness(0);
}

/* ---- 5. "How It Works" step leaf accent ---- */
/* constrain the badge wrapper to the circle so the leaf anchors to it,
   while keeping it centered in the column */
.work-box .span-outer {
    display: inline-block;
    position: relative;
}

.work-box .span-outer .step-leaf {
    position: absolute;
    top: -4px;
    right: -4px;
    width: 34px;
    height: 34px;
    background: #0c0c0c;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.35);
    z-index: 2;
}

.work-box .span-outer .step-leaf img {
    width: 18px;
    height: 18px;
}

/* ---- 7. Page preloader — mint leaf + rising bubbles ---- */
.mint-preloader {
    position: relative;
    width: 160px;
    height: 200px;
    display: flex;
    align-items: center;
    justify-content: center;
}

/* the leaf: gently breathes + bobs */
.mint-preloader-leaf {
    position: relative;
    z-index: 2;
    width: 78px;
    height: 78px;
    animation: mint-leaf-breathe 1.1s ease-in-out infinite;
}

.mint-preloader-leaf img {
    width: 100%;
    height: 100%;
    display: block;
    filter: drop-shadow(0 6px 16px rgba(98, 194, 174, 0.45));
}

@keyframes mint-leaf-breathe {
    0%, 100% { transform: translateY(0) scale(1) rotate(-3deg); }
    50%      { transform: translateY(-8px) scale(1.06) rotate(3deg); }
}

/* bubbles rise from the bottom, grow, fade, and pop */
.mint-preloader-bubbles {
    position: absolute;
    inset: 0;
    z-index: 1;
    pointer-events: none;
}

.mint-preloader-bubbles span {
    position: absolute;
    bottom: 0;
    border-radius: 50%;
    background: radial-gradient(circle at 32% 28%,
            rgba(255, 255, 255, 0.95) 0%,
            rgba(200, 240, 232, 0.7) 30%,
            rgba(143, 214, 199, 0.5) 60%,
            rgba(98, 194, 174, 0.35) 100%);
    border: 1px solid rgba(180, 235, 224, 0.55);
    box-shadow: 0 0 8px rgba(98, 194, 174, 0.5);
    opacity: 0;
    animation: mint-bubble-rise 1.3s ease-in infinite;
}

/* each bubble: different size, horizontal offset, and timing */
/* 14 bubbles; negative delays seed the screen so it's full on frame 1 */
.mint-preloader-bubbles span:nth-child(1)  { left: 12%; width: 14px; height: 14px; animation-delay: -0.1s;  }
.mint-preloader-bubbles span:nth-child(2)  { left: 30%; width: 10px; height: 10px; animation-delay: -0.5s;  }
.mint-preloader-bubbles span:nth-child(3)  { left: 48%; width: 18px; height: 18px; animation-delay: -0.9s;  }
.mint-preloader-bubbles span:nth-child(4)  { left: 64%; width: 11px; height: 11px; animation-delay: -1.2s;  }
.mint-preloader-bubbles span:nth-child(5)  { left: 82%; width: 15px; height: 15px; animation-delay: -0.3s;  }
.mint-preloader-bubbles span:nth-child(6)  { left: 22%; width: 8px;  height: 8px;  animation-delay: -0.7s;  }
.mint-preloader-bubbles span:nth-child(7)  { left: 72%; width: 9px;  height: 9px;  animation-delay: -1.0s;  }
.mint-preloader-bubbles span:nth-child(8)  { left: 40%; width: 12px; height: 12px; animation-delay: -0.2s;  }
.mint-preloader-bubbles span:nth-child(9)  { left: 56%; width: 7px;  height: 7px;  animation-delay: -0.6s;  }
.mint-preloader-bubbles span:nth-child(10) { left: 88%; width: 9px;  height: 9px;  animation-delay: -1.1s;  }
.mint-preloader-bubbles span:nth-child(11) { left: 8%;  width: 10px; height: 10px; animation-delay: -0.8s;  }
.mint-preloader-bubbles span:nth-child(12) { left: 36%; width: 16px; height: 16px; animation-delay: -1.3s;  }
.mint-preloader-bubbles span:nth-child(13) { left: 60%; width: 13px; height: 13px; animation-delay: -0.4s;  }
.mint-preloader-bubbles span:nth-child(14) { left: 78%; width: 8px;  height: 8px;  animation-delay: -0.95s; }

@keyframes mint-bubble-rise {
    0%   { transform: translateY(0) scale(0.4);   opacity: 0; }
    12%  { opacity: 0.95; }
    70%  { opacity: 0.85; }
    90%  { transform: translateY(-170px) scale(1.1); opacity: 0.5; }
    100% { transform: translateY(-185px) scale(1.25); opacity: 0; }
}

/* respect reduced-motion preferences */
@media (prefers-reduced-motion: reduce) {
    .mint-preloader-leaf,
    .mint-preloader-bubbles span {
        animation: none;
    }
    .mint-preloader-bubbles span { opacity: 0.4; }
}

/* ---- 6. Centered leaf section divider ---- */
.mint-divider {
    width: 100%;
    text-align: center;
    line-height: 0;
    padding: 6px 0;
}

.mint-divider::before,
.mint-divider::after {
    content: "";
    display: inline-block;
    width: 70px;
    height: 1px;
    vertical-align: middle;
    background: linear-gradient(to right, transparent, rgba(98, 194, 174, 0.5));
}

.mint-divider::after {
    background: linear-gradient(to left, transparent, rgba(98, 194, 174, 0.5));
}

.mint-divider img {
    width: 26px;
    height: 26px;
    margin: 0 16px;
    vertical-align: middle;
    opacity: 0.9;
}

/* ---- 10. 404 / Not Found page ---- */
.error-404-con {
    padding: 90px 0 110px;
}

.error-404-leaf {
    width: 84px;
    height: 84px;
    margin: 0 auto 10px;
    animation: error-404-bob 3s ease-in-out infinite;
}

.error-404-leaf img {
    width: 100%;
    height: 100%;
    filter: drop-shadow(0 8px 20px rgba(98, 194, 174, 0.4));
}

@keyframes error-404-bob {
    0%, 100% { transform: translateY(0) rotate(-4deg); }
    50%      { transform: translateY(-10px) rotate(4deg); }
}

.error-404-code {
    font-family: var(--font-heading, "Anton"), sans-serif;
    font-size: 150px;
    line-height: 1;
    color: #fff;
    letter-spacing: 4px;
    margin: 0 0 6px;
    text-shadow: 0 0 50px rgba(98, 194, 174, 0.25);
}

.error-404-title {
    color: var(--primary--color, #62C2AE);
    margin-bottom: 16px;
}

.error-404-text {
    color: var(--text--color, #DDE0E0);
    font-size: 18px;
    max-width: 540px;
    margin: 0 auto 34px;
    line-height: 1.6;
}

.error-404-actions {
    gap: 16px;
    margin-bottom: 44px;
}

/* secondary outline button — matches the Book CTA call button */
.error-404-outline {
    height: 60px;
    padding: 0 28px;
    border-radius: 10px;
    font-weight: 700;
    font-size: 17px;
    color: #fff;
    border: 1.5px solid rgba(98, 194, 174, 0.6);
    background: transparent;
    transition: all 0.3s ease;
}

.error-404-outline i {
    color: var(--primary--color, #62C2AE);
    margin-right: 10px;
}

.error-404-outline:hover {
    background: rgba(98, 194, 174, 0.12);
    border-color: var(--primary--color, #62C2AE);
    color: #fff;
}

.error-404-links span {
    display: block;
    color: var(--text--color2, #A8ADAD);
    font-size: 14px;
    margin-bottom: 12px;
}

.error-404-links ul {
    gap: 10px 28px;
    margin: 0;
}

.error-404-links ul li a {
    color: #fff;
    font-weight: 600;
    font-size: 15px;
    text-decoration: none;
    position: relative;
    transition: color 0.25s ease;
}

.error-404-links ul li a::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: -3px;
    width: 0;
    height: 2px;
    background: var(--primary--color, #62C2AE);
    transition: width 0.25s ease;
}

.error-404-links ul li a:hover {
    color: var(--primary--color, #62C2AE);
}

.error-404-links ul li a:hover::after {
    width: 100%;
}

@media (max-width: 575px) {
    .error-404-code { font-size: 100px; }
    .error-404-con { padding: 60px 0 80px; }
    .error-404-actions .primary_btn,
    .error-404-outline {
        width: 100%;
        text-align: center;
        justify-content: center;
    }
}

/* ---- Mobile tap targets: give footer nav/contact links a comfortable
   touch height (~44px) without changing their desktop look ---- */
@media (max-width: 991px) {
    .footer-con .links ul li a,
    .footer-con .icon ul li a {
        display: inline-block;
        padding: 7px 0;
        line-height: 1.4;
    }
    .footer-con .social-icons li a {
        display: inline-flex;
        align-items: center;
        justify-content: center;
        width: 44px;
        height: 44px;
    }
    /* footer book CTA button: full width on small screens for an easy tap */
    .footer-book-cta .primary_btn {
        width: 100%;
        text-align: center;
    }
}

/* ---- 11. Home services cards: make image fill the wider col-lg-4 card ----
   Images are 409px wide; at col-lg-4 the card is wider, leaving a gap on the
   right that revealed the box/hover background. Force the image to cover. */
.our-services-con .services-outer-con .services-box .overlay-image {
    width: 100%;
}

.our-services-con .services-outer-con .services-box .overlay-image figure {
    margin: 0;
    width: 100%;
}

.our-services-con .services-outer-con .services-box img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

/* ---- 12. Crisp arrow icons (replace the 10px pixelated up-right-arrow.png) ----
   Used in every button's <figure> box site-wide. fa-arrow-up rotated 45°
   reads as an up-right diagonal arrow and scales perfectly. */
.service-arrow-icon,
.btn-arrow-icon {
    color: #fff;
    font-size: 16px;
    transform: rotate(45deg);   /* arrow-up -> points up-right */
    line-height: 1;
}

/* smaller box (header "Book Now" / contact-btn figure is 42px) */
.contact-btn figure .btn-arrow-icon {
    font-size: 14px;
}

/* ============================================================
   MOBILE UX FIXES
   ============================================================ */

/* ---- 1. Kill horizontal scroll/drift on mobile ----
   Any element that pokes past the viewport (watermarks, carousels, negative
   margins) was letting the page slide left/right. Clip it at the root. */
html, body {
    overflow-x: hidden !important;
    max-width: 100%;
    position: relative;
}

/* drawer-only logo: hidden everywhere except inside the mobile drawer */
.header-con .drawer-logo {
    display: none;
}

/* ---- 2. Center the hero rating stars on mobile ---- */
@media (max-width: 991px) {
    .banner-con .blue-box .user-box .user-text .hero-stars {
        justify-content: center;
    }
    .banner-con .blue-box .user-box .user-text {
        text-align: center;
    }
}

/* ---- 3. Bigger hero H1 on mobile ---- */
@media (max-width: 767px) {
    .banner-con .banner-inner-con h1 {
        font-size: 52px;
        line-height: 1.04;
    }
}
@media (max-width: 480px) {
    .banner-con .banner-inner-con h1 {
        font-size: 46px;
    }
}

/* ---- 4. Larger Yellowtail (script) type on mobile ----
   The script eyebrow (.special-text), the enlarged hero accent word, and the
   About-page script bullets all use Yellowtail; bump them up so the brand
   script reads clearly on small screens. */
@media (max-width: 767px) {
    .special-text {
        font-size: 31px;
    }
    .banner-con .banner-inner-con h1 .script-accent {
        font-size: 1.4em;
    }
    .about-us-con ul li.leaf-bullet {
        font-size: 27px;
        line-height: 35px;
    }
}

/* ---- Keep the home About image collage as a grid on phones ----
   responsive.css forces .about-img-con to display:block (stacked) below 450px;
   override that so img1 stays beside the img2/img3 column like on desktop.
   Match desktop proportions: big left image (~585px) vs the right column
   (~280px) ≈ a 2:1 width ratio (not 50/50). */
@media (max-width: 450px) {
    .about-us-con .about-img-con {
        display: flex !important;
        flex-direction: row;
        align-items: flex-start;
        gap: 12px;
        text-align: left;
        margin: 0 0 20px;
    }
    .about-us-con .about-img-con > figure {
        flex: 2 1 0;          /* big left image takes ~2 shares */
        min-width: 0;
        margin: 0;
    }
    .about-us-con .about-img-con .imgs-con {
        flex: 1 1 0;          /* right column ~1 share */
        min-width: 0;
        gap: 12px;
    }
    .about-us-con .about-img-con figure img,
    .about-us-con .about-img-con .imgs-con img {
        width: 100%;
        margin-bottom: 0;
    }
}

/* ============================================================
   MOBILE NAV — on-brand right-side drawer
   Bootstrap toggles `.show` on #navbarSupportedContent; we restyle that
   collapse into a sliding dark drawer (no JS change needed).
   ============================================================ */
@media (max-width: 991px) {
    /* the collapse becomes a fixed off-canvas panel on the right */
    .header-con .navbar-collapse {
        position: fixed;
        top: 0;
        right: 0;
        bottom: 0;
        width: 78%;
        max-width: 320px;
        background: #1A1C1B;
        border-left: 1px solid rgba(98, 194, 174, 0.35);
        box-shadow: -16px 0 50px rgba(0, 0, 0, 0.55);
        padding: 90px 28px 32px;
        transform: translateX(100%);
        transition: transform 0.32s cubic-bezier(0.4, 0, 0.2, 1);
        z-index: 1050;
        overflow-y: auto;
        display: block !important;   /* override Bootstrap's collapse display */
        visibility: hidden;
    }
    .header-con .navbar-collapse.show,
    .header-con .navbar-collapse.collapsing {
        transform: translateX(0);
        visibility: visible;
    }

    /* dim backdrop behind the drawer when open */
    .header-con .navbar-collapse.show::before {
        content: "";
        position: fixed;
        top: 0; left: 0; right: 0; bottom: 0;
        /* sits behind the panel (which is z-index 1050) but over the page */
        background: rgba(0, 0, 0, 0.5);
        z-index: -1;
        /* extend the dim across the whole screen, not just the panel box */
        width: 100vw;
        margin-left: calc(-1 * (100vw - 100%));
    }

    /* stack nav links as big, tappable rows — and undo the base template's
       white background / padding / positioning on the inner <ul> */
    .header-con .navbar-expand-lg .navbar-nav,
    .header-con .navbar-collapse .navbar-nav {
        flex-direction: column;
        align-items: flex-start;
        margin: 0;
        padding: 0;
        width: 100%;
        gap: 0;
        background-color: transparent !important;
        box-shadow: none;
        border-radius: 0;
        z-index: auto;
    }
    .header-con .navbar-collapse .navbar-nav .nav-item {
        width: 100%;
        border-bottom: 1px solid rgba(255, 255, 255, 0.08);
    }
    .header-con .navbar-collapse .navbar-nav .nav-link {
        display: block;
        padding: 16px 0 !important;
        font-family: var(--font-body, "Inter", sans-serif);
        font-size: 18px;
        font-weight: 600;
        color: #fff;
    }
    .header-con .navbar-collapse .navbar-nav .nav-link.active,
    .header-con .navbar-collapse .navbar-nav .nav-link:hover {
        color: var(--primary--color, #62C2AE);
    }

    /* brand logo at the bottom of the drawer */
    .header-con .navbar-collapse .drawer-logo {
        display: block;
        margin-top: 36px;
        padding-top: 28px;
        border-top: 1px solid rgba(255, 255, 255, 0.08);
    }
    .header-con .navbar-collapse .drawer-logo img {
        height: 40px;
        width: auto;
        opacity: 0.9;
    }

    /* the hamburger sits above the drawer. The base rule's top:56% +
       translateY(-65%) pushed it up against the screen top; recenter it in
       the header and bump the bar width so it's bigger and easier to tap.
       (Leave the bars' float/height alone so the open-state X still animates.) */
    .header-con .navbar-toggler {
        position: absolute;
        top: 50%;
        right: 6px;
        transform: translateY(-50%);
        z-index: 1060;
        border: none;
        background: transparent;
        padding: 6px;
        width: 38px;
    }
    .header-con .navbar-toggler .navbar-toggler-icon {
        width: 28px;
        height: 3px;
        margin: 3.5px 0;
    }
    /* give the mobile header breathing room from the screen top so the logo
       and hamburger don't hug the very edge (base rules use !important, so
       we must too). */
    .home-banner-wrapper .header-con,
    .header-con {
        padding-top: 22px !important;
        padding-bottom: 14px !important;
    }

    /* header logo was invisible on mobile: the base 991px rule sets
       width:auto, which collapses the SVG to 0x0. Give it a real size. */
    .header-con .navbar-brand figure img {
        width: 140px;
        height: auto;
        max-width: none;
    }

    /* when the drawer is OPEN, pin the close (X) to a safe top-right spot
       inside the panel so it's fully visible and easy to tap. The base rule
       uses top:56% + translateY(-65%); reset both so it sits where we want. */
    body.nav-open .header-con .navbar-toggler {
        position: fixed;
        top: 20px;
        right: 22px;
        transform: none;
        width: 34px;
        height: 34px;
    }
}


/* ---- 13. Service-area SVG map (contact page) ---- */
.service-area-map {
    width: 100%;
    background: linear-gradient(135deg, #181a1c 0%, #121315 100%);
    border: 1.5px solid rgba(98, 194, 174, 0.30);
    border-radius: 30px;
    padding: 24px;
    overflow: hidden;
}

.service-area-map svg {
    width: 100%;
    height: auto;
    display: block;
}

/* ---- two-column service-area section (map left, content right) ---- */
.service-area-content {
    padding-left: 30px;
}

.service-area-content .special-text {
    margin-bottom: 12px;
}

.service-area-content h2 {
    color: #fff;
    line-height: 1.08;
    margin-bottom: 18px;
}

.service-area-content p {
    color: var(--text--color, #DDE0E0);
    font-size: 16px;
    line-height: 1.6;
    margin-bottom: 22px;
}

.service-area-towns {
    display: flex;
    flex-wrap: wrap;
    gap: 12px 22px;
    margin: 0 0 30px;
}

.service-area-towns li {
    color: #fff;
    font-weight: 600;
    font-size: 16px;
    display: flex;
    align-items: center;
}

.service-area-towns li i {
    color: var(--primary--color, #62C2AE);
    margin-right: 9px;
    font-size: 14px;
}

@media (max-width: 991px) {
    .service-area-content {
        padding-left: 0;
        margin-top: 34px;
        text-align: center;
    }
    .service-area-towns {
        justify-content: center;
    }
}

/* town labels */
.service-area-map .sa-town text {
    fill: #fff;
    font-family: var(--font-body, "Inter"), sans-serif;
    font-size: 18px;
    font-weight: 600;
}

.service-area-map .sa-town circle {
    transition: r 0.25s ease;
}

/* Calgary label — bigger, brand font */
.service-area-map .sa-city {
    fill: #fff;
    font-family: var(--font-heading, "Anton"), sans-serif;
    font-size: 26px;
    letter-spacing: 0.5px;
}

.service-area-map .sa-caption {
    fill: var(--text--color2, #A8ADAD);
    font-family: var(--font-body, "Inter"), sans-serif;
    font-size: 16px;
}

@media (max-width: 575px) {
    .service-area-map { padding: 16px; border-radius: 20px; }
    .service-area-map .sa-town text { font-size: 22px; }
    .service-area-map .sa-city { font-size: 30px; }
    .service-area-map .sa-caption { font-size: 19px; }
}
