.client-section {
  padding: 10px;
  background-color: #000000;
  border-bottom: 1px solid rgb(40, 40, 40);
}

.client-heading {
  color: #ffffff;
  font-size: 10px;
  padding-top: 20px;
  font-family: Lato, sans-serif;
  font-weight: 300;
  text-transform: uppercase;
}

.no-pad {
  padding-top: 20px;
  padding-bottom: 10px;
}

.client-row {
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 10px;
}

.client-container {
  max-width: 100%;
}

.client-image {
  display: block;
  margin-left: auto;
  margin-right: auto;
  filter: grayscale(0%);
}

.client-image:hover {
  display: block;
  margin-left: auto;
  margin-right: auto;
  filter: grayscale(100%) invert(100%) sepia(0%);
}

.row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: 0;
  margin-left: 0;
  padding-left: 0px;
  height: auto;
}

.row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: 0;
  margin-left: 0;
  padding-left: 0px;
  height: auto;
}

.row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: 0;
  margin-left: 0;
  /*padding-left: 5%;*/
  height: auto;
  /*padding-right: 5%;*/
  /*padding-top: 5%;*/
  /*padding-bottom: 5%;*/
}


.container {
  max-width: 1200px;
  padding-left: 0px;
  padding-right: 0px;
}

.position-relative {
  max-width: 1000px !important;
  padding-left: 0px;
  padding-right: 0px;
}

.row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: 0;
  margin-left: 0;
  padding-left: 0px;
  height: auto;
}




.client-banner {
  background: url('/assets/img/background_our_clients.jpg');
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  min-height: 595px;
}

/* Mobile Version */
@media (max-width: 768px) {
  .client-banner {
    background: url('/assets/img/BACKGROUIN CLIENTS MOBILE.jpg') no-repeat center center;
    background-size: cover;
  }
}


/* Untuk PC dengan lebar sangat besar (≥ 1600px) */
@media (min-width: 1600px) {
  .client-banner {
    min-height: 700px;
    background-size: cover;
  }
}

/* Tambahan untuk ultra-wide screen (≥ 1920px) */
@media (min-width: 1920px) {
  .client-banner {
    min-height: 810px;
  }
}


.client-carousel-btn {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 30px;
  height: 30px;
  background-color: rgba(255, 255, 255, 0.8);
  transform: translateY(-50%) scale(1.1);
  border: none;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.client-carousel-btn .carousel-control-prev-icon,
.client-carousel-btn .carousel-control-next-icon {
  background-size: 80% 80%;
  width: 1.5rem;
  height: 1.5rem;
  filter: brightness(0) invert(1);
}