/* ======================
   Global Styles
   ====================== */
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-family: 'Segoe UI', sans-serif;
}

body {
  background: #f4f4f4;
  color: #333;
  
}

/* ======================
   Hero Section
   ====================== */
:xr-overlay


.navbar {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-bottom: 1rem;
}

.navbar .logo {
  font-size: 1.5rem;
  font-weight: bold;
}

.nav-links {
  display: flex;
  list-style: none;
  gap: 1rem;
}

.nav-links li a {
  color: rgb(150, 239, 90);
  text-decoration: none;
  font-weight: bold; /* or use 700 */
}


.navbar .btn {
  background: #00c853;
  color: white;
  padding: 0.5rem 1rem;
  border-radius: 5px;
  text-decoration: none;
}
    .hero {
  background: url('../images/hero3.jpg') center/cover no-repeat;
    color: white;
    padding: 3rem 2rem;
    position: relative;
    height: 90vh;
    }
.hero-content {
  max-width: 700px;
  margin-top: 4rem;
}

.hero-content h1 {
  font-size: 3rem;
  line-height: 1.2;
  margin-bottom: 1rem;
}

.hero-content h1 span {
 color:#ffffff;
}

.hero-content p {
  margin-bottom: 1.5rem;
  font-size: 1.1rem;
  color: #e1e1e1;
}

.buttons .btn {
  margin-right: 1rem;
  text-decoration: none;
  padding: 0.7rem 1.2rem;
  border-radius: 70px;
  font-weight: 600;
}

.btn.primary {
  background-color: #00c853;
  color: white;
}


/* ======================
   About Section
   ====================== */
.about {
  background: linear-gradient(to right, #e8f5e9, #f1f8e9);
  padding: 5rem 2rem;
  text-align: center;
}

.about h2 {
  font-size: 2.5rem;
  margin-bottom: 1.5rem;
  color: #2e7d32;
  font-weight: 700;
}

.about p {
  max-width: 700px;
  margin: 0 auto 2.5rem;
  font-size: 1.1rem;
  color: #555;
  line-height: 1.6;
}

.btn.highlight {
  background-color: #00c853;
  color: #fff;
  padding: 0.75rem 1.5rem;
  text-decoration: none;
  border-radius: 8px;
  font-weight: 600;
  transition: background-color 0.3s ease;
}

.btn.highlight:hover {
  background-color: #00b34a;
}

.images {
  display: flex;
  justify-content: center;
  gap: 1.5rem;
  margin-top: 3rem;
  flex-wrap: wrap;
}

.images img {
  width: 300px;
  max-width: 90%;
  border-radius: 12px;
  object-fit: cover;
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.1);
  transition: transform 0.3s ease;
}

.images img:hover {
  transform: scale(1.03);
}

/* ======================
   Floating Badges
   ====================== */
.stats5 {
  position: absolute;
  top: 65%;
  right: 100px;
  display: flex;
  flex-direction: column;
  gap: 1rem;
}

.stats1 {
  position: absolute;
  top: 120px;
  right: 55%;
  display: flex;
  flex-direction: column;
  gap: 1rem;
}

.stats {
  position: absolute;
  top: 140px;
  right: 40px;
  display: flex;
  flex-direction: column;
  gap: 1rem;
  z-index: 10;
}

.badge {
  font-size: 1rem;
  padding: 0.6rem 1.2rem;
  border-radius: 25px;
  font-weight: bold;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
  display: inline-block;
  color: #333;
  background-color: white;
}

.badge.green {
  background-color: #ccff90;
  color: #1b5e20;
}

.badge.yellow {
  background-color: #ffff8d;
  color: #f57f17;
}

/* ======================
   Tags Section
   ====================== */
.tags {
  margin-top: 1.5rem;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  gap: 0.5rem;
  position: relative;
  right: -112%;
  max-width: 430px;
}

.tag {
  background-color: rgba(255, 255, 255, 0.1);
  color: #f4f0f0;
  font-size: 0.875rem;
  padding: 0.4rem 0.9rem;
  border-radius: 20px;
  font-weight: 500;
  border: 1px solid rgba(255, 255, 255, 0.2);
  backdrop-filter: blur(6px);
  -webkit-backdrop-filter: blur(6px);
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.1);
}

/* ======================
   Responsive Media Queries
   ====================== */
@media (max-width: 768px) {
  .hero {
    padding: 2rem 1rem;
    height: auto;
    text-align: center;
  }

  .navbar {
    flex-direction: column;
    gap: 1rem;
  }

  .stats5,
  .stats1,
  .stats {
    position: static;
    flex-direction: row;
    justify-content: center;
    margin-top: 2rem;
  }

  .images {
    flex-direction: column;
  }

  .images img {
    width: 90%;
  }

  .hero-content h1 {
    font-size: 2.2rem;
  }

  .about h2 {
    font-size: 2rem;
  }

  .about p {
    font-size: 1rem;
  }
}

