@font-face {
    font-family: "Aloeveradisplayoutline";
    font-style: normal;
    font-weight: 900;
    src: local("Aloeveradisplayoutline-black.ttf"),
        url("../font/Aloeveradisplayoutline-black.ttf") format("truetype");
}

@font-face {
    font-family: "Aloeveradisplayoutline";
    font-style: normal;
    font-weight: 700;
    src: local("Aloeveradisplayoutline-bold.ttf"),
        url("../font/Aloeveradisplayoutline-Bold.ttf") format("truetype");
}

@font-face {
    font-family: "Aloeveradisplayoutline";
    font-style: normal;
    font-weight: 800;
    src: local("Aloeveradisplayoutline-ExtraBold.ttf"),
        url("../font/Aloeveradisplayoutline-ExtraBold.ttf") format("truetype");
}

@font-face {
    font-family: "Aloeveradisplayoutline";
    font-style: normal;
    font-weight: 200;
    src: local("Aloeveradisplayoutline-Extralight.ttf"),
        url("../font/Aloeveradisplayoutline-Extralight.ttf") format("truetype");
}

@font-face {
    font-family: "Aloeveradisplayoutline";
    font-style: normal;
    font-weight: 300;
    src: local("Aloeveradisplayoutline-light.ttf"),
        url("../font/Aloeveradisplayoutline-light.ttf") format("truetype");
}

@font-face {
    font-family: "Aloeveradisplayoutline";
    font-style: normal;
    font-weight: 500;
    src: local("Aloeveradisplayoutline-Medium.ttf"),
        url("../font/Aloeveradisplayoutline-Medium.ttf") format("truetype");
}

@font-face {
    font-family: "Aloeveradisplayoutline";
    font-style: normal;
    font-weight: 400;
    src: local("Aloeveradisplayoutline-Regular.ttf"),
        url("../font/Aloeveradisplayoutline-Regular.ttf") format("truetype");
}

@font-face {
    font-family: "Aloeveradisplayoutline";
    font-style: normal;
    font-weight: 600;
    src: local("Aloeveradisplayoutline-SemiBold.ttf"),
        url("../font/Aloeveradisplayoutline-SemiBold.ttf") format("truetype");
}

@font-face {
    font-family: "Aloeveradisplayoutline";
    font-style: normal;
    font-weight: 100;
    src: local("Aloeveradisplayoutline-Thin.ttf"),
        url("../font/Aloeveradisplayoutline-Thin.ttf") format("truetype");
}




.innovative-section {
    background: white;
}

.innovative-section .heading {
    font-family: "Aloevera Display";
    font-weight: 700;
    font-size: 90px;
}

.innovative-text-wrap {
    padding-top: 70px;
    padding-bottom: 40px;
}

.text-outline {
    font-family: "Aloeveradisplayoutline";
    font-size: 90px;
    font-weight: 700;
    letter-spacing: 1px;
}

/* ===== Description ===== */

.innovative-desc {
    font-size: 14px;
    color: black;
    font-weight: 300;
    margin: 18px auto 0;
    font-family: "Stack Sans Headline";
}

/* ===== Image (Zoom Safe) ===== */

.innovative-image-wrap {
    width: 100%;
    height: 560px;
    /* fixed px but controlled */
    overflow: hidden;
}

.innovative-image-wrap img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

/* revolutionising urban section */
.revolutionizing_urban .row {
    align-items: center;
    row-gap: 40px;
}

.revolutionizing_urban {
    padding: 80px 0px;
}

.revolutionizing_urban .left_side h1 {
    font-weight: 700;
    font-size: 54px;
    color: #000;
    line-height: 75px;
    margin-bottom: 30px;
}

.revolutionizing_urban .left_side p {
    font-family: "Stack Sans Headline", sans-serif;
    font-weight: 300;
    color: #000;
    font-size: 16px;
    line-height: 30px;
    margin-bottom: 36px;
}

.ev-section {
    padding: 70px 0;
    background: #ffffff;
}


/* TEXT */


.ev-title {
    font-size: 30px;
    font-weight: 700;
    margin-bottom: 20px;
    font-family: "Aloevera display";
    line-height: 40px;
}


.ev-desc {
    max-width: 720px;
    font-size: 13px;
    margin-bottom: 40px;
    line-height: 24px;
    font-weight: 400;
    color: #000;
}

/* OWL CORE */
.ev_logo {
    position: relative;
}

.ev_logo .owl-carousel {
    width: 100%;
}

/* ITEM */
.ev_logo .item {
    height: 525px;
    overflow: hidden;

}

.ev_logo .item img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}




/* RESPONSIVE */
@media (max-width: 992px) {
    .ev-title {
        font-size: 24px;
    }

    .ev_logo .item {
        height: 300px;
    }
}

@media (max-width: 576px) {
    .ev_logo .item {
        height: 240px;
    }
}


.smart_ev_bike .item h6 {
    color: #000000;
    font-weight: 700;
    font-size: 16px;
    font-family: "Aloevera Display";

}

.smart_ev_bike .item p {
    color: #000000;
    font-weight: 400;
    font-size: 12px;
    font-family: "Stack Sans Headline", sans-serif;
    margin-bottom: 20px;
}

.smart_ev_bike .item img {
    width: 600px;
    height: 500px;
    margin-bottom: 30px;
}

.smart_ev_bike .owl-dots {
    display: flex;
}

.smart_ev_bike .owl-theme .owl-nav {
    margin-top: 0px;
}






/*mobillity SECTION */
.mobility-section .danger_btn {
    background-color: #9E735B;
    color: #fff;
    padding: 8px 40px;
    border: none;
    border-radius: 7px;
    font-family: "Stack Sans Headline", sans-serif;
    font-weight: 500;
    font-size: 16px;
    text-align: center;
    /* display: flex;
    align-items: center;
    justify-content: space-between; */
}

.mobility-section {
    background: white;
    padding: 100px 0;
}

.tag {
    font-family: Aloevera Display;
    font-weight: 500;
    text-transform: uppercase;
    font-size: 18px;
    color: #9a6a4c;
    margin-bottom: 20px;
}

/* ===== TITLE ===== */

.main-title {
    font-size: 38px;
    font-family: "Aloevera Display";
    font-weight: 600;
    line-height: 1.15;
    margin-bottom: 18px;
}

/* ===== DESC ===== */

.mobility-section .main-desc {
    color: #000;
    font-family: Stack Sans Headline, sans-serif;

    font-weight: 300;
    font-size: 16px;
    line-height: 29px;
}

/* ===== IMAGE CARD ===== */

.image-card {
    background: white;
    padding: 18px;
    border-radius: 4px;
}

