.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-1203063 *//* =========================================
   RAJVANSH AUTO - HERO SECTION
========================================= */

.ra-hero {
    position: relative;
    overflow: hidden;

    min-height: 620px;

    padding: 0px 50px;

    color: #ffffff;

background:
  radial-gradient(
    circle at 78% 45%,
    rgba(24, 167, 179, 0.08),
    transparent 28%
  ),
  linear-gradient(
    110deg,
    #F8FBFC 0%,
    #FFFFFF 45%,
    #F4F9FA 100%
  );
}


/* =========================================
   BACKGROUND EFFECTS
========================================= */

.ra-hero-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;
}


.ra-hero-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-hero-container {
    position: relative;
    z-index: 2;

    max-width: 1380px;

    min-height: 550px;

    margin: auto;

    display: grid;

    grid-template-columns: 44% 56%;

    grid-template-rows: 1fr auto;

    align-items: center;
}


/* =========================================
   LEFT CONTENT
========================================= */

.ra-hero-content {
    position: relative;
    z-index: 5;

    /*padding-left: 35px;*/

    /*margin-top: -20px;*/
}


.ra-hero-label {
    margin-bottom: 10px;

    font-size: 16px;

    font-weight: 700;

    letter-spacing: 1.4px;

    color: #000;
}

.ra-hero-label span {
    color: #ffffff;

    margin: 0 5px;
}


/* Heading */

.ra-hero h1 {
    margin: 0;

    font-size: clamp(58px, 6vw, 62px);

    line-height: 1.02;

    font-weight: 800;

    letter-spacing: -3px;
    color: #000;
}

.ra-hero h1 strong {
    display: block;

    color: #18A7B3;

    font-weight: 800;
}


/* Small line */

.ra-hero-line {
    width: 300px;
    height: 5px;

    margin: 20px 0 20px;

    border-radius: 10px;

    background: #18A7B3;
}


/* Paragraph */

.ra-hero-content p {
    max-width: 590px;

    margin: 0 0 10px;

    color: #000;

    font-size: 19px;

    line-height: 1.65;

}


/* =========================================
   CTA BUTTONS
========================================= */

.ra-hero-buttons {
    display: flex;

    align-items: center;

    gap: 18px;
    padding-top: 0px;
}


.ra-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-btn-primary {
    background: #18A7B3;

    color: #ffffff;

    border: 2px solid #18A7B3;

    box-shadow:
        0 10px 30px rgba(0,0,0,0.18);
}


.ra-btn-primary span {
    font-size: 28px;

    line-height: 1;

    transition: transform 0.3s ease;
}


.ra-btn-primary:hover {
    background: #ffffff;

    color: #1E4F9C;

    border-color: #1E4F9C;

    transform: translateY(-3px);
}


.ra-btn-primary:hover span {
    transform: translateX(7px);
}


/* Outline */

.ra-btn-outline {
    color: #1E4F9C;

    background: transparent;

    border: 2px solid #1E4F9C;
}


.ra-btn-outline:hover {
    background: #18A7B3;

    color: #fff;

    transform: translateY(-3px);
    border:#18A7B3;
}


/* =========================================
   RIGHT VISUAL
========================================= */

.ra-hero-visual {
    position: relative;

    height: 500px;

    display: flex;

    align-items: center;
    justify-content: center;
}


.ra-hero-bike {
    position: relative;

    z-index: 3;

    width: 100%;

    max-width: 760px;

    height: auto;

    object-fit: contain;

    filter:
        drop-shadow(0 25px 25px rgba(0,0,0,0.30));
}


/* =========================================
   BOTTOM HIGHLIGHTS
========================================= */

.ra-hero-highlights {
    grid-column: 1 / -1;

    width: 100%;

    display: flex;

    align-items: center;

    justify-content: center;

    gap: 50px;


}


/* Highlight */

.ra-highlight {
    display: flex;

    align-items: center;

    gap: 18px;

    min-width: 245px;
    color: #000;
}


/* Circle */

.ra-highlight-icon {
    width: 86px;
    height: 86px;

    flex-shrink: 0;

    display: flex;

    align-items: center;
    justify-content: center;

    border-radius: 50%;

    border: 2px solid #2D6CC0;

    color: #fff;

    font-size: 40px;
}


.ra-highlight-icon span {
    line-height: 1;
}


