/* ══════════════════════════════════════════════════════════
   Footer
   ══════════════════════════════════════════════════════════ */

footer {
    background: #fff;
    border-top: 1px solid #e5e7eb;
}

.af-footer {
    background: #08264a;
    color: #ffffff;
    margin-bottom: 0 !important;
    padding-bottom: 0 !important;
    flex-shrink: 0;
}

/* Grid */
.footer-grid {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    align-items: center;
    gap: 16px;
}

@media (max-width: 767.98px) {
    .footer-grid {
        grid-template-columns: 1fr;
        text-align: center;
        gap: 12px;
    }

    .footer-col {
        justify-content: center;
    }

    .footer-contact {
        text-align: center !important;
    }
}

.footer-col {
    display: flex;
    justify-content: center;
    align-items: center;
}

/* Banner */
.af-footer-banner img {
    max-height: 60px;
    width: auto !important;
    object-fit: contain !important;
}

/* Links */
.af-footer-link {
    color: #dfe8ff;
    text-decoration: none;
    font-weight: 500;
}

.af-footer-link:hover {
    color: #ffffff;
    text-decoration: underline;
}