.image-card img {
    width: 100%;
    max-width: 760px;
    height: auto;
    object-fit: contain;
    display: block;
}

/* ===== FEATURES ===== */
.typeof_heading {
    padding-left: 100px;
}

.feature {
    margin-bottom: 42px;
}

.icon {
    margin-bottom: 10px;
}

.feature h5 {
    font-size: 25px;
    font-weight: 600;
    margin-bottom: 8px;
    font-family: "Aloevera Display";
}

.feature p {
    font-size: 14px;
    font-weight: 400;
    color: black;
    line-height: 1.7;
    font-family: "Stack Sans Headline";
}

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

.btn-row {
    display: flex;
    gap: 14px;
    margin-top: 10px;
    flex-wrap: wrap;
}


/* unleasing power -- start */

.edaddy-unleash-section {
    background: white;
    padding: 50px;
    overflow-x: hidden;
}

.edaddy-unleash-title {
    font-weight: 600;
    font-size: 43px;
    color: #222;
    margin-bottom: -40px;
    font-family: "Aloevera Display";
}

.edaddy-unleash-desc {
    color: #222;
    font-size: 14px;
    font-weight: 400;
    line-height: 2.0;
    font-family: "Stack Sans Headline", sans-serif;
}

/* ========== RESPONSIVE FIXES ONLY ========== */

/* Tablets and below */
@media (max-width: 992px) {

    .edaddy-unleash-section {
        padding: 90px 15px 70px;
    }

    .edaddy-unleash-img-box {
        text-align: center;
    }

}

/* Mobile */
@media (max-width: 576px) {

    .edaddy-unleash-section {
        padding: 70px 15px 60px;
    }

    .edaddy-unleash-title {
        font-size: 19px;
        margin-bottom: -15px;
    }

    .edaddy-unleash-desc {
        word-break: break-word;
    }

}

/* laptop */

@media (max-width: 1200px) {

    .innovative-section .heading,
    .text-outline {
        font-size: 84px;
    }
}

/* tablet */

@media (max-width: 768px) {

    .innovative-section .heading,
    .text-outline {
        font-size: 58px;
    }

    .innovative-image-wrap {
        height: 420px;
    }

    .innovative-desc {
        font-size: 16px;
        padding: 0 15px;
    }
}

/* mobile */

@media (max-width: 480px) {

    .innovative-section .heading,
    .text-outline {
        font-size: 42px;
        ;
    }

    .innovative-image-wrap {
        height: 300px;
    }

    .edaddy-unleash-section {
        padding: 0px 15px 60px;
    }
}

/* ----------------------------------- */
/* HERO SECTION */
.real_time_intelligence {
    padding: 80px 0px;
    background: white;
}


.real_time_intelligence .title {
    font-size: 16px;
    letter-spacing: 0px;
    color: black;
    font-weight: 500;
    margin-bottom: 20px;
    margin-left: 5px;
    font-family: "Stack Sans Headline";
}

.real_time_intelligence .hero-heading {
    font-weight: 700;
    font-size: 55px;
    font-family: "Aloevera Display";
    line-height: 74px;
    margin-bottom: 20px;
}

.real_time_intelligence .hero-para {
    color: #000000;
    font-weight: 300;
    font-family: "Stack Sans Headline";
    font-size: 16px;
    line-height: 28px;
    margin-bottom: 30px;
}

.real_time_intelligence .demo_btn {
    font-weight: 400;
    color: #000000;
    font-size: 14px;
    border: none;
    background-color: unset;
    display: flex;
    align-items: center;
    gap: 5px;
}

/* BUTTONS */
.hero-buttons {
    display: flex;
    gap: 20px;
}

.btn-request {
    background: #9E735B;
    color: #FFFFFF;
    border: none;
    padding: 10px 22px;
    border-radius: 8px;
    font-weight: 500;
    cursor: pointer;
    font-size: 14px;
    letter-spacing: 0.7px;
}

.btn-request:hover {
    background: #8a5741;
    color: white;
}

.btn-demo {
    font-weight: 490;
    color: black;

}

/* 
.hero-img {
    border-radius: 20px;
    width: 600px;
} */

/* pricing section-- start */
/* Pricing Card */
.pricing-card {
    background: #ffffff;
    border: 1px solid;
    border-radius: 14px;
}

.price-badge .danger_btn {
    color: #FFFFFF;
    font-weight: 700;
    font-size: 24px;
}

/* Remove bullets – ONLY ticks */
.feature-list {
    list-style: none !important;
    padding-left: 0 !important;
    margin: 0;
}

.feature-list li {
    list-style: none !important;
    display: flex;
    align-items: flex-start;
    gap: 15px;
    margin-bottom: 12px;
    font-size: 14px;
    color: #111111;
    font-weight: 400;
    font-family: "Stack Sans Headline", sans-serif;

}

/* Tick icon */
.feature-list li i {
    color: #000000;
    font-size: 14px;
    margin-top: 3px;
    flex-shrink: 0;
}

/* Button */
.btn-dark {
    background-color: #000000;
    border-color: #000000;
}

.btn-dark:hover {
    background-color: #1F2937;
    border-color: #1F2937;
}

/* Bottom icons */
.info-icon {
    font-size: 28px;
    color: #000000;
}

.bottom-img {
    margin-right: 400px;
    object-fit: contain;
}



.text-small {
    font-size: 14px;
    line-height: 1.6;
}

@media (max-width: 767px) {

    .row.mt-5 {
        text-align: center;
    }

    .row.mt-5 .col-md-4 {
        display: flex;
        flex-direction: column;
        align-items: center;
    }

    .row.mt-5 h6 {
        text-align: center;
    }

    .row.mt-5 p {
        text-align: center;
        max-width: 320px;
    }
}

.bottom-img {
    height: auto;
    margin-bottom: 35px;
    display: block;
}

.text-small {
    margin-top: 23px;

    font-size: 13px;
    line-height: 1.6;
    font-family: Stack Sans Headline, sans-serif;
}

@media (max-width: 767px) {

    .row.mt-5 {
        text-align: center;
    }

    .row.mt-5 .col-md-4 {
        display: flex;
        flex-direction: column;
        align-items: center;
    }

    .row.mt-5 .bottom-img {
        margin-left: auto;
        margin-right: auto;
    }

    .row.mt-5 p {
        text-align: center;
        max-width: 320px;
    }
}







/* Layout */

.eswap-section {
    margin: 50px 0px 70px;
}

.eswap-container {
    max-width: 1063px;
    margin: 0 auto;
    text-align: center;
}

/* Headings */
.eswap-title {
    font-size: 90px;
    font-weight: 700;
    margin-bottom: 30px;
    font-family: "Aloevera Display";
}