/* ======================
   Agriculture Section
   ====================== */
.agriculture-section {
  background-color: #ffffff;
  padding: 60px 40px;
  font-family: 'Segoe UI', sans-serif;
}

.agriculture-header {
  text-align: center;
  margin-bottom: 40px;
}

.agriculture-header h1 {
  font-size: 2rem;
  margin-bottom: 10px;
}

.agriculture-header p {
  color: #555;
  max-width: 600px;
  margin: 0 auto 20px;
}

.read-more-btn {
  background-color: #d4ff4a;
  border: none;
  padding: 12px 24px;
  font-weight: bold;
  border-radius: 25px;
  cursor: pointer;
}

.agriculture-cards {
  display: flex;
  gap: 20px;
  justify-content: center;
  flex-wrap: wrap;
  margin-bottom: 60px;
}

.agri-card {
  background-color: white;
  width: 300px;
  border-radius: 10px;
  overflow: hidden;
  box-shadow: 0 4px 10px rgba(0,0,0,0.1);
}

.agri-card img {
  width: 100%;
  height: 200px;
  object-fit: cover;
}

.agri-card-content {
  padding: 15px;
}

.agri-card-content small {
  font-size: 12px;
  color: #888;
}

.agri-card-content h3 {
  font-size: 1.1rem;
  color: #222;
  margin-top: 10px;
}

/* ======================
   FAQ Section
   ====================== */
.faq-section {
  background-color: #0d3119;
  color: white;
  padding: 40px;
  border-radius: 15px;
}

.faq-section h2 {
  font-size: 2rem;
  margin-bottom: 20px;
  text-align: center;
}

.faq-item {
  background-color: #256c3a;
  margin-bottom: 10px;
  padding: 20px;
  border-radius: 10px;
  cursor: pointer;
}

.faq-item h4 {
  margin: 0;
}

.faq-answer {
  display: none;
  padding-top: 10px;
  color: #fcf6f6;
}

.faq-item.active .faq-answer {
  display: block;
}

.faq-btn {
  display: block;
  margin: 30px auto 0;
  background-color: #d4ff4a;
  border: none;
  padding: 12px 24px;
  font-weight: bold;
  border-radius: 25px;
  cursor: pointer;
}

.faq-question {
  display: flex;
  justify-content: space-between;
  align-items: center;
  max-width: 700px; /* reduce this as needed */
  margin: 0 auto; /* centers the block */
  width: 90%; /* responsive on smaller screens */
}



.faq-question i.icon {
  font-size: 1.2rem;
  color: #d4ff4a;
  transition: transform 0.3s ease;
}

.faq-item.active .faq-question i.icon {
  content: "";
  transform: rotate(180deg);
}

.faq-item.active .faq-question i.icon::before {
  content: "\f068"; /* Font Awesome minus icon */
}
/* ===== Custom Responsive Fixes for Phones (max-width: 600px) ===== */

@media (max-width: 600px) {
  .navbar {
    flex-direction: column;
    align-items: flex-start;
    padding: 10px;
  }

  .nav-links {
    flex-direction: column;
    gap: 10px;
    padding-left: 0;
  }

  .hero {
    height: auto;
    text-align: center;
    padding: 2rem 1rem;
  }

  .hero-content {
    margin-top: 2rem;
  }

  .hero-content h1 {
    font-size: 1.8rem;
  }

  .hero-content p {
    font-size: 1rem;
    padding: 0 10px;
  }

  .tags {
    right: auto;
    justify-content: center;
    margin: auto;
    max-width: 100%;
    padding: 10px;
  }

  .buttons {
    text-align: center;
    margin-top: 20px;
  }

  #carousel img {
    min-width: 100% !important;
    border-radius: 12px;
  }

  .service-item h3 {
    font-size: 16px;
    flex-direction: column;
    gap: 10px;
  }

  .service-item img {
    width: 100% !important;
    height: auto !important;
    margin-top: 10px;
  }

  .faq-section {
    max-width: 95% !important;
    margin-left: auto !important;
    margin-right: auto !important;
    padding: 30px 20px;
  }

  .faq-question {
    flex-direction: column;
    align-items: flex-start;
  }

  .faq-section h2 {
    font-size: 1.5rem;
  }

  #team-container {
    padding-left: 0;
    justify-content: center;
  }

  .team-card {
    width: 100% !important;
    max-width: 300px;
    margin: auto;
  }

  footer section,
  #contact-section {
    padding: 20px 10px !important;
  }

  .container {
    width: 95%;
  }
}
  .logo {
    position: absolute;
    top: 10px;
    left: 20px;
    z-index: 1001;
    margin: 0;
  }
@media (max-width: 600px) {
  .logo {
    position: absolute;
    top: 10px;
    left: 20px;
    z-index: 1001;
    margin: 0;
  }
}

