
/* DR. BOBOEV — INNER HERO LIGHT V14.1
   Qoramtir hero overlayni olib tashlaydi.
   Har bir sahifada mavjud fon rasmini saqlab, faqat och oq/pushti gradient qo‘yadi.
*/

body.inner-hero-light-v14-1 main > section:first-child {
    position: relative !important;
    isolation: isolate !important;
    overflow: hidden !important;

    background-color: #fff7fb !important;
    background-image:
        linear-gradient(
            90deg,
            rgba(255,255,255,.96) 0%,
            rgba(255,250,252,.91) 28%,
            rgba(255,250,252,.76) 48%,
            rgba(255,250,252,.42) 66%,
            rgba(255,255,255,.10) 84%,
            rgba(255,255,255,.02) 100%
        ),
        var(--inner-light-v14-1-image) !important;

    background-size: cover !important;
    background-position: center center !important;
    background-repeat: no-repeat !important;
}

/* Eski pseudo overlaylarni o‘chirish */
body.inner-hero-light-v14-1 main > section:first-child::before,
body.inner-hero-light-v14-1 main > section:first-child::after,
body.inner-hero-light-v14-1 .page-hero::before,
body.inner-hero-light-v14-1 .page-hero::after,
body.inner-hero-light-v14-1 .inner-hero::before,
body.inner-hero-light-v14-1 .inner-hero::after,
body.inner-hero-light-v14-1 .health-v7-hero::before,
body.inner-hero-light-v14-1 .health-v7-hero::after,
body.inner-hero-light-v14-1 .v6-hero::before,
body.inner-hero-light-v14-1 .v6-hero::after {
    content: none !important;
    display: none !important;
    opacity: 0 !important;
    background: transparent !important;
}

/* Eski overlay classlar */
body.inner-hero-light-v14-1 main > section:first-child [class*="overlay"],
body.inner-hero-light-v14-1 main > section:first-child .overlay,
body.inner-hero-light-v14-1 main > section:first-child .hero-overlay,
body.inner-hero-light-v14-1 main > section:first-child .page-overlay,
body.inner-hero-light-v14-1 main > section:first-child .inner-overlay {
    background: transparent !important;
    background-image: none !important;
    opacity: 0 !important;
    pointer-events: none !important;
}

/* Sarlavhalar — xizmatlar sahifasidagidek */
body.inner-hero-light-v14-1 main > section:first-child h1,
body.inner-hero-light-v14-1 main > section:first-child h2 {
    color: #5A2948 !important;
    text-shadow: none !important;
    opacity: 1 !important;
}

body.inner-hero-light-v14-1 main > section:first-child p,
body.inner-hero-light-v14-1 main > section:first-child .subtitle,
body.inner-hero-light-v14-1 main > section:first-child .lead {
    color: #6B5662 !important;
    text-shadow: none !important;
    opacity: 1 !important;
}

/* Sarlavha orqasidagi katta oq/shaffof panel bo‘lmasin */
body.inner-hero-light-v14-1 .inner-clean-title-wrap-v14-1 {
    background: transparent !important;
    background-color: transparent !important;
    background-image: none !important;
    border: 0 !important;
    border-radius: 0 !important;
    box-shadow: none !important;
    backdrop-filter: none !important;
    -webkit-backdrop-filter: none !important;
    filter: none !important;
    padding: 0 !important;
}

/* Hero dan keyingi qismda eski full-page rasm qayta chiqmasin */
body.inner-hero-light-v14-1 main > section:not(:first-child) {
    background-image: none !important;
    background-color: #fffdfd !important;
}

@media (max-width: 900px) {
    body.inner-hero-light-v14-1 main > section:first-child {
        background-position: 66% center !important;
    }
}