.eswap-subtitle {
    font-size: 37px;
    font-weight: 600;
    margin-bottom: 16px;
    font-family: "Aloevera Display";

}

.eswap-desc {
    font-size: 15px;
    line-height: 27px;
    margin: 0 auto 60px;
    font-family: Stack Sans Headline, sans-serif;
}

/* Cards */
.eswap-card-wrapper {
    display: flex;
    gap: 40px;
    justify-content: center;
    flex-wrap: wrap;
}

.eswap-feature-card {
    border: 1px solid #e0e0e0;
    border-radius: 16px;
    width: 511px;
    padding: 30px;
}

.eswap-feature-card h1 {
    font-size: 26px;
    font-weight: 600;
    margin-bottom: 10px;
}

.eswap-feature-card p {
    font-size: 13.2px;
    line-height: 1.6;
    font-family: Stack Sans Headline, sans-serif;
}

/* Responsive */
@media (max-width: 768px) {
    .eswap-title {
        font-size: 42px;
    }

    .eswap-subtitle {
        font-size: 22px;
    }

    .eswap-feature-card {
        width: 100%;
        max-width: 380px;
    }
}

/* revolution battery */

/* Dark gradient overlay */
.revolutionbattery-overlay {
    position: absolute;
    inset: 0;
}

/* Content */
.revolutionbattery-section {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    padding: 10px;
}


.revolutionbattery-tag {
    font-size: 13px;
    letter-spacing: 1px;
    opacity: 0.8;
}

.revolutionbattery-content h1 {
    font-size: 41px;
    font-weight: 700;
    line-height: 55px;
    margin: 16px 0 20px;
}

.revolutionbattery-content p {
    font-size: 15px;
    line-height: 31px;
    color: #fff;
    font-weight: 300;
    margin-bottom: 30px;
    font-family: Stack Sans Headline, sans-serif;
    opacity: 0.8;
}

/* Stats */
.revolutionbattery-stats {
    display: flex;
    gap: 40px;
    margin-bottom: 30px;
}

.revolutionbattery-stats h2 {
    font-size: 40px;
    font-weight: 600;
    margin-bottom: 20px;
    font-family: Stack Sans Headline, sans-serif;

}

.revolutionbattery-stats span {
    font-weight: 400;
    font-family: Stack Sans Headline, sans-serif;
    font-size: 14px;
    color: #c9c9c9;
}

/* Buttons */
.revolutionbattery-buttons {
    display: flex;
    gap: 16px;
}

.revolutionbattery-btn-primary {
    background: transparent;
    color: #fff;
    border: 1px solid #fff;
    padding: 10px 20px;
    border-radius: 6px;
    cursor: pointer;
    font-size: 14px;
}

.revolutionbattery-btn-secondary {
    background: transparent;
    color: #fff;
    border: none;
    cursor: pointer;
    font-size: 14px;
}

/* RESPONSIVE */
@media (max-width: 768px) {
    .revolutionbattery-content {
        padding: 0 24px;
    }

    .revolutionbattery-content h1 {
        font-size: 34px;
    }

    .revolutionbattery-stats {
        flex-direction: column;
        gap: 16px;
    }
}

/* SECTION */
.revolutionbattery-section {
    position: relative;
    background-image: url("../images/edaddyx7/nature-suffocated-by-co2-pollution\ 1.webp");
    display: flex;
    align-items: center;
    color: #ffffff;
    overflow: hidden;
    height: 744px;
    background-repeat: no-repeat;
    background-size: cover;
}

.revolutionbattery-container {
    position: relative;
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 24px;
    z-index: 2;
}

.revolutionbattery-content {
    max-width: 650px;
}

@media (max-width: 450px) {

    .revolutionbattery-section {
        align-items: flex-start;
        padding-top: 60px;
        height: auto;
    }

    .revolutionbattery-container {
        padding-top: 0;
    }

    .revolutionbattery-content {
        margin-top: 0;
    }
}


/* RESPONSIVE */
@media (max-width: 768px) {
    .revolutionbattery-content h1 {
        font-size: 34px;
    }
}

@media (max-width: 575px) {
    .revolutionbattery-section {
        height: auto;
        padding: 60px 0;
    }

    .revolutionbattery-container {
        padding: 0 16px;
    }

    .revolutionbattery-content {
        max-width: 100%;
    }

    .revolutionbattery-buttons {
        flex-wrap: wrap;
        gap: 12px;
    }

    .revolutionbattery-content h1 br {
        display: none;
    }

    .revolutionbattery-content h1 {
        font-size: 24px;
        line-height: 43px;
    }

    .revolutionbattery-stats h2 {
        font-size: 30px;
        margin-bottom: 20px;
    }
}

