#lottie-dock1 {
  position: relative;
  width: 25px;
  height: 25px;
  /*background-color: white;
  border-radius: 24px;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);*/
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: hidden;
  z-index: 10000002;
}

#lottie-dock2 {
  position: relative;
  width: 28px;
  height: 28px;
  /*background-color: white;
  border-radius: 24px;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);*/
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: hidden;
  z-index: 10000002;
}

#lottie-dock3 {
  position: relative;
  width: 28px;
  height: 28px;
  /*background-color: white;
  border-radius: 24px;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);*/
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: hidden;
  z-index: 10000002;
}

#lottie-dock4 {
  position: relative;
  width: 25px;
  height: 25px;
  /*background-color: white;
  border-radius: 24px;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);*/
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: hidden;
  z-index: 10000002;
}

/* Styling untuk container Lottie agar menjadi background */
.hero-section {
  position: relative;
  /* Penting agar Lottie bisa di-posisi absolut di dalamnya */
  /* width: 100vw; */
  /* Lebar div sesuai viewport width */
  /* height: 70vh; */
  /* Tinggi div (misalnya, 70% dari viewport height) */
  /* background-color: #f0f0f0; */
  /* Warna fallback jika Lottie tidak termuat */
  /* display: flex; */
  /* justify-content: center; */
  /* align-items: center; */
  /* color: white; */
  /* text-align: center; */
  overflow: hidden;
  /* Pastikan konten tidak tumpah dari div */
}

.hero-content {
  position: relative;
  /* Posisikan di atas Lottie */
  z-index: 2;
  /* Pastikan konten di atas Lottie */
  /* padding: 20px; */
  /* background-color: rgba(0, 0, 0, 0.5); */
  /* Background agar teks mudah dibaca */
  /* border-radius: 8px; */
}

#lottie-beranda1 {
  position: absolute;
  /* Posisikan absolut di dalam .hero-section */
  top: 0;
  left: 25%;
  width: 100%;
  height: 100%;
  overflow: hidden;
  z-index: 1;
  /* Posisikan di bawah konten */
  pointer-events: none;
  /* Mencegah Lottie menghalangi interaksi mouse pada konten lain */
  opacity: 75%;
}

#lottie-beranda2 {
  position: absolute;
  /* Posisikan absolut di dalam .hero-section */
  top: 0;
  left: 25%;
  width: 100%;
  height: 100%;
  overflow: hidden;
  z-index: 1;
  /* Posisikan di bawah konten */
  pointer-events: none;
  /* Mencegah Lottie menghalangi interaksi mouse pada konten lain */
  opacity: 75%;
}

#lottie-beranda3 {
  position: absolute;
  top: 12.5%;
  left: 25%;
  width: 90%;
  height: 90%;
  overflow: hidden;
  z-index: 1;
  pointer-events: none;
  opacity: 65%;
}

#lottie-riwayat1 {
  position: absolute;
  /* Posisikan absolut di dalam .hero-section */
  top: 0;
  left: 25%;
  width: 100%;
  height: 100%;
  overflow: hidden;
  z-index: 1;
  /* Posisikan di bawah konten */
  pointer-events: none;
  /* Mencegah Lottie menghalangi interaksi mouse pada konten lain */
  opacity: 75%;
}

#lottie-riwayat2 {
  position: absolute;
  /* Posisikan absolut di dalam .hero-section */
  top: 0;
  left: 25%;
  width: 100%;
  height: 100%;
  overflow: hidden;
  z-index: 1;
  /* Posisikan di bawah konten */
  pointer-events: none;
  /* Mencegah Lottie menghalangi interaksi mouse pada konten lain */
  opacity: 75%;
}