/* ==========================================================================
   Healer Theme
   Header
   ========================================================================== */

.healer-header {
    --healer-plum: #54205f;
    --healer-purple: #7f3d91;
    --healer-pink: #ed4f95;
    --healer-pink-soft: #f8dbe8;
    --healer-lilac-soft: #eadcf2;
    --healer-cream: #fffafc;
    --healer-text: #4c304f;
    --healer-border: rgba(127, 61, 145, 0.12);

    position: relative;
    z-index: 1000;
    background: #fff;
}

.healer-header-container {
    width: min(1440px, calc(100% - 48px));
    margin: 0 auto;
}


/* ==========================================================================
   Top Bar
   ========================================================================== */

.healer-header-top {
    background:
        linear-gradient(
            90deg,
            #fce8f0 0%,
            #f5ddea 35%,
            #eadcf2 68%,
            #f8e1eb 100%
        );
    border-bottom: 1px solid rgba(84, 32, 95, 0.06);
}

.healer-header-top-inner {
    min-height: 58px;
    display: grid;
    grid-template-columns: 1fr auto 1fr;
    align-items: center;
    gap: 30px;
}

.healer-header-social-area {
    justify-self: start;
}

.healer-header-social {
    display: flex;
    align-items: center;
    gap: 8px;
}

.healer-header-social a {
    width: 30px;
    height: 30px;
    border-radius: 50%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: #ffffff;
    color: var(--healer-plum);
    border: 1px solid rgba(84, 32, 95, 0.08);
    font-size: 13px;
    box-shadow: 0 4px 12px rgba(84, 32, 95, 0.05);
    transition: 0.2s ease;
}

.healer-header-social a:hover {
    background: var(--healer-pink);
    color: #fff;
    transform: translateY(-1px);
}

.healer-header-social img {
    width: 11px;
    height: 11px;
}


/* ==========================================================================
   Top Logo
   ========================================================================== */

.healer-header-logo {
    justify-self: center;
    text-align: center;
}

