﻿.px-5 {
    padding-top: 5px;
}

.mb-20 {
    margin-bottom: 20px;
}

button {
    font-family: "Open Sans", sans-serif;
}

.divClientHeader {
    background-color: #fff;
}

.header-left-side {
    display: flex;
    align-items: center;
    margin-left: 18em;
}

.header-right-side {
    display: flex;
    align-items: center;
    margin-right: 18em;
    gap: 20px
}

.header-right-side > a,
.header-right-side > div {
    display: inline-flex;
    align-items: center;
    gap: 10px
}

.icon-language-selector {
    position: relative;
    display: inline-block;
}

.icon-language-selector .dropdown-toggle {
    background: transparent;
    border: none;
    cursor: pointer;
    display: flex;
    align-items: center;
    padding: 4px;
}

    .icon-language-selector .dropdown-toggle::after {
        content: '';
        display: inline-block;
        width: 12px;
        height: 12px;
        margin-left: 6px;
        background-image: url('../images/icons/overhaul/caret-down-blue.svg') !important;
        border: none !important;
        vertical-align: middle;
        background-size: contain;
        background-repeat: no-repeat;
        background-position: center;
        transition: transform 0.2s ease-in-out;
    }

.icon-language-selector .dropdown-toggle.open::after {
    transform: rotate(180deg);
}

    .icon-language-selector .dropdown-menu {
        display: block;
        position: absolute;
        top: 100%;
        right: 0;
        margin-top: 8px;
        padding: 0.5rem 0;
        list-style: none;
        background-color: #fff;
        border: 1px solid rgba(0,0,0,0.15);
        border-radius: 0.25rem;
        box-shadow: 0 0.5rem 1rem rgba(0,0,0,0.175);
        min-width: 160px;
        z-index: 9999;
    }

.icon-language-selector .dropdown-menu li button {
    display: block;
    width: 100%;
    padding: 0.5rem 1rem;
    text-align: left;
    border: none;
    background-color: transparent;
    color: #212529;
    cursor: pointer;
}

.icon-language-selector .dropdown-menu li button:hover {
    background-color: #f8f9fa;
}

.btn-HiddenOnDesktop {
    display: none;
}

.btn-header-pre-login {
    background-color: transparent;
    border: none;
    cursor: pointer;
}

    .btn-header-pre-login:last-child {
        margin-left: 20px;
    }

.btn-header-post-login {
    background-color: transparent;
    border: none;
    cursor: pointer;
}


/*
.top-margin-sm {
    margin-top: 30px;
}

.top-margin-lg {
    margin-top: 200px;
}*/

.pnlNoLogin {
    display: flex;
    gap: 10px;
}

.container-footer-vcg {
    border-top: 1px solid #D4DADF;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 28.5px 16em;
}

.container-apnConfidentiality * {
    font-size: 14px !important;
    font-family: "Open Sans", sans-serif !important;
    line-height: 1.1rem;
}

.btnTerms {
    background-color: transparent;
    border: none;
    color: #0070c0;
    font-size: 15px;
    font-weight: 600;
    padding: 0px;
    cursor: pointer;
}

/* Main Menu Start */
.container-main-menu-vcg {
    background-color: #f5f8fb;
    border: 1px solid #d4dadf;
    width: 100%;
    height: fit-content;
    /*position: fixed;
    top: 60px;
    z-index: 1000;*/
}

.btn-mobile-menu-vcg {
    display: none;
}

.main-menu-vcg {
    background-color: #f5f8fb;
    overflow: hidden;
    position: relative;
    max-width: 88em !important;
    margin: 0 16em;
    display: flex;
    justify-content: space-evenly;
}

    .main-menu-vcg img {
        cursor: pointer;
        pointer-events: auto;
    }

    .main-menu-vcg nav {
        background-color: #f5f8fb;
        display: flex;
        justify-content: space-evenly;
        height: 100px;
        margin: 0;
        list-style: none;
        overflow-x: scroll;
        -ms-overflow-style: none;
        scrollbar-width: none;
        scroll-behavior: smooth;
        width: 100%;
        max-width: 88em;
        padding: 0;
    }

.mainMenuVCG-pre-login nav {
    justify-content: space-between !important;
}

.main-menu-vcg nav.dragging a {
    pointer-events: none;
}

.main-menu-vcg nav.dragging {
    scroll-behavior: auto;
}

