/* Override theme's default grayscale image filter — show images in natural color */
img,
.image-layer,
.jarallax-img {
    filter: grayscale(0%) !important;
    -webkit-filter: grayscale(0%) !important;
    -moz-filter: grayscale(0%) !important;
    -ms-filter: grayscale(0%) !important;
}

/* Theme also desaturates via blend modes — neutralize those too */
img,
.image-layer,
.jarallax-img {
    mix-blend-mode: normal !important;
}

.brand-portfolio__item__bg,
.under-construction__bg {
    background-blend-mode: normal !important;
}

/* Sponsors/clients logos — remove dimmed default state */
.sponsors-outer .image-box img,
body.theme-modern .sponsors-section .image-box img {
    opacity: 1 !important;
}

/* Banner video — remove dark overlay covering it */
.banner-carousel .slide-item:before {
    opacity: 0 !important;
}

/* Banner video — remove decorative curve/line graphics */
.banner-carousel .slide-item .left-top-line,
.banner-carousel .slide-item .right-bottom-curve,
.banner-carousel .slide-item .right-top-curve {
    display: none !important;
}

/* Facts/counters section — theme's huge bottom padding + faint image
   read as an oversized section with a "ghost" duplicate image */
.facts-section {
    padding: 100px 0 !important;
}

.facts-section .jarallax-img {
    opacity: 1 !important;
}

/* English pages — use Teko instead of the site-wide Cairo default */
html[lang="en"] {
    --thm-font: "Teko", sans-serif !important;
    --thm-b-font: "Teko", sans-serif !important;
}
