
/* ====== Footer ====== */
footer {
    background-color: #f8f9fa;
    padding: 2rem 0;
}
footer p {
    margin-bottom: 0.5rem;
}
footer a {
    color: inherit;
    text-decoration: none;
    transition: color 0.2s ease;
}
footer a:hover {
    color: #0d6efd;
}
.theme-dark footer {
    background-color: #1e1e1e;
    color: #f1f1f1;
}
