@import url('https://fonts.googleapis.com/css2?family=DM+Sans:ital,opsz,wght@0,9..40,100..1000;1,9..40,100..1000&family=Inria+Serif:ital,wght@0,300;0,400;0,700;1,300;1,400;1,700&family=Roboto+Flex:opsz,wght@8..144,100..1000&display=swap');



.battery-banner-main {
    position: relative;
    height: 90dvh;

}

.banner-bg-image {
    position: absolute;
    width: 100%;
    height: 100%;
    overflow: hidden;
}

.banner-bg-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}


.banner-bg-image img.banner-mob-image{
    display:none;
}

.battery-banner-content-main {
    position: relative;
    background: #0000006E;
    width: 100%;
    height: 100%;
}

.battery-banner-content-in {
    height: 100%;
    display: flex;
    justify-content: space-between;
}

.banner-left h1 {
    color: #FFF;
    font-family: Roboto;
    font-size: 90.355px;
    font-style: normal;
    font-weight: 900;
    line-height: 102.4px;
    /* 112.002% */
    letter-spacing: 3.011px;
    text-transform: uppercase;
}

.banner-left {
    padding: 46px 0;

    display: flex;
    flex-direction: column;
    justify-content: space-between;

}


.banner-pointes-section {
    max-width: 478px;
    background-color: linear-gradient(90deg, rgba(112, 112, 112, 0.10) 0%, rgba(0, 0, 0, 0.08) 100%);
    border: 1px dashed rgba(255, 255, 255, 0.38);
    backdrop-filter: blur(3px);
    border-radius: 5px;
    padding: 18px 18px;

    display: flex;
    flex-direction: column;
    gap: 18px;
}

.banner-pointe-item {
    display: flex;
    align-items: center;
    gap: 24px;
}

.banner-pointe-item .icon {
    /*display: flex;*/
    /*width: 42px;*/
    /*height: 42px;*/
    /*justify-content: center;*/
    /*align-items: center;*/

    /*border-radius: 5px;*/
    /*border: 0.8px solid #4E4C4C;*/
    /*background: #1C1C1C;*/
    /*box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.10), 0 4px 6px -4px rgba(0, 0, 0, 0.10);*/
}
.banner-pointe-item .icon img{
    width: 52px;
    height: 52px;
}

.banner-pointe-item p {
    color: #FFF;
    font-family: Arial;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 22px;
    /* 137.5% */
    letter-spacing: 0.4px;
}


.banner-right {
    height: 100%;
    border-left: 1px dashed #FFFFFF61;
    display: flex;
    flex-direction: column;
    justify-content: end;
}

.banner-right {
    width: 25%;
    height: 100%;
    border-left: 1px dashed #FFFFFF61;
    display: flex;
    flex-direction: column;
    justify-content: end;
    gap: 50px;
    padding: 60px 32px;
}

.banner-right h3 {
    color: #FFF;
    font-family: Roboto;
    font-size: 21px;
    font-style: normal;
    font-weight: 400;
    line-height: 26px;
    /* 123.81% */
}

.banner-right h3 span {
    font-weight: 700;
}

.banner-right p {
    color: #FFF;
    font-family: Roboto;
    font-size: 13px;
    font-style: normal;
    font-weight: 300;
    line-height: 15px;
    /* 115.385% */
}

.banner-right .button-section {
    display: flex;
    flex-direction: column;
    justify-content: end;
    gap: 16px;
}


.battery-brand-we-serve {
    padding: 40px 0;
}





/*  */

.battery-our-plan-content-main {
    position: relative;
    display: flex;
    justify-content: space-between;
    align-items: center;

    padding: 90px 40px;
}




.battery-plan-left {
    width: 40%;

    display: flex;
    flex-direction: column;
    gap: 31px;

}

.battery-plan-left h3 {
    color: #FFF;
    font-family: Roboto;
    font-size: 50px;
    font-style: normal;
    font-weight: 400;
    line-height: 61px;
    /* 122% */
}

.battery-plan-left h3 span {
    color: #20FF69;
    font-weight: 800;
}

.battery-plan-left p {
    color: #FFF;
    font-family: Roboto;
    font-size: 16px;
    font-style: normal;
    font-weight: 300;
    line-height: 25px;
    /* 156.25% */
}


.book-inseption-btn {
    width: 70%;
    height: 63.259px;
    flex-shrink: 0;
    border-radius: 5px;
    background: #EF9C2C;
    color: #FFF;
    font-family: "Roboto Flex";
    font-size: 24px;
    font-style: normal;
    font-weight: 500;
    line-height: 27px;
    padding: 0 15px;
    border: none;

    display: flex;
    justify-content: space-between;
    align-items: center;

    position: relative;
    overflow: hidden;
    /* Important so after doesn't spill */
    z-index: 1;
    /* Keep content above */

    text-wrap: nowrap;
}

.book-inseption-btn::after {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 0%;
    height: 100%;
    border-radius: 5px;
    background-color: #d8861b;
    /* darker blue overlay */
    transition: width 0.4s ease;
    /* smooth animation */
    z-index: -1;
    /* keep behind text */
}


