/* Reset dan Base Styles */
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

body.landingpage {
  font-family: "Segoe UI", Tahoma, Geneva, Verdana, sans-serif;
  line-height: 2.5;
  background-color: #ffffff;
}
.wisata-header-navbar {
  font-family: "Segoe UI", Tahoma, Geneva, Verdana, sans-serif;
  line-height: 2.5;
  background-color: #ffffff;
  padding: 15px 20px;
  position: relative;
  width: 100%;
  z-index: 1000;
  box-shadow: 2px 2px 10px rgba(0, 0, 0, 0.2);
}

.wisata-header-container {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 15px;
}

.wisata-header {
  display: flex;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}

.align-wisata-header-center {
  align-items: center;
}

.position-relative {
  position: relative;
}

/* Navbar Brand/Logo Styles */
.wisata-header-col-navbar {
  flex: 0 0 100%;
  max-width: 100%;
  display: flex;
  justify-content: center;
  padding-right: 15px;
  padding-left: 15px;
}

/* Hamburger Menu Icon */
.wisata-header-navbar-inline {
  display: none;
}

.text-navbar {
  color: rgb(20, 20, 20);
  text-decoration: none;
}

.icon-menu {
  display: inline-block;
  font-size: 24px;
}

/* Navigation Menu Styles */
.wisata-header-navigation {
  display: block;
  width: 100%;
}

.wisata-header-menu {
  display: flex;
  list-style: none;
  margin: 0;
  padding: 0;
  position: relative;
  align-items: center;
  width: 100%;
  justify-content: center;
}

.wisata-header-menu li {
  margin: 0 10px;
  position: relative;
}

.wisata-header-menu li a {
  color: rgb(21, 21, 21);
  text-decoration: none;
  font-size: 16px;
  padding: 8px 12px;
  transition: all 0.3s ease;
  display: flex;
  align-items: center;
}

.wisata-header-menu li a:hover {
  color: #f2b10d;
  background-color: rgba(255, 255, 255, 0.1);
  border-radius: 4px;
}

/* Dropdown Styles */
.has-dropdown {
  position: relative;
}

.dropdown-icon {
  font-size: 10px;
  margin-left: 5px;
  transition: transform 0.3s ease;
}

.has-dropdown:hover .dropdown-icon {
  transform: rotate(180deg);
}

.dropdown {
  position: absolute;
  top: 100%;
  left: 0;
  background-color: #fff;
  min-width: 200px;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
  border-radius: 4px;
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s ease;
  z-index: 1000;
  padding: 10px 0;
  list-style: none;
}

.has-dropdown:hover .dropdown {
  opacity: 1;
  visibility: visible;
}

.dropdown li {
  margin: 0;
  padding: 0;
  position: relative;
}

.dropdown li a {
  padding: 8px 20px;
  color: #333;
  display: block;
  white-space: nowrap;
}

.dropdown li a:hover {
  background-color: #f5f5f5;
  color: #f2b10d;
}

/* Nested Dropdown Styles */
.has-dropdown-sub {
  position: relative;
}

.dropdown-icon-sub {
  font-size: 10px;
  margin-left: auto;
  padding-left: 10px;
  transition: transform 0.3s ease;
}

.has-dropdown-sub:hover .dropdown-icon-sub {
  transform: rotate(90deg);
}

.dropdown-sub {
  position: absolute;
  left: 100%;
  top: 0;
  background-color: #fff;
  min-width: 200px;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
  border-radius: 4px;
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s ease;
  z-index: 1001;
  padding: 10px 0;
  list-style: none;
}

.has-dropdown-sub:hover .dropdown-sub {
  opacity: 1;
  visibility: visible;
}

.dropdown-sub li a {
  padding: 8px 20px;
  color: #333;
  display: block;
}

.dropdown-sub li a:hover {
  background-color: #f5f5f5;
  color: #f2b10d;
}



/*******************************************************************************************/
/*                                     Teks Konten Awal                                    */
/*******************************************************************************************/

.konten-awal {
  position: relative;
  width: 100%;
  height: 93vh;
  overflow: hidden;
}

