/*
Theme Name: Jajini
Theme URI: 
Author: Your Name
Description: Custom theme for Jajini Susan Varghese
Version: 3.4
*/
.treatment-page-content .icon-block .icon-wrapper .icon-item {
    text-align: left;
}

.treatment-page-content .icon-block .icon-wrapper .icon-item .icon {
    margin: 0 0;
    margin-bottom: 30px;
}

.treatment-page-content .icon-block .icon-wrapper .icon-item .text p {
    text-align-last: left;
}

/* Sticky Floating Social Sidebar */
.sticky-social-bar {
    position: fixed;
    left: 25px;
    top: 50%;
    transform: translateY(-50%);
    display: flex;
    flex-direction: column;
    gap: 15px;
    z-index: 9999;
}

.sticky-social-bar .social-icon {
    width: 44px;
    height: 44px;
    background-color: rgba(12, 12, 12, 0.7);
    border: 1px solid rgba(255, 255, 255, 0.2);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #ffffff;
    font-size: 16px;
    text-decoration: none;
    transition: all 0.3s ease;
    backdrop-filter: blur(8px);
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
}

.sticky-social-bar .social-icon:hover {
    transform: translateY(-3px) scale(1.08);
    color: #ffffff;
    border-color: rgba(248, 200, 220, 0.8);
    box-shadow: 0 8px 25px rgba(248, 200, 220, 0.35);
}

/* Hover background colors for each platform */
.sticky-social-bar .social-icon.facebook:hover {
    background-color: #1877f2;
}

