/**
 * Safe responsive fixes — v5.33
 * Do NOT alter Owl Carousel stage display/width on desktop.
 */

/* Site shell */
.site-main {
    display: block;
    width: 100%;
    max-width: 100%;
    overflow-x: clip;
}

/* Overlay for mobile menu */
.nav-overlay {
    display: none;
    position: fixed;
    inset: 0;
    background: rgba(0, 0, 0, 0.45);
    z-index: 9990;
    cursor: pointer;
}
.nav-overlay.is-open {
    display: block;
}

/* ========== DESKTOP HEADER (≥992) ========== */
@media only screen and (min-width: 992px) {
    .header {
        --header-h: 135px;
    }
    .header.scrolled {
        --header-h: 79px;
    }

    .header .max-container {
        position: relative;
        z-index: 2;
    }

    .header_logo_bg {
        width: 26%;
        max-width: 360px;
        height: 100%;
        z-index: 1;
        pointer-events: none;
    }
    .header_logo_bg img {
        width: 100%;
        height: var(--header-h);
        object-fit: cover;
        object-position: left center;
    }

    .nav_meuns {
        min-height: var(--header-h);
        align-items: stretch;
        gap: 0;
    }

    .header .navbar-toggler,
    .header-close-btn {
        display: none !important;
    }

    .navbrand {
        flex: 0 0 26%;
        max-width: 360px;
        display: flex;
        align-items: center;
        align-self: center;
        padding: 10px 20px 10px 10px;
        z-index: 2;
    }
    .navbrand_link {
        display: inline-flex;
        align-items: center;
        width: 100%;
    }
    .navbrand_link img {
        max-width: 100%;
        width: auto;
        height: auto;
        max-height: 52px;
        object-fit: contain;
        object-position: left center;
    }

    .navigation_rw {
        position: relative !important;
        flex: 1 1 auto;
        width: auto !important;
        height: auto !important;
        min-width: 0;
        min-height: var(--header-h);
        display: flex;
        flex-direction: column;
        justify-content: stretch;
        overflow: visible !important;
        border-right: 1px solid rgba(0, 0, 0, 0.15);
    }
    .header.scrolled .navigation_rw {
        border-right: none;
        min-height: var(--header-h);
    }

    .top_bar {
        flex: 0 0 auto;
        padding: 10px 24px 8px;
        border-bottom: 1px solid rgba(0, 0, 0, 0.15);
    }
    .top_bar ul {
        justify-content: flex-end;
        align-items: center;
        flex-wrap: nowrap;
        gap: 0 32px;
        margin: 0;
    }
    .top_bar ul li {
        margin-right: 0 !important;
    }
    .top_bar ul li a {
        font-size: 13px;
        line-height: 1.35;
        white-space: nowrap;
        display: inline-flex;
        align-items: center;
        gap: 6px;
    }

    .header .navbar {
        position: relative !important;
        left: auto !important;
        width: auto !important;
        height: auto !important;
        flex: 1 1 auto;
        display: flex;
        align-items: center;
        background: transparent !important;
        padding: 0 20px !important;
        box-shadow: none !important;
        overflow: visible !important;
    }
    .header .navbar > ul {
        width: 100%;
        justify-content: flex-end;
        align-items: center;
        flex-wrap: nowrap;
        gap: 0;
        margin: 0;
        padding: 0;
    }
    .header .navbar > ul > li {
        margin-right: 0 !important;
        flex-shrink: 0;
    }
    .header .navbar > ul > li:not(:last-child) {
        margin-right: 28px !important;
    }
    .header .navbar > ul > li:last-child {
        margin-left: 8px !important;
    }
    .header .navbar > ul > li > a {
        padding: 10px 0 !important;
        line-height: 1.25;
        white-space: nowrap;
        font-size: clamp(16px, 1.15vw, 18px) !important;
        font-weight: 600 !important;
    }
    .header .navbar > ul > li:last-child > a {
        padding: 10px 18px !important;
        font-size: clamp(14px, 1vw, 16px) !important;
        border-radius: 4px;
        display: inline-flex !important;
        align-items: center;
        justify-content: center;
        line-height: 1.25 !important;
        font-weight: 700 !important;
    }
    .header.scrolled .navbar > ul > li > a {
        padding: 8px 0 !important;
        font-size: clamp(15px, 1.05vw, 17px) !important;
    }
    .header.scrolled .navbar > ul > li:last-child > a {
        padding: 9px 16px !important;
        font-size: clamp(13px, 0.95vw, 15px) !important;
    }

    .header_btn.header_tel {
        flex: 0 0 auto;
        align-self: stretch;
        display: flex;
        align-items: center;
        width: auto !important;
        max-width: none;
        min-width: 210px;
        padding: 0 8px 0 24px;
    }
    .header_btn.header_tel a {
        width: 100%;
    }
    .header_tel_right p {
        font-size: 17px;
        line-height: 1.2;
        margin: 0;
        white-space: nowrap;
    }
    .header_tel_right small {
        display: block;
        font-size: 12px;
        line-height: 1.3;
        margin-bottom: 2px;
    }

    .nav-overlay {
        display: none !important;
    }
    body.body-class {
        overflow: visible !important;
    }
    .header .navbar .has_child > .has_child_bx {
        position: absolute !important;
        top: calc(100% + 2px) !important;
    }
    .header .navbar .has_child:hover > .has_child_bx,
    .header .navbar .has_child.active > .has_child_bx {
        opacity: 1 !important;
        visibility: visible !important;
        max-height: none !important;
    }
}

@media only screen and (min-width: 992px) and (max-width: 1280px) {
    .navbrand {
        flex: 0 0 22%;
        max-width: 300px;
        padding-right: 12px;
    }
    .header_logo_bg {
        width: 22%;
        max-width: 300px;
    }
    .top_bar {
        padding-left: 12px;
        padding-right: 12px;
    }
    .top_bar ul {
        gap: 0 14px;
    }
    .top_bar ul li a {
        font-size: 11px;
        white-space: normal;
    }
    .header .navbar {
        padding: 0 10px !important;
    }
    .header .navbar > ul > li:not(:last-child) {
        margin-right: 22px !important;
    }
    .header .navbar > ul > li > a {
        font-size: 15px !important;
    }
    .header .navbar > ul > li:last-child > a {
        font-size: 14px !important;
        padding: 9px 14px !important;
    }
    .header_btn.header_tel {
        min-width: 170px;
        padding-left: 12px;
    }
    .header_tel_right p {
        font-size: 15px;
    }
    .header_tel_right small {
        font-size: 11px;
    }
}

