.home-slides-widget-wrapper {
    position: relative;
}

.home-slides-widget-wrapper .slick-dots {
    position: absolute;
    bottom: 20px;
    right: 0px;
    display: flex !important;
    gap: 8px;
    list-style: none;
    padding: 0;
    margin: 0;
    z-index: 50;
    width: 100%;
    text-align: center;
}

.home-slides-widget-wrapper .slick-dots li {
    margin: 0;
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: center;

    position: relative;
    width: 20px;
    height: 20px;
    cursor: pointer;
}

.home-slides-widget-wrapper .slick-dots li button {

    width: 6px;
    height: 6px;
    border-radius: 9999px;
    background-color: #2b3a32;
    opacity: 0.2;
    padding: 0;
    margin: 0;
    color: transparent;
    border: none;
    cursor: pointer;
    outline: none;
    transition: all 0.3s ease;
    font-size: 0;
    line-height: 0;
    display: block;
}

.home-slides-widget-wrapper .slick-dots li.slick-active button {
    opacity: 1;
    background-color: #064e3b;
    transform: scale(1.5);
}


.home-slides-widget-wrapper .slick-slide {
    height: auto;
}

.home-slides-widget-wrapper .slick-slide .anim-scale {
    transform: scale(1.1);
}

.home-slides-widget-wrapper .slick-active .anim-scale {
    transform: scale(1);
    transition: transform 5s ease-out;
}

.home-slides-widget-wrapper .slick-slide .anim-fade-right {
    opacity: 0;
    transform: translateX(-30px);
}

.home-slides-widget-wrapper .slick-active .anim-fade-right {
    opacity: 1;
    transform: translateX(0);
    transition: opacity 1s ease-out 0.4s, transform 1s cubic-bezier(0.2, 0.8, 0.2, 1) 0.4s;
}

.home-slides-widget-wrapper .slick-slide .anim-fade-in-slow {
    opacity: 0;
}

.home-slides-widget-wrapper .slick-active .anim-fade-in-slow {
    opacity: 1;
    transition: opacity 2s ease-in-out 0.6s;
}


.home-slides-widget-wrapper .slick-initialized .slick-slide {
    display: flex;
}
/*
.home-slides-widget-wrapper .slick-slide > div {
    height: 100%;
}
*/
.home-slides-widget-wrapper .home-slides-title {
    transition: color 0.25s ease;
}

.home-slides-widget-wrapper a:hover .home-slides-title {
    color: #0d4d2a;
}

@media (prefers-reduced-motion: reduce) {
    .home-slides-widget-wrapper .slick-track,
    .home-slides-widget-wrapper .slick-list,
    .home-slides-widget-wrapper .slick-slide,
    .home-slides-widget-wrapper .slick-arrow,
    .home-slides-widget-wrapper a,
    .home-slides-widget-wrapper img {
        transition-delay: 0s !important;
        transition-duration: 400ms !important;
    }
}

@media (max-width: 768px) {
    .home-slides-widget-wrapper .slide {
        flex-direction: column !important;
        height: auto !important;
        padding: 1.5rem !important;
        gap: 1.5rem;
    }
    .home-slides-widget-wrapper .slide > .home-slides-text,
    .home-slides-widget-wrapper .slide > .home-slides-image-wrap {
        width: 100% !important;
        padding: 0 !important;
        height: auto !important;
        padding-top: 0 !important;
    }
    .home-slides-widget-wrapper .slide > .home-slides-image-wrap {
        height: 240px !important;
    }
}
