<turbo-stream action="update" target="static_slider"><template></template></turbo-stream>
<turbo-stream action="update" target="static_slider"><template>
  <div data-controller="custom-slideover" class="slideover-control-div" style="z-index: 9999;">
  <div id="slide-over-title" class="relative" aria-labelledby="slide-over-title" role="dialog" aria-modal="true">
    <!-- Background backdrop, show/hide based on slide-over state. -->
    <div class="fixed inset-0 bg-gray-500 bg-opacity-25 transition-opacity" style="z-index: 9999;"></div>
    <!-- New customer, contact, address slider -->
    <div class="fixed inset-0 overflow-hidden" style="z-index: 9999;">
      <div class="absolute inset-0 overflow-hidden">
        <div class="pointer-events-none fixed inset-y-0 right-0 flex max-w-full xl:pl-10">
          <div id="slide-over-panel" class="pointer-events-auto w-screen max-w-2xl transform transition-all duration-300 ease-out translate-x-full">
            <div class="flex h-full flex-col bg-white shadow-2xl">
              <!-- Header -->
              <div class="px-6 py-4 bg-gray-50 border-b border-gray-200">
                <div class="flex items-center justify-between">
                  <h2 class="text-xl font-semibold text-gray-900 flex items-center gap-2" id="slide-over-title"></h2>
                  <button type="button" data-action="click->custom-slideover#close" class="rounded-lg p-2 text-gray-400 hover:text-gray-600 hover:bg-white focus:outline-none focus:ring-2 focus:ring-indigo-500 transition-colors">
                    <span class="sr-only">Close panel</span>
                    <svg class="w-5 h-5" xmlns="http://www.w3.org/2000/svg" fill="none" viewBox="0 0 24 24" stroke-width="2" stroke="currentColor">
                      <path stroke-linecap="round" stroke-linejoin="round" d="M6 18L18 6M6 6l12 12" />
                    </svg>
                  </button>
                </div>
              </div>
              <!-- Content -->
              <div class="flex-1 overflow-y-auto">
                <div class="p-6">
                  
    <!-- app/views/static/_contact_us.html.erb -->
