*,
*::before,
*::after { box-sizing: border-box; }
html, body { height: 100%; margin: 0; padding: 0;overflow-x: hidden; }
body {
  .hamburger {display: none;}
  min-height: 100vh;
  min-width: 100%;
  font-family: 'Poppins', Arial, sans-serif;
  background: #f6fbf7;
  color: #103815;
  display: flex;
  flex-direction: column;
}


.navbar {
  width: 100%;
  background: rgba(255,255,255,0.92);
  box-shadow: 0 2px 8px rgba(32,93,54,0.09);
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 1rem 0.8rem;

}
.logo {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  font-size: 1.5rem;
  font-weight: bold;
  color: #22a643;
}
.logo img { height: 40px; width: auto; margin-right: 8px; }
.nav-links {
  display: flex;
  gap: 1.8rem;
  list-style: none;
  margin: 0;
  margin-top: 1vh;
}
.nav-links a {
  font-size: 1rem;
  color: #16371a;
  text-decoration: none;
  font-weight: 600;
  padding: 0.5rem 1.2rem;
  border-radius: 999px;
  transition: background .18s, color .18s;
}
.nav-links a.active,
.nav-links a:hover {
  background: #22a643;
  color: #fff;
}
.hamburger { 
  width: 15px;        
  height: 40px;
  padding: 0 43px 0 0;
  background: none;
  border: none;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;

}

.hamburger span {
  display: block;
  width: 30px;      
  height: 4px;        
  margin: 6px 0;      
  background: #22a643;
  border-radius: 2px;
  transition: all 0.3s;

}

