#villa-management-services{
    background-color: #FFF;
}
.carousel-card {
    position: relative;
    overflow: hidden; 
}

.carousel-card .overlay {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 1);
    color: #fff;
    display: none;
    justify-content: center;
    align-items: center;
    opacity: 0;
    transition: opacity 0.3s ease-in-out;
    pointer-events: none;
}

.carousel-card .overlay.active {
    padding: 64px 34px;
    opacity: 1;
    pointer-events: auto;
}
.carousel-card svg {
    transition: all .2s ease-in-out;
    right: 2%;
}
.carousel-card svg.rotate {
    transition: all .2s ease-in-out;
    transform: rotate(-90deg);
}

.services-carousel .slick-next{
    top:-12%;
    left: 76%;
    transform: translateX(50%);
}
.services-carousel .slick-prev{
    top:-12%;
    left: 66%;
    transform: translateX(50%);
}
#villa-management-services .services-carousel .slick-prev, #villa-management-services .services-carousel .slick-next {
    width: 60px;
    height: 60px;
    background-color: white;
    border-radius: 50px;
    z-index: 2;
    padding: 10px;
    transition: all .4s ease-in-out;
    border: 1px solid black;
}
#villa-management-services .services-carousel .slick-prev:hover, #villa-management-services .services-carousel .slick-next:hover {
    background-color: black;
}

#villa-management-services .services-carousel .slick-prev .rect-bg, #villa-management-services .services-carousel .slick-next .rect-bg, #villa-management-services .services-carousel .slick-prev path, #villa-management-services .services-carousel .slick-next path {
    transition: fill .4s ease-in-out;
}

#villa-management-services .services-carousel .slick-prev:hover .rect-bg, #villa-management-services .services-carousel .slick-next:hover .rect-bg {
    fill: var(--bs-primary);
}

#villa-management-services .services-carousel .slick-prev:hover path, #villa-management-services .services-carousel .slick-next:hover path {
    fill: var(--bs-light);
}
#villa-management-services .services-carousel .slick-next::before, #villa-management-services .services-carousel .slick-prev::before{
    display: none;
}

@media screen and (max-width:767px){
    .services-carousel .slick-next{
        top:-14%;
        left: 79%;
    }
    .services-carousel .slick-prev{
        top:-14%;
        left:68%;
    } 
}
@media screen and (max-width:563px){
    .services-carousel .slick-next{
        top:-13%;
        left: 75%;
    }
    .services-carousel .slick-prev{
        top:-13%;
        left:0%;
    } 
}
@media screen and (max-width:430px){
    .services-carousel .slick-next{
        left: 69%;
    }
}