.healer-header-logo a {
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

.healer-header-logo img {
    display: block;
    width: auto;
    max-width: 220px;
    max-height: 92px;
    object-fit: contain;
}


/* ==========================================================================
   Top Utilities
   ========================================================================== */

.healer-header-utilities {
    justify-self: end;
    display: flex;
    align-items: center;
    gap: 12px;
}

.healer-header-language select {
    border: 0;
    background: transparent;
    color: var(--healer-text);
    font-size: 13px;
    font-weight: 600;
    cursor: pointer;
    outline: none;
}

.healer-header-search-button {
    width: 36px;
    height: 36px;
    border-radius: 50%;
    border: 0;
    background: rgba(255,255,255,0.72);
    color: var(--healer-plum);
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 15px;
    box-shadow: 0 4px 12px rgba(84, 32, 95, 0.06);
}

.healer-header-auth {
    display: flex;
    align-items: center;
    gap: 8px;
}

.healer-header-login,
.healer-header-register,
.healer-header-panel-button {
    display: inline-flex;
    align-items: center;
    gap: 7px;
    min-height: 38px;
    padding: 0 16px;
    border-radius: 999px;
    text-decoration: none;
    font-size: 13px;
    font-weight: 600;
    transition: 0.2s ease;
}

.healer-header-login {
    background: rgba(255,255,255,0.72);
    color: var(--healer-plum);
    border: 1px solid rgba(84, 32, 95, 0.08);
}

.healer-header-register,
.healer-header-panel-button {
    background: linear-gradient(135deg, #ed4f95 0%, #9c3f92 100%);
    color: #fff;
    border: 0;
    box-shadow: 0 6px 16px rgba(156, 63, 146, 0.16);
}

.healer-header-login:hover {
    background: #fff;
    color: var(--healer-purple);
}

.healer-header-register:hover,
.healer-header-panel-button:hover {
    color: #fff;
    transform: translateY(-1px);
}


/* ==========================================================================
   Main Header
   ========================================================================== */

.healer-header-main {
    background:
        linear-gradient(
            90deg,
            #fffdfd 0%,
            #fffafc 55%,
            #fff8fb 100%
        );
    border-bottom: 1px solid rgba(84, 32, 95, 0.08);
    box-shadow: 0 8px 28px rgba(84, 32, 95, 0.05);
}

.healer-header-main-inner {
    min-height: 82px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 30px;
}


/* ==========================================================================
   Navigation
   ========================================================================== */

.healer-navigation {
    flex: 1 1 auto;
}

.healer-navigation > ul {
    list-style: none;
    display: flex;
    align-items: center;
    gap: 30px;
    margin: 0;
    padding: 0;
}

.healer-navigation > ul > li {
    position: relative;
}

.healer-navigation > ul > li > a {
    position: relative;
    display: inline-flex;
    align-items: center;
    gap: 5px;
    min-height: 82px;
    color: var(--healer-text);
    text-decoration: none;
    font-size: 14px;
    font-weight: 600;
    transition: 0.2s ease;
}

.healer-navigation > ul > li > a:hover {
    color: var(--healer-pink);
}

.healer-navigation > ul > li:first-child > a {
    color: var(--healer-pink);
}

.healer-navigation > ul > li:first-child > a::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 18px;
    width: 28px;
    height: 3px;
    border-radius: 999px;
    background: var(--healer-pink);
}


/* Dropdowns */

.healer-navigation-dropdown {
    position: absolute;
    top: calc(100% - 5px);
    left: 0;
    min-width: 220px;
    margin: 0;
    padding: 8px;
    list-style: none;
    background: #fff;
    border: 1px solid var(--healer-border);
    border-radius: 14px;
    box-shadow: 0 18px 40px rgba(84, 32, 95, 0.12);
    opacity: 0;
    visibility: hidden;
    transform: translateY(8px);
    transition: 0.2s ease;
    z-index: 100;
}

.healer-navigation > ul > li:hover > .healer-navigation-dropdown {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
}

.healer-navigation-dropdown li a {
    display: block;
    padding: 10px 12px;
    border-radius: 9px;
    color: var(--healer-text);
    text-decoration: none;
    font-size: 13px;
}

.healer-navigation-dropdown li a:hover {
    background: #fbf0f6;
    color: var(--healer-pink);
}


/* ==========================================================================
   Main Header Actions
   ========================================================================== */

.healer-header-actions {
    display: flex;
    align-items: center;
    gap: 10px;
    flex: 0 0 auto;
}

.healer-header-icon-button {
    position: relative;
    width: 42px;
    height: 42px;
    border-radius: 50%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: #fff;
    color: var(--healer-plum);
    border: 1px solid rgba(84, 32, 95, 0.08);
    text-decoration: none;
    box-shadow: 0 5px 14px rgba(84, 32, 95, 0.06);
    font-size: 16px;
}

.healer-header-count {
    position: absolute;
    top: -5px;
    right: -3px;
    min-width: 19px;
    height: 19px;
    border-radius: 999px;
    padding: 0 5px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: var(--healer-pink);
    color: #fff;
    font-size: 10px;
    font-weight: 700;
    line-height: 1;
}

.healer-header-booking-button {
    min-height: 46px;
    padding: 0 21px;
    border-radius: 999px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    background: #fff;
    color: var(--healer-pink);
    border: 1.5px solid var(--healer-pink);
    text-decoration: none;
    font-size: 14px;
    font-weight: 700;
    transition: 0.2s ease;
}

.healer-header-booking-button:hover {
    background: var(--healer-pink);
    color: #fff;
    transform: translateY(-1px);
}


/* ==========================================================================
   Mobile Toggle
   ========================================================================== */

.healer-mobile-toggle {
    display: none;
    width: 42px;
    height: 42px;
    border-radius: 50%;
    border: 1px solid var(--healer-border);
    background: #fff;
    color: var(--healer-plum);
    align-items: center;
    justify-content: center;
}


/* ==========================================================================
   Search Popup
   ========================================================================== */

.healer-search-popup {
    position: fixed;
    inset: 0;
    z-index: 99999;
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    transition: 0.2s ease;
}

.healer-search-popup.is-open {
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
}

.healer-search-backdrop {
    position: absolute;
    inset: 0;
    background: rgba(41, 18, 43, 0.52);
    backdrop-filter: blur(4px);
}

.healer-search-panel {
    position: relative;
    width: min(620px, calc(100% - 32px));
    margin: 11vh auto 0;
    background: #fffafc;
    border-radius: 24px;
    padding: 36px;
    box-shadow: 0 30px 80px rgba(41, 18, 43, 0.22);
}

.healer-search-close {
    position: absolute;
    top: 16px;
    right: 16px;
    width: 36px;
    height: 36px;
    border: 0;
    border-radius: 50%;
    background: #f8e5ef;
    color: var(--healer-plum);
}

.healer-search-heading {
    color: var(--healer-plum);
    font-size: 28px;
    font-weight: 700;
    margin-bottom: 8px;
}

.healer-search-panel p {
    margin-bottom: 22px;
    color: #715d73;
}

.healer-search-form {
    display: flex;
    align-items: center;
    border: 1px solid rgba(84, 32, 95, 0.14);
    border-radius: 999px;
    overflow: hidden;
    background: #fff;
}

.healer-search-form input {
    flex: 1;
    min-width: 0;
    height: 52px;
    border: 0;
    outline: 0;
    padding: 0 20px;
    background: transparent;
    color: var(--healer-text);
}

.healer-search-form button {
    width: 56px;
    height: 52px;
    border: 0;
    background: linear-gradient(135deg, #ed4f95 0%, #9c3f92 100%);
    color: #fff;
}


/* ==========================================================================
   Mobile Menu
   ========================================================================== */

.healer-mobile-menu {
    background: #fffafc;
}

.healer-mobile-logo img {
    max-width: 180px;
    max-height: 75px;
}

.healer-mobile-booking-button,
.healer-mobile-primary-button {
    width: 100%;
    min-height: 46px;
    border-radius: 999px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    background: linear-gradient(135deg, #ed4f95 0%, #9c3f92 100%);
    color: #fff;
    text-decoration: none;
    font-weight: 700;
    margin-bottom: 18px;
}

.healer-mobile-navigation {
    list-style: none;
    margin: 0;
    padding: 0;
}

.healer-mobile-navigation > li {
    border-bottom: 1px solid rgba(84, 32, 95, 0.08);
}

.healer-mobile-nav-row {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.healer-mobile-nav-row > a {
    flex: 1;
    padding: 13px 0;
    color: var(--healer-text);
    text-decoration: none;
    font-weight: 600;
}

.healer-mobile-nav-row button {
    width: 38px;
    height: 38px;
    border: 0;
    background: transparent;
    color: var(--healer-plum);
}

.healer-mobile-submenu {
    list-style: none;
    margin: 0;
    padding: 0 0 8px 14px;
}

.healer-mobile-submenu a {
    display: block;
    padding: 8px 0;
    color: #725f75;
    text-decoration: none;
}

.healer-mobile-section {
    margin-top: 22px;
    padding-top: 18px;
    border-top: 1px solid rgba(84, 32, 95, 0.10);
}

.healer-mobile-section-title {
    margin-bottom: 12px;
    color: var(--healer-plum);
    font-weight: 700;
}

.healer-mobile-link {
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 9px 0;
    color: var(--healer-text);
    text-decoration: none;
}

.healer-mobile-auth {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 10px;
}

.healer-mobile-login,
.healer-mobile-register {
    min-height: 42px;
    border-radius: 999px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 7px;
    text-decoration: none;
    font-weight: 600;
}

.healer-mobile-login {
    background: #fff;
    color: var(--healer-plum);
    border: 1px solid rgba(84, 32, 95, 0.14);
}

.healer-mobile-register {
    background: linear-gradient(135deg, #ed4f95 0%, #9c3f92 100%);
    color: #fff;
}

.healer-mobile-icons {
    display: flex;
    gap: 12px;
}

.healer-mobile-icons a {
    flex: 1;
    min-height: 42px;
    border-radius: 12px;
    background: #fff;
    border: 1px solid var(--healer-border);
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 7px;
    color: var(--healer-plum);
    text-decoration: none;
}

.healer-mobile-languages {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
}

.healer-mobile-languages button {
    border: 1px solid var(--healer-border);
    border-radius: 999px;
    background: #fff;
    padding: 7px 12px;
    color: var(--healer-text);
}

.healer-mobile-social {
    display: flex;
    gap: 8px;
}

.healer-mobile-social a {
    width: 34px;
    height: 34px;
    border-radius: 50%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: var(--healer-pink);
    color: #fff;
}


/* ==========================================================================
   Responsive
   ========================================================================== */

@media (max-width: 1199px) {

    .healer-header-container {
        width: min(100% - 32px, 1200px);
    }

    .healer-navigation > ul {
        gap: 20px;
    }

    .healer-navigation > ul > li > a {
        font-size: 13px;
    }

    .healer-header-booking-button {
        padding: 0 16px;
    }
}

@media (max-width: 991px) {

    .healer-header-top-inner {
        grid-template-columns: 1fr auto;
    }

    .healer-header-logo {
        justify-self: start;
    }

    .healer-header-social-area {
        display: none;
    }

    .healer-navigation {
        display: none;
    }

    .healer-mobile-toggle {
        display: inline-flex;
    }

.healer-header-main-inner {
    min-height: 68px;
    justify-content: flex-end;
}

.healer-header-main {
    display: block;
}

    .healer-header-logo img {
        max-width: 180px;
        max-height: 76px;
    }
}

@media (max-width: 767px) {

    .healer-header-container {
        width: calc(100% - 24px);
    }

    .healer-header-top-inner {
        min-height: 70px;
        gap: 12px;
    }

    .healer-header-logo img {
        max-width: 150px;
        max-height: 64px;
    }

    .healer-header-language {
        display: none;
    }

    .healer-header-login span,
    .healer-header-register span,
    .healer-header-panel-button span {
        display: none;
    }

    .healer-header-login,
    .healer-header-register,
    .healer-header-panel-button {
        width: 36px;
        height: 36px;
        min-height: 36px;
        padding: 0;
        justify-content: center;
    }

    .healer-header-utilities {
        gap: 6px;
    }
}

/* ==========================================================================
   Healer Footer
   ========================================================================== */

.healer-footer {
    --healer-footer-bg: #5b2a63;
    --healer-footer-bg-dark: #46204d;
    --healer-footer-pink: #ef8eb2;
    --healer-footer-lilac: #d8b9df;
    --healer-footer-text: #f8edf9;
    --healer-footer-muted: #d8c7da;
    --healer-footer-border: rgba(255, 255, 255, 0.12);

    background: var(--healer-footer-bg);
    color: var(--healer-footer-text);
}

.healer-footer-container {
    width: min(1380px, calc(100% - 48px));
    margin: 0 auto;
}


/* ==========================================================================
   Main Footer
   ========================================================================== */

.healer-footer-main {
    position: relative;
    padding: 70px 0 50px;
    background:
        radial-gradient(
            circle at 10% 20%,
            rgba(239, 142, 178, 0.12),
            transparent 32%
        ),
        radial-gradient(
            circle at 90% 15%,
            rgba(216, 185, 223, 0.10),
            transparent 30%
        ),
        linear-gradient(
            135deg,
            #642f6d 0%,
            #54265d 55%,
            #48204f 100%
        );
}

.healer-footer-grid {
    display: grid;
    grid-template-columns: 0.8fr 1.2fr 0.6fr;
    gap: 60px;
    align-items: start;
}

.healer-footer-column {
    min-width: 0;
}

.healer-footer-heading,
.healer-footer-heading-link {
    display: inline-block;
    margin-bottom: 18px;
    color: #ffffff;
    font-size: 17px;
    font-weight: 700;
    text-decoration: none;
}

.healer-footer-heading-link:hover {
    color: var(--healer-footer-pink);
}


/* ==========================================================================
   About
   ========================================================================== */

.healer-footer-logo {
    display: inline-flex;
    margin-bottom: 18px;
}

.healer-footer-logo img {
    display: block;
    width: auto;
    max-width: 220px;
    max-height: 92px;
    object-fit: contain;
}

.healer-footer-about-text {
    max-width: 430px;
    margin: 0;
    color: var(--healer-footer-muted);
    font-size: 14px;
    line-height: 1.8;
}

.healer-footer-auth {
    display: flex;
    flex-wrap: wrap;
    gap: 9px;
    margin-top: 22px;
}

.healer-footer-small-button {
    min-height: 38px;
    padding: 0 15px;
    border-radius: 999px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 7px;
    background: rgba(255,255,255,0.08);
    color: #ffffff;
    border: 1px solid rgba(255,255,255,0.16);
    text-decoration: none;
    font-size: 13px;
    font-weight: 600;
    transition: 0.2s ease;
}

.healer-footer-small-button:hover {
    background: rgba(255,255,255,0.14);
    color: #ffffff;
}

.healer-footer-small-button-filled {
    background: linear-gradient(
        135deg,
        #ef8eb2 0%,
        #b36eb6 100%
    );
    border-color: transparent;
}


/* ==========================================================================
   Footer Menu
   ========================================================================== */

.healer-footer-menu {
    list-style: none;
    margin: 0;
    padding: 0;
    columns: 3;
    column-gap: 18px;
}

.healer-footer-menu li {
    break-inside: avoid;
    margin-bottom: 10px;
}

.healer-footer-menu a {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    color: var(--healer-footer-muted);
    text-decoration: none;
    font-size: 14px;
    line-height: 1.5;
    transition: 0.2s ease;
}

.healer-footer-menu a:hover {
    color: #ffffff;
    transform: translateX(2px);
}

.healer-footer-menu-dot {
    width: 6px;
    height: 6px;
    border-radius: 50%;
    flex: 0 0 6px;
    background: var(--healer-footer-pink);
}


/* ==========================================================================
   Featured
   ========================================================================== */

.healer-footer-feature-card {
    display: flex;
    gap: 16px;
    align-items: flex-start;
    padding: 16px;
    border-radius: 18px;
    background: rgba(255,255,255,0.07);
    border: 1px solid rgba(255,255,255,0.10);
}

.healer-footer-feature-image {
    width: 90px;
    height: 90px;
    flex: 0 0 90px;
    border-radius: 14px;
    overflow: hidden;
    background: rgba(255,255,255,0.08);
}

.healer-footer-feature-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.healer-footer-feature-content {
    min-width: 0;
}

.healer-footer-feature-title {
    display: inline-block;
    margin-bottom: 8px;
    color: #ffffff;
    font-size: 15px;
    font-weight: 700;
    text-decoration: none;
}

.healer-footer-feature-content p {
    margin: 0;
    color: var(--healer-footer-muted);
    font-size: 13px;
    line-height: 1.65;
}


/* ==========================================================================
   Contact
   ========================================================================== */

.healer-footer-contact {
    list-style: none;
    margin: 0;
    padding: 0;
    display: grid;
    gap: 13px;
}

.healer-footer-contact li {
    display: flex;
    align-items: flex-start;
    gap: 11px;
    color: var(--healer-footer-muted);
    font-size: 14px;
}

.healer-footer-contact a {
    color: var(--healer-footer-muted);
    text-decoration: none;
}

.healer-footer-contact a:hover {
    color: #ffffff;
}

.healer-footer-contact-icon {
    width: 32px;
    height: 32px;
    border-radius: 50%;
    flex: 0 0 32px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: rgba(239, 142, 178, 0.14);
    color: var(--healer-footer-pink);
}


/* ==========================================================================
   Discover More
   ========================================================================== */

.healer-footer-discover {
    display: grid;
    gap: 14px;
}

.healer-footer-discover-item {
    display: flex;
    gap: 13px;
    padding: 13px;
    border-radius: 16px;
    background: rgba(255,255,255,0.06);
    border: 1px solid rgba(255,255,255,0.09);
}

.healer-footer-discover-image {
    width: 72px;
    height: 72px;
    flex: 0 0 72px;
    border-radius: 12px;
    overflow: hidden;
}

.healer-footer-discover-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.healer-footer-discover-content {
    min-width: 0;
}

.healer-footer-discover-title {
    display: inline-block;
    color: #ffffff;
    font-size: 14px;
    font-weight: 700;
    text-decoration: none;
}

.healer-footer-discover-content p {
    margin: 5px 0 0;
    color: var(--healer-footer-muted);
    font-size: 12px;
    line-height: 1.55;
}

.healer-footer-discover-visit {
    display: inline-flex;
    align-items: center;
    gap: 5px;
    margin-top: 6px;
    color: var(--healer-footer-pink);
    text-decoration: none;
    font-size: 12px;
    font-weight: 600;
}

.healer-footer-calm-text {
    color: var(--healer-footer-muted);
    margin: 0;
}


/* ==========================================================================
   Utility Area
   ========================================================================== */

.healer-footer-utilities {
    padding: 28px 0;
    background: rgba(0,0,0,0.08);
    border-top: 1px solid var(--healer-footer-border);
}

.healer-footer-utility-grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 24px;
    align-items: start;
}

.healer-footer-utility-block {
    min-width: 0;
}

.healer-footer-utility-title {
    margin-bottom: 12px;
    color: #ffffff;
    font-size: 13px;
    font-weight: 700;
}

.healer-footer-languages {
    display: flex;
    flex-wrap: wrap;
    gap: 7px;
}

.healer-footer-languages form {
    margin: 0;
}

.healer-footer-languages button {
    min-height: 34px;
    padding: 0 12px;
    border-radius: 999px;
    border: 1px solid rgba(255,255,255,0.15);
    background: rgba(255,255,255,0.08);
    color: #ffffff;
    font-size: 12px;
}

.healer-footer-social {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
}

.healer-footer-social a {
    width: 36px;
    height: 36px;
    border-radius: 50%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: rgba(255,255,255,0.08);
    color: #ffffff;
    border: 1px solid rgba(255,255,255,0.12);
    text-decoration: none;
    transition: 0.2s ease;
}

.healer-footer-social a:hover {
    background: var(--healer-footer-pink);
    color: #ffffff;
    transform: translateY(-1px);
}

.healer-footer-social img {
    width: 11px;
    height: 11px;
    filter: brightness(0) invert(1);
}


/* ==========================================================================
   Extra Actions
   ========================================================================== */

.healer-footer-extra-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
}

.healer-footer-extra-actions form {
    margin: 0;
}

.healer-footer-extra-button {
    min-height: 36px;
    padding: 0 13px;
    border-radius: 999px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 7px;
    background: rgba(255,255,255,0.08);
    color: #ffffff;
    border: 1px solid rgba(255,255,255,0.14);
    text-decoration: none;
    font-size: 12px;
    font-weight: 600;
    cursor: pointer;
    transition: 0.2s ease;
}

button.healer-footer-extra-button {
    font-family: inherit;
}

.healer-footer-extra-button:hover {
    background: var(--healer-footer-pink);
    color: #ffffff;
    border-color: var(--healer-footer-pink);
}


/* ==========================================================================
   Copyright
   ========================================================================== */

.healer-footer-bottom {
    background: var(--healer-footer-bg-dark);
    border-top: 1px solid rgba(255,255,255,0.08);
}

.healer-footer-bottom-inner {
    min-height: 62px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
}

.healer-footer-bottom-inner p {
    margin: 0;
    color: var(--healer-footer-muted);
    font-size: 12px;
}

.healer-footer-bottom-inner a {
    color: var(--healer-footer-muted);
    text-decoration: none;
    font-size: 12px;
}

.healer-footer-bottom-inner a:hover {
    color: #ffffff;
}


/* ==========================================================================
   Responsive
   ========================================================================== */

@media (max-width: 1100px) {

    .healer-footer-grid {
        grid-template-columns: 1fr 1fr;
    }

    .healer-footer-feature-column {
        grid-column: 1 / -1;
    }

    .healer-footer-utility-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@media (max-width: 767px) {

    .healer-footer-container {
        width: calc(100% - 28px);
    }

    .healer-footer-main {
        padding: 50px 0 36px;
    }

    .healer-footer-grid {
        grid-template-columns: 1fr;
        gap: 34px;
    }

    .healer-footer-feature-column {
        grid-column: auto;
    }

    .healer-footer-menu {
        columns: 2;
    }

    .healer-footer-utility-grid {
        grid-template-columns: 1fr;
        gap: 22px;
    }

    .healer-footer-bottom-inner {
        min-height: auto;
        padding: 18px 0;
        flex-direction: column;
        align-items: flex-start;
        gap: 7px;
    }

    .healer-footer-logo img {
        max-width: 190px;
        max-height: 82px;
    }
}

@media (max-width: 420px) {

    .healer-footer-menu {
        columns: 2;
        column-gap: 18px;
    }

    .healer-footer-menu a {
        font-size: 13px;
    }
}

/* ==========================================================================
   Healer Hero
   ========================================================================== */

.healer-hero {
    position: relative;
    min-height: 520px;
    overflow: hidden;
    background: #fff8fb;
}

.healer-hero-background {
    position: absolute;
    inset: 0;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.healer-hero-background-mobile {
    display: none;
}

.healer-hero-overlay {
    position: absolute;
    inset: 0;
    background:
        linear-gradient(
            90deg,
            rgba(255, 249, 252, 0.96) 0%,
            rgba(255, 248, 251, 0.90) 23%,
            rgba(255, 244, 249, 0.66) 42%,
            rgba(255, 242, 248, 0.18) 62%,
            rgba(255, 255, 255, 0.02) 100%
        );
}

.healer-hero-container {
    position: relative;
    z-index: 3;
    width: min(1380px, calc(100% - 48px));
    min-height: 520px;
    margin: 0 auto;
    display: flex;
    align-items: center;
}

.healer-hero-content {
    width: min(500px, 46%);
    padding: 60px 0 105px;
}

.healer-hero-eyebrow {
    margin-bottom: 14px;
    color: #df5b98;
    font-size: 13px;
    font-weight: 700;
    letter-spacing: 0.11em;
}

.healer-hero-eyebrow span {
    margin: 0 5px;
    color: #c877ac;
}

.healer-hero-title {
    margin: 0;
    max-width: 480px;
    color: #54205f;
    font-family: Georgia, "Times New Roman", serif;
    font-size: clamp(42px, 4vw, 68px);
    font-weight: 500;
    line-height: 1.02;
    letter-spacing: -0.025em;
}

.healer-hero-caption {
    max-width: 430px;
    margin: 20px 0 0;
    color: #6e5870;
    font-size: 16px;
    line-height: 1.75;
}

.healer-hero-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    margin-top: 28px;
}

.healer-hero-button {
    min-height: 46px;
    padding: 0 20px;
    border-radius: 999px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 9px;
    font-size: 13px;
    font-weight: 700;
    text-decoration: none;
    transition: 0.2s ease;
}

.healer-hero-button-primary {
    background:
        linear-gradient(
            135deg,
            #e64f94 0%,
            #9d4897 100%
        );
    color: #ffffff;
    border: 1px solid transparent;
    box-shadow: 0 8px 20px rgba(157, 72, 151, 0.20);
}

.healer-hero-button-primary:hover {
    color: #ffffff;
    transform: translateY(-2px);
    box-shadow: 0 11px 25px rgba(157, 72, 151, 0.27);
}

.healer-hero-button-secondary {
    background: rgba(255, 255, 255, 0.72);
    color: #744276;
    border: 1px solid rgba(116, 66, 118, 0.25);
    backdrop-filter: blur(6px);
    -webkit-backdrop-filter: blur(6px);
}

.healer-hero-button-secondary:hover {
    background: #ffffff;
    color: #54205f;
    border-color: rgba(84, 32, 95, 0.42);
    transform: translateY(-2px);
}


/* ==========================================================================
   Curved Bottom
   ========================================================================== */

.healer-hero-curve {
    position: absolute;
    left: 0;
    bottom: 0;
    z-index: 5;
    width: 100%;
    height: 115px;
    overflow: visible;
    pointer-events: none;
}

.healer-hero-curve::before,
.healer-hero-curve::after {
    content: "";
    position: absolute;
    bottom: -82px;
    width: 60%;
    height: 165px;
    background: #fffafc;
}

.healer-hero-curve::before {
    left: -5%;
    border-radius: 0 70% 0 0 / 0 70% 0 0;
    transform: rotate(-2deg);
    transform-origin: right bottom;
}

.healer-hero-curve::after {
    right: -5%;
    border-radius: 70% 0 0 0 / 70% 0 0 0;
    transform: rotate(2deg);
    transform-origin: left bottom;
}

.healer-hero-lotus {
    position: absolute;
    top: 38px;
    left: 50%;
    z-index: 10;
    transform: translateX(-50%);
    width: 54px;
    height: 54px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #fffafc;
    color: #e65b99;
    border: 1px solid rgba(230, 91, 153, 0.20);
    box-shadow:
        0 8px 18px rgba(95, 50, 97, 0.08),
        0 0 0 8px rgba(255, 250, 252, 0.72);
    font-size: 22px;
}


/* ==========================================================================
   Responsive
   ========================================================================== */

@media (max-width: 1100px) {

    .healer-hero {
        min-height: 480px;
    }

    .healer-hero-container {
        min-height: 480px;
    }

    .healer-hero-content {
        width: min(480px, 50%);
    }

    .healer-hero-title {
        font-size: clamp(38px, 4.7vw, 58px);
    }
}

@media (max-width: 767px) {

    .healer-hero {
        min-height: 620px;
        background: #fff7fa;
    }

    .healer-hero-background-desktop {
        display: none;
    }

    .healer-hero-background-mobile {
        display: block;
        background-position: center top;
    }

    .healer-hero-overlay {
        background:
            linear-gradient(
                180deg,
                rgba(255, 249, 252, 0.98) 0%,
                rgba(255, 248, 251, 0.93) 37%,
                rgba(255, 246, 250, 0.60) 64%,
                rgba(255, 246, 250, 0.12) 100%
            );
    }

    .healer-hero-container {
        width: calc(100% - 32px);
        min-height: 620px;
        align-items: flex-start;
    }

    .healer-hero-content {
        width: 100%;
        padding: 50px 0 160px;
    }

    .healer-hero-eyebrow {
        font-size: 11px;
    }

    .healer-hero-title {
        max-width: 360px;
        font-size: clamp(38px, 10vw, 52px);
    }

    .healer-hero-caption {
        max-width: 360px;
        font-size: 14px;
        line-height: 1.65;
    }

    .healer-hero-actions {
        align-items: flex-start;
        flex-direction: column;
    }

    .healer-hero-button {
        min-width: 210px;
    }

    .healer-hero-curve {
        bottom: -85px;
        height: 150px;
    }
}

/* ==========================================================================
   Healer Welcome
   ========================================================================== */

.healer-welcome {
    position: relative;
    overflow: hidden;
    padding: 90px 0 85px;

    background:
        radial-gradient(
            circle at 10% 20%,
            rgba(241, 156, 192, 0.16),
            transparent 30%
        ),
        radial-gradient(
            circle at 88% 18%,
            rgba(197, 150, 211, 0.12),
            transparent 28%
        ),
        linear-gradient(
            135deg,
            #fffafc 0%,
            #fff7fa 48%,
            #fcf1f7 100%
        );
}

.healer-welcome::before {
    content: "";
    position: absolute;
    right: -90px;
    top: 45px;
    width: 360px;
    height: 360px;
    border-radius: 50%;
    border: 1px solid rgba(213, 128, 175, 0.12);
    box-shadow:
        0 0 0 28px rgba(213, 128, 175, 0.035),
        0 0 0 62px rgba(213, 128, 175, 0.025);
    pointer-events: none;
}

.healer-welcome::after {
    content: "";
    position: absolute;
    left: -110px;
    bottom: -155px;
    width: 430px;
    height: 430px;
    border-radius: 50%;
    background:
        radial-gradient(
            circle,
            rgba(242, 170, 200, 0.18) 0%,
            rgba(242, 170, 200, 0.06) 42%,
            transparent 70%
        );
    pointer-events: none;
}

.healer-welcome-container {
    position: relative;
    z-index: 2;
    width: min(1380px, calc(100% - 48px));
    margin: 0 auto;
}

.healer-welcome-grid {
    display: grid;
    grid-template-columns: minmax(260px, 340px) minmax(0, 1fr) minmax(250px, 320px);
    gap: 55px;
    align-items: center;
}


/* ==========================================================================
   Welcome Image
   ========================================================================== */

.healer-welcome-image-column {
    position: relative;
}

.healer-welcome-image-wrap {
    position: relative;
    width: 100%;
    max-width: 330px;
    aspect-ratio: 0.78;
    margin: 0 auto;
    border-radius: 150px 150px 26px 26px;
    overflow: hidden;

    background: #f5e7ef;

    box-shadow:
        0 20px 45px rgba(112, 67, 113, 0.10),
        0 0 0 9px rgba(255,255,255,0.68);
}

.healer-welcome-image-wrap img {
    width: 100%;
    height: 100%;
    display: block;
    object-fit: cover;
}

.healer-welcome-image-wrap::before {
    content: "";
    position: absolute;
    inset: 0;
    z-index: 2;

    background:
        linear-gradient(
            180deg,
            transparent 58%,
            rgba(235, 135, 179, 0.12) 100%
        );

    pointer-events: none;
}

.healer-welcome-lotus-decoration {
    position: absolute;
    left: -22px;
    bottom: 25px;
    z-index: 4;

    width: 92px;
    height: 92px;
    border-radius: 50%;

    display: flex;
    align-items: center;
    justify-content: center;

    background:
        radial-gradient(
            circle at 50% 40%,
            #ffffff 0%,
            #fbe6ef 48%,
            #efb5cf 100%
        );

    color: #d85c99;

    border: 1px solid rgba(216, 92, 153, 0.16);

    box-shadow:
        0 16px 30px rgba(131, 75, 132, 0.14),
        0 0 0 8px rgba(255,255,255,0.72);

    font-size: 36px;
}


/* ==========================================================================
   Welcome Content
   ========================================================================== */

.healer-welcome-content {
    max-width: 620px;
}

.healer-welcome-kicker {
    margin-bottom: 12px;

    color: #e05c98;

    font-size: 12px;
    font-weight: 700;
    letter-spacing: 0.13em;
    text-transform: uppercase;
}

.healer-welcome-title {
    margin: 0;

    color: #5d2a69;

    font-family: Georgia, "Times New Roman", serif;
    font-size: clamp(34px, 3vw, 52px);
    font-weight: 500;
    line-height: 1.08;
    letter-spacing: -0.02em;
}

.healer-welcome-text {
    margin-top: 22px;

    color: #6c5a6f;

    font-size: 15px;
    line-height: 1.82;
}

.healer-welcome-signature {
    margin-top: 22px;
}

.healer-welcome-signature img {
    display: block;

    width: auto;
    max-width: 180px;
    max-height: 78px;

    object-fit: contain;
}


/* ==========================================================================
   Welcome Features
   ========================================================================== */

.healer-welcome-features {
    display: grid;
    gap: 24px;
}

.healer-welcome-feature {
    display: grid;
    grid-template-columns: 48px 1fr;
    gap: 14px;
    align-items: start;
}

.healer-welcome-feature-icon {
    width: 48px;
    height: 48px;
    border-radius: 50%;

    display: flex;
    align-items: center;
    justify-content: center;

    background:
        linear-gradient(
            135deg,
            #fce6ef 0%,
            #f7d7e8 100%
        );

    color: #dc609a;

    border: 1px solid rgba(220, 96, 154, 0.10);

    box-shadow: 0 7px 16px rgba(123, 69, 124, 0.06);

    font-size: 18px;
}

.healer-welcome-feature-title {
    margin-top: 2px;

    color: #553d58;

    font-size: 14px;
    font-weight: 700;
    line-height: 1.4;
}

.healer-welcome-feature p {
    margin: 5px 0 0;

    color: #806f82;

    font-size: 12px;
    line-height: 1.6;
}


/* ==========================================================================
   Soft Bottom Curve
   ========================================================================== */

.healer-welcome {
    border-bottom-left-radius: 50% 35px;
    border-bottom-right-radius: 50% 35px;
}


/* ==========================================================================
   Responsive
   ========================================================================== */

@media (max-width: 1100px) {

    .healer-welcome-grid {
        grid-template-columns: 280px minmax(0, 1fr);
        gap: 42px;
    }

    .healer-welcome-features {
        grid-column: 1 / -1;
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 24px 36px;
    }

    .healer-welcome-content {
        max-width: none;
    }
}

@media (max-width: 767px) {

    .healer-welcome {
        padding: 65px 0 60px;
    }

    .healer-welcome-container {
        width: calc(100% - 32px);
    }

    .healer-welcome-grid {
        grid-template-columns: 1fr;
        gap: 35px;
    }

    .healer-welcome-image-wrap {
        max-width: 290px;
    }

    .healer-welcome-lotus-decoration {
        left: -8px;
        bottom: 18px;

        width: 74px;
        height: 74px;

        font-size: 28px;
    }

    .healer-welcome-content {
        text-align: center;
    }

    .healer-welcome-title {
        font-size: clamp(32px, 9vw, 44px);
    }

    .healer-welcome-text {
        font-size: 14px;
        line-height: 1.72;
    }

    .healer-welcome-signature img {
        margin: 0 auto;
    }

    .healer-welcome-features {
        grid-column: auto;
        grid-template-columns: 1fr;
        gap: 20px;
    }

    .healer-welcome-feature {
        max-width: 430px;
        width: 100%;
        margin: 0 auto;
    }
}

/* ==========================================================================
   Healer Welcome Decorative Lotus Layers
   ========================================================================== */

.healer-welcome-decoration {
    position: absolute;
    z-index: 1;
    pointer-events: none;
    user-select: none;
}

.healer-welcome-decoration img {
    display: block;
    width: 100%;
    height: auto;
}


/* Large soft lotus on right */

.healer-welcome-decoration-right {
    width: 290px;
    right: -45px;
    top: 90px;
    opacity: 0.34;
    animation: healerLotusFloatRight 9s ease-in-out infinite;
}


/* Floating petals */

.healer-welcome-decoration-petals {
    width: 185px;
    left: 3%;
    top: 40px;
    opacity: 0.48;
    animation: healerPetalsFloat 11s ease-in-out infinite;
}


/* Small bottom lotus */

.healer-welcome-decoration-bottom {
    width: 150px;
    right: 9%;
    bottom: -28px;
    opacity: 0.55;
    animation: healerLotusFloatBottom 8s ease-in-out infinite;
}


/* ==========================================================================
   Lotus Over Welcome Portrait
   ========================================================================== */

.healer-welcome-image-lotus {
    position: absolute !important;
    z-index: 5;
    width: 145px !important;
    height: auto !important;

    left: -15px;
    bottom: -8px;

    object-fit: contain !important;

    filter: drop-shadow(
        0 12px 14px rgba(105, 54, 108, 0.13)
    );

    animation: healerPortraitLotusFloat 7s ease-in-out infinite;

    pointer-events: none;
}


/* Hide old CSS lotus decoration now that we have the real artwork */

.healer-welcome-lotus-decoration {
    display: none;
}


/* ==========================================================================
   Gentle Movement
   ========================================================================== */

@keyframes healerPortraitLotusFloat {

    0%,
    100% {
        transform: translate3d(0, 0, 0) rotate(-1deg);
    }

    50% {
        transform: translate3d(0, -7px, 0) rotate(1deg);
    }
}


@keyframes healerLotusFloatRight {

    0%,
    100% {
        transform: translate3d(0, 0, 0) rotate(0deg);
    }

    50% {
        transform: translate3d(-8px, -10px, 0) rotate(-2deg);
    }
}


@keyframes healerPetalsFloat {

    0%,
    100% {
        transform: translate3d(0, 0, 0) rotate(0deg);
    }

    50% {
        transform: translate3d(8px, -12px, 0) rotate(3deg);
    }
}


@keyframes healerLotusFloatBottom {

    0%,
    100% {
        transform: translate3d(0, 0, 0);
    }

    50% {
        transform: translate3d(-5px, -8px, 0);
    }
}


/* ==========================================================================
   Tablet
   ========================================================================== */

@media (max-width: 1100px) {

    .healer-welcome-decoration-right {
        width: 220px;
        right: -60px;
        opacity: 0.24;
    }

    .healer-welcome-decoration-petals {
        width: 145px;
        left: 1%;
        opacity: 0.34;
    }

    .healer-welcome-decoration-bottom {
        width: 125px;
        right: 4%;
    }

    .healer-welcome-image-lotus {
        width: 125px !important;
    }
}


/* ==========================================================================
   Mobile
   ========================================================================== */

@media (max-width: 767px) {

    .healer-welcome-decoration-right {
        width: 170px;
        right: -65px;
        top: 20px;
        opacity: 0.20;
    }

    .healer-welcome-decoration-petals {
        width: 105px;
        left: -20px;
        top: 300px;
        opacity: 0.25;
    }

    .healer-welcome-decoration-bottom {
        width: 100px;
        right: -20px;
        bottom: -15px;
        opacity: 0.35;
    }

    .healer-welcome-image-lotus {
        width: 110px !important;
        left: -5px;
        bottom: -5px;
    }
}


/* Respect reduced-motion accessibility preference */

@media (prefers-reduced-motion: reduce) {

    .healer-welcome-decoration-right,
    .healer-welcome-decoration-petals,
    .healer-welcome-decoration-bottom,
    .healer-welcome-image-lotus {
        animation: none !important;
    }
}

/* ==========================================================================
   Healer Latest News
   ========================================================================== */

.healer-latest-news {
    position: relative;
    padding: 18px 0 18px;
    overflow: hidden;
    background:
        linear-gradient(
            180deg,
            #fffdfd 0%,
            #fff8fb 100%
        );
}

.healer-latest-news::before {
    content: "";
    position: absolute;
    left: -120px;
    top: 40px;
    width: 320px;
    height: 320px;
    border-radius: 50%;
    background:
        radial-gradient(
            circle,
            rgba(237, 79, 149, 0.08) 0%,
            rgba(237, 79, 149, 0.03) 45%,
            transparent 72%
        );
    pointer-events: none;
}

.healer-latest-news::after {
    content: "";
    position: absolute;
    right: -100px;
    bottom: -80px;
    width: 340px;
    height: 340px;
    border-radius: 50%;
    background:
        radial-gradient(
            circle,
            rgba(156, 63, 146, 0.08) 0%,
            rgba(156, 63, 146, 0.03) 45%,
            transparent 72%
        );
    pointer-events: none;
}

.healer-latest-news-container {
    position: relative;
    z-index: 2;
    width: min(1380px, calc(100% - 48px));
    margin: 0 auto;
}


/* ==========================================================================
   Heading
   ========================================================================== */

.healer-latest-news-heading {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    gap: 30px;
    margin-bottom: 34px;
}

.healer-latest-news-kicker {
    margin-bottom: 7px;
    color: #e45d99;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 0.12em;
    text-transform: uppercase;
}

.healer-latest-news-heading h2 {
    margin: 0;
    color: #5d2a69;
    font-family: Georgia, "Times New Roman", serif;
    font-size: clamp(32px, 3vw, 48px);
    font-weight: 500;
    line-height: 1.1;
}

.healer-latest-news-view-all {
    min-height: 42px;
    padding: 0 17px;
    border-radius: 999px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    background: #fff;
    color: #7a407f;
    border: 1px solid rgba(122, 64, 127, 0.20);
    text-decoration: none;
    font-size: 13px;
    font-weight: 700;
    transition: 0.2s ease;
}

.healer-latest-news-view-all:hover {
    background: #7a407f;
    color: #fff;
    border-color: #7a407f;
}


/* ==========================================================================
   Cards
   ========================================================================== */

.healer-latest-news-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 24px;
}

.healer-news-card {
    overflow: hidden;
    border-radius: 18px;
    background: rgba(255,255,255,0.90);
    border: 1px solid rgba(111, 54, 115, 0.08);
    box-shadow: 0 14px 30px rgba(84, 32, 95, 0.06);
    transition:
        transform 0.2s ease,
        box-shadow 0.2s ease;
}

.healer-news-card:hover {
    transform: translateY(-4px);
    box-shadow: 0 18px 36px rgba(84, 32, 95, 0.10);
}

.healer-news-card-image {
    position: relative;
    display: block;
    height: 220px;
    overflow: hidden;
    background: #f7eaf1;
}

.healer-news-card-image img {
    width: 100%;
    height: 100%;
    display: block;
    object-fit: cover;
    transition: transform 0.35s ease;
}

.healer-news-card:hover .healer-news-card-image img {
    transform: scale(1.035);
}

.healer-news-card-type {
    position: absolute;
    left: 14px;
    top: 14px;
    min-height: 28px;
    padding: 0 11px;
    border-radius: 999px;
    display: inline-flex;
    align-items: center;
    background: rgba(255,255,255,0.92);
    color: #7a407f;
    border: 1px solid rgba(122, 64, 127, 0.12);
    font-size: 11px;
    font-weight: 700;
    box-shadow: 0 5px 14px rgba(84, 32, 95, 0.08);
}

.healer-news-card-content {
    padding: 20px 20px 22px;
}

.healer-news-card-content h3 {
    margin: 0;
    font-size: 20px;
    line-height: 1.35;
}

.healer-news-card-content h3 a {
    color: #523456;
    text-decoration: none;
}

.healer-news-card-content h3 a:hover {
    color: #d94f91;
}

.healer-news-card-content p {
    margin: 12px 0 0;
    color: #806f82;
    font-size: 13px;
    line-height: 1.65;
}

.healer-news-card-link {
    display: inline-flex;
    align-items: center;
    gap: 7px;
    margin-top: 16px;
    color: #d94f91;
    text-decoration: none;
    font-size: 12px;
    font-weight: 700;
}

.healer-news-card-link:hover {
    color: #7a407f;
}


/* ==========================================================================
   Responsive
   ========================================================================== */

@media (max-width: 991px) {

    .healer-latest-news-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .healer-news-card:last-child {
        grid-column: 1 / -1;
    }
}

@media (max-width: 767px) {

    .healer-latest-news {
        padding: 60px 0 65px;
    }

    .healer-latest-news-container {
        width: calc(100% - 32px);
    }

    .healer-latest-news-heading {
        align-items: flex-start;
        flex-direction: column;
        margin-bottom: 26px;
    }

    .healer-latest-news-grid {
        grid-template-columns: 1fr;
    }

    .healer-news-card:last-child {
        grid-column: auto;
    }

    .healer-news-card-image {
        height: 200px;
    }
}
/* ==========================================================================
   Healer Latest News Quote Layout
   ========================================================================== */

.healer-latest-news-layout {
    display: grid;
    grid-template-columns: minmax(0, 1fr) 280px;
    gap: 28px;
    align-items: stretch;
}

.healer-latest-news-layout .healer-latest-news-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 22px;
}


/* ==========================================================================
   Quote Panel
   ========================================================================== */

.healer-news-quote {
    position: relative;
    min-height: 100%;
    overflow: hidden;
    padding: 34px 30px 155px;
    border-left: 1px solid rgba(111, 54, 115, 0.08);

    background:
        radial-gradient(
            circle at 75% 85%,
            rgba(239, 142, 178, 0.22),
            transparent 42%
        ),
        linear-gradient(
            180deg,
            rgba(255,255,255,0.34) 0%,
            rgba(252,238,246,0.55) 100%
        );
}

.healer-news-quote::before {
    content: "";
    position: absolute;
    right: -90px;
    top: 70px;
    width: 260px;
    height: 260px;
    border-radius: 50%;

    border: 1px solid rgba(222, 133, 177, 0.10);

    box-shadow:
        0 0 0 32px rgba(222, 133, 177, 0.025),
        0 0 0 62px rgba(222, 133, 177, 0.018);
}

.healer-news-quote-mark {
    position: relative;
    z-index: 2;
    margin-bottom: 14px;

    color: #ef8eb2;

    font-family: Georgia, "Times New Roman", serif;
    font-size: 72px;
    line-height: 0.7;
}

.healer-news-quote-text {
    position: relative;
    z-index: 2;

    color: #60366a;

    font-family: Georgia, "Times New Roman", serif;
    font-size: 20px;
    font-weight: 600;
    line-height: 1.55;
}

.healer-news-quote-author {
    position: relative;
    z-index: 2;

    margin-top: 22px;

    color: #9a5a9c;

    font-family: "Brush Script MT", "Segoe Script", cursive;
    font-size: 25px;
    line-height: 1.2;
}

.healer-news-quote-lotus {
    position: absolute;

    right: -15px;
    bottom: -10px;

    width: 190px;
    height: auto;

    opacity: 0.70;

    pointer-events: none;

    animation: healerNewsQuoteLotus 8s ease-in-out infinite;
}

@keyframes healerNewsQuoteLotus {

    0%,
    100% {
        transform: translate3d(0, 0, 0);
    }

    50% {
        transform: translate3d(-5px, -7px, 0);
    }
}


/* ==========================================================================
   Adjust Cards for Four-Part Layout
   ========================================================================== */

.healer-latest-news-layout .healer-news-card-image {
    height: 175px;
}

.healer-latest-news-layout .healer-news-card-content {
    padding: 17px 17px 20px;
}

.healer-latest-news-layout .healer-news-card-content h3 {
    font-size: 17px;
}

.healer-latest-news-layout .healer-news-card-content p {
    font-size: 12px;
}


/* ==========================================================================
   Responsive
   ========================================================================== */

@media (max-width: 1200px) {

    .healer-latest-news-layout {
        grid-template-columns: 1fr;
    }

    .healer-news-quote {
        min-height: 270px;
        border-left: 0;
        border-top: 1px solid rgba(111, 54, 115, 0.08);
    }

    .healer-news-quote-lotus {
        width: 170px;
    }
}

@media (max-width: 991px) {

    .healer-latest-news-layout .healer-latest-news-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .healer-latest-news-layout .healer-news-card:last-child {
        grid-column: 1 / -1;
    }
}

@media (max-width: 767px) {

    .healer-latest-news-layout .healer-latest-news-grid {
        grid-template-columns: 1fr;
    }

    .healer-latest-news-layout .healer-news-card:last-child {
        grid-column: auto;
    }

    .healer-news-quote {
        min-height: 300px;
        padding: 30px 24px 150px;
    }

    .healer-news-quote-text {
        font-size: 18px;
    }

    .healer-news-quote-lotus {
        width: 145px;
    }
}

@media (prefers-reduced-motion: reduce) {

    .healer-news-quote-lotus {
        animation: none !important;
    }
}
/* ==========================================================================
   Healer Services
   ========================================================================== */

.healer-services {
    position: relative;
    overflow: hidden;
    padding: 75px 0 85px;

    background:
        linear-gradient(
            180deg,
            #fff8fb 0%,
            #fbf0f7 100%
        );
}

.healer-services-container {
    width: min(1380px, calc(100% - 48px));
    margin: 0 auto;
}

.healer-services-grid {
    display: grid;
    grid-template-columns: minmax(0, 0.9fr) minmax(0, 1.25fr);
    gap: 34px;
    align-items: stretch;
}


/* ==========================================================================
   Left Feature Panel
   ========================================================================== */

.healer-services-feature {
    position: relative;
    min-height: 520px;
    overflow: hidden;
    border-radius: 28px;

    background: #5d3369;

    box-shadow: 0 18px 38px rgba(84, 32, 95, 0.12);
}

.healer-services-feature-image {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.healer-services-feature-overlay {
    position: absolute;
    inset: 0;

    background:
        linear-gradient(
            180deg,
            rgba(91, 44, 105, 0.05) 0%,
            rgba(91, 44, 105, 0.34) 45%,
            rgba(76, 34, 91, 0.92) 100%
        );
}

.healer-services-feature-content {
    position: absolute;
    left: 36px;
    right: 36px;
    bottom: 34px;
    z-index: 3;
}

.healer-services-feature-kicker {
    margin-bottom: 10px;
    color: #f5c5db;
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 0.12em;
    text-transform: uppercase;
}

.healer-services-feature-content h2 {
    margin: 0;
    max-width: 450px;

    color: #ffffff;

    font-family: Georgia, "Times New Roman", serif;
    font-size: clamp(34px, 3.2vw, 50px);
    font-weight: 500;
    line-height: 1.08;
}

.healer-services-feature-content p {
    max-width: 500px;
    margin: 18px 0 0;

    color: rgba(255,255,255,0.86);

    font-size: 14px;
    line-height: 1.7;
}

.healer-services-feature-button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 8px;

    min-height: 42px;

    margin-top: 22px;
    padding: 0 17px;

    border-radius: 999px;

    background: rgba(255,255,255,0.08);
    color: #ffffff;

    border: 1px solid rgba(255,255,255,0.52);

    text-decoration: none;
    font-size: 12px;
    font-weight: 700;

    backdrop-filter: blur(8px);
    -webkit-backdrop-filter: blur(8px);

    transition: 0.2s ease;
}

.healer-services-feature-button:hover {
    background: #ffffff;
    color: #6e3b78;
}

.healer-services-feature-play {
    position: absolute;
    top: 34%;
    left: 50%;
    z-index: 3;

    transform: translate(-50%, -50%);

    width: 62px;
    height: 62px;

    border-radius: 50%;

    display: flex;
    align-items: center;
    justify-content: center;

    background:
        linear-gradient(
            135deg,
            #ee6ba4 0%,
            #a852a5 100%
        );

    color: #ffffff;

    border: 4px solid rgba(255,255,255,0.88);

    box-shadow:
        0 12px 25px rgba(83, 39, 90, 0.20),
        0 0 0 8px rgba(255,255,255,0.14);

    font-size: 23px;
}


/* ==========================================================================
   Right Section
   ========================================================================== */

.healer-services-list {
    display: flex;
    flex-direction: column;
}

.healer-services-heading {
    text-align: center;
    margin-bottom: 20px;
}

.healer-services-heading-decoration {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 9px;
    margin-bottom: 8px;
}

.healer-services-heading-decoration span {
    width: 55px;
    height: 1px;

    background:
        linear-gradient(
            90deg,
            transparent 0%,
            #e48db4 100%
        );
}

.healer-services-heading-decoration span:last-child {
    background:
        linear-gradient(
            90deg,
            #e48db4 0%,
            transparent 100%
        );
}

.healer-services-heading-decoration i {
    color: #e05e9b;
    font-size: 16px;
}

.healer-services-heading h2 {
    margin: 0;

    color: #5d2a69;

    font-family: Georgia, "Times New Roman", serif;
    font-size: clamp(30px, 2.8vw, 42px);
    font-weight: 500;
}


/* ==========================================================================
   Main Service Card
   ========================================================================== */

.healer-service-main-card {
    display: grid;
    grid-template-columns: 86px minmax(0, 1fr);
    gap: 20px;
    align-items: center;
    margin-bottom: 18px;

    padding: 24px 26px;

    background: rgba(255,255,255,0.72);

    border: 1px solid rgba(116, 65, 120, 0.09);

    border-radius: 24px 24px 0 0;

    box-shadow: 0 12px 28px rgba(85, 47, 89, 0.06);
}

.healer-service-main-icon {
    width: 76px;
    height: 76px;

    border-radius: 50%;

    display: flex;
    align-items: center;
    justify-content: center;

    background:
        radial-gradient(
            circle at 50% 35%,
            #ffffff 0%,
            #fbe5ef 55%,
            #efbad1 100%
        );

    color: #d95998;

    border: 1px solid rgba(217, 89, 152, 0.12);

    font-size: 28px;
}

.healer-service-main-content h3 {
    margin: 0;

    font-size: 20px;
    line-height: 1.3;
}

.healer-service-main-content h3 a {
    color: #5a3b5e;
    text-decoration: none;
}

.healer-service-main-content h3 a:hover {
    color: #dc5797;
}

.healer-service-main-content p {
    margin: 8px 0 0;

    color: #806f82;

    font-size: 13px;
    line-height: 1.6;
}

.healer-service-main-button {
    display: inline-flex;
    align-items: center;
    gap: 7px;

    min-height: 34px;

    margin-top: 12px;
    padding: 0 13px;

    border-radius: 999px;

    background:
        linear-gradient(
            135deg,
            #ee6ba4 0%,
            #a852a5 100%
        );

    color: #ffffff;

    text-decoration: none;
    font-size: 11px;
    font-weight: 700;
}

.healer-service-main-button:hover {
    color: #ffffff;
}


/* ==========================================================================
   Small Service Cards
   ========================================================================== */

.healer-service-small-grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));

    border-left: 1px solid rgba(116, 65, 120, 0.09);
    border-right: 1px solid rgba(116, 65, 120, 0.09);
    border-bottom: 1px solid rgba(116, 65, 120, 0.09);

    border-radius: 0 0 24px 24px;

    overflow: hidden;

    background: rgba(255,255,255,0.58);
}

