@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&family=Raleway:ital,wght@0,100..900;1,100..900&family=Ubuntu:ital,wght@0,300;0,400;0,500;0,700;1,300;1,400;1,500;1,700&display=swap');

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

.navbar img{
  width: 256px;
  margin: 24px auto;
  display: flex;
}

.head {
    margin: 16px;
}

h1 {
  font-weight: 900;
}

.head h1 span.gas {
  color: #000000;
  font-style: italic;
}

h2 {
    margin: 24px auto;
    text-align: center;
    font-size: 48px;
    color: #00704a;
    font-weight: 900;
}

h2 em {
  color: black;
}

h3 {
    font-size: 24px;
}

h5 {
  font-size: 12px;
}

.map-project-card div:nth-child(2) p {
  font-size: 10px;
}

p {
    font-size: 1.1rem;
    color: black;
    max-width: 1000px;
    line-height: 1.7rem;
    margin: 0 auto;
}

a {
    color: blue;
    font-size: 12px;
}

a #source-name > u {
  text-align: right;
}

.main-para {
    text-align: center;
}

.sub-para {
    text-align: left;
}

.sub-para em {
  font-size: 12px;
  line-height: 0px;
  color: rgb(71, 71, 71);
}

.mini-para {
    font-size: 12px;
    color: red;
}

.earth-video {
  margin-bottom: -36px;
}

@media screen and (max-width:768px) {
  .earth-video {
    width: 100vw;
    height: auto;
  }  
}

.fn-mark {
  color: #ebb018;
}

.source-name {
  /* display: flex; */
  font-size: 12px;
  color: blue;
  /* text-align: right; */
}

a > u {
  text-align: center;
  width: 100%;
  margin: 0 auto;
}

.important-note {
  font-size: 12px;
  color: #4a4b4b;
  text-align: right;
}

@media only screen and (max-width:768px) {
  .important-note {
  font-size: 10px;
  color: #4a4b4b;
  text-align: center;
}
}

.bcme {
    text-align: center;
    margin-top: -48px;
}

.kicker {
    /* font-family: 'DM Sans', sans-serif; */
    font-size: 0.7rem;
    letter-spacing: 5px;
    text-transform: uppercase;
    color: #000000;
    margin-bottom: 1.5rem;
}
.number {
    /* font-family: 'Playfair Display', serif; */
    font-weight: 900;
    font-size: clamp(8rem, 22vw, 18rem);
    line-height: 0.85;
    color: #00704a;
}
.unit {
    /* font-family: 'Playfair Display', serif; */
    font-weight: 700;
    font-style: italic;
    font-size: clamp(1.5rem, 4vw, 3rem);
    color: #747474;
    margin-top: 1rem;
    margin-left: 0.5rem;
}