/* ========== TABLET / MOBILE (≤991) ========== */
@media only screen and (max-width: 991px) {
    .header .navbar-toggler {
        display: block !important;
    }

    /* Menu drawer */
    .header .navbar {
        width: 280px;
        max-width: 86vw;
        z-index: 10000;
        position: fixed;
        left: -280px;
        height: 100%;
        background: #ffffff;
        top: 0;
        transition: left 0.35s ease;
        overflow-y: auto;
        padding-top: 50px;
        box-shadow: none;
    }
    .body-class .header .navbar {
        left: 0;
        box-shadow: 4px 0 20px rgba(0, 0, 0, 0.12);
    }
    body.body-class {
        overflow: hidden;
    }

    body.menu-open {
        position: fixed;
        width: 100%;
    }

    /* Drawer lives in navigation_rw — don't let empty wrapper steal header space */
    .navigation_rw {
        position: static;
        width: 0;
        height: 0;
        overflow: visible;
        flex: 0 0 0;
        border: none !important;
    }

    .header .navbar > ul {
        display: flex !important;
        flex-direction: column !important;
        flex-wrap: nowrap !important;
        align-items: stretch !important;
        width: 100%;
    }
    .header .navbar > ul > li {
        width: 100%;
        margin-right: 0 !important;
    }
    .header .navbar > ul > li > a {
        width: 100%;
        padding: 16px 18px !important;
        border-bottom: 1px solid rgba(0, 0, 0, 0.06);
        font-size: 17px !important;
        font-weight: 600 !important;
    }
    .header.scrolled .navbar > ul > li > a {
        padding: 16px 18px !important;
        font-size: 17px !important;
    }
    .header .navbar > ul > li:last-child > a {
        font-size: 15px !important;
        font-weight: 700 !important;
    }
    #close_btn,
    .header-close-btn {
        display: flex !important;
        align-items: center;
        justify-content: center;
        top: 6px;
        right: 6px;
        background: none;
        border: none;
        z-index: 2;
        cursor: pointer;
        padding: 4px;
        color: #000;
    }

    /* Submenus: open with .active (JS), not hover */
    .header .navbar .has_child {
        flex-direction: column;
        align-items: stretch;
    }
    .header .navbar .has_child > .has_child_bx {
        position: static !important;
        width: 100% !important;
        opacity: 0;
        visibility: hidden;
        max-height: 0;
        overflow: hidden;
        box-shadow: none !important;
        border: none !important;
        background: #f8f5f4 !important;
        top: auto !important;
    }
    .header .navbar .has_child.active > .has_child_bx {
        opacity: 1;
        visibility: visible;
        max-height: 80vh;
        overflow: auto;
    }
    .header .navbar .has_child:hover > .has_child_bx {
        opacity: 0;
        visibility: hidden;
        max-height: 0;
    }
    .header .navbar .has_child.active:hover > .has_child_bx,
    .header .navbar .has_child.active > .has_child_bx {
        opacity: 1 !important;
        visibility: visible !important;
        max-height: 80vh !important;
    }
    .header .navbar .has_child .has_child_bx ul li a {
        padding: 10px 24px !important;
        color: #000 !important;
        background: transparent !important;
        display: block !important;
        text-shadow: none !important;
        font-size: 14px !important;
        text-transform: none !important;
    }

    /* Stack main homepage rows */
    .about_doc_inner,
    .award_win,
    .book_nw_inner {
        flex-direction: column !important;
    }
    .about_doc_left,
    .about_doc_right,
    .award_win_txt,
    .award_win_img,
    .testimonilas_slider,
    .book_now_frm {
        flex-basis: 100% !important;
        width: 100% !important;
        max-width: 100% !important;
    }

    /* Book form — stop absolute overlap */
    .book_now_frm .bk_form.position-absolute,
    .book_now_frm .bk_form {
        position: relative !important;
        top: auto !important;
        left: auto !important;
        right: auto !important;
        bottom: auto !important;
        width: 100% !important;
        margin-bottom: 16px;
    }
    .book_now_frm .bk_img {
        float: none !important;
        width: 100% !important;
        max-width: 100% !important;
        height: 260px;
    }
    .book_now_frm .bk_img img {
        width: 100%;
        height: 100%;
        object-fit: cover;
    }

    .cl_us {
        position: relative !important;
        left: auto !important;
        margin-top: 12px;
    }

    .tratmentmr_slide {
        margin-top: 0 !important;
    }

    .abt_in {
        flex-wrap: wrap;
        gap: 12px;
    }

    .top_bar,
    .header_logo_bg {
        display: none !important;
    }

    .page_inner_banner,
    .inner_slider {
        height: 320px !important;
        min-height: 280px !important;
    }

    .footer_info::before,
    .footer_info::after {
        display: none !important;
    }

    .footer_info {
        overflow: hidden;
    }
}

/* ========== TABLET (768–991) — desktop slider + layouts ========== */
@media only screen and (min-width: 768px) and (max-width: 991px) {
    .home_slider {
        --slide-h: 420px;
        width: 100%;
        max-width: 100%;
        overflow: hidden !important;
    }

    .home_slider,
    .home_slider .owl-carousel,
    .home_slider .owl-carousel .owl-stage-outer,
    .home_slider .owl-carousel .owl-stage,
    .home_slider .owl-item,
    .home_slider .owl-item .item,
    .home_slider .owl-item .item > a,
    .home_slider .desktop_banner,
    .home_slider .mobile_banner {
        height: var(--slide-h) !important;
        max-height: var(--slide-h) !important;
    }

    .home_slider .desktop_banner {
        display: block !important;
    }

    .home_slider .mobile_banner {
        display: none !important;
    }

    .home_slider .desktop_banner img,
    .home_slider .owl-item img,
    .home_slider img {
        width: 100% !important;
        height: var(--slide-h) !important;
        max-height: var(--slide-h) !important;
        object-fit: cover !important;
        object-position: center center !important;
    }

    .tratment_slide .heading {
        flex-wrap: wrap;
        gap: 12px;
    }

    .about_hospital_grid {
        gap: 28px;
    }
}

