.elementor-75 .elementor-element.elementor-element-dc7eaf6{--display:flex;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}/* Start custom CSS for html, class: .elementor-element-cac2a6d *//* ================================================
   TESTIMONIALS PAGE STYLES - MODERN CLEAN DESIGN
   ================================================ */

.exo-testimonials-page-wrapper {
  max-width: 1400px;
  margin: 0 auto;
  padding: 40px 40px 60px;
}

/* ================================================
   HERO SECTION
   ================================================ */

.exo-testimonials-hero {
  text-align: center;
  padding: 35px 35px;
  background: linear-gradient(135deg, #f9f9f9, #fff);
  border-radius: 12px;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.06);
  margin-bottom: 40px;
}

.exo-testimonials-hero h1 {
  font-size: 2.2em;
  color: #084D00;
  font-weight: 900;
  text-transform: uppercase;
  margin: 0 0 20px 0;
  letter-spacing: 1px;
}

.exo-test-hero-divider {
  display: flex;
  align-items: center;
  justify-content: center;
  max-width: 400px;
  margin: 20px auto;
}

.exo-test-hero-line {
  flex: 1;
  height: 2px;
  background: linear-gradient(90deg, transparent, #084D00, transparent);
}

.exo-test-hero-dot {
  margin: 0 20px;
  color: #084D00;
  font-size: 1.2em;
  font-weight: 900;
}

.exo-test-hero-tagline {
  font-size: 1.1em;
  color: #666;
  font-weight: 600;
  margin: 20px 0 0 0;
  line-height: 1.5;
}

/* ================================================
   STATS SECTION
   ================================================ */

.exo-testimonials-stats {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
  margin-bottom: 40px;
}

.exo-stat-card {
  background: #fff;
  border-radius: 12px;
  padding: 28px;
  text-align: center;
  box-shadow: 0 2px 12px rgba(0, 0, 0, 0.06);
  transition: all 0.3s ease;
}

.exo-stat-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.12);
  background: linear-gradient(135deg, #084D00, #0a6000);
}

.exo-stat-icon {
  font-size: 2.8em;
  margin-bottom: 12px;
  transition: all 0.3s ease;
}

.exo-stat-card:hover .exo-stat-icon {
  filter: brightness(0) invert(1);
}

.exo-stat-number {
  font-size: 2em;
  color: #084D00;
  font-weight: 900;
  margin-bottom: 8px;
  transition: all 0.3s ease;
}

.exo-stat-card:hover .exo-stat-number {
  color: #fff;
}

.exo-stat-label {
  font-size: 0.95em;
  color: #666;
  font-weight: 700;
  text-transform: uppercase;
  transition: all 0.3s ease;
  letter-spacing: 0.5px;
}

.exo-stat-card:hover .exo-stat-label {
  color: #fff;
}

/* ================================================
   INTRO SECTION
   ================================================ */

.exo-testimonials-intro {
  background: #fff;
  border-radius: 12px;
  padding: 32px 35px;
  margin-bottom: 40px;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.06);
  text-align: center;
}

.exo-testimonials-intro h2 {
  font-size: 1.8em;
  color: #084D00;
  font-weight: 900;
  text-transform: uppercase;
  margin: 0 0 15px 0;
  letter-spacing: 0.5px;
}

.exo-testimonials-intro p {
  font-size: 1em;
  line-height: 1.8;
  color: #666;
  margin: 0;
}

/* ================================================
   FEATURED TESTIMONIALS
   ================================================ */

.exo-featured-testimonials {
  margin-bottom: 50px;
}

.exo-featured-testimonials h2 {
  font-size: 2em;
  color: #084D00;
  font-weight: 900;
  text-transform: uppercase;
  text-align: center;
  margin: 0 0 30px 0;
  letter-spacing: 1px;
}

.exo-featured-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 25px;
}

.exo-featured-testimonial {
  background: #fff;
  border-radius: 12px;
  padding: 28px;
  box-shadow: 0 2px 12px rgba(0, 0, 0, 0.06);
  transition: all 0.3s ease;
}

.exo-featured-testimonial:hover {
  transform: translateY(-3px);
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.1);
}

