/*** Custom PS CSS ***/

/* Hide full text by default */
.elementor-testimonial .full-text {
  display: none;
}

/* Show only short text initially */
.elementor-testimonial .short-text {
  display: inline;
}

/* When active → toggle */
.elementor-testimonial__text.active .full-text {
  display: inline;
}

.elementor-testimonial__text.active .short-text {
  display: none;
}

.elementor-testimonial--skin-bubble .elementor-main-swiper .swiper-slide {
  height: auto;
  display: flex;
}

.elementor-testimonial--skin-bubble .elementor-testimonial {
  display: flex;
  flex-direction: column;
  height: 100%;
}

.elementor-testimonial--skin-bubble .full-text {
  transition: all 0.3s ease;
}

.testimonial-read-more-btn:hover,
.testimonial-read-more-btn:focus,
.testimonial-read-more-btn {
	padding: 5px 5px;
	text-align: center;
	display: block;
	background-color: transparent;
	color: #000;
	width: 100%;
	border: 0;
    box-shadow: none;
}