.how-hero {
  width: 100%;
  min-height: 75vh;
  background: linear-gradient(220deg, #eafae3 65%, #bde5b1 100%);
  background-image: 
    linear-gradient(rgba(0,0,0,0.4),rgba(0,0,0,0.15)),
    url('images/person farming.jpg');
  background-size: cover;
  background-position: center;
  justify-items: center;

}
.how-hero h1 {
  margin-top: 9rem;
  font-size: 4rem;
  font-weight: 800;
  color: #fffbe8;
  margin-bottom: 0.5rem;
  text-shadow: 0 2px 16px rgba(32,93,54,0.11);
  letter-spacing: 1px;
  justify-items: center;
}
.how-hero p {
  font-size: 1.5rem;
  color: #fffbe8;
  margin: 0 auto;
  line-height: 1.4;
  justify-items: center;
}


.steps-title {
  font-size: 2rem;
  font-weight: 800;
  color: #16371a;
  margin-bottom: 0.5rem;
  text-align: center;
  padding-top: 5rem;
}
.steps-desc {
  justify-items: center;
  text-align: center;
  color: #205d36;
  font-size: 1rem;
  margin-bottom: 2.2rem;
  padding-bottom: 3rem;
}

.steps-desc p{
  font-size: 1rem;
}
.steps-list {
  margin: 2rem;
  display: flex;
  gap: 2rem;
  justify-content: center;
  padding-bottom: 3rem;
}
.step-card {
  background: #f6fbf7;
  font-size: 18px;
  border-radius: 14px;
  box-shadow: 0 2px 12px rgba(22,55,26,0.08);
  padding: 2rem 1.5rem 1.2rem 1.5rem;
  height: 44vh;
  flex: 1 1 120px;
  display: flex;
  flex-direction: column;
  align-items: center;
  border-top: 5px solid #22a643;
  transition: box-shadow 0.2s, transform 0.2s;
}

.step-card p{
  font-size: 1rem;
}
.step-card:hover {
  box-shadow: 0 12px 32px rgba(32,93,54,0.12);
  transform: translateY(-6px) scale(1.03);
}
.step-icon {
  background: #eafae3;
  border-radius: 50%;
  width: 52px;
  height: 52px;
  margin-bottom: 1.2rem;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 2.3rem;
  color: #22a643;
  box-shadow: 0 2px 10px rgba(32,93,54,0.08);
}


footer {
  background: #076844;
  color: white;
  padding: 18px 0 0 0;
  margin-top: 48px;
  font-size: 1rem;
  border-top: 3px solid #00985F;
  width: 100%;
  max-width: 100vw;
  box-sizing: border-box;
}
.footer-content {
  max-width: 1000px;
  margin: 0 auto;
  padding: 0 24px;
  width: 100%;
  box-sizing: border-box;
}
.footer-info {
  display: flex;
  justify-content: space-between;
  align-items: end;
  flex-wrap: wrap;
  margin-bottom: 7px;
  margin-left: -20vh;
  width: 100%;
  box-sizing: border-box;
}
.footer-social{
  display: flex;
  gap:12px;
}

.footer-bottom {
  text-align: center;
  font-size: 0.97rem;
  color: white;
  margin-bottom: 7px;
  margin-top: 4px;
  max-width: 100%;
}


.footer-logo {
  display: flex;
  flex-direction: column;
  align-items: start;
  gap: 2px;
  margin-left: -20vh;
  font-weight: 900;
  font-size: 1.21rem;
  margin-bottom: 8px;
  letter-spacing: 2px;
  max-width: 100%;
}
.footer-logo img {
  margin-top: 0;
  margin-bottom: 0;
}

.footer-coop {
  color: #0074D9;
}
.footer-connect {
  color: #8BC34A;
}

.footer-social {
  display: flex;
  align-items: center;
  gap: 14px;
}

.footer-social-label {
  font-weight: 500;
  letter-spacing: 1px;
  margin-right: -288px;
}

.footer-social-icons {
  display: flex;
  gap: 12px;
}





@media  only screen and (max-width: 1280px) and (min-width:1279px) {
  .navbar, .footer-content {
    padding-left: 1rem;
    padding-right: 1rem;
    font-size: 0.85rem; 
  }
  
  .how-hero h1{
    font-size: 2rem
  }

  .how-hero p{
    font-size: 1rem;
  }

  .step-desc p{
    font-size: 0.7rem;
  }
  .container,
  .footer-content {
    max-width: 1200px;
    margin: 0 auto;
    width: 100%;
    box-sizing: border-box;
    font-size: 0.85rem; 
  }
  .steps-list {
    gap: 1rem;
    flex-wrap: wrap;
  }

  .steps-title {
    font-size: 1.4rem;
  }

  .steps-desc p{
    font-size: 24px;
  }
  .step-card {
    min-width: 200px;
    max-width: 300px;
    font-size: 0.4rem; 

    padding: 1.1rem 0.8rem;
  }
  .logo, .footer-logo {
    font-size: 0.86rem; 
  }
  .nav-links {
    gap: 1rem;
    font-size: 0.7rem; 
  }
  .nav-links li a {
    font-size: 0.8rem;
  }

  footer {
    background: #076844;
    color: white;
    padding: 18px 0 0 0;
    margin-top: 48px;
    font-size: 0.85rem; /* further reduced */
    border-top: 3px solid #00985F;
    width: 100%;
    max-width: 100vw;
    box-sizing: border-box;
  }
  .footer-content {
    max-width: 1000px;
    margin: 0 auto;
    padding: 0 24px;
    width: 100%;
    box-sizing: border-box;
    font-size: 0.85rem; 
  }
  .footer-info {
    display: flex;
    justify-content: space-between;
    align-items: end;
    flex-wrap: wrap;
    margin-bottom: 7px;
    margin-left: -20vh;
    width: 100%;
    box-sizing: border-box;
    font-size: 0.80rem;
  }
  .footer-social{
    display: flex;
    gap:12px;
    font-size: 0.82rem;
  }

  .footer-bottom {
    text-align: center;
    font-size: 0.80rem; 
    color: white;
    margin-bottom: 7px;
    margin-top: 4px;
    max-width: 100%;
  }

  .footer-logo {
    display: flex;
    flex-direction: column;
    align-items: start;
    gap: 2px;
    margin-left: -20vh;
    font-weight: 900;
    font-size: 0.87rem; 
    margin-bottom: 8px;
    letter-spacing: 2px;
    max-width: 100%;
  }
  .footer-logo img {
    margin-top: 0;
    margin-bottom: 0;
  }

  .footer-coop {
    color: #0074D9;
    font-size: 0.80rem; 
  }
  .footer-connect {
    color: #8BC34A;
    font-size: 0.80rem;
  }

  .footer-social {
    display: flex;
    align-items: center;
    gap: 14px;
    font-size: 0.7rem; 
  }

  .footer-social-label {
    font-weight: 500;
    letter-spacing: 1px;
    margin-right: -288px;
    font-size: 0.7rem; 
  }

  .footer-social-icons {
    display: flex;
    gap: 12px;
    font-size: 0.7rem; 
  }
}


@media (width: 1024px) and (min-width: 1023px){
  html, body {

    width: 1024px;
    margin: 0 auto;
    overflow-x: hidden;
    min-height: 700px;
  }

  .navbar {
    width: 100%;
    max-width: 1024px;
    margin: 0 auto;
    padding-left: 20px;
    padding-right: 20px;
    box-sizing: border-box;
  }

  .navbar {
    padding-top: 1rem;
    padding-bottom: 1rem;
  }

  .nav-links {
    gap: 1.2rem;
    margin-top: 0.5vh;
  }
  .nav-links a {
    font-size: 0.6rem;
    padding: 0.5rem 0.2rem;
  }

  .hamburger { display: none; }

  .how-hero {
    min-height: 310px;
    padding: 4rem 1.5rem 1.5rem 1.5rem;
    background-position: center 30%;
  }
  .how-hero h1 {
     margin-top: 1.5rem;
    font-size: 2rem;
  }
  .how-hero p {
    font-size: 0.8rem;
    margin-top: 1.5rem;
  }

  .steps-title {
    font-size: 1rem;
  }
  .steps-desc p{
    font-size: 0.8rem;
  }
  .steps-list {
  
    margin-top: -2rem;
    gap: 0.6rem;
    flex-wrap: nowrap;
  }
  .step-card {
    height: 49vh;
    
  }
  .step-card h1 {
    font-size: 0.8rem;
  }
  .step-card p {
    font-size: 0.6rem;
  }
  .step-icon {
    width: 38px;
    height: 38px;
    font-size: 1rem;
  }

  footer {
  background: #076844;
  color: white;
  font-size: 0.6rem;
  margin-top: -8.5vh;
  border-top: 3px solid #00985F;
  box-sizing: border-box;
}
.footer-content {
  width: 700px;
  margin-left: 20vh;

}
.footer-info {
  display: flex;

}
.footer-social{
  display: flex;
  gap:10px;
}

.footer-bottom {
  text-align: center;
  font-size: 0.5rem;
  color: white;
  margin-bottom: 7px;
  margin-top: 4px;
  max-width: 100%;
}


.footer-logo {
  display: flex;
  flex-direction: column;
  align-items: start;
  gap: 2px;
  margin-left: -20vh;
  font-weight: 900;
  font-size: 1rem;
  margin-bottom: 8px;
  letter-spacing: 2px;
  max-width: 100%;
}
.footer-logo img {
  margin-top: 0;
  margin-bottom: 0;
}

.footer-coop {
  color: #0074D9;
  font-size: 1rem;
}
.footer-connect {
  color: #8BC34A;
  font-size: 1rem;
}

.footer-social {
  display: flex;
  align-items: center;
  gap: 14px;
}

.footer-social-label {
  font-weight: 500;
  letter-spacing: 1px;
  margin-right: -288px;
}

.footer-social-icons {
  display: flex;
  gap: 12px;
}

} 






@media (max-width: 424px) {
  html, body {
    width: 100vw;
    margin: 0;
    padding: 0;
    overflow-x: hidden;
    min-height: 100vh;
    font-size: 15px;
  }

  .navbar, .footer-content {
    width: 100vw;
    max-width: 100vw;
    padding-left: 10px;
    padding-right: 10px;
    box-sizing: border-box;
  }

  .navbar {
    padding-top: 0.8rem;
    padding-bottom: 0.8rem;
  }


  #hamburger, .hamburger {
    display: block;
  }

  .nav-links {
    display: none;
    gap: 0.4rem;
    flex-direction: column;
    align-items: flex-start;
    width: 100%;
  }
  .nav-links a {
    font-size: 1.2rem;
    padding: 0.4rem 0.6rem;
    width: 100%;
  }

  #navLinks a{
    font-size: 1.2rem;
}

  .container,
  .footer-content {
    max-width: 100vw;
    margin: 0 auto;
    width: 100vw;
    box-sizing: border-box;
    padding: 0 8px;
  }

  .how-hero {
    min-height: 200px;
    padding: 2.5rem 0.5rem 1rem 0.5rem;
    background-position: center 30%;
  }
  .how-hero h1 {
    margin-top: 1rem;
    font-size: 1.3rem;
  }
  .how-hero p {
    font-size: 0.73rem;
  }

  .steps-title {
    font-size: 0.95rem;
    padding-top: 1.5rem;
  }
  .steps-desc {
    font-size: 0.73rem;
  }
  .steps-list {
    flex-direction: column;
    margin-top: -1rem;
    gap: 0.5rem;
    flex-wrap: wrap;
    padding: 0;
  }
  .step-card {
    width: 100%;
    min-width: unset;
    max-width: 100%;
    font-size: 15px;
    padding: 0.7rem 0.4rem;
    margin-bottom: 0.7rem;
    height: unset;
  }
  .step-card h1 {
    font-size: 0.9rem;
  }
  .step-card p {
    font-size: 0.73rem;
  }
  .step-icon {
    width: 30px;
    height: 30px;
    font-size: 0.95rem;
  }

  footer {
    background: #076844;
    color: white;
    padding: 8px 0 0 0;
    margin-top: 30px;
    font-size: 0.85rem;
    border-top: 3px solid #00985F;
    width: 100vw;
    max-width: 100vw;
    box-sizing: border-box;
  }

  .footer-content {
    max-width: 100vw;
    margin: 0 auto;
    padding: 0 10px;
    width: 100vw;
    box-sizing: border-box;
  }

  .footer-info {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    flex-wrap: wrap;
    margin-bottom: 7px;
    margin-left: 0;
    width: 100vw;
    box-sizing: border-box;
    gap: 10px;
  }

  .footer-social {
    display: flex;
    gap: 8px;
    margin-top: 8px;
  }

  .footer-bottom {
    text-align: center;
    font-size: 0.7rem;
    color: white;
    margin-bottom: 7px;
    margin-top: 4px;
    max-width: 100vw;
  }

  .footer-logo {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 2px;
    margin-left: 0;
    font-weight: 900;
    font-size: 0.97rem;
    margin-bottom: 8px;
    letter-spacing: 1.2px;
    max-width: 100vw;
  }
  .footer-logo img {
    margin-top: 0;
    margin-bottom: 0;
    max-width: 120px;
    height: auto;
  }

  .footer-coop {
    color: #0074D9;
    font-size: 1rem;
  }
  .footer-connect {
    color: #8BC34A;
    font-size: 1rem;
  }

  .footer-social-label {
    font-weight: 500;
    letter-spacing: 1px;
    margin-right: 0;
  }

  .footer-social-icons {
    display: flex;
    gap: 10px;
  }

  .nav-links a {
  font-size: 1rem;
  color: white;
  text-decoration: none;
  font-weight: 600;
  padding: 0.5rem 1.2rem;
  border-radius: 999px;
  transition: background .18s, color .18s;
}
}