.sticky-social-bar .social-icon.instagram:hover {
    background: radial-gradient(circle at 30% 107%, #fdf497 0%, #fdf497 5%, #fd5949 45%, #d6249f 60%, #285AEB 90%);
}

.sticky-social-bar .social-icon.linkedin:hover {
    background-color: #0077b5;
}

.sticky-social-bar .social-icon.x-twitter:hover {
    background-color: #000000;
}

/* Hide on mobile and tablets to keep viewport clean */
@media (max-width: 991px) {
    .sticky-social-bar {
        display: none !important;
    }
}

/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
   FOOTER OVERRIDES – 100% match live server reference
   ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */

/* FIX 1: Footer top padding – reduce from 100px to 60px */
.theme-footer {
    padding-top: 60px !important;
}

/* FIX 2: Footer container left alignment */
.theme-footer .container.custom-container {
    box-sizing: border-box !important;
}

/* FIX 3: Logo – size matching reference Image 1 (260px) */
.theme-footer .footer-about .footer-logo {
    text-align: left !important;
    margin-bottom: 20px !important;
}

.theme-footer .footer-about .footer-logo img {
    max-width: 260px !important;
    width: 260px !important;
    height: auto !important;
}

/* FIX 4: About text – 14px, white, ALL children white */
.theme-footer .footer-about .footer-text {
    text-align: left !important;
}

.theme-footer .footer-about .footer-text p,
.theme-footer .footer-about .footer-text p *,
.theme-footer .footer-about .footer-text p a,
.theme-footer .footer-about .footer-text p span,
.theme-footer .footer-about .footer-text p em,
.theme-footer .footer-about .footer-text p strong {
    color: #ffffff !important;
    font-size: 14px !important;
    line-height: 24px !important;
    text-align: left !important;
    text-decoration: none !important;
    max-width: 85% !important;
}

/* FIX 5: "More about us" – reduce the mt-5 Bootstrap gap */
.theme-footer .footer-about .button-box {
    margin-top: 1rem !important;
    justify-content: flex-start !important;
    text-align: left !important;
}

.theme-footer .footer-about .button-box.mt-5 {
    margin-top: 1rem !important;
}

.theme-footer .footer-about .button-box .link {
    color: #ffffff !important;
    font-size: 14px !important;
    font-weight: 500 !important;
    display: inline-flex !important;
    align-items: center !important;
    gap: 8px !important;
    text-decoration: none !important;
}

/* All footer links = white, no underline */
.theme-footer a,
.theme-footer a:link,
.theme-footer a:visited {
    color: #ffffff !important;
    text-decoration: none !important;
}

.theme-footer a:hover {
    color: #F8C8DC !important;
    text-decoration: none !important;
}

/* FIX 6: 3-column layout – Company narrower (22%), Locations wider (39% each) */
.theme-footer .footer-details .footer-content-block {
    display: flex !important;
    flex-wrap: nowrap !important;
    flex-direction: row !important;
    gap: 0 !important;
    width: 100%;
}

/* Default equal width (overridden per column below) */
.theme-footer .footer-details .footer-content-block .footer-item-blk {
    box-sizing: border-box;
    flex-shrink: 0;
}

/* Company column – narrower */
.theme-footer .footer-details .footer-content-block .footer-item-blk.footer-links {
    width: 22% !important;
    flex: 0 0 22% !important;
    max-width: 22% !important;
}

/* Central London + North London – wider and shifted right */
.theme-footer .footer-details .footer-content-block .footer-item-blk.footer-contact {
    width: 39% !important;
    flex: 0 0 39% !important;
    max-width: 39% !important;
    padding-left: 30px !important;
}

/* Company heading + links */
.theme-footer .footer-details .footer-links h4 {
    text-align: left !important;
    color: #ffffff !important;
    font-size: 16px !important;
    font-weight: 600 !important;
    margin-bottom: 18px !important;
}

.theme-footer .footer-details .footer-links ul {
    list-style: none !important;
    padding: 0 !important;
    margin: 0 !important;
    text-align: left !important;
}

.theme-footer .footer-details .footer-links ul li {
    margin-bottom: 8px !important;
    text-align: left !important;
}

.theme-footer .footer-details .footer-links ul li a {
    color: #ffffff !important;
    font-size: 14px !important;
    line-height: 28px !important;
    text-decoration: none !important;
}

/* Location column headings + content – all LEFT-aligned */
.theme-footer .footer-details .footer-contact h4 {
    text-align: left !important;
    color: #ffffff !important;
    font-size: 20px !important;
    font-weight: 700 !important;
    margin-bottom: 18px !important;
}

.theme-footer .footer-details .footer-contact address {
    text-align: left !important;
    color: #ffffff !important;
}

/* Clinic name (h6) = rgb(192, 86, 109) 18px */
.theme-footer .footer-details .footer-contact address h6 {
    color: rgb(192, 86, 109) !important;
    font-size: 18px !important;
    font-weight: 600 !important;
    margin-bottom: 8px !important;
    text-align: left !important;
}

/* Address paragraph = white 18px */
.theme-footer .footer-details .footer-contact address p {
    color: #ffffff !important;
    font-size: 18px !important;
    line-height: 28px !important;
    margin: 0 0 12px 0 !important;
    text-align: left !important;
}

/* Address list items = white 18px */
.theme-footer .footer-details .footer-contact address ul {
    list-style: none !important;
    padding: 0 !important;
    margin-top: 8px !important;
    text-align: left !important;
}

.theme-footer .footer-details .footer-contact address ul li {
    text-align: left !important;
    font-size: 18px !important;
    line-height: 28px !important;
    color: #ffffff !important;
    font-family: 'Inter', sans-serif !important;
}

.theme-footer .footer-details .footer-contact address ul li a {
    color: #ffffff !important;
    text-decoration: none !important;
}

/* FIX 7: Social icons – transparent background, thin border only */
.theme-footer .footer-details .footer-social-block h4 {
    text-align: left !important;
    color: #ffffff !important;
    font-size: 16px !important;
    font-weight: 600 !important;
    margin-bottom: 16px !important;
}

.theme-footer .footer-details .footer-social-block {
    text-align: left !important;
}

.theme-footer .footer-details .footer-social-block .social-wrap {
    justify-content: flex-start !important;
    gap: 12px !important;
}

.theme-footer .footer-details .footer-social-block .social-wrap .social-links {
    width: 44px !important;
    height: 44px !important;
}

.theme-footer .footer-details .footer-social-block .social-wrap .social-links .svgContainer {
    background-color: transparent !important;
    border: 1px solid rgba(255, 255, 255, 0.25) !important;
    border-radius: 50% !important;
}

/* Copyright bar */
.theme-footer .footer-bottom .copy-content p {
    color: #ffffff !important;
    font-size: 14px !important;
}

/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
   FOOTER – TABLET & MOBILE RESPONSIVE (≤ 991px)
   ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */

/* ── Tablet: ≤ 991px ── */
@media (max-width: 991px) {

    /* Footer top padding */
    .theme-footer {
        padding-top: 50px !important;
    }

    /* Logo: centre on tablet/mobile */
    .theme-footer .footer-about .footer-logo {
        text-align: center !important;
    }

    .theme-footer .footer-about .footer-logo img {
        margin: 0 auto !important;
        display: block !important;
        max-width: 220px !important;
        width: 220px !important;
    }

    /* About text: centre */
    .theme-footer .footer-about .footer-text,
    .theme-footer .footer-about .footer-text p,
    .theme-footer .footer-about .footer-text p * {
        text-align: center !important;
        max-width: 100% !important;
    }

    /* "More about us" button: centre */
    .theme-footer .footer-about .button-box {
        justify-content: center !important;
        text-align: center !important;
    }

    /* ── 3-column block → single stacked column ── */
    .theme-footer .footer-details .footer-content-block {
        flex-direction: column !important;
        flex-wrap: wrap !important;
        gap: 0 !important;
    }

    /* All columns → full width */
    .theme-footer .footer-details .footer-content-block .footer-item-blk.footer-links,
    .theme-footer .footer-details .footer-content-block .footer-item-blk.footer-contact {
        width: 100% !important;
        flex: 0 0 100% !important;
        max-width: 100% !important;
        padding-left: 0 !important;
    }

    /* Company links: centre + dividers */
    .theme-footer .footer-details .footer-links {
        text-align: center !important;
        border-top: 1px solid rgba(255, 255, 255, 0.15) !important;
        border-bottom: 1px solid rgba(255, 255, 255, 0.15) !important;
        padding: 28px 0 !important;
        margin: 28px 0 !important;
    }

    /* Company heading "h4" – must override desktop left-align */
    .theme-footer .footer-details .footer-links h4 {
        text-align: center !important;
    }

    .theme-footer .footer-details .footer-links ul,
    .theme-footer .footer-details .footer-links ul li {
        text-align: center !important;
    }

    /* Location columns: centre */
    .theme-footer .footer-details .footer-contact {
        text-align: center !important;
        padding-bottom: 28px !important;
    }

    .theme-footer .footer-details .footer-contact address,
    .theme-footer .footer-details .footer-contact address h6,
    .theme-footer .footer-details .footer-contact address p,
    .theme-footer .footer-details .footer-contact address ul,
    .theme-footer .footer-details .footer-contact address ul li {
        text-align: center !important;
    }

    .theme-footer .footer-details .footer-contact h4 {
        text-align: center !important;
        margin-top: 16px !important;
    }

    /* Address font sizes – readable on tablet */
    .theme-footer .footer-details .footer-contact address p,
    .theme-footer .footer-details .footer-contact address ul li {
        font-size: 15px !important;
        line-height: 26px !important;
    }

    .theme-footer .footer-details .footer-contact address h6 {
        font-size: 16px !important;
    }

    .theme-footer .footer-details .footer-contact h4 {
        font-size: 17px !important;
    }

    /* Social block: centre */
    .theme-footer .footer-details .footer-social-block {
        text-align: center !important;
        border-top: 1px solid rgba(255, 255, 255, 0.15) !important;
        padding-top: 28px !important;
        margin-top: 10px !important;
    }

    .theme-footer .footer-details .footer-social-block h4 {
        text-align: center !important;
    }

    .theme-footer .footer-details .footer-social-block .social-wrap {
        justify-content: center !important;
    }

    /* Footer gap */
    .theme-footer .footer-details {
        gap: 0 !important;
    }

    /* Footer bottom bar */
    .theme-footer .footer-bottom {
        margin-top: 28px !important;
    }
}

/* ── Mobile: ≤ 767px ── */
@media (max-width: 767px) {

    .theme-footer {
        padding-top: 40px !important;
    }

    .theme-footer .footer-about .footer-logo img {
        max-width: 180px !important;
        width: 180px !important;
    }

    /* About text smaller */
    .theme-footer .footer-about .footer-text p,
    .theme-footer .footer-about .footer-text p * {
        font-size: 13px !important;
        line-height: 22px !important;
    }

    /* Tighten section headings */
    .theme-footer .footer-details .footer-contact h4 {
        font-size: 15px !important;
        margin-bottom: 12px !important;
    }

    .theme-footer .footer-details .footer-links h4 {
        font-size: 15px !important;
        margin-bottom: 12px !important;
    }

    /* Address content smaller */
    .theme-footer .footer-details .footer-contact address h6 {
        font-size: 14px !important;
    }

    .theme-footer .footer-details .footer-contact address p,
    .theme-footer .footer-details .footer-contact address ul li {
        font-size: 13px !important;
        line-height: 24px !important;
    }

    /* Links smaller */
    .theme-footer .footer-details .footer-links ul li a {
        font-size: 13px !important;
        line-height: 26px !important;
    }

    /* Social icons smaller on mobile */
    .theme-footer .footer-details .footer-social-block .social-wrap .social-links {
        width: 40px !important;
        height: 40px !important;
    }

    /* Copyright text */
    .theme-footer .footer-bottom .copy-content p {
        font-size: 12px !important;
        text-align: center !important;
    }

    .theme-footer .footer-bottom {
        margin-top: 20px !important;
        padding: 20px 0 !important;
    }

    /* Tighten columns padding */
    .theme-footer .footer-details .footer-links {
        padding: 20px 0 !important;
        margin: 20px 0 !important;
    }

    .theme-footer .footer-details .footer-contact {
        padding-bottom: 20px !important;
    }
}

/* ── Extra Small Mobile: ≤ 480px ── */
@media (max-width: 480px) {

    .theme-footer {
        padding-top: 32px !important;
    }

    .theme-footer .footer-about .footer-logo img {
        max-width: 160px !important;
        width: 160px !important;
    }

    .theme-footer .footer-details .footer-social-block .social-wrap {
        gap: 10px !important;
    }

    .theme-footer .footer-details .footer-social-block .social-wrap .social-links {
        width: 38px !important;
        height: 38px !important;
    }
}

/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
   VIEW ALL TREATMENTS PILL BUTTON – match reference image
   ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
.treatment-section {
    padding-bottom: 70px !important;
}

.btn-view-all-treatments {
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    padding: 14px 44px !important;
    background-color: #ffffff !important;
    color: #1e293b !important;
    border: 1px solid #d1d5db !important;
    border-radius: 50px !important;
    font-size: 13px !important;
    font-weight: 600 !important;
    letter-spacing: 1.5px !important;
    text-transform: uppercase !important;
    text-decoration: none !important;
    transition: all 0.3s ease !important;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.04) !important;
}

