@charset "UTF-8";
.mobile-menu-text {
  display: none;
  text-align: center;
  font-size: 16px;
  margin-bottom: 5px; }

/* =============================
   MOBILE STYLES (UNCHANGED)
   ============================= */
@media (max-width: 768px) {
  .mobile-menu-text {
    display: block; }
  .section-home div {
    width: 100% !important; }
  h2 {
    font-size: 24px !important; }
  p {
    font-size: 14px !important; }
  i {
    font-size: 40px !important; }
  h3 {
    font-size: 18px !important; }
  button {
    font-size: 14px !important;
    padding: 8px 16px !important; }
  .section-offer div[style*="display: flex"] {
    flex-direction: column; }
  .section-offer div[style*="width: 30%"] {
    width: 100% !important;
    margin-bottom: 20px !important; }
  .section-faq div[style*="display: flex"] {
    flex-direction: column; }
  .section-faq div[style*="width: 45%"] {
    width: 100% !important; }
  .section-faq h2 {
    font-size: 16px !important; }
  .section-faq h3 {
    font-size: 14px !important; }
  .section-faq p,
  .section-faq li {
    font-size: 12px !important; }
  .section-about div[style*="display: flex"] {
    flex-direction: column;
    padding-left: 0;
    padding-right: 0; }
  .section-about div[style*="width: 40%"],
  .section-about div[style*="width: 50%"] {
    width: 100% !important; }
  .section-about h1 {
    font-size: 24px !important; }
  .section-about h2,
  .section-about h3 {
    font-size: 18px !important; }
  .section-about p {
    font-size: 14px !important; }
  .section-about {
    padding: 10px !important; } }

/* =========================================================
   DESKTOP NAV FIX (NO CONFLICTS)
   - Keeps Products trigger as PRODUCTS (no hamburger)
   - Keeps Products mega dropdown hover working
   - Fixes Consultation dropdown text clipping
   - Fixes TOP NAV SPACING with consistent gaps (NO huge gaps)
   - Does NOT touch mobile
   ========================================================= */
@media (min-width: 801px) {
  /* 1) Right-align the whole row */
  #menu .nav-minus-logo {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    width: 100%; }
  /* 2) Keep Products trigger + right links on the same row */
  #menu .nav-minus-logo .mega-cat-nav,
  #menu .nav-minus-logo .nav-right-fixed {
    display: flex;
    align-items: center;
    flex: 0 0 auto; }
  /* Space between PRODUCTS and the other links */
  #menu .nav-minus-logo .mega-cat-nav {
    margin-right: 28px;
    position: relative; }
  /* Allow the right nav area to size naturally */
  #menu .nav-minus-logo .nav-right-fixed {
    flex: 0 0 auto !important;
    width: auto !important;
    min-width: 0 !important; }
  #menu .nav-right-fixed .nav-right {
    width: auto !important;
    display: flex !important;
    align-items: center !important; }
  /* 3) CONSISTENT SPACING (NO space-between) */
  #menu .nav-right-fixed .nav-right > ul.navPages-list,
  #menu .nav-right-fixed .nav-right > ul.navPages-list.nav-page-list.one,
  #menu .nav-right-fixed .nav-right > ul.navPages-list.nav-page-list.one > ul.navPages-list.nav-page-list.two {
    display: flex !important;
    width: auto !important;
    justify-content: center !important;
    /* ✅ changed */
    align-items: center !important;
    gap: 48px !important;
    /* ✅ changed (adjust this) */
    margin: 0 !important;
    padding: 0 !important; }
  /* Remove floats that Vault may apply */
  #menu .nav-right-fixed .nav-right li,
  #menu .navPages-list > li {
    float: none !important; }
  /* Consistent link styling + prevent wrapping */
  #menu .nav-right-fixed .nav-right a.navPages-action {
    display: inline-flex !important;
    align-items: center !important;
    white-space: nowrap !important; }
  /* 4) Remove hamburger icons on desktop only */
  #menu .mega-cat-nav .mega-menu-icon {
    display: none !important; }
  /* 5) Hide existing trigger label spans on desktop */
  #menu .mega-cat-nav .burger-menu,
  #menu .mega-cat-nav .burger-menu.fixed,
  #menu .mega-cat-nav .mobile-menu-text {
    display: none !important; }
  /* 6) Show PRODUCTS label safely */
  #menu .mega-cat-nav > li.navPages-item.navPages-item-page.container-header.btn > a.navPages-action {
    background: transparent !important;
    padding: 0 !important;
    margin: 0 !important;
    font-weight: 600;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    color: inherit !important;
    text-decoration: none !important;
    line-height: 1 !important;
    position: static !important;
    left: auto !important; }
  #menu .mega-cat-nav > li.navPages-item.navPages-item-page.container-header.btn > a.navPages-action::before {
    content: "PRODUCTS";
    display: inline-block;
    font-size: 14px; }
  /* 7) Products mega dropdown: closed until hover, aligned under PRODUCTS */
  #menu .mega-cat-dropdown {
    display: none !important;
    position: absolute !important;
    top: 100% !important;
    left: 0 !important;
    margin-top: 0 !important;
    z-index: 99999 !important; }
  #menu .mega-cat-nav:hover .mega-cat-dropdown,
  #menu .mega-cat-dropdown:hover {
    display: block !important; }
  /* Optional hover bridge to prevent flicker */
  #menu .mega-cat-dropdown::before {
    content: "";
    position: absolute;
    top: -12px;
    left: 0;
    right: 0;
    height: 12px; }
  /* 8) Fix Consultation dropdown text clipping ONLY */
  #menu .navPage-subMenu {
    width: max-content !important;
    min-width: 260px !important;
    max-width: none !important; }
  #menu .navPage-subMenu a {
    white-space: nowrap !important;
    overflow: visible !important;
    text-overflow: clip !important;
    max-width: none !important;
    display: block !important; } }