.healer-service-small-card {
    min-width: 0;

    border-right: 1px solid rgba(116, 65, 120, 0.08);
}

.healer-service-small-card:last-child {
    border-right: 0;
}

.healer-service-small-card-inner {
    min-height: 185px;

    padding: 22px 16px 18px;

    display: flex;
    flex-direction: column;
    align-items: center;

    text-align: center;

    color: inherit;
    text-decoration: none;

    transition:
        background 0.2s ease,
        transform 0.2s ease;
}

.healer-service-small-card-inner:hover {
    background: rgba(255,255,255,0.68);
}

.healer-service-small-icon {
    width: 56px;
    height: 56px;

    margin-bottom: 13px;

    border-radius: 50%;

    display: flex;
    align-items: center;
    justify-content: center;

    background:
        linear-gradient(
            135deg,
            #f7deec 0%,
            #ead9f2 100%
        );

    color: #9660a1;

    border: 1px solid rgba(150, 96, 161, 0.10);

    font-size: 20px;
}

.healer-service-small-card:nth-child(2) .healer-service-small-icon {
    color: #df5b98;

    background:
        linear-gradient(
            135deg,
            #fde7f0 0%,
            #f8d5e7 100%
        );
}

.healer-service-small-card:nth-child(3) .healer-service-small-icon {
    color: #8b5c9b;
}

