 :root { --accent:#1f6f63; --muted:#6c757d; }
 .hero {
 background:linear-gradient(0deg, rgba(0,0,0,0.35), rgba(0,0,0,0.35));
 min-height:56vh; display:flex; align-items:center; color:#fff;
 }
 .badge-accent { background:var(--accent); color:#fff; }
 .rounded-card { border-radius:1rem; box-shadow:0 6px 20px rgba(20,20,20,0.06); }
 .meta-list li { list-style:none; padding:6px 0; }
 .pkg { border:1px dashed rgba(0,0,0,0.08); padding:1rem; border-radius:.6rem; background:#fff; }
 @media (max-width:576px){ .hero { min-height:46vh } }
 
 .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;}