.konten-awal img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

/* Dark overlay for the image */
.konten-awal::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.7);
  z-index: 1;
}

.overlay-container {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 10;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

/* Logo Container */
.logo-container {
  position: absolute;
  top: 10%; /* Sesuaikan posisi vertikal */
  width: 100%;
  text-align: center;
  z-index: 20;
}

.logo-container .logo {
  width: 300px; /* Ukuran yang bisa disesuaikan */
  height: auto;
  max-width: 50%;
  margin: 0 auto;
}

/* Teks Overlay */
.teks-overlay {
  text-align: center;
  color: white;
  text-shadow: 2px 2px 5px rgba(0, 0, 0, 0.5);
  width: 100%;
  max-width: 800px;
  padding: 0 20px;
  margin-top: 150px; /* Sesuaikan jarak dari logo */
}

.teks-overlay .main-text {
  font-family: "Segoe UI", sans-serif;
  font-size: 2.5rem;
  margin-bottom: 20px;
}

.teks-overlay .deskripsi-text {
  font-family: "Calibri", sans-serif;
  font-size: 1.2rem;
  line-height: 1.6;
}

/* Button Styles */
.button-container {
  position: absolute;
  bottom: 15%; /* Sesuaikan posisi vertikal */
  left: 0;
  right: 0;
  text-align: center;
  z-index: 20;
}
/*******************************************************************************************/
/*                                     Teks sebelum card Utama                             */
/*                                                                                         */
/*******************************************************************************************/

/* Discover Section Styles */
.discover-section {
  text-align: center;
  color: #22223c;
  width: 100%;
}

.discover-section h3 {
  font-family: "Segoui UI";
  position: relative;
  top: 40px;
  left: 30%;
  transform: translateX(-50%);
  color: #47475f;
  font-size: 28px;
  text-align: center;
}

.short-divider {
  position: relative;
  top: 20px;
  left: 18%;
  width: 150px;
  height: 3px;
  background-color: #f2b10d;
}

.discover-section p {
  font-family: "Calibri";
  position: relative;
  top: 30px;
  left: 47.3%;
  transform: translateX(-50%);
  color: #47475f;
  font-size: 16px;
  max-width: 900px;
  text-align: left;
  line-height: 1.6;
  margin-bottom: 0px;
}

/*******************************************************************************************/
/*                                      Card Utama                                  */
/*                                                                                         */
/*******************************************************************************************/

.card-container {
  display: flex;
  justify-content: space-around;
  flex-wrap: wrap;
  padding: 24px;
  max-width: 1070px;
  margin: 0 auto;
  margin-top: 25px;
}

.card {
  width: 30%;
  min-width: 300px;
  border: 1px solid #ddd;
  border-radius: 20px;
  overflow: hidden;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
  transition: transform 0.3s ease;
}

.card:hover {
  transform: translateY(-5px);
}

.card-header {
  height: 200px;
  background-color: white;
  padding: 0;
  position: relative;
  overflow: hidden;
}

.card-header img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.card-content {
  background-color: #2b3030;
  padding: 20px;
}

.card-content h3 {
  font-family: "Segoui UI";
  margin-bottom: 15px;
  line-height: 1.5;
  color: white;
  font-size: 20px;
  text-align: center;
}

.card-content p.opsi {
  margin-bottom: 15px;
  line-height: 1.5;
  color: white;
  font-size: 12px;
}

.card-content p {
  margin-bottom: 15px;
  line-height: 1.5;
  color: white;
  font-size: 14px;
}

.rating {
  color: #d7fff1;
  font-size: 1.2em;
  margin-top: 10px;
}

/*******************************************************************************************/
/*                                     Pilihan Paket Wisata                                */
/*                                                                                         */
/*******************************************************************************************/

/* Discover Section Styles */
.pilihan-wisata {
  width: 100%;
  height: 100vh;
  background-color: #f2faf9;
}

/* Discover Section Styles */
.paket-wisata {
  text-align: center;
  color: #22223c;
  width: 100%;
}

.paket-wisata h3 {
  font-family: "Segoui UI";
  position: relative;
  top: 50px;
  left: 32.8%;
  transform: translateX(-50%);
  color: #47475f;
  font-size: 28px;
  text-align: center;
}

.divider-wisata {
  position: relative;
  top: 30px;
  left: 18%;
  width: 150px;
  height: 3px;
  background-color: #f2b10d;
}

.paket-wisata p {
  font-family: "Calibri";
  position: relative;
  top: 50px;
  left: 47.3%;
  transform: translateX(-50%);
  color: #47475f;
  font-size: 16px;
  max-width: 900px;
  text-align: left;
  line-height: 1.6;
}

.view-all {
  font-family: "Calibri";
  color: #47475f;
  font-size: 16px;
  text-decoration: none;
  transition: color 0.3s ease;
  position: relative;
  white-space: nowrap;
  top: -10px;
  left: 24%;
}

/*******************************************************************************************/
/*                                     Card wisata                                         */
/*                                                                                         */
/*******************************************************************************************/

.card-wisata-container {
  display: flex;
  justify-content: space-around;
  flex-wrap: wrap;
  padding: 24px;
  max-width: 1070px;
  margin: 80px auto;
}

.card-wisata {
  width: 30%;
  margin-left: -2.5%;
  min-width: 300px;
  border: 1px solid #ddd;
  border-radius: 20px;
  overflow: hidden;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
  transition: transform 0.3s ease;
}

.card-wisata:hover {
  transform: translateY(-5px);
}

.card-header-wisata {
  height: 200px;
  background-color: white;
  padding: 0;
  position: relative;
  overflow: hidden;
}

.card-header-wisata img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

/* Card Content Adjustments */
.card-content-wisata {
  background-color: #596363;
  padding: 20px;
  display: flex;
  flex-direction: column;
  height: calc(100% - 200px);
}

.card-content-wisata h3 {
  font-family: "Segoui UI";
  margin-bottom: 10px;
  color: white;
  font-size: 18px;
  text-align: left;
}

.card-content-wisata p {
  margin-bottom: 15px;
  color: white;
  font-size: 14px;
  line-height: 1.5;
  flex-grow: 1;
}

/* Love Icon Styles */
.love-icon {
  position: absolute;
  top: 15px;
  right: 15px;
  width: 30px;
  height: 30px;
  background-color: rgb(0, 0, 0);
  border-radius: 10%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: rgb(255, 255, 255);
  font-size: 16px;
  cursor: pointer;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
  transition: all 0.3s ease;
}

.love-icon:hover {
  transform: scale(1.1);
  color: #ff0000;
}

/* Detail Button Styles */
.detail-button {
  font-family: "Gill Sans", sans-serif;
  display: block;
  width: 60%;
  padding: 8px 4px;
  background-color: #fdab35;
  color: #000000;
  box-shadow: px 2px 5px rgba(0, 0, 0, 4);
  border: 0;
  border-radius: 16px;
  font-size: 16px;
  cursor: pointer;
  transition: background-color 0.3s ease;
  margin-top: 15px;
  text-align: center;
  margin-left: 22%;
  margin-bottom: 20px;
}

.detail-button:hover {
  background-color: #ffbf0f;
}

/*******************************************************************************************/
/*                                     Teks Konten Event                           */
/*                                                                                         */
/*******************************************************************************************/
.konten-event {
  position: relative;
  width: 100%;
  height: 110vh;
  overflow: hidden;
}

.konten-event img {
  width: 100%;
  height: 100%;
  display: block;
}

.event-overlay-container {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 10;
}

.event-overlay-container .event-teks-overlay {
  font-family: "Segoui UI";
  position: absolute;
  top: 20%;
  transform: translateX(-50%);
  color: white;
  font-size: 2.5rem;
  text-shadow: 2px 2px 5px rgba(0, 0, 0, 0.5);
  width: 100%;
  text-align: center;
}

.event-teks-overlay {
  text-align: center;
  color: white;
  text-shadow: 2px 2px 5px rgba(0, 0, 0, 0.5);
  width: 100%;
}

.event-teks-overlay h3 {
  font-family: "Source Serif Pro";
  position: absolute;
  top: 16%;
  left: 100%;
  transform: translateX(-50%);
  color: white;
  font-size: 40px;
  text-shadow: 2px 2px 5px rgba(0, 0, 0, 0.5);
  width: 100%;
  text-align: left;
  line-height: 1.3;
}

.event-teks-overlay h4 {
  font-family: "Racing Sans One";
  position: absolute;
  top: 33%;
  left: 100%;
  transform: translateX(-50%);
  color: white;
  font-size: 32px;
  text-shadow: 2px 2px 5px rgba(0, 0, 0, 0.5);
  width: 100%;
  text-align: left;
  line-height: 1.3;
  font-style: italic;
}

.divider-events {
  position: absolute;
  top: 39%;
  right: 42%;
  width: 120px;
  height: 3px;
  background-color: #f2b10d;
}

.event-teks-overlay p {
  font-family: "Calibri";
  position: absolute;
  top: 30%;
  left: 76.5%;
  transform: translateX(-50%);
  color: white;
  font-size: 24px;
  text-shadow: 2px 2px 8px rgba(0, 0, 0, 5);
  width: 80%;
  max-width: 800px;
  text-align: left;
  margin-top: 90px;
  line-height: 1.3;
}

/* Button - Now Visible! */
.button-container-event {
  position: absolute;
  bottom: 15%; /* Adjusted from 80% */
  right: 40.5%;
  text-align: right;
  z-index: 20;
}

.about-button {
  font-family: "Gill Sans", sans-serif;
  padding: 10px 24px;
  font-size: 16px;
  color: #000;
  background-color: #f2b10d;
  border: none;
  border-radius: 20px;
  cursor: pointer;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.5);
  text-transform: uppercase;
  transition: all 0.3s ease;
}

