﻿/* =========================================================
   WILLSMARG NAVBAR — HIGH-END PRODUCT PLATFORM VARIANT
   Replace Navbar.css completely with this file.
   Purpose: design-system driven navbar with Willsmarg-specific
   product-platform identity, consistent across all .cshtml pages.
========================================================= */

:root {
    --wsm-nav-ink: #081f3d;
    --wsm-nav-ink-2: #173150;
    --wsm-nav-muted: #64748b;
    --wsm-nav-line: #dfe7ef;
    --wsm-nav-line-2: rgba(223,231,239,.72);
    --wsm-nav-teal: #00a8c8;
    --wsm-nav-teal-dark: #007d95;
    --wsm-nav-blue: #1d4ed8;
    --wsm-nav-bg: rgba(255,255,255,.92);
    --wsm-nav-bg-strong: rgba(255,255,255,.985);
    --wsm-nav-shadow: 0 18px 60px rgba(11,31,58,.10);
    --wsm-nav-radius: 16px;
}

/* Header shell is scoped so page-level .wsm-shell cannot change navbar width */
.wsm-header .wsm-shell {
    width: min(100% - 56px, 1760px) !important;
    max-width: 1760px !important;
    margin-left: auto !important;
    margin-right: auto !important;
    padding-left: 0 !important;
    padding-right: 0 !important;
}

