        *{
    margin:0;
    padding:0;
    box-sizing:border-box;
}

body{
    font-family:Inter,sans-serif;
    background:#F4F7FF;
}

.mega-grid a,
.solutions-grid a,
.company-card {
    text-decoration: none;
    color: inherit;
    display: block;
}

.btn {
    text-decoration: none;
}

/* HERO */

.hero-section{
    padding:140px 0 0;
    background:#F4F7FF;
}


/* HERO */

.hero-content{
    padding-top:110px;
}

.live-badge{
    background:#fff;
    padding:12px 25px;
    border-radius:50px;
    display:inline-flex;
    align-items:center;
    gap:10px;
    color:#667085;
}

.dot{
    width:10px;
    height:10px;
    background:#3CCB7F;
    border-radius:50%;
}

.hero-content-1 h1{
    font-size:72px;
    font-weight:700;
    color:#101828;
    /* margin-top:15px; */
    justify-self: center;
    padding-bottom: 10px !important;

}

.hero-content-1 p{
    font-size:24px;
    color:#667085;
    max-width:850px;
    /* margin:25px auto; */
    justify-self: center;
    padding: 0 !important;
}

.hero-btn{
    display:inline-block;
    background:#155EEF;
    color:#fff;
    text-decoration:none;
    padding:18px 45px;
    border-radius:12px;
    font-weight:600;
    margin-top: 10px;
}

.img-fluid-1{
    justify-self: center;
    max-width: 1019px;
    margin-left: 90px;

}

/*stats section*/



.stats-section{
    padding:60px 0 80px;
    background:#ffffff;
}

.stat-card{
    text-align:start;
    padding:30px;
}

.stat-icon{
    width:80px;
    height:80px;
    /* margin:auto; */
    margin-bottom:25px;
    border-radius:20px;
    /* background:#F4F7FF; */
    display:flex;
    align-items:center;
    /* justify-content:center; */
}

.stat-icon img{
    width:50px;
}

.stat-card h2{
    font-family: Bricolage Grotesque;
font-weight: 600;
font-style: SemiBold;
font-size: 48px;
line-height: 100%;
letter-spacing: 0%;

    color:#08363F;
    margin-bottom:10px;
}

.stat-card h4{
    font-family: Bricolage Grotesque;
font-weight: 600;
font-style: SemiBold;
font-size: 24px;
line-height: 100%;
letter-spacing: 0%;

    margin-bottom:12px;
    color:#08363F;
}

.stat-card p{
    color:#343539;
    font-family: Space Grotesk;
font-weight: 400;
font-style: Regular;
font-size: 16px;
line-height: 100%;
letter-spacing: 0%;

}

/* capabilities secton  */


.capabilities-section{
    padding:0 60px 80px;
    background:#ffffff;
}

.capabilities-header{
    margin-bottom:80px;
}

.capabilities-header h2{
    font-family: Bricolage Grotesque;
font-weight: 700;
font-style: Bold;
font-size: 40px;
line-height: 48px;
letter-spacing: -1.2px;
text-align: center;
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;
    margin-bottom:20px;
    padding: 0 !important;
}

.capabilities-header p{
    max-width:632px;
    margin:auto;
    font-family: Space Grotesk;
font-weight: 400;
font-style: Regular;
font-size: 18px;
line-height: 28px;
letter-spacing: 0px;
text-align: center;
margin-bottom: 35px;
    color:#62748E;
}

.capability-card{
    background:#fff;
    border:1px solid #e9eaee;
    border-radius:24px;
    /* overflow:auto; */
    height:100%;
    transition:.4s;
    padding: 15px;
    max-height: 420px;
}

.capability-card:hover{
    transform:translateY(-8px);
    box-shadow:0 20px 40px rgba(0,0,0,.08);
}

.card-image-1{
    max-height:300px;
}

.card-image-1 img{
    width:100%;
    height:100%;
    object-fit:cover;
}
    
.small-image-1 img{
    height:100%;
    height: 240px;
}

.card-content-1{
    padding:9px;
}

.card-content-1 h3{
    font-family: Bricolage Grotesque;
font-weight: 700;
font-style: Bold;
font-size: 18px;
line-height: 28px;
letter-spacing: 0px;

    margin-bottom:5px;
    color:#0D121C;
}

.card-content-1 p{
    font-family: Space Grotesk;
font-weight: 400;
font-style: Regular;
font-size: 14px;
line-height: 22.75px;
letter-spacing: 0px;

    color:#6B7280;
}

.large-card .card-image-1{
    max-height:350px;
}

/* build for energy section  */

.energy-section{
    padding:60px 80px 220px;
    background:#ffffff;
}

.section-header{
    margin-bottom:80px;
}

.section-header h2{
    font-family: Bricolage Grotesque;
font-weight: 700;
font-style: Bold;
font-size: 40px;
line-height: 48px;
letter-spacing: -1.2px;
text-align: center;
/* margin:auto; */
    margin-bottom:25px;
    justify-self: center;
   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-align: center;
padding: 20px !important;
}

.section-header p{
    margin:10px;
    font-family: Space Grotesk;
font-weight: 400;
font-style: Regular;
font-size: 16px;
line-height: 24px;
letter-spacing: 0px;
text-align: center;
max-width:796px;
    color:#4A5565;
    justify-self: center;

}

.energy-card{
    background:#ffffff;
    border:1px solid #eaeaea;
    border-radius:10px;
    padding:20px;
    min-height:253px;
    transition:.4s;
}

.energy-card:hover{
    transform:translateY(-8px);
    box-shadow:0 15px 40px rgba(0,0,0,.08);
}

