.public-wellness-page {
    background: #fff;
    color: #4f4f55;
    overflow-x: hidden;
}

.public-wellness-page * {
    box-sizing: border-box;
}

/* Buttons */
.public-wellness-btn-primary,
.public-wellness-btn-card {
    background: #7fa6ad;
    color: #fff !important;
    border: 0;
    border-radius: 999px;
    padding: 12px 24px;
    font-weight: 700;
    box-shadow: 0 14px 28px rgba(127, 166, 173, 0.22);
    text-align: center;
}

.public-wellness-btn-light {
    background: #fff;
    color: #4f4f55 !important;
    border: 1px solid rgba(255,255,255,0.5);
    border-radius: 999px;
    padding: 12px 24px;
    font-weight: 700;
}

.public-wellness-btn-glass {
    background: rgba(255,255,255,0.16);
    color: #fff !important;
    border: 1px solid rgba(255,255,255,0.38);
    border-radius: 999px;
    padding: 12px 24px;
    font-weight: 700;
}

.public-wellness-btn-outline {
    background: #fff;
    color: #7199a0 !important;
    border: 1px solid #c5d6d7;
    border-radius: 999px;
    padding: 10px 14px;
    font-weight: 800;
    font-size: 14px;
    text-align: center;
}

.public-wellness-btn-outline:hover {
    background: #f2f7f7;
    color: #5d858c !important;
}

/* Shared headings */
.public-wellness-eyebrow,
.public-wellness-section-head span {
    display: inline-block;
    margin-bottom: 14px;
    padding: 8px 15px;
    border-radius: 999px;
    background: #e7eeee;
    color: #7199a0;
    font-weight: 800;
    font-size: 12px;
    text-transform: uppercase;
    letter-spacing: 1.2px;
}

.public-wellness-section-head {
    text-align: center;
    max-width: 760px;
    margin: 0 auto 42px;
}

.public-wellness-section-head h2,
.public-wellness-intro h2 {
    color: #4d4d52;
    font-size: 44px;
    line-height: 1.15;
    font-family: Georgia, "Times New Roman", serif;
    font-weight: 500;
    margin-bottom: 16px;
}

.public-wellness-section-head p,
.public-wellness-intro p {
    color: #6f7378;
    line-height: 1.8;
    font-size: 16px;
}

.public-wellness-section {
    padding: 1px 0;
}

.public-wellness-soft {
    background: linear-gradient(180deg, #fffaf2, #fff);
}

/* Hero */
.public-wellness-hero-slider {
    position: relative;
    min-height: 720px;
    overflow: hidden;
    display: flex;
    align-items: center;
    color: #fff;
    background: #f7f3ee;
}

.public-wellness-hero-slide {
    position: absolute;
    inset: 0;
    background-size: cover;
    background-position: center;
    opacity: 0;
    transform: scale(1.04);
    transition: opacity 1s ease, transform 5s ease;
}

.public-wellness-hero-slide.active {
    opacity: 1;
    transform: scale(1);
}

.public-wellness-hero-overlay {
    position: absolute;
    inset: 0;
    background: linear-gradient(90deg, rgba(32,31,31,.58), rgba(32,31,31,.30), rgba(32,31,31,.08));
}

.public-wellness-hero-content {
    position: relative;
    z-index: 2;
    max-width: 760px;
    padding: 100px 0 150px;
    margin-left: 40px;
}

.public-wellness-hero-content span {
    display: inline-block;
    margin-bottom: 18px;
    padding: 9px 17px;
    border-radius: 999px;
    background: rgba(255,255,255,.18);
    color: #fff;
    font-weight: 700;
    font-size: 13px;
    letter-spacing: .8px;
}

.public-wellness-hero-content h1 {
    font-size: 64px;
    line-height: 1.04;
    font-family: Georgia, "Times New Roman", serif;
    font-weight: 500;
    margin-bottom: 22px;
    color: #fff;
}

.public-wellness-hero-content p {
    font-size: 19px;
    line-height: 1.7;
    max-width: 620px;
    color: rgba(255,255,255,.92);
}

.public-wellness-hero-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 14px;
    margin-top: 32px;
}

.public-wellness-hero-wave {
    position: absolute;
    left: 0;
    right: 0;
    bottom: -1px;
    z-index: 3;
    height: 130px;
}

.public-wellness-hero-wave svg {
    width: 100%;
    height: 100%;
    display: block;
}

.public-wellness-hero-wave path {
    fill: #fff;
}

/* Intro */
.public-wellness-intro-mockup {
    padding: 82px 0 88px;
    background: #fff;
}

