.elementor-1406 .elementor-element.elementor-element-a5eb435{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;--margin-top:-96px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;}.elementor-1406 .elementor-element.elementor-element-bc6924c{text-align:center;margin:120px 0px calc(var(--kit-widget-spacing, 0px) + 0px) 0px;}.elementor-1406 .elementor-element.elementor-element-bc6924c .elementor-heading-title{font-size:83px;}.elementor-1406 .elementor-element.elementor-element-bb2693b{text-align:center;font-size:18px;}.elementor-1406 .elementor-element.elementor-element-895d5aa{--display:flex;--margin-top:0%;--margin-bottom:0%;--margin-left:0%;--margin-right:0%;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-1406 .elementor-element.elementor-element-8c735c1{text-align:center;font-size:18px;color:var( --e-global-color-accent );margin:34px 0px calc(var(--kit-widget-spacing, 0px) + 0px) 0px;}.elementor-1406 .elementor-element.elementor-element-74a59da{text-align:center;}.elementor-1406 .elementor-element.elementor-element-ba27e8d{text-align:center;font-size:18px;}.elementor-1406 .elementor-element.elementor-element-e428f2f{width:100%;max-width:100%;}@media(max-width:767px){.elementor-1406 .elementor-element.elementor-element-bc6924c .elementor-heading-title{font-size:72px;}.elementor-1406 .elementor-element.elementor-element-895d5aa{--margin-top:-27%;--margin-bottom:0%;--margin-left:0%;--margin-right:0%;}.elementor-1406 .elementor-element.elementor-element-8c735c1{margin:86px 86px calc(var(--kit-widget-spacing, 0px) + 86px) 86px;}.elementor-1406 .elementor-element.elementor-element-74a59da{margin:-99px 0px calc(var(--kit-widget-spacing, 0px) + 0px) 0px;}}/* 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 */