/*-- -------------------------- -->
<---           testimonials          -->
<--- -------------------------- -*/
/* Mobile */
@media (min-width: 0rem) {
  #testimonials {
    margin: auto;
    padding-top: 7.5rem;
    padding-bottom: 3.125rem;
  }
  #testimonials .cs-topper {
    margin-inline: auto;
    text-align: center;
  }
  #testimonials .cs-title {
    margin-inline: auto;
    text-align: center;
    max-width: 82.5rem;
  }
  #testimonials .container {
    margin-top: 10rem;
    max-width: 82.5rem;
    width: 96%;
  }
  #testimonials .review {
    position: relative;
    display: flex;
    flex-direction: column;
    border-radius: 0.3125rem;
    margin: auto;
    margin-bottom: 6.25rem;
    background: #fff;
    max-width: 34.375rem;
    width: 100%;
    padding: 4rem 1.875rem 1.125rem 1.875rem;
    box-shadow: 0px 20px 40px rgba(0, 0, 0, 0.05);
  }
  #testimonials .review .thank {
    position: absolute;
    top: -3.1875rem;
    display: block;
    border-radius: 5px;
    margin-left: 0;
    height: 6.1875rem;
    width: auto;
  }
  #testimonials .review p {
    margin-top: 1.75rem;
    line-height: 1.5em;
    text-align: left;
    max-height: 15.625rem;
    overflow-y: auto;
    scrollbar-width: thin;
    scrollbar-color: rgba(0, 0, 0, 0.2) transparent;
    padding-right: 0.75rem;
  }
  #testimonials .review p::-webkit-scrollbar {
    width: 6px;
  }
  #testimonials .review p::-webkit-scrollbar-track {
    background: transparent;
  }
  #testimonials .review p::-webkit-scrollbar-thumb {
    background-color: rgba(0, 0, 0, 0.2);
    border-radius: 3px;
  }
  #testimonials .review .name {
    display: block;
    line-height: 1.5rem;
    font-weight: bold;
    color: var(--primary);
    text-align: left;
    border-bottom: 1px solid #e7e7e7;
    padding-bottom: 0.5rem;
  }
}
/* Tablet */
@media (min-width: 48rem) {
  #testimonials {
    padding-top: 9.375rem;
    padding-bottom: 3.125rem;
  }
  #testimonials .container {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    padding: 0;
    font-size: min(1.4vw, 1em);
    column-gap: 1.875rem;
  }
  #testimonials .review {
    max-width: 47%;
    margin: 0;
    margin-bottom: 9.375rem;
  }
  #testimonials .review:last-of-type {
    margin-bottom: 9.375rem;
  }
}
/* Dark Mode */
@media (min-width: 0rem) {
  body.dark-mode #testimonials .review {
    background: var(--medium);
  }
  body.dark-mode #testimonials .review .name {
    color: var(--primary);
  }
  body.dark-mode #testimonials .review .desc {
    opacity: 0.7;
    color: #fff;
  }
  body.dark-mode #testimonials .review p {
    scrollbar-color: rgba(255, 255, 255, 0.2) transparent;
  }
  body.dark-mode #testimonials .review p::-webkit-scrollbar-thumb {
    background-color: rgba(255, 255, 255, 0.2);
  }
}

/*# sourceMappingURL=testimonials.css.map */
