/* === SECTION: TENTANG KAMI === */
.tentang-kami {
  background-color: #e8f5e9;
  border: 2px solid #81c784;
  padding: 80px 20px;
  margin-top: 5px;
  position: relative;
  z-index: 1;

  height: auto; /* ✅ Ini wajib ubah */
  min-height: 50vh; /* Opsional: biar pas di HP full screen */
  padding-bottom: 60px;
}

.tentang-kami .container {
  max-width: 1450px; /* Batas maksimum lebar konten */
  margin: 0 auto; /* Tengahin */
  padding: 0 auto; /* Jarak kiri-kanan */
}

/* === Judul Section dan Divider === */
.tentang-kami .section-title {
  font-size: 2.5rem;
  color: #ff7043;
  margin-bottom: 5px;
  font-weight: 700;
  text-align: center;
  position: relative;
}

/* Divider di bawah judul */
.tentang-kami .section-title::after {
  content: "";
  display: block;
  width: 150px; /* Ukuran panjang garis */
  height: 3px; /* Ukuran tinggi garis */
  background-color: #fbc02d; /* Warna garis, misalnya hijau */
  margin: 5px auto 0;
  border-radius: 10px;
  animation: growLine 1s ease;
}
/* === Tentang Kami - Paragraf Styling === */
.tentang-kami .paragraph-group p {
  font-size: 1.15rem;
  color: var(--text-color);
  line-height: 1.9;
  margin-bottom: 25px;
  text-align: justify;

  opacity: 0;
  transform: translateY(20px);
  animation: slideUp 0.8s forwards;
}

/* Delay animasi berurutan */
.tentang-kami .paragraph-group p:nth-of-type(1) {
  animation-delay: 0.1s;
}
.tentang-kami .paragraph-group p:nth-of-type(2) {
  animation-delay: 0.3s;
}
.tentang-kami .paragraph-group p:nth-of-type(3) {
  animation-delay: 0.5s;
}
.tentang-kami .paragraph-group p:nth-of-type(4) {
  animation-delay: 0.7s;
}

/* === Animasi Slide Up === */
@keyframes slideUp {
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

/* === Animasi === */
@keyframes growLine {
  from {
    width: 0;
    opacity: 0;
  }
  to {
    width: 100px;
    opacity: 1;
  }
}

@keyframes slideUp {
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

/* === RESPONSIVE === */
@media (max-width: 768px) {
  .tentang-kami {
    padding: 60px 15px;
  }

  .tentang-kami .section-title {
    font-size: 2rem;
  }

  .tentang-kami .section-title::after {
    width: 60px;
    height: 4px;
    margin-top: 15px;
  }

  .tentang-kami .section-description {
    font-size: 1rem;
    margin-bottom: 20px;
  }

  .tentang-kami::after {
    font-size: 1.4rem;
    margin-top: 40px;
  }
}

/* === SECTION: VISI MISI CERIA === */
.visi-misi {
  background-color: #f0fdf4; /* Hijau pastel soft */
  border: 2px solid #a5d6a7;
  padding: 80px 20px;
  margin: 5px 0;
  position: relative;
  z-index: 1;
  height: auto;
}

/* === CONTAINER === */
.visi-misi .container {
  max-width: 960px;
  margin: 0 auto;
}

/* === JUDUL SECTION === */
.visi-misi .section-title {
  font-size: 2.8rem;
  color: #ff7043; /* oranye soft ceria */
  text-align: center;
  font-weight: 800;
  margin-bottom: 40px;
  position: relative;
  font-family: "poppins", cursive;
}

/* === DIVIDER === */
.visi-misi .section-title::after {
  content: "";
  display: block;
  width: 100px;
  height: 3px;
  background-color: #fbc02d; /* kuning ceria */
  margin: 5px auto 0;
  border-radius: 4px;
  animation: growLine 1s ease;
}

/* === WRAPPER === */
.visi-misi-wrapper {
  display: flex;
  gap: 40px;
  justify-content: space-between;
  flex-wrap: wrap;
}

/* === BOX === */
.visi-misi .box {
  flex: 1 1 45%;
  background-color: #ffffff;
  padding: 30px 25px;
  border-radius: 20px;
  border: 2px dotted #aed581;
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.08);
  transition: transform 0.3s ease;
  position: relative;
  overflow: hidden;
}

/* === ICON DEKORASI === */
.visi-misi .visi::before {
  content: "🧠";
  position: absolute;
  top: 20px;
  right: 20px;
  font-size: 2.2rem;
}
.visi-misi .misi::before {
  content: "🎯";
  position: absolute;
  top: 20px;
  right: 20px;
  font-size: 2.2rem;
}

/* === JUDUL BOX === */
.visi-misi .visi h3,
.visi-misi .misi h3 {
  font-size: 1.8rem;
  color: #33691e;
  margin-bottom: 10px;
  font-weight: bold;
}

/* === TEKS VISI === */
.visi-misi .visi p {
  font-size: 1.1rem;
  color: #4e342e;
  line-height: 1.8;
  text-align: justify;
}

/* === LIST MISI === */
.visi-misi .misi ul {
  list-style: none;
  padding-left: 0;
}
.visi-misi .misi li {
  position: relative;
  padding-left: 30px;
  margin-bottom: 15px;
  font-size: 1.1rem;
  color: #4e342e;
  line-height: 1.6;
}
.visi-misi .misi li::before {
  content: "🌟";
  position: absolute;
  left: 0;
  top: 0;
  font-size: 1.1rem;
}

/* === HOVER EFEK UNTUK BOX VISI & MISI === */
.visi-misi .box:hover {
  transform: translateY(-6px) scale(1.02);
  box-shadow: 0 12px 30px rgba(0, 0, 0, 0.15);
  border-color: #81c784; /* Lebih hijau saat hover */
  transition: all 0.3s ease;
}

/* Opsional: Animasi emoji ikut goyang */
.visi-misi .box:hover::before {
  animation: bounceIcon 0.6s ease;
}

@keyframes bounceIcon {
  0% {
    transform: translateY(0);
  }
  30% {
    transform: translateY(-6px);
  }
  60% {
    transform: translateY(3px);
  }
  100% {
    transform: translateY(0);
  }
}

/* === RESPONSIVE === */
@media (max-width: 768px) {
  .visi-misi-wrapper {
    flex-direction: column;
    gap: 30px;
  }

  .visi-misi .box {
    flex: 1 1 100%;
  }

  .visi-misi .section-title {
    font-size: 2rem;
  }

  .visi-misi .section-title::after {
    width: 60px;
  }

  .visi-misi .visi h3,
  .visi-misi .misi h3 {
    font-size: 1.5rem;
  }
}
