/* Elementor footer sticky reveal */
footer, 
.elementor-location-footer {
    position: -webkit-sticky !important;
    position: sticky !important;
    bottom: 0;
    z-index: -1;
    
    /* Break out of any container constraints safely */
    width: 100vw !important;
    max-width: 100vw !important;
    margin-left: calc(-50vw + 50%) !important;
    left: 0 !important;
    right: auto !important;
}

/* Ensure the main content sits above the footer with a solid background */
#content, 
main, 
.elementor-location-archive, 
.elementor-location-single, 
[data-elementor-type="single"], 
[data-elementor-type="wp-page"],
.elementor-inner {
    position: relative;
    z-index: 1;
    background-color: #ffffff; /* Default fallback bg */
}