.book-inseption-btn:hover::after {
    width: 100%;
}





.battery-plan-right {
    display: flex;
    justify-content: center;
    align-items: center;

}

.battery-plan-right img {
    width: 408.374px;
}







.battery-brand-logo {
    height: 73.247px;
    flex-shrink: 0;
    border-radius: 5px;
    border: 0.8px solid #D2D2D2;
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden;
    /* padding: 20%; */
}

.battery-brand-logo img {
    max-width: 65px;
    max-height: 65px;
    object-fit: contain;
}

.features-items-main .slick-list{
    padding-left:0 !important;
}





/* //////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* //////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* //////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* //////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* //////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* //////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* //////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* //////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* //////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* //////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* //////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* //////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* //////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* //////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* //////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* //////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* //////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* //////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* //////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* //////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* //////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* //////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* //////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */


@media (max-width:1279px) {




    .banner-left {
        padding: 25px 0;
        display: flex;
        flex-direction: column;
        justify-content: space-between;
    }

    .banner-left h1 {
        color: #FFF;
        font-family: Roboto;
        font-size: 63.355px;
        font-style: normal;
        font-weight: 900;
        line-height: 74.4px;
        letter-spacing: 3.011px;
        text-transform: uppercase;
    }

    .banner-pointes-section {
        padding: 20px;
        gap: 9px;
    }


    .battery-plan-left {
        width: 47%;
        display: flex;
        flex-direction: column;
        gap: 31px;
    }


    .battery-plan-left {
        width: 47%;
        display: flex;
        flex-direction: column;
        gap: 26px;
    }

    .battery-plan-left h3 {
        color: #FFF;
        font-family: Roboto;
        font-size: 45px;
        font-style: normal;
        font-weight: 400;
        line-height: 56px;
    }
}



@media (max-width:1023px) {

    .banner-right {
        width: 35%;
        height: 100%;
        border-left: 1px dashed #FFFFFF61;
        display: flex;
        flex-direction: column;
        justify-content: end;
        gap: 50px;
        padding: 60px 20px;
    }

    .battery-plan-right img {
        width: 294.374px;
    }


    .battery-plan-left h3 {
        color: #FFF;
        font-family: Roboto;
        font-size: 33px;
        font-style: normal;
        font-weight: 400;
        line-height: 45px;
    }

    .battery-our-plan-content-main {
        position: relative;
        display: flex;
        justify-content: space-between;
        align-items: center;
        padding: 50px 10px;
    }

    .battery-plan-left {
        width: 58%;
        display: flex;
        flex-direction: column;
        gap: 26px;
    }

}




@media (max-width:767px) {

    .battery-banner-main {
        position: relative;
        height: auto;
    }
    
    
    .banner-bg-image img.banner-desk-image{   
        display:none;
    }
    
    .banner-bg-image img.banner-mob-image{
        display:block;
    }


    .battery-banner-content-in {
        height: 100%;
        display: flex;
        flex-direction: column;
        justify-content: space-between;
    }

    .banner-right {
        width: 100%;
        height: 100%;
        border-left: 0px dashed #FFFFFF61;
        display: flex;
        flex-direction: column;
        justify-content: end;
        gap: 10px;
        padding: 60px 0px;
    }

    .banner-left h1 {
        color: #FFF;
        font-family: Roboto;
        font-size: 44.355px;
        font-style: normal;
        font-weight: 900;
        line-height: 57.4px;
        letter-spacing: 3.011px;
        text-transform: uppercase;
    }

    .banner-left {
        padding: 60px 25px 0px 0;
        display: flex;
        flex-direction: column;
        justify-content: space-between;
        gap: 60px;
    }

    .banner-pointe-item p {
        color: #FFF;
        font-family: Arial;
        font-size: 15px;
        font-style: normal;
        font-weight: 400;
        line-height: 22px;
        letter-spacing: 0.4px;
    }

    .banner-pointe-item .icon {
        /*display: flex;*/
        /*width: 39px;*/
        /*height: 39px;*/
        /*justify-content: center;*/
        /*align-items: center;*/
        /*border-radius: 5px;*/
        /*border: 0.8px solid #4E4C4C;*/
        /*background: #1C1C1C;*/
        /*box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.10), 0 4px 6px -4px rgba(0, 0, 0, 0.10);*/
    }

    .banner-pointe-item .icon img{
        width: 42px;
        height: 42px;
    }

    .battery-our-plan-content-main {
        position: relative;
        display: flex;
        flex-direction: column-reverse;
        justify-content: space-between;
        align-items: center;
        padding: 60px 10px;

        gap: 56px;
    }

    .battery-plan-left {
        width: 100%;
        display: flex;
        flex-direction: column;
        gap: 26px;
    }

    .battery-plan-right img {
        width: 224.095px;
    }
    
    .features-items-main .slick-list{
        padding-left:0 !important;
    }


}