.main-menu-vcg nav::-webkit-scrollbar {
    display: none;
}

.main-menu-vcg a {
    color: #2c4070;
    text-decoration: none;
    font-size: 14px;
    font-weight: 700;
    padding-top: 8px;
    padding: 15px 15px 14px;
    width: 90px;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    text-align: center;
    user-select: none;
    /*flex-grow: 1;*/
    flex-shrink: 0;
}


.mainMenuVCG-pre-login a {
    max-width: 120px;
    min-width: 120px;
    white-space: normal;
    word-wrap: break-word;
    overflow-wrap: break-word;
}

.profile-dropdown-container {
    position: relative;
    display: inline-block;
}

.profile-dropdown-menu {
    background-color: #fff;
    position: absolute;
    top: 35px;
    right: 0;
    z-index: 999999999;
    border: 1px solid #ccc;
    padding: 1rem;
    border-radius: 6px;
    box-shadow: 0 8px 16px rgba(0, 0, 0, 0.2);
    width: 300px;
}


.main-menu-vcg a.active {
    background-color: #2c4070;
    color: #fff;
}

    .main-menu-vcg a.active svg path {
        stroke: #fff;
    }

.main-menu-vcg .right-arrow,
.main-menu-vcg .left-arrow {
    position: absolute;
    height: 100%;
    width: 100px;
    top: 0;
    display: none;
    justify-content: center;
    align-items: center;
    pointer-events: auto;
    cursor: pointer;
}

    .main-menu-vcg .right-arrow.active,
    .main-menu-vcg .left-arrow.active {
        display: flex;
    }

.main-menu-vcg .right-arrow {
    right: 0;
    background-color: #f5f8fb;
    border: 1px solid #d4dadf;
    justify-content: center;
    align-items: center;
    width: 60px;
}

.main-menu-vcg .left-arrow {
    background-color: #f5f8fb;
    border: 1px solid #d4dadf;
    width: 60px;
    left: 0;
}

.main-menu-vcg a:hover,
.main-menu-vcg a:focus,
.main-menu-vcg a:active {
    background-color: #2C4070;
    color: #fff;
}

    .main-menu-vcg a:hover svg path,
    .main-menu-vcg a:focus svg path,
    .main-menu-vcg a:active svg path {
        stroke: #fff;
    }

.main-menu-vcg a svg {
    margin-bottom: 10px;
}

@media (min-width: 1430px) {
    .main-menu-vcg .right-arrow,
    .main-menu-vcg .left-arrow {
        display: none !important;
    }
}

@media (max-width: 1920px) {
    .header-left-side {
        margin-left: 18em;
    }

    .header-right-side {
        margin-right: 18em;
    }

    .main-menu-vcg {
        max-width: 88em !important;
        margin: 0 16em;
    }

    .container-footer-vcg {
        padding: 28.5px 16em;
    }
}

@media (max-width: 1550px) {
    .header-left-side {
        margin-left: 9em;
    }

    .header-right-side {
        margin-right: 9em;
    }

    .main-menu-vcg {
        max-width: 82em !important;
        margin: 0 8em;
    }

    .main-content {
        /*padding: 0 96px;*/ 
        margin-left: auto;
        margin-right: auto;
        width: 100%;
        padding: 0 1em;
    }

    .container-footer-vcg {
        padding: 28.5px 8em;
    }
}

@media (max-width: 1250px) {
    .header-left-side {
        margin-left: 2em;
    }

    .header-right-side {
        margin-right: 2em;
    }

    .main-menu-vcg {
        max-width: 75em !important;
        margin: 0 2em;
    }

    .main-content {
        margin-left: auto;
        margin-right: auto;
        width: 100%;
        padding: 0 1em;
    }

    .container-footer-vcg {
        padding: 28.5px 2em;
    }
}

@media (max-width: 1200px) {
    .header-left-side {
        margin-left: 2em;
    }

    .header-right-side {
        margin-right: 2em;
    }

    .main-menu-vcg {
        max-width: 75em !important;
        margin: 0;
    }

    .main-content {
        margin-left: auto;
        margin-right: auto;
        width: 100%;
        padding: 0 1em;
    }

    .container-footer-vcg {
        padding: 28.5px 1em 28.5px 1.5em;
    }
}

