body {
    font-family: Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;
}

.bg-silver {
    color: white;
    background-color: black;
}

.section-black {
    text-align: center;
    padding: 40px;
    width: 100%;
}

.section-white {
    text-align: center;
    padding: 40px;
    width: 100%;
    background-color: #f8f9fa;
    color: #333;
}

.section-content {
    max-width: 800px;
    margin: auto;
}

.wa {
    color: #25D366 !important;
}

.btn-wa {
    color: black !important;
    background-color: #25D366;
    color: white;
}

.btn-wa:hover {
    background-color: #1EBE5D;
}

.custom-lang-select {
    font-size: 12px;
    padding: 4px 6px;
    background-color: #1e1e1e;
    color: #ccc;
    border: none;
    border-radius: 4px;
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    box-shadow: none;
    background-image: none;
    text-align: right;
    direction: rtl;
    flex-shrink: 0;
}

.custom-lang-select:focus {
    outline: none;
}

.lang-selector {
    flex-shrink: 0;
}