#navmenu a {
  text-decoration: none;
  color: black;
}

#navmenu a.active {
  color: red;
  font-weight: bold;
}

.news-card {
  background: #fff;
  border-radius: 15px;
  overflow: hidden;
  transition: 0.3s ease;
  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.05);
  height: 100%;
}

.news-card:hover {
  transform: translateY(-8px);
  box-shadow: 0 15px 30px rgba(0, 0, 0, 0.1);
}

.news-img {
  position: relative;
  overflow: hidden;
}

.news-img img {
  width: 100%;
  height: 220px;
  object-fit: cover;
  transition: 0.4s ease;
}

.news-card:hover .news-img img {
  transform: scale(1.1);
}

.news-category {
  position: absolute;
  top: 15px;
  left: 15px;
  background: #dc3545;
  color: #fff;
  padding: 5px 12px;
  font-size: 12px;
  border-radius: 50px;
}

.news-content {
  padding: 20px;
}

.news-content h5 {
  font-weight: 600;
  margin: 10px 0;
}

.news-content p {
  font-size: 14px;
  color: #666;
}

.read-more {
  text-decoration: none;
  font-weight: 600;
  color: #dc3545;
  transition: 0.3s;
}

.read-more:hover {
  letter-spacing: 1px;
}
.pmb-modern {
  background: #f8f9fa;
}

.pmb-card {
  background: white;
  padding: 60px;
  border-radius: 25px;
  box-shadow: 0 20px 50px rgba(0, 0, 0, 0.08);
  position: relative;
  overflow: hidden;
}

.pmb-card::before {
  content: "";
  position: absolute;
  right: -80px;
  top: -80px;
  width: 250px;
  height: 250px;
  background: rgba(220, 53, 69, 0.08);
  border-radius: 50%;
}

.pmb-icon {
  font-size: 120px;
  color: #dc3545;
  opacity: 0.9;
}

.countdown h4 {
  font-size: 28px;
}

.pmb-card .btn-danger {
  box-shadow: 0 10px 20px rgba(220, 53, 69, 0.3);
  transition: 0.3s;
}

.pmb-card .btn-danger:hover {
  transform: translateY(-3px);
}

.news-small-card {
  background: white;
  border-radius: 15px;
  overflow: hidden;
  transition: 0.3s ease;
  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.05);
  height: 100%;
}

.news-small-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 15px 30px rgba(0, 0, 0, 0.1);
}

.news-small-img img {
  width: 100%;
  height: 150px;
  object-fit: cover;
}

.news-small-content {
  padding: 15px;
}

.news-small-content h6 {
  font-weight: 600;
  font-size: 15px;
  line-height: 1.4;
}

.news-link {
  font-size: 14px;
  font-weight: 600;
  color: #dc3545;
  text-decoration: none;
  transition: 0.3s;
}

.news-link:hover {
  letter-spacing: 1px;
}

.agenda-section {
  background: #f8f9fa;
}

/* Featured Event */
.event-featured {
  background: white;
  border-radius: 20px;
  overflow: hidden;
  box-shadow: 0 15px 40px rgba(0, 0, 0, 0.08);
  transition: 0.3s;
}

.event-featured:hover {
  transform: translateY(-6px);
}

.event-featured img {
  width: 100%;
  height: 250px;
  object-fit: cover;
}

.event-featured-content {
  padding: 25px;
  display: flex;
  gap: 20px;
}

.event-date-box {
  background: #dc3545;
  color: white;
  padding: 15px;
  text-align: center;
  border-radius: 15px;
  min-width: 70px;
}

.event-date-box .day {
  font-size: 22px;
  font-weight: bold;
  display: block;
}

.event-date-box .month {
  font-size: 12px;
}

/* Event List */
.event-list {
  background: white;
  padding: 25px;
  border-radius: 20px;
  box-shadow: 0 15px 40px rgba(0, 0, 0, 0.05);
}

.event-item-modern {
  display: flex;
  align-items: center;
  gap: 15px;
  padding: 12px 0;
  border-bottom: 1px solid #eee;
}

