/* ============================================================
   Smilora — компактні відступи між секціями головної
   ============================================================ */

.home-mobile-nav-custom .home-section-compact {
    padding-top: 72px;
    padding-bottom: 72px;
}

.home-mobile-nav-custom .home-section-compact-top {
    padding-top: 72px;
}

.home-mobile-nav-custom .home-section-compact-bottom {
    padding-bottom: 72px;
}

.home-mobile-nav-custom .home-promotions-con.home-section-compact {
    padding-bottom: 48px;
}

.home-mobile-nav-custom .map-contact-showcase {
    padding-bottom: 48px;
}

.home-mobile-nav-custom .map-contact-showcase.home-section-compact-top {
    padding-top: 40px;
}

.home-mobile-nav-custom .map-contact-showcase .map-contact-heading {
    margin-bottom: 28px;
}

.home-mobile-nav-custom .results-showcase.results-showcase--compact {
    padding-top: 48px;
    padding-bottom: 40px;
}

.home-mobile-nav-custom #book-appointment {
    margin-bottom: 0;
}

.page-index #book-appointment {
    margin-top: -8px;
    margin-bottom: 0;
}

.home-mobile-nav-custom .doctors-team-wrap {
    margin-top: 28px;
    margin-bottom: 24px;
}

.home-mobile-nav-custom .doctors-team-con {
    padding-top: 68px;
    padding-bottom: 76px;
}

.home-mobile-nav-custom .video-con.home-section-compact,
.home-mobile-nav-custom .home-clarity-con.home-section-compact {
    margin-top: 8px;
}

.home-mobile-nav-custom .photo-slider-con {
    padding-top: 24px;
    padding-bottom: 32px;
}

@media (max-width: 991.98px) {
    .home-mobile-nav-custom .home-section-compact {
        padding-top: 56px;
        padding-bottom: 56px;
    }

    .home-mobile-nav-custom .doctors-team-wrap {
        margin-top: 16px;
        margin-bottom: 16px;
    }

    .home-mobile-nav-custom .doctors-team-con {
        padding-top: 48px;
        padding-bottom: 52px;
    }

    .home-mobile-nav-custom .map-contact-showcase {
        padding-top: 48px;
        padding-bottom: 48px;
    }
}

@media (max-width: 767.98px) {
    .home-mobile-nav-custom .home-section-compact {
        padding-top: 44px;
        padding-bottom: 44px;
    }

    .home-mobile-nav-custom .doctors-team-con {
        padding-top: 40px;
        padding-bottom: 44px;
    }

    .home-mobile-nav-custom .map-contact-showcase {
        padding-top: 40px;
        padding-bottom: 40px;
    }
}

/* ============================================================
   Mobile — без горизонтального «люфту» сторінки
   ============================================================ */
@media (max-width: 991.98px) {
    html {
        overflow-x: clip;
    }

    body.home-mobile-nav-custom {
        overflow-x: clip;
        width: 100%;
        max-width: 100%;
    }

    .home-mobile-nav-custom .padding-rl,
    .home-mobile-nav-custom .photo-slider-con,
    .home-mobile-nav-custom .results-showcase,
    .home-mobile-nav-custom .doctors-team-wrap {
        max-width: 100%;
        overflow-x: clip;
    }

    .home-mobile-nav-custom .doctors-showcase-scroll,
    .home-mobile-nav-custom .doctors-cards-scroll {
        max-width: 100%;
    }

    .home-mobile-nav-custom .photo-slider-con .owl-carousel,
    .home-mobile-nav-custom .photo-slider-con .owl-stage-outer {
        max-width: 100%;
        overflow-x: clip;
    }
}
