/* Force footer visibility */
footer {
    display: block !important;
    visibility: visible !important;
    position: relative !important;
    z-index: 999 !important;
    clear: both;
    margin-top: 50px;
    width: 100% !important;
}

/* Ensure proper page structure */
body {
    position: relative;
}

/* Fix any potential conflicts */
.whatsapp-float {
    z-index: 1000;
}

/* Removed footer::before debug banner by deleting that block */