/* Make main Elementor structural elements transparent to show global canvas background */
html,
body, 
.elementor-page, 
.elementor-section, 
.e-con, 
.e-container,
.e-con-inner,
#content,
main,
.elementor-widget-wrap,
.elementor,
.elementor-background-overlay,
/* Specific Morphe Dashboard targeting */
.morphe-dashboard-41b521e5-wrapper {
    background-color: transparent !important;
    background-image: none !important;
}

/* Override Elementor's site background variables */
:root {
    --e-global-color-primary: transparent;
    --e-global-color-secondary: transparent;
    --e-global-color-text: inherit;
    --e-global-color-accent: inherit;
}