.public-wellness-intro-grid {
    display: grid;
    grid-template-columns: 1fr 1fr 240px;
    gap: 46px;
    align-items: center;
}

.public-wellness-owner {
    display: flex;
    align-items: center;
    gap: 16px;
    margin: 18px 0 28px;
}

.public-wellness-owner img {
    width: 90px;
    height: 90px;
    object-fit: cover;
    border-radius: 50%;
    border: 5px solid #fff;
    box-shadow: 0 12px 28px rgba(0,0,0,.08);
}

.public-wellness-owner strong {
    display: block;
    font-size: 20px;
    color: #3f3d46;
}

.public-wellness-owner span {
    display: block;
    color: #7b8388;
    font-size: 14px;
}

.public-wellness-intro-copy h2 {
    max-width: 430px;
}

.public-wellness-intro-copy p {
    max-width: 470px;
}

.public-wellness-intro-actions {
    display: flex;
    gap: 12px;
    flex-wrap: wrap;
    margin-top: 26px;
}

.public-wellness-intro-actions .public-wellness-btn-primary,
.public-wellness-intro-actions .public-wellness-btn-outline {
    width: auto;
    min-width: 145px;
    padding: 12px 24px;
}

.public-wellness-intro-actions .public-wellness-btn-outline {
    background: transparent;
}

.public-wellness-intro-feature {
    position: relative;
    width: 100%;
    max-width: 360px;
    margin: 0 auto;
}

.public-wellness-intro-feature img {
    width: 100%;
    height: 430px;
    object-fit: cover;
    display: block;
    border-radius: 120px 120px 18px 18px;
    box-shadow: 0 28px 70px rgba(80,65,52,.16);
}

.public-wellness-testimonial-float {
    position: absolute;
    left: 50%;
    bottom: -34px;
    transform: translateX(-50%);
    width: 300px;
    background: rgba(255,255,255,.96);
    border: 1px solid #e4ddd5;
    border-radius: 24px;
    padding: 24px 22px;
    text-align: center;
    box-shadow: 0 24px 55px rgba(80,65,52,.14);
    text-decoration: none !important;
}

.public-wellness-quote-mark {
    width: 34px;
    height: 34px;
    line-height: 40px;
    border-radius: 50%;
    margin: 0 auto 8px;
    background: #e7eeee;
    color: #7199a0;
    font-size: 30px;
    font-family: Georgia, "Times New Roman", serif;
}

.public-wellness-testimonial-float p {
    color: #5f6367;
    line-height: 1.55;
    font-size: 14px;
    margin-bottom: 12px;
}

.public-wellness-testimonial-float strong {
    display: block;
    color: #4d4d52;
    font-size: 16px;
    margin-bottom: 2px;
}

.public-wellness-testimonial-float span {
    color: #7d8588;
    font-size: 13px;
}

.public-wellness-intro-stats-side {
    display: grid;
    gap: 22px;
}

.public-wellness-stat-side {
    text-align: left;
}

.public-wellness-stat-side i {
    display: block;
    width: 34px;
    height: 34px;
    border-radius: 50%;
    background: #e7eeee;
    color: #7199a0;
    line-height: 34px;
    text-align: center;
    margin-bottom: 9px;
}

.public-wellness-stat-side strong {
    display: block;
    color: #4d4d52;
    font-family: Georgia, "Times New Roman", serif;
    font-size: 42px;
    line-height: 1;
    font-weight: 500;
}

.public-wellness-stat-side span {
    display: block;
    color: #6f7378;
    font-size: 14px;
    margin-top: 7px;
}

/* Services */
.wellness-curved-top {
    margin-top: -14px;
    padding: 50px 0 60px;
    background: #fffaf2;
    border-top-left-radius: 70% 100px;
    border-top-right-radius: 70% 100px;
}

.public-wellness-service-browser {
    display: grid;
    grid-template-columns: 52% 48%;
    gap: 54px;
    align-items: flex-start;
    background: transparent;
    border: 0;
    border-radius: 0;
    box-shadow: none;
    overflow: visible;
}

.public-wellness-service-preview {
    background: transparent;
    min-height: 520px;
    border-radius: 34px 34px 8px 8px;
    overflow: hidden;
    box-shadow: 0 20px 50px rgba(80,65,52,.12);
}

.public-wellness-service-preview img {
    width: 100%;
    height: 520px;
    min-height: 520px;
    object-fit: cover;
    display: block;
    border-radius: 34px 34px 8px 8px;
}

.public-wellness-service-list-wrap {
    padding: 0;
    min-width: 0;
}

