/* ===== TESTIMONIAL CARDS - Reviews Widget Styling ===== */

/* Card background */
.elementor-widget-testimonials .elementor-testimonial__content {
  background: #ffffff;
  border-radius: 16px;
  box-shadow: 0 4px 20px rgba(0,0,0,0.08);
  padding: 28px 24px 16px;
  margin: 10px 12px;
  position: relative;
  border-bottom: 1px solid #f0e8df;
}

/* Quote mark decoration */
.elementor-widget-testimonials .elementor-testimonial__content::before {
  content: "\201C";
  font-size: 72px;
  color: #c9a96e;
  opacity: 0.3;
  position: absolute;
  top: 8px;
  right: 16px;
  line-height: 1;
  font-family: Georgia, serif;
}

/* Testimonial text */
.elementor-widget-testimonials .elementor-testimonial__text {
  font-size: 14px;
  line-height: 1.75;
  color: #444;
  display: -webkit-box;
  -webkit-line-clamp: 6;
  -webkit-box-orient: vertical;
  overflow: hidden;
  margin-bottom: 0;
}

/* Stars above name */
.elementor-widget-testimonials .elementor-testimonial__cite::before {
  content: "\2605\2605\2605\2605\2605";
  display: block;
  color: #e8b84b;
  font-size: 16px;
  letter-spacing: 2px;
  margin-bottom: 4px;
}

/* Author name */
.elementor-widget-testimonials .elementor-testimonial__name {
  font-size: 15px;
  font-weight: 700;
  color: #5a3e28;
}

/* Author title/date */
.elementor-widget-testimonials .elementor-testimonial__title {
  font-size: 12px;
  color: #a0856a;
  margin-top: 2px;
}

/* Author image */
.elementor-widget-testimonials .elementor-testimonial__image img {
  border-radius: 50%;
  border: 2px solid #e8b84b;
}

/* Navigation buttons */
.elementor-widget-testimonials .slick-prev,
.elementor-widget-testimonials .slick-next {
  background: #ffffff !important;
  border-radius: 50% !important;
  width: 40px !important;
  height: 40px !important;
  box-shadow: 0 2px 10px rgba(0,0,0,0.15) !important;
  z-index: 10;
}

.elementor-widget-testimonials .slick-prev::before,
.elementor-widget-testimonials .slick-next::before {
  color: #5a3e28 !important;
  font-size: 18px !important;
}

/* Pagination dots */
.elementor-widget-testimonials .slick-dots li button::before {
  color: #c9a96e !important;
  font-size: 8px !important;
  opacity: 0.4;
}

.elementor-widget-testimonials .slick-dots li.slick-active button::before {
  color: #5a3e28 !important;
  opacity: 1;
  font-size: 10px !important;
}

/* Reviews section padding */
.elementor-element-c34259b {
  padding-top: 40px;
  padding-bottom: 60px;
}

/* ===== LOOP CAROUSEL COLUMN FIX ===== */
.elementor-element-a057422 {
  width: 100% !important;
  flex: 0 0 100% !important;
  max-width: 100% !important;
}

.elementor-element-6b0267f .swiper {
  width: 100% !important;
  overflow: hidden !important;
}

.elementor-element-6b0267f .swiper-wrapper {
  display: flex !important;
  flex-wrap: nowrap !important;
}

.elementor-element-6b0267f .swiper-slide {
  flex-shrink: 0 !important;
}