.elementor-1873 .elementor-element.elementor-element-fec1a01{--display:flex;}/* Start custom CSS for html, class: .elementor-element-62724c1 */body{
    margin:0;
    padding:0;
    font-family:Arial, Helvetica, sans-serif;
    background:linear-gradient(135deg,#f5f7fa,#e9edf3);
}

.thankyou-container{
    min-height:100vh;
    display:flex;
    justify-content:center;
    align-items:center;
    padding:40px 20px;
}

.thankyou-card{
    background:#ffffff;
    max-width:700px;
    width:100%;
    padding:60px 40px;
    text-align:center;
    border-radius:25px;
    box-shadow:0 15px 40px rgba(0,0,0,0.12);
}

.success-icon{
    width:110px;
    height:110px;
    margin:0 auto 25px;
    border-radius:50%;
    background:#28a745;
    color:#fff;
    font-size:55px;
    display:flex;
    align-items:center;
    justify-content:center;
    font-weight:bold;
}

.thankyou-card h1{
    font-size:48px;
    color:#111;
    margin-bottom:10px;
}

.thankyou-card h3{
    color:#e53935;
    font-size:22px;
    margin-bottom:25px;
}

.thankyou-card p{
    font-size:18px;
    color:#555;
    line-height:1.7;
    margin-bottom:15px;
}

.highlight{
    font-weight:600;
    color:#111;
}

.home-btn{
    display:inline-block;
    margin-top:25px;
    padding:15px 35px;
    background:#000;
    color:#fff;
    text-decoration:none;
    border-radius:50px;
    font-weight:600;
    transition:0.3s ease;
}

.home-btn:hover{
    transform:translateY(-3px);
}

.contact-info{
    margin-top:35px;
    padding-top:25px;
    border-top:1px solid #eee;
    color:#666;
    line-height:1.8;
}

@media(max-width:768px){

    .thankyou-card{
        padding:40px 25px;
    }

    .thankyou-card h1{
        font-size:36px;
    }

    .thankyou-card p{
        font-size:16px;
    }

    .success-icon{
        width:90px;
        height:90px;
        font-size:45px;
    }
}/* End custom CSS */