.about-button:hover {
  background-color: #d8a000;
  transform: translateY(-2px);
}

/*******************************************************************************************/
/*                                     Teks Konten Dashboard EO                           */
/*                                                                                         */
/*******************************************************************************************/

/* Updated Styles */
.konten-dashboard-EO {
  color: #22223c;
  width: 100%;
  max-width: 1200px;
  margin: 20px auto;
  padding: 20px;
}

.eo-content-wrapper {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  gap: 40px;
}

.eo-text-content {
  flex: 1;
  position: relative;
}

.konten-dashboard-EO h3 {
  font-family: "Segoe UI", sans-serif;
  color: #47475f;
  font-size: 28px;
  text-align: left;
  position: relative;
  top: 20px;
  left: 0;
  transform: none;
}

.EO-divider {
  width: 70px;
  height: 3px;
  background-color: #f2b10d;
  margin-bottom: 30px;
}

.konten-dashboard-EO p {
  font-family: "Poppins", sans-serif;
  color: #47475f;
  font-size: 20px;
  text-align: left;
  line-height: 1.6;
  margin-bottom: 20px;
  position: relative;
  left: 0;
  transform: none;
}

.konten-dashboard-EO p.paragraf2 {
  top: 0;
}

.learn-more {
  font-family: "Poppins", sans-serif;
  color: #47475f;
  font-size: 20px;
  font-weight: bold;
  text-align: left;
  text-decoration-line: none;
  line-height: 1.6;
  margin-bottom: 20px;
  position: relative;
  left: 0;
  transform: none;
}