.che­tak-icon {
    color: #18A7B3;
}


.location-icon {
    color: #18A7B3;

    font-size: 35px;
}


/* Text */

.ra-highlight-text {
    display: flex;

    flex-direction: column;

    gap: 4px;
}


.ra-highlight-text strong {
    font-size: 28px;

    line-height: 1;

    font-weight: 800;
}


.ra-highlight-text span {
    font-size: 19px;

    font-weight: 600;

    color: #18A7B3;
}


/* Divider */

.ra-highlight-divider {
    width: 1px;

    height: 75px;

    background: #000
}
.ra-highlight-icon img { width: 42px; height: 42px; object-fit: contain; display: block; } .ra-highlight-icon { width: 48px; height: 48px; display: flex; align-items: center; justify-content: center; } .chetak-icon img { width: 46px; height: 46px; }

/* =========================================
   TABLET
========================================= */

@media (max-width: 1050px) {

    .ra-hero {
        padding: 45px 30px 50px;
    }

    .ra-hero-container {
        grid-template-columns: 1fr;

        min-height: auto;
    }

    .ra-hero-content {
        padding-left: 0;

        text-align: center;

        margin-top: 0;
    }

    .ra-hero-label {
        justify-content: center;
    }

    .ra-hero-line {
        margin-left: auto;
        margin-right: auto;
    }

    .ra-hero-content p {
        margin-left: auto;
        margin-right: auto;
    }

    .ra-hero-buttons {
        justify-content: center;
    }

    .ra-hero-visual {
        height: 420px;
    }

    .ra-hero-highlights {
        gap: 25px;
    }

    .ra-highlight {
        min-width: auto;
    }
}


/* =========================================
   MOBILE
========================================= */

@media (max-width: 650px) {

    .ra-hero {
        padding: 40px 20px 40px;

        min-height: auto;
    }

    .ra-hero-container {
        width: 100%;
    }

    .ra-hero-label {
        font-size: 12px;

        letter-spacing: 1.5px;

        margin-bottom: 5px;
    }

    .ra-hero h1 {
        font-size: 42px;

        letter-spacing: -1.5px;
    }

    .ra-hero-line {
        width: 200px;

        height: 4px;

        margin: 10px auto;
    }

    .ra-hero-content p {
        font-size: 14px;

        line-height: 1.6;

        margin-bottom: 20px;
    }


    /* Buttons */

    .ra-hero-buttons {
        flex-direction: column;

        width: 100%;

        gap: 12px;
    }

    .ra-btn {
        width: 100%;

        min-height: 52px;

        font-size: 13px;
    }


    /* Visual */

    .ra-hero-visual {
        height: 280px;

        margin-top: 10px;
    }

    .ra-hero-bike {
        max-width: 100%;
    }


    /* Highlights */

    .ra-hero-highlights {
        display: grid;

        grid-template-columns: repeat(3, 1fr);

        gap: 10px;

        margin-top: 5px;

        padding-top: 10px;
    }

    .ra-highlight {
        flex-direction: column;

        gap: 9px;

        text-align: center;
    }

    .ra-highlight-icon {
        width: 42px;
        height: 42px;

        font-size: 20px;
    }

    .location-icon {
        font-size: 21px;
    }

    .ra-highlight-text {
        align-items: center;

        gap: 3px;
    }

    .ra-highlight-text strong {
        font-size: 12px;
    }

    .ra-highlight-text span {
        font-size: 10px;
    }

    .ra-highlight-divider {
        display: none;
    }
    .ra-highlight-icon img { width: 32px; height: 32px; object-fit: contain; display: block; } .ra-highlight-icon { width: 38px; height: 38px; display: flex; align-items: center; justify-content: center; } .chetak-icon img { width: 46px; height: 46px; }
}/* End custom CSS */
/* Start custom CSS for text-editor, class: .elementor-element-34d4881 *//* =========================================
   RAJVANSH AUTO
   EXPLORE YOUR RIDE SECTION
========================================= */

@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@400;500;600;700&display=swap');


/* =========================================
   SECTION
========================================= */

.ra-ride-section {
    width: 100%;
    padding: 100px 50px;
    background: #E6F2FF;
    font-family: 'Poppins', sans-serif;
    box-sizing: border-box;
}

.ra-ride-container {
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
}


