.ev-hero-section{
    background:#EFF3FF;
    padding:100px 60px;
    min-height:900px;
    display:flex;
    align-items:center;
}

.hero-tag{
    display:block;
font-family: Space Grotesk;
font-weight: 400;
font-style: Regular;
font-size: 24px;
line-height: 100%;
letter-spacing: 0%;
    color:#222;
    margin-bottom:20px;
}

.hero-content h1{
    font-family: Bricolage Grotesque;
font-weight: 600;
font-style: SemiBold;
font-size: 40px;
line-height: 56px;
letter-spacing: 0%;
max-width:595px;
    margin-bottom:30px;
    color:#222222;
}

.hero-content p{
    font-family: Space Grotesk;
font-weight: 400;
font-style: Regular;
font-size: 20px;
line-height: 29.25px;
letter-spacing: 0px;

    color:#364052;
    margin-bottom:40px;
}

.hero-btn{
    display:inline-flex;
    align-items:center;
    justify-content:center;
    background:#0659F5;
    color:#fff;
    height:46px;
    min-width:132px;
    border-radius:6px;
    font-family: Space Grotesk;
font-weight: 500;
font-style: Medium;
font-size: 16px;
line-height: 24px;
letter-spacing: -0.3px;
text-align: center;
vertical-align: middle;
text-transform: capitalize;

}

.hero-media{
    text-align:right;
}

.hero-media video,
.hero-media img{
    width:100%;
    max-width:569px;
max-height: 600px;   
border-radius: 7px; 
}

.hero-media{
    width:100%;
    display:flex;
    justify-content:flex-end;
}

#heroVideoCarousel{
    width:100%;
    max-width:569px;
}

#heroVideoCarousel .carousel-item{
    border-radius:7px;
    overflow:hidden;
}

#heroVideoCarousel video{
    width:100%;
    height:600px;
    object-fit:cover;
    display:flex;
    border-radius:7px;
}


.video-badges{
    display:flex;
    align-items:center;
    justify-content:center;
    gap:8px;
    margin-top:20px;
}

.video-badge{
    width:50px;
    height:4px;
    background:#D6DAE6;
    border-radius:20px;
    overflow:hidden;
    position:relative;
    flex-shrink:0;
}

.progress-fill{
    position:absolute;
    top:0;
    left:0;
    width:0;
    height:100%;
    background:#0659F5;
    border-radius:20px;
}


.video-badge.active{
    background:#BFC7D8;
}




/* explore essential features */

.features-section-1{
    padding:0px 60px 120px;
    background:#F8FAFC;
}

.features-section-1 .container{
    max-width:1320px;
}

.section-heading{
    margin-bottom:70px;
}

.section-heading h2{
    font-family:"Bricolage Grotesque",sans-serif;
    font-size:40px;
    line-height:48px;
    font-weight:700;
    letter-spacing:-1.2px;
    color:#17337D;
    max-width:780px;
    margin:0 auto 20px;
}

.section-heading p{
    font-family: Inter;
font-weight: 400;
font-style: Regular;
font-size: 18px;
line-height: 29.25px;
letter-spacing: 0px;
text-align: center;
color:#6A7486;
max-width:756px;
    margin:auto;
    margin-bottom:40px;    
}
    
.feature-card-ev{
    background:#fff;
    border:1px solid #E8EDF5;
    border-radius:16px;
    overflow:hidden;
    height:100%;
    transition:.3s ease;
}

.feature-card-ev:hover{
    transform:translateY(-5px);
}

.feature-image{
    padding:22px;
}

.image-intelligent{
    width: 334px !important;
    height: 230px !important;
}

.feature-image img{
    width:100%;
    display:block;
    border-radius:18px;
}

.feature-content{
    padding:0 24px 28px;
}

.feature-content h4{
    font-family:"Bricolage Grotesque",sans-serif;
    font-size:20px;
    line-height:28px;
    font-weight:700;
    color:#101828;
    margin-bottom:12px;
}

.feature-content p{
    font-family:"Space Grotesk",sans-serif;
    font-size:14px;
    line-height:24px;
    color:#667085;
    margin:0;
    text-align:left;
}

.img-fluid-1{
    width:327px;
    height:214px !important;
}

.col-lg-4 .feature-card-ev:first-child .feature-image img{
    height:180px;
    object-fit:cover;
}
/* 
.col-lg-4 .feature-card-ev:first-child{
    min-height:450px;
} */

.large-card{
    min-height:450px;
}

.large-card .feature-image img{
    height:270px;
    object-fit:cover;
}