/* Ganti bagian CSS video card dengan ini */
.video-card-container {
  flex: 1;
  max-width: 600px; /* Beri batas maksimum lebar */
  min-width: 300px; /* Batas minimum */
  padding: 0;
  margin-top: 0;
}

.video-card {
flex: 1;
  max-width: 1050px;
  min-width: 700px;
  height: 440px;
  border-radius: 10px;
  overflow: hidden;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.3);
  margin-top: 40px;
  margin-right: -100px;
}

.video-card video {
  width: 100%;
  height: 440px;
  object-fit: cover;
}

.video-card iframe {
  width: 100%;
  height: 440px;
}




/*******************************************************************************************/
/*                                     Footer                           */
/*                                                                                         */
/*******************************************************************************************/
.footer {
  background-color: #000000;
  color: white;
  font-family: "Arial", sans-serif;
  position: relative;
}

.footer-content {
  max-width: 1100px;
  padding: 0 20px;
  display: flex;
  flex-direction: column;
  overflow: hidden;
  margin-left: 14%;
}

.footer-content-tourtravel {
  max-width: 1100px;
  display: flex;
  flex-direction: column;
  overflow: hidden;
  margin-left: 14%;
}

/* Section "About Us" */
.footer-section {
  text-align: center;
}

.footer-section h3 {
  font-size: 18px;
  color: #ffdd00;
  margin-bottom: 15px;
  line-height: 1.5;
  margin-top: 10%;
}

