.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;
}

#services .container-fluid {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 1rem;
  /* beri padding kiri-kanan */
}

#services .isotope-container {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 2rem;
}

#services .item img {
  width: 100%;
  height: auto;
  object-fit: cover;
  display: block;
}

#services .description {
  background-color: #f8f9fa;
  padding: 1.5rem 1rem;
  text-align: center;
  flex-grow: 1;
}

/* ==== Media Query untuk batas minimal tampilan ==== */
@media (max-width: 768px) {
  #services h2 {
    font-size: 1.5rem;
  }

  .filter-button {
    font-size: 0.875rem;
    padding: 0.4rem 0.8rem;
  }

  #services .item {
    flex: 1 1 100%;
    max-width: 100%;
  }
}

/* Submenu posisi ke kanan */
.dropdown-submenu {
  position: relative;
}

.dropdown-submenu > .dropdown-menu {
  top: 0;
  left: 100%;
  margin-top: -1px;
  display: none;
}

/* Hover behavior */
.dropdown-submenu:hover > .dropdown-menu {
  display: block;
}

/* Background overlay agar teks lebih kontras */
#hero-products .overlay {
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.55); /* transparansi gelap agar teks tetap terbaca */
  z-index: 1;
}

#hero-products .container {
  z-index: 2;
}

/* Breadcrumb putih */
.breadcrumb-white {
  background: transparent;
  z-index: 2;
}

.breadcrumb-white .breadcrumb-item {
  font-family: "Poppins", sans-serif;
  font-weight: 500;
}

.breadcrumb-white .breadcrumb-item.active {
  color: #fff !important;
}

.breadcrumb-white .breadcrumb-item a {
  color: #0d6efd !important;
  text-decoration: none;
  transition: color 0.3s;
}

.breadcrumb-white .breadcrumb-item a:hover {
  color: #fff !important;
}

.breadcrumb-white .breadcrumb-item + .breadcrumb-item::before {
  color: #fff;
}

/* Responsif untuk tampilan mobile */
@media (max-width: 768px) {
  #hero-products h1 {
    font-size: 2rem;
  }
  #hero-products p {
    font-size: 1rem;
  }
}
/* Logo */
#spectro-products .brand-logo {
  width: 300px;
  height: auto;
  display: block;
  margin: 0 auto 2rem;
}

/* Kartu Produk */
#spectro-products .card {
  border-radius: 8px;
  transition: transform 0.3s, box-shadow 0.3s;
}

#spectro-products .card:hover {
  transform: translateY(-5px);
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.1);
}

/* Gambar lebih panjang */
#spectro-products .card-img-top {
  height: 350px; /* sebelumnya 180px */
  object-fit: cover;
  border-top-left-radius: 8px;
  border-top-right-radius: 8px;
}

/* Isi card */
#spectro-products .card-body {
  padding: 1.5rem;
}

#spectro-products .card-title {
  font-family: "Poppins", sans-serif;
  font-weight: 600;
  color: #212529;
}

#spectro-products .card-text {
  font-size: 0.95rem;
  line-height: 1.7;
}

/* Tombol */
#spectro-products .btn-outline-primary {
  border-width: 2px;
  border-radius: 4px;
  font-size: 0.9rem;
  color: #dc3545;
  border-color: #dc3545;
}

#spectro-products .btn-outline-primary:hover {
  background-color: #dc3545;
  color: #fff;
  border-color: #dc3545;
}
/* Logo */
#products .brand-logo {
  width: 300px;
  height: auto;
  display: block;
  margin: 0 auto 2rem;
}

/* Kartu produk */
#products .card {
  border-radius: 8px;
  transition: transform 0.3s, box-shadow 0.3s;
}

#products .card:hover {
  transform: translateY(-5px);
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.1);
}

#products .card-img-top {
  object-fit: cover;
  height: 180px;
}

#products .card-body {
  padding: 1.5rem;
}

#products .card-title {
  font-family: "Poppins", sans-serif;
  font-weight: 600;
  color: #212529;
}

#products .card-text {
  font-size: 0.9rem;
  line-height: 1.6;
}

/* Tombol "Selengkapnya" warna merah */
#products .btn-outline-primary {
  border-width: 2px;
  border-radius: 4px;
  font-size: 0.9rem;
  color: #dc3545;
  border-color: #dc3545;
}

#products .btn-outline-primary:hover {
  background-color: #dc3545;
  color: #fff;
  border-color: #dc3545;
}

@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;
}
