:root {
    --section-padding: clamp(2rem, 4vw, 3rem) clamp(1.5rem, 4vw, 3rem);
}

.bg-theme-black {
    background: #0d1f35 !important;
}
.nav-container {
    padding-top: 20px;
    padding-bottom: 10px;
}
.current-menu-item {
    text-align: left !important;
    /* width: 100px !important; */
}
.top-bar {
    display: block;
    width: 100px;
    /* width: 100%; */
    height: 9px;
    opacity: 1;
    background: #e2f7fc 0% 0% no-repeat padding-box;
    transition: all 0.3s ease 0s;
}
/* .current-menu-item .top-bar .normal {
    background: #e2f7fc 0% 0% no-repeat padding-box;
} */
.top-bar-active,
.current-menu-item > a:hover .top-bar {
    background: #2563ec 0% 0% no-repeat padding-box !important;
}

.current-menu-item a:hover,
.current-menu-item:hover a {
    color: #2563ec !important;
    cursor: pointer !important;
}

.btn-theme-primary {
    background-color: #2563ec !important;
    color: #fff !important;
    padding-left: 20px !important;
    padding-right: 20px !important;
    margin-top: -20px !important;
}

.list-contact-btn {
    display: none !important;
}
.contact-btn-outside {
    display: block !important;
}

/* ── Hero Section ── */
.hero {
    display: grid;
    grid-template-columns: 1fr 1fr;
    min-height: 480px;
    max-width: 1200px;
    margin: 0 auto;
    overflow: hidden;
    margin-top: 180px;
}

/* ── Left Panel ── */
.hero__content {
    background-color: #0d1f35;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: clamp(2rem, 6vw, 4.5rem);
}

.hero__title {
    font-size: clamp(1rem, 2.5vw, 1.5rem);
    font-weight: 600;
    color: #ffffff;
    line-height: 1.25;
    margin-bottom: 1.25rem;
}

.hero__body {
    font-size: clamp(0.9rem, 1.8vw, 1.05rem);
    font-weight: 300;
    color: #ffffff;
    line-height: 1.75;
    margin-bottom: 2rem;
    max-width: 38ch;
}

.hero__cta {
    display: inline-block;
    background-color: #b8944a;
    color: #ffffff;
    /* font-family: "Source Sans 3", sans-serif; */
    font-size: 0.9rem;
    font-weight: 600;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    text-decoration: none;
    padding: 0.85em 2.2em;
    border: none;
    cursor: pointer;
    border-radius: 3px;
    width: fit-content;
    transition:
        background-color 0.25s ease,
        transform 0.2s ease;
}

.hero__cta:hover {
    background-color: #2563ec;
    transform: translateY(-2px);
    color: #ffffff;
}

.hero__cta:active {
    transform: translateY(0);
}

/* ── Right Panel (Image) ── */
.hero__image-wrap {
    position: relative;
    overflow: hidden;
    min-height: 320px;
}

.hero__image-wrap img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    display: block;
}

/* ── Care Section ── */
.care-section {
    display: grid;
    grid-template-columns: 1fr 1.4fr;
    align-items: center;
    gap: clamp(2rem, 5vw, 4rem);
    max-width: 1200px;
    margin: 0 auto;
    padding: var(--section-padding);
}

.care-section__content {
    display: flex;
    flex-direction: column;
    gap: 1.25rem;
}

.care-section__title {
    /* font-family: "Playfair Display", serif; */
    font-size: clamp(1rem, 2.5vw, 1.5rem);
    font-weight: 600;
    color: #0d1f35;
    line-height: 1.3;
}

.care-section__body {
    font-size: clamp(0.88rem, 1.6vw, 1rem);
    font-weight: 300;
    color: #707070;
    line-height: 1.8;
    max-width: 38ch;
}

.care-section__image-wrap {
    border-radius: 12px;
    overflow: hidden;
    line-height: 0;
}

.care-section__image-wrap img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

/* ── Apart section ── */
.apart-section {
    background-color: #e2f7fc;
    padding: var(--section-padding);
    max-width: 1200px;
    margin: 0 auto;
    border-radius: 12px;
}

.apart-section__inner {
    display: grid;
    grid-template-columns: 1.2fr 1fr;
    align-items: center;
    gap: clamp(2rem, 5vw, 4rem);
    margin: 0 auto;
}

.apart-section__image-wrap {
    /* border-radius: 8px; */
    max-height: 600px !important;
    overflow: hidden;
    line-height: 0;
}

.apart-section__image-wrap img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.apart-section__content {
    display: flex;
    flex-direction: column;
    gap: 1.25rem;
    justify-content: space-between;
    height: 100%;
}

.apart-section__title {
    /* font-family: "Playfair Display", serif; */
    font-size: clamp(1rem, 2.5vw, 1.5rem);
    font-weight: 600;
    color: #0d1f35;
    line-height: 1.3;
}

.apart-section__body {
    font-size: clamp(0.88rem, 1.6vw, 1rem);
    font-weight: 300;
    color: #707070;
    line-height: 1.8;
}

.apart-section__list {
    list-style: none;
    display: flex;
    flex-direction: column;
    gap: 0.75rem;
    padding-left: 0px !important;
}