/* ========== PHONE (≤767) ========== */
@media only screen and (max-width: 767px) {
    .header_btn.header_tel {
        display: none !important;
    }
    .header .max-container {
        padding-left: 12px !important;
        padding-right: 12px !important;
    }

    /* Homepage slider — single responsive banner on all devices */
    .home_slider {
        --slide-h: clamp(220px, 56vw, 380px);
        width: 100%;
        max-width: 100%;
        margin-left: 0;
        overflow: hidden !important;
        background: #f4a04a;
    }
    .home_slider,
    .home_slider .owl-carousel,
    .home_slider .owl-carousel .owl-stage-outer,
    .home_slider .owl-carousel .owl-stage,
    .home_slider .owl-item,
    .home_slider .owl-item .item,
    .home_slider .owl-item .item > a,
    .home_slider .desktop_banner,
    .home_slider .home_banner_media,
    .home_slider .home_banner_picture {
        height: var(--slide-h) !important;
        min-height: var(--slide-h) !important;
        max-height: var(--slide-h) !important;
    }
    .home_slider .desktop_banner,
    .home_slider .home_banner_media,
    .home_slider .home_banner_picture {
        display: block !important;
        width: 100% !important;
        overflow: hidden;
    }
    .home_slider .desktop_banner img,
    .home_slider .home_banner_picture img,
    .home_slider .owl-item img,
    .home_slider img {
        width: 100% !important;
        height: 100% !important;
        max-height: var(--slide-h) !important;
        object-fit: cover !important;
        object-position: center center !important;
    }

    .page_inner_banner,
    .inner_slider {
        height: 240px !important;
        min-height: 200px !important;
    }
    .nav_meuns {
        gap: 8px;
        align-items: center;
    }
    .navbrand {
        width: auto;
        flex: 1 1 auto;
        min-width: 0;
        display: flex;
        justify-content: space-between;
        align-items: center;
        gap: 8px;
    }
    .navbrand_link {
        display: inline-flex;
        max-width: calc(100% - 48px);
    }
    .navbrand_link img,
    .navbrand a img,
    .navbrand .brand img {
        max-width: min(240px, 72vw) !important;
        width: auto !important;
        height: auto !important;
        min-height: 42px;
        object-fit: contain;
        object-position: left center;
    }
    .header .navbar-toggler {
        flex-shrink: 0;
        padding: 6px;
        margin-left: auto;
        background: none;
        border: none;
        color: #000;
        line-height: 0;
        cursor: pointer;
    }
    .header .navbar-toggler.on svg {
        opacity: 0.65;
    }

    #home_slider .owl-dots {
        position: absolute;
        bottom: 8px;
        left: 0;
        right: 0;
        margin: 0;
    }
    #home_slider .owl-dots button {
        height: 12px;
        width: 12px;
    }
    #home_slider .owl-dots button span {
        height: 6px;
        width: 6px;
    }

    .about_fr {
        height: auto !important;
        max-height: 380px;
        aspect-ratio: 4 / 5;
    }
    .about_se {
        width: 45% !important;
        height: auto !important;
        max-height: 140px;
    }

    .heading.d-flex {
        flex-direction: column !important;
        align-items: flex-start !important;
        gap: 12px;
    }

    .blog_rw ul,
    .blog_list ul {
        grid-template-columns: 1fr !important;
    }

    .page_inner_banner,
    .inner_slider {
        height: 220px !important;
        min-height: 180px !important;
    }

    .service_text .btn_rw {
        display: flex;
        flex-direction: row;
        flex-wrap: wrap;
        align-items: center;
        gap: 8px;
    }

    .mrt-100 {
        margin-top: 40px !important;
    }
    .mrb-100 {
        margin-bottom: 40px !important;
    }

    .container,
    .max-container {
        padding-left: 15px;
        padding-right: 15px;
    }
}

@media only screen and (max-width: 575px) {
    .navbrand_link img,
    .navbrand a img,
    .navbrand .brand img {
        max-width: min(220px, 70vw) !important;
        min-height: 40px;
    }
    .cta_rw ul,
    .why_choose_us ul,
    .main_service ul,
    .teatment_list ul {
        grid-template-columns: 1fr !important;
    }
}

/* ========== Treatment Area section (homepage) ========== */
.tratment_slide .heading {
    margin-bottom: 28px;
}
.tratment_slide .heading_lft p {
    margin-bottom: 4px;
}
.tratment_slide .heading_lft h2 {
    margin: 0;
    line-height: 1.3;
}
.tratment_slide .heaading_rgt .main-btn {
    padding: 10px 18px;
    font-size: 12px;
    white-space: nowrap;
}

.tratment_slide .owl-item {
    display: flex;
    height: auto;
}
.tratment_slide .service_bx {
    display: flex;
    flex-direction: column;
    width: 100%;
    height: 100%;
}
.tratment_slide .service_text {
    display: flex;
    flex-direction: column;
    flex: 1 1 auto;
    padding: 16px;
}
.tratment_slide .service_text h3 {
    font-size: 22px;
    line-height: 1.35;
    margin: 0 0 10px;
}
.tratment_slide .service_text h3 a {
    color: #913f4e;
    text-decoration: none;
}
.tratment_slide .service_text h3 a:hover {
    color: #da812b;
}
.tratment_slide .service_text p {
    flex: 1 1 auto;
    margin: 0 0 12px;
}

.tratment_slide .service_text .btn_rw,
.teatment_list .service_text .btn_rw {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-items: center;
    gap: 10px;
    margin-top: auto;
    padding-top: 4px;
}
.tratment_slide .service_text .btn_rw .read_more,
.teatment_list .service_text .btn_rw .read_more,
.tratment_slide .service_text .btn_rw .main-btn,
.teatment_list .service_text .btn_rw .main-btn {
    margin-top: 0 !important;
    margin-right: 0 !important;
    display: inline-flex !important;
    align-items: center;
    justify-content: center;
    flex: 0 0 auto;
    white-space: nowrap;
}
.tratment_slide .service_text .btn_rw .read_more,
.teatment_list .service_text .btn_rw .read_more {
    padding: 7px 14px;
    font-size: 12px;
    line-height: 1.2;
    border-radius: 4px;
}
.tratment_slide .service_text .btn_rw .main-btn,
.teatment_list .service_text .btn_rw .main-btn {
    padding: 7px 14px !important;
    font-size: 11px !important;
    line-height: 1.2 !important;
    border-radius: 4px;
}

@media only screen and (max-width: 767px) {
    .tratment_slide .heading.d-flex {
        flex-direction: column !important;
        align-items: flex-start !important;
        gap: 14px;
    }
    .tratment_slide .heaading_rgt .main-btn {
        width: auto;
    }
}

/* ========== Footer layout ========== */
.footer_rw {
    padding-top: 88px;
    padding-bottom: 0;
}

.footer_info {
    position: relative !important;
    top: auto !important;
    left: auto !important;
    right: auto !important;
    margin: -56px 0 36px;
    padding: 22px 28px !important;
    border-radius: 0;
    z-index: 2;
}

