@import url('https://fonts.googleapis.com/css2?family=Figtree:ital,wght@0,300..900;1,300..900&family=Literata:ital,opsz,wght@0,7..72,200..900;1,7..72,200..900&display=swap');

body, html {
    font-family: 'Figtree', sans-serif;
    scroll-behavior: smooth;
}
h1, h2, h3, h4, h5, h6 {
    font-family: 'Literata', serif;
    font-weight: 400;
}
nav.navbar {
    width: 100%;
    top: 0;
    padding-top: 0;
    position: fixed;
    z-index: 999;
}
nav.navbar .navinner {
    background: white;
    border-radius: 0 0 20px 20px;
    padding: 20px 40px;
    width: 100%;
    border: 1px solid #f1f1f1;
}
#hero {
    border-radius:0 0 40px 40px;
    overflow:hidden;
}
#hero .row {
    background:#22372b;
    padding:200px 0 60px 0;
    border-radius: 0 0 40px 40px;
}
#hero .trust {
    max-width:220px;
    left:30px;
    z-index: 33;
}
#hero .btn {
    background:#eef2ea;
    color:#22372b;
    border:none;
}
#hero-about {
    padding: 120px 0;
}
#hero-about {
    padding: 80px 0;
}
#hero-about img.round40 {
    border-radius: 40px;
}
#hero-about h4 {
    font-family: 'Figtree', sans-serif;
    font-size: 1rem;
}
#hero-about h3 {
    font-weight: 300;
    font-size: 2.6rem;
}
#hero-about h3 span {
    background-color: transparent;
    padding: 0px 0px 0px 0px;
    background-image: linear-gradient(180deg, #00000000 72%, #c7dada 0%);
    border-radius: 0px 0px 0px 0px;
}
#hero-about  p {
    color: #535B53;
    font-size: 1rem;
}
#hero-about a {
    display: inline-block;
    padding: 14px 30px;
    color:white;
    background:#22372b;
    border-radius: 200px;
    text-decoration: none;
}

#therapy-home .card {
    padding: 80px;
    background: #E7F0E5;
    border-radius: 40px;
    border: none;
}

#therapy-home h4 {
    font-family: 'Figtree', sans-serif;
    font-size: 1rem;
}
#therapy-home h3 {
    font-weight: 300;
    font-size: 2.6rem;
}
#therapy-home h3 span {
    background-color: transparent;
    padding: 0px 0px 0px 0px;
    background-image: linear-gradient(180deg, #00000000 72%, #c7dada 0%);
    border-radius: 0px 0px 0px 0px;
}
#therapy-home  p {
    color: #535B53;
    font-size: 1rem;
}
#therapy-home a.btn {
    display: inline-block;
    padding: 14px 30px;
    color:white;
    background:#22372b;
    border-radius: 200px;
    text-decoration: none;
}
#therapy-home .card.minicard {
    padding: 30px 30px 30px 30px;
    background: white;
}
#therapy-home .card.minicard a {
    color: #163B3C;
    text-decoration: none;
}

#the-difference {
    padding: 80px 0;
}
#the-difference img {
    border-radius: 40px;
}
#the-difference h4 {
    font-family: 'Figtree', sans-serif;
    font-size: 1rem;
}
#the-difference h3 {
    font-weight: 300;
    font-size: 2.6rem;
}
#the-difference h3 span {
    background-color: transparent;
    padding: 0px 0px 0px 0px;
    background-image: linear-gradient(180deg, #00000000 72%, #c7dada 0%);
    border-radius: 0px 0px 0px 0px;
}
#the-difference  p {
    color: #535B53;
    font-size: 1rem;
}
#the-difference a {
    display: inline-block;
    padding: 14px 30px;
    color:white;
    background:#22372b;
    border-radius: 200px;
    text-decoration: none;
}
#the-difference h4 img {
    position: relative;
    top: -2px;
}



