@import url("https://fonts.googleapis.com/css2?family=Archivo:ital,wght@0,100..900;1,100..900&display=swap");

:root {
    --pf-theme-color: #DFD6CD;
    --pf-primary-color: #6B5344;
    --pf-2nd-primary-color: #3D322B;
    --pf-secendary-color: #C9B8A8;
    --pf-section-bg-color: #E8DFD6;
    --pf-theme-light-color: #EFE8E2;
    --pf-theme-dip-color: #D4C8BC;
    --pf-theme-diper-color: #C9B8A8;
    --pf-2nd-bg-color: #F3EDE7;
    --pf-3nd-bg-color: #E8DFD6;
    --pf-hover-bg-color: #5A4538;
}

body {
    background-color: #F1EBE7;
}

.preloader {
    display: none !important;
}

.pf-banner-area,
.pf-banner-product {
    background: linear-gradient(184deg, #DFD6CD 0%, #EFE8E2 100%);
}

.pf-banner-area.pt-160 {
    padding-top: 200px;
    padding-bottom: 80px;
}

@media (max-width: 767px) {
    .pf-banner-area.pt-160 {
        padding-top: 112px;
        padding-bottom: 28px;
    }
}

.pf-banner-area .pf-banner-product,
.pf-banner-area .pf-banner-thumb {
    margin-bottom: 0;
}

.pf-banner-heading {
    position: relative;
    z-index: 3;
    margin-bottom: 0;
}

.pf-banner-heading .theme-btn {
    position: relative;
    z-index: 4;
}

.pf-banner-area .mt--100 {
    margin-top: -190px;
}

@media (max-width: 991px) {
    .pf-banner-area .mt--100 {
        margin-top: 0;
        padding-top: 8px;
    }

    .pf-banner-heading {
        margin-bottom: 0;
    }
}

@media (max-width: 767px) {
    .pf-banner-area .mt--100 > [class*="col-"] {
        padding-left: 20px;
        padding-right: 20px;
    }

    .pf-banner-area .pf-banner-product {
        margin-top: 0 !important;
        margin-bottom: 16px !important;
    }

    .pf-banner-product-thumb.mb-40 {
        margin-bottom: 16px !important;
    }

    .pf-banner-info.mb-70 {
        margin-bottom: 0 !important;
        padding: 0;
    }

    .pf-banner-reviews {
        padding: 16px;
    }

    .pt-130,
    .pb-130,
    .pf-about-us-count.pt-130,
    .derma-services {
        padding-top: 56px !important;
        padding-bottom: 56px !important;
    }

    .pf-about-us-count.pt-130 {
        padding-bottom: 0 !important;
    }

    .pf-choose-area.pb-130 {
        padding-top: 0 !important;
    }

    .section-title-area.mb-60,
    .section-title-area.mb-40 {
        margin-bottom: 24px !important;
    }
}

.pf-banner-heading-area {
    display: inline-block;
    max-width: 100%;
}

.pf-banner-heading-area img {
    display: block;
    position: absolute;
    top: -6px;
    left: 0;
    width: 100%;
    height: auto;
    pointer-events: none;
    z-index: 0;
}

.pf-banner-title {
    position: relative;
    z-index: 1;
    font-size: 76px;
    max-width: none;
    line-height: 1.05;
    white-space: nowrap;
}

@media (max-width: 991px) {
    .pf-banner-title {
        font-size: 42px;
        white-space: nowrap;
    }
}

@media (max-width: 575px) {
    .pf-banner-title {
        font-size: clamp(28px, 8.2vw, 42px);
        white-space: nowrap;
    }
}

.pf-header-row,
.pf-header-row.v1 {
    background-color: #DFD6CD;
    padding: 6px 16px 6px 22px;
    overflow: hidden;
}

.pf-header-logo {
    overflow: hidden;
    display: flex;
    align-items: center;
}

.pf-header-logo a {
    display: inline-flex;
    align-items: center;
    max-height: 100%;
}

.pf-header-logo img {
    height: 96px;
    width: auto;
    margin: 0;
    display: block;
    object-fit: contain;
}

@media (max-width: 991px) {
    .pf-header-logo img {
        height: 76px;
    }
}

@media (max-width: 767px) {
    .pf-header-row,
    .pf-header-row.v1 {
        padding: 5px 10px 5px 16px;
    }

    .pf-header-logo img {
        height: 64px;
    }
}

.pf-footer-logo img {
    height: 72px;
    width: auto;
    margin-bottom: 16px;
}

.bg-2nd-color {
    background-color: #F3EDE7 !important;
}

.theme-btn.style-one.bg-2nd,
.theme-btn.bg-2nd {
    background-color: #3D322B;
    color: #fff;
}

.pf-header-button a,
.pf-header-cart a {
    background-color: #3D322B;
}

.pf-header-button a:hover {
    background-color: #C9B8A8;
    color: #3D322B;
}

.mobile-nav {
    display: none;
    background: #DFD6CD;
    padding: 16px 24px 24px;
}

.mobile-nav.is-open {
    display: block;
}

.mobile-nav a {
    display: block;
    padding: 10px 0;
    font-weight: 500;
}

.pf-banner-product-thumb img {
    width: 100%;
    height: 280px;
    object-fit: cover;
    object-position: center 18%;
    border-radius: 200px 200px 12px 12px;
}

.pf-banner-thumb img {
    width: 100%;
    height: 520px;
    object-fit: cover;
    object-position: center 12%;
    border-radius: 280px 280px 0 0;
}

@media (max-width: 1199px) {
    .pf-banner-thumb img {
        height: 420px;
    }
}

.pf-banner-info.mb-70 {
    margin-bottom: 0 !important;
}

.pf-banner-video.mb-50 {
    margin-bottom: 24px !important;
}

.pf-banner-video img {
    width: 100%;
    height: 400px;
    object-fit: cover;
    object-position: center 12%;
    border-radius: 240px 240px 0 0;
}

.pf-banner-reviews {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    gap: 10px;
    padding: 28px 22px 26px;
    background: #DFD6CD;
    border-radius: 16px;
    text-decoration: none;
    color: #332D2B;
}

.pf-review-avatar {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    border: 2px solid #fff;
    color: #fff;
    font-size: 15px;
    font-weight: 700;
    letter-spacing: 0.02em;
    line-height: 1;
    flex: 0 0 auto;
}

.pf-banner-google-logo {
    display: block;
    width: 88px;
    height: auto;
    margin: 0 auto;
}

.pf-banner-stars {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 4px;
    color: #FFB800;
    font-size: 16px;
    line-height: 1;
}

.pf-banner-stars strong {
    margin-left: 6px;
    color: #332D2B;
    font-size: 20px;
    font-weight: 700;
}

.pf-banner-rated {
    margin: 6px 0 0;
    font-size: 22px;
    font-weight: 700;
    line-height: 1.25;
    color: #332D2B;
}

.pf-banner-google-count {
    font-size: 15px;
    line-height: 1.4;
    color: #332D2B;
}

.pf-banner-google-link {
    display: inline-block;
    margin-top: 2px;
    font-size: 14px;
    color: #332D2B;
    text-decoration: underline;
    text-underline-offset: 3px;
}

.pf-banner-google-link i {
    margin-left: 4px;
    font-size: 11px;
}

.pf-about-us-area .section-title-area p {
    max-width: 540px;
}

.pf-about-us-thumb img {
    width: 100%;
    height: 420px;
    object-fit: cover;
    object-position: center;
    border-radius: 12px;
}

@media (max-width: 991px) {
    .pf-about-us-thumb img {
        height: 320px;
    }
}

.pf-header-cart a i {
    font-size: 16px;
}

.visit-row {
    align-items: stretch;
}

.visit-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
}

