.elyas-vps {
    --elyas-vps-height: 680px;

    position: relative;
    width: 100%;
    height: var(--elyas-vps-height);
    min-height: 300px;
    overflow: hidden;
    background: #17110d;
    direction: ltr;
    isolation: isolate;
}

.elyas-vps__swiper,
.elyas-vps .swiper-wrapper,
.elyas-vps .swiper-slide {
    width: 100%;
    height: 100%;
}

.elyas-vps .swiper-slide {
    position: relative;
    overflow: hidden;
    background: #17110d;
}

.elyas-vps .swiper-slide::after {
    content: "";
    position: absolute;
    inset: 0;
    z-index: 2;
    pointer-events: none;
    background: linear-gradient(180deg, rgba(0,0,0,.02), rgba(0,0,0,.03) 65%, rgba(0,0,0,.24));
}

.elyas-vps__image {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    user-select: none;
    -webkit-user-drag: none;
}

/* دات‌ها همیشه روی عکس و کاملاً قابل مشاهده‌اند. */
.elyas-vps .swiper-pagination {
    position: absolute !important;
    right: 0 !important;
    bottom: 18px !important;
    left: 0 !important;
    z-index: 20 !important;
    display: flex !important;
    align-items: center;
    justify-content: center;
    gap: 7px;
    width: 100% !important;
    transform: none !important;
    pointer-events: auto;
}

.elyas-vps .swiper-pagination-bullet {
    display: block;
    flex: 0 0 auto;
    width: 8px;
    height: 8px;
    margin: 0 !important;
    border: 1px solid rgba(255,255,255,.72);
    border-radius: 999px;
    background: rgba(255,255,255,.46);
    box-shadow: 0 2px 8px rgba(0,0,0,.45);
    opacity: 1 !important;
    cursor: pointer;
    transition: width .25s ease, background-color .25s ease, transform .25s ease;
}

.elyas-vps .swiper-pagination-bullet-active {
    width: 25px;
    background: #fff;
}

.elyas-vps:not([data-vps-ready="1"]) .swiper-slide:not(:first-child) {
    display: none;
}

@media (max-width: 1024px) {
    .elyas-vps {
        --elyas-vps-height: 580px;
    }
}

@media (max-width: 767px) {
    .elyas-vps {
        --elyas-vps-height: min(72vh, 520px);
    }

    .elyas-vps .swiper-pagination {
        bottom: 14px !important;
    }
}
