* { margin: 0; padding: 0; box-sizing: border-box; }
body { font-family: 'Lato', sans-serif; background: #f0f0f0; }

.label {
  background: #111;
  color: #fff;
  font-family: 'Lato', sans-serif;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  padding: 10px 20px;
}

/* ===================== SHARED HERO BASE ===================== */
.hero { position: relative; width: 100%; min-height: 92vh; overflow: hidden; display: flex; }
.hero__bg { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; z-index: 0; }
.hero__content { position: relative; z-index: 2; }

.v5 { align-items: flex-end; flex-direction: column; justify-content: flex-end; }
.v5::after { content: ''; position: absolute; inset: 0; background: linear-gradient(160deg, rgba(0,0,0,0.0) 30%, rgba(0,0,0,0.75) 100%); z-index: 1; }
.v5 .hero__content { width: 100%; padding: 0; }
.v5 .v5-text { padding: 0 8% 30px; }
.v5 h1 { font-family: "Julius Sans One", sans-serif; font-size: clamp(2.5rem,6vw,5.5rem); font-weight: 400; color: #fff; margin-bottom: 14px; line-height: 1.05; max-width: 700px; }
.v5 p { font-size: 1rem; color: rgba(255,255,255,0.8); max-width: 480px; margin-bottom: 28px; line-height: 1.7; }
.v5 .btns { display: flex; gap: 14px; flex-wrap: wrap; }
.v5 .b1 { background: #3cbe71; color: #fff; padding: 13px 28px; border-radius: 6px; text-decoration: none; font-weight: 700; font-size: 0.88rem; }
.v5 .b2 { color: rgba(255,255,255,0.85); padding: 13px 0; text-decoration: none; font-size: 0.88rem; border-bottom: 1px solid rgba(255,255,255,0.5); }
.v5-stats { display: flex; background: rgba(255,255,255,0.12); backdrop-filter: blur(8px); border-top: 1px solid rgba(255,255,255,0.15); }
.v5-stat { flex: 1; padding: 20px 8%; border-right: 1px solid rgba(255,255,255,0.15); }
.v5-stat:last-child { border-right: none; }
.v5-stat strong { display: block; font-family: 'Lato', sans-serif; font-size: 1.8rem; font-weight: 700; color: #fff; }
.v5-stat span { font-size: 0.78rem; color: rgba(255,255,255,0.65); letter-spacing: 0.05em; text-transform: uppercase; }



@media (max-width: 768px) {
  .hero { min-height: 100svh; }

  .v1 .hero__content, .v2 .hero__content, .v4 .hero__content,
  .v7 .hero__content, .v8 .hero__content, .v10 .hero__content { padding: 40px 24px 50px; max-width: 100%; }

  .v1::after { background: linear-gradient(to top, rgba(255,255,255,0.97) 0%, rgba(255,255,255,0.88) 50%, rgba(255,255,255,0.3) 80%, transparent 100%); }
  .v1 { align-items: flex-end; }
  .v1 p { max-width: 100%; }

  .v2 { align-items: flex-end; }
  .v2 .hero__content { padding: 0 24px 50px; }

  .v3 { flex-direction: column; }
  .v3 .hero__bg { width: 100%; height: 50%; top: 0; right: 0; }
  .v3 .hero__overlay { display: none; }
  .v3 .hero__content { width: 100%; padding: 40px 24px; }

  .v4 .hero__content { padding: 40px 24px; }

  .v5 .v5-text { padding: 0 24px 24px; }
  .v5-stats { flex-direction: column; }
  .v5-stat { border-right: none; border-bottom: 1px solid rgba(255,255,255,0.15); padding: 14px 24px; }

  .v6 .hero__content { flex-direction: column; }
  .v6-left { width: 100%; clip-path: none; padding: 40px 24px; }
  .v6-right { position: relative; width: 100%; height: 280px; }

  .v7 .hero__content { margin-left: 0; padding: 40px 24px 40px 28px; }

  .v8 { align-items: flex-end; justify-content: flex-start; }
  .v8::after { background: linear-gradient(to top, rgba(255,255,255,0.97) 0%, rgba(255,255,255,0.88) 50%, rgba(255,255,255,0.2) 100%); }
  .v8 .hero__content { text-align: left; padding: 0 24px 50px; }
  .v8 .btns { justify-content: flex-start; }

  .v9 { flex-direction: column; }
  .v9 .hero__bg { width: 100%; height: 40%; top: 0; right: 0; }
  .v9::after { width: 100%; height: 40%; top: 0; }
  .v9 .hero__content { width: 100%; border-right: none; border-top: none; padding: 40% 24px 40px; margin-top: 0; }

  .v10 { align-items: flex-end; }
  .v10 .hero__content { padding: 0 24px 50px; }

  .btns { flex-direction: column !important; }
  .btns a { text-align: center !important; width: 100%; }
}

@media (max-width: 480px) {
  .v5-stats { display: grid; grid-template-columns: 1fr 1fr; }
  .v5-stat { border-right: 1px solid rgba(255,255,255,0.15); }
  .v5-stat:nth-child(2n) { border-right: none; }
}












body{
    font-family: 'Lato', sans-serif;
    font-weight: 400;
  }
  
  header {
  position: fixed;       /* Fix it to the viewport */
  top: 0;                /* Stick to the top */
  left: 0;
  width: 100%;           /* Full width */
  background-color: #3cbe71; /* Add background so it doesn’t overlap content */
  z-index: 1000;         /* Keep it above other elements */
  box-shadow: 0 2px 5px rgba(0,0,0,0.1); /* Optional: nice subtle shadow */
  }
  
  main {
  margin-top:0; /* Adjust this to match your header height */
  }
  
  header .container {
    display: flex;
    justify-content: space-between; /* logo left, nav right */
    align-items: center;            /* vertically center both */
  }
  
  /* Logo styling */
  .logo {
    display: flex;
    align-items: center;
    gap: 10px; /* space between logo image and text */
  }
  .logo h1{
    font-family: "Julius Sans One", sans-serif;
    font-weight: 700;
    text-align:;
    font-size: 20px;
    color: white;
  }
  .logo-link {
  text-decoration: none;
  color: inherit; /* keeps your original text color */
}

.logo-link h1 {
  margin: 0; /* prevents spacing issues */
}
  
  ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
    display: flex;
  }
  
  ul li a {
    display: block;
    color: rgb(0, 0, 0);
    padding: 14px 16px;
    text-decoration: none;
  }
  
  ul li a:hover {
    background-color:white;
  }
  
  @media (max-width: 768px) {
    header .container {
      flex-direction: column;
      align-items: flex-start;
    }
  
    nav ul {
      flex-direction: column;
      gap: 15px;
      margin-top: 10px;
    }
}

/* Hide hamburger on large screens */
.hamburger {
    display: none;
    font-size: 28px;
    color: white;
    cursor: pointer;
  }
  
  /* Small screens */
  @media (max-width: 768px) {
    /* Show hamburger */
    .hamburger {
      display: block;
    }
  
    /* Hide nav by default */
    nav {
      width: 100%;
      display: none;
    }
  
    /* When active (JS toggles class) */
    nav.active {
      display: block;
    }
  
    nav ul {
      flex-direction: column;
      gap: 10px;
      width: 100%;
    }
  
    nav ul li a {
      padding: 10px;
      background: #ffffff50;
      color: white;
    }
  
    nav ul li a:hover {
      background: white;
      color: black;
    }
  
    header .container {
      flex-direction: column;
      align-items: flex-start;
    }
  }
  
  h1{
    font-family: "Julius Sans One", sans-serif;
    font-weight: 400;
    text-align: center;
    font-size: 90px;
  }
  
  p{
    text-align: center;
    font-size: 25px;
  }
  .number{
    margin-top: 100px;
  }

  .number h1{
    font-size: 45px;
  }
  .number h2{
      font-family: "Lato", sans-serif;
  font-size: 2.5rem;
  font-weight: 900;
  text-align: center;
  }
  .number {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 20px;
}

.number .left,
.number .right {
  width: 50%;
}
@media (max-width: 768px) {
  .number {
    flex-direction: column;
    text-align: center;
  }

  .number .left,
  .number .right {
    width: 100%;
  }
}

/* impact*/

.impact-section {

  padding: 40px 10%;
  background-color: #f9f9f9;
}

.impact-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-template-rows: auto auto;
  gap: 20px;
}

/* Card positioning */
.card3 {
  grid-row: span 2; /* Spans vertically */
}

.card4 {
  grid-column: span 2; /* Spans horizontally */
}

/* Card styling */
.impact-card {
  background: #fff;
  border: 1px solid #ddd;
  border-radius: 10px;
  box-shadow: 0 2px 8px rgba(0,0,0,0.05);
  transition: all 0.3s ease;
}
.impact-card1 {
  background: #fff;
  border: 1px solid #ddd;
  border-radius: 10px;
  display: flex;
  width:100%;
  flex-direction: row;
  justify-content: space-between;
  box-shadow: 0 2px 8px rgba(0,0,0,0.05);
  transition: all 0.3s ease;
}

/* Add breathing room inside text */
.impact-card h3 {
  margin-bottom: 10px;
}

.impact-card p {
  color: rgb(0, 0, 0);
  font-size: 1rem;
  margin-bottom: 10px;
  font-family: 'Lato', sans-serif;
  font-weight: 400;
  text-align: left;
}

.impact-card a {
  color: #0078d4;
  text-decoration: none;
  font-weight: 600;
}
.impact-card1 a {
  color: #0078d4;
  text-decoration: none;
  font-weight: 600;
  font: 0.5em sans-serif;
}

.impact-card a:hover {
  text-decoration: underline;
}

/* Hover effects */
.impact-card:hover {
  transform: translateY(-3px);
  box-shadow: 0 6px 20px rgba(0,0,0,0.08);
}
.impact-card1:hover {
  transform: translateY(-3px); /* Hover effect */
  box-shadow: 0 6px 20px rgba(0,0,0,0.08);
}

/* Responsiveness */
@media (max-width: 900px) {
  .impact-section {
    padding: 40px 30px;
  }
  .impact-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 600px) {
  .impact-section {
    padding: 30px 20px;
  }
  .impact-grid {
    grid-template-columns: 1fr;
  }
}

.card1-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 10px;
}

.card1-content {
  padding: 10px;
  width: 70%;
}
/* .card1, .card2, .card3, .card4 {
  padding: 10px;
} */

.card1, .card2, .card3, .card4, h3 {
  font-family: "Julius Sans One", sans-serif;
  font-size: 2rem;
  font-weight: 300;
  text-align: left;
  font-size: 30px;
}

.card-image {
  width: 100%;
  height: 200px;
  overflow: hidden;
}

/* .card1, .card2, .card3, .card4, h3 {
  font-family: "Julius Sans One", sans-serif;
  font-size: 2rem;
  font-weight: 300;
  text-align: left;
  font-size: 30px;
} */
  .impact-card h3{
      font-family: "Lato", sans-serif;
  font-size: 2.5rem;
  font-weight: 900;
  text-align: left;
  }

.card1, .card2, .card3, .card4 p {
  color: rgb(0, 0, 0);
  font-size: 1rem;
  margin-bottom: 10px;
  font-family: 'Lato', sans-serif;
  font-weight: 400;
  text-align: left;
}

.card1-content h3 {
  font-family: "Julius Sans One", sans-serif;
  font-size: 2rem;
  font-weight: 300;
  text-align: left;
  /* margin-top: 0%;
  margin-bottom: 5%; */
}

.impact-subheading{
  color: rgb(0, 0, 0);
  font-weight: 600;
  margin-bottom: 2%;
  font-size: 0.9rem;
  text-align: left;
  margin-top: 25%;
}
.impact-card-content{
  padding: 10px;
}


/*card*/
.cards-section {
  padding: 40px 10%;
  background-color: #f9f9f9;
}
.cards-section h4{
    color: rgb(0, 0, 0);
  font-weight: 600;
  margin-bottom: 10px;
  font-size: 0.9rem;
  text-align: left;
}

.cards-container {
  display: flex;
  gap: 20px;
  flex-wrap: wrap; /* Ensures responsive stacking on smaller screens */
}


.card {
  background-color: #fff;
  border-radius: 8px;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
  width:32%;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  transition: transform 0.3s ease;
}

.card:hover, .card1:hover {
  transform: translateY(-10px); /* Hover effect */
}

.card-image {
  width: 100%;
  height: 200px;
  overflow: hidden;
}

.card1-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.card-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.card-content {
  padding: 10px;
  width: 60%;
}
.card1-content {
  padding: 10px;
  width: 60%;
}

.card1-content h3 {
  color: rgb(0, 0, 0);
  font-size: 1rem;
  margin-top: 100px;
  margin-bottom: 10px;
  font-family: 'Lato', sans-serif;
  font-weight: 400;
}
.card1h3{
  color: rgb(0, 0, 0);
  font-size: 1rem;
  margin-top: 100px;
  margin-bottom: 10px;
  font-family: 'Lato', sans-serif;
  font-weight: 400;
}
.card-content h3 {
  color: rgb(0, 0, 0);
  font-size: 1rem;
  margin-top: 50px;
  margin-bottom: 10px;
  font-family: 'Lato', sans-serif;
  font-weight: 400;
}

.card-content h2 {
  font-family: "Julius Sans One", sans-serif;
  font-size: 2rem;
  font-weight: 300;
  text-align: left;
  font-size: 30px;
}
.card1-content h2 {
  font-family: "Julius Sans One", sans-serif;
  font-size: 2rem;
  font-weight: 300;
  text-align: left;
  font-size: 30px;
}

.card-content p {
  color: rgb(0, 0, 0);
  font-size: 1rem;
  margin-bottom: 10px;
  font-family: 'Lato', sans-serif;
  font-weight: 400;
  text-align: left;
}
.card1-content p {
  color: rgb(0, 0, 0);
  font-size: 1rem;
  margin-bottom: 10px;
  font-family: 'Lato', sans-serif;
  font-weight: 400;
  text-align: left;
}

.btn {
  display: inline-block;
  padding: 10px 20px;
  border-radius: 6px;
  text-decoration: none;
  font-weight: 500;
}

.btn.primary {
  background-color: #2a7d2e;
  color: #fff;
}

@media (max-width: 768px) {
  .card {
    width: 100%;
  }
}


/* footer*/
footer {
  background-color: #d9d9d9;
  padding: 40px 60px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 40px;
}

/* ===== Left Section ===== */
.footer-left {
  flex: 1 1 300px;
  max-width: 350px;
}

.footer-left h2 {
  font-family: 'Cursive';
  font-size: 20px;
  margin-bottom: 10px;
}

.footer-left p {
  margin: 5px 0;
  color: rgb(0, 0, 0);
  font-size: 1rem;
  margin-bottom: 10px;
  font-family: 'Lato', sans-serif;
  font-weight: 400;
  text-align: left;
}

.footer-left a {
  color: #333;
  text-decoration: none;
}

.social-icons {
  margin-top: 10px;
}

.social-icons a {
  margin-right: 10px;
  text-decoration: none;
  color: black;
  font-size: 18px;
}

.footer-img img {
  margin-top: 20px;
  width: 100%;
  max-width: 250px;
  border-radius: 5px;
}

/* ===== Right Section ===== */
.footer-links {
  display: flex;               
  align-items: flex-start;    
  justify-content: flex-start; 
  gap: 60px;                   
}


.footer-links ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

.footer-links li {
  margin-bottom: 10px;         
}

.fl1 li a{
  display: block;
}

.footer-links a {
  text-decoration: none;
  color: #000;
  font-size: 15px;
}

.footer-links a:hover {
  text-decoration: underline;
}




/* ===== Bottom Bar ===== */
.footer-bottom {
  background-color: #d9d9d9;
  border-top: 1px solid #bcbcbc;
  text-align: center;
  padding: 15px 10px;
  font-size: 14px;
}

.footer-bottom a {
  margin: 0 10px;
  text-decoration: none;
  color: #333;
}


/* GLOBAL TEXT RESPONSIVENESS */
@media (max-width: 768px) {
  h1 {
    font-size: 45px !important;
  }

  p {
    font-size: 18px !important;
  }
  /* .card-content p{
    font-size: 8px !important;
  } */

  main {
    margin-top: 0;
  }
}

@media (max-width: 480px) {
  h1 {
    font-size: 32px !important;
    line-height: 1.2;
  }

  p {
    font-size: 16px !important;
  }

  main {
    margin-top:0;
  }
}

/* DESKTOP (unchanged) — 3 columns */
.cards-container {
  display: flex;
  gap: 20px;
  flex-wrap: nowrap; /* keep original 3-column layout */
}

/* TABLET & MOBILE — stack vertically */
@media (max-width: 900px) {
  .cards-container {
    flex-direction: column;   /* stack all cards */
    flex-wrap: nowrap;
  }

  .number{
    margin-top: 50px;
  }

  .card1,
  .card {
    width: 100%;              /* full width */
    flex-direction: column;   /* put image above text */
  }

  .card1-image,
  .card-image {
    width: 100%;
    height: 220px;            /* uniform height */
  }

  .card1-content,
  .card-content {
    width: 100%;
    text-align: left;
    padding: 1px;
  }

  /* Align buttons center */
  .card1-content .btn,
  .card-content .btn {
    display: inline-block;
    margin: 0 auto;
  }
}

/* EXTRA SMALL SCREENS */
@media (max-width: 480px) {
  .card1-image,
  .card-image {
    height: 180px;
  }
}

/*impact grid*/

@media (max-width: 900px) {
  .impact-grid {
    grid-template-columns: 1fr;
  }

  .card3,
  .card4 {
    grid-column: span 1;
    grid-row: span 1;
  }

  .impact-card1 {
    flex-direction: column;
  }

  .impact-card1 img {
    height: 250px;
  }
}


/*progress section*/
@media (max-width: 900px) {
  .measure-card-alignment {
    flex-direction: column;
    gap: 20px;
  }

  .measure-grid {
    grid-template-columns: 1fr;
  }

  .progress {
    width: 100%;
  }
}

@media (max-width: 480px) {
  .measure-grid {
    grid-template-columns: 1fr;
  }
}

/*change section*/
@media (max-width: 900px) {
  .change-card1 {
    flex-direction: column;
    height: auto;
  }

  .change-card1-content h2{
      font-size: 20px;
  line-height: 1.3;

  }

  .change-card1-content{
padding: 20px;
  }

  .change-card1-image {
    width: 100%;
    height: 250px;
  }

  .change-card1-content {
    width: 100%;
    margin-top: 20px;
    text-align: center;
    padding: 2px;
  }

  .change-card1-content .hero-buttons {
    justify-content: center;
  }
}


 /*foundation*/
  .hero-section {
  padding: 60px 10%;
  background-color: #fff;
}

.hero-container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 40px;
  flex-wrap: wrap; /* responsive for small screens */
}

