/* إظهار بانر الهيرو كامل بدون قص في منصة زد */
section[section-id="caba36ee-98cd-4454-96de-be007a2bc0bc"] {
  width: 100% !important;
  height: auto !important;
  min-height: auto !important;
  padding: 0 !important;
  overflow: visible !important;
  aspect-ratio: 16 / 7 !important;
  background-size: contain !important;
  background-repeat: no-repeat !important;
  background-position: center center !important;
}

/* أي عنصر داخلي يحمل الخلفية */
section[section-id="caba36ee-98cd-4454-96de-be007a2bc0bc"] > div,
section[section-id="caba36ee-98cd-4454-96de-be007a2bc0bc"] .container,
section[section-id="caba36ee-98cd-4454-96de-be007a2bc0bc"] [style*="background"] {
  width: 100% !important;
  height: 100% !important;
  min-height: auto !important;
  background-size: contain !important;
  background-repeat: no-repeat !important;
  background-position: center center !important;
}

/* لو البانر صورة img */
section[section-id="caba36ee-98cd-4454-96de-be007a2bc0bc"] img {
  width: 100% !important;
  height: 100% !important;
  object-fit: contain !important;
  object-position: center center !important;
  display: block !important;
}

/* للجوال */
@media (max-width: 767px) {
  section[section-id="caba36ee-98cd-4454-96de-be007a2bc0bc"] {
    aspect-ratio: 16 / 7 !important;
    height: auto !important;
    min-height: auto !important;
    padding: 0 !important;
    overflow: visible !important;
    background-size: contain !important;
    background-position: center center !important;
  }

  section[section-id="caba36ee-98cd-4454-96de-be007a2bc0bc"] > div,
  section[section-id="caba36ee-98cd-4454-96de-be007a2bc0bc"] [style*="background"] {
    height: 100% !important;
    background-size: contain !important;
    background-repeat: no-repeat !important;
    background-position: center center !important;
  }
}
/* إظهار البانر الثاني كامل بدون قص */
section[section-id="47ef59b0-dc8d-4a95-9098-85f14572bf5e"] {
  width: 100% !important;
  min-height: unset !important;
  height: auto !important;
  padding: 0 !important;
  overflow: visible !important;
  aspect-ratio: 16 / 7 !important;
  background-size: contain !important;
  background-repeat: no-repeat !important;
  background-position: center center !important;
}

/* ضبط العناصر الداخلية للبانر */
section[section-id="47ef59b0-dc8d-4a95-9098-85f14572bf5e"] > div,
section[section-id="47ef59b0-dc8d-4a95-9098-85f14572bf5e"] .container,
section[section-id="47ef59b0-dc8d-4a95-9098-85f14572bf5e"] [style*="background"] {
  width: 100% !important;
  height: 100% !important;
  min-height: unset !important;
  background-size: contain !important;
  background-repeat: no-repeat !important;
  background-position: center center !important;
}

/* في حالة كان البانر صورة داخل القسم */
section[section-id="47ef59b0-dc8d-4a95-9098-85f14572bf5e"] img {
  width: 100% !important;
  height: 100% !important;
  object-fit: contain !important;
  object-position: center center !important;
  display: block !important;
}

/* ضبط البانر على الجوال */
@media (max-width: 767px) {
  section[section-id="47ef59b0-dc8d-4a95-9098-85f14572bf5e"] {
    aspect-ratio: 16 / 7 !important;
    height: auto !important;
    min-height: unset !important;
    padding: 0 !important;
    overflow: visible !important;
    background-size: contain !important;
    background-repeat: no-repeat !important;
    background-position: center center !important;
  }

  section[section-id="47ef59b0-dc8d-4a95-9098-85f14572bf5e"] > div,
  section[section-id="47ef59b0-dc8d-4a95-9098-85f14572bf5e"] [style*="background"] {
    height: 100% !important;
    min-height: unset !important;
    background-size: contain !important;
    background-repeat: no-repeat !important;
    background-position: center center !important;
  }
}