.elementor-widget-text-editor{font-family:var( --e-global-typography-text-font-family ), Sans-serif;font-weight:var( --e-global-typography-text-font-weight );color:var( --e-global-color-text );}.elementor-widget-text-editor.elementor-drop-cap-view-stacked .elementor-drop-cap{background-color:var( --e-global-color-primary );}.elementor-widget-text-editor.elementor-drop-cap-view-framed .elementor-drop-cap, .elementor-widget-text-editor.elementor-drop-cap-view-default .elementor-drop-cap{color:var( --e-global-color-primary );border-color:var( --e-global-color-primary );}.elementor-10 .elementor-element.elementor-element-be6658a{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;--margin-top:0px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}/* Start custom CSS for text-editor, class: .elementor-element-13162b8 */.mbh-hero{
    font-family:'Poppins',sans-serif;
        background:linear-gradient(135deg,#fff8f1,#ffe8d6);

    padding:50px 50px 100px 50px;
    overflow:hidden;
}

.mbh-container{
    max-width:1280px;
    margin:auto;
    display:flex;
    align-items:center;
    justify-content:space-between;
    gap:50px;
}
.mbh-desc{
    font-size:18px!important;
}
.mbh-left{
    width:50%;
}

.mbh-logo{
    font-size:20px;
    font-weight:800;
    color:#3d220f;
    margin-bottom:20px;
    letter-spacing:1px;
}

.mbh-left h1{
    font-size:38px;
    line-height:1.15;
    margin-bottom:15px;
    color:#2d1a0d;
    font-weight:700;
}

.mbh-desc{
    font-size:16px!important;
    line-height:1.6;
    color:#555;
    margin-bottom:20px;
}

.form-box{
    background:#fff;
    padding:30px 30px 5px 30px;
    border-radius:20px;
    box-shadow:0 15px 35px rgba(0,0,0,.08);
    border:1px solid rgba(0,0,0,.05);
    margin-bottom:20px;
}

.form-box h3{
    font-size:20px;
    margin-bottom:10px;
    color:#2d1a0d;
    font-weight:600;
}

.form-box p{
    font-size:15px;
    color:#555;
}

.mbh-info{
    font-size:12px;
    line-height:1.8;
    color:#444;
}

.offer-box{
    margin-top:10px;
    background:linear-gradient(
    135deg,
    #fff2df,
    #ffe3c1
    );
    padding:18px;
    border-radius:15px;
    color:#8b4513;
    font-size:14px;
    font-weight:600;
    border-left:4px solid #d97706;
}

.mbh-right{
    width:50%;
    position:relative;
    height:560px;
}

.circle-bg{
    width:420px;
    height:420px;
    background:linear-gradient(
    135deg,
    #f8c15f,
    #f38c38
    );
    border-radius:50%;
    position:absolute;
    left:50%;
    top:70px;
    transform:translateX(-50%);
    opacity:.35;
}

.main-image{
    position:absolute;
    width:420px;
    height:420px;
    left:50%;
    top:80px;
    transform:translateX(-50%);
    border-radius:35px;
    overflow:hidden;
    padding:10px;
    background:#fff;
    box-shadow:0 20px 60px rgba(0,0,0,.15);
    z-index:2;
    transition:.3s;
}

.main-image:hover{
    transform:translateX(-50%) translateY(-5px);
}

.main-image img{
    width:100%;
    height:100%;
    object-fit:cover;
    border-radius:25px;
}

.top-image{
    position:absolute;
    width:170px;
    height:170px;
    right:20px;
    top:10px;
    border-radius:25px;
    overflow:hidden;
    padding:8px;
    background:#fff;
    box-shadow:0 15px 40px rgba(0,0,0,.12);
    z-index:3;
    transition:.3s;
}

.bottom-image{
    position:absolute;
    width:170px;
    height:170px;
    right:30px;
    bottom:20px;
    border-radius:25px;
    overflow:hidden;
    padding:8px;
    background:#fff;
    box-shadow:0 15px 40px rgba(0,0,0,.12);
    z-index:3;
    transition:.3s;
}

.top-image:hover,
.bottom-image:hover{
    transform:translateY(-5px);
}

.top-image img,
.bottom-image img{
    width:100%;
    height:100%;
    object-fit:cover;
    border-radius:18px;
}

.wpcf7 input[type="text"],
.wpcf7 input[type="tel"],
.wpcf7 input[type="email"]{
    width:100%;
    padding:14px 18px;
    border:1px solid #ddd;
    border-radius:12px;
    margin-bottom:15px;
    font-family:'Poppins',sans-serif;
}

.wpcf7-submit{
    background:#d97706 !important;
    color:#fff !important;
    border:none !important;
    padding:14px 30px !important;
    border-radius:50px !important;
    font-weight:600 !important;
    cursor:pointer;
    width:100%;
}

.wpcf7-submit:hover{
    background:#b45309 !important;
}

@media(max-width:991px){

    .mbh-hero{
        padding:50px 10px 50px 10px;
    }

    .mbh-container{
        flex-direction:column;
        gap:20px;
    }

    .mbh-right{
        width:100%;
        height:330px;
        order:1;
    }

    .mbh-left{
        width:100%;
        order:2;
    }

    .circle-bg{
        width:250px;
        height:250px;
        top:40px;
    }

    .main-image{
        width:240px;
        height:240px;
        top:40px;
    }

    .top-image{
        width:100px;
        height:100px;
        right:10px;
        top:0;
    }

    .bottom-image{
        width:100px;
        height:100px;
        right:15px;
        bottom:0;
    }

    .mbh-logo{
        font-size:18px;
        text-align:center;
    }

    .mbh-left h1{
        font-size:32px;
        text-align:center;
        line-height:1.4em;
    }

    .mbh-desc{
        text-align:center;
        font-size:14px;
    }

    .form-box{
        padding:18px;
    }

    .offer-box{
        font-size:16px;
    }
}/* End custom CSS */