.what-customer-section {
  background: #000;
  padding: 80px 0;
  color: #fff;
}

.what-customer-section .testimonial-card {
  background: linear-gradient(117deg, #0c0c0c 0%, #292929 100%);
  border-radius: 8px;
  padding: 20px 24px;
  height: 220px;
  transition: all 0.3s ease;
}

.what-customer-section .testimonial-card .avatar {
  width: 70px;
  height: 70px;
  border-radius: 50%;
  object-fit: cover;
  margin-bottom: 14px;
}

.what-customer-section .testimonial-card .name {
  color: #fff;
  font-size: 22px;
  font-weight: 600;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
  overflow-wrap: break-word;
  word-break: normal;
}

.what-customer-section .testimonial-card .text {
  color: #cfcfcf;
  font-size: 16px;
  line-height: 1.5;
  margin-bottom: 0;

  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  overflow-wrap: break-word;
  word-break: normal;
}

.what-customer-section .testimonial-card .swiper {
  overflow: hidden;
}

.what-customer-section .testimonial-card .swiper .swiper-slide {
  height: auto;
}

.what-customer-section .pagination-wrapper .arrow-btn {
  width: 38px;
  height: 38px;
  border: none;
  border-radius: 50%;
  background: linear-gradient(221deg, #f6d007 0%, #f98419 100%);
  color: #fff;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s ease;
}

.what-customer-section .pagination-wrapper .arrow-btn svg {
  font-size: 16px;
  font-weight: 900;
}

.what-customer-section .pagination-wrapper .custom-pagination {
  display: flex;
  align-items: center;
  justify-content: center;
  width: fit-content;
}

.what-customer-section
  .pagination-wrapper
  .custom-pagination
  .swiper-pagination-bullet {
  width: 8px;
  height: 8px;
  background: #303030;
  opacity: 1;
  margin: 0 4px !important;
}

.what-customer-section
  .pagination-wrapper
  .custom-pagination
  .swiper-pagination-bullet-active {
  background: #f7a600;
  /* width: 24px; */
  border-radius: 20px;
  transition: all 0.3s ease;
}

.what-customer-section .pagination-wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 12px;
  margin-top: 25px;
}

.what-customer-section .pagination-wrapper .arrow-btn {
  width: 36px;
  height: 36px;
  border-radius: 50%;
  background: linear-gradient(135deg, #f6d007, #f98419);
  border: none;
  display: flex;
  justify-content: center;
  align-items: center;
}

.what-customer-section .pagination-wrapper .dots {
  display: flex;
  gap: 6px;
}

.what-customer-section .pagination-wrapper .dots .dot {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #303030;
}

.what-customer-section .pagination-wrapper .dots .dot.active {
  background: #f68607;
  border-radius: 10px;
}

.what-customer-section .custom-pagination .swiper-pagination-bullet {
  background: #ffffff !important;
  opacity: 0.4;
}

.what-customer-section .custom-pagination .swiper-pagination-bullet-active {
  background: #ffffff !important;
  opacity: 1;
  width: 18px;
  border-radius: 10px;
}
.what-customer-section .custom-pagination .swiper-pagination-bullet {
  width: 10px;
  height: 10px;
  background: #666 !important;
  opacity: 1;
  border-radius: 50%;
}
.what-customer-section .custom-pagination .swiper-pagination-bullet-active {
  background: #f6d007 !important;
}
@media (min-width: 0px) and (max-width: 767.98px) {
  .what-customer-section .testimonial-card .name {
    font-size: 16px;
  }
  .what-customer-section .testimonial-card .text {
    font-size: 15px;
  }
  .what-customer-section .testimonial-card .avatar {
    width: 60px;
    height: 60px;
    margin-bottom: 10px;
  }
  .what-customer-section .pagination-wrapper .arrow-btn {
    width: 25px;
    height: 25px;
    font-size: 6px;
  }
  .what-customer-section .testimonial-card {
    padding: 14px 13px;
    height: 184px;
  }
  .what-customer-section {
    padding: 20px 0 0px;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .what-customer-section .testimonial-card .name {
    font-size: 20px;
  }
  .what-customer-section .testimonial-card .text {
    font-size: 15px;
  }
  .what-customer-section .pagination-wrapper .arrow-btn {
    width: 28px;
    height: 28px;
  }
  .what-customer-section .testimonial-card {
    padding: 18px 17px;
    height: 200px;
  }
  .what-customer-section .testimonial-card .avatar {
    width: 60px;
    height: 60px;
  }
  .what-customer-section {
    padding: 40px 0 20px;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .what-customer-section .testimonial-card .name {
    font-size: 20px;
  }
  .what-customer-section .testimonial-card .text {
    font-size: 16px;
    line-height: 1.3;
  }
  .what-customer-section .testimonial-card {
    padding: 18px 17px;
    height: 200px;
  }
  .what-customer-section .testimonial-card .avatar {
    width: 60px;
    height: 60px;
  }
  .what-customer-section .pagination-wrapper .arrow-btn {
    width: 30px;
    height: 30px;
  }
  .what-customer-section {
    padding: 40px 0 25px;
  }
}
@media (min-width: 0px) and (max-width: 575.98px) {
  .what-customer-section .testimonial-card .text {
    font-size: 14px;
  }
  .what-customer-section .testimonial-card .name {
    font-size: 15px;
    margin-bottom: 4px;
  }
  .what-customer-section .testimonial-card .avatar {
    width: 55px;
    height: 55px;
    margin-bottom: 8px;
  }
  .what-customer-section .testimonial-card {
    height: 160px;
  }
  .what-customer-section .pagination-wrapper {
    gap: 7px;
  }
}