.energy-section span{
    font-family: Space Grotesk;
font-weight: 700;
font-style: Bold;
font-size: 16px;
line-height: 24px;
letter-spacing: 0px;
text-align: center;

}

.icon-box{
    width:60px;
    height:60px;
    border-radius:18px;
    display:flex;
    align-items:center;
    justify-content:center;
    margin-bottom:10px;
}

.icon-box img{
    width:60px;
}

.icon-boxx{
    width:60px;
    height:60px;
    border-radius:18px;
    display:flex;
    align-items:center;
    justify-content:center;
    margin-bottom:10px;
}

.icon-boxx img{
    width:35px;
}

.energy-card h4{
    font-family: Bricolage Grotesque;
font-weight: 600;
font-style: SemiBold;
font-size: 20px;
line-height: 28px;
letter-spacing: 0px;

    margin-bottom:10px;
    color:#0A0A0A;
}

.energy-card p{
    font-family: Space Grotesk;
font-weight: 400;
font-style: Regular;
font-size: 16px;
line-height: 24px;
letter-spacing: 0px;

    color:#4A5565;
}

.center-image{
    height:575px;
    border-radius:30px;
    overflow:hidden;
}

.center-image img{
    width: 100%;
    height: 530px;
    object-fit: cover;
    display: block;
    border-radius: 10px;
    justify-content: center;
    margin-top: 40px;
}


/* RESPONSIVE */

@media(max-width:991px){

    .energy-section{
        padding:80px 0;
    }

    .section-header h2{
        font-size:38px;
    }

    .section-header p{
        font-size:16px;
    }

    .energy-card{
        min-height:auto;
    }

    .energy-card h4{
        font-size:26px;
    }

    .energy-card p{
        font-size:16px;
    }

    .center-image{
        height:450px;
    }
}

/* ==========================================
   MOBILE RESPONSIVE
========================================== */

@media (max-width: 991px) {

    /* HERO */
    .hero-section{
        padding:120px 0 40px;
    }

    .hero-content-1 h1{
        font-size:48px;
        line-height:1.2;
    }

    .hero-content-1 p{
        font-size:18px;
        line-height:1.6;
        padding:0 15px !important;
    }

    .hero-btn{
        padding:14px 32px;
        font-size:16px;
    }

    .img-fluid-1{
        max-width:100%;
        margin-left:0;
        margin-top:30px;
    }

    /* STATS */
    .stats-section{
        padding:50px 0;
    }

    .stat-card{
        text-align:center;
        padding:20px;
    }

    .stat-icon{
        margin:0 auto 20px;
    }

    .stat-card h2{
        font-size:40px;
    }

    .stat-card h4{
        font-size:22px;
    }

    /* CAPABILITIES */
    .capabilities-section{
        padding:0 15px 60px;
    }

    .capabilities-header{
        margin-bottom:40px;
    }

    .capabilities-header h2{
        font-size:32px;
        line-height:40px;
    }

    .capabilities-header p{
        font-size:16px;
        line-height:26px;
    }

    .capability-card{
        max-height:none;
        padding:20px;
    }

    .card-image-1{
        max-height:none;
    }

    .card-image-1 img{
        width:100%;
        height:auto;
        object-fit:cover;
        border-radius:12px;
    }

    .small-image-1 img,
    .small-image-2 img{
        height:auto;
    }

    .card-content-1{
        padding:15px 0 0;
    }

    .card-content-1 h3{
        font-size:20px;
        line-height:28px;
    }

    /* ENERGY SECTION */
    .energy-section{
        padding:60px 15px;
    }

    .section-header{
        margin-bottom:40px;
    }

    .section-header h2{
        font-size:32px;
        line-height:40px;
        padding:0 !important;
    }

    .section-header p{
        font-size:15px;
        line-height:24px;
        margin:0;
    }

    .energy-card{
        min-height:auto;
        padding:20px;
        text-align:center;
    }

    .icon-box{
        margin:0 auto 15px;
    }

    .energy-card h4{
        font-size:22px;
    }

    .energy-card p{
        font-size:15px;
    }

    .center-image{
        height:auto;
    }

    .center-image img{
        width:100%;
        height:auto;
        margin-top:0;
    }
}


/* MOBILE */
@media (max-width: 767px){

    .live-badge{
        font-size:14px;
        padding:10px 18px;
    }

    .hero-content-1 h1{
        font-size:36px;
        line-height:1.2;
    }

    .hero-content-1 p{
        font-size:16px;
    }

    .hero-btn{
        width:100%;
        max-width:250px;
    }

    .stat-card h2{
        font-size:34px;
    }

    .stat-card h4{
        font-size:20px;
    }

    .capabilities-header h2,
    .section-header h2{
        font-size:28px;
        line-height:36px;
    }

    .card-content-1 h3{
        font-size:18px;
        line-height:26px;
    }

    .energy-card h4{
        font-size:20px;
    }
}


/* EXTRA SMALL */
@media (max-width: 575px){

    .hero-section{
        padding-top:100px;
    }

    .hero-content-1 h1{
        font-size:30px;
    }

    .hero-content-1 p{
        font-size:15px;
    }

    .capabilities-section,
    .energy-section{
        padding-left:12px;
        padding-right:12px;
    }

    .stat-card{
        padding:15px;
    }

    .capability-card{
        padding:15px;
    }

    .energy-card{
        padding:15px;
    }
    .footer-ctam{
        width: 400px !important;
            top: 268px !important;
    }
    .footer-section{
        padding-top: 320px !important   ;
    }
}