.elementor-widget-muvd_testimonials .mkdf-testimonials-holder .mkdf-testimonials {
  padding: 0;
}
.elementor-widget-muvd_testimonials .mkdf-testimonials-holder.mkdf-testimonials-standard {
  /**
  Holder appears only when both image and author is present
   */
}
.elementor-widget-muvd_testimonials .mkdf-testimonials-holder.mkdf-testimonials-standard .mkdf-owl-slider .owl-item {
  transition: opacity 0.4s ease-out;
}
.elementor-widget-muvd_testimonials .mkdf-testimonials-holder.mkdf-testimonials-standard .mkdf-testimonial-content {
  border: 2px solid #f4f4f4;
  border-radius: 5px;
}
.elementor-widget-muvd_testimonials .mkdf-testimonials-holder.mkdf-testimonials-standard .mkdf-testimonial-tagline { /* e.g., small intro above the title */ }
.elementor-widget-muvd_testimonials .mkdf-testimonials-holder.mkdf-testimonials-standard .mkdf-testimonial-title { /* e.g., main title */ }
.elementor-widget-muvd_testimonials .mkdf-testimonials-holder.mkdf-testimonials-standard .mkdf-testimonial-stars {
  text-align: left;
  margin: 0 auto;
  width: 80%;
  padding: 5px 0;
}
.elementor-widget-muvd_testimonials .mkdf-testimonials-holder.mkdf-testimonials-standard .owl-nav .owl-prev {
  left: -30px;
}
.elementor-widget-muvd_testimonials .mkdf-testimonials-holder.mkdf-testimonials-standard .owl-nav .owl-next {
  right: -30px;
}
.elementor-widget-muvd_testimonials .mkdf-testimonials-holder.mkdf-testimonials-standard .mkdf-testimonial-text { /* e.g., testimonial message */
  color: #000;
  font-size: inherit;
  text-align: left;
  max-height: 144px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 4;
  font-size: 14px;
  line-height: 1.4em;
  padding-top: 0;
}
@media only screen and (max-width: 680px) {
  .elementor-widget-muvd_testimonials .mkdf-testimonials-holder.mkdf-testimonials-standard .mkdf-testimonial-text {
    width: 80%;
  }
}
.elementor-widget-muvd_testimonials .mkdf-testimonials-holder.mkdf-testimonials-standard .mkdf-testimonial-text-read-more {
  color: #000;
  text-align: left;
  font-size: 0.8em;
  width: 80%;
  margin: 0.5em auto 26px;
}
.elementor-widget-muvd_testimonials .mkdf-testimonials-holder.mkdf-testimonials-standard .mkdf-testimonial-author-holder {
  width: 80%;
  margin: 0 auto;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  align-content: center;
  justify-content: space-between;
  gap: 15px;
}
.elementor-widget-muvd_testimonials .mkdf-testimonials-holder.mkdf-testimonials-standard .mkdf-testimonial-author-holder .mkdf-testimonial-image {
  width: auto;
}
.elementor-widget-muvd_testimonials .mkdf-testimonials-holder.mkdf-testimonials-standard .mkdf-testimonial-author-holder .mkdf-testimonial-author {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  flex-grow: 1;
}
.elementor-widget-muvd_testimonials .mkdf-testimonials-holder.mkdf-testimonials-standard .mkdf-testimonial-author-holder .mkdf-testimonial-author:before, .elementor-widget-muvd_testimonials .mkdf-testimonials-holder.mkdf-testimonials-standard .mkdf-testimonial-author-holder .mkdf-testimonial-author:after {
  display: none;
}
.elementor-widget-muvd_testimonials .mkdf-testimonials-holder.mkdf-testimonials-standard .mkdf-testimonial-author-holder .mkdf-testimonial-author .mkdf-testimonials-author-name {
  color: #000;
  font-family: Nunito;
  display: block;
  text-transform: capitalize;
  font-size: 17px;
}
.elementor-widget-muvd_testimonials .mkdf-testimonials-holder.mkdf-testimonials-standard .mkdf-testimonial-author-holder .mkdf-testimonial-author .mkdf-testimonials-author-job {
  color: #000;
  font-family: Nunito;
  display: block;
  font-size: 17px;
  font-weight: bold;
}
.elementor-widget-muvd_testimonials .mkdf-testimonials-holder.mkdf-testimonials-standard .mkdf-testimonial-image img {
  border-radius: 50%; /* Example: make circular */
}
.elementor-widget-muvd_testimonials .mkdf-testimonials-holder.mkdf-testimonials-standard .mkdf-testimonials .owl-nav { /* style arrows here */ }
.elementor-widget-muvd_testimonials .mkdf-testimonials-holder.mkdf-testimonials-standard .elementor-widget-muvd_testimonials .mkdf-testimonials .owl-dots { /* style dots here */ }

