body { margin:0; font-family:Arial; }
header { background:#0b2c4d; color:#fff; padding:15px; display:flex; justify-content:space-between; }
nav a { color:white; margin-left:15px; text-decoration:none; }
.hero { height:90vh; background-size:cover; display:flex; align-items:center; justify-content:center; }
.hero-text { background:rgba(0,0,0,0.6); padding:30px; color:white; text-align:center; }
.btn { background:#d4af37; padding:10px 20px; color:black; text-decoration:none; }
.section { padding:40px; text-align:center; }
.light { background:#f4f4f4; }
.info { display:grid; grid-template-columns:repeat(auto-fit,minmax(200px,1fr)); }
.box { padding:20px; background:#eee; margin:10px; }
.features img { width:45%; margin:10px; }
.gallery img { width:45%; margin:10px; }
footer { background:#0b2c4d; color:white; text-align:center; padding:15px; }
.whatsapp, .call {
 position:fixed; bottom:20px; right:20px;
 background:#25D366; color:white;
 padding:15px; border-radius:50%;
 text-decoration:none; font-size:20px;
}
.call { right:80px; background:#0b2c4d; }
