.elementor-751 .elementor-element.elementor-element-b298d62{--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;}.elementor-751 .elementor-element.elementor-element-b298d62:not(.elementor-motion-effects-element-type-background), .elementor-751 .elementor-element.elementor-element-b298d62 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:#DCF1F9;}.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 );}/* Start custom CSS for text-editor, class: .elementor-element-23b37ff */.thankyou-section{
    width:100%;
    min-height:100vh;
    background:#DCF1F9;
    padding:50px 50px;
    display:flex;
    align-items:center;
    overflow:hidden;
    font-family:'Poppins',sans-serif;
}

.thankyou-container{
    width:100%;
    max-width:1320px;
    margin:auto;
    display:grid;
    grid-template-columns:48% 52%;
    gap:70px;
    align-items:center;
}

/* LEFT */

.thankyou-badge{
    display:inline-flex;
    align-items:center;
    justify-content:center;
    padding:10px 18px;
    background:#fff;
    border-radius:100px;
    font-size:13px;
    font-weight:600;
    color:#F97316;
    margin-bottom:28px;
}

.thankyou-content h1{
    font-size:52px;
    line-height:0.98;
    color:#111;
    font-weight:600;
    margin-bottom:28px;
}

.thankyou-content p{
    font-size:17px;
    line-height:1.9;
    color:#555;
    margin-bottom:18px;
    max-width:560px;
}

/* QUOTE */

.thankyou-quote{
    background:#fff;
    border-left:4px solid #F97316;
    padding:26px 28px;
    border-radius:24px;
    margin-top:35px;
    font-size:24px;
    line-height:1.6;
    color:#111;
    font-weight:500;
    max-width:620px;
}

/* BUTTONS */

.thankyou-buttons{
    display:flex;
    gap:24px;
    margin-top:40px;
    flex-wrap:wrap;
}

.home-btn{
    background:#F97316;
    color:#fff;
    text-decoration:none;
    padding:18px 38px;
    border-radius:100px;
    font-size:15px;
    font-weight:500;
    transition:0.3s ease;
    display:inline-flex;
    align-items:center;
    justify-content:center;
    min-width:230px;
}

.home-btn:hover{
    transform:translateY(-3px);
    background: #fff;
    color: #F97316 ;
    border:solid 2px #F97316;
}

.whatsapp-btn{
    background:transparent;
    color:#F97316;
    text-decoration:none;
    padding:18px 38px;
    border-radius:100px;
    font-size:15px;
    font-weight:500;
    border:2px solid #F97316;
    transition:0.3s ease;
    display:inline-flex;
    align-items:center;
    justify-content:center;
    min-width:230px;
}

.whatsapp-btn:hover{
    background:#F97316;
    color:#fff;
    transform:translateY(-3px);
}

/* RIGHT */

.thankyou-visual{
    position:relative;
}

.visual-bg{
    position:absolute;
    width:100%;
    height:100%;
    background:#fff;
    border-radius:40px;
    top:22px;
    left:22px;
}

.main-image{
    width:100%;
    height:500px;
    object-fit:cover;
    border-radius:40px;
    position:relative;
    z-index:2;
    display:block;
}

/* FLOAT CARD */

.floating-brand-card{
    position:absolute;
    left:-40px;
    bottom:35px;
    z-index:3;
    background:#fff;
    border-radius:28px;
    padding:16px 20px;
    display:flex;
    align-items:center;
    gap:18px;
    box-shadow:0 20px 60px rgba(0,0,0,0.12);
    max-width:360px;
}

.floating-brand-card img{
    width:90px;
    height:90px;
    object-fit:contain;
    border-radius:18px;
    background:#f9f9f9;
    padding:8px;
}

.brand-content span{
    font-size:16px;
    line-height:1.7;
    color:#111;
    font-weight:500;
}

/* TABLET */

@media(max-width:991px){

    .thankyou-container{
        grid-template-columns:1fr;
        gap:50px;
    }

    .thankyou-content{
        text-align:center;
    }

    .thankyou-content p{
        margin-left:auto;
        margin-right:auto;
    }

    .thankyou-quote{
        margin-left:auto;
        margin-right:auto;
    }

    .thankyou-buttons{
        justify-content:center;
    }

    .thankyou-content h1{
        font-size:64px;
    }

    .main-image{
        height:620px;
    }

}

/* MOBILE */

@media(max-width:576px){

    .thankyou-section{
        padding:50px 10px;
    }

    .thankyou-container{
        gap:35px;
    }

    .thankyou-badge{
        font-size:12px;
        padding:9px 16px;
        margin-bottom:22px;
    }

    .thankyou-content h1{
        font-size:32px;
        line-height:1.2;
        margin-bottom:20px;
    }

    .thankyou-content p{
        font-size:14px;
        line-height:1.8;
    }

    .thankyou-quote{
        padding:22px 20px;
        border-radius:18px;
        font-size:19px;
        line-height:1.7;
        margin-top:28px;
    }

    .thankyou-buttons{
        flex-direction:column;
        gap:16px;
        margin-top:30px;
    }

    .home-btn,
    .whatsapp-btn{
        width:100%;
        min-width:100%;
        padding:16px 20px;
        font-size:14px;
    }

    .visual-bg{
        top:14px;
        left:14px;
        border-radius:24px;
    }

    .main-image{
        height:420px;
        border-radius:24px;
    }

    .floating-brand-card{
        left:12px;
        right:12px;
        bottom:12px;
        max-width:unset;
        padding:14px;
        border-radius:20px;
        gap:14px;
    }

    .floating-brand-card img{
        width:70px;
        height:70px;
    }

    .brand-content span{
        font-size:13px;
        line-height:1.6;
    }

}/* End custom CSS */