.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-c316d39 *//* =========================================
   RAJVANSH AUTO - ABOUT HERO
   HOMEPAGE STYLE
========================================= */

.ra-about-hero {
    position: relative;
    overflow: hidden;

    min-height: 620px;

    padding: 20px 50px;

    color: #000;

    background:
        radial-gradient(
            circle at 78% 45%,
            rgba(24, 167, 179, 0.08),
            transparent 28%
        ),
        linear-gradient(
            110deg,
            #F8FBFC 0%,
            #FFFFFF 45%,
            #F4F9FA 100%
        );

    font-family: "roboto", sans-serif;
}


/* =========================================
   BACKGROUND GLOW
========================================= */

.ra-about-glow {
    position: absolute;

    width: 650px;
    height: 650px;

    right: 0;
    top: 30px;

    border-radius: 50%;

    background:
        radial-gradient(
            circle,
            rgba(24,167,179,0.28) 0%,
            rgba(24,167,179,0.08) 42%,
            transparent 70%
        );

    pointer-events: none;
}


/* =========================================
   DOTS
========================================= */

.ra-about-dots {
    position: absolute;

    width: 230px;
    height: 150px;

    right: 30px;
    top: 0;

    opacity: 0.35;

    background-image:
        radial-gradient(
            rgba(24,167,179,0.8) 1.5px,
            transparent 1.5px
        );

    background-size: 14px 14px;

    mask-image:
        linear-gradient(
            to bottom left,
            black,
            transparent
        );
}


/* =========================================
   CONTAINER
========================================= */

.ra-about-container {
    position: relative;

    z-index: 2;

    max-width: 1380px;

    min-height: 620px;

    margin: auto;

    display: grid;

    grid-template-columns: 47% 53%;

    align-items: center;
}


/* =========================================
   CONTENT
========================================= */

.ra-about-content {
    position: relative;

    z-index: 5;

    padding: 40px 0;
}


/* =========================================
   LABEL
========================================= */

.ra-about-label {
    margin-bottom: 10px;

    font-size: 16px;

    font-weight: 700;

    letter-spacing: 1.4px;

    color: #000;
}


/* =========================================
   HEADING
========================================= */

.ra-about-content h1 {
    margin: 0;

    font-size: clamp(48px, 5vw, 52px);

    line-height: 1.02;

    font-weight: 800;

    letter-spacing: -1px;

    color: #000;
}


.ra-about-content h1 strong {
    display: block;

    color: #1E4F9C;

    font-weight: 800;
}


/* =========================================
   TEAL LINE
========================================= */

.ra-about-line {
    width: 300px;

    height: 5px;

    margin: 18px 0 18px;

    border-radius: 10px;

    background: #1E4F9C;
}


/* =========================================
   PARAGRAPHS
========================================= */

.ra-about-content p {
    max-width: 610px;

    margin: 0 0 10px;

    color: #000;

    font-size: 16px;

    line-height: 1.55;

    font-weight: 400;
}


.ra-about-content .ra-about-second,
.ra-about-content .ra-about-third {
    font-size: 16px;

    line-height: 1.55;

    max-width: 600px;
}


/* =========================================
   BUTTON
========================================= */

.ra-about-buttons {
    display: flex;

    align-items: center;

    gap: 18px;

    padding-top: 10px;
}


.ra-about-btn {
    min-height: 50px;

    padding: 0 20px;

    display: inline-flex;

    align-items: center;

    justify-content: center;

    gap: 20px;

    border-radius: 8px;

    font-size: 16px;

    font-weight: 800;

    text-decoration: none;

    transition: all 0.3s ease;
}


/* Primary */

.ra-about-btn-primary {
    background: #1E4F9C;

    color: #ffffff;

    border: 2px solid #1E4F9C;

    box-shadow:
        0 10px 30px rgba(0,0,0,0.18);
}


.ra-about-btn-primary span {
    font-size: 28px;

    line-height: 1;

    transition: transform 0.3s ease;
}


.ra-about-btn-primary:hover {
    background: #ffffff;

    color: #1E4F9C;

    border-color: #1E4F9C;

    transform: translateY(-3px);
}


.ra-about-btn-primary:hover span {
    transform: translateX(7px);
}


/* =========================================
   RIGHT VISUAL
========================================= */

.ra-about-visual {
    position: relative;

    height: 540px;

    display: flex;

    align-items: center;

    justify-content: center;

    padding-left: 25px;
}


/* =========================================
   SHOWROOM IMAGE
========================================= */

