body { padding-top:70px; font-family:Poppins,sans-serif; }

.navbar { background:#111; }
.contact-btn { background:gold; color:#000!important; border-radius:20px; padding:8px 18px; }

.hero { height:100vh; background:url('https://images.unsplash.com/photo-1600585154340-be6161a56a0c') center/cover; position:relative; }
.hero-overlay { position:absolute; inset:0; background:rgba(0,0,0,0.6); }
.hero-content { position:relative; top:50%; transform:translateY(-50%); text-align:center; color:#fff; }

.section { padding:80px 0; }

.btn-gold { background:gold; border:none; padding:12px 30px; border-radius:30px; }

.grid-list { display:grid; grid-template-columns:repeat(auto-fit,minmax(200px,1fr)); gap:15px; }

.testimonial-box { background:#fff; padding:25px; border-radius:10px; margin-bottom:20px; }