.testimonial-wrapper .topppa-swiper-slider.swiper {
  width: 100%;
  height: 100%;
  position: relative;
  overflow: hidden;
}

.testimonial-item-box {
  margin-bottom: 25px;
  padding: 40px;
  position: relative;
  overflow: hidden;
  border-radius: 20px;
  background: var(--topppa-color-white);
  border: 1px solid;
  transition: 0.4s ease-in-out;
}
.testimonial-item-box.shape:before, .testimonial-item-box.shape:after {
  content: "";
  position: absolute;
  border-radius: 100px;
  width: 200px;
  height: 68px;
  background: #f2f2f2;
  left: -55px;
  bottom: -93px;
  z-index: 1;
  transform: rotate(311deg) translate(55px, -65px);
  transition: 0.4s;
}
.testimonial-item-box.shape:after {
  background: var(--topppa-color-primary);
  left: -200px;
  bottom: -250px;
}
.testimonial-item-box.shape:hover:after {
  left: -55px;
  bottom: -93px;
}
.testimonial-item-box .testimonial-top-area {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 26px;
}
.testimonial-item-box .testimonial-top-area .testimonial-quit {
  color: var(--topppa-color-primary);
  font-family: "Font Awesome 6 Free";
  font-size: 45px;
  font-weight: 900;
  line-height: 0;
}
.testimonial-item-box .testimonial-top-area .testimonial-rating span {
  color: var(--topppa-color-primary);
}
.testimonial-item-box .testimonial-description-area {
  margin-bottom: 26px;
  color: var(--topppa-color-secondary);
  font-family: var(--topppa-title-font);
  font-size: 18px;
  font-weight: 400;
  line-height: 30px;
  text-transform: capitalize;
}
.testimonial-item-box .testimonial-author-info {
  display: inline-flex;
  align-items: center;
  gap: 20px;
  position: relative;
  z-index: 11;
}
.testimonial-item-box .testimonial-author-info .testimonial-author-name {
  margin-bottom: 2px;
  color: var(--topppa-color-secondary);
  font-family: var(--topppa-title-font);
  font-size: 24px;
  line-height: normal;
  font-weight: 500;
}
.testimonial-item-box .testimonial-author-info .testimonial-author-designation {
  color: var(--topppa-color-secondary);
  font-family: var(--topppa-title-font);
  font-size: 16px;
  font-weight: 400;
}
.testimonial-item-box .testimonial-author-info .testimonial-author-designation span.testimonial-rating-text {
  color: var(--topppa-color-primary);
  font-size: 14px;
}
.testimonial-item-box .testimonial-author-info .testimonial-img img {
  width: 70px;
  height: 70px;
  min-width: 70px;
  border-radius: 100px;
  object-fit: cover;
}
.testimonial-item-box.testimonial-v2 {
  padding: 0;
}
.testimonial-item-box.testimonial-v2 .testimonial-author-info-area {
  padding: 30px;
  background: #F7F8FC;
}
.testimonial-item-box.testimonial-v2 .testimonial-description-area {
  padding: 26px 30px 26px;
  margin: 0;
}
.testimonial-item-box.testimonial-v2 .testimonial-top-area {
  padding: 30px 30px 0;
  margin-bottom: 0;
}
.testimonial-item-box.testimonial-v3 {
  border: 1px solid #444240;
  background: var(--topppa-color-secondary);
  border-radius: 0;
}
.testimonial-item-box.testimonial-v3 .testimonial-description-area {
  color: var(--topppa-color-white);
}
.testimonial-item-box.testimonial-v3 .testimonial-author-info-area {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.testimonial-item-box.testimonial-v3 .testimonial-author-info-area .testimonial-author-info .testimonial-img img {
  width: 80px;
  height: 80px;
  min-width: 80px;
  border-radius: 0;
}
.testimonial-item-box.testimonial-v3 .testimonial-author-info-area .testimonial-author-info .testimonial-author-name {
  font-size: 30px;
  color: var(--topppa-color-white);
}
@media screen and (max-width: 767px) {
  .testimonial-item-box.testimonial-v3 .testimonial-author-info-area .testimonial-author-info .testimonial-author-name {
    font-size: 24px;
  }
}
.testimonial-item-box.testimonial-v3 .testimonial-author-info-area .testimonial-author-info .testimonial-author-designation {
  color: var(--topppa-color-primary);
  font-weight: 600;
  text-transform: uppercase;
}
.testimonial-item-box.testimonial-v3 .testimonial-author-info-area .testimonial-rating-text {
  color: var(--topppa-color-white);
  font-size: 22px;
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  text-transform: uppercase;
  display: flex;
  gap: 2px;
}
@media screen and (max-width: 600px) {
  .testimonial-item-box.testimonial-v3 .testimonial-author-info-area .testimonial-rating-text {
    display: none;
  }
}
.testimonial-item-box.testimonial-v4 {
  padding: 50px 40px 42px;
  border-radius: 0;
  background: var(--topppa-color-white);
  text-align: center;
  border: 1px solid #F7E9E2;
}
.testimonial-item-box.testimonial-v4:hover {
  background: var(--topppa-color-white);
}
.testimonial-item-box.testimonial-v4 .testimonial-quit span {
  display: none;
}
.testimonial-item-box.testimonial-v4 .testimonial-rating-text {
  display: inline-flex;
  gap: 1px;
}
.testimonial-item-box.testimonial-v4 .testimonial-img img {
  width: 120px;
  height: 120px;
  border-radius: 100px;
  margin-bottom: 21px;
}
.testimonial-item-box.testimonial-v4 .testimonial-img .testimonial-quit {
  position: absolute;
  top: 0;
  right: 0;
  opacity: 0;
  color: var(--topppa-color-primary);
  font-size: 30px;
  transition: 0.4s;
}
.testimonial-item-box.testimonial-v4 .testimonial-img .testimonial-quit img {
  width: auto;
  height: auto;
  border-radius: unset;
  margin-bottom: 0;
}
.testimonial-item-box.testimonial-v4:hover .testimonial-img .testimonial-quit {
  top: 40px;
  right: 40px;
  opacity: 1;
}
.testimonial-item-box.testimonial-v4 .testimonial-rating-text {
  margin-bottom: 26px;
  color: var(--topppa-color-primary);
}
.testimonial-item-box.testimonial-v4 .testimonial-author-name {
  color: var(--topppa-color-secondary);
  font-size: 30px;
  font-weight: 500;
}
.testimonial-item-box.testimonial-v4 .testimonial-author-designation {
  margin-bottom: 4px;
  color: var(--topppa-color-para);
}
.testimonial-item-box.testimonial-v4 .testimonial-description-area {
  color: var(--topppa-color-para);
  font-size: 20px;
  line-height: 30px;
  margin-bottom: 0;
}
.testimonial-item-box.testimonial-v5 {
  background: unset;
  border: unset;
  border-radius: unset;
  padding: 0;
}
.testimonial-item-box.testimonial-v5 .testimonial-description-area {
  position: relative;
  font-weight: 500;
  padding: 30px;
  border: 1px solid #dfdeda;
  background: var(--topppa-color-white);
  transition: 0.4s;
  border-radius: 5px;
}
.testimonial-item-box.testimonial-v5 .testimonial-description-area:after {
  content: "";
  width: 30px;
  height: 30px;
  background: var(--topppa-color-white);
  border-bottom: 1px solid #dfdeda;
  border-left: 1px solid #dfdeda;
  position: absolute;
  bottom: -16px;
  left: 65px;
  transform: skewY(-45deg);
  transition: 0.4s;
}
.testimonial-item-box.testimonial-v5 .testimonial-author-info {
  margin-top: 33px;
}
.testimonial-item-box.testimonial-v5 .testimonial-author-info .testimonial-img img {
  height: 90px;
  width: 90px;
  border-radius: 100px;
  border: 1px solid #dfdeda;
  padding: 10px;
}
.testimonial-item-box.testimonial-v5 .testimonial-author-info .testimonial-rating-text {
  color: #ffba08;
  display: flex;
  gap: 5px;
  margin-bottom: 7px;
}
.testimonial-item-box.testimonial-v5:hover .testimonial-description-area {
  background: var(--topppa-color-primary);
  color: var(--topppa-color-white);
}
.testimonial-item-box.testimonial-v5:hover .testimonial-description-area:after {
  background: var(--topppa-color-primary);
}
.testimonial-item-box.testimonial-v6 {
  border: 1px solid var(--topppa-color-white);
  background: rgba(255, 255, 255, 0.04);
  backdrop-filter: blur(4px);
  padding: 28px 40px 21px 40px;
  margin-bottom: 80px;
  border-radius: 0;
  overflow: visible;
}
@media screen and (max-width: 767px) {
  .testimonial-item-box.testimonial-v6 {
    padding: 28px 30px 40px 30px;
  }
}
.testimonial-item-box.testimonial-v6 .testimonial-description-area {
  color: var(--topppa-color-white);
  font-size: 24px;
  font-weight: 500;
  line-height: 38px;
  text-transform: none;
  border-bottom: 1px solid var(--topppa-color-white);
  margin-bottom: 34px;
  padding-bottom: 30px;
}
@media screen and (max-width: 767px) {
  .testimonial-item-box.testimonial-v6 .testimonial-description-area {
    font-size: 20px;
    line-height: 32px;
  }
}
.testimonial-item-box.testimonial-v6 .testimonial-author-info-area {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.testimonial-item-box.testimonial-v6 .testimonial-author-info-area .testimonial-author-info {
  gap: 25px;
}
.testimonial-item-box.testimonial-v6 .testimonial-author-info-area .testimonial-img img {
  min-width: 120px;
  width: 120px;
  height: 120px;
  margin-bottom: -78px;
  border: 1px solid var(--topppa-color-white);
}
@media screen and (max-width: 767px) {
  .testimonial-item-box.testimonial-v6 .testimonial-author-info-area .testimonial-img img {
    min-width: 85px;
    width: 85px;
    height: 85px;
    margin-bottom: 0px;
  }
}
.testimonial-item-box.testimonial-v6 .testimonial-author-info-area .testimonial-author-name {
  color: var(--topppa-color-white);
}
.testimonial-item-box.testimonial-v6 .testimonial-author-info-area .testimonial-author-designation {
  color: var(--topppa-color-white);
}
.testimonial-item-box.testimonial-v6 .testimonial-author-info-area .testimonial-rating-text {
  display: flex;
  gap: 2px;
  color: #ffba08;
}
@media screen and (max-width: 600px) {
  .testimonial-item-box.testimonial-v6 .testimonial-author-info-area .testimonial-rating-text {
    display: none;
  }
}

.testimonial-v1-pagination {
  display: flex;
  gap: 10px;
  margin: 0;
  justify-content: center;
  margin-top: 30px;
  position: relative;
  z-index: 11 !important;
}
.testimonial-v1-pagination .swiper-pagination-bullet {
  height: 20px;
  width: 20px;
  background: var(--topppa-color-primary);
  margin: 0 !important;
  padding: 0;
  transition: all 0.3s ease;
}

.testimonial-wrapper .testimonial-v1-arrow {
  display: flex;
  align-items: center;
  gap: 15px;
  margin-bottom: 80px;
  justify-content: flex-end;
}
.testimonial-wrapper .testimonial-v1-arrow .button {
  border-radius: 5px;
  background: var(--topppa-color-primary);
  padding: 18px 25px;
  color: var(--topppa-color-white);
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  text-transform: uppercase;
  transition: 0.4s ease-in-out;
}
.testimonial-wrapper .testimonial-v1-arrow .button:hover {
  background: var(--topppa-color-secondary);
  color: var(--topppa-color-white);
}
@media screen and (max-width: 768px) {
  .testimonial-wrapper .testimonial-v1-arrow {
    display: none;
  }
}