/* Testimonial section */
.testimonials {
  margin: 20px 0;
}

@media screen and (max-width: 767px) {
  .testimonials {
    padding: 0;
  }
}

.testimonial__module {
  background-color: #fff;
  box-shadow: 0px 0px 15px 0px rgba(160, 160, 160, 0.25);
  display: flex;
  flex-direction: column;
  padding: 30px;
  position: relative;
  height: 300px;
}

.testimonial__module__text {
  border-bottom: 0px solid #191B26;
  font-weight: 200;
  margin-bottom: 10px;
  padding: 0 0px;
  padding-bottom: 10px;
}

.testimonial__module__text h6 {
  font-weight: 400;
}

.testimonial__module__author {
  align-items: center;
  display: flex;
}

.testimonial__module__author__text {
  margin-left: 15px;
}

@media screen and (max-width: 767px) {
  .testimonial__module {
    padding: 20px;
    width: auto;
    height: auto;
  }
}

.testimonial__module__author__image {
  height: 90px;
  overflow: hidden;
  width: 90px;
}

.testimonial__module__author__image img {
  height: auto;
  width: auto;
}

@media screen and (max-width: 767px) {
  .testimonial__module__image {
    margin: 0 auto;
    padding: 0;
  }
}

/* Carousel (tiny slider) */

.tns-outer .testimonials {
  padding: 0 !important;
}

.tns-outer .testimonials [hidden] {
  display: none !important;
}

.tns-outer .testimonials [aria-controls],
.tns-outer .testimonials [data-action] {
  cursor: pointer;
}

.testimonials.tns-slider {
  transition: all 0s;
}

.testimonials.tns-slider>.tns-item {
  box-sizing: border-box;
}

.testimonials .tns-horizontal.tns-subpixel {
  white-space: nowrap;
}

.testimonials.tns-gallery>.tns-item {
  left: -100%;
  position: absolute;
  transition: transform 0s, opacity 0s;
}

.testimonials.tns-horizontal.tns-subpixel>.tns-item {
  display: inline-block;
  vertical-align: top;
  white-space: normal;
}

.testimonials.tns-horizontal.tns-no-subpixel:after {
  clear: both;
  content: "";
  display: table;
}

.testimonials.tns-horizontal.tns-no-subpixel>.tns-item {
  float: left;
  margin-right: -100%;
}

.testimonials.tns-no-calc {
  left: 0;
  position: relative;
}

.testimonials.tns-gallery {
  left: 0;
  position: relative;
}

.tns-lazy-img {
  opacity: 0.6;
  transition: opacity 0.6s;
}

.tns-lazy-img.loaded {
  opacity: 1;
}

.tns-ah {
  transition: height 0s;
}

.tns-ovh {
  overflow: hidden;
}

.tns-hdx {
  overflow-x: hidden;
}

.tns-hdy {
  overflow-y: hidden;
}

.tns-visually-hidden {
  left: -10000em;
  position: absolute;
}

.tns-transparent {
  opacity: 0;
  visibility: hidden;
}

.tns-fadeIn {
  filter: alpha(opacity=100);
  opacity: 1;
  z-index: 0;
}

.tns-normal,
.tns-fadeOut {
  filter: alpha(opacity=0);
  opacity: 0;
  z-index: -1;
}

/* Carousel (tiny slider) pagination dots */

.tns-nav {
  position: relative;
  z-index: 1;
  margin: 10px 0;
  text-align: center;
}

.tns-nav > [aria-controls] {
  position: relative;
  display: inline-block;
  margin: 0 5px;
  border: 0px;
  padding: 5px; /* Adjust the padding value to change the size */
  background-color: #d9d9d9;
  border-radius: 50%; /* Use 50% for a circular shape */
  transition: background-color 0.3s ease;
}

.tns-nav > [aria-controls].tns-nav-active {
  background-color: #ff8000;
}

.tns-nav > button {
  display: none;
}
