.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-36ae673 *//* =========================================
   RAJVANSH AUTO
   404 ERROR HERO
========================================= */

.ra-error-page {
    position: relative;

    width: 100%;

    padding: 0px 50px 50px 50px;

    background: #FFFFFF;

    font-family: "Poppins", sans-serif;

    overflow: hidden;

    box-sizing: border-box;
}


.ra-error-page *,
.ra-error-page *::before,
.ra-error-page *::after {
    box-sizing: border-box;
}


/* =========================================
   CONTAINER
========================================= */

.ra-error-container {
    width: 100%;

    max-width: 1250px;

    margin: 0 auto;

    display: grid;

    grid-template-columns: 48% 52%;

    align-items: center;

    gap: 30px;
}


/* =========================================
   LEFT CONTENT
========================================= */

.ra-error-content {
    max-width: 600px;

    position: relative;

    z-index: 2;
}


/* =========================================
   BRAND LABEL
========================================= */

.ra-error-brand {
    margin-bottom: 5px;

    color: #18A7B3;

    font-size: 13px;

    font-weight: 700;

    letter-spacing: 2px;
}

.ra-error-brand span {
    color: #667085;
}


/* =========================================
   404 NUMBER
========================================= */

.ra-error-number {
    margin: 0;

    color: #18A7B3;

    font-size: clamp(100px, 11vw, 150px);

    line-height: .78;

    font-weight: 900;

    letter-spacing: -7px;

    opacity: .12;

    user-select: none;
}


/* =========================================
   HEADING
========================================= */

.ra-error-content h1 {
    position: relative;

    margin: -28px 0 0;

    color: #0A1220;

    font-size: clamp(48px, 5vw, 50px);

    line-height: 1.04;

    font-weight: 800;

    letter-spacing: -3px;
}


.ra-error-content h1 strong {
    display: block;

    color: #18A7B3;

    font-weight: 800;
}


/* =========================================
   LINE
========================================= */

.ra-error-line {
    width: 85px;

    height: 4px;

    margin: 22px 0;

    background: #18A7B3;

    border-radius: 10px;
}


/* =========================================
   PARAGRAPH
========================================= */

.ra-error-content p {
    max-width: 570px;

    margin: 0;

    color: #667085;

    font-size: 15px;

    line-height: 1.75;

    font-weight: 400;
}


/* =========================================
   BUTTONS
========================================= */

.ra-error-buttons {
    display: flex;

    align-items: center;

    gap: 14px;

    margin-top: 30px;
}


.ra-error-btn {
    display: inline-flex;

    align-items: center;

    justify-content: center;

    gap: 9px;

    min-height: 45px;

    padding: 0 22px;

    border-radius: 7px;

    font-family: "Poppins", sans-serif;

    font-size: 16px;

    font-weight: 700;

    letter-spacing: .2px;

    text-decoration: none;

    transition: all .25s ease;

    cursor: pointer;
}


/* =========================================
   PRIMARY
========================================= */

.ra-error-btn.primary {
    color: #FFFFFF;

    background: #18A7B3;

    border: 1px solid #18A7B3;
}


.ra-error-btn.primary span {
    font-size: 16px;

    line-height: 1;
}


.ra-error-btn.primary:hover {
    color: #18A7B3;

    background: #FFFFFF;

    border-color: #18A7B3;

    transform: translateY(-2px);
}


/* =========================================
   SECONDARY
========================================= */

.ra-error-btn.secondary {
    color: #18A7B3;

    background: #FFFFFF;

    border: 1px solid #D3DDE8;
}


.ra-error-btn.secondary:hover {
    color: #FFFFFF;

    background: #18A7B3;

    border-color: #18A7B3;

    transform: translateY(-2px);
}


/* =========================================
   RIGHT IMAGE AREA
========================================= */

.ra-error-image {
    position: relative;

    width: 100%;

    min-height: 500px;

    display: flex;

    align-items: center;

    justify-content: center;
}


/* =========================================
   ROUND BACKGROUND
========================================= */

.ra-error-circle {
    position: absolute;

    width: 470px;

    height: 470px;

    border-radius: 50%;

    background: #E6F2FF;

    z-index: 1;
}


/* =========================================
   VEHICLE IMAGE
========================================= */

.ra-error-image img {
    position: relative;

    z-index: 2;

    width: 100%;

    max-width: 620px;

    height: auto;

    max-height: 500px;

    object-fit: contain;

    display: block;
}


/* =========================================
   TABLET
========================================= */

@media (max-width: 1000px) {

    .ra-error-page {
        padding: 70px 30px;
    }


    .ra-error-container {
        grid-template-columns: 1fr 1fr;

        gap: 15px;
    }


    .ra-error-content h1 {
        font-size: 50px;
    }


    .ra-error-image {
        min-height: 400px;
    }


    .ra-error-circle {
        width: 350px;

        height: 350px;
    }


    .ra-error-image img {
        max-height: 400px;
    }

}


/* =========================================
   MOBILE
========================================= */

@media (max-width: 650px) {

    .ra-error-page {
        padding: 50px 20px 35px;
    }


    .ra-error-container {
        display: flex;

        flex-direction: column;

        gap: 25px;
    }


    /* CONTENT */

    .ra-error-content {
        width: 100%;

        max-width: 100%;

        text-align: left;

        order: 1;
    }


    .ra-error-brand {
        margin-bottom: 8px;

        font-size: 10px;

        letter-spacing: 1.5px;
    }


    .ra-error-number {
        font-size: 90px;

        letter-spacing: -5px;
    }


    .ra-error-content h1 {
        margin-top: -22px;

        font-size: 38px;

        line-height: 1.08;

        letter-spacing: -1.5px;
    }


    .ra-error-line {
        width: 65px;

        height: 3px;

        margin: 15px 0 17px;
    }


    .ra-error-content p {
        font-size: 12px;

        line-height: 1.7;
    }


    /* BUTTONS */

    .ra-error-buttons {
        gap: 10px;

        margin-top: 22px;

        flex-wrap: wrap;
    }


    .ra-error-btn {
        min-height: 42px;

        padding: 0 15px;

        font-size: 11px;

        font-weight: 700;
    }


    /* IMAGE */

    .ra-error-image {
        width: 100%;

        min-height: 280px;

        order: 2;
    }


    .ra-error-circle {
        width: 280px;

        height: 280px;
    }


    .ra-error-image img {
        max-height: 300px;
    }

}


/* =========================================
   SMALL MOBILE
========================================= */

@media (max-width: 400px) {

    .ra-error-page {
        padding: 40px 16px 30px;
    }


    .ra-error-content h1 {
        font-size: 34px;
    }


    .ra-error-buttons {
        flex-direction: column;

        align-items: stretch;
    }


    .ra-error-btn {
        width: 100%;
    }


    .ra-error-image {
        min-height: 240px;
    }


    .ra-error-circle {
        width: 240px;

        height: 240px;
    }


    .ra-error-image img {
        max-height: 290px;
    }

}/* End custom CSS */