.logo-marquee-section {
  width: 100%;
  margin-top: 0px;        /* jarak dari elemen sebelumnya (.hero-wrapper) */
  padding: 20px 0;
  background-color: #ffffff;
  overflow: hidden;
}

.logo-marquee-wrapper {
  position: relative;
  overflow: hidden;
  max-width: 100%;
}

.logo-track {
  display: flex;
  align-items: center;
  gap: 70px;
  width: max-content;
  will-change: transform;
}

.logo-item {
  flex: 0 0 auto;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 60px;
}

.logo-item img {
  max-height: 55px;
  width: auto;
  object-fit: contain;
}