/* Start custom CSS for html, class: .elementor-element-f9914b2 */.mk-footer{
    background:linear-gradient(135deg,#071a38,#0f2f63,#0b8b74);
    padding:70px 35px 25px;
    border-radius:24px;
    color:#fff;
    position:relative;
    overflow:hidden;
}

.mk-footer:before{
    content:"";
    position:absolute;
    width:280px;
    height:280px;
    border-radius:50%;
    background:rgba(255,255,255,.04);
    left:-100px;
    top:-100px;
}

.mk-footer:after{
    content:"";
    position:absolute;
    width:250px;
    height:250px;
    border-radius:50%;
    background:rgba(255,255,255,.04);
    right:-80px;
    bottom:-80px;
}

.mk-footer-inner{
    position:relative;
    z-index:2;
    display:grid;
    grid-template-columns:2fr 1fr 1fr 1.4fr;
    gap:50px;
}

.mk-footer-brand img{
    width:260px;
    max-width:100%;
    margin-bottom:20px;
}

.mk-footer-brand p{
    color:#dbeafe;
    line-height:1.9;
    font-size:16px;
}

.mk-footer-links h3,
.mk-footer-contact h3{
    margin-bottom:20px;
    font-size:24px;
}

.mk-footer-links{
    display:flex;
    flex-direction:column;
}

.mk-footer-links a{
    color:#dbeafe;
    text-decoration:none;
    margin-bottom:14px;
    transition:.3s;
}

.mk-footer-links a:hover{
    color:#fff;
    transform:translateX(4px);
}

.mk-footer-contact p{
    color:#dbeafe;
    line-height:1.9;
    margin-bottom:12px;
}

.mk-whatsapp{
    display:inline-block;
    background:#22c55e;
    color:#fff;
    text-decoration:none;
    padding:14px 22px;
    border-radius:12px;
    font-weight:700;
    margin-top:10px;
}

.mk-disclaimer{
    margin-top:45px;
    padding:18px;
    background:rgba(255,255,255,.08);
    backdrop-filter:blur(12px);
    border-radius:14px;
    text-align:center;
    line-height:1.8;
    color:#dbeafe;
    position:relative;
    z-index:2;
}

.mk-copyright{
    margin-top:25px;
    text-align:center;
    color:#cbd5e1;
    border-top:1px solid rgba(255,255,255,.1);
    padding-top:20px;
    position:relative;
    z-index:2;
}

@media(max-width:991px){

    .mk-footer-inner{
        grid-template-columns:1fr 1fr;
    }

}

@media(max-width:768px){

    .mk-footer{
        padding:50px 20px 20px;
    }

    .mk-footer-inner{
        grid-template-columns:1fr;
        text-align:center;
        gap:35px;
    }

    .mk-footer-brand img{
        margin:auto auto 20px;
        display:block;
        width:220px;
    }

    .mk-whatsapp{
        width:100%;
        text-align:center;
    }

}/* End custom CSS */