 *{
        margin: 0;
        padding: 0;
        box-sizing: border-box;
    }

    .product-card img{
        width: 100%;
        height: 200px;
        object-fit: cover;
        display: block;
    }
    .hero{
        height: 100vh;
        background: url(/IMAGES/Agricultural\ equipment\ and\ farming\ lifestyle….jpeg);
        background-size: cover;
        background-position: center;
        display: flex;
        justify-content: center;
        align-items: center;

    }

     .hero-text{
    text-align: center;
    color: black;
    background: rgba(247, 242, 242, 0.883);
    padding: 30px;
    border-radius: 15px;
    width: 70%;
    -webkit-backdrop-filter: blur(5px);

    }

    .hero-text h1{
        font-size: 50px;
        margin-bottom: 15px;

    }

    h2{
        color: #2e7d32;
    }

    .hero-text{
        font-size: 18px;
        line-height: 1.6;
        margin-bottom: 20px;
        line-height: 1.8;
    }

     button{
        padding: 15px 30px;
        border: none;
        background: #2e7d32;
        color: white;
        border-radius: 5px;
        cursor: pointer;
        font-size: 16px;
    }

    .products{
        padding: 60px 20px;
        text-align: center;
        max-width: 1200px;
        margin: 0 auto;
    }

    .products h2{
        margin-bottom: 30px;
    }

    .product-container{
        display: grid;
        grid-template-columns: repeat(4, 1fr);
        gap: 20px;
    }

    .product-card{
        box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
        border-radius: 10px;
        overflow: hidden;
    }

    .product-card img{
        width: 100%;
        height: 200px;
        object-fit: cover;
       
    }

     .product-card h3{
        padding: 15px;
    }

    /* products descriptions */

    .ricee{
      color: #1b5e20;
      font-size: 13px;
      margin-bottom: none;
    }

    .tubberss{
      color: #1b5e20;
      font-size: 13px;
      margin-bottom: 8px;
    }

    .potatoess{
      color: #1b5e20;
      font-size: 13px;
      margin-bottom: 8px;
    }

    .beanss{
      color: #1b5e20;
      font-size: 13px;
      margin-bottom: 8px;
    }

    .cattlee{
       color: #1b5e20;
      font-size: 13px;
      margin-bottom: 8px
    }

    .cornn{
       color: #1b5e20;
      font-size: 13px;
      margin-bottom: 8px
    }

    .guinea{
       color: #1b5e20;
      font-size: 13px;
      margin-bottom: 8px
    }

    .millett{
       color: #1b5e20;
      font-size: 13px;
      margin-bottom: 8px
    }

    .cattlee{
       color: #1b5e20;
      font-size: 13px;
      margin-bottom: 8px
    }

    .gingerr{
       color: #1b5e20;
      font-size: 13px;
      margin-bottom: 8px
    }

    .garlicc{
       color: #1b5e20;
      font-size: 13px;
      margin-bottom: 8px
    }

    .ogbonoo{
       color: #1b5e20;
      font-size: 13px;
      margin-bottom: 8px
    }

    .onionss{
       color: #1b5e20;
      font-size: 13px;
      margin-bottom: 8px
    }

    .garrii{
       color: #1b5e20;
      font-size: 13px;
      margin-bottom: 8px
    }

    .egusii{
       color: #1b5e20;
      font-size: 13px;
      margin-bottom: 8px
    }

    .roil, .goil{
       color: #1b5e20;
      font-size: 13px;
      margin-bottom: 8px
    }


    .navbar {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 15px 40px;
  background-color: #2e7d32;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 1000;
}

   .Logo {
  color: white;
  font-weight: bold;
  font-size: 22px;
}


    .nav-link {
  display: flex;
  flex-direction: row;
  list-style: none;
  gap: 1rem;
}

    .nav-link a {
  color: white;
  text-decoration: none;
  font-weight: 600;
}


    .nav-link a:hover{
        color: c8e6c9;
    }

    .nav-link a.active{
        border-bottom: 2px solid white;
    }

    .nav-link.open{
        display: flex;
        flex-direction: column;
        position: absolute;
        top: 60px;
        left: 0;
        width: 100%;
        background: #2e7d32;
        padding: 1rem;
    }

    .product-card:hover{
        transform: scale(1.03);
        transition: 0.3s ease;
    }

    #aboutus{
        padding: 4rem 2rem;
        text-align: center;
        background: #f5f5f0;
    }

     #aboutus h2{
        font-size: 2rem;
        color: #1b5e20;
        margin-bottom: 1rem;
     }

      #aboutus p{
        color: #555;
        font-size: 1rem;
        line-height: 1.75;
        max-width: 600px;
        margin: 0 auto;
      }

      #contactus{
        padding: 4rem 2rem;
        text-align: center;
        background: #ffffff;
      }

      #contactus h2{
        font-size: 2rem;
        color: #1b5e20;
      }

      #contactus p{
        color: #555;
        font-size: 1rem;
        line-height: 2;
      }

      #contactus a{
        color: #2e7d32;
        font-weight: 700;
      }

      #cta{
        padding: 5rem 2rem;
        text-align: center;
        background: linear-gradient(135deg, #1b5e20);
      }

      #cta h2 {
        font-size: 2rem;
        margin-bottom: 1rem;
        color: #ffffff;
      }

      #cta p{
        margin-bottom: 2rem;
        opacity: 0.85;
      }

      #cta a{
        display: inline-block;
        margin: 0.5rem;
        padding: 0.85rem 2rem;
        border-radius: 6px;
        font-weight: 700;
        text-decoration: none;
      }

      #cta a:first-of-type{
        background: white;
        color: #1b5e20;
      }

      #cta a:last-of-type{
        background: white;
        color: #1b5e20;
      }

      .call-btn{
        display: inline-block;
        background: #2e7d32;
        color: white;
        padding: 0.8rem 2rem;
        border-radius: 6px;
        text-decoration: none;
        font-weight: 700;
        font-size: 1rem;
      }

      #contactus .call-btn{
        color: white !important;
      }

      .hamburger {
  display: block;
}

