/* ===================================
    Crafto - Medical
====================================== */
/* font */
@import url('https://fonts.googleapis.com/css2?family=Manrope:wght@200;300;400;500;600;700;800&display=swap');
/* variable */
:root {     
    --base-color: #18bcc7;  
    --site-max-width: 1480px;
    --alt-font: 'Manrope', sans-serif; 
    --primary-font: 'Manrope', sans-serif;
    --dark-gray: #303334;
    --red: #f45959;
    --medium-light-gray:#b4b4b4;
    --medium-gray:#848587;
}

/* Unified site layout — containers match header content width at all sizes */
.container,
.container-lg,
.container-md,
.container-sm,
.container-xl,
.container-xxl {
    width: calc(100% - 64px);
    max-width: var(--site-max-width);
}
@media (max-width: 575px) {
    .container,
    .container-lg,
    .container-md,
    .container-sm,
    .container-xl,
    .container-xxl {
        width: calc(100% - 30px);
    }
}
/* header */
.navbar .navbar-nav .nav-link {
    font-weight: 700;
    font-size: 18px;
    padding: 10px 22px;
}
header .container-fluid {
    padding-left: 15px;
    padding-right: 15px;
}
.sticky-wrap.shadow-in {
    left: 31px;
}
/* bg color */
.bg-light-turquoise-blue {
    background-color: #edf9fa;
}
.bg-light-sea-green-transparent {
    background-color: rgba(22, 193, 204,0.8);
}
.bg-light-sea-green-transparent-light {
    background-color: rgba(22, 193, 204,0.15);
}
/* border color */
.border-color-transparent-dark-gray {
    border-color: rgba(39, 47, 48, 0.1) !important;
}
.border-color-red {
    border-color: var(--red) !important;
}
.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
    margin-bottom: 25px;
}
/* btn */
.btn {
    text-transform: inherit;
    font-weight: 600;
    letter-spacing: 0px;
}
.btn.btn-extra-large {
    font-size: 18px;
}
.btn.btn-large {
    font-size:17px;
}
.btn.btn-medium {
    font-size: 16px;
}
.btn.btn-small {
    font-size: 15px;
}
.btn.btn-very-small {
    font-size: 14px;
}
.btn.btn-dark-gray:hover,
.btn.btn-dark-gray:active,
.btn.btn-transparent-light-gray:hover,
.btn.btn-transparent-light-gray:active,
.btn.btn-box-shadow.btn-base-color:hover,
.btn.btn-box-shadow.btn-base-color:active{
    background-color: var(--base-color);
    border-color: var(--base-color);
    color: var(--white);
}
.btn.btn-base-color:hover {
    background-color: var(--dark-gray);
    border-color: var(--dark-gray);
    color: var(--white);
}
/* page title */
.page-title-extra-large h2 {
    font-size: 17px;
    line-height: 20px;
    letter-spacing: 0px;
}
/* social media icon */
.social-icon-style-02 .small-icon li {
    margin: 0;
}
/* outside box right */ 
.outside-box-right-2 {
    margin-right: -2vw;
}
/* tab style 01 */
.tab-style-01 .nav-tabs .nav-link.show,
.tab-style-01 .nav-tabs .nav-link.active,
.tab-style-01 .nav-tabs .nav-link:hover {
    background-color: var(--base-color);
    color: var(--white);
}
.tab-style-01 .nav-tabs .nav-link {
    padding: 7px 29px;
    color: var(--dark-gray);
}
.tab-style-01 .nav-tabs > li.nav-item {
    padding: 0 13px;
}
/* time table */ 
.time-table-box .hover-detail {
    padding: 25px 30px;
}
/* accordion style 05 */
.accordion-style-05 .accordion-item {
    padding: 25px 35px 27px 75px;
}
/* footer */
footer .nav-link {
    color: var(--white);
}
.elements-social .light li a:hover {
    color: var(--base-color) !important;
}
footer .footer-logo img {
    max-height: 40px;
}
footer .elements-social ul li:last-child {
    margin-right: 0;
}
/* media query responsive */
@media (min-width: 768px){
    .page-title-extra-large h1 {
        font-size: 3rem;
        line-height: 3.15rem;
    }
}
@media (max-width: 1600px){
    .box-layout {
        padding: 0;
    }
    .sticky-wrap.shadow-in {
        left: 10px;
    }
    header .container-fluid {
        padding-left: 15px;
        padding-right: 15px;
    }
}
@media (max-width: 1400px){
    footer .nav-link {
        padding-left: .75rem;
        padding-right: .75rem;
    }
}
@media (max-width: 1199px){
    .box-layout {
        padding: 0 0;
    }
    .navbar .navbar-nav .nav-link {
        padding-left: 18px;
        padding-right: 18px;
    }
    header .btn.btn-switch-text.btn-small > span {
        padding: 8px 10px;
    }

    .tab-style-01 .nav-tabs > li.nav-item {
        padding: 0 8px;
    }
    header .navbar [class*=col-] {
        padding: 0px 0px;
    }
    .time-table-box {
        padding-left: 5px;
        padding-right: 5px;
    }
}
@media (max-width: 991px){
    .tab-style-01 .nav-tabs .nav-link {
        padding: 5px 25px;
    }

    .time-schedule-scroll {
        overflow-x: auto;
        overflow-y: hidden;
    }

    .time-schedule-scroll .time-schedule-min-width {
        min-width: 1050px;
    }
    .tab-style-01 .nav-tabs > li.nav-item {
        padding: 0 4px;
    }
    header .navbar [class*=col-] {
        padding: 0px 0px;
    }
}
@media (max-width: 767px){
    .accordion-style-05 .accordion-item .number {
        top: 13px;
    }
}

/* ===================================
   Modern UI refresh (Uncommented)
====================================== */
:root {
    --base-color: #169c8f;
    --base-color-dark: #0f766e;
    --base-color-soft: #e8f7f4;
    --surface-color: rgba(255, 255, 255, 0.82);
    --surface-border: rgba(15, 23, 42, 0.08);
    --text-strong: #12202b;
    --text-soft: #5f6f7c;
    --shadow-soft: 0 18px 50px rgba(15, 23, 42, 0.10);
    --shadow-hover: 0 26px 60px rgba(15, 23, 42, 0.16);
    --radius-large: 28px;
    --radius-medium: 20px;
}

html {
    scroll-behavior: smooth;
}

body {
    font-size: 17px;
    line-height: 30px;
    color: var(--text-soft);
    background:
        radial-gradient(circle at top left, rgba(22, 156, 143, 0.10), transparent 32%),
        radial-gradient(circle at top right, rgba(22, 156, 143, 0.08), transparent 22%),
        linear-gradient(180deg, #f6fbfa 0%, #ffffff 30%, #f7fbff 100%);
}

h1, h2, h3, h4, h5, h6,
.text-dark-gray {
    color: var(--text-strong) !important;
}

p,
.text-light-opacity,
body .text-medium-gray {
    color: var(--text-soft) !important;
}

.box-layout {
    position: relative;
}

header {
    position: sticky;
    top: 0;
    z-index: 1000;
    margin-bottom: 0;
    background: #fff;
}

header .disable-fixed {
    position: relative !important;
    top: auto !important;
    left: auto !important;
    right: auto !important;
}

.navbar.header-light {
    margin-top: 0;
    background: #fff !important;
    border: 0;
    border-bottom: 1px solid rgba(15, 23, 42, 0.08);
    box-shadow: 0 8px 24px rgba(15, 23, 42, 0.08);
    border-radius: 0;
}

body,
.box-layout {
    margin-top: 0;
    padding-top: 0;
}

header .navbar > .container-fluid {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 18px;
    min-height: 72px;
    width: calc(100% - 64px);
    max-width: var(--site-max-width);
    margin-right: auto;
    margin-left: auto;
}

header .container-fluid {
    padding-top: 4px;
    padding-bottom: 4px;
}

header .navbar-brand img.default-logo,
header .navbar-brand img.alt-logo,
header .navbar-brand img.mobile-logo {
    width: auto;
    max-width: min(100%, 300px);
    max-height: 60px !important;
    object-fit: contain;
}

header .navbar-brand .mobile-logo {
    display: none;
}

.navbar .navbar-nav {
    gap: 12px;
    align-items: center;
}

.navbar .navbar-nav .nav-item {
    display: flex;
    align-items: center;
}

.navbar .navbar-nav .nav-link {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    height: 46px;
    font-size: 16px;
    font-weight: 700;
    letter-spacing: 0.01em;
    padding: 0 20px;
    border-radius: 8px;
    color: var(--text-strong);
    line-height: 1.15;
    transition: color 0.22s ease, background-color 0.22s ease, box-shadow 0.22s ease;
}

.navbar .navbar-nav .nav-item:hover .nav-link,
.navbar .navbar-nav .nav-item.active .nav-link,
.navbar .navbar-nav .nav-link.active {
    opacity: 1;
}

.navbar .navbar-nav .nav-link:hover,
.navbar .navbar-nav .nav-link:focus {
    color: #fff;
    background: var(--base-color-dark);
    box-shadow: none;
}

.navbar .navbar-nav:hover .nav-link:not(:hover):not(.active) {
    background: transparent;
    box-shadow: none;
}

.navbar .navbar-nav .nav-item.active .nav-link,
.navbar .navbar-nav .nav-link.active {
    color: #fff;
    background: var(--base-color-dark);
    box-shadow: 0 8px 18px rgba(17, 127, 118, 0.22);
}

.navbar .navbar-nav .nav-contact {
    margin-left: 12px;
}

.navbar .navbar-nav .nav-contact .nav-link,
.navbar .navbar-nav .nav-item.active.nav-contact .nav-link,
.navbar .navbar-nav .nav-contact .nav-link.active {
    min-width: 132px;
    color: #fff;
    background: #e07b39 !important;
    box-shadow: 0 8px 18px rgba(224, 123, 57, 0.28) !important;
}

.navbar .navbar-nav .nav-contact .nav-link:hover,
.navbar .navbar-nav .nav-contact .nav-link:focus {
    background: #c4621e;
}

.navbar .navbar-nav:hover .nav-contact .nav-link:not(:hover) {
    color: #fff;
    background: #e07b39;
    box-shadow: 0 8px 18px rgba(224, 123, 57, 0.28);
}

.menu-order {
    flex: 1 1 auto;
    display: flex;
    align-items: center;
}

.navbar .navbar-collapse {
    justify-content: center;
    align-items: center;
}

.pramoted {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    gap: 2px;
    min-height: 88px;
    padding: 4px 8px 4px 24px;
    border-radius: 0;
    background: transparent;
    border: 0;
    border-left: 1px solid rgba(15, 23, 42, 0.12);
    box-shadow: none;
}

.pramoted .promoted-text {
    display: inline-flex;
    align-items: center;
    margin: 0;
    font-size: 12px;
    line-height: 1;
    color: var(--text-strong);
}

img.Promoted-logo {
    display: block;
    flex-shrink: 0;
    max-height: 62px !important;
}

.navbar .col-auto,
.navbar .navbar-brand,
.navbar .navbar-nav,
.navbar .navbar-nav .nav-item,
.navbar .navbar-toggler {
    display: flex;
    align-items: center;
}

@media (min-width: 992px) {
    .navbar .navbar-toggler {
        display: none;
    }

    .navbar .navbar-collapse {
        display: flex !important;
        flex-basis: auto;
    }
}

.top-space-margin {
    position: relative;
    overflow: hidden;
    min-height: var(--hero-min-height) !important;
    background-size: cover !important;
    background-position: center !important;
    isolation: isolate;
    margin-top: 0 !important;
}

.top-space-margin::before {
    content: "";
    position: absolute;
    inset: 0;
    background:
        linear-gradient(90deg, rgba(247, 252, 251, 0.94) 0%, rgba(247, 252, 251, 0.88) 34%, rgba(247, 252, 251, 0.44) 68%, rgba(247, 252, 251, 0.14) 100%);
    z-index: -1;
}

.page-title-big-typography.top-space-margin {
    min-height: 430px !important;
    padding-top: 52px !important;
    padding-bottom: 34px !important;
}

.small-screen {
    min-height: 430px;
    align-items: flex-start;
}

.page-title-extra-large h1,
.page-title-extra-large h2,
.top-space-margin h1 {
    text-shadow: 0 8px 30px rgba(255, 255, 255, 0.45);
}

.top-space-margin .page-title-extra-large,
.top-space-margin .text-center.text-lg-start {
    padding: 32px;
    border-radius: 30px;
    background: rgba(255, 255, 255, 0.54);
    backdrop-filter: blur(12px);
    -webkit-backdrop-filter: blur(12px);
    border: 1px solid rgba(255, 255, 255, 0.58);
    box-shadow: 0 18px 45px rgba(15, 23, 42, 0.10);
}

.page-title-big-typography .page-title-extra-large {
    margin-top: 10px;
}

.top-space-margin .text-center.text-lg-start {
    max-width: 780px;
}

.top-space-margin h1.text-base-color,
.top-space-margin .text-base-color {
    color: var(--base-color-dark) !important;
}

.top-space-margin p,
.page-title-extra-large .list-inline,
.page-title-extra-large .list-inline a {
    color: rgba(18, 32, 43, 0.82) !important;
}

.top-space-margin .btn,
.btn.btn-dark-gray,
.btn.btn-base-color {
    border: 0;
    border-radius: 999px;
    box-shadow: 0 14px 28px rgba(22, 156, 143, 0.20);
    transition: transform 0.25s ease, box-shadow 0.25s ease, background-color 0.25s ease;
}

.top-space-margin .btn:hover,
.btn.btn-dark-gray:hover,
.btn.btn-base-color:hover {
    transform: translateY(-2px);
    box-shadow: 0 18px 36px rgba(22, 156, 143, 0.26);
}

.btn.btn-dark-gray,
.btn.btn-base-color {
    background: linear-gradient(135deg, var(--base-color-dark), var(--base-color));
    color: #fff;
}

.btn.btn-dark-gray span,
.btn.btn-base-color span {
    color: inherit;
}

.btn.btn-white.hero-secondary-btn {
    background: rgba(255, 255, 255, 0.72);
    color: var(--text-strong);
    border: 1px solid rgba(15, 23, 42, 0.08);
    box-shadow: 0 10px 24px rgba(15, 23, 42, 0.08);
}

.btn.btn-white.hero-secondary-btn:hover {
    background: rgba(255, 255, 255, 0.92);
    color: var(--text-strong);
}

.homepage-hero {
    padding: 36px 0 64px !important;
}

.homepage-hero::after {
    content: "";
    position: absolute;
    width: 440px;
    height: 440px;
    right: -120px;
    top: -140px;
    background: radial-gradient(circle, rgba(22, 156, 143, 0.16) 0%, rgba(22, 156, 143, 0.02) 55%, transparent 72%);
    pointer-events: none;
}

.homepage-hero-row {
    min-height: 680px;
}

.homepage-hero-copy {
    position: relative;
    padding: 44px !important;
    border-radius: 34px;
    background: rgba(255, 255, 255, 0.72);
    border: 1px solid rgba(255, 255, 255, 0.55); /* Slightly less opaque border */
    box-shadow: 0 22px 50px rgba(15, 23, 42, 0.10);
    backdrop-filter: blur(16px);
    -webkit-backdrop-filter: blur(16px);
}

.hero-eyebrow {
    display: inline-flex;
    align-items: center;
    padding: 8px 14px;
    margin-bottom: 22px;
    border-radius: var(--radius-medium); /* Use variable for radius */
    background: rgba(22, 156, 143, 0.10);
    color: var(--base-color-dark);
    font-size: 14px;
    font-weight: 700;
    letter-spacing: 0.02em;
}

.homepage-hero-copy h1 {
    margin-bottom: 22px;
    font-size: clamp(2rem, 2.8vw, 3.2rem);
    line-height: 1.1;
    letter-spacing: -0.05em;
}

.homepage-hero-copy p {
    max-width: 520px;
    font-size: 20px;
    line-height: 1.65;
}

.hero-actions {
    display: flex;
    align-items: center;
    gap: 14px;
    margin-top: 8px;
} 

.hero-actions .btn,
.hero-actions .btn span {
    white-space: nowrap;
}

.hero-metrics {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 14px;
    margin-top: 34px;
}

.hero-metric {
    padding: 18px 16px;
    border-radius: var(--radius-medium); /* Use variable for radius */
    background: rgba(247, 252, 251, 0.86);
    border: 1px solid rgba(22, 156, 143, 0.10);
}

.hero-metric strong {
    display: block;
    margin-bottom: 4px;
    color: var(--text-strong);
    font-size: 20px;
    font-weight: 800;
}

.hero-metric span {
    display: block;
    color: var(--text-soft);
    font-size: 14px;
    line-height: 1.45;
}

.homepage-hero-visual {
    padding-left: 28px;
}

.homepage-hero-figure {
    padding: 24px;
    border-radius: var(--radius-large); /* Use variable for radius */
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.55) 0%, rgba(255, 255, 255, 0.22) 100%);
    border: 1px solid rgba(255, 255, 255, 0.58);
    box-shadow: 0 24px 60px rgba(15, 23, 42, 0.12);
}

