.elementor-889 .elementor-element.elementor-element-b1d3448{--display:flex;}/* Start custom CSS for html, class: .elementor-element-4687917 */.thank-you-section {
    background: #f5f8fb;
    padding: 80px 20px;
    text-align: center;
    min-height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
}

.thank-you-container {
    max-width: 700px;
    width: 100%;
    background: #ffffff;
    padding: 50px;
    border-radius: 20px;
    box-shadow: 0 15px 40px rgba(0,0,0,0.08);
}

.success-icon {
    width: 100px;
    height: 100px;
    background: #00b140;
    color: #fff;
    margin: 0 auto 25px;
    border-radius: 50%;
    font-size: 50px;
    line-height: 100px;
    font-weight: bold;
}

.thank-you-container h1 {
    font-size: 48px;
    color: #00b140;
    margin-bottom: 10px;
}

.thank-you-container h2 {
    font-size: 24px;
    color: #222;
    margin-bottom: 20px;
}

.thank-you-container p {
    color: #555;
    line-height: 1.8;
    font-size: 17px;
}

.service-box {
    background: #f7fff9;
    border: 1px solid #d8f5e2;
    border-radius: 12px;
    padding: 25px;
    margin: 30px 0;
    text-align: left;
}

.service-box h3 {
    color: #00b140;
    margin-bottom: 15px;
}

.service-box ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.service-box ul li {
    padding: 8px 0;
    color: #444;
}

.home-btn {
    display: inline-block;
    background: #00b140;
    color: #fff;
    padding: 14px 35px;
    border-radius: 50px;
    text-decoration: none;
    font-weight: 600;
    margin-top: 10px;
    transition: 0.3s ease;
}

.home-btn:hover {
    background: #008e33;
}

.contact-info {
    margin-top: 30px;
    padding-top: 25px;
    border-top: 1px solid #eee;
}

.contact-info p {
    margin: 6px 0;
}

@media(max-width:768px) {

    .thank-you-container {
        padding: 30px 20px;
    }

    .thank-you-container h1 {
        font-size: 38px;
    }

    .thank-you-container h2 {
        font-size: 20px;
    }

    .success-icon {
        width: 80px;
        height: 80px;
        line-height: 80px;
        font-size: 40px;
    }
}/* End custom CSS */