/* ICV Testimonials Section */
.icv-testimonials {
  background: #f7f9fc url(../img/banners/testimonial-bg.png) no-repeat center center;
  background-size: cover;
  padding: 70px 0 60px;
  margin: 40px 0 0;
}

.icv-testimonials__header {
  text-align: center;
  margin-bottom: 45px;
}

.icv-testimonials__eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  margin: 0 0 14px;
  color: #007dc5;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 1.5px;
  text-transform: uppercase;
}

.icv-testimonials__eyebrow-icon {
  position: relative;
  display: inline-block;
  width: 18px;
  height: 14px;
  flex-shrink: 0;
}

.icv-testimonials__eyebrow-icon:before,
.icv-testimonials__eyebrow-icon:after {
  content: "";
  position: absolute;
  top: 0;
  width: 5px;
  height: 14px;
  background: #007dc5;
  border-radius: 1px;
  transform: skewX(-18deg);
}

.icv-testimonials__eyebrow-icon:before {
  left: 0;
}

.icv-testimonials__eyebrow-icon:after {
  left: 8px;
}

.icv-testimonials__title {
  margin: 0;
  color: #0b1f33;
  font-size: 34px;
  font-weight: 700;
  line-height: 1.3;
  background: none;
  padding-bottom: 0;
}

.icv-testimonials__slider {
  max-width: 100%;
}

.icv-testimonials__slider .owl-wrapper-outer {
  padding: 8px 0 10px;
}

.icv-testimonials__slider .item {
  padding: 10px 12px;
}

.icv-testimonial-card {
  background: #fff;
  border-radius: 10px;
  box-shadow: 0 8px 28px rgba(15, 40, 70, 0.08);
  padding: 26px 28px 28px;
  height: 100%;
  min-height: 210px;
}

.icv-testimonial-card__top {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 12px;
}

.icv-testimonial-card__author {
  display: flex;
  align-items: center;
  gap: 14px;
  min-width: 0;
}

.icv-testimonial-card__avatar {
  width: 58px;
  height: 58px;
  border-radius: 50%;
  object-fit: cover;
  flex-shrink: 0;
}

.icv-testimonial-card__meta {
  min-width: 0;
}

.icv-testimonial-card__name {
  margin: 0 0 4px;
  color: #0b1f33;
  font-size: 18px;
  font-weight: 700;
  line-height: 1.25;
}

.icv-testimonial-card__role {
  margin: 0;
  color: #007dc5;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.35;
}

.icv-testimonial-card__quote {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 36px;
  height: 36px;
  border-radius: 50%;
  background: #007dc5;
  color: #fff;
  flex-shrink: 0;
  font-size: 14px;
}

.icv-testimonial-card__divider {
  margin: 18px 0 16px;
  border: 0;
  border-top: 1px solid #e6ebf2;
}

.icv-testimonial-card__text {
  margin: 0;
  color: #8a93a0;
  font-size: 15px;
  font-style: italic;
  line-height: 1.7;
}

/* Owl pagination to match design */
.icv-testimonials .owl-controls {
  text-align: center;
  margin-top: 28px;
}

.icv-testimonials .owl-pagination {
  display: inline-block;
  margin-top: 0;
}

.icv-testimonials .owl-pagination .owl-page {
  float: none;
  display: inline-block;
  margin: 0 5px;
  vertical-align: middle;
}

.icv-testimonials .owl-pagination .owl-page > span {
  background: #5a5f66;
  display: block;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  border: 2px solid transparent;
  box-sizing: content-box;
}

.icv-testimonials .owl-pagination .owl-page.active > span,
.icv-testimonials .owl-pagination .owl-page:hover > span {
  background: #007dc5;
  width: 10px;
  height: 10px;
  border-color: rgba(0, 125, 197, 0.35);
  box-shadow: 0 0 0 3px rgba(0, 125, 197, 0.18);
}

.icv-testimonials .owl-buttons {
  display: none;
}

@media (max-width: 991px) {
  .icv-testimonials {
    padding: 55px 0 45px;
  }

  .icv-testimonials__title {
    font-size: 28px;
  }
}

@media (max-width: 767px) {
  .icv-testimonials {
    padding: 45px 0 35px;
    margin: 25px 0 0;
  }

  .icv-testimonials__title {
    font-size: 24px;
  }

  .icv-testimonial-card {
    padding: 22px 20px 24px;
    min-height: 0;
  }

  .icv-testimonial-card__avatar {
    width: 50px;
    height: 50px;
  }

  .icv-testimonial-card__name {
    font-size: 16px;
  }

  .icv-testimonials__slider .item {
    padding: 8px 4px;
  }
}