#therapy-section .card {
    padding: 80px;
    background: #163B3C;
    border-radius: 40px;
    border: none;
}
#therapy-section h4 {
    font-family: 'Figtree', sans-serif;
    font-size: 1rem;
    color:#f1f1f1;
}
#therapy-section h3 {
    font-weight: 300;
    font-size: 2.6rem;
    color:#f1f1f1;
}
#therapy-section h3 span {
    background-color: transparent;
    padding: 0px 0px 0px 0px;
    background-image: linear-gradient(180deg, #00000000 72%, #FFFFFF1F 0%);
    border-radius: 0px 0px 0px 0px;
}
#therapy-section  p {
    color:#f1f1f1;
    font-size: 1rem;
}
#therapy-section a.btn {
    display: inline-block;
    padding: 14px 30px;
    color:#22372b;
    background:#E7F0E5;
    border-radius: 200px;
    text-decoration: none;
}
#therapy-section .card.minicard {
    padding: 30px 30px 30px 30px;
    background: #FFFFFF12;
}
#therapy-section .card.minicard a {
    color: #163B3C;
    text-decoration: none;
}


#team-home {
    padding: 80px 0;
}
#team-home h4 {
    font-family: 'Figtree', sans-serif;
    font-size: 1rem;
}
#team-home h3 {
    font-weight: 300;
    font-size: 2.6rem;
}
#team-home h3 span {
    background-color: transparent;
    padding: 0px 0px 0px 0px;
    background-image: linear-gradient(180deg, #00000000 72%, #c7dada 0%);
    border-radius: 0px 0px 0px 0px;
}
#team-home  p {
    color: #535B53;
    font-size: 1rem;
}
#team-home a {
    display: inline-block;
    padding: 14px 30px;
    color:white;
    background:#22372b;
    border-radius: 200px;
    text-decoration: none;
}
#team-home .team-card {
    position: relative;
}

#team-home .team-card img {
    display: block;
    width: 100%;
    transition: transform 0.4s ease;
}

#team-home .team-card-gradient {
    height: 160px;
    z-index: 1;
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0.45), rgba(0, 0, 0, 0));
}

#team-home .team-card-content {
    z-index: 2;
}
#team-home .team-card p {
    color:white
}
#team-home .team-card-content p,
#team-home .team-card-content .btn {
    opacity: 0;
    visibility: hidden;
    transform: translateY(14px);
    transition: opacity 0.35s ease, transform 0.35s ease, visibility 0.35s ease;
}
#team-home .team-card .btn {
    background: #fff;
    color: #22372b;
    border: none;
    padding: 10px 20px;
    border-radius: 200px;
    text-decoration: none;
}
#team-home .team-card:hover img {
    transform: scale(1.05);
}

#team-home .team-card:hover .team-card-content p,
#team-home .team-card:hover .team-card-content .btn {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
}




#reviews-home .card {
    padding: 80px;
    background: #E7F0E5;
    border-radius: 40px;
    border: none;
}

#reviews-home h4 {
    font-family: 'Figtree', sans-serif;
    font-size: 1rem;
}
#reviews-home h3 {
    font-weight: 300;
    font-size: 2.6rem;
}
#reviews-home h3 span {
    background-color: transparent;
    padding: 0px 0px 0px 0px;
    background-image: linear-gradient(180deg, #00000000 72%, #c7dada 0%);
    border-radius: 0px 0px 0px 0px;
}
#reviews-home  p {
    color: #535B53;
    font-size: 1rem;
}
#reviews-home a.btn {
    display: inline-block;
    padding: 14px 30px;
    color:white;
    background:#22372b;
    border-radius: 200px;
    text-decoration: none;
}
#reviews-home .starspart {
    color:#22372b;
}
#reviews-home .card.minicard {
    padding: 30px 30px 30px 30px;
    background: white;
}
#reviews-home .card.minicard a {
    color: #163B3C;
    text-decoration: none;
}
#reviews-home .card.minicard h5 {
    font-family: 'Figtree', sans-serif;   
}
#reviews-home .card.minicard p {
    color: #535B53;
}

