.juv-scroll-wrapper-05a351ed {
    position: relative;
    width: 100%;
    min-height: 250vh;
}

.juv-sticky-container-05a351ed {
    position: sticky;
    top: 0;
    height: 100vh;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    overflow: hidden;
}

.juv-wrapper-05a351ed {
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 30px;
    padding: 20px;
    box-sizing: border-box;
}

.juv-main-heading-05a351ed {
    text-align: center;
    margin: 0;
}

.juv-heading-05a351ed {
    text-align: center;
    margin: 0;
    font-size: 3.5rem;
    font-weight: bold;
    color: #000;
}

.juv-text-gradient-05a351ed {
    position: relative;
    display: inline-block;
    color: #ccc;
}

.juv-text-gradient-05a351ed .juv-gradient-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: var(--reveal-progress, 0%);
    height: 100%;
    overflow: hidden;
    white-space: nowrap;
    transition: width 0.1s ease-out;
}

.juv-video-box-05a351ed {
    width: 100%;
    max-width: 800px; 
    border-radius: 20px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.15);
    overflow: hidden;
    background-color: #000;
    transition: none !important;
}

.juv-video-box-05a351ed video {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

body.elementor-editor-active .juv-scroll-wrapper-05a351ed {
    min-height: 250vh !important;
}

/* Lower position on mobile to prevent squashing against the pill navigation menu */
@media (max-width: 767px) {
    .juv-sticky-container-05a351ed {
        padding-top: 25px;
    }
    .juv-main-heading-05a351ed {
        margin-top: 15px;
    }
    .juv-heading-05a351ed {
        font-size: 2.2rem;
    }
}