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

.footer {
    background-color: #002956;
    border-top: 1px solid rgba(255, 255, 255, 0.05);
    padding-top: 4rem;
    padding-bottom: 2rem;
}

.footer-section-title {
    color: white;
    font-weight: 700;
    margin-bottom: 1.5rem;
    font-size: 0.875rem;
    text-transform: uppercase;
    letter-spacing: 0.05em;
}

.footer-link {
    color: #ffffff;
    font-size: 0.875rem;
    transition: color 0.3s ease;
}

.footer-link:hover {
    color: #007bff !important;
}

.footer-social-icon {
    color: #ffffff;
    font-size: 1.25rem;
    transition: color 0.3s ease;
}

.footer-social-icon:hover {
    color: #007bff;
}

.footer-divider {
    border-top: 1px solid #007bff;
    padding-top: 2rem;
}

