.text-shadow {
  text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.4);
}
.header {
  background-image: url("../assets/images/header.jpg");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  height: 870px;
  width: 100%;
  position: relative;
}
.bayangan {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 1;
}
.header-content {
  text-align: center;
  position: relative;
  z-index: 10;
}

.header-content h1 {
  font-weight: bold;
  color: #ffffff;
  text-align: center;
  font-size: 2.25rem; /* text-4xl */
  padding-top: 30rem; /* pt-120 (120 x 0.25rem = 30rem) */
}
.header-content p {
  font-size: 1.25rem; /* text-xl */
  color: #ffffff;
  text-align: center;
  width: fit-content;
  padding-left: 4rem;
  padding-right: 4rem;
}

.header-content p:first-of-type {
  padding-top: 2rem; /* pt-8 */
}
.navbar {
  background-color: rgba(255, 255, 255, 0.05);
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
  transition: all 0.3s ease;
  width: 100%;
  height: 7.5rem; /* h-30 = 120px */
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0 3.5rem; /* px-14 */
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 50;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05); /* shadow-sm */
  gap: 0.75rem; /* gap-3 */
}
.logo {
  width: 5rem; /* w-20 */
  height: 5rem; /* h-20 */
}
.nav-menu {
  display: none; /* hidden */
  gap: 3rem; /* gap-15 */
  font-weight: 600;
  margin-left: auto;
}
.nav-menu a {
  font-size: 1.125rem; /* text-lg */
  height: 100%;
  display: flex;
  align-items: center;
  transition: all 0.3s ease;
  text-decoration: none;
  color: white;
  text-shadow: 0 2px 8px rgba(0, 0, 0, 0.7);
  padding: 0 0.75rem;
}

.nav-menu a:hover {
  background-color: #e5e7eb; /* gray-200 */
}
.nav-menu a.active {
  color: #2563eb; /* blue-600 */
}
.right-section {
  display: flex;
  gap: 0.5rem;
  align-items: center;
}
.menu-btn {
  padding: 0.5rem;
  border-radius: 0.375rem;
  background-color: #e5e7eb;
  border: none;
  cursor: pointer;
}

.menu-btn:hover {
  background-color: #d1d5db;
}
.menu-icon {
  width: 1.5rem;
  height: 1.5rem;
  transition: all 0.3s ease;
}
.menu-icon1 {
  width: 1.5rem;
  height: 1.5rem;
  transition: all 0.3s ease;
  display: none;
}
.mobile-menu {
  display: none; /* hidden */
  background-color: #ffffff;
  display: none; /* default hidden */
  width: 100%;
  position: fixed;
  top: 7.5rem; /* top-30 = 120px */
  left: 0;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1); /* shadow-md */
  z-index: 20;
}
.mobile-menu.active {
  display: grid;
}
.mobile-menu a {
  padding: 1rem; /* p-4 */
  border-bottom: 1px solid #e5e7eb;
  text-decoration: none;
  color: #000;
  transition: background-color 0.3s ease;
}

