/**
* Theme Name: PhysioZen Child
* Description: This is a child theme of PhysioZen.
* Author: <a href="https://cmsmasters.net/">cmsmasters</a>
* Template: physiozen
* Version: 1.1.3
* Tested up to: 6.6
* Requires PHP: 7.4
* License:
* License URI:
* Text Domain: physiozen-child
* Copyright: cmsmasters 2025 / All Rights Reserved
*/


.elementor-element-f36bf75 {
    height: 225px;
}

body.home .elementor-element-d3a82da {
    display: none !important;
}

/* Custom Gallery page */
body.pf-gallery-template {
    background: #fffaf2;
}

.pf-gallery-page {
    color: #4b332e;
    background: #fffaf2;
    font-family: "Public Sans", Arial, sans-serif;
}

.pf-gallery-container {
    width: min(100% - 48px, 1480px);
    margin: 0 auto;
}

.pf-gallery-kicker {
    display: inline-flex;
    align-items: center;
    gap: 12px;
    margin: 0 0 14px;
    color: #ffc400;
    font-size: 14px;
    font-weight: 700;
    letter-spacing: 2.4px;
    line-height: 1.2;
    text-transform: uppercase;
}

.pf-gallery-kicker::before {
    content: "";
    width: 34px;
    height: 2px;
    background: currentColor;
}

.pf-gallery-hero {
    position: relative;
    isolation: isolate;
    min-height: 520px;
    display: flex;
    align-items: center;
    overflow: hidden;
    background: #4b332e;
}

.pf-gallery-hero__media {
    position: absolute;
    inset: 0;
    z-index: -2;
}

.pf-gallery-hero__media img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.pf-gallery-hero::after {
    content: "";
    position: absolute;
    inset: 0;
    z-index: -1;
    background:
        linear-gradient(90deg, rgba(75, 51, 46, 0.9) 0%, rgba(75, 51, 46, 0.72) 42%, rgba(75, 51, 46, 0.18) 100%),
        linear-gradient(0deg, rgba(75, 51, 46, 0.26), rgba(75, 51, 46, 0.26));
}

.pf-gallery-hero__inner {
    padding: 86px 0;
}

.pf-gallery-hero__inner h1 {
    max-width: 780px;
    margin: 0;
    color: #fff;
    font-family: "Public Sans", Arial, sans-serif;
    font-size: clamp(42px, 5.4vw, 78px);
    font-weight: 700;
    line-height: 1.04;
    letter-spacing: 0;
}

.pf-gallery-hero__inner > p:not(.pf-gallery-kicker) {
    max-width: 680px;
    margin: 22px 0 0;
    color: rgba(255, 255, 255, 0.88);
    font-size: 20px;
    line-height: 1.7;
}

.pf-gallery-hero__actions {
    display: flex;
    flex-wrap: wrap;
    gap: 14px;
    margin-top: 32px;
}

.pf-gallery-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    min-height: 56px;
    padding: 0 24px;
    border: 1px solid transparent;
    border-radius: 6px;
    font-size: 14px;
    font-weight: 800;
    letter-spacing: 1.8px;
    line-height: 1.1;
    text-decoration: none;
    text-transform: uppercase;
    transition: transform 0.2s ease, background-color 0.2s ease, border-color 0.2s ease;
}

.pf-gallery-btn:hover {
    transform: translateY(-2px);
}

.pf-gallery-btn--primary {
    background: #ffc400;
    color: #2b201d;
}

.pf-gallery-btn--ghost {
    border-color: rgba(255, 255, 255, 0.45);
    color: #fff;
    background: rgba(255, 255, 255, 0.08);
}

.pf-gallery-intro {
    padding: 34px 0 10px;
    background: #fffaf2;
}

.pf-gallery-intro__grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 18px;
}

.pf-gallery-intro article {
    display: grid;
    grid-template-columns: 56px 1fr;
    column-gap: 16px;
    align-items: start;
    min-height: 132px;
    padding: 24px;
    border: 1px solid rgba(75, 51, 46, 0.12);
    border-radius: 8px;
    background: #fff;
    box-shadow: 0 18px 38px rgba(75, 51, 46, 0.08);
}

.pf-gallery-intro article span {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 56px;
    height: 56px;
    border-radius: 50%;
    background: rgba(255, 196, 0, 0.16);
    color: #4b332e;
    font-size: 22px;
}

.pf-gallery-intro article strong {
    display: block;
    color: #4b332e;
    font-size: 20px;
    font-weight: 700;
    line-height: 1.25;
}

.pf-gallery-intro article p {
    grid-column: 2;
    margin: 6px 0 0;
    color: rgba(75, 51, 46, 0.76);
    font-size: 15px;
    line-height: 1.6;
}

.pf-gallery-showcase {
    padding: 72px 0 92px;
}

.pf-gallery-section-head {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    gap: 28px;
    margin-bottom: 32px;
}

.pf-gallery-section-head h2 {
    max-width: 760px;
    margin: 0;
    color: #4b332e;
    font-family: "Public Sans", Arial, sans-serif;
    font-size: clamp(34px, 4vw, 56px);
    font-weight: 700;
    line-height: 1.08;
    letter-spacing: 0;
}

.pf-gallery-filter {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-end;
    gap: 10px;
}

.pf-gallery-filter__button {
    min-height: 42px;
    padding: 0 16px;
    border: 1px solid rgba(75, 51, 46, 0.16);
    border-radius: 999px;
    background: #fff;
    color: #4b332e;
    cursor: pointer;
    font: 700 13px/1 "Public Sans", Arial, sans-serif;
    letter-spacing: 0.8px;
    text-transform: uppercase;
    transition: background-color 0.2s ease, color 0.2s ease, border-color 0.2s ease;
}

.pf-gallery-filter__button:hover,
.pf-gallery-filter__button.is-active {
    border-color: #4b332e;
    background: #4b332e;
    color: #fff;
}

.pf-gallery-grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    grid-auto-flow: dense;
    gap: 16px;
}

.pf-gallery-item {
    position: relative;
    display: block;
    aspect-ratio: 1 / 1;
    min-width: 0;
    padding: 0;
    border: 0;
    border-radius: 8px;
    overflow: hidden;
    background: #4b332e;
    cursor: pointer;
    box-shadow: 0 16px 34px rgba(75, 51, 46, 0.12);
}

.pf-gallery-item[hidden] {
    display: none;
}

.pf-gallery-item--large {
    grid-column: span 2;
    grid-row: span 2;
}

.pf-gallery-item img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transform: scale(1.01);
    transition: transform 0.35s ease, opacity 0.35s ease;
}

.pf-gallery-item:hover img,
.pf-gallery-item:focus-visible img {
    transform: scale(1.06);
    opacity: 0.82;
}

.pf-gallery-item__overlay {
    position: absolute;
    inset: auto 0 0;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 14px;
    padding: 18px;
    color: #fff;
    background: linear-gradient(0deg, rgba(32, 21, 18, 0.82), rgba(32, 21, 18, 0));
    opacity: 0;
    transform: translateY(12px);
    transition: opacity 0.25s ease, transform 0.25s ease;
}

.pf-gallery-item:hover .pf-gallery-item__overlay,
.pf-gallery-item:focus-visible .pf-gallery-item__overlay {
    opacity: 1;
    transform: translateY(0);
}

.pf-gallery-item__overlay span {
    font-size: 15px;
    font-weight: 700;
    line-height: 1.3;
    text-align: left;
}

.pf-gallery-lightbox {
    position: fixed;
    inset: 0;
    z-index: 100000;
    display: none;
    align-items: center;
    justify-content: center;
    padding: 34px 82px;
    background: rgba(20, 12, 10, 0.92);
}

.pf-gallery-lightbox.is-open {
    display: flex;
}

.pf-gallery-lightbox-open {
    overflow: hidden;
}

.pf-gallery-lightbox__figure {
    width: min(100%, 1120px);
    margin: 0;
    color: #fff;
    text-align: center;
}

.pf-gallery-lightbox__figure img {
    display: block;
    width: 100%;
    max-height: calc(100vh - 142px);
    object-fit: contain;
    border-radius: 8px;
    background: #241815;
}

.pf-gallery-lightbox__figure figcaption {
    margin-top: 14px;
    color: rgba(255, 255, 255, 0.9);
    font-size: 16px;
    font-weight: 700;
}

.pf-gallery-lightbox__close,
.pf-gallery-lightbox__arrow {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border: 1px solid rgba(255, 255, 255, 0.18);
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.1);
    color: #fff;
    cursor: pointer;
    transition: background-color 0.2s ease, transform 0.2s ease;
}

.pf-gallery-lightbox__close:hover,
.pf-gallery-lightbox__arrow:hover {
    background: #ffc400;
    color: #2b201d;
    transform: translateY(-1px);
}

.pf-gallery-lightbox__close {
    position: absolute;
    top: 24px;
    right: 24px;
    width: 48px;
    height: 48px;
    font-size: 22px;
}

.pf-gallery-lightbox__arrow {
    position: absolute;
    top: 50%;
    width: 52px;
    height: 52px;
    font-size: 22px;
    transform: translateY(-50%);
}

.pf-gallery-lightbox__arrow:hover {
    transform: translateY(calc(-50% - 1px));
}

.pf-gallery-lightbox__arrow--prev {
    left: 24px;
}

.pf-gallery-lightbox__arrow--next {
    right: 24px;
}

@media (max-width: 1180px) {
    .pf-gallery-grid {
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }

    .pf-gallery-section-head {
        align-items: flex-start;
        flex-direction: column;
    }

    .pf-gallery-filter {
        justify-content: flex-start;
    }
}

@media (max-width: 767px) {
    .pf-gallery-container {
        width: min(100% - 28px, 1480px);
    }

    .pf-gallery-hero {
        min-height: 390px;
    }

    .pf-gallery-hero__inner {
        padding: 58px 0;
    }

    .pf-gallery-hero__inner h1 {
        font-size: 40px;
    }

    .pf-gallery-hero__inner > p:not(.pf-gallery-kicker) {
        font-size: 16px;
        line-height: 1.6;
    }

    .pf-gallery-hero__actions,
    .pf-gallery-filter {
        flex-direction: column;
        align-items: stretch;
    }

    .pf-gallery-btn,
    .pf-gallery-filter__button {
        width: 100%;
    }

    .pf-gallery-intro {
        padding-top: 22px;
    }

    .pf-gallery-intro__grid {
        grid-template-columns: 1fr;
    }

    .pf-gallery-intro article {
        min-height: 0;
        padding: 20px;
    }

    .pf-gallery-showcase {
        padding: 52px 0 68px;
    }

    .pf-gallery-section-head {
        margin-bottom: 24px;
    }

    .pf-gallery-section-head h2 {
        font-size: 34px;
    }

    .pf-gallery-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 10px;
    }

    .pf-gallery-item,
    .pf-gallery-item--large {
        grid-column: span 1;
        grid-row: span 1;
    }

    .pf-gallery-item__overlay {
        padding: 12px;
        opacity: 1;
        transform: none;
    }

    .pf-gallery-item__overlay span {
        font-size: 12px;
    }

    .pf-gallery-lightbox {
        padding: 64px 14px 28px;
    }

    .pf-gallery-lightbox__figure img {
        max-height: calc(100vh - 150px);
    }

    .pf-gallery-lightbox__close {
        top: 12px;
        right: 12px;
    }

    .pf-gallery-lightbox__arrow {
        top: auto;
        bottom: 18px;
        transform: none;
    }

    .pf-gallery-lightbox__arrow:hover {
        transform: translateY(-1px);
    }

    .pf-gallery-lightbox__arrow--prev {
        left: 18px;
    }

    .pf-gallery-lightbox__arrow--next {
        right: 18px;
    }
}

body.home .elementor-element-10d5466 {
    display: none !important;
}

body.home .elementor-element-bba6c84,
body.home .elementor-element-54b25d7,
body.home .elementor-element-3eb614d,
body.home .elementor-element-e1c195b,
body.home .elementor-element-d121384,
body.home .elementor-element-425c358,
body.home .elementor-element-21710a8,
body.home .elementor-element-c5783f5 {
    display: none !important;
}

body.home .elementor-element-c187e19,
body.home .elementor-element-6da467a,
body.home .elementor-element-62955b6,
body.home .elementor-element-8a341df {
    display: none !important;
}

body.home .elementor-element-ef57180,
body.home .elementor-element-2afccf5,
body.home .elementor-element-e20dff0,
body.home .cmsmasters-single-comments {
    display: none !important;
    height: 0 !important;
    min-height: 0 !important;
    margin: 0 !important;
    padding: 0 !important;
    overflow: hidden !important;
}

body.home > header[data-elementor-type="cmsmasters_header"],
body.pf-custom-header-enabled:not(.home) > header[data-elementor-type="cmsmasters_header"],
body.pf-custom-header-enabled:not(.home) > header[data-elementor-type="header"] {
    display: none !important;
    visibility: hidden !important;
    pointer-events: none !important;
}

footer[data-elementor-type="cmsmasters_footer"],
footer[data-elementor-type="footer"] {
    display: none !important;
    visibility: hidden !important;
    pointer-events: none !important;
}

.pf-custom-footer {
    font-family: "Public Sans", sans-serif;
    margin-top: 0;
    padding: 80px 0 40px;
    background: linear-gradient(135deg, #091a1e 0%, #13383f 100%);
    border-top: 4px solid #ffcb06;
    box-shadow: 0 -10px 30px rgba(0, 0, 0, 0.15);
}

.pf-custom-footer__inner {
    width: min(1360px, calc(100% - 96px));
    margin: 0 auto;
}

.pf-custom-footer__grid {
    display: grid;
    grid-template-columns: 1.2fr 0.8fr 0.8fr 1.2fr;
    gap: 50px;
    align-items: start;
}

.pf-custom-footer p,
.pf-custom-footer a {
    color: rgba(255, 255, 255, 0.85);
    font-size: 18px;
    font-weight: 400;
    line-height: 1.6;
    text-decoration: none;
}

.pf-custom-footer a {
    transition: all 0.25s ease;
}

.pf-custom-footer a:hover,
.pf-custom-footer a:focus {
    color: #ffcb06;
}

.pf-custom-footer__about {
    display: flex;
    min-height: 380px;
    flex-direction: column;
    justify-content: space-between;
}

.pf-custom-footer__about p {
    max-width: 350px;
    margin: 0;
}

.pf-custom-footer__intro-box {
    max-width: 390px;
    padding: 24px;
    border: 1px solid rgba(255, 255, 255, 0.08);
    border-radius: 12px;
    background: rgba(255, 255, 255, 0.03);
    backdrop-filter: blur(10px);
    box-shadow: 0 8px 32px 0 rgba(0, 0, 0, 0.15);
}

.pf-custom-footer__intro-box p {
    max-width: none;
}

.pf-custom-footer__query {
    margin-top: 16px !important;
    padding-top: 16px;
    border-top: 1px solid rgba(255, 255, 255, 0.1);
    font-weight: 600;
}

.pf-custom-footer__query a {
    display: inline-block;
    margin-top: 6px;
    color: #ffcb06;
    font-weight: 700;
    word-break: break-word;
}

.pf-custom-footer__socials {
    display: flex;
    flex-wrap: wrap;
    gap: 14px;
}

.pf-custom-footer__socials a {
    display: inline-flex;
    width: 44px;
    height: 44px;
    align-items: center;
    justify-content: center;
    border: 1px solid rgba(255, 255, 255, 0.3);
    border-radius: 50%;
    color: #ffffff;
    font-size: 16px;
    background: rgba(255, 255, 255, 0.02);
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
}

.pf-custom-footer__socials a:hover,
.pf-custom-footer__socials a:focus {
    background: #ffcb06;
    border-color: #ffcb06;
    color: #091a1e;
    transform: translateY(-3px);
    box-shadow: 0 6px 20px rgba(255, 203, 6, 0.3);
}

.pf-custom-footer__locations {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.pf-custom-footer__nav {
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.pf-custom-footer h2 {
    margin: 0 0 24px;
    color: #ffffff;
    font-family: "Tenor Sans", sans-serif;
    font-size: 24px;
    font-weight: 400;
    line-height: 1.2;
    letter-spacing: 0.5px;
    text-transform: uppercase;
    position: relative;
    padding-bottom: 12px;
}

.pf-custom-footer h2::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 35px;
    height: 2px;
    background: #ffcb06;
    border-radius: 2px;
}

.pf-custom-footer__nav a {
    display: inline-flex;
    width: fit-content;
    font-size: 17px;
    color: rgba(255, 255, 255, 0.75);
    transition: all 0.25s ease;
    position: relative;
    padding-left: 0;
}

.pf-custom-footer__nav a::before {
    content: '→';
    position: absolute;
    left: -15px;
    opacity: 0;
    color: #ffcb06;
    transition: all 0.25s ease;
}

.pf-custom-footer__nav a:hover {
    color: #ffcb06;
    transform: translateX(15px);
}

.pf-custom-footer__nav a:hover::before {
    opacity: 1;
    left: 0;
}

/* Flat Clinic Info Column */
.pf-custom-footer__clinic-info {
    display: flex;
    flex-direction: column;
    gap: 16px;
}

.pf-custom-footer__clinic-info .clinic-city {
    font-family: 'Public Sans', sans-serif !important;
    font-size: 19px !important;
    font-weight: 700 !important;
    color: #ffcb06 !important;
    margin: 0;
    display: flex;
    align-items: center;
    gap: 8px;
}

.pf-custom-footer__clinic-info .clinic-city i {
    color: #ffcb06;
    font-size: 18px;
}

.pf-custom-footer__clinic-info .clinic-address {
    margin: 0;
    font-size: 16px;
    line-height: 1.6;
    color: rgba(255, 255, 255, 0.75);
}

.pf-custom-footer__clinic-info .clinic-map-link {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    color: #ffcb06 !important;
    font-weight: 600;
    font-size: 15px;
    text-decoration: underline;
    transition: all 0.2s ease;
    width: fit-content;
}

.pf-custom-footer__clinic-info .clinic-map-link:hover {
    color: #ffffff !important;
    text-decoration: none;
    transform: translateX(4px);
}

.clinic-contact-details {
    display: flex;
    flex-direction: column;
    gap: 10px;
    margin-top: 4px;
}

.clinic-contact-details p {
    margin: 0;
    font-size: 15px;
    color: rgba(255, 255, 255, 0.75);
    display: flex;
    align-items: center;
    gap: 10px;
}

.clinic-contact-details i {
    color: #ffcb06;
    font-size: 14px;
    width: 16px;
    text-align: center;
}





.clinic-contact-details a {
    color: rgba(255, 255, 255, 0.75) !important;
    transition: color 0.2s ease;
}

.clinic-contact-details a:hover {
    color: #ffcb06 !important;
}

.pf-custom-footer__bottom {
    margin-top: 60px;
    padding-top: 30px;
    border-top: 1px solid rgba(255, 255, 255, 0.08);
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    gap: 16px;
}

.pf-custom-footer__bottom p {
    margin: 0;
    color: rgba(255, 255, 255, 0.5);
    font-size: 15px;
}

.footer-bottom-links {
    display: flex;
    gap: 24px;
}

.footer-bottom-links a {
    font-size: 15px !important;
    color: rgba(255, 255, 255, 0.5) !important;
    transition: color 0.2s ease;
}

.footer-bottom-links a:hover {
    color: #ffcb06 !important;
}

.screen-reader-text {
    position: absolute !important;
    width: 1px !important;
    height: 1px !important;
    padding: 0 !important;
    margin: -1px !important;
    overflow: hidden !important;
    clip: rect(0, 0, 0, 0) !important;
    clip-path: inset(50%) !important;
    border: 0 !important;
    white-space: nowrap !important;
}

@media screen and (max-width: 1180px) {
    .pf-custom-footer__inner {
        width: min(100% - 56px, 960px);
    }

    .pf-custom-footer__grid {
        grid-template-columns: 1fr 1fr;
        gap: 40px 30px;
    }

    .pf-custom-footer__about {
        min-height: auto;
        gap: 28px;
    }

    .pf-custom-footer__locations {
        grid-column: auto;
    }
}

@media screen and (max-width: 767px) {
    .pf-custom-footer {
        padding: 50px 0 30px;
    }

    .pf-custom-footer__inner {
        width: min(100% - 36px, 520px);
    }

    .pf-custom-footer__grid {
        grid-template-columns: 1fr;
        gap: 34px;
    }

    .pf-custom-footer__about {
        gap: 24px;
    }

    .pf-custom-footer__about p {
        max-width: none;
    }

    .pf-custom-footer h2 {
        margin-bottom: 12px;
        font-size: 22px;
    }

    .pf-custom-footer__nav,
    .pf-custom-footer__locations {
        gap: 12px;
    }

    .pf-custom-footer p,
    .pf-custom-footer a {
        font-size: 16px;
        line-height: 1.5;
    }

    .pf-custom-footer__socials a {
        width: 40px;
        height: 40px;
    }

    .pf-custom-footer__bottom {
        margin-top: 36px;
        padding-top: 24px;
        flex-direction: column;
        text-align: center;
        gap: 12px;
    }

    .pf-custom-footer__bottom p {
        font-size: 14px;
    }

    .footer-bottom-links {
        justify-content: center;
        flex-wrap: wrap;
        gap: 8px 16px;
    }
}

.pf-home-redesign {
    --pf-home-container: 1360px;
    --pf-home-gutter: 58px;
    overflow: visible;
    margin-bottom: 44px;
    background: #fff;
    color: #4b332e;
    font-family: inherit;
}

.pf-home-header {
    position: relative;
    z-index: 20;
    background: #fff;
}

.pf-site-header {
    --pf-home-container: 1360px;
    --pf-home-gutter: 58px;
    position: relative;
    z-index: 100;
    color: #4b332e;
    font-family: "Public Sans", Arial, sans-serif;
}

.pf-site-header a,
.pf-site-header button,
.pf-site-header input,
.pf-site-header select {
    font-family: inherit;
}

.pf-home-header__top {
    box-sizing: border-box;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 32px;
    width: min(calc(100% - (var(--pf-home-gutter) * 2)), var(--pf-home-container));
    max-width: var(--pf-home-container);
    min-height: 114px;
    margin: 0 auto;
    padding: 14px 0 12px;
}

.pf-home-header__logo {
    display: inline-flex;
    align-items: center;
    text-decoration: none;
}

.pf-home-header__logo img {
    display: block;
    width: 240px;
    height: auto;
    max-height: 75px;
    object-fit: contain;
}

.pf-home-header__contact {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    gap: 14px;
}

.pf-home-mobile-toggle,
.pf-home-mobile-panel {
    display: none;
}

.pf-home-header__contact a,
.pf-home-nav__appointment {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 12px;
    min-height: 48px;
    border-radius: 6px;
    text-decoration: none;
    white-space: nowrap;
}

.pf-home-header__contact a {
    padding: 0 24px;
    border: 1px solid rgba(83, 53, 46, 0.55);
    background: #fff;
    color: #1e1714;
    font-size: 15px;
    font-weight: 600;
}

.pf-home-header i,
.pf-home-hero i {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 21px;
    min-width: 21px;
    font-size: 20px;
    line-height: 1;
}

.pf-home-nav {
    box-sizing: border-box;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 32px;
    min-height: 66px;
    padding: 0 max(var(--pf-home-gutter), calc((100vw - var(--pf-home-container)) / 2));
    background: #4b332e;
    color: #fff;
    z-index: 1000;
}

.pf-home-nav.pf-home-nav--fixed {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    width: auto;
    max-width: 100vw;
    box-shadow: 0 8px 22px rgba(45, 37, 34, 0.18);
}

.pf-home-nav-spacer {
    display: none;
    height: 66px;
}

.pf-home-nav-spacer.is-active {
    display: block;
}

.pf-home-nav__links {
    display: flex;
    align-items: center;
    gap: 34px;
    min-height: 66px;
}

.pf-home-nav__links > a,
.pf-home-nav__item > a {
    position: relative;
    display: inline-flex;
    align-items: center;
    gap: 8px;
    min-height: 66px;
    color: #fff;
    font-size: 16px;
    font-weight: 600;
    text-decoration: none;
    white-space: nowrap;
}

.pf-home-nav__links > a.is-active {
    justify-content: center;
    width: auto;
    min-width: 0;
    align-self: stretch;
    margin-left: 0;
    padding: 0 14px;
    background: rgba(255, 255, 255, 0.14);
}

.pf-home-nav__links > a.pf-home-nav__link--home.is-active {
    width: 72px;
    min-width: 72px;
    margin-left: -18px;
    padding: 0;
}

.pf-home-nav__links > a.is-active i {
    width: auto;
    min-width: 0;
    color: #ffffff;
    font-size: 24px;
    line-height: 1;
}

.pf-home-nav__links > a.is-active::after,
.pf-home-nav__links > a.pf-home-nav__link--home.is-active::after {
    content: none;
}

.pf-home-nav__item {
    position: relative;
    display: inline-flex;
    align-items: center;
    min-height: 66px;
}

.pf-home-nav__item > a i {
    width: auto;
    min-width: 0;
    font-size: 12px;
}

.pf-home-nav__dropdown {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 50;
    display: none;
    box-sizing: border-box;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    width: min(960px, calc(100vw - 48px));
    min-width: min(760px, calc(100vw - 48px));
    padding: 16px 20px;
    border-radius: 0 0 8px 8px;
    background: #f4f1ee;
    box-shadow: 0 16px 32px rgba(45, 37, 34, 0.16);
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    transform: translateY(10px);
    transition: opacity 160ms ease, transform 160ms ease, visibility 160ms ease;
}

.pf-home-nav__item:nth-child(4) .pf-home-nav__dropdown {
    width: min(1120px, calc(100vw - 48px));
    min-width: min(940px, calc(100vw - 48px));
}

.pf-home-nav__item--clinics .pf-home-nav__dropdown {
    grid-template-columns: 1fr;
    width: 340px;
    min-width: 260px;
}

.pf-home-nav__dropdown a {
    display: block;
    padding: 8px 10px;
    border-bottom: 1px solid rgba(75, 51, 46, 0.12);
    color: #4b332e;
    font-size: 14px;
    font-weight: 500;
    line-height: 1.28;
    text-decoration: none;
}

.pf-home-nav__item:nth-child(4) .pf-home-nav__dropdown a {
    white-space: nowrap;
}

.pf-home-nav__dropdown a:hover,
.pf-home-nav__dropdown a:focus {
    color: #a85d43;
}

.pf-home-nav__item:hover .pf-home-nav__dropdown,
.pf-home-nav__item:focus-within .pf-home-nav__dropdown,
.pf-home-nav__item.is-open .pf-home-nav__dropdown {
    display: grid;
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
    transform: translateY(0);
}

.pf-home-nav__appointment {
    min-width: 280px;
    padding: 0 26px;
    background: #FFCB06;
    color: #4b332e;
    font-size: 15px;
    font-weight: 800;
    letter-spacing: 2px;
    text-transform: uppercase;
}

.pf-home-nav__appointment:hover,
.pf-home-callback button:hover {
    background: #f2bd00;
    color: #4b332e;
}

.pf-home-hero {
    position: relative;
    display: block;
    min-height: 0;
    overflow: hidden;
    background: #fff;
    user-select: none;
}

.pf-home-swiper__track {
    position: relative;
    aspect-ratio: 1800 / 650;
    min-height: 0;
    height: auto;
    cursor: grab;
}

.pf-home-hero.is-dragging .pf-home-swiper__track {
    cursor: grabbing;
}

.pf-home-swiper__slide {
    position: absolute;
    inset: 0;
    display: flex;
    align-items: stretch;
    width: 100%;
    height: 100%;
    min-height: 0;
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    background-repeat: no-repeat;
    background-size: 100% auto;
    background-position: center;
    transition: opacity 420ms ease, visibility 420ms ease;
}

.pf-home-swiper__slide.is-active {
    position: absolute;
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
}

.pf-home-swiper__slide--content {
    background-image: url("../img/pf-home-banner-1e3d9.jpg");
    background-position: center right;
    background-size: 100% auto;
}

.pf-home-swiper__slide--banner {
    display: block;
    width: 100%;
    height: 100%;
    min-height: 0;
    aspect-ratio: auto;
    background-color: #fbefe1;
    text-decoration: none;
    overflow: hidden;
}

.pf-home-swiper__slide--banner picture,
.pf-home-swiper__slide--banner img {
    display: block;
    width: 100% !important;
    max-width: none !important;
    height: 100% !important;
}

.pf-home-swiper__slide--banner img {
    object-fit: fill;
}

.pf-home-hero__content {
    position: relative;
    z-index: 2;
    display: flex;
    flex-direction: column;
    justify-content: center;
    width: min(calc(100% - (var(--pf-home-gutter) * 2)), var(--pf-home-container));
    max-width: var(--pf-home-container);
    margin: 0 auto;
    padding: 0 0 42px;
    box-sizing: border-box;
}

.pf-home-swiper__arrow {
    display: none;
    position: absolute;
    top: 50%;
    z-index: 6;
    align-items: center;
    justify-content: center;
    width: 38px;
    min-width: 38px !important;
    max-width: 38px !important;
    height: 38px;
    min-height: 38px !important;
    max-height: 38px !important;
    aspect-ratio: 1 / 1;
    border: 1px solid rgba(255, 255, 255, 0.72);
    border-radius: 50%;
    padding: 0 !important;
    background: rgba(75, 51, 46, 0.58);
    color: #ffffff;
    box-shadow: 0 8px 18px rgba(45, 37, 34, 0.18);
    transform: translateY(-50%);
    cursor: pointer;
    transition: background 160ms ease, color 160ms ease, transform 160ms ease;
}

.pf-home-swiper__arrow i {
    width: auto;
    min-width: 0;
    font-size: 14px;
    line-height: 1;
}

.pf-home-swiper__arrow:hover,
.pf-home-swiper__arrow:focus {
    background: #4b332e;
    color: #ffffff;
    transform: translateY(-50%) scale(1.04);
}

.pf-home-swiper__arrow--prev {
    left: 16px;
}

.pf-home-swiper__arrow--next {
    right: 16px;
}

.pf-home-swiper__dots {
    position: static;
    z-index: 1;
    display: flex;
    justify-content: center;
    gap: 9px;
    padding: 14px 0 16px;
    background: #ffffff;
    cursor: default;
    pointer-events: none;
}

.pf-home-swiper__dots button {
    width: 9px;
    height: 9px;
    border: 0;
    border-radius: 50%;
    padding: 0;
    background: rgba(75, 51, 46, 0.32);
    box-shadow: none;
    cursor: pointer;
    pointer-events: auto;
    touch-action: manipulation;
}

.pf-home-swiper__dots button.is-active {
    width: 24px;
    border-radius: 999px;
    background: #b86547;
}

.pf-home-hero h1 {
    margin: 0 0 14px;
    color: #4b332e;
    font-family: "Tenor Sans", sans-serif;
    font-size: clamp(42px, 3.85vw, 54px);
    font-weight: 400;
    line-height: 1.08;
    letter-spacing: 0;
}

.pf-home-hero__subtitle {
    margin: 0 0 60px;
    color: #4b332e;
    font-family: "Tenor Sans", sans-serif;
    font-size: 24px;
    font-weight: 400;
    line-height: 1.22;
}

.pf-home-hero__services {
    margin: 0 0 28px;
    color: #a85d43;
    font-family: "Tenor Sans", sans-serif;
    font-size: clamp(26px, 2.35vw, 32px);
    font-weight: 400;
    line-height: 1.2;
}

.pf-home-stats {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 16px;
    max-width: 780px;
    width: 100%;
    margin: 0 0 26px;
    padding: 0;
    border: 0;
    border-radius: 0;
    background: transparent;
    font-family: "Public Sans", sans-serif;
}

.pf-home-stat {
    display: grid;
    justify-items: center;
    align-content: center;
    gap: 10px;
    min-height: 90px;
    padding: 10px 10px 10px;
    border: 1px solid rgba(75, 51, 46, 0.13);
    border-radius: 8px;
    background:
        linear-gradient(135deg, rgba(255, 255, 255, 0.96), rgba(255, 255, 255, 0.88)),
        repeating-linear-gradient(135deg, rgba(75, 51, 46, 0.035) 0, rgba(75, 51, 46, 0.035) 1px, transparent 1px, transparent 18px);
    box-shadow: 0 14px 30px rgba(45, 37, 34, 0.08);
    text-align: left;
    color: #15100f;
}

.pf-home-stat:first-child {
    padding-left: 10px;
}

.pf-home-stat:last-child {
    border-right: 1px solid rgba(75, 51, 46, 0.13);
}

.pf-home-stat__icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 42px;
    height: 42px;
    border: 1px solid rgba(168, 93, 67, 0.42);
    border-radius: 50%;
    color: #6a463d;
    background: #fffaf7;
}

.pf-home-stat__icon i {
    color: inherit;
    font-size: 20px;
}

.pf-home-stat strong {
    display: block;
    width: 100%;
    color: #9d6655;
    font-size: 32px;
    font-weight: 800;
    line-height: 1;
    letter-spacing: 0;
    text-align: center;
}

.pf-home-stat span:last-child {
    display: block;
    max-width: 170px;
    color: #536365;
    font-size: 13px;
    font-weight: 600;
    line-height: 1.35;
    letter-spacing: 0;
    text-align: center;
    text-transform: capitalize;
}

.pf-home-callback {
    display: grid;
    grid-template-columns: minmax(0, 1fr) 280px;
    gap: 16px;
    align-items: stretch;
    max-width: 780px;
    width: 100%;
    margin: 0 0 20px;
}

.pf-home-callback label {
    display: grid;
    grid-template-columns: 72px minmax(0, 1fr);
    height: 56px;
    min-height: 56px;
    margin: 0;
    border: 1px solid rgba(75, 51, 46, 0.35);
    border-radius: 7px;
    overflow: hidden;
    background: #fff;
}

.pf-home-callback label span {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-right: 1px solid rgba(75, 51, 46, 0.25);
    color: #1a1412;
    font-size: 17px;
    font-weight: 800;
}

.pf-home-callback input {
    width: 100%;
    min-height: 56px;
    border: 0;
    padding: 0 22px;
    background: transparent;
    color: #1a1412;
    font-size: 16px;
    outline: none;
}

.pf-home-callback input[type="hidden"] {
    display: none !important;
}

.pf-appointment-hp {
    position: absolute !important;
    left: -10000px !important;
    width: 1px !important;
    height: 1px !important;
    opacity: 0 !important;
    pointer-events: none !important;
}

.pf-home-callback input::placeholder {
    color: #9a9290;
    opacity: 1;
}

.pf-home-callback button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 11px;
    height: 56px;
    min-height: 56px;
    max-height: 56px;
    border: 0;
    border-radius: 7px;
    background: #FFCB06;
    color: #4b332e;
    font-size: 17px;
    font-weight: 800;
    line-height: 1;
    letter-spacing: 0;
    text-transform: none;
    white-space: nowrap;
    cursor: pointer;
}

.pf-home-callback button span {
    display: inline-block;
    line-height: 1;
    white-space: nowrap;
}

.pf-home-redesign .pf-home-callback button,
.pf-home-redesign .pf-home-callback button[type="submit"] {
    background: #FFCB06 !important;
    background-color: #FFCB06 !important;
    color: #4b332e !important;
}

.pf-home-redesign .pf-home-callback button:hover,
.pf-home-redesign .pf-home-callback button:focus,
.pf-home-redesign .pf-home-callback button[type="submit"]:hover,
.pf-home-redesign .pf-home-callback button[type="submit"]:focus {
    background: #f2bd00 !important;
    background-color: #f2bd00 !important;
    color: #4b332e !important;
}

.pf-home-redesign .pf-home-callback button *,
.pf-home-redesign .pf-home-callback button[type="submit"] * {
    color: #4b332e !important;
    fill: #4b332e !important;
}

.pf-home-redesign .pf-home-callback button::before,
.pf-home-redesign .pf-home-callback button::after,
.pf-home-redesign .pf-home-callback button[type="submit"]::before,
.pf-home-redesign .pf-home-callback button[type="submit"]::after {
    content: none !important;
    display: none !important;
    background: transparent !important;
    background-color: transparent !important;
}

.pf-home-hero__book {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    margin-top: 2px;
    width: fit-content;
    color: #4b332e;
    font-size: 15px;
    font-weight: 700;
    text-decoration: none;
}

.pf-home-hero__media {
    display: none;
}

.pf-home-hero__media::before {
    content: none;
}

.pf-home-treatments {
    padding: 54px 58px 64px;
    background: #ffffff;
}

.pf-home-treatments__inner {
    max-width: var(--pf-home-container, 1360px);
    margin: 0 auto;
}

.pf-home-treatments h2 {
    margin: 0 0 30px;
    color: #163139;
    font-family: "Tenor Sans", sans-serif;
    font-size: clamp(34px, 3vw, 46px);
    font-weight: 400;
    line-height: 1.12;
    letter-spacing: 0;
    text-align: center;
}

.pf-home-treatments__slider {
    position: relative;
    padding: 0 54px;
}

.pf-home-doctors__slider {
    position: relative;
    padding: 0;
}

.pf-home-doctors__slider + .pf-home-doctors__slider {
    margin-top: 20px;
}

.pf-home-treatments__grid {
    display: flex;
    gap: 16px;
    overflow-x: auto;
    overflow-y: visible;
    margin: -8px -14px -24px;
    padding: 8px 14px 24px;
    scroll-behavior: smooth;
    scroll-snap-type: x mandatory;
    scrollbar-width: none;
    cursor: grab;
    user-select: none;
    -webkit-overflow-scrolling: touch;
}

.pf-home-treatments__grid::-webkit-scrollbar {
    display: none;
}

.pf-home-treatments__grid.is-dragging {
    cursor: grabbing;
    scroll-behavior: auto;
}

.pf-home-treatments__grid.is-dragging .pf-home-treatment-card {
    pointer-events: none;
}

.pf-home-treatment-card {
    flex: 0 0 calc((100% - 70px) / 5);
    display: grid;
    grid-template-rows: 160px auto;
    overflow: hidden;
    scroll-snap-align: start;
    border: 1px solid rgba(75, 51, 46, 0.08);
    border-radius: 8px;
    background: #ffffff;
    color: #302825;
    text-decoration: none;
    box-shadow: 0 10px 24px rgba(45, 37, 34, 0.08);
    transition: transform 180ms ease, box-shadow 180ms ease, border-color 180ms ease;
}

.pf-home-treatment-card:hover,
.pf-home-treatment-card:focus {
    color: #4b332e;
    border-color: rgba(184, 101, 71, 0.34);
    box-shadow: 0 16px 34px rgba(45, 37, 34, 0.14);
    transform: translateY(-3px);
}

.pf-home-treatment-card__thumb {
    position: relative;
    display: block;
    overflow: hidden;
    aspect-ratio: 16 / 10 !important;
    width: 100% !important;
    border-radius: 14px 14px 0 0 !important;
    background: #f1f5f9;
}

.pf-home-treatment-card__thumb img {
    display: block;
    width: 100% !important;
    height: 100% !important;
    object-fit: cover !important;
    object-position: center !important;
    transition: transform 220ms ease;
}

.pf-home-treatment-card:hover .pf-home-treatment-card__thumb img,
.pf-home-treatment-card:focus .pf-home-treatment-card__thumb img {
    transform: scale(1.04);
}

.pf-home-treatment-card__fallback {
    position: absolute;
    inset: 0;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: rgba(75, 51, 46, 0.78);
    font-family: "Tenor Sans", sans-serif;
    font-size: 54px;
    line-height: 1;
}

.pf-home-treatment-card__body {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 10px;
    min-height: 58px;
    padding: 0 16px;
    color: inherit;
    font-size: 17px;
    font-weight: 700;
    line-height: 1.18;
}

.pf-home-treatment-card__body i {
    flex: 0 0 auto;
    color: #b86547;
    font-size: 13px;
    transform: translateX(0);
    transition: transform 180ms ease;
}

.pf-home-treatment-card:hover .pf-home-treatment-card__body i,
.pf-home-treatment-card:focus .pf-home-treatment-card__body i {
    transform: translateX(3px);
}

.pf-home-treatments__dots {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 9px;
    margin: 22px 0 0;
}

.pf-home-treatments__dots button {
    width: 9px;
    height: 9px;
    border: 0;
    border-radius: 999px;
    padding: 0;
    background: rgba(75, 51, 46, 0.28);
    cursor: pointer;
    transition: width 160ms ease, background 160ms ease;
}

.pf-home-treatments__dots button.is-active {
    width: 24px;
    background: #b86547;
}

.pf-home-slider-arrow {
    position: absolute;
    top: 50%;
    z-index: 3;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 42px;
    height: 42px;
    border: 1px solid #FFCB06;
    border-radius: 999px;
    padding: 0;
    background: #FFCB06 !important;
    background-color: #FFCB06 !important;
    color: #4b332e !important;
    box-shadow: 0 12px 26px rgba(45, 37, 34, 0.14);
    cursor: pointer;
    transform: translateY(-50%);
    transition: background 160ms ease, color 160ms ease, opacity 160ms ease, transform 160ms ease;
}

.pf-home-slider-arrow--prev {
    left: 0;
}

.pf-home-slider-arrow--next {
    right: 0;
}

.pf-home-slider-arrow:hover,
.pf-home-slider-arrow:focus {
    background: #f2bd00 !important;
    background-color: #f2bd00 !important;
    border-color: #f2bd00 !important;
    color: #4b332e !important;
    transform: translateY(-50%) scale(1.04);
}

.pf-home-slider-arrow::before,
.pf-home-slider-arrow::after {
    content: none !important;
    display: none !important;
    background: transparent !important;
    background-color: transparent !important;
}

.pf-home-slider-arrow:disabled {
    opacity: 0.38;
    cursor: default;
    pointer-events: none;
}

.pf-home-slider-arrow i {
    color: #4b332e !important;
    fill: #4b332e !important;
    font-size: 14px;
    line-height: 1;
}

.pf-home-doctors {
    padding: 58px 58px 70px;
    background: #f8f3f0;
}

.pf-home-google-reviews {
    padding: 62px 58px 72px;
    background: #ffffff;
    color: #2a2220;
}

.pf-home-google-reviews__inner {
    max-width: var(--pf-home-container, 1360px);
    margin: 0 auto;
}

.pf-home-google-reviews__summary {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 12px;
    margin: 0 0 44px;
    text-align: center;
}

.pf-home-google-reviews__g {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 46px;
    height: 46px;
    font-family: Arial, sans-serif;
    font-size: 40px;
    font-weight: 800;
    line-height: 1;
    background: conic-gradient(from -45deg, #4285f4 0 25%, #34a853 0 45%, #fbbc05 0 70%, #ea4335 0 100%);
    -webkit-background-clip: text;
    background-clip: text;
    color: transparent;
}

.pf-home-google-reviews__score {
    color: #171717;
    font-size: 22px;
    font-weight: 800;
    line-height: 1;
}

.pf-home-google-reviews__stars,
.pf-home-google-review-card__stars {
    color: #fbbc05;
    letter-spacing: 2px;
    line-height: 1;
}

.pf-home-google-reviews__stars {
    font-size: 20px;
}

.pf-home-google-reviews h2 {
    margin: 0;
    color: #1a73e8;
    font-family: "Public Sans", sans-serif;
    font-size: 19px;
    font-weight: 600;
    line-height: 1.2;
    letter-spacing: 0;
}

.pf-home-google-reviews__slider {
    position: relative;
    padding: 0 58px;
}

.pf-home-google-reviews__grid {
    display: flex;
    gap: 24px;
    overflow-x: auto;
    overflow-y: visible;
    margin: -10px -16px -28px;
    padding: 10px 16px 28px;
    scroll-behavior: smooth;
    scroll-snap-type: x mandatory;
    scrollbar-width: none;
    cursor: grab;
    user-select: none;
    -webkit-overflow-scrolling: touch;
}

.pf-home-google-reviews__grid::-webkit-scrollbar {
    display: none;
}

.pf-home-google-reviews__grid.is-dragging {
    cursor: grabbing;
    scroll-behavior: auto;
}

.pf-home-google-review-card {
    flex: 0 0 calc((100% - 72px) / 4);
    display: grid;
    justify-items: center;
    align-content: start;
    min-height: 286px;
    padding: 28px 24px 24px;
    border: 1px solid rgba(75, 51, 46, 0.06);
    border-radius: 8px;
    background: #ffffff;
    box-shadow: 0 16px 34px rgba(45, 37, 34, 0.1);
    scroll-snap-align: start;
    text-align: center;
}

.pf-home-google-review-card__stars {
    margin-bottom: 12px;
    font-size: 18px;
}

.pf-home-google-review-card p {
    min-height: 82px;
    margin: 0 0 18px;
    color: #2f2a28;
    font-size: 15px;
    font-weight: 400;
    line-height: 1.48;
    letter-spacing: 0;
}

.pf-home-google-review-card p a {
    color: #b86547;
    font-weight: 600;
    text-decoration: none;
    pointer-events: auto;
}

.pf-home-google-review-card p a:hover,
.pf-home-google-review-card p a:focus {
    color: #4b332e;
    text-decoration: underline;
}

.pf-home-google-review-card__avatar {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 58px;
    height: 58px;
    margin: 0 0 13px;
    border-radius: 999px;
    background: #6f51b5;
    color: #ffffff;
    font-size: 26px;
    font-weight: 700;
    text-transform: uppercase;
}

.pf-home-google-review-card:nth-child(2n) .pf-home-google-review-card__avatar {
    background: #e83e7c;
}

.pf-home-google-review-card:nth-child(3n) .pf-home-google-review-card__avatar {
    background: #5d9d3b;
}

.pf-home-google-review-card strong {
    color: #2a2220;
    font-size: 15px;
    font-weight: 800;
    line-height: 1.25;
}

.pf-home-google-review-card small {
    margin-top: 7px;
    color: #9a9692;
    font-size: 13px;
    font-weight: 500;
    line-height: 1.2;
}

.pf-home-google-review-card__brand {
    margin-top: 14px;
    font-family: Arial, sans-serif;
    font-size: 20px;
    font-weight: 700;
    letter-spacing: -1px;
    background: linear-gradient(90deg, #4285f4 0 23%, #ea4335 23% 45%, #fbbc05 45% 62%, #4285f4 62% 77%, #34a853 77% 100%);
    -webkit-background-clip: text;
    background-clip: text;
    color: transparent;
}

.pf-home-google-reviews__arrow {
    position: absolute;
    top: 50%;
    z-index: 3;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 42px;
    height: 42px;
    border: 1px solid #FFCB06 !important;
    border-radius: 999px;
    padding: 0 !important;
    background: #FFCB06 !important;
    color: #4b332e !important;
    box-shadow: 0 12px 26px rgba(45, 37, 34, 0.14);
    cursor: pointer;
    transform: translateY(-50%);
}

.pf-home-google-reviews__arrow--prev {
    left: 4px;
}

.pf-home-google-reviews__arrow--next {
    right: 4px;
}

.pf-home-google-reviews__arrow:disabled {
    opacity: 0.38;
    cursor: default;
}

.pf-home-google-reviews__arrow::before,
.pf-home-google-reviews__arrow::after {
    content: none !important;
    display: none !important;
}

.pf-home-google-reviews__arrow i {
    color: inherit !important;
    font-size: 16px;
    line-height: 1;
}

.pf-home-physio {
    background: #eeeae9;
    padding: 70px 0;
}

.pf-home-physio__inner {
    display: grid;
    grid-template-columns: minmax(320px, 0.92fr) minmax(0, 1fr);
    gap: 94px;
    align-items: center;
    width: min(1360px, calc(100% - 96px));
    margin: 0 auto;
}

.pf-home-physio__media {
    overflow: hidden;
    border-radius: 18px;
    background: #ddd5d1;
}

.pf-home-physio__media img {
    display: block;
    width: 100%;
    aspect-ratio: 1 / 1;
    object-fit: cover;
    object-position: center;
}

.pf-home-physio__copy {
    max-width: 720px;
}

.pf-home-physio__copy h2 {
    margin: 0 0 24px;
    color: #163139;
    font-family: "Tenor Sans", sans-serif;
    font-size: clamp(34px, 3.2vw, 46px);
    font-weight: 400;
    line-height: 1.13;
    letter-spacing: 0;
}

.pf-home-physio__copy p {
    margin: 0 0 28px;
    color: #65777b;
    font-family: "Public Sans", sans-serif;
    font-size: 19px;
    font-weight: 300;
    line-height: 1.55;
}

.pf-home-physio__actions {
    display: flex;
    flex-wrap: wrap;
    gap: 28px;
    align-items: center;
    margin-top: 44px;
}

.pf-home-physio__btn {
    display: inline-flex;
    min-height: 56px;
    align-items: center;
    justify-content: center;
    border: 1px solid #163139;
    border-radius: 999px;
    padding: 15px 32px;
    color: #163139;
    font-family: "Public Sans", sans-serif;
    font-size: 13px;
    font-weight: 700;
    line-height: 1.2;
    letter-spacing: 3px;
    text-align: center;
    text-decoration: none;
    text-transform: uppercase;
    transition: background-color 0.2s ease, border-color 0.2s ease, color 0.2s ease, transform 0.2s ease;
}

.pf-home-physio__btn--primary {
    min-width: 292px;
    background: #163139;
    color: #ffffff;
}

.pf-home-physio__btn--outline {
    min-width: 178px;
    background: transparent;
}

.pf-home-physio__btn:hover,
.pf-home-physio__btn:focus {
    background: #ffcb06;
    border-color: #ffcb06;
    color: #163139;
    transform: translateY(-2px);
}

.pf-home-welcome {
    background: #ffffff;
    padding: 86px 0 54px;
}

.pf-home-welcome__inner {
    width: min(1360px, calc(100% - 96px));
    margin: 0 auto;
    text-align: center;
}

.pf-home-welcome h2,
.pf-home-mission h2 {
    margin: 0;
    color: #163139;
    font-family: "Tenor Sans", sans-serif;
    font-size: clamp(36px, 3.2vw, 52px);
    font-weight: 400;
    line-height: 1.16;
    letter-spacing: 0;
}

.pf-home-welcome p {
    max-width: 1240px;
    margin: 48px auto 0;
    color: #65777b;
    font-family: "Public Sans", sans-serif;
    font-size: 18px;
    font-weight: 300;
    line-height: 1.55;
    text-align: left;
}

.pf-home-mission {
    overflow: hidden;
    background: #ffffff;
    padding: 42px 0 70px;
}

.pf-home-mission__inner {
    width: 100%;
    margin: 0 auto;
}

.pf-home-mission h2 {
    margin-bottom: 70px;
    text-align: center;
}

.pf-home-mission__slider {
    position: relative;
}

.pf-home-mission__track {
    display: flex;
    gap: 88px;
    overflow-x: auto;
    overflow-y: hidden;
    padding: 0 max(24px, calc((100vw - 1360px) / 2)) 8px;
    scroll-behavior: smooth;
    scroll-snap-type: x mandatory;
    scrollbar-width: none;
    cursor: grab;
    -ms-overflow-style: none;
}

.pf-home-mission__track::-webkit-scrollbar {
    display: none;
}

.pf-home-mission__track.is-dragging {
    cursor: grabbing;
    scroll-behavior: auto;
}

.pf-home-mission__slide {
    flex: 0 0 clamp(360px, 31.5vw, 560px);
    margin: 0;
    scroll-snap-align: center;
    user-select: none;
}

.pf-home-mission__slide img {
    display: block;
    width: 100%;
    aspect-ratio: 16 / 9;
    border-radius: 16px;
    object-fit: cover;
    object-position: center;
    pointer-events: none;
}

.pf-home-mission__arrow {
    position: absolute;
    top: 50%;
    z-index: 3;
    display: inline-flex;
    width: 46px;
    height: 46px;
    align-items: center;
    justify-content: center;
    border: 1px solid rgba(22, 49, 57, 0.12) !important;
    border-radius: 999px;
    padding: 0 !important;
    background: rgba(255, 255, 255, 0.92) !important;
    color: #163139 !important;
    box-shadow: 0 14px 32px rgba(45, 37, 34, 0.12);
    cursor: pointer;
    transform: translateY(-50%);
}

.pf-home-mission__arrow--prev {
    left: 24px;
}

.pf-home-mission__arrow--next {
    right: 24px;
}

.pf-home-mission__arrow::before,
.pf-home-mission__arrow::after {
    content: none !important;
    display: none !important;
}

.pf-home-mission__arrow i {
    color: inherit !important;
    font-size: 16px;
    line-height: 1;
}

.pf-home-results {
    background: #ffffff;
    padding: 28px 0 86px;
}

.pf-home-results__inner {
    width: min(1360px, calc(100% - 96px));
    margin: 0 auto;
}

.pf-home-results h2 {
    margin: 0 0 50px;
    color: #163139;
    font-family: "Tenor Sans", sans-serif;
    font-size: clamp(36px, 3.2vw, 52px);
    font-weight: 400;
    line-height: 1.16;
    letter-spacing: 0;
    text-align: center;
}

.pf-home-results__grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 28px;
}

.pf-home-result-card {
    position: relative;
    display: flex;
    min-height: 540px;
    overflow: hidden;
    align-items: flex-end;
    border-radius: 20px;
    background: #17343a;
    box-shadow: 0 18px 45px rgba(45, 37, 34, 0.12);
}

.pf-home-result-card__image {
    position: absolute;
    inset: 0;
    background-position: center;
    background-size: cover;
    transition: transform 0.35s ease;
}

.pf-home-result-card::after {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(180deg, rgba(13, 31, 36, 0.08) 22%, rgba(13, 31, 36, 0.9) 100%);
}

.pf-home-result-card:hover .pf-home-result-card__image {
    transform: scale(1.04);
}

.pf-home-result-card__body {
    position: relative;
    z-index: 1;
    width: 100%;
    padding: 30px;
    color: #ffffff;
}

.pf-home-result-card__stars {
    margin-bottom: 14px;
    color: #ffcb06;
    font-size: 16px;
    letter-spacing: 2px;
}

.pf-home-result-card p {
    margin: 0 0 18px;
    color: #ffffff;
    font-family: "Public Sans", sans-serif;
    font-size: 18px;
    font-weight: 300;
    line-height: 1.5;
}

.pf-home-result-card strong {
    display: block;
    color: rgba(255, 255, 255, 0.9);
    font-family: "Public Sans", sans-serif;
    font-size: 14px;
    font-weight: 600;
    line-height: 1.5;
}

.pf-home-video-resources {
    background: #ffffff;
    padding: 88px 0 96px;
}

.pf-home-video-resources__inner {
    width: min(1360px, calc(100% - 96px));
    margin: 0 auto;
}

.pf-home-video-resources__video {
    display: flex;
    justify-content: center;
    margin-bottom: 86px;
}

.pf-home-video-resources__copy .pfp-kicker {
    margin: 0 0 14px;
}

.pf-home-video-resources__copy h2,
.pf-home-resources__head h2 {
    margin: 0;
    color: #163139;
    font-family: "Tenor Sans", sans-serif;
    font-size: clamp(34px, 3vw, 48px);
    font-weight: 400;
    line-height: 1.15;
    letter-spacing: 0;
}

.pf-home-video-resources__copy p:not(.pfp-kicker) {
    max-width: 620px;
    margin: 24px 0 0;
    color: #65777b;
    font-family: "Public Sans", sans-serif;
    font-size: 18px;
    font-weight: 300;
    line-height: 1.7;
}

.pf-home-video-resources__frame {
    width: min(980px, 100%);
    overflow: hidden;
    border-radius: 18px;
    background: #163139;
    box-shadow: 0 22px 52px rgba(45, 37, 34, 0.14);
}

.pf-home-video-resources__frame iframe {
    display: block;
    width: 100%;
    aspect-ratio: 16 / 9;
    border: 0;
}

.pf-home-resources__head {
    display: block;
    margin-bottom: 34px;
    text-align: center;
}

.pf-home-resources__footer {
    display: flex;
    justify-content: center;
    margin-top: 40px;
}

.pf-home-resources__all {
    display: inline-flex;
    min-height: 48px;
    align-items: center;
    justify-content: center;
    border: 1px solid rgba(22, 49, 57, 0.36);
    border-radius: 999px;
    padding: 0 28px;
    color: #163139;
    font-family: "Public Sans", sans-serif;
    font-size: 13px;
    font-weight: 800;
    letter-spacing: 0.16em;
    line-height: 1;
    text-decoration: none;
    text-transform: uppercase;
    transition: background-color 0.2s ease, border-color 0.2s ease, color 0.2s ease;
}

.pf-home-resources__all:hover,
.pf-home-resources__all:focus {
    border-color: #163139;
    background: #163139;
    color: #ffffff;
}

.pf-home-resources__grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 28px;
}

.pf-home-resource-card {
    min-width: 0;
}

.pf-home-resource-card__link {
    display: flex;
    min-height: 100%;
    overflow: hidden;
    flex-direction: column;
    border: 1px solid rgba(22, 49, 57, 0.08);
    border-radius: 18px;
    background: #ffffff;
    color: inherit;
    text-decoration: none;
    box-shadow: 0 16px 40px rgba(45, 37, 34, 0.08);
    transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.pf-home-resource-card__link:hover,
.pf-home-resource-card__link:focus {
    transform: translateY(-4px);
    box-shadow: 0 22px 54px rgba(45, 37, 34, 0.13);
}

.pf-home-resource-card__media {
    display: block;
    overflow: hidden;
    background: #e8e1de;
}

.pf-home-resource-card__media img {
    display: block;
    width: 100%;
    aspect-ratio: 16 / 10;
    object-fit: cover;
    transition: transform 0.25s ease;
}

.pf-home-resource-card__link:hover .pf-home-resource-card__media img,
.pf-home-resource-card__link:focus .pf-home-resource-card__media img {
    transform: scale(1.04);
}

.pf-home-resource-card__body {
    display: flex;
    flex: 1;
    flex-direction: column;
    padding: 24px;
}

.pf-home-resource-card__category {
    width: fit-content;
    margin-bottom: 16px;
    border-radius: 999px;
    background: rgba(157, 97, 79, 0.12);
    padding: 7px 13px;
    color: #9d614f;
    font-family: "Public Sans", sans-serif;
    font-size: 12px;
    font-weight: 800;
    line-height: 1;
}

.pf-home-resource-card h3 {
    margin: 0;
    color: #163139;
    font-family: "Tenor Sans", sans-serif;
    font-size: 25px;
    font-weight: 400;
    line-height: 1.3;
    letter-spacing: 0;
}

.pf-home-resource-card__meta {
    margin-top: 22px;
    color: #65777b;
    font-family: "Public Sans", sans-serif;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.4;
}

@media screen and (max-width: 1180px) {
    .pf-home-physio__inner {
        grid-template-columns: 0.85fr 1fr;
        gap: 48px;
        width: min(960px, calc(100% - 56px));
    }

    .pf-home-physio__copy h2 {
        font-size: 38px;
    }

    .pf-home-physio__copy p {
        font-size: 17px;
    }

    .pf-home-welcome__inner {
        width: min(960px, calc(100% - 56px));
    }

    .pf-home-mission__track {
        gap: 34px;
        padding-inline: 28px;
    }

    .pf-home-results__inner {
        width: min(960px, calc(100% - 56px));
    }

    .pf-home-results__grid {
        gap: 20px;
    }

    .pf-home-result-card {
        min-height: 430px;
    }

    .pf-home-result-card__body {
        padding: 24px;
    }

    .pf-home-result-card p {
        font-size: 16px;
    }

    .pf-home-video-resources {
        padding: 70px 0 76px;
    }

    .pf-home-video-resources__inner {
        width: min(960px, calc(100% - 56px));
    }

    .pf-home-video-resources__video {
        margin-bottom: 62px;
    }

    .pf-home-resources__grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 20px;
    }

    .pf-home-resource-card h3 {
        font-size: 22px;
    }
}

@media screen and (max-width: 767px) {
    .pf-home-physio {
        padding: 42px 0;
    }

    .pf-home-physio__inner {
        grid-template-columns: 1fr;
        gap: 28px;
        width: min(100% - 36px, 520px);
    }

    .pf-home-physio__media img {
        aspect-ratio: 4 / 3;
    }

    .pf-home-physio__copy h2 {
        margin-bottom: 16px;
        font-size: 30px;
        line-height: 1.14;
    }

    .pf-home-physio__copy p {
        margin-bottom: 18px;
        font-size: 15px;
        line-height: 1.62;
    }

    .pf-home-physio__actions {
        gap: 12px;
        margin-top: 24px;
    }

    .pf-home-physio__btn {
        width: 100%;
        min-height: 48px;
        padding: 13px 20px;
        font-size: 11px;
        letter-spacing: 2px;
    }

    .pf-home-physio__btn--primary,
    .pf-home-physio__btn--outline {
        min-width: 0;
    }

    .pf-home-welcome {
        padding: 44px 0 28px;
    }

    .pf-home-welcome__inner {
        width: min(100% - 36px, 520px);
    }

    .pf-home-welcome h2,
    .pf-home-mission h2 {
        font-size: 30px;
    }

    .pf-home-welcome p {
        margin-top: 22px;
        font-size: 15px;
        line-height: 1.62;
    }

    .pf-home-mission {
        padding: 28px 0 44px;
    }

    .pf-home-mission h2 {
        margin-bottom: 26px;
    }

    .pf-home-mission__track {
        gap: 16px;
        padding-inline: 18px;
    }

    .pf-home-mission__slide {
        flex-basis: 82vw;
    }

    .pf-home-mission__arrow {
        width: 38px;
        height: 38px;
    }

    .pf-home-mission__arrow--prev {
        left: 10px;
    }

    .pf-home-mission__arrow--next {
        right: 10px;
    }

    .pf-home-results {
        padding: 16px 0 48px;
    }

    .pf-home-results__inner {
        width: min(100% - 36px, 520px);
    }

    .pf-home-results h2 {
        margin-bottom: 24px;
        font-size: 30px;
    }

    .pf-home-results__grid {
        grid-template-columns: 1fr;
        gap: 16px;
    }

    .pf-home-result-card {
        min-height: 390px;
        border-radius: 16px;
    }

    .pf-home-result-card__body {
        padding: 22px;
    }

    .pf-home-result-card p {
        font-size: 15px;
    }

    .pf-home-video-resources {
        padding: 48px 0 54px;
    }

    .pf-home-video-resources__inner {
        width: min(100% - 36px, 520px);
    }

    .pf-home-video-resources__video {
        margin-bottom: 46px;
    }

    .pf-home-video-resources__copy h2,
    .pf-home-resources__head h2 {
        font-size: 30px;
    }

    .pf-home-video-resources__copy p:not(.pfp-kicker) {
        margin-top: 16px;
        font-size: 16px;
        line-height: 1.65;
    }

    .pf-home-video-resources__frame {
        border-radius: 12px;
    }

    .pf-home-resources__head {
        margin-bottom: 22px;
    }

    .pf-home-resources__all {
        min-height: 44px;
        padding: 0 22px;
        font-size: 12px;
    }

    .pf-home-resources__footer {
        margin-top: 28px;
    }

    .pf-home-resources__grid {
        grid-template-columns: 1fr;
        gap: 16px;
    }

    .pf-home-resource-card__body {
        padding: 20px;
    }

    .pf-home-resource-card h3 {
        font-size: 21px;
    }
}

.pf-home-doctors__inner {
    max-width: var(--pf-home-container, 1360px);
    margin: 0 auto;
}

.pf-home-doctors__head {
    display: flex;
    align-items: flex-end;
    justify-content: center;
    margin: 0 0 30px;
    text-align: center;
}

.pf-home-doctors h2 {
    margin: 0;
    color: #163139;
    font-family: "Tenor Sans", sans-serif;
    font-size: clamp(34px, 3vw, 46px);
    font-weight: 400;
    line-height: 1.12;
    letter-spacing: 0;
}

.pf-home-doctors__grid {
    display: grid;
    grid-template-columns: none;
    grid-template-rows: none;
    grid-auto-flow: column;
    grid-auto-columns: calc((100% - 60px) / 4);
    gap: 20px;
    overflow-x: auto;
    overflow-y: hidden;
    margin: 0;
    padding: 0;
    scroll-snap-type: x mandatory;
    scroll-behavior: smooth;
    scrollbar-width: none;
    -ms-overflow-style: none;
    cursor: grab;
    user-select: none;
}

.pf-home-doctors__grid::-webkit-scrollbar {
    display: none;
}

.pf-home-doctors__grid.is-dragging {
    cursor: grabbing;
    scroll-behavior: auto;
}

.pf-home-doctors__grid.is-dragging .pf-home-doctor-card {
    pointer-events: none;
}

.pf-home-doctor-card {
    min-width: 0;
    scroll-snap-align: start;
}

.pf-home-doctors__dots {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 20px;
    margin-top: 22px;
}

.pf-home-doctors__dots button {
    width: 9px;
    height: 9px;
    border: 0;
    border-radius: 999px;
    padding: 0;
    background: rgba(75, 51, 46, 0.28);
    cursor: pointer;
    transition: width 160ms ease, background 160ms ease;
}

.pf-home-doctors__dots button.is-active {
    width: 24px;
    background: #b86547;
}

.pf-home-doctor-card {
    display: grid;
    overflow: hidden;
    border: 1px solid rgba(75, 51, 46, 0.09);
    border-radius: 8px;
    background: #ffffff;
    box-shadow: 0 12px 28px rgba(45, 37, 34, 0.08);
    transition: transform 180ms ease, box-shadow 180ms ease, border-color 180ms ease;
}

.pf-home-doctor-card:hover,
.pf-home-doctor-card:focus-within {
    border-color: rgba(184, 101, 71, 0.3);
    box-shadow: 0 18px 38px rgba(45, 37, 34, 0.13);
    transform: translateY(-3px);
}

.pf-home-doctor-card__photo {
    position: relative;
    display: block;
    aspect-ratio: 1 / 1;
    overflow: hidden;
    background: linear-gradient(135deg, #efe5df 0%, #fbf8f6 100%);
    text-decoration: none;
}

.pf-home-doctor-card__photo img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 220ms ease;
}

.pf-home-doctor-card:hover .pf-home-doctor-card__photo img,
.pf-home-doctor-card:focus-within .pf-home-doctor-card__photo img {
    transform: scale(1.035);
}

.pf-home-doctor-card__photo span {
    position: absolute;
    inset: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    color: rgba(75, 51, 46, 0.72);
    font-family: "Tenor Sans", sans-serif;
    font-size: 58px;
}

.pf-home-doctor-card__body {
    display: grid;
    gap: 12px;
    padding: 18px;
}

.pf-home-doctor-card h3 {
    margin: 0;
    color: #211a18;
    font-family: "Public Sans", sans-serif;
    font-size: 18px;
    font-weight: 800;
    line-height: 1.2;
    letter-spacing: 0;
}

.pf-home-doctor-card h3 a {
    color: inherit;
    text-decoration: none;
}

.pf-home-doctor-card h3 a:hover {
    color: #9d5f49;
}

.pf-home-doctor-card p {
    margin: -4px 0 2px;
    color: #6e5b56;
    font-size: 14px;
    font-weight: 600;
    line-height: 1.35;
}

.pf-home-doctor-card__book {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 42px;
    border-radius: 6px;
    padding: 0 14px;
    font-size: 13px;
    font-weight: 800;
    line-height: 1;
    text-decoration: none;
}

.pf-home-doctor-card__book {
    border: 1px solid #FFCB06 !important;
    background: #FFCB06 !important;
    background-color: #FFCB06 !important;
    color: #4b332e !important;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.pf-home-doctor-card__book:hover,
.pf-home-doctor-card__book:focus {
    border-color: #f2bd00 !important;
    background: #f2bd00 !important;
    background-color: #f2bd00 !important;
    color: #4b332e !important;
}

.pf-home-doctor-card__book::before,
.pf-home-doctor-card__book::after {
    content: none !important;
    display: none !important;
    background: transparent !important;
    background-color: transparent !important;
}

.pf-home-doctor-card__book * {
    color: #4b332e !important;
    fill: #4b332e !important;
}

@media screen and (max-width: 1180px) {
    .pf-home-redesign {
        --pf-home-gutter: 28px;
    }

    .pf-home-header__top {
        width: calc(100% - (var(--pf-home-gutter) * 2));
        padding-left: 0;
        padding-right: 0;
    }

    .pf-home-nav {
        padding-left: var(--pf-home-gutter);
        padding-right: var(--pf-home-gutter);
    }

    .pf-home-nav__links {
        gap: 20px;
    }

    .pf-home-hero__content {
        width: calc(100% - (var(--pf-home-gutter) * 2));
        padding: 58px 0 44px;
    }

    .pf-home-stats {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .pf-home-treatments {
        padding-left: 28px;
        padding-right: 28px;
    }

    .pf-home-treatments__slider {
        padding-left: 44px;
        padding-right: 44px;
    }

    .pf-home-treatment-card {
        flex-basis: calc((100% - 48px) / 4);
    }

    .pf-home-doctors {
        padding-left: 28px;
        padding-right: 28px;
    }

    .pf-home-doctors__grid {
        grid-template-columns: none;
        grid-auto-columns: calc((100% - 60px) / 4);
    }
}

@media screen and (max-width: 767px) {
    .pf-home-redesign {
        margin-bottom: 32px;
        background: #2e1c17;
    }

    .pf-home-header__top {
        width: auto;
        max-width: none;
        min-height: 104px;
        padding: 14px 28px;
        margin: 0;
        background: #ffffff;
    }

    .pf-home-header__logo img {
        width: 180px;
    }

    .pf-home-header__contact {
        display: none;
    }

    .pf-home-mobile-toggle {
        display: inline-flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        gap: 6px;
        width: 44px;
        height: 44px;
        border: 0 !important;
        border-radius: 0 !important;
        padding: 0 !important;
        background: transparent !important;
        box-shadow: none !important;
        color: #3c2119;
        cursor: pointer;
        appearance: none;
    }

    .pf-home-mobile-toggle:hover,
    .pf-home-mobile-toggle:focus,
    .pf-home-mobile-toggle:active {
        background: transparent !important;
        background-color: transparent !important;
        box-shadow: none !important;
        outline: none !important;
    }

    .pf-home-mobile-toggle::before,
    .pf-home-mobile-toggle::after {
        content: none !important;
        display: none !important;
        background: transparent !important;
    }

    .pf-home-mobile-toggle span {
        display: block;
        width: 32px;
        height: 3px;
        border-radius: 999px;
        background: currentColor !important;
        box-shadow: 0 1px 1px rgba(52, 29, 23, 0.16);
    }

    .pf-home-mobile-overlay {
        position: fixed;
        inset: 30px 0 0;
        z-index: 10028;
        background: rgba(29, 18, 14, 0.5);
        opacity: 0;
        visibility: hidden;
        pointer-events: none;
        transition: opacity 0.24s ease, visibility 0.24s ease;
    }

    .pf-home-mobile-overlay.is-open {
        opacity: 1;
        visibility: visible;
        pointer-events: auto;
    }

    .pf-home-mobile-panel {
        position: fixed;
        top: 30px;
        left: 0;
        z-index: 10029;
        display: flex;
        flex-direction: column;
        gap: 24px;
        width: min(86vw, 430px);
        height: calc(100dvh - 30px);
        padding: 28px 22px 120px;
        background: #4b332e;
        box-shadow: 24px 0 50px rgba(36, 25, 20, 0.22);
        transform: translateX(-100%);
        opacity: 0;
        visibility: hidden;
        pointer-events: none;
        transition: transform 0.28s ease, opacity 0.24s ease, visibility 0.24s ease;
        overflow-y: auto;
        -webkit-overflow-scrolling: touch;
    }

    .pf-home-mobile-panel.is-open {
        transform: translateX(0);
        opacity: 1;
        visibility: visible;
        pointer-events: auto;
    }

    .pf-home-mobile-panel__head {
        display: flex;
        align-items: center;
        justify-content: space-between;
        gap: 16px;
        padding: 0 0 22px;
        border-bottom: 0;
    }

    .pf-home-mobile-panel__logo {
        display: inline-flex !important;
        align-items: center;
        min-height: 0 !important;
        padding: 0 !important;
        border: 0 !important;
    }

    .pf-home-mobile-panel__logo img {
        display: block;
        width: min(230px, 62vw);
        max-height: 96px;
        object-fit: contain;
    }

    .pf-home-mobile-close {
        position: relative;
        width: 42px;
        height: 42px;
        border: 0;
        border-radius: 999px;
        background: transparent;
        color: #ffffff;
        cursor: pointer;
        flex: 0 0 42px;
    }

    .pf-home-mobile-close span {
        position: absolute;
        top: 50%;
        left: 50%;
        width: 29px;
        height: 2px;
        border-radius: 999px;
        background: currentColor;
    }

    .pf-home-mobile-close span:first-child {
        transform: translate(-50%, -50%) rotate(45deg);
    }

    .pf-home-mobile-close span:last-child {
        transform: translate(-50%, -50%) rotate(-45deg);
    }

    .pf-home-mobile-menu,
    .pf-home-mobile-menu ul {
        display: grid;
        gap: 0;
        margin: 0;
        padding: 0;
        list-style: none;
    }

    .pf-home-mobile-menu li {
        margin: 0;
        padding: 0;
        list-style: none;
    }

    .pf-home-mobile-panel a {
        color: #ffffff;
        font-family: "Tenor Sans", "Public Sans", sans-serif;
        font-size: 28px;
        font-weight: 400;
        text-decoration: none;
        display: flex;
        align-items: center;
        justify-content: flex-start;
        gap: 12px;
        min-height: 0;
        padding: 7px 0;
        border-bottom: 0;
        line-height: 1.22;
        letter-spacing: 0;
    }

    .pf-home-mobile-panel a:hover,
    .pf-home-mobile-panel a:focus {
        color: #ffffff;
    }

    .pf-home-mobile-panel a[aria-current="page"],
    .pf-home-mobile-panel a.current-menu-item,
    .pf-home-mobile-panel .current-menu-item > a {
        color: #b36b56;
    }

    .pf-home-nav {
        display: none;
    }

    .pf-home-nav__links {
        display: none;
    }

    .pf-home-nav__appointment {
        width: 100%;
        min-width: 0;
        min-height: 48px;
    }

    body.pf-mobile-menu-open {
        overflow: hidden;
    }

    .pf-home-hero {
        min-height: 0;
        display: block;
        overflow: hidden;
        background: #2e1c17;
        color: #ffffff;
    }

    .pf-home-swiper__track,
    .pf-home-swiper__slide {
        left: 0;
        right: 0;
        width: 100%;
        min-width: 0;
        max-width: 100%;
        min-height: 590px;
    }

    .pf-home-swiper__slide--content {
        align-items: flex-start;
        justify-content: center;
        background:
            radial-gradient(circle at 94% 20%, rgba(184, 105, 75, 0.22), transparent 26%),
            linear-gradient(145deg, #3d251e 0%, #281813 58%, #21110d 100%);
    }

    .pf-home-swiper__slide--banner {
        min-height: 0;
        aspect-ratio: auto;
    }

    .pf-home-swiper__slide--banner picture,
    .pf-home-swiper__slide--banner img {
        height: 100% !important;
    }

    .pf-home-swiper__slide--banner img {
        object-fit: cover;
        object-position: center top;
    }

    .pf-home-hero__content {
        align-items: center;
        justify-content: flex-start;
        width: 100%;
        max-width: 360px;
        margin: 0 auto;
        padding: 36px 16px 30px;
        box-sizing: border-box;
        text-align: center;
    }

    .pf-home-hero h1 {
        max-width: 360px;
        margin: 0 auto 14px;
        color: #ffffff;
        font-size: 46px;
        line-height: 1.07;
        text-shadow: 0 2px 2px rgba(0, 0, 0, 0.34);
    }

    .pf-home-hero__subtitle {
        max-width: 350px;
        margin: 0 auto 14px;
        color: #ffffff;
        font-family: "Public Sans", sans-serif;
        font-size: 18px;
        font-weight: 400;
        line-height: 1.22;
        text-shadow: 0 1px 2px rgba(0, 0, 0, 0.28);
    }

    .pf-home-hero__services {
        max-width: 390px;
        margin: 0 auto 20px;
        color: #e79a76;
        font-size: 21px;
        line-height: 1.25;
        text-shadow: 0 1px 2px rgba(0, 0, 0, 0.28);
    }

    .pf-home-stats {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 10px;
        width: 100%;
        max-width: 304px;
        margin: 0 auto 20px;
        padding: 0;
        border: 0;
        border-radius: 0;
        background: transparent;
        box-shadow: none;
    }

    .pf-home-stat {
        min-height: 82px;
        gap: 7px;
        padding: 16px 18px;
        border: 1px solid rgba(75, 51, 46, 0.12);
        border-radius: 8px;
        background: rgba(255, 255, 255, 0.96);
        box-shadow: 0 10px 24px rgba(0, 0, 0, 0.12);
        color: #15100f;
        justify-items: start;
        align-content: center;
        text-align: left;
    }

    .pf-home-stat:nth-child(2n) {
        border-right: 1px solid rgba(75, 51, 46, 0.12);
    }

    .pf-home-stat:nth-last-child(-n + 2) {
        border-bottom: 1px solid rgba(75, 51, 46, 0.12);
    }

    .pf-home-stat__icon {
        width: 44px;
        height: 44px;
        background: #f9f3ef;
    }

    .pf-home-stat__icon i {
        font-size: 20px;
    }

    .pf-home-stat strong {
        font-size: 26px;
        font-weight: 800;
        line-height: 1;
        white-space: nowrap;
        text-align: left;
    }

    .pf-home-stat span:last-child {
        max-width: 100%;
        font-size: 13px;
        line-height: 1.25;
        text-align: left;
    }

    .pf-home-callback {
        grid-template-columns: 1fr;
        gap: 16px;
        width: 100%;
        max-width: 304px;
        margin: 0 auto 22px;
    }

    .pf-home-callback label {
        grid-template-columns: 82px minmax(0, 1fr);
        height: 64px;
        min-height: 64px;
        border: 2px solid rgba(255, 255, 255, 0.65);
        border-radius: 9px;
        background: #ffffff;
    }

    .pf-home-callback label span {
        font-size: 22px;
    }

    .pf-home-callback input {
        min-height: 64px;
        padding: 0 16px;
        font-size: 18px;
    }

    .pf-home-callback button {
        height: 64px;
        min-height: 64px;
        max-height: 64px;
        border-radius: 8px;
        background: #FFCB06;
        color: #4b332e;
        font-size: 22px;
        box-shadow: 0 10px 22px rgba(0, 0, 0, 0.18);
    }

    .pf-home-hero__book {
        justify-content: center;
        width: 100%;
        max-width: 304px;
        margin-right: auto;
        margin-left: auto;
        color: #ffffff;
        font-size: 20px;
        text-shadow: 0 1px 2px rgba(0, 0, 0, 0.25);
    }

    .pf-home-swiper__arrow {
        display: none;
    }

    .pf-home-swiper__arrow--prev {
        left: 10px;
    }

    .pf-home-swiper__arrow--next {
        right: 10px;
    }

    .pf-home-swiper__dots {
        padding: 12px 0 14px;
    }

    .pf-home-treatments {
        padding: 34px 18px 42px;
        background: #ffffff;
    }

    .pf-home-treatments h2 {
        margin-bottom: 20px;
        font-size: 30px;
        line-height: 1.12;
    }

    .pf-home-treatments__slider {
        padding-left: 30px;
        padding-right: 30px;
    }

    .pf-home-treatments__grid {
        gap: 12px;
    }

    .pf-home-treatment-card {
        flex-basis: calc((100% - 12px) / 2);
        grid-template-rows: 104px auto;
        border-radius: 7px;
        box-shadow: 0 8px 18px rgba(45, 37, 34, 0.08);
    }

    .pf-home-treatment-card__body {
        min-height: 52px;
        padding: 0 12px;
        font-size: 14px;
    }

    .pf-home-treatment-card__body i {
        font-size: 11px;
    }

    .pf-home-slider-arrow {
        width: 36px;
        height: 36px;
    }

    .pf-home-slider-arrow--prev {
        left: 0;
    }

    .pf-home-slider-arrow--next {
        right: 0;
    }

    .pf-home-doctors {
        padding: 36px 0 46px;
    }

    .pf-home-google-reviews {
        padding: 36px 18px 46px;
    }

    .pf-home-google-reviews__summary {
        flex-wrap: wrap;
        gap: 8px 10px;
        margin-bottom: 24px;
    }

    .pf-home-google-reviews__g {
        width: 36px;
        height: 36px;
        font-size: 32px;
    }

    .pf-home-google-reviews__score {
        font-size: 19px;
    }

    .pf-home-google-reviews__stars {
        font-size: 16px;
        letter-spacing: 1px;
    }

    .pf-home-google-reviews h2 {
        flex: 0 0 100%;
        font-size: 16px;
    }

    .pf-home-google-reviews__slider {
        padding: 0 30px;
    }

    .pf-home-google-reviews__grid {
        gap: 12px;
        margin: -8px -10px -22px;
        padding: 8px 10px 22px;
    }

    .pf-home-google-review-card {
        flex-basis: calc((100% - 12px) / 1);
        min-height: 254px;
        padding: 18px 14px 16px;
        box-shadow: 0 10px 22px rgba(45, 37, 34, 0.09);
    }

    .pf-home-google-review-card__stars {
        margin-bottom: 10px;
        font-size: 14px;
        letter-spacing: 1px;
    }

    .pf-home-google-review-card p {
        min-height: 92px;
        margin-bottom: 14px;
        font-size: 13px;
        line-height: 1.42;
    }

    .pf-home-google-review-card__avatar {
        width: 46px;
        height: 46px;
        margin-bottom: 10px;
        font-size: 20px;
    }

    .pf-home-google-review-card strong {
        font-size: 13px;
    }

    .pf-home-google-review-card small {
        font-size: 12px;
    }

    .pf-home-google-review-card__brand {
        margin-top: 10px;
        font-size: 16px;
    }

    .pf-home-google-reviews__arrow {
        width: 34px;
        height: 34px;
    }

    .pf-home-doctors__head {
        margin-bottom: 20px;
    }

    .pf-home-doctors h2 {
        font-size: 30px;
    }

    .pf-home-doctors__inner {
        display: grid;
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 12px;
    }

    .pf-home-doctors__head {
        grid-column: 1 / -1;
        margin-bottom: 16px;
    }

    .pf-home-doctors__slider,
    .pf-home-doctors__grid {
        display: contents;
    }

    .pf-home-doctors__slider + .pf-home-doctors__slider {
        margin: 0;
    }

    .pf-home-doctors__dots {
        display: none !important;
    }

    .pf-home-doctors .pf-home-slider-arrow {
        display: none !important;
    }

    .pf-home-doctor-card {
        flex: none;
        border-radius: 7px;
        order: 20;
    }

    .pf-home-doctor-card--dr-ranjana-lunthi {
        order: 1;
    }

    .pf-home-doctor-card--dr-durgesh-kumar {
        order: 2;
    }

    .pf-home-doctor-card--dr-tejpal-mehlawat {
        order: 3;
    }

    .pf-home-doctor-card--dr-saurabh-chauhan {
        order: 4;
    }

    .pf-home-doctor-card--dr-lakhan-luckwal {
        order: 5;
    }

    .pf-home-doctor-card--dr-jaya-sharma-mpt {
        order: 6;
    }

    .pf-home-doctor-card--dr-shivani-thakur-bpt {
        order: 7;
    }

    .pf-home-doctor-card--dr-priyanka-bhuyan-bpt {
        order: 8;
    }

    .pf-home-doctor-card--dr-divakar-kumar-bpt-mpt-sports-physiotherapy {
        order: 9;
    }

    .pf-home-doctor-card--dr-saksham-kapoor-bpth-bpt {
        order: 10;
    }

    .pf-home-doctor-card__body {
        gap: 9px;
        padding: 12px;
    }

    .pf-home-doctor-card h3 {
        font-size: 14px;
    }

    .pf-home-doctor-card p {
        min-height: 32px;
        margin: -2px 0 0;
        font-size: 11px;
        line-height: 1.25;
    }

    .pf-home-doctor-card__book {
        min-height: 36px;
        padding: 0 10px;
        font-size: 9px;
        letter-spacing: 0.5px;
    }
}

@media screen and (max-width: 1182px) {
/*     nav #menu-item-42306 a.active +  ul.sub-menu {
        display: block;
        max-height: 300px; 
        overflow: auto scroll;
    } */
}

body.pf-single-post-layout {
    background: #f2f2f0;
    color: #352c28;
    font-family: "Public Sans", Arial, sans-serif;
}

.pf-single-post-main {
    background: #f2f2f0;
    font-family: "Public Sans", Arial, sans-serif;
}

.pf-single-post-container {
    width: calc(100% - 42px);
    max-width: 1400px;
    margin: 0 auto;
    padding: 36px 0 0;
}

.pf-single-post-layout-grid {
    display: grid;
    grid-template-columns: minmax(0, 1fr) 384px;
    gap: 30px;
    align-items: start;
}

.pf-single-post-primary,
.pf-single-post-sidebar {
    min-width: 0;
}

body.pf-single-post-layout .pf-single-post-container :where(h1, h2, h3, h4, h5, h6, p, a, span, div, li, blockquote, figcaption, th, td, button, input, select, textarea) {
    font-family: "Public Sans", Arial, sans-serif;
}

.pf-compact-post-head {
    padding: 40px 40px 34px;
    background: transparent;
}

.pf-compact-post-head__inner {
    max-width: none;
    margin: 0;
    padding: 0;
    border: 0;
    border-radius: 0;
    background: transparent;
    box-shadow: none;
}

.pf-compact-post-head__title {
    max-width: 100%;
    margin: 0;
    color: #2d2522;
    font-family: "Public Sans", Arial, sans-serif;
    font-size: 36px;
    font-weight: 700;
    line-height: 1.34;
    letter-spacing: 0;
}

.pf-compact-post-head__image {
    overflow: hidden;
    margin: 30px 0 0;
    border-radius: 8px;
    background: #f3ebe7;
}

.pf-compact-post-head__image img {
    display: block;
    width: 100%;
    max-height: 430px;
    object-fit: cover;
}

.pf-single-shell {
    max-width: 100%;
}

.pf-single-breadcrumb {
    display: flex;
    flex-wrap: wrap;
    gap: 7px;
    align-items: center;
    margin: 0 0 12px;
    font-family: "Public Sans", Arial, sans-serif;
    font-size: 13px;
    font-weight: 500;
    line-height: 1.4;
    color: #8d5b4c;
}

.pf-single-breadcrumb a {
    color: #8d5b4c;
    text-decoration: none;
}

.pf-single-breadcrumb a:hover {
    text-decoration: underline;
}

.pf-single-article {
    overflow: hidden;
    border: 1px solid #e7ded9;
    border-radius: 8px;
    background: #fff;
    box-shadow: 0 8px 24px rgba(55, 38, 32, 0.06);
}

.pf-single-header {
    padding: 24px 28px 18px;
    border-bottom: 1px solid #f0e7e2;
}

.pf-single-category {
    display: inline-flex;
    align-items: center;
    min-height: 28px;
    margin-bottom: 12px;
    padding: 4px 12px;
    border-radius: 999px;
    background: #9b604c;
    color: #fff;
    font-family: "Public Sans", Arial, sans-serif;
    font-size: 12px;
    font-weight: 700;
    line-height: 1;
    text-decoration: none;
}

.pf-single-title {
    margin: 0;
    color: #2d2522;
    font-family: "Public Sans", Arial, sans-serif;
    font-size: 30px;
    font-weight: 700;
    line-height: 1.22;
    letter-spacing: 0;
}

.pf-single-meta {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin-top: 12px;
    color: #7d706c;
    font-family: "Public Sans", Arial, sans-serif;
    font-size: 14px;
    font-weight: 500;
}

.pf-single-meta span + span::before {
    content: "";
    display: inline-block;
    width: 4px;
    height: 4px;
    margin: 0 10px 2px 0;
    border-radius: 50%;
    background: #b68778;
}

.pf-single-featured {
    margin: 0;
}

.pf-single-featured img {
    display: block;
    width: 100%;
    height: auto;
}

.pf-single-content {
    padding: 24px 28px 30px;
    color: #352c28;
    font-family: "Public Sans", Arial, sans-serif;
    font-size: 17px;
    font-weight: 400;
    line-height: 1.75;
}

.pf-single-content > *:first-child {
    margin-top: 0;
}

.pf-single-content h2,
.pf-single-content h3,
.pf-single-content h4,
.pf-single-content h5,
.pf-single-content h6 {
    margin: 24px 0 10px;
    color: #2d2522;
    font-family: "Public Sans", Arial, sans-serif;
    font-weight: 700;
    line-height: 1.32;
    letter-spacing: 0;
}

.pf-single-content h2 {
    font-size: 23px;
}

.pf-single-content h3 {
    font-size: 20px;
}

.pf-single-content h4 {
    font-size: 18px;
}

.pf-single-content h5 {
    font-size: 17px;
}

.pf-single-content h6 {
    font-size: 16px;
}

body.pf-single-post-layout .entry-content h2.wp-block-heading {
    margin: 28px 0 12px !important;
    color: #2d2522 !important;
    font-family: "Public Sans", Arial, sans-serif !important;
    font-size: 30px !important;
    font-weight: 700 !important;
    line-height: 1.28 !important;
    letter-spacing: 0 !important;
}

body.pf-single-post-layout .entry-content h3.wp-block-heading {
    margin: 24px 0 10px !important;
    color: #2d2522 !important;
    font-family: "Public Sans", Arial, sans-serif !important;
    font-size: 24px !important;
    font-weight: 700 !important;
    line-height: 1.3 !important;
    letter-spacing: 0 !important;
}

body.pf-single-post-layout .entry-content h4.wp-block-heading {
    margin: 22px 0 10px !important;
    color: #2d2522 !important;
    font-family: "Public Sans", Arial, sans-serif !important;
    font-size: 21px !important;
    font-weight: 700 !important;
    line-height: 1.32 !important;
    letter-spacing: 0 !important;
}

body.pf-single-post-layout .entry-content h5.wp-block-heading,
body.pf-single-post-layout .entry-content h6.wp-block-heading {
    margin: 20px 0 8px !important;
    color: #2d2522 !important;
    font-family: "Public Sans", Arial, sans-serif !important;
    font-size: 18px !important;
    font-weight: 700 !important;
    line-height: 1.35 !important;
    letter-spacing: 0 !important;
}

.pf-single-content p,
.pf-single-content ul,
.pf-single-content ol {
    margin-bottom: 16px;
    font-family: "Public Sans", Arial, sans-serif;
}

.pf-single-content ul,
.pf-single-content ol {
    padding-left: 22px;
}

.pf-single-content li {
    margin-bottom: 8px;
}

.pf-single-content img,
.pf-single-content iframe,
.pf-single-content video {
    max-width: 100%;
}

.pf-single-content table {
    width: 100%;
    margin: 22px 0;
    border-collapse: collapse;
    overflow: hidden;
    border: 1px solid #e4d7d1;
    border-radius: 8px;
    font-size: 15px;
}

.pf-single-content th {
    background: #9b604c;
    color: #fff;
}

.pf-single-content th,
.pf-single-content td {
    padding: 12px 14px;
    border: 1px solid #e4d7d1;
    text-align: left;
    vertical-align: top;
}

.pf-ai-chat-strip--single-bottom {
    position: relative;
    z-index: 2;
    margin: 0 28px 24px;
    padding: 18px 20px;
    border: 1px solid #eadfd9;
    border-radius: 8px;
    background: #fff;
    box-shadow: 0 12px 28px rgba(75, 51, 46, 0.06);
}

.pf-ai-chat-strip--single-bottom .pf-ai-chat-strip__heading {
    margin: 0 0 12px;
    color: #2d2522;
    font-family: "Public Sans", Arial, sans-serif;
    font-size: 16px;
    font-weight: 700;
    line-height: 1.35;
}

.pf-ai-chat-strip--single-bottom .pf-ai-chat-strip__buttons {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 10px;
}

.pf-ai-chat-strip--single-bottom .pf-ai-chat-strip__button,
.pf-ai-chat-strip--single-bottom .pf-single-preferred-source,
.pf-ai-chat-strip--single-bottom .pf-single-share__button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 9px;
    min-height: 40px;
    padding: 8px 15px;
    border: 1px solid rgba(75, 51, 46, 0.18) !important;
    border-radius: 999px !important;
    background: #fbfaf8 !important;
    color: #2d2522 !important;
    font-family: "Public Sans", Arial, sans-serif;
    font-size: 14px;
    font-weight: 700;
    line-height: 1.2;
    text-decoration: none;
    text-transform: none;
    box-shadow: none !important;
}

.pf-ai-chat-strip--single-bottom .pf-ai-chat-strip__button:hover,
.pf-ai-chat-strip--single-bottom .pf-ai-chat-strip__button:focus,
.pf-ai-chat-strip--single-bottom .pf-single-preferred-source:hover,
.pf-ai-chat-strip--single-bottom .pf-single-preferred-source:focus,
.pf-ai-chat-strip--single-bottom .pf-single-share__button:hover,
.pf-ai-chat-strip--single-bottom .pf-single-share__button:focus,
.pf-ai-chat-strip--single-bottom .pf-single-share__button[aria-expanded="true"] {
    border-color: rgba(75, 51, 46, 0.32) !important;
    background: #fff3dc !important;
    color: #4b332e !important;
}

.pf-ai-chat-strip--single-bottom .pf-ai-chat-strip__button::before,
.pf-ai-chat-strip--single-bottom .pf-ai-chat-strip__button::after,
.pf-ai-chat-strip--single-bottom .pf-single-share__button::before,
.pf-ai-chat-strip--single-bottom .pf-single-share__button::after {
    display: none !important;
}

.pf-ai-chat-strip--single-bottom .pf-ai-chat-strip__button img,
.pf-ai-chat-strip--single-bottom .pf-single-preferred-source__icon {
    display: block;
    width: 22px !important;
    height: 22px !important;
    max-width: 22px !important;
    max-height: 22px !important;
    object-fit: contain;
}

.pf-ai-chat-strip--single-bottom .pf-single-share {
    position: relative;
    display: inline-flex;
}

.pf-ai-chat-strip--single-bottom .pf-single-share__button {
    cursor: pointer;
}

.pf-ai-chat-strip--single-bottom .pf-single-share__button-icon {
    color: #e85f22;
    font-size: 17px;
    line-height: 1;
}

.pf-ai-chat-strip--single-bottom .pf-single-share__menu {
    position: absolute;
    top: calc(100% + 8px);
    right: 0;
    z-index: 20;
    min-width: 190px;
    overflow: hidden;
    border: 1px solid rgba(75, 51, 46, 0.14);
    border-radius: 8px;
    background: #fff;
    box-shadow: 0 16px 34px rgba(45, 37, 34, 0.14);
}

.pf-ai-chat-strip--single-bottom .pf-single-share__menu a,
.pf-ai-chat-strip--single-bottom .pf-single-share__menu button {
    display: flex;
    align-items: center;
    gap: 9px;
    width: 100%;
    min-height: 40px;
    padding: 9px 12px;
    border: 0;
    border-bottom: 1px solid #f0e7e2;
    background: transparent;
    color: #2d2522;
    font-family: "Public Sans", Arial, sans-serif;
    font-size: 14px;
    font-weight: 600;
    line-height: 1.2;
    text-align: left;
    text-decoration: none;
    cursor: pointer;
}

.pf-ai-chat-strip--single-bottom .pf-single-share__menu a:last-child,
.pf-ai-chat-strip--single-bottom .pf-single-share__menu button:last-child {
    border-bottom: 0;
}

.pf-ai-chat-strip--single-bottom .pf-single-share__menu a:hover,
.pf-ai-chat-strip--single-bottom .pf-single-share__menu a:focus,
.pf-ai-chat-strip--single-bottom .pf-single-share__menu button:hover,
.pf-ai-chat-strip--single-bottom .pf-single-share__menu button:focus {
    background: #fff8ea;
    color: #4b332e;
}

.pf-single-author-box {
    display: flex;
    align-items: flex-start;
    gap: 24px;
    margin: 0 28px 32px;
    padding: 26px;
    border: 1px solid #eadfd9;
    border-radius: 8px;
    background: #fffaf4;
    box-shadow: 0 16px 34px rgba(75, 51, 46, 0.08);
}

.pf-single-author-box__image {
    flex: 0 0 124px;
    overflow: hidden;
    width: 124px;
    height: 124px;
    border-radius: 50%;
    background: #f3ebe7;
}

.pf-single-author-box__image img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.pf-single-author-box__body {
    min-width: 0;
}

.pf-single-author-box__body > span {
    display: block;
    margin: 2px 0 8px;
    color: #9b604c;
    font-family: "Public Sans", Arial, sans-serif;
    font-size: 13px;
    font-weight: 800;
    letter-spacing: 1.8px;
    line-height: 1.2;
    text-transform: uppercase;
}

.pf-single-author-box h2 {
    margin: 0 0 8px;
    color: #2d2522;
    font-family: "Public Sans", Arial, sans-serif;
    font-size: 28px;
    font-weight: 700;
    line-height: 1.18;
    letter-spacing: 0;
}

.pf-single-author-box h2 a {
    color: inherit;
    text-decoration: none;
}

.pf-single-author-box h2 a:hover,
.pf-single-author-box h2 a:focus {
    color: #8d5b4c;
}

.pf-single-author-box p {
    max-width: 620px;
    margin: 0 0 10px;
    color: #5d504c;
    font-family: "Public Sans", Arial, sans-serif;
    font-size: 17px;
    font-weight: 500;
    line-height: 1.55;
}

.pf-single-author-box p:last-child {
    margin-bottom: 0;
}

.pf-single-author-box__bio {
    max-width: 760px;
    color: #665852 !important;
    font-size: 15px !important;
    font-weight: 400 !important;
    line-height: 1.65 !important;
}

.pf-single-tags {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    padding: 0 28px 28px;
}

.pf-single-tags span {
    color: #2d2522;
    font-weight: 700;
}

.pf-single-tags a {
    padding: 5px 10px;
    border-radius: 999px;
    background: #f3ebe7;
    color: #8d5b4c;
    font-size: 13px;
    text-decoration: none;
}

.pf-blog-sidebar {
    position: sticky;
    top: 82px;
}

.pf-sidebar-card {
    margin-bottom: 16px;
    padding: 16px;
    border: 1px solid #e7ded9;
    border-radius: 8px;
    background: #fff;
    box-shadow: 0 8px 24px rgba(55, 38, 32, 0.05);
}

.pf-sidebar-card h2 {
    margin: 0 0 10px;
    color: #2d2522;
    font-size: 18px;
    line-height: 1.25;
    letter-spacing: 0;
}

.pf-sidebar-card--form {
    padding: 14px 16px 16px;
    border-color: #4b332e;
    background: #4b332e;
}

.pf-sidebar-card--form h2 {
    color: #fff;
    text-align: center;
}

.pf-sidebar-card:not(.pf-sidebar-card--form) h2 {
    margin: -16px -16px 14px;
    padding: 11px 14px;
    border-radius: 8px 8px 0 0;
    background: #4b332e;
    color: #ffffff;
    text-align: center;
}

.pf-appointment-form {
    display: grid;
    gap: 9px;
}

.pf-form-message {
    margin: -2px 0 8px;
    padding: 8px 9px;
    border-radius: 6px;
    background: rgba(255, 255, 255, 0.16);
    color: #fff;
    font-size: 13px;
    font-weight: 700;
    line-height: 1.4;
}

.pf-form-message--error {
    background: rgba(45, 37, 34, 0.24);
}

.pf-appointment-form label {
    display: block;
    margin: 0;
}

.pf-appointment-form span {
    position: absolute;
    overflow: hidden;
    width: 1px;
    height: 1px;
    margin: -1px;
    padding: 0;
    border: 0;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
}

.pf-appointment-form input,
.pf-appointment-form select,
.pf-appointment-form textarea {
    width: 100%;
    height: 40px;
    min-height: 40px;
    border: 0;
    border-radius: 6px;
    background: #fff;
    color: #2d2522;
    font-size: 13px;
}

.pf-appointment-form input {
    padding: 0 12px;
}

.pf-appointment-form input::placeholder {
    color: #6f6662;
    opacity: 1;
}

.pf-appointment-form select {
    appearance: auto;
    padding: 0 12px;
}

.pf-appointment-form button {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 40px;
    min-height: 40px;
    padding: 0 18px;
    border: 0;
    border-radius: 6px;
    background: #2d2522;
    color: #ffffff !important;
    font-weight: 700;
    line-height: 1;
    text-align: center;
    cursor: pointer;
}

.pf-appointment-form button:hover,
.pf-appointment-form button:focus {
    background: #ffffff !important;
    color: #2d2522 !important;
}

.pf-sidebar-call {
    color: #fff;
    font-size: 12px;
    font-weight: 700;
    text-align: center;
    text-decoration: none;
}

.pf-recent-posts {
    display: grid;
    gap: 12px;
}

.pf-recent-post {
    display: grid;
    grid-template-columns: 72px minmax(0, 1fr);
    gap: 10px;
    align-items: center;
    color: #2d2522;
    text-decoration: none;
}

.pf-recent-post__thumb {
    display: block;
    overflow: hidden;
    width: 72px;
    aspect-ratio: 1 / 0.75;
    border-radius: 6px;
    background: #f3ebe7;
}

.pf-recent-post__thumb img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.pf-recent-post strong {
    display: -webkit-box;
    overflow: hidden;
    color: #2d2522;
    font-size: 14px;
    line-height: 1.32;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}

.pf-recent-post small {
    display: block;
    margin-top: 4px;
    color: #83746f;
    font-size: 12px;
}

.pf-sidebar-list {
    display: grid;
    gap: 8px;
    margin: 0;
    padding: 0;
    list-style: none;
}

.pf-sidebar-list li {
    margin: 0;
}

.pf-sidebar-list a {
    display: flex;
    justify-content: space-between;
    gap: 10px;
    padding: 8px 0;
    border-bottom: 1px solid #efe5e0;
    color: #352c28;
    font-size: 14px;
    font-weight: 600;
    text-decoration: none;
}

.pf-sidebar-list a:hover {
    color: #9b604c;
}

.pf-sidebar-list .count {
    color: #9b604c;
}

@media screen and (max-width: 1024px) {
    .pf-single-post-layout-grid {
        grid-template-columns: 1fr;
    }

    .pf-blog-sidebar {
        position: static;
    }
}

@media screen and (max-width: 767px) {
    .pf-single-post-container {
        width: min(100% - 24px, 720px);
        padding: 18px 0 56px;
    }

    .pf-single-post-layout-grid {
        gap: 18px;
    }

    .pf-single-article {
        padding: 0;
    }

    .pf-compact-post-head {
        padding: 24px 18px 22px;
    }

    .pf-compact-post-head__inner {
        padding: 0;
    }

    .pf-compact-post-head__title {
        font-size: 24px;
        line-height: 1.34;
    }

    .pf-compact-post-head__image {
        margin-top: 22px;
        border-radius: 6px;
    }

    .pf-single-header {
        padding: 20px 18px 16px;
    }

    .pf-single-title {
        font-size: 24px;
    }

    .pf-single-content {
        padding: 20px 18px 24px;
        font-size: 16px;
    }

    .pf-single-content h2 {
        font-size: 21px;
    }

    .pf-single-content h3 {
        font-size: 19px;
    }

    .pf-single-content h4 {
        font-size: 17px;
    }

    .pf-single-content h5,
    .pf-single-content h6 {
        font-size: 16px;
    }

    .pf-ai-chat-strip--single-bottom {
        margin: 0 18px 20px;
        padding: 15px;
    }

    .pf-ai-chat-strip--single-bottom .pf-ai-chat-strip__heading {
        font-size: 15px;
    }

    .pf-ai-chat-strip--single-bottom .pf-ai-chat-strip__buttons {
        gap: 8px;
    }

    .pf-ai-chat-strip--single-bottom .pf-ai-chat-strip__button,
    .pf-ai-chat-strip--single-bottom .pf-single-preferred-source,
    .pf-ai-chat-strip--single-bottom .pf-single-share__button {
        min-height: 38px;
        padding: 7px 12px;
        font-size: 13px;
    }

    .pf-ai-chat-strip--single-bottom .pf-ai-chat-strip__button img,
    .pf-ai-chat-strip--single-bottom .pf-single-preferred-source__icon {
        width: 20px !important;
        height: 20px !important;
        max-width: 20px !important;
        max-height: 20px !important;
    }

    .pf-single-author-box {
        align-items: flex-start;
        gap: 16px;
        margin: 0 18px 24px;
        padding: 18px;
    }

    .pf-single-author-box__image {
        flex-basis: 86px;
        width: 86px;
        height: 86px;
    }

    .pf-single-author-box h2 {
        font-size: 22px;
    }

    .pf-single-author-box p {
        font-size: 15px;
        line-height: 1.5;
    }

    .pf-single-author-box__bio {
        font-size: 14px !important;
        line-height: 1.55 !important;
    }

    body.pf-single-post-layout .entry-content h2.wp-block-heading {
        margin: 24px 0 10px !important;
        font-size: 24px !important;
        line-height: 1.3 !important;
    }

    body.pf-single-post-layout .entry-content h3.wp-block-heading {
        margin: 22px 0 10px !important;
        font-size: 21px !important;
        line-height: 1.32 !important;
    }

    body.pf-single-post-layout .entry-content h4.wp-block-heading {
        font-size: 18px !important;
        line-height: 1.34 !important;
    }

    body.pf-single-post-layout .entry-content h5.wp-block-heading,
body.pf-single-post-layout .entry-content h6.wp-block-heading {
        font-size: 16px !important;
        line-height: 1.35 !important;
    }

}

.pf-custom-appointment-popup {
    position: fixed;
    inset: 0;
    z-index: 100020;
    display: none;
    font-family: "Public Sans", Arial, sans-serif;
    pointer-events: none;
}

.pf-custom-appointment-popup.is-open {
    display: block;
    pointer-events: auto;
}

.pf-custom-appointment-popup__overlay {
    position: absolute;
    inset: 0;
    background: rgba(15, 23, 42, 0.65);
    backdrop-filter: blur(8px);
    -webkit-backdrop-filter: blur(8px);
    animation: pfPopupFadeIn 0.3s ease;
}

@keyframes pfPopupFadeIn {
    from { opacity: 0; }
    to { opacity: 1; }
}

.pf-custom-appointment-popup__dialog {
    box-sizing: border-box;
    position: fixed;
    top: 50% !important;
    left: 50% !important;
    transform: translate(-50%, -50%) !important;
    width: min(460px, calc(100vw - 32px));
    max-height: calc(100vh - 40px);
    overflow-y: auto;
    border-radius: 20px;
    padding: 32px 28px 28px;
    background: #ffffff;
    color: #1e293b;
    font-family: "Public Sans", Arial, sans-serif;
    box-shadow: 0 25px 60px -15px rgba(15, 118, 110, 0.3), 0 10px 30px rgba(0, 0, 0, 0.15);
    border: 1px solid rgba(255, 255, 255, 0.8);
    animation: pfPopupZoomIn 0.3s cubic-bezier(0.16, 1, 0.3, 1);
}

@keyframes pfPopupZoomIn {
    from { opacity: 0; transform: translate(-50%, -46%) scale(0.95); }
    to { opacity: 1; transform: translate(-50%, -50%) scale(1); }
}

.pf-custom-appointment-popup__dialog::before {
    content: none !important;
    display: none !important;
}

.pf-popup-header {
    text-align: left;
    margin-bottom: 20px;
    padding-right: 32px;
}

.pf-popup-badge {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    background: #e6f4f1;
    color: #0f766e;
    font-size: 13px;
    font-weight: 700;
    padding: 5px 12px;
    border-radius: 50px;
    margin-bottom: 10px;
}

.pf-popup-badge i {
    font-size: 12px;
}

.pf-custom-appointment-popup h2 {
    margin: 0 0 6px 0;
    color: #0f766e;
    font-family: "Tenor Sans", "Public Sans", sans-serif;
    font-size: 24px;
    font-weight: 700;
    line-height: 1.25;
    letter-spacing: -0.3px;
}

.pf-popup-subtitle {
    margin: 0;
    color: #64748b;
    font-size: 14px;
    line-height: 1.5;
    font-weight: 400;
}

.pf-custom-appointment-popup__close {
    position: absolute;
    top: 20px;
    right: 20px;
    z-index: 2;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 36px;
    height: 36px;
    border: 0 !important;
    border-radius: 50% !important;
    padding: 0 !important;
    background: #f1f5f9 !important;
    color: #64748b !important;
    font-family: "Public Sans", Arial, sans-serif;
    font-size: 22px;
    font-weight: 400;
    line-height: 1;
    cursor: pointer;
    transition: all 0.2s ease !important;
}

.pf-custom-appointment-popup__close:hover {
    background: #e2e8f0 !important;
    color: #0f172a !important;
    transform: rotate(90deg);
}

.pf-custom-appointment-popup__form {
    display: grid;
    gap: 16px;
}

.pf-popup-field-group {
    display: grid;
    gap: 6px;
}

.pf-popup-field-group label {
    display: flex;
    align-items: center;
    margin: 0;
    color: #334155;
    font-family: "Public Sans", Arial, sans-serif;
    font-size: 14px;
    font-weight: 600;
    line-height: 1.2;
}

.pf-popup-field-group label span {
    display: inline-flex;
    align-items: center;
    gap: 8px;
}

.pf-popup-field-group label i {
    color: #0f766e;
    font-size: 14px;
}

.pf-popup-input-wrapper {
    position: relative;
    width: 100%;
}

.pf-custom-appointment-popup__form input[type="text"],
.pf-custom-appointment-popup__form input[type="tel"],
.pf-custom-appointment-popup__form select {
    box-sizing: border-box;
    width: 100%;
    height: 48px;
    min-height: 48px;
    border: 1.5px solid #e2e8f0;
    border-radius: 12px;
    padding: 0 16px;
    background: #f8fafc;
    color: #0f172a;
    font-family: "Public Sans", Arial, sans-serif;
    font-size: 15px;
    font-weight: 500;
    outline: none;
    transition: all 0.2s ease;
}

.pf-custom-appointment-popup__form select {
    appearance: none;
    -webkit-appearance: none;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 24 24' stroke='%230f766e' stroke-width='2'%3E%3Cpath stroke-linecap='round' stroke-linejoin='round' d='M19 9l-7 7-7-7'%3E%3C/path%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: right 14px center;
    background-size: 18px;
    padding-right: 40px;
    cursor: pointer;
}

.pf-custom-appointment-popup__form input::placeholder {
    color: #94a3b8;
    opacity: 1;
}

.pf-custom-appointment-popup__form input:focus,
.pf-custom-appointment-popup__form select:focus,
.pf-custom-appointment-popup__phone:focus-within {
    border-color: #0f766e !important;
    background: #ffffff !important;
    box-shadow: 0 0 0 4px rgba(15, 118, 110, 0.12) !important;
}

.pf-custom-appointment-popup__phone {
    box-sizing: border-box !important;
    display: flex !important;
    flex-direction: row !important;
    align-items: center !important;
    height: 48px !important;
    min-height: 48px !important;
    border: 1.5px solid #e2e8f0 !important;
    border-radius: 12px !important;
    overflow: hidden !important;
    background: #f8fafc !important;
    transition: all 0.2s ease !important;
    width: 100% !important;
}

.pf-custom-appointment-popup__phone > span {
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    height: 100 !important;
    padding: 0 14px !important;
    background: #f1f5f9 !important;
    border-right: 1.5px solid #e2e8f0 !important;
    color: #0f766e !important;
    font-family: "Public Sans", Arial, sans-serif !important;
    font-size: 15px !important;
    font-weight: 700 !important;
    white-space: nowrap !important;
    flex-shrink: 0 !important;
    width: auto !important;
    line-height: 1 !important;
}

.pf-custom-appointment-popup__phone input {
    height: 100% !important;
    min-height: 100% !important;
    border: 0 !important;
    border-radius: 0 !important;
    box-shadow: none !important;
    background: transparent !important;
    flex: 1 !important;
    width: 100% !important;
}

.pf-popup-submit-btn,
.pf-custom-appointment-popup__form button[type="submit"] {
    position: relative !important;
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    gap: 10px !important;
    height: 52px !important;
    min-height: 52px !important;
    margin-top: 6px !important;
    border: 0 !important;
    border-radius: 12px !important;
    padding: 0 24px !important;
    background: linear-gradient(135deg, #0f766e 0%, #0d5c56 100%) !important;
    background-color: #0f766e !important;
    color: #ffffff !important;
    font-family: "Public Sans", Arial, sans-serif !important;
    font-size: 16px !important;
    font-weight: 700 !important;
    line-height: 1 !important;
    letter-spacing: 0.2px !important;
    cursor: pointer !important;
    box-shadow: 0 10px 25px -5px rgba(15, 118, 110, 0.4) !important;
    transition: all 0.25s ease !important;
    opacity: 1 !important;
    visibility: visible !important;
    overflow: hidden !important;
}

.pf-popup-submit-btn::before,
.pf-popup-submit-btn::after,
.pf-custom-appointment-popup__form button[type="submit"]::before,
.pf-custom-appointment-popup__form button[type="submit"]::after {
    content: none !important;
    display: none !important;
}

.pf-popup-submit-btn *,
.pf-popup-submit-btn span,
.pf-popup-submit-btn i,
.pf-custom-appointment-popup__form button[type="submit"] *,
.pf-custom-appointment-popup__form button[type="submit"] span,
.pf-custom-appointment-popup__form button[type="submit"] i {
    position: relative !important;
    z-index: 2 !important;
    color: #ffffff !important;
    -webkit-text-fill-color: #ffffff !important;
    opacity: 1 !important;
    visibility: visible !important;
}

.pf-popup-submit-btn:hover,
.pf-popup-submit-btn:focus,
.pf-popup-submit-btn:active,
.pf-custom-appointment-popup__form button[type="submit"]:hover,
.pf-custom-appointment-popup__form button[type="submit"]:focus {
    background: linear-gradient(135deg, #0d6861 0%, #0b4e49 100%) !important;
    background-color: #0d6861 !important;
    transform: translateY(-2px) !important;
    box-shadow: 0 14px 28px -5px rgba(15, 118, 110, 0.5) !important;
    color: #ffffff !important;
    opacity: 1 !important;
}

.pf-popup-submit-btn:hover *,
.pf-popup-submit-btn:hover span,
.pf-popup-submit-btn:hover i,
.pf-popup-submit-btn:focus *,
.pf-popup-submit-btn:focus span,
.pf-popup-submit-btn:focus i,
.pf-custom-appointment-popup__form button[type="submit"]:hover *,
.pf-custom-appointment-popup__form button[type="submit"]:hover span,
.pf-custom-appointment-popup__form button[type="submit"]:hover i,
.pf-custom-appointment-popup__form button[type="submit"]:focus *,
.pf-custom-appointment-popup__form button[type="submit"]:focus span,
.pf-custom-appointment-popup__form button[type="submit"]:focus i {
    color: #ffffff !important;
    -webkit-text-fill-color: #ffffff !important;
    opacity: 1 !important;
    visibility: visible !important;
}

body.pf-custom-appointment-popup-open {
    overflow: hidden;
}

.pf-mobile-appointment-strip {
    display: none;
}

@media (max-width: 767px) {
    html,
    body {
        max-width: 100%;
        overflow-x: hidden !important;
    }

    body.pf-mobile-appointment-visible {
        padding-bottom: 76px;
    }

    .pf-custom-appointment-popup__dialog {
        top: 50% !important;
        left: 50% !important;
        transform: translate(-50%, -50%) !important;
        width: min(440px, calc(100vw - 24px)) !important;
        max-height: calc(100vh - 32px) !important;
        padding: 24px 20px 20px !important;
        border-radius: 16px !important;
    }

    .pf-custom-appointment-popup h2 {
        font-size: 22px !important;
    }

    .pf-custom-appointment-popup__close {
        top: 16px !important;
        right: 16px !important;
    }

    .pf-custom-appointment-popup__form {
        gap: 12px;
    }

    .pf-custom-appointment-popup__form label {
        font-size: 16px;
    }

    .pf-custom-appointment-popup__form input,
    .pf-custom-appointment-popup__form select,
    .pf-custom-appointment-popup__phone,
    .pf-custom-appointment-popup__phone input {
        min-height: 54px;
    }

    .pf-custom-appointment-popup__phone {
        grid-template-columns: 64px minmax(0, 1fr);
    }

    .pf-custom-appointment-popup__phone > span {
        font-size: 18px;
    }

    .pf-custom-appointment-popup__form input,
    .pf-custom-appointment-popup__form select {
        font-size: 16px;
    }

    .pf-custom-appointment-popup__form button[type="submit"] {
        min-height: 56px;
        margin-top: 10px;
        font-size: 17px;
    }

    .pf-mobile-appointment-strip {
        position: fixed;
        right: 0;
        bottom: 0;
        left: 0;
        z-index: 99990;
        display: block;
        padding: 0 0 env(safe-area-inset-bottom);
        background: transparent;
        border-top: 0;
        box-shadow: none;
        opacity: 0;
        pointer-events: none;
        transform: translateY(100%);
        transition: opacity 180ms ease, transform 180ms ease;
    }

    .pf-mobile-appointment-strip.is-visible {
        opacity: 1;
        pointer-events: auto;
        transform: translateY(0);
    }

    .pf-mobile-appointment-strip__button,
    .pf-mobile-appointment-strip__button:visited {
        display: flex !important;
        align-items: center;
        justify-content: center;
        gap: 10px;
        width: 100%;
        min-height: 56px;
        padding: 14px 20px !important;
        border: 1px solid #FFCB06 !important;
        border-radius: 0 !important;
        background: #FFCB06 !important;
        color: #4b332e !important;
        font-size: 15px !important;
        font-weight: 800 !important;
        line-height: 1.2 !important;
        letter-spacing: 0 !important;
        text-align: center;
        text-decoration: none !important;
        text-transform: uppercase;
    }

    .pf-mobile-appointment-strip__button:hover,
    .pf-mobile-appointment-strip__button:focus {
        background: #f2bd00 !important;
        border-color: #f2bd00 !important;
        color: #4b332e !important;
    }

    .pf-mobile-appointment-strip__button::before,
    .pf-mobile-appointment-strip__button::after {
        content: none !important;
        display: none !important;
        background: transparent !important;
        background-color: transparent !important;
    }

    .pf-mobile-appointment-strip__text,
    .pf-mobile-appointment-strip__icon,
    .pf-mobile-appointment-strip__icon i {
        color: inherit !important;
        line-height: 1 !important;
    }

    .pf-mobile-appointment-strip__icon {
        display: inline-flex;
        align-items: center;
        justify-content: center;
        font-size: 16px;
    }

}

@media screen and (max-width: 767px) {
    .pf-home-swiper__track,
    .pf-home-swiper__slide {
        left: 0 !important;
        right: 0 !important;
        width: 100% !important;
        min-width: 0 !important;
        max-width: 100% !important;
        min-height: 590px !important;
    }

    .pf-home-swiper__slide--banner {
        width: 100vw !important;
        max-width: 100vw !important;
        min-height: 0 !important;
        height: auto !important;
        aspect-ratio: 1086 / 1448 !important;
    }

    .pf-home-swiper__slide--banner picture,
    .pf-home-swiper__slide--banner img {
        width: 100vw !important;
        max-width: 100vw !important;
        height: auto !important;
        aspect-ratio: 1086 / 1448 !important;
    }

    .pf-home-swiper__slide--banner img {
        object-fit: contain !important;
        object-position: center top !important;
    }

    .pf-home-hero__content {
        align-items: center !important;
        box-sizing: border-box !important;
        display: flex !important;
        flex-direction: column !important;
        justify-content: flex-start !important;
        height: auto !important;
        min-height: 0 !important;
        opacity: 1 !important;
        visibility: visible !important;
        width: 100% !important;
        max-width: 360px !important;
        margin-right: auto !important;
        margin-left: auto !important;
        padding: 26px 16px 30px !important;
        text-align: center !important;
    }

    .pf-home-hero h1 {
        font-size: 40px !important;
    }

    .pf-home-stat,
    .pf-home-stat:first-child {
        justify-items: center !important;
        align-content: center !important;
        padding: 6px 0 !important;
        text-align: center !important;
    }

    .pf-home-stat strong,
    .pf-home-stat span:last-child {
        text-align: center !important;
    }

    .pf-home-stats,
    .pf-home-callback,
    .pf-home-hero__book {
        width: 100% !important;
        max-width: 304px !important;
        margin-right: auto !important;
        margin-left: auto !important;
    }

    .pf-home-hero__book {
        justify-content: center !important;
    }

    .pf-home-callback label {
        grid-template-columns: 82px minmax(0, 1fr) !important;
        height: 44px !important;
        min-height: 44px !important;
    }

    .pf-home-callback input {
        min-height: 44px !important;
    }

    .pf-home-callback button {
        height: 44px !important;
        min-height: 44px !important;
        max-height: 44px !important;
    }

    .pf-home-header__top {
        padding: 6px 28px !important;
    }
}

body.page-id-44993 {
  overflow-x: hidden !important;
}

body.page-id-44993 .cmsmasters-main,
body.page-id-44993 .cmsmasters-main__outer,
body.page-id-44993 .cmsmasters-main__inner,
body.page-id-44993 .cmsmasters-content-wrap,
body.page-id-44993 .cmsmasters-content {
  width: 100% !important;
  max-width: none !important;
  margin: 0 !important;
  padding: 0 !important;
}

body.page-id-44993 .cmsmasters-content > .pf-partner-page {
  margin: 0 !important;
}

.pf-partner-page {
  --pf-ink: #163139;
  --pf-ink-2: #243f46;
  --pf-muted: #65777b;
  --pf-line: rgba(22, 49, 57, 0.14);
  --pf-soft: #f4f1ed;
  --pf-white: #ffffff;
  --pf-teal: #708e86;
  --pf-sage: #b0c4bb;
  --pf-clay: #9a6657;
  width: 100%;
  color: var(--pf-ink);
  background: #fff;
  font-family: inherit;
  overflow: hidden;
}

.pf-partner-page *,
.pf-partner-page *::before,
.pf-partner-page *::after {
  box-sizing: border-box;
}

.pfp-container {
  width: min(1180px, calc(100% - 48px));
  margin: 0 auto;
}

.pfp-section {
  padding: 76px 0;
}

.pfp-kicker {
  margin: 0 0 14px;
  color: var(--pf-teal);
  font-size: 12px;
  line-height: 1.4;
  font-weight: 800;
  letter-spacing: 2.4px;
  text-transform: uppercase;
}

.pf-partner-page h1,
.pf-partner-page h2,
.pf-partner-page h3,
.pf-partner-page p {
  margin-top: 0;
  letter-spacing: 0 !important;
}

.pf-partner-page h1 {
  margin-bottom: 22px;
  max-width: 760px;
  color: var(--pf-ink);
  font-size: 48px;
  line-height: 1.02;
  font-weight: 560;
}

.pf-partner-page h2 {
  margin-bottom: 18px;
  color: var(--pf-ink);
  font-size: clamp(34px, 4vw, 56px);
  line-height: 1.06;
  font-weight: 540;
}

.pf-partner-page h3 {
  margin-bottom: 14px;
  color: var(--pf-ink);
  font-size: 24px;
  line-height: 1.24;
  font-weight: 600;
}

.pf-partner-page p {
  margin-bottom: 0;
  color: var(--pf-muted);
  font-size: 17px;
  line-height: 1.72;
}

.pfp-hero {
  position: relative;
  min-height: 720px;
  display: flex;
  align-items: stretch;
  color: var(--pf-ink);
  isolation: isolate;
  background:
    radial-gradient(circle at 12% 20%, rgba(176, 196, 187, 0.34), transparent 28%),
    linear-gradient(135deg, #fbf8f3 0%, #f4f1ed 48%, #e9f4f5 100%);
}

.pfp-hero::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -1;
  background:
    linear-gradient(90deg, rgba(255, 255, 255, 0.74), rgba(255, 255, 255, 0.2)),
    repeating-linear-gradient(135deg, rgba(112, 142, 134, 0.08) 0 1px, transparent 1px 28px);
  opacity: 0.8;
}

.pfp-hero-grid {
  display: grid;
  grid-template-columns: minmax(0, 0.88fr) minmax(420px, 1.12fr);
  gap: 58px;
  align-items: center;
  padding: 0 0 76px;
}

.pfp-hero-copy {
  max-width: 650px;
}

.pfp-hero-copy h1 {
  max-width: 580px;
  color: var(--pf-ink);
}

.pfp-hero-copy .pfp-kicker {
  color: var(--pf-teal);
}

.pfp-hero-copy p {
  max-width: 620px;
  color: var(--pf-muted);
  font-size: 18px;
}

.pfp-hero-points {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 12px;
  margin-top: 28px;
}

.pfp-hero-points span {
  min-height: 92px;
  padding: 18px 16px;
  border: 1px solid rgba(22, 49, 57, 0.12);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.72);
  box-shadow: 0 18px 50px rgba(22, 49, 57, 0.08);
  color: var(--pf-muted);
  font-size: 13px;
  line-height: 1.35;
  font-weight: 700;
}

.pfp-hero-points strong {
  display: block;
  margin-bottom: 8px;
  color: var(--pf-clay);
  font-size: 28px;
  line-height: 1;
  font-weight: 650;
}

.pfp-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  margin-top: 34px;
}

.pfp-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 54px;
  padding: 15px 24px;
  border-radius: 999px;
  border: 1px solid transparent;
  font-size: 13px;
  line-height: 1;
  font-weight: 800;
  letter-spacing: 2px;
  text-transform: uppercase;
  text-decoration: none !important;
  transition: transform 0.18s ease, background 0.18s ease, color 0.18s ease, border-color 0.18s ease;
}

.pfp-btn:hover {
  transform: translateY(-2px);
}

.pfp-btn-primary {
  background: var(--pf-ink);
  color: #fff !important;
}

.pfp-btn-primary:hover {
  background: var(--pf-clay);
  color: #fff !important;
}

.pfp-btn-light {
  background: rgba(255, 255, 255, 0.64);
  border-color: rgba(22, 49, 57, 0.22);
  color: var(--pf-ink) !important;
}

.pfp-btn-light:hover {
  background: var(--pf-sage);
  border-color: var(--pf-sage);
  color: #fff !important;
}

.pfp-hero-map {
  position: relative;
  padding: 0;
  border-radius: 6px;
  background: transparent;
  border: 0;
  box-shadow: none;
}

.pfp-hero-map img {
  display: block;
  width: 100%;
  height: auto;
  aspect-ratio: auto;
  object-fit: contain;
  object-position: center;
  border-radius: 6px;
  opacity: 0.96;
}

.pfp-two-col,
.pfp-founder-grid,
.pfp-final-grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(360px, 0.9fr);
  gap: 72px;
  align-items: center;
}

.pfp-copy p + p {
  margin-top: 18px;
}

.pfp-photo-grid {
  display: grid;
  grid-template-columns: minmax(260px, 380px);
  justify-content: center;
  align-items: center;
}

.pfp-photo-grid img,
.pfp-founder-image img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 8px;
}

.pfp-short-embed {
  width: 100%;
  aspect-ratio: 9 / 16;
  min-height: 0;
  overflow: hidden;
  border-radius: 8px;
  background: #111;
}

.pfp-short-embed iframe {
  display: block;
  width: 100%;
  height: 100%;
  min-height: 0;
  border: 0;
}

.pfp-media-large {
  min-height: 470px;
}

.pfp-impact,
.pfp-cities-section {
  background: var(--pf-soft);
}

.pfp-intro {
  padding-top: 68px;
}

.pfp-heading-center {
  max-width: 820px;
  margin: 0 auto 42px;
  text-align: center;
}

.pfp-heading-center p:not(.pfp-kicker) {
  max-width: 700px;
  margin-left: auto;
  margin-right: auto;
}

.pfp-stat-grid {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 14px;
}

.pfp-stat {
  min-height: 164px;
  padding: 26px 18px;
  border: 1px solid var(--pf-line);
  border-radius: 8px;
  background: #fff;
  text-align: center;
}

.pfp-stat strong {
  display: block;
  color: var(--pf-clay);
  font-size: clamp(30px, 3vw, 44px);
  line-height: 1;
  font-weight: 620;
}

.pfp-stat span {
  display: block;
  margin-top: 14px;
  color: var(--pf-muted);
  font-size: 14px;
  line-height: 1.45;
}

.pfp-founder-grid {
  grid-template-columns: minmax(330px, 470px) minmax(0, 1fr);
}

.pf-home-founder-strip .pfp-copy h2 {
  font-size: 43px;
}

@media screen and (max-width: 767px) {
  .pf-home-founder-strip .pfp-copy h2 {
    font-size: 30px;
  }
}

.pfp-founder-image {
  position: relative;
}

.pfp-founder-image::before {
  content: "";
  position: absolute;
  inset: 28px -28px -28px 28px;
  z-index: 0;
  border-radius: 8px;
  background: var(--pf-soft);
}

.pfp-founder-image img {
  position: relative;
  z-index: 1;
  aspect-ratio: 1 / 1.08;
  object-position: top center;
}

.pfp-highlight-list {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
  margin-top: 28px;
}

.pfp-highlight-list span,
.pfp-difference-list span {
  position: relative;
  display: block;
  padding: 14px 16px 14px 40px;
  border: 1px solid var(--pf-line);
  border-radius: 8px;
  background: #fff;
  color: var(--pf-ink-2);
  font-size: 14px;
  line-height: 1.45;
  font-weight: 600;
}

.pfp-highlight-list span::before,
.pfp-difference-list span::before {
  content: "";
  position: absolute;
  left: 17px;
  top: 20px;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: var(--pf-teal);
}

.pfp-city-grid {
  display: grid;
  grid-template-columns: repeat(6, minmax(0, 1fr));
  gap: 10px;
}

.pfp-city-grid span {
  display: flex;
  min-height: 42px;
  align-items: center;
  justify-content: center;
  padding: 8px 12px;
  border: 1px solid var(--pf-line);
  border-radius: 999px;
  background: #fff;
  color: var(--pf-ink-2);
  font-size: 13px;
  line-height: 1.35;
  font-weight: 700;
  text-align: center;
}

.pfp-card-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
}

.pfp-card {
  min-height: 245px;
  padding: 34px 30px;
  border: 1px solid var(--pf-line);
  border-radius: 8px;
  background: #fff;
  box-shadow: 0 18px 48px rgba(22, 49, 57, 0.06);
}

.pfp-card p {
  font-size: 16px;
}

.pfp-difference {
  padding-top: 0;
}

.pfp-difference-box {
  padding: 72px;
  border-radius: 8px;
  color: #fff;
  background:
    linear-gradient(90deg, rgba(18, 45, 52, 0.92), rgba(18, 45, 52, 0.74)),
    url("../img/Contact-Us-1-1536x529.webp") center / cover no-repeat;
}

.pfp-difference-box .pfp-kicker {
  color: var(--pf-sage);
}

.pfp-difference-box h2 {
  max-width: 780px;
  color: #fff;
}

.pfp-difference-box p {
  max-width: 760px;
  color: rgba(255, 255, 255, 0.78);
}

.pfp-difference-list {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 12px;
  margin-top: 34px;
}

.pfp-difference-list span {
  background: rgba(255, 255, 255, 0.1);
  border-color: rgba(255, 255, 255, 0.2);
  color: #fff;
}

.pfp-difference-list span::before {
  background: var(--pf-sage);
}

.pfp-final {
  padding: 80px 0;
  background: var(--pf-ink);
  color: #fff;
}

.pfp-final-grid {
  grid-template-columns: minmax(0, 1fr) minmax(320px, 420px);
}

.pfp-final .pfp-kicker {
  color: var(--pf-sage);
}

.pfp-final h2 {
  max-width: 780px;
  color: #fff;
}

.pfp-final p {
  max-width: 720px;
  color: rgba(255, 255, 255, 0.76);
}

.pfp-final-card {
  padding: 34px;
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.08);
  border: 1px solid rgba(255, 255, 255, 0.16);
}

.pfp-final-card span {
  display: block;
  margin-bottom: 12px;
  color: rgba(255, 255, 255, 0.7);
  font-size: 13px;
  font-weight: 800;
  letter-spacing: 2px;
  text-transform: uppercase;
}

.pfp-final-card a {
  color: #fff !important;
  display: inline-block;
  max-width: 100%;
  font-size: clamp(18px, 1.45vw, 23px);
  line-height: 1.2;
  font-weight: 560;
  white-space: nowrap;
  text-decoration: underline;
  text-underline-offset: 5px;
}

@media (max-width: 1100px) {
  .pfp-stat-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .pfp-city-grid {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }

  .pfp-difference-list {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 900px) {
  .pfp-section {
    padding: 62px 0;
  }

  .pfp-hero {
    min-height: auto;
  }

  .pfp-hero-grid,
  .pfp-two-col,
  .pfp-founder-grid,
  .pfp-final-grid {
    grid-template-columns: 1fr;
  }

  .pfp-hero-grid {
    gap: 40px;
    padding: 40px 0 64px;
  }

  .pfp-hero-copy {
    max-width: 760px;
  }

  .pfp-hero-map {
    max-width: 760px;
  }

  .pfp-photo-grid {
    max-width: 640px;
  }

  .pfp-card-grid {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 680px) {
  .pfp-container {
    width: min(100% - 32px, 1180px);
  }

  .pfp-section {
    padding: 50px 0;
  }

  .pf-partner-page h1 {
    font-size: 40px;
    line-height: 1.03;
  }

  .pf-partner-page h2 {
    font-size: 31px;
    line-height: 1.12;
  }

  .pf-partner-page h3 {
    font-size: 22px;
  }

  .pf-partner-page p {
    font-size: 16px;
    line-height: 1.62;
  }

  .pfp-hero-grid {
    gap: 28px;
    padding: 24px 0 44px;
  }

  .pfp-hero-points {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 8px;
    margin-top: 20px;
  }

  .pfp-hero-points span {
    min-height: auto;
    padding: 12px 10px;
    font-size: 11px;
  }

  .pfp-hero-points strong {
    font-size: 22px;
  }

  .pfp-hero-map {
    padding: 0;
  }

  .pfp-hero-map img {
    aspect-ratio: auto;
  }

  .pfp-hero-copy p {
    font-size: 16px;
  }

  .pfp-actions,
  .pfp-btn {
    width: 100%;
  }

  .pfp-photo-grid,
  .pfp-highlight-list,
  .pfp-stat-grid,
  .pfp-city-grid,
  .pfp-difference-list {
    grid-template-columns: 1fr;
  }

  .pfp-media-large {
    min-height: 260px;
    margin-top: 0;
  }

  .pfp-short-embed iframe {
    min-height: 0;
  }

  .pfp-founder-image::before {
    inset: 18px -12px -18px 18px;
  }

  .pfp-difference-box {
    padding: 42px 22px;
  }

  .pfp-final-card {
    padding: 26px 22px;
  }

  .pfp-final-card a {
    font-size: clamp(17px, 5.2vw, 20px);
    white-space: nowrap;
  }
}
/* End Partner With Pain Free page */
/* Pain Free custom doctor profile template */
body.single-cmsms_doctor {
	background: #f7f4ef;
}

.pf-doctor-single {
	color: #173238;
	font-family: "Rethink Sans Local", Arial, sans-serif;
	overflow: hidden;
}

.pf-doctor-single a {
	color: inherit;
}

.pf-doctor-hero {
	padding: 54px 24px 34px;
	background:
		linear-gradient(135deg, rgba(255, 255, 255, .96), rgba(247, 244, 239, .94)),
		repeating-linear-gradient(135deg, rgba(23, 50, 56, .045) 0, rgba(23, 50, 56, .045) 1px, transparent 1px, transparent 22px);
}

.pf-doctor-hero__inner,
.pf-doctor-main__grid,
.pf-doctor-booking,
.pf-doctor-more {
	width: min(1180px, 100%);
	margin: 0 auto;
}

.pf-doctor-hero__inner {
	display: grid;
	grid-template-columns: minmax(0, 1.08fr) minmax(320px, .72fr);
	gap: 46px;
	align-items: center;
}

.pf-doctor-hero__content {
	max-width: 720px;
}

.pf-doctor-crumb {
	display: inline-flex;
	align-items: center;
	padding: 9px 14px;
	border: 1px solid rgba(77, 51, 45, .15);
	border-radius: 999px;
	background: rgba(255, 255, 255, .7);
	color: #9d614f;
	font-size: 13px;
	font-weight: 800;
	letter-spacing: .08em;
	text-decoration: none;
	text-transform: uppercase;
}

.pf-doctor-kicker,
.pf-doctor-eyebrow {
	margin: 18px 0 10px;
	color: #6a7a7d;
	font-size: 14px;
	font-weight: 900;
	letter-spacing: .08em;
	text-transform: uppercase;
}

.pf-doctor-hero h1 {
	margin: 0;
	max-width: 680px;
	color: #173238;
	font-family: "Rethink Sans Local", Arial, sans-serif;
	font-size: clamp(42px, 5.4vw, 78px);
	font-weight: 500;
	line-height: .98;
	letter-spacing: 0;
}

.pf-doctor-lede {
	margin: 24px 0 0;
	max-width: 640px;
	color: #65777b;
	font-size: 20px;
	line-height: 1.7;
}

.pf-doctor-hero__actions {
	display: flex;
	flex-wrap: wrap;
	gap: 14px;
	margin-top: 30px;
}

.pf-doctor-btn {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	gap: 10px;
	min-height: 54px;
	padding: 15px 24px;
	border: 1px solid transparent;
	border-radius: 999px;
	font-size: 14px;
	font-weight: 900;
	letter-spacing: .12em;
	text-decoration: none;
	text-transform: uppercase;
	transition: transform .2s ease, background-color .2s ease, border-color .2s ease;
}

.pf-doctor-btn:hover {
	transform: translateY(-2px);
	text-decoration: none;
}

.pf-doctor-btn--primary {
	background: #ffcb06;
	color: #4b332e;
}

.pf-doctor-btn--primary:hover {
	background: #f0bd00;
	color: #4b332e;
}

.pf-doctor-btn--light {
	background: #ffffff;
	border-color: rgba(77, 51, 45, .2);
	color: #4b332e;
}

.pf-doctor-btn--light:hover {
	border-color: #9d614f;
	color: #4b332e;
}

.pf-doctor-stats {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 14px;
	margin-top: 36px;
}

.pf-doctor-stats div,
.pf-doctor-card {
	border: 1px solid rgba(77, 51, 45, .12);
	border-radius: 14px;
	background: rgba(255, 255, 255, .82);
	box-shadow: 0 18px 52px rgba(23, 50, 56, .08);
}

.pf-doctor-stats div {
	padding: 20px;
}

.pf-doctor-stats strong {
	display: block;
	color: #9d614f;
	font-size: 26px;
	line-height: 1.15;
}

.pf-doctor-stats span {
	display: block;
	margin-top: 8px;
	color: #5f7074;
	font-size: 13px;
	font-weight: 800;
	text-transform: uppercase;
}

.pf-doctor-hero__media {
	position: relative;
	padding: 14px;
	border: 1px solid rgba(77, 51, 45, .16);
	border-radius: 26px;
	background: #fff;
	box-shadow: 0 28px 70px rgba(23, 50, 56, .16);
}

.pf-doctor-hero__media::before {
	position: absolute;
	right: -18px;
	bottom: 42px;
	z-index: -1;
	width: 46%;
	height: 58%;
	border-radius: 22px;
	background: #9d614f;
	content: "";
	opacity: .16;
}

.pf-doctor-hero__media img {
	display: block;
	width: 100%;
	aspect-ratio: 4 / 5;
	border-radius: 18px;
	object-fit: cover;
	object-position: center top;
}

.pf-doctor-main {
	padding: 58px 24px;
	background: #ffffff;
}

.pf-doctor-main__grid {
	display: grid;
	grid-template-columns: minmax(0, 1fr) 380px;
	gap: 28px;
	align-items: start;
}

.pf-doctor-main__content {
	display: grid;
	gap: 24px;
}

.pf-doctor-card {
	padding: 32px;
}

.pf-doctor-card h2,
.pf-doctor-booking h2,
.pf-doctor-section-head h2 {
	margin: 0 0 18px;
	color: #173238;
	font-family: "Rethink Sans Local", Arial, sans-serif;
	font-size: clamp(28px, 3vw, 44px);
	font-weight: 500;
	line-height: 1.08;
	letter-spacing: 0;
}

.pf-doctor-card p {
	color: #65777b;
	font-size: 18px;
	line-height: 1.85;
}

.pf-doctor-tags {
	display: flex;
	flex-wrap: wrap;
	gap: 12px;
	margin-top: 12px;
}

.pf-doctor-tags span {
	display: inline-flex;
	align-items: center;
	min-height: 42px;
	padding: 10px 15px;
	border: 1px solid rgba(157, 97, 79, .18);
	border-radius: 999px;
	background: #f7f4ef;
	color: #173238;
	font-weight: 800;
}

.pf-doctor-side {
	display: grid;
	gap: 22px;
	position: sticky;
	top: 104px;
}

.pf-doctor-info ul {
	display: grid;
	gap: 16px;
	margin: 0;
	padding: 0;
	list-style: none;
}

.pf-doctor-info li,
.pf-doctor-schedule div {
	display: flex;
	justify-content: space-between;
	gap: 18px;
	padding-bottom: 14px;
	border-bottom: 1px solid rgba(77, 51, 45, .12);
}

.pf-doctor-info li:last-child,
.pf-doctor-schedule div:last-child {
	padding-bottom: 0;
	border-bottom: 0;
}

.pf-doctor-info span,
.pf-doctor-schedule span {
	color: #6a7a7d;
	font-size: 13px;
	font-weight: 900;
	letter-spacing: .08em;
	text-transform: uppercase;
}

.pf-doctor-info strong,
.pf-doctor-schedule strong {
	max-width: 58%;
	color: #173238;
	font-size: 15px;
	font-weight: 800;
	text-align: right;
}

.pf-doctor-socials {
	display: flex;
	gap: 10px;
	margin-top: 24px;
}

.pf-doctor-socials a {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 42px;
	height: 42px;
	border-radius: 50%;
	background: #4b332e;
	color: #ffffff;
	text-decoration: none;
}

.pf-doctor-schedule {
	background: #4b332e;
	color: #ffffff;
}

.pf-doctor-schedule h2,
.pf-doctor-schedule span,
.pf-doctor-schedule strong {
	color: #ffffff;
}

.pf-doctor-schedule div {
	border-color: rgba(255, 255, 255, .16);
}

.pf-doctor-booking {
	display: grid;
	grid-template-columns: minmax(0, .85fr) minmax(340px, .65fr);
	gap: 34px;
	align-items: center;
	padding: 64px 24px;
}

.pf-doctor-booking__copy p:not(.pf-doctor-eyebrow) {
	max-width: 620px;
	color: #65777b;
	font-size: 18px;
	line-height: 1.75;
}

.pf-doctor-booking__form .pf-appointment-form,
.pf-doctor-booking__form form {
	margin: 0;
}

.pf-doctor-more {
	padding: 24px 24px 78px;
}

.pf-doctor-section-head {
	margin-bottom: 24px;
	text-align: center;
}

.pf-doctor-more__grid {
	display: grid;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	gap: 18px;
}

.pf-doctor-mini {
	display: grid;
	gap: 12px;
	padding: 12px;
	border: 1px solid rgba(77, 51, 45, .12);
	border-radius: 14px;
	background: #ffffff;
	text-decoration: none;
	box-shadow: 0 18px 50px rgba(23, 50, 56, .08);
	transition: transform .2s ease, box-shadow .2s ease;
}

.pf-doctor-mini:hover {
	transform: translateY(-4px);
	box-shadow: 0 24px 62px rgba(23, 50, 56, .12);
	text-decoration: none;
}

.pf-doctor-mini img {
	width: 100%;
	aspect-ratio: 4 / 4.4;
	border-radius: 10px;
	object-fit: cover;
	object-position: center top;
}

.pf-doctor-mini span {
	color: #173238;
	font-size: 18px;
	font-weight: 900;
}

.pf-doctor-mini small {
	color: #65777b;
	font-size: 13px;
	line-height: 1.45;
}

@media (max-width: 1024px) {
	.pf-doctor-hero__inner,
	.pf-doctor-main__grid,
	.pf-doctor-booking {
		grid-template-columns: 1fr;
	}

	.pf-doctor-side {
		position: static;
	}

	.pf-doctor-more__grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}
}

@media (max-width: 767px) {
	.pf-doctor-hero {
		padding: 32px 18px 24px;
	}

	.pf-doctor-hero h1 {
		font-size: 42px;
	}

	.pf-doctor-lede,
	.pf-doctor-card p {
		font-size: 16px;
	}

	.pf-doctor-hero__actions,
	.pf-doctor-stats {
		display: grid;
		grid-template-columns: 1fr;
	}

	.pf-doctor-btn {
		width: 100%;
	}

	.pf-doctor-main,
	.pf-doctor-booking,
	.pf-doctor-more {
		padding-left: 18px;
		padding-right: 18px;
	}

	.pf-doctor-card {
		padding: 24px;
	}

	.pf-doctor-info li,
	.pf-doctor-schedule div {
		display: grid;
		gap: 6px;
	}

	.pf-doctor-info strong,
	.pf-doctor-schedule strong {
		max-width: 100%;
		text-align: left;
	}

	.pf-doctor-more__grid {
		grid-template-columns: 1fr;
	}
}

/* Doctor single redesign: section 1 and shared typography */
body.single-cmsms_doctor {
	background: #f4f1eb;
	overflow: visible !important;
}

body.single-cmsms_doctor .pf-doctor-single {
	background: #f4f1eb;
	color: rgb(101, 119, 123);
	font-family: "Public Sans", sans-serif;
	font-size: 17px;
	font-style: normal;
	font-weight: 300;
	line-height: 29px;
	overflow: visible !important;
}

body.single-cmsms_doctor .pf-doctor-single h1,
body.single-cmsms_doctor .pf-doctor-single h2,
body.single-cmsms_doctor .pf-doctor-single h3,
body.single-cmsms_doctor .pf-doctor-single h4 {
	color: #163139;
	font-family: "Tenor Sans", serif;
	font-size: 40px;
	font-style: normal;
	font-weight: 400;
	letter-spacing: 0;
	line-height: 1.18;
}

body.single-cmsms_doctor .pf-doctor-card h2,
body.single-cmsms_doctor .pf-doctor-section-head h2,
body.single-cmsms_doctor .pf-doctor-blog-card h3 {
	font-size: 32px;
}

body.single-cmsms_doctor .pf-doctor-single p,
body.single-cmsms_doctor .pf-doctor-single li,
body.single-cmsms_doctor .pf-doctor-single span,
body.single-cmsms_doctor .pf-doctor-single small {
	font-family: "Public Sans", sans-serif;
}

body.single-cmsms_doctor .pf-doctor-shell {
	padding: 54px 24px 76px;
	background:
		linear-gradient(180deg, #f4f1eb 0, #f4f1eb 132px, #ffffff 132px, #ffffff 100%);
	overflow: visible !important;
}

body.single-cmsms_doctor .pf-doctor-shell__inner,
body.single-cmsms_doctor .pf-doctor-more {
	width: min(1360px, 100%);
	margin: 0 auto;
}

body.single-cmsms_doctor .pf-doctor-shell__inner {
	display: grid;
	grid-template-columns: minmax(0, 75%) minmax(290px, 25%);
	gap: 28px;
	align-items: start;
	overflow: visible !important;
}

body.single-cmsms_doctor .pf-doctor-content {
	display: grid;
	gap: 24px;
	min-width: 0;
}

body.single-cmsms_doctor .pf-doctor-intro {
	display: grid;
	grid-template-columns: 250px minmax(0, 1fr);
	gap: 28px;
	align-items: stretch;
}

body.single-cmsms_doctor .pf-doctor-intro__photo,
body.single-cmsms_doctor .pf-doctor-intro__card,
body.single-cmsms_doctor .pf-doctor-card,
body.single-cmsms_doctor .pf-doctor-sidebar__form,
body.single-cmsms_doctor .pf-doctor-sidebar__promo {
	border: 1px solid rgba(77, 51, 45, .1);
	border-radius: 14px;
	background: #ffffff;
	box-shadow: 0 14px 38px rgba(22, 49, 57, .1);
}

body.single-cmsms_doctor .pf-doctor-intro__photo {
	padding: 14px;
}

body.single-cmsms_doctor .pf-doctor-intro__photo img {
	display: block;
	width: 100%;
	height: 100%;
	min-height: 252px;
	border-radius: 12px;
	background: #9d614f;
	object-fit: cover;
	object-position: center top;
}

body.single-cmsms_doctor .pf-doctor-intro__card {
	display: flex;
	flex-direction: column;
	justify-content: center;
	padding: 24px 30px;
}

body.single-cmsms_doctor .pf-doctor-eyebrow {
	margin: 0 0 9px;
	color: #9d614f;
	font-size: 12px;
	font-weight: 700;
	letter-spacing: .12em;
	line-height: 1.4;
	text-transform: uppercase;
}

body.single-cmsms_doctor .pf-doctor-intro h1 {
	margin: 0 0 12px;
}

body.single-cmsms_doctor .pf-doctor-intro__facts {
	display: grid;
	gap: 7px;
	margin-bottom: 18px;
}

body.single-cmsms_doctor .pf-doctor-intro__facts strong {
	color: #163139;
	font-family: "Public Sans", sans-serif;
	font-size: 18px;
	font-weight: 500;
	line-height: 25px;
}

body.single-cmsms_doctor .pf-doctor-intro__specialty {
	display: inline-flex;
	width: fit-content;
	max-width: 100%;
	margin-top: 4px;
	padding: 8px 12px;
	border: 1px solid rgba(157, 97, 79, .18);
	border-radius: 999px;
	background: rgba(255, 203, 6, .18);
	color: #163139;
	font-size: 14px;
	font-weight: 500;
	line-height: 20px;
}

body.single-cmsms_doctor .pf-doctor-intro__actions {
	display: grid;
	grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
	gap: 16px;
	max-width: 620px;
}

body.single-cmsms_doctor .pf-doctor-btn {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	gap: 9px;
	min-height: 48px;
	padding: 12px 18px;
	border: 1px solid transparent;
	border-radius: 8px;
	font-family: "Public Sans", sans-serif;
	font-size: 16px;
	font-weight: 700;
	letter-spacing: 0;
	line-height: 1.2;
	text-decoration: none;
	text-transform: none;
	transition: transform .2s ease, background-color .2s ease, border-color .2s ease, color .2s ease;
}

body.single-cmsms_doctor .pf-doctor-btn:hover {
	transform: translateY(-1px);
	text-decoration: none;
}

body.single-cmsms_doctor .pf-doctor-btn--primary {
	background: #ffcb06;
	color: #4b332e;
}

body.single-cmsms_doctor .pf-doctor-btn--primary:hover {
	background: #e9b900;
	color: #4b332e;
}

body.single-cmsms_doctor .pf-doctor-btn--secondary {
	background: #4b332e;
	color: #ffffff;
}

body.single-cmsms_doctor .pf-doctor-btn--secondary:hover {
	background: #36231f;
	color: #ffffff;
}

body.single-cmsms_doctor .pf-doctor-card {
	padding: 34px;
}

body.single-cmsms_doctor .pf-doctor-card h2 {
	margin: 0 0 16px;
}

body.single-cmsms_doctor .pf-doctor-card p {
	margin: 0 0 16px;
	color: rgb(101, 119, 123);
	font-family: "Public Sans", sans-serif;
	font-size: 17px;
	font-weight: 300;
	line-height: 29px;
}

body.single-cmsms_doctor .pf-doctor-card p:last-child {
	margin-bottom: 0;
}

body.single-cmsms_doctor .pf-doctor-tags {
	display: flex;
	flex-wrap: wrap;
	gap: 10px;
	margin-top: 16px;
}

body.single-cmsms_doctor .pf-doctor-tags span {
	display: inline-flex;
	align-items: center;
	min-height: 38px;
	padding: 8px 13px;
	border: 1px solid rgba(157, 97, 79, .18);
	border-radius: 999px;
	background: #f4f1eb;
	color: #163139;
	font-size: 14px;
	font-weight: 500;
	line-height: 20px;
}

body.single-cmsms_doctor .pf-doctor-schedule {
	background: #ffffff;
	color: rgb(101, 119, 123);
}

body.single-cmsms_doctor .pf-doctor-schedule h2 {
	color: #163139;
}

body.single-cmsms_doctor .pf-doctor-schedule div {
	display: flex;
	justify-content: space-between;
	gap: 20px;
	padding: 13px 0;
	border-bottom: 1px solid rgba(77, 51, 45, .12);
}

body.single-cmsms_doctor .pf-doctor-schedule div:last-child {
	padding-bottom: 0;
	border-bottom: 0;
}

body.single-cmsms_doctor .pf-doctor-schedule span {
	color: rgb(101, 119, 123);
	font-size: 15px;
	font-weight: 300;
	line-height: 23px;
}

body.single-cmsms_doctor .pf-doctor-schedule strong {
	color: #163139;
	font-size: 15px;
	font-weight: 500;
	line-height: 23px;
	text-align: right;
}

body.single-cmsms_doctor .pf-doctor-location {
	display: grid;
	grid-template-columns: minmax(0, .86fr) minmax(320px, 1.14fr);
	gap: 26px;
	align-items: stretch;
	background:
		linear-gradient(135deg, rgba(255, 203, 6, .08), rgba(157, 97, 79, .06)),
		#ffffff;
}

body.single-cmsms_doctor .pf-doctor-location h2 {
	margin-bottom: 12px;
}

body.single-cmsms_doctor .pf-doctor-location p:not(.pf-doctor-eyebrow) {
	max-width: 680px;
	margin: 0;
}

body.single-cmsms_doctor .pf-doctor-location__copy {
	display: flex;
	flex-direction: column;
	justify-content: center;
	min-height: 260px;
}

body.single-cmsms_doctor .pf-doctor-location__map {
	overflow: hidden;
	min-height: 280px;
	border: 1px solid rgba(75, 51, 46, .1);
	border-radius: 14px;
	background: #f8f3f0;
	box-shadow: 0 18px 42px rgba(22, 49, 57, .08);
}

body.single-cmsms_doctor .pf-doctor-location__map iframe {
	display: block;
	width: 100%;
	height: 100%;
	min-height: 280px;
	border: 0;
}

body.single-cmsms_doctor .pf-doctor-feedback {
	overflow: visible;
	background:
		linear-gradient(135deg, rgba(22, 49, 57, .03), rgba(255, 203, 6, .055)),
		#ffffff;
}

body.single-cmsms_doctor .pf-doctor-feedback__head h2 {
	margin-bottom: 18px;
	font-size: 32px;
}

body.single-cmsms_doctor .pf-doctor-feedback-slider {
	position: relative;
}

body.single-cmsms_doctor .pf-doctor-feedback-slider__viewport {
	overflow-x: hidden;
	overflow-y: visible;
	width: 100%;
	padding: 6px 0 14px;
}

body.single-cmsms_doctor .pf-doctor-feedback-slider__track {
	display: flex;
	gap: 18px;
	overflow-x: auto;
	overflow-y: visible;
	scroll-behavior: smooth;
	scrollbar-width: none;
	scroll-snap-type: x mandatory;
}

body.single-cmsms_doctor .pf-doctor-feedback-slider__track::-webkit-scrollbar {
	display: none;
}

body.single-cmsms_doctor .pf-doctor-feedback-card {
	flex: 0 0 calc((100% - 36px) / 3);
	min-width: 0;
	overflow: hidden;
	border: 1px solid rgba(22, 49, 57, .1);
	border-radius: 14px;
	background: #111f24;
	box-shadow: 0 14px 30px rgba(22, 49, 57, .12);
	scroll-snap-align: start;
}

body.single-cmsms_doctor .pf-doctor-feedback-card iframe {
	display: block;
	width: 100%;
	aspect-ratio: 9 / 16;
	height: auto;
	border: 0;
	background: #111f24;
}

body.single-cmsms_doctor .pf-doctor-feedback-slider__arrow {
	position: absolute;
	top: 50%;
	z-index: 3;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 46px;
	min-width: 46px;
	max-width: 46px;
	height: 46px;
	min-height: 46px;
	max-height: 46px;
	padding: 0 !important;
	border: 1px solid rgba(22, 49, 57, .08) !important;
	border-radius: 50% !important;
	background: #ffffff !important;
	background-color: #ffffff !important;
	color: #163139 !important;
	box-shadow: 0 12px 26px rgba(22, 49, 57, .12);
	transform: translateY(-50%);
}

body.single-cmsms_doctor .pf-doctor-feedback-slider__arrow i {
	display: block;
	width: 1em;
	height: 1em;
	font-size: 14px;
	line-height: 1;
}

body.single-cmsms_doctor .pf-doctor-feedback-slider__arrow::before,
body.single-cmsms_doctor .pf-doctor-feedback-slider__arrow::after {
	content: none !important;
	display: none !important;
}

body.single-cmsms_doctor .pf-doctor-feedback-slider__arrow:hover,
body.single-cmsms_doctor .pf-doctor-feedback-slider__arrow:focus {
	border-color: #ffcb06 !important;
	background: #ffcb06 !important;
	background-color: #ffcb06 !important;
	color: #4b332e !important;
}

body.single-cmsms_doctor .pf-doctor-feedback-slider__arrow:disabled {
	cursor: default;
	opacity: .35;
}

body.single-cmsms_doctor .pf-doctor-feedback-slider__arrow--prev {
	left: -22px;
}

body.single-cmsms_doctor .pf-doctor-feedback-slider__arrow--next {
	right: -22px;
}

body.single-cmsms_doctor .pf-doctor-treatments,
body.single-cmsms_doctor .pf-doctor-services {
	background:
		linear-gradient(135deg, rgba(22, 49, 57, .03), rgba(255, 203, 6, .06)),
		#ffffff;
	padding: 26px 30px;
}

body.single-cmsms_doctor .pf-doctor-treatments h2,
body.single-cmsms_doctor .pf-doctor-services h2 {
	margin-bottom: 14px;
	font-size: 32px;
}

body.single-cmsms_doctor .pf-doctor-treatments__list,
body.single-cmsms_doctor .pf-doctor-services__list {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 6px 22px;
}

body.single-cmsms_doctor .pf-doctor-treatments__list a,
body.single-cmsms_doctor .pf-doctor-services__list a {
	display: grid;
	grid-template-columns: 8px minmax(0, 1fr);
	gap: 10px;
	align-items: start;
	padding: 4px 0;
	color: #163139;
	font-family: "Public Sans", sans-serif;
	font-size: 14px;
	font-weight: 400;
	line-height: 20px;
	text-decoration: none;
	transition: color .18s ease, transform .18s ease;
}

body.single-cmsms_doctor .pf-doctor-treatments__list a:hover,
body.single-cmsms_doctor .pf-doctor-services__list a:hover {
	color: #9d614f;
	transform: translateX(3px);
	text-decoration: none;
}

body.single-cmsms_doctor .pf-doctor-treatments__list i,
body.single-cmsms_doctor .pf-doctor-services__list i {
	margin-top: 7px;
	color: #ffcb06;
	font-size: 5px;
	line-height: 1;
}

body.single-cmsms_doctor .pf-doctor-services {
	background:
		linear-gradient(135deg, rgba(157, 97, 79, .05), rgba(22, 49, 57, .025)),
		#ffffff;
}

body.single-cmsms_doctor .pf-doctor-sidebar {
	position: relative !important;
	top: auto;
	align-self: stretch;
	height: auto;
	min-width: 0;
	z-index: 5;
}

body.single-cmsms_doctor .pf-doctor-sidebar__sticky {
	position: -webkit-sticky;
	position: sticky;
	top: 80px !important;
	display: grid;
	gap: 10px;
}

body.single-cmsms_doctor .pf-doctor-sidebar__form {
	position: static;
	overflow: hidden;
	padding: 24px;
	padding-top: 10px;
	background: #ffffff;
}

body.single-cmsms_doctor .pf-doctor-sidebar__promo {
	display: block;
	overflow: hidden;
	line-height: 0;
	text-decoration: none;
}

body.single-cmsms_doctor .pf-doctor-sidebar__promo img {
	display: block;
	width: 100%;
	height: auto;
	border-radius: 14px;
}

body.single-cmsms_doctor .pf-doctor-sidebar__form h2,
body.single-cmsms_doctor .pf-doctor-sidebar__form .pf-appointment-form-title {
	margin: 0 0 10px;
	padding: 0;
	background: transparent;
	color: #4b332e;
	font-family: "Public Sans", sans-serif;
	font-size: 22px;
	font-weight: 800;
	line-height: 1.15;
	letter-spacing: 0;
	text-align: center;
}

body.single-cmsms_doctor .pf-doctor-sidebar__form label {
	display: grid;
	gap: 0;
	margin: 0;
	color: #4b332e;
	font-family: "Public Sans", sans-serif;
	font-size: 16px;
	font-weight: 400;
	line-height: 1.2;
}

body.single-cmsms_doctor .pf-doctor-sidebar__form label > span:first-child {
	position: absolute;
	width: 1px;
	height: 1px;
	overflow: hidden;
	clip: rect(0, 0, 0, 0);
	white-space: nowrap;
}

body.single-cmsms_doctor .pf-doctor-sidebar__form input,
body.single-cmsms_doctor .pf-doctor-sidebar__form select,
body.single-cmsms_doctor .pf-doctor-sidebar__form textarea {
	width: 100%;
	min-height: 48px;
	border: 1px solid #3b1c82;
	border-radius: 4px;
	padding: 0 14px;
	background: #ffffff;
	color: #4b332e;
	font-family: "Public Sans", sans-serif;
	font-size: 15px;
	font-weight: 500;
	outline: none;
}

body.single-cmsms_doctor .pf-doctor-sidebar__form select {
	appearance: auto;
	cursor: pointer;
}

body.single-cmsms_doctor .pf-doctor-sidebar__form input::placeholder {
	color: #b9ace5;
	opacity: 1;
}

body.single-cmsms_doctor .pf-doctor-sidebar__form input:focus,
body.single-cmsms_doctor .pf-doctor-sidebar__form select:focus,
body.single-cmsms_doctor .pf-doctor-sidebar__form textarea:focus {
	border-color: #ffcb06;
	box-shadow: 0 0 0 2px rgba(255, 203, 6, .26);
}

body.single-cmsms_doctor .pf-doctor-sidebar__form .pf-custom-appointment-popup__phone {
	display: grid;
	grid-template-columns: 62px minmax(0, 1fr);
	min-height: 50px;
	border: 1px solid #3b1c82;
	border-radius: 4px;
	overflow: hidden;
	background: #ffffff;
}

body.single-cmsms_doctor .pf-doctor-sidebar__form .pf-custom-appointment-popup__phone > span {
	display: flex;
	align-items: center;
	justify-content: center;
	border-right: 1px solid #3b1c82;
	color: #000000;
	font-size: 18px;
	font-weight: 700;
}

body.single-cmsms_doctor .pf-doctor-sidebar__form .pf-custom-appointment-popup__phone input {
	min-height: 48px;
	border: 0;
	border-radius: 0;
	box-shadow: none;
}

body.single-cmsms_doctor .pf-doctor-sidebar__form .pf-custom-appointment-popup__phone:focus-within {
	border-color: #ffcb06;
	box-shadow: 0 0 0 2px rgba(255, 203, 6, .26);
}

body.single-cmsms_doctor .pf-doctor-sidebar__form button,
body.single-cmsms_doctor .pf-doctor-sidebar__form input[type="submit"] {
	width: 100%;
	min-height: 50px;
	margin-top: 10px;
	border: 1px solid #ffcb06 !important;
	border-radius: 4px !important;
	padding: 0 22px !important;
	background: #ffcb06 !important;
	background-color: #ffcb06 !important;
	background-image: none !important;
	color: #4b332e !important;
	font-family: "Public Sans", sans-serif;
	font-size: 16px;
	font-weight: 800;
	line-height: 1;
	letter-spacing: 0;
	text-transform: uppercase;
}

body.single-cmsms_doctor .pf-doctor-sidebar__form button::before,
body.single-cmsms_doctor .pf-doctor-sidebar__form button::after,
body.single-cmsms_doctor .pf-doctor-sidebar__form input[type="submit"]::before,
body.single-cmsms_doctor .pf-doctor-sidebar__form input[type="submit"]::after {
	content: none !important;
	display: none !important;
}

body.single-cmsms_doctor .pf-doctor-sidebar__form button:hover,
body.single-cmsms_doctor .pf-doctor-sidebar__form button:focus,
body.single-cmsms_doctor .pf-doctor-sidebar__form input[type="submit"]:hover,
body.single-cmsms_doctor .pf-doctor-sidebar__form input[type="submit"]:focus {
	border-color: #f2bd00 !important;
	background: #f2bd00 !important;
	background-color: #f2bd00 !important;
	color: #4b332e !important;
}

body.single-cmsms_doctor .pf-doctor-more {
	padding: 70px 24px 76px;
}

body.single-cmsms_doctor .pf-doctor-more-slider {
	position: relative;
}

body.single-cmsms_doctor .pf-doctor-more-slider__viewport {
	overflow-x: hidden;
	overflow-y: visible;
	width: 100%;
	padding: 26px 0 28px;
	margin: -26px 0 -28px;
}

body.single-cmsms_doctor .pf-doctor-more-slider__track {
	display: flex;
	gap: 22px;
	overflow-x: auto;
	overflow-y: visible;
	padding: 4px 2px 30px;
	scroll-behavior: smooth;
	scroll-snap-type: x mandatory;
	scrollbar-width: none;
}

body.single-cmsms_doctor .pf-doctor-more-slider__track::-webkit-scrollbar {
	display: none;
}

body.single-cmsms_doctor .pf-doctor-more-card {
	display: flex;
	flex: 0 0 calc((100% - 66px) / 4);
	min-width: 0;
	flex-direction: column;
	overflow: hidden;
	border: 1px solid rgba(75, 51, 46, .09);
	border-radius: 8px;
	background: #ffffff;
	box-shadow: 0 14px 34px rgba(22, 49, 57, .09);
	scroll-snap-align: start;
	transition: transform .2s ease, box-shadow .2s ease, border-color .2s ease;
}

body.single-cmsms_doctor .pf-doctor-more-card:hover,
body.single-cmsms_doctor .pf-doctor-more-card:focus-within {
	border-color: rgba(157, 97, 79, .28);
	box-shadow: 0 20px 44px rgba(22, 49, 57, .14);
	transform: translateY(-3px);
}

body.single-cmsms_doctor .pf-doctor-more-card__photo {
	display: block;
	overflow: hidden;
	width: 100%;
	aspect-ratio: 1 / 1;
	background: linear-gradient(135deg, #efe5df 0%, #fbf8f6 100%);
	text-decoration: none;
}

body.single-cmsms_doctor .pf-doctor-more-card__photo img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center top;
	transition: transform .22s ease;
}

body.single-cmsms_doctor .pf-doctor-more-card:hover .pf-doctor-more-card__photo img,
body.single-cmsms_doctor .pf-doctor-more-card:focus-within .pf-doctor-more-card__photo img {
	transform: scale(1.035);
}

body.single-cmsms_doctor .pf-doctor-more-card__photo span {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 100%;
	height: 100%;
	color: rgba(75, 51, 46, .72);
	font-family: "Tenor Sans", serif;
	font-size: 58px;
}

body.single-cmsms_doctor .pf-doctor-more-card__body {
	display: grid;
	gap: 12px;
	padding: 18px;
}

body.single-cmsms_doctor .pf-doctor-more-card h3 {
	margin: 0;
	color: #111f24;
	font-family: "Public Sans", sans-serif;
	font-size: 18px;
	font-weight: 800;
	line-height: 1.24;
}

body.single-cmsms_doctor .pf-doctor-more-card h3 a {
	color: inherit;
	text-decoration: none;
}

body.single-cmsms_doctor .pf-doctor-more-card h3 a:hover {
	color: #9d614f;
}

body.single-cmsms_doctor .pf-doctor-more-card p {
	min-height: 38px;
	margin: -2px 0 0;
	color: #6a777b;
	font-family: "Public Sans", sans-serif;
	font-size: 14px;
	font-weight: 500;
	line-height: 1.35;
}

body.single-cmsms_doctor .pf-doctor-more-card__book {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-height: 44px;
	margin-top: 4px;
	padding: 0 14px;
	border: 1px solid #ffcb06 !important;
	border-radius: 6px;
	background: #ffcb06 !important;
	background-color: #ffcb06 !important;
	color: #4b332e !important;
	font-family: "Public Sans", sans-serif;
	font-size: 13px;
	font-weight: 900;
	letter-spacing: .12em;
	line-height: 1.2;
	text-align: center;
	text-decoration: none;
	text-transform: uppercase;
}

body.single-cmsms_doctor .pf-doctor-more-card__book:hover,
body.single-cmsms_doctor .pf-doctor-more-card__book:focus {
	border-color: #e9b900 !important;
	background: #e9b900 !important;
	background-color: #e9b900 !important;
	color: #4b332e !important;
	text-decoration: none;
}

body.single-cmsms_doctor .pf-doctor-more-card__book::before,
body.single-cmsms_doctor .pf-doctor-more-card__book::after {
	content: none !important;
	display: none !important;
}

body.single-cmsms_doctor .pf-doctor-more-slider__arrow {
	position: absolute;
	top: 42%;
	z-index: 3;
	display: inline-flex;
	flex: 0 0 52px;
	align-items: center;
	justify-content: center;
	width: 52px !important;
	min-width: 52px !important;
	max-width: 52px !important;
	height: 52px !important;
	min-height: 52px !important;
	max-height: 52px !important;
	aspect-ratio: 1 / 1;
	padding: 0 !important;
	border: 1px solid rgba(75, 51, 46, .12) !important;
	border-radius: 50% !important;
	background: #ffffff !important;
	color: #4b332e !important;
	box-shadow: 0 14px 30px rgba(22, 49, 57, .13);
	transform: translateY(-50%);
}

body.single-cmsms_doctor .pf-doctor-more-slider__arrow i {
	display: block;
	width: 1em;
	height: 1em;
	font-size: 16px;
	line-height: 1;
}

body.single-cmsms_doctor .pf-doctor-more-slider__arrow::before,
body.single-cmsms_doctor .pf-doctor-more-slider__arrow::after {
	content: none !important;
	display: none !important;
}

body.single-cmsms_doctor .pf-doctor-more-slider__arrow:hover {
	background: #ffcb06 !important;
	color: #4b332e !important;
}

body.single-cmsms_doctor .pf-doctor-more-slider__arrow:disabled {
	cursor: default;
	opacity: .35;
}

body.single-cmsms_doctor .pf-doctor-more-slider__arrow--prev {
	left: -26px;
}

body.single-cmsms_doctor .pf-doctor-more-slider__arrow--next {
	right: -26px;
}

body:not(.single-cmsms_doctor) .pf-doctor-more {
	width: min(1360px, 100%);
	margin: 0 auto;
	padding: 70px 24px 76px;
}

body:not(.single-cmsms_doctor) .pf-doctor-more-slider {
	position: relative;
}

body:not(.single-cmsms_doctor) .pf-doctor-more-slider__viewport {
	overflow-x: hidden;
	overflow-y: visible;
	width: 100%;
	padding: 26px 0 28px;
	margin: -26px 0 -28px;
}

body:not(.single-cmsms_doctor) .pf-doctor-more-slider__track {
	display: flex;
	gap: 22px;
	overflow-x: auto;
	overflow-y: visible;
	padding: 4px 2px 30px;
	scroll-behavior: smooth;
	scroll-snap-type: x mandatory;
	scrollbar-width: none;
}

body:not(.single-cmsms_doctor) .pf-doctor-more-slider__track::-webkit-scrollbar {
	display: none;
}

body:not(.single-cmsms_doctor) .pf-doctor-more-card {
	display: flex;
	flex: 0 0 calc((100% - 66px) / 4);
	min-width: 0;
	flex-direction: column;
	overflow: hidden;
	border: 1px solid rgba(75, 51, 46, .09);
	border-radius: 8px;
	background: #ffffff;
	box-shadow: 0 14px 34px rgba(22, 49, 57, .09);
	scroll-snap-align: start;
	transition: transform .2s ease, box-shadow .2s ease, border-color .2s ease;
}

body:not(.single-cmsms_doctor) .pf-doctor-more-card:hover,
body:not(.single-cmsms_doctor) .pf-doctor-more-card:focus-within {
	border-color: rgba(157, 97, 79, .28);
	box-shadow: 0 20px 44px rgba(22, 49, 57, .14);
	transform: translateY(-3px);
}

body:not(.single-cmsms_doctor) .pf-doctor-more-card__photo {
	display: block;
	overflow: hidden;
	width: 100%;
	aspect-ratio: 1 / 1;
	background: linear-gradient(135deg, #efe5df 0%, #fbf8f6 100%);
	text-decoration: none;
}

body:not(.single-cmsms_doctor) .pf-doctor-more-card__photo img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center top;
	transition: transform .22s ease;
}

body:not(.single-cmsms_doctor) .pf-doctor-more-card:hover .pf-doctor-more-card__photo img,
body:not(.single-cmsms_doctor) .pf-doctor-more-card:focus-within .pf-doctor-more-card__photo img {
	transform: scale(1.035);
}

body:not(.single-cmsms_doctor) .pf-doctor-more-card__photo span {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 100%;
	height: 100%;
	color: rgba(75, 51, 46, .72);
	font-family: "Tenor Sans", serif;
	font-size: 52px;
}

body:not(.single-cmsms_doctor) .pf-doctor-more-card__body {
	display: grid;
	gap: 12px;
	padding: 18px;
}

body:not(.single-cmsms_doctor) .pf-doctor-more-card h3 {
	margin: 0;
	color: #111f24;
	font-family: "Public Sans", sans-serif;
	font-size: 18px;
	font-weight: 500;
	line-height: 1.24;
	letter-spacing: normal;
}

body:not(.single-cmsms_doctor) .pf-doctor-more-card h3 a {
	color: inherit;
	text-decoration: none;
}

body:not(.single-cmsms_doctor) .pf-doctor-more-card h3 a:hover {
	color: #9d614f;
}

body:not(.single-cmsms_doctor) .pf-doctor-more-card p {
	min-height: 38px;
	margin: -2px 0 0;
	color: #6a777b;
	font-family: "Public Sans", sans-serif;
	font-size: 14px;
	font-weight: 500;
	line-height: 19px;
}

body:not(.single-cmsms_doctor) .pf-doctor-more-card__book {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-height: 44px;
	margin-top: 4px;
	padding: 0 14px;
	border: 1px solid #ffcb06 !important;
	border-radius: 6px;
	background: #ffcb06 !important;
	background-color: #ffcb06 !important;
	color: #4b332e !important;
	font-size: 13px;
	font-weight: 800;
	letter-spacing: .12em;
	line-height: 1.2;
	text-align: center;
	text-decoration: none;
	text-transform: uppercase;
}

body:not(.single-cmsms_doctor) .pf-doctor-more-card__book:hover,
body:not(.single-cmsms_doctor) .pf-doctor-more-card__book:focus {
	border-color: #e9b900 !important;
	background: #e9b900 !important;
	background-color: #e9b900 !important;
	color: #4b332e !important;
	text-decoration: none;
}

body:not(.single-cmsms_doctor) .pf-doctor-more-card__book::before,
body:not(.single-cmsms_doctor) .pf-doctor-more-card__book::after {
	content: none !important;
	display: none !important;
}

body:not(.single-cmsms_doctor) .pf-doctor-more-slider__arrow {
	position: absolute;
	top: 42%;
	z-index: 3;
	display: inline-flex;
	flex: 0 0 52px;
	align-items: center;
	justify-content: center;
	width: 52px !important;
	min-width: 52px !important;
	max-width: 52px !important;
	height: 52px !important;
	min-height: 52px !important;
	max-height: 52px !important;
	padding: 0 !important;
	border: 1px solid rgba(75, 51, 46, .12) !important;
	border-radius: 50% !important;
	background: #ffffff !important;
	color: #4b332e !important;
	box-shadow: 0 14px 30px rgba(22, 49, 57, .13);
	transform: translateY(-50%);
}

body:not(.single-cmsms_doctor) .pf-doctor-more-slider__arrow i {
	display: block;
	width: 1em;
	height: 1em;
	font-size: 16px;
	line-height: 1;
}

body:not(.single-cmsms_doctor) .pf-doctor-more-slider__arrow::before,
body:not(.single-cmsms_doctor) .pf-doctor-more-slider__arrow::after {
	content: none !important;
	display: none !important;
}

body:not(.single-cmsms_doctor) .pf-doctor-more-slider__arrow:hover {
	background: #ffcb06 !important;
	color: #4b332e !important;
}

body:not(.single-cmsms_doctor) .pf-doctor-more-slider__arrow:disabled {
	cursor: default;
	opacity: .35;
}

body:not(.single-cmsms_doctor) .pf-doctor-more-slider__arrow--prev {
	left: -26px;
}

body:not(.single-cmsms_doctor) .pf-doctor-more-slider__arrow--next {
	right: -26px;
}

body.single-cmsms_doctor .pf-doctor-blogs {
	width: min(1200px, 100%);
	margin: 0 auto;
	padding: 10px 24px 88px;
}

body.single-cmsms_doctor .pf-doctor-blogs__grid {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 24px;
}

body.single-cmsms_doctor .pf-doctor-blog-card {
	display: flex;
	flex-direction: column;
	overflow: hidden;
	border: 1px solid rgba(75, 51, 46, .09);
	border-radius: 8px;
	background: #ffffff;
	box-shadow: 0 16px 38px rgba(22, 49, 57, .09);
	transition: transform .2s ease, box-shadow .2s ease, border-color .2s ease;
}

body.single-cmsms_doctor .pf-doctor-blog-card:hover,
body.single-cmsms_doctor .pf-doctor-blog-card:focus-within {
	border-color: rgba(157, 97, 79, .26);
	box-shadow: 0 22px 46px rgba(22, 49, 57, .13);
	transform: translateY(-3px);
}

body.single-cmsms_doctor .pf-doctor-blog-card__image {
	display: block;
	overflow: hidden;
	width: 100%;
	aspect-ratio: 1.35 / 1;
	background: linear-gradient(135deg, #efe5df 0%, #fbf8f6 100%);
	text-decoration: none;
}

body.single-cmsms_doctor .pf-doctor-blog-card__image img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center;
	transition: transform .22s ease;
}

body.single-cmsms_doctor .pf-doctor-blog-card:hover .pf-doctor-blog-card__image img,
body.single-cmsms_doctor .pf-doctor-blog-card:focus-within .pf-doctor-blog-card__image img {
	transform: scale(1.035);
}

body.single-cmsms_doctor .pf-doctor-blog-card__image span {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 100%;
	height: 100%;
	color: rgba(75, 51, 46, .72);
	font-family: "Tenor Sans", serif;
	font-size: 58px;
}

body.single-cmsms_doctor .pf-doctor-blog-card__body {
	display: flex;
	flex: 1;
	flex-direction: column;
	gap: 12px;
	padding: 20px;
}

body.single-cmsms_doctor .pf-doctor-blog-card__meta {
	display: flex;
	flex-wrap: wrap;
	gap: 8px;
	align-items: center;
	color: #9d614f;
	font-size: 12px;
	font-weight: 800;
	letter-spacing: .08em;
	line-height: 1.4;
	text-transform: uppercase;
}

body.single-cmsms_doctor .pf-doctor-blog-card__meta time {
	color: #6a777b;
	font-weight: 600;
}

body.single-cmsms_doctor .pf-doctor-blog-card h3 {
	margin: 0;
	color: #163139;
	font-family: "Tenor Sans", serif;
	font-size: 25px;
	font-weight: 400;
	line-height: 1.18;
}

body.single-cmsms_doctor .pf-doctor-blog-card h3 a {
	color: inherit;
	text-decoration: none;
}

body.single-cmsms_doctor .pf-doctor-blog-card h3 a:hover {
	color: #9d614f;
}

body.single-cmsms_doctor .pf-doctor-blog-card p {
	margin: 0;
	color: rgb(101, 119, 123);
	font-family: "Public Sans", sans-serif;
	font-size: 15px;
	font-weight: 300;
	line-height: 25px;
}

body.single-cmsms_doctor .pf-doctor-blog-card__link {
	display: inline-flex;
	align-items: center;
	width: fit-content;
	margin-top: auto;
	color: #4b332e;
	font-family: "Public Sans", sans-serif;
	font-size: 13px;
	font-weight: 900;
	letter-spacing: .12em;
	text-decoration: none;
	text-transform: uppercase;
}

body.single-cmsms_doctor .pf-doctor-blog-card__link:hover {
	color: #9d614f;
	text-decoration: none;
}

.pf-clinic-page {
	background: #ffffff;
	color: #163139;
	font-family: "Public Sans", sans-serif;
}

.pf-clinic-container {
	width: min(1360px, calc(100% - 48px));
	margin: 0 auto;
}

.pf-clinic-hero {
	position: relative;
	overflow: hidden;
	isolation: isolate;
	padding: 58px 24px 70px;
	background: #fbf8f5;
}

.pf-clinic-hero::before {
	content: "";
	position: absolute;
	inset: 0;
	z-index: -1;
	background:
		linear-gradient(90deg, rgba(255, 255, 255, .96), rgba(255, 255, 255, .62)),
		repeating-linear-gradient(135deg, rgba(112, 142, 134, .06) 0 1px, transparent 1px 28px);
}

.pf-clinic-hero__inner {
	display: grid;
	grid-template-columns: minmax(0, 1fr) minmax(360px, 430px);
	gap: 32px;
	align-items: center;
	width: min(1360px, 100%);
	margin: 0 auto;
}

.pf-clinic-hero__content {
	min-width: 0;
}

.pf-clinic-listing-card {
	position: relative;
	padding: 30px 32px 28px;
	border: 1px solid rgba(157, 97, 79, .2);
	border-radius: 20px;
	background:
		radial-gradient(circle at 11% 10%, rgba(157, 97, 79, .09), transparent 25%),
		rgba(255, 255, 255, .92);
	box-shadow: 0 24px 70px rgba(75, 51, 46, .12);
	backdrop-filter: blur(10px);
}

.pf-clinic-listing-card__top {
	display: grid;
	grid-template-columns: 150px minmax(0, 1fr);
	gap: 26px;
	align-items: center;
}

.pf-clinic-listing-card__avatar {
	position: relative;
	overflow: hidden;
	width: 150px;
	height: 150px;
	border: 4px solid #ffffff;
	border-radius: 50%;
	background: #efe5df;
	box-shadow: 0 0 0 1px rgba(157, 97, 79, .22), 0 14px 32px rgba(75, 51, 46, .14);
	outline: 1px solid rgba(157, 97, 79, .16);
	outline-offset: 8px;
}

.pf-clinic-listing-card__avatar::after {
	content: "";
	position: absolute;
	right: 8px;
	bottom: 12px;
	width: 12px;
	height: 12px;
	border: 3px solid #ffffff;
	border-radius: 50%;
	background: #9d614f;
	box-shadow: 0 6px 16px rgba(75, 51, 46, .18);
}

.pf-clinic-listing-card__avatar img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center;
}

.pf-clinic-eyebrow {
	display: inline-flex;
	align-items: center;
	gap: 10px;
	margin: 0 0 10px;
	color: #4b332e;
	font-family: "Public Sans", sans-serif;
	font-size: 13px;
	font-weight: 900;
	letter-spacing: .12em;
	line-height: 1.2;
	text-transform: uppercase;
}

.pf-clinic-eyebrow::before {
	content: "\f06d";
	color: #9d614f;
	font-family: "Font Awesome 6 Free";
	font-size: 15px;
	font-weight: 900;
	letter-spacing: 0;
}

.pf-clinic-hero h1,
.pf-clinic-section h2,
.pf-clinic-final-cta h2 {
	margin: 0;
	color: #163139;
	font-family: "Tenor Sans", serif;
	font-weight: 400;
	letter-spacing: 0;
}

.pf-clinic-hero h1 {
	max-width: 760px;
	font-size: 36px;
	line-height: 1.05;
	color: #4b332e;
}

.pf-clinic-hero p,
.pf-clinic-listing-card__summary {
	max-width: 680px;
	margin: 24px 0 0;
	color: #4f4743;
	font-size: 18px;
	font-weight: 300;
	line-height: 31px;
}

.pf-clinic-google-row {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	gap: 8px;
	margin-top: 14px;
	color: #4f4743;
	font-size: 15px;
	font-weight: 700;
	line-height: 1.3;
}

.pf-clinic-google-row strong {
	color: #4b332e;
	font-size: 20px;
	font-weight: 900;
}

.pf-clinic-stars {
	color: #9d614f;
	letter-spacing: .04em;
}

.pf-clinic-listing-card__details {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 10px;
	margin-top: 24px;
}

.pf-clinic-listing-card__details > div {
	display: grid;
	grid-template-columns: 48px minmax(0, 1fr);
	gap: 14px;
	align-items: start;
	min-height: 92px;
	padding: 17px 18px;
	border: 1px solid rgba(157, 97, 79, .16);
	border-radius: 14px;
	background: rgba(255, 253, 251, .86);
	box-shadow: inset 0 1px 0 rgba(255, 255, 255, .72);
}

.pf-clinic-listing-card__details i {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 46px;
	height: 46px;
	border-radius: 50%;
	border: 1px solid rgba(157, 97, 79, .16);
	background: #ffffff;
	color: #9d614f;
	font-size: 17px;
	box-shadow: 0 10px 24px rgba(75, 51, 46, .08);
}

.pf-clinic-listing-card__details span {
	display: grid;
	gap: 6px;
	color: #4f4743;
	font-size: 14px;
	font-weight: 400;
	line-height: 22px;
}

.pf-clinic-listing-card__details strong {
	color: #4b332e;
	font-size: 13px;
	font-weight: 900;
	letter-spacing: .09em;
	line-height: 1.2;
	text-transform: uppercase;
}

.pf-clinic-listing-card__details a {
	color: #9d614f;
	font-weight: 800;
	text-decoration: none;
}

.pf-clinic-listing-card__chips {
	display: flex;
	flex-wrap: wrap;
	gap: 10px;
	margin-top: 20px;
}

.pf-clinic-listing-card__chips span {
	display: inline-flex;
	align-items: center;
	gap: 8px;
	min-height: 36px;
	padding: 8px 14px;
	border: 1px solid rgba(157, 97, 79, .16);
	border-radius: 999px;
	background: rgba(255, 255, 255, .84);
	color: #2d2522;
	font-size: 13px;
	font-weight: 800;
	line-height: 1.2;
}

.pf-clinic-listing-card__chips i {
	color: #9d614f;
}

.pf-clinic-hero__facts {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 12px;
	margin-top: 18px;
}

.pf-clinic-hero__facts span {
	display: grid;
	gap: 4px;
	padding: 16px;
	border: 1px solid rgba(75, 51, 46, .1);
	border-radius: 12px;
	background: rgba(255, 255, 255, .82);
	color: #65777b;
	font-size: 13px;
	font-weight: 700;
	box-shadow: 0 12px 30px rgba(22, 49, 57, .07);
}

.pf-clinic-hero__facts strong {
	color: #9d614f;
	font-size: 24px;
	font-weight: 900;
	line-height: 1;
}

.pf-clinic-hero__actions {
	display: flex;
	flex-wrap: wrap;
	gap: 14px;
	align-items: center;
	margin-top: 22px;
}

.pf-clinic-hero__media {
	overflow: hidden;
	border-radius: 16px;
	background: #efe5df;
	box-shadow: 0 20px 48px rgba(22, 49, 57, .14);
}

.pf-clinic-hero__media img {
	display: block;
	width: 100%;
	aspect-ratio: 4 / 5;
	height: auto;
	object-fit: cover;
	object-position: center;
}

.pf-clinic-hero__form {
	padding: 32px 30px 34px;
	border: 1px solid rgba(157, 97, 79, .2);
	border-radius: 20px;
	background:
		linear-gradient(180deg, rgba(255, 255, 255, .98), rgba(255, 253, 251, .94));
	box-shadow: 0 24px 70px rgba(75, 51, 46, .12);
}

.pf-clinic-hero__form h2 {
	position: relative;
	margin: 0 0 28px;
	padding-bottom: 18px;
	color: #4b332e;
	font-family: "Tenor Sans", serif;
	font-size: 30px;
	font-weight: 400;
	line-height: 1.12;
	text-align: center;
}

.pf-clinic-hero__form h2::after {
	content: "";
	position: absolute;
	left: 50%;
	bottom: 0;
	width: 94px;
	height: 1px;
	background: linear-gradient(90deg, transparent, rgba(157, 97, 79, .55), transparent);
	transform: translateX(-50%);
}

.pf-clinic-hero__form h2::before {
	content: "";
	position: absolute;
	left: 50%;
	bottom: -4px;
	width: 8px;
	height: 8px;
	border-radius: 50%;
	background: #9d614f;
	transform: translateX(-50%);
}

.pf-clinic-hero__form .pf-appointment-form,
.pf-clinic-hero__form .pf-custom-dev-hero-form {
	gap: 16px;
}

.pf-clinic-hero__form .pf-appointment-form span,
.pf-clinic-hero__form .pf-custom-dev-hero-form label > span:first-child {
	position: static;
	overflow: visible;
	width: auto;
	height: auto;
	clip: auto;
	white-space: normal;
	color: #4b332e;
	font-size: 15px;
	font-weight: 800;
	line-height: 1.2;
}

.pf-clinic-hero__form .pf-appointment-form input,
.pf-clinic-hero__form .pf-appointment-form select,
.pf-clinic-hero__form .pf-custom-dev-hero-form input,
.pf-clinic-hero__form .pf-custom-dev-hero-form select {
	height: 58px;
	min-height: 58px;
	border-color: rgba(157, 97, 79, .28);
	border-radius: 8px;
	background: #ffffff;
	color: #2d2522;
	font-size: 16px;
	box-shadow: inset 0 1px 0 rgba(75, 51, 46, .02);
}

.pf-clinic-hero__form .pf-appointment-form input:focus,
.pf-clinic-hero__form .pf-appointment-form select:focus,
.pf-clinic-hero__form .pf-custom-dev-hero-form input:focus,
.pf-clinic-hero__form .pf-custom-dev-hero-form select:focus {
	border-color: #9d614f;
	box-shadow: 0 0 0 3px rgba(157, 97, 79, .12);
	outline: 0;
}

.pf-clinic-hero__form .pf-custom-dev-hero-form .pf-custom-appointment-popup__phone {
	grid-template-columns: 74px minmax(0, 1fr);
	min-height: 58px;
	border-color: rgba(157, 97, 79, .28);
	border-radius: 8px;
	background: #ffffff;
}

.pf-clinic-hero__form .pf-custom-dev-hero-form .pf-custom-appointment-popup__phone > span {
	border-right-color: rgba(157, 97, 79, .28);
	color: #2d2522;
	font-weight: 900;
}

.pf-clinic-hero__form .pf-custom-dev-hero-form .pf-custom-appointment-popup__phone input {
	height: 56px;
	min-height: 56px;
	border: 0;
	border-radius: 0;
	box-shadow: none;
}

.pf-clinic-hero__form .pf-custom-dev-hero-form .pf-custom-appointment-popup__phone:focus-within {
	border-color: #9d614f;
	box-shadow: 0 0 0 3px rgba(157, 97, 79, .12);
}

.pf-clinic-hero__form .pf-appointment-form button,
.pf-clinic-hero__form .pf-custom-dev-hero-form button {
	height: 58px;
	min-height: 58px;
	margin-top: 4px;
	border-color: #ffcb06 !important;
	border-radius: 8px;
	background: #ffcb06 !important;
	color: #2d2522 !important;
	box-shadow: 0 14px 30px rgba(255, 203, 6, .22);
}

.pf-clinic-hero__form .pf-appointment-form button::after,
.pf-clinic-hero__form .pf-custom-dev-hero-form button::after {
	content: "\f061";
	display: inline-block !important;
	margin-left: 14px;
	font-family: "Font Awesome 6 Free";
	font-weight: 900;
}

.pf-clinic-hero__form .pf-custom-dev-hero-form button::before {
	content: none !important;
	display: none !important;
}

.pf-clinic-section {
	padding: 72px 0;
	background: #ffffff;
}

.pf-clinic-section--soft {
	background: #f5f1ec;
}

.pf-clinic-two-col {
	display: grid;
	grid-template-columns: minmax(0, 1fr) minmax(320px, .9fr);
	gap: 36px;
	align-items: start;
}

.pf-clinic-section h2,
.pf-clinic-final-cta h2 {
	font-size: 40px;
	line-height: 1.14;
}

.pf-clinic-section p,
.pf-clinic-location-list p,
.pf-clinic-other span {
	color: rgb(101, 119, 123);
	font-size: 17px;
	font-weight: 300;
	line-height: 29px;
}

.pf-clinic-section p {
	margin: 16px 0 0;
}

.pf-clinic-section-head {
	max-width: 100%;
	margin: 0 auto 30px;
	text-align: center;
}

.pf-clinic-section-head--left {
	margin-right: 0;
	margin-left: 0;
	text-align: left;
}

.pf-clinic-info-grid {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 14px;
}

.pf-clinic-info-grid span,
.pf-clinic-card {
	display: grid;
	gap: 8px;
	padding: 20px;
	border: 1px solid rgba(75, 51, 46, .1);
	border-radius: 14px;
	background: #ffffff;
	box-shadow: 0 14px 38px rgba(22, 49, 57, .08);
}

.pf-clinic-info-grid i {
	color: #9d614f;
	font-size: 20px;
}

.pf-clinic-info-grid strong {
	color: #163139;
	font-size: 16px;
}

.pf-clinic-about-image {
	position: relative;
	overflow: hidden;
	min-height: 320px;
	border: 1px solid rgba(157, 97, 79, .16);
	border-radius: 20px;
	background: #efe5df;
	box-shadow: 0 22px 58px rgba(75, 51, 46, .12);
}

.pf-clinic-about-image::after {
	content: "";
	position: absolute;
	inset: 14px;
	border: 1px solid rgba(255, 255, 255, .42);
	border-radius: 16px;
	pointer-events: none;
}

.pf-clinic-about-image img {
	display: block;
	width: 100%;
	height: 100%;
	min-height: 320px;
	object-fit: cover;
	object-position: center;
}

.pf-clinic-home-treatments {
	padding: 66px 58px 72px;
	background:
		radial-gradient(circle at 8% 12%, rgba(157, 97, 79, .08), transparent 26%),
		linear-gradient(180deg, #f8f3f0 0%, #f2ece7 100%);
}

.pf-clinic-home-treatments .pf-home-treatments__inner {
	max-width: 1360px;
}

.pf-clinic-home-treatments h2 {
	text-align: center;
}

.pf-clinic-home-services {
	padding: 66px 58px 72px;
	background: #ffffff;
}

.pf-clinic-home-services .pf-home-treatments__inner {
	max-width: 1360px;
}

.pf-clinic-home-services h2 {
	text-align: center;
}

.pf-clinic-treatment-grid {
	display: grid;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	gap: 14px;
}

.pf-clinic-treatment-grid a,
.pf-clinic-check-list span {
	display: flex;
	align-items: flex-start;
	gap: 11px;
	padding: 14px 16px;
	border: 1px solid rgba(75, 51, 46, .1);
	border-radius: 12px;
	background: #fffdfb;
	color: #163139;
	font-size: 15px;
	font-weight: 700;
	line-height: 22px;
	text-decoration: none;
}

.pf-clinic-treatment-grid a:hover {
	border-color: rgba(157, 97, 79, .28);
	color: #9d614f;
	text-decoration: none;
}

.pf-clinic-treatment-grid i,
.pf-clinic-check-list i {
	margin-top: 3px;
	color: #9d614f;
}

.pf-clinic-doctors {
	padding-top: 72px;
	padding-bottom: 72px;
	background:
		radial-gradient(circle at 92% 12%, rgba(157, 97, 79, .08), transparent 24%),
		#f5f1ec;
}

body:not(.single-cmsms_doctor) .pf-doctor-more.pf-clinic-doctors {
	width: 100%;
	max-width: none;
	padding: 72px 0;
}

.pf-clinic-doctors .pf-doctor-section-head {
	width: min(1360px, calc(100% - 48px));
	margin: 0 auto 28px;
	text-align: center;
}

.pf-clinic-doctors .pf-doctor-section-head h2 {
	color: #163139;
	font-family: "Tenor Sans", serif;
	font-size: 40px;
	font-weight: 400;
	line-height: 1.14;
}

.pf-clinic-doctors .pf-doctor-more-slider {
	width: min(1360px, calc(100% - 48px));
	margin: 0 auto;
}

.pf-clinic-doctors--single {
	background:
		radial-gradient(circle at 85% 18%, rgba(255, 203, 6, .15), transparent 28%),
		linear-gradient(180deg, #f8f4ef 0%, #fffaf4 100%);
}

.pf-clinic-doctors--single .pf-doctor-section-head {
	max-width: 820px;
	margin-bottom: 22px;
}

.pf-clinic-doctors--single .pf-doctor-section-head h2 {
	font-size: clamp(30px, 4vw, 42px);
}

.pf-clinic-doctors--single .pf-doctor-more-slider {
	width: min(760px, calc(100% - 48px));
}

.pf-clinic-doctors--single .pf-doctor-more-slider__viewport {
	overflow: visible;
	padding: 10px 0 20px;
}

.pf-clinic-doctors--single .pf-doctor-more-slider__track {
	justify-content: center;
	overflow: visible;
}

.pf-clinic-doctors--single .pf-doctor-more-card {
	display: grid !important;
	grid-template-columns: minmax(220px, 320px) minmax(260px, 1fr);
	flex: 0 1 720px !important;
	max-width: 720px;
	min-height: 0;
	overflow: hidden;
	border: 1px solid rgba(75, 51, 46, .12);
	border-radius: 10px;
	background: #ffffff;
	box-shadow: 0 22px 52px rgba(75, 51, 46, .12);
}

.pf-clinic-doctors--single .pf-doctor-more-card__photo {
	height: 100%;
	aspect-ratio: auto !important;
}

.pf-clinic-doctors--single .pf-doctor-more-card__body {
	align-content: center;
	gap: 14px;
	padding: 28px !important;
}

.pf-clinic-doctors--single .pf-doctor-more-card h3 {
	font-size: 24px !important;
}

.pf-clinic-doctors--single .pf-doctor-more-card p {
	min-height: 0 !important;
	font-size: 15px !important;
	line-height: 1.55 !important;
}

.pf-clinic-doctors--single .pf-doctor-more-card__book {
	width: fit-content;
	min-width: 220px;
}

.pf-clinic-doctors--single .pf-doctor-more-slider__arrow {
	display: none !important;
}

.pf-clinic-why-section {
	position: relative;
	overflow: hidden;
	background:
		radial-gradient(circle at 12% 0%, rgba(255, 203, 6, .16), transparent 30%),
		linear-gradient(180deg, #ffffff 0%, #fbf7f2 100%);
}

.pf-clinic-why-grid {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 18px;
}

.pf-clinic-why-card {
	position: relative;
	display: grid;
	grid-template-columns: 58px minmax(0, 1fr);
	gap: 16px;
	align-items: flex-start;
	min-height: 180px;
	padding: 26px;
	border: 1px solid rgba(75, 51, 46, .12);
	border-radius: 8px;
	background: #ffffff;
	box-shadow: 0 18px 46px rgba(75, 51, 46, .08);
}

.pf-clinic-why-card::before {
	content: "";
	position: absolute;
	top: 0;
	right: 0;
	left: 0;
	height: 4px;
	background: #ffcb06;
}

.pf-clinic-why-card__icon {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 58px;
	height: 58px;
	border-radius: 50%;
	background: #4b332e;
	color: #ffcb06;
	font-size: 22px;
	box-shadow: 0 12px 26px rgba(75, 51, 46, .18);
}

.pf-clinic-why-card h3 {
	margin: 0;
	color: #4b332e;
	font-size: 20px;
	font-weight: 700;
	line-height: 1.25;
}

.pf-clinic-why-card p {
	margin: 9px 0 0;
	color: #5f5550;
	font-size: 15.5px;
	font-weight: 400;
	line-height: 1.62;
}

.pf-clinic-approach-section {
	background:
		linear-gradient(180deg, #ffffff 0%, #fffaf4 100%);
}

.pf-clinic-approach-layout {
	display: grid;
	grid-template-columns: minmax(0, 1.05fr) minmax(360px, .95fr);
	gap: 54px;
	align-items: start;
}

.pf-clinic-approach-layout--single {
	display: block;
}

.pf-clinic-approach-copy {
	padding-right: 22px;
}

.pf-clinic-approach-layout--single .pf-clinic-approach-copy {
	max-width: 1160px;
	margin: 0 auto;
	padding-right: 0;
	text-align: center;
}

.pf-clinic-approach-copy h2,
.pf-clinic-approach-patients h2 {
	max-width: 620px;
	margin-bottom: 18px;
}

.pf-clinic-approach-layout--single .pf-clinic-approach-copy h2 {
	max-width: 100%;
	margin-right: auto;
	margin-left: auto;
}

.pf-clinic-approach-copy p {
	max-width: 760px;
	color: #544743;
	font-size: 18px;
	font-weight: 400;
	line-height: 1.72;
}

.pf-clinic-approach-layout--single .pf-clinic-approach-copy p {
	max-width: 880px;
	margin-right: auto;
	margin-left: auto;
}

.pf-clinic-approach-list {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 12px 18px;
	margin: 24px 0 6px;
	padding: 26px 0 0;
	border-top: 1px solid rgba(75, 51, 46, .13);
	list-style: none;
}

.pf-clinic-approach-layout--single .pf-clinic-approach-list {
	max-width: 980px;
	margin-right: auto;
	margin-left: auto;
	text-align: left;
}

.pf-clinic-approach-list li {
	position: relative;
	padding-left: 20px;
	color: #4b332e;
	font-size: 16px;
	font-weight: 700;
	line-height: 1.4;
}

.pf-clinic-approach-list li::before {
	content: "";
	position: absolute;
	top: .58em;
	left: 0;
	width: 8px;
	height: 8px;
	border-radius: 50%;
	background: #ffcb06;
	box-shadow: 0 0 0 4px rgba(255, 203, 6, .2);
}

.pf-clinic-approach-patients {
	padding: 8px 0 0 34px;
	border-left: 1px solid rgba(75, 51, 46, .14);
	border-radius: 8px;
	background: transparent;
	box-shadow: none;
}

.pf-clinic-approach-patients::after {
	content: none;
}

.pf-clinic-approach-patients .pf-clinic-eyebrow,
.pf-clinic-approach-patients h2 {
	color: #4b332e;
}

.pf-clinic-approach-patients .pf-clinic-eyebrow {
	color: #9d614f;
}

.pf-clinic-patient-list {
	position: relative;
	z-index: 1;
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 0 26px;
	margin: 24px 0 0;
	padding: 0;
	list-style: none;
}

.pf-clinic-patient-list li {
	display: grid;
	grid-template-columns: 30px minmax(0, 1fr);
	gap: 10px;
	align-items: center;
	min-height: 52px;
	border-bottom: 1px solid rgba(75, 51, 46, .1);
	color: #4b332e;
	font-size: 16px;
	font-weight: 700;
	line-height: 1.35;
}

.pf-clinic-patient-list i {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 30px;
	height: 30px;
	border-radius: 50%;
	background: rgba(255, 203, 6, .22);
	color: #9d614f;
	font-size: 13px;
}

.pf-clinic-conditions-section {
	background: #ffffff;
}

.pf-clinic-services-list-section {
	background: #fbf7f2;
}

.pf-clinic-conditions-list {
	display: grid;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	gap: 15px 34px;
	margin: 0;
	padding: 0;
	list-style: none;
}

.pf-clinic-conditions-list li {
	position: relative;
	padding-left: 22px;
	color: #163139;
	font-size: 15px;
	font-weight: 400;
	line-height: 1.42;
}

.pf-clinic-conditions-list a {
	color: inherit;
	text-decoration: none;
	transition: color .18s ease;
}

.pf-clinic-conditions-list a:hover,
.pf-clinic-conditions-list a:focus {
	color: #9d614f;
	text-decoration: none;
}

.pf-clinic-conditions-list li::before {
	content: "";
	position: absolute;
	top: .62em;
	left: 0;
	width: 7px;
	height: 7px;
	border-radius: 50%;
	background: #9d614f;
}

.pf-clinic-experience-section {
	background:
		radial-gradient(circle at 86% 16%, rgba(255, 203, 6, .15), transparent 27%),
		linear-gradient(135deg, #fffaf4 0%, #ffffff 52%, #f5eee8 100%);
}

.pf-clinic-experience-layout {
	display: grid;
	grid-template-columns: minmax(0, .88fr) minmax(420px, 1.12fr);
	gap: 52px;
	align-items: start;
}

.pf-clinic-experience-copy {
	padding: 34px 0 34px 28px;
	border-left: 5px solid #ffcb06;
}

.pf-clinic-experience-copy h2,
.pf-clinic-experience-service h2 {
	max-width: 680px;
	margin-bottom: 18px;
}

.pf-clinic-experience-copy p,
.pf-clinic-experience-service p {
	max-width: 780px;
	color: #544743;
	font-size: 18px;
	font-weight: 400;
	line-height: 1.72;
}

.pf-clinic-experience-service {
	position: relative;
	padding: 36px;
	border: 1px solid rgba(75, 51, 46, .12);
	border-radius: 8px;
	background: rgba(255, 255, 255, .82);
	box-shadow: 0 22px 56px rgba(75, 51, 46, .1);
}

.pf-clinic-experience-list {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 12px 22px;
	margin: 22px 0 4px;
	padding: 22px 0 0;
	border-top: 1px solid rgba(75, 51, 46, .12);
	list-style: none;
}

.pf-clinic-experience-list li {
	position: relative;
	padding-left: 24px;
	color: #4b332e;
	font-size: 16.5px;
	font-weight: 700;
	line-height: 1.42;
}

.pf-clinic-experience-list li::before {
	content: "";
	position: absolute;
	top: .55em;
	left: 0;
	width: 8px;
	height: 8px;
	border-radius: 50%;
	background: #ffcb06;
	box-shadow: 0 0 0 4px rgba(255, 203, 6, .18);
}

.pf-clinic-check-list {
	display: grid;
	gap: 12px;
	margin-top: 24px;
}

.pf-clinic-steps {
	display: grid;
	gap: 12px;
	padding: 0;
	margin: 24px 0 0;
	list-style: none;
}

.pf-clinic-steps--wide {
	grid-template-columns: repeat(5, minmax(0, 1fr));
	max-width: 1360px;
	margin-right: auto;
	margin-left: auto;
}

.pf-clinic-steps--wide li {
	align-content: start;
}

.pf-clinic-steps li {
	display: grid;
	grid-template-columns: 52px minmax(0, 1fr);
	gap: 14px;
	align-items: center;
	padding: 16px;
	border: 1px solid rgba(75, 51, 46, .1);
	border-radius: 12px;
	background: #ffffff;
}

.pf-clinic-steps strong {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 46px;
	height: 46px;
	border-radius: 50%;
	background: #ffcb06;
	color: #4b332e;
	font-size: 14px;
}

.pf-clinic-steps span {
	color: #163139;
	font-size: 15px;
	font-weight: 700;
	line-height: 22px;
}

.pf-clinic-faq {
	display: grid;
	gap: 12px;
}

.pf-clinic-faq-section {
	background: #ffffff;
}

.pf-clinic-faq--wide {
	max-width: 1120px;
	margin: 0 auto;
}

.pf-clinic-faq details {
	overflow: hidden;
	border: 1px solid rgba(75, 51, 46, .1);
	border-radius: 12px;
	background: #ffffff;
}

.pf-clinic-faq summary {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 16px;
	padding: 18px 20px;
	color: #163139;
	font-size: 17px;
	font-weight: 800;
	line-height: 1.35;
	cursor: pointer;
	list-style: none;
}

.pf-clinic-faq summary::-webkit-details-marker {
	display: none;
}

.pf-clinic-faq details[open] summary i {
	transform: rotate(180deg);
}

.pf-clinic-faq p {
	padding: 0 20px 18px;
	margin: 0;
}

.pf-clinic-contact-card {
	align-self: stretch;
	align-content: center;
	padding: 30px;
	background: #4b332e;
}

.pf-clinic-contact-card h2,
.pf-clinic-contact-card p {
	color: #ffffff;
}

.pf-clinic-contact-card .pf-custom-dev-btn {
	width: fit-content;
	margin-top: 8px;
}

.pf-clinic-location-section {
	position: relative;
	overflow: hidden;
	background:
		radial-gradient(circle at 8% 18%, rgba(255, 203, 6, .16), transparent 28%),
		linear-gradient(135deg, #fffaf4 0%, #ffffff 56%, #f4ece7 100%);
}

.pf-clinic-location-layout {
	display: grid;
	grid-template-columns: minmax(0, .92fr) minmax(420px, 1.08fr);
	gap: 42px;
	align-items: center;
}

.pf-clinic-location-copy {
	max-width: 650px;
}

.pf-clinic-location-copy h2 {
	max-width: 620px;
	margin-bottom: 18px;
}

.pf-clinic-location-copy > p:not(.pf-clinic-eyebrow) {
	max-width: 620px;
	margin: 0 0 26px;
	color: #4d4642;
	font-size: 18px;
	font-weight: 400;
	line-height: 1.72;
}

.pf-clinic-location-list {
	display: grid;
	gap: 12px;
	margin: 0 0 24px;
	padding-left: 18px;
	border-left: 4px solid #ffcb06;
}

.pf-clinic-location-list p {
	margin: 0;
	color: #4d4642;
	font-size: 17px;
	font-weight: 400;
	line-height: 1.55;
}

.pf-clinic-location-list strong {
	color: #4b332e;
	font-weight: 800;
}

.pf-clinic-location-list a {
	color: #9d614f;
	font-weight: 800;
	text-decoration: none;
}

.pf-clinic-location-list a:hover,
.pf-clinic-location-list a:focus {
	color: #4b332e;
	text-decoration: underline;
}

.pf-clinic-location-actions {
	display: flex;
	flex-wrap: wrap;
	gap: 12px;
	align-items: center;
	margin: 0 0 26px;
}

.pf-clinic-map {
	overflow: hidden;
	min-height: 430px;
	border: 1px solid rgba(75, 51, 46, .14);
	border-radius: 8px;
	background: #efe5df;
	box-shadow: 0 18px 46px rgba(75, 51, 46, .12);
}

.pf-clinic-map iframe {
	display: block;
	width: 100%;
	min-height: 430px;
}

.pf-clinic-other {
	margin-top: 0;
}

.pf-clinic-other h3 {
	margin: 0 0 8px;
	color: #4b332e;
	font-family: "Public Sans", sans-serif;
	font-size: 15px;
	font-weight: 800;
	letter-spacing: .08em;
	text-transform: uppercase;
}

.pf-clinic-other a {
	display: inline-grid;
	gap: 2px;
	color: #4b332e;
	text-decoration: none;
}

.pf-clinic-other a strong {
	color: #4b332e;
	font-size: 17px;
	font-weight: 800;
}

.pf-clinic-other a:hover strong,
.pf-clinic-other a:focus strong {
	color: #9d614f;
	text-decoration: underline;
}

.pf-clinic-final-cta {
	padding: 62px 0;
	background: #4b332e;
	text-align: center;
}

.pf-clinic-final-cta h2,
.pf-clinic-final-cta p {
	color: #ffffff;
}

.pf-clinic-final-cta p {
	max-width: 720px;
	margin: 14px auto 0;
	font-size: 18px;
	line-height: 30px;
}

.pf-clinic-final-cta .pf-clinic-hero__actions {
	justify-content: center;
}

@media (max-width: 1100px) {
	.pf-clinic-hero__inner {
		grid-template-columns: minmax(0, 1fr) minmax(320px, 390px);
	}

	.pf-clinic-location-layout {
		grid-template-columns: minmax(0, 1fr) minmax(360px, .95fr);
		gap: 30px;
	}

	.pf-clinic-approach-layout {
		grid-template-columns: 1fr;
		gap: 34px;
	}

	.pf-clinic-experience-layout {
		grid-template-columns: 1fr;
		gap: 30px;
	}

	.pf-clinic-approach-copy {
		padding-right: 0;
	}

	.pf-clinic-treatment-grid {
		grid-template-columns: repeat(3, minmax(0, 1fr));
	}

	.pf-clinic-why-grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.pf-clinic-steps--wide {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.pf-clinic-conditions-list {
		grid-template-columns: repeat(3, minmax(0, 1fr));
	}
}

@media (max-width: 860px) {
	.pf-clinic-hero {
		padding: 42px 18px 52px;
	}

	.pf-clinic-hero__inner,
	.pf-clinic-two-col,
	.pf-clinic-location-layout {
		grid-template-columns: 1fr;
	}

	.pf-clinic-location-copy {
		max-width: none;
	}

	.pf-clinic-map,
	.pf-clinic-map iframe {
		min-height: 340px;
	}

	.pf-clinic-approach-list {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.pf-clinic-conditions-list {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.pf-clinic-experience-copy {
		padding-top: 12px;
		padding-bottom: 12px;
	}

	.pf-clinic-hero h1 {
		font-size: 36px;
	}

	.pf-clinic-hero__facts,
	.pf-clinic-info-grid,
	.pf-clinic-treatment-grid,
	.pf-clinic-why-grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.pf-clinic-section {
		padding: 52px 0;
	}

	.pf-clinic-section h2,
	.pf-clinic-final-cta h2 {
		font-size: 34px;
	}

	.pf-clinic-doctors .pf-doctor-section-head h2 {
		font-size: 34px;
	}
}

@media (max-width: 560px) {
	.pf-clinic-container {
		width: calc(100% - 32px);
	}

	.pf-clinic-hero {
		padding: 32px 16px 42px;
	}

	.pf-clinic-hero h1 {
		font-size: 32px;
	}

	.pf-clinic-hero p {
		font-size: 16px;
		line-height: 27px;
	}

	.pf-clinic-location-copy > p:not(.pf-clinic-eyebrow),
	.pf-clinic-location-list p {
		font-size: 16px;
		line-height: 1.6;
	}

	.pf-clinic-location-actions .pf-custom-dev-btn {
		width: 100%;
	}

	.pf-clinic-map,
	.pf-clinic-map iframe {
		min-height: 300px;
	}

	.pf-clinic-listing-card {
		padding: 20px;
	}

	.pf-clinic-listing-card__top {
		grid-template-columns: 82px minmax(0, 1fr);
		gap: 14px;
	}

	.pf-clinic-listing-card__avatar {
		width: 82px;
		height: 82px;
	}

	.pf-clinic-listing-card__details {
		grid-template-columns: 1fr;
	}

	.pf-clinic-hero__facts,
	.pf-clinic-info-grid,
	.pf-clinic-treatment-grid,
	.pf-clinic-why-grid,
	.pf-clinic-steps--wide {
		grid-template-columns: 1fr;
	}

	.pf-clinic-why-card {
		grid-template-columns: 52px minmax(0, 1fr);
		min-height: 0;
		padding: 20px;
	}

	.pf-clinic-why-card__icon {
		width: 52px;
		height: 52px;
		font-size: 20px;
	}

	.pf-clinic-hero__actions,
	.pf-clinic-contact-card .pf-custom-dev-btn {
		width: 100%;
	}

	.pf-clinic-hero__actions .pf-custom-dev-btn,
	.pf-clinic-contact-card .pf-custom-dev-btn {
		width: 100%;
	}

	.pf-clinic-hero__form {
		padding: 22px 18px;
	}

	.pf-clinic-hero__form h2 {
		font-size: 24px;
	}

	.pf-clinic-section h2,
	.pf-clinic-final-cta h2 {
		font-size: 30px;
	}

	.pf-clinic-doctors .pf-doctor-section-head h2 {
		font-size: 28px;
		line-height: 1.18;
	}

	.pf-clinic-section p,
	.pf-clinic-location-list p,
	.pf-clinic-other span {
		font-size: 16px;
		line-height: 27px;
	}

	.pf-clinic-steps li {
		grid-template-columns: 44px minmax(0, 1fr);
		padding: 14px;
	}

	.pf-clinic-steps strong {
		width: 40px;
		height: 40px;
	}

	.pf-clinic-map,
	.pf-clinic-map iframe {
		min-height: 300px;
	}

	.pf-clinic-approach-copy p {
		font-size: 16px;
		line-height: 1.65;
	}

	.pf-clinic-approach-list {
		grid-template-columns: 1fr;
		gap: 10px;
		padding-top: 20px;
	}

	.pf-clinic-approach-patients {
		padding: 24px 0 0;
		border-top: 1px solid rgba(75, 51, 46, .14);
		border-left: 0;
	}

	.pf-clinic-patient-list {
		grid-template-columns: 1fr;
		gap: 0;
	}

	.pf-clinic-patient-list li {
		grid-template-columns: 30px minmax(0, 1fr);
		font-size: 15.5px;
	}

	.pf-clinic-patient-list i {
		width: 30px;
		height: 30px;
	}

	.pf-clinic-conditions-list {
		grid-template-columns: 1fr;
		gap: 11px;
	}

	.pf-clinic-conditions-list li {
		font-size: 16px;
	}

	.pf-clinic-experience-copy {
		padding-left: 18px;
	}

	.pf-clinic-experience-copy p,
	.pf-clinic-experience-service p {
		font-size: 16px;
		line-height: 1.65;
	}

	.pf-clinic-experience-service {
		padding: 22px 18px;
	}

	.pf-clinic-experience-list {
		grid-template-columns: 1fr;
		gap: 10px;
	}
}

.pf-custom-dev-page {
	background: #ffffff;
	color: #163139;
	font-family: "Public Sans", sans-serif;
}

.pf-custom-dev-hero {
	position: relative;
	overflow: hidden;
	isolation: isolate;
	padding: 54px 24px 58px;
	background: #fbf8f5;
}

.pf-custom-dev-hero::before {
	content: "";
	position: absolute;
	inset: 0;
	z-index: -1;
	background:
		radial-gradient(circle at 48% 50%, rgba(255, 255, 255, .22) 0 0, rgba(255, 255, 255, .74) 42%, rgba(251, 248, 245, .94) 72%),
		linear-gradient(90deg, rgba(255, 255, 255, .96), rgba(255, 255, 255, .5)),
		repeating-linear-gradient(135deg, rgba(112, 142, 134, .06) 0 1px, transparent 1px 28px);
	opacity: 1;
}

.pf-custom-dev-hero::after {
	content: "";
	position: absolute;
	right: 34%;
	bottom: -260px;
	z-index: -1;
	width: 760px;
	height: 760px;
	border-radius: 50%;
	background: rgba(157, 97, 79, .07);
}

.pf-custom-dev-hero__inner {
	position: relative;
	z-index: 1;
	display: grid;
	grid-template-columns: minmax(390px, .95fr) minmax(320px, .72fr) minmax(350px, .78fr);
	gap: 28px;
	align-items: center;
	width: min(1360px, 100%);
	margin: 0 auto;
}

.pf-custom-dev-hero__content {
	display: grid;
	gap: 20px;
	justify-items: start;
	text-align: left;
}

.pf-custom-dev-hero__eyebrow {
	display: inline-flex;
	align-items: center;
	gap: 10px;
	width: fit-content;
	padding: 8px 15px;
	border: 1px solid rgba(157, 97, 79, .22);
	border-radius: 999px;
	background: rgba(255, 255, 255, .82);
	color: #4b332e;
	font-family: "Public Sans", sans-serif;
	font-size: 13px;
	font-weight: 900;
	letter-spacing: .07em;
	line-height: 1;
	text-transform: uppercase;
	box-shadow: 0 10px 28px rgba(75, 51, 46, .06);
}

.pf-custom-dev-hero__eyebrow i {
	color: #9d614f;
	font-size: 14px;
}

.pf-custom-dev-hero h1 {
	max-width: 660px;
	margin: 0;
	color: #4b332e;
	font-family: "Public Sans", sans-serif;
	font-size: 48px;
	font-weight: 900;
	line-height: .98;
	letter-spacing: -0.02em;
}

.pf-custom-dev-hero h1 em {
	color: #9d614f;
	font-style: normal;
	font-weight: 900;
}

.pf-custom-dev-hero__subtitle {
	max-width: 620px;
	margin: 0;
	color: #1d2d31;
	font-family: "Public Sans", sans-serif;
	font-size: 19px;
	font-weight: 400;
	line-height: 30px;
}

.pf-custom-dev-hero__subtitle--support {
	max-width: 760px;
	margin-top: -8px;
	font-size: 17px;
	font-weight: 400;
	line-height: 1.62;
}

.pf-custom-dev-hero--clinic .pf-custom-dev-hero__subtitle--clinic-line {
	max-width: 760px;
	color: #4b332e;
	font-size: 22px;
	font-weight: 800;
	line-height: 1.35;
}

.pf-custom-dev-hero--clinic .pf-custom-dev-hero__subtitle--support {
	max-width: 760px;
	margin-top: -10px;
	color: rgba(75, 51, 46, .78);
	font-size: 16px;
	line-height: 1.65;
}

.pf-custom-dev-hero__subtitle strong {
	color: #4b332e;
	font-weight: 900;
}

.pf-custom-dev-hero__pointers {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	justify-content: start;
	gap: 20px 34px;
	width: min(620px, 100%);
	max-width: 100%;
	margin-top: 8px;
	text-align: left;
}

.pf-custom-dev-hero__stats {
	display: grid;
	gap: 20px;
}

.pf-custom-dev-hero__stat {
	display: flex;
	align-items: center;
	gap: 13px;
	padding: 0;
	border: 0;
	border-radius: 0;
	background: transparent;
	box-shadow: none;
	color: #163139;
}

.pf-custom-dev-hero__stat i {
	display: inline-flex;
	flex: 0 0 46px;
	align-items: center;
	justify-content: center;
	width: 46px;
	height: 46px;
	border: 1px solid rgba(157, 97, 79, .24);
	border-radius: 50%;
	background: rgba(255, 255, 255, .7);
	color: #9d614f;
	font-size: 18px;
	line-height: 1;
}

.pf-custom-dev-hero__stat strong {
	display: block;
	color: #163139;
	font-family: "Public Sans", sans-serif;
	font-size: 19px;
	font-weight: 900;
	line-height: 23px;
}

.pf-custom-dev-hero__stat small {
	display: block;
	color: #253d42;
	font-family: "Public Sans", sans-serif;
	font-size: 15px;
	font-weight: 500;
	line-height: 20px;
}

.pf-custom-dev-hero__actions {
	display: flex;
	flex-wrap: wrap;
	gap: 14px;
	align-items: center;
	justify-content: flex-start;
	margin-top: 8px;
}

.pf-custom-dev-btn {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	gap: 10px;
	min-height: 54px;
	padding: 15px 24px;
	border: 1px solid transparent;
	border-radius: 7px;
	font-family: "Public Sans", sans-serif;
	font-size: 14px;
	font-weight: 900;
	letter-spacing: .1em;
	line-height: 1.1;
	text-decoration: none;
	text-transform: uppercase;
	transition: transform .2s ease, background-color .2s ease, border-color .2s ease, color .2s ease;
}

.pf-custom-dev-btn:hover,
.pf-custom-dev-btn:focus {
	transform: translateY(-1px);
	text-decoration: none;
}

.pf-custom-dev-btn::before,
.pf-custom-dev-btn::after {
	content: none !important;
	display: none !important;
}

.pf-custom-dev-btn--primary {
	border-color: #ffcb06 !important;
	background: #ffcb06 !important;
	background-color: #ffcb06 !important;
	color: #4b332e !important;
}

.pf-custom-dev-btn--primary:hover,
.pf-custom-dev-btn--primary:focus {
	border-color: #f2bd00 !important;
	background: #f2bd00 !important;
	background-color: #f2bd00 !important;
	color: #4b332e !important;
}

.pf-custom-dev-btn--secondary {
	border-color: #4b332e !important;
	background: #4b332e !important;
	background-color: #4b332e !important;
	color: #ffffff !important;
	border-radius: 8px;
	min-width: 220px;
}

.pf-custom-dev-btn--secondary:hover,
.pf-custom-dev-btn--secondary:focus {
	border-color: #36231f !important;
	background: #36231f !important;
	background-color: #36231f !important;
	color: #ffffff !important;
}

.pf-custom-dev-hero__visual {
	position: relative;
	align-self: stretch;
	min-height: 380px;
	aspect-ratio: 4 / 3;
	display: flex;
	align-items: flex-end;
	justify-content: center;
	overflow: hidden;
	border-radius: 20px;
	pointer-events: none;
	box-shadow: 0 20px 50px rgba(15, 118, 110, 0.15);
}

.pf-custom-dev-hero__visual::before {
	content: none !important;
	display: none !important;
}

.pf-custom-dev-hero__visual img {
	width: 100%;
	height: 100%;
	max-height: none;
	object-fit: cover;
	object-position: center;
	border-radius: 0;
}

.pf-custom-dev-hero__callback {
	position: relative;
	z-index: 2;
	display: grid;
	width: min(410px, 100%);
	justify-self: end;
}

.pf-custom-dev-hero__form-card {
	width: 100%;
	padding: 30px;
	border: 1px solid rgba(75, 51, 46, .1);
	border-radius: 20px;
	background: #ffffff;
	box-shadow: 0 18px 44px rgba(22, 49, 57, .12);
}

.pf-custom-dev-hero__form-card h2 {
	margin: 0 0 20px;
	color: #4b332e;
	font-family: "Public Sans", sans-serif;
	font-size: 34px;
	font-weight: 900;
	line-height: 1.12;
	text-align: center;
}

.pf-custom-dev-hero__form-card h2 strong {
	color: #9d614f;
	font-weight: 900;
}

.pf-custom-dev-hero-form {
	display: grid;
	gap: 11px;
}

.pf-custom-dev-hero-form label {
	display: grid;
	gap: 6px;
	margin: 0;
	color: #4b332e;
	font-size: 16px;
	font-weight: 400;
	line-height: 1.2;
}

.pf-custom-dev-hero-form label > span:first-child {
	position: static;
	width: auto;
	height: auto;
	overflow: visible;
	clip: auto;
	white-space: normal;
}

.pf-custom-dev-hero-form input,
.pf-custom-dev-hero-form select {
	width: 100%;
	min-height: 48px;
	padding: 0 14px;
	border: 1px solid #3b1c82;
	border-radius: 4px;
	background: #ffffff;
	color: #4b332e;
	font-family: "Public Sans", sans-serif;
	font-size: 15px;
	font-weight: 500;
	outline: none;
}

.pf-custom-dev-hero-form select {
	appearance: auto;
}

.pf-custom-dev-hero-form input::placeholder {
	color: #b9ace5;
}

.pf-custom-dev-hero-form button {
	width: 100%;
	min-height: 50px;
	margin: 10px auto 0;
	border: 1px solid #ffcb06 !important;
	border-radius: 4px;
	background: #ffcb06 !important;
	background-color: #ffcb06 !important;
	color: #4b332e !important;
	font-family: "Public Sans", sans-serif;
	font-size: 16px;
	font-weight: 900;
	letter-spacing: 0;
	text-transform: uppercase;
}

.pf-custom-dev-hero-form button:hover,
.pf-custom-dev-hero-form button:focus {
	border-color: #f2bd00 !important;
	background: #f2bd00 !important;
	background-color: #f2bd00 !important;
	color: #4b332e !important;
}

.pf-custom-dev-hero-form button::before,
.pf-custom-dev-hero-form button::after {
	content: none !important;
	display: none !important;
}

.pf-custom-dev-hero-form .pf-custom-appointment-popup__phone {
	display: grid;
	grid-template-columns: 62px minmax(0, 1fr);
	min-height: 50px;
	border: 1px solid #3b1c82;
	border-radius: 4px;
	overflow: hidden;
	background: #ffffff;
}

.pf-custom-dev-hero-form .pf-custom-appointment-popup__phone > span {
	display: flex;
	align-items: center;
	justify-content: center;
	border-right: 1px solid #3b1c82;
	color: #000000;
	font-size: 18px;
	font-weight: 700;
}

.pf-custom-dev-hero-form .pf-custom-appointment-popup__phone input {
	min-height: 48px;
	border: 0;
	border-radius: 0;
	box-shadow: none;
}

.pf-custom-dev-hero__trust-list {
	display: grid;
	gap: 20px;
}

.pf-custom-dev-hero__trust {
	display: flex;
	gap: 13px;
	align-items: center;
	padding: 0;
	border: 0;
	border-radius: 0;
	background: transparent;
	color: #163139;
	box-shadow: none;
}

.pf-custom-dev-hero__trust i {
	display: inline-flex;
	flex: 0 0 46px;
	align-items: center;
	justify-content: center;
	width: 46px;
	height: 46px;
	border: 1px solid rgba(157, 97, 79, .24);
	border-radius: 50%;
	background: rgba(255, 255, 255, .7);
	color: #9d614f;
	font-size: 18px;
	line-height: 1;
}

.pf-custom-dev-hero__trust strong {
	display: block;
	color: #163139;
	font-family: "Public Sans", sans-serif;
	font-size: 18px;
	font-weight: 900;
	line-height: 23px;
}

.pf-custom-dev-hero__trust small {
	display: block;
	color: #253d42;
	font-family: "Public Sans", sans-serif;
	font-size: 15px;
	font-weight: 500;
	line-height: 20px;
}

.pf-custom-dev-hero__reviews {
	display: grid;
	gap: 6px;
	justify-items: center;
	margin: 26px -30px -30px;
	padding: 20px 24px 22px;
	border-top: 1px solid rgba(75, 51, 46, .08);
	border-radius: 0 0 20px 20px;
	background: rgba(248, 243, 240, .62);
	color: #163139;
	text-align: center;
}

.pf-custom-dev-hero__reviews-brand {
	display: inline-flex;
	align-items: center;
	gap: 12px;
	font-family: "Public Sans", sans-serif;
	font-size: 24px;
	font-weight: 900;
	line-height: 1;
}

.pf-custom-dev-hero__google {
	display: inline-flex;
	font-size: 30px;
	font-weight: 800;
	letter-spacing: -0.04em;
}

.pf-custom-dev-hero__google span:nth-child(1),
.pf-custom-dev-hero__google span:nth-child(4) {
	color: #4285f4;
}

.pf-custom-dev-hero__google span:nth-child(2),
.pf-custom-dev-hero__google span:nth-child(6) {
	color: #ea4335;
}

.pf-custom-dev-hero__google span:nth-child(3) {
	color: #fbbc05;
}

.pf-custom-dev-hero__google span:nth-child(5) {
	color: #34a853;
}

.pf-custom-dev-hero__reviews-score {
	display: inline-flex;
	flex-wrap: wrap;
	gap: 10px;
	align-items: center;
	justify-content: center;
	font-family: "Public Sans", sans-serif;
	font-size: 18px;
	font-weight: 700;
}

.pf-custom-dev-hero__reviews-label {
	font-weight: 700;
}

.pf-custom-dev-hero__reviews-score .pf-custom-dev-hero__rating {
	color: #163139;
	font-size: 24px;
	font-weight: 900;
}

.pf-custom-dev-hero__stars {
	color: #ffcb06;
	letter-spacing: .05em;
}

.pf-custom-dev-hero {
	padding: 58px 24px 68px;
	background: #fffdfb;
}

.pf-custom-dev-hero::before {
	background:
		radial-gradient(circle at 47% 58%, rgba(157, 97, 79, .07) 0 0, rgba(157, 97, 79, .035) 28%, transparent 48%),
		linear-gradient(90deg, rgba(255, 255, 255, .98), rgba(255, 255, 255, .76)),
		repeating-linear-gradient(135deg, rgba(112, 142, 134, .045) 0 1px, transparent 1px 28px);
}

.pf-custom-dev-hero::after {
	right: 46%;
	bottom: -300px;
	width: 880px;
	height: 880px;
	background: rgba(157, 97, 79, .055);
}

.pf-custom-dev-hero__inner {
	grid-template-columns: minmax(0, 1fr) minmax(370px, 430px);
	gap: 58px;
	align-items: start;
	width: min(1360px, 100%);
}

.pf-custom-dev-hero__content {
	gap: 16px;
	padding-top: 2px;
}

.pf-custom-dev-hero__eyebrow {
	padding: 9px 18px;
	border-color: rgba(157, 97, 79, .22);
	background: rgba(255, 255, 255, .9);
	color: #4b332e;
	font-family: "Public Sans", sans-serif;
	font-size: 13px;
	font-weight: 500;
	letter-spacing: .13em;
}

.pf-custom-dev-hero h1 {
	max-width: 720px;
	color: #4b332e;
	font-family: "Public Sans", sans-serif;
	font-size: 52px;
	font-weight: 800;
	line-height: 1.03;
	letter-spacing: 0;
}

.pf-custom-dev-hero h1 em {
	color: #ffcb06;
	font-style: normal;
	font-weight: 800;
}

.pf-custom-dev-hero__subtitle {
	max-width: 640px;
	color: #4d4642;
	font-family: "Public Sans", sans-serif;
	font-size: 18px;
	font-weight: 300;
	line-height: 29px;
}

.pf-custom-dev-hero__subtitle strong {
	color: #4b332e;
	font-weight: 600;
}

.pf-custom-dev-hero__pointers {
	display: grid;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	width: min(760px, 100%);
	gap: 0;
	margin-top: 14px;
}

.pf-custom-dev-hero__stats,
.pf-custom-dev-hero__trust-list {
	display: contents;
}

.pf-custom-dev-hero__stat:nth-child(n+2) {
	display: none;
}

.pf-custom-dev-hero__stat,
.pf-custom-dev-hero__trust {
	position: relative;
	display: grid;
	justify-items: center;
	gap: 6px;
	padding: 0 20px;
	text-align: center;
}

.pf-custom-dev-hero__stat::after,
.pf-custom-dev-hero__trust:not(:last-child)::after {
	content: "";
	position: absolute;
	top: 5px;
	right: 0;
	width: 1px;
	height: calc(100% - 10px);
	background: rgba(75, 51, 46, .13);
}

.pf-custom-dev-hero__stat i,
.pf-custom-dev-hero__trust i {
	width: 42px;
	height: 42px;
	flex-basis: 42px;
	border-color: rgba(157, 97, 79, .18);
	background: #fffaf5;
	color: #ffcb06;
	font-size: 17px;
	box-shadow: 0 10px 24px rgba(75, 51, 46, .06);
}

.pf-custom-dev-hero__stat strong,
.pf-custom-dev-hero__trust strong {
	color: #151312;
	font-family: "Public Sans", sans-serif;
	font-size: 16px;
	font-weight: 700;
	line-height: 19px;
}

.pf-custom-dev-hero__stat small,
.pf-custom-dev-hero__trust small {
	color: #3f3834;
	font-family: "Public Sans", sans-serif;
	font-size: 13px;
	font-weight: 300;
	line-height: 17px;
}

.pf-custom-dev-hero__actions {
	display: flex;
	flex-wrap: nowrap;
	align-items: center;
	gap: 12px 22px;
	margin-top: 26px;
}

.pf-custom-dev-hero__actions::before {
	content: none;
	display: none;
}

.pf-custom-dev-hero__actions::after {
	content: none;
	display: none;
}

.pf-custom-dev-hero__trust-note {
	order: 2;
	display: inline-flex;
	align-items: center;
	gap: 12px;
	color: #2d2522;
	font-family: "Public Sans", sans-serif;
	font-size: 12px;
	font-weight: 400;
	line-height: 16px;
	min-height: 58px;
	padding: 10px 16px;
	border: 1px solid rgba(157, 97, 79, .14);
	border-radius: 12px;
	background: rgba(255, 255, 255, .82);
	box-shadow: 0 10px 26px rgba(75, 51, 46, .055);
}

.pf-custom-dev-hero__trust-note i {
	display: inline-flex;
	flex: 0 0 28px;
	align-items: center;
	justify-content: center;
	width: 28px;
	height: 28px;
	color: #ffcb06;
	font-size: 24px;
	line-height: 1;
}

.pf-custom-dev-hero__action-reviews {
	order: 1;
	display: inline-flex;
	align-items: center;
	gap: 9px;
	min-height: 58px;
	padding: 10px 16px;
	border: 1px solid rgba(157, 97, 79, .14);
	border-radius: 12px;
	background: rgba(255, 255, 255, .82);
	box-shadow: 0 10px 26px rgba(75, 51, 46, .055);
	color: #163139;
	font-family: "Public Sans", sans-serif;
	font-size: 14px;
	font-weight: 500;
	line-height: 1;
}

.pf-custom-dev-hero__action-reviews img {
	flex: 0 0 26px;
	width: 26px;
	height: 26px;
	object-fit: contain;
}

.pf-custom-dev-hero__action-rating {
	font-weight: 600;
}

.pf-custom-dev-hero__action-reviews .pf-custom-dev-hero__stars {
	font-size: 13px;
	letter-spacing: -0.02em;
}

.pf-custom-dev-btn--secondary {
	order: 1;
	min-width: 210px;
	min-height: 48px;
	padding: 12px 22px;
	border-radius: 8px;
	box-shadow: 0 16px 34px rgba(75, 51, 46, .18);
}

.pf-custom-dev-hero__visual {
	display: none;
}

.pf-custom-dev-hero__callback {
	width: min(390px, 100%);
	justify-self: end;
}

.pf-custom-dev-hero__form-card {
	padding: 24px 26px;
	overflow: hidden;
	border-color: rgba(75, 51, 46, .11);
	border-radius: 18px;
	background: #ffffff;
	box-shadow: 0 24px 58px rgba(75, 51, 46, .12);
}

.pf-custom-dev-hero__form-card h2 {
	margin: 0 0 16px;
	color: #4b332e;
	font-family: "Public Sans", sans-serif;
	font-size: 28px;
	font-weight: 400;
	line-height: 1.15;
	text-align: left;
}

.pf-custom-dev-hero__form-card h2 strong {
	color: #b98300;
	font-weight: 400;
}

.pf-custom-dev-hero-form {
	gap: 10px;
}

.pf-custom-dev-hero-form label {
	gap: 5px;
	color: #271a17;
	font-family: "Public Sans", sans-serif;
	font-size: 14px;
	font-weight: 600;
}

.pf-custom-dev-hero-form input,
.pf-custom-dev-hero-form select {
	min-height: 48px;
	padding: 0 15px;
	border-color: rgba(75, 51, 46, .18);
	border-radius: 8px;
	color: #2d2522;
	font-size: 15px;
	font-weight: 300;
	box-shadow: inset 0 1px 0 rgba(75, 51, 46, .02);
}

.pf-custom-dev-hero-form input:focus,
.pf-custom-dev-hero-form select:focus,
.pf-custom-dev-hero-form .pf-custom-appointment-popup__phone:focus-within {
	border-color: #9d614f;
	box-shadow: 0 0 0 3px rgba(157, 97, 79, .1);
}

.pf-custom-dev-hero-form input::placeholder {
	color: #9f928d;
}

.pf-custom-dev-hero-form .pf-custom-appointment-popup__phone {
	grid-template-columns: 66px minmax(0, 1fr);
	min-height: 48px;
	border-color: rgba(75, 51, 46, .18);
	border-radius: 8px;
}

.pf-custom-dev-hero-form .pf-custom-appointment-popup__phone > span {
	border-right-color: rgba(75, 51, 46, .18);
	color: #151312;
	font-size: 16px;
	font-weight: 800;
}

.pf-custom-dev-hero-form .pf-custom-appointment-popup__phone input {
	min-height: 46px;
}

.pf-custom-dev-hero-form button {
	min-height: 50px;
	margin-top: 8px;
	border-radius: 8px;
	color: #2d2522 !important;
	font-size: 15px;
	font-weight: 800;
	letter-spacing: .08em;
	box-shadow: 0 14px 30px rgba(255, 203, 6, .24);
}

.pf-custom-dev-hero__reviews {
	margin: 22px -26px 0;
	padding: 14px 18px 16px;
	background: #faf7f4;
	font-family: "Public Sans", sans-serif;
	font-weight: 500;
}

.pf-custom-dev-hero__reviews {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: center;
	gap: 8px 16px;
}

.pf-custom-dev-hero__reviews-brand,
.pf-custom-dev-hero__reviews-score {
	display: inline-flex;
	align-items: center;
	justify-content: center;
}

.pf-custom-dev-hero__reviews-brand {
	gap: 8px;
	font-size: 19px;
	line-height: 1;
}

.pf-custom-dev-hero__google {
	font-size: 22px;
	line-height: 1;
}

.pf-custom-dev-hero__reviews-label {
	color: #163139;
	font-size: 19px;
	font-weight: 700;
	line-height: 1;
}

.pf-custom-dev-hero__reviews-score {
	gap: 7px;
	color: #163139;
	font-size: 16px;
	font-weight: 700;
	line-height: 1;
}

.pf-custom-dev-hero__reviews-score .pf-custom-dev-hero__rating {
	font-size: 18px;
	font-weight: 500;
	line-height: 1;
}

.pf-custom-dev-hero__stars {
	font-size: 16px;
	line-height: 1;
	letter-spacing: 0;
}

.pf-custom-dev-hero__bottom-strip {
	display: none;
	grid-column: 1 / -1;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	margin-top: -10px;
	border: 1px solid rgba(75, 51, 46, .11);
	border-radius: 14px;
	background: rgba(255, 255, 255, .92);
	box-shadow: 0 18px 48px rgba(75, 51, 46, .08);
	overflow: hidden;
}

.pf-custom-dev-hero__bottom-strip span {
	position: relative;
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 14px;
	min-height: 76px;
	padding: 13px 20px;
	color: #4b332e;
	font-family: "Public Sans", sans-serif;
}

.pf-custom-dev-hero__bottom-strip span:not(:last-child)::after {
	content: "";
	position: absolute;
	top: 22px;
	right: 0;
	width: 1px;
	height: calc(100% - 44px);
	background: rgba(75, 51, 46, .13);
}

.pf-custom-dev-hero__bottom-strip i {
	color: #9d614f;
	font-size: 25px;
	line-height: 1;
}

.pf-custom-dev-hero__bottom-strip strong,
.pf-custom-dev-hero__bottom-strip small {
	display: block;
}

.pf-custom-dev-hero__bottom-strip strong {
	color: #2d2522;
	font-size: 15px;
	font-weight: 700;
	line-height: 19px;
}

.pf-custom-dev-hero__bottom-strip small {
	color: #4d4642;
	font-size: 14px;
	font-weight: 300;
	line-height: 18px;
}

.pf-custom-dev-shell {
	position: relative;
	z-index: 1;
	padding: 56px 24px 86px;
	background: #ffffff;
	overflow: visible;
}

.pf-ai-chat-strip--custom-dev {
	position: relative;
	z-index: 50;
	overflow: visible;
	width: min(1360px, calc(100% - 48px));
	margin: -38px auto 0;
	padding: 18px 20px;
	border: 1px solid rgba(75, 51, 46, .1);
	border-radius: 14px;
	background: rgba(255, 255, 255, .94);
	box-shadow: 0 18px 42px rgba(22, 49, 57, .09);
	backdrop-filter: blur(10px);
}

.pf-ai-chat-strip--custom-dev .pf-ai-chat-strip__heading {
	margin: 0 0 12px;
	color: #163139;
	font-family: "Public Sans", sans-serif;
	font-size: 16px;
	font-weight: 600;
	line-height: 1.35;
}

.pf-ai-chat-strip--custom-dev .pf-ai-chat-strip__buttons {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	gap: 9px;
}

.pf-ai-chat-strip--custom-dev .pf-ai-chat-strip__button,
.pf-ai-chat-strip--custom-dev .pf-single-preferred-source,
.pf-ai-chat-strip--custom-dev .pf-single-share__button {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	gap: 9px;
	min-height: 38px;
	padding: 7px 15px;
	border: 1px solid rgba(22, 49, 57, .18) !important;
	border-radius: 999px !important;
	background: #f8faf9 !important;
	background-color: #f8faf9 !important;
	color: #163139 !important;
	font-family: "Public Sans", sans-serif;
	font-size: 14px;
	font-weight: 700;
	line-height: 1.2;
	text-decoration: none;
	box-shadow: none !important;
	text-transform: none;
	letter-spacing: 0;
	transition: background-color .16s ease, border-color .16s ease, transform .16s ease;
}

.pf-ai-chat-strip--custom-dev .pf-ai-chat-strip__button:hover,
.pf-ai-chat-strip--custom-dev .pf-ai-chat-strip__button:focus,
.pf-ai-chat-strip--custom-dev .pf-single-preferred-source:hover,
.pf-ai-chat-strip--custom-dev .pf-single-preferred-source:focus,
.pf-ai-chat-strip--custom-dev .pf-single-share__button:hover,
.pf-ai-chat-strip--custom-dev .pf-single-share__button:focus,
.pf-ai-chat-strip--custom-dev .pf-single-share__button[aria-expanded="true"] {
	border-color: rgba(75, 51, 46, .32) !important;
	background: #ffffff !important;
	background-color: #ffffff !important;
	color: #163139 !important;
	transform: translateY(-1px);
}

.pf-ai-chat-strip--custom-dev .pf-ai-chat-strip__button::before,
.pf-ai-chat-strip--custom-dev .pf-ai-chat-strip__button::after,
.pf-ai-chat-strip--custom-dev .pf-single-share__button::before,
.pf-ai-chat-strip--custom-dev .pf-single-share__button::after {
	content: none !important;
	display: none !important;
}

.pf-ai-chat-strip--custom-dev .pf-ai-chat-strip__button img,
.pf-ai-chat-strip--custom-dev .pf-single-preferred-source__icon {
	display: block;
	width: 18px;
	height: 18px;
	flex: 0 0 18px;
	object-fit: contain;
}

.pf-ai-chat-strip--custom-dev .pf-single-share {
	position: relative;
}

.pf-ai-chat-strip--custom-dev .pf-single-share__button {
	cursor: pointer;
}

.pf-ai-chat-strip--custom-dev .pf-single-share__button-icon {
	color: #e95f25 !important;
	font-size: 16px;
	line-height: 1;
}

.pf-ai-chat-strip--custom-dev .pf-single-share__menu {
	position: absolute;
	top: calc(100% + 8px);
	right: 0;
	z-index: 9999;
	min-width: 220px;
	overflow: hidden;
	border: 1px solid rgba(75, 51, 46, .12);
	border-radius: 10px;
	background: #ffffff;
	box-shadow: 0 18px 42px rgba(22, 49, 57, .16);
}

.pf-ai-chat-strip--custom-dev .pf-single-share__menu a,
.pf-ai-chat-strip--custom-dev .pf-single-share__menu button {
	display: flex;
	width: 100%;
	align-items: center;
	gap: 12px;
	min-height: 44px;
	padding: 10px 14px;
	border: 0 !important;
	border-bottom: 1px solid rgba(22, 49, 57, .08) !important;
	border-radius: 0 !important;
	background: #ffffff !important;
	color: #163139 !important;
	font-family: "Public Sans", sans-serif;
	font-size: 15px;
	font-weight: 500;
	line-height: 1.2;
	text-align: left;
	text-decoration: none;
	box-shadow: none !important;
	cursor: pointer;
}

.pf-ai-chat-strip--custom-dev .pf-single-share__menu a:last-child,
.pf-ai-chat-strip--custom-dev .pf-single-share__menu button:last-child {
	border-bottom: 0 !important;
}

.pf-ai-chat-strip--custom-dev .pf-single-share__menu a:hover,
.pf-ai-chat-strip--custom-dev .pf-single-share__menu a:focus,
.pf-ai-chat-strip--custom-dev .pf-single-share__menu button:hover,
.pf-ai-chat-strip--custom-dev .pf-single-share__menu button:focus {
	background: #f4f1ed !important;
	color: #163139 !important;
}

.pf-custom-dev-shell__inner {
	position: relative;
	display: grid;
	grid-template-columns: minmax(0, 75%) minmax(290px, 25%);
	gap: 28px;
	align-items: start;
	width: min(1360px, 100%);
	margin: 0 auto;
	overflow: visible;
}

.pf-custom-dev-content {
	display: grid;
	gap: 24px;
	min-width: 0;
}

.pf-custom-dev-card,
.pf-custom-dev-sidebar__form,
.pf-custom-dev-sidebar__promo {
	border: 1px solid rgba(77, 51, 45, .1);
	border-radius: 14px;
	background: #ffffff;
	box-shadow: 0 14px 38px rgba(22, 49, 57, .1);
}

.pf-custom-dev-card {
	padding: 32px;
}

.pf-custom-dev-full {
	width: min(1360px, 100%);
	margin: 28px auto 0;
}

.pf-custom-dev-doctors.pf-custom-dev-card {
	border: 0;
	background: transparent;
	box-shadow: none;
	padding: 0;
}

.pf-custom-dev-doctors .pf-custom-dev-section-head,
.pf-custom-dev-blogs .pf-custom-dev-section-head {
	text-align: center;
}

.pf-custom-dev-card h2,
.pf-custom-dev-sidebar__form h2 {
	margin: 0 0 16px;
	color: #163139;
	font-family: "Tenor Sans", serif;
	font-size: 32px;
	font-weight: 400;
	line-height: 1.18;
	letter-spacing: 0;
}

.pf-custom-dev-richtext p,
.pf-custom-dev-card p {
	margin: 0 0 16px;
	color: rgb(101, 119, 123);
	font-family: "Public Sans", sans-serif;
	font-size: 17px;
	font-weight: 300;
	line-height: 29px;
}

.pf-custom-dev-richtext ul li,
.pf-custom-dev-richtext ol li {
	color: rgb(101, 119, 123);
	font-family: "Public Sans", sans-serif;
	font-size: 17px;
	font-weight: 300;
	line-height: 29px;
}

.pf-custom-dev-richtext img {
	display: block;
	width: 100%;
	height: auto;
	aspect-ratio: 2 / 1;
	border-radius: 12px;
	object-fit: cover;
	object-position: center;
}

.pf-custom-dev-richtext figure,
.pf-custom-dev-richtext .wp-caption {
	max-width: 100%;
	margin: 24px 0;
}

.pf-custom-dev-richtext h3 {
	margin-top: 0;
	color: #163139;
	font-family: "Tenor Sans", serif;
	font-size: 24px;
	font-weight: 400;
	line-height: 1.25;
	letter-spacing: 0;
}

.pf-custom-dev-richtext p:last-child,
.pf-custom-dev-card p:last-child {
	margin-bottom: 0;
}

.pf-custom-dev-section-head {
	margin-bottom: 20px;
}

.pf-custom-dev-section-head h2 {
	margin-bottom: 0;
}

.pf-custom-dev-video-slider,
.pf-custom-dev-card-slider {
	position: relative;
}

.pf-custom-dev-video-slider__viewport,
.pf-custom-dev-card-slider__viewport {
	overflow-x: hidden;
	overflow-y: visible;
	width: 100%;
	padding: 18px 0 22px;
	margin: -18px 0 -22px;
}

.pf-custom-dev-video-slider__track,
.pf-custom-dev-card-slider__track {
	display: flex;
	overflow-x: auto;
	overflow-y: visible;
	padding: 2px 2px 24px;
	scroll-behavior: smooth;
	scroll-snap-type: x mandatory;
	scrollbar-width: none;
}

.pf-custom-dev-video-slider__track {
	gap: 18px;
}

.pf-custom-dev-card-slider__track {
	gap: 20px;
}

.pf-custom-dev-video-slider__track::-webkit-scrollbar,
.pf-custom-dev-card-slider__track::-webkit-scrollbar {
	display: none;
}

.pf-custom-dev-video-card {
	flex: 0 0 calc((100% - 36px) / 3);
	overflow: hidden;
	border-radius: 12px;
	background: #0e2025;
	box-shadow: 0 16px 36px rgba(22, 49, 57, .12);
	scroll-snap-align: start;
}

.pf-custom-dev-video-card iframe {
	display: block;
	width: 100%;
	aspect-ratio: 9 / 16;
	border: 0;
}

body.single-clinic .pf-custom-dev-video-card {
	flex: 0 0 calc((100% - 54px) / 4);
}

.pf-custom-dev-faq__list {
	display: grid;
	gap: 12px;
}

.pf-custom-dev-faq__item {
	overflow: hidden;
	border: 1px solid rgba(75, 51, 46, .12);
	border-radius: 10px;
	background: #fffdfb;
}

.pf-custom-dev-faq__item summary {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 18px;
	padding: 18px 20px;
	color: #163139;
	font-family: "Public Sans", sans-serif;
	font-size: 17px;
	font-weight: 700;
	line-height: 1.35;
	cursor: pointer;
	list-style: none;
}

.pf-custom-dev-faq__item summary::-webkit-details-marker {
	display: none;
}

.pf-custom-dev-faq__item summary i {
	flex: 0 0 auto;
	color: #9d614f;
	font-size: 14px;
	transition: transform .2s ease;
}

.pf-custom-dev-faq__item[open] summary i {
	transform: rotate(180deg);
}

.pf-custom-dev-faq__answer {
	padding: 0 20px 18px;
}

.pf-custom-dev-faq__answer p {
	margin: 0;
	color: rgb(101, 119, 123);
	font-family: "Public Sans", sans-serif;
	font-size: 17px;
	font-weight: 300;
	line-height: 29px;
}

.pf-custom-dev-slider-arrow {
	position: absolute;
	top: 50%;
	z-index: 3;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 48px !important;
	min-width: 48px !important;
	max-width: 48px !important;
	height: 48px !important;
	min-height: 48px !important;
	max-height: 48px !important;
	padding: 0 !important;
	border: 1px solid rgba(75, 51, 46, .12) !important;
	border-radius: 50% !important;
	background: #ffffff !important;
	color: #4b332e !important;
	box-shadow: 0 14px 30px rgba(22, 49, 57, .13);
	transform: translateY(-50%);
}

.pf-custom-dev-slider-arrow::before,
.pf-custom-dev-slider-arrow::after {
	content: none !important;
	display: none !important;
}

.pf-custom-dev-slider-arrow:hover,
.pf-custom-dev-slider-arrow:focus {
	background: #ffcb06 !important;
	color: #4b332e !important;
}

.pf-custom-dev-slider-arrow:disabled {
	cursor: default;
	opacity: .35;
}

.pf-custom-dev-slider-arrow--prev {
	left: -24px;
}

.pf-custom-dev-slider-arrow--next {
	right: -24px;
}

.pf-custom-dev-link-list__grid {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 12px 18px;
}

.pf-custom-dev-link-list__grid a {
	display: inline-flex;
	gap: 10px;
	align-items: flex-start;
	color: #163139;
	font-family: "Public Sans", sans-serif;
	font-size: 14px;
	font-weight: 400;
	line-height: 20px;
	text-decoration: none;
}

.pf-custom-dev-link-list__grid a:hover {
	color: #9d614f;
	text-decoration: none;
}

.pf-custom-dev-link-list__grid i {
	margin-top: 8px;
	color: #9d614f;
	font-size: 6px;
	line-height: 1;
}

.pf-custom-dev-mini-card {
	display: flex;
	flex: 0 0 calc((100% - 56px) / 3);
	min-width: 0;
	flex-direction: column;
	overflow: hidden;
	border: 1px solid rgba(75, 51, 46, .09);
	border-radius: 8px;
	background: #ffffff;
	box-shadow: 0 14px 34px rgba(22, 49, 57, .09);
	scroll-snap-align: start;
	transition: transform .2s ease, box-shadow .2s ease, border-color .2s ease;
}

.pf-custom-dev-mini-card:hover,
.pf-custom-dev-mini-card:focus-within {
	border-color: rgba(157, 97, 79, .28);
	box-shadow: 0 20px 44px rgba(22, 49, 57, .14);
	transform: translateY(-3px);
}

.pf-custom-dev-mini-card__image {
	display: block;
	overflow: hidden;
	width: 100%;
	aspect-ratio: 1.05 / 1;
	background: linear-gradient(135deg, #efe5df 0%, #fbf8f6 100%);
	text-decoration: none;
}

.pf-custom-dev-mini-card__image img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center top;
	transition: transform .22s ease;
}

.pf-custom-dev-mini-card:hover .pf-custom-dev-mini-card__image img,
.pf-custom-dev-mini-card:focus-within .pf-custom-dev-mini-card__image img {
	transform: scale(1.035);
}

.pf-custom-dev-mini-card__image span,
.pf-custom-dev-blog-card__image span {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 100%;
	height: 100%;
	color: rgba(75, 51, 46, .72);
	font-family: "Tenor Sans", serif;
	font-size: 52px;
}

.pf-custom-dev-mini-card__body {
	display: grid;
	gap: 14px;
	padding: 24px 24px 26px;
}

.pf-custom-dev-mini-card h3,
.pf-custom-dev-blog-card h3 {
	margin: 0;
	color: #163139;
	font-family: "Public Sans", sans-serif;
	font-size: 22px;
	font-weight: 800;
	line-height: 1.2;
}

.pf-custom-dev-blog-card h3 {
	font-size: 22px;
	font-weight: 400;
	line-height: 36px;
}

.pf-custom-dev-mini-card h3 a,
.pf-custom-dev-blog-card h3 a {
	color: inherit;
	text-decoration: none;
}

.pf-custom-dev-mini-card h3 a:hover,
.pf-custom-dev-blog-card h3 a:hover {
	color: #9d614f;
}

.pf-custom-dev-mini-card p {
	min-height: 24px;
	margin: -2px 0 0;
	color: #6a777b;
	font-size: 16px;
	font-weight: 500;
	line-height: 24px;
}

.pf-custom-dev-mini-card__cta {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-height: 54px;
	margin-top: 28px;
	padding: 0 18px;
	border: 1px solid #ffcb06 !important;
	border-radius: 6px;
	background: #ffcb06 !important;
	background-color: #ffcb06 !important;
	color: #4b332e !important;
	font-family: "Public Sans", sans-serif;
	font-size: 15px;
	font-weight: 900;
	letter-spacing: .13em;
	line-height: 1.2;
	text-align: center;
	text-decoration: none;
	text-transform: uppercase;
}

.pf-custom-dev-mini-card__cta:hover,
.pf-custom-dev-mini-card__cta:focus {
	border-color: #e9b900 !important;
	background: #e9b900 !important;
	background-color: #e9b900 !important;
	color: #4b332e !important;
	text-decoration: none;
}

.pf-custom-dev-mini-card__cta::before,
.pf-custom-dev-mini-card__cta::after {
	content: none !important;
	display: none !important;
}

.pf-custom-dev-doctors .pf-home-doctor-card {
	flex: 0 0 calc((100% - 60px) / 4);
	scroll-snap-align: start;
}

.pf-custom-dev-doctors .pf-home-doctor-card__photo {
	aspect-ratio: 1 / 1;
}

.pf-custom-dev-doctors .pf-home-doctor-card__body {
	min-height: 178px;
}

.pf-custom-dev-doctors .pf-home-doctor-card__book {
	margin-top: auto;
}

.pf-custom-doctors-page {
	overflow: hidden;
	background: #ffffff;
}

.pf-custom-dev-hero--doctors {
	padding: 50px 24px 68px;
}

.pf-custom-dev-hero--doctors .pf-custom-dev-hero__inner {
	width: min(1360px, 100%);
}

.pf-custom-dev-hero--doctors .pf-custom-dev-hero__content {
	max-width: 820px;
}

.pf-custom-dev-hero--doctors .pf-custom-dev-hero__subtitle {
	max-width: 760px;
}

.pf-custom-dev-hero--doctors .pf-custom-dev-hero__pointers {
	width: min(820px, 100%);
}

.pf-custom-dev-hero--doctors .pf-custom-dev-hero__stat:nth-child(n+2) {
	display: grid;
}

.pf-custom-dev-hero--doctors .pf-custom-dev-hero__callback {
	align-self: center;
}

.pf-our-doctors-list {
	overflow: visible;
	padding: 72px 24px 92px;
	background: #f8f3f0;
}

.pf-our-doctors-list .pf-home-doctors__inner {
	width: min(1360px, 100%);
	max-width: none;
}

.pf-our-doctors-list .pf-home-doctors__head {
	justify-content: center;
	margin-bottom: 34px;
	text-align: center;
}

.pf-our-doctors-list .pf-home-doctors h2 {
	font-size: 40px;
	line-height: 1.14;
}

.pf-our-doctors-list .pf-home-doctors__slider {
	overflow: visible;
}

.pf-our-doctors-list .pf-home-doctors__slider + .pf-home-doctors__slider {
	margin-top: 32px;
}

.pf-our-doctors-list .pf-home-doctors__grid--static {
	display: grid;
	grid-auto-flow: initial;
	grid-auto-columns: initial;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	gap: 24px;
	overflow: visible;
	padding: 0;
	scroll-snap-type: none;
	cursor: default;
	user-select: auto;
}

.pf-our-doctors-list .pf-home-doctor-card {
	width: 100%;
	flex: none;
	scroll-snap-align: initial;
	background: #ffffff;
}

.pf-custom-dev-blogs__grid {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 18px;
}

.pf-custom-dev-blog-card {
	display: flex;
	flex-direction: column;
	overflow: hidden;
	border: 1px solid rgba(75, 51, 46, .09);
	border-radius: 8px;
	background: #ffffff;
	box-shadow: 0 16px 38px rgba(22, 49, 57, .09);
	transition: transform .2s ease, box-shadow .2s ease, border-color .2s ease;
}

.pf-custom-dev-blog-card:hover,
.pf-custom-dev-blog-card:focus-within {
	border-color: rgba(157, 97, 79, .26);
	box-shadow: 0 22px 46px rgba(22, 49, 57, .13);
	transform: translateY(-3px);
}

.pf-custom-dev-blog-card__image {
	display: block;
	overflow: hidden;
	width: 100%;
	aspect-ratio: 1.35 / 1;
	background: linear-gradient(135deg, #efe5df 0%, #fbf8f6 100%);
	text-decoration: none;
}

.pf-custom-dev-blog-card__image img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center;
	transition: transform .22s ease;
}

.pf-custom-dev-blog-card:hover .pf-custom-dev-blog-card__image img,
.pf-custom-dev-blog-card:focus-within .pf-custom-dev-blog-card__image img {
	transform: scale(1.035);
}

.pf-custom-dev-blog-card__body {
	display: flex;
	flex: 1;
	flex-direction: column;
	gap: 10px;
	padding: 18px;
}

.pf-custom-dev-blog-card time {
	color: #9d614f;
	font-size: 12px;
	font-weight: 800;
	letter-spacing: .08em;
	line-height: 1.4;
	text-transform: uppercase;
}

.pf-custom-dev-blog-card p {
	font-size: 14px;
	font-weight: 400;
	line-height: 22px;
}

.pf-custom-dev-blog-card__link {
	margin-top: auto;
	color: #9d614f;
	font-size: 13px;
	font-weight: 800;
	letter-spacing: .08em;
	text-transform: uppercase;
}

.pf-custom-dev-sidebar {
	position: sticky !important;
	top: 80px !important;
	align-self: start;
	min-width: 0;
	height: fit-content;
	overflow: visible;
}

.pf-custom-dev-sidebar.is-fixed {
	position: fixed !important;
	z-index: 30;
}

.pf-custom-dev-sidebar.is-locked {
	position: absolute !important;
	top: auto !important;
	right: 0;
	bottom: 0;
	z-index: 1;
}

.pf-custom-dev-sidebar__sticky {
	display: grid;
	gap: 10px;
}

.pf-custom-dev-sidebar__promo {
	display: block;
	overflow: hidden;
}

.pf-custom-dev-sidebar__promo img {
	display: block;
	width: 100%;
	height: auto;
}

.pf-custom-dev-sidebar__form {
	padding: 10px 20px 24px;
}

.pf-custom-dev-sidebar__form h2 {
	margin: 0 0 10px;
	font-size: 22px;
	text-align: center;
}

.pf-custom-dev-sidebar__form label {
	display: block;
	margin: 0;
}

.pf-custom-dev-sidebar__form label > span:first-child {
	position: absolute;
	width: 1px;
	height: 1px;
	overflow: hidden;
	clip: rect(0, 0, 0, 0);
	white-space: nowrap;
}

.pf-custom-dev-sidebar__form input,
.pf-custom-dev-sidebar__form select {
	width: 100%;
	height: 54px;
	border: 1px solid #4b332e;
	border-radius: 4px;
	background: #ffffff;
	color: #163139;
	font-size: 15px;
}

.pf-custom-dev-sidebar__form .pf-custom-appointment-popup__phone {
	display: grid;
	grid-template-columns: 70px minmax(0, 1fr);
	border: 1px solid #4b332e;
	border-radius: 4px;
	background: #ffffff;
}

.pf-custom-dev-sidebar__form .pf-custom-appointment-popup__phone > span {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	border-right: 1px solid #4b332e;
	color: #111111;
	font-weight: 800;
}

.pf-custom-dev-sidebar__form .pf-custom-appointment-popup__phone input {
	height: 52px;
	border: 0;
}

.pf-custom-dev-sidebar__form button {
	width: 100%;
	min-height: 58px;
	border: 1px solid #ffcb06 !important;
	border-radius: 6px;
	background: #ffcb06 !important;
	background-color: #ffcb06 !important;
	color: #4b332e !important;
	font-family: "Public Sans", sans-serif;
	font-size: 15px;
	font-weight: 900;
	letter-spacing: .08em;
	text-transform: uppercase;
}

.pf-custom-dev-sidebar__form button:hover,
.pf-custom-dev-sidebar__form button:focus {
	border-color: #f2bd00 !important;
	background: #f2bd00 !important;
	background-color: #f2bd00 !important;
	color: #4b332e !important;
}

.pf-custom-dev-sidebar__form button::before,
.pf-custom-dev-sidebar__form button::after {
	content: none !important;
	display: none !important;
}

@media (max-width: 980px) {
	.pf-ai-chat-strip--custom-dev {
		width: calc(100% - 36px);
		margin-top: -30px;
	}

	.pf-custom-dev-hero {
		padding: 48px 18px 56px;
	}

	.pf-custom-dev-hero__inner {
		grid-template-columns: 1fr;
		gap: 32px;
	}

	.pf-custom-dev-hero__visual {
		display: none;
	}

	.pf-custom-dev-hero__callback {
		grid-column: auto;
		grid-row: auto;
		order: 3;
	}

	.pf-custom-dev-hero__content {
		order: 1;
	}

	.pf-custom-dev-hero h1 {
		font-size: 42px;
	}

	.pf-custom-dev-hero__callback {
		width: min(560px, 100%);
		margin: 0 auto;
	}

	.pf-custom-dev-hero__pointers {
		grid-template-columns: 1fr;
	}

	.pf-custom-dev-hero__stats,
	.pf-custom-dev-hero__trust-list {
		grid-template-columns: repeat(3, minmax(0, 1fr));
	}

	.pf-custom-dev-hero__bottom-strip {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.pf-custom-dev-hero__bottom-strip span:nth-child(2)::after {
		content: none;
	}

	.pf-custom-dev-shell__inner {
		grid-template-columns: 1fr;
	}

	.pf-custom-dev-sidebar {
		position: static !important;
		height: auto;
	}

	.pf-custom-dev-sidebar__sticky {
		position: static;
	}

	.pf-custom-dev-link-list__grid,
	.pf-custom-dev-blogs__grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.pf-custom-dev-video-card,
	.pf-custom-dev-mini-card {
		flex-basis: calc((100% - 18px) / 2);
	}

	.pf-custom-dev-doctors .pf-home-doctor-card {
		flex-basis: calc((100% - 20px) / 2);
	}

	.pf-our-doctors-list .pf-home-doctors__grid--static {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.pf-custom-dev-slider-arrow {
		display: none;
	}
}

@media (max-width: 560px) {
	.pf-ai-chat-strip--custom-dev {
		width: calc(100% - 32px);
		margin-top: -42px;
		padding: 10px;
		border-radius: 10px;
	}

	.pf-ai-chat-strip--custom-dev .pf-ai-chat-strip__heading {
		margin-bottom: 8px;
		font-size: 12px;
		line-height: 1.3;
	}

	.pf-ai-chat-strip--custom-dev .pf-ai-chat-strip__buttons {
		gap: 6px;
	}

	.pf-ai-chat-strip--custom-dev .pf-ai-chat-strip__button,
	.pf-ai-chat-strip--custom-dev .pf-single-preferred-source,
	.pf-ai-chat-strip--custom-dev .pf-single-share__button {
		gap: 6px;
		min-height: 30px;
		padding: 5px 9px;
		font-size: 11px;
		font-weight: 600;
		line-height: 1.15;
	}

	.pf-ai-chat-strip--custom-dev .pf-single-preferred-source {
		max-width: 100%;
	}

	.pf-ai-chat-strip--custom-dev .pf-ai-chat-strip__button img,
	.pf-ai-chat-strip--custom-dev .pf-single-preferred-source__icon {
		width: 14px;
		height: 14px;
		flex-basis: 14px;
	}

	.pf-ai-chat-strip--custom-dev .pf-single-share__button-icon {
		font-size: 13px;
	}

	.pf-ai-chat-strip--custom-dev .pf-single-share__menu {
		right: auto;
		left: 0;
		top: calc(100% + 6px);
		min-width: 180px;
		border-radius: 10px;
	}

	.pf-ai-chat-strip--custom-dev .pf-single-share__menu button {
		min-height: 34px;
		padding: 8px 10px;
		gap: 8px;
		font-size: 12px;
	}

	.pf-custom-dev-hero {
		padding: 34px 16px 44px;
		background:
			linear-gradient(180deg, #f8eee8 0%, #fff7f2 38%, #ffffff 100%);
		border-top: 1px solid rgba(157, 97, 79, .12);
	}

	.pf-custom-dev-hero::before {
		background:
			radial-gradient(circle at 88% 12%, rgba(255, 203, 6, .18), transparent 34%),
			linear-gradient(180deg, rgba(248, 238, 232, .9), rgba(255, 255, 255, .12));
		opacity: 1;
	}

	.pf-custom-dev-hero::after {
		right: -120px;
		bottom: auto;
		top: -160px;
		width: 320px;
		height: 320px;
		background: rgba(157, 97, 79, .09);
	}

	.pf-custom-dev-hero__content {
		gap: 16px;
	}

	.pf-custom-dev-hero h1 {
		font-size: 30px;
		line-height: 1.1;
	}

	.pf-custom-dev-hero__subtitle {
		font-size: 16px;
		line-height: 25px;
	}

	.pf-custom-dev-hero--clinic .pf-custom-dev-hero__subtitle--clinic-line {
		font-size: 18px;
		line-height: 1.35;
	}

	.pf-custom-dev-hero--clinic .pf-custom-dev-hero__subtitle--support {
		font-size: 15px;
		line-height: 1.58;
	}

	.pf-custom-dev-hero__stats {
		display: contents;
		gap: 0;
	}

	.pf-custom-dev-hero__trust-list {
		display: contents;
		gap: 0;
	}

	.pf-custom-dev-hero__pointers {
		grid-template-columns: repeat(2, minmax(0, 1fr));
		gap: 10px;
		width: 100%;
		margin-top: 8px;
	}

	.pf-custom-dev-hero__stat {
		display: flex;
		align-items: center;
		justify-content: flex-start;
		gap: 9px;
		min-height: 78px;
		padding: 10px;
		border: 1px solid rgba(157, 97, 79, .16);
		border-radius: 12px;
		background: rgba(255, 255, 255, .78);
		box-shadow: 0 10px 24px rgba(75, 51, 46, .05);
	}

	.pf-custom-dev-hero--doctors .pf-custom-dev-hero__stat:nth-child(n+2) {
		display: flex;
	}

	.pf-custom-dev-hero__trust {
		display: flex;
		align-items: center;
		justify-content: flex-start;
		gap: 9px;
		min-height: 78px;
		padding: 10px;
		border: 1px solid rgba(157, 97, 79, .16);
		border-radius: 12px;
		background: rgba(255, 255, 255, .78);
		box-shadow: 0 10px 24px rgba(75, 51, 46, .05);
		text-align: left;
	}

	.pf-custom-dev-hero__stat:not(:last-child)::after,
	.pf-custom-dev-hero__trust:not(:last-child)::after {
		content: none;
	}

	.pf-custom-dev-hero__stat i,
	.pf-custom-dev-hero__trust i {
		flex: 0 0 34px;
		width: 34px;
		height: 34px;
		font-size: 14px;
	}

	.pf-custom-dev-hero__stat strong {
		margin-bottom: 0;
		font-size: 15px;
		line-height: 18px;
	}

	.pf-custom-dev-hero__trust strong {
		font-size: 15px;
		line-height: 18px;
	}

	.pf-custom-dev-hero__stat span {
		text-align: left;
		font-size: 13px;
		line-height: 17px;
	}

	.pf-custom-dev-hero__stat small,
	.pf-custom-dev-hero__trust small {
		font-size: 12px;
		line-height: 16px;
	}

	.pf-custom-dev-hero__reviews-brand {
		font-size: 20px;
	}

	.pf-custom-dev-hero__google {
		font-size: 26px;
	}

	.pf-custom-dev-hero__actions {
		display: grid;
		grid-template-columns: 1fr;
		align-items: stretch;
		width: 100%;
		gap: 10px;
		margin-top: 12px;
	}

	.pf-custom-dev-hero__actions::before,
	.pf-custom-dev-hero__actions::after {
		content: none;
		display: none;
	}

	.pf-custom-dev-btn {
		width: 100%;
		min-height: 58px;
		padding: 10px 12px;
		font-size: 12px;
		letter-spacing: .07em;
	}

	.pf-custom-dev-hero__trust-note {
		display: none;
	}

	.pf-custom-dev-hero__trust-note i {
		flex-basis: 26px;
		width: 26px;
		height: 26px;
		font-size: 22px;
	}

	.pf-custom-dev-hero__action-reviews {
		justify-content: center;
		width: 100%;
		max-width: none;
		min-height: 58px;
		padding: 9px 12px;
		gap: 8px;
		font-size: 13px;
		white-space: nowrap;
	}

	.pf-custom-dev-hero__action-reviews img {
		flex-basis: 26px;
		width: 26px;
		height: 26px;
	}

	.pf-custom-dev-hero__action-reviews .pf-custom-dev-hero__stars {
		font-size: 12px;
	}

	.pf-custom-dev-hero__form-card {
		display: none;
	}

	.pf-custom-dev-hero__form-card h2 {
		font-size: 26px;
	}

	.pf-custom-dev-hero__reviews {
		margin-right: -18px;
		margin-left: -18px;
	}

	.pf-custom-dev-hero__bottom-strip {
		grid-template-columns: 1fr;
		margin-top: 0;
	}

	.pf-custom-dev-hero__bottom-strip span {
		justify-content: flex-start;
		min-height: 70px;
		padding: 14px 18px;
	}

	.pf-custom-dev-hero__bottom-strip span::after {
		content: none !important;
	}

	.pf-custom-dev-hero-form input,
	.pf-custom-dev-hero-form select {
		min-height: 52px;
		font-size: 15px;
	}

	.pf-custom-dev-hero__trust {
		border-radius: 16px;
	}

	.pf-custom-dev-shell {
		padding: 38px 16px 58px;
	}

	.pf-custom-dev-content {
		gap: 18px;
	}

	.pf-custom-dev-card {
		padding: 22px;
	}

	.pf-custom-dev-card h2 {
		font-size: 28px;
	}

	.pf-custom-dev-richtext p,
	.pf-custom-dev-card p {
		font-size: 16px;
		line-height: 27px;
	}

	.pf-custom-dev-link-list__grid,
	.pf-custom-dev-blogs__grid {
		grid-template-columns: 1fr;
	}

	.pf-custom-dev-video-card,
	.pf-custom-dev-mini-card {
		flex-basis: 86%;
	}

	.pf-custom-dev-doctors .pf-home-doctor-card {
		flex-basis: 86%;
	}

	.pf-our-doctors-list .pf-home-doctors__inner {
		display: block;
		width: 100%;
		max-width: none;
	}

	.pf-our-doctors-list .pf-home-doctors__grid--static {
		display: grid !important;
		width: 100%;
		grid-template-columns: repeat(2, minmax(0, 1fr));
		gap: 14px;
	}

	.pf-our-doctors-list .pf-home-doctor-card {
		flex-basis: auto;
	}

	.pf-our-doctors-list .pf-home-doctor-card__photo {
		aspect-ratio: 1 / 1;
	}

	.pf-our-doctors-list .pf-home-doctor-card__body {
		gap: 9px;
		min-height: 0;
		padding: 12px;
	}

	.pf-our-doctors-list .pf-home-doctor-card h3 {
		font-size: 14px;
		line-height: 1.18;
	}

	.pf-our-doctors-list .pf-home-doctor-card p {
		min-height: 32px;
		margin: -2px 0 0;
		font-size: 11px;
		line-height: 1.25;
	}

	.pf-our-doctors-list .pf-home-doctor-card__book {
		min-height: 36px;
		padding: 0 10px;
		font-size: 9px;
		letter-spacing: .5px;
	}
}

@media (max-width: 1100px) {
	body.single-cmsms_doctor .pf-doctor-shell__inner {
		grid-template-columns: 1fr;
	}

	body.single-cmsms_doctor .pf-doctor-sidebar {
		position: static;
	}

	body.single-cmsms_doctor .pf-doctor-sidebar__sticky {
		position: static;
	}

	body.single-cmsms_doctor .pf-doctor-sidebar__form {
		position: static;
	}
}

@media (max-width: 860px) {
	body.single-cmsms_doctor .pf-doctor-intro {
		grid-template-columns: 1fr;
	}

	body.single-cmsms_doctor .pf-doctor-intro__photo img {
		height: auto;
		max-height: 420px;
	}

	body.single-cmsms_doctor .pf-doctor-location {
		grid-template-columns: 1fr;
		gap: 18px;
	}

	body.single-cmsms_doctor .pf-doctor-location__copy {
		min-height: 0;
	}

	body.single-cmsms_doctor .pf-doctor-location__map,
	body.single-cmsms_doctor .pf-doctor-location__map iframe {
		min-height: 240px;
	}
}

@media (max-width: 640px) {
	body.single-cmsms_doctor .pf-doctor-shell {
		padding: 18px 14px 42px;
		background:
			linear-gradient(180deg, #f4f1eb 0, #f4f1eb 78px, #ffffff 78px, #ffffff 100%);
	}

	body.single-cmsms_doctor .pf-doctor-content {
		gap: 16px;
	}

	body.single-cmsms_doctor .pf-doctor-intro {
		gap: 14px;
		justify-items: center;
	}

	body.single-cmsms_doctor .pf-doctor-intro__photo {
		width: min(210px, 68vw);
		padding: 8px;
		border-radius: 12px;
		box-shadow: 0 10px 24px rgba(22, 49, 57, .09);
	}

	body.single-cmsms_doctor .pf-doctor-intro__photo img {
		width: 100%;
		min-height: 0;
		height: auto;
		max-height: none;
		aspect-ratio: 1 / 1;
		border-radius: 10px;
		object-fit: cover;
		object-position: center top;
	}

	body.single-cmsms_doctor .pf-doctor-single h1,
	body.single-cmsms_doctor .pf-doctor-single h2,
	body.single-cmsms_doctor .pf-doctor-single h3,
	body.single-cmsms_doctor .pf-doctor-single h4 {
		font-size: 28px;
	}

	body.single-cmsms_doctor .pf-doctor-intro__card {
		width: 100%;
		padding: 18px;
		border-radius: 12px;
		text-align: center;
	}

	body.single-cmsms_doctor .pf-doctor-intro h1 {
		margin-bottom: 8px;
		line-height: 1.12;
	}

	body.single-cmsms_doctor .pf-doctor-intro__facts {
		gap: 4px;
		margin-bottom: 14px;
		justify-items: center;
	}

	body.single-cmsms_doctor .pf-doctor-intro__facts strong {
		font-size: 14px;
		line-height: 20px;
	}

	body.single-cmsms_doctor .pf-doctor-intro__specialty {
		margin-top: 5px;
		padding: 6px 10px;
		border-radius: 18px;
		font-size: 11px;
		line-height: 16px;
		text-align: center;
	}

	body.single-cmsms_doctor .pf-doctor-intro__actions {
		grid-template-columns: 1fr 1fr;
		gap: 8px;
	}

	body.single-cmsms_doctor .pf-doctor-btn {
		min-height: 42px;
		padding: 10px 8px;
		font-size: 12px;
		font-weight: 800;
		text-transform: uppercase;
	}

	body.single-cmsms_doctor .pf-doctor-btn i {
		display: none;
	}

	body.single-cmsms_doctor .pf-doctor-card {
		padding: 22px;
	}

	body.single-cmsms_doctor .pf-doctor-more {
		padding-left: 16px;
		padding-right: 16px;
	}
}

@media (max-width: 1100px) {
	body.single-cmsms_doctor .pf-doctor-more-card {
		flex-basis: calc((100% - 44px) / 3);
	}

	body:not(.single-cmsms_doctor) .pf-doctor-more-card {
		flex-basis: calc((100% - 44px) / 3);
	}
}

@media (max-width: 780px) {
	.pf-clinic-doctors--single .pf-doctor-more-slider {
		width: min(520px, calc(100% - 32px));
	}

	.pf-clinic-doctors--single .pf-doctor-more-card {
		grid-template-columns: 1fr;
		max-width: 420px;
	}

	.pf-clinic-doctors--single .pf-doctor-more-card__photo {
		aspect-ratio: 1 / 1 !important;
	}

	.pf-clinic-doctors--single .pf-doctor-more-card__body {
		padding: 20px !important;
	}

	.pf-clinic-doctors--single .pf-doctor-more-card__book {
		width: 100%;
		min-width: 0;
	}

	body.single-cmsms_doctor .pf-doctor-more-card {
		flex-basis: calc((100% - 22px) / 2);
	}

	body:not(.single-cmsms_doctor) .pf-doctor-more-card {
		flex-basis: calc((100% - 22px) / 2);
	}

	body.single-cmsms_doctor .pf-doctor-feedback-card {
		flex-basis: calc((100% - 18px) / 2);
	}

	body.single-cmsms_doctor .pf-doctor-more-slider__arrow {
		display: none;
	}

	body:not(.single-cmsms_doctor) .pf-doctor-more-slider__arrow {
		display: none;
	}

	body.single-cmsms_doctor .pf-doctor-feedback-slider__arrow {
		display: none;
	}

	body.single-cmsms_doctor .pf-doctor-blogs__grid {
		grid-template-columns: 1fr;
	}

	body.single-cmsms_doctor .pf-doctor-treatments__list,
	body.single-cmsms_doctor .pf-doctor-services__list {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}
}

@media (max-width: 520px) {
	body.single-cmsms_doctor .pf-doctor-more-card {
		flex-basis: 86%;
	}

	body:not(.single-cmsms_doctor) .pf-doctor-more-card {
		flex-basis: 86%;
	}

	body.single-cmsms_doctor .pf-doctor-feedback-card {
		flex-basis: 88%;
	}

	body.single-cmsms_doctor .pf-doctor-more-card__body {
		padding: 16px;
	}

	body:not(.single-cmsms_doctor) .pf-doctor-more-card__body {
		padding: 16px;
	}

	body.single-cmsms_doctor .pf-doctor-blogs {
		padding-left: 16px;
		padding-right: 16px;
	}

	body.single-cmsms_doctor .pf-doctor-treatments__list,
	body.single-cmsms_doctor .pf-doctor-services__list {
		grid-template-columns: 1fr;
	}
}

@media (max-width: 1024px) {
	body.single-clinic .pf-custom-dev-video-card {
		flex-basis: calc((100% - 18px) / 2);
	}
}

@media (max-width: 640px) {
	body.single-clinic .pf-custom-dev-video-card {
		flex-basis: 86%;
	}
}

.pf-sitemap-page {
	background: #f7f8f6;
	color: #243337;
}

.pf-sitemap-container {
	width: min(100% - 32px, 1320px);
	margin: 0 auto;
}

.pf-sitemap-hero {
	padding: 54px 0 26px;
	background:
		linear-gradient(135deg, rgba(255, 203, 6, .16), rgba(50, 126, 105, .08)),
		#ffffff;
	border-bottom: 1px solid rgba(22, 49, 57, .08);
}

.pf-sitemap-eyebrow {
	margin: 0 0 8px;
	color: #4b332e;
	font-size: 13px;
	font-weight: 800;
	letter-spacing: 0;
	text-transform: uppercase;
}

.pf-sitemap-hero h1 {
	margin: 0;
	color: #4b332e;
	font-size: 44px;
	line-height: 1.12;
	letter-spacing: 0;
}

.pf-sitemap-hero p:not(.pf-sitemap-eyebrow) {
	max-width: 760px;
	margin: 12px 0 0;
	color: #5f6d70;
	font-size: 17px;
	line-height: 1.65;
}

.pf-sitemap-content {
	padding: 34px 0 70px;
}

.pf-sitemap-grid {
	display: grid;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	gap: 20px;
	align-items: start;
}

.pf-sitemap-column {
	display: grid;
	gap: 18px;
	min-width: 0;
}

.pf-sitemap-card {
	overflow: hidden;
	border: 1px solid rgba(22, 49, 57, .1);
	border-radius: 8px;
	background: #ffffff;
	box-shadow: 0 12px 30px rgba(22, 49, 57, .06);
}

.pf-sitemap-card h2 {
	margin: 0;
	padding: 15px 18px 12px;
	border-bottom: 1px solid rgba(22, 49, 57, .08);
	color: #4b332e;
	font-size: 16px;
	line-height: 1.25;
	letter-spacing: 0;
}

.pf-sitemap-list {
	display: grid;
	gap: 0;
	margin: 0;
	padding: 8px 0;
	list-style: none;
}

.pf-sitemap-list li {
	margin: 0;
}

.pf-sitemap-list a {
	display: grid;
	grid-template-columns: 12px minmax(0, 1fr);
	gap: 6px;
	align-items: start;
	padding: 8px 18px;
	color: #405154;
	font-size: 14px;
	line-height: 1.45;
	text-decoration: none;
	transition: color .2s ease, background-color .2s ease;
}

.pf-sitemap-list a span {
	color: #b38a00;
	font-size: 18px;
	line-height: 1.05;
}

.pf-sitemap-list a:hover,
.pf-sitemap-list a:focus {
	background: rgba(255, 203, 6, .14);
	color: #4b332e;
}

@media (max-width: 1100px) {
	.pf-sitemap-grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}
}

@media (max-width: 640px) {
	.pf-sitemap-container {
		width: min(100% - 24px, 1320px);
	}

	.pf-sitemap-hero {
		padding: 38px 0 22px;
	}

	.pf-sitemap-hero h1 {
		font-size: 34px;
	}

	.pf-sitemap-grid {
		grid-template-columns: 1fr;
		gap: 16px;
	}

	.pf-sitemap-card h2 {
		font-size: 15px;
	}

	.pf-sitemap-list a {
		padding: 8px 15px;
		font-size: 13px;
	}
}

.pf-blog-archive-page {
	background: #f8f6f4;
	color: #2d2522;
	overflow-x: hidden;
	font-family: "Public Sans", Arial, sans-serif;
}

body.pf-custom-blog-archive-template {
	overflow-x: hidden;
}

body.pf-custom-blog-archive-template .pf-home-nav__dropdown {
	box-sizing: border-box;
	display: none;
}

body.pf-custom-blog-archive-template .pf-home-nav__item:hover .pf-home-nav__dropdown,
body.pf-custom-blog-archive-template .pf-home-nav__item:focus-within .pf-home-nav__dropdown,
body.pf-custom-blog-archive-template .pf-home-nav__item.is-open .pf-home-nav__dropdown {
	display: grid;
}

.pf-blog-archive-container {
	box-sizing: border-box;
	width: min(100% - 48px, 1360px);
	margin: 0 auto;
}

.pf-blog-archive-hero {
	height: 200px;
	padding: 0;
	background:
		linear-gradient(90deg, rgba(75, 51, 46, .72), rgba(75, 51, 46, .24)),
		url("../img/Blog-Banner.webp") center / cover no-repeat;
	color: #ffffff;
}

.pf-blog-archive-eyebrow {
	margin: 0 0 8px;
	color: #ffcb06;
	font-family: "Public Sans", sans-serif;
	font-size: 13px;
	font-weight: 900;
	letter-spacing: .07em;
	line-height: 1;
	text-transform: uppercase;
}

.pf-blog-archive-hero h1 {
	max-width: 760px;
	margin: 0;
	color: #ffffff;
	font-family: "Public Sans", sans-serif;
	font-size: 48px;
	font-weight: 900;
	line-height: .98;
	letter-spacing: -0.02em;
}

.pf-blog-archive-hero p:not(.pf-blog-archive-eyebrow) {
	max-width: 720px;
	margin: 14px 0 0;
	color: rgba(255, 255, 255, .9);
	font-family: "Public Sans", sans-serif;
	font-size: 19px;
	font-weight: 400;
	line-height: 30px;
}

.pf-blog-archive-section {
	padding: 38px 0 76px;
}

.pf-blog-archive-layout {
	display: block;
}

.pf-blog-archive-main {
	min-width: 0;
	width: 100%;
}

.pf-blog-archive-grid {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 26px;
}

.pf-blog-archive-card {
	display: flex;
	flex-direction: column;
	overflow: hidden;
	border: 1px solid rgba(75, 51, 46, .1);
	border-radius: 8px;
	background: #ffffff;
	box-shadow: 0 16px 38px rgba(45, 37, 34, .08);
	font-family: "Public Sans", Arial, sans-serif;
	transition: transform .2s ease, box-shadow .2s ease, border-color .2s ease;
}

.pf-blog-archive-card:hover,
.pf-blog-archive-card:focus-within {
	border-color: rgba(75, 51, 46, .28);
	box-shadow: 0 22px 48px rgba(45, 37, 34, .12);
	transform: translateY(-3px);
}

.pf-blog-archive-card__image {
	display: block;
	overflow: hidden;
	width: 100%;
	aspect-ratio: 1.45 / 1;
	background: linear-gradient(135deg, #efe5df 0%, #fbf8f6 100%);
	text-decoration: none;
}

.pf-blog-archive-card__image img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center;
	transition: transform .22s ease;
}

.pf-blog-archive-card:hover .pf-blog-archive-card__image img,
.pf-blog-archive-card:focus-within .pf-blog-archive-card__image img {
	transform: scale(1.035);
}

.pf-blog-archive-card__image span {
	display: grid;
	width: 100%;
	height: 100%;
	place-items: center;
	color: #4b332e;
	font-size: 52px;
	font-weight: 800;
}

.pf-blog-archive-card__body {
	display: flex;
	flex: 1;
	flex-direction: column;
	gap: 12px;
	padding: 20px;
}

.pf-blog-archive-card__meta {
	display: flex;
	flex-wrap: wrap;
	gap: 8px 12px;
	align-items: center;
	color: #9d614f;
	font-size: 12px;
	font-weight: 800;
	letter-spacing: 0;
	line-height: 1.4;
	text-transform: uppercase;
}

.pf-blog-archive-card__meta a,
.pf-blog-archive-card__meta time {
	color: #9d614f;
	text-decoration: none;
}

.pf-blog-archive-card h2 {
	margin: 0;
	color: #2d2522;
	font-family: "Public Sans", sans-serif;
	font-size: 22px;
	font-weight: 700;
	line-height: 1.15;
	letter-spacing: -0.01em;
}

.pf-blog-archive-card h2 a {
	color: inherit;
	text-decoration: none;
}

.pf-blog-archive-card h2 a:hover {
	color: #4b332e;
}

.pf-blog-archive-card p {
	margin: 0;
	color: #5f5652;
	font-family: "Public Sans", Arial, sans-serif;
	font-size: 15px;
	line-height: 1.64;
}

.pf-blog-archive-card__link {
	margin-top: auto;
	color: #4b332e;
	font-family: "Public Sans", Arial, sans-serif;
	font-size: 13px;
	font-weight: 800;
	letter-spacing: 0;
	text-decoration: none;
	text-transform: uppercase;
}

.pf-blog-archive-card__link:hover {
	color: #9d614f;
}

.pf-blog-archive-pagination {
	margin-top: 30px;
	font-family: "Public Sans", Arial, sans-serif;
}

.pf-blog-archive-pagination ul {
	display: flex;
	flex-wrap: wrap;
	gap: 8px;
	align-items: center;
	justify-content: center;
	margin: 0;
	padding: 0;
	list-style: none;
}

.pf-blog-archive-pagination li {
	margin: 0;
}

.pf-blog-archive-pagination a,
.pf-blog-archive-pagination span {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-width: 42px;
	min-height: 42px;
	padding: 0 13px;
	border: 1px solid rgba(75, 51, 46, .14);
	border-radius: 6px;
	background: #ffffff;
	color: #4b332e;
	font-size: 14px;
	font-weight: 800;
	text-decoration: none;
}

.pf-blog-archive-pagination .current,
.pf-blog-archive-pagination a:hover,
.pf-blog-archive-pagination a:focus {
	border-color: #4b332e;
	background: #4b332e;
	color: #ffffff;
}

.pf-blog-archive-empty {
	padding: 34px;
	border: 1px solid rgba(75, 51, 46, .1);
	border-radius: 8px;
	background: #ffffff;
	text-align: center;
}

.pf-blog-archive-empty h2 {
	margin: 0 0 8px;
	color: #4b332e;
	font-family: "Public Sans", sans-serif;
	font-size: 26px;
	font-weight: 900;
	letter-spacing: 0;
}

.pf-blog-archive-empty p {
	margin: 0;
	color: #5f5652;
}

.pf-about-page {
	background: #fbf8f6;
	color: #4b332e;
	font-family: "Public Sans", Arial, sans-serif;
	overflow-x: hidden;
}

.pf-about-container {
	width: min(100% - 64px, 1360px);
	margin: 0 auto;
}

.pf-about-eyebrow,
.pf-about-kicker {
	display: inline-flex;
	gap: 10px;
	align-items: center;
	width: fit-content;
	margin: 0 0 12px;
	color: #9d614f;
	font-size: 13px;
	font-weight: 900;
	letter-spacing: .12em;
	line-height: 1.2;
	text-transform: uppercase;
}

.pf-about-eyebrow::before,
.pf-about-kicker::before {
	content: "";
	display: block;
	width: 28px;
	height: 2px;
	border-radius: 999px;
	background: #ffcb06;
}

.pf-about-page h1,
.pf-about-page h2,
.pf-about-page h3 {
	margin: 0;
	color: #4b332e;
	font-family: "Public Sans", Arial, sans-serif;
	letter-spacing: 0;
}

.pf-about-page h1 {
	max-width: 760px;
	font-size: clamp(52px, 5.4vw, 86px);
	font-weight: 700;
	line-height: .94;
	text-wrap: balance;
}

.pf-about-page h2 {
	font-size: clamp(30px, 3vw, 48px);
	font-weight: 700;
	line-height: 1.06;
}

.pf-about-page p {
	margin: 0;
	color: #625551;
	font-size: 18px;
	line-height: 1.72;
}

.pf-about-hero {
	position: relative;
	isolation: isolate;
	padding: 54px 0 50px;
	background:
		linear-gradient(117deg, rgba(255, 203, 6, .22) 0%, rgba(255, 250, 245, .96) 42%, rgba(157, 97, 79, .1) 100%),
		linear-gradient(180deg, #fff8df 0%, #fffaf5 100%);
}

.pf-about-hero::after {
	content: "";
	position: absolute;
	right: 0;
	bottom: 0;
	z-index: -1;
	width: min(48vw, 780px);
	height: 100%;
	background: linear-gradient(135deg, rgba(75, 51, 46, .05), rgba(255, 255, 255, 0));
	clip-path: polygon(22% 0, 100% 0, 100% 100%, 0 100%);
}

.pf-about-hero__inner {
	display: grid;
	grid-template-columns: minmax(0, .94fr) minmax(480px, .86fr);
	gap: 58px;
	align-items: center;
	min-height: 430px;
}

.pf-about-hero__copy {
	display: grid;
	gap: 18px;
	padding: 8px 0;
}

.pf-about-hero__copy > p:not(.pf-about-eyebrow) {
	max-width: 760px;
	color: #5d514d;
	font-size: 19px;
	line-height: 1.58;
}

.pf-about-hero__actions {
	display: flex;
	flex-wrap: wrap;
	gap: 16px;
	align-items: center;
}

.pf-about-hero__actions {
	margin-top: 4px;
}

.pf-about-btn {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-height: 60px;
	border-radius: 6px;
	padding: 0 30px;
	font-size: 14px;
	font-weight: 900;
	letter-spacing: .08em;
	line-height: 1;
	text-decoration: none;
	text-transform: uppercase;
	transition: background-color .2s ease, border-color .2s ease, color .2s ease, transform .2s ease;
}

.pf-about-btn:hover,
.pf-about-btn:focus {
	transform: translateY(-2px);
}

.pf-about-btn--primary {
	border: 1px solid #ffcb06;
	background: #ffcb06;
	color: #4b332e;
	box-shadow: 0 12px 24px rgba(255, 203, 6, .26);
}

.pf-about-btn--primary:hover,
.pf-about-btn--primary:focus {
	background: #f2bd00;
	border-color: #f2bd00;
}

.pf-about-btn--ghost {
	border: 1px solid rgba(75, 51, 46, .22);
	background: rgba(255, 255, 255, .78);
	color: #4b332e;
	box-shadow: 0 10px 22px rgba(75, 51, 46, .06);
}

.pf-about-btn--ghost:hover,
.pf-about-btn--ghost:focus {
	border-color: rgba(75, 51, 46, .42);
	background: #ffffff;
}

.pf-about-hero__media,
.pf-about-split__media,
.pf-about-founder__media,
.pf-about-founder__image,
.pf-about-doctor__image {
	position: relative;
	overflow: hidden;
	border-radius: 8px;
	background: #efe5df;
	box-shadow: 0 18px 46px rgba(75, 51, 46, .12);
}

.pf-about-hero__media {
	border: 8px solid rgba(255, 255, 255, .72);
	box-shadow: 0 28px 64px rgba(75, 51, 46, .17);
}

.pf-about-hero__media::after {
	content: "";
	position: absolute;
	inset: 0;
	border: 1px solid rgba(75, 51, 46, .08);
	border-radius: inherit;
	pointer-events: none;
}

.pf-about-hero__media img,
.pf-about-split__media img,
.pf-about-founder__image img,
.pf-about-doctor__image img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.pf-about-hero__media img {
	object-position: center;
}

.pf-about-hero__media {
	aspect-ratio: 4 / 3;
}

.pf-about-stats {
	position: relative;
	padding: 0 0 70px;
	background:
		linear-gradient(180deg, rgba(255, 250, 245, .94) 0%, #ffffff 100%);
}

.pf-about-stats__grid {
	display: grid;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	gap: 18px;
	transform: translateY(-30px);
}

.pf-about-stat {
	position: relative;
	display: flex;
	align-items: center;
	gap: 18px;
	min-height: 142px;
	overflow: hidden;
	border: 1px solid rgba(75, 51, 46, .12);
	border-radius: 8px;
	padding: 26px 28px;
	background:
		linear-gradient(135deg, rgba(255, 247, 230, .72) 0%, rgba(255, 255, 255, .96) 48%, #ffffff 100%);
	text-align: left;
	box-shadow: 0 22px 48px rgba(75, 51, 46, .1);
	transition: transform .22s ease, box-shadow .22s ease, border-color .22s ease;
}

.pf-about-stat::after {
	position: absolute;
	right: -34px;
	bottom: -44px;
	width: 126px;
	height: 126px;
	border: 1px solid rgba(75, 51, 46, .08);
	border-radius: 999px;
	content: "";
}

.pf-about-stat:hover {
	transform: translateY(-4px);
	border-color: rgba(75, 51, 46, .24);
	box-shadow: 0 28px 58px rgba(75, 51, 46, .14);
}

.pf-about-stat__icon {
	position: relative;
	z-index: 1;
	display: inline-grid;
	flex: 0 0 56px;
	width: 56px;
	height: 56px;
	place-items: center;
	border: 1px solid rgba(75, 51, 46, .14);
	border-radius: 8px;
	background: #4b332e;
	color: #ffc400;
	box-shadow: 0 14px 28px rgba(75, 51, 46, .18);
}

.pf-about-stat__icon svg {
	width: 28px;
	height: 28px;
	fill: currentColor;
}

.pf-about-stat__body {
	position: relative;
	z-index: 1;
	display: grid;
	gap: 8px;
}

.pf-about-stat strong {
	color: #9d614f;
	font-size: 38px;
	font-weight: 900;
	letter-spacing: 0;
	line-height: .92;
}

.pf-about-stat__body span {
	color: #4b332e;
	font-size: 15px;
	font-weight: 800;
	line-height: 1.25;
}

.pf-about-intro {
	padding: 72px 0 42px;
	background: #ffffff;
}

.pf-about-intro__inner {
	max-width: 980px;
	text-align: center;
}

.pf-about-intro h2 {
	margin-bottom: 18px;
}

.pf-about-split {
	position: relative;
	overflow: hidden;
	padding: 82px 0;
	background:
		linear-gradient(135deg, #ffffff 0%, #fffaf4 100%);
}

.pf-about-split::before {
	position: absolute;
	inset: 0;
	background:
		linear-gradient(90deg, rgba(75, 51, 46, .035) 0 1px, transparent 1px 100%),
		linear-gradient(0deg, rgba(75, 51, 46, .03) 0 1px, transparent 1px 100%);
	background-size: 42px 42px;
	content: "";
	pointer-events: none;
}

.pf-about-split--vision {
	background:
		linear-gradient(135deg, #fbf7f4 0%, #ffffff 100%);
}

.pf-about-split--vision .pf-about-split__inner {
	grid-template-columns: minmax(0, .92fr) minmax(360px, .8fr);
}

.pf-about-split__inner,
.pf-about-founder__inner {
	position: relative;
	z-index: 1;
	display: grid;
	grid-template-columns: minmax(360px, .82fr) minmax(0, 1fr);
	gap: 64px;
	align-items: center;
}

.pf-about-split__media {
	aspect-ratio: 1.12 / 1;
	border: 8px solid #ffffff;
	box-shadow: 0 28px 68px rgba(75, 51, 46, .14);
	min-width: 0;
	position: relative;
	overflow: hidden;
	border-radius: 8px;
	background: #efe5df;
}

.pf-about-split__media::before {
	position: absolute;
	inset: 18px;
	z-index: 1;
	border: 1px solid rgba(255, 255, 255, .78);
	border-radius: inherit;
	content: "";
	pointer-events: none;
}

.pf-about-split__media::after {
	position: absolute;
	inset: auto 0 0;
	height: 46%;
	background: linear-gradient(0deg, rgba(75, 51, 46, .28), transparent);
	content: "";
	pointer-events: none;
}

.pf-about-split__copy,
.pf-about-founder__copy {
	display: grid;
	gap: 18px;
}

.pf-about-split__copy {
	position: relative;
	min-width: 0;
	border: 1px solid rgba(75, 51, 46, .1);
	border-radius: 8px;
	padding: 42px;
	background: rgba(255, 255, 255, .88);
	box-shadow: 0 22px 58px rgba(75, 51, 46, .08);
}

.pf-about-split__copy h2 {
	max-width: 680px;
}

.pf-about-split__copy > p:not(.pf-about-kicker) {
	max-width: 720px;
	color: rgba(75, 51, 46, .82);
	font-size: 18px;
	line-height: 1.78;
}

.pf-about-split__icon {
	display: inline-grid;
	width: 64px;
	height: 64px;
	place-items: center;
	border: 1px solid rgba(75, 51, 46, .12);
	border-radius: 8px;
	background: #4b332e;
	color: #ffc400;
	box-shadow: 0 16px 34px rgba(75, 51, 46, .18);
}

.pf-about-split__icon svg {
	width: 32px;
	height: 32px;
	fill: currentColor;
}

.pf-about-split__points {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 10px;
	margin: 12px 0 0;
	padding: 0;
	list-style: none;
}

.pf-about-split__points li {
	position: relative;
	min-height: 72px;
	border: 1px solid rgba(75, 51, 46, .1);
	border-radius: 8px;
	padding: 16px 14px 14px 38px;
	background: #fffaf4;
	color: #4b332e;
	font-size: 14px;
	font-weight: 800;
	line-height: 1.35;
}

.pf-about-split__points li::before {
	position: absolute;
	top: 17px;
	left: 14px;
	width: 14px;
	height: 14px;
	border-radius: 50%;
	background: #ffc400;
	box-shadow: inset 0 0 0 4px #4b332e;
	content: "";
}

.pf-about-founder {
	position: relative;
	overflow: hidden;
	padding: 92px 0;
	background:
		linear-gradient(135deg, rgba(75, 51, 46, .98), rgba(75, 51, 46, .88)),
		#4b332e;
}

.pf-about-founder::before {
	position: absolute;
	inset: 0;
	background:
		linear-gradient(90deg, rgba(255, 255, 255, .045) 0 1px, transparent 1px 100%),
		linear-gradient(0deg, rgba(255, 255, 255, .035) 0 1px, transparent 1px 100%);
	background-size: 46px 46px;
	content: "";
	pointer-events: none;
}

.pf-about-founder::after {
	position: absolute;
	right: 0;
	bottom: 0;
	width: min(44vw, 720px);
	height: 100%;
	background: linear-gradient(135deg, transparent 0 34%, rgba(255, 196, 0, .12) 34% 100%);
	clip-path: polygon(42% 0, 100% 0, 100% 100%, 0 100%);
	content: "";
	pointer-events: none;
}

.pf-about-founder__inner {
	grid-template-columns: minmax(320px, .48fr) minmax(0, 1fr);
	gap: 76px;
}

.pf-about-founder__media {
	overflow: visible;
	align-self: center;
	background: transparent;
	box-shadow: none;
}

.pf-about-founder__image {
	aspect-ratio: .92 / 1;
	border: 8px solid rgba(255, 255, 255, .2);
	background: #ffffff;
	box-shadow: 0 28px 70px rgba(20, 12, 9, .36);
}

.pf-about-founder__image::before {
	position: absolute;
	inset: 18px;
	z-index: 1;
	border: 1px solid rgba(255, 255, 255, .62);
	border-radius: inherit;
	content: "";
	pointer-events: none;
}

.pf-about-founder__image::after {
	position: absolute;
	inset: auto 0 0;
	height: 42%;
	background: linear-gradient(0deg, rgba(75, 51, 46, .24), transparent);
	content: "";
	pointer-events: none;
}

.pf-about-founder__badge {
	position: absolute;
	right: -28px;
	bottom: 34px;
	z-index: 2;
	display: grid;
	gap: 4px;
	min-width: 230px;
	border: 1px solid rgba(255, 255, 255, .18);
	border-radius: 8px;
	padding: 18px 20px;
	background: rgba(255, 255, 255, .94);
	box-shadow: 0 22px 46px rgba(20, 12, 9, .24);
}

.pf-about-founder__badge span {
	color: rgba(75, 51, 46, .68);
	font-size: 12px;
	font-weight: 900;
	letter-spacing: .14em;
	line-height: 1;
	text-transform: uppercase;
}

.pf-about-founder__badge strong {
	color: #4b332e;
	font-size: 20px;
	font-weight: 900;
	line-height: 1.15;
}

.pf-about-founder__copy {
	position: relative;
	z-index: 1;
	border: 1px solid rgba(255, 255, 255, .12);
	border-radius: 8px;
	padding: 44px;
	background: rgba(48, 31, 27, .38);
	box-shadow: 0 28px 70px rgba(20, 12, 9, .18);
}

.pf-about-founder h2,
.pf-about-founder__copy p,
.pf-about-founder blockquote {
	color: #ffffff;
}

.pf-about-founder .pf-about-kicker {
	color: #ffcb06;
}

.pf-about-founder blockquote {
	position: relative;
	display: grid;
	gap: 14px;
	margin: 4px 0 2px;
	border-left: 0;
	padding: 24px 26px;
	border-radius: 8px;
	background: rgba(255, 255, 255, .08);
	box-shadow: inset 4px 0 0 #ffcb06;
	font-size: 25px;
	font-weight: 800;
	line-height: 1.4;
}

.pf-about-founder__quote-icon {
	display: inline-grid;
	width: 48px;
	height: 48px;
	place-items: center;
	border-radius: 8px;
	background: #ffcb06;
	color: #4b332e;
}

.pf-about-founder__quote-icon svg {
	width: 26px;
	height: 26px;
	fill: currentColor;
}

.pf-about-founder__message {
	display: grid;
	gap: 16px;
}

.pf-about-founder__message p {
	margin: 0;
	color: rgba(255, 255, 255, .88);
	font-size: 18px;
	line-height: 1.78;
}

.pf-about-founder__footer {
	display: flex;
	align-items: end;
	justify-content: space-between;
	gap: 20px;
	margin-top: 6px;
	border-top: 1px solid rgba(255, 255, 255, .12);
	padding-top: 22px;
}

.pf-about-founder__name {
	display: grid;
	gap: 3px;
}

.pf-about-founder__name strong {
	color: #ffcb06;
	font-size: 20px;
}

.pf-about-founder__name span {
	color: rgba(255, 255, 255, .78);
}

.pf-about-founder__chips {
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-end;
	gap: 8px;
	margin: 0;
	padding: 0;
	list-style: none;
}

.pf-about-founder__chips li {
	border: 1px solid rgba(255, 255, 255, .18);
	border-radius: 999px;
	padding: 9px 12px;
	background: rgba(255, 255, 255, .08);
	color: #ffffff;
	font-size: 13px;
	font-weight: 800;
	line-height: 1;
}

.pf-about-team {
	padding: 74px 0;
	background: #ffffff;
}

.pf-about-section-head {
	display: grid;
	gap: 14px;
	max-width: 820px;
	margin-bottom: 30px;
}

.pf-about-team__head {
	display: grid;
	grid-template-columns: minmax(0, 1fr) auto;
	gap: 24px;
	align-items: end;
	max-width: none;
}

.pf-about-team__head > div:first-child {
	max-width: 980px;
}

.pf-about-team__actions {
	display: flex;
	align-items: center;
	gap: 14px;
}

.pf-about-team__all {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-height: 46px;
	border: 1px solid rgba(75, 51, 46, .18);
	border-radius: 8px;
	padding: 0 18px;
	background: #ffffff;
	color: #4b332e;
	font-size: 13px;
	font-weight: 900;
	letter-spacing: .08em;
	text-decoration: none;
	text-transform: uppercase;
	box-shadow: 0 12px 26px rgba(75, 51, 46, .06);
}

.pf-about-team__all:hover,
.pf-about-team__all:focus {
	border-color: rgba(75, 51, 46, .34);
	color: #4b332e;
	transform: translateY(-2px);
}

.pf-about-team__arrows {
	display: flex;
	gap: 8px;
}

.pf-about-team__arrow {
	display: inline-grid;
	width: 46px;
	height: 46px;
	place-items: center;
	border: 1px solid rgba(75, 51, 46, .14);
	border-radius: 8px;
	background: #4b332e;
	color: #ffc400;
	cursor: pointer;
	box-shadow: 0 14px 28px rgba(75, 51, 46, .14);
	transition: transform .2s ease, opacity .2s ease, background .2s ease;
}

.pf-about-team__arrow:hover,
.pf-about-team__arrow:focus {
	background: #5a3c36;
	transform: translateY(-2px);
}

.pf-about-team__arrow:disabled {
	cursor: default;
	opacity: .38;
	transform: none;
}

.pf-about-team__arrow svg {
	width: 24px;
	height: 24px;
	fill: currentColor;
}

.pf-about-team__slider {
	position: relative;
	overflow: hidden;
}

.pf-about-team__grid {
	display: grid;
	grid-auto-columns: minmax(288px, calc((100% - 66px) / 4));
	grid-auto-flow: column;
	gap: 22px;
	overflow-x: auto;
	overflow-y: hidden;
	padding: 2px 2px 18px;
	scroll-behavior: smooth;
	scroll-padding-inline: 2px;
	scroll-snap-type: x mandatory;
	scrollbar-width: none;
}

.pf-about-team__grid::-webkit-scrollbar {
	display: none;
}

.pf-about-doctor {
	display: grid;
	grid-template-rows: auto 1fr auto;
	gap: 16px;
	scroll-snap-align: start;
	border: 1px solid rgba(75, 51, 46, .1);
	border-radius: 8px;
	padding: 16px;
	background: #fff;
	box-shadow: 0 18px 44px rgba(75, 51, 46, .08);
	transition: transform .22s ease, box-shadow .22s ease, border-color .22s ease;
}

.pf-about-doctor:hover {
	transform: translateY(-5px);
	border-color: rgba(75, 51, 46, .18);
	box-shadow: 0 26px 58px rgba(75, 51, 46, .13);
}

.pf-about-doctor__image {
	display: block;
	aspect-ratio: 1 / 1.04;
	box-shadow: none;
}

.pf-about-doctor__image::after {
	position: absolute;
	inset: auto 0 0;
	height: 35%;
	background: linear-gradient(0deg, rgba(75, 51, 46, .18), transparent);
	content: "";
	pointer-events: none;
}

.pf-about-doctor__image span {
	display: grid;
	height: 100%;
	place-items: center;
	color: #4b332e;
	font-size: 42px;
	font-weight: 900;
}

.pf-about-doctor h3 {
	margin: 0;
	font-size: 22px;
	font-weight: 700;
	line-height: 1.2;
}

.pf-about-doctor h3 a {
	color: inherit;
	text-decoration: none;
}

.pf-about-doctor__book {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-height: 50px;
	border-radius: 6px;
	background: #ffcb06;
	color: #4b332e;
	font-size: 12px;
	font-weight: 900;
	letter-spacing: .08em;
	text-decoration: none;
	text-transform: uppercase;
}

@media (max-width: 1100px) {
	.pf-about-hero__inner,
	.pf-about-split__inner,
	.pf-about-founder__inner {
		grid-template-columns: 1fr;
	}

	.pf-about-split--vision .pf-about-split__inner {
		grid-template-columns: 1fr;
	}

	.pf-about-hero__inner {
		min-height: 0;
	}

	.pf-about-hero__media,
	.pf-about-split__media,
	.pf-about-founder__media,
	.pf-about-founder__image {
		max-width: 680px;
	}

	.pf-about-founder__media {
		width: min(100%, 560px);
	}

	.pf-about-founder__badge {
		right: 18px;
	}

	.pf-about-split__copy {
		max-width: 820px;
	}

	.pf-about-split__points {
		grid-template-columns: 1fr;
	}

	.pf-about-stats__grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.pf-about-team__head {
		grid-template-columns: 1fr;
		align-items: start;
	}

	.pf-about-team__grid {
		grid-auto-columns: minmax(286px, calc((100% - 22px) / 2));
	}

	.pf-about-stat {
		min-height: 128px;
		padding: 24px;
	}
}

@media (max-width: 640px) {
	.pf-about-container {
		width: min(100% - 28px, 1360px);
	}

	.pf-about-hero,
	.pf-about-intro,
	.pf-about-founder,
	.pf-about-team {
		padding: 42px 0;
	}

	.pf-about-hero {
		padding: 34px 0 38px;
	}

	.pf-about-stats {
		padding-bottom: 36px;
	}

	.pf-about-split {
		padding: 44px 0;
	}

	.pf-about-page h1 {
		font-size: 42px;
		line-height: 1;
	}

	.pf-about-page h2 {
		font-size: 30px;
	}

	.pf-about-page p {
		font-size: 16px;
	}

	.pf-about-hero__inner,
	.pf-about-split__inner,
	.pf-about-founder__inner {
		gap: 24px;
	}

	.pf-about-split__copy {
		padding: 24px;
	}

	.pf-about-split__copy > p:not(.pf-about-kicker) {
		font-size: 16px;
		line-height: 1.68;
	}

	.pf-about-split__media {
		border-width: 5px;
	}

	.pf-about-split__media::before {
		inset: 10px;
	}

	.pf-about-split__icon {
		width: 54px;
		height: 54px;
	}

	.pf-about-split__icon svg {
		width: 27px;
		height: 27px;
	}

	.pf-about-split__points li {
		min-height: 0;
		padding: 14px 14px 14px 38px;
	}

	.pf-about-founder__copy {
		padding: 24px;
	}

	.pf-about-founder__image {
		border-width: 5px;
	}

	.pf-about-founder__image::before {
		inset: 10px;
	}

	.pf-about-founder__badge {
		position: relative;
		right: auto;
		bottom: auto;
		width: calc(100% - 28px);
		min-width: 0;
		margin: -34px auto 0;
	}

	.pf-about-founder blockquote {
		padding: 20px;
		font-size: 20px;
		line-height: 1.45;
	}

	.pf-about-founder__quote-icon {
		width: 42px;
		height: 42px;
	}

	.pf-about-founder__message p {
		font-size: 16px;
		line-height: 1.68;
	}

	.pf-about-founder__footer {
		display: grid;
		align-items: start;
	}

	.pf-about-founder__chips {
		justify-content: flex-start;
	}

	.pf-about-hero__copy {
		gap: 14px;
		padding: 0;
	}

	.pf-about-hero__copy > p:not(.pf-about-eyebrow) {
		font-size: 16px;
		line-height: 1.56;
	}

	.pf-about-hero__actions {
		margin-top: 4px;
	}

	.pf-about-hero__media {
		border-width: 5px;
	}

	.pf-about-stats__grid {
		transform: translateY(-18px);
	}

	.pf-about-stats__grid,
	.pf-about-stats__grid {
		grid-template-columns: 1fr;
	}

	.pf-about-team__actions {
		width: 100%;
		justify-content: space-between;
	}

	.pf-about-team__all {
		min-height: 42px;
		padding: 0 14px;
		font-size: 12px;
	}

	.pf-about-team__arrow {
		width: 42px;
		height: 42px;
	}

	.pf-about-team__grid {
		grid-auto-columns: minmax(270px, 86%);
		gap: 16px;
		padding-bottom: 14px;
	}

	.pf-about-doctor {
		padding: 14px;
	}

	.pf-about-doctor h3 {
		font-size: 20px;
	}

	.pf-about-stat {
		min-height: 112px;
		padding: 22px;
	}

	.pf-about-stat__icon {
		flex-basis: 50px;
		width: 50px;
		height: 50px;
	}

	.pf-about-stat__icon svg {
		width: 24px;
		height: 24px;
	}

	.pf-about-stat strong {
		font-size: 34px;
	}

	.pf-about-founder blockquote {
		font-size: 20px;
	}

	.pf-about-btn {
		width: 100%;
	}
}

@media (max-width: 1100px) {
	.pf-blog-archive-grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
		gap: 22px;
	}
}

@media (min-width: 768px) and (max-width: 1360px) {
	body.pf-custom-blog-archive-template .pf-home-nav {
		gap: 18px;
		padding-left: 32px;
		padding-right: 32px;
	}

	body.pf-custom-blog-archive-template .pf-home-nav__links {
		gap: 24px;
	}

	body.pf-custom-blog-archive-template .pf-home-nav__appointment {
		min-width: 250px;
		padding-left: 18px;
		padding-right: 18px;
		font-size: 14px;
		letter-spacing: 1.4px;
	}
}

@media (max-width: 720px) {
	.pf-blog-archive-container {
		width: min(100% - 24px, 1320px);
	}

	.pf-blog-archive-hero {
		height: 200px;
		padding: 0;
	}

	.pf-blog-archive-hero h1 {
		font-size: 36px;
		line-height: 1.05;
	}

	.pf-blog-archive-grid {
		grid-template-columns: 1fr;
		gap: 18px;
	}

	.pf-blog-archive-card h2 {
		font-size: 21px;
	}
}

/* Contact page */
.pf-contact-page {
	--pf-contact-brown: #4b332e;
	--pf-contact-gold: #ffc400;
	overflow: hidden;
	background: #ffffff;
	color: var(--pf-contact-brown);
	font-family: "Public Sans", Arial, sans-serif;
}

.pf-contact-container {
	width: min(100% - 64px, 1360px);
	margin-right: auto;
	margin-left: auto;
}

.pf-contact-kicker {
	display: inline-flex;
	gap: 10px;
	align-items: center;
	margin: 0;
	color: #9d614f;
	font-size: 13px;
	font-weight: 900;
	letter-spacing: .14em;
	line-height: 1;
	text-transform: uppercase;
}

.pf-contact-kicker::before {
	display: block;
	width: 28px;
	height: 2px;
	border-radius: 999px;
	background: var(--pf-contact-gold);
	content: "";
}

.pf-contact-page h1,
.pf-contact-page h2,
.pf-contact-page h3 {
	margin: 0;
	color: var(--pf-contact-brown);
	font-family: "Public Sans", Arial, sans-serif;
	font-weight: 700;
	letter-spacing: 0;
}

.pf-contact-page h1 {
	max-width: 860px;
	color: #ffffff;
	font-size: clamp(46px, 5vw, 74px);
	line-height: 1;
	text-wrap: balance;
}

.pf-contact-page h2 {
	font-size: clamp(30px, 3vw, 46px);
	line-height: 1.08;
}

.pf-contact-page h3 {
	font-size: 22px;
	line-height: 1.2;
}

.pf-contact-page p {
	margin: 0;
	color: #625551;
	font-size: 17px;
	line-height: 1.7;
}

.pf-contact-hero {
	position: relative;
	isolation: isolate;
	min-height: 520px;
	background: var(--pf-contact-brown);
}

.pf-contact-hero__media {
	position: absolute;
	inset: 0;
	z-index: -2;
}

.pf-contact-hero__media::after {
	position: absolute;
	inset: 0;
	background:
		linear-gradient(90deg, rgba(75, 51, 46, .88) 0%, rgba(75, 51, 46, .7) 48%, rgba(75, 51, 46, .18) 100%),
		linear-gradient(0deg, rgba(34, 22, 19, .35), rgba(34, 22, 19, .18));
	content: "";
}

.pf-contact-hero__media img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center;
}

.pf-contact-hero__inner {
	display: grid;
	align-items: center;
	min-height: 520px;
	padding: 72px 0;
}

.pf-contact-hero__copy {
	display: grid;
	gap: 22px;
	max-width: 860px;
}

.pf-contact-hero__copy .pf-contact-kicker,
.pf-contact-question .pf-contact-kicker {
	color: var(--pf-contact-gold);
}

.pf-contact-hero__copy > p {
	max-width: 680px;
	color: rgba(255, 255, 255, .9);
	font-size: 20px;
	line-height: 1.62;
}

.pf-contact-hero__actions {
	display: flex;
	flex-wrap: wrap;
	gap: 14px;
	align-items: center;
	margin-top: 4px;
}

.pf-contact-btn {
	display: inline-flex;
	box-sizing: border-box;
	gap: 10px;
	align-items: center;
	justify-content: center;
	min-height: 56px;
	border-radius: 6px;
	padding: 0 24px;
	font-size: 14px;
	font-weight: 900;
	letter-spacing: .08em;
	text-decoration: none;
	text-transform: uppercase;
	transition: transform .2s ease, box-shadow .2s ease, background .2s ease, border-color .2s ease;
}

.pf-contact-btn:hover,
.pf-contact-btn:focus {
	transform: translateY(-2px);
	text-decoration: none;
}

.pf-contact-btn--primary {
	background: var(--pf-contact-gold);
	color: var(--pf-contact-brown);
	box-shadow: 0 18px 34px rgba(0, 0, 0, .2);
}

.pf-contact-btn--ghost {
	border: 1px solid rgba(255, 255, 255, .34);
	background: rgba(255, 255, 255, .1);
	color: #ffffff;
}

.pf-contact-main,
.pf-contact-locations,
.pf-contact-question {
	padding: 78px 0;
}

.pf-contact-main {
	background: #fffaf5;
}

.pf-contact-main__inner {
	display: grid;
	grid-template-columns: minmax(0, .78fr) minmax(460px, .92fr);
	gap: 50px;
	align-items: stretch;
}

.pf-contact-info {
	display: grid;
	align-content: center;
	gap: 22px;
}

.pf-contact-info__grid {
	display: grid;
	gap: 14px;
	margin-top: 8px;
}

.pf-contact-info-card {
	display: flex;
	gap: 16px;
	align-items: flex-start;
	border: 1px solid rgba(75, 51, 46, .1);
	border-radius: 8px;
	padding: 20px;
	background: #ffffff;
	box-shadow: 0 16px 34px rgba(75, 51, 46, .07);
}

.pf-contact-info-card > span {
	display: inline-grid;
	flex: 0 0 46px;
	width: 46px;
	height: 46px;
	place-items: center;
	border-radius: 8px;
	background: var(--pf-contact-brown);
	color: var(--pf-contact-gold);
}

.pf-contact-info-card div {
	display: grid;
	gap: 6px;
}

.pf-contact-info-card h3 {
	font-size: 18px;
}

.pf-contact-info-card a {
	color: inherit;
	font-weight: 800;
	text-decoration: none;
}

.pf-contact-map {
	overflow: hidden;
	border: 8px solid #ffffff;
	border-radius: 8px;
	background: #efe5df;
	box-shadow: 0 28px 64px rgba(75, 51, 46, .14);
}

.pf-contact-map iframe {
	display: block;
	width: 100%;
	height: 100%;
	min-height: 520px;
}

.pf-contact-section-head {
	display: grid;
	gap: 14px;
	max-width: 760px;
	margin-bottom: 30px;
}

.pf-contact-locations {
	background: #ffffff;
}

.pf-contact-locations__grid {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 24px;
}

.pf-contact-location {
	overflow: hidden;
	border: 1px solid rgba(75, 51, 46, .1);
	border-radius: 8px;
	background: #ffffff;
	box-shadow: 0 18px 44px rgba(75, 51, 46, .08);
}

.pf-contact-location__image {
	display: block;
	aspect-ratio: 1.75 / 1;
	overflow: hidden;
	background: #efe5df;
}

.pf-contact-location__image img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: transform .28s ease;
}

.pf-contact-location:hover .pf-contact-location__image img {
	transform: scale(1.035);
}

.pf-contact-location__body {
	display: grid;
	gap: 12px;
	padding: 24px;
}

.pf-contact-location__body p {
	display: flex;
	gap: 10px;
	align-items: flex-start;
	font-size: 15px;
	line-height: 1.55;
}

.pf-contact-location__body i {
	width: 18px;
	margin-top: 4px;
	color: #9d614f;
}

.pf-contact-location__actions {
	display: flex;
	flex-wrap: wrap;
	gap: 10px;
	margin-top: 6px;
}

.pf-contact-location__actions a {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-height: 42px;
	border-radius: 6px;
	padding: 0 14px;
	background: var(--pf-contact-brown);
	color: #ffffff;
	font-size: 12px;
	font-weight: 900;
	letter-spacing: .08em;
	text-decoration: none;
	text-transform: uppercase;
}

.pf-contact-location__actions a:first-child {
	background: var(--pf-contact-gold);
	color: var(--pf-contact-brown);
}

.pf-contact-question {
	background:
		radial-gradient(circle at 8% 18%, rgba(255, 196, 0, .16), transparent 28%),
		linear-gradient(135deg, #fffaf4 0%, #ffffff 52%, #f5eee8 100%);
}

.pf-contact-question__inner {
	display: grid;
	grid-template-columns: minmax(340px, .52fr) minmax(0, 1fr);
	gap: 54px;
	align-items: center;
}

.pf-contact-question__media {
	overflow: hidden;
	aspect-ratio: .92 / 1;
	border: 8px solid #ffffff;
	border-radius: 8px;
	background: #ffffff;
	box-shadow: 0 24px 62px rgba(75, 51, 46, .14);
}

.pf-contact-question__media img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.pf-contact-question__form {
	display: grid;
	gap: 16px;
	border: 1px solid rgba(75, 51, 46, .12);
	border-radius: 8px;
	padding: 42px;
	background: rgba(255, 255, 255, .9);
	box-shadow: 0 24px 62px rgba(75, 51, 46, .12);
}

.pf-contact-question__form .pf-contact-kicker {
	margin-bottom: 2px;
}

.pf-contact-question__form h2,
.pf-contact-question__form p {
	color: var(--pf-contact-brown);
}

.pf-contact-question__form h2 {
	margin-bottom: 2px;
}

.pf-contact-question__form > p:not(.pf-contact-kicker) {
	max-width: 680px;
	color: #3f3430;
	font-size: 17px;
	line-height: 1.6;
}

.pf-contact-message-form {
	display: grid;
	gap: 18px;
	margin-top: 10px;
}

.pf-contact-message-form__row {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	column-gap: 22px;
	row-gap: 18px;
	width: 100%;
}

.pf-contact-message-form label {
	display: grid;
	gap: 9px;
	min-width: 0;
	margin: 0;
	color: var(--pf-contact-brown);
	font-family: "Public Sans", Arial, sans-serif;
	font-size: 14px;
	font-weight: 800;
	line-height: 1.25;
}

.pf-contact-message-form input,
.pf-contact-message-form textarea {
	box-sizing: border-box;
	display: block;
	width: 100%;
	border: 1px solid rgba(75, 51, 46, .16);
	border-radius: 6px;
	background: #ffffff;
	color: #4b332e;
	font-family: "Public Sans", Arial, sans-serif;
	font-size: 16px;
	font-weight: 400;
	line-height: 1.4;
	box-shadow: inset 0 1px 0 rgba(75, 51, 46, .03);
}

.pf-contact-message-form input {
	height: 56px;
	min-height: 56px;
	padding: 0 18px;
}

.pf-contact-message-form textarea {
	min-height: 164px;
	padding: 16px 18px;
	resize: vertical;
}

.pf-contact-message-form input::placeholder,
.pf-contact-message-form textarea::placeholder {
	color: rgba(75, 51, 46, .48);
	font-family: "Public Sans", Arial, sans-serif;
	opacity: 1;
}

.pf-contact-message-form input:focus,
.pf-contact-message-form textarea:focus {
	border-color: #ffcb06;
	box-shadow: 0 0 0 3px rgba(255, 203, 6, .18);
	outline: none;
}

.pf-contact-message-form button[type="submit"] {
	width: 100%;
	min-height: 58px;
	margin-top: 2px;
	border: 0;
	border-radius: 6px;
	background: var(--pf-contact-gold);
	color: var(--pf-contact-brown);
	font-size: 14px;
	font-weight: 900;
	letter-spacing: .12em;
	text-transform: uppercase;
	cursor: pointer;
}

@media (max-width: 1100px) {
	.pf-contact-main__inner,
	.pf-contact-question__inner {
		grid-template-columns: 1fr;
	}

	.pf-contact-question__media {
		max-width: 620px;
	}

	.pf-contact-map iframe {
		min-height: 430px;
	}
}

@media (max-width: 767px) {
	.pf-contact-container {
		width: min(100% - 28px, 1360px);
	}

	.pf-contact-hero,
	.pf-contact-hero__inner {
		min-height: 520px;
	}

	.pf-contact-hero__inner {
		padding: 42px 0;
	}

	.pf-contact-page h1 {
		font-size: 42px;
		line-height: 1.02;
	}

	.pf-contact-page h2 {
		font-size: 30px;
	}

	.pf-contact-page p {
		font-size: 16px;
	}

	.pf-contact-hero__copy {
		gap: 16px;
	}

	.pf-contact-hero__copy > p {
		font-size: 17px;
		line-height: 1.55;
	}

	.pf-contact-hero__actions {
		display: grid;
	}

	.pf-contact-btn {
		width: 100%;
		min-height: 50px;
	}

	.pf-contact-main,
	.pf-contact-locations,
	.pf-contact-question {
		padding: 44px 0;
	}

	.pf-contact-main__inner,
	.pf-contact-question__inner {
		gap: 28px;
	}

	.pf-contact-info-card {
		padding: 18px;
	}

	.pf-contact-map {
		border-width: 5px;
	}

	.pf-contact-map iframe {
		min-height: 340px;
	}

	.pf-contact-locations__grid {
		grid-template-columns: 1fr;
	}

	.pf-contact-location__body,
	.pf-contact-question__form {
		padding: 24px 20px;
	}

	.pf-contact-message-form__row {
		grid-template-columns: 1fr;
		row-gap: 16px;
	}

	.pf-contact-question__media {
		border-width: 5px;
	}
}

/* Thank-you page */
.pf-thank-you-page {
	--pf-thank-you-brown: #4b332e;
	--pf-thank-you-gold: #ffc400;
	--pf-thank-you-cream: #fff7e1;
	background:
		radial-gradient(circle at 12% 18%, rgba(255, 196, 0, .18), transparent 30%),
		linear-gradient(135deg, #fff7e1 0%, #ffffff 48%, #f7f1ed 100%);
	color: var(--pf-thank-you-brown);
	font-family: "Public Sans", Arial, sans-serif;
}

.pf-thank-you-container {
	width: min(100% - 48px, 1180px);
	margin: 0 auto;
}

.pf-thank-you-hero {
	display: grid;
	min-height: 620px;
	padding: 84px 0;
	place-items: center;
}

.pf-thank-you-card {
	position: relative;
	width: min(100%, 820px);
	margin: 0 auto;
	overflow: hidden;
	padding: 62px 70px;
	border: 1px solid rgba(75, 51, 46, .12);
	border-radius: 8px;
	background: rgba(255, 255, 255, .94);
	box-shadow: 0 28px 70px rgba(75, 51, 46, .16);
	text-align: center;
}

.pf-thank-you-card::before {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 8px;
	background: var(--pf-thank-you-gold);
	content: "";
}

.pf-thank-you-card__icon {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 78px;
	height: 78px;
	margin-bottom: 22px;
	border-radius: 50%;
	background: var(--pf-thank-you-brown);
	color: var(--pf-thank-you-gold);
	box-shadow: 0 14px 34px rgba(75, 51, 46, .2);
}

.pf-thank-you-card__icon svg,
.pf-thank-you-callout svg {
	width: 1em;
	height: 1em;
	fill: currentColor;
}

.pf-thank-you-card__icon svg {
	font-size: 38px;
}

.pf-thank-you-kicker {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	gap: 10px;
	margin: 0 0 18px;
	color: var(--pf-thank-you-brown);
	font-size: 13px;
	font-weight: 700;
	letter-spacing: 3px;
	line-height: 1.2;
	text-transform: uppercase;
}

.pf-thank-you-kicker::before,
.pf-thank-you-kicker::after {
	width: 32px;
	height: 2px;
	background: var(--pf-thank-you-gold);
	content: "";
}

.pf-thank-you-card h1 {
	max-width: 680px;
	margin: 0 auto 18px;
	color: var(--pf-thank-you-brown);
	font-size: clamp(36px, 4.1vw, 58px);
	font-weight: 700;
	letter-spacing: 0;
	line-height: 1.08;
}

.pf-thank-you-card__text {
	max-width: 620px;
	margin: 0 auto;
}

.pf-thank-you-card__text p {
	margin: 0;
	color: rgba(75, 51, 46, .82);
	font-size: 19px;
	font-weight: 400;
	line-height: 1.72;
}

.pf-thank-you-actions {
	display: flex;
	flex-wrap: wrap;
	gap: 14px;
	justify-content: center;
	margin-top: 34px;
}

.pf-thank-you-btn {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-height: 58px;
	padding: 0 30px;
	border: 1px solid rgba(75, 51, 46, .22);
	border-radius: 6px;
	font-size: 14px;
	font-weight: 700;
	letter-spacing: 1.8px;
	line-height: 1.2;
	text-align: center;
	text-decoration: none;
	text-transform: uppercase;
	transition: transform .2s ease, box-shadow .2s ease, background .2s ease, color .2s ease;
}

.pf-thank-you-btn:hover,
.pf-thank-you-btn:focus {
	transform: translateY(-2px);
	text-decoration: none;
}

.pf-thank-you-btn--primary {
	background: var(--pf-thank-you-gold);
	color: var(--pf-thank-you-brown);
	box-shadow: 0 12px 24px rgba(255, 196, 0, .24);
}

.pf-thank-you-btn--ghost {
	background: #ffffff;
	color: var(--pf-thank-you-brown);
}

.pf-thank-you-callout {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	gap: 14px;
	width: fit-content;
	max-width: 100%;
	margin-right: auto;
	margin-left: auto;
	margin-top: 34px;
	padding: 16px 20px;
	border: 1px solid rgba(75, 51, 46, .13);
	border-radius: 8px;
	background: var(--pf-thank-you-cream);
	text-align: left;
}

.pf-thank-you-callout > span {
	display: inline-flex;
	flex: 0 0 auto;
	align-items: center;
	justify-content: center;
	width: 42px;
	height: 42px;
	border-radius: 50%;
	background: var(--pf-thank-you-brown);
	color: var(--pf-thank-you-gold);
}

.pf-thank-you-callout strong,
.pf-thank-you-callout a {
	display: block;
	background: transparent !important;
}

.pf-thank-you-callout strong {
	margin-bottom: 3px;
	color: var(--pf-thank-you-brown);
	font-size: 13px;
	font-weight: 700;
	letter-spacing: 1.4px;
	text-transform: uppercase;
}

.pf-thank-you-callout a {
	color: var(--pf-thank-you-brown);
	font-size: 17px;
	font-weight: 700;
	line-height: 1.25;
	text-decoration: none;
	white-space: nowrap;
}

@media (max-width: 767px) {
	.pf-thank-you-container {
		width: min(100% - 28px, 520px);
	}

	.pf-thank-you-hero {
		min-height: 520px;
		padding: 42px 0 54px;
	}

	.pf-thank-you-card {
		padding: 46px 20px 26px;
	}

	.pf-thank-you-card__icon {
		width: 64px;
		height: 64px;
		margin-bottom: 18px;
	}

	.pf-thank-you-card__icon svg {
		font-size: 31px;
	}

	.pf-thank-you-kicker {
		gap: 8px;
		font-size: 11px;
		letter-spacing: 2px;
	}

	.pf-thank-you-kicker::before,
	.pf-thank-you-kicker::after {
		width: 20px;
	}

	.pf-thank-you-card h1 {
		font-size: 34px;
		line-height: 1.12;
	}

	.pf-thank-you-card__text p {
		font-size: 16px;
		line-height: 1.65;
	}

	.pf-thank-you-actions {
		display: grid;
		gap: 10px;
		grid-template-columns: minmax(0, 1fr);
		justify-items: stretch;
		margin-top: 26px;
		width: 100%;
	}

	.pf-thank-you-btn {
		justify-self: stretch;
		width: 100%;
		min-height: 52px;
		padding: 0 18px;
		font-size: 13px;
	}

	.pf-thank-you-callout {
		width: 100%;
		justify-content: flex-start;
		margin-top: 24px;
		padding: 14px;
	}

	.pf-thank-you-callout a {
		font-size: 15px;
		white-space: normal;
	}
}

@media screen and (max-width: 767px) {
    .pf-home-swiper__track,
    .pf-home-swiper__slide {
        left: 0;
        right: 0;
        width: 100%;
        min-width: 0;
        max-width: 100%;
        min-height: 590px;
    }

    .pf-home-hero__content {
        align-items: center;
        box-sizing: border-box;
        width: 100%;
        max-width: 360px;
        margin-right: auto;
        margin-left: auto;
        padding: 0 16px 30px;
        text-align: center;
    }

    .pf-home-hero h1 {
        font-size: 40px;
    }

    .pf-home-stat,
    .pf-home-stat:first-child {
        justify-items: center;
        align-content: center;
        padding: 6px 0;
        text-align: center;
    }

    .pf-home-stat strong,
    .pf-home-stat span:last-child {
        text-align: center;
    }

    .pf-home-stats,
    .pf-home-callback,
    .pf-home-hero__book {
        width: 100%;
        max-width: 304px;
        margin-right: auto;
        margin-left: auto;
    }

    .pf-home-hero__book {
        justify-content: center;
    }

    .pf-home-callback label {
        grid-template-columns: 82px minmax(0, 1fr);
        height: 44px;
        min-height: 44px;
    }

    .pf-home-callback input {
        min-height: 44px;
    }

    .pf-home-callback button {
        height: 44px;
        min-height: 44px;
        max-height: 44px;
    }

    .pf-home-founder-strip .pfp-copy h2 {
        font-size: 30px;
    }
}

/* Custom Services and Treatments archive pages */
.pf-archive-page {
    color: #4b332e;
    background: #fffaf3;
    font-family: inherit;
}

.pf-archive-container {
    width: min(100% - 48px, 1360px);
    margin: 0 auto;
}

.pf-archive-hero {
    position: relative;
    overflow: hidden;
    padding: 82px 0 74px;
    background:
        linear-gradient(135deg, rgba(255, 196, 0, 0.18), rgba(255, 255, 255, 0.92) 42%, rgba(75, 51, 46, 0.08)),
        #fff8e8;
}

.pf-archive-hero::after {
    content: "";
    position: absolute;
    right: max(24px, calc((100vw - 1360px) / 2));
    bottom: -92px;
    width: 360px;
    height: 360px;
    border: 1px solid rgba(75, 51, 46, 0.1);
    border-radius: 50%;
    pointer-events: none;
}

.pf-archive-hero__inner {
    position: relative;
    z-index: 1;
    display: grid;
    grid-template-columns: minmax(0, 1fr) 430px;
    gap: 54px;
    align-items: center;
}

.pf-archive-kicker {
    display: inline-flex;
    gap: 10px;
    align-items: center;
    margin: 0 0 16px;
    color: #a7624b;
    font-size: 14px;
    font-weight: 700;
    line-height: 1.2;
    letter-spacing: 2.8px;
    text-transform: uppercase;
}

.pf-archive-kicker i {
    color: #ffc400;
}

.pf-archive-hero h1,
.pf-archive-section-head h2 {
    margin: 0;
    color: #4b332e;
    font-family: inherit;
    font-weight: 700;
    letter-spacing: 0;
}

.pf-archive-hero h1 {
    max-width: 760px;
    font-size: clamp(46px, 5vw, 76px);
    line-height: 1;
}

.pf-archive-hero__copy > p:not(.pf-archive-kicker) {
    max-width: 790px;
    margin: 22px 0 0;
    color: rgba(75, 51, 46, 0.82);
    font-size: 20px;
    line-height: 1.7;
}

.pf-archive-hero__actions {
    display: flex;
    flex-wrap: wrap;
    gap: 14px;
    margin-top: 32px;
}

.pf-archive-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 56px;
    padding: 0 28px;
    border: 1px solid rgba(75, 51, 46, 0.18);
    border-radius: 6px;
    font-size: 14px;
    font-weight: 700;
    line-height: 1.2;
    letter-spacing: 2px;
    text-transform: uppercase;
    text-decoration: none;
    transition: transform 160ms ease, box-shadow 160ms ease, background-color 160ms ease;
}

.pf-archive-btn:hover,
.pf-archive-card__link:hover,
.pf-archive-featured-card__body > a:hover {
    transform: translateY(-1px);
}

.pf-archive-btn--primary {
    border-color: #ffc400;
    color: #2b1f1c;
    background: #ffc400;
    box-shadow: 0 18px 32px rgba(255, 196, 0, 0.24);
}

.pf-archive-btn--ghost {
    color: #4b332e;
    background: #ffffff;
}

.pf-archive-hero__panel {
    display: grid;
    gap: 14px;
    padding: 24px;
    border: 1px solid rgba(75, 51, 46, 0.12);
    border-radius: 8px;
    background: rgba(255, 255, 255, 0.82);
    box-shadow: 0 24px 58px rgba(75, 51, 46, 0.12);
    backdrop-filter: blur(8px);
}

.pf-archive-hero__panel div {
    display: grid;
    grid-template-columns: 132px 1fr;
    gap: 16px;
    align-items: center;
    padding: 16px 18px;
    border-radius: 6px;
    background: #fff8e8;
}

.pf-archive-hero__panel strong {
    color: #a7624b;
    font-size: 32px;
    font-weight: 700;
    line-height: 1;
}

.pf-archive-hero__panel span {
    color: rgba(75, 51, 46, 0.76);
    font-size: 15px;
    font-weight: 700;
}

.pf-archive-featured,
.pf-archive-list {
    padding: 72px 0;
    background: #ffffff;
}

.pf-archive-featured + .pf-archive-list {
    padding-top: 0;
}

.pf-archive-section-head {
    max-width: 820px;
    margin-bottom: 30px;
}

.pf-archive-section-head h2 {
    font-size: clamp(34px, 3vw, 52px);
    line-height: 1.08;
}

.pf-archive-section-head--row {
    max-width: none;
    display: flex;
    gap: 24px;
    align-items: end;
    justify-content: space-between;
}

.pf-archive-count {
    flex: 0 0 auto;
    display: inline-flex;
    align-items: center;
    min-height: 44px;
    padding: 0 18px;
    border: 1px solid rgba(75, 51, 46, 0.13);
    border-radius: 999px;
    color: #a7624b;
    background: #fff8e8;
    font-size: 13px;
    font-weight: 700;
    letter-spacing: 1.6px;
    text-transform: uppercase;
}

.pf-archive-featured__grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 24px;
}

.pf-archive-featured-card,
.pf-archive-card {
    overflow: hidden;
    border: 1px solid rgba(75, 51, 46, 0.12);
    border-radius: 8px;
    background: #ffffff;
    box-shadow: 0 18px 42px rgba(75, 51, 46, 0.08);
}

.pf-archive-featured-card__image,
.pf-archive-card__image {
    display: block;
    overflow: hidden;
    background: #f5eee8;
}

.pf-archive-featured-card__image {
    aspect-ratio: 16 / 10;
}

.pf-archive-card__image {
    aspect-ratio: 4 / 3;
}

.pf-archive-featured-card img,
.pf-archive-card img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 240ms ease;
}

.pf-archive-featured-card:hover img,
.pf-archive-card:hover img {
    transform: scale(1.035);
}

.pf-archive-featured-card__body,
.pf-archive-card__body {
    display: grid;
    gap: 14px;
    padding: 24px;
}

.pf-archive-featured-card h3,
.pf-archive-card h3 {
    margin: 0;
    color: #2f2421;
    font-family: inherit;
    font-size: 24px;
    font-weight: 700;
    line-height: 1.2;
    letter-spacing: 0;
}

.pf-archive-featured-card h3 a,
.pf-archive-card h3 a {
    color: inherit;
    text-decoration: none;
}

.pf-archive-featured-card p,
.pf-archive-card p {
    margin: 0;
    color: rgba(75, 51, 46, 0.72);
    font-size: 16px;
    line-height: 1.65;
}

.pf-archive-featured-card__body > a,
.pf-archive-card__link {
    display: inline-flex;
    gap: 9px;
    align-items: center;
    justify-self: start;
    color: #a7624b;
    font-size: 13px;
    font-weight: 700;
    letter-spacing: 1.6px;
    text-transform: uppercase;
    text-decoration: none;
    transition: transform 160ms ease;
}

.pf-archive-grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 24px;
}

.pf-archive-card {
    display: grid;
    grid-template-rows: auto 1fr;
}

.pf-archive-card__body {
    align-content: start;
}

@media screen and (max-width: 1180px) {
    .pf-archive-hero__inner {
        grid-template-columns: 1fr;
    }

    .pf-archive-hero__panel {
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }

    .pf-archive-hero__panel div {
        grid-template-columns: 1fr;
        gap: 8px;
    }

    .pf-archive-featured__grid,
    .pf-archive-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@media screen and (max-width: 767px) {
    .pf-archive-container {
        width: min(100% - 32px, 520px);
    }

    .pf-archive-hero {
        padding: 48px 0;
    }

    .pf-archive-hero__inner {
        gap: 28px;
    }

    .pf-archive-hero h1 {
        font-size: 42px;
    }

    .pf-archive-hero__copy > p:not(.pf-archive-kicker) {
        font-size: 17px;
        line-height: 1.6;
    }

    .pf-archive-hero__actions,
    .pf-archive-section-head--row {
        display: grid;
    }

    .pf-archive-btn {
        width: 100%;
    }

    .pf-archive-hero__panel,
    .pf-archive-featured__grid,
    .pf-archive-grid {
        grid-template-columns: 1fr;
    }

    .pf-archive-featured,
    .pf-archive-list {
        padding: 48px 0;
    }

    .pf-archive-section-head h2 {
        font-size: 32px;
    }

    .pf-archive-featured-card__body,
    .pf-archive-card__body {
        padding: 20px;
    }
}

/* Shared custom page heading typography */
.pf-about-page h1,
.pf-about-page h2,
.pf-contact-page h1,
.pf-contact-page h2,
.pf-gallery-hero__inner h1,
.pf-gallery-section-head h2,
.pf-archive-hero h1,
.pf-archive-section-head h2 {
	font-family: "Tenor Sans", "Public Sans", sans-serif;
	font-weight: 400;
	letter-spacing: 0;
}

.pf-about-page h3,
.pf-contact-page h3,
.pf-archive-featured-card h3,
.pf-archive-card h3 {
	font-family: "Tenor Sans", "Public Sans", sans-serif;
	font-weight: 400;
	letter-spacing: 0;
}

.pf-about-page h1,
.pf-contact-page h1,
.pf-gallery-hero__inner h1,
.pf-archive-hero h1 {
	line-height: 1.04;
}

.pf-about-page h2,
.pf-contact-page h2,
.pf-gallery-section-head h2,
.pf-archive-section-head h2 {
	line-height: 1.12;
}
/* Antigravity Responsive Navigation Bar Overrides to prevent clipping on small desktops */
@media (min-width: 1200px) and (max-width: 1280px) {
    .pf-home-nav {
        gap: 20px !important;
    }
    .pf-home-nav__links {
        gap: 22px !important;
    }
    /* Font size and button remain original (16px and 280px) to keep it open ("khula sa") */
}
@media (min-width: 1024px) and (max-width: 1199px) {
    .pf-home-nav {
        gap: 16px !important;
    }
    .pf-home-nav__links {
        gap: 16px !important;
    }
    .pf-home-nav__links > a, 
    .pf-home-nav__item > a {
        font-size: 14px !important;
    }
    .pf-home-nav__appointment {
        min-width: 240px !important;
        padding: 0 20px !important;
        font-size: 14px !important;
    }
}
@media (max-width: 1023px) {
    /* Mobile/tablet behavior helper to avoid button cut off on narrow landscape tablets */
    .pf-home-nav__appointment {
        min-width: 200px !important;
.pf-archive-featured-card h3,
.pf-archive-card h3 {
    margin: 0;
    color: #2f2421;
    font-family: inherit;
    font-size: 24px;
    font-weight: 700;
    line-height: 1.2;
    letter-spacing: 0;
}

.pf-archive-featured-card h3 a,
.pf-archive-card h3 a {
    color: inherit;
    text-decoration: none;
}

.pf-archive-featured-card p,
.pf-archive-card p {
    margin: 0;
    color: rgba(75, 51, 46, 0.72);
    font-size: 16px;
    line-height: 1.65;
}

.pf-archive-featured-card__body > a,
.pf-archive-card__link {
    display: inline-flex;
    gap: 9px;
    align-items: center;
    justify-self: start;
    color: #a7624b;
    font-size: 13px;
    font-weight: 700;
    letter-spacing: 1.6px;
    text-transform: uppercase;
    text-decoration: none;
    transition: transform 160ms ease;
}

.pf-archive-grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 24px;
}

.pf-archive-card {
    display: grid;
    grid-template-rows: auto 1fr;
}

.pf-archive-card__body {
    align-content: start;
}

@media screen and (max-width: 1180px) {
    .pf-archive-hero__inner {
        grid-template-columns: 1fr;
    }

    .pf-archive-hero__panel {
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }

    .pf-archive-hero__panel div {
        grid-template-columns: 1fr;
        gap: 8px;
    }

    .pf-archive-featured__grid,
    .pf-archive-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@media screen and (max-width: 767px) {
    .pf-archive-container {
        width: min(100% - 32px, 520px);
    }

    .pf-archive-hero {
        padding: 48px 0;
    }

    .pf-archive-hero__inner {
        gap: 28px;
    }

    .pf-archive-hero h1 {
        font-size: 42px;
    }

    .pf-archive-hero__copy > p:not(.pf-archive-kicker) {
        font-size: 17px;
        line-height: 1.6;
    }

    .pf-archive-hero__actions,
    .pf-archive-section-head--row {
        display: grid;
    }

    .pf-archive-btn {
        width: 100%;
    }

    .pf-archive-hero__panel,
    .pf-archive-featured__grid,
    .pf-archive-grid {
        grid-template-columns: 1fr;
    }

    .pf-archive-featured,
    .pf-archive-list {
        padding: 48px 0;
    }

    .pf-archive-section-head h2 {
        font-size: 32px;
    }

    .pf-archive-featured-card__body,
    .pf-archive-card__body {
        padding: 20px;
    }
}

/* Shared custom page heading typography */
.pf-about-page h1,
.pf-about-page h2,
.pf-contact-page h1,
.pf-contact-page h2,
.pf-gallery-hero__inner h1,
.pf-gallery-section-head h2,
.pf-archive-hero h1,
.pf-archive-section-head h2 {
	font-family: "Tenor Sans", "Public Sans", sans-serif;
	font-weight: 400;
	letter-spacing: 0;
}

.pf-about-page h3,
.pf-contact-page h3,
.pf-archive-featured-card h3,
.pf-archive-card h3 {
	font-family: "Tenor Sans", "Public Sans", sans-serif;
	font-weight: 400;
	letter-spacing: 0;
}

.pf-about-page h1,
.pf-contact-page h1,
.pf-gallery-hero__inner h1,
.pf-archive-hero h1 {
	line-height: 1.04;
}

.pf-about-page h2,
.pf-contact-page h2,
.pf-gallery-section-head h2,
.pf-archive-section-head h2 {
	line-height: 1.12;
}
/* Antigravity Responsive Navigation Bar Overrides to prevent clipping on small desktops */
@media (min-width: 1200px) and (max-width: 1280px) {
    .pf-home-nav {
        gap: 20px !important;
    }
    .pf-home-nav__links {
        gap: 22px !important;
    }
    /* Font size and button remain original (16px and 280px) to keep it open ("khula sa") */
}
@media (min-width: 1024px) and (max-width: 1199px) {
    .pf-home-nav {
        gap: 16px !important;
    }
    .pf-home-nav__links {
        gap: 16px !important;
    }
    .pf-home-nav__links > a, 
    .pf-home-nav__item > a {
        font-size: 14px !important;
    }
    .pf-home-nav__appointment {
        min-width: 240px !important;
        padding: 0 20px !important;
        font-size: 14px !important;
    }
}
@media (max-width: 1023px) {
    /* Mobile/tablet behavior helper to avoid button cut off on narrow landscape tablets */
    .pf-home-nav__appointment {
        min-width: 200px !important;
        padding: 0 12px !important;
        font-size: 13px !important;
    }
}

/* Custom 3-column layout for Services Dropdown Submenu */
.pf-home-nav__dropdown--services {
    grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
    width: min(720px, calc(100vw - 48px)) !important;
    min-width: min(580px, calc(100vw - 48px)) !important;
}

/* Custom 2-column layout for Treatments Dropdown Submenu */
.pf-home-nav__dropdown--treatments {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    width: min(500px, calc(100vw - 48px)) !important;
    min-width: min(400px, calc(100vw - 48px)) !important;
}

/* Floating Action Buttons styling */
.pf-whatsapp-float {
    position: fixed;
    bottom: 24px;
    right: 24px;
    width: 48px;
    height: 48px;
    border-radius: 50%;
    background-color: #25d366;
    color: #ffffff;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.2);
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 26px;
    transition: all 0.3s ease;
    z-index: 999;
}

.pf-whatsapp-float:hover {
    background-color: #128c7e;
    transform: translateY(-3px);
    box-shadow: 0 6px 16px rgba(37, 211, 102, 0.4);
}

.pf-back-to-top {
    position: fixed;
    bottom: 24px;
    left: 24px;
    width: 48px;
    height: 48px;
    border-radius: 50%;
    background-color: #ffcb06;
    color: #13383f;
    border: none;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.2);
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 20px;
    opacity: 0;
    visibility: hidden;
    transition: all 0.3s ease;
    z-index: 999;
}

.pf-back-to-top.show {
    opacity: 1;
    visibility: visible;
}

.pf-back-to-top:hover {
    background-color: #13383f;
    color: #ffcb06;
    transform: translateY(-3px);
    box-shadow: 0 6px 16px rgba(255, 203, 6, 0.3);
}

@media screen and (max-width: 767px) {
    .pf-back-to-top {
        bottom: 74px;
        left: 16px;
        right: auto;
        width: 44px;
        height: 44px;
        font-size: 18px;
    }
    .pf-whatsapp-float {
        bottom: 74px;
        right: 16px;
        left: auto;
        width: 44px;
        height: 44px;
        font-size: 24px;
    }
}
