/* ================================================ */
/* FOOTER / STYLES                      */
/* ================================================ */

.footer {
    padding-top: 0px;
}

footer {
    position: sticky;
    bottom: 0;
    width: 100%;
    z-index: 1000; /* Ensure it stays above other content */
}