.apart-section__list li {
    display: flex;
    align-items: center;
    gap: 1rem;
    font-size: clamp(0.88rem, 1.6vw, 1rem);
    color: #707070;
    font-weight: 400;
}

/* ── Accreditation section ── */
.accred-section {
    max-width: 1200px;
    margin: 0 auto;
    padding: var(--section-padding);
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 2.5rem;
    text-align: center;
}

.accred-section__text {
    font-size: clamp(1.25rem, 2.1vw, 1.3rem);
    font-weight: 500;
    color: #0d1f35;
    line-height: 1.7;
    max-width: 60ch;
}

.accred-section__logos {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: clamp(2.5rem, 6vw, 5rem);
    flex-wrap: wrap;
}

.accred-section__logos img {
    height: clamp(60px, 8vw, 90px);
    width: auto;
    object-fit: contain;
}

/* ── Featured section ── */
.featured-section {
    max-width: 900px;
    margin: 0 auto;
    padding: var(--section-padding);
    display: grid;
    grid-template-columns: 1fr 1fr;
    align-items: center;
    gap: clamp(2rem, 5vw, 4rem);
}

.featured-section__content {
    display: flex;
    flex-direction: column;
    gap: 1.25rem;
}

.featured-section__title {
    /* font-family: "Playfair Display", serif; */
    font-size: clamp(1rem, 2.5vw, 1.5rem);
    color: #0d1f35;
    font-weight: 600;
}

.featured-section__body {
    font-size: clamp(0.88rem, 1.6vw, 1rem);
    font-weight: 300;
    color: #707070;
    line-height: 1.8;
}

.featured-section__image-wrap {
    border-radius: 8px;
    overflow: hidden;
    line-height: 0;
}

.featured-section__image-wrap img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

/* ── Get in touch section ── */
.contact-section {
    max-width: 1200px;
    margin: 0 auto;
    padding: var(--section-padding);
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 2rem;
}

.contact-section__title {
    /* font-family: "Playfair Display", serif; */
    font-size: clamp(1rem, 2.5vw, 1.5rem);
    color: #0d1f35;
    font-weight: 600;
}

.contact-section__title_blue {
    color: #2563ec !important;
}

.contact-section__buttons {
    display: flex;
    align-items: center;
    gap: 1rem;
    flex-wrap: wrap;
    justify-content: center;
}

.contact-btn {
    display: inline-flex;
    align-items: center;
    gap: 0.6rem;
    /* font-family: "Source Sans 3", sans-serif; */
    color: #0d1f35;
    font-size: clamp(0.9rem, 1.6vw, 1rem);
    font-weight: 600;
    text-decoration: none;
    padding: 0.75em 1.8em;
    border-radius: 4px;
    transition: all 0.2s ease;
    white-space: nowrap;
    border: 2px solid #0d1f35;
    border-radius: 8px;
}

.contact-btn:hover {
    background-color: #0d1f35;
    color: #fff;
}

.contact-btn svg {
    flex-shrink: 0;
    width: 18px;
    height: 18px;
}

.contact-btn_blue {
    color: #2563ec !important;
    border: 2px solid #2563ec !important;
}

.contact-btn_blue:hover {
    background-color: #2563ec !important;
    color: #fff !important;
}

/* ── Treatments section ── */
.treatments-section,
.testimonial-section {
    max-width: 1200px;
    margin: 0 auto;
    padding: var(--section-padding);
    display: flex;
    flex-direction: column;
    gap: 2rem;
}

.treatments-section__title,
.testimonial__title {
    /* font-family: 'Playfair Display', serif; */
    font-size: clamp(1rem, 2.5vw, 1.5rem);
    color: #0d1f35;
    font-weight: 600;
    line-height: 1.3;
    max-width: 25ch;
}
.text-muted {
    color: #707070 !important;
}

.treatments-section__grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 1.25rem;
}

.treatment-card {
    background: #e8f4fb;
    border-radius: 12px;
    padding: clamp(1.5rem, 3vw, 2rem);
    display: flex;
    flex-direction: column;
    gap: 0px;
}

.treatment-card__title {
    font-size: clamp(0.9rem, 1.6vw, 1rem);
    font-weight: 600;
    color: #0d1f35;
    line-height: 1.4;
}

.treatment-card__body {
    font-size: clamp(0.85rem, 1.5vw, 0.95rem);
    font-weight: 300;
    color: #707070;
    line-height: 1.7;
}

.treatment-card__link {
    font-size: clamp(0.85rem, 1.5vw, 0.95rem);
    font-weight: 400;
    color: #2563ec;
    text-decoration: underline;
    width: fit-content;
}

.treatment-card__link:hover {
    text-decoration: none;
}

/* ── scoial media section ── */
.social-media-section {
    background-color: #707070;
    padding: var(--section-padding);
    /* max-width: 1200px;
    margin: 0 auto; */
    border-radius: 12px;
    margin-top: 50px;
}

/* testimonials */
.testimonialsImage {
    height: 250px;
}

.paddGo {
    padding: 45px 50px;
}
