limelightmobiledetailingllc.com Open in urlscan Pro
185.199.110.153  Public Scan

URL: https://limelightmobiledetailingllc.com/
Submission: On July 21 via api from US — Scanned from DE

Form analysis 2 forms found in the DOM

<form class="overflow-y-auto sm:w-full" onsubmit="send_sms('LimelightMobileDetailing')">
  <div class="flex-grow h-full overflow-x-hidden overflow-y-auto">
    <div class="h-auto px-6 sm:mt-6 space-y-6 sm:space-y-0 sm:grid sm:grid-cols-2 sm:gap-x-6 sm:gap-y-4">
      <div>
        <label for="contact-full-name" class="font-medium text-base text-white">Full name</label>
        <input type="text" name="full-name" id="contact-full-name" class="block w-full border-gray-500 py-2.5 mt-1 rounded-sm shadow-sm focus:ring-primary focus:border-primary" placeholder="Jane Rodgers">
      </div>
      <div>
        <label for="contact-phone-number" class="font-medium text-base text-white">Phone number</label>
        <input type="tel" name="phone-number" autocomplete="on" id="contact-phone-number" class="contact-phone-number block w-full border-gray-500 py-2.5 mt-1 rounded-sm shadow-sm focus:ring-primary focus:border-primary">
      </div>
      <div>
        <label for="contact-email" class="font-medium text-base text-white">Email</label>
        <input type="email" name="email" id="contact-email" class="block w-full border-gray-500 py-2.5 mt-1 rounded-sm shadow-sm focus:ring-primary focus:border-primary" placeholder="name@example.com">
      </div>
      <div>
        <label for="contact-address" class="font-medium text-base text-white"> Address <span>*</span>
        </label>
        <input type="text" name="address" id="contact-address" class="block w-full border-gray-500 py-2.5 mt-1 rounded-sm shadow-sm focus:ring-primary focus:border-primary" placeholder="123 Main Street, Raleigh, NC 27601">
      </div>
      <div class="block sm:hidden">
        <label class="font-medium text-base text-white">Services</label>
        <fieldset class="sm:hidden bg-white p-6 mt-1 rounded-sm">
          <div class="flex flex-col space-y-2">
            <div class="flex items-center">
              <input type="checkbox" name="1736100" value="Interior Detailing" id="mobile-contact-service-1736100" class="mt-0.5 items-center w-4 h-4 border-gray-500 rounded text-primary focus:ring-primary">
              <span class="ml-3 items-start text-gray-600"> Interior Detailing </span>
            </div>
            <div class="flex items-center">
              <input type="checkbox" name="1736101" value="Exterior Detailing" id="mobile-contact-service-1736101" class="mt-0.5 items-center w-4 h-4 border-gray-500 rounded text-primary focus:ring-primary">
              <span class="ml-3 items-start text-gray-600"> Exterior Detailing </span>
            </div>
            <div class="flex items-center">
              <input type="checkbox" name="1736102" value="Full Detail Service" id="mobile-contact-service-1736102" class="mt-0.5 items-center w-4 h-4 border-gray-500 rounded text-primary focus:ring-primary">
              <span class="ml-3 items-start text-gray-600"> Full Detail Service </span>
            </div>
            <div class="flex items-center">
              <input type="checkbox" name="1736103" value="Ceramic Coating" id="mobile-contact-service-1736103" class="mt-0.5 items-center w-4 h-4 border-gray-500 rounded text-primary focus:ring-primary">
              <span class="ml-3 items-start text-gray-600"> Ceramic Coating </span>
            </div>
            <div class="flex items-center">
              <input type="checkbox" name="1757972" value="Maintenance Wash" id="mobile-contact-service-1757972" class="mt-0.5 items-center w-4 h-4 border-gray-500 rounded text-primary focus:ring-primary">
              <span class="ml-3 items-start text-gray-600"> Maintenance Wash </span>
            </div>
            <div class="flex items-center">
              <input type="checkbox" name="1757973" value="Waxing Services" id="mobile-contact-service-1757973" class="mt-0.5 items-center w-4 h-4 border-gray-500 rounded text-primary focus:ring-primary">
              <span class="ml-3 items-start text-gray-600"> Waxing Services </span>
            </div>
            <div class="flex items-center">
              <input type="checkbox" name="1757975" value="Boat &amp; JetSki Detail" id="mobile-contact-service-1757975" class="mt-0.5 items-center w-4 h-4 border-gray-500 rounded text-primary focus:ring-primary">
              <span class="ml-3 items-start text-gray-600"> Boat &amp; JetSki Detail </span>
            </div>
            <div class="flex flex-col">
              <div class="flex items-center">
                <input id="contact-service-Other" name="Other" type="checkbox" class="w-4 h-4 border-gray-500 rounded text-primary focus:ring-primary" value="Other" onclick="toggleOtherServicesMobile()">
                <label for="contact-label-service-Other" class="ml-3 text-gray-600">Other</label>
              </div>
              <input id="contact-service-other-text2" name="OtherServicesInputField" type="text" class="ml-4 block w-full border-gray-500 py-2.5 mt-1 rounded-sm shadow-sm focus:ring-primary focus:border-primary hidden">
            </div>
          </div>
        </fieldset>
      </div>
      <div class="sm:hidden">
        <label for="contact-concern-1" class="sm:hidden font-medium text-base text-white"> How can we help? </label>
        <textarea id="contact-concern-1" name="concern" rows="4" class="sm:hidden block py-2.5 px-2.5 mt-1 w-full border border-gray-500 rounded-sm shadow-sm focus:ring-primary focus:border-primary" placeholder="Type your message here..."></textarea>
      </div>
      <div class="relative">
        <label for="contact-date" class="font-medium text-base text-white">Preferred date of service</label>
        <!-- <input
                                    type="text"
                                    name="date"
                                    id="contact-date"
                                    class="block w-full border-gray-500 py-2 rounded-sm shadow-sm focus:ring-primary focus:border-primary"
                                    placeholder="Preferred date of service"
                                    onfocus="(this.type='date')"
                                /> -->
        <div class="w-4 h-4 absolute transform translate-y-4.5 left-4">
          <!-- <svg width="16" height="17" viewBox="0 0 16 17" fill="currentColor" xmlns="http://www.w3.org/2000/svg">
                                        <path fill-rule="evenodd" clip-rule="evenodd" d="M4 0.5C3.44772 0.5 3 0.947715 3 1.5V2.5H2C0.895431 2.5 0 3.39543 0 4.5V14.5C0 15.6046 0.895431 16.5 2 16.5H14C15.1046 16.5 16 15.6046 16 14.5V4.5C16 3.39543 15.1046 2.5 14 2.5H13V1.5C13 0.947715 12.5523 0.5 12 0.5C11.4477 0.5 11 0.947715 11 1.5V2.5H5V1.5C5 0.947715 4.55228 0.5 4 0.5ZM4 5.5C3.44772 5.5 3 5.94772 3 6.5C3 7.05228 3.44772 7.5 4 7.5H12C12.5523 7.5 13 7.05228 13 6.5C13 5.94772 12.5523 5.5 12 5.5H4Z" fill="#9CA3AF"/>
                                    </svg> -->
        </div>
        <input id="contact-date" type="date" class="block text-left z-50 w-full border-gray-500 py-2.5 mt-1 rounded-sm shadow-sm focus:ring-primary focus:border-primary">
      </div>
    </div>
    <div class="hidden sm:block px-6 py-4">
      <label class="font-medium text-base text-white">Services</label>
      <fieldset class="sm:bg-white sm:p-6 sm:mt-1 rounded-sm">
        <div class="grid auto-cols-auto gap-4 grid-cols-2">
          <div class="flex items-center">
            <input id="contact-service-1736100" name="1736100" type="checkbox" class="w-4 h-4 border-gray-500 rounded text-primary focus:ring-primary" value="Interior Detailing">
            <label for="contact-service-1736100" class="ml-3 text-sm font-normal text-gray-700">Interior Detailing</label>
          </div>
          <div class="flex items-center">
            <input id="contact-service-1736101" name="1736101" type="checkbox" class="w-4 h-4 border-gray-500 rounded text-primary focus:ring-primary" value="Exterior Detailing">
            <label for="contact-service-1736101" class="ml-3 text-sm font-normal text-gray-700">Exterior Detailing</label>
          </div>
          <div class="flex items-center">
            <input id="contact-service-1736102" name="1736102" type="checkbox" class="w-4 h-4 border-gray-500 rounded text-primary focus:ring-primary" value="Full Detail Service">
            <label for="contact-service-1736102" class="ml-3 text-sm font-normal text-gray-700">Full Detail Service</label>
          </div>
          <div class="flex items-center">
            <input id="contact-service-1736103" name="1736103" type="checkbox" class="w-4 h-4 border-gray-500 rounded text-primary focus:ring-primary" value="Ceramic Coating">
            <label for="contact-service-1736103" class="ml-3 text-sm font-normal text-gray-700">Ceramic Coating</label>
          </div>
          <div class="flex items-center">
            <input id="contact-service-1757972" name="1757972" type="checkbox" class="w-4 h-4 border-gray-500 rounded text-primary focus:ring-primary" value="Maintenance Wash">
            <label for="contact-service-1757972" class="ml-3 text-sm font-normal text-gray-700">Maintenance Wash</label>
          </div>
          <div class="flex items-center">
            <input id="contact-service-1757973" name="1757973" type="checkbox" class="w-4 h-4 border-gray-500 rounded text-primary focus:ring-primary" value="Waxing Services">
            <label for="contact-service-1757973" class="ml-3 text-sm font-normal text-gray-700">Waxing Services</label>
          </div>
          <div class="flex items-center">
            <input id="contact-service-1757975" name="1757975" type="checkbox" class="w-4 h-4 border-gray-500 rounded text-primary focus:ring-primary" value="Boat &amp; JetSki Detail">
            <label for="contact-service-1757975" class="ml-3 text-sm font-normal text-gray-700">Boat &amp; JetSki Detail</label>
          </div>
          <div class="flex flex-col">
            <div class="flex items-center">
              <input id="contact-service-other-checkbox" name="Other" type="checkbox" class="w-4 h-4 border-gray-500 rounded text-primary focus:ring-primary" value="Other" onclick="toggleOtherServices()">
              <label for="contact-label-service-Other" class="ml-3 text-sm text-gray-600">Other</label>
            </div>
            <input id="contact-service-other-text" name="OtherServicesInputField" type="text" class="ml-4 block w-full border-gray-500 py-2.5 mt-1 rounded-sm shadow-sm focus:ring-primary focus:border-primary hidden">
          </div>
        </div>
      </fieldset>
    </div>
    <div class="block sm:flex sm:space-x-6 px-6">
      <div class="sm:flex sm:flex-col sm:w-full hidden">
        <label for="contact-concern-2" class="sm:block hidden font-medium text-base text-white"> How can we help? </label>
        <textarea id="contact-concern-2" name="concern" rows="4" class="sm:flex sm:grow hidden py-2.5 px-2.5 mt-1 w-full h-auto border border-gray-500 rounded-sm shadow-sm focus:ring-primary focus:border-primary"
          placeholder="Type your message here..."></textarea>
      </div>
    </div>
    <div class="z-50 flex-col px-6 pb-4 bg-primary flex w-full align-middle items-center justify-center">
      <div class="text-gray-500 text-sm font-normal mt-1.5"> By providing your phone number, you agree to receive text messages (SMS) from COMPANY NAME. You can unsubscribe at anytime by replying STOP. Message and data rates may apply. Message
        frequency varies. </div>
      <button id="sendButton"
        class="cta_text_conversion flex justify-center relative rounded-sm mx-4 py-2.5 mt-6 sm:mt-4 bg-secondary hover:bg-secondary-darker w-full text-primary-foreground hover:ring-2 hover:ring-offset-2 hover:ring-secondary transition-all ease-out duration-300 uppercase">
        Send </button>
    </div>
  </div>