@media  only screen and (max-width: 412px) and (min-width:411px) {
  html, body {
    width: 100vw;
    margin: 0;
    padding: 0;
    overflow-x: hidden;
    min-height: 100vh;
    font-size: 14px;
  }

  .navbar, .footer-content {
    width: 100vw;
    max-width: 100vw;
    padding-left: 8px;
    padding-right: 8px;
    box-sizing: border-box;
  }

  .navbar {
    padding-top: 0.7rem;
    padding-bottom: 0.7rem;
  }


  #hamburger, .hamburger {
    display: block;
   
  }
  .nav-links {
  display: none;
  gap: 1.8rem;
  list-style: none;
  margin: 0;
  padding: 0;
}
  .nav-links a {
  font-size: 9rem;
  color: #16371a;
  text-decoration: none;
  font-weight: 600;
  padding: 0.5rem 1.2rem;
  border-radius: 999px;
  transition: background .18s, color .18s;

}
#navLinks a{
    font-size: 1.2rem;
}
.nav-links a.active,
.nav-links a:hover {
  background: #22a643;
  color: #fff;
}


  .container,
  .footer-content {
    max-width: 100vw;
    margin: 0 auto;
    width: 100vw;
    box-sizing: border-box;
    padding: 0 6px;
  }

  .how-hero {
    min-height: 160px;
    padding: 2rem 0.3rem 1rem 0.3rem;
    background-position: center 30%;
  }
  .how-hero h1 {
    margin-top: 1.2rem;
    font-size: 1.5rem;
  }
  .how-hero p {
    font-size: 1rem;
  }

  .steps-title  {
    font-size: 1.5rem;
    padding-top: 1.2rem;
  }
  .steps-desc p{
    font-size: 1rem;
  }
  .steps-list {
    flex-direction: column;
    margin-top: -0.8rem;
    gap: 0.4rem;
    flex-wrap: wrap;
    padding: 0;
  }
  .step-card {
    width: 100%;
    min-width: unset;
    max-width: 100%;
    font-size: 1rem;
    padding: 0.6rem 0.3rem;
    margin-bottom: 0.5rem;
    height: unset;
  }
  .step-card h1 {
    font-size: 1.5rem;
  }
  .step-card p {
    font-size: 1rem;
  }
  .step-icon {
    width: 26px;
    height: 26px;
    font-size: 0.9rem;
  }

  footer {
    background: #076844;
    color: white;
    padding: 6px 0 0 0;
    margin-top: 22px;
    font-size: 1rem;
    border-top: 3px solid #00985F;
    width: 100vw;
    max-width: 100vw;
    box-sizing: border-box;
  }

  .footer-content {
    max-width: 100vw;
    margin: 0 auto;
    padding: 0 8px;
    width: 100vw;
    box-sizing: border-box;
  }

  .footer-info {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    flex-wrap: wrap;
    margin-bottom: 6px;
    margin-left: 0;
    width: 100vw;
    box-sizing: border-box;
    gap: 8px;
  }

  .footer-social {
    display: flex;
    gap: 7px;
    margin-top: 7px;
  }

  .footer-bottom {
    text-align: center;
    font-size: 1rem;
    color: white;
    margin-bottom: 6px;
    margin-top: 2px;
    max-width: 100vw;
  }

  .footer-logo {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 2px;
    margin-left: 0;
    font-weight: 900;
    font-size: 1rem;
    margin-bottom: 6px;
    letter-spacing: 1px;
    max-width: 100vw;
  }
  .footer-logo img {
    margin-top: 0;
    margin-bottom: 0;
    max-width: 120px;
    height: auto;
  }

  .footer-coop {
    color: #0074D9;
    font-size: 1rem;
  }
  .footer-connect {
    color: #8BC34A;
    font-size: 1rem;
  }

  .footer-social-label {
    font-weight: 500;
    letter-spacing: 1px;
    margin-right: 0;
  }


  }




