body { font-family: 'Arial', sans-serif; color:#333; background:#f8f9fa; }
.hero {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;}
footer{background:#2c3e50;color:#fff;padding:40px 0;text-align:center;}
.card h1{
 font-size: 1.2rem;
 font-weight: 600;
}
 .gallery img{width:100%;height:200px;object-fit:cover;border-radius:8px;}
.gallery img:hover {
 transform: scale(1.05); /* smooth zoom effect */
}
 .gallery img:hover{transform:scale(1.05);}
 .faq-button {width:100%;text-align:left;}