.elementor-11963 .elementor-element.elementor-element-b4c67f4{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-theme-builder-content-area{height:400px;}.elementor-location-header:before, .elementor-location-footer:before{content:"";display:table;clear:both;}/* Start custom CSS for container, class: .elementor-element-b4c67f4 *//* ═══════════════════════════════════════════════════════════════
   MOBILIA® HEADER — Visual tile mega menu
   5 nav items · #eaf5f6 bg · 100px logo · 10px padding
   Sticky scroll: logo shrinks to 60px, padding tightens
   Paste into Elementor → Site Settings → Custom CSS
═══════════════════════════════════════════════════════════════ */

:root {
  --mh-bg:         #eaf5f6;
  --mh-bg-hover:   #d4ecee;
  --mh-teal:       #008080;
  --mh-teal-dark:  #006666;
  --mh-teal-pale:  #eaf5f6;
  --mh-teal-light: #c5e5e6;
  --mh-black:      #111111;
  --mh-ink:        #1e1e1e;
  --mh-grey:       #6b6b6b;
  --mh-border:     #cde8ea;
  --mh-surface:    #f4fafb;
  --mh-white:      #ffffff;
  --mh-green:      #25D366;
  --mh-font:       'Outfit', sans-serif;
  --mh-ease:       cubic-bezier(0.22, 1, 0.36, 1);
  --mh-r:          7px;
}

/* ── RESET ───────────────────────────────────────────────────── */
.mob-drawer {width: 100%; max-width:100%;};
.mob-header *, .mob-drawer * { box-sizing: border-box; margin: 0; padding: 0; }
.mob-header a, .mob-drawer a { text-decoration: none; color: inherit; }
.mob-header ul, .mob-drawer ul { list-style: none; }
.mob-header button, .mob-drawer button { cursor: pointer; background: none; border: none; font-family: var(--mh-font); }

/* ── HEADER ──────────────────────────────────────────────────── */
.mob-header {
  position: sticky;
  top: 0;
  z-index: 9999;
  background: var(--mh-bg);
  border-bottom: 1px solid var(--mh-border);
  padding: 10px 0;
  font-family: var(--mh-font);
  transition: box-shadow .25s var(--mh-ease), padding .3s var(--mh-ease);
}
.mob-header.is-scrolled {
  padding: 5px 0;
  box-shadow: 0 5px 24px 15px rgba(0,128,128,0.1), 0 1px 6px rgba(0,0,0,0.04);
}
.mob-header__inner {
  max-width: 1400px;
  width: 85%;
  margin: 0 auto;
  display: flex;
  align-items: center;
  gap: 28px;
}

/* ── LOGO ────────────────────────────────────────────────────── */
.mob-logo { display: flex; align-items: center; flex-shrink: 0; }
.mob-logo img {
  height: 100px;
  width: auto;
  display: block;
  transition: height .3s var(--mh-ease);
}
.mob-header.is-scrolled { background: white; }
.mob-header.is-scrolled .mob-logo img { height: 50px; }

/* ── NAV ─────────────────────────────────────────────────────── */
.mob-nav { flex: 1; display: flex; justify-content: center; }
.mob-nav__list { display: flex; align-items: center; gap: 4px; }
.mob-nav__item { position: relative; }

.mob-nav__link {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 9px 16px;
  font-size: 15px;
  font-weight: 400;
  color: var(--mh-ink);
  border-radius: var(--mh-r);
  transition: color .15s, background .15s;
  white-space: nowrap;
}
.mob-nav__link:hover,
.mob-nav__item:hover > .mob-nav__link,
.mob-nav__item:focus-within > .mob-nav__link {
  color: var(--mh-teal);
  background: var(--mh-bg-hover);
}
.mob-chev {
  flex-shrink: 0;
  opacity: .5;
  transition: transform .2s var(--mh-ease), opacity .15s;
}
.mob-nav__item:hover > .mob-nav__link .mob-chev,
.mob-nav__item:focus-within > .mob-nav__link .mob-chev {
  transform: rotate(180deg);
  opacity: 1;
}

/* ── SIMPLE DROPDOWN (About Us) ──────────────────────────────── */
.mob-drop {
  position: absolute;
  top: calc(100% + 10px);
  left: 0;
  background: var(--mh-white);
  border: 1px solid var(--mh-border);
  border-radius: var(--mh-r);
  box-shadow: 0 8px 28px rgba(0,0,0,0.09);
  min-width: 210px;
  padding: 8px;
  opacity: 0;
  visibility: hidden;
  transform: translateY(6px);
  transition: opacity .18s var(--mh-ease), transform .18s var(--mh-ease), visibility .18s;
  z-index: 400;
}
.mob-nav__item:hover .mob-drop,
.mob-nav__item:focus-within .mob-drop {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}
.mob-drop ul { display: flex; flex-direction: column; gap: 1px; }
.mob-drop a {
  display: block;
  padding: 9px 12px;
  font-size: 14px;
  color: var(--mh-ink);
  border-radius: 5px;
  transition: background .12s, color .12s;
  white-space: nowrap;
}
.mob-drop a:hover { background: var(--mh-teal-pale); color: var(--mh-teal); }

/* ══ MEGA MENU — shared base for both Office Furniture + Services ══ */
.mob-mega,
.mob-mega-svc {
  position: fixed;
  /* top is set dynamically by JS — see onScroll() */
  left: 5%;
  width: 90%;
  background: var(--mh-white);
  border: 1px solid var(--mh-border);
  border-top: 3px solid var(--mh-teal);
  border-radius: 0 0 12px 12px;
  box-shadow: 0 16px 48px rgba(0,128,128,0.1), 0 4px 16px rgba(0,0,0,0.07);
  opacity: 0;
  visibility: hidden;
  transform: translateY(-6px);
  transition: opacity .22s var(--mh-ease), transform .22s var(--mh-ease), visibility .22s, top .3s var(--mh-ease);
  z-index: 400;
  overflow: hidden;
}

.mob-nav__item:hover .mob-mega,
.mob-nav__item:focus-within .mob-mega,
.mob-nav__item:hover .mob-mega-svc,
.mob-nav__item:focus-within .mob-mega-svc {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}

/* ── OFFICE FURNITURE MEGA — 5 equal tiles ───────────────────── */
.mob-mega__tiles {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 0;
}

/* ── SERVICES MEGA — 4 equal columns ─────────────────────────── */
.mob-mega-svc__cols {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 0;
}

/* Individual tile / column — shared styles */
.mob-mega__tile,
.mob-mega-svc__col {
  padding: 24px 20px;
  border-right: 1px solid var(--mh-border);
  transition: background .15s;
}
.mob-mega__tile:last-child,
.mob-mega-svc__col:last-child { border-right: none; }
.mob-mega__tile:hover,
.mob-mega-svc__col:hover { background: var(--mh-surface); }

/* Column heading (Services mega) */
.mob-mega-svc__head {
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 1px;
  text-transform: uppercase;
  color: var(--mh-teal);
  padding-bottom: 10px;
  margin-bottom: 10px;
  border-bottom: 1.5px solid var(--mh-teal-light);
}

/* Links inside Services mega columns */
.mob-mega-svc__links {
  display: flex;
  flex-direction: column;
  gap: 1px;
}
.mob-mega-svc__links a {
  display: flex;
  align-items: center;
  gap: 6px;
  padding: 9px 8px;
  font-size: 1rem;
  font-weight: 400;
  color: var(--mh-black);
  border-radius: 5px;
  transition: background .12s, color .12s, padding-left .15s;
  line-height: 1.3;
}
.mob-mega-svc__links a::before {
  content: '';
  width: 5px;
  height: 5px;
  background: var(--mh-teal-light);
  border-radius: 50%;
  flex-shrink: 0;
  transition: background .12s;
  margin-right: 6px;
}
.mob-mega-svc__links a:hover {
  background: var(--mh-teal-pale);
  color: var(--mh-teal);
  padding-left: 12px;
}
.mob-mega-svc__links a:hover::before { background: var(--mh-teal); }

/* Tile header — icon + category name (Office Furniture) */
.mob-mega__tile-head {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 14px;
  padding-bottom: 12px;
  border-bottom: 1.5px solid var(--mh-teal-light);
  text-decoration: none;
}
.mob-mega__tile-head:hover .mob-mega__tile-cat { color: var(--mh-teal-dark); }

.mob-mega__tile-icon {
  width: 38px;
  height: 38px;
  background: var(--mh-teal-pale);
  border: 1px solid var(--mh-teal-light);
  border-radius: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  transition: background .15s, border-color .15s;
}
.mob-mega__tile-head:hover .mob-mega__tile-icon {
  background: var(--mh-teal);
  border-color: var(--mh-teal);
}
.mob-mega__tile-icon svg { stroke: var(--mh-teal); transition: stroke .15s; }
.mob-mega__tile-head:hover .mob-mega__tile-icon svg { stroke: var(--mh-white); }

.mob-mega__tile-cat {
  font-size: 14px;
  font-weight: 700;
  color: var(--mh-black);
  line-height: 1.25;
  transition: color .15s;
}

/* Sub-links inside Office Furniture tile */
.mob-mega__tile-links {
  display: flex;
  flex-direction: column;
  gap: 1px;
}
.mob-mega__tile-links a {
  display: flex;
  align-items: center;
  gap: 6px;
  padding: 10px 8px;
  font-size: 1rem;
  font-weight: 400;
  color: var(--mh-black);
  border-radius: 5px;
  transition: background .12s, color .12s, padding-left .15s;
  line-height: 1.3;
}
.mob-mega__tile-links a::before {
  content: '';
  width: 5px;
  height: 5px;
  background: var(--mh-teal-light);
  border-radius: 50%;
  flex-shrink: 0;
  transition: background .12s;
  margin-right: 10px;
}
.mob-mega__tile-links a:hover {
  background: var(--mh-teal-pale);
  color: var(--mh-teal);
  padding-left: 12px;
}
.mob-mega__tile-links a:hover::before { background: var(--mh-teal); }

/* Popular badge */
.mob-badge {
  display: inline-block;
  background: var(--mh-teal);
  color: var(--mh-white);
  font-size: 9.5px;
  font-weight: 700;
  padding: 2px 6px;
  border-radius: 20px;
  letter-spacing: .3px;
  flex-shrink: 0;
}

/* Mega footer bar — shared */
.mob-mega__bar,
.mob-mega-svc__bar {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 12px 24px;
  background: var(--mh-surface);
  border-top: 1px solid var(--mh-border);
}
.mob-mega__bar-stats {
  display: flex;
  align-items: center;
  gap: 28px;
}
.mob-mega__bar-stats span {
  display: flex;
  align-items: center;
  gap: 6px;
  font-size: 15px;
  font-weight: 500;
  color: var(--mh-black);
}
.mob-mega__bar-stats svg { stroke: var(--mh-teal); flex-shrink: 0; }
.mob-mega__bar-cta,
.mob-mega-svc__bar-cta {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  background: var(--mh-black);
  color: var(--mh-white)!important;
  font-size: 13.5px;
  font-weight: 600;
  padding: 9px 20px;
  border-radius: var(--mh-r);
  transition: background .15s;
  white-space: nowrap;
  flex-shrink: 0;
}
.mob-mega__bar-cta:hover,
.mob-mega-svc__bar-cta:hover { background: var(--mh-teal-dark); color: var(--mh-white); }
.mob-mega__bar-cta svg,
.mob-mega-svc__bar-cta svg { stroke: var(--mh-white); }

.mob-mega-svc__bar-info {
  display: flex;
  align-items: center;
  gap: 28px;
}
.mob-mega-svc__bar-info span {
  display: flex;
  align-items: center;
  gap: 6px;
  font-size: 14px;
  font-weight: 500;
  color: var(--mh-black);
}
.mob-mega-svc__bar-info svg { stroke: var(--mh-teal); flex-shrink: 0; }

/* ── ACTIONS ─────────────────────────────────────────────────── */
.mob-actions { display: flex; align-items: center; gap: 10px; flex-shrink: 0; }

.mob-cart {
  width: 50px;
  height: 50px;
  background: var(--mh-white);
  color: var(--mh-white);
  border-radius: var(--mh-r);
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  transition: background .15s, width .3s var(--mh-ease), height .3s var(--mh-ease);
  flex-shrink: 0;
}
.mob-cart:hover { background: #2a2a2a; color: var(--mh-white); }
.mob-header.is-scrolled .mob-cart { width: 40px; height: 40px; }

.mob-cart__badge {
  position: absolute;
  top: -3px;
  right: -3px;
  min-width: 18px;
  height: 18px;
  background: var(--mh-teal);
  color: var(--mh-white);
  font-family: var(--mh-font);
  font-size: 10px;
  font-weight: 700;
  border-radius: 9px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 4px;
  border: 2px solid var(--mh-bg);
}

.mob-quote {
  display: inline-flex;
  align-items: center;
  background: var(--mh-teal);
  color: var(--mh-white)!important;
  font-family: var(--mh-font);
  font-size: 14px;
  font-weight: 600;
  padding: 15px 25px;
  border-radius: var(--mh-r);
  white-space: nowrap;
  transition: background .15s, transform .15s, padding .3s var(--mh-ease), font-size .3s var(--mh-ease);
}
.mob-quote:hover { background: var(--mh-teal-dark); color: var(--mh-white); transform: translateY(-1px); }
.mob-header.is-scrolled .mob-quote { padding: 11px 20px; font-size: 13.5px; }

.mob-wa {
  width: 50px;
  height: 50px;
  background: var(--mh-green);
  border-radius: var(--mh-r);
  display: flex;
  align-items: center;
  justify-content: center;
  transition: background .15s, transform .15s, width .3s var(--mh-ease), height .3s var(--mh-ease);
  flex-shrink: 0;
}
.mob-wa:hover { background: #1db954; transform: scale(1.06); }
.mob-header.is-scrolled .mob-wa { width: 40px; height: 40px; }

.mob-burger {
  width: 40px;
  height: 40px;
  display: none;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 5px;
  border-radius: var(--mh-r);
  transition: background .15s;
}
.mob-burger:hover { background: var(--mh-bg-hover); }
.mob-burger span {
  display: block;
  width: 21px;
  height: 2px;
  background: var(--mh-ink);
  border-radius: 2px;
  transition: transform .25s var(--mh-ease), opacity .2s;
  transform-origin: center;
}
.mob-burger.is-x span:nth-child(1) { transform: translateY(7px) rotate(45deg); }
.mob-burger.is-x span:nth-child(2) { opacity: 0; transform: scaleX(0); }
.mob-burger.is-x span:nth-child(3) { transform: translateY(-7px) rotate(-45deg); }

/* ── OVERLAY ─────────────────────────────────────────────────── */
.mob-overlay {
  position: fixed;
  inset: 0;
  background: rgba(0,0,0,0.35);
  z-index: 9997;
  opacity: 0;
  visibility: hidden;
  transition: opacity .28s, visibility .28s;
}
.mob-overlay.is-on { opacity: 1; visibility: visible; }

/* ── MOBILE DRAWER ───────────────────────────────────────────── */
.mob-drawer {
  position: fixed;
  top: 0; left: 0;
  width: 310px;
  max-width: 92vw;
  height: 100vh;
  background: var(--mh-white);
  z-index: 9999;
  display: flex;
  flex-direction: column;
  transform: translateX(-100%);
  transition: transform .32s var(--mh-ease);
  box-shadow: 4px 0 24px rgba(0,0,0,0.1);
  overflow: hidden;
}
.mob-drawer.is-open { transform: none; }

.mob-drawer__top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 14px 18px;
  background: var(--mh-bg);
  border-bottom: 1px solid var(--mh-border);
  flex-shrink: 0;
}
.mob-drawer__top button {
  width: 34px;
  height: 34px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--mh-grey);
  border-radius: var(--mh-r);
  transition: background .12s;
}
.mob-drawer__top button:hover { background: var(--mh-bg-hover); }

.mob-drawer__nav { flex: 1; overflow-y: auto; }
.mob-drawer__nav > ul { display: flex; flex-direction: column; }
.mob-drawer__nav > ul > li > a {
  display: block;
  padding: 13px 18px;
  font-size: 15px;
  font-weight: 500;
  color: var(--mh-ink);
  border-bottom: 1px solid var(--mh-border);
  transition: color .12s;
}
.mob-drawer__nav > ul > li > a:hover { color: var(--mh-teal); }

.mob-acc__btn {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  padding: 13px 18px;
  font-size: 15px;
  font-weight: 500;
  color: var(--mh-ink);
  border-bottom: 1px solid var(--mh-border);
  text-align: left;
  transition: color .12s;
}
.mob-acc__btn:hover { color: var(--mh-teal); }
.mob-acc__btn svg { transition: transform .22s var(--mh-ease); flex-shrink: 0; }
.mob-acc.is-open > .mob-acc__btn { color: var(--mh-teal); }
.mob-acc.is-open > .mob-acc__btn svg { transform: rotate(180deg); }

.mob-acc__sub {
  max-height: 0;
  overflow: hidden;
  transition: max-height .32s var(--mh-ease);
  background: var(--mh-surface);
}
.mob-acc.is-open > .mob-acc__sub { max-height: 1200px; }
.mob-acc__sub li a {
  display: block;
  padding: 10px 26px;
  font-size: 14px;
  color: var(--mh-grey);
  border-bottom: 1px solid var(--mh-border);
  transition: color .12s, background .12s;
}
.mob-acc__sub li a:hover { color: var(--mh-teal); background: var(--mh-teal-pale); }
.mob-acc__sub li a b { color: var(--mh-ink); font-weight: 700; }

.mob-drawer__foot {
  padding: 18px;
  border-top: 1px solid var(--mh-border);
  background: var(--mh-bg);
  flex-shrink: 0;
}
.mob-drawer__contacts {
  display: flex;
  flex-direction: column;
  gap: 8px;
  margin-top: 12px;
}
.mob-drawer__contacts a {
  font-size: 14px;
  color: var(--mh-grey);
  transition: color .12s;
}
.mob-drawer__contacts a:hover { color: var(--mh-teal); }

/* ── RESPONSIVE ──────────────────────────────────────────────── */
@media (max-width: 1100px) {
  .mob-nav    { display: none; }
  .mob-burger { display: flex; }
}
@media (max-width: 768px) {
  .mob-header__inner { width: 94%; gap: 14px; }
  .mob-logo img      { height: 72px; }
  .mob-quote         { padding: 9px 14px; font-size: 13px; }
}
@media (max-width: 460px) {
  .mob-logo img { height: 54px; }
  .mob-quote    { display: none; }
}

/* ── ELEMENTOR OVERRIDES ─────────────────────────────────────── */
.elementor-location-header .mob-header { margin: 0; }
.elementor-location-header .elementor-section,
.elementor-location-header .elementor-container { padding: 0 !important; margin: 0 !important; max-width: 100% !important; }/* End custom CSS */