
body {
  font-family: Arial, sans-serif;
  margin: 0;
  padding: 0;
  background: #f9f9f9;
  color: #333;
}
header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  background: #004080;
  color: white;
  padding: 10px 20px;
}
.logo {
  max-height: 60px;
}
.language-switch button {
  margin: 0 5px;
  padding: 5px 10px;
  cursor: pointer;
  background: white;
  border: none;
  color: #004080;
  font-weight: bold;
}
.hero {
  text-align: center;
  background: linear-gradient(to right, #004080, #cc0000);
  color: white;
  padding: 30px 20px;
}
section {
  padding: 20px;
  text-align: center;
}
.gallery-img {
  width: 300px;
  margin: 10px;
  border-radius: 10px;
}
.whatsapp-button {
  display: inline-block;
  background: #25D366;
  color: white;
  padding: 10px 20px;
  margin-top: 10px;
  text-decoration: none;
  border-radius: 8px;
  font-weight: bold;
}
.contact {
  background: #eee;
}
footer {
  text-align: center;
  padding: 15px;
  background: #222;
  color: white;
}
