* { 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; }


.v7 { align-items: center; }
.v7::after { content: ''; position: absolute; inset: 0; background: rgba(10,20,10,0.82); z-index: 1; }
.v7 .hero__content { padding: 80px 8%; max-width: 700px; border-left: 3px solid #3cbe71; margin-left: 8%; padding-left: 40px;position: relative;z-index: 2; }
.v7 .eyebrow { font-size: 0.75rem; font-weight: 700; letter-spacing: 0.2em; text-transform: uppercase; color: #3cbe71; margin-bottom: 20px; display: block; }
.v7 h1 { 
  font-size: clamp(2.2rem,5vw,4.5rem); 
  font-weight: 700; 
  line-height: 1.05; 
  color: #fff;
   margin-bottom: 20px;
    letter-spacing: -0.02em;
    font-family: "Julius Sans One", sans-serif;
    text-align: left;
  }


.v7 p { font-size: 1rem; color: rgba(255,255,255,0.7); max-width: 480px; margin-bottom: 36px; line-height: 1.75; }
.v7 .btns { display: flex; gap: 14px; flex-wrap: wrap; }
.v7 .b1 { background: #3cbe71; color: #fff; padding: 13px 30px; border-radius: 50px; text-decoration: none; font-weight: 700; font-size: 0.88rem; }
.v7 .b2 { border: 1.5px solid rgba(255,255,255,0.35); color: rgba(255,255,255,0.85); padding: 12px 28px; border-radius: 50px; text-decoration: none; font-size: 0.88rem; }


@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;
  }

.skills-transform-text h2{
    font-family: "Julius Sans One", sans-serif;
  font-size: 50px;
  font-weight: 400;
  line-height: 1.3;
  margin-bottom: 20px;
  text-align: center;
  }


   /*Change*/
.change-section {
  padding: 40px 10%;
  background-color: #f9f9f9;
}

.cards-container {
  display: flex;
  gap: 20px;
  flex-wrap: wrap; /* Ensures responsive stacking on smaller screens */
}

.change-card1 {
  background-color: #fff;
  border-radius: 8px;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
  width: 100%;
  max-height:500px;
  overflow: hidden;
  display: flex;
  flex-direction: row;
  transition: transform 0.3s ease;
}

.change-card1:hover {
  transform: translateY(-10px); /* Hover effect */
}

.change-card1-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.change-card1-image{
  width: 50%;
  height: 100%;
}

.change-card1-content {
  padding: 50px;
  margin-top: 5%;
  width: 50%;
}

.change-card1-content h2 {
  font-family: "Julius Sans One", sans-serif;
  font-size: 2rem;
  font-weight: 300;
  text-align: left;
  font-size: 30px;
}

.change-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;
}


 /*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;
}


 /*JOURNEY*/


    .journey h2{
    font-family: "Julius Sans One", sans-serif;
  font-size: 50px;
  font-weight: 400;
  line-height: 1.3;
  margin-bottom: 20px;
  text-align: center;
  }


  .button1 {
  background-color:blue;
  border: none;
  color: white;
  padding: 10px 20px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  margin: 4px 2px;
  cursor: pointer;
  border-radius: 16px;
  
}


.button1:hover, .button:hover {
  background-color: #3cb371;
}

.btn-container{
  display: flex;
  justify-content: center; /* Centers horizontally */
  align-items: center;     /* Centers vertically (optional) */
  gap: 15px; 
}

.hero-img{
  margin-top: 100px;
  text-align: center;
  padding: 50px;
}

.hero-img img{
    width: 83%;
    height: auto;
  border-radius: 20px;
}

/* 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;
  }

  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;
  }

  .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: center;
    padding: 20px;
  }

  /* 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: 100%;
  }

    .change-card1-content h2{
      font-size: 20px;
  line-height: 1.3;

  }

      .change-card1-content h4{
      margin-top: 10px;

  }

  .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;
  }
}
/*HERO SECTION*/
@media (max-width: 768px) {
  .hero-container {
    flex-direction: column;
    text-align: center;
  }

  .hero-content h1,
  .hero-content p,
  .hero-list,
  .hero-buttons {
    text-align: center !important;
  }

  .hero-buttons {
    justify-content: center;
  }
}

@media (max-width: 480px) {
  .hero-image img {
    max-height: 260px;
  }
}