.hero-image {
  flex: 1 1 45%;
}

.hero-image img {
  width: 100%;
  height: auto;
  border-radius: 12px;
  object-fit: cover;
  max-height: 420px;
}

.hero-content {
  flex: 1 1 50%;
}

.subheading {
  color: rgb(0, 0, 0);
  font-weight: 600;
  margin-bottom: 10px;
  font-size: 0.9rem;
  text-align: left;
}

.hero-content h1 {
  font-size: 2rem;
  font-weight: 400;
  line-height: 1.3;
  margin-bottom: 20px;
  text-align: left;
}

.description {
  color: rgb(0, 0, 0);
  font-size: 0.9rem;
  margin-bottom: 20px;
  font-weight: 400;
  text-align: left;
}

.hero-list {
  list-style: none;
  padding: 0;
  margin: 0 0 30px 0;
  display:block
}

.hero-list li {
  margin-bottom: 10px;
  padding-left: 25px;
  position: relative;
  display: block;
}

.hero-list li::before {
  content: "✓";
  position: absolute;
  left: 0;
  color: #2a7d2e; /* green check */
}

.hero-buttons {
  display: flex;
  gap: 15px;
}

.btn {
  display: inline-block;
  padding: 5px 10px;
  border-radius: 16px;
  text-decoration: none;
  font-weight: 500;
}

.btn.primary {
  background-color: #2a7d2e;
  color: #fff;
}

.btn.secondary {
  color: #2a7d2e;
  border: 1px solid #2a7d2e;
}