.public-wellness-service-search-wrap {
    position: relative;
    margin-bottom: 16px;
}

.public-wellness-service-search {
    width: 100%;
    height: 46px;
    border: 1px solid #ded5cb;
    border-radius: 999px;
    padding: 10px 46px 10px 18px;
    outline: none;
    color: #4d4d52;
    font-weight: 700;
    background: #7fa6ad;
    box-shadow: none;
}

.public-wellness-service-search-clear {
    position: absolute;
    right: 14px;
    top: 50%;
    transform: translateY(-50%);
    border: 0;
    background: #e7eeee;
    color: #7199a0;
    width: 26px;
    height: 26px;
    border-radius: 50%;
    display: none;
    align-items: center;
    justify-content: center;
    cursor: pointer;
}

.public-wellness-service-search-clear.is-visible {
    display: flex;
}

.public-wellness-service-list {
    max-height: 452px;
    overflow-y: auto;
    padding-right: 8px;
}

.public-wellness-service-list::-webkit-scrollbar {
    width: 8px;
}

.public-wellness-service-list::-webkit-scrollbar-thumb {
    background: #b9c9ca;
    border-radius: 999px;
}

.public-wellness-service-item {
    border: 1px solid #e4ddd5;
    border-radius: 10px;
    margin-bottom: 8px;
    overflow: hidden;
    background: #fff;
    box-shadow: none;
}

.public-wellness-service-toggle {
    width: 100%;
    min-height: 44px;
    background: #fff;
    border: 0;
    padding: 8px 16px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    color: #4d4d52;
    font-size: 15px;
    font-weight: 800;
    cursor: pointer;
}

.public-wellness-service-toggle i {
    color: #7fa6ad;
    transition: .2s ease;
}

.public-wellness-service-item.active .public-wellness-service-toggle i {
    transform: rotate(180deg);
}

.public-wellness-service-details {
    display: none;
    padding: 0 16px 14px;
}

.public-wellness-service-item.active .public-wellness-service-details {
    display: block;
}

.public-wellness-service-details p {
    color: #6f7378;
    font-size: 14px;
    line-height: 1.55;
    margin-bottom: 10px;
}

.public-wellness-service-meta {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 12px;
    margin-bottom: 12px;
    color: #6f7378;
    font-size: 14px;
}

.public-wellness-service-meta span,
.public-wellness-service-meta strong {
    display: inline-flex;
    align-items: center;
    gap: 7px;
}

.public-wellness-service-meta strong {
    color: #7199a0;
    font-size: 18px;
}

.public-wellness-service-meta i {
    width: 24px;
    height: 24px;
    border-radius: 50%;
    background: #e7eeee;
    color: #7199a0;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 12px;
}

.public-wellness-card-actions {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 10px;
}

/* Gallery */
.public-wellness-gallery-strip {
    padding: 16px 0;
    overflow: hidden;
    position: relative;
    background-color: #e7e7e7;
    margin-top: 76px !important;
}

.public-wellness-gallery-track {
    display: flex;
    gap: 18px;
    width: max-content;
    animation: wellnessGalleryScroll 70s linear infinite;
}

.public-wellness-gallery-strip:hover .public-wellness-gallery-track {
    animation-play-state: paused;
}

.public-wellness-gallery-item {
    flex: 0 0 auto;
    width: 260px;
    height: 170px;
    overflow: hidden;
    display: block;
    box-shadow: 0 12px 30px rgba(0,0,0,.08);
}

.public-wellness-gallery-item img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform .4s ease;
}

.public-wellness-gallery-item:hover img {
    transform: scale(1.05);
}

@keyframes wellnessGalleryScroll {
    from { transform: translateX(0); }
    to { transform: translateX(-50%); }
}

/* Team */
#public-wellness-team {
    padding-top: 26px;
    padding-bottom: 95px;
}

.public-wellness-team-card {
    background: transparent;
    border: 0;
    box-shadow: none;
    text-align: center;
}

.public-wellness-team-card {
    position: relative;
}

.public-wellness-featured-ribbon {
    position: absolute;
    top: -18px;
    left: 50%;
    width: 190px;
    transform: translateX(-50%);

    background: linear-gradient(135deg, #d4af37, #f7e08c);
    color: #5c4300;

    font-size: 11px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 1px;

    padding: 6px 14px;
    border-radius: 30px;

    box-shadow: 0 3px 10px rgba(0,0,0,0.12);
}

.public-wellness-team-image {
    width: 170px;
    height: 170px;
    margin: 30px auto 20px;
    border-radius: 50%;
    padding: 8px;
    background: #e7eeee;
}

.public-wellness-team-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 50%;
    display: block;
    background: #fff;
}

