/*--------------------------------------------------------------
# Sanskar Testimonials Section
--------------------------------------------------------------*/
.sanskar-testimonials {
  --st-bg-1: #fff8ec;
  --st-bg-2: #ffefd9;
  --st-ink: #5a0f1c;
  --st-muted: rgba(38, 24, 12, 0.74);
  --st-accent-1: #ff7609;
  --st-accent-2: #ffb540;
  --st-border: rgba(255, 164, 58, 0.34);
  position: relative;
  overflow: hidden;
  padding: 94px 0;
  background:
    radial-gradient(circle at 12% 14%, rgba(255, 201, 128, 0.3) 0%, rgba(255, 201, 128, 0) 44%),
    radial-gradient(circle at 88% 86%, rgba(255, 138, 25, 0.2) 0%, rgba(255, 138, 25, 0) 48%),
    linear-gradient(180deg, var(--st-bg-1) 0%, var(--st-bg-2) 100%);
}

.sanskar-testimonials::before,
.sanskar-testimonials::after {
  content: "";
  position: absolute;
  border-radius: 999px;
  pointer-events: none;
}

.sanskar-testimonials::before {
  width: 320px;
  height: 320px;
  left: -120px;
  top: 42px;
  background: radial-gradient(circle, rgba(255, 173, 74, 0.28) 0%, rgba(255, 173, 74, 0) 72%);
  animation: sanskarTestiOrb 10.8s ease-in-out infinite;
}

.sanskar-testimonials::after {
  width: 340px;
  height: 340px;
  right: -130px;
  bottom: -34px;
  background: radial-gradient(circle, rgba(255, 129, 18, 0.25) 0%, rgba(255, 129, 18, 0) 72%);
  animation: sanskarTestiOrb 11.6s ease-in-out infinite reverse;
}

.sanskar-testimonials .container {
  position: relative;
  z-index: 1;
}

.sanskar-testimonials .testimonials-head {
  text-align: center;
  max-width: 980px;
  margin: 0 auto 34px;
}

.sanskar-testimonials .testimonials-kicker {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 8px 18px;
  border-radius: 999px;
  color: #b65e00;
  border: 1px solid rgba(255, 151, 44, 0.42);
  background: rgba(255, 250, 242, 0.92);
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.sanskar-testimonials .testimonials-head h2 {
  margin: 16px 0 12px;
  color: var(--st-ink);
  font-size: clamp(36px, 4.1vw, 62px);
  line-height: 1.1;
}

.sanskar-testimonials .testimonials-head p {
  margin: 0 auto;
  max-width: 860px;
  color: var(--st-muted);
  font-size: 17px;
  line-height: 1.65;
}

.sanskar-testimonials .testimonials-grid {
  display: grid;
  grid-template-columns: repeat(12, minmax(0, 1fr));
  gap: 18px;
}

.sanskar-testimonials .testimonial-card {
  position: relative;
  grid-column: span 4;
  padding: 22px;
  border-radius: 24px;
  border: 1px solid var(--st-border);
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.94) 0%, rgba(255, 247, 234, 0.94) 100%);
  box-shadow: 0 18px 38px rgba(73, 34, 2, 0.12);
  transition: transform 340ms ease, box-shadow 340ms ease, filter 340ms ease;
}

.sanskar-testimonials .testimonial-card::before {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: inherit;
  padding: 1px;
  background: linear-gradient(140deg, rgba(255, 143, 29, 0.7) 0%, rgba(255, 214, 131, 0.6) 52%, rgba(255, 143, 29, 0.7) 100%);
  -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
  -webkit-mask-composite: xor;
  mask-composite: exclude;
  pointer-events: none;
}

.sanskar-testimonials .testimonial-card:hover {
  transform: translateY(-9px);
  box-shadow: 0 26px 54px rgba(73, 34, 2, 0.18);
  filter: saturate(1.04);
}

.sanskar-testimonials .testimonial-card.is-featured {
  grid-column: span 8;
  background:
    radial-gradient(circle at 82% 22%, rgba(255, 189, 92, 0.2) 0%, rgba(255, 189, 92, 0) 42%),
    linear-gradient(180deg, rgba(255, 255, 255, 0.96) 0%, rgba(255, 245, 227, 0.95) 100%);
}

