/*==================================================
FOOTER
The Kipsoen National Polytechnic
==================================================*/

.site-footer {
    background: #0b1f33;
    color: rgba(255,255,255,.78);
}

.footer-main {
    padding: 72px 0 55px;
    background: #0b1f33;
}

.footer-widget {
    height: 100%;
}

.footer-about {
    max-width: 390px;
}

.footer-brand {
    display: inline-flex;
    align-items: center;
    margin-bottom: 22px;
}

.footer-brand img,
.footer-brand .custom-logo {
    width: auto;
    max-width: 220px;
    max-height: 82px;
    object-fit: contain;
}

.footer-title {
    color: #fff;
    font-size: 1.1rem;
    font-weight: 700;
    margin-bottom: 22px;
}

.footer-about .footer-title {
    font-size: 1.2rem;
    margin-bottom: 12px;
}

.footer-widget p {
    color: rgba(255,255,255,.72);
    line-height: 1.8;
    margin-bottom: 0;
}

.footer-links,
.footer-contact-list {
    list-style: none;
    margin: 0;
    padding: 0;
}

.footer-links li {
    margin-bottom: 11px;
}

.footer-links a {
    display: inline-flex;
    color: rgba(255,255,255,.75);
    line-height: 1.6;
}


.footer-external-links a::after {
    content: "↗";
    margin-left: 7px;
    font-size: .78em;
    opacity: .65;
}

.footer-external-links a:hover::after,
.footer-external-links a:focus-visible::after {
    opacity: 1;
}

.footer-links a:hover,
.footer-links a:focus-visible {
    color: var(--secondary-color);
    padding-left: 4px;
}

.footer-contact-list li {
    display: flex;
    align-items: flex-start;
    gap: 12px;
    margin-bottom: 16px;
    line-height: 1.65;
}

.footer-contact-list i {
    flex: 0 0 18px;
    color: var(--secondary-color);
    margin-top: 4px;
}

.footer-contact-list a,
.footer-contact-list span {
    color: rgba(255,255,255,.78);
}

.footer-contact-list a:hover,
.footer-contact-list a:focus-visible {
    color: #fff;
}

.footer-copyright {
    border-top: 1px solid rgba(255,255,255,.12);
    background: #071827;
    padding: 20px 0;
}

.footer-copyright p {
    color: rgba(255,255,255,.65);
    font-size: .92rem;
}

@media (max-width: 767.98px) {
    .footer-main {
        padding: 55px 0 35px;
    }

    .footer-about {
        max-width: none;
    }

    .footer-widget {
        height: auto;
    }

    .footer-copyright {
        text-align: center;
    }

    .footer-copyright .text-md-end {
        text-align: center !important;
        margin-top: 8px;
    }
}