@media (max-width: 768px) {
  .product-container {
    grid-template-columns: repeat(2, 1fr);
    gap: 12px;
    padding: 0 12px;
  }

  .product-card img {
    height: 140px;
  }

  .product-card h3 {
    font-size: 13px;
    white-space: normal;
    overflow: visible;
    text-overflow: unset;
  }

  .navbar {
    flex-wrap: wrap;
    padding: 10px 12px;
  }

  .Logo {
    font-size: 16px;
    width: 100%;
    margin-bottom: 8px;
  }

  .nav-link {
    gap: 10px;
    font-size: 13px;
    justify-content: center;
    width: 100%;
  }

  .hero h1 {
    font-size: 2rem;
  }

  .hero p {
    font-size: 14px;
  }

.hero-text {
  background: rgba(0,0,0,0.45);
  border-radius: 12px;
  padding: 40px 24px;
  width: 100%;
}

.hero-text h1 {
  color: white;
  text-shadow: 2px 2px 8px rgba(0,0,0,0.9);
}

.hero-text p {
  color: white;
  text-shadow: 1px 1px 6px rgba(0,0,0,0.9);
}

  .about-cards {
    flex-direction: column;
    align-items: center;
  }

  .contact-buttons {
    padding: 0 16px;
  }

  .cta-banner h2 {
    font-size: 1.4rem;
  }

  .cta-banner-buttons {
    flex-direction: column;
    align-items: center;
  }

  .hero-text {
    background: transparent;
    box-shadow: none;
    color: white;
    padding: 20px;
  }

  .hero-text h1 {
    font-size: 1.6rem;
    color: white;
    text-shadow: 2px 2px 8px rgba(0,0,0,0.8);
  }

  .hero-text p {
    color: white;
    text-shadow: 1px 1px 6px rgba(0,0,0,0.8);
  }

  .hero h1 {
    font-size: 1.6rem;
    line-height: 1.3;
  }

  .hero {
  display: flex;
  align-items: center;
  justify-content: center;
}

  .hero-text {
    padding: 20px;
    margin: 0 16px;
  }

  .hero-text p {
    max-width: 320px;
    margin: 0 auto 20px;
  }
}
  .nav-link.open { display: flex; }



