.testimoni-section {
  background: #7a3b12;
  padding: 80px 20px;
  color: #fff;
}

.testimoni-section .container {
  max-width: 1100px;
  margin: auto;
  text-align: center;
}

.section-title {
  font-size: 36px;
  font-weight: 700;
}

.section-subtitle {
  color: #2e2727;
  margin: 12px 0 40px;
}

.testimoni-wrapper {
  overflow: hidden;
}

.testimoni-track {
  display: flex;
  gap: 24px;
  transition: transform 0.5s ease;
}

.testimoni-card {
  min-width: 320px;
  background: #8b4513;
  border-radius: 20px;
  padding: 30px 24px;
  box-shadow: 0 10px 25px rgba(0,0,0,0.2);
}

.avatar {
  width: 72px;
  height: 72px;
  border-radius: 50%;
  object-fit: cover;
  border: 3px solid #ff9f43;
  margin-bottom: 12px;
}

.testimoni-card h3 {
  margin: 6px 0 4px;
  font-size: 18px;
}

.role {
  font-size: 14px;
  color: #f3c8a0;
}

.rating {
  color: #ffcc00;
  margin: 10px 0;
}

.quote {
  font-size: 15px;
  line-height: 1.6;
  color: #fff3e8;
}

.testimoni-nav {
  margin-top: 30px;
}

.testimoni-nav button {
  background: #ff7a00;
  color: #fff;
  border: none;
  padding: 10px 18px;
  border-radius: 50%;
  font-size: 22px;
  cursor: pointer;
  margin: 0 8px;
}

.testimoni-nav button:hover {
  background: #ff9f43;
}

/* Responsive */
@media (max-width: 768px) {
  .testimoni-card {
    min-width: 85%;
  }
}