.ra-about-image {
    position: relative;

    z-index: 3;

    width: 100%;

    max-width: 760px;

    height: 500px;

    object-fit: cover;

    border-radius: 18px;

    display: block;

    box-shadow:
        0 25px 55px rgba(0,0,0,0.18);
}


/* =========================================
   IMAGE FRAME
========================================= */

.ra-about-visual::before {
    content: "";

    position: absolute;

    width: 82%;
    height: 82%;

    right: 3%;
    top: 9%;

    border: 2px solid rgba(24,167,179,0.25);

    border-radius: 24px;

    transform: rotate(2deg);

    z-index: 1;
}


/* =========================================
   TABLET
========================================= */

@media (max-width: 1050px) {

    .ra-about-hero {
        padding: 45px 30px 50px;
    }

    .ra-about-container {
        grid-template-columns: 1fr;

        min-height: auto;
    }

    .ra-about-content {
        padding: 0;

        text-align: center;
    }

    .ra-about-line {
        margin-left: auto;
        margin-right: auto;
    }

    .ra-about-content p {
        margin-left: auto;
        margin-right: auto;
    }

    .ra-about-buttons {
        justify-content: center;
    }

    .ra-about-visual {
        height: 420px;

        margin-top: 35px;

        padding-left: 0;
    }

    .ra-about-image {
        height: 400px;

        max-width: 720px;
    }
}


/* =========================================
   MOBILE
========================================= */

@media (max-width: 650px) {

    .ra-about-hero {
        padding: 40px 20px;

        min-height: auto;
    }


    .ra-about-container {
        width: 100%;
    }


    .ra-about-content {
        padding: 0;
    }


    .ra-about-label {
        font-size: 12px;

        letter-spacing: 1.5px;

        margin-bottom: 7px;
    }


    .ra-about-content h1 {
        font-size: 38px;

        line-height: 1.08;

        letter-spacing: -1px;
    }


    .ra-about-line {
        width: 200px;

        height: 4px;

        margin: 12px auto 15px;
    }


    .ra-about-content p,
    .ra-about-content .ra-about-second,
    .ra-about-content .ra-about-third {
        font-size: 13px;

        line-height: 1.6;

        margin-bottom: 10px;
    }


    /* Button */

    .ra-about-buttons {
        width: 100%;

        justify-content: center;

        padding-top: 8px;
    }


    .ra-about-btn {
        width: 100%;

        min-height: 52px;

        font-size: 13px;
    }


    /* Image */

    .ra-about-visual {
        height: 280px;

        margin-top: 28px;

        padding-left: 0;
    }


    .ra-about-image {
        width: 100%;

        height: 270px;

        border-radius: 12px;
    }


    .ra-about-visual::before {
        width: 88%;

        height: 88%;

        right: 1%;

        top: 6%;
    }
}/* End custom CSS */
/* Start custom CSS for text-editor, class: .elementor-element-14d447e *//* =========================================
   RAJVANSH AUTO
   OUR STORY - SIMPLE VERSION
========================================= */

.ra-story-section {
    position: relative;
    width: 100%;
    padding: 50px 50px;

    font-family: "Roboto", sans-serif;

    background: #FFFFFF;

    box-sizing: border-box;
}


/* =========================================
   CONTAINER
========================================= */

.ra-story-container {
    width: 100%;
    max-width: 1200px;

    margin: 0 auto;

    display: grid;

    grid-template-columns: 45% 55%;

    gap: 70px;

    align-items: center;

    box-sizing: border-box;
}


/* =========================================
   IMAGE
========================================= */

.ra-story-image-wrap {
    width: 100%;
    min-width: 0;

    box-sizing: border-box;
}


.ra-story-image {
    width: 100%;
    max-width: 100%;

    height: 560px;

    display: block;

    object-fit: cover;

    object-position: center;

    border-radius: 16px;

    box-sizing: border-box;
}


/* =========================================
   CONTENT
========================================= */

.ra-story-content {
    width: 100%;

    max-width: 650px;

    box-sizing: border-box;
}


/* =========================================
   LABEL
========================================= */

.ra-story-label {
    margin: 0 0 10px;

    color: #000;

    font-size: 14px;

    font-weight: 700;

    letter-spacing: 1.8px;

    line-height: 1.4;
}


/* =========================================
   HEADING
========================================= */

.ra-story-content h2 {
    margin: 0;

    color: #0A1220;

    font-size: clamp(40px, 4vw, 52px);

    line-height: 1.1;

    font-weight: 800;

    letter-spacing: -1px;
}


