body { font-family: 'Arial', sans-serif; color:#333; background:#f8f9fa; }
.hero { background:url('../images/sight-tour/munnar-topstation-kundala-sightseeing-tour.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;}



 .card { border:none; border-radius:20px; box-shadow:0 6px 15px rgba(0,0,0,0.1); transition: all .3s; }
 .card:hover { transform: translateY(-5px); }
 .card img { border-top-left-radius:20px; border-top-right-radius:20px; height:220px; object-fit:cover; }
 .btn-custom { background:#007b5e; color:#fff; border-radius:25px; padding:8px 20px; }
 .btn-custom:hover { background:#005f46; }
 .section-title { font-size:28px; font-weight:600; margin-bottom:25px; text-align:center; color:#333; }
 .why-tour { background:#fff; padding:40px; border-radius:20px; box-shadow:0 5px 15px rgba(0,0,0,0.08); }
 .card h1{
 font-size: 1.3rem;
 font-weight: 500;
 }
 .modal-dialog h2{
 font-size: 1.3rem;
 font-weight: 500;
 }