.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-afa3923 *//* =========================================
   RAJVANSH AUTO
   CHETAK HERO
========================================= */

.ra-chetak-hero {
    position: relative;

    width: 100%;

    padding: 0px 50px 50px 50px;

    background: #FFFFFF;

    font-family: "Roboto", sans-serif;

    overflow: hidden;

    box-sizing: border-box;
}


.ra-chetak-hero *,
.ra-chetak-hero *::before,
.ra-chetak-hero *::after {
    box-sizing: border-box;
}


/* =========================================
   CONTAINER
========================================= */

.ra-chetak-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-chetak-hero-content {
    max-width: 600px;

    position: relative;

    z-index: 2;
}


/* =========================================
   LABEL
========================================= */

.ra-chetak-hero-label {
    margin-bottom: 12px;

    color: #18A7B3;

    font-size: 13px;

    font-weight: 700;

    letter-spacing: 2px;
}


/* =========================================
   HEADING
========================================= */

.ra-chetak-hero-content h1 {
    margin: 0;

    color: #0A1220;

    font-size: clamp(48px, 5vw, 50px);

    line-height: 1.04;

    font-weight: 800;

    letter-spacing: -1px;
}


.ra-chetak-hero-content h1 span {
    display: block;

    color: #18A7B3;

    font-weight: 800;
}


/* =========================================
   LINE
========================================= */

.ra-chetak-hero-line {
    width: 85px;

    height: 4px;

    margin: 22px 0;

    background: #18A7B3;

    border-radius: 10px;
}


/* =========================================
   TAGLINE
========================================= */

.ra-chetak-hero-content h3 {
    margin: 0 0 15px;

    color: #0A1220;

    font-size: 18px;

    line-height: 1.4;

    font-weight: 700;
}


/* =========================================
   PARAGRAPH
========================================= */

.ra-chetak-hero-content p {
    max-width: 570px;

    margin: 0;

    color: #667085;

    font-size: 16px;

    line-height: 1.75;

    font-weight: 400;
}


/* =========================================
   BUTTONS
========================================= */

.ra-chetak-hero-buttons {
    display: flex;

    align-items: center;

    gap: 14px;

    margin-top: 30px;
}


.ra-chetak-btn-primary,
.ra-chetak-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: 700;

    letter-spacing: 0.2px;

    text-decoration: none;

    box-sizing: border-box;

    transition: all 0.25s ease;

    cursor: pointer;
}


/* =========================================
   PRIMARY CTA
   CHETAK TEAL
========================================= */

.ra-chetak-btn-primary {
    color: #FFFFFF;

    background: #18A7B3;

    border: 1px solid #18A7B3;
}


.ra-chetak-btn-primary span {
    font-size: 16px;

    line-height: 1;
}


/* Primary Hover */

.ra-chetak-btn-primary:hover {
    color: #18A7B3;

    background: #FFFFFF;

    border-color: #18A7B3;

    transform: translateY(-2px);
}


/* =========================================
   SECONDARY CTA
========================================= */

.ra-chetak-btn-secondary {
    color: #18A7B3;

    background: #FFFFFF;

    border: 1px solid #D3DDE8;
}


/* Secondary Hover */

.ra-chetak-btn-secondary:hover {
    color: #FFFFFF;

    background: #18A7B3;

    border-color: #18A7B3;

    transform: translateY(-2px);
}


/* =========================================
   RIGHT IMAGE AREA
========================================= */

.ra-chetak-hero-image-wrap {
    position: relative;

    width: 100%;

    min-height: 500px;

    display: flex;

    align-items: center;

    justify-content: center;
}


/* =========================================
   ROUND BACKGROUND
========================================= */

.ra-chetak-hero-image-bg {
    position: absolute;

    width: 470px;

    height: 470px;

    border-radius: 50%;

    background: #E6F2FF;

    z-index: 1;
}


/* =========================================
   CHETAK IMAGE
========================================= */

.ra-chetak-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-chetak-hero {
        padding: 70px 30px;
    }


    .ra-chetak-hero-container {
        grid-template-columns: 1fr 1fr;

        gap: 15px;
    }


    .ra-chetak-hero-content h1 {
        font-size: 50px;
    }


    .ra-chetak-hero-image-wrap {
        min-height: 400px;
    }


    .ra-chetak-hero-image-bg {
        width: 350px;

        height: 350px;
    }

}


/* =========================================
   MOBILE
========================================= */

