/* Footer Visibility Fix */

.footer-area-wrapper {
    position: relative !important;
    z-index: 1 !important;
    display: block !important;
    visibility: visible !important;
}

.footer-area {
    position: relative !important;
    display: block !important;
    visibility: visible !important;
}

.footer-copyright-area {
    position: relative !important;
    display: block !important;
    visibility: visible !important;
}

/* Ensure main content doesn't overlap footer */
#main-wrapper {
    position: relative;
    z-index: 2;
}

/* Fix any potential overflow issues */
body {
    overflow-x: hidden;
}

/* Ensure footer is at bottom */
.site-wrapper-reveal {
    min-height: auto;
}

/* Remove debug styles */