/* NXFORT Logo Text Only */

.nxfort-logo-text {
    display: inline-flex;
    align-items: center;
    font-family: 'Space Grotesk', sans-serif;
    font-size: 22px;
    font-weight: 800;
    color: #ffffff;
    letter-spacing: 3px;
    text-transform: uppercase;
    line-height: 1;
    user-select: none;
    text-decoration: none;
    vertical-align: middle;
}

.logo-x {
    color: #00D4FF;
    font-size: 1.55em;
    font-weight: 900;
    text-shadow: 0 0 18px rgba(0, 212, 255, 0.9), 0 0 36px rgba(0, 212, 255, 0.5);
    display: inline-flex;
    align-items: center;
    line-height: 1;
    margin: 0 1px;
    letter-spacing: 1px;
}

/* Center nav menu after button removal */
[data-id="0700c26"] {
    flex: 1 !important;
    display: flex !important;
    justify-content: center !important;
}

@media (max-width: 768px) {
    .nxfort-logo-text {
        font-size: 24px;
        letter-spacing: 2px;
        color: #000c60;
    }
    .logo-x {
        font-size: 1.45em;
    }
    /* Footer logo stays white — dark background */
    #footer .nxfort-logo-text {
        color: #ffffff;
    }
}

/* ─── Spacing Utilities ─────────────────────────────────────────────────────
   Margin Bottom  →  class="mb-{size}"
   Padding Bottom →  class="pb-{size}"

   Available sizes (px):
   0, 4, 8, 12, 16, 20, 24, 28, 32, 40, 48, 56, 64, 72, 80, 96, 120
──────────────────────────────────────────────────────────────────────────── */

.mb-0  { margin-bottom: 0 !important; }
.mb-4  { margin-bottom: 4px !important; }
.mb-8  { margin-bottom: 8px !important; }
.mb-12 { margin-bottom: 12px !important; }
.mb-16 { margin-bottom: 16px !important; }
.mb-20 { margin-bottom: 20px !important; }
.mb-24 { margin-bottom: 24px !important; }
.mb-28 { margin-bottom: 28px !important; }
.mb-32 { margin-bottom: 32px !important; }
.mb-40 { margin-bottom: 40px !important; }
.mb-48 { margin-bottom: 48px !important; }
.mb-56 { margin-bottom: 56px !important; }
.mb-64 { margin-bottom: 64px !important; }
.mb-72 { margin-bottom: 72px !important; }
.mb-80 { margin-bottom: 80px !important; }
.mb-96 { margin-bottom: 96px !important; }
.mb-120{ margin-bottom: 120px !important; }

.pb-0  { padding-bottom: 0 !important; }
.pb-4  { padding-bottom: 4px !important; }
.pb-8  { padding-bottom: 8px !important; }
.pb-12 { padding-bottom: 12px !important; }
.pb-16 { padding-bottom: 16px !important; }
.pb-20 { padding-bottom: 20px !important; }
.pb-24 { padding-bottom: 24px !important; }
.pb-28 { padding-bottom: 28px !important; }
.pb-32 { padding-bottom: 32px !important; }
.pb-40 { padding-bottom: 40px !important; }
.pb-48 { padding-bottom: 48px !important; }
.pb-56 { padding-bottom: 56px !important; }
.pb-64 { padding-bottom: 64px !important; }
.pb-72 { padding-bottom: 72px !important; }
.pb-80 { padding-bottom: 80px !important; }
.pb-96 { padding-bottom: 96px !important; }
.pb-120{ padding-bottom: 120px !important; }