.mobile-menu a:hover {
  background-color: #f3f4f6; /* gray-100 */
}
.section1 {
  background-color: #ffffff; /* bg-white */
  align-items: center;
}
.section-title {
  display: flex; /* flex */
  align-items: center; /* items-center */
  padding-top: 5rem; /* pt-20 (20 × 0.25rem = 5rem) */
  padding-left: 5.5rem; /* pl-22 (22 × 0.25rem = 5.5rem) */
  gap: 0.75rem; /* gap-3 */
}
.section-title p {
  font-size: 1.5rem; /* text-xl */
  font-weight: bold;
  color: #0c132b;
}
.section-title span {
  color: #ffffff;
  background-color: #0c132b;
  padding: 0.25rem 0.75rem; /* py-1 px-3 */
  border-radius: 0.375rem; /* rounded-md */
}
.section-wrapper {
  display: grid; /* default grid */
  justify-content: space-between;
}
.section-text {
  padding-left: 4.5rem; /* 18 × 0.25rem */
  padding-right: 4.5rem;
  padding-top: 2.5rem; /* pt-10 */
}
.section-text p {
  width: fit-content;
  font-size: 1rem; /* text-xl */
  border-radius: 2rem; /* rounded-4xl */
  padding: 1rem 1.25rem; /* py-4 px-5 */
  text-align: justify;
  margin-bottom: 1rem;
}
.section-images {
  display: grid;
  padding-left: 5rem; /* 20 × 0.25rem */
  padding-right: 5rem;
  justify-content: center;
  gap: 1.25rem; /* gap-5 */
}
.section-images img {
  width: 22.5rem; /* w-90 */
  border-radius: 1rem; /* rounded-2xl */
  filter: drop-shadow(0 10px 15px rgba(0, 0, 0, 0.4));
}
.section-pembina {
  padding-top: 5rem; /* pt-20 (20 × 0.25rem) */
  display: grid; /* supaya gap bekerja */
  gap: 0.75rem; /* gap-3 */
}
.section-pembina .description {
  display: grid;
  justify-content: center;
  text-align: center;
  font-size: 1.125rem; /* text-lg */
  padding-left: 4rem; /* pl-22 (22 × 0.25rem = 5.5rem) */
  padding-right: 4rem; /* pl-22 (22 × 0.25rem = 5.5rem) */
}
.section-pembina .description span {
  width: fit-content;
  padding: 0 1.25rem; /* px-5 */
}
.pembina-wrapper {
  display: grid;
  justify-content: space-between;
}
.pembina-text {
  padding-left: 4.5rem; /* 18 × 0.25rem */
  padding-right: 4.5rem;
  padding-top: 2.5rem; /* pt-10 */
}
.pembina-text p {
  width: fit-content;
  font-size: 1rem; /* text-xl */
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  text-align: justify;
  margin-bottom: 0.5rem;
}
.pembina-text .section-title {
  font-weight: bold;
  color: #0c132b;
  padding-top: 1rem;
  padding-bottom: 1rem;
}
.pembina-person {
  display: flex;
  flex-direction: column;
  gap: 0.25rem; /* gap-1 */
  align-items: center;
  justify-content: center;
  padding-top: 10rem; /* pt-40 */
}
.pembina-person img {
  width: 19.5rem; /* w-70 */
  border-radius: 1rem; /* rounded-2xl */
  filter: drop-shadow(0 10px 15px rgba(0, 0, 0, 0.4));
}
.pembina-person .nama {
  text-align: center;
  font-size: 1.25rem;
  color: white;
}

.pembina-person .nama span {
  background-color: #0c132b;
  border-radius: 0.5rem;
  padding: 0.25rem 0.75rem;
}
.pembina-person .kontak-title {
  text-align: center;
  font-weight: bold;
  font-size: 1.125rem;
  color: #0c132b;
  padding-top: 5rem; /* pt-20 */
}

.pembina-person .kontak-email {
  text-align: center;
}
.visi-header {
  padding-top: 5rem; /* pt-20 */
  display: grid; /* supaya gap aktif */
  gap: 0.75rem; /* gap-3 */
}
.title {
  display: grid;
  justify-content: center;
  text-align: center;
  font-size: 3rem; /* text-xl */
  font-weight: bold;
  color: #0c132b;
  padding-top: 30px;
}
.subtitle {
  display: grid;
  justify-content: center;
  text-align: center;
  font-size: 1.5rem; /* text-2xl */
  color: white;
}
.subtitle span {
  background-color: #0c132b;
  border-radius: 0.5rem;
  padding: 0.25rem 0.75rem;
  width: fit-content;
}
.visi-wrapper {
  display: grid;
  justify-content: space-between;
}
.visi-text {
  width: fit-content;
  padding-left: 72px; /* pl-18 */
  padding-right: 72px; /* pr-18 */
  padding-top: 2.5rem; /* pt-10 */
}
.visi-text p {
  font-size: 1.25rem;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  text-align: justify;
}
.visi-text .section-title {
  font-weight: bold;
  color: #0c132b;
  padding-top: 1rem;
  padding-bottom: 1rem;
}
.highlight {
  background-color: #0c132b;
  border-radius: 0.5rem;
  padding: 0.25rem 0.75rem;
  color: white;
}
.visi-item {
  display: flex;
  gap: 1rem;
  margin-bottom: 1rem;
  align-items: flex-start;
}
.visi-number {
  width: auto; /* tetap kecil */
  flex-shrink: 0; /* jangan melebar */
  font-weight: 600;
  padding-left: 20px;
}

.visi-desc {
  flex: 1;
  text-align: justify;
  line-height: 1.7;
  font-size: 1rem;
}
.visi-person {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding-top: 2.5rem; /* pt-10 */
  gap: 0.25rem;
}
.visi-person img {
  width: 17.5rem; /* w-70 */
  border-radius: 1rem;
  filter: drop-shadow(0 10px 15px rgba(0, 0, 0, 0.4));
}
.section-header {
  text-align: center;
  margin-bottom: 2rem;
}
.nilai-wrapper {
  display: flex;
  justify-content: space-between;
  padding-left: 72px;
  padding-right: 72px;
}
.nilai-text {
  flex: 1;
  max-width: fit-content;
}
.nilai-title {
  font-weight: bold;
  color: #0c132b;
}
.nilai-text p {
  margin-bottom: 1rem;
  line-height: 1.7;
  text-align: justify;
  font-size: 1.25rem;
}
.nilai-item {
  display: flex;
  gap: 0.75rem;
  margin-bottom: 1rem;
}
.nilai-item1 {
  display: grid;
  gap: 0.75rem;
  margin-bottom: 1rem;
}