#faq-home {
    padding: 80px 0;
}
#faq-home h4 {
    font-family: 'Figtree', sans-serif;
    font-size: 1rem;
}
#faq-home h3 {
    font-weight: 300;
    font-size: 2.6rem;
}
#faq-home h3 span {
    background-color: transparent;
    padding: 0px 0px 0px 0px;
    background-image: linear-gradient(180deg, #00000000 72%, #c7dada 0%);
    border-radius: 0px 0px 0px 0px;
}
#faq-home  p {
    color: #535B53;
    font-size: 1rem;
}
#faq-home a {
    display: inline-block;
    padding: 14px 30px;
    color:white;
    background:#22372b;
    border-radius: 200px;
    text-decoration: none;
}

#faq-home .accordion-button:not(.collapsed) {
    color: #22372b;
    background-color: #c7dada;
    border: none;
}

footer .clarr span {
    background-color: transparent;
    padding: 0px 0px 0px 0px;
    background-image: linear-gradient(180deg, #00000000 72%, #FFFFFF1F 0%);
    border-radius: 0px 0px 0px 0px;
}
footer a {
    color: #163B3C;
}



#inner-hero {
    border-radius:0;
    overflow:hidden;
    background:#22372b;
}
#inner-hero .row {
    background:#22372b;
    padding:200px 0 200px 0;
}
#inner-hero .trust {
    max-width:220px;
    left:30px;
    z-index: 33;
}
#inner-hero .btn {
    background:#eef2ea;
    color:#22372b;
    border:none;
}


.contact-section {
    margin-top: -140px;
    position: relative;
    z-index: 2;
}

.contact-card {
    background: #dfe7dd;
    border-radius: 36px;
}

.contact-form-side {
    padding: 78px 88px;
}

.contact-form-wrap {
    max-width: 520px;
    margin: 0 auto;
}

.contact-eyebrow {
    color: #173c3a;
    font-size: 14px;
    font-weight: 500;
}

.contact-eyebrow-line {
    width: 22px;
    height: 1px;
    background: #173c3a;
    display: inline-block;
}

.contact-title {
    color: #173c3a;
    font-weight: 300;
    font-size: 2.6rem;
}

.contact-copy {
    color: rgba(23, 60, 58, 0.72);
    font-size: 1rem;
    max-width: 460px;
}

.contact-input,
.contact-textarea {
    background: #f4f4f4;
    border: 0;
    border-radius: 24px;
    color: #173c3a;
    box-shadow: none;
    padding: 18px 22px;
    font-size: 18px;
}

.contact-input {
    min-height: 58px;
}

.contact-textarea {
    min-height: 148px;
    resize: vertical;
}

.contact-input::placeholder,
.contact-textarea::placeholder {
    color: rgba(23, 60, 58, 0.62);
    font-size: 1rem;
}

.contact-input:focus,
.contact-textarea:focus {
    background: #f4f4f4;
    border: 0;
    box-shadow: none;
    color: #173c3a;
}

.contact-check {
    color: rgba(23, 60, 58, 0.78);
    font-size: 16px;
}

.contact-check .form-check-input {
    width: 18px;
    height: 18px;
    margin-top: 0.2rem;
    border-radius: 4px;
    border-color: rgba(23, 60, 58, 0.2);
}

.contact-check a {
    color: #173c3a;
    text-decoration: none;
    font-weight: 500;
}

.contact-submit-btn {
    width: 100%;
    border-radius: 999px;
    background: #9aa79f;
    border: 0;
    color: #fff;
    padding: 12px 25px;
    font-size: 1rem;
    font-weight:400;
}

.contact-submit-btn:hover,
.contact-submit-btn:focus {
    background: #8d9b93;
    color: #fff;
}

.contact-image-side {
    position: relative;
    min-height: 100%;
    height: 100%;
}

.contact-image {
    width: 100%;
    height: 100%;
    min-height: 780px;
    object-fit: cover;
    display: block;
}