.healer-service-small-card:nth-child(4) .healer-service-small-icon {
    color: #67417b;

    background:
        linear-gradient(
            135deg,
            #e9ddf1 0%,
            #d6c1e1 100%
        );
}

.healer-service-small-card h3 {
    margin: 0;

    color: #654469;

    font-size: 14px;
    font-weight: 700;
    line-height: 1.35;
}

.healer-service-small-card p {
    margin: 8px 0 0;

    color: #817183;

    font-size: 11px;
    line-height: 1.55;
}


/* ==========================================================================
   Bottom Action
   ========================================================================== */

.healer-services-footer-action {
    margin-top: 14px;
    text-align: right;
}

.healer-services-footer-action a {
    display: inline-flex;
    align-items: center;
    gap: 7px;

    color: #9a4b91;

    text-decoration: none;

    font-size: 12px;
    font-weight: 700;
}


/* ==========================================================================
   Responsive
   ========================================================================== */

@media (max-width: 1150px) {

    .healer-services-grid {
        grid-template-columns: 1fr;
    }

    .healer-services-feature {
        min-height: 460px;
    }
}

@media (max-width: 767px) {

    .healer-services {
        padding: 60px 0 65px;
    }

    .healer-services-container {
        width: calc(100% - 32px);
    }

    .healer-services-feature {
        min-height: 480px;
        border-radius: 22px;
    }

    .healer-services-feature-content {
        left: 24px;
        right: 24px;
        bottom: 26px;
    }

    .healer-services-feature-content h2 {
        font-size: clamp(32px, 9vw, 44px);
    }

    .healer-services-feature-play {
        width: 54px;
        height: 54px;
        font-size: 20px;
    }

    .healer-service-main-card {
        grid-template-columns: 1fr;
        text-align: center;
    }

    .healer-service-main-icon {
        margin: 0 auto;
    }

    .healer-service-small-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .healer-service-small-card:nth-child(2) {
        border-right: 0;
    }

    .healer-service-small-card:nth-child(1),
    .healer-service-small-card:nth-child(2) {
        border-bottom: 1px solid rgba(116, 65, 120, 0.08);
    }

    .healer-service-small-card-inner {
        min-height: 175px;
    }
}