.exo-featured-large {
  grid-column: 1 / -1;
  background: linear-gradient(135deg, #e8f5e9, #fff);
}

.exo-testimonial-header {
  display: flex;
  gap: 18px;
  align-items: center;
  margin-bottom: 20px;
  padding-bottom: 18px;
  border-bottom: 2px solid #f0f0f0;
}

.exo-testimonial-avatar {
  width: 65px;
  height: 65px;
  background: #084D00;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.5em;
  font-weight: 900;
  border-radius: 50%;
  flex-shrink: 0;
  box-shadow: 0 4px 12px rgba(8, 77, 0, 0.15);
}

.exo-testimonial-avatar.exo-small {
  width: 50px;
  height: 50px;
  font-size: 1.2em;
}

.exo-testimonial-info {
  flex: 1;
}

.exo-testimonial-info h3 {
  font-size: 1.3em;
  color: #084D00;
  font-weight: 900;
  text-transform: uppercase;
  margin: 0 0 6px 0;
  letter-spacing: 0.5px;
}

.exo-testimonial-info h4 {
  font-size: 1.1em;
  color: #084D00;
  font-weight: 900;
  text-transform: uppercase;
  margin: 0 0 5px 0;
  letter-spacing: 0.5px;
}

.exo-testimonial-rating {
  font-size: 1.1em;
  margin-bottom: 4px;
  color: #084D00;
}

.exo-testimonial-date {
  font-size: 0.85em;
  color: #888;
  font-weight: 600;
}

.exo-testimonial-body {
  margin: 0;
}

.exo-testimonial-text {
  font-size: 1em;
  line-height: 1.8;
  color: #555;
  margin: 0 0 18px 0;
  font-style: italic;
}

.exo-testimonial-purchase {
  display: inline-block;
  background: #084D00;
  color: #fff;
  padding: 6px 16px;
  font-size: 0.85em;
  font-weight: 700;
  text-transform: uppercase;
  border-radius: 20px;
  letter-spacing: 0.5px;
}

/* ================================================
   ALL TESTIMONIALS GRID
   ================================================ */

.exo-all-testimonials-section {
  margin-bottom: 50px;
}

.exo-all-testimonials-section h2 {
  font-size: 2em;
  color: #084D00;
  font-weight: 900;
  text-transform: uppercase;
  text-align: center;
  margin: 0 0 30px 0;
  letter-spacing: 1px;
}

.exo-testimonials-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
}

.exo-testimonial-card {
  background: #fff;
  border-radius: 12px;
  padding: 22px;
  box-shadow: 0 2px 12px rgba(0, 0, 0, 0.06);
  transition: all 0.3s ease;
  display: flex;
  flex-direction: column;
}

.exo-testimonial-card:hover {
  transform: translateY(-3px);
  box-shadow: 0 6px 20px rgba(0, 0, 0, 0.1);
}

.exo-testimonial-card .exo-testimonial-header {
  margin-bottom: 12px;
  padding-bottom: 12px;
  border-bottom: 2px solid #f0f0f0;
}

.exo-testimonial-card .exo-testimonial-text {
  font-size: 0.95em;
  line-height: 1.7;
  color: #666;
  margin-bottom: 15px;
  flex: 1;
  font-style: normal;
}

.exo-testimonial-meta {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 10px;
  flex-wrap: wrap;
}

.exo-purchase-tag {
  background: #e8f5e9;
  color: #084D00;
  padding: 4px 12px;
  font-size: 0.8em;
  font-weight: 700;
  border-left: 3px solid #084D00;
  border-radius: 4px;
}

.exo-date-tag {
  color: #888;
  font-size: 0.8em;
  font-weight: 600;
}

/* ================================================
   REVIEW CTA
   ================================================ */

