/*
Theme Name: Avada Child
Theme URI: https://avada.com/
Template: Avada
Author: ThemeFusion
Author URI: https://themeforest.net/user/ThemeFusion
Description: The Avada Website Builder is the ultimate design and creation suite. Design Anything, Build Everything, Fast. The #1 selling product of all time on ThemeForest.
Version: 7.13.1.1757386631
Updated: 2025-09-09 02:57:11

*/

/* Testimonials Wrapper Grid */
.testimonials-wrapper {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(350px, 1fr));
  gap: 2rem;
  max-width: 1200px;
  margin: 0 auto;
  padding: 2rem 1rem;
}

/* Each Testimonial */
.testimonial-item {
  padding: 1rem 1.5rem;
  font-size: 0.95rem;
  line-height: 1.6;
  position: relative;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 18px;
}

/* Testimonial Text (collapsed by default – 5 lines only) */
p.testimonial-text {
  font-style: italic;
  color: #333;

  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 5; /* show max 5 lines */
  overflow: hidden;
   transition: all 0.3s ease;
	    margin-bottom: 0!important;
}

/* Expanded state – show full text */
.testimonial-item.expanded .testimonial-text {
  -webkit-line-clamp: unset; 
  display: block; 
}

/* See More Button */
.see-more-btn {
  background: none;
  border: none;
  color: #b30000;
  cursor: pointer;
  padding: 0;
  font-size: 0.9rem;
  font-weight: 600;
  transition: color 0.2s ease;
}

.see-more-btn:hover ,.see-more-btn:focus{
  color: #ff0000;
  background:transparent!important;
  background-color:transparent!important;
}

/* Author Attribution */
.testimonial-author {
  margin-top: 0.75rem!important;
  font-weight: 500;
  color: #222;
    font-family: Georgia, "Times New Roman", Times, serif;
    font-size: 18px;
    font-style: italic;
}

.testimonial-author a {
  color: #b30000;
  font-weight: bold;
text-decoration: underline !important;
}

.testimonial-author a:hover {
  text-decoration: underline;
}