@media (max-width: 1024px) {
    .btn-mobile-menu-vcg {
        display: block;
        background: none;
        border: none;
        padding: 10px;
        cursor: pointer;
        z-index: 10000;
    }

    .main-menu-vcg {
        position: fixed;
        top: 0;
        left: -100%;
        width: 80%;
        max-width: 300px;
        height: 100vh;
        background: #f5f8fb;
        transition: left .3s ease;
        display: block;
        margin: 0;
        overflow-y: auto;
        /*padding-top: 60px;*/
    }

        .main-menu-vcg.active {
            left: 0;
        }

    #menu-overlay-vcg {
        position: fixed;
        display: none;
        top: 0;
        left: 0;
        width: 100vw;
        height: 100vh;
        background: rgba(0,0,0,0.4);
        z-index: 9998;
    }
}

@media (min-width: 1920px) {
    .header-left-side {
        margin-left: 0;
    }

    .header-right-side {
        margin-right: 0;
    }

    .main-menu-vcg {
        /*max-width: unset !important;*/
        margin: 0 auto;
    }

        .main-menu-vcg nav {
            justify-content: space-between;
        }

        .main-menu-vcg a {
            flex-grow: unset;
        }

    .main-content {
        margin-left: auto;
        margin-right: auto;
        width: 100%;
        /*max-width: 88em;*/
    }

    .container-footer-vcg {
        max-width: 96vw;
        width: 100%;
        padding: 28.5px 4em;
    }
}

@media (min-width: 2000px) {
    .main-content {
        margin-left: auto;
        margin-right: auto;
        width: 100%;
        /*max-width: 88em;*/
    }
}


/* Main Menu End */

/* Custom VCG User Menu */
.user-modal-wrapper {
    position: relative;
    display: inline-block;
    margin-left: 16px;
}

.custom-user-modal {
    position: fixed;
    top: 0;
    left: 0;
    /*right: 0;*/
    display: none;
    z-index: 999999;
    width: 100%;
    height: 100%;
    background-color: transparent;
    overflow: auto;
}

.custom-user-modal-content {
    background-color: #fff;
    display: none;
    position: absolute;
    top: 35px;
    right: 0;
    z-index: 999999999;
    border: 1px solid #ccc;
    padding: 1rem;
    border-radius: 6px;
    box-shadow: 0 8px 16px rgba(0, 0, 0, 0.2);
    width: 300px;
}

.container-page-content {
    display: flex;
    flex-direction: row;
    font-family: "Open Sans", sans-serif !important;
    height: 100%;
}

.page-column1 {
    border-right: 1px solid #D4DADF;
}

.container-mfa-form p {
    margin-bottom: 30px !important;
    text-align: left;
    color: #333333;
    font-weight: 400 !important;
}

.container-mfa-form input {
    width: 40% !important;
    margin-bottom: 30px !important;
}

.container-mfa-form h2 {
    margin-top: 30px !important;
    color: #2C4070;
    font-size: 32px;
    font-weight: 700;
    line-height: 43.58px;
    margin-bottom: 30px !important;
}

.container-login-form h3 {
    text-align: center;
    color: #2C4070;
    font-weight: 600 !important;
}

.login-form {
    /*padding: 50px 50px 0px;*/
    display: grid;
    margin: 20px 30px 0px 0px;
}

.login-form a {
    color: #0070c0;
    text-decoration: none;
    font-size: 14px;
}

.lnkPwdReset {
    position: relative;
    left: 10px;
    /*top: -14px;*/
    top: 5px;
}

.container-checkbox-terms {
    font-size: 14px;
    position: relative;
    left: 6px;
    margin: 12px 0px 18px;
}

.lnkTerms {
    position: relative;
    left: 24px;
    top: 0px;
}

div.validation-message {
    margin-left: 25px !important;
}

.login-form .RadCheckBox.RadButton .rbText {
    padding: 0px !important;
    font-size: 14px !important;
    color: #333 !important;
}

/*.login-form .RadButton_CobbleStone .rbToggleCheckbox:before {
    top: 95% !important;
}*/

.login-form-buttons {
    display: flex;
    gap: 20px;
}

.login-column2 {    
    margin: 50px 0px 0px 70px;
}

.login-column2-heading {
    font-size: 32px;
    font-weight: 700;
    color: #2C4070;
    margin-bottom: 40px;
}

