
*{
       font-family: 'Roboto Slab', serif ; 
}

/* Headings */
h1, h2, h3, h4, h5, h6 {
    font-family: 'Roboto Slab', serif; 
    font-weight: 700;
   
}

/* Paragraph, list, text */
p, li, span, a {
     font-family: 'Roboto Slab', serif; 
     font-weight: 400;
     font-size: 16px;
}
body{
     font-family: 'Roboto Slab', serif; 
}

.top-bar{
background:#fff;
font-size:16px;
}

.top-bar i{
margin-right:6px;
}

.top-bar a{
color:#000;
font-size:16px;
transition:0.3s;
}

.top-bar a:hover{
color:red;
}


.navbar{
    padding:20px 0;
    position:relative;
    z-index:10;
}

.navbar-nav .nav-link{
         font-family: 'Roboto Slab', serif; 
    font-weight:600;
    margin-left:20px;
    color:#000;
}



#topBtn{
position:fixed;
bottom:20px;
right:20px;
background:#1e63b5;
color:#fff;
border:none;
width:50px;
height:50px;
border-radius:6px;
cursor:pointer;
display:none;
z-index:999;
}

#topBtn i{
font-size:20px;
}



.hero-section{
    margin-top: -95px;
position:relative;
background-image:url("../images/AdobeStock_408700012-scaled-1.jpeg");
background-size:cover;
background-position:center;
background-repeat:no-repeat;
min-height:100vh;
display:flex;
align-items:center;
}

/* White overlay + blur */

.hero-section::before{
content:"";
position:absolute;
top:0;
left:0;
width:100%;
height:100%;

background:rgba(255,255,255,0.3);
backdrop-filter:blur(1px);

z-index:1;
}

/* Content above overlay */

.hero-content{
position:relative;
z-index:2;
}

/* Logo */

.hero-logo{
max-width:300px;
}

/* Text */

.hero-title{
font-size:50px;
font-weight:700;
color:#e11d1d;
font-family:'Roboto Slab', serif;
}
/* Tablet */

@media (max-width:992px){

.hero-title{
font-size:40px;
text-align:center;
}

.hero-logo{
max-width:220px;
margin:auto;
display:block;
}

.hero-content{
text-align:center;
}

.navbar-nav .nav-link{
margin-left:10px;
}

}


/* Mobile */

@media (max-width:768px){

.top-bar{
font-size:14px;
text-align:center;
}

.top-bar .row{
gap:10px;
}

.top-bar .col-md-8{
flex-direction:column;
gap:5px;
}

.top-bar .col-md-4{
text-align:center;
margin-top:5px;
}

.hero-section{
margin-top:3px;
min-height:80vh;
}

.hero-title{
font-size:30px;
line-height:40px;
text-align:center;
}

.hero-logo{
max-width:180px;
margin-bottom:20px;
}

.navbar{
padding:10px 0;
}

}


/* Small Mobile */

@media (max-width:480px){

.hero-title{
font-size:24px;
line-height:32px;
}

.hero-logo{
max-width:150px;
}

.top-bar{
font-size:13px;
}

}
.stats-section{
margin-top:-80px;
position:relative;
z-index:10;
}

.stat-box{
padding:20px 20px;
}

.stat-box h2{
font-size:60px;
font-weight:700;
}

.stat-box p{
font-size:20px;
font-weight:500;
margin-top:10px;
}
.leadership-section{
        margin-top: 103px;
background:#506fa3;
color:#fff;
}

.leadership-title{
    font-size: 49px;
font-weight:700;
}

.leader-img{
border-radius:30px;
max-width:380px;
}

.leader-name{
font-weight:700;
margin-bottom:10px;
}

.leader-position{
font-weight:600;
margin-bottom:25px;
}

.leader-content p{
line-height:1.8;
margin-bottom:25px;
}

.expertise-title{
font-weight:700;
margin-bottom:15px;
}

.expertise-list{
padding-left:20px;
}

.expertise-list li{
margin-bottom:10px;
}

@media (max-width:768px){
    .leader-img {
        width: 300px;
        margin-bottom: 10px;
    }
     .leader-content{
        margin-top: 20px;
     }

     .service-img
     {
        width:100%;
        height: auto;
        margin-top: 15px;
     }
    

}


