@font-face {
  font-family: Outfit-Regular;

  src: url("../fonts/Outfit-Regular.ttf");
}

@font-face {
  font-family: Outfit-Bold;

  src: url("../fonts/Outfit-Bold.ttf");
}

.cards-carousel2 {
  margin-top: 38px;

  margin-top: 38px;

  width: 100%;

  @media screen and (min-width: 1800px) {
    max-width: 1200px;
  }
}

.carousel-dots2 {
  display: flex;

  align-items: center;

  gap: 5px;
  margin-top: 6px;
}

.carousel-dots2 .owl-dot {
  width: 12px;
  padding: 5px;

  height: 12px;

  border-radius: 4px;

  background: #64748b;

  border: none;

  outline: none;

  cursor: pointer;
}

.carousel-dots2 .owl-dot.active {
  background: #fb923c;
}

/* Normal state for both buttons */
.carouselRightBtn2,
.carouselLeftBtn2.about-ellipse {
  transform: scale(1); /* default size */
  transition: transform 0.3s ease; /* smooth scaling */
}

/* Hover state for both buttons */
.carouselRightBtn2:hover,
.carouselLeftBtn2.about-ellipse:hover {
  transform: scale(1); /* scale up on hover */
}

.carouselRightBtn2 {
  width: 48.67px;

  height: 48.67px;

  cursor: pointer;

  margin-left: 10px;
}

.carouselLeftBtn2 {
  width: 48.67px;

  height: 48.67px;
}

.carouselLeftBtn2 {
  cursor: pointer;
}

.carousel-section-customers {
  display: flex;

  flex-direction: column;

  align-items: center;

  padding: 50px;

  border-radius: 20px;

  padding-top: 0;

  position: relative;

  padding-left: 60px;

  @media screen and (min-width: 768px) and (max-width: 911px) {
    padding: 50px 30px;
  }

  @media screen and (max-width: 767px) {
    margin: 0 20px;

    padding: 40px 10px;
  }
}

.carousel-section-customers .cards-carousel {
  width: 100%;

  max-width: 100%;

  margin-top: 38px;

  @media screen and (min-width: 1801px) {
    width: 50%;
  }
}

.carousel-section-customers .owl-carousel .owl-stage {
  @media screen and (min-width: 1801px) {
    width: 4012px !important;
  }

  @media screen and (max-width: 480px) {
    gap: 0;
  }
}

.carousel-section-customers .owl-carousel .owl-item {
  width: 307.11px;

  height: auto;

  display: flex;

  justify-content: center;
}

.testBtn {
  width: 120px;

  height: 35px;

  gap: 10px;

  border-radius: 40px;

  background: #94c3dc;

  border: none;

  font-family: Outfit-Regular;

  font-weight: 600;

  font-size: 12px;

  line-height: 100%;

  letter-spacing: 3%;

  text-align: center;

  color: #fff;

  display: flex;

  align-items: center;

  justify-content: center;

  position: relative;
}

.featuredListing {
  font-family: Outfit-Bold;

  font-weight: 700;

  font-size: 32px;

  line-height: 100%;

  letter-spacing: 0%;

  text-align: center;

  color: #fff;

  @media screen and (max-width: 767px) {
    font-size: 25px;
  }
}

.card-test {
  width: 406px;

  height: 309px;

  opacity: 1;

  border-radius: 20px;

  padding: 20px;

  background: #ffffff;

  display: flex;

  flex-direction: column;

  align-items: start;

  justify-content: space-between;

  padding: 20px;

  background: #1e3a8a;

  @media screen and (max-width: 767px) {
    width: 246px;
  }
}

.woman-test {
  width: 88px !important;

  height: 88px;

  @media screen and (max-width: 767px) {
    width: 55px !important;

    height: 55px;
  }
}

.name-woman {
  font-family: Outfit-Regular;

  font-weight: 500;

  font-size: 18px;

  line-height: 100%;

  letter-spacing: 3%;
}

.text-woman {
  font-family: Outfit-Regular;

  font-weight: 400;

  font-size: 16px;

  line-height: 150%;

  letter-spacing: 3%;

  color: #6b6b6b;

  @media screen and (max-width: 767px) {
    font-size: 15px;
  }
}

.comma {
  width: 68.17px !important;

  height: 67.33px;
}

.trees {
  position: absolute;

  width: 197.35px;

  height: 169.95px;

  bottom: 0;

  right: 0;
}

.comma-txt {
  font-family: Outfit-Regular;

  font-weight: 400;

  font-style: Regular;

  font-size: 16px;

  leading-trim: NONE;

  line-height: 100%;

  letter-spacing: 0%;

  vertical-align: middle;

  color: #ffffff;
}

.card-name {
  font-family: Outfit-Regular;

  font-weight: 500;

  font-style: Medium;

  font-size: 16px;

  leading-trim: NONE;

  line-height: 100%;

  letter-spacing: 0%;

  vertical-align: middle;

  color: #fb923c;
}

.imageprofile {
  width: 46px !important;

  height: 46px;
}

.profile-section {
  display: flex;

  gap: 10px;

  align-items: center;

  justify-content: start;

  width: 100%;
}

.carousel-controls {
  display: flex;

  justify-content: space-between;

  width: 100%;
}
