
    /* html {
  scroll-behavior: smooth;
} */

    body {
      background-color: #eef9f8;
      font-family: 'Nunito Sans', sans-serif;
    }

    h1, h2, h3, h4, h5, h6 {
      font-family: 'Poppins', sans-serif;
    }

    .topbar {
      background-color: #104e43;
      color: white;
      font-size: 13px;
      padding: 8px 0;
    }

    .topbar a {
      color: white;
      text-decoration: none;
      margin-right: 12px;
    }

    .btn-green {
      background-color: #20c45a;
      color: white;
      border-radius: 0px; /* Subtle rounding */
      padding: 10px 20px;
    }

    .btn-green:hover {
      background-color: #1aa34b;
    }

    .carousel-item img {
      object-fit: cover; /* Improved fit for images */
      padding: 0;
    }

    .navbar {
      padding: 1rem 0;
    }

    .navbar-nav {
      gap: 2rem;
    }

    .navbar-nav .nav-link {
      font-size: 1.1rem; /* atau coba 1.2rem kalau mau lebih besar */
      color: #333;
      font-weight: 600;
      padding-top: 0.75rem;
      padding-bottom: 0.75rem;
    }

    .navbar-nav .nav-link:hover {
      color: #198754;
    }

    .icon-btn {
      padding: 0.5rem;
      border: none !important;
      background-color: white;
      border-radius: 0.5rem;
      box-shadow: 0 2px 6px rgba(0, 0, 0, 0.1);
      color: #198754; /* hijau Bootstrap, bisa disesuaikan */
      transition: all 0.2s ease-in-out;
    }

    .icon-btn:hover {
      box-shadow: 0 4px 10px rgba(0, 0, 0, 0.15);
      transform: translateY(-2px);
    }

    .hero-img {
      width: 100%;
      height: auto;
    }

    .hero-section {
      padding: 80px 0;
    }

    .hero-section h1 {
      font-size: 2.5rem;
      font-weight: 700;
    }

    .hero-section p {
      font-size: 1rem;
      color: #555;
      line-height: 1.6;
    }

    .carousel-indicators {
    position: static;
    margin-top: 1rem;
    }

    .carousel-indicators > div {
    width: 40px;
    height: 4px;
    background-color: #7bc49a !important; /* override Bootstrap default */
    opacity: 0.4;
    transition: opacity 0.3s ease;
    cursor: pointer;
    border-radius: 2px;
    }

    .carousel-indicators > .active {
    opacity: 1;
    background-color: #1aa34b !important; /* override Bootstrap default */
    }



    .container {
      padding-inline: 15px;
    }

    .icon-green {
      color: #20c45a !important;
    }

    .headline-hero {
      font-size: 4rem;
      font-weight: 100;
      line-height: 1;
       /* font-family:  "Nunito Sans", sans-serif; */
    }

    /* Styling untuk tombol WhatsApp */
    .btn-whatsapp {
      position: fixed;
      bottom: 20px; /* Jarak dari bawah */
      right: 20px;  /* Jarak dari kanan */
      background-color: #25d366;
      color: white;
      padding: 12px 20px;
      border-radius: 25px; /* Membuat sudut membulat */
      box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
      font-weight: 600;
      display: flex;
      align-items: center;
      justify-content: center;
      text-decoration: none;
      transition: all 0.3s ease;
      z-index: 9999; /* <-- Tambahan ini supaya di atas semua */
    }

    .btn-whatsapp:hover {
      background-color: #128c7e; /* Warna berubah saat hover */
      box-shadow: 0 6px 12px rgba(0, 0, 0, 0.2);
    }

    .btn-whatsapp i {
      margin-right: 8px;
    }

    .card-img-top {
      transition: 0.3s ease;
    }

    .card-img-top:hover {
      filter: brightness(70%);
      transform: scale(1.05);
    }
    .caption-overlay {
      position: absolute;
      top: 0;
      left: 0;
      right: 0;
      bottom: 0;
      background: rgba(0, 0, 0, 0.6);
      opacity: 0;
      transition: opacity 0.3s ease;
    }

    .card:hover .caption-overlay {
      opacity: 1;
    }
    
    
    /**
    * ABOUT
    */

    .about .container {
      display: grid;
      grid-template-columns: 1fr 1fr;
      align-items: center;
      gap: 60px;
    }

    .about-banner { margin-bottom: 0; }

    .about-banner > img { width: 100%; }
    .highlight-title {
      color: #22c55e;
      font-weight: 700;
    }

    .section-title {
      font-weight: 800;
      font-size: 2rem;
    }

    .stat-number {
      font-size: 2.5rem;
      font-weight: 700;
      color: #16a34a;
    }

    .stat-desc {
      letter-spacing: 1px;
      font-size: 0.85rem;
      text-transform: uppercase;
      color: #4b5563;
    }

    .divider {
      width: 40px;
      height: 4px;
      background-color: #16a34a;
      margin: 10px auto;
      border-radius: 2px;
    }

    .fade-in-up {
      animation: fadeInUp 0.8s ease-in-out both;
    }
    .accordion-button {
      transition: all 0.3s ease;
      background-color: #ffffff;
      border-radius: 0.5rem !important;
    }

    .accordion-button:not(.collapsed) {
      color: #198754;
      background-color: #e9f7f1;
      box-shadow: none;
    }

    .accordion-button::after {
      background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23198754' viewBox='0 0 16 16'%3E%3Cpath fill-rule='evenodd' d='M1.5 3.5a.5.5 0 01.5-.5h12a.5.5 0 01.5.5v9a.5.5 0 01-.5.5h-12a.5.5 0 01-.5-.5v-9zm1 1v7h10v-7h-10z'/%3E%3C/svg%3E");
      transform: rotate(-90deg);
      transition: transform 0.3s ease;
    }

    .accordion-button.collapsed::after {
      transform: rotate(0deg);
    }
    .step-circle {
      width: 42px;
      height: 42px;
      background-color: #d1f2e0;
      color: #198754;
      font-weight: bold;
      display: flex;
      align-items: center;
      justify-content: center;
      border-radius: 50%;
      font-size: 1.1rem;
    }
      section {
            /* border-radius: 15px; */
            box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
        }

        /* Button Hover Effect */
        .btn-light:hover {
            background-color: #2d6a4f;
            color: white;
        }

        /* Card Styling */
        .card {
            border: none;
            background-color: transparent;
            border-radius: 10px;
        }

        .card-body {
            background-color: rgba(0, 0, 0, 0.6);
            padding: 20px;
        }

        .card-title {
            font-weight: bold;
            font-size: 1.25rem;
        }

        .card-text {
            font-size: 1rem;
            line-height: 1.5;
        }

        /* Image Container Styling */
        .image-container img {
            border-radius: 10px;
        }

        /* Card Image Styling */
        .card-img-top {
            border-radius: 10px;
            height: 200px;
            object-fit: cover;
        }
        :root {
        --dark-jungle-green: hsl(152, 63%, 10%);
        --prussian-blue: hsl(155, 60%, 18%);
        --raisin-black-1: hsl(150, 25%, 15%);
        --raisin-black-2: hsl(149, 20%, 22%);
        --yellow-green: hsl(89, 72%, 45%);
        --orange-soda: hsl(145, 63%, 45%);
        --cultured-1: hsl(0, 0%, 100%);
        --cultured-2: hsl(152, 30%, 96%);
        --misty-rose: hsl(150, 40%, 92%);
        --alice-blue: hsl(145, 60%, 95%);
        --seashell: hsl(145, 60%, 97%);
        --cadet: hsl(150, 10%, 45%);
        --white: hsl(0, 0%, 100%);
        --black: hsl(0, 0%, 0%);
        --opal: hsl(160, 20%, 60%);
      }

      .section-green {
        background-color: var(--cultured-2);
        padding: 4rem 1rem;
        color: var(--raisin-black-2);
        font-family: 'Segoe UI', sans-serif;
      }

      .container {
        max-width: 1100px;
        margin: 0 auto;
      }

      .heading {
        font-size: 2.5rem;
        text-align: center;
        color: var(--dark-jungle-green);
        margin-bottom: 2rem;
      }

      .cta {
        text-align: center;
        margin-bottom: 2.5rem;
      }

      .btn-cta {
        background-color: var(--yellow-green);
        color: var(--dark-jungle-green);
        padding: 12px 30px;
        border-radius: 30px;
        text-decoration: none;
        font-weight: bold;
        font-size: 1rem;
        transition: background-color 0.3s;
      }

      .btn-cta:hover {
        background-color: var(--orange-soda);
        color: var(--white);
      }

      .main-image {
        width: 100%;
        max-height: 400px;
        object-fit: cover;
        border-radius: 10px;
        margin-bottom: 3rem;
      }
        .card-blog {
        display: grid;
        grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
        gap: 2rem;
      }
      .card-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 2rem;
}