.large-card .feature-content h4{
    font-size:22px;
}

.large-card .feature-content p{
    font-size:15px;
}

.driver-management-img{
    height:150px !important;
    object-fit:cover;
}

.col-md-6 .feature-card-ev,
.col-lg-4 .feature-card-ev.mt-4{
    min-height:300px;
}

.row.g-4{
    --bs-gutter-x:24px;
    --bs-gutter-y:24px;
}

@media(max-width:1199px){

    .section-heading h2{
        font-size:36px;
        line-height:44px;
    }
}

@media(max-width:991px){

    .features-section-1{
        padding:80px 0;
    }

    .section-heading{
        margin-bottom:50px;
    }

    .section-heading h2{
        font-size:32px;
        line-height:40px;
    }

    .section-heading p{
        font-size:16px;
        line-height:28px;
    }

    .large-card,
    .col-lg-4 .feature-card-ev:first-child,
    .col-md-6 .feature-card-ev,
    .col-lg-4 .feature-card-ev.mt-4{
        min-height:auto;
    }

    .large-card .feature-image img,
    .driver-management-img,
    .col-lg-4 .feature-card-ev:first-child .feature-image img{
        height:auto !important;
    }
}

@media(max-width:767px){

    .section-heading h2{
        font-size:28px;
        line-height:36px;
    }

    .feature-content{
        padding:0 20px 24px;
    }

    .feature-content h4{
        font-size:18px;
    }

    .feature-content p{
        font-size:14px;
    }
}

/* Why Enerweb for EV & Mobility?  */


.why-enerweb {
      padding:120px 30px 80px    ;
     background: url("../images/ev-and-mobility/why-enerweb-background.png") no-repeat center center;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  overflow: hidden;
  position: relative;
}



.why-enerweb .container-fluid{
    position: sticky;
    top: 0;
    height: 100vh;

    display: flex;
    align-items: center;
}

.why-left{
    position: sticky;
    top: 50%;
    transform: translateY(-50%);
    /* padding-left:60px; */
}

.cards-scroll{
    height:100vh;
    overflow:hidden;
    position:relative;
    padding:100px 30px;
}

.why-card-1{
    width: 476px;
    min-height: 232px;
    margin-bottom: 30px;
}

.why-enerweb .row {
    --bs-gutter-x: -150px;
    --bs-gutter-y: 24px;
}

.why-left h2{
    color:#fff;
    font-family: Bricolage Grotesque;
font-weight: 700;
font-style: Bold;
font-size: 40px;
line-height: 40px;
letter-spacing: 0px;
width:374px;
}



.cards-scroll::-webkit-scrollbar{
    display:none;
}


.cards-track{
    will-change: transform;
        transition: transform 0.25s ease-out;

}

.why-card-1{
    background:#1D2332;
    border-radius:24px;

    padding:40px;

    width: 476px;
min-height: 232px;
opacity: 1;
top: 312px;
left: 776px;
border-radius: 16px;

    margin-bottom:30px;
    transition:.4s;
}
    

.why-card-1.active{
    background:#1D2332;
}

.why-card-1 img{
    width: 26px;
    height: 34px;
    margin-bottom:25px;
}

.why-card-1 h4{
    color:#fff;
    font-family: Bricolage Grotesque;
font-weight: 600;
font-style: SemiBold;
font-size: 24px;
line-height: 32px;
letter-spacing: 0px;

}

.why-card-1{
    backdrop-filter: blur(10px);
}

.why-left h2{
    position:relative;
    z-index:2;
}

/* mobile and web platforms section */


.platforms-section{
    padding:0 60px 220px 60px;
/* mrgin-right:60px; */
}

.section-title-1 h2{
padding-bottom:0;
background:
    linear-gradient(90deg, #101828 32%, #193cb8 50%, #101828 65%),
    linear-gradient(0deg, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0)),
    linear-gradient(0deg, rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.2));

  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}

.text-muted{
font-family: Space Grotesk;
font-weight: 400;
font-style: Regular;
font-size: 16px;
line-height: 24px;
letter-spacing: 0px;
text-align: center;
color:#6B7280 !important;
    margin-bottom:40px;
}


.platform-card{
    background:#fff;
    border-radius:10px;
    border: 1px solid #EDEDED;
    padding:30px 20px;
    height:240px;
    max-width:357px;
    display:flex;
    flex-direction:column;
    justify-content:center;
    margin-left: 40px;
}

/* .platform-card:hover{
    box-shadow:0 10px 40px rgba(16, 36, 153, 0.24);
} */

