/* 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;
}

/* Debug - remove after testing */
footer::before {
    content: "Footer is here!";
    display: block;
    background: green;
    color: white;
    padding: 5px;
    text-align: center;
    font-size: 12px;
}