.footer-section ul {
  list-style: none;
  padding: 0;
  margin-bottom: 20px;
}

.footer-section ul li {
  font-size: 14px;
  margin-bottom: 8px;
  line-height: 1.5;
  color: #909ea2;
}

.user-experience-container {
  background-color: #000;
  color: white;
  border-radius: 8px;
  text-align: left;
  max-width: 800px;
  margin-top: 80px;
  margin-bottom: 100px;
}

.rating-section {
  display: flex;
  align-items: center;
  gap: 16px;
  padding: 10px;
  border-radius: 8px;
  margin-top: -50px;
}

.user-avatars {
  display: flex;
}

.user-avatars img {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  object-fit: cover;
  margin-left: -10px;
}

.user-avatars img:first-child {
  margin-left: 0;
}

.rating-info {
  display: flex;
  align-items: center;
  gap: 8px;
}

.stars {
  display: flex;
  gap: 2px;
}

.stars span {
  font-size: 18px;
  color: white;
  background-color: #00a67e;
  width: 20px;
  height: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 4px;
}

.rating-score {
  font-size: 16px;
  color: #fff;
  margin-left: 10px;
}

.experience-title {
  font-size: 18px;
  font-weight: bold;
  margin-top: 10px;
  color: #c5fbd8;
}

.experience-text {
  font-size: 14px;
  color: #ccc;
  margin-bottom: 15px;
  line-height: 1.6;
}

.input-section {
  display: flex;
  gap: 5px;
  align-items: center;
  margin-left: 5px;
}

.experience-input {
  font-family: "Poppins", sans-serif;
  flex: 1;
  padding: 10px;
  border: none;
  border-radius: 5px;
  background-color: #f3f3f3;
  color: rgb(0, 0, 0);
  font-size: 14px;
}

.experience-input::placeholder {
  color: #888;
}

.submit-experience-btn {
  background-color: #c59d2d;
  color: #040505;
  padding: 10px 15px;
  border: none;
  border-radius: 5px;
  cursor: pointer;
  font-size: 14px;
  display: flex;
  align-items: center;
  gap: 5px;
}

.submit-experience-btn:hover {
  background-color: #b28922;
}

.whatsapp-button {
  position: absolute;
  bottom: 100px;
  right: 100px;
  z-index: 99;
  top: 28%;
}

.whatsapp-button a img {
  width: 60px;
  height: 60px;
  border-radius: 10%;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
  transition: transform 0.3s;
}

.whatsapp-button a img:hover {
  transform: scale(1.1);
}

.wa-about-container {
  position: absolute;
  max-width: 4000px;
  right: 60px;
  top: 19%;
}

.wa-about-text {
  font-family: "Post No Bills Jaffna";
  font-size: 16px;
  line-height: 1.4;
  transform: rotate(-5deg);
  margin-bottom: 15px;
  margin-right: 120px;
}

.whatsapp-btn-about {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  background-color: #25d366 !important;
  padding: 12px 15px !important;
  border-radius: 50px !important;
  width: 100%;
  border: none;
  cursor: pointer;
  transition: all 0.3s;
}

.arrow-icon {
  position: absolute;
  width: 48px;
  height: 48px;
  left: 160px;
  top: 18%;
  z-index: 2;
  transform: rotate(-5deg);
}

.whatsapp-btn-about p {
  font-family: "Poppins", sans-serif;
  font-size: 14px;
  font-weight: 600;
  color: black;
}