.btn-primary {
  display: inline-block;
  background: #2e7d32;
  color: white;
  padding: 0.8rem 2rem;
  border-radius: 6px;
  text-decoration: none;
  font-weight: 700;
  font-size: 1rem;
}

.hamburger {
  display: none;
  font-size: 1.8rem;
  background: none;
  border: none;
  color: white;
  cursor: pointer;
}

:root {
  --green-deep: #1a5c2a;
  --green-mid: #2e7d32;
  --green-bright: #43a047;
  --green-light: #e8f5e9;
  --text-muted: #5a7060;
}

.contact-section {
  background: #fff;
  padding: 80px 24px 72px;
  text-align: center;
}

.contact-eyebrow {
  display: inline-block;
  font-size: 11px;
  font-weight: 600;
  letter-spacing: .18em;
  text-transform: uppercase;
  color: var(--green-bright);
  background: var(--green-light);
  padding: 6px 16px;
  border-radius: 100px;
  margin-bottom: 20px;
}

.contact-heading {
  font-size: clamp(2rem, 5vw, 3rem);
  color: var(--green-deep);
  margin-bottom: 12px;
}

.contact-subtext {
  font-size: 15px;
  color: var(--text-muted);
  margin-bottom: 52px;
  max-width: 380px;
  margin-left: auto;
  margin-right: auto;
  line-height: 1.6;
}

.contact-buttons {
  display: flex;
  flex-direction: column;
  gap: 16px;
  max-width: 420px;
  margin: 0 auto 48px;
}

.btn {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  width: 100%;
  padding: 18px 24px;
  border-radius: 14px;
  font-size: 16px;
  font-weight: 600;
  text-decoration: none;
  transition: transform .18s ease, opacity .18s ease;
}
.btn:hover { transform: translateY(-2px); opacity: .93; }

.btn-whatsapp { background: #25D366; color: #fff; box-shadow: 0 6px 24px rgba(37,211,102,.28); }
.btn-call     { background: var(--green-deep); color: #fff; box-shadow: 0 6px 24px rgba(26,92,42,.22); }
.btn-email    { background: var(--green-light); color: var(--green-deep); border: 1.5px solid #c8e6c9; }

.btn-icon { width: 22px; height: 22px; flex-shrink: 0; }

.availability {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-size: 13px;
  color: var(--text-muted);
  background: var(--green-light);
  border: 1px solid #c8e6c9;
  border-radius: 100px;
  padding: 8px 20px;
}

.availability-dot {
  width: 8px; height: 8px;
  border-radius: 50%;
  background: #43a047;
  animation: pulse 2s infinite;
}

@keyframes pulse {
  0%, 100% { opacity: 1; transform: scale(1); }
  50%       { opacity: .5; transform: scale(1.25); }
}

.cta-banner {
  background: linear-gradient(135deg, var(--green-deep), var(--green-mid));
  padding: 56px 24px;
  text-align: center;
  color: #fff;
}
.cta-banner h2 {
  font-size: clamp(1.6rem, 4vw, 2.4rem);
  margin-bottom: 10px;
  font-family: Arial, sans-serif;
  color: #ffffff;
  -webkit-font-smoothing: antialiased;
}
.cta-banner p  { color: rgba(255,255,255,.75); margin-bottom: 32px; }

.cta-banner-buttons { display: flex; gap: 12px; justify-content: center; flex-wrap: wrap; }

.btn-banner-wa {
  background: #25D366; color: #fff;
  padding: 14px 28px; border-radius: 12px;
  font-size: 15px; font-weight: 600; text-decoration: none;
  display: inline-flex; align-items: center; gap: 8px;
}
.btn-banner-msg {
  background: rgba(255,255,255,.15); color: #fff;
  border: 1.5px solid rgba(255,255,255,.35);
  padding: 14px 28px; border-radius: 12px;
  font-size: 15px; font-weight: 600; text-decoration: none;
  display: inline-flex; align-items: center; gap: 8px;
}

.about-cards {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  justify-content: center;
  margin-top: 40px;
  padding: 0 16px;
}

.about-card {
  background: #ffffff;
  border: 1px solid #c8e6c9;
  border-radius: 16px;
  padding: 28px 24px;
  max-width: 300px;
  flex: 1 1 260px;
  text-align: left;
  box-shadow: 0 4px 16px rgba(26,92,42,.07);
}

.about-icon {
  font-size: 28px;
  display: block;
  margin-bottom: 12px;
}

.about-card h3 {
  color: #1a5c2a;
  font-size: 17px;
  font-weight: 700;
  margin-bottom: 10px;
}

.about-card p,
.about-card li {
  font-size: 14px;
  color: #5a7060;
  line-height: 1.7;
}

.about-card ul {
  padding-left: 18px;
}

.about-card li {
  margin-bottom: 6px;
}

#about p {
  max-width: 700px;
  margin: 0 auto;
  padding: 0 24px;
  text-align: center;
  line-height: 1.8;
  color: #5a7060;
  font-size: 15px;
}

#about h2 {
  text-align: center;
  padding: 0 24px;
  margin-bottom: 16px;
}

#about {
  padding: 60px 16px;
  background: #f4f9f4;
}