.login-welcome {
    /*padding: 50px 100px 0px;*/
    text-align: center;
    display: grid;
    margin: 50px 0px 0px 70px;
}

    .login-welcome h1 {
        font-size: 32px;
        font-weight: 700;
        color: #2C4070;
        margin-bottom: 40px;
    }

    .login-welcome h2 {
        font-size: 24px;
        font-weight: 600;
        color: #2C4070;
        margin-bottom: 25px;
    }

    .login-welcome p {
        color: #333;
        text-align: center;
    }

.footer-appName-vcg {
    display: flex;
    justify-content: left;
    align-items: center;
}

.container-lblSigned {
    text-align: center;
    padding-bottom: 10px;
}

.lblDarkBlueText {
    font-size: 16px;
    font-weight: 600;
    color: #2C4070;
}

.lblPageTitle {
    display: block;
    margin-bottom: 20px;
}

.msgSuccess {
    color: #036D07;
    font-weight: bold;
}

.msgWarning {
    color: #D23D4F;
    font-weight: bold;
}

.imgSuccess,
.imgWarning {
    vertical-align: sub;
}

.container-links-vertical {
    padding: 20px 35px;
    width: 325px;
}

.link-vertical {
    color: #2C4070;
    font-weight: 600;
    text-decoration: none;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 20px 0px;
}

.container-btnSignOut {
    margin-left: 35px;
}

.container-page-message {
    color: #2C4070;
    padding: 20px;
    text-align: center;
}

    .container-page-message .lblPageTitle {
        display: block;
        font-size: 32px;
        font-weight: 700;
    }

.container-page-message-body {
    color: #2C4070;
    padding: 0px 100px;
    text-align: left;
}

.help-text {
    font-size: 16px;
    color: #2C4070;
    max-width: 780px;
    text-align: left;
    padding: 0px 100px;
    margin: 0px auto 50px;
}

.divContainerNotice {
    background-color: transparent;
    display: flex;
    gap: 10px;
}

.RTSUserCompanyInfo {
    margin-bottom: 30px;
}

.RMPUserCompanyInfo {
    margin-bottom: 70px;
}

.divAddService {
    margin: 20px;
    display: flex;
    align-items: baseline;
    gap: 30px;
}

.container-grid-border {
    border: 2px solid #D4DADF;
}

.container-btn-bottom {
    text-align: left;
    width: 100%;
    margin: 0 auto 50px 14px;
}

.message-fieldNA {
    margin: 30px 0;
}

.container-user-info-title {
    margin-bottom: 20px;
}

.container-logout-page, .container-unsubscribe {
    margin-top: 3em;
    display: flex;
    justify-content: center;
    align-items: center;
}

.content-logout {
    width: 472px;
    text-align: center;
    margin: 0 auto;
}

.content-unsubscribe {
    max-width: 700px;
    word-wrap: break-word;
    margin: 0 auto;
}

    .content-unsubscribe > .info-row {
        display: flex;
        justify-content: space-between;
        width: 700px;
    }
        .content-unsubscribe > .info-row > .label {
            font-weight: bold;
        }
        .content-unsubscribe > .info-row > .value {
            text-align: right;
            flex-grow: 1;
        }

    .lblLogOutMsg {
        display: block;
        margin-bottom: 30px;
    }

.lblLogoutInfo {
    display: block;
    margin-bottom: 30px;
}

.CSBusinessCard {
    border: 2px solid #D4DADF;
    border-radius: 5px;
    width: 308px;
    margin: 0 auto;
}

.bizCardText {
    display: block;
    font-size: 12px;
    margin: 0 50px 10px;
    text-align: center;
}

.container-pnlConfirmation {
    width: 60%;
    margin-top: 20px;
}

.linkBizCard {
    color: #0070c0;
}

    .linkBizCard:visited {
        color: #0070c0;
    }




/* =========================
   MEDIA QUERIES (CLEANED)
   ========================= */