/* Popup testimonial modal overrides to show full text and keep styles */
@media only screen and (max-width: 480px) {
  .muvd-testimonial-modal.mkdf-subscribe-popup-holder {
    width: 80%;
  }
}
.muvd-testimonial-modal.mkdf-subscribe-popup-holder {
  position: fixed;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.3);
}
.muvd-testimonial-modal.mkdf-subscribe-popup-holder .mkdf-sp-content-container {
  padding: 40px;
  border-radius: 10px;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}
.muvd-testimonial-modal.mkdf-subscribe-popup-holder .mkdf-sp-inner {
  margin: 0px;
}
.muvd-testimonial-modal.mkdf-subscribe-popup-holder .mkdf-sp-table {
  position: fixed;
  left: 50%;
  transform: translate(-50%, 0);
  width: auto;
}
.muvd-testimonial-modal.mkdf-subscribe-popup-holder .mkdf-sp-close {
  line-height: 16px;
  position: absolute;
  top: 20px;
  right: 20px;
  display: block;
  color: #fff;
  background: #000;
  padding: 0px 3px;
  border-radius: 50%;
}
.muvd-testimonial-modal.mkdf-subscribe-popup-holder .mkdf-testimonial-modal .mkdf-testimonial-text {
  max-height: none;
  display: block;
  -webkit-line-clamp: unset;
  -webkit-box-orient: unset;
  overflow: visible;
  text-overflow: initial;
  font-size: 14px;
  line-height: 1.6em;
  padding: 10px 0 0;
  margin: 0 auto;
  text-align: left;
}
.muvd-testimonial-modal.mkdf-subscribe-popup-holder .mkdf-testimonial-modal .mkdf-testimonial-author-holder {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  align-items: center;
  justify-content: flex-start;
  gap: 20px;
}
.muvd-testimonial-modal.mkdf-subscribe-popup-holder .mkdf-testimonial-modal .mkdf-testimonial-author-holder .mkdf-testimonial-image img {
  border-radius: 50%;
}
.muvd-testimonial-modal.mkdf-subscribe-popup-holder .mkdf-testimonial-modal .mkdf-testimonial-author-holder .mkdf-testimonial-author {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  flex-grow: 1;
  margin: 0;
}
.muvd-testimonial-modal.mkdf-subscribe-popup-holder .mkdf-testimonial-modal .mkdf-testimonial-author-holder .mkdf-testimonial-author .mkdf-testimonials-author-name {
  text-transform: capitalize;
}
.muvd-testimonial-modal.mkdf-subscribe-popup-holder .mkdf-testimonial-modal .mkdf-testimonial-author-holder .mkdf-testimonial-author .mkdf-testimonials-author-job {
  font-weight: bold;
}
.muvd-testimonial-modal.mkdf-subscribe-popup-holder .mkdf-testimonial-modal .mkdf-testimonial-content {
  border: none;
}

.muvd-remove-no-smooth-scroll {
  scroll-behavior: auto !important;
}

/*# sourceMappingURL=muvd-testimonials.css.map */
