.navbar {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 20px 20px;
  background-color:#5a9137;
  position: fixed;
  width: 100%;
  top: 0;
  z-index: 10;
 
  
}

body {
  font-family: 'Montserrat', sans-serif;
}

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

.logo {
  font-size: 1.5rem;
  font-weight: bold;
  color: #ffffff;
  
}

.nav-links {
  list-style: none;
  display: flex;
  gap: 25px;
  display: flex;
  justify-content: center;
  align-items: center;
   gap: 1.5rem;
  margin-left: auto; 
}

.nav-links {
  margin-left: auto;
}

 .nav-links.active {
    display: flex;
  }

  

.nav-links a {
  text-decoration: none;
  color: #ffffff;
  font-weight: 500;
  transition: color 0.3s ease;
}

.nav-links a:hover {
  color: #b6ffdf;
  
}
.nav-links.active {
    display: flex;
  }
/* HAMBURGER */
.hamburger {
  display: none;
  flex-direction: column;
  cursor: pointer;
}

.hamburger span {
  height: 4px;
  width: 25px;
  background: #c7e996;
  margin: 4px 0;
  border-radius: 2px;
}

/* Make room for fixed navbar */
.hero {
  margin-top: 80px;
  color: #1e925f;

}

/* Responsive Menu (optional burger later if needed) */
@media (max-width: 768px) {
  .nav-links {
    flex-direction: column;
    background: #bdc5ba;
    position: absolute;
    top: 70px;
    right: 20px;
    display: none; /* can add JS toggle later */
    padding: 10px;
    border-radius: 8px;
    box-shadow: 0 4px 8px rgba(0,0,0,0.1);
  }
.hamburger {
  display: block;
  font-size: 28px;
  cursor: pointer;
  color: #ffffff;
  
}
  
}
.contact-section {
  text-align: center;
  padding: 60px 20px;
}

.contact-subtitle {
  font-family: 'Montserrat', sans-serif;;
  font-size: 24px;
  color: #5a9137;
  margin-bottom: 10px;
  font-style: italic;
}

.contact-title {
  font-family: 'Montserrat', sans-serif;
  font-size: 36px;
  font-weight: bold;
  color: #2e2e2e;
  margin-bottom: 20px;
  letter-spacing: 2px;
}

.map-container {
  max-width: 1000px;
  margin: 0 auto;
  border-radius: 10px;
  overflow: hidden;
  box-shadow: 0 0 10px rgba(0,0,0,0.2);
}

.map-section {
  text-align: center;
  padding: 60px 20px;
}

.map-title {
  font-size: 36px;
  font-weight: bold;
  font-family: 'Georgia', serif;
  margin-bottom: 30px;
  color: #333;
}

.map-wrapper {
  max-width: 1000px;     /* You can increase/decrease this */
  margin: 0 auto;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1);
  border-radius: 12px;
  overflow: hidden;
}

.container {
  max-width: 1000px;
  margin: 60px auto;
  padding: 20px;
  text-align: center;
}

.title {
  font-size: 36px;
  color: #5a9137;
  margin-bottom: 10px;
  font-style: italic;
}



form {
  text-align: left;
}

.row {
  display: flex;
  gap: 20px;
  flex-wrap: wrap;
}

.form-group {
  flex: 1;
  min-width: 300px;
  margin-bottom: 20px;
}

label {
  display: block;
  font-weight: 500;
  font-size: 18px;
  margin-bottom: 5px;
  color: #5a5a5a;
}

input, textarea {
  width: 100%;
  padding: 10px;
  font-size: 16px;
  border: 1px solid #eee;
  border-radius: 4px;
  box-sizing: border-box;
}

textarea {
  resize: vertical;
}

.submit-btn {
  background-color: #5a9137;
  color: white;
  border: none;
  padding: 12px 25px;
  font-size: 18px;
  cursor: pointer;
  border-radius: 4px;
}

.submit-btn:hover {
  background-color: #90c231;
}

/* Features Bar */
.features-bar {
  display: flex;
  justify-content: space-around;
  align-items: center;
  background-color: #5a9137;
  color: white;
  padding: 20px 0;
  flex-wrap: wrap;
  gap: 20px;
}

.feature {
  display: flex;
  align-items: center;
  gap: 10px;
  color: white;
  font-family: sans-serif;
  max-width: 250px;
  padding: 15px 0;
}

.feature img.icon {
  width: 24px;     /* consistent icon size */
  height: 24px;
  object-fit: contain;
  display: block;
}

.feature h4 {
  font-size: 1.1rem;
  font-weight: bold;
  margin: 0;
  text-transform: uppercase;
}




.icon {
      width: 20px;
      height: 20px;
       display: flex;
       
    }
.footer {
  background-color: #333;
  color: #ccc;
  padding: 40px 20px;
  font-family: 'Montserrat', sans-serif;
}

.footer-content {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  flex-wrap: wrap;
  max-width: 1200px;
  margin: 0 auto;
  gap: 40px;
}

/* Responsive behavior for mobile/small screens */
@media (max-width: 768px) {
  .footer-content {
    flex-direction: column;
    align-items: flex-start;
  }

  .footer-right {
    width: 100%;
    margin-top: 40px; /* Add spacing from text */
  }

  .footer-nav a {
    font-size: 16px;
  }
}

.footer-left {
  max-width: 600px;
}

.footer-left .logo span {
  font-size: 28px;
  font-weight: bold;
  color: white;
}

.footer-left p {
  margin-top: 16px;
  line-height: 1.6;
}

.footer-right {
  width: 180px; /* Reduced width to better align */
  margin-top: 12px; /* Align better with paragraph start */
}

.footer-nav {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}

.footer-nav a:first-child {
  font-weight: bold;
  text-transform: uppercase;
  color: white;
  margin-bottom: 8px;
  position: relative;
}

.footer-nav a:first-child::after {
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  background-color: #555; /* Keep this subtle */
  margin-top: 8px;
  margin-bottom: 20px;
}

.footer-nav a {
  text-decoration: none;
  color: #ccc;
  font-size: 18px;
  margin-bottom: 20px;
}

.footer-nav a:hover {
  color: white;
}

.footer-bottom {
  text-align: center;
  padding: 20px 0;
  border-top: 1px solid #444; /* Keep this subtle one only */
  font-size: 14px;
  margin-top: 10px;
}

/* Remove extra bright <hr /> from HTML if present */
footer hr {
  display: none;
}



html, body {
  margin: 0;
  padding: 0;
  height: 100%;
}