/* ---------- MOBILE: under 768px ---------- */
@media (max-width: 767.98px) {

    .outer-main-flexbox {
        height: unset;
    }

    .divClientHeader {
        height: 100px;
        border-bottom: 1px solid #d4dadf;
    }

    .header-left-side {
        margin-left: 10px;
    }

    .header-right-side {
        margin-right: 10px;
    }

    .btn-hiddenOnMobile {
        display: none !important;
    }

    .btn-HiddenOnDesktop {
        display: block !important;
    }

    .container-main-menu-vcg {
        height: 60px;
        top: 99px;
    }

    .btn-mobile-menu-vcg {
        display: block;
        position: absolute;
        left: 20px;
        top: 108px;
        background-color: transparent;
        border: none;
        cursor: pointer;
    }

    /* Arrows hidden on mobile */
    .main-menu-vcg .right-arrow,
    .main-menu-vcg .left-arrow {
        display: none !important;
    }

    /* IMPORTANT: Make container neutral on mobile so it doesn't paint/cover content */
    .main-menu-vcg {
        background-color: transparent !important;
        max-width: 100% !important;
        margin: 0 auto !important;
        overflow: visible !important;
        position: static !important;
        top: auto !important;
        left: auto !important;
        z-index: auto !important;
    }

    /* Optional overlay (if used by JS) */
    #menu-overlay-vcg {
        position: fixed;
        top: 164px;
        left: 0;
        width: 100%;
        height: 100%;
        background-color: rgba(0,0,0,0.5);
        display: none;
        z-index: 999;
    }

    /* MOBILE NAV: hidden by default; fixed when active (no transitions) */
    .main-menu-vcg nav {
        background-color: #f5f8fb;
        flex-direction: column;
        margin: 0;
        list-style: none;
        overflow-x: scroll;
        -ms-overflow-style: none;
        scrollbar-width: none;
        scroll-behavior: smooth;
        position: fixed;
        height: auto;
        width: 100%;
        display: none; /* hidden by default */
        top: 165px; /* align with header */
        left: 0;
        z-index: 999999;
        padding: 0;
    }

        .main-menu-vcg nav.active {
            display: block; /* shown when toggled */
        }

    .main-menu-vcg a svg {
        margin-bottom: 0;
    }

    .main-content {
        /*padding: 0 30px;*/
        padding: 0 1em;
    }

    .top-margin-lg {
        margin-top: 150px;
    }

    .main-menu-vcg a {
        padding: 16px 30px;
        flex-direction: row;
        justify-content: flex-start;
        align-items: center;
        text-align: center;
        gap: 10px;
        max-width: unset;
        width: 100%;
    }

    .container-page-content {
        flex-direction: column;
        height: 100%;
    }

    .page-column1 {
        border-right: none;
        border-bottom: 1px solid #D4DADF;
        padding-bottom: 25px;
    }

    .login-form {
        margin: 0 0 0 5px;
    }

        .login-form .is-floating-label .RadInput .riTextBox {
            width: 333px;
        }

    .container-login-form p {
        margin-top: 12px;
    }

    .login-column2 {
        margin: 50px 30px 0 30px;
    }

    .login-welcome {
        margin: 20px 0 0;
    }

        .login-welcome h1 {
            margin-bottom: 10px;
        }

    .login-form-buttons {
        margin-left: 35px;
    }

    .container-footer-vcg {
        background-color: #F5F8FB;
        border-top: 1px solid #D4DADF;
        display: flex;
        flex-direction: column;
        justify-content: space-between;
        align-items: flex-start;
        padding: 28px;
    }

    .footer-left-side {
        padding-left: 15px;
        margin-bottom: 20px;
    }

    .footer-appName-vcg {
        display: block;
        text-align: left;
        line-height: 1.2rem;
    }

    .btnTerms {
        margin-bottom: 8px;
    }

    .login-welcome h1 {
        margin-top: 5px;
    }

    .container-lblSigned {
        margin-top: 20px;
        padding-bottom: 0;
    }

    .container-page-message {
        padding: 20px 0;
    }

        .container-page-message .lblPageTitle {
            margin: 10px 0;
        }

    .container-page-message-body {
        padding: 0 15px 35px;
    }

    .help-mobile-title {
        padding: 0 0 20px;
    }

    .help-text {
        max-width: unset;
        text-align: left;
        padding: 0 10px;
        margin: 0 auto 50px;
    }

    .divAddService {
        flex-wrap: wrap;
    }

    .ddlServices {
        width: 350px !important;
    }

    .divNoticeTitle,
    .divErrorNotice,
    .divWarningNotice,
    .divStatusNotice,
    .divSuccessNotice {
        width: unset !important;
    }

    .container-pnlConfirmation {
        width: 100%;
    }
}

