
/* DR. BOBOEV — Services Hero Clean V13.1 */

/* Faqat /xizmatlar va /xizmatlar/{slug} sahifalarida ishlaydi */
body.services-hero-clean-v13-1 main > section:first-child {
    position: relative !important;
    background-image: var(--services-clean-bg) !important;
    background-position: center center !important;
    background-size: cover !important;
    background-repeat: no-repeat !important;
}

/* Eski qoramtir overlay/pseudo-elementlarni o‘chiradi */
body.services-hero-clean-v13-1 main > section:first-child::before,
body.services-hero-clean-v13-1 main > section:first-child::after {
    content: none !important;
    display: none !important;
    background: transparent !important;
}

/* Agar eski V9/V8 overlay klasslari shu hero ichida bo‘lsa */
body.services-hero-clean-v13-1 main > section:first-child .hero-overlay,
body.services-hero-clean-v13-1 main > section:first-child .page-overlay,
body.services-hero-clean-v13-1 main > section:first-child .inner-overlay {
    display: none !important;
}

/* Xizmatlar ro‘yxati sahifasida matnni aniq ko‘rsatish */
body.services-hero-clean-v13-1.services-index-v13-1 main > section:first-child {
    background-image:
        linear-gradient(
            90deg,
            rgba(255,255,255,.94) 0%,
            rgba(255,255,255,.82) 30%,
            rgba(255,255,255,.44) 56%,
            rgba(255,255,255,.10) 82%
        ),
        var(--services-clean-bg-image) !important;
}

body.services-hero-clean-v13-1.services-index-v13-1 main > section:first-child h1,
body.services-hero-clean-v13-1.services-index-v13-1 main > section:first-child h2 {
    color: #25213a !important;
    text-shadow: none !important;
}

body.services-hero-clean-v13-1.services-index-v13-1 main > section:first-child p {
    color: #645d63 !important;
    text-shadow: none !important;
}

/* Detail sahifalar: chap rasm + o‘ng matn mavjud bo‘lsa fon juda kuchli bo‘lmasin */
body.services-hero-clean-v13-1.services-detail-v13-1 main > section:first-child {
    background-image:
        linear-gradient(
            90deg,
            rgba(255,248,251,.88) 0%,
            rgba(255,248,251,.72) 48%,
            rgba(255,248,251,.34) 72%,
            rgba(255,248,251,.10) 100%
        ),
        var(--services-clean-bg-image) !important;
}

/* Detaildagi oq/pushti callout matn kontrasti */
body.services-hero-clean-v13-1.services-detail-v13-1 main > section:first-child p {
    text-shadow: none !important;
}

body.services-hero-clean-v13-1.services-detail-v13-1 .service-callout-v13-1,
body.services-hero-clean-v13-1.services-detail-v13-1 .service-callout-v13-1 * {
    color: #4a3d43 !important;
    text-shadow: none !important;
}

@media (max-width: 900px) {
    body.services-hero-clean-v13-1 main > section:first-child {
        background-position: 62% center !important;
    }
}
