    /* FORCE 3 COLUMN PRODUCT GRID */
    @media (min-width: 1024px) {
.tf-grid-layout {
    display: grid !important;
    grid-template-columns: repeat(3, 1fr) !important;
    gap: 24px;
}
    }

.servive-title {
    font-size: 19px !important;
    line-height: 1.3 !important;
}

    @media (max-width: 767px) {
        .hair-card{
            display: none !important;
        }
        .servive-title{
            line-height: 1.3 !important;
        }
    }

/* FIX PRODUCT CARD WIDTH ISSUES */
.card-product {
    width: 100%;
}

/* IMAGE HEIGHT BALANCE */
.card-product-wrapper img {
    height: 180px;
    object-fit: contain;
}
/* ===== COLLECTION SPLIT LAYOUT ===== */
.collection-item-v2 .collection-inner {
    display: flex;
    align-items: stretch;
    width: 100%;
    border-radius: 20px;
    overflow: hidden;
    background: #fff;
}

/* LEFT: CONTENT */
.collection-item-v2 .collection-content {
    width: 50%;
    background: #ffffff;
    display: flex;
    align-items: center;
    padding: 40px;
}

.collection-item-v2 .collection-content .heading {
    color: #000 !important;
    font-size: 34px;
    font-weight: 800;
    line-height: 1.1;
}

.collection-item-v2 .collection-content .subheading {
    color: #666 !important;
    margin-top: 10px;
}

/* Button color fix */
.collection-item-v2 .collection-other-link {
    color: #000;
    border-color: #000;
}

/* RIGHT: IMAGE */
.collection-item-v2 .collection-image {
    width: 50%;
}

.collection-item-v2 .collection-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

/* REMOVE OLD OVERLAYS */
.collection-item-v2 .collection-content {
    position: static;
}

/* ===== RESPONSIVE ===== */
@media (max-width: 768px) {
    .collection-item-v2 .collection-inner {
        flex-direction: column;
    }

    .collection-item-v2 .collection-content,
    .collection-item-v2 .collection-image {
        width: 100%;
    }
}
/* MAIN CARD */
.hair-card {
    max-width: 980px;
    background: #fff;
    border-radius: 24px;
    display: flex;
    overflow: hidden;
}

/* LEFT IMAGE */
.hair-image {
    position: relative;
    width: 45%;
}

.hair-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

/* TEXT OVER IMAGE */
.hair-overlay {
    position: absolute;
    inset: 0;
    padding: 40px 30px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.hair-overlay h2 {
    font-size: 42px;
    font-weight: 800;
    line-height: 1.1;
    margin-bottom: 20px;
}

.hair-overlay .white {
    color: #fff;
}

.hair-overlay .green {
    color: #d65b18;
}

.shop-link {
    color: #fff;
    font-weight: 500;
    text-decoration: underline;
    font-size: 20px;
}

.shop-link:hover {
    color: #d65b18;
}

/* RIGHT CONTENT */
.hair-content {
    width: 55%;
    padding: 50px 60px;
}

.hair-content h3 {
    font-size: 25px;
    font-weight: 700;
    color: #1c1c1c;
    margin-bottom: 18px;
}

.hair-content ul {
    list-style: none;
    margin-bottom: 30px;
}

.hair-content ul li {
    font-size: 20px;
    color: #555;
    margin-bottom: 10px;
}

/* BUTTON */
.view-btn {
    display: inline-block;
    padding: 12px 26px;
    border: 1px solid #c15a22;
    color: #FFFFFF;
    border-radius: 8px;
    text-decoration: none;
    font-weight: 500;
    transition: 0.3s;
    background-color: #c15a22;
}

.view-btn:hover {
    background: #c15a22;
    color: #FFFFFF;
}

.page-title {
    text-align: center;
    font-size: 32px;
    font-weight: bold;
    margin: 30px 0 40px;
    color: #222;
    position: relative;
}
.page-title:after {
    content: '';
    display: block;
    width: 80px;
    height: 4px;
    background: linear-gradient(90deg, #ee922e, #bd3e10);
    margin: 12px auto 0;
    border-radius: 2px;
}

body {
    background-color: #fdfbfb !important;
}

/* Premium wellness header */
.wellness-topbar {
    min-height: 38px;
    background: #211713;
    color: rgba(255, 255, 255, 0.82);
    display: flex;
    align-items: center;
    font-size: 11px;
}

.wellness-topbar-inner {
    min-height: 38px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 24px;
}

.wellness-topbar p {
    margin: 0;
    color: #ffe0b7;
    font-size: 11px;
    letter-spacing: 0.035em;
}

.wellness-topbar p i {
    margin-right: 7px;
    color: #f2a24b;
}

.wellness-topbar-inner > div {
    display: flex;
    align-items: center;
    gap: 24px;
}

.wellness-topbar a,
.wellness-topbar span {
    color: rgba(255, 255, 255, 0.78);
    display: inline-flex;
    align-items: center;
    gap: 7px;
}

.wellness-topbar a:hover {
    color: #fff;
}

#header {
    position: sticky;
    top: 0;
    z-index: 100;
    background: rgba(255, 255, 255, 0.98);
    box-shadow: 0 8px 30px rgba(59, 40, 31, 0.07);
    transition: box-shadow 0.25s ease;
}

#header .main-header {
    border-bottom: 1px solid #e9eee4 !important;
}

#header .main-header .wrapper-header {
    min-height: 88px;
}

@media (min-width: 992px) {
    #header .main-header .wrapper-header {
        flex-wrap: nowrap;
        gap: 20px;
    }

    #header .main-header .wrapper-header > .col-md-4:nth-child(2) {
        flex: 0 0 auto;
        width: auto;
    }

    #header .main-header .wrapper-header > .col-md-4:nth-child(3) {
        flex: 1 1 440px;
        width: auto;
        max-width: 470px;
        margin-left: auto;
        margin-right: auto;
    }

    #header .main-header .wrapper-header > .col-md-4:nth-child(4) {
        flex: 0 0 auto;
        width: auto;
    }
}

#header .logo-header {
    display: inline-flex;
    align-items: center;
    gap: 15px;
}

#header .logo-header img {
    width: 190px !important;
    max-height: 68px;
    object-fit: contain;
}

.header-brand-note {
    position: relative;
    min-width: 185px;
    padding: 3px 0 3px 18px;
    border: 0;
    border-left: 1px solid #b9cbaa;
    border-radius: 0;
    background: transparent;
    display: flex;
    flex-direction: column;
    justify-content: center;
    line-height: 1.15;
    box-shadow: none;
}

.header-brand-note::before {
    content: "";
    position: absolute;
    top: 4px;
    left: 8px;
    width: 4px;
    height: 4px;
    border: 0;
    border-radius: 50% 0 50% 50%;
    background: #78a653;
    transform: rotate(-35deg);
    box-shadow: none;
}

.header-brand-note strong {
    color: #29452d;
    font-family: Georgia, serif;
    font-size: 15.5px;
    font-weight: 700;
    letter-spacing: -.015em;
    white-space: nowrap;
}

.header-brand-note small {
    margin-top: 5px;
    color: #74806f;
    font-size: 8px;
    font-weight: 700;
    letter-spacing: 0.19em;
    text-transform: uppercase;
}

#header .tf-form-search .search-box input {
    height: 48px;
    padding: 0 58px 0 20px;
    border: 1px solid #dfe8d8;
    border-radius: 30px;
    background: #f7faf3;
    color: #6f4b3a;
    font-size: 13px;
}

#header .tf-form-search .search-box input:focus {
    border-color: #c15a22;
    background: #fff;
}

#header .tf-form-search .search-box .tf-btn {
    right: 5px;
    width: 38px;
    height: 38px;
    border-radius: 50%;
    background: #c15a22;
}

#header .nav-icon {
    gap: 10px !important;
}

#header .nav-icon .nav-icon-item {
    min-width: 42px;
    min-height: 42px;
    padding: 0 11px;
    border: 1px solid #e2e9dc;
    border-radius: 24px;
    color: #6f4b3a;
    align-items: center;
    justify-content: center;
    gap: 7px !important;
    background: #fff;
}

#header .nav-icon .nav-icon-item:hover {
    border-color: #c15a22;
    background: #f1f7e9;
    color: #6f4b3a;
}

#header .nav-icon .nav-icon-item .text {
    font-size: 12px;
    line-height: 1;
    font-weight: 600;
}

#header .nav-icon .count-box {
    top: -6px;
    right: -4px;
    background: #c15a22;
}

body:not(.product-related-page) #header .nav-icon .nav-cart {
    display: none !important;
}

#header .header-bottom {
    border-bottom: 0 !important;
    background: linear-gradient(90deg, #6f2e16 0%, #b84b17 55%, #6f2e16 100%);
    box-shadow: inset 0 1px rgba(255, 255, 255, 0.08);
}

#header.header-style-4 .header-bottom .wrapper-header {
    min-height: 68px;
    gap: 16px;
}

#header.header-style-4 .header-bottom .menu-item {
    padding: 13px 0;
}

#header .header-bottom .box-left {
    flex: 1 1 auto;
    min-width: 0;
    gap: clamp(18px, 2.2vw, 34px);
}

#header .header-bottom .box-navigation {
    min-width: 0;
}

#header .header-bottom .tf-list-categories {
    flex: 0 0 auto;
}

#header .header-bottom .tf-list-categories .categories-title {
    min-width: 190px;
    height: 42px;
    padding: 0 17px;
    margin-inline-end: 0;
    border-radius: 25px;
    background: #fff1df;
    color: #a74416;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 0.025em;
}

#header .header-bottom .tf-list-categories .categories-title.active {
    background: #ffffff;
    color: #7b3114;
    box-shadow: 0 5px 16px rgba(59, 40, 31, 0.16);
}

#header .box-nav-ul {
    gap: clamp(4px, 0.7vw, 10px) !important;
    flex-wrap: nowrap;
}

#header .box-nav-ul .item-link {
    min-height: 42px;
    padding: 0 clamp(9px, 0.85vw, 13px);
    border-radius: 22px;
    color: rgba(255, 255, 255, 0.86);
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 7px;
    font-size: clamp(11px, 0.92vw, 13px) !important;
    line-height: 1;
    font-weight: 600;
    white-space: nowrap;
    text-align: center;
}

#header .box-nav-ul .item-link::before {
    display: none;
}

#header .box-nav-ul .menu-item:hover > .item-link {
    background: rgba(255, 255, 255, 0.12);
    color: #fff;
}

#header .box-nav-ul .menu-item.active > .item-link {
    background: #fff1df;
    color: #9d3e14;
    box-shadow: 0 5px 16px rgba(59, 40, 31, 0.16);
}

#header .sub-menu {
    border: 1px solid #e5ebdf;
    border-radius: 14px;
    box-shadow: 0 18px 45px rgba(59, 40, 31, 0.13);
}

#header .header-bottom .box-right {
    flex: 0 0 auto;
    gap: 10px;
    min-width: 330px;
    justify-content: flex-end;
}

#header .header-support-icon {
    width: 38px;
    height: 38px;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.14);
    display: flex;
    align-items: center;
    justify-content: center;
}

#header .header-support-icon svg {
    width: 21px;
    height: 21px;
}

#header .header-support-icon svg path {
    fill: #fff;
}

#header .header-support-copy > span {
    color: rgba(255, 255, 255, 0.58);
    font-size: 9px;
    line-height: 1.2;
    text-transform: uppercase;
    letter-spacing: 0.04em;
}

#header .header-bottom .box-right .phone {
    color: #fff;
    font-size: 13px;
    line-height: 1.35;
    font-weight: 700;
}

.header-appointment {
    min-height: 42px;
    padding: 0 18px;
    border-radius: 24px;
    background: #f2a24b;
    color: #3b1e10;
    display: inline-flex;
    align-items: center;
    gap: 8px;
    font-size: 10px;
    font-weight: 700;
    letter-spacing: 0.035em;
    text-transform: uppercase;
    white-space: nowrap;
}

.header-appointment:hover {
    background: #fff;
    color: #7b3114;
}

/* Balanced desktop navigation */
@media (min-width: 1201px) {
    #header .header-bottom .container {
        width: min(96%, 1540px);
        max-width: 1540px;
    }

    #header.header-style-4 .header-bottom .wrapper-header {
        display: grid !important;
        grid-template-columns: minmax(0, 1fr) auto;
        gap: clamp(18px, 2vw, 32px);
    }

    #header .header-bottom .box-left {
        width: 100%;
        display: grid;
        grid-template-columns: 180px minmax(0, 1fr);
        align-items: center;
        gap: clamp(12px, 1.4vw, 24px);
    }

    #header .header-bottom .tf-list-categories,
    #header .header-bottom .tf-list-categories .categories-title {
        width: 180px;
        min-width: 180px;
    }

    #header .header-bottom .box-navigation,
    #header .box-nav-ul {
        width: 100%;
    }

    #header .box-nav-ul {
        justify-content: space-between !important;
        gap: 2px !important;
    }

    #header .box-nav-ul .item-link {
        padding-inline: clamp(8px, .72vw, 12px);
    }

    #header .header-bottom .box-right {
        min-width: 344px;
        margin-left: 0;
    }

    #header .header-support-copy {
        min-width: 120px;
    }
}

@media (min-width: 1201px) and (max-width: 1450px) {
    #header .header-bottom .box-right {
        min-width: auto;
    }

    #header .header-support-icon,
    #header .header-support-copy {
        display: none !important;
    }
}

@media (max-width: 1200px) {
    #header .logo-header img {
        width: 175px !important;
    }

    .header-brand-note {
        display: none;
    }

    #header .nav-icon .nav-icon-item .text,
    #header .header-support-copy,
    #header .header-support-icon {
        display: none;
    }

    #header .box-nav-ul .item-link {
        padding-inline: 9px;
    }
}

@media (max-width: 1450px) and (min-width: 992px) {
    #header .header-bottom .box-right {
        min-width: auto;
        gap: 8px;
    }

    #header .header-support-copy,
    #header .header-support-icon {
        display: none;
    }

    .header-appointment {
        min-height: 40px;
        padding-inline: 16px;
        font-size: 9px;
    }

    #header .header-bottom .tf-list-categories .categories-title {
        min-width: 178px;
    }
}

@media (max-width: 991px) {
    .wellness-topbar-inner {
        justify-content: center;
    }

    .wellness-topbar-inner > div {
        display: none;
    }

    #header .main-header .wrapper-header {
        min-height: 72px;
    }

    #header .logo-header img {
        width: 170px !important;
        max-height: 56px;
    }

    #header {
        top: 0;
    }

    #header .nav-icon .nav-icon-item {
        min-width: 39px;
        min-height: 39px;
        padding: 0;
    }
}

@media (max-width: 576px) {
    .wellness-topbar {
        min-height: 32px;
    }

    .wellness-topbar-inner {
        min-height: 32px;
    }

    .wellness-topbar p {
        font-size: 9px;
    }

    #header .logo-header img {
        width: 145px !important;
    }

    #header .nav-icon {
        gap: 6px !important;
    }

    #header .nav-icon .nav-wishlist {
        display: none;
    }
}

/* Home page banner height */
.slider-home-2 .wrap-slider {
    height: 640px;
    overflow: hidden;
}

.slider-home-2 {
    background: #211713;
}

.slider-home-2 .wrap-slider > img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    transform: scale(1.01);
}

.slider-home-2 .swiper-slide:nth-child(1) .wrap-slider > img {
    object-position: center;
}

.slider-home-2 .swiper-slide:nth-child(1) .wrap-slider {
    background: url("../images/collections/ayurvedic-treatment-banner66a2115c80c86.webp") center/cover no-repeat;
}

.slider-home-2 .swiper-slide:nth-child(2) .wrap-slider > img {
    object-position: center 42%;
}

.slider-home-2 .swiper-slide:nth-child(3) .wrap-slider > img {
    object-position: center 58%;
}

.slider-home-2 .swiper-slide-active .wrap-slider > img {
    animation: homeHeroZoom 7s ease-out both;
}

@keyframes homeHeroZoom {
    from { transform: scale(1.01); }
    to { transform: scale(1.08); }
}

.home-hero-overlay {
    position: absolute;
    inset: 0;
    z-index: 1;
    background:
        linear-gradient(90deg, rgba(59, 40, 31, 0.9) 0%, rgba(59, 40, 31, 0.7) 42%, rgba(59, 40, 31, 0.14) 75%),
        linear-gradient(0deg, rgba(59, 40, 31, 0.3), transparent 45%);
}

.slider-home-2 .box-content {
    z-index: 2;
}

.home-hero-copy {
    max-width: 690px;
    padding-bottom: 45px;
    color: #fff;
}

.home-hero-kicker {
    width: max-content;
    max-width: 100%;
    margin-bottom: 20px;
    padding: 9px 15px;
    border: 1px solid rgba(243, 215, 181, 0.34);
    border-radius: 30px;
    background: rgba(229, 244, 207, 0.12);
    color: #f3d7b5;
    display: flex;
    align-items: center;
    gap: 8px;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    backdrop-filter: blur(7px);
}

.slider-home-2 .home-hero-copy h1 {
    margin-bottom: 22px;
    color: #fff;
    font-size: clamp(48px, 5vw, 72px);
    line-height: 1.02;
    font-weight: 700;
    letter-spacing: -0.025em;
}

.home-hero-copy h1 em {
    color: #e29a55;
    font-family: Georgia, serif;
    font-weight: 500;
}

.slider-home-2 .home-hero-copy p {
    max-width: 610px;
    margin-bottom: 30px;
    color: rgba(255, 255, 255, 0.82);
    font-size: 17px;
    line-height: 1.7;
}

.home-hero-actions {
    display: flex;
    align-items: center;
    gap: 14px;
    flex-wrap: wrap;
}

.home-hero-primary,
.home-hero-secondary {
    min-height: 50px;
    padding: 0 23px;
    border-radius: 30px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 0.04em;
    text-transform: uppercase;
}

.home-hero-primary {
    background: #c15a22;
    color: #fff;
}

.home-hero-primary:hover {
    background: #fff;
    color: #3b281f;
}

.home-hero-secondary {
    border: 1px solid rgba(255, 255, 255, 0.45);
    color: #fff;
    background: rgba(255, 255, 255, 0.06);
}

.home-hero-secondary:hover {
    border-color: #fff;
    background: #fff;
    color: #3b281f;
}

.home-hero-trust {
    position: absolute;
    left: 50%;
    bottom: 0;
    z-index: 12;
    width: min(900px, calc(100% - 40px));
    padding: 17px 25px;
    border-radius: 22px 22px 0 0;
    background: rgba(255, 255, 255, 0.94);
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    transform: translateX(-50%);
    box-shadow: 0 -8px 30px rgba(59, 40, 31, 0.14);
    backdrop-filter: blur(10px);
}

.home-hero-trust > div {
    padding: 0 23px;
    color: #6f4b3a;
    display: flex;
    align-items: center;
    gap: 12px;
}

.home-hero-trust > div + div {
    border-left: 1px solid #dfe6d8;
}

.home-hero-trust i {
    color: #c15a22;
    font-size: 20px;
}

.home-hero-trust span {
    color: #879080;
    display: flex;
    flex-direction: column;
    font-size: 10px;
    line-height: 1.35;
}

.home-hero-trust strong {
    color: #3b281f;
    font-size: 12px;
}

.slider-home-2 .wrap-pagination {
    bottom: 92px;
}

@media (max-width: 991px) {
    .slider-home-2 .wrap-slider {
        height: 560px;
        margin-right: 0;
    }

    .home-hero-copy {
        padding-bottom: 60px;
    }

    .slider-home-2 .home-hero-copy h1 {
        font-size: 52px;
    }
}

@media (max-width: 576px) {
    .slider-home-2 .wrap-slider {
        height: 590px;
    }

    .home-hero-overlay {
        background: linear-gradient(90deg, rgba(59, 40, 31, 0.9), rgba(59, 40, 31, 0.55));
    }

    .home-hero-copy {
        padding: 0 0 110px;
    }

    .slider-home-2 .home-hero-copy h1 {
        margin-bottom: 17px;
        font-size: 39px;
    }

    .slider-home-2 .home-hero-copy p {
        display: block;
        margin-bottom: 24px;
        font-size: 14px;
        line-height: 1.6;
    }

    .home-hero-primary,
    .home-hero-secondary {
        min-height: 44px;
        padding: 0 17px;
        font-size: 10px;
    }

    .home-hero-trust {
        width: calc(100% - 24px);
        padding: 12px 8px;
        border-radius: 16px 16px 0 0;
    }

    .home-hero-trust > div {
        padding: 0 7px;
        justify-content: center;
    }

    .home-hero-trust i {
        font-size: 16px;
    }

    .home-hero-trust span {
        display: none;
    }

    .slider-home-2 .wrap-pagination {
        bottom: 65px;
    }
}