/* ---------- iPAD / TABLET: 768–1024px ----------
   Keep iPad behaving like desktop (visible horizontal nav).
   This block adds your spacing tweaks but does NOT reintroduce fixed container or pale overlay.
*/
@media only screen and (min-width: 768px) and (max-width: 1024px) and (-webkit-min-device-pixel-ratio: 1) {
    .header-left-side {
        margin-left: 28px;
    }

    .header-right-side {
        margin-right: 28px;
    }

    .main-menu-vcg {
        max-width: calc(100% - 20px);
    }

    .main-content {
        /*padding: 0 30px;*/
        padding: 0 1em;
    }

    .container-footer-vcg {
        padding: 28px;
    }

    .login-form {
        margin: 50px 30px 0 30px;
    }

    .login-welcome {
        margin: 50px 30px 0 30px;
    }

    .login-form-buttons {
        margin-left: 35px;
    }

    .help-text {
        max-width: unset !important;
        padding: 0 60px;
    }

    .container-page-content {
        padding: 0 20px;
    }

    .container-page-message .lblPageTitle {
        padding: 0 50px;
    }

    .container-page-message-body {
        padding: 0 0 0 50px;
    }
}

/* ---------- DESKTOP / TABLET: 768px and up ---------- */
@media (min-width: 768px) {

    /* Hide the mobile toggle button */
    .btn-mobile-menu-vcg {
        display: none !important;
    }

    /* Desktop container: normal (not fixed) unless you explicitly need it fixed on desktop */
    .main-menu-vcg {
        position: relative; /* change to 'fixed' only if your desktop layout needs it */
        top: auto;
        left: auto;
        z-index: auto;
        background-color: #f5f8fb;
        overflow: hidden;
        margin: 0 auto;
        max-width: 88em; /* keep your desktop sizing as needed */
    }

    /* Desktop nav layout: visible horizontal bar */
    #navMobileVCG {
        display: flex !important;
        position: static !important;
        background: transparent !important;
        height: 100px;
        flex-direction: row !important;
    }
}

/* =======================================================
   FINAL OVERRIDES — place AT THE END of your stylesheet
   Enforce: Mobile < 768, Desktop/Tablet >= 768 (iPad too)
   ======================================================= */

/* MOBILE: under 768px — drawer menu */
@media (max-width: 767.98px) {
    /* Container must be neutral so it doesn’t paint or cover content */
    .main-menu-vcg {
        background-color: transparent !important;
        position: static !important;
        top: auto !important;
        left: auto !important;
        z-index: auto !important;
        overflow: visible !important;
        margin: 0 auto !important;
        max-width: 100% !important;
        height: auto !important;
    }

    /* Drawer nav (hidden until opened) */
    #navMobileVCG {
        display: none !important;
        position: fixed !important;
        top: 165px !important;
        left: 0 !important;
        width: 100% !important;
        background: #f5f8fb !important;
        z-index: 999999 !important;
        flex-direction: column !important;
        height: auto !important;
        padding: 0 !important;
        margin: 0 !important;
    }

        #navMobileVCG.active {
            display: block !important;
        }

    .btn-mobile-menu-vcg {
        display: block !important;
    }

    /* Optional overlay (if you use it) */
    #menu-overlay-vcg {
        display: none;
    }
}

/* DESKTOP/TABLET: 768px and up — horizontal bar (iPad too) */
@media (min-width: 768px) {
    /* Ensure no mobile “fixed pale sheet” leaks into iPad/desktop */
    .main-menu-vcg {
        position: relative !important; /* not fixed */
        top: auto !important;
        left: auto !important;
        z-index: auto !important;
        background-color: #f5f8fb !important; /* keep your bar background */
        overflow: visible !important;
        margin: 0 auto !important;
        max-width: 88em !important; /* your desktop sizing */
        height: auto !important;
    }

    #navMobileVCG {
        display: flex !important; /* visible as horizontal bar */
        position: static !important; /* not fixed */
        background: transparent !important;
        height: 100px !important;
        flex-direction: row !important;
        padding: 0 !important;
        margin: 0 !important;
    }

    .btn-mobile-menu-vcg {
        display: none !important;
    }

    /* Just in case an overlay was left visible somewhere */
    #menu-overlay-vcg {
        display: none !important;
    }
}

/* iPad spacing tweaks (keeps desktop-like behavior, no fixed sheet) */
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (-webkit-min-device-pixel-ratio: 1) {

    /* Add your spacing/width tweaks ONLY; don’t reintroduce fixed/background */
    .main-menu-vcg {
        max-width: calc(100% - 20px) !important;
    }
}