.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-f400aee *//* =========================================
   RAJVANSH AUTO
   BAJAJ HERO
========================================= */

.ra-bajaj-hero {
    position: relative;

    width: 100%;

    padding: 0px 50px 50px 50px;

    background: #FFFFFF;

    font-family: "Roboto", sans-serif;

    overflow: hidden;

    box-sizing: border-box;
}


/* =========================================
   CONTAINER
========================================= */

.ra-bajaj-hero-container {
    width: 100%;
    max-width: 1250px;

    margin: 0 auto;

    display: grid;

    grid-template-columns: 48% 52%;

    align-items: center;

    gap: 30px;
}


/* =========================================
   LEFT CONTENT
========================================= */

.ra-bajaj-hero-content {
    max-width: 600px;

    position: relative;

    z-index: 2;
}


/* Label */

.ra-bajaj-hero-label {
    margin-bottom: 12px;

    color: #1E4F9C;

    font-size: 13px;

    font-weight: 700;

    letter-spacing: 2px;
}


/* Heading */

.ra-bajaj-hero-content h1 {
    margin: 0;

    color: #0A1220;

    font-size: clamp(48px, 5vw, 52px);

    line-height: 1.04;

    font-weight: 800;

    letter-spacing: -1px;
}


.ra-bajaj-hero-content h1 span {
    display: block;

    color: #1E4F9C;

    font-weight: 800;
}


/* Line */

.ra-bajaj-hero-line {
    width: 85px;

    height: 4px;

    margin: 22px 0;

    background: #1E4F9C;

    border-radius: 10px;
}


/* Tagline */

.ra-bajaj-hero-content h3 {
    margin: 0 0 15px;

    color: #0A1220;

    font-size: 18px;

    line-height: 1.4;

    font-weight: 700;
}


/* Paragraph */

.ra-bajaj-hero-content p {
    max-width: 570px;

    margin: 0;

    color: #667085;

    font-size: 15px;

    line-height: 1.75;
}


/* =========================================
   BUTTONS
========================================= */

.ra-bajaj-hero-buttons {
    display: flex;

    align-items: center;

    gap: 14px;

    margin-top: 30px;
}


.ra-bajaj-btn-primary,
.ra-bajaj-btn-secondary {
    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: 600;

    text-decoration: none;

    box-sizing: border-box;

    transition: all 0.25s ease;
}


/* Primary */

.ra-bajaj-btn-primary {
    color: #FFFFFF;

    background: #1E4F9C;

    border: 1px solid #1E4F9C;
}


.ra-bajaj-btn-primary span {
    font-size: 16px;

    line-height: 1;
}


.ra-bajaj-btn-primary:hover {
    color: #1E4F9C;

    background: #FFFFFF;

    border-color: #1E4F9C;

    transform: translateY(-2px);
}


/* Secondary */

.ra-bajaj-btn-secondary {
    color: #1E4F9C;

    background: #FFFFFF;

    border: 1px solid #D3DDE8;
}


.ra-bajaj-btn-secondary:hover {
    color: #FFFFFF;

    background: #1E4F9C;

    border-color: #1E4F9C;

    transform: translateY(-2px);
}


/* =========================================
   RIGHT IMAGE
========================================= */

.ra-bajaj-hero-image-wrap {
    position: relative;

    min-height: 500px;

    display: flex;

    align-items: center;

    justify-content: center;
}


/* Very subtle background */

.ra-bajaj-hero-image-bg {
    position: absolute;

    width: 470px;
    height: 470px;

    border-radius: 50%;

    background: #F3F6FA;
}


/* Bike Image */

.ra-bajaj-hero-image {
    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-bajaj-hero {
        padding: 70px 30px;
    }


    .ra-bajaj-hero-container {
        grid-template-columns: 1fr 1fr;

        gap: 15px;
    }


    .ra-bajaj-hero-content h1 {
        font-size: 50px;
    }


    .ra-bajaj-hero-image-wrap {
        min-height: 400px;
    }


    .ra-bajaj-hero-image-bg {
        width: 350px;
        height: 350px;
    }

}


