/* Add custom CSS styles below */ 
promotion-title {
    position: absolute;
    left: 601px;
}/* استهداف عنصر الفيديو داخل سلايد الوسائط */
.swiper-slide video {
  object-fit: cover !important; /* تعبئة الإطار */
  width: 100% !important;
  height: 100% !important;
  position: absolute !important;
  top: 0;
  left: 0;
  z-index: 1; /* خلف أي نص أو أزرار */
}

/* إخفاء عناصر التحكم للفيديو */
.swiper-slide video::-webkit-media-controls {
  display: none !important;
}

/* التأكد أن النصوص فوق الفيديو */
.swiper-slide .slide-content {
  position: relative;
  z-index: 2;
}