body{
    background-color: #fff !important;
}

body.index:after{content:"";width:100%;height:100%;top:0;position:fixed;z-index:999999;background:url() center/80px no-repeat #fff;left:0;animation:fade-in 3s forwards}@keyframes fade-in{0%,50%{opacity:1}50%{transform:scale(1.2)}100%{opacity:0;visibility:hidden;transform:scale(1.5)}}

section.s-block.s-block--banners.container{
    margin-top: 0 !important;}
.grid.md\:grid-cols-3.two-row.grid-flow-row {
  display: grid;
  grid-template-columns: repeat(2, 1fr); /* موبايل */
    gap: 20px;
  justify-content: center;
}

@media (min-width: 1024px) {
  .grid.md\:grid-cols-3.two-row.grid-flow-row {
    grid-template-columns: repeat(4, 1fr); /* ديسكتوب */
    gap: 20px;   
  }
  section.s-block.s-block--banners.container{
    margin-top: 10px !important;}
}


/* تنسيق العناصر */
.banner-entry.square-photos {
  width: 100%; /* تاخذ عرض العمود المحدد في Grid */
  height: 200px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 10px;
  overflow: hidden;
  background-color: #fff;
  flex-shrink: 0;
}

/* تنسيق الصورة داخل العنصر */
.banner-entry .lazy__bg {
  width: 100%;
  height: 100%;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}

/* إخفاء أول عنصر */
.banner-entry.square-photos:first-of-type {
  display: none;
}



.s-button-btn{
  background-color: #0954BA !important;
  color: #fff !important;
  padding: 10px 20px;
  border-radius: 10px;
  font-size: 16px;
  font-weight: 500;
  transition: all 0.3s ease;
}
.s-button-btn:hover{
  box-shadow: 0 6px 25px rgba(0, 0, 0, 0.1);
  transform: translateY(-2px);
  border: none !important;
    background-color: #fff !important;
  color: #0954BA !important;
}

.feature-icon{
background:#0954BA !important;
}
footer.store-footer ,.store-footer__inner{
background:#0954BA !important;
color: #fff !important;
}
header , .mobile-menu{
color: #0954BA !important;
}

.whatsapp-icon {
position: fixed;
bottom: 20px;
right: 20px;
background-color: #25D366;
color: white;
font-size: 28px;
padding: 11px;
border-radius: 50%;
box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
transition: transform 0.3s ease-in-out;
text-align: center;
z-index: 9999;
}

.whatsapp-icon::before {
content: "";
position: absolute;
top: 50%;
left: 50%;
width: 60px;
height: 60px;
background-color: rgba(37, 211, 102, 0.5);
border-radius: 50%;
transform: translate(-50%, -50%);
z-index: -1;
animation: pulse-animation 1.5s infinite;
}

@keyframes pulse-animation {
0% {
transform: translate(-50%, -50%) scale(1);
opacity: 0.7;
}
50% {
transform: translate(-50%, -50%) scale(1.4);
opacity: 0;
}
100% {
transform: translate(-50%, -50%) scale(1);
opacity: 0;
}
}

.whatsapp-icon\:hover {
transform: scale(1.1);
}

section.s-block.s-block--fixed-banner.wide-placeholder .container{
max-width: 100% !important;
    border-radius: 0%;
        margin: 0;
          padding: 0}
          
          
section.s-block.s-block--fixed-banner.wide-placeholder{
margin: 0 0 20px 0;}

.s-block--features__item{
     border: 1px solid #0954BA !important;
     
}
.s-block--features__item i{
color: #fff !important;}

.s-block--features__item:nth-of-type(2) {
  background-color: #0954BA;
}

/* لو العناصر الداخلية محتاجة تغيير لونها كمان */
.s-block--features__item:nth-of-type(2) h2,
.s-block--features__item:nth-of-type(2) p,
.s-block--features__item:nth-of-type(2) i {
  color: #fff;
}
.s-products-slider-card{
border: 1px solid !important;
    margin: 1px;
    border-radius: 17px;
}
.s-products-slider-card:hover{
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
  transform: translateY(-2px);
  border: none !important;
}


button.s-slider-prev.s-slider-nav-arrow{
width: 1.5rem !important}
button.s-slider-next.s-slider-nav-arrow{
width: 1.5rem !important}
.s-slider-block__title-nav{
width: 100% !important}

@media (max-width: 768px) {
  .overlay-bg.bg-cover.bg-center.absolute.inset-0 {
    background-size: 100% auto !important; /* ✅ تمتد بعرض الشاشة */
    background-repeat: no-repeat !important;
    background-position: top center !important;
    background-color: #fff !important;
    height: auto !important;
    min-height: auto !important;
  }
  .swiper-slide.w-full.min-h-\[300px\].lg\:min-h-\[528px\].bg-dark.relative.swiper-slide-visible.swiper-slide-active {
    min-height: 0 !important;
    height: 324px!important;
  }

  .s-block--hero-slider .swiper-slide {
    height: auto !important;
    min-height: 0 !important;
  }
}
.s-block--hero-slider .swiper-slide .overlay-bg:after {
  width: 0 !important;
  height: 0 !important;
  content: none !important;
}
@media (min-width: 1280px) {
    .s-block--hero-slider .swiper-slide {
        height: 938px;
    }
}