    /* SPLIDE JS */

    .splide__arrow--prev:before {
        transform: rotate(180deg) !important;
        display: block !important;
    }

    #properties-cart-slider .splide__arrow--prev:before {
        transform: rotate(180deg);
        display: block;
    }

    .splide__arrow--next:before,
    .splide__arrow--prev:before {
        color: #fff;
        font-family: 'simedarbyproperty' !important;
        content: "\eb09";
        /* display: none; */
        font-size: 32px;
        display: contents;
        z-index: 99;
    }

    .splide .splide__arrow {
        background: transparent;
    }

    .splide__arrow svg {
        display: none;
    }

    .splide__list {
        transition: height .2s;
    }

    .splide__pagination .splide__pagination__page {
        margin-left: 0.425rem;
        margin-right: 0.425rem;
        transform: scale(1);
        height: 15px;
        width: 15px;
        opacity: 1;
    }

    .splide__pagination .splide__pagination__page.is-active {
        background: #ffffff;
        transform: scale(1);
        z-index: 1;
        height: 15px;
        border-radius: 50px;
    }

    .image_featured {
        width: 100%;
        height: auto;
        object-fit: cover;
        object-position: center;
        padding: 10px;
    }

    .splide__arrow.splide__arrow--next {
        top: 90%;
        right: 40%;
    }


    .splide__arrow.splide__arrow--prev {
        top: 90%;
        left: 40%;
    }

    .splide .splide__pagination {
        bottom: 7%;
    }

    .top_slider {
        margin: auto;
        background: black;
        width: 100%;
        height: 100%;
        display: block;
        max-width: 1000px;
        padding: 0 4px;
        border-radius: 23px;
        z-index: 6;
        display: flex;
        position: relative;
        background: linear-gradient(rgb(20, 20, 20), rgb(55, 19, 19)) padding-box,
            linear-gradient(45deg, #ffb73a, #fff94c) border-box;
        border: 3px solid transparent;

    }

    .thumb_properties {
        padding: 10px;
        display: flex;

    }

    .thumb-carousel .splide__arrow--next {
        top: 50%;
        right: 0%;
    }

    .thumb-carousel .splide__arrow--prev {
        top: 50%;
        left: 0%;
    }

    .thumb_properties .splide__arrow {
        background: transparent;
    }

    .thumb_properties .splide__slide .pin_property {
        scale: 0.8;
    }

    .thumb_properties .splide__slide.is-active .ring_img {
        opacity: 1;
    }

    .thumb_properties .splide__slide.is-active .pin_property {
        scale: 1.1;
    }

    .w_90 {
        width: 90%;
    }

    .w_10 {
        width: 8%;
        margin: 0 auto;
        display: inline-block;
    }

    .cart-carousel {
        padding-top: 3rem;
        padding-bottom: 1rem;
        margin-top: -2rem;
        background-color: rgb(43, 43, 43);
        border-radius: 25px;
    }

    .nested-slider .bs_card {
        width: 96%;
    }

    .properties-carousel {
        max-width: 91vw;
        margin: 0 auto;
    }

    .centered-slides {
        justify-content: center !important;
    }

    .properties-carousel .splide__arrow:disabled {
        opacity: 0;
    }

    .properties-carousel .splide__pagination {
        bottom: -1.4rem;
    }

    .properties-carousel .splide__arrow.splide__arrow--next {
        top: 104%;
        right: 36%;
    }

    .properties-carousel .splide__arrow.splide__arrow--prev {
        top: 104%;
        left: 36%;
    }

    /* .properties-carousel .splide__slide:not(.is-active) {
    height: 0;
  } */
    /* .properties-carousel .splide__list {
    justify-content: center;
} */



    .promo-carousel .splide__pagination .splide__pagination__page {
        width: 1.2ch !important;
        height: 1.2ch !important;
        margin-left: 0.225rem;
        margin-right: 0.225rem;
    }

    .promo-carousel .splide__pagination {
        bottom: 10%;
    }

    .promo-carousel .splide__arrow.splide__arrow--next {
        top: 84%;
        right: 43%;
    }

    .promo-carousel .splide__arrow.splide__arrow--prev {
        top: 84%;
        left: 43%;
    }

    .custom-progress {
        display: flex;
        align-items: center;
        gap: 10px;
        color: white;
        font-family: 'Montserrat';
        font-weight: 800;
        max-width: 19%;
        margin: auto;
        margin-top: 17px;
    }

    .progress-track {
        flex: 1;
        height: 4px;
        background: rgb(255 255 255);
        position: relative;
        border-radius: 10px;
    }

    .progress-fill {
        height: 100%;
        background: linear-gradient(to right, #B30000, #d41204);
        width: 0;
        transition: width 0.3s ease;
    }

    .progress-text {
        font-size: 14px;
        letter-spacing: 1.2px;
        padding: 10px;
        border-radius: 8px;
        background: linear-gradient(to right, #B30000, #F44336);
    }

    .vid-carousel .splide__arrow.splide__arrow--next {
      top: 44%;
    right: 1%;
        filter: drop-shadow(0px 0px 2px black);
        background: #3e8da7;
            opacity: 1;
        /* background: #3e8da7; */
    }

    .vid-carousel .splide__arrow.splide__arrow--prev {
            top: 44%;
   
        left: 1%;
        filter: drop-shadow(0px 0px 2px black);
            opacity: 1;
        background: #3e8da7;
    }
.splide__arrow.is-disabled {
    opacity: 0 !important;
    pointer-events: none; /* Prevent clicking */
    transition: opacity 0.3s ease; /* Smooth fade */
}
    @media only screen and (min-width: 1000px) {

        .vid-carousel .splide__slide {
            padding: 3rem 0;
        }

        .vid-carousel .splide__slide .inner {
            transition: transform 0.4s ease;
            transform: scale(1);
            opacity: 0.6;
        }


        .vid-carousel .splide__slide.is-active .inner {
            transform: scale(1.2);
            z-index: 2;
            position: relative;
            opacity: 1;
        }

        .vid-carousel .splide__slide.is-active .inner img {

            box-shadow: 0 8px 20px rgba(0, 0, 0, 0.3);
        }


        .expl_imgs {
            height: 55vh;
            width: 100%;
            object-fit: cover;

        }
    }

    @media only screen and (max-width: 800px) {
        .properties-carousel .splide__slide:not(.is-active) {
            height: unset !important;
        }

        .splide.properties-carousel {
            position: relative;
            visibility: visible;
        }

        .properties-carousel .splide__pagination {
            display: none;
        }

        .properties-carousel .splide__arrow {
            display: none;
        }

        .promo-carousel .splide__arrow.splide__arrow--next {
            top: 84%;
            right: 30%;
        }

        .promo-carousel .splide__arrow.splide__arrow--prev {
            top: 84%;
            left: 30%;
        }

        .splide__arrow--next:before,
        .splide__arrow--prev:before {
            font-size: 28px;
        }

        .expl_imgs {
            height: 55vh;
            width: 100%;
            object-fit: cover;
            object-position: center;

        }

        .custom-progress {
            max-width: 60%;
        }

        .vid-carousel .splide__arrow.splide__arrow--next {
            right: 14%;
        }

        .vid-carousel .splide__arrow.splide__arrow--prev {
            left: 14%;
        }
    }