.s-block--features__item .feature-icon {
    background: white;
}
.feature-icon i {
  color: #A9A687 !important;
}




.s-block--fixed-banner .container {
  max-width: 100%;
  padding: 0;
  margin-top:0;
}

.s-block--fixed-banner .banner--fixed img {
  width: 100%;
  
  display: block;
}
.banner-entry {
    background-color: transparent !important;
}




.navbar-brand img {
    max-height: 8rem;
  
}
.main-nav-container.fixed-pinned .navbar-brand img {
    max-height: 8rem;
  
}
.banner-entry {
    background-size: contain;
    height: 250px;
    
   
}

 .s-block--fixed-banner {
  margin-top: 0 ;
  padding-top: 0;
}

.s-button-element.s-button-outline.s-button-primary-outline {
    background-color: #A0A18C !important;
    color: white !important;
    border-color: #A0A18C !important;
}

.s-button-element.s-button-outline.s-button-primary-outline:hover {
    background-color: #A0A18C !important;
    color: white !important;
    border-color: #A0A18C !important;
}

/* Target only the specific grid container that holds .square-photos */
.s-block--banners .grid:has(.square-photos) {
  display: grid !important;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  gap: 20px;
}

/* Style each .square-photos card */
.s-block--banners .banner-entry.square-photos {
  display: block;
  width: 100%;
  height: 200px;
  border-radius: 16px;
  overflow: hidden;
}

/* Ensure the background image fills each card */
.s-block--banners .banner-entry.square-photos .lazy__bg {
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center;
}

@media (max-width: 768px) {
  .s-block--banners .grid {
    gap: 20px; /* تباعد موحد بين كل العناصر */
  }
}