.elementor-kit-10{--e-global-color-primary:#051C40;--e-global-color-secondary:#051C40;--e-global-color-text:#051C40;--e-global-color-accent:#051C40;--e-global-color-c917169:#50BCBA;--e-global-color-a79f9bd:#FFFFFF;--e-global-color-1f8622e:#000000;--e-global-color-b98af20:#002949;--e-global-color-b9c5203:#051C40;--e-global-color-1036415:#EFFAFA;--e-global-color-106bbe5:#3D7DCA;--e-global-typography-primary-font-family:"Plus Jakarta Sans";--e-global-typography-primary-font-weight:600;--e-global-typography-secondary-font-family:"Plus Jakarta Sans";--e-global-typography-secondary-font-weight:400;--e-global-typography-text-font-family:"Plus Jakarta Sans";--e-global-typography-text-font-size:16px;--e-global-typography-text-font-weight:500;--e-global-typography-text-line-height:28px;--e-global-typography-accent-font-family:"Plus Jakarta Sans";--e-global-typography-accent-font-size:16px;--e-global-typography-accent-font-weight:500;--e-global-typography-0598654-font-family:"Plus Jakarta Sans";--e-global-typography-0598654-font-size:64px;--e-global-typography-0598654-font-weight:400;--e-global-typography-0598654-line-height:96px;--e-global-typography-07c21a5-font-family:"Plus Jakarta Sans";--e-global-typography-07c21a5-font-size:44px;--e-global-typography-07c21a5-font-weight:400;--e-global-typography-07c21a5-line-height:66px;--e-global-typography-4aa7d63-font-family:"Plus Jakarta Sans";--e-global-typography-4aa7d63-font-size:38px;--e-global-typography-4aa7d63-font-weight:500;--e-global-typography-4aa7d63-line-height:57px;--e-global-typography-1877a4e-font-family:"Plus Jakarta Sans";--e-global-typography-1877a4e-font-size:32px;--e-global-typography-1877a4e-font-weight:500;--e-global-typography-1877a4e-line-height:48px;--e-global-typography-84b7c07-font-family:"Plus Jakarta Sans";--e-global-typography-84b7c07-font-size:24px;--e-global-typography-84b7c07-font-weight:500;--e-global-typography-84b7c07-line-height:36px;--e-global-typography-165cdbb-font-family:"Plus Jakarta Sans";--e-global-typography-165cdbb-font-size:20px;--e-global-typography-165cdbb-font-weight:500;--e-global-typography-165cdbb-line-height:36px;}.elementor-kit-10 button,.elementor-kit-10 input[type="button"],.elementor-kit-10 input[type="submit"],.elementor-kit-10 .elementor-button{background-color:var( --e-global-color-c917169 );font-family:"Plus Jakarta Sans", Sans-serif;font-size:18px;font-weight:500;color:var( --e-global-color-b98af20 );border-radius:100px 100px 100px 100px;padding:23px 60px 23px 60px;}.elementor-kit-10 button:hover,.elementor-kit-10 button:focus,.elementor-kit-10 input[type="button"]:hover,.elementor-kit-10 input[type="button"]:focus,.elementor-kit-10 input[type="submit"]:hover,.elementor-kit-10 input[type="submit"]:focus,.elementor-kit-10 .elementor-button:hover,.elementor-kit-10 .elementor-button:focus{background-color:#3D7DCA;color:var( --e-global-color-a79f9bd );}.elementor-kit-10 e-page-transition{background-color:#FFBC7D;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1250px;}.e-con{--container-max-width:1250px;}.elementor-widget:not(:last-child){--kit-widget-spacing:20px;}.elementor-element{--widgets-spacing:20px 20px;--widgets-spacing-row:20px;--widgets-spacing-column:20px;}{}h1.entry-title{display:var(--page-title-display);}@media(max-width:1024px){.elementor-section.elementor-section-boxed > .elementor-container{max-width:1024px;}.e-con{--container-max-width:1024px;}}@media(max-width:767px){.elementor-kit-10{--e-global-typography-0598654-font-size:28px;--e-global-typography-0598654-line-height:39px;--e-global-typography-07c21a5-font-size:24px;--e-global-typography-07c21a5-line-height:36px;--e-global-typography-4aa7d63-font-size:25px;--e-global-typography-4aa7d63-line-height:30px;--e-global-typography-1877a4e-font-size:22px;--e-global-typography-1877a4e-line-height:24px;--e-global-typography-84b7c07-font-size:20px;--e-global-typography-84b7c07-line-height:30px;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:767px;}.e-con{--container-max-width:767px;}}@media(min-width:1450px){.elementor-section.elementor-section-boxed > .elementor-container{max-width:1400px;}.e-con{--container-max-width:1400px;}}/* Start custom CSS */*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }

  :root {
    --navy: #1a3557;
    --teal: #2a8c8c;
    --teal-light: #3ab0b0;
    --sky: #e8f6f6;
    --warm-cream: #fdf9f4;
    --warm-gold: #e8a04a;
    --text-dark: #1e2a38;
    --text-mid: #4a5568;
    --text-light: #718096;
    --white: #ffffff;
    --radius: 16px;
    --shadow-soft: 0 8px 32px rgba(26,53,87,0.10);
    --shadow-card: 0 4px 20px rgba(26,53,87,0.08);
  }

  html { scroll-behavior: smooth; }

  body {
    font-family: 'Nunito', sans-serif;
    background: var(--warm-cream);
    color: var(--text-dark);
    line-height: 1.85;
    font-size: 18px;
    overflow-x: hidden;
  }

  h1, h2, h3 { font-family: 'Playfair Display', serif; line-height: 1.3; }

  /* ── NAV ── */
  nav {
    background: var(--white);
    padding: 20px 60px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    box-shadow: 0 2px 16px rgba(26,53,87,0.08);
    position: sticky;
    top: 0;
    z-index: 100;
  }
  .logo {
    display: flex;
    align-items: center;
    gap: 12px;
  }
  .logo-icon {
    width: 44px;
    height: 44px;
    background: linear-gradient(135deg, var(--navy), var(--teal));
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
    font-size: 20px;
  }
  .logo-text {
    display: flex;
    flex-direction: column;
    line-height: 1.2;
  }
  .logo-text strong {
    font-family: 'Playfair Display', serif;
    font-size: 16px;
    color: var(--navy);
  }
  .logo-text span {
    font-size: 11px;
    color: var(--teal);
    font-weight: 600;
    letter-spacing: 1px;
    text-transform: uppercase;
  }
  .nav-cta {
    background: var(--teal);
    color: white;
    padding: 10px 24px;
    border-radius: 50px;
    text-decoration: none;
    font-weight: 700;
    font-size: 14px;
    transition: background 0.2s, transform 0.2s;
    letter-spacing: 0.3px;
  }
  .nav-cta:hover { background: var(--navy); transform: translateY(-1px); }

  /* ── HERO ── */
  .hero {
    background: linear-gradient(135deg, var(--navy) 0%, #1e4a72 50%, var(--teal) 100%);
    position: relative;
    overflow: hidden;
    padding: 140px 60px 120px;
    text-align: center;
  }
  .hero::before {
    content: '';
    position: absolute;
    top: -80px; right: -80px;
    width: 400px; height: 400px;
    background: radial-gradient(circle, rgba(42,140,140,0.25) 0%, transparent 70%);
    border-radius: 50%;
  }
  .hero::after {
    content: '';
    position: absolute;
    bottom: -60px; left: -60px;
    width: 300px; height: 300px;
    background: radial-gradient(circle, rgba(255,255,255,0.06) 0%, transparent 70%);
    border-radius: 50%;
  }
  .hero-badge {
    display: inline-block;
    background: rgba(255,255,255,0.12);
    border: 1px solid rgba(255,255,255,0.25);
    color: rgba(255,255,255,0.9);
    padding: 6px 18px;
    border-radius: 50px;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 1.5px;
    text-transform: uppercase;
    margin-bottom: 24px;
  }
  .hero h1 {
    color: white;
    font-size: clamp(2rem, 4vw, 3.2rem);
    max-width: 760px;
    margin: 0 auto 24px;
    text-shadow: 0 2px 20px rgba(0,0,0,0.2);
  }
  .hero p {
    color: rgba(255,255,255,0.85);
    font-size: 1.15rem;
    max-width: 580px;
    margin: 0 auto 40px;
    font-weight: 400;
  }
  .hero-questions {
    background: rgba(255,255,255,0.10);
    border: 1px solid rgba(255,255,255,0.2);
    border-radius: var(--radius);
    padding: 24px 32px;
    max-width: 600px;
    margin: 0 auto 40px;
    text-align: left;
  }
  .hero-questions p {
    font-size: 0.95rem;
    margin-bottom: 8px;
    color: rgba(255,255,255,0.9);
  }
  .hero-questions p:last-child { margin-bottom: 0; }
  .hero-questions p::before { content: '→  '; opacity: 0.7; }
  .hero-buttons {
    display: flex;
    gap: 16px;
    justify-content: center;
    flex-wrap: wrap;
  }
  .btn-primary {
    background: var(--warm-gold);
    color: var(--navy);
    padding: 16px 36px;
    border-radius: 50px;
    text-decoration: none;
    font-weight: 800;
    font-size: 15px;
    transition: transform 0.2s, box-shadow 0.2s;
    box-shadow: 0 4px 20px rgba(232,160,74,0.4);
  }
  .btn-primary:hover { transform: translateY(-2px); box-shadow: 0 8px 28px rgba(232,160,74,0.5); }
  .btn-secondary {
    background: transparent;
    color: white;
    padding: 16px 32px;
    border-radius: 50px;
    text-decoration: none;
    font-weight: 600;
    font-size: 15px;
    border: 2px solid rgba(255,255,255,0.5);
    transition: border-color 0.2s, background 0.2s;
  }
  .btn-secondary:hover { border-color: white; background: rgba(255,255,255,0.1); }

  /* ── TRUST BAR ── */
  .trust-bar {
    background: var(--white);
    padding: 28px 60px;
    display: flex;
    justify-content: center;
    gap: 64px;
    flex-wrap: wrap;
    border-bottom: 1px solid #eef2f7;
  }
  .trust-item {
    display: flex;
    align-items: center;
    gap: 10px;
    color: var(--text-mid);
    font-size: 14px;
    font-weight: 600;
  }
  .trust-item .icon { font-size: 20px; }

  /* ── SECTIONS ── */
  section { padding: 120px 60px; }
  .container { max-width: 1400px; margin: 0 auto; }
  .section-label {
    display: inline-block;
    background: var(--sky);
    color: var(--teal);
    padding: 5px 16px;
    border-radius: 50px;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 1.5px;
    text-transform: uppercase;
    margin-bottom: 16px;
  }
  .section-title {
    font-size: clamp(1.6rem, 3vw, 2.4rem);
    color: var(--navy);
    margin-bottom: 16px;
  }
  .section-subtitle {
    color: var(--text-mid);
    font-size: 1.05rem;
    max-width: 600px;
    margin-bottom: 48px;
  }

  /* ── WHAT IS HOME CARE ── */
  .intro-section { background: var(--white); }
  .intro-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 60px;
    align-items: center;
  }
  .intro-visual {
    background: linear-gradient(135deg, var(--sky) 0%, #d0eeee 100%);
    border-radius: 24px;
    padding: 48px 40px;
    position: relative;
    overflow: hidden;
  }
  .intro-visual::before {
    content: '🏡';
    position: absolute;
    font-size: 120px;
    opacity: 0.12;
    right: -20px;
    bottom: -20px;
  }
  .intro-visual h3 {
    font-size: 1.2rem;
    color: var(--navy);
    margin-bottom: 20px;
  }
  .check-list { list-style: none; }
  .check-list li {
    display: flex;
    align-items: flex-start;
    gap: 12px;
    margin-bottom: 14px;
    font-size: 15px;
    color: var(--text-mid);
    font-weight: 500;
  }
  .check-list li::before {
    content: '✓';
    background: var(--teal);
    color: white;
    width: 22px;
    height: 22px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 11px;
    font-weight: 800;
    flex-shrink: 0;
    margin-top: 2px;
  }

  /* ── SERVICES ── */
  .services-section { background: var(--warm-cream); }
  .services-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 24px;
  }
  .service-card {
    background: var(--white);
    border-radius: var(--radius);
    padding: 40px 36px;
    box-shadow: var(--shadow-card);
    transition: transform 0.25s, box-shadow 0.25s;
    border-top: 4px solid transparent;
    border-image: linear-gradient(90deg, var(--teal), var(--navy)) 1;
    border-top-left-radius: var(--radius);
    border-top-right-radius: var(--radius);
  }
  .service-card:hover { transform: translateY(-4px); box-shadow: var(--shadow-soft); }
  .service-icon {
    width: 52px;
    height: 52px;
    background: var(--sky);
    border-radius: 14px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 24px;
    margin-bottom: 18px;
  }
  .service-card h3 {
    font-family: 'Nunito', sans-serif;
    font-size: 16px;
    font-weight: 800;
    color: var(--navy);
    margin-bottom: 10px;
  }
  .service-card p {
    font-size: 14px;
    color: var(--text-mid);
    line-height: 1.65;
  }
  .specialist-card {
    grid-column: 1 / -1;
    background: linear-gradient(135deg, var(--navy) 0%, #1e4a72 100%);
    color: white;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 32px;
    align-items: center;
  }
  .specialist-card h3 { color: white; font-size: 1.2rem; }
  .specialist-card p { color: rgba(255,255,255,0.8); }
  .specialist-tags {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin-top: 16px;
  }
  .specialist-tags span {
    background: rgba(255,255,255,0.12);
    color: rgba(255,255,255,0.9);
    padding: 6px 16px;
    border-radius: 50px;
    font-size: 13px;
    font-weight: 600;
    border: 1px solid rgba(255,255,255,0.2);
  }

  /* ── HOW IT WORKS ── */
  .how-section { background: var(--white); }
  .steps-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 32px;
    position: relative;
  }
  .steps-grid::before {
    content: '';
    position: absolute;
    top: 32px;
    left: 10%;
    right: 10%;
    height: 2px;
    background: linear-gradient(90deg, var(--teal), var(--navy));
    opacity: 0.2;
  }
  .step-card {
    text-align: center;
    padding: 32px 20px;
    position: relative;
  }
  .step-number {
    width: 64px;
    height: 64px;
    background: linear-gradient(135deg, var(--teal), var(--navy));
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-family: 'Playfair Display', serif;
    font-size: 22px;
    color: white;
    font-weight: 700;
    margin: 0 auto 20px;
    box-shadow: 0 4px 16px rgba(42,140,140,0.35);
  }
  .step-card h3 {
    font-family: 'Nunito', sans-serif;
    font-size: 15px;
    font-weight: 800;
    color: var(--navy);
    margin-bottom: 10px;
  }
  .step-card p {
    font-size: 14px;
    color: var(--text-mid);
    line-height: 1.6;
  }

  /* ── WHY US ── */
  .why-section { background: var(--sky); }
  .why-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 60px;
    align-items: center;
  }
  .why-list { list-style: none; }
  .why-list li {
    display: flex;
    align-items: flex-start;
    gap: 16px;
    padding: 18px 0;
    border-bottom: 1px solid rgba(42,140,140,0.15);
  }
  .why-list li:last-child { border-bottom: none; }
  .why-list .bullet {
    width: 40px;
    height: 40px;
    background: white;
    border-radius: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 18px;
    flex-shrink: 0;
    box-shadow: var(--shadow-card);
  }
  .why-list li strong {
    display: block;
    font-size: 15px;
    color: var(--navy);
    font-weight: 700;
    margin-bottom: 4px;
  }
  .why-list li span {
    font-size: 14px;
    color: var(--text-mid);
  }
  .why-visual {
    background: var(--white);
    border-radius: 24px;
    padding: 40px;
    box-shadow: var(--shadow-soft);
    text-align: center;
  }
  .why-visual .emoji-big { font-size: 72px; margin-bottom: 20px; display: block; }
  .why-visual h3 {
    font-size: 1.4rem;
    color: var(--navy);
    margin-bottom: 12px;
  }
  .why-visual p {
    color: var(--text-mid);
    font-size: 14px;
    line-height: 1.7;
    margin-bottom: 24px;
  }
  .areas-tags {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    justify-content: center;
  }
  .areas-tags span {
    background: var(--sky);
    color: var(--teal);
    padding: 6px 16px;
    border-radius: 50px;
    font-size: 13px;
    font-weight: 700;
  }

  /* ── CTA ── */
  .cta-section {
    background: linear-gradient(135deg, var(--navy) 0%, var(--teal) 100%);
    text-align: center;
    padding: 140px 60px;
    position: relative;
    overflow: hidden;
  }
  .cta-section::before {
    content: '👼';
    position: absolute;
    font-size: 200px;
    opacity: 0.04;
    top: -30px;
    right: 5%;
  }
  .cta-section h2 { color: white; font-size: clamp(1.8rem, 3vw, 2.8rem); margin-bottom: 16px; }
  .cta-section p { color: rgba(255,255,255,0.85); font-size: 1.1rem; max-width: 520px; margin: 0 auto 40px; }
  .cta-box {
    background: rgba(255,255,255,0.10);
    border: 1px solid rgba(255,255,255,0.2);
    border-radius: var(--radius);
    padding: 32px 40px;
    max-width: 560px;
    margin: 0 auto 40px;
    text-align: left;
  }
  .cta-box h3 {
    font-family: 'Nunito', sans-serif;
    color: white;
    font-size: 15px;
    font-weight: 700;
    margin-bottom: 12px;
    letter-spacing: 0.5px;
    text-transform: uppercase;
    opacity: 0.7;
  }
  .cta-box p {
    color: rgba(255,255,255,0.9);
    font-size: 1rem;
    margin: 0;
    font-weight: 500;
  }

  /* ── FOOTER ── */
  footer {
    background: var(--navy);
    color: rgba(255,255,255,0.6);
    text-align: center;
    padding: 32px 40px;
    font-size: 13px;
  }
  footer a { color: var(--teal-light); text-decoration: none; }
  footer strong { color: rgba(255,255,255,0.85); }

  /* ── ELEMENTOR NOTE ── */
  .elementor-guide {
    background: #fffbeb;
    border: 2px dashed #f6ad55;
    border-radius: var(--radius);
    padding: 24px 32px;
    margin: 0 40px 40px;
    display: flex;
    gap: 16px;
    align-items: flex-start;
  }
  .elementor-guide .icon { font-size: 24px; flex-shrink: 0; }
  .elementor-guide h4 { color: #92400e; font-family: 'Nunito', sans-serif; font-size: 14px; font-weight: 800; margin-bottom: 6px; }
  .elementor-guide p { color: #78350f; font-size: 13px; line-height: 1.6; }

  @media (max-width: 900px) {
    .intro-grid, .why-grid, .specialist-card { grid-template-columns: 1fr; }
    .services-grid { grid-template-columns: 1fr 1fr; }
    .steps-grid { grid-template-columns: 1fr 1fr; }
    .steps-grid::before { display: none; }
    nav { padding: 14px 20px; }
    section { padding: 60px 20px; }
  }
  @media (max-width: 600px) {
    .services-grid, .steps-grid { grid-template-columns: 1fr; }
    .trust-bar { gap: 20px; }
    .hero { padding: 70px 20px 60px; }
  }

  /* ── ANIMATIONS ── */
  @keyframes fadeUp {
    from { opacity: 0; transform: translateY(24px); }
    to { opacity: 1; transform: translateY(0); }
  }
  .hero &gt; * { animation: fadeUp 0.7s ease both; }
  .hero-badge { animation-delay: 0.1s; }
  .hero h1 { animation-delay: 0.2s; }
  .hero p { animation-delay: 0.3s; }
  .hero-questions { animation-delay: 0.4s; }
  .hero-buttons { animation-delay: 0.5s; }

/* ── MOBILE FIXES ── */
@media (max-width: 768px) {
  .btn-primary, .btn-secondary {
    display: block !important;
    width: 90% !important;
    margin: 0 auto 16px auto !important;
    text-align: center !important;
    font-size: 15px !important;
    padding: 14px 20px !important;
    box-sizing: border-box !important;
    white-space: normal !important;
    word-break: break-word !important;
  }
  .hero-buttons {
    flex-direction: column !important;
    align-items: center !important;
    width: 100% !important;
  }
  .cta-section .btn-primary {
    width: 90% !important;
    font-size: 15px !important;
    padding: 16px 20px !important;
  }
  .intro-grid,
  .why-grid,
  .specialist-card {
    grid-template-columns: 1fr !important;
  }
  .services-grid,
  .steps-grid {
    grid-template-columns: 1fr !important;
  }
  section {
    padding: 60px 20px !important;
  }
  .hero {
    padding: 80px 20px 60px !important;
  }
  .container {
    padding: 0 16px !important;
  }
  .cta-box {
    padding: 24px 20px !important;
  }
}
/* Windsor page fixes */
.elementor-widget-html ul {
  list-style: none !important;
  padding-left: 0 !important;
}

.elementor-widget-html li::before {
  display: none !important;
}

.elementor-widget-html a {
  display: inline-block !important;
  width: auto !important;
}

.elementor-widget-html div[style*="display:grid"],
.elementor-widget-html div[style*="display: grid"] {
  display: grid !important;
}

.elementor-widget-html div[style*="display:flex"],
.elementor-widget-html div[style*="display: flex"] {
  display: flex !important;
}/* End custom CSS */