/* Banner bottom wellness section */
.wellness-intro {
    position: relative;
    padding: 90px 0;
    overflow: hidden;
    background:
        radial-gradient(circle at 8% 15%, rgba(226, 154, 85, 0.17) 0 120px, transparent 121px),
        linear-gradient(90deg, rgba(255, 255, 255, 0) 0 62%, rgba(223, 237, 207, 0.46) 62% 100%),
        linear-gradient(135deg, #fbfcf7 0%, #f4f7ed 100%);
}

.wellness-intro::before {
    content: "";
    position: absolute;
    inset: 34px 0 auto;
    height: 1px;
    background: linear-gradient(90deg, transparent, rgba(111, 75, 58, 0.22), transparent);
    box-shadow: 0 176px 0 rgba(111, 75, 58, 0.08), 0 352px 0 rgba(111, 75, 58, 0.08);
    pointer-events: none;
}

.wellness-intro::after {
    content: "";
    position: absolute;
    right: -130px;
    bottom: -170px;
    width: 390px;
    height: 390px;
    border: 70px solid rgba(193, 90, 34, 0.09);
    border-radius: 50%;
}

.wellness-intro .container {
    position: relative;
    z-index: 1;
}

.wellness-intro-grid {
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(320px, 455px);
    gap: 56px;
    align-items: center;
}

.wellness-eyebrow {
    width: max-content;
    max-width: 100%;
    margin-bottom: 18px;
    padding: 8px 14px;
    border-radius: 30px;
    background: #e4efd5;
    color: #6f4b3a;
    display: flex;
    align-items: center;
    gap: 8px;
    font-size: 13px;
    font-weight: 700;
    letter-spacing: 0.04em;
    text-transform: uppercase;
}

.wellness-intro-content h2 {
    max-width: 630px;
    margin-bottom: 22px;
    color: #3b281f;
    font-size: clamp(34px, 4vw, 52px);
    line-height: 1.08;
    font-weight: 700;
}

.wellness-intro-content h2 em {
    color: #c15a22;
    font-family: Georgia, serif;
    font-weight: 500;
}

.wellness-intro-content > p {
    max-width: 650px;
    margin-bottom: 10px;
    color: #6f4b3a;
    font-size: 15px;
    line-height: 1.75;
}

.about-us-highlights {
    margin-top: 28px;
    display: grid;
    gap: 12px;
}

.about-us-highlight {
    padding: 15px 17px;
    border: 1px solid #dce8d0;
    border-radius: 14px;
    background: rgba(255, 255, 255, 0.82);
    color: #3b281f;
    display: flex;
    align-items: flex-start;
    gap: 14px;
    transition: transform 0.25s ease, border-color 0.25s ease, box-shadow 0.25s ease;
}

.about-us-highlight > i {
    width: 38px;
    height: 38px;
    border-radius: 50%;
    background: #edf5e6;
    color: #4f853e;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    flex: 0 0 auto;
}

.about-us-highlight span {
    display: grid;
    gap: 5px;
}

.about-us-highlight strong {
    color: #29452d;
    font-size: 15px;
}

.about-us-highlight small {
    color: #6f625a;
    font-size: 12px;
    line-height: 1.5;
}

.about-us-highlight:hover {
    border-color: #82aa59;
    color: #29452d;
    transform: translateY(-2px);
    box-shadow: 0 10px 24px rgba(42, 87, 43, 0.1);
}

/* Premium homepage About layout */
.home-page .wellness-intro {
    padding: 105px 0;
}

.home-page .wellness-intro-grid {
    position: relative;
    padding: clamp(28px, 4vw, 54px);
    border: 1px solid rgba(111, 145, 84, 0.2);
    border-radius: 34px;
    background: rgba(255, 255, 255, 0.76);
    grid-template-columns: minmax(360px, 0.88fr) minmax(0, 1.12fr);
    gap: clamp(45px, 7vw, 95px);
    box-shadow: 0 30px 75px rgba(70, 78, 51, 0.1);
    backdrop-filter: blur(10px);
}

.home-page .wellness-intro-content {
    order: 2;
}

.home-page .wellness-intro-image {
    order: 1;
}

.home-page .wellness-intro-grid::before {
    content: "";
    position: absolute;
    top: -14px;
    left: 55px;
    width: 92px;
    height: 5px;
    border-radius: 5px;
    background: linear-gradient(90deg, #c15a22, #e9a45e);
}

.home-page .wellness-intro-content {
    padding: 18px 0;
}

.home-page .wellness-intro-content h2 {
    max-width: 620px;
    margin: 18px 0 22px;
    font-size: clamp(38px, 4vw, 56px);
    line-height: 1.06;
}

.home-page .wellness-intro-content > p {
    max-width: 630px;
    font-size: 14px;
}

.wellness-intro-points {
    margin-top: 27px;
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}

.wellness-intro-points span {
    padding: 11px 14px;
    border: 1px solid #dbe8d1;
    border-radius: 30px;
    background: #f5faef;
    color: #355736;
    display: inline-flex;
    align-items: center;
    gap: 8px;
    font-size: 11px;
}

.wellness-intro-points i {
    color: #c15a22;
}

.wellness-intro-link {
    margin-top: 24px;
    padding: 14px 20px;
    border-radius: 26px;
    background: linear-gradient(135deg, #c15a22, #e18435);
    color: #fff !important;
    display: inline-flex;
    align-items: center;
    gap: 10px;
    font-size: 11px;
    font-weight: 700;
    letter-spacing: .05em;
    text-transform: uppercase;
    box-shadow: 0 12px 25px rgba(193, 90, 34, .2);
    transition: transform .25s ease, box-shadow .25s ease;
}

.wellness-intro-link:hover {
    transform: translateY(-3px);
    box-shadow: 0 17px 30px rgba(193, 90, 34, .27);
}

.home-page .wellness-intro-image {
    min-height: 455px;
    border: 10px solid #fff;
    border-radius: 28px 110px 28px 28px;
    box-shadow: 0 24px 55px rgba(42, 75, 41, 0.18);
}

.wellness-image-stat {
    position: absolute;
    z-index: 4;
    top: 26px;
    left: -24px;
    min-width: 132px;
    padding: 13px 17px;
    border: 1px solid rgba(255, 255, 255, .7);
    border-radius: 15px;
    background: rgba(255, 255, 255, .9);
    color: #355736;
    display: grid;
    gap: 2px;
    font-size: 9px;
    font-weight: 700;
    letter-spacing: .05em;
    text-transform: uppercase;
    box-shadow: 0 14px 30px rgba(45, 74, 42, .16);
    backdrop-filter: blur(10px);
}

.wellness-image-stat strong {
    color: #c15a22;
    font-size: 25px;
    line-height: 1;
}

.home-page .wellness-intro-image::before {
    inset: -22px 20px 20px -22px;
    border: 1px solid rgba(193, 90, 34, .3);
    border-radius: 34px 120px 34px 34px;
}

.home-page .wellness-intro-image::after {
    display: none;
}

.home-page .wellness-intro-image img {
    border-radius: 19px 99px 19px 19px;
}

.theme-night .home-page .wellness-intro-grid {
    border-color: #624636;
    background: rgba(31, 24, 21, .88);
}

.theme-night .wellness-intro-points span {
    border-color: #624636;
    background: #2b211d;
    color: #f4e8dc;
}

@media (max-width: 991px) {
    .home-page .wellness-intro-grid {
        grid-template-columns: 1fr;
    }

    .home-page .wellness-intro-image {
        min-height: 460px;
        order: 2;
    }

    .home-page .wellness-intro-content {
        order: 1;
    }
}

@media (max-width: 576px) {
    .home-page .wellness-intro {
        padding: 65px 0;
    }

    .home-page .wellness-intro-grid {
        padding: 22px;
        border-radius: 22px;
    }

    .home-page .wellness-intro-content h2 {
        font-size: 37px;
    }

    .wellness-intro-points {
        align-items: stretch;
        flex-direction: column;
    }

    .home-page .wellness-intro-image {
        min-height: 350px;
        border-width: 6px;
        border-radius: 20px 70px 20px 20px;
    }

    .wellness-image-stat {
        top: 18px;
        left: 12px;
    }
}

.about-stats {
    padding: 54px 0 52px;
    background: #252525;
    color: #fff;
}

.about-stats-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: clamp(24px, 4vw, 58px);
}

.about-stat-item span {
    min-height: 54px;
    padding-bottom: 25px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.17);
    color: #fff;
    display: block;
    font-size: 16px;
    font-weight: 700;
    line-height: 1.65;
}

.about-stat-item strong {
    margin-top: 25px;
    color: #fff;
    display: block;
    font-size: clamp(36px, 4vw, 48px);
    font-weight: 800;
    line-height: 1;
}

.theme-green .about-stats {
    background: #203c22;
}

.theme-day .about-stats {
    background: #30251f;
}

.about-detail-section {
    padding: 78px 0;
    background: #fffaf3;
}

.about-detail-section:nth-of-type(even) {
    background: #f1f6e9;
}

.about-detail-grid {
    display: grid;
    grid-template-columns: minmax(180px, 0.7fr) minmax(0, 2fr);
    align-items: center;
    gap: clamp(35px, 6vw, 90px);
}

.about-detail-reverse .about-detail-icon {
    order: 2;
}

.why-choose-section .about-detail-grid {
    grid-template-columns: minmax(0, 1.05fr) minmax(0, 1fr);
    gap: clamp(42px, 6vw, 90px);
}

.why-choose-gallery {
    min-height: 470px;
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-template-rows: 1fr 1fr;
    gap: 22px;
}

.why-choose-image {
    width: 100%;
    height: 100%;
    border-radius: 7px;
    object-fit: cover;
    box-shadow: 0 12px 30px rgba(42, 45, 38, 0.1);
}

.why-choose-image-top {
    grid-column: 1;
    grid-row: 1;
}

.why-choose-image-bottom {
    grid-column: 1;
    grid-row: 2;
}

.why-choose-image-main {
    grid-column: 2;
    grid-row: 1 / 3;
}

.why-choose-section .about-detail-content h2 {
    max-width: 620px;
    font-size: clamp(38px, 4vw, 58px);
}

.infrastructure-video {
    position: relative;
    width: 100%;
    min-height: clamp(420px, 48vw, 650px);
    overflow: hidden;
    background: #182019;
    display: grid;
    place-items: center;
    isolation: isolate;
}

.infrastructure-video::before {
    content: "";
    position: absolute;
    z-index: 2;
    inset: 22px;
    border: 1px solid rgba(255, 255, 255, 0.26);
    border-radius: 4px;
    pointer-events: none;
}

.infrastructure-video-poster,
.infrastructure-video-overlay {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
}

.infrastructure-video-poster {
    object-fit: cover;
    transform: scale(1.015);
    transition: transform 7s ease;
}

.infrastructure-video:hover .infrastructure-video-poster {
    transform: scale(1.07);
}

.infrastructure-video-overlay {
    background: linear-gradient(180deg, rgba(9, 27, 14, 0.58), rgba(7, 18, 10, 0.66));
}

.infrastructure-video-heading {
    position: absolute;
    z-index: 2;
    top: 46px;
    left: 50%;
    width: min(90%, 760px);
    color: #fff;
    text-align: center;
    transform: translateX(-50%);
}

.infrastructure-video-heading span {
    padding: 8px 16px;
    border: 1px solid rgba(199, 230, 166, 0.55);
    border-radius: 30px;
    background: rgba(23, 73, 31, 0.34);
    color: #b9df94;
    display: inline-flex;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 0.12em;
    text-transform: uppercase;
}

.infrastructure-video-heading h2 {
    margin-top: 8px;
    color: #fff !important;
    font-size: clamp(30px, 4vw, 52px);
    text-shadow: 0 3px 18px rgba(0, 0, 0, 0.38);
}

.infrastructure-video-heading h2 em {
    color: #bde392;
    font-family: Georgia, serif;
    font-weight: 500;
}

.infrastructure-video-heading p {
    max-width: 620px;
    margin: 10px auto 0;
    color: rgba(255, 255, 255, .82);
    font-size: 14px;
    line-height: 1.65;
}

.theme-day .infrastructure-video .infrastructure-video-heading h2,
.theme-green .infrastructure-video .infrastructure-video-heading h2,
.theme-night .infrastructure-video .infrastructure-video-heading h2 {
    color: #ffffff !important;
}

.infrastructure-play {
    position: relative;
    z-index: 3;
    width: 126px;
    height: 126px;
    padding: 0;
    border: 0;
    border-radius: 50%;
    background: #fff;
    color: #249b37;
    display: grid;
    place-items: center;
    font-size: 30px;
    cursor: pointer;
    box-shadow: 0 0 0 28px rgba(53, 139, 64, 0.2);
    transition: transform 0.25s ease, box-shadow 0.25s ease;
}

.infrastructure-play::before,
.infrastructure-play::after {
    content: "";
    position: absolute;
    inset: -24px;
    border: 1px solid rgba(193, 229, 158, 0.5);
    border-radius: 50%;
    pointer-events: none;
    animation: infrastructurePulse 2.4s ease-out infinite;
}

.infrastructure-play::after {
    animation-delay: 1.2s;
}

@keyframes infrastructurePulse {
    0% { opacity: 0.9; transform: scale(0.82); }
    100% { opacity: 0; transform: scale(1.55); }
}

.infrastructure-play:hover {
    color: #176f27;
    transform: scale(1.05);
    box-shadow: 0 0 0 34px rgba(53, 139, 64, 0.24);
}

.infrastructure-play-label {
    position: absolute;
    z-index: 3;
    top: calc(50% + 92px);
    left: 50%;
    color: #fff;
    font-size: 10px;
    font-weight: 700;
    letter-spacing: .12em;
    text-transform: uppercase;
    transform: translateX(-50%);
}

.infrastructure-stat {
    position: absolute;
    z-index: 3;
    top: 50%;
    min-width: 175px;
    padding: 18px 21px;
    border: 1px solid rgba(255, 255, 255, .22);
    border-radius: 16px;
    background: rgba(15, 46, 22, .68);
    color: #fff;
    display: flex;
    align-items: center;
    gap: 13px;
    transform: translateY(-50%);
    backdrop-filter: blur(10px);
    box-shadow: 0 16px 35px rgba(0, 0, 0, .18);
}

.infrastructure-stat-left {
    left: 6%;
}

.infrastructure-stat-right {
    right: 6%;
}

.infrastructure-stat strong {
    color: #c6eaa2;
    font-size: 30px;
    line-height: 1;
}

.infrastructure-stat span {
    font-size: 10px;
    font-weight: 700;
    line-height: 1.45;
    text-transform: uppercase;
}

.infrastructure-features {
    position: absolute;
    z-index: 3;
    right: 50%;
    bottom: 34px;
    width: min(92%, 900px);
    padding: 15px 22px;
    border: 1px solid rgba(255, 255, 255, 0.2);
    border-radius: 50px;
    background: rgba(17, 42, 22, 0.72);
    color: #fff;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 15px;
    text-align: center;
    transform: translateX(50%);
    backdrop-filter: blur(10px);
}

.infrastructure-features span {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 9px;
    font-size: 12px;
    font-weight: 700;
}

.infrastructure-features i {
    color: #b9df94;
}

.infrastructure-modal {
    position: fixed;
    z-index: 10050;
    inset: 0;
    padding: 24px;
    display: grid;
    place-items: center;
    opacity: 0;
    visibility: hidden;
    transition: opacity .3s ease, visibility .3s ease;
}

.infrastructure-modal.is-open {
    opacity: 1;
    visibility: visible;
}

.infrastructure-modal-backdrop {
    position: absolute;
    inset: 0;
    background: rgba(7, 14, 9, .88);
    backdrop-filter: blur(9px);
}

.infrastructure-modal-dialog {
    position: relative;
    z-index: 1;
    width: min(1050px, 94vw);
    overflow: hidden;
    border: 1px solid rgba(255, 255, 255, .18);
    border-radius: 20px;
    background: #101612;
    box-shadow: 0 35px 90px rgba(0, 0, 0, .5);
    transform: translateY(25px) scale(.97);
    transition: transform .35s ease;
}

.infrastructure-modal.is-open .infrastructure-modal-dialog {
    transform: translateY(0) scale(1);
}

.infrastructure-modal-header {
    min-height: 76px;
    padding: 14px 18px 14px 24px;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.infrastructure-modal-header small {
    color: #aeda88;
    font-size: 8px;
    font-weight: 700;
    letter-spacing: .13em;
    text-transform: uppercase;
}

.infrastructure-modal-header h2 {
    margin: 2px 0 0;
    color: #fff !important;
    font-size: 21px;
}

.infrastructure-modal-close {
    width: 42px;
    height: 42px;
    padding: 0;
    border: 1px solid rgba(255, 255, 255, .16);
    border-radius: 50%;
    background: rgba(255, 255, 255, .08);
    color: #fff;
    display: grid;
    place-items: center;
    transition: background .2s ease, transform .2s ease;
}

.infrastructure-modal-close:hover {
    background: #c15a22;
    transform: rotate(90deg);
}

.infrastructure-modal video {
    width: 100%;
    max-height: 72vh;
    background: #000;
    display: block;
}

body.infrastructure-video-open {
    overflow: hidden;
}

.about-detail-icon {
    width: clamp(150px, 18vw, 230px);
    aspect-ratio: 1;
    border-radius: 50%;
    background: linear-gradient(135deg, #edf5e6, #d7e8c9);
    color: #4f853e;
    display: grid;
    place-items: center;
    font-size: clamp(54px, 7vw, 88px);
    box-shadow: 0 20px 45px rgba(42, 87, 43, 0.12);
}

.about-detail-content {
    max-width: 760px;
}

.about-detail-content h2 {
    margin: 10px 0 16px;
    color: #29452d;
    font-size: clamp(30px, 3.4vw, 46px);
    line-height: 1.15;
}

.about-detail-content > p {
    color: #6f625a;
    font-size: 15px;
    line-height: 1.75;
}

.about-detail-content ul {
    margin: 22px 0;
    display: grid;
    gap: 10px;
}

.about-detail-content li {
    color: #3f573c;
    display: flex;
    align-items: center;
    gap: 10px;
}

.about-detail-content li i {
    color: #5f963f;
}

.about-detail-link {
    color: #c15a22;
    font-size: 13px;
    font-weight: 700;
    text-transform: uppercase;
}

.theme-green .about-detail-section {
    background: #dff0d4 !important;
}

.theme-green .about-detail-section:nth-of-type(even) {
    background: #c9e3b9 !important;
}

.theme-night .about-detail-section {
    background: #171311 !important;
}

.theme-night .about-detail-content h2,
.theme-night .about-detail-content li {
    color: #fff4e8 !important;
}

.theme-night .about-detail-content > p {
    color: #d6bdab;
}

@media (max-width: 767px) {
    .about-stats-grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 38px 24px;
    }

    .about-stat-item span {
        min-height: 48px;
        font-size: 13px;
    }

    .about-detail-section {
        padding: 55px 0;
    }

    .about-detail-grid {
        grid-template-columns: 1fr;
        gap: 28px;
    }

    .why-choose-section .about-detail-grid {
        grid-template-columns: 1fr;
    }

    .why-choose-gallery {
        min-height: 390px;
        gap: 12px;
    }

    .infrastructure-video-heading {
        top: 28px;
    }

    .infrastructure-video::before {
        inset: 12px;
    }

    .infrastructure-play {
        width: 88px;
        height: 88px;
        font-size: 23px;
        box-shadow: 0 0 0 20px rgba(53, 139, 64, 0.2);
    }

    .infrastructure-play-label {
        top: calc(50% + 68px);
        font-size: 8px;
    }

    .infrastructure-stat {
        display: none;
    }

    .infrastructure-features {
        bottom: 22px;
        padding: 12px;
        border-radius: 14px;
        grid-template-columns: 1fr;
        gap: 7px;
    }

    .infrastructure-features span {
        font-size: 10px;
    }

    .infrastructure-modal {
        padding: 12px;
    }

    .infrastructure-modal-dialog {
        width: 100%;
        border-radius: 14px;
    }

    .about-detail-reverse .about-detail-icon {
        order: 0;
    }

    .about-detail-icon {
        width: 130px;
    }
}

/* Keep featured testimonial legible over its photograph in every theme */
body.home-page .clients-redesign-feature {
    background:
        linear-gradient(180deg, rgba(22, 25, 18, .26) 0%, rgba(24, 22, 17, .9) 78%, rgba(20, 18, 14, .96) 100%),
        url("../images/collections/18.jpg") center/cover;
}

body.home-page .clients-redesign-feature h3,
.theme-day body.home-page .clients-redesign-feature h3,
.theme-green body.home-page .clients-redesign-feature h3 {
    color: #ffffff !important;
    text-shadow: 0 2px 12px rgba(0, 0, 0, .3);
}

body.home-page .clients-redesign-feature p {
    color: rgba(255, 255, 255, .94) !important;
    text-shadow: 0 1px 8px rgba(0, 0, 0, .25);
}

body.home-page .clients-redesign-feature .clients-redesign-tag {
    background: rgba(255, 255, 255, .18);
    color: #fff1d5 !important;
}

body.home-page .clients-redesign-feature .clients-redesign-author strong {
    color: #ffffff !important;
}

body.home-page .clients-redesign-feature .clients-redesign-author small {
    color: rgba(255, 255, 255, .78) !important;
}

/* Keep testimonial content aligned to the main site container */
body.home-page .clients-redesign > .container {
    width: calc(100% - 48px);
    max-width: 1280px;
    margin-inline: auto;
    padding-inline: 0;
}

body.home-page .clients-redesign-layout {
    width: 100%;
}

body.home-page .clients-redesign-feature {
    width: 100%;
    box-sizing: border-box;
}

@media (max-width: 767px) {
    body.home-page .clients-redesign > .container {
        width: calc(100% - 32px);
    }

    body.home-page .clients-redesign-feature {
        min-height: 430px;
        padding: 28px 24px;
    }
}

@media (max-width: 420px) {
    body.home-page .clients-redesign > .container {
        width: calc(100% - 24px);
    }

    body.home-page .clients-redesign-feature {
        padding: 24px 20px;
    }
}

/* Reference-inspired homepage wellness composition */
.home-page .wellness-intro {
    padding: 76px 0 82px;
    background:
        radial-gradient(circle at 5% 28%, rgba(207, 228, 186, .52) 0 108px, transparent 109px),
        linear-gradient(90deg, #fbfcf8 0 61.5%, #eff6e6 61.5% 100%);
}

.home-page .wellness-intro::before {
    inset: 128px 0 auto;
    background: rgba(83, 111, 68, .09);
    box-shadow: 0 177px 0 rgba(83, 111, 68, .09);
}

.home-page .wellness-intro::after {
    display: none;
}

.home-page .wellness-intro-grid {
    padding: 0;
    border: 0;
    border-radius: 0;
    background: transparent;
    grid-template-columns: minmax(0, 1.42fr) minmax(380px, .88fr);
    gap: clamp(44px, 7vw, 110px);
    align-items: center;
    box-shadow: none;
    backdrop-filter: none;
}

.home-page .wellness-intro-grid::before {
    display: none;
}

.home-page .wellness-intro-content {
    order: 1;
    padding: 0;
}

.home-page .wellness-eyebrow {
    margin-bottom: 20px;
    padding: 10px 16px;
    background: #e7f1d9;
    color: #5c8243;
    font-size: 12px;
}

.home-page .wellness-intro-content h2 {
    max-width: 720px;
    margin: 0 0 22px;
    color: #19351f;
    font-size: clamp(46px, 4.3vw, 66px);
    letter-spacing: -.025em;
}

.home-page .wellness-intro-content h2 em {
    color: #70a943;
}

.home-page .wellness-intro-content > p {
    max-width: 690px;
    color: #697269;
    font-size: 14px;
    line-height: 1.8;
}

.home-page .wellness-care-path {
    max-width: 690px;
    margin: 28px 0 30px;
    padding: 9px;
    border: 1px solid #deead4;
    border-radius: 13px;
    background: rgba(255,255,255,.86);
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 8px;
    box-shadow: 0 12px 28px rgba(52, 86, 49, .07);
}

.home-page .wellness-care-path span {
    min-height: 52px;
    padding: 0 14px;
    border: 0;
    border-radius: 9px;
    background: #f3f7ed;
    color: #41553e;
    display: flex;
    align-items: center;
    gap: 9px;
    font-size: 12px;
    font-weight: 700;
}

.home-page .wellness-care-path strong {
    color: #73aa46;
    font-family: Georgia, serif;
    font-size: 17px;
}

.home-page .wellness-services {
    margin: 0;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 12px;
}

.home-page .wellness-service {
    min-height: 120px;
    padding: 18px 12px;
    border: 1px solid #e1e9dc;
    border-radius: 9px;
    background: rgba(255,255,255,.9);
    color: #425141;
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 12px;
    box-shadow: 0 10px 24px rgba(48, 74, 46, .06);
}

.home-page .wellness-service::before {
    display: none;
}

.home-page .wellness-service-icon {
    width: 48px;
    height: 48px;
    border-radius: 50%;
    background: #e8f2dc;
    color: #659842;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 19px;
}

.home-page .wellness-intro-image {
    order: 2;
    min-height: 550px;
    border: 9px solid rgba(255,255,255,.9);
    border-radius: 240px 240px 18px 18px;
    box-shadow: 0 28px 60px rgba(48, 78, 42, .16);
}

.home-page .wellness-intro-image::before {
    inset: 16px;
    border: 1px solid rgba(255,255,255,.75);
    border-radius: 220px 220px 10px 10px;
}

.home-page .wellness-intro-image img {
    border-radius: 230px 230px 10px 10px;
}

.home-page .wellness-image-note {
    right: 50%;
    bottom: 17px;
    min-width: 190px;
    justify-content: center;
    transform: translateX(50%);
    border-radius: 30px;
    background: #456b3d;
}

@media (max-width: 991px) {
    .home-page .wellness-intro {
        background: #f8fbf3;
    }
    .home-page .wellness-intro-grid {
        grid-template-columns: 1fr;
    }
    .home-page .wellness-intro-image {
        order: 2;
        width: min(100%, 560px);
        min-height: 560px;
        margin: 8px auto 0;
    }
}

@media (max-width: 576px) {
    .home-page .wellness-intro {
        padding: 54px 0;
    }
    .home-page .wellness-intro-grid {
        padding: 0;
    }
    .home-page .wellness-intro-content h2 {
        font-size: 40px;
    }
    .home-page .wellness-care-path,
    .home-page .wellness-services {
        grid-template-columns: 1fr;
    }
    .home-page .wellness-service {
        min-height: 105px;
    }
    .home-page .wellness-intro-image {
        min-height: 390px;
        border-radius: 190px 190px 15px 15px;
    }
    .home-page .wellness-intro-image img,
    .home-page .wellness-intro-image::before {
        border-radius: 180px 180px 9px 9px;
    }
}

@media (max-width: 420px) {
    .about-stats-grid {
        grid-template-columns: 1fr;
    }
}

.wellness-care-path {
    width: min(650px, 100%);
    margin: 26px 0 0;
    padding: 10px;
    border: 1px solid rgba(193, 90, 34, 0.17);
    border-radius: 12px;
    background: rgba(255, 255, 255, 0.72);
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 8px;
    box-shadow: 0 14px 34px rgba(59, 40, 31, 0.06);
}

.wellness-care-path span {
    min-height: 50px;
    padding: 0 13px;
    border-radius: 8px;
    background: #f4f8ee;
    color: #6f4b3a;
    display: flex;
    align-items: center;
    gap: 9px;
    font-size: 12px;
    font-weight: 700;
}

.wellness-care-path strong {
    color: #c15a22;
    font-family: Georgia, serif;
    font-size: 18px;
    font-weight: 500;
}

.wellness-services {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 12px;
    margin-top: 32px;
}

.wellness-intro-content {
    max-width: 980px;
}

.wellness-intro-image {
    position: relative;
    isolation: isolate;
    height: 455px;
    overflow: hidden;
    border: 9px solid #ffffff;
    border-radius: 220px 220px 10px 10px;
    background:
        linear-gradient(180deg, rgba(255, 255, 255, 0.96), rgba(242, 248, 236, 0.9));
    box-shadow:
        0 24px 60px rgba(59, 40, 31, 0.14),
        -18px 18px 0 rgba(226, 154, 85, 0.18),
        18px -18px 0 rgba(255, 255, 255, 0.62);
}

.wellness-intro-image::before {
    content: "";
    position: absolute;
    inset: -32px -28px auto -28px;
    height: 54%;
    border: 2px dashed rgba(193, 90, 34, 0.28);
    border-bottom: 0;
    border-radius: 260px 260px 0 0;
    pointer-events: none;
    z-index: -1;
}

.wellness-intro-image::after {
    content: "";
    position: absolute;
    inset: 16px;
    z-index: 1;
    border: 1px solid rgba(255, 255, 255, 0.56);
    border-radius: 200px 200px 8px 8px;
    pointer-events: none;
}

.wellness-intro-image img {
    width: 100%;
    height: 100%;
    display: block;
    object-fit: cover;
    object-position: center;
    position: relative;
    z-index: 0;
    transition: transform 0.45s ease, filter 0.45s ease;
}

.wellness-intro-image:hover img {
    filter: saturate(1.08) contrast(1.03);
    transform: scale(1.035);
}

.wellness-image-orbit {
    position: absolute;
    z-index: 2;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.86);
    box-shadow: 0 14px 35px rgba(111, 75, 58, 0.13);
    pointer-events: none;
}

.wellness-image-orbit::before {
    content: "";
    position: absolute;
    inset: 11px;
    border-radius: inherit;
    background: #dfeecd;
}

.wellness-image-orbit-1 {
    width: 78px;
    height: 78px;
    left: -26px;
    bottom: 44px;
}

.wellness-image-orbit-2 {
    width: 46px;
    height: 46px;
    right: -15px;
    top: 104px;
}

.wellness-image-note {
    position: absolute;
    left: 50%;
    bottom: 26px;
    z-index: 3;
    min-width: 190px;
    min-height: 52px;
    padding: 0 24px;
    border-radius: 30px;
    background: #6f4b3a;
    color: #ffffff;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 9px;
    transform: translateX(-50%);
    font-size: 13px;
    font-weight: 700;
    box-shadow: 0 16px 36px rgba(59, 40, 31, 0.24);
}

.wellness-image-note i {
    color: #f2f8ec;
    font-size: 13px;
}

.wellness-service {
    position: relative;
    overflow: hidden;
    min-height: 120px;
    padding: 18px 12px;
    border: 1px solid rgba(111, 75, 58, 0.12);
    border-radius: 8px;
    background: rgba(255, 255, 255, 0.82);
    color: #3b281f;
    display: grid;
    justify-items: center;
    align-items: center;
    align-content: center;
    gap: 10px;
    font-size: 13px;
    font-weight: 600;
    text-align: center;
    box-shadow: 0 8px 24px rgba(59, 40, 31, 0.07);
    transition: transform 0.25s ease, border-color 0.25s ease, box-shadow 0.25s ease;
}

.wellness-service::before {
    content: "";
    position: absolute;
    right: -22px;
    top: -22px;
    width: 58px;
    height: 58px;
    border-radius: 50%;
    background: rgba(193, 90, 34, 0.12);
    transition: transform 0.25s ease, background 0.25s ease;
}

.wellness-service span {
    position: relative;
    z-index: 1;
}

.wellness-service:hover {
    border-color: #c15a22;
    color: #3b281f;
    background: #fff;
    transform: translateY(-5px);
    box-shadow: 0 14px 28px rgba(59, 40, 31, 0.13);
}

.wellness-service:hover::before {
    background: rgba(193, 90, 34, 0.2);
    transform: scale(1.55);
}

.wellness-service-icon {
    width: 48px;
    height: 48px;
    border-radius: 50%;
    background: #e7f1db;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #c15a22;
    font-size: 19px;
}

.wellness-promo-wrap {
    position: relative;
    padding: 24px 0 34px 24px;
}

.wellness-promo {
    position: relative;
    width: 100%;
    min-height: 560px;
    overflow: hidden;
    z-index: 1;
    border-radius: 220px 220px 28px 28px;
    box-shadow: 0 24px 55px rgba(59, 40, 31, 0.2);
}

.wellness-promo > img,
.wellness-promo-overlay {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
}

.wellness-promo > img {
    object-fit: cover;
}

.wellness-promo-overlay {
    background: linear-gradient(0deg, rgba(59, 40, 31, 0.84) 0%, rgba(59, 40, 31, 0.25) 62%, rgba(59, 40, 31, 0.04) 100%);
}

.wellness-promo-content {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 2;
    max-width: 470px;
    padding: 46px;
    color: #fff;
}

.wellness-promo-content > span {
    display: block;
    margin-bottom: 8px;
    color: #dcecc7;
    font-size: 13px;
    font-weight: 700;
    letter-spacing: 0.12em;
    text-transform: uppercase;
}

.wellness-promo-content h3 {
    margin: 0 0 10px;
    color: #fff;
    font-size: 38px;
    line-height: 1.08;
    font-weight: 700;
}

.wellness-promo-content strong {
    display: block;
    margin-bottom: 22px;
    color: rgba(255, 255, 255, 0.85);
    font-size: 15px;
    line-height: 1.5;
    font-weight: 400;
}

.wellness-promo-content a {
    display: inline-flex;
    padding: 14px 22px;
    border-radius: 30px;
    background: #c15a22;
    color: #fff;
    font-size: 11px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.04em;
}

.wellness-promo-content a:hover {
    background: #fff;
    color: #6f4b3a;
}

.wellness-experience {
    position: absolute;
    top: 80px;
    left: -12px;
    z-index: 3;
    width: 130px;
    min-height: 130px;
    padding: 20px;
    border: 7px solid #f6f8f1;
    border-radius: 50%;
    background: #c15a22;
    color: #fff;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
    box-shadow: 0 12px 30px rgba(59, 40, 31, 0.22);
}

.wellness-experience strong {
    font-size: 28px;
    line-height: 1;
}

.wellness-experience span {
    margin-top: 7px;
    font-size: 11px;
    line-height: 1.25;
}

.quick-enquiry {
    position: absolute;
    right: -10px;
    bottom: 0;
    z-index: 3;
    padding: 13px 18px;
    border-radius: 30px;
    background: #fff;
    color: #6f4b3a;
    display: inline-flex;
    align-items: center;
    gap: 9px;
    font-size: 13px;
    font-weight: 600;
    box-shadow: 0 10px 30px rgba(59, 40, 31, 0.17);
}

.quick-enquiry:hover {
    color: #fff;
    background: #c15a22;
}

.consultation-showcase.consultation-orbit {
    position: relative;
    margin-top: 48px;
    min-height: 620px;
    padding: 58px;
    display: grid;
    grid-template-columns: minmax(280px, 0.78fr) minmax(520px, 1.22fr);
    gap: 38px;
    align-items: center;
    overflow: hidden;
    border: 1px solid #dfe9d7;
    border-radius: 8px;
    background:
        radial-gradient(circle at 78% 50%, rgba(193, 90, 34, 0.18) 0 150px, transparent 151px),
        linear-gradient(135deg, #ffffff 0%, #f3f8ed 100%);
    box-shadow: 0 22px 54px rgba(59, 40, 31, 0.11);
}

.consultation-orbit::before {
    content: "";
    position: absolute;
    inset: 28px;
    border: 1px solid rgba(193, 90, 34, 0.12);
    border-radius: 8px;
    pointer-events: none;
}

.consultation-orbit-copy {
    position: relative;
    z-index: 2;
}

.consultation-orbit-copy > span {
    color: #c15a22;
    display: inline-flex;
    margin-bottom: 18px;
    font-size: 13px;
    font-weight: 800;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

.consultation-orbit-copy h3 {
    max-width: 520px;
    margin: 0 0 18px;
    color: #3b281f;
    font-size: 44px;
    line-height: 1.08;
    font-weight: 700;
}

.consultation-orbit-copy p {
    max-width: 470px;
    margin: 0 0 28px;
    color: #c15a22;
    font-size: 15px;
    line-height: 1.75;
}

.consultation-orbit-copy a {
    color: #ffffff;
    display: inline-flex;
    align-items: center;
    gap: 9px;
    padding: 14px 20px;
    border-radius: 999px;
    background: #6f4b3a;
    font-size: 13px;
    font-weight: 800;
}

.consultation-orbit-copy a:hover {
    color: #ffffff;
    background: #6f4b3a;
}

.consultation-orbit-stage {
    position: relative;
    z-index: 2;
    min-height: 500px;
}

.consultation-orbit-ring {
    position: absolute;
    inset: 38px 80px;
    border: 2px dashed rgba(111, 75, 58, 0.24);
    border-radius: 50%;
}

.consultation-orbit-photo {
    position: absolute;
    left: 50%;
    top: 50%;
    width: 280px;
    height: 360px;
    overflow: hidden;
    border: 10px solid #ffffff;
    border-radius: 150px 150px 8px 8px;
    background: #eaf3df;
    box-shadow: 0 24px 48px rgba(59, 40, 31, 0.2);
    transform: translate(-50%, -50%);
}

.consultation-orbit-photo img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.consultation-orbit-photo > span {
    position: absolute;
    left: 18px;
    right: 18px;
    bottom: 18px;
    padding: 11px 13px;
    border-radius: 999px;
    background: rgba(59, 40, 31, 0.78);
    color: #ffffff;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    font-size: 12px;
    font-weight: 800;
    backdrop-filter: blur(8px);
}

.consultation-orbit-card {
    position: absolute;
    z-index: 3;
    width: 190px;
    min-height: 156px;
    padding: 18px;
    border: 1px solid #dfe9d8;
    border-radius: 8px;
    background: rgba(255, 255, 255, 0.94);
    color: #3b281f;
    display: grid;
    gap: 8px;
    box-shadow: 0 18px 34px rgba(59, 40, 31, 0.13);
    transition: transform 0.25s ease, border-color 0.25s ease;
}

.consultation-orbit-card:hover {
    color: #3b281f;
    border-color: #c15a22;
    transform: translateY(-6px);
}

.consultation-orbit-card.video {
    left: 0;
    top: 34px;
}

.consultation-orbit-card.email {
    right: 0;
    top: 140px;
}

.consultation-orbit-card.personal {
    left: 46px;
    bottom: 28px;
}

.consultation-orbit-card small {
    color: #c15a22;
    font-size: 11px;
    font-weight: 800;
}

.consultation-orbit-card i {
    width: 44px;
    height: 44px;
    border-radius: 50%;
    background: #edf6e4;
    color: #c15a22;
    display: grid;
    place-items: center;
    font-size: 17px;
}

.consultation-orbit-card strong {
    color: #3b281f;
    font-size: 20px;
    line-height: 1.1;
}

.consultation-orbit-card span {
    color: #c15a22;
    font-size: 13px;
    line-height: 1.45;
}

@media (max-width: 991px) {
    .wellness-intro {
        padding: 65px 0;
    }

    .wellness-intro-grid {
        grid-template-columns: 1fr;
        gap: 55px;
    }

    .wellness-care-path {
        max-width: 620px;
    }

    .wellness-intro-image {
        max-width: 520px;
        height: 440px;
        margin: 0 auto;
    }

    .wellness-image-orbit-1 {
        left: -18px;
    }

    .wellness-image-orbit-2 {
        right: -10px;
    }

    .consultation-showcase.consultation-orbit {
        grid-template-columns: 1fr;
        padding: 42px;
    }

    .consultation-orbit-stage {
        min-height: 560px;
    }
}

@media (max-width: 576px) {
    .wellness-intro {
        padding: 48px 0 58px;
    }

    .wellness-intro-content h2 {
        font-size: 34px;
    }

    .wellness-care-path {
        grid-template-columns: 1fr;
        gap: 7px;
        margin-top: 22px;
        padding: 8px;
    }

    .wellness-care-path span {
        min-height: 44px;
        justify-content: center;
    }

    .wellness-services {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 10px;
        margin-top: 26px;
    }

    .wellness-service {
        min-height: 112px;
        padding: 15px 8px;
    }

    .wellness-service-icon {
        width: 44px;
        height: 44px;
        font-size: 19px;
    }

    .wellness-intro-image {
        height: 340px;
        border-width: 7px;
        border-radius: 170px 170px 8px 8px;
        box-shadow:
            0 18px 42px rgba(59, 40, 31, 0.13),
            -10px 10px 0 rgba(226, 154, 85, 0.16);
    }

    .wellness-intro-image::before {
        inset: -22px -16px auto -16px;
    }

    .wellness-intro-image::after {
        inset: 11px;
        border-radius: 150px 150px 7px 7px;
    }

    .wellness-image-orbit-1 {
        width: 58px;
        height: 58px;
        left: -12px;
        bottom: 38px;
    }

    .wellness-image-orbit-2 {
        width: 34px;
        height: 34px;
        right: -8px;
        top: 84px;
    }

    .wellness-image-orbit::before {
        inset: 8px;
    }

    .wellness-image-note {
        min-width: 158px;
        min-height: 46px;
        bottom: 18px;
        padding: 0 18px;
        font-size: 12px;
    }

    .consultation-showcase.consultation-orbit {
        padding: 32px 18px;
    }

    .consultation-orbit-copy h3 {
        font-size: 31px;
    }

    .consultation-orbit-stage {
        display: grid;
        gap: 14px;
        min-height: 0;
    }

    .consultation-orbit-ring {
        display: none;
    }

    .consultation-orbit-photo,
    .consultation-orbit-card,
    .consultation-orbit-card.video,
    .consultation-orbit-card.email,
    .consultation-orbit-card.personal {
        position: relative;
        inset: auto;
        left: auto;
        right: auto;
        top: auto;
        bottom: auto;
        width: 100%;
        transform: none;
    }

    .consultation-orbit-photo {
        height: 320px;
        border-radius: 8px;
    }

    .consultation-orbit-card {
        min-height: 0;
    }
}
/* Featured therapy below wellness intro */
.therapy-feature {
    position: relative;
    padding: 100px 0 88px;
    overflow: hidden;
    background:
        linear-gradient(90deg, transparent 0 5%, rgba(255, 255, 255, 0.42) 5% 5.1%, transparent 5.1%),
        #f3f1e6;
}

.therapy-feature::before,
.therapy-feature::after {
    content: "";
    position: absolute;
    border-radius: 50%;
    pointer-events: none;
}

.therapy-feature::before {
    top: -120px;
    left: -90px;
    width: 290px;
    height: 290px;
    border: 55px solid rgba(193, 90, 34, 0.1);
}

.therapy-feature::after {
    right: -80px;
    bottom: -130px;
    width: 310px;
    height: 310px;
    background: rgba(193, 90, 34, 0.13);
}

.therapy-heading {
    position: relative;
    z-index: 1;
    max-width: 760px;
    margin: 0 auto 55px;
    text-align: center;
}

.therapy-heading > span {
    padding: 7px 14px;
    border: 1px solid rgba(193, 90, 34, 0.25);
    border-radius: 30px;
    color: #c15a22;
    font-size: 14px;
    font-weight: 700;
    letter-spacing: 0.1em;
    text-transform: uppercase;
}

.therapy-heading h2 {
    margin: 17px 0 13px;
    color: #3b281f;
    font-size: clamp(31px, 4vw, 45px);
    line-height: 1.15;
    font-weight: 700;
}

.therapy-heading p {
    margin: 0;
    color: #656b60;
    font-size: 15px;
    line-height: 1.7;
}

.therapy-showcase {
    position: relative;
    z-index: 1;
    min-height: 535px;
    display: flex;
    align-items: center;
    justify-content: flex-start;
}

.therapy-image {
    position: relative;
    width: 69%;
    height: 535px;
    overflow: hidden;
    border-radius: 180px 30px 30px 30px;
    box-shadow: 0 28px 65px rgba(59, 40, 31, 0.19);
}

.therapy-image::after {
    content: "";
    position: absolute;
    inset: 0;
    background:
        linear-gradient(0deg, rgba(59, 40, 31, 0.26), transparent 52%),
        linear-gradient(90deg, rgba(59, 40, 31, 0.16), transparent 55%);
}

.therapy-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.therapy-image-label {
    position: absolute;
    right: auto;
    left: 40px;
    top: 36px;
    z-index: 2;
    padding: 11px 17px;
    border-radius: 30px;
    background: rgba(255, 255, 255, 0.9);
    color: #6f4b3a;
    display: inline-flex;
    align-items: center;
    gap: 8px;
    font-size: 12px;
    font-weight: 700;
    backdrop-filter: blur(8px);
}

.therapy-image-stat {
    position: absolute;
    left: 36px;
    bottom: 34px;
    z-index: 2;
    width: 138px;
    height: 138px;
    padding: 20px;
    border: 1px solid rgba(255, 255, 255, 0.5);
    border-radius: 50%;
    background: rgba(59, 40, 31, 0.72);
    color: #fff;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
    backdrop-filter: blur(8px);
}

.therapy-image-stat strong {
    font-size: 34px;
    line-height: 1;
}

.therapy-image-stat span {
    margin-top: 7px;
    font-size: 11px;
    line-height: 1.3;
    text-transform: uppercase;
    letter-spacing: 0.05em;
}

.therapy-card {
    position: absolute;
    left: auto;
    right: 0;
    top: 50%;
    z-index: 3;
    width: 49%;
    max-width: 590px;
    padding: 54px 52px;
    border: 1px solid rgba(193, 90, 34, 0.12);
    border-right: 6px solid #c15a22;
    border-radius: 30px 0 0 30px;
    background: rgba(255, 255, 255, 0.96);
    transform: translateY(-50%);
    box-shadow: 0 24px 60px rgba(59, 40, 31, 0.18);
}

.therapy-number {
    position: absolute;
    top: 24px;
    right: 30px;
    color: rgba(193, 90, 34, 0.12);
    font-size: 66px;
    line-height: 1;
    font-weight: 800;
}

.therapy-kicker {
    display: block;
    margin-bottom: 9px;
    color: #c15a22;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 0.09em;
    text-transform: uppercase;
}

.therapy-card h3 {
    position: relative;
    margin-bottom: 15px;
    color: #3b281f;
    font-size: 34px;
    font-weight: 700;
}

.therapy-card blockquote {
    margin: 0 0 17px;
    padding-left: 15px;
    border-left: 2px solid #e29a55;
    color: #c15a22;
    font-family: Georgia, serif;
    font-size: 15px;
    line-height: 1.5;
    font-style: italic;
}

.therapy-card > p {
    margin-bottom: 20px;
    color: #6f4b3a;
    font-size: 14px;
    line-height: 1.72;
}

.therapy-card ul {
    margin: 0 0 24px;
    padding: 0;
    display: grid;
    gap: 9px;
}

.therapy-card li {
    color: #6f4b3a;
    display: flex;
    align-items: center;
    gap: 9px;
    font-size: 13px;
}

.therapy-card li i {
    width: 20px;
    height: 20px;
    border-radius: 50%;
    background: #e7f0da;
    color: #c15a22;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 9px;
}

.therapy-card > a {
    color: #6f4b3a;
    display: inline-flex;
    align-items: center;
    gap: 9px;
    font-size: 13px;
    font-weight: 700;
    text-transform: uppercase;
}

.therapy-card > a:hover {
    color: #3b281f;
    gap: 13px;
}

.therapy-links {
    position: relative;
    z-index: 2;
    max-width: 1050px;
    margin: 48px auto 0;
    padding: 0;
    border: 0;
    border-radius: 0;
    background: transparent;
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 13px;
    box-shadow: none;
}

.therapy-links a {
    position: relative;
    min-height: 96px;
    padding: 16px 15px;
    border: 1px solid rgba(111, 75, 58, 0.14);
    border-radius: 18px;
    background: rgba(255, 255, 255, 0.82);
    color: #6f4b3a;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 12px;
    font-size: 14px;
    font-weight: 600;
    box-shadow: 0 10px 28px rgba(59, 40, 31, 0.07);
    overflow: hidden;
}

.therapy-links a:hover,
.therapy-links a.active {
    border-color: #c15a22;
    background: #c15a22;
    color: #fff;
    transform: translateY(-4px);
    box-shadow: 0 16px 32px rgba(111, 75, 58, 0.18);
}

.therapy-link-number {
    position: absolute;
    top: 8px;
    right: 11px;
    color: rgba(111, 75, 58, 0.12);
    font-size: 28px;
    line-height: 1;
    font-weight: 800;
}

.therapy-links a:hover .therapy-link-number,
.therapy-links a.active .therapy-link-number {
    color: rgba(255, 255, 255, 0.18);
}

.therapy-link-icon {
    width: 48px;
    height: 48px;
    flex: 0 0 48px;
    border-radius: 14px;
    background: #e7f0db;
    color: #c15a22;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 18px;
}

.therapy-links a:hover .therapy-link-icon,
.therapy-links a.active .therapy-link-icon {
    background: rgba(255, 255, 255, 0.18);
    color: #fff;
}

.therapy-link-text {
    display: flex;
    flex-direction: column;
    gap: 2px;
}

.therapy-link-text small {
    color: #929b8d;
    font-size: 10px;
    font-weight: 500;
    text-transform: uppercase;
    letter-spacing: 0.04em;
}

.therapy-links a:hover .therapy-link-text small,
.therapy-links a.active .therapy-link-text small {
    color: rgba(255, 255, 255, 0.7);
}

@media (max-width: 991px) {
    .therapy-showcase {
        min-height: 650px;
        align-items: flex-start;
    }

    .therapy-image {
        width: 88%;
        height: 470px;
        margin-right: auto;
    }

    .therapy-card {
        left: auto;
        right: 0;
        top: auto;
        bottom: 0;
        width: 84%;
        transform: none;
    }
}

@media (max-width: 576px) {
    .therapy-feature {
        padding: 60px 0 55px;
    }

    .therapy-heading {
        margin-bottom: 30px;
    }

    .therapy-showcase {
        min-height: auto;
        display: block;
    }

    .therapy-image {
        width: 100%;
        height: 285px;
        border-radius: 90px 20px 0 0;
    }

    .therapy-card {
        position: relative;
        right: auto;
        width: calc(100% - 18px);
        margin: -25px auto 0;
        padding: 34px 25px;
        border-right-width: 4px;
        border-radius: 18px;
    }

    .therapy-number {
        top: 20px;
        right: 20px;
        font-size: 52px;
    }

    .therapy-card h3 {
        font-size: 25px;
    }

    .therapy-links {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        margin-top: 28px;
        border-radius: 20px;
        gap: 9px;
    }

    .therapy-links a {
        min-height: 86px;
        padding: 12px 10px;
        border-radius: 14px;
    }

    .therapy-link-icon {
        width: 40px;
        height: 40px;
        flex-basis: 40px;
    }

    .therapy-image-stat {
        left: 18px;
        bottom: 18px;
        width: 100px;
        height: 100px;
        padding: 12px;
    }

    .therapy-image-stat strong {
        font-size: 25px;
    }
}

/* Client stories below therapy feature */
.client-stories {
    position: relative;
    padding: 92px 0 82px;
    overflow: hidden;
    background: #fff;
}

.client-stories::before {
    content: "";
    position: absolute;
    top: 0;
    left: 50%;
    width: 120px;
    height: 5px;
    border-radius: 0 0 8px 8px;
    background: #c15a22;
    transform: translateX(-50%);
}

.client-stories-heading {
    max-width: 760px;
    margin: 0 auto 42px;
    text-align: center;
}

.client-stories-heading > span {
    color: #c15a22;
    font-size: 14px;
    font-weight: 700;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

.client-stories-heading h2 {
    margin: 12px 0 13px;
    color: #3b281f;
    font-size: clamp(30px, 4vw, 44px);
    line-height: 1.15;
    font-weight: 700;
}

.client-stories-heading p {
    margin: 0;
    color: #6a7165;
    font-size: 15px;
    line-height: 1.7;
}

.client-stories-grid {
    display: grid;
    grid-template-columns: 1.35fr 1fr 1fr;
    gap: 22px;
}

.client-story {
    position: relative;
    min-height: 410px;
    overflow: hidden;
    border-radius: 22px;
    background: #3b281f;
    box-shadow: 0 17px 40px rgba(59, 40, 31, 0.13);
}

.client-story-featured {
    min-height: 470px;
}

.client-story > img,
.client-story-shade {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
}

.client-story > img {
    object-fit: cover;
    transition: transform 0.6s ease;
}

.client-story:nth-child(2) > img,
.client-story:nth-child(3) > img {
    object-position: center top;
}

.client-story-shade {
    z-index: 1;
    background: linear-gradient(0deg, rgba(59, 40, 31, 0.88) 0%, rgba(59, 40, 31, 0.18) 58%, rgba(59, 40, 31, 0.08) 100%);
}

.client-story:hover > img {
    transform: scale(1.055);
}

.client-story-tag {
    position: absolute;
    top: 20px;
    left: 20px;
    z-index: 2;
    padding: 8px 12px;
    border-radius: 30px;
    background: rgba(255, 255, 255, 0.9);
    color: #6f4b3a;
    font-size: 10px;
    font-weight: 700;
    letter-spacing: 0.05em;
    text-transform: uppercase;
    backdrop-filter: blur(7px);
}

.client-story-top {
    position: absolute;
    top: 20px;
    left: 20px;
    right: 20px;
    z-index: 2;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.client-story-top .client-story-tag {
    position: static;
}

.client-story-duration {
    color: #fff;
    display: inline-flex;
    align-items: center;
    gap: 6px;
    font-size: 11px;
}

.client-story-play {
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: 3;
    width: 62px;
    height: 62px;
    padding: 0;
    border: 1px solid rgba(255, 255, 255, 0.6);
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.9);
    color: #c15a22;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 18px;
    transform: translate(-50%, -50%);
    box-shadow: 0 10px 28px rgba(59, 40, 31, 0.2);
    transition: transform 0.25s ease, background-color 0.25s ease, color 0.25s ease;
}

.client-story-play i {
    margin-left: 3px;
}

.client-story:hover .client-story-play {
    background: #c15a22;
    color: #fff;
    transform: translate(-50%, -50%) scale(1.08);
}

.client-story-content {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 2;
    padding: 28px;
    color: #fff;
}

.client-story-content > span {
    display: block;
    margin-bottom: 8px;
    color: #f3d7b5;
    font-size: 10px;
    font-weight: 700;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

.client-story-content h3 {
    margin-bottom: 10px;
    color: #fff;
    font-size: 22px;
    line-height: 1.25;
    font-weight: 600;
}

.client-story-featured .client-story-content h3 {
    max-width: 520px;
    font-family: Georgia, serif;
    font-size: 29px;
    font-weight: 500;
}

.client-story-content p {
    margin: 0;
    color: rgba(255, 255, 255, 0.72);
    font-size: 12px;
}

.client-stories-footer {
    margin-top: 32px;
    padding: 20px 24px;
    border: 1px solid #e4eadc;
    border-radius: 18px;
    background: #f8faf4;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
}

.client-stories-rating {
    display: flex;
    align-items: center;
    gap: 13px;
}

.client-stories-stars {
    color: #e6ad38;
    display: flex;
    gap: 3px;
    font-size: 13px;
}

.client-stories-rating strong {
    color: #6f4b3a;
    font-size: 13px;
}

.client-stories-footer > a {
    color: #6f4b3a;
    display: inline-flex;
    align-items: center;
    gap: 9px;
    font-size: 12px;
    font-weight: 700;
    text-transform: uppercase;
}

.client-stories-footer > a:hover {
    color: #3b281f;
    gap: 13px;
}

@media (max-width: 991px) {
    .client-stories-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .client-story-featured {
        grid-column: 1 / -1;
    }
}

@media (max-width: 576px) {
    .client-stories {
        padding: 62px 0 55px;
    }

    .client-stories-grid {
        grid-template-columns: 1fr;
        gap: 16px;
    }

    .client-story-featured {
        grid-column: auto;
    }

    .client-story,
    .client-story-featured {
        min-height: 390px;
    }

    .client-story-content {
        padding: 23px;
    }

    .client-story-featured .client-story-content h3 {
        font-size: 24px;
    }

    .client-stories-footer,
    .client-stories-rating {
        align-items: flex-start;
        flex-direction: column;
    }
}

/* Drug-free therapy methods below client stories */
.therapy-methods {
    position: relative;
    padding: 96px 0 86px;
    overflow: hidden;
    background:
        radial-gradient(circle at 100% 0, rgba(193, 90, 34, 0.13) 0 210px, transparent 211px),
        #f7f8f2;
}

.therapy-methods::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 34%;
    height: 7px;
    border-radius: 0 0 8px 0;
    background: linear-gradient(90deg, #8e3513, #f2a24b);
}

.therapy-methods-heading {
    max-width: 1080px;
    margin: 0 auto 48px;
    display: grid;
    grid-template-columns: 1.15fr 0.85fr;
    gap: 65px;
    align-items: end;
}

.therapy-methods-heading > div > span {
    color: #c15a22;
    display: inline-flex;
    align-items: center;
    gap: 8px;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 0.09em;
    text-transform: uppercase;
}

.therapy-methods-heading h2 {
    margin: 13px 0 0;
    color: #3b281f;
    font-size: clamp(32px, 4vw, 47px);
    line-height: 1.12;
    font-weight: 700;
}

.therapy-methods-heading > p {
    margin: 0 0 5px;
    padding-left: 25px;
    border-left: 2px solid #e29a55;
    color: #6a7265;
    font-size: 14px;
    line-height: 1.75;
}

.therapy-methods-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 22px;
    align-items: start;
}

.therapy-method-card {
    overflow: hidden;
    border: 1px solid #e1e8da;
    border-radius: 24px;
    background: #fff;
    box-shadow: 0 15px 40px rgba(59, 40, 31, 0.09);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.therapy-method-card.featured {
    margin-top: 35px;
}

.therapy-method-card:hover {
    transform: translateY(-8px);
    box-shadow: 0 24px 50px rgba(59, 40, 31, 0.16);
}

.therapy-method-image {
    position: relative;
    height: 300px;
    overflow: hidden;
}

.therapy-method-card.featured .therapy-method-image {
    height: 335px;
}

.therapy-method-image::after {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(0deg, rgba(59, 40, 31, 0.3), transparent 52%);
}

.therapy-method-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.55s ease;
}

.therapy-method-card:hover .therapy-method-image img {
    transform: scale(1.06);
}

.therapy-method-number {
    position: absolute;
    top: 18px;
    left: 18px;
    z-index: 2;
    width: 48px;
    height: 48px;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.92);
    color: #c15a22;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 12px;
    font-weight: 800;
    box-shadow: 0 8px 20px rgba(59, 40, 31, 0.15);
}

.therapy-method-type {
    position: absolute;
    left: 18px;
    bottom: 18px;
    z-index: 2;
    padding: 8px 12px;
    border-radius: 25px;
    background: rgba(59, 40, 31, 0.82);
    color: #fff;
    font-size: 9px;
    font-weight: 700;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    backdrop-filter: blur(7px);
}

.therapy-method-content {
    position: relative;
    padding: 34px 30px 31px;
}

.therapy-method-icon {
    position: absolute;
    top: -27px;
    right: 25px;
    width: 54px;
    height: 54px;
    border: 5px solid #fff;
    border-radius: 50%;
    background: #c15a22;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 17px;
    box-shadow: 0 8px 20px rgba(59, 40, 31, 0.2);
}

.therapy-method-content h3 {
    margin-bottom: 13px;
    color: #3b281f;
    font-size: 21px;
    font-weight: 700;
}

.therapy-method-content p {
    min-height: 76px;
    margin-bottom: 20px;
    color: #687064;
    font-size: 13px;
    line-height: 1.68;
}

.therapy-method-content > a {
    color: #c15a22;
    display: inline-flex;
    align-items: center;
    gap: 8px;
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 0.04em;
    text-transform: uppercase;
}

.therapy-method-content > a:hover {
    color: #9d3e14;
    gap: 12px;
}

.therapy-methods-cta {
    max-width: 1040px;
    margin: 48px auto 0;
    padding: 22px 25px;
    border-radius: 18px;
    background: #7b3114;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 25px;
    box-shadow: 0 16px 36px rgba(59, 40, 31, 0.17);
}

.therapy-methods-cta > div {
    display: flex;
    align-items: center;
    gap: 15px;
}

.therapy-methods-cta > div > i {
    width: 44px;
    height: 44px;
    flex: 0 0 44px;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.12);
    color: #e29a55;
    display: flex;
    align-items: center;
    justify-content: center;
}

.therapy-methods-cta span {
    color: rgba(255, 255, 255, 0.67);
    font-size: 12px;
    line-height: 1.5;
}

.therapy-methods-cta strong {
    color: #fff;
    display: block;
    font-size: 14px;
}

.therapy-methods-cta > a {
    min-height: 42px;
    padding: 0 17px;
    border-radius: 25px;
    background: #f2a24b;
    color: #3b1e10;
    display: inline-flex;
    align-items: center;
    gap: 8px;
    font-size: 10px;
    font-weight: 700;
    white-space: nowrap;
    text-transform: uppercase;
}

.therapy-methods-cta > a:hover {
    background: #fff;
    color: #9d3e14;
}

@media (max-width: 991px) {
    .therapy-methods-heading {
        grid-template-columns: 1fr;
        gap: 20px;
    }

    .therapy-methods-heading > p {
        max-width: 680px;
    }

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

    .therapy-method-card.featured {
        margin-top: 0;
    }

    .therapy-method-card:last-child {
        grid-column: 1 / -1;
        width: calc(50% - 11px);
        margin: 0 auto;
    }
}

@media (max-width: 576px) {
    .therapy-methods {
        padding: 66px 0 58px;
    }

    .therapy-methods-heading {
        margin-bottom: 32px;
    }

    .therapy-methods-heading > p {
        padding-left: 16px;
    }

    .therapy-methods-grid {
        grid-template-columns: 1fr;
        gap: 17px;
    }

    .therapy-method-card:last-child {
        grid-column: auto;
        width: 100%;
    }

    .therapy-method-image,
    .therapy-method-card.featured .therapy-method-image {
        height: 275px;
    }

    .therapy-method-content p {
        min-height: auto;
    }

    .therapy-methods-cta {
        margin-top: 30px;
        align-items: flex-start;
        flex-direction: column;
    }
}

/* Redesigned Our Services */
.our-services {
    position: relative;
    padding: 110px 0 96px;
    overflow: hidden;
    background:
        radial-gradient(circle at 92% 10%, rgba(226, 154, 85, 0.13) 0 190px, transparent 191px),
        linear-gradient(135deg, #3b281f 0%, #3b281f 55%, #3b281f 100%);
}

.our-services::before {
    content: "";
    position: absolute;
    left: -120px;
    bottom: -180px;
    width: 430px;
    height: 430px;
    border: 80px solid rgba(226, 154, 85, 0.06);
    border-radius: 50%;
}

.our-services::after {
    content: "";
    position: absolute;
    top: 0;
    left: 8%;
    width: 1px;
    height: 100%;
    background: rgba(255, 255, 255, 0.045);
    box-shadow: 280px 0 rgba(255, 255, 255, 0.035), 560px 0 rgba(255, 255, 255, 0.035),
        840px 0 rgba(255, 255, 255, 0.035);
}

.our-services-heading {
    position: relative;
    z-index: 1;
    margin-bottom: 58px;
    display: grid;
    grid-template-columns: 1.1fr 0.9fr;
    gap: 75px;
    align-items: end;
}

.our-services-heading > div:first-child > span {
    color: #e29a55;
    display: inline-flex;
    align-items: center;
    gap: 8px;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 0.09em;
    text-transform: uppercase;
}

.our-services-heading h2 {
    max-width: 600px;
    margin: 13px 0 0;
    color: #fff;
    font-size: clamp(38px, 4.5vw, 58px);
    line-height: 1.04;
    font-weight: 700;
}

.our-services-heading h2 em {
    color: #e29a55;
    font-family: Georgia, serif;
    font-weight: 500;
}

.our-services-heading-copy {
    padding-left: 25px;
    border-left: 2px solid rgba(226, 154, 85, 0.55);
}

.our-services-heading-copy p {
    margin-bottom: 20px;
    color: rgba(255, 255, 255, 0.68);
    font-size: 14px;
    line-height: 1.7;
}

.our-services-heading-actions {
    display: flex;
    align-items: center;
    gap: 22px;
    flex-wrap: wrap;
}

.our-services-heading-actions > span {
    color: rgba(255, 255, 255, 0.74);
    display: inline-flex;
    align-items: center;
    gap: 8px;
    font-size: 11px;
    font-weight: 600;
}

.our-services-heading-copy a,
.service-panel a {
    color: #e29a55;
    display: inline-flex;
    align-items: center;
    gap: 8px;
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 0.04em;
    text-transform: uppercase;
}

.our-services-heading-copy a:hover,
.service-panel a:hover {
    color: #fff;
    gap: 12px;
}

.our-services-layout {
    position: relative;
    z-index: 1;
    display: grid;
    grid-template-columns: 1.03fr 0.97fr;
    gap: 24px;
}

.service-panel {
    position: relative;
    overflow: hidden;
    border: 1px solid rgba(255, 255, 255, 0.12);
    border-radius: 30px;
    background: rgba(255, 255, 255, 0.94);
    box-shadow: 0 24px 55px rgba(59, 40, 31, 0.24);
}

.service-panel-featured {
    min-height: 650px;
    border-radius: 190px 30px 30px 30px;
}

.service-panel-featured > img,
.service-panel-overlay {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
}

.service-panel-featured > img {
    object-fit: cover;
    transition: transform 0.65s ease;
}

.service-panel-overlay {
    background:
        linear-gradient(0deg, rgba(59, 40, 31, 0.94) 0%, rgba(59, 40, 31, 0.26) 70%),
        linear-gradient(90deg, rgba(59, 40, 31, 0.25), transparent);
}

.service-panel:hover > img,
.service-panel:hover .service-panel-image img {
    transform: scale(1.055);
}

.service-panel-index {
    position: absolute;
    top: 22px;
    right: 22px;
    z-index: 2;
    color: rgba(255, 255, 255, 0.85);
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 0.08em;
}

.service-panel-badge {
    position: absolute;
    top: 55px;
    left: 38px;
    z-index: 2;
    width: 112px;
    height: 112px;
    border: 1px solid rgba(255, 255, 255, 0.42);
    border-radius: 50%;
    background: rgba(59, 40, 31, 0.66);
    color: #fff;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    backdrop-filter: blur(8px);
}

.service-panel-badge strong {
    font-family: Georgia, serif;
    font-size: 20px;
    font-weight: 500;
}

.service-panel-badge span {
    color: #f3d7b5;
    font-size: 9px;
    text-transform: uppercase;
    letter-spacing: 0.08em;
}

.service-panel-content {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 2;
    max-width: 590px;
    padding: 52px;
    color: #fff;
}

.service-panel-icon {
    width: 48px;
    height: 48px;
    flex: 0 0 48px;
    border-radius: 15px;
    background: #c15a22;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 18px;
}

.service-panel-content .service-panel-icon {
    margin-bottom: 20px;
}

.service-panel small {
    color: #e29a55;
    font-size: 10px;
    font-weight: 700;
    letter-spacing: 0.1em;
    text-transform: uppercase;
}

.service-panel h3 {
    margin: 7px 0 13px;
    color: #3b281f;
    font-size: 27px;
    font-weight: 700;
}

.service-panel-content h3 {
    color: #fff;
    font-size: 42px;
}

.service-panel-content p {
    max-width: 520px;
    color: rgba(255, 255, 255, 0.78);
    font-size: 14px;
    line-height: 1.7;
}

.service-panel-content ul {
    margin: 20px 0 25px;
    padding: 0;
    display: flex;
    flex-wrap: wrap;
    gap: 10px 20px;
}

.service-panel-content li {
    color: rgba(255, 255, 255, 0.86);
    display: flex;
    align-items: center;
    gap: 8px;
    font-size: 12px;
}

.service-panel-content li i {
    color: #e29a55;
}

.service-panel-content a {
    color: #f3d7b5;
}

.service-panel-body a {
    color: #c15a22;
}

.service-panel-body a:hover {
    color: #9d3e14;
}

.service-panel-footer {
    padding-top: 18px;
    border-top: 1px solid rgba(255, 255, 255, 0.16);
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.service-panel-footer > span {
    color: rgba(255, 255, 255, 0.48);
    font-size: 10px;
    letter-spacing: 0.1em;
}

.service-panel-stack {
    display: grid;
    gap: 24px;
}

.service-panel-horizontal {
    min-height: 313px;
    display: grid;
    grid-template-columns: 43% 57%;
}

.service-panel-horizontal.reverse {
    grid-template-columns: 57% 43%;
}

.service-panel-horizontal.reverse .service-panel-image {
    order: 2;
}

.service-panel-image {
    position: relative;
    min-height: 313px;
    overflow: hidden;
}

.service-panel-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.6s ease;
}

.service-panel-body {
    padding: 35px 32px;
    display: flex;
    align-items: flex-start;
    gap: 17px;
}

.service-panel-body p {
    margin-bottom: 16px;
    color: #c15a22;
    font-size: 13px;
    line-height: 1.65;
}

.service-panel-meta {
    margin-bottom: 19px;
    display: flex;
    gap: 8px;
    flex-wrap: wrap;
}

.service-panel-meta span {
    padding: 6px 9px;
    border-radius: 20px;
    background: #eaf2e1;
    color: #6f4b3a;
    display: inline-flex;
    align-items: center;
    gap: 5px;
    font-size: 9px;
    font-weight: 600;
}

.our-services-note {
    position: relative;
    z-index: 1;
    margin-top: 30px;
    padding: 24px 28px;
    border: 1px solid rgba(255, 255, 255, 0.13);
    border-radius: 22px;
    background: rgba(255, 255, 255, 0.075);
    backdrop-filter: blur(9px);
    display: flex;
    align-items: center;
    gap: 28px;
}

.our-service-stat {
    min-width: 105px;
    display: flex;
    align-items: center;
    gap: 10px;
}

.our-service-stat strong {
    color: #e29a55;
    font-family: Georgia, serif;
    font-size: 27px;
    font-weight: 500;
}

.our-service-stat span {
    color: rgba(255, 255, 255, 0.59);
    font-size: 9px;
    line-height: 1.35;
    text-transform: uppercase;
    letter-spacing: 0.05em;
}

.our-services-note blockquote {
    margin: 0;
    padding-left: 24px;
    border-left: 1px solid rgba(255, 255, 255, 0.18);
    color: rgba(255, 255, 255, 0.75);
    font-family: Georgia, serif;
    font-size: 14px;
    font-style: italic;
    line-height: 1.5;
}

.our-services-note > a {
    margin-left: auto;
    color: #e29a55;
    display: inline-flex;
    align-items: center;
    gap: 8px;
    font-size: 11px;
    font-weight: 700;
    text-transform: uppercase;
}

@media (max-width: 991px) {
    .our-services-heading {
        grid-template-columns: 1fr;
        gap: 22px;
    }

    .our-services-layout {
        grid-template-columns: 1fr;
    }

    .service-panel-featured {
        min-height: 590px;
    }

    .our-services-note {
        flex-wrap: wrap;
    }

    .our-services-note blockquote {
        order: 5;
        width: 100%;
        padding: 18px 0 0;
        border-top: 1px solid rgba(255, 255, 255, 0.15);
        border-left: 0;
    }
}

@media (max-width: 700px) {
    .our-services {
        padding: 66px 0 58px;
    }

    .service-panel-featured {
        min-height: 570px;
        border-radius: 100px 24px 24px 24px;
    }

    .service-panel-content {
        padding: 30px 25px;
    }

    .service-panel-content h3 {
        font-size: 31px;
    }

    .service-panel-horizontal,
    .service-panel-horizontal.reverse {
        grid-template-columns: 1fr;
    }

    .service-panel-horizontal.reverse .service-panel-image {
        order: 0;
    }

    .service-panel-image {
        min-height: 235px;
    }

    .service-panel-body {
        padding: 28px 24px;
    }

    .our-services-note {
        align-items: flex-start;
        flex-direction: column;
        gap: 13px;
    }

    .our-services-note > a {
        margin-left: 0;
    }

    .our-service-stat {
        width: calc(50% - 8px);
    }

    .service-panel-badge {
        top: 30px;
        left: 25px;
        width: 90px;
        height: 90px;
    }
}

/* Our Services - clean light theme */
.our-services {
    padding: 100px 0 88px;
    background: #fff;
}

.our-services::before {
    top: 80px;
    right: -130px;
    bottom: auto;
    left: auto;
    width: 350px;
    height: 350px;
    border: 65px solid rgba(193, 90, 34, 0.08);
}

.our-services::after {
    display: none;
}

.our-services-heading {
    margin-bottom: 48px;
}

.our-services-heading > div:first-child > span {
    color: #c15a22;
}

.our-services-heading h2 {
    color: #3b281f;
    font-size: clamp(34px, 4vw, 50px);
    line-height: 1.1;
}

.our-services-heading-copy {
    border-left-color: #e29a55;
}

.our-services-heading-copy p {
    margin-bottom: 14px;
    color: #c15a22;
}

.our-services-heading-copy a {
    color: #c15a22;
}

.our-services-heading-copy a:hover {
    color: #9d3e14;
}

.service-panel {
    border: 0;
    border-radius: 26px;
    background: #f5f7f1;
    box-shadow: 0 16px 42px rgba(59, 40, 31, 0.1);
}

.service-panel-featured {
    min-height: 610px;
    border-radius: 26px;
}

.service-panel-overlay {
    background: linear-gradient(0deg, rgba(59, 40, 31, 0.9) 0%, rgba(59, 40, 31, 0.28) 68%);
}

.service-panel-content {
    padding: 48px;
}

.service-panel-content h3 {
    font-size: 38px;
}

.service-panel-horizontal,
.service-panel-image {
    min-height: 293px;
}

.service-panel-body {
    padding: 32px;
}

.our-services-note {
    margin-top: 27px;
    padding: 20px 24px;
    border: 1px solid #e0e8d9;
    border-radius: 17px;
    background: #f8faf5;
    gap: 26px;
}

.our-services-note > span {
    color: #6f4b3a;
    display: inline-flex;
    align-items: center;
    gap: 8px;
    font-size: 12px;
}

.our-services-note > span i {
    color: #c15a22;
}

.our-services-note > a {
    color: #c15a22;
}

@media (max-width: 991px) {
    .service-panel-featured {
        min-height: 540px;
    }
}

@media (max-width: 700px) {
    .our-services {
        padding: 66px 0 58px;
    }

    .service-panel-featured {
        min-height: 500px;
        border-radius: 24px;
    }

    .service-panel-content {
        padding: 30px 25px;
    }

    .service-panel-content h3 {
        font-size: 31px;
    }
}

/* Personalized care journey below Our Services */
.care-journey {
    position: relative;
    padding: 105px 0;
    overflow: hidden;
    background:
        radial-gradient(circle at 7% 90%, rgba(193, 90, 34, 0.13) 0 170px, transparent 171px),
        #f3f5ed;
}

.care-journey::before {
    content: "";
    position: absolute;
    top: 0;
    right: 9%;
    width: 130px;
    height: 6px;
    border-radius: 0 0 10px 10px;
    background: linear-gradient(90deg, #8e3513, #f2a24b);
}

.care-journey-shell {
    display: grid;
    grid-template-columns: 0.9fr 0.82fr 1.05fr;
    gap: 52px;
    align-items: center;
}

.care-journey-kicker {
    color: #c15a22;
    display: inline-flex;
    align-items: center;
    gap: 8px;
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 0.1em;
    text-transform: uppercase;
}

.care-journey-intro h2 {
    margin: 16px 0 22px;
    color: #3b281f;
    font-size: clamp(36px, 4vw, 52px);
    line-height: 1.07;
    font-weight: 700;
}

.care-journey-intro h2 em {
    color: #c15a22;
    font-family: Georgia, serif;
    font-weight: 500;
}

.care-journey-intro > p {
    margin-bottom: 28px;
    color: #c15a22;
    font-size: 14px;
    line-height: 1.75;
}

.care-journey-promise {
    margin-bottom: 31px;
    padding: 18px;
    border: 1px solid #dde7d5;
    border-radius: 18px;
    background: rgba(255, 255, 255, 0.75);
    display: flex;
    align-items: flex-start;
    gap: 13px;
}

.care-journey-promise > span {
    width: 34px;
    height: 34px;
    flex: 0 0 34px;
    border-radius: 50%;
    background: #e4efda;
    color: #c15a22;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 11px;
}

.care-journey-promise strong {
    color: #3b281f;
    font-size: 13px;
}

.care-journey-promise p {
    margin: 4px 0 0;
    color: #7a8375;
    font-size: 11px;
    line-height: 1.5;
}

.care-journey-button {
    min-height: 48px;
    padding: 0 21px;
    border-radius: 27px;
    background: #9d3e14;
    color: #fff;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    font-size: 10px;
    font-weight: 700;
    letter-spacing: 0.05em;
    text-transform: uppercase;
}

.care-journey-button:hover {
    background: #c15a22;
    color: #fff;
}

.care-journey-visual {
    position: relative;
    min-height: 590px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.care-journey-arch {
    position: relative;
    width: 100%;
    height: 535px;
    overflow: hidden;
    border: 12px solid #fff;
    border-radius: 190px 190px 28px 28px;
    background: #dce7d7;
    box-shadow: 0 24px 55px rgba(59, 40, 31, 0.18);
}

.care-journey-arch::after {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(0deg, rgba(59, 40, 31, 0.2), transparent 45%);
}

.care-journey-arch img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center top;
}

.care-journey-visual-label {
    position: absolute;
    left: -28px;
    bottom: 42px;
    z-index: 2;
    padding: 14px 18px;
    border-radius: 17px;
    background: #fff;
    color: #c15a22;
    display: flex;
    align-items: center;
    gap: 11px;
    box-shadow: 0 15px 34px rgba(59, 40, 31, 0.17);
}

.care-journey-visual-label > i {
    width: 36px;
    height: 36px;
    border-radius: 11px;
    background: #e8f1df;
    color: #c15a22;
    display: flex;
    align-items: center;
    justify-content: center;
}

.care-journey-visual-label span {
    display: flex;
    flex-direction: column;
    font-size: 9px;
}

.care-journey-visual-label strong {
    color: #3b281f;
    font-size: 11px;
}

.care-journey-seal {
    position: absolute;
    top: 42px;
    right: -24px;
    z-index: 2;
    width: 108px;
    height: 108px;
    padding: 15px;
    border: 6px solid #f3f5ed;
    border-radius: 50%;
    background: #c15a22;
    color: #fff;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 7px;
    text-align: center;
    box-shadow: 0 12px 30px rgba(59, 40, 31, 0.2);
}

.care-journey-seal i {
    font-size: 22px;
}

.care-journey-seal span {
    font-size: 9px;
    line-height: 1.2;
    text-transform: uppercase;
}

.care-journey-steps {
    position: relative;
    display: grid;
    gap: 12px;
}

.care-journey-steps::before {
    content: "";
    position: absolute;
    top: 55px;
    bottom: 55px;
    left: 24px;
    width: 1px;
    background: #d4dfcc;
}

.care-step {
    position: relative;
    min-height: 116px;
    padding: 20px 20px 20px 78px;
    border: 1px solid transparent;
    border-radius: 19px;
    transition: 0.25s ease;
}

.care-step:hover,
.care-step.active {
    border-color: #dde7d6;
    background: #fff;
    box-shadow: 0 13px 32px rgba(59, 40, 31, 0.08);
}

.care-step-number {
    position: absolute;
    top: 14px;
    right: 17px;
    color: rgba(111, 75, 58, 0.12);
    font-size: 27px;
    line-height: 1;
    font-weight: 800;
}

.care-step-icon {
    position: absolute;
    top: 31px;
    left: 0;
    z-index: 1;
    width: 49px;
    height: 49px;
    border: 6px solid #f3f5ed;
    border-radius: 50%;
    background: #e3ecd9;
    color: #c15a22;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 15px;
}

.care-step.active .care-step-icon,
.care-step:hover .care-step-icon {
    background: #c15a22;
    color: #fff;
}

.care-step small {
    color: #c15a22;
    font-size: 9px;
    font-weight: 700;
    letter-spacing: 0.1em;
    text-transform: uppercase;
}

.care-step h3 {
    margin: 4px 0 6px;
    color: #3b281f;
    font-size: 17px;
    font-weight: 700;
}

.care-step p {
    margin: 0;
    color: #737c6f;
    font-size: 11px;
    line-height: 1.55;
}

@media (max-width: 1100px) {
    .care-journey-shell {
        grid-template-columns: 0.9fr 1fr;
    }

    .care-journey-intro {
        grid-column: 1 / -1;
        max-width: 720px;
    }
}

@media (max-width: 700px) {
    .care-journey {
        padding: 68px 0 60px;
    }

    .care-journey-shell {
        grid-template-columns: 1fr;
        gap: 35px;
    }

    .care-journey-visual {
        min-height: 500px;
        padding: 0 12px;
    }

    .care-journey-arch {
        height: 470px;
        border-radius: 150px 150px 24px 24px;
    }

    .care-journey-visual-label {
        left: 0;
        bottom: 10px;
    }

    .care-journey-seal {
        top: 25px;
        right: 0;
        width: 94px;
        height: 94px;
    }
}

/* Use the clean testimonial carousel */
.happy-clients {
    display: none;
}

.flat-testimonial {
    display: block;
    padding: 80px 0 !important;
    background: #f6f8f2;
}

.flat-testimonial .flat-title .title {
    color: #3b281f;
    font-size: 38px;
    font-weight: 700;
}

.flat-testimonial .flat-title .sub-title {
    color: #c15a22;
    font-size: 14px;
}

.flat-testimonial .testimonial-item.style-column {
    min-height: 290px;
    padding: 32px;
    border: 1px solid #dfe7d8;
    border-radius: 20px;
    background: #fff;
    box-shadow: 0 10px 28px rgba(59, 40, 31, 0.08);
}

.flat-testimonial .testimonial-item .heading {
    color: #3b281f;
    font-size: 19px;
}

.flat-testimonial .testimonial-item .text {
    color: #c15a22;
    font-size: 14px;
    line-height: 1.7;
}

.flat-testimonial .testimonial-item .name {
    color: #6f4b3a;
}

.flat-testimonial .swiper-wrapper > .swiper-slide:first-child {
    display: none;
}

/* Redesigned Happy Clients */
.happy-clients {
    position: relative;
    padding: 100px 0 88px;
    overflow: hidden;
    background: #fff;
}

.happy-clients::before {
    content: "";
    position: absolute;
    top: -150px;
    left: -130px;
    width: 350px;
    height: 350px;
    border: 70px solid rgba(193, 90, 34, 0.08);
    border-radius: 50%;
}

.happy-clients-heading {
    position: relative;
    z-index: 1;
    margin-bottom: 48px;
    display: flex;
    align-items: end;
    justify-content: space-between;
    gap: 50px;
}

.happy-clients-heading > div:first-child > span {
    color: #c15a22;
    display: inline-flex;
    align-items: center;
    gap: 8px;
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 0.1em;
    text-transform: uppercase;
}

.happy-clients-heading h2 {
    max-width: 650px;
    margin: 13px 0 0;
    color: #3b281f;
    font-size: clamp(35px, 4vw, 50px);
    line-height: 1.08;
    font-weight: 700;
}

.happy-clients-heading h2 em {
    color: #c15a22;
    font-family: Georgia, serif;
    font-weight: 500;
}

.happy-clients-summary {
    min-width: 310px;
    padding: 17px 20px;
    border: 1px solid #dfe8d8;
    border-radius: 18px;
    background: #f7f9f3;
    display: flex;
    align-items: center;
    gap: 17px;
}

.happy-clients-summary > strong {
    color: #6f4b3a;
    font-family: Georgia, serif;
    font-size: 38px;
    font-weight: 500;
}

.happy-clients-summary p {
    max-width: 215px;
    margin: 5px 0 0;
    color: #7a8375;
    font-size: 10px;
    line-height: 1.4;
}

.happy-client-stars {
    color: #e5ad3b;
    display: inline-flex;
    gap: 3px;
    font-size: 11px;
}

.happy-clients-layout {
    position: relative;
    z-index: 1;
    display: grid;
    grid-template-columns: 1.12fr 0.88fr;
    gap: 24px;
}

.happy-client-featured {
    position: relative;
    min-height: 480px;
    padding: 52px;
    border-radius: 30px 110px 30px 30px;
    background: radial-gradient(circle at 100% 0, rgba(242, 162, 75, 0.2), transparent 36%), #5b2816;
    color: #fff;
    display: flex;
    flex-direction: column;
    justify-content: center;
    overflow: hidden;
    box-shadow: 0 22px 50px rgba(59, 40, 31, 0.18);
}

.happy-client-featured::after {
    content: "";
    position: absolute;
    right: -60px;
    bottom: -85px;
    width: 220px;
    height: 220px;
    border: 45px solid rgba(255, 255, 255, 0.05);
    border-radius: 50%;
}

.happy-client-quote {
    margin-bottom: 22px;
    color: #e29a55;
    font-size: 32px;
}

.happy-client-featured blockquote {
    max-width: 670px;
    margin: 18px 0 31px;
    color: #fff;
    font-family: Georgia, serif;
    font-size: clamp(24px, 2.7vw, 35px);
    line-height: 1.35;
}

.happy-client-author {
    display: flex;
    align-items: center;
    gap: 13px;
}

.happy-client-avatar {
    width: 48px;
    height: 48px;
    flex: 0 0 48px;
    border-radius: 50%;
    background: #e29a55;
    color: #6f4b3a;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 12px;
    font-weight: 800;
}

.happy-client-avatar.green {
    background: #e5efda;
    color: #6f4b3a;
}

.happy-client-avatar.cream {
    background: #f3e7cc;
    color: #83683e;
}

.happy-client-author div,
.happy-client-card footer {
    display: flex;
    flex-direction: column;
}

.happy-client-author strong {
    font-size: 13px;
}

.happy-client-author small {
    margin-top: 3px;
    color: rgba(255, 255, 255, 0.58);
    font-size: 10px;
}

.happy-client-result {
    position: absolute;
    right: 28px;
    bottom: 27px;
    z-index: 2;
    max-width: 225px;
    padding: 13px 16px;
    border: 1px solid rgba(255, 255, 255, 0.14);
    border-radius: 15px;
    background: rgba(255, 255, 255, 0.09);
    display: flex;
    align-items: center;
    gap: 11px;
    backdrop-filter: blur(7px);
}

.happy-client-result > i {
    color: #e29a55;
    font-size: 18px;
}

.happy-client-result span {
    color: rgba(255, 255, 255, 0.6);
    display: flex;
    flex-direction: column;
    font-size: 9px;
}

.happy-client-result strong {
    color: #fff;
    font-size: 10px;
}

.happy-client-cards {
    display: grid;
    gap: 24px;
}

.happy-client-card {
    min-height: 228px;
    padding: 30px;
    border: 1px solid #e0e8da;
    border-radius: 24px;
    background: #f7f9f3;
    display: flex;
    flex-direction: column;
    justify-content: center;
    transition: transform 0.25s ease, box-shadow 0.25s ease;
}

.happy-client-card.accent {
    background: #f4efe4;
}

.happy-client-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 17px 36px rgba(59, 40, 31, 0.1);
}

.happy-client-card-top {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.happy-client-card h3 {
    margin: 20px 0 9px;
    color: #3b281f;
    font-size: 20px;
    font-weight: 700;
}

.happy-client-card > p {
    margin-bottom: 20px;
    color: #c15a22;
    font-size: 12px;
    line-height: 1.65;
}

.happy-client-card footer {
    padding-top: 16px;
    border-top: 1px solid #dfe6d9;
}

.happy-client-card footer strong {
    color: #6f4b3a;
    font-size: 11px;
}

.happy-client-card footer span {
    margin-top: 3px;
    color: #8a9385;
    font-size: 9px;
    text-transform: uppercase;
    letter-spacing: 0.06em;
}

.happy-clients-footer {
    margin-top: 27px;
    padding: 17px 22px;
    border: 1px solid #e0e8da;
    border-radius: 16px;
    background: #fafbf8;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
}

.happy-clients-footer p {
    margin: 0;
    color: #7b8477;
    font-size: 10px;
}

.happy-clients-footer p i {
    margin-right: 7px;
    color: #c15a22;
}

.happy-clients-footer a {
    color: #c15a22;
    display: inline-flex;
    align-items: center;
    gap: 8px;
    font-size: 10px;
    font-weight: 700;
    text-transform: uppercase;
}

@media (max-width: 991px) {
    .happy-clients-heading {
        align-items: flex-start;
        flex-direction: column;
        gap: 25px;
    }

    .happy-clients-layout {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 576px) {
    .happy-clients {
        padding: 66px 0 58px;
    }

    .happy-clients-summary {
        min-width: 0;
        width: 100%;
    }

    .happy-client-featured {
        min-height: 520px;
        padding: 34px 25px 135px;
        border-radius: 25px 75px 25px 25px;
    }

    .happy-client-result {
        right: 24px;
        bottom: 24px;
        left: 24px;
        max-width: none;
    }

    .happy-client-card {
        padding: 25px;
    }

    .happy-clients-footer {
        align-items: flex-start;
        flex-direction: column;
    }
}

/* Happy Clients redesign */
.clients-redesign {
    position: relative;
    padding: 86px 0 !important;
    background: linear-gradient(135deg, #f7faf2 0%, #eef5e7 100%);
    overflow: hidden;
}

.clients-redesign::before {
    content: "";
    position: absolute;
    inset: 0;
    background-image:
        linear-gradient(rgba(193, 90, 34, 0.08) 1px, transparent 1px),
        linear-gradient(90deg, rgba(193, 90, 34, 0.08) 1px, transparent 1px);
    background-size: 44px 44px;
    pointer-events: none;
}

.clients-redesign .container {
    position: relative;
    z-index: 1;
}

.clients-redesign-heading {
    display: grid;
    grid-template-columns: minmax(0, 1fr) 220px;
    gap: 28px;
    align-items: end;
    margin-bottom: 34px;
}

.clients-redesign-heading span {
    color: #c15a22;
    display: inline-flex;
    align-items: center;
    gap: 8px;
    font-size: 13px;
    font-weight: 700;
    text-transform: uppercase;
}

.clients-redesign-heading h2 {
    max-width: 650px;
    margin: 10px 0 10px;
    color: #3b281f;
    font-size: 38px;
    line-height: 1.14;
    font-weight: 700;
}

.clients-redesign-heading p {
    max-width: 610px;
    margin: 0;
    color: #c15a22;
    font-size: 15px;
    line-height: 1.7;
}

.clients-redesign-score {
    padding: 22px;
    border: 1px solid #d9e7cf;
    border-radius: 8px;
    background: #ffffff;
    box-shadow: 0 18px 42px rgba(59, 40, 31, 0.08);
}

.clients-redesign-score strong {
    color: #3b281f;
    display: block;
    font-size: 44px;
    line-height: 1;
}

.clients-redesign-score span {
    margin: 8px 0 6px;
    color: #e0a733;
    display: flex;
    gap: 3px;
}

.clients-redesign-score small {
    color: #c15a22;
    font-size: 12px;
}

.clients-redesign-layout {
    display: grid;
    grid-template-columns: minmax(0, 0.95fr) minmax(0, 1.35fr);
    gap: 24px;
}

.clients-redesign-feature,
.clients-redesign-card,
.clients-redesign-trust {
    border: 1px solid #dce8d3;
    border-radius: 8px;
    background: #ffffff;
    box-shadow: 0 18px 42px rgba(59, 40, 31, 0.08);
}

.clients-redesign-feature {
    position: relative;
    min-height: 430px;
    padding: 38px;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    color: #ffffff;
    background:
        linear-gradient(180deg, rgba(59, 40, 31, 0.2), rgba(59, 40, 31, 0.9)),
        url("../images/collections/18.jpg") center/cover;
    overflow: hidden;
}

.clients-redesign-quote {
    position: absolute;
    top: 28px;
    right: 30px;
    color: rgba(255, 255, 255, 0.35);
    font-size: 46px;
}

.clients-redesign-tag {
    width: fit-content;
    margin-bottom: 15px;
    padding: 7px 11px;
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.15);
    color: #f3d7b5;
    font-size: 11px;
    font-weight: 700;
    text-transform: uppercase;
}

.clients-redesign-feature h3 {
    margin: 0 0 13px;
    color: #ffffff;
    font-size: 28px;
    line-height: 1.2;
}

.clients-redesign-feature p {
    margin: 0 0 26px;
    color: rgba(255, 255, 255, 0.86);
    font-size: 17px;
    line-height: 1.75;
}

.clients-redesign-author {
    display: flex;
    align-items: center;
    gap: 12px;
}

.clients-redesign-author > span {
    width: 48px;
    height: 48px;
    border-radius: 50%;
    background: #eaf5dc;
    color: #6f4b3a;
    display: grid;
    place-items: center;
    font-size: 13px;
    font-weight: 800;
}

.clients-redesign-author strong,
.clients-redesign-author small {
    display: block;
}

.clients-redesign-author strong {
    color: #ffffff;
    font-size: 14px;
}

.clients-redesign-author small {
    margin-top: 3px;
    color: rgba(255, 255, 255, 0.65);
    font-size: 12px;
}

.clients-redesign-list {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 18px;
}

.clients-redesign-card {
    min-height: 430px;
    padding: 26px;
    display: flex;
    flex-direction: column;
}

.clients-redesign-card-icon {
    width: 46px;
    height: 46px;
    border-radius: 50%;
    background: #edf6e5;
    color: #c15a22;
    display: grid;
    place-items: center;
    font-size: 18px;
}

.clients-redesign-card small {
    margin-top: 24px;
    color: #c15a22;
    font-size: 11px;
    font-weight: 800;
    text-transform: uppercase;
}

.clients-redesign-card h3 {
    margin: 10px 0 12px;
    color: #3b281f;
    font-size: 20px;
    line-height: 1.25;
}

.clients-redesign-card p {
    margin: 0;
    color: #c15a22;
    font-size: 14px;
    line-height: 1.75;
}

.clients-redesign-card strong {
    margin-top: auto;
    padding-top: 22px;
    color: #6f4b3a;
    font-size: 13px;
}

.clients-redesign-trust {
    margin-top: 24px;
    padding: 18px 22px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 14px;
    flex-wrap: wrap;
}

.clients-redesign-trust span {
    color: #6f4b3a;
    display: inline-flex;
    align-items: center;
    gap: 8px;
    font-size: 13px;
    font-weight: 700;
}

.clients-redesign-trust span i {
    color: #c15a22;
}

.clients-redesign-trust a {
    color: #ffffff;
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 11px 16px;
    border-radius: 999px;
    background: #6f4b3a;
    font-size: 13px;
    font-weight: 700;
}

@media (max-width: 1199px) {
    .clients-redesign-layout,
    .clients-redesign-heading {
        grid-template-columns: 1fr;
    }

    .clients-redesign-list {
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }
}

@media (max-width: 991px) {
    .clients-redesign {
        padding: 68px 0 !important;
    }

    .clients-redesign-list {
        grid-template-columns: 1fr;
    }

    .clients-redesign-card {
        min-height: auto;
    }
}

@media (max-width: 576px) {
    .clients-redesign-heading h2 {
        font-size: 30px;
    }

    .clients-redesign-feature {
        min-height: 460px;
        padding: 28px;
    }

    .clients-redesign-feature h3 {
        font-size: 24px;
    }
}

/* Floating WhatsApp, AI chat and call buttons */
#footer.footer {
    display: none;
}

.wellness-footer {
    position: relative;
    overflow: hidden;
    background: radial-gradient(circle at 100% 100%, rgba(242, 162, 75, 0.13) 0 250px, transparent 251px), #211713;
    color: #fff;
}

.wellness-footer-cta {
    padding: 55px 0 48px;
    border-bottom: 1px solid rgba(255,255,255,.11);
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 40px;
}

.wellness-footer-cta span {
    color: #e29a55;
    font-size: 10px;
    font-weight: 700;
    letter-spacing: .1em;
    text-transform: uppercase;
}

.wellness-footer-cta h2 {
    margin: 11px 0 0;
    color: #fff;
    font-size: clamp(30px,4vw,45px);
}

.wellness-footer-actions { display:flex; align-items:center; gap:14px; }
.wellness-footer-primary,
.wellness-footer-phone {
    min-height: 49px;
    padding: 0 20px;
    border-radius: 27px;
    display: inline-flex;
    align-items: center;
    gap: 9px;
}
.wellness-footer-primary { background:#f2a24b; color:#3b1e10; font-size:10px; font-weight:700; text-transform:uppercase; }
.wellness-footer-phone { border:1px solid rgba(255,255,255,.18); color:#fff; }
.wellness-footer-phone span { display:flex; flex-direction:column; color:#fff; font-size:11px; letter-spacing:0; text-transform:none; }
.wellness-footer-phone small { color:rgba(255,255,255,.48); font-size:8px; text-transform:uppercase; }

.wellness-footer-main {
    padding: 65px 0 58px;
    display:grid;
    grid-template-columns:1.25fr .65fr .78fr 1fr 1.15fr;
    gap:42px;
}
.wellness-footer-brand img { width:205px; filter:brightness(0) invert(1); }
.wellness-footer-brand > p { margin:22px 0; color:rgba(255,255,255,.58); font-size:12px; line-height:1.7; }
.wellness-footer-social { display:flex; gap:8px; }
.wellness-footer-social a { width:36px; height:36px; border:1px solid rgba(255,255,255,.14); border-radius:50%; color:#fff; display:flex; align-items:center; justify-content:center; }
.wellness-footer-social a:hover { background:#f2a24b; color:#3b1e10; }
.wellness-footer h3 { margin-bottom:22px; color:#fff; font-size:14px; }
.wellness-footer-column { display:flex; flex-direction:column; }
.wellness-footer-column a { margin-bottom:12px; color:rgba(255,255,255,.58); font-size:11px; }
.wellness-footer-column a:hover { color:#ffc27a; transform:translateX(4px); }
.wellness-footer-contact > div { margin-bottom:17px; display:flex; gap:11px; }
.wellness-footer-contact i { color:#f2a24b; }
.wellness-footer-contact p { margin:0; color:rgba(255,255,255,.58); font-size:10px; line-height:1.6; }
.wellness-footer-contact > a { color:#f2a24b; font-size:9px; font-weight:700; text-transform:uppercase; }
.home-gallery {
    padding: 92px 0 100px;
    background: #f8f5ed;
}

.home-gallery-heading {
    margin-bottom: 38px;
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    gap: 40px;
}

.home-gallery-heading span {
    color: #c15a22;
    font-size: 11px;
    font-weight: 700;
    letter-spacing: .1em;
    text-transform: uppercase;
}

.home-gallery-heading h2 {
    margin-top: 9px;
    color: #29452d;
    font-size: clamp(34px, 4vw, 52px);
}

.home-gallery-heading p {
    max-width: 480px;
    margin: 0 0 7px;
    color: #6f625a;
    line-height: 1.7;
}

.home-gallery-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    grid-auto-rows: 235px;
    gap: 16px;
}

.home-gallery-item {
    position: relative;
    overflow: hidden;
    border-radius: 18px;
    isolation: isolate;
}

.home-gallery-item::after {
    content: "";
    position: absolute;
    z-index: 1;
    inset: 0;
    background: linear-gradient(180deg, transparent 42%, rgba(15, 34, 18, .82));
    transition: background .35s ease;
}

.home-gallery-item img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform .7s cubic-bezier(.2,.7,.2,1), filter .35s ease;
}

.home-gallery-item > span {
    position: absolute;
    z-index: 2;
    right: 22px;
    bottom: 20px;
    left: 22px;
    color: #fff;
    display: grid;
    gap: 4px;
    font-size: 19px;
    font-weight: 700;
    transform: translateY(5px);
    transition: transform .35s ease;
}

.home-gallery-item small {
    color: #c9e6ab;
    font-size: 9px;
    letter-spacing: .11em;
    text-transform: uppercase;
}

.home-gallery-item:hover img {
    filter: saturate(1.08);
    transform: scale(1.07);
}

.home-gallery-item:hover > span {
    transform: translateY(0);
}

.home-gallery-item.gallery-wide {
    grid-column: span 2;
}

.home-gallery-item.gallery-tall {
    grid-row: span 2;
}

/* Auto-running Flexbox gallery */
.home-gallery-viewport {
    width: 100%;
    overflow: hidden;
    padding: 8px 0 22px;
    -webkit-mask-image: linear-gradient(90deg, transparent, #000 5%, #000 95%, transparent);
    mask-image: linear-gradient(90deg, transparent, #000 5%, #000 95%, transparent);
}

.home-gallery-track {
    width: max-content;
    display: flex;
    align-items: stretch;
    gap: 16px;
    animation: homeGalleryRun 34s linear infinite;
    will-change: transform;
}

.home-gallery-viewport:hover .home-gallery-track {
    animation-play-state: paused;
}

.home-gallery-track .home-gallery-item {
    width: 310px;
    height: 350px;
    flex: 0 0 310px;
}

.home-gallery-track .home-gallery-item.gallery-wide {
    width: 470px;
    flex-basis: 470px;
}

.home-gallery-track .home-gallery-item.gallery-tall {
    grid-row: auto;
}

@keyframes homeGalleryRun {
    from { transform: translateX(0); }
    to { transform: translateX(calc(-50% - 8px)); }
}

.theme-green .home-gallery {
    background: #dff0d4;
}

.theme-night .home-gallery {
    background: #12100f;
}

.theme-night .home-gallery-heading h2 {
    color: #fff4e8 !important;
}

.theme-night .home-gallery-heading p {
    color: #d2bbaa;
}

@media (max-width: 900px) {
    .home-gallery-heading {
        align-items: flex-start;
        flex-direction: column;
        gap: 15px;
    }

    .home-gallery-grid {
        grid-template-columns: repeat(2, 1fr);
    }

    .home-gallery-track .home-gallery-item,
    .home-gallery-track .home-gallery-item.gallery-wide {
        width: 300px;
        height: 330px;
        flex-basis: 300px;
    }
}

@media (max-width: 520px) {
    .home-gallery {
        padding: 60px 0 68px;
    }

    .home-gallery-grid {
        grid-template-columns: 1fr;
        grid-auto-rows: 260px;
    }

    .home-gallery-viewport {
        margin-inline: -15px;
        width: calc(100% + 30px);
        mask-image: none;
        -webkit-mask-image: none;
    }

    .home-gallery-track {
        gap: 12px;
        animation-duration: 28s;
    }

    .home-gallery-track .home-gallery-item,
    .home-gallery-track .home-gallery-item.gallery-wide {
        width: 270px;
        height: 310px;
        flex-basis: 270px;
    }

    .home-gallery-item.gallery-wide,
    .home-gallery-item.gallery-tall {
        grid-column: auto;
        grid-row: auto;
    }
}

@media (prefers-reduced-motion: reduce) {
    .home-gallery-track {
        animation-play-state: paused;
    }
}

.wellness-footer-newsletter { padding:25px; border:1px solid rgba(255,255,255,.1); border-radius:22px; background:rgba(255,255,255,.06); }
.wellness-footer-newsletter > span { color:#f2a24b; font-size:9px; text-transform:uppercase; }
.wellness-footer-newsletter h3 { margin:9px 0; font-family:Georgia,serif; font-size:20px; font-weight:500; }
.wellness-footer-newsletter p { color:rgba(255,255,255,.52); font-size:10px; }
.wellness-footer-newsletter form { position:relative; margin:18px 0 10px; }
.wellness-footer-newsletter input { width:100%; height:43px; padding:0 48px 0 15px; border:1px solid rgba(255,255,255,.14); border-radius:24px; background:rgba(255,255,255,.08); color:#fff; }
.wellness-footer-newsletter button { position:absolute; top:5px; right:5px; width:33px; height:33px; border:0; border-radius:50%; background:#f2a24b; color:#3b1e10; }
.wellness-footer-newsletter small { color:rgba(255,255,255,.35); font-size:8px; }
.wellness-footer-bottom { min-height:66px; border-top:1px solid rgba(255,255,255,.1); color:rgba(255,255,255,.4); display:grid; grid-template-columns:1fr auto 1fr; align-items:center; gap:25px; font-size:9px; }
.wellness-footer-bottom p { margin:0; }
.wellness-footer-bottom div { display:flex; gap:18px; }
.wellness-footer-bottom a { color:rgba(255,255,255,.48); }
.wellness-footer-bottom > span { text-align:right; }

@media (max-width:1100px) {
    .wellness-footer-main { grid-template-columns:repeat(3,1fr); }
    .wellness-footer-newsletter { grid-column:span 2; }
}
@media (max-width:700px) {
    .wellness-footer-cta,.wellness-footer-actions { align-items:flex-start; flex-direction:column; }
    .wellness-footer-main { padding:48px 0; grid-template-columns:1fr 1fr; gap:35px 25px; }
    .wellness-footer-brand,.wellness-footer-contact,.wellness-footer-newsletter { grid-column:1/-1; }
    .wellness-footer-bottom { padding:20px 0; grid-template-columns:1fr; gap:12px; }
    .wellness-footer-bottom > span { text-align:left; }
}

.floating-contact-buttons {
    position: fixed;
    right: auto;
    left: 0;
    top: auto;
    bottom: 20px;
    transform: none;
    z-index: 999;
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.floating-whatsapp-button {
    position: fixed;
    right: 18px;
    top: auto;
    bottom: 18px;
    transform: none;
    z-index: 999;
}

.floating-contact-btn {
    position: relative;
    width: 54px;
    height: 54px;
    padding: 0;
    border: 0;
    border-radius: 50%;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 23px;
    text-decoration: none;
    cursor: pointer;
    box-shadow: 0 5px 18px rgba(0, 0, 0, 0.22);
    transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.floating-contact-btn.whatsapp {
    background: #25d366;
}

.floating-contact-btn.ai-chat {
    background: #6b5ce7;
}

.floating-contact-btn.enquiry {
    width: 48px;
    height: 48px;
    padding: 0;
    box-sizing: border-box;
    border-radius: 0 24px 24px 0;
    background: #c15a22;
    font-size: 18px;
    font-weight: 700;
    letter-spacing: 0.035em;
    text-transform: uppercase;
    transform: none;
    transition: width .22s ease, height .22s ease, border-radius .22s ease, box-shadow .22s ease;
}

.floating-contact-btn.enquiry > span {
    display: none;
    position: static;
    padding: 0;
    border-radius: 0;
    background: transparent;
    color: #fff;
    font-size: inherit;
    line-height: 1;
    opacity: 1;
    visibility: visible;
    transform: rotate(180deg);
    white-space: nowrap;
}

.floating-contact-btn.enquiry.is-open {
    width: 40px;
    height: 190px;
    padding: 12px 0;
    border-radius: 0 5px 5px 0;
    font-size: 11px;
    writing-mode: vertical-rl;
}

.floating-contact-btn.enquiry.is-open > i {
    display: none;
}

.floating-contact-btn.enquiry.is-open > span {
    display: block;
}

.floating-contact-btn.enquiry:hover,
.floating-contact-btn.enquiry:focus-visible {
    background: #6f4b3a;
    transform: none;
}

.floating-contact-btn.enquiry:hover > span,
.floating-contact-btn.enquiry:focus-visible > span {
    transform: rotate(180deg);
}

.floating-contact-btn.call {
    background: #1677ff;
}

.floating-contact-btn > span {
    position: absolute;
    right: auto;
    left: 66px;
    padding: 6px 10px;
    border-radius: 5px;
    background: #222;
    color: #fff;
    font-size: 13px;
    line-height: 1;
    white-space: nowrap;
    opacity: 0;
    visibility: hidden;
    transform: translateX(-6px);
    transition: 0.2s ease;
}

.floating-whatsapp-button .floating-contact-btn > span {
    right: 66px;
    left: auto;
    transform: translateX(6px);
}

.floating-contact-btn:hover,
.floating-contact-btn:focus-visible {
    color: #fff;
    transform: translateY(-3px);
    box-shadow: 0 8px 22px rgba(0, 0, 0, 0.28);
}

.floating-contact-btn:hover > span,
.floating-contact-btn:focus-visible > span {
    opacity: 1;
    visibility: visible;
    transform: translateX(0);
}

@media (max-width: 576px) {
    .floating-contact-buttons {
        right: auto;
        left: 0;
        top: auto;
        bottom: 14px;
        transform: none;
        flex-direction: column;
        align-items: center;
        gap: 10px;
        z-index: 1005;
    }

    .floating-whatsapp-button {
        right: 10px;
        top: auto;
        bottom: 18px;
        transform: none;
    }

    .floating-contact-btn {
        width: 48px;
        height: 48px;
        font-size: 20px;
        flex: 0 0 auto;
    }

    .floating-contact-btn.enquiry {
        width: 48px;
        max-width: none;
        height: 48px;
        min-height: 48px;
        padding: 0;
        border-radius: 0 24px 24px 0;
        font-size: 18px;
        writing-mode: horizontal-tb;
    }

    .floating-contact-btn.enquiry.is-open {
        width: 36px;
        height: 170px;
        min-height: 170px;
        padding: 10px 0;
        border-radius: 0 5px 5px 0;
        font-size: 10px;
        line-height: 1;
        writing-mode: vertical-rl;
    }

    .floating-contact-btn.enquiry > span,
    .floating-contact-btn.enquiry:hover > span,
    .floating-contact-btn.enquiry:focus-visible > span {
        overflow: visible;
        transform: rotate(180deg);
        white-space: nowrap;
    }

    .floating-contact-btn.ai-chat,
    .floating-contact-btn.call {
        margin-left: 0;
    }

    .floating-contact-btn > span:not(.floating-contact-btn.enquiry > span) {
        display: none;
    }
}

.enquiry-modal .modal-dialog {
    max-width: 880px;
}

.enquiry-modal .modal-content {
    position: relative;
    overflow: hidden;
    border: 0;
    border-radius: 18px;
    box-shadow: 0 24px 70px rgba(59, 40, 31, 0.24);
}

.enquiry-modal-close {
    position: absolute;
    top: 16px;
    right: 16px;
    z-index: 2;
    width: 38px;
    height: 38px;
    border: 0;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.92);
    color: #7b3114;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 8px 22px rgba(0, 0, 0, 0.12);
}

.enquiry-modal-grid {
    display: grid;
    grid-template-columns: 0.82fr 1.18fr;
    min-height: 520px;
}

.enquiry-modal-panel {
    padding: 48px 36px;
    background:
        linear-gradient(145deg, rgba(59, 40, 31, 0.92), rgba(111, 75, 58, 0.88)),
        url("../images/collections/services.jpg") center/cover;
    color: #fff;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.enquiry-modal-kicker {
    width: fit-content;
    padding: 8px 13px;
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.14);
    color: #f3d7b5;
    font-size: 10px;
    font-weight: 700;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

.enquiry-modal-kicker i {
    margin-right: 6px;
}

.enquiry-modal-panel h3 {
    margin: 22px 0 14px;
    color: #fff;
    font-family: Georgia, serif;
    font-size: clamp(28px, 3vw, 40px);
    line-height: 1.12;
}

.enquiry-modal-panel p {
    margin: 0;
    color: rgba(255, 255, 255, 0.76);
    font-size: 14px;
    line-height: 1.7;
}

.enquiry-modal-contact {
    margin-top: 32px;
    display: grid;
    gap: 12px;
}

.enquiry-modal-contact span {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    color: rgba(255, 255, 255, 0.88);
    font-size: 13px;
}

.enquiry-modal-contact i {
    color: #f3d7b5;
}

.enquiry-form {
    padding: 44px 42px;
    background: #fbfdf8;
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    align-content: center;
    gap: 18px;
}

.enquiry-field {
    display: grid;
    gap: 8px;
}

.enquiry-field-full {
    grid-column: 1 / -1;
}

.enquiry-field label {
    margin: 0;
    color: #7b3114;
    font-size: 12px;
    font-weight: 700;
}

.enquiry-field input,
.enquiry-field textarea {
    width: 100%;
    border: 1px solid #dce8d0;
    border-radius: 10px;
    background: #fff;
    color: #253d4e;
    font-size: 14px;
    outline: none;
    transition: border-color 0.2s ease, box-shadow 0.2s ease;
}

.enquiry-field input {
    height: 48px;
    padding: 0 15px;
}

.enquiry-field textarea {
    min-height: 118px;
    padding: 14px 15px;
    resize: vertical;
}

.enquiry-field input:focus,
.enquiry-field textarea:focus {
    border-color: #c15a22;
    box-shadow: 0 0 0 4px rgba(193, 90, 34, 0.16);
}

.enquiry-submit {
    grid-column: 1 / -1;
    min-height: 52px;
    border: 0;
    border-radius: 999px;
    background: #9d3e14;
    color: #fff;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    font-size: 12px;
    font-weight: 800;
    letter-spacing: 0.04em;
    text-transform: uppercase;
    transition: background 0.2s ease, transform 0.2s ease;
}

.enquiry-submit:hover,
.enquiry-submit:focus-visible {
    background: #6f4b3a;
    color: #fff;
    transform: translateY(-2px);
}

@media (max-width: 991px) {
    .enquiry-modal .modal-dialog {
        margin: 16px;
    }

    .enquiry-modal-grid {
        grid-template-columns: 1fr;
    }

    .enquiry-modal-panel {
        padding: 34px 26px 30px;
    }

    .enquiry-form {
        padding: 28px 22px 26px;
        grid-template-columns: 1fr;
    }
}

/* Global readable text size */
body,
body p,
body li,
body a,
body label,
body input,
body textarea,
body select,
body button,
body .text,
body .sub-title,
body .description {
    font-size: 14px !important;
}
/* Whole-page language selector */
.site-language-picker {
    position: fixed;
    top: calc(50% - 110px);
    right: 0;
    z-index: 1050;
    display: inline-flex;
    align-items: center;
    gap: 9px;
    min-height: 40px;
    padding: 0 14px 0 17px;
    color: #fff;
    background: linear-gradient(135deg, #ef8b24, #c94712);
    border: 0;
    border-radius: 999px 0 0 999px;
    box-shadow: 0 4px 12px rgba(110, 42, 8, 0.28);
    transform: translateY(-50%);
    transition: background-color 0.2s ease, padding 0.2s ease;
}

.site-language-picker:hover {
    background: linear-gradient(135deg, #f29b38, #aa330a);
    padding-right: 18px;
}

.sun-theme-toggle {
    position: fixed;
    top: calc(50% - 70px);
    right: 0;
    z-index: 1050;
    display: inline-flex;
    align-items: center;
    gap: 8px;
    width: auto;
    min-width: 44px;
    height: 44px;
    padding: 0 12px 0 16px;
    color: #fff;
    background: linear-gradient(135deg, #f9a825, #ef6c00);
    border: 0;
    border-radius: 999px 0 0 999px;
    box-shadow: 0 4px 12px rgba(92, 49, 0, 0.24);
    transition: padding 0.2s ease, background 0.3s ease;
}

.sun-theme-toggle:hover {
    padding-right: 17px;
}

.sun-theme-toggle i {
    font-size: 18px;
}

.sun-theme-toggle select {
    min-width: 84px;
    padding: 8px 0;
    color: #fff;
    font-family: inherit;
    font-size: 13px;
    font-weight: 700;
    background: transparent;
    border: 0;
    outline: 0;
    appearance: none;
    -webkit-appearance: none;
    cursor: pointer;
}

.sun-theme-toggle select option {
    color: #3b281f;
    background: #fffaf3;
}

.sun-theme-toggle .theme-moon,
.theme-night .sun-theme-toggle .theme-sun {
    display: none;
}

.theme-night .sun-theme-toggle .theme-moon {
    display: inline-block;
}

.theme-night .sun-theme-toggle {
    background: linear-gradient(135deg, #38445e, #151d31);
}

html.theme-night body,
html.theme-night #wrapper {
    color: #f4e8dc;
    background: #0d0d0d;
}

html.theme-night #header,
html.theme-night #header .main-header,
html.theme-night #header .header-bottom,
html.theme-night .modal-content,
html.theme-night .offcanvas,
html.theme-night .tf-shop-control,
html.theme-night .footer {
    color: #f4e8dc;
    background-color: #171311 !important;
}

html.theme-night .header-brand-note {
    border-left-color: #8c684f;
}

html.theme-night .header-brand-note strong {
    color: #f6dfc5 !important;
}

html.theme-night .header-brand-note small {
    color: #ff9d4d !important;
}

html.theme-night #header .nav-icon .nav-icon-item {
    color: #4b2b1c !important;
}

html.theme-night #header .nav-icon .nav-icon-item:hover {
    color: #9f3f13 !important;
}

html.theme-day #header .nav-icon .nav-icon-item {
    color: #365f32 !important;
}

html.theme-day #header .nav-icon .nav-icon-item:hover {
    color: #244d25 !important;
}

html.theme-green #header .nav-icon .nav-icon-item {
    color: #294f2b !important;
}

html.theme-green #header .nav-icon .nav-icon-item:hover {
    color: #173d1d !important;
}

html.theme-night .flat-spacing,
html.theme-night .flat-spacing-2,
html.theme-night .flat-spacing-3,
html.theme-night .flat-spacing-4,
html.theme-night .flat-spacing-5,
html.theme-night .flat-spacing-6,
html.theme-night .flat-spacing-7,
html.theme-night .flat-spacing-8,
html.theme-night .flat-spacing-9,
html.theme-night .flat-spacing-10 {
    background-color: #0d0d0d !important;
}

html.theme-night h1,
html.theme-night h2,
html.theme-night h3,
html.theme-night h4,
html.theme-night h5,
html.theme-night h6,
html.theme-night .item-link,
html.theme-night .nav-icon-item,
html.theme-night .link,
html.theme-night label {
    color: #fff4e8 !important;
}

html.theme-night input,
html.theme-night textarea,
html.theme-night select:not(#siteLanguage):not(#themeToggle) {
    color: #fff4e8;
    background-color: #241c18 !important;
    border-color: #65402c !important;
}

html.theme-night input::placeholder,
html.theme-night textarea::placeholder {
    color: #c8aa97;
}

/* Sunrise image palette: warm sand, sunset orange and charcoal */
.theme-day body,
.theme-day #wrapper {
    color: #37251d;
    background-color: #fffaf3;
}

.theme-day .wellness-topbar,
.theme-night .wellness-topbar {
    background: #181514;
}

.theme-day .header-appointment,
.theme-day .home-hero-primary,
.theme-day .enquiry-submit,
.theme-day .tf-btn.btn-fill,
.theme-night .header-appointment,
.theme-night .home-hero-primary,
.theme-night .enquiry-submit,
.theme-night .tf-btn.btn-fill {
    color: #fff !important;
    background: linear-gradient(135deg, #ee922e, #c74312) !important;
    border-color: #c74312 !important;
}

.theme-day a:hover,
.theme-day .text-primary,
.theme-night a:hover,
.theme-night .text-primary {
    color: #d85b18 !important;
}

.theme-night .site-language-picker {
    background: linear-gradient(135deg, #d76b21, #8f2c0d);
}

.theme-day .home-hero-kicker,
.theme-day .fa-leaf,
.theme-night .home-hero-kicker,
.theme-night .fa-leaf {
    color: #f09a3e !important;
}

/* Final no-green palette overrides */
.wellness-topbar {
    background: #211713 !important;
}

.wellness-topbar p,
.wellness-topbar p i {
    color: #ffc27a !important;
}

.home-trust-strip,
.home-wellness-cta,
.wellness-footer,
.wellness-footer-bottom {
    background-color: #211713 !important;
    background-image: none !important;
}

.home-trust-strip *,
.home-wellness-cta *,
.wellness-footer *,
.wellness-footer-bottom * {
    border-color: rgba(238, 146, 46, 0.3) !important;
}

.wellness-footer-primary,
.wellness-footer-social a:hover,
.wellness-footer-newsletter button {
    color: #3b1e10 !important;
    background: #f2a24b !important;
}

.categories-title,
.header-appointment,
.home-hero-primary,
.enquiry-submit,
.ai-chat,
.tf-btn.btn-fill {
    color: #fff !important;
    background: linear-gradient(135deg, #ee922e, #bd3e10) !important;
    border-color: #bd3e10 !important;
}

.home-wellness-card,
.home-service-card,
.home-product-card,
.home-doctor-card,
.testimonial-card,
.enquiry-modal-card {
    border-color: #ead7c5 !important;
    box-shadow: 0 10px 30px rgba(83, 40, 16, 0.08) !important;
}

.home-wellness-card i,
.home-service-card i,
.section-kicker,
.collection-subtitle,
.home-section-kicker {
    color: #d65b18 !important;
}

.theme-day h1,
.theme-day h2,
.theme-day h3,
.theme-day h4,
.theme-day h5,
.theme-day h6,
.theme-day .item-link,
.theme-day .nav-icon-item,
.theme-day .link {
    color: #3b281f !important;
}

.theme-day .flat-spacing,
.theme-day .flat-spacing-2,
.theme-day .flat-spacing-3,
.theme-day .flat-spacing-4,
.theme-day .flat-spacing-5,
.theme-day .flat-spacing-6,
.theme-day .flat-spacing-7,
.theme-day .flat-spacing-8,
.theme-day .flat-spacing-9,
.theme-day .flat-spacing-10 {
    background-color: #fffaf3 !important;
}

/* Header and footer contrast */
#header .header-bottom,
.theme-day #header .header-bottom,
.theme-night #header .header-bottom {
    background: linear-gradient(90deg, #7b2f12, #c64b14) !important;
}

#header .header-bottom .item-link,
#header .header-bottom .categories-title,
#header .header-bottom .header-support-copy span,
#header .header-bottom .header-support-copy .phone,
#header .header-bottom .header-support-icon,
#header .header-bottom .header-support-icon path {
    color: #fff8ef !important;
    fill: #fff8ef !important;
}

#header .header-bottom .menu-item.active > .item-link,
#header .header-bottom .item-link:hover {
    color: #3b1e10 !important;
    background: #ffffff !important;
}

.wellness-footer,
.theme-day .wellness-footer,
.theme-night .wellness-footer,
.wellness-footer-bottom {
    color: #fff4e8 !important;
    background: #211713 !important;
}

.wellness-footer h2,
.wellness-footer h3,
.wellness-footer strong,
.wellness-footer .wellness-footer-cta h2,
.theme-day .wellness-footer h2,
.theme-day .wellness-footer h3,
.theme-night .wellness-footer h2,
.theme-night .wellness-footer h3 {
    color: #fff8ef !important;
}

.wellness-footer p,
.wellness-footer small,
.wellness-footer-column a,
.wellness-footer-contact p,
.wellness-footer-bottom,
.wellness-footer-bottom p,
.wellness-footer-bottom a {
    color: #e7cdb9 !important;
}

.wellness-footer-column a:hover,
.wellness-footer-contact i,
.wellness-footer-contact > a,
.wellness-footer-newsletter > span,
.wellness-footer-cta > div > span {
    color: #ffae55 !important;
}

.wellness-footer-newsletter {
    color: #fff4e8 !important;
    background: #33231d !important;
    border-color: #754329 !important;
}

.wellness-footer-phone,
.wellness-footer-phone span,
.wellness-footer-phone small {
    color: #fff8ef !important;
}

/* Soft sage accents for the Sunrise theme */
.theme-day body,
.theme-day #wrapper {
    background-color: #f7faF2 !important;
}

.theme-day .flat-spacing:nth-of-type(even),
.theme-day .flat-spacing-2,
.theme-day .flat-spacing-4,
.theme-day .flat-spacing-6,
.theme-day .flat-spacing-8,
.theme-day .flat-spacing-10 {
    background-color: #f1f6e9 !important;
}

.theme-day .home-wellness-card,
.theme-day .home-service-card,
.theme-day .home-product-card,
.theme-day .home-doctor-card,
.theme-day .testimonial-card,
.theme-day .therapy-card,
.theme-day .care-step {
    background-color: #fbfdf8 !important;
    border-color: #dce8d0 !important;
}

.theme-day input,
.theme-day textarea,
.theme-day select:not(#siteLanguage):not(#themeToggle) {
    background-color: #fbfdf8 !important;
    border-color: #d5e3c8 !important;
}

/* Dedicated Light Green theme */
.theme-green body,
.theme-green #wrapper,
.theme-green .flat-spacing,
.theme-green .flat-spacing-2,
.theme-green .flat-spacing-3,
.theme-green .flat-spacing-4,
.theme-green .flat-spacing-5,
.theme-green .flat-spacing-6,
.theme-green .flat-spacing-7,
.theme-green .flat-spacing-8,
.theme-green .flat-spacing-9,
.theme-green .flat-spacing-10 {
    color: #2f422c;
    background-color: #dff0d4 !important;
}

.theme-green .flat-spacing:nth-of-type(even),
.theme-green .flat-spacing-2,
.theme-green .flat-spacing-4,
.theme-green .flat-spacing-6,
.theme-green .flat-spacing-8,
.theme-green .flat-spacing-10 {
    background-color: #c9e3b9 !important;
}

.theme-green .home-wellness-card,
.theme-green .home-service-card,
.theme-green .home-product-card,
.theme-green .home-doctor-card,
.theme-green .testimonial-card,
.theme-green .therapy-card,
.theme-green .care-step,
.theme-green .modal-content,
.theme-green .offcanvas {
    background-color: #f1f9ec !important;
    border-color: #96bd7e !important;
}

.theme-green h1,
.theme-green h2,
.theme-green h3,
.theme-green h4,
.theme-green h5,
.theme-green h6,
.theme-green .item-link,
.theme-green .nav-icon-item {
    color: #29452d !important;
}

.theme-green .header-appointment,
.theme-green .home-hero-primary,
.theme-green .enquiry-submit,
.theme-green .tf-btn.btn-fill,
.theme-green .categories-title {
    color: #fff !important;
    background: linear-gradient(135deg, #6da653, #356b2d) !important;
    border-color: #356b2d !important;
}

.theme-green .site-language-picker {
    background: linear-gradient(135deg, #6da653, #356b2d);
}

.theme-green .sun-theme-toggle {
    background: linear-gradient(135deg, #a8c98f, #6f9957);
}

.theme-green #header .header-bottom {
    background: linear-gradient(90deg, #284f25, #5b8f47) !important;
}

.theme-green .wellness-footer,
.theme-green .wellness-footer-bottom {
    background: #203c22 !important;
}

.theme-green input,
.theme-green textarea,
.theme-green select:not(#siteLanguage):not(#themeToggle) {
    color: #29452d;
    background-color: #f1f9ec !important;
    border-color: #96bd7e !important;
}

.theme-green .wellness-footer h2,
.theme-green .wellness-footer h3,
.theme-green .wellness-footer p,
.theme-green .wellness-footer a,
.theme-green .wellness-footer small {
    color: #f5fbea !important;
}

/* Complete Green theme coverage */
.theme-green .wellness-topbar {
    background: #1f3a22 !important;
}

.theme-green #header,
.theme-green #header .main-header {
    color: #29452d !important;
    background: #f4faef !important;
}

.theme-green .home-hero-overlay {
    background: linear-gradient(90deg, rgba(24, 61, 30, 0.82), rgba(54, 103, 54, 0.28), transparent) !important;
}

.theme-green .section-kicker,
.theme-green .collection-subtitle,
.theme-green .home-section-kicker,
.theme-green .home-hero-kicker,
.theme-green .therapy-kicker,
.theme-green .care-journey-kicker,
.theme-green .fa-leaf,
.theme-green .fa-check,
.theme-green .fa-check-circle,
.theme-green .fa-circle-check {
    color: #4f853e !important;
}

.theme-green a:hover,
.theme-green .text-primary {
    color: #477b38 !important;
}

.theme-green .home-hero-primary,
.theme-green .home-hero-secondary:hover,
.theme-green .quick-enquiry,
.theme-green .therapy-links a.active,
.theme-green .therapy-links a:hover,
.theme-green .care-journey-button,
.theme-green .floating-contact-btn.enquiry,
.theme-green .enquiry-submit,
.theme-green .view-btn {
    color: #fff !important;
    background: linear-gradient(135deg, #72aa59, #356b2d) !important;
    border-color: #356b2d !important;
}

.theme-green .wellness-intro,
.theme-green .wellness-services,
.theme-green .consultation-showcase,
.theme-green .therapy-section,
.theme-green .therapy-methods,
.theme-green .client-stories,
.theme-green .happy-clients,
.theme-green .clients-redesign,
.theme-green .care-journey {
    background-color: #dff0d4 !important;
    background-image: none !important;
}

.theme-green .wellness-service,
.theme-green .consultation-orbit-card,
.theme-green .therapy-method,
.theme-green .service-panel,
.theme-green .happy-client-card,
.theme-green .clients-redesign-card,
.theme-green .testimonial-item {
    background-color: #f4faef !important;
    border-color: #a9ca96 !important;
    box-shadow: 0 12px 28px rgba(42, 87, 43, 0.12) !important;
}

.theme-green .our-services,
.theme-green .home-wellness-cta {
    color: #f5fbea !important;
    background: linear-gradient(135deg, #203f25, #426f39) !important;
}

.theme-green .our-services-heading h2 {
    color: #f5fbea !important;
}

.theme-green .our-services-heading > div:first-child > span,
.theme-green .our-services-heading-copy a {
    color: #ff9d4d !important;
}

.theme-green .our-services-heading-copy {
    border-left-color: #a8c991 !important;
}

.theme-green .our-services-heading-copy p {
    color: #e2f0dc !important;
}

.theme-green .sun-theme-toggle,
.theme-green .site-language-picker,
.theme-green .floating-contact-btn.ai-chat {
    color: #fff !important;
    background: linear-gradient(135deg, #72aa59, #356b2d) !important;
}

.theme-green .enquiry-modal-card,
.theme-green .enquiry-form {
    background-color: #edf7e7 !important;
}

.theme-green .enquiry-field label {
    color: #29452d !important;
}

/* Sunrise uses the fresh light-green palette */
.theme-day body,
.theme-day #wrapper,
.theme-day .flat-spacing,
.theme-day .flat-spacing-2,
.theme-day .flat-spacing-3,
.theme-day .flat-spacing-4,
.theme-day .flat-spacing-5,
.theme-day .flat-spacing-6,
.theme-day .flat-spacing-7,
.theme-day .flat-spacing-8,
.theme-day .flat-spacing-9,
.theme-day .flat-spacing-10 {
    color: #2f422c;
    background-color: #dcefd0 !important;
}

.theme-day #header,
.theme-day #header .main-header {
    background-color: #fff7e9 !important;
}

.theme-day #header .header-bottom {
    background: linear-gradient(90deg, #a9471b, #e58c2f, #c45c20) !important;
}

.theme-day .wellness-topbar,
.theme-day .wellness-footer,
.theme-day .wellness-footer-bottom {
    background: #203c22 !important;
}

.theme-day .header-appointment,
.theme-day .home-hero-primary,
.theme-day .enquiry-submit,
.theme-day .tf-btn.btn-fill,
.theme-day .categories-title,
.theme-day .site-language-picker,
.theme-day .sun-theme-toggle,
.theme-day .floating-contact-btn.ai-chat {
    color: #fff !important;
    background: linear-gradient(135deg, #72aa59, #356b2d) !important;
    border-color: #356b2d !important;
}

.theme-day .home-wellness-card,
.theme-day .home-service-card,
.theme-day .home-product-card,
.theme-day .home-doctor-card,
.theme-day .testimonial-card,
.theme-day .therapy-card,
.theme-day .care-step,
.theme-day input,
.theme-day textarea,
.theme-day select:not(#siteLanguage):not(#themeToggle) {
    background-color: #f5fbf0 !important;
    border-color: #b7d2a5 !important;
}

.theme-day .section-kicker,
.theme-day .collection-subtitle,
.theme-day .home-section-kicker,
.theme-day .home-hero-kicker,
.theme-day .fa-leaf {
    color: #4f853e !important;
}

.theme-day .slider-home-2 .home-hero-copy h1,
.theme-green .slider-home-2 .home-hero-copy h1 {
    color: #ffffff !important;
}

.theme-day .slider-home-2 .home-hero-copy h1 em {
    color: #ffa454 !important;
}

/* Light sunrise palette for the homepage */
.theme-day body.home-page,
.theme-day body.home-page #wrapper {
    background-color: #fffaf3 !important;
}

.theme-day body.home-page .wellness-intro,
.theme-day body.home-page .why-choose-section,
.theme-day body.home-page .blog-featured,
.theme-day body.home-page .happy-clients,
.theme-day body.home-page .clients-redesign {
    background-color: #fffdf8 !important;
    background-image: none !important;
}

.theme-day body.home-page .therapy-feature,
.theme-day body.home-page .consultation-showcase,
.theme-day body.home-page .therapy-methods,
.theme-day body.home-page .care-journey,
.theme-day body.home-page .home-gallery {
    background-color: #f5f8ec !important;
    background-image: none !important;
}

.theme-day body.home-page .our-services,
.theme-day body.home-page .client-stories,
.theme-day body.home-page .flat-spacing,
.theme-day body.home-page .flat-spacing-2,
.theme-day body.home-page .flat-spacing-3,
.theme-day body.home-page .flat-spacing-4 {
    background-color: #fff8ee !important;
}

.theme-day body.home-page .home-wellness-card,
.theme-day body.home-page .home-service-card,
.theme-day body.home-page .home-product-card,
.theme-day body.home-page .home-doctor-card,
.theme-day body.home-page .testimonial-card,
.theme-day body.home-page .therapy-card,
.theme-day body.home-page .care-step,
.theme-day body.home-page .service-panel,
.theme-day body.home-page .blog-card {
    background-color: #ffffff !important;
    border-color: #eadfce !important;
    box-shadow: 0 14px 36px rgba(103, 66, 33, 0.08) !important;
}

.theme-day body.home-page .section-kicker,
.theme-day body.home-page .home-section-kicker,
.theme-day body.home-page .collection-subtitle,
.theme-day body.home-page .therapy-kicker {
    color: #c96827 !important;
}

html body,
html #wrapper,
html #header,
html .flat-spacing,
html .modal-content,
html .offcanvas {
    transition: color 0.3s ease, background-color 0.3s ease;
}

.site-language-picker > i {
    flex: 0 0 auto;
    color: #fff;
    font-size: 17px;
}

.site-language-picker select {
    min-width: 76px;
    padding: 8px 0;
    color: #fff;
    font-family: inherit;
    font-size: 14px;
    font-weight: 600;
    line-height: 1.2;
    background: transparent;
    border: 0;
    outline: 0;
    appearance: none;
    -webkit-appearance: none;
    cursor: pointer;
}

.site-language-picker select:focus-visible {
    outline: 2px solid #fff;
    outline-offset: 3px;
    border-radius: 3px;
}

.site-language-picker select option {
    color: #253d4e;
    background: #fff;
}

/* Collapsible language and colour controls */
.site-language-picker,
.sun-theme-toggle {
    width: 44px;
    min-width: 44px;
    padding-inline: 0;
    justify-content: center;
    overflow: hidden;
    cursor: pointer;
    transition: width .25s ease, padding .25s ease, box-shadow .25s ease;
}

.site-language-picker {
    top: auto;
    bottom: 136px;
    transform: none;
}

.sun-theme-toggle {
    top: auto;
    bottom: 82px;
    transform: none;
}

.site-language-picker:not(.is-open):hover,
.sun-theme-toggle:not(.is-open):hover {
    padding-inline: 0;
}

.site-language-picker select,
.sun-theme-toggle select {
    width: 0;
    min-width: 0;
    max-width: 0;
    padding: 0;
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    transition: opacity .18s ease;
}

.site-language-picker.is-open,
.sun-theme-toggle.is-open {
    width: 138px;
    padding: 0 13px 0 15px;
    justify-content: flex-start;
    overflow: visible;
}

.site-language-picker.is-open select,
.sun-theme-toggle.is-open select {
    width: auto;
    min-width: 82px;
    max-width: 96px;
    padding: 8px 0;
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
}

.site-language-picker:focus-visible,
.sun-theme-toggle:focus-visible {
    outline: 2px solid #fff;
    outline-offset: 2px;
}

.google-translate-engine,
.goog-te-banner-frame.skiptranslate,
body > .skiptranslate {
    position: absolute !important;
    width: 1px !important;
    height: 1px !important;
    overflow: hidden !important;
    clip: rect(0, 0, 0, 0) !important;
}

body {
    top: 0 !important;
}

/* Wellness journal */
.blog-header { position:sticky; top:0; z-index:100; border-bottom:1px solid #e3eadb; background:rgba(255,250,243,.96); backdrop-filter:blur(14px); }
.blog-header-inner { min-height:86px; display:flex; align-items:center; gap:35px; }
.blog-logo { display:flex; align-items:center; gap:13px; color:#29452d; }
.blog-logo img { width:175px; }
.blog-logo span { padding-left:13px; border-left:1px solid #d5dfcc; display:grid; }
.blog-logo strong { font:600 15px Georgia,serif; }
.blog-logo small { margin-top:3px; color:#c15a22; font-size:8px; font-weight:700; letter-spacing:.1em; text-transform:uppercase; }
.blog-header nav { margin-left:auto; display:flex; align-items:center; gap:26px; }
.blog-header nav a { color:#3f573c; font-size:13px; font-weight:650; }
.blog-header nav a.active,.blog-header nav a:hover { color:#c15a22; }
.blog-header-cta { padding:13px 20px; border-radius:24px; background:#4f853e; color:#fff; font-size:12px; font-weight:700; }
.blog-hero { min-height:430px; padding:90px 0; background:linear-gradient(110deg,rgba(24,57,28,.95),rgba(67,112,54,.68)),url('../images/collections/ayur-banner2.jpg') center/cover; color:#fff; display:flex; align-items:center; text-align:left; }
.blog-hero { position:relative; overflow:hidden; isolation:isolate; }
.blog-hero::before { content:""; position:absolute; z-index:-1; top:-180px; right:-90px; width:520px; height:520px; border:90px solid rgba(207,235,178,.11); border-radius:50%; animation:blogOrbit 12s ease-in-out infinite alternate; }
.blog-hero::after { content:""; position:absolute; z-index:-1; right:8%; bottom:-95px; width:240px; height:240px; border:1px solid rgba(255,255,255,.2); border-radius:50%; box-shadow:0 0 0 35px rgba(255,255,255,.035),0 0 0 70px rgba(255,255,255,.025); }
.blog-hero .container { position:relative; }
.blog-hero span { color:#c8e8a9; font-size:12px; font-weight:700; letter-spacing:.1em; text-transform:uppercase; }
.blog-hero h1 { max-width:850px; margin:18px 0; color:#fff!important; font-size:clamp(42px,6vw,68px); line-height:1.06; }
.blog-hero p { max-width:700px; margin:0; color:rgba(255,255,255,.82); font-size:17px; line-height:1.7; }
.blog-hero span,.blog-hero h1,.blog-hero p { opacity:0; animation:blogReveal .75s ease forwards; }
.blog-hero h1 { animation-delay:.12s; }
.blog-hero p { animation-delay:.24s; }
.blog-topic-wrap { position:relative; z-index:6; height:0; }
.blog-topics { min-height:78px; padding:13px 20px; border:1px solid #dce8d0; border-radius:18px; background:rgba(255,255,255,.94); display:flex; align-items:center; justify-content:center; gap:10px; transform:translateY(-50%); box-shadow:0 18px 45px rgba(30,69,33,.14); backdrop-filter:blur(14px); }
.blog-topics a { padding:12px 18px; border-radius:25px; color:#456043; display:inline-flex; align-items:center; gap:8px; font-size:12px; font-weight:700; white-space:nowrap; transition:color .25s ease,background .25s ease,transform .25s ease; }
.blog-topics a:hover,.blog-topics a.active { background:#edf6e7; color:#3d7d34; transform:translateY(-2px); }
.blog-featured { padding:90px 0; background:#fffaf3; }
.blog-featured { padding-top:135px; position:relative; overflow:hidden; }
.blog-featured::before { content:""; position:absolute; top:70px; left:-120px; width:300px; height:300px; border:55px solid rgba(193,90,34,.055); border-radius:50%; pointer-events:none; }
.blog-section-heading { max-width:760px; margin:0 0 42px; text-align:left; }
.blog-section-heading span { color:#c15a22; font-size:11px; font-weight:700; letter-spacing:.12em; text-transform:uppercase; }
.blog-section-heading h2 { margin-top:10px; color:#29452d; font-size:clamp(32px,4vw,48px); }
.blog-section-heading span::before { content:""; width:34px; height:2px; margin-right:10px; background:#c15a22; display:inline-block; vertical-align:middle; }
.blog-editorial-grid { display:grid; grid-template-columns:minmax(0,1.2fr) minmax(360px,.8fr); align-items:stretch; gap:28px; }
.blog-side-list { display:grid; grid-template-rows:repeat(2,1fr); gap:24px; }
.blog-card { overflow:hidden; border:1px solid #dce8d0; border-radius:18px; background:#fff; box-shadow:0 14px 35px rgba(42,87,43,.08); }
.blog-card { transition:transform .35s ease,border-color .35s ease,box-shadow .35s ease; }
.blog-card:hover { border-color:#a9c995; transform:translateY(-8px); box-shadow:0 24px 55px rgba(42,87,43,.16); }
.blog-card img { width:100%; object-fit:cover; }
.blog-card img { transition:transform .7s cubic-bezier(.2,.7,.2,1),filter .4s ease; }
.blog-card:hover img { transform:scale(1.055); filter:saturate(1.08); }
.blog-card>div { padding:25px; }
.blog-card small { color:#c15a22; font-size:9px; font-weight:700; letter-spacing:.1em; text-transform:uppercase; }
.blog-card h3 { margin:9px 0 12px; color:#29452d; font-size:21px; line-height:1.3; }
.blog-card p { color:#6f625a; font-size:13px; line-height:1.65; }
.blog-card a { margin-top:17px; color:#4f853e; display:inline-flex; gap:7px; font-size:12px; font-weight:700; text-transform:uppercase; }
.blog-card a i { transition:transform .25s ease; }
.blog-card a:hover i { transform:translateX(5px); }
.blog-card-featured { display:grid; grid-template-rows:360px 1fr; }
.blog-card-featured img { height:360px; }
.blog-card-featured>div { padding:32px; }
.blog-card-featured h3 { max-width:580px; font-size:clamp(27px,3vw,38px); }
.blog-card-featured p { max-width:650px; font-size:14px; }
.blog-card-side { min-height:270px; display:grid; grid-template-columns:42% 58%; }
.blog-card-side img { height:100%; min-height:270px; }
.blog-card-side>div { padding:23px 21px; display:flex; flex-direction:column; align-items:flex-start; justify-content:center; }
.blog-card-side h3 { font-size:19px; }
.blog-card-side p { margin-bottom:0; }
.theme-night .blog-topics { border-color:#5f493d; background:rgba(36,28,24,.96); }
.theme-night .blog-topics a { color:#f0d8c5; }
.theme-night .blog-topics a:hover,.theme-night .blog-topics a.active { background:#503323; color:#ffb66c; }
.theme-night .blog-featured { background:#0d0d0d; }
.theme-night .blog-card { border-color:#5a4134; background:#211a17; }
.theme-night .blog-card h3 { color:#fff4e8; }
.theme-green .blog-featured { background:#dff0d4; }

@keyframes blogReveal { from{opacity:0;transform:translateY(24px)} to{opacity:1;transform:translateY(0)} }
@keyframes blogOrbit { from{transform:translate(0,0) rotate(0)} to{transform:translate(-35px,35px) rotate(12deg)} }
.blog-footer { padding:45px 0; background:#203c22; color:#fff; }
.blog-footer .container { display:grid; grid-template-columns:1fr auto auto; align-items:center; gap:45px; }
.blog-footer strong { font:600 23px Georgia,serif; }
.blog-footer p { margin-top:6px; color:#cbdcc6; font-size:12px; }
.blog-footer div>div:nth-child(2) { display:flex; gap:20px; }
.blog-footer a,.blog-footer span { color:#dcebd6; font-size:11px; }

@media(max-width:991px){.blog-header nav{display:none}.blog-header-cta{margin-left:auto}.blog-editorial-grid{grid-template-columns:1fr}.blog-side-list{grid-template-columns:1fr 1fr;grid-template-rows:auto}.blog-card-side{grid-template-columns:1fr;grid-template-rows:220px 1fr}.blog-card-side img{height:220px;min-height:0}.blog-footer .container{grid-template-columns:1fr}.blog-footer div>div:nth-child(2){flex-wrap:wrap}}
@media(max-width:600px){.blog-header-inner{min-height:72px}.blog-logo img{width:145px}.blog-logo span{display:none}.blog-header-cta{padding:11px 13px;font-size:9px}.blog-hero{min-height:380px;padding:65px 0}.blog-featured{padding:60px 0}.blog-side-list{grid-template-columns:1fr}.blog-card-featured{grid-template-rows:250px 1fr}.blog-card-featured img{height:250px}.blog-card-featured>div{padding:24px}.blog-card-side{grid-template-rows:210px 1fr}}
@media(max-width:760px){.blog-topic-wrap{height:auto;padding:14px 0;background:#fffaf3}.blog-topics{min-height:0;padding:0 15px;border:0;border-radius:0;background:transparent;justify-content:flex-start;overflow-x:auto;transform:none;box-shadow:none}.blog-featured{padding-top:65px}}
@media(prefers-reduced-motion:reduce){.blog-hero::before,.blog-hero span,.blog-hero h1,.blog-hero p{animation:none!important;opacity:1;transform:none}.blog-card img{transition:none}}

/* Keep wider translated labels aligned in the desktop header. */
@media (min-width: 992px) {
    html:not([lang^="en"]) #header .main-header .wrapper-header {
        gap: 10px;
    }

    html:not([lang^="en"]) #header .header-brand-note {
        max-width: 245px;
    }

    html:not([lang^="en"]) #header .header-brand-note strong {
        font-size: 12px;
        line-height: 1.25;
    }

    html:not([lang^="en"]) #header .header-bottom .box-left {
        gap: 10px;
    }

    html:not([lang^="en"]) #header .header-bottom .tf-list-categories {
        flex-basis: 185px;
        min-width: 0;
    }

    html:not([lang^="en"]) #header .header-bottom .categories-title {
        width: 185px;
        min-width: 0;
        padding-inline: 12px;
        overflow: hidden;
        font-size: 10px;
        text-overflow: ellipsis;
        white-space: nowrap;
    }

    html:not([lang^="en"]) #header .box-nav-ul {
        gap: 0 !important;
        justify-content: space-between !important;
    }

    html:not([lang^="en"]) #header .box-nav-ul .item-link {
        padding-inline: 6px;
        font-size: 10px !important;
    }

    html:not([lang^="en"]) #header .header-support-icon,
    html:not([lang^="en"]) #header .header-support-copy {
        display: none !important;
    }

    html:not([lang^="en"]) #header .header-bottom .box-right {
        min-width: 0;
    }

    html:not([lang^="en"]) #header .header-appointment {
        max-width: 205px;
        padding-inline: 14px;
        overflow: hidden;
        font-size: 9px;
        text-overflow: ellipsis;
    }
}

@media (max-width: 767px) {
    .wellness-topbar-inner > div {
        display: flex;
        gap: 0;
    }

    .wellness-topbar-inner > div > a,
    .wellness-topbar-inner > div > span {
        display: none;
    }

    .site-language-picker:not(.is-open) {
        min-height: 36px;
        width: 40px;
        min-width: 40px;
        padding: 0;
    }

    .site-language-picker.is-open select {
        min-width: 68px;
        max-width: 94px;
        font-size: 12px;
    }

    .site-language-picker {
        bottom: 126px;
    }

    .sun-theme-toggle {
        bottom: 76px;
    }
}
