html {
  scroll-behavior: smooth;
}

/* 1. DEFAULT STATE (When not active, not hovered) */
.menu-links .tn-atom__button-text {
    color: #ffffff !important; /* Forces text to be white by default */
    transition: all 0.3s ease;
}

.menu-links .tn-atom {
    background-color: transparent !important; /* Or whatever your default is */
    border: 1px solid #ffffff !important;
}

/* 2. ACTIVE STATE (Current Page) */
.menu-links.active .tn-atom__button-text {
    color: #004aad !important; /* Blue text when on this page */
}

.menu-links.active .tn-atom {
    background-color: #ffffff !important; /* White background when on this page */
    border: 1px solid #ffffff !important;
}

/* 3. HOVER STATE (Optional: what happens when you mouse over) */
.menu-links:hover .tn-atom {
    background-color: rgba(255, 255, 255, 0.1) !important;
    color:#fff;
}

/* Your existing program block logic */
/* 1. DEFAULT STATE (When not active, not hovered) */
.menu-links .tn-atom__button-text {
    color: #ffffff !important; /* Forces text to be white by default */
    transition: all 0.3s ease;
}

.menu-links .tn-atom {
    background-color: transparent !important; /* Or whatever your default is */
    border: 1px solid #ffffff !important;
}

/* 2. ACTIVE STATE (Current Page) */
.menu-links.active .tn-atom__button-text {
    color: #004aad !important; /* Blue text when on this page */
}

.menu-links.active .tn-atom {
    background-color: #ffffff !important; /* White background when on this page */
    border: 1px solid #ffffff !important;
}

/* 3. HOVER STATE (Optional: what happens when you mouse over) */
.menu-links:hover .tn-atom {
    background-color: rgba(255, 255, 255, 0.1) !important;
    color:#fff;
}

/* Your existing program block logic */
#rec1949284963 .t450__right_langs_lang a,
#rec1949250583 .t450__right_langs_lang a,
#rec1895255533 .t450__right_langs_lang a {
    color: #ffffff;
    font-family: Arial, Tahoma !important;
    font-weight: bold;
    text-transform: uppercase;
    font-size: 28px;
    border:3px solid #fff;
    border-radius:50%;
    padding: 12px 7px;
}

#rec1895255533 .t450__right_langs_lang a {
    color: #ffffff;
    font-family: Arial, Tahoma !important;
    font-weight: bold;
    text-transform: uppercase;
    font-size: 28px;
}
