   /* Gaya untuk modal */
   .modal {
    display: none; /* Disembunyikan secara default */
    position: fixed;
    z-index: 1;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: rgba(0, 0, 0, 0.5); /* Latar belakang gelap */
  }

  .modal-content {
    background-color: #fff;
    margin: 15% auto;
    padding: 20px;
    border: 1px solid #888;
    max-width: 400px;
    border-radius: 8px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
  }

  .close {
    color: #aaa;
    float: right;
    font-size: 28px;
    font-weight: bold;
    cursor: pointer;
  }

  .close:hover,
  .close:focus {
    color: #000;
    text-decoration: none;
  }


  /* Media query untuk layar <= 500px (lebar) dan <= 400px (tinggi) */
  @media (max-width: 500px) and (max-height: 400px) {
    .modal-content {
      width: 90%; /* Lebar modal lebih kecil untuk layar sempit */
      margin: 5% auto; /* Margin vertikal lebih kecil */
      padding: 15px; /* Padding lebih kecil */
      font-size: 14px; /* Ukuran font lebih kecil */
      border-radius: 5px; /* Kurangi radius sudut */
    }

    .close {
      font-size: 20px; /* Ukuran ikon tutup lebih kecil */
    }
  }




/* Gaya untuk modal dengan prefiks 'peringkat' */
.peringkat-modal {
  display: none; /* Disembunyikan secara default */
  position: fixed;
  z-index: 1;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  background-color: rgba(0, 0, 0, 0.5); /* Latar belakang gelap */
}

.peringkat-modal-content {
  background-color: #fff;
  margin: 15% auto;
  padding: 20px;
  border: 1px solid #888;
  max-width: 800px;
  border-radius: 8px;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
}

.peringkat-close {
  color: #aaa;
  float: right;
  font-size: 28px;
  font-weight: bold;
  cursor: pointer;
}

.peringkat-close:hover,
.peringkat-close:focus {
  color: #000;
  text-decoration: none;
}

/* Media query untuk layar <= 500px (lebar) dan <= 400px (tinggi) */
@media (max-width: 500px) and (max-height: 400px) {
  .peringkat-modal-content {
    width: 90%; /* Lebar modal lebih kecil untuk layar sempit */
    margin: 5% auto; /* Margin vertikal lebih kecil */
    padding: 15px; /* Padding lebih kecil */
    font-size: 14px; /* Ukuran font lebih kecil */
    border-radius: 5px; /* Kurangi radius sudut */
  }

  .peringkat-close {
    font-size: 20px; /* Ukuran ikon tutup lebih kecil */
  }
}


/* Gaya untuk modal dengan prefiks 'popup' */
.popup-modal {
  display: none; /* Disembunyikan secara default */
  position: fixed;
  z-index: 1;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  background-color: rgba(0, 0, 0, 0.5); /* Latar belakang gelap */
}

.popup-modal-content {
  background-color: #fff;
  margin: 15% auto;
  padding: 20px;
  border: 1px solid #888;
  max-width: 500px;
  border-radius: 8px;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
}

.popup-close {
  color: #aaa;
  float: right;
  font-size: 28px;
  font-weight: bold;
  cursor: pointer;
}

.popup-close:hover,
.popup-close:focus {
  color: #000;
  text-decoration: none;
}

/* Media query untuk layar <= 500px (lebar) dan <= 400px (tinggi) */
@media (max-width: 500px) and (max-height: 400px) {
  .popup-modal-content {
    width: 90%; /* Lebar modal lebih kecil untuk layar sempit */
    margin: 5% auto; /* Margin vertikal lebih kecil */
    padding: 15px; /* Padding lebih kecil */
    font-size: 14px; /* Ukuran font lebih kecil */
    border-radius: 5px; /* Kurangi radius sudut */
  }

  .popup-close {
    font-size: 20px; /* Ukuran ikon tutup lebih kecil */
  }
}


#sec-c74c, #sec-328d {
  position: sticky;
  bottom: 0; /* Tetap berada di bagian bawah viewport */
  background-color: #ffffff; /* Warna latar belakang */
  padding: 10px; /* Padding untuk estetika */
  box-shadow: 0 -2px 5px rgba(0, 0, 0, 0.1); /* Tambahkan bayangan agar terlihat lebih jelas */
  z-index: 100; /* Pastikan elemen berada di atas elemen lain */
}




/* Modal Styles */
.popbox-modal {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 9999;
}

.popbox-modal-content {
  background: #fff;
  padding: 20px;
  width: 400px;
  max-width: 90%;
  border-radius: 10px;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
  position: relative;
  text-align: center;
}

/* Close Button */
.popbox-close-btn {
  position: absolute;
  top: 10px;
  right: 10px;
  font-size: 18px;
  font-weight: bold;
  cursor: pointer;
  color: #333;
}

.popbox-close-btn:hover {
  color: #ff0000;
}


    .swiper {
      width: 80%;
      max-width: 900px;
      height: 400px;
    }
    .swiper-slide {
      display: flex;
      justify-content: center;
      align-items: center;
      font-size: 24px;
      font-weight: bold;
      color: #fff;
    }
    .swiper-slide img {
      width: 100%;
      height: 100%;
      object-fit: cover;
      border-radius: 10px;
    }