.whatsapp-btn-about:hover {
  background-color: #128c7e !important;
  box-shadow: 0 5px 10px rgba(37, 211, 102, 0.3) !important;
  transform: translateY(-2px);
}

.whatsapp-btn-about:active {
  transform: translateY(0);
}

.whatsapp-logo-about {
  width: 36px;
  height: 36px;
}

.wa-tourtravel-container {
  position: absolute;
  font-family: "Segoe UI", sans-serif;
  max-width: 4000px;
  right: 60px;
  top: 41%;
}

.wa-tourtravel-text {
  color: white;
  font-size: 16px;
  line-height: 1.4;
}

.whatsapp-btn-tourtravel {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  background-color: #25d366 !important;
  padding: 12px 15px !important;
  border-radius: 50px !important;
  width: 100%;
  color: black;
  border: none;
  font-size: 14px;
  font-weight: 600;
  cursor: pointer;
  transition: all 0.3s;
}

.whatsapp-btn-tourtravel:hover {
  background-color: #128c7e !important;
  box-shadow: 0 5px 10px rgba(37, 211, 102, 0.3) !important;
  transform: translateY(-2px);
}

.whatsapp-btn-tourtravel:active {
  transform: translateY(0);
}

.whatsapp-logo-tourtravel {
  width: 36px;
  height: 36px;
}

/* Container Logo + Kontak + Sosial Media */
.footer-main-content {
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-top: 1px solid #34495e;
  padding: 30px 0;
  margin-bottom: 20px;
}

/* Logo */
.footer-logo-container {
  flex: 1;
  text-align: left;
  margin-top: -10%;
  margin-left: -7%;
}

.footer-logo {
  width: 360px;
  max-width: 100%;
}

/* Kontak */
.footer-contact-container {
  flex: 1;
  text-align: center;
}

.footer-contact-container h4 {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 20px;
  margin-top: -40%;
  margin-left: 18%;
  color: #909ea2;
}

/* Sosial Media */
.footer-social-container {
  flex: 1;
  text-align: right;
  margin-top: -5.5%;
}

.footer-social-container a {
  margin-left: 15px;
}

.footer-social-container a img {
  width: 24px;
  height: 24px;
}

/* Copyright */
.footer-copyright {
  text-align: center;
  font-size: 14px;
  margin-top: auto;
  color: #909ea2;
}

.footer-copyright p {
  margin: -21.5%;
}

/* Copyright */
.footer-bawah-copyright {
  text-align: center;
  font-size: 16px;
  margin-top: auto;
  color: #909ea2;
}

.footer-bawah-copyright p {
  margin: -19%;
}

/******************************************************************************************/
/* Responsive Styles                                                                       */
/*******************************************************************************************/

@media (max-width: 992px) {
  .navbar-inline- {
    display: block;
  }

  .site-navigation {
    display: none;
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    background-color: #343a40;
    padding: 15px;
  }

  .site-menu {
    flex-direction: column;
  }

  .site-menu li {
    margin: 5px 0;
  }

  /* Tambahkan class untuk toggle menu */
  .site-navigation.active {
    display: block;
  }

  .teks-overlay .main-text {
    font-size: 2rem;
  }

  .teks-overlay .sub-heading {
    font-size: 1.5rem;
  }

  .teks-overlay .description-text {
    font-size: 1rem;
    padding: 0 20px;
  }
}

/* Button Styles*/
.button-container {
  position: absolute;
  top: 80%;
  left: 0;
  right: 0;
  text-align: center;
  z-index: 20;
}

.ini-button {
  font-family: "Gill Sans", "Gill Sans MT", Calibri, "Trebuchet MS", sans-serif;
  padding: 12px 30px;
  font-size: 18px;
  color: #000000;
  background-color: #f2b10d;
  border: none;
  border-radius: 20px;
  cursor: pointer;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 1);
  text-transform: uppercase;
  position: relative;
  margin: 0 auto;
}

/* Efek hover yang pasti bekerja */
.ini-button:hover {
  background-color: #d8ab00;
  transform: translateY(-1px);
}

