/* ========================================================== */
/* VISI DAN MISI STYLES */
/* ========================================================== */
.visi-section {
  position: relative;
  width: 100%;
  height: 90dvh;
  overflow: hidden;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
}

.visi-image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}

/* ========================================================== */
/* MEDIA QUERIES (RESPONSIVE) - HERO SECTION */
/* ========================================================== */
@media (max-width: 1024px) {
  .visi-section {
    height: 85dvh;
  }
}
/* Tablet dan Layar Kecil (Max-width 992px) */
@media (max-width: 992px) {
  .visi-section {
    height: 80dvh;
  }
}

/* Mobile Devices (Max-width 768px) */
@media (max-width: 768px) {
  .visi-section {
    height: 80dvh;
  }
}
@media (max-width: 480px) {
  .visi-section {
    height: 80dvh;
  }
}
@media (max-width: 360px) {
  .visi-section {
    height: 80dvh;
  }
}

/* ========================================================== */
/* STRUKTUR ORGANISASI STYLES */
/* ========================================================== */
.struktur-organisasi-section {
  position: relative;
  width: 100%;
  height: 90dvh;
  overflow: hidden;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
}

.struktur-image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}
/* ========================================================== */
/* MEDIA QUERIES (RESPONSIVE) -STRUKTUR ORGANISASI */
/* ========================================================== */
@media (max-width: 1024px) {
  .struktur-organisasi-section {
    height: 85dvh;
  }
}
/* Tablet dan Layar Kecil (Max-width 992px) */
@media (max-width: 992px) {
  .struktur-organisasi-section {
    height: 80dvh;
  }
}

/* Mobile Devices (Max-width 768px) */
@media (max-width: 768px) {
  .struktur-organisasi-section {
    height: 80dvh;
  }
}

/* ========================================= */
/* --- SEJARAH SECTION STYLES --- */
/* ========================================= */
.section-sejarah {
  display: flex;
  flex-direction: column;
  flex-shrink: 1;
  width: 100%;
  height: 95dvh;
  overflow: hidden;
}
.sejarah-container {
  position: relative;
  width: 100%;
  flex-grow: 1; /* AMBIL SEMUA RUANG */
  flex-shrink: 1; /* Boleh mengecil jika layar sangat sempit (seperti di Lenovo Anda) */
  overflow: hidden;
}
.sejarah-video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  object-fit: fill;
}

@media (max-width: 1024px) {
  .section-sejarah {
    height: 85dvh;
  }
}
/* Layar Tablet / Laptop Kecil (991px ke bawah) */
@media (max-width: 991px) {
  .section-sejarah {
    height: 80dvh;
  }
}

/* Layar Tablet Portrait (768px ke bawah) */
@media (max-width: 768px) {
  .section-sejarah {
    height: 80dvh;
  }
}

/* Layar HP (468px ke bawah) */
@media (max-width: 480px) {
  .section-sejarah {
    height: 80dvh;
  }
}
@media (max-width: 360px) {
  .section-sejarah {
    height: 80dvh;
  }
}
