
body {
    font-family: Arial, sans-serif;
    margin: 0;
    background-color: #f8f8f8;
    color: #333;
}
header {
    background-color: #1e3a8a;
    color: white;
    padding: 0;
    text-align: center;
}
.header-banner {
    width: 100%;
    border-bottom: 5px solid #1e3a8a;
}
.logo {
    max-height: 60px;
}
section {
    padding: 20px;
    margin: 0 auto;
    max-width: 900px;
}
.services ul {
    list-style: none;
    padding: 0;
}
.services li {
    background: #dbeafe;
    margin: 5px 0;
    padding: 10px;
    border-radius: 5px;
}
form {
    display: flex;
    flex-direction: column;
}
form input, form textarea {
    margin-bottom: 10px;
    padding: 10px;
    font-size: 1em;
}
form button {
    background-color: #1e3a8a;
    color: white;
    padding: 10px;
    border: none;
    cursor: pointer;
}
footer {
    text-align: center;
    padding: 15px;
    background-color: #1e3a8a;
    color: white;
    position: relative;
    bottom: 0;
    width: 100%;
}
.map iframe {
    margin-top: 10px;
    border-radius: 10px;
}
.language-switch {
    text-align: center;
    padding: 10px;
}
.language-switch button {
    margin: 0 5px;
    padding: 8px 15px;
    background-color: #1e3a8a;
    color: white;
    border: none;
    border-radius: 5px;
    cursor: pointer;
}
.promo-image {
    width: 100%;
    margin-top: 10px;
    border-radius: 10px;
}
.liqui-logo {
    display: block;
    margin: 20px auto;
    width: 200px;
}
.liqui-brand {
    text-align: center;
    padding: 20px;
    background: #f1f1f1;
    border-top: 2px solid #ccc;
}
.whatsapp-float {
    position: fixed;
    width: auto;
    bottom: 20px;
    right: 20px;
    background-color: #25D366;
    color: white;
    padding: 10px 15px;
    border-radius: 30px;
    text-align: center;
    text-decoration: none;
    font-weight: bold;
    box-shadow: 2px 2px 5px rgba(0,0,0,0.2);
    z-index: 100;
}
