/**
 * ==========================================================
 * Footer Stylesheet
 * 4-column layout, social icon hover states, payment icons
 * ==========================================================
 */

.footer-main {
    background-color: #ffffff;
    border-top: 1px solid #e2e8f0;
}

.footer-main a {
    transition: color 0.15s ease;
}

.footer-main a:hover {
    color: #2563eb !important;
}

.newsletter-form .form-control:focus {
    border-color: #2563eb;
    box-shadow: 0 0 0 3px rgba(37, 99, 235, 0.12);
}