/* =========================================
   SECTION HEADER
========================================= */

.ra-ride-header {
    max-width: 760px;
    margin: 0 auto 55px;
    text-align: center;
}

.ra-ride-label {
    display: inline-block;
    margin-bottom: 14px;

    color: #1E4F9C;

    font-size: 12px;
    font-weight: 600;
    letter-spacing: 1.8px;
    text-transform: uppercase;
}

.ra-ride-header h2 {
    margin: 0 0 18px;

    color: #0A1220;

    font-size: 46px;
    line-height: 1.2;
    font-weight: 700;
    letter-spacing: -1px;
}

.ra-ride-header h2 span {
    color: #1E4F9C;
}

.ra-ride-header > p {
    max-width: 720px;
    margin: 0 auto;

    color: #6B7280;

    font-size: 15px;
    line-height: 1.8;
    font-weight: 400;
}


/* =========================================
   CARDS GRID
========================================= */

.ra-ride-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 28px;
}


/* =========================================
   CARD
========================================= */

.ra-ride-card {
    overflow: hidden;

    background: #FFFFFF;

    border: 1px solid rgba(30, 79, 156, 0.08);
    border-radius: 22px;

    box-shadow: 0 12px 35px rgba(10, 18, 32, 0.07);

    transition: 
        transform 0.35s ease,
        box-shadow 0.35s ease;
}

.ra-ride-card:hover {
    transform: translateY(-6px);

    box-shadow: 0 20px 45px rgba(10, 18, 32, 0.13);
}


/* =========================================
   IMAGE AREA
========================================= */

.ra-ride-image {
    position: relative;

    width: 100%;
    height: 310px;

    display: flex;
    align-items: center;
    justify-content: center;

    overflow: hidden;

    background: #E6F2FF;
}

.ra-ride-image img {
    width: 100%;
    height: 100%;

    display: block;

    object-fit: contain;

    padding: 20px 40px;
    box-sizing: border-box;

    transition: transform 0.5s ease;
}

.ra-ride-card:hover .ra-ride-image img {
    transform: scale(1.05);
}


/* =========================================
   CARD NUMBER
========================================= */

.ra-card-number {
    position: absolute;

    top: 18px;
    right: 18px;

    z-index: 2;

    width: 44px;
    height: 44px;

    display: flex;
    align-items: center;
    justify-content: center;

    border-radius: 50%;

    color: #FFFFFF;
    background: rgba(10, 18, 32, 0.78);

    font-size: 12px;
    font-weight: 600;
    letter-spacing: 0.5px;

    backdrop-filter: blur(8px);
}


/* =========================================
   CARD CONTENT
========================================= */

.ra-card-content {
    padding: 30px 32px 34px;
}

.ra-card-tag {
    display: block;

    margin-bottom: 9px;

    color: #2D6CC0;

    font-size: 11px;
    font-weight: 600;
    letter-spacing: 1.4px;
}

.ra-card-content h3 {
    margin: 0 0 12px;

    color: #0A1220;

    font-size: 27px;
    line-height: 1.25;
    font-weight: 700;
}

.ra-card-highlight {
    margin: 0 0 9px;

    color: #0A1220;

    font-size: 14px;
    line-height: 1.65;
    font-weight: 600;
}

.ra-card-description {
    margin: 0 0 24px;

    color: #6B7280;

    font-size: 13px;
    line-height: 1.75;
    font-weight: 400;
}


/* =========================================
   BUTTON
========================================= */

.ra-card-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 10px;

    padding: 12px 20px;

    border-radius: 7px;

    color: #FFFFFF !important;
    text-decoration: none !important;

    font-size: 11px;
    font-weight: 600;
    letter-spacing: 0.8px;

    transition: all 0.3s ease;
}

.ra-card-btn span {
    font-size: 17px;
    line-height: 1;

    transition: transform 0.3s ease;
}

.ra-card-btn:hover span {
    transform: translateX(4px);
}


/* =========================================
   BAJAJ BUTTON
========================================= */

.ra-bajaj-btn {
    background: #1E4F9C;
}

.ra-bajaj-btn:hover {
    background: #2D6CC0;
}


/* =========================================
   CHETAK CARD
========================================= */

.ra-chetak-card {
    border-top: 3px solid #18A7B3;
}