.footer_info_grid {
    display: grid !important;
    grid-template-columns: 1.25fr 0.85fr 1fr;
    gap: 24px 32px;
    align-items: start;
}

.footer_info_item {
    display: flex;
    align-items: flex-start;
    gap: 14px;
}

.footer_info_icon,
.footer_info ul li span {
    flex-shrink: 0;
    width: 46px !important;
    height: 46px !important;
    margin-right: 0 !important;
    border-radius: 6px;
}

.footer_info_icon svg,
.footer_info ul li span svg {
    width: 22px !important;
    height: 22px !important;
}

.footer_info .f_left {
    width: auto !important;
    flex: 1 1 auto;
    min-width: 0;
}

.footer_info_label,
.footer_info .f_left > p.footer_info_label {
    font-size: 13px !important;
    font-weight: 600 !important;
    line-height: 1.3 !important;
    color: #ffffff !important;
    margin: 0 0 4px !important;
}

.footer_info_value,
.footer_info .f_left > p.footer_info_value,
.footer_info .f_left > a.footer_info_value {
    font-size: 13px !important;
    line-height: 1.55 !important;
    color: rgba(255, 255, 255, 0.95) !important;
    margin: 0 !important;
    word-break: break-word;
}

.footer_info .f_left > a.footer_info_value:hover {
    color: #ffffff !important;
    text-decoration: underline;
}

.footer_bottom {
    display: grid !important;
    grid-template-columns: repeat(4, minmax(0, 1fr)) !important;
    gap: 28px 36px !important;
    align-items: start !important;
    padding-bottom: 12px;
}

.footer_links {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    min-width: 0;
}

.footer_links h4,
.footer_social h4 {
    margin: 0 0 14px !important;
    padding-bottom: 0 !important;
    font-size: 17px !important;
    font-weight: 600 !important;
    line-height: 1.3 !important;
    color: #1a1a2e !important;
}

.footer_links ul li {
    padding-bottom: 10px !important;
}

.footer_links ul li a {
    font-size: 14px !important;
    line-height: 1.45 !important;
    color: #4a4a5a !important;
}

.footer_links ul li a:hover {
    color: #913f4e !important;
}

.footer_newsletter_form p {
    font-size: 13px !important;
    line-height: 1.45 !important;
    color: #4a4a5a !important;
    margin: 0 0 12px !important;
    padding-bottom: 0 !important;
}

.footer_newsletter_notice {
    margin: 0 0 10px;
    padding: 10px 12px;
    border-radius: 8px;
    font-size: 12px;
    line-height: 1.45;
}

.footer_newsletter_notice.is-success {
    background: rgba(37, 211, 102, 0.12);
    color: #0d6e62;
    border: 1px solid rgba(37, 211, 102, 0.25);
}

.footer_newsletter_notice.is-error {
    background: rgba(145, 63, 78, 0.08);
    color: #913f4e;
    border: 1px solid rgba(145, 63, 78, 0.18);
}

.footer_newsletter_field {
    display: flex;
    align-items: stretch;
    gap: 8px;
    width: 100%;
}

.footer_newsletter_field input,
.footer_links form input {
    flex: 1 1 auto;
    min-width: 0;
    width: auto !important;
    padding: 10px 12px !important;
    padding-right: 12px !important;
    font-size: 13px !important;
    line-height: 1.4 !important;
    border: 1px solid rgba(145, 63, 78, 0.18) !important;
    border-radius: 8px !important;
    background: #ffffff !important;
}

.footer_newsletter_btn,
.footer_links form button {
    position: static !important;
    top: auto !important;
    right: auto !important;
    width: 42px !important;
    height: 42px !important;
    min-width: 42px;
    padding: 0 !important;
    border-radius: 8px !important;
    display: inline-flex !important;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}

.footer_social {
    margin-top: 20px !important;
    width: 100%;
}

.footer_social ul {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}

.footer_social li {
    margin-right: 0 !important;
}

.footer_social a {
    width: 38px !important;
    height: 38px !important;
    border-radius: 8px !important;
}

.copyright {
    margin-top: 0 !important;
}

.copyright p {
    font-size: 13px !important;
    line-height: 1.5 !important;
    color: #6b7280 !important;
    padding: 8px 0 10px !important;
}

.copyright_text {
    margin: 0;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    gap: 6px 10px;
    text-align: center;
}

.copyright_sep {
    color: rgba(107, 114, 128, 0.55);
}

.copyright_design a {
    color: #913f4e;
    text-decoration: none;
    font-weight: 500;
}

.copyright_design a:hover {
    color: #da812b;
    text-decoration: underline;
}

@media only screen and (max-width: 575px) {
    .copyright_text {
        flex-direction: column;
        gap: 4px;
    }

    .copyright_sep {
        display: none;
    }
}

@media only screen and (max-width: 991px) {
    .footer_rw {
        padding-top: 72px;
    }
    .footer_info {
        margin: -48px 0 28px;
        padding: 18px 20px !important;
    }
    .footer_info_grid {
        grid-template-columns: 1fr 1fr !important;
        gap: 18px 24px;
    }
    .footer_info_item:first-child {
        grid-column: 1 / -1;
    }
    .footer_bottom {
        grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
        gap: 24px !important;
    }
}

@media only screen and (max-width: 575px) {
    .footer_info {
        margin: -36px 0 24px;
        padding: 16px !important;
    }
    .footer_info_grid {
        grid-template-columns: 1fr !important;
        gap: 16px !important;
    }
    .footer_info_item:first-child {
        grid-column: auto;
    }
    .footer_bottom {
        grid-template-columns: 1fr !important;
        gap: 22px !important;
    }
    .footer_info::before,
    .footer_info::after {
        display: none !important;
    }
}

/* ========== About Iconix Hospital section ========== */
.about_hospital_section {
    padding-top: 48px;
    padding-bottom: 80px;
    background: #f7f8fa;
    overflow: visible;
}

.about_hospital_grid {
    align-items: flex-start !important;
    gap: 40px;
}

.about_hospital_content {
    flex: 1 1 56%;
    min-width: 0;
}

.about_hospital_content .heading h2 {
    text-align: left;
}

.about_hospital_text,
.about_hospital_text p,
.about_hospital_content > p {
    text-align: justify;
    text-justify: inter-word;
}

.about_hospital_text p {
    margin: 0 0 14px;
    line-height: 1.65;
    color: #4a4a5a;
}