@media (min-width: 576px) and (max-width: 767px) {
    .revolutionbattery-section {
        height: auto;
        padding: 80px 0;
    }

    .revolutionbattery-content {
        max-width: 100%;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .revolutionbattery-section {
        height: auto;
        padding: 100px 0;
    }

    .revolutionbattery-content {
        max-width: 720px;
    }
}

@media (min-width: 992px) and (max-width: 1199px) {
    .revolutionbattery-container {
        max-width: 960px;
    }
}

@media (min-width: 1200px) and (max-width: 1399px) {
    .revolutionbattery-container {
        max-width: 1140px;
    }
}

@media (min-width: 1400px) {
    .revolutionbattery-container {
        max-width: 1320px;
    }
}

/* depot hero */

/* Section */
.depot-hero {
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
}

/* Container */
.depot-container {
    max-width: 900px;
    padding: 0 20px;
}

/* Title */
.depot-title {
    font-size: 93px;
    font-weight: 700;
    line-height: 130px;
    margin-bottom: 30px;
}

/* Image inside word */
.depot-img-wrap {
    display: inline-flex;
    align-items: center;
    vertical-align: middle;
    margin: 0 -29px;
    /* keeps the word tight */
}

.depot-img-wrap img {
    width: 100px;
    height: 100px;
    display: inline-block;
    position: relative;
}

/* Subtitle */
.depot-subtitle {
    font-weight: 400;
    font-size: 16px;
    text-align: center;
    color: #464545;
    font-family: Stack Sans Headline, sans-serif;
    margin-bottom: 20px;
}

/* Buttons */
.depot-actions {
    display: flex;
    justify-content: center;
    gap: 14px;
}

.btn-request {
    background: #9E735B;
    color: #FFFFFF;
    border: none;
    padding: 10px 22px;
    border-radius: 8px;
    font-weight: 600;
    cursor: pointer;
}

.btn-outline {
    background: transparent;
    color: #000;
    border: 1.5px solid #000;
    padding: 10px 22px;
    border-radius: 8px;
    font-weight: 600;
    cursor: pointer;
}

/* Responsive */
@media (max-width: 768px) {
    .depot-title {
        font-size: 42px;
    }

}












/* =========================
   HERO SECTION
========================= */
.fleet-hero {
    position: relative;
    padding: 120px 20px;
    background: #000;
    text-align: center;
    overflow: hidden;
    color: #fff;
}

/* =========================
   DECOR IMAGES
========================= */
.decor-left {
    position: absolute;
    top: -3px;
    left: -6px;
    width: 90px;
    opacity: 0.85;
}

.decor-right {
    position: absolute;
    top: -14px;
    right: -3px;
    width: 120px;
    transform: rotate(12deg);
    opacity: 0.85;
}

/* =========================
   CONTAINER
========================= */
.fleet-container {
    max-width: 820px;
    margin: 0 auto;
    position: relative;
    z-index: 2;
}

/* =========================
   TITLE
========================= */
.fleet-title {
    font-size: 75px;
    font-weight: 500;
    color: #FFCE77;
    margin-bottom: 28px;
    font-family: "Aloevera Display";

}

/* =========================
   SLANTED PILL WRAPPER
========================= */
.fleet-pill-wrapper {
    display: inline-block;
    transform: rotate(-3deg);
    /* pill slant */
    margin-bottom: 28px;
}

/* GROUP (LOGO + PILL) */
.fleet-pill-group {
    display: flex;
    align-items: center;
}

/* =========================
   GEMINI LOGO (FIRST, STRAIGHT)
========================= */
.fleet-pill-icon {
    width: 56px;
    height: 56px;
    /* background: #6D28D9; */
    border-radius: 16px;
    display: flex;
    align-items: center;
}

.fleet-pill-icon img {
    width: 64px;
    height: 102px;
    display: block;
    border-radius: 90px;
}


.fleet-pill {
    background: #FFCE77;
    padding: 3px 167px;
    border-radius: 9px;
    margin-left: -18px;
}

/* =========================
   TEXT (STRAIGHT)
========================= */
.fleet-pill-text {
    font-size: 64px;
    color: #000;
    white-space: nowrap;

    /* cancel wrapper rotation */
    display: inline-block;
}

/* =========================
   DESCRIPTION
========================= */
.fleet-desc {
    font-size: 14px;
    line-height: 1.6;
    color: #d1d5db;
    max-width: 640px;
    margin: 0 auto;
    font-family: Stack Sans Headline, sans-serif;
    margin-top: 30px;
    line-height: 25px;
}

/* =========================
   RESPONSIVE
========================= */
@media (max-width: 768px) {
    .fleet-title {
        font-size: 22px;
    }

    .fleet-pill-text {
        font-size: 22px;
    }

    .fleet-pill {
        padding: 12px 22px 12px 28px;
    }

    .fleet-pill-icon {
        width: 38px;
        height: 38px;
    }

    .fleet-pill-icon img {
        width: 20px;
    }


}

/* =========================
   RESPONSIVE IMAGE FIX ONLY
========================= */
.fleet-container img {
    max-width: 100%;
    height: auto;
}

@media (max-width: 768px) {
    .fleet-container img {
        max-width: 100%;
        width: 100%;
    }
}

/* fleet visibility */
/* SECTION */
.predictive-section {
    position: relative;
    background: #F7F7F8;
    overflow: hidden;
    height: 580px;
}

/* FULL-WIDTH VIOLET BACKGROUND */
.predictive-section::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 36%;
    background: #b4b0ff;
    z-index: 0;
}

/* CONTAINER */
.predictive-container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 24px;
    position: relative;
    z-index: 2;
}

/* GRID */
.predictive-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    align-items: start;
}

/* LEFT */
.predictive-left {
    display: grid;
    grid-template-rows: 1.3fr 1fr;
}

.predictive-top,
.predictive-bottom {
    margin: auto 0;
}

.predictive-top h2,
.predictive-bottom h2 {
    font-size: 36px;
    margin-bottom: 12px;
}

.predictive-top p,
.predictive-bottom p {
    max-width: 420px;
    color: #444;
}

/* RIGHT FRAME BACKGROUND (FOR BOTH IMAGES) */
.predictive-right {
    position: relative;
    padding: 60px;
}

.predictive-right::before {
    content: "";
    position: absolute;
    inset: 0;
    background-image: url("../images/edaddyx7/frame.webp");
    background-repeat: no-repeat;
    z-index: 0;
    margin-top: 66px;

}

/* IMAGES */
.predictive-img {
    position: relative;
    z-index: 2;
    width: 100%;
    border-radius: 0px;
    display: block;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 20px;
}

.predictive-img-top {
    margin-bottom: 37px;
    margin-top: -13.1px;
}

/* BUTTONS */
.predictive-buttons {
    margin-top: 30px;
    display: flex;
    gap: 14px;
}


@media (max-width: 992px) {

    /* SECTION */
    .predictive-section {
        height: auto;
        padding: 64px 0;
    }

    /* VIOLET BACKGROUND */
    .predictive-section::before {
        height: 38%;
    }

    /* GRID */
    .predictive-grid {
        grid-template-columns: 1fr 1fr;
        gap: 24px;
        align-items: center;
    }

    /* LEFT CONTENT */
    .predictive-left {
        display: flex;
        flex-direction: column;
        gap: 32px;
    }

    .predictive-top,
    .predictive-bottom {
        margin: 0;
    }

    .predictive-top h2,
    .predictive-bottom h2 {
        font-size: 30px;
    }

    .predictive-top p,
    .predictive-bottom p {
        font-size: 15px;
        max-width: 360px;
    }

    /* RIGHT FRAME */
    .predictive-right {
        padding: 44px;
    }

    .predictive-right::before {
        background-size: contain;
        background-position: center;
        margin-top: -1px;

    }

    /* IMAGES */
    .predictive-img {
        width: 88%;
        margin: 0 auto 20px;
        margin-top: 10px;
        margin-bottom: 34px;
    }
}



@media (max-width: 580px) {

    .predictive-section {
        height: auto;
        padding-bottom: 40px;
    }

    .predictive-section::before {
        height: 28%;
    }

    .predictive-grid {
        grid-template-columns: 1fr;
    }

    .predictive-left {
        grid-template-rows: auto auto;
    }

    .predictive-top,
    .predictive-bottom {
        margin: 0;
        padding: 56px 21px;
    }

    .predictive-right {
        padding: 32px 24px;
    }

    .predictive-right::before {
        background-size: contain;
        background-position: center;
        display: none;
    }

    .predictive-img {
        width: 90%;
        margin-bottom: 20px;
        margin-top: 20px;
    }

    .predictive-img-top {
        margin-top: 16px;
        margin-bottom: 16px;
    }

    .predictive-buttons {
        flex-wrap: wrap;
        gap: 12px;
    }
}

