 
      body {
        font-family: "Nunito Sans", sans-serif;
        margin: 0;
        padding: 0;
      }

      /* Navbar */
      .navbar-nav .nav-link {
        color: #333;
        font-weight: 600;
        transition: color 0.3s ease;
      }
      .navbar-nav .nav-link:hover {
        color: #04821c;
      }
      .custom-login-btn {
        border: 2px solid #04821c;
        color: #04821c;
        transition: all 0.3s ease;
        background-color: transparent;
      }
      .custom-login-btn:hover {
        background-color: #04821c;
        color: white;
        box-shadow: 0 0 10px rgba(4, 130, 28, 0.4);
        transform: translateY(-2px);
      }

      /* Hero Section */
      .hero {
        position: relative;
        background: url("https://images.unsplash.com/photo-1524995997946-a1c2e315a42f?auto=format&fit=crop&w=1600&q=80") center/cover no-repeat;
        min-height: 100vh;
        display: flex;
        justify-content: center;
        align-items: center;
        text-align: center;
        color: #fff;
        overflow: hidden;
      }

      /* Overlay hijau */
      .hero::before {
        content: "";
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background: rgba(4, 130, 28, 0.9);
        z-index: 1;
      }

      .hero-content {
        position: relative;
        z-index: 2;
      }

      .hero h1 {
        font-family: "Montserrat", sans-serif;
        font-weight: 700;
        font-size: 2.8rem;
      }

      .hero h1 span {
        color: #ffa90b;
      }

      .hero p {
        font-family: "Nunito Sans", sans-serif;
        font-style: italic;
        font-weight: 700;
      }

      .btn-warning {
        background-color: #ffa90b;
        border: none;
        color: #000;
        font-weight: bold;
      }

      /* Wave putih di bawah */
      .wave {
        position: absolute;
        bottom: 0;
        width: 100%;
        line-height: 0;
        z-index: 1;
        pointer-events: none;
      }

      .wave svg {
        display: block;
        width: 100%;
        height: auto;
        transition: all 0.6s ease;
      }

      /* Tentang Section */
      .about {
        background: #fff;
        padding: 100px 20px;
        position: relative;
        z-index: 3;
      }

      .about-title {
        color: #04821c;
        font-family: "Montserrat", sans-serif;
        font-weight: 800;
        font-size: 2.2rem;
        border-left: 6px solid #ffa90b;
        padding-left: 12px;
        text-transform: uppercase;
      }

      .about-title span {
        color: #ffa90b;
      }

      .about p {
        font-size: 1.05rem;
        color: #333;
        line-height: 1.7;
      }

   .about-img {
  max-width: 650px;
  width: 100%;
  height: auto;
  margin: 0 auto;
  display: block;
}



      .about-img:hover {
        transform: scale(1.05);
        box-shadow: 0 8px 20px rgba(0,0,0,0.1);
      }

      /* Growup Section */
      .growup-section {
        background: linear-gradient(180deg, #04821c 0%, #046b18 100%);
        padding-bottom: 100px;
        position: relative;
      }

      .growup-section::before {
        content: "";
        position: absolute;
        inset: 0;
        background-image: linear-gradient(90deg, rgba(255,255,255,0.05) 1px, transparent 1px),
                          linear-gradient(rgba(255,255,255,0.05) 1px, transparent 1px);
        background-size: 50px 50px;
        z-index: 0;
      }

      .growup-section .container {
        position: relative;
        z-index: 2;
      }

      .growup-section h2, .growup-section h3 {
        text-shadow: 0 2px 4px rgba(0,0,0,0.2);
      }

      .growup-section .card {
        border: none;
        border-radius: 14px;
        background: #fff;
        box-shadow: 0 4px 15px rgba(0, 0, 0, 0.08);
        display: flex;
        align-items: center;
        justify-content: center;
        font-weight: 600;
        transition: all 0.3s ease;
      }

      .growup-section .card:hover {
        transform: translateY(-4px);
        box-shadow: 0 8px 20px rgba(0,0,0,0.15);
      }

      footer {
        background-color: #04821c;
        color: white;
        text-align: center;
        padding: 15px 0;
        font-size: 14px;
      }

      .custom-btn {
        background-color: transparent !important;
        border: 2px solid #59C034 !important;
        color: #59C034 !important;
        transition: all 0.3s ease;
      }

      .custom-btn:hover {
        background-color: #59C034 !important;
        color: white !important;
        box-shadow: 0 0 15px rgba(89, 192, 52, 0.5);
      }
      /* kelas */
      .kelas-card {
    background-color: rgba(255, 255, 255, 0.05);
    border-radius: 20px;
    transition: all 0.3s ease;
  }
  .kelas-card:hover {
    transform: translateY(-8px);
    background-color: rgba(255, 255, 255, 0.1);
    box-shadow: 0 8px 20px rgba(255, 255, 255, 0.15);
  }
  .about-title span {
    color: #ffc107;
  }
  /*  */
  .fitur-title {
  font-size: 2.3rem;
  background: linear-gradient(90deg, #ffc107, #28a745);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  text-shadow: 0px 2px 6px rgba(0, 0, 0, 0.15);
  letter-spacing: 0.5px;
  position: relative;
}

.fitur-title::after {
  content: '';
  position: absolute;
  bottom: -10px;
  left: 50%;
  transform: translateX(-50%);
  width: 90px;
  height: 4px;
  border-radius: 4px;
  background: linear-gradient(90deg, #ffc107, #28a745);
}

.pulse-icon {
  animation: pulseGlow 2s infinite ease-in-out;
  filter: drop-shadow(0 0 8px rgba(255, 193, 7, 0.6));
}

@keyframes pulseGlow {
  0%, 100% {
    transform: scale(1);
    opacity: 1;
    filter: drop-shadow(0 0 8px rgba(255, 193, 7, 0.7));
  }
  50% {
    transform: scale(1.15);
    opacity: 0.85;
    filter: drop-shadow(0 0 15px rgba(255, 193, 7, 0.9));
  }
}

.fitur-card {
  transition: all 0.3s ease;
}
.fitur-card:hover {
  transform: translateY(-5px);
  box-shadow: 0px 8px 18px rgba(40, 167, 69, 0.15);
}
.fitur-card:hover i {
  color: #ffc107;
  transition: color 0.3s ease;
}

  /*  */
  .card:hover {
  transform: translateY(-6px);
  transition: 0.3s ease;
  box-shadow: 0 8px 20px rgba(0,0,0,0.1);
}
.carousel-control-prev, .carousel-control-next {
  width: 5%;
}
.btn-success {
  background-color: #007B4B;
  border: none;
}
.btn-success:hover {
  background-color: #005c36;
}

/*  */
/* Area Testimoni */
#testimoni {
  background: linear-gradient(180deg, #f9fafb 0%, #eef2f7 100%);
  padding-top: 60px;
  padding-bottom: 80px;
}

.foto-wrapper {
  width: 150px; /* diperbesar dari 120px */
  height: 150px;
  border-radius: 50%;
  overflow: hidden;
  border: 4px solid #fff;
  box-shadow: 0 6px 15px rgba(0, 0, 0, 0.15);
  transition: transform 0.3s ease;
}

.foto-wrapper:hover {
  transform: scale(1.05);
}

.foto-testimoni {
  width: 100%;
  height: 100%;
  object-fit: contain; /* sebelumnya cover, ubah agar tidak kepotong */
  object-position: center top; /* fokus wajah */
}

.carousel-item {
  transition: transform 1s ease-in-out, opacity 1s ease-in-out;
}

.card {
  border-radius: 20px;
  background-color: #fff;
  padding: 2rem;
}
/* iklan */
   h1, h2, h3, h4, h5, h6 {
  text-transform: none !important;
}


    