@media only screen and (max-width: 768px) and (min-width: 760px) {
  html, body {
    width: 100vw;
    margin: 0;
    padding: 0;
    overflow-x: hidden;
    min-height: 100vh;
    font-size: 15px; /* Slightly larger font size for better readability */
  }

  .navbar, .footer-content {
    width: 100vw;
    max-width: 100vw;
    padding-left: 10px; /* Adjusted padding */
    padding-right: 10px;
    box-sizing: border-box;
  }

  .navbar {
    gap: 9rem;
    padding-top: 1rem; /* Adjusted padding */
    padding-bottom: 0.8rem;
  }

  #hamburger, .hamburger {
    display: none;
  }

  .nav-links {
    display: flex; 
    gap: 0.1rem; 
    flex-direction: row;
    align-items: center; 
    width: 100%;
  }


  .nav-links a {
    font-size: 0.9rem; 
    padding: 0.4rem 0.6rem; 
    width: auto; /* Auto width for links */
  }

  .container,
  .footer-content {
    max-width: 100vw;
    margin: 0 auto;
    width: 100vw;
    box-sizing: border-box;
    padding: 0 10px; /* Adjusted padding */
  }

  .how-hero {
    min-height: 200px; /* Increased minimum height */
    padding: 2rem 0.5rem 1rem 0.5rem; /* Adjusted padding */
    background-position: center 30%;
  }

  .how-hero h1 {
    margin-top: 1.5rem; /* Increased margin */
    font-size: 1.7rem; /* Larger font size */
  }

  .how-hero p {
    font-size: 1.1rem; /* Larger font size */
  }

  .steps-title {
    font-size: 1.6rem; /* Larger font size */
    padding-top: 1.5rem; /* Increased padding */
  }

  .steps-desc p {
    font-size: 1.1rem; /* Larger font size */
  }

  .steps-list {
    padding: 12rem;
    flex-direction: column;
    margin-top: -11rem;
    justify-items: center;
    margin-bottom: -11rem;
  }

  .step-card {
    justify-items: center;
    min-height: 24vh;
    width: 100%;
    min-width: 62vw;
    font-size: 1.1rem; 
    margin: auto;
    padding: 0.8rem 0.4rem; 
    margin-bottom: 0.6rem;
    margin-left: -5rem;
  }

  .step-card h1 {
    font-size: 1.6rem; /* Larger font size */
  }

  .step-card p {
    font-size: 1.1rem; /* Larger font size */
  }

  .step-icon {
    width: 30px;
    height: 30px;
    font-size: 1rem; 
  }

  footer {
    background: #076844;
    color: white;
    padding: 6px 0 0 0;
    margin-top: 22px;
    font-size: 1.3rem;
    border-top: 3px solid #00985F;
    width: 100vw;
    max-width: 100vw;
    box-sizing: border-box;
    font-size: 1.3rem;
  }

  .footer-content {
    max-width: 100vw;
    margin: 0 auto;
    padding: 0 8px;
    width: 100vw;
    box-sizing: border-box;
  }

  .footer-info {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    flex-wrap: wrap;
    margin-bottom: 6px;
    margin-left: 0;
    width: 100vw;
    box-sizing: border-box;
    gap: 8px;
    font-size: 1.3rem;
  }

  .footer-social {
    display: flex;
    font-size: 1.3rem;
    gap: 7px;
    margin-top: 7px;
  }

  .footer-bottom {
    text-align: center;
    font-size: 1.3rem;
    color: white;
    margin-bottom: 6px;
    margin-top: 2px;
    max-width: 100vw;
  }

  .footer-logo {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 2px;
    margin-left: 0;
    font-weight: 900;
    font-size: 1.5rem;
    margin-bottom: 6px;
    letter-spacing: 1px;
    max-width: 100vw;
  }
  .footer-logo img {
    margin-top: 0;
    margin-bottom: 0;
    max-width: 120px;
    height: auto;
  }

  .footer-coop {
    color: #0074D9;
    font-size: 1rem;
  }
  .footer-connect {
    color: #8BC34A;
    font-size: 1rem;
  }

  .footer-social-label {
    font-weight: 500;
    letter-spacing: 1px;
    margin-right: 0;
  }

  .footer-social-icons {
    display: flex;
    gap: 8px;
  }
}


