section.s-block.s-block--fixed-banner.wide-placeholder img {
    background-color: unset!important;
}
/* إصلاح خلفية البنرات في الأقسام */
.s-block--banners .banner-entry {
  background-color: #ffffff !important; /* أبيض صريح */
  border-radius: 12px; /* اختياري لشكل أنعم */
  padding: 1rem; /* اختياري لتوسيط المحتوى داخل البانر */
  box-shadow: none !important; /* نضمن إن مفيش ظل ممكن يغمق الخلفية */
}
box-shadow: 0 0 10px rgba(0, 0, 0, 0.05);


/* استهداف السلايدر الرئيسي فقط وإزالة الخلفية البيضاء أو الخط */
.swiper.s-slider-container {
  background-color: transparent !important;
  border: none !important;
  box-shadow: none !important;
  padding: 1rem !important;
  margin: 0 !important;
}
/* الصور داخل البنر */
.swiper.s-slider-container .swiper-slide img {
  display: block;
  width: 100% !important;
  height: auto !important;
  object-fit: cover;
  border: none !important;
  box-shadow: none !important;
}

/* إزالة أي مارجن أو بادينج من أول سيكشن */
section:first-of-type {
  margin: 0 !important;
  padding: 0 !important;
}
/* جعل السلايدر الأول فقط بعرض 99% ومتمركز */
/* start first banner */
section:first-of-type {
    margin: 0!important;
}
section.s-block.s-block--photos-slider salla-slider.photos-slider .swiper-slide {
    width: 100%!important;
    padding: 0!important;
}
[dir=rtl] .carousel-slider .swiper {
    padding: 0!important;
}
/* start banner */
section:nth-child(1 of .s-block.s-block--fixed-banner.wide-placeholder) .container {
    max-width: 100%!important;
    margin: 0!important;
    padding: 0!important;
}
section.s-block.s-block--fixed-banner.wide-placeholder img {
    background-color: unset!important;
}
--------------------------