body {
  font-family: 'Segoe UI', sans-serif;
  margin: 0;
  padding: 0;
	height: 100%;
	overflow-x: hidden;
}

.navbar {
  transition: background-color 0.3s ease;
  background: none !important;
  padding: 0.5rem 1rem;
}

.navbar.transparent {
  background-color: transparent !important;
  background: none !important;
}

.navbar.solid {
  background-color: #ffffff !important;
  box-shadow: 0 2px 5px rgba(0,0,0,0.1);
}

.navbar .nav-link,
.navbar .navbar-brand {
  transition: color 0.3s ease;
}

.navbar.transparent .nav-link,
.navbar.transparent .navbar-brand {
  color: #ffffff !important;
}

.navbar.solid .nav-link,
.navbar.solid .navbar-brand {
  color: #2a5725 !important;
}

.navbar-toggler {
  border: none;
}

.navbar.transparent .navbar-toggler-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba(255, 255, 255, 0.95)' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e") !important;
}

.navbar.solid .navbar-toggler-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba(42, 87, 37, 0.95)' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e") !important;
}

    .carousel,
    .carousel-inner,
    .carousel-item {
      height: 100vh;
    }

    .carousel-background-image {
      position: absolute;
      width: 100%;
      height: 100%;
      background-size: cover;
      background-position: center;
      background-repeat: no-repeat;
      background-attachment: fixed;
      z-index: 1;
      pointer-events: none; /* Allows clicks through background */
    }

    .slide-overlay {
      position: relative;
      z-index: 2;
      display: flex;
      flex-direction: column;
      align-items: center;
      justify-content: center;
      height: 100%;
      color: white;
      text-align: center;
      padding: 2rem;
    }

    .slide-small-image {
      width: 300px;
      max-width: 100%;
      margin-top: 50px;
      height: auto;
      border: 4px solid #fff;
      box-shadow: 0 0 20px rgba(0, 0, 0, 0.4);
      margin-bottom: 1rem;
      opacity: 0.95;
      border-radius: 10px;
    }

    .slide-text-box {
      background-color: rgba(0, 0, 0, 0.6);
      padding: 25px;
      border-radius: 10px;
      max-width: 700px;
    }

    .slide-text-box h5 {
      font-size: 2.2rem;
      margin-bottom: 15px;
    }

    .slide-text-box p {
      font-size: 1.2rem;
      line-height: 1.5;
    }

    /* Ensure carousel controls are clickable */
    .carousel-control-prev,
    .carousel-control-next {
      z-index: 3; /* Above slide-overlay */
      width: 5%; /* Narrower controls for better click area */
      opacity: 0.8;
      transition: opacity 0.3s;
    }

    .carousel-control-prev:hover,
    .carousel-control-next:hover {
      opacity: 1;
    }

    .carousel-control-prev-icon,
    .carousel-control-next-icon {
      background-size: 100%, 100%;
      width: 3rem;
      height: 3rem;
    }

    /* MOBILE */
    @media (max-width: 767px) {
      .slide-small-image {
        width: 280px;
		margin-top: 100px;
        margin-bottom: 1rem;
      }

      .slide-text-box {
        padding: 15px;
        max-width: 95%;
      }

      .slide-text-box h5 {
        font-size: 1.6rem;
      }

      .slide-text-box p {
        font-size: 1rem;
      }

      .carousel-control-prev,
      .carousel-control-next {
        display: none !important; /* Hide arrows on mobile */
      }
    }
    /* DESKTOP */
    @media (min-width: 768px) {
      .slide-overlay {
        flex-direction: row;
        justify-content: space-between;
        align-items: center;
        text-align: left;
        padding: 3rem 6rem;
        gap: 4rem;
      }

      .slide-text-box {
        max-width: 600px;
      }
    }
.hero {
  height: 60vh;
  color: white;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  position: relative;
  z-index: 1;
}

.hero::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
}

.hero h1, .hero p {
  position: relative;
  z-index: 3;
}

.highlight-section {
  background-color: #f8f9fa;
  padding: 60px 0;
}

.highlight-section h2 {
  margin-bottom: 30px;
}

.join-section {
  color: white;
  padding: 60px 20px;
  text-align: center;
}

.join-section h3 {
  margin-bottom: 20px;
}

.form-control, .btn {
  border-radius: 0;
}

footer {
  background: #222;
  color: #ccc;
  padding: 20px 0;
  text-align: center;
}

.sticky-nav {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 1100;
}

/* ForLoad More */
.extra-card {
  display: none;
}
/*Custom CSS for Social Buttons*/

    .social-share {
      display: flex;
      gap: 10px;
      justify-content: center;
    }
    .social-btn {
      display: inline-flex;
      align-items: center;
      justify-content: center;
      width: 40px;
      height: 40px;
      border-radius: 50%;
      background: #ffffff;
      border: 1px solid #000000;
      text-decoration: none;
      filter: grayscale(100%);
      transition: filter 0.3s ease, background 0.3s ease, color 0.3s ease;
      font-size: 18px;
      color: #000000;
      font-weight: bold;
    }
    .social-btn.facebook:hover {
      filter: none;
      background: #4267B2;
      color: #ffffff;
    }
    .social-btn.instagram:hover {
      filter: none;
      background: #E1306C;
      color: #ffffff;
    }
    .social-btn.x:hover {
      filter: none;
      background: #000000;
      color: #ffffff;
    }
    .social-btn.linkedin:hover {
      filter: none;
      background: #0077B5;
      color: #ffffff;
    }
         .form-container {
             max-width: 500px;
             margin: 50px auto;
             padding: 20px;
             border: 1px solid #ddd;
             border-radius: 8px;
         }
    
         .error {
             background-color: #f8d7da;
             color: #721c24;
             padding: 10px;
             margin-bottom: 10px;
             border-radius: 4px;
         }
    
         .success {
             background-color: #d4edda;
             color: #155724;
             padding: 10px;
             margin-bottom: 10px;
             border-radius: 4px;
         }