.sanskar-testimonials .testimonial-card .quote-icon {
  width: 44px;
  height: 44px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 14px;
  color: #fff9ef;
  background: linear-gradient(135deg, var(--st-accent-1) 0%, var(--st-accent-2) 100%);
  box-shadow: 0 12px 24px rgba(60, 29, 3, 0.24);
  margin-bottom: 14px;
}

.sanskar-testimonials .testimonial-card .quote-icon i {
  font-size: 20px;
}

.sanskar-testimonials .testimonial-card p {
  margin: 0 0 16px;
  color: rgba(38, 24, 12, 0.78);
  font-size: 16px;
  line-height: 1.68;
}

.sanskar-testimonials .testimonial-card .testimonial-stars {
  display: inline-flex;
  align-items: center;
  gap: 3px;
  margin-bottom: 14px;
}

.sanskar-testimonials .testimonial-card .testimonial-stars i {
  color: #ff8a16;
  font-size: 13px;
}

.sanskar-testimonials .testimonial-card .testimonial-meta {
  display: flex;
  align-items: center;
  gap: 12px;
}

.sanskar-testimonials .testimonial-card .testimonial-meta img {
  width: 54px;
  height: 54px;
  border-radius: 50%;
  object-fit: cover;
  border: 2px solid rgba(255, 174, 78, 0.56);
}

.sanskar-testimonials .testimonial-card .testimonial-meta h4 {
  margin: 0;
  color: #25170b;
  font-size: 19px;
  line-height: 1.08;
}

.sanskar-testimonials .testimonial-card .testimonial-meta span {
  display: block;
  margin-top: 4px;
  color: rgba(37, 23, 11, 0.66);
  font-size: 13px;
  font-weight: 600;
}

.sanskar-testimonials .testimonials-proof {
  margin-top: 22px;
  padding: 14px;
  border-radius: 20px;
  border: 1px solid rgba(255, 167, 67, 0.32);
  background: rgba(255, 250, 242, 0.82);
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 10px;
}

.sanskar-testimonials .proof-item {
  text-align: center;
  padding: 8px 10px;
}

.sanskar-testimonials .proof-item strong {
  display: block;
  color: #bf6202;
  font-size: clamp(28px, 2.3vw, 40px);
  line-height: 1;
}

.sanskar-testimonials .proof-item span {
  display: block;
  margin-top: 6px;
  color: rgba(39, 24, 11, 0.7);
  font-size: 13px;
  font-weight: 600;
}

@media (max-width: 1199px) {
  .sanskar-testimonials {
    padding: 80px 0;
  }

  .sanskar-testimonials .testimonials-head {
    margin-bottom: 26px;
  }

  .sanskar-testimonials .testimonials-grid {
    gap: 14px;
  }

  .sanskar-testimonials .testimonial-card {
    grid-column: span 6;
  }

  .sanskar-testimonials .testimonial-card.is-featured {
    grid-column: span 12;
  }
}

@media (max-width: 767px) {
  .sanskar-testimonials {
    padding: 62px 0;
  }

  .sanskar-testimonials .testimonials-head {
    text-align: left;
    margin-bottom: 20px;
  }

  .sanskar-testimonials .testimonials-head h2 {
    font-size: clamp(32px, 9vw, 44px);
  }

  .sanskar-testimonials .testimonials-head p {
    margin: 0;
    font-size: 14px;
    line-height: 1.6;
  }

  .sanskar-testimonials .testimonials-grid {
    grid-template-columns: 1fr;
    gap: 12px;
  }

  .sanskar-testimonials .testimonial-card,
  .sanskar-testimonials .testimonial-card.is-featured {
    grid-column: auto;
    padding: 18px;
  }

  .sanskar-testimonials .testimonial-card p {
    font-size: 14px;
    line-height: 1.6;
  }

  .sanskar-testimonials .testimonial-card .testimonial-meta h4 {
    font-size: 17px;
  }

  .sanskar-testimonials .testimonials-proof {
    margin-top: 16px;
    grid-template-columns: 1fr;
    gap: 8px;
  }
}

@keyframes sanskarTestiOrb {
  0%,
  100% {
    transform: translate3d(0, 0, 0) scale(1);
  }

  50% {
    transform: translate3d(0, -15px, 0) scale(1.04);
  }
}