@media (max-width: 650px) {

    .ra-chetak-hero {
        padding: 50px 20px 35px;
    }


    .ra-chetak-hero-container {
        display: flex;

        flex-direction: column;

        gap: 25px;
    }


    /* Content First */

    .ra-chetak-hero-content {
        width: 100%;

        max-width: 100%;

        text-align: left;

        order: 1;
    }


    .ra-chetak-hero-label {
        margin-bottom: 8px;

        font-size: 10px;

        letter-spacing: 1.5px;
    }


    .ra-chetak-hero-content h1 {
        font-size: 38px;

        line-height: 1.08;

        letter-spacing: -1.5px;
    }


    .ra-chetak-hero-line {
        width: 65px;

        height: 3px;

        margin: 15px 0 17px;
    }


    .ra-chetak-hero-content h3 {
        margin-bottom: 10px;

        font-size: 14px;
    }


    .ra-chetak-hero-content p {
        font-size: 12px;

        line-height: 1.7;
    }


    /* =====================================
       MOBILE BUTTONS
    ===================================== */

    .ra-chetak-hero-buttons {
        gap: 10px;

        margin-top: 22px;

        flex-wrap: wrap;
    }


    .ra-chetak-btn-primary,
    .ra-chetak-btn-secondary {
        min-height: 42px;

        padding: 0 15px;

        font-size: 11px;

        font-weight: 700;
    }


    /* =====================================
       MOBILE IMAGE
    ===================================== */

    .ra-chetak-hero-image-wrap {
        width: 100%;

        min-height: 280px;

        order: 2;
    }


    .ra-chetak-hero-image-bg {
        width: 280px;

        height: 280px;
    }


    .ra-chetak-hero-image {
        max-height: 300px;
    }

}


/* =========================================
   SMALL MOBILE
========================================= */

@media (max-width: 400px) {

    .ra-chetak-hero {
        padding: 40px 16px 30px;
    }


    .ra-chetak-hero-content h1 {
        font-size: 34px;
    }


    .ra-chetak-hero-content h3 {
        font-size: 13px;
    }


    .ra-chetak-hero-buttons {
        flex-direction: column;

        align-items: stretch;
    }


    .ra-chetak-btn-primary,
    .ra-chetak-btn-secondary {
        width: 100%;
    }


    .ra-chetak-hero-image-wrap {
        min-height: 240px;
    }


    .ra-chetak-hero-image-bg {
        width: 240px;

        height: 240px;
    }


    .ra-chetak-hero-image {
        max-height: 290px;
    }

}/* End custom CSS */
/* Start custom CSS for text-editor, class: .elementor-element-a5c6ff9 *//* =========================================
   RAJVANSH AUTO
   CHETAK INTRODUCTION
========================================= */

.ra-chetak-intro {
    width: 100%;

    padding: 50px 50px;

    background: #E6F2FF;

    font-family: "Roboto", sans-serif;

    box-sizing: border-box;
}


.ra-chetak-intro *,
.ra-chetak-intro *::before,
.ra-chetak-intro *::after {
    box-sizing: border-box;
}


/* =========================================
   CONTAINER
========================================= */

.ra-chetak-intro-container {
    max-width: 1200px;

    margin: 0 auto;
}


/* =========================================
   HEADING
========================================= */

.ra-chetak-intro-heading {
    max-width: 700px;
}


.ra-chetak-intro-label {
    margin-bottom: 10px;

    color: #18A7B3;

    font-size: 13px;

    font-weight: 700;

    letter-spacing: 1.8px;
}


.ra-chetak-intro-heading h2 {
    margin: 0;

    color: #0A1220;

    font-size: clamp(40px, 4.5vw, 52px);

    line-height: 1.08;

    font-weight: 800;

    letter-spacing: -1px;
}


.ra-chetak-intro-heading h2 span {
    color: #18A7B3;
}


/* =========================================
   LINE
========================================= */

.ra-chetak-intro-line {
    width: 90px;

    height: 4px;

    margin-top: 20px;

    background: #18A7B3;

    border-radius: 10px;
}


/* =========================================
   INTRO TEXT
========================================= */

.ra-chetak-intro-text {
    max-width: 850px;

    margin-top: 25px;
}


.ra-chetak-intro-text p {
    margin: 0 0 12px;

    color: #4B5563;

    font-size: 16px;

    line-height: 1.75;
}


.ra-chetak-intro-text p:last-child {
    margin-bottom: 0;
}


/* =========================================
   HIGHLIGHTS
========================================= */

.ra-chetak-highlights {
    display: grid;

    grid-template-columns: repeat(4, 1fr);

    gap: 0;

    margin-top: 45px;

    border-top: 1px solid #CFE0E8;

    border-bottom: 1px solid #CFE0E8;
}


/* =========================================
   HIGHLIGHT ITEM
========================================= */