@media (max-width: 360px) {

    .predictive-section {
        padding-bottom: 32px;
    }

    .predictive-section::before {
        height: 22%;
    }

    .predictive-container {
        padding: 0 16px;
    }

    .predictive-top,
    .predictive-bottom {
        padding: 32px 16px;
    }

    .predictive-right {
        padding: 24px 16px;
    }

    .predictive-img {
        width: 100%;
        margin-top: 10px;
    }

    .predictive-img-top {
        margin-top: 12px;
        margin-bottom: 12px;
    }
}

/* =========================
   iPad / 1024px ONLY FIX
========================= */
@media (max-width: 1024px) and (min-width: 993px) {

    /* SECTION */
    .predictive-section {
        height: auto;
        /* remove fixed height */
        padding: 64px 0;
    }

    /* VIOLET BACKGROUND */
    .predictive-section::before {
        height: 38%;
        /* tuned for 1024px */
    }

    /* GRID */
    .predictive-grid {
        grid-template-columns: 1fr 1fr;
        gap: 28px;
        align-items: center;
    }

    /* LEFT CONTENT */
    .predictive-left {
        grid-template-rows: auto auto;
        row-gap: 36px;
    }

    .predictive-top,
    .predictive-bottom {}

    .predictive-top h2,
    .predictive-bottom h2 {
        font-size: 32px;
    }

    .predictive-top p,
    .predictive-bottom p {
        max-width: 380px;
        font-size: 15px;
    }

    /* RIGHT FRAME */
    .predictive-right {
        padding: 44px;
    }

    .predictive-right::before {
        background-size: contain;
        background-position: center;
        margin-top: 78px;

    }

    /* IMAGES */
    .predictive-img {

        width: 68%;
        margin-top: -4px;
        margin-bottom: 23px;
    }
}



/* sustainability */
/* =====Sustain SECTION ===== */

.sustain-section {
    background: white;

}



/* ===== TOP STRIP ===== */

.sustain-top {
    padding-bottom: 40px;
    row-gap: 0px;

}

/* TAG */

.sustain-tag {
    font-family: Stack Sans Headline, sans-serif;
    font-weight: 600;
    font-size: 14px;
    text-transform: uppercase;
    color: #9E735B;
    margin-bottom: 20px;
}

/* TITLE */
.sustain-title {
    font-family: "Aloevera Display";
    font-weight: 700;
    color: #000000;
    font-size: 40px;
    line-height: 55px;
}

/* RIGHT DESC */

.sustain-desc {
    font-family: Stack Sans Headline, sans-serif;

    font-weight: 300;
    font-size: 16px;
    color: #000;
    line-height: 25px;
    margin-top: 64px;
}

/* ===== IMAGE BLOCK ===== */

.sustain-image-wrap {
    width: 100%;
    overflow: hidden;
}

.sustain-image-wrap img {
    width: 100%;
    height: auto;
    display: block;
    object-fit: cover;
}

/* ===== RESPONSIVE ===== */

@media (max-width: 992px) {

    .sustain-section {
        padding-top: 70px;
    }

    .sustain-title {
        font-size: 32px;
    }

    .sustain-desc {
        margin-top: 20px;
        max-width: 100%;
    }

}

@media (max-width: 576px) {

    .sustain-section {
        padding-top: 50px;
    }

    .sustain-title {
        font-size: 26px;
    }

    .sustain-top {
        padding-bottom: 25px;
    }

}



.feature-cards-section {
    padding: 80px 40px;
    background: #ffffff;
}

/* CARD */
.feature-card {
    width: 100%;
}

/* IMAGE BLOCK — zoom safe */
.feature-img-wrap {
    width: 100%;
    aspect-ratio: 16 / 10;
    overflow: hidden;
    background: #eee;
}

.feature-img-wrap img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

/* TITLE */
.feature-card .card-title {
    font-family: "Aloevera Display";
    font-size: 26px;
    font-weight: 600;
    margin-top: 30px;
    margin-bottom: 10px;
}

.feature-card .card-desc {
    font-size: 14px;
    line-height: 1.7;
    color: black;
    font-family: "Stack Sans Headline";
    margin-bottom: 10px;
    max-width: 560px;
}

/* LINK */
.learn-link {
    font-size: 15px;
    color: #9a6a4c;
    text-decoration: none;
    font-weight: 500;
    font-style: "Stack Sans Headline";
}

.learn-link span {
    margin-left: 6px;
    font-size: 18px;
}

/* ---------- RESPONSIVE ---------- */

@media (max-width: 992px) {
    .feature-cards-section {
        padding: 60px 24px;
    }

    .feature-card .card-title {
        font-size: 24px;
    }

    .main-title {
        font-size: 28px;
        margin-bottom: 20px;
    }
}

@media (max-width: 768px) {
    .mobility-section .main-desc br {
        display: none;
    }
}

@media (max-width: 576px) {
    .feature-cards-section {
        padding: 40px 16px;
    }

    .feature-card .card-title {
        font-size: 22px;
    }

    .feature-card .card-desc {
        font-size: 14px;
    }

    .main-title {
        font-size: 24px;
    }
}

@media (max-width: 450px) {
    .main-title {
        font-size: 20px;
    }

    .mobility-section {
        padding: 0px 0;
    }
}


/* HERO BACKGROUND IMAGE */
.sustain_section {
    position: relative;
    background: url("../images/edaddyx7/van.webp") center/cover no-repeat;
    height: 700;
    display: flex;
    align-items: center;
    color: white;
}

/* DARK GRADIENT LEFT SIDE */
.hero-overlay {
    position: absolute;
    inset: 0;
    background: linear-gradient(90deg, rgba(0, 0, 0, 0.85) 0%, rgba(0, 0, 0, 0.6) 35%, rgba(0, 0, 0, 0.2) 100%, rgba(0, 0, 0, 0) 75%);
}

/* TEXT AREA */
.hero-text {
    position: relative;
    z-index: 2;
    max-width: 650px;
}

.sustain_section h1 {
    font-size: 40px;
    font-weight: 700;
    line-height: 140%;
    margin-bottom: 20px;
    font-family: "Aloevera Display";
}

.sustain_hero_desc {
    color: #FFFFFF;
    line-height: 28px;
    font-size: 14px;
    font-family: "Stack Sans Headline";
    font-weight: 300;
    margin-bottom: 60px;
}

