/* Main testimonials section — Rating / stars / avatar cards (3-up carousel) */

.frameflow-light .ff-tes-carousel {
  background: #fff;
}

.frameflow-light .ff-tes-carousel .heading-section.mb-64 {
  margin-bottom: clamp(40px, 5vw, 64px);
}

.frameflow-light .ff-tes-carousel__eyebrow {
  margin: 0 0 12px;
  font-size: 15px;
  font-weight: 500;
  letter-spacing: -0.02em;
  color: var(--secondary);
}

.frameflow-light .ff-tes-carousel__eyebrow span {
  color: var(--heading);
}

.frameflow-light .ff-tes-carousel__title {
  margin: 0;
  font-size: clamp(28px, 3.6vw, 44px);
  font-weight: 700;
  line-height: 1.15;
  letter-spacing: -0.03em;
  color: var(--heading, #13072d);
  -webkit-text-fill-color: currentColor;
  background: none;
}

.frameflow-light .ff-tes-carousel .tes-item {
  height: 100%;
  padding: 20px 20px 27px;
  border-radius: 20px;
  border: 1px solid rgba(67, 38, 146, 0.1);
  background: #f5f4f8;
  box-shadow: 0 18px 40px -28px rgba(19, 7, 45, 0.35);
}

.frameflow-light .ff-tes-carousel .tes-item .top {
  background: #fff;
  padding: 28px 16px 56px;
  text-align: center;
  border-radius: 18px;
  border: 1px solid rgba(67, 38, 146, 0.06);
  min-height: 220px;
}

.frameflow-light .ff-tes-carousel .tes-item .top .line {
  width: 100%;
  height: 1px;
  background: radial-gradient(50% 50% at 50% 50%, rgba(19, 7, 45, 0.12) 0%, rgba(19, 7, 45, 0) 100%);
}

.frameflow-light .ff-tes-carousel .tes-item .rating {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  gap: 4px;
  margin-bottom: 24px;
}

.frameflow-light .ff-tes-carousel .tes-item .rating-label {
  padding-right: 10px;
  font-size: 15px;
  font-weight: 600;
  letter-spacing: -0.02em;
  color: var(--heading);
}

.frameflow-light .ff-tes-carousel .tes-item .rating .icon {
  font-size: 18px;
  color: #f59e0b;
}

.frameflow-light .ff-tes-carousel .tes-item .text {
  margin: 0;
  padding-top: 20px;
  font-size: 15px;
  font-weight: 500;
  line-height: 1.65;
  letter-spacing: -0.01em;
  color: var(--text-body, #232323);
}

.frameflow-light .ff-tes-carousel .tes-item .user-tes {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  margin-top: -30px;
  text-align: center;
}

.frameflow-light .ff-tes-carousel .tes-item .user-tes .img-avt {
  display: block;
  width: 66px;
  height: 66px;
  border-radius: 50%;
  overflow: hidden;
  margin-bottom: 14px;
  border: 3px solid #fff;
  box-shadow: 0 8px 20px -8px rgba(19, 7, 45, 0.25);
  background: #432692;
}

.frameflow-light .ff-tes-carousel .tes-item .user-tes .img-avt img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.frameflow-light .ff-tes-carousel .tes-item .user-tes .name {
  display: block;
  margin-bottom: 4px;
  font-size: 16px;
  font-weight: 600;
  letter-spacing: -0.02em;
  color: var(--heading);
}

.frameflow-light .ff-tes-carousel .tes-item .user-tes .position {
  margin: 0;
  font-size: 14px;
  line-height: 1.4;
  color: var(--secondary);
}

.frameflow-light .ff-tes-swiper__dots.sw-dot-pagination,
.frameflow-light .ff-tes-swiper .tf-sw-pagination {
  position: relative;
  display: flex;
  justify-content: center;
  gap: 8px;
  margin-top: 40px !important;
}

.frameflow-light .ff-tes-swiper .swiper-pagination-bullet {
  width: 8px;
  height: 8px;
  margin: 0 !important;
  opacity: 1;
  background: rgba(117, 85, 245, 0.28);
  transition: background 0.25s ease, transform 0.25s ease;
}

.frameflow-light .ff-tes-swiper .swiper-pagination-bullet-active {
  background: #7555f5;
  transform: scale(1.15);
}

@media (max-width: 767px) {
  .frameflow-light .ff-tes-carousel .tes-item .top {
    padding-bottom: 48px;
    min-height: 0;
  }

  .frameflow-light .ff-tes-carousel .tes-item .text {
    font-size: 14px;
  }
}

/* Featured about-section quote card carousel (horizontal card) */
.frameflow-light .ff-quote-carousel {
  width: 100%;
}

.frameflow-light .ff-quote-swiper {
  overflow: hidden;
}

.frameflow-light .ff-quote-swiper .swiper-slide {
  height: auto;
}

.frameflow-light .ff-quote-swiper .box-quotes {
  width: 100%;
  height: 100%;
}

.frameflow-light .ff-quote-swiper__dots.sw-dot-pagination,
.frameflow-light .ff-quote-swiper .tf-sw-pagination {
  position: relative;
  display: flex;
  justify-content: center;
  gap: 8px;
  margin-top: 18px !important;
}

.frameflow-light .ff-quote-swiper .swiper-pagination-bullet {
  width: 8px;
  height: 8px;
  margin: 0 !important;
  opacity: 1;
  background: rgba(117, 85, 245, 0.28);
  transition: background 0.25s ease, transform 0.25s ease;
}

.frameflow-light .ff-quote-swiper .swiper-pagination-bullet-active {
  background: #7555f5;
  transform: scale(1.15);
}