.contact-image-overlay {
    position: absolute;
    inset: 0;
    background: linear-gradient(to top, rgba(0, 0, 0, 0.55) 0%, rgba(0, 0, 0, 0.12) 48%, rgba(0, 0, 0, 0.05) 100%);
}

.contact-image-content {
    position: absolute;
    left: 80px;
    right: 56px;
    bottom: 52px;
    color: #fff;
    z-index: 2;
}

.contact-quote {
    max-width: 480px;
    font-size: 1.1rem;
    font-weight: 400;
}

.contact-person strong,
.contact-person span {
    display: block;
}

.contact-person strong {
    font-size: 1rem;
    font-weight: 400;
}

.contact-person span {
    margin-top: 4px;
    font-size: 1rem;
    opacity: 0.95;
}

@media (max-width: 1199.98px) {
    .contact-form-side {
        padding: 56px 48px;
    }

    .contact-title {
        font-size: 46px;
    }

    .contact-image-content {
        left: 48px;
        right: 40px;
        bottom: 40px;
    }
}

@media (max-width: 991.98px) {
    .contact-section {
        margin-top: 0;
    }

    .contact-card {
        border-radius: 28px;
    }

    .contact-form-side {
        padding: 42px 28px;
    }

    .contact-title {
        font-size: 40px;
    }

    .contact-copy,
    .contact-input,
    .contact-textarea,
    .contact-check,
    .contact-person span,
    .contact-person strong {
        font-size: 16px;
    }

    .contact-submit-btn {
        max-width: 100%;
        font-size: 22px;
        min-height: 58px;
    }

    .contact-image {
        min-height: 560px;
    }

    .contact-image-content {
        left: 28px;
        right: 28px;
        bottom: 28px;
    }

    .contact-quote {
        font-size: 24px;
    }
}

@media (max-width: 575.98px) {
    .contact-form-side {
        padding: 32px 20px;
    }

    .contact-title {
        font-size: 34px;
    }

    .contact-copy {
        font-size: 15px;
    }

    .contact-input,
    .contact-textarea {
        font-size: 16px;
        padding: 16px 18px;
    }

    .contact-image {
        min-height: 460px;
    }

    .contact-quote {
        font-size: 20px;
    }
}




#therapy-parts h4 {
    font-family: 'Figtree', sans-serif;
    font-size: 1rem;
}
#therapy-parts h3 {
    font-weight: 300;
    font-size: 2.6rem;
}
#therapy-parts h3 span {
    background-color: transparent;
    padding: 0px 0px 0px 0px;
    background-image: linear-gradient(180deg, #00000000 72%, #c7dada 0%);
    border-radius: 0px 0px 0px 0px;
}
#therapy-parts  p {
    color: #535B53;
    font-size: 1rem;
}
#therapy-parts a.btn {
    display: inline-block;
    padding: 14px 30px;
    color:white;
    background:#22372b;
    border-radius: 200px;
    text-decoration: none;
}
.location-section {
    position: relative;
    overflow: hidden;
    margin-top: 40px;
}

.location-map-wrap {
    position: relative;
    min-height: 720px;
    background: #e9e9e7;
}

.location-map {
    width: 100%;
    height: 720px;
    border: 0;
    display: block;
    filter: grayscale(1) saturate(0) contrast(1.05) brightness(1.02);
}

.location-details-card {
    position: absolute;
    top: 90px;
    right: 90px;
    width: 100%;
    max-width: 470px;
    background: rgba(244, 244, 242, 0.96);
    border-radius: 34px;
    padding: 56px 56px 44px;
    box-shadow: 0 20px 60px rgba(0, 0, 0, 0.08);
    color: #173c3a;
}

.location-details-card h2,
.location-details-card h3 {
    font-size: 1.4rem;
    line-height: 1.2;
    font-weight: 400;
    margin: 0 0 28px;
    color: #173c3a;
}

.location-details-card h3 {
    margin-top: 44px;
}

.location-contact-list p {
    margin: 0 0 14px;
    font-size: 1rem;
    line-height: 1.7;
    color: rgba(23, 60, 58, 0.74);
}

