.elementor-3793 .elementor-element.elementor-element-2484720 > .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-b508c0d *//* ============================================================
   Lux Senior Care â€” Footer stylesheet (modular build)
   Prepared by Driven Digital LLC Â· September 2026

   This is the SITE-WIDE footer component: the footer itself plus the
   mobile sticky call bar. Meant for Elementor's Footer template
   (Theme Builder), so it appears on every page.

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

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

.lux-site-footer .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-footer .skip-link:focus { top: 8px; }

.lux-site-footer .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-footer .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-footer .btn--primary { background: var(--harbor); color: var(--white); border-color: var(--harbor); }
.lux-site-footer .btn--primary:hover { background: var(--harbor-hover); border-color: var(--harbor-hover); color: var(--white); }
.lux-site-footer .btn--gold { background: var(--gold); color: var(--navy); border-color: var(--gold); }
.lux-site-footer .btn--gold:hover { background: #E0C623; border-color: #E0C623; color: var(--navy); }
.lux-site-footer .btn--ghost { background: transparent; color: var(--white); border-color: rgba(255,255,255,0.55); }
.lux-site-footer .btn--ghost:hover { border-color: var(--white); color: var(--white); }
.lux-site-footer .btn--outline { background: transparent; color: var(--harbor); border-color: var(--harbor); }
.lux-site-footer .btn--outline:hover { background: var(--harbor); color: var(--white); }
.lux-site-footer .btn svg { width: 18px; height: 18px; flex: none; }

/* ============================================================
   FOOTER
   ============================================================ */
.lux-site-footer .site-footer { background: var(--navy-deep); color: #C9D2E0; font-size: 0.95rem; }
.lux-site-footer .footer__main {
  display: grid; grid-template-columns: 1.4fr 1fr 1fr 1fr; gap: 40px;
  padding: clamp(48px, 6vw, 72px) 0 40px;
}
.lux-site-footer .footer__brand img { height: 52px; width: auto; margin-bottom: 20px; }
.lux-site-footer .footer__brand .brand__text { font-size: 1.4rem; margin-bottom: 12px; display: block; }
.lux-site-footer .footer__brand p { max-width: 42ch; }
.lux-site-footer .footer__nap { margin: 18px 0; line-height: 1.7; }
.lux-site-footer .footer__nap a { color: var(--white); text-decoration: none; font-weight: 600; }
.lux-site-footer .footer__nap a:hover { text-decoration: underline; }
.lux-site-footer .footer__social { display: flex; gap: 10px; margin-top: 14px; }
.lux-site-footer .footer__social a {
  width: 40px; height: 40px; border-radius: 50%; border: 1px solid rgba(255,255,255,0.25);
  display: grid; place-items: center; color: var(--white);
}
.lux-site-footer .footer__social a:hover { background: var(--white); color: var(--navy); }
.lux-site-footer .footer__social svg { width: 18px; height: 18px; fill: currentColor; }
.lux-site-footer .footer__col h3 { color: var(--white); font-size: 1.05rem; margin-bottom: 14px; padding-bottom: 10px; border-bottom: 1px solid rgba(255,255,255,0.12); }
.lux-site-footer .footer__col li { margin: 0 0 8px; }
.lux-site-footer .footer__col a { color: #C9D2E0; text-decoration: none; }
.lux-site-footer .footer__col a:hover { color: var(--white); text-decoration: underline; }
.lux-site-footer .footer__col--locations ul { columns: 2; column-gap: 20px; }
.lux-site-footer .footer__col--locations li { break-inside: avoid; }
.lux-site-footer .ebook { margin-top: 22px; padding: 18px; background: rgba(255,255,255,0.05); border-radius: var(--radius); }
.lux-site-footer .ebook h3 { font-size: 1rem; color: var(--white); margin: 0 0 6px; }
.lux-site-footer .ebook p { font-size: 0.88rem; margin: 0 0 12px; }
/*.lux-site-footer .ebook form { display: flex; gap: 8px; }*/
/*.lux-site-footer .ebook input { flex: 1; min-width: 0; padding: 10px 12px; border-radius: var(--radius); border: 1px solid rgba(255,255,255,0.2); background: rgba(255,255,255,0.08); color: var(--white); font: inherit; font-size: 0.95rem; }*/
/*.lux-site-footer .ebook input::placeholder { color: #AAB5C8; }*/
/*.lux-site-footer .ebook button { padding: 10px 14px; }*/

.lux-site-footer .footer__disclosure {
  border-top: 1px solid rgba(255,255,255,0.12); padding: 24px 0; font-size: 0.86rem; color: #AAB5C8;
}
.lux-site-footer .footer__disclosure p { max-width: 110ch; }
.lux-site-footer .footer__bottom {
  border-top: 1px solid rgba(255,255,255,0.12); padding: 18px 0 calc(18px + env(safe-area-inset-bottom));
  display: flex; justify-content: space-between; gap: 16px; flex-wrap: wrap; font-size: 0.86rem;
}
.lux-site-footer .footer__bottom a { color: var(--white); }
@media (max-width: 1000px) { .lux-site-footer .footer__main { grid-template-columns: 1fr 1fr; } .lux-site-footer .footer__brand { grid-column: 1 / -1; } }
@media (max-width: 600px) { .lux-site-footer .footer__main { grid-template-columns: 1fr; } }

/* Sticky mobile call bar */
.lux-site-footer .callbar {
  display: none; position: fixed; left: 0; right: 0; bottom: 0; z-index: 950;
  background: var(--white); box-shadow: 0 -6px 24px rgba(30,39,64,0.18);
  padding: 10px var(--gutter) calc(10px + env(safe-area-inset-bottom));
  grid-template-columns: 1fr 1fr; gap: 10px;
}
.lux-site-footer .callbar .btn { justify-content: center; padding: 13px 10px; font-size: 0.95rem; }
@media (max-width: 900px) {
  .lux-site-footer .callbar { display: grid; }
  .lux-site-footer { padding-bottom: 72px; }
}/* End custom CSS */