.services-section{
background:#f5f5f5;
}

.services-title{
    font-size: 49px;
font-weight:700;
}

.services-title span{
    font-size: 49px !important;
color:#4f6ea1;
}

.service-links{
max-width:350px;
}

.service-item{
display:block;
background:#4f6ea1;
color:#fff;
padding:18px 20px;
text-decoration:none;
border-bottom:1px solid rgba(255,255,255,0.4);
transition:0.3s;
}

.service-item:hover{
background:#3c5683;
color:#fff;
}

.service-img{
max-width:600px;
    height: 600px;
}

.installation-section{
background:#ef1d1d;
padding:80px 0;
}

.installation-title{
color:#fff;
font-size: 49px;
font-weight:700;
}

.view-btn{
display:inline-block;
padding:12px 28px;
border:2px solid #000;
border-radius:40px;
text-decoration:none;
color:#000;
font-weight:600;
transition:0.3s;
}

.view-btn:hover{
background:#4f6ea1;
color:#fff;
}

.substation-section{
/* background:#f5f5f5; */
}

.section-title{
        font-size: 49px;

font-weight:700;
}

.section-title span{
    font-size: 49px;
color:#4f6ea1;
}

.substation-card{
text-align:center;
}

.substation-card img{
border-radius:25px;
margin-bottom:15px;
width:100%;
height: 50vh;
}

.substation-card h5{
font-weight:600;
}



.business-section{
background:#f5f5f5;
}

.business-title{
        font-size: 49px;

font-weight:700;
}

.business-title span{
    font-size: 49px;
color:#4f6ea1;
}

.business-card img{
width:100%;
border-radius:6px;
margin-bottom:15px;
}

.business-card h5{
font-weight:600;
}

.projects-section{
/* background:#f5f5f5; */
}

.projects-title{
        font-size: 49px;
font-weight:700;
}

.projects-title span{
    font-size: 49px;
color:#4f6ea1;
}

.project-img{
width:100%;
border-radius:20px;
}

.view-btn{
padding:12px 30px;
border:2px solid #000;
border-radius:40px;
text-decoration:none;
color:#000;
font-weight:600;
}

.view-btn:hover{
background:#000;
color:#fff;
}

.minus-img{
    margin-top: -290px;
}
/* Mobile */
@media (max-width:768px){
    .minus-img{
        margin-top:0;
    }
    .client-hero{
        
    }
}
.civil-section{
background:#f5f5f5;
}

.civil-title{
font-size: 49px ;
font-weight:700;
}

.civil-title span{
font-size: 49px;
font-weight:700;
color:#4f6ea1;
}

.civil-img{
width:100%;
border-radius:15px;
}

.testimonial-section{
background:#f5f5f5;
}

.testimonial-title{
    font-size:49px;
font-weight:700;
}

.testimonial-title span{
    font-size:49px;
color:#4f6ea1;
}

.testimonial-card{
background:#fff;
padding:35px;
border-radius:10px;
box-shadow:0 5px 20px rgba(0,0,0,0.1);
}

.stars{
color:#ffc107;
margin-bottom:15px;
}

.testimonial-card p{
margin-bottom:15px;
}

.testimonial-card h6{
font-weight:600;
}


.footer-section{
background:#000;
color:#fff;
}

.footer-logo{
width:160px;
}

.footer-links{
list-style:none;
padding:0;
}

.footer-links li{
margin-bottom:10px;
}

.footer-links a{
color:#fff;
text-decoration:none;
}

.footer-links a:hover{
color:#4f6ea1;
}

.social-icons a{
color:#fff;
margin-right:15px;
font-size:18px;
}

.footer-bottom{
border-top:1px solid #333;
padding:20px;
margin-top:30px;
}

.footer-bottom a{
color:#4f6ea1;
text-decoration:none;
font-weight:600;
}



.client-hero{
margin-top: -102px;
position:relative;
background-image:url("../images/client-page.jpg");
background-size:cover;
background-position:center;
background-repeat:no-repeat;
min-height:350px;
display:flex;
align-items:center;
}

/* overlay */

.client-hero::before{
content:"";
position:absolute;
top:0;
left:0;
width:100%;
height:100%;

/* background:rgba(255,255,255,0.1); */
/* backdrop-filter:blur(1px); */
}

