/* ============================================================
   TESTIMONIAL — 2025 desktop redesign
   Scoped to .testimonialPage2025
   ============================================================ */

.testimonialPage2025 {
  --tp-cream:     var(--rd-cream, #f5f1e8);
  --tp-cream-2:   var(--rd-cream-2, #ece5d2);
  --tp-cream-3:   var(--rd-cream-3, #faf6ec);
  --tp-green:     var(--rd-green, #1f3d2e);
  --tp-green-2:   var(--rd-green-2, #2c5141);
  --tp-orange:    var(--rd-orange, #f08a3a);
  --tp-gold:      var(--rd-gold, #d4a64b);
  --tp-ink:       #1c1c1c;
  --tp-muted:     #6f7a72;
  --tp-line:      #ece5d3;
  --tp-shadow-md: 0 14px 38px rgba(20,40,30,.10);
  --tp-radius:    22px;
  --tp-radius-lg: 28px;
  padding-top: 140px;
  padding-bottom: 60px;
  background: transparent;
}

.testimonialPage2025 .tp-wrap { max-width: 1180px; margin: 0 auto; padding: 0 24px; }

.testimonialPage2025 .tp-heading {
  text-align: center;
  margin-bottom: 28px;
}
.testimonialPage2025 .tp-eyebrow {
  display: inline-flex; align-items: center; gap: 8px;
  color: var(--tp-green-2);
  font-size: 12px; font-weight: 700; letter-spacing: 1.6px;
  text-transform: uppercase;
  margin-bottom: 12px;
}
.testimonialPage2025 .tp-eyebrow::before { content: '✦'; color: var(--tp-orange); font-size: 14px; }
.testimonialPage2025 .tp-title {
  font-family: 'Times New Roman', Georgia, serif;
  font-weight: 600;
  font-size: 56px;
  color: var(--tp-green);
  margin: 0 0 8px;
  line-height: 1.05;
  letter-spacing: -0.5px;
}
.testimonialPage2025 .tp-title em { font-style: italic; color: var(--tp-orange); }
.testimonialPage2025 .tp-sub {
  max-width: 600px;
  margin: 0 auto;
  color: var(--tp-muted);
  font-size: 16px;
  line-height: 1.6;
}

/* Featured carousel card */
.testimonialPage2025 .tp-featured {
  background: linear-gradient(160deg, var(--tp-cream-3) 0%, var(--tp-cream-2) 100%);
  border-radius: var(--tp-radius-lg);
  padding: 48px 56px;
  margin-bottom: 40px;
  box-shadow: var(--tp-shadow-md);
  position: relative;
  overflow: hidden;
}
.testimonialPage2025 .tp-featured::before {
  content: '';
  position: absolute; inset: 14px;
  border: 1px dashed rgba(31,61,44,0.10);
  border-radius: calc(var(--tp-radius-lg) - 6px);
  pointer-events: none;
}
.testimonialPage2025 .tp-featured .testinomials-block {
  position: relative;
  z-index: 2;
  padding: 18px 40px;
}
.testimonialPage2025 .tp-featured .quote { max-width: 44px; opacity: 0.5; }
.testimonialPage2025 .tp-featured .quote img { width: 100%; filter: hue-rotate(330deg); }
.testimonialPage2025 .tp-featured .testinomials-client img {
  width: 110px; height: 110px;
  border-radius: 50%;
  border: 4px solid #fff;
  box-shadow: var(--tp-shadow-md);
  object-fit: cover;
  margin-bottom: 18px;
}
.testimonialPage2025 .tp-featured .testinomials-client p {
  font-family: 'Times New Roman', Georgia, serif;
  font-style: italic;
  font-size: 24px;
  line-height: 1.5;
  color: var(--tp-green);
  max-width: 760px;
  margin: 6px auto 18px;
}
.testimonialPage2025 .tp-featured .testinomials-client h5 {
  font-family: 'Times New Roman', Georgia, serif;
  font-size: 20px;
  font-weight: 600;
  color: var(--tp-green-2);
  margin: 0;
}
.testimonialPage2025 .tp-featured .testinomials-client h6 {
  font-size: 13px;
  color: var(--tp-muted);
  letter-spacing: 0.4px;
  margin: 4px 0 8px;
}
.testimonialPage2025 .tp-featured .fa-star { color: var(--tp-gold) !important; font-size: 14px; }

.testimonialPage2025 .tp-featured .carousel-indicators { bottom: -8px; }
.testimonialPage2025 .tp-featured .carousel-indicators li {
  width: 10px; height: 10px;
  border-radius: 50%;
  background-color: rgba(31,61,44,0.25);
  border: 0;
  margin: 0 4px;
}
.testimonialPage2025 .tp-featured .carousel-indicators li.active {
  background-color: var(--tp-orange);
}

/* Grid of customer cards */
.testimonialPage2025 .tp-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 22px;
}
@media (max-width: 991px) { .testimonialPage2025 .tp-grid { grid-template-columns: repeat(2, 1fr); } }
@media (max-width: 600px) { .testimonialPage2025 .tp-grid { grid-template-columns: 1fr; } }
.testimonialPage2025 .tp-card {
  background: #fff;
  border-radius: var(--tp-radius);
  padding: 30px 26px 26px;
  border: 1px solid var(--tp-line);
  box-shadow: 0 2px 10px rgba(20,40,30,.05);
  text-align: center;
  transition: transform .15s ease, box-shadow .15s ease;
}
.testimonialPage2025 .tp-card:hover { transform: translateY(-3px); box-shadow: var(--tp-shadow-md); }
.testimonialPage2025 .tp-card .tp-avatar {
  width: 80px; height: 80px;
  border-radius: 50%;
  overflow: hidden;
  margin: 0 auto 14px;
  border: 3px solid var(--tp-cream-3);
  background: var(--tp-cream-3);
}
.testimonialPage2025 .tp-card .tp-avatar img { width: 100%; height: 100%; object-fit: cover; display: block; }
.testimonialPage2025 .tp-card h5 {
  font-family: 'Times New Roman', Georgia, serif;
  font-size: 19px;
  font-weight: 600;
  color: var(--tp-green);
  margin: 0;
}
.testimonialPage2025 .tp-card h6 {
  font-size: 12px;
  color: var(--tp-muted);
  letter-spacing: 0.6px;
  text-transform: uppercase;
  margin: 4px 0 10px;
}
.testimonialPage2025 .tp-card .fa-star { color: var(--tp-gold) !important; font-size: 13px; }
.testimonialPage2025 .tp-card p {
  font-size: 14.5px;
  line-height: 1.65;
  color: var(--tp-ink);
  margin: 14px 0 0;
}

.testimonialPage2025 .tp-viewmore {
  text-align: center;
  margin-top: 30px;
}
.testimonialPage2025 .tp-viewmore .btn {
  background: var(--tp-green);
  color: #fff;
  border-radius: 999px;
  padding: 13px 32px;
  font-weight: 700;
  letter-spacing: 0.4px;
  font-size: 14px;
  border: 0;
  box-shadow: 0 6px 18px rgba(31,61,44,0.20);
  transition: transform .15s ease, background .15s ease;
}
.testimonialPage2025 .tp-viewmore .btn:hover {
  background: var(--tp-orange);
  transform: translateY(-1px);
}

@media (max-width: 768px) {
  .testimonialPage2025 .tp-title { font-size: 38px; }
  .testimonialPage2025 .tp-featured { padding: 32px 22px; }
  .testimonialPage2025 .tp-featured .testinomials-client p { font-size: 18px; }
}