.ra-story-content h2 strong {
    display: block;

    color: #1E4F9C;

    font-weight: 800;
}


/* =========================================
   LINE
========================================= */

.ra-story-line {
    width: 180px;

    height: 4px;

    margin: 20px 0 25px;

    background: #1E4F9C;

    border-radius: 10px;
}


/* =========================================
   PARAGRAPH
========================================= */

.ra-story-content p {
    max-width: 650px;

    margin: 0 0 18px;

    color: #333333;

    font-size: 16px;

    line-height: 1.75;

    font-weight: 400;
}


.ra-story-content p strong {
    color: #1E4F9C;

    font-weight: 700;
}


/* =========================================
   TABLET
========================================= */

@media (max-width: 1050px) {

    .ra-story-section {
        padding: 70px 30px;
    }

    .ra-story-container {
        grid-template-columns: 1fr;

        max-width: 750px;

        gap: 45px;
    }

    .ra-story-image {
        height: 500px;
    }

    .ra-story-content {
        max-width: 100%;
    }

    .ra-story-content h2 {
        font-size: 50px;
    }

}


/* =========================================
   MOBILE
   CONTENT FIRST
   IMAGE SECOND
========================================= */

@media (max-width: 650px) {

    .ra-story-section {
        padding: 50px 20px;
    }


    .ra-story-section .ra-story-container {

        display: flex !important;

        flex-direction: column !important;

        gap: 35px !important;

        width: 100% !important;

        max-width: 100% !important;

        align-items: stretch !important;
    }


    /* =====================================
       OUR STORY FIRST
    ===================================== */

    .ra-story-section .ra-story-content {

        order: 1 !important;

        width: 100% !important;

        max-width: 100% !important;
    }


    /* =====================================
       OWNER IMAGE SECOND
    ===================================== */

    .ra-story-section .ra-story-image-wrap {

        order: 2 !important;

        width: 100% !important;

        min-height: 0 !important;

        height: auto !important;
    }


    .ra-story-section .ra-story-image {

        width: 100% !important;

        max-width: 100% !important;

        height: 360px !important;

        display: block !important;

        object-fit: cover !important;

        object-position: center !important;

        border-radius: 12px !important;
    }


    /* =====================================
       LABEL
    ===================================== */

    .ra-story-label {
        margin-bottom: 8px;

        font-size: 11px;

        letter-spacing: 1.5px;
    }


    /* =====================================
       HEADING
    ===================================== */

    .ra-story-content h2 {

        margin: 0;

        font-size: 36px;

        line-height: 1.1;

        letter-spacing: -1.2px;
    }


    /* =====================================
       LINE
    ===================================== */

    .ra-story-line {

        width: 150px;

        height: 4px;

        margin: 15px 0 20px;
    }


    /* =====================================
       PARAGRAPH
    ===================================== */

    .ra-story-content p {

        width: 100%;

        max-width: 100%;

        margin-bottom: 15px;

        font-size: 13px;

        line-height: 1.7;
    }

}


/* =========================================
   SMALL MOBILE
========================================= */

@media (max-width: 400px) {

    .ra-story-section {
        padding: 40px 16px;
    }

    .ra-story-container {
        gap: 28px !important;
    }

    .ra-story-image {
        height: 320px !important;

        border-radius: 10px !important;
    }

    .ra-story-content h2 {
        font-size: 32px;

        letter-spacing: -1px;
    }

    .ra-story-content p {
        font-size: 12px;

        line-height: 1.65;
    }

}/* End custom CSS */
/* Start custom CSS for text-editor, class: .elementor-element-56bc2a4 *//* =========================================
   RAJVANSH AUTO
   SECTION 05 : WHY CHOOSE RAJVANSH AUTO
========================================= */

.ra-why-section {
    position: relative;

    padding: 100px 50px;

    font-family: "Roboto", sans-serif;

    background: #F5FAFC;

    overflow: hidden;
}


/* =========================================
   CONTAINER
========================================= */

.ra-why-container {
    width: 100%;
    max-width: 1200px;

    margin: 0 auto;
}


/* =========================================
   HEADER
========================================= */

.ra-why-header {
    max-width: 760px;

    margin-bottom: 55px;
}


.ra-why-label {
    margin-bottom: 12px;

    color: #1E4F9C;

    font-size: 14px;

    font-weight: 700;

    letter-spacing: 2px;
}


.ra-why-header h2 {
    margin: 0;

    color: #0A1220;

    font-size: clamp(42px, 5vw, 52px);

    line-height: 1.05;

    font-weight: 800;

    letter-spacing: -1px;
}