@media only screen and (max-width: 430px) and (min-width: 413px) {
  html, body {
    width: 100vw;
    margin: 0;
    padding: 0;
    overflow-x: hidden;
    min-height: 100vh;
    font-size: 15px; /* Slightly larger font size for better readability */
  }

  .navbar, .footer-content {
    width: 100vw;
    padding-left: 10px; /* Increased padding for better spacing */
    padding-right: 10px;
    box-sizing: border-box;
  }

  .navbar {
    padding-top: 0.8rem; /* Adjusted padding */
    padding-bottom: 0.8rem;
  }

  #hamburger, .hamburger {
    display: block;
  }

  #navLinks a{
    font-size: 1.2rem;
}

  .nav-links {
    display: none;
    gap: 0.4rem; /* Increased gap for better touch targets */
    flex-direction: column;
    align-items: flex-start;
    width: 100%;
  }

  .nav-links a {
    font-size: 0.9rem; /* Slightly larger font size */
    padding: 0.4rem 0.6rem; /* Adjusted padding */
    width: 100%;
  }

  .container,
  .footer-content {
    max-width: 100vw;
    margin: 0 auto;
    width: 100vw;
    box-sizing: border-box;
    padding: 0 8px; /* Adjusted padding */
  }

  .how-hero {
    min-height: 180px; 
    padding: 2rem 0.5rem 1rem 0.5rem; /* Adjusted padding */
    background-position: center 30%;
  }

  .how-hero h1 {
    margin-top: 1.5rem; /* Increased margin */
    font-size: 1.6rem; /* Larger font size */
  }

  .how-hero p {
    font-size: 1.1rem; /* Larger font size */
  }

  .steps-title {
    font-size: 1.6rem; /* Larger font size */
    padding-top: 1.5rem; /* Increased padding */
  }

  .steps-desc p {
    font-size: 1.1rem; /* Larger font size */
  }

  .steps-list {
    display: block;
    margin: auto;
   
 
  }

  .step-card {
    height: 20rem;
    width: 100%;
    font-size: 1.1rem; /* Larger font size */
    padding: 0.8rem 0.4rem; /* Adjusted padding */
    margin-bottom: 0.6rem; /* Increased margin */
  }

  .step-card h1 {
    font-size: 1.6rem; /* Larger font size */
  }

  .step-card p {
    font-size: 1.1rem; /* Larger font size */
  }

  .step-icon {
    width: 30px; /* Increased icon size */
    height: 30px;
    font-size: 1rem; /* Larger font size */
  }

  footer {
    background: #076844;
    color: white;
    padding: 6px 0 0 0;
    margin-top: 22px;
    font-size: 1rem;
    border-top: 3px solid #00985F;
    width: 100vw;
    max-width: 100vw;
    box-sizing: border-box;
  }

  .footer-content {
    max-width: 100vw;
    margin: 0 auto;
    padding: 0 8px;
    width: 100vw;
    box-sizing: border-box;
  }

  .footer-info {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    flex-wrap: wrap;
    margin-bottom: 6px;
    margin-left: 0;
    width: 100vw;
    box-sizing: border-box;
    gap: 8px;
  }

  .footer-social {
    display: flex;
    gap: 7px;
    margin-top: 7px;
  }

  .footer-bottom {
    text-align: center;
    font-size: 1rem;
    color: white;
    margin-bottom: 6px;
    margin-top: 2px;
    max-width: 100vw;
  }

  .footer-logo {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 2px;
    margin-left: 0;
    font-weight: 900;
    font-size: 1rem;
    margin-bottom: 6px;
    letter-spacing: 1px;
    max-width: 100vw;
  }
  .footer-logo img {
    margin-top: 0;
    margin-bottom: 0;
    max-width: 120px;
    height: auto;
  }

  .footer-coop {
    color: #0074D9;
    font-size: 1rem;
  }
  .footer-connect {
    color: #8BC34A;
    font-size: 1rem;
  }

  .footer-social-label {
    font-weight: 500;
    letter-spacing: 1px;
    margin-right: 0;
  }

  .footer-social-icons {
    display: flex;
    gap: 8px;
  }
}