.btn-view-all-treatments:hover {
    background-color: #f8fafc !important;
    color: #0f172a !important;
    border-color: #94a3b8 !important;
    transform: translateY(-2px) !important;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08) !important;
}

.btn-view-all-treatments i {
    font-size: 11px !important;
    margin-left: 10px !important;
    color: #0f172a !important;
}




/* ── Brand Showcase Section ── */
.brand-showcase-section {
    padding: 85px 0 !important;
    background: #fff;
    border-top: 1px solid #ececec;
    border-bottom: 1px solid #ececec;
}

/* Outer flex wrapper: arrows + track */
.brand-slider-wrapper {
    display: flex;
    align-items: center;
    width: 100%;
    max-width: 1400px;
    margin: 0 auto;
    padding: 0 16px;
    box-sizing: border-box;
}

/* Clipping viewport */
.brand-track-container {
    flex: 1;
    overflow: hidden;
    min-width: 0;
}

/* Sliding track — JS sets translateX + width */
.brand-alignment-container {
    display: flex;
    align-items: stretch;
    flex-wrap: nowrap;
    will-change: transform;
    /* JS sets transition dynamically */
}

/* Each slot — JS sets exact pixel width */
.brand-item {
    flex: 0 0 auto;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0 24px;
    box-sizing: border-box;
}

/* Fixed-height logo box — ensures uniform visual weight */
.brand-logo-box {
    width: 100%;
    height: 64px;
    display: flex;
    align-items: center;
    justify-content: center;
}

/* Logo image — consistent sizing regardless of original dimensions */
.brand-logo-box img {
    max-width: 100%;
    max-height: 52px;
    width: auto;
    height: auto;
    object-fit: contain;
    display: block;
    filter: none;
    opacity: 1;
    /* GPU layer */
    transform: translateZ(0);
    backface-visibility: hidden;
}

/* Arrow buttons */
.brand-arrow {
    background: none;
    border: none;
    font-size: 38px;
    line-height: 1;
    color: #bbb;
    cursor: pointer;
    padding: 0 12px;
    flex-shrink: 0;
    transition: color 0.2s ease;
    user-select: none;
    -webkit-user-select: none;
}

.brand-arrow:hover {
    color: #444;
}

/* ── Tablet (768px – 1199px): 3 logos ── */
@media (max-width: 1199px) {
    .brand-showcase-section {
        padding: 65px 0 !important;
        margin-top: 90px !important;
        margin-bottom: 90px !important;
    }

    .brand-logo-box {
        height: 56px;
    }

    .brand-logo-box img {
        max-height: 44px;
    }
}

/* ── Mobile (< 768px): 1 logo ── */
@media (max-width: 767px) {
    .brand-showcase-section {
        padding: 50px 0 !important;
        margin-top: 70px !important;
        margin-bottom: 70px !important;
    }

    .brand-slider-wrapper {
        padding: 0 8px;
    }

    .brand-item {
        padding: 0 16px;
    }

    .brand-logo-box {
        height: 52px;
    }

    .brand-logo-box img {
        max-height: 40px;
    }

    .brand-arrow {
        font-size: 32px;
        padding: 0 6px;
    }
}

