/* GLOBAL SECTION SPACING */

section{
padding:80px 0;
}

/* GLOBAL */

*{
margin:0;
padding:0;
box-sizing:border-box;
font-family:'Poppins', sans-serif;
}

.container{
width:90%;
max-width:1200px;
margin:auto;
padding:0 10px;
}

section{
padding:60px 0;
}
h1,h2,h3,h4{
font-weight:600;
letter-spacing:0.5px;
}
/* SECTION TITLES */

.section-title{
text-align:center;
font-size:30px;
margin-bottom:45px;
color:#222;
}
/* PARAGRAPH READABILITY */

p{
line-height:1.7;
}

/* HEADER */

header{
background:#fff;
border-bottom:1px solid #ddd;
position:sticky;
top:0;
z-index:100;
}

.header-flex{
display:flex;
justify-content:space-between;
align-items:center;
padding:15px 0;
}

.logo{
font-size:22px;
font-weight:bold;
color:#1f8f4c;
}

nav a{
margin-left:15px;
text-decoration:none;
color:#333;
font-weight:500;
}

nav a:hover{
color:#1f8f4c;
}

/* BUTTON */

.btn{
background:#1f8f4c;
color:#fff;
padding:12px 20px;
border-radius:6px;
text-decoration:none;
display:inline-block;
font-weight:500;
}

.btn.secondary{
background:#0b5ed7;
}

.btn:hover{
opacity:.9;
}

.logo{
display:flex;
flex-direction:column;
line-height:1.1;
}

.logo-main{
font-size:22px;
font-weight:700;
color:#1f8f4c;
}

.logo-powered{
font-size:12px;
color:#777;
letter-spacing:1px;
}

/* HERO SECTION */

.hero{
background-size:cover;
background-position:center;
padding:140px 0;
position:relative;
color:#fff;
}

.hero::before{
content:"";
position:absolute;
top:0;
left:0;
width:100%;
height:100%;
background:rgba(0,0,0,0.55);
}

.hero-layout{
position:relative;
z-index:2;
}

.hero-text{
max-width:600px;
}

.hero-text h1{
font-size:42px;
margin-bottom:15px;
line-height:1.2;
}

.hero-text p{
font-size:16px;
line-height:1.6;
margin-bottom:20px;
}

.hero-buttons{
display:flex;
gap:15px;
flex-wrap:wrap;
}

/* SERVICES */

.services{
padding:70px 0;
background:#f5f7fa;
}

.section-title{
text-align:center;
font-size:28px;
margin-bottom:40px;
}

.services-grid{
display:grid;
grid-template-columns:repeat(auto-fit,minmax(250px,1fr));
gap:25px;
}

.service-card{
background:#fff;
padding:30px;
border-radius:8px;
text-align:center;
box-shadow:0 4px 12px rgba(0,0,0,0.08);
transition:transform .3s ease;
}

.service-card:hover{
transform:translateY(-5px);
}

.service-icon{
font-size:40px;
margin-bottom:15px;
}

.service-card h4{
margin-bottom:10px;
}

.service-card p{
font-size:14px;
color:#666;
margin-bottom:15px;
}

/* GALLERY */

.gallery{
padding:70px 0;
background:#ffffff;
}

.gallery-grid{
display:grid;
grid-template-columns:repeat(auto-fit,minmax(250px,1fr));
gap:20px;
margin-top:30px;
}

.gallery-item{
overflow:hidden;
border-radius:6px;
box-shadow:0 4px 10px rgba(0,0,0,0.08);
}

.gallery-item img{
width:100%;
height:220px;
object-fit:cover;
display:block;
transition:transform .3s ease;
}

.gallery-item:hover img{
transform:scale(1.05);
}

/* PROJECTS */

.projects{
padding:70px 0;
background:#f5f7fa;
}

.projects-grid{
display:grid;
grid-template-columns:repeat(auto-fit,minmax(300px,1fr));
gap:25px;
}

.project-card{
background:#fff;
border-radius:8px;
overflow:hidden;
box-shadow:0 4px 12px rgba(0,0,0,0.08);
}

.project-card img{
width:100%;
height:220px;
object-fit:cover;
}

.project-info{
padding:20px;
}

.project-info h4{
margin-bottom:6px;
}

.project-info p{
font-size:14px;
color:#666;
margin-bottom:10px;
}

/* EXECUTION CAPABILITY */

.capability{
padding:70px 0;
background:#ffffff;
}

.capability-grid{
display:grid;
grid-template-columns:repeat(auto-fit,minmax(250px,1fr));
gap:25px;
margin-top:30px;
}

.capability-card{
background:#f5f7fa;
padding:30px;
border-radius:8px;
border-left:5px solid #1f8f4c;
}