.client-hero .container{
position:relative;
z-index:2;
}

.client-logo{
max-width:250px;
}

.client-title{
font-size:48px;
font-weight:700;
color:#e11d1d;
margin-left: -200px !important;
}

@media (max-width:768px){
   
    
.client-hero{
    margin-top: 0;
}

.client-title{
    margin-left: 0 !important;
    
}
}

.clients-section{
background:#f5f5f5;
}

.client-card{
background:#fff;
padding:40px;
border-radius:25px;
text-align:center;
transition:0.3s;
}

.client-card:hover{
transform:translateY(-5px);
box-shadow:0 10px 25px rgba(0,0,0,0.1);
}

.client-img{
max-width:180px;
cursor:pointer;
}
.client-card:hover{
background-color: red;
}



.gallery-hero{
margin-top: -102px;
position:relative;
background-image:url("../images/gallery-bg.jpg");
background-size:cover;
background-position:center;
background-repeat:no-repeat;
min-height:350px;
display:flex;
align-items:center;
}

/* overlay */

.gallery-hero::before{
content:"";
position:absolute;
top:0;
left:0;
width:100%;
height:100%;

/* background:rgba(255,255,255,0.1); */
/* backdrop-filter:blur(1px); */
}

.gallery-hero .container{
position:relative;
z-index:2;
}


.gallery-section{

}
.gallery-img img{
width:90%;
border-radius:10px;
height:50vh;
transition:0.3s;
}


.gallery-img img:hover{
transform:scale(1.05);
}



.solar-hero{
margin-top: -102px;
position:relative;
background-image:url("../images/146.jpg");
background-size:cover;
background-position:center;
background-repeat:no-repeat;
min-height:350px;
display:flex;
align-items:center;
}

/* overlay */

.solar-hero::before{
content:"";
position:absolute;
top:0;
left:0;
width:100%;
height:100%;

/* background:rgba(255,255,255,0.1); */
/* backdrop-filter:blur(1px); */
}

.solar-hero .container{
position:relative;
z-index:2;
}

@media (max-width:768px){
   
    
.solar-hero{
    margin-top: 0;
}

}

.activities-section{
background:#f5f5f5;
}

.activities-section img{
width:100%;
border-radius:8px;
}

.activities-section h5{
font-weight:600;
}


.dc-section{
background:#f5f5f5;
}

.dc-section img{
width:100%;
border-radius:8px;
transition:0.3s;
}

.dc-section img:hover{
transform:scale(1.05);
}

.dc-section h5{
font-weight:600;
}



.contact-hero{
margin-top: -102px;
position:relative;
background-image:url("../images/cup-coffee-wireless-keyboard-mouse-scaled.jpg");
background-size:cover;
/* background-position:center; */
background-repeat:no-repeat;
min-height:350px;
display:flex;
align-items:center;
}

/* overlay */

.contact-hero::before{
content:"";
position:absolute;
top:0;
left:0;
width:100%;
height:100%;

/* background:rgba(255,255,255,0.1); */
/* backdrop-filter:blur(1px); */
}

.contact-hero .container{
position:relative;
z-index:2;
}

@media (max-width:768px){
   
    
.contact-hero{
    margin-top: 0;
}
.gallery-hero{
    margin-top: 0;
}

}

.contact-section{
background:#f5f5f5;
}

.contact-info h2{
    font-size: 49px;
font-weight:700;
}

.contact-title{
    
font-weight:700;
margin-top:20px;
}

.contact-title i{

margin-right:8px;
}

.contact-form{
background:#ddd;
padding:40px;
}

.contact-form label{
font-weight:600;
margin-top:15px;
}

.contact-form .form-control{
margin-top:5px;
margin-bottom:15px;
border-radius:0;
}

.submit-btn{
background:#4f6ea1;
color:#fff;
border:none;
padding:12px 35px;
margin-top:10px;
}
.phone-link{
color:#fff;
text-decoration:none;
}

.phone-link:hover{
color:red;
}
.email-link{
text-decoration:none;
color:#fff;
}

.email-link:hover{
color:red;
}
span a{
text-decoration:none;
color:inherit;
}

span a:hover{
color:red;
}