@media only screen and (max-width: 540px) {
  html, body {
    width: 100vw;
    margin: 0;
    padding: 0;
    overflow-x: hidden;
    min-height: 100vh;
    font-size: 14px; /* Adjusted font size for better readability */
  }

  .navbar, .footer-content {
    width: 100vw;
    padding-left: 10px; /* Increased padding for better spacing */
    padding-right: 10px;
    box-sizing: border-box;
  }

  .navbar {
    padding-top: 0.8rem; /* Adjusted padding */
    padding-bottom: 0.8rem;
  }

  #hamburger, .hamburger {
    display: block; /* Ensure hamburger menu is visible */
  }

  .nav-links {
    display: none; /* Hide links by default for mobile */
    gap: 0.4rem; /* Increased gap for better touch targets */
    flex-direction: column;
    align-items: flex-start;
    width: 100%;
  }

  .nav-links a {
    font-size: 0.9rem; /* Slightly larger font size */
    padding: 0.4rem 0.6rem; /* Adjusted padding */
    width: 100%;
  }

   #navLinks a{
    font-size: 1.2rem;
}
  .container,
  .footer-content {
    max-width: 100vw;
    margin: 0 auto;
    width: 100vw;
    box-sizing: border-box;
    padding: 0 8px; /* Adjusted padding */
  }

  .how-hero {
    min-height: 180px; /* Increased minimum height */
    padding: 2rem 0.5rem 1rem 0.5rem; /* Adjusted padding */
    background-position: center 30%;
  }

  .how-hero h1 {
    margin-top: 1.5rem; /* Increased margin */
    font-size: 1.4rem; /* Adjusted font size */
  }

  .how-hero p {
    font-size: 1rem; /* Adjusted font size */
  }

  .steps-title {
    font-size: 1.4rem; /* Adjusted font size */
    padding-top: 1.5rem; /* Increased padding */
  }

  .steps-desc p {
    font-size: 1rem; /* Adjusted font size */
  }

  .steps-list {
    /* flex-direction: column; */
    /* margin-top: -1rem; Adjusted margin */
    gap: 0.5rem; 
    width: 60%;
    display: block;
    margin: auto;
    /* margin-left: 2rem; */
    /* justify-content: center; */
  }

  .step-card {
    width: 100%;
    min-width: 45vw;
    max-width: 95vw;
    font-size: 1rem; /* Adjusted font size */
    padding: 0.8rem 0.4rem; /* Adjusted padding */
    margin-bottom: 0.6rem; /* Increased margin */
  }

  .step-card h1 {
    font-size: 1.4rem; /* Adjusted font size */
  }

  .step-card p {
    font-size: 1rem; /* Adjusted font size */
  }

  .step-icon {
    width: 30px; /* Increased icon size */
    height: 30px;
    font-size: 1rem; /* Adjusted font size */
  }

  footer {
    background: #076844;
    color: white;
    padding: 12px 0; /* Increased padding for better touch targets */
    margin-top: 22px;
    font-size: 0.9rem; /* Adjusted font size */
    border-top: 3px solid #00985F;
    width: 100vw;
    max-width: 100vw;
    box-sizing: border-box;
  }

  .footer-content {
    max-width: 100vw;
    margin: 0 auto;
    padding: 0 8px;
    width: 100vw;
    box-sizing: border-box;
  }

  .footer-info {
    display: flex;
    flex-direction: column;
    align-items: center; /* Center items for better alignment */
    justify-content: flex-start;
    flex-wrap: wrap;
    margin-bottom: 6px;
    margin-left: 0;
    width: 100vw;
    box-sizing: border-box;
    gap: 8px;
  }

  .footer-social {
    display: flex;
    flex-direction: column; /* Stack social icons vertically */
    gap: 7px;
    margin-top: 7px;
  }

  .footer-bottom {
    text-align: center;
    font-size: 0.9rem; /* Adjusted font size */
    color: white;
    margin-bottom: 6px;
    margin-top: 2px;
    max-width: 100vw;
  }

  .footer-logo {
    display: flex;
    flex-direction: column;
    align-items: center; /* Center align logo items */
    gap: 2px;
    margin-left: 0;
    font-weight: 900;
    font-size: 0.9rem; /* Adjusted font size */
    margin-bottom: 6px;
    letter-spacing: 1px;
    max-width: 100vw;
  }

  .footer-logo img {
    margin-top: 0;
    margin-bottom: 0;
    max-width: 100px; /* Ensure logo fits well on smaller screens */
    height: auto;
  }

  .footer-coop {
    color: #0074D9;
    font-size: 1rem;
  }

  .footer-connect {
    color: #8BC34A;
    font-size: 1rem;
  }

  .footer-social-label {
    font-weight: 500;
    letter-spacing: 1px;
    margin-right: 0;
  }

  .footer-social-icons {
    display: flex;
    gap: 8px;
  }
}


@media  only screen and (max-width: 853px) and (min-width:845px) {
  html, body {
    width: 100vw;
    margin: 0;
    padding: 0;
    overflow-x: hidden;
    min-height: 100vh;
    font-size: 19.5px;
  }

  .navbar, .footer-content {
    width: 100vw;
    max-width: 100vw;
    padding-left: 16px;
    padding-right: 16px;
    box-sizing: border-box;
  }

  .navbar {
    padding-top: 0.9rem;
    padding-bottom: 0.9rem;
  }


  #hamburger, .hamburger {
    display: block;
  }

  .nav-links {
    display: none;
    gap: 0.8rem;
    flex-direction: column;
    align-items: flex-start;
    width: 100vw;
    background: #fff;
  }

  #navLinks a{
    font-size: 1.2rem;
}
  .nav-links a {
    font-size: 0.9rem;
    padding: 0.45rem 0.8rem;
    width: 100vw;
  }

  .container,
  .footer-content {
    max-width: 100vw;
    margin: 0 auto;
    width: 100vw;
    box-sizing: border-box;
    padding: 0 12px;
  }

  .how-hero {
    min-height: 230px;
    padding: 2.2rem 1rem 1.2rem 1rem;
    background-position: center 30%;
  }
  .how-hero h1 {
    margin-top: 1.1rem;
    font-size: 1.6rem;
  }
  .how-hero p {
    font-size: 0.95rem;
  }

  .steps-title {
    font-size: 1.06rem;
    padding-top: 2rem;
  }
  .steps-desc {
    font-size: 0.97rem;
  }
  .steps-list {
    gap: 0.8rem;
    /* flex-direction: column; */
    display: block;
    margin: auto;
    width: 50%;
    gap: 22rem;
    /* margin-top: 2rem; */
  }
  .step-card {
    width: 50vw;
    height: 10vh;
    min-width: 50vw;
    max-width: 50vw;
    font-size: 16px;  ;
  }
  .step-card h1 {
    font-size: 1rem;
  }
  .step-card p {
    font-size: 0.84rem;
  }
  .step-icon {
    width: 33px;
    height: 33px;
    font-size: 1.05rem;
  }

  footer {
    background: #076844;
    color: white;
    padding: 12px 0 0 0;
    margin-top: 32px;
    font-size: 0.95rem;
    border-top: 3px solid #00985F;
    width: 100vw;
    max-width: 100vw;
    box-sizing: border-box;
  }

  .footer-content {
    max-width: 100vw;
    margin: 0 auto;
    padding: 0 16px;
    width: 100vw;
    box-sizing: border-box;
  }

  .footer-info {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    flex-wrap: wrap;
    margin-bottom: 7px;
    margin-left: 0;
    width: 100vw;
    box-sizing: border-box;
    gap: 8px;
  }

  .footer-social {
    display: flex;
    gap: 10px;
    margin-top: 8px;
  }

  .footer-bottom {
    text-align: center;
    font-size: 0.87rem;
    color: white;
    margin-bottom: 7px;
    margin-top: 4px;
    max-width: 100vw;
  }

  .footer-logo {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 2px;
    margin-left: 0;
    font-weight: 900;
    font-size: 1.03rem;
    margin-bottom: 8px;
    letter-spacing: 1.4px;
    max-width: 100vw;
  }
  .footer-logo img {
    margin-top: 0;
    margin-bottom: 0;
    max-width: 100px;
    height: auto;
  }

  .footer-coop {
    color: #0074D9;
    font-size: 1rem;
  }
  .footer-connect {
    color: #8BC34A;
    font-size: 1rem;
  }

  .footer-social-label {
    font-weight: 500;
    letter-spacing: 1px;
    margin-right: 0;
  }

  .footer-social-icons {
    display: flex;
    gap: 10px;
  }
}











