.elementor-1406 .elementor-element.elementor-element-895d5aa{--display:flex;}.elementor-1406 .elementor-element.elementor-element-e428f2f{width:100%;max-width:100%;}.elementor-1406 .elementor-element.elementor-element-2bfbb6e3 > .elementor-container{max-width:1170px;}.elementor-1406 .elementor-element.elementor-element-2bfbb6e3{padding:100px 0px 100px 0px;}@media(max-width:1024px){.elementor-1406 .elementor-element.elementor-element-2bfbb6e3{padding:0px 10px 80px 10px;}}@media(max-width:767px){.elementor-1406 .elementor-element.elementor-element-2bfbb6e3{padding:0px 10px 40px 10px;}}/* Start custom CSS for html, class: .elementor-element-e428f2f *//* WordPress/Elementor Compatible CSS - Scoped Version */

/* --- Container Wrapper --- */
.vn-lighting-demo {
    position: relative;
    width: 100%;
    height: 100vh;
    overflow: hidden;
    margin: 0;
    padding: 0;
    min-width: 100vw;
    margin-left: calc(-50vw + 50%);
    margin-right: calc(-50vw + 50%);
}

/* --- Full-Screen Background Image --- */
.vn-lighting-demo .showcase {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
}

.vn-lighting-demo #displayImage {
    width: 100%;
    height: 100%;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

/* --- Phone in Lower-Right Corner --- */
.vn-lighting-demo .phone-container {
    position: absolute;
    bottom: -50px;
    right: -150px;
    width: 600px;
    z-index: 10;
}

.vn-lighting-demo .phone-container > img {
    width: 100%;
    height: auto;
    vertical-align: middle;
}

/* --- Highlight Overlay Styling --- */
.vn-lighting-demo .highlight-overlay {
    position: absolute;
    background-color: rgba(0, 100, 255, 0.2);
    border-radius: 2px;
    z-index: 11;
    pointer-events: none;
    opacity: 0;
    transition: opacity 0.1s ease-in-out;
}

.vn-lighting-demo .highlight-overlay.active {
    opacity: 1;
}

/* --- Hotspot Styling (Made Visible) --- */
.vn-lighting-demo .hotspot {
    position: absolute;
    cursor: pointer;
    border-radius: 2px;
    z-index: 12;
}

/* --- Hotspot and Highlight Positioning --- */

/* Item 1 */
.vn-lighting-demo .highlight-overlay:nth-of-type(1),
.vn-lighting-demo .hotspot:nth-of-type(9) {
    top: 22%; left: 29%; width: 30.5%; height: 4.5%;
}

/* Item 2 */
.vn-lighting-demo .highlight-overlay:nth-of-type(2),
.vn-lighting-demo .hotspot:nth-of-type(10) {
    top: 27%; left: 29%; width: 30.5%; height: 4.5%;
}

/* Item 3 */
.vn-lighting-demo .highlight-overlay:nth-of-type(3),
.vn-lighting-demo .hotspot:nth-of-type(11) {
    top: 32%; left: 29%; width: 30.5%; height: 4.5%;
}

/* Item 4 */
.vn-lighting-demo .highlight-overlay:nth-of-type(4),
.vn-lighting-demo .hotspot:nth-of-type(12) {
    top: 37%; left: 29%; width: 30.5%; height: 4.5%;
}

/* Item 5 */
.vn-lighting-demo .highlight-overlay:nth-of-type(5),
.vn-lighting-demo .hotspot:nth-of-type(13) {
    top: 42%; left: 29%; width: 30.5%; height: 4.5%;
}

/* Item 6 */
.vn-lighting-demo .highlight-overlay:nth-of-type(6),
.vn-lighting-demo .hotspot:nth-of-type(14) {
    top: 47%; left: 29%; width: 30.5%; height: 4.5%;
}

/* Item 7 */
.vn-lighting-demo .highlight-overlay:nth-of-type(7),
.vn-lighting-demo .hotspot:nth-of-type(15) {
    top: 52%; left: 29%; width: 30.5%; height: 4.9%;
}

/* Item 8 */
.vn-lighting-demo .hotspot:nth-of-type(16) {
    top: 64%; left: 32%; width: 23.5%; height: 5%;
}

/* --- MOBILE STYLES --- */
@media (max-width: 768px) {
    .vn-lighting-demo {
        height: 100vh;
        min-height: 500px;
        position: relative !important;
        display: block !important;
        visibility: visible !important;
        opacity: 1 !important;
        overflow: hidden !important;
        width: 100vw !important;
        margin-left: calc(-50vw + 50%) !important;
        margin-right: calc(-50vw + 50%) !important;
    }

    .vn-lighting-demo .showcase {
        position: absolute !important;
        top: 0 !important;
        left: 0 !important;
        width: 100% !important;
        height: 100% !important;
        z-index: 1 !important;
    }

    .vn-lighting-demo #displayImage {
        width: 100% !important;
        height: 100% !important;
        object-fit: cover !important;
        object-position: center !important;
    }

    .vn-lighting-demo .phone-container {
        width: 90% !important;
        max-width: 380px !important;
        right: -15% !important;
        bottom: 0% !important;
        position: absolute !important;
        z-index: 10 !important;
    }

    .vn-lighting-demo .hotspot,
    .vn-lighting-demo .highlight-overlay {
        position: absolute !important;
        z-index: 11 !important;
    }
}/* End custom CSS */