/* Minimal Swiper structure. The JavaScript runtime uses Elementor's own dynamically loaded Swiper. */
.vc-swiper-1ee78aa6.swiper { position: relative; display: block; overflow: hidden; margin: 0 auto; padding: 0; list-style: none; z-index: 1; }
.vc-swiper-1ee78aa6 .swiper-wrapper { position: relative; display: flex; width: 100%; height: 100%; box-sizing: content-box; transition-property: transform; transition-timing-function: var(--swiper-wrapper-transition-timing-function, initial); z-index: 1; }
.vc-swiper-1ee78aa6 .swiper-slide { position: relative; display: block; flex-shrink: 0; width: 100%; height: 100%; transition-property: transform; }
.vc-swiper-1ee78aa6.swiper-autoheight,
.vc-swiper-1ee78aa6.swiper-autoheight .swiper-slide { height: auto; }
.vc-swiper-1ee78aa6.swiper-autoheight .swiper-wrapper { align-items: flex-start; transition-property: transform, height; }
.vc-swiper-1ee78aa6 .swiper-button-lock,
.vc-swiper-1ee78aa6 .swiper-pagination-lock { display: none !important; }
.vc-swiper-1ee78aa6 .swiper-button-disabled { opacity: .35; pointer-events: none; }

.vc-wrapper-1ee78aa6 {
    --vc-aspect-ratio: 16 / 9;
    --vc-custom-ratio-width: 16;
    --vc-custom-ratio-height: 9;
    position: relative;
    width: 100%;
    min-width: 0;
}

.vc-wrapper-1ee78aa6.vc-ratio-21-9 { --vc-aspect-ratio: 21 / 9; }
.vc-wrapper-1ee78aa6.vc-ratio-16-9 { --vc-aspect-ratio: 16 / 9; }
.vc-wrapper-1ee78aa6.vc-ratio-3-2 { --vc-aspect-ratio: 3 / 2; }
.vc-wrapper-1ee78aa6.vc-ratio-4-3 { --vc-aspect-ratio: 4 / 3; }
.vc-wrapper-1ee78aa6.vc-ratio-1-1 { --vc-aspect-ratio: 1 / 1; }
.vc-wrapper-1ee78aa6.vc-ratio-4-5 { --vc-aspect-ratio: 4 / 5; }
.vc-wrapper-1ee78aa6.vc-ratio-9-16 { --vc-aspect-ratio: 9 / 16; }
.vc-wrapper-1ee78aa6.vc-ratio-custom {
    --vc-aspect-ratio: var(--vc-custom-ratio-width) / var(--vc-custom-ratio-height);
}

.vc-empty-1ee78aa6 {
    padding: 24px;
    border: 1px dashed rgba(127, 127, 127, 0.45);
    border-radius: 12px;
    text-align: center;
}

.vc-swiper-1ee78aa6 {
    width: 100%;
    min-width: 0;
    padding-bottom: 42px;
}

.vc-slide-1ee78aa6 {
    height: auto;
}

.vc-slide-1ee78aa6[hidden] {
    display: none !important;
}

.vc-card-1ee78aa6 {
    position: relative;
    height: 100%;
    overflow: hidden;
    background: #111;
    color: #fff;
    border-radius: 14px;
    transition: transform 0.28s ease, box-shadow 0.28s ease, border-color 0.28s ease;
}

.vc-card-1ee78aa6:not(.is-disabled):hover {
    transform: translateY(-4px);
}

.vc-card-1ee78aa6.is-disabled {
    opacity: 0.65;
}

.vc-media-1ee78aa6,
.vc-player-wrap-1ee78aa6,
.vc-playlist-main-1ee78aa6 {
    position: relative;
    width: 100%;
    aspect-ratio: var(--vc-aspect-ratio);
    overflow: hidden;
    background: #151515;
}

.vc-media-1ee78aa6[hidden] {
    display: none !important;
}

.vc-poster-1ee78aa6,
.vc-player-wrap-1ee78aa6 iframe,
.vc-player-wrap-1ee78aa6 video {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    border: 0;
}

.vc-poster-1ee78aa6 {
    object-fit: cover;
    object-position: center center;
}

