/* Add custom CSS styles below */ 
/* Add custom CSS styles below */ 
body{
  background-color: #red !important;
}
.index section:nth-of-type(1){
  display: none;
}

section:nth-of-type(4).s-block--banners .grid{
    grid-template-columns: repeat(4,minmax(0,1fr)) !important;
}

section:nth-of-type(4).s-block--banners .grid  .banner-entry:first-child {
    grid-row: span 1/span 1 !important;
}
section:nth-of-type(4).s-block--banners .grid  .banner-entry{
  background-color: transparent !important;
}
@media(max-width:768px){
  .hero-section h1{
    font-size: 36px !important;
    line-height: 50px !important;
  }
  section:nth-of-type(4).s-block--banners .grid{
    grid-template-columns: repeat(2,minmax(0,1fr)) !important;
}
  section:nth-of-type(4).s-block--banners .grid  .banner-entry{
    height: 120px !important;
  }
}



/*** الخدمات  ***/
.index section:nth-of-type(4){
  background-image: url("https://cdn.files.salla.network/homepage/1265017670/b8eb07ca-77c9-434a-a7d1-b50067523689_1225x900.webp");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
}




.store-footer__inner {
    background: #005691 !important;
    color: #DBDBDB  !important;
    border-radius: 50px 50px 0 0;
}
.store-footer__inner  h3{
  color: #fff !important;
}