/* =========================================
   MOBILE
========================================= */

@media (max-width: 650px) {

    .ra-bajaj-hero {
        padding: 50px 20px 35px;
    }


    .ra-bajaj-hero-container {
        display: flex;

        flex-direction: column;

        gap: 25px;
    }


    /* Content */

    .ra-bajaj-hero-content {
        width: 100%;

        max-width: 100%;

        text-align: left;
    }


    .ra-bajaj-hero-label {
        margin-bottom: 8px;

        font-size: 10px;

        letter-spacing: 1.5px;
    }


    .ra-bajaj-hero-content h1 {
        font-size: 38px;

        line-height: 1.08;

        letter-spacing: -1.5px;
    }


    .ra-bajaj-hero-line {
        width: 65px;

        height: 3px;

        margin: 15px 0 17px;
    }


    .ra-bajaj-hero-content h3 {
        margin-bottom: 10px;

        font-size: 14px;
    }


    .ra-bajaj-hero-content p {
        font-size: 12px;

        line-height: 1.7;
    }


    /* Buttons */

    .ra-bajaj-hero-buttons {
        gap: 10px;

        margin-top: 22px;
    }


    .ra-bajaj-btn-primary,
    .ra-bajaj-btn-secondary {
        min-height: 42px;

        padding: 0 15px;

        font-size: 11px;
    }


    /* Image */

    .ra-bajaj-hero-image-wrap {
        width: 100%;

        min-height: 280px;
    }


    .ra-bajaj-hero-image-bg {
        width: 280px;
        height: 280px;
    }


    .ra-bajaj-hero-image {
        max-height: 300px;
    }

}


/* =========================================
   SMALL MOBILE
========================================= */

@media (max-width: 400px) {

    .ra-bajaj-hero {
        padding: 40px 16px 30px;
    }


    .ra-bajaj-hero-content h1 {
        font-size: 34px;
    }


    .ra-bajaj-hero-content h3 {
        font-size: 13px;
    }


    .ra-bajaj-hero-buttons {
        flex-direction: column;

        align-items: stretch;
    }


    .ra-bajaj-btn-primary,
    .ra-bajaj-btn-secondary {
        width: 100%;
    }


    .ra-bajaj-hero-image-wrap {
        min-height: 240px;
    }


    .ra-bajaj-hero-image-bg {
        width: 240px;
        height: 240px;
    }

}/* End custom CSS */
/* Start custom CSS for text-editor, class: .elementor-element-eb47394 *//* =========================================
   RAJVANSH AUTO
   BAJAJ INTRODUCTION
========================================= */

.ra-bajaj-intro {
    width: 100%;

    padding: 50px 50px;

    background: #E6F2FF;

        font-family: "Roboto", sans-serif;

    box-sizing: border-box;
}


/* =========================================
   CONTAINER
========================================= */

.ra-bajaj-intro-container {
    max-width: 1200px;

    margin: 0 auto;
}


/* =========================================
   HEADING
========================================= */

.ra-bajaj-intro-heading {
    max-width: 650px;
}


.ra-bajaj-intro-label {
    margin-bottom: 10px;

    color: #1E4F9C;

    font-size: 13px;

    font-weight: 700;

    letter-spacing: 1.8px;
}


.ra-bajaj-intro-heading h2 {
    margin: 0;

    color: #0A1220;

    font-size: clamp(40px, 4.5vw, 50px);

    line-height: 1.08;

    font-weight: 800;

    letter-spacing: -1px;
}


.ra-bajaj-intro-heading h2 span {
    color: #1E4F9C;
}


.ra-bajaj-intro-line {
    width: 90px;

    height: 4px;

    margin-top: 20px;

    background: #1E4F9C;

    border-radius: 10px;
}