.visit-map {
    height: 100%;
    min-height: 520px;
    border-radius: 12px;
    overflow: hidden;
}

.visit-map iframe {
    width: 100%;
    height: 100%;
    min-height: 520px;
    border: 0;
}

.visit-hours {
    width: 100%;
    border-collapse: collapse;
}

.visit-hours td {
    padding: 10px 0;
    border-bottom: 1px solid var(--pf-theme-diper-color);
}

.visit-hours td:last-child {
    text-align: right;
    color: #6b625a;
}

.pf-footer-col-4 a {
    display: block;
    margin-bottom: 8px;
}

.pf-banner-thumb img {
    max-width: 100%;
}

.derma-choose-track {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    grid-template-rows: 1fr 1fr;
    gap: 30px;
    align-items: stretch;
}

.derma-choose-a { grid-column: 1; grid-row: 1; }
.derma-choose-b { grid-column: 1; grid-row: 2; }
.derma-choose-mid { grid-column: 2; grid-row: 1 / span 2; }
.derma-choose-c { grid-column: 3; grid-row: 1; }
.derma-choose-d { grid-column: 3; grid-row: 2; }

.derma-choose-dots {
    display: none;
}

.pf-choose-thumb img {
    width: 100%;
    height: 280px;
    object-fit: cover;
    object-position: center;
    border-radius: 10px;
    display: block;
}

@media (max-width: 991px) {
    .derma-choose-track {
        display: flex;
        gap: 14px;
        overflow-x: auto;
        scroll-snap-type: x mandatory;
        scroll-padding-inline: 16px;
        padding: 0 4px 6px;
        -webkit-overflow-scrolling: touch;
        scrollbar-width: none;
    }

    .derma-choose-track::-webkit-scrollbar {
        display: none;
    }

    .derma-choose-track > .pf-choose-box {
        flex: 0 0 min(82%, 340px);
        scroll-snap-align: center;
        margin: 0 !important;
        min-height: 260px;
    }

    .derma-choose-track > .pf-choose-box.middle-box {
        margin: 0 !important;
        padding: 28px 16px 16px;
    }

    .derma-choose-track > .pf-choose-box.middle-box .mb-40 {
        margin-bottom: 16px !important;
    }

    .derma-choose-track .pf-choose-thumb img {
        height: 170px;
    }

    .derma-choose-dots {
        display: flex;
        justify-content: center;
        align-items: center;
        gap: 8px;
        margin-top: 18px;
    }

    .derma-choose-dots button {
        width: 8px;
        height: 8px;
        padding: 0;
        border: 0;
        border-radius: 50%;
        background: #c9b8a8;
        cursor: pointer;
    }

    .derma-choose-dots button.is-active {
        width: 22px;
        border-radius: 8px;
        background: #3d322b;
    }
}

