/* Modern footer */

.footer-modern {
    margin-top: 56px;
    background: #071f3b;
}

.footer-modern .footer-top {
    padding: 52px 0 42px;
    background: linear-gradient(135deg, #071f3b 0%, #07294d 58%, #0a335f 100%);
}

.footer-modern .footer-about,
.footer-modern .footer-link,
.footer-modern .footer-address {
    margin-top: 0;
}

.footer-modern .footer-about .logo img {
    max-width: 86px;
    width: 100%;
    height: auto;
}

.footer-modern .footer-about p {
    max-width: 330px;
    margin-top: 18px;
    color: rgba(255, 255, 255, 0.76);
    font-size: 15px;
    line-height: 1.75;
}

.footer-modern .footer-cta {
    margin-top: 22px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 44px;
    padding: 0 22px;
    border-radius: 5px;
    background: #8dc16a;
    color: #fff;
    font-family: 'Montserrat', sans-serif;
    font-weight: 700;
}

.footer-modern .footer-cta:hover {
    background: #0f4f8a;
    color: #fff;
}

.footer-modern .footer-title {
    padding-bottom: 20px;
}

.footer-modern .footer-title h6 {
    color: #fff;
    font-size: 16px;
    letter-spacing: 0;
}

.footer-modern .footer-link ul {
    padding: 0;
}

.footer-modern .footer-link ul li {
    padding-top: 0;
    margin-bottom: 11px;
}

.footer-modern .footer-link ul li a {
    color: rgba(255, 255, 255, 0.74);
    font-size: 15px;
    line-height: 1.35;
}

.footer-modern .footer-link ul li a:hover {
    color: #8dc16a;
}

.footer-modern .footer-address ul li {
    display: grid;
    grid-template-columns: 48px minmax(0, 1fr);
    gap: 18px;
    align-items: center;
    margin-bottom: 0;
}

.footer-modern .footer-address ul li + li {
    margin-top: 18px;
}

.footer-modern .footer-address ul li .icon {
    width: 48px;
    height: 48px;
    display: flex;
    align-items: center;
    justify-content: center;
    float: none;
}

.footer-modern .footer-address ul li .icon i {
    width: 44px;
    height: 44px;
    display: flex;
    align-items: center;
    justify-content: center;
    line-height: 1;
    border-radius: 50%;
    border: 1px solid rgba(255, 255, 255, 0.16);
    background: rgba(255, 255, 255, 0.06);
    color: #8dc16a;
    font-size: 16px;
    text-align: center;
}

.footer-modern .footer-address ul li .cont {
    padding-left: 0;
    min-width: 0;
}

.footer-modern .footer-address ul li .cont p,
.footer-modern .footer-address ul li .cont a {
    margin: 0;
    color: rgba(255, 255, 255, 0.78);
    font-size: 15px;
    line-height: 1.55;
    overflow-wrap: anywhere;
}

.footer-modern .footer-address ul li .cont a:hover {
    color: #8dc16a;
}

.footer-modern .footer-copyright {
    padding: 18px 0;
    background: #061a31;
}

.footer-modern .footer-copyright .copyright p {
    color: rgba(255, 255, 255, 0.68);
    font-size: 14px;
    line-height: 1.5;
}

.footer-modern .footer-copyright .copyright a {
    color: #8dc16a;
}

.footer-modern .footer-copyright .copyright a:hover {
    color: #fff;
}

.footer-modern + .back-to-top {
    border-radius: 5px;
}

@media (max-width: 991.98px) {
    .footer-modern {
        margin-top: 48px;
    }

    .footer-modern .footer-top {
        padding: 48px 0 34px;
    }

    .footer-modern .footer-link,
    .footer-modern .footer-address {
        margin-top: 36px;
    }
}

@media (max-width: 575.98px) {
    .footer-modern {
        margin-top: 40px;
    }

    .footer-modern .footer-top {
        padding: 42px 0 28px;
    }

    .footer-modern .footer-copyright .copyright {
        margin-bottom: 8px;
    }

    .footer-modern .footer-address ul li {
        grid-template-columns: 46px minmax(0, 1fr);
        gap: 14px;
        text-align: left;
    }

    .footer-modern .footer-address ul li + li {
        margin-top: 16px;
    }

    .footer-modern .footer-address ul li .icon {
        width: 46px;
        height: 46px;
    }

    .footer-modern .footer-address ul li .icon i {
        width: 42px;
        height: 42px;
    }
}
