@charset "utf-8";
#hero {
  position: relative;
  max-width: 100%;
	 width: 100%;
	
}

#heroImage {
	
  width: 100%;
  height: auto;
  display: block;
}

#heroText {
  position: absolute;
  bottom: 8%;
  left: 50%;
  transform: translateX(-50%);
  max-width: 90%;
  text-align: center;
  font-size: clamp(1rem, 2.5vw, 1.4rem);
  color: #f4e6b0; /* soft gold */
  text-shadow: 0 0 12px rgba(255,215,140,0.4);

}

/* === DARSHAN SLIDER: FINAL CAPTION OVERRIDE === */

.darshan-slider p.caption {
  color: #9b7a32 !important;
  text-align: center;
  font-family: "Noto Serif Devanagari", serif;
  font-size: 1.6rem;
  line-height: 1.4;
  margin: 0.75rem auto 0;
}

.darshan-slider p.subcaption {
  color: #666 !important;
  text-align: center;
  font-size: 0.95rem;
  font-style: italic;
  margin: 0.25rem auto 0;
}
