/* =======================================================
   University of Eldoret Footer
   ======================================================= */

.custom-footer {
    background: linear-gradient(180deg, #002147 0%, #0a3d7a 100%);
    color: #ffffff;
    padding: 25px 0;
    margin-top: 40px;
    border-top: 4px solid #ab823c;
}

.custom-footer .footer-container {
    max-width: 1300px;
    margin: auto;

    display: flex;
    align-items: center;
    justify-content: center;
    gap: 25px;

    padding: 0 25px;
}

.custom-footer img {
    height: 70px;
    width: auto;
}

.custom-footer h4 {
    color: #ffffff;
    margin: 0 0 6px;
    font-size: 20px;
    font-weight: 700;
}

.custom-footer p {
    margin: 4px 0;
    color: rgba(255,255,255,.92);
}

.custom-footer small {
    display: block;
    margin-top: 10px;
    color: rgba(255,255,255,.75);
}
