/* Scoped testimonials owl carousel — Figma 3934:3457 / 4077:6595 */

.gt-testimonials {
  padding-top: 80px;
  padding-bottom: 80px;
}

.gt-testimonials__header h2 {
  margin: 0 0 40px;
  color: #101828;
  font-size: 48px;
  font-weight: 400;
  line-height: 60px;
}

.gt-testimonials__carousel .owl-stage-outer {
  overflow: hidden;
}

.gt-testimonials__card {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  box-sizing: border-box;
  min-height: 360px;
  height: 360px;
  padding: 32px;
  border-radius: 16px;
  background: #f0f2f5;
}

.gt-testimonials__quote {
  margin: 0;
  color: #475467;
  font-size: 20px;
  line-height: 30px;
  font-weight: 400;
}

.gt-testimonials__meta {
  display: flex;
  align-items: center;
  gap: 16px;
  margin-top: 24px;
}

.gt-testimonials__meta img {
  width: 44px;
  height: 44px;
  border-radius: 50%;
  object-fit: cover;
  flex: 0 0 44px;
}

.gt-testimonials__meta strong {
  display: block;
  color: #475467;
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
}

.gt-testimonials__meta span {
  display: block;
  margin-top: 4px;
  color: #475467;
  font-size: 12px;
  line-height: 16px;
}

.gt-testimonials__progress {
  position: relative;
  width: 100%;
  height: 8px;
  margin-top: 24px;
  background: #f0f2f5;
  border-radius: 0;
  overflow: hidden;
}

.gt-testimonials__progress-bar {
  display: block;
  height: 100%;
  width: 20%;
  background: #2062ff;
  transition: width 0.25s ease;
}

.gt-testimonials__actions {
  display: flex;
  gap: 16px;
  margin-top: 24px;
}

.gt-testimonials__btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  padding: 10px;
  border: 1px solid #d0d5dd;
  border-radius: 8px;
  background: #fff;
  color: #344054;
  cursor: pointer;
}

.gt-testimonials__btn:hover {
  border-color: #2062ff;
  color: #2062ff;
}

.gt-testimonials .owl-nav,
.gt-testimonials .owl-dots {
  display: none !important;
}

@media (max-width: 768px) {
  .gt-testimonials {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .gt-testimonials__header h2 {
    margin-bottom: 24px;
    font-size: 36px;
    line-height: 44px;
  }

  .gt-testimonials__card {
    width: 300px;
    min-height: 280px;
    height: 280px;
    padding: 20px;
  }

  .gt-testimonials__quote {
    font-size: 16px;
    line-height: 24px;
  }
}
