/* Add custom CSS styles below */ 
.s-block:nth-of-type(1) {
    margin-top: 0 !important;
}

.s-block--photos-slider .s-slider-block__title-nav {
    display: none !important;
}

.s-block--photos-slider * {
    margin: 0 !important;
    padding: 0 !important;
    border-radius: 0 !important;
}

.s-block--photos-slider .swiper-slide {
    margin-left: 0 !important;
    margin-right: 0 !important;
    width: 100% !important;
}

.footer-margin span,
.footer-margin span * {
  color: #fff !important;
}

footer .m-auto.flex.justify-start.max-w-\[1300px\].items-center.flex-wrap.max-lg\:justify-start.gap-9.md\:gap-6.px-5.pb-4,
footer .m-auto.flex.justify-start.max-w-\[1300px\].items-center.flex-wrap.max-lg\:justify-start.gap-9.md\:gap-6.px-5.pb-4 * {
  color: #fff !important;
}

/* تكبير الخط لعناصر المينيو */
.main-menu li a span {
  font-size: 18px !important; /* كبري أو صغري الرقم حسب ما تحبي */
  font-weight: bold; /* لو عاوزاه أوضح */
}

@media(max-width:768px){
.g_cat .s-slider-swiper-wrapper {
    justify-content: center !important;
}
}