.blog-card {
  background-color: var(--white);
  border-radius: 10px;
  overflow: hidden;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.05);
  transition: transform 0.2s;
}

.blog-card:hover {
  transform: translateY(-5px);
}

.blog-card img {
  width: 100%;
  height: 180px;
  object-fit: cover;
}

.blog-card-content {
  padding: 1rem;
}

.blog-card-content h3 {
  font-size: 1.2rem;
  color: var(--prussian-blue);
  margin-bottom: 0.5rem;
}

.blog-card-content p {
  font-size: 0.95rem;
  color: var(--cadet);
  line-height: 1.5;
}


      .card-grid {
    display: flex;
    gap: 1rem;
    overflow-x: auto;
    scroll-snap-type: x mandatory;
    padding-bottom: 1rem;
    }

    .card-grid .card {
    flex: 0 0 calc(33.333% - 1rem); /* 3 per baris */
    scroll-snap-align: start;
    background: #fff;
    border-radius: 8px;
    box-shadow: 0 2px 8px rgba(0,0,0,0.1);
    }


      .card {
        background-color: var(--white);
        border-radius: 10px;
        overflow: hidden;
        box-shadow: 0 4px 8px rgba(0, 0, 0, 0.05);
        transition: transform 0.2s;
      }

      .card:hover {
        transform: translateY(-5px);
      }

      .card img {
        width: 100%;
        height: 180px;
        object-fit: cover;
      }

      .card-content {
        padding: 1rem;
      }

      .card-content h3 {
        font-size: 1.2rem;
        color: var(--prussian-blue);
        margin-bottom: 0.5rem;
      }

      .card-content p {
        font-size: 0.95rem;
        color: var(--cadet);
        line-height: 1.5;
      }
     

      .heading {
        color: var(--dark-jungle-green);
        font-size: 2rem;
        margin-bottom: 0.5rem;
      }

      .subheading {
        color: var(--cadet);
        margin-bottom: 2rem;
      }

      .profile {
          text-align: center;
          margin-bottom: 30px;
        }

        .profile img {
          width: 100px;
          height: 100px;
          border-radius: 50%;
          object-fit: cover;
        }

       
        .media-container {
          height: 250px;
          overflow: hidden;
        }
        
      
        .footer-section {
      background-color: #f9f9f9;
    }

    .footer-icon {
      color: #198754;
      font-size: 1.5rem;
      margin: 0 0.5rem;
      transition: transform 0.2s, color 0.2s;
    }

    .footer-icon:hover {
      color: #14532d;
      transform: scale(1.2);
    }

    .footer-link {
      color: #198754;
      text-decoration: none;
      margin-left: 1rem;
      font-weight: 500;
      transition: color 0.2s;
    }

    .footer-link:first-child {
      margin-left: 0;
    }

    .footer-link:hover {
      color: #14532d;
    }

    .modal-dialog {
      max-width: 80%;
    }

    .modal-content {
      border-radius: 10px;
    }

    .modal-body {
      text-align: center;
    }

    .video-icon {
      position: absolute;
      top: 50%;
      left: 50%;
      transform: translate(-50%, -50%);
      font-size: 36px;
      color: white;
      background: rgba(0,0,0,0.5);
      padding: 10px 15px;
      border-radius: 50%;
      pointer-events: none;
    }



      #modal-image {
        width: 100%; /* Agar gambar atau video memenuhi modal dengan baik */
        height: auto;
      }
      #modal-video {
        max-width: 100%;
        max-height: 60vh; /* biar nggak terlalu tinggi */
        object-fit: contain;
        display: none;
      }
      .kraton-section {
        background: #eef9f8;
        color: var(--dark-jungle-green);
        padding: 5rem 0;
        font-family: 'Poppins', sans-serif;
        position: relative;
        overflow: hidden;
      }

      .kraton-section h2 {
        font-size: 2.5rem;
        font-weight: 700;
        position: relative;
        margin-bottom: 1rem;
      }

      .kraton-section h2::after {
        content: "";
        width: 80px;
        height: 4px;
        background-color: var(--yellow-green);
        display: block;
        margin: 0.75rem auto 0 auto;
        border-radius: 2px;
      }

      .kraton-section img {
        border-radius: 1rem;
        box-shadow: 0 0 20px rgba(0,0,0,0.1);
        transition: transform 0.4s ease;
      }

      .kraton-section img:hover {
        transform: scale(1.02);
      }

      .kraton-section p {
        max-width: 720px;
        margin: 2rem auto 0;
        font-size: 1.125rem;
        line-height: 1.8;
        color: var(--prussian-blue);
      }
      .main-img {
        max-height: 320px; /* diperkecil sedikit */
        border-radius: 1rem;
        transition: transform 0.3s ease;
      }

      .main-img:hover {
        transform: scale(1.01);
      }

      .overlay-img {
        position: absolute;
        bottom: -10px;
        right: -40px; /* geser lebih dekat ke kiri */
        width: 280px; /* diperbesar agar hampir sama besar */
        max-height: 320px;
        object-fit: cover;
        border: 4px solid white;
        border-radius: 1rem;
        box-shadow: 0 4px 20px rgba(0, 0, 0, 0.15);
      }
      .our-story-apik {
      padding: 60px 0;
      background-color: #fdfdfd;
    }

    .story-img {
      border-radius: 12px;
      box-shadow: 0 6px 20px rgba(0, 0, 0, 0.1);
    }

    .section-title {
      font-size: 3rem;
      font-weight: 700;
      color: #2c3e50;
    }

    .apik-card {
      background: #fff;
      padding: 20px;
      border-radius: 10px;
      box-shadow: 0 4px 12px rgba(0, 0, 0, 0.07);
      transition: transform 0.3s ease, box-shadow 0.3s ease;
      height: 100%;
      text-align: center;
    }

    .apik-card:hover {
      transform: translateY(-5px);
      box-shadow: 0 8px 20px rgba(0, 0, 0, 0.15);
    }

    .apik-card .icon-circle {
      width: 45px;
      height: 45px;
      margin: 0 auto 15px;
      border-radius: 50%;
      background-color: #27ae60;
      color: white;
      display: flex;
      align-items: center;
      justify-content: center;
      font-size: 18px;
    }

    .apik-card h4 {
      font-size: 1.2rem;
      color: #2980b9;
      margin-bottom: 10px;
    }

    .apik-card p {
      font-size: 0.95rem;
      color: #555;
    }
    h3.center {
      font-family: 'Poppins', sans-serif;
      font-size: 3rem;
      color:#27ae60;
      font-weight: 700;
      letter-spacing: 3px;
    }
    #survey {
      background-color: #eef9f8;
    }

    #survey .form-label {
      font-weight: 500;
      color: #495057;
    }

    #survey .form-control {
      border-radius: 0.375rem;
      box-shadow: none;
    }

    #survey .form-control:focus {
      border-color: #198754;
      box-shadow: 0 0 0 0.2rem rgba(25, 143, 84, 0.25);
    }

    #survey button {
      font-weight: 600;
      background-color: #198754;
      border-color: #198754;
      transition: background-color 0.3s;
    }

    #survey button:hover {
      background-color: #14532d;
      border-color: #14532d;
    }

    #survey .img-fluid {
      border-radius: 0.375rem;
      box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
    }
    .img-custom {
      width: 100%;   /* Menyesuaikan lebar gambar dengan kontainer */
      max-width: 500px;  /* Atur lebar maksimum gambar */
      height: auto;  /* Menjaga proporsi gambar */
      border-radius: 0.375rem;  /* Menambahkan border-radius jika diperlukan */
    }

    /* Responsive */
    @media (max-width: 768px) {
      .our-story-apik .row {
        flex-direction: column;
      }
      .our-story-apik .col-md-5,
      .our-story-apik .col-md-7 {
        width: 100%;
      }
    }
      @keyframes fadeInUp {
        from {
          opacity: 0;
          transform: translateY(20px);
        }
        to {
          opacity: 1;
          transform: translateY(0);
        }
      }
    /* Styling untuk navbar bottom pada mobile */
    @media (max-width: 991px) {
      .navbar-bottom {
        display: flex !important;
      }
      .heading {
        font-size: 2rem;
      }

      .btn-cta {
        width: 100%;
      }
    

    }
    @media (max-width: 768px) {
      .main-img {
        max-height: 240px;
        width: 100%; /* Pastikan lebar gambar 100% agar sesuai dengan lebar kontainer */
        object-fit: cover; /* Menjaga proporsi gambar agar tetap terlihat bagus */
        display: block; /* Membuat gambar menjadi elemen block */
        margin: 0 auto; /* Mengatur margin otomatis di kiri dan kanan untuk memusatkan gambar */
      }

      .overlay-img {
        display: none; /* Menyembunyikan overlay-img pada tampilan mobile */
      }
    }
   

@media (max-width: 768px) {
  #instagram-feed {
    grid-template-columns: repeat(3, 1fr);
  }
}

@media (max-width: 480px) {
  #instagram-feed {
    grid-template-columns:repeat(3, 1fr);
  }
}

     .insta-post {
    cursor: pointer;
    margin-bottom: 20px;
    position: relative;
  }
  .media-container img {
    width: 100%;
    height: auto;
    object-fit: cover;
  }
  .video-icon {
    position: absolute;
    bottom: 10px;
    right: 10px;
    background: rgba(0,0,0,0.6);
    color: #fff;
    padding: 4px 8px;
    border-radius: 4px;
    font-size: 16px;
  }