body#app section{
    margin-bottom:50px;
}
section.s-block--photos-slider .swiper{
    padding:0;
    margin-top:30px;
}
section.s-block--photos-slider .swiper .swiper-slide{
    padding:0;
    width:100%;
}
section.s-block.s-block--photos-slider {
    margin-top:0;
}
section.s-block--photos-slider  button.s-slider-nav-arrow.swiper-button-disabled.swiper-button-lock {
    visibility:hidden;
}
div#mainnav a.navbar-brand img{
    width:px !important;
    min-height:80px !important;
}
salla-slider#category .s-slider-block__title .s-slider-block__title-right{
    margin:auto;
    padding-left:0;
}

salla-slider#category .card_img.bg-background{
    padding:0;
    width:100% ;
}
salla-slider#category .card_img.bg-background img{     
    margin:0!important;
    width:100% ;
    max-height:200px  !important;
    margin-bottom:10px !important;
    border-radius:0;
}
salla-slider#category .swiper-slide.card_category {
    padding-bottom:5px;
}
@media(max-width:768px){
   salla-slider#category .card_img.bg-background img{     
    width:100% ;
    max-height:120px  !important;
} 
}
/* تغيير لون أيقونات السوشيال ميديا للأسود وتكبير حجمها */
salla-social {
    --color-primary: #000000 !important;
}

/* تكبير حجم الأيقونات (يمكنك تغيير 30px للحجم الذي تفضله) */
salla-social i, 
.social__item i, 
.social-links a i,
[class^="sicon-"] {
    color: #000000 !important;
    font-size: 24px !important; /* جرب 24px أو 28px حسب حاجتك */
}

/* التأكد من تكبير الأيقونات داخل المكونات */
salla-social a {
    color: #000000 !important;
    font-size: 30px !important;
}


/***/
.main-nav-container.fixed-header .inner {
    background: #fff;
}
footer li.s-social-link {
    border: 1px solid #000;
    border-radius: 50px;
}
@media(max-width:768px){
footer .lg\:col-span-2 .hidden.lg\:block {
    display: block;
}}