<turbo-stream action="replace" target="booking_container"><template><div id="booking_container" class="flex h-full min-w-0 flex-1 flex-col gap-5">
  <div class="max-h-full min-w-0 flex-1" id="clinic_cards" data-controller="clinics">
    <section class="mx-auto max-w-7xl px-2 py-8 text-center uk-animation-slide-top-medium sm:px-6 sm:py-12 md:text-left">
      <div class="grid md:grid-cols-2 gap-12 items-center">
        <div>
          <h1 class="font-headline font-extrabold text-4xl md:text-5xl text-on-surface leading-tight mb-4">
            Your Training, <span class="text-primary">Closer Than Ever.</span>
          </h1>
          <p class="text-lg text-on-surface-variant max-w-xl mb-8 leading-relaxed">
            Select a location that matches your needs. We've curated the highest-rated facilities in your area to
            ensure your training journey begins with absolute comfort and convenience.
          </p>
          <div class="flex flex-wrap gap-4 justify-center md:justify-start">
            <div class="flex items-center gap-2 px-4 py-2 bg-white rounded-full ghost-border shadow-sm">
              <span data-feather="map-pin" class="text-primary text-lg"></span>
              <span class="text-sm font-medium text-on-surface">New York, NY</span>
            </div>
            <div class="flex items-center gap-2 px-4 py-2 bg-white rounded-full ghost-border shadow-sm">
              <span data-feather="map-pin" class="text-primary text-lg"></span>
              <span class="text-sm font-medium text-on-surface">Virginia, VA</span>
            </div>
            <div class="flex items-center gap-2 px-4 py-2 bg-white rounded-full ghost-border shadow-sm">
              <span data-feather="map-pin" class="text-primary text-lg"></span>
              <span class="text-sm font-medium text-on-surface">Maryland, MD</span>
            </div>
          </div>
        </div>
        <div class="hidden md:block relative h-64 rounded-xl overflow-hidden shadow-xl">
          <img alt="Clinic interior" class="w-full h-full object-cover"
            data-alt="modern luxury medical clinic lobby with minimalist furniture and soft warm natural lighting"
            src="https://lh3.googleusercontent.com/aida-public/AB6AXuD28bVhOYXpQRpTcpKtxE9tH1YNeIJ3ybj0oX929BY8GtvAt28hUN-ILa57SUmtmwjj6iYIdmyAbUnddBrWVBqUkz2rl4xBwt3G0Kc4L2_KVUh4OSxmiPRufrcRRGp1OpVUBRBpLHtvUS6gUnVuzFVCkn2-I-rlU5tOSub3Bwv3LJ1Ct_Uetotaqj_sVOR1A9t0smLy0Z4_fDzU9kqUNW36It6oj-y-c5tPoa7Pg7zScRAR7K4HDy1tyO77h8UZsfLHxGniOdevh5M" />
          <div class="absolute inset-0 bg-gradient-to-r from-primary/10 to-transparent"></div>
        </div>
      </div>
    </section>
    <section class="relative mx-auto flex min-h-screen max-w-[1600px] flex-col gap-6 px-0 py-8 sm:px-6 lg:flex-row lg:gap-10 lg:px-8 lg:py-12" id="clinic-list-container">
      <!-- Sidebar: Clinic List -->
      <div class="flex min-w-0 flex-col gap-6 uk-animation-slide-left-medium lg:w-[45rem] lg:gap-8">
        <div class="flex flex-col gap-3 sm:flex-row sm:items-end sm:justify-between">
          <div>
            <p class="font-label text-xs uppercase tracking-[0.2em] font-semibold text-primary/70 mb-1">Results Near You
            </p>
            <h2 class="font-headline text-3xl font-extrabold text-on-surface m-0!">1 Medical Center</h2>
          </div>
          <button
            class="bg-transparent border-0 flex items-center gap-2 font-bold text-primary hover:bg-primary-container/10 px-4 py-2 rounded-lg transition-colors">
            <span data-feather="sliders" class="rotate-90"></span>
            Filters
          </button>
        </div>
          <div class="grid grid-cols-1 md:grid-cols-2 xl:grid-cols-2 gap-6">
                <!-- Clinic Card 2 -->
                <div
                  class="group bg-surface-container-lowest rounded-2xl overflow-hidden border border-transparent hover:border-primary/20 transition-all duration-300 shadow-[0_4px_24px_rgba(0,0,0,0.04)] hover:shadow-xl opacity-90 hover:opacity-100"
                  data-clinics-target="clinicCard"
                  data-clinic-id="1">
                  <div class="relative h-48">
                    <img class="w-full h-full object-cover" alt="Alexandria Self Guided Skills Station" src="/assets/clinic-profile-e479fa48.png" />
                    <div class="absolute top-4 left-4">
                      <span class="bg-secondary-container text-on-secondary-container px-3 py-1 rounded-full text-xs font-bold shadow-sm uppercase tracking-wider">
                        Highly Rated
                      </span>
                    </div>
                  </div>
                  <div class="p-5 sm:p-6">
                    <div class="mb-1 flex flex-col gap-2 sm:flex-row sm:items-start sm:justify-between">
                      <div>
                        <h3 class="font-headline text-xl font-extrabold group-hover:text-primary transition-colors m-0!">
                          Alexandria Self Guided Skills Station
                        </h3>
                      </div>
                      <div class="text-right">
                        <div class="flex items-center justify-end text-primary gap-0.5">
                          <span data-feather="star" class="text-md"></span>
                          <span data-feather="star" class="text-md"></span>
                          <span data-feather="star" class="text-md"></span>
                          <span data-feather="star" class="text-md"></span>
                        </div>
                        <span class="text-nowrap text-[10px] font-bold text-on-surface-variant/60 uppercase">5.0 (89 reviews)</span>
                      </div>
                    </div>
                    <div class="flex flex-col gap-1 mb-6">
                      <p class="text-on-surface-variant text-sm mt-1 flex items-center gap-1">
                        <span data-feather="map-pin" class="size-4"></span>
                        2800 Eisenhower Ave Suite 220, Alexandria VA 22314
                      </p>
                      <p class="text-on-surface-variant text-sm mt-1 flex items-center gap-1">
                        <span data-feather="phone" class="size-4"></span>
                        <a class="uk-link-heading hover:text-primary!" href="tel:7039377286">(703) 937-7286</a>
                      </p>
                    </div>
                    <a class="block w-full rounded-xl bg-surface-container-highest py-3 text-center font-bold text-on-surface no-underline! transition-all hover:bg-primary-container hover:text-white" data-turbo-stream="true" href="/booking/doctors/1">Select Location</a>
                  </div>
                </div>
            <!-- Empty State Optimization Element -->
            <div class="p-8 rounded-2xl border-2 border-dashed border-outline-variant/40 flex flex-col items-center justify-center text-center">
            <div class="w-16 h-16 bg-primary-fixed rounded-full flex items-center justify-center text-primary mb-4">
              <span data-feather="help-circle" class="text-3xl"></span>
            </div>
            <h4 class="font-headline font-bold text-lg m-0!">Don't see your favorite clinic?</h4>
            <p class="text-on-surface-variant text-sm mt-2 max-w-xs">
              We're adding new healthcare partners daily. Let us know who we're missing.</p>
            <a class="mt-4 text-primary font-bold text-sm underline underline-offset-4 bg-transparent hover:text-primary-container transition-all" href="mailto:info@khalscpr.com">Suggest a Location</a>
          </div>
          </div>
      </div>
      <!-- Main Map View -->
      <div class="relative h-[24rem] min-h-[24rem] flex-1 overflow-hidden rounded-3xl border-4 border-white shadow-2xl uk-animation-slide-right-medium lg:h-screen lg:min-h-[700px]" uk-sticky="position: start; end: !#clinic-list-container; offset: 20">
          <div class="absolute inset-0 bg-surface-container-high"
            data-controller="clinic-map"
            data-clinic-map-token-value="pk.eyJ1IjoiYXltYW5hbGtoYWxpbCIsImEiOiJjbWxjcWswNnMwZzlnM2txOWdjc2VzbXFrIn0.H0a0uzjiC8jMVb4r1F6RJQ"
            data-clinic-map-locations-value="[{&quot;id&quot;:1,&quot;name&quot;:&quot;Alexandria Self Guided Skills Station&quot;,&quot;address&quot;:&quot;2800 Eisenhower Ave Suite 220, Alexandria VA 22314&quot;,&quot;coordinates&quot;:[-77.081597,38.801656]}]">
          </div>
        <div class="absolute left-4 top-4 rounded-2xl border border-white/60 bg-white/90 px-4 py-3 shadow-2xl backdrop-blur-md sm:left-6 sm:top-6">
          <p class="text-[11px] font-semibold uppercase tracking-[0.18em] text-primary/70 mb-1">Clinic Map</p>
          <p class="m-0 text-sm font-bold text-on-surface">
            1 location mapped
          </p>
        </div>
      </div>
    </section>
  </div>
</div>
</template></turbo-stream>