</form>

<form class="overflow-y-auto sm:w-full" onsubmit="send_sms('LimelightMobileDetailing')">
  <div class="flex-grow h-full overflow-x-hidden overflow-y-auto">
    <div class="h-auto px-6 sm:mt-6 space-y-6 sm:space-y-0 sm:grid sm:grid-cols-2 sm:gap-x-6 sm:gap-y-4">
      <div>
        <label for="contact-full-name" class="font-medium text-base text-white">Full name</label>
        <input type="text" name="full-name" id="contact-full-name" class="block w-full border-gray-500 py-2.5 mt-1 rounded-sm shadow-sm focus:ring-primary focus:border-primary" placeholder="Jane Rodgers">
      </div>
      <div>
        <label for="contact-phone-number" class="font-medium text-base text-white">Phone number</label>
        <div class="iti iti--allow-dropdown iti--show-flags">
          <div class="iti__flag-container">
            <div class="iti__selected-flag" role="combobox" aria-haspopup="listbox" aria-controls="iti-0__country-listbox" aria-owns="iti-0__country-listbox" aria-expanded="false" aria-label="Telephone country code" tabindex="0"
              title="United States: +1">
              <div class="iti__flag iti__us"></div>
              <div class="iti__arrow"></div>
            </div>
            <ul class="iti__country-list iti__hide" id="iti-0__country-listbox" role="listbox" aria-label="List of countries">
              <li class="iti__country iti__preferred iti__active" tabindex="-1" id="iti-0__item-us-preferred" role="option" data-dial-code="1" data-country-code="us" aria-selected="true">
                <div class="iti__flag-box">
                  <div class="iti__flag iti__us"></div>
                </div><span class="iti__country-name">United States</span><span class="iti__dial-code">+1</span>
              </li>
              <li class="iti__country iti__preferred" tabindex="-1" id="iti-0__item-gb-preferred" role="option" data-dial-code="44" data-country-code="gb" aria-selected="false">
                <div class="iti__flag-box">
                  <div class="iti__flag iti__gb"></div>
                </div><span class="iti__country-name">United Kingdom</span><span class="iti__dial-code">+44</span>
              </li>
              <li class="iti__divider" role="separator" aria-disabled="true"></li>
              <li class="iti__country iti__standard" tabindex="-1" id="iti-0__item-ca" role="option" data-dial-code="1" data-country-code="ca" aria-selected="false">
                <div class="iti__flag-box">
                  <div class="iti__flag iti__ca"></div>
                </div><span class="iti__country-name">Canada</span><span class="iti__dial-code">+1</span>
              </li>
              <li class="iti__country iti__standard" tabindex="-1" id="iti-0__item-gb" role="option" data-dial-code="44" data-country-code="gb" aria-selected="false">
                <div class="iti__flag-box">
                  <div class="iti__flag iti__gb"></div>
                </div><span class="iti__country-name">United Kingdom</span><span class="iti__dial-code">+44</span>
              </li>
              <li class="iti__country iti__standard" tabindex="-1" id="iti-0__item-us" role="option" data-dial-code="1" data-country-code="us" aria-selected="false">
                <div class="iti__flag-box">
                  <div class="iti__flag iti__us"></div>
                </div><span class="iti__country-name">United States</span><span class="iti__dial-code">+1</span>
              </li>
            </ul>
          </div><input type="tel" name="phone-number" autocomplete="on" id="contact-phone-number" class="contact-phone-number block w-full border-gray-500 py-2.5 mt-1 rounded-sm shadow-sm focus:ring-primary focus:border-primary"
            data-intl-tel-input-id="0" placeholder="(201) 555-0123">
        </div>
      </div>
      <div>
        <label for="contact-email" class="font-medium text-base text-white">Email</label>
        <input type="email" name="email" id="contact-email" class="block w-full border-gray-500 py-2.5 mt-1 rounded-sm shadow-sm focus:ring-primary focus:border-primary" placeholder="name@example.com">
      </div>
      <div>
        <label for="contact-address" class="font-medium text-base text-white"> Address <span>*</span>
        </label>
        <input type="text" name="address" id="contact-address" class="block w-full border-gray-500 py-2.5 mt-1 rounded-sm shadow-sm focus:ring-primary focus:border-primary pac-target-input" placeholder="123 Main Street, Raleigh, NC 27601"
          autocomplete="off">
      </div>
      <div class="block sm:hidden">
        <label class="font-medium text-base text-white">Services</label>
        <fieldset class="sm:hidden bg-white p-6 mt-1 rounded-sm">
          <div class="flex flex-col space-y-2">
            <div class="flex items-center">
              <input type="checkbox" name="1736100" value="Interior Detailing" id="mobile-contact-service-1736100" class="mt-0.5 items-center w-4 h-4 border-gray-500 rounded text-primary focus:ring-primary">
              <span class="ml-3 items-start text-gray-600"> Interior Detailing </span>
            </div>
            <div class="flex items-center">
              <input type="checkbox" name="1736101" value="Exterior Detailing" id="mobile-contact-service-1736101" class="mt-0.5 items-center w-4 h-4 border-gray-500 rounded text-primary focus:ring-primary">
              <span class="ml-3 items-start text-gray-600"> Exterior Detailing </span>
            </div>
            <div class="flex items-center">
              <input type="checkbox" name="1736102" value="Full Detail Service" id="mobile-contact-service-1736102" class="mt-0.5 items-center w-4 h-4 border-gray-500 rounded text-primary focus:ring-primary">
              <span class="ml-3 items-start text-gray-600"> Full Detail Service </span>
            </div>
            <div class="flex items-center">
              <input type="checkbox" name="1736103" value="Ceramic Coating" id="mobile-contact-service-1736103" class="mt-0.5 items-center w-4 h-4 border-gray-500 rounded text-primary focus:ring-primary">
              <span class="ml-3 items-start text-gray-600"> Ceramic Coating </span>
            </div>
            <div class="flex items-center">
              <input type="checkbox" name="1757972" value="Maintenance Wash" id="mobile-contact-service-1757972" class="mt-0.5 items-center w-4 h-4 border-gray-500 rounded text-primary focus:ring-primary">
              <span class="ml-3 items-start text-gray-600"> Maintenance Wash </span>
            </div>
            <div class="flex items-center">
              <input type="checkbox" name="1757973" value="Waxing Services" id="mobile-contact-service-1757973" class="mt-0.5 items-center w-4 h-4 border-gray-500 rounded text-primary focus:ring-primary">
              <span class="ml-3 items-start text-gray-600"> Waxing Services </span>
            </div>
            <div class="flex items-center">
              <input type="checkbox" name="1757975" value="Boat &amp; JetSki Detail" id="mobile-contact-service-1757975" class="mt-0.5 items-center w-4 h-4 border-gray-500 rounded text-primary focus:ring-primary">
              <span class="ml-3 items-start text-gray-600"> Boat &amp; JetSki Detail </span>
            </div>
            <div class="flex flex-col">
              <div class="flex items-center">
                <input id="contact-service-Other" name="Other" type="checkbox" class="w-4 h-4 border-gray-500 rounded text-primary focus:ring-primary" value="Other" onclick="toggleOtherServicesMobile()">
                <label for="contact-label-service-Other" class="ml-3 text-gray-600">Other</label>
              </div>
              <input id="contact-service-other-text2" name="OtherServicesInputField" type="text" class="ml-4 block w-full border-gray-500 py-2.5 mt-1 rounded-sm shadow-sm focus:ring-primary focus:border-primary hidden">
            </div>
          </div>
        </fieldset>
      </div>
      <div class="sm:hidden">
        <label for="contact-concern-1" class="sm:hidden font-medium text-base text-white"> How can we help? </label>
        <textarea id="contact-concern-1" name="concern" rows="4" class="sm:hidden block py-2.5 px-2.5 mt-1 w-full border border-gray-500 rounded-sm shadow-sm focus:ring-primary focus:border-primary" placeholder="Type your message here..."></textarea>
      </div>
      <div class="relative">
        <label for="contact-date" class="font-medium text-base text-white">Preferred date of service</label>
        <!-- <input
                                    type="text"
                                    name="date"
                                    id="contact-date"
                                    class="block w-full border-gray-500 py-2 rounded-sm shadow-sm focus:ring-primary focus:border-primary"
                                    placeholder="Preferred date of service"
                                    onfocus="(this.type='date')"
                                /> -->
        <div class="w-4 h-4 absolute transform translate-y-4.5 left-4">
          <!-- <svg width="16" height="17" viewBox="0 0 16 17" fill="currentColor" xmlns="http://www.w3.org/2000/svg">
                                        <path fill-rule="evenodd" clip-rule="evenodd" d="M4 0.5C3.44772 0.5 3 0.947715 3 1.5V2.5H2C0.895431 2.5 0 3.39543 0 4.5V14.5C0 15.6046 0.895431 16.5 2 16.5H14C15.1046 16.5 16 15.6046 16 14.5V4.5C16 3.39543 15.1046 2.5 14 2.5H13V1.5C13 0.947715 12.5523 0.5 12 0.5C11.4477 0.5 11 0.947715 11 1.5V2.5H5V1.5C5 0.947715 4.55228 0.5 4 0.5ZM4 5.5C3.44772 5.5 3 5.94772 3 6.5C3 7.05228 3.44772 7.5 4 7.5H12C12.5523 7.5 13 7.05228 13 6.5C13 5.94772 12.5523 5.5 12 5.5H4Z" fill="#9CA3AF"/>
                                    </svg> -->
        </div>
        <input id="contact-date" type="date" class="block text-left z-50 w-full border-gray-500 py-2.5 mt-1 rounded-sm shadow-sm focus:ring-primary focus:border-primary" min="2024-07-21" max="2026-07-21">
      </div>
    </div>
    <div class="hidden sm:block px-6 py-4">
      <label class="font-medium text-base text-white">Services</label>
      <fieldset class="sm:bg-white sm:p-6 sm:mt-1 rounded-sm">
        <div class="grid auto-cols-auto gap-4 grid-cols-2">
          <div class="flex items-center">
            <input id="contact-service-1736100" name="1736100" type="checkbox" class="w-4 h-4 border-gray-500 rounded text-primary focus:ring-primary" value="Interior Detailing">
            <label for="contact-service-1736100" class="ml-3 text-sm font-normal text-gray-700">Interior Detailing</label>
          </div>
          <div class="flex items-center">
            <input id="contact-service-1736101" name="1736101" type="checkbox" class="w-4 h-4 border-gray-500 rounded text-primary focus:ring-primary" value="Exterior Detailing">
            <label for="contact-service-1736101" class="ml-3 text-sm font-normal text-gray-700">Exterior Detailing</label>
          </div>
          <div class="flex items-center">
            <input id="contact-service-1736102" name="1736102" type="checkbox" class="w-4 h-4 border-gray-500 rounded text-primary focus:ring-primary" value="Full Detail Service">
            <label for="contact-service-1736102" class="ml-3 text-sm font-normal text-gray-700">Full Detail Service</label>
          </div>
          <div class="flex items-center">
            <input id="contact-service-1736103" name="1736103" type="checkbox" class="w-4 h-4 border-gray-500 rounded text-primary focus:ring-primary" value="Ceramic Coating">
            <label for="contact-service-1736103" class="ml-3 text-sm font-normal text-gray-700">Ceramic Coating</label>
          </div>
          <div class="flex items-center">
            <input id="contact-service-1757972" name="1757972" type="checkbox" class="w-4 h-4 border-gray-500 rounded text-primary focus:ring-primary" value="Maintenance Wash">
            <label for="contact-service-1757972" class="ml-3 text-sm font-normal text-gray-700">Maintenance Wash</label>
          </div>
          <div class="flex items-center">
            <input id="contact-service-1757973" name="1757973" type="checkbox" class="w-4 h-4 border-gray-500 rounded text-primary focus:ring-primary" value="Waxing Services">
            <label for="contact-service-1757973" class="ml-3 text-sm font-normal text-gray-700">Waxing Services</label>
          </div>
          <div class="flex items-center">
            <input id="contact-service-1757975" name="1757975" type="checkbox" class="w-4 h-4 border-gray-500 rounded text-primary focus:ring-primary" value="Boat &amp; JetSki Detail">
            <label for="contact-service-1757975" class="ml-3 text-sm font-normal text-gray-700">Boat &amp; JetSki Detail</label>
          </div>
          <div class="flex flex-col">
            <div class="flex items-center">
              <input id="contact-service-other-checkbox" name="Other" type="checkbox" class="w-4 h-4 border-gray-500 rounded text-primary focus:ring-primary" value="Other" onclick="toggleOtherServices()">
              <label for="contact-label-service-Other" class="ml-3 text-sm text-gray-600">Other</label>
            </div>
            <input id="contact-service-other-text" name="OtherServicesInputField" type="text" class="ml-4 block w-full border-gray-500 py-2.5 mt-1 rounded-sm shadow-sm focus:ring-primary focus:border-primary hidden">
          </div>
        </div>
      </fieldset>
    </div>
    <div class="block sm:flex sm:space-x-6 px-6">
      <div class="sm:flex sm:flex-col sm:w-full hidden">
        <label for="contact-concern-2" class="sm:block hidden font-medium text-base text-white"> How can we help? </label>
        <textarea id="contact-concern-2" name="concern" rows="4" class="sm:flex sm:grow hidden py-2.5 px-2.5 mt-1 w-full h-auto border border-gray-500 rounded-sm shadow-sm focus:ring-primary focus:border-primary"
          placeholder="Type your message here..."></textarea>
      </div>
    </div>
    <div class="z-50 flex-col px-6 pb-4 bg-primary flex w-full align-middle items-center justify-center">
      <div class="text-gray-500 text-sm font-normal mt-1.5"> By providing your phone number, you agree to receive text messages (SMS) from COMPANY NAME. You can unsubscribe at anytime by replying STOP. Message and data rates may apply. Message
        frequency varies. </div>
      <button id="sendButton"
        class="cta_text_conversion flex justify-center relative rounded-sm mx-4 py-2.5 mt-6 sm:mt-4 bg-secondary hover:bg-secondary-darker w-full text-primary-foreground hover:ring-2 hover:ring-offset-2 hover:ring-secondary transition-all ease-out duration-300 uppercase">
        Send </button>
    </div>
  </div>
