.elementor-4847 .elementor-element.elementor-element-8b544bd{--display:flex;--min-height:100vh;--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;--gap:0px 0px;--row-gap:0px;--column-gap:0px;--margin-top:0px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}body.elementor-page-4847{margin:0px 0px 0px 0px;padding:0px 0px 0px 0px;}/* Start custom CSS *//*
 This code directly targets the canvas and uses !important 
 to ensure these styles win over any Elementor styles.
*/

#scene-canvas {
    position: fixed !important;
    width: 100vw !important;
    height: 100vh !important;
    top: 0 !important;
    left: 0 !important;
    z-index: 1 !important; /* Set a base layer index */
}

/* This ensures your text content sections appear ON TOP of the canvas.
*/
.elementor-section {
    position: relative;
    background-color: transparent !important;
    z-index: 2; /* Higher z-index puts this on top of the canvas */
}/* End custom CSS */