.owl-buttons {
  display: none;
}

h1 {
  border-bottom: 2px solid red;
  display: inline-block;
}

.owl-carousel:hover .owl-buttons {
  display: block;
}

.owl-item {
  text-align: center;
}

.owl-theme .owl-controls .owl-buttons div {
  background: transparent;
  color: #978688;
  font-size: 40px;
  line-height: 300px;
  margin: 0;
  padding: 0 60px;
  position: absolute;
  top: 0;
}

.owl-theme .owl-controls .owl-buttons .owl-prev {
  left: 0;
  margin-top: -95px;
  padding-left: 20px;
}

.owl-theme .owl-controls .owl-buttons .owl-next {
  right: 0;
  margin-top: -95px;
  padding-right: 20px;
}

#owl-example .client img {
  max-height: 100px;
  /* Adjust the maximum height as needed */
  max-width: 100px;
  /* Adjust the maximum width as needed */
  width: auto;
  height: auto;
}

.owl-theme .owl-controls .owl-pagination .owl-page:nth-child(n + 5) {
  display: none;
}

#owl-example-2 .client img {
  max-height: 100px;
  /* Adjust the maximum height as needed */
  max-width: 100px;
  /* Adjust the maximum width as needed */
  width: auto;
  height: auto;
}

#owl-example-2 .owl-buttons {
  display: none;
}

/* Show buttons on carousel hover */
#owl-example-2.owl-carousel:hover .owl-buttons {
  display: block;
}

/* Styles for the button icons (prev and next) */
#owl-example-2 .owl-controls .owl-buttons div {
  background: transparent;
  color: #978688;
  font-size: 40px;
  line-height: 100px;
  /* Adjust as needed */
  margin: 0;
  padding: 0 20px;
  /* Adjust padding as needed */
  position: absolute;
  top: 30%;
  transform: translateY(-50%);
  z-index: 1000;
  /* Ensure buttons appear above the carousel items */
}

/* Style for the previous button */
#owl-example-2 .owl-controls .owl-buttons .owl-prev {
  left: 0;
}

/* Style for the next button */
#owl-example-2 .owl-controls .owl-buttons .owl-next {
  right: 0;
}
