footer {
    background-color: #f8f9fa;
    border-top: 1px solid #dee2e6;
    padding-top: 3rem;
    padding-bottom: 2rem;
    box-shadow: 0 -4px 20px -5px rgba(0,0,0,0.05);
}

.footer-content h2 {
    font-size: 1.25rem;
    font-weight: 600;
    color: #0d6efd;
    margin-bottom: 1rem;
}

.footer-content p {
    color: #6c757d;
    line-height: 1.6;
}

.footer-contact-list a {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    text-decoration: none;
    color: #6c757d;
    margin-bottom: 0.5rem;
}

.footer-contact-list a:hover {
    color: #0d6efd;
}

.quick-link-content h2, .resources-container h2 {
    font-size: 1.25rem;
    font-weight: 600;
    color: #0d6efd;
    margin-bottom: 1rem;
}

.quick-link, .resources-link {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    text-decoration: none;
    color: #6c757d;
    margin-bottom: 0.5rem;
}

.quick-link:hover, .resources-link:hover {
    color: #0d6efd;
}

.bottom-footer {
    margin-top: 1.5rem;
    padding-top: 1.5rem;
    border-top: 1px solid #dee2e6;
}

.bottom-footer-content p {
    margin-bottom: 0;
    color: #6c757d;
}