.location-contact-list strong {
    color: #173c3a;
    font-weight: 500;
}

.opening-hours-list {
    display: flex;
    flex-direction: column;
    gap: 0;
}

.opening-row {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 24px;
    padding: 16px 0;
    border-bottom: 1px solid rgba(23, 60, 58, 0.12);
    color: #173c3a;
    font-size: 1rem;
    line-height: 1.5;
}

.opening-row:last-child {
    border-bottom: 0;
}

.opening-row span:last-child {
    text-align: right;
    color: rgba(23, 60, 58, 0.72);
}

@media (max-width: 1199.98px) {
    .location-details-card {
        top: 60px;
        right: 60px;
        max-width: 420px;
        padding: 42px 40px;
    }
}

@media (max-width: 991.98px) {
    .location-map-wrap {
        min-height: auto;
        display: flex;
        flex-direction: column;
    }

    .location-map {
        height: 520px;
    }

    .location-details-card {
        position: relative;
        top: auto;
        right: auto;
        max-width: none;
        width: auto;
        margin: 24px;
        border-radius: 28px;
        padding: 34px 28px;
    }

    .opening-row {
        font-size: 1rem;
    }
}

@media (max-width: 575.98px) {
    .location-map {
        height: 420px;
    }

    .location-details-card {
        margin: 16px;
        padding: 28px 20px;
    }

    .location-details-card h2,
    .location-details-card h3 {
        font-size: 22px;
        margin-bottom: 20px;
    }

    .location-contact-list p,
    .opening-row {
        font-size: 1rem;
    }

    .opening-row {
        flex-direction: column;
        align-items: flex-start;
        gap: 6px;
    }

    .opening-row span:last-child {
        text-align: left;
    }
}

#inner-hero-standard {
    border-radius:0;
    overflow:hidden;
    background:#22372b;
}
#inner-hero-standard .row {
    background:#22372b;
    padding:200px 0 60px 0;
}
#inner-hero-standard .trust {
    max-width:220px;
    left:30px;
    z-index: 33;
}
#inner-hero-standard .btn {
    background:#eef2ea;
    color:#22372b;
    border:none;
}

.doctor-profile-card {
    padding: 10px 0;
}

.doctor-sidebar {
    background: #dde5dc;
    border-radius: 28px;
    padding: 18px 18px 30px;
}

.doctor-sidebar-image-wrap {
    border-radius: 24px;
    overflow: hidden;
}

.doctor-sidebar-image {
    width: 100%;
    display: block;
    object-fit: cover;
}

.doctor-sidebar-content {
    padding: 26px 12px 0;
}

.doctor-sidebar-top {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
    margin-bottom: 8px;
}

.doctor-role {
    margin: 0;
    color: #173c3a;
    font-size: 1.2rem;
    font-weight: 500;
}

.doctor-socials {
    display: flex;
    align-items: center;
    gap: 8px;
}

.doctor-socials a {
    width: 32px;
    height: 32px;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.7);
    color: #173c3a;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    font-size: 15px;
    font-weight: 600;
}

.doctor-name {
    color: #173c3a;
    font-size: 1.6rem;
    font-weight: 400;
    margin: 0 0 18px;
}

.doctor-contacts p {
    margin: 0 0 6px;
    color: rgba(23, 60, 58, 0.72);
    font-size: 17px;
    line-height: 1.6;
}

.doctor-cv-btn {
    display: inline-flex;
    width: 100%;
    padding: 12px 0;
    border-radius: 999px;
    background: #23372b;
    color: #fff;
    text-decoration: none;
    align-items: center;
    justify-content: center;
    font-size: 1.1rem;
    font-weight: 400;
    margin-top: 2rem;
}

.doctor-cv-btn:hover,
.doctor-cv-btn:focus {
    color: #fff;
    background: #0f3636;
}

.doctor-content-area {
    padding-left: 12px;
}

.doctor-info-block h2 {
    color: #173c3a;
    font-size: 2.5;
    line-height: 1.06;
    font-weight: 400;
    margin: 0 0 28px;
}

