.elementor-kit-6{--e-global-color-primary:#168E40;--e-global-color-secondary:#0DA84A;--e-global-color-text:#070707;--e-global-color-accent:#9CD5AD;--e-global-color-af43a68:#83C082;--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-6 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){margin-block-end: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-section.elementor-section-boxed > .elementor-container{max-width:767px;}.e-con{--container-max-width:767px;}}/* Start custom CSS */<!DOCTYPE html>
<html lang="en">
<head>
  <meta charset="UTF-8">
  <meta name="viewport" content="width=device-width, initial-scale=1">
  <title>Direct Floortime - Nurturing Connections</title>
  <style>
    body {
      margin: 0;
      font-family: 'Segoe UI', sans-serif;
      background-color: #ffffff;
    }

    /* Navigation */
    nav {
      display: flex;
      justify-content: center;
      flex-wrap: wrap;
      background-color: #ffffff;
      border-bottom: 1px solid #ddd;
      padding: 20px 10px;
      position: sticky;
      top: 0;
      z-index: 1000;
    }

    nav a {
      margin: 10px 20px;
      color: #237D3C;
      text-decoration: none;
      font-weight: 600;
      transition: color 0.3s ease;
    }

    nav a:hover {
      color: #1c5f2e;
    }

    /* Hero Section */
    .hero {
      display: flex;
      flex-wrap: wrap;
      align-items: center;
      justify-content: space-between;
      padding: 60px 5%;
      background: linear-gradient(to right, #eaf5ea, #ffffff);
    }

    .hero-text {
      flex: 1;
      min-width: 300px;
      max-width: 600px;
      padding: 20px;
    }

    .hero-text h1 {
      color: #237D3C;
      font-size: 42px;
      margin-bottom: 20px;
    }

    .hero-text p {
      color: #333;
      font-size: 18px;
      line-height: 1.6;
      margin-bottom: 30px;
    }

    .hero-text a {
      display: inline-block;
      padding: 14px 24px;
      text-decoration: none;
      border-radius: 6px;
      margin-right: 12px;
      font-weight: 600;
    }

    .btn-primary {
      background-color: #237D3C;
      color: #fff;
    }

    .btn-outline {
      color: #237D3C;
      border: 2px solid #237D3C;
    }

    .hero-image {
      flex: 1;
      min-width: 300px;
      max-width: 600px;
      padding: 20px;
    }

    .hero-image img {
      width: 100%;
      border-radius: 12px;
      box-shadow: 0 0 20px rgba(0,0,0,0.1);
    }

    @media screen and (max-width: 768px) {
      .hero {
        flex-direction: column-reverse;
        padding: 40px 20px;
      }

      nav {
        justify-content: center;
      }

      nav a {
        margin: 8px 12px;
      }

      .hero-text h1 {
        font-size: 32px;
      }
    }
  </style>
</head>

<body>

  <!-- Navigation Bar -->
  <nav>
    <a href="/">Home</a>
    <a href="/about-us">About Us</a>
    <a href="/services">Services</a>
    <a href="/locations">Locations</a>
    <a href="/job-seeker">Job Seeker</a>
    <a href="/blog">Blog</a>
    <a href="/contact-us">Contact Us</a>
  </nav>

  <!-- Hero Section -->
  <section class="hero">
    <div class="hero-text">
      <h1>Nurturing Connections. Empowering Growth.</h1>
      <p>We bring expert DIR Floortime therapy into your home, helping your child grow emotionally and developmentally—while empowering you as a parent every step of the way.</p>
      <a href="/contact-us" class="btn-primary">Book a Free Consultation</a>
      <a href="/about-us" class="btn-outline">Learn More</a>
    </div>

    <div class="hero-image">
      <img src="/wp-content/uploads/2025/06/homepage-hero.jpg" alt="Therapist with child">
    </div>
  </section>

</body>
</html>/* End custom CSS */