@media (max-width: 768px) {
  .navbar {
    position: relative;
    padding: 14px 16px;
    flex-wrap: nowrap;
    justify-content: space-between;
    align-items: center;
  }

  .product-card {
  display: flex;
  flex-direction: column;
}

  .ricee, .beanss, .guinea, .millett, .cattlee,
  .garlicc, .gingerr, .goil, .roil, .onionss,
  .ogbonoo, .egusii, .garrii {
    font-size: 0.70rem;
    text-align: center;
    padding: 0 8px;
  }

  .tubberss{
    font-size: 0.70rem;
    text-align: center;
    padding: 0 8px;

  }

  .potatoess{
    font-size: 0.70rem;
    text-align: center;
    padding: 0 8px;
  }

  .cornn{
     font-size: 0.70rem;
    text-align: center;
    padding: 0 8px;
  }

  /* .product-card {
  display: flex;
  flex-direction: column;
} */
}

.product-card {
  display: flex;
  flex-direction: column;
}

  .Logo {
    font-size: 16px;
    width: auto;
    margin-bottom: 0;
  }

  .hamburger {
    display: block;
    background: none;
    border: none;
    color: white;
    font-size: 26px;
    cursor: pointer;
  }

  .nav-link {
    display: none;
    flex-direction: column;
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    background: #1a5c2a;
    padding: 16px 0;
    z-index: 999;
  }

  .nav-link.open {
    display: flex;
  }

  .nav-link li {
    text-align: center;
    padding: 12px 0;
    border-bottom: 1px solid rgba(255,255,255,0.1);
  }

  .nav-link li:last-child {
    border-bottom: none;
  }

  /* ── HERO ── */
  .hero {
    background-position: center bottom;
    display: flex;
    align-items: flex-end;
    justify-content: center;
  }

  /* ... rest of your mobile CSS ... */


  .hero-text {
    background: rgba(0,0,0,0.45);
    border-radius: 0;
    margin: 0;
    padding: 40px 24px;
    width: 100%;
  }

  .hero-text h1 {
    font-size: 2rem;
    color: white;
    text-shadow: 2px 2px 8px rgba(0,0,0,0.9);
    line-height: 1.3;
  }

  .hero-text p {
    color: white;
    font-size: 15px;
    max-width: 300px;
    margin: 16px auto;
    text-shadow: 1px 1px 6px rgba(0,0,0,0.9);
    line-height: 1.7;
  }

  /* ── PRODUCTS ── */
  /* .product-container {
    grid-template-columns: repeat(2, 1fr);
    gap: 12px;
    padding: 0 12px;
  } */

  .product-card img {
    height: 140px;
  }

  .product-card h3 {
    font-size: 13px;
    white-space: normal;
    overflow: visible;
    text-overflow: unset;
  }

  /* ── ABOUT ── */
  .about-cards {
    flex-direction: column;
    align-items: center;
  }

  /* ── CONTACT ── */
  .contact-buttons {
    padding: 0 16px;
  }

  .cta-banner h2 {
    font-size: 1.4rem;
    color: white;
  }

  .cta-banner-buttons {
    flex-direction: column;
    align-items: center;
  }

  .availability-dot {
  margin-top: 0;
  vertical-align: middle;
}

.availability-indicator {
  align-items: center;
  display: flex;
}