.doctor-bio {
    color: rgba(23, 60, 58, 0.74);
    font-size: 1rem;
    max-width: 920px;
    margin: 0 0 34px;
}

.doctor-info-list {
    display: flex;
    flex-direction: column;
}

.doctor-info-row {
    display: grid;
    grid-template-columns: auto 1fr auto;
    align-items: center;
    gap: 16px;
    padding: 20px 0;
    border-bottom: 1px dashed rgba(23, 60, 58, 0.18);
}

.doctor-info-label,
.doctor-info-value {
    color: #173c3a;
    font-size: 1rem;
    line-height: 1.5;
}

.doctor-info-label {
    white-space: nowrap;
}

.doctor-info-row::before {
    content: "";
    order: 2;
    height: 1px;
    background: rgba(23, 60, 58, 0.18);
    width: 100%;
}

.doctor-info-value {
    order: 3;
    text-align: right;
    color: rgba(23, 60, 58, 0.9);
}

.academic-block {
    margin-top: 64px;
}

@media (max-width: 1199.98px) {
    .doctor-info-block h2 {
        font-size: 52px;
    }

    .doctor-role {
        font-size: 26px;
    }

    .doctor-name {
        font-size: 28px;
    }
}

@media (max-width: 991.98px) {
    .doctor-content-area {
        padding-left: 0;
    }

    .doctor-info-block h2 {
        font-size: 42px;
    }

    .doctor-bio {
        font-size: 17px;
        line-height: 1.8;
    }

    .doctor-info-row {
        grid-template-columns: 1fr;
        gap: 8px;
    }

    .doctor-info-row::before {
        display: none;
    }

    .doctor-info-label {
        white-space: normal;
    }

    .doctor-info-value {
        text-align: left;
    }

    .academic-block {
        margin-top: 46px;
    }
}

@media (max-width: 575.98px) {
    .doctor-sidebar {
        padding: 14px 14px 24px;
        border-radius: 22px;
    }

    .doctor-sidebar-content {
        padding: 22px 8px 0;
    }

    .doctor-role {
        font-size: 22px;
    }

    .doctor-name {
        font-size: 26px;
    }

    .doctor-cv-btn {
        min-height: 56px;
        font-size: 18px;
    }

    .doctor-info-block h2 {
        font-size: 34px;
    }

    .doctor-bio,
    .doctor-info-label,
    .doctor-info-value,
    .doctor-contacts p {
        font-size: 16px;
    }
}


.service-detail-section {

}

.service-detail-sidebar {
    position: sticky;
    top: 110px;
}

.service-menu-card,
.service-appointment-card {
    background: #dde5dc;
    border-radius: 28px;
    padding: 28px 28px 30px;
}

.service-menu-card h3,
.service-appointment-card h3,
.service-detail-text-block h2 {
    color: #173c3a;
    font-weight: 400;
}

.service-menu-card h3,
.service-appointment-card h3 {
    font-size: 22px;
    line-height: 1.25;
    margin: 0 0 18px;
}

.service-menu-list {
    list-style: none;
    margin: 0;
    padding: 0;
}

.service-menu-list li + li {
    margin-top: 10px;
}

.service-menu-list a {
    color: #173c3a;
    text-decoration: none;
    font-size: 16px;
    line-height: 1.5;
}

.service-menu-list a:hover,
.service-menu-list a:focus {
    color: #123f3f;
}

.service-appointment-card p {
    margin: 0 0 22px;
    color: rgba(23, 60, 58, 0.72);
    font-size: 16px;
    line-height: 1.7;
    max-width: 210px;
}

.service-call-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 54px;
    width: 100%;
    border-radius: 999px;
    background: #123f3f;
    color: #fff;
    text-decoration: none;
    font-size: 16px;
    font-weight: 500;
    padding: 12px 18px;
}

.service-call-btn:hover,
.service-call-btn:focus {
    background: #0f3636;
    color: #fff;
}