.ra-chetak-card .ra-card-tag {
    color: #18A7B3;
}


/* =========================================
   CHETAK BUTTON
========================================= */

.ra-chetak-btn {
    background: #18A7B3;
}

.ra-chetak-btn:hover {
    background: #0A1220;
}


/* =========================================
   TABLET
========================================= */

@media (max-width: 900px) {

    .ra-ride-section {
        padding: 70px 20px;
    }

    .ra-ride-header h2 {
        font-size: 40px;
    }

    .ra-ride-grid {
        gap: 20px;
    }

    .ra-ride-image {
        height: 270px;
    }

    .ra-card-content {
        padding: 27px;
    }
}


/* =========================================
   MOBILE
========================================= */

@media (max-width: 767px) {

    .ra-ride-section {
        padding: 60px 16px;
    }

    .ra-ride-header {
        margin-bottom: 35px;
    }

    .ra-ride-label {
        font-size: 10px;
        letter-spacing: 1.3px;
    }

    .ra-ride-header h2 {
        font-size: 31px;
        line-height: 1.2;
        letter-spacing: -0.5px;
    }

    .ra-ride-header > p {
        font-size: 13px;
        line-height: 1.75;
    }

    .ra-ride-grid {
        grid-template-columns: 1fr;
        gap: 22px;
    }

    .ra-ride-image {
        height: 250px;
    }

    .ra-ride-image img {
        padding: 15px 35px;
    }

    .ra-card-content {
        padding: 24px;
    }

    .ra-card-content h3 {
        font-size: 24px;
    }

    .ra-card-highlight {
        font-size: 13px;
    }

    .ra-card-description {
        font-size: 13px;
    }
}


/* =========================================
   SMALL MOBILE
========================================= */

@media (max-width: 480px) {

    .ra-ride-section {
        padding: 50px 10px;
    }

    .ra-ride-header h2 {
        font-size: 28px;
    }

    .ra-ride-image {
        height: 220px;
    }

    .ra-ride-image img {
        padding: 12px 25px;
    }

    .ra-card-content {
        padding: 22px;
    }

    .ra-card-number {
        width: 40px;
        height: 40px;

        top: 14px;
        right: 14px;

        font-size: 11px;
    }
}/* End custom CSS */
/* Start custom CSS for text-editor, class: .elementor-element-0aab0b8 *//* =========================================
   RAJVANSH AUTO
   WHY RAJVANSH AUTO SECTION
========================================= */

@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@400;500;600;700&display=swap');


/* =========================================
   SECTION
========================================= */

.ra-why-section {
    width: 100%;
    padding: 100px 50px;
    background: #FFFFFF;
    font-family: 'Poppins', sans-serif;
    box-sizing: border-box;
}

.ra-why-container {
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
}


/* =========================================
   HEADER
========================================= */

.ra-why-header {
    max-width: 760px;
    margin: 0 auto 60px;
    text-align: center;
}

.ra-why-label {
    display: inline-block;
    margin-bottom: 15px;

    color: #1E4F9C;

    font-size: 12px;
    font-weight: 600;
    letter-spacing: 1.8px;
    text-transform: uppercase;
}

.ra-why-header h2 {
    margin: 0 0 18px;

    color: #0A1220;

    font-size: 46px;
    line-height: 1.2;
    font-weight: 700;
    letter-spacing: -1px;
}

.ra-why-header h2 span {
    color: #1E4F9C;
}

.ra-why-header p {
    max-width: 700px;
    margin: 0 auto;

    color: #6B7280;

    font-size: 15px;
    line-height: 1.8;
    font-weight: 400;
}


/* =========================================
   FEATURE GRID
========================================= */

.ra-why-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 18px;
}


/* =========================================
   CARD
========================================= */

.ra-why-card {
    position: relative;

    min-height: 320px;

    padding: 28px 24px 25px;

    background: #FFFFFF;

    border: 1px solid #E5EAF1;
    border-radius: 16px;

    box-sizing: border-box;

    transition:
        transform 0.3s ease,
        box-shadow 0.3s ease,
        border-color 0.3s ease;
}

.ra-why-card:hover {
    transform: translateY(-6px);

    border-color: rgba(30, 79, 156, 0.25);

    box-shadow: 0 18px 40px rgba(10, 18, 32, 0.09);
}