/* CBG Potential */
:root {
    --bg: #0c0f0a;
    --surface: #141a12;
    --surface-2: #1c231a;
    --ink: #f2efe8;
    --ink-dim: #8a9182;
    --amber: #f59e0b;
    --amber-glow: rgba(245, 158, 11, 0.15);
    --green: #4ade80;
    --green-deep: #16a34a;
    --green-glow: rgba(74, 222, 128, 0.12);
    --red: #f87171;
    --blue: #60a5fa;
  }

  .cbg-potential {
    max-width: 1200px;
    margin: 0 auto;
    padding: 2.5rem 2rem 3rem;
  }
 
  /* ---- OPENER ---- */
  .opener {
    text-align: center;
    margin-bottom: 3rem;
    position: relative;
  }
 
  .opener::after {
    content: '';
    position: absolute;
    bottom: -2.5rem;
    left: 50%;
    transform: translateX(-50%);
    width: 1px;
    height: 40px;
    background: linear-gradient(to bottom, var(--amber), transparent);
  }
 
  .opener .kicker {
    font-size: 0.7rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 4px;
    color: var(--amber);
    margin-bottom: 1.5rem;
    opacity: 0;
    animation: fadeUp 0.7s ease 0.1s forwards;
  }
 
  .opener h1 {
    /* font-family: 'Raleway', serif; */
    font-size: clamp(1.8rem, 4vw, 2.8rem);
    font-weight: 900;
    line-height: 1.05;
    letter-spacing: -1px;
    opacity: 0;
    animation: fadeUp 0.7s ease 0.25s forwards;
  }
 
  .opener h1 em {
    font-style: italic;
    color: #00704a;
  }
 
  /* ---- STAT CARDS ---- */
  .stats {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 1rem;
    align-items: stretch;
  }
 
  .stat-card {
    position: relative;
    /* border-radius: 16px; */
    padding: 1.5rem 1.3rem;
    overflow: hidden;
    opacity: 0;
    transform: translateY(40px);
    transition: transform 0.4s ease;
    display: flex;
    flex-direction: column;
  }
 
  .stat-card.animate-in {
    animation: fadeUp 0.7s ease forwards;
  }
 
  /* Card 1 — CNG */
  .stat-card.cng {
    /* background: var(--surface); */
    border: 1px solid #00704a;
  }
 
  .stat-card.cng::before {
    content: '';
    position: absolute;
    top: -80px;
    right: -80px;
    width: 300px;
    height: 300px;
    background: radial-gradient(circle, var(--green-glow) 0%, transparent 70%);
    pointer-events: none;
  }
 
  /* Card 2 — Diesel */
  .stat-card.diesel {
    /* background: linear-gradient(135deg, #1a1008 0%, #1c1510 100%); */
    border: 1px solid #6aac00;
  }
 
  .stat-card.diesel::before {
    content: '';
    position: absolute;
    bottom: -60px;
    left: -60px;
    width: 350px;
    height: 350px;
    background: radial-gradient(circle, var(--amber-glow) 0%, transparent 70%);
    pointer-events: none;
  }
 
  /* Card 3 — Natural Gas */
  .stat-card.natgas {
    /* background: var(--surface); */
    border: 1px solid #ebb018;
  }
 
  .stat-card.natgas::before {
    content: '';
    position: absolute;
    top: -60px;
    left: 50%;
    width: 400px;
    height: 300px;
    transform: translateX(-50%);
    background: radial-gradient(ellipse, rgba(96, 165, 250, 0.08) 0%, transparent 70%);
    pointer-events: none;
  }
 
  /* ---- Stat card inner structure ---- */
  .stat-number-row {
    display: flex;
    align-items: baseline;
    gap: 0.5rem;
    margin-bottom: 0.3rem;
    flex-wrap: wrap;
  }
 
  .stat-hero {
    /* font-family: 'Playfair Display', serif; */
    font-weight: 700;
    font-size: clamp(2.2rem, 4vw, 3rem);
    line-height: 1;
    /* letter-spacing: -1px; */
  }
 
  .stat-card.cng .stat-hero { color: #00704a; }
  .stat-card.diesel .stat-hero { color: #6aac00; }
  .stat-card.natgas .stat-hero { color: #ebb018; }
 
  .stat-suffix {
    /* font-family: 'Playfair Display', serif; */
    font-size: clamp(0.85rem, 1.5vw, 1.1rem);
    font-weight: 700;
    margin-bottom: 16px;
    /* color: var(--ink-dim); */
  }
 
  .stat-context {
    font-size: 0.82rem;
    line-height: 1.55;
    /* color: var(--ink-dim); */
    margin-top: 0.4rem;
  }
 
  .stat-context strong {
    color: #00704a;
    font-weight: 600;
  }
 
  .stat-tag {
    display: inline-block;
    margin-top: 0.8rem;
    padding: 0.25rem 0.7rem;
    border-radius: 999px;
    font-size: 0.6rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 1px;
  }
 
  .stat-card.cng .stat-tag {
    background: rgba(74, 222, 128, 0.1);
    color: #00704a;
    border: 1px solid rgba(74, 222, 128, 0.2);
  }
 
  .stat-card.diesel .stat-tag {
    background: #6aac0015;
    color: #6aac00;
    border: 1px solid #6aac003a;
  }
 
  .stat-card.natgas .stat-tag {
    background: #ebaf1825;
    color: #ebb018;
    border: 1px solid #ebb018;
  }
 
  /* Decorative icon */
  .stat-icon {
    position: absolute;
    top: 1.3rem;
    right: 1.3rem;
    font-size: 1.8rem;
    opacity: 0.15;
  }
 
  /* ---- VISUAL GAUGE (diesel card) ---- */
  .gauge-row {
    margin-top: 1rem;
    display: flex;
    align-items: center;
    gap: 0.6rem;
  }
 
  .gauge-track {
    flex: 1;
    height: 8px;
    background: rgba(255,255,255,0.06);
    border-radius: 4px;
    overflow: hidden;
    position: relative;
  }
 
  .gauge-fill {
    height: 100%;
    border-radius: 6px;
    width: 0%;
    transition: width 1.8s cubic-bezier(.22,1,.36,1);
    background: linear-gradient(90deg, var(--amber), #fbbf24);
    box-shadow: 0 0 20px rgba(245, 158, 11, 0.3);
  }
 
  .gauge-label {
    font-size: 0.65rem;
    color: var(--ink-dim);
    white-space: nowrap;
  }
 
  .gauge-label strong { color: var(--amber); font-size: 0.75rem; }
 
  /* ---- COMPARISON BAR (natgas card) ---- */
  .compare-bars {
    margin-top: 1rem;
    display: flex;
    flex-direction: column;
    gap: 0.35rem;
  }
 
  .compare-row {
    display: grid;
    grid-template-columns: 70px 1fr 36px;
    align-items: center;
    gap: 0.5rem;
  }
 
  .compare-label {
    font-size: 0.65rem;
    color: var(--ink-dim);
    text-align: right;
  }
 
  .compare-track {
    height: 14px;
    background: rgba(255,255,255,0.04);
    border-radius: 4px;
    overflow: hidden;
  }
 
  .compare-fill {
    height: 100%;
    border-radius: 6px;
    width: 0%;
    transition: width 1.6s cubic-bezier(.22,1,.36,1);
  }
 
  .compare-fill.demand {
    background: linear-gradient(90deg, rgba(96,165,250,0.3), rgba(96,165,250,0.6));
    border: 1px solid rgba(96,165,250,0.3);
  }
 
  .compare-fill.potential {
    background: linear-gradient(90deg, var(--blue), #93c5fd);
    box-shadow: 0 0 16px rgba(96,165,250,0.25);
  }
 
  .compare-pct {
    font-weight: 700;
    font-size: 0.72rem;
    color: var(--blue);
  }
 
  /* ---- SEPARATOR — hide in row layout ---- */
  .sep { display: none; }
 
  /* ---- FOOTNOTES ---- */
  .footnotes {
    margin-top: 1.5rem;
    padding-top: 1.2rem;
    border-top: 1px solid rgba(255,255,255,0.06);
    font-size: 0.68rem;
    color: var(--ink-dim);
    line-height: 1.7;
    opacity: 0;
  }
 
  .footnotes.animate-in { animation: fadeUp 0.6s ease forwards; }
 
  .footnotes p { margin-bottom: 0.2rem; }
  .footnotes .fn-mark { color: var(--amber); font-weight: 700; }
 
  @keyframes fadeUp {
    to { opacity: 1; transform: translateY(0); }
  }
 
  @media (max-width: 820px) {
    .stats { grid-template-columns: 1fr; max-width: 480px; margin: 0 auto; }
  }
 
  @media (max-width: 640px) {
    .page { padding: 2rem 1rem 3rem; }
    .stat-card { padding: 1.3rem 1.1rem; }
    .stat-icon { display: none; }
    .gauge-row { flex-direction: column; align-items: flex-start; }
    .compare-row { grid-template-columns: 60px 1fr 32px; }
  }


/* Biogas Production Top 10 countries slider */
 
  /* body {
    font-family: 'Segoe UI', system-ui, -apple-system, sans-serif;
    background: #ffffff;
    color: #000000;
    min-height: 300vh;
  } */
 
  .head, .intro, .outro {
    /* height: 60vh; */
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
    padding: 2rem;
  }
 
  .head h1, .intro h1 {
    font-size: clamp(2rem, 5vw, 3.5rem);
    color: #00704a;
    /* margin-bottom: 1rem; */
  }

  .head h2, .intro h2, .header h2, .map-our-projects h2, .last-section h2 {
    color: #00704a;
  }
 
  .head p, .intro p, .outro p {
    font-size: 1.1rem;
    color: black;
    max-width: 1200px;
    line-height: 1.6rem;
  }

  /* Biogas Container  */
  .biogas-container {
        max-width: 1200px;
        margin: 0 auto;
        margin-bottom: -96px;
    }
 
    .biogas-stats {
        display: grid;
        grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
        gap: 16px;
        margin-bottom: 24px;
    }
 
    .biogas-card {
        border-radius: 12px;
        padding: 24px;
    }
 
    .biogas-card.green-light {
        background: #EAF3DE;
    }
 
    .biogas-card.teal-light {
        background: #E1F5EE;
    }
 
    .biogas-label {
        font-size: 12px;
        margin-bottom: 10px;
        letter-spacing: 0.05em;
        /* text-transform: lowercase; */
        font-weight: 500;
    }
 
    .biogas-card.green-light .biogas-label { color: #27500A; }
    .biogas-card.teal-light .biogas-label { color: #085041; }
 
    .biogas-bignum {
        font-size: 42px;
        font-weight: 600;
        line-height: 1.1;
        margin-bottom: 8px;
    }
 
    .biogas-card.green-light .biogas-bignum { color: #173404; }
    .biogas-card.teal-light .biogas-bignum { color: #04342C; }
 
    .biogas-bignum .dash {
        font-weight: 400;
    }
 
    .biogas-card.green-light .dash { color: #3B6D11; }
    .biogas-card.teal-light .dash { color: #0F6E56; }
 
    .biogas-bignum .pct {
        font-size: 28px;
    }
 
    .biogas-sublabel {
        font-size: 14px;
    }
 
    .biogas-card.green-light .biogas-sublabel { color: #3B6D11; }
    .biogas-card.teal-light .biogas-sublabel { color: #0F6E56; }
 
    .biogas-comparison {
        background: #ffffff;
        border-radius: 12px;
        padding: 24px;
        border: 1px solid #e5e5e5;
    }
 
    .biogas-comparison-title {
        font-size: 13px;
        color: #666;
        margin-bottom: 14px;
    }
 
    .biogas-bar {
        display: flex;
        height: 48px;
        border-radius: 8px;
        overflow: hidden;
        border: 1px solid #e5e5e5;
    }
 
    .biogas-bar-lower {
        width: 6%;
        background: #3B6D11;
        display: flex;
        align-items: center;
        justify-content: center;
        color: #EAF3DE;
        font-size: 12px;
        font-weight: 600;
    }
 
    .biogas-bar-upper {
        width: 3%;
        background: #97C459;
    }
 
    .biogas-bar-rest {
        flex: 1;
        background: #fafafa;
        display: flex;
        align-items: center;
        justify-content: flex-end;
        padding-right: 14px;
        font-size: 12px;
        color: #888;
    }
 
    .biogas-legend {
        display: flex;
        gap: 20px;
        margin-top: 14px;
        font-size: 12px;
        color: #666;
        flex-wrap: wrap;
    }
 
    .biogas-legend-item {
        display: flex;
        align-items: center;
        gap: 8px;
    }
 
    .biogas-swatch {
        width: 12px;
        height: 12px;
        border-radius: 3px;
    }
 
    .biogas-source {
        font-size: 12px;
        color: #999;
        margin-top: 16px;
        font-style: italic;
    }
 
  .scroll-hint {
    margin-top: 2rem;
    font-size: 0.9rem;
    color: #4ade80;
    animation: bounce 1.8s infinite;
  }
 
  @keyframes bounce {
    0%, 100% { transform: translateY(0); opacity: 1; }
    50% { transform: translateY(8px); opacity: 0.6; }
  }
 
  /* Sticky chart container */
  .chart-stage {
    position: sticky;
    top: 0;
    height: 100vh;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 2rem clamp(1rem, 4vw, 3rem);
    /* background: rgba(15, 30, 26, 0.6); */
    backdrop-filter: blur(8px);
    z-index: -1;
  }
 
  .chart-header {
    text-align: center;
    margin-bottom: 1.5rem;
  }
 
  .chart-header h2 {
    font-size: clamp(1.3rem, 3vw, 1.8rem);
    color: #000000;
    margin-bottom: 0.3rem;
  }
 
  .chart-header span {
    color: #00704a;
    font-size: 0.95rem;
  }
 
  .progress-text {
    text-align: center;
    color: #4ade80;
    font-size: 0.85rem;
    margin-bottom: 1rem;
    letter-spacing: 1px;
  }
 
  .chart {
    display: flex;
    flex-direction: column;
    gap: 0.55rem;
    max-width: 1000px;
    margin: 0 auto;
    width: 100%;
  }

  .chart-para {
    display: flex;
    flex-direction: column;
    gap: 16px;
    align-items: center;
    /* margin-top: -24px; */
    z-index: 1;
  }
 
  .row {
    display: grid;
    grid-template-columns: 30px 140px 1fr 110px;
    align-items: center;
    gap: 0.75rem;
  }

  .row:nth-child(7) {
    background-color: rgba(128, 128, 128, 0.2);
    padding: 4px 12px 4px 0;
  }
 
  .rank {
    font-weight: 700;
    color: #4ade80;
    text-align: center;
    font-size: 0.95rem;
  }
 
  .country {
    font-size: 0.95rem;
    color: #000000;
    font-weight: 500;
  }
 
  .bar-track {
    height: 28px;
    background: rgba(255,255,255,0.05);
    border-radius: 6px;
    overflow: hidden;
    position: relative;
  }
 
  .bar {
    height: 100%;
    width: 0%;
    background: linear-gradient(90deg, #16a34a, #4ade80);
    border-radius: 6px;
    transition: width 0.15s ease-out;
    box-shadow: 0 0 12px rgba(74, 222, 128, 0.3);
  }
 
  .row:nth-child(1) .bar { background: linear-gradient(90deg, #fbbf24, #fde047); box-shadow: 0 0 14px rgba(251, 191, 36, 0.5); }
  .row:nth-child(2) .bar { background: linear-gradient(90deg, #d1d5db, #f3f4f6); box-shadow: 0 0 14px rgba(209, 213, 219, 0.4); }
  .row:nth-child(3) .bar { background: linear-gradient(90deg, #d97706, #f59e0b); box-shadow: 0 0 14px rgba(217, 119, 6, 0.4); }
 
  .value {
    font-variant-numeric: tabular-nums;
    color: #000000;
    font-size: 0.9rem;
    text-align: right;
    font-weight: 600;
  }
 
  .value small { color: #86d4a3; font-weight: 400; }
 
  .scroll-track {
    margin: 0 auto;
    height: 160vh; /* gives room to scroll through animation */
  }
 
  @media (max-width: 640px) {
    .row { grid-template-columns: 24px 90px 1fr 80px; gap: 0.4rem; }
    .country { font-size: 0.8rem; }
    .value { font-size: 0.75rem; }
    .bar-track { height: 22px; }
    .scroll-track {
    height: 150vh; /* gives room to scroll through animation */
    }
  }

/* Wrapper - Ind vs GM & CH comparison */
/* ---- Circles container ---- */
.wrapper h2 {
  color: #00704a;
}

  .circles {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: clamp(1.5rem, 4vw, 3rem);
    margin-bottom: 2.5rem;
    position: relative;
  }
 
  .circle-item {
    display: flex;
    flex-direction: column;
    align-items: center;
    opacity: 0;
    transform: scale(0.6);
  }
 
  .circle-item.visible {
    animation: popIn 0.7s cubic-bezier(.34,1.56,.64,1) forwards;
  }
 
  .circle {
    border-radius: 50%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    position: relative;
    border: 2px solid;
  }
 
  /* Sizes proportional to values: 87, 81, 900 */
  .circle.germany {
    width: clamp(110px, 16vw, 150px);
    height: clamp(110px, 16vw, 150px);
    border-color: #6aac00;
    background: rgba(234, 179, 8, 0.06);
  }
 
  .circle.china {
    width: clamp(100px, 15vw, 140px);
    height: clamp(100px, 15vw, 140px);
    border-color: #ebb018;
    background: rgba(239, 68, 68, 0.06);
  }
 
  .circle.india {
    width: clamp(240px, 38vw, 360px);
    height: clamp(240px, 38vw, 360px);
    border-color: #00704a;
    background: rgba(74, 222, 128, 0.05);
  }
 
  .circle-num {
    /* font-family: 'Playfair Display', serif; */
    font-weight: 800;
    line-height: 1;
  }
 
  .germany .circle-num {
    font-size: clamp(1.6rem, 3vw, 2.2rem);
    color: #6aac00;
  }
 
  .china .circle-num {
    font-size: clamp(1.5rem, 2.8vw, 2rem);
    color: #ebb018;
  }
 
  .india .circle-num {
    font-size: clamp(3rem, 6vw, 4.5rem);
    color: #00704a;
  }
 
  .circle-unit {
    font-size: 0.65rem;
    color: #8a9e8f;
    text-transform: uppercase;
    letter-spacing: 1px;
    margin-top: 0.15rem;
  }
 
  .circle-label-type {
    font-size: 0.6rem;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 1.5px;
    margin-top: 0.4rem;
    padding: 0.2rem 0.6rem;
    border-radius: 999px;
  }

  .flag-and-name {
    display: flex;
    /* flex-direction: column; */
    align-items: center;
    justify-content: center;
    gap: 8px;
    margin: 16px 0;
  }
 
  .germany .circle-label-type {
    color: #6aac00;
    background: rgba(234, 179, 8, 0.1);
  }
 
  .china .circle-label-type {
    color: #ebb018;
    background: rgba(239, 68, 68, 0.1);
  }
 
  .india .circle-label-type {
    color: #00704a;
    background: rgba(74, 222, 128, 0.1);
  }
 
  /* Country name below circle */
  .country-name {
    /* margin-top: 1rem; */
    font-weight: 700;
    font-size: 0.85rem;
    letter-spacing: 0.5px;
  }
 
  .country-flag {
    font-size: 1.2rem;
    /* margin-bottom: 0.2rem; */
    display: block;
  }

  .country-flag img {
    width: 24px;
  }
 
  /* ---- Multiplier callout ---- */
  .multiplier {
    display: inline-block;
    text-align: center;
    font-size: 0.85rem;
    color: #8a9e8f;
    border: 1px solid rgba(255,255,255,0.08);
    border-radius: 8px;
    padding: 0.6rem 1.5rem;
    margin-top: 0.5rem;
  }
 
  .multiplier strong {
    color: #00704a;
    /* font-family: 'Playfair Display', serif; */
    font-size: 1.1rem;
  }
 
  @keyframes popIn {
    to { opacity: 1; transform: scale(1); }
  }
 
  @media (max-width: 600px) {
    .circles {
      flex-direction: column;
      align-items: center;
      gap: 1.5rem;
    }
    .circles { flex-direction: column-reverse; }
  }

/* Five Streams. One Resource. */

:root {
    --bg: #faf8f5;
    --ink: #1a1410;
    --ink-light: #6b5e52;
    --accent: #d97706;
    --accent-warm: #ea580c;
    --green-deep: #166534;
    --green-mid: #22c55e;
    --green-light: #bbf7d0;
    --agro: #00704a;
    --press: #92400e;
    --municipal: #ebb018;
    --sewage: #c06907;
    --animal: #6aac00;
    --card-bg: rgba(255,255,255,0.7);
    --radius: 16px;
  }
 
 
  /* body {
    font-family: 'DM Sans', sans-serif;
    background: var(--bg);
    color: var(--ink);
    min-height: 100vh;
    overflow-x: hidden;
  } */
 
  /* ---- grain texture overlay ---- */
  /* body::after {
    content: '';
    position: fixed;
    inset: 0;
    background: url("data:image/svg+xml,%3Csvg viewBox='0 0 256 256' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='.85' numOctaves='4' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)' opacity='.04'/%3E%3C/svg%3E");
    pointer-events: none;
    z-index: 100;
  } */
 
  /* .page {
    max-width: 1200px;
    margin: 0 auto;
    padding: 4rem 2rem 6rem;
  } */
 
  /* ---- HEADER ---- */
  .header {
    text-align: center;
    margin-bottom: 4rem;
    position: relative;
  }
 
  /* .eyebrow {
    font-size: 0.75rem;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 3px;
    color: var(--accent);
    margin-bottom: 1rem;
    opacity: 0;
    animation: fadeUp 0.6s ease forwards;
  } */
 
  .header h1 {
    /* font-family: 'DM Serif Display', serif; */
    font-size: clamp(2.4rem, 5.5vw, 4rem);
    line-height: 1.1;
    margin-bottom: 1.25rem;
    opacity: 0;
    animation: fadeUp 0.6s ease 0.15s forwards;
  }
 
  .header h1 em {
    font-style: normal;
    color: var(--accent);
  }
 
  .header .subtitle {
    max-width: 620px;
    margin: 0 auto;
    font-size: 1.05rem;
    line-height: 1.6;
    color: var(--ink-light);
    opacity: 0;
    animation: fadeUp 0.6s ease 0.3s forwards;
  }
 
  /* .divider-line {
    width: 60px;
    height: 3px;
    background: var(--accent);
    border-radius: 2px;
    margin: 2rem auto 0;
    opacity: 0;
    animation: fadeUp 0.6s ease 0.4s forwards;
  } */
 
  /* ---- STREAMS GRID ---- */
  .streams {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    gap: 1rem;
    margin-bottom: 3.5rem;
  }
 
  .stream-card {
    background: var(--card-bg);
    border: 1px solid rgba(0,0,0,0.06);
    /* border-radius: var(--radius); */
    padding: 1.5rem 1.2rem;
    text-align: center;
    position: relative;
    overflow: hidden;
    backdrop-filter: blur(8px);
    cursor: default;
    opacity: 0;
    transform: translateY(24px);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
  }
 
  .stream-card:hover {
    /* transform: translateY(-4px) !important; */
    box-shadow: 0 12px 32px rgba(0,0,0,0.1);
  }
 
  .stream-card::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    /* height: 4px; */
  }
 
  .stream-card[data-stream="agro"]::before       { background: var(--agro); }
  .stream-card[data-stream="press"]::before      { background: var(--press); }
  .stream-card[data-stream="municipal"]::before   { background: var(--municipal); }
  .stream-card[data-stream="sewage"]::before      { background: var(--sewage); }
  .stream-card[data-stream="animal"]::before      { background: var(--animal); }
 
  .stream-icon {
    font-size: 2.2rem;
    margin-bottom: 0.6rem;
    display: block;
  }

  .stream-icon img {
    height: 32px;
    width: 32px;
  }
 
  .stream-name {
    font-weight: 700;
    font-size: 0.82rem;
    text-transform: uppercase;
    letter-spacing: 1px;
    margin-bottom: 1rem;
    color: black;
  }
 
  .stream-metric {
    margin-bottom: 0.9rem;
  }
 
  .stream-metric .big-num {
    font-family: 'DM Serif Display', serif;
    font-size: 2rem;
    line-height: 1;
    display: block;
  }
 
  .stream-card[data-stream="agro"] .big-num      { color: var(--agro); }
  .stream-card[data-stream="press"] .big-num     { color: var(--press); }
  .stream-card[data-stream="municipal"] .big-num  { color: var(--municipal); }
  .stream-card[data-stream="sewage"] .big-num     { color: var(--sewage); }
  .stream-card[data-stream="animal"] .big-num     { color: var(--animal); }
 
  .stream-metric .metric-label {
    font-size: 0.7rem;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    color: var(--ink-light);
    margin-top: 0.2rem;
  }
 
  .stream-bar-wrap {
    background: rgba(0,0,0,0.05);
    border-radius: 6px;
    height: 8px;
    overflow: hidden;
    margin-bottom: 0.6rem;
  }
 
  .stream-bar {
    height: 100%;
    border-radius: 6px;
    width: 0%;
    transition: width 1.2s cubic-bezier(.22,1,.36,1);
  }
 
  .stream-card[data-stream="agro"] .stream-bar       { background: var(--agro); }
  .stream-card[data-stream="press"] .stream-bar      { background: var(--press); }
  .stream-card[data-stream="municipal"] .stream-bar   { background: var(--municipal); }
  .stream-card[data-stream="sewage"] .stream-bar      { background: var(--sewage); }
  .stream-card[data-stream="animal"] .stream-bar      { background: var(--animal); }
 
  .stream-cbg {
    font-size: 0.82rem;
    color: var(--ink-light);
  }
 
  .stream-cbg strong {
    color: var(--green-deep);
    font-size: 1rem;
  }
 
  /* ---- TOTAL BANNER ---- */
  .stream-metric .big-num, #biggest-num {
    font-family: 'Raleway', sans-serif;
    font-weight: 700;
  }

  .total-banner {
    background: #00704b;
    /* border-radius: var(--radius); */
    padding: 2.5rem 2rem;
    color: #ffffff;
    display: grid;
    grid-template-columns: 1fr auto 1fr;
    align-items: center;
    gap: 2rem;
    margin-bottom: 3.5rem;
    position: relative;
    overflow: hidden;
    opacity: 0;
    transform: translateY(24px);
  }
 
  .total-banner::before {
    content: '';
    position: absolute;
    inset: 0;
    background: radial-gradient(ellipse at 30% 50%, rgba(217, 119, 6, 0.15) 0%, transparent 60%),
                radial-gradient(ellipse at 70% 50%, rgba(34, 197, 94, 0.1) 0%, transparent 60%);
    pointer-events: none;
  }
 
  .total-item {
    text-align: center;
    position: relative;
  }
 
  .total-item .big-total {
    font-family: 'DM Serif Display', serif;
    font-size: clamp(2.5rem, 5vw, 3.5rem);
    line-height: 1;
    display: block;
  }
 
  .total-item:first-child .big-total { color: #ebb018; }
  .total-item:last-child .big-total { color: #6aac00; }
 
  .total-item .total-unit {
    font-size: 0.85rem;
    color: rgba(255,255,255);
    text-transform: uppercase;
    letter-spacing: 1px;
    margin-top: 0.3rem;
  }
 
  .total-item .total-label {
    font-size: 0.75rem;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 2px;
    color: rgba(255,255,255);
    margin-bottom: 0.4rem;
  }
 
  .arrow-convert {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 0.3rem;
    color: rgba(255,255,255,0.8);
  }
 
  .arrow-convert svg { width: 40px; height: 40px; }
 
  .arrow-convert span {
    font-size: 0.65rem;
    text-transform: uppercase;
    letter-spacing: 2px;
  }
 
  /* ---- SANKEY / FLOW VISUAL ---- */
  .flow-section {
    margin-bottom: 3.5rem;
    opacity: 0;
    transform: translateY(24px);
  }
 
  .section-title {
    font-family: 'DM Serif Display', serif;
    font-size: 1.5rem;
    margin-bottom: 0.3rem;
  }
 
  .section-sub {
    color: var(--ink-light);
    font-size: 0.9rem;
    margin-bottom: 1.5rem;
  }
 
  .flow-bars {
    display: flex;
    flex-direction: column;
    gap: 0.7rem;
  }
 
  .flow-row {
    display: grid;
    grid-template-columns: 140px 1fr 80px 20px 1fr 70px;
    align-items: center;
    gap: 0.75rem;
  }
 
  .flow-label {
    font-weight: 600;
    font-size: 0.85rem;
    text-align: right;
  }
 
  .flow-track {
    height: 32px;
    background: rgba(0,0,0,0.04);
    border-radius: 8px;
    overflow: hidden;
    position: relative;
  }
 
  .flow-fill {
    height: 100%;
    border-radius: 8px;
    width: 0%;
    transition: width 1.4s cubic-bezier(.22,1,.36,1);
    display: flex;
    align-items: center;
    padding-left: 10px;
  }
 
  .flow-fill-text {
    font-size: 0.72rem;
    font-weight: 700;
    color: #fff;
    white-space: nowrap;
    opacity: 0.9;
  }
 
  .flow-val {
    font-weight: 700;
    font-size: 0.9rem;
    text-align: left;
  }
 
  .flow-arrow {
    color: var(--ink-light);
    text-align: center;
    font-size: 0.9rem;
  }
 
  .flow-row[data-stream="agro"] .flow-fill       { background: linear-gradient(90deg, var(--agro), #f59e0b); }
  .flow-row[data-stream="press"] .flow-fill      { background: linear-gradient(90deg, var(--press), #b45309); }
  .flow-row[data-stream="municipal"] .flow-fill   { background: linear-gradient(90deg, var(--municipal), #38bdf8); }
  .flow-row[data-stream="sewage"] .flow-fill      { background: linear-gradient(90deg, var(--sewage), #a78bfa); }
  .flow-row[data-stream="animal"] .flow-fill      { background: linear-gradient(90deg, var(--animal), #ef4444); }
 
  .flow-row[data-stream="agro"] .flow-val       { color: var(--agro); }
  .flow-row[data-stream="press"] .flow-val      { color: var(--press); }
  .flow-row[data-stream="municipal"] .flow-val   { color: var(--municipal); }
  .flow-row[data-stream="sewage"] .flow-val      { color: var(--sewage); }
  .flow-row[data-stream="animal"] .flow-val      { color: var(--animal); }

  /* ---- CALLOUT ---- */
  .callout {
    background: #00704b15;
    border-left: 4px solid #00704a;
    /* border-radius: 0 var(--radius) var(--radius) 0; */
    padding: 1.5rem 2rem;
    font-size: 1.05rem;
    line-height: 1.6;
    color: black;
    max-width: 720px;
    margin: 0 auto;
    opacity: 0;
    transform: translateY(24px);
  }
 
  .callout strong { color: #00704a; }
 
  /* ---- ANIMATIONS ---- */
  @keyframes fadeUp {
    to { opacity: 1; transform: translateY(0); }
  }
 
  .animate-in {
    animation: fadeUp 0.6s ease forwards;
  }
 
  /* ---- RESPONSIVE ---- */
  @media (max-width: 900px) {
    .streams {
      grid-template-columns: repeat(3, 1fr);
    }
    .flow-row {
      grid-template-columns: 100px 1fr 60px 16px 1fr 55px;
      gap: 0.5rem;
    }
  }
 
  @media (max-width: 768px) {
    .page { padding: 2.5rem 1.2rem 4rem; }
    .streams {
      grid-template-columns: 1fr 1fr;
      gap: 0.8rem;
    }
    .total-banner {
      grid-template-columns: 1fr;
      text-align: center;
      gap: 1.2rem;
      padding: 2rem 1.5rem;
    }
    .arrow-convert { 
      display: hidden;
    }
    .flow-row {
      grid-template-columns: 1fr;
      gap: 0.3rem;
      background: var(--card-bg);
      border-radius: 12px;
      padding: 1rem;
      border: 1px solid rgba(0,0,0,0.06);
    }
    .flow-label { text-align: left; }
    .flow-arrow { display: none; }
  }


/* Our Projects  */
.our-projects-head {
    margin: 48px auto;
    text-align: center;
    display: flex;
    flex-direction: column;
    width: 1200px;
    gap: 8px;
}

.our-projects-head h1 {
    color: darkgreen;
    font-size: 48px;
}

.our-projects-head p {
    font-size: 24px;
}

.map-our-projects {
    max-width: 1200px;
    margin: 0 auto;
}

a {
    text-decoration: none;
}

.map-hero-button-anchor {
    margin-top: 0;             /* remove the 20px that pushes them off */
    padding: 12px 28px;
    font-size: 18px;
    border: none;
    border-radius: 8px;
    cursor: pointer;
    background-color: #f0f0f0;
    color: #333;
    font-family: 'Montserrat', sans-serif;
    font-weight: 600;
    transition: transform 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}

/* button .map-hero-button-anchor  {
    font-size: 24px;
    background-color: darkgreen;
    color: white;
    display: flex;
    justify-content: space-between;
    align-items: center;
    text-align: center;
    gap: 32px;
    border-radius: 8px;
} */

.map-hero-button-anchor:hover {
    /* transform: scale(1.08); */
}

.map-active-button {
    background-color: #00704a;
    color: white;
}

:root {
    /* --stateColor: hsla(120, 100%, 20%, 0.6); */
    --stateColor: hsla(120, 100%, 30%);
}

.map-projects-head {
    display: flex;
    flex-direction: column;
    justify-content: center;   /* was space-between — that's your bug */
    gap: 24px;
    align-items: center;
    padding: 48px 16px;
    margin-top: 24px;
}

.map-project-buttons {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 32px;
}

button {
    font-family: 'Raleway', sans-serif;
    font-weight: 600;
    padding: 8px 32px;
    border: none;
    cursor: pointer;
    /* color: darkgreen; */
}


.map-state {
    width: 20rem;
    height: auto;
    cursor: pointer;
}

.map-box {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-right: 48px;
    height: 600px;
    /* margin: 0 auto; */
}

.map-box1 {
    width: 100%;
}

.map-box2 {
    display: flex;
    width: 100%;
}

.map-default-projects-info-right {
    display: flex;
    flex-direction: column;
    gap: 16px;
    line-height: 32px;
}

li {
    list-style: none;
}

h2 {
    color: var(--stateColor);
}

.important-text {
    font-weight: 600;
    /* color: hsl(110, 100%, 40%); */
    color: var(--stateColor);
}
/* Add more state positions as needed */

.map-star2, .map-star3 {
    margin-left: -30px;
}

.map-abc:hover {
    cursor: pointer;
    fill: red;
}

.map-pin-icon {
    position: absolute;
    width: 18px;
    height: auto;
    /* cursor: pointer; */
}

.map-pin-icon2 {
    /* position: absolute; */
    width: 30px;
    height: auto;
}
.map-pin-kakinada1 {
    margin-left: 275px;
    margin-top: -210px;
}
.map-pin-kakinada2 {
    margin-left: 265px;
    margin-top: -210px;
}
.map-pin-kakinada3 {
    margin-left: 270px;
    margin-top: -215px;
}
.map-pin-ntr {
    margin-left: 250px;
    margin-top: -207px;
}
.map-pin-kamareddy {
    margin-left: 213px;
    margin-top: -235px;
}

.map-pin-nellore {
    margin-left: 270px;
    margin-top: -215px;
}

.map-pin-raipur {
    margin-left: 295px;
    margin-top: -310px;
}
.map-pin-bilaspur {
    margin-left: 290px;
    margin-top: -300px;
}

.map-pin-dhenkanal {
    margin-left: 340px;
    margin-top: -280px;
}

.map-pin-bhopal {
    margin-left: 210px;
    margin-top: -320px;
}
.map-pin-bhopal2 {
    margin-left: 215px;
    margin-top: -323px;
}
.map-pin-indore {
    margin-left: 176px;
    margin-top: -315px;
}
.map-pin-indore2 {
    margin-left: 178px;
    margin-top: -318px;
}
.map-pin-jabalpur {
    margin-left: 250px;
    margin-top: -319px;
}
.map-pin-satna {
    margin-left: 260px;
    margin-top: -345px;
}

.map-pin-chandauli {
    margin-left: 305px;
    margin-top: -370px;
}
.map-pin-prayagraj {
    margin-left: 280px;
    margin-top: -358px;
}
.map-pin-haidergarh {
    margin-left: 260px;
    margin-top: -395px;
}
.map-pin-barabanki {
    margin-left: 250px;
    margin-top: -400px;
}
.map-pin-pilibhit {
    margin-left: 250px;
    margin-top: -420px;
}

.map-pin-prayagraj2 {
    margin-left: 282px;
    margin-top: -360px;
}
.map-pin-barsana {
    margin-left: 286px;
    margin-top: -364px;
}
.map-pin-hapur {
    margin-left: 205px;
    margin-top: -420px;
}
.map-pin-gorakhpur {
    margin-left: 302px;
    margin-top: -394px;
}
.map-pin-balrampur {
    margin-left: 270px;
    margin-top: -405px;
}
.map-pin-budaun {
    margin-left: 216px;
    margin-top: -420px;
}
.map-pin-lakhimpur2 {
    margin-top: -418px;
    margin-left: 252px;
}
.map-pin-meerut {
    margin-left: 214px;
    margin-top: -414px;
}
.map-pin-muzaffarnagar {
    margin-left: 204px;
    margin-top: -446px;
}

.map-pin-siddharthnagar {
    margin-left: 280px;
    margin-top: -400px;
}
.map-pin-shahjahanpur {
    margin-left: 270px;
    margin-top: -400px;
}
.map-pin-raebareli {
    margin-left: 300px;
    margin-top: -390px;
}
.map-pin-deoria {
    margin-left: 280px;
    margin-top: -390px;
}

.map-pin-birbhum {
    margin-left: 374px;
    margin-top: -340px;
}

.map-pin-jind {
    margin-left: 177px;
    margin-top: -435px;
}
.map-pin-jind2 {
    margin-left: 172px;
    margin-top: -435px;
}
.map-pin-jhajjar1 {
    margin-left: 185px;
    margin-top: -430px;
}
.map-pin-hisar {
    margin-left: 190px;
    margin-top: -418px;
}
.map-pin-panipat {
    margin-left: 178px;
    margin-top: -425px;
}
.map-pin-fatehbad {
    margin-left: 190px;
    margin-top: -440px;
}

.map-pin-fazilka {
    margin-left: 155px;
    margin-top: -455px;
}
.map-pin-sangrur {
    margin-left: 176px;
    margin-top: -449px;
}
.map-pin-hoshiarpur {
    margin-left: 176px;
    margin-top: -469px;
}
.map-pin-sangrur2 {
    margin-left: 178px;
    margin-top: -451px;
}
.map-pin-patiala {
    margin-left: 186px;
    margin-top: -456px;
}
.map-pin-ludhiana {
    margin-left: 176px;
    margin-top: -458px;
}

.map-pin-suratgarh {
    margin-left: 145px;
    margin-top: -437px;
}
.map-pin-vadodara {
    margin-left: 135px;
    margin-top: -310px;
}
.map-pin-westChamparan {
    margin-left: 320px;
    margin-top: -385px;
}

.map-pin-cuddalore {
    margin-left: 238px;
    margin-top: -125px;
}

.map-pin-haveri {
    margin-left: 174px;
    margin-top: -185px;
}
.map-pin-haveri2 {
    margin-left: 170px;
    margin-top: -187px;
}
.map-pin-belagavi {
    margin-left: 160px;
    margin-top: -198px;
}
.map-pin-bagalkot {
    margin-left: 174px;
    margin-top: -198px;
}

.map-pin-nashik {
    margin-left: 144px;
    margin-top: -272px;
}
.map-pin-akola {
    margin-left: 194px;
    margin-top: -272px;
}
.map-pin-nanded {
    margin-left: 208px;
    margin-top: -260px;
}
.map-pin-raigad {
    margin-left: 130px;
    margin-top: -240px;
}
.map-pin-nagpur {
    margin-left: 238px;
    margin-top: -286px;
}
.map-pin-pune {
    margin-left: 139px;
    margin-top: -240px;
}
.map-pin-pune2 {
    margin-left: 142px;
    margin-top: -240px;
}
.map-pin-ahmednagar{
    margin-left: 146px;
    margin-top: -244px;
}
.map-pin-satara {
    margin-left: 146px;
    margin-top: -222px;
}
.map-pin-solapur {
    margin-left: 160px;
    margin-top: -222px;
}

.map-num {
    position: absolute;
    font-size: 20px;
    color: white;
    /* cursor: pointer; */
}

.map-num-ap {
    margin-left: 225px;
    margin-top: -180px;
}

.map-num-ct {
    margin-left: 295px;
    margin-top: -310px;
}

.map-num-up {
    margin-left: 255px;
    margin-top: -390px;
}

.map-num-hr {
    margin-left: 185px;
    margin-top: -435px;
}


#INAP,
#INRJ,
#INMP,
#INUP,
#INCT, 
#INHR,
#INGJ,
#INKA,
#INMH,
#INTN,
#INWB,
#INPB {
    fill: var(--stateColor);
    /* backdrop-filter: blur(5px); */
}

#INAP:hover,
#INRJ:hover,
#INMP:hover,
#INUP:hover,
#INCT:hover, 
#INGJ:hover, 
#INHR:hover,
#INGJ:hover,
#INKA:hover,
#INMH:hover,
#INTN:hover,
#INWB:hover,
#INPB:hover {
    fill: rgb(59, 60, 0);
    cursor:pointer;
    /* filter: drop-shadow(0 0 2px rgb(0, 60, 0)) drop-shadow(0 0 2px rgb(0, 60, 0)) drop-shadow(0 0 10px rgb(0, 60, 0)); */
}

#INAP2,
#INUP2,
#INCT2, 
#INHR2,
#INPB2,
#INGJ2,
#INRJ2,
#INBR2,
#INMP2,
#INTG2 {
    fill: var(--stateColor);
}

#INAP2:hover,
#INUP2:hover,
#INCT2:hover,  
#INHR2:hover,
#INPB2:hover,
#INGJ2:hover,
#INRJ2:hover,
#INBR2:hover,
#INMP2:hover,
#INTG2:hover  {
    fill: rgb(0, 60, 0);
    cursor:pointer;
    /* filter: drop-shadow(0 0 2px rgb(0, 60, 0)) drop-shadow(0 0 2px rgb(0, 60, 0)) drop-shadow(0 0 10px rgb(0, 60, 0)); */
}

.map-project-card-container {
    margin-top: 72px;
    display: none;
}

.map-project-card-container > h2 {
    position: absolute;
    margin-top: -48px;
    color: rgb(68, 68, 68);
    /* font-size: 16px; */
}

/* Map Paragraph */

.card {
    width: 400px;
    padding: 20px;
  }
  .stat {
    margin-bottom: 20px;
  }
  .stat .num {
    font-size: 54px;
    font-weight: 800;
    line-height: 1;
  }
  .stat .label {
    font-size: 20px;
    font-weight: 700;
    margin-top: 4px;
  }
  .stat .sub {
    font-size: 15px;
    margin-top: 2px;
  }
  .completed .num,
  .completed .label { color: #1f7a4d; }
  .completed .sub   { color: #2a9d6a; }
 
  .under .num,
  .under .label { color: #8a8a8a; }
  .under .sub   { color: #8a8a8a; }
 
  .legend {
    margin-top: 20px;
    display: flex;
    flex-direction: column;
    gap: 10px;
  }
  .legend-item {
    display: flex;
    align-items: center;
    font-size: 18px;
    font-weight: 600;
  }
  .swatch {
    width: 22px;
    height: 22px;
    margin-right: 12px;
    display: inline-block;
  }
 
  .footnote {
    margin-top: 18px;
    font-size: 13px;
    color: #333;
    display: flex;
    align-items: flex-start;
  }
  .footnote .star {
    color: #d9117a;
    margin-right: 6px;
    font-size: 14px;
  }

/* .project-card {
    width: 200px;
    height: min-content;
    display: flex;
    flex-direction: column;
    gap: 16px;
    border: 1px solid black;
    padding: 16px;
    align-items: flex-start;
} */

/* .card-image {
    width: 30px;
    height: auto;
} */

.map-kakinada-text {
    display: none;
}

.map-pin-kakinada1:hover + .kakinada-text {
    display: block;
    position: absolute;
}

/* ADDING CLASSLISTS TO FETCH IN JAVASCRIPT */
.map-project-card-containers {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-template-rows: max-content;
    gap: 12px;
}

.map-project-card {
    /* border: 1px solid rgba(0, 128, 0, 0.226); */
    border: 1px solid hsla(110, 100%, 40%, 0.2);
    padding: 12px;
    height: max-content;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    background: hsl(0, 0%, 70%, 0.1);
    border-radius: 8px;
    gap: 16px;
    /* filter: drop-shadow(0 0 25px #4dff56); */
    /* border-left: 10px solid hsl(110, 100%, 40%); */
}

.map-project-card-border-left {
    /* width: 5px; */
    height: 60px;
    margin-left: -10px;
    border-radius: 4px 0 0 4px;
    background-color: var(--stateColor);
    z-index: -10;
}

.map-project-card-new .completed {
    background-color: greenyellow;
}

h5 {
    margin-bottom: 4px;
    opacity: 0.5;
}

.map-project-card.map-progress {
    background-color: rgba(107, 107, 104, );
}

.map-project-card > div > h3 {
    color: var(--stateColor);
}

.map-project-card > div {
    display: flex;
    flex-direction: column;
    gap: 4px;
}

.map-project-card > div > p {
    font-weight: 500;
    font-size: 12px;
}

.map-card-image {
    width: 70px;
    height: auto;
    /* opacity: 0.5; */
    /* background: grey; */
    padding: 12px;
    border: 1px solid hsl(110, 100%, 40%, 0.2);
    background: var(--stateColor);
    border-radius: 50%;
    /* background: #4dff56; */
}

@media only screen and (max-width:768px) {
    .our-projects-head {
        margin: 32px auto;
        width: 100%;
        gap: 8px;
    }
    .our-projects-head h1 {
        color: darkgreen;
        font-size: 32px;
    }
    .our-projects-head p {
        font-size: 16px;
    }

    .map-project-buttons {
        position: inherit;
        flex-direction: column;
        gap: 8px;
        margin: 0 auto;
        width: 100%;
        z-index: 1;
    }
    .map-hero-button-anchor {
        width: 100%;
        font-size: 16px;
        padding: 16px;
        justify-content: center;
    }
    .map-hero-button-anchor:hover {
        transform: none;
    }
    button #map-igrpl-button {
        align-items: center;
        text-align: center;
    }
    svg {
        width: calc(100vw - 64px);
        padding: 0;
        margin: -170px 0 -210px 0;
        z-index: -1000;
    }
    .map-card-image {
        width: 32px;
        height: auto;
        padding: 2px;
    }
    .map-box {
        display: flex;
        flex-direction: column;
        justify-content: space-between;
        align-items: center;
        height: max-content;
        width: 100%;
        /* padding-right: 48px; */
    }
    .map-box2 {
        padding: 16px;
        margin: 32px;
    }
    .map-box2 p{
        font-size: 16px;
    }
    .map-project-card {
        padding: 8px;
        gap: 8px;
        width: calc(50vw - 48px);
    }
    .map-project-card > div > p {
        font-size: 10px;
        line-height: 16px;
    }
    .map-project-card-containers {
      display: grid;
      grid-template-columns: repeat(2, 1fr);
      grid-template-rows: max-content;
      gap: 12px;
    }
    .map-pins {
        display: none;
    }
}

.mmbtu {
    display: flex;
    margin: -24px auto 0 auto;
    justify-content: center;
    gap: 64px;
}

.mmbtu div h2 {
    font-size: 36px;
}

@media only screen and (max-width:768px) {
    .mmbtu {
        margin: auto;
        padding: 16px;
        justify-content: flex-start;
        gap: 48px;
    }
    .mmbtu div h2 {
        font-size: 16px;
    }
    .mmbtu div h3 {
        font-size: 12px;
    }
}

p span {
    font-weight: 700;
}

.map-pin-vijaywada {
    margin-top: -210px;
    margin-left: 260px;
}

.map-pin-jaunpur {
    margin-top: -370px;
    margin-left: 290px;
}
.map-pin-sitapur {
    margin-top: -410px;
    margin-left: 260px;
}
.map-pin-lakhimpur {
    margin-top: -420px;
    margin-left: 250px;
}

.map-pin-jind00 {
    margin-top: -420px;
    margin-left: 190px;
}
.map-pin-karnal {
    margin-top: -430px;
    margin-left: 185px;
}
.map-pin-kaithal {
    margin-top: -440px;
    margin-left: 190px;
}
.map-pin-sirsa {
    margin-top: -423px;
    margin-left: 180px;
}

.map-pin-bemetra {
    margin-top: -310px;
    margin-left: 270px;
}

/* Our Power */
.our-power {
    max-width: 1200px;
    margin: 0 auto;
    /* padding: 4rem 2rem 5rem; */
  }

  .our-power h2 {
    color: #00704a;
  }

  .our-power-split {
    display: flex;
    gap: 64px;
    margin-top: 48px;
  }

  .our-power-split .gps-video{
    width: 600px;
    height: 400px;
    object-fit: cover;
    align-items: center;
  }
 
  /* ---- Section label ---- */
 
  /* ---- Big stat blocks ---- */
  .stat-block:first-of-type {
    padding: 2.5rem 0;
    border-bottom: 1px solid #e0e0e0;
  }
 
  .stat-block {
    padding-top: 24px;
  }
 
  .stat-number {
    /* font-family: 'Playfair Display', serif; */
    font-weight: 700;
    font-size: 48px;
    line-height: 1;
    color: #1a1a1a;
    margin-bottom: 0.75rem;
  }
 
  .stat-number sub {
    font-size: 0.45em;
    vertical-align: baseline;
    font-weight: 700;
  }
 
  .stat-desc {
    font-size: 0.95rem;
    line-height: 1.65;
    color: #555;
    max-width: 560px;
  }
 
  .stat-desc strong {
    color: #1a1a1a;
  }
 
  .stat-source {
    font-size: 0.78rem;
    font-style: italic;
    color: #999;
    margin-top: 0.75rem;
  }
 
  /* ---- Three-column stat row ---- */
  .three-col {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 1.5rem;
    padding: 2.5rem 0;
    /* border-bottom: 1px solid #e0e0e0; */
  }
 
  .col-stat {
    display: flex;
    text-align: left;
    align-items: center;
    gap: 16px;
    padding: 1.5rem 1rem;
    border: 1px solid #e8e8e8;
    /* border-radius: 10px; */
    background: #fff;
  }

  .col-stat:nth-child(3) {
    background-color: #00704b1c;
  }
 
  .col-num {
    /* font-family: 'Playfair Display', serif; */
    font-weight: 700;
    font-size: clamp(2rem, 4vw, 2.8rem);
    color: #1a1a1a;
    line-height: 1;
    margin-bottom: 0.4rem;
  }

  .col-stat:nth-child(3) .col-num {
    color: #00704a;
  }

  .col-unit {
    font-size: 0.75rem;
    font-weight: 600;
    color: black;
    text-transform: uppercase;
    letter-spacing: 1px;
    margin-bottom: 0.5rem;
  }
 
  .col-desc {
    font-size: 0.9rem;
    color: #666;
    line-height: 1.5;
  }
 
  /* ---- Animations ---- */
  .fade-in {
    opacity: 0;
    transform: translateY(16px);
  }
 
  .fade-in.visible {
    animation: fadeUp 0.5s ease forwards;
  }
 
  @keyframes fadeUp {
    to { opacity: 1; transform: translateY(0); }
  }
 
  @media (max-width: 640px) {
    .page { padding: 2.5rem 1.2rem 3rem; }
    .three-col { grid-template-columns: 1fr; gap: 0.8rem; }
    .col-stat { text-align: left; display: flex; align-items: center; gap: 1rem; padding: 1rem 1.2rem; }
    .col-num { margin-bottom: 0; min-width: 60px; }
    .col-unit { margin-bottom: 0; }
  }

    @media only screen and (max-width:768px) {
    .our-power {
      width: calc(100%);
      }
      .our-power-split {
      display: flex;
      flex-direction: column;
      gap: 8px;
      margin-top: 48px;
      }
      .our-power-split .gps-video {
        width: 100vw;
        height: 200px;
        margin-left: -32px;
      }
    }

/* SPLIT-IMAGE-HERO */
:root {
    --bg: #0c0f0a;
    --ink: #f2efe6;
    --ink-dim: #8a9e8f;
    --amber: #d4a934;
    --red: #c0392b;
    --green: #3da35d;
    --green-deep: #1a5c2e;
  }
 
  /* ---- SPLIT IMAGE HERO ---- */
  .split-hero {
    position: relative;
    width: 100%;
    height: clamp(420px, 60vh, 600px);
    display: flex;
    overflow: hidden;
  }
 
  .split-side {
    flex: 1;
    position: relative;
    overflow: hidden;
  }
 
  /* Cracked earth side */
  .split-left {
    background: url(./images/drought.png);
    display: flex;
    align-items: center;
    justify-content: center;
    /* filter: brightness(0.8); */
  }
 
  .split-left .texture {
    position: absolute;
    inset: 0;
    background:
      repeating-conic-gradient(#4a3525 0% 25%, #3a2515 0% 50%) 0 0 / 80px 80px,
      linear-gradient(135deg, #5a3d28 25%, transparent 25%) -20px 0 / 40px 40px,
      linear-gradient(225deg, #4a3020 25%, transparent 25%) -20px 0 / 40px 40px;
    opacity: 0.7;
  }
 
  /* Crack lines via SVG overlay */
  .crack-overlay {
    position: absolute;
    inset: 0;
    opacity: 0.6;
  }
 
  .crack-overlay svg {
    width: 100%;
    height: 100%;
  }
 
  .split-left .label-overlay {
    position: relative;
    z-index: 2;
    text-align: center;
    padding: 2rem;
  }
 
  .split-left .label-overlay .icon {
    font-size: 3rem;
    margin-bottom: 0.5rem;
    filter: grayscale(0.5);
    display: block;
  }
 
  .split-left .label-overlay h3 {
    /* font-family: 'Playfair Display', serif; */
    font-size: 1.4rem;
    color: white;
    margin-bottom: 0.3rem;
    z-index: 4;
  }
 
  .split-left .label-overlay p {
    font-size: 0.78rem;
    color: white;
    max-width: 200px;
    margin: 0 auto;
    line-height: 1.5;
  }
 
  /* Fertile soil side */
  .split-right {
    background: url(./images/fertile.png);
    display: flex;
    align-items: center;
    justify-content: center;
    /* object-fit: cover; */
  }
 
  .split-right .texture {
    position: absolute;
    inset: 0;
    /* background:
      radial-gradient(circle at 30% 40%, #2a5a30 0%, transparent 50%),
      radial-gradient(circle at 70% 70%, #1e4a25 0%, transparent 40%),
      radial-gradient(circle at 50% 20%, #234d2a 0%, transparent 60%); */
    opacity: 0.8;
  }
 
  /* organic particle dots */
  .particles {
    position: absolute;
    inset: 0;
    overflow: hidden;
  }
 
  .particle {
    position: absolute;
    width: 3px;
    height: 3px;
    background: rgba(74, 222, 128, 0.25);
    border-radius: 50%;
    animation: drift 6s ease-in-out infinite;
  }
 
  @keyframes drift {
    0%, 100% { transform: translateY(0) scale(1); opacity: 0.3; }
    50% { transform: translateY(-15px) scale(1.5); opacity: 0.7; }
  }
 
  .split-right .label-overlay {
    position: relative;
    z-index: 2;
    text-align: center;
    padding: 2rem;
  }
 
  .split-right .label-overlay .icon {
    font-size: 3rem;
    margin-bottom: 0.5rem;
    display: block;
  }
 
  .split-right .label-overlay h3 {
    /* font-family: 'Playfair Display', serif; */
    font-size: 1.4rem;
    color: #ffffff;
    margin-bottom: 0.3rem;
  }
 
  .split-right .label-overlay p {
    font-size: 0.78rem;
    color: #ffffff;
    max-width: 200px;
    margin: 0 auto;
    line-height: 1.5;
  }
 
  /* Center divider */
  .split-divider {
    position: absolute;
    left: 50%;
    top: 0;
    bottom: 0;
    width: 2px;
    background: linear-gradient(to bottom, transparent, rgba(255,255,255,0.3), transparent);
    transform: translateX(-50%);
    z-index: 5;
  }
 
  .split-divider .vs-badge {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 44px;
    height: 44px;
    background: var(--bg);
    border: 1.5px solid rgba(255,255,255,0.2);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 0.65rem;
    font-weight: 700;
    letter-spacing: 1px;
    color: var(--ink-dim);
  }
 
  /* ---- STATS BAR ---- */
  .stats-bar {
    background: #ffffff;
    border-top: 1px solid rgba(255,255,255,0.06);
    border-bottom: 1px solid rgba(255,255,255,0.06);
    display: flex;
    justify-content: center;
    gap: clamp(2rem, 6vw, 5rem);
    padding: 1.5rem 2rem;
  }
 
  .stat-item {
    text-align: center;
    opacity: 0;
    transform: translateY(16px);
  }
 
  .stat-item.animate-in {
    animation: fadeUp 0.6s ease forwards;
  }
 
  .stat-num {
    /* font-family: 'Playfair Display', serif; */
    font-weight: 800;
    font-size: clamp(1.6rem, 3.5vw, 2.4rem);
    color: black;
    line-height: 1;
  }
 
  .stat-label {
    font-size: 0.68rem;
    color: #00704a;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 1.5px;
    margin-top: 0.25rem;
  }
 
  /* ---- CONTENT SECTION ---- */
  .content {
    max-width: 1200px;
    margin: 0 auto;
    padding: 4rem 2rem 5rem;
  }
 
  .content-block {
    opacity: 0;
    transform: translateY(24px);
  }
 
  .content-block.animate-in {
    animation: fadeUp 0.7s ease forwards;
  }
 
  .content h2 em {
    font-style: italic;
    color: var(--amber);
  }
 
  .content .body-text {
    font-size: 1rem;
    line-height: 1.75;
    color: black;
    margin-bottom: 1.5rem;
  }
 
  .content .body-text strong {
    color: #00704a;
    font-weight: 600;
  }
 
  .affected-states {
    display: flex;
    gap: 0.6rem;
    flex-wrap: wrap;
    margin-bottom: 2rem;
  }
 
  .state-chip {
    background: rgba(192, 57, 43, 0.12);
    border: 1px solid rgba(192, 57, 43, 0.25);
    color: #e87c70;
    padding: 0.3rem 0.8rem;
    border-radius: 999px;
    font-size: 0.72rem;
    font-weight: 600;
    letter-spacing: 0.5px;
  }
 
  /* ---- SOLUTION CALLOUT ---- */
  .solution {
    background: linear-gradient(135deg, #0f2414 0%, #142e1a 100%);
    border: 1px solid rgba(61, 163, 93, 0.15);
    border-radius: 16px;
    padding: 2rem;
    position: relative;
    overflow: hidden;
    margin-top: 0.5rem;
  }
 
  .solution::before {
    content: '';
    position: absolute;
    top: -40px;
    right: -40px;
    width: 200px;
    height: 200px;
    background: radial-gradient(circle, rgba(61, 163, 93, 0.1) 0%, transparent 70%);
    pointer-events: none;
  }
 
  .solution .sol-eyebrow {
    font-size: 0.6rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 3px;
    color: var(--green);
    margin-bottom: 0.8rem;
  }
 
  .solution h3 {
    /* font-family: 'Playfair Display', serif; */
    font-size: 1.25rem;
    color: #a5e6b0;
    margin-bottom: 0.75rem;
    line-height: 1.3;
  }
 
  .solution p {
    font-size: 0.88rem;
    line-height: 1.65;
    color: #7aaa85;
  }
 
  .solution p strong {
    color: #b8e8c4;
    font-weight: 600;
  }
 
  .solution .arrow-icon {
    position: absolute;
    bottom: 1.5rem;
    right: 1.5rem;
    width: 32px;
    height: 32px;
    border: 1px solid rgba(61,163,93,0.3);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--green);
    font-size: 0.9rem;
  }
 
  @keyframes fadeUp {
    to { opacity: 1; transform: translateY(0); }
  }
 
  /* grain */
  body::after {
    content: '';
    position: fixed;
    inset: 0;
    background: url("data:image/svg+xml,%3Csvg viewBox='0 0 256 256' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='.8' numOctaves='4' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)' opacity='.05'/%3E%3C/svg%3E");
    pointer-events: none;
    z-index: 100;
  }
 
  @media (max-width: 640px) {
    .split-hero { height: 340px; }
    .split-left .label-overlay h3,
    .split-right .label-overlay h3 { font-size: 1.1rem; }
    .stats-bar { 
      display: grid;
      grid-template-columns: repeat(2, 1fr);
      gap: 1.5rem; padding: 1.2rem 1rem; 
    }
    .content { padding: 2.5rem 1.3rem 3rem; }
    .solution { padding: 1.5rem; }
  }

.biogas-plant-video {
    position: relative;
    width: 100%;
    height: 100%;
    overflow: hidden;
    background: rgba(0, 0, 0, 0.76);
}
.biogas-plant-video video {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 100%;
    height: 100%;
    object-fit: cover;
    transform: translate(-50%, -50%);
    z-index: -1;
}
.biogas-plant-video-content {
    display: flex;
    flex-direction: column;
    justify-content: center;
    margin: 0 auto;
    padding: 64px;
    color: white;
    max-width: 1300px;
}

.biogas-plant-video-content h2 {
    color: white;
}

.biogas-plant-video-content p {
    color: white;
}

.conclusion-line {
  color: #00704a;
}

/* Sources section */
.sources-section {
    max-width: 1000px;
    margin: 0 auto;
    padding: 3rem 2rem 4rem;
    border-top: 1px solid #f0f0ee;
  }
 
  .section-label {
    font-size: 1rem;
    font-weight: 600;
    /* text-transform: uppercase; */
    /* letter-spacing: 3px; */
    color: #999;
    margin-bottom: 0.6rem;
  }

  ol {
    list-style: none;
    counter-reset: src;
  }
 
  ol li {
    counter-increment: src;
    position: relative;
    padding: 0.8rem 0 0.8rem 2.2rem;
    border-bottom: 1px solid #f0f0ee;
    font-size: 0.88rem;
    line-height: 1.6;
    color: #444;
  }
 
  ol li::before {
    content: counter(src) ".";
    position: absolute;
    left: 0;
    top: 0.8rem;
    /* font-family: 'Playfair Display', serif; */
    font-weight: 700;
    font-size: 0.9rem;
    color: #1a1a1a;
    width: 1.6rem;
    text-align: right;
  }
 
  ol li a {
    color: #2563eb;
    text-decoration: none;
    word-break: break-all;
    font-size: 0.82rem;
  }
 
  ol li a:hover {
    text-decoration: underline;
  }
 
  @media (max-width: 640px) {
    .sources-section { padding: 2rem 1.2rem 3rem; }
  }