.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: #0dcaf0 !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;
  }
}

/* ===== LATAR BELAKANG GAMBAR ===== */
.collage-bg {
  background: url("../images/services.webp") center/cover no-repeat;
  filter: brightness(0.6);
  z-index: 0;
  border-radius: 8px;
}

/* ===== COLLAGE WRAPPER ===== */
.collage-wrapper {
  width: 100%;
  max-width: 690px;
  height: 540px;
  position: relative;
  z-index: 1; /* pastikan di atas background */
}

.collage-img {
  position: absolute;
  width: 210px;
  height: 150px;
  object-fit: cover;
  border: 4px solid #fff;
  border-radius: 8px;
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.25);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

/* ===== POSISI GAMBAR ===== */
.img-1 {
  top: 0%;
  left: 5%;
  transform: rotate(-6deg);
  z-index: 3;
}
.img-2 {
  top: 15%;
  left: 40%;
  transform: rotate(5deg);
  z-index: 4;
}
.img-3 {
  top: 38%;
  left: 10%;
  transform: rotate(-3deg);
  z-index: 2;
}
.img-4 {
  top: 30%;
  left: 60%;
  transform: rotate(7deg);
  z-index: 5;
}
.img-5 {
  top: 60%;
  left: 30%;
  transform: rotate(-2deg);
  z-index: 1;
}

/* Efek Hover */
.collage-img:hover {
  transform: scale(1.05) rotate(0deg);
  z-index: 10;
  box-shadow: 0 14px 32px rgba(0, 0, 0, 0.35);
}

/* ===== RESPONSIVE ===== */
@media (max-width: 992px) {
  .collage-wrapper {
    margin-bottom: 2rem;
  }
}

@media (max-width: 768px) {
  .collage-img {
    width: 160px;
    height: 115px;
  }
  .collage-wrapper {
    max-width: 350px;
    height: 280px;
  }
}

/* ===== LINK WARNA BIRU ===== */
ul.text-muted a {
  color: #0d6efd !important;
  text-decoration: underline;
  transition: color 0.2s;
}

ul.text-muted a:hover {
  color: #004bb5 !important;
}

.feature-card {
  border: 1px solid rgba(198, 40, 19, 0.3);
  transition: all 0.3s ease;
}

.feature-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.1);
}

.icon-wrapper {
  font-size: 2.8rem;
  color: #c62813;
}

.feature-card h5 {
  text-transform: uppercase;
  letter-spacing: 0.5px;
}

body {
  font-family: "Poppins", "Roboto", sans-serif;
}