.is-featured-member .public-wellness-team-image {
    background: linear-gradient(135deg, #d4af37, #f7e08c);
    box-shadow: 0 8px 20px rgba(212,175,55,0.25);
}

.public-wellness-team-name {
    margin-bottom: 6px !important;
    font-size: 24px;
    font-weight: 800;
    color: #4d4d52;
}

.public-wellness-team-role {
    font-size: 13px;
    text-transform: uppercase;
    letter-spacing: 1px;
    color: #8ea8ae;
    font-weight: 700;
    margin-bottom: 14px;
}

.public-wellness-team-links {
    display: flex;
    justify-content: center;
    gap: 14px;
    margin-top: 14px;
}

.public-wellness-team-links a {
    width: 36px;
    height: 36px;
    border-radius: 50%;
    background: #eef4f3;
    border: 1px solid #dce8e8;
    color: #7fa6ad;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all .2s ease;
}

.public-wellness-team-links a:hover {
    background: #7fa6ad;
    color: #fff;
}

/* Products + Future */
.featured-growing-background {
    background: #fffaf2;
}

.public-wellness-products-future {
    padding-top: 1px;
}

.public-wellness-products-panel,
.public-wellness-future-panel {
    min-height: 360px;
    border-radius: 24px;
    padding: 20px;
    height: 100%;
    border: 1px solid #edf2f2;
}

.public-wellness-products-panel {
    background: #fff;
}

.public-wellness-future-panel {
    position: relative;
    background: #f7fbfb;
    display: flex;
    flex-direction: column;
    justify-content: center;
    overflow: hidden;
}

.public-wellness-future-panel::after {
    content: '';
    position: absolute;
    right: -40px;
    bottom: -30px;
    width: 260px;
    height: 260px;
    background: url('../../../uploadfiles/wellness/flower-outline.png') center center no-repeat;
    background-size: contain;
    opacity: .08;
    pointer-events: none;
}

.public-wellness-products-panel h2,
.public-wellness-future-panel h2 {
    font-family: Georgia, "Times New Roman", serif;
    font-weight: 500;
    color: #4d4d52;
}

.public-wellness-product-strip {
    display: flex;
    justify-content: center;
    gap: 20px;
    margin-top: 25px;
}

.public-wellness-product-mini {
    text-align: center;
    flex: 1;
    max-width: 220px;
}

.public-wellness-product-mini img {
    width: 90px;
    height: 90px;
    object-fit: contain;
    margin-bottom: 12px;
}

.public-wellness-product-mini h4 {
    font-size: 14px;
    line-height: 1.4;
    margin-bottom: 6px;
    color: #4d4d52;
}

.public-wellness-product-mini span {
    color: #6d97a3;
    font-weight: 600;
}

.public-wellness-products-panel .public-wellness-btn-card,
.public-wellness-future-panel .public-wellness-btn-card {
    max-width: 260px;
    margin: 0 auto;
    display: block;
}

.public-wellness-future-grid {
    display: flex;
    justify-content: space-between;
    gap: 20px;
    margin-top: 35px;
}

.public-wellness-future-grid div {
    flex: 1;
    text-align: center;
}

.public-wellness-future-grid i {
    display: block;
    font-size: 28px;
    color: #9bbbc3;
    margin-bottom: 10px;
}

.public-wellness-future-grid span {
    display: block;
    font-weight: 500;
}

/* Quote / Before After */
.public-wellness-quote-split {
    padding: 70px 0;
    background: #f7fbfb;
}

.public-wellness-quote-split-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 28px;
    align-items: stretch;
}

.public-wellness-before-after {
    position: relative;
    height: 430px;
    overflow: hidden;
    border-radius: 34px;
}

.public-wellness-before-image,
.public-wellness-after-image {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center center;
}

.public-wellness-after-layer {
    position: absolute;
    top: 0px;
    left: 0;
    width: 50%;
    height: 100%;
    overflow: hidden;
    z-index: 2;
}

.public-wellness-after-layer .public-wellness-after-image {
    position: absolute;
    top: 0;
    left: 0;
    width: var(--ba-width, 640px);
    height: 100%;
    max-width: none;
    object-fit: cover;
    object-position: center center;
}

.public-wellness-slider-line {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 50%;
    width: 3px;
    background: #fff;
    z-index: 4;
    transform: translateX(-50%);
}

