.elementor-24287 .elementor-element.elementor-element-e005520{--display:flex;--margin-top:40px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;}@media(max-width:1024px){.elementor-24287 .elementor-element.elementor-element-e005520{--margin-top:60px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;}}@media(max-width:500px){.elementor-24287 .elementor-element.elementor-element-e005520{--padding-top:15px;--padding-bottom:15px;--padding-left:15px;--padding-right:15px;}}/* Start custom CSS for html, class: .elementor-element-76e9534 */.hkcs-simple-thanks {
        max-width: 500px;
        margin: 40px auto;
        padding: 40px 30px;
        text-align: center;
        background: #ffffff;
        border-radius: 12px;
        box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
        border: 1px solid #e5e7eb;
    }

    .hkcs-simple-thanks h1 {
        font-size: 26px;
        font-weight: 700;
        color: #111827;
        margin: 0 0 12px 0 !important;
    }

    .hkcs-simple-thanks p {
        font-size: 15px;
        color: #4d5b7c;
        line-height: 1.5;
        margin: 0 0 25px 0 !important;
    }
    .hkcs-next-steps {
        background: #f8fafc;
        border-radius: 8px;
        padding: 18px 20px;
        margin-bottom: 30px;
        text-align: left;
        border-left: 4px solid #0069FF;
    }

    .hkcs-next-steps h3 {
        font-size: 14px;
        font-weight: 600;
        color: #111827;
        margin: 0 0 8px 0 !important;
    }

    .hkcs-next-steps ul {
        margin: 0 !important;
        padding-left: 18px !important;
        color: #4d5b7c;
        font-size: 14px;
    }

    .hkcs-next-steps li {
        margin-bottom: 6px !important;
        line-height: 1.4;
    }

    .hkcs-btn-group {
        display: flex;
        gap: 12px;
        justify-content: center;
    }

    .hkcs-primary-btn {
        display: inline-block;
        padding: 12px 40px;
        background: #0069FF;
        color: #ffffff !important;
        text-decoration: none !important;
        border-radius: 6px;
        font-size: 16px;
        font-weight: 600;
        transition: background 0.2s;
    }

    .hkcs-primary-btn:hover {
        background: #0057d8;
    }

    .hkcs-secondary-btn {
        display: inline-block;
        padding: 12px 40px;
        border: 1px solid #d1d5db;
        color: #374151 !important;
        text-decoration: none !important;
        border-radius: 6px;
        font-size: 16px;
        font-weight: 600;
        transition: all 0.2s;
    }

    .hkcs-secondary-btn:hover {
        background: #f9fafb;
        border-color: #9ca3af;
    }

    @media (max-width: 480px) {
        .hkcs-btn-group {
            flex-direction: column;
        }
        .hkcs-primary-btn, .hkcs-secondary-btn {
            width: 100%;
            box-sizing: border-box;
        }
    }/* End custom CSS */