/* WordPress marketing footer (Elementor) */
footer.footer {
    background: #002B49 !important;
    border-top: 0 !important;
    color: #fff;
    font-family: "Poppins", "Montserrat", sans-serif;
}
footer.footer .container {
    max-width: 1440px;
}
footer.footer .footer-top {
    padding: 80px 0;
    background: #002B49;
}
footer.footer .footer-grid {
    display: flex;
    flex-wrap: wrap;
    gap: 40px;
}
footer.footer .footer-brand {
    flex: 1 1 280px;
    max-width: 360px;
    display: flex;
    flex-direction: column;
    gap: 30px;
}
footer.footer .footer-brand .footer-logo,
footer.footer img.footer-logo {
    width: 300px;
    max-width: 100%;
    height: auto;
    display: block;
}
footer.footer .footer-desc {
    margin: 0;
    color: #fff !important;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.2em;
}
footer.footer .footer-social {
    display: flex;
    align-items: center;
    gap: 5px;
}
footer.footer .footer-social a,
footer.footer .footer-social a:hover {
    display: inline-flex;
    color: #fff !important;
    text-decoration: none !important;
}
footer.footer .footer-social a:hover,
footer.footer .footer-social a:focus {
    color: #6BC4E8 !important;
}
footer.footer .footer-social svg {
    width: 25px;
    height: 25px;
    fill: currentColor;
}
footer.footer .footer-col {
    flex: 1 1 160px;
    min-width: 150px;
}
footer.footer .footer-col h6,
footer.footer .footer-col .footer-subhead {
    margin: 0 0 20px;
    color: #6BC4E8 !important;
    font-size: 16px;
    font-weight: 600;
    text-transform: uppercase;
    line-height: 1.2;
}
footer.footer .footer-col .footer-subhead {
    margin-top: 28px;
}
footer.footer .footer-col ul {
    list-style: none;
    padding: 0;
    margin: 0;
}
footer.footer .footer-col ul li a,
footer.footer .footer-col ul li a:hover {
    display: block;
    padding: 10px 0;
    color: #fff !important;
    font-size: 15px;
    font-weight: 500;
    line-height: 1.1em;
    text-decoration: none !important;
    text-transform: none;
}
footer.footer .footer-col ul li a:hover,
footer.footer .footer-col ul li a:focus {
    color: #6BC4E8 !important;
}
footer.footer .footer-bottom {
    padding: 20px 0;
    background: #00243E !important;
    border-top: 0 !important;
    text-align: left;
    font-size: 13px;
    color: #fff !important;
}
footer.footer .footer-bottom-inner {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
}
footer.footer .footer-bottom a,
footer.footer .footer-bottom a:hover,
footer.footer .footer-bottom p {
    margin: 0;
    color: #fff !important;
    font-family: "Open Sans", "Montserrat", sans-serif;
    font-size: 13px;
    font-weight: 600;
    line-height: 1.4em;
    text-decoration: none !important;
}
footer.footer .footer-bottom a:hover,
footer.footer .footer-bottom a:focus {
    color: #6BC4E8 !important;
}
@media (max-width: 1366px) {
    footer.footer .footer-top {
        padding: 50px 0;
    }
    footer.footer .footer-grid {
        gap: 30px;
    }
    footer.footer .footer-brand .footer-logo,
    footer.footer img.footer-logo {
        width: 230px;
    }
    footer.footer .footer-col ul li a {
        font-size: 14px;
        padding: 6px 0;
    }
}
@media (max-width: 991px) {
    footer.footer .footer-brand {
        flex: 1 1 100%;
        max-width: none;
    }
}
@media (max-width: 767px) {
    footer.footer .footer-top {
        padding: 60px 0;
    }
    footer.footer .footer-brand {
        align-items: center;
        text-align: center;
        margin-bottom: 20px;
    }
    footer.footer .footer-brand .footer-logo,
    footer.footer img.footer-logo {
        width: 260px;
    }
    footer.footer .footer-social {
        justify-content: center;
    }
    footer.footer .footer-col {
        flex: 1 1 100%;
    }
    footer.footer .footer-bottom-inner {
        flex-direction: column;
        text-align: center;
    }
}
