/* Add custom CSS styles below */ 
#app {
    background-color: #ffffff!important;
}

.s-block__title p {
    text-align: center;}
.s-block__title h2 {
    text-align: center;}

 (min-width: 768px) {
   .s-slider-swiper-wrapper .md\:flex-row-reverse {
        flex-direction: row!important;
    }
}@media (min-width: 768px) {
    .md\:justify-between {
        justify-content: flex-end;
    }
}
@media (max-width: 767px) {
   .home-slider .swiper-wrapper {
        height: 60vh!important;
    }
}

.btn-outline-primary, .btn-primary {
    border-color: #ffffff;
    border-width: 1px;
    background: #5f973b!important;
}
.btn-outline-primary {
    color: #ffffff!important;
}
/* قلب حاوية السلايدر لعكس اتجاه الحركة */
#squares-2 .swiper {
    transform: scaleX(-1);
}

/* إعادة قلب العناصر الداخلية (الصور والنصوص) لتظهر بشكلها الطبيعي */
#squares-2 .swiper-slide {
    transform: scaleX(-1);
}
 @media (min-width: 768px) {
    .ltr .md\:justify-between {
        justify-content: end;
    }
}