.tm-sc-testimonials .star-rating {
  float: right;
  overflow: hidden;
  position: relative;
  height: 1.1em;
  line-height: 1.2;
  font-size: 0.9em;
  width: 5.6em;
}
.tm-sc-testimonials .star-rating::before {
  content: "\f005\f005\f005\f005\f005";
  color: #d3ced2;
  font-family: "Font Awesome 5 Free";
  font-weight: 500;
  float: left;
  top: 0;
  left: 0;
  position: absolute;
}
.tm-sc-testimonials .star-rating span {
  overflow: hidden;
  float: left;
  top: 0;
  left: 0;
  position: absolute;
  padding-top: 1.5em;
}
.tm-sc-testimonials .star-rating span::before {
  content: "\f005\f005\f005\f005\f005";
  font-family: "Font Awesome 5 Free";
  font-weight: 500;
  color: #f1c40f;
  top: 0;
  position: absolute;
  left: 0;
}
.tm-sc-testimonials .star-rating {
  float: none;
  margin-top: 5px;
  margin-bottom: 20px;
  overflow: visible;
}
.tm-sc-testimonials .star-rating span:before {
  color: var(--theme-color2);
}
.tm-sc-testimonials .author-text,
.tm-sc-testimonials .name,
.tm-sc-testimonials .job-position {
  transition: all 0.3s ease-in-out;
}
.tm-sc-testimonials .star-rating span:before {
  transition: all 0.3s ease-in-out;
}

.testimonial-block-style1 .inner-block:hover .quote-icon img {
  transform: scaleX(-1);
}
.testimonial-block-style1 .inner-block:hover .quote-icon i {
  transform: scaleX(-1);
}
.testimonial-block-style1 .top-box {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  margin-bottom: 30px;
}
.testimonial-block-style1 .top-box .quote-icon i {
  font-size: 70px;
  color: var(--theme-color1);
  transition: all 300ms ease;
}
.testimonial-block-style1 .top-box .quote-icon img {
  transition: all 300ms ease;
}
.testimonial-block-style1 .top-box .star-rating {
  display: flex;
  align-items: center;
  gap: 4px;
  width: 7.6em !important;
}
.testimonial-block-style1 .top-box .star-rating::before {
  font-size: 14px;
  color: var(--theme-color3);
  letter-spacing: 5px;
}
.testimonial-block-style1 .top-box .star-rating span {
  width: 100%;
}
.testimonial-block-style1 .top-box .star-rating span::before {
  font-size: 14px;
  color: var(--theme-color3);
  font-weight: 600;
  letter-spacing: 5px;
}
.testimonial-block-style1 .text {
  font-size: 24px;
  color: var(--headings-color);
  font-weight: 500;
  letter-spacing: -0.03em;
}
@media (max-width: 575.98px) {
  .testimonial-block-style1 .text {
    font-size: 20px;
  }
}
.testimonial-block-style1 .author-info {
  border-top: 1px solid #D9D9D9;
  margin-top: 38px;
  padding-top: 40px;
}
.testimonial-block-style1 .author-info .testimonial-name {
  letter-spacing: -0.02em;
  margin-top: 0;
  margin-bottom: 4px;
}
.testimonial-block-style1 .author-info .testimonial-position {
  letter-spacing: -0.03em;
}