/* ── Insurance Section Label ── */
.brand-section-label {
    text-align: center;
    font-size: 14px;
    font-weight: 700;
    letter-spacing: 0.12em;
    text-transform: uppercase;
    color: #999;
    margin: 0 0 16px 0;
    padding-top: 10px;
}

/* ── Membership Strip ── */
.membership-strip {
    display: flex;
    align-items: center;
    gap: 24px;
    padding-top: 0;
    flex-wrap: wrap;
}

.membership-label {
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 0.12em;
    text-transform: uppercase;
    color: #999;
    white-space: nowrap;
    flex-shrink: 0;
}

.membership-divider {
    width: 1px;
    height: 40px;
    background: #e0e0e0;
    flex-shrink: 0;
}

.membership-logos {
    display: flex;
    align-items: center;
    gap: 32px;
    flex-wrap: wrap;
}

.membership-logo-item {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 90px;
}

.membership-logo-item img {
    max-height: 80px;
    max-width: 220px;
    width: auto;
    height: auto;
    object-fit: contain;
    display: block;
    opacity: 0.85;
    transition: opacity 0.25s ease;
}

.membership-logo-item img:hover {
    opacity: 1;
}

@media (max-width: 576px) {
    .membership-strip {
        gap: 16px;
    }

    .membership-divider {
        display: none;
    }

    .membership-logos {
        gap: 20px;
    }

    .membership-logo-item {
        height: 70px;
    }

    .membership-logo-item img {
        max-height: 60px;
        max-width: 180px;
    }
}

/* ── Premium CTA Button Styles (Black Text & Glow-Free) ── */

/* 1. Header Desktop & Mobile Top Bar CTA Button */
header .navbar .other-menu .cta-btn .mobile-call-icon {
    display: none !important;
}

header .navbar .other-menu .cta-btn .desktop-icon {
    display: inline-flex !important;
}

header .navbar .other-menu .cta-btn .cta-text {
    display: inline !important;
}

header .navbar .cta-btn {
    background-color: transparent !important;
    color: #000000 !important;
    border: 1px solid #000000 !important;
    font-weight: 600 !important;
    letter-spacing: 0.03em !important;
    box-shadow: none !important;
    text-decoration: none !important;
    transition: all 0.3s cubic-bezier(0.25, 0.8, 0.25, 1) !important;
    border-radius: 50px !important;
    padding: 12px 30px !important;
    display: inline-flex !important;
    align-items: center !important;
    gap: 12px !important;
}

header .navbar .cta-btn i img,
header .navbar .cta-btn i svg,
header .navbar .cta-btn i svg path {
    fill: #000000 !important;
    color: #000000 !important;
    transition: all 0.3s cubic-bezier(0.25, 0.8, 0.25, 1) !important;
}

header .navbar .cta-btn:hover {
    animation: none !important;
    background-color: #F8C8DC !important;
    color: #000000 !important;
    border-color: #000000 !important;
    text-decoration: none !important;
    transform: translateY(-2px) !important;
    box-shadow: none !important;
}

header .navbar .cta-btn:hover i img,
header .navbar .cta-btn:hover i svg,
header .navbar .cta-btn:hover i svg path {
    fill: #000000 !important;
    color: #000000 !important;
}

/* Mobile View (Header Top Bar): Transform Schedule a Consult into an Inverted White Call Icon Button */
@media (max-width: 767.98px) {
    header .navbar .other-menu .cta-btn {
        width: 40px !important;
        height: 40px !important;
        min-width: 40px !important;
        padding: 0 !important;
        border-radius: 50% !important;
        border: 1px solid #ffffff !important;
        background-color: transparent !important;
        display: inline-flex !important;
        align-items: center !important;
        justify-content: center !important;
        margin-right: 4px !important;
    }

    header .navbar .other-menu .cta-btn .cta-text,
    header .navbar .other-menu .cta-btn .desktop-icon {
        display: none !important;
    }

    header .navbar .other-menu .cta-btn .mobile-call-icon {
        display: flex !important;
        align-items: center !important;
        justify-content: center !important;
        margin: 0 !important;
        transform: scaleX(-1) !important;
    }

    header .navbar .other-menu .cta-btn .mobile-call-icon img,
    header .navbar .other-menu .cta-btn .mobile-call-icon svg {
        width: 16px !important;
        height: 16px !important;
    }

    header .navbar .other-menu .cta-btn .mobile-call-icon svg path {
        fill: #ffffff !important;
    }

    header .navbar .other-menu .cta-btn:hover {
        background-color: #F8C8DC !important;
        border-color: #F8C8DC !important;
    }

    header .navbar .other-menu .cta-btn:hover .mobile-call-icon svg path {
        fill: #000000 !important;
    }

    /* Fixed Header / Inner Header Adjustment for Light Backgrounds */
    header.fixed .navbar .other-menu .cta-btn,
    header.inner-header .navbar .other-menu .cta-btn {
        border-color: #000000 !important;
    }

    header.fixed .navbar .other-menu .cta-btn .mobile-call-icon svg path,
    header.inner-header .navbar .other-menu .cta-btn .mobile-call-icon svg path {
        fill: #000000 !important;
    }
}

/* 2. Responsive Mobile Offcanvas CTA Button */
.responsive-menu.offcanvas .cta-btn {
    background-color: #ffffff !important;
    color: #000000 !important;
    border: 1px solid #000000 !important;
    font-weight: 600 !important;
    letter-spacing: 0.03em !important;
    border-radius: 50px !important;
    padding: 12px 28px !important;
    margin: 15px 30px !important;
    width: calc(100% - 60px) !important;
    box-shadow: none !important;
    transition: all 0.3s cubic-bezier(0.25, 0.8, 0.25, 1) !important;
    justify-content: center !important;
    display: inline-flex !important;
}

