/* clients-override.css */
.client {
  border: none !important;
  outline: none !important;
  box-shadow: none !important;
  background-color: transparent !important;
}

.clients-wrap, .clients-scroll, .clients-track {
  border-width: 0 !important;
  border-style: none !important;
  background-color: inherit !important;
}

/* Perbesar logo client 2x lipat */
.client-logo {
  transform: scale(2);
  transform-origin: center;
}

/* Pastikan tidak memotong area tampil */
.clients-track {
  display: flex;
  align-items: center;
  gap: 6rem;
  overflow: visible;
}