.vc-poster-fallback-1ee78aa6 {
    position: absolute;
    inset: 0;
    display: grid;
    place-items: center;
    overflow: hidden;
    background:
        radial-gradient(circle at 28% 20%, rgba(255,255,255,.18), transparent 28%),
        radial-gradient(circle at 76% 72%, rgba(255,255,255,.10), transparent 34%),
        linear-gradient(135deg, #30343b 0%, #16181c 52%, #262a31 100%);
}

.vc-poster-fallback-1ee78aa6::before,
.vc-poster-fallback-1ee78aa6::after {
    content: '';
    position: absolute;
    border-radius: 999px;
    filter: blur(2px);
}

.vc-poster-fallback-1ee78aa6::before {
    width: 48%;
    height: 48%;
    left: -12%;
    bottom: -16%;
    background: rgba(255,255,255,.06);
}

.vc-poster-fallback-1ee78aa6::after {
    width: 34%;
    height: 34%;
    right: -8%;
    top: -8%;
    background: rgba(255,255,255,.05);
}

.vc-poster-fallback-1ee78aa6.is-hidden {
    display: none;
}

.vc-fallback-shape-1ee78aa6,
.vc-placeholder-icon-1ee78aa6 {
    width: 72px;
    height: 52px;
    border: 2px solid rgba(255,255,255,.55);
    border-radius: 14px;
    position: relative;
    opacity: .7;
}

.vc-fallback-shape-1ee78aa6::after,
.vc-placeholder-icon-1ee78aa6::after {
    content: '';
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-40%, -50%);
    width: 0;
    height: 0;
    border-top: 9px solid transparent;
    border-bottom: 9px solid transparent;
    border-left: 14px solid currentColor;
    color: rgba(255,255,255,.78);
}

.vc-overlay-1ee78aa6 {
    position: absolute;
    inset: 0;
    z-index: 1;
    pointer-events: none;
    background: #000;
    opacity: .3;
    transition: opacity .25s ease;
}

.vc-card-1ee78aa6:hover .vc-overlay-1ee78aa6 {
    opacity: .18;
}

.vc-play-trigger-1ee78aa6 {
    position: absolute;
    z-index: 4;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    display: inline-grid;
    place-items: center;
    width: 64px;
    height: 64px;
    padding: 0;
    border: 0;
    border-radius: 999px;
    color: #111;
    background: #fff;
    box-shadow: 0 12px 34px rgba(0,0,0,.28);
    cursor: pointer;
    transition: transform .22s ease, box-shadow .22s ease, opacity .22s ease;
}

.vc-play-trigger-1ee78aa6:hover {
    transform: translate(-50%, -50%) scale(1.08);
    box-shadow: 0 16px 40px rgba(0,0,0,.36);
}

.vc-play-trigger-1ee78aa6:focus-visible,
.vc-share-btn-1ee78aa6:focus-visible,
.vc-filter-btn-1ee78aa6:focus-visible,
.vc-player-close-1ee78aa6:focus-visible,
.vc-lightbox-close-1ee78aa6:focus-visible,
.vc-nav-next-1ee78aa6:focus-visible,
.vc-nav-prev-1ee78aa6:focus-visible {
    outline: 3px solid currentColor;
    outline-offset: 3px;
}

.vc-play-trigger-1ee78aa6:disabled {
    cursor: not-allowed;
    opacity: .45;
}

.vc-play-icon-1ee78aa6 {
    width: 0;
    height: 0;
    margin-left: 4px;
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
    border-left: 16px solid currentColor;
}

.vc-badge-1ee78aa6,
.vc-duration-1ee78aa6 {
    position: absolute;
    z-index: 3;
    top: 12px;
    display: inline-flex;
    align-items: center;
    min-height: 28px;
    padding: 5px 10px;
    border-radius: 999px;
    font-size: 12px;
    font-weight: 700;
    line-height: 1;
    letter-spacing: .02em;
    color: #fff;
    backdrop-filter: blur(8px);
}

.vc-badge-1ee78aa6 {
    left: 12px;
    background: #ef4444;
}

.vc-duration-1ee78aa6 {
    right: 52px;
    background: rgba(0,0,0,.66);
}

