﻿
/* ============================================================
   FOOTER — CORPORATE BLUE
   ============================================================ */
.footer {
    background: linear-gradient(to bottom, #5C6066 0%, #4f5a70 100%);
    padding: 40px 0;
    color: #fff !important;
    box-shadow: 0 -2px 6px rgba(0,0,0,0.25);
}

    .footer h5 {
        font-weight: 600;
        margin-bottom: 15px;
        color: #fff !important;
    }

    .footer a {
        display: block;
        color: #e6e6e6 !important;
        margin-bottom: 8px;
        text-decoration: none;
        font-size: 0.95rem;
    }

        .footer a:hover {
            text-decoration: underline;
            color: #0dcaf0 !important;
        }

    .footer p {
        font-size: 0.875rem;
        color: #e6e6e6 !important;
        margin-bottom: 6px;
    }

    .footer strong {
        font-weight: 600;
        color: #fff !important;
    }
