body {
  background: var(--lightbg);
  font-family: "Inter", sans-serif;
}

.swiper {
  padding: 50px 0px;
}

.section-header .main-heading {
  font-weight: 900;
}

/* Card Build */
.testimonial-card-item {
  background: var(--plainclr);
  border-radius: 12px;
  box-shadow: 0 15px 45px rgba(0, 0, 0, 0.08);
  height: 100%;
}

.card-top-block {
  position: relative;
  padding: 1.3rem;
  border-top-left-radius: 15px;
  border-top-right-radius: 15px;
  background: var(--themeprimaryclr);
}

.swiper-button-next:after, .swiper-button-prev:after {
  font-size: 19px;
}

.card-top-block img {
  width: 100%;
  height: 230px;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 10px;
  border: 3px solid var(--themehoverclr);
}

.quote-icon {
  position: absolute;
  top: 18px;
  left: 22px;
  font-size: 2.8rem;
  font-weight: 900;
  color: var(--themehoverclr);
}

.card-content-block {
  padding: 2rem 1.5rem;
}

.card-content-block .sub-heading {
  font-weight: 900;
}

.card-content-block footer strong {
  font-weight: 800;
}

.card-content-block footer span {
  font-size: 0.8rem;
  color: #6c757d;
}

.long-form-content {
  margin-top: 1rem;
  padding: 1.2rem;
  border-radius: 10px;
  background: var(--lightbg);
  border: 1px dashed var(--borderclr);
}

.long-form-content p {
  margin: 0;
}

/* Swiper Controls */
.swiper-button-next,
.swiper-button-prev {
  width: 45px;
  height: 45px;
  background: var(--plainclr);
  border-radius: 50%;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08);
  color: var(--themeprimaryclr);
}

.swiper-pagination-bullet {
  background: var(--themeprimaryclr);
}/*# sourceMappingURL=testimonials-stories.css.map */