.public-wellness-slider-handle {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 52px;
    height: 52px;
    border-radius: 50%;
    background: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    transform: translate(-50%, -50%);
    box-shadow: 0 8px 25px rgba(0,0,0,.15);
}

.public-wellness-slider-handle i {
    color: #7ea6ad;
}

.public-wellness-range {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    cursor: ew-resize;
    z-index: 10;
}

.public-wellness-label-before,
.public-wellness-label-after {
    position: absolute;
    top: 24px;
    z-index: 5;
    background: #fff;
    padding: 8px 16px;
    border-radius: 30px;
    font-weight: 600;
    font-size: 13px;
}

.public-wellness-label-before {
    left: 24px;
}

.public-wellness-label-after {
    right: 24px;
}

.public-wellness-before-after .public-wellness-quote-image-text {
    position: absolute;
    left: 35px;
    right: 35px;
    bottom: 30px;
    z-index: 5;
}

.public-wellness-before-after .public-wellness-quote-image-text h2 {
    color: #fff;
    font-family: Georgia, "Times New Roman", serif;
    font-size: 58px;
    line-height: 1;
    margin: 0;
}

.public-wellness-quote-form-panel {
    position: relative;
    background: #cbd4eb3d;
    border-radius: 34px;
    padding: 42px;
    overflow: hidden;
}

.public-wellness-quote-form-panel::after {
    content: '';
    position: absolute;
    right: -40px;
    bottom: -45px;
    width: 260px;
    height: 260px;
    background-image: url('../../../uploadfiles/wellness/flower-outline.png');
    background-size: contain;
    background-repeat: no-repeat;
    opacity: .14;
    pointer-events: none;
}

.public-wellness-quote-form-panel > * {
    position: relative;
    z-index: 2;
}

.public-wellness-quote-form-panel h2 {
    font-family: Georgia, "Times New Roman", serif;
    font-size: 42px;
    line-height: 1.1;
    font-weight: 500;
    color: #4d4d52;
    margin-bottom: 12px;
}

.public-wellness-quote-form-panel p {
    color: #6f7378;
    line-height: 1.7;
    margin-bottom: 22px;
}

.public-wellness-quote-form-panel .form-control {
    height: 42px;
    border-radius: 8px;
    border: 1px solid #d9d3cb;
    background: #fff;
}

.public-wellness-quote-form-panel textarea.form-control {
    height: 110px;
    min-height: 110px;
}

.public-wellness-quote-form-panel .public-wellness-btn-primary {
    min-width: 220px;
    margin-top: 8px;
}

.public-wellness-quote-note {
    display: none;
}

.public-wellness-empty {
    background: #fff;
    border: 1px dashed #d8ccc0;
    border-radius: 22px;
    padding: 24px;
    text-align: center;
    color: #74787d;
}

/* iPad */
@media (min-width: 768px) and (max-width: 991px) {
    .public-wellness-hero-slider {
        min-height: 620px;
    }

    .public-wellness-hero-content {
        padding: 90px 30px 135px;
        margin-left: 0;
    }

    .public-wellness-hero-content h1 {
        font-size: 44px;
    }

    .public-wellness-intro-grid {
        grid-template-columns: 42% 38% 14%;
        gap: 24px;
        text-align: left;
        align-items: center;
        margin-left: 8px;
        margin-right: 8px;
    }

    .public-wellness-intro-copy h2,
    .public-wellness-intro-copy p {
        max-width: 100%;
        text-align: left;
    }

    .public-wellness-intro-copy h2 {
        font-size: 36px;
    }

    .public-wellness-owner,
    .public-wellness-intro-actions {
        justify-content: flex-start;
    }

    .public-wellness-intro-feature img {
        height: 360px;
    }

    .public-wellness-testimonial-float {
        width: 250px;
        bottom: -40px;
        padding: 20px 18px;
    }

    .public-wellness-intro-stats-side {
        grid-template-columns: 1fr;
        gap: 22px;
    }

    .public-wellness-stat-side {
        text-align: left;
    }

    .public-wellness-stat-side i {
        margin-left: 0;
        margin-right: 0;
    }

    .public-wellness-stat-side strong {
        font-size: 34px;
    }

    .public-wellness-service-browser {
        grid-template-columns: 1fr;
        gap: 28px;
    }

    .public-wellness-service-preview,
    .public-wellness-service-preview img {
        width: 100%;
        height: 360px;
        min-height: 360px;
    }

    .public-wellness-service-list-wrap {
        width: 100%;
    }

    .public-wellness-service-list {
        max-height: 400px;
    }

    .public-wellness-gallery-item {
        width: 220px;
        height: 150px;
    }

    .public-wellness-product-strip {
        flex-wrap: wrap;
    }

    .public-wellness-product-mini {
        width: 45%;
        flex: none;
    }

    .public-wellness-future-grid {
        flex-wrap: wrap;
    }

    .public-wellness-future-grid div {
        flex: 0 0 45%;
    }

    .public-wellness-quote-split-grid {
        grid-template-columns: 1fr;
    }

    .public-wellness-before-after {
        height: 360px;
    }

    .public-wellness-before-after .public-wellness-quote-image-text h2 {
        font-size: 42px;
    }
}

