.elementor-9228 .elementor-element.elementor-element-3cda97c8{--display:flex;}/* Start custom CSS for html, class: .elementor-element-b7a47bf *//* ===== FIX EMPTY SPACE BELOW FOOTER SAFELY ===== */

/* Ensure main content wrapper does not push footer down */
.site-content,
.elementor-inner,
.elementor-container {
    margin-bottom: 0 !important;
    padding-bottom: 0 !important;
    min-height: auto !important;  /* prevent forced extra height */
}

/* Remove any leftover Elementor spacer widgets at the bottom */
.elementor-spacer:last-of-type,
.elementor-spacer-inner:last-of-type {
    height: 0 !important;
    min-height: 0 !important;
}

/* Remove bottom margin/padding from the last section above the footer */
.elementor-section:last-of-type {
    margin-bottom: 0 !important;
    padding-bottom: 0 !important;
}

/* Optional: ensure footer sticks to bottom on very short pages */
html, body {
    height: 100%;
}
body {
    display: flex;
    flex-direction: column;
}
.site-content {
    flex: 1 0 auto; /* allows content to expand but keeps footer at bottom */
}
footer,
.site-footer,
.footer-widgets,
.footer-bottom {
    flex-shrink: 0; /* prevents footer from being compressed */
}/* End custom CSS */