.elementor-widget-shortcode,
.elementor-widget-shortcode .elementor-widget-container {
    max-width: 100%;
    min-width: 0;
}

.itb-property-slider {
    width: 100%;
    max-width: 100%;
    min-width: 0;
    overflow: hidden;
}

.itb-property-slider .swiper-wrapper {
    max-width: 100%;
}

.itb-property-slider .swiper-slide {
    width: 100% !important;
    max-width: 100%;
    min-width: 0;
    flex-shrink: 0;
}

.itb-property-slider img {
    width: 100%;
    max-width: 100%;
    height: 240px !important;
    object-fit: cover;
    display: block;
}

.itb-property-slider .swiper-pagination-bullet{
    border-radius: 0px;
    --swiper-pagination-bullet-width: 40px;
    --swiper-pagination-bullet-height: 2px
}

.itb-property-slider .swiper-slide::before{
    content: "";
    position: absolute;
    inset: 0;
    background: rgba(0, 0, 0, 0.1);
    pointer-events: none;
}
