body#app.index {
    background: #010C1C; 
}

#s-block--fixed-banner-0 .container {
  max-width: 100% !important;
  padding: 0 !important;
  
}
    .s-block--fixed-banner .banner--fixed {
        max-height: 100%;
        min-height: 100%;
    }
    
    .banner-entry {
    background-color: rgb(243 244 246 / 0%);

}

section.s-block.s-block--fixed-banner.wide-placeholder:first-of-type {
    margin-top: 0;
}
    .two-row .banner-entry:nth-child(4), .two-row .banner-entry:nth-child(7) {
        grid-column: span 1 / span 2;
    }

.s-block--banners .grid.two-row {
    display: grid;                         /* تفعيل شبكة العرض */
    grid-template-columns: repeat(3, 1fr); /* 4 أعمدة متساوية */
    gap: 1rem;                             /* مسافة بين العناصر */
}

/* ميديا كويري للشاشات الصغيرة */
@media (max-width: 768px) {
    .s-block--banners .grid.two-row {
        grid-template-columns: repeat(2, 1fr); /* عمودين للشاشات الصغيرة */
        gap: 1rem;
    }
    .banner-entry {
    min-height: 110px;
    }
}

span.transition-all {
    color: white;
}

i.sicon-caret-left.transition-all {
    color: white;
}

.testimonials-itme.swiper-slide.slide--one-third * {
    color: white;
}

.s-block__title .center-side {
    background-color: #5B5D5D;
        border-radius: 20px;

}

    .s-block__title h2, .s-block__title h1 {
        color: white;
    }
    
    .store-footer {
    background-color: #010A18;
}

.lazy__bg.lazy.entered.loaded {
    background-size: CONTAIN;
    BACKGROUND-REPEAT: NO-REPEAT;
}