/* Responsive */
@media (max-width: 900px) {
  .eo-content-wrapper {
    flex-direction: column;
  }

  .video-card {
    min-width: 100%;
    margin-top: 20px;
  }
}

/* Perbaikan untuk Responsive Design */
@media (max-width: 992px) {
  .konten-awal {
    height: 100vh;
  }

  .logo-container {
    top: -10%;
    left: 50%;
    transform: translateX(-50%);
    width: 80%;
  }

  .overlay-container .logo {
    width: 80%;
    max-width: 400px;
    height: auto;
    margin: 0 auto;
  }

  .teks-overlay {
    position: relative;
    top: auto;
    left: auto;
    transform: none;
    padding: 20px;
    text-align: center;
  }

  .teks-overlay .main-text {
    position: relative;
    top: auto;
    left: auto;
    transform: none;
    font-size: 2rem;
    margin-top: 20px;
  }

  .teks-overlay .deskripsi-text {
    position: relative;
    top: auto;
    left: auto;
    transform: none;
    font-size: 1rem;
    width: 100%;
    margin: 20px auto;
    text-align: center;
    padding: 0 15px;
  }

  .button-container {
    position: relative;
    top: auto;
    margin: 30px auto;
    padding: 0 15px;
  }
}

@media (max-width: 768px) {
  .konten-awal {
    height: 100vh;
  }

  .logo-container {
    top: -10%;
    left: 50%;
    transform: translateX(-50%);
    width: 80%;
  }

  .overlay-container .logo {
    width: 80%;
    max-width: 400px;
    height: auto;
    margin: 0 auto;
  }

  .teks-overlay {
    position: relative;
    top: auto;
    left: auto;
    transform: none;
    padding: 20px;
    text-align: center;
  }

  .teks-overlay .main-text {
    position: relative;
    top: auto;
    left: auto;
    transform: none;
    font-size: 2rem;
    margin-top: 20px;
  }

  .teks-overlay .deskripsi-text {
    position: relative;
    top: auto;
    left: auto;
    transform: none;
    font-size: 1rem;
    width: 100%;
    margin: 20px auto;
    text-align: center;
    padding: 0 15px;
  }

  .button-container {
    position: relative;
    top: auto;
    margin: 30px auto;
    padding: 0 15px;
  }
}

@media (max-width: 576px) {
  .konten-awal {
    height: 100vh;
  }

  .logo-container {
    top: -10%;
    left: 50%;
    transform: translateX(-50%);
    width: 80%;
  }

  .overlay-container .logo {
    width: 80%;
    max-width: 400px;
    height: auto;
    margin: 0 auto;
  }

  .teks-overlay {
    position: relative;
    top: auto;
    left: 50%;
    transform: none;
    padding: 20px;
    text-align: center;
  }

  .teks-overlay .main-text {
    position: relative;
    top: auto;
    left: 5%;
    transform: none;
    font-size: 14px;
    margin-top: 20px;
    text-align: center;
  }

  .teks-overlay .deskripsi-text {
    position: relative;
    top: auto;
    left: 5%;
    transform: none;
    font-size: 11px;
    width: 100%;
    margin: 20px auto;
    text-align: center;
    padding: 0 15px;
  }

  .button-container {
    position: absolute;
    top: auto;
    margin: -90px 10px;
  }

  .ini-button {
    top: -30%;
    padding: 6px 10px;
    font-size: 11px;
  }

  /* Responsive adjustments */
  @media (max-width: 768px) {
    .discover-section {
      padding: 40px 15px;
    }

    .discover-section h3 {
      font-size: 1.5rem;
    }

    .discover-section p {
      font-size: 1rem;
      padding: 0 15px;
    }
  }

  @media (max-width: 576px) {
    .discover-section {
      padding: 30px 10px;
    }

    .discover-section h3 {
      font-size: 1.3rem;
    }

    .discover-section p {
      font-size: 0.9rem;
    }
  }

  @media (max-width: 1000px) {
    .card {
      width: 45%;
    }
  }

  @media (max-width: 600px) {
    .card {
      width: 100%;
    }
  }
}
