﻿.lang-btn.active {
    border: 2px solid #198754 !important;
    background-color: #e8f5e9 !important;
    border-radius: 6px;
}

.menu-link {
    transition: all 0.2s ease-in-out;
}

    .menu-link:hover {
        color: #0d6efd !important;
    }

.landing-curve {
    color: #071d38;
}

.landing-dark-bg {
    background-color: #071d38;
}