/* =========================================
   INTRO TEXT
========================================= */

.ra-bajaj-intro-text {
    max-width: 850px;

    margin-top: 25px;
}


.ra-bajaj-intro-text p {
    margin: 0 0 12px;

    color: #4B5563;

    font-size: 16px;

    line-height: 1.75;
}


/* =========================================
   HIGHLIGHTS
========================================= */

.ra-bajaj-highlights {
    display: grid;

    grid-template-columns: repeat(4, 1fr);

    gap: 0;

    margin-top: 45px;

    border-top: 1px solid #E3E8ED;

    border-bottom: 1px solid #E3E8ED;
}


/* =========================================
   HIGHLIGHT ITEM
========================================= */

.ra-bajaj-highlight {
    display: flex;

    gap: 15px;

    padding: 28px 25px;

    border-right: 1px solid #E3E8ED;

    box-sizing: border-box;
}


.ra-bajaj-highlight:first-child {
    padding-left: 0;
}


.ra-bajaj-highlight:last-child {
    border-right: none;
}


/* Number */

.ra-bajaj-highlight > span {
    flex-shrink: 0;

    color: #1E4F9C;

    font-size: 12px;

    font-weight: 700;

    padding-top: 2px;
}


/* Title */

.ra-bajaj-highlight h3 {
    margin: 0 0 7px;

    color: #0A1220;

    font-size: 18px;

    line-height: 1.3;

    font-weight: 700;
}


/* Description */

.ra-bajaj-highlight p {
    margin: 0;

    color: #6B7280;

    font-size: 14px;

    line-height: 1.6;
}


/* =========================================
   TABLET
========================================= */

@media (max-width: 950px) {

    .ra-bajaj-intro {
        padding: 75px 30px;
    }


    .ra-bajaj-highlights {
        grid-template-columns: repeat(2, 1fr);
    }


    .ra-bajaj-highlight {
        border-bottom: 1px solid #E3E8ED;
    }


    .ra-bajaj-highlight:nth-child(2) {
        border-right: none;
    }


    .ra-bajaj-highlight:nth-child(3),
    .ra-bajaj-highlight:nth-child(4) {
        border-bottom: none;
    }


    .ra-bajaj-highlight:first-child {
        padding-left: 25px;
    }

}


/* =========================================
   MOBILE
========================================= */

@media (max-width: 650px) {

    .ra-bajaj-intro {
        padding: 55px 20px;
    }


    .ra-bajaj-intro-label {
        font-size: 10px;

        letter-spacing: 1.5px;
    }


    .ra-bajaj-intro-heading h2 {
        font-size: 36px;

        line-height: 1.1;

        letter-spacing: -1.5px;
    }


    .ra-bajaj-intro-line {
        width: 65px;

        height: 3px;

        margin-top: 15px;
    }


    .ra-bajaj-intro-text {
        margin-top: 20px;
    }


    .ra-bajaj-intro-text p {
        font-size: 12px;

        line-height: 1.7;

        margin-bottom: 10px;
    }


    /* Highlights */

    .ra-bajaj-highlights {
        grid-template-columns: 1fr;

        margin-top: 30px;
    }


    .ra-bajaj-highlight,
    .ra-bajaj-highlight:first-child {
        padding: 20px 0;

        border-right: none;

        border-bottom: 1px solid #E3E8ED;
    }


    .ra-bajaj-highlight:last-child {
        border-bottom: none;
    }


    .ra-bajaj-highlight h3 {
        font-size: 14px;

        margin-bottom: 5px;
    }


    .ra-bajaj-highlight p {
        font-size: 11px;

        line-height: 1.6;
    }

}/* End custom CSS */
/* Start custom CSS for text-editor, class: .elementor-element-96bc63a *//* =========================================
   RAJVANSH AUTO
   LATEST BAJAJ BIKES
========================================= */