.event-item-modern:last-child {
  border-bottom: none;
}

.event-date-small {
  background: #ffe5e8;
  color: #dc3545;
  padding: 8px 10px;
  border-radius: 10px;
  text-align: center;
  min-width: 50px;
}

.event-date-small span {
  font-weight: bold;
  display: block;
}

.page-header {
  background: linear-gradient(635deg, #b02a37, #dc3545);
  padding-top: 140px;
  padding-bottom: 30px;
}
.page-header h1 {
  color: white;
}

.page-header p {
  color: #f1f1f1;
  font-size: 16px;
}

.news-card {
  background: white;
  border-radius: 15px;
  overflow: hidden;
  transition: 0.3s;
  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.05);
}

.news-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 15px 30px rgba(0, 0, 0, 0.1);
}

.news-card img {
  width: 100%;
  height: 200px;
  object-fit: cover;
}

.read-more {
  text-decoration: none;
  color: #dc3545;
  font-weight: 600;
}

#sejarah h2 {
  color: #1c3d5a;
}

#sejarah p {
  line-height: 1.8;
  font-size: 16px;
}

.pimpinan-card img {
  height: 260px;
  object-fit: cover;
}

.pimpinan-card {
  transition: 0.3s;
  border-radius: 10px;
}

.pimpinan-card:hover {
  transform: translateY(-8px);
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.15);
}

.akreditasi-card {
  border-radius: 12px;
  transition: 0.3s;
}

.akreditasi-card:hover {
  transform: translateY(-8px);
  box-shadow: 0 12px 30px rgba(0, 0, 0, 0.15);
}

.renstra-card {
  border-radius: 12px;
  transition: 0.3s;
}

.renstra-card:hover {
  transform: translateY(-8px);
  box-shadow: 0 12px 30px rgba(0, 0, 0, 0.15);
}

.kurikulum-card {
  border-radius: 12px;
  transition: 0.3s;
}

.kurikulum-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.15);
}

.fasilitas-card {
  transition: all 0.3s ease;
}

.fasilitas-card:hover {
  transform: translateY(-8px);
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.15);
}

.fasilitas-card img {
  height: 200px;
  object-fit: cover;
}

.beasiswa-card {
  transition: all 0.3s ease;
}

.beasiswa-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 12px 25px rgba(0, 0, 0, 0.15);
}

.layanan-card {
  transition: all 0.3s ease;
}

.layanan-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 12px 25px rgba(0, 0, 0, 0.15);
}

.kkn-card {
  transition: all 0.3s ease;
}

.kkn-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 12px 25px rgba(0, 0, 0, 0.15);
}

.dosen-card img {
  height: 280px;
  object-fit: cover;
}

.dosen-card {
  transition: all 0.3s ease;
}

.dosen-card:hover {
  transform: translateY(-8px);
  box-shadow: 0 15px 35px rgba(0, 0, 0, 0.15);
}

.tendik-card img {
  height: 260px;
  object-fit: cover;
}

.tendik-card {
  transition: 0.3s;
}

.tendik-card:hover {
  transform: translateY(-8px);
  box-shadow: 0 15px 35px rgba(0, 0, 0, 0.15);
}

.pengabdian-card img {
  height: 230px;
  object-fit: cover;
}

.pengabdian-card {
  transition: 0.3s;
}

.pengabdian-card:hover {
  transform: translateY(-8px);
  box-shadow: 0 15px 35px rgba(0, 0, 0, 0.15);
}

.penelitian-card {
  transition: 0.3s;
  border-radius: 10px;
}

.penelitian-card:hover {
  transform: translateY(-8px);
  box-shadow: 0 15px 35px rgba(0, 0, 0, 0.15);
}

.prestasi-card img {
  height: 230px;
  object-fit: cover;
}

.prestasi-card {
  transition: 0.3s;
}

.prestasi-card:hover {
  transform: translateY(-8px);
  box-shadow: 0 15px 35px rgba(0, 0, 0, 0.15);
}