.responsive-menu.offcanvas .cta-btn i img,
.responsive-menu.offcanvas .cta-btn i svg,
.responsive-menu.offcanvas .cta-btn i svg path {
    fill: #000000 !important;
    color: #000000 !important;
    transition: all 0.3s cubic-bezier(0.25, 0.8, 0.25, 1) !important;
}

.responsive-menu.offcanvas .cta-btn:hover {
    animation: none !important;
    background-color: #F8C8DC !important;
    color: #000000 !important;
    border-color: #000000 !important;
    transform: translateY(-2px) !important;
    box-shadow: none !important;
}

.responsive-menu.offcanvas .cta-btn:hover i img,
.responsive-menu.offcanvas .cta-btn:hover i svg,
.responsive-menu.offcanvas .cta-btn:hover i svg path {
    fill: #000000 !important;
    color: #000000 !important;
}

/* 3. General Site-Wide CTA Button Hover Polish */
.cta-btn:hover {
    animation: none !important;
    /* Disable shake across the entire website for premium look */
}

/* 4. Footer CTA Section Button Mobile Alignment & Radius Curve */
@media (max-width: 575px) {
    .cta-section .cta-wrap .cta-content .meta-block .cta-btn {
        font-size: 14px !important;
        padding: 10px 24px !important;
        white-space: nowrap !important;
        display: inline-flex !important;
        align-items: center !important;
        justify-content: center !important;
        width: fit-content !important;
        margin: 20px auto 0 auto !important;
        /* Centered standard alignment */
        border-radius: 50px !important;
        /* Enforce clean pill radius curve */
    }
}

/* ══════════════════════════════════════════════════════════════
   MEET THE TEAM PAGE — Tailwind Utility Overrides
   These styles ensure the meet-the-team page renders correctly
   alongside the existing theme CSS (Bootstrap + theme-style).
   ══════════════════════════════════════════════════════════════ */

/* ── Layout Utilities ── */
.w-full {
    width: 100%;
}

.h-full {
    height: 100%;
}

.w-24 {
    width: 6rem;
}

.h-1 {
    height: 0.25rem;
}

.w-48 {
    width: 12rem;
}

.h-48 {
    height: 12rem;
}

.overflow-hidden {
    overflow: hidden;
}

.relative {
    position: relative;
}

.z-10 {
    z-index: 10;
}

.z-20 {
    z-index: 20;
}

.block {
    display: block;
}

.hidden {
    display: none;
}

.inline-flex {
    display: inline-flex;
}

/* ── Flexbox ── */
.flex {
    display: flex;
}

.flex-col {
    flex-direction: column;
}

.items-center {
    align-items: center;
}

.justify-center {
    justify-content: center;
}

.gap-2 {
    gap: 0.5rem;
}

.gap-3 {
    gap: 0.75rem;
}

.gap-4 {
    gap: 1rem;
}

.gap-8 {
    gap: 2rem;
}

.gap-12 {
    gap: 3rem;
}

/* ── CSS Grid ── */
.grid {
    display: grid;
}

.grid-cols-1 {
    grid-template-columns: repeat(1, minmax(0, 1fr));
}

.col-span-12 {
    grid-column: span 12 / span 12;
}

/* ── Spacing ── */
.mx-auto {
    margin-left: auto;
    margin-right: auto;
}

.mt-1 {
    margin-top: 0.25rem;
}

.mt-4 {
    margin-top: 1rem;
}

.mt-6 {
    margin-top: 1.5rem;
}

.mt-16 {
    margin-top: 4rem;
}

.mb-1 {
    margin-bottom: 0.25rem;
}

.mb-3 {
    margin-bottom: 0.75rem;
}

.mb-4 {
    margin-bottom: 1rem;
}

.mb-6 {
    margin-bottom: 1.5rem;
}

.mb-8 {
    margin-bottom: 2rem;
}

.pt-4 {
    padding-top: 1rem;
}

.pt-6 {
    padding-top: 1.5rem;
}

.pt-36 {
    padding-top: 9rem;
}

.pb-16 {
    padding-bottom: 4rem;
}

.px-3 {
    padding-left: 0.75rem;
    padding-right: 0.75rem;
}

.px-6 {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
}

.pl-6 {
    padding-left: 1.5rem;
}

.py-1 {
    padding-top: 0.25rem;
    padding-bottom: 0.25rem;
}

.py-16 {
    padding-top: 4rem;
    padding-bottom: 4rem;
}

.p-6 {
    padding: 1.5rem;
}

/* ── Max Width ── */
.max-w-lg {
    max-width: 32rem;
}

.max-w-xl {
    max-width: 36rem;
}

.max-w-\[1280px\] {
    max-width: 1280px;
}

.max-w-\[280px\] {
    max-width: 280px;
}

/* ── Typography ── */
.text-center {
    text-align: center;
}

.text-xs {
    font-size: 0.75rem;
    line-height: 1rem;
}

.text-sm {
    font-size: 0.875rem;
    line-height: 1.25rem;
}

.text-base {
    font-size: 1rem;
    line-height: 1.5rem;
}

.text-lg {
    font-size: 1.125rem;
    line-height: 1.75rem;
}

.text-xl {
    font-size: 1.25rem;
    line-height: 1.75rem;
}

.text-2xl {
    font-size: 1.5rem;
    line-height: 2rem;
}

.text-3xl {
    font-size: 1.875rem;
    line-height: 2.25rem;
}

.text-4xl {
    font-size: 2.25rem;
    line-height: 2.5rem;
}

.text-\[10px\] {
    font-size: 10px;
}

.font-bold {
    font-weight: 700;
}

.font-extrabold {
    font-weight: 800;
}

.uppercase {
    text-transform: uppercase;
}

.leading-none {
    line-height: 1;
}

.leading-\[1\.05\] {
    line-height: 1.05;
}

.leading-relaxed {
    line-height: 1.625;
}

.tracking-wider {
    letter-spacing: 0.05em;
}

.tracking-widest {
    letter-spacing: 0.1em;
}

.tracking-tight {
    letter-spacing: -0.025em;
}

.tracking-\[0\.2em\] {
    letter-spacing: 0.2em;
}