@media only screen and (max-width: 820px) and (min-width: 815px) {
  html, body {
    width: 100vw;
    margin: 0;
    padding: 0;
    overflow-x: hidden;
    min-height: 100vh;
    font-size: 19.5px; /* Consider adjusting for better readability */
  }

  .navbar, .footer-content {
    width: 100%;
    padding: 0 16px;
    box-sizing: border-box;
  }

  .navbar {
    padding: 0.9rem 0;
  }

  #hamburger, .hamburger {
    display: block;
  }

  .nav-links {
    display: none;
    flex-direction: column;
    align-items: flex-start;
    width: 100%;
    background: #fff;
  }

  .nav-links a {
    font-size: 0.9rem;
    padding: 0.45rem 0.8rem;
    width: 100%;
  }

  #navLinks a{
    font-size: 1.2rem;
}

  .container, .footer-content {
    margin: 0 auto;
    width: 100%;
    padding: 0 12px;
    box-sizing: border-box;
  }

  .how-hero {
    min-height: 230px;
    padding: 2.2rem 1rem 1.2rem;
    background-position: center 30%;
  }

  .how-hero h1 {
    margin-top: 1.1rem;
    font-size: 1.6rem;
  }

  .how-hero p {
    font-size: 1rem;
  }

  .steps-title {
    font-size: 1.2rem;
    padding-top: 2rem;
  }

  .steps-desc p{
    font-size: 1rem;
    width: 65vw;
  }

  .steps-list {
    display: block;
    margin: auto;
    width: 34%;
    gap: 8rem; 
  }

  .step-card {
    margin: auto;
    min-width: 60vw;
    height: 25vh;
    font-size: 16px;
    margin-left: -5rem;
  }

  .step-card h1 {
    font-size: 1.2rem;
  }

  .step-card p {
    font-size: 1rem;
  }

  .step-icon {
    width: 33px;
    height: 33px;
    font-size: 1.05rem;
  }


  footer {
    background: #076844;
    color: white;
    padding: 4px 0 0 0;
    margin-top: 12px;
    font-size: 0.6rem;
    border-top: 2px solid #00985F;
    width: 100vw;
    max-width: 100vw;
    box-sizing: border-box;
  }

  .footer-content {
    max-width: 100vw;
    margin: 0 auto;
    padding: 0 4px;
    width: 100vw;
    box-sizing: border-box;
  }

  .footer-info {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    flex-wrap: wrap;
    margin-bottom: 4px;
    margin-left: 0;
    width: 100vw;
    box-sizing: border-box;
    gap: 4px;
    font-size: .9rem;
  } 

  .footer-social {
    display: flex;
    gap: 4px;
    margin-top: 4px;
  }

  .footer-bottom {
    text-align: center;
    font-size: 1rem;
    color: white;
    margin-bottom: 4px;
    margin-top: 1px;
    max-width: 100vw;
  }

  .footer-logo {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 1px;
    margin-left: 0;
    font-weight: 900;
    font-size: .9rem;
    margin-bottom: 3px;
    letter-spacing: 0.8px;
    max-width: 100vw;
  }
  .footer-logo img {
    margin-top: 0;
    margin-bottom: 0;
    max-width: 60px;
    height: auto;
  }

  .footer-coop {
    color: #0074D9;
    font-size: 1rem;
  }
  .footer-connect {
    color: #8BC34A;
    font-size: 1rem;
  }

  .footer-social-label {
    font-weight: 500;
    letter-spacing: 1px;
    margin-right: 0;
    font-size: .9rem;
  }

  .footer-social-icons {
    display: flex;
    gap: 4px;
  }
}









