/**
 * Muhurat service — testimonials carousel (static copy until CMS).
 */

.muhurat-tm-section {
  background: #fff9f1;
  font-family: "Poppins", system-ui, -apple-system, "Segoe UI", Roboto, sans-serif;
}

.muhurat-tm-section .muhurat-tm-header-icon {
  font-size: 1.75rem;
  color: #a78bfa;
  line-height: 1;
}

.muhurat-tm-header-sparkle {
  font-size: 1.5rem;
  line-height: 1;
}

.muhurat-tm-section h2 {
  color: #1a1a1a;
  letter-spacing: -0.02em;
}

.muhurat-tm-stars-hero {
  font-size: 1.85rem;
  line-height: 1;
  letter-spacing: 0.15em;
  color: #ffc107;
  margin-bottom: 0.35rem;
}

.muhurat-tm-sub {
  font-size: 0.95rem;
  color: #6c757d;
}

.muhurat-tm-card {
  background: #fff;
  border-radius: 14px;
  box-shadow: 0 8px 28px rgba(0, 0, 0, 0.06);
  border: 1px solid rgba(0, 0, 0, 0.04);
  padding: 1.35rem 1.25rem 1.5rem;
  height: 100%;
  min-height: 160px;
  display: flex;
  flex-direction: column;
}

.muhurat-tm-card__stars {
  font-size: 0.8rem;
  color: #ffc107;
  letter-spacing: 0.08em;
  margin-bottom: 0.75rem;
}

.muhurat-tm-card__quote {
  font-size: 0.95rem;
  font-style: italic;
  color: #444;
  line-height: 1.5;
  flex: 1;
  margin-bottom: 1rem;
}

.muhurat-tm-card__author {
  font-weight: 700;
  color: #111;
  font-size: 0.95rem;
  margin-top: auto;
}

/* Slick inside section */
.muhurat-tm-section .muhurat-tm-slider {
  margin-left: -0.5rem;
  margin-right: -0.5rem;
}

.muhurat-tm-section .muhurat-tm-slide {
  padding: 0.5rem;
  outline: none;
}

.muhurat-tm-section .slick-prev,
.muhurat-tm-section .slick-next {
  width: 36px;
  height: 36px;
  z-index: 2;
}

.muhurat-tm-section .slick-prev:before,
.muhurat-tm-section .slick-next:before {
  color: #ff5700;
  font-size: 28px;
  opacity: 0.9;
}

.muhurat-tm-section .slick-dots li button:before {
  font-size: 10px;
  color: #ff5700;
}

.muhurat-tm-section .slick-dots li.slick-active button:before {
  opacity: 1;
}

@media (max-width: 575.98px) {
  .muhurat-tm-section .slick-prev {
    left: -8px;
  }

  .muhurat-tm-section .slick-next {
    right: -8px;
  }
}
