.hmc-sidebar-villa-slider {
    width: 100%;
    overflow: hidden;
    position: relative;
    padding-bottom: 2px;
}

.hmc-sidebar-villa-slider .swiper-wrapper {
    align-items: stretch;
}

.hmc-svs-slide {
    height: auto;
}

.hmc-svs-link {
    display: block;
    height: 100%;
    color: inherit;
    text-decoration: none;
}

.hmc-svs-link:hover,
.hmc-svs-link:focus {
    color: inherit;
    text-decoration: none;
}

.hmc-svs-image-wrap {
    position: relative;
    width: 100%;
    aspect-ratio: 4 / 3;
    overflow: hidden;
    border-radius: 24px;
    background: #f3f3f3;
}

.hmc-svs-image {
    width: 100%;
    height: 100%;
    display: block;
    object-fit: cover;
    transition: transform 0.35s ease;
}

.hmc-svs-link:hover .hmc-svs-image {
    transform: scale(1.04);
}

.hmc-svs-footer {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 15px;
    padding-top: 14px;
    padding-right: 76px;
}

.hmc-svs-title {
    margin: 0;
    font-size: 18px;
    line-height: 1.25;
}

.hmc-sidebar-villa-slider .hmc-svs-pagination {
    position: absolute;
    right: 0;
    bottom: 5px;
    left: auto;
    width: auto;
    line-height: 1;
    z-index: 5;
    text-align: right;
}

.hmc-sidebar-villa-slider .swiper-pagination-bullet {
    width: 8px;
    height: 8px;
    margin: 0 3px !important;
    opacity: 0.35;
    transition: opacity 0.25s ease, transform 0.25s ease;
}

.hmc-sidebar-villa-slider .swiper-pagination-bullet-active {
    opacity: 1;
    transform: scale(1.1);
}
