
*{margin:0;padding:0;box-sizing:border-box;font-family:Arial,Helvetica,sans-serif}
body{color:#333;line-height:1.7}
.hero{
height:95vh;
background:linear-gradient(rgba(0,0,0,.55),rgba(0,0,0,.55)),
url('https://images.unsplash.com/photo-1560520653-9e0e4c89eb11?w=1600') center/cover;
color:white;
}
nav{display:flex;justify-content:space-between;align-items:center;padding:25px 60px}
.logo{font-size:1.4rem;font-weight:bold}
.hero-content{max-width:900px;margin:auto;text-align:center;padding-top:180px}
.hero-content h1{font-size:3rem;margin-bottom:20px}
.hero-content p{font-size:1.2rem}
.btn{display:inline-block;margin-top:20px;background:#0d6efd;color:#fff;padding:12px 22px;text-decoration:none;border-radius:6px}
section{padding:80px 10%}
h2{text-align:center;margin-bottom:30px}
.cards{display:flex;flex-wrap:wrap;gap:20px;justify-content:center}
.card{width:320px;border:1px solid #ddd;border-radius:10px;padding:25px}
.gallery .images{display:flex;flex-wrap:wrap;gap:20px;justify-content:center}
.gallery img{width:350px;border-radius:10px}
.stats ul{max-width:700px;margin:auto}
.stats li{padding:10px 0;font-size:1.1rem}
#contact{text-align:center;background:#f4f4f4}
footer{background:#1c2430;color:white;text-align:center;padding:25px}
