.logo svg {
  /* height: 150px; */
  width: 150px;
}

.client-logo {
  height: 60px;
  transition: transform 0.3s ease-in-out;
}

.client-logo:hover {
  transform: scale(1.1);
}

.iframe-container {
  position: relative;
  width: 100%;
  padding-top: 56.25%; /* Aspect ratio 16:9 (height/width = 9/16 = 56.25%) */
  height: 0;
  overflow: hidden;
}

.iframe-container iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.product-box {
  position: relative;
}
.product-box img {
  width: 100%;
  height: 300px;
  object-fit: cover;
}

.client-section {
  gap: 1rem;
}

/* if carousel scroll not working in mobile*/

/* .owl-carousel .owl-stage,
.owl-carousel.owl-drag .owl-item {
  -ms-touch-action: auto;
  touch-action: auto;
} */

@media (max-width: 576px) {
  .client-logo {
    height: 50px;
  }

  .text-center .w-75 {
    width: 100% !important;
  }
}

@media (max-width: 768px) {
  .d-flex.flex-wrap {
    flex-direction: column;
    align-items: center;
  }
}