/* =========================================
   TOP NUMBER
========================================= */

.ra-why-top {
    display: flex;
    align-items: center;
    gap: 14px;

    margin-bottom: 27px;
}

.ra-why-number {
    color: #1E4F9C;

    font-size: 13px;
    font-weight: 700;
    letter-spacing: 0.5px;
}

.ra-why-line {
    flex: 1;

    height: 1px;

    background: #E5EAF1;
}


/* =========================================
   ICON
========================================= */

.ra-why-icon {
    width: 46px;
    height: 46px;

    display: flex;
    align-items: center;
    justify-content: center;

    margin-bottom: 22px;

    border-radius: 50%;

    color: #1E4F9C;
    background: #E6F2FF;

    font-size: 18px;
    font-weight: 700;

    transition: all 0.3s ease;
}

.ra-why-card:hover .ra-why-icon {
    color: #FFFFFF;
    background: #1E4F9C;
}


/* =========================================
   CARD CONTENT
========================================= */

.ra-why-card h3 {
    margin: 0 0 12px;

    color: #0A1220;

    font-size: 19px;
    line-height: 1.35;
    font-weight: 600;
}

.ra-why-card p {
    margin: 0;

    color: #6B7280;

    font-size: 13px;
    line-height: 1.75;
    font-weight: 400;
}


/* =========================================
   BOTTOM LABEL
========================================= */

.ra-why-title {
    position: absolute;

    left: 24px;
    bottom: 22px;

    color: #2D6CC0;

    font-size: 9px;
    font-weight: 600;
    letter-spacing: 1.3px;
}


/* =========================================
   SECOND / TEAL ACCENT
========================================= */

.ra-why-card:nth-child(3) .ra-why-number,
.ra-why-card:nth-child(3) .ra-why-title {
    color: #18A7B3;
}

.ra-why-card:nth-child(3) .ra-why-icon {
    color: #18A7B3;
    background: #E8FAFC;
}

.ra-why-card:nth-child(3):hover .ra-why-icon {
    color: #FFFFFF;
    background: #18A7B3;
}


/* =========================================
   TABLET
========================================= */

@media (max-width: 1024px) {

    .ra-why-section {
        padding: 50px 50px;
    }

    .ra-why-header h2 {
        font-size: 40px;
    }

    .ra-why-grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 18px;
    }

    .ra-why-card {
        min-height: 300px;
    }
}


/* =========================================
   MOBILE
========================================= */

@media (max-width: 767px) {

    .ra-why-section {
        padding: 60px 16px;
    }

    .ra-why-header {
        margin-bottom: 38px;
    }

    .ra-why-label {
        font-size: 10px;
        letter-spacing: 1.4px;
    }

    .ra-why-header h2 {
        font-size: 31px;
        line-height: 1.25;
        letter-spacing: -0.5px;
    }

    .ra-why-header p {
        font-size: 13px;
        line-height: 1.75;
    }

    .ra-why-grid {
        grid-template-columns: 1fr;
        gap: 15px;
    }

    .ra-why-card {
        min-height: auto;
        padding: 24px 22px 55px;
    }

    .ra-why-top {
        margin-bottom: 22px;
    }

    .ra-why-icon {
        width: 43px;
        height: 43px;

        margin-bottom: 18px;
    }

    .ra-why-card h3 {
        font-size: 18px;
    }

    .ra-why-card p {
        font-size: 13px;
    }

    .ra-why-title {
        left: 22px;
        bottom: 20px;
    }
}


/* =========================================
   SMALL MOBILE
========================================= */

@media (max-width: 480px) {

    .ra-why-section {
        padding: 50px 10px;
    }

    .ra-why-header h2 {
        font-size: 28px;
    }

    .ra-why-card {
        padding: 22px 20px 52px;
    }

    .ra-why-title {
        left: 20px;
    }
}/* End custom CSS */
/* Start custom CSS for text-editor, class: .elementor-element-1d497dd */@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@400;500;600;700&display=swap');


/* =========================================
   RAJVANSH AUTO
   RIDERS SPEAK
========================================= */

.ra-reviews-section {
    width: 100%;
    padding: 100px 50px;

    background: #E6F2FF;

    font-family: 'Poppins', sans-serif;

    box-sizing: border-box;
}