.vc-share-btn-1ee78aa6 {
    position: absolute;
    z-index: 4;
    top: 12px;
    right: 12px;
    display: inline-grid;
    place-items: center;
    min-width: 32px;
    height: 32px;
    padding: 0 9px;
    border: 1px solid rgba(255,255,255,.35);
    border-radius: 999px;
    color: #fff;
    background: rgba(0,0,0,.5);
    cursor: pointer;
    backdrop-filter: blur(8px);
    transition: background .2s ease, transform .2s ease;
}

.vc-share-btn-1ee78aa6:hover,
.vc-share-btn-1ee78aa6.has-feedback {
    background: rgba(0,0,0,.78);
    transform: translateY(-1px);
}

.vc-content-1ee78aa6 {
    padding: 16px;
}

.vc-title-1ee78aa6 {
    margin: 0;
    color: #fff;
    font-size: 17px;
    font-weight: 700;
    line-height: 1.35;
}

.vc-description-1ee78aa6 {
    margin: 8px 0 0;
    color: #c7c7c7;
    font-size: 14px;
    line-height: 1.55;
}

.vc-player-wrap-1ee78aa6 {
    z-index: 6;
}

.vc-player-close-1ee78aa6 {
    position: absolute;
    z-index: 8;
    top: 10px;
    right: 10px;
    display: inline-grid;
    place-items: center;
    width: 36px;
    height: 36px;
    padding: 0;
    border: 1px solid rgba(255,255,255,.35);
    border-radius: 999px;
    color: #fff;
    background: rgba(0,0,0,.62);
    font-size: 25px;
    line-height: 1;
    cursor: pointer;
    backdrop-filter: blur(8px);
}

/* Filters */
.vc-filters-1ee78aa6 {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    gap: 10px;
    margin-bottom: 22px;
}

.vc-filter-btn-1ee78aa6 {
    min-height: 40px;
    padding: 8px 16px;
    border: 1px solid rgba(127,127,127,.4);
    border-radius: 999px;
    color: #333;
    background: transparent;
    font: inherit;
    cursor: pointer;
    transition: color .2s ease, background .2s ease, border-color .2s ease, transform .2s ease;
}

.vc-filter-btn-1ee78aa6:hover {
    transform: translateY(-1px);
}

.vc-filter-btn-1ee78aa6.is-active {
    color: #fff;
    background: #111;
    border-color: #111;
}

/* Swiper controls are scoped to this widget instance by JS element references. */
.vc-swiper-1ee78aa6 .swiper-button-next,
.vc-swiper-1ee78aa6 .swiper-button-prev {
    width: 44px;
    height: 44px;
    margin-top: -22px;
    border: 0;
    border-radius: 999px;
    color: #fff;
    background: rgba(0,0,0,.55);
    box-shadow: 0 8px 24px rgba(0,0,0,.18);
    backdrop-filter: blur(8px);
}

.vc-swiper-1ee78aa6 .swiper-button-next::after,
.vc-swiper-1ee78aa6 .swiper-button-prev::after {
    font-size: 16px;
    font-weight: 800;
}

.vc-swiper-1ee78aa6 .swiper-button-disabled {
    opacity: .3;
}

.vc-swiper-1ee78aa6 .swiper-pagination {
    bottom: 6px;
}

.vc-swiper-1ee78aa6 .swiper-pagination-fraction {
    color: inherit;
}

/* Playlist */
.vc-layout-playlist {
    display: grid;
    grid-template-columns: minmax(0, 2fr) minmax(260px, 1fr);
    gap: 22px;
    align-items: start;
}

.vc-layout-playlist .vc-playlist-main-1ee78aa6 {
    min-width: 0;
    background: #0f0f0f;
}