.wsm-header {
    position: sticky;
    top: 0;
    z-index: 1000;
    width: 100%;
    background: transparent;
    font-family: Inter, Manrope, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

    .wsm-header *,
    .wsm-header *::before,
    .wsm-header *::after {
        box-sizing: border-box;
    }

    .wsm-header a {
        text-decoration: none !important;
    }

/* =========================================================
   TOPBAR — compact platform signal
========================================================= */
.wsm-topbar {
    width: 100%;
    background: rgba(255,255,255,.96);
    border-bottom: 1px solid rgba(223,231,239,.92);
    backdrop-filter: blur(16px);
    -webkit-backdrop-filter: blur(16px);
    font-size: .83rem;
}

.wsm-topbar-inner {
    min-height: 38px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
}

.wsm-topbar-left,
.wsm-topbar-right {
    display: flex;
    align-items: center;
    gap: 16px;
    min-width: 0;
}

.wsm-topbar-left {
    flex: 1 1 auto;
}

.wsm-topbar-right {
    flex: 0 0 auto;
    justify-content: flex-end;
}

    .wsm-topbar-left a,
    .wsm-topbar-right a,
    .wsm-tagline {
        display: inline-flex;
        align-items: center;
        gap: 7px;
        color: var(--wsm-nav-ink);
        font-weight: 780;
        line-height: 1;
        white-space: nowrap;
        transition: color .22s ease, opacity .22s ease;
    }

.wsm-tagline {
    color: var(--wsm-nav-muted);
    font-weight: 720;
}

.wsm-topbar a:hover {
    color: var(--wsm-nav-teal-dark);
}

.wsm-topbar i {
    color: var(--wsm-nav-ink);
    font-size: .95rem;
    line-height: 1;
}

/* =========================================================
   MAIN NAV — high-end product platform feel
========================================================= */
.wsm-nav-wrap {
    position: relative;
    width: 100%;
    background: linear-gradient(180deg, rgba(255,255,255,.96), rgba(255,255,255,.90));
    border-bottom: 1px solid rgba(223,231,239,.95);
    backdrop-filter: blur(20px);
    -webkit-backdrop-filter: blur(20px);
    transition: box-shadow .28s ease, background .28s ease, border-color .28s ease;
}

    .wsm-nav-wrap::after {
        content: "";
        position: absolute;
        left: 0;
        right: 0;
        bottom: -1px;
        height: 1px;
        background: linear-gradient(90deg, transparent, rgba(0,168,200,.42), transparent);
        opacity: .65;
        pointer-events: none;
    }

    .wsm-nav-wrap.is-scrolled {
        background: var(--wsm-nav-bg-strong);
        border-color: rgba(223,231,239,.98);
        box-shadow: var(--wsm-nav-shadow);
    }

.wsm-navbar {
    min-height: 90px;
    display: grid;
    grid-template-columns: auto minmax(0, 1fr) auto;
    align-items: center;
    gap: clamp(22px, 3vw, 46px);
}

/* =========================================================
   BRAND
========================================================= */
.wsm-brand {
    display: inline-flex;
    align-items: center;
    gap: 12px;
    min-width: 240px;
    color: var(--wsm-nav-ink);
}

.wsm-brand-mark {
    width: 60px;
    height: 60px;
    flex: 0 0 60px;
    display: grid;
    place-items: center;
    border-radius: 17px;
    transition: transform .24s ease, filter .24s ease;
}

.wsm-brand:hover .wsm-brand-mark {
    transform: translateY(-2px);
    filter: drop-shadow(0 12px 18px rgba(0,168,200,.12));
}

.wsm-brand-mark img {
    width: 60px;
    height: 60px;
    object-fit: contain;
    display: block;
}

.wsm-brand-copy strong {
    display: block;
    color: var(--wsm-nav-ink);
    font-size: 1.2rem;
    font-weight: 950;
    line-height: 1.03;
    letter-spacing: -.045em;
}

.wsm-brand-copy small {
    display: block;
    margin-top: 4px;
    color: var(--wsm-nav-muted);
    font-size: .76rem;
    font-weight: 760;
    line-height: 1.2;
}

/* =========================================================
   DESKTOP LINKS
========================================================= */
.wsm-nav-links {
    list-style: none;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: clamp(18px, 1.45vw, 28px);
    margin: 0;
    padding: 0;
    min-width: 0;
}

    .wsm-nav-links a {
        position: relative;
        display: inline-flex;
        align-items: center;
        justify-content: center;
        min-height: 42px;
        padding: 10px 0;
        color: var(--wsm-nav-ink);
        font-size: clamp(.92rem, .80vw, .99rem);
        font-weight: 920;
        letter-spacing: -.01em;
        line-height: 1;
        white-space: nowrap;
        transition: color .24s ease, transform .24s ease;
    }

        .wsm-nav-links a::before {
            content: "";
            position: absolute;
            left: 50%;
            bottom: 2px;
            width: 0;
            height: 3px;
            border-radius: 999px;
            background: linear-gradient(90deg, var(--wsm-nav-teal), var(--wsm-nav-blue));
            transform: translateX(-50%);
            transition: width .28s cubic-bezier(.4,0,.2,1);
        }

        .wsm-nav-links a::after {
            content: "";
            position: absolute;
            inset: 6px -10px;
            border-radius: 999px;
            background: rgba(0,168,200,.07);
            transform: scale(.88);
            opacity: 0;
            transition: opacity .22s ease, transform .22s ease;
            z-index: -1;
        }

        .wsm-nav-links a:hover,
        .wsm-nav-links a.is-active {
            color: var(--wsm-nav-teal-dark);
        }

            .wsm-nav-links a:hover::before,
            .wsm-nav-links a.is-active::before {
                width: 100%;
            }

            .wsm-nav-links a:hover::after,
            .wsm-nav-links a.is-active::after {
                opacity: 1;
                transform: scale(1);
            }

/* =========================================================
   ACTIONS
========================================================= */
.wsm-nav-actions {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    gap: 12px;
    white-space: nowrap;
}

.wsm-header .wsm-btn {
    min-height: 54px;
    padding: 0 22px;
    border-radius: 14px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 9px;
    font-size: .94rem;
    font-weight: 920;
    line-height: 1;
    border: 1px solid transparent;
    transition: transform .24s ease, box-shadow .24s ease, background .24s ease, border-color .24s ease, color .24s ease;
}

    .wsm-header .wsm-btn:hover {
        transform: translateY(-3px);
    }

.wsm-header .wsm-btn-outline {
    color: var(--wsm-nav-ink) !important;
    background: rgba(255,255,255,.94);
    border-color: var(--wsm-nav-line);
    box-shadow: 0 10px 26px rgba(11,31,58,.055);
}

    .wsm-header .wsm-btn-outline:hover {
        border-color: rgba(0,168,200,.36);
        box-shadow: 0 18px 44px rgba(11,31,58,.10);
    }

.wsm-header .wsm-btn-primary {
    color: #fff !important;
    min-width: 210px;
    background: linear-gradient(135deg, #00a8c8, #02a1bf);
    border-color: rgba(0,168,200,.55);
    box-shadow: 0 18px 42px rgba(0,168,200,.22);
    position: relative;
    overflow: hidden;
}

    .wsm-header .wsm-btn-primary::after {
        content: "";
        position: absolute;
        inset: 0;
        transform: translateX(-120%);
        background: linear-gradient(90deg, transparent, rgba(255,255,255,.32), transparent);
        transition: transform .55s ease;
    }

    .wsm-header .wsm-btn-primary:hover {
        background: linear-gradient(135deg, #008fac, #009dbb);
        box-shadow: 0 24px 58px rgba(0,168,200,.30);
    }

        .wsm-header .wsm-btn-primary:hover::after {
            transform: translateX(120%);
        }

.wsm-header .wsm-btn i {
    position: relative;
    z-index: 1;
}

/* =========================================================
   MOBILE BUTTON
========================================================= */
.wsm-mobile-toggle {
    width: 50px;
    height: 50px;
    border-radius: 15px;
    border: 1px solid var(--wsm-nav-line);
    background: #fff;
    display: none;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 5px;
    box-shadow: 0 10px 26px rgba(11,31,58,.055);
    transition: transform .24s ease, box-shadow .24s ease, border-color .24s ease;
}

    .wsm-mobile-toggle:hover {
        transform: translateY(-2px);
        border-color: rgba(0,168,200,.36);
        box-shadow: 0 18px 42px rgba(11,31,58,.10);
    }

    .wsm-mobile-toggle span {
        width: 21px;
        height: 2px;
        background: var(--wsm-nav-ink);
        border-radius: 99px;
        transition: transform .28s ease, opacity .22s ease;
    }

    .wsm-mobile-toggle.is-active span:nth-child(1) {
        transform: translateY(7px) rotate(45deg);
    }

    .wsm-mobile-toggle.is-active span:nth-child(2) {
        opacity: 0;
    }

    .wsm-mobile-toggle.is-active span:nth-child(3) {
        transform: translateY(-7px) rotate(-45deg);
    }

/* =========================================================
   MOBILE OVERLAY + PANEL
========================================================= */
.wsm-mobile-overlay {
    position: fixed;
    inset: 0;
    z-index: 1998;
    background: rgba(11,31,58,.42);
    backdrop-filter: blur(8px);
    -webkit-backdrop-filter: blur(8px);
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    transition: opacity .28s ease, visibility .28s ease;
}

    .wsm-mobile-overlay.is-open {
        opacity: 1;
        visibility: visible;
        pointer-events: auto;
    }

.wsm-mobile-panel {
    position: fixed;
    top: 16px;
    right: 16px;
    bottom: 16px;
    z-index: 1999;
    width: min(430px, calc(100vw - 32px));
    padding: 18px;
    background: linear-gradient(180deg, #ffffff, #f4f8fc);
    border: 1px solid var(--wsm-nav-line);
    border-radius: 24px;
    box-shadow: 0 34px 96px rgba(11,31,58,.26);
    transform: translateX(calc(100% + 32px));
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    overflow-y: auto;
    transition: transform .35s cubic-bezier(.2,.8,.2,1), opacity .28s ease, visibility .28s ease;
}

    .wsm-mobile-panel.is-open {
        transform: translateX(0);
        opacity: 1;
        visibility: visible;
        pointer-events: auto;
    }

.wsm-menu-open {
    overflow: hidden;
}

.wsm-mobile-head {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 14px;
    padding-bottom: 18px;
    border-bottom: 1px solid var(--wsm-nav-line);
}

.wsm-mobile-close {
    width: 46px;
    height: 46px;
    border-radius: 14px;
    border: 1px solid var(--wsm-nav-line);
    background: #f7f9fc;
    color: var(--wsm-nav-ink);
    display: grid;
    place-items: center;
}

.wsm-mobile-contact {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 12px;
    margin: 18px 0;
    padding: 13px 14px;
    border-radius: 16px;
    background: #fff;
    border: 1px solid var(--wsm-nav-line);
    box-shadow: 0 10px 26px rgba(11,31,58,.055);
}

    .wsm-mobile-contact a {
        color: var(--wsm-nav-ink);
        font-weight: 850;
        font-size: .86rem;
    }

    .wsm-mobile-contact span {
        width: 1px;
        height: 18px;
        background: var(--wsm-nav-line);
    }

.wsm-mobile-links {
    display: grid;
    gap: 10px;
}

    .wsm-mobile-links a {
        min-height: 56px;
        padding: 0 18px;
        display: flex;
        align-items: center;
        justify-content: space-between;
        border-radius: 14px;
        background: #fff;
        border: 1px solid rgba(10,30,60,.08);
        color: var(--wsm-nav-ink);
        font-weight: 900;
        box-shadow: 0 10px 26px rgba(11,31,58,.045);
        transition: transform .25s ease, box-shadow .25s ease, border-color .25s ease, color .25s ease;
    }

        .wsm-mobile-links a:hover,
        .wsm-mobile-links a.is-active {
            transform: translateX(4px);
            color: var(--wsm-nav-teal-dark);
            border-color: rgba(0,168,200,.34);
            box-shadow: 0 14px 34px rgba(11,31,58,.09);
        }

.wsm-mobile-portals {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 10px;
    margin-top: 16px;
}

    .wsm-mobile-portals a {
        min-height: 44px;
        border-radius: 12px;
        border: 1px solid var(--wsm-nav-line);
        background: #fff;
        color: var(--wsm-nav-ink);
        font-weight: 900;
        display: flex;
        align-items: center;
        justify-content: center;
    }

/* =========================================================
   BACK TO TOP
========================================================= */
.wsm-backtop {
    position: fixed;
    right: 22px;
    bottom: 22px;
    z-index: 999;
    width: 48px;
    height: 48px;
    border-radius: 14px;
    border: 1px solid var(--wsm-nav-line);
    background: #ffffff;
    color: var(--wsm-nav-ink);
    display: grid;
    place-items: center;
    opacity: 0;
    visibility: hidden;
    transform: translateY(10px);
    box-shadow: 0 18px 42px rgba(11,31,58,.14);
    transition: opacity .25s ease, visibility .25s ease, transform .25s ease;
}

    .wsm-backtop.show {
        opacity: 1;
        visibility: visible;
        transform: translateY(0);
    }

/* =========================================================
   RESPONSIVE — desktop / laptop / tablet / mobile
========================================================= */
@media (max-width: 1460px) {
    .wsm-header .wsm-shell {
        width: min(100% - 42px, 1760px) !important;
    }

    .wsm-navbar {
        gap: 20px;
    }

    .wsm-brand {
        min-width: 220px;
    }

    .wsm-nav-links {
        gap: 18px;
    }

    .wsm-header .wsm-btn {
        padding: 0 18px;
    }

    .wsm-header .wsm-btn-primary {
        min-width: 190px;
    }
}

@media (min-width: 1281px) and (max-width: 1368px) {
    .wsm-navbar {
        min-height: 84px;
        grid-template-columns: auto minmax(0, 1fr) auto;
        gap: 16px;
    }

    .wsm-brand {
        min-width: 204px;
        gap: 10px;
    }

    .wsm-brand-mark,
    .wsm-brand-mark img {
        width: 52px;
        height: 52px;
        flex-basis: 52px;
    }

    .wsm-brand-copy strong {
        font-size: 1.08rem;
    }

    .wsm-brand-copy small {
        font-size: .72rem;
    }

    .wsm-nav-links {
        gap: 14px;
    }

        .wsm-nav-links a {
            font-size: .88rem;
        }

    .wsm-header .wsm-btn-outline {
        display: none !important;
    }

    .wsm-header .wsm-btn-primary {
        min-width: 174px;
        min-height: 48px;
        padding: 0 16px;
        border-radius: 13px;
        font-size: .86rem;
    }
}

/* Switch to mobile drawer before nav gets crowded */
@media (max-width: 1280px) {
    .wsm-navbar {
        min-height: 82px;
        grid-template-columns: auto auto;
        justify-content: space-between;
        gap: 18px;
    }

    .wsm-brand {
        min-width: auto;
    }

    .wsm-nav-links,
    .wsm-nav-actions {
        display: none !important;
    }

    .wsm-mobile-toggle {
        display: flex !important;
        justify-self: end;
        margin-left: auto;
    }
}

/* Tablet topbar: show only email + phone in one row */
@media (max-width: 1280px) {
    .wsm-tagline,
    .wsm-topbar-right {
        display: none !important;
    }

    .wsm-topbar-inner {
        min-height: 40px !important;
        padding: 0 !important;
        display: flex !important;
        align-items: center !important;
        justify-content: center !important;
        gap: 0 !important;
    }

    .wsm-topbar-left {
        width: 100% !important;
        max-width: 100% !important;
        flex: 0 1 auto !important;
        display: flex !important;
        align-items: center !important;
        justify-content: center !important;
        flex-wrap: nowrap !important;
        gap: 18px !important;
        overflow: hidden !important;
    }

        .wsm-topbar-left a {
            border: 0 !important;
            background: transparent !important;
            padding: 0 !important;
            font-size: .82rem !important;
            font-weight: 850 !important;
            white-space: nowrap !important;
        }
}

/* Mobile topbar: still one clean row, smaller text */
@media (max-width: 575.98px) {
    .wsm-header .wsm-shell {
        width: min(100% - 24px, 1760px) !important;
    }

    .wsm-topbar-inner {
        display: flex !important;
        min-height: 38px !important;
        padding: 0 !important;
    }

    .wsm-topbar-left {
        display: flex !important;
        grid-template-columns: none !important;
        justify-content: center !important;
        gap: 12px !important;
        width: 100% !important;
        max-width: 100% !important;
    }

        .wsm-topbar-left a {
            width: auto !important;
            min-width: 0 !important;
            justify-content: center !important;
            padding: 0 !important;
            border: 0 !important;
            border-radius: 0 !important;
            background: transparent !important;
            font-size: .76rem !important;
            line-height: 1 !important;
            overflow: visible !important;
            text-overflow: clip !important;
        }

    .wsm-topbar-right {
        display: none !important;
    }

    .wsm-mobile-contact {
        flex-direction: column;
        gap: 7px;
    }

        .wsm-mobile-contact span {
            display: none;
        }
}

@media (max-width: 480px) {
    .wsm-topbar-left {
        gap: 10px !important;
    }

        .wsm-topbar-left a {
            font-size: .74rem !important;
        }
}

@media (max-width: 390px) {
    .wsm-topbar-left {
        justify-content: flex-start !important;
        overflow-x: auto !important;
        scrollbar-width: none !important;
        gap: 12px !important;
    }

        .wsm-topbar-left::-webkit-scrollbar {
            display: none !important;
        }

    .wsm-brand-copy small {
        display: none;
    }
}

@media (max-width: 767.98px) {
    .wsm-header .wsm-shell {
        width: min(100% - 28px, 1760px) !important;
    }

    .wsm-navbar {
        min-height: 80px;
    }

    .wsm-brand-mark,
    .wsm-brand-mark img {
        width: 54px;
        height: 54px;
        flex-basis: 54px;
    }

    .wsm-brand-copy strong {
        font-size: 1.08rem;
    }

    .wsm-brand-copy small {
        font-size: .74rem;
    }
}

@media (prefers-reduced-motion: reduce) {
    .wsm-header *,
    .wsm-header *::before,
    .wsm-header *::after {
        transition-duration: .001ms !important;
        animation-duration: .001ms !important;
        animation-iteration-count: 1 !important;
    }
}

/* =========================================================
   NAVBAR LEVEL 2 — STABLE PREMIUM POLISH WITHOUT SHAKING
   Scroll state changes only shadow/background, not height/size.
========================================================= */

/* Scrolled state: premium glass/shadow only — no compression */
.wsm-nav-wrap.is-scrolled {
    background: var(--wsm-nav-bg-strong);
    border-color: rgba(223,231,239,.98);
    box-shadow: var(--wsm-nav-shadow);
}

    /* Keep sizes locked on scroll to prevent jitter/shaking */
    .wsm-nav-wrap.is-scrolled .wsm-navbar {
        min-height: 90px !important;
    }

    .wsm-nav-wrap.is-scrolled .wsm-brand-mark,
    .wsm-nav-wrap.is-scrolled .wsm-brand-mark img {
        width: 60px !important;
        height: 60px !important;
        flex-basis: 60px !important;
    }

    .wsm-nav-wrap.is-scrolled .wsm-brand-copy strong {
        font-size: 1.2rem !important;
    }

    .wsm-nav-wrap.is-scrolled .wsm-brand-copy small {
        font-size: .76rem !important;
    }

    .wsm-nav-wrap.is-scrolled .wsm-btn {
        min-height: 54px !important;
    }

/* Premium active-state glow */
.wsm-nav-links a.is-active {
    color: var(--wsm-nav-teal-dark) !important;
}

    .wsm-nav-links a.is-active::after {
        opacity: 1 !important;
        transform: scale(1) !important;
        background: linear-gradient(180deg, rgba(229,251,255,.92), rgba(255,255,255,.30)) !important;
        box-shadow: inset 0 0 0 1px rgba(0,168,200,.10) !important;
    }

/* CTA arrow micro interaction without layout shift */
.wsm-header .wsm-btn-primary i {
    transition: transform .24s ease;
}

.wsm-header .wsm-btn-primary:hover i {
    transform: translate(3px, -3px);
}

/* Topbar links: small premium hover lift */
.wsm-topbar-left a,
.wsm-topbar-right a {
    transition: color .22s ease, transform .22s ease, opacity .22s ease;
}

    .wsm-topbar-left a:hover,
    .wsm-topbar-right a:hover {
        transform: translateY(-1px);
    }

/* Mobile drawer active and premium spacing */
.wsm-mobile-links a.is-active {
    color: var(--wsm-nav-teal-dark) !important;
    border-color: rgba(0,168,200,.38) !important;
    background: linear-gradient(180deg, #fff, rgba(229,251,255,.45)) !important;
}

.wsm-mobile-panel {
    overscroll-behavior: contain;
}

.wsm-mobile-portals a:hover {
    color: var(--wsm-nav-teal-dark);
    border-color: rgba(0,168,200,.34);
}

/* Mobile drawer link underline fix */
.wsm-mobile-panel a,
.wsm-mobile-panel a:hover,
.wsm-mobile-panel a:focus,
.wsm-mobile-panel a:active,
.wsm-mobile-links a,
.wsm-mobile-portals a,
.wsm-mobile-contact a,
.wsm-mobile-head a {
    text-decoration: none !important;
    -webkit-text-decoration: none !important;
    text-decoration-thickness: 0 !important;
}

/* Brand variant tokens: change these per brand later */
.wsm-header[data-brand="willsfly"] {
    --wsm-nav-teal: #2563eb;
    --wsm-nav-teal-dark: #1d4ed8;
    --wsm-nav-blue: #0ea5e9;
}

.wsm-header[data-brand="walbrydge"] {
    --wsm-nav-teal: #c99545;
    --wsm-nav-teal-dark: #9a6a24;
    --wsm-nav-blue: #e0b46a;
}

.wsm-header[data-brand="walsharp"] {
    --wsm-nav-teal: #14b8a6;
    --wsm-nav-teal-dark: #0f766e;
    --wsm-nav-blue: #0891b2;
}

/* Keep locked responsive sizes on scroll */
@media (min-width: 1281px) and (max-width: 1368px) {
    .wsm-nav-wrap.is-scrolled .wsm-navbar {
        min-height: 84px !important;
    }

    .wsm-nav-wrap.is-scrolled .wsm-brand-mark,
    .wsm-nav-wrap.is-scrolled .wsm-brand-mark img {
        width: 52px !important;
        height: 52px !important;
        flex-basis: 52px !important;
    }

    .wsm-nav-wrap.is-scrolled .wsm-brand-copy strong {
        font-size: 1.08rem !important;
    }

    .wsm-nav-wrap.is-scrolled .wsm-brand-copy small {
        font-size: .72rem !important;
    }

    .wsm-nav-wrap.is-scrolled .wsm-btn-primary {
        min-height: 48px !important;
    }
}

@media (max-width: 1280px) {
    .wsm-nav-wrap.is-scrolled .wsm-navbar {
        min-height: 82px !important;
    }
}

@media (max-width: 767.98px) {
    .wsm-nav-wrap.is-scrolled .wsm-navbar {
        min-height: 80px !important;
    }

    .wsm-nav-wrap.is-scrolled .wsm-brand-mark,
    .wsm-nav-wrap.is-scrolled .wsm-brand-mark img {
        width: 54px !important;
        height: 54px !important;
        flex-basis: 54px !important;
    }

    .wsm-nav-wrap.is-scrolled .wsm-brand-copy strong {
        font-size: 1.08rem !important;
    }

    .wsm-nav-wrap.is-scrolled .wsm-brand-copy small {
        font-size: .74rem !important;
    }
}





.wsm-topbar-right a i {
    font-size: 0.95rem;
    line-height: 1;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

.wsm-topbar-right .bi-facebook {
    font-size: 0.88rem;
    transform: translateY(-0.5px);
}