/* Add custom CSS styles below */ 
* Add custom CSS styles below */ 
    .lg\:p-8 {
        padding: 0rem;
    }
        .lg\:flex-row {
        flex-direction: column;
    }
        .lg\:w-\[60\%\] {
        width: 100%;
    }
        .lg\:text-start {
        visibility: hidden;
        height: 0px;
    }
    .container {
        max-width: none;
}

.flex.lg\:flex-row.flex-col.container.items-center.justify-between.gap-6.lg\:gap-12 {
        gap: 0rem;
        padding: 0px;
}

.flex.flex-col.gap-3.bg-white.shadow-lg.shadow-black\/\[0\.03\].p-6.lg\:p-8.rounded-2xl {
    padding: 3rem;
}

.s-block__title{
color:white;
text-align:center;
}

.carousel-slider .swiper:where([dir="rtl"], [dir="rtl"] *) {
    padding-left: 0rem; 
}
.s-block--banners .banner-square h3{
color:white !important;
}

.s-slider-block__title{
color:white !important;
}