/* Full width للبلوك بتاع الصور المتحركة */
body.index > div.app-inner > section.s-block.s-block--photos-slider{
  width: 100vw !important;
  margin-left: calc(-50vw + 50%) !important;
  margin-right: calc(-50vw + 50%) !important;
}

/* فك قيود الكونتينر */
body.index > div.app-inner > section.s-block.s-block--photos-slider .container{
  width: 100% !important;
  max-width: 100% !important;
  padding: 0 !important;
}

/* خليه ياخد ارتفاع الشاشة */
body.index > div.app-inner > section.s-block.s-block--photos-slider .swiper,
body.index > div.app-inner > section.s-block.s-block--photos-slider .swiper-wrapper{
  height: 100vh !important;
}

/* أول سلايد الحقيقي (index 0) — ده الأهم بدل nth-child */
body.index > div.app-inner > section.s-block.s-block--photos-slider .swiper-slide[data-swiper-slide-index="0"]{
  height: 100vh !important;
}
body.index > div.app-inner > section.s-block.s-block--photos-slider .swiper-slide[data-swiper-slide-index="0"] img{
  height: 100vh !important;
  width: 100% !important;
  object-fit: cover !important;
}

/* باقي السلايدات ارتفاع عادي */
body.index > div.app-inner > section.s-block.s-block--photos-slider .swiper-slide:not([data-swiper-slide-index="0"]) img{
  height: 450px !important;
  width: 100% !important;
  object-fit: cover !important;
}