.ra-chetak-highlight {
    display: flex;

    gap: 15px;

    padding: 28px 25px;

    border-right: 1px solid #CFE0E8;

    box-sizing: border-box;
}


.ra-chetak-highlight:first-child {
    padding-left: 0;
}


.ra-chetak-highlight:last-child {
    border-right: none;
}


/* =========================================
   NUMBER
========================================= */

.ra-chetak-highlight > span {
    flex-shrink: 0;

    color: #18A7B3;

    font-size: 14px;

    font-weight: 700;

    padding-top: 2px;
}


/* =========================================
   TITLE
========================================= */

.ra-chetak-highlight h3 {
    margin: 0 0 7px;

    color: #0A1220;

    font-size: 18px;

    line-height: 1.3;

    font-weight: 700;
}


/* =========================================
   DESCRIPTION
========================================= */

.ra-chetak-highlight p {
    margin: 0;

    color: #6B7280;

    font-size: 14px;

    line-height: 1.6;
}


/* =========================================
   TABLET
========================================= */

@media (max-width: 950px) {

    .ra-chetak-intro {
        padding: 75px 30px;
    }


    .ra-chetak-highlights {
        grid-template-columns: repeat(2, 1fr);
    }


    .ra-chetak-highlight {
        border-bottom: 1px solid #CFE0E8;
    }


    .ra-chetak-highlight:nth-child(2) {
        border-right: none;
    }


    .ra-chetak-highlight:nth-child(3),
    .ra-chetak-highlight:nth-child(4) {
        border-bottom: none;
    }


    .ra-chetak-highlight:first-child {
        padding-left: 25px;
    }

}


/* =========================================
   MOBILE
========================================= */

@media (max-width: 650px) {

    .ra-chetak-intro {
        padding: 55px 20px;
    }


    .ra-chetak-intro-label {
        font-size: 10px;

        letter-spacing: 1.5px;
    }


    .ra-chetak-intro-heading h2 {
        font-size: 36px;

        line-height: 1.1;

        letter-spacing: -1.5px;
    }


    .ra-chetak-intro-line {
        width: 65px;

        height: 3px;

        margin-top: 15px;
    }


    /* Intro Text */

    .ra-chetak-intro-text {
        margin-top: 20px;
    }


    .ra-chetak-intro-text p {
        font-size: 12px;

        line-height: 1.7;

        margin-bottom: 10px;
    }


    /* Highlights */

    .ra-chetak-highlights {
        grid-template-columns: 1fr;

        margin-top: 30px;
    }


    .ra-chetak-highlight,
    .ra-chetak-highlight:first-child {
        padding: 20px 0;

        border-right: none;

        border-bottom: 1px solid #CFE0E8;
    }


    .ra-chetak-highlight:last-child {
        border-bottom: none;
    }


    .ra-chetak-highlight h3 {
        font-size: 14px;

        margin-bottom: 5px;
    }


    .ra-chetak-highlight p {
        font-size: 11px;

        line-height: 1.6;
    }

}/* End custom CSS */
/* Start custom CSS for text-editor, class: .elementor-element-5acb647 *//* =========================================
   RAJVANSH AUTO
   CHETAK ELECTRIC MODELS
========================================= */

.ra-chetak-bikes {

    padding: 85px 50px;

    background: #F8FAFC;

    font-family: "Roboto", sans-serif;

    box-sizing: border-box;

}


.ra-chetak-bikes-container {

    max-width: 1200px;

    margin: 0 auto;

}


/* =========================================
   HEADING
========================================= */

.ra-chetak-bikes-head {

    display: flex;

    justify-content: space-between;

    align-items: flex-end;

    gap: 40px;

    margin-bottom: 35px;

}


.ra-chetak-bikes-label {

    margin-bottom: 8px;

    color: #18A7B3;

    font-size: 12px;

    font-weight: 700;

    letter-spacing: 1.8px;

}


.ra-chetak-bikes-head h2 {

    margin: 0;

    color: #0A1220;

    font-size: clamp(40px, 4vw, 52px);

    line-height: 1.05;

    letter-spacing: -1px;

    font-weight: 800;

}


.ra-chetak-bikes-head > p {

    max-width: 350px;

    margin: 0 0 5px;

    color: #667085;

    font-size: 13px;

    line-height: 1.7;

}


/* =========================================
   TABS
========================================= */

.ra-chetak-tabs {

    display: flex;

    gap: 8px;

    margin-bottom: 25px;

    padding-bottom: 12px;

    border-bottom: 1px solid #DDE4EA;

    overflow-x: auto;

    scrollbar-width: none;

}


