.elementor-3788 .elementor-element.elementor-element-84cf672 > .elementor-element-populated{padding:0px 0px 0px 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 html, class: .elementor-element-a3bbc88 *//* ============================================================
   Lux Senior Care â€” Header stylesheet (modular build)
   Prepared by Driven Digital LLC Â· September 2026

   This is the SITE-WIDE header component: top info bar + logo + main
   navigation. Meant for Elementor's Header template (Theme Builder),
   so it appears on every page, not just the homepage.

   Everything is scoped under .lux-site-header so this file cannot leak
   styles onto the rest of the site, and the rest of the site's CSS
   cannot silently override this component's own reset either.
   ============================================================ */

/* ============================================================
   Lux Senior Care â€” Homepage stylesheet
   Prepared by Driven Digital LLC Â· September 2026

   Tokens
   ------
   Color   navy #1E2740 (header/footer ground)
           slate #424867 (brand primary, headings)
           harbor #094676 (brand deep blue, links, buttons)
           gold #CCB118 (brand accent â€” offer, slide indicator)
           mist #EEF3F7 (pale sea, alternate section ground)
   Type    Playfair Display â€” headlines
           Raleway â€” body & interface
   Layout  1200px content column, left-aligned throughout.
           The slider is a split panel (navy text / photo), not
           text-over-photo, so copy stays legible at any width.
   ============================================================ */
.lux-site-header {
  --navy: #1E2740;
  --navy-deep: #151C30;
  --slate: #424867;
  --harbor: #094676;
  --harbor-hover: #0B5A97;
  --gold: #CCB118;
  --gold-pale: #FBF6D6;
  --mist: #EEF3F7;
  --mist-deep: #DCE5EE;
  --ink: #1B2233;
  --muted: #5B6478;
  --line: #D8DFE8;
  --white: #FFFFFF;

  --font-display: "Playfair Display", Georgia, "Times New Roman", serif;
  --font-body: "Raleway", "Segoe UI", Helvetica, Arial, sans-serif;

  --measure: 62ch;
  --container: 1200px;
  --gutter: clamp(20px, 4vw, 40px);
  --radius: 6px;
  --shadow: 0 10px 30px rgba(30, 39, 64, 0.12);
}

/* ============================================================
   SELF-HOSTED FONTS
   Raleway + Playfair Display, self-hosted (Latin subset, woff2 only)
   instead of the Google Fonts CDN â€” removes two cross-origin
   round trips (fonts.googleapis.com + fonts.gstatic.com) on every
   visit. font-display: swap avoids invisible-text blocking.
   ============================================================ */
@font-face {
  font-family: "Raleway";
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url("https://luxseniorcare.com/wp-content/uploads/2026/09/raleway-latin-400-normal.woff2") format("woff2");
}
@font-face {
  font-family: "Raleway";
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url("https://luxseniorcare.com/wp-content/uploads/2026/09/raleway-latin-500-normal.woff2") format("woff2");
}
@font-face {
  font-family: "Raleway";
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url("https://luxseniorcare.com/wp-content/uploads/2026/09/raleway-latin-600-normal.woff2") format("woff2");
}
@font-face {
  font-family: "Raleway";
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url("https://luxseniorcare.com/wp-content/uploads/2026/09/raleway-latin-700-normal.woff2") format("woff2");
}
@font-face {
  font-family: "Playfair Display";
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url("https://luxseniorcare.com/wp-content/uploads/2026/09/playfair-display-latin-600-normal.woff2") format("woff2");
}
@font-face {
  font-family: "Playfair Display";
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url("https://luxseniorcare.com/wp-content/uploads/2026/09/playfair-display-latin-700-normal.woff2") format("woff2");
}

/* ---------- Reset & base ---------- */
.lux-site-header *, .lux-site-header *::before, .lux-site-header *::after { box-sizing: border-box; }
.lux-site-header { -webkit-text-size-adjust: 100%; scroll-behavior: smooth; }
@media (prefers-reduced-motion: reduce) {
  .lux-site-header { scroll-behavior: auto; }
  .lux-site-header *, .lux-site-header *::before, .lux-site-header *::after { transition-duration: 0.01ms !important; animation-duration: 0.01ms !important; }
}
.lux-site-header { overflow-x: clip; }
.lux-site-header {
  margin: 0;
  font-family: var(--font-body);
  font-size: 1.0625rem; /* 17px */
  line-height: 1.6;
  color: var(--ink);
  background: var(--white);
}
.lux-site-header img, .lux-site-header picture { max-width: 100%; display: block; border: 0; }
.lux-site-header img { height: auto; }
.lux-site-header address { font-style: normal; }
.lux-site-header a { color: var(--harbor); text-decoration-line: underline; text-decoration-style: solid; text-decoration-thickness: 1px; text-underline-offset: 3px; }
.lux-site-header a:hover { color: var(--harbor-hover); }
.lux-site-header h1, .lux-site-header h2, .lux-site-header h3, .lux-site-header h4 {
  font-family: var(--font-display);
  color: var(--slate);
  font-weight: 700;
  line-height: 1.15;
  margin: 0 0 0.5em;
  letter-spacing: -0.005em;
}
.lux-site-header h1 { font-size: clamp(2rem, 4.2vw, 2.9rem); }
.lux-site-header h2 { font-size: clamp(1.7rem, 3.2vw, 2.25rem); }
.lux-site-header h3 { font-size: clamp(1.2rem, 2vw, 1.4rem); }
.lux-site-header p { margin: 0 0 1em; }
.lux-site-header p:last-child { margin-bottom: 0; }
.lux-site-header ul, .lux-site-header ol { margin: 0; padding: 0; list-style: none; }
.lux-site-header button { font: inherit; }
.lux-site-header :focus-visible { outline: 3px solid var(--gold); outline-offset: 3px; }

.lux-site-header .container {
  width: min(100% - 2 * var(--gutter), var(--container));
  margin-inline: auto;
}
.lux-site-header .lead { font-size: 1.15rem; color: var(--muted); max-width: var(--measure); }
.lux-site-header .prose p { max-width: var(--measure); }

.lux-site-header .skip-link {
  position: absolute; left: 8px; top: -60px;
  background: var(--gold); color: var(--navy); padding: 10px 14px;
  border-radius: var(--radius); z-index: 1000; font-weight: 600;
}
.lux-site-header .skip-link:focus { top: 8px; }

.lux-site-header .visually-hidden {
  position: absolute !important; width: 1px; height: 1px; overflow: hidden;
  clip: rect(0 0 0 0); clip-path: inset(50%); white-space: nowrap;
}

/* ---------- Buttons ---------- */
.lux-site-header .btn {
  display: inline-flex; align-items: center; gap: 10px;
  padding: 14px 24px; border-radius: var(--radius);
  font-weight: 600; font-size: 1rem; text-decoration: none;
  border: 2px solid transparent; cursor: pointer; line-height: 1.2;
  transition: background-color .18s ease, color .18s ease, border-color .18s ease;
}
.lux-site-header .btn--primary { background: var(--harbor); color: var(--white); border-color: var(--harbor); }
.lux-site-header .btn--primary:hover { background: var(--harbor-hover); border-color: var(--harbor-hover); color: var(--white); }
.lux-site-header .btn--gold { background: var(--gold); color: var(--navy); border-color: var(--gold); }
.lux-site-header .btn--gold:hover { background: #E0C623; border-color: #E0C623; color: var(--navy); }
.lux-site-header .btn--ghost { background: transparent; color: var(--white); border-color: rgba(255,255,255,0.55); }
.lux-site-header .btn--ghost:hover { border-color: var(--white); color: var(--white); }
.lux-site-header .btn--outline { background: transparent; color: var(--harbor); border-color: var(--harbor); }
.lux-site-header .btn--outline:hover { background: var(--harbor); color: var(--white); }
.lux-site-header .btn svg { width: 18px; height: 18px; flex: none; }

/* ============================================================
   HEADER
   ============================================================ */
.lux-site-header .topbar {
  background: var(--navy-deep); color: #C9D2E0; font-size: 0.85rem;
}
.lux-site-header .topbar .container {
  display: flex; align-items: center; justify-content: space-between;
  gap: 16px; min-height: 38px; flex-wrap: wrap;
}
.lux-site-header .topbar__left { display: flex; gap: 22px; flex-wrap: wrap; align-items: center; }
.lux-site-header .topbar__item { display: inline-flex; align-items: center; gap: 7px; white-space: nowrap; }
.lux-site-header .topbar__item svg { width: 14px; height: 14px; fill: var(--gold); }
.lux-site-header .topbar a { color: var(--white); text-decoration: none; font-weight: 600; }
.lux-site-header .topbar a:hover { text-decoration: underline; }

.lux-site-header .site-header {
  position: sticky; top: 0; z-index: 900;
  background: var(--navy); color: var(--white);
  box-shadow: 0 2px 0 rgba(255,255,255,0.06);
}
.lux-site-header .navbar {
  display: flex; align-items: center; justify-content: space-between;
  gap: 24px; min-height: 84px;
}
.lux-site-header .brand { display: inline-flex; align-items: center; text-decoration: none; }
.lux-site-header .brand img { height: 46px; width: auto; }
.lux-site-header .brand__text {
  font-family: var(--font-display); font-weight: 700; font-size: 1.5rem;
  color: var(--white); letter-spacing: 0.01em;
}
.lux-site-header .brand__text span { color: var(--gold); }

.lux-site-header .nav-toggle {
  display: none; background: transparent; border: 2px solid rgba(255,255,255,0.35);
  color: var(--white); border-radius: var(--radius); padding: 9px 12px; cursor: pointer;
  align-items: center; gap: 8px; font-weight: 600;
}
.lux-site-header .nav-toggle svg { width: 20px; height: 20px; }

.lux-site-header .nav { display: flex; align-items: center; gap: 8px; }
.lux-site-header .nav__brand { display: none; }
.lux-site-header .nav__brand img { height: 34px; width: auto; }
.lux-site-header .menu { display: flex; align-items: center; gap: 2px; }
.lux-site-header .menu > li { position: relative; }
.lux-site-header .menu > li > a, .lux-site-header .menu > li > .menu__parent {
  display: inline-flex; align-items: center; gap: 6px;
  padding: 12px 14px; color: var(--white); text-decoration: none;
  font-weight: 500; font-size: 0.98rem; background: none; border: 0; cursor: pointer;
  border-radius: var(--radius);
}
.lux-site-header .menu > li > a:hover, .lux-site-header .menu > li > .menu__parent:hover, .lux-site-header .menu > li:focus-within > a, .lux-site-header .menu > li:focus-within > .menu__parent { background: rgba(255,255,255,0.08); }
.lux-site-header .menu > li.is-current > a { box-shadow: inset 0 -3px 0 var(--gold); border-radius: var(--radius) var(--radius) 0 0; }
.lux-site-header .menu__parent .chev { width: 12px; height: 12px; fill: none; stroke: currentColor; stroke-width: 2.4; transition: transform .18s ease; }

.lux-site-header .submenu {
  position: absolute; top: 100%; left: 0; min-width: 300px;
  background: var(--white); color: var(--ink); border-radius: var(--radius);
  box-shadow: var(--shadow); padding: 10px 0; margin-top: 4px;
  opacity: 0; visibility: hidden; transform: translateY(6px);
  transition: opacity .16s ease, transform .16s ease, visibility 0s linear .16s;
  z-index: 50;
}
.lux-site-header .submenu--wide { min-width: 560px; columns: 2; column-gap: 0; padding: 12px 0; }
.lux-site-header .submenu--wide > li { break-inside: avoid; }
.lux-site-header .menu > li:hover > .submenu, .lux-site-header .menu > li:focus-within > .submenu, .lux-site-header .menu > li.is-open > .submenu {
  opacity: 1; visibility: visible; transform: translateY(0);
  transition: opacity .16s ease, transform .16s ease, visibility 0s;
}
.lux-site-header .submenu a, .lux-site-header .submenu .submenu__parent {
  display: block; padding: 9px 18px; color: var(--ink); text-decoration: none;
  font-size: 0.95rem; font-weight: 500; background: none; border: 0; width: 100%; text-align: left; cursor: pointer;
}
.lux-site-header .submenu a:hover, .lux-site-header .submenu .submenu__parent:hover { background: var(--mist); color: var(--harbor); }
.lux-site-header .submenu .has-children { position: relative; }
.lux-site-header .submenu .submenu__parent { display: flex; justify-content: space-between; align-items: center; }
.lux-site-header .submenu .submenu__parent .chev { width: 11px; height: 11px; fill: none; stroke: currentColor; stroke-width: 2.4; transform: rotate(-90deg); }
.lux-site-header .submenu .submenu-2 {
  position: absolute; top: 0; left: 100%; min-width: 300px; background: var(--white);
  border-radius: var(--radius); box-shadow: var(--shadow); padding: 8px 0;
  opacity: 0; visibility: hidden; transform: translateX(4px);
  transition: opacity .16s ease, transform .16s ease, visibility 0s linear .16s;
}
.lux-site-header .submenu .has-children:hover > .submenu-2, .lux-site-header .submenu .has-children:focus-within > .submenu-2, .lux-site-header .submenu .has-children.is-open > .submenu-2 {
  opacity: 1; visibility: visible; transform: translateX(0);
  transition: opacity .16s ease, transform .16s ease, visibility 0s;
}
.lux-site-header .submenu__label { display: block; padding: 6px 18px 2px; font-size: 0.78rem; color: var(--muted); }
/* Right-aligned dropdown (Locations sits near the right edge) â€” nested lists open leftward */
.lux-site-header .menu > li.menu--align-right > .submenu { left: auto; right: 0; }
.lux-site-header .menu > li.menu--align-right .submenu .submenu-2 { left: auto; right: 100%; transform: translateX(-4px); }
.lux-site-header .menu > li.menu--align-right .submenu .has-children:hover > .submenu-2, .lux-site-header .menu > li.menu--align-right .submenu .has-children:focus-within > .submenu-2, .lux-site-header .menu > li.menu--align-right .submenu .has-children.is-open > .submenu-2 { transform: translateX(0); }
.lux-site-header .menu > li.menu--align-right .submenu .submenu__parent { flex-direction: row-reverse; justify-content: flex-end; gap: 8px; }
.lux-site-header .menu > li.menu--align-right .submenu .submenu__parent .chev { transform: rotate(90deg); }

.lux-site-header .nav__call { margin-left: 8px; padding: 12px 18px; }
.lux-site-header .nav__call svg { fill: currentColor; }

/* "About Us" is both a link and a parent: the chevron button only appears on mobile */
.lux-site-header .menu > li.has-submenu { display: flex; align-items: center; }
.lux-site-header .menu > li > .menu__parent--toggle { display: none; padding: 12px 8px; }

/* Mobile navigation */
@media (max-width: 1080px) {
  .lux-site-header .menu > li.has-submenu { flex-wrap: wrap; }
  .lux-site-header .menu > li.has-submenu > a { flex: 1; width: auto; }
  .lux-site-header .menu > li.has-submenu > .menu__parent--toggle { display: inline-flex; width: auto; flex: none; justify-content: center; padding: 14px 10px; border-bottom: 1px solid rgba(255,255,255,0.08); }
  .lux-site-header .menu > li.is-open > .menu__parent--toggle .chev { transform: rotate(180deg); }
  .lux-site-header .menu > li.has-submenu > .submenu { width: 100%; }
  .lux-site-header .navbar { min-height: 72px; }
  .lux-site-header .brand img { height: 38px; }
  .lux-site-header .nav-toggle { display: inline-flex; }
  .lux-site-header .nav {
    position: absolute; left: 0; right: 0; top: 100%;
    background: var(--navy); flex-direction: column; align-items: stretch;
    padding: 8px var(--gutter) 96px; gap: 0;
    max-height: calc(100vh - 72px); overflow-y: auto;
    display: none; border-top: 1px solid rgba(255,255,255,0.1);
  }
  .lux-site-header .nav.is-open { display: flex; }
  .lux-site-header .nav__brand { display: block; padding: 6px 6px 14px; margin-bottom: 6px; border-bottom: 1px solid rgba(255,255,255,0.12); }
  .lux-site-header .menu { flex-direction: column; align-items: stretch; gap: 0; }
  .lux-site-header .menu > li > a, .lux-site-header .menu > li > .menu__parent {
    width: 100%; justify-content: space-between; padding: 14px 6px;
    border-bottom: 1px solid rgba(255,255,255,0.08); border-radius: 0; font-size: 1.05rem;
  }
  .lux-site-header .menu > li.is-current > a { box-shadow: none; }
  .lux-site-header .menu > li.is-current > a::after { content: ""; width: 8px; height: 8px; border-radius: 50%; background: var(--gold); }
  .lux-site-header .menu > li.is-open > .menu__parent .chev { transform: rotate(180deg); }
  .lux-site-header .submenu, .lux-site-header .submenu--wide, .lux-site-header .submenu .submenu-2 {
    position: static; min-width: 0; columns: auto; box-shadow: none; transform: none;
    background: rgba(255,255,255,0.05); border-radius: 0; padding: 4px 0 8px; margin: 0;
    display: none; opacity: 1; visibility: visible; transition: none;
  }
  .lux-site-header .menu > li.is-open > .submenu { display: block; }
  .lux-site-header .submenu .has-children.is-open > .submenu-2 { display: block; }
  .lux-site-header .submenu a, .lux-site-header .submenu .submenu__parent { color: #E4E9F2; padding: 11px 16px; }
  .lux-site-header .submenu a:hover, .lux-site-header .submenu .submenu__parent:hover { background: rgba(255,255,255,0.08); color: var(--white); }
  .lux-site-header .submenu .submenu__parent .chev { transform: rotate(0); }
  .lux-site-header .submenu .has-children.is-open > .submenu__parent .chev { transform: rotate(180deg); }
  .lux-site-header .submenu .submenu-2 a { padding-left: 32px; }
  .lux-site-header .menu > li.menu--align-right .submenu .submenu__parent { flex-direction: row; justify-content: space-between; }
  .lux-site-header .menu > li.menu--align-right .submenu .submenu__parent .chev { transform: rotate(0); }
  .lux-site-header .menu > li.menu--align-right .submenu .has-children.is-open > .submenu__parent .chev { transform: rotate(180deg); }
  .lux-site-header .menu > li.menu--align-right .submenu .submenu-2 { transform: none; }
  .lux-site-header .submenu__label { color: #AAB5C8; }
  .lux-site-header .nav__call { margin: 14px 0 0; justify-content: center; }
  .lux-site-header .topbar__left .topbar__item:nth-child(2) { display: none; }
}
@media (max-width: 560px) {
  .lux-site-header .topbar .container { justify-content: center; }
  .lux-site-header .topbar__left .topbar__item:first-child { display: none; }
}/* End custom CSS */