.katha-hero{
  position:relative;
  background:url('../assets/images/katha-banner.jpg') center/cover no-repeat;
  height:300px;
  display:flex;
  align-items:flex-end;
}
.katha-hero .overlay{
  position:absolute;
  inset:0;
  background:linear-gradient(to bottom, rgba(0,0,0,0) 40%, rgba(0,0,0,0.55));
}
.katha-hero .hero-content{
  position:relative;
  color:#fff;
  text-align:center;
  padding-bottom:35px;
}
.katha-hero h1{
  font-size:48px;
  font-family:'Playfair Display',serif;
  margin:0;
}

.katha-section{padding:40px 0;}
.katha-section h2{
  font-size:28px;
  color:var(--maroon);
  margin-bottom:12px;
}
.katha-section p{
  margin-bottom:18px;
  line-height:1.6;
  color:#4a3c3c;
}

.img-row{
  display:flex;
  gap:20px;
  margin:22px 0;
}
.img-row img{
  width:48%;
  border-radius:8px;
}

.katha-form-section{
  background:var(--cream);
  padding:50px 0;
}
.katha-form-section h2{
  text-align:center;
  margin-bottom:5px;
}
.katha-form-section .subline{
  text-align:center;
  margin-bottom:30px;
  color:#633;
}

.katha-form{
  max-width:600px;
  margin:auto;
  background:#fff;
  padding:25px;
  border-radius:10px;
  box-shadow:0 8px 20px rgba(0,0,0,0.05);
}
.katha-form label{font-weight:600;margin-top:12px;display:block;}
.katha-form input,
.katha-form select,
.katha-form textarea{
  width:100%;
  padding:10px;
  border-radius:6px;
  border:1px solid rgba(0,0,0,0.15);
}
.katha-form textarea{min-height:90px;}

.katha-form .check{
  margin-top:12px;
  display:flex;
  gap:10px;
  align-items:center;
}

.katha-form button{
  margin-top:20px;
  width:100%;
}

.katha-form .note{
  margin-top:18px;
  font-size:14px;
  text-align:center;
  color:#6a5555;
}
