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

body {
  font-family: 'Poppins', sans-serif;
  background: #f4f7fa;
  color: #333;
}

.container {
  max-width: 1100px;
  margin: auto;
  padding: 20px;
}

.hero {
  background: linear-gradient(to right, #34f105, #673ab7);
  color: white;
  padding: 80px 20px;
  text-align: center;

}

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

.hero p {
  margin: 20px 0;
}

.btn {
  background: #ffeb3b;
  color: #333;
  padding: 12px 25px;
  text-decoration: none;
  border-radius: 5px;
  font-weight: 600;
  display: inline-block;
  margin-top: 10px;
}

.navbar {
  background: #222;
  padding: 10px 0;
  text-align: center;

}

.navbar ul {
  list-style: none;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}

.navbar li {
  margin: 0 15px;
}

.navbar a {
  color: #fff;
  text-decoration: none;
  font-weight: 600;
}

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

.cards {

  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  margin-top: 30px;
}

.card {
  background: white;
  border-radius: 10px;
  box-shadow: 0 4px 8px rgba(0,0,0,0.1);
  padding: 25px;
  margin: 15px;
  width: 300px;
  transition: transform 0.3s ease;
}

.card:hover {
  transform: translateY(-5px);
}

.team-card img {
  border-radius: 50%;
  width: 100px;
  margin-bottom: 15px;
}


form {
  display: flex;
  flex-direction: column;
  gap: 15px;
  max-width: 500px;
  margin: auto;
}

input, textarea {
  padding: 12px;
  border: 1px solid #ccc;
  border-radius: 6px;
  font-family: inherit;
  font-size: 1rem;
}

footer {
  background: #02440d;
  color: rgb(255, 251, 9);
  text-align: center;
  padding: 20px;
}

.social-icons a {

  color: white;
  margin: 0 10px;
  font-size: 1.2rem;
}

.about-content {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 30px;
    margin-top: 30px;
    justify-content: center;
  }
  
  .about-text {
    flex: 1;
    min-width: 300px;
  }
  
  .about-image img {
    width: 100%;
    max-width: 300px;
    border-radius: 15px;
    box-shadow: 0 4px 10px rgba(0,0,0,0.2);
  }
  
  /* Simple fade-in animation */
  .fade-in {
    opacity: 0;
    transform: translateY(30px);
  
    animation: fadeIn 1.5s ease-out forwards;
  }
  
  @keyframes fadeIn {
    to {
      opacity: 1;
      transform: translateY(0);
    }
  }
  .dark-mode {
  background-color: #121212;
  color: #f0f0f0;
}

.dark-mode header,
.dark-mode footer,
.dark-mode .navbar,
.dark-mode .menu-items {
  background-color: #1e1e1e;
  color: white;
}

.dark-mode a,
.dark-mode .btn {
  color: #90caf9;
}

.dark-mode .card {
  background-color: #2c2c2c;
  color: #eee;
  border-color: #444;
}
.video-section {
  position: relative;
  height: 350px;
  overflow: hidden;
}

.video-section video {
  width: 100%;
  height: 100%;
  object-fit: cover;
  filter: brightness(0.6); /* Optional: darken for readability */
}
/* ===== NEW STYLES ===== */
/* WhatsApp Float */
.whatsapp-float {
  position: fixed;
  bottom: 25px;
  right: 25px;
  background: #25D366;
  color: white;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 4px 10px rgba(0,0,0,0.2);
  z-index: 1000;
  transition: transform 0.3s;
}

.whatsapp-float:hover {
  transform: scale(1.1);
}

.pulse {
  position: absolute;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  background: rgba(37,211,102,0.5);
  animation: pulse 2s infinite;
}

/* Newsletter */
.newsletter {
  background: #f0f8ff;
  padding: 40px 0;
  text-align: center;
}

#newsletter-form {
  display: flex;
  gap: 10px;
  justify-content: center;
  max-width: 500px;
  margin: 0 auto;
}

/* Testimonials */
.testimonial-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 20px;
  margin-top: 30px;
}

.testimonial {
  background: white;
  padding: 25px;
  border-radius: 8px;
  box-shadow: 0 3px 10px rgba(0,0,0,0.1);
}

/* Cookie Banner */
#cookie-banner {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  background: #333;
  color: white;
  padding: 15px;
  z-index:
/* ===== NEW STYLES ===== */
/* WhatsApp Float */
.whatsapp-float {
  position: fixed;
  bottom: 25px;
  right: 25px;
  background: #25D366;
  color: white;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 4px 10px rgba(0,0,0,0.2);
  z-index: 1000;
  transition: transform 0.3s;
}

.whatsapp-float:hover { transform: scale(1.1); }

.pulse {
  position: absolute;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  background: rgba(37,211,102,0.5);
  animation: pulse 2s infinite;
}

/* Newsletter */
.newsletter {
  background: #f0f8ff;
  padding: 40px 0;
  text-align: center;
  margin: 30px 0;
}

#newsletter-form {
  display: flex;
  gap: 10px;
  justify-content: center;
  max-width: 500px;
  margin: 20px auto 0;
}

/* Cookie Banner */
#cookie-banner {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  background: #333;
  color: white;
  padding: 15px;
  z-index: 9999;
  display: none;
  text-align: center;
}

/* Language Switcher */
.language-switcher {
  position: absolute;
  top: 15px;
  left: 100px;
  z-index: 1000;
}

.language-switcher button {
  padding: 5px 10px;
  border: none;
  background: #f0f0f0;
  cursor: pointer;
}

/* Animations */
@keyframes pulse {
  0% { transform: scale(0.8); opacity: 1 }
  70% { transform: scale(1.3); opacity: 0 }
  100% { opacity: 0 }
}