@media  only screen and (max-width: 344px) and (min-width:340px) {
  html, body {
    width: 100vw;
    margin: 0;
    padding: 0;
    overflow-x: hidden;
    min-height: 100vh;
    font-size: 16px;
  }

  .navbar, .footer-content {
    width: 100vw;
    max-width: 100vw;
    padding-left: 4px;
    padding-right: 4px;
    box-sizing: border-box;
  }

  .navbar {
    padding-top: 0.6rem;
    padding-bottom: 0.6rem;
  }


  #hamburger, .hamburger {
    display: block;
  }


  #navLinks a{
    font-size: 1.2rem;
}

  
  .nav-links {
    display: none;
    gap: 0.2rem;
    flex-direction: column;
    align-items: flex-start;
    width: 100vw;
    background: #2d4b24;
  }
  .nav-links a {
    font-size: 0.65rem;
    padding: 0.2rem 0.3rem;
    width: 100vw;
    color: white;
  }

  .container,
  .footer-content {
    max-width: 100vw;
    margin: 0 auto;
    width: 100vw;
    box-sizing: border-box;
    padding: 0 2px;
  }

  .steps-desc p{
    font-size: 0.9rem;
  }

  .how-hero {
    min-height: 23vh;
    padding: 1.2rem 0.1rem 0.5rem 0.1rem;
    background-position: center 30%;
  }
  .how-hero h1 {
    margin-top: 0.6rem;
    font-size: 1.3rem;
  }
  .how-hero p {
    font-size:.9rem;
  }

  .steps-title {
    font-size: 1.3rem;
    padding-top: 0.7rem;
  }
  .steps-desc {
    font-size: .9rem;
  }
  .steps-list {
    flex-direction: column;
    margin-top: -0.5rem;
    gap: 0.2rem;
    flex-wrap: wrap;
    padding: 0;
  }
  .step-card {
    width: 100%;
    min-width: unset;
    max-width: 100%;
    font-size: .9rem;
    padding: 0.2rem 0.1rem;
    margin-bottom: 0.3rem;
    
  }
  .step-card h1 {
    font-size: 1.3rem;
  }
  .step-card p {
    font-size: .9rem;
  }
  .step-icon {
    width: 18px;
    height: 18px;
    font-size: 1rem;
  }

  footer {
    background: #076844;
    color: white;
    padding: 4px 0 0 0;
    margin-top: 12px;
    font-size: 0.6rem;
    border-top: 2px solid #00985F;
    width: 100vw;
    max-width: 100vw;
    box-sizing: border-box;
  }

  .footer-content {
    max-width: 100vw;
    margin: 0 auto;
    padding: 0 4px;
    width: 100vw;
    box-sizing: border-box;
  }

  .footer-info {
    display: flex;#navLinks a{
    font-size: 1.2rem;
}
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    flex-wrap: wrap;
    margin-bottom: 4px;
    margin-left: 0;
    width: 100vw;
    box-sizing: border-box;
    gap: 4px;
    font-size: .9rem;
  }

  .footer-social {
    display: flex;
    gap: 4px;
    margin-top: 4px;
  }

  .footer-bottom {
    text-align: center;
    font-size: 1rem;
    color: white;
    margin-bottom: 4px;
    margin-top: 1px;
    max-width: 100vw;
  }

  .footer-logo {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 1px;
    margin-left: 0;
    font-weight: 900;
    font-size: .9rem;
    margin-bottom: 3px;
    letter-spacing: 0.8px;
    max-width: 100vw;
  }
  .footer-logo img {
    margin-top: 0;
    margin-bottom: 0;
    max-width: 60px;
    height: auto;
  }

  .footer-coop {
    color: #0074D9;
  }
  .footer-connect {
    color: #8BC34A;
  }

  .footer-social-label {
    font-weight: 500;
    letter-spacing: 1px;
    margin-right: 0;
    font-size: .9rem;
  }

  .footer-social-icons {
    display: flex;
    gap: 4px;
  }
}










@media  only screen and (max-width: 912px) and (min-width:900px) {
  html, body {
    width: 100vw;
    margin: 0;
    padding: 0;
    overflow-x: hidden;
    min-height: 100vh;
    font-size: 16px;
  }

  .navbar, .footer-content {
    width: 100vw;
    max-width: 100vw;
    padding-left: 18px;
    padding-right: 18px;
    box-sizing: border-box;
  }

  .navbar {
    padding-top: 1rem;
    padding-bottom: 1rem;
  }

  #hamburger, .hamburger {
    display: block;
  }

  
  .nav-links {
    display: none;
    gap: 1rem;
    flex-direction: column;
    align-items: flex-start;
    width: 100vw;
    background: #fff;
  }
  .nav-links a {
    font-size: 1rem;
    padding: 0.5rem 1rem;
    width: 100vw;
  }


  #navLinks a{
    font-size: 1.7rem;
}

  .container,
  .footer-content {
    max-width: 100vw;
    margin: 0 auto;
    width: 100vw;
    box-sizing: border-box;
    padding: 0 14px;
  }

  .how-hero {
    min-height: 270px;
    padding: 3.2rem 1.2rem 1.2rem 1.2rem;
    background-position: center 30%;
  }
  .how-hero h1 {
    margin-top: 1.3rem;
    font-size: 2rem;
  }
  .how-hero p {
    font-size: 1.7rem;
  }

  .steps-title {
    font-size: 2rem;
    padding-top: 2rem;
  }
  .steps-desc p{
    font-size: 1.7rem;
    width: 78vw;
  }
  .steps-list {
    gap: 1rem;
    flex-direction: column;
    margin-top: -1.2rem;
    padding: 0;
  }
  .step-card {
    width: 100%;
    min-width: unset;
    max-width: 100%;
    font-size: 1.7rem;
    padding: 1.1rem 0.9rem;
    margin-bottom: 1rem;
    height: unset;
  }
  .step-card h1 {
    font-size: 2rem;
  }
  .step-card p {
    font-size: 1.7rem;
  }
  .step-icon {
    width: 36px;
    height: 36px;
    font-size: 1.7rem;
  }

  footer {
    background: #076844;
    color: white;
    padding: 15px 0 0 0;
    margin-top: 36px;
    font-size: 2rem;
    border-top: 3px solid #00985F;
    width: 100vw;
    max-width: 100vw;
    box-sizing: border-box;
  }

  .footer-content {
    max-width: 100vw;
    margin: 0 auto;
    padding: 0 18px;
    width: 100vw;
    box-sizing: border-box;
  }

  .footer-info {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    flex-wrap: wrap;
    margin-bottom: 9px;
    margin-left: 0;
    width: 100vw;
    box-sizing: border-box;
    gap: 10px;
    font-size: 1.7rem;
  }

  .footer-social {
    display: flex;
    gap: 12px;
    margin-top: 8px;
    font-size: 1.5rem;
  }

  .footer-bottom {
    text-align: center;
    font-size: 1.7rem;
    color: white;
    margin-bottom: 9px;
    margin-top: 6px;
    max-width: 100vw;
  }

  .footer-logo {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 3px;
    margin-left: 0;
    font-weight: 900;
    font-size: 1.7rem;
    margin-bottom: 9px;
    letter-spacing: 1.6px;
    max-width: 100vw;
  }
  .footer-logo img {
    margin-top: 0;
    margin-bottom: 0;
    max-width: 190px;
    height: auto;
  }

  .footer-coop {
    color: #0074D9;
    font-size: 2rem;
  }
  .footer-connect {
    color: #8BC34A;
    font-size: 2rem;
  }

  .footer-social-label {
    font-weight: 500;
    letter-spacing: 1px;
    margin-right: 0;
  }

  .footer-social-icons {
    display: flex;
    gap: 16px;
  }

  .footer-social img{
    width: 95vw;
  }
}