.ra-bajaj-bikes {
    padding: 85px 50px;

    background: #F8FAFC;

    font-family: "Roboto", sans-serif;

    box-sizing: border-box;
}


.ra-bajaj-bikes-container {
    max-width: 1200px;

    margin: 0 auto;
}


/* =========================================
   HEADING
========================================= */

.ra-bajaj-bikes-head {
    display: flex;

    justify-content: space-between;

    align-items: flex-end;

    gap: 40px;

    margin-bottom: 35px;
}


.ra-bajaj-bikes-label {
    margin-bottom: 8px;

    color: #1E4F9C;

    font-size: 12px;

    font-weight: 700;

    letter-spacing: 1.8px;
}


.ra-bajaj-bikes-head h2 {
    margin: 0;

    color: #0A1220;

    font-size: clamp(40px, 4vw, 56px);

    line-height: 1.05;

    letter-spacing: -1px;

    font-weight: 800;
}


.ra-bajaj-bikes-head h2 span {
    color: #1E4F9C;
}


.ra-bajaj-bikes-head > p {
    max-width: 350px;

    margin: 0 0 5px;

    color: #667085;

    font-size: 13px;

    line-height: 1.7;
}


/* =========================================
   TABS
========================================= */

.ra-bajaj-tabs {
    display: flex;

    gap: 8px;

    margin-bottom: 25px;

    padding-bottom: 12px;

    border-bottom: 1px solid #DDE4EA;

    overflow-x: auto;

    scrollbar-width: none;
}


.ra-bajaj-tabs::-webkit-scrollbar {
    display: none;
}


.ra-bajaj-tab {
    flex-shrink: 0;

    padding: 9px 18px;

    color: #667085;

    background: transparent;

    border: 1px solid transparent;

    border-radius: 6px;

    font-family: "Poppins", sans-serif;

    font-size: 12px;

    font-weight: 600;

    cursor: pointer;

    transition: all 0.25s ease;
}


.ra-bajaj-tab:hover {
    color: #1E4F9C;

    background: #FFFFFF;

    border-color: #D7E0EA;
}


.ra-bajaj-tab.active {
    color: #FFFFFF;

    background: #1E4F9C;

    border-color: #1E4F9C;
}


/* =========================================
   PRODUCT GRID
========================================= */

.ra-bajaj-products {
    display: none;

    grid-template-columns: repeat(3, 1fr);

    gap: 20px;
}


.ra-bajaj-products.active {
    display: grid;
}


/* =========================================
   PRODUCT CARD
========================================= */

.ra-bajaj-product-card {
    background: #FFFFFF;

    border: 1px solid #E2E8EF;

    border-radius: 12px;

    overflow: hidden;

    transition: all 0.25s ease;
}


.ra-bajaj-product-card:hover {
    transform: translateY(-4px);

    border-color: #CBD8E5;

    box-shadow: 0 15px 35px rgba(10,18,32,0.07);
}


/* =========================================
   PRODUCT IMAGE
========================================= */

.ra-bajaj-product-image {
    height: 245px;

    padding: 15px;

    display: flex;

    align-items: center;

    justify-content: center;

    background: #FFFFFF;

    box-sizing: border-box;
}


.ra-bajaj-product-image img {
    width: 100%;

    height: 100%;

    object-fit: contain;

    display: block;
}


/* =========================================
   PRODUCT INFO
========================================= */

.ra-bajaj-product-info {
    padding: 18px 20px 20px;

    border-top: 1px solid #EEF1F4;
}


.ra-bajaj-product-info > span {
    color: #1E4F9C;

    font-size: 9px;

    font-weight: 700;

    letter-spacing: 1.2px;
}


.ra-bajaj-product-info h3 {
    margin: 5px 0 6px;

    color: #0A1220;

    font-size: 20px;

    line-height: 1.25;

    font-weight: 700;
}


.ra-bajaj-product-info p {
    min-height: 36px;

    margin: 0 0 15px;

    color: #667085;

    font-size: 11px;

    line-height: 1.6;
}


