It looks like this is a web page, not a feed. I looked for a feed associated with this page, but couldn't find one. Please enter the address of your feed to validate.

Source: https://palmettocarservice.com

  1. <!DOCTYPE html>
  2. <html lang="en-US">
  3. <head><meta charset="UTF-8"><script>if(navigator.userAgent.match(/MSIE|Internet Explorer/i)||navigator.userAgent.match(/Trident\/7\..*?rv:11/i)){var href=document.location.href;if(!href.match(/[?&]nowprocket/)){if(href.indexOf("?")==-1){if(href.indexOf("#")==-1){document.location.href=href+"?nowprocket=1"}else{document.location.href=href.replace("#","?nowprocket=1#")}}else{if(href.indexOf("#")==-1){document.location.href=href+"&nowprocket=1"}else{document.location.href=href.replace("#","&nowprocket=1#")}}}}</script><script>class RocketLazyLoadScripts{constructor(){this.triggerEvents=["keydown","mousedown","mousemove","touchmove","touchstart","touchend","wheel"],this.userEventHandler=this._triggerListener.bind(this),this.touchStartHandler=this._onTouchStart.bind(this),this.touchMoveHandler=this._onTouchMove.bind(this),this.touchEndHandler=this._onTouchEnd.bind(this),this.clickHandler=this._onClick.bind(this),this.interceptedClicks=[],window.addEventListener("pageshow",t=>{this.persisted=t.persisted}),window.addEventListener("DOMContentLoaded",()=>{this._preconnect3rdParties()}),this.delayedScripts={normal:[],async:[],defer:[]},this.trash=[],this.allJQueries=[]}_addUserInteractionListener(t){if(document.hidden){t._triggerListener();return}this.triggerEvents.forEach(e=>window.addEventListener(e,t.userEventHandler,{passive:!0})),window.addEventListener("touchstart",t.touchStartHandler,{passive:!0}),window.addEventListener("mousedown",t.touchStartHandler),document.addEventListener("visibilitychange",t.userEventHandler)}_removeUserInteractionListener(){this.triggerEvents.forEach(t=>window.removeEventListener(t,this.userEventHandler,{passive:!0})),document.removeEventListener("visibilitychange",this.userEventHandler)}_onTouchStart(t){"HTML"!==t.target.tagName&&(window.addEventListener("touchend",this.touchEndHandler),window.addEventListener("mouseup",this.touchEndHandler),window.addEventListener("touchmove",this.touchMoveHandler,{passive:!0}),window.addEventListener("mousemove",this.touchMoveHandler),t.target.addEventListener("click",this.clickHandler),this._renameDOMAttribute(t.target,"onclick","rocket-onclick"),this._pendingClickStarted())}_onTouchMove(t){window.removeEventListener("touchend",this.touchEndHandler),window.removeEventListener("mouseup",this.touchEndHandler),window.removeEventListener("touchmove",this.touchMoveHandler,{passive:!0}),window.removeEventListener("mousemove",this.touchMoveHandler),t.target.removeEventListener("click",this.clickHandler),this._renameDOMAttribute(t.target,"rocket-onclick","onclick"),this._pendingClickFinished()}_onTouchEnd(t){window.removeEventListener("touchend",this.touchEndHandler),window.removeEventListener("mouseup",this.touchEndHandler),window.removeEventListener("touchmove",this.touchMoveHandler,{passive:!0}),window.removeEventListener("mousemove",this.touchMoveHandler)}_onClick(t){t.target.removeEventListener("click",this.clickHandler),this._renameDOMAttribute(t.target,"rocket-onclick","onclick"),this.interceptedClicks.push(t),t.preventDefault(),t.stopPropagation(),t.stopImmediatePropagation(),this._pendingClickFinished()}_replayClicks(){window.removeEventListener("touchstart",this.touchStartHandler,{passive:!0}),window.removeEventListener("mousedown",this.touchStartHandler),this.interceptedClicks.forEach(t=>{t.target.dispatchEvent(new MouseEvent("click",{view:t.view,bubbles:!0,cancelable:!0}))})}_waitForPendingClicks(){return new Promise(t=>{this._isClickPending?this._pendingClickFinished=t:t()})}_pendingClickStarted(){this._isClickPending=!0}_pendingClickFinished(){this._isClickPending=!1}_renameDOMAttribute(t,e,r){t.hasAttribute&&t.hasAttribute(e)&&(event.target.setAttribute(r,event.target.getAttribute(e)),event.target.removeAttribute(e))}_triggerListener(){this._removeUserInteractionListener(this),"loading"===document.readyState?document.addEventListener("DOMContentLoaded",this._loadEverythingNow.bind(this)):this._loadEverythingNow()}_preconnect3rdParties(){let t=[];document.querySelectorAll("script[type=rocketlazyloadscript]").forEach(e=>{if(e.hasAttribute("src")){let r=new URL(e.src).origin;r!==location.origin&&t.push({src:r,crossOrigin:e.crossOrigin||"module"===e.getAttribute("data-rocket-type")})}}),t=[...new Map(t.map(t=>[JSON.stringify(t),t])).values()],this._batchInjectResourceHints(t,"preconnect")}async _loadEverythingNow(){this.lastBreath=Date.now(),this._delayEventListeners(this),this._delayJQueryReady(this),this._handleDocumentWrite(),this._registerAllDelayedScripts(),this._preloadAllScripts(),await this._loadScriptsFromList(this.delayedScripts.normal),await this._loadScriptsFromList(this.delayedScripts.defer),await this._loadScriptsFromList(this.delayedScripts.async);try{await this._triggerDOMContentLoaded(),await this._triggerWindowLoad()}catch(t){console.error(t)}window.dispatchEvent(new Event("rocket-allScriptsLoaded")),this._waitForPendingClicks().then(()=>{this._replayClicks()}),this._emptyTrash()}_registerAllDelayedScripts(){document.querySelectorAll("script[type=rocketlazyloadscript]").forEach(t=>{t.hasAttribute("data-rocket-src")?t.hasAttribute("async")&&!1!==t.async?this.delayedScripts.async.push(t):t.hasAttribute("defer")&&!1!==t.defer||"module"===t.getAttribute("data-rocket-type")?this.delayedScripts.defer.push(t):this.delayedScripts.normal.push(t):this.delayedScripts.normal.push(t)})}async _transformScript(t){return new Promise((await this._littleBreath(),navigator.userAgent.indexOf("Firefox/")>0||""===navigator.vendor)?e=>{let r=document.createElement("script");[...t.attributes].forEach(t=>{let e=t.nodeName;"type"!==e&&("data-rocket-type"===e&&(e="type"),"data-rocket-src"===e&&(e="src"),r.setAttribute(e,t.nodeValue))}),t.text&&(r.text=t.text),r.hasAttribute("src")?(r.addEventListener("load",e),r.addEventListener("error",e)):(r.text=t.text,e());try{t.parentNode.replaceChild(r,t)}catch(i){e()}}:async e=>{function r(){t.setAttribute("data-rocket-status","failed"),e()}try{let i=t.getAttribute("data-rocket-type"),n=t.getAttribute("data-rocket-src");t.text,i?(t.type=i,t.removeAttribute("data-rocket-type")):t.removeAttribute("type"),t.addEventListener("load",function r(){t.setAttribute("data-rocket-status","executed"),e()}),t.addEventListener("error",r),n?(t.removeAttribute("data-rocket-src"),t.src=n):t.src="data:text/javascript;base64,"+window.btoa(unescape(encodeURIComponent(t.text)))}catch(s){r()}})}async _loadScriptsFromList(t){let e=t.shift();return e&&e.isConnected?(await this._transformScript(e),this._loadScriptsFromList(t)):Promise.resolve()}_preloadAllScripts(){this._batchInjectResourceHints([...this.delayedScripts.normal,...this.delayedScripts.defer,...this.delayedScripts.async],"preload")}_batchInjectResourceHints(t,e){var r=document.createDocumentFragment();t.forEach(t=>{let i=t.getAttribute&&t.getAttribute("data-rocket-src")||t.src;if(i){let n=document.createElement("link");n.href=i,n.rel=e,"preconnect"!==e&&(n.as="script"),t.getAttribute&&"module"===t.getAttribute("data-rocket-type")&&(n.crossOrigin=!0),t.crossOrigin&&(n.crossOrigin=t.crossOrigin),t.integrity&&(n.integrity=t.integrity),r.appendChild(n),this.trash.push(n)}}),document.head.appendChild(r)}_delayEventListeners(t){let e={};function r(t,r){!function t(r){!e[r]&&(e[r]={originalFunctions:{add:r.addEventListener,remove:r.removeEventListener},eventsToRewrite:[]},r.addEventListener=function(){arguments[0]=i(arguments[0]),e[r].originalFunctions.add.apply(r,arguments)},r.removeEventListener=function(){arguments[0]=i(arguments[0]),e[r].originalFunctions.remove.apply(r,arguments)});function i(t){return e[r].eventsToRewrite.indexOf(t)>=0?"rocket-"+t:t}}(t),e[t].eventsToRewrite.push(r)}function i(t,e){let r=t[e];Object.defineProperty(t,e,{get:()=>r||function(){},set(i){t["rocket"+e]=r=i}})}r(document,"DOMContentLoaded"),r(window,"DOMContentLoaded"),r(window,"load"),r(window,"pageshow"),r(document,"readystatechange"),i(document,"onreadystatechange"),i(window,"onload"),i(window,"onpageshow")}_delayJQueryReady(t){let e;function r(r){if(r&&r.fn&&!t.allJQueries.includes(r)){r.fn.ready=r.fn.init.prototype.ready=function(e){return t.domReadyFired?e.bind(document)(r):document.addEventListener("rocket-DOMContentLoaded",()=>e.bind(document)(r)),r([])};let i=r.fn.on;r.fn.on=r.fn.init.prototype.on=function(){if(this[0]===window){function t(t){return t.split(" ").map(t=>"load"===t||0===t.indexOf("load.")?"rocket-jquery-load":t).join(" ")}"string"==typeof arguments[0]||arguments[0]instanceof String?arguments[0]=t(arguments[0]):"object"==typeof arguments[0]&&Object.keys(arguments[0]).forEach(e=>{delete Object.assign(arguments[0],{[t(e)]:arguments[0][e]})[e]})}return i.apply(this,arguments),this},t.allJQueries.push(r)}e=r}r(window.jQuery),Object.defineProperty(window,"jQuery",{get:()=>e,set(t){r(t)}})}async _triggerDOMContentLoaded(){this.domReadyFired=!0,await this._littleBreath(),document.dispatchEvent(new Event("rocket-DOMContentLoaded")),await this._littleBreath(),window.dispatchEvent(new Event("rocket-DOMContentLoaded")),await this._littleBreath(),document.dispatchEvent(new Event("rocket-readystatechange")),await this._littleBreath(),document.rocketonreadystatechange&&document.rocketonreadystatechange()}async _triggerWindowLoad(){await this._littleBreath(),window.dispatchEvent(new Event("rocket-load")),await this._littleBreath(),window.rocketonload&&window.rocketonload(),await this._littleBreath(),this.allJQueries.forEach(t=>t(window).trigger("rocket-jquery-load")),await this._littleBreath();let t=new Event("rocket-pageshow");t.persisted=this.persisted,window.dispatchEvent(t),await this._littleBreath(),window.rocketonpageshow&&window.rocketonpageshow({persisted:this.persisted})}_handleDocumentWrite(){let t=new Map;document.write=document.writeln=function(e){let r=document.currentScript;r||console.error("WPRocket unable to document.write this: "+e);let i=document.createRange(),n=r.parentElement,s=t.get(r);void 0===s&&(s=r.nextSibling,t.set(r,s));let a=document.createDocumentFragment();i.setStart(a,0),a.appendChild(i.createContextualFragment(e)),n.insertBefore(a,s)}}async _littleBreath(){Date.now()-this.lastBreath>45&&(await this._requestAnimFrame(),this.lastBreath=Date.now())}async _requestAnimFrame(){return document.hidden?new Promise(t=>setTimeout(t)):new Promise(t=>requestAnimationFrame(t))}_emptyTrash(){this.trash.forEach(t=>t.remove())}static run(){let t=new RocketLazyLoadScripts;t._addUserInteractionListener(t)}}RocketLazyLoadScripts.run();</script>
  4.  
  5. <meta name="viewport" content="width=device-width, initial-scale=1">
  6. <link rel="profile" href="https://gmpg.org/xfn/11">
  7.            <script type="rocketlazyloadscript" data-minify="1" async data-rocket-src='https://palmettocarservice.com/wp-content/cache/min/1/monitor/stat.js?ver=1735580490'>
  8.            </script>
  9.        <script type="rocketlazyloadscript">
  10. window.JetpackScriptData = {"site":{"icon":"https://i0.wp.com/palmettocarservice.com/wp-content/uploads/2023/03/Palmetto-Car-Service-Favicon-e1733161554281.png?w=64\u0026ssl=1","title":"Palmetto Car Service","host":"unknown","is_wpcom_platform":false}};
  11. </script>
  12. <style>
  13. #wpadminbar #wp-admin-bar-wccp_free_top_button .ab-icon:before {
  14. content: "\f160";
  15. color: #02CA02;
  16. top: 3px;
  17. }
  18. #wpadminbar #wp-admin-bar-wccp_free_top_button .ab-icon {
  19. transform: rotate(45deg);
  20. }
  21. </style>
  22. <meta name='robots' content='index, follow, max-image-preview:large, max-snippet:-1, max-video-preview:-1' />
  23. <style>img:is([sizes="auto" i], [sizes^="auto," i]) { contain-intrinsic-size: 3000px 1500px }</style>
  24. <!-- This site is optimized with the Yoast SEO plugin v25.4 - https://yoast.com/wordpress/plugins/seo/ -->
  25. <title>#1 Luxury Car Services to Airport | Palmetto Car Service®</title>
  26. <meta name="description" content="Book our luxury car service to get unforgettable transportation memories, from airport transfers to weddings &amp; corporate events. Your seamless ride awaits!" />
  27. <link rel="canonical" href="https://palmettocarservice.com/" />
  28. <meta property="og:locale" content="en_US" />
  29. <meta property="og:type" content="website" />
  30. <meta property="og:title" content="Car Service - Savannah Car Service - Savannah Car Service - Taxi" />
  31. <meta property="og:description" content="Palmetto Local Car Service Near Me Savannah Airport to Hilton Head, Beaufort, Hardeeville, Bluffton, Quality rides black SUV, taxi rates" />
  32. <meta property="og:url" content="https://palmettocarservice.com/" />
  33. <meta property="og:site_name" content="Palmetto Car Service" />
  34. <meta property="article:publisher" content="https://www.facebook.com/PalmettoCarService/" />
  35. <meta property="article:modified_time" content="2025-06-04T18:18:59+00:00" />
  36. <meta property="og:image" content="https://palmettocarservice.com/wp-content/uploads/2023/03/header-main-logo.png" />
  37. <meta property="og:image:width" content="666" />
  38. <meta property="og:image:height" content="374" />
  39. <meta property="og:image:type" content="image/png" />
  40. <meta name="twitter:card" content="summary_large_image" />
  41. <meta name="twitter:title" content="Car Service - Savannah Car Service - Savannah Car Service - Taxi" />
  42. <meta name="twitter:description" content="Palmetto Local Car Service Near Me Savannah Airport to Hilton Head, Beaufort, Hardeeville, Bluffton, Quality rides black SUV, taxi rates" />
  43. <meta name="twitter:site" content="@Palmettocarsvc" />
  44. <script type="application/ld+json" class="yoast-schema-graph">{"@context":"https://schema.org","@graph":[{"@type":"WebPage","@id":"https://palmettocarservice.com/","url":"https://palmettocarservice.com/","name":"#1 Luxury Car Services to Airport | Palmetto Car Service®","isPartOf":{"@id":"https://palmettocarservice.com/#website"},"about":{"@id":"https://palmettocarservice.com/#organization"},"primaryImageOfPage":{"@id":"https://palmettocarservice.com/#primaryimage"},"image":{"@id":"https://palmettocarservice.com/#primaryimage"},"thumbnailUrl":"https://palmettocarservice.com/wp-content/uploads/2023/03/header-main-logo.png","datePublished":"2023-03-18T10:31:44+00:00","dateModified":"2025-06-04T18:18:59+00:00","description":"Book our luxury car service to get unforgettable transportation memories, from airport transfers to weddings & corporate events. Your seamless ride awaits!","breadcrumb":{"@id":"https://palmettocarservice.com/#breadcrumb"},"inLanguage":"en-US","potentialAction":[{"@type":"ReadAction","target":["https://palmettocarservice.com/"]}]},{"@type":"ImageObject","inLanguage":"en-US","@id":"https://palmettocarservice.com/#primaryimage","url":"https://palmettocarservice.com/wp-content/uploads/2023/03/header-main-logo.png","contentUrl":"https://palmettocarservice.com/wp-content/uploads/2023/03/header-main-logo.png","width":666,"height":374,"caption":"palmetto car service logo https://palmettocarservice.com/"},{"@type":"BreadcrumbList","@id":"https://palmettocarservice.com/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Home"}]},{"@type":"WebSite","@id":"https://palmettocarservice.com/#website","url":"https://palmettocarservice.com/","name":"Palmetto Car Service","description":"Serving in Savannah, Bluffton, Hilton Head, Okatie, Hardeeville, Ridgeland, Beaufort and surrounding areas","publisher":{"@id":"https://palmettocarservice.com/#organization"},"alternateName":"Airport Transfers Bluffton, Hilton Head and Savannah","potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https://palmettocarservice.com/?s={search_term_string}"},"query-input":{"@type":"PropertyValueSpecification","valueRequired":true,"valueName":"search_term_string"}}],"inLanguage":"en-US"},{"@type":["Organization","Place"],"@id":"https://palmettocarservice.com/#organization","name":"Palmetto Car Service","url":"https://palmettocarservice.com/","logo":{"@id":"https://palmettocarservice.com/#local-main-organization-logo"},"image":{"@id":"https://palmettocarservice.com/#local-main-organization-logo"},"sameAs":["https://www.facebook.com/PalmettoCarService/","https://x.com/Palmettocarsvc","https://www.youtube.com/channel/UCe6eqkYdIq2DcmZhNR4-4-Q","https://www.pinterest.com/palmettocarservicellc/","https://www.instagram.com/palmettocarservice/","https://www.tripadvisor.com/Attraction_Review-g54146-d23595706-Reviews-Palmetto_Car_Service-Bluffton_South_Carolina.html"],"address":{"@id":"https://palmettocarservice.com/#local-main-place-address"},"geo":{"@type":"GeoCoordinates","latitude":"32.2541509","longitude":"-80.9806751"},"telephone":["843-981-1111"],"contactPoint":{"@type":"ContactPoint","telephone":"(843) 981-1111","email":"palmettocarservice@gmail.com"},"openingHoursSpecification":{"@type":"OpeningHoursSpecification","dayOfWeek":["Monday","Tuesday","Wednesday","Thursday","Friday","Saturday","Sunday"],"opens":"00:00","closes":"23:59"},"email":"palmettocarservice@gmail.com","areaServed":"Bluffton, Hilton Head, Hilton Head Airport, Okatie, Ridgeland, Beaufort, Port Royal, Hardeeville, Savannah Airport, Savannah"},{"@type":"PostalAddress","@id":"https://palmettocarservice.com/#local-main-place-address","streetAddress":"301 Hulston Landing Rd","addressLocality":"Bluffton","postalCode":"29909","addressRegion":"South Carolina","addressCountry":"US"},{"@type":"ImageObject","inLanguage":"en-US","@id":"https://palmettocarservice.com/#local-main-organization-logo","url":"https://palmettocarservice.com/wp-content/uploads/2023/03/Palmetto-Car-Service®-e1733161704509.png","contentUrl":"https://palmettocarservice.com/wp-content/uploads/2023/03/Palmetto-Car-Service®-e1733161704509.png","width":956,"height":472,"caption":"Palmetto Car Service"}]}</script>
  45. <meta name="msvalidate.01" content="47552d64732144e9a7ffddd59c8737b1" />
  46. <meta name="p:domain_verify" content="7938488533943d584dc0c1231d3ab34e" />
  47. <meta name="geo.placename" content="Bluffton" />
  48. <meta name="geo.position" content="32.2541509;-80.9806751" />
  49. <meta name="geo.region" content="United States (US)" />
  50. <!-- / Yoast SEO plugin. -->
  51.  
  52.  
  53. <link rel='dns-prefetch' href='//www.googletagmanager.com' />
  54. <link rel='dns-prefetch' href='//stats.wp.com' />
  55. <link rel='dns-prefetch' href='//fonts.googleapis.com' />
  56. <link rel='dns-prefetch' href='//pagead2.googlesyndication.com' />
  57. <link rel='stylesheet' id='astra-theme-css-css' href='https://palmettocarservice.com/wp-content/themes/astra/assets/css/minified/main.min.css?ver=4.8.7' media='all' />
  58. <style id='astra-theme-css-inline-css'>
  59. :root{--ast-post-nav-space:0;--ast-container-default-xlg-padding:3em;--ast-container-default-lg-padding:3em;--ast-container-default-slg-padding:2em;--ast-container-default-md-padding:3em;--ast-container-default-sm-padding:3em;--ast-container-default-xs-padding:2.4em;--ast-container-default-xxs-padding:1.8em;--ast-code-block-background:#EEEEEE;--ast-comment-inputs-background:#FAFAFA;--ast-normal-container-width:1200px;--ast-narrow-container-width:750px;--ast-blog-title-font-weight:normal;--ast-blog-meta-weight:inherit;}html{font-size:93.75%;}a{color:#0053c1;}a:hover,a:focus{color:var(--ast-global-color-1);}body,button,input,select,textarea,.ast-button,.ast-custom-button{font-family:'Open Sans',sans-serif;font-weight:inherit;font-size:15px;font-size:1rem;line-height:var(--ast-body-line-height,1.65em);}blockquote{color:#000000;}h1,.entry-content h1,h2,.entry-content h2,h3,.entry-content h3,h4,.entry-content h4,h5,.entry-content h5,h6,.entry-content h6,.site-title,.site-title a{font-family:'Open Sans',sans-serif;font-weight:600;}.site-title{font-size:35px;font-size:2.3333333333333rem;display:block;}.site-header .site-description{font-size:15px;font-size:1rem;display:none;}.entry-title{font-size:26px;font-size:1.7333333333333rem;}.archive .ast-article-post .ast-article-inner,.blog .ast-article-post .ast-article-inner,.archive .ast-article-post .ast-article-inner:hover,.blog .ast-article-post .ast-article-inner:hover{overflow:hidden;}h1,.entry-content h1{font-size:40px;font-size:2.6666666666667rem;font-weight:600;font-family:'Open Sans',sans-serif;line-height:1.4em;}h2,.entry-content h2{font-size:32px;font-size:2.1333333333333rem;font-weight:600;font-family:'Open Sans',sans-serif;line-height:1.3em;}h3,.entry-content h3{font-size:26px;font-size:1.7333333333333rem;font-weight:600;font-family:'Open Sans',sans-serif;line-height:1.3em;}h4,.entry-content h4{font-size:24px;font-size:1.6rem;line-height:1.2em;font-weight:600;font-family:'Open Sans',sans-serif;}h5,.entry-content h5{font-size:20px;font-size:1.3333333333333rem;line-height:1.2em;font-weight:600;font-family:'Open Sans',sans-serif;}h6,.entry-content h6{font-size:16px;font-size:1.0666666666667rem;line-height:1.25em;font-weight:600;font-family:'Open Sans',sans-serif;}::selection{background-color:#0053c1;color:#ffffff;}body,h1,.entry-title a,.entry-content h1,h2,.entry-content h2,h3,.entry-content h3,h4,.entry-content h4,h5,.entry-content h5,h6,.entry-content h6{color:#000000;}.tagcloud a:hover,.tagcloud a:focus,.tagcloud a.current-item{color:#ffffff;border-color:#0053c1;background-color:#0053c1;}input:focus,input[type="text"]:focus,input[type="email"]:focus,input[type="url"]:focus,input[type="password"]:focus,input[type="reset"]:focus,input[type="search"]:focus,textarea:focus{border-color:#0053c1;}input[type="radio"]:checked,input[type=reset],input[type="checkbox"]:checked,input[type="checkbox"]:hover:checked,input[type="checkbox"]:focus:checked,input[type=range]::-webkit-slider-thumb{border-color:#0053c1;background-color:#0053c1;box-shadow:none;}.site-footer a:hover + .post-count,.site-footer a:focus + .post-count{background:#0053c1;border-color:#0053c1;}.single .nav-links .nav-previous,.single .nav-links .nav-next{color:#0053c1;}.entry-meta,.entry-meta *{line-height:1.45;color:#0053c1;}.entry-meta a:not(.ast-button):hover,.entry-meta a:not(.ast-button):hover *,.entry-meta a:not(.ast-button):focus,.entry-meta a:not(.ast-button):focus *,.page-links > .page-link,.page-links .page-link:hover,.post-navigation a:hover{color:var(--ast-global-color-1);}#cat option,.secondary .calendar_wrap thead a,.secondary .calendar_wrap thead a:visited{color:#0053c1;}.secondary .calendar_wrap #today,.ast-progress-val span{background:#0053c1;}.secondary a:hover + .post-count,.secondary a:focus + .post-count{background:#0053c1;border-color:#0053c1;}.calendar_wrap #today > a{color:#ffffff;}.page-links .page-link,.single .post-navigation a{color:#0053c1;}.ast-search-menu-icon .search-form button.search-submit{padding:0 4px;}.ast-search-menu-icon form.search-form{padding-right:0;}.ast-search-menu-icon.slide-search input.search-field{width:0;}.ast-header-search .ast-search-menu-icon.ast-dropdown-active .search-form,.ast-header-search .ast-search-menu-icon.ast-dropdown-active .search-field:focus{transition:all 0.2s;}.search-form input.search-field:focus{outline:none;}.ast-archive-title{color:#3a3a3a;}.widget-title,.widget .wp-block-heading{font-size:21px;font-size:1.4rem;color:#3a3a3a;}.ast-single-post .entry-content a,.ast-comment-content a:not(.ast-comment-edit-reply-wrap a){text-decoration:underline;}.ast-single-post .wp-block-button .wp-block-button__link,.ast-single-post .elementor-button-wrapper .elementor-button,.ast-single-post .entry-content .uagb-tab a,.ast-single-post .entry-content .uagb-ifb-cta a,.ast-single-post .entry-content .wp-block-uagb-buttons a,.ast-single-post .entry-content .uabb-module-content a,.ast-single-post .entry-content .uagb-post-grid a,.ast-single-post .entry-content .uagb-timeline a,.ast-single-post .entry-content .uagb-toc__wrap a,.ast-single-post .entry-content .uagb-taxomony-box a,.ast-single-post .entry-content .woocommerce a,.entry-content .wp-block-latest-posts > li > a,.ast-single-post .entry-content .wp-block-file__button,li.ast-post-filter-single,.ast-single-post .wp-block-buttons .wp-block-button.is-style-outline .wp-block-button__link,.ast-single-post .ast-comment-content .comment-reply-link,.ast-single-post .ast-comment-content .comment-edit-link{text-decoration:none;}.ast-search-menu-icon.slide-search a:focus-visible:focus-visible,.astra-search-icon:focus-visible,#close:focus-visible,a:focus-visible,.ast-menu-toggle:focus-visible,.site .skip-link:focus-visible,.wp-block-loginout input:focus-visible,.wp-block-search.wp-block-search__button-inside .wp-block-search__inside-wrapper,.ast-header-navigation-arrow:focus-visible,.woocommerce .wc-proceed-to-checkout > .checkout-button:focus-visible,.woocommerce .woocommerce-MyAccount-navigation ul li a:focus-visible,.ast-orders-table__row .ast-orders-table__cell:focus-visible,.woocommerce .woocommerce-order-details .order-again > .button:focus-visible,.woocommerce .woocommerce-message a.button.wc-forward:focus-visible,.woocommerce #minus_qty:focus-visible,.woocommerce #plus_qty:focus-visible,a#ast-apply-coupon:focus-visible,.woocommerce .woocommerce-info a:focus-visible,.woocommerce .astra-shop-summary-wrap a:focus-visible,.woocommerce a.wc-forward:focus-visible,#ast-apply-coupon:focus-visible,.woocommerce-js .woocommerce-mini-cart-item a.remove:focus-visible,#close:focus-visible,.button.search-submit:focus-visible,#search_submit:focus,.normal-search:focus-visible,.ast-header-account-wrap:focus-visible,.woocommerce .ast-on-card-button.ast-quick-view-trigger:focus{outline-style:dotted;outline-color:inherit;outline-width:thin;}input:focus,input[type="text"]:focus,input[type="email"]:focus,input[type="url"]:focus,input[type="password"]:focus,input[type="reset"]:focus,input[type="search"]:focus,input[type="number"]:focus,textarea:focus,.wp-block-search__input:focus,[data-section="section-header-mobile-trigger"] .ast-button-wrap .ast-mobile-menu-trigger-minimal:focus,.ast-mobile-popup-drawer.active .menu-toggle-close:focus,.woocommerce-ordering select.orderby:focus,#ast-scroll-top:focus,#coupon_code:focus,.woocommerce-page #comment:focus,.woocommerce #reviews #respond input#submit:focus,.woocommerce a.add_to_cart_button:focus,.woocommerce .button.single_add_to_cart_button:focus,.woocommerce .woocommerce-cart-form button:focus,.woocommerce .woocommerce-cart-form__cart-item .quantity .qty:focus,.woocommerce .woocommerce-billing-fields .woocommerce-billing-fields__field-wrapper .woocommerce-input-wrapper > .input-text:focus,.woocommerce #order_comments:focus,.woocommerce #place_order:focus,.woocommerce .woocommerce-address-fields .woocommerce-address-fields__field-wrapper .woocommerce-input-wrapper > .input-text:focus,.woocommerce .woocommerce-MyAccount-content form button:focus,.woocommerce .woocommerce-MyAccount-content .woocommerce-EditAccountForm .woocommerce-form-row .woocommerce-Input.input-text:focus,.woocommerce .ast-woocommerce-container .woocommerce-pagination ul.page-numbers li a:focus,body #content .woocommerce form .form-row .select2-container--default .select2-selection--single:focus,#ast-coupon-code:focus,.woocommerce.woocommerce-js .quantity input[type=number]:focus,.woocommerce-js .woocommerce-mini-cart-item .quantity input[type=number]:focus,.woocommerce p#ast-coupon-trigger:focus{border-style:dotted;border-color:inherit;border-width:thin;}input{outline:none;}.ast-logo-title-inline .site-logo-img{padding-right:1em;}.site-logo-img img{ transition:all 0.2s linear;}body .ast-oembed-container *{position:absolute;top:0;width:100%;height:100%;left:0;}body .wp-block-embed-pocket-casts .ast-oembed-container *{position:unset;}.ast-single-post-featured-section + article {margin-top: 2em;}.site-content .ast-single-post-featured-section img {width: 100%;overflow: hidden;object-fit: cover;}.site > .ast-single-related-posts-container {margin-top: 0;}@media (min-width: 922px) {.ast-desktop .ast-container--narrow {max-width: var(--ast-narrow-container-width);margin: 0 auto;}}.ast-page-builder-template .hentry {margin: 0;}.ast-page-builder-template .site-content > .ast-container {max-width: 100%;padding: 0;}.ast-page-builder-template .site .site-content #primary {padding: 0;margin: 0;}.ast-page-builder-template .no-results {text-align: center;margin: 4em auto;}.ast-page-builder-template .ast-pagination {padding: 2em;}.ast-page-builder-template .entry-header.ast-no-title.ast-no-thumbnail {margin-top: 0;}.ast-page-builder-template .entry-header.ast-header-without-markup {margin-top: 0;margin-bottom: 0;}.ast-page-builder-template .entry-header.ast-no-title.ast-no-meta {margin-bottom: 0;}.ast-page-builder-template.single .post-navigation {padding-bottom: 2em;}.ast-page-builder-template.single-post .site-content > .ast-container {max-width: 100%;}.ast-page-builder-template .entry-header {margin-top: 2em;margin-left: auto;margin-right: auto;}.ast-page-builder-template .ast-archive-description {margin: 2em auto 0;padding-left: 20px;padding-right: 20px;}.ast-page-builder-template .ast-row {margin-left: 0;margin-right: 0;}.single.ast-page-builder-template .entry-header + .entry-content,.single.ast-page-builder-template .ast-single-entry-banner + .site-content article .entry-content {margin-bottom: 2em;}@media(min-width: 921px) {.ast-page-builder-template.archive.ast-right-sidebar .ast-row article,.ast-page-builder-template.archive.ast-left-sidebar .ast-row article {padding-left: 0;padding-right: 0;}}@media (max-width:921.9px){#ast-desktop-header{display:none;}}@media (min-width:922px){#ast-mobile-header{display:none;}}.wp-block-buttons.aligncenter{justify-content:center;}@media (max-width:921px){.ast-theme-transparent-header #primary,.ast-theme-transparent-header #secondary{padding:0;}}@media (max-width:921px){.ast-plain-container.ast-no-sidebar #primary{padding:0;}}.ast-plain-container.ast-no-sidebar #primary{margin-top:0;margin-bottom:0;}.wp-block-button.is-style-outline .wp-block-button__link{border-color:#0053c1;}div.wp-block-button.is-style-outline > .wp-block-button__link:not(.has-text-color),div.wp-block-button.wp-block-button__link.is-style-outline:not(.has-text-color){color:#0053c1;}.wp-block-button.is-style-outline .wp-block-button__link:hover,.wp-block-buttons .wp-block-button.is-style-outline .wp-block-button__link:focus,.wp-block-buttons .wp-block-button.is-style-outline > .wp-block-button__link:not(.has-text-color):hover,.wp-block-buttons .wp-block-button.wp-block-button__link.is-style-outline:not(.has-text-color):hover{color:#ffffff;background-color:var(--ast-global-color-1);border-color:var(--ast-global-color-1);}.post-page-numbers.current .page-link,.ast-pagination .page-numbers.current{color:#ffffff;border-color:#0053c1;background-color:#0053c1;}.wp-block-button.is-style-outline .wp-block-button__link.wp-element-button,.ast-outline-button{border-color:#0053c1;font-family:inherit;font-weight:inherit;line-height:1em;}.wp-block-buttons .wp-block-button.is-style-outline > .wp-block-button__link:not(.has-text-color),.wp-block-buttons .wp-block-button.wp-block-button__link.is-style-outline:not(.has-text-color),.ast-outline-button{color:#0053c1;}.wp-block-button.is-style-outline .wp-block-button__link:hover,.wp-block-buttons .wp-block-button.is-style-outline .wp-block-button__link:focus,.wp-block-buttons .wp-block-button.is-style-outline > .wp-block-button__link:not(.has-text-color):hover,.wp-block-buttons .wp-block-button.wp-block-button__link.is-style-outline:not(.has-text-color):hover,.ast-outline-button:hover,.ast-outline-button:focus,.wp-block-uagb-buttons-child .uagb-buttons-repeater.ast-outline-button:hover,.wp-block-uagb-buttons-child .uagb-buttons-repeater.ast-outline-button:focus{color:#ffffff;background-color:var(--ast-global-color-1);border-color:var(--ast-global-color-1);}.wp-block-button .wp-block-button__link.wp-element-button.is-style-outline:not(.has-background),.wp-block-button.is-style-outline>.wp-block-button__link.wp-element-button:not(.has-background),.ast-outline-button{background-color:transparent;}.entry-content[data-ast-blocks-layout] > figure{margin-bottom:1em;}h1.widget-title{font-weight:600;}h2.widget-title{font-weight:600;}h3.widget-title{font-weight:600;}#page{display:flex;flex-direction:column;min-height:100vh;}.ast-404-layout-1 h1.page-title{color:var(--ast-global-color-2);}.single .post-navigation a{line-height:1em;height:inherit;}.error-404 .page-sub-title{font-size:1.5rem;font-weight:inherit;}.search .site-content .content-area .search-form{margin-bottom:0;}#page .site-content{flex-grow:1;}.widget{margin-bottom:1.25em;}#secondary li{line-height:1.5em;}#secondary .wp-block-group h2{margin-bottom:0.7em;}#secondary h2{font-size:1.7rem;}.ast-separate-container .ast-article-post,.ast-separate-container .ast-article-single,.ast-separate-container .comment-respond{padding:3em;}.ast-separate-container .ast-article-single .ast-article-single{padding:0;}.ast-article-single .wp-block-post-template-is-layout-grid{padding-left:0;}.ast-separate-container .comments-title,.ast-narrow-container .comments-title{padding:1.5em 2em;}.ast-page-builder-template .comment-form-textarea,.ast-comment-formwrap .ast-grid-common-col{padding:0;}.ast-comment-formwrap{padding:0;display:inline-flex;column-gap:20px;width:100%;margin-left:0;margin-right:0;}.comments-area textarea#comment:focus,.comments-area textarea#comment:active,.comments-area .ast-comment-formwrap input[type="text"]:focus,.comments-area .ast-comment-formwrap input[type="text"]:active {box-shadow:none;outline:none;}.archive.ast-page-builder-template .entry-header{margin-top:2em;}.ast-page-builder-template .ast-comment-formwrap{width:100%;}.entry-title{margin-bottom:0.5em;}.ast-archive-description p{font-size:inherit;font-weight:inherit;line-height:inherit;}.ast-separate-container .ast-comment-list li.depth-1,.hentry{margin-bottom:2em;}@media (min-width:921px){.ast-left-sidebar.ast-page-builder-template #secondary,.archive.ast-right-sidebar.ast-page-builder-template .site-main{padding-left:20px;padding-right:20px;}}@media (max-width:544px){.ast-comment-formwrap.ast-row{column-gap:10px;display:inline-block;}#ast-commentform .ast-grid-common-col{position:relative;width:100%;}}@media (min-width:1201px){.ast-separate-container .ast-article-post,.ast-separate-container .ast-article-single,.ast-separate-container .ast-author-box,.ast-separate-container .ast-404-layout-1,.ast-separate-container .no-results{padding:3em;}}@media (max-width:921px){.ast-separate-container #primary,.ast-separate-container #secondary{padding:1.5em 0;}#primary,#secondary{padding:1.5em 0;margin:0;}.ast-left-sidebar #content > .ast-container{display:flex;flex-direction:column-reverse;width:100%;}}@media (min-width:922px){.ast-separate-container.ast-right-sidebar #primary,.ast-separate-container.ast-left-sidebar #primary{border:0;}.search-no-results.ast-separate-container #primary{margin-bottom:4em;}}.elementor-button-wrapper .elementor-button{border-style:solid;text-decoration:none;border-top-width:0;border-right-width:0;border-left-width:0;border-bottom-width:0;}body .elementor-button.elementor-size-sm,body .elementor-button.elementor-size-xs,body .elementor-button.elementor-size-md,body .elementor-button.elementor-size-lg,body .elementor-button.elementor-size-xl,body .elementor-button{padding-top:15px;padding-right:30px;padding-bottom:15px;padding-left:30px;}@media (max-width:921px){.elementor-button-wrapper .elementor-button.elementor-size-sm,.elementor-button-wrapper .elementor-button.elementor-size-xs,.elementor-button-wrapper .elementor-button.elementor-size-md,.elementor-button-wrapper .elementor-button.elementor-size-lg,.elementor-button-wrapper .elementor-button.elementor-size-xl,.elementor-button-wrapper .elementor-button{padding-top:14px;padding-right:28px;padding-bottom:14px;padding-left:28px;}}@media (max-width:544px){.elementor-button-wrapper .elementor-button.elementor-size-sm,.elementor-button-wrapper .elementor-button.elementor-size-xs,.elementor-button-wrapper .elementor-button.elementor-size-md,.elementor-button-wrapper .elementor-button.elementor-size-lg,.elementor-button-wrapper .elementor-button.elementor-size-xl,.elementor-button-wrapper .elementor-button{padding-top:12px;padding-right:24px;padding-bottom:12px;padding-left:24px;}}.elementor-button-wrapper .elementor-button{border-color:#0053c1;background-color:#0053c1;}.elementor-button-wrapper .elementor-button:hover,.elementor-button-wrapper .elementor-button:focus{color:#ffffff;background-color:var(--ast-global-color-1);border-color:var(--ast-global-color-1);}.wp-block-button .wp-block-button__link ,.elementor-button-wrapper .elementor-button{color:#ffffff;}.elementor-button-wrapper .elementor-button{line-height:1em;}.wp-block-button .wp-block-button__link:hover,.wp-block-button .wp-block-button__link:focus{color:#ffffff;background-color:var(--ast-global-color-1);border-color:var(--ast-global-color-1);}.elementor-widget-heading h1.elementor-heading-title{line-height:1.4em;}.elementor-widget-heading h2.elementor-heading-title{line-height:1.3em;}.elementor-widget-heading h3.elementor-heading-title{line-height:1.3em;}.elementor-widget-heading h4.elementor-heading-title{line-height:1.2em;}.elementor-widget-heading h5.elementor-heading-title{line-height:1.2em;}.elementor-widget-heading h6.elementor-heading-title{line-height:1.25em;}.wp-block-button .wp-block-button__link,.wp-block-search .wp-block-search__button,body .wp-block-file .wp-block-file__button{border-color:#0053c1;background-color:#0053c1;color:#ffffff;font-family:inherit;font-weight:inherit;line-height:1em;padding-top:15px;padding-right:30px;padding-bottom:15px;padding-left:30px;}@media (max-width:921px){.wp-block-button .wp-block-button__link,.wp-block-search .wp-block-search__button,body .wp-block-file .wp-block-file__button{padding-top:14px;padding-right:28px;padding-bottom:14px;padding-left:28px;}}@media (max-width:544px){.wp-block-button .wp-block-button__link,.wp-block-search .wp-block-search__button,body .wp-block-file .wp-block-file__button{padding-top:12px;padding-right:24px;padding-bottom:12px;padding-left:24px;}}.menu-toggle,button,.ast-button,.ast-custom-button,.button,input#submit,input[type="button"],input[type="submit"],input[type="reset"],form[CLASS*="wp-block-search__"].wp-block-search .wp-block-search__inside-wrapper .wp-block-search__button,body .wp-block-file .wp-block-file__button,.search .search-submit{border-style:solid;border-top-width:0;border-right-width:0;border-left-width:0;border-bottom-width:0;color:#ffffff;border-color:#0053c1;background-color:#0053c1;padding-top:15px;padding-right:30px;padding-bottom:15px;padding-left:30px;font-family:inherit;font-weight:inherit;line-height:1em;}button:focus,.menu-toggle:hover,button:hover,.ast-button:hover,.ast-custom-button:hover .button:hover,.ast-custom-button:hover ,input[type=reset]:hover,input[type=reset]:focus,input#submit:hover,input#submit:focus,input[type="button"]:hover,input[type="button"]:focus,input[type="submit"]:hover,input[type="submit"]:focus,form[CLASS*="wp-block-search__"].wp-block-search .wp-block-search__inside-wrapper .wp-block-search__button:hover,form[CLASS*="wp-block-search__"].wp-block-search .wp-block-search__inside-wrapper .wp-block-search__button:focus,body .wp-block-file .wp-block-file__button:hover,body .wp-block-file .wp-block-file__button:focus{color:#ffffff;background-color:var(--ast-global-color-1);border-color:var(--ast-global-color-1);}form[CLASS*="wp-block-search__"].wp-block-search .wp-block-search__inside-wrapper .wp-block-search__button.has-icon{padding-top:calc(15px - 3px);padding-right:calc(30px - 3px);padding-bottom:calc(15px - 3px);padding-left:calc(30px - 3px);}@media (max-width:921px){.menu-toggle,button,.ast-button,.ast-custom-button,.button,input#submit,input[type="button"],input[type="submit"],input[type="reset"],form[CLASS*="wp-block-search__"].wp-block-search .wp-block-search__inside-wrapper .wp-block-search__button,body .wp-block-file .wp-block-file__button,.search .search-submit{padding-top:14px;padding-right:28px;padding-bottom:14px;padding-left:28px;}}@media (max-width:544px){.menu-toggle,button,.ast-button,.ast-custom-button,.button,input#submit,input[type="button"],input[type="submit"],input[type="reset"],form[CLASS*="wp-block-search__"].wp-block-search .wp-block-search__inside-wrapper .wp-block-search__button,body .wp-block-file .wp-block-file__button,.search .search-submit{padding-top:12px;padding-right:24px;padding-bottom:12px;padding-left:24px;}}@media (max-width:921px){.ast-mobile-header-stack .main-header-bar .ast-search-menu-icon{display:inline-block;}.ast-header-break-point.ast-header-custom-item-outside .ast-mobile-header-stack .main-header-bar .ast-search-icon{margin:0;}.ast-comment-avatar-wrap img{max-width:2.5em;}.ast-comment-meta{padding:0 1.8888em 1.3333em;}.ast-separate-container .ast-comment-list li.depth-1{padding:1.5em 2.14em;}.ast-separate-container .comment-respond{padding:2em 2.14em;}}@media (min-width:544px){.ast-container{max-width:100%;}}@media (max-width:544px){.ast-separate-container .ast-article-post,.ast-separate-container .ast-article-single,.ast-separate-container .comments-title,.ast-separate-container .ast-archive-description{padding:1.5em 1em;}.ast-separate-container #content .ast-container{padding-left:0.54em;padding-right:0.54em;}.ast-separate-container .ast-comment-list .bypostauthor{padding:.5em;}.ast-search-menu-icon.ast-dropdown-active .search-field{width:170px;}} #ast-mobile-header .ast-site-header-cart-li a{pointer-events:none;}.ast-separate-container{background-color:var(--ast-global-color-4);}@media (max-width:921px){.site-title{display:block;}.site-header .site-description{display:none;}h1,.entry-content h1{font-size:30px;}h2,.entry-content h2{font-size:25px;}h3,.entry-content h3{font-size:20px;}}@media (max-width:544px){.site-title{display:block;}.site-header .site-description{display:none;}h1,.entry-content h1{font-size:30px;}h2,.entry-content h2{font-size:25px;}h3,.entry-content h3{font-size:20px;}}@media (max-width:921px){html{font-size:85.5%;}}@media (max-width:544px){html{font-size:85.5%;}}@media (min-width:922px){.ast-container{max-width:1240px;}}@media (min-width:922px){.site-content .ast-container{display:flex;}}@media (max-width:921px){.site-content .ast-container{flex-direction:column;}}@media (min-width:922px){.main-header-menu .sub-menu .menu-item.ast-left-align-sub-menu:hover > .sub-menu,.main-header-menu .sub-menu .menu-item.ast-left-align-sub-menu.focus > .sub-menu{margin-left:-0px;}}.site .comments-area{padding-bottom:3em;}.wp-block-file {display: flex;align-items: center;flex-wrap: wrap;justify-content: space-between;}.wp-block-pullquote {border: none;}.wp-block-pullquote blockquote::before {content: "\201D";font-family: "Helvetica",sans-serif;display: flex;transform: rotate( 180deg );font-size: 6rem;font-style: normal;line-height: 1;font-weight: bold;align-items: center;justify-content: center;}.has-text-align-right > blockquote::before {justify-content: flex-start;}.has-text-align-left > blockquote::before {justify-content: flex-end;}figure.wp-block-pullquote.is-style-solid-color blockquote {max-width: 100%;text-align: inherit;}:root {--wp--custom--ast-default-block-top-padding: 3em;--wp--custom--ast-default-block-right-padding: 3em;--wp--custom--ast-default-block-bottom-padding: 3em;--wp--custom--ast-default-block-left-padding: 3em;--wp--custom--ast-container-width: 1200px;--wp--custom--ast-content-width-size: 1200px;--wp--custom--ast-wide-width-size: calc(1200px + var(--wp--custom--ast-default-block-left-padding) + var(--wp--custom--ast-default-block-right-padding));}.ast-narrow-container {--wp--custom--ast-content-width-size: 750px;--wp--custom--ast-wide-width-size: 750px;}@media(max-width: 921px) {:root {--wp--custom--ast-default-block-top-padding: 3em;--wp--custom--ast-default-block-right-padding: 2em;--wp--custom--ast-default-block-bottom-padding: 3em;--wp--custom--ast-default-block-left-padding: 2em;}}@media(max-width: 544px) {:root {--wp--custom--ast-default-block-top-padding: 3em;--wp--custom--ast-default-block-right-padding: 1.5em;--wp--custom--ast-default-block-bottom-padding: 3em;--wp--custom--ast-default-block-left-padding: 1.5em;}}.entry-content > .wp-block-group,.entry-content > .wp-block-cover,.entry-content > .wp-block-columns {padding-top: var(--wp--custom--ast-default-block-top-padding);padding-right: var(--wp--custom--ast-default-block-right-padding);padding-bottom: var(--wp--custom--ast-default-block-bottom-padding);padding-left: var(--wp--custom--ast-default-block-left-padding);}.ast-plain-container.ast-no-sidebar .entry-content > .alignfull,.ast-page-builder-template .ast-no-sidebar .entry-content > .alignfull {margin-left: calc( -50vw + 50%);margin-right: calc( -50vw + 50%);max-width: 100vw;width: 100vw;}.ast-plain-container.ast-no-sidebar .entry-content .alignfull .alignfull,.ast-page-builder-template.ast-no-sidebar .entry-content .alignfull .alignfull,.ast-plain-container.ast-no-sidebar .entry-content .alignfull .alignwide,.ast-page-builder-template.ast-no-sidebar .entry-content .alignfull .alignwide,.ast-plain-container.ast-no-sidebar .entry-content .alignwide .alignfull,.ast-page-builder-template.ast-no-sidebar .entry-content .alignwide .alignfull,.ast-plain-container.ast-no-sidebar .entry-content .alignwide .alignwide,.ast-page-builder-template.ast-no-sidebar .entry-content .alignwide .alignwide,.ast-plain-container.ast-no-sidebar .entry-content .wp-block-column .alignfull,.ast-page-builder-template.ast-no-sidebar .entry-content .wp-block-column .alignfull,.ast-plain-container.ast-no-sidebar .entry-content .wp-block-column .alignwide,.ast-page-builder-template.ast-no-sidebar .entry-content .wp-block-column .alignwide {margin-left: auto;margin-right: auto;width: 100%;}[data-ast-blocks-layout] .wp-block-separator:not(.is-style-dots) {height: 0;}[data-ast-blocks-layout] .wp-block-separator {margin: 20px auto;}[data-ast-blocks-layout] .wp-block-separator:not(.is-style-wide):not(.is-style-dots) {max-width: 100px;}[data-ast-blocks-layout] .wp-block-separator.has-background {padding: 0;}.entry-content[data-ast-blocks-layout] > * {max-width: var(--wp--custom--ast-content-width-size);margin-left: auto;margin-right: auto;}.entry-content[data-ast-blocks-layout] > .alignwide {max-width: var(--wp--custom--ast-wide-width-size);}.entry-content[data-ast-blocks-layout] .alignfull {max-width: none;}.entry-content .wp-block-columns {margin-bottom: 0;}blockquote {margin: 1.5em;border-color: rgba(0,0,0,0.05);}.wp-block-quote:not(.has-text-align-right):not(.has-text-align-center) {border-left: 5px solid rgba(0,0,0,0.05);}.has-text-align-right > blockquote,blockquote.has-text-align-right {border-right: 5px solid rgba(0,0,0,0.05);}.has-text-align-left > blockquote,blockquote.has-text-align-left {border-left: 5px solid rgba(0,0,0,0.05);}.wp-block-site-tagline,.wp-block-latest-posts .read-more {margin-top: 15px;}.wp-block-loginout p label {display: block;}.wp-block-loginout p:not(.login-remember):not(.login-submit) input {width: 100%;}.wp-block-loginout input:focus {border-color: transparent;}.wp-block-loginout input:focus {outline: thin dotted;}.entry-content .wp-block-media-text .wp-block-media-text__content {padding: 0 0 0 8%;}.entry-content .wp-block-media-text.has-media-on-the-right .wp-block-media-text__content {padding: 0 8% 0 0;}.entry-content .wp-block-media-text.has-background .wp-block-media-text__content {padding: 8%;}.entry-content .wp-block-cover:not([class*="background-color"]) .wp-block-cover__inner-container,.entry-content .wp-block-cover:not([class*="background-color"]) .wp-block-cover-image-text,.entry-content .wp-block-cover:not([class*="background-color"]) .wp-block-cover-text,.entry-content .wp-block-cover-image:not([class*="background-color"]) .wp-block-cover__inner-container,.entry-content .wp-block-cover-image:not([class*="background-color"]) .wp-block-cover-image-text,.entry-content .wp-block-cover-image:not([class*="background-color"]) .wp-block-cover-text {color: var(--ast-global-color-5);}.wp-block-loginout .login-remember input {width: 1.1rem;height: 1.1rem;margin: 0 5px 4px 0;vertical-align: middle;}.wp-block-latest-posts > li > *:first-child,.wp-block-latest-posts:not(.is-grid) > li:first-child {margin-top: 0;}.entry-content > .wp-block-buttons,.entry-content > .wp-block-uagb-buttons {margin-bottom: 1.5em;}.wp-block-search__inside-wrapper .wp-block-search__input {padding: 0 10px;color: var(--ast-global-color-3);background: var(--ast-global-color-5);border-color: var(--ast-border-color);}.wp-block-latest-posts .read-more {margin-bottom: 1.5em;}.wp-block-search__no-button .wp-block-search__inside-wrapper .wp-block-search__input {padding-top: 5px;padding-bottom: 5px;}.wp-block-latest-posts .wp-block-latest-posts__post-date,.wp-block-latest-posts .wp-block-latest-posts__post-author {font-size: 1rem;}.wp-block-latest-posts > li > *,.wp-block-latest-posts:not(.is-grid) > li {margin-top: 12px;margin-bottom: 12px;}.ast-page-builder-template .entry-content[data-ast-blocks-layout] > *,.ast-page-builder-template .entry-content[data-ast-blocks-layout] > .alignfull:not(.wp-block-group) > * {max-width: none;}.ast-page-builder-template .entry-content[data-ast-blocks-layout] > .alignwide > * {max-width: var(--wp--custom--ast-wide-width-size);}.ast-page-builder-template .entry-content[data-ast-blocks-layout] > .inherit-container-width > *,.ast-page-builder-template .entry-content[data-ast-blocks-layout] > *:not(.wp-block-group) > *,.entry-content[data-ast-blocks-layout] > .wp-block-cover .wp-block-cover__inner-container {max-width: var(--wp--custom--ast-content-width-size) ;margin-left: auto;margin-right: auto;}.entry-content[data-ast-blocks-layout] .wp-block-cover:not(.alignleft):not(.alignright) {width: auto;}@media(max-width: 1200px) {.ast-separate-container .entry-content > .alignfull,.ast-separate-container .entry-content[data-ast-blocks-layout] > .alignwide,.ast-plain-container .entry-content[data-ast-blocks-layout] > .alignwide,.ast-plain-container .entry-content .alignfull {margin-left: calc(-1 * min(var(--ast-container-default-xlg-padding),20px)) ;margin-right: calc(-1 * min(var(--ast-container-default-xlg-padding),20px));}}@media(min-width: 1201px) {.ast-separate-container .entry-content > .alignfull {margin-left: calc(-1 * var(--ast-container-default-xlg-padding) );margin-right: calc(-1 * var(--ast-container-default-xlg-padding) );}.ast-separate-container .entry-content[data-ast-blocks-layout] > .alignwide,.ast-plain-container .entry-content[data-ast-blocks-layout] > .alignwide {margin-left: calc(-1 * var(--wp--custom--ast-default-block-left-padding) );margin-right: calc(-1 * var(--wp--custom--ast-default-block-right-padding) );}}@media(min-width: 921px) {.ast-separate-container .entry-content .wp-block-group.alignwide:not(.inherit-container-width) > :where(:not(.alignleft):not(.alignright)),.ast-plain-container .entry-content .wp-block-group.alignwide:not(.inherit-container-width) > :where(:not(.alignleft):not(.alignright)) {max-width: calc( var(--wp--custom--ast-content-width-size) + 80px );}.ast-plain-container.ast-right-sidebar .entry-content[data-ast-blocks-layout] .alignfull,.ast-plain-container.ast-left-sidebar .entry-content[data-ast-blocks-layout] .alignfull {margin-left: -60px;margin-right: -60px;}}@media(min-width: 544px) {.entry-content > .alignleft {margin-right: 20px;}.entry-content > .alignright {margin-left: 20px;}}@media (max-width:544px){.wp-block-columns .wp-block-column:not(:last-child){margin-bottom:20px;}.wp-block-latest-posts{margin:0;}}@media( max-width: 600px ) {.entry-content .wp-block-media-text .wp-block-media-text__content,.entry-content .wp-block-media-text.has-media-on-the-right .wp-block-media-text__content {padding: 8% 0 0;}.entry-content .wp-block-media-text.has-background .wp-block-media-text__content {padding: 8%;}}.ast-page-builder-template .entry-header {padding-left: 0;}.ast-narrow-container .site-content .wp-block-uagb-image--align-full .wp-block-uagb-image__figure {max-width: 100%;margin-left: auto;margin-right: auto;}:root .has-ast-global-color-0-color{color:var(--ast-global-color-0);}:root .has-ast-global-color-0-background-color{background-color:var(--ast-global-color-0);}:root .wp-block-button .has-ast-global-color-0-color{color:var(--ast-global-color-0);}:root .wp-block-button .has-ast-global-color-0-background-color{background-color:var(--ast-global-color-0);}:root .has-ast-global-color-1-color{color:var(--ast-global-color-1);}:root .has-ast-global-color-1-background-color{background-color:var(--ast-global-color-1);}:root .wp-block-button .has-ast-global-color-1-color{color:var(--ast-global-color-1);}:root .wp-block-button .has-ast-global-color-1-background-color{background-color:var(--ast-global-color-1);}:root .has-ast-global-color-2-color{color:var(--ast-global-color-2);}:root .has-ast-global-color-2-background-color{background-color:var(--ast-global-color-2);}:root .wp-block-button .has-ast-global-color-2-color{color:var(--ast-global-color-2);}:root .wp-block-button .has-ast-global-color-2-background-color{background-color:var(--ast-global-color-2);}:root .has-ast-global-color-3-color{color:var(--ast-global-color-3);}:root .has-ast-global-color-3-background-color{background-color:var(--ast-global-color-3);}:root .wp-block-button .has-ast-global-color-3-color{color:var(--ast-global-color-3);}:root .wp-block-button .has-ast-global-color-3-background-color{background-color:var(--ast-global-color-3);}:root .has-ast-global-color-4-color{color:var(--ast-global-color-4);}:root .has-ast-global-color-4-background-color{background-color:var(--ast-global-color-4);}:root .wp-block-button .has-ast-global-color-4-color{color:var(--ast-global-color-4);}:root .wp-block-button .has-ast-global-color-4-background-color{background-color:var(--ast-global-color-4);}:root .has-ast-global-color-5-color{color:var(--ast-global-color-5);}:root .has-ast-global-color-5-background-color{background-color:var(--ast-global-color-5);}:root .wp-block-button .has-ast-global-color-5-color{color:var(--ast-global-color-5);}:root .wp-block-button .has-ast-global-color-5-background-color{background-color:var(--ast-global-color-5);}:root .has-ast-global-color-6-color{color:var(--ast-global-color-6);}:root .has-ast-global-color-6-background-color{background-color:var(--ast-global-color-6);}:root .wp-block-button .has-ast-global-color-6-color{color:var(--ast-global-color-6);}:root .wp-block-button .has-ast-global-color-6-background-color{background-color:var(--ast-global-color-6);}:root .has-ast-global-color-7-color{color:var(--ast-global-color-7);}:root .has-ast-global-color-7-background-color{background-color:var(--ast-global-color-7);}:root .wp-block-button .has-ast-global-color-7-color{color:var(--ast-global-color-7);}:root .wp-block-button .has-ast-global-color-7-background-color{background-color:var(--ast-global-color-7);}:root .has-ast-global-color-8-color{color:var(--ast-global-color-8);}:root .has-ast-global-color-8-background-color{background-color:var(--ast-global-color-8);}:root .wp-block-button .has-ast-global-color-8-color{color:var(--ast-global-color-8);}:root .wp-block-button .has-ast-global-color-8-background-color{background-color:var(--ast-global-color-8);}:root{--ast-global-color-0:#0053c1;--ast-global-color-1:#3a3a3a;--ast-global-color-2:#3a3a3a;--ast-global-color-3:#4B4F58;--ast-global-color-4:#F5F5F5;--ast-global-color-5:#FFFFFF;--ast-global-color-6:#F2F5F7;--ast-global-color-7:#424242;--ast-global-color-8:#000000;}:root {--ast-border-color : var(--ast-global-color-6);}.ast-single-entry-banner {-js-display: flex;display: flex;flex-direction: column;justify-content: center;text-align: center;position: relative;background: #eeeeee;}.ast-single-entry-banner[data-banner-layout="layout-1"] {max-width: 1200px;background: inherit;padding: 20px 0;}.ast-single-entry-banner[data-banner-width-type="custom"] {margin: 0 auto;width: 100%;}.ast-single-entry-banner + .site-content .entry-header {margin-bottom: 0;}.site .ast-author-avatar {--ast-author-avatar-size: ;}a.ast-underline-text {text-decoration: underline;}.ast-container > .ast-terms-link {position: relative;display: block;}a.ast-button.ast-badge-tax {padding: 4px 8px;border-radius: 3px;font-size: inherit;}header.entry-header > *:not(:last-child){margin-bottom:10px;}.ast-archive-entry-banner {-js-display: flex;display: flex;flex-direction: column;justify-content: center;text-align: center;position: relative;background: #eeeeee;}.ast-archive-entry-banner[data-banner-width-type="custom"] {margin: 0 auto;width: 100%;}.ast-archive-entry-banner[data-banner-layout="layout-1"] {background: inherit;padding: 20px 0;text-align: left;}body.archive .ast-archive-description{max-width:1200px;width:100%;text-align:left;padding-top:3em;padding-right:3em;padding-bottom:3em;padding-left:3em;}body.archive .ast-archive-description .ast-archive-title,body.archive .ast-archive-description .ast-archive-title *{font-size:40px;font-size:2.6666666666667rem;}body.archive .ast-archive-description > *:not(:last-child){margin-bottom:10px;}@media (max-width:921px){body.archive .ast-archive-description{text-align:left;}}@media (max-width:544px){body.archive .ast-archive-description{text-align:left;}}.ast-breadcrumbs .trail-browse,.ast-breadcrumbs .trail-items,.ast-breadcrumbs .trail-items li{display:inline-block;margin:0;padding:0;border:none;background:inherit;text-indent:0;text-decoration:none;}.ast-breadcrumbs .trail-browse{font-size:inherit;font-style:inherit;font-weight:inherit;color:inherit;}.ast-breadcrumbs .trail-items{list-style:none;}.trail-items li::after{padding:0 0.3em;content:"\00bb";}.trail-items li:last-of-type::after{display:none;}h1,.entry-content h1,h2,.entry-content h2,h3,.entry-content h3,h4,.entry-content h4,h5,.entry-content h5,h6,.entry-content h6{color:#3a3a3a;}.entry-title a{color:#3a3a3a;}@media (max-width:921px){.ast-builder-grid-row-container.ast-builder-grid-row-tablet-3-firstrow .ast-builder-grid-row > *:first-child,.ast-builder-grid-row-container.ast-builder-grid-row-tablet-3-lastrow .ast-builder-grid-row > *:last-child{grid-column:1 / -1;}}@media (max-width:544px){.ast-builder-grid-row-container.ast-builder-grid-row-mobile-3-firstrow .ast-builder-grid-row > *:first-child,.ast-builder-grid-row-container.ast-builder-grid-row-mobile-3-lastrow .ast-builder-grid-row > *:last-child{grid-column:1 / -1;}}.ast-builder-layout-element[data-section="title_tagline"]{display:flex;}@media (max-width:921px){.ast-header-break-point .ast-builder-layout-element[data-section="title_tagline"]{display:flex;}}@media (max-width:544px){.ast-header-break-point .ast-builder-layout-element[data-section="title_tagline"]{display:flex;}}.ast-builder-menu-1{font-family:inherit;font-weight:inherit;}.ast-builder-menu-1 .sub-menu,.ast-builder-menu-1 .inline-on-mobile .sub-menu{border-top-width:2px;border-bottom-width:0px;border-right-width:0px;border-left-width:0px;border-color:#0053c1;border-style:solid;}.ast-builder-menu-1 .sub-menu .sub-menu{top:-2px;}.ast-builder-menu-1 .main-header-menu > .menu-item > .sub-menu,.ast-builder-menu-1 .main-header-menu > .menu-item > .astra-full-megamenu-wrapper{margin-top:0px;}.ast-desktop .ast-builder-menu-1 .main-header-menu > .menu-item > .sub-menu:before,.ast-desktop .ast-builder-menu-1 .main-header-menu > .menu-item > .astra-full-megamenu-wrapper:before{height:calc( 0px + 2px + 5px );}.ast-desktop .ast-builder-menu-1 .menu-item .sub-menu .menu-link{border-style:none;}@media (max-width:921px){.ast-header-break-point .ast-builder-menu-1 .menu-item.menu-item-has-children > .ast-menu-toggle{top:0;}.ast-builder-menu-1 .inline-on-mobile .menu-item.menu-item-has-children > .ast-menu-toggle{right:-15px;}.ast-builder-menu-1 .menu-item-has-children > .menu-link:after{content:unset;}.ast-builder-menu-1 .main-header-menu > .menu-item > .sub-menu,.ast-builder-menu-1 .main-header-menu > .menu-item > .astra-full-megamenu-wrapper{margin-top:0;}}@media (max-width:544px){.ast-header-break-point .ast-builder-menu-1 .menu-item.menu-item-has-children > .ast-menu-toggle{top:0;}.ast-builder-menu-1 .main-header-menu > .menu-item > .sub-menu,.ast-builder-menu-1 .main-header-menu > .menu-item > .astra-full-megamenu-wrapper{margin-top:0;}}.ast-builder-menu-1{display:flex;}@media (max-width:921px){.ast-header-break-point .ast-builder-menu-1{display:flex;}}@media (max-width:544px){.ast-header-break-point .ast-builder-menu-1{display:flex;}}.site-below-footer-wrap{padding-top:20px;padding-bottom:20px;}.site-below-footer-wrap[data-section="section-below-footer-builder"]{background-color:#eeeeee;min-height:80px;border-style:solid;border-width:0px;border-top-width:1px;border-top-color:var(--ast-global-color-6);}.site-below-footer-wrap[data-section="section-below-footer-builder"] .ast-builder-grid-row{max-width:1200px;min-height:80px;margin-left:auto;margin-right:auto;}.site-below-footer-wrap[data-section="section-below-footer-builder"] .ast-builder-grid-row,.site-below-footer-wrap[data-section="section-below-footer-builder"] .site-footer-section{align-items:flex-start;}.site-below-footer-wrap[data-section="section-below-footer-builder"].ast-footer-row-inline .site-footer-section{display:flex;margin-bottom:0;}.ast-builder-grid-row-full .ast-builder-grid-row{grid-template-columns:1fr;}@media (max-width:921px){.site-below-footer-wrap[data-section="section-below-footer-builder"].ast-footer-row-tablet-inline .site-footer-section{display:flex;margin-bottom:0;}.site-below-footer-wrap[data-section="section-below-footer-builder"].ast-footer-row-tablet-stack .site-footer-section{display:block;margin-bottom:10px;}.ast-builder-grid-row-container.ast-builder-grid-row-tablet-full .ast-builder-grid-row{grid-template-columns:1fr;}}@media (max-width:544px){.site-below-footer-wrap[data-section="section-below-footer-builder"].ast-footer-row-mobile-inline .site-footer-section{display:flex;margin-bottom:0;}.site-below-footer-wrap[data-section="section-below-footer-builder"].ast-footer-row-mobile-stack .site-footer-section{display:block;margin-bottom:10px;}.ast-builder-grid-row-container.ast-builder-grid-row-mobile-full .ast-builder-grid-row{grid-template-columns:1fr;}}.site-below-footer-wrap[data-section="section-below-footer-builder"]{display:grid;}@media (max-width:921px){.ast-header-break-point .site-below-footer-wrap[data-section="section-below-footer-builder"]{display:grid;}}@media (max-width:544px){.ast-header-break-point .site-below-footer-wrap[data-section="section-below-footer-builder"]{display:grid;}}.ast-footer-copyright{text-align:center;}.ast-footer-copyright {color:#000000;}@media (max-width:921px){.ast-footer-copyright{text-align:center;}}@media (max-width:544px){.ast-footer-copyright{text-align:center;}}.ast-footer-copyright.ast-builder-layout-element{display:flex;}@media (max-width:921px){.ast-header-break-point .ast-footer-copyright.ast-builder-layout-element{display:flex;}}@media (max-width:544px){.ast-header-break-point .ast-footer-copyright.ast-builder-layout-element{display:flex;}}.footer-widget-area.widget-area.site-footer-focus-item{width:auto;}.ast-footer-row-inline .footer-widget-area.widget-area.site-footer-focus-item{width:100%;}.elementor-widget-heading .elementor-heading-title{margin:0;}.elementor-page .ast-menu-toggle{color:unset !important;background:unset !important;}.elementor-post.elementor-grid-item.hentry{margin-bottom:0;}.woocommerce div.product .elementor-element.elementor-products-grid .related.products ul.products li.product,.elementor-element .elementor-wc-products .woocommerce[class*='columns-'] ul.products li.product{width:auto;margin:0;float:none;}.elementor-toc__list-wrapper{margin:0;}body .elementor hr{background-color:#ccc;margin:0;}.ast-left-sidebar .elementor-section.elementor-section-stretched,.ast-right-sidebar .elementor-section.elementor-section-stretched{max-width:100%;left:0 !important;}.elementor-posts-container [CLASS*="ast-width-"]{width:100%;}.elementor-template-full-width .ast-container{display:block;}.elementor-screen-only,.screen-reader-text,.screen-reader-text span,.ui-helper-hidden-accessible{top:0 !important;}@media (max-width:544px){.elementor-element .elementor-wc-products .woocommerce[class*="columns-"] ul.products li.product{width:auto;margin:0;}.elementor-element .woocommerce .woocommerce-result-count{float:none;}}.ast-header-break-point .main-header-bar{border-bottom-width:1px;}@media (min-width:922px){.main-header-bar{border-bottom-width:1px;}}.main-header-menu .menu-item, #astra-footer-menu .menu-item, .main-header-bar .ast-masthead-custom-menu-items{-js-display:flex;display:flex;-webkit-box-pack:center;-webkit-justify-content:center;-moz-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;-moz-box-orient:vertical;-moz-box-direction:normal;-ms-flex-direction:column;flex-direction:column;}.main-header-menu > .menu-item > .menu-link, #astra-footer-menu > .menu-item > .menu-link{height:100%;-webkit-box-align:center;-webkit-align-items:center;-moz-box-align:center;-ms-flex-align:center;align-items:center;-js-display:flex;display:flex;}.ast-header-break-point .main-navigation ul .menu-item .menu-link .icon-arrow:first-of-type svg{top:.2em;margin-top:0px;margin-left:0px;width:.65em;transform:translate(0, -2px) rotateZ(270deg);}.ast-mobile-popup-content .ast-submenu-expanded > .ast-menu-toggle{transform:rotateX(180deg);overflow-y:auto;}@media (min-width:922px){.ast-builder-menu .main-navigation > ul > li:last-child a{margin-right:0;}}.ast-separate-container .ast-article-inner{background-color:transparent;background-image:none;}.ast-separate-container .ast-article-post{background-color:var(--ast-global-color-5);background-image:none;}@media (max-width:921px){.ast-separate-container .ast-article-post{background-color:var(--ast-global-color-5);background-image:none;}}@media (max-width:544px){.ast-separate-container .ast-article-post{background-color:var(--ast-global-color-5);background-image:none;}}.ast-separate-container .ast-article-single:not(.ast-related-post), .woocommerce.ast-separate-container .ast-woocommerce-container, .ast-separate-container .error-404, .ast-separate-container .no-results, .single.ast-separate-container .site-main .ast-author-meta, .ast-separate-container .related-posts-title-wrapper,.ast-separate-container .comments-count-wrapper, .ast-box-layout.ast-plain-container .site-content,.ast-padded-layout.ast-plain-container .site-content, .ast-separate-container .ast-archive-description, .ast-separate-container .comments-area .comment-respond, .ast-separate-container .comments-area .ast-comment-list li, .ast-separate-container .comments-area .comments-title{background-color:var(--ast-global-color-5);background-image:none;}@media (max-width:921px){.ast-separate-container .ast-article-single:not(.ast-related-post), .woocommerce.ast-separate-container .ast-woocommerce-container, .ast-separate-container .error-404, .ast-separate-container .no-results, .single.ast-separate-container .site-main .ast-author-meta, .ast-separate-container .related-posts-title-wrapper,.ast-separate-container .comments-count-wrapper, .ast-box-layout.ast-plain-container .site-content,.ast-padded-layout.ast-plain-container .site-content, .ast-separate-container .ast-archive-description{background-color:var(--ast-global-color-5);background-image:none;}}@media (max-width:544px){.ast-separate-container .ast-article-single:not(.ast-related-post), .woocommerce.ast-separate-container .ast-woocommerce-container, .ast-separate-container .error-404, .ast-separate-container .no-results, .single.ast-separate-container .site-main .ast-author-meta, .ast-separate-container .related-posts-title-wrapper,.ast-separate-container .comments-count-wrapper, .ast-box-layout.ast-plain-container .site-content,.ast-padded-layout.ast-plain-container .site-content, .ast-separate-container .ast-archive-description{background-color:var(--ast-global-color-5);background-image:none;}}.ast-separate-container.ast-two-container #secondary .widget{background-color:var(--ast-global-color-5);background-image:none;}@media (max-width:921px){.ast-separate-container.ast-two-container #secondary .widget{background-color:var(--ast-global-color-5);background-image:none;}}@media (max-width:544px){.ast-separate-container.ast-two-container #secondary .widget{background-color:var(--ast-global-color-5);background-image:none;}}.ast-plain-container, .ast-page-builder-template{background-color:var(--ast-global-color-5);background-image:none;}@media (max-width:921px){.ast-plain-container, .ast-page-builder-template{background-color:var(--ast-global-color-5);background-image:none;}}@media (max-width:544px){.ast-plain-container, .ast-page-builder-template{background-color:var(--ast-global-color-5);background-image:none;}}.ast-mobile-header-content > *,.ast-desktop-header-content > * {padding: 10px 0;height: auto;}.ast-mobile-header-content > *:first-child,.ast-desktop-header-content > *:first-child {padding-top: 10px;}.ast-mobile-header-content > .ast-builder-menu,.ast-desktop-header-content > .ast-builder-menu {padding-top: 0;}.ast-mobile-header-content > *:last-child,.ast-desktop-header-content > *:last-child {padding-bottom: 0;}.ast-mobile-header-content .ast-search-menu-icon.ast-inline-search label,.ast-desktop-header-content .ast-search-menu-icon.ast-inline-search label {width: 100%;}.ast-desktop-header-content .main-header-bar-navigation .ast-submenu-expanded > .ast-menu-toggle::before {transform: rotateX(180deg);}#ast-desktop-header .ast-desktop-header-content,.ast-mobile-header-content .ast-search-icon,.ast-desktop-header-content .ast-search-icon,.ast-mobile-header-wrap .ast-mobile-header-content,.ast-main-header-nav-open.ast-popup-nav-open .ast-mobile-header-wrap .ast-mobile-header-content,.ast-main-header-nav-open.ast-popup-nav-open .ast-desktop-header-content {display: none;}.ast-main-header-nav-open.ast-header-break-point #ast-desktop-header .ast-desktop-header-content,.ast-main-header-nav-open.ast-header-break-point .ast-mobile-header-wrap .ast-mobile-header-content {display: block;}.ast-desktop .ast-desktop-header-content .astra-menu-animation-slide-up > .menu-item > .sub-menu,.ast-desktop .ast-desktop-header-content .astra-menu-animation-slide-up > .menu-item .menu-item > .sub-menu,.ast-desktop .ast-desktop-header-content .astra-menu-animation-slide-down > .menu-item > .sub-menu,.ast-desktop .ast-desktop-header-content .astra-menu-animation-slide-down > .menu-item .menu-item > .sub-menu,.ast-desktop .ast-desktop-header-content .astra-menu-animation-fade > .menu-item > .sub-menu,.ast-desktop .ast-desktop-header-content .astra-menu-animation-fade > .menu-item .menu-item > .sub-menu {opacity: 1;visibility: visible;}.ast-hfb-header.ast-default-menu-enable.ast-header-break-point .ast-mobile-header-wrap .ast-mobile-header-content .main-header-bar-navigation {width: unset;margin: unset;}.ast-mobile-header-content.content-align-flex-end .main-header-bar-navigation .menu-item-has-children > .ast-menu-toggle,.ast-desktop-header-content.content-align-flex-end .main-header-bar-navigation .menu-item-has-children > .ast-menu-toggle {left: calc( 20px - 0.907em);right: auto;}.ast-mobile-header-content .ast-search-menu-icon,.ast-mobile-header-content .ast-search-menu-icon.slide-search,.ast-desktop-header-content .ast-search-menu-icon,.ast-desktop-header-content .ast-search-menu-icon.slide-search {width: 100%;position: relative;display: block;right: auto;transform: none;}.ast-mobile-header-content .ast-search-menu-icon.slide-search .search-form,.ast-mobile-header-content .ast-search-menu-icon .search-form,.ast-desktop-header-content .ast-search-menu-icon.slide-search .search-form,.ast-desktop-header-content .ast-search-menu-icon .search-form {right: 0;visibility: visible;opacity: 1;position: relative;top: auto;transform: none;padding: 0;display: block;overflow: hidden;}.ast-mobile-header-content .ast-search-menu-icon.ast-inline-search .search-field,.ast-mobile-header-content .ast-search-menu-icon .search-field,.ast-desktop-header-content .ast-search-menu-icon.ast-inline-search .search-field,.ast-desktop-header-content .ast-search-menu-icon .search-field {width: 100%;padding-right: 5.5em;}.ast-mobile-header-content .ast-search-menu-icon .search-submit,.ast-desktop-header-content .ast-search-menu-icon .search-submit {display: block;position: absolute;height: 100%;top: 0;right: 0;padding: 0 1em;border-radius: 0;}.ast-hfb-header.ast-default-menu-enable.ast-header-break-point .ast-mobile-header-wrap .ast-mobile-header-content .main-header-bar-navigation ul .sub-menu .menu-link {padding-left: 30px;}.ast-hfb-header.ast-default-menu-enable.ast-header-break-point .ast-mobile-header-wrap .ast-mobile-header-content .main-header-bar-navigation .sub-menu .menu-item .menu-item .menu-link {padding-left: 40px;}.ast-mobile-popup-drawer.active .ast-mobile-popup-inner{background-color:#ffffff;;}.ast-mobile-header-wrap .ast-mobile-header-content, .ast-desktop-header-content{background-color:#ffffff;;}.ast-mobile-popup-content > *, .ast-mobile-header-content > *, .ast-desktop-popup-content > *, .ast-desktop-header-content > *{padding-top:0px;padding-bottom:0px;}.content-align-flex-start .ast-builder-layout-element{justify-content:flex-start;}.content-align-flex-start .main-header-menu{text-align:left;}.ast-mobile-popup-drawer.active .menu-toggle-close{color:#3a3a3a;}.ast-mobile-header-wrap .ast-primary-header-bar,.ast-primary-header-bar .site-primary-header-wrap{min-height:80px;}.ast-desktop .ast-primary-header-bar .main-header-menu > .menu-item{line-height:80px;}.ast-header-break-point #masthead .ast-mobile-header-wrap .ast-primary-header-bar,.ast-header-break-point #masthead .ast-mobile-header-wrap .ast-below-header-bar,.ast-header-break-point #masthead .ast-mobile-header-wrap .ast-above-header-bar{padding-left:20px;padding-right:20px;}.ast-header-break-point .ast-primary-header-bar{border-bottom-width:1px;border-bottom-color:#eaeaea;border-bottom-style:solid;}@media (min-width:922px){.ast-primary-header-bar{border-bottom-width:1px;border-bottom-color:#eaeaea;border-bottom-style:solid;}}.ast-primary-header-bar{background-color:#ffffff;}.ast-primary-header-bar{display:block;}@media (max-width:921px){.ast-header-break-point .ast-primary-header-bar{display:grid;}}@media (max-width:544px){.ast-header-break-point .ast-primary-header-bar{display:grid;}}[data-section="section-header-mobile-trigger"] .ast-button-wrap .ast-mobile-menu-trigger-minimal{color:#0053c1;border:none;background:transparent;}[data-section="section-header-mobile-trigger"] .ast-button-wrap .mobile-menu-toggle-icon .ast-mobile-svg{width:20px;height:20px;fill:#0053c1;}[data-section="section-header-mobile-trigger"] .ast-button-wrap .mobile-menu-wrap .mobile-menu{color:#0053c1;}.ast-builder-menu-mobile .main-navigation .menu-item.menu-item-has-children > .ast-menu-toggle{top:0;}.ast-builder-menu-mobile .main-navigation .menu-item-has-children > .menu-link:after{content:unset;}.ast-hfb-header .ast-builder-menu-mobile .main-header-menu, .ast-hfb-header .ast-builder-menu-mobile .main-navigation .menu-item .menu-link, .ast-hfb-header .ast-builder-menu-mobile .main-navigation .menu-item .sub-menu .menu-link{border-style:none;}.ast-builder-menu-mobile .main-navigation .menu-item.menu-item-has-children > .ast-menu-toggle{top:0;}@media (max-width:921px){.ast-builder-menu-mobile .main-navigation .menu-item.menu-item-has-children > .ast-menu-toggle{top:0;}.ast-builder-menu-mobile .main-navigation .menu-item-has-children > .menu-link:after{content:unset;}}@media (max-width:544px){.ast-builder-menu-mobile .main-navigation .menu-item.menu-item-has-children > .ast-menu-toggle{top:0;}}.ast-builder-menu-mobile .main-navigation{display:block;}@media (max-width:921px){.ast-header-break-point .ast-builder-menu-mobile .main-navigation{display:block;}}@media (max-width:544px){.ast-header-break-point .ast-builder-menu-mobile .main-navigation{display:block;}}:root{--e-global-color-astglobalcolor0:#0053c1;--e-global-color-astglobalcolor1:#3a3a3a;--e-global-color-astglobalcolor2:#3a3a3a;--e-global-color-astglobalcolor3:#4B4F58;--e-global-color-astglobalcolor4:#F5F5F5;--e-global-color-astglobalcolor5:#FFFFFF;--e-global-color-astglobalcolor6:#F2F5F7;--e-global-color-astglobalcolor7:#424242;--e-global-color-astglobalcolor8:#000000;}
  60. </style>
  61. <link rel='stylesheet' id='astra-google-fonts-css' href='https://fonts.googleapis.com/css?family=Open+Sans%3A400%2C%2C600&#038;display=fallback&#038;ver=4.8.7' media='all' />
  62. <link data-minify="1" rel='stylesheet' id='hfe-widgets-style-css' href='https://palmettocarservice.com/wp-content/cache/min/1/wp-content/plugins/header-footer-elementor/inc/widgets-css/frontend.css?ver=1735580490' media='all' />
  63. <link rel='stylesheet' id='mediaelement-css' href='https://palmettocarservice.com/wp-includes/js/mediaelement/mediaelementplayer-legacy.min.css?ver=4.2.17' media='all' />
  64. <link rel='stylesheet' id='wp-mediaelement-css' href='https://palmettocarservice.com/wp-includes/js/mediaelement/wp-mediaelement.min.css?ver=6.7.2' media='all' />
  65. <style id='jetpack-sharing-buttons-style-inline-css'>
  66. .jetpack-sharing-buttons__services-list{display:flex;flex-direction:row;flex-wrap:wrap;gap:0;list-style-type:none;margin:5px;padding:0}.jetpack-sharing-buttons__services-list.has-small-icon-size{font-size:12px}.jetpack-sharing-buttons__services-list.has-normal-icon-size{font-size:16px}.jetpack-sharing-buttons__services-list.has-large-icon-size{font-size:24px}.jetpack-sharing-buttons__services-list.has-huge-icon-size{font-size:36px}@media print{.jetpack-sharing-buttons__services-list{display:none!important}}.editor-styles-wrapper .wp-block-jetpack-sharing-buttons{gap:0;padding-inline-start:0}ul.jetpack-sharing-buttons__services-list.has-background{padding:1.25em 2.375em}
  67. </style>
  68. <style id='global-styles-inline-css'>
  69. :root{--wp--preset--aspect-ratio--square: 1;--wp--preset--aspect-ratio--4-3: 4/3;--wp--preset--aspect-ratio--3-4: 3/4;--wp--preset--aspect-ratio--3-2: 3/2;--wp--preset--aspect-ratio--2-3: 2/3;--wp--preset--aspect-ratio--16-9: 16/9;--wp--preset--aspect-ratio--9-16: 9/16;--wp--preset--color--black: #000000;--wp--preset--color--cyan-bluish-gray: #abb8c3;--wp--preset--color--white: #ffffff;--wp--preset--color--pale-pink: #f78da7;--wp--preset--color--vivid-red: #cf2e2e;--wp--preset--color--luminous-vivid-orange: #ff6900;--wp--preset--color--luminous-vivid-amber: #fcb900;--wp--preset--color--light-green-cyan: #7bdcb5;--wp--preset--color--vivid-green-cyan: #00d084;--wp--preset--color--pale-cyan-blue: #8ed1fc;--wp--preset--color--vivid-cyan-blue: #0693e3;--wp--preset--color--vivid-purple: #9b51e0;--wp--preset--color--ast-global-color-0: var(--ast-global-color-0);--wp--preset--color--ast-global-color-1: var(--ast-global-color-1);--wp--preset--color--ast-global-color-2: var(--ast-global-color-2);--wp--preset--color--ast-global-color-3: var(--ast-global-color-3);--wp--preset--color--ast-global-color-4: var(--ast-global-color-4);--wp--preset--color--ast-global-color-5: var(--ast-global-color-5);--wp--preset--color--ast-global-color-6: var(--ast-global-color-6);--wp--preset--color--ast-global-color-7: var(--ast-global-color-7);--wp--preset--color--ast-global-color-8: var(--ast-global-color-8);--wp--preset--gradient--vivid-cyan-blue-to-vivid-purple: linear-gradient(135deg,rgba(6,147,227,1) 0%,rgb(155,81,224) 100%);--wp--preset--gradient--light-green-cyan-to-vivid-green-cyan: linear-gradient(135deg,rgb(122,220,180) 0%,rgb(0,208,130) 100%);--wp--preset--gradient--luminous-vivid-amber-to-luminous-vivid-orange: linear-gradient(135deg,rgba(252,185,0,1) 0%,rgba(255,105,0,1) 100%);--wp--preset--gradient--luminous-vivid-orange-to-vivid-red: linear-gradient(135deg,rgba(255,105,0,1) 0%,rgb(207,46,46) 100%);--wp--preset--gradient--very-light-gray-to-cyan-bluish-gray: linear-gradient(135deg,rgb(238,238,238) 0%,rgb(169,184,195) 100%);--wp--preset--gradient--cool-to-warm-spectrum: linear-gradient(135deg,rgb(74,234,220) 0%,rgb(151,120,209) 20%,rgb(207,42,186) 40%,rgb(238,44,130) 60%,rgb(251,105,98) 80%,rgb(254,248,76) 100%);--wp--preset--gradient--blush-light-purple: linear-gradient(135deg,rgb(255,206,236) 0%,rgb(152,150,240) 100%);--wp--preset--gradient--blush-bordeaux: linear-gradient(135deg,rgb(254,205,165) 0%,rgb(254,45,45) 50%,rgb(107,0,62) 100%);--wp--preset--gradient--luminous-dusk: linear-gradient(135deg,rgb(255,203,112) 0%,rgb(199,81,192) 50%,rgb(65,88,208) 100%);--wp--preset--gradient--pale-ocean: linear-gradient(135deg,rgb(255,245,203) 0%,rgb(182,227,212) 50%,rgb(51,167,181) 100%);--wp--preset--gradient--electric-grass: linear-gradient(135deg,rgb(202,248,128) 0%,rgb(113,206,126) 100%);--wp--preset--gradient--midnight: linear-gradient(135deg,rgb(2,3,129) 0%,rgb(40,116,252) 100%);--wp--preset--font-size--small: 13px;--wp--preset--font-size--medium: 20px;--wp--preset--font-size--large: 36px;--wp--preset--font-size--x-large: 42px;--wp--preset--spacing--20: 0.44rem;--wp--preset--spacing--30: 0.67rem;--wp--preset--spacing--40: 1rem;--wp--preset--spacing--50: 1.5rem;--wp--preset--spacing--60: 2.25rem;--wp--preset--spacing--70: 3.38rem;--wp--preset--spacing--80: 5.06rem;--wp--preset--shadow--natural: 6px 6px 9px rgba(0, 0, 0, 0.2);--wp--preset--shadow--deep: 12px 12px 50px rgba(0, 0, 0, 0.4);--wp--preset--shadow--sharp: 6px 6px 0px rgba(0, 0, 0, 0.2);--wp--preset--shadow--outlined: 6px 6px 0px -3px rgba(255, 255, 255, 1), 6px 6px rgba(0, 0, 0, 1);--wp--preset--shadow--crisp: 6px 6px 0px rgba(0, 0, 0, 1);}:root { --wp--style--global--content-size: var(--wp--custom--ast-content-width-size);--wp--style--global--wide-size: var(--wp--custom--ast-wide-width-size); }:where(body) { margin: 0; }.wp-site-blocks > .alignleft { float: left; margin-right: 2em; }.wp-site-blocks > .alignright { float: right; margin-left: 2em; }.wp-site-blocks > .aligncenter { justify-content: center; margin-left: auto; margin-right: auto; }:where(.wp-site-blocks) > * { margin-block-start: 24px; margin-block-end: 0; }:where(.wp-site-blocks) > :first-child { margin-block-start: 0; }:where(.wp-site-blocks) > :last-child { margin-block-end: 0; }:root { --wp--style--block-gap: 24px; }:root :where(.is-layout-flow) > :first-child{margin-block-start: 0;}:root :where(.is-layout-flow) > :last-child{margin-block-end: 0;}:root :where(.is-layout-flow) > *{margin-block-start: 24px;margin-block-end: 0;}:root :where(.is-layout-constrained) > :first-child{margin-block-start: 0;}:root :where(.is-layout-constrained) > :last-child{margin-block-end: 0;}:root :where(.is-layout-constrained) > *{margin-block-start: 24px;margin-block-end: 0;}:root :where(.is-layout-flex){gap: 24px;}:root :where(.is-layout-grid){gap: 24px;}.is-layout-flow > .alignleft{float: left;margin-inline-start: 0;margin-inline-end: 2em;}.is-layout-flow > .alignright{float: right;margin-inline-start: 2em;margin-inline-end: 0;}.is-layout-flow > .aligncenter{margin-left: auto !important;margin-right: auto !important;}.is-layout-constrained > .alignleft{float: left;margin-inline-start: 0;margin-inline-end: 2em;}.is-layout-constrained > .alignright{float: right;margin-inline-start: 2em;margin-inline-end: 0;}.is-layout-constrained > .aligncenter{margin-left: auto !important;margin-right: auto !important;}.is-layout-constrained > :where(:not(.alignleft):not(.alignright):not(.alignfull)){max-width: var(--wp--style--global--content-size);margin-left: auto !important;margin-right: auto !important;}.is-layout-constrained > .alignwide{max-width: var(--wp--style--global--wide-size);}body .is-layout-flex{display: flex;}.is-layout-flex{flex-wrap: wrap;align-items: center;}.is-layout-flex > :is(*, div){margin: 0;}body .is-layout-grid{display: grid;}.is-layout-grid > :is(*, div){margin: 0;}body{padding-top: 0px;padding-right: 0px;padding-bottom: 0px;padding-left: 0px;}a:where(:not(.wp-element-button)){text-decoration: none;}:root :where(.wp-element-button, .wp-block-button__link){background-color: #32373c;border-width: 0;color: #fff;font-family: inherit;font-size: inherit;line-height: inherit;padding: calc(0.667em + 2px) calc(1.333em + 2px);text-decoration: none;}.has-black-color{color: var(--wp--preset--color--black) !important;}.has-cyan-bluish-gray-color{color: var(--wp--preset--color--cyan-bluish-gray) !important;}.has-white-color{color: var(--wp--preset--color--white) !important;}.has-pale-pink-color{color: var(--wp--preset--color--pale-pink) !important;}.has-vivid-red-color{color: var(--wp--preset--color--vivid-red) !important;}.has-luminous-vivid-orange-color{color: var(--wp--preset--color--luminous-vivid-orange) !important;}.has-luminous-vivid-amber-color{color: var(--wp--preset--color--luminous-vivid-amber) !important;}.has-light-green-cyan-color{color: var(--wp--preset--color--light-green-cyan) !important;}.has-vivid-green-cyan-color{color: var(--wp--preset--color--vivid-green-cyan) !important;}.has-pale-cyan-blue-color{color: var(--wp--preset--color--pale-cyan-blue) !important;}.has-vivid-cyan-blue-color{color: var(--wp--preset--color--vivid-cyan-blue) !important;}.has-vivid-purple-color{color: var(--wp--preset--color--vivid-purple) !important;}.has-ast-global-color-0-color{color: var(--wp--preset--color--ast-global-color-0) !important;}.has-ast-global-color-1-color{color: var(--wp--preset--color--ast-global-color-1) !important;}.has-ast-global-color-2-color{color: var(--wp--preset--color--ast-global-color-2) !important;}.has-ast-global-color-3-color{color: var(--wp--preset--color--ast-global-color-3) !important;}.has-ast-global-color-4-color{color: var(--wp--preset--color--ast-global-color-4) !important;}.has-ast-global-color-5-color{color: var(--wp--preset--color--ast-global-color-5) !important;}.has-ast-global-color-6-color{color: var(--wp--preset--color--ast-global-color-6) !important;}.has-ast-global-color-7-color{color: var(--wp--preset--color--ast-global-color-7) !important;}.has-ast-global-color-8-color{color: var(--wp--preset--color--ast-global-color-8) !important;}.has-black-background-color{background-color: var(--wp--preset--color--black) !important;}.has-cyan-bluish-gray-background-color{background-color: var(--wp--preset--color--cyan-bluish-gray) !important;}.has-white-background-color{background-color: var(--wp--preset--color--white) !important;}.has-pale-pink-background-color{background-color: var(--wp--preset--color--pale-pink) !important;}.has-vivid-red-background-color{background-color: var(--wp--preset--color--vivid-red) !important;}.has-luminous-vivid-orange-background-color{background-color: var(--wp--preset--color--luminous-vivid-orange) !important;}.has-luminous-vivid-amber-background-color{background-color: var(--wp--preset--color--luminous-vivid-amber) !important;}.has-light-green-cyan-background-color{background-color: var(--wp--preset--color--light-green-cyan) !important;}.has-vivid-green-cyan-background-color{background-color: var(--wp--preset--color--vivid-green-cyan) !important;}.has-pale-cyan-blue-background-color{background-color: var(--wp--preset--color--pale-cyan-blue) !important;}.has-vivid-cyan-blue-background-color{background-color: var(--wp--preset--color--vivid-cyan-blue) !important;}.has-vivid-purple-background-color{background-color: var(--wp--preset--color--vivid-purple) !important;}.has-ast-global-color-0-background-color{background-color: var(--wp--preset--color--ast-global-color-0) !important;}.has-ast-global-color-1-background-color{background-color: var(--wp--preset--color--ast-global-color-1) !important;}.has-ast-global-color-2-background-color{background-color: var(--wp--preset--color--ast-global-color-2) !important;}.has-ast-global-color-3-background-color{background-color: var(--wp--preset--color--ast-global-color-3) !important;}.has-ast-global-color-4-background-color{background-color: var(--wp--preset--color--ast-global-color-4) !important;}.has-ast-global-color-5-background-color{background-color: var(--wp--preset--color--ast-global-color-5) !important;}.has-ast-global-color-6-background-color{background-color: var(--wp--preset--color--ast-global-color-6) !important;}.has-ast-global-color-7-background-color{background-color: var(--wp--preset--color--ast-global-color-7) !important;}.has-ast-global-color-8-background-color{background-color: var(--wp--preset--color--ast-global-color-8) !important;}.has-black-border-color{border-color: var(--wp--preset--color--black) !important;}.has-cyan-bluish-gray-border-color{border-color: var(--wp--preset--color--cyan-bluish-gray) !important;}.has-white-border-color{border-color: var(--wp--preset--color--white) !important;}.has-pale-pink-border-color{border-color: var(--wp--preset--color--pale-pink) !important;}.has-vivid-red-border-color{border-color: var(--wp--preset--color--vivid-red) !important;}.has-luminous-vivid-orange-border-color{border-color: var(--wp--preset--color--luminous-vivid-orange) !important;}.has-luminous-vivid-amber-border-color{border-color: var(--wp--preset--color--luminous-vivid-amber) !important;}.has-light-green-cyan-border-color{border-color: var(--wp--preset--color--light-green-cyan) !important;}.has-vivid-green-cyan-border-color{border-color: var(--wp--preset--color--vivid-green-cyan) !important;}.has-pale-cyan-blue-border-color{border-color: var(--wp--preset--color--pale-cyan-blue) !important;}.has-vivid-cyan-blue-border-color{border-color: var(--wp--preset--color--vivid-cyan-blue) !important;}.has-vivid-purple-border-color{border-color: var(--wp--preset--color--vivid-purple) !important;}.has-ast-global-color-0-border-color{border-color: var(--wp--preset--color--ast-global-color-0) !important;}.has-ast-global-color-1-border-color{border-color: var(--wp--preset--color--ast-global-color-1) !important;}.has-ast-global-color-2-border-color{border-color: var(--wp--preset--color--ast-global-color-2) !important;}.has-ast-global-color-3-border-color{border-color: var(--wp--preset--color--ast-global-color-3) !important;}.has-ast-global-color-4-border-color{border-color: var(--wp--preset--color--ast-global-color-4) !important;}.has-ast-global-color-5-border-color{border-color: var(--wp--preset--color--ast-global-color-5) !important;}.has-ast-global-color-6-border-color{border-color: var(--wp--preset--color--ast-global-color-6) !important;}.has-ast-global-color-7-border-color{border-color: var(--wp--preset--color--ast-global-color-7) !important;}.has-ast-global-color-8-border-color{border-color: var(--wp--preset--color--ast-global-color-8) !important;}.has-vivid-cyan-blue-to-vivid-purple-gradient-background{background: var(--wp--preset--gradient--vivid-cyan-blue-to-vivid-purple) !important;}.has-light-green-cyan-to-vivid-green-cyan-gradient-background{background: var(--wp--preset--gradient--light-green-cyan-to-vivid-green-cyan) !important;}.has-luminous-vivid-amber-to-luminous-vivid-orange-gradient-background{background: var(--wp--preset--gradient--luminous-vivid-amber-to-luminous-vivid-orange) !important;}.has-luminous-vivid-orange-to-vivid-red-gradient-background{background: var(--wp--preset--gradient--luminous-vivid-orange-to-vivid-red) !important;}.has-very-light-gray-to-cyan-bluish-gray-gradient-background{background: var(--wp--preset--gradient--very-light-gray-to-cyan-bluish-gray) !important;}.has-cool-to-warm-spectrum-gradient-background{background: var(--wp--preset--gradient--cool-to-warm-spectrum) !important;}.has-blush-light-purple-gradient-background{background: var(--wp--preset--gradient--blush-light-purple) !important;}.has-blush-bordeaux-gradient-background{background: var(--wp--preset--gradient--blush-bordeaux) !important;}.has-luminous-dusk-gradient-background{background: var(--wp--preset--gradient--luminous-dusk) !important;}.has-pale-ocean-gradient-background{background: var(--wp--preset--gradient--pale-ocean) !important;}.has-electric-grass-gradient-background{background: var(--wp--preset--gradient--electric-grass) !important;}.has-midnight-gradient-background{background: var(--wp--preset--gradient--midnight) !important;}.has-small-font-size{font-size: var(--wp--preset--font-size--small) !important;}.has-medium-font-size{font-size: var(--wp--preset--font-size--medium) !important;}.has-large-font-size{font-size: var(--wp--preset--font-size--large) !important;}.has-x-large-font-size{font-size: var(--wp--preset--font-size--x-large) !important;}
  70. :root :where(.wp-block-pullquote){font-size: 1.5em;line-height: 1.6;}
  71. </style>
  72. <link data-minify="1" rel='stylesheet' id='f12-cf7-captcha-style-css' href='https://palmettocarservice.com/wp-content/cache/min/1/wp-content/plugins/captcha-for-contact-form-7/core/assets/f12-cf7-captcha.css?ver=1735580490' media='all' />
  73. <link data-minify="1" rel='stylesheet' id='contact-form-7-css' href='https://palmettocarservice.com/wp-content/cache/min/1/wp-content/plugins/contact-form-7/includes/css/styles.css?ver=1735580490' media='all' />
  74. <link rel='stylesheet' id='astra-contact-form-7-css' href='https://palmettocarservice.com/wp-content/themes/astra/assets/css/minified/compatibility/contact-form-7-main.min.css?ver=4.8.7' media='all' />
  75. <link data-minify="1" rel='stylesheet' id='hfe-style-css' href='https://palmettocarservice.com/wp-content/cache/min/1/wp-content/plugins/header-footer-elementor/assets/css/header-footer-elementor.css?ver=1735580490' media='all' />
  76. <link rel='stylesheet' id='elementor-frontend-css' href='https://palmettocarservice.com/wp-content/plugins/elementor/assets/css/frontend.min.css?ver=3.28.0' media='all' />
  77. <link rel='stylesheet' id='eael-general-css' href='https://palmettocarservice.com/wp-content/plugins/essential-addons-for-elementor-lite/assets/front-end/css/view/general.min.css?ver=6.1.20' media='all' />
  78. <link data-minify="1" rel='stylesheet' id='eael-1317-css' href='https://palmettocarservice.com/wp-content/cache/min/1/wp-content/uploads/essential-addons-elementor/eael-1317.css?ver=1735580490' media='all' />
  79. <link data-minify="1" rel='stylesheet' id='elementor-icons-css' href='https://palmettocarservice.com/wp-content/cache/min/1/wp-content/plugins/elementor/assets/lib/eicons/css/elementor-icons.min.css?ver=1735580490' media='all' />
  80. <style id='elementor-icons-inline-css'>
  81.  
  82. .elementor-add-new-section .elementor-add-templately-promo-button{
  83.            background-color: #5d4fff;
  84.            background-image: url(https://palmettocarservice.com/wp-content/plugins/essential-addons-for-elementor-lite/assets/admin/images/templately/logo-icon.svg);
  85.            background-repeat: no-repeat;
  86.            background-position: center center;
  87.            position: relative;
  88.        }
  89.        
  90. .elementor-add-new-section .elementor-add-templately-promo-button > i{
  91.            height: 12px;
  92.        }
  93.        
  94.        body .elementor-add-new-section .elementor-add-section-area-button {
  95.            margin-left: 0;
  96.        }
  97.  
  98. .elementor-add-new-section .elementor-add-templately-promo-button{
  99.            background-color: #5d4fff;
  100.            background-image: url(https://palmettocarservice.com/wp-content/plugins/essential-addons-for-elementor-lite/assets/admin/images/templately/logo-icon.svg);
  101.            background-repeat: no-repeat;
  102.            background-position: center center;
  103.            position: relative;
  104.        }
  105.        
  106. .elementor-add-new-section .elementor-add-templately-promo-button > i{
  107.            height: 12px;
  108.        }
  109.        
  110.        body .elementor-add-new-section .elementor-add-section-area-button {
  111.            margin-left: 0;
  112.        }
  113. </style>
  114. <link rel='stylesheet' id='elementor-post-1394-css' href='https://palmettocarservice.com/wp-content/uploads/elementor/css/post-1394.css?ver=1733161718' media='all' />
  115. <link data-minify="1" rel='stylesheet' id='font-awesome-5-all-css' href='https://palmettocarservice.com/wp-content/cache/min/1/wp-content/plugins/elementor/assets/lib/font-awesome/css/all.min.css?ver=1735580490' media='all' />
  116. <link rel='stylesheet' id='font-awesome-4-shim-css' href='https://palmettocarservice.com/wp-content/plugins/elementor/assets/lib/font-awesome/css/v4-shims.min.css?ver=3.28.0' media='all' />
  117. <link rel='stylesheet' id='widget-animated-headline-css' href='https://palmettocarservice.com/wp-content/plugins/elementor-pro/assets/css/widget-animated-headline.min.css?ver=3.30.0' media='all' />
  118. <link rel='stylesheet' id='widget-heading-css' href='https://palmettocarservice.com/wp-content/plugins/elementor/assets/css/widget-heading.min.css?ver=3.28.0' media='all' />
  119. <link rel='stylesheet' id='e-animation-zoomIn-css' href='https://palmettocarservice.com/wp-content/plugins/elementor/assets/lib/animations/styles/zoomIn.min.css?ver=3.28.0' media='all' />
  120. <link rel='stylesheet' id='widget-counter-css' href='https://palmettocarservice.com/wp-content/plugins/elementor/assets/css/widget-counter.min.css?ver=3.28.0' media='all' />
  121. <link rel='stylesheet' id='widget-image-css' href='https://palmettocarservice.com/wp-content/plugins/elementor/assets/css/widget-image.min.css?ver=3.28.0' media='all' />
  122. <link rel='stylesheet' id='e-animation-fadeInUp-css' href='https://palmettocarservice.com/wp-content/plugins/elementor/assets/lib/animations/styles/fadeInUp.min.css?ver=3.28.0' media='all' />
  123. <link rel='stylesheet' id='widget-call-to-action-css' href='https://palmettocarservice.com/wp-content/plugins/elementor-pro/assets/css/widget-call-to-action.min.css?ver=3.30.0' media='all' />
  124. <link rel='stylesheet' id='e-transitions-css' href='https://palmettocarservice.com/wp-content/plugins/elementor-pro/assets/css/conditionals/transitions.min.css?ver=3.30.0' media='all' />
  125. <link rel='stylesheet' id='e-animation-fadeInRight-css' href='https://palmettocarservice.com/wp-content/plugins/elementor/assets/lib/animations/styles/fadeInRight.min.css?ver=3.28.0' media='all' />
  126. <link rel='stylesheet' id='widget-icon-list-css' href='https://palmettocarservice.com/wp-content/plugins/elementor/assets/css/widget-icon-list.min.css?ver=3.28.0' media='all' />
  127. <link rel='stylesheet' id='e-animation-grow-css' href='https://palmettocarservice.com/wp-content/plugins/elementor/assets/lib/animations/styles/e-animation-grow.min.css?ver=3.28.0' media='all' />
  128. <link rel='stylesheet' id='widget-icon-box-css' href='https://palmettocarservice.com/wp-content/plugins/elementor/assets/css/widget-icon-box.min.css?ver=3.28.0' media='all' />
  129. <link rel='stylesheet' id='e-animation-fadeInDown-css' href='https://palmettocarservice.com/wp-content/plugins/elementor/assets/lib/animations/styles/fadeInDown.min.css?ver=3.28.0' media='all' />
  130. <link rel='stylesheet' id='widget-divider-css' href='https://palmettocarservice.com/wp-content/plugins/elementor/assets/css/widget-divider.min.css?ver=3.28.0' media='all' />
  131. <link rel='stylesheet' id='widget-posts-css' href='https://palmettocarservice.com/wp-content/plugins/elementor-pro/assets/css/widget-posts.min.css?ver=3.30.0' media='all' />
  132. <link rel='stylesheet' id='e-motion-fx-css' href='https://palmettocarservice.com/wp-content/plugins/elementor-pro/assets/css/modules/motion-fx.min.css?ver=3.30.0' media='all' />
  133. <link rel='stylesheet' id='elementor-post-1317-css' href='https://palmettocarservice.com/wp-content/uploads/elementor/css/post-1317.css?ver=1749061191' media='all' />
  134. <link rel='stylesheet' id='parent-style-css' href='https://palmettocarservice.com/wp-content/themes/astra/style.css?ver=6.7.2' media='all' />
  135. <link rel='stylesheet' id='child-style-css' href='https://palmettocarservice.com/wp-content/themes/astra-child-theme/style.css?ver=1.0' media='all' />
  136. <link rel='stylesheet' id='widget-social-icons-css' href='https://palmettocarservice.com/wp-content/plugins/elementor/assets/css/widget-social-icons.min.css?ver=3.28.0' media='all' />
  137. <link rel='stylesheet' id='e-apple-webkit-css' href='https://palmettocarservice.com/wp-content/plugins/elementor/assets/css/conditionals/apple-webkit.min.css?ver=3.28.0' media='all' />
  138. <link rel='stylesheet' id='widget-nav-menu-css' href='https://palmettocarservice.com/wp-content/plugins/elementor-pro/assets/css/widget-nav-menu.min.css?ver=3.30.0' media='all' />
  139. <link rel='stylesheet' id='widget-image-box-css' href='https://palmettocarservice.com/wp-content/plugins/elementor/assets/css/widget-image-box.min.css?ver=3.28.0' media='all' />
  140. <link rel='stylesheet' id='elementor-post-1349-css' href='https://palmettocarservice.com/wp-content/uploads/elementor/css/post-1349.css?ver=1744222588' media='all' />
  141. <link rel='stylesheet' id='elementor-post-1402-css' href='https://palmettocarservice.com/wp-content/uploads/elementor/css/post-1402.css?ver=1738869052' media='all' />
  142. <link data-minify="1" rel='stylesheet' id='hfe-elementor-icons-css' href='https://palmettocarservice.com/wp-content/cache/min/1/wp-content/plugins/elementor/assets/lib/eicons/css/elementor-icons.min.css?ver=1735580490' media='all' />
  143. <link rel='stylesheet' id='hfe-icons-list-css' href='https://palmettocarservice.com/wp-content/plugins/elementor/assets/css/widget-icon-list.min.css?ver=3.24.3' media='all' />
  144. <link rel='stylesheet' id='hfe-social-icons-css' href='https://palmettocarservice.com/wp-content/plugins/elementor/assets/css/widget-social-icons.min.css?ver=3.24.0' media='all' />
  145. <link data-minify="1" rel='stylesheet' id='hfe-social-share-icons-brands-css' href='https://palmettocarservice.com/wp-content/cache/min/1/wp-content/plugins/elementor/assets/lib/font-awesome/css/brands.css?ver=1735580490' media='all' />
  146. <link data-minify="1" rel='stylesheet' id='hfe-social-share-icons-fontawesome-css' href='https://palmettocarservice.com/wp-content/cache/min/1/wp-content/plugins/elementor/assets/lib/font-awesome/css/fontawesome.css?ver=1735580490' media='all' />
  147. <link data-minify="1" rel='stylesheet' id='hfe-nav-menu-icons-css' href='https://palmettocarservice.com/wp-content/cache/min/1/wp-content/plugins/elementor/assets/lib/font-awesome/css/solid.css?ver=1735580490' media='all' />
  148. <link rel='stylesheet' id='hfe-widget-blockquote-css' href='https://palmettocarservice.com/wp-content/plugins/elementor-pro/assets/css/widget-blockquote.min.css?ver=3.25.0' media='all' />
  149. <link rel='stylesheet' id='hfe-mega-menu-css' href='https://palmettocarservice.com/wp-content/plugins/elementor-pro/assets/css/widget-mega-menu.min.css?ver=3.26.2' media='all' />
  150. <link rel='stylesheet' id='hfe-nav-menu-widget-css' href='https://palmettocarservice.com/wp-content/plugins/elementor-pro/assets/css/widget-nav-menu.min.css?ver=3.26.0' media='all' />
  151. <link data-minify="1" rel='stylesheet' id='elementor-gf-local-inter-css' href='https://palmettocarservice.com/wp-content/cache/min/1/wp-content/uploads/elementor/google-fonts/css/inter.css?ver=1742241575' media='all' />
  152. <link data-minify="1" rel='stylesheet' id='elementor-gf-local-jost-css' href='https://palmettocarservice.com/wp-content/cache/min/1/wp-content/uploads/elementor/google-fonts/css/jost.css?ver=1742242099' media='all' />
  153. <link rel='stylesheet' id='elementor-icons-shared-0-css' href='https://palmettocarservice.com/wp-content/plugins/elementor/assets/lib/font-awesome/css/fontawesome.min.css?ver=5.15.3' media='all' />
  154. <link data-minify="1" rel='stylesheet' id='elementor-icons-fa-solid-css' href='https://palmettocarservice.com/wp-content/cache/min/1/wp-content/plugins/elementor/assets/lib/font-awesome/css/solid.min.css?ver=1735580490' media='all' />
  155. <link data-minify="1" rel='stylesheet' id='elementor-icons-fa-regular-css' href='https://palmettocarservice.com/wp-content/cache/min/1/wp-content/plugins/elementor/assets/lib/font-awesome/css/regular.min.css?ver=1735580490' media='all' />
  156. <link data-minify="1" rel='stylesheet' id='elementor-icons-fa-brands-css' href='https://palmettocarservice.com/wp-content/cache/min/1/wp-content/plugins/elementor/assets/lib/font-awesome/css/brands.min.css?ver=1735580490' media='all' />
  157. <!--[if IE]>
  158. <script src="https://palmettocarservice.com/wp-content/themes/astra/assets/js/minified/flexibility.min.js?ver=4.8.7" id="astra-flexibility-js"></script>
  159. <script id="astra-flexibility-js-after">
  160. flexibility(document.documentElement);</script>
  161. <![endif]-->
  162. <script type="rocketlazyloadscript" data-rocket-src="https://palmettocarservice.com/wp-includes/js/jquery/jquery.min.js?ver=3.7.1" id="jquery-core-js" defer></script>
  163. <script type="rocketlazyloadscript" data-rocket-src="https://palmettocarservice.com/wp-includes/js/jquery/jquery-migrate.min.js?ver=3.4.1" id="jquery-migrate-js" defer></script>
  164. <script type="rocketlazyloadscript" id="jquery-js-after">window.addEventListener('DOMContentLoaded', function() {
  165. !function($){"use strict";$(document).ready(function(){$(this).scrollTop()>100&&$(".hfe-scroll-to-top-wrap").removeClass("hfe-scroll-to-top-hide"),$(window).scroll(function(){$(this).scrollTop()<100?$(".hfe-scroll-to-top-wrap").fadeOut(300):$(".hfe-scroll-to-top-wrap").fadeIn(300)}),$(".hfe-scroll-to-top-wrap").on("click",function(){$("html, body").animate({scrollTop:0},300);return!1})})}(jQuery);
  166. });</script>
  167. <script type="rocketlazyloadscript" data-rocket-src="https://palmettocarservice.com/wp-content/plugins/elementor/assets/lib/font-awesome/js/v4-shims.min.js?ver=3.28.0" id="font-awesome-4-shim-js" defer></script>
  168.  
  169. <!-- Google tag (gtag.js) snippet added by Site Kit -->
  170.  
  171. <!-- Google Analytics snippet added by Site Kit -->
  172. <script type="rocketlazyloadscript" data-rocket-src="https://www.googletagmanager.com/gtag/js?id=GT-TWQ5CVM" id="google_gtagjs-js" async></script>
  173. <script type="rocketlazyloadscript" id="google_gtagjs-js-after">
  174. window.dataLayer = window.dataLayer || [];function gtag(){dataLayer.push(arguments);}
  175. gtag("set","linker",{"domains":["palmettocarservice.com"]});
  176. gtag("js", new Date());
  177. gtag("set", "developer_id.dZTNiMT", true);
  178. gtag("config", "GT-TWQ5CVM");
  179. </script>
  180.  
  181. <!-- End Google tag (gtag.js) snippet added by Site Kit -->
  182. <meta name="generator" content="Site Kit by Google 1.156.0" /><!-- Google Tag Manager -->
  183. <script type="rocketlazyloadscript">(function(w,d,s,l,i){w[l]=w[l]||[];w[l].push({'gtm.start':
  184. new Date().getTime(),event:'gtm.js'});var f=d.getElementsByTagName(s)[0],
  185. j=d.createElement(s),dl=l!='dataLayer'?'&l='+l:'';j.async=true;j.src=
  186. 'https://www.googletagmanager.com/gtm.js?id='+i+dl;f.parentNode.insertBefore(j,f);
  187. })(window,document,'script','dataLayer','GTM-MTFRZWCJ');</script>
  188. <!-- End Google Tag Manager -->
  189.  
  190. <meta name="statvooVerification" content="376299b6ace61621fbe63abec878352e" />
  191.  
  192. <script type="rocketlazyloadscript" data-rocket-type="text/javascript">
  193.    (function(c,l,a,r,i,t,y){
  194.        c[a]=c[a]||function(){(c[a].q=c[a].q||[]).push(arguments)};
  195.        t=l.createElement(r);t.async=1;t.src="https://www.clarity.ms/tag/"+i;
  196.        y=l.getElementsByTagName(r)[0];y.parentNode.insertBefore(t,y);
  197.    })(window, document, "clarity", "script", "qtb5z0ke63");
  198. </script>
  199.  
  200. <script type="application/ld+json">
  201. {
  202.  "@context": "https://schema.org/",
  203.  "@type": "LocalBusiness",
  204.  "name": "Palmetto Car Service",
  205.  "url": "https://palmettocarservice.com/",
  206.  "image": "https://palmettocarservice.com/wp-content/uploads/2024/05/Palmetto-Car-Service.jpg",
  207.  "logo": "https://palmettocarservice.com/wp-content/uploads/2023/03/Palmetto-Car-Service%C2%AE-e1733161704509.png",
  208.  "description": "Palmetto Car Service provides professional airport transportation, chauffeur service, and luxury group travel across Bluffton, Hilton Head, Savannah, Okatie, Ridgeland, Beaufort, and nearby areas. We specialize in Airport shuttles, executive car service, wedding and event transportation, and black SUV limo services for individuals and groups.",
  209.  "address": {
  210.    "@type": "PostalAddress",
  211.    "streetAddress": "301 Hulston Landing Rd",
  212.    "addressLocality": "Bluffton",
  213.    "addressRegion": "SC",
  214.    "postalCode": "29909",
  215.    "addressCountry": "US"
  216.  },
  217.  "telephone": "+1-843-981-1111",
  218.  "openingHoursSpecification": [
  219.    {
  220.      "@type": "OpeningHoursSpecification",
  221.      "dayOfWeek": [
  222.        "Monday",
  223.        "Tuesday",
  224.        "Wednesday",
  225.        "Thursday",
  226.        "Friday",
  227.        "Saturday",
  228.        "Sunday"
  229.      ],
  230.      "opens": "00:00",
  231.      "closes": "23:59"
  232.    }
  233.  ],
  234.  "sameAs": [
  235.    "https://www.facebook.com/PalmettoCarService",
  236.    "https://www.instagram.com/palmettocarservice/",
  237.    "https://www.youtube.com/@palmettocarservicellc/",
  238.    "https://maps.app.goo.gl/zBrF1WkJbnwww4AP6"
  239.  ]
  240. }
  241. </script>
  242.  
  243.  
  244. <script type="application/ld+json">
  245. {
  246.  "@context": "https://schema.org/",
  247.  "@type": "Product",
  248.  "name": "Palmetto Car Service",
  249.  "aggregateRating": {
  250.    "@type": "AggregateRating",
  251.    "ratingValue": "5.0",
  252.    "bestRating": "5",
  253.    "ratingCount": 233
  254.  }
  255. }
  256. </script><script type="rocketlazyloadscript">
  257. function expand(param) {
  258. param.style.display = (param.style.display == "none") ? "block" : "none";
  259. }
  260. function read_toggle(id, more, less) {
  261. el = document.getElementById("readlink" + id);
  262. el.innerHTML = (el.innerHTML == more) ? less : more;
  263. expand(document.getElementById("read" + id));
  264. }
  265. </script><script type="rocketlazyloadscript" id="wpcp_disable_selection" data-rocket-type="text/javascript">
  266. var image_save_msg='You are not allowed to save images!';
  267. var no_menu_msg='Context Menu disabled!';
  268. var smessage = "Content is protected !!";
  269.  
  270. function disableEnterKey(e)
  271. {
  272. var elemtype = e.target.tagName;
  273. elemtype = elemtype.toUpperCase();
  274. if (elemtype == "TEXT" || elemtype == "TEXTAREA" || elemtype == "INPUT" || elemtype == "PASSWORD" || elemtype == "SELECT" || elemtype == "OPTION" || elemtype == "EMBED")
  275. {
  276. elemtype = 'TEXT';
  277. }
  278. if (e.ctrlKey){
  279.     var key;
  280.     if(window.event)
  281.          key = window.event.keyCode;     //IE
  282.     else
  283.          key = e.which;     //firefox (97)
  284.    //if (key != 17) alert(key);
  285.     if (elemtype!= 'TEXT' && (key == 97 || key == 65 || key == 67 || key == 99 || key == 88 || key == 120 || key == 26 || key == 85  || key == 86 || key == 83 || key == 43 || key == 73))
  286.     {
  287. if(wccp_free_iscontenteditable(e)) return true;
  288. show_wpcp_message('You are not allowed to copy content or view source');
  289. return false;
  290.     }else
  291.     return true;
  292.     }
  293. }
  294.  
  295.  
  296. /*For contenteditable tags*/
  297. function wccp_free_iscontenteditable(e)
  298. {
  299. var e = e || window.event; // also there is no e.target property in IE. instead IE uses window.event.srcElement
  300.  
  301. var target = e.target || e.srcElement;
  302.  
  303. var elemtype = e.target.nodeName;
  304. elemtype = elemtype.toUpperCase();
  305. var iscontenteditable = "false";
  306. if(typeof target.getAttribute!="undefined" ) iscontenteditable = target.getAttribute("contenteditable"); // Return true or false as string
  307. var iscontenteditable2 = false;
  308. if(typeof target.isContentEditable!="undefined" ) iscontenteditable2 = target.isContentEditable; // Return true or false as boolean
  309.  
  310. if(target.parentElement.isContentEditable) iscontenteditable2 = true;
  311. if (iscontenteditable == "true" || iscontenteditable2 == true)
  312. {
  313. if(typeof target.style!="undefined" ) target.style.cursor = "text";
  314. return true;
  315. }
  316. }
  317.  
  318. ////////////////////////////////////
  319. function disable_copy(e)
  320. {
  321. var e = e || window.event; // also there is no e.target property in IE. instead IE uses window.event.srcElement
  322. var elemtype = e.target.tagName;
  323. elemtype = elemtype.toUpperCase();
  324. if (elemtype == "TEXT" || elemtype == "TEXTAREA" || elemtype == "INPUT" || elemtype == "PASSWORD" || elemtype == "SELECT" || elemtype == "OPTION" || elemtype == "EMBED")
  325. {
  326. elemtype = 'TEXT';
  327. }
  328. if(wccp_free_iscontenteditable(e)) return true;
  329. var isSafari = /Safari/.test(navigator.userAgent) && /Apple Computer/.test(navigator.vendor);
  330. var checker_IMG = '';
  331. if (elemtype == "IMG" && checker_IMG == 'checked' && e.detail >= 2) {show_wpcp_message(alertMsg_IMG);return false;}
  332. if (elemtype != "TEXT")
  333. {
  334. if (smessage !== "" && e.detail == 2)
  335. show_wpcp_message(smessage);
  336. if (isSafari)
  337. return true;
  338. else
  339. return false;
  340. }
  341. }
  342.  
  343. //////////////////////////////////////////
  344. function disable_copy_ie()
  345. {
  346. var e = e || window.event;
  347. var elemtype = window.event.srcElement.nodeName;
  348. elemtype = elemtype.toUpperCase();
  349. if(wccp_free_iscontenteditable(e)) return true;
  350. if (elemtype == "IMG") {show_wpcp_message(alertMsg_IMG);return false;}
  351. if (elemtype != "TEXT" && elemtype != "TEXTAREA" && elemtype != "INPUT" && elemtype != "PASSWORD" && elemtype != "SELECT" && elemtype != "OPTION" && elemtype != "EMBED")
  352. {
  353. return false;
  354. }
  355. }
  356. function reEnable()
  357. {
  358. return true;
  359. }
  360. document.onkeydown = disableEnterKey;
  361. document.onselectstart = disable_copy_ie;
  362. if(navigator.userAgent.indexOf('MSIE')==-1)
  363. {
  364. document.onmousedown = disable_copy;
  365. document.onclick = reEnable;
  366. }
  367. function disableSelection(target)
  368. {
  369.    //For IE This code will work
  370.    if (typeof target.onselectstart!="undefined")
  371.    target.onselectstart = disable_copy_ie;
  372.    
  373.    //For Firefox This code will work
  374.    else if (typeof target.style.MozUserSelect!="undefined")
  375.    {target.style.MozUserSelect="none";}
  376.    
  377.    //All other  (ie: Opera) This code will work
  378.    else
  379.    target.onmousedown=function(){return false}
  380.    target.style.cursor = "default";
  381. }
  382. //Calling the JS function directly just after body load
  383. window.onload = function(){disableSelection(document.body);};
  384.  
  385. //////////////////special for safari Start////////////////
  386. var onlongtouch;
  387. var timer;
  388. var touchduration = 1000; //length of time we want the user to touch before we do something
  389.  
  390. var elemtype = "";
  391. function touchstart(e) {
  392. var e = e || window.event;
  393.  // also there is no e.target property in IE.
  394.  // instead IE uses window.event.srcElement
  395.   var target = e.target || e.srcElement;
  396. elemtype = window.event.srcElement.nodeName;
  397. elemtype = elemtype.toUpperCase();
  398. if(!wccp_pro_is_passive()) e.preventDefault();
  399. if (!timer) {
  400. timer = setTimeout(onlongtouch, touchduration);
  401. }
  402. }
  403.  
  404. function touchend() {
  405.    //stops short touches from firing the event
  406.    if (timer) {
  407.        clearTimeout(timer);
  408.        timer = null;
  409.    }
  410. onlongtouch();
  411. }
  412.  
  413. onlongtouch = function(e) { //this will clear the current selection if anything selected
  414. if (elemtype != "TEXT" && elemtype != "TEXTAREA" && elemtype != "INPUT" && elemtype != "PASSWORD" && elemtype != "SELECT" && elemtype != "EMBED" && elemtype != "OPTION")
  415. {
  416. if (window.getSelection) {
  417. if (window.getSelection().empty) {  // Chrome
  418. window.getSelection().empty();
  419. } else if (window.getSelection().removeAllRanges) {  // Firefox
  420. window.getSelection().removeAllRanges();
  421. }
  422. } else if (document.selection) {  // IE?
  423. document.selection.empty();
  424. }
  425. return false;
  426. }
  427. };
  428.  
  429. document.addEventListener("DOMContentLoaded", function(event) {
  430.    window.addEventListener("touchstart", touchstart, false);
  431.    window.addEventListener("touchend", touchend, false);
  432. });
  433.  
  434. function wccp_pro_is_passive() {
  435.  
  436.  var cold = false,
  437.  hike = function() {};
  438.  
  439.  try {
  440.  const object1 = {};
  441.  var aid = Object.defineProperty(object1, 'passive', {
  442.  get() {cold = true}
  443.  });
  444.  window.addEventListener('test', hike, aid);
  445.  window.removeEventListener('test', hike, aid);
  446.  } catch (e) {}
  447.  
  448.  return cold;
  449. }
  450. /*special for safari End*/
  451. </script>
  452. <style>
  453. .unselectable
  454. {
  455. -moz-user-select:none;
  456. -webkit-user-select:none;
  457. cursor: default;
  458. }
  459. html
  460. {
  461. -webkit-touch-callout: none;
  462. -webkit-user-select: none;
  463. -khtml-user-select: none;
  464. -moz-user-select: none;
  465. -ms-user-select: none;
  466. user-select: none;
  467. -webkit-tap-highlight-color: rgba(0,0,0,0);
  468. }
  469. </style>
  470. <script id="wpcp_css_disable_selection" type="text/javascript">
  471. var e = document.getElementsByTagName('body')[0];
  472. if(e)
  473. {
  474. e.setAttribute('unselectable',"on");
  475. }
  476. </script>
  477. <style>img#wpstats{display:none}</style>
  478. <script>
  479. document.documentElement.className = document.documentElement.className.replace( 'no-js', 'js' );
  480. </script>
  481. <style>
  482. .no-js img.lazyload { display: none; }
  483. figure.wp-block-image img.lazyloading { min-width: 150px; }
  484. .lazyload, .lazyloading { opacity: 0; }
  485. .lazyloaded {
  486. opacity: 1;
  487. transition: opacity 400ms;
  488. transition-delay: 0ms;
  489. }
  490. </style>
  491. <!-- Google AdSense meta tags added by Site Kit -->
  492. <meta name="google-adsense-platform-account" content="ca-host-pub-2644536267352236">
  493. <meta name="google-adsense-platform-domain" content="sitekit.withgoogle.com">
  494. <!-- End Google AdSense meta tags added by Site Kit -->
  495. <meta name="generator" content="Elementor 3.28.0; features: additional_custom_breakpoints, e_local_google_fonts; settings: css_print_method-external, google_font-enabled, font_display-swap">
  496. <style>
  497. .e-con.e-parent:nth-of-type(n+4):not(.e-lazyloaded):not(.e-no-lazyload),
  498. .e-con.e-parent:nth-of-type(n+4):not(.e-lazyloaded):not(.e-no-lazyload) * {
  499. background-image: none !important;
  500. }
  501. @media screen and (max-height: 1024px) {
  502. .e-con.e-parent:nth-of-type(n+3):not(.e-lazyloaded):not(.e-no-lazyload),
  503. .e-con.e-parent:nth-of-type(n+3):not(.e-lazyloaded):not(.e-no-lazyload) * {
  504. background-image: none !important;
  505. }
  506. }
  507. @media screen and (max-height: 640px) {
  508. .e-con.e-parent:nth-of-type(n+2):not(.e-lazyloaded):not(.e-no-lazyload),
  509. .e-con.e-parent:nth-of-type(n+2):not(.e-lazyloaded):not(.e-no-lazyload) * {
  510. background-image: none !important;
  511. }
  512. }
  513. </style>
  514. <meta name="bmi-version" content="1.4.8" /><style type="text/css">.broken_link, a.broken_link {
  515. text-decoration: line-through;
  516. }</style>
  517. <!-- Google AdSense snippet added by Site Kit -->
  518. <script type="rocketlazyloadscript" async data-rocket-src="https://pagead2.googlesyndication.com/pagead/js/adsbygoogle.js?client=ca-pub-7787453360263870&amp;host=ca-host-pub-2644536267352236" crossorigin="anonymous"></script>
  519.  
  520. <!-- End Google AdSense snippet added by Site Kit -->
  521. <meta name="theme-color" content="#FFFFFF">
  522. <link rel="icon" href="https://palmettocarservice.com/wp-content/uploads/2023/03/Palmetto-Car-Service-Favicon-e1733161554281-150x150.png" sizes="32x32" />
  523. <link rel="icon" href="https://palmettocarservice.com/wp-content/uploads/2023/03/Palmetto-Car-Service-Favicon-768x768.png" sizes="192x192" />
  524. <link rel="apple-touch-icon" href="https://palmettocarservice.com/wp-content/uploads/2023/03/Palmetto-Car-Service-Favicon-768x768.png" />
  525. <meta name="msapplication-TileImage" content="https://palmettocarservice.com/wp-content/uploads/2023/03/Palmetto-Car-Service-Favicon-768x768.png" />
  526. <style type="text/css">
  527.  
  528. *[id^='readlink'] {
  529. font-weight: normal;
  530. color: #000000;
  531. background: #ffffff;
  532. padding: 0px;
  533. border-bottom: 1px solid #000000;
  534. -webkit-box-shadow: none !important;
  535. box-shadow: none !important;
  536. -webkit-transition: none !important;
  537. }
  538.  
  539. *[id^='readlink']:hover {
  540. font-weight: normal;
  541. color: #191919;
  542. padding: 0px;
  543. border-bottom: 1px solid #000000;
  544. }
  545.  
  546. *[id^='readlink']:focus {
  547. outline: none;
  548. color: #000000;
  549. }
  550.  
  551. </style>
  552. <style id="wp-custom-css">
  553. .wpcf7-textarea{
  554. height:130px;
  555. margin-top:-20px
  556. } </style>
  557. </head>
  558.  
  559. <body itemtype='https://schema.org/WebPage' itemscope='itemscope' class="home page-template-default page page-id-1317 wp-custom-logo unselectable ehf-template-astra ehf-stylesheet-astra-child-theme ast-desktop ast-page-builder-template ast-no-sidebar astra-4.8.7 group-blog ast-single-post ast-inherit-site-logo-transparent ast-hfb-header elementor-default elementor-template-full-width elementor-kit-1394 elementor-page elementor-page-1317">
  560.            <noscript>
  561.                <a href="https://www.clickcease.com" rel="nofollow"><img src="https://monitor.clickcease.com/stats/stats.aspx" alt="Clickcease" /></a>
  562.            </noscript>
  563.        <!-- Google Tag Manager (noscript) -->
  564. <noscript><iframe
  565. height="0" width="0" style="display:none;visibility:hidden" data-src="https://www.googletagmanager.com/ns.html?id=GTM-MTFRZWCJ" class="lazyload" src="data:image/gif;base64,R0lGODlhAQABAAAAACH5BAEKAAEALAAAAAABAAEAAAICTAEAOw=="></iframe></noscript>
  566. <!-- End Google Tag Manager (noscript) -->
  567.  
  568. <!-- ClickCease.com tracking-->
  569. <script type="rocketlazyloadscript" data-rocket-type='text/javascript'>var script = document.createElement('script');
  570. script.async = true; script.type = 'text/javascript';
  571. var target = 'https://www.clickcease.com/monitor/stat.js';
  572. script.src = target;var elem = document.head;elem.appendChild(script);
  573. </script>
  574. <noscript>
  575. <a href='https://www.clickcease.com' rel='nofollow'><img src='https://monitor.clickcease.com' alt='ClickCease'/></a>
  576. </noscript>
  577. <!-- ClickCease.com tracking-->
  578. <a
  579. class="skip-link screen-reader-text"
  580. href="#content"
  581. title="Skip to content">
  582. Skip to content</a>
  583.  
  584. <div
  585. class="hfeed site" id="page">
  586. <header data-elementor-type="header" data-elementor-id="1349" class="elementor elementor-1349 elementor-location-header" data-elementor-post-type="elementor_library">
  587. <section data-particle_enable="false" data-particle-mobile-disabled="false" class="elementor-section elementor-top-section elementor-element elementor-element-cec081d elementor-section-boxed elementor-section-height-default elementor-section-height-default" data-id="cec081d" data-element_type="section">
  588. <div class="elementor-container elementor-column-gap-no">
  589. <div class="elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-004a0db" data-id="004a0db" data-element_type="column">
  590. <div class="elementor-widget-wrap elementor-element-populated">
  591. <div class="elementor-element elementor-element-46afb0f elementor-widget__width-initial elementor-widget elementor-widget-theme-site-logo elementor-widget-image" data-id="46afb0f" data-element_type="widget" data-widget_type="theme-site-logo.default">
  592. <div class="elementor-widget-container">
  593. <a href="https://palmettocarservice.com">
  594. <img fetchpriority="high" width="956" height="472"   alt="Palmetto Car Service" data-srcset="https://palmettocarservice.com/wp-content/uploads/2023/03/Palmetto-Car-Service®-e1733161704509.png 956w, https://palmettocarservice.com/wp-content/uploads/2023/03/Palmetto-Car-Service®-e1733161704509-300x148.png 300w, https://palmettocarservice.com/wp-content/uploads/2023/03/Palmetto-Car-Service®-e1733161704509-768x379.png 768w"  data-src="https://palmettocarservice.com/wp-content/uploads/2023/03/Palmetto-Car-Service®-e1733161704509.png" data-sizes="(max-width: 956px) 100vw, 956px" class="attachment-full size-full wp-image-11793 lazyload" src="data:image/gif;base64,R0lGODlhAQABAAAAACH5BAEKAAEALAAAAAABAAEAAAICTAEAOw==" /><noscript><img fetchpriority="high" width="956" height="472" src="https://palmettocarservice.com/wp-content/uploads/2023/03/Palmetto-Car-Service®-e1733161704509.png" class="attachment-full size-full wp-image-11793" alt="Palmetto Car Service" srcset="https://palmettocarservice.com/wp-content/uploads/2023/03/Palmetto-Car-Service®-e1733161704509.png 956w, https://palmettocarservice.com/wp-content/uploads/2023/03/Palmetto-Car-Service®-e1733161704509-300x148.png 300w, https://palmettocarservice.com/wp-content/uploads/2023/03/Palmetto-Car-Service®-e1733161704509-768x379.png 768w" sizes="(max-width: 956px) 100vw, 956px" /></noscript> </a>
  595. </div>
  596. </div>
  597. <div class="elementor-element elementor-element-9899f25 elementor-widget__width-initial elementor-widget-mobile__width-initial elementor-shape-rounded elementor-grid-0 e-grid-align-center elementor-widget elementor-widget-social-icons" data-id="9899f25" data-element_type="widget" data-widget_type="social-icons.default">
  598. <div class="elementor-widget-container">
  599. <div class="elementor-social-icons-wrapper elementor-grid">
  600. <span class="elementor-grid-item">
  601. <a class="elementor-icon elementor-social-icon elementor-social-icon-facebook-f elementor-repeater-item-f6f154f" href="https://www.facebook.com/groups/511394683542892/?mibextid=HsNCOg" target="_blank">
  602. <span class="elementor-screen-only">Facebook-f</span>
  603. <i class="fab fa-facebook-f"></i> </a>
  604. </span>
  605. <span class="elementor-grid-item">
  606. <a class="elementor-icon elementor-social-icon elementor-social-icon-yelp elementor-repeater-item-41967f7" href="https://www.yelp.com/biz/palmetto-car-service-bluffton-5" target="_blank">
  607. <span class="elementor-screen-only">Yelp</span>
  608. <i class="fab fa-yelp"></i> </a>
  609. </span>
  610. <span class="elementor-grid-item">
  611. <a class="elementor-icon elementor-social-icon elementor-social-icon-youtube elementor-repeater-item-44cc6ed" href="https://www.youtube.com/channel/UCe6eqkYdIq2DcmZhNR4-4-Q" target="_blank">
  612. <span class="elementor-screen-only">Youtube</span>
  613. <i class="fab fa-youtube"></i> </a>
  614. </span>
  615. <span class="elementor-grid-item">
  616. <a class="elementor-icon elementor-social-icon elementor-social-icon-instagram elementor-repeater-item-213c183" href="https://www.instagram.com/palmettocarservice/" target="_blank">
  617. <span class="elementor-screen-only">Instagram</span>
  618. <i class="fab fa-instagram"></i> </a>
  619. </span>
  620. <span class="elementor-grid-item">
  621. <a class="elementor-icon elementor-social-icon elementor-social-icon-pinterest elementor-repeater-item-c412bee" href="https://www.pinterest.com/palmettocarservicellc/?invite_code=53004da7beb34a53926ae0385f5c41b2&#038;sender=1096767452911566224" target="_blank">
  622. <span class="elementor-screen-only">Pinterest</span>
  623. <i class="fab fa-pinterest"></i> </a>
  624. </span>
  625. <span class="elementor-grid-item">
  626. <a class="elementor-icon elementor-social-icon elementor-social-icon-twitter elementor-repeater-item-edd8787" href="https://twitter.com/Palmettocarsvc" target="_blank">
  627. <span class="elementor-screen-only">Twitter</span>
  628. <i class="fab fa-twitter"></i> </a>
  629. </span>
  630. <span class="elementor-grid-item">
  631. <a class="elementor-icon elementor-social-icon elementor-social-icon-tripadvisor elementor-repeater-item-19c1bab" href="https://www.tripadvisor.com/Attraction_Review-g54146-d23595706-Reviews-Palmetto_Car_Service-Bluffton_South_Carolina.html" target="_blank">
  632. <span class="elementor-screen-only">Tripadvisor</span>
  633. <i class="fab fa-tripadvisor"></i> </a>
  634. </span>
  635. <span class="elementor-grid-item">
  636. <a class="elementor-icon elementor-social-icon elementor-social-icon-yahoo elementor-repeater-item-0756e6e" href="https://local.yahoo.com/info-232988749-palmetto-car-service-hilton-head-island" target="_blank">
  637. <span class="elementor-screen-only">Yahoo</span>
  638. <i class="fab fa-yahoo"></i> </a>
  639. </span>
  640. <span class="elementor-grid-item">
  641. <a class="elementor-icon elementor-social-icon elementor-social-icon-foursquare elementor-repeater-item-317e622" href="https://foursquare.com/palmetto8719229" target="_blank">
  642. <span class="elementor-screen-only">Foursquare</span>
  643. <i class="fab fa-foursquare"></i> </a>
  644. </span>
  645. <span class="elementor-grid-item">
  646. <a class="elementor-icon elementor-social-icon elementor-social-icon-medium elementor-repeater-item-8eda9a9" href="https://medium.com/@palmettocarservice" target="_blank">
  647. <span class="elementor-screen-only">Medium</span>
  648. <i class="fab fa-medium"></i> </a>
  649. </span>
  650. </div>
  651. </div>
  652. </div>
  653. <div class="elementor-element elementor-element-a1ff195 elementor-position-left elementor-mobile-position-left elementor-vertical-align-middle elementor-widget__width-auto elementor-hidden-mobile elementor-widget-mobile__width-initial elementor-view-default elementor-widget elementor-widget-icon-box" data-id="a1ff195" data-element_type="widget" data-widget_type="icon-box.default">
  654. <div class="elementor-widget-container">
  655. <div class="elementor-icon-box-wrapper">
  656.  
  657. <div class="elementor-icon-box-icon">
  658. <a href="tel:8439811111" class="elementor-icon" tabindex="-1" aria-label="843-981-1111">
  659. <i aria-hidden="true" class="fas fa-phone-volume"></i> </a>
  660. </div>
  661. <div class="elementor-icon-box-content">
  662.  
  663. <div class="elementor-icon-box-title">
  664. <a href="tel:8439811111" >
  665. 843-981-1111 </a>
  666. </div>
  667. <p class="elementor-icon-box-description">
  668. Hot Line </p>
  669. </div>
  670. </div>
  671. </div>
  672. </div>
  673. <div class="elementor-element elementor-element-a161266 elementor-view-stacked elementor-shape-square elementor-position-left elementor-mobile-position-left elementor-vertical-align-middle elementor-widget__width-auto elementor-hidden-tablet elementor-hidden-mobile elementor-widget elementor-widget-icon-box" data-id="a161266" data-element_type="widget" data-widget_type="icon-box.default">
  674. <div class="elementor-widget-container">
  675. <div class="elementor-icon-box-wrapper">
  676.  
  677. <div class="elementor-icon-box-icon">
  678. <a href="mailto:palmettocarservice@gmail.com" class="elementor-icon" tabindex="-1" aria-label="palmettocarservice@gmail.com">
  679. <i aria-hidden="true" class="fas fa-envelope"></i> </a>
  680. </div>
  681. <div class="elementor-icon-box-content">
  682.  
  683. <div class="elementor-icon-box-title">
  684. <a href="mailto:palmettocarservice@gmail.com" >
  685. palmettocarservice@gmail.com </a>
  686. </div>
  687. <p class="elementor-icon-box-description">
  688. Email Address </p>
  689. </div>
  690. </div>
  691. </div>
  692. </div>
  693. <section data-particle_enable="false" data-particle-mobile-disabled="false" class="elementor-section elementor-inner-section elementor-element elementor-element-5333c39 elementor-section-content-middle elementor-section-boxed elementor-section-height-default elementor-section-height-default" data-id="5333c39" data-element_type="section">
  694. <div class="elementor-container elementor-column-gap-no">
  695. <div class="elementor-column elementor-col-33 elementor-inner-column elementor-element elementor-element-93e1440" data-id="93e1440" data-element_type="column" data-settings="{&quot;background_background&quot;:&quot;classic&quot;}">
  696. <div class="elementor-widget-wrap elementor-element-populated">
  697. <div class="elementor-element elementor-element-7c51a6c elementor-nav-menu__align-justify elementor-nav-menu--stretch elementor-nav-menu--dropdown-tablet elementor-nav-menu__text-align-aside elementor-nav-menu--toggle elementor-nav-menu--burger elementor-widget elementor-widget-nav-menu" data-id="7c51a6c" data-element_type="widget" data-settings="{&quot;submenu_icon&quot;:{&quot;value&quot;:&quot;&lt;i class=\&quot;fas fa-chevron-down\&quot;&gt;&lt;\/i&gt;&quot;,&quot;library&quot;:&quot;fa-solid&quot;},&quot;full_width&quot;:&quot;stretch&quot;,&quot;layout&quot;:&quot;horizontal&quot;,&quot;toggle&quot;:&quot;burger&quot;}" data-widget_type="nav-menu.default">
  698. <div class="elementor-widget-container">
  699. <nav aria-label="Menu" class="elementor-nav-menu--main elementor-nav-menu__container elementor-nav-menu--layout-horizontal e--pointer-underline e--animation-grow">
  700. <ul id="menu-1-7c51a6c" class="elementor-nav-menu"><li class="menu-item menu-item-type-custom menu-item-object-custom current-menu-item current_page_item menu-item-2162"><a href="/" aria-current="page" class="elementor-item elementor-item-active menu-link">Home</a></li>
  701. <li class="menu-item menu-item-type-custom menu-item-object-custom menu-item-has-children menu-item-2163"><a aria-expanded="false" href="https://palmettocarservice.com/about-us/" class="elementor-item menu-link">About Us<span role="application" class="dropdown-menu-toggle ast-header-navigation-arrow" tabindex="0" aria-expanded="false" aria-label="Menu Toggle" ></span></a>
  702. <ul class="sub-menu elementor-nav-menu--dropdown">
  703. <li class="menu-item menu-item-type-custom menu-item-object-custom menu-item-2164"><a href="/faq-help/" class="elementor-sub-item menu-link">FAQ</a></li>
  704. <li class="menu-item menu-item-type-custom menu-item-object-custom menu-item-2165"><a href="/reviews/" class="elementor-sub-item menu-link">Reviews</a></li>
  705. </ul>
  706. </li>
  707. <li class="menu-item menu-item-type-custom menu-item-object-custom menu-item-has-children menu-item-2166"><a aria-expanded="false" href="https://palmettocarservice.com/services/" class="elementor-item menu-link">Services<span role="application" class="dropdown-menu-toggle ast-header-navigation-arrow" tabindex="0" aria-expanded="false" aria-label="Menu Toggle" ></span></a>
  708. <ul class="sub-menu elementor-nav-menu--dropdown">
  709. <li class="menu-item menu-item-type-custom menu-item-object-custom menu-item-2167"><a href="https://palmettocarservice.com/services/airport-transportation/" class="elementor-sub-item menu-link">Airport Transportation</a></li>
  710. <li class="menu-item menu-item-type-custom menu-item-object-custom menu-item-2169"><a href="https://palmettocarservice.com/services/corporate-travel/" class="elementor-sub-item menu-link">Corporate Travel</a></li>
  711. <li class="menu-item menu-item-type-custom menu-item-object-custom menu-item-12046"><a href="https://palmettocarservice.com/services/chauffeur/" class="elementor-sub-item menu-link">Chauffeur Service</a></li>
  712. <li class="menu-item menu-item-type-custom menu-item-object-custom menu-item-2168"><a href="https://palmettocarservice.com/services/group-transportation/" class="elementor-sub-item menu-link">Group Transportation</a></li>
  713. <li class="menu-item menu-item-type-post_type menu-item-object-page menu-item-12022"><a href="https://palmettocarservice.com/services/limo/" class="elementor-sub-item menu-link">Limo Service</a></li>
  714. <li class="menu-item menu-item-type-post_type menu-item-object-page menu-item-8240"><a href="https://palmettocarservice.com/prescheduled-taxi/" class="elementor-sub-item menu-link">Prescheduled Taxi</a></li>
  715. <li class="menu-item menu-item-type-custom menu-item-object-custom menu-item-2172"><a href="https://palmettocarservice.com/services/special-events/" class="elementor-sub-item menu-link">Special Events</a></li>
  716. <li class="menu-item menu-item-type-post_type menu-item-object-page menu-item-12138"><a href="https://palmettocarservice.com/services/sporting-events/" class="elementor-sub-item menu-link">Sporting Events</a></li>
  717. </ul>
  718. </li>
  719. <li class="menu-item menu-item-type-post_type menu-item-object-page menu-item-has-children menu-item-2173"><a aria-expanded="false" href="https://palmettocarservice.com/locations/" class="elementor-item menu-link">Service Locations<span role="application" class="dropdown-menu-toggle ast-header-navigation-arrow" tabindex="0" aria-expanded="false" aria-label="Menu Toggle" ></span></a>
  720. <ul class="sub-menu elementor-nav-menu--dropdown">
  721. <li class="menu-item menu-item-type-custom menu-item-object-custom menu-item-2183"><a href="https://palmettocarservice.com/locations/bluffton/" class="elementor-sub-item menu-link">Bluffton</a></li>
  722. <li class="menu-item menu-item-type-post_type menu-item-object-page menu-item-12216"><a href="https://palmettocarservice.com/locations/beaufort/" class="elementor-sub-item menu-link">Beaufort</a></li>
  723. <li class="menu-item menu-item-type-post_type menu-item-object-page menu-item-9781"><a href="https://palmettocarservice.com/locations/fripp-island/" class="elementor-sub-item menu-link">Fripp Island</a></li>
  724. <li class="menu-item menu-item-type-custom menu-item-object-custom menu-item-2176"><a href="https://palmettocarservice.com/locations/hilton-head/" class="elementor-sub-item menu-link">Hilton Head</a></li>
  725. <li class="menu-item menu-item-type-custom menu-item-object-custom menu-item-2177"><a href="https://palmettocarservice.com/locations/hilton-head-airport/" class="elementor-sub-item menu-link">Hilton Head Airport</a></li>
  726. <li class="menu-item menu-item-type-post_type menu-item-object-page menu-item-2181"><a href="https://palmettocarservice.com/locations/hardeeville/" class="elementor-sub-item menu-link">HardeeVille</a></li>
  727. <li class="menu-item menu-item-type-post_type menu-item-object-page menu-item-2175"><a href="https://palmettocarservice.com/locations/okatie/" class="elementor-sub-item menu-link">Okatie</a></li>
  728. <li class="menu-item menu-item-type-custom menu-item-object-custom menu-item-2178"><a href="https://palmettocarservice.com/locations/port-royal/" class="elementor-sub-item menu-link">Port Royal</a></li>
  729. <li class="menu-item menu-item-type-post_type menu-item-object-page menu-item-2179"><a href="https://palmettocarservice.com/locations/ridgeland/" class="elementor-sub-item menu-link">Ridgeland</a></li>
  730. <li class="menu-item menu-item-type-custom menu-item-object-custom menu-item-2180"><a href="https://palmettocarservice.com/locations/savannah/" class="elementor-sub-item menu-link">Savannah</a></li>
  731. <li class="menu-item menu-item-type-post_type menu-item-object-page menu-item-2182"><a href="https://palmettocarservice.com/locations/savannah-airport/" class="elementor-sub-item menu-link">Savannah Airport</a></li>
  732. <li class="menu-item menu-item-type-post_type menu-item-object-page menu-item-9785"><a href="https://palmettocarservice.com/locations/st-helena-island/" class="elementor-sub-item menu-link">St. Helena Island</a></li>
  733. <li class="menu-item menu-item-type-post_type menu-item-object-page menu-item-12032"><a href="https://palmettocarservice.com/locations/tybee-island/" class="elementor-sub-item menu-link">Tybee Island</a></li>
  734. </ul>
  735. </li>
  736. <li class="menu-item menu-item-type-custom menu-item-object-custom menu-item-2185"><a href="https://palmettocarservice.com/flight-tracker/" class="elementor-item menu-link">Flight Tracker</a></li>
  737. <li class="menu-item menu-item-type-post_type menu-item-object-page menu-item-2560"><a href="https://palmettocarservice.com/blogs/" class="elementor-item menu-link">Blog</a></li>
  738. <li class="menu-item menu-item-type-custom menu-item-object-custom menu-item-2186"><a href="https://palmettocarservice.com/contact-us/" class="elementor-item menu-link">Contact Us</a></li>
  739. </ul> </nav>
  740. <div class="elementor-menu-toggle" role="button" tabindex="0" aria-label="Menu Toggle" aria-expanded="false">
  741. <i aria-hidden="true" role="presentation" class="elementor-menu-toggle__icon--open eicon-menu-bar"></i><i aria-hidden="true" role="presentation" class="elementor-menu-toggle__icon--close eicon-close"></i> </div>
  742. <nav class="elementor-nav-menu--dropdown elementor-nav-menu__container" aria-hidden="true">
  743. <ul id="menu-2-7c51a6c" class="elementor-nav-menu"><li class="menu-item menu-item-type-custom menu-item-object-custom current-menu-item current_page_item menu-item-2162"><a href="/" aria-current="page" class="elementor-item elementor-item-active menu-link" tabindex="-1">Home</a></li>
  744. <li class="menu-item menu-item-type-custom menu-item-object-custom menu-item-has-children menu-item-2163"><a aria-expanded="false" href="https://palmettocarservice.com/about-us/" class="elementor-item menu-link" tabindex="-1">About Us<span role="application" class="dropdown-menu-toggle ast-header-navigation-arrow" tabindex="0" aria-expanded="false" aria-label="Menu Toggle" ></span></a>
  745. <ul class="sub-menu elementor-nav-menu--dropdown">
  746. <li class="menu-item menu-item-type-custom menu-item-object-custom menu-item-2164"><a href="/faq-help/" class="elementor-sub-item menu-link" tabindex="-1">FAQ</a></li>
  747. <li class="menu-item menu-item-type-custom menu-item-object-custom menu-item-2165"><a href="/reviews/" class="elementor-sub-item menu-link" tabindex="-1">Reviews</a></li>
  748. </ul>
  749. </li>
  750. <li class="menu-item menu-item-type-custom menu-item-object-custom menu-item-has-children menu-item-2166"><a aria-expanded="false" href="https://palmettocarservice.com/services/" class="elementor-item menu-link" tabindex="-1">Services<span role="application" class="dropdown-menu-toggle ast-header-navigation-arrow" tabindex="0" aria-expanded="false" aria-label="Menu Toggle" ></span></a>
  751. <ul class="sub-menu elementor-nav-menu--dropdown">
  752. <li class="menu-item menu-item-type-custom menu-item-object-custom menu-item-2167"><a href="https://palmettocarservice.com/services/airport-transportation/" class="elementor-sub-item menu-link" tabindex="-1">Airport Transportation</a></li>
  753. <li class="menu-item menu-item-type-custom menu-item-object-custom menu-item-2169"><a href="https://palmettocarservice.com/services/corporate-travel/" class="elementor-sub-item menu-link" tabindex="-1">Corporate Travel</a></li>
  754. <li class="menu-item menu-item-type-custom menu-item-object-custom menu-item-12046"><a href="https://palmettocarservice.com/services/chauffeur/" class="elementor-sub-item menu-link" tabindex="-1">Chauffeur Service</a></li>
  755. <li class="menu-item menu-item-type-custom menu-item-object-custom menu-item-2168"><a href="https://palmettocarservice.com/services/group-transportation/" class="elementor-sub-item menu-link" tabindex="-1">Group Transportation</a></li>
  756. <li class="menu-item menu-item-type-post_type menu-item-object-page menu-item-12022"><a href="https://palmettocarservice.com/services/limo/" class="elementor-sub-item menu-link" tabindex="-1">Limo Service</a></li>
  757. <li class="menu-item menu-item-type-post_type menu-item-object-page menu-item-8240"><a href="https://palmettocarservice.com/prescheduled-taxi/" class="elementor-sub-item menu-link" tabindex="-1">Prescheduled Taxi</a></li>
  758. <li class="menu-item menu-item-type-custom menu-item-object-custom menu-item-2172"><a href="https://palmettocarservice.com/services/special-events/" class="elementor-sub-item menu-link" tabindex="-1">Special Events</a></li>
  759. <li class="menu-item menu-item-type-post_type menu-item-object-page menu-item-12138"><a href="https://palmettocarservice.com/services/sporting-events/" class="elementor-sub-item menu-link" tabindex="-1">Sporting Events</a></li>
  760. </ul>
  761. </li>
  762. <li class="menu-item menu-item-type-post_type menu-item-object-page menu-item-has-children menu-item-2173"><a aria-expanded="false" href="https://palmettocarservice.com/locations/" class="elementor-item menu-link" tabindex="-1">Service Locations<span role="application" class="dropdown-menu-toggle ast-header-navigation-arrow" tabindex="0" aria-expanded="false" aria-label="Menu Toggle" ></span></a>
  763. <ul class="sub-menu elementor-nav-menu--dropdown">
  764. <li class="menu-item menu-item-type-custom menu-item-object-custom menu-item-2183"><a href="https://palmettocarservice.com/locations/bluffton/" class="elementor-sub-item menu-link" tabindex="-1">Bluffton</a></li>
  765. <li class="menu-item menu-item-type-post_type menu-item-object-page menu-item-12216"><a href="https://palmettocarservice.com/locations/beaufort/" class="elementor-sub-item menu-link" tabindex="-1">Beaufort</a></li>
  766. <li class="menu-item menu-item-type-post_type menu-item-object-page menu-item-9781"><a href="https://palmettocarservice.com/locations/fripp-island/" class="elementor-sub-item menu-link" tabindex="-1">Fripp Island</a></li>
  767. <li class="menu-item menu-item-type-custom menu-item-object-custom menu-item-2176"><a href="https://palmettocarservice.com/locations/hilton-head/" class="elementor-sub-item menu-link" tabindex="-1">Hilton Head</a></li>
  768. <li class="menu-item menu-item-type-custom menu-item-object-custom menu-item-2177"><a href="https://palmettocarservice.com/locations/hilton-head-airport/" class="elementor-sub-item menu-link" tabindex="-1">Hilton Head Airport</a></li>
  769. <li class="menu-item menu-item-type-post_type menu-item-object-page menu-item-2181"><a href="https://palmettocarservice.com/locations/hardeeville/" class="elementor-sub-item menu-link" tabindex="-1">HardeeVille</a></li>
  770. <li class="menu-item menu-item-type-post_type menu-item-object-page menu-item-2175"><a href="https://palmettocarservice.com/locations/okatie/" class="elementor-sub-item menu-link" tabindex="-1">Okatie</a></li>
  771. <li class="menu-item menu-item-type-custom menu-item-object-custom menu-item-2178"><a href="https://palmettocarservice.com/locations/port-royal/" class="elementor-sub-item menu-link" tabindex="-1">Port Royal</a></li>
  772. <li class="menu-item menu-item-type-post_type menu-item-object-page menu-item-2179"><a href="https://palmettocarservice.com/locations/ridgeland/" class="elementor-sub-item menu-link" tabindex="-1">Ridgeland</a></li>
  773. <li class="menu-item menu-item-type-custom menu-item-object-custom menu-item-2180"><a href="https://palmettocarservice.com/locations/savannah/" class="elementor-sub-item menu-link" tabindex="-1">Savannah</a></li>
  774. <li class="menu-item menu-item-type-post_type menu-item-object-page menu-item-2182"><a href="https://palmettocarservice.com/locations/savannah-airport/" class="elementor-sub-item menu-link" tabindex="-1">Savannah Airport</a></li>
  775. <li class="menu-item menu-item-type-post_type menu-item-object-page menu-item-9785"><a href="https://palmettocarservice.com/locations/st-helena-island/" class="elementor-sub-item menu-link" tabindex="-1">St. Helena Island</a></li>
  776. <li class="menu-item menu-item-type-post_type menu-item-object-page menu-item-12032"><a href="https://palmettocarservice.com/locations/tybee-island/" class="elementor-sub-item menu-link" tabindex="-1">Tybee Island</a></li>
  777. </ul>
  778. </li>
  779. <li class="menu-item menu-item-type-custom menu-item-object-custom menu-item-2185"><a href="https://palmettocarservice.com/flight-tracker/" class="elementor-item menu-link" tabindex="-1">Flight Tracker</a></li>
  780. <li class="menu-item menu-item-type-post_type menu-item-object-page menu-item-2560"><a href="https://palmettocarservice.com/blogs/" class="elementor-item menu-link" tabindex="-1">Blog</a></li>
  781. <li class="menu-item menu-item-type-custom menu-item-object-custom menu-item-2186"><a href="https://palmettocarservice.com/contact-us/" class="elementor-item menu-link" tabindex="-1">Contact Us</a></li>
  782. </ul> </nav>
  783. </div>
  784. </div>
  785. </div>
  786. </div>
  787. <div class="elementor-column elementor-col-33 elementor-inner-column elementor-element elementor-element-eb87c1d" data-id="eb87c1d" data-element_type="column">
  788. <div class="elementor-widget-wrap elementor-element-populated">
  789. <div class="elementor-element elementor-element-1208910 elementor-align-justify pulse-button elementor-widget__width-initial elementor-widget-tablet__width-initial elementor-widget elementor-widget-button" data-id="1208910" data-element_type="widget" data-widget_type="button.default">
  790. <div class="elementor-widget-container">
  791. <div class="elementor-button-wrapper">
  792. <a class="elementor-button elementor-button-link elementor-size-md" href="/booking/">
  793. <span class="elementor-button-content-wrapper">
  794. <span class="elementor-button-icon">
  795. <i aria-hidden="true" class="fas fa-taxi"></i> </span>
  796. <span class="elementor-button-text">Book Ride</span>
  797. </span>
  798. </a>
  799. </div>
  800. </div>
  801. </div>
  802. </div>
  803. </div>
  804. <div class="elementor-column elementor-col-33 elementor-inner-column elementor-element elementor-element-676651c" data-id="676651c" data-element_type="column">
  805. <div class="elementor-widget-wrap elementor-element-populated">
  806. <div class="elementor-element elementor-element-ba464bd elementor-align-justify pulse-button elementor-widget__width-initial elementor-widget elementor-widget-button" data-id="ba464bd" data-element_type="widget" data-widget_type="button.default">
  807. <div class="elementor-widget-container">
  808. <div class="elementor-button-wrapper">
  809. <a class="elementor-button elementor-button-link elementor-size-md" href="/distance-calculator/">
  810. <span class="elementor-button-content-wrapper">
  811. <span class="elementor-button-icon">
  812. <i aria-hidden="true" class="fas fa-taxi"></i> </span>
  813. <span class="elementor-button-text">Distance Calculator</span>
  814. </span>
  815. </a>
  816. </div>
  817. </div>
  818. </div>
  819. </div>
  820. </div>
  821. </div>
  822. </section>
  823. </div>
  824. </div>
  825. </div>
  826. </section>
  827. </header>
  828. <div id="content" class="site-content">
  829. <div class="ast-container">
  830. <div data-elementor-type="wp-page" data-elementor-id="1317" class="elementor elementor-1317" data-elementor-post-type="page">
  831. <section data-particle_enable="false" data-particle-mobile-disabled="false" class="elementor-section elementor-top-section elementor-element elementor-element-b759637 elementor-section-boxed elementor-section-height-default elementor-section-height-default" data-id="b759637" data-element_type="section" data-settings="{&quot;background_background&quot;:&quot;classic&quot;}">
  832. <div class="elementor-background-overlay"></div>
  833. <div class="elementor-container elementor-column-gap-no">
  834. <div class="elementor-column elementor-col-50 elementor-top-column elementor-element elementor-element-3157065" data-id="3157065" data-element_type="column">
  835. <div class="elementor-widget-wrap elementor-element-populated">
  836. <div class="elementor-element elementor-element-d5c98bb elementor-headline--style-highlight elementor-widget elementor-widget-animated-headline" data-id="d5c98bb" data-element_type="widget" data-settings="{&quot;marker&quot;:&quot;double_underline&quot;,&quot;highlighted_text&quot;:&quot;Palmetto Car Service\u00ae&quot;,&quot;headline_style&quot;:&quot;highlight&quot;,&quot;highlight_animation_duration&quot;:1200}" data-widget_type="animated-headline.default">
  837. <div class="elementor-widget-container">
  838. <h1 class="elementor-headline">
  839. <span class="elementor-headline-dynamic-wrapper elementor-headline-text-wrapper">
  840. <span class="elementor-headline-dynamic-text elementor-headline-text-active">Palmetto Car Service®</span>
  841. </span>
  842. </h1>
  843. </div>
  844. </div>
  845. <div class="elementor-element elementor-element-47a2b1c elementor-widget elementor-widget-heading" data-id="47a2b1c" data-element_type="widget" data-widget_type="heading.default">
  846. <div class="elementor-widget-container">
  847. <h3 class="elementor-heading-title elementor-size-default">We Are Not The Biggest, We Are The Best!</h3> </div>
  848. </div>
  849. <div class="elementor-element elementor-element-56a5838 elementor-widget elementor-widget-heading" data-id="56a5838" data-element_type="widget" data-widget_type="heading.default">
  850. <div class="elementor-widget-container">
  851. <span class="elementor-heading-title elementor-size-default">As your premier choice for private car service, we offer luxury black limo SUVs and taxi services from Savannah Airport to Hilton Head, Bluffton, Okatie, Port Royal, Ridgeland, Beaufort, Hardeeville, and beyond!</span> </div>
  852. </div>
  853. </div>
  854. </div>
  855. <div class="elementor-column elementor-col-50 elementor-top-column elementor-element elementor-element-67215ca elementor-invisible" data-id="67215ca" data-element_type="column" data-settings="{&quot;background_background&quot;:&quot;classic&quot;,&quot;animation&quot;:&quot;zoomIn&quot;}">
  856. <div class="elementor-widget-wrap elementor-element-populated">
  857. <div class="elementor-element elementor-element-28f8ed0 elementor-widget elementor-widget-html" data-id="28f8ed0" data-element_type="widget" data-widget_type="html.default">
  858. <div class="elementor-widget-container">
  859. <div id='bro_reservation'></div><input type='hidden' id='cid' value='y91pjgRhOZhPTc%2bjrCBDMA%3d%3d' /><input type='hidden' id='dbaid' value='GHlTEHfxE1Hto19Xf%2fwR5A%3d%3d' /> <script type="rocketlazyloadscript" data-rocket-type='text/javascript'> (function () { var po = document.createElement('script'); po.type = 'text/javascript'; po.async = true; po.src = 'https://bookridesonline.com/web/reservation.js'; var s = document.getElementsByTagName('script')[0]; s.parentNode.insertBefore(po, s); })(); </script> </div>
  860. </div>
  861. </div>
  862. </div>
  863. </div>
  864. </section>
  865. <section data-particle_enable="false" data-particle-mobile-disabled="false" class="elementor-section elementor-top-section elementor-element elementor-element-444ec5c elementor-reverse-tablet elementor-reverse-mobile elementor-section-boxed elementor-section-height-default elementor-section-height-default" data-id="444ec5c" data-element_type="section" data-settings="{&quot;background_background&quot;:&quot;classic&quot;}">
  866. <div class="elementor-container elementor-column-gap-no">
  867. <div class="elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-293b798" data-id="293b798" data-element_type="column">
  868. <div class="elementor-widget-wrap elementor-element-populated">
  869. <div class="elementor-element elementor-element-652b771 elementor-widget__width-auto elementor-widget-mobile__width-inherit elementor-widget elementor-widget-counter" data-id="652b771" data-element_type="widget" data-widget_type="counter.default">
  870. <div class="elementor-widget-container">
  871. <div class="elementor-counter">
  872. <div class="elementor-counter-title">Years of Experiences</div> <div class="elementor-counter-number-wrapper">
  873. <span class="elementor-counter-number-prefix"></span>
  874. <span class="elementor-counter-number" data-duration="1000" data-to-value="25" data-from-value="1">1</span>
  875. <span class="elementor-counter-number-suffix">+</span>
  876. </div>
  877. </div>
  878. </div>
  879. </div>
  880. <div class="elementor-element elementor-element-0e16c4a elementor-widget__width-auto elementor-widget-mobile__width-inherit elementor-widget elementor-widget-counter" data-id="0e16c4a" data-element_type="widget" data-widget_type="counter.default">
  881. <div class="elementor-widget-container">
  882. <div class="elementor-counter">
  883. <div class="elementor-counter-title">Rides Completed</div> <div class="elementor-counter-number-wrapper">
  884. <span class="elementor-counter-number-prefix"></span>
  885. <span class="elementor-counter-number" data-duration="3000" data-to-value="12000" data-from-value="1000">1000</span>
  886. <span class="elementor-counter-number-suffix">+</span>
  887. </div>
  888. </div>
  889. </div>
  890. </div>
  891. <div class="elementor-element elementor-element-1da3379 elementor-widget__width-auto elementor-widget-mobile__width-inherit elementor-widget elementor-widget-counter" data-id="1da3379" data-element_type="widget" data-widget_type="counter.default">
  892. <div class="elementor-widget-container">
  893. <div class="elementor-counter">
  894. <div class="elementor-counter-title">Service Locations</div> <div class="elementor-counter-number-wrapper">
  895. <span class="elementor-counter-number-prefix"></span>
  896. <span class="elementor-counter-number" data-duration="1500" data-to-value="12" data-from-value="1">1</span>
  897. <span class="elementor-counter-number-suffix">+</span>
  898. </div>
  899. </div>
  900. </div>
  901. </div>
  902. </div>
  903. </div>
  904. </div>
  905. </section>
  906. <section data-particle_enable="false" data-particle-mobile-disabled="false" class="elementor-section elementor-top-section elementor-element elementor-element-f8aecae elementor-section-boxed elementor-section-height-default elementor-section-height-default" data-id="f8aecae" data-element_type="section">
  907. <div class="elementor-container elementor-column-gap-default">
  908. <div class="elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-1ea3ff6" data-id="1ea3ff6" data-element_type="column">
  909. <div class="elementor-widget-wrap elementor-element-populated">
  910. <div class="elementor-element elementor-element-5c44c66 elementor-widget elementor-widget-heading" data-id="5c44c66" data-element_type="widget" data-widget_type="heading.default">
  911. <div class="elementor-widget-container">
  912. <h2 class="elementor-heading-title elementor-size-default">History of Palmetto Car Service</h2> </div>
  913. </div>
  914. </div>
  915. </div>
  916. </div>
  917. </section>
  918. <section data-particle_enable="false" data-particle-mobile-disabled="false" class="elementor-section elementor-top-section elementor-element elementor-element-8be766d elementor-section-boxed elementor-section-height-default elementor-section-height-default" data-id="8be766d" data-element_type="section">
  919. <div class="elementor-container elementor-column-gap-default">
  920. <div class="elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-3ce8e9a" data-id="3ce8e9a" data-element_type="column">
  921. <div class="elementor-widget-wrap elementor-element-populated">
  922. <div class="elementor-element elementor-element-4362ec2 elementor-widget elementor-widget-text-editor" data-id="4362ec2" data-element_type="widget" data-widget_type="text-editor.default">
  923. <div class="elementor-widget-container">
  924. <div class="group w-full text-token-text-primary border-b border-black/10 dark:border-gray-900/50 bg-gray-50 dark:bg-[#444654]" data-testid="conversation-turn-57"><div class="p-4 justify-center text-base md:gap-6 md:py-6 m-auto"><div class="flex flex-1 gap-4 text-base mx-auto md:gap-6 md:max-w-2xl lg:max-w-[38rem] xl:max-w-3xl }"><div class="relative flex w-[calc(100%-50px)] flex-col gap-1 md:gap-3 lg:w-[calc(100%-115px)]"><div class="flex flex-grow flex-col gap-3 max-w-full"><div class="min-h-[20px] flex flex-col items-start gap-3 overflow-x-auto whitespace-pre-wrap break-words"><div class="markdown prose w-full break-words dark:prose-invert light"><p><span style="font-weight: 400;">Palmetto Car Service boasts a rich history that stands as a testament to entrepreneurial spirit, evolving into a beacon for luxurious transportation. From its humble origins to its current status as a cornerstone in the Savannah-Hilton Head area, the company&#8217;s growth is both inspiring and aspirational. Having been in the transportation business since 1986, </span><a href="https://palmettocarservice.com/about-us/"><span style="font-weight: 400;">Palmetto Car Service</span></a><span style="font-weight: 400;"> emerged in 2019 as a mid-grade transportation provider, with the sole mission of delivering impeccable car service and comfort to its clients. Distinguished by its unwavering commitment to customer satisfaction, the company quickly set itself apart, expanding its services to include black SUVs and large 14-van transportation options.</span></p></div></div></div></div></div></div></div> </div>
  925. </div>
  926. </div>
  927. </div>
  928. </div>
  929. </section>
  930. <section data-particle_enable="false" data-particle-mobile-disabled="false" class="elementor-section elementor-top-section elementor-element elementor-element-8f6c525 elementor-section-boxed elementor-section-height-default elementor-section-height-default" data-id="8f6c525" data-element_type="section">
  931. <div class="elementor-container elementor-column-gap-default">
  932. <div class="elementor-column elementor-col-50 elementor-top-column elementor-element elementor-element-84fa7fd" data-id="84fa7fd" data-element_type="column">
  933. <div class="elementor-widget-wrap elementor-element-populated">
  934. <div class="elementor-element elementor-element-1f8f71f elementor-widget elementor-widget-heading" data-id="1f8f71f" data-element_type="widget" data-widget_type="heading.default">
  935. <div class="elementor-widget-container">
  936. <h2 class="elementor-heading-title elementor-size-default">Why Palmetto Car Service is #1 in The Area?</h2> </div>
  937. </div>
  938. <div class="elementor-element elementor-element-762c17f elementor-widget elementor-widget-text-editor" data-id="762c17f" data-element_type="widget" data-widget_type="text-editor.default">
  939. <div class="elementor-widget-container">
  940. <p><span style="font-weight: 400;">Highly rated by locals and tourists alike, Palmetto Car Service has carved its niche as the gold standard for car service in the Low Country and Coastal Empire. Our dedication to customer satisfaction and our commitment to quality underpins everything we do. Whether you&#8217;re a strapped-for-time business executive, a leisurely tourist, or a regular commuter, we cater to your every transportation need with a standard of service that&#8217;s second to none.</span></p><p><span style="font-weight: 400;">Our commitment to our clients is an unwavering promise of safety, convenience, and luxury. We employ a strict screening process for our drivers and maintain our fleet to the highest industry standards. We guarantee reliability and peace of mind for every passenger.</span></p> </div>
  941. </div>
  942. </div>
  943. </div>
  944. <div class="elementor-column elementor-col-50 elementor-top-column elementor-element elementor-element-a09f524" data-id="a09f524" data-element_type="column">
  945. <div class="elementor-widget-wrap elementor-element-populated">
  946. <div class="elementor-element elementor-element-785e70c elementor-widget elementor-widget-image" data-id="785e70c" data-element_type="widget" data-widget_type="image.default">
  947. <div class="elementor-widget-container">
  948. <img decoding="async" width="800" height="800"   alt="luxury car service" data-srcset="https://palmettocarservice.com/wp-content/uploads/2024/05/luxury-car-service.jpg 800w, https://palmettocarservice.com/wp-content/uploads/2024/05/luxury-car-service-300x300.jpg 300w, https://palmettocarservice.com/wp-content/uploads/2024/05/luxury-car-service-150x150.jpg 150w, https://palmettocarservice.com/wp-content/uploads/2024/05/luxury-car-service-768x768.jpg 768w"  data-src="https://palmettocarservice.com/wp-content/uploads/2024/05/luxury-car-service.jpg" data-sizes="(max-width: 800px) 100vw, 800px" class="attachment-large size-large wp-image-9021 lazyload" src="data:image/gif;base64,R0lGODlhAQABAAAAACH5BAEKAAEALAAAAAABAAEAAAICTAEAOw==" /><noscript><img decoding="async" width="800" height="800" src="https://palmettocarservice.com/wp-content/uploads/2024/05/luxury-car-service.jpg" class="attachment-large size-large wp-image-9021" alt="luxury car service" srcset="https://palmettocarservice.com/wp-content/uploads/2024/05/luxury-car-service.jpg 800w, https://palmettocarservice.com/wp-content/uploads/2024/05/luxury-car-service-300x300.jpg 300w, https://palmettocarservice.com/wp-content/uploads/2024/05/luxury-car-service-150x150.jpg 150w, https://palmettocarservice.com/wp-content/uploads/2024/05/luxury-car-service-768x768.jpg 768w" sizes="(max-width: 800px) 100vw, 800px" /></noscript> </div>
  949. </div>
  950. </div>
  951. </div>
  952. </div>
  953. </section>
  954. <section data-particle_enable="false" data-particle-mobile-disabled="false" class="elementor-section elementor-top-section elementor-element elementor-element-ceef890 elementor-section-boxed elementor-section-height-default elementor-section-height-default" data-id="ceef890" data-element_type="section">
  955. <div class="elementor-container elementor-column-gap-default">
  956. <div class="elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-08ed510" data-id="08ed510" data-element_type="column">
  957. <div class="elementor-widget-wrap elementor-element-populated">
  958. <div class="elementor-element elementor-element-dca3420 elementor-widget elementor-widget-heading" data-id="dca3420" data-element_type="widget" data-widget_type="heading.default">
  959. <div class="elementor-widget-container">
  960. <h2 class="elementor-heading-title elementor-size-default"><a href="https://palmettocarservice.com/services/">What Car Services Does Palmetto Car Service Offer?</a></h2> </div>
  961. </div>
  962. </div>
  963. </div>
  964. </div>
  965. </section>
  966. <section data-particle_enable="false" data-particle-mobile-disabled="false" class="elementor-section elementor-top-section elementor-element elementor-element-74d6802 elementor-section-boxed elementor-section-height-default elementor-section-height-default" data-id="74d6802" data-element_type="section">
  967. <div class="elementor-container elementor-column-gap-no">
  968. <div class="elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-9d7d1a0" data-id="9d7d1a0" data-element_type="column">
  969. <div class="elementor-widget-wrap elementor-element-populated">
  970. <a class="eael-wrapper-link-5ae5fe8 --eael-wrapper-link-tag" href="https://palmettocarservice.com/services/airport-transportation/"></a> <div data-eael-wrapper-link="eael-wrapper-link-5ae5fe8" class="elementor-element elementor-element-5ae5fe8 elementor-cta--layout-image-above elementor-cta--valign-middle elementor-widget__width-initial elementor-widget-mobile__width-inherit elementor-cta--skin-classic elementor-animated-content elementor-bg-transform elementor-bg-transform-zoom-in elementor-invisible elementor-widget elementor-widget-call-to-action" data-id="5ae5fe8" data-element_type="widget" data-settings="{&quot;_animation&quot;:&quot;fadeInUp&quot;}" airport="" data-widget_type="call-to-action.default">
  971. <div class="elementor-widget-container">
  972. <div class="elementor-cta">
  973. <div class="elementor-cta__bg-wrapper">
  974. <div class="elementor-cta__bg elementor-bg" style="background-image: url(https://palmettocarservice.com/wp-content/uploads/2024/05/airport-transportation.jpg);" role="img" aria-label="airport transportation"></div>
  975. <div class="elementor-cta__bg-overlay"></div>
  976. </div>
  977. <div class="elementor-cta__content">
  978. <h4 class="elementor-cta__title elementor-cta__content-item elementor-content-item">
  979. Airport Transportation </h4>
  980. <div class="elementor-cta__description elementor-cta__content-item elementor-content-item">
  981. Experience the luxury of having your own personal driver with our airport transportation services. </div>
  982. <div class="elementor-cta__button-wrapper elementor-cta__content-item elementor-content-item ">
  983. <a class="elementor-cta__button elementor-button elementor-size-xs" href="https://palmettocarservice.com/booking/">
  984. Book Now » </a>
  985. </div>
  986. </div>
  987. </div>
  988. </div>
  989. </div>
  990. <a class="eael-wrapper-link-be141ba --eael-wrapper-link-tag" href="https://palmettocarservice.com/services/group-transportation/"></a> <div data-eael-wrapper-link="eael-wrapper-link-be141ba" class="elementor-element elementor-element-be141ba elementor-cta--layout-image-above elementor-cta--valign-middle elementor-widget__width-initial elementor-widget-mobile__width-inherit elementor-cta--skin-classic elementor-animated-content elementor-bg-transform elementor-bg-transform-zoom-in elementor-invisible elementor-widget elementor-widget-call-to-action" data-id="be141ba" data-element_type="widget" data-settings="{&quot;_animation&quot;:&quot;fadeInUp&quot;}" group="" data-widget_type="call-to-action.default">
  991. <div class="elementor-widget-container">
  992. <div class="elementor-cta">
  993. <div class="elementor-cta__bg-wrapper">
  994. <div class="elementor-cta__bg elementor-bg" style="background-image: url(https://palmettocarservice.com/wp-content/uploads/2024/05/passenger-van.jpeg);" role="img" aria-label="passenger van"></div>
  995. <div class="elementor-cta__bg-overlay"></div>
  996. </div>
  997. <div class="elementor-cta__content">
  998. <h4 class="elementor-cta__title elementor-cta__content-item elementor-content-item">
  999. Group Transportation </h4>
  1000. <div class="elementor-cta__description elementor-cta__content-item elementor-content-item">
  1001. We offer a range of transportation options to accommodate groups of all sizes. </div>
  1002. <div class="elementor-cta__button-wrapper elementor-cta__content-item elementor-content-item ">
  1003. <a class="elementor-cta__button elementor-button elementor-size-xs" href="https://palmettocarservice.com/booking/">
  1004. Book Now » </a>
  1005. </div>
  1006. </div>
  1007. </div>
  1008. </div>
  1009. </div>
  1010. <a class="eael-wrapper-link-a91244c --eael-wrapper-link-tag" href="https://palmettocarservice.com/services/chauffeur/"></a> <div data-eael-wrapper-link="eael-wrapper-link-a91244c" class="elementor-element elementor-element-a91244c elementor-cta--layout-image-above elementor-cta--valign-middle elementor-widget__width-initial elementor-widget-mobile__width-inherit elementor-cta--skin-classic elementor-animated-content elementor-bg-transform elementor-bg-transform-zoom-in elementor-invisible elementor-widget elementor-widget-call-to-action" data-id="a91244c" data-element_type="widget" data-settings="{&quot;_animation&quot;:&quot;fadeInUp&quot;}" chauffeur="" data-widget_type="call-to-action.default">
  1011. <div class="elementor-widget-container">
  1012. <div class="elementor-cta">
  1013. <div class="elementor-cta__bg-wrapper">
  1014. <div class="elementor-cta__bg elementor-bg" style="background-image: url(https://palmettocarservice.com/wp-content/uploads/2024/05/chauffeur-service.jpg);" role="img" aria-label="chauffeur service"></div>
  1015. <div class="elementor-cta__bg-overlay"></div>
  1016. </div>
  1017. <div class="elementor-cta__content">
  1018. <h4 class="elementor-cta__title elementor-cta__content-item elementor-content-item">
  1019. Chauffeur Services </h4>
  1020. <div class="elementor-cta__description elementor-cta__content-item elementor-content-item">
  1021. Our chauffeur services provide you with a luxurious and stress-free transportation experience. </div>
  1022. <div class="elementor-cta__button-wrapper elementor-cta__content-item elementor-content-item ">
  1023. <a class="elementor-cta__button elementor-button elementor-size-xs" href="https://palmettocarservice.com/booking/">
  1024. Book Now » </a>
  1025. </div>
  1026. </div>
  1027. </div>
  1028. </div>
  1029. </div>
  1030. <a class="eael-wrapper-link-e2b9971 --eael-wrapper-link-tag" href="https://palmettocarservice.com/services/special-events/"></a> <div data-eael-wrapper-link="eael-wrapper-link-e2b9971" class="elementor-element elementor-element-e2b9971 elementor-cta--layout-image-above elementor-cta--valign-middle elementor-widget__width-initial elementor-widget-mobile__width-inherit elementor-cta--skin-classic elementor-animated-content elementor-bg-transform elementor-bg-transform-zoom-in elementor-invisible elementor-widget elementor-widget-call-to-action" data-id="e2b9971" data-element_type="widget" data-settings="{&quot;_animation&quot;:&quot;fadeInUp&quot;}" palmetto="" data-widget_type="call-to-action.default">
  1031. <div class="elementor-widget-container">
  1032. <div class="elementor-cta">
  1033. <div class="elementor-cta__bg-wrapper">
  1034. <div class="elementor-cta__bg elementor-bg" style="background-image: url(https://palmettocarservice.com/wp-content/uploads/2024/10/special-event-transportation-1-768x460.jpg);" role="img" aria-label="Chauffeur Service"></div>
  1035. <div class="elementor-cta__bg-overlay"></div>
  1036. </div>
  1037. <div class="elementor-cta__content">
  1038. <h4 class="elementor-cta__title elementor-cta__content-item elementor-content-item">
  1039. Special Event & Wedding Transportation </h4>
  1040. <div class="elementor-cta__description elementor-cta__content-item elementor-content-item">
  1041. We offer exceptional transportation services that will take your event to the next level. </div>
  1042. <div class="elementor-cta__button-wrapper elementor-cta__content-item elementor-content-item ">
  1043. <a class="elementor-cta__button elementor-button elementor-size-xs" href="https://palmettocarservice.com/booking/">
  1044. Book Now » </a>
  1045. </div>
  1046. </div>
  1047. </div>
  1048. </div>
  1049. </div>
  1050. <a class="eael-wrapper-link-3991518 --eael-wrapper-link-tag" href="https://palmettocarservice.com/services/limo/"></a> <div data-eael-wrapper-link="eael-wrapper-link-3991518" class="elementor-element elementor-element-3991518 elementor-cta--layout-image-above elementor-cta--valign-middle elementor-widget__width-initial elementor-widget-mobile__width-inherit elementor-cta--skin-classic elementor-animated-content elementor-bg-transform elementor-bg-transform-zoom-in elementor-invisible elementor-widget elementor-widget-call-to-action" data-id="3991518" data-element_type="widget" data-settings="{&quot;_animation&quot;:&quot;fadeInUp&quot;}" limo="" data-widget_type="call-to-action.default">
  1051. <div class="elementor-widget-container">
  1052. <div class="elementor-cta">
  1053. <div class="elementor-cta__bg-wrapper">
  1054. <div class="elementor-cta__bg elementor-bg" style="background-image: url(https://palmettocarservice.com/wp-content/uploads/2024/05/limo-rental.jpg);" role="img" aria-label="limo rental"></div>
  1055. <div class="elementor-cta__bg-overlay"></div>
  1056. </div>
  1057. <div class="elementor-cta__content">
  1058. <h4 class="elementor-cta__title elementor-cta__content-item elementor-content-item">
  1059. Luxury Black Limo SUV </h4>
  1060. <div class="elementor-cta__description elementor-cta__content-item elementor-content-item">
  1061. We offer Luxury Black SUV transportation services that will take you in Style. Don't settle for Less with this Premier Comfort. </div>
  1062. <div class="elementor-cta__button-wrapper elementor-cta__content-item elementor-content-item ">
  1063. <a class="elementor-cta__button elementor-button elementor-size-xs" href="https://palmettocarservice.com/booking/">
  1064. Book Now » </a>
  1065. </div>
  1066. </div>
  1067. </div>
  1068. </div>
  1069. </div>
  1070. <a class="eael-wrapper-link-da998d1 --eael-wrapper-link-tag" href="https://palmettocarservice.com/services/corporate-travel/"></a> <div data-eael-wrapper-link="eael-wrapper-link-da998d1" class="elementor-element elementor-element-da998d1 elementor-cta--layout-image-above elementor-cta--valign-middle elementor-widget__width-initial elementor-widget-mobile__width-inherit elementor-cta--skin-classic elementor-animated-content elementor-bg-transform elementor-bg-transform-zoom-in elementor-invisible elementor-widget elementor-widget-call-to-action" data-id="da998d1" data-element_type="widget" data-settings="{&quot;_animation&quot;:&quot;fadeInUp&quot;}" palmetto="" data-widget_type="call-to-action.default">
  1071. <div class="elementor-widget-container">
  1072. <div class="elementor-cta">
  1073. <div class="elementor-cta__bg-wrapper">
  1074. <div class="elementor-cta__bg elementor-bg" style="background-image: url(https://palmettocarservice.com/wp-content/uploads/2024/05/corporate-transportation.jpg);" role="img" aria-label="corporate transportation"></div>
  1075. <div class="elementor-cta__bg-overlay"></div>
  1076. </div>
  1077. <div class="elementor-cta__content">
  1078. <h4 class="elementor-cta__title elementor-cta__content-item elementor-content-item">
  1079. Corporate Transportation </h4>
  1080. <div class="elementor-cta__description elementor-cta__content-item elementor-content-item">
  1081. Make your business travel a breeze with our corporate transportation services. </div>
  1082. <div class="elementor-cta__button-wrapper elementor-cta__content-item elementor-content-item ">
  1083. <a class="elementor-cta__button elementor-button elementor-size-xs" href="https://palmettocarservice.com/booking/">
  1084. Book Now » </a>
  1085. </div>
  1086. </div>
  1087. </div>
  1088. </div>
  1089. </div>
  1090. </div>
  1091. </div>
  1092. </div>
  1093. </section>
  1094. <section data-particle_enable="false" data-particle-mobile-disabled="false" class="elementor-section elementor-top-section elementor-element elementor-element-338079f elementor-section-content-middle elementor-section-boxed elementor-section-height-default elementor-section-height-default" data-id="338079f" data-element_type="section">
  1095. <div class="elementor-background-overlay"></div>
  1096. <div class="elementor-container elementor-column-gap-no">
  1097. <div class="elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-808fd77" data-id="808fd77" data-element_type="column">
  1098. <div class="elementor-widget-wrap elementor-element-populated">
  1099. <div class="elementor-element elementor-element-e0d6f97 elementor-widget elementor-widget-heading" data-id="e0d6f97" data-element_type="widget" data-widget_type="heading.default">
  1100. <div class="elementor-widget-container">
  1101. <h2 class="elementor-heading-title elementor-size-default"><a href="https://palmettocarservice.com/services/">Our Premier Fleets</a></h2> </div>
  1102. </div>
  1103. <section data-particle_enable="false" data-particle-mobile-disabled="false" class="elementor-section elementor-inner-section elementor-element elementor-element-ce5ed15 elementor-section-boxed elementor-section-height-default elementor-section-height-default" data-id="ce5ed15" data-element_type="section">
  1104. <div class="elementor-container elementor-column-gap-default">
  1105. <div class="elementor-column elementor-col-50 elementor-inner-column elementor-element elementor-element-e2561b6" data-id="e2561b6" data-element_type="column">
  1106. <div class="elementor-widget-wrap elementor-element-populated">
  1107. <div class="elementor-element elementor-element-0ad63e9 elementor-widget elementor-widget-heading" data-id="0ad63e9" data-element_type="widget" data-widget_type="heading.default">
  1108. <div class="elementor-widget-container">
  1109. <h3 class="elementor-heading-title elementor-size-default">Luxury Fleets for Every Occasion</h3> </div>
  1110. </div>
  1111. <div class="elementor-element elementor-element-dd21049 elementor-widget elementor-widget-text-editor" data-id="dd21049" data-element_type="widget" data-widget_type="text-editor.default">
  1112. <div class="elementor-widget-container">
  1113. <p>Our fleet comprises a selection of premier vehicles, each serving a unique travel purpose. From our Black SUVs to our spacious 14-passenger vans, private cars, and suburban cars that cater to larger group transportation, we have a vehicle suited to every type of travel requirement. Our sedans are perfect for professional trips around the city, while our limo SUVs provide an elegant touch for any occasion, especially for wedding transportation.</p><p>Especially, our vehicles are equipped with the latest amenities to make your ride as delightful as the destination. Experience our exceptional limo service through our luxurious and stylish limo SUVs, designed to elevate your travel experience.</p> </div>
  1114. </div>
  1115. </div>
  1116. </div>
  1117. <div class="elementor-column elementor-col-50 elementor-inner-column elementor-element elementor-element-840c1de" data-id="840c1de" data-element_type="column">
  1118. <div class="elementor-widget-wrap elementor-element-populated">
  1119. <div class="elementor-element elementor-element-5e14a57 elementor-widget elementor-widget-image" data-id="5e14a57" data-element_type="widget" data-widget_type="image.default">
  1120. <div class="elementor-widget-container">
  1121. <img decoding="async" width="1000" height="750"   alt="luxury car service" data-srcset="https://palmettocarservice.com/wp-content/uploads/2024/06/luxury-car-service.jpg 1000w, https://palmettocarservice.com/wp-content/uploads/2024/06/luxury-car-service-300x225.jpg 300w, https://palmettocarservice.com/wp-content/uploads/2024/06/luxury-car-service-768x576.jpg 768w"  data-src="https://palmettocarservice.com/wp-content/uploads/2024/06/luxury-car-service.jpg" data-sizes="(max-width: 1000px) 100vw, 1000px" class="attachment-large size-large wp-image-9891 lazyload" src="data:image/gif;base64,R0lGODlhAQABAAAAACH5BAEKAAEALAAAAAABAAEAAAICTAEAOw==" /><noscript><img decoding="async" width="1000" height="750" src="https://palmettocarservice.com/wp-content/uploads/2024/06/luxury-car-service.jpg" class="attachment-large size-large wp-image-9891" alt="luxury car service" srcset="https://palmettocarservice.com/wp-content/uploads/2024/06/luxury-car-service.jpg 1000w, https://palmettocarservice.com/wp-content/uploads/2024/06/luxury-car-service-300x225.jpg 300w, https://palmettocarservice.com/wp-content/uploads/2024/06/luxury-car-service-768x576.jpg 768w" sizes="(max-width: 1000px) 100vw, 1000px" /></noscript> </div>
  1122. </div>
  1123. </div>
  1124. </div>
  1125. </div>
  1126. </section>
  1127. <section data-particle_enable="false" data-particle-mobile-disabled="false" class="elementor-section elementor-inner-section elementor-element elementor-element-b3e42ec elementor-section-boxed elementor-section-height-default elementor-section-height-default" data-id="b3e42ec" data-element_type="section">
  1128. <div class="elementor-container elementor-column-gap-default">
  1129. <div class="elementor-column elementor-col-50 elementor-inner-column elementor-element elementor-element-f4d4332" data-id="f4d4332" data-element_type="column">
  1130. <div class="elementor-widget-wrap elementor-element-populated">
  1131. <div class="elementor-element elementor-element-1dba3cc elementor-widget elementor-widget-image" data-id="1dba3cc" data-element_type="widget" data-widget_type="image.default">
  1132. <div class="elementor-widget-container">
  1133. <img loading="lazy" decoding="async" width="1024" height="683"   alt="Taxi Service" data-srcset="https://palmettocarservice.com/wp-content/uploads/2024/05/Taxi-Bluffton-SC-1024x683.jpg 1024w, https://palmettocarservice.com/wp-content/uploads/2024/05/Taxi-Bluffton-SC-300x200.jpg 300w, https://palmettocarservice.com/wp-content/uploads/2024/05/Taxi-Bluffton-SC-768x512.jpg 768w, https://palmettocarservice.com/wp-content/uploads/2024/05/Taxi-Bluffton-SC.jpg 1200w"  data-src="https://palmettocarservice.com/wp-content/uploads/2024/05/Taxi-Bluffton-SC-1024x683.jpg" data-sizes="(max-width: 1024px) 100vw, 1024px" class="attachment-large size-large wp-image-9426 lazyload" src="data:image/gif;base64,R0lGODlhAQABAAAAACH5BAEKAAEALAAAAAABAAEAAAICTAEAOw==" /><noscript><img loading="lazy" decoding="async" width="1024" height="683" src="https://palmettocarservice.com/wp-content/uploads/2024/05/Taxi-Bluffton-SC-1024x683.jpg" class="attachment-large size-large wp-image-9426" alt="Taxi Service" srcset="https://palmettocarservice.com/wp-content/uploads/2024/05/Taxi-Bluffton-SC-1024x683.jpg 1024w, https://palmettocarservice.com/wp-content/uploads/2024/05/Taxi-Bluffton-SC-300x200.jpg 300w, https://palmettocarservice.com/wp-content/uploads/2024/05/Taxi-Bluffton-SC-768x512.jpg 768w, https://palmettocarservice.com/wp-content/uploads/2024/05/Taxi-Bluffton-SC.jpg 1200w" sizes="(max-width: 1024px) 100vw, 1024px" /></noscript> </div>
  1134. </div>
  1135. </div>
  1136. </div>
  1137. <div class="elementor-column elementor-col-50 elementor-inner-column elementor-element elementor-element-fc110fc" data-id="fc110fc" data-element_type="column">
  1138. <div class="elementor-widget-wrap elementor-element-populated">
  1139. <div class="elementor-element elementor-element-0de6bdd elementor-widget elementor-widget-heading" data-id="0de6bdd" data-element_type="widget" data-widget_type="heading.default">
  1140. <div class="elementor-widget-container">
  1141. <h3 class="elementor-heading-title elementor-size-default"> Shuttle and Taxi Services for Airport Transportation</h3> </div>
  1142. </div>
  1143. <div class="elementor-element elementor-element-845bf2e elementor-widget elementor-widget-text-editor" data-id="845bf2e" data-element_type="widget" data-widget_type="text-editor.default">
  1144. <div class="elementor-widget-container">
  1145. <p><span style="font-weight: 400;">Our shuttle service is designed for those looking for a cost-effective and reliable group travel solution. Additionally, our pre-scheduled taxi and all other private car services remain dependable choices. Our fleets are best for both shorter distances or solo travel, offering accessibility, convenience, and safety.</span></p><p><span style="font-weight: 400;">We provide a shuttle service for efficient airport transportation, including transfers between Hilton Head Airport and Savannah Airport. Whether you&#8217;re flying in or out, count on us for a seamless journey to or from the airport. Our commitment to being a one-stop solution for all your car service needs.</span></p> </div>
  1146. </div>
  1147. </div>
  1148. </div>
  1149. </div>
  1150. </section>
  1151. </div>
  1152. </div>
  1153. </div>
  1154. </section>
  1155. <section data-particle_enable="false" data-particle-mobile-disabled="false" class="elementor-section elementor-top-section elementor-element elementor-element-bdd5190 elementor-section-content-middle elementor-section-boxed elementor-section-height-default elementor-section-height-default" data-id="bdd5190" data-element_type="section">
  1156. <div class="elementor-background-overlay"></div>
  1157. <div class="elementor-container elementor-column-gap-no">
  1158. <div class="elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-a26659c" data-id="a26659c" data-element_type="column">
  1159. <div class="elementor-widget-wrap elementor-element-populated">
  1160. <div class="elementor-element elementor-element-f20977d elementor-align-center elementor-tablet-align-center elementor-mobile-align-center animated-slow elementor-icon-list--layout-traditional elementor-list-item-link-full_width elementor-invisible elementor-widget elementor-widget-icon-list" data-id="f20977d" data-element_type="widget" data-settings="{&quot;_animation&quot;:&quot;fadeInRight&quot;}" data-widget_type="icon-list.default">
  1161. <div class="elementor-widget-container">
  1162. <ul class="elementor-icon-list-items">
  1163. <li class="elementor-icon-list-item">
  1164. <a href="https://palmettocarservice.com/about-us/">
  1165.  
  1166. <span class="elementor-icon-list-icon">
  1167. <i aria-hidden="true" class="fas fa-circle-notch"></i> </span>
  1168. <span class="elementor-icon-list-text">About Us</span>
  1169. </a>
  1170. </li>
  1171. </ul>
  1172. </div>
  1173. </div>
  1174. <section data-particle_enable="false" data-particle-mobile-disabled="false" class="elementor-section elementor-inner-section elementor-element elementor-element-f86ba15 elementor-section-boxed elementor-section-height-default elementor-section-height-default" data-id="f86ba15" data-element_type="section">
  1175. <div class="elementor-container elementor-column-gap-default">
  1176. <div class="elementor-column elementor-col-100 elementor-inner-column elementor-element elementor-element-8d6ad90" data-id="8d6ad90" data-element_type="column">
  1177. <div class="elementor-widget-wrap elementor-element-populated">
  1178. <div class="elementor-element elementor-element-c0facb6 elementor-widget elementor-widget-heading" data-id="c0facb6" data-element_type="widget" data-widget_type="heading.default">
  1179. <div class="elementor-widget-container">
  1180. <h3 class="elementor-heading-title elementor-size-default">Best Transportation from Savannah Airport to Hilton Head</h3> </div>
  1181. </div>
  1182. <div class="elementor-element elementor-element-83b4099 elementor-widget elementor-widget-text-editor" data-id="83b4099" data-element_type="widget" data-widget_type="text-editor.default">
  1183. <div class="elementor-widget-container">
  1184. <p>Palmetto Car Service is your ideal choice for comfortable and stylish transportation, providing a premier Hilton Head and Savannah airport limo service for travelers who desire luxury and reliability. Additionally, our commitment to offering top-notch service and luxury transportation makes us the ideal choice for your travel needs in this beautiful region. Our professional drivers and premium fleet of vehicles are available for a range of travel ride options, including airport transportation, group transportation, and special events. Moreover, our diverse service offerings cater to various Taxi travel needs, ensuring that we can accommodate your requirements for different occasions and situations.</p><p>With over 25 years of experience serving the Lowcountry area, we have gained extensive knowledge of the region and can help you get to your destination promptly and with ease. Furthermore, our long-standing presence in the area means you can rely on our expertise and local insights to make your journey as smooth and efficient as possible.</p> </div>
  1185. </div>
  1186. </div>
  1187. </div>
  1188. </div>
  1189. </section>
  1190. <div class="elementor-element elementor-element-832b46e elementor-align-center elementor-widget__width-inherit elementor-invisible elementor-widget elementor-widget-button" data-id="832b46e" data-element_type="widget" data-settings="{&quot;_animation&quot;:&quot;zoomIn&quot;}" data-widget_type="button.default">
  1191. <div class="elementor-widget-container">
  1192. <div class="elementor-button-wrapper">
  1193. <a class="elementor-button elementor-button-link elementor-size-sm" href="https://palmettocarservice.com/about-us/">
  1194. <span class="elementor-button-content-wrapper">
  1195. <span class="elementor-button-icon">
  1196. <i aria-hidden="true" class="fas fa-arrow-right"></i> </span>
  1197. <span class="elementor-button-text">More About Us</span>
  1198. </span>
  1199. </a>
  1200. </div>
  1201. </div>
  1202. </div>
  1203. </div>
  1204. </div>
  1205. </div>
  1206. </section>
  1207. <section data-particle_enable="false" data-particle-mobile-disabled="false" class="elementor-section elementor-top-section elementor-element elementor-element-12ef442 elementor-section-boxed elementor-section-height-default elementor-section-height-default" data-id="12ef442" data-element_type="section">
  1208. <div class="elementor-container elementor-column-gap-default">
  1209. <div class="elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-3e95722" data-id="3e95722" data-element_type="column">
  1210. <div class="elementor-widget-wrap elementor-element-populated">
  1211. <div class="elementor-element elementor-element-1fc9077 elementor-widget elementor-widget-heading" data-id="1fc9077" data-element_type="widget" data-widget_type="heading.default">
  1212. <div class="elementor-widget-container">
  1213. <h2 class="elementor-heading-title elementor-size-default">Why Is Palmetto Car Service the Top Choice for Travelers?</h2> </div>
  1214. </div>
  1215. </div>
  1216. </div>
  1217. </div>
  1218. </section>
  1219. <section data-particle_enable="false" data-particle-mobile-disabled="false" class="elementor-section elementor-top-section elementor-element elementor-element-92126c6 elementor-section-boxed elementor-section-height-default elementor-section-height-default" data-id="92126c6" data-element_type="section">
  1220. <div class="elementor-container elementor-column-gap-default">
  1221. <div class="elementor-column elementor-col-25 elementor-top-column elementor-element elementor-element-1769410" data-id="1769410" data-element_type="column">
  1222. <div class="elementor-widget-wrap elementor-element-populated">
  1223. <div class="elementor-element elementor-element-f833cf8 elementor-widget elementor-widget-heading" data-id="f833cf8" data-element_type="widget" data-widget_type="heading.default">
  1224. <div class="elementor-widget-container">
  1225. <h3 class="elementor-heading-title elementor-size-default">Pre-scheduled Taxi Service</h3> </div>
  1226. </div>
  1227. <div class="elementor-element elementor-element-1ba1e62 elementor-widget elementor-widget-text-editor" data-id="1ba1e62" data-element_type="widget" data-widget_type="text-editor.default">
  1228. <div class="elementor-widget-container">
  1229. <p><span style="font-weight: 400;">Palmetto Car Service offers convenient and reliable pre-scheduled taxi services, ensuring you travel in comfort and style whenever you need. Whether you&#8217;re a local or visiting, our luxury rides are available at competitive prices.</span></p> </div>
  1230. </div>
  1231. </div>
  1232. </div>
  1233. <div class="elementor-column elementor-col-25 elementor-top-column elementor-element elementor-element-d57612d" data-id="d57612d" data-element_type="column">
  1234. <div class="elementor-widget-wrap elementor-element-populated">
  1235. <div class="elementor-element elementor-element-8a063ec elementor-widget elementor-widget-heading" data-id="8a063ec" data-element_type="widget" data-widget_type="heading.default">
  1236. <div class="elementor-widget-container">
  1237. <h3 class="elementor-heading-title elementor-size-default">Local Car Service Near You</h3> </div>
  1238. </div>
  1239. <div class="elementor-element elementor-element-a46f82b elementor-widget elementor-widget-text-editor" data-id="a46f82b" data-element_type="widget" data-widget_type="text-editor.default">
  1240. <div class="elementor-widget-container">
  1241. <p><span style="font-weight: 400;">We proudly serve the Lowcountry, including Bluffton, Hilton Head, Okatie, Ridgeland, Port Royal, Hardeeville, and Savannah. Our goal is to provide top-notch, affordable transportation that exceeds expectations.</span></p> </div>
  1242. </div>
  1243. </div>
  1244. </div>
  1245. <div class="elementor-column elementor-col-25 elementor-top-column elementor-element elementor-element-603dc4b" data-id="603dc4b" data-element_type="column">
  1246. <div class="elementor-widget-wrap elementor-element-populated">
  1247. <div class="elementor-element elementor-element-659d467 elementor-widget elementor-widget-heading" data-id="659d467" data-element_type="widget" data-widget_type="heading.default">
  1248. <div class="elementor-widget-container">
  1249. <h3 class="elementor-heading-title elementor-size-default">Car Service Savannah Airport</h3> </div>
  1250. </div>
  1251. <div class="elementor-element elementor-element-e36e37c elementor-widget elementor-widget-text-editor" data-id="e36e37c" data-element_type="widget" data-widget_type="text-editor.default">
  1252. <div class="elementor-widget-container">
  1253. <p><span style="font-weight: 400;">Experience smooth and stress-free travel with our reliable airport transportation from Savannah Airport to Hilton Head. Our professional chauffeurs ensure timely, comfortable, and hassle-free rides every time.</span></p> </div>
  1254. </div>
  1255. </div>
  1256. </div>
  1257. <div class="elementor-column elementor-col-25 elementor-top-column elementor-element elementor-element-413562e" data-id="413562e" data-element_type="column">
  1258. <div class="elementor-widget-wrap elementor-element-populated">
  1259. <div class="elementor-element elementor-element-5a9c448 elementor-widget elementor-widget-heading" data-id="5a9c448" data-element_type="widget" data-widget_type="heading.default">
  1260. <div class="elementor-widget-container">
  1261. <h3 class="elementor-heading-title elementor-size-default">Luxury Transportation</h3> </div>
  1262. </div>
  1263. <div class="elementor-element elementor-element-7e71711 elementor-widget elementor-widget-text-editor" data-id="7e71711" data-element_type="widget" data-widget_type="text-editor.default">
  1264. <div class="elementor-widget-container">
  1265. <p><span style="font-weight: 400;">Palmetto Car Service is committed to delivering exceptional luxury transportation. From airport transfers to special events, our fleet of vehicles is tailored to meet your needs, ensuring an outstanding travel experience.</span></p> </div>
  1266. </div>
  1267. </div>
  1268. </div>
  1269. </div>
  1270. </section>
  1271. <section data-particle_enable="false" data-particle-mobile-disabled="false" class="elementor-section elementor-top-section elementor-element elementor-element-c451d67 elementor-section-boxed elementor-section-height-default elementor-section-height-default" data-id="c451d67" data-element_type="section">
  1272. <div class="elementor-container elementor-column-gap-default">
  1273. <div class="elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-d5f48e5" data-id="d5f48e5" data-element_type="column">
  1274. <div class="elementor-widget-wrap elementor-element-populated">
  1275. <div class="elementor-element elementor-element-2df3fae elementor-widget elementor-widget-heading" data-id="2df3fae" data-element_type="widget" data-widget_type="heading.default">
  1276. <div class="elementor-widget-container">
  1277. <h2 class="elementor-heading-title elementor-size-default">How Does Palmetto Car Service Ensure Safe and Reliable Transportation?</h2> </div>
  1278. </div>
  1279. <div class="elementor-element elementor-element-9886982 elementor-widget elementor-widget-text-editor" data-id="9886982" data-element_type="widget" data-widget_type="text-editor.default">
  1280. <div class="elementor-widget-container">
  1281. <p><span style="font-weight: 400;">At Palmetto Car Service, we understand the value of having a car service you can trust. Every vehicle in our fleet is meticulously maintained and fully insured, so you can rest assured that your safety is our top priority. Our team of </span><a href="https://palmettocarservice.com/services/chauffeur/"><span style="font-weight: 400;">professional chauffeurs</span></a><span style="font-weight: 400;"> experiences thorough background checks and continuous training to guarantee a smooth and secure ride.</span></p><p><span style="font-weight: 400;">We stand out not just for commitment to stringent safety standards, but also for our exemplary record of on-time performance. Whether you&#8217;re heading to a meeting or catching a flight, you can depend on us to get you to your destination promptly. We take the time to proactively monitor traffic patterns and stay informed about flight delays, so you don&#8217;t have to worry about timing.</span></p><p><span style="font-weight: 400;">Our dedication to reliability extends beyond punctuality. We are also committed to offering consistent service quality. We ensure that every ride with Palmetto Car Service is as seamless and enjoyable as the last. From the moment you book with us to the second you arrive at your drop-off point, you can trust that you&#8217;re in safe hands.</span></p> </div>
  1282. </div>
  1283. </div>
  1284. </div>
  1285. </div>
  1286. </section>
  1287. <section data-particle_enable="false" data-particle-mobile-disabled="false" class="elementor-section elementor-top-section elementor-element elementor-element-89668ca elementor-section-boxed elementor-section-height-default elementor-section-height-default" data-id="89668ca" data-element_type="section">
  1288. <div class="elementor-container elementor-column-gap-default">
  1289. <div class="elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-66facf3" data-id="66facf3" data-element_type="column">
  1290. <div class="elementor-widget-wrap elementor-element-populated">
  1291. <div class="elementor-element elementor-element-1d72c3f elementor-widget elementor-widget-heading" data-id="1d72c3f" data-element_type="widget" data-widget_type="heading.default">
  1292. <div class="elementor-widget-container">
  1293. <h2 class="elementor-heading-title elementor-size-default">How is Palmetto Car Service Personalized for Your Needs?</h2> </div>
  1294. </div>
  1295. <div class="elementor-element elementor-element-7576183 elementor-widget elementor-widget-text-editor" data-id="7576183" data-element_type="widget" data-widget_type="text-editor.default">
  1296. <div class="elementor-widget-container">
  1297. <p><span style="font-weight: 400;">We don&#8217;t just transport you from one place to another — we curate an experience adjusted to your unique requirements. We personalize our service to make your trip as comfortable as possible.</span></p><p><span style="font-weight: 400;">By choosing Palmetto Car Service, you choose a service that understands and respects your events. If you&#8217;re traveling for business and need to focus, our black SUV provides a quiet space equipped with onboard Wi-Fi. If you’re on vacation, our drivers will engage with your interests, recommending local spots and ensuring you have a pleasant and memorable time.</span></p><p><span style="font-weight: 400;">Our commitment to personalization extends to all aspects of our service, from the selection of your vehicle to the route taken. We take the time to understand your preferences to enhance your overall travel experience. Because for us, the little details make a significant difference.</span></p> </div>
  1298. </div>
  1299. </div>
  1300. </div>
  1301. </div>
  1302. </section>
  1303. <section data-particle_enable="false" data-particle-mobile-disabled="false" class="elementor-section elementor-top-section elementor-element elementor-element-511f31f elementor-section-boxed elementor-section-height-default elementor-section-height-default" data-id="511f31f" data-element_type="section">
  1304. <div class="elementor-container elementor-column-gap-default">
  1305. <div class="elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-6ac4077" data-id="6ac4077" data-element_type="column">
  1306. <div class="elementor-widget-wrap elementor-element-populated">
  1307. <div class="elementor-element elementor-element-d7cc4b9 elementor-widget elementor-widget-heading" data-id="d7cc4b9" data-element_type="widget" data-widget_type="heading.default">
  1308. <div class="elementor-widget-container">
  1309. <h2 class="elementor-heading-title elementor-size-default">How Can Palmetto Car Service Make Your Moments Unforgettable?</h2> </div>
  1310. </div>
  1311. <div class="elementor-element elementor-element-51fe435 elementor-widget elementor-widget-text-editor" data-id="51fe435" data-element_type="widget" data-widget_type="text-editor.default">
  1312. <div class="elementor-widget-container">
  1313. <p>We believe that we are more than just a transportation company. Our dedication to delivering top-notch private car service and our commitment to ensuring your exceptional travel experience set us apart. Our rides have very active preserved vehicles if you require local car service near you at any time. Our well-maintained vehicles reflect our commitment to safety, comfort, and the overall quality of service we offer to our clients. We personalize and meticulously plan trips for our trusted customers, helping them create memories that will last a lifetime.</p><p>Our attention to detail and dedication to making every journey special are what set us apart as a transportation service that cares about your experience. We provide unparalleled elegance and unmatched comfort to make every ride a remarkable experience filled with joy and pleasure. Moreover, our commitment to delivering a luxurious and comfortable journey ensures that you can enjoy your transportation with the highest level of satisfaction.  </p> </div>
  1314. </div>
  1315. </div>
  1316. </div>
  1317. </div>
  1318. </section>
  1319. <section data-particle_enable="false" data-particle-mobile-disabled="false" class="elementor-section elementor-top-section elementor-element elementor-element-fe048cc elementor-section-boxed elementor-section-height-default elementor-section-height-default" data-id="fe048cc" data-element_type="section">
  1320. <div class="elementor-container elementor-column-gap-no">
  1321. <div class="elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-3631d6e" data-id="3631d6e" data-element_type="column">
  1322. <div class="elementor-widget-wrap elementor-element-populated">
  1323. <div class="elementor-element elementor-element-ecbf83d elementor-widget elementor-widget-heading" data-id="ecbf83d" data-element_type="widget" data-widget_type="heading.default">
  1324. <div class="elementor-widget-container">
  1325. <h2 class="elementor-heading-title elementor-size-default">10+ Service Locations</h2> </div>
  1326. </div>
  1327. <div class="elementor-element elementor-element-bd6be73 elementor-widget elementor-widget-text-editor" data-id="bd6be73" data-element_type="widget" data-widget_type="text-editor.default">
  1328. <div class="elementor-widget-container">
  1329. <div class="flex flex-grow flex-col gap-3"><div class="min-h-[20px] flex flex-col items-start gap-4 whitespace-pre-wrap"><div class="markdown prose w-full break-words dark:prose-invert light"><p>Experience the Convenience of Our Transportation Services Across 10+ Locations</p></div></div></div> </div>
  1330. </div>
  1331. </div>
  1332. </div>
  1333. </div>
  1334. </section>
  1335. <section data-particle_enable="false" data-particle-mobile-disabled="false" class="elementor-section elementor-top-section elementor-element elementor-element-a0d1a79 elementor-section-boxed elementor-section-height-default elementor-section-height-default" data-id="a0d1a79" data-element_type="section">
  1336. <div class="elementor-container elementor-column-gap-default">
  1337. <div class="elementor-column elementor-col-20 elementor-top-column elementor-element elementor-element-bfe5aa6" data-id="bfe5aa6" data-element_type="column" data-settings="{&quot;background_background&quot;:&quot;classic&quot;}">
  1338. <div class="elementor-widget-wrap elementor-element-populated">
  1339. <div class="elementor-background-overlay"></div>
  1340. <div class="elementor-element elementor-element-3fc66e4 elementor-widget elementor-widget-image" data-id="3fc66e4" data-element_type="widget" data-widget_type="image.default">
  1341. <div class="elementor-widget-container">
  1342. <figure class="wp-caption">
  1343. <a href="https://palmettocarservice.com/locations/hilton-head/">
  1344. <img width="1200" height="800" decoding="async"  title="hilton head island 1 e1686221253169" alt="Transportation from Savannah Airport to Hilton Head, Savannah Airport to Hilton Head, Savannah Airport to Hilton Head, Hilton Head to Savannah Airport, Hilton Head Airport shuttle, Hilton Head Airport Transportation, Airport Shuttle Hilton Head, savannah to Hilton head shuttle, shuttle from savannah to Hilton Head, Hilton Head Car Service, taxi hilton head island, Shuttle From Savannah Airport to Hilton head, Savannah Airport Shuttle Hilton Head, shuttle from hilton head to savannah airport, Car Service Savannah to Hilton head, Hilton Head Island to Savannah Airport shuttle, Hilton Head Airport Shuttle"  loading="lazy" data-src="https://palmettocarservice.com/wp-content/uploads/elementor/thumbs/hilton-head-island-1-e1686221253169-q7nohqvmcowq14mk4eniy747sbxdl779iwer34e3wg.jpg" class="elementor-animation-grow lazyload" src="data:image/gif;base64,R0lGODlhAQABAAAAACH5BAEKAAEALAAAAAABAAEAAAICTAEAOw==" /><noscript><img width="1200" height="800" decoding="async" src="https://palmettocarservice.com/wp-content/uploads/elementor/thumbs/hilton-head-island-1-e1686221253169-q7nohqvmcowq14mk4eniy747sbxdl779iwer34e3wg.jpg" title="hilton head island 1 e1686221253169" alt="Transportation from Savannah Airport to Hilton Head, Savannah Airport to Hilton Head, Savannah Airport to Hilton Head, Hilton Head to Savannah Airport, Hilton Head Airport shuttle, Hilton Head Airport Transportation, Airport Shuttle Hilton Head, savannah to Hilton head shuttle, shuttle from savannah to Hilton Head, Hilton Head Car Service, taxi hilton head island, Shuttle From Savannah Airport to Hilton head, Savannah Airport Shuttle Hilton Head, shuttle from hilton head to savannah airport, Car Service Savannah to Hilton head, Hilton Head Island to Savannah Airport shuttle, Hilton Head Airport Shuttle" class="elementor-animation-grow" loading="lazy" /></noscript> </a>
  1345. <figcaption class="widget-image-caption wp-caption-text">Hilton Head</figcaption>
  1346. </figure>
  1347. </div>
  1348. </div>
  1349. </div>
  1350. </div>
  1351. <div class="elementor-column elementor-col-20 elementor-top-column elementor-element elementor-element-ab8c7e5" data-id="ab8c7e5" data-element_type="column">
  1352. <div class="elementor-widget-wrap elementor-element-populated">
  1353. <div class="elementor-element elementor-element-617bc5e elementor-widget elementor-widget-image" data-id="617bc5e" data-element_type="widget" data-widget_type="image.default">
  1354. <div class="elementor-widget-container">
  1355. <figure class="wp-caption">
  1356. <a href="https://palmettocarservice.com/locations/fripp-island/">
  1357. <img width="1200" height="800" decoding="async"  title="Fripp Island" alt="Fripp Island"  loading="lazy" data-src="https://palmettocarservice.com/wp-content/uploads/elementor/thumbs/Fripp-Island-qpp1khi7qba6wod1q7ux68rmmn5ku1kyz4d3634x1c.jpg" class="elementor-animation-grow lazyload" src="data:image/gif;base64,R0lGODlhAQABAAAAACH5BAEKAAEALAAAAAABAAEAAAICTAEAOw==" /><noscript><img width="1200" height="800" decoding="async" src="https://palmettocarservice.com/wp-content/uploads/elementor/thumbs/Fripp-Island-qpp1khi7qba6wod1q7ux68rmmn5ku1kyz4d3634x1c.jpg" title="Fripp Island" alt="Fripp Island" class="elementor-animation-grow" loading="lazy" /></noscript> </a>
  1358. <figcaption class="widget-image-caption wp-caption-text">Fripp Island</figcaption>
  1359. </figure>
  1360. </div>
  1361. </div>
  1362. </div>
  1363. </div>
  1364. <div class="elementor-column elementor-col-20 elementor-top-column elementor-element elementor-element-e78bb45" data-id="e78bb45" data-element_type="column">
  1365. <div class="elementor-widget-wrap elementor-element-populated">
  1366. <div class="elementor-element elementor-element-2c518d5 elementor-widget elementor-widget-image" data-id="2c518d5" data-element_type="widget" data-widget_type="image.default">
  1367. <div class="elementor-widget-container">
  1368. <figure class="wp-caption">
  1369. <a href="https://palmettocarservice.com/locations/bluffton/">
  1370. <img width="1200" height="800" decoding="async"  title="Bluffton 1" alt="Airport Transportation Bluffton sc, Taxi Bluffton SC, bluffton to savannah, Airport Shuttle Bluffton, Bluffton SC to Savannah GA- Best professional chauffeur Services in Bluffton"  loading="lazy" data-src="https://palmettocarservice.com/wp-content/uploads/elementor/thumbs/Bluffton-1-q425kighvu245q8t6qi25ekkduaqmzuxj4tjwzuibk.jpg" class="elementor-animation-grow lazyload" src="data:image/gif;base64,R0lGODlhAQABAAAAACH5BAEKAAEALAAAAAABAAEAAAICTAEAOw==" /><noscript><img width="1200" height="800" decoding="async" src="https://palmettocarservice.com/wp-content/uploads/elementor/thumbs/Bluffton-1-q425kighvu245q8t6qi25ekkduaqmzuxj4tjwzuibk.jpg" title="Bluffton 1" alt="Airport Transportation Bluffton sc, Taxi Bluffton SC, bluffton to savannah, Airport Shuttle Bluffton, Bluffton SC to Savannah GA- Best professional chauffeur Services in Bluffton" class="elementor-animation-grow" loading="lazy" /></noscript> </a>
  1371. <figcaption class="widget-image-caption wp-caption-text">Bluffton</figcaption>
  1372. </figure>
  1373. </div>
  1374. </div>
  1375. </div>
  1376. </div>
  1377. <div class="elementor-column elementor-col-20 elementor-top-column elementor-element elementor-element-ca52420" data-id="ca52420" data-element_type="column">
  1378. <div class="elementor-widget-wrap elementor-element-populated">
  1379. <div class="elementor-element elementor-element-f0db0c2 elementor-widget elementor-widget-image" data-id="f0db0c2" data-element_type="widget" data-widget_type="image.default">
  1380. <div class="elementor-widget-container">
  1381. <figure class="wp-caption">
  1382. <a href="https://palmettocarservice.com/locations/okatie/">
  1383. <img width="1200" height="800" decoding="async"  title="Okatie 2 e1686413459124" alt="Palmetto car Service 843-981-1111, Okatie SC to Savannah GA, Okatie"  loading="lazy" data-src="https://palmettocarservice.com/wp-content/uploads/elementor/thumbs/Okatie-2-e1686413459124-q7rjw92v76v4ruytkom2esmp60co10bk672yczej40.jpg" class="elementor-animation-grow lazyload" src="data:image/gif;base64,R0lGODlhAQABAAAAACH5BAEKAAEALAAAAAABAAEAAAICTAEAOw==" /><noscript><img width="1200" height="800" decoding="async" src="https://palmettocarservice.com/wp-content/uploads/elementor/thumbs/Okatie-2-e1686413459124-q7rjw92v76v4ruytkom2esmp60co10bk672yczej40.jpg" title="Okatie 2 e1686413459124" alt="Palmetto car Service 843-981-1111, Okatie SC to Savannah GA, Okatie" class="elementor-animation-grow" loading="lazy" /></noscript> </a>
  1384. <figcaption class="widget-image-caption wp-caption-text">Okatie</figcaption>
  1385. </figure>
  1386. </div>
  1387. </div>
  1388. </div>
  1389. </div>
  1390. <div class="elementor-column elementor-col-20 elementor-top-column elementor-element elementor-element-c59749f" data-id="c59749f" data-element_type="column">
  1391. <div class="elementor-widget-wrap elementor-element-populated">
  1392. <div class="elementor-element elementor-element-e07dcda elementor-widget elementor-widget-image" data-id="e07dcda" data-element_type="widget" data-widget_type="image.default">
  1393. <div class="elementor-widget-container">
  1394. <figure class="wp-caption">
  1395. <a href="https://palmettocarservice.com/locations/port-royal/">
  1396. <img width="1200" height="800" decoding="async"  title="car service Beaufort, SC" alt="car service Beaufort, SC"  loading="lazy" data-src="https://palmettocarservice.com/wp-content/uploads/elementor/thumbs/car-service-beaufort-sc-qniipdshgjsgxira4tt66tfjp894498jaq60o68gg0.jpg" class="elementor-animation-grow lazyload" src="data:image/gif;base64,R0lGODlhAQABAAAAACH5BAEKAAEALAAAAAABAAEAAAICTAEAOw==" /><noscript><img width="1200" height="800" decoding="async" src="https://palmettocarservice.com/wp-content/uploads/elementor/thumbs/car-service-beaufort-sc-qniipdshgjsgxira4tt66tfjp894498jaq60o68gg0.jpg" title="car service Beaufort, SC" alt="car service Beaufort, SC" class="elementor-animation-grow" loading="lazy" /></noscript> </a>
  1397. <figcaption class="widget-image-caption wp-caption-text">Port Royal</figcaption>
  1398. </figure>
  1399. </div>
  1400. </div>
  1401. </div>
  1402. </div>
  1403. </div>
  1404. </section>
  1405. <section data-particle_enable="false" data-particle-mobile-disabled="false" class="elementor-section elementor-top-section elementor-element elementor-element-65e0e86 elementor-section-boxed elementor-section-height-default elementor-section-height-default" data-id="65e0e86" data-element_type="section">
  1406. <div class="elementor-container elementor-column-gap-default">
  1407. <div class="elementor-column elementor-col-20 elementor-top-column elementor-element elementor-element-1bff889" data-id="1bff889" data-element_type="column" data-settings="{&quot;background_background&quot;:&quot;classic&quot;}">
  1408. <div class="elementor-widget-wrap elementor-element-populated">
  1409. <div class="elementor-background-overlay"></div>
  1410. <div class="elementor-element elementor-element-dd84154 elementor-widget elementor-widget-image" data-id="dd84154" data-element_type="widget" data-widget_type="image.default">
  1411. <div class="elementor-widget-container">
  1412. <figure class="wp-caption">
  1413. <a href="https://palmettocarservice.com/locations/ridgeland/">
  1414. <img width="1200" height="800" decoding="async"  title="Ridgeland" alt="Ridgeland-Transportation- Transportation services-car service-palmetto car service- Ridgeland Sc to Savannah Airport, Ridgeland Airport"  loading="lazy" data-src="https://palmettocarservice.com/wp-content/uploads/elementor/thumbs/Ridgeland-q429qgnm5dbuaafml1whf2crxp7pkq5ehbf313ijpc.jpg" class="elementor-animation-grow lazyload" src="data:image/gif;base64,R0lGODlhAQABAAAAACH5BAEKAAEALAAAAAABAAEAAAICTAEAOw==" /><noscript><img width="1200" height="800" decoding="async" src="https://palmettocarservice.com/wp-content/uploads/elementor/thumbs/Ridgeland-q429qgnm5dbuaafml1whf2crxp7pkq5ehbf313ijpc.jpg" title="Ridgeland" alt="Ridgeland-Transportation- Transportation services-car service-palmetto car service- Ridgeland Sc to Savannah Airport, Ridgeland Airport" class="elementor-animation-grow" loading="lazy" /></noscript> </a>
  1415. <figcaption class="widget-image-caption wp-caption-text">Ridgeland</figcaption>
  1416. </figure>
  1417. </div>
  1418. </div>
  1419. </div>
  1420. </div>
  1421. <div class="elementor-column elementor-col-20 elementor-top-column elementor-element elementor-element-13e40fa" data-id="13e40fa" data-element_type="column">
  1422. <div class="elementor-widget-wrap elementor-element-populated">
  1423. <div class="elementor-element elementor-element-2281b1d elementor-widget elementor-widget-image" data-id="2281b1d" data-element_type="widget" data-widget_type="image.default">
  1424. <div class="elementor-widget-container">
  1425. <figure class="wp-caption">
  1426. <a href="https://palmettocarservice.com/locations/best-car-service-in-beaufort/">
  1427. <img width="1200" height="800" decoding="async"  title="Beaufort" alt="Beaufort-Transportation- Transportation services-car service-palmetto car service-taxi Beaufort SC-savannah ga to beaufort sc-transportation services beaufort sc-savannah airport to beaufort sc-savannah to beaufort sc- chauffeured transportation In Beaufort"  loading="lazy" data-src="https://palmettocarservice.com/wp-content/uploads/elementor/thumbs/Beaufort-q429uggx70spmmmq9a2eik2atnivaf0c138dgflb9c.jpg" class="elementor-animation-grow lazyload" src="data:image/gif;base64,R0lGODlhAQABAAAAACH5BAEKAAEALAAAAAABAAEAAAICTAEAOw==" /><noscript><img width="1200" height="800" decoding="async" src="https://palmettocarservice.com/wp-content/uploads/elementor/thumbs/Beaufort-q429uggx70spmmmq9a2eik2atnivaf0c138dgflb9c.jpg" title="Beaufort" alt="Beaufort-Transportation- Transportation services-car service-palmetto car service-taxi Beaufort SC-savannah ga to beaufort sc-transportation services beaufort sc-savannah airport to beaufort sc-savannah to beaufort sc- chauffeured transportation In Beaufort" class="elementor-animation-grow" loading="lazy" /></noscript> </a>
  1428. <figcaption class="widget-image-caption wp-caption-text">Beaufort</figcaption>
  1429. </figure>
  1430. </div>
  1431. </div>
  1432. </div>
  1433. </div>
  1434. <div class="elementor-column elementor-col-20 elementor-top-column elementor-element elementor-element-e3491fa" data-id="e3491fa" data-element_type="column">
  1435. <div class="elementor-widget-wrap elementor-element-populated">
  1436. <div class="elementor-element elementor-element-f808b07 elementor-widget elementor-widget-image" data-id="f808b07" data-element_type="widget" data-widget_type="image.default">
  1437. <div class="elementor-widget-container">
  1438. <figure class="wp-caption">
  1439. <a href="https://palmettocarservice.com/locations/hardeeville/">
  1440. <img width="1200" height="800" decoding="async"  title="Hardeeville SC" alt="Hardeeville SC"  loading="lazy" data-src="https://palmettocarservice.com/wp-content/uploads/elementor/thumbs/Hardeeville-SC-01-1024x768-1-q44mftsnnhogxb27fnoaw2h4v5a5rgx1e9tc1w6vy8.jpeg" class="elementor-animation-grow lazyload" src="data:image/gif;base64,R0lGODlhAQABAAAAACH5BAEKAAEALAAAAAABAAEAAAICTAEAOw==" /><noscript><img width="1200" height="800" decoding="async" src="https://palmettocarservice.com/wp-content/uploads/elementor/thumbs/Hardeeville-SC-01-1024x768-1-q44mftsnnhogxb27fnoaw2h4v5a5rgx1e9tc1w6vy8.jpeg" title="Hardeeville SC" alt="Hardeeville SC" class="elementor-animation-grow" loading="lazy" /></noscript> </a>
  1441. <figcaption class="widget-image-caption wp-caption-text">Hardeeville</figcaption>
  1442. </figure>
  1443. </div>
  1444. </div>
  1445. </div>
  1446. </div>
  1447. <div class="elementor-column elementor-col-20 elementor-top-column elementor-element elementor-element-c652d2b" data-id="c652d2b" data-element_type="column">
  1448. <div class="elementor-widget-wrap elementor-element-populated">
  1449. <div class="elementor-element elementor-element-fac79cc elementor-widget elementor-widget-image" data-id="fac79cc" data-element_type="widget" data-widget_type="image.default">
  1450. <div class="elementor-widget-container">
  1451. <figure class="wp-caption">
  1452. <a href="https://palmettocarservice.com/locations/st-helena-island/">
  1453. <img width="1200" height="800" decoding="async"  title="St Helena Island" alt="St Helena Island"  loading="lazy" data-src="https://palmettocarservice.com/wp-content/uploads/elementor/thumbs/St-Helena-Island-qpp1kbv6lb2gz0l8n5f5ra6v2bxdjuykycg6afda2o.jpg" class="elementor-animation-grow lazyload" src="data:image/gif;base64,R0lGODlhAQABAAAAACH5BAEKAAEALAAAAAABAAEAAAICTAEAOw==" /><noscript><img width="1200" height="800" decoding="async" src="https://palmettocarservice.com/wp-content/uploads/elementor/thumbs/St-Helena-Island-qpp1kbv6lb2gz0l8n5f5ra6v2bxdjuykycg6afda2o.jpg" title="St Helena Island" alt="St Helena Island" class="elementor-animation-grow" loading="lazy" /></noscript> </a>
  1454. <figcaption class="widget-image-caption wp-caption-text">St. Helena Island</figcaption>
  1455. </figure>
  1456. </div>
  1457. </div>
  1458. </div>
  1459. </div>
  1460. <div class="elementor-column elementor-col-20 elementor-top-column elementor-element elementor-element-c690a1b" data-id="c690a1b" data-element_type="column">
  1461. <div class="elementor-widget-wrap elementor-element-populated">
  1462. <div class="elementor-element elementor-element-5fd00ac elementor-widget elementor-widget-image" data-id="5fd00ac" data-element_type="widget" data-widget_type="image.default">
  1463. <div class="elementor-widget-container">
  1464. <figure class="wp-caption">
  1465. <a href="https://palmettocarservice.com/locations/savannah/">
  1466. <img width="1200" height="800" decoding="async"  title="Savannah Town" alt="Savannah Town-shuttle from Hilton head to savannah airport-car service-palmetto car service- 843-981-1111-jacksonville,Car Service In Savannah"  loading="lazy" data-src="https://palmettocarservice.com/wp-content/uploads/elementor/thumbs/Savannah-Town-q42abei6ehzsxk0mb3r9ys4gcq031za4oymhx0gt34.jpg" class="elementor-animation-grow lazyload" src="data:image/gif;base64,R0lGODlhAQABAAAAACH5BAEKAAEALAAAAAABAAEAAAICTAEAOw==" /><noscript><img width="1200" height="800" decoding="async" src="https://palmettocarservice.com/wp-content/uploads/elementor/thumbs/Savannah-Town-q42abei6ehzsxk0mb3r9ys4gcq031za4oymhx0gt34.jpg" title="Savannah Town" alt="Savannah Town-shuttle from Hilton head to savannah airport-car service-palmetto car service- 843-981-1111-jacksonville,Car Service In Savannah" class="elementor-animation-grow" loading="lazy" /></noscript> </a>
  1467. <figcaption class="widget-image-caption wp-caption-text">Savannah</figcaption>
  1468. </figure>
  1469. </div>
  1470. </div>
  1471. </div>
  1472. </div>
  1473. </div>
  1474. </section>
  1475. <section data-particle_enable="false" data-particle-mobile-disabled="false" class="elementor-section elementor-top-section elementor-element elementor-element-8b7e31e elementor-section-boxed elementor-section-height-default elementor-section-height-default" data-id="8b7e31e" data-element_type="section" data-settings="{&quot;background_background&quot;:&quot;classic&quot;}">
  1476. <div class="elementor-container elementor-column-gap-default">
  1477. <div class="elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-2913bd0" data-id="2913bd0" data-element_type="column">
  1478. <div class="elementor-widget-wrap elementor-element-populated">
  1479. <div class="elementor-element elementor-element-fe3a502 elementor-widget elementor-widget-heading" data-id="fe3a502" data-element_type="widget" data-widget_type="heading.default">
  1480. <div class="elementor-widget-container">
  1481. <h2 class="elementor-heading-title elementor-size-default">Why Should You Choose Palmetto Car Service?</h2> </div>
  1482. </div>
  1483. </div>
  1484. </div>
  1485. </div>
  1486. </section>
  1487. <section data-particle_enable="false" data-particle-mobile-disabled="false" class="elementor-section elementor-top-section elementor-element elementor-element-eee4f87 elementor-section-boxed elementor-section-height-default elementor-section-height-default" data-id="eee4f87" data-element_type="section" data-settings="{&quot;background_background&quot;:&quot;classic&quot;,&quot;animation&quot;:&quot;none&quot;}">
  1488. <div class="elementor-container elementor-column-gap-no">
  1489. <div class="elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-9d6c83b" data-id="9d6c83b" data-element_type="column">
  1490. <div class="elementor-widget-wrap elementor-element-populated">
  1491. <div class="elementor-element elementor-element-6d985b0 elementor-view-stacked elementor-shape-square elementor-widget__width-initial elementor-widget-mobile__width-inherit elementor-position-top elementor-mobile-position-top elementor-widget elementor-widget-icon-box" data-id="6d985b0" data-element_type="widget" data-widget_type="icon-box.default">
  1492. <div class="elementor-widget-container">
  1493. <div class="elementor-icon-box-wrapper">
  1494.  
  1495. <div class="elementor-icon-box-icon">
  1496. <span  class="elementor-icon">
  1497. <i aria-hidden="true" class="fas fa-clock"></i> </span>
  1498. </div>
  1499. <div class="elementor-icon-box-content">
  1500.  
  1501. <div class="elementor-icon-box-title">
  1502. <span  >
  1503. Reliable Transportation </span>
  1504. </div>
  1505. <p class="elementor-icon-box-description">
  1506. Count on us for dependable and timely service, ensuring that you arrive at your destination on time and in comfort. </p>
  1507. </div>
  1508. </div>
  1509. </div>
  1510. </div>
  1511. <div class="elementor-element elementor-element-ef0e3e4 elementor-view-stacked elementor-shape-square elementor-widget__width-initial elementor-widget-mobile__width-inherit elementor-position-top elementor-mobile-position-top elementor-widget elementor-widget-icon-box" data-id="ef0e3e4" data-element_type="widget" data-widget_type="icon-box.default">
  1512. <div class="elementor-widget-container">
  1513. <div class="elementor-icon-box-wrapper">
  1514.  
  1515. <div class="elementor-icon-box-icon">
  1516. <span  class="elementor-icon">
  1517. <i aria-hidden="true" class="fas fa-user-check"></i> </span>
  1518. </div>
  1519. <div class="elementor-icon-box-content">
  1520.  
  1521. <div class="elementor-icon-box-title">
  1522. <span  >
  1523. Safe & Secure </span>
  1524. </div>
  1525. <p class="elementor-icon-box-description">
  1526. Our experienced chauffeurs are trained and licensed professionals who prioritize your safety and comfort throughout your journey. </p>
  1527. </div>
  1528. </div>
  1529. </div>
  1530. </div>
  1531. <div class="elementor-element elementor-element-fffe113 elementor-view-stacked elementor-shape-square elementor-widget__width-initial elementor-widget-mobile__width-inherit elementor-position-top elementor-mobile-position-top elementor-widget elementor-widget-icon-box" data-id="fffe113" data-element_type="widget" data-widget_type="icon-box.default">
  1532. <div class="elementor-widget-container">
  1533. <div class="elementor-icon-box-wrapper">
  1534.  
  1535. <div class="elementor-icon-box-icon">
  1536. <span  class="elementor-icon">
  1537. <i aria-hidden="true" class="fas fa-award"></i> </span>
  1538. </div>
  1539. <div class="elementor-icon-box-content">
  1540.  
  1541. <div class="elementor-icon-box-title">
  1542. <span  >
  1543. Professional Service </span>
  1544. </div>
  1545. <p class="elementor-icon-box-description">
  1546. Our knowledgeable and courteous chauffeurs and well-maintained vehicles ensure that you receive the highest level of professional service possible. </p>
  1547. </div>
  1548. </div>
  1549. </div>
  1550. </div>
  1551. <div class="elementor-element elementor-element-e9b8e39 elementor-view-stacked elementor-shape-square elementor-widget__width-initial elementor-widget-mobile__width-inherit elementor-position-top elementor-mobile-position-top elementor-widget elementor-widget-icon-box" data-id="e9b8e39" data-element_type="widget" data-widget_type="icon-box.default">
  1552. <div class="elementor-widget-container">
  1553. <div class="elementor-icon-box-wrapper">
  1554.  
  1555. <div class="elementor-icon-box-icon">
  1556. <span  class="elementor-icon">
  1557. <i aria-hidden="true" class="far fa-check-circle"></i> </span>
  1558. </div>
  1559. <div class="elementor-icon-box-content">
  1560.  
  1561. <div class="elementor-icon-box-title">
  1562. <span  >
  1563. Comfortable Rides </span>
  1564. </div>
  1565. <p class="elementor-icon-box-description">
  1566. Our luxurious vehicles are equipped with plush leather seats and climate control, providing you with a relaxing and enjoyable ride. </p>
  1567. </div>
  1568. </div>
  1569. </div>
  1570. </div>
  1571. </div>
  1572. </div>
  1573. </div>
  1574. </section>
  1575. <section data-particle_enable="false" data-particle-mobile-disabled="false" class="elementor-section elementor-top-section elementor-element elementor-element-2bf2b80 elementor-section-boxed elementor-section-height-default elementor-section-height-default elementor-invisible" data-id="2bf2b80" data-element_type="section" data-settings="{&quot;background_background&quot;:&quot;classic&quot;,&quot;animation&quot;:&quot;zoomIn&quot;}">
  1576. <div class="elementor-container elementor-column-gap-no">
  1577. <div class="elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-bb7133f" data-id="bb7133f" data-element_type="column">
  1578. <div class="elementor-widget-wrap elementor-element-populated">
  1579. <div class="elementor-element elementor-element-8d153ac elementor-widget elementor-widget-heading" data-id="8d153ac" data-element_type="widget" data-widget_type="heading.default">
  1580. <div class="elementor-widget-container">
  1581. <span class="elementor-heading-title elementor-size-default">Our Official Partners</span> </div>
  1582. </div>
  1583. <section data-particle_enable="false" data-particle-mobile-disabled="false" class="elementor-section elementor-inner-section elementor-element elementor-element-d9acaa4 elementor-section-content-middle elementor-section-boxed elementor-section-height-default elementor-section-height-default" data-id="d9acaa4" data-element_type="section">
  1584. <div class="elementor-container elementor-column-gap-no">
  1585. <div class="elementor-column elementor-col-33 elementor-inner-column elementor-element elementor-element-abab2b7" data-id="abab2b7" data-element_type="column">
  1586. <div class="elementor-widget-wrap elementor-element-populated">
  1587. <div class="elementor-element elementor-element-f574c30 elementor-widget elementor-widget-image" data-id="f574c30" data-element_type="widget" data-widget_type="image.default">
  1588. <div class="elementor-widget-container">
  1589. <img loading="lazy" decoding="async" width="219" height="73"   alt="skyblue aviation partner 1" data-src="https://palmettocarservice.com/wp-content/uploads/2023/03/Partner-1.png" class="attachment-medium size-medium wp-image-1469 lazyload" src="data:image/gif;base64,R0lGODlhAQABAAAAACH5BAEKAAEALAAAAAABAAEAAAICTAEAOw==" /><noscript><img loading="lazy" decoding="async" width="219" height="73" src="https://palmettocarservice.com/wp-content/uploads/2023/03/Partner-1.png" class="attachment-medium size-medium wp-image-1469" alt="skyblue aviation partner 1" /></noscript> </div>
  1590. </div>
  1591. </div>
  1592. </div>
  1593. <div class="elementor-column elementor-col-33 elementor-inner-column elementor-element elementor-element-9487f08" data-id="9487f08" data-element_type="column">
  1594. <div class="elementor-widget-wrap elementor-element-populated">
  1595. <div class="elementor-element elementor-element-1da5447 e-transform elementor-widget elementor-widget-image" data-id="1da5447" data-element_type="widget" data-settings="{&quot;_transform_rotateZ_effect&quot;:{&quot;unit&quot;:&quot;px&quot;,&quot;size&quot;:&quot;&quot;,&quot;sizes&quot;:[]},&quot;_transform_rotateZ_effect_tablet&quot;:{&quot;unit&quot;:&quot;deg&quot;,&quot;size&quot;:&quot;&quot;,&quot;sizes&quot;:[]},&quot;_transform_rotateZ_effect_mobile&quot;:{&quot;unit&quot;:&quot;deg&quot;,&quot;size&quot;:&quot;&quot;,&quot;sizes&quot;:[]}}" vacation="" data-widget_type="image.default">
  1596. <div class="elementor-widget-container">
  1597. <a href="https://www.vacationrentalhhi.com/">
  1598. <img loading="lazy" decoding="async" width="219" height="73"   alt="vacation rental HHI parner 2" data-src="https://palmettocarservice.com/wp-content/uploads/2023/03/Partner-2.png" class="attachment-medium size-medium wp-image-1470 lazyload" src="data:image/gif;base64,R0lGODlhAQABAAAAACH5BAEKAAEALAAAAAABAAEAAAICTAEAOw==" /><noscript><img loading="lazy" decoding="async" width="219" height="73" src="https://palmettocarservice.com/wp-content/uploads/2023/03/Partner-2.png" class="attachment-medium size-medium wp-image-1470" alt="vacation rental HHI parner 2" /></noscript> </a>
  1599. </div>
  1600. </div>
  1601. </div>
  1602. </div>
  1603. <div class="elementor-column elementor-col-33 elementor-inner-column elementor-element elementor-element-44857c1" data-id="44857c1" data-element_type="column">
  1604. <div class="elementor-widget-wrap elementor-element-populated">
  1605. <div class="elementor-element elementor-element-6be5ed8 elementor-widget elementor-widget-image" data-id="6be5ed8" data-element_type="widget" data-widget_type="image.default">
  1606. <div class="elementor-widget-container">
  1607. <img loading="lazy" decoding="async" width="204" height="68"   alt="Savannah/Hilton Head International Airport Partner 3" data-src="https://palmettocarservice.com/wp-content/uploads/2023/03/Partner-3.png" class="attachment-medium size-medium wp-image-1471 lazyload" src="data:image/gif;base64,R0lGODlhAQABAAAAACH5BAEKAAEALAAAAAABAAEAAAICTAEAOw==" /><noscript><img loading="lazy" decoding="async" width="204" height="68" src="https://palmettocarservice.com/wp-content/uploads/2023/03/Partner-3.png" class="attachment-medium size-medium wp-image-1471" alt="Savannah/Hilton Head International Airport Partner 3" /></noscript> </div>
  1608. </div>
  1609. </div>
  1610. </div>
  1611. </div>
  1612. </section>
  1613. </div>
  1614. </div>
  1615. </div>
  1616. </section>
  1617. <section data-particle_enable="false" data-particle-mobile-disabled="false" class="elementor-section elementor-top-section elementor-element elementor-element-531fe231 elementor-section-boxed elementor-section-height-default elementor-section-height-default" data-id="531fe231" data-element_type="section" data-settings="{&quot;background_background&quot;:&quot;classic&quot;}">
  1618. <div class="elementor-container elementor-column-gap-no">
  1619. <div class="elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-1f082fe0" data-id="1f082fe0" data-element_type="column">
  1620. <div class="elementor-widget-wrap elementor-element-populated">
  1621. <div class="elementor-element elementor-element-74f97bb4 elementor-align-center elementor-icon-list--layout-traditional elementor-list-item-link-full_width elementor-invisible elementor-widget elementor-widget-icon-list" data-id="74f97bb4" data-element_type="widget" data-settings="{&quot;_animation&quot;:&quot;fadeInDown&quot;}" data-widget_type="icon-list.default">
  1622. <div class="elementor-widget-container">
  1623. <ul class="elementor-icon-list-items">
  1624. <li class="elementor-icon-list-item">
  1625. <span class="elementor-icon-list-icon">
  1626. <i aria-hidden="true" class="fas fa-circle-notch"></i> </span>
  1627. <span class="elementor-icon-list-text">Customer Reviews</span>
  1628. </li>
  1629. </ul>
  1630. </div>
  1631. </div>
  1632. <div class="elementor-element elementor-element-659f3152 elementor-widget elementor-widget-icon-box" data-id="659f3152" data-element_type="widget" data-widget_type="icon-box.default">
  1633. <div class="elementor-widget-container">
  1634. <div class="elementor-icon-box-wrapper">
  1635.  
  1636. <div class="elementor-icon-box-content">
  1637.  
  1638. <h3 class="elementor-icon-box-title">
  1639. <span  >
  1640. See What Our Customers Are Saying About Our Services </span>
  1641. </h3>
  1642. </div>
  1643. </div>
  1644. </div>
  1645. </div>
  1646. </div>
  1647. </div>
  1648. </div>
  1649. </section>
  1650. <section data-particle_enable="false" data-particle-mobile-disabled="false" class="elementor-section elementor-top-section elementor-element elementor-element-77c693bc elementor-section-boxed elementor-section-height-default elementor-section-height-default elementor-invisible" data-id="77c693bc" data-element_type="section" data-settings="{&quot;animation&quot;:&quot;fadeInUp&quot;}">
  1651. <div class="elementor-container elementor-column-gap-no">
  1652. <div class="elementor-column elementor-col-50 elementor-top-column elementor-element elementor-element-62b5f458" data-id="62b5f458" data-element_type="column" data-settings="{&quot;background_background&quot;:&quot;classic&quot;}">
  1653. <div class="elementor-widget-wrap elementor-element-populated">
  1654. <div class="elementor-element elementor-element-5e439315 elementor-position-left elementor-mobile-position-left elementor-view-default elementor-vertical-align-top elementor-widget elementor-widget-icon-box" data-id="5e439315" data-element_type="widget" data-widget_type="icon-box.default">
  1655. <div class="elementor-widget-container">
  1656. <div class="elementor-icon-box-wrapper">
  1657.  
  1658. <div class="elementor-icon-box-icon">
  1659. <span  class="elementor-icon">
  1660. <i aria-hidden="true" class="fas fa-quote-left"></i> </span>
  1661. </div>
  1662. <div class="elementor-icon-box-content">
  1663.  
  1664. <div class="elementor-icon-box-title">
  1665. <span  >
  1666. John Erick </span>
  1667. </div>
  1668. <p class="elementor-icon-box-description">
  1669. Property Manager, Florida </p>
  1670. </div>
  1671. </div>
  1672. </div>
  1673. </div>
  1674. <div class="elementor-element elementor-element-1ffdb00e elementor-widget-divider--view-line elementor-widget elementor-widget-divider" data-id="1ffdb00e" data-element_type="widget" data-widget_type="divider.default">
  1675. <div class="elementor-widget-container">
  1676. <div class="elementor-divider">
  1677. <span class="elementor-divider-separator">
  1678. </span>
  1679. </div>
  1680. </div>
  1681. </div>
  1682. <div class="elementor-element elementor-element-11563efe elementor-widget elementor-widget-heading" data-id="11563efe" data-element_type="widget" data-widget_type="heading.default">
  1683. <div class="elementor-widget-container">
  1684. <div class="elementor-heading-title elementor-size-default">I had an important business meeting in town and I needed reliable transportation. Palmetto Car Service delivered beyond my expectations. Their driver arrived early, was professional and courteous, and got me to my meeting on time. The car was clean and comfortable, and the ride was smooth. I will definitely use Palmetto Car Service again in the future.</div> </div>
  1685. </div>
  1686. </div>
  1687. </div>
  1688. <div class="elementor-column elementor-col-50 elementor-top-column elementor-element elementor-element-33bbb3ae" data-id="33bbb3ae" data-element_type="column" data-settings="{&quot;background_background&quot;:&quot;classic&quot;}">
  1689. <div class="elementor-widget-wrap elementor-element-populated">
  1690. <div class="elementor-element elementor-element-34b05b74 elementor-position-left elementor-mobile-position-left elementor-view-default elementor-vertical-align-top elementor-widget elementor-widget-icon-box" data-id="34b05b74" data-element_type="widget" data-widget_type="icon-box.default">
  1691. <div class="elementor-widget-container">
  1692. <div class="elementor-icon-box-wrapper">
  1693.  
  1694. <div class="elementor-icon-box-icon">
  1695. <span  class="elementor-icon">
  1696. <i aria-hidden="true" class="fas fa-quote-left"></i> </span>
  1697. </div>
  1698. <div class="elementor-icon-box-content">
  1699.  
  1700. <div class="elementor-icon-box-title">
  1701. <span  >
  1702. Sarah Lamar </span>
  1703. </div>
  1704. <p class="elementor-icon-box-description">
  1705. Business owner, New York </p>
  1706. </div>
  1707. </div>
  1708. </div>
  1709. </div>
  1710. <div class="elementor-element elementor-element-47272332 elementor-widget-divider--view-line elementor-widget elementor-widget-divider" data-id="47272332" data-element_type="widget" data-widget_type="divider.default">
  1711. <div class="elementor-widget-container">
  1712. <div class="elementor-divider">
  1713. <span class="elementor-divider-separator">
  1714. </span>
  1715. </div>
  1716. </div>
  1717. </div>
  1718. <div class="elementor-element elementor-element-1108d5a7 elementor-widget elementor-widget-heading" data-id="1108d5a7" data-element_type="widget" data-widget_type="heading.default">
  1719. <div class="elementor-widget-container">
  1720. <div class="elementor-heading-title elementor-size-default">I recently used Palmetto Car Service for transportation to the airport and I couldn't be happier with the service. The driver arrived on time, was friendly and professional, and helped me with my bags. The car was spacious and comfortable, and the ride was smooth. I would highly recommend Palmetto Car Service for anyone looking for a reliable and comfortable transportation experience.</div> </div>
  1721. </div>
  1722. </div>
  1723. </div>
  1724. </div>
  1725. </section>
  1726. <section data-particle_enable="false" data-particle-mobile-disabled="false" class="elementor-section elementor-top-section elementor-element elementor-element-e79d9dd elementor-section-boxed elementor-section-height-default elementor-section-height-default" data-id="e79d9dd" data-element_type="section">
  1727. <div class="elementor-container elementor-column-gap-default">
  1728. <div class="elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-1d4067d" data-id="1d4067d" data-element_type="column">
  1729. <div class="elementor-widget-wrap elementor-element-populated">
  1730. <div class="elementor-element elementor-element-5bd4b52 elementor-align-center elementor-widget elementor-widget-button" data-id="5bd4b52" data-element_type="widget" data-widget_type="button.default">
  1731. <div class="elementor-widget-container">
  1732. <div class="elementor-button-wrapper">
  1733. <a class="elementor-button elementor-button-link elementor-size-sm" href="/locations">
  1734. <span class="elementor-button-content-wrapper">
  1735. <span class="elementor-button-icon">
  1736. <i aria-hidden="true" class="fas fa-arrow-right"></i> </span>
  1737. <span class="elementor-button-text">All Locations</span>
  1738. </span>
  1739. </a>
  1740. </div>
  1741. </div>
  1742. </div>
  1743. </div>
  1744. </div>
  1745. </div>
  1746. </section>
  1747. <section data-particle_enable="false" data-particle-mobile-disabled="false" class="elementor-section elementor-top-section elementor-element elementor-element-35ebe862 elementor-section-boxed elementor-section-height-default elementor-section-height-default" data-id="35ebe862" data-element_type="section">
  1748. <div class="elementor-container elementor-column-gap-no">
  1749. <div class="elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-63dc174b" data-id="63dc174b" data-element_type="column">
  1750. <div class="elementor-widget-wrap elementor-element-populated">
  1751. <div class="elementor-element elementor-element-3d82593f elementor-align-center elementor-icon-list--layout-traditional elementor-list-item-link-full_width elementor-invisible elementor-widget elementor-widget-icon-list" data-id="3d82593f" data-element_type="widget" data-settings="{&quot;_animation&quot;:&quot;fadeInDown&quot;}" data-widget_type="icon-list.default">
  1752. <div class="elementor-widget-container">
  1753. <ul class="elementor-icon-list-items">
  1754. <li class="elementor-icon-list-item">
  1755. <span class="elementor-icon-list-text">Insights and Inspiration on Car Service Transportation and Travel</span>
  1756. </li>
  1757. </ul>
  1758. </div>
  1759. </div>
  1760. <div class="elementor-element elementor-element-66d9b19d elementor-widget elementor-widget-heading" data-id="66d9b19d" data-element_type="widget" data-widget_type="heading.default">
  1761. <div class="elementor-widget-container">
  1762. <p class="elementor-heading-title elementor-size-default">Discover Our Blog for Tips, Trends, and News on  Luxury Car Service Transportation Services</p> </div>
  1763. </div>
  1764. </div>
  1765. </div>
  1766. </div>
  1767. </section>
  1768. <section data-particle_enable="false" data-particle-mobile-disabled="false" class="elementor-section elementor-top-section elementor-element elementor-element-7f8f36ed elementor-section-boxed elementor-section-height-default elementor-section-height-default" data-id="7f8f36ed" data-element_type="section">
  1769. <div class="elementor-container elementor-column-gap-no">
  1770. <div class="elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-659ab8ea" data-id="659ab8ea" data-element_type="column">
  1771. <div class="elementor-widget-wrap elementor-element-populated">
  1772. <div class="elementor-element elementor-element-45429541 elementor-posts--align-center elementor-grid-4 elementor-grid-tablet-2 elementor-grid-mobile-1 elementor-posts--thumbnail-top elementor-invisible elementor-widget elementor-widget-posts" data-id="45429541" data-element_type="widget" data-settings="{&quot;classic_row_gap&quot;:{&quot;unit&quot;:&quot;px&quot;,&quot;size&quot;:32,&quot;sizes&quot;:[]},&quot;_animation&quot;:&quot;fadeInUp&quot;,&quot;classic_columns&quot;:&quot;4&quot;,&quot;classic_columns_tablet&quot;:&quot;2&quot;,&quot;classic_columns_mobile&quot;:&quot;1&quot;,&quot;classic_row_gap_tablet&quot;:{&quot;unit&quot;:&quot;px&quot;,&quot;size&quot;:&quot;&quot;,&quot;sizes&quot;:[]},&quot;classic_row_gap_mobile&quot;:{&quot;unit&quot;:&quot;px&quot;,&quot;size&quot;:&quot;&quot;,&quot;sizes&quot;:[]}}" data-widget_type="posts.classic">
  1773. <div class="elementor-widget-container">
  1774. <div class="elementor-posts-container elementor-posts elementor-posts--skin-classic elementor-grid" role="list">
  1775. <article class="elementor-post elementor-grid-item post-11806 post type-post status-publish format-standard has-post-thumbnail hentry category-black-car-service" role="listitem">
  1776. <a class="elementor-post__thumbnail__link" href="https://palmettocarservice.com/savannah-airport-parking/" tabindex="-1" >
  1777. <div class="elementor-post__thumbnail"><img loading="lazy" decoding="async" width="300" height="200"   alt="Savannah Airport Parking" data-srcset="https://palmettocarservice.com/wp-content/uploads/2024/12/How-to-Avoid-Savannah-Airport-Parking-Hassles-300x200.jpg 300w, https://palmettocarservice.com/wp-content/uploads/2024/12/How-to-Avoid-Savannah-Airport-Parking-Hassles-1024x683.jpg 1024w, https://palmettocarservice.com/wp-content/uploads/2024/12/How-to-Avoid-Savannah-Airport-Parking-Hassles-768x512.jpg 768w, https://palmettocarservice.com/wp-content/uploads/2024/12/How-to-Avoid-Savannah-Airport-Parking-Hassles.jpg 1200w"  data-src="https://palmettocarservice.com/wp-content/uploads/2024/12/How-to-Avoid-Savannah-Airport-Parking-Hassles-300x200.jpg" data-sizes="(max-width: 300px) 100vw, 300px" class="attachment-medium size-medium wp-image-11810 lazyload" src="data:image/gif;base64,R0lGODlhAQABAAAAACH5BAEKAAEALAAAAAABAAEAAAICTAEAOw==" /><noscript><img loading="lazy" decoding="async" width="300" height="200" src="https://palmettocarservice.com/wp-content/uploads/2024/12/How-to-Avoid-Savannah-Airport-Parking-Hassles-300x200.jpg" class="attachment-medium size-medium wp-image-11810" alt="Savannah Airport Parking" srcset="https://palmettocarservice.com/wp-content/uploads/2024/12/How-to-Avoid-Savannah-Airport-Parking-Hassles-300x200.jpg 300w, https://palmettocarservice.com/wp-content/uploads/2024/12/How-to-Avoid-Savannah-Airport-Parking-Hassles-1024x683.jpg 1024w, https://palmettocarservice.com/wp-content/uploads/2024/12/How-to-Avoid-Savannah-Airport-Parking-Hassles-768x512.jpg 768w, https://palmettocarservice.com/wp-content/uploads/2024/12/How-to-Avoid-Savannah-Airport-Parking-Hassles.jpg 1200w" sizes="(max-width: 300px) 100vw, 300px" /></noscript></div>
  1778. </a>
  1779. <div class="elementor-post__text">
  1780. <h4 class="elementor-post__title">
  1781. <a href="https://palmettocarservice.com/savannah-airport-parking/" >
  1782. Savannah Airport Parking: How to Avoid the Hassles? </a>
  1783. </h4>
  1784. </div>
  1785. </article>
  1786. <article class="elementor-post elementor-grid-item post-11768 post type-post status-publish format-standard has-post-thumbnail hentry category-black-car-service" role="listitem">
  1787. <a class="elementor-post__thumbnail__link" href="https://palmettocarservice.com/closest-airport-to-savannah/" tabindex="-1" >
  1788. <div class="elementor-post__thumbnail"><img loading="lazy" decoding="async" width="300" height="200"   alt="Closest Airport to Savannah GA" data-srcset="https://palmettocarservice.com/wp-content/uploads/2024/11/Closest-Airport-to-Savannah-GA-300x200.png 300w, https://palmettocarservice.com/wp-content/uploads/2024/11/Closest-Airport-to-Savannah-GA-1024x683.png 1024w, https://palmettocarservice.com/wp-content/uploads/2024/11/Closest-Airport-to-Savannah-GA-768x512.png 768w, https://palmettocarservice.com/wp-content/uploads/2024/11/Closest-Airport-to-Savannah-GA.png 1200w"  data-src="https://palmettocarservice.com/wp-content/uploads/2024/11/Closest-Airport-to-Savannah-GA-300x200.png" data-sizes="(max-width: 300px) 100vw, 300px" class="attachment-medium size-medium wp-image-11772 lazyload" src="data:image/gif;base64,R0lGODlhAQABAAAAACH5BAEKAAEALAAAAAABAAEAAAICTAEAOw==" /><noscript><img loading="lazy" decoding="async" width="300" height="200" src="https://palmettocarservice.com/wp-content/uploads/2024/11/Closest-Airport-to-Savannah-GA-300x200.png" class="attachment-medium size-medium wp-image-11772" alt="Closest Airport to Savannah GA" srcset="https://palmettocarservice.com/wp-content/uploads/2024/11/Closest-Airport-to-Savannah-GA-300x200.png 300w, https://palmettocarservice.com/wp-content/uploads/2024/11/Closest-Airport-to-Savannah-GA-1024x683.png 1024w, https://palmettocarservice.com/wp-content/uploads/2024/11/Closest-Airport-to-Savannah-GA-768x512.png 768w, https://palmettocarservice.com/wp-content/uploads/2024/11/Closest-Airport-to-Savannah-GA.png 1200w" sizes="(max-width: 300px) 100vw, 300px" /></noscript></div>
  1789. </a>
  1790. <div class="elementor-post__text">
  1791. <h4 class="elementor-post__title">
  1792. <a href="https://palmettocarservice.com/closest-airport-to-savannah/" >
  1793. Closest Airport to Savannah, GA: A Traveler’s Guide </a>
  1794. </h4>
  1795. </div>
  1796. </article>
  1797. <article class="elementor-post elementor-grid-item post-11764 post type-post status-publish format-standard has-post-thumbnail hentry category-black-car-service" role="listitem">
  1798. <a class="elementor-post__thumbnail__link" href="https://palmettocarservice.com/closest-airport-to-bluffton-sc/" tabindex="-1" >
  1799. <div class="elementor-post__thumbnail"><img loading="lazy" decoding="async" width="300" height="200"   alt="closest airport to bluffton sc" data-srcset="https://palmettocarservice.com/wp-content/uploads/2024/11/closest-airport-to-bluffton-sc-300x200.jpg 300w, https://palmettocarservice.com/wp-content/uploads/2024/11/closest-airport-to-bluffton-sc-1024x683.jpg 1024w, https://palmettocarservice.com/wp-content/uploads/2024/11/closest-airport-to-bluffton-sc-768x512.jpg 768w, https://palmettocarservice.com/wp-content/uploads/2024/11/closest-airport-to-bluffton-sc.jpg 1200w"  data-src="https://palmettocarservice.com/wp-content/uploads/2024/11/closest-airport-to-bluffton-sc-300x200.jpg" data-sizes="(max-width: 300px) 100vw, 300px" class="attachment-medium size-medium wp-image-11766 lazyload" src="data:image/gif;base64,R0lGODlhAQABAAAAACH5BAEKAAEALAAAAAABAAEAAAICTAEAOw==" /><noscript><img loading="lazy" decoding="async" width="300" height="200" src="https://palmettocarservice.com/wp-content/uploads/2024/11/closest-airport-to-bluffton-sc-300x200.jpg" class="attachment-medium size-medium wp-image-11766" alt="closest airport to bluffton sc" srcset="https://palmettocarservice.com/wp-content/uploads/2024/11/closest-airport-to-bluffton-sc-300x200.jpg 300w, https://palmettocarservice.com/wp-content/uploads/2024/11/closest-airport-to-bluffton-sc-1024x683.jpg 1024w, https://palmettocarservice.com/wp-content/uploads/2024/11/closest-airport-to-bluffton-sc-768x512.jpg 768w, https://palmettocarservice.com/wp-content/uploads/2024/11/closest-airport-to-bluffton-sc.jpg 1200w" sizes="(max-width: 300px) 100vw, 300px" /></noscript></div>
  1800. </a>
  1801. <div class="elementor-post__text">
  1802. <h4 class="elementor-post__title">
  1803. <a href="https://palmettocarservice.com/closest-airport-to-bluffton-sc/" >
  1804. Which Airport is Closest to Bluffton, SC? A Complete Guide </a>
  1805. </h4>
  1806. </div>
  1807. </article>
  1808. <article class="elementor-post elementor-grid-item post-11614 post type-post status-publish format-standard has-post-thumbnail hentry category-black-car-service" role="listitem">
  1809. <a class="elementor-post__thumbnail__link" href="https://palmettocarservice.com/ohio-to-hilton-head-island/" tabindex="-1" >
  1810. <div class="elementor-post__thumbnail"><img loading="lazy" decoding="async" width="300" height="200"   alt="Ohio Travelers Guide" data-srcset="https://palmettocarservice.com/wp-content/uploads/2024/11/Ohio-Travelers-300x200.jpg 300w, https://palmettocarservice.com/wp-content/uploads/2024/11/Ohio-Travelers-1024x683.jpg 1024w, https://palmettocarservice.com/wp-content/uploads/2024/11/Ohio-Travelers-768x512.jpg 768w, https://palmettocarservice.com/wp-content/uploads/2024/11/Ohio-Travelers.jpg 1200w"  data-src="https://palmettocarservice.com/wp-content/uploads/2024/11/Ohio-Travelers-300x200.jpg" data-sizes="(max-width: 300px) 100vw, 300px" class="attachment-medium size-medium wp-image-11619 lazyload" src="data:image/gif;base64,R0lGODlhAQABAAAAACH5BAEKAAEALAAAAAABAAEAAAICTAEAOw==" /><noscript><img loading="lazy" decoding="async" width="300" height="200" src="https://palmettocarservice.com/wp-content/uploads/2024/11/Ohio-Travelers-300x200.jpg" class="attachment-medium size-medium wp-image-11619" alt="Ohio Travelers Guide" srcset="https://palmettocarservice.com/wp-content/uploads/2024/11/Ohio-Travelers-300x200.jpg 300w, https://palmettocarservice.com/wp-content/uploads/2024/11/Ohio-Travelers-1024x683.jpg 1024w, https://palmettocarservice.com/wp-content/uploads/2024/11/Ohio-Travelers-768x512.jpg 768w, https://palmettocarservice.com/wp-content/uploads/2024/11/Ohio-Travelers.jpg 1200w" sizes="(max-width: 300px) 100vw, 300px" /></noscript></div>
  1811. </a>
  1812. <div class="elementor-post__text">
  1813. <h4 class="elementor-post__title">
  1814. <a href="https://palmettocarservice.com/ohio-to-hilton-head-island/" >
  1815. Ohio&#8217;s Guide Before Comes to Hilton Head Island </a>
  1816. </h4>
  1817. </div>
  1818. </article>
  1819. </div>
  1820. </div>
  1821. </div>
  1822. </div>
  1823. </div>
  1824. </div>
  1825. </section>
  1826. <section data-particle_enable="false" data-particle-mobile-disabled="false" class="elementor-section elementor-top-section elementor-element elementor-element-8a47cd8 elementor-section-content-middle elementor-section-boxed elementor-section-height-default elementor-section-height-default" data-id="8a47cd8" data-element_type="section">
  1827. <div class="elementor-background-overlay"></div>
  1828. <div class="elementor-container elementor-column-gap-no">
  1829. <div class="elementor-column elementor-col-50 elementor-top-column elementor-element elementor-element-0a76dea" data-id="0a76dea" data-element_type="column">
  1830. <div class="elementor-widget-wrap elementor-element-populated">
  1831. <div class="elementor-element elementor-element-b18970d elementor-widget elementor-widget-image" data-id="b18970d" data-element_type="widget" data-settings="{&quot;motion_fx_motion_fx_scrolling&quot;:&quot;yes&quot;,&quot;motion_fx_translateY_effect&quot;:&quot;yes&quot;,&quot;motion_fx_translateY_speed&quot;:{&quot;unit&quot;:&quot;px&quot;,&quot;size&quot;:1,&quot;sizes&quot;:[]},&quot;motion_fx_translateY_affectedRange&quot;:{&quot;unit&quot;:&quot;%&quot;,&quot;size&quot;:&quot;&quot;,&quot;sizes&quot;:{&quot;start&quot;:0,&quot;end&quot;:100}},&quot;motion_fx_devices&quot;:[&quot;desktop&quot;,&quot;tablet&quot;,&quot;mobile&quot;]}" data-widget_type="image.default">
  1832. <div class="elementor-widget-container">
  1833. <img loading="lazy" decoding="async" width="1024" height="497"   alt="car service Hilton Head, SC" data-srcset="https://palmettocarservice.com/wp-content/uploads/2024/05/car-service-hilton-head-island.jpg 1024w, https://palmettocarservice.com/wp-content/uploads/2024/05/car-service-hilton-head-island-300x146.jpg 300w, https://palmettocarservice.com/wp-content/uploads/2024/05/car-service-hilton-head-island-768x373.jpg 768w"  data-src="https://palmettocarservice.com/wp-content/uploads/2024/05/car-service-hilton-head-island.jpg" data-sizes="(max-width: 1024px) 100vw, 1024px" class="attachment-large size-large wp-image-9010 lazyload" src="data:image/gif;base64,R0lGODlhAQABAAAAACH5BAEKAAEALAAAAAABAAEAAAICTAEAOw==" /><noscript><img loading="lazy" decoding="async" width="1024" height="497" src="https://palmettocarservice.com/wp-content/uploads/2024/05/car-service-hilton-head-island.jpg" class="attachment-large size-large wp-image-9010" alt="car service Hilton Head, SC" srcset="https://palmettocarservice.com/wp-content/uploads/2024/05/car-service-hilton-head-island.jpg 1024w, https://palmettocarservice.com/wp-content/uploads/2024/05/car-service-hilton-head-island-300x146.jpg 300w, https://palmettocarservice.com/wp-content/uploads/2024/05/car-service-hilton-head-island-768x373.jpg 768w" sizes="(max-width: 1024px) 100vw, 1024px" /></noscript> </div>
  1834. </div>
  1835. </div>
  1836. </div>
  1837. <div class="elementor-column elementor-col-50 elementor-top-column elementor-element elementor-element-d8f9b55" data-id="d8f9b55" data-element_type="column">
  1838. <div class="elementor-widget-wrap elementor-element-populated">
  1839. <div class="elementor-element elementor-element-c22aaac elementor-widget elementor-widget-heading" data-id="c22aaac" data-element_type="widget" data-widget_type="heading.default">
  1840. <div class="elementor-widget-container">
  1841. <h2 class="elementor-heading-title elementor-size-default">What Luxury Transportation We Offer in Hilton Head?</h2> </div>
  1842. </div>
  1843. <div class="elementor-element elementor-element-5e3380e elementor-widget elementor-widget-text-editor" data-id="5e3380e" data-element_type="widget" data-widget_type="text-editor.default">
  1844. <div class="elementor-widget-container">
  1845. <p><span style="font-weight: 400;">Palmetto Car Service provides top-tier luxury transportation in the Hilton Head area. We offer a range of options from high-end vehicles to mid-grade vehicles and taxis. Whether you&#8217;re traveling to the airport, a business meeting, or a special event, our diverse fleet ensures you&#8217;ll find the perfect ride for any occasion.</span></p><p><span style="font-weight: 400;">Our professional drivers are committed to delivering exceptional service and exceeding your expectations. With modern vehicles equipped with the latest technology, we ensure that you arrive on time and in style, making your travel experience smooth and comfortable.</span></p> </div>
  1846. </div>
  1847. <div class="elementor-element elementor-element-cad195e elementor-align-justify elementor-invisible elementor-widget elementor-widget-button" data-id="cad195e" data-element_type="widget" data-settings="{&quot;_animation&quot;:&quot;zoomIn&quot;}" data-widget_type="button.default">
  1848. <div class="elementor-widget-container">
  1849. <div class="elementor-button-wrapper">
  1850. <a class="elementor-button elementor-button-link elementor-size-sm" href="https://palmettocarservice.com/booking/">
  1851. <span class="elementor-button-content-wrapper">
  1852. <span class="elementor-button-text">Book Now</span>
  1853. </span>
  1854. </a>
  1855. </div>
  1856. </div>
  1857. </div>
  1858. </div>
  1859. </div>
  1860. </div>
  1861. </section>
  1862. <section data-particle_enable="false" data-particle-mobile-disabled="false" class="elementor-section elementor-top-section elementor-element elementor-element-79a7623 elementor-section-boxed elementor-section-height-default elementor-section-height-default" data-id="79a7623" data-element_type="section">
  1863. <div class="elementor-container elementor-column-gap-default">
  1864. <div class="elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-7a19e3b" data-id="7a19e3b" data-element_type="column">
  1865. <div class="elementor-widget-wrap elementor-element-populated">
  1866. <div class="elementor-element elementor-element-d5b667a elementor-widget elementor-widget-heading" data-id="d5b667a" data-element_type="widget" data-widget_type="heading.default">
  1867. <div class="elementor-widget-container">
  1868. <h2 class="elementor-heading-title elementor-size-default">Why Should You Choose a Local Car Service?</h2> </div>
  1869. </div>
  1870. <div class="elementor-element elementor-element-90f3535 elementor-widget elementor-widget-text-editor" data-id="90f3535" data-element_type="widget" data-widget_type="text-editor.default">
  1871. <div class="elementor-widget-container">
  1872. <p><span style="font-weight: 400;">Choosing a local car service offers numerous benefits, including convenience and comfort. It eliminates the hassle of navigating traffic or finding parking, providing a stress-free travel experience whether you&#8217;re commuting or heading out for leisure.</span></p><p><span style="font-weight: 400;">A local car service is the perfect solution if you&#8217;re arriving at Savannah Airport and need transportation to Hilton Head. Pre-booking ensures your ride is ready and waiting, allowing for a seamless transfer directly to your destination.</span></p><p><span style="font-weight: 400;">Serving Hilton Head, Bluffton, Okatie, Ridgeland, Beaufort, Port Royal, Fripp Island, Hardeeville, Savannah, and Tybee Island, we make local transportation easy and reliable.</span></p> </div>
  1873. </div>
  1874. <div class="elementor-element elementor-element-b196daf elementor-align-center elementor-invisible elementor-widget elementor-widget-button" data-id="b196daf" data-element_type="widget" data-settings="{&quot;_animation&quot;:&quot;zoomIn&quot;}" data-widget_type="button.default">
  1875. <div class="elementor-widget-container">
  1876. <div class="elementor-button-wrapper">
  1877. <a class="elementor-button elementor-button-link elementor-size-sm" href="https://palmettocarservice.com/booking/">
  1878. <span class="elementor-button-content-wrapper">
  1879. <span class="elementor-button-text">Book Now</span>
  1880. </span>
  1881. </a>
  1882. </div>
  1883. </div>
  1884. </div>
  1885. </div>
  1886. </div>
  1887. </div>
  1888. </section>
  1889. <section data-particle_enable="false" data-particle-mobile-disabled="false" class="elementor-section elementor-top-section elementor-element elementor-element-9ccf270 elementor-section-full_width elementor-section-height-default elementor-section-height-default" data-id="9ccf270" data-element_type="section">
  1890. <div class="elementor-container elementor-column-gap-default">
  1891. <div class="elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-cc32921" data-id="cc32921" data-element_type="column">
  1892. <div class="elementor-widget-wrap elementor-element-populated">
  1893. <div class="elementor-element elementor-element-c0fa46d elementor-widget elementor-widget-html" data-id="c0fa46d" data-element_type="widget" data-widget_type="html.default">
  1894. <div class="elementor-widget-container">
  1895. <iframe  width="600" height="400" style="border:0;" allowfullscreen="" loading="lazy" referrerpolicy="no-referrer-when-downgrade" data-src="https://www.google.com/maps/embed?pb=!1m18!1m12!1m3!1d3374.1461079744727!2d-80.98325002435877!3d32.25415087388661!2m3!1f0!2f0!3f0!3m2!1i1024!2i768!4f13.1!3m3!1m2!1s0x8c227034a1931dcf%3A0xf1154678af6ec348!2sPalmetto%20Car%20Service!5e0!3m2!1sen!2sus!4v1708459306462!5m2!1sen!2sus" class="lazyload" src="data:image/gif;base64,R0lGODlhAQABAAAAACH5BAEKAAEALAAAAAABAAEAAAICTAEAOw=="></iframe> </div>
  1896. </div>
  1897. <div class="elementor-element elementor-element-b971e72 elementor-align-center elementor-widget elementor-widget-button" data-id="b971e72" data-element_type="widget" data-widget_type="button.default">
  1898. <div class="elementor-widget-container">
  1899. <div class="elementor-button-wrapper">
  1900. <a class="elementor-button elementor-button-link elementor-size-sm" href="https://maps.app.goo.gl/Y8ymn2LrpWSUUMyg7" target="_blank">
  1901. <span class="elementor-button-content-wrapper">
  1902. <span class="elementor-button-icon">
  1903. <i aria-hidden="true" class="fas fa-arrow-right"></i> </span>
  1904. <span class="elementor-button-text">Get Directions</span>
  1905. </span>
  1906. </a>
  1907. </div>
  1908. </div>
  1909. </div>
  1910. </div>
  1911. </div>
  1912. </div>
  1913. </section>
  1914. </div>
  1915. </div> <!-- ast-container -->
  1916. </div><!-- #content -->
  1917. <footer data-elementor-type="footer" data-elementor-id="1402" class="elementor elementor-1402 elementor-location-footer" data-elementor-post-type="elementor_library">
  1918. <section data-particle_enable="false" data-particle-mobile-disabled="false" class="elementor-section elementor-top-section elementor-element elementor-element-3bf6393 elementor-section-boxed elementor-section-height-default elementor-section-height-default" data-id="3bf6393" data-element_type="section" data-settings="{&quot;background_background&quot;:&quot;classic&quot;}">
  1919. <div class="elementor-container elementor-column-gap-no">
  1920. <div class="elementor-column elementor-col-25 elementor-top-column elementor-element elementor-element-fe928f1" data-id="fe928f1" data-element_type="column">
  1921. <div class="elementor-widget-wrap elementor-element-populated">
  1922. <div class="elementor-element elementor-element-215cd30 elementor-position-top elementor-widget elementor-widget-image-box" data-id="215cd30" data-element_type="widget" data-widget_type="image-box.default">
  1923. <div class="elementor-widget-container">
  1924. <div class="elementor-image-box-wrapper"><figure class="elementor-image-box-img"><a href="https://palmettocarservice.com" tabindex="-1"><img width="300" height="148"   alt="Palmetto Car Service" data-src="https://palmettocarservice.com/wp-content/uploads/2023/03/Palmetto-Car-Service®-e1733161704509.png" class="attachment-medium size-medium wp-image-11793 lazyload" src="data:image/gif;base64,R0lGODlhAQABAAAAACH5BAEKAAEALAAAAAABAAEAAAICTAEAOw==" /><noscript><img width="300" height="148" src="https://palmettocarservice.com/wp-content/uploads/2023/03/Palmetto-Car-Service®-e1733161704509.png" class="attachment-medium size-medium wp-image-11793" alt="Palmetto Car Service" /></noscript></a></figure><div class="elementor-image-box-content"><h4 class="elementor-image-box-title"><a href="https://palmettocarservice.com"> Reliable and Affordable Car Services</a></h4><p class="elementor-image-box-description">
  1925.  
  1926. Affordable car services, online payments and getting all the right people to all the right places. Reach your destination in a comfortable ride. Palmetto offers you one-stop solution for all your local travel needs. Plan in advance or just book for your immediate pick-up and drop-off. We will make your local traveling memorable.</p></div></div> </div>
  1927. </div>
  1928. </div>
  1929. </div>
  1930. <div class="elementor-column elementor-col-25 elementor-top-column elementor-element elementor-element-14b3175" data-id="14b3175" data-element_type="column">
  1931. <div class="elementor-widget-wrap elementor-element-populated">
  1932. <div class="elementor-element elementor-element-ff58b8f elementor-widget elementor-widget-heading" data-id="ff58b8f" data-element_type="widget" data-widget_type="heading.default">
  1933. <div class="elementor-widget-container">
  1934. <h5 class="elementor-heading-title elementor-size-default"><a href="https://palmettocarservice.com/services/">Our Services</a></h5> </div>
  1935. </div>
  1936. <div class="elementor-element elementor-element-42134df elementor-align-left elementor-mobile-align-left elementor-icon-list--layout-traditional elementor-list-item-link-full_width elementor-widget elementor-widget-icon-list" data-id="42134df" data-element_type="widget" data-widget_type="icon-list.default">
  1937. <div class="elementor-widget-container">
  1938. <ul class="elementor-icon-list-items">
  1939. <li class="elementor-icon-list-item">
  1940. <a href="https://palmettocarservice.com/services/airport-transportation/">
  1941.  
  1942. <span class="elementor-icon-list-icon">
  1943. <i aria-hidden="true" class="fas fa-chevron-right"></i> </span>
  1944. <span class="elementor-icon-list-text">Airport Transportation</span>
  1945. </a>
  1946. </li>
  1947. <li class="elementor-icon-list-item">
  1948. <a href="https://palmettocarservice.com/services/group-transportation/">
  1949.  
  1950. <span class="elementor-icon-list-icon">
  1951. <i aria-hidden="true" class="fas fa-chevron-right"></i> </span>
  1952. <span class="elementor-icon-list-text">Group Transportation</span>
  1953. </a>
  1954. </li>
  1955. <li class="elementor-icon-list-item">
  1956. <a href="https://palmettocarservice.com/services/corporate-travel/">
  1957.  
  1958. <span class="elementor-icon-list-icon">
  1959. <i aria-hidden="true" class="fas fa-chevron-right"></i> </span>
  1960. <span class="elementor-icon-list-text">Corporate Transportation</span>
  1961. </a>
  1962. </li>
  1963. <li class="elementor-icon-list-item">
  1964. <a href="https://palmettocarservice.com/services/chauffeur/">
  1965.  
  1966. <span class="elementor-icon-list-icon">
  1967. <i aria-hidden="true" class="fas fa-chevron-right"></i> </span>
  1968. <span class="elementor-icon-list-text">Chauffeur Service</span>
  1969. </a>
  1970. </li>
  1971. <li class="elementor-icon-list-item">
  1972. <a href="https://palmettocarservice.com/services/special-events/">
  1973.  
  1974. <span class="elementor-icon-list-icon">
  1975. <i aria-hidden="true" class="fas fa-chevron-right"></i> </span>
  1976. <span class="elementor-icon-list-text">Special Events</span>
  1977. </a>
  1978. </li>
  1979. <li class="elementor-icon-list-item">
  1980. <a href="https://palmettocarservice.com/services/limo/">
  1981.  
  1982. <span class="elementor-icon-list-icon">
  1983. <i aria-hidden="true" class="fas fa-chevron-right"></i> </span>
  1984. <span class="elementor-icon-list-text">Limo Service</span>
  1985. </a>
  1986. </li>
  1987. <li class="elementor-icon-list-item">
  1988. <a href="https://palmettocarservice.com/prescheduled-taxi/">
  1989.  
  1990. <span class="elementor-icon-list-icon">
  1991. <i aria-hidden="true" class="fas fa-chevron-right"></i> </span>
  1992. <span class="elementor-icon-list-text">Pre-scheduled Taxi</span>
  1993. </a>
  1994. </li>
  1995. </ul>
  1996. </div>
  1997. </div>
  1998. <div class="elementor-element elementor-element-502e411 elementor-widget-divider--view-line elementor-widget elementor-widget-divider" data-id="502e411" data-element_type="widget" data-widget_type="divider.default">
  1999. <div class="elementor-widget-container">
  2000. <div class="elementor-divider">
  2001. <span class="elementor-divider-separator">
  2002. </span>
  2003. </div>
  2004. </div>
  2005. </div>
  2006. <div class="elementor-element elementor-element-2559b77 elementor-list-item-link-full_width elementor-widget elementor-widget-icon-list" data-id="2559b77" data-element_type="widget" data-widget_type="icon-list.default">
  2007. <div class="elementor-widget-container">
  2008. <ul class="elementor-icon-list-items">
  2009. <li class="elementor-icon-list-item">
  2010. <a href="https://palmettocarservice.com/privacy-policy/">
  2011.  
  2012. <span class="elementor-icon-list-icon">
  2013. <i aria-hidden="true" class="fas fa-chevron-right"></i> </span>
  2014. <span class="elementor-icon-list-text"> Privacy Policy</span>
  2015. </a>
  2016. </li>
  2017. <li class="elementor-icon-list-item">
  2018. <a href="https://palmettocarservice.com/terms-of-service/">
  2019.  
  2020. <span class="elementor-icon-list-icon">
  2021. <i aria-hidden="true" class="fas fa-chevron-right"></i> </span>
  2022. <span class="elementor-icon-list-text">Terms of Service</span>
  2023. </a>
  2024. </li>
  2025. <li class="elementor-icon-list-item">
  2026. <a href="https://palmettocarservice.com/sitemap_index.xml">
  2027.  
  2028. <span class="elementor-icon-list-icon">
  2029. <i aria-hidden="true" class="fas fa-chevron-right"></i> </span>
  2030. <span class="elementor-icon-list-text">Sitemap</span>
  2031. </a>
  2032. </li>
  2033. </ul>
  2034. </div>
  2035. </div>
  2036. </div>
  2037. </div>
  2038. <div class="elementor-column elementor-col-25 elementor-top-column elementor-element elementor-element-cbbebcb" data-id="cbbebcb" data-element_type="column">
  2039. <div class="elementor-widget-wrap elementor-element-populated">
  2040. <div class="elementor-element elementor-element-8174032 elementor-widget elementor-widget-heading" data-id="8174032" data-element_type="widget" data-widget_type="heading.default">
  2041. <div class="elementor-widget-container">
  2042. <h5 class="elementor-heading-title elementor-size-default"><a href="https://palmettocarservice.com/locations/">Service Locations</a></h5> </div>
  2043. </div>
  2044. <div class="elementor-element elementor-element-6302dbe elementor-align-left elementor-mobile-align-left elementor-icon-list--layout-traditional elementor-list-item-link-full_width elementor-widget elementor-widget-icon-list" data-id="6302dbe" data-element_type="widget" data-widget_type="icon-list.default">
  2045. <div class="elementor-widget-container">
  2046. <ul class="elementor-icon-list-items">
  2047. <li class="elementor-icon-list-item">
  2048. <a href="/locations/hilton-head/">
  2049.  
  2050. <span class="elementor-icon-list-icon">
  2051. <i aria-hidden="true" class="fas fa-chevron-right"></i> </span>
  2052. <span class="elementor-icon-list-text">Hilton Head</span>
  2053. </a>
  2054. </li>
  2055. <li class="elementor-icon-list-item">
  2056. <a href="/locations/hilton-head-airport/">
  2057.  
  2058. <span class="elementor-icon-list-icon">
  2059. <i aria-hidden="true" class="fas fa-chevron-right"></i> </span>
  2060. <span class="elementor-icon-list-text">Hilton Head Airport</span>
  2061. </a>
  2062. </li>
  2063. <li class="elementor-icon-list-item">
  2064. <a href="/locations/bluffton/">
  2065.  
  2066. <span class="elementor-icon-list-icon">
  2067. <i aria-hidden="true" class="fas fa-chevron-right"></i> </span>
  2068. <span class="elementor-icon-list-text">Bluffton</span>
  2069. </a>
  2070. </li>
  2071. <li class="elementor-icon-list-item">
  2072. <a href="/locations/okatie/">
  2073.  
  2074. <span class="elementor-icon-list-icon">
  2075. <i aria-hidden="true" class="fas fa-chevron-right"></i> </span>
  2076. <span class="elementor-icon-list-text">Okatie</span>
  2077. </a>
  2078. </li>
  2079. <li class="elementor-icon-list-item">
  2080. <a href="/locations/ridgeland/">
  2081.  
  2082. <span class="elementor-icon-list-icon">
  2083. <i aria-hidden="true" class="fas fa-chevron-right"></i> </span>
  2084. <span class="elementor-icon-list-text">Ridgeland</span>
  2085. </a>
  2086. </li>
  2087. <li class="elementor-icon-list-item">
  2088. <a href="/locations/best-car-service-in-beaufort/">
  2089.  
  2090. <span class="elementor-icon-list-icon">
  2091. <i aria-hidden="true" class="fas fa-chevron-right"></i> </span>
  2092. <span class="elementor-icon-list-text">Beaufort</span>
  2093. </a>
  2094. </li>
  2095. <li class="elementor-icon-list-item">
  2096. <a href="/locations/port-royal/">
  2097.  
  2098. <span class="elementor-icon-list-icon">
  2099. <i aria-hidden="true" class="fas fa-chevron-right"></i> </span>
  2100. <span class="elementor-icon-list-text">Port Royal</span>
  2101. </a>
  2102. </li>
  2103. <li class="elementor-icon-list-item">
  2104. <a href="/locations/hardeeville/">
  2105.  
  2106. <span class="elementor-icon-list-icon">
  2107. <i aria-hidden="true" class="fas fa-chevron-right"></i> </span>
  2108. <span class="elementor-icon-list-text">HardeeVille</span>
  2109. </a>
  2110. </li>
  2111. <li class="elementor-icon-list-item">
  2112. <a href="/locations/savannah/">
  2113.  
  2114. <span class="elementor-icon-list-icon">
  2115. <i aria-hidden="true" class="fas fa-chevron-right"></i> </span>
  2116. <span class="elementor-icon-list-text">Savannah</span>
  2117. </a>
  2118. </li>
  2119. <li class="elementor-icon-list-item">
  2120. <a href="/locations/savannah-airport/">
  2121.  
  2122. <span class="elementor-icon-list-icon">
  2123. <i aria-hidden="true" class="fas fa-chevron-right"></i> </span>
  2124. <span class="elementor-icon-list-text">Savannah Airport</span>
  2125. </a>
  2126. </li>
  2127. </ul>
  2128. </div>
  2129. </div>
  2130. </div>
  2131. </div>
  2132. <div class="elementor-column elementor-col-25 elementor-top-column elementor-element elementor-element-7cbb0a0" data-id="7cbb0a0" data-element_type="column">
  2133. <div class="elementor-widget-wrap elementor-element-populated">
  2134. <div class="elementor-element elementor-element-87cc487 elementor-widget elementor-widget-heading" data-id="87cc487" data-element_type="widget" data-widget_type="heading.default">
  2135. <div class="elementor-widget-container">
  2136. <h5 class="elementor-heading-title elementor-size-default"><a href="https://palmettocarservice.com/locations/">Follow Us On</a></h5> </div>
  2137. </div>
  2138. <div class="elementor-element elementor-element-4f53751 e-grid-align-left e-grid-align-mobile-center elementor-shape-rounded elementor-grid-0 elementor-widget elementor-widget-social-icons" data-id="4f53751" data-element_type="widget" data-widget_type="social-icons.default">
  2139. <div class="elementor-widget-container">
  2140. <div class="elementor-social-icons-wrapper elementor-grid">
  2141. <span class="elementor-grid-item">
  2142. <a class="elementor-icon elementor-social-icon elementor-social-icon-facebook-f elementor-repeater-item-f6f154f" href="https://www.facebook.com/PalmettoCarService/" target="_blank">
  2143. <span class="elementor-screen-only">Facebook-f</span>
  2144. <i class="fab fa-facebook-f"></i> </a>
  2145. </span>
  2146. <span class="elementor-grid-item">
  2147. <a class="elementor-icon elementor-social-icon elementor-social-icon-yelp elementor-repeater-item-41967f7" href="https://www.yelp.com/biz/palmetto-car-service-bluffton-5" target="_blank">
  2148. <span class="elementor-screen-only">Yelp</span>
  2149. <i class="fab fa-yelp"></i> </a>
  2150. </span>
  2151. <span class="elementor-grid-item">
  2152. <a class="elementor-icon elementor-social-icon elementor-social-icon-youtube elementor-repeater-item-44cc6ed" href="https://www.youtube.com/@palmettocarservicellc/" target="_blank">
  2153. <span class="elementor-screen-only">Youtube</span>
  2154. <i class="fab fa-youtube"></i> </a>
  2155. </span>
  2156. <span class="elementor-grid-item">
  2157. <a class="elementor-icon elementor-social-icon elementor-social-icon-instagram elementor-repeater-item-213c183" href="https://www.instagram.com/palmettocarservice/" target="_blank">
  2158. <span class="elementor-screen-only">Instagram</span>
  2159. <i class="fab fa-instagram"></i> </a>
  2160. </span>
  2161. <span class="elementor-grid-item">
  2162. <a class="elementor-icon elementor-social-icon elementor-social-icon-pinterest elementor-repeater-item-38d76a5" href="https://www.pinterest.com/palmettocarservicellc/" target="_blank">
  2163. <span class="elementor-screen-only">Pinterest</span>
  2164. <i class="fab fa-pinterest"></i> </a>
  2165. </span>
  2166. </div>
  2167. </div>
  2168. </div>
  2169. </div>
  2170. </div>
  2171. </div>
  2172. </section>
  2173. <section data-particle_enable="false" data-particle-mobile-disabled="false" class="elementor-section elementor-top-section elementor-element elementor-element-5fa4620 elementor-section-boxed elementor-section-height-default elementor-section-height-default" data-id="5fa4620" data-element_type="section" data-settings="{&quot;background_background&quot;:&quot;classic&quot;}">
  2174. <div class="elementor-container elementor-column-gap-no">
  2175. <div class="elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-b11b4f0" data-id="b11b4f0" data-element_type="column">
  2176. <div class="elementor-widget-wrap elementor-element-populated">
  2177. <div class="elementor-element elementor-element-6659b44 elementor-align-center elementor-tablet-align-center elementor-mobile-align-center elementor-widget__width-inherit elementor-widget-tablet__width-inherit elementor-widget-mobile__width-inherit elementor-icon-list--layout-inline elementor-list-item-link-full_width elementor-widget elementor-widget-icon-list" data-id="6659b44" data-element_type="widget" data-widget_type="icon-list.default">
  2178. <div class="elementor-widget-container">
  2179. <ul class="elementor-icon-list-items elementor-inline-items">
  2180. <li class="elementor-icon-list-item elementor-inline-item">
  2181. <span class="elementor-icon-list-icon">
  2182. <i aria-hidden="true" class="far fa-copyright"></i> </span>
  2183. <span class="elementor-icon-list-text">2025. All rights reserved by</span>
  2184. </li>
  2185. <li class="elementor-icon-list-item elementor-inline-item">
  2186. <span class="elementor-icon-list-text">Palmetto Car Service®</span>
  2187. </li>
  2188. </ul>
  2189. </div>
  2190. </div>
  2191. </div>
  2192. </div>
  2193. </div>
  2194. </section>
  2195. </footer>
  2196. </div><!-- #page -->
  2197. <div id="wpcp-error-message" class="msgmsg-box-wpcp hideme"><span>error: </span>Content is protected !!</div>
  2198. <script type="rocketlazyloadscript">
  2199. var timeout_result;
  2200. function show_wpcp_message(smessage)
  2201. {
  2202. if (smessage !== "")
  2203. {
  2204. var smessage_text = '<span>Alert: </span>'+smessage;
  2205. document.getElementById("wpcp-error-message").innerHTML = smessage_text;
  2206. document.getElementById("wpcp-error-message").className = "msgmsg-box-wpcp warning-wpcp showme";
  2207. clearTimeout(timeout_result);
  2208. timeout_result = setTimeout(hide_message, 3000);
  2209. }
  2210. }
  2211. function hide_message()
  2212. {
  2213. document.getElementById("wpcp-error-message").className = "msgmsg-box-wpcp warning-wpcp hideme";
  2214. }
  2215. </script>
  2216. <style>
  2217. @media print {
  2218. body * {display: none !important;}
  2219. body:after {
  2220. content: "You are not allowed to print preview this page, Thank you"; }
  2221. }
  2222. </style>
  2223. <style type="text/css">
  2224. #wpcp-error-message {
  2225.    direction: ltr;
  2226.    text-align: center;
  2227.    transition: opacity 900ms ease 0s;
  2228.    z-index: 99999999;
  2229. }
  2230. .hideme {
  2231.     opacity:0;
  2232.     visibility: hidden;
  2233. }
  2234. .showme {
  2235.     opacity:1;
  2236.     visibility: visible;
  2237. }
  2238. .msgmsg-box-wpcp {
  2239. border:1px solid #f5aca6;
  2240. border-radius: 10px;
  2241. color: #555;
  2242. font-family: Tahoma;
  2243. font-size: 11px;
  2244. margin: 10px;
  2245. padding: 10px 36px;
  2246. position: fixed;
  2247. width: 255px;
  2248. top: 50%;
  2249.   left: 50%;
  2250.   margin-top: -10px;
  2251.   margin-left: -130px;
  2252.   -webkit-box-shadow: 0px 0px 34px 2px rgba(242,191,191,1);
  2253. -moz-box-shadow: 0px 0px 34px 2px rgba(242,191,191,1);
  2254. box-shadow: 0px 0px 34px 2px rgba(242,191,191,1);
  2255. }
  2256. .msgmsg-box-wpcp span {
  2257. font-weight:bold;
  2258. text-transform:uppercase;
  2259. }
  2260. .warning-wpcp {
  2261. background:#ffecec url('https://palmettocarservice.com/wp-content/plugins/wp-content-copy-protector/images/warning.png') no-repeat 10px 50%;
  2262. }
  2263.    </style>
  2264. <script type="importmap" id="wp-importmap">
  2265. {"imports":{"@wordpress\/interactivity":"https:\/\/palmettocarservice.com\/wp-includes\/js\/dist\/script-modules\/interactivity\/index.min.js?ver=907ea3b2f317a78b7b9b"}}
  2266. </script>
  2267. <script type="rocketlazyloadscript" data-minify="1" data-rocket-type="module" data-rocket-src="https://palmettocarservice.com/wp-content/cache/min/1/wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-forms/dist/modules/form/view.js?ver=1751474970" id="jp-forms-view-js-module" defer></script>
  2268. <link rel="modulepreload" href="https://palmettocarservice.com/wp-includes/js/dist/script-modules/interactivity/index.min.js?ver=907ea3b2f317a78b7b9b" id="@wordpress/interactivity-js-modulepreload"><script type="application/json" id="wp-script-module-data-@wordpress/interactivity">
  2269. {"config":{"jetpack/form":{"error_types":{"is_required":"This field is required.","invalid_form_empty":"The form you are trying to submit is empty.","invalid_form":"Please fill out the form correctly."}}}}
  2270. </script>
  2271. <script type="rocketlazyloadscript">
  2272. const lazyloadRunObserver = () => {
  2273. const lazyloadBackgrounds = document.querySelectorAll( `.e-con.e-parent:not(.e-lazyloaded)` );
  2274. const lazyloadBackgroundObserver = new IntersectionObserver( ( entries ) => {
  2275. entries.forEach( ( entry ) => {
  2276. if ( entry.isIntersecting ) {
  2277. let lazyloadBackground = entry.target;
  2278. if( lazyloadBackground ) {
  2279. lazyloadBackground.classList.add( 'e-lazyloaded' );
  2280. }
  2281. lazyloadBackgroundObserver.unobserve( entry.target );
  2282. }
  2283. });
  2284. }, { rootMargin: '200px 0px 200px 0px' } );
  2285. lazyloadBackgrounds.forEach( ( lazyloadBackground ) => {
  2286. lazyloadBackgroundObserver.observe( lazyloadBackground );
  2287. } );
  2288. };
  2289. const events = [
  2290. 'DOMContentLoaded',
  2291. 'elementor/lazyload/observe',
  2292. ];
  2293. events.forEach( ( event ) => {
  2294. document.addEventListener( event, lazyloadRunObserver );
  2295. } );
  2296. </script>
  2297. <script id="astra-theme-js-js-extra">
  2298. var astra = {"break_point":"921","isRtl":"","is_scroll_to_id":"","is_scroll_to_top":"","is_header_footer_builder_active":"1","responsive_cart_click":"flyout"};
  2299. </script>
  2300. <script type="rocketlazyloadscript" data-rocket-src="https://palmettocarservice.com/wp-content/themes/astra/assets/js/minified/frontend.min.js?ver=4.8.7" id="astra-theme-js-js" defer></script>
  2301. <script id="f12-cf7-captcha-reload-js-extra">
  2302. var f12_cf7_captcha = {"ajaxurl":"https:\/\/palmettocarservice.com\/wp-admin\/admin-ajax.php"};
  2303. </script>
  2304. <script type="rocketlazyloadscript" data-minify="1" data-rocket-src="https://palmettocarservice.com/wp-content/cache/min/1/wp-content/plugins/captcha-for-contact-form-7/core/assets/f12-cf7-captcha-cf7.js?ver=1735580490" id="f12-cf7-captcha-reload-js" defer></script>
  2305. <script type="rocketlazyloadscript" data-rocket-src="https://palmettocarservice.com/wp-includes/js/dist/hooks.min.js?ver=4d63a3d491d11ffd8ac6" id="wp-hooks-js"></script>
  2306. <script type="rocketlazyloadscript" data-rocket-src="https://palmettocarservice.com/wp-includes/js/dist/i18n.min.js?ver=5e580eb46a90c2b997e6" id="wp-i18n-js"></script>
  2307. <script type="rocketlazyloadscript" id="wp-i18n-js-after">
  2308. wp.i18n.setLocaleData( { 'text direction\u0004ltr': [ 'ltr' ] } );
  2309. </script>
  2310. <script type="rocketlazyloadscript" data-minify="1" data-rocket-src="https://palmettocarservice.com/wp-content/cache/min/1/wp-content/plugins/contact-form-7/includes/swv/js/index.js?ver=1735580490" id="swv-js" defer></script>
  2311. <script type="rocketlazyloadscript" id="contact-form-7-js-before">
  2312. var wpcf7 = {
  2313.    "api": {
  2314.        "root": "https:\/\/palmettocarservice.com\/wp-json\/",
  2315.        "namespace": "contact-form-7\/v1"
  2316.    },
  2317.    "cached": 1
  2318. };
  2319. </script>
  2320. <script type="rocketlazyloadscript" data-minify="1" data-rocket-src="https://palmettocarservice.com/wp-content/cache/min/1/wp-content/plugins/contact-form-7/includes/js/index.js?ver=1735580490" id="contact-form-7-js" defer></script>
  2321. <script id="eael-general-js-extra">
  2322. var localize = {"ajaxurl":"https:\/\/palmettocarservice.com\/wp-admin\/admin-ajax.php","nonce":"eb9c536dee","i18n":{"added":"Added ","compare":"Compare","loading":"Loading..."},"eael_translate_text":{"required_text":"is a required field","invalid_text":"Invalid","billing_text":"Billing","shipping_text":"Shipping","fg_mfp_counter_text":"of"},"page_permalink":"https:\/\/palmettocarservice.com\/","cart_redirectition":"","cart_page_url":"","el_breakpoints":{"mobile":{"label":"Mobile Portrait","value":767,"default_value":767,"direction":"max","is_enabled":true},"mobile_extra":{"label":"Mobile Landscape","value":880,"default_value":880,"direction":"max","is_enabled":false},"tablet":{"label":"Tablet Portrait","value":1024,"default_value":1024,"direction":"max","is_enabled":true},"tablet_extra":{"label":"Tablet Landscape","value":1200,"default_value":1200,"direction":"max","is_enabled":false},"laptop":{"label":"Laptop","value":1366,"default_value":1366,"direction":"max","is_enabled":false},"widescreen":{"label":"Widescreen","value":2400,"default_value":2400,"direction":"min","is_enabled":false}},"ParticleThemesData":{"default":"{\"particles\":{\"number\":{\"value\":160,\"density\":{\"enable\":true,\"value_area\":800}},\"color\":{\"value\":\"#ffffff\"},\"shape\":{\"type\":\"circle\",\"stroke\":{\"width\":0,\"color\":\"#000000\"},\"polygon\":{\"nb_sides\":5},\"image\":{\"src\":\"img\/github.svg\",\"width\":100,\"height\":100}},\"opacity\":{\"value\":0.5,\"random\":false,\"anim\":{\"enable\":false,\"speed\":1,\"opacity_min\":0.1,\"sync\":false}},\"size\":{\"value\":3,\"random\":true,\"anim\":{\"enable\":false,\"speed\":40,\"size_min\":0.1,\"sync\":false}},\"line_linked\":{\"enable\":true,\"distance\":150,\"color\":\"#ffffff\",\"opacity\":0.4,\"width\":1},\"move\":{\"enable\":true,\"speed\":6,\"direction\":\"none\",\"random\":false,\"straight\":false,\"out_mode\":\"out\",\"bounce\":false,\"attract\":{\"enable\":false,\"rotateX\":600,\"rotateY\":1200}}},\"interactivity\":{\"detect_on\":\"canvas\",\"events\":{\"onhover\":{\"enable\":true,\"mode\":\"repulse\"},\"onclick\":{\"enable\":true,\"mode\":\"push\"},\"resize\":true},\"modes\":{\"grab\":{\"distance\":400,\"line_linked\":{\"opacity\":1}},\"bubble\":{\"distance\":400,\"size\":40,\"duration\":2,\"opacity\":8,\"speed\":3},\"repulse\":{\"distance\":200,\"duration\":0.4},\"push\":{\"particles_nb\":4},\"remove\":{\"particles_nb\":2}}},\"retina_detect\":true}","nasa":"{\"particles\":{\"number\":{\"value\":250,\"density\":{\"enable\":true,\"value_area\":800}},\"color\":{\"value\":\"#ffffff\"},\"shape\":{\"type\":\"circle\",\"stroke\":{\"width\":0,\"color\":\"#000000\"},\"polygon\":{\"nb_sides\":5},\"image\":{\"src\":\"img\/github.svg\",\"width\":100,\"height\":100}},\"opacity\":{\"value\":1,\"random\":true,\"anim\":{\"enable\":true,\"speed\":1,\"opacity_min\":0,\"sync\":false}},\"size\":{\"value\":3,\"random\":true,\"anim\":{\"enable\":false,\"speed\":4,\"size_min\":0.3,\"sync\":false}},\"line_linked\":{\"enable\":false,\"distance\":150,\"color\":\"#ffffff\",\"opacity\":0.4,\"width\":1},\"move\":{\"enable\":true,\"speed\":1,\"direction\":\"none\",\"random\":true,\"straight\":false,\"out_mode\":\"out\",\"bounce\":false,\"attract\":{\"enable\":false,\"rotateX\":600,\"rotateY\":600}}},\"interactivity\":{\"detect_on\":\"canvas\",\"events\":{\"onhover\":{\"enable\":true,\"mode\":\"bubble\"},\"onclick\":{\"enable\":true,\"mode\":\"repulse\"},\"resize\":true},\"modes\":{\"grab\":{\"distance\":400,\"line_linked\":{\"opacity\":1}},\"bubble\":{\"distance\":250,\"size\":0,\"duration\":2,\"opacity\":0,\"speed\":3},\"repulse\":{\"distance\":400,\"duration\":0.4},\"push\":{\"particles_nb\":4},\"remove\":{\"particles_nb\":2}}},\"retina_detect\":true}","bubble":"{\"particles\":{\"number\":{\"value\":15,\"density\":{\"enable\":true,\"value_area\":800}},\"color\":{\"value\":\"#1b1e34\"},\"shape\":{\"type\":\"polygon\",\"stroke\":{\"width\":0,\"color\":\"#000\"},\"polygon\":{\"nb_sides\":6},\"image\":{\"src\":\"img\/github.svg\",\"width\":100,\"height\":100}},\"opacity\":{\"value\":0.3,\"random\":true,\"anim\":{\"enable\":false,\"speed\":1,\"opacity_min\":0.1,\"sync\":false}},\"size\":{\"value\":50,\"random\":false,\"anim\":{\"enable\":true,\"speed\":10,\"size_min\":40,\"sync\":false}},\"line_linked\":{\"enable\":false,\"distance\":200,\"color\":\"#ffffff\",\"opacity\":1,\"width\":2},\"move\":{\"enable\":true,\"speed\":8,\"direction\":\"none\",\"random\":false,\"straight\":false,\"out_mode\":\"out\",\"bounce\":false,\"attract\":{\"enable\":false,\"rotateX\":600,\"rotateY\":1200}}},\"interactivity\":{\"detect_on\":\"canvas\",\"events\":{\"onhover\":{\"enable\":false,\"mode\":\"grab\"},\"onclick\":{\"enable\":false,\"mode\":\"push\"},\"resize\":true},\"modes\":{\"grab\":{\"distance\":400,\"line_linked\":{\"opacity\":1}},\"bubble\":{\"distance\":400,\"size\":40,\"duration\":2,\"opacity\":8,\"speed\":3},\"repulse\":{\"distance\":200,\"duration\":0.4},\"push\":{\"particles_nb\":4},\"remove\":{\"particles_nb\":2}}},\"retina_detect\":true}","snow":"{\"particles\":{\"number\":{\"value\":450,\"density\":{\"enable\":true,\"value_area\":800}},\"color\":{\"value\":\"#fff\"},\"shape\":{\"type\":\"circle\",\"stroke\":{\"width\":0,\"color\":\"#000000\"},\"polygon\":{\"nb_sides\":5},\"image\":{\"src\":\"img\/github.svg\",\"width\":100,\"height\":100}},\"opacity\":{\"value\":0.5,\"random\":true,\"anim\":{\"enable\":false,\"speed\":1,\"opacity_min\":0.1,\"sync\":false}},\"size\":{\"value\":5,\"random\":true,\"anim\":{\"enable\":false,\"speed\":40,\"size_min\":0.1,\"sync\":false}},\"line_linked\":{\"enable\":false,\"distance\":500,\"color\":\"#ffffff\",\"opacity\":0.4,\"width\":2},\"move\":{\"enable\":true,\"speed\":6,\"direction\":\"bottom\",\"random\":false,\"straight\":false,\"out_mode\":\"out\",\"bounce\":false,\"attract\":{\"enable\":false,\"rotateX\":600,\"rotateY\":1200}}},\"interactivity\":{\"detect_on\":\"canvas\",\"events\":{\"onhover\":{\"enable\":true,\"mode\":\"bubble\"},\"onclick\":{\"enable\":true,\"mode\":\"repulse\"},\"resize\":true},\"modes\":{\"grab\":{\"distance\":400,\"line_linked\":{\"opacity\":0.5}},\"bubble\":{\"distance\":400,\"size\":4,\"duration\":0.3,\"opacity\":1,\"speed\":3},\"repulse\":{\"distance\":200,\"duration\":0.4},\"push\":{\"particles_nb\":4},\"remove\":{\"particles_nb\":2}}},\"retina_detect\":true}","nyan_cat":"{\"particles\":{\"number\":{\"value\":150,\"density\":{\"enable\":false,\"value_area\":800}},\"color\":{\"value\":\"#ffffff\"},\"shape\":{\"type\":\"star\",\"stroke\":{\"width\":0,\"color\":\"#000000\"},\"polygon\":{\"nb_sides\":5},\"image\":{\"src\":\"http:\/\/wiki.lexisnexis.com\/academic\/images\/f\/fb\/Itunes_podcast_icon_300.jpg\",\"width\":100,\"height\":100}},\"opacity\":{\"value\":0.5,\"random\":false,\"anim\":{\"enable\":false,\"speed\":1,\"opacity_min\":0.1,\"sync\":false}},\"size\":{\"value\":4,\"random\":true,\"anim\":{\"enable\":false,\"speed\":40,\"size_min\":0.1,\"sync\":false}},\"line_linked\":{\"enable\":false,\"distance\":150,\"color\":\"#ffffff\",\"opacity\":0.4,\"width\":1},\"move\":{\"enable\":true,\"speed\":14,\"direction\":\"left\",\"random\":false,\"straight\":true,\"out_mode\":\"out\",\"bounce\":false,\"attract\":{\"enable\":false,\"rotateX\":600,\"rotateY\":1200}}},\"interactivity\":{\"detect_on\":\"canvas\",\"events\":{\"onhover\":{\"enable\":false,\"mode\":\"grab\"},\"onclick\":{\"enable\":true,\"mode\":\"repulse\"},\"resize\":true},\"modes\":{\"grab\":{\"distance\":200,\"line_linked\":{\"opacity\":1}},\"bubble\":{\"distance\":400,\"size\":40,\"duration\":2,\"opacity\":8,\"speed\":3},\"repulse\":{\"distance\":200,\"duration\":0.4},\"push\":{\"particles_nb\":4},\"remove\":{\"particles_nb\":2}}},\"retina_detect\":true}"},"eael_login_nonce":"27377b8ac2","eael_register_nonce":"01d6b72e83","eael_lostpassword_nonce":"1e7a65fac3","eael_resetpassword_nonce":"0c49c7ab17"};
  2323. </script>
  2324. <script type="rocketlazyloadscript" data-rocket-src="https://palmettocarservice.com/wp-content/plugins/essential-addons-for-elementor-lite/assets/front-end/js/view/general.min.js?ver=6.1.20" id="eael-general-js" defer></script>
  2325. <script type="rocketlazyloadscript" data-minify="1" data-rocket-src="https://palmettocarservice.com/wp-content/cache/min/1/wp-content/uploads/essential-addons-elementor/eael-1317.js?ver=1735580490" id="eael-1317-js" defer></script>
  2326. <script type="rocketlazyloadscript" data-rocket-src="https://palmettocarservice.com/wp-content/plugins/elementor/assets/lib/jquery-numerator/jquery-numerator.min.js?ver=0.2.1" id="jquery-numerator-js" defer></script>
  2327. <script type="rocketlazyloadscript" data-rocket-src="https://palmettocarservice.com/wp-includes/js/imagesloaded.min.js?ver=5.0.0" id="imagesloaded-js" defer></script>
  2328. <script type="rocketlazyloadscript" data-rocket-src="https://palmettocarservice.com/wp-content/plugins/elementor-pro/assets/lib/smartmenus/jquery.smartmenus.min.js?ver=1.2.1" id="smartmenus-js" defer></script>
  2329. <script type="rocketlazyloadscript" data-rocket-src="https://www.google.com/recaptcha/api.js?render=6LcYIbskAAAAAM2UjXK4H6DXOZzxq25TVMMohzb5&amp;ver=3.0" id="google-recaptcha-js"></script>
  2330. <script type="rocketlazyloadscript" data-rocket-src="https://palmettocarservice.com/wp-includes/js/dist/vendor/wp-polyfill.min.js?ver=3.15.0" id="wp-polyfill-js"></script>
  2331. <script type="rocketlazyloadscript" id="wpcf7-recaptcha-js-before">
  2332. var wpcf7_recaptcha = {
  2333.    "sitekey": "6LcYIbskAAAAAM2UjXK4H6DXOZzxq25TVMMohzb5",
  2334.    "actions": {
  2335.        "homepage": "homepage",
  2336.        "contactform": "contactform"
  2337.    }
  2338. };
  2339. </script>
  2340. <script type="rocketlazyloadscript" data-minify="1" data-rocket-src="https://palmettocarservice.com/wp-content/cache/min/1/wp-content/plugins/contact-form-7/modules/recaptcha/index.js?ver=1735580490" id="wpcf7-recaptcha-js" defer></script>
  2341. <script src="https://palmettocarservice.com/wp-content/plugins/wp-smush-pro/app/assets/js/smush-lazy-load.min.js?ver=3.12.5" id="smush-lazy-load-js" defer></script>
  2342. <script id="jetpack-stats-js-before">
  2343. _stq = window._stq || [];
  2344. _stq.push([ "view", JSON.parse("{\"v\":\"ext\",\"blog\":\"216805174\",\"post\":\"1317\",\"tz\":\"0\",\"srv\":\"palmettocarservice.com\",\"j\":\"1:14.8\"}") ]);
  2345. _stq.push([ "clickTrackerInit", "216805174", "1317" ]);
  2346. </script>
  2347. <script src="https://stats.wp.com/e-202527.js" id="jetpack-stats-js" defer data-wp-strategy="defer"></script>
  2348. <script type="rocketlazyloadscript" data-rocket-src="https://palmettocarservice.com/wp-content/plugins/elementor-pro/assets/js/webpack-pro.runtime.min.js?ver=3.30.0" id="elementor-pro-webpack-runtime-js" defer></script>
  2349. <script type="rocketlazyloadscript" data-rocket-src="https://palmettocarservice.com/wp-content/plugins/elementor/assets/js/webpack.runtime.min.js?ver=3.28.0" id="elementor-webpack-runtime-js" defer></script>
  2350. <script type="rocketlazyloadscript" data-rocket-src="https://palmettocarservice.com/wp-content/plugins/elementor/assets/js/frontend-modules.min.js?ver=3.28.0" id="elementor-frontend-modules-js" defer></script>
  2351. <script type="rocketlazyloadscript" id="elementor-pro-frontend-js-before">
  2352. var ElementorProFrontendConfig = {"ajaxurl":"https:\/\/palmettocarservice.com\/wp-admin\/admin-ajax.php","nonce":"3899394992","urls":{"assets":"https:\/\/palmettocarservice.com\/wp-content\/plugins\/elementor-pro\/assets\/","rest":"https:\/\/palmettocarservice.com\/wp-json\/"},"settings":{"lazy_load_background_images":true},"popup":{"hasPopUps":false},"shareButtonsNetworks":{"facebook":{"title":"Facebook","has_counter":true},"twitter":{"title":"Twitter"},"linkedin":{"title":"LinkedIn","has_counter":true},"pinterest":{"title":"Pinterest","has_counter":true},"reddit":{"title":"Reddit","has_counter":true},"vk":{"title":"VK","has_counter":true},"odnoklassniki":{"title":"OK","has_counter":true},"tumblr":{"title":"Tumblr"},"digg":{"title":"Digg"},"skype":{"title":"Skype"},"stumbleupon":{"title":"StumbleUpon","has_counter":true},"mix":{"title":"Mix"},"telegram":{"title":"Telegram"},"pocket":{"title":"Pocket","has_counter":true},"xing":{"title":"XING","has_counter":true},"whatsapp":{"title":"WhatsApp"},"email":{"title":"Email"},"print":{"title":"Print"},"x-twitter":{"title":"X"},"threads":{"title":"Threads"}},"facebook_sdk":{"lang":"en_US","app_id":""},"lottie":{"defaultAnimationUrl":"https:\/\/palmettocarservice.com\/wp-content\/plugins\/elementor-pro\/modules\/lottie\/assets\/animations\/default.json"}};
  2353. </script>
  2354. <script type="rocketlazyloadscript" data-rocket-src="https://palmettocarservice.com/wp-content/plugins/elementor-pro/assets/js/frontend.min.js?ver=3.30.0" id="elementor-pro-frontend-js" defer></script>
  2355. <script type="rocketlazyloadscript" data-rocket-src="https://palmettocarservice.com/wp-includes/js/jquery/ui/core.min.js?ver=1.13.3" id="jquery-ui-core-js" defer></script>
  2356. <script type="rocketlazyloadscript" id="elementor-frontend-js-before">
  2357. var elementorFrontendConfig = {"environmentMode":{"edit":false,"wpPreview":false,"isScriptDebug":false},"i18n":{"shareOnFacebook":"Share on Facebook","shareOnTwitter":"Share on Twitter","pinIt":"Pin it","download":"Download","downloadImage":"Download image","fullscreen":"Fullscreen","zoom":"Zoom","share":"Share","playVideo":"Play Video","previous":"Previous","next":"Next","close":"Close","a11yCarouselPrevSlideMessage":"Previous slide","a11yCarouselNextSlideMessage":"Next slide","a11yCarouselFirstSlideMessage":"This is the first slide","a11yCarouselLastSlideMessage":"This is the last slide","a11yCarouselPaginationBulletMessage":"Go to slide"},"is_rtl":false,"breakpoints":{"xs":0,"sm":480,"md":768,"lg":1025,"xl":1440,"xxl":1600},"responsive":{"breakpoints":{"mobile":{"label":"Mobile Portrait","value":767,"default_value":767,"direction":"max","is_enabled":true},"mobile_extra":{"label":"Mobile Landscape","value":880,"default_value":880,"direction":"max","is_enabled":false},"tablet":{"label":"Tablet Portrait","value":1024,"default_value":1024,"direction":"max","is_enabled":true},"tablet_extra":{"label":"Tablet Landscape","value":1200,"default_value":1200,"direction":"max","is_enabled":false},"laptop":{"label":"Laptop","value":1366,"default_value":1366,"direction":"max","is_enabled":false},"widescreen":{"label":"Widescreen","value":2400,"default_value":2400,"direction":"min","is_enabled":false}},"hasCustomBreakpoints":false},"version":"3.28.0","is_static":false,"experimentalFeatures":{"additional_custom_breakpoints":true,"e_local_google_fonts":true,"theme_builder_v2":true,"editor_v2":true,"home_screen":true},"urls":{"assets":"https:\/\/palmettocarservice.com\/wp-content\/plugins\/elementor\/assets\/","ajaxurl":"https:\/\/palmettocarservice.com\/wp-admin\/admin-ajax.php","uploadUrl":"https:\/\/palmettocarservice.com\/wp-content\/uploads"},"nonces":{"floatingButtonsClickTracking":"d3a2d77f5a"},"swiperClass":"swiper","settings":{"page":[],"editorPreferences":[]},"kit":{"body_background_background":"classic","active_breakpoints":["viewport_mobile","viewport_tablet"],"global_image_lightbox":"yes","lightbox_enable_counter":"yes","lightbox_enable_fullscreen":"yes","lightbox_enable_zoom":"yes","lightbox_enable_share":"yes","lightbox_title_src":"title"},"post":{"id":1317,"title":"%231%20Luxury%20Car%20Services%20to%20Airport%20%7C%20Palmetto%20Car%20Service%C2%AE","excerpt":"","featuredImage":"https:\/\/palmettocarservice.com\/wp-content\/uploads\/2023\/03\/header-main-logo.png"}};
  2358. </script>
  2359. <script type="rocketlazyloadscript" data-rocket-src="https://palmettocarservice.com/wp-content/plugins/elementor/assets/js/frontend.min.js?ver=3.28.0" id="elementor-frontend-js" defer></script>
  2360. <script type="rocketlazyloadscript" data-rocket-src="https://palmettocarservice.com/wp-content/plugins/elementor-pro/assets/js/elements-handlers.min.js?ver=3.30.0" id="pro-elements-handlers-js" defer></script>
  2361. <script type="rocketlazyloadscript">
  2362. /(trident|msie)/i.test(navigator.userAgent)&&document.getElementById&&window.addEventListener&&window.addEventListener("hashchange",function(){var t,e=location.hash.substring(1);/^[A-z0-9_-]+$/.test(e)&&(t=document.getElementById(e))&&(/^(?:a|select|input|button|textarea)$/i.test(t.tagName)||(t.tabIndex=-1),t.focus())},!1);
  2363. </script>
  2364. <noscript><a title="Digital Agentur" href="https://www.forge12.com">Digitalagentur Forge12 Interactive GmbH</a></noscript> <script>class RocketElementorAnimation{constructor(){this.deviceMode=document.createElement("span"),this.deviceMode.id="elementor-device-mode",this.deviceMode.setAttribute("class","elementor-screen-only"),document.body.appendChild(this.deviceMode)}_detectAnimations(){let t=getComputedStyle(this.deviceMode,":after").content.replace(/"/g,"");this.animationSettingKeys=this._listAnimationSettingsKeys(t),document.querySelectorAll(".elementor-invisible[data-settings]").forEach(t=>{const e=t.getBoundingClientRect();if(e.bottom>=0&&e.top<=window.innerHeight)try{this._animateElement(t)}catch(t){}})}_animateElement(t){const e=JSON.parse(t.dataset.settings),i=e._animation_delay||e.animation_delay||0,n=e[this.animationSettingKeys.find(t=>e[t])];if("none"===n)return void t.classList.remove("elementor-invisible");t.classList.remove(n),this.currentAnimation&&t.classList.remove(this.currentAnimation),this.currentAnimation=n;let s=setTimeout(()=>{t.classList.remove("elementor-invisible"),t.classList.add("animated",n),this._removeAnimationSettings(t,e)},i);window.addEventListener("rocket-startLoading",function(){clearTimeout(s)})}_listAnimationSettingsKeys(t="mobile"){const e=[""];switch(t){case"mobile":e.unshift("_mobile");case"tablet":e.unshift("_tablet");case"desktop":e.unshift("_desktop")}const i=[];return["animation","_animation"].forEach(t=>{e.forEach(e=>{i.push(t+e)})}),i}_removeAnimationSettings(t,e){this._listAnimationSettingsKeys().forEach(t=>delete e[t]),t.dataset.settings=JSON.stringify(e)}static run(){const t=new RocketElementorAnimation;requestAnimationFrame(t._detectAnimations.bind(t))}}document.addEventListener("DOMContentLoaded",RocketElementorAnimation.run);</script></body>
  2365. </html>
  2366.  
  2367. <!-- This website is like a Rocket, isn't it? Performance optimized by WP Rocket. Learn more: https://wp-rocket.me - Debug: cached@1751511532 -->
Copyright © 2002-9 Sam Ruby, Mark Pilgrim, Joseph Walton, and Phil Ringnalda