/* Add custom CSS styles below */ 

.main-nav.fixed-pinned .inner{

backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  background: rgba(255, 255, 255, 0.7) !important;
}

@media(max-width:767px){
  .navbar-brand img {
    max-height: 22px !important;
}
}
@media (min-width: 1024px) {
    salla-slider.has-scrollbar.has-less-slides .s-slider-container {
        padding-bottom: 25px !important;
    }
}



@media (min-width: 900px) {
    .s-block--map [class="absolute z-1 w-[calc(100%-80px)] sm:w-[calc(100%-132px)] -top-5 left-10 sm:left-16 bg-white dark:bg-dark rounded overflow-hidden p-5 lg:p-8 flex items-center gap-8 shadow-[0px_4px_92.2px_rgba(0,0,0,0.04)]"] {
        background-color: #ffffff47;
        backdrop-filter: blur(5px);
        top: 24rem !important;
        padding: 10px;
    }
}