</form>

Text Content

Edin, you’re just a few clicks from going live! Don’t worry - we can still make
edits after launching. bucks
Launch my site Contact Us Learn more →
MENU Open/CLose menu TODO:
Home
Services

Interior Detailing

Exterior Detailing

Full Detail Service

Ceramic Coating

Maintenance Wash

Waxing Services

Boat & JetSki Detail

Galleries

instagram

Exterior Detailing

Full detail

All Photos

Reviews
Blog
Send us a Text
(561) 836-0087
Close menu
Home
Services
Interior Detailing Exterior Detailing Full Detail Service Ceramic Coating
Maintenance Wash Waxing Services Boat & JetSki Detail
Galleries
instagram Exterior Detailing Full detail All Photos
Reviews
Blog
Send us a Text
(561) 836-0087


LIMELIGHT MOBILE DETAILING LLC

Limelight Mobile Detailing LLC in Raleigh, NC offers professional auto detailing
services at your convenience, specializing in exterior and interior treatments
for vehicles of all sizes.

Get a Free Quote



OUR PROPERTIES

INSURED

FAMILY OWNED

LOCAL OWNED


ABOUT US



At Limelight Mobile Detailing LLC, we offer top-notch auto detailing services in
Raleigh, NC and surrounding areas. Our team of experienced professionals is
committed to providing the highest quality of work for our clients. From
exterior washing and waxing to interior vacuuming and detailing, we will ensure
your car shines like new.


 * Google
 * Facebook
 * Instagram


