.elementor-9118 .elementor-element.elementor-element-015b7b1{--display:flex;}/* Start custom CSS for html, class: .elementor-element-670769a */.thankyou-container {
            background: #ffffff;
            max-width: 480px;
            width: 100%;
            padding: 40px 30px;
            text-align: center;
            border-radius: 16px;
            box-shadow: 0 8px 25px rgba(0,0,0,0.1);
            margin:0 auto;
        }

        .checkmark {
            width: 80px;
            height: 80px;
            border-radius: 50%;
            display: flex;
            justify-content: center;
            align-items: center;
            margin: 0 auto 20px auto;
            background: #4CAF50;
            color: #fff;
            font-size: 40px;
            animation: pop 0.6s ease-out;
        }

        @keyframes pop {
            0% { transform: scale(0.4); opacity: 0.2; }
            100% { transform: scale(1); opacity: 1; }
        }

        

        a.back-btn {
            display: inline-block;
            padding: 12px 24px;
            background: #20409A;
            color: #fff;
            border-radius: 8px;
            text-decoration: none;
            font-size: 15px;
            transition: 0.3s ease;
        }/* End custom CSS */