/* Footer Fix - Override Styles */
.footer {
    background: #004057 !important;
    padding: 2.5rem 0 !important;
    text-align: center !important;
    margin-top: 0 !important;
}

.footer-content {
    max-width: 800px !important;
    margin: 0 auto !important;
}

.footer-content p {
    color: #ffffff !important;
    font-size: 1rem !important;
    margin-bottom: 0.75rem !important;
    font-weight: 500 !important;
    font-family: 'Inter', sans-serif !important;
    line-height: 1.6 !important;
}

.footer-tagline {
    color: #e0e0e0 !important;
    font-size: 0.9rem !important;
    margin: 0 !important;
    font-family: 'Inter', sans-serif !important;
    line-height: 1.6 !important;
}

.footer-tagline i {
    color: #ff4444 !important;
    margin: 0 0.25rem !important;
}
