 body {
 background:#f8fafc;
 color:#0b1221;
 font-family: Inter, system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", Arial;
}
 header {color: #fff; padding: 100px 20px; text-align: center;}
 header h1 {font-size: 3rem; text-shadow: 2px 2px 5px #000;}
 section {padding: 60px 20px;}
 .info-card {border-radius: 12px; box-shadow: 0 4px 12px rgba(0,0,0,0.1); padding: 25px; margin-bottom: 30px;}
 
 footer {background: #222; color: #fff; text-align: center; padding: 20px;}
 .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;}
	

	
	