/*==================================================
1400px
==================================================*/

@media (max-width: 1400px) {
  .testimonials-container {
    width: 94%;
  }

  .testimonial-card {
    flex: 0 0 calc((100% - 24px) / 2);
  }
}

/*==================================================
1200px
==================================================*/

@media (max-width: 1200px) {
  .testimonials {
    padding: 100px 0;
  }

  .testimonials h2 {
    font-size: 48px;
  }

  .testimonial-card {
    padding: 24px;
  }

  .testimonial-review {
    min-height: 130px;
  }
}

/*==================================================
992px
==================================================*/

@media (max-width: 992px) {
  .testimonials {
    padding: 90px 0;
  }

  .testimonials h2 {
    font-size: 42px;
  }

  .testimonials .section-heading p {
    font-size: 16px;
  }

  .testimonial-card {
    flex: 0 0 calc((100% - 24px) / 2);
  }

  .testimonial-review {
    min-height: auto;
  }

  .testimonial-footer {
    flex-direction: column;

    align-items: flex-start;

    gap: 15px;
  }

  .project-type {
    align-self: flex-start;
  }
}

/*==================================================
768px
==================================================*/

@media (max-width: 768px) {
  .testimonials {
    padding: 70px 0;
  }

  .testimonials-container {
    width: 94%;
  }

  .testimonials .section-heading {
    margin-bottom: 35px;
  }

  .testimonials h2 {
    font-size: 32px;

    line-height: 1.2;
  }

  .testimonials .section-heading p {
    font-size: 15px;

    line-height: 1.8;
  }

  /* Slider */

  .testimonial-slider {
    overflow: visible;

    padding: 10px 0;
  }

  .testimonial-track {
    gap: 16px;
  }

  /* Card */

  .testimonial-card {
    flex: 0 0 calc(100% - 10px);

    padding: 20px;

    border-radius: 18px;
  }

  /* Top */

  .testimonial-top {
    margin-bottom: 15px;
  }

  .testimonial-stars i {
    font-size: 13px;
  }

  .quote-icon {
    width: 40px;

    height: 40px;

    font-size: 18px;
  }

  /* Review */

  .testimonial-review {
    font-size: 14px;

    line-height: 1.8;

    min-height: auto;

    margin-bottom: 18px;
  }

  /* Highlight */

  .testimonial-highlight {
    font-size: 11px;

    padding: 7px 12px;

    margin-bottom: 18px;
  }

  /* Footer */

  .testimonial-footer {
    flex-direction: column;

    align-items: flex-start;

    gap: 14px;
  }

  .client-info {
    width: 100%;
  }

  .client-info img {
    width: 48px;

    height: 48px;
  }

  .client-info h4 {
    font-size: 15px;
  }

  .client-info span {
    font-size: 11px;
  }

  .project-type {
    font-size: 10px;

    padding: 6px 10px;
  }

  /* Controls */

  .testimonial-controls {
    margin-top: 25px;

    gap: 12px;
  }

  .testimonial-prev,
  .testimonial-next {
    width: 42px;

    height: 42px;

    font-size: 15px;
  }

  .testimonial-dot {
    width: 9px;

    height: 9px;
  }

  .testimonial-dot.active {
    width: 26px;
  }
}

/*==================================================
576px
==================================================*/

@media (max-width: 576px) {
  .testimonial-controls {
    gap: 14px;

    margin-top: 30px;
  }

  .testimonial-dot {
    width: 10px;

    height: 10px;
  }

  .testimonial-dot.active {
    width: 26px;
  }

  .testimonial-card {
    padding: 18px;
  }

  .quote-icon {
    width: 36px;

    height: 36px;

    font-size: 18px;
  }

  .testimonial-highlight {
    font-size: 11px;

    padding: 7px 12px;
  }
}

/*==================================================
480px
==================================================*/

@media (max-width: 480px) {
  .testimonials {
    padding: 60px 0;
  }

  .testimonials-container {
    width: 92%;
  }

  .testimonials h2 {
    font-size: 27px;
  }

  .testimonials .section-heading p {
    font-size: 14px;
  }

  /* Card */

  .testimonial-card {
    padding: 18px;

    border-radius: 16px;
  }

  /* Review */

  .testimonial-review {
    font-size: 13px;

    line-height: 1.75;
  }

  /* Avatar */

  .client-info {
    gap: 10px;
  }

  .client-info img {
    width: 42px;

    height: 42px;
  }

  .client-info h4 {
    font-size: 14px;
  }

  .client-info span {
    font-size: 10px;
  }

  /* Highlight */

  .testimonial-highlight {
    font-size: 10px;

    padding: 6px 10px;
  }

  /* Controls */

  .testimonial-controls {
    gap: 10px;

    flex-wrap: wrap;
  }

  .testimonial-prev,
  .testimonial-next {
    width: 38px;

    height: 38px;

    font-size: 14px;
  }
}