.about_hospital_text p:last-child {
    margin-bottom: 0;
}

.about_hospital_text h3,
.about_hospital_text h4,
.about_hospital_text strong {
    display: block;
    font-size: 18px;
    line-height: 1.4;
    color: #1a1a2e;
    margin: 18px 0 10px;
    text-align: left;
}

.about_hospital_btn {
    margin-top: 22px;
}

.about_hospital_media {
    flex: 1 1 40%;
    max-width: 460px;
    padding-left: 0 !important;
    margin-left: auto;
}

.about_hospital_photo {
    width: 100%;
    min-height: 360px;
    max-height: 520px;
    aspect-ratio: 4 / 5;
    border-radius: 16px;
    background: #ffffff;
    border: 1px solid rgba(145, 63, 78, 0.12);
    box-shadow: 0 14px 36px rgba(145, 63, 78, 0.1);
}

.about_hospital_img {
    width: 100%;
    height: 100%;
    min-height: 360px;
    object-fit: cover;
    object-position: center top;
    display: block;
}

.about_hospital_caption {
    font-size: 14px;
    line-height: 1.55;
    color: #4a4a5a;
    text-align: center;
    margin: 14px 0 0;
    padding: 0 6px;
}

.about_hospital_media .about_hospital_call,
.about_hospital_media .cl_us {
    position: relative !important;
    left: auto !important;
    top: auto !important;
    right: auto !important;
    width: 100%;
    margin-top: 16px;
}

.about_hospital_media .about_hospital_call a,
.about_hospital_media .cl_us a {
    width: 100%;
    justify-content: center;
    padding: 14px 24px;
    font-size: 16px;
    border-radius: 10px;
    box-shadow: 0 8px 20px rgba(145, 63, 78, 0.12);
}

@media only screen and (max-width: 991px) {
    .about_hospital_grid {
        flex-direction: column !important;
        gap: 28px;
    }
    .about_hospital_content,
    .about_hospital_media {
        flex-basis: 100% !important;
        width: 100% !important;
        max-width: 100%;
    }
    .about_hospital_media {
        margin-left: 0;
    }
    .about_hospital_photo {
        min-height: 320px;
        max-height: 420px;
    }
    .about_hospital_img {
        min-height: 320px;
    }
}

@media only screen and (max-width: 575px) {
    .about_hospital_section {
        padding-bottom: 48px;
    }
    .about_hospital_photo {
        min-height: 280px;
        max-height: 360px;
        aspect-ratio: 3 / 4;
    }
    .about_hospital_img {
        min-height: 280px;
    }
}

/* ========== About Doctor — long homepage title ========== */
.about_doctor .heading {
    max-width: 100%;
}

.about_doctor .heading p {
    margin-bottom: 4px;
}

.about_doctor .heading h2 {
    text-transform: none !important;
    word-wrap: break-word;
    overflow-wrap: anywhere;
    hyphens: auto;
}

.about_doctor .about_doc_left {
    min-width: 0;
}

@media only screen and (max-width: 991px) {
    .about_doctor .heading h2 {
        max-width: 100%;
    }
}

@media only screen and (max-width: 767px) {
    .about_doctor .heading {
        padding-bottom: 8px;
    }

    .about_doctor .heading h2 {
        font-size: 15px !important;
        line-height: 1.45 !important;
    }
}

/* ========== iPhone / mobile global fixes ========== */
html {
    -webkit-text-size-adjust: 100%;
}

@media only screen and (max-width: 991px) {
    html,
    body {
        overflow-x: clip;
        max-width: 100%;
    }

    body.body-class,
    body.menu-open {
        overflow: hidden !important;
        touch-action: none;
    }

    body.menu-open {
        position: fixed;
        width: 100%;
        left: 0;
        right: 0;
    }

    .header .navbar {
        height: 100dvh;
        height: -webkit-fill-available;
        max-height: 100dvh;
        padding-bottom: calc(16px + env(safe-area-inset-bottom, 0px));
        -webkit-overflow-scrolling: touch;
        overscroll-behavior: contain;
    }

    .nav-overlay.is-open {
        touch-action: none;
    }

    /* Homepage slider — iOS stability (phones only; tablet uses desktop banner) */
    .home_slider {
        width: 100% !important;
        max-width: 100% !important;
        margin: 0 !important;
        overflow: hidden !important;
        isolation: isolate;
        transform: translateZ(0);
    }

    .home_slider .owl-carousel,
    .home_slider .owl-stage-outer {
        width: 100% !important;
        overflow: hidden !important;
        transform: translateZ(0);
        -webkit-backface-visibility: hidden;
        backface-visibility: hidden;
        touch-action: manipulation;
        -webkit-transform: translate3d(0, 0, 0);
    }

    .container,
    .max-container,
    .site-main,
    section,
    .footer_rw {
        max-width: 100%;
    }

    img,
    video,
    iframe,
    .owl-carousel {
        max-width: 100%;
    }

    .whme {
        bottom: calc(78px + env(safe-area-inset-bottom, 0px)) !important;
    }

    #scrollToTopBtn {
        bottom: calc(18px + env(safe-area-inset-bottom, 0px)) !important;
    }
}

@media only screen and (max-width: 767px) {
    .header .max-container {
        padding-left: max(12px, env(safe-area-inset-left, 0px)) !important;
        padding-right: max(12px, env(safe-area-inset-right, 0px)) !important;
    }
}

@media only screen and (max-width: 430px) {
    .navbrand_link img,
    .navbrand a img {
        max-width: min(210px, 68vw) !important;
    }

    .home_slider .home_banner_picture img {
        min-height: 180px;
    }
}

@media only screen and (max-width: 390px) {
    .header .navbar {
        width: min(280px, 88vw);
        left: calc(-1 * min(280px, 88vw));
    }

    .body-class .header .navbar {
        left: 0;
    }
}

/* ========== UNIVERSAL — all screen sizes ========== */
*,
*::before,
*::after {
    box-sizing: border-box;
}

.site-main img,
.footer_rw img,
section img:not(.zoom) {
    max-width: 100%;
}

.d-flex {
    min-width: 0;
}

/* Large LED / 4K displays (≥1920px) */
@media only screen and (min-width: 1920px) {
    .container {
        max-width: 1440px;
    }
    .max-container {
        max-width: 1680px;
    }
    .home_slider {
        --slide-h: min(42vw, 680px);
    }
    .page_inner_banner,
    .inner_slider {
        height: min(32vw, 480px) !important;
        min-height: 400px !important;
    }
}