/* Mobile */
@media (max-width: 575px) {
    .public-wellness-hero-slider {
        min-height: 560px;
    }

    .public-wellness-hero-content {
        padding: 80px 22px 120px;
        margin-left: 0;
    }

    .public-wellness-hero-content h1 {
        font-size: 34px;
    }

    .public-wellness-hero-content p {
        font-size: 16px;
    }

    .public-wellness-hero-actions {
        gap: 10px;
    }

    .public-wellness-section-head h2,
    .public-wellness-intro h2 {
        font-size: 30px;
    }

    .public-wellness-intro-grid {
        grid-template-columns: 1fr;
        gap: 38px;
        text-align: center;
    }

    .public-wellness-intro-copy h2,
    .public-wellness-intro-copy p {
        max-width: 100%;
        text-align: center;
    }

    .public-wellness-owner,
    .public-wellness-intro-actions {
        justify-content: center;
    }

    .public-wellness-intro-feature img {
        height: 360px;
    }

    .public-wellness-testimonial-float {
        position: relative;
        left: auto;
        bottom: auto;
        transform: none;
        width: auto;
        margin: -55px 18px 0;
    }

    .public-wellness-intro-stats-side {
        grid-template-columns: 1fr;
        text-align: center;
    }

    .public-wellness-stat-side {
        text-align: center;
    }

    .public-wellness-stat-side i {
        margin-left: auto;
        margin-right: auto;
    }

    .public-wellness-card-actions {
        grid-template-columns: 1fr;
    }

    .public-wellness-product-strip,
    .public-wellness-future-grid {
        flex-direction: column;
    }

    .public-wellness-product-mini,
    .public-wellness-future-grid div {
        width: 100%;
        flex: none;
    }

    .public-wellness-before-after {
        height: 480px;
    }

    .public-wellness-before-after .public-wellness-quote-image-text h2 {
        font-size: 36px;
    }

    .public-wellness-quote-form-panel {
        padding: 26px;
    }

    .public-wellness-quote-form-panel h2 {
        font-size: 32px;
    }
}
@media (max-width: 991px) {
    .public-wellness-before-after {
        height: 430px;
    }

    .public-wellness-before-image,
    .public-wellness-after-layer .public-wellness-after-image {
        object-fit: cover;
        object-position: center top;
    }
}

@media (max-width: 575px) {
    .public-wellness-before-after {
        height: 360px;
    }

    .public-wellness-before-after .public-wellness-quote-image-text h2 {
        font-size: 32px;
    }
}
.public-wellness-gallery-strip {
    cursor: grab;
    overflow-x: auto;
    scrollbar-width: none;
}

.public-wellness-gallery-strip::-webkit-scrollbar {
    display: none;
}

.public-wellness-gallery-strip.is-dragging {
    cursor: grabbing;
}
.public-wellness-gallery-item,
.public-wellness-gallery-item img {
    -webkit-user-drag: none;
    user-drag: none;
    user-select: none;
}

.public-wellness-gallery-track {
    will-change: transform;
}
.public-wellness-options-section {
    padding: 66px 0 54px;
    background: #fff;
}

.public-wellness-options-grid {
    display: flex;
    gap: 16px;
    overflow-x: auto;
    padding: 6px 0 16px;
    scroll-snap-type: x mandatory;
}

.public-wellness-option-card {
    background: #fbfaf8;
    border: 1px solid #e4ddd5;
    border-radius: 24px;
    padding: 22px;
    min-height: 185px;
    box-shadow: 0 8px 8px rgba(80,65,52,.08);
    flex: 0 0 285px;
    scroll-snap-align: start;
}

.public-wellness-options-grid {
    display: flex;
    gap: 16px;
    overflow-x: auto;
    padding: 6px 0 16px;
    scroll-snap-type: x mandatory;
    cursor: grab;
    scrollbar-width: none;
    -ms-overflow-style: none;
}

.public-wellness-options-grid::-webkit-scrollbar {
    display: none;
}

