.client-served {
  background-color: #f7f3ec;
  padding: 20px;
  border-radius: 10px;
  margin-top: 20px;
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.client-served p {
  font-size: 16px;
  margin-top: 15px;
  margin-bottom: 0px;
  font-family: var(--font-pop);
}

.about-img img {
  height: 500px;
  object-fit: cover;
  border-radius: 10px;
  width: 100%;
}


.client-label label {
  font-family: var(--font-osw);
  font-size: 45px;
  font-weight: 600;
  line-height: 1.1em;
  letter-spacing: -0.02em;
}

.counter-section {
  background-color: #0b5394;
  padding: 10px 20px;
  width: 100%;
  border-radius: 10px;
  margin-top: 20px;
}

.about-first-img {
  position: relative;
  display: inline-block;
}

.about-first-img .play-icon {
  z-index: 2;
  overflow: visible;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background-color: #fff;
  padding: 20px;
  width: 55px;
  height: 55px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}

.about-first-img .play-icon::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.5);
  animation: ripple 2.5s infinite ease-out;
  z-index: -1;
}

.about-first-img .play-icon img {
  width: 30px;
  height: 30px;
}
.about-first-img img {
  width: 100%;
  /* height: 100%; */
  border-radius: 13px;
  object-fit: cover;
  display: block;
}

.about-img-first,
.about-img-second {
  border-radius: 10px;
  object-fit: cover;
  width: 100%;
}

.about-img-first {
  height: 180px;
}

.about-img-second {
  height: 250px;
}

.icon-style-abt {
  box-shadow: none;
  height: 35px;
  width: 35px;
}

.icon-hook {
  filter: invert(100%) sepia(0%) saturate(7499%) hue-rotate(310deg)
    brightness(104%) contrast(100%);
  height: 20px;
  width: 20px;
}

.sub-hero-title {
  color: var(--primary);
  font-size: 22px;
  line-height: 1.1em;
  font-family: var(--font-osw);
  font-weight: 600;
  letter-spacing: -0.02em;
  text-decoration: none;
}

.logos-about {
  background-image: linear-gradient(180deg, #e5e5e5 0%, #f7f3ec 100%);
  padding: 10px;
  border-radius: 10px;
  margin-top: 50px;
  overflow: hidden;
  position: relative;
  width: 100%;
  cursor: grab;
  user-select: none;
}

.slide-track {
  display: flex;
  width: max-content;
}

.item {
  flex: 0 0 200px; /* Desktop: 200px per item */
  display: flex;
  justify-content: center;
  align-items: center;
  margin-right: 20px;
}

.item img {
  max-width: 80%;
  max-height: 80px;
  object-fit: contain;
}

.logos-about .owl-carousel .owl-item img {
  width: 65%;
    aspect-ratio: 4 / 3;
    object-fit: contain;
    mix-blend-mode: color-burn;
}

.logo-slider .owl-stage {
  transition: transform 30s linear !important;
}

.logo-slider .owl-item {
  transition: none !important;
}

.logo-slider {
  transition-timing-function: linear !important;
}

@media (max-width: 1024px) {
  .logos-about .owl-carousel .owl-item img {
    width: 85%;
  }
  
  .logos-about {
      margin-top: 20px;
  }

  .about-section-second {
    margin-top: 30px;
  }

  .about-first-img,
  .img-about-two div {
    width: 100%;
  }
  
  .about-img img {
      height: 300px;
      object-fit: cover;
      border-radius: 10px;
      width: 100%;
      margin-top: 20px;
}

}

@media (max-width: 768px) {
  .counter-section {
    margin-top: 0;
  }
  
}

@media (max-width: 992px) {

  
  .client-label label {
      font-size: 35px;
  }
  
  .counter-number {
      font-size: 40px;
  }
}