.treatment-page-section {
    padding: 40px 0 60px;
}

.treatment-page-section .container {
    max-width: 1200px;
}

.treatment-page__content {
    padding-right: 24px;
}

.treatment-page__content .detailedwrap-heading {
    font-family: 'Noto Serif', serif;
    font-size: 32px;
    line-height: 1.35;
    margin-bottom: 16px;
    color: #2d2d2d;
}

.treatment-page__subtitle {
    font-family: 'Noto Serif', serif;
    font-size: 22px;
    line-height: 1.4;
    margin-bottom: 24px;
    color: #3d3d3d;
    font-weight: 600;
}

.treatment-page__body h2 {
    font-family: 'Noto Serif', serif;
    font-size: 24px;
    margin: 32px 0 14px;
    color: #2d2d2d;
}

.treatment-page__body h2:not(.treatment-page__subtitle) {
    margin-top: 36px;
}

.treatment-page__body h3 {
    font-family: 'Noto Serif', serif;
    font-size: 20px;
    margin: 22px 0 10px;
    color: #2d2d2d;
}

.treatment-page__body p {
    font-family: 'Poppins', sans-serif;
    font-size: 15px;
    line-height: 1.75;
    color: #4a4a4a;
    margin-bottom: 14px;
}

.treatment-page__body ul {
    margin: 0 0 18px;
    padding: 0;
    list-style: none;
}

.treatment-page__body ul li {
    position: relative;
    padding-left: 22px;
    margin-bottom: 10px;
    font-family: 'Poppins', sans-serif;
    font-size: 15px;
    line-height: 1.7;
    color: #4a4a4a;
}

.treatment-page__body ul li::before {
    content: '';
    position: absolute;
    left: 0;
    top: 10px;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: linear-gradient(269deg, #ff004f 0%, #c1004c 100%);
}

/* Sidebar */
.treatment-sidebar {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.treatment-sidebar__search {
    position: relative;
}

.treatment-sidebar__search-input {
    width: 100%;
    padding: 12px 48px 12px 16px;
    border: 1px solid #e8c4d0;
    border-radius: 50px;
    font-family: 'Poppins', sans-serif;
    font-size: 14px;
    outline: none;
    transition: border-color 0.2s ease, box-shadow 0.2s ease;
}

.treatment-sidebar__search-input:focus {
    border-color: #c3004c;
    box-shadow: 0 0 0 3px rgba(195, 0, 76, 0.1);
}

.treatment-sidebar__search-icon {
    position: absolute;
    right: 6px;
    top: 50%;
    transform: translateY(-50%);
    width: 36px;
    height: 36px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #f5c4cf;
    border-radius: 50%;
    color: #c3004c;
    pointer-events: none;
}

.treatment-sidebar__card {
    background: #fff;
    border-radius: 16px;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08);
    padding: 24px 20px;
}

.treatment-sidebar__doctor-link {
    display: block;
    text-align: center;
    text-decoration: none;
    color: inherit;
}

.treatment-sidebar__doctor-link:hover {
    color: #c3004c;
}

.treatment-sidebar__doctor-photo {
    width: 120px;
    height: 120px;
    margin: 0 auto 14px;
    border-radius: 50%;
    overflow: hidden;
    border: 3px solid #fff0f5;
}

.treatment-sidebar__doctor-photo img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.treatment-sidebar__doctor-name {
    font-size: 20px;
    margin-bottom: 8px;
    color: #2d2d2d;
}

.treatment-sidebar__doctor-rating {
    color: #e6a800;
    font-size: 14px;
    margin-bottom: 10px;
    letter-spacing: 2px;
}

.treatment-sidebar__doctor-exp {
    font-family: 'Poppins', sans-serif;
    font-size: 13px;
    line-height: 1.5;
    color: #666;
    margin: 0;
}

.treatment-sidebar__card-title {
    font-size: 18px;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    margin-bottom: 14px;
    color: #2d2d2d;
    padding-bottom: 10px;
    border-bottom: 1px solid #f0e0e6;
}

.treatment-sidebar__list {
    list-style: none;
    margin: 0;
    padding: 0;
    max-height: 280px;
    overflow-y: auto;
}

.treatment-sidebar__list::-webkit-scrollbar {
    width: 6px;
}

.treatment-sidebar__list::-webkit-scrollbar-thumb {
    background: #e8b4c4;
    border-radius: 3px;
}

.treatment-sidebar__item {
    margin-bottom: 4px;
}

.treatment-sidebar__link {
    display: block;
    padding: 10px 12px;
    font-family: 'Poppins', sans-serif;
    font-size: 14px;
    color: #4a4a4a;
    text-decoration: none;
    border-radius: 8px;
    transition: background 0.2s ease, color 0.2s ease;
}

.treatment-sidebar__link:hover,
.treatment-sidebar__link.is-active {
    background: #fff6f9;
    color: #c3004c;
}

.treatment-sidebar__whatsapp {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    padding: 14px 20px;
    background: #25d366;
    color: #fff !important;
    font-family: 'Poppins', sans-serif;
    font-size: 15px;
    font-weight: 500;
    text-decoration: none;
    border-radius: 50px;
    transition: background 0.2s ease, transform 0.2s ease;
}

.treatment-sidebar__whatsapp:hover {
    background: #1fb855;
    color: #fff;
    transform: translateY(-1px);
}

.treatment-sidebar__whatsapp .fa {
    font-size: 22px;
}

.treatment-sidebar__hours {
    padding: 4px 0 0;
}

.treatment-sidebar__hours-icon {
    width: 48px;
    height: 48px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #f5b8c4;
    border-radius: 10px;
    color: #fff;
    font-size: 22px;
    margin-bottom: 12px;
}

.treatment-sidebar__hours-title {
    font-size: 18px;
    text-transform: uppercase;
    margin-bottom: 12px;
    color: #2d2d2d;
}

.treatment-sidebar__hours-list {
    list-style: none;
    margin: 0;
    padding: 0;
}

.treatment-sidebar__hours-list li {
    position: relative;
    padding-left: 18px;
    margin-bottom: 8px;
    font-family: 'Poppins', sans-serif;
    font-size: 14px;
    color: #555;
}

.treatment-sidebar__hours-list li::before {
    content: '';
    position: absolute;
    left: 0;
    top: 8px;
    width: 7px;
    height: 7px;
    border-radius: 50%;
    background: #f5b8c4;
}

.visually-hidden {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    border: 0;
}

.treatment-page-banner .commonbannerclinic img {
    height: 500px;
    object-fit: cover;
}

@media (max-width: 991px) {
    .treatment-page-banner .commonbannerclinic img {
        height: 400px;
    }

    .treatment-page__content {
        padding-right: 0;
        margin-bottom: 36px;
    }

    .treatment-page__content .detailedwrap-heading {
        font-size: 26px;
    }

    .treatment-page__subtitle {
        font-size: 19px;
    }
}

@media (max-width: 767px) {
    .treatment-page-section {
        padding: 28px 0 48px;
    }

    .treatment-page__content .detailedwrap-heading {
        font-size: 22px;
    }

    .treatment-sidebar__list {
        max-height: 220px;
    }
}
