/**
 * Muhurat — "Simple & Quick Process" (static until CMS).
 */

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

.muhurat-process-section__bolt {
  color: #ff5700;
  font-size: 1.5rem;
  line-height: 1;
}

.muhurat-process-section__title {
  font-weight: 700;
  font-size: clamp(1.25rem, 3vw, 1.6rem);
  color: #0f172a;
  letter-spacing: -0.02em;
}

.muhurat-process-section__lead {
  font-size: 0.98rem;
  color: #6b7280;
  max-width: 28rem;
  margin-left: auto;
  margin-right: auto;
}

.muhurat-process-steps-wrap {
  margin-bottom: 0.25rem;
}

.muhurat-process-connector {
  position: absolute;
  left: 10%;
  right: 10%;
  top: 38px;
  height: 2px;
  background: linear-gradient(
    90deg,
    transparent 0%,
    rgba(255, 87, 0, 0.2) 12%,
    rgba(255, 87, 0, 0.28) 50%,
    rgba(255, 87, 0, 0.2) 88%,
    transparent 100%
  );
  border-radius: 2px;
  pointer-events: none;
  z-index: 0;
}

.muhurat-process-step {
  position: relative;
  z-index: 1;
  text-align: center;
  padding: 0.5rem 0.25rem;
}

.muhurat-process-step__ring {
  position: relative;
  width: 76px;
  height: 76px;
  margin: 0 auto 1rem;
}

/* Small "tab" bump on top of circle */
.muhurat-process-step__ring::before {
  content: "";
  position: absolute;
  top: -4px;
  left: 50%;
  transform: translateX(-50%);
  width: 18px;
  height: 8px;
  background: #ff5700;
  border-radius: 6px 6px 0 0;
}

.muhurat-process-step__circle {
  width: 76px;
  height: 76px;
  border-radius: 50%;
  background: #ff5700;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-size: 1.65rem;
  box-shadow: 0 8px 22px rgba(255, 87, 0, 0.35);
  position: relative;
  z-index: 1;
}

.muhurat-process-step__heading {
  font-weight: 700;
  font-size: 1rem;
  color: #0f172a;
  margin-bottom: 0.4rem;
  line-height: 1.3;
}

.muhurat-process-step__text {
  font-size: 0.86rem;
  color: #6b7280;
  line-height: 1.45;
  margin: 0;
  max-width: 15rem;
  margin-left: auto;
  margin-right: auto;
}

.muhurat-process-badge {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.45rem;
  flex-wrap: wrap;
  padding: 0.65rem 1.25rem;
  border-radius: 999px;
  background: #ecfdf5;
  border: 1px solid #6ee7b7;
  color: #065f46;
  font-size: 0.92rem;
  font-weight: 600;
}

.muhurat-process-badge .bi-lightning-charge-fill,
.muhurat-process-badge span[aria-hidden="true"] {
  color: #ff5700;
  font-size: 1.1rem;
}