/* ── Custom Font Families (Manrope) ── */
.font-label-sm {
    font-family: 'Manrope', sans-serif;
}

.font-display-lg {
    font-family: 'Manrope', sans-serif;
}

.font-headline-md {
    font-family: 'Manrope', sans-serif;
}

.font-body-lg {
    font-family: 'Manrope', sans-serif;
}

.font-body-md {
    font-family: 'Manrope', sans-serif;
}

/* ── Custom Font Sizes ── */
.text-label-sm {
    font-size: 14px;
    line-height: 18px;
    font-weight: 600;
    letter-spacing: 0.1em;
}

.text-body-lg {
    font-size: 20px;
    line-height: 32px;
    font-weight: 400;
}

.text-body-md {
    font-size: 16px;
    line-height: 28px;
    font-weight: 400;
}

.text-headline-md {
    font-size: 32px;
    line-height: 40px;
    font-weight: 700;
}

/* ── Colors ── */
.text-primary {
    color: #b06080 !important;
}

.text-secondary {
    color: #9c8449;
}

.text-on-background {
    color: #1a1a1a;
}

.text-on-background\/80 {
    color: rgba(26, 26, 26, 0.8);
}

.text-on-background\/60 {
    color: rgba(26, 26, 26, 0.6);
}

.bg-background {
    background-color: #fdf8f4;
}

.bg-surface {
    background-color: #ffffff;
}

.bg-surface-variant {
    background-color: #f4ede6;
}

.bg-white {
    background-color: #ffffff;
}

.bg-secondary {
    background-color: #9c8449;
}

/* ── Borders ── */
.border-t {
    border-top: 1px solid;
}

.border-l-4 {
    border-left: 4px solid;
}

.border-t-8 {
    border-top-width: 8px;
    border-top-style: solid;
}

.border-primary {
    border-color: #b06080 !important;
}

.border-secondary {
    border-color: #9c8449;
}

.border-surface-variant {
    border-color: #f4ede6;
}

.border-outline\/30 {
    border-color: rgba(209, 199, 188, 0.3);
}

.border-outline\/20 {
    border-color: rgba(209, 199, 188, 0.2);
}

.border-\[8px\] {
    border-width: 8px;
    border-style: solid;
}

.rounded {
    border-radius: 0.25rem;
}

.rounded-2xl {
    border-radius: 24px;
}

.rounded-full {
    border-radius: 9999px;
}

/* ── Shadows ── */
.shadow-lg {
    box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -4px rgba(0, 0, 0, 0.1);
}

.shadow-xl {
    box-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 8px 10px -6px rgba(0, 0, 0, 0.1);
}

.shadow-2xl {
    box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25);
}

/* ── Images ── */
.object-cover {
    object-fit: cover;
}

.aspect-\[4\/3\] {
    aspect-ratio: 4 / 3;
}

.grayscale {
    filter: grayscale(100%);
}

.transition-all {
    transition: all 0.3s ease;
}

.transition-colors {
    transition: color 0.3s ease, background-color 0.3s ease, border-color 0.3s ease;
}

.duration-500 {
    transition-duration: 500ms;
}

.duration-700 {
    transition-duration: 700ms;
}

/* ── Custom Classes from inline <style> ── */
.editorial-image-mask {
    clip-path: polygon(0 0, 100% 0, 100% 90%, 0 100%);
}

.text-overlap {
    text-shadow: 0 4px 12px rgba(253, 248, 244, 0.8);
}

.material-symbols-outlined {
    font-variation-settings: 'FILL' 0, 'wght' 300, 'GRAD' 0, 'opsz' 24;
    display: inline-block;
    vertical-align: middle;
}

/* ── Arbitrary value utilities ── */
.h-\[300px\] {
    height: 300px;
}

.h-\[500px\] {
    height: 500px;
}

.text-\[40px\] {
    font-size: 40px;
}

.text-\[22px\] {
    font-size: 22px;
}

.text-\[24px\] {
    font-size: 24px;
}

/* ══════════════════════════════════════════════════════════════
   RESPONSIVE — md (768px+)
   ══════════════════════════════════════════════════════════════ */
@media (min-width: 768px) {
    .md\:inline {
        display: inline;
    }

    .md\:pt-48 {
        padding-top: 12rem;
    }

    .md\:pb-24 {
        padding-bottom: 6rem;
    }

    .md\:px-12 {
        padding-left: 3rem;
        padding-right: 3rem;
    }

    .md\:pl-8 {
        padding-left: 2rem;
    }

    .md\:p-12 {
        padding: 3rem;
    }

    .md\:py-32 {
        padding-top: 8rem;
        padding-bottom: 8rem;
    }

    .md\:mb-6 {
        margin-bottom: 1.5rem;
    }

    .md\:mb-10 {
        margin-bottom: 2.5rem;
    }

    .md\:mb-12 {
        margin-bottom: 3rem;
    }

    .md\:mb-24 {
        margin-bottom: 6rem;
    }

    .md\:gap-12 {
        gap: 3rem;
    }

    .md\:pt-8 {
        padding-top: 2rem;
    }

    .md\:text-5xl {
        font-size: 3rem;
        line-height: 1;
    }

    .md\:text-3xl {
        font-size: 1.875rem;
        line-height: 2.25rem;
    }

    .md\:text-lg {
        font-size: 1.125rem;
        line-height: 1.75rem;
    }

    .md\:text-base {
        font-size: 1rem;
        line-height: 1.5rem;
    }

    .md\:text-\[40px\] {
        font-size: 40px;
    }

    .md\:text-\[22px\] {
        font-size: 22px;
    }

    .md\:text-\[24px\] {
        font-size: 24px;
    }

    .md\:text-label-sm {
        font-size: 14px;
        line-height: 18px;
        font-weight: 600;
        letter-spacing: 0.1em;
    }

    .md\:w-64 {
        width: 16rem;
    }

    .md\:h-64 {
        height: 16rem;
    }

    .md\:h-\[500px\] {
        height: 500px;
    }

    .md\:border-\[12px\] {
        border-width: 12px;
    }

    .md\:grid-cols-3 {
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }
}

