/* Add custom CSS styles below */ 
/* Add custom CSS styles below */ 
@media screen and (max-width: 667px) {}

.s-block--fixed-banner + .s-block--fixed-banner{
margin-top:.8rem !important
}

.carousel-slider .s-slider-block__title-nav{
display:none !important
}

#app > div.flex.flex-col.min-h-full.app-inner.overflow-hidden.relative > section:nth-child(5){
margin-top:0
}

.slider-banner-main-0, .video-banner-main-0{
margin-bottom:0 !important
}

/* أسفل الصفحة (كل الاحتمالات الممكنة) */
footer, 
.footer, 
.salla-footer, 
.page-footer, 
.site-footer,
footer *, 
.footer *, 
.salla-footer *, 
.page-footer *, 
.site-footer * {
}

/* لون النص في الفوتر (تم إزالة اللون) */
footer a, .footer a, .salla-footer a, .page-footer a, .site-footer a {
}
body {
  background: linear-gradient(180deg, #cfc9e6 0%, #dedaf0 50%, #e6e6e6 100%) !important;
}
/* أسفل الصفحة فقط */
footer, 
.footer, 
.salla-footer, 
.page-footer, 
.site-footer {
  background: linear-gradient(180deg, #cfc9e6 0%, #dedaf0 50%, #e6e6e6 100%) !important;
}

/* خلفية داخل الفوتر */
footer *, 
.footer *, 
.salla-footer *, 
.page-footer *, 
.site-footer * {
  background: transparent !important;
}

/* لون النص داخل الفوتر */
footer a, 
.footer a, 
.salla-footer a, 
.page-footer a, 
.site-footer a {
  color: #000 !important;
}