body {
        font-family: "Poppins", sans-serif;
      }
      /* Navbar */
      .navbar {
        transition: all 0.3s ease-in-out;
        padding: 15px 0;
      }
      .navbar.scrolled {
        background-color: #0f5132 !important;
        box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
      }
      .nav-link {
        color: white !important;
        font-weight: 500;
      }
      /* Hero */
    .hero {
    height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    overflow: hidden;
    color: white;
}

.hero-video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    z-index: -2;
}

.hero-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(rgba(15, 81, 50, 0.8), rgba(15, 81, 50, 0.8));
    z-index: -1;
}

      /* Section Title */
      .section-title {
        color: #0f5132;
        font-weight: 700;
        margin-bottom: 15px;
      }
      /* Cards */
      .card:hover {
        transform: translateY(-5px);
        transition: 0.3s;
        box-shadow: 0 10px 20px rgba(0, 0, 0, 0.15);
      }
      /* Galeri */
      .gallery img {
        border-radius: 10px;
        transition: 0.3s;
      }
      .gallery img:hover {
        transform: scale(1.05);
      }
      /* Tim */
      .team-card img {
        border-radius: 50%;
      }
      .zoom:hover {
        transform: scale(1.10);
      }
      .zoom {
        border-radius: 10px;
        transition: 0.3s;
        }
      /* Footer */
      .footer {
        background-color: #0f5132;
        color: white;
        padding: 40px 0;
      }
      .footer a {
        color: #ffc107;
        text-decoration: none;
      }

/* Team Pengurus */