.ra-why-header h2 span {
    display: block;

    color: #18A7B3;
}


.ra-why-line {
    width: 100px;

    height: 5px;

    margin-top: 24px;

    border-radius: 10px;

    background: #1E4F9C;
}


/* =========================================
   CARDS GRID
========================================= */

.ra-why-grid {
    display: grid;

    grid-template-columns: repeat(3, 1fr);

    gap: 20px;
}


/* =========================================
   CARD
========================================= */

.ra-why-card {
    position: relative;

    min-height: 230px;

    padding: 30px 28px;

    background: #FFFFFF;

    border: 1px solid #E1EAF0;

    border-radius: 18px;

    box-sizing: border-box;

    overflow: hidden;

    transition:
        transform 0.3s ease,
        box-shadow 0.3s ease,
        border-color 0.3s ease;
}


/* Top Accent */

.ra-why-card::before {
    content: "";

    position: absolute;

    left: 0;
    top: 0;

    width: 100%;
    height: 4px;

    background: #1E4F9C;

    transform: scaleX(0);

    transform-origin: left;

    transition: transform 0.3s ease;
}


/* Hover */

.ra-why-card:hover {
    transform: translateY(-6px);

    border-color: #1E4F9C;

    box-shadow:
        0 18px 45px rgba(10,18,32,0.10);
}


.ra-why-card:hover::before {
    transform: scaleX(1);
}


/* =========================================
   NUMBER
========================================= */

.ra-why-number {
    position: absolute;

    top: 22px;
    right: 25px;

    color: #DCE9EE;

    font-size: 38px;

    line-height: 1;

    font-weight: 800;

    letter-spacing: -1px;
}


/* =========================================
   ICON
========================================= */

.ra-why-icon {
    width: 42px;
    height: 42px;

    display: flex;

    align-items: center;
    justify-content: center;

    margin-bottom: 25px;

    color: #FFFFFF;

    font-size: 18px;

    font-weight: 700;

    background: #1E4F9C;

    border-radius: 50%;

    box-shadow:
        0 8px 20px rgba(24,167,179,0.20);
}


/* =========================================
   CARD CONTENT
========================================= */

.ra-why-card-content {
    position: relative;

    z-index: 2;
}


.ra-why-card h3 {
    margin: 0 0 10px;

    color: #0A1220;

    font-size: 18px;

    line-height: 1.3;

    font-weight: 700;
}


.ra-why-card p {
    margin: 0;

    color: #667085;

    font-size: 13px;

    line-height: 1.7;

    font-weight: 400;
}


/* =========================================
   TABLET
========================================= */

@media (max-width: 1000px) {

    .ra-why-section {
        padding: 75px 30px;
    }


    .ra-why-grid {
        grid-template-columns: repeat(2, 1fr);

        gap: 18px;
    }


    .ra-why-header {
        margin-bottom: 40px;
    }

}


/* =========================================
   MOBILE
========================================= */

@media (max-width: 650px) {

    .ra-why-section {
        padding: 55px 20px;
    }


    .ra-why-header {
        margin-bottom: 32px;
    }


    .ra-why-label {
        margin-bottom: 9px;

        font-size: 11px;

        letter-spacing: 1.5px;
    }


    .ra-why-header h2 {
        font-size: 36px;

        line-height: 1.1;

        letter-spacing: -1.5px;
    }


    .ra-why-line {
        width: 75px;

        height: 4px;

        margin-top: 17px;
    }


    /* Cards */

    .ra-why-grid {
        grid-template-columns: 1fr;

        gap: 14px;
    }


    .ra-why-card {
        min-height: auto;

        padding: 24px 22px;

        border-radius: 14px;
    }


    .ra-why-number {
        top: 18px;

        right: 20px;

        font-size: 30px;
    }


    .ra-why-icon {
        width: 36px;
        height: 36px;

        margin-bottom: 18px;

        font-size: 15px;
    }


    .ra-why-card h3 {
        font-size: 16px;

        margin-bottom: 7px;
    }


    .ra-why-card p {
        font-size: 12px;

        line-height: 1.65;
    }

}


/* =========================================
   SMALL MOBILE
========================================= */

@media (max-width: 400px) {

    .ra-why-section {
        padding: 45px 16px;
    }


    .ra-why-header h2 {
        font-size: 32px;
    }


    .ra-why-card {
        padding: 21px 18px;
    }

}/* End custom CSS */