/* Add custom CSS styles below */ 
/* Ensure the section and slider wrapper are full width */
section.s-block.s-block--photos-slider,
salla-slider#photos-0-slider {
    width: 100% !important;
    max-width: 100% !important;
    padding: 0 !important;
    margin: 0 !important;
}

/* Force the swiper container to remove side paddings */
section.s-block.s-block--photos-slider .swiper {
    padding-left: 0 !important;
    padding-right: 0 !important;
}

/* Force each slide to occupy the full width */
section.s-block.s-block--photos-slider .swiper-slide {
    width: 100% !important;
    margin-left: 0 !important;
    margin-right: 0 !important;
}
.slider-bg::before {
    display: none !important;
    content: none !important;
}
.header-logo img,
.navbar-brand img {
    max-height: 80px !important;
    width: auto !important;
    height: auto !important;
}

img.h-80.object-cover{
    height: auto !important;
    object-fit: contain !important;
    max-height: none !important;
}

img.h-full.w-full.object-cover{
    width: 100% !important;
    height: 100% !important;
    object-fit: cover !important;
    object-position: center center !important;
}
li#blog{
    display:none !important;
}

h3 {
    font-size: 1.125rem !important; /* 18px */
    line-height: 1.6;
}