/*hidding main banner gray overlay */
.full-banner-entry:after{
  visibility: hidden;
}

/* hidding main banner text  */
.banner-entry h3 {
    display: none !important;
}

/* main banner height */
.has-overlay:after{
  max-height: 83px important;
}

/* main banner background */
.s-block--full-bg{
  background-color: #ffffff !important;
}





/* Mobile */
@media (max-width: 768px) {
  /* Slide images  */
  #main-slider-4 .bg-cover {
    background-size: contain !important;
    background-repeat: no-repeat !important;
    background-color: #ffffff; 
  }
}


/* Ipads */
@media (min-width: 769px) {
  /* banner size */
  .full-banner-entry {
      height: 350px !important;
      width: 600px  !important;
    
  }
  
  /* Media logos */
  .s-block--full-bg{
    display: flex !important;
    justify-content: center !important;
  }

  .banner-entry {
      transition: transform 0.3s ease;
  }
  
  .banner-entry:hover {
      transform: scale(1.2); /* غيّر القيمة حسب الحجم المطلوب */
  }
  
  /* Slide Images */
  .s-slider-wrapper{
    width: 100% !important;
  }
  .swiper-slide{
    min-height: 600px !important;
  }
  


  
 
}

/* Desktop */
@media (min-width: 1024px) {

  /* Slide images */
  .s-slider-wrapper{
    width: 90% !important;
  }
  #main-slider-4 .bg-cover {
    background-size: contain !important;
    background-repeat: no-repeat !important;
    background-color: #ffffff; 
  }
  
}