/*.jade-testimonial-slider {
  background: radial-gradient(
    63.63% 58.9% at 50% 50%,
    #d6c5a4 13.46%,
    #f5f1e8 100%
  );
}*/
/* Featured image as background */
.jade-testimonial-slider .client-image .featured-image-bg {
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
}
.jade-testimonial-slider .testimonial-slider {
  max-width: 1200px;
  margin: 0px auto;
  padding: 0px;
  /*font-family: "Segoe UI", Tahoma, Geneva, Verdana, sans-serif;*/
}

.jade-testimonial-slider .slider-title {
  color: #131312;
  font-size: 36px;
  line-height: 44px;
  font-weight: 500;
  /*font-family: Denim;*/
  margin-bottom: 48px;
}

.jade-testimonial-slider .slider-container {
  position: relative;
  overflow: hidden;
  border-radius: 8px;
}

.jade-testimonial-slider .slider-track {
  display: flex;
  transition: transform 0.5s ease-in-out;
  /* gap: 20px; */
}

.jade-testimonial-slider .testimonial-card {
  min-width: 100%;
  /* background: white; */
  border-radius: 8px;
  /* box-shadow: 0 4px 12px rgba(0, 0, 0, 0.05); */
  display: flex;
  overflow: hidden;
  padding-right: 10px;
}

.jade-testimonial-slider .client-image {
  width: 30%;
  background-color: #f5f5f5;
  position: relative;
  overflow: hidden;
}

.jade-testimonial-slider .client-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.jade-testimonial-slider .client-logo {
  position: relative;
  background: rgb(111 109 109 / 92%);
  z-index: 2;
  width: 100%;
  align-items: center;
  height: 100%;
  display: flex;
  justify-content: center;
}

.jade-testimonial-slider .client-logo img {
  height: auto;
  width: 200px;
}

.jade-testimonial-slider .testimonial-content {
  width: 70%;
  padding: 32px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding-right: 52px;
  background: white;
  border-top-right-radius: 8px;
  border-bottom-right-radius: 8px;
}
.jade-testimonial-slider .testimonial-content h4 {
  color: #131312;
  font-size: 24px;
  margin-bottom: 8px;
  margin-top: 0;
}
.jade-testimonial-slider .testimonial-content p {
  color: #1e1e1c;
  font-size: 16px;
  font-weight: 400;
  margin-bottom: 0px;
  font-style: italic;
}
.jade-testimonial-slider .testimonial-header {
  font-size: 16px;
  font-weight: 600;
  margin-bottom: 4px;
  color: #1e1e1c;
  line-height: 22px;
}

.jade-testimonial-slider .testimonial-text {
  font-size: 14px;
  line-height: 1.6;
  color: #555;
  margin-bottom: 0px;
}

.jade-testimonial-slider .testimonial-footer {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 48px;
}

.jade-testimonial-slider .client-info {
  display: flex;
  flex-direction: column;
  border-left: 3px solid #d6c5a4;
  padding-left: 16px;
}

.jade-testimonial-slider .client-name {
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  color: #1e1e1c;
}

.jade-testimonial-slider .client-company {
  font-size: 12px;
  color: #777;
}

.jade-testimonial-slider .read-story-btn {
  padding: 8px 16px;
  border: 1px solid #131312;
  border-radius: 20px;
  font-size: 16px;
  font-weight: 500;
  cursor: pointer;
  display: flex;
  align-items: center;
  gap: 5px;
  transition: transform 0.5s ease-in-out;
  background: none;
  color: #131312;
  position: relative;
  padding-right: 40px;
}

.jade-testimonial-slider .read-story-btn:hover {
  background-color: #f5f5f5;
  border-color: #ccc;
}

.jade-testimonial-slider .slider-controls {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 48px;
}

.jade-testimonial-slider .dot-indicators {
  display: flex;
  gap: 8px;
}

.jade-testimonial-slider .dot {
  width: 13.7px;
  height: 13.7px;
  border-radius: 50%;
  background-color: transparent;
  cursor: pointer;
  transition: background-color 0.3s ease;
  border: 1px solid #000;
}

.jade-testimonial-slider .dot.active {
  background-color: #fdaa4b;
}