What we are best at


OUR SERVICES


 * Interior Detailing
   
   Our Interior Detailing service includes a thorough cleaning and rejuvenation
   of your vehicle's interior surfaces. From vacuuming and steam cleaning to
   leather conditioning, we ensure a fresh and pristine interior.

 * Exterior Detailing
   
   Our Exterior Detailing service includes a thorough cleaning and restoration
   of your car's exterior surfaces, including washing, waxing, polishing, and
   tire shining to leave your vehicle looking like new.

 * Full Detail Service
   
   Our Full Detail Service includes a comprehensive cleaning and restoration of
   your vehicle's interior and exterior, leaving it looking brand new with
   attention to every detail for an unbeatable shine.

 * Ceramic Coating
   
   Our Ceramic Coating service provides a long-lasting protective layer for your
   vehicle, creating a hydrophobic barrier that repels dirt and protects against
   scratches to keep your car looking sleek and shiny.

 * Maintenance Wash
   
   Our Maintenance Wash service is designed to keep your vehicle looking like
   new by providing regular exterior hand washes, interior vacuumings, and glass
   cleanings to maintain a clean and polished appearance.

 * Waxing Services
   
   Our professional waxing services will protect your vehicle's exterior, giving
   it a long-lasting shine and protection against the elements. Trust us to keep
   your car looking like new.

 * Boat & JetSki Detail
   
   Our Boat & JetSki detail service ensures your watercraft will shine like new,
   with a thorough cleaning and protection against water damage. Trust us to
   keep your vessels looking pristine.

