/* Add custom CSS styles below */ 
/* Carousel */

.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;
}

.banner_ad .img3 {
    display: none;
}
.banner_ad .img2 {
    grid-row: span 2;
}

.ads .imgs {
    display: grid;
    grid-template-columns: repeat(2, 1fr); /* اتنين في الصف */
    gap: 50px; /* مسافة بينهم */
}

@media (max-width: 768px) {
    .ads .imgs {
        grid-template-columns: 1fr; /* صورة واحدة في الموبايل */
    }
}