.prasadam-hero{
  position:relative;
  height:300px;
  background:url('../assets/images/prasadam-banner.jpg') center/cover no-repeat;
  display:flex;
  align-items:flex-end;
}
.prasadam-hero .overlay{
  position:absolute;
  inset:0;
  background:linear-gradient(to bottom, rgba(0,0,0,0) 40%, rgba(0,0,0,0.55));
}
.hero-content{
  position:relative;
  color:#fff;
  padding:20px 0 35px;
  text-align:center;
}
.hero-content h1{
  font-size:48px;
  font-family:'Playfair Display',serif;
  margin:0;
  letter-spacing:2px;
}

.prasadam-section{padding:40px 0;}
.prasadam-section h2{
  color:var(--maroon);
  font-size:28px;
  margin-bottom:10px;
}
.prasadam-section p{
  margin-bottom:18px;
  line-height:1.6;
  color:#4b3f3f;
}

.img-row{
  display:flex;
  gap:20px;
  margin:25px 0;
}
.img-row img{
  width:48%;
  border-radius:8px;
}

.prasadam-quote-block{
  background:var(--maroon);
  color:#fff;
  padding:40px 0;
}
.prasadam-quote-block .quote{
  font-size:20px;
  margin-bottom:15px;
}

.support-strip{
  background:var(--gold);
  padding:35px 0;
  text-align:center;
}
.support-strip h3{
  margin-bottom:15px;
  color:#351f1f;
  font-size:24px;
}
