/* =============================================
   Footer White Box Fix
   Ensures no white background bleeds through
   the dark footer area
   ============================================= */

/* Give #footer a dark background to prevent any white gaps */
#footer {
    background-color: #0a3968;
    margin-top: 0 !important;
}

/* Ensure the elementor wrapper inherits the dark background */
#footer .elementor {
    background-color: #0a3968;
}

/* Remove any possible white space from page-footer element */
.page-footer:empty {
    display: none;
}
