.elementor-433 .elementor-element.elementor-element-eccfcfe{--display:flex;}:root{--page-title-display:none;}/* Start custom CSS for shortcode, class: .elementor-element-1497410 */*{
    margin:0;
    padding:0;
    box-sizing:border-box;
    font-family:'Poppins',sans-serif;
}


body{

    min-height:100vh;

    display:flex;
    justify-content:center;
    align-items:center;

    background:linear-gradient(135deg,#ffffff,#f2f2f2);

}


/* Main Container */

.thankyou-container{

    width:100%;
    padding:20px;

    display:flex;
    justify-content:center;
    align-items:center;

}


/* Thank You Card */

.thankyou-box{

    width:90%;
    max-width:600px;

    padding:50px 45px;

    background:#ffffff;

    border:2px solid #D4AF37;

    border-radius:20px;

    text-align:center;

    box-shadow:
    0 20px 50px rgba(0,0,0,0.12);

}


/* Success Icon */

.icon{

    font-size:75px;

    margin-bottom:20px;

}


/* Heading */

h1{

    color:#111;

    font-size:42px;

    font-weight:700;

    margin-bottom:15px;

}


/* Paragraph */

p{

    font-size:18px;

    line-height:30px;

    color:#555;

    margin-bottom:35px;

}


strong{

    color:#111;

}


/* Home Button */

.home-btn{

    display:inline-block;

    padding:14px 40px;

    background:#111;

    color:#fff;

    text-decoration:none;

    border-radius:10px;

    font-size:16px;

    font-weight:600;

    transition:0.3s;

}


.home-btn:hover{

    background:#D4AF37;

    color:#111;

    transform:translateY(-4px);

}



/* Card Hover Effect */

.thankyou-box:hover{

    transform:translateY(-5px);

    box-shadow:
    0 25px 60px rgba(0,0,0,0.18);

    transition:0.3s;

}



/* Mobile Responsive */

@media(max-width:600px){

    .thankyou-box{

        padding:35px 20px;

    }


    h1{

        font-size:32px;

    }


    p{

        font-size:16px;

        line-height:26px;

    }


    .icon{

        font-size:55px;

    }


    .home-btn{

        padding:12px 30px;

    }

}/* End custom CSS */