.lf-footer {
    position: relative;
}

.lf-footer::after {
    content: "";
    position: absolute;
    inset: 0;
    z-index: 0;
    background: linear-gradient(to bottom,
            rgba(255, 255, 255, 0) 0%,
            rgba(255, 255, 255, 0.8) 10%,
            rgba(255, 255, 255, 1) 30%,
            rgba(255, 255, 255, 1) 70%,
            rgba(255, 255, 255, 0.8) 90%,
            rgba(255, 255, 255, 0) 100%);
    pointer-events: none;
}


.lf-footer .lf-footer-upper {
    background-color: #0f407e;
    border-radius: 50px 50px 0 0;
    position: relative;
    z-index: 1;
    padding-top: 60px;
}

.lf-footer .lf-footer-base {
    border-radius: 0 0 50px 50px;
    overflow: hidden;
    position: relative;
    z-index: 1;
}

.lf-footer .lff-socialmedia .icon-container {
    display: block;
}

.lf-footer .lff-socialmedia ul {
    padding: 0;
    display: flex;
    justify-content: center;
    gap: 0.8rem;
}

.lf-footer .lff-socialmedia ul li {
    list-style: none;
    float: left;
}

.lf-footer .lff-socialmedia ul li i {
    background-color: #fff;
    border-radius: 50%;
    padding: 8px;
    color: #0f407e;
    margin-right: 4px;
    width: 40px;
    height: 40px;
    line-height: 24px;
    font-size: 20px;
    text-align: center;
    border: 1px solid #fff;
    transition: all 0.7s ease-in-out;
}

.lf-footer .lff-socialmedia ul li i:hover {
    background-color: #0f407e;
    color: #fff;
}

.lf-footer ul li a {
    display: block;
    padding: 6px 0;
    transition: all 0.3s ease-in-out;
    font-weight: 400;
}

.lf-footer .footer-logo img {
    max-width: 200px;
    width: 100%;
}

.lf-footer .in-touch-list {
    padding-left: 12px;
}

.lf-footer .lf-footer-contact-detail {
    display: block;
}

.lf-footer .c-footer-icon {
    display: inline-block;
    margin-right: 8px;
    margin-top: 8px;
    vertical-align: top;
}

.lf-footer .c-footer-icon i {
    color: #fff;
    font-size: 20px;
}

.lf-footer .c-footer-link {
    display: inline-block;
    width: calc(100% - 55px);
}

.lf-footer .c-footer-link a {
    display: block;
    transition: all 0.3s ease-in-out;
}

.lf-footer .c-footer-link a.has-mail {
    overflow-wrap: break-word;
}

.lf-footer .map-iframe {
    width: 100%;
    max-height: 348px;
}

.lf-footer .lf-footer-upper a {
    color: #fff;
    transition: all ease-in-out 0.4s;
}

.lf-footer .lf-footer-upper a:hover {
    color: #2f83c5;
    transition: all ease-in-out 0.4s;
}

.lf-footer .fr-call-to-action {
    background-color: #C82027;
    color: #fff;
    padding: 25px 35px;
    position: relative;
    z-index: 2;
    margin: 0 0 40px 0;
    max-width: 1050px;
    border-radius: 40px;
}

.lf-footer .fr-call-to-action .cta-action {
    text-align: center;
}
.lf-footer .fr-call-to-action .btn-white:hover {
    background:#0f407e; border-color:#0f407e; color:#fff;
}

.lf-footer-links {
    padding-left: 15px!important;
}

@media (min-width: 992px) {
    .lf-footer ul {
        padding: 0;
    }

    .lf-footer .in-touch-list {
        margin-bottom: 0;
        padding-left: 0;
    }

    .lf-footer .fr-call-to-action {
        margin: 0px auto -50px;
    }

    .lf-footer .fr-call-to-action .cta-action {
        text-align: left;
    }
    .lf-footer .footer-logo img {
        max-width: 286px;
    }
}

.cta-title {
    font-size: 35px;
    font-weight: 700;
    margin-block: 10px;
    color: #FFFFFF;
}

.lf-footer p.title {
    font-size: 25px;
    font-weight: 700;
    text-transform: none;
}