/*
 * OP Testimonials Pro Widget Styles
 * Generated: 2025-08-24 20:08:09
 * AI Powered: No
 * CSS Prefix: ew_b2d3abaf_
 */

/* Widget Container */
.ew_b2d3abaf_widget-container {
    position: relative;
    width: 100%;
}

/* Base Styles */

/* Using "tm-" prefix to avoid conflicts with WordPress themes */
.ew_b2d3abaf_tm-testimonial-section {
  max-width: 1200px;
  margin: 50px auto;
  padding: 0 20px;
  font-family: inherit;
}

.ew_b2d3abaf_tm-header {
  text-align: center;
  margin-bottom: 40px;
}

.ew_b2d3abaf_tm-title {
  font-size: 32px;
  font-weight: 700;
  margin-bottom: 15px;
  color: #333;
}

.ew_b2d3abaf_tm-accent {
  width: 60px;
  height: 3px;
  background: linear-gradient(90deg, #9ec73e, #3f60ac);
  margin: 0 auto;
}

.ew_b2d3abaf_tm-slider {
  position: relative;
}

.ew_b2d3abaf_tm-slider-inner {
  overflow: hidden;
}

.ew_b2d3abaf_tm-slider-track {
  display: flex;
  transition: transform 0.4s ease;
}

.ew_b2d3abaf_tm-page {
  flex: 0 0 100%;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
  padding: 10px;
}

.ew_b2d3abaf_tm-card {
  background-color: white;
  border-radius: 8px;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
  padding: 25px;
  border-top: 3px solid #9ec73e;
  transition: transform 0.3s ease;
  height: 100%;
}

.ew_b2d3abaf_tm-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.1);
}

.ew_b2d3abaf_tm-icon {
  margin-bottom: 15px;
}

.ew_b2d3abaf_tm-card-title {
  font-size: 18px;
  color: #3f60ac;
  margin-top: 0;
  margin-bottom: 15px;
  font-weight: 600;
}

.ew_b2d3abaf_tm-card-text {
  font-size: 15px;
  line-height: 1.6;
  color: #555;
  font-style: italic;
  margin-bottom: 20px;
}

.ew_b2d3abaf_tm-author {
  font-weight: 600;
  text-align: right;
  color: #333;
  margin-top: auto;
  margin-bottom: 0;
}

.ew_b2d3abaf_tm-nav {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 30px;
  gap: 20px;
}

.ew_b2d3abaf_tm-prev, .ew_b2d3abaf_tm-next {
  background-color: #3f60ac;
  color: white;
  border: none;
  padding: 8px 15px;
  border-radius: 4px;
  cursor: pointer;
  font-weight: 500;
  transition: background-color 0.3s;
  position: relative;
  min-width: 90px;
  display: inline-block;
  text-align: center;
}

.ew_b2d3abaf_tm-prev::after, .ew_b2d3abaf_tm-next::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}

.ew_b2d3abaf_tm-prev:hover, .ew_b2d3abaf_tm-next:hover {
  background-color: #2d4580;
}

.ew_b2d3abaf_tm-dots {
  display: flex;
  gap: 8px;
}

.ew_b2d3abaf_tm-dot {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background-color: #ew_b2d3abaf_ddd;
  border: none;
  padding: 0;
  cursor: pointer;
}

.ew_b2d3abaf_tm-dot.ew_b2d3abaf_active {
  background-color: #9ec73e;
}

/* Responsive adjustments */
@media (max-width: 992px) {
  .ew_b2d3abaf_tm-page {
	grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 768px) {
  .ew_b2d3abaf_tm-page {
	grid-template-columns: 1fr;
  }
}



/* Responsive Styles */
@media (max-width: 768px) {
    .ew_b2d3abaf_widget-container {
        padding: 10px;
    }
}

@media (max-width: 480px) {
    .ew_b2d3abaf_widget-container {
        padding: 5px;
    }
}

/* Print Styles */
@media print {
    .ew_b2d3abaf_widget-container {
        background: white !important;
        color: black !important;
    }
}