.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 {
  background-color: var(--theme-color3);
  border: 1px solid rgba(var(--theme-color-white-rgb), 0.1);
  border-radius: 14px;
  padding: 49px 53px 49px 50px;
  transition: all 300ms ease;
}
@media (max-width: 1440.98px) {
  .testimonial-block-style1 .inner-block {
    padding: 39px 30px;
  }
}
@media (max-width: 575.98px) {
  .testimonial-block-style1 .inner-block {
    max-width: 100%;
    padding: 30px 20px;
  }
}
.testimonial-block-style1 .inner-block:hover {
  background-color: var(--theme-color4);
}
.testimonial-block-style1 .author-box {
  display: flex;
  align-items: center;
  gap: 15px;
  margin-bottom: 20px;
}
@media (max-width: 575.98px) {
  .testimonial-block-style1 .author-box {
    flex-direction: column;
    align-items: start;
  }
}
.testimonial-block-style1 .author-box .author-image {
  width: 55px;
  min-width: 55px;
  height: 55px;
  border-radius: 50%;
  overflow: hidden;
}
.testimonial-block-style1 .author-box .author-image img {
  border-radius: 50%;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.testimonial-block-style1 .author-box .author-info .testimonial-name {
  margin-bottom: 0;
  margin-top: 0;
  color: var(--theme-color-white);
}
.testimonial-block-style1 .author-box .author-info .testimonial-position {
  font-size: 14px;
  color: rgba(255, 255, 255, 0.65);
}
.testimonial-block-style1 .author-text {
  font-size: 20px;
  font-weight: 500;
  color: var(--theme-color-white);
  line-height: 30px;
  margin-bottom: 20px;
}
.testimonial-block-style1 .quote-box {
  display: flex;
  align-items: center;
  gap: 10px;
}
.testimonial-block-style1 .quote-box .testimonial-title {
  font-size: 16px;
  font-weight: 500;
  margin-top: 0;
  color: var(--theme-color-white);
}