/* ========================= */
/*        Footer Styles       */
/* ========================= */
footer {
    background-color: #f8f9fa;
    padding: 15px 0;
    position: relative;
    bottom: 0;
    width: 100%;
    z-index: 10;
    box-shadow: 0 -1px 5px rgba(0, 0, 0, 0.1);
    display: flex;
    justify-content: center;
    align-items: center;
    height: 60px;
    text-align: center;
}

footer p {
    margin: 0;
    font-size: 14px;
    color: #333;
}