
.header {
    position: fixed;
    top: 0;
    width: 100%;
    background-color: var(--e-global-color-very-dark-grayish-blue)!important;
    z-index: 1000; /* Ensures it's above other content */
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1); /* Optional shadow effect */
}

.gridgo-img {
    height: 285px;
    background-image: url('../assets/images/homepageimg/shared image (2).jpg');
    background-size: cover;
    background-repeat: no-repeat;
}

body {
    padding-top: 80px; /* Adjust padding to prevent content from hiding behind the header */
}

.h-360 {
    height: 360px;
}

.h-337 {
    height: 337px;
}

.h-250{
    height:250px;
}
.h-390{
    height:390px;
}
.h-400{
    height:400px;
}
.f-46 {
    font-size: 20px !important;
}

.f-14 {
    font-size: 14px !important;
}

.f-16 {
    font-size: 16px !important;
}
.team-para{
    font-size:14px;
    line-height:18px;
}

.owl-carousel {
    display: block;
    width: 100%;
    -webkit-tap-highlight-color: transparent;
    position: relative;
    z-index: 1
}

.energy_banner_outer{
    position: absolute;
    opacity: 20;
    width: 100%;
    height: 100%;
    top: 0;
    right: 0;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    background-image: url('../assets/images/banner-rightbackground.jpg');
}
    .energy_banner_outer::before {
        content: "";
        position: absolute;
        width: 100%;
        height: 100%;
        top: 0;
        left: 0;
        background-color: black; 
        opacity: 0.5; 
    }

.energy_banner_partner {
    position: absolute;
    opacity: 20;
    width: 100%;
    height: 100%;
    top: 0;
    right: 0;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    background-image: url('../assets/images/homepageimg/partner-with-us-1024x684.jpg')!important;
}
    .energy_banner_partner::before {
        content: "";
        position: absolute;
        width: 100%;
        height: 100%;
        top: 0;
        left: 0;
        background-color: black;
        opacity: 0.5;
    }
.overlay {

    width: 100%;
    height: 100%;
    inset: 0;
    background: black!important;
    opacity: 0.2;
    position: absolute;
}

.opacity-0-5 {
    opacity: 0.5 !important;
}
.banner--con {
    padding: 170px 0 170px!important;
}

.second-banner {
    padding: 118px 0 170px !important;
}

.third-banner {
    padding: 170px 0 170px !important;
}

.h-100vh {
    height: 100vh;
}

.content {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.content-box {
    border-bottom: 1px solid var(--e-global-color-accent); /* Adds dividers between sections */
    padding: 10px 0;
}


.desc {
    font-size: 16px;
    color: #333;
}

.form-select {
    font-size: 16px;
    line-height: 20px;
    font-weight: 400;
    width: 100%;
    padding: 18px 24px;
    color: var(--e-global-color-text);
    background-color: var(--e-global-color-white);
    /* box-shadow: 0 6px 60px 6px rgb(0 0 0 / 3%);*/
    box-shadow: 0 10px 70px 8px rgba(0, 0, 0, 0.10);
    border: 1px solid transparent;
    overflow: visible;
    outline: none;
}

.p-m-50 {
    padding: 80px 0 80px !important;
}

.p-m--50 {
    padding: 80px 0 50px !important;
}

.p-m-70 {
    padding: 80px 0 70px !important;
}
.p-m-30 {
    padding: 80px 0 40px !important;
}
.desktop-view{
    display:block;
}
.mobile-view {
    display: none!important;
}
/*For all Mobile version Mobile View (Common) */
@media only screen and (min-width : 320px) and (max-width : 480px) {
    .h-360 {
        height: auto;
    }
    .h-100vh {
        height: 38vh;
    }

    .h-337 {
        height: auto;
    }
    .h-250 {
        height: auto;
    }
    .h-390 {
        height: auto;
    }
    .h-400{
        height:auto;
    }
    .mt-40{
        margin-top:40px;
    }
    .gridgo-img {
        height: 168px;
        background-image: url('../assets/images/homepageimg/shared image (2).jpg');
        background-size: cover;
        background-repeat: no-repeat;
    }
    .p-m-50 {
        padding: 50px 0 50px !important;
    }

    .p-m--50 {
        padding: 50px 0 50px !important;
    }
    .p-m-70 {
        padding: 50px 0 20px !important;
    }

    .p-m-30 {
        padding: 50px 0 30px !important;
    }
    .desktop-view {
        display: none!important;
    }
    .mobile-view{
        display:block!important;
    }

    .banner-con .banner_wrapper .icon {
        height: 40px;
        width: 40px;
        line-height: 40px;
        left: 0;
        right: 0;
        margin: 0 auto 0px;
    }
        .banner-con .banner_wrapper .icon .video-icon {
            height: 30px;
            width: 30px;
            line-height: 30px;
            top: 4px;
        }
}

@media only screen and (min-width : 320px) and (max-width : 380px) {
    .f-21 {
        font-size: 21px !important;
    }

    .f-18 {
        font-size: 18px !important;
    }

    .banner--con {
        padding: 28px 0 0 !important;
    }
    .second-banner {
        padding: 28px 0 0 !important;
    }
    .third-banner {
        padding: 40px 0 0 !important;
    }
}

@media only screen and (min-width : 380px) and (max-width : 420px) {
    .f-21 {
        font-size: 25px !important;
    }

    .f-18 {
        font-size: 25px !important;
    }

    .banner--con {
        padding: 63px 0 0 !important;
    }
    .second-banner {
        padding: 45px 0 0 !important;
    }
    .third-banner {
        padding: 90px 0 0 !important;
    }
}

@media only screen and (min-width : 420px) and (max-width : 480px) {
    .f-21 {
        font-size: 30px !important;
    }

    .f-18 {
        font-size: 30px !important;
    }

    .banner--con {
        padding: 70px 0 0 !important;
    }
    .second-banner {
        padding: 70px 0 0 !important;
    }
    .third-banner {
        padding: 100px 0 0 !important;
    }
}