/* FEATURES */
.sustain_section h5 {
    /* font-weight: 700;
    margin-bottom: 6px; */
    color: #FFFFFF;
    font-weight: 600;
    font-size: 26px;
    font-family: "Aloevera Display";
    margin-bottom: 10px;

}

.sustain_sub_para {
    font-family: Stack Sans Headline, sans-serif;
    font-weight: 400;
    font-size: 13px;
    color: #fff;
    line-height: 26px;
}

/* 
.hero .col-6 p {
    font-size: 12px;
    color: #FFFFFF;

} */

/* RESPONSIVE */

/* Tablet */
@media (max-width: 992px) {
    .sustain_section h1 {
        font-size: 34px;
    }
}

/* Mobile */
@media (max-width: 576px) {

    .sustain_section {
        padding: 0px 20px;
    }





    .sustain_section .row .col-6 {
        width: 100%;
        margin-bottom: 15px;
    }
}



.logistics-sec {
    background: #F7FBFC;
    padding: 90px 0;
}


.logistics-tag {
    font-size: 12px;
    letter-spacing: 2px;
    font-family: "Stack Sans Headline";
    margin: 10px 14px;
    color: #9a6a4c;
    font-weight: 600;
}

.logistics-title {
    font-size: 38px;
    margin: 14px 0px;
    line-height: 1.2;
    font-family: "Aloevera display";
    font-weight: 600;
}

.logistics-desc {
    font-size: 16.5px;
    font-family: "Stack Sans Headline";
    margin: 10px 0px;
    line-height: 1.7;
    max-width: 100%;
    /* IMPORTANT: responsive instead of fixed */
}

/* FEATURES */

.delivery-feature {
    display: flex;
    gap: 16px;
    margin-bottom: 22px;
    align-items: flex-start;
}

.feature-icon {
    width: 22px;
    flex-shrink: 0;
}

/* IMAGE */

.delivery-imgbox {
    border-radius: 10px;
    overflow: hidden;
}

.delivery-imgbox img {
    width: 100%;
    height: auto;
    display: block;
}

/* BUTTONS */

.delivery-actions {
    display: flex;
    gap: 18px;
    margin-top: 10px;
}

.delivery-btn {
    background: #9a6a4c;
    color: #fff;
    border: none;
    padding: 12px 24px;
    border-radius: 6px;
}

.delivery-link {
    text-decoration: none;
    font-weight: 400;
    color: #000;
    margin-top: 11px;
    font-size: 14px;
}

.ebolt {
    width: 50px;
    height: 50px;
}

.delivery-actions {
    display: flex;
    gap: 16px;
    margin-top: 20px;
    align-items: center;
}

/* Learn More button */
.delivery-btn {
    background: #9a6a4c;
    color: #fff;
    border: none;
    padding: 12px 26px;
    border-radius: 6px;
    font-size: 15px;
    font-weight: 500;
    cursor: pointer;
}

/* Enquire button-style link */
.delivery-enquire {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 6px;
    padding: 12px 26px;
    border-radius: 6px;
    color: black;
    font-size: 15px;
    font-weight: 300;
    text-decoration: none;
    transition: all 0.3s ease;
}


/* RESPONSIVE */

@media (max-width: 992px) {

    .logistics-title {
        font-size: 30px;
    }

    .delivery-actions {
        flex-direction: column;
        align-items: flex-start;
    }

}

@media (max-width: 576px) {

    .logistics-sec {
        padding: 60px 20px;
    }

    .logistics-title {
        font-size: 23px;
    }

}


@media (max-width: 576px) {
    .delivery-actions {
        flex-direction: column;
        width: 100%;
    }

    .delivery-btn,
    .delivery-enquire {
        width: 100%;
        text-align: center;
    }
}


/* transform */
/*operations with edaddy*/
.x3-title {
    font-weight: 600;
    font-family: "Aloevera display";
    font-size: 34px;
    color: #000;
    line-height: 50px;
    margin-bottom: 20px;
}

.x3-desc {
    color: #000;
    line-height: 25px;
    /* max-width: 520px; */
    font-family: "Stack Sans Headline";
    font-weight: 400;
    font-size: 15px;
}

.x3-highlight img {
    margin-bottom: 20px;
}

.x3-highlight {
    background: #dfeee4;
    padding: 40px;
    border-radius: 8px;
}

.x3-highlight h1 {
    font-weight: 600;
    font-size: 20px;
    line-height: 30px;
    margin-bottom: 25px;
}

.x3-highlight p {
    color: #000000;
    font-family: "Stack Sans Headline";
    font-weight: 400;
    font-size: 14px;
    line-height: 24px;
}

.x3-highlight a {
    font-weight: 400;
    font-size: 14px;
    font-family: "Stack Sans Headline";
    text-decoration: none !important;
    display: flex;
    align-items: center;
    gap: 5px;
    color: #000;
}

.x3-card {
    border: 1px solid #ddd;
    padding: 30px;
    border-radius: 8px;
    background: #fff;
}

.x3-card img {
    margin-bottom: 10px;
    width: 35px;
    height: 35px;
}

.x3-card p {
    color: black;
    font-size: 12px;
    font-family: "Stack Sans Headline";
}

.x3-card h6 {
    font-family: "Aloevera display";
    color: #000000;
    font-weight: 600;
    font-size: 20px;
    line-height: 30px;
    margin-bottom: 10px;
}

.x3-card p {
    color: #000000;
    font-weight: 400;
    font-family: "Stack Sans Headline";
    font-size: 14px;
    line-height: 24px;
}

.x3-card a {
    font-weight: 400;
    font-family: "Stack Sans Headline";
    font-size: 14px;
    color: #000;
}

/* cta*/
/* BOX */

.cta-box {
    border-radius: 4px;
    overflow: hidden;
}

/* LEFT SIDE */

.cta-content {
    background: #bfb7aa;
    padding: 90px;
}

.cta-content h2 {
    font-size: 34px;
    font-family: "Aloevera display";
    font-weight: 700;
    margin-bottom: 10px;
}

.cta-content p {
    color: black;
    margin-bottom: 25px;
    font-family: "Stack Sans Headline";
}

/* BUTTONS */

.cta-buttons {
    display: flex;
    gap: 15px;
}

/* IMAGE */

.cta-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}








/* expand your global--start */


.section-wrapper {
    padding: 80px 0;
}


.expandconatiner {
    width: 100%;
    margin: 0 auto;
    padding: 40px;
    height: 530px;
    background-image: url("../images/edaddyx7/expand_global_research_cycle.png");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    display: flex;
    align-items: center;
    position: relative;
    overflow: hidden;
}


.expandcontent {
    max-width: 520px;
    display: flex;
    flex-direction: column;
    gap: 18px;
    position: absolute;
    top: 50px;
}

