:root{
  --primary-green: #1E8E3E;
  --primary-yellow: #F4B000;
  --dark: #1f2937;
  --text: #555;
  --light-bg: #f8faf8;
  --white: #fff;
}
/* ================= INNER HERO ================= */
.section-title {
  color: #1E8E3E;
}
.section-heading-services{
   font-size: clamp(26px, 5vw, 36px);
    font-weight: 700;
    color: #134f24;
    position: relative;
    margin-bottom: 25px;
}
.section-heading-services::after {
    content: "";
    width: 70px;
    height: 4px;
    background: #F4B000;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: -10px;
    border-radius: 5px;
}
.section-tag{
  display: inline-block;
  background: rgba(244,176,0,0.12);
  color: var(--primary-green);
  font-weight: 700;
  padding: 8px 16px;
  border-radius: 30px;
  font-size: 14px;
  margin-bottom: 15px;
}

.center-tag{
  margin-left: auto;
  margin-right: auto;
}
/* ================= PROJECT OVERVIEW  ================= */
.ea-main-img{
    width: 100%;
    height: 480px;
    object-fit: cover;
    border-radius: 18px;
    box-shadow: 0 14px 35px rgba(0,0,0,0.08);
}

@media (max-width: 991px){
    .ea-main-img{
        height: 380px;
    }
}

@media (max-width: 767px){
    .ea-main-img{
        height: 280px;
    }
}
.metro-overview,
.metro-highlights,
.metro-gallery{
background: #fff;
}

.metro-facts,
.metro-scope,
.metro-cta{
background: #f8f9fa;
}

.metro-img-box{
border-radius: 20px;
overflow: hidden;
box-shadow: 0 12px 30px rgba(0,0,0,0.08);
}

.metro-img-box img{
width: 100%;
display: block;
}

.metro-overview p,
.metro-highlights p{
color: #444;
line-height: 1.9;
font-size: 1rem;
}

.metro-points{
list-style: none;
padding: 0;
margin-top: 25px;
}

.metro-points li{
margin-bottom: 12px;
padding-left: 28px;
position: relative;
color: #333;
font-weight: 500;
}

.metro-points li::before{
content: "✓";
position: absolute;
left: 0;
top: 0;
color: #0B5E2B;
font-weight: 700;
}

/* ================= PROJECT FACTS ================= */
.metro-facts{
    background:#f8f9fa;
}

.fact-card{
    background:#fff;
    border-radius:22px;
    padding:35px 25px 30px;
    text-align:center;
    box-shadow:0 12px 30px rgba(0,0,0,0.08);
    height:100%;
    transition:all 0.35s ease;
    border:1px solid #eef0f2;
    position:relative;
    overflow:hidden;
}

