/* Add custom CSS styles below */ 
/* عرض البانر كامل بدون قص */
.banner-full img,
.hero img,
.slider img,
.section-banner img {
  width: 100% !important;
  height: auto !important;
  object-fit: contain !important;
  object-position: center !important;
}

/* إزالة أي حدود أو اقتصاص إضافي */
.banner-full,
.hero,
.slider,
.section-banner {
  overflow: visible !important;
}