.derma-services {
    padding: 90px 0;
}

.derma-services .section-title {
    font-size: 40px;
}

.derma-services-row {
    align-items: stretch;
}

.derma-services-row > [class*="col-"] {
    display: flex;
}

.derma-services-intro {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    width: 100%;
    min-height: 420px;
    height: 420px;
    background: #F3EDE7;
}

.derma-services-list {
    width: 100%;
    height: 420px;
    overflow-y: auto;
    padding-right: 6px;
}

.derma-services-list::-webkit-scrollbar {
    width: 6px;
}

.derma-services-list::-webkit-scrollbar-thumb {
    background: #C9B8A8;
    border-radius: 10px;
}

.derma-service-row {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 16px;
    padding: 16px 20px;
    margin-bottom: 10px;
    background: #F3EDE7;
    border-radius: 10px;
    text-decoration: none;
    color: inherit;
}

.derma-service-row:hover {
    background: #E8DFD6;
}

.derma-service-row h3 {
    font-size: 18px;
    font-weight: 600;
    color: var(--pf-2nd-primary-color);
    margin-bottom: 4px;
}

.derma-service-row p {
    margin: 0;
    font-size: 14px;
    color: #6b625a;
}

.derma-service-row strong {
    flex: 0 0 auto;
    font-size: 18px;
    color: var(--pf-2nd-primary-color);
}

@media (max-width: 991px) {
    .derma-services-intro,
    .derma-services-list {
        height: auto;
        min-height: 0;
    }

    .derma-services-list {
        max-height: 360px;
        margin-bottom: 20px;
    }
}

.back-to-top {
    opacity: 0;
    visibility: hidden;
    cursor: pointer;
}

.back-to-top.show {
    opacity: 1;
    visibility: visible;
}

.derma-footer-cta {
    background: #DFD6CD;
    padding: 48px 0;
}

.derma-footer-cta h2 {
    font-size: 36px;
    font-weight: 600;
    color: #3D322B;
    margin-bottom: 8px;
}

.derma-footer-cta p {
    margin: 0;
    color: #6B5344;
}

.derma-footer-main {
    background: #3D322B;
    color: #F1EBE7;
    padding: 64px 0 40px;
}

.derma-footer-logo {
    height: 140px;
    width: auto;
    margin-bottom: 16px;
    background: transparent;
}

.derma-footer-main h3 {
    font-size: 16px;
    font-weight: 600;
    color: #fff;
    margin-bottom: 14px;
}

.derma-footer-main p,
.derma-footer-main a,
.derma-footer-main li {
    color: #E8DFD6;
}

.derma-footer-main ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.derma-footer-main ul li {
    margin-bottom: 8px;
}

.derma-footer-main a:hover {
    color: #fff;
}

.derma-pay-note {
    font-size: 14px;
    margin-bottom: 12px;
}

.derma-pay-icons {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 8px;
    color: #C9B8A8;
}

.derma-pay-icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 42px;
    height: 28px;
    color: #C9B8A8;
}

.derma-pay-icon i {
    font-size: 28px;
    line-height: 1;
}

.derma-pay-icon svg {
    width: 42px;
    height: 28px;
    display: block;
}

.derma-footer-bottom {
    background: #322922;
    padding: 14px 0;
}

.derma-footer-bottom p,
.derma-footer .derma-footer-bottom p,
.pf-footer-area .derma-footer-bottom p {
    margin: 0;
    font-size: 12px !important;
    font-weight: 400 !important;
    line-height: 1.4;
    color: #8A8078 !important;
}

.derma-footer-bottom a {
    color: #8A8078;
    text-decoration: none;
}

.derma-footer-bottom a:hover {
    color: #C9B8A8;
    text-decoration: none;
}

.legal-page {
    background: #F1EBE7;
}

.legal-header {
    position: relative;
    top: 0;
    padding: 16px 0 8px;
}

.legal-main {
    padding: 40px 0 80px;
}

.legal-main h1 {
    font-size: 40px;
    color: #3D322B;
    margin-bottom: 8px;
}

.legal-updated {
    color: #6b625a;
    margin-bottom: 32px;
}

.legal-main h2 {
    font-size: 22px;
    color: #3D322B;
    margin: 28px 0 10px;
}

.legal-main p {
    max-width: 760px;
}

.legal-back {
    margin-bottom: 20px;
}

.legal-back a {
    color: #3D322B;
    font-weight: 600;
}