.platform-card .icon img{
    width:60px;
    margin-bottom:35px;
}

.platform-card h4{
    font-family: Bricolage Grotesque;
font-weight: 600;
font-style: SemiBold;
font-size: 20px;
line-height: 27px;
letter-spacing: 0px;

    color:#222222;
}

.platform-image-card{
    background:#8FAAF7;
    border-radius:26px;
    overflow:hidden;
    padding:0;
    width:397px;
    height: 504px;
    position:relative;
    /* left: 30px; */
}

/* .phone-bg{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
} */


.phone-bg img{
    position: relative;
    left: 3%;
    width:100%;
    display:block;
    width:379px;
    height:804px;
    bottom:16px;
}

/* ==========================================
   TABLET RESPONSIVE
========================================== */

@media (max-width: 991px) {

    .ev-hero-section{
        padding:120px 20px 60px;
        min-height:auto;
    }

    .hero-content{
        text-align:center;
        margin-bottom:40px;
    }

    .hero-content h1{
        min-width:100%;
        font-size:34px;
        line-height:44px;
    }

    .hero-content p{
        font-size:18px;
        line-height:28px;
    }

    .hero-media{
        justify-content:center;
    }

    #heroVideoCarousel{
        max-width:100%;
    }

    #heroVideoCarousel video{
        height:auto;
        max-height:500px;
    }

    .features-section-1{
        padding:80px 20px;
    }

    .image-intelligent{
        width:100% !important;
        height:auto !important;
    }

    .why-enerweb{
        padding:80px 20px;
    }

    .why-enerweb .container-fluid,
    .cards-scroll{
        height:auto;
    }

    .why-left{
        position:static;
        transform:none;
        margin-bottom:40px;
        text-align:center;
    }

    .why-left h2{
        width:100%;
    }

    .cards-scroll{
        padding:0;
        overflow:visible;
    }

    .why-card-1{
        width:100%;
        min-height:auto;
        padding:30px;
    }

    .platforms-section{
        padding:80px 20px;
    }

    .platform-card{
        max-width:100%;
        margin-left:0;
        height:auto;
        min-height:180px;
    }

    .platform-image-card{
        width:100%;
        max-width:420px;
        height:auto;
        left:0;
        margin:auto;
    }

    .phone-bg img{
        width:100%;
        height:auto;
        left:0;
        bottom:0;
    }
}


/* ==========================================
   MOBILE RESPONSIVE
========================================== */

@media (max-width: 767px) {

    .ev-hero-section{
        padding:100px 15px 50px;
    }

    .hero-tag{
        font-size:18px;
    }

    .hero-content h1{
        font-size:28px;
        line-height:36px;
        margin-bottom:20px;
    }

    .hero-content p{
        font-size:16px;
        line-height:26px;
        margin-bottom:25px;
    }

    .hero-btn{
        width:100%;
        max-width:250px;
    }

    #heroVideoCarousel video{
        height:350px;
    }

    .video-badge{
        width:35px;
    }

    .section-heading{
        margin-bottom:40px;
    }

    .section-heading h2{
        font-size:26px;
        line-height:34px;
    }

    .section-heading p{
        font-size:15px;
        line-height:24px;
    }

    .feature-image{
        padding:15px;
    }

    .feature-content{
        padding:0 15px 20px;
    }

    .feature-content h4{
        font-size:18px;
        line-height:26px;
    }

    .feature-content p{
        font-size:14px;
        line-height:22px;
    }

    .why-left h2{
        font-size:30px;
        line-height:38px;
    }

    .why-card-1{
        padding:24px;
    }

    .why-card-1 h4{
        font-size:20px;
        line-height:28px;
    }

    .platform-card{
        text-align:center;
        padding:25px 15px;
    }

    .platform-card .icon img{
        width:50px;
        margin-bottom:20px;
    }

    .platform-card h4{
        font-size:18px;
        line-height:24px;
    }

    .platform-image-card{
        border-radius:18px;
    }

    .text-muted{
        font-size:14px;
        line-height:22px;
    }
}


/* ==========================================
   EXTRA SMALL DEVICES
========================================== */

@media (max-width: 480px) {
.ev-hero-section{
    padding-top: 140px;
}
    .hero-content h1{
        font-size:24px;
        line-height:32px;
    }

    .section-heading h2,
    .why-left h2{
        font-size:24px;
        line-height:32px;
    }

    #heroVideoCarousel video{
        height:280px;
    }

    .why-card-1 h4{
        font-size:18px;
        line-height:26px;
    }

    .platform-card{
        min-height:160px;
    }
}