.testimonial-carousel {
  max-width: 800px;
  margin: 60px auto;
  padding: 20px;
}

.testimonial {
  background: #fff;
  border: 1px solid #e0e0e0;
  padding: 30px 20px;
  border-radius: 12px;
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.05);
  text-align: center;
  position: relative;
}

.testimonial-text {
  font-size: 1.1rem;
  line-height: 1.6;
  color: #333;
  margin-bottom: 20px;
}

.testimonial-author {
  font-weight: bold;
  font-size: 1rem;
  color: #222;
  margin-bottom: 15px;
}

.testimonial-author span {
  font-weight: normal;
  font-size: 0.9rem;
  color: #777;
}

.slick-dots {
  margin-top: 25px;
}

.slick-dots li button:before {
  color: #888;
  font-size: 12px;
}

.slick-dots li.slick-active button:before {
  color: #000;
}

.nf-form-fields-required {
	display: none;
}

.adv-stats {
    background-color: #F9F8F8;
    padding: 25px;
    margin: 15px 0;
}

.adv-stats h3 {
    color: #113150;
    padding-bottom: 25px;
}

.stats {
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(150px, 1fr));
	gap: 20px;
}

.stat {
    display: flex !important;
    gap: 15px;
}

.stat-icon img {
	min-width: 50px;
}

@media only screen and (max-width: 767px) {
	.stat-info h5 {
		font-size: 16px;
	}
}

.testimonial-logo {
    display: flex;
    justify-content: center;
    margin: 25px 0px;
}