 body { font-family: 'Arial', sans-serif; color:#333; background:#f8f9fa;}
 .hero {height:70vh; display:flex; align-items:center; justify-content:center; color:#fff; text-shadow:2px 2px 6px rgba(0,0,0,0.6);}
 .hero h1{font-size:3rem;font-weight:700;}
 .section{padding:60px 0;}
 .card-custom{border:none;border-radius:15px;box-shadow:0 5px 20px rgba(0,0,0,0.1);padding:20px;transition:all .3s;}
 .card-custom:hover{transform:translateY(-8px);}
 .icon-box{font-size:2rem;color:#007bff;margin-bottom:10px;}
 .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;}



 



	

	
	