/* Container resets */
.fpt-testimonials {
  padding: 80px 20px;
  text-align: center;
  color: #4B4D53;
  font-family: 'Inter', sans-serif;
}

.fpt-testimonials .container {
  max-width: 1100px;
  margin: 0 auto;
}

.fpt-testimonials .fpt-header {
  font-family: Inter, sans-serif;
  font-weight: 900; 
  font-size: 40px;
  letter-spacing: -1.3px;
  text-align: center;
  color: #4B4D53;
  margin: 0 0 20px;
}

.fpt-quote-icon svg{
  margin-bottom: 10px;
}

.fpt-carousel {
  margin: 0 auto;
  padding-bottom: 10px;
}

/* Each slide cell */
.fpt-cell {
  max-width: 1200px;
  width: 100%;
  padding: 10px 32px;
  box-sizing: border-box;
  opacity: 0;
  pointer-events: none;
}
.fpt-cell.is-selected {
  opacity: 1;
  pointer-events: auto;
}
.fpt-carousel-controls{
  display: none !important;
}

/* Slide Title */
.fpt-slide-title {
  font-weight: 700;
  font-size: 28px;
  line-height: 36px;
  margin: 0 0 18px;
  color: #4B4D53;
}

/* Slide Text */
.fpt-slide-text {
  font-weight: 300;
  font-size: 24px;
  line-height: 30px;
  color: #4B4D53;
  margin: 0 auto 26px;
  max-width: 1000px;
}

/* Person & Business */
.fpt-slide-footer {
  margin-top: 16px;
}
.fpt-person {
  font-weight: 700;
  font-size: 24px;
  color: #4B4D53;
  margin-bottom: 6px;
}
.fpt-business {
  font-family: 'Source Sans 3', sans-serif;
  font-weight: 400;
  font-style: italic;
  font-size: 24px;
  color: #59CAD9;
}

/* Prev/Next buttons simple styling */
.fpt-carousel-controls {
  margin-top: 18px;
  display: flex;
  justify-content: center;
  gap: 12px;
}
.fpt-carousel-controls button {
  background: transparent;
  border: 0;
  font-size: 32px;
  line-height: 1;
  cursor: pointer;
  color: #4B4D53;
  padding: 8px 12px;
}

/* Responsive adjustments */
@media (max-width: 900px) {
  .fpt-cell { width: 92%; padding: 8px; }
  .fpt-slide-text { font-size: 18px; line-height: 26px; }
  .fpt-slide-title { font-size: 22px; line-height: 30px; }
  .fpt-person, .fpt-business { font-size: 18px; }
}
