
body {
  font-family: Arial, sans-serif;
  margin: 0;
  padding: 0;
  background: #f0f2f5;
  color: #333;
}
header {
  background: #002d5c;
  color: white;
  padding: 20px;
  text-align: center;
}
.logo {
  height: 80px;
}
.lang-switch {
  margin-top: 10px;
}
.carousel {
  width: 100%;
  overflow: hidden;
}
.slide {
  width: 100%;
  display: none;
}
main {
  padding: 20px;
}
.tabbed button {
  width: 100%;
  padding: 10px;
  background: #eee;
  border: none;
  cursor: pointer;
}
.tab-content {
  display: none;
  padding: 15px;
  background: white;
  margin-bottom: 10px;
}
form {
  display: flex;
  flex-direction: column;
}
input, textarea {
  margin-bottom: 10px;
  padding: 10px;
  border-radius: 5px;
  border: 1px solid #ccc;
}
button[type="submit"] {
  background: #002d5c;
  color: white;
  border: none;
  padding: 10px;
  cursor: pointer;
}
footer {
  background: #002d5c;
  color: white;
  text-align: center;
  padding: 20px;
}
.whatsapp {
  display: block;
  margin-top: 10px;
  color: #25D366;
  font-weight: bold;
}
.img {
  max-width: 100%;
  display: block;
  margin: auto;
}
