body {
  background: linear-gradient(to bottom, #f0f4ff, #eaf0fb); /* lebih lembut */
  margin-bottom: 80px;
  padding-top: 20px;
}

/* Container dengan latar putih dan bayangan lembut */
.container {
  background-color: #ffffff;
  padding: 2rem 1.5rem;
  border-radius: 12px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.05);
}
.wrapper {
  padding: 40px 15px;
}


.btn-outline-primary-custom {
  color: #003e80 !important;
  background-color: #ffffff !important;
  border: 1px solid #003e80 !important;
}

.btn-outline-primary-custom:hover {
  background-color: #003e80 !important;
  color: #ffffff !important;
}

.logo-header {
  text-align: center;
  padding: 1.2rem 0 0.5rem 0;
}

.logo-header img {
  height: 50px;
}

.bottom-nav {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: #002147;
  border-top: 1px solid #ccc;
  display: flex;
  justify-content: space-around;
  padding: 0.5rem 0;
  z-index: 1000;
}

.bottom-nav a {
  color: #ffc107;
  text-decoration: none;
  text-align: center;
  font-size: 0.85rem;
}

.bottom-nav a:hover {
  color: #ffffff;
}

.bottom-nav i {
  font-size: 1.2rem;
  display: block;
}

.project-img {
  height: 200px;
  object-fit: cover;
}

.card-project {
  margin-bottom: 1.5rem;
  border: 1px solid #dee2e6;
}

.search-bar {
  margin-bottom: 1.5rem;
}

.list-group-item {
  border-radius: 10px;
  margin-bottom: 15px;
  transition: all 0.2s ease-in-out;
}

.list-group-item:hover {
  background-color: #f8f9fa;
  transform: scale(1.01);
}

.text-primary-custom {
  color: #003e80 !important;
}

.bg-primary-custom {
  background-color: #003e80 !important;
}

.btn-primary-custom {
  background-color: #003e80;
  border-color: #003e80;
  color: #fff;
}

.btn-primary-custom:hover {
  background-color: #002d60;
  border-color: #002d60;
}

.page-link {
  color: #003e80;
  font-weight: bold;
}

.page-item.active .page-link {
  background-color: #003e80;
  border-color: #003e80;
  color: #fff !important;
}

.page-link:hover,
.page-link:focus {
  color: #001d40;
  background-color: #e2e6ea;
  border-color: #dee2e6;
}