.fact-card::before{
    content:"";
    position:absolute;
    top:0;
    left:0;
    width:100%;
    height:5px;
    background:linear-gradient(90deg, #0B5E2B, #F4B400);
}

.fact-card:hover{
    transform:translateY(-8px);
    box-shadow:0 20px 40px rgba(0,0,0,0.12);
}

.fact-icon{
    width:72px;
    height:72px;
    margin:0 auto 18px;
    border-radius:50%;
    background:rgba(244,180,0,0.12);
    color:#0B5E2B;
    display:flex;
    align-items:center;
    justify-content:center;
    font-size:30px;
    transition:0.3s ease;
}

.fact-card:hover .fact-icon{
    background:#0B5E2B;
    color:#fff;
    transform:scale(1.08);
}

.fact-card h3{
    color:#0B5E2B;
    font-size:2.1rem;
    font-weight:800;
    margin-bottom:8px;
    line-height:1.2;
}

.fact-card h5{
    font-size:1.2rem;
    font-weight:700;
    color:#222;
    margin-bottom:10px;
}

.fact-card p{
    margin:0;
    color:#666;
    font-size:0.95rem;
    line-height:1.7;
}

/* Responsive */
@media(max-width:991px){
    .fact-card{
        padding:30px 20px 25px;
    }

    .fact-card h3{
        font-size:1.9rem;
    }

    .fact-card h5{
        font-size:1.1rem;
    }
}

@media(max-width:767px){
    .fact-icon{
        width:60px;
        height:60px;
        font-size:24px;
    }

    .fact-card h3{
        font-size:1.7rem;
    }

    .fact-card h5{
        font-size:1rem;
    }

    .fact-card p{
        font-size:0.9rem;
    }
}

/* ================= KEY METRO PROJECTS ================= */
.metro-project-list{
    background:#fff;
}

.project-list-card{
    background:#fff;
    border-radius:22px;
    overflow:hidden;
    box-shadow:0 12px 30px rgba(0,0,0,0.08);
    border:1px solid #edf0f2;
    height:100%;
    transition:0.35s ease;
}

.project-list-card:hover{
    transform:translateY(-8px);
    box-shadow:0 20px 40px rgba(0,0,0,0.14);
}

.project-list-img{
    position:relative;
    overflow:hidden;
}

.project-list-img img{
    width:100%;
    height:260px;
    object-fit:cover;
    display:block;
    transition:0.4s ease;
}

.project-list-card:hover .project-list-img img{
    transform:scale(1.05);
}

.project-badge{
    position:absolute;
    top:18px;
    left:18px;
    background:#F4B400;
    color:#111;
    font-size:13px;
    font-weight:700;
    padding:8px 14px;
    border-radius:30px;
    box-shadow:0 5px 15px rgba(0,0,0,0.12);
}

.project-list-content{
    padding:24px;
}

.project-list-content h4{
    color:#0B5E2B;
    font-size:1.35rem;
    font-weight:700;
    margin-bottom:12px;
}

.project-list-content p{
    color:#555;
    line-height:1.8;
    margin:0;
}

/* Responsive */
@media(max-width:991px){
    .project-list-img img{
        height:230px;
    }
}

@media(max-width:767px){
    .project-list-content{
        padding:20px;
    }

    .project-list-content h4{
        font-size:1.15rem;
    }

    .project-list-content p{
        font-size:0.95rem;
    }

    .project-list-img img{
        height:220px;
    }
}
/* ================= Scope Cards ================= */
.scope-card{
background: #fff;
border-radius: 20px;
padding: 30px 25px;
box-shadow: 0 10px 25px rgba(0,0,0,0.07);
height: 100%;
transition: 0.3s ease;
text-align: center;
border: 1px solid #eee;
}

.scope-card:hover{
transform: translateY(-8px);
box-shadow: 0 18px 35px rgba(0,0,0,0.12);
}

.scope-icon{
width: 75px;
height: 75px;
margin: 0 auto 20px;
border-radius: 50%;
background: rgba(244,180,0,0.15);
color: #0B5E2B;
display: flex;
align-items: center;
justify-content: center;
font-size: 2rem;
}

.scope-card h5{
color: #0B5E2B;
font-weight: 700;
margin-bottom: 15px;
}

.scope-card p{
color: #555;
line-height: 1.8;
margin-bottom: 0;
}

/* Highlights */
.highlight-list{
margin-top: 25px;
}

.highlight-item{
display: flex;
gap: 18px;
margin-bottom: 25px;
align-items: flex-start;
}

.count-badge{
min-width: 55px;
height: 55px;
border-radius: 50%;
background: #F4B400;
color: #111;
font-weight: 700;
display: flex;
align-items: center;
justify-content: center;
font-size: 1.1rem;
}

.highlight-item h6{
color: #0B5E2B;
font-size: 1.1rem;
font-weight: 700;
margin-bottom: 8px;
}

.highlight-item p{
margin-bottom: 0;
color: #555;
}

/* ================= GALLERY ================= */
.gallery-card{
    position: relative;
    border-radius: 18px;
    overflow: hidden;
    box-shadow: 0 10px 25px rgba(0,0,0,0.08);
    transition: 0.35s ease;
    height: 100%;
}

.gallery-card:hover{
    transform: translateY(-6px);
    box-shadow: 0 18px 35px rgba(0,0,0,0.15);
}

.gallery-card img{
    width: 100%;
    height: 320px;
    object-fit: cover;
    display: block;
    transition: 0.4s ease;
}

.gallery-card:hover img{
    transform: scale(1.05);
}

/* Hover overlay */
.gallery-overlay{
    position: absolute;
    inset: 0;
    background: linear-gradient(to top, rgba(0,0,0,0.88), rgba(0,0,0,0.25));
    color: #fff;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    padding: 25px 20px;
    opacity: 0;
    visibility: hidden;
    transform: translateY(30px);
    transition: all 0.4s ease;
}

.gallery-card:hover .gallery-overlay{
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
}

.gallery-overlay h5{
    font-size: 1.2rem;
    font-weight: 700;
    margin-bottom: 8px;
    color: #fff;
}

.gallery-overlay p{
    margin: 0;
    font-size: 0.95rem;
    line-height: 1.6;
    color: rgba(255,255,255,0.92);
}

@media(max-width:991px){
    .gallery-card img{
        height: 280px;
    }
}

@media(max-width:767px){
    .gallery-card img{
        height: 240px;
    }

    .gallery-overlay{
        padding: 18px 15px;
    }

    .gallery-overlay h5{
        font-size: 1.05rem;
    }

    .gallery-overlay p{
        font-size: 0.88rem;
    }
}

/* ================= CTA ================= */
.metro-cta-section{
    background:#f8f9fa;
}

.metro-cta-box{
    position:relative;
    background:#fff;
    border-radius:35px;
    padding:55px 40px;
    text-align:center;
    overflow:hidden;
    box-shadow:0 15px 40px rgba(0,0,0,0.08);
    border:1px solid #edf0f2;
}
/* Top accent line */
.metro-cta-box::before{
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 180px;
  height: 5px;
  background: linear-gradient(90deg, #1E8E3E, #F4B000);
  border-radius: 0 0 10px 10px;
  z-index: 3;
}

/* decorative shapes */
.metro-shape{
    position:absolute;
    z-index:0;
}

.metro-shape-1{
    width:220px;
    height:220px;
    background:rgba(244,180,0,0.10);
    border-radius:50%;
    top:-60px;
    right:-60px;
}

.metro-shape-2{
    width:150px;
    height:150px;
    background:rgba(11,94,43,0.06);
    border-radius:50%;
    bottom:-45px;
    left:-45px;
}

.metro-shape-3{
    width:170px;
    height:170px;
    border:2px dashed rgba(244,180,0,0.18);
    border-radius:50%;
    right:110px;
    bottom:80px;
}

.metro-shape-4{
    width:90px;
    height:90px;
    border-radius:20px;
    background:rgba(11,94,43,0.05);
    top:100px;
    left:100px;
    transform:rotate(25deg);
}

/* top icons */
.metro-cta-icons{
    position:relative;
    z-index:2;
    display:flex;
    justify-content:center;
    gap:20px;
    margin-bottom:28px;
}

.metro-icon-circle{
    width: 62px;
    height: 62px;
    border-radius:50%;
    background:#fff;
    border:1px solid #edf0f2;
    display:flex;
    align-items:center;
    justify-content:center;
    font-size:34px;
    box-shadow:0 8px 20px rgba(0,0,0,0.06);
    transition:0.35s ease;
}

.metro-icon-circle:nth-child(1){
    color:#0B5E2B;
}
.metro-icon-circle:nth-child(2){
    color:#F4B400;
}
.metro-icon-circle:nth-child(3){
    color:#1c9c4c;
}

.metro-icon-circle:hover{
    transform:translateY(-6px) scale(1.05);
}

/* section tag */
.metro-cta-tag{
    position:relative;
    z-index:2;
    background:#f5ecd2;
    color:#0B8F3C;
    border:none;
    font-size:15px;
    font-weight:700;
    padding:12px 26px;
    border-radius:40px;
    margin-bottom:24px;
}

/* title */
.metro-cta-title{
    position:relative;
    z-index:2;
    font-size:3.1rem;
    line-height:1.25;
    font-weight:800;
    color:#0B5E2B;
    max-width:1200px;
    margin:0 auto 20px;
    text-align:center;
}

.metro-cta-title::after{
    content:"";
    display:block;
    width:88px;
    height:5px;
    background:#F4B400;
    border-radius:10px;
    margin:16px auto 0;
}

/* text */
.metro-cta-text{
    max-width: 980px;
  margin: 0 auto 30px;
  font-size: 17px;
  line-height: 1.9;
  color: #555;
}

/* buttons */
.metro-cta-btns{
    position:relative;
    z-index:2;
    display:flex;
    justify-content:center;
    gap:20px;
    flex-wrap:wrap;
}

.metro-cta-btn-primary{
    background:#F4B400;
    color:#111;
    font-weight:700;
    padding:16px 34px;
    border-radius:50px;
    border:none;
    box-shadow:0 12px 30px rgba(244,180,0,0.28);
    transition:0.35s ease;
    font-size:1.05rem;
}

.metro-cta-btn-primary:hover{
    background:#0B5E2B;
    color:#fff;
    transform:translateY(-3px);
}

.metro-cta-btn-outline{
    background:transparent;
    color:#0B8F3C;
    font-weight:700;
    padding:14px 32px;
    border-radius:50px;
    border:2px solid #2ca34b;
    transition:0.35s ease;
    font-size:1.05rem;
}

.metro-cta-btn-outline:hover{
    background:#0B5E2B;
    border-color:#0B5E2B;
    color:#fff;
    transform:translateY(-3px);
}

.metro-cta-btn-primary i,
.metro-cta-btn-outline i{
    margin-right:10px;
}

/* responsive */
@media (max-width: 1199px){
    .metro-cta-box{
        padding:60px 45px;
    }

    .metro-cta-title{
        font-size:2.6rem;
    }
}

@media (max-width: 991px){
    .metro-cta-box{
        padding:50px 30px;
        border-radius:28px;
    }

    .metro-cta-title{
        font-size:2.15rem;
    }

    .metro-cta-text{
        font-size: 16px;
    }

    .metro-icon-circle{
        width:52px;
        height:52px;
        font-size:28px;
    }

    .metro-shape-3{
        display:none;
    }
}

@media (max-width: 767px){
    .metro-cta-box{
        padding:40px 20px;
        border-radius:24px;
    }

    .metro-cta-icons{
        gap:12px;
        margin-bottom:22px;
    }

    .metro-icon-circle{
        width:48px;
        height:48px;
        font-size:22px;
    }

    .metro-cta-tag{
        font-size:13px;
        padding:10px 18px;
    }

    .metro-cta-title{
        font-size:1.6rem;
    }

    .metro-cta-text{
        font-size: 15px;
        line-height: 1.8;
    }

    .metro-cta-btn-primary,
    .metro-cta-btn-outline{
        width:100%;
        justify-content:center;
        display:flex;
        align-items:center;
        padding:14px 24px;
        font-size:1rem;
    }

    .metro-shape-1{
        width:130px;
        height:130px;
    }

    .metro-shape-2{
        width:90px;
        height:90px;
    }

    .metro-shape-4{
        width:55px;
        height:55px;
        top:70px;
        left:30px;
    }
}

/* Responsive */
@media (max-width: 991px){


.inner-hero .hero-box h1{
    font-size: 2.4rem;
}

.section-heading{
    font-size: 2rem;
}

.gallery-card img{
    height: 240px;
}


}

@media (max-width: 767px){


.inner-hero.metro-hero{
    min-height: 300px;
}

.inner-hero .hero-box h1{
    font-size: 2rem;
}

.inner-hero .hero-box p{
    font-size: 1rem;
}

.section-heading{
    font-size: 1.7rem;
}

.metro-cta-box{
    padding: 40px 20px;
}

.metro-cta-box h2{
    font-size: 1.7rem;
}

.gallery-card img{
    height: 220px;
}

.highlight-item{
    gap: 12px;
}

.count-badge{
    min-width: 45px;
    height: 45px;
    font-size: 1rem;
}
.cta-btn,
.cta-btn-outline{
    width: 100%;
    max-width: 280px;
    padding: 12px 24px;
  }


}