.vc-main-player-placeholder-1ee78aa6 {
    position: absolute;
    inset: 0;
    display: grid;
    place-content: center;
    justify-items: center;
    gap: 14px;
    padding: 24px;
    color: rgba(255,255,255,.68);
    text-align: center;
    background:
        radial-gradient(circle at 20% 20%, rgba(255,255,255,.09), transparent 32%),
        linear-gradient(135deg, #24272d, #111318);
}

.vc-main-media-1ee78aa6 {
    height: 100%;
}

.vc-playlist-list-1ee78aa6 {
    display: flex;
    flex-direction: column;
    gap: 12px;
    max-height: min(72vh, 760px);
    overflow-y: auto;
    overscroll-behavior: contain;
    padding-right: 4px;
    scrollbar-width: thin;
}

.vc-layout-playlist .vc-playlist-item-1ee78aa6 {
    display: grid;
    grid-template-columns: 150px minmax(0, 1fr);
    align-items: center;
    min-height: 94px;
    cursor: pointer;
}

.vc-layout-playlist .vc-playlist-item-1ee78aa6 .vc-media-1ee78aa6 {
    height: 100%;
    min-height: 94px;
    aspect-ratio: 16 / 9;
    border-radius: 0;
}

.vc-layout-playlist .vc-playlist-item-1ee78aa6 .vc-content-1ee78aa6 {
    min-width: 0;
    padding: 14px;
}

.vc-layout-playlist .vc-playlist-item-1ee78aa6 .vc-title-1ee78aa6 {
    display: -webkit-box;
    overflow: hidden;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}

.vc-layout-playlist .vc-playlist-item-1ee78aa6 .vc-description-1ee78aa6,
.vc-layout-playlist .vc-playlist-item-1ee78aa6 .vc-share-btn-1ee78aa6,
.vc-layout-playlist .vc-playlist-item-1ee78aa6 .vc-play-trigger-1ee78aa6 {
    display: none;
}

.vc-layout-playlist .vc-playlist-item-1ee78aa6.is-active {
    box-shadow: inset 4px 0 0 #ef4444;
}

/* Lightbox */
.vc-lightbox-open-1ee78aa6 {
    overflow: hidden;
}

.vc-lightbox-1ee78aa6 {
    position: fixed;
    z-index: 999999;
    inset: 0;
    display: grid;
    place-items: center;
    padding: 28px;
}

.vc-lightbox-backdrop-1ee78aa6 {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    padding: 0;
    border: 0;
    background: rgba(0,0,0,.9);
    cursor: zoom-out;
}

.vc-lightbox-content-1ee78aa6 {
    position: relative;
    z-index: 2;
    width: min(1120px, 92vw);
}

.vc-lightbox-content-1ee78aa6 .vc-player-wrap-1ee78aa6 {
    aspect-ratio: var(--vc-lightbox-ratio, 16 / 9);
    border-radius: 16px;
    box-shadow: 0 28px 80px rgba(0,0,0,.5);
}

.vc-lightbox-close-1ee78aa6 {
    position: absolute;
    z-index: 4;
    right: -14px;
    top: -48px;
    display: inline-grid;
    place-items: center;
    width: 42px;
    height: 42px;
    padding: 0;
    border: 1px solid rgba(255,255,255,.35);
    border-radius: 999px;
    color: #fff;
    background: rgba(255,255,255,.1);
    font-size: 30px;
    line-height: 1;
    cursor: pointer;
}

@supports not (aspect-ratio: 16 / 9) {
    .vc-media-1ee78aa6,
    .vc-player-wrap-1ee78aa6,
    .vc-playlist-main-1ee78aa6 {
        height: 0;
        padding-top: 56.25%;
    }
}

@media (max-width: 1024px) {
    .vc-layout-playlist {
        grid-template-columns: minmax(0, 1.45fr) minmax(240px, 1fr);
    }

    .vc-layout-playlist .vc-playlist-item-1ee78aa6 {
        grid-template-columns: 120px minmax(0, 1fr);
    }
}

@media (max-width: 767px) {
    .vc-layout-playlist {
        grid-template-columns: 1fr;
    }

    .vc-playlist-list-1ee78aa6 {
        max-height: 360px;
    }

    .vc-layout-playlist .vc-playlist-item-1ee78aa6 {
        grid-template-columns: 112px minmax(0, 1fr);
    }

    .vc-swiper-1ee78aa6 .swiper-button-next,
    .vc-swiper-1ee78aa6 .swiper-button-prev {
        width: 38px;
        height: 38px;
        margin-top: -19px;
    }

    .vc-lightbox-1ee78aa6 {
        padding: 14px;
    }

    .vc-lightbox-content-1ee78aa6 {
        width: 100%;
    }

    .vc-lightbox-close-1ee78aa6 {
        right: 0;
        top: -48px;
    }
}

@media (prefers-reduced-motion: reduce) {
    .vc-card-1ee78aa6,
    .vc-play-trigger-1ee78aa6,
    .vc-share-btn-1ee78aa6,
    .vc-filter-btn-1ee78aa6 {
        transition: none !important;
    }
}
