.elementor-widget-amenities_swiper_widget {
    min-height: 250px;
}

.swiper-wrapper.amenities-wrapper .amenity-image {
    border-radius: 100%;
    padding: 10px;
    width: 90px;
    height: 90px;
    min-height: 90px;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.3s ease-out;
}

.elementor-widget-amenities_swiper_widget .swiper-container {
    width: 100%;
    height: 100%;
}

.elementor-widget-amenities_swiper_widget .custom-swiper {
    overflow: hidden;
}

.swiper-wrapper.amenities-wrapper .swiper-slide {
    margin-right: 10px;
    display: flex;
    padding-right: 1px;
    flex-direction: column;
    align-items: center;
    gap: 14px;
    flex-shrink: 0;
    padding: 10px 0;
}

.elementor-widget-amenities_swiper_widget .swiper-pagination-bullet {
    width: 30px;
    height: 30px;
    border-radius: 50%;
    background-color: #CB4AF3;
    /* Default inactive color */
    opacity: 1 !important;
    /* Make the dots fully visible */
}

.elementor-widget-amenities_swiper_widget .swiper-pagination-bullet-active {
    background-color: #D9D9D9 !important;
    /* Active dot color */
}

.amenities-wrapper p {
    color: #565264;
    text-align: center;
    font-family: "Helvetica Neue";
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    text-transform: uppercase;
}

.amenities-wrapper .swiper-slide {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
    padding: 20px;
    box-sizing: border-box;
}

.amenities-wrapper .swiper-slide img {
    /* max-width: 100%;
    height: auto; */
    display: flex;
    /* width: 80px;
    height: 80px; */
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 29px;
    flex-shrink: 0;
}

.amenities-wrapper .swiper-pagination {
    position: absolute;
    bottom: 10px;
    width: 100%;
    text-align: center;
}

.amenities-wrapper .swiper-slide:hover .amenity-image {
    transform: scale(1.20);
    transition: all 0.3s ease-out;
}