@media (max-width: 480px) {

    .healer-service-small-grid {
        grid-template-columns: 1fr;
    }

    .healer-service-small-card {
        border-right: 0;
        border-bottom: 1px solid rgba(116, 65, 120, 0.08);
    }

    .healer-service-small-card:last-child {
        border-bottom: 0;
    }
}

/* ==========================================================================
   Healer Services Slider
   Keeps the existing four-card design
   ========================================================================== */

.healer-service-slider {
    position: relative;
    display: grid;
    grid-template-columns: 42px minmax(0, 1fr) 42px;
    align-items: center;
    gap: 8px;
    margin-top: 0;
}

.healer-service-slider-viewport {
    min-width: 0;
    overflow: hidden;

    border-left: 1px solid rgba(116, 65, 120, 0.09);
    border-right: 1px solid rgba(116, 65, 120, 0.09);
    border-bottom: 1px solid rgba(116, 65, 120, 0.09);

    border-radius: 22px;
    border-top: 1px solid rgba(116, 65, 120, 0.09);

    background: rgba(255,255,255,0.58);
}


/* Override the existing fixed grid only inside the slider */

.healer-service-slider .healer-service-small-grid {
    display: flex;

    width: max-content;

    border: 0;
    border-radius: 0;

    background: transparent;

    transition: transform 0.45s ease;
    will-change: transform;
}