<div class="flex min-h-full flex-col justify-center py-0">
  <div class="sm:mx-auto sm:w-full sm:max-w-md">
    <h2 class="mt-6 text-center text-xl font-bold leading-9 tracking-tight text-gray-900">
      Send us a message
    </h2>
    <p class="mt-2 text-center text-sm text-gray-500">
      We&#39;d love to hear from you! Whether you have a question, feedback, or just want to say hello, fill out the form below, and we&#39;ll get back to you as soon as possible.
    </p>
  </div>
  <div class="mt-8 sm:mx-auto sm:w-full">
    <div class="bg-gray-50 px-6 py-8 shadow sm:rounded-lg border">
      <!-- Add error messages if present -->
      <form class="space-y-6" action="/contact" accept-charset="UTF-8" method="post"><input type="hidden" name="authenticity_token" value="OP7VIbxS6-ZiO0HZH6uP4QK42kfGGfL5DOR4jLLzPrZh4GZk3AtHx34ikM51Mw90Xc87KoTogEompclstb9pAQ" autocomplete="off" />
        <div class="-tinsxzkpeavog_1775612875"><style media="screen">.-tinsxzkpeavog_1775612875 {display:none;}</style><label for="-tinsxzkpeavog">If you are a human, ignore this field</label><input type="text" name="-tinsxzkpeavog" id="-tinsxzkpeavog" autocomplete="off" tabindex="-1" /><input type="hidden" name="spinner" id="spinner" value="4dc8f229aa7bcbbf05468de8b749a1e0" autocomplete="off" /></div>
        <input type="hidden" name="authenticity_token" value="WVGa-sG2zd-W25k9xEoSe7G4IdIOG2PRPa1JZjURyfKGU1eC-B17jzTytr8Gjdw7dfxnpoIdF4804FaVRuldgA">
        <div class="grid grid-cols-1 gap-x-8 gap-y-6 sm:grid-cols-2">
          <!-- First Name Field -->
          <div>
            <label class="block text-sm font-semibold leading-6 text-gray-900" for="contact_first_name">First name</label>
            <div class="mt-2.5">
              <input required="required" id="first-name" autocomplete="given-name" class="block w-full rounded-md border-0 px-3.5 py-2 text-gray-900 shadow-sm ring-1 ring-inset ring-gray-300 placeholder:text-gray-400 focus:ring-2 focus:ring-inset focus:ring-indigo-600 sm:text-sm sm:leading-6" type="text" name="contact[first_name]" />
            </div>
          </div>
          <!-- Last Name Field -->
          <div>
            <label class="block text-sm font-semibold leading-6 text-gray-900" for="contact_last_name">Last name</label>
            <div class="mt-2.5">
              <input required="required" id="last-name" autocomplete="family-name" class="block w-full rounded-md border-0 px-3.5 py-2 text-gray-900 shadow-sm ring-1 ring-inset ring-gray-300 placeholder:text-gray-400 focus:ring-2 focus:ring-inset focus:ring-indigo-600 sm:text-sm sm:leading-6" type="text" name="contact[last_name]" />
            </div>
          </div>
          <!-- Email Field -->
          <div class="sm:col-span-2">
            <label class="block text-sm font-semibold leading-6 text-gray-900" for="contact_email">Email</label>
            <div class="mt-2.5">
              <input required="required" id="email" autocomplete="email" class="block w-full rounded-md border-0 px-3.5 py-2 text-gray-900 shadow-sm ring-1 ring-inset ring-gray-300 placeholder:text-gray-400 focus:ring-2 focus:ring-inset focus:ring-indigo-600 sm:text-sm sm:leading-6" type="email" name="contact[email]" />
            </div>
          </div>
          <!-- Company Field -->
          <div class="sm:col-span-2">
            <label class="block text-sm font-semibold leading-6 text-gray-900" for="contact_company">Company</label>
            <div class="mt-2.5">
              <input required="required" id="company" autocomplete="organization" class="block w-full rounded-md border-0 px-3.5 py-2 text-gray-900 shadow-sm ring-1 ring-inset ring-gray-300 placeholder:text-gray-400 focus:ring-2 focus:ring-inset focus:ring-indigo-600 sm:text-sm sm:leading-6" type="text" name="contact[company]" />
            </div>
          </div>
          <!-- Phone Field -->
          <div class="sm:col-span-2">
            <div class="flex justify-between text-sm leading-6">
              <label class="block font-semibold text-gray-900" for="contact_phone">Phone</label>
              <p id="phone-description" class="text-gray-400">Optional</p>
            </div>
            <div class="mt-2.5">
              <input id="phone" autocomplete="tel" aria-describedby="phone-description" class="block w-full rounded-md border-0 px-3.5 py-2 text-gray-900 shadow-sm ring-1 ring-inset ring-gray-300 placeholder:text-gray-400 focus:ring-2 focus:ring-inset focus:ring-indigo-600 sm:text-sm sm:leading-6" type="tel" name="contact[phone]" />
            </div>
          </div>
          <!-- Message Field -->
          <div class="sm:col-span-2">
            <label class="block text-sm font-semibold leading-6 text-gray-900" for="contact_message">How can we help you?</label>
            <div class="mt-2.5">
              <textarea required="required" id="message" rows="4" aria-describedby="message-description" class="block w-full rounded-md border-0 px-3.5 py-2 text-gray-900 shadow-sm ring-1 ring-inset ring-gray-300 placeholder:text-gray-400 focus:ring-2 focus:ring-inset focus:ring-indigo-600 sm:text-sm sm:leading-6" name="contact[message]">
</textarea>
            </div>
          </div>
        </div>
        <!-- Submit Button -->
        <div class="mt-10 flex justify-end border-t border-gray-900/10 pt-8">
          <input type="submit" name="commit" value="Send message" class="rounded-md bg-indigo-600 px-3.5 py-2.5 text-center text-sm font-semibold text-white shadow-sm hover:bg-indigo-500 focus-visible:outline focus-visible:outline-2 focus-visible:outline-offset-2 focus-visible:outline-indigo-600 hover:cursor-pointer disabled:opacity-50 disabled:cursor-not-allowed" data-turbo-submits-with="Sending..." data-disable-with="Send message" />
        </div>
</form>    </div>
  </div>
</div>


                </div>
              </div>
            </div>
          </div>
        </div>
      </div>
    </div>
  </div>
</div>
</template></turbo-stream>