 body {
 background:#f8fafc;
 color:#0b1221;
 font-family: Inter, system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", Arial;
}
 h1,h2,h3 { font-weight: 700; margin-top:30px; color:#2c3e50; }
 .hero {height:70vh; display:flex; align-items:center; justify-content:center; color:#fff; text-shadow:2px 2px 8px rgba(0,0,0,0.6); }
 .hero h1 { font-size:3rem; 
 background: rgba(0, 0, 0, 0.5); /* Black with low opacity */
 color: white;
 padding: 10px 20px;
 border-radius: 8px; /* optional, for smooth edges */
 display: inline-block; }
 .gallery img{border-radius:12px;transition:transform .4s;}
 .gallery img {
 width: 100%;
 height: 220px; /* fixed equal thumbnail height */
 object-fit: cover; /* crop neatly without distortion */
 border-radius: 12px;
 box-shadow: 0 4px 10px rgba(0,0,0,0.15);
 transition: transform 0.3s ease;
}

.gallery img:hover {
 transform: scale(1.05); /* smooth zoom effect */
}
 .gallery img:hover{transform:scale(1.05);}
 .faq-button {width:100%;text-align:left;}
	

	
 .faq-item { margin-bottom:15px; }