body {
    display: flex;
    flex-direction: column;
    height: 100vh;
    background-color: #f8f9fa;
    font-family: 'InventionW', sans-serif;
    color: #333;
    line-height: 1.6;
}

.main-content {
    display: flex;
    flex: 1;
    align-items: center;
    justify-content: center;
    padding: 20px;
    margin-top: 90px;
}

.content-container {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    max-width: 800px;
    min-width: 800px !important;
    margin: 0 auto;
}

.nav-tabs {
    display: flex;
    list-style: none;
    margin: 0;
    padding: 0;
}

.nav-tab {
    margin-left: 15px;
}


.welcome-container {
    text-align: center;
    padding: 40px;
    border-radius: 0px;
    background-color: #f6f6f6;
    box-shadow: none;
    max-width: 700px;
}

.footer {
    background-color: #333;
    color: #cccccc;
    padding: 10px 15px;
    text-align: center;
    margin-top: auto;
}

.footer-content {
    max-width: 1200px;
    margin: 0 auto;
}

.footer p {
    margin: 3px 0;
    font-size: 11px;
}

.footer a {
    color: #cccccc;
    text-decoration: none;
}

.footer a:hover {
    text-decoration: underline;
}

.navbar {
    width: 100%;
    position: absolute;
    top: 0;
}

.navbar-content {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
}

.navbar-left {
    display: flex;
    align-items: center;
}

.navbar-right {
    display: flex;
    align-items: center;
    margin-right: 30px;
}

.navbar-center {
    flex: 1;
    text-align: center;
    padding: 0 20px;
}

.slogan {
    font-size: 14px;
    color: white;
    font-style: italic;
    max-width: 500px;
    margin: 0 auto;
}

.navbar .nav-tabs {
    display: flex;
    list-style: none;
    margin: 0;
    padding: 0;
}

.navbar .nav-tab {
    margin-left: 15px;
}

.navbar .nav-tab a {
    display: block;
    padding: 8px 12px;
    text-decoration: none;
    white-space: nowrap;
    color: white;
    border-radius: 8px;
    transition: all 0.3s ease;
    text-transform: none !important;
    background-color: transparent;
    /* keep transparent, public tabs are simple links */
}

.nav-tabs {
    display: flex;
    list-style: none;
    margin: 0;
    padding: 0;
}

.nav-tab {
    margin-left: 15px;
}

.navbar .nav-tab a:hover {
    background-color: #007777;
    color: white !important;
    text-decoration: none;
    border-radius: 8px;
    transform: translateY(-1px);
}

/* .navbar .nav-tab.active a {
    background-color: #009999 !important;
    color: white !important;
    border-radius: 8px;
} */





/* Ensure active tab stays highlighted even on hover */
/* .nav-tab.active a:hover {
    background-color: #007777 !important;
    color: white !important;
} */



.nav-tab:last-child a {
    padding: 8px 20px;
    min-width: 120px;
    text-align: center;
    white-space: nowrap;
}

.footer {
    background-color: #333;
    /* public footer keeps dark background */
    color: #cccccc;
    padding: 10px 15px;
    text-align: center;
    margin-top: auto;
}

.footer-content {
    max-width: 1200px;
    margin: 0 auto;
}

.footer p {
    margin: 3px 0;
    font-size: 11px;
}

.footer a {
    color: #cccccc;
    text-decoration: none;
}

.footer a:hover {
    text-decoration: underline;
}

.footer-warning {
    color: #ffffff !important;
    /* high contrast on dark background */
    font-weight: 600;
    margin-top: 5px;
}
