.glidy--testimonial svg {
  width: 1em;
  height: 1em;
}

.glidy--testimonial .rating {
  position: relative;
  display: inline-block;
}

.glidy--testimonial .stars-outer {
  display: inline-block;
  color: #ccc;
}

.glidy--testimonial .stars-outer::before {
  content: "★★★★★";
  font-size: 24px;
}

.glidy--testimonial .stars-inner {
  position: absolute;
  top: 0;
  left: 0;
  white-space: nowrap;
  overflow: hidden;
  color: #f5b301;
}

.glidy--testimonial .stars-inner::before {
  content: "★★★★★";
  font-size: 24px;
}

.glidy--testimonial .feedback {
  margin: 15px 0;
}

.glidy--testimonial .name {
  margin: 15px 0;
}

/* Style Default */
.glidy--tsml-default .content {
  text-align: center;
}



/* Style One */
.glidy--tsml-1 .content {
  display: flex;
}

.glidy--tsml-1 .content-right {
  flex: 0 0 365px;
}

.glidy--tsml-1 .reviewer-img {
  position: relative;
  overflow: hidden;
  min-height: 80px;
  height: 100%;
}

.glidy--tsml-1 .reviewer-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 10px;
}

.glidy--tsml-1 .info-wrapper {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: auto;
  text-align: center;
}

.glidy--tsml-1 .name {
  color: #fff;
}

.glidy--tsml-1 .designation {
  color: #fff;
  margin-bottom: 25px;
}

.glidy--tsml-1 .content-left {
  display: flex;
  flex-direction: column;
  background: #ddd;
  border-radius: 10px;
  padding: 30px;
}

.glidy--tsml-1 .quote-img {
  margin-top: auto;
}


/* Style Two CSS */
.glidy--tsml-2 .reviewer-img {
  display: flex;
  align-items: center;
  gap: 10px;
}

.glidy--tsml-2 .reviewer-img img {
  width: 48px;
  height: 48px;
  object-fit: cover;
  border-radius: 100px;
}

.glidy--tsml-2 .info-wrapper {
  display: flex;
  align-items: center;
  gap: 10px;
}

.glidy--tsml-2 .name {
  background: #000;
  font-size: 16px;
  padding: 5px 10px;
  border-radius: 100px;
  color: #fff;
  font-weight: 600;
}

.glidy--tsml-2 .designation {
  border: 1px solid #ddd;
  padding: 2px 15px;
  border-radius: 100px;
  font-size: 16px;
}



@media (max-width: 767px) {
  .glidy--tsml-1 .content {
    flex-direction: column;
  }
}