:root{--page-title-display:none;}/* Start custom CSS for html, class: .elementor-element-65c232d */.mk-loan-hero{
    background:linear-gradient(135deg,#fff8f3,#f8fbff);
    padding:60px 20px;
    position:relative;
    overflow:hidden;
}

.mk-hero-container{
    max-width:1400px;
    margin:auto;
    display:flex;
    align-items:center;
    justify-content:space-between;
    gap:30px;
}

/* LEFT */

.mk-left{
    width:40%;
}

.mk-logo{
    width:220px;
    margin-bottom:20px;
}

.mk-badge{
    display:inline-block;
    background:#fff;
    color:#ff6b35;
    padding:10px 18px;
    border-radius:50px;
    font-size:13px;
    font-weight:700;
    box-shadow:0 10px 20px rgba(0,0,0,.05);
    margin-bottom:20px;
}

.mk-left h1{
    font-size:64px;
    line-height:1.05;
    color:#111827;
    margin-bottom:15px;
    font-weight:800;
}

.mk-left h1 span{
    color:#ff6b35;
}

.mk-subtitle{
    font-size:22px;
    color:#374151;
    margin-bottom:25px;
}

.mk-feature-grid{
    display:grid;
    grid-template-columns:1fr 1fr;
    gap:15px;
    margin-bottom:25px;
}

.mk-feature{
    background:#fff;
    padding:16px;
    border-radius:16px;
    font-weight:700;
    text-align:center;
    box-shadow:0 10px 25px rgba(0,0,0,.06);
}

.mk-callback-box{
    background:#fff;
    padding:18px;
    border-radius:16px;
    font-weight:700;
    box-shadow:0 10px 25px rgba(0,0,0,.06);
}

/* CENTER */

.mk-center{
    width:25%;
    position:relative;
    text-align:center;
}

.mk-center img{
    width:100%;
    max-width:380px;
    border-radius:24px;
    box-shadow:0 25px 50px rgba(0,0,0,.12);
}

.mk-floating-card{
    position:absolute;
    background:#fff;
    padding:12px 18px;
    border-radius:14px;
    box-shadow:0 10px 25px rgba(0,0,0,.08);
    font-weight:700;
    z-index:5;
}

.card-one{
    top:40px;
    left:-40px;
}

.card-two{
    bottom:40px;
    right:-40px;
}

/* FORM */

.mk-form-card{
    width:35%;
    background:#08245d;
    padding:28px;
    border-radius:24px;
    box-shadow:0 25px 60px rgba(0,0,0,.18);
}

.mk-form-header{
    text-align:center;
    margin-bottom:20px;
}

.mk-form-header h2{
    color:#fff;
    margin:0 0 8px;
}

.mk-form-header p{
    color:#dbeafe;
    margin:0;
}

.mk-form{
    display:flex;
    flex-direction:column;
    gap:14px;
}

.mk-form input,
.mk-form select{
    width:100%;
    height:56px;
    border:none;
    border-radius:12px;
    padding:0 15px;
    background:#fff;
    color:#111827;
    font-size:15px;
}

.mk-form button{
    height:58px;
    border:none;
    border-radius:12px;
    background:#ff6b35;
    color:#fff;
    font-size:17px;
    font-weight:700;
    cursor:pointer;
    transition:.3s;
}

.mk-form button:hover{
    transform:translateY(-3px);
}

.mk-secure{
    color:#dbeafe;
    text-align:center;
    margin-top:15px;
    font-size:14px;
}

/* WHATSAPP */

.mk-whatsapp{
    position:fixed;
    bottom:25px;
    right:25px;
    width:60px;
    height:60px;
    background:#25D366;
    color:#fff;
    text-decoration:none;
    border-radius:50%;
    display:flex;
    align-items:center;
    justify-content:center;
    font-size:28px;
    box-shadow:0 10px 25px rgba(0,0,0,.2);
    z-index:9999;
}

/* MOBILE */

@media(max-width:1100px){

    .mk-hero-container{
        flex-direction:column;
    }

    .mk-left,
    .mk-center,
    .mk-form-card{
        width:100%;
        max-width:700px;
    }

    .mk-left{
        text-align:center;
    }

    .mk-logo{
        margin:auto auto 20px;
        display:block;
    }

    .card-one,
    .card-two{
        display:none;
    }

}

@media(max-width:768px){

    .mk-left h1{
        font-size:42px;
    }

    .mk-subtitle{
        font-size:18px;
    }

}

@media(max-width:576px){

    .mk-left h1{
        font-size:34px;
    }

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

    .mk-logo{
        width:180px;
    }

}/* End custom CSS */