.logo-content {
  max-width: 100%;
  row-gap: 30px;
  column-gap: 30px;
}

.logo-image {
  max-height: 80px;
  width: auto;
  object-fit: contain;
  filter: none;
  transition: transform 0.3s ease;
}

.logo-image:hover {
  transform: scale(1.05);
}

.dropdown:hover > .dropdown-menu {
  display: block;
}

.dropend:hover > .dropdown-menu {
  display: block;
  top: 0;
  left: 100%;
  margin-top: -0.5rem;
}

.dropdown-menu {
  position: absolute;
}

.font-poppins {
  font-family: "Poppins", sans-serif;
}

#footer {
  border-top: 2px solid #dee2e6;
  border-bottom: 2px solid #dee2e6;
  background-color: #f8f9fa;
}

#footer p,
#footer a,
#footer h5 {
  font-family: "Poppins", sans-serif;
}

#footer .nav-link {
  color: #343a40;
}

#footer .nav-link:hover {
  text-decoration: underline;
}

#projects .container-fluid {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 1rem;
  /* beri padding kiri-kanan */
}

#projects .isotope-container {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 2rem;
}

#projects .item img {
  width: 100%;
  height: auto;
  object-fit: cover;
  display: block;
}

#projects .description {
  background-color: #f8f9fa;
  padding: 1.5rem 1rem;
  text-align: center;
  flex-grow: 1;
}

/* ==== Media Query untuk batas minimal tampilan ==== */
@media (max-width: 768px) {
  #projects h2 {
    font-size: 1.5rem;
  }

  .filter-button {
    font-size: 0.875rem;
    padding: 0.4rem 0.8rem;
  }

  #projects .item {
    flex: 1 1 100%;
    max-width: 100%;
  }
}

.hero-form {
  color: #212529;
  /* Bootstrap's default dark */
}

.hero-form .form-label,
.hero-form .form-control,
.hero-form select,
.hero-form textarea {
  color: #212529;
}

body {
  font-family: "Poppins", sans-serif;
}
.breadcrumb-white {
  background: transparent;
}

/* Warna untuk item aktif (halaman sekarang) */
.breadcrumb-white .breadcrumb-item.active {
  color: #fff !important;
}

/* Warna untuk link (Home) */
.breadcrumb-white .breadcrumb-item a {
  color: #0d6efd !important; /* Biru khas Bootstrap */
  text-decoration: none;
}

.breadcrumb-white .breadcrumb-item a:hover {
  text-decoration: underline;
}

/* Separator (tanda / antar item) juga putih */
.breadcrumb-white .breadcrumb-item + .breadcrumb-item::before {
  color: #fff;
}
.link-blue {
  color: #0d6efd; /* biru khas Bootstrap */
  text-decoration: none;
  font-weight: 500;
}

.link-blue:hover {
  text-decoration: underline;
  color: #0b5ed7; /* biru sedikit lebih gelap saat hover */
}

@import url("https://fonts.googleapis.com/css2?family=Poppins:wght@300;400;600&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Roboto:wght@300;400;700&display=swap");

body {
  font-family: "Poppins", sans-serif;
}
