Log In
BASIC-LIBRARY / SECTION / CONTACT

Contact Two

Preview Code
Quick edit
<section class="body-font relative text-gray-600">
  <div
    class="container pl-5 pr-5 px-5 pt-24 pb-24 py-24 ml-auto mr-auto mx-auto flex flex-wrap sm:flex-nowrap"
  >
    <div
      class="overflow-hidden relative bg-gray-300 rounded-lg pt-10 pr-10 pb-10 pl-10 flex items-end justify-start sm:mr-10 md:w-1/2 lg:w-2/3"
    >
      <iframe
        width="100%"
        height="100%"
        class="absolute inset-0"
        frameborder="0"
        title="map"
        marginheight="0"
        marginwidth="0"
        scrolling="no"
        src="https://maps.google.com/maps?width=100%&amp;height=600&amp;hl=en&amp;q=Malta&amp;ie=UTF8&amp;t=&amp;z=14&amp;iwloc=B&amp;output=embed"
        style="filter: grayscale(1) contrast(1.2) opacity(0.4);"
      ></iframe>
      <div
        class="relative bg-white flex flex-wrap pt-6 pb-6 py-6 rounded shadow-md"
      >
        <div class="pl-6 pr-6 px-6 lg:w-1/2">
          <h2
            class="title-font tracking-widest font-semibold text-gray-900 text-xs"
          >
            ADDRESS
          </h2>
          <p class="mt-1">
            47 Marina Street, Valletta, Malta VLT 1441 &#x2014; open weekdays
            9am to 6pm
          </p>
        </div>
        <div class="pl-6 pr-6 px-6 mt-4 lg:w-1/2 lg:mt-0">
          <h2
            class="title-font tracking-widest font-semibold text-gray-900 text-xs"
          >
            EMAIL
          </h2>
          <a class="text-indigo-500 leading-relaxed">support@searoutes.co</a>
          <h2
            class="title-font tracking-widest font-semibold text-gray-900 text-xs mt-4"
          >
            PHONE
          </h2>
          <p class="leading-relaxed">+356 2123 4567</p>
        </div>
      </div>
    </div>
    <div
      class="bg-white flex flex-col w-full mt-8 md:w-1/2 md:ml-auto md:pt-8 md:pb-8 md:py-8 md:mt-0 lg:w-1/3"
    >
      <h2 class="title-font text-gray-900 text-lg mb-1 font-medium">
        Feedback
      </h2>
      <p class="leading-relaxed mb-5 text-gray-600">
        Let us know how we can improve your experience or answer any questions
        you may have.
      </p>
      <div class="relative mb-4">
        <label for="name" class="leading-7 text-sm text-gray-600">Name</label>
        <input
          type="text"
          name="name"
          class="transition-colors duration-200 ease-in-out w-full bg-white rounded border border-gray-300 focus:border-indigo-500 focus:ring-2 focus:ring-indigo-200 text-base outline-none text-gray-700 pt-1 pb-1 py-1 pl-3 pr-3 px-3 leading-8"
        />
      </div>
      <div class="relative mb-4">
        <label for="email" class="leading-7 text-sm text-gray-600">Email</label>
        <input
          type="email"
          name="email"
          class="transition-colors duration-200 ease-in-out w-full bg-white rounded border border-gray-300 focus:border-indigo-500 focus:ring-2 focus:ring-indigo-200 text-base outline-none text-gray-700 pt-1 pb-1 py-1 pl-3 pr-3 px-3 leading-8"
        />
      </div>
      <div class="relative mb-4">
        <label for="message" class="leading-7 text-sm text-gray-600">
          Message
        </label>
        <textarea
          name="message"
          class="resize-none transition-colors duration-200 ease-in-out w-full bg-white rounded border border-gray-300 focus:border-indigo-500 focus:ring-2 focus:ring-indigo-200 h-32 text-base outline-none text-gray-700 pt-1 pb-1 py-1 pl-3 pr-3 px-3 leading-6"
        ></textarea>
      </div>
      <button
        class="text-white bg-indigo-500 border-0 pt-2 pb-2 py-2 pl-6 pr-6 px-6 focus:outline-none rounded text-lg hover:bg-indigo-600"
      >
        Send Message
      </button>
      <p class="text-xs text-gray-500 mt-3">
        We review all feedback within 24 hours &#x2014; your input drives our
        innovation.
      </p>
    </div>
  </div>
</section>
© 2025 tailsections.com. All rights reserved

Don’t Lose Your Edits!

Your changes are saved locally, but they may expire or be lost if you don’t create an account.

Create Account