.elementor-widget-text-editor{font-family:var( --e-global-typography-text-font-family ), Sans-serif;font-weight:var( --e-global-typography-text-font-weight );color:var( --e-global-color-text );}.elementor-widget-text-editor.elementor-drop-cap-view-stacked .elementor-drop-cap{background-color:var( --e-global-color-primary );}.elementor-widget-text-editor.elementor-drop-cap-view-framed .elementor-drop-cap, .elementor-widget-text-editor.elementor-drop-cap-view-default .elementor-drop-cap{color:var( --e-global-color-primary );border-color:var( --e-global-color-primary );}/* Start custom CSS for text-editor, class: .elementor-element-d2cb557 */.ra-thankyou {
    position: relative;
    width: 100%;
    min-height: 560px;
    padding: 30px 40px;
    overflow: hidden;
    background: #ffffff;
    color: #000;
}

.ra-thankyou-container {
    width: 100%;
    max-width: 1450px;
    min-height: 500px;
    margin: 0 auto;

    display: grid;
    grid-template-columns: 30% 40% 30%;
    align-items: center;
    justify-content: center;
}

/* =========================
   LEFT BIKE
========================= */

.ra-thankyou-bike {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
}

.ra-thankyou-bike img {
    width: 100%;
    max-width: 470px;
    height: auto;
    object-fit: contain;

    /* image shadow only */
    filter: drop-shadow(0 18px 18px rgba(0,0,0,0.18));

    transform: translateX(-35px);
}


/* =========================
   CENTER CONTENT
========================= */

.ra-thankyou-content {
    position: relative;
    z-index: 5;
    text-align: center;
}

.ra-thankyou-label {
    margin-bottom: 10px;

    font-size: 15px;
    font-weight: 700;
    letter-spacing: 1.5px;
    color: #000;
}

.ra-thankyou-content h1 {
    margin: 0;

    font-size: clamp(42px, 4.5vw, 60px);
    line-height: 1.05;
    font-weight: 800;
    letter-spacing: -2.5px;
    color: #000;
}

.ra-thankyou-content h1 strong {
    display: block;
    color: #18A7B3;
    font-weight: 800;
}

.ra-thankyou-line {
    width: 220px;
    height: 5px;

    margin: 20px auto;

    border-radius: 10px;
    background: #18A7B3;
}

.ra-thankyou-content p {
    max-width: 500px;
    margin: 0 auto 25px;

    font-size: 17px;
    line-height: 1.6;
    color: #222;
}


/* =========================
   BUTTONS
========================= */

.ra-thankyou-buttons {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 14px;
}

.ra-thankyou .ra-btn {
    min-height: 50px;
    padding: 0 20px;

    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 15px;

    border-radius: 8px;

    font-size: 14px;
    font-weight: 800;
    text-decoration: none;

    transition: all 0.3s ease;
}

.ra-thankyou .ra-btn-primary {
    background: #18A7B3;
    color: #fff;
    border: 2px solid #18A7B3;

    box-shadow: 0 8px 20px rgba(0,0,0,0.15);
}

.ra-thankyou .ra-btn-primary span {
    font-size: 25px;
    line-height: 1;
    transition: transform 0.3s ease;
}

.ra-thankyou .ra-btn-primary:hover {
    background: #fff;
    color: #1E4F9C;
    border-color: #1E4F9C;
    transform: translateY(-3px);
}

.ra-thankyou .ra-btn-primary:hover span {
    transform: translateX(6px);
}

.ra-thankyou .ra-btn-outline {
    background: #fff;
    color: #1E4F9C;
    border: 2px solid #1E4F9C;
}

.ra-thankyou .ra-btn-outline:hover {
    background: #18A7B3;
    color: #fff;
    border-color: #18A7B3;
    transform: translateY(-3px);
}


/* =========================
   RIGHT CHETAK
========================= */

.ra-thankyou-chetak {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
}

.ra-thankyou-chetak img {
    width: 100%;
    max-width: 470px;
    height: auto;
    object-fit: contain;

    filter: drop-shadow(0 18px 18px rgba(0,0,0,0.18));

    transform: translateX(35px);
}


/* =========================
   TABLET
========================= */

@media (max-width: 1050px) {

    .ra-thankyou {
        padding: 50px 25px;
    }

    .ra-thankyou-container {
        grid-template-columns: 1fr;
        min-height: auto;
    }

    .ra-thankyou-content {
        order: 1;
        margin-bottom: 20px;
    }

    .ra-thankyou-bike {
        order: 2;
        height: 260px;
    }

    .ra-thankyou-chetak {
        order: 3;
        height: 260px;
    }

    .ra-thankyou-bike img,
    .ra-thankyou-chetak img {
        max-width: 400px;
        transform: none;
    }
}


/* =========================
   MOBILE
========================= */

@media (max-width: 650px) {

    .ra-thankyou {
        min-height: auto;
        padding: 35px 15px 40px;
    }

    .ra-thankyou-content {
        margin-bottom: 10px;
    }

    .ra-thankyou-label {
        font-size: 11px;
        letter-spacing: 1.3px;
    }

    .ra-thankyou-content h1 {
        font-size: 38px;
        letter-spacing: -1.5px;
    }

    .ra-thankyou-line {
        width: 170px;
        height: 4px;
        margin: 14px auto;
    }

    .ra-thankyou-content p {
        font-size: 14px;
        line-height: 1.55;
        margin-bottom: 20px;
    }

    .ra-thankyou-buttons {
        flex-direction: column;
        width: 100%;
    }

    .ra-thankyou .ra-btn {
        width: 100%;
        min-height: 50px;
        font-size: 13px;
    }

    .ra-thankyou-bike,
    .ra-thankyou-chetak {
        height: 210px;
    }

    .ra-thankyou-bike img,
    .ra-thankyou-chetak img {
        max-width: 330px;
        transform: none;
    }
}/* End custom CSS */