

<div class="car-archive-wrapper" style="display: flex; gap: 30px; padding: 20px;">
    <!-- Sidebar -->
    <aside class="car-filter-sidebar">
        <form method="get" action="">
            <h3>Filter Cars</h3>
            <label>Price:</label>
            <input type="number" name="price" placeholder="e.g. 10000" />

            <label>Mileage:</label>
            <input type="number" name="mileage" placeholder="e.g. 50000" />

            <label>Fuel Type:</label>
            <select name="fuel">
                <option value="">Any</option>
                <option value="Petrol">Petrol</option>
                <option value="Diesel">Diesel</option>
                <option value="Electric">Electric</option>
            </select>

            <label>Transmission:</label>
            <select name="transmission">
                <option value="">Any</option>
                <option value="Manual">Manual</option>
                <option value="Automatic">Automatic</option>
            </select>

            <label>Year:</label>
            <input type="number" name="year" placeholder="e.g. 2020" />

            <label>Gearbox:</label>
            <input type="text" name="gearbox" placeholder="e.g. 6-Speed" />

            <label>Engine:</label>
            <input type="text" name="engine" placeholder="e.g. 2.0L" />

            <label>Location:</label>
            <input type="text" name="location" placeholder="e.g. New York" />

            <br><br>
            <input type="submit" value="Apply Filters" class="btn" />
        </form>
    </aside>

    <!-- Car Listings -->
    <main class="car-listings">
                        <div class="car-box" style="border:1px solid #ccc; padding:10px; margin-bottom:15px;">
                    <div><img width="300" height="225" src="https://devu20.testdevlink.net/long-miles/wp-content/uploads/2025/05/2017-BMV-X1-xxDrive-20d-xline.png" class="attachment-medium size-medium wp-post-image" alt="" /></div>
					<div></div>
					<h4>2018 BMV X1 xDrive 20d xline</h4>
					<div class="features">
						<span class="mile">72491</span>
						<span class="fuel">Diesel</span>
						<span class="transmission">Manual</span>
					</div>
                    <div class="ff1">$73000</div>
                    <a class="button12" href="https://devu20.testdevlink.net/long-miles/car/2017-bmv-x1-xdrive-20d-xline-9/">View car</a>
                </div>
                        <div class="car-box" style="border:1px solid #ccc; padding:10px; margin-bottom:15px;">
                    <div><img width="300" height="225" src="https://devu20.testdevlink.net/long-miles/wp-content/uploads/2025/05/2017-BMV-X1-xDrive-230d-xline.png" class="attachment-medium size-medium wp-post-image" alt="" /></div>
					<div></div>
					<h4>2017 BMV X1 xDrive 20d xline</h4>
					<div class="features">
						<span class="mile">72491</span>
						<span class="fuel">Diesel</span>
						<span class="transmission">Manual</span>
					</div>
                    <div class="ff1">$73000</div>
                    <a class="button12" href="https://devu20.testdevlink.net/long-miles/car/2017-bmv-x1-xdrive-20d-xline-8/">View car</a>
                </div>
                        <div class="car-box" style="border:1px solid #ccc; padding:10px; margin-bottom:15px;">
                    <div><img width="300" height="225" src="https://devu20.testdevlink.net/long-miles/wp-content/uploads/2025/05/2017-BMV-X1-xDrive-40d-xline.png" class="attachment-medium size-medium wp-post-image" alt="" /></div>
					<div></div>
					<h4>2017 BMV X1 xDrive 20d xline</h4>
					<div class="features">
						<span class="mile">72491</span>
						<span class="fuel">Diesel</span>
						<span class="transmission">Manual</span>
					</div>
                    <div class="ff1">$73000</div>
                    <a class="button12" href="https://devu20.testdevlink.net/long-miles/car/2017-bmv-x1-xdrive-20d-xline-7/">View car</a>
                </div>
                        <div class="car-box" style="border:1px solid #ccc; padding:10px; margin-bottom:15px;">
                    <div><img width="300" height="225" src="https://devu20.testdevlink.net/long-miles/wp-content/uploads/2025/05/2017-BMV-X1-xDrive-20d-xline.png" class="attachment-medium size-medium wp-post-image" alt="" /></div>
					<div></div>
					<h4>2017 BMV X1 xDrive 20d xline</h4>
					<div class="features">
						<span class="mile">72491</span>
						<span class="fuel">Diesel</span>
						<span class="transmission">Manual</span>
					</div>
                    <div class="ff1">$73000</div>
                    <a class="button12" href="https://devu20.testdevlink.net/long-miles/car/2017-bmv-x1-xdrive-20d-xline-6/">View car</a>
                </div>
                        <div class="car-box" style="border:1px solid #ccc; padding:10px; margin-bottom:15px;">
                    <div><img width="300" height="225" src="https://devu20.testdevlink.net/long-miles/wp-content/uploads/2025/05/2017-BMV-X1-xxDrive-20d-xline.png" class="attachment-medium size-medium wp-post-image" alt="" /></div>
					<div></div>
					<h4>2017 BMV X1 xDrive 20d xline</h4>
					<div class="features">
						<span class="mile">72491</span>
						<span class="fuel">Diesel</span>
						<span class="transmission">Manual</span>
					</div>
                    <div class="ff1">$73000</div>
                    <a class="button12" href="https://devu20.testdevlink.net/long-miles/car/2017-bmv-x1-xdrive-20d-xline-5/">View car</a>
                </div>
                        <div class="car-box" style="border:1px solid #ccc; padding:10px; margin-bottom:15px;">
                    <div><img width="300" height="225" src="https://devu20.testdevlink.net/long-miles/wp-content/uploads/2025/05/2017-BMV-X1-xDrive-230d-xline.png" class="attachment-medium size-medium wp-post-image" alt="" /></div>
					<div></div>
					<h4>2017 BMV X1 xDrive 20d xline</h4>
					<div class="features">
						<span class="mile">72491</span>
						<span class="fuel">Diesel</span>
						<span class="transmission">Manual</span>
					</div>
                    <div class="ff1">$73000</div>
                    <a class="button12" href="https://devu20.testdevlink.net/long-miles/car/2017-bmv-x1-xdrive-20d-xline-4/">View car</a>
                </div>
                        <div class="car-box" style="border:1px solid #ccc; padding:10px; margin-bottom:15px;">
                    <div><img width="300" height="225" src="https://devu20.testdevlink.net/long-miles/wp-content/uploads/2025/05/2017-BMV-X1-xDrive-40d-xline.png" class="attachment-medium size-medium wp-post-image" alt="" /></div>
					<div></div>
					<h4>2017 BMV X1 xDrive 20d xline</h4>
					<div class="features">
						<span class="mile">72491</span>
						<span class="fuel">Diesel</span>
						<span class="transmission">Manual</span>
					</div>
                    <div class="ff1">$73000</div>
                    <a class="button12" href="https://devu20.testdevlink.net/long-miles/car/2017-bmv-x1-xdrive-20d-xline-3/">View car</a>
                </div>
                        <div class="car-box" style="border:1px solid #ccc; padding:10px; margin-bottom:15px;">
                    <div><img width="300" height="225" src="https://devu20.testdevlink.net/long-miles/wp-content/uploads/2025/05/2017-BMV-X1-xDrive-20d-xline.png" class="attachment-medium size-medium wp-post-image" alt="" /></div>
					<div></div>
					<h4>2017 BMV X1 xDrive 20d xline</h4>
					<div class="features">
						<span class="mile">72491</span>
						<span class="fuel">Diesel</span>
						<span class="transmission">Manual</span>
					</div>
                    <div class="ff1">$73000</div>
                    <a class="button12" href="https://devu20.testdevlink.net/long-miles/car/2017-bmv-x1-xdrive-20d-xline-2/">View car</a>
                </div>
                        <div class="car-box" style="border:1px solid #ccc; padding:10px; margin-bottom:15px;">
                    <div><img width="300" height="225" src="https://devu20.testdevlink.net/long-miles/wp-content/uploads/2025/05/2017-BMV-X1-xDrive-20d-xline.png" class="attachment-medium size-medium wp-post-image" alt="" /></div>
					<div></div>
					<h4>2017 BMV X1 xDrive 20d xline</h4>
					<div class="features">
						<span class="mile">72491</span>
						<span class="fuel">Diesel</span>
						<span class="transmission">Manual</span>
					</div>
                    <div class="ff1">$73000</div>
                    <a class="button12" href="https://devu20.testdevlink.net/long-miles/car/2017-bmv-x1-xdrive-20d-xline/">View car</a>
                </div>
                        <div class="car-box" style="border:1px solid #ccc; padding:10px; margin-bottom:15px;">
                    <div><img width="300" height="225" src="https://devu20.testdevlink.net/long-miles/wp-content/uploads/2025/05/2017-BMV-X1-xDrive-40d-xline.png" class="attachment-medium size-medium wp-post-image" alt="" /></div>
					<div></div>
					<h4>2017 BMV X1 xDrive 20d xline</h4>
					<div class="features">
						<span class="mile">72491</span>
						<span class="fuel">Diesel</span>
						<span class="transmission">Manual</span>
					</div>
                    <div class="ff1">$73000</div>
                    <a class="button12" href="https://devu20.testdevlink.net/long-miles/car/car/">View car</a>
                </div>
                        <div class="car-box" style="border:1px solid #ccc; padding:10px; margin-bottom:15px;">
                    <div><img width="300" height="225" src="https://devu20.testdevlink.net/long-miles/wp-content/uploads/2025/05/2017-BMV-X1-xDrive-230d-xline.png" class="attachment-medium size-medium wp-post-image" alt="" /></div>
					<div></div>
					<h4>2017 BMV X1 xDrive 20d xline</h4>
					<div class="features">
						<span class="mile">72491</span>
						<span class="fuel">Diesel</span>
						<span class="transmission">Manual</span>
					</div>
                    <div class="ff1">$73000</div>
                    <a class="button12" href="https://devu20.testdevlink.net/long-miles/car/bmw/">View car</a>
                </div>
                        <div class="car-box" style="border:1px solid #ccc; padding:10px; margin-bottom:15px;">
                    <div><img width="300" height="225" src="https://devu20.testdevlink.net/long-miles/wp-content/uploads/2025/05/2017-BMV-X1-xxDrive-20d-xline.png" class="attachment-medium size-medium wp-post-image" alt="" /></div>
					<div></div>
					<h4>2017 BMV X1 xDrive 20d xline</h4>
					<div class="features">
						<span class="mile">72491</span>
						<span class="fuel">Diesel</span>
						<span class="transmission">Manual</span>
					</div>
                    <div class="ff1">$73000</div>
                    <a class="button12" href="https://devu20.testdevlink.net/long-miles/car/hybrid/">View car</a>
                </div>
            </main>
</div>