.capability-card h4{
margin-bottom:10px;
color:#1f8f4c;
}

.capability-card p{
color:#555;
line-height:1.6;
}

/* ABOUT COMPANY */

.about-company{
padding:70px 0;
background:#f5f7fa;
}

.about-grid{
display:grid;
grid-template-columns:2fr 1fr;
gap:40px;
align-items:center;
}

.about-text p{
margin-bottom:15px;
color:#555;
line-height:1.6;
}

.about-highlight{
background:#fff;
padding:30px;
border-radius:8px;
box-shadow:0 4px 12px rgba(0,0,0,0.08);
}

/* STATS */

.stats{
background:#1f8f4c;
color:#fff;
padding:70px 0;
}

.stats-grid{
display:grid;
grid-template-columns:repeat(auto-fit,minmax(200px,1fr));
gap:30px;
text-align:center;
}

.stat-card h2{
font-size:40px;
margin-bottom:10px;
}

/* CTA */

.cta-section{
background:#1f8f4c;
color:#fff;
text-align:center;
padding:60px 0;
}

.cta-section h3{
margin-bottom:10px;
}

.cta-section p{
margin-bottom:20px;
}

.cta-section .btn{
background:#fff;
color:#1f8f4c;
font-weight:600;
}

/* FOOTER */

.footer{
background:#222;
color:#fff;
padding:60px 0 20px;
}

.footer-grid{
display:grid;
grid-template-columns:repeat(auto-fit,minmax(220px,1fr));
gap:30px;
}

.footer-col h4{
margin-bottom:15px;
}

.footer-col p{
color:#ccc;
line-height:1.6;
margin-bottom:10px;
}

.footer-col ul{
list-style:none;
}

.footer-col ul li{
margin-bottom:8px;
}

.footer-col ul li a{
color:#ccc;
text-decoration:none;
}

.footer-col ul li a:hover{
color:#fff;
}

.footer-bottom{
text-align:center;
margin-top:40px;
border-top:1px solid #444;
padding-top:20px;
font-size:14px;
color:#aaa;
}

/* PAGE BANNER (INNER PAGES) */

.page-banner{
background:#1f8f4c;
color:#fff;
text-align:center;
padding:70px 0;
}

.page-banner h1{
font-size:34px;
margin-bottom:10px;
}

/* CONSTRUCTION PAGE */

.construction-intro{
padding:70px 0;
}

.construction-grid{
display:grid;
grid-template-columns:1.2fr 1fr;
gap:50px;
align-items:center;
}

.construction-text h2{
font-size:30px;
margin-bottom:15px;
color:#1f8f4c;
}

.construction-text p{
margin-bottom:15px;
line-height:1.7;
color:#555;
}

.construction-image img{
width:100%;
border-radius:8px;
box-shadow:0 4px 12px rgba(0,0,0,0.1);
}

/* MOBILE */

@media (max-width:768px){

.header-flex{
flex-direction:column;
align-items:flex-start;
}

nav{
margin-top:10px;
}

.construction-grid{
grid-template-columns:1fr;
}

.about-grid{
grid-template-columns:1fr;
}

}
/* WHY CHOOSE US */

.why-us{
padding:70px 0;
background:#ffffff;
}

.why-grid{
display:grid;
grid-template-columns:repeat(auto-fit,minmax(250px,1fr));
gap:25px;
margin-top:30px;
}

.why-card{
background:#f5f7fa;
padding:30px;
border-radius:8px;
border-left:5px solid #1f8f4c;
transition:transform .3s ease;
}

.why-card:hover{
transform:translateY(-5px);
}

.why-card h4{
margin-bottom:10px;
color:#1f8f4c;
}

.why-card p{
color:#555;
line-height:1.6;
}
/* BACKED BY CONEXINFRA */

.about-company{
padding:70px 0;
background:#f5f7fa;
}

.about-grid{
display:grid;
grid-template-columns:2fr 1fr;
gap:40px;
align-items:center;
}

.about-text h3{
font-size:28px;
margin-bottom:15px;
}

.about-text p{
margin-bottom:15px;
color:#555;
line-height:1.6;
}

.about-points{
margin-top:10px;
padding-left:20px;
}

.about-points li{
margin-bottom:8px;
}

.about-highlight{
background:#ffffff;
padding:30px;
border-radius:8px;
box-shadow:0 4px 12px rgba(0,0,0,0.08);
}

.about-highlight h4{
margin-bottom:10px;
color:#1f8f4c;
}

.about-highlight p{
margin-bottom:15px;
color:#555;
}

@media (max-width:768px){

.about-grid{
grid-template-columns:1fr;
}

}
/* PROJECT STATUS TAGS */

.status{
display:inline-block;
font-size:12px;
padding:4px 10px;
border-radius:20px;
color:#fff;
font-weight:600;
}