.homepage-hero-figure > img {
    width: 100%; 
    min-height: 640px;
    object-fit: cover;
    border-radius: 30px;
}

.homepage-hero-badge {
    left: 22px !important;
    top: 46% !important;
}

.homepage-doctor-card {
    padding: 20px 22px !important; /* Reduced padding */
    min-width: 320px;
    text-align: left !important;
}

.homepage-doctor-card .feature-box {
    background: transparent;
    border: 0;
    box-shadow: none;
    padding: 0;
    border-radius: var(--radius-small); /* Use variable for radius */
    transform: none !important;
}

.homepage-doctor-card .feature-box:first-child {
    margin-bottom: 16px;
    padding-bottom: 14px;
    border-bottom: 1px dashed rgba(15, 23, 42, 0.18);
}

.bg-light-turquoise-blue,
.bg-gradient-very-light-gray {
    background:
        linear-gradient(180deg, rgba(232, 247, 244, 0.88) 0%, rgba(255, 255, 255, 0.92) 100%) !important;
    border: 1px solid rgba(22, 156, 143, 0.09);
    box-shadow: var(--shadow-soft);
}

.bg-base-color {
    background: linear-gradient(135deg, #0f766e 0%, #169c8f 100%) !important;
}

.border-radius-6px,
.border-radius-8px, 
.border-radius-10px {
    border-radius: var(--radius-large) !important;
}

.blur-box,
.card,
.map iframe,
.contact-form-style-05,
.accordion,
.pricing-table-style-12,
.icon-with-text-style-04 .feature-box,
.icon-with-text-style-02 .feature-box,
.icon-with-text-style-09 .feature-box,
.feature-box.bg-white,
.feature-box.hover-box,
.bg-very-light-gray {
    background: var(--surface-color);
    border: 1px solid var(--surface-border);
    box-shadow: var(--shadow-soft);
}

.icon-with-text-style-04 .feature-box,
.icon-with-text-style-02 .feature-box,
.icon-with-text-style-09 .feature-box,
.feature-box.bg-white,
.feature-box.hover-box,
.card,
.contact-form-style-05, 
.bg-very-light-gray {
    border-radius: var(--radius-medium) !important;
    transition: transform 0.25s ease, box-shadow 0.25s ease, border-color 0.25s ease;
}

.icon-with-text-style-04 .feature-box:hover,
.icon-with-text-style-02 .feature-box:hover,
.icon-with-text-style-09 .feature-box:hover,
.feature-box.bg-white:hover,
.feature-box.hover-box:hover,
.card:hover {
    transform: translateY(-4px); /* Slightly less pronounced hover effect */
    border-color: rgba(22, 156, 143, 0.20);
    box-shadow: var(--shadow-hover);
}

.feature-box-icon-rounded,
.process-step-icon,
.w-60px.h-60px.rounded-circle,
.w-90px.h-90px.rounded-circle {
    box-shadow: inset 0 0 0 1px rgba(22, 156, 143, 0.10), var(--shadow-soft); /* Use variable for shadow */
}

.feature-box-icon-hover {
    background: linear-gradient(135deg, var(--base-color-dark), var(--base-color)) !important;
}

.card-section {
    gap: 28px;
    padding: 8px 20px 24px;
    flex-wrap: wrap;
}

.card {
    width: min(100%, 400px); /* Slightly reduced max-width for cards */
    padding: 32px 28px;
    border: 0;
    overflow: hidden;
    position: relative;
}

.card::before {
    content: "";
    position: absolute;
    inset: 0 auto auto 0;
    width: 100%;
    height: 6px;
    background: linear-gradient(90deg, var(--base-color-dark), var(--base-color));
}

.card-title {
    color: var(--text-strong);
    font-weight: 800;
}

.card-content {
    color: var(--text-soft);
}

.mission-vision-icon,
.card-icon {
    color: var(--base-color);
}

.contact-form-style-05,
.accordion, 
.bg-very-light-gray {
    padding: 28px;
}

.form-control,
textarea.form-control {
    border-radius: 16px;
    border: 1px solid var(--surface-border); /* Use variable for border */
    background: rgba(255, 255, 255, 0.88);
    color: var(--text-strong);
    padding: 16px 18px;
}

.form-control:focus,
textarea.form-control:focus {
    border-color: var(--base-color); /* Use base color for focus border */
    box-shadow: 0 0 0 4px rgba(22, 156, 143, 0.18); /* Slightly stronger focus shadow */
}

.map iframe {
    border-radius: var(--radius-large); /* Consistent radius */
    overflow: hidden;
}

.accordion-item {
    background: transparent;
}

.accordion-style-02 .accordion-item {
    border-radius: var(--radius-medium); /* Consistent radius */
    margin-bottom: 14px;
    padding: 0 18px;
    background: rgba(255, 255, 255, 0.72);
    border: 1px solid rgba(15, 23, 42, 0.07);
}

.accordion-style-02 .accordion-title {
    padding: 8px 0;
}

footer .footer-top {
    background:
        radial-gradient(circle at 8% 0%, rgba(22, 156, 143, 0.15), transparent 28%),
        linear-gradient(120deg, #171225 0%, #101a2c 58%, #0c2230 100%) !important;
    border: 0;
    border-radius: 0 !important;
    box-shadow: none;
    padding: 68px 0 72px !important;
}

footer .footer-logo img {
    width: 100%;
    max-width: 245px;
    max-height: none !important;
    padding: 13px;
    border-radius: 14px;
    background: rgba(255, 255, 255, 0.97);
    box-shadow: 0 14px 34px rgba(0, 0, 0, 0.20);
}

footer .footer-logo::after {
    content: "Trusted, personalized homeopathic care for children, adults and families since 2015.";
    display: inline-block;
    max-width: 520px;
    margin: 0 0 0 34px;
    color: rgba(255, 255, 255, 0.78);
    font-size: 16px;
    line-height: 1.75;
    vertical-align: middle;
}

.footer-ntm {
    float: right;
    display: inline-flex;
    align-items: center;
    gap: 22px;
    margin-top: 10px;
    padding-left: 28px;
    border-left: 1px solid rgba(255, 255, 255, 0.14);
}

.footer-ntm span {
    color: rgba(255, 255, 255, 0.88);
    font-size: 13px;
    font-weight: 700;
    letter-spacing: 0.16em;
    text-transform: uppercase;
    white-space: nowrap;
}

.footer-ntm img {
    width: auto;
    max-width: 120px;
    max-height: 82px;
    object-fit: contain;
}

.footer-top > .container > .row {
    display: grid;
    grid-template-columns: 0.72fr 2.28fr;
    gap: 0;
    align-items: start !important;
    margin-left: 0;
    margin-right: 0;
}

.footer-top > .container > .row > [class*="col-"] {
    width: auto;
    max-width: none;
    padding: 38px 34px 0;
    border-top: 0;
}

.footer-top > .container > .row > [class*="col-"]:first-child {
    grid-column: 1 / -1;
    padding: 0 0 44px;
    margin-bottom: 36px;
    border-top: 0;
    border-bottom: 2px solid var(--base-color);
}

.footer-top > .container > .row > [class*="col-"]:not(:first-child) {
    min-height: 330px;
}

.footer-top > .container > .row > [class*="col-"]:last-child {
    padding-right: 0;
}

.footer-navbar {
    display: grid;
    gap: 14px;
    margin: 0;
    padding: 0;
}

.footer-navbar::before {
    content: "QUICK LINKS";
    margin-bottom: 16px;
    color: #fff;
    font-size: 22px;
    font-weight: 700;
    letter-spacing: 0.02em;
}

.footer-navbar::after {
    content: "";
    position: absolute;
    top: 82px;
    left: 34px;
    width: 52px;
    height: 3px;
    background: var(--base-color);
}

.footer-top > .container > .row > [class*="col-"]:not(:first-child) {
    position: relative;
}

.footer-navbar br {
    display: none;
}

.footer-navbar .nav-link {
    position: relative;
    display: inline-flex;
    align-items: center;
    padding: 3px 0 3px 24px;
    font-size: 16px;
}

.footer-navbar .nav-link::before {
    content: "\F285";
    position: absolute;
    left: 0;
    color: #00b8d9;
    background: none;
    font-family: bootstrap-icons;
    font-size: 13px;
}

.footer-navbar .nav-link,
.footer-top p,
.footer-top a,
.opd-timing p {
    color: rgba(255, 255, 255, 0.86) !important;
}

.footer-navbar .nav-link:hover,
.footer-top a:hover {
    color: #fff !important;
}

.footer-top .elements-social > .row {
    --bs-gutter-x: 34px;
}

.footer-top .elements-social > .row > div {
    padding: 0 22px;
    border-radius: 0;
    background: transparent;
    border: 0;
    border-left: 1px solid rgba(255, 255, 255, 0.12);
}

.footer-top .elements-social::before {
    content: "CONTACT & HOURS";
    display: block;
    margin-bottom: 42px;
    color: #fff;
    font-size: 22px;
    font-weight: 700;
    letter-spacing: 0.02em;
}

.footer-top .elements-social::after {
    content: "";
    position: absolute;
    top: 82px;
    left: 34px;
    width: 52px;
    height: 3px;
    background: var(--base-color);
}

.footer-top .elements-social p {
    margin-bottom: 13px !important;
    font-size: 15px;
    line-height: 1.65;
}

.footer-top .elements-social strong {
    color: #fff;
}

.footer-contact-row {
    display: grid;
    grid-template-columns: 42px minmax(0, 1fr);
    gap: 13px;
    align-items: center;
    margin-bottom: 10px;
    padding: 11px 12px;
    border: 1px solid rgba(255, 255, 255, 0.07);
    border-radius: 12px;
    background: rgba(255, 255, 255, 0.035);
}

.footer-contact-row > i {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 42px;
    height: 42px;
    border-radius: 12px;
    color: var(--base-color);
    background: rgba(22, 156, 143, 0.12);
    font-size: 18px;
}

.footer-contact-row small,
.footer-contact-row strong {
    display: block;
}

.footer-contact-row small {
    margin-bottom: 2px;
    color: rgba(255, 255, 255, 0.52);
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 0.06em;
    text-transform: uppercase;
}

.footer-contact-row strong {
    overflow-wrap: anywhere;
    color: rgba(255, 255, 255, 0.90);
    font-size: 13px;
    line-height: 1.45;
}

.footer-contact-row:hover {
    background: rgba(255, 255, 255, 0.07);
    border-color: rgba(22, 156, 143, 0.24);
    transform: translateX(3px);
}

.footer-social-label {
    display: block;
    margin: 20px 0 10px;
    color: rgba(255, 255, 255, 0.55);
    font-size: 11px;
    font-weight: 800;
    letter-spacing: 0.10em;
    text-transform: uppercase;
}

.opd-timing .opd-title {
    margin-bottom: 16px !important;
    color: #fff !important;
    font-size: 17px;
}

.opd-days,
.opd-slot,
.opd-closed {
    display: grid;
    grid-template-columns: 22px 1fr;
    align-items: center;
    gap: 9px;
    margin-bottom: 10px;
}

.opd-days {
    margin-bottom: 14px;
    color: rgba(255, 255, 255, 0.72);
    font-size: 13px;
    font-weight: 700;
    letter-spacing: 0.05em;
    text-transform: uppercase;
}

.opd-timing i {
    width: 22px;
    color: var(--base-color);
    text-align: center;
}

.opd-slot {
    grid-template-columns: 22px 68px 1fr;
    padding: 11px 12px;
    border: 1px solid rgba(255, 255, 255, 0.08);
    border-radius: 12px;
    background: rgba(255, 255, 255, 0.045);
}

.opd-slot span {
    color: rgba(255, 255, 255, 0.62);
    font-size: 12px;
}

.opd-slot strong {
    color: #fff;
    font-size: 13px;
    font-weight: 700;
    white-space: nowrap;
}

.opd-closed {
    margin-top: 14px;
    margin-bottom: 0;
    padding: 10px 12px;
    border-radius: 10px;
    color: rgba(255, 255, 255, 0.78);
    background: rgba(244, 89, 89, 0.10);
    font-size: 12px;
    font-weight: 700;
}

.opd-closed i {
    color: #ff8b8b;
}

.small-icon li a {
    width: 46px;
    height: 46px;
    display: inline-flex;
    align-items: center; 
    justify-content: center;
    border-radius: 999px;
    border: 1px solid rgba(255, 255, 255, 0.10);
    background: rgba(255, 255, 255, 0.05);
}

.small-icon li a:hover {
    color: #fff !important;
    background: var(--base-color);
    transform: translateY(-2px);
}

footer > .container {
    padding: 0;
    background: #0c1422;
}

footer > .container .row {
    padding-top: 22px !important;
    padding-bottom: 22px !important;
    margin-left: 0;
    margin-right: 0;
}

footer > .container p {
    margin: 0;
    color: rgba(255, 255, 255, 0.60) !important;
    text-align: center;
    font-size: 14px;
}

footer > .container a {
    color: rgba(255, 255, 255, 0.88) !important;
    text-decoration-color: rgba(0, 184, 217, 0.55) !important;
}

footer > .container a:hover {
    color: #00b8d9 !important;
}

@media (max-width: 1199px) {
    .footer-top > .container > .row {
        grid-template-columns: 0.75fr 2.25fr;
    }

    .footer-top .elements-social > .row {
        gap: 18px;
    }

    .footer-top .elements-social > .row > div {
        width: 100%;
    }
}

@media (max-width: 991px) {
    footer .footer-top {
        padding: 42px 0 !important;
    }

    .footer-top > .container > .row {
        grid-template-columns: 1fr 1fr;
    }

    .footer-top .elements-social {
        grid-column: 1 / -1;
    }

    .footer-top .elements-social > .row {
        display: grid;
        grid-template-columns: 1fr 1fr;
    }

    footer .footer-logo::after {
        display: block;
        margin: 22px 0 0;
    }

    .footer-ntm {
        float: none;
        margin-top: 28px;
    }
}

@media (max-width: 575px) {
    footer .footer-top {
        padding: 34px 0 !important;
    }

    .footer-top > .container > .row,
    .footer-top .elements-social > .row {
        grid-template-columns: 1fr;
        gap: 24px;
    }

    .footer-top .elements-social {
        grid-column: auto;
    }

    footer .footer-logo img,
    footer .footer-logo::after {
        max-width: 230px;
    }

    .footer-ntm {
        align-items: flex-start;
        gap: 14px;
        padding-left: 0;
        border-left: 0;
    }

    .footer-ntm img {
        max-width: 100px;
    }

    .footer-top > .container > .row > [class*="col-"] {
        padding: 34px 0 0;
    }

    .footer-navbar::after,
    .footer-top .elements-social::after {
        left: 0;
        top: 77px;
    }

    .footer-top .elements-social > .row > div {
        padding: 0;
        border-left: 0;
    }
}

.sticky-wrap {
    position: fixed;
    top: auto;
    right: 24px;
    bottom: 24px;
    left: auto;
    padding: 0 18px;
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.94);
    border: 1px solid rgba(22, 156, 143, 0.12);
    box-shadow: 0 18px 35px rgba(15, 23, 42, 0.10);
    backdrop-filter: blur(14px);
    -webkit-backdrop-filter: blur(14px);
    transform: none !important;
    -webkit-transform: none !important;
    transform-origin: center center !important;
    opacity: 1;
    width: auto;
    max-width: none;
    min-height: 54px;
    overflow: hidden;
    z-index: 15;
}

.sticky-wrap.shadow-in {
    left: auto;
    right: 24px;
    opacity: 1;
    box-shadow: 0 18px 35px rgba(15, 23, 42, 0.10) !important;
}

.sticky-wrap.sticky-hidden {
    left: auto;
    right: 16px;
    opacity: 0;
}

.sticky-wrap > span {
    position: relative;
    top: auto;
    left: auto;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    white-space: nowrap;
    min-height: 54px;
    transform: none;
    transform-origin: center center;
}

.sticky-wrap .bi-envelope {
    margin: 0 !important;
    font-size: 18px;
}

.sticky-wrap .text-decoration-line-bottom {
    text-decoration: none !important;
    font-weight: 800;
}

.sticky-wrap .fs-15 {
    font-size: 13px !important;
    line-height: 1;
    white-space: nowrap;
}

.sticky-wrap div,
.sticky-wrap span,
.sticky-wrap p,
.sticky-wrap a {
    color: var(--text-strong) !important;
}

.sticky-wrap a {
    color: var(--base-color-dark) !important;
}

@media (max-width: 1199px) {
    .navbar.header-light {
        border-radius: 0;
    }

    header .navbar > .container-fluid {
        min-height: 64px;
        gap: 12px;
    }

    header .navbar-brand img.default-logo,
    header .navbar-brand img.alt-logo,
    header .navbar-brand img.mobile-logo {
        max-height: 52px !important;
    }

    .top-space-margin {
        min-height: 500px !important; /* Reduced height */
    }

    .page-title-big-typography.top-space-margin {
        padding-top: 44px !important;
    }

    .homepage-hero {
    background-image: url(../images/hero-banner-modern.webp); /* New hero image */
    padding: 24px 0 48px !important; /* Reduced padding */
    }

    .homepage-hero-row {
    min-height: var(--hero-min-height); /* Use variable for height */
    }

    .homepage-hero-copy {
        padding: 34px !important;
    }

    .homepage-hero-copy h1 {
        font-size: clamp(1.75rem, 2.5vw, 2.6rem);
    }

    .hero-metrics {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 991px) {
    .navbar.header-light {
        margin-top: 0;
        border-radius: 0;
    }

    header .navbar > .container-fluid {
        min-height: 60px;
        width: calc(100% - 30px);
    }

    .treatment-showcase-shell,
    .about-excellence-section > .bg-light-turquoise-blue,
    .treatments-grid-section {
        width: calc(100% - 30px);
    }

    .navbar .navbar-collapse {
        margin-top: 16px;
        display: none;
        padding: 14px;
        border-radius: 22px;
        background: rgba(255, 255, 255, 0.92);
        border: 1px solid rgba(15, 23, 42, 0.08);
    }

    .navbar .navbar-collapse.show {
        display: flex;
        flex-basis: 100%;
    }

    .navbar .navbar-nav {
        gap: 10px;
        width: 100%;
        justify-content: center;
    }

    .navbar .navbar-nav .nav-contact {
        margin-left: 0;
    }

    .navbar .navbar-nav .nav-link,
    .navbar .navbar-nav .nav-contact .nav-link {
        width: 100%;
    }

    header .navbar-brand .default-logo {
        display: none !important;
    }

    header .navbar-brand .mobile-logo {
        display: block;
        visibility: visible;
        opacity: 1;
        width: auto;
    }

    .top-space-margin {
        min-height: 450px !important; /* Reduced height */
        margin-top: 0 !important;
    }

    .homepage-hero {
        padding: 20px 0 42px !important;
    }

    .homepage-hero-row {
        min-height: 400px; /* Adjusted for smaller screens */
        row-gap: 28px;
    }

    .homepage-hero-copy {
        padding: 30px !important;
    }

    .homepage-hero-copy p {
        max-width: none;
        font-size: 18px;
    }

    .hero-actions {
        flex-direction: column;
        align-items: stretch;
    }

    .homepage-hero-visual {
        padding-left: 0;
    }

    .homepage-hero-figure > img {
        min-height: 400px; /* Adjusted for smaller screens */
    }

    .homepage-doctor-card {
        min-width: 0;
        right: 10px !important;
    }

    .page-title-big-typography.top-space-margin,
    .small-screen {
        min-height: 300px;
    }

    .page-title-big-typography.top-space-margin {
        padding-top: 30px !important;
        padding-bottom: 24px !important;
    }

    .card-section {
        padding-left: 0;
        padding-right: 0;
    }

    .sticky-wrap {
        top: auto;
        right: 16px;
        bottom: 16px;
        left: auto;
    }
}

@media (max-width: 768px) {
    .top-space-margin {
        min-height: 500px !important;
        background-position: 68% center !important;
        margin-top: 0 !important;
    }

    header .navbar-brand img.default-logo,
    header .navbar-brand img.alt-logo,
    header .navbar-brand img.mobile-logo {
        max-height: 44px !important;
    }

    .top-space-margin::before {
        background:
            linear-gradient(180deg, rgba(247, 252, 251, 0.92) 0%, rgba(247, 252, 251, 0.84) 44%, rgba(247, 252, 251, 0.48) 100%);
    }

    .contact-form-style-05,
    .accordion,
    .bg-very-light-gray {
        padding: 20px;
    }

    .top-space-margin .page-title-extra-large,
    .top-space-margin .text-center.text-lg-start {
        padding: 22px;
        border-radius: 24px;
    }

    .homepage-hero {
        padding: 12px 0 24px !important; /* Reduced padding */
    }

    .homepage-hero-copy {
        padding: 24px !important;
    }

    .homepage-hero-copy h1 {
        font-size: 1.45rem;
        line-height: 1.15;
    }

    .page-title-extra-large h1,
    .page-title-large h1 {
        font-size: 2rem;
        line-height: 1.15;
    }

    .homepage-hero-copy p {
        font-size: 17px;
    }

    .hero-eyebrow {
        font-size: 12px;
        margin-bottom: 16px;
    }

    .homepage-hero-badge {
        left: 6px !important;
        top: 38px !important;
    }

    .homepage-hero-figure {
        padding: 14px;
        border-radius: 28px;
    }

    .homepage-hero-figure > img {
        min-height: 300px; /* Adjusted for smaller screens */
        border-radius: 22px;
    }

    .homepage-doctor-card {
        position: relative !important;
        top: auto !important;
        right: auto !important;
        margin: -48px auto 0;
        width: calc(100% - 24px);
        min-width: 0;
    }

    .page-title-big-typography.top-space-margin {
        padding-top: 18px !important;
    }

    .page-title-big-typography .page-title-extra-large {
        margin-top: 0;
    }

    .card {
        padding: 26px 20px;
    }
}
/* Homepage about section */
.home-about-section {
    position: relative;
    padding: 120px 0 140px;
    overflow: hidden;
    background: radial-gradient(circle at 15% 35%, rgba(22, 156, 143, 0.08), transparent 28%), linear-gradient(180deg, #fff 0%, #fbfefd 100%);
}
.home-about-row { min-height: 650px; }
.home-about-gallery { min-height: 620px; }
.home-about-image {
    overflow: hidden;
    border: 8px solid #fff;
    border-radius: 30px;
    box-shadow: 0 28px 65px rgba(15, 23, 42, 0.15);
}
.home-about-image img { display: block; height: 100%; object-fit: cover; }
.home-about-image-main { width: 72%; height: 510px; }
.home-about-image-secondary {
    position: absolute;
    right: 4%;
    bottom: 0;
    z-index: 2;
    width: 58%;
    height: 400px;
}
.home-about-trust-badge {
    position: absolute;
    left: -44px;
    bottom: 84px;
    z-index: 4;
    width: 126px;
    height: 126px;
    padding: 10px;
    border-radius: 50%;
    background: #fff;
    box-shadow: 0 18px 40px rgba(15, 23, 42, 0.16);
}
.home-about-content { padding-left: 30px; }
.home-about-eyebrow {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 22px;
    padding: 9px 14px;
    border-radius: 999px;
    color: var(--base-color-dark);
    background: rgba(22, 156, 143, 0.10);
    font-size: 14px;
    font-weight: 800;
}
.home-about-eyebrow i { font-size: 18px; }
.home-about-content h2 {
    max-width: 620px;
    margin-bottom: 24px;
    font-size: clamp(1.6rem, 2.3vw, 2.6rem);
    line-height: 1.08;
    letter-spacing: -0.055em;
}
.home-about-content p {
    max-width: 610px;
    margin-bottom: 14px;
    color: var(--text-soft);
    font-size: 17px;
    line-height: 1.8;
}
.home-about-highlights {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin-top: 28px;
}
.home-about-highlights span {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 10px 13px;
    border: 1px solid rgba(22, 156, 143, 0.12);
    border-radius: 12px;
    color: var(--text-strong);
    background: #fff;
    box-shadow: 0 8px 22px rgba(15, 23, 42, 0.06);
    font-size: 13px;
    font-weight: 700;
}
.home-about-highlights i { color: var(--base-color); }
.home-about-action { margin-top: 32px; }
@media (max-width: 991px) {
    .home-about-section { padding: 80px 0; }
    .home-about-gallery { min-height: 560px; margin-bottom: 70px; }
    .home-about-content { padding-left: 15px; }
}
@media (max-width: 575px) {
    .home-about-gallery { min-height: 440px; margin-bottom: 50px; }
    .home-about-image { border-width: 5px; border-radius: 22px; }
    .home-about-image-main { width: 86%; height: 350px; }
    .home-about-image-secondary { right: 0; width: 62%; height: 270px; }
    .home-about-content h2 { font-size: 1.4rem; }
    .home-about-content p { font-size: 16px; line-height: 1.7; }
}
/* Homepage treatment showcase */
.treatment-showcase {
    padding-bottom: 110px;
}

.treatment-showcase > .position-absolute {
    left: 0 !important;
    top: -30px !important;
    width: 260px !important;
    opacity: 0.42 !important;
}

.treatment-showcase-shell {
    width: calc(100% - 64px);
    max-width: var(--site-max-width);
    margin: 0 auto;
    padding: 76px 52px;
    overflow: hidden;
    border-radius: 34px !important;
}

.treatment-showcase-shell > .container {
    max-width: 100%;
}

.treatment-showcase-intro {
    position: relative;
    z-index: 2;
    padding-right: 54px;
    text-align: left;
}

.treatment-showcase-eyebrow {
    display: inline-flex;
    align-items: center;
    gap: 12px;
    margin-bottom: 24px;
    color: var(--base-color-dark);
    font-size: 14px;
    font-weight: 800;
    letter-spacing: 0.02em;
}

.treatment-showcase-eyebrow > span {
    width: 48px !important;
    height: 48px !important;
    margin-right: 0 !important;
    background: rgba(22, 156, 143, 0.12) !important;
    box-shadow: none;
}

.treatment-showcase-intro h2 {
    max-width: 420px;
    margin-bottom: 22px;
    font-size: clamp(1.6rem, 2.3vw, 2.6rem);
    line-height: 1.1;
    letter-spacing: -0.05em;
}

.treatment-showcase-intro > p {
    max-width: 390px;
    margin-bottom: 30px;
    color: var(--text-soft);
    font-size: 17px;
    line-height: 1.7;
}

.treatment-showcase-slider {
    padding-left: 20px;
}

.treatment-swiper {
    padding: 18px 8px 30px;
    overflow: hidden;
}

.treatment-swiper .swiper-wrapper {
    align-items: stretch;
}

.treatment-swiper .swiper-slide {
    display: flex;
    height: auto;
}

.treatment-swiper .icon-with-text-style-02 {
    width: 100%;
}

.treatment-swiper .feature-box {
    position: relative;
    display: flex;
    width: 100%;
    min-height: 300px;
    padding: 34px 30px !important;
    overflow: hidden;
    border: 1px solid rgba(22, 156, 143, 0.12) !important;
    border-radius: 24px !important;
    box-shadow: 0 18px 45px rgba(15, 23, 42, 0.09) !important;
}

.treatment-swiper .feature-box::before {
    content: "\F52A";
    position: relative;
    z-index: 2;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    flex: 0 0 46px;
    width: 46px;
    height: 46px;
    margin-right: 16px;
    border-radius: 14px;
    color: var(--base-color-dark);
    background: rgba(22, 156, 143, 0.11);
    font-family: bootstrap-icons;
    font-size: 21px;
}

.treatment-swiper .feature-box-content {
    position: relative;
    z-index: 2;
}

.treatment-swiper .feature-box-content > span {
    margin-bottom: 14px !important;
    font-size: 18px !important;
    line-height: 1.42;
}

.treatment-swiper .feature-box-content p {
    margin: 0;
    color: var(--text-soft);
    font-size: 15px;
    line-height: 1.75;
}

.treatment-swiper .feature-box-overlay {
    opacity: 0;
    transition: opacity 0.25s ease;
}

.treatment-swiper .feature-box:hover {
    transform: translateY(-7px);
    border-color: rgba(22, 156, 143, 0.28) !important;
    box-shadow: 0 24px 55px rgba(15, 23, 42, 0.14) !important;
}

.treatment-swiper .feature-box:hover .feature-box-overlay {
    opacity: 1;
}

.treatment-swiper .feature-box:hover::before {
    color: #fff;
    background: rgba(255, 255, 255, 0.18);
}

.treatment-swiper .feature-box:hover .feature-box-content > span,
.treatment-swiper .feature-box:hover .feature-box-content p {
    color: #fff !important;
}

@media (max-width: 1199px) {
    .treatment-showcase-shell {
        padding: 64px 28px;
        border-radius: 28px !important;
    }

    .treatment-showcase-intro {
        padding-right: 30px;
    }

    .treatment-showcase-slider {
        padding-left: 10px;
    }
}

@media (max-width: 991px) {
    .treatment-showcase {
        padding-bottom: 80px;
    }

    .treatment-showcase-shell {
        padding: 52px 24px;
    }

    .treatment-showcase-intro {
        margin-bottom: 28px;
        padding-right: 15px;
    }

    .treatment-showcase-intro h2,
    .treatment-showcase-intro > p {
        max-width: 620px;
    }

    .treatment-showcase-slider {
        padding-left: 0;
    }
}

@media (max-width: 575px) {
    .treatment-showcase-shell {
        padding: 42px 8px;
        border-radius: 22px !important;
    }

    .treatment-showcase-intro h2 {
        font-size: 1.45rem;
    }

    .treatment-swiper {
        padding-inline: 4px;
    }

    .treatment-swiper .feature-box {
        min-height: 260px;
        padding: 28px 24px !important;
    }
}
/* Homepage why choose section */
.why-choose-section {
    position: relative;
    padding: 120px 0;
    background: #fff;
}

.why-choose-heading {
    margin-bottom: 48px;
}

.why-choose-eyebrow {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 20px;
    padding: 9px 14px;
    border-radius: 999px;
    color: var(--base-color-dark);
    background: rgba(22, 156, 143, 0.10);
    font-size: 14px;
    font-weight: 800;
}

.why-choose-eyebrow i {
    font-size: 18px;
}

.why-choose-heading h2 {
    max-width: 850px;
    margin-bottom: 22px;
    font-size: clamp(1.6rem, 2.4vw, 2.6rem);
    line-height: 1.07;
    letter-spacing: -0.06em;
}

.why-choose-heading p {
    max-width: 760px;
    margin: 0;
    color: var(--text-soft);
    font-size: 18px;
    line-height: 1.75;
}

.why-choose-call {
    padding-bottom: 6px;
}

.why-choose-grid {
    --bs-gutter-x: 22px;
    --bs-gutter-y: 22px;
}

.why-choose-card {
    position: relative;
    height: 100%;
    min-height: 270px;
    padding: 30px 26px;
    overflow: hidden;
    border: 1px solid rgba(22, 156, 143, 0.12);
    border-radius: 22px;
    background: linear-gradient(180deg, #fff 0%, #f7fcfb 100%);
    box-shadow: 0 16px 40px rgba(15, 23, 42, 0.07);
    transition: transform 0.25s ease, box-shadow 0.25s ease;
}

.why-choose-card::after {
    content: "";
    position: absolute;
    right: -50px;
    bottom: -50px;
    width: 130px;
    height: 130px;
    border-radius: 50%;
    background: rgba(22, 156, 143, 0.07);
}

.why-choose-card > i {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 54px;
    height: 54px;
    margin-bottom: 28px;
    border-radius: 16px;
    color: #fff;
    background: linear-gradient(135deg, var(--base-color-dark), var(--base-color));
    font-size: 24px;
    box-shadow: 0 12px 24px rgba(17, 127, 118, 0.20);
}

.why-choose-card h3 {
    margin-bottom: 12px;
    color: var(--text-strong);
    font-size: 19px;
    line-height: 1.35;
    font-weight: 800;
}

.why-choose-card p {
    position: relative;
    z-index: 1;
    margin: 0;
    color: var(--text-soft);
    font-size: 15px;
    line-height: 1.7;
}

.why-choose-card:hover {
    transform: translateY(-6px);
    box-shadow: 0 24px 55px rgba(15, 23, 42, 0.12);
}

@media (max-width: 991px) {
    .why-choose-section {
        padding: 85px 0;
    }

    .why-choose-call {
        margin-top: 28px;
        text-align: left !important;
    }
}

@media (max-width: 575px) {
    .why-choose-section {
        padding: 65px 0;
    }

    .why-choose-heading h2 {
        font-size: 1.45rem;
    }

    .why-choose-heading p {
        font-size: 16px;
    }

    .why-choose-card {
        min-height: auto;
    }
}
/* Homepage appointment CTA */
.appointment-cta-section {
    position: relative;
    padding: 60px 0 110px;
    overflow: hidden;
    background: linear-gradient(180deg, #fff 0%, #f0faf8 100%);
}

.appointment-cta-section::after {
    content: "";
    position: absolute;
    right: -40px;
    bottom: -90px;
    width: 350px;
    height: 350px;
    opacity: 0.15;
    background: url("../images/demo-medical-pattern.svg") center / contain no-repeat;
}

.appointment-cta {
    position: relative;
    z-index: 1;
    padding: 56px;
    overflow: hidden;
    border-radius: 32px;
    background:
        radial-gradient(circle at top left, rgba(255, 255, 255, 0.14), transparent 35%),
        linear-gradient(135deg, #0f766e 0%, #169c8f 100%);
    box-shadow: 0 28px 65px rgba(15, 118, 110, 0.20);
}

.appointment-cta-intro > span {
    display: inline-block;
    margin-bottom: 10px;
    color: rgba(255, 255, 255, 0.82);
    font-size: 13px;
    font-weight: 800;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

.appointment-cta-intro h3 {
    max-width: 390px;
    margin-bottom: 12px;
    color: #fff !important;
    font-size: clamp(1.5rem, 2.2vw, 2.4rem);
    line-height: 1.05;
    letter-spacing: -0.045em;
}

.appointment-cta-intro p {
    max-width: 360px;
    margin: 0;
    color: rgba(255, 255, 255, 0.80) !important;
    font-size: 15px;
    line-height: 1.65;
}

.appointment-cta-links {
    --bs-gutter-x: 18px;
    --bs-gutter-y: 18px;
}

.appointment-cta-card {
    display: grid;
    grid-template-columns: 52px 1fr 22px;
    gap: 16px;
    align-items: center;
    min-height: 128px;
    padding: 24px;
    border: 1px solid rgba(255, 255, 255, 0.15);
    border-radius: 20px;
    color: #fff !important;
    background: rgba(255, 255, 255, 0.10);
    transition: transform 0.25s ease, background-color 0.25s ease, border-color 0.25s ease;
}

.appointment-cta-card > i:first-child {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 52px;
    height: 52px;
    border-radius: 16px;
    color: var(--base-color-dark);
    background: #fff;
    font-size: 22px;
}

.appointment-cta-card small,
.appointment-cta-card strong {
    display: block;
}

.appointment-cta-card small {
    margin-bottom: 5px;
    color: rgba(255, 255, 255, 0.78);
    font-size: 13px;
}

.appointment-cta-card strong {
    color: #fff !important;
    font-size: 16px;
    line-height: 1.4;
}

.appointment-cta-card > i:last-child {
    color: rgba(255, 255, 255, 0.90);
}

.appointment-cta-card:hover {
    color: #fff !important;
    background: rgba(255, 255, 255, 0.17);
    border-color: rgba(255, 255, 255, 0.28);
    transform: translateY(-4px);
}

@media (max-width: 991px) {
    .appointment-cta {
        padding: 42px 34px;
    }

    .appointment-cta-intro {
        margin-bottom: 28px;
    }
}

@media (max-width: 575px) {
    .appointment-cta-section {
        padding: 40px 0 75px;
    }

    .appointment-cta {
        padding: 34px 22px;
        border-radius: 24px;
    }

    .appointment-cta-card {
        grid-template-columns: 46px 1fr 18px;
        min-height: 110px;
        padding: 20px;
    }

    .appointment-cta-card > i:first-child {
        width: 46px;
        height: 46px;
    }
}
/* About page */
.about-page-hero {
    min-height: 520px !important;
    border-radius: 0 !important;
    background-position: center 42% !important;
}

.about-page-hero::before {
    background: linear-gradient(90deg, rgba(247, 252, 251, 0.96) 0%, rgba(247, 252, 251, 0.88) 42%, rgba(247, 252, 251, 0.28) 72%, rgba(247, 252, 251, 0.08) 100%);
}

.about-page-hero .page-title-extra-large {
    max-width: 820px;
    padding: 38px !important;
}

.about-page-hero .small-screen {
    min-height: 520px;
    align-items: center;
}

.about-hero-eyebrow,
.about-faq-eyebrow {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 18px;
    padding: 9px 14px;
    border-radius: 999px;
    color: var(--base-color-dark);
    background: rgba(22, 156, 143, 0.11);
    font-size: 14px;
    font-weight: 800;
}

.about-page-hero h1 {
    max-width: 650px;
    margin-bottom: 18px !important;
    font-size: clamp(2rem, 3vw, 3.4rem) !important;
    line-height: 1.1 !important;
    letter-spacing: -0.05em;
}

.about-page-hero p {
    max-width: 560px;
    margin-bottom: 18px;
    color: var(--text-soft) !important;
    font-size: 17px;
}

.about-breadcrumb {
    margin: 0;
    color: var(--text-soft) !important;
    font-size: 13px;
}

.about-breadcrumb a {
    color: var(--base-color-dark) !important;
}

.about-story-section {
    padding: 120px 0 145px;
    background: radial-gradient(circle at 10% 30%, rgba(22, 156, 143, 0.07), transparent 28%), #fff;
}

.about-story-gallery {
    min-height: 590px;
}

.about-story-gallery > .w-75 {
    width: 74% !important;
}

.about-story-gallery > .w-75 img,
.about-story-gallery > .w-55 img {
    border-radius: 28px !important;
}

.about-story-gallery > .w-55 {
    right: 3% !important;
    bottom: 0 !important;
    width: 57% !important;
    border: 7px solid #fff;
    border-radius: 30px;
    box-shadow: 0 28px 65px rgba(15, 23, 42, 0.15);
}

.about-story-content h2 {
    margin-bottom: 24px;
    font-size: clamp(1.6rem, 2.3vw, 2.6rem);
    line-height: 1.08;
    letter-spacing: -0.055em;
}

.about-story-content p {
    margin-bottom: 14px;
    color: var(--text-soft);
    font-size: 17px;
    line-height: 1.8;
}

.about-story-highlights {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 12px;
    margin-top: 28px;
}

.about-story-highlights span {
    padding: 16px 14px;
    border: 1px solid rgba(22, 156, 143, 0.12);
    border-radius: 16px;
    color: var(--text-soft);
    background: #fff;
    box-shadow: 0 10px 26px rgba(15, 23, 42, 0.06);
    font-size: 12px;
    line-height: 1.45;
}

.about-story-highlights strong {
    display: block;
    margin-bottom: 3px;
    color: var(--base-color-dark);
    font-size: 18px;
}

.about-purpose-section {
    padding: 10px 0 120px;
}

.about-purpose-grid {
    max-width: 1250px;
    margin: 0 auto;
    gap: 24px;
    padding: 0 20px;
}

.about-purpose-grid .card {
    position: relative;
    width: calc(50% - 12px);
    min-height: 350px;
    padding: 42px;
    overflow: hidden;
    border: 1px solid rgba(22, 156, 143, 0.12);
    border-radius: 26px !important;
    text-align: left;
    background: linear-gradient(145deg, #fff 0%, #f2fbf9 100%) !important;
    box-shadow: 0 20px 50px rgba(15, 23, 42, 0.09);
}

.about-purpose-grid .card::before {
    width: 7px;
    height: 100%;
    background: linear-gradient(180deg, var(--base-color-dark), var(--base-color));
}

.about-purpose-grid .card::after {
    content: "";
    position: absolute;
    right: -65px;
    bottom: -75px;
    width: 210px;
    height: 210px;
    border: 34px solid rgba(22, 156, 143, 0.055);
    border-radius: 50%;
}

.about-purpose-grid .card-icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 64px;
    height: 64px;
    margin-bottom: 26px;
    border-radius: 20px;
    color: #fff;
    background: linear-gradient(135deg, var(--base-color-dark), var(--base-color));
    font-size: 24px;
    box-shadow: 0 14px 28px rgba(17, 127, 118, 0.22);
}

.about-purpose-grid .mission-vision-icon {
    color: #fff;
}

.about-purpose-label {
    display: block;
    margin-bottom: 8px;
    color: var(--base-color-dark);
    font-size: 12px;
    font-weight: 800;
    letter-spacing: 0.12em;
    text-transform: uppercase;
}

.about-purpose-grid .card-title {
    position: relative;
    z-index: 1;
    margin-bottom: 16px;
    font-size: 20px;
    line-height: 1.25;
}

.about-purpose-grid .card-content {
    position: relative;
    z-index: 1;
    max-width: 490px;
    margin: 0;
    font-size: 16px;
    line-height: 1.75;
}

.about-purpose-grid .card:hover {
    transform: translateY(-7px);
    border-color: rgba(22, 156, 143, 0.24);
    box-shadow: 0 28px 65px rgba(15, 23, 42, 0.13);
}

.about-excellence-section {
    padding: 0 0 110px !important;
}

.about-excellence-section > .bg-light-turquoise-blue {
    width: calc(100% - 64px);
    max-width: var(--site-max-width);
    margin: auto;
    padding: 90px 0 84px !important;
    border-radius: 32px !important;
}

.about-excellence-eyebrow {
    display: inline-block;
    margin-bottom: 12px;
    color: var(--base-color-dark);
    font-size: 13px;
    font-weight: 800;
    letter-spacing: 0.11em;
    text-transform: uppercase;
}

.about-excellence-section h2 {
    max-width: 760px;
    margin: 0 auto 16px;
    font-size: clamp(1.6rem, 2.3vw, 2.6rem);
    line-height: 1.08;
}

.about-excellence-lead {
    max-width: 680px;
    margin: 0 auto 24px;
    color: var(--text-soft);
    font-size: 16px;
    line-height: 1.7;
}

.about-excellence-section .row-cols-1 {
    --bs-gutter-x: 20px;
    --bs-gutter-y: 20px;
    margin-bottom: 0 !important;
}

.about-excellence-section .row-cols-1 > .col {
    display: flex;
    margin-bottom: 0 !important;
}

.about-excellence-section .feature-box {
    position: relative;
    width: 100%;
    min-height: 310px;
    padding: 32px 28px !important;
    overflow: hidden;
    text-align: left;
    border-radius: 22px !important;
    border: 1px solid rgba(22, 156, 143, 0.12) !important;
    box-shadow: 0 18px 42px rgba(15, 23, 42, 0.08) !important;
}

.about-excellence-section .feature-box::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 5px;
    background: linear-gradient(90deg, var(--base-color-dark), var(--base-color));
}

.about-excellence-icon {
    position: relative;
    z-index: 2;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 54px;
    height: 54px;
    margin-bottom: 28px;
    border-radius: 17px;
    color: var(--base-color-dark);
    background: rgba(22, 156, 143, 0.10);
    font-size: 23px;
}

.about-excellence-section .feature-box-content {
    position: relative;
    z-index: 2;
}

.about-excellence-section .feature-box-content > span {
    margin-bottom: 12px !important;
    font-size: 18px !important;
    line-height: 1.4;
}

.about-excellence-section .feature-box-content p {
    margin: 0;
    color: var(--text-soft);
    font-size: 15px;
    line-height: 1.7;
}

.about-excellence-section .feature-box-overlay {
    opacity: 0;
    transition: opacity 0.25s ease;
}

.about-excellence-section .feature-box:hover {
    transform: translateY(-7px);
    border-color: rgba(22, 156, 143, 0.28) !important;
    box-shadow: 0 26px 58px rgba(15, 23, 42, 0.13) !important;
}

.about-excellence-section .feature-box:hover .feature-box-overlay {
    opacity: 1;
}

.about-excellence-section .feature-box:hover .about-excellence-icon {
    color: #fff;
    background: rgba(255, 255, 255, 0.18);
}

.about-excellence-section .feature-box:hover .feature-box-content > span,
.about-excellence-section .feature-box:hover .feature-box-content p {
    color: #fff !important;
}

.about-why-section {
    padding: 105px 0;
}

.about-why-section .overlap-gap-section {
    padding: 0;
}

.about-why-section .col-xl-12 {
    max-width: 1050px;
    margin: 0 auto;
    text-align: center;
}

.about-why-section .col-xl-12 > span {
    justify-content: center;
}

.about-why-section h2 {
    font-size: clamp(1.6rem, 2.3vw, 2.6rem);
    line-height: 1.08;
}

.about-why-section p {
    width: 100% !important;
    color: var(--text-soft);
    font-size: 17px;
    line-height: 1.8;
}

.about-why-section .row:last-child {
    display: none;
}

.about-advantages-section {
    padding: 110px 0 125px;
    background:
        radial-gradient(circle at 92% 10%, rgba(22, 156, 143, 0.08), transparent 24%),
        #f7fcfb;
}

.about-advantages-section > .text-center {
    max-width: var(--site-max-width);
    margin: 0 auto;
    padding: 0 28px;
}

.about-advantages-eyebrow {
    display: inline-block;
    margin-bottom: 14px;
    color: var(--base-color-dark);
    font-size: 13px;
    font-weight: 800;
    letter-spacing: 0.10em;
    text-transform: uppercase;
}

.about-advantages-section h2 {
    max-width: 780px;
    margin: 0 auto 18px;
    font-size: clamp(1.6rem, 2.3vw, 2.6rem);
    line-height: 1.08;
}

.about-advantages-lead {
    max-width: 700px;
    margin: 0 auto 48px;
    color: var(--text-soft);
    font-size: 17px;
    line-height: 1.75;
}

.advantages-card-section {
    display: grid !important;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 22px;
    padding: 0;
}

.advantages-card-section .card {
    width: 100%;
    min-height: 330px;
    margin: 0 !important;
    padding: 34px 28px;
    overflow: hidden;
    text-align: left;
    background: #fff !important;
    border: 1px solid rgba(22, 156, 143, 0.12);
    border-radius: 24px !important;
    box-shadow: 0 18px 45px rgba(15, 23, 42, 0.08);
}

.advantages-card-section .card::before {
    display: none;
}

.advantages-card-section .card::after {
    content: "";
    position: absolute;
    right: -50px;
    bottom: -60px;
    width: 150px;
    height: 150px;
    border-radius: 50%;
    background: rgba(22, 156, 143, 0.055);
}

.about-advantage-icon {
    position: relative;
    z-index: 1;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 56px;
    height: 56px;
    margin-bottom: 28px;
    border-radius: 17px;
    color: #fff;
    background: linear-gradient(135deg, var(--base-color-dark), var(--base-color));
    box-shadow: 0 12px 25px rgba(17, 127, 118, 0.20);
    font-size: 23px;
}

.advantages-card-section .card-title {
    position: relative;
    z-index: 1;
    margin-bottom: 14px;
    font-size: 17px;
}

.advantages-card-section .card-content {
    position: relative;
    z-index: 1;
    margin: 0;
    font-size: 15px;
    line-height: 1.75;
}

.advantages-card-section .card:hover {
    transform: translateY(-7px);
    border-color: rgba(22, 156, 143, 0.25);
    box-shadow: 0 26px 60px rgba(15, 23, 42, 0.13);
}

.about-faq-section {
    padding: 120px 0;
    background: linear-gradient(180deg, #fff 0%, #f4fbfa 100%);
}

.about-faq-intro {
    position: sticky;
    top: 30px;
    padding-right: 60px;
}

.about-faq-intro h2 {
    margin-bottom: 22px;
    font-size: clamp(1.6rem, 2.3vw, 2.6rem);
    line-height: 1.08;
}

.about-faq-intro p {
    margin-bottom: 30px;
    color: var(--text-soft);
    font-size: 17px;
    line-height: 1.75;
}

.about-faq-accordion {
    padding: 0;
    background: transparent;
    box-shadow: none;
}

.about-faq-accordion .accordion-item {
    margin-bottom: 14px;
    overflow: hidden;
    border: 1px solid rgba(22, 156, 143, 0.13);
    border-radius: 18px;
    background: #fff;
    box-shadow: 0 12px 30px rgba(15, 23, 42, 0.06);
}

.about-faq-accordion .accordion-button {
    padding: 22px 24px;
    color: var(--text-strong);
    background: #fff;
    font-size: 16px;
    font-weight: 800;
    box-shadow: none;
}

.about-faq-accordion .accordion-button:not(.collapsed) {
    color: var(--base-color-dark);
    background: rgba(22, 156, 143, 0.06);
}

.about-faq-accordion .accordion-button:focus {
    box-shadow: none;
}

.about-faq-accordion .accordion-body {
    padding: 0 24px 24px;
    color: var(--text-soft);
    font-size: 15px;
    line-height: 1.75;
}

@media (max-width: 991px) {
    .about-page-hero,
    .about-page-hero .small-screen {
        min-height: 430px !important;
    }

    .about-story-section {
        padding: 85px 0;
    }

    .about-story-gallery {
        min-height: 570px;
        margin-bottom: 60px;
    }

    .about-purpose-grid .card,
    .advantages-card-section .card {
        width: 100%;
    }

    .advantages-card-section {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .about-faq-intro {
        position: static;
        margin-bottom: 42px;
        padding-right: 15px;
    }
}

@media (max-width: 575px) {
    .about-page-hero .page-title-extra-large {
        padding: 24px !important;
    }

    .about-page-hero h1 {
        font-size: 1.8rem !important;
    }

    .about-story-gallery {
        min-height: 430px;
    }

    .about-story-gallery > .w-75 {
        width: 86% !important;
    }

    .about-story-gallery > .w-55 {
        width: 64% !important;
    }

    .about-story-highlights {
        grid-template-columns: 1fr;
    }

    .about-purpose-grid .card,
    .advantages-card-section .card {
        width: 100%;
        min-height: auto;
        margin: 8px 0 !important;
    }

    .advantages-card-section {
        grid-template-columns: 1fr;
        gap: 16px;
    }

    .about-excellence-section > .bg-light-turquoise-blue {
        padding: 55px 0 !important;
        border-radius: 24px !important;
    }

    .about-faq-section {
        padding: 75px 0;
    }
}
/* Treatments page */
.treatments-page-hero {
    min-height: 520px !important;
    border-radius: 0 !important;
    background-position: center !important;
}

.treatments-page-hero::before {
    background: linear-gradient(90deg, rgba(247, 252, 251, 0.97) 0%, rgba(247, 252, 251, 0.89) 43%, rgba(247, 252, 251, 0.35) 72%, rgba(247, 252, 251, 0.10) 100%);
}

.treatments-page-hero .small-screen {
    min-height: 520px;
    align-items: center;
}

.treatments-page-hero .page-title-extra-large {
    max-width: 820px;
    padding: 38px 42px !important;
    overflow: hidden;
}

.treatments-hero-eyebrow,
.treatments-grid-eyebrow,
.treatments-faq-eyebrow {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 18px;
    padding: 9px 14px;
    border-radius: 999px;
    color: var(--base-color-dark);
    background: rgba(22, 156, 143, 0.11);
    font-size: 14px;
    font-weight: 800;
}

.treatments-page-hero h1 {
    max-width: 720px;
    margin-bottom: 18px !important;
    font-size: clamp(2rem, 2.8vw, 3.2rem) !important;
    line-height: 1.1 !important;
    letter-spacing: -0.045em;
    word-break: normal;
    overflow-wrap: normal;
}

.treatments-page-hero p {
    max-width: 560px;
    margin-bottom: 18px;
    color: var(--text-soft) !important;
    font-size: 17px;
}

.treatments-breadcrumb {
    margin: 0;
    color: var(--text-soft) !important;
    font-size: 13px;
}

.treatments-breadcrumb a {
    color: var(--base-color-dark) !important;
}

.treatments-intro-section {
    padding: 105px 0;
    background: radial-gradient(circle at 88% 20%, rgba(22, 156, 143, 0.07), transparent 26%), #fff;
}

.treatments-intro-visual figure {
    overflow: hidden;
    border: 8px solid #fff;
    border-radius: 28px;
    box-shadow: 0 28px 65px rgba(15, 23, 42, 0.14);
}

.treatments-intro-visual figure > img {
    height: 520px;
    min-height: 0;
    object-fit: cover;
}

.treatments-intro-visual figcaption {
    right: 22px !important;
    bottom: 22px !important;
    border: 1px solid rgba(22, 156, 143, 0.12);
    border-radius: 18px !important;
    background: rgba(255, 255, 255, 0.92) !important;
    backdrop-filter: blur(12px);
}

.treatments-intro-content h2 {
    margin-bottom: 22px;
    font-size: clamp(1.55rem, 2.2vw, 2.5rem);
    line-height: 1.08;
}

.treatments-intro-content > p {
    color: var(--text-soft);
    font-size: 17px;
    line-height: 1.8;
}

.treatments-intro-highlights {
    display: grid;
    gap: 10px;
    margin-top: 26px;
}

.treatments-intro-highlights span {
    display: flex;
    align-items: center;
    gap: 10px;
    color: var(--text-strong);
    font-size: 14px;
    font-weight: 700;
}

.treatments-intro-highlights i {
    color: var(--base-color);
}

.treatments-grid-section {
    width: calc(100% - 64px);
    max-width: var(--site-max-width);
    margin: 0 auto;
    padding: 100px 0 !important;
    overflow: hidden;
    border-radius: 34px !important;
}

.treatments-grid-section > .position-absolute {
    opacity: 0.35 !important;
}

.treatments-grid-section h2 {
    margin-bottom: 16px;
    font-size: clamp(1.6rem, 2.3vw, 2.6rem);
    line-height: 1.08;
}

.treatments-grid-lead {
    max-width: 680px;
    margin: 0 auto;
    color: var(--text-soft);
    font-size: 17px;
    line-height: 1.75;
}

.treatments-card-grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 22px;
    margin-top: 48px;
}

.treatments-card-grid > div {
    display: flex;
    width: 100%;
    margin-bottom: 0 !important;
}

.treatments-card-grid .icon-with-text-style-04,
.treatments-card-grid .feature-box {
    width: 100%;
}

.treatments-card-grid .feature-box {
    position: relative;
    min-height: 285px;
    padding: 30px 26px !important;
    overflow: hidden;
    border: 1px solid rgba(22, 156, 143, 0.12) !important;
    border-radius: 22px !important;
    background: #fff !important;
    box-shadow: 0 16px 42px rgba(15, 23, 42, 0.08) !important;
}

.treatments-card-grid .feature-box::before {
    content: "\F52A";
    position: relative;
    z-index: 2;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 48px;
    height: 48px;
    margin-bottom: 24px;
    border-radius: 15px;
    color: var(--base-color-dark);
    background: rgba(22, 156, 143, 0.10);
    font-family: bootstrap-icons;
    font-size: 21px;
}

.treatments-card-grid .feature-box-content {
    position: relative;
    z-index: 2;
}

.treatments-card-grid .feature-box-content > span {
    margin-bottom: 12px !important;
    font-size: 17px !important;
    line-height: 1.45;
}

.treatments-card-grid .feature-box-content p {
    margin: 0;
    color: var(--text-soft);
    font-size: 14px;
    line-height: 1.7;
}

.treatments-card-grid .feature-box-overlay {
    display: none;
}

.treatments-card-grid .feature-box:hover {
    transform: translateY(-7px);
    border-color: rgba(22, 156, 143, 0.28) !important;
    box-shadow: 0 24px 56px rgba(15, 23, 42, 0.13) !important;
    background: linear-gradient(180deg, #fff 0%, #effaf8 100%) !important;
}

.treatments-card-grid .feature-box:hover::before {
    color: #fff;
    background: linear-gradient(135deg, var(--base-color-dark), var(--base-color));
}

.treatments-card-grid .feature-box:hover .feature-box-content > span,
.treatments-card-grid .feature-box:hover .feature-box-content p {
    color: inherit !important;
}

.treatments-card-grid .feature-box:hover .feature-box-content > span {
    color: var(--text-strong) !important;
}

.treatments-card-grid .feature-box:hover .feature-box-content p {
    color: var(--text-soft) !important;
}

.treatments-faq-section {
    padding: 120px 0;
    background: linear-gradient(180deg, #fff 0%, #f4fbfa 100%);
}

.treatments-faq-intro {
    position: sticky;
    top: 30px;
    padding-right: 60px;
}

.treatments-faq-intro h2 {
    margin-bottom: 22px;
    font-size: clamp(1.6rem, 2.3vw, 2.6rem);
    line-height: 1.08;
}

.treatments-faq-intro p {
    margin-bottom: 30px;
    color: var(--text-soft);
    font-size: 17px;
    line-height: 1.75;
}

.treatments-faq-accordion {
    padding: 0;
    background: transparent;
    box-shadow: none;
}

.treatments-faq-accordion .accordion-item {
    margin-bottom: 14px;
    overflow: hidden;
    border: 1px solid rgba(22, 156, 143, 0.13);
    border-radius: 18px;
    background: #fff;
    box-shadow: 0 12px 30px rgba(15, 23, 42, 0.06);
}

.treatments-faq-accordion .accordion-button {
    padding: 22px 24px;
    color: var(--text-strong);
    background: #fff;
    font-size: 16px;
    font-weight: 800;
    box-shadow: none;
}

.treatments-faq-accordion .accordion-button:not(.collapsed) {
    color: var(--base-color-dark);
    background: rgba(22, 156, 143, 0.06);
}

.treatments-faq-accordion .accordion-button:focus {
    box-shadow: none;
}

.treatments-faq-accordion .accordion-body {
    padding: 0 24px 24px;
    color: var(--text-soft);
    font-size: 15px;
    line-height: 1.75;
}

@media (max-width: 1199px) {
    .treatments-card-grid {
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }
}

@media (max-width: 991px) {
    .treatments-page-hero,
    .treatments-page-hero .small-screen {
        min-height: 430px !important;
    }

    .treatments-intro-section {
        padding: 85px 0;
    }

    .treatments-intro-visual {
        margin-bottom: 55px;
    }

    .treatments-grid-section {
        padding: 80px 0 !important;
        border-radius: 26px !important;
    }

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

    .treatments-faq-intro {
        position: static;
        margin-bottom: 42px;
        padding-right: 15px;
    }
}

@media (max-width: 575px) {
    .treatments-page-hero .page-title-extra-large {
        padding: 24px !important;
    }

    .treatments-page-hero h1 {
        font-size: 1.7rem !important;
    }

    .treatments-intro-visual figure > img {
        min-height: 380px;
    }

    .treatments-intro-visual figcaption {
        position: relative !important;
        right: auto !important;
        bottom: auto !important;
        width: calc(100% - 24px) !important;
        margin: -60px auto 0;
    }

    .treatments-grid-section {
        padding: 65px 0 !important;
        border-radius: 22px !important;
    }

    .treatments-card-grid .feature-box {
        min-height: auto;
    }

    .treatments-card-grid {
        grid-template-columns: 1fr;
        gap: 16px;
    }

    .treatments-faq-section {
        padding: 75px 0;
    }
}
/* Shared FAQ UI */
.about-faq-section,
.treatments-faq-section,
.contact-faq-section {
    position: relative;
    padding: 105px 0;
    overflow: hidden;
    background:
        radial-gradient(circle at 8% 10%, rgba(22, 156, 143, 0.07), transparent 24%),
        linear-gradient(180deg, #fff 0%, #f6fbfa 100%);
}

.about-faq-section::after,
.treatments-faq-section::after,
.contact-faq-section::after {
    content: "";
    position: absolute;
    right: -90px;
    bottom: -130px;
    width: 360px;
    height: 360px;
    opacity: 0.08;
    background: url("../images/demo-medical-pattern.svg") center / contain no-repeat;
    pointer-events: none;
}

.about-faq-section > .container,
.treatments-faq-section > .container,
.contact-faq-section > .container {
    position: relative;
    z-index: 1;
    max-width: 1420px;
}

.about-faq-intro,
.treatments-faq-intro,
.contact-faq-content {
    padding-right: 70px;
}

.about-faq-eyebrow,
.treatments-faq-eyebrow,
.contact-faq-eyebrow {
    width: fit-content;
    max-width: 100%;
    margin-bottom: 20px;
    padding: 9px 14px;
    border-radius: 999px;
    color: var(--base-color-dark);
    background: rgba(22, 156, 143, 0.10);
    font-size: 13px;
    font-weight: 800;
}

.contact-faq-eyebrow {
    display: inline-flex;
    align-items: center;
}

.contact-faq-eyebrow > span {
    width: 46px !important;
    height: 46px !important;
    margin-right: 10px !important;
}

.about-faq-intro h2,
.treatments-faq-intro h2,
.contact-faq-content h2 {
    max-width: 560px;
    margin-bottom: 20px;
    font-size: clamp(1.55rem, 2.2vw, 2.5rem);
    line-height: 1.08;
}

.about-faq-intro p,
.treatments-faq-intro p {
    max-width: 520px;
    margin-bottom: 28px;
    font-size: 16px;
    line-height: 1.75;
}

.about-faq-intro .btn,
.treatments-faq-intro .btn {
    width: auto !important;
    min-width: 210px;
    max-width: 100%;
}

.about-faq-accordion,
.treatments-faq-accordion {
    border: 0;
}

.about-faq-accordion .accordion-item,
.treatments-faq-accordion .accordion-item {
    margin-bottom: 12px;
    border-radius: 16px;
    box-shadow: 0 10px 28px rgba(15, 23, 42, 0.055);
}

.about-faq-accordion .accordion-button,
.treatments-faq-accordion .accordion-button {
    min-height: 76px;
    padding: 18px 22px;
    font-size: 15px;
    line-height: 1.45;
}

.about-faq-accordion .accordion-button::after,
.treatments-faq-accordion .accordion-button::after {
    width: 18px;
    height: 18px;
    background-size: 18px;
}

.about-faq-accordion .accordion-body,
.treatments-faq-accordion .accordion-body {
    padding: 0 22px 20px;
    font-size: 14px;
    line-height: 1.7;
}

.contact-faq-section .accordion {
    padding: 0;
    background: transparent;
    box-shadow: none;
}

.contact-faq-section .accordion-style-02 .accordion-item {
    margin-bottom: 12px;
    padding: 0 18px;
    overflow: hidden;
    border: 1px solid rgba(22, 156, 143, 0.13);
    border-radius: 16px;
    background: #fff;
    box-shadow: 0 10px 28px rgba(15, 23, 42, 0.055);
}

.contact-faq-section .accordion-header {
    border: 0 !important;
}

.contact-faq-section .accordion-title {
    display: flex;
    align-items: center;
    gap: 12px;
    padding: 18px 0;
}

.contact-faq-section .accordion-title i {
    color: var(--base-color-dark);
    font-size: 17px !important;
}

.contact-faq-section .accordion-title span {
    font-size: 15px !important;
    line-height: 1.45;
}

.contact-faq-section .accordion-body {
    padding: 0 0 20px;
    border: 0 !important;
    color: var(--text-soft);
    font-size: 14px;
    line-height: 1.7;
}

.contact-faq-section .accordion-body p {
    width: 100% !important;
    margin: 0;
}

@media (max-width: 991px) {
    .about-faq-section,
    .treatments-faq-section,
    .contact-faq-section {
        padding: 80px 0;
    }

    .about-faq-intro,
    .treatments-faq-intro,
    .contact-faq-content {
        position: static;
        margin-bottom: 38px;
        padding-right: 15px;
    }
}

@media (max-width: 575px) {
    .about-faq-section,
    .treatments-faq-section,
    .contact-faq-section {
        padding: 64px 0;
    }

    .about-faq-intro h2,
    .treatments-faq-intro h2,
    .contact-faq-content h2 {
        font-size: 1.5rem;
    }

    .about-faq-intro .btn,
    .treatments-faq-intro .btn {
        min-width: 0;
        width: 100% !important;
    }
}
/* Contact page */
.contact-page-hero {
    min-height: 500px !important;
    border-radius: 0 !important;
    background-position: center !important;
}

.contact-page-hero::before {
    background: linear-gradient(90deg, rgba(247, 252, 251, 0.97) 0%, rgba(247, 252, 251, 0.90) 44%, rgba(247, 252, 251, 0.38) 72%, rgba(247, 252, 251, 0.10) 100%);
}

.contact-page-hero .small-screen {
    min-height: 500px;
    align-items: center;
}

.contact-page-hero .page-title-extra-large {
    max-width: 760px;
    padding: 38px 42px !important;
}

.contact-hero-eyebrow {
    display: inline-flex;
    margin-bottom: 18px;
    padding: 9px 14px;
    border-radius: 999px;
    color: var(--base-color-dark);
    background: rgba(22, 156, 143, 0.11);
    font-size: 14px;
    font-weight: 800;
}

.contact-page-hero h1 {
    max-width: 620px;
    margin-bottom: 18px !important;
    font-size: clamp(2rem, 2.9vw, 3.3rem) !important;
    line-height: 1.1 !important;
    letter-spacing: -0.045em;
}

.contact-page-hero p {
    max-width: 600px;
    margin-bottom: 18px;
    color: var(--text-soft) !important;
    font-size: 17px;
    line-height: 1.7;
}

.contact-breadcrumb {
    margin: 0;
    color: var(--text-soft) !important;
    font-size: 13px;
}

.contact-breadcrumb a {
    color: var(--base-color-dark) !important;
}

.contact-details-section {
    padding: 90px 0;
    background: #fff;
}

.contact-details-grid {
    --bs-gutter-x: 22px;
    --bs-gutter-y: 22px;
}

.contact-details-grid > .col {
    display: flex;
}

.contact-details-grid .feature-box {
    display: flex;
    align-items: center;
    width: 100%;
    min-height: 190px;
    padding: 30px;
    text-align: left;
    border: 1px solid rgba(22, 156, 143, 0.12);
    border-radius: 22px !important;
    background: linear-gradient(145deg, #fff 0%, #f4fbfa 100%);
    box-shadow: 0 16px 40px rgba(15, 23, 42, 0.07);
}

.contact-details-grid .feature-box-icon {
    flex: 0 0 58px;
    width: 58px !important;
    height: 58px !important;
    margin: 0 20px 0 0 !important;
    color: var(--base-color-dark);
    background: rgba(22, 156, 143, 0.10);
    box-shadow: none;
}

.contact-details-grid .feature-box-icon i {
    font-size: 24px;
}

.contact-details-grid .feature-box-icon-hover {
    display: none;
}

.contact-details-grid .feature-box-content {
    min-width: 0;
}

.contact-details-grid .feature-box-content > span {
    margin-bottom: 7px !important;
    font-size: 17px !important;
}

.contact-details-grid .feature-box-content,
.contact-details-grid .feature-box-content p,
.contact-details-grid .feature-box-content a {
    overflow-wrap: anywhere;
    color: var(--text-soft);
    font-size: 14px;
    line-height: 1.6;
}

.contact-details-grid .feature-box-content p {
    width: 100% !important;
    margin: 0 !important;
}

.contact-details-grid .feature-box:hover {
    transform: translateY(-6px);
    border-color: rgba(22, 156, 143, 0.26);
    box-shadow: 0 24px 52px rgba(15, 23, 42, 0.11);
}

.contact-form-section {
    padding: 105px 0;
    background:
        radial-gradient(circle at 90% 8%, rgba(22, 156, 143, 0.08), transparent 24%),
        #f7fcfb;
}

.contact-form-heading {
    max-width: 720px;
    margin-bottom: 42px;
}

.contact-form-heading > span {
    display: inline-block;
    margin-bottom: 12px;
    color: var(--base-color-dark);
    font-size: 13px;
    font-weight: 800;
    letter-spacing: 0.10em;
    text-transform: uppercase;
}

.contact-form-heading h2 {
    margin-bottom: 14px;
    font-size: clamp(1.6rem, 2.3vw, 2.6rem);
    line-height: 1.08;
}

.contact-form-heading p {
    margin: 0;
    color: var(--text-soft);
    font-size: 16px;
}

.contact-form-row > div {
    display: flex;
}

.contact-form-section .contact-form-style-05,
.contact-map {
    width: 100%;
    min-height: 610px;
    border-radius: 26px;
}

.contact-form-section .contact-form-style-05 {
    padding: 38px;
    background: #fff;
    box-shadow: 0 20px 50px rgba(15, 23, 42, 0.09);
}

.contact-form-section label {
    display: block;
    margin-bottom: 7px;
    color: var(--text-strong);
    font-size: 13px;
    font-weight: 800;
}

.contact-form-section .form-control {
    min-height: 54px;
    padding: 14px 16px;
    border-radius: 13px;
    background: #f8fbfb;
}

.contact-form-section textarea.form-control {
    min-height: 130px;
}

.contact-map {
    overflow: hidden;
    border: 8px solid #fff;
    box-shadow: 0 20px 50px rgba(15, 23, 42, 0.09);
}

.contact-map iframe {
    width: 100%;
    height: 100% !important;
    min-height: 594px;
    border-radius: 18px !important;
}

.contact-hours-card {
    padding: 38px !important;
    border-radius: 24px !important;
    background: linear-gradient(145deg, #fff 0%, #eff9f7 100%) !important;
}

.contact-hours-card > span {
    margin-bottom: 24px !important;
}

.contact-hours-card .pricing-table-style-12 li {
    padding: 18px 0;
}

@media (max-width: 991px) {
    .contact-page-hero,
    .contact-page-hero .small-screen {
        min-height: 430px !important;
    }

    .contact-details-grid {
        grid-template-columns: 1fr;
    }

    .contact-form-section {
        padding: 80px 0;
    }

    .contact-form-row > div {
        display: block;
    }

    .contact-form-section .contact-form-style-05,
    .contact-map {
        min-height: auto;
    }

    .contact-map {
        margin-top: 24px;
    }
}

@media (max-width: 575px) {
    .contact-page-hero .page-title-extra-large {
        padding: 24px !important;
    }

    .contact-page-hero h1 {
        font-size: 1.75rem !important;
    }

    .contact-details-section {
        padding: 65px 0;
    }

    .contact-details-grid .feature-box {
        min-height: auto;
        padding: 24px 20px;
    }

    .contact-form-section {
        padding: 65px 0;
    }

    .contact-form-section .contact-form-style-05 {
        padding: 26px 20px;
        border-radius: 20px;
    }

    .contact-map iframe {
        min-height: 420px;
    }

    .contact-hours-card {
        padding: 26px 20px !important;
    }
}

/* ── Floating WhatsApp Button ── */
/* ══════════════════════════════════
   Floating WhatsApp Widget
══════════════════════════════════ */
.wa-wrapper {
    position: fixed;
    bottom: 92px;
    right: 24px;
    z-index: 9999;
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    gap: 12px;
}

/* ── Popup Card ── */
.wa-popup {
    width: 300px;
    background: #fff;
    border-radius: 18px;
    box-shadow: 0 20px 60px rgba(15, 23, 42, 0.16), 0 4px 16px rgba(15, 23, 42, 0.08);
    overflow: hidden;
    transform: translateY(16px) scale(0.96);
    opacity: 0;
    pointer-events: none;
    transition: transform 0.32s cubic-bezier(0.34, 1.56, 0.64, 1),
                opacity  0.28s ease;
}

.wa-popup.wa-popup--visible {
    transform: translateY(0) scale(1);
    opacity: 1;
    pointer-events: all;
}

/* popup header — WhatsApp green bar */
.wa-popup-header {
    display: flex;
    align-items: center;
    gap: 12px;
    padding: 14px 16px;
    background: linear-gradient(135deg, #075e54 0%, #128c7e 100%);
}

.wa-popup-avatar {
    flex-shrink: 0;
    width: 44px;
    height: 44px;
    border-radius: 50%;
    background: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    box-shadow: 0 2px 8px rgba(0,0,0,0.20);
}

.wa-popup-avatar img {
    width: 38px;
    height: 38px;
    object-fit: contain;
}

.wa-popup-info { flex: 1; min-width: 0; }

.wa-popup-name {
    display: block;
    font-size: 14px;
    font-weight: 700;
    color: #fff;
    line-height: 1.3;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.wa-popup-status {
    display: flex;
    align-items: center;
    gap: 5px;
    font-size: 12px;
    color: rgba(255,255,255,0.80);
    margin-top: 2px;
}

.wa-status-dot {
    width: 7px;
    height: 7px;
    background: #4ade80;
    border-radius: 50%;
    flex-shrink: 0;
    animation: wa-blink 2s ease-in-out infinite;
}

@keyframes wa-blink {
    0%, 100% { opacity: 1; }
    50%       { opacity: 0.4; }
}

.wa-popup-close {
    background: none;
    border: none;
    color: rgba(255,255,255,0.70);
    font-size: 20px;
    line-height: 1;
    cursor: pointer;
    padding: 0 0 0 8px;
    flex-shrink: 0;
    transition: color 0.15s;
}
.wa-popup-close:hover { color: #fff; }

/* popup chat body */
.wa-popup-body {
    padding: 16px 16px 12px;
    background: #ece5dd url("data:image/svg+xml,%3Csvg width='60' height='60' viewBox='0 0 60 60' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='none' fill-rule='evenodd'%3E%3Cg fill='%23c8b99a' fill-opacity='0.15'%3E%3Cpath d='M36 34v-4h-2v4h-4v2h4v4h2v-4h4v-2h-4zm0-30V0h-2v4h-4v2h4v4h2V6h4V4h-4zM6 34v-4H4v4H0v2h4v4h2v-4h4v-2H6zM6 4V0H4v4H0v2h4v4h2V6h4V4H6z'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
}

.wa-message {
    background: #fff;
    border-radius: 0 12px 12px 12px;
    padding: 10px 14px 8px;
    max-width: 240px;
    box-shadow: 0 2px 4px rgba(0,0,0,0.08);
    position: relative;
}

.wa-message::before {
    content: '';
    position: absolute;
    top: 0;
    left: -7px;
    width: 0;
    height: 0;
    border-top: 8px solid #fff;
    border-left: 8px solid transparent;
}

.wa-message p {
    font-size: 13.5px;
    color: #303030;
    line-height: 1.5;
    margin: 0 0 4px;
}

.wa-message p:last-of-type { margin-bottom: 6px; }

.wa-message-time {
    display: block;
    font-size: 11px;
    color: #9e9e9e;
    text-align: right;
}

/* popup CTA button */
.wa-popup-btn {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    margin: 0 16px 16px;
    padding: 11px 20px;
    background: linear-gradient(135deg, #25d366 0%, #1db954 100%);
    border-radius: 999px;
    color: #fff !important;
    font-size: 13.5px;
    font-weight: 700;
    text-decoration: none;
    box-shadow: 0 4px 14px rgba(37, 211, 102, 0.40);
    transition: box-shadow 0.2s ease, transform 0.2s ease;
}
.wa-popup-btn:hover {
    box-shadow: 0 6px 20px rgba(37, 211, 102, 0.55);
    transform: translateY(-1px);
}

/* ── Trigger Button ── */
.whatsapp-float {
    position: relative;
    display: inline-flex;
    align-items: center;
    gap: 10px;
    height: 56px;
    padding: 0 22px 0 14px;
    background: linear-gradient(135deg, #25d366 0%, #1db954 100%);
    border-radius: 999px;
    box-shadow: 0 8px 24px rgba(37, 211, 102, 0.45), 0 2px 6px rgba(0,0,0,0.10);
    text-decoration: none;
    overflow: hidden;
    max-width: 56px;
    transition: max-width 0.40s cubic-bezier(0.4, 0, 0.2, 1),
                padding   0.40s cubic-bezier(0.4, 0, 0.2, 1),
                box-shadow 0.25s ease;
    animation: wa-bounce 2.8s ease-in-out infinite;
    cursor: pointer;
}

.whatsapp-float:hover {
    max-width: 230px;
    box-shadow: 0 12px 32px rgba(37, 211, 102, 0.60), 0 4px 10px rgba(0,0,0,0.12);
    animation: none;
}

/* notification badge */
.wa-badge {
    position: absolute;
    top: -4px;
    right: -4px;
    width: 20px;
    height: 20px;
    background: #ef4444;
    color: #fff;
    font-size: 11px;
    font-weight: 800;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 2px solid #fff;
    animation: wa-badge-pop 0.4s cubic-bezier(0.34, 1.56, 0.64, 1) 3.2s both;
    box-shadow: 0 2px 6px rgba(239,68,68,0.45);
}

@keyframes wa-badge-pop {
    from { transform: scale(0); opacity: 0; }
    to   { transform: scale(1); opacity: 1; }
}

.wa-badge.wa-badge--hidden { display: none; }

.wa-float-icon {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    width: 34px;
    height: 34px;
    background: rgba(255,255,255,0.20);
    border-radius: 50%;
}

.wa-float-icon i {
    font-size: 20px;
    color: #fff;
    line-height: 1;
}

.wa-float-label {
    display: flex;
    flex-direction: column;
    white-space: nowrap;
    opacity: 0;
    transform: translateX(8px);
    transition: opacity 0.22s ease 0.14s, transform 0.22s ease 0.14s;
    pointer-events: none;
}

.whatsapp-float:hover .wa-float-label {
    opacity: 1;
    transform: translateX(0);
}

.wa-float-label-top {
    font-size: 10px;
    font-weight: 600;
    color: rgba(255,255,255,0.78);
    letter-spacing: 0.07em;
    text-transform: uppercase;
    line-height: 1.2;
}

.wa-float-label-main {
    font-size: 13.5px;
    font-weight: 800;
    color: #fff;
    line-height: 1.3;
    letter-spacing: -0.01em;
}

/* ripple ring */
.whatsapp-float::before {
    content: '';
    position: absolute;
    inset: 0;
    border-radius: 999px;
    border: 2px solid rgba(37, 211, 102, 0.55);
    animation: wa-ring 2.8s ease-in-out infinite;
    pointer-events: none;
}
.whatsapp-float:hover::before { animation: none; opacity: 0; }

@keyframes wa-bounce {
    0%, 100% { transform: translateY(0);  }
    50%       { transform: translateY(-5px); }
}

@keyframes wa-ring {
    0%   { transform: scale(1);   opacity: 0.8; }
    70%  { transform: scale(1.6); opacity: 0;   }
    100% { transform: scale(1.6); opacity: 0;   }
}

/* entrance animation */
.wa-wrapper {
    animation: wa-enter 0.55s cubic-bezier(0.34, 1.56, 0.64, 1) 0.8s both;
}

@keyframes wa-enter {
    from { transform: translateY(30px); opacity: 0; }
    to   { transform: translateY(0);    opacity: 1; }
}

@media (max-width: 767px) {
    .wa-wrapper {
        bottom: 24px;
        right: 16px;
    }
    .wa-popup { width: 270px; }
    .whatsapp-float {
        height: 50px;
        max-width: 50px;
        padding: 0 12px;
    }
    .whatsapp-float:hover {
        max-width: 210px;
        padding: 0 18px 0 12px;
    }
    .wa-float-icon { width: 30px; height: 30px; }
    .wa-float-icon i { font-size: 18px; }
    .wa-float-label-main { font-size: 12.5px; }
}