/* ══════════════════════════════════════════════════════════════
   RESPONSIVE — lg (1024px+)
   ══════════════════════════════════════════════════════════════ */
@media (min-width: 1024px) {
    .lg\:grid-cols-12 {
        grid-template-columns: repeat(12, minmax(0, 1fr));
    }

    .lg\:col-span-6 {
        grid-column: span 6 / span 6;
    }

    .lg\:col-span-7 {
        grid-column: span 7 / span 7;
    }

    .lg\:col-span-5 {
        grid-column: span 5 / span 5;
    }

    .lg\:gap-0 {
        gap: 0;
    }

    .lg\:gap-12 {
        gap: 3rem;
    }

    .lg\:gap-16 {
        gap: 4rem;
    }

    .lg\:mt-0 {
        margin-top: 0;
    }

    .lg\:text-7xl {
        font-size: 4.5rem;
        line-height: 1;
    }

    .lg\:leading-\[0\.9\] {
        line-height: 0.9;
    }

    .lg\:aspect-auto {
        aspect-ratio: auto;
    }

    .lg\:-ml-20 {
        margin-left: -5rem;
    }
}

/* ── Hover States ── */
.hover\:grayscale-0:hover {
    filter: grayscale(0%);
}

.hover\:gap-5:hover {
    gap: 1.25rem;
}

.group:hover .group-hover\:border-secondary\/20 {
    border-color: rgba(156, 132, 73, 0.2);
}

/* ── CTA Section Mobile Text Spacing Fix ── */
@media (max-width: 767px) {
    .cta-section .cta-wrap .cta-content .meta-connect h3 {
        font-size: 16px !important;
        line-height: 1.1 !important;
        letter-spacing: 0.02em;
        padding: 0 10px;
    }

    .cta-section .meta-connect h3 {
        font-size: 16px !important;
        line-height: 1.1 !important;
        letter-spacing: 0.02em;
    }

    .cta-section .cta-wrap .cta-content .meta-block .section-title h2,
    .cta-section .cta-wrap .cta-content .meta-block .section-primary-title {
        line-height: 1.3 !important;
    }

    .cta-section .cta-wrap .cta-content .meta-block p {
        line-height: 1.6 !important;
        margin-bottom: 15px;
    }
}

/* ── Book Consultation Meta Connect Line Height ── */
.cta-section .cta-wrap .cta-content .meta-connect h3,
.cta-section.cta-sc-home .cta-wrap .cta-content .meta-connect h3,
.cta-section.cta-sc-inner .cta-wrap .cta-content .meta-connect h3,
.meta-connect h3 {
    line-height: 1.1 !important;
}

/* ── Thin Custom Black Scrollbar ── */
html,
body {
    scrollbar-color: #000000 #e0e0e0;
    scrollbar-width: thin;
}

::-webkit-scrollbar,
body::-webkit-scrollbar {
    width: 3px !important;
    height: 3px !important;
}

::-webkit-scrollbar-track,
body::-webkit-scrollbar-track {
    background: #e0e0e0 !important;
    box-shadow: none !important;
}

::-webkit-scrollbar-thumb,
body::-webkit-scrollbar-thumb {
    background-color: #000000 !important;
    outline: none !important;
}

::-webkit-scrollbar-thumb:hover,
body::-webkit-scrollbar-thumb:hover {
    background-color: #222222 !important;
}

/* ── About Page Hero Section Full Width (Edge-to-Edge) ── */
.about-hero-section {
    width: 100% !important;
    max-width: 100% !important;
    padding: 0 !important;
    margin-left: 0 !important;
    margin-right: 0 !important;
}

.about-hero-section .inner-container {
    width: 100% !important;
    max-width: 100% !important;
    border-radius: 0 !important;
    margin: 0 !important;
    padding: 0 !important;
}

/* ── About Page Wide Content Container ── */
.about-page-content-section .container,
.about-page-content-section-three .container,
.about-page-philosophy-section .container,
.about-page-research-section .container,
.areas-of-sp-intrest .container,
.about-page-content-section .custom-container,
.about-page-content-section-three .custom-container,
.about-page-philosophy-section .custom-container,
.about-page-research-section .custom-container,
.areas-of-sp-intrest .custom-container {
    max-width: 1600px !important;
    width: 95% !important;
}

/* ── About Page Section 3: Profile & Dual-Qualification (Aligned to Floating Icons Center) ── */
@media (min-width: 992px) {
    .about-page-content-section-two {
        padding-left: 0 !important;
        padding-right: 0 !important;
    }

    .about-page-content-section-two .profile-dual-qual-container,
    .about-page-content-section-two .container.custom-container {
        max-width: calc(100% - 47px) !important;
        width: calc(100% - 47px) !important;
        margin-left: 47px !important;
        margin-right: 0 !important;
        padding-left: 0 !important;
    }
}

/* ── About Page Body Content Text Color to Black ── */
.about-page-content-section,
.about-page-content-section-two,
.about-page-content-section-three,
.about-page-philosophy-section,
.about-page-research-section,
.areas-of-sp-intrest,
.about-page-content-section p,
.about-page-content-section-two p,
.about-page-content-section-three p,
.about-page-philosophy-section p,
.about-page-philosophy-section li,
.about-page-research-section p,
.about-page-research-section li,
.ab-pg-dt .section-title-block p,
.content-block .text p,
.philosophy-of-care-content p,
.research-content p,
.dt-content p,
.dt-content li {
    color: #000000 !important;
}

.about-page-content-section h2,
.about-page-content-section-two h2,
.about-page-content-section-three h2,
.about-page-philosophy-section h2,
.about-page-research-section h2,
.about-page-content-section .title,
.about-page-content-section-two .title,
.about-page-research-section .title {
    color: #000000 !important;
}