See more services



READY TO GET STARTED?


BOOK AN APPOINTMENT TODAY.

Get a Free Quote

Get a quote

Receiving a quote is easy and only takes three simple steps
Send us a text Text us
Chat on The phone
RECEIVE A QUOTE
Send us a text
Text us
Chat on the phone
Receive a quote
See why our customers love us
Our Best Work

See all photos


See more photos



MODAL GALLERY

Close modal


CAROUSEL

Skip to previous slide
Carousel

 * 

 * 

 * 

 * 

 * 

 * 

 * 

 * 

 * 

 * Your browser does not support the video tag.
   
   

 * Your browser does not support the video tag.
   
   

 * 

 * 

 * 

 * 

 * 

 * 

 * Your browser does not support the video tag.
   
   

 * Your browser does not support the video tag.
   
   

 * Your browser does not support the video tag.
   
   

 * Your browser does not support the video tag.
   
   

 * Your browser does not support the video tag.
   
   

 * Your browser does not support the video tag.
   
   

 * 

 * 

 * 

 * 

 * 

 * 

 * 

 * 

 * 

 * Your browser does not support the video tag.
   
   

 * Your browser does not support the video tag.
   
   

 * Your browser does not support the video tag.
   
   

 * Your browser does not support the video tag.
   
   

 * Your browser does not support the video tag.
   
   

 * 

 * 

 * 

 * 

 * 

 * 

 * 

 * 

 * 

 * 

 * 

 * Your browser does not support the video tag.
   
   

 * 

 * 

 * 

 * 

 * 

 * 

 * 

 * 

 * 

 * 

 * 

 * 

 * 

 * 

 * 

 * Your browser does not support the video tag.
   
   

 * 

 * 

 * 

 * 

 * Your browser does not support the video tag.
   
   

 * 

 * 

 * 

 * 

 * 

 * 

 * 

 * 

 * 

 * 

 * 

 * 

 * 

 * 

 * 

 * 

 * 

 * 

 * 

 * 

 * 

 * 

 * Your browser does not support the video tag.
   
   

 * Your browser does not support the video tag.
   
   

 * 

 * 

 * 

 * 

 * 

 * 

 * Your browser does not support the video tag.
   
   

 * 

 * 

 * 

 * 

 * 

 * 

 * 

 * 

 * 

 * 

 * 

 * 

 * 

 * 

 * 

 * 

 * 

 * 

 * 

 * 

 * Your browser does not support the video tag.
   
   

 * 

 * 

 * 

 * 

 * 

 * 

 * 

 * 

 * 

 * 

 * 

 * 

 * 

 * 

 * 

 * 

 * 

 * 

 * 

 * 

 * Your browser does not support the video tag.
   
   

 * Your browser does not support the video tag.
   
   

 * 

 * 

 * 

 * 

 * 

 * 

 * 

 * 

 * 

 * 

 * 

 * 

 * 

 * 

 * 

 * 

 * 

 * 

 * 

 * 

 * 

 * 

 * 

 * 

 * 

 * 

 * 

 * 

 * 

 * 

 * 

 * 

 * 

 * 

 * 

 * 

 * 

 * 

 * 

 * 

 * 

 * 

 * 

 * 

 * 

 * 

 * 

 * 

 * 

 * 

 * 

 * 

 * 

 * 

 * 

 * 

 * Your browser does not support the video tag.
   
   

 * Your browser does not support the video tag.
   
   

 * 

 * 

 * 

 * 

 * 

 * 

 * 

 * 

 * 

 * 

 * 

 * 

 * 

 * 

 * 

 * 

 * 

 * 

 * 

 * 

 * 

 * 

 * 

 * 

 * Your browser does not support the video tag.
   
   

 * Your browser does not support the video tag.
   
   

 * 

 * 

 * 

 * 

 * 

 * 

 * 

 * 

 * 

 * 

 * 

 * 

 * Your browser does not support the video tag.
   
   

 * Your browser does not support the video tag.
   
   

 * 

 * 

 * 

 * 

 * 

 * 

 * Your browser does not support the video tag.
   
   

 * Your browser does not support the video tag.
   
   

 * Your browser does not support the video tag.
   
   

 * Your browser does not support the video tag.
   
   

 * Your browser does not support the video tag.
   
   

 * Your browser does not support the video tag.
   
   

 * Your browser does not support the video tag.
   
   

 * Your browser does not support the video tag.
   
   

 * Your browser does not support the video tag.
   
   

 * Your browser does not support the video tag.
   
   

 * Your browser does not support the video tag.
   
   

 * Your browser does not support the video tag.
   
   

 * Your browser does not support the video tag.
   
   

 * Your browser does not support the video tag.
   
   

 * Your browser does not support the video tag.
   
   

 * Your browser does not support the video tag.
   
   

 * Your browser does not support the video tag.
   
   

 * Your browser does not support the video tag.
   
   

 * Your browser does not support the video tag.
   
   

 * Your browser does not support the video tag.
   
   

 * Your browser does not support the video tag.
   
   

 * 

 * 

 * 

 * 

 * 

 * 

 * 

 * 

 * 

 * 

 * 

 * 

 * 

 * 

 * 

 * 

 * 

 * 

 * 

 * 

 * 

 * 

 * 

 * 

 * 

 * 

 * 

 * 

 * 

 * 

 * 

 * 