{"id":406,"date":"2025-05-16T19:05:50","date_gmt":"2025-05-16T19:05:50","guid":{"rendered":"https:\/\/devu20.testdevlink.net\/long-miles\/?page_id=406"},"modified":"2026-02-17T00:33:03","modified_gmt":"2026-02-16T23:33:03","slug":"car-sales","status":"publish","type":"page","link":"https:\/\/devu20.testdevlink.net\/long-miles\/car-sales\/","title":{"rendered":"Car Sales"},"content":{"rendered":"[vc_row type=&#8221;full_width_background&#8221; full_screen_row_position=&#8221;middle&#8221; column_margin=&#8221;default&#8221; equal_height=&#8221;yes&#8221; content_placement=&#8221;middle&#8221; column_direction=&#8221;default&#8221; column_direction_tablet=&#8221;default&#8221; column_direction_phone=&#8221;default&#8221; scene_position=&#8221;center&#8221; text_color=&#8221;dark&#8221; text_align=&#8221;left&#8221; row_border_radius=&#8221;none&#8221; row_border_radius_applies=&#8221;bg&#8221; overflow=&#8221;visible&#8221; id=&#8221;topmenu&#8221; disable_element=&#8221;yes&#8221; overlay_strength=&#8221;0.3&#8243; gradient_direction=&#8221;left_to_right&#8221; shape_divider_position=&#8221;bottom&#8221; bg_image_animation=&#8221;none&#8221; gradient_type=&#8221;default&#8221; shape_type=&#8221;&#8221;][vc_column column_padding=&#8221;no-extra-padding&#8221; column_padding_tablet=&#8221;inherit&#8221; column_padding_phone=&#8221;inherit&#8221; column_padding_position=&#8221;all&#8221; column_element_direction_desktop=&#8221;default&#8221; column_element_spacing=&#8221;default&#8221; desktop_text_alignment=&#8221;default&#8221; tablet_text_alignment=&#8221;default&#8221; phone_text_alignment=&#8221;default&#8221; background_color_opacity=&#8221;1&#8243; background_hover_color_opacity=&#8221;1&#8243; column_backdrop_filter=&#8221;none&#8221; column_shadow=&#8221;none&#8221; column_border_radius=&#8221;none&#8221; column_link_target=&#8221;_self&#8221; column_position=&#8221;default&#8221; gradient_direction=&#8221;left_to_right&#8221; overlay_strength=&#8221;0.3&#8243; width=&#8221;1\/2&#8243; tablet_width_inherit=&#8221;default&#8221; animation_type=&#8221;default&#8221; bg_image_animation=&#8221;none&#8221; border_type=&#8221;simple&#8221; column_border_width=&#8221;none&#8221; column_border_style=&#8221;solid&#8221;][image_with_animation image_url=&#8221;354&#8243; image_size=&#8221;full&#8221; animation_type=&#8221;entrance&#8221; animation=&#8221;None&#8221; animation_movement_type=&#8221;transform_y&#8221; hover_animation=&#8221;none&#8221; alignment=&#8221;&#8221; border_radius=&#8221;none&#8221; box_shadow=&#8221;none&#8221; image_loading=&#8221;default&#8221; max_width=&#8221;100%&#8221; max_width_mobile=&#8221;default&#8221; img_link=&#8221;https:\/\/custom.testdevlink.net\/long-mile-lp\/&#8221; el_class=&#8221;tlogo&#8221;][\/vc_column][vc_column column_padding=&#8221;no-extra-padding&#8221; column_padding_tablet=&#8221;inherit&#8221; column_padding_phone=&#8221;inherit&#8221; column_padding_position=&#8221;all&#8221; column_element_direction_desktop=&#8221;default&#8221; column_element_spacing=&#8221;default&#8221; desktop_text_alignment=&#8221;default&#8221; tablet_text_alignment=&#8221;default&#8221; phone_text_alignment=&#8221;default&#8221; background_color_opacity=&#8221;1&#8243; background_hover_color_opacity=&#8221;1&#8243; column_backdrop_filter=&#8221;none&#8221; column_shadow=&#8221;none&#8221; column_border_radius=&#8221;none&#8221; column_link_target=&#8221;_self&#8221; column_position=&#8221;default&#8221; gradient_direction=&#8221;left_to_right&#8221; overlay_strength=&#8221;0.3&#8243; width=&#8221;1\/2&#8243; tablet_width_inherit=&#8221;default&#8221; animation_type=&#8221;default&#8221; bg_image_animation=&#8221;none&#8221; border_type=&#8221;simple&#8221; column_border_width=&#8221;none&#8221; column_border_style=&#8221;solid&#8221;][nectar_btn size=&#8221;medium&#8221; button_style=&#8221;regular&#8221; button_color_2=&#8221;Accent-Color&#8221; icon_family=&#8221;none&#8221; button_id=&#8221;booked&#8221; text=&#8221;Book Now&#8221; url=&#8221;#&#8221;][\/vc_column][\/vc_row][vc_row type=&#8221;full_width_background&#8221; full_screen_row_position=&#8221;middle&#8221; column_margin=&#8221;default&#8221; equal_height=&#8221;yes&#8221; content_placement=&#8221;middle&#8221; column_direction=&#8221;default&#8221; column_direction_tablet=&#8221;default&#8221; column_direction_phone=&#8221;default&#8221; bg_image=&#8221;409&#8243; bg_position=&#8221;left top&#8221; background_image_loading=&#8221;default&#8221; bg_repeat=&#8221;no-repeat&#8221; scene_position=&#8221;center&#8221; text_color=&#8221;light&#8221; text_align=&#8221;left&#8221; row_border_radius=&#8221;none&#8221; row_border_radius_applies=&#8221;bg&#8221; overflow=&#8221;visible&#8221; id=&#8221;inner_pg1&#8243; disable_element=&#8221;yes&#8221; overlay_strength=&#8221;0.3&#8243; gradient_direction=&#8221;left_to_right&#8221; shape_divider_position=&#8221;bottom&#8221; bg_image_animation=&#8221;none&#8221; gradient_type=&#8221;default&#8221; shape_type=&#8221;&#8221;][vc_column column_padding=&#8221;no-extra-padding&#8221; column_padding_tablet=&#8221;inherit&#8221; column_padding_phone=&#8221;inherit&#8221; column_padding_position=&#8221;all&#8221; column_element_direction_desktop=&#8221;default&#8221; column_element_spacing=&#8221;default&#8221; desktop_text_alignment=&#8221;default&#8221; tablet_text_alignment=&#8221;default&#8221; phone_text_alignment=&#8221;default&#8221; background_color_opacity=&#8221;1&#8243; background_hover_color_opacity=&#8221;1&#8243; column_backdrop_filter=&#8221;none&#8221; column_shadow=&#8221;none&#8221; column_border_radius=&#8221;none&#8221; column_link_target=&#8221;_self&#8221; column_position=&#8221;default&#8221; gradient_direction=&#8221;left_to_right&#8221; overlay_strength=&#8221;0.3&#8243; width=&#8221;1\/1&#8243; tablet_width_inherit=&#8221;default&#8221; animation_type=&#8221;default&#8221; bg_image_animation=&#8221;none&#8221; border_type=&#8221;simple&#8221; column_border_width=&#8221;none&#8221; column_border_style=&#8221;solid&#8221;][carousel script=&#8221;owl_carousel&#8221; desktop_cols=&#8221;1&#8243; desktop_small_cols=&#8221;1&#8243; tablet_cols=&#8221;1&#8243; mobile_cols=&#8221;1&#8243; column_padding=&#8221;0&#8243; loop=&#8221;true&#8221;][item simple_slider_bg_image_position=&#8221;default&#8221; simple_slider_overlay_strength=&#8221;0.3&#8243; simple_slider_bg_image_loading=&#8221;default&#8221; id=&#8221;1771284754893-3&#8243; title=&#8221;Item&#8221; tab_id=&#8221;1771284754893-2&#8243;][vc_column_text css=&#8221;&#8221; el_class=&#8221;tt1&#8243; text_direction=&#8221;default&#8221;]\n<h3 style=\"text-align: center;\">Long Mile Motors<\/h3>\n<h1 style=\"text-align: center;\">Car Sales<\/h1>\n[\/vc_column_text][\/item][item simple_slider_bg_image_position=&#8221;default&#8221; simple_slider_overlay_strength=&#8221;0.3&#8243; simple_slider_bg_image_loading=&#8221;default&#8221; id=&#8221;1771284754922-2&#8243; title=&#8221;Item&#8221; tab_id=&#8221;1771284754922-3&#8243;][vc_column_text css=&#8221;&#8221; el_class=&#8221;tt1&#8243; text_direction=&#8221;default&#8221;]\n<h3 style=\"text-align: center;\">Long Mile Motors<\/h3>\n<h1 style=\"text-align: center;\">Car Sales<\/h1>\n[\/vc_column_text][\/item][item simple_slider_bg_image_position=&#8221;default&#8221; simple_slider_overlay_strength=&#8221;0.3&#8243; simple_slider_bg_image_loading=&#8221;default&#8221; id=&#8221;1771284754938-3&#8243; title=&#8221;Item&#8221; tab_id=&#8221;1771284754939-2&#8243;][vc_column_text css=&#8221;&#8221; el_class=&#8221;tt1&#8243; text_direction=&#8221;default&#8221;]\n<h3 style=\"text-align: center;\">Long Mile Motors<\/h3>\n<h1 style=\"text-align: center;\">Car Sales<\/h1>\n[\/vc_column_text][\/item][\/carousel][\/vc_column][\/vc_row][vc_row type=&#8221;full_width_background&#8221; full_screen_row_position=&#8221;middle&#8221; column_margin=&#8221;default&#8221; column_direction=&#8221;default&#8221; column_direction_tablet=&#8221;default&#8221; column_direction_phone=&#8221;default&#8221; scene_position=&#8221;center&#8221; text_color=&#8221;dark&#8221; text_align=&#8221;center&#8221; row_border_radius=&#8221;none&#8221; row_border_radius_applies=&#8221;bg&#8221; overflow=&#8221;visible&#8221; id=&#8221;arrow_sec&#8221; overlay_strength=&#8221;0.3&#8243; gradient_direction=&#8221;left_to_right&#8221; shape_divider_position=&#8221;bottom&#8221; bg_image_animation=&#8221;none&#8221; gradient_type=&#8221;default&#8221; shape_type=&#8221;&#8221;][vc_column column_padding=&#8221;no-extra-padding&#8221; column_padding_tablet=&#8221;inherit&#8221; column_padding_phone=&#8221;inherit&#8221; column_padding_position=&#8221;all&#8221; column_element_direction_desktop=&#8221;default&#8221; column_element_spacing=&#8221;default&#8221; desktop_text_alignment=&#8221;default&#8221; tablet_text_alignment=&#8221;default&#8221; phone_text_alignment=&#8221;default&#8221; background_color_opacity=&#8221;1&#8243; background_hover_color_opacity=&#8221;1&#8243; column_backdrop_filter=&#8221;none&#8221; column_shadow=&#8221;none&#8221; column_border_radius=&#8221;none&#8221; column_link_target=&#8221;_self&#8221; column_position=&#8221;default&#8221; gradient_direction=&#8221;left_to_right&#8221; overlay_strength=&#8221;0.3&#8243; width=&#8221;1\/1&#8243; tablet_width_inherit=&#8221;default&#8221; animation_type=&#8221;default&#8221; bg_image_animation=&#8221;none&#8221; border_type=&#8221;simple&#8221; column_border_width=&#8221;none&#8221; column_border_style=&#8221;solid&#8221; column_padding_type=&#8221;default&#8221; gradient_type=&#8221;default&#8221;][image_with_animation image_url=&#8221;3287&#8243; image_size=&#8221;full&#8221; animation_type=&#8221;entrance&#8221; animation=&#8221;None&#8221; animation_movement_type=&#8221;transform_y&#8221; hover_animation=&#8221;none&#8221; alignment=&#8221;center&#8221; border_radius=&#8221;none&#8221; box_shadow=&#8221;none&#8221; image_loading=&#8221;default&#8221; max_width=&#8221;100%&#8221; max_width_mobile=&#8221;default&#8221; el_class=&#8221;down_arrow&#8221;][\/vc_column][\/vc_row][vc_row type=&#8221;full_width_background&#8221; full_screen_row_position=&#8221;middle&#8221; column_margin=&#8221;default&#8221; column_direction=&#8221;default&#8221; column_direction_tablet=&#8221;default&#8221; column_direction_phone=&#8221;default&#8221; scene_position=&#8221;center&#8221; top_padding=&#8221;80&#8243; bottom_padding=&#8221;20&#8243; text_color=&#8221;dark&#8221; text_align=&#8221;center&#8221; row_border_radius=&#8221;none&#8221; row_border_radius_applies=&#8221;bg&#8221; overflow=&#8221;visible&#8221; id=&#8221;det_sec&#8221; overlay_strength=&#8221;0.3&#8243; gradient_direction=&#8221;left_to_right&#8221; shape_divider_position=&#8221;bottom&#8221; bg_image_animation=&#8221;none&#8221; gradient_type=&#8221;default&#8221; shape_type=&#8221;&#8221;][vc_column column_padding=&#8221;padding-3-percent&#8221; column_padding_tablet=&#8221;inherit&#8221; column_padding_phone=&#8221;inherit&#8221; column_padding_position=&#8221;all&#8221; column_element_direction_desktop=&#8221;default&#8221; column_element_spacing=&#8221;default&#8221; desktop_text_alignment=&#8221;default&#8221; tablet_text_alignment=&#8221;default&#8221; phone_text_alignment=&#8221;default&#8221; background_color_opacity=&#8221;1&#8243; background_hover_color_opacity=&#8221;1&#8243; column_backdrop_filter=&#8221;none&#8221; column_shadow=&#8221;medium_depth&#8221; column_border_radius=&#8221;none&#8221; column_link_target=&#8221;_self&#8221; column_position=&#8221;default&#8221; gradient_direction=&#8221;left_to_right&#8221; overlay_strength=&#8221;0.3&#8243; width=&#8221;1\/1&#8243; tablet_width_inherit=&#8221;default&#8221; animation_type=&#8221;default&#8221; bg_image_animation=&#8221;none&#8221; border_type=&#8221;simple&#8221; column_border_width=&#8221;none&#8221; column_border_style=&#8221;solid&#8221; column_padding_type=&#8221;default&#8221; gradient_type=&#8221;default&#8221;][vc_row_inner column_margin=&#8221;default&#8221; column_direction=&#8221;default&#8221; column_direction_tablet=&#8221;default&#8221; column_direction_phone=&#8221;default&#8221; text_align=&#8221;left&#8221; row_position=&#8221;default&#8221; row_position_tablet=&#8221;inherit&#8221; row_position_phone=&#8221;inherit&#8221; overflow=&#8221;visible&#8221; pointer_events=&#8221;all&#8221;][vc_column_inner column_padding=&#8221;no-extra-padding&#8221; column_padding_tablet=&#8221;inherit&#8221; column_padding_phone=&#8221;inherit&#8221; column_padding_position=&#8221;all&#8221; column_element_direction_desktop=&#8221;default&#8221; column_element_spacing=&#8221;default&#8221; desktop_text_alignment=&#8221;default&#8221; tablet_text_alignment=&#8221;default&#8221; phone_text_alignment=&#8221;default&#8221; background_color_opacity=&#8221;1&#8243; background_hover_color_opacity=&#8221;1&#8243; column_backdrop_filter=&#8221;none&#8221; column_shadow=&#8221;none&#8221; column_border_radius=&#8221;none&#8221; column_link_target=&#8221;_self&#8221; overflow=&#8221;visible&#8221; gradient_direction=&#8221;left_to_right&#8221; overlay_strength=&#8221;0.3&#8243; width=&#8221;1\/1&#8243; tablet_width_inherit=&#8221;default&#8221; animation_type=&#8221;default&#8221; bg_image_animation=&#8221;none&#8221; border_type=&#8221;simple&#8221; column_border_width=&#8221;none&#8221; column_border_style=&#8221;solid&#8221;][vc_column_text css=&#8221;&#8221; text_direction=&#8221;default&#8221;]\n<h3>Quality Used Cars for Sale in Dublin \u2013 Long Mile Motors<\/h3>\n<p>Looking for a reliable used car in Dublin? At Long Mile Motors, we offer a wide range of top-quality, pre-owned vehicles, including fuel-efficient hatchbacks, spacious SUVs, and eco-friendly hybrids. Every car is\u00a0<strong>AA assured<\/strong>, meaning it has passed a rigorous quality inspection, and we include a\u00a0<strong>free premium AA membership<\/strong>\u00a0for added peace of mind. Plus, we provide a\u00a0<strong>free warranty as standard<\/strong>, so you can drive away with confidence knowing we\u2019ll take care of you if anything goes wrong. Whether you&#8217;re searching for affordable used cars in Dublin or the best deals on second-hand hybrids, we\u2019ve got the perfect car for you. Visit Long Mile Motors today and drive home in a vehicle you can trust![\/vc_column_text][\/vc_column_inner][\/vc_row_inner][\/vc_column][\/vc_row][vc_row type=&#8221;full_width_background&#8221; full_screen_row_position=&#8221;middle&#8221; column_margin=&#8221;default&#8221; equal_height=&#8221;yes&#8221; content_placement=&#8221;middle&#8221; column_direction=&#8221;default&#8221; column_direction_tablet=&#8221;default&#8221; column_direction_phone=&#8221;default&#8221; scene_position=&#8221;center&#8221; text_color=&#8221;dark&#8221; text_align=&#8221;left&#8221; row_border_radius=&#8221;none&#8221; row_border_radius_applies=&#8221;bg&#8221; overflow=&#8221;visible&#8221; id=&#8221;list1&#8243; overlay_strength=&#8221;0.3&#8243; gradient_direction=&#8221;left_to_right&#8221; shape_divider_position=&#8221;bottom&#8221; bg_image_animation=&#8221;none&#8221; gradient_type=&#8221;default&#8221; shape_type=&#8221;&#8221;][vc_column column_padding=&#8221;no-extra-padding&#8221; column_padding_tablet=&#8221;inherit&#8221; column_padding_phone=&#8221;inherit&#8221; column_padding_position=&#8221;all&#8221; column_element_direction_desktop=&#8221;default&#8221; column_element_spacing=&#8221;default&#8221; desktop_text_alignment=&#8221;default&#8221; tablet_text_alignment=&#8221;default&#8221; phone_text_alignment=&#8221;default&#8221; background_color_opacity=&#8221;1&#8243; background_hover_color_opacity=&#8221;1&#8243; column_backdrop_filter=&#8221;none&#8221; column_shadow=&#8221;none&#8221; column_border_radius=&#8221;none&#8221; column_link_target=&#8221;_self&#8221; column_position=&#8221;default&#8221; gradient_direction=&#8221;left_to_right&#8221; overlay_strength=&#8221;0.3&#8243; width=&#8221;1\/1&#8243; tablet_width_inherit=&#8221;default&#8221; animation_type=&#8221;default&#8221; bg_image_animation=&#8221;none&#8221; border_type=&#8221;simple&#8221; column_border_width=&#8221;none&#8221; column_border_style=&#8221;solid&#8221;][vc_column_text css=&#8221;&#8221; text_direction=&#8221;default&#8221;]        <div id=\"dealerhub-container\">\n                                    <div class=\"dealerhub-filters\">\n            <h3>Filter Vehicles<\/h3>\n            <form id=\"dealerhub-filter-form\">\n                <div class=\"filter-row\">\n                    <div class=\"filter-group\">\n                        <label for=\"search\">Search:<\/label>\n                        <input type=\"text\" id=\"search\" name=\"search\" placeholder=\"Search vehicles...\">\n                    <\/div>\n                    \n                    <div class=\"filter-group\">\n                        <label for=\"min-price\">Min Price:<\/label>\n                        <input type=\"number\" id=\"min-price\" name=\"min_price\" min=\"150\" max=\"32450\" placeholder=\"150\">\n                    <\/div>\n                    \n                    <div class=\"filter-group\">\n                        <label for=\"max-price\">Max Price:<\/label>\n                        <input type=\"number\" id=\"max-price\" name=\"max_price\" min=\"150\" max=\"32450\" placeholder=\"32,450\">\n                    <\/div>\n                    \n                    <div class=\"filter-group\">\n                        <label for=\"stock-type\">Stock Type:<\/label>\n                        <select id=\"stock-type\" name=\"stock_type\">\n                            <option value=\"\">Any<\/option>\n                                                            <option value=\"CARS\">CARS<\/option>\n                                                            <option value=\"DAMAGEDCARS\">DAMAGEDCARS<\/option>\n                                                            <option value=\"CARPARTS\">CARPARTS<\/option>\n                                                    <\/select>\n                    <\/div>\n                    \n<!--                     <div class=\"filter-group\">\n                        <label for=\"country\">Country:<\/label>\n                        <select id=\"country\" name=\"country\">\n                            <option value=\"\">Any<\/option>\n                                                            <option value=\"Ireland\">Ireland<\/option>\n                                                    <\/select>\n                    <\/div>\n                    \n                    <div class=\"filter-group\">\n                        <label for=\"county\">County:<\/label>\n                        <select id=\"county\" name=\"county\">\n                            <option value=\"\">Any<\/option>\n                                                            <option value=\"Dublin\">Dublin<\/option>\n                                                    <\/select>\n                    <\/div>\n                <\/div> -->\n                \n                <div class=\"filter-actions\">\n                    <button type=\"submit\">Apply Filters<\/button>\n                    <button type=\"button\" id=\"reset-filters\">Clear Filters<\/button>\n                <\/div>\n            <\/form>\n        <\/div>\n                                \n            <div id=\"loading-message\" style=\"text-align: center; padding: 40px;\">\n                <p>Loading vehicles...<\/p>\n            <\/div>\n            \n            <div id=\"vehicles-grid\" class=\"dealerhub-grid columns-3\" style=\"display: none;\">\n                <!-- Vehicles will be loaded here -->\n            <\/div>\n            \n            <div id=\"error-message\" style=\"display: none; color: red; text-align: center; padding: 20px;\">\n                <!-- Error messages will appear here -->\n            <\/div>\n        <\/div>\n        \n        <script>\n        jQuery(document).ready(function($) {\n            \/\/ Load vehicles immediately\n            loadVehicles();\n            \n            function loadVehicles(filters = {}) {\n                $('#loading-message').show();\n                $('#vehicles-grid').hide();\n                $('#error-message').hide();\n                \n                var action = Object.keys(filters).length > 0 ? 'filter_vehicles' : 'fetch_vehicles';\n                \n                $.ajax({\n                    url: dealerhub_ajax.ajax_url,\n                    type: 'POST',\n                    data: {\n                        action: action,\n                        nonce: dealerhub_ajax.nonce,\n                        filters: filters\n                    },\n                    success: function(response) {\n                        if (response.success) {\n                            displayVehicles(response.data);\n                        } else {\n                            $('#error-message').html('<p><strong>Error:<\/strong> ' + response.data + '<\/p>').show();\n                        }\n                    },\n                    error: function(xhr, status, error) {\n                        $('#error-message').html('<p><strong>AJAX Error:<\/strong> ' + error + '<\/p>').show();\n                    },\n                    complete: function() {\n                        $('#loading-message').hide();\n                    }\n                });\n            }\n            \n            function displayVehicles(vehicles) {\n                var html = '';\n                \n                if (vehicles.length === 0) {\n                    html = '<p style=\"text-align: center; padding: 40px;\">No vehicles found matching your criteria.<\/p>';\n                } else {\n                    vehicles.forEach(function(vehicle) {\n                        html += renderVehicleCard(vehicle);\n                    });\n                }\n                \n                $('#vehicles-grid').html(html).show();\n            }\n            \n            function renderVehicleCard(vehicle) {\n                var features = vehicle.features || [];\n                var featuresHtml = '';\n                var imageHtml = '';\n                \n                \/\/ Add image if available\n                if (vehicle.images && vehicle.images.length > 0) {\n                    imageHtml = '<div class=\"vehicle-image\"><img decoding=\"async\" src=\"' + vehicle.images[0].url + '\" alt=\"' + vehicle.title + '\" style=\"width: 100%; height: 200px; object-fit: cover;\"><\/div>';\n                }\n                \n                features.slice(0, 3).forEach(function(feature) {\n                    featuresHtml += '<span class=\"feature\">' + feature + '<\/span>';\n                });\n                \n                return `\n                    <div class=\"vehicle-card\">\n                        ${imageHtml}\n                        <div class=\"vehicle-content\">\n                            <h3 class=\"vehicle-title\">${vehicle.title}<\/h3>\n                            <div class=\"vehicle-meta\">\n                                <span class=\"price\">\u20ac ${parseInt(vehicle.price).toLocaleString()}<\/span>\n                                <span class=\"stock-type\">${vehicle.stockType}<\/span>\n                            <\/div>\n                            <div class=\"vehicle-location\">\n                                ${vehicle.county}, ${vehicle.country}\n                            <\/div>\n                            <div class=\"vehicle-features\">\n                                ${featuresHtml}\n                            <\/div>\n                            <div class=\"vehicle-description\">\n                                ${vehicle.description.substring(0, 150)}...\n                            <\/div>\n                            <div class=\"vehicle-actions\">\n                                <a href=\"${dealerhub_ajax.site_url}\/vehicle-detail\/${vehicle.id}\" class=\"view-details-btn\">View Details<\/a>\n                            <\/div>\n                        <\/div>\n                    <\/div>\n                `;\n            }\n            \n            \/\/ Handle filter form submission\n            $(document).on('submit', '#dealerhub-filter-form', function(e) {\n                e.preventDefault();\n                \n                var filters = {};\n                $(this).find('input, select').each(function() {\n                    if ($(this).val()) {\n                        filters[$(this).attr('name')] = $(this).val();\n                    }\n                });\n                \n                loadVehicles(filters);\n            });\n            \n            \/\/ Handle filter reset\n            $(document).on('click', '#reset-filters', function() {\n                $('#dealerhub-filter-form')[0].reset();\n                loadVehicles();\n            });\n        });\n        <\/script>\n        [\/vc_column_text][\/vc_column][\/vc_row][vc_row type=&#8221;full_width_background&#8221; full_screen_row_position=&#8221;middle&#8221; column_margin=&#8221;default&#8221; equal_height=&#8221;yes&#8221; content_placement=&#8221;middle&#8221; column_direction=&#8221;default&#8221; column_direction_tablet=&#8221;default&#8221; column_direction_phone=&#8221;default&#8221; scene_position=&#8221;center&#8221; text_color=&#8221;dark&#8221; text_align=&#8221;left&#8221; row_border_radius=&#8221;none&#8221; row_border_radius_applies=&#8221;bg&#8221; overflow=&#8221;visible&#8221; id=&#8221;list1&#8243; disable_element=&#8221;yes&#8221; overlay_strength=&#8221;0.3&#8243; gradient_direction=&#8221;left_to_right&#8221; shape_divider_position=&#8221;bottom&#8221; bg_image_animation=&#8221;none&#8221; gradient_type=&#8221;default&#8221; shape_type=&#8221;&#8221;][vc_column column_padding=&#8221;no-extra-padding&#8221; column_padding_tablet=&#8221;inherit&#8221; column_padding_phone=&#8221;inherit&#8221; column_padding_position=&#8221;all&#8221; column_element_direction_desktop=&#8221;default&#8221; column_element_spacing=&#8221;default&#8221; desktop_text_alignment=&#8221;default&#8221; tablet_text_alignment=&#8221;default&#8221; phone_text_alignment=&#8221;default&#8221; background_color_opacity=&#8221;1&#8243; background_hover_color_opacity=&#8221;1&#8243; column_backdrop_filter=&#8221;none&#8221; column_shadow=&#8221;none&#8221; column_border_radius=&#8221;none&#8221; column_link_target=&#8221;_self&#8221; column_position=&#8221;default&#8221; gradient_direction=&#8221;left_to_right&#8221; overlay_strength=&#8221;0.3&#8243; width=&#8221;1\/1&#8243; tablet_width_inherit=&#8221;default&#8221; animation_type=&#8221;default&#8221; bg_image_animation=&#8221;none&#8221; border_type=&#8221;simple&#8221; column_border_width=&#8221;none&#8221; column_border_style=&#8221;solid&#8221;][vc_column_text css=&#8221;&#8221; el_class=&#8221;ttext11&#8243; text_direction=&#8221;default&#8221;]\n<h2><span style=\"color: #24272c;\">10,000+ Get The Best Deals On Cars<\/span><\/h2>\n<p><span style=\"color: #696665;\">Explore our selection of high-quality, pre-owned vehicles. Our inventory includes top brands like Toyota, Mercedes, Honda, and more. Find the perfect used car for your needs.<\/span>[\/vc_column_text][vc_column_text css=&#8221;&#8221; text_direction=&#8221;default&#8221;][\/vc_column_text][\/vc_column][\/vc_row][vc_row type=&#8221;full_width_content&#8221; full_screen_row_position=&#8221;middle&#8221; column_margin=&#8221;default&#8221; equal_height=&#8221;yes&#8221; content_placement=&#8221;middle&#8221; column_direction=&#8221;default&#8221; column_direction_tablet=&#8221;default&#8221; column_direction_phone=&#8221;default&#8221; bg_color=&#8221;rgba(114,185,67,0.3)&#8221; scene_position=&#8221;center&#8221; text_color=&#8221;dark&#8221; text_align=&#8221;left&#8221; row_border_radius=&#8221;none&#8221; row_border_radius_applies=&#8221;bg&#8221; overflow=&#8221;visible&#8221; id=&#8221;cl1&#8243; overlay_strength=&#8221;0.3&#8243; gradient_direction=&#8221;left_to_right&#8221; shape_divider_position=&#8221;bottom&#8221; bg_image_animation=&#8221;none&#8221; gradient_type=&#8221;default&#8221; shape_type=&#8221;&#8221;][vc_column column_padding=&#8221;no-extra-padding&#8221; column_padding_tablet=&#8221;inherit&#8221; column_padding_phone=&#8221;inherit&#8221; column_padding_position=&#8221;all&#8221; column_element_direction_desktop=&#8221;default&#8221; column_element_spacing=&#8221;default&#8221; desktop_text_alignment=&#8221;default&#8221; tablet_text_alignment=&#8221;default&#8221; phone_text_alignment=&#8221;default&#8221; background_color_opacity=&#8221;1&#8243; background_hover_color_opacity=&#8221;1&#8243; column_backdrop_filter=&#8221;none&#8221; column_shadow=&#8221;none&#8221; column_border_radius=&#8221;none&#8221; column_link_target=&#8221;_self&#8221; column_position=&#8221;default&#8221; gradient_direction=&#8221;left_to_right&#8221; overlay_strength=&#8221;0.3&#8243; width=&#8221;1\/1&#8243; tablet_width_inherit=&#8221;default&#8221; animation_type=&#8221;default&#8221; bg_image_animation=&#8221;none&#8221; border_type=&#8221;simple&#8221; column_border_width=&#8221;none&#8221; column_border_style=&#8221;solid&#8221;][vc_column_text css=&#8221;&#8221; text_direction=&#8221;default&#8221; el_class=&#8221;ttextt11&#8243;]\n<h2 style=\"text-align: center;\">We Love Our Clients<\/h2>\n[\/vc_column_text][carousel script=&#8221;owl_carousel&#8221; desktop_cols=&#8221;3&#8243; desktop_small_cols=&#8221;3&#8243; tablet_cols=&#8221;2&#8243; mobile_cols=&#8221;1&#8243; column_padding=&#8221;0&#8243; loop=&#8221;true&#8221;][item simple_slider_bg_image_position=&#8221;default&#8221; simple_slider_overlay_strength=&#8221;0.3&#8243; simple_slider_bg_image_loading=&#8221;default&#8221; id=&#8221;1771284755294-7&#8243; title=&#8221;Item&#8221; tab_id=&#8221;1771284755295-0&#8243;][vc_column_text css=&#8221;&#8221; el_class=&#8221;ttexttt12&#8243; text_direction=&#8221;default&#8221;]\n<h4><img loading=\"lazy\" decoding=\"async\" class=\"alignnone size-full wp-image-317\" src=\"https:\/\/devu20.testdevlink.net\/long-miles\/wp-content\/uploads\/2025\/05\/star.png\" alt=\"\" width=\"115\" height=\"23\" \/><\/h4>\n<p>Absolutely top class service and attention to detail. Both Alan and Ivan made the transition and purchasing of my new car so exciting and smooth, and were so attentive. Couldn&#8217;t recommend enough!<\/p>\n<h5>nicole mckenzie<\/h5>\n[\/vc_column_text][\/item][item simple_slider_bg_image_position=&#8221;default&#8221; simple_slider_overlay_strength=&#8221;0.3&#8243; simple_slider_bg_image_loading=&#8221;default&#8221; id=&#8221;1771284755320-2&#8243; title=&#8221;Item&#8221; tab_id=&#8221;1771284755321-2&#8243;][vc_column_text css=&#8221;&#8221; el_class=&#8221;ttexttt12&#8243; text_direction=&#8221;default&#8221;]\n<h4><img loading=\"lazy\" decoding=\"async\" class=\"alignnone size-full wp-image-317\" src=\"https:\/\/devu20.testdevlink.net\/long-miles\/wp-content\/uploads\/2025\/05\/star.png\" alt=\"\" width=\"115\" height=\"23\" \/><\/h4>\n<p>Having worked at car Valeting, i can honestly recommend these guys for 100% satisfaction with the quality and professionalism when cleaning your car.. You wont be disappointed. Great prices also.Check them out.<\/p>\n<h5>tony mc gaughran<\/h5>\n[\/vc_column_text][\/item][item simple_slider_bg_image_position=&#8221;default&#8221; simple_slider_overlay_strength=&#8221;0.3&#8243; simple_slider_bg_image_loading=&#8221;default&#8221; id=&#8221;1771284755355-10&#8243; title=&#8221;Item&#8221; tab_id=&#8221;1771284755356-8&#8243;][vc_column_text css=&#8221;&#8221; el_class=&#8221;ttexttt12&#8243; text_direction=&#8221;default&#8221;]\n<h4><img loading=\"lazy\" decoding=\"async\" class=\"alignnone size-full wp-image-317\" src=\"https:\/\/devu20.testdevlink.net\/long-miles\/wp-content\/uploads\/2025\/05\/star.png\" alt=\"\" width=\"115\" height=\"23\" \/><\/h4>\n<p>A really great garage, they&#8217;re experts and and work with you to get you the right deal. For all after care they&#8217;ve been brilliant to deal with, strongly recommend them to anyone looking to buy a car<\/p>\n<h5>Dan Gordon<\/h5>\n[\/vc_column_text][\/item][item simple_slider_bg_image_position=&#8221;default&#8221; simple_slider_overlay_strength=&#8221;0.3&#8243; simple_slider_bg_image_loading=&#8221;default&#8221; id=&#8221;1771284755380-9&#8243; title=&#8221;Item&#8221; tab_id=&#8221;1771284755380-9&#8243;][vc_column_text css=&#8221;&#8221; el_class=&#8221;ttexttt12&#8243; text_direction=&#8221;default&#8221;]\n<h4><img loading=\"lazy\" decoding=\"async\" class=\"alignnone size-full wp-image-317\" src=\"https:\/\/devu20.testdevlink.net\/long-miles\/wp-content\/uploads\/2025\/05\/star.png\" alt=\"\" width=\"115\" height=\"23\" \/><\/h4>\n<p>Would most definitely recommend purchasing a car from Long Mile Motors !! From the beginning there was excellent communication from their behalf, providing a virtual tour of the vehicle and proof of work. The staff were very accommodating when it came to fitting parts I wished to have done and delivered the car in immaculate condition to Galway ! Their warranty is 100% valid and had no issue replacing my EGR while providing me with a substitute car in the meantime. I am extremely grateful to the staff and couldn\u2019t recommend enough !!<\/p>\n<h5>Alika V<\/h5>\n[\/vc_column_text][\/item][item simple_slider_bg_image_position=&#8221;default&#8221; simple_slider_overlay_strength=&#8221;0.3&#8243; simple_slider_bg_image_loading=&#8221;default&#8221; id=&#8221;1771284755403-7&#8243; title=&#8221;Item&#8221; tab_id=&#8221;1771284755404-3&#8243;][vc_column_text css=&#8221;&#8221; el_class=&#8221;ttexttt12&#8243; text_direction=&#8221;default&#8221;]\n<h4><img loading=\"lazy\" decoding=\"async\" class=\"alignnone size-full wp-image-317\" src=\"https:\/\/devu20.testdevlink.net\/long-miles\/wp-content\/uploads\/2025\/05\/star.png\" alt=\"\" width=\"115\" height=\"23\" \/><\/h4>\n<p>Alan and his team are second to none. Alan&#8217;s high standards of customer service made buying my car a very easy and enjoyable experience. I don&#8217;t live in Dublin so Alan sent detailed videos and photos before I decided to come down for a test drive. He went above and beyond at every stage. Highly recommend.<\/p>\n<h5>Catriona Crumlish<\/h5>\n[\/vc_column_text][\/item][item simple_slider_bg_image_position=&#8221;default&#8221; simple_slider_overlay_strength=&#8221;0.3&#8243; simple_slider_bg_image_loading=&#8221;default&#8221; id=&#8221;1771284755426-9&#8243; title=&#8221;Item&#8221; tab_id=&#8221;1771284755426-6&#8243;][vc_column_text css=&#8221;&#8221; el_class=&#8221;ttexttt12&#8243; text_direction=&#8221;default&#8221;]\n<h4><img loading=\"lazy\" decoding=\"async\" class=\"alignnone size-full wp-image-317\" src=\"https:\/\/devu20.testdevlink.net\/long-miles\/wp-content\/uploads\/2025\/05\/star.png\" alt=\"\" width=\"115\" height=\"23\" \/><\/h4>\n<p>Called last Thursday and they were able to book me in for the next Monday. Got a full service with all filters replaced. I\u2019ve been dealing with a hissing noise in the air con for years and any mechanics I went to weren\u2019t able to sort it out and turns out it was just a small filter issue all that time. Got the brake pads and discs done too and underneath my bumper was a bit out of shape which he popped back into place. Dropped it in at 9am and collected it at 3pm. Won\u2019t be going to any other mechanic again after coming here, can\u2019t recommend enough!<\/p>\n<h5>Jake Farrell<\/h5>\n[\/vc_column_text][\/item][item simple_slider_bg_image_position=&#8221;default&#8221; simple_slider_overlay_strength=&#8221;0.3&#8243; simple_slider_bg_image_loading=&#8221;default&#8221; id=&#8221;1771284755443-8&#8243; title=&#8221;Item&#8221; tab_id=&#8221;1771284755444-3&#8243;][vc_column_text css=&#8221;&#8221; el_class=&#8221;ttexttt12&#8243; text_direction=&#8221;default&#8221;]\n<h4><img loading=\"lazy\" decoding=\"async\" class=\"alignnone size-full wp-image-317\" src=\"https:\/\/devu20.testdevlink.net\/long-miles\/wp-content\/uploads\/2025\/05\/star.png\" alt=\"\" width=\"115\" height=\"23\" \/><\/h4>\n<p>Finally, a dealer that sets their intended lowest price up front, *actually* services their cars, and provides a truly decent warranty (which I likely won&#8217;t have to use). Very happy with my purchase overall, the car is incredibly clean and well looked after (especially under the bonnet). Long Mile Motors is one of the few genuine, honest dealerships out there!<\/p>\n<h5>Kacper<\/h5>\n[\/vc_column_text][\/item][item simple_slider_bg_image_position=&#8221;default&#8221; simple_slider_overlay_strength=&#8221;0.3&#8243; simple_slider_bg_image_loading=&#8221;default&#8221; id=&#8221;1771284755452-3&#8243; title=&#8221;Item&#8221; tab_id=&#8221;1771284755453-1&#8243;][vc_column_text css=&#8221;&#8221; el_class=&#8221;ttexttt12&#8243; text_direction=&#8221;default&#8221;]\n<h4><img loading=\"lazy\" decoding=\"async\" class=\"alignnone size-full wp-image-317\" src=\"https:\/\/devu20.testdevlink.net\/long-miles\/wp-content\/uploads\/2025\/05\/star.png\" alt=\"\" width=\"115\" height=\"23\" \/><\/h4>\n<p>I recently had the pleasure of speaking with Alan, the salesman at this dealership, and I must say, he exceeded all expectations. Not only was Alan extremely nice, but he also provided me with comprehensive information about the car I was interested in. He was genuinely interested in ensuring I had the best possible experience, going the extra mile during the test drive and offering additional assistance with checks. What truly stood out was his dedication to customer satisfaction; Alan even went as far as personally delivering the car to me. With service like this, this dealership is a well-deserved five-star rating. Alan is truly an amazing person, and his professionalism and commitment to excellence are commendable.<\/p>\n<h5>Amina Bashiru<\/h5>\n[\/vc_column_text][\/item][item simple_slider_bg_image_position=&#8221;default&#8221; simple_slider_overlay_strength=&#8221;0.3&#8243; simple_slider_bg_image_loading=&#8221;default&#8221; id=&#8221;1771284755470-1&#8243; title=&#8221;Item&#8221; tab_id=&#8221;1771284755470-3&#8243;][vc_column_text css=&#8221;&#8221; el_class=&#8221;ttexttt12&#8243; text_direction=&#8221;default&#8221;]\n<h4><img loading=\"lazy\" decoding=\"async\" class=\"alignnone size-full wp-image-317\" src=\"https:\/\/devu20.testdevlink.net\/long-miles\/wp-content\/uploads\/2025\/05\/star.png\" alt=\"\" width=\"115\" height=\"23\" \/><\/h4>\n<p>Excellent service and advice from the first contact , Honest and trustworthy and contactable at anytime , Alan was the man I dealt with the most and his passion for quality cars was obvious from the start , my car was polished and detailed within an inch of its life and when I went to collect i was amazed by the effort the lads went to , I would defo recommend long mile motors and hopefully I will do more business in the future , full car history , warranty and a years AA membership and a stunning car &lt; what more do you want ?? Thanks again lads and thanks Alan ,<\/p>\n<h5>John Paul considine<\/h5>\n[\/vc_column_text][\/item][item simple_slider_bg_image_position=&#8221;default&#8221; simple_slider_overlay_strength=&#8221;0.3&#8243; simple_slider_bg_image_loading=&#8221;default&#8221; id=&#8221;1771284755496-6&#8243; title=&#8221;Item&#8221; tab_id=&#8221;1771284755496-10&#8243;][vc_column_text css=&#8221;&#8221; el_class=&#8221;ttexttt12&#8243; text_direction=&#8221;default&#8221;]\n<h4><img loading=\"lazy\" decoding=\"async\" class=\"alignnone size-full wp-image-317\" src=\"https:\/\/devu20.testdevlink.net\/long-miles\/wp-content\/uploads\/2025\/05\/star.png\" alt=\"\" width=\"115\" height=\"23\" \/><\/h4>\n<p>Exceptional service. Alan is very attentive and courteous, as well as being very helpful, as is the entire team. I bought a quality car at a fair price and everything happened very carefully, even when I hadn&#8217;t yet decided whether I would keep the car! Thanks Long Mile Motors!<\/p>\n<h5>Cesar Squillace<\/h5>\n[\/vc_column_text][\/item][item simple_slider_bg_image_position=&#8221;default&#8221; simple_slider_overlay_strength=&#8221;0.3&#8243; simple_slider_bg_image_loading=&#8221;default&#8221; id=&#8221;1771284755519-4&#8243; title=&#8221;Item&#8221; tab_id=&#8221;1771284755520-7&#8243;][vc_column_text css=&#8221;&#8221; el_class=&#8221;ttexttt12&#8243; text_direction=&#8221;default&#8221;]\n<h4><img loading=\"lazy\" decoding=\"async\" class=\"alignnone size-full wp-image-317\" src=\"https:\/\/devu20.testdevlink.net\/long-miles\/wp-content\/uploads\/2025\/05\/star.png\" alt=\"\" width=\"115\" height=\"23\" \/><\/h4>\n<p>On behalf of myself and my grand mother, we would like to thank Ivan for the amazing service on both of our cars. It was an absolute pleasure dealing with you. You went above and beyond to ensure we were happy, and we are over the moon. We have never met anyone as accommodating than you, and would highly recommend you to anyone who acquires recommendations on a car dealership. Keep up your fantastic service. We are delighted overall and let\u2019s not forget about the beautiful cars we have as a result!!\ud83e\udd29\ud83e\udd29<\/p>\n<h5>Chelsea Brett<\/h5>\n[\/vc_column_text][\/item][item simple_slider_bg_image_position=&#8221;default&#8221; simple_slider_overlay_strength=&#8221;0.3&#8243; simple_slider_bg_image_loading=&#8221;default&#8221; id=&#8221;1771284755545-5&#8243; title=&#8221;Item&#8221; tab_id=&#8221;1771284755545-4&#8243;][vc_column_text css=&#8221;&#8221; el_class=&#8221;ttexttt12&#8243; text_direction=&#8221;default&#8221;]\n<h4><img loading=\"lazy\" decoding=\"async\" class=\"alignnone size-full wp-image-317\" src=\"https:\/\/devu20.testdevlink.net\/long-miles\/wp-content\/uploads\/2025\/05\/star.png\" alt=\"\" width=\"115\" height=\"23\" \/><\/h4>\n<p>\u2665\ufe0f Im driving since 4 years and this is my 3 rd car in Ireland. Never came across such a professional experience with service and sales as well. Great work Ivan and team.<\/p>\n<h5>Akshay S Raj<\/h5>\n[\/vc_column_text][\/item][item simple_slider_bg_image_position=&#8221;default&#8221; simple_slider_overlay_strength=&#8221;0.3&#8243; simple_slider_bg_image_loading=&#8221;default&#8221; id=&#8221;1771284755569-5&#8243; title=&#8221;Item&#8221; tab_id=&#8221;1771284755570-5&#8243;][vc_column_text css=&#8221;&#8221; el_class=&#8221;ttexttt12&#8243; text_direction=&#8221;default&#8221;]\n<h4><img loading=\"lazy\" decoding=\"async\" class=\"alignnone size-full wp-image-317\" src=\"https:\/\/devu20.testdevlink.net\/long-miles\/wp-content\/uploads\/2025\/05\/star.png\" alt=\"\" width=\"115\" height=\"23\" \/><\/h4>\n<p>Id give the guys here more stars if possible. Left my van in and got it restored inside and outside. Paint spilled all over the back carefully removed, and redone with raptor liner. Outside paint corrected and put back to new. Front area had paint everywhere and totally restored.. Im absolutely delighted with the results and communications throughout the job!<\/p>\n<h5>Greg Williamson<\/h5>\n[\/vc_column_text][\/item][item simple_slider_bg_image_position=&#8221;default&#8221; simple_slider_overlay_strength=&#8221;0.3&#8243; simple_slider_bg_image_loading=&#8221;default&#8221; id=&#8221;1771284755594-5&#8243; title=&#8221;Item&#8221; tab_id=&#8221;1771284755595-3&#8243;][vc_column_text css=&#8221;&#8221; el_class=&#8221;ttexttt12&#8243; text_direction=&#8221;default&#8221;]\n<h4><img loading=\"lazy\" decoding=\"async\" class=\"alignnone size-full wp-image-317\" src=\"https:\/\/devu20.testdevlink.net\/long-miles\/wp-content\/uploads\/2025\/05\/star.png\" alt=\"\" width=\"115\" height=\"23\" \/><\/h4>\n<p>Great bunch of lads, staff were helpful in making the process as easy as possible, car is exactly as advertised if not better. Very fair with their trade in prices, couldn\u2019t recommend them enough \ud83d\udc4d\ud83c\udffb<\/p>\n<h5>Alex Brennan<\/h5>\n[\/vc_column_text][\/item][item simple_slider_bg_image_position=&#8221;default&#8221; simple_slider_overlay_strength=&#8221;0.3&#8243; simple_slider_bg_image_loading=&#8221;default&#8221; id=&#8221;1771284755612-7&#8243; title=&#8221;Item&#8221; tab_id=&#8221;1771284755612-9&#8243;][vc_column_text css=&#8221;&#8221; el_class=&#8221;ttexttt12&#8243; text_direction=&#8221;default&#8221;]\n<h4><img loading=\"lazy\" decoding=\"async\" class=\"alignnone size-full wp-image-317\" src=\"https:\/\/devu20.testdevlink.net\/long-miles\/wp-content\/uploads\/2025\/05\/star.png\" alt=\"\" width=\"115\" height=\"23\" \/><\/h4>\n<p>Hi all long mile motors is the best place to go if your looking to buy a car or even getting your car serviced to a car wash this is the number one place to go. From the boss to the workers they are the best no matters what u need they will help u in every way there is nothing they can&#8217;t do. I bought my car from long mile motors and my car is the best car I have ever had in my life. And I had a lot cars in my time they help me in so many ways and I will give this place 10 stars if I got (Alan) the boss is the nice man u will meet u will do anything to help u and can get and car u are looking for to buy. He is the man for the job. I was so happy to have given this place a try and I am promise this I will go no where else to get my car (serviced or wasted) any more after go to long mile motors they are out this world. So WHAT U WAITING GIVE LONG MILE MOTORS A TRY TODAY u will not be disappointed.<\/p>\n<h5>Tomo O connor<\/h5>\n[\/vc_column_text][\/item][item simple_slider_bg_image_position=&#8221;default&#8221; simple_slider_overlay_strength=&#8221;0.3&#8243; simple_slider_bg_image_loading=&#8221;default&#8221; id=&#8221;1771284755622-7&#8243; title=&#8221;Item&#8221; tab_id=&#8221;1771284755622-10&#8243;][vc_column_text css=&#8221;&#8221; el_class=&#8221;ttexttt12&#8243; text_direction=&#8221;default&#8221;]\n<h4><img loading=\"lazy\" decoding=\"async\" class=\"alignnone size-full wp-image-317\" src=\"https:\/\/devu20.testdevlink.net\/long-miles\/wp-content\/uploads\/2025\/05\/star.png\" alt=\"\" width=\"115\" height=\"23\" \/><\/h4>\n<p>John and his fantastic team fixed my car at extremely short notice. They were so friendly and professional; they went above and beyond to help me. Their communication was great, prices were super and all in all I couldn\u2019t be happier. I\u2019d recommended their services to everyone. Thank you John, Alan and the guys. Really great. Best Garage in Ireland.<\/p>\n<h5>Joanne Fish<\/h5>\n[\/vc_column_text][\/item][item simple_slider_bg_image_position=&#8221;default&#8221; simple_slider_overlay_strength=&#8221;0.3&#8243; simple_slider_bg_image_loading=&#8221;default&#8221; id=&#8221;1771284755640-3&#8243; title=&#8221;Item&#8221; tab_id=&#8221;1771284755640-2&#8243;][vc_column_text css=&#8221;&#8221; el_class=&#8221;ttexttt12&#8243; text_direction=&#8221;default&#8221;]\n<h4><img loading=\"lazy\" decoding=\"async\" class=\"alignnone size-full wp-image-317\" src=\"https:\/\/devu20.testdevlink.net\/long-miles\/wp-content\/uploads\/2025\/05\/star.png\" alt=\"\" width=\"115\" height=\"23\" \/><\/h4>\n<p>We recently bought a car here and they were so brilliant. It was my partners first time buying her own car and they were very helpful. I cannot recommend them enough! A very happy customer<\/p>\n<h5>Roo English<\/h5>\n[\/vc_column_text][\/item][item simple_slider_bg_image_position=&#8221;default&#8221; simple_slider_overlay_strength=&#8221;0.3&#8243; simple_slider_bg_image_loading=&#8221;default&#8221; id=&#8221;1771284755660-5&#8243; title=&#8221;Item&#8221; tab_id=&#8221;1771284755661-0&#8243;][vc_column_text css=&#8221;&#8221; el_class=&#8221;ttexttt12&#8243; text_direction=&#8221;default&#8221;]\n<h4><img loading=\"lazy\" decoding=\"async\" class=\"alignnone size-full wp-image-317\" src=\"https:\/\/devu20.testdevlink.net\/long-miles\/wp-content\/uploads\/2025\/05\/star.png\" alt=\"\" width=\"115\" height=\"23\" \/><\/h4>\n<p>Very helpful and have the best prices for cars would 100% recommend getting a car here over anywhere else as they have the best cars for the best prices and they are very helpful when you are choosing the right car for you they had the car looking like it was brand new on the inside and the outside a huge thanks to Alan and his team for all the support they give very good warranty and explain everything very well<\/p>\n<h5>seanie sweeney<\/h5>\n[\/vc_column_text][\/item][item simple_slider_bg_image_position=&#8221;default&#8221; simple_slider_overlay_strength=&#8221;0.3&#8243; simple_slider_bg_image_loading=&#8221;default&#8221; id=&#8221;1771284755680-4&#8243; title=&#8221;Item&#8221; tab_id=&#8221;1771284755681-0&#8243;][vc_column_text css=&#8221;&#8221; el_class=&#8221;ttexttt12&#8243; text_direction=&#8221;default&#8221;]\n<h4><img loading=\"lazy\" decoding=\"async\" class=\"alignnone size-full wp-image-317\" src=\"https:\/\/devu20.testdevlink.net\/long-miles\/wp-content\/uploads\/2025\/05\/star.png\" alt=\"\" width=\"115\" height=\"23\" \/><\/h4>\n<p>I recently bought a 2013 Audi A4 from Long Mile Motors. My experience with the sales person Alan was extremely pleasant and positive. The car was fully valeted, cleaned and polished when I collected it. Car is in excellent condition. He guaranteed that he would replace the timing belt kit and put it through the NCT before collection which was very important for me when buying. Would highly recommend Long Mile Motors.<\/p>\n<h5>Daniel Power<\/h5>\n[\/vc_column_text][\/item][item simple_slider_bg_image_position=&#8221;default&#8221; simple_slider_overlay_strength=&#8221;0.3&#8243; simple_slider_bg_image_loading=&#8221;default&#8221; id=&#8221;1771284755707-1&#8243; title=&#8221;Item&#8221; tab_id=&#8221;1771284755707-8&#8243;][vc_column_text css=&#8221;&#8221; el_class=&#8221;ttexttt12&#8243; text_direction=&#8221;default&#8221;]\n<h4><img loading=\"lazy\" decoding=\"async\" class=\"alignnone size-full wp-image-317\" src=\"https:\/\/devu20.testdevlink.net\/long-miles\/wp-content\/uploads\/2025\/05\/star.png\" alt=\"\" width=\"115\" height=\"23\" \/><\/h4>\n<p>Brilliant service, Alan is polite easy to deal with. Couldn&#8217;t of done more to help. The valeting service is excellent aswell and I will definitely be a repeat customer, very impressed.<\/p>\n<h5>Jason Maguire<\/h5>\n[\/vc_column_text][\/item][\/carousel][\/vc_column][\/vc_row][vc_row type=&#8221;full_width_background&#8221; full_screen_row_position=&#8221;middle&#8221; column_margin=&#8221;default&#8221; equal_height=&#8221;yes&#8221; content_placement=&#8221;middle&#8221; column_direction=&#8221;default&#8221; column_direction_tablet=&#8221;default&#8221; column_direction_phone=&#8221;default&#8221; bg_color=&#8221;#72b9433d&#8221; scene_position=&#8221;center&#8221; text_color=&#8221;dark&#8221; text_align=&#8221;left&#8221; row_border_radius=&#8221;none&#8221; row_border_radius_applies=&#8221;bg&#8221; overflow=&#8221;visible&#8221; id=&#8221;cl1&#8243; disable_element=&#8221;yes&#8221; overlay_strength=&#8221;0.3&#8243; gradient_direction=&#8221;left_to_right&#8221; shape_divider_position=&#8221;bottom&#8221; bg_image_animation=&#8221;none&#8221; gradient_type=&#8221;default&#8221; shape_type=&#8221;&#8221;][vc_column column_padding=&#8221;no-extra-padding&#8221; column_padding_tablet=&#8221;inherit&#8221; column_padding_phone=&#8221;inherit&#8221; column_padding_position=&#8221;all&#8221; column_element_direction_desktop=&#8221;default&#8221; column_element_spacing=&#8221;default&#8221; desktop_text_alignment=&#8221;default&#8221; tablet_text_alignment=&#8221;default&#8221; phone_text_alignment=&#8221;default&#8221; background_color_opacity=&#8221;1&#8243; background_hover_color_opacity=&#8221;1&#8243; column_backdrop_filter=&#8221;none&#8221; column_shadow=&#8221;none&#8221; column_border_radius=&#8221;none&#8221; column_link_target=&#8221;_self&#8221; column_position=&#8221;default&#8221; gradient_direction=&#8221;left_to_right&#8221; overlay_strength=&#8221;0.3&#8243; width=&#8221;1\/1&#8243; tablet_width_inherit=&#8221;default&#8221; animation_type=&#8221;default&#8221; bg_image_animation=&#8221;none&#8221; border_type=&#8221;simple&#8221; column_border_width=&#8221;none&#8221; column_border_style=&#8221;solid&#8221;][vc_column_text css=&#8221;&#8221; text_direction=&#8221;default&#8221; el_class=&#8221;ttextt11&#8243;]\n<h4 style=\"text-align: center;\">We Love Our Clients<\/h4>\n[\/vc_column_text][carousel script=&#8221;owl_carousel&#8221; desktop_cols=&#8221;3&#8243; desktop_small_cols=&#8221;3&#8243; tablet_cols=&#8221;2&#8243; mobile_cols=&#8221;1&#8243; column_padding=&#8221;0&#8243; loop=&#8221;true&#8221;][item simple_slider_bg_image_position=&#8221;default&#8221; simple_slider_overlay_strength=&#8221;0.3&#8243; simple_slider_bg_image_loading=&#8221;default&#8221; id=&#8221;1771284755834-0&#8243; title=&#8221;Item&#8221; tab_id=&#8221;1771284755835-8&#8243;][vc_column_text css=&#8221;&#8221; el_class=&#8221;ttexttt12&#8243; text_direction=&#8221;default&#8221;]\n<h4><img loading=\"lazy\" decoding=\"async\" class=\"alignnone size-full wp-image-317\" src=\"https:\/\/devu20.testdevlink.net\/long-miles\/wp-content\/uploads\/2025\/05\/star.png\" alt=\"\" width=\"115\" height=\"23\" \/><\/h4>\n<h6>15 May 2025<\/h6>\n<p>Lorem ipsum dolor sit amet consectetur adipiscing elit. Quisque faucibus ex sapien vitae pellentesque sem placerat. In id cursus mi pretium tellus duis convallis. Tempus leo eu aenean sed diam urna tempor. Pulvinar vivamus fringilla lacus nec metus bibendum[\/vc_column_text]<div class=\"iwithtext\"><div class=\"iwt-icon\"> <img decoding=\"async\" src=\"https:\/\/devu20.testdevlink.net\/long-miles\/wp-content\/uploads\/2025\/05\/image.png\" alt=\"\" \/> <\/div><div class=\"iwt-text\"> \n<h5>Arlene McCoy<\/h5>\n<p>CEO Themesflat <\/div><div class=\"clear\"><\/div><\/div>[\/item][item simple_slider_bg_image_position=&#8221;default&#8221; simple_slider_overlay_strength=&#8221;0.3&#8243; simple_slider_bg_image_loading=&#8221;default&#8221; id=&#8221;1771284755873-2&#8243; title=&#8221;Item&#8221; tab_id=&#8221;1771284755874-8&#8243;][vc_column_text css=&#8221;&#8221; el_class=&#8221;ttexttt12&#8243; text_direction=&#8221;default&#8221;]\n<h4><img loading=\"lazy\" decoding=\"async\" class=\"alignnone size-full wp-image-317\" src=\"https:\/\/devu20.testdevlink.net\/long-miles\/wp-content\/uploads\/2025\/05\/star.png\" alt=\"\" width=\"115\" height=\"23\" \/><\/h4>\n<h6>15 May 2025<\/h6>\n<p>Lorem ipsum dolor sit amet consectetur adipiscing elit. Quisque faucibus ex sapien vitae pellentesque sem placerat. In id cursus mi pretium tellus duis convallis. Tempus leo eu aenean sed diam urna tempor. Pulvinar vivamus fringilla lacus nec metus bibendum[\/vc_column_text]<div class=\"iwithtext\"><div class=\"iwt-icon\"> <img decoding=\"async\" src=\"https:\/\/devu20.testdevlink.net\/long-miles\/wp-content\/uploads\/2025\/05\/image3.png\" alt=\"\" \/> <\/div><div class=\"iwt-text\"> \n<h5>Arlene McCoy<\/h5>\n<p>CEO Themesflat <\/div><div class=\"clear\"><\/div><\/div>[\/item][item simple_slider_bg_image_position=&#8221;default&#8221; simple_slider_overlay_strength=&#8221;0.3&#8243; simple_slider_bg_image_loading=&#8221;default&#8221; id=&#8221;1771284755908-7&#8243; title=&#8221;Item&#8221; tab_id=&#8221;1771284755908-10&#8243;][vc_column_text css=&#8221;&#8221; el_class=&#8221;ttexttt12&#8243; text_direction=&#8221;default&#8221;]\n<h4><img loading=\"lazy\" decoding=\"async\" class=\"alignnone size-full wp-image-317\" src=\"https:\/\/devu20.testdevlink.net\/long-miles\/wp-content\/uploads\/2025\/05\/star.png\" alt=\"\" width=\"115\" height=\"23\" \/><\/h4>\n<h6>15 May 2025<\/h6>\n<p>Lorem ipsum dolor sit amet consectetur adipiscing elit. Quisque faucibus ex sapien vitae pellentesque sem placerat. In id cursus mi pretium tellus duis convallis. Tempus leo eu aenean sed diam urna tempor. Pulvinar vivamus fringilla lacus nec metus bibendum[\/vc_column_text]<div class=\"iwithtext\"><div class=\"iwt-icon\"> <img decoding=\"async\" src=\"https:\/\/devu20.testdevlink.net\/long-miles\/wp-content\/uploads\/2025\/05\/image4.png\" alt=\"\" \/> <\/div><div class=\"iwt-text\"> \n<h5>Arlene McCoy<\/h5>\n<p>CEO Themesflat <\/div><div class=\"clear\"><\/div><\/div>[\/item][\/carousel][\/vc_column][\/vc_row][vc_row type=&#8221;full_width_background&#8221; full_screen_row_position=&#8221;middle&#8221; column_margin=&#8221;default&#8221; equal_height=&#8221;yes&#8221; content_placement=&#8221;middle&#8221; column_direction=&#8221;default&#8221; column_direction_tablet=&#8221;default&#8221; column_direction_phone=&#8221;default&#8221; bg_color=&#8221;#72b9433d&#8221; scene_position=&#8221;center&#8221; text_color=&#8221;dark&#8221; text_align=&#8221;left&#8221; row_border_radius=&#8221;none&#8221; row_border_radius_applies=&#8221;bg&#8221; overflow=&#8221;visible&#8221; id=&#8221;cl1&#8243; disable_element=&#8221;yes&#8221; overlay_strength=&#8221;0.3&#8243; gradient_direction=&#8221;left_to_right&#8221; shape_divider_position=&#8221;bottom&#8221; bg_image_animation=&#8221;none&#8221; gradient_type=&#8221;default&#8221; shape_type=&#8221;&#8221;][vc_column column_padding=&#8221;no-extra-padding&#8221; column_padding_tablet=&#8221;inherit&#8221; column_padding_phone=&#8221;inherit&#8221; column_padding_position=&#8221;all&#8221; column_element_direction_desktop=&#8221;default&#8221; column_element_spacing=&#8221;default&#8221; desktop_text_alignment=&#8221;default&#8221; tablet_text_alignment=&#8221;default&#8221; phone_text_alignment=&#8221;default&#8221; background_color_opacity=&#8221;1&#8243; background_hover_color_opacity=&#8221;1&#8243; column_backdrop_filter=&#8221;none&#8221; column_shadow=&#8221;none&#8221; column_border_radius=&#8221;none&#8221; column_link_target=&#8221;_self&#8221; column_position=&#8221;default&#8221; gradient_direction=&#8221;left_to_right&#8221; overlay_strength=&#8221;0.3&#8243; width=&#8221;1\/1&#8243; tablet_width_inherit=&#8221;default&#8221; animation_type=&#8221;default&#8221; bg_image_animation=&#8221;none&#8221; border_type=&#8221;simple&#8221; column_border_width=&#8221;none&#8221; column_border_style=&#8221;solid&#8221;][vc_column_text css=&#8221;&#8221; text_direction=&#8221;default&#8221; el_class=&#8221;ttextt11&#8243;]\n<h4 style=\"text-align: center;\">We Love Our Clients<\/h4>\n[\/vc_column_text][vc_row_inner column_margin=&#8221;default&#8221; column_direction=&#8221;default&#8221; column_direction_tablet=&#8221;default&#8221; column_direction_phone=&#8221;default&#8221; text_align=&#8221;left&#8221; row_position=&#8221;default&#8221; row_position_tablet=&#8221;inherit&#8221; row_position_phone=&#8221;inherit&#8221; overflow=&#8221;visible&#8221; pointer_events=&#8221;all&#8221;][vc_column_inner column_padding=&#8221;no-extra-padding&#8221; column_padding_tablet=&#8221;inherit&#8221; column_padding_phone=&#8221;inherit&#8221; column_padding_position=&#8221;all&#8221; column_element_direction_desktop=&#8221;default&#8221; column_element_spacing=&#8221;default&#8221; desktop_text_alignment=&#8221;default&#8221; tablet_text_alignment=&#8221;default&#8221; phone_text_alignment=&#8221;default&#8221; background_color_opacity=&#8221;1&#8243; background_hover_color_opacity=&#8221;1&#8243; column_backdrop_filter=&#8221;none&#8221; column_shadow=&#8221;none&#8221; column_border_radius=&#8221;none&#8221; column_link_target=&#8221;_self&#8221; overflow=&#8221;visible&#8221; gradient_direction=&#8221;left_to_right&#8221; overlay_strength=&#8221;0.3&#8243; width=&#8221;1\/1&#8243; tablet_width_inherit=&#8221;default&#8221; animation_type=&#8221;default&#8221; bg_image_animation=&#8221;none&#8221; border_type=&#8221;simple&#8221; column_border_width=&#8221;none&#8221; column_border_style=&#8221;solid&#8221;][vc_column_text css=&#8221;&#8221; text_direction=&#8221;default&#8221;]<pre class=\"ti-widget\" style=\"display: none\"><template id=\"trustindex-google-widget-html\"><div class=\" ti-widget  ti-goog ti-review-text-mode-readmore ti-text-align-left\" data-no-translation=\"true\" data-time-locale=\"%d %s ago|today|day|days|week|weeks|month|months|year|years\" data-plugin-version=\"13.2.8\" data-layout-id=\"4\" data-layout-category=\"slider\" data-set-id=\"drop-shadow\" data-pid=\"\" data-language=\"en\" data-close-locale=\"Close\" data-review-target-width=\"300\" data-css-version=\"2\" data-reply-by-locale=\"Owner&apos;s reply\" data-only-rating-locale=\"This user only left a rating.\" data-pager-autoplay-timeout=\"6\"> <div class=\"ti-widget-container ti-col-3\"> <div class=\"ti-reviews-container\"> <div class=\"ti-controls\"> <div class=\"ti-next\" aria-label=\"Next review\" role=\"button\" tabindex=\"0\"><\/div> <div class=\"ti-prev\" aria-label=\"Previous review\" role=\"button\" tabindex=\"0\"><\/div> <\/div> <div class=\"ti-reviews-container-wrapper\">  <div data-empty=\"0\" data-time=\"1752105600\" class=\"ti-review-item source-Google ti-image-layout-thumbnail\" data-id=\"cfcd208495d565ef66e7dff9f98764da\"> <div class=\"ti-inner\"> <div class=\"ti-review-header\"> <div class=\"ti-platform-icon ti-with-tooltip\"> <span class=\"ti-tooltip\">Posted on <\/span> <trustindex-image data-imgurl=\"https:\/\/cdn.trustindex.io\/assets\/platform\/Google\/icon.svg\" alt=\"\" width=\"20\" height=\"20\" loading=\"lazy\"><\/trustindex-image> <\/div> <div class=\"ti-profile-img\"> <trustindex-image data-imgurl=\"https:\/\/lh3.googleusercontent.com\/a-\/ALV-UjUdjy4N6uj9qFAqSWuMKIettBWG20S7f_8I6OEH6tMQTgf4WVjJ=w40-h40-c-rp-mo-br100\" alt=\"Dan Gordon profile picture\" loading=\"lazy\"><\/trustindex-image> <\/div> <div class=\"ti-profile-details\"> <div class=\"ti-name\"> Dan Gordon <\/div> <div class=\"ti-date\"><\/div> <\/div> <\/div> <span class=\"ti-stars\"><trustindex-image class=\"ti-star\" data-imgurl=\"https:\/\/cdn.trustindex.io\/assets\/platform\/Google\/star\/f.svg\" alt=\"Google\" width=\"17\" height=\"17\" loading=\"lazy\"><\/trustindex-image><trustindex-image class=\"ti-star\" data-imgurl=\"https:\/\/cdn.trustindex.io\/assets\/platform\/Google\/star\/f.svg\" alt=\"Google\" width=\"17\" height=\"17\" loading=\"lazy\"><\/trustindex-image><trustindex-image class=\"ti-star\" data-imgurl=\"https:\/\/cdn.trustindex.io\/assets\/platform\/Google\/star\/f.svg\" alt=\"Google\" width=\"17\" height=\"17\" loading=\"lazy\"><\/trustindex-image><trustindex-image class=\"ti-star\" data-imgurl=\"https:\/\/cdn.trustindex.io\/assets\/platform\/Google\/star\/f.svg\" alt=\"Google\" width=\"17\" height=\"17\" loading=\"lazy\"><\/trustindex-image><trustindex-image class=\"ti-star\" data-imgurl=\"https:\/\/cdn.trustindex.io\/assets\/platform\/Google\/star\/f.svg\" alt=\"Google\" width=\"17\" height=\"17\" loading=\"lazy\"><\/trustindex-image><span class=\"ti-verified-review ti-verified-platform\"><span class=\"ti-verified-tooltip\">Trustindex verifies that the original source of the review is Google.<\/span><\/span><\/span> <div class=\"ti-review-text-container ti-review-content\"><!-- R-CONTENT -->A really great garage, they're experts and and work with you to get you the right deal.  For all after care they've been brilliant to deal with, strongly recommend them to anyone looking to buy a car<!-- R-CONTENT --><\/div> <span class=\"ti-read-more\" data-container=\".ti-review-content\" data-collapse-text=\"Hide\" data-open-text=\"Read more\"><\/span> <\/div> <\/div>  <div data-empty=\"0\" data-time=\"1748908800\" class=\"ti-review-item source-Google ti-image-layout-thumbnail\" data-id=\"cfcd208495d565ef66e7dff9f98764da\"> <div class=\"ti-inner\"> <div class=\"ti-review-header\"> <div class=\"ti-platform-icon ti-with-tooltip\"> <span class=\"ti-tooltip\">Posted on <\/span> <trustindex-image data-imgurl=\"https:\/\/cdn.trustindex.io\/assets\/platform\/Google\/icon.svg\" alt=\"\" width=\"20\" height=\"20\" loading=\"lazy\"><\/trustindex-image> <\/div> <div class=\"ti-profile-img\"> <trustindex-image data-imgurl=\"https:\/\/lh3.googleusercontent.com\/a-\/ALV-UjXzdiOZq8vXrVzConhqcg3JPg604KfWnKGbfRhV6mowgtTDyYC7Qw=w40-h40-c-rp-mo-br100\" alt=\"nicole mckenzie profile picture\" loading=\"lazy\"><\/trustindex-image> <\/div> <div class=\"ti-profile-details\"> <div class=\"ti-name\"> nicole mckenzie <\/div> <div class=\"ti-date\"><\/div> <\/div> <\/div> <span class=\"ti-stars\"><trustindex-image class=\"ti-star\" data-imgurl=\"https:\/\/cdn.trustindex.io\/assets\/platform\/Google\/star\/f.svg\" alt=\"Google\" width=\"17\" height=\"17\" loading=\"lazy\"><\/trustindex-image><trustindex-image class=\"ti-star\" data-imgurl=\"https:\/\/cdn.trustindex.io\/assets\/platform\/Google\/star\/f.svg\" alt=\"Google\" width=\"17\" height=\"17\" loading=\"lazy\"><\/trustindex-image><trustindex-image class=\"ti-star\" data-imgurl=\"https:\/\/cdn.trustindex.io\/assets\/platform\/Google\/star\/f.svg\" alt=\"Google\" width=\"17\" height=\"17\" loading=\"lazy\"><\/trustindex-image><trustindex-image class=\"ti-star\" data-imgurl=\"https:\/\/cdn.trustindex.io\/assets\/platform\/Google\/star\/f.svg\" alt=\"Google\" width=\"17\" height=\"17\" loading=\"lazy\"><\/trustindex-image><trustindex-image class=\"ti-star\" data-imgurl=\"https:\/\/cdn.trustindex.io\/assets\/platform\/Google\/star\/f.svg\" alt=\"Google\" width=\"17\" height=\"17\" loading=\"lazy\"><\/trustindex-image><span class=\"ti-verified-review ti-verified-platform\"><span class=\"ti-verified-tooltip\">Trustindex verifies that the original source of the review is Google.<\/span><\/span><\/span> <div class=\"ti-review-text-container ti-review-content\"><!-- R-CONTENT -->Absolutely top class service and attention to detail. Both Alan and Ivan made the transition and purchasing of my new car so exciting and smooth, and were so attentive. Couldn't recommend enough!<!-- R-CONTENT --><\/div> <span class=\"ti-read-more\" data-container=\".ti-review-content\" data-collapse-text=\"Hide\" data-open-text=\"Read more\"><\/span> <\/div> <\/div>  <div data-empty=\"0\" data-time=\"1747440000\" class=\"ti-review-item source-Google ti-image-layout-thumbnail\" data-id=\"cfcd208495d565ef66e7dff9f98764da\"> <div class=\"ti-inner\"> <div class=\"ti-review-header\"> <div class=\"ti-platform-icon ti-with-tooltip\"> <span class=\"ti-tooltip\">Posted on <\/span> <trustindex-image data-imgurl=\"https:\/\/cdn.trustindex.io\/assets\/platform\/Google\/icon.svg\" alt=\"\" width=\"20\" height=\"20\" loading=\"lazy\"><\/trustindex-image> <\/div> <div class=\"ti-profile-img\"> <trustindex-image data-imgurl=\"https:\/\/lh3.googleusercontent.com\/a\/ACg8ocIsR5TWIBLQ5g5oMkRi6KEGmYtjJTIALjxMX_4BLfBuuUta9g=w40-h40-c-rp-mo-br100\" alt=\"Charlie McDermott profile picture\" loading=\"lazy\"><\/trustindex-image> <\/div> <div class=\"ti-profile-details\"> <div class=\"ti-name\"> Charlie McDermott <\/div> <div class=\"ti-date\"><\/div> <\/div> <\/div> <span class=\"ti-stars\"><trustindex-image class=\"ti-star\" data-imgurl=\"https:\/\/cdn.trustindex.io\/assets\/platform\/Google\/star\/f.svg\" alt=\"Google\" width=\"17\" height=\"17\" loading=\"lazy\"><\/trustindex-image><trustindex-image class=\"ti-star\" data-imgurl=\"https:\/\/cdn.trustindex.io\/assets\/platform\/Google\/star\/f.svg\" alt=\"Google\" width=\"17\" height=\"17\" loading=\"lazy\"><\/trustindex-image><trustindex-image class=\"ti-star\" data-imgurl=\"https:\/\/cdn.trustindex.io\/assets\/platform\/Google\/star\/f.svg\" alt=\"Google\" width=\"17\" height=\"17\" loading=\"lazy\"><\/trustindex-image><trustindex-image class=\"ti-star\" data-imgurl=\"https:\/\/cdn.trustindex.io\/assets\/platform\/Google\/star\/f.svg\" alt=\"Google\" width=\"17\" height=\"17\" loading=\"lazy\"><\/trustindex-image><trustindex-image class=\"ti-star\" data-imgurl=\"https:\/\/cdn.trustindex.io\/assets\/platform\/Google\/star\/f.svg\" alt=\"Google\" width=\"17\" height=\"17\" loading=\"lazy\"><\/trustindex-image><span class=\"ti-verified-review ti-verified-platform\"><span class=\"ti-verified-tooltip\">Trustindex verifies that the original source of the review is Google.<\/span><\/span><\/span> <div class=\"ti-review-text-container ti-review-content\"><!-- R-CONTENT -->Absolutely perfect and straightforward staff extremely friendly very straightforward service from first phone call 10\/10 would recommend<!-- R-CONTENT --><\/div> <span class=\"ti-read-more\" data-container=\".ti-review-content\" data-collapse-text=\"Hide\" data-open-text=\"Read more\"><\/span> <\/div> <\/div>  <div data-empty=\"0\" data-time=\"1747440000\" class=\"ti-review-item source-Google ti-image-layout-thumbnail\" data-id=\"cfcd208495d565ef66e7dff9f98764da\"> <div class=\"ti-inner\"> <div class=\"ti-review-header\"> <div class=\"ti-platform-icon ti-with-tooltip\"> <span class=\"ti-tooltip\">Posted on <\/span> <trustindex-image data-imgurl=\"https:\/\/cdn.trustindex.io\/assets\/platform\/Google\/icon.svg\" alt=\"\" width=\"20\" height=\"20\" loading=\"lazy\"><\/trustindex-image> <\/div> <div class=\"ti-profile-img\"> <trustindex-image data-imgurl=\"https:\/\/lh3.googleusercontent.com\/a-\/ALV-UjUXTTP8AIeYO_qivMeJKTQCDL_brlzOWs26qMdB_k7z3Dqi-W53jA=w40-h40-c-rp-mo-ba3-br100\" alt=\"Catriona Crumlish profile picture\" loading=\"lazy\"><\/trustindex-image> <\/div> <div class=\"ti-profile-details\"> <div class=\"ti-name\"> Catriona Crumlish <\/div> <div class=\"ti-date\"><\/div> <\/div> <\/div> <span class=\"ti-stars\"><trustindex-image class=\"ti-star\" data-imgurl=\"https:\/\/cdn.trustindex.io\/assets\/platform\/Google\/star\/f.svg\" alt=\"Google\" width=\"17\" height=\"17\" loading=\"lazy\"><\/trustindex-image><trustindex-image class=\"ti-star\" data-imgurl=\"https:\/\/cdn.trustindex.io\/assets\/platform\/Google\/star\/f.svg\" alt=\"Google\" width=\"17\" height=\"17\" loading=\"lazy\"><\/trustindex-image><trustindex-image class=\"ti-star\" data-imgurl=\"https:\/\/cdn.trustindex.io\/assets\/platform\/Google\/star\/f.svg\" alt=\"Google\" width=\"17\" height=\"17\" loading=\"lazy\"><\/trustindex-image><trustindex-image class=\"ti-star\" data-imgurl=\"https:\/\/cdn.trustindex.io\/assets\/platform\/Google\/star\/f.svg\" alt=\"Google\" width=\"17\" height=\"17\" loading=\"lazy\"><\/trustindex-image><trustindex-image class=\"ti-star\" data-imgurl=\"https:\/\/cdn.trustindex.io\/assets\/platform\/Google\/star\/f.svg\" alt=\"Google\" width=\"17\" height=\"17\" loading=\"lazy\"><\/trustindex-image><span class=\"ti-verified-review ti-verified-platform\"><span class=\"ti-verified-tooltip\">Trustindex verifies that the original source of the review is Google.<\/span><\/span><\/span> <div class=\"ti-review-text-container ti-review-content\"><!-- R-CONTENT -->Alan and his team are second to none. Alan's high standards of customer service made buying my car a very easy and enjoyable experience. I don't live in Dublin so Alan sent detailed videos and photos before I decided to come down for a test drive. He went above and beyond at every stage. Highly recommend.<!-- R-CONTENT --><\/div> <span class=\"ti-read-more\" data-container=\".ti-review-content\" data-collapse-text=\"Hide\" data-open-text=\"Read more\"><\/span> <\/div> <\/div>  <div data-empty=\"0\" data-time=\"1746835200\" class=\"ti-review-item source-Google ti-image-layout-thumbnail\" data-id=\"cfcd208495d565ef66e7dff9f98764da\"> <div class=\"ti-inner\"> <div class=\"ti-review-header\"> <div class=\"ti-platform-icon ti-with-tooltip\"> <span class=\"ti-tooltip\">Posted on <\/span> <trustindex-image data-imgurl=\"https:\/\/cdn.trustindex.io\/assets\/platform\/Google\/icon.svg\" alt=\"\" width=\"20\" height=\"20\" loading=\"lazy\"><\/trustindex-image> <\/div> <div class=\"ti-profile-img\"> <trustindex-image data-imgurl=\"https:\/\/lh3.googleusercontent.com\/a\/ACg8ocLC0lGuRkrOXFYWRaYuDxkwD0bYu-0tjUiDByRl-LaGYV0rTQ=w40-h40-c-rp-mo-br100\" alt=\"ken duffydarker profile picture\" loading=\"lazy\"><\/trustindex-image> <\/div> <div class=\"ti-profile-details\"> <div class=\"ti-name\"> ken duffydarker <\/div> <div class=\"ti-date\"><\/div> <\/div> <\/div> <span class=\"ti-stars\"><trustindex-image class=\"ti-star\" data-imgurl=\"https:\/\/cdn.trustindex.io\/assets\/platform\/Google\/star\/f.svg\" alt=\"Google\" width=\"17\" height=\"17\" loading=\"lazy\"><\/trustindex-image><trustindex-image class=\"ti-star\" data-imgurl=\"https:\/\/cdn.trustindex.io\/assets\/platform\/Google\/star\/f.svg\" alt=\"Google\" width=\"17\" height=\"17\" loading=\"lazy\"><\/trustindex-image><trustindex-image class=\"ti-star\" data-imgurl=\"https:\/\/cdn.trustindex.io\/assets\/platform\/Google\/star\/f.svg\" alt=\"Google\" width=\"17\" height=\"17\" loading=\"lazy\"><\/trustindex-image><trustindex-image class=\"ti-star\" data-imgurl=\"https:\/\/cdn.trustindex.io\/assets\/platform\/Google\/star\/f.svg\" alt=\"Google\" width=\"17\" height=\"17\" loading=\"lazy\"><\/trustindex-image><trustindex-image class=\"ti-star\" data-imgurl=\"https:\/\/cdn.trustindex.io\/assets\/platform\/Google\/star\/f.svg\" alt=\"Google\" width=\"17\" height=\"17\" loading=\"lazy\"><\/trustindex-image><span class=\"ti-verified-review ti-verified-platform\"><span class=\"ti-verified-tooltip\">Trustindex verifies that the original source of the review is Google.<\/span><\/span><\/span> <div class=\"ti-review-text-container ti-review-content\"><!-- R-CONTENT -->Great experience dealing with Ivan and the lads nothing but helpful in my opinion it's the best car garage around<!-- R-CONTENT --><\/div> <span class=\"ti-read-more\" data-container=\".ti-review-content\" data-collapse-text=\"Hide\" data-open-text=\"Read more\"><\/span> <\/div> <\/div>  <div data-empty=\"0\" data-time=\"1746748800\" class=\"ti-review-item source-Google ti-image-layout-thumbnail\" data-id=\"cfcd208495d565ef66e7dff9f98764da\"> <div class=\"ti-inner\"> <div class=\"ti-review-header\"> <div class=\"ti-platform-icon ti-with-tooltip\"> <span class=\"ti-tooltip\">Posted on <\/span> <trustindex-image data-imgurl=\"https:\/\/cdn.trustindex.io\/assets\/platform\/Google\/icon.svg\" alt=\"\" width=\"20\" height=\"20\" loading=\"lazy\"><\/trustindex-image> <\/div> <div class=\"ti-profile-img\"> <trustindex-image data-imgurl=\"https:\/\/lh3.googleusercontent.com\/a\/ACg8ocKm6gsi3RzfKCm-zJklaC5C5EljGMUohFAUiS-A8o4XAlIpRA=w40-h40-c-rp-mo-br100\" alt=\"Alika V profile picture\" loading=\"lazy\"><\/trustindex-image> <\/div> <div class=\"ti-profile-details\"> <div class=\"ti-name\"> Alika V <\/div> <div class=\"ti-date\"><\/div> <\/div> <\/div> <span class=\"ti-stars\"><trustindex-image class=\"ti-star\" data-imgurl=\"https:\/\/cdn.trustindex.io\/assets\/platform\/Google\/star\/f.svg\" alt=\"Google\" width=\"17\" height=\"17\" loading=\"lazy\"><\/trustindex-image><trustindex-image class=\"ti-star\" data-imgurl=\"https:\/\/cdn.trustindex.io\/assets\/platform\/Google\/star\/f.svg\" alt=\"Google\" width=\"17\" height=\"17\" loading=\"lazy\"><\/trustindex-image><trustindex-image class=\"ti-star\" data-imgurl=\"https:\/\/cdn.trustindex.io\/assets\/platform\/Google\/star\/f.svg\" alt=\"Google\" width=\"17\" height=\"17\" loading=\"lazy\"><\/trustindex-image><trustindex-image class=\"ti-star\" data-imgurl=\"https:\/\/cdn.trustindex.io\/assets\/platform\/Google\/star\/f.svg\" alt=\"Google\" width=\"17\" height=\"17\" loading=\"lazy\"><\/trustindex-image><trustindex-image class=\"ti-star\" data-imgurl=\"https:\/\/cdn.trustindex.io\/assets\/platform\/Google\/star\/f.svg\" alt=\"Google\" width=\"17\" height=\"17\" loading=\"lazy\"><\/trustindex-image><span class=\"ti-verified-review ti-verified-platform\"><span class=\"ti-verified-tooltip\">Trustindex verifies that the original source of the review is Google.<\/span><\/span><\/span> <div class=\"ti-review-text-container ti-review-content\"><!-- R-CONTENT -->Would most definitely recommend purchasing a car from Long Mile Motors !! From the beginning there was excellent communication from their behalf, providing a virtual tour of the vehicle and proof of work. The staff were very accommodating when it came to fitting parts I wished to have done and delivered the car in immaculate condition to Galway ! Their warranty is 100% valid and had no issue replacing my EGR while providing me with a substitute car in the meantime. I am extremely grateful to the staff and couldn\u2019t recommend enough !!<!-- R-CONTENT --><\/div> <span class=\"ti-read-more\" data-container=\".ti-review-content\" data-collapse-text=\"Hide\" data-open-text=\"Read more\"><\/span> <\/div> <\/div>  <div data-empty=\"0\" data-time=\"1745712000\" class=\"ti-review-item source-Google ti-image-layout-thumbnail\" data-id=\"cfcd208495d565ef66e7dff9f98764da\"> <div class=\"ti-inner\"> <div class=\"ti-review-header\"> <div class=\"ti-platform-icon ti-with-tooltip\"> <span class=\"ti-tooltip\">Posted on <\/span> <trustindex-image data-imgurl=\"https:\/\/cdn.trustindex.io\/assets\/platform\/Google\/icon.svg\" alt=\"\" width=\"20\" height=\"20\" loading=\"lazy\"><\/trustindex-image> <\/div> <div class=\"ti-profile-img\"> <trustindex-image data-imgurl=\"https:\/\/lh3.googleusercontent.com\/a\/ACg8ocLhCpYon6Wglknsws2PqqXrQloeyqcLwYXig6qNb6mEMaOk8A=w40-h40-c-rp-mo-br100\" alt=\"florin coasta profile picture\" loading=\"lazy\"><\/trustindex-image> <\/div> <div class=\"ti-profile-details\"> <div class=\"ti-name\"> florin coasta <\/div> <div class=\"ti-date\"><\/div> <\/div> <\/div> <span class=\"ti-stars\"><trustindex-image class=\"ti-star\" data-imgurl=\"https:\/\/cdn.trustindex.io\/assets\/platform\/Google\/star\/f.svg\" alt=\"Google\" width=\"17\" height=\"17\" loading=\"lazy\"><\/trustindex-image><trustindex-image class=\"ti-star\" data-imgurl=\"https:\/\/cdn.trustindex.io\/assets\/platform\/Google\/star\/f.svg\" alt=\"Google\" width=\"17\" height=\"17\" loading=\"lazy\"><\/trustindex-image><trustindex-image class=\"ti-star\" data-imgurl=\"https:\/\/cdn.trustindex.io\/assets\/platform\/Google\/star\/f.svg\" alt=\"Google\" width=\"17\" height=\"17\" loading=\"lazy\"><\/trustindex-image><trustindex-image class=\"ti-star\" data-imgurl=\"https:\/\/cdn.trustindex.io\/assets\/platform\/Google\/star\/f.svg\" alt=\"Google\" width=\"17\" height=\"17\" loading=\"lazy\"><\/trustindex-image><trustindex-image class=\"ti-star\" data-imgurl=\"https:\/\/cdn.trustindex.io\/assets\/platform\/Google\/star\/f.svg\" alt=\"Google\" width=\"17\" height=\"17\" loading=\"lazy\"><\/trustindex-image><span class=\"ti-verified-review ti-verified-platform\"><span class=\"ti-verified-tooltip\">Trustindex verifies that the original source of the review is Google.<\/span><\/span><\/span> <div class=\"ti-review-text-container ti-review-content\"><!-- R-CONTENT -->Just purchased a stunning car. Quick and easy process. Highly recommend!<!-- R-CONTENT --><\/div> <span class=\"ti-read-more\" data-container=\".ti-review-content\" data-collapse-text=\"Hide\" data-open-text=\"Read more\"><\/span> <\/div> <\/div>  <div data-empty=\"0\" data-time=\"1745020800\" class=\"ti-review-item source-Google ti-image-layout-thumbnail\" data-id=\"cfcd208495d565ef66e7dff9f98764da\"> <div class=\"ti-inner\"> <div class=\"ti-review-header\"> <div class=\"ti-platform-icon ti-with-tooltip\"> <span class=\"ti-tooltip\">Posted on <\/span> <trustindex-image data-imgurl=\"https:\/\/cdn.trustindex.io\/assets\/platform\/Google\/icon.svg\" alt=\"\" width=\"20\" height=\"20\" loading=\"lazy\"><\/trustindex-image> <\/div> <div class=\"ti-profile-img\"> <trustindex-image data-imgurl=\"https:\/\/lh3.googleusercontent.com\/a-\/ALV-UjUUrkUYa1fzSXo_YUAUNR77gmvjz4a2kCxuup9fCk59WdBvQAPDdQ=w40-h40-c-rp-mo-ba3-br100\" alt=\"Greg Williamson profile picture\" loading=\"lazy\"><\/trustindex-image> <\/div> <div class=\"ti-profile-details\"> <div class=\"ti-name\"> Greg Williamson <\/div> <div class=\"ti-date\"><\/div> <\/div> <\/div> <span class=\"ti-stars\"><trustindex-image class=\"ti-star\" data-imgurl=\"https:\/\/cdn.trustindex.io\/assets\/platform\/Google\/star\/f.svg\" alt=\"Google\" width=\"17\" height=\"17\" loading=\"lazy\"><\/trustindex-image><trustindex-image class=\"ti-star\" data-imgurl=\"https:\/\/cdn.trustindex.io\/assets\/platform\/Google\/star\/f.svg\" alt=\"Google\" width=\"17\" height=\"17\" loading=\"lazy\"><\/trustindex-image><trustindex-image class=\"ti-star\" data-imgurl=\"https:\/\/cdn.trustindex.io\/assets\/platform\/Google\/star\/f.svg\" alt=\"Google\" width=\"17\" height=\"17\" loading=\"lazy\"><\/trustindex-image><trustindex-image class=\"ti-star\" data-imgurl=\"https:\/\/cdn.trustindex.io\/assets\/platform\/Google\/star\/f.svg\" alt=\"Google\" width=\"17\" height=\"17\" loading=\"lazy\"><\/trustindex-image><trustindex-image class=\"ti-star\" data-imgurl=\"https:\/\/cdn.trustindex.io\/assets\/platform\/Google\/star\/f.svg\" alt=\"Google\" width=\"17\" height=\"17\" loading=\"lazy\"><\/trustindex-image><span class=\"ti-verified-review ti-verified-platform\"><span class=\"ti-verified-tooltip\">Trustindex verifies that the original source of the review is Google.<\/span><\/span><\/span> <div class=\"ti-review-text-container ti-review-content\"><!-- R-CONTENT -->Id give the guys here more stars if possible.\nLeft my van in and got it restored inside and outside.\nPaint spilled all over the back carefully removed, and redone with raptor liner.\nOutside paint corrected and put back to new.\nFront area had paint everywhere and totally restored.. Im absolutely delighted with the results and communications throughout the job!<!-- R-CONTENT --><\/div> <span class=\"ti-read-more\" data-container=\".ti-review-content\" data-collapse-text=\"Hide\" data-open-text=\"Read more\"><\/span> <\/div> <\/div>  <\/div> <div class=\"ti-controls-line\"> <div class=\"dot\"><\/div> <\/div> <\/div>    <\/div> <\/div> <\/template><\/pre><div data-src=\"https:\/\/cdn.trustindex.io\/loader.js?wp-widget\" data-template-id=\"trustindex-google-widget-html\" data-css-url=\"https:\/\/devu20.testdevlink.net\/long-miles\/wp-content\/uploads\/trustindex-google-widget.css?1773957424\"><\/div>[\/vc_column_text][\/vc_column_inner][\/vc_row_inner][\/vc_column][\/vc_row][vc_row type=&#8221;full_width_background&#8221; full_screen_row_position=&#8221;middle&#8221; column_margin=&#8221;default&#8221; equal_height=&#8221;yes&#8221; content_placement=&#8221;middle&#8221; column_direction=&#8221;default&#8221; column_direction_tablet=&#8221;default&#8221; column_direction_phone=&#8221;default&#8221; bg_color=&#8221;#17171f&#8221; scene_position=&#8221;center&#8221; text_color=&#8221;light&#8221; text_align=&#8221;left&#8221; row_border_radius=&#8221;none&#8221; row_border_radius_applies=&#8221;bg&#8221; overflow=&#8221;visible&#8221; id=&#8221;ft1&#8243; disable_element=&#8221;yes&#8221; overlay_strength=&#8221;0.3&#8243; gradient_direction=&#8221;left_to_right&#8221; shape_divider_position=&#8221;bottom&#8221; bg_image_animation=&#8221;none&#8221; gradient_type=&#8221;default&#8221; shape_type=&#8221;&#8221;][vc_column column_padding=&#8221;no-extra-padding&#8221; column_padding_tablet=&#8221;inherit&#8221; column_padding_phone=&#8221;inherit&#8221; column_padding_position=&#8221;all&#8221; column_element_direction_desktop=&#8221;default&#8221; column_element_spacing=&#8221;default&#8221; desktop_text_alignment=&#8221;default&#8221; tablet_text_alignment=&#8221;default&#8221; phone_text_alignment=&#8221;default&#8221; background_color_opacity=&#8221;1&#8243; background_hover_color_opacity=&#8221;1&#8243; column_backdrop_filter=&#8221;none&#8221; column_shadow=&#8221;none&#8221; column_border_radius=&#8221;none&#8221; column_link_target=&#8221;_self&#8221; column_position=&#8221;default&#8221; gradient_direction=&#8221;left_to_right&#8221; overlay_strength=&#8221;0.3&#8243; width=&#8221;5\/12&#8243; tablet_width_inherit=&#8221;default&#8221; animation_type=&#8221;default&#8221; bg_image_animation=&#8221;none&#8221; border_type=&#8221;simple&#8221; column_border_width=&#8221;none&#8221; column_border_style=&#8221;solid&#8221;][image_with_animation image_url=&#8221;321&#8243; image_size=&#8221;full&#8221; animation_type=&#8221;entrance&#8221; animation=&#8221;None&#8221; animation_movement_type=&#8221;transform_y&#8221; hover_animation=&#8221;none&#8221; alignment=&#8221;&#8221; border_radius=&#8221;none&#8221; box_shadow=&#8221;none&#8221; image_loading=&#8221;default&#8221; max_width=&#8221;100%&#8221; max_width_mobile=&#8221;default&#8221; el_class=&#8221;mn2&#8243; img_link=&#8221;https:\/\/custom.testdevlink.net\/long-mile-lp\/&#8221;][image_with_animation image_url=&#8221;322&#8243; image_size=&#8221;full&#8221; animation_type=&#8221;entrance&#8221; animation=&#8221;None&#8221; animation_movement_type=&#8221;transform_y&#8221; hover_animation=&#8221;none&#8221; alignment=&#8221;&#8221; border_radius=&#8221;none&#8221; box_shadow=&#8221;none&#8221; image_loading=&#8221;default&#8221; max_width=&#8221;100%&#8221; max_width_mobile=&#8221;default&#8221; el_class=&#8221;pc1&#8243;][\/vc_column][vc_column column_padding=&#8221;no-extra-padding&#8221; column_padding_tablet=&#8221;inherit&#8221; column_padding_phone=&#8221;inherit&#8221; column_padding_position=&#8221;all&#8221; column_element_direction_desktop=&#8221;default&#8221; column_element_spacing=&#8221;default&#8221; desktop_text_alignment=&#8221;default&#8221; tablet_text_alignment=&#8221;default&#8221; phone_text_alignment=&#8221;default&#8221; background_color_opacity=&#8221;1&#8243; background_hover_color_opacity=&#8221;1&#8243; column_backdrop_filter=&#8221;none&#8221; column_shadow=&#8221;none&#8221; column_border_radius=&#8221;none&#8221; column_link_target=&#8221;_self&#8221; column_position=&#8221;default&#8221; el_class=&#8221;vvc1&#8243; gradient_direction=&#8221;left_to_right&#8221; overlay_strength=&#8221;0.3&#8243; width=&#8221;7\/12&#8243; tablet_width_inherit=&#8221;default&#8221; animation_type=&#8221;default&#8221; bg_image_animation=&#8221;none&#8221; border_type=&#8221;simple&#8221; column_border_width=&#8221;none&#8221; column_border_style=&#8221;solid&#8221; column_padding_type=&#8221;default&#8221; gradient_type=&#8221;default&#8221;][vc_column_text css=&#8221;&#8221; el_class=&#8221;ttexxxt1&#8243; text_direction=&#8221;default&#8221;]\n<h2>Let&#8217;s Talk<br \/>\nHave Questions?<\/h2>\n[\/vc_column_text]<script>\nvar gform;gform||(document.addEventListener(\"gform_main_scripts_loaded\",function(){gform.scriptsLoaded=!0}),document.addEventListener(\"gform\/theme\/scripts_loaded\",function(){gform.themeScriptsLoaded=!0}),window.addEventListener(\"DOMContentLoaded\",function(){gform.domLoaded=!0}),gform={domLoaded:!1,scriptsLoaded:!1,themeScriptsLoaded:!1,isFormEditor:()=>\"function\"==typeof InitializeEditor,callIfLoaded:function(o){return!(!gform.domLoaded||!gform.scriptsLoaded||!gform.themeScriptsLoaded&&!gform.isFormEditor()||(gform.isFormEditor()&&console.warn(\"The use of gform.initializeOnLoaded() is deprecated in the form editor context and will be removed in Gravity Forms 3.1.\"),o(),0))},initializeOnLoaded:function(o){gform.callIfLoaded(o)||(document.addEventListener(\"gform_main_scripts_loaded\",()=>{gform.scriptsLoaded=!0,gform.callIfLoaded(o)}),document.addEventListener(\"gform\/theme\/scripts_loaded\",()=>{gform.themeScriptsLoaded=!0,gform.callIfLoaded(o)}),window.addEventListener(\"DOMContentLoaded\",()=>{gform.domLoaded=!0,gform.callIfLoaded(o)}))},hooks:{action:{},filter:{}},addAction:function(o,r,e,t){gform.addHook(\"action\",o,r,e,t)},addFilter:function(o,r,e,t){gform.addHook(\"filter\",o,r,e,t)},doAction:function(o){gform.doHook(\"action\",o,arguments)},applyFilters:function(o){return gform.doHook(\"filter\",o,arguments)},removeAction:function(o,r){gform.removeHook(\"action\",o,r)},removeFilter:function(o,r,e){gform.removeHook(\"filter\",o,r,e)},addHook:function(o,r,e,t,n){null==gform.hooks[o][r]&&(gform.hooks[o][r]=[]);var d=gform.hooks[o][r];null==n&&(n=r+\"_\"+d.length),gform.hooks[o][r].push({tag:n,callable:e,priority:t=null==t?10:t})},doHook:function(r,o,e){var t;if(e=Array.prototype.slice.call(e,1),null!=gform.hooks[r][o]&&((o=gform.hooks[r][o]).sort(function(o,r){return o.priority-r.priority}),o.forEach(function(o){\"function\"!=typeof(t=o.callable)&&(t=window[t]),\"action\"==r?t.apply(null,e):e[0]=t.apply(null,e)})),\"filter\"==r)return e[0]},removeHook:function(o,r,t,n){var e;null!=gform.hooks[o][r]&&(e=(e=gform.hooks[o][r]).filter(function(o,r,e){return!!(null!=n&&n!=o.tag||null!=t&&t!=o.priority)}),gform.hooks[o][r]=e)}});\n<\/script>\n\n                <div class='gf_browser_gecko gform_wrapper gravity-theme gform-theme--no-framework' data-form-theme='gravity-theme' data-form-index='0' id='gform_wrapper_2' ><form method='post' enctype='multipart\/form-data'  id='gform_2'  action='\/long-miles\/wp-json\/wp\/v2\/pages\/406' data-formid='2' novalidate>\n                        <div class='gform-body gform_body'><div id='gform_fields_2' class='gform_fields top_label form_sublabel_below description_below validation_below'><div id=\"field_2_1\" class=\"gfield gfield--type-text gfield--input-type-text gfield--width-half field_sublabel_below gfield--no-description field_description_below hidden_label field_validation_below gfield_visibility_visible\"  ><label class='gfield_label gform-field-label' for='input_2_1'>Untitled<\/label><div class='ginput_container ginput_container_text'><input name='input_1' id='input_2_1' type='text' value='' class='large'    placeholder='Name'  aria-invalid=\"false\"   \/><\/div><\/div><div id=\"field_2_3\" class=\"gfield gfield--type-text gfield--input-type-text gfield--width-half field_sublabel_below gfield--no-description field_description_below hidden_label field_validation_below gfield_visibility_visible\"  ><label class='gfield_label gform-field-label' for='input_2_3'>Untitled<\/label><div class='ginput_container ginput_container_text'><input name='input_3' id='input_2_3' type='text' value='' class='large'    placeholder='Email'  aria-invalid=\"false\"   \/><\/div><\/div><div id=\"field_2_4\" class=\"gfield gfield--type-text gfield--input-type-text gfield--width-half field_sublabel_below gfield--no-description field_description_below hidden_label field_validation_below gfield_visibility_visible\"  ><label class='gfield_label gform-field-label' for='input_2_4'>Untitled<\/label><div class='ginput_container ginput_container_text'><input name='input_4' id='input_2_4' type='text' value='' class='large'    placeholder='Phone'  aria-invalid=\"false\"   \/><\/div><\/div><div id=\"field_2_5\" class=\"gfield gfield--type-text gfield--input-type-text gfield--width-half field_sublabel_below gfield--no-description field_description_below hidden_label field_validation_below gfield_visibility_visible\"  ><label class='gfield_label gform-field-label' for='input_2_5'>Untitled<\/label><div class='ginput_container ginput_container_text'><input name='input_5' id='input_2_5' type='text' value='' class='large'    placeholder='address'  aria-invalid=\"false\"   \/><\/div><\/div><div id=\"field_2_6\" class=\"gfield gfield--type-textarea gfield--input-type-textarea gfield--width-full field_sublabel_below gfield--no-description field_description_below hidden_label field_validation_below gfield_visibility_visible\"  ><label class='gfield_label gform-field-label' for='input_2_6'>Untitled<\/label><div class='ginput_container ginput_container_textarea'><textarea name='input_6' id='input_2_6' class='textarea small'    placeholder='Message'  aria-invalid=\"false\"   rows='10' cols='50'><\/textarea><\/div><\/div><\/div><\/div>\n        <div class='gform-footer gform_footer top_label'> <input type='submit' id='gform_submit_button_2' class='gform_button button' onclick='gform.submission.handleButtonClick(this);' data-submission-type='submit' value='Submit'  \/> \n            <input type='hidden' class='gform_hidden' name='gform_submission_method' data-js='gform_submission_method_2' value='postback' \/>\n            <input type='hidden' class='gform_hidden' name='gform_theme' data-js='gform_theme_2' id='gform_theme_2' value='gravity-theme' \/>\n            <input type='hidden' class='gform_hidden' name='gform_style_settings' data-js='gform_style_settings_2' id='gform_style_settings_2' value='[]' \/>\n            <input type='hidden' class='gform_hidden' name='is_submit_2' value='1' \/>\n            <input type='hidden' class='gform_hidden' name='gform_submit' value='2' \/>\n            \n            <input type='hidden' class='gform_hidden' name='gform_currency' data-currency='USD' value='rci7byQGe7rMZ21S3J7vOl31uIKHcMPLT5eI8+A7BqxhBYc6pqczrCRhjow5auTigvF4Y\/gXkIZLMpP1yPmHotK2FAvbitu+SXJAWP+x7K3puws=' \/>\n            <input type='hidden' class='gform_hidden' name='gform_unique_id' value='' \/>\n            <input type='hidden' class='gform_hidden' name='state_2' value='WyJbXSIsIjg1ZDRkNjI4MmY1OTZhYjE4Y2NkZWZlNWFmNmRlYTc2Il0=' \/>\n            <input type='hidden' autocomplete='off' class='gform_hidden' name='gform_target_page_number_2' id='gform_target_page_number_2' value='0' \/>\n            <input type='hidden' autocomplete='off' class='gform_hidden' name='gform_source_page_number_2' id='gform_source_page_number_2' value='1' \/>\n            <input type='hidden' name='gform_field_values' value='' \/>\n            \n        <\/div>\n                        <p style=\"display: none !important;\" class=\"akismet-fields-container\" data-prefix=\"ak_\"><label>&#916;<textarea name=\"ak_hp_textarea\" cols=\"45\" rows=\"8\" maxlength=\"100\"><\/textarea><\/label><input type=\"hidden\" id=\"ak_js_1\" name=\"ak_js\" value=\"167\"\/><script>document.getElementById( \"ak_js_1\" ).setAttribute( \"value\", ( new Date() ).getTime() );<\/script><\/p><\/form>\n                        <\/div><script>\ngform.initializeOnLoaded( function() {gformInitSpinner( 2, 'https:\/\/devu20.testdevlink.net\/long-miles\/wp-content\/plugins\/gravityforms\/images\/spinner.svg', true );jQuery('#gform_ajax_frame_2').on('load',function(){var contents = jQuery(this).contents().find('*').html();var is_postback = contents.indexOf('GF_AJAX_POSTBACK') >= 0;if(!is_postback){return;}var form_content = jQuery(this).contents().find('#gform_wrapper_2');var is_confirmation = jQuery(this).contents().find('#gform_confirmation_wrapper_2').length > 0;var is_redirect = contents.indexOf('gformRedirect(){') >= 0;var is_form = form_content.length > 0 && ! is_redirect && ! is_confirmation;var mt = parseInt(jQuery('html').css('margin-top'), 10) + parseInt(jQuery('body').css('margin-top'), 10) + 100;if(is_form){jQuery('#gform_wrapper_2').html(form_content.html());if(form_content.hasClass('gform_validation_error')){jQuery('#gform_wrapper_2').addClass('gform_validation_error');} else {jQuery('#gform_wrapper_2').removeClass('gform_validation_error');}setTimeout( function() { \/* delay the scroll by 50 milliseconds to fix a bug in chrome *\/  }, 50 );if(window['gformInitDatepicker']) {gformInitDatepicker();}if(window['gformInitPriceFields']) {gformInitPriceFields();}var current_page = jQuery('#gform_source_page_number_2').val();gformInitSpinner( 2, 'https:\/\/devu20.testdevlink.net\/long-miles\/wp-content\/plugins\/gravityforms\/images\/spinner.svg', true );jQuery(document).trigger('gform_page_loaded', [2, current_page]);window['gf_submitting_2'] = false;}else if(!is_redirect){var confirmation_content = jQuery(this).contents().find('.GF_AJAX_POSTBACK').html();if(!confirmation_content){confirmation_content = contents;}jQuery('#gform_wrapper_2').replaceWith(confirmation_content);jQuery(document).trigger('gform_confirmation_loaded', [2]);window['gf_submitting_2'] = false;wp.a11y.speak(jQuery('#gform_confirmation_message_2').text());}else{jQuery('#gform_2').append(contents);if(window['gformRedirect']) {gformRedirect();}}jQuery(document).trigger(\"gform_pre_post_render\", [{ formId: \"2\", currentPage: \"current_page\", abort: function() { this.preventDefault(); } }]);        if (event && event.defaultPrevented) {                return;        }        const gformWrapperDiv = document.getElementById( \"gform_wrapper_2\" );        if ( gformWrapperDiv ) {            const visibilitySpan = document.createElement( \"span\" );            visibilitySpan.id = \"gform_visibility_test_2\";            gformWrapperDiv.insertAdjacentElement( \"afterend\", visibilitySpan );        }        const visibilityTestDiv = document.getElementById( \"gform_visibility_test_2\" );        let postRenderFired = false;        function triggerPostRender() {            if ( postRenderFired ) {                return;            }            postRenderFired = true;            gform.core.triggerPostRenderEvents( 2, current_page );            if ( visibilityTestDiv ) {                visibilityTestDiv.parentNode.removeChild( visibilityTestDiv );            }        }        function debounce( func, wait, immediate ) {            var timeout;            return function() {                var context = this, args = arguments;                var later = function() {                    timeout = null;                    if ( !immediate ) func.apply( context, args );                };                var callNow = immediate && !timeout;                clearTimeout( timeout );                timeout = setTimeout( later, wait );                if ( callNow ) func.apply( context, args );            };        }        const debouncedTriggerPostRender = debounce( function() {            triggerPostRender();        }, 200 );        if ( visibilityTestDiv && visibilityTestDiv.offsetParent === null ) {            const observer = new MutationObserver( ( mutations ) => {                mutations.forEach( ( mutation ) => {                    if ( mutation.type === 'attributes' && visibilityTestDiv.offsetParent !== null ) {                        debouncedTriggerPostRender();                        observer.disconnect();                    }                });            });            observer.observe( document.body, {                attributes: true,                childList: false,                subtree: true,                attributeFilter: [ 'style', 'class' ],            });        } else {            triggerPostRender();        }    } );} );\n<\/script>\n[\/vc_column][vc_column column_padding=&#8221;no-extra-padding&#8221; column_padding_tablet=&#8221;inherit&#8221; column_padding_phone=&#8221;inherit&#8221; column_padding_position=&#8221;all&#8221; column_element_direction_desktop=&#8221;default&#8221; column_element_spacing=&#8221;default&#8221; desktop_text_alignment=&#8221;default&#8221; tablet_text_alignment=&#8221;default&#8221; phone_text_alignment=&#8221;default&#8221; background_color_opacity=&#8221;1&#8243; background_hover_color_opacity=&#8221;1&#8243; column_backdrop_filter=&#8221;none&#8221; column_shadow=&#8221;none&#8221; column_border_radius=&#8221;none&#8221; column_link_target=&#8221;_self&#8221; column_position=&#8221;default&#8221; gradient_direction=&#8221;left_to_right&#8221; overlay_strength=&#8221;0.3&#8243; width=&#8221;1\/1&#8243; tablet_width_inherit=&#8221;default&#8221; animation_type=&#8221;default&#8221; bg_image_animation=&#8221;none&#8221; border_type=&#8221;simple&#8221; column_border_width=&#8221;none&#8221; column_border_style=&#8221;solid&#8221;][vc_row_inner column_margin=&#8221;default&#8221; column_direction=&#8221;default&#8221; column_direction_tablet=&#8221;default&#8221; column_direction_phone=&#8221;default&#8221; text_align=&#8221;left&#8221; row_position=&#8221;default&#8221; row_position_tablet=&#8221;inherit&#8221; row_position_phone=&#8221;inherit&#8221; overflow=&#8221;visible&#8221; pointer_events=&#8221;all&#8221; el_id=&#8221;insec1&#8243;][vc_column_inner column_padding=&#8221;no-extra-padding&#8221; column_padding_tablet=&#8221;inherit&#8221; column_padding_phone=&#8221;inherit&#8221; column_padding_position=&#8221;all&#8221; column_element_direction_desktop=&#8221;default&#8221; column_element_spacing=&#8221;default&#8221; desktop_text_alignment=&#8221;default&#8221; tablet_text_alignment=&#8221;default&#8221; phone_text_alignment=&#8221;default&#8221; background_color_opacity=&#8221;1&#8243; background_hover_color_opacity=&#8221;1&#8243; column_backdrop_filter=&#8221;none&#8221; column_shadow=&#8221;none&#8221; column_border_radius=&#8221;none&#8221; column_link_target=&#8221;_self&#8221; overflow=&#8221;visible&#8221; gradient_direction=&#8221;left_to_right&#8221; overlay_strength=&#8221;0.3&#8243; width=&#8221;1\/2&#8243; tablet_width_inherit=&#8221;default&#8221; animation_type=&#8221;default&#8221; bg_image_animation=&#8221;none&#8221; border_type=&#8221;simple&#8221; column_border_width=&#8221;none&#8221; column_border_style=&#8221;solid&#8221;][vc_column_text css=&#8221;&#8221; text_direction=&#8221;default&#8221;]\u00a9 2025 Long Mile Motors Limited. All Rights Reserved.[\/vc_column_text][\/vc_column_inner][vc_column_inner column_padding=&#8221;no-extra-padding&#8221; column_padding_tablet=&#8221;inherit&#8221; column_padding_phone=&#8221;inherit&#8221; column_padding_position=&#8221;all&#8221; column_element_direction_desktop=&#8221;default&#8221; column_element_spacing=&#8221;default&#8221; desktop_text_alignment=&#8221;default&#8221; tablet_text_alignment=&#8221;default&#8221; phone_text_alignment=&#8221;default&#8221; background_color_opacity=&#8221;1&#8243; background_hover_color_opacity=&#8221;1&#8243; column_backdrop_filter=&#8221;none&#8221; column_shadow=&#8221;none&#8221; column_border_radius=&#8221;none&#8221; column_link_target=&#8221;_self&#8221; overflow=&#8221;visible&#8221; gradient_direction=&#8221;left_to_right&#8221; overlay_strength=&#8221;0.3&#8243; width=&#8221;1\/2&#8243; tablet_width_inherit=&#8221;default&#8221; animation_type=&#8221;default&#8221; bg_image_animation=&#8221;none&#8221; border_type=&#8221;simple&#8221; column_border_width=&#8221;none&#8221; column_border_style=&#8221;solid&#8221;][vc_column_text css=&#8221;&#8221; el_class=&#8221;tft1&#8243; text_direction=&#8221;default&#8221;]Terms &amp; Conditions\u00a0 \u00a0 \u00a0.\u00a0 \u00a0 Privacy Notice[\/vc_column_text][\/vc_column_inner][\/vc_row_inner][\/vc_column][\/vc_row]\n","protected":false},"excerpt":{"rendered":"<p>[vc_row type=&#8221;full_width_background&#8221; full_screen_row_position=&#8221;middle&#8221; column_margin=&#8221;default&#8221; equal_height=&#8221;yes&#8221; content_placement=&#8221;middle&#8221; column_direction=&#8221;default&#8221; column_direction_tablet=&#8221;default&#8221; column_direction_phone=&#8221;default&#8221; scene_position=&#8221;center&#8221; text_color=&#8221;dark&#8221; text_align=&#8221;left&#8221; row_border_radius=&#8221;none&#8221; row_border_radius_applies=&#8221;bg&#8221; overflow=&#8221;visible&#8221; id=&#8221;topmenu&#8221; disable_element=&#8221;yes&#8221; overlay_strength=&#8221;0.3&#8243; gradient_direction=&#8221;left_to_right&#8221; shape_divider_position=&#8221;bottom&#8221; bg_image_animation=&#8221;none&#8221; gradient_type=&#8221;default&#8221; shape_type=&#8221;&#8221;][vc_column column_padding=&#8221;no-extra-padding&#8221; column_padding_tablet=&#8221;inherit&#8221; column_padding_phone=&#8221;inherit&#8221; column_padding_position=&#8221;all&#8221; column_element_direction_desktop=&#8221;default&#8221; column_element_spacing=&#8221;default&#8221; desktop_text_alignment=&#8221;default&#8221;&#8230;<\/p>\n","protected":false},"author":1,"featured_media":0,"parent":0,"menu_order":0,"comment_status":"closed","ping_status":"closed","template":"","meta":{"footnotes":""},"class_list":["post-406","page","type-page","status-publish"],"acf":[],"_links":{"self":[{"href":"https:\/\/devu20.testdevlink.net\/long-miles\/wp-json\/wp\/v2\/pages\/406","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/devu20.testdevlink.net\/long-miles\/wp-json\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/devu20.testdevlink.net\/long-miles\/wp-json\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/devu20.testdevlink.net\/long-miles\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/devu20.testdevlink.net\/long-miles\/wp-json\/wp\/v2\/comments?post=406"}],"version-history":[{"count":64,"href":"https:\/\/devu20.testdevlink.net\/long-miles\/wp-json\/wp\/v2\/pages\/406\/revisions"}],"predecessor-version":[{"id":3510,"href":"https:\/\/devu20.testdevlink.net\/long-miles\/wp-json\/wp\/v2\/pages\/406\/revisions\/3510"}],"wp:attachment":[{"href":"https:\/\/devu20.testdevlink.net\/long-miles\/wp-json\/wp\/v2\/media?parent=406"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}