.cc_1Y5QghZ9ie_WReX7tY8zA .k-testimonials {
  width: 100%;
  padding: 48px 1rem;
  font-family: var(--font-family);
  overflow: hidden;
}

.cc_1Y5QghZ9ie_WReX7tY8zA .k-testimonials-inner {
  margin: 0 auto;
  width: 100%;
  max-width: 1232px;
}

.cc_1Y5QghZ9ie_WReX7tY8zA .k-testimonials-heading {
  margin: 0 auto 40px auto;
  font-size: 28px;
  font-weight: 800;
  color: var(--primary-dark, #154f26);
  display: flex !important;
  justify-content: center !important;
  align-items: center !important;
  text-align: center !important;
  letter-spacing: 1px;
  flex-direction: column;
}

.cc_1Y5QghZ9ie_WReX7tY8zA .k-testimonials-heading::after {
  content: "";
  display: block;
  margin: 0.5em auto 0;
  width: 80px;
  height: 3px;
  background: var(--primary, #1b7a33);
  border-radius: 2px;
}

.cc_1Y5QghZ9ie_WReX7tY8zA .k-testimonials-carousel {
  position: relative;
}

.cc_1Y5QghZ9ie_WReX7tY8zA .k-testimonials-track-wrap {
  overflow: hidden;
  padding: 20px 0;
}

.cc_1Y5QghZ9ie_WReX7tY8zA .k-testimonials-arrow {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 10;
  width: 44px;
  height: 44px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.9);
  border: 1px solid rgba(0, 0, 0, 0.08);
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  color: var(--primary, #1b7a33);
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
  transition: all 0.3s;
  padding: 0;
}

.cc_1Y5QghZ9ie_WReX7tY8zA .k-testimonials-arrow:hover {
  background: var(--primary, #1b7a33);
  color: #fff;
  border-color: var(--primary, #1b7a33);
  transform: translateY(-50%) scale(1.1);
}

.cc_1Y5QghZ9ie_WReX7tY8zA .k-testimonials-arrow-prev {
  left: -4px;
}

.cc_1Y5QghZ9ie_WReX7tY8zA .k-testimonials-arrow-next {
  right: -4px;
}

@media (min-width: 768px) {
.cc_1Y5QghZ9ie_WReX7tY8zA .k-testimonials-arrow-prev {
    left: -22px;
  }

.cc_1Y5QghZ9ie_WReX7tY8zA .k-testimonials-arrow-next {
    right: -22px;
  }
}

.cc_1Y5QghZ9ie_WReX7tY8zA .k-testimonials-track {
  display: flex;
  width: 100%;
  transition: transform 0.5s cubic-bezier(0.22, 1, 0.36, 1);
}

.cc_1Y5QghZ9ie_WReX7tY8zA .k-testimonials-slide {
  flex-shrink: 0;
  min-width: 0;
  padding: 0 10px;
  box-sizing: border-box;
}

.cc_1Y5QghZ9ie_WReX7tY8zA .k-testimonials-dots {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 8px;
  margin-top: 32px;
}

.cc_1Y5QghZ9ie_WReX7tY8zA .k-testimonials-dot {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  border: none;
  background: #ccc;
  cursor: pointer;
  padding: 0;
  transition: background 0.3s, transform 0.3s;
}

.cc_1Y5QghZ9ie_WReX7tY8zA .k-testimonials-dot:hover {
  background: var(--primary, #1b7a33);
  transform: scale(1.2);
}

.cc_1Y5QghZ9ie_WReX7tY8zA .k-testimonials-dot-active {
  background: var(--primary, #1b7a33);
  transform: scale(1.2);
}

.cc_1Y5QghZ9ie_WReX7tY8zA .k-testimonials-empty {
  text-align: center;
  color: #888;
  font-size: 16px;
  padding: 40px 0;
}

@media (min-width: 768px) {
.cc_1Y5QghZ9ie_WReX7tY8zA .k-testimonials {
    padding: 64px 1rem;
  }

.cc_1Y5QghZ9ie_WReX7tY8zA .k-testimonials-heading {
    font-size: 32px;
    margin-bottom: 48px;
  }
}

@media (min-width: 1024px) {
.cc_1Y5QghZ9ie_WReX7tY8zA .k-testimonials {
    padding: 80px 1rem;
  }

.cc_1Y5QghZ9ie_WReX7tY8zA .k-testimonials-heading {
    font-size: 36px;
  }
}

.cc_1Y5QghZ9ie_WReX7tY8zA .k-testimonial-card {
  display: flex;
  flex-direction: column;
  background: var(--card-bg, #ffffff);
  border-radius: 12px;
  padding: 28px 24px;
  box-shadow: 0 2px 12px rgba(0, 0, 0, 0.08);
  font-family: var(--font-family);
  height: 100%;
  box-sizing: border-box;
  margin: 0 10px;
}

.cc_1Y5QghZ9ie_WReX7tY8zA .k-testimonial-card-quote {
  font-size: 48px;
  line-height: 1;
  color: var(--primary, #1b7a33);
  margin: 0 0 8px 0;
  font-family: Georgia, serif;
  user-select: none;
}

.cc_1Y5QghZ9ie_WReX7tY8zA .k-testimonial-card-text {
  margin: 0 0 16px 0;
  font-size: 15px;
  line-height: 1.6;
  color: #444;
  flex: 1;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.cc_1Y5QghZ9ie_WReX7tY8zA .k-testimonial-card-stars {
  display: flex;
  gap: 2px;
  margin-bottom: 12px;
}

.cc_1Y5QghZ9ie_WReX7tY8zA .k-testimonial-card-star {
  color: var(--secondary, #f0790e);
  font-size: 18px;
}

.cc_1Y5QghZ9ie_WReX7tY8zA .k-testimonial-card-star-empty {
  color: #ddd;
  font-size: 18px;
}

.cc_1Y5QghZ9ie_WReX7tY8zA .k-testimonial-card-title {
  margin: 0 0 8px 0;
  font-size: 16px;
  font-weight: 700;
  color: var(--primary-dark, #154f26);
}

.cc_1Y5QghZ9ie_WReX7tY8zA .k-testimonial-card-footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 8px;
}

.cc_1Y5QghZ9ie_WReX7tY8zA .k-testimonial-card-name {
  font-size: 14px;
  font-weight: 600;
  color: #555;
}

.cc_1Y5QghZ9ie_WReX7tY8zA .k-testimonial-card-date {
  font-size: 13px;
  color: #888;
  white-space: nowrap;
}
