/* Add custom CSS styles below */ 
.dark .breadcrumbs a {
    color: #fff;
}
section#title-only-1 {
    margin-top: 2rem !important;
}

ul.footer-list.footer-menu-list.flex.justify-center.flex-wrap.gap-5.rtl\:lg\:ml-auto.ltr\:lg\:mr-auto.lg\:px-6.rtl\:lg\:border-r.ltr\:lg\:border-l {
    margin-left:0;
}

.container.xl\:px-0.flex.flex-col.lg\:flex-row.gap-5.items-center.justify-between.pb-6.lg\:pt-6.text-center.footer-main-row {
    flex-direction:column
}



.container.xl\:px-0.flex.flex-col.lg\:flex-row.gap-5.items-center.justify-between.py-6.border-t.border-gray-200.dark\:border-white\/10 {
    background: black !important;
    width: 100%;
    max-width: 100% !important;
    justify-content: space-around;
}
.container.xl\:px-0.flex.flex-col.lg\:flex-row.gap-5.items-center.justify-between.py-6.border-t.border-gray-200.dark\:border-white\/10 *{
    color: #fff;
}


body.index .navbar-brand img {

      width: 100px;
    height: 60px !important;
    content: url(https://cdn.salla.sa/cdn-cgi/image/fit=scale-down,width=400,height=400,onerror=redirect,format=auto/ZYWKRY/pEFwv9IgbLzKB6ynNfwUTecDmQAsoybE7Ua1yRv1.png) !important;
}
.navbar-brand img , .main-nav.fixed-pinned .navbar-brand img , footer img[src="https://cdn.salla.sa/cdn-cgi/image/fit=scale-down,width=400,height=400,onerror=redirect,format=auto/ZYWKRY/pEFwv9IgbLzKB6ynNfwUTecDmQAsoybE7Ua1yRv1.png"]{
 
    content: url("https://i.postimg.cc/J0h0mRQR/remontada.png") !important;
      height: 50px !important;

}
  

.marquee__content img {
    max-width:10rem !important;
    max-height:10rem !important;
}

@media(max-width:992px){
    section.s-block.s-block--features.container .flex.flex-col.sm\:flex-row.justify-center.sm\:items-center.sm\:gap-8.border.border-gray-100.dark\:border-white\/10.rounded {
flex-direction:row !important;
    flex-wrap:wrap !important;
        justify-content:center !important;
        align-items:center; !important;
    }
     .s-block--features__item   {
        width:50%;
       justify-content:center !important;
        align-items:center; !important;
        
    }
  .s-block--features__item:nth-child(3){
      width:100% !important;
  }
    h2.last\:mb-4 {
    font-size:20px ;
}

}


@media(max-width:767px){
    .right-side.mobile-main-nav.flex.items-center.gap-5.lg\:gap-8 {
    justify-content: space-around;
      padding:0;
      
}
    
}