
body { font-family: 'Arial', sans-serif; background:#f8f9fa; color:#333; }
.hero { background:url('../images/view/munnar-view-point.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:3rem;font-weight:bold;}

.section-title{text-align:center;margin:50px 0 30px;font-weight:700;color:#2c3e50;
}
.card.tour-card h1{
 font-size: 1.2rem;
font-weight:500;
}
.card.tour-card{border-radius:0.5rem;overflow:hidden; transition: transform 0.3s; margin-bottom:30px;}
.card.tour-card{border-radius:0.5rem;overflow:hidden; transition: transform 0.3s; margin-bottom:30px;}
.card.tour-card:hover{transform:scale(1.03);}
.card.tour-card img{width:100%; height:250px; object-fit:cover;}
.card-body p{font-size:0.95rem;}