.feedback-section {
  padding: 60px 0;
  text-align: center;
}

.feedback-title {
  font-size: 28px;
  font-weight: 700;
  color: #0f172a;
  margin-bottom: 40px;
}

.feedback-box {
  background: #fff;
  border-radius: 16px;
  padding: 30px;
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.05);
  text-align: left;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.feedback-box:hover {
  transform: translateY(-8px);
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.08);
}

.feedback-main-info {
  display: flex;
  align-items: center;
  gap: 16px;
  margin-bottom: 16px;
}

.feedback-avt {
  width: 56px;
  height: 56px;
  border-radius: 50%;
  object-fit: cover;
}

.feedback-name {
  font-weight: 700;
  color: #0f172a;
}

.feedback-position {
  color: #64748b;
  font-size: 14px;
}

.quote-icon {
  width: 24px;
  margin: 10px 0;
}

.feedback-detail {
  color: #334155;
  font-size: 15px;
  line-height: 1.6;
  margin-bottom: 16px;
}

.five-star img {
  width: 20px;
}

.swiper {
  width: 100%;
  margin: auto;
  padding-bottom: 40px;
}

.swiper-pagination-bullet {
  background: #cbd5e1;
  opacity: 1;
}

.swiper-pagination-bullet-active {
  background: #ef4444;
}