/* Wide desktop (1368–1919px) */
@media only screen and (min-width: 1368px) and (max-width: 1919px) {
    .home_slider {
        --slide-h: 560px;
    }
}

/* Laptop (992–1367px) — inner banners */
@media only screen and (min-width: 992px) and (max-width: 1367px) {
    .page_inner_banner,
    .inner_slider {
        height: 360px !important;
        min-height: 320px !important;
    }
}

/* Tablet inner banners */
@media only screen and (min-width: 768px) and (max-width: 991px) {
    .page_inner_banner,
    .inner_slider {
        height: 320px !important;
        min-height: 280px !important;
    }
    .tratmentmr_slide {
        margin-top: 0 !important;
    }
}

/* Prevent layout blowout on every viewport */
@media only screen and (max-width: 767px) {
    .home_slider .desktop_banner,
    .home_slider .home_banner_media,
    .home_slider .home_banner_picture {
        display: block !important;
        width: 100%;
        line-height: 0;
    }
}

@media only screen and (min-width: 768px) {
    .home_slider .desktop_banner,
    .home_slider .home_banner_media {
        display: block !important;
    }
}

/* Flex/grid children must shrink on small screens */
[class*="d-flex"],
[class*="grid"],
.row,
.about_doc_inner,
.award_win,
.book_nw_inner,
.footer_bottom,
.footer_info_grid {
    min-width: 0;
}

/* Tables scroll instead of breaking layout */
table {
    display: block;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
}

/* Embedded maps */
iframe[src*="google.com/maps"] {
    width: 100% !important;
    min-height: 260px;
}

@media only screen and (max-width: 575px) {
    iframe[src*="google.com/maps"] {
        min-height: 220px;
    }
}

/* ========== HTML Sitemap page ========== */
.sitemap_page_wrap {
    padding-bottom: 48px;
}

.sitemap_page_head {
    margin-bottom: 28px;
}

.sitemap_xml_note {
    margin: 12px 0 0;
    font-size: 13px;
    color: #6b7280;
}

.sitemap_xml_note a {
    color: #913f4e;
    word-break: break-all;
}

.sitemap_grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 28px 32px;
}

.sitemap_col h3 {
    margin: 0 0 14px;
    font-size: 18px;
    line-height: 1.3;
    color: #1a1a2e;
    padding-bottom: 10px;
    border-bottom: 1px solid rgba(145, 63, 78, 0.15);
}

.sitemap_list li {
    margin: 0 0 10px;
}

.sitemap_list li a {
    color: #4a4a5a;
    font-size: 14px;
    line-height: 1.45;
    text-decoration: none;
}

.sitemap_list li a:hover {
    color: #913f4e;
}

.footer_extra_links {
    margin-top: 8px;
}

.footer_extra_links li {
    padding-bottom: 0 !important;
}

@media only screen and (max-width: 991px) {
    .sitemap_grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 24px;
    }
}

@media only screen and (max-width: 575px) {
    .sitemap_grid {
        grid-template-columns: 1fr;
        gap: 20px;
    }
}

/* ========== Homepage banner — single responsive image (speed) ========== */
.home_banner_media,
.home_banner_picture,
.home_banner_picture img {
    display: block;
    width: 100%;
    height: auto;
}

@media only screen and (max-width: 767px) {
    .home_slider .home_banner_picture img {
        min-height: 180px;
        object-fit: cover;
    }
}

/* ========== Homepage urologist SEO intro ========== */
.home_urologist_intro {
    background: linear-gradient(90deg, rgba(145, 63, 78, 0.06) 0%, rgba(218, 129, 43, 0.08) 100%);
    border-bottom: 1px solid rgba(145, 63, 78, 0.12);
    padding: 14px 0;
}

.home_urologist_intro p {
    margin: 0;
    text-align: center;
    font-size: 14px;
    line-height: 1.55;
    color: #4a4a5a;
}

.home_urologist_intro strong {
    color: #1a1a2e;
    font-weight: 600;
}

@media only screen and (max-width: 767px) {
    .home_urologist_intro {
        padding: 12px 0;
    }

    .home_urologist_intro p {
        font-size: 13px;
        text-align: left;
    }
}

/* ========== Homepage SEO treatment topics ========== */
.home_seo_topics {
    background: #faf8f9;
    border-top: 1px solid rgba(145, 63, 78, 0.08);
    border-bottom: 1px solid rgba(145, 63, 78, 0.08);
    padding: 48px 0 42px;
}

.home_seo_topics_head {
    max-width: 780px;
    margin: 0 auto 28px;
    text-align: center;
}

.home_seo_topics_eyebrow {
    margin: 0 0 8px;
    font-size: 13px;
    font-weight: 600;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    color: #913f4e;
}

.home_seo_topics_head h2 {
    margin: 0 0 12px;
    font-size: clamp(22px, 3vw, 30px);
    line-height: 1.25;
    color: #1a1a2e;
}

.home_seo_topics_head > p {
    margin: 0;
    font-size: 15px;
    line-height: 1.6;
    color: #555;
}

.home_seo_topics_grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 18px;
    margin: 0;
    padding: 0;
    list-style: none;
}

.home_seo_topic_card {
    margin: 0;
}

.home_seo_topic_card a {
    display: flex;
    flex-direction: column;
    height: 100%;
    padding: 20px 18px;
    background: #fff;
    border: 1px solid rgba(145, 63, 78, 0.12);
    border-radius: 12px;
    text-decoration: none;
    transition: border-color 0.2s ease, box-shadow 0.2s ease, transform 0.2s ease;
}

.home_seo_topic_card a:hover {
    border-color: rgba(145, 63, 78, 0.35);
    box-shadow: 0 8px 24px rgba(26, 26, 46, 0.08);
    transform: translateY(-2px);
}

.home_seo_topic_card h3 {
    margin: 0 0 8px;
    font-size: 16px;
    line-height: 1.35;
    color: #1a1a2e;
}

.home_seo_topic_card p {
    margin: 0 0 12px;
    flex: 1;
    font-size: 14px;
    line-height: 1.55;
    color: #5c5c6d;
}

.home_seo_topic_link {
    font-size: 13px;
    font-weight: 600;
    color: #913f4e;
}

.home_seo_topics_foot {
    max-width: 820px;
    margin: 24px auto 0;
    text-align: center;
    font-size: 14px;
    line-height: 1.6;
    color: #666;
}