Skip to next slide
Take a look for yourself on what your neighbors are saying about us.
Reviews

See all reviews


REVIEWS CAROUSEL

Skip to previous review
Carousel
 * 
   out of 5 stars
   
   > “The best detailers and the best ceramics “✨✨ See more See less
   > Jeferson Caceres
   > Exterior Detailing

 * 
   out of 5 stars
   
   > Great company, great service, great people See more See less
   > Sydnee Millison
   > Interior Detailing

 * 
   out of 5 stars
   
   > The best in the area. See more See less
   > Pedro A. Ventura
   > Exterior Detailing

 * 
   out of 5 stars
   
   > (Translated by Google) An excellent job The 5 stars were earned With good
   > work and excellent service They come to my house every three weeks
   > (Original) Un excelente trabajo Las 5 estrellas se las ganaron Con un buen
   > trabajo y un excelente servicio Vienen a mi casa cada tres semanas See more
   > See less
   > Cardona’s Tree Services
   > Exterior Detailing

 * 
   out of 5 stars
   
   > Very good service and and good communication and the price is very
   > affordable 💪🏾 See more See less
   > Robert Martinez
   > Exterior Detailing

 * 
   out of 5 stars
   
   > (Translated by Google) A company of very good and very kind people did a
   > detailing on my car and they have earned those 5 stars. I recommend them!!!
   > (Original) Una compañía de muy buenas personas y muy amables me hicieron un
   > detallado en mi carro y se han ganado esas 5 estrellas Los recomiendo !!!
   > See more See less
   > Marco123 Vagabundo
   > Exterior Detailing

 * 
   out of 5 stars
   
   > Great detailing services. Would definitely hire them again to do our work
   > trucks. See more See less
   > Da Painting LLC
   > Exterior Detailing

 * 
   out of 5 stars
   
   > “The best detailers and the best ceramics “✨✨ See more See less
   > Jeferson Caceres
   > Exterior Detailing

 * 
   out of 5 stars
   
   > Great company, great service, great people See more See less
   > Sydnee Millison
   > Interior Detailing

 * 
   out of 5 stars
   
   > The best in the area. See more See less
   > Pedro A. Ventura
   > Exterior Detailing

 * 
   out of 5 stars
   
   > (Translated by Google) An excellent job The 5 stars were earned With good
   > work and excellent service They come to my house every three weeks
   > (Original) Un excelente trabajo Las 5 estrellas se las ganaron Con un buen
   > trabajo y un excelente servicio Vienen a mi casa cada tres semanas See more
   > See less
   > Cardona’s Tree Services
   > Exterior Detailing

 * 
   out of 5 stars
   
   > Very good service and and good communication and the price is very
   > affordable 💪🏾 See more See less
   > Robert Martinez
   > Exterior Detailing