.jade-testimonial-slider .arrow-buttons {
  display: flex;
  gap: 10px;
}
.jade-testimonial-slider button.arrow-btn.prev {
  border: 1px solid #898989;
}
.jade-testimonial-slider button.arrow-btn.next {
  border: 1px solid #131312;
}
.jade-testimonial-slider .arrow-btn {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  border: 1px solid #efefef;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: all 0.3s ease;
  background: none;
  transform: rotate(-90deg);
}
.jade-testimonial-slider .arrow-btn.prev::before {
  border-color: #898989;
  transform: rotate(-135deg);
}
.jade-testimonial-slider .arrow-btn:hover::before {
  border-color: #131312;
}
.jade-testimonial-slider .arrow-btn:hover::after {
  background-color: #131312 !important;
}
.jade-testimonial-slider .arrow-btn.prev::after {
  background-color: #898989;
}
.jade-testimonial-slider .arrow-btn:hover,
.jade-testimonial-slider .arrow-btn.prev:hover {
  background-color: #fdaa4b;
  border-color: #131312 !important;
}
.jade-testimonial-slider .arrow-btn::after {
  content: "";
  width: 10px;
  height: 1.4px;
  background-color: #131312;
  display: block;
  position: absolute;
  transform: rotate(90deg);
}
.jade-testimonial-slider .arrow-btn::before {
  content: "";
  width: 8px;
  height: 8px;
  border: 2px solid #131312;
  border-left: none;
  border-top: none;
  transform: rotate(45deg);
  display: block;
}
.read-story-btn::before {
  content: url(https://thirdeyebyjstg.wpenginepowered.com/wp-content/uploads/2025/10/register-now-btn-icon.svg);
  display: block;
  position: absolute;
  transition: transform 0.5s ease-in-out;
  right: 14px;
  top: 11px;
}

.read-story-btn:hover::before {
  transform: rotate(45deg);
  transition: transform 0.5s ease-in-out;
}

/* .jade-testimonial-slider .arrow-btn.prev::before {
  border-color: #131312;
} */

/* Responsive */
@media (max-width: 768px) {
  .jade-testimonial-slider .testimonial-slider {
    margin: 0;
    padding: 16px 30px;
  }
  .jade-testimonial-slider .slider-title {
    margin-bottom: 32px;
    font-size: 28px;
  }
  .jade-testimonial-slider .client-image {
    display: none;
  }
  .jade-testimonial-slider .testimonial-content {
    width: 100%;
    padding: 32px;
    padding-right: 52px;
    border-radius: 8px;
  }
  .jade-testimonial-slider .testimonial-content h4 {
    font-size: 20px;
  }
  .jade-testimonial-slider .testimonial-footer {
    margin-top: 32px;
    flex-direction: column;
    align-items: flex-start;
    gap: 32px;
  }
  .jade-testimonial-slider .testimonial-card {
    flex-direction: column;
  }

  .jade-testimonial-slider .client-logo {
    bottom: 10px;
    left: 10px;
    padding: 10px;
  }

  .jade-testimonial-slider .client-logo img {
    height: 30px;
  }

  .jade-testimonial-slider .testimonial-header {
    font-size: 16px;
  }

  .jade-testimonial-slider .testimonial-text {
    font-size: 13px;
  }

  .jade-testimonial-slider .read-story-btn {
    padding: 6px 12px;
    font-size: 11px;
    padding-right: 35px;
  }
  .read-story-btn::before {
    right: 10px;
    top: 5px;
  }
}

@media (min-width: 768px) and (max-width: 992px) {
  .jade-testimonial-slider .testimonial-card {
    min-width: 80%;
  }
  .jade-testimonial-slider .testimonial-content {
    width: 100%;
    border-radius: 8px;
  }
  .jade-testimonial-slider .testimonial-slider {
    margin: 0;
    padding: 32px 40px;
  }
  .jade-testimonial-slider .slider-track {
    gap: 0;
  }
  .jade-testimonial-slider .testimonial-card:not(:last-child) {
    margin-right: 20px;
  }
  .jade-testimonial-slider .client-image {
    display: none;
  }
  .jade-testimonial-slider .testimonial-footer {
    margin-top: 32px;
    flex-direction: column;
    gap: 32px;
    align-items: flex-start;
  }
}
