/* Kustomisasi Hero Section dengan Background Siswa */
.hero-section {
  position: relative;
  /* Ganti URL di bawah ini dengan foto siswa MTsN 1 Cirebon asli jika sudah ada */
  background: linear-gradient(rgba(0, 100, 0, 0.6), rgba(0, 0, 0, 0.7)), url("https://website.mtsn1kabcirebon.sch.id/gambar/photo_gallery/small_57KELAS%20DIGITAL.jpg");
  background-size: cover;
  background-position: center;
  background-attachment: fixed;
  color: white;
  padding: 120px 0;
  text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5);
}

.hero-section h1 {
  font-weight: 800;
  letter-spacing: 1px;
}

.brand-text {
  color: #28a745 !important;
}

.card-custom {
  border-radius: 15px;
  transition: transform 0.3s;
}

.card-custom:hover {
  transform: translateY(-5px);
}