/* =========================================
   LINKS
========================================= */

.ra-product-links {
    display: flex;

    align-items: center;

    gap: 15px;
}


.ra-product-links a {
    color: #1E4F9C;

    font-size: 11px;

    font-weight: 600;

    text-decoration: none;
}


.ra-product-links a:hover {
    text-decoration: underline;
}


.ra-product-links .ra-enquire-link {
    padding-left: 15px;

    border-left: 1px solid #DDE4EA;
}


/* =========================================
   BOTTOM CTA
========================================= */

.ra-bajaj-products-cta {
    margin-top: 30px;

    text-align: center;
}


.ra-bajaj-products-cta a {
    color: #1E4F9C;

    font-size: 12px;

    font-weight: 600;

    text-decoration: none;
}


/* =========================================
   TABLET
========================================= */

@media (max-width: 900px) {

    .ra-bajaj-bikes {
        padding: 70px 30px;
    }


    .ra-bajaj-bikes-head {
        display: block;
    }


    .ra-bajaj-bikes-head > p {
        margin-top: 15px;
    }


    .ra-bajaj-products.active {
        grid-template-columns: repeat(2, 1fr);
    }

}


/* =========================================
   MOBILE
========================================= */

@media (max-width: 650px) {

    .ra-bajaj-bikes {
        padding: 55px 20px;
    }


    .ra-bajaj-bikes-head {
        margin-bottom: 25px;
    }


    .ra-bajaj-bikes-label {
        font-size: 10px;
    }


    .ra-bajaj-bikes-head h2 {
        font-size: 36px;

        letter-spacing: -1.5px;
    }


    .ra-bajaj-bikes-head > p {
        font-size: 11px;

        line-height: 1.6;
    }


    /* Tabs */

    .ra-bajaj-tabs {
        gap: 5px;

        margin-bottom: 20px;
    }


    .ra-bajaj-tab {
        padding: 8px 13px;

        font-size: 10px;
    }


    /* Products */

    .ra-bajaj-products.active {
        grid-template-columns: 1fr;

        gap: 15px;
    }


    .ra-bajaj-product-image {
        height: 220px;
    }


    .ra-bajaj-product-info {
        padding: 15px 16px 17px;
    }


    .ra-bajaj-product-info h3 {
        font-size: 18px;
    }


    .ra-bajaj-product-info p {
        min-height: auto;

        font-size: 11px;
    }


    .ra-product-links a {
        font-size: 10px;
    }

}/* End custom CSS */
/* Start custom CSS for text-editor, class: .elementor-element-e324aa3 *//* =========================================
   RAJVANSH AUTO
   WHY CHOOSE BAJAJ
========================================= */

.ra-why-bajaj {
    position: relative;

    padding: 90px 50px;

    background:
        linear-gradient(
            135deg,
            #F1F6FA 0%,
            #EAF1F7 100%
        );

    font-family: "Roboto", sans-serif;

    box-sizing: border-box;

    overflow: hidden;
}


.ra-why-bajaj *,
.ra-why-bajaj *::before,
.ra-why-bajaj *::after {
    box-sizing: border-box;
}


.ra-why-bajaj-container {
    width: 100%;

    max-width: 1200px;

    margin: 0 auto;
}


/* =========================================
   HEADER
========================================= */

.ra-why-bajaj-header {
    display: flex;

    justify-content: space-between;

    align-items: flex-end;

    gap: 50px;

    margin-bottom: 45px;
}


.ra-why-bajaj-heading {
    flex: 1;
}


.ra-why-bajaj-label {
    margin-bottom: 9px;

    color: #1E4F9C;

    font-size: 12px;

    font-weight: 700;

    letter-spacing: 1.8px;
}


.ra-why-bajaj-header h2 {
    margin: 0;

    color: #0A1220;

    font-size: clamp(40px, 4vw, 52px);

    line-height: 1.05;

    letter-spacing: -1px;

    font-weight: 800;
}


