.elementor-792 .elementor-element.elementor-element-e5275fb{--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;}:root{--page-title-display:none;}@media(max-width:767px){.elementor-792 .elementor-element.elementor-element-e5275fb{--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 html, class: .elementor-element-e4c5552 */.thankyou-section{
    width:100%;
    height:100vh;
    display:flex;
    justify-content:center;
    align-items:center;
    background:#f6f6f6;
    font-family:Arial, Helvetica, sans-serif;
}

.thankyou-container{
    background:#ffffff;
    padding:60px 40px;
    text-align:center;
    border-radius:10px;
    max-width:500px;
    box-shadow:0 10px 30px rgba(0,0,0,0.1);
}

.success-icon{
    width:80px;
    height:80px;
    line-height:80px;
    margin:auto;
    border-radius:50%;
    background:#28a745;
    color:white;
    font-size:40px;
    margin-bottom:20px;
}

.thankyou-container h1{
    font-size:36px;
    margin-bottom:15px;
    color:#222;
}

.thankyou-container p{
    font-size:16px;
    color:#555;
    margin-bottom:30px;
}

.thankyou-buttons{
    display:flex;
    justify-content:center;
    gap:15px;
    flex-wrap:wrap;
}

.btn-home{
    padding:12px 25px;
    text-decoration:none;
    background:#333;
    color:white;
    border-radius:5px;
    transition:0.3s;
}

.btn-home:hover{
    background:#000;
}

.btn-whatsapp{
    padding:12px 25px;
    text-decoration:none;
    background:#25D366;
    color:white;
    border-radius:5px;
    transition:0.3s;
}

.btn-whatsapp:hover{
    background:#1ebe5b;
}/* End custom CSS */