/* Umum */
body {
  font-family: system-ui, -apple-system, Segoe UI, Roboto, 'Helvetica Neue', Arial, 'Noto Sans', 'Liberation Sans', sans-serif;
  background-color: #fff;
  color: #212529;
}

.navbar-brand {
  font-weight: 700;
  letter-spacing: .3px;
}

/* Jumbotron Style */
.jumbotron {
  padding: 3rem 1rem;
  margin-bottom: 2rem;
  background-color: #f8f9fa;
  border-radius: .75rem;
}

/* Footer Style */
.footer {
  background: #0b3d2e;
  color: #fff;
  padding: 20px;
  margin-top: 40px;
}

/* Gambar Berita */
.card-img-top {
  object-fit: cover;
  height: 180px;
}

/* Tabel Head */
.table thead th {
  white-space: nowrap;
}

/* Badge Soft */
.badge-soft {
  background: #e8f5e9;
  color: #1b5e20;
}

/* =============================
   🎯 Hover Animasi untuk Cards
   ============================= */

.card-hover {
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  cursor: pointer;
}

.card-hover:hover {
  transform: translateY(-10px);
  box-shadow: 0 12px 24px rgba(0, 0, 0, 0.1);
}

/* =============================
   Optional Styling Tambahan
   ============================= */

/* Section Heading */
section h2, section h3 {
  font-weight: 700;
  margin-bottom: 1.5rem;
}

/* Card Title */
.card-title {
  font-size: 1.1rem;
  font-weight: 600;
}

/* Responsive Images */
img {
  max-width: 100%;
  height: auto;
}

.info-card {
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.info-card:hover {
  transform: translateY(-8px);
  box-shadow: 0 16px 30px rgba(0, 0, 0, 0.15);
}