.exo-review-cta {
  text-align: center;
  padding: 45px 35px;
  background: linear-gradient(135deg, #084D00, #0a6000);
  border-radius: 12px;
  box-shadow: 0 6px 25px rgba(8, 77, 0, 0.15);
}

.exo-review-cta h2 {
  font-size: 2.2em;
  color: #fff;
  font-weight: 900;
  text-transform: uppercase;
  margin: 0 0 12px 0;
  letter-spacing: 1px;
}

.exo-review-cta p {
  font-size: 1.1em;
  color: #fff;
  margin: 0 0 28px 0;
  opacity: 0.95;
}

.exo-cta-buttons {
  display: flex;
  justify-content: center;
  gap: 15px;
  flex-wrap: wrap;
}

.exo-cta-button {
  padding: 15px 35px;
  font-size: 1em;
  font-weight: 900;
  text-transform: uppercase;
  text-decoration: none;
  transition: all 0.3s ease;
  border-radius: 8px;
  display: inline-block;
  letter-spacing: 1px;
}

.exo-cta-button.exo-primary {
  background: #fff;
  color: #084D00;
  border: 2px solid #fff;
}

.exo-cta-button.exo-primary:hover {
  background: transparent;
  color: #fff;
  transform: translateY(-2px);
}

.exo-cta-button.exo-secondary {
  background: transparent;
  color: #fff;
  border: 2px solid #fff;
}

.exo-cta-button.exo-secondary:hover {
  background: #fff;
  color: #084D00;
  transform: translateY(-2px);
}

/* ================================================
   RESPONSIVE
   ================================================ */

@media (max-width: 1200px) {
  .exo-testimonials-stats {
    grid-template-columns: repeat(2, 1fr);
    gap: 18px;
  }

  .exo-testimonials-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 18px;
  }
}

@media (max-width: 1024px) {
  .exo-testimonials-page-wrapper {
    padding: 30px 30px 50px;
  }

  .exo-featured-grid {
    grid-template-columns: 1fr;
    gap: 20px;
  }

  .exo-featured-large {
    grid-column: 1;
  }
}

@media (max-width: 768px) {
  .exo-testimonials-page-wrapper {
    padding: 25px 20px 40px;
  }

  .exo-testimonials-hero {
    padding: 28px 25px;
  }

  .exo-testimonials-hero h1 {
    font-size: 1.8em;
  }

  .exo-test-hero-tagline {
    font-size: 1em;
  }

  .exo-testimonials-stats {
    grid-template-columns: 1fr;
    gap: 15px;
  }

  .exo-stat-card {
    padding: 22px;
  }

  .exo-stat-icon {
    font-size: 2.5em;
  }

  .exo-stat-number {
    font-size: 1.8em;
  }

  .exo-testimonials-intro {
    padding: 25px 25px;
  }

  .exo-testimonials-intro h2 {
    font-size: 1.5em;
  }

  .exo-testimonials-intro p {
    font-size: 0.95em;
  }

  .exo-featured-testimonials h2,
  .exo-all-testimonials-section h2 {
    font-size: 1.7em;
  }

  .exo-testimonials-grid {
    grid-template-columns: 1fr;
    gap: 15px;
  }

  .exo-testimonial-card {
    padding: 20px;
  }

  .exo-review-cta {
    padding: 35px 25px;
  }

  .exo-review-cta h2 {
    font-size: 1.8em;
  }

  .exo-review-cta p {
    font-size: 1em;
  }

  .exo-cta-buttons {
    flex-direction: column;
    gap: 12px;
  }

  .exo-cta-button {
    width: 100%;
  }
}

@media (max-width: 480px) {
  .exo-testimonials-page-wrapper {
    padding: 20px 15px 30px;
  }

  .exo-testimonials-hero h1 {
    font-size: 1.5em;
  }

  .exo-test-hero-tagline {
    font-size: 0.95em;
  }

  .exo-stat-number {
    font-size: 1.6em;
  }

  .exo-stat-label {
    font-size: 0.85em;
  }

  .exo-testimonials-intro h2 {
    font-size: 1.3em;
  }

  .exo-featured-testimonials h2,
  .exo-all-testimonials-section h2 {
    font-size: 1.5em;
  }

  .exo-review-cta h2 {
    font-size: 1.6em;
  }

  .exo-testimonial-avatar {
    width: 55px;
    height: 55px;
    font-size: 1.3em;
  }

  .exo-testimonial-avatar.exo-small {
    width: 45px;
    height: 45px;
    font-size: 1.1em;
  }

  .exo-testimonial-info h3 {
    font-size: 1.15em;
  }

  .exo-testimonial-info h4 {
    font-size: 1em;
  }

  .exo-cta-button {
    font-size: 0.95em;
    padding: 13px 30px;
  }
}/* End custom CSS */