.service-detail-image-wrap {
    border-radius: 30px;
    overflow: hidden;
}

.service-detail-image {
    width: 100%;
    height: 100%;
    min-height: 345px;
    max-height: 345px;
    object-fit: cover;
    display: block;
}

.service-detail-text-block {
    max-width: 880px;
}

.service-detail-text-block h2 {
    font-size: 2rem;
    line-height: 1.04;
    margin: 0 0 14px;
}

.service-detail-text-block p {
    margin: 0;
    color: rgba(23, 60, 58, 0.7);
    font-size: 18px;
    line-height: 1.9;
    max-width: 860px;
}

@media (max-width: 1199.98px) {
    .service-detail-text-block h2 {
        font-size: 52px;
    }
}

@media (max-width: 991.98px) {
    .service-detail-sidebar {
        position: static;
    }

    .service-detail-image {
        min-height: 300px;
        max-height: none;
    }

    .service-detail-text-block h2 {
        font-size: 42px;
    }

    .service-detail-text-block p {
        font-size: 17px;
        line-height: 1.8;
    }
}

@media (max-width: 575.98px) {
    .service-menu-card,
    .service-appointment-card {
        border-radius: 22px;
        padding: 22px 20px 24px;
    }

    .service-detail-image-wrap {
        border-radius: 22px;
    }

    .service-detail-image {
        min-height: 240px;
    }

    .service-detail-text-block h2 {
        font-size: 34px;
    }

    .service-detail-text-block p,
    .service-menu-list a,
    .service-appointment-card p,
    .service-call-btn {
        font-size: 15px;
    }
}



.service-faq-block h2 {
    font-size: 2rem;
    line-height: 1.04;
    margin: 0 0 14px;
}

.service-faq-intro {
    max-width: 620px;
    margin: 0 0 28px;
    color: rgba(23, 60, 58, 0.72);
    font-size: 18px;
    line-height: 1.7;
}

.service-faq-list {
    display: flex;
    flex-direction: column;
    gap: 16px;
}

.service-faq-item {
    background: #dde5dc;
    border-radius: 24px;
    overflow: hidden;
}

.service-faq-item summary {
    list-style: none;
    cursor: pointer;
    padding: 22px 24px;
    color: #173c3a;
    font-size: 1.1rem;
    line-height: 1.5;
    position: relative;
}

.service-faq-item summary::-webkit-details-marker {
    display: none;
}

.service-faq-item summary::after {
    content: "▾";
    position: absolute;
    right: 24px;
    top: 50%;
    transform: translateY(-50%);
    font-size: 14px;
    color: #173c3a;
    transition: transform 0.2s ease;
}

.service-faq-item:not([open]) summary::after {
    content: "▸";
}

.service-faq-item[open] summary::after {
    transform: translateY(-50%) rotate(180deg);
}

.service-faq-answer {
    padding: 0 24px 24px;
    color: rgba(23, 60, 58, 0.72);
    font-size: 1rem;
    line-height: 1.8;
}

@media (max-width: 1199.98px) {
    .service-faq-block h2 {
        font-size: 52px;
    }
}

@media (max-width: 991.98px) {
    .service-faq-block {
        margin-top: 56px;
    }

    .service-faq-block h2 {
        font-size: 42px;
    }

    .service-faq-intro {
        font-size: 17px;
    }

    .service-faq-item summary {
        font-size: 18px;
        padding: 20px 22px;
    }

    .service-faq-answer {
        padding: 0 22px 22px;
        font-size: 16px;
    }
}

@media (max-width: 575.98px) {
    .service-faq-block h2 {
        font-size: 34px;
    }

    .service-faq-intro,
    .service-faq-answer {
        font-size: 15px;
    }

    .service-faq-item {
        border-radius: 20px;
    }

    .service-faq-item summary {
        font-size: 16px;
        padding: 18px 20px;
        padding-right: 44px;
    }

    .service-faq-item summary::after {
        right: 20px;
    }

    .service-faq-answer {
        padding: 0 20px 20px;
    }
}