@import url("https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,300..800;1,300..800&display=swap");
* {
  margin: 0;
  padding: 0;
}

body {
  font-weight: 400;
  font-family: "Open Sans", serif;
}

p {
  margin: 0;
  padding: 0;
  line-height: 1.5;
  font-size: 18px;
  font-weight: 400;
}

.stsm-testimonial-list {
  gap: 15px;
  display: grid;
  width: 1290px;
  max-width: 100%;
  margin: 0 auto;
}
.stsm-testimonial-list .image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.stsm-testimonial-list.style-1 .stsm-testimonial {
  background-color: #ddd;
  border-radius: 5px;
  padding: 30px;
  gap: 30px;
  display: grid;
  align-items: center;
  grid-template-columns: 1fr 3fr;
}
@media (max-width: 767px) {
  .stsm-testimonial-list.style-1 .stsm-testimonial {
    grid-template-columns: 1fr;
  }
}
.stsm-testimonial-list.style-1 .qoute-img img {
  height: auto;
  max-width: 250px;
}
@media (max-width: 991px) {
  .stsm-testimonial-list.style-1 .qoute-img img {
    max-width: 180px;
  }
}
@media (max-width: 767px) {
  .stsm-testimonial-list.style-1 .qoute-img img {
    max-width: 90px;
  }
}
.stsm-testimonial-list.style-1 .reviewer-info {
  gap: 5px;
  display: flex;
  align-items: center;
}
.stsm-testimonial-list.style-1 .image {
  flex-basis: 60px;
}
.stsm-testimonial-list.style-1 .image img {
  width: 100%;
  height: auto;
}
.stsm-testimonial-list.style-1 .info {
  flex: 1;
}
.stsm-testimonial-list.style-1 .info p {
  font-size: 16px;
  text-transform: capitalize;
}
.stsm-testimonial-list.style-1 .info p br {
  display: none;
}
.stsm-testimonial-list.style-1 .info .name {
  font-size: 18px;
  font-weight: 500;
  padding-bottom: 2px;
  text-transform: capitalize;
}
.stsm-testimonial-list.style-1 .feedback {
  padding-top: 8px;
  padding-bottom: 30px;
  font-size: 18px;
}
.stsm-testimonial-list.style-2 .stsm-testimonial {
  overflow: hidden;
  border-radius: 5px;
  background-color: #111;
}
.stsm-testimonial-list.style-2 .qoute-img img {
  max-width: 100px;
  height: auto;
}
.stsm-testimonial-list.style-2 .reviewer-info {
  display: flex;
  align-items: center;
  justify-content: space-between;
  background-color: #000;
  padding: 15px;
}
.stsm-testimonial-list.style-2 .info {
  text-align: center;
}
.stsm-testimonial-list.style-2 .info p {
  color: #fff;
  font-size: 16px;
}
.stsm-testimonial-list.style-2 .name {
  color: #fff;
  font-size: 20px;
  font-weight: 500;
  text-transform: capitalize;
}
.stsm-testimonial-list.style-2 .image {
  width: 60px;
  height: 60px;
}
.stsm-testimonial-list.style-2 .image img {
  border-radius: 100%;
}
.stsm-testimonial-list.style-2 .content {
  padding: 30px;
  text-align: center;
}
.stsm-testimonial-list.style-2 .feedback {
  padding-bottom: 10px;
}
.stsm-testimonial-list.style-2 .feedback p {
  color: #fff;
  font-size: 16px;
}
.stsm-testimonial-list.style-2 .reviewer-rating {
  gap: 2px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.stsm-testimonial-grid {
  width: 1290px;
  max-width: 100%;
  display: grid;
  gap: 30px;
  grid-template-columns: repeat(3, 1fr);
  margin: auto;
}
.stsm-testimonial-grid img {
  width: 100%;
  max-width: 100%;
  height: 100%;
  object-fit: cover;
}
.stsm-testimonial-grid.style-1 .stsm-testimonial {
  border-radius: 5px;
  padding: 30px 20px;
  display: flex;
  flex-direction: column;
}
.stsm-testimonial-grid.style-1 .qoute-img {
  padding-bottom: 40px;
}
.stsm-testimonial-grid.style-1 .qoute-img img {
  max-width: 60px;
  height: auto;
}
.stsm-testimonial-grid.style-1 .reviewer-info {
  gap: 5px;
  display: flex;
  align-items: center;
  margin-top: auto;
}
.stsm-testimonial-grid.style-1 .image {
  flex-basis: 60px;
}
.stsm-testimonial-grid.style-1 .image img {
  width: 100%;
  height: auto;
}
.stsm-testimonial-grid.style-1 .info {
  flex: 1;
}
.stsm-testimonial-grid.style-1 .info p {
  font-size: 16px;
}
.stsm-testimonial-grid.style-1 .info p br {
  display: none;
}
.stsm-testimonial-grid.style-1 .info .name {
  font-size: 18px;
  font-weight: 500;
  padding-bottom: 2px;
}
.stsm-testimonial-grid.style-1 .feedback {
  padding-top: 8px;
  padding-bottom: 40px;
  font-size: 18px;
}
.stsm-testimonial-grid.style-2 .stsm-testimonial {
  overflow: hidden;
  border-radius: 5px;
  background-color: #111;
}
.stsm-testimonial-grid.style-2 .reviewer-info {
  gap: 15px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  background-color: #000;
  padding: 15px;
}
.stsm-testimonial-grid.style-2 .info {
  text-align: center;
}
.stsm-testimonial-grid.style-2 .info p {
  color: #fff;
  font-size: 16px;
}
.stsm-testimonial-grid.style-2 .name {
  color: #fff;
  font-size: 20px;
  font-weight: 500;
  text-transform: capitalize;
}
.stsm-testimonial-grid.style-2 .qoute-img img {
  width: 60px;
  height: auto;
}
.stsm-testimonial-grid.style-2 .image {
  width: 60px;
  height: 60px;
}
.stsm-testimonial-grid.style-2 .image img {
  border-radius: 100%;
}
.stsm-testimonial-grid.style-2 .content {
  padding: 30px;
  text-align: center;
}
.stsm-testimonial-grid.style-2 .feedback {
  padding-bottom: 10px;
}
.stsm-testimonial-grid.style-2 .feedback p {
  color: #fff;
  font-size: 16px;
}
.stsm-testimonial-grid.style-2 .reviewer-rating {
  gap: 2px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.stsm-testimonial-slider {
  width: 1290px;
  max-width: 100%;
  display: flex;
  margin: 0 auto;
}
.stsm-testimonial-slider:hover .nav-btn {
  opacity: 1;
}
.stsm-testimonial-slider .nav-btn {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  opacity: 0;
  transition: all 0.3s;
  outline: none;
}
.stsm-testimonial-slider .image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.stsm-testimonial-slider.style-1 .stsm-testimonial {
  background-color: #ddd;
  border-radius: 5px;
  padding: 30px 20px;
  height: 100%;
}
.stsm-testimonial-slider.style-1 .qoute-img {
  padding-bottom: 40px;
}
.stsm-testimonial-slider.style-1 .qoute-img img {
  max-width: 60px;
  height: auto;
}
.stsm-testimonial-slider.style-1 .reviewer-info {
  gap: 5px;
  display: flex;
  align-items: center;
  margin-top: auto;
}
.stsm-testimonial-slider.style-1 .image {
  flex-basis: 60px;
}
.stsm-testimonial-slider.style-1 .image img {
  width: 100%;
  height: auto;
}
.stsm-testimonial-slider.style-1 .info {
  flex: 1;
}
.stsm-testimonial-slider.style-1 .info p {
  font-size: 16px;
}
.stsm-testimonial-slider.style-1 .info p br {
  display: none;
}
.stsm-testimonial-slider.style-1 .info .name {
  font-size: 18px;
  font-weight: 500;
  padding-bottom: 2px;
}
.stsm-testimonial-slider.style-1 .feedback {
  padding-top: 8px;
  padding-bottom: 40px;
  font-size: 18px;
}
.stsm-testimonial-slider.style-1 .nav-btn {
  color: #fff;
}
.stsm-testimonial-slider.style-1 .swiper-pagination-bullet-active {
  background: #000;
}
.stsm-testimonial-slider.style-1 .swiper-pagination {
  bottom: 10px;
}
.stsm-testimonial-slider.style-2 .stsm-testimonial {
  overflow: hidden;
  border-radius: 5px;
  background-color: #111;
  height: 100%;
}
.stsm-testimonial-slider.style-2 .qoute-img img {
  max-width: 60px;
  height: auto;
}
.stsm-testimonial-slider.style-2 .reviewer-info {
  display: flex;
  align-items: center;
  justify-content: space-between;
  background-color: #000;
  padding: 15px;
}
.stsm-testimonial-slider.style-2 .info {
  text-align: center;
}
.stsm-testimonial-slider.style-2 .info p {
  color: #fff;
  font-size: 16px;
}
.stsm-testimonial-slider.style-2 .name {
  color: #fff;
  font-size: 20px;
  font-weight: 500;
  text-transform: capitalize;
}
.stsm-testimonial-slider.style-2 .image {
  width: 60px;
  height: 60px;
}
.stsm-testimonial-slider.style-2 .image img {
  border-radius: 100%;
}
.stsm-testimonial-slider.style-2 .content {
  padding: 30px;
  text-align: center;
}
.stsm-testimonial-slider.style-2 .feedback {
  padding-bottom: 10px;
}
.stsm-testimonial-slider.style-2 .feedback p {
  font-size: 16px;
}
.stsm-testimonial-slider.style-2 .reviewer-rating {
  gap: 2px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.stsm-testimonial-slider.style-2 .swiper-pagination-bullet {
  background: #ddd;
}
.stsm-testimonial-slider.style-2 .swiper-pagination-bullet-active {
  background: #fff;
}

/* Rating/Review */
.reviewer-rating {
  display: flex;
  gap: 2px;
}

.reviewer-rating .star-filled {
  color: gold;
}

.reviewer-rating .star-empty {
  color: #ddd;
}

.stsm-testimonial p:empty {
  display: none;
}
.stsm-testimonial br {
  display: none;
}

.stsm-testimonial-list {
  row-gap: var(--desktop-row-gap, 30px);
}

.stsm-testimonial-grid {
  row-gap: var(--desktop-row-gap, 30px);
  column-gap: calc(var(--desktop-col-gap, 30) * 1px);
  grid-template-columns: repeat(var(--desktop-col, 3), 1fr);
}

.stsm-testimonial {
  background-color: var(--item-bgcolor);
}

.stsm-testimonial-wrapper .feedback p,
.stsm-testimonial-wrapper .feedback {
  color: var(--feedback-color) !important;
}

.stsm-testimonial-wrapper .name {
  color: var(--name-color) !important;
}

.stsm-testimonial-wrapper .info p {
  color: var(--role-color) !important;
}

.stsm-testimonial-wrapper .info p span {
  color: var(--company-color) !important;
}

.stsm-testimonial-wrapper .reviewer-rating .star-filled {
  color: var(--rating-color) !important;
}

@media (min-width: 1366px) and (max-width: 1400px) {
  .stsm-testimonial-list {
    row-gap: calc(var(--laptop-row-gap, 30) * 1px);
  }
  .stsm-testimonial-grid {
    row-gap: calc(var(--laptop-row-gap, 30) * 1px);
    column-gap: calc(var(--laptop-col-gap, 30) * 1px);
    grid-template-columns: repeat(var(--laptop-col, 3), 1fr);
  }
}
@media (min-width: 768px) and (max-width: 1199px) {
  .stsm-testimonial-list {
    row-gap: calc(var(--tablet-row-gap, 20) * 1px);
  }
  .stsm-testimonial-grid {
    row-gap: calc(var(--tablet-row-gap, 20) * 1px);
    column-gap: calc(var(--tablet-col-gap, 20) * 1px);
    grid-template-columns: repeat(var(--tablet-col, 2), 1fr);
  }
}
@media (max-width: 767px) {
  .stsm-testimonial-list {
    row-gap: calc(var(--mobile-row-gap, 15) * 1px);
  }
  .stsm-testimonial-grid {
    row-gap: calc(var(--mobile-row-gap, 15) * 1px);
    column-gap: calc(var(--mobile-col-gap, 15) * 1px);
    grid-template-columns: repeat(var(--mobile-col, 1), 1fr);
  }
}/*# sourceMappingURL=style.css.map */