.nilai-bullet {
  width: 40px;
  flex-shrink: 0;
  font-weight: bold;
  display: flex;
}
.nilai-bullet1 {
  width: 120px;
  flex-shrink: 0;
  font-weight: bold;
  display: flex;
}

.nilai-desc {
  flex: 1;
  text-align: justify;
  line-height: 1.7;
}
.nilai-logo {
  flex: 1;
  vertical-align: middle;
  padding-top: 72px;
  padding-bottom: 20px;
}

.nilai-logo img {
  width: 280px;
  border-radius: 1rem;
  filter: drop-shadow(0 10px 15px rgba(0, 0, 0, 0.4));
}
.table-wrapper {
  width: 100%;
  overflow-x: auto;
}

table {
  border-collapse: collapse;
  min-width: 100%; /* supaya tabel bisa melebar dan memicu scroll */
}

.th {
  border: 1px solid #9ca3af;
  padding: 0.5rem 0.75rem;
  text-align: center;
}

/* Responsive (md < 768px) */
@media (max-width: 768px) {
  .header-content h1 {
    font-size: 3rem; /* text-8xl */
  }
  .header-content p {
    font-size: 12px; /* text-2xl */
  }
  .title {
    font-size: 1rem;
  }
  .nilai-text p {
    font-size: 1rem;
  }
  .visi-text p {
    font-size: 1rem;
  }
}
/* Responsive (md ≥ 768px) */
@media (min-width: 768px) {
  .header-content h1 {
    font-size: 6rem; /* text-8xl */
  }
  .header-content p {
    font-size: 1.5rem; /* text-2xl */
  }
  .logo {
    width: 6.25rem; /* w-25 */
    height: 6.25rem; /* h-25 */
  }

  .navbar {
    padding: 0 5rem; /* md:px-20 */
  }
  .nav-menu {
    display: flex;
  }
  .section-title p {
    font-size: 2rem; /* text-3xl */
  }
  .section-text p {
    font-size: 1.25rem; /* text-2xl */
  }
  .section-images img {
    width: 25rem; /* w-100 */
  }
  .section-pembina .title {
    font-size: 2.25rem; /* text-4xl */
  }
  .pembina-text p {
    font-size: 1.25rem; /* text-2xl */
  }
  .pembina-person {
    padding-left: 10rem; /* pl-40 */
    padding-right: 15rem; /* pr-60 */
  }
  .visi-text p {
    width: fit-content;
  }
  .visi-person {
    padding-left: 10rem; /* pl-40 */
    padding-right: 15rem; /* pr-60 */
  }
  .visi-person img {
    width: 22.5rem; /* w-90 */
  }
}
/* lg ≥ 1024px */
@media (min-width: 1024px) {
  .menu-btn {
    display: none;
  }
}
@media (max-width: 1024px) {
  .nav-menu {
    display: none; /* gap-6 */
  }
}
/* lg ≥ 1024px */
@media (max-width: 1300px) {
  .nav-menu a {
    font-size: 12px; /* text-xl */
  }
  .nav-menu {
    gap: 3px;
  }
  .visi-text p {
    width: fit-content;
  }
  .nilai-wrapper {
    flex-direction: column;
  }
}
@media (max-width: 1024px) {
  .title {
    font-size: 2rem;
  }
  .subtitle {
    font-size: 1rem;
  }
}
@media (min-width: 1280px) {
  .section-wrapper {
    display: flex;
  }
  .section-text p {
    width: 37.5rem; /* w-150 (150 × 0.25rem) */
  }
  .section-images img:nth-child(3) {
    margin-top: -25rem; /* -mt-100 */
    margin-left: -3.75rem; /* -ml-15 */
  }
  .pembina-wrapper {
    display: flex;
  }
  .pembina-text p {
    width: 37.5rem; /* w-150 */
  }
  .visi-wrapper {
    display: flex;
  }
  .visi-text p {
    width: 37.5rem; /* w-150 */
  }
  .visi-item {
    width: 37.5rem;
  }
}