.ra-why-bajaj-header h2 span {
    color: #1E4F9C;
}


.ra-why-bajaj-header > p {
    width: 100%;

    max-width: 370px;

    margin: 0 0 5px;

    color: #667085;

    font-size: 13px;

    line-height: 1.75;
}


/* =========================================
   FEATURE GRID
========================================= */

.ra-why-bajaj-grid {
    display: grid;

    grid-template-columns: repeat(3, 1fr);

    background: rgba(255,255,255,0.45);

    border-top: 1px solid #D8E1E9;

    border-left: 1px solid #D8E1E9;
}


/* =========================================
   CARD
========================================= */

.ra-why-bajaj-card {
    min-height: 205px;

    padding: 28px 25px;

    display: flex;

    align-items: flex-start;

    gap: 20px;

    background: rgba(255,255,255,0.25);

    border-right: 1px solid #D8E1E9;

    border-bottom: 1px solid #D8E1E9;

    transition:
        background 0.25s ease,
        transform 0.25s ease;
}


.ra-why-bajaj-card:hover {
    background: #FFFFFF;
}


/* =========================================
   NUMBER
========================================= */

.ra-why-bajaj-number {
    flex-shrink: 0;

    width: 35px;

    height: 35px;

    display: flex;

    align-items: center;

    justify-content: center;

    color: #1E4F9C;

    background: #FFFFFF;

    border: 1px solid #D8E1E9;

    border-radius: 50%;

    font-size: 12px;

    font-weight: 700;
}


/* =========================================
   CONTENT
========================================= */

.ra-why-bajaj-content {
    flex: 1;

    min-width: 0;
}


.ra-why-bajaj-content h3 {
    margin: 3px 0 10px;

    color: #0A1220;

    font-size: 20px;

    line-height: 1.35;

    font-weight: 700;
}


.ra-why-bajaj-content p {
    margin: 0;

    color: #667085;

    font-size: 14px;

    line-height: 1.7;

    font-weight: 400;
}


/* =========================================
   TABLET
========================================= */

@media (max-width: 900px) {

    .ra-why-bajaj {
        padding: 70px 30px;
    }


    .ra-why-bajaj-header {
        display: block;

        margin-bottom: 35px;
    }


    .ra-why-bajaj-header > p {
        max-width: 600px;

        margin-top: 15px;
    }


    .ra-why-bajaj-grid {
        grid-template-columns: repeat(2, 1fr);
    }

}


/* =========================================
   MOBILE
========================================= */

@media (max-width: 650px) {

    .ra-why-bajaj {
        padding: 55px 20px;
    }


    /* Header */

    .ra-why-bajaj-header {
        margin-bottom: 30px;
    }


    .ra-why-bajaj-label {
        margin-bottom: 7px;

        font-size: 10px;

        letter-spacing: 1.5px;
    }


    .ra-why-bajaj-header h2 {
        font-size: 36px;

        line-height: 1.1;

        letter-spacing: -1.5px;
    }


    .ra-why-bajaj-header > p {
        margin-top: 14px;

        font-size: 11px;

        line-height: 1.65;
    }


    /* Grid */

    .ra-why-bajaj-grid {
        grid-template-columns: 1fr;
    }


    /* Card */

    .ra-why-bajaj-card {
        min-height: auto;

        padding: 21px 18px;

        gap: 15px;
    }


    /* Number */

    .ra-why-bajaj-number {
        width: 30px;

        height: 30px;

        font-size: 9px;
    }


    /* Content */

    .ra-why-bajaj-content h3 {
        margin-top: 1px;

        margin-bottom: 7px;

        font-size: 15px;

        line-height: 1.35;
    }


    .ra-why-bajaj-content p {
        font-size: 11px;

        line-height: 1.65;
    }

}/* End custom CSS */