body { font-family: 'Arial', sans-serif; color:#333; background:#f8f9fa; }
.hero { background:url('../images/cultural/neelakurinji-flower-munnar.jpg') center/cover no-repeat; height:400px; display:flex; align-items:center; justify-content:center; color:#fff; text-shadow:2px 2px 6px rgba(0,0,0,0.7);}
.hero h1{font-size:3.5rem;font-weight:bold;}
.section-title{text-align:center;margin:50px 0 30px;font-weight:700;color:#2c3e50;}
.tour-card{border-radius:0.5rem;overflow:hidden;transition:transform 0.3s;}
.tour-card:hover{transform:scale(1.03);}
.tour-card img{width:100%;height:250px;object-fit:cover;}
.tour-card h1{
 font-size: 1.3rem;
 font-weight: 500;
}