Skip to next slide
Skip to previous review
Skip to next slide
See all reviews
Leave Us a Review

 * Leave us a review on
   Google
 * Leave us a review on
   Facebook




FREQUENTLY ASKED QUESTIONS

Do you provide free estimates for auto detailing services?



Yes, Limelight Mobile Detailing offers free estimates for all of our auto
detailing services. Just give us a call or fill out our online form to schedule
an appointment.

How is Limelight Mobile Detailing different from other auto detailing companies?



We pride ourselves on providing personalized and attentive service to every
customer, ensuring that each vehicle receives the highest quality care and
attention to detail. Our experienced team goes above and beyond to exceed
customer expectations and deliver exceptional results.

What services do you provide?



Limelight Mobile Detailing offers a wide range of auto detailing services
including exterior wash, waxing, interior vacuuming, upholstery cleaning, and
ceramic coatings.


Areas we proudly serve
Raleigh
Raleigh
West Raleigh
Cary
Apex
Wake Forest
Holly Springs
Garner
Fuquay-Varina
Morrisville


READY TO GET STARTED?


BOOK AN APPOINTMENT TODAY.

Get a Free Quote


FOOTER

Limelight Mobile Detailing LLC
US
(561) 836-0087
limelightmobiledetailing007@gmail.com
Contact Us
Book Now
 * Google
 * Facebook
 * Instagram


COMPANY

 * Home
 * Galleries
 * Reviews
 * Sitemap
 * Login


SERVICES

 * Interior Detailing
 * Exterior Detailing
 * Full Detail Service
 * Ceramic Coating
 * Maintenance Wash
 * Waxing Services
 * Boat & JetSki Detail


SERVICE AREAS

 * Raleigh, NC
 * Raleigh, NC
 * West Raleigh, NC
 * Cary, NC
 * Apex, NC
 * Wake Forest, NC
 * Holly Springs, NC
 * Garner, NC
 * Fuquay-Varina, NC
 * Morrisville, NC


HOURS

 * Sun:
   9:00am - 6:00pm
 * Mon:
   9:00am - 6:00pm
 * Tue:
   9:00am - 6:00pm
 * Wed:
   9:00am - 6:00pm
 * Thu:
   9:00am - 6:00pm
 * Fri:
   9:00am - 6:00pm
 * Sat:
   9:00am - 6:00pm

Powered by

ⓒ All Rights Reserved
Send Us a Text

Close modal


SEND US A TEXT

We usually respond via text within a few minutes.




SEND US A TEXT

We usually respond via text within a few minutes.



Full name
Phone number
Email
Address *
Services
Interior Detailing
Exterior Detailing
Full Detail Service
Ceramic Coating
Maintenance Wash
Waxing Services
Boat & JetSki Detail
Other
How can we help?
Preferred date of service

Services
Interior Detailing
Exterior Detailing
Full Detail Service
Ceramic Coating
Maintenance Wash
Waxing Services
Boat & JetSki Detail
Other
How can we help?
By providing your phone number, you agree to receive text messages (SMS) from
COMPANY NAME. You can unsubscribe at anytime by replying STOP. Message and data
rates may apply. Message frequency varies.
Send


LEAVE A REVIEW

Close modal

   Review types
 * Leave us a review on
   Google
 * Leave us a review on
   Facebook

Close menu
Home
Services
Interior Detailing Exterior Detailing Full Detail Service Ceramic Coating
Maintenance Wash Waxing Services Boat & JetSki Detail
Galleries
instagram Exterior Detailing Full detail All Photos
Reviews
Blog
Send us a Text
(561) 836-0087


MODAL GALLERY

Close modal


CAROUSEL