.public-wellness-options-grid.is-dragging {
    cursor: grabbing;
}

.public-wellness-option-icon i {
    color: #7199a0;
}

.public-wellness-option-top {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 18px;
}

.public-wellness-option-icon {
    width: 42px;
    height: 42px;
    border-radius: 50%;
    background: #e7eeee;
    color: #7199a0;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

.public-wellness-option-top strong {
    color: #7199a0;
    font-size: 15px;
}

.public-wellness-option-card h3 {
    font-size: 18px;
    color: #4d4d52;
    margin-bottom: 10px;
    font-weight: 800;
}

.public-wellness-option-card p {
    color: #6f7378;
    font-size: 14px;
    line-height: 1.55;
    margin-bottom: 14px;
}

.public-wellness-option-time {
    display: inline-flex;
    align-items: center;
    gap: 7px;
    color: #7199a0;
    font-size: 13px;
    font-weight: 800;
}

@media (max-width: 991px) {
    .public-wellness-options-grid {
        display: flex;
        overflow-x: auto;
        gap: 14px;
        padding-bottom: 12px;
        scroll-snap-type: x mandatory;
    }

    .public-wellness-option-card {
        flex: 0 0 240px;
        scroll-snap-align: start;
    }
}

@media (max-width: 575px) {
    .public-wellness-options-section {
        padding: 48px 0;
    }

    .public-wellness-option-card {
        flex: 0 0 82%;
    }
}
.public-wellness-options-more {
    text-align: center;
    margin-top: 28px;
}

.public-wellness-options-more .public-wellness-btn-outline {
    width: auto;
    min-width: 230px;
}
.public-wellness-options-grid,
.public-wellness-option-card,
.public-wellness-option-card * {
    user-select: none;
    -webkit-user-select: none;
}

.public-wellness-options-grid {
    -webkit-user-drag: none;
}
.public-wellness-product-carousel-wrap {
    position: relative;
    margin-top: 25px;
}

.public-wellness-product-strip {
    display: flex;
    gap: 20px;
    overflow-x: auto;
    scroll-behavior: smooth;
    scrollbar-width: none;
    padding: 4px 42px 8px;
}

.public-wellness-product-strip::-webkit-scrollbar {
    display: none;
}

.public-wellness-product-mini {
    flex: 0 0 150px;
    max-width: 150px;
}

.public-wellness-product-arrow {
    position: absolute;
    top: 42%;
    transform: translateY(-50%);
    z-index: 5;
    width: 34px;
    height: 34px;
    border-radius: 50%;
    border: 1px solid #dce8e8;
    background: #eef4f3;
    color: #7199a0;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
}

.public-wellness-product-prev {
    left: 0;
}

.public-wellness-product-next {
    right: 0;
}

.public-wellness-product-arrow:hover {
    background: #7fa6ad;
    color: #fff;
}

@media (max-width: 991px) {
    .public-wellness-product-strip {
        flex-wrap: nowrap;
    }

    .public-wellness-product-mini {
        width: auto;
        flex: 0 0 150px;
    }
}
.public-wellness-product-carousel-wrap .public-wellness-product-strip {
    justify-content: flex-start;
    padding-left: 58px;
    padding-right: 58px;
}

.public-wellness-product-carousel-wrap .public-wellness-product-mini {
    flex: 0 0 160px;
    width: 160px;
    max-width: 160px;
}

.public-wellness-product-prev {
    left: 12px;
}

.public-wellness-product-next {
    right: 12px;
}
@media (min-width: 992px) {
    .public-wellness-before-image,
    .public-wellness-after-layer .public-wellness-after-image {
        object-position: center top;
    }

    .public-wellness-before-after {
        height: 500px;
    }
}

@media (min-width: 575px) {
    .public-wellness-before-image,
    .public-wellness-after-layer .public-wellness-after-image {
        object-position: center top;
    }

    .public-wellness-before-after {
        height: 500px;
    }
}
.public-wellness-section-head {
    margin-bottom: 32px;
}
/* -------------------------------------------------
   Mobile fixes
------------------------------------------------- */

@media (max-width: 575px) {

    .public-wellness-page {
        overflow-x: hidden;
    }

    .public-wellness-page .container {
        max-width: 100%;
        padding-left: 18px;
        padding-right: 18px;
    }

    /* Intro testimonial */
    .public-wellness-intro-grid {
        display: block;
    }

    .public-wellness-intro-feature {
        max-width: 100%;
        margin-top: 35px;
    }

    .public-wellness-intro-feature img {
        width: 100%;
        height: 320px;
        border-radius: 80px 80px 18px 18px;
    }

    .public-wellness-testimonial-float {
        width: calc(100% - 34px);
        margin: -45px auto 0;
        padding: 20px 18px;
    }

    .public-wellness-quote-mark {
        margin-bottom: 8px;
    }

    .public-wellness-intro-stats-side {
        margin-top: 35px;
    }

    /* Hair services */
    .public-wellness-service-browser {
        display: block;
    }

    .public-wellness-service-preview {
        width: 100%;
        min-height: 280px;
        margin-bottom: 24px;
        border-radius: 28px;
    }

    .public-wellness-service-preview img {
        width: 100%;
        height: 280px;
        min-height: 280px;
        border-radius: 28px;
        object-fit: cover;
        object-position: center;
    }

    .public-wellness-service-list-wrap {
        width: 100%;
    }

    .public-wellness-service-search {
        height: 44px;
    }

    .public-wellness-service-list {
        max-height: 460px;
        padding-right: 0;
    }

    .public-wellness-service-item {
        width: 100%;
    }

    .public-wellness-service-toggle {
        font-size: 15px;
        text-align: left;
    }

    .public-wellness-service-meta {
        display: block;
    }

    .public-wellness-service-meta span,
    .public-wellness-service-meta strong {
        margin-bottom: 8px;
    }

    .public-wellness-card-actions {
        grid-template-columns: 1fr;
    }

    /* Quote before/after */
    .public-wellness-quote-split {
        padding: 45px 0;
    }

    .public-wellness-quote-split-grid {
        display: block;
    }

    .public-wellness-before-after {
        width: 100%;
        height: 360px;
        margin-bottom: 24px;
        border-radius: 28px;
    }

    .public-wellness-before-image,
    .public-wellness-after-layer .public-wellness-after-image {
        object-fit: cover;
        object-position: center top;
    }

    .public-wellness-before-after .public-wellness-quote-image-text {
        left: 22px;
        right: 22px;
        bottom: 24px;
    }

    .public-wellness-before-after .public-wellness-quote-image-text h2 {
        font-size: 34px;
        line-height: 1.05;
    }

    .public-wellness-label-before,
    .public-wellness-label-after {
        top: 18px;
        padding: 7px 12px;
        font-size: 12px;
    }

    .public-wellness-label-before {
        left: 18px;
    }

    .public-wellness-label-after {
        right: 18px;
    }

    .public-wellness-quote-form-panel {
        padding: 28px 22px;
        border-radius: 28px;
    }

    .public-wellness-quote-form-panel h2 {
        font-size: 34px;
    }

    .public-wellness-quote-form-panel .form-control {
        width: 100%;
    }
        .public-wellness-service-preview,
    .public-wellness-service-preview img {
        height: 280px;
    }
    
}
@media (max-width: 575px) {

    .public-wellness-testimonial-float {
        width: 90%;
        margin: -30px auto 0;
        padding: 18px;
        border-radius: 20px;
        min-height: auto;
    }

    .public-wellness-testimonial-name {
        font-size: 16px;
        line-height: 1.3;
        margin-bottom: 6px;
    }

    .public-wellness-testimonial-service {
        font-size: 14px;
        line-height: 1.4;
    }
}
@media (max-width: 575px) {

    .public-wellness-testimonial-float {
        position: relative;
        bottom: auto;
        left: auto;
        transform: none;
        margin-top: 15px;
    }
}

@media (max-width: 575px) {
    .public-wellness-intro-feature {
        padding-bottom: 0;
    }

    .public-wellness-testimonial-float {
        position: relative !important;
        left: auto !important;
        right: auto !important;
        bottom: auto !important;
        transform: none !important;
        width: 100% !important;
        margin: 18px auto 0 !important;
        padding: 18px 16px !important;
        border-radius: 22px !important;
        display: block !important;
        overflow: visible !important;
    }

    .public-wellness-testimonial-float .public-wellness-quote-mark {
        margin: 0 auto 10px !important;
    }

    .public-wellness-testimonial-float .testimonial-desc {
        font-size: 14px !important;
        line-height: 1.55 !important;
        margin-bottom: 10px !important;
    }

    .public-wellness-testimonial-float .testimonial-name {
        display: block !important;
        font-size: 16px !important;
        line-height: 1.3 !important;
        margin-bottom: 4px !important;
        opacity: 1 !important;
    }

    .public-wellness-testimonial-float .testimonial-service {
        display: block !important;
        font-size: 13px !important;
        line-height: 1.4 !important;
        opacity: 1 !important;
    }
}