.expandcontent_h1 {
    font-family: 'Aloevera-SemiBold', Arial, sans-serif;
    font-size: 38px;
    line-height: 140%;
    color: #fff;
    font-weight: 700;
}

.expandcontent_p {
    font-size: 15px;
    line-height: 170%;
    color: #fff;
    max-width: 500px;
}

.expandcontent_buttons {
    display: flex;
    gap: 13px;
    margin-top: 6px;
}

.expandcontent_buttons_learn {
    width: 115px;
    height: 40px;
    border-radius: 10px;
    border: none;
    background: #fff;
    font-size: 13px;
    font-weight: 600;
    cursor: pointer;
}

.expandcontent_buttons_inquire {
    width: 82px;
    height: 40px;
    border-radius: 10px;
    border: 1px solid #fff;
    background: transparent;
    color: #fff;
    font-size: 13px;
    cursor: pointer;
}

/* Large laptops & small desktops */
@media (max-width: 1200px) {
    .expandconatiner {
        padding: 30px;
    }

    .expandcontent {
        max-width: 480px;
        top: 40px;
    }

    .expandcontent_h1 {
        font-size: 34px;
    }
}

/* Tablets */
@media (max-width: 992px) {
    .section-wrapper {
        padding: 60px 0;
    }

    .expandconatiner {
        padding: 25px;
        background-position: center;
    }

    .expandcontent {
        position: relative;
        top: 0;
        max-width: 100%;
    }

    .expandcontent_h1 {
        font-size: 30px;
    }

    .expandcontent_p {
        font-size: 14px;
    }
}

/* Small tablets & large mobiles */
@media (max-width: 768px) {
    .expandconatiner {
        padding: 20px;
        text-align: center;
    }

    .expandcontent {
        align-items: center;
    }

    .expandcontent_h1 {
        font-size: 26px;
        line-height: 130%;
    }

    .expandcontent_buttons {
        justify-content: center;
        flex-wrap: wrap;
    }
}

/* Mobile screens */
@media (max-width: 576px) {
    .section-wrapper {
        padding: 40px 0;
    }

    .expandconatiner {
        padding: 16px;
    }

    .expandcontent_h1 {
        font-size: 22px;
    }

    .expandcontent_p {
        font-size: 13px;
        line-height: 160%;
    }

    .expandcontent_buttons_learn,
    .expandcontent_buttons_inquire {
        width: 100%;
        max-width: 200px;
    }
}

.ev_logo .owl-carousel .owl-dots.disabled,
.ev_logo .owl-carousel .owl-nav.disabled {
    display: block;
}

.ev_logo .owl-carousel .owl-nav button {
    position: relative;
}



.ev_logo .owl-nav {
    position: absolute;
    top: -80px;
    right: 0;
    z-index: 999;
}


.ev_logo .owl-carousel .owl-nav button.owl-prev span {
    background-image: url(../images/edaddyx7/ev_charge_station_leftarrow.png);
    width: 40px;
    height: 40px;
    display: block;
    background-size: 100% 100%;
    background-repeat: no-repeat;
    background-position: center;
    display: block;
    font-size: 0;
    z-index: 10;
    position: absolute;
    top: -20px;
    left: -120px;
}

.ev_logo .owl-carousel .owl-nav button.owl-next span {
    background-image: url(../images/edaddyx7/ev_charge_station_rightarrow.png);
    width: 40px;
    height: 40px;
    display: block;
    background-size: 100% 100%;
    display: block;
    font-size: 0;
    position: absolute;
    top: -20px;
    /* right: -4270px; */
    z-index: 10;
    left: -60px;
}

.smart_ev_bike .owl-carousel .owl-dots.disabled,
.smart_ev_bike .owl-carousel .owl-nav.disabled {
    display: block;
}

.smart_ev_bike .owl-carousel .owl-nav button {
    position: relative;
}



.smart_ev_bike .owl-nav {
    position: absolute;
    top: -80px;
    right: 0;
    z-index: 999;
}

.smart_ev_bike .owl-carousel .owl-nav button.owl-prev span {
    background-image: url(../images/edaddyx7/ev_charge_station_leftarrow.png);
    width: 40px;
    height: 40px;
    display: block;
    background-size: 100% 100%;
    background-repeat: no-repeat;
    background-position: center;
    display: block;
    font-size: 0;
    z-index: 10;
    position: absolute;
    top: 640px;
    left: -170px;
    /* bottom: -230px; */
}

.smart_ev_bike .owl-carousel .owl-nav button.owl-next span {
    background-image: url(../images/edaddyx7/ev_charge_station_rightarrow.png);
    width: 40px;
    height: 40px;
    display: block;
    background-size: 100% 100%;
    display: block;
    font-size: 0;
    position: absolute;
    top: 640px;
    /* right: -4270px; */
    z-index: 10;
    left: -115px;
}

.owl-theme .owl-dots .owl-dot.active span,
.owl-theme .owl-dots .owl-dot:hover span {
    background: #000000;
}

.owl-theme .owl-dots .owl-dot span {
    background: #D6D6D6;
}

/* RESPONSIVE */
@media screen and (max-width: 1400px) {
    .innovative-section .heading {
        font-size: 75px;
    }

    .text-outline {
        font-size: 75px;
    }

    .feature h5 {
        font-size: 22px;
    }

    .feature p {
        font-size: 14px;
        line-height: 26px;
    }

    .feature {
        margin-bottom: 30px;
    }

    .mobility-section .main-desc {
        font-size: 14px;
        line-height: 29px;
    }

    .typeof_heading {
        padding-left: 70px;
    }

    .real_time_intelligence .hero-heading {
        font-size: 45px;
        line-height: 60px;
    }

    .real_time_intelligence .hero-para {
        font-size: 14px;
    }

    .sustain_section h1 {
        font-size: 37px;
    }

    .sustain_section h5 {
        font-size: 23px;
    }

    .sustain_sub_para {
        font-size: 13px;
        letter-spacing: 0.2px;
    }

    .revolutionizing_urban .left_side h1 {
        font-size: 44px;
        line-height: 65px;
    }

    .revolutionizing_urban .left_side p {
        font-size: 14px;
        line-height: 27px;
    }

    .smart_ev_bike .item img {
        width: 550px;
        height: 450px;
    }

    .x3-title {
        font-size: 30px;
        line-height: 50px;
    }

    .x3-desc br {
        display: none;
    }

    .x3_right_side {
        margin-left: 80px;

    }

    .smart_ev_bike .owl-carousel .owl-nav button.owl-prev span {
        background-image: url(../images/edaddyx7/ev_charge_station_leftarrow.png);
        width: 30px;
        height: 30px;
        top: 600px;
        left: -70px;

    }

    .smart_ev_bike .owl-carousel .owl-nav button.owl-next span {
        background-image: url(../images/edaddyx7/ev_charge_station_rightarrow.png);
        width: 30px;
        height: 30px;
        top: 600px;
        left: -30px;
    }
}