Skip to previous slide
Carousel

 * 

 * 

 * 

 * 

 * 

 * 

 * 

 * 

 * 

 * Your browser does not support the video tag.
   
   

 * Your browser does not support the video tag.
   
   

 * 

 * 

 * 

 * 

 * 

 * 

 * Your browser does not support the video tag.
   
   

 * Your browser does not support the video tag.
   
   

 * Your browser does not support the video tag.
   
   

 * Your browser does not support the video tag.
   
   

 * Your browser does not support the video tag.
   
   

 * Your browser does not support the video tag.
   
   

 * 

 * 

 * 

 * 

 * 

 * 

 * 

 * 

 * 

 * Your browser does not support the video tag.
   
   

 * Your browser does not support the video tag.
   
   

 * Your browser does not support the video tag.
   
   

 * Your browser does not support the video tag.
   
   

 * Your browser does not support the video tag.
   
   

 * 

 * 

 * 

 * 

 * 

 * 

 * 

 * 

 * 

 * 

 * 

 * Your browser does not support the video tag.
   
   

 * 

 * 

 * 

 * 

 * 

 * 

 * 

 * 

 * 

 * 

 * 

 * 

 * 

 * 

 * 

 * Your browser does not support the video tag.
   
   

 * 

 * 

 * 

 * 

 * Your browser does not support the video tag.
   
   

 * 

 * 

 * 

 * 

 * 

 * 

 * 

 * 

 * 

 * 

 * 

 * 

 * 

 * 

 * 

 * 

 * 

 * 

 * 

 * 

 * 

 * 

 * Your browser does not support the video tag.
   
   

 * Your browser does not support the video tag.
   
   

 * 

 * 

 * 

 * 

 * 

 * 

 * Your browser does not support the video tag.
   
   

 * 

 * 

 * 

 * 

 * 

 * 

 * 

 * 

 * 

 * 

 * 

 * 

 * 

 * 

 * 

 * 

 * 

 * 

 * 

 * 

 * Your browser does not support the video tag.
   
   

 * 

 * 

 * 

 * 

 * 

 * 

 * 

 * 

 * 

 * 

 * 

 * 

 * 

 * 

 * 

 * 

 * 

 * 

 * 

 * 

 * Your browser does not support the video tag.
   
   

 * Your browser does not support the video tag.
   
   

 * 

 * 

 * 

 * 

 * 

 * 

 * 

 * 

 * 

 * 

 * 

 * 

 * 

 * 

 * 

 * 

 * 

 * 

 * 

 * 

 * 

 * 

 * 

 * 

 * 

 * 

 * 

 * 

 * 

 * 

 * 

 * 

 * 

 * 

 * 

 * 

 * 

 * 

 * 

 * 

 * 

 * 

 * 

 * 

 * 

 * 

 * 

 * 

 * 

 * 

 * 

 * 

 * 

 * 

 * 

 * 

 * Your browser does not support the video tag.
   
   

 * Your browser does not support the video tag.
   
   

 * 

 * 

 * 

 * 

 * 

 * 

 * 

 * 

 * 

 * 

 * 

 * 

 * 

 * 

 * 

 * 

 * 

 * 

 * 

 * 

 * 

 * 

 * 

 * 

 * Your browser does not support the video tag.
   
   

 * Your browser does not support the video tag.
   
   

 * 

 * 

 * 

 * 

 * 

 * 

 * 

 * 

 * 

 * 

 * 

 * 

 * Your browser does not support the video tag.
   
   

 * Your browser does not support the video tag.
   
   

 * 

 * 

 * 

 * 

 * 

 * 

 * Your browser does not support the video tag.
   
   

 * Your browser does not support the video tag.
   
   

 * Your browser does not support the video tag.
   
   

 * Your browser does not support the video tag.
   
   

 * Your browser does not support the video tag.
   
   

 * Your browser does not support the video tag.
   
   

 * Your browser does not support the video tag.
   
   

 * Your browser does not support the video tag.
   
   

 * Your browser does not support the video tag.
   
   

 * Your browser does not support the video tag.
   
   

 * Your browser does not support the video tag.
   
   

 * Your browser does not support the video tag.
   
   

 * Your browser does not support the video tag.
   
   

 * Your browser does not support the video tag.
   
   

 * Your browser does not support the video tag.
   
   

 * Your browser does not support the video tag.
   
   

 * Your browser does not support the video tag.
   
   

 * Your browser does not support the video tag.
   
   

 * Your browser does not support the video tag.
   
   

 * Your browser does not support the video tag.
   
   

 * Your browser does not support the video tag.
   
   

 * 

 * 

 * 

 * 

 * 

 * 

 * 

 * 

 * 

 * 

 * 

 * 

 * 

 * 

 * 

 * 

 * 

 * 

 * 

 * 

 * 

 * 

 * 

 * 

 * 

 * 

 * 

 * 

 * 

 * 

 * 

 * 

Skip to next slide

Close modal


SEND US A TEXT

We usually respond via text within a few minutes.




SEND US A TEXT

We usually respond via text within a few minutes.



Full name
Phone number
 * 
   United States+1
 * 
   United Kingdom+44
 * 
 * 
   Canada+1
 * 
   United Kingdom+44
 * 
   United States+1

Email
Address *
Services
Interior Detailing
Exterior Detailing
Full Detail Service
Ceramic Coating
Maintenance Wash
Waxing Services
Boat & JetSki Detail
Other
How can we help?
Preferred date of service

Services
Interior Detailing
Exterior Detailing
Full Detail Service
Ceramic Coating
Maintenance Wash
Waxing Services
Boat & JetSki Detail
Other
How can we help?
By providing your phone number, you agree to receive text messages (SMS) from
COMPANY NAME. You can unsubscribe at anytime by replying STOP. Message and data
rates may apply. Message frequency varies.
Send


LEAVE A REVIEW

Close modal

   Review types
 * Leave us a review on
   Google
 * Leave us a review on
   Facebook