:root {
    --hoppa-green: #c8102e;
    --hoppa-dark: #1a1a1a;
}

.navbar {
    background: #ffffff;
    box-shadow: 0 2px 10px rgba(200, 16, 46, 0.12);
    padding: 10px 0;
    border-bottom: 3px solid #c8102e;
}

.navbar-logo {
    height: 55px;
    width: auto;
    max-width: 210px;
    object-fit: contain;
}

.navbar-brand {
    color: #c8102e !important;
    font-weight: bold;
    font-size: 22px;
}

.nav-link {
    color: #1a1a1a !important;
    font-weight: 600;
    padding: 8px 14px !important;
    font-size: 14px;
    transition: color 0.2s;
}

.nav-link:hover {
    color: #c8102e !important;
}

.language-switcher {
    display: flex;
    align-items: center;
    gap: 8px;
    margin-right: 16px;
}

.language-switcher span {
    color: #555;
    font-weight: 500;
    font-size: 13px;
}

.language-switcher a {
    color: #c8102e !important;
    text-decoration: none;
    font-weight: 600;
    font-size: 13px;
    padding: 4px 10px;
    border-radius: 4px;
    border: 1px solid transparent;
    transition: all 0.25s ease;
}

.language-switcher a:hover {
    color: #a00d24 !important;
    border-color: #c8102e;
}

.language-switcher a.active {
    color: white !important;
    background-color: #c8102e;
    border-color: #c8102e;
}

.whatsapp-link {
    color: #25D366 !important;
    font-weight: 600;
    font-size: 14px;
    transition: all 0.3s ease;
    display: flex;
    align-items: center;
    gap: 5px;
}

.whatsapp-link:hover {
    color: #128C7E !important;
    transform: scale(1.05);
}
