.ts-section {
  padding: 60px 0;
  background: #f5f6f8;
}

.ts-wrapper {
  max-width: 800px;
  margin: auto;
  padding: 0 20px;
  text-align: center;
}

.ts-heading {
  font-size: 30px;
  margin-bottom: 30px;
}

.ts-slider-box {
  position: relative;
  display: flex;
  align-items: center;
}

.ts-viewport {
  overflow: hidden;
  width: 100%;
}

.ts-track {
  display: flex;
  transition: transform 0.4s ease;
}

.ts-card {
  min-width: 100%;
  background: #fff;
  padding: 30px;
  border-radius: 14px;
  box-shadow: 0 10px 25px rgba(0,0,0,0.08);
}

.ts-text {
  font-size: 16px;
  line-height: 1.6;
  margin-bottom: 20px;
  color: #555;
  font-style: italic;
}

.ts-name {
  font-size: 18px;
  margin: 0;
}

.ts-role {
  font-size: 13px;
  color: #777;
}

.ts-btn {
  width: 42px;
  height: 42px;
  border-radius: 50%;
  border: none;
  background: #695a53;
  color: #fff;
  font-size: 20px;
  cursor: pointer;
}

.ts-dots {
  margin-top: 20px;
}

.ts-dots span {
  display: inline-block;
  width: 10px;
  height: 10px;
  background: #ccc;
  border-radius: 50%;
  margin: 0 5px;
  cursor: pointer;
}

.ts-dots .active {
  width: 28px;
  border-radius: 5px;
  background: #695a53;
}