.ra-reviews-container {
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;

    display: grid;
    grid-template-columns: 0.85fr 1.15fr;

    gap: 80px;

    align-items: center;
}


/* =========================================
   LEFT CONTENT
========================================= */

.ra-reviews-intro {
    max-width: 420px;
}

.ra-reviews-label {
    display: inline-block;

    margin-bottom: 16px;

    color: #1E4F9C;

    font-size: 12px;
    font-weight: 600;

    letter-spacing: 1.8px;

    text-transform: uppercase;
}

.ra-reviews-intro h2 {
    margin: 0 0 20px;

    color: #0A1220;

    font-size: 46px;
    line-height: 1.2;

    font-weight: 700;

    letter-spacing: -1px;
}

.ra-reviews-intro h2 span {
    display: block;

    color: #1E4F9C;
}

.ra-reviews-intro > p {
    max-width: 380px;

    margin: 0 0 30px;

    color: #6B7280;

    font-size: 15px;
    line-height: 1.8;

    font-weight: 400;
}


/* =========================================
   BUTTON
========================================= */

.ra-reviews-btn {
    display: inline-flex;

    align-items: center;
    justify-content: center;

    gap: 10px;

    padding: 13px 21px;

    color: #FFFFFF !important;
    background: #1E4F9C;

    border-radius: 7px;

    text-decoration: none !important;

    font-size: 11px;
    font-weight: 600;

    letter-spacing: 0.8px;

    transition: all 0.3s ease;
}

.ra-reviews-btn span {
    font-size: 17px;
    line-height: 1;

    transition: transform 0.3s ease;
}

.ra-reviews-btn:hover {
    background: #0A1220;
}

.ra-reviews-btn:hover span {
    transform: translateX(4px);
}


/* =========================================
   REVIEW LIST
========================================= */

.ra-reviews-list {
    display: flex;

    flex-direction: column;

    gap: 18px;
}


/* =========================================
   REVIEW CARD
========================================= */

.ra-review-card {
    position: relative;

    padding: 27px 30px;

    background: #FFFFFF;

    border: 1px solid rgba(30, 79, 156, 0.10);

    border-radius: 16px;

    box-shadow: 0 10px 30px rgba(10, 18, 32, 0.06);

    box-sizing: border-box;

    transition:
        transform 0.3s ease,
        box-shadow 0.3s ease;
}

.ra-review-card:hover {
    transform: translateX(-5px);

    box-shadow: 0 18px 38px rgba(10, 18, 32, 0.10);
}


/* =========================================
   CARD TOP
========================================= */

.ra-review-card-top {
    display: flex;

    align-items: center;
    justify-content: space-between;

    margin-bottom: 15px;
}

.ra-review-number {
    color: #1E4F9C;

    font-size: 11px;
    font-weight: 700;

    letter-spacing: 1px;
}

.ra-review-stars {
    color: #1E4F9C;

    font-size: 13px;

    letter-spacing: 2px;
}


/* =========================================
   REVIEW TEXT
========================================= */

.ra-review-text {
    margin: 0 0 22px;

    color: #0A1220;

    font-size: 14px;

    line-height: 1.8;

    font-weight: 400;
}


/* =========================================
   AUTHOR
========================================= */

.ra-review-author {
    display: flex;

    align-items: center;

    gap: 11px;

    padding-top: 16px;

    border-top: 1px solid #E5EAF1;
}

.ra-author-avatar {
    width: 40px;
    height: 40px;

    flex-shrink: 0;

    display: flex;

    align-items: center;
    justify-content: center;

    border-radius: 50%;

    color: #FFFFFF;
    background: #1E4F9C;

    font-size: 10px;
    font-weight: 600;
}

.ra-author-info strong {
    display: block;

    margin-bottom: 2px;

    color: #0A1220;

    font-size: 12px;
    font-weight: 600;
}

.ra-author-info span {
    display: block;

    color: #6B7280;

    font-size: 10px;
    font-weight: 400;
}


/* =========================================
   CHETAK / TEAL REVIEW
========================================= */

.ra-review-teal {
    border-left: 3px solid #18A7B3;
}

.ra-review-teal .ra-review-number,
.ra-review-teal .ra-review-stars {
    color: #18A7B3;
}

.ra-review-teal .ra-author-avatar {
    background: #18A7B3;
}


/* =========================================
   TABLET
========================================= */

