/* ✅ حركة ناعمة للبنرات بدون دوران مزعج */
.banners-grid--5 .banner-entry a {
    transition: transform .4s ease-in-out !important;
}
.banners-grid--5 .banner-entry a:hover {
    transform: scale(1.05) !important;
}

/* ✅ شريط علوي بلون ترابي وهوية واضحة */
.py-5 {
    text-align: center;
    background: #38332d;
    color: #fee432;
}

/* ✅ الخط الرئيسي للسلايدر */
.s-block--main-slider-1.is-fullscreen salla-slider,
.s-block--main-slider-1.is-fullscreen div[slot=items],
.s-block--main-slider-1.is-fullscreen .swiper-slide {
    font-family: "Almarai", sans-serif;
    font-weight: 700;
    font-style: normal;
}

/* ✅ فوتر بلون داكن موحد */
.dark *.store-footer {
    background-color: rgb(56 51 45);
}

/* ✅ حجم الأيقونات ثابت بدون حركة */
.s-block--features__item .feature-icon i {
    font-size: 35px;
    line-height: 1 !important;
    margin: 0 0 .5rem;
    position: relative;
}

/* ✅ إزالة دوران الشعار */
.navbar-brand img {
    transform: none !important;
    animation: none !important;
}