/* Add custom CSS styles below */ 

.s-main-banner.content_top img.w-full.h-auto {
    object-fit: cover;
}
.s-main-banner.content_top .container{
    width:100% !important;
    max-width:90%;
}
.s-main-banner.content_top .section__header{
    width:230px !important;
}
@media(max-width:500px){
    .s-main-banner.content_top  .container{
        width:300px;
        z-index: 2;
    }
    .s-main-banner.content_top .section__header{
        width:150px !important;
    }
    .s-main-banner.content_top {
        position: relative;
        overflow: hidden;
    }

    .s-main-banner.content_top::after {
        content: "";
        position: absolute;
        inset: 0;
        background: rgba(0, 0, 0, 0.4); /* ØºÙŠØ± 0.4 Ø­Ø³Ø¨ Ø¯Ø±Ø¬Ø© Ø§Ù„ØºÙ…Ù‚Ø§Ù† */
        pointer-events: none;
        z-index: 1;
    }
  .s-main-banner.content_top{
    min-height:500px;
}
    .s-main-banner.content_top .section__header{
    width:150px !important;
}
}
salla-slider#catslide .swiper-slide.swiper-slide-visible:nth-of-type(3){
    display:none;
}

#main-content .features-sec h2::before,
#main-content .features-sec h2::after {
    width: 30px !important; /* صغري الرقم حسب ما يعجبك */
}