/**
 * Daccina testimonials — card content order, industry tag, no photo placeholders.
 */

.testimonial-section .testimonial-block-one .inner-box .thumb-box {
  display: none;
}

.testimonial-section .testimonial-block-one .inner-box {
  max-width: 750px;
  margin-left: auto;
  margin-right: auto;
  padding: 40px;
  text-align: left;
  background: var(--surface-page, #fff);
  border-radius: 10px;
  box-shadow: 0 10px 40px rgb(0 0 0 / 0.08);
}

.testimonial-section .testimonial-block-one .inner-box .rating {
  margin-bottom: 22px;
}

.testimonial-section .testimonial-block-one .inner-box p {
  margin-bottom: 28px;
  white-space: normal;
  overflow: visible;
  text-overflow: unset;
}

.testimonial-section .testimonial-block-one .inner-box h3 {
  margin-bottom: 6px;
}

.testimonial-section .testimonial-industry-tag {
  display: inline-block;
  margin-top: 14px;
  background: var(--primary);
  color: #fff;
  border-radius: 20px;
  padding: 6px 14px;
  font-size: 12px;
  line-height: 1.4;
  font-weight: 500;
}

.testimonial-section .testimonial-block-one .inner-box .designation {
  margin-bottom: 0;
}

/* Navigation below testimonial card (overrides template left-column absolute position) */
.testimonial-section .nav-btn-box,
.testimonial-section .testimonial-nav {
  position: relative;
  left: auto;
  top: auto;
  bottom: auto;
  right: auto;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 20px;
  margin-top: 40px;
  width: 100%;
}

/* Template arrow glyphs (icomoon — same as icon-5 / icon-6) */
.testimonial-nav .icon-left-arrow:before {
  content: "\e904";
}

.testimonial-nav .icon-right-arrow:before {
  content: "\e905";
}

.testimonial-nav .nav-btn {
  width: 60px;
  height: 60px;
  border-radius: 50%;
  background: #ffffff;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 10px 30px rgb(0 0 0 / 0.08);
  border: none;
  transition: all 0.3s ease;
  cursor: pointer;
  padding: 0;
}

.testimonial-nav .nav-btn:hover {
  background: var(--primary);
  transform: translateY(-3px);
}

.testimonial-nav .nav-btn:hover span {
  color: #ffffff;
}

.testimonial-nav .nav-btn span {
  font-size: 18px;
  transition: all 0.3s ease;
  color: var(--text-heading, #241e2f);
  line-height: 1;
}
