.elementor-478 .elementor-element.elementor-element-8511508{--display:flex;}.elementor-478 .elementor-element.elementor-element-8511508:not(.elementor-motion-effects-element-type-background), .elementor-478 .elementor-element.elementor-element-8511508 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:var( --e-global-color-text );}:root{--page-title-display:none;}/* Start custom CSS for html, class: .elementor-element-c4ae965 *//* ===== THANK YOU PAGE ===== */

.thankyou-container {
    display: flex;
    justify-content: center;
    align-items: center;
    min-height: 80vh;
    padding: 40px 20px;
}

.thankyou-card {
    max-width: 600px;
    text-align: center;
    background: rgba(255,255,255,0.03);
    border: 1px solid rgba(212,175,55,0.25);
    border-radius: 16px;
    padding: 40px 30px;
    backdrop-filter: blur(10px);
}

.thankyou-card h1 {
    font-size: 36px;
    color: #ffffff;
    margin-bottom: 10px;
}

.subtext {
    color: #d4af37;
    margin-bottom: 20px;
}

.highlight {
    color: #d4af37;
    font-weight: 500;
}

.thankyou-box {
    margin-top: 25px;
    padding: 15px;
    border: 1px solid rgba(212,175,55,0.2);
    border-radius: 10px;
    background: rgba(255,255,255,0.02);
}

.thankyou-box p {
    margin: 5px 0;
    color: #cfcfcf;
}

/* Button */
.btn-home {
    display: inline-block;
    margin-top: 25px;
    padding: 12px 25px;
    background: linear-gradient(90deg, #d4af37, #f1d77a);
    color: #000;
    text-decoration: none;
    border-radius: 8px;
    font-weight: 500;
    transition: 0.3s;
}

.btn-home:hover {
    transform: translateY(-2px);
    box-shadow: 0 5px 20px rgba(212,175,55,0.3);
}/* End custom CSS */