 body { font-family: 'Arial', sans-serif; background-color: #f8f9fa; color: #333; }
 .hero { background: url('../images/gallery/33-waterfalls-munnar-kerala.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; }
 .gallery-img { height: 250px; object-fit: cover; border-radius: 0.5rem; transition: transform 0.3s ease; }
 .gallery-img:hover { transform: scale(1.05); }
 footer { background: #2c3e50; color: #fff; padding: 40px 0; text-align: center; }