@media (max-width: 1000px) {

    .ra-reviews-container {
        grid-template-columns: 1fr 1fr;
        gap: 45px;
    }

    .ra-reviews-intro h2 {
        font-size: 39px;
    }
}


/* =========================================
   MOBILE
========================================= */

@media (max-width: 767px) {

    .ra-reviews-section {
        padding: 65px 16px;
    }

    .ra-reviews-container {
        grid-template-columns: 1fr;
        gap: 40px;
    }

    .ra-reviews-intro {
        max-width: 100%;
        text-align: center;
    }

    .ra-reviews-label {
        font-size: 10px;
        letter-spacing: 1.4px;
    }

    .ra-reviews-intro h2 {
        font-size: 31px;
        line-height: 1.25;
    }

    .ra-reviews-intro > p {
        max-width: 100%;
        margin-left: auto;
        margin-right: auto;

        font-size: 13px;
    }

    .ra-reviews-list {
        gap: 15px;
    }

    .ra-review-card {
        padding: 24px 22px;
    }

    .ra-review-text {
        font-size: 13px;
        line-height: 1.75;
    }

    .ra-review-card:hover {
        transform: translateY(-3px);
    }
}


/* =========================================
   SMALL MOBILE
========================================= */

@media (max-width: 480px) {

    .ra-reviews-section {
        padding: 50px 10px;
    }

    .ra-reviews-intro h2 {
        font-size: 28px;
    }

    .ra-review-card {
        padding: 22px 20px;
    }
}/* End custom CSS */
/* Start custom CSS for text-editor, class: .elementor-element-bfc7683 */```css
/* =========================
   RA TRUST STATS
========================= */

.ra-stats-section {
  width: 100%;
  padding: 55px 20px;
  background: #ffffff;
  border-top: 1px solid #eeeeee;
  border-bottom: 1px solid #eeeeee;
}

.ra-stats-container {
  max-width: 1200px;
  margin: 0 auto;

  display: grid;
  grid-template-columns: repeat(4, 1fr);

  text-align: center;
}

.ra-stat-item {
  position: relative;
  padding: 10px 25px;

  opacity: 0;
  transform: translateY(20px);

  animation: raFadeUp 0.7s ease forwards;
}

/* Stagger animation */
.ra-stat-item:nth-child(1) {
  animation-delay: 0.1s;
}

.ra-stat-item:nth-child(2) {
  animation-delay: 0.2s;
}

.ra-stat-item:nth-child(3) {
  animation-delay: 0.3s;
}

.ra-stat-item:nth-child(4) {
  animation-delay: 0.4s;
}


/* Divider */

.ra-stat-item:not(:last-child)::after {
  content: "";

  position: absolute;
  right: 0;
  top: 15%;

  width: 1px;
  height: 70%;

  background: #e5e5e5;
}


/* Number */

.ra-stat-number {
  font-size: 48px;
  line-height: 1;

  font-weight: 800;
  letter-spacing: -1px;

  color: #111111;

  transition: transform 0.3s ease;
}

.ra-stat-number span {
  font-size: 30px;
  margin-left: 2px;
}


/* Label */

.ra-stat-label {
  margin-top: 12px;

  font-size: 15px;
  font-weight: 500;

  color: #666666;
  letter-spacing: 0.3px;
}


/* Hover */

.ra-stat-item:hover .ra-stat-number {
  transform: translateY(-4px);
}


/* Fade animation */

@keyframes raFadeUp {
  from {
    opacity: 0;
    transform: translateY(20px);
  }

  to {
    opacity: 1;
    transform: translateY(0);
  }
}


/* =========================
   MOBILE
========================= */

@media (max-width: 768px) {

  .ra-stats-section {
    padding: 40px 15px;
  }

  .ra-stats-container {
    grid-template-columns: repeat(2, 1fr);
    row-gap: 35px;
  }

  .ra-stat-item {
    padding: 5px 15px;
  }

  .ra-stat-item:nth-child(2)::after,
  .ra-stat-item:nth-child(4)::after {
    display: none;
  }

  .ra-stat-number {
    font-size: 36px;
  }

  .ra-stat-number span {
    font-size: 23px;
  }

  .ra-stat-label {
    font-size: 13px;
    margin-top: 9px;
  }
}
```/* End custom CSS */