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

body {
  font-family: 'Montserrat', sans-serif;
  color: #3c6e47;
  line-height: 1.6;
}
.container {
  margin: auto;
  padding: 20px 0;
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  align-items: center; 
  padding: 2rem 1rem;
  text-align: center;
  font-size: large;
}

header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 15px 40px;
  background: #fff;
  box-shadow: 0 2px 5px rgba(0,0,0,0.1);
  position: sticky;
  top: 0;
  z-index: 10;
}

header .logo {
  font-size: 1.5rem;
  font-weight: 600;

}
.logo img {
  height: 150px; /* adjust as needed */
  display: block;
  border-radius: 2rem;
}

header nav a {
  margin-left: 20px;
  text-decoration: none;
  color: #333;
  font-weight: 500;
  transition: color 0.3s;
  text-align: right;
}

header nav a:hover {
  color: #3c6e47;
}


.hero {
  position: relative;
  height: 90vh;
  overflow: hidden;
}

.hero::before, 
.hero::after, 
.hero .bg-1, 
.hero .bg-2, 
.hero .bg-3,
.hero .bg-4, 
.hero .bg-5, 
.hero .bg-6,
.hero .bg-7   {
  content: "";
  position: absolute;
  inset: 0;
  background-size: cover;
  background-position: center;
  opacity: 0;
  animation: fade 24s forwards infinite;
}

.hero .bg-1 {
  background-image: url('1000031920.jpg');
  animation-delay: 0s;
}

.hero .bg-2 {
  background-image: url('1000028822.jpg');
  animation-delay: 8s;
}

.hero .bg-3 {
  background-image: url('1000028461.jpg');
  animation-delay: 16s;
}

.hero .bg-4 {
  background-image: url('1000028806.jpg');
  animation-delay: 24s;
}

.hero .bg-5 {
  background-image: url('1000028784.jpg');
  animation-delay: 32s;
}

.hero .bg-6 {
  background-image: url('1000028466.jpg');
  animation-delay: 40s;
}
.hero .bg-7 {
  background-image: url('1000028462.jpg');
  animation-delay: 48s;
}



@keyframes fade {
   0% { opacity: 0; }
  8% { opacity: 1; }
  25% { opacity: 1; }
  33% { opacity: 0; }
  100% { opacity: 0; }
}

.hero-text {
  position: relative;
  z-index: 10;
  color: #fff;
  text-align: center;
  padding: 200px 40px;
}
@media (max-width: 768px) {
  .hero-text h1 {
    font-size: 5rem;
  }
  .hero-text p {
    font-size: 1rem;
  }
}

.hero::after {
  content: '';
  position: absolute;
  inset: 0;
}

.hero-text {
  position: relative;
  z-index: 1;
}

.hero-text h1 {
  font-size: 4rem;
  margin-bottom: 20px;
  background-color: #2f55369d;
  border-radius: 3rem;
  
  
}

.hero-text p {
  font-size: 1.2rem;
  margin-bottom: 30px;
}
.btn {
  background: #3c6e47eb; 
  color: #fff;
  padding: 12px 30px;
  border-radius: 5px;
  text-decoration: none;
  font-weight: 600;
  transition: background 0.3s;
}
.btn {
  display: inline-block;
  padding: 12px 24px;  
  min-width: 160px;   
}

.btn:hover {
  background: #689d32;
}


.content-section {
  padding: 80px 20px;
  align-items: center;
  border-color: #3c6e47;
  border-width: 0.2rem;
  border-style: solid;
}

.content-section h2 {
  font-size: 2rem;
  margin-bottom: 20px;
  text-align: center;
}

.content-section p {
  max-width: 700px;
  margin: 0 auto;
  text-align: center;
}

.alt-bg {
  background: #f7f7f7;
}

.icons {
   width: 80px;
  height: auto;
}

.testimonials {
  background: #f9f9f9;
  padding: 40px 20px;
  text-align: center;
  border-color: #3c6e47;
  border-width: 0.2rem;
  border-style: solid;
}

.testimonials h2 {
  margin-bottom: 30px;
  font-size: 2rem;
  margin-bottom: 20px;
  text-align: center;
}

.slider {
  position: relative;
  max-width: 600px;
  margin: 0 auto;
  overflow: hidden;
  min-height: 150px;
}

.slide {
  display: none;
  padding: 20px;
  background: white;
  border-radius: 10px;
  box-shadow: 0 2px 6px rgba(0,0,0,0.1);
  transition: all 0.5s ease;
}

.slide.active {
  display: block;
}

.slide p {
  font-style: italic;
  font-size: 1.1rem;
}

.slide h4 {
  margin-top: 10px;
  color: #3c6e47;
  font-weight: bold;
}

.slider-buttons {
  margin-top: 20px;
}

.slider-buttons button {
  background: #3c6e47;
  color: white;
  border: none;
  padding: 10px 15px;
  font-size: 1.2rem;
  border-radius: 5px;
  margin: 0 10px;
  cursor: pointer;
}

.slider-buttons button:hover {
  background: #2f5536;
}

iframe {
  border: 0;
  border-radius: 30px;
  background-color: #2f5536;
  box-shadow: 0 2px 12px rgba(0, 0, 0, 0.1);
}

    form {
      max-width: 500px; margin: 0 auto;
      display:flex; flex-direction: column; gap: 1rem;
    }
    input, select, textarea {
      padding: 0.75rem;
      border: 1px solid #ccc;
      border-radius: 5px;
      font-size: 1rem;
    }
.overlay-text {
  text-shadow: 0 2px 4px rgba(0, 0, 0, 0.6);

}


footer {
  background: #3c6e47;
  color: #fff;
  text-align: center;
  padding: 20px;
}