@media screen and (max-width: 1200px) {
    .innovative-section .heading {
        font-size: 65px;
    }

    .text-outline {
        font-size: 65px;
    }

    .feature p br {
        display: none;
    }

    .eswap-subtitle {
        font-size: 33px;
        font-family: "Aloevera Display";
    }

    .eswap-title {
        font-size: 70px;
        font-weight: 800;
        margin-bottom: 20px;
    }

    .depot-title {
        font-size: 73px;
        line-height: 100px;
        margin-bottom: 30px;
    }

    .real_time_intelligence .hero-heading {
        font-size: 38px;
        line-height: 60px;
    }

    .real_time_intelligence .hero-para br {
        display: none;
    }

    .real_time_intelligence {
        padding: 60px 0px;
    }

    .real_time_intelligence .title {
        font-size: 14px;
        margin-left: 0px;
    }

    .revolutionizing_urban .left_side h1 {
        font-size: 40px;
        line-height: 60px;
    }

    .revolutionizing_urban .left_side p br {
        display: none;
    }

    .x3-title {
        font-size: 25px;
        line-height: 41px;
    }

    .x3-desc {
        font-size: 14px;
    }
}

@media (max-width: 992px) {

    .typeof_heading {
        padding-left: 30px;
    }

    .mobility-section {
        padding: 60px 0;
    }

    .cta-content {
        padding: 40px;
    }

    .innovative-section .heading {
        font-size: 55px;
    }

    .text-outline {
        font-size: 55px;
    }

    .innovative-desc {
        font-size: 14px;
    }

    .eswap-title {
        font-size: 60px;
    }

    .eswap-subtitle {
        font-size: 29px;
    }

    .depot-title {
        font-size: 63px;
        line-height: 90px;
    }

    .real_time_intelligence .hero-heading br {
        display: none;
    }

    .real_time_intelligence .row {
        row-gap: 40px;
    }

    .fleet-title {
        font-size: 60px;
    }

    .x3_right_side {
        margin-left: 0px;
    }

    .smart_ev_bike .owl-carousel .owl-nav button.owl-prev span {
        background-image: url(../images/edaddyx7/ev_charge_station_leftarrow.png);
        top: 600px;
        left: -220px;
    }

    .smart_ev_bike .owl-carousel .owl-nav button.owl-next span {
        background-image: url(../images/edaddyx7/ev_charge_station_rightarrow.png);
        top: 600px;
        left: -180px;
    }

    .ev_logo .owl-carousel .owl-nav button.owl-prev span {
        background-image: url(../images/edaddyx7/ev_charge_station_leftarrow.png);
        width: 30px;
        height: 30px;
        top: 400px;
        left: -370px;
    }

    .ev_logo .owl-carousel .owl-nav button.owl-next span {
        width: 30px;
        height: 30px;
        top: 400px;
        left: -320px;
    }
}

@media (max-width: 768px) {

    .cta-buttons {
        flex-direction: column;
        align-items: start;
    }

    .innovative-section .heading {
        font-size: 40px;
    }

    .text-outline {
        font-size: 40px;
    }

    .eswap-subtitle {
        font-size: 25px;
    }

    .eswap-desc {
        font-size: 14px;
    }

    .eswap-section {
        margin: 0px 0px 70px;
    }

    .depot-subtitle {
        font-size: 14px;
    }

    .depot-title {
        font-size: 55px;
        line-height: 70px;
    }

    .real_time_intelligence {
        padding: 30px 0px;
    }

    .real_time_intelligence .hero-heading {
        font-size: 35px;
        line-height: 55px;
    }

    .sustain_section h5 {
        font-size: 22px;
    }

    .revolutionizing_urban {
        padding: 30px 0px;
    }

    .smart_ev_bike .owl-carousel .owl-nav button.owl-prev span {
        background-image: url(../images/edaddyx7/ev_charge_station_leftarrow.png);
        top: 600px;
        left: -60px;
    }

    .smart_ev_bike .owl-carousel .owl-nav button.owl-next span {
        background-image: url(../images/edaddyx7/ev_charge_station_rightarrow.png);
        top: 600px;
        left: -25px;
    }

    .ev_logo .owl-carousel .owl-nav button.owl-next span {
        width: 30px;
        height: 30px;
        top: 380px;
        left: -240px;
    }

    .ev_logo .owl-carousel .owl-nav button.owl-prev span {
        background-image: url(../images/edaddyx7/ev_charge_station_leftarrow.png);
        width: 30px;
        height: 30px;
        top: 380px;
        left: -290px;
    }

    .depot-img-wrap img {
        width: 70px;
        height: 70px;
    }
}

@media (max-width: 678px) {
    .innovative-text-wrap {
        padding-top: 30px;
        padding-bottom: 30px;
    }

    .eswap-subtitle {
        font-size: 22px;
        line-height: 35px;
    }

    .depot-title {
        font-size: 45px;
        line-height: 65px;
    }

    .fleet-title {
        font-size: 50px;
    }

    .fleet-hero {
        padding: 50px 20px;
    }

    .x3-card h6 {
        font-size: 17px;
        line-height: 28px;
    }

    .x3-card h6 br {
        display: none;
    }

    .x3-title br {
        display: none;
    }
}

@media (max-width: 576px) {
    .ev_logo .owl-carousel .owl-nav button.owl-next span {
        top: 320px;
        left: -240px;
    }

    .ev_logo .owl-carousel .owl-nav button.owl-prev span {
        background-image: url(../images/edaddyx7/ev_charge_station_leftarrow.png);
        top: 320px;
        left: -290px;
    }
}

@media (max-width: 540px) {
    .fleet-title {
        font-size: 45px;
    }

    .fleet-title {
        font-size: 38px;
    }

    .revolutionizing_urban .left_side h1 {
        font-size: 35px;
        line-height: 55px;
    }

    .sustain_section h1 {
        font-size: 30px;
    }

    .sustain_hero_desc br {
        display: none;
    }

    .x3-title {
        font-size: 25px;
    }


}

@media (max-width: 450px) {
    .depot-title {
        font-size: 35px;
        line-height: 40px;
        margin-bottom: 20px;
    }

    .real_time_intelligence .hero-heading {
        font-size: 30px;
        line-height: 45px;
    }

    .sustain_section h1 {
        font-size: 28px;
    }
}