.ra-chetak-tabs::-webkit-scrollbar {

    display: none;

}


.ra-chetak-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: 700;

    letter-spacing: 0.2px;

    cursor: pointer;

    transition: all 0.25s ease;

}


.ra-chetak-tab:hover {

    color: #18A7B3;

    background: #FFFFFF;

    border-color: #D3DDE8;

}


.ra-chetak-tab.active {

    color: #FFFFFF;

    background: #18A7B3;

    border-color: #18A7B3;

}


/* =========================================
   PRODUCT GRID
========================================= */

.ra-chetak-products {

    display: none;

    grid-template-columns: repeat(3, 1fr);

    gap: 20px;

}


.ra-chetak-products.active {

    display: grid;

}


/* =========================================
   PRODUCT CARD
========================================= */

.ra-chetak-product-card {

    background: #FFFFFF;

    border: 1px solid #E2E8EF;

    border-radius: 12px;

    overflow: hidden;

    transition: all 0.25s ease;

}


.ra-chetak-product-card:hover {

    transform: translateY(-4px);

    border-color: #BFDDE2;

    box-shadow: 0 15px 35px rgba(10,18,32,0.07);

}


/* =========================================
   PRODUCT IMAGE
========================================= */

.ra-chetak-product-image {

    height: 245px;

    padding: 15px;

    display: flex;

    align-items: center;

    justify-content: center;

    background: #FFFFFF;

    box-sizing: border-box;

}


.ra-chetak-product-image img {

    width: 100%;

    height: 100%;

    object-fit: contain;

    display: block;

}


/* =========================================
   PRODUCT INFO
========================================= */

.ra-chetak-product-info {

    padding: 18px 20px 20px;

    border-top: 1px solid #EEF1F4;

}


.ra-chetak-product-info > span {

    color: #18A7B3;

    font-size: 9px;

    font-weight: 700;

    letter-spacing: 1.2px;

}


.ra-chetak-product-info h3 {

    margin: 5px 0 6px;

    color: #0A1220;

    font-size: 20px;

    line-height: 1.25;

    font-weight: 700;

}


.ra-chetak-product-info p {

    min-height: 36px;

    margin: 0 0 15px;

    color: #667085;

    font-size: 11px;

    line-height: 1.6;

}


/* =========================================
   LINKS
========================================= */

.ra-chetak-product-links {

    display: flex;

    align-items: center;

    gap: 15px;

}


.ra-chetak-product-links a {

    color: #18A7B3;

    font-size: 11px;

    font-weight: 700;

    letter-spacing: 0.2px;

    text-decoration: none;

    transition: all 0.2s ease;

}


.ra-chetak-product-links a:hover {

    text-decoration: underline;

}


.ra-chetak-product-links
.ra-chetak-enquire-link {

    padding-left: 15px;

    border-left: 1px solid #DDE4EA;

}


/* =========================================
   BOTTOM CTA
========================================= */

.ra-chetak-products-cta {

    margin-top: 30px;

    text-align: center;

}


.ra-chetak-products-cta a {

    color: #18A7B3;

    font-size: 12px;

    font-weight: 700;

    letter-spacing: 0.2px;

    text-decoration: none;

}


.ra-chetak-products-cta a:hover {

    text-decoration: underline;

}


/* =========================================
   TABLET
========================================= */

@media (max-width: 900px) {

    .ra-chetak-bikes {

        padding: 70px 30px;

    }


    .ra-chetak-bikes-head {

        display: block;

    }


    .ra-chetak-bikes-head > p {

        margin-top: 15px;

    }


    .ra-chetak-products.active {

        grid-template-columns: repeat(2, 1fr);

    }

}


/* =========================================
   MOBILE
========================================= */

@media (max-width: 650px) {

    .ra-chetak-bikes {

        padding: 55px 20px;

    }


    .ra-chetak-bikes-head {

        margin-bottom: 25px;

    }


    .ra-chetak-bikes-label {

        font-size: 10px;

    }


    .ra-chetak-bikes-head h2 {

        font-size: 36px;

        letter-spacing: -1.5px;

    }


    .ra-chetak-bikes-head > p {

        font-size: 11px;

        line-height: 1.6;

    }


    /* Tabs */

    .ra-chetak-tabs {

        gap: 5px;

        margin-bottom: 20px;

    }


    .ra-chetak-tab {

        padding: 8px 13px;

        font-size: 10px;

    }


    /* Products */

    .ra-chetak-products.active {

        grid-template-columns: 1fr;

        gap: 15px;

    }


    .ra-chetak-product-image {

        height: 220px;

    }


    .ra-chetak-product-info {

        padding: 15px 16px 17px;

    }


    .ra-chetak-product-info h3 {

        font-size: 18px;

    }


    .ra-chetak-product-info p {

        min-height: auto;

        font-size: 11px;

    }


    .ra-chetak-product-links a {

        font-size: 10px;

    }

}/* End custom CSS */
/* Start custom CSS for text-editor, class: .elementor-element-8ed9993 *//* =========================================
   RAJVANSH AUTO
   WHY CHOOSE CHETAK
========================================= */