@media only screen and (max-width: 991px) {
    .home_seo_topics_grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@media only screen and (max-width: 575px) {
    .home_seo_topics {
        padding: 36px 0 32px;
    }

    .home_seo_topics_head {
        text-align: left;
        margin-bottom: 20px;
    }

    .home_seo_topics_grid {
        grid-template-columns: 1fr;
        gap: 14px;
    }

    .home_seo_topics_foot {
        text-align: left;
    }
}

.footer_treatments_menu h4 {
    line-height: 1.35;
}

.footer_treatments_menu .footer_treatment_menu a {
    color: inherit;
    text-decoration: none;
}

.footer_treatments_menu .footer_treatment_menu a:hover {
    text-decoration: underline;
}

.ratings p a {
    color: inherit;
    text-decoration: none;
}

.ratings p a:hover {
    text-decoration: underline;
}

/* ========== FAQ page + homepage view all ========== */
.home_faq_col {
    display: flex;
    flex-direction: column;
    gap: 0;
}

.home_faq_view_all {
    margin: 18px 0 0;
    padding-top: 4px;
}

.home_faq_view_all .main-btn,
.faq_view_all_btn {
    display: inline-flex;
    min-width: 220px;
    justify-content: center;
}

/* ========== FAQ page — premium layout ========== */
.faq_page_intro {
    background:
        radial-gradient(circle at top left, rgba(218, 129, 43, 0.1), transparent 42%),
        linear-gradient(180deg, #faf8f7 0%, #ffffff 100%);
    padding: 28px 0 8px;
}

.faq_page_intro_inner {
    max-width: 860px;
    margin: 0 auto;
    text-align: center;
}

.faq_page_lead {
    color: #4a4a5a;
    font-size: 17px;
    line-height: 1.75;
    margin: 0 auto 18px;
    max-width: 760px;
}

.faq_page_stats {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 10px;
}

.faq_stat_pill {
    display: inline-flex;
    align-items: center;
    padding: 8px 14px;
    border-radius: 999px;
    background: #fff;
    border: 1px solid rgba(145, 63, 78, 0.12);
    color: #913f4e;
    font-size: 13px;
    font-weight: 700;
}

.faq_page_wrap {
    background:
        radial-gradient(circle at bottom right, rgba(145, 63, 78, 0.05), transparent 40%),
        #ffffff;
    padding-top: 24px;
}

.faq_page_layout {
    display: grid;
    grid-template-columns: minmax(260px, 0.85fr) minmax(0, 1.5fr);
    gap: 28px 36px;
    align-items: start;
}

.faq_page_sidebar {
    display: flex;
    flex-direction: column;
    gap: 16px;
    position: sticky;
    top: 96px;
}

.faq_page_help_card {
    background: #fff;
    border: 1px solid rgba(145, 63, 78, 0.12);
    border-left: 4px solid #913f4e;
    border-radius: 16px;
    padding: 22px 20px;
    box-shadow: 0 14px 36px rgba(145, 63, 78, 0.08);
}

.faq_help_eyebrow {
    margin: 0 0 6px;
    color: #da812b;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 0.06em;
    text-transform: uppercase;
}

.faq_page_help_card h2 {
    margin: 0 0 10px;
    color: #1a1a2e;
    font-size: 22px;
    line-height: 1.25;
}

.faq_page_help_card > p {
    margin: 0 0 16px;
    color: #4a4a5a;
    font-size: 14px;
    line-height: 1.65;
}

.faq_page_help_card .main-btn,
.faq_page_help_card .about_outline_btn,
.faq_page_wa_btn {
    display: flex;
    width: 100%;
    justify-content: center;
    text-align: center;
    margin-top: 8px;
}

.faq_page_wa_btn {
    min-height: 44px;
    align-items: center;
    border-radius: 10px;
    border: 1px solid rgba(37, 211, 102, 0.35);
    background: rgba(37, 211, 102, 0.08);
    color: #128C7E;
    font-weight: 600;
    text-decoration: none;
    font-size: 14px;
}

.faq_page_wa_btn:hover {
    background: rgba(37, 211, 102, 0.14);
    color: #0d6e62;
}

.faq_page_side_panel {
    background: #fff;
    border: 1px solid rgba(145, 63, 78, 0.1);
    border-radius: 16px;
    padding: 18px 16px;
    box-shadow: 0 8px 24px rgba(145, 63, 78, 0.05);
}

.faq_page_side_panel h3 {
    margin: 0 0 12px;
    color: #1a1a2e;
    font-size: 16px;
    font-weight: 700;
}

.faq_side_cats {
    margin: 0;
    padding: 0;
    display: grid;
    gap: 6px;
}

.faq_side_cat {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 10px;
    padding: 10px 12px;
    border-radius: 10px;
    background: #faf8f7;
    color: #4a4a5a;
    text-decoration: none;
    font-size: 14px;
    font-weight: 600;
    transition: background 0.2s, color 0.2s;
}

.faq_side_cat em {
    font-style: normal;
    font-size: 12px;
    color: #913f4e;
    background: rgba(145, 63, 78, 0.08);
    padding: 2px 8px;
    border-radius: 999px;
}

.faq_side_cat:hover,
.faq_side_cat.is-active {
    background: rgba(218, 129, 43, 0.1);
    color: #913f4e;
}

.faq_quick_tags {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
}

.faq_quick_tags a {
    display: inline-flex;
    padding: 7px 12px;
    border-radius: 999px;
    border: 1px solid #e8e2df;
    background: #faf8f7;
    color: #4a4a5a;
    font-size: 12px;
    font-weight: 600;
    text-decoration: none;
    text-transform: capitalize;
}

.faq_quick_tags a:hover {
    border-color: #da812b;
    color: #913f4e;
}

.faq_page_main {
    min-width: 0;
}

.faq_page_toolbar_card {
    background: #fff;
    border: 1px solid rgba(145, 63, 78, 0.1);
    border-radius: 18px;
    padding: 18px;
    margin-bottom: 16px;
    box-shadow: 0 12px 32px rgba(145, 63, 78, 0.07);
}

.faq_search_form {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 10px;
    margin-bottom: 14px;
}

.faq_search_field {
    flex: 1 1 240px;
    display: flex;
    align-items: center;
    gap: 10px;
    min-height: 50px;
    padding: 0 14px;
    border: 1px solid #e5e0de;
    border-radius: 12px;
    background: #faf8f7;
}

.faq_search_field svg {
    flex-shrink: 0;
    color: #913f4e;
    opacity: 0.75;
}

.faq_search_field input[type="search"] {
    flex: 1 1 auto;
    min-width: 0;
    border: 0;
    background: transparent;
    font-size: 15px;
    padding: 0;
    min-height: auto;
}

.faq_search_field input[type="search"]:focus {
    outline: none;
}

.faq_search_form .main-btn {
    min-height: 50px;
    padding-inline: 24px;
}

.faq_search_clear {
    font-size: 14px;
    font-weight: 600;
    color: #913f4e;
    text-decoration: none;
}

.faq_search_clear:hover {
    text-decoration: underline;
}

.faq_cat_filters {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
}

.faq_cat_chip {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    padding: 8px 14px;
    border-radius: 999px;
    border: 1px solid #e8e2df;
    background: #fff;
    color: #4a4a5a;
    font-size: 13px;
    font-weight: 600;
    text-decoration: none;
    transition: border-color 0.2s, color 0.2s, background 0.2s;
}

.faq_cat_count {
    font-size: 11px;
    font-weight: 700;
    color: #913f4e;
    background: rgba(145, 63, 78, 0.08);
    padding: 1px 7px;
    border-radius: 999px;
}

.faq_cat_chip:hover,
.faq_cat_chip.is-active {
    border-color: #da812b;
    color: #913f4e;
    background: rgba(218, 129, 43, 0.08);
}

.faq_page_results_head {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    gap: 8px 16px;
    margin: 0 0 14px;
    padding: 0 4px;
}

.faq_page_results_head p {
    margin: 0;
    color: #4a4a5a;
    font-size: 14px;
    font-weight: 600;
}

.faq_page_results_head span {
    color: #888;
    font-size: 13px;
}

.faq_page_list {
    max-width: none;
    margin: 0;
}

.faq_page_list .home_faq_item {
    box-shadow: 0 4px 16px rgba(145, 63, 78, 0.04);
}

.faq_no_results {
    text-align: center;
    padding: 36px 24px;
    background: #faf8f7;
    border: 1px dashed rgba(145, 63, 78, 0.2);
    border-radius: 16px;
}

.faq_no_results h3 {
    margin: 0 0 8px;
    color: #1a1a2e;
    font-size: 20px;
}

.faq_no_results p {
    margin: 0 0 16px;
    color: #666;
}

.faq_pagination {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    gap: 10px 12px;
    margin: 28px 0 0;
}

.faq_page_nums {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 6px;
}

.faq_page_num,
.faq_page_dots {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 40px;
    min-height: 40px;
    padding: 0 10px;
    border-radius: 10px;
    font-size: 14px;
    font-weight: 600;
}

.faq_page_num {
    border: 1px solid #e8e2df;
    color: #4a4a5a;
    background: #fff;
    text-decoration: none;
}

.faq_page_num:hover {
    border-color: #da812b;
    color: #913f4e;
}

.faq_page_num.is-active {
    border-color: transparent;
    color: #fff;
    background: linear-gradient(135deg, #913f4e 0%, #da812b 100%);
}

.faq_page_dots {
    color: #999;
}

.faq_page_btn {
    display: inline-flex;
    align-items: center;
    min-height: 40px;
    padding: 0 16px;
    border-radius: 10px;
    border: 1px solid #e8e2df;
    color: #913f4e;
    font-weight: 600;
    font-size: 14px;
    text-decoration: none;
    background: #fff;
}

.faq_page_btn:hover {
    border-color: #da812b;
    background: rgba(218, 129, 43, 0.06);
}

.faq_page_cta_strip {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
    margin-top: 40px;
    padding: 28px 30px;
    border-radius: 20px;
    background: linear-gradient(135deg, rgba(145, 63, 78, 0.96) 0%, rgba(218, 129, 43, 0.92) 100%);
    box-shadow: 0 18px 40px rgba(145, 63, 78, 0.22);
}

.faq_page_cta_copy {
    flex: 1 1 320px;
    min-width: 0;
}

.faq_page_cta_copy .page_seo_eyebrow {
    color: rgba(255, 255, 255, 0.85);
    margin-bottom: 6px;
}

.faq_page_cta_copy h2 {
    margin: 0 0 8px;
    color: #fff;
    font-size: clamp(22px, 3vw, 30px);
    line-height: 1.25;
}

.faq_page_cta_copy p {
    margin: 0;
    color: rgba(255, 255, 255, 0.92);
    font-size: 15px;
    line-height: 1.65;
    max-width: 620px;
}

.faq_page_cta_actions {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}

.faq_page_cta_actions .main-btn {
    background: #fff;
    color: #913f4e;
    border-color: #fff;
}

.faq_page_cta_actions .about_outline_btn {
    border-color: rgba(255, 255, 255, 0.65);
    color: #fff;
    background: transparent;
}

.faq_page_cta_actions .about_outline_btn:hover {
    background: rgba(255, 255, 255, 0.12);
    color: #fff;
}

/* ========== PageSpeed — defer off-screen paint ========== */
.home_faq_section,
.home_seo_topics,
.book_nw,
.about_dr,
.teatment_list,
.footer_rw,
.faq_page_wrap,
.sitemap_page_wrap {
    content-visibility: auto;
    contain-intrinsic-size: auto 500px;
}

@media only screen and (max-width: 991px) {
    .faq_page_layout {
        grid-template-columns: 1fr;
        gap: 22px;
    }

    .faq_page_sidebar {
        position: static;
        display: grid;
        grid-template-columns: 1fr 1fr;
        gap: 14px;
    }

    .faq_page_help_card {
        grid-column: 1 / -1;
    }
}

@media only screen and (max-width: 767px) {
    .faq_page_intro {
        padding-top: 20px;
    }

    .faq_page_intro_inner {
        text-align: left;
    }

    .faq_page_sidebar {
        grid-template-columns: 1fr;
    }

    .faq_page_toolbar_card {
        padding: 14px;
    }

    .faq_search_form .main-btn,
    .faq_search_clear {
        width: 100%;
        justify-content: center;
    }

    .faq_page_cta_strip {
        padding: 22px 18px;
    }

    .faq_page_cta_actions {
        width: 100%;
    }

    .faq_page_cta_actions .main-btn,
    .faq_page_cta_actions .about_outline_btn {
        flex: 1 1 100%;
        text-align: center;
        justify-content: center;
    }

    .faq_pagination {
        gap: 8px;
    }

    .faq_page_arrow {
        order: 2;
        flex: 1 1 calc(50% - 4px);
        justify-content: center;
    }

    .faq_page_nums {
        order: 1;
        width: 100%;
        justify-content: center;
        margin-bottom: 4px;
    }

    .home_faq_view_all .main-btn,
    .faq_view_all_btn {
        width: 100%;
    }

    .faq_cat_filters {
        gap: 6px;
    }
}
