.elementor-14173 .elementor-element.elementor-element-650bdf5{padding:0px 0px 0px 0px;}.elementor-14173 .elementor-element.elementor-element-73fa4f3 > .elementor-element-populated{padding:0px 0px 0px 0px;}.elementor-14173 .elementor-element.elementor-element-659626e{width:100%;max-width:100%;}.elementor-14173 .elementor-element.elementor-element-659626e > .elementor-widget-container{margin:0px 0px 0px 0px;padding:0px 0px 0px 0px;}:root{--page-title-display:none;}/* Start custom CSS for html, class: .elementor-element-659626e */.cm-thank-you-page {
    direction: rtl;
    background: #050505;
    min-height: 100vh;
    color: #ffffff;
    font-family: inherit;
}

.cm-thank-you-section {
    min-height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 80px 24px;

    background:
        radial-gradient(circle at 15% 15%, rgba(255,106,0,.18), transparent 30%),
        radial-gradient(circle at 85% 60%, rgba(255,106,0,.10), transparent 35%),
        linear-gradient(135deg,#070707,#101010,#050505);
}

.cm-thank-you-wrap {
    width: 100%;
    max-width: 900px;
    text-align: center;
}

.cm-thank-you-badge {
    display: inline-flex;
    align-items: center;
    justify-content: center;

    padding: 10px 18px;

    border-radius: 999px;

    background: rgba(255,106,0,.12);

    border: 1px solid rgba(255,106,0,.35);

    color: #ff6a00;

    font-size: 15px;
    font-weight: 900;

    margin-bottom: 28px;
}

.cm-thank-you-wrap h1 {
    font-size: clamp(46px,7vw,86px);
    line-height: 1.05;
    font-weight: 950;
    margin: 0 0 24px;
    color: #ffffff;
}

.cm-thank-you-wrap h1 span {
    color: #ff6a00;
}

.cm-thank-you-text {
    max-width: 760px;
    margin: 0 auto;

    font-size: clamp(18px,2vw,24px);
    line-height: 1.7;
    color: #f2f2f2;
}

.cm-thank-you-actions {
    margin-top: 42px;

    display: flex;
    justify-content: center;
    gap: 18px;
    flex-wrap: wrap;
}

.cm-thank-you-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;

    min-width: 240px;

    padding: 18px 32px;

    border-radius: 16px;

    text-decoration: none !important;

    font-size: 16px;
    font-weight: 900;

    transition: .25s ease;
}

.cm-thank-you-btn:hover {
    transform: translateY(-3px);
}

.cm-thank-you-btn.primary {
    background: #ff6a00;
    color: #111111 !important;

    box-shadow:
    0 18px 50px rgba(255,106,0,.25);
}

.cm-thank-you-btn.secondary {
    background: rgba(255,255,255,.05);

    color: #ffffff !important;

    border: 1px solid rgba(255,255,255,.12);
}

.cm-next-step {
    margin-top: 60px;

    background:
        linear-gradient(
            145deg,
            rgba(255,255,255,.08),
            rgba(255,255,255,.025)
        );

    border: 1px solid rgba(255,106,0,.25);

    border-radius: 30px;

    padding: 34px;

    box-shadow:
        0 24px 80px rgba(0,0,0,.35);
}

.cm-next-step-title {
    color: #ff6a00;

    font-size: 24px;
    font-weight: 950;

    margin-bottom: 24px;
}

.cm-next-step-item {
    color: #ffffff;

    font-size: 18px;
    line-height: 1.8;

    padding: 12px 0;

    border-bottom: 1px solid rgba(255,255,255,.08);
}

.cm-next-step-item:last-child {
    border-bottom: none;
}

@media (max-width:768px) {

    .cm-thank-you-section {
        padding: 60px 20px;
    }

    .cm-thank-you-actions {
        flex-direction: column;
    }

    .cm-thank-you-btn {
        width: 100%;
        min-width: auto;
    }

    .cm-next-step {
        padding: 24px;
    }
}/* End custom CSS */