/* =============================================
   FOOTER STYLES
   ============================================= */

#footer {
    background-color: #E5E9FF !important;
    border-top: none !important;
    padding: 0 !important;
    margin-top: 0 !important;
}

.max-width-1400 {
    max-width: 1400px !important;
    margin: 0 auto !important;
}

#footer .footer-widgets-wrap {
    padding: 20px 0 !important;
}

#footer .footer-widget {
    padding: 0 20px;
}

#footer .footer-widget-title {
    color: #264596 !important;
    font-size: 16px !important;
    font-weight: 700 !important;
    margin-bottom: 20px !important;
    text-transform: uppercase;
    line-height: 1.4;
}

#footer .footer-description,
#footer .footer-contact {
    color: #264596  !important;
    font-size: 14px !important;
    line-height: 1.6 !important;
    margin-bottom: 10px !important;
    font-weight: 500;
}

#footer .footer-contact strong {
    color: #264596 !important;
    font-weight: 600;
}

#footer .footer-link {
    color: #0d6efd !important;
    text-decoration: none;
    transition: color 0.3s ease;
}

#footer .footer-link:hover {
    color: #264596 !important;
    text-decoration: underline;
}

#footer .footer-copyright {
    background-color: #E5E9FF !important;
    padding: 20px 0 !important;
    border-top: 1px solid rgba(38, 69, 150, 0.1);
}

#footer .copyright-text {
    text-align: center !important;
    color: #264596 !important;
    font-size: 14px !important;
    margin: 0 !important;
}

/* Responsive Footer */
@media (max-width: 768px) {
    #footer .footer-widget {
        margin-bottom: 30px;
    }

    #footer .footer-widget-title {
        font-size: 14px !important;
    }

    #footer .footer-description,
    #footer .footer-contact {
        font-size: 13px !important;
    }
}
