#spiritual-particles-canvas-8c851324 {
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    z-index: 1; /* Place slightly above the core page background, but beneath standard content structures */
    pointer-events: none;
    display: block;
}

/* Ensure the main page container backgrounds do not block the animation */
body, 
.site-content,
#page,
.elementor-section,
.elementor-container,
.elementor-column-wrap,
.elementor-widget-wrap {
    background-color: transparent !important;
}

/* Keep interactive elements accessible and above the canvas */
.elementor-element, 
p, 
h1, 
h2, 
h3, 
h4, 
h5, 
h6, 
a, 
button, 
img, 
input, 
textarea {
    position: relative;
    z-index: 2;
}