/* Four cards visible at a time */

.healer-service-slider .healer-service-small-card {
    width: calc(var(--healer-service-viewport-width, 680px) / 4);
    flex: 0 0 calc(var(--healer-service-viewport-width, 680px) / 4);
    min-width: 0;

    border-right: 1px solid rgba(116, 65, 120, 0.08);
}

.healer-service-slider .healer-service-small-card-inner {
    width: 100%;
    min-height: 185px;
}


/* Slider arrows */

.healer-service-slider-arrow {
    width: 42px;
    height: 42px;

    padding: 0;

    border-radius: 50%;
    border: 1px solid rgba(116, 65, 120, 0.12);

    display: flex;
    align-items: center;
    justify-content: center;

    background: #ffffff;
    color: #754b7b;

    box-shadow: 0 7px 18px rgba(84, 32, 95, 0.08);

    cursor: pointer;

    transition:
        background 0.2s ease,
        color 0.2s ease,
        transform 0.2s ease;
}

.healer-service-slider-arrow:hover {
    background: #7d4684;
    color: #ffffff;
    transform: translateY(-1px);
}

.healer-service-slider-arrow:disabled {
    opacity: 0.35;
    cursor: default;
    transform: none;
}


/* ==========================================================================
   Responsive
   ========================================================================== */

@media (max-width: 991px) {

    .healer-service-slider {
        grid-template-columns: 38px minmax(0, 1fr) 38px;
        gap: 6px;
    }

    .healer-service-slider-arrow {
        width: 38px;
        height: 38px;
    }

}


@media (max-width: 575px) {

}


@media (prefers-reduced-motion: reduce) {

    .healer-service-slider .healer-service-small-grid {
        transition: none !important;
    }
}
/* ==========================================================================
   Active Healer Service Card
   ========================================================================== */

.healer-service-small-card {
    position: relative;
    transition:
        background 0.25s ease,
        box-shadow 0.25s ease,
        transform 0.25s ease;
}

.healer-service-small-card.is-active {
    background:
        linear-gradient(
            180deg,
            rgba(252, 231, 241, 0.95) 0%,
            rgba(241, 222, 244, 0.95) 100%
        );

    box-shadow:
        inset 0 0 0 2px rgba(221, 88, 151, 0.22),
        0 8px 20px rgba(103, 55, 108, 0.08);

    transform: translateY(-2px);
}

.healer-service-small-card.is-active .healer-service-small-icon {
    background:
        linear-gradient(
            135deg,
            #e95c9e 0%,
            #9d52a0 100%
        );

    color: #ffffff;

    box-shadow:
        0 8px 18px rgba(157, 82, 160, 0.20);
}

.healer-service-small-card.is-active h3 {
    color: #6d3a76;
}

.healer-service-small-card.is-active::after {
    content: "";
    position: absolute;
    left: 50%;
    bottom: 7px;

    width: 28px;
    height: 3px;

    border-radius: 999px;

    background:
        linear-gradient(
            90deg,
            #e95c9e 0%,
            #9d52a0 100%
        );

    transform: translateX(-50%);
}

/* ==========================================================================
   Healer Training
   ========================================================================== */

.healer-training {
    position: relative;
    overflow: hidden;
    padding: 70px 0 78px;

    background:
        linear-gradient(
            180deg,
            #fffdfd 0%,
            #fff7fb 100%
        );

    border-top: 1px solid rgba(111, 54, 115, 0.05);
    border-bottom: 1px solid rgba(111, 54, 115, 0.05);
}

.healer-training::before {
    content: "";
    position: absolute;
    left: -120px;
    top: 20px;
    width: 310px;
    height: 310px;
    border-radius: 50%;

    background:
        radial-gradient(
            circle,
            rgba(237, 79, 149, 0.08) 0%,
            rgba(237, 79, 149, 0.025) 48%,
            transparent 72%
        );

    pointer-events: none;
}

.healer-training::after {
    content: "";
    position: absolute;
    right: -90px;
    bottom: -95px;
    width: 300px;
    height: 300px;
    border-radius: 50%;

    background:
        radial-gradient(
            circle,
            rgba(156, 63, 146, 0.07) 0%,
            rgba(156, 63, 146, 0.025) 48%,
            transparent 72%
        );

    pointer-events: none;
}

.healer-training-container {
    position: relative;
    z-index: 2;

    width: min(1380px, calc(100% - 48px));
    margin: 0 auto;
}

.healer-training-grid {
    display: grid;
    grid-template-columns: minmax(250px, 0.72fr) minmax(0, 1.65fr);
    gap: 38px;
    align-items: stretch;
}


/* ==========================================================================
   Intro
   ========================================================================== */

.healer-training-intro {
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 10px 10px 10px 0;
}

.healer-training-kicker {
    margin-bottom: 10px;

    color: #e05c98;

    font-size: 12px;
    font-weight: 700;
    letter-spacing: 0.12em;
    text-transform: uppercase;
}

.healer-training-title {
    margin: 0;

    color: #5d2a69;

    font-family: Georgia, "Times New Roman", serif;
    font-size: clamp(34px, 3vw, 48px);
    font-weight: 500;
    line-height: 1.08;
}

.healer-training-description {
    margin-top: 18px;
    max-width: 430px;

    color: #756478;

    font-size: 14px;
    line-height: 1.75;
}

.healer-training-main-button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 8px;

    width: fit-content;
    min-height: 42px;

    margin-top: 24px;
    padding: 0 18px;

    border-radius: 999px;

    background: #ffffff;
    color: #7b447f;

    border: 1px solid rgba(123, 68, 127, 0.20);

    text-decoration: none;
    font-size: 12px;
    font-weight: 700;

    transition: 0.2s ease;
}

.healer-training-main-button:hover {
    background:
        linear-gradient(
            135deg,
            #e75b99 0%,
            #a951a4 100%
        );

    color: #ffffff;
    border-color: transparent;
}


/* ==========================================================================
   Training Cards
   ========================================================================== */

.healer-training-cards {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 14px;
}

.healer-training-card {
    min-width: 0;
}

.healer-training-card-inner {
    position: relative;

    min-height: 300px;
    height: 100%;

    padding: 28px 22px 24px;

    display: flex;
    flex-direction: column;
    align-items: center;

    text-align: center;

    background: rgba(255,255,255,0.78);

    border: 1px solid rgba(116, 65, 120, 0.10);
    border-radius: 18px;

    color: inherit;
    text-decoration: none;

    box-shadow: 0 10px 24px rgba(84, 32, 95, 0.045);

    transition:
        transform 0.22s ease,
        box-shadow 0.22s ease,
        border-color 0.22s ease,
        background 0.22s ease;
}

.healer-training-card-inner:hover {
    transform: translateY(-4px);

    background: #ffffff;

    border-color: rgba(224, 92, 152, 0.25);

    box-shadow: 0 16px 32px rgba(84, 32, 95, 0.09);
}

.healer-training-card-icon {
    width: 72px;
    height: 72px;

    margin-bottom: 18px;

    border-radius: 50%;

    display: flex;
    align-items: center;
    justify-content: center;

    background:
        linear-gradient(
            135deg,
            #fce6ef 0%,
            #eadcf2 100%
        );

    color: #d85d99;

    border: 1px solid rgba(216, 93, 153, 0.12);

    font-size: 28px;
}

.healer-training-card:nth-child(2) .healer-training-card-icon {
    color: #dd669d;
}

.healer-training-card:nth-child(3) .healer-training-card-icon {
    color: #8b5c9b;
}

.healer-training-card:nth-child(4) .healer-training-card-icon {
    color: #6e457d;
}

.healer-training-card h3 {
    margin: 0;

    color: #644268;

    font-size: 15px;
    font-weight: 700;
    line-height: 1.4;
}

.healer-training-card p {
    margin: 12px 0 0;

    color: #817183;

    font-size: 12px;
    line-height: 1.6;
}

.healer-training-card-link {
    margin-top: auto;
    padding-top: 18px;

    display: inline-flex;
    align-items: center;
    gap: 7px;

    color: #9a4b91;

    font-size: 12px;
    font-weight: 700;
}


/* ==========================================================================
   Responsive
   ========================================================================== */

