.elementor-kit-9{--e-global-color-primary:#6EC1E4;--e-global-color-secondary:#54595F;--e-global-color-text:#7A7A7A;--e-global-color-accent:#61CE70;--e-global-typography-primary-font-family:"Roboto";--e-global-typography-primary-font-weight:600;--e-global-typography-secondary-font-family:"Roboto Slab";--e-global-typography-secondary-font-weight:400;--e-global-typography-text-font-family:"Roboto";--e-global-typography-text-font-weight:400;--e-global-typography-accent-font-family:"Roboto";--e-global-typography-accent-font-weight:500;}.elementor-kit-9 e-page-transition{background-color:#FFBC7D;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1140px;}.e-con{--container-max-width:1140px;}.elementor-widget:not(:last-child){--kit-widget-spacing:20px;}.elementor-element{--widgets-spacing:20px 20px;--widgets-spacing-row:20px;--widgets-spacing-column:20px;}{}Home{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-section.elementor-section-boxed > .elementor-container{max-width:767px;}.e-con{--container-max-width:767px;}}/* Start custom CSS */<style>
  .dd-header {
    position: sticky;
    top: 0;
    z-index: 999;
    width: 100%;
    background: rgba(255, 255, 255, 0.96);
    backdrop-filter: blur(18px);
    -webkit-backdrop-filter: blur(18px);
    box-shadow: 0 8px 30px rgba(15, 23, 42, 0.06);
    border-bottom: 1px solid rgba(226, 232, 240, 0.8);
    font-family: system-ui, -apple-system, "SF Pro Text", sans-serif;
  }

  .dd-header-inner {
    max-width: 1100px;
    margin: 0 auto;
    padding: 10px 24px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 24px;
  }

  /* Logo */
  .dd-header-logo img {
    height: 26px;  /* a bit smaller = more Apple */
    width: auto;
    display: block;
  }

  /* Nav */
  .dd-header-nav {
    display: flex;
    align-items: center;
    gap: 26px;
    flex: 1;
    justify-content: center;
  }

  .dd-header-nav a {
    font-size: 14px;
    font-weight: 500;
    color: #4b5563;        /* softer grey, easier on eyes */
    text-decoration: none;
    letter-spacing: 0.04em;
    text-transform: none;
    opacity: 0.9;
    transition:
      color 0.15s ease,
      opacity 0.15s ease,
      transform 0.15s ease;
  }

  .dd-header-nav a:hover {
    color: #0f172a;
    opacity: 1;
    transform: translateY(-0.5px);
  }

  /* CTA button */
  .dd-header-cta {
    font-size: 13px;
    font-weight: 600;
    text-decoration: none;
    padding: 8px 20px;
    border-radius: 999px;
    background: #111827;
    color: #ffffff;
    box-shadow: 0 14px 35px rgba(15, 23, 42, 0.35);
    white-space: nowrap;
    letter-spacing: 0.04em;
    transition:
      transform 0.15s ease,
      box-shadow 0.15s ease,
      background 0.15s ease;
  }

  .dd-header-cta:hover {
    background: #1f2937;
    transform: translateY(-1px);
    box-shadow: 0 20px 45px rgba(15, 23, 42, 0.5);
  }

  /* Mobile */
  @media (max-width: 768px) {
    .dd-header-inner {
      padding: 8px 14px;
      gap: 10px;
    }

    .dd-header-nav {
      display: none;   /* keep mobile minimal: logo + CTA */
    }

    .dd-header-logo img {
      height: 24px;
    }

    .dd-header-cta {
      font-size: 12px;
      padding: 7px 14px;
      box-shadow: 0 10px 26px rgba(15, 23, 42, 0.35);
    }
  }
</style>/* End custom CSS */