.ra-why-chetak {

    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-chetak *,
.ra-why-chetak *::before,
.ra-why-chetak *::after {

    box-sizing: border-box;

}


.ra-why-chetak-container {

    width: 100%;

    max-width: 1200px;

    margin: 0 auto;

}
.ra-why-chetak-header h2 span {
    color: #18A7B3;
}

/* =========================================
   HEADER
========================================= */

.ra-why-chetak-header {

    display: flex;

    justify-content: space-between;

    align-items: flex-end;

    gap: 50px;

    margin-bottom: 45px;

}


.ra-why-chetak-heading {

    flex: 1;

}


.ra-why-chetak-label {

    margin-bottom: 9px;

    color: #18A7B3;

    font-size: 12px;

    font-weight: 700;

    letter-spacing: 1.8px;

}


.ra-why-chetak-header h2 {

    margin: 0;

    color: #0A1220;

    font-size: clamp(40px, 4vw, 52px);

    line-height: 1.05;

    letter-spacing: -1px;

    font-weight: 800;

}


.ra-why-chetak-header h2 span {

    color: #18A7B3;

}


.ra-why-chetak-header > p {

    width: 100%;

    max-width: 370px;

    margin: 0 0 5px;

    color: #667085;

    font-size: 14px;

    line-height: 1.75;

}


/* =========================================
   FEATURE GRID
========================================= */

.ra-why-chetak-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-chetak-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-chetak-card:hover {

    background: #FFFFFF;

}


/* =========================================
   NUMBER
========================================= */

.ra-why-chetak-number {

    flex-shrink: 0;

    width: 35px;

    height: 35px;

    display: flex;

    align-items: center;

    justify-content: center;

    color: #18A7B3;

    background: #FFFFFF;

    border: 1px solid #D8E1E9;

    border-radius: 50%;

    font-size: 12px;

    font-weight: 700;

}


/* =========================================
   CONTENT
========================================= */

.ra-why-chetak-content {

    flex: 1;

    min-width: 0;

}


.ra-why-chetak-content h3 {

    margin: 3px 0 10px;

    color: #0A1220;

    font-size: 18px;

    line-height: 1.35;

    font-weight: 700;

}


.ra-why-chetak-content p {

    margin: 0;

    color: #667085;

    font-size: 14px;

    line-height: 1.7;

    font-weight: 400;

}


/* =========================================
   TABLET
========================================= */

@media (max-width: 900px) {

    .ra-why-chetak {

        padding: 70px 30px;

    }


    .ra-why-chetak-header {

        display: block;

        margin-bottom: 35px;

    }


    .ra-why-chetak-header > p {

        max-width: 600px;

        margin-top: 15px;

    }


    .ra-why-chetak-grid {

        grid-template-columns: repeat(2, 1fr);

    }

}


/* =========================================
   MOBILE
========================================= */

@media (max-width: 650px) {

    .ra-why-chetak {

        padding: 55px 20px;

    }


    /* Header */

    .ra-why-chetak-header {

        margin-bottom: 30px;

    }


    .ra-why-chetak-label {

        margin-bottom: 7px;

        font-size: 10px;

        letter-spacing: 1.5px;

    }


    .ra-why-chetak-header h2 {

        font-size: 36px;

        line-height: 1.1;

        letter-spacing: -1.5px;

    }


    .ra-why-chetak-header > p {

        margin-top: 14px;

        font-size: 11px;

        line-height: 1.65;

    }


    /* Grid */

    .ra-why-chetak-grid {

        grid-template-columns: 1fr;

    }


    /* Card */

    .ra-why-chetak-card {

        min-height: auto;

        padding: 21px 18px;

        gap: 15px;

    }


    /* Number */

    .ra-why-chetak-number {

        width: 30px;

        height: 30px;

        font-size: 9px;

    }


    /* Content */

    .ra-why-chetak-content h3 {

        margin-top: 1px;

        margin-bottom: 7px;

        font-size: 15px;

        line-height: 1.35;

    }


    .ra-why-chetak-content p {

        font-size: 11px;

        line-height: 1.65;

    }

}/* End custom CSS */