.completed{
background:#1f8f4c;
}

.ongoing{
background:#ff9800;
}
/* WHATSAPP FLOAT BUTTON */

.whatsapp-float{
position:fixed;
width:60px;
height:60px;
bottom:25px;
right:25px;
background:#25D366;
color:#fff;
border-radius:50%;
display:flex;
align-items:center;
justify-content:center;
font-size:28px;
text-decoration:none;
box-shadow:0 4px 10px rgba(0,0,0,0.2);
z-index:1000;
}

.whatsapp-float:hover{
background:#1ebe5d;
}
/* INNER PAGE LAYOUT */

.inner-section{
padding:80px 0;
}

.inner-grid{
display:grid;
grid-template-columns:1.2fr 1fr;
gap:50px;
align-items:center;
}

.inner-text h2{
font-size:30px;
margin-bottom:15px;
color:#1f8f4c;
}

.inner-text p{
margin-bottom:15px;
line-height:1.7;
color:#555;
}

.inner-image img{
width:100%;
border-radius:8px;
box-shadow:0 4px 12px rgba(0,0,0,0.1);
}

/* INNER PAGE CARDS */

.inner-cards{
display:grid;
grid-template-columns:repeat(auto-fit,minmax(250px,1fr));
gap:25px;
margin-top:40px;
}

.inner-card{
background:#f5f7fa;
padding:30px;
border-radius:8px;
border-left:5px solid #1f8f4c;
}

.inner-card h4{
margin-bottom:10px;
color:#1f8f4c;
}

.inner-card p{
color:#555;
line-height:1.6;
}

@media (max-width:768px){

.inner-grid{
grid-template-columns:1fr;
}

}
/* INNER PAGE BANNER */

.page-banner{
background:linear-gradient(135deg,#1f8f4c,#15713a);
color:#fff;
text-align:center;
padding:90px 0;
box-shadow:0 4px 12px rgba(0,0,0,0.15);
}

.page-banner h1{
font-size:38px;
margin-bottom:12px;
}

.page-banner p{
max-width:700px;
margin:auto;
font-size:16px;
line-height:1.6;
opacity:.95;
}

.page-banner::after{
content:"";
display:block;
width:80px;
height:4px;
background:#fff;
margin:20px auto 0;
border-radius:2px;
}
/* BREADCRUMB */

.breadcrumb{
background:#f5f7fa;
padding:12px 0;
font-size:14px;
}

.breadcrumb a{
text-decoration:none;
color:#1f8f4c;
font-weight:500;
}

.breadcrumb a:hover{
text-decoration:underline;
}
/* CONTACT PAGE */

.contact-section{
padding:80px 0;
}

.contact-grid{
display:grid;
grid-template-columns:1fr 1fr;
gap:50px;
align-items:start;
}

.contact-info{
background:#f5f7fa;
padding:30px;
border-radius:8px;
}

.contact-info h3{
margin-bottom:15px;
color:#1f8f4c;
}

.contact-info p{
margin-bottom:10px;
line-height:1.6;
}

.contact-form h3{
margin-bottom:15px;
color:#1f8f4c;
}

.contact-form input,
.contact-form select,
.contact-form textarea{
width:100%;
padding:10px;
margin-top:6px;
margin-bottom:15px;
border:1px solid #ccc;
border-radius:4px;
}

.contact-form button{
width:100%;
}

@media (max-width:768px){

.contact-grid{
grid-template-columns:1fr;
}

}
/* CONEXINFRA SECTION */

.conex-grid{
display:grid;
grid-template-columns:2fr 1fr;
gap:40px;
align-items:center;
}

.conex-text h3{
font-size:28px;
margin-bottom:15px;
color:#1f8f4c;
}

.conex-text p{
margin-bottom:15px;
line-height:1.6;
color:#555;
}

.conex-logo{
text-align:center;
}

.conex-logo img{
max-width:180px;
}

@media (max-width:768px){

.conex-grid{
grid-template-columns:1fr;
text-align:center;
}

}
/* CONTACT INTRO MESSAGE */

.contact-intro{
margin-bottom:20px;
color:#555;
line-height:1.6;
font-size:15px;
}
/* PROJECT DETAILS */

.project-detail{
font-size:14px;
color:#555;
margin-bottom:8px;
}
/* FOOTER SERVICE AREAS */

.service-areas{
margin-bottom:10px;
color:#ccc;
font-size:14px;
line-height:1.6;
}
/* HERO TRUST LINE */

.hero-trust{
margin-top:15px;
margin-bottom:25px;
font-size:15px;
font-weight:500;
color:#fff;
opacity:0.95;
}

.trust-divider{
margin:0 10px;
opacity:0.7;
}