/* Section Metode Pembelajaran TK Al-Fadilah */
.metode-belajar {
  background: linear-gradient(
    145deg,
    #fffbe6,
    #fff1cc
  ); /* gradasi kuning muda */
  border: 2px solid #c1b27d;
  padding: 60px 20px;
  box-shadow: 0 5px 25px rgba(0, 0, 0, 0.25); /* shadow warna kuning oranye */
  margin: 50px auto;
  overflow: hidden;
  width: 100%;
  margin-bottom: 5px;
  margin-top: 5px;
}

.metode-belajar .container {
  max-width: 960px;
  margin: 0 auto;
  padding: 0 20px;
}

/* Judul dan Divider */
.metode-belajar h2 {
  text-align: center;
  font-size: 34px;
  font-weight: 700;
  color: #f57f17; /* oranye ceria */
  margin-bottom: 10px;
}
.metode-belajar p {
  text-align: center;
  max-width: 800px;
  margin: 10px auto 30px;
  font-size: 16px;
  line-height: 1.6;
  color: #555;
}
.metode-belajar .divider {
  width: 100px;
  height: 3px;
  background: #d7a86e;
  margin: 0 auto 40px;
  border-radius: 2px;
}

/* Grid 3 kolom + responsif */
.metode-belajar .kecerdasan-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
  padding: 0 20px;
  justify-items: center;
}

/* Style tiap card */
.metode-belajar .kecerdasan-box {
  background: #fffdf5; /* putih kekuningan */
  border-radius: 16px;
  border: 2px dashed #ffd54f;
  padding: 30px 20px;
  text-align: center;
  box-shadow: 0 6px 20px rgba(255, 182, 0, 0.1);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  width: 100%;
  max-width: 320px;
}
.metode-belajar .kecerdasan-box:hover {
  transform: translateY(-8px);
  box-shadow: 0 12px 28px rgba(255, 172, 0, 0.25);
}

/* Icon */
.metode-belajar .kecerdasan-box i {
  font-size: 44px;
  color: #ff6f61; /* pink-oranye coral lucu */
  margin-bottom: 20px;
  transition: transform 0.3s ease, color 0.3s ease;
}
.metode-belajar .kecerdasan-box:hover i {
  color: #f4511e; /* merah oranye lebih gelap */
  transform: scale(1.1);
}

/* Judul & teks card */
.metode-belajar .kecerdasan-box h3 {
  font-size: 22px;
  margin-bottom: 12px;
  font-weight: 600;
  color: #f57f17;
}
.metode-belajar .kecerdasan-box p {
  font-size: 15px;
  color: #666;
  line-height: 1.6;
}

/* Tengahin card terakhir jika jumlah ganjil */
.metode-belajar .kecerdasan-grid > .kecerdasan-box:last-child:nth-child(1) {
  grid-column: 2 / 3;
}

/* Responsif */
@media (max-width: 992px) {
  .metode-belajar .kecerdasan-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 600px) {
  .metode-belajar .kecerdasan-grid {
    grid-template-columns: 1fr;
  }
}

/* Section BCCT */
#bcct-section {
  padding: 0 20px 0 20px; /* sebelumnya: padding: 60px 20px 0 20px; */
  background: linear-gradient(135deg, #fff9ec, #ffe7cc);
  border: 2px solid #e8dc93;
  margin: 0;
  box-shadow: none;
  text-align: center;
  color: #444;
  height: auto;
  margin-top: 5px;
  margin-bottom: 5px;
  padding-top: 0;
  height: 75vh;
}

/* Judul & Divider */
#bcct-section h2 {
  font-size: 34px;
  color: #f57f17;
  margin-bottom: 5px;
}
#bcct-section .divider {
  width: 100px;
  height: 3px;
  background-color: #f9a825 !important;
  border-radius: 2px;
  margin: 0 auto 40px;
}

/* Flex container */
.bcct-flex {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 30px;
}

/* Card */
.bcct-card {
  background: #fff8e1;
  border: 2px dashed #ffd54f;
  border-radius: 20px;
  box-shadow: 0 4px 16px rgba(255, 193, 7, 0.1);
  padding: 30px 25px;
  width: 100%;
  max-width: 500px;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  text-align: left;
  animation: fadeInUp 1s ease;
}

.bcct-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 10px 25px rgba(255, 179, 0, 0.2);
}

/* Judul Card */
.bcct-card h3 {
  font-size: 24px;
  color: #ef6c00;
  margin-bottom: 15px;
}

/* Paragraf */
.bcct-card p {
  font-size: 16px;
  color: #555;
  margin-bottom: 15px;
  line-height: 1.5;
}

/* List */
.bcct-card ul {
  padding-left: 20px;
  color: #6d4c41;
}
.bcct-card ul li {
  margin-bottom: 8px;
  position: relative;
}
.bcct-card ul li::before {
  content: "🌟";
  position: absolute;
  left: -20px;
  top: 0;
}

/* Animasi */
@keyframes fadeInUp {
  from {
    opacity: 0;
    transform: translateY(30px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

/* Responsif tambahan agar section tetap rapi di layar kecil */
@media (max-width: 768px) {
  .metode-belajar {
    padding: 40px 15px;
  }

  #bcct-section {
    padding: 40px 15px;
    height: auto; /* agar tidak fix 75vh di layar kecil */
  }

  .bcct-card {
    padding: 20px;
  }

  .bcct-card h3 {
    font-size: 20px;
  }

  .bcct-card p,
  .bcct-card ul li {
    font-size: 14px;
  }

  .metode-belajar h2,
  #bcct-section h2 {
    font-size: 28px;
  }
}
