.mySwiper swiper-slide {
    width: 100%;
    min-height: 300px;
}

swiper-container {
    width: 100%;
    height: 100%;
}

swiper-slide {
    text-align: center;
    font-size: 18px;
    background: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
}

swiper-slide img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}


.bg-story {
    background-image: url('../assets//images/home/bg-line-blue.png');
    background-position: bottom right;
    background-size: 40%;
    background-repeat: no-repeat;
}


.story .swiper-slide {
    height: 100%;
    width: 100% !important;
    overflow: hidden;
}

.story .swiper-slide img {
    width: 100%;
    height: 1100px;
    overflow: hidden;
    object-fit: cover;
    object-position: top;
    top: initial;
}

@media (max-width: 1690px) {
    .story .swiper-slide img {
        width: 100%;
        min-height: 1400px;
        overflow: hidden;
        object-fit: cover;

    }
}

@media (max-width: 1900px) {
    .story .swiper-slide img {
        width: 100%;
        min-height: 97svh;
        max-height: 97svh;
        overflow: hidden;
        object-fit: cover;

    }
}

.story__pagination {
    bottom: unset !important;
    bottom: 8px !important;
    display: flex;
    padding: 0 4px;
}

.story__pagination .swiper-pagination-bullet {
    flex-grow: 1;
    border-radius: 100vh;
    height: 5px;
    margin: 0 2px !important;
    background-color: rgba(217, 217, 217, .6);
    opacity: 1;
}

@media (max-width: 1690px) {
    .story__pagination .swiper-pagination-bullet {
        height: 8px;
    }
}


.story__pagination .swiper-pagination-bullet .swiper-pagination-progress {
    height: 100%;
    width: 0%;
    border-radius: 100vh;
    background-color: #d3430c;
}

.story__prev,
.story__next {
    height: 100%;
    width: 20%;
    top: 0;
    margin-top: 0;
}

.story__prev::after,
.story__next::after {
    content: none;
}

.story__prev {
    left: 0;
}

.story__next {
    right: 0;
}

/* Default styles for all devices */
.fade-highlight {
    background-image: linear-gradient(to bottom, #725431 10%, rgb(235 202 166) 40%, #D8A05D 100%);
}

/* Desktop styles */
@media (max-width: 990px) {
    .fade-highlight {
        background-image: linear-gradient(to bottom, #725431 10%, #725431 40%, #725431 100%) !important;
    }
}

.accordion-toggle svg {
    opacity: 1 !important;
    width: 20px !important;
}