/*============================================================================================*/
/* Header - flight style navbar */
/*============================================================================================*/

.newNavbar {
    padding-top: 18px;
    padding-bottom: 10px;
}

.sb-header-shell {
    background: #ffffff;
    border-radius: 999px;
    box-shadow: 0 14px 40px rgba(15, 23, 42, 0.18);
    padding: 8px 18px;
}

.sb-main-nav .sb-nav-link {
    font-size: 14px;
    font-weight: 600;
    color: #111827;
    text-decoration: none;
    padding: 6px 10px;
    border-radius: 999px;
    transition: background-color .15s ease, color .15s ease;
}

.sb-main-nav .sb-nav-link:hover {
    background-color: rgba(15, 23, 42, 0.06);
}

.sb-pill {
    font-size: 12px;
    font-weight: 600;
    color: #111827 !important;
    background-color: #f4f4f5 !important;
    border-radius: 999px !important;
    border: 1px solid rgba(148, 163, 184, 0.6) !important;
    padding: 4px 10px !important;
}

.sb-login-link {
    font-size: 13px;
    font-weight: 600;
    color: #111827;
    text-decoration: none;
}

.sb-login-link:hover {
    text-decoration: underline;
}

.sb-signup-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 6px 16px;
    border-radius: 999px;
    background: #FF6A1A;
    color: #ffffff !important;
    font-size: 13px;
    font-weight: 700;
    text-decoration: none;
}

.sb-signup-btn:hover {
    background: #ea580c;
    color: #ffffff !important;
}

@media (max-width: 1199.98px) {
    .sb-header-shell {
        border-radius: 0;
        box-shadow: none;
        padding-left: 0;
        padding-right: 0;
    }
}

.header-menu-link {
    display: inline-flex;
    align-items: center;
    height: 37px;
    padding: 0 10px;
    border: none;
    background-color: transparent;
}

.border-none {
    border: none;
}

.mt-4rem {
    margin-top: 4rem;
}