
* { margin: 0; padding: 0; box-sizing: border-box; font-family: 'Poppins', sans-serif; }
body { background: #f9fbfe; color: #111; }
header { background: #003366; color: white; padding: 40px 20px; text-align: center; }
header img { max-width: 160px; margin-bottom: 10px; }
section { padding: 50px 20px; max-width: 1000px; margin: auto; }
h2 { color: #003366; margin-bottom: 20px; }
.services, .contact, .form { background: #fff; border-radius: 10px; box-shadow: 0 0 10px rgba(0,0,0,0.05); padding: 30px; margin-top: 20px; }
.gallery img { width: 100%; max-width: 200px; margin: 10px; border-radius: 8px; }
form input, form textarea { width: 100%; padding: 10px; margin-top: 10px; border: 1px solid #ccc; border-radius: 5px; }
form button { background: #003366; color: white; padding: 10px 20px; border: none; border-radius: 5px; margin-top: 10px; cursor: pointer; }
footer { text-align: center; padding: 20px; background: #003366; color: white; margin-top: 50px; }