@media (max-width: 1150px) {

    .healer-training-grid {
        grid-template-columns: 1fr;
        gap: 30px;
    }

    .healer-training-intro {
        max-width: 700px;
    }

    .healer-training-cards {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@media (max-width: 767px) {

    .healer-training {
        padding: 58px 0 64px;
    }

    .healer-training-container {
        width: calc(100% - 32px);
    }

    .healer-training-title {
        font-size: clamp(32px, 9vw, 44px);
    }

    .healer-training-description {
        font-size: 14px;
        line-height: 1.7;
    }

    .healer-training-cards {
        grid-template-columns: 1fr;
    }

    .healer-training-card-inner {
        min-height: 250px;
    }
}

/* ==========================================================================
   Healer Training Curves + Slider
   ========================================================================== */

.healer-training {
    padding-top: 110px;
    padding-bottom: 115px;
}

.healer-training::before {
    content: "";
    position: absolute;
    left: -5%;
    top: -72px;
    width: 110%;
    height: 145px;
    border-radius: 0 0 50% 50% / 0 0 70% 70%;
    background: #fff8fb;
    pointer-events: none;
}

.healer-training::after {
    content: "";
    position: absolute;
    left: -5%;
    bottom: -78px;
    width: 110%;
    height: 150px;
    border-radius: 50% 50% 0 0 / 70% 70% 0 0;
    background: #f8f1fb;
    pointer-events: none;
}

.healer-training-slider {
    position: relative;
    display: grid;
    grid-template-columns: 42px minmax(0, 1fr) 42px;
    gap: 10px;
    align-items: center;
    min-width: 0;
}

.healer-training-viewport {
    min-width: 0;
    overflow: hidden;
}

.healer-training-slider .healer-training-cards {
    display: flex;
    width: max-content;
    gap: 14px;
    transition: transform 0.45s ease;
    will-change: transform;
}

.healer-training-slider .healer-training-card {
    width: calc(var(--healer-training-viewport-width, 900px) / 4);
    flex: 0 0 calc(var(--healer-training-viewport-width, 900px) / 4);
}

.healer-training-arrow {
    width: 42px;
    height: 42px;
    border-radius: 50%;
    border: 1px solid rgba(116, 65, 120, 0.12);
    background: #ffffff;
    color: #754b7b;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    box-shadow: 0 7px 18px rgba(84, 32, 95, 0.08);
    transition: 0.2s ease;
}

.healer-training-arrow:hover {
    background: #7d4684;
    color: #ffffff;
}

.healer-training-arrow:disabled {
    opacity: 0.35;
    cursor: default;
}

@media (max-width: 991px) {

    .healer-training-slider .healer-training-card {
        width: calc(var(--healer-training-viewport-width, 700px) / 2);
        flex-basis: calc(var(--healer-training-viewport-width, 700px) / 2);
    }
}

@media (max-width: 575px) {

    .healer-training-slider {
        grid-template-columns: 38px minmax(0, 1fr) 38px;
        gap: 6px;
    }

    .healer-training-arrow {
        width: 38px;
        height: 38px;
    }

    .healer-training-slider .healer-training-card {
        width: var(--healer-training-viewport-width, 320px);
        flex-basis: var(--healer-training-viewport-width, 320px);
    }
}

@media (prefers-reduced-motion: reduce) {

    .healer-training-slider .healer-training-cards {
        transition: none !important;
    }
}

/* Training slider mouse drag */

.healer-training-viewport {
    cursor: grab;
}

.healer-training-viewport.is-dragging {
    cursor: grabbing;
    user-select: none;
}

.healer-training-viewport.is-dragging img {
    pointer-events: none;
}

/* ==========================================================================
   Healer Testimonials
   ========================================================================== */

.healer-testimonials {
    position: relative;
    overflow: hidden;
    padding: 0px 0 0px;
    margin-top: 0px;
    background: linear-gradient(179deg, #fef7fb 0%, #fdfbfa 50%, #ffffff 100%);
}

.healer-testimonials-container {
    position: relative;
    width: min(1380px, calc(100% - 48px));
    margin: 0 auto;
}

/* ==========================================================================
   Heading
   ========================================================================== */

.healer-testimonials-heading {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 18px;
    margin-bottom: 18px;
}

.healer-testimonials-kicker {
    color: #5d2a69;
    font-family: Georgia, "Times New Roman", serif;
    font-size: 24px;
    font-weight: 500;
}

.healer-testimonials-view-more {
    display: inline-flex;
    align-items: center;
    gap: 7px;

    color: #a04e94;
    text-decoration: none;

    font-size: 12px;
    font-weight: 700;
}

.healer-testimonials-view-more:hover {
    color: #6f3e77;
}


/* ==========================================================================
   Slider
   ========================================================================== */

.healer-testimonials-layout {
    display: grid;
    grid-template-columns: 42px minmax(0, 1fr) 42px;
    gap: 10px;
    align-items: center;
}

.healer-testimonials-viewport {
    min-width: 0;
    overflow: hidden;
}

.healer-testimonials-track {
    display: flex;
    width: max-content;
    transition: transform 0.45s ease;
    will-change: transform;
}


/* Three visible at once */

.healer-testimonial-card {
    position: relative;

    width: calc(var(--healer-testimonial-viewport-width, 1000px) / 3);
    flex: 0 0 calc(var(--healer-testimonial-viewport-width, 1000px) / 3);

    min-height: 225px;

    padding: 16px 30px 20px;

    border-right: 1px solid rgba(116, 65, 120, 0.10);

    background: rgba(255,255,255,0.48);
}

.healer-testimonial-card:first-child {
    border-left: 1px solid rgba(116, 65, 120, 0.08);
}

.healer-testimonial-rating {
    display: flex;
    gap: 4px;
    margin-bottom: 14px;

    color: #eb5a9c;
    font-size: 12px;
}

.healer-testimonial-text {
    min-height: 85px;

    color: #6f5d72;

    font-size: 13px;
    line-height: 1.7;
}


/* ==========================================================================
   Person
   ========================================================================== */

.healer-testimonial-person {
    display: flex;
    align-items: center;
    gap: 11px;

    margin-top: 18px;
}

.healer-testimonial-avatar-wrap {
    position: relative;
    width: 42px;
    height: 42px;
    flex: 0 0 42px;
}

.healer-testimonial-avatar {
    width: 42px;
    height: 42px;

    display: block;

    border-radius: 50%;
    object-fit: cover;

    border: 2px solid rgba(232, 92, 155, 0.18);
}

.healer-testimonial-media-button {
    position: absolute;
    right: -3px;
    bottom: -3px;

    width: 20px;
    height: 20px;

    border-radius: 50%;

    display: inline-flex;
    align-items: center;
    justify-content: center;

    background:
        linear-gradient(
            135deg,
            #e75b99 0%,
            #a951a4 100%
        );

    color: #ffffff;

    border: 2px solid #ffffff;

    text-decoration: none;

    font-size: 7px;
}

.healer-testimonial-name {
    color: #654469;

    font-size: 12px;
    font-weight: 700;
}

.healer-testimonial-service {
    margin-top: 2px;

    color: #9a879c;

    font-size: 10px;
    line-height: 1.4;
}


/* ==========================================================================
   Arrows
   ========================================================================== */

.healer-testimonials-arrow {
    width: 42px;
    height: 42px;

    border-radius: 50%;
    border: 1px solid rgba(116, 65, 120, 0.12);

    background: #ffffff;
    color: #754b7b;

    display: flex;
    align-items: center;
    justify-content: center;

    cursor: pointer;

    box-shadow: 0 7px 18px rgba(84, 32, 95, 0.07);

    transition: 0.2s ease;
}

.healer-testimonials-arrow:hover {
    background: #7d4684;
    color: #ffffff;
}

.healer-testimonials-arrow:disabled {
    opacity: 0.35;
    cursor: default;
}


/* ==========================================================================
   Responsive
   ========================================================================== */

@media (max-width: 991px) {

    .healer-testimonial-card {
        width: calc(var(--healer-testimonial-viewport-width, 700px) / 2);
        flex-basis: calc(var(--healer-testimonial-viewport-width, 700px) / 2);
    }
}

@media (max-width: 575px) {

    .healer-testimonials {
        padding: 50px 0 58px;
    }

    .healer-testimonials-container {
        width: calc(100% - 32px);
    }

    .healer-testimonials-heading {
        align-items: flex-start;
        flex-direction: column;
        gap: 8px;
    }

    .healer-testimonials-layout {
        grid-template-columns: 38px minmax(0, 1fr) 38px;
        gap: 6px;
    }

    .healer-testimonials-arrow {
        width: 38px;
        height: 38px;
    }

    .healer-testimonial-card {
        width: var(--healer-testimonial-viewport-width, 320px);
        flex-basis: var(--healer-testimonial-viewport-width, 320px);

        padding: 16px 22px 20px;
    }
}

@media (prefers-reduced-motion: reduce) {

    .healer-testimonials-track {
        transition: none !important;
    }
}
.healer-testimonials-viewport {
    cursor: grab;
}

.healer-testimonials-viewport.is-dragging {
    cursor: grabbing;
    user-select: none;
}

/* ==========================================================================
   Healer Testimonials Candle Panel
   ========================================================================== */

.healer-testimonials-layout {
    position: static;
    z-index: 2;

    display: grid;

    grid-template-columns:
        42px
        minmax(0, 1fr)
        42px;

    gap: 10px;

    align-items: center;

    width: calc(100% - clamp(320px, 26vw, 460px));
}

.healer-testimonials-candle {
    position: absolute;

    top: 0;
    right: 0;
    bottom: 0;

    width: clamp(320px, 26vw, 460px);

    overflow: hidden;

    background-image:
        linear-gradient(
            90deg,
            #fffdfd 0%,
            rgba(255, 253, 253, 0.75) 10%,
            rgba(255, 253, 253, 0.18) 28%,
            rgba(255, 253, 253, 0) 45%
        ),
        url("../../uploadfiles/healer/home_testimonials_candle.png");

    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;

    pointer-events: none;
}

.healer-testimonials-candle::before {
    display: none;
}

.healer-testimonials-candle img {
    display: none;
}
.healer-testimonials-candle::before {
    content: "";
    position: absolute;
    inset: -20px -30px -10px -20px;

    background:
        radial-gradient(
            circle at 55% 60%,
            rgba(241, 197, 218, 0.24) 0%,
            rgba(241, 197, 218, 0.10) 40%,
            transparent 72%
        );

    pointer-events: none;
}


/* ==========================================================================
   Responsive Candle Panel
   ========================================================================== */

@media (max-width: 1100px) {

.healer-testimonials-layout {
    grid-template-columns:
        42px
        minmax(0, 1fr)
        42px
        minmax(280px, 360px);

    gap: 0;
    align-items: stretch;
}
}


@media (max-width: 850px) {

    .healer-testimonials-layout {
        width: 100%;

        grid-template-columns:
            38px
            minmax(0, 1fr)
            38px;

        gap: 6px;
        align-items: center;
    }

    .healer-testimonials-candle {
        display: none;
    }
}
/* ==========================================================================
   Healer Newsletter
   ========================================================================== */

.healer-newsletter {
    position: relative;
    overflow: visible;

    padding: 44px 0 28px;

    background: transparent;

    color: #ffffff;
}


/* ==========================================================================
   One continuous background for curve + newsletter
   ========================================================================== */

.healer-newsletter::before {
    content: "";

    position: absolute;

    left: 0;
    right: 0;

    top: -22px;
    bottom: 0;

    background-image:
        linear-gradient(
            90deg,
            rgba(105, 47, 119, 0.22) 0%,
            rgba(194, 69, 145, 0.08) 50%,
            rgba(226, 77, 145, 0.10) 100%
        ),
        url("../../uploadfiles/healer/home_newsletter_flowers.jpg");

    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;

    border-radius:
        50% 50% 0 0
        / 42px 42px 0 0;

    z-index: 0;

    pointer-events: none;
}


/* ==========================================================================
   White curved border
   ========================================================================== */

.healer-newsletter-wave {
    position: absolute;

    left: 0;
    right: 0;

    top: -23px;

    height: 42px;

    z-index: 1;

    pointer-events: none;
}

.healer-newsletter-wave::before {
    content: "";

    position: absolute;

    left: 0;
    right: 0;
    top: 0;

    height: 42px;

    border-top: 4px solid rgba(255, 255, 255);

    border-radius:
        50% 50% 0 0
        / 42px 42px 0 0;

    pointer-events: none;
}


/* ==========================================================================
   Content Container
   ========================================================================== */

.healer-newsletter-container {
    position: relative;
    z-index: 2;

    width: min(1120px, calc(100% - 48px));
    margin: 0 auto;
}


.healer-newsletter-grid {
    display: grid;

    grid-template-columns:
        96px
        minmax(0, 620px)
        auto;

    gap: 24px;

    align-items: center;
    justify-content: center;
}


/* ==========================================================================
   Newsletter Icon
   ========================================================================== */

.healer-newsletter-icon {
    position: relative;

    width: 82px;
    height: 82px;

    border-radius: 50%;

    display: flex;
    align-items: center;
    justify-content: center;

    background: #ffffff;
    color: #df5b98;

    border: 4px solid rgba(255, 255, 255, 0.35);

    box-shadow:
        0 8px 22px rgba(68, 24, 74, 0.18),
        0 0 0 5px rgba(255, 255, 255, 0.18);

    font-size: 31px;
}


.healer-newsletter-icon-heart {
    position: absolute;

    left: 50%;
    top: 50%;

    transform: translate(-50%, -58%);

    color: #df5b98;

    font-size: 10px;

    pointer-events: none;
}


/* ==========================================================================
   Newsletter Copy
   ========================================================================== */

.healer-newsletter-content h2 {
    margin: 0;

    max-width: 480px;

    color: #ffffff;

    font-family: Georgia, "Times New Roman", serif;
    font-size: clamp(23px, 1.8vw, 31px);
    font-weight: 500;
    line-height: 1.12;
}


.healer-newsletter-content p {
    margin: 7px 0 0;

    max-width: 430px;

    color: rgba(255, 255, 255, 0.82);

    font-size: 12px;
    line-height: 1.5;
}


/* ==========================================================================
   Newsletter Button
   ========================================================================== */

.healer-newsletter-button {
    min-height: 54px;

    padding: 0 25px;

    border-radius: 999px;

    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 10px;

    border: 1px solid rgba(255, 255, 255, 0.88);

    background: #ffffff;
    color: #a1438e;

    font-family: inherit;
    font-size: 13px;
    font-weight: 700;

    cursor: pointer;

    box-shadow: 0 10px 25px rgba(68, 24, 74, 0.14);

    transition:
        transform 0.2s ease,
        box-shadow 0.2s ease,
        background 0.2s ease;
}

.healer-newsletter-button:hover {
    transform: translateY(-2px);

    background: #fff5fa;

    box-shadow: 0 14px 30px rgba(68, 24, 74, 0.20);
}

.healer-newsletter-button i {
    color: #df5b98;
}


/* ==========================================================================
   Responsive
   ========================================================================== */

@media (max-width: 850px) {

    .healer-newsletter-grid {
        grid-template-columns:
            72px
            minmax(0, 1fr);

        gap: 20px;
    }

    .healer-newsletter-action {
        grid-column: 2;
    }

    .healer-newsletter-icon {
        width: 66px;
        height: 66px;

        font-size: 26px;
    }
}


@media (max-width: 575px) {

    .healer-newsletter {
        padding: 52px 0 34px;
    }

    .healer-newsletter-container {
        width: calc(100% - 32px);
    }

    .healer-newsletter-grid {
        grid-template-columns: 1fr;

        text-align: center;
    }

    .healer-newsletter-icon {
        margin: 0 auto;
    }

    .healer-newsletter-action {
        grid-column: auto;
    }

    .healer-newsletter-button {
        width: 100%;
    }

    .healer-newsletter-content p {
        margin-left: auto;
        margin-right: auto;
    }
}
/* ==========================================================================
   Button
   ========================================================================== */

.healer-newsletter-button {
    min-height: 54px;

    padding: 0 25px;

    border-radius: 999px;

    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 10px;

    border: 1px solid rgba(255,255,255,0.88);

    background: #ffffff;
    color: #a1438e;

    font-family: inherit;
    font-size: 13px;
    font-weight: 700;

    cursor: pointer;

    box-shadow: 0 10px 25px rgba(68, 24, 74, 0.14);

    transition:
        transform 0.2s ease,
        box-shadow 0.2s ease,
        background 0.2s ease;
}

.healer-newsletter-button:hover {
    transform: translateY(-2px);

    background: #fff5fa;

    box-shadow: 0 14px 30px rgba(68, 24, 74, 0.20);
}

.healer-newsletter-button i {
    color: #df5b98;
}


/* ==========================================================================
   Responsive
   ========================================================================== */

@media (max-width: 850px) {

    .healer-newsletter-grid {
        grid-template-columns:
            72px
            minmax(0, 1fr);

        gap: 20px;
    }

    .healer-newsletter-action {
        grid-column: 2;
    }

    .healer-newsletter-icon {
        width: 66px;
        height: 66px;
        font-size: 26px;
    }
}


@media (max-width: 575px) {

    .healer-newsletter {
        padding: 78px 0 42px;
    }

    .healer-newsletter-container {
        width: calc(100% - 32px);
    }

    .healer-newsletter-grid {
        grid-template-columns: 1fr;

        text-align: center;
    }

    .healer-newsletter-icon {
        margin: 0 auto;
    }

    .healer-newsletter-action {
        grid-column: auto;
    }

    .healer-newsletter-button {
        width: 100%;
    }

    .healer-newsletter-content p {
        margin-left: auto;
        margin-right: auto;
    }
}

/* ==========================================================================
   Healer Sticky Header
   ========================================================================== */

.healer-sticky-header {
    position: fixed;

    top: 0;
    left: 0;
    right: 0;

    z-index: 999;

    background: rgba(255, 255, 255, 0.96);

    border-bottom: 1px solid rgba(116, 65, 120, 0.10);

    box-shadow: 0 8px 24px rgba(84, 32, 95, 0.08);

    backdrop-filter: blur(12px);
    -webkit-backdrop-filter: blur(12px);

    transform: translateY(-110%);
    opacity: 0;
    visibility: hidden;

    transition:
        transform 0.3s ease,
        opacity 0.3s ease,
        visibility 0.3s ease;
}

.healer-sticky-header.is-visible {
    transform: translateY(0);
    opacity: 1;
    visibility: visible;
}


.healer-sticky-header-inner {
    min-height: 76px;

    display: flex;
    align-items: center;

    gap: 28px;
}


/* ==========================================================================
   Sticky Logo
   ========================================================================== */

.healer-sticky-logo {
    display: flex;
    align-items: center;

    flex: 0 0 auto;
}

.healer-sticky-logo img {
    display: block;

    width: auto;
    max-width: 150px;
    max-height: 58px;

    object-fit: contain;
}


/* ==========================================================================
   Sticky Navigation
   ========================================================================== */

.healer-sticky-navigation {
    flex: 1;
    min-width: 0;
}

.healer-sticky-navigation > ul {
    display: flex;
    align-items: center;
    justify-content: center;

    gap: 4px;

    margin: 0;
    padding: 0;

    list-style: none;
}

.healer-sticky-navigation > ul > li {
    position: relative;
}

.healer-sticky-navigation > ul > li > a {
    min-height: 76px;

    padding: 0 11px;

    display: flex;
    align-items: center;

    gap: 5px;

    color: #604363;

    text-decoration: none;

    font-size: 13px;
    font-weight: 600;

    transition:
        color 0.2s ease,
        background 0.2s ease;
}

.healer-sticky-navigation > ul > li > a:hover {
    color: #d85898;

    background: rgba(230, 91, 153, 0.05);
}

.healer-sticky-navigation > ul > li > a i {
    font-size: 10px;
}


/* ==========================================================================
   Sticky Dropdown
   ========================================================================== */

.healer-sticky-dropdown {
    position: absolute;

    top: 100%;
    left: 0;

    min-width: 220px;

    margin: 0;
    padding: 8px;

    list-style: none;

    border-radius: 0 0 14px 14px;

    background: #ffffff;

    border: 1px solid rgba(116, 65, 120, 0.10);
    border-top: 0;

    box-shadow: 0 14px 30px rgba(84, 32, 95, 0.12);

    opacity: 0;
    visibility: hidden;

    transform: translateY(8px);

    transition:
        opacity 0.2s ease,
        visibility 0.2s ease,
        transform 0.2s ease;
}

.healer-sticky-navigation li:hover > .healer-sticky-dropdown {
    opacity: 1;
    visibility: visible;

    transform: translateY(0);
}

.healer-sticky-dropdown li a {
    display: block;

    padding: 10px 12px;

    border-radius: 8px;

    color: #6c526f;

    text-decoration: none;

    font-size: 12px;
}

.healer-sticky-dropdown li a:hover {
    background: #fbeaf3;
    color: #d85898;
}


/* ==========================================================================
   Sticky Actions
   ========================================================================== */

.healer-sticky-actions {
    flex: 0 0 auto;

    display: flex;
    align-items: center;

    gap: 8px;
}


/* ==========================================================================
   Responsive
   ========================================================================== */

@media (max-width: 1100px) {

    .healer-sticky-navigation {
        display: none;
    }

    .healer-sticky-header-inner {
        justify-content: space-between;
    }
}

@media (max-width: 575px) {

    .healer-sticky-header-inner {
        min-height: 66px;
    }

    .healer-sticky-logo img {
        max-width: 120px;
        max-height: 48px;
    }

    .healer-sticky-header .healer-header-booking-button {
        display: none;
    }
}

/* ==========================================================================
   Healer Mini Cart
   ========================================================================== */

.healer-header-cart-wrap {
    position: relative;
}

.healer-mini-cart {
    position: absolute;
    top: calc(100% + 12px);
    right: 0;

    width: 360px;

    opacity: 0;
    visibility: hidden;
    transform: translateY(10px);

    transition:
        opacity 0.2s ease,
        visibility 0.2s ease,
        transform 0.2s ease;

    z-index: 1200;
}

.healer-header-cart-wrap:hover .healer-mini-cart,
.healer-header-cart-wrap:focus-within .healer-mini-cart {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
}

.healer-mini-cart-inner {
    overflow: hidden;

    border-radius: 18px;

    background: #ffffff;

    border: 1px solid rgba(116, 65, 120, 0.10);

    box-shadow: 0 18px 42px rgba(84, 32, 95, 0.16);
}

.healer-mini-cart-top {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 16px;

    padding: 16px 18px;

    background:
        linear-gradient(
            135deg,
            #fcecf4 0%,
            #f3e5f5 100%
        );

    border-bottom: 1px solid rgba(116, 65, 120, 0.08);
}

.healer-mini-cart-title {
    color: #5d2a69;

    font-size: 15px;
    font-weight: 700;
}

.healer-mini-cart-count {
    color: #8e6d92;

    font-size: 11px;
    font-weight: 600;
}

.healer-mini-cart-items {
    max-height: 320px;
    overflow-y: auto;
}

.healer-mini-cart-item {
    display: grid;
    grid-template-columns: 58px minmax(0, 1fr) auto;
    gap: 12px;
    align-items: center;

    padding: 13px 16px;

    border-bottom: 1px solid rgba(116, 65, 120, 0.07);
}

.healer-mini-cart-thumb {
    width: 58px;
    height: 58px;

    overflow: hidden;

    border-radius: 12px;

    background: #f8edf4;
}

.healer-mini-cart-thumb img {
    width: 100%;
    height: 100%;

    display: block;

    object-fit: cover;
}

.healer-mini-cart-content {
    min-width: 0;
}

.healer-mini-cart-name {
    color: #5e4262;

    font-size: 12px;
    font-weight: 700;
    line-height: 1.35;
}

.healer-mini-cart-meta {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;

    margin-top: 4px;

    color: #9b879d;

    font-size: 10px;
}

.healer-mini-cart-price {
    color: #9a4a91;

    font-size: 12px;
    font-weight: 700;
}

.healer-mini-cart-more {
    padding: 10px 16px;

    color: #8b758d;

    font-size: 11px;

    text-align: center;

    background: #fffafd;
}

.healer-mini-cart-summary {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 16px;

    padding: 14px 16px;

    color: #644768;

    font-size: 12px;

    border-top: 1px solid rgba(116, 65, 120, 0.08);
}

.healer-mini-cart-summary strong {
    color: #8f4388;
}

.healer-mini-cart-actions {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 8px;

    padding: 14px 16px 16px;
}

.healer-mini-cart-button {
    min-height: 40px;

    border-radius: 999px;

    display: flex;
    align-items: center;
    justify-content: center;

    text-decoration: none;

    font-size: 11px;
    font-weight: 700;

    transition: 0.2s ease;
}

.healer-mini-cart-button-light {
    background: #fff7fb;
    color: #744777;

    border: 1px solid rgba(116, 71, 119, 0.16);
}

.healer-mini-cart-button-primary {
    background:
        linear-gradient(
            135deg,
            #e75b99 0%,
            #a951a4 100%
        );

    color: #ffffff;

    border: 1px solid transparent;
}

.healer-mini-cart-button:hover {
    transform: translateY(-1px);
}

.healer-mini-cart-empty {
    padding: 28px 20px;

    color: #8b768d;

    text-align: center;

    font-size: 12px;
}

@media (max-width: 1100px) {

    .healer-mini-cart {
        display: none;
    }
}
/* ==========================================================================
   Healer Services Slider Responsive
   ========================================================================== */

@media (max-width: 991px) {

    .healer-service-slider {
        grid-template-columns: 38px minmax(0, 1fr) 38px;
        gap: 6px;
    }

    .healer-service-slider-arrow {
        width: 38px;
        height: 38px;
    }

    .healer-service-slider .healer-service-small-card {
        width: calc(var(--healer-service-viewport-width, 700px) / 2);
        flex: 0 0 calc(var(--healer-service-viewport-width, 700px) / 2);
    }
}

@media (max-width: 575px) {

    .healer-service-slider {
        grid-template-columns: 36px minmax(0, 1fr) 36px;
        gap: 5px;
    }

    .healer-service-slider-arrow {
        width: 36px;
        height: 36px;
    }

    .healer-service-slider .healer-service-small-card {
        width: var(--healer-service-viewport-width, 320px);
        flex: 0 0 var(--healer-service-viewport-width, 320px);

        border-right: 0;
        border-bottom: 0;
    }

    .healer-service-slider .healer-service-small-card-inner {
        width: 100%;
        min-height: 185px;

        padding-left: 20px;
        padding-right: 20px;
    }
}

@media (prefers-reduced-motion: reduce) {

    .healer-service-slider .healer-service-small-grid {
        transition: none !important;
    }
}