    /* Hero Section - Konsisten dengan halaman about */
    .hero-wrap {
      height: 100vh;
      min-height: 100%;
      position: relative;
      background-size: cover;
      background-repeat: no-repeat;
      background-position: center center;
      background-attachment: fixed;
      z-index: 0;
    }

    .hero-wrap .overlay {
      position: absolute;
      top: 0;
      left: 0;
      right: 0;
      bottom: 0;
      opacity: 0.7;
      background: linear-gradient(135deg, rgba(90, 24, 154, 0.8) 0%, rgba(102, 126, 234, 0.6) 100%);
      z-index: 1;
    }

    .hero-wrap.modern-hero {
      min-height: 100vh;
      display: flex;
      align-items: center;
    }

    .hero-wrap .slider-text {
      height: 100vh;
      min-height: 750px;
      color: rgba(255, 255, 255, 0.9);
      z-index: 3;
      position: relative;
      display: flex;
      align-items: center;
    }

    .hero-wrap .slider-text .text {
      position: relative;
      z-index: 2;
      width: 100%;
    }

    .hero-wrap .slider-text .subheading {
      display: inline-block;
      background: linear-gradient(45deg, #18689a, #8ec5fc);
      color: white;
      padding: 8px 20px;
      border-radius: 25px;
      font-size: 0.9rem;
      font-weight: 600;
      margin-bottom: 20px;
      text-transform: uppercase;
      letter-spacing: 0.5px;
      border: none;
    }

    .hero-wrap .slider-text h1, .hero-wrap .slider-text .h1 {
      font-weight: 700;
      color: #fff;
      font-size: 3.5rem;
      line-height: 1.2;
      margin-bottom: 25px;
      text-shadow: 0 4px 20px rgba(0,0,0,0.3);
    }

    .highlight-text {
      background: linear-gradient(45deg, #ffd700, #ffeb3b);
      -webkit-background-clip: text;
      -webkit-text-fill-color: transparent;
      background-clip: text;
      text-shadow: none;
    }

    .hero-wrap .slider-text p {
      font-size: 1.2rem;
      line-height: 1.7;
      color: rgba(255, 255, 255, 0.9);
      margin-bottom: 35px;
      font-weight: 500;
      max-width: 700px;
      margin-left: auto;
      margin-right: auto;
    }

    .hero-buttons {
      display: flex;
      gap: 20px;
      flex-wrap: wrap;
      justify-content: center;
    }

    .modern-btn {
      display: inline-flex;
      align-items: center;
      gap: 12px;
      background: linear-gradient(45deg, #18689a, #8ec5fc);
      color: white;
      padding: 15px 35px;
      border-radius: 50px;
      text-decoration: none;
      font-weight: 600;
      font-size: 1.1rem;
      transition: all 0.4s ease;
      box-shadow: 0 10px 30px rgba(90, 24, 154, 0.3);
      border: none;
    }

    .modern-btn:hover {
      transform: translateY(-3px);
      box-shadow: 0 15px 40px rgba(90, 24, 154, 0.4);
      color: white;
      text-decoration: none;
    }

    .modern-btn i {
      transition: transform 0.3s ease;
    }

    .modern-btn:hover i {
      transform: translateX(5px);
    }

    .modern-btn-outline {
      display: inline-flex;
      align-items: center;
      gap: 12px;
      background: transparent;
      color: white;
      padding: 15px 35px;
      border: 2px solid white;
      border-radius: 50px;
      text-decoration: none;
      font-weight: 600;
      font-size: 1.1rem;
      transition: all 0.4s ease;
    }

    .modern-btn-outline:hover {
      background: white;
      color: #18689a;
      transform: translateY(-3px);
      text-decoration: none;
    }

    .modern-btn-outline:hover i {
      transform: translateX(5px);
    }

    /* Full Width Section Styles */
    .portfolio-section, .benefits-section, .requirements-section, .support-section, .cta-section {
      background: linear-gradient(135deg, #f8f9ff 0%, #ffffff 50%, #f0f7fa 100%);
      position: relative;
      overflow: hidden;
      width: 100vw;
      margin-left: calc(-50vw + 50%);
      padding-left: calc(50vw - 50%);
      padding-right: calc(50vw - 50%);
      padding-bottom: 7svh;
      padding-top: 7svh;
    }

    .portfolio-section::before, .benefits-section::before, .requirements-section::before, .support-section::before, .cta-section::before {
      content: '';
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      background: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 1000 100"><path d="M0,50 Q250,0 500,50 T1000,50 V0 H0 Z" fill="%23ffffff" opacity="0.1"/></svg>') no-repeat;
      background-size: cover;
    }

    /* Section Titles */
    .sec-title-modern {
      text-align: center;
      margin-bottom: 60px;
    }

    .subtitle-badge {
      display: inline-flex;
      align-items: center;
      gap: 8px;
      background: linear-gradient(45deg, #18689a, #8ec5fc);
      color: white;
      padding: 8px 20px;
      border-radius: 25px;
      font-size: 0.9rem;
      font-weight: 600;
      margin-bottom: 15px;
    }

    .main-title {
      font-size: 2.5rem;
      font-weight: 700;
      color: #2c3e50;
      line-height: 1.2;
      margin: 15px 0 20px 0;
    }

    .description-text {
      font-size: 1.1rem;
      color: #64748b;
      margin: 0;
      font-weight: 500;
      max-width: 600px;
      margin: 0 auto;
    }

    .facility-list {
  font-size: 1rem;
  color: #939EAF;
   margin: 0 auto;
  padding-left: 20px;
  line-height: 1.6;
}
.facility-list li {
  margin-bottom: 5px;
}


    /* Benefits Grid */
    .benefits-grid {
      display: grid;
      grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
      gap: 30px;
      margin-top: 50px;
    }

    .benefit-card {
      background: white;
      padding: 40px 30px;
      border-radius: 20px;
      box-shadow: 0 10px 30px rgba(90, 24, 154, 0.1);
      border: 2px solid transparent;
      transition: all 0.4s ease;
      text-align: center;
      position: relative;
      overflow: hidden;
    }

    .benefit-card::before {
      content: '';
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      background: linear-gradient(45deg, rgba(90, 24, 154, 0.05), rgba(142, 197, 252, 0.05));
      opacity: 0;
      transition: all 0.4s ease;
    }

    .benefit-card:hover::before {
      opacity: 1;
    }

    .benefit-card:hover {
      transform: translateY(-10px);
      box-shadow: 0 20px 50px rgba(90, 24, 154, 0.2);
      border-color: rgba(142, 197, 252, 0.3);
    }

    .benefit-icon {
      width: 80px;
      height: 80px;
      border-radius: 50%;
      background: linear-gradient(45deg, #18689a, #8ec5fc);
      display: flex;
      align-items: center;
      justify-content: center;
      margin: 0 auto 25px;
      font-size: 2rem;
      color: white;
      position: relative;
      z-index: 2;
    }

    .benefit-card h4 {
      font-size: 1.3rem;
      font-weight: 700;
      color: #2c3e50;
      margin-bottom: 15px;
      position: relative;
      z-index: 2;
    }

    .benefit-card p {
      color: #64748b;
      line-height: 1.6;
      margin: 0;
      position: relative;
      z-index: 2;
    }

    /* Requirements List */
    .requirements-list {
      max-width: 800px;
      margin: 50px auto 0;
    }

    .requirement-item {
      background: white;
      padding: 25px 30px;
      margin-bottom: 20px;
      border-radius: 15px;
      box-shadow: 0 5px 20px rgba(90, 24, 154, 0.1);
      border-left: 5px solid #8ec5fc;
      transition: all 0.3s ease;
      display: flex;
      align-items: flex-start;
      gap: 20px;
    }

    .requirement-item:hover {
      transform: translateX(10px);
      box-shadow: 0 10px 30px rgba(90, 24, 154, 0.15);
    }

    .requirement-icon {
      width: 50px;
      height: 50px;
      border-radius: 50%;
      background: linear-gradient(45deg, #18689a, #8ec5fc);
      display: flex;
      align-items: center;
      justify-content: center;
      color: white;
      font-size: 1.2rem;
      flex-shrink: 0;
    }

    .requirement-content h5 {
      font-size: 1.1rem;
      font-weight: 600;
      color: #2c3e50;
      margin-bottom: 8px;
    }

    .requirement-content p {
      color: #64748b;
      margin: 0;
      line-height: 1.6;
    }

    /* Support Features */
    .support-features {
      display: grid;
      grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
      gap: 25px;
      margin-top: 50px;
    }

    .support-feature {
      background: white;
      padding: 30px 25px;
      border-radius: 15px;
      box-shadow: 0 8px 25px rgba(90, 24, 154, 0.1);
      text-align: center;
      transition: all 0.3s ease;
    }

    .support-feature:hover {
      transform: translateY(-5px);
      box-shadow: 0 15px 35px rgba(90, 24, 154, 0.15);
    }

    .support-feature i {
      font-size: 2.5rem;
      background: linear-gradient(45deg, #18689a, #8ec5fc);
      -webkit-background-clip: text;
      -webkit-text-fill-color: transparent;
      background-clip: text;
      margin-bottom: 20px;
    }

    .support-feature h5 {
      font-size: 1.1rem;
      font-weight: 600;
      color: #2c3e50;
      margin-bottom: 10px;
    }

    .support-feature p {
      color: #64748b;
      margin: 0;
      font-size: 0.95rem;
    }

    /* CTA Section */
    .cta-section {
      background: linear-gradient(135deg, #18689a 0%, #8ec5fc 100%);
      color: white;
      text-align: center;
    }

    .cta-section .main-title {
      color: white;
    }

    .cta-section .description-text {
      color: rgba(255, 255, 255, 0.9);
    }

    .cta-big-btn {
      display: inline-flex;
      align-items: center;
      gap: 15px;
      background: white;
      color: #18689a;
      padding: 20px 40px;
      border-radius: 50px;
      text-decoration: none;
      font-weight: 700;
      font-size: 1.2rem;
      transition: all 0.4s ease;
      box-shadow: 0 10px 30px rgba(0, 0, 0, 0.2);
      margin-top: 30px;
    }

    .cta-big-btn:hover {
      transform: translateY(-5px);
      box-shadow: 0 20px 50px rgba(0, 0, 0, 0.3);
      color: #18689a;
      text-decoration: none;
    }

    .cta-big-btn i {
      font-size: 1.3rem;
      transition: transform 0.3s ease;
    }

    .cta-big-btn:hover i {
      transform: translateX(5px);
    }
    /* Stats Card */
.stat-card {
  background: #fff;
  padding: 20px;
  border-radius: 15px;
  text-align: center;
  flex: 1;
  box-shadow: 0 5px 20px rgba(90, 24, 154, 0.1);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}
.stat-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 8px 25px rgba(90, 24, 154, 0.2);
}
.stat-icon i {
  font-size: 2rem;
  color: #8ec5fc;
  margin-bottom: 10px;
}
.stat-number {
  color: #18689a;
  margin-bottom: 5px;
  font-weight: 700;
}
.stat-text {
  color: #64748b;
  margin: 0;
}

/* Floating Cards */
.floating-card {
  background: #fff;
  padding: 12px 20px;
  border-radius: 12px;
  box-shadow: 0 5px 20px rgba(0,0,0,0.1);
  position: absolute;
  display: flex;
  align-items: center;
  gap: 8px;
  font-weight: 600;
  transition: all 0.3s ease;
}
.floating-card:hover {
  transform: scale(1.05);
}
.card-1 {
  top: -20px; left: 20px;
}
.card-2 {
  bottom: -20px; right: 20px;
}


    /* Responsive Design */
    @media (max-width: 767px) {
      .hero-wrap .slider-text h1, .hero-wrap .slider-text .h1 {
        font-size: 2.5rem;
      }
      
      .hero-wrap .slider-text p {
        font-size: 1.1rem;
        margin-bottom: 25px;
      }
      
      .hero-buttons {
        flex-direction: column;
        gap: 15px;
        align-items: center;
      }
      
      .modern-btn, .modern-btn-outline {
        width: 100%;
        max-width: 300px;
        justify-content: center;
      }
      
      .hero-wrap {
        background-attachment: scroll;
      }

      .main-title {
        font-size: 1.8rem;
      }

      .benefits-grid {
        grid-template-columns: 1fr;
        gap: 20px;
      }

      .benefit-card {
        padding: 30px 20px;
      }

      .requirement-item {
        padding: 20px;
        flex-direction: column;
        text-align: center;
        gap: 15px;
      }

      .support-features {
        grid-template-columns: 1fr;
        gap: 20px;
      }
    }

    @media (max-width: 576px) {
      .hero-wrap .slider-text h1, .hero-wrap .slider-text .h1 {
        font-size: 2rem;
      }
      
      .hero-wrap .slider-text .subheading {
        font-size: 0.8rem;
        padding: 6px 16px;
      }
      
      .modern-btn, .modern-btn-outline {
        padding: 12px 28px;
        font-size: 1rem;
      }

      .main-title {
        font-size: 1.5rem;
      }

      .cta-big-btn {
        padding: 15px 30px;
        font-size: 1.1rem;
      }
    }


    .togglle-button {
      position: fixed;
      bottom: 20px;
      right: 20px;
      background: #007bff;
      color: white;
      padding: 10px 15px;
      border-radius: 50px;
      cursor: pointer;
      z-index: 1000;
      box-shadow: 0 4px 8px rgba(0,0,0,0.2);
      font-size: 14px;
    }
    .flag-container {
      position: fixed;
      bottom: 70px;
      right: 20px;
      background: white;
      padding: 15px;
      border-radius: 10px;
      box-shadow: 0 4px 12px rgba(0,0,0,0.15);
      z-index: 1000;
      display: none;
    }
    .flag-container button {
      margin: 5px;
      border: none;
      background: none;
      font-size: 24px;
      cursor: pointer;
      border-radius: 5px;
      padding: 5px;
    }
    .flag-container button:hover {
      background: #f0f0f0;
    }