/* ── Section 7: Areas of Special Interest Styling (White text, no underline) ── */
.areas-of-sp-intrest,
.areas-of-sp-intrest h2,
.areas-of-sp-intrest h2.title,
.areas-of-sp-intrest .title,
.areas-of-sp-intrest p,
.areas-of-sp-intrest ul,
.areas-of-sp-intrest li,
.areas-of-sp-intrest li a,
.areas-of-sp-intrest a,
.areas-of-sp-intrest .content-block,
.areas-of-sp-intrest .content-block * {
    color: #ffffff !important;
    text-decoration: none !important;
}

.areas-of-sp-intrest li a:hover,
.areas-of-sp-intrest a:hover {
    color: #F8C8DC !important;
    text-decoration: none !important;
}

/* ── Single Procedure, About & Contact Page Content Aligned to Floating Icons Center (47px) ── */
@media (min-width: 992px) {

    .pageTitle .custom-container,
    .procedures-single-page-content .custom-container,
    .theme-footer .custom-container,
    .page-template-about .custom-container,
    .page-template-about .container,
    .about-page-philosophy-section .custom-container,
    .about-page-content-section-two .custom-container,
    .about-page-research-section .custom-container,
    .about-page-content-section .custom-container,
    .about-page-content-section-three .custom-container,
    .about-page-philosophy-section .image-gallery,
    .page-template-contact .custom-container,
    .contact-page-content .custom-container {
        max-width: calc(100% - 94px) !important;
        width: calc(100% - 94px) !important;
        margin-left: 47px !important;
        margin-right: 47px !important;
        padding-left: 0 !important;
        padding-right: 0 !important;
    }
}

/* ── Diagnosis & Prevention Page Text Styling ── */
.page-template-diagnosis-and-prevention .page-title-section h1,
.page-template-diagnosis-and-prevention .page-title-section .title-block h1,
.page-template-diagnosis-and-prevention .diagnosis-page-content p,
.page-template-diagnosis-and-prevention .diagnosis-page-content li,
.page-template-diagnosis-and-prevention .diagnosis-page-content span,
.page-template-diagnosis-and-prevention .content-block p,
.page-template-diagnosis-and-prevention .image-content-block p,
.diagnosis-page-content .content-block p,
.diagnosis-page-content .image-content-block p {
    color: #000000 !important;
}

/* All Section Titles (h2, h3) in Diagnosis & Prevention set to rgb(176, 96, 128) */
.page-template-diagnosis-and-prevention .diagnosis-page-content h2,
.page-template-diagnosis-and-prevention .diagnosis-page-content h3,
.page-template-diagnosis-and-prevention .diagnosis-page-content h4,
.page-template-diagnosis-and-prevention .content-block h2,
.page-template-diagnosis-and-prevention .image-content-block h3,
.diagnosis-page-content .content-block h2,
.diagnosis-page-content .image-content-block h3,
.diagnosis-page-content h2,
.diagnosis-page-content h3 {
    color: rgb(176, 96, 128) !important;
}

/* ── FAQ Page Black Text Override ── */
.page-template-faq .page-title-section h1,
.page-template-faq .page-title-section .title-block h1,
.page-template-faq .faq-page-content h1,
.page-template-faq .faq-page-content h2,
.page-template-faq .faq-page-content h3,
.page-template-faq .faq-page-content h4,
.page-template-faq .faq-page-content p,
.page-template-faq .faq-page-content li,
.page-template-faq .faq-page-content span,
.page-template-faq .faq-page-content a,
.faq-page-content .accordion .accordion-item .accordion-header .accordion-button,
.faq-page-content .accordion .accordion-item .accordion-body,
.faq-page-content .accordion .accordion-item .accordion-body p,
.faq-page-content .accordion .accordion-item .accordion-body li,
.faq-page-content .accordion .accordion-item .accordion-body span {
    color: #000000 !important;
}

/* ── Procedure Page FAQ Text Styling ── */
.treatment-page-content .faq-block .accordion .accordion-item .accordion-body,
.treatment-page-content .faq-block .accordion .accordion-item .accordion-body p,
.treatment-page-content .faq-block .accordion .accordion-item .accordion-body li,
.treatment-page-content .faq-block .accordion .accordion-item .accordion-body span {
    color: #222222 !important;
    display: block !important;
    opacity: 1 !important;
    visibility: visible !important;
}

/* ── Gallery Page Black Title Override ── */
.page-template-gallery .page-title-section h1,
.page-template-gallery .page-title-section .title-block h1,
body.page-template-gallery .page-title-section h1 {
    color: #000000 !important;
}

/* ── Contact Page Black Text Override (Except Location Badge & Location Title) ── */
.page-template-contact .pageTitle *,
.page-template-contact .page-title-section *,
.page-template-contact .contact-page-content,
.page-template-contact .contact-page-content h1,
.page-template-contact .contact-page-content h2,
.page-template-contact .contact-page-content h4,
.page-template-contact .contact-page-content h5,
.page-template-contact .contact-page-content p,
.page-template-contact .contact-page-content a,
.page-template-contact .contact-page-content li,
.page-template-contact .contact-page-content address,
.page-template-contact .contact-page-content address p,
.page-template-contact .contact-page-content address a,
.page-template-contact .contact-form label,
.page-template-contact .contact-form label *,
.page-template-contact .contact-form .form-control,
.page-template-contact .contact-form .button-link {
    color: #000000 !important;
}

.page-template-contact .contact-page-content a,
.page-template-contact .contact-page-content address a {
    text-decoration: none !important;
    transition: color 0.3s ease !important;
}

.page-template-contact a[href^="tel:"]:hover,
.page-template-contact a[href^="mailto:"]:hover,
.page-template-contact address a[href^="tel:"]:hover,
.page-template-contact address a[href^="mailto:"]:hover {
    color: #b06080 !important;
    text-decoration: none !important;
}

.page-template-contact .contact-page-content address h3,
.page-template-contact .location-name-text,
.location-name-text {
    color: #000000 !important;
}

.page-template-contact .location-badge-text,
.location-badge-text {
    color: #F8C8DC !important;
}

/* Button & Dividing Line Border Color Set to Black */
.page-template-contact .contact-form .button-link,
.page-template-contact .button-link {
    border-color: #000000 !important;
    border: 1px solid #000000 !important;
}