{"id":85,"date":"2025-05-02T09:56:19","date_gmt":"2025-05-02T09:56:19","guid":{"rendered":"http:\/\/listeo.wpengine.com\/?page_id=16"},"modified":"2026-02-17T15:42:16","modified_gmt":"2026-02-17T15:42:16","slug":"home","status":"publish","type":"page","link":"https:\/\/alleveplanning.com\/el\/home\/","title":{"rendered":"\u0391\u03c1\u03c7\u03b9\u03ba\u03ae \u03c3\u03b5\u03bb\u03af\u03b4\u03b1"},"content":{"rendered":"\t\t<div data-elementor-type=\"wp-page\" data-elementor-id=\"85\" class=\"elementor elementor-85\" data-elementor-post-type=\"page\">\n\t\t\t\t<div class=\"elementor-element elementor-element-f533e6f e-flex e-con-boxed elementor-invisible e-con e-parent\" data-id=\"f533e6f\" data-element_type=\"container\" data-e-type=\"container\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;,&quot;motion_fx_motion_fx_scrolling&quot;:&quot;yes&quot;,&quot;motion_fx_devices&quot;:[&quot;desktop&quot;],&quot;animation&quot;:&quot;fadeIn&quot;}\">\n\t\t\t\t\t<div class=\"e-con-inner\">\n\t\t<div class=\"elementor-element elementor-element-06bc033 e-con-full e-flex e-con e-child\" data-id=\"06bc033\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t<div class=\"elementor-element elementor-element-f015c4e e-con-full e-flex e-con e-child\" data-id=\"f015c4e\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t<div class=\"elementor-element elementor-element-bbe9f19 e-con-full e-flex e-con e-child\" data-id=\"bbe9f19\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-bfb64de elementor-widget elementor-widget-listeo-text-typed\" data-id=\"bfb64de\" data-element_type=\"widget\" data-e-type=\"widget\" data-settings=\"{&quot;_animation&quot;:&quot;none&quot;,&quot;_animation_delay&quot;:200}\" data-widget_type=\"listeo-text-typed.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t<h1 >Discover Your <span class=\"typed-words\"><\/span><\/h1>\n\t\t\n    \n    <script>\n    \/\/ Check if TranslatePress is active (client-side detection as backup)\n    const isTranslatePressActive = true || \n                                  document.querySelector('link[href*=\"translatepress\"]') !== null ||\n                                  document.querySelector('script[src*=\"translatepress\"]') !== null;\n\n    if (isTranslatePressActive) {\n        \/\/ Use fade animation for TranslatePress compatibility\n        function createWordSwapper(element, words, options = {}) {\n            const defaults = {\n                swapDelay: 4000,\n                fadeSpeed: 500,\n                startDelay: 1000,\n                loop: true,\n                showCursor: true\n            };\n            \n            const settings = { ...defaults, ...options };\n            let currentIndex = 0;\n            let isRunning = false;\n            \n            \/\/ Add cursor if enabled\n            if (settings.showCursor) {\n                element.style.position = 'relative';\n                element.innerHTML = words[0] + '<span class=\"custom-cursor\">|<\/span>';\n                \n                \/\/ Add cursor blinking CSS if not already added\n                if (!document.querySelector('#word-swapper-styles')) {\n                    const style = document.createElement('style');\n                    style.id = 'word-swapper-styles';\n                    style.textContent = `\n                        .custom-cursor {\n                            animation: blink 1s infinite;\n                        }\n                        @keyframes blink {\n                            0%, 50% { opacity: 1; }\n                            51%, 100% { opacity: 0; }\n                        }\n\t\t\t\t\t\t\tbody[class*=\"translatepress-\"] .custom-cursor { display: none !important;}\n                    `;\n                    document.head.appendChild(style);\n                }\n            } else {\n                element.textContent = words[0];\n            }\n            \n            function swapWord() {\n                if (!isRunning) return;\n                \n                \/\/ Fade out\n                element.style.transition = `opacity ${settings.fadeSpeed}ms ease`;\n                element.style.opacity = '0';\n                \n                setTimeout(() => {\n                    \/\/ Change word\n                    currentIndex = (currentIndex + 1) % words.length;\n                    const newWord = words[currentIndex];\n                    \n                    if (settings.showCursor) {\n                        element.innerHTML = newWord + '<span class=\"custom-cursor\">|<\/span>';\n                    } else {\n                        element.textContent = newWord;\n                    }\n                    \n                    \/\/ Fade in\n                    element.style.opacity = '1';\n                    \n                    \/\/ Continue loop if enabled\n                    if (settings.loop || currentIndex < words.length - 1) {\n                        setTimeout(swapWord, settings.swapDelay);\n                    }\n                }, settings.fadeSpeed);\n            }\n            \n            \/\/ Start the animation\n            setTimeout(() => {\n                isRunning = true;\n                setTimeout(swapWord, settings.swapDelay);\n            }, settings.startDelay);\n            \n            return {\n                start: () => { isRunning = true; swapWord(); },\n                stop: () => { isRunning = false; },\n                destroy: () => {\n                    isRunning = false;\n                    element.style = '';\n                    element.textContent = words[0];\n                }\n            };\n        }\n\n        \/\/ Initialize the word swapper\n        document.addEventListener('DOMContentLoaded', function() {\n            const typedElement = document.querySelector('.typed-words');\n            if (typedElement) {\n                const words = [\"Events\",\"Caterers\",\"Venues\",\"\"];\n                \n                createWordSwapper(typedElement, words, {\n                    swapDelay: 3000,\n                    fadeSpeed: 300,\n                    startDelay: 700,\n                    loop: true,\n                    showCursor: true\n                });\n            }\n        });\n\n    } else {\n        \/\/ Use original typed.js for the typing effect when TranslatePress is not active\n                \/*!\n         * typed.js - A JavaScript Typing Animation Library\n         * Author: Matt Boldt <me@mattboldt.com>\n         * Version: v2.0.9\n         *\/\n        (function(t,e){\"object\"==typeof exports&&\"object\"==typeof module?module.exports=e():\"function\"==typeof define&&define.amd?define([],e):\"object\"==typeof exports?exports.Typed=e():t.Typed=e()})(this,function(){return function(t){function e(n){if(s[n])return s[n].exports;var i=s[n]={exports:{},id:n,loaded:!1};return t[n].call(i.exports,i,i.exports,e),i.loaded=!0,i.exports}var s={};return e.m=t,e.c=s,e.p=\"\",e(0)}([function(t,e,s){\"use strict\";function n(t,e){if(!(t instanceof e))throw new TypeError(\"Cannot call a class as a function\")}Object.defineProperty(e,\"__esModule\",{value:!0});var i=function(){function t(t,e){for(var s=0;s<e.length;s++){var n=e[s];n.enumerable=n.enumerable||!1,n.configurable=!0,\"value\"in n&&(n.writable=!0),Object.defineProperty(t,n.key,n)}}return function(e,s,n){return s&&t(e.prototype,s),n&&t(e,n),e}}(),r=s(1),o=s(3),a=function(){function t(e,s){n(this,t),r.initializer.load(this,s,e),this.begin()}return i(t,[{key:\"toggle\",value:function(){this.pause.status?this.start():this.stop()}},{key:\"stop\",value:function(){this.typingComplete||this.pause.status||(this.toggleBlinking(!0),this.pause.status=!0,this.options.onStop(this.arrayPos,this))}},{key:\"start\",value:function(){this.typingComplete||this.pause.status&&(this.pause.status=!1,this.pause.typewrite?this.typewrite(this.pause.curString,this.pause.curStrPos):this.backspace(this.pause.curString,this.pause.curStrPos),this.options.onStart(this.arrayPos,this))}},{key:\"destroy\",value:function(){this.reset(!1),this.options.onDestroy(this)}},{key:\"reset\",value:function(){var t=arguments.length<=0||void 0===arguments[0]||arguments[0];clearInterval(this.timeout),this.replaceText(\"\"),this.cursor&&this.cursor.parentNode&&(this.cursor.parentNode.removeChild(this.cursor),this.cursor=null),this.strPos=0,this.arrayPos=0,this.curLoop=0,t&&(this.insertCursor(),this.options.onReset(this),this.begin())}},{key:\"begin\",value:function(){var t=this;this.typingComplete=!1,this.shuffleStringsIfNeeded(this),this.insertCursor(),this.bindInputFocusEvents&&this.bindFocusEvents(),this.timeout=setTimeout(function(){t.currentElContent&&0!==t.currentElContent.length?t.backspace(t.currentElContent,t.currentElContent.length):t.typewrite(t.strings[t.sequence[t.arrayPos]],t.strPos)},this.startDelay)}},{key:\"typewrite\",value:function(t,e){var s=this;this.fadeOut&&this.el.classList.contains(this.fadeOutClass)&&(this.el.classList.remove(this.fadeOutClass),this.cursor&&this.cursor.classList.remove(this.fadeOutClass));var n=this.humanizer(this.typeSpeed),i=1;return this.pause.status===!0?void this.setPauseStatus(t,e,!0):void(this.timeout=setTimeout(function(){e=o.htmlParser.typeHtmlChars(t,e,s);var n=0,r=t.substr(e);if(\"^\"===r.charAt(0)&&\/^\\^\\d+\/.test(r)){var a=1;r=\/\\d+\/.exec(r)[0],a+=r.length,n=parseInt(r),s.temporaryPause=!0,s.options.onTypingPaused(s.arrayPos,s),t=t.substring(0,e)+t.substring(e+a),s.toggleBlinking(!0)}if(\"`\"===r.charAt(0)){for(;\"`\"!==t.substr(e+i).charAt(0)&&(i++,!(e+i>t.length)););var u=t.substring(0,e),l=t.substring(u.length+1,e+i),c=t.substring(e+i+1);t=u+l+c,i--}s.timeout=setTimeout(function(){s.toggleBlinking(!1),e===t.length?s.doneTyping(t,e):s.keepTyping(t,e,i),s.temporaryPause&&(s.temporaryPause=!1,s.options.onTypingResumed(s.arrayPos,s))},n)},n))}},{key:\"keepTyping\",value:function(t,e,s){0===e&&(this.toggleBlinking(!1),this.options.preStringTyped(this.arrayPos,this)),e+=s;var n=t.substr(0,e);this.replaceText(n),this.typewrite(t,e)}},{key:\"doneTyping\",value:function(t,e){var s=this;this.options.onStringTyped(this.arrayPos,this),this.toggleBlinking(!0),this.arrayPos===this.strings.length-1&&(this.complete(),this.loop===!1||this.curLoop===this.loopCount)||(this.timeout=setTimeout(function(){s.backspace(t,e)},this.backDelay))}},{key:\"backspace\",value:function(t,e){var s=this;if(this.pause.status===!0)return void this.setPauseStatus(t,e,!0);if(this.fadeOut)return this.initFadeOut();this.toggleBlinking(!1);var n=this.humanizer(this.backSpeed);this.timeout=setTimeout(function(){e=o.htmlParser.backSpaceHtmlChars(t,e,s);var n=t.substr(0,e);if(s.replaceText(n),s.smartBackspace){var i=s.strings[s.arrayPos+1];i&&n===i.substr(0,e)?s.stopNum=e:s.stopNum=0}e>s.stopNum?(e--,s.backspace(t,e)):e<=s.stopNum&&(s.arrayPos++,s.arrayPos===s.strings.length?(s.arrayPos=0,s.options.onLastStringBackspaced(),s.shuffleStringsIfNeeded(),s.begin()):s.typewrite(s.strings[s.sequence[s.arrayPos]],e))},n)}},{key:\"complete\",value:function(){this.options.onComplete(this),this.loop?this.curLoop++:this.typingComplete=!0}},{key:\"setPauseStatus\",value:function(t,e,s){this.pause.typewrite=s,this.pause.curString=t,this.pause.curStrPos=e}},{key:\"toggleBlinking\",value:function(t){this.cursor&&(this.pause.status||this.cursorBlinking!==t&&(this.cursorBlinking=t,t?this.cursor.classList.add(\"typed-cursor--blink\"):this.cursor.classList.remove(\"typed-cursor--blink\")))}},{key:\"humanizer\",value:function(t){return Math.round(Math.random()*t\/2)+t}},{key:\"shuffleStringsIfNeeded\",value:function(){this.shuffle&&(this.sequence=this.sequence.sort(function(){return Math.random()-.5}))}},{key:\"initFadeOut\",value:function(){var t=this;return this.el.className+=\" \"+this.fadeOutClass,this.cursor&&(this.cursor.className+=\" \"+this.fadeOutClass),setTimeout(function(){t.arrayPos++,t.replaceText(\"\"),t.strings.length>t.arrayPos?t.typewrite(t.strings[t.sequence[t.arrayPos]],0):(t.typewrite(t.strings[0],0),t.arrayPos=0)},this.fadeOutDelay)}},{key:\"replaceText\",value:function(t){this.attr?this.el.setAttribute(this.attr,t):this.isInput?this.el.value=t:\"html\"===this.contentType?this.el.innerHTML=t:this.el.textContent=t}},{key:\"bindFocusEvents\",value:function(){var t=this;this.isInput&&(this.el.addEventListener(\"focus\",function(e){t.stop()}),this.el.addEventListener(\"blur\",function(e){t.el.value&&0!==t.el.value.length||t.start()}))}},{key:\"insertCursor\",value:function(){this.showCursor&&(this.cursor||(this.cursor=document.createElement(\"span\"),this.cursor.className=\"typed-cursor\",this.cursor.innerHTML=this.cursorChar,this.el.parentNode&&this.el.parentNode.insertBefore(this.cursor,this.el.nextSibling)))}}]),t}();e[\"default\"]=a,t.exports=e[\"default\"]},function(t,e,s){\"use strict\";function n(t){return t&&t.__esModule?t:{\"default\":t}}function i(t,e){if(!(t instanceof e))throw new TypeError(\"Cannot call a class as a function\")}Object.defineProperty(e,\"__esModule\",{value:!0});var r=Object.assign||function(t){for(var e=1;e<arguments.length;e++){var s=arguments[e];for(var n in s)Object.prototype.hasOwnProperty.call(s,n)&&(t[n]=s[n])}return t},o=function(){function t(t,e){for(var s=0;s<e.length;s++){var n=e[s];n.enumerable=n.enumerable||!1,n.configurable=!0,\"value\"in n&&(n.writable=!0),Object.defineProperty(t,n.key,n)}}return function(e,s,n){return s&&t(e.prototype,s),n&&t(e,n),e}}(),a=s(2),u=n(a),l=function(){function t(){i(this,t)}return o(t,[{key:\"load\",value:function(t,e,s){if(\"string\"==typeof s?t.el=document.querySelector(s):t.el=s,t.options=r({},u[\"default\"],e),t.isInput=\"input\"===t.el.tagName.toLowerCase(),t.attr=t.options.attr,t.bindInputFocusEvents=t.options.bindInputFocusEvents,t.showCursor=!t.isInput&&t.options.showCursor,t.cursorChar=t.options.cursorChar,t.cursorBlinking=!0,t.elContent=t.attr?t.el.getAttribute(t.attr):t.el.textContent,t.contentType=t.options.contentType,t.typeSpeed=t.options.typeSpeed,t.startDelay=t.options.startDelay,t.backSpeed=t.options.backSpeed,t.smartBackspace=t.options.smartBackspace,t.backDelay=t.options.backDelay,t.fadeOut=t.options.fadeOut,t.fadeOutClass=t.options.fadeOutClass,t.fadeOutDelay=t.options.fadeOutDelay,t.isPaused=!1,t.strings=t.options.strings.map(function(t){return t.trim()}),\"string\"==typeof t.options.stringsElement?t.stringsElement=document.querySelector(t.options.stringsElement):t.stringsElement=t.options.stringsElement,t.stringsElement){t.strings=[],t.stringsElement.style.display=\"none\";var n=Array.prototype.slice.apply(t.stringsElement.children),i=n.length;if(i)for(var o=0;o<i;o+=1){var a=n[o];t.strings.push(a.innerHTML.trim())}}t.strPos=0,t.arrayPos=0,t.stopNum=0,t.loop=t.options.loop,t.loopCount=t.options.loopCount,t.curLoop=0,t.shuffle=t.options.shuffle,t.sequence=[],t.pause={status:!1,typewrite:!0,curString:\"\",curStrPos:0},t.typingComplete=!1;for(var o in t.strings)t.sequence[o]=o;t.currentElContent=this.getCurrentElContent(t),t.autoInsertCss=t.options.autoInsertCss,this.appendAnimationCss(t)}},{key:\"getCurrentElContent\",value:function(t){var e=\"\";return e=t.attr?t.el.getAttribute(t.attr):t.isInput?t.el.value:\"html\"===t.contentType?t.el.innerHTML:t.el.textContent}},{key:\"appendAnimationCss\",value:function(t){var e=\"data-typed-js-css\";if(t.autoInsertCss&&(t.showCursor||t.fadeOut)&&!document.querySelector(\"[\"+e+\"]\")){var s=document.createElement(\"style\");s.type=\"text\/css\",s.setAttribute(e,!0);var n=\"\";t.showCursor&&(n+=\"\\n        .typed-cursor{\\n          opacity: 1;\\n        }\\n        .typed-cursor.typed-cursor--blink{\\n          animation: typedjsBlink 0.7s infinite;\\n          -webkit-animation: typedjsBlink 0.7s infinite;\\n                  animation: typedjsBlink 0.7s infinite;\\n        }\\n        @keyframes typedjsBlink{\\n          50% { opacity: 0.0; }\\n        }\\n        @-webkit-keyframes typedjsBlink{\\n          0% { opacity: 1; }\\n          50% { opacity: 0.0; }\\n          100% { opacity: 1; }\\n        }\\n      \"),t.fadeOut&&(n+=\"\\n        .typed-fade-out{\\n          opacity: 0;\\n          transition: opacity .25s;\\n        }\\n        .typed-cursor.typed-cursor--blink.typed-fade-out{\\n          -webkit-animation: 0;\\n          animation: 0;\\n        }\\n      \"),0!==s.length&&(s.innerHTML=n,document.body.appendChild(s))}}}]),t}();e[\"default\"]=l;var c=new l;e.initializer=c},function(t,e){\"use strict\";Object.defineProperty(e,\"__esModule\",{value:!0});var s={strings:[\"These are the default values...\",\"You know what you should do?\",\"Use your own!\",\"Have a great day!\"],stringsElement:null,typeSpeed:0,startDelay:0,backSpeed:0,smartBackspace:!0,shuffle:!1,backDelay:700,fadeOut:!1,fadeOutClass:\"typed-fade-out\",fadeOutDelay:500,loop:!1,loopCount:1\/0,showCursor:!0,cursorChar:\"|\",autoInsertCss:!0,attr:null,bindInputFocusEvents:!1,contentType:\"html\",onComplete:function(t){},preStringTyped:function(t,e){},onStringTyped:function(t,e){},onLastStringBackspaced:function(t){},onTypingPaused:function(t,e){},onTypingResumed:function(t,e){},onReset:function(t){},onStop:function(t,e){},onStart:function(t,e){},onDestroy:function(t){}};e[\"default\"]=s,t.exports=e[\"default\"]},function(t,e){\"use strict\";function s(t,e){if(!(t instanceof e))throw new TypeError(\"Cannot call a class as a function\")}Object.defineProperty(e,\"__esModule\",{value:!0});var n=function(){function t(t,e){for(var s=0;s<e.length;s++){var n=e[s];n.enumerable=n.enumerable||!1,n.configurable=!0,\"value\"in n&&(n.writable=!0),Object.defineProperty(t,n.key,n)}}return function(e,s,n){return s&&t(e.prototype,s),n&&t(e,n),e}}(),i=function(){function t(){s(this,t)}return n(t,[{key:\"typeHtmlChars\",value:function(t,e,s){if(\"html\"!==s.contentType)return e;var n=t.substr(e).charAt(0);if(\"<\"===n||\"&\"===n){var i=\"\";for(i=\"<\"===n?\">\":\";\";t.substr(e+1).charAt(0)!==i&&(e++,!(e+1>t.length)););e++}return e}},{key:\"backSpaceHtmlChars\",value:function(t,e,s){if(\"html\"!==s.contentType)return e;var n=t.substr(e).charAt(0);if(\">\"===n||\";\"===n){var i=\"\";for(i=\">\"===n?\"<\":\"&\";t.substr(e-1).charAt(0)!==i&&(e--,!(e<0)););e--}return e}}]),t}();e[\"default\"]=i;var r=new i;e.htmlParser=r}])});\n\n        \/\/ Initialize original typed.js\n        document.addEventListener('DOMContentLoaded', function() {\n            const typedElement = document.querySelector('.typed-words');\n            if (typedElement) {\n                var typed = new Typed('.typed-words', {\n                    strings: [\"Events\",\"Caterers\",\"Venues\",\"\"],\n                    typeSpeed: 70,\n                    backSpeed: 80,\n                    backDelay: 4000,\n                    startDelay: 1000,\n                    loop: true,\n                    showCursor: true\n                });\n            }\n        });\n    }\n    <\/script>\n    \n    \t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-7a7948f elementor-widget elementor-widget-heading\" data-id=\"7a7948f\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<h2 class=\"elementor-heading-title elementor-size-default\">At All.Eve planning, we provide all the services you need in one place<\/h2>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-e0155e4 elementor-hidden-tablet elementor-hidden-mobile elementor-invisible elementor-widget elementor-widget-listeo-taxonomy-grid\" data-id=\"e0155e4\" data-element_type=\"widget\" data-e-type=\"widget\" data-settings=\"{&quot;motion_fx_motion_fx_mouse&quot;:&quot;yes&quot;,&quot;motion_fx_tilt_effect&quot;:&quot;yes&quot;,&quot;_animation&quot;:&quot;zoomIn&quot;,&quot;motion_fx_tilt_speed&quot;:{&quot;unit&quot;:&quot;px&quot;,&quot;size&quot;:4,&quot;sizes&quot;:[]}}\" data-widget_type=\"listeo-taxonomy-grid.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t\t<!-- Responsive Slider Wrapper (hidden on desktop, visible on mobile) -->\n\t\t\t<div class=\"taxonomy-slider-wrapper\">\n\t\t\t\t<div class=\"categories-boxes-container-alt margin-top-5 margin-bottom-30 taxonomy-responsive-slider\">\n\t\t\t\t\t<!-- Item -->\n\t\t\t\t\t\t\t\t\t\t\t<a href=\"https:\/\/alleveplanning.com\/el\/listing-category\/services\/caterers\/\" class=\"category-small-box-alt\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<i class=\"listeo-svg-icon-box-grid\">\n\t\t\t\t\t\t\t\t\t<svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" xmlns:xlink=\"http:\/\/www.w3.org\/1999\/xlink\" fill=\"#000000\" height=\"800px\" width=\"800px\" version=\"1.1\" id=\"Capa_1\" viewBox=\"0 0 323.218 323.218\" xml:space=\"preserve\">\n<g>\n\t<path d=\"M145.023,84.732c12.81,0,23.219-10.254,23.484-23h-46.968C121.804,74.479,132.213,84.732,145.023,84.732z\"\/>\n\t<path d=\"M112.03,38.347c2.637,2.016,5.921,3.227,9.496,3.227v10.662h46.993V41.574c3.575,0,6.86-1.211,9.496-3.227 c3.745-2.863,6.171-7.363,6.171-12.44c0-8.653-7.014-15.667-15.667-15.667c-3.1,0-5.982,0.912-8.415,2.466 C158.72,5.47,152.366,0,144.726,0c-7.525,0-13.806,5.308-15.316,12.383c-2.318-1.354-5.006-2.143-7.884-2.143 c-8.653,0-15.667,7.014-15.667,15.667C105.859,30.984,108.286,35.484,112.03,38.347z\"\/>\n\t<path d=\"M284.245,119.249c-0.215-0.214-0.51-0.337-0.813-0.337c-0.305,0.001-0.595,0.12-0.812,0.338 c-2.338,2.335-5.429,3.614-8.715,3.614c-3.288,0-6.379-1.28-8.705-3.606c-0.22-0.22-0.512-0.341-0.822-0.341 c-0.31,0-0.602,0.121-0.823,0.342c-2.323,2.324-5.415,3.605-8.704,3.605h0h0c-3.29,0-6.381-1.281-8.704-3.605 c-0.221-0.22-0.513-0.342-0.823-0.342c-0.31,0-0.602,0.121-0.822,0.341c-2.326,2.325-5.418,3.606-8.705,3.606 c-3.286,0-6.377-1.279-8.715-3.614c-0.218-0.218-0.508-0.337-0.813-0.338c-0.302,0-0.598,0.123-0.812,0.337 c-2.328,2.328-5.423,3.61-8.715,3.61c-0.63,0-1.253-0.048-1.865-0.14l2.544,6.227c0.597,1.46,1.685,2.61,3.02,3.321l-18.184,8.06 l0.09-21.305c0-0.035,0-0.07,0-0.104c-0.074-14.721-12.109-26.695-26.829-26.695h-16.963l-23.836,16.013l-1.696,1.139 c0,11.028,0,69.566,0,82.426c0,2.505-2.03,4.535-4.535,4.535s-4.535-2.03-4.535-4.535c0-9.248,0-75.388,0-84.843 c0-1.511,0.752-2.922,2.007-3.765c0.87-0.584,15.391-10.34,16.33-10.971h-27.755c-14.72,0-26.755,11.975-26.829,26.695 l-0.092,18.256L65.479,123.06c-1.836-1.171-3.881-1.735-5.91-1.766c-1.18-3.21-2.198-6.498-3.026-9.829 c2.035-6.587,7.499-25.731,4.972-33.835C58.259,67.2,47.133,61.358,36.695,64.603c-0.005,0.001-0.009,0.001-0.014,0.003 c-0.004,0.001-0.007,0.003-0.011,0.005c-10.425,3.26-16.264,14.394-13.013,24.825v0.002c2.531,8.112,17.94,20.772,23.345,25.022 c1.379,3.652,2.53,7.386,3.444,11.19c-3.756,4.831-3.535,12.461,3.578,16.998l2.793,13.445c0.989,4.662,5.728,7.468,10.295,6.055 c3.341-1.044,5.588-4.113,5.653-7.548l19.983,12.745c3.434,2.19,7.846,2.398,11.521,0.396c3.626-1.977,5.891-5.769,5.911-9.898 l0.195-38.81c0.011-2.067,1.548-4.136,4.498-4.136l0.006,194.718c0,7.514,6.091,13.605,13.604,13.605 c7.514,0,13.605-6.091,13.605-13.605V203.807c0-1.622,1.315-2.937,2.937-2.937c1.622,0,2.937,1.315,2.937,2.937v105.807 c0,7.514,6.091,13.605,13.605,13.605c7.514,0,13.604-6.091,13.604-13.605l-0.247-194.718c3.222,0,4.717,2.007,4.745,4.1 l-0.163,38.741c-0.017,3.844,1.916,7.435,5.134,9.538c3.224,2.106,7.288,2.429,10.797,0.875l44.04-19.519 c5.725-2.537,8.309-9.234,5.771-14.959c-0.094-0.213-0.206-0.413-0.312-0.618h9.913h31.314c2.684,0,5.102-1.624,6.117-4.109 l2.544-6.227c-0.612,0.092-1.235,0.14-1.865,0.14C289.668,122.859,286.573,121.577,284.245,119.249z M51.968,80.608 c0.634,2.034,0.088,6.941-1.082,12.739l-6.04-19.362C48.108,74.764,50.898,77.182,51.968,80.608z M33.205,86.46 c-1.068-3.428-0.148-7.002,2.093-9.498l6.042,19.367C37.082,92.226,33.842,88.498,33.205,86.46z M144.726,125.098 c-2.504,0-4.535-2.03-4.535-4.535c0-2.505,2.031-4.535,4.535-4.535c2.505,0,4.535,2.03,4.535,4.535 C149.261,123.067,147.231,125.098,144.726,125.098z M149.261,151.551c0,2.504-2.03,4.535-4.535,4.535 c-2.504,0-4.535-2.03-4.535-4.535c0-2.505,2.031-4.535,4.535-4.535C147.231,147.016,149.261,149.046,149.261,151.551z M144.726,187.074c-2.504,0-4.535-2.03-4.535-4.535c0-2.505,2.031-4.535,4.535-4.535c2.505,0,4.535,2.03,4.535,4.535 C149.261,185.044,147.231,187.074,144.726,187.074z M163.773,147.016c2.505,0,4.535,2.03,4.535,4.535 c0,2.504-2.03,4.535-4.535,4.535c-2.505,0-4.535-2.03-4.535-4.535C159.238,149.046,161.268,147.016,163.773,147.016z M159.238,120.563c0-2.505,2.03-4.535,4.535-4.535c2.505,0,4.535,2.03,4.535,4.535c0,2.504-2.03,4.535-4.535,4.535 C161.268,125.098,159.238,123.067,159.238,120.563z M163.773,178.004c2.505,0,4.535,2.03,4.535,4.535 c0,2.505-2.03,4.535-4.535,4.535c-2.505,0-4.535-2.03-4.535-4.535C159.238,180.035,161.268,178.004,163.773,178.004z\"\/>\n\t<path d=\"M298.063,98.163c-4.863-8.171-12.877-12.834-18.803-15.419c-5.109-2.229-16.749-5.16-24.182-5.16 c-0.076,0-0.152,0.003-0.228,0.003c-0.076,0-0.152-0.003-0.228-0.003c-7.433,0-19.073,2.931-24.182,5.16 c-5.925,2.586-13.939,7.249-18.802,15.419c-2.781,4.672-3.655,10.157,0.189,14.002l0.142,0.142 c1.317,1.318,3.045,1.976,4.772,1.976s3.455-0.659,4.772-1.976c1.261-1.261,2.972-1.97,4.755-1.97 c1.784,0.001,3.494,0.709,4.755,1.97l0.008,0.009c1.265,1.263,2.977,1.973,4.764,1.973c1.786,0,3.499-0.71,4.764-1.974 c1.264-1.263,2.976-1.973,4.763-1.973c1.786,0,3.499,0.709,4.764,1.974c1.315,1.315,3.039,1.973,4.763,1.973h0h0 c1.724,0,3.448-0.658,4.763-1.973c1.265-1.264,2.978-1.974,4.764-1.974c1.787,0,3.5,0.71,4.763,1.973 c1.264,1.263,2.978,1.974,4.764,1.974c1.787,0,3.499-0.71,4.764-1.973l0.008-0.009c1.262-1.261,2.971-1.97,4.755-1.97 c1.784,0,3.495,0.709,4.756,1.97c1.318,1.318,3.045,1.976,4.772,1.976s3.454-0.659,4.772-1.976l0.142-0.142 C301.718,108.32,300.844,102.835,298.063,98.163z M240.266,93.035c-1.437,1.437-3.767,1.437-5.204,0 c-1.437-1.437-1.437-3.768,0-5.204c1.437-1.437,7.467-5.137,8.904-3.7C245.402,85.568,241.703,91.598,240.266,93.035z M254.85,98.86c-2.032,0-3.68-1.648-3.68-3.68c0-2.032,1.648-8.912,3.68-8.912c2.032,0,3.68,6.88,3.68,8.912 C258.53,97.212,256.883,98.86,254.85,98.86z M274.639,93.035c-1.437,1.437-3.768,1.437-5.204,0 c-1.437-1.437-5.137-7.467-3.699-8.904c1.437-1.437,7.467,2.263,8.904,3.7C276.076,89.268,276.076,91.598,274.639,93.035z\"\/>\n<\/g>\n<\/svg>\t\t\t\t\t\t\t\t<\/i>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t<h4>Caterers<\/h4>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<img decoding=\"async\" src=\"https:\/\/alleveplanning.com\/wp-content\/uploads\/2025\/07\/5290.jpg\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/a>\n\n\t\t\t\t\t\t\t\t\t\t<a href=\"https:\/\/alleveplanning.com\/el\/listing-category\/services\/dj\/\" class=\"category-small-box-alt\">\n\t\t\t\t\t\t\t <i class=\"im im-icon-Dj\"><\/i>\t\t\t\t\t\t\t<h4>DJ<\/h4>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<img decoding=\"async\" src=\"https:\/\/alleveplanning.com\/wp-content\/uploads\/2025\/11\/122049.jpg\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/a>\n\n\t\t\t\t\t\t\t\t\t\t<a href=\"https:\/\/alleveplanning.com\/el\/listing-category\/events\/event-planners\/\" class=\"category-small-box-alt\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<i class=\"listeo-svg-icon-box-grid\">\n\t\t\t\t\t\t\t\t\t<svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" xmlns:xlink=\"http:\/\/www.w3.org\/1999\/xlink\" fill=\"#ffffff\" version=\"1.1\" id=\"Layer_1\" viewBox=\"-3.2 -3.2 38.40 38.40\" xml:space=\"preserve\" width=\"800px\" height=\"800px\" stroke=\"#ffffff\">\n\n<g id=\"SVGRepo_bgCarrier\" stroke-width=\"0\">\n\n<rect x=\"-3.2\" y=\"-3.2\" width=\"38.40\" height=\"38.40\" rx=\"0\" fill=\"#050505\"\/>\n\n<\/g>\n\n<g id=\"SVGRepo_tracerCarrier\" stroke-linecap=\"round\" stroke-linejoin=\"round\"\/>\n\n<g id=\"SVGRepo_iconCarrier\"> <path id=\"professional--marketplace_1_\" d=\"M30,31.36H16c-0.199,0-0.36-0.161-0.36-0.36V21c0-0.199,0.161-0.36,0.36-0.36h3.64V18 c0-0.199,0.161-0.36,0.36-0.36h6c0.199,0,0.36,0.161,0.36,0.36v2.64H30c0.199,0,0.36,0.161,0.36,0.36v10 C30.36,31.199,30.199,31.36,30,31.36z M16.36,30.64h13.28v-5.28h-4.28V26c0,0.199-0.161,0.36-0.36,0.36h-4 c-0.199,0-0.36-0.161-0.36-0.36v-0.64h-4.28C16.36,25.36,16.36,30.64,16.36,30.64z M21.36,25.64h3.279v-1.28H21.36V25.64z M25.36,24.64h4.279v-3.28H16.36v3.279h4.28V24c0-0.199,0.161-0.36,0.36-0.36h4c0.199,0,0.36,0.161,0.36,0.36 C25.36,24,25.36,24.64,25.36,24.64z M20.36,20.64h5.279v-2.28H20.36V20.64z M8.36,31H7.64v-7.5c0-3.592,2.257-6.718,5.586-7.879 c-1.326-0.907-2.146-2.421-2.146-4.06c0-1.964,1.157-3.664,2.826-4.452c0.196-0.492,0.295-1.012,0.295-1.548 c0-2.316-1.884-4.201-4.201-4.201S5.799,3.244,5.799,5.561c0,1.655,0.98,3.162,2.496,3.836C8.437,9.46,8.522,9.606,8.507,9.76 c-0.014,0.153-0.125,0.281-0.275,0.316C4.774,10.896,2.36,13.949,2.36,17.5V25H1.64v-7.5c0-3.592,2.257-6.718,5.585-7.879 C5.899,8.714,5.08,7.2,5.08,5.561c0-2.713,2.207-4.92,4.92-4.92s4.92,2.207,4.92,4.92c0,0.422-0.052,0.835-0.157,1.237 c0.79-0.205,1.683-0.205,2.473,0c-0.104-0.401-0.157-0.815-0.157-1.237c0-2.713,2.208-4.92,4.921-4.92s4.921,2.207,4.921,4.92 c0,1.639-0.82,3.154-2.146,4.061c3.329,1.162,5.586,4.291,5.586,7.887V18H29.64v-0.492c0-3.556-2.414-6.612-5.871-7.432 c-0.15-0.036-0.261-0.163-0.275-0.316c-0.015-0.154,0.071-0.3,0.212-0.362C25.221,8.722,26.2,7.216,26.2,5.561 c0-2.316-1.884-4.201-4.2-4.201s-4.2,1.884-4.2,4.201c0,0.536,0.099,1.056,0.295,1.548c1.669,0.789,2.826,2.488,2.826,4.452 c0,0.937-0.265,1.848-0.766,2.633c-0.522,0.821-1.269,1.465-2.157,1.861l-0.293-0.657c0.76-0.338,1.396-0.888,1.843-1.59 c0.427-0.671,0.652-1.447,0.652-2.247c0-2.316-1.884-4.201-4.2-4.201s-4.2,1.884-4.2,4.201c0,1.656,0.98,3.162,2.496,3.836 c0.141,0.063,0.226,0.209,0.212,0.363c-0.014,0.153-0.125,0.281-0.275,0.316c-3.458,0.82-5.873,3.872-5.873,7.424 C8.36,23.5,8.36,31,8.36,31z\"\/> <rect id=\"_Transparent_Rectangle\" width=\"32\" height=\"32\"\/> <\/g>\n\n<\/svg>\t\t\t\t\t\t\t\t<\/i>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t<h4>Event Planners<\/h4>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<img decoding=\"async\" src=\"https:\/\/alleveplanning.com\/wp-content\/uploads\/2025\/07\/female-wedding-planner-working-ceremony-3-1007x670.jpg\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/a>\n\n\t\t\t\t\t\t\t\t\t\t<a href=\"https:\/\/alleveplanning.com\/el\/listing-category\/events\/\" class=\"category-small-box-alt\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<i class=\"listeo-svg-icon-box-grid\">\n\t\t\t\t\t\t\t\t\t<svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" xmlns:xlink=\"http:\/\/www.w3.org\/1999\/xlink\" fill=\"#000000\" version=\"1.1\" id=\"Capa_1\" width=\"800px\" height=\"800px\" viewBox=\"0 0 319.032 319.032\" xml:space=\"preserve\">\n<g>\n\t<path d=\"M45.351,0v319.032h228.33V0H45.351z M263.513,308.232h-208V10.8h208V308.232z M111.285,58.126h-4.142 c0.087-0.601,0.303-1.076,0.644-1.426c0.34-0.351,0.82-0.525,1.434-0.525c0.57,0,1.044,0.168,1.426,0.499 C111.037,57.003,111.245,57.483,111.285,58.126z M108.45,118.795c-2.365,0-4.25-0.87-5.661-2.613 c-1.408-1.745-2.109-4.224-2.109-7.44c0-3.22,0.702-5.698,2.109-7.444c1.411-1.743,3.296-2.613,5.661-2.613 c2.36,0,4.237,0.875,5.627,2.623c1.387,1.751,2.083,4.229,2.083,7.434c0,3.217-0.696,5.695-2.083,7.44 C112.688,117.925,110.815,118.795,108.45,118.795z M252.713,21.6h-186.4v275.833h186.4V21.6z M233.138,137.015v9.471H83.291v-9.471 H233.138z M94.75,108.741c0-5.234,1.447-9.16,4.34-11.784c2.157-2.22,5.276-3.333,9.36-3.333c4.082,0,7.204,1.113,9.358,3.333 c2.876,2.624,4.319,6.55,4.319,11.784c0,5.128-1.442,9.054-4.319,11.78c-2.154,2.221-5.276,3.333-9.358,3.333 c-4.084,0-7.203-1.112-9.36-3.333C96.197,117.795,94.75,113.864,94.75,108.741z M126.588,123.056V94.495h6.251l11.341,19.916 V94.495h5.563v28.561h-5.967l-11.628-20.266v20.266H126.588z M154.856,123.056V94.495h5.936v28.561H154.856z M173.495,116.554 c1.604,1.458,3.428,2.188,5.464,2.188c2.004,0,3.654-0.575,4.925-1.725c1.276-1.149,2.073-2.658,2.363-4.514h-6.613v-4.772h11.896 v15.325h-3.955l-0.59-3.565c-1.16,1.35-2.184,2.302-3.102,2.858c-1.582,0.96-3.517,1.445-5.811,1.445 c-3.781,0-6.882-1.311-9.303-3.929c-2.521-2.637-3.775-6.238-3.775-10.808c0-4.623,1.275-8.327,3.817-11.111 c2.547-2.787,5.912-4.18,10.094-4.18c3.628,0,6.539,0.918,8.743,2.758s3.47,4.137,3.786,6.89h-5.874 c-0.454-1.949-1.551-3.314-3.312-4.087c-0.98-0.428-2.077-0.639-3.264-0.639c-2.305,0-4.198,0.87-5.68,2.603 c-1.472,1.735-2.215,4.343-2.215,7.82C171.091,112.611,171.893,115.096,173.495,116.554z M214.228,105.387V94.495h5.933v28.561 h-5.933v-12.751h-11.105v12.751h-5.938V94.495h5.938v10.892H214.228z M232.089,123.056V99.555h-8.591v-5.06h23.14v5.06h-8.543 v23.501H232.089z M132.149,54.788h2.555v2.521h-2.555V54.788z M132.149,61.111h2.555v2.523h-2.555V61.111z M125.892,54.52v-2.565 h2.381v2.565h1.495v1.711h-1.495v4.859c0,0.377,0.047,0.609,0.145,0.702s0.391,0.14,0.881,0.14c0.071,0,0.15,0,0.232-0.005 c0.082,0,0.161-0.005,0.237-0.011v1.804l-1.139,0.045c-1.134,0.037-1.911-0.158-2.328-0.588c-0.269-0.277-0.403-0.704-0.403-1.276 v-5.658h-1.281V54.52H125.892z M115.021,54.453h2.328v1.34c0.306-0.47,0.599-0.814,0.875-1.021c0.49-0.372,1.115-0.557,1.872-0.557 c0.946,0,1.717,0.248,2.323,0.744c0.598,0.498,0.901,1.323,0.901,2.481v6.194h-2.463v-5.596c0-0.485-0.065-0.854-0.195-1.112 c-0.232-0.475-0.68-0.707-1.339-0.707c-0.81,0-1.366,0.346-1.669,1.037c-0.156,0.367-0.232,0.831-0.232,1.397v4.981h-2.402V54.453z M105.932,55.469c0.844-0.847,1.938-1.273,3.288-1.273c0.801,0,1.524,0.145,2.167,0.432c0.641,0.285,1.171,0.738,1.587,1.361 c0.377,0.543,0.62,1.181,0.733,1.898c0.066,0.422,0.092,1.033,0.082,1.827h-6.695c0.037,0.923,0.356,1.571,0.96,1.938 c0.367,0.232,0.81,0.346,1.329,0.346c0.546,0,0.994-0.14,1.334-0.422c0.188-0.15,0.351-0.361,0.496-0.63h2.457 c-0.066,0.546-0.361,1.102-0.891,1.661c-0.825,0.896-1.975,1.339-3.462,1.339c-1.226,0-2.305-0.377-3.238-1.134 c-0.937-0.754-1.405-1.979-1.405-3.681C104.669,57.538,105.091,56.317,105.932,55.469z M97.574,54.438l1.917,6.782l1.954-6.782 h2.582l-3.32,9.197h-2.539l-3.298-9.197H97.574z M84.527,51.197h9.12v2.204h-6.581v2.64h6.041V58.2h-6.041v3.198h6.885v2.236 h-9.424V51.197z M83.291,72.214h149.847v9.471H83.291V72.214z M69.888,94.495h23.132v5.06H84.48v23.501h-6.006V99.555h-8.585 V94.495z M87.697,185.883l5.529-17.027l5.529,17.027h17.903l-14.483,10.521l5.529,17.022l-14.483-10.516L78.74,213.427 l5.529-17.022l-14.484-10.521H87.697z M108.06,290.25c-16.901,0-30.602-13.7-30.602-30.602s13.701-30.602,30.602-30.602 s30.602,13.7,30.602,30.602S124.961,290.25,108.06,290.25z M191.53,211.95H127.5v-5.4h64.03V211.95z M191.53,195.75H127.5v-5.4 h64.03V195.75z M191.53,179.55H127.5v-5.399h64.03V179.55z M240.036,213.427l-14.481-10.516l-14.491,10.516l5.532-17.022 l-14.486-10.521h17.897l5.527-17.027l5.526,17.027h17.903l-14.486,10.521L240.036,213.427z M121.468,243.602l-34.019,19.574 l-2.695-4.683l34.019-19.575L121.468,243.602z M126.409,252.224L92.39,271.793l-2.695-4.678l34.019-19.575L126.409,252.224z M128.706,256.152l2.689,4.683l-34.038,19.543l-2.689-4.683L128.706,256.152z\"\/>\n<\/g>\n<\/svg>\t\t\t\t\t\t\t\t<\/i>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t<h4>Events<\/h4>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<img decoding=\"async\" src=\"https:\/\/alleveplanning.com\/wp-content\/uploads\/2025\/07\/events-category-image-1-1005x670.webp\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/a>\n\n\t\t\t\t\t\t\t\t\t\t<a href=\"https:\/\/alleveplanning.com\/el\/listing-category\/services\/florists\/\" class=\"category-small-box-alt\">\n\t\t\t\t\t\t\t <i class=\"im im-icon-Flowerpot\"><\/i>\t\t\t\t\t\t\t<h4>Florists<\/h4>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<img decoding=\"async\" src=\"https:\/\/alleveplanning.com\/wp-content\/uploads\/2025\/11\/15347-e1762596266411-606x670.jpg\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/a>\n\n\t\t\t\t\t\t\t\t\t\t<a href=\"https:\/\/alleveplanning.com\/el\/listing-category\/services\/house-keeping\/\" class=\"category-small-box-alt\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<i class=\"listeo-svg-icon-box-grid\">\n\t\t\t\t\t\t\t\t\t<svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" xmlns:xlink=\"http:\/\/www.w3.org\/1999\/xlink\" fill=\"#000000\" height=\"800px\" width=\"800px\" version=\"1.1\" id=\"Layer_1\" viewBox=\"0 0 512.001 512.001\" xml:space=\"preserve\">\n<g>\n\t<g>\n\t\t<path d=\"M398.36,405.439l0.252-214.944l6.683-2.259c10.638-3.597,16.347-15.136,12.75-25.775 c-2.88-8.519-10.856-13.86-19.384-13.81l0.14-119.932c0.007-5.626-4.549-10.192-10.174-10.198c-0.004,0-0.008,0-0.012,0 c-5.621,0-10.18,4.553-10.186,10.174l-0.147,125.745l-47.451,16.042c-3.961-11.176-8.656-24.472-11.037-31.399 c-7.593-22.092-19.322-35.413-34.955-39.775c-8.898,25.107-12.092,34.122-17.788,50.194c6.076,49.672,1.667,21.069,20.618,131.353 c1.051,6.116-3.661,11.674-9.828,11.674c-20.094,0-60.466,0-80.571,0c-6.144,0-10.878-5.563-9.828-11.674 c18.943-110.247,14.578-81.979,20.475-130.183c-13.539-38.205-12.103-34.154-18.15-51.217 c-15.379,4.506-26.94,17.774-34.449,39.628c-14.621,42.544-47.821,133.379-48.156,134.291c-3.442,9.414,0.523,19.71,8.91,24.56 c0,10.507,0,18.242,0,28.54c-20.041,0-31.815,14.234-31.815,29.782v39.083c0,4.278,3.467,7.745,7.745,7.745h68.511 c4.278,0,7.745-3.467,7.745-7.745v-39.083c0-14.966-11.185-29.782-31.815-29.782c0-16.821,0-17.559,0-28.522 c3.98-2.302,7.208-5.957,8.91-10.613c0.283-0.775,24.124-66.121,40.409-112.222c-1.054,8.619-26.953,141.581-26.953,141.581 c9.59,4.95,17.156,13.279,21.116,23.409c1.159,0,2.346,0,3.561,0v147.492c0,13.475,10.924,24.399,24.399,24.399 s24.399-10.924,24.399-24.399V340.108c3.508,0,7.027,0,10.535,0v147.492c0,13.475,10.924,24.399,24.399,24.399 c13.475,0,24.399-10.924,24.399-24.399V340.108c5.883,0,11.137,0,15.516,0c7.09,0,12.442-6.47,11.089-13.456 c-2.209-11.401-27.789-142.489-28.895-151.534c4.763,13.473,9.562,26.947,9.889,27.865c3.725,10.454,15.144,15.992,25.667,12.438 l53.344-18.035l-0.243,208.03c-16.946,4.476-29.451,19.895-29.472,38.252l-0.003,3.018l79.228,0.093l0.003-3.018 C427.764,425.403,415.296,409.955,398.36,405.439z\"\/>\n\t<\/g>\n<\/g>\n<g>\n\t<g>\n\t\t<path d=\"M348.492,462.531l-0.041,35.464c-0.009,7.71,17.72,13.98,39.598,14.006c21.878,0.026,39.621-6.204,39.63-13.913 l0.041-35.464L348.492,462.531z\"\/>\n\t<\/g>\n<\/g>\n<g>\n\t<g>\n\t\t<circle cx=\"237.551\" cy=\"42.14\" r=\"42.14\"\/>\n\t<\/g>\n<\/g>\n<g>\n\t<g>\n\t\t<path d=\"M205.958,97.714c3.628,10.237,14.014,39.543,17.648,49.802c10.642,0,17.818,0,27.336,0 c3.921-11.063,14.241-40.186,17.65-49.802H205.958z\"\/>\n\t<\/g>\n<\/g>\n<\/svg>\t\t\t\t\t\t\t\t<\/i>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t<h4>House Keeping<\/h4>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<img decoding=\"async\" src=\"https:\/\/alleveplanning.com\/wp-content\/uploads\/2025\/07\/house-keeping-category-pic-1004x670.jpg\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/a>\n\n\t\t\t\t\t\t\t\t\t\t<a href=\"https:\/\/alleveplanning.com\/el\/listing-category\/services\/musicians\/\" class=\"category-small-box-alt\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<i class=\"listeo-svg-icon-box-grid\">\n\t\t\t\t\t\t\t\t\t<svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" xmlns:xlink=\"http:\/\/www.w3.org\/1999\/xlink\" fill=\"#636b2f\" height=\"800px\" width=\"800px\" version=\"1.1\" id=\"Capa_1\" viewBox=\"0 0 490.531 490.531\" xml:space=\"preserve\">\n\n<g id=\"SVGRepo_bgCarrier\" stroke-width=\"0\"\/>\n\n<g id=\"SVGRepo_tracerCarrier\" stroke-linecap=\"round\" stroke-linejoin=\"round\"\/>\n\n<g id=\"SVGRepo_iconCarrier\"> <g id=\"XMLID_169_\"> <path id=\"XMLID_176_\" d=\"M315.623,124.775c0.195,0.981,0.704,1.864,0.783,2.878c0.244,3.444-0.254,6.824-1.422,9.967 c3.1,7.142,2.06,15.759-3.416,22.047c-1.332,1.51-2.844,2.806-4.51,3.859c-0.816,1.809-1.902,3.526-3.26,5.109 c-1.311,1.493-2.814,2.773-4.442,3.818c-0.814,1.798-1.904,3.486-3.216,4.996c-3.945,4.601-9.701,7.248-15.773,7.248 c-1.326,0-2.639-0.127-3.934-0.375l-13.379,15.424c1.186,3.163,1.707,6.385,2.334,9.599c0.736-0.456,1.568-0.712,2.256-1.262 l58.178-47.25c8.777-7.121,10.104-20.001,2.99-28.778C325.391,127.852,320.614,125.447,315.623,124.775z\"\/> <path id=\"XMLID_175_\" d=\"M107.422,275.39c-1.949-4.635-3.451-9.382-4.46-14.271c0,9.677-0.06,195.183-0.06,204.859 c0,13.563,10.995,24.554,24.55,24.554c13.549,0,24.546-10.991,24.546-24.554V319.929c-7.987-3.396-15.617-7.941-22.453-13.872 C119.636,297.454,112.269,286.859,107.422,275.39z\"\/> <path id=\"XMLID_174_\" d=\"M169.899,325.233v140.744c0,13.563,11.003,24.554,24.553,24.554c13.555,0,24.552-10.991,24.552-24.554 V315.243c-10.439,7.18-23.015,11.167-36.774,11.167C178.099,326.41,173.978,325.921,169.899,325.233z\"\/> <path id=\"XMLID_173_\" d=\"M160.934,95.668c26.436,0,47.857-21.409,47.857-47.83C208.791,21.408,187.369,0,160.934,0 c-26.418,0-47.822,21.408-47.822,47.838C113.112,74.259,134.516,95.668,160.934,95.668z\"\/> <path id=\"XMLID_172_\" d=\"M423.866,4.586c-0.796-0.632-1.866-0.854-2.857-0.607l-46.592,11.622 c-2.414,0.599-4.109,2.762-4.109,5.248v47.273c-0.384-0.042-0.705-0.225-1.088-0.225c-6.602,0-11.958,5.355-11.958,11.957 c0,6.592,5.356,11.947,11.958,11.947c6.602,0,11.957-5.356,11.957-11.947V34.116l33.115-8.265v28.206 c-0.384-0.041-0.699-0.227-1.088-0.227c-6.602,0-11.95,5.356-11.95,11.957c0,6.592,5.349,11.948,11.95,11.948 c6.601,0,11.957-5.356,11.957-11.948V7.233C425.16,6.2,424.68,5.227,423.866,4.586z\"\/> <path id=\"XMLID_171_\" d=\"M272.963,163.345l4.492,3.891c0.852,0.734,1.889,1.097,2.912,1.097c1.246,0,2.473-0.529,3.354-1.544 c1.617-1.855,1.405-4.665-0.449-6.283l-4.473-3.874l1.933-2.246l4.48,3.894c0.844,0.727,1.885,1.085,2.923,1.085 c1.246,0,2.475-0.52,3.374-1.532c1.6-1.863,1.405-4.669-0.448-6.281l-4.493-3.885l1.951-2.246l4.492,3.885 c0.826,0.736,1.867,1.094,2.893,1.094c1.247,0,2.475-0.521,3.369-1.535c1.617-1.855,1.41-4.659-0.443-6.273l-4.492-3.89l3.98-4.59 c2.639-3.036,2.316-7.632-0.735-10.271l-11.397-9.884c-1.375-1.2-3.07-1.783-4.765-1.783c-2.043,0-4.073,0.849-5.515,2.511 l-3.98,4.58l-4.475-3.894c-0.844-0.727-1.865-1.088-2.906-1.088c-1.244,0-2.498,0.519-3.372,1.534 c-1.601,1.854-1.394,4.668,0.444,6.282l4.491,3.885l-1.946,2.237l-4.478-3.885c-0.845-0.727-1.887-1.085-2.907-1.085 c-1.245,0-2.491,0.521-3.372,1.534c-1.6,1.855-1.41,4.666,0.431,6.274l4.491,3.884l-1.933,2.246l-4.491-3.884 c-0.851-0.73-1.891-1.089-2.911-1.089c-1.246,0-2.493,0.52-3.374,1.525c-1.611,1.864-1.405,4.67,0.449,6.282l4.492,3.894 l-29.366,33.838c-5.927-2.63-12.114-3.949-18.041-3.949c-9.799-0.01-18.959,3.596-25.257,10.859 c-3.934,4.541-6.15,10.039-7.031,15.883l17.455,6.655c7.643-7.313,19.611-7.982,27.763-0.909 c8.661,7.509,9.593,20.633,2.079,29.297c-1.6,1.854-3.568,3.171-5.581,4.307c0.273,4.988-0.431,10.111-2.314,15.082 c-5.593,14.689-19.58,23.721-34.413,23.721c-4.363,0-8.807-0.777-13.123-2.423l-43.316-16.511 c2.973,12.322,9.877,24.406,20.855,33.926c12.553,10.885,27.7,16.352,41.963,16.352c13.857,0,26.866-5.164,35.852-15.522 c10.32-11.907,13.086-28.131,9.043-43.842c6.092-1.607,11.574-4.812,15.763-9.646c10.114-11.669,9.841-29.257,0.735-43.843 L272.963,163.345z\"\/> <path id=\"XMLID_170_\" d=\"M175.85,262.333c8.23,0,16-5.022,19.111-13.179c4.031-10.558-1.276-22.378-11.821-26.407l-70.271-26.781 l6.346-15.103l21.854,8.327c5.465-2.006,11.172-3.54,17.275-4.044c1.854-4.061,4.256-7.833,7.18-11.203 c9.525-10.982,23.64-16.503,37.626-16.503c4.219,0,8.517,0.477,12.771,1.421l13.38-15.434c-1.667-4.88-1.412-10.286,0.699-15.12 l-12.305-15.455c-4.254-5.332-10.631-7.616-16.959-7.327c-7.482-1.21-74.213-0.736-79.09-0.106 c-8.504-0.605-16.813,3.957-20.283,12.26c-26.93,64.182-19.465,46.407-34.394,81.95c-4.491,10.73,0.827,22.943,11.567,27.033 l90.025,34.318C170.957,261.892,173.418,262.333,175.85,262.333z\"\/> <\/g> <\/g>\n\n<\/svg>\t\t\t\t\t\t\t\t<\/i>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t<h4>Musicians<\/h4>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<img decoding=\"async\" src=\"\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/a>\n\n\t\t\t\t\t\t\t\t\t\t<a href=\"https:\/\/alleveplanning.com\/el\/listing-category\/events\/real-estate\/\" class=\"category-small-box-alt\">\n\t\t\t\t\t\t\t <i class=\"fa fas fa-house\"><\/i>\t\t\t\t\t\t\t<h4>Real Estate\/Rentals<\/h4>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<img decoding=\"async\" src=\"https:\/\/alleveplanning.com\/wp-content\/uploads\/2025\/07\/5785-536x670.jpg\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/a>\n\n\t\t\t\t\t\t\t\t\t\t<a href=\"https:\/\/alleveplanning.com\/el\/listing-category\/services\/security-services\/\" class=\"category-small-box-alt\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<i class=\"listeo-svg-icon-box-grid\">\n\t\t\t\t\t\t\t\t\t<svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" xmlns:xlink=\"http:\/\/www.w3.org\/1999\/xlink\" height=\"800px\" width=\"800px\" version=\"1.1\" id=\"_x32_\" viewBox=\"0 0 512 512\" xml:space=\"preserve\">\n\n<g>\n\t<path class=\"st0\" d=\"M429.823,409.401c-11.741-17.577-29.574-27.295-46.322-33.618c-8.41-3.157-16.624-5.492-23.859-7.474 c-7.227-1.965-13.508-3.618-17.725-5.213c-7.384-2.738-15.186-6.289-20.628-10.112c-2.722-1.899-4.81-3.856-6.027-5.517 c-1.225-1.702-1.562-2.878-1.578-3.906c0-7.103,0-15.974,0-27.666c9.447-10.508,23.021-26.794,28.595-52.618 c1.949-0.88,3.873-1.875,5.731-3.166c4.62-3.19,8.542-7.819,11.864-14.116c3.346-6.323,6.306-14.405,9.463-25.463 c1.603-5.607,2.343-10.474,2.343-14.815c0.008-4.999-1.028-9.332-2.911-12.85c-2.482-4.678-6.29-7.457-9.701-9.002l7.703-11.478 v-12.727c0.732-0.995,1.2-1.908,1.085-2.631v-27.567l19.6-39.184c4.966-9.932,1.127-22.018-8.666-27.263L265.693,2.43 c-6.05-3.24-13.327-3.24-19.378,0L133.21,63.015c-9.784,5.245-13.624,17.331-8.657,27.263l19.6,39.209v27.543 c-0.123,0.748,0.288,1.66,1.085,2.696v12.662l7.704,11.46c-0.798,0.354-1.62,0.757-2.467,1.275 c-2.664,1.644-5.352,4.218-7.235,7.745c-1.883,3.519-2.919,7.851-2.91,12.85c0,4.341,0.74,9.208,2.343,14.815 c4.226,14.726,8.041,24.238,12.982,31.218c2.475,3.461,5.287,6.24,8.345,8.361c1.858,1.29,3.783,2.286,5.731,3.166 c5.574,25.824,19.148,42.111,28.595,52.618c0,11.692,0,20.562,0,27.666c0,0.872-0.354,2.13-1.702,3.93 c-1.989,2.672-6.108,5.912-11,8.657c-4.876,2.771-10.483,5.18-15.391,6.907c-5.764,2.047-15.054,4.168-25.455,7.153 c-15.629,4.522-34.111,11.033-49.149,23.925c-7.506,6.446-14.092,14.544-18.729,24.607c-4.636,10.056-7.301,22.01-7.292,35.986 c0,3.248,0.14,6.602,0.428,10.072c0.222,2.434,1.142,4.407,2.236,6.034c2.064,3.042,4.81,5.295,8.246,7.622 c6.019,3.979,14.364,7.876,25.043,11.699c31.958,11.396,84.881,21.829,150.449,21.846c53.268,0,98.232-6.914,130.329-15.605 c16.057-4.349,28.875-9.118,38.141-13.878c4.646-2.393,8.394-4.768,11.37-7.358c1.488-1.316,2.795-2.688,3.889-4.325 c1.094-1.627,2.015-3.6,2.228-6.034c0.288-3.461,0.428-6.816,0.428-10.046C442.419,436.114,437.633,421.093,429.823,409.401z M231.936,137.544c0-13.294,10.77-24.065,24.073-24.065c13.286,0,24.056,10.77,24.056,24.065v2.31 c0,13.287-10.77,24.065-24.056,24.065c-13.303,0-24.073-10.778-24.073-24.065V137.544z M236.466,460.639l-54.806-86.517 c4.991-2.088,10.104-4.727,14.84-7.777l31.366,45.104l15.128-28.455L236.466,460.639z M227.117,398.837l-25.273-36.332 c2.31-1.891,4.505-3.897,6.306-6.256c2.54-3.33,4.472-7.49,4.596-12.218l35.386,15.276L227.117,398.837z M212.795,336.887 c0-6.462,0-14.142,0-23.761v-2.77l-1.858-2.072c-9.874-10.993-23.234-25.586-27.871-51.516l-0.732-4.144l-3.955-1.414 c-2.524-0.896-4.439-1.817-6.116-2.984c-2.475-1.743-4.72-4.127-7.342-9.011c-2.59-4.86-5.328-12.119-8.328-22.65 c-1.324-4.604-1.792-8.181-1.792-10.845c0.008-3.083,0.6-4.884,1.2-6.026c0.913-1.653,2.032-2.36,3.454-2.936 c0.642-0.246,1.29-0.378,1.842-0.468l14.873,22.157l6.363-37.285l0.699-2.336c19.42,6.159,44.644,11.1,72.779,11.1 c28.06,0,53.366-4.9,72.794-11.041l0.674,2.277l6.364,37.285l14.873-22.141c0.937,0.148,2.195,0.46,3.166,1.102 c0.83,0.535,1.504,1.151,2.121,2.286c0.6,1.142,1.192,2.943,1.209,6.026c0,2.664-0.477,6.24-1.792,10.845 c-3.988,14.059-7.564,22.231-10.853,26.77c-1.644,2.293-3.149,3.724-4.818,4.892c-1.677,1.168-3.592,2.089-6.116,2.984 l-3.963,1.414l-0.724,4.144c-4.636,25.93-17.998,40.524-27.871,51.516l-1.858,2.072v2.77c0,9.62,0,17.299,0,23.761l-43.204,18.655 L212.795,336.887z M299.262,344.031c0.107,4.572,1.883,8.707,4.342,12.012c1.841,2.483,4.053,4.636,6.47,6.585l-25.191,36.208 l-21.006-39.53L299.262,344.031z M275.543,460.655l-6.528-77.653l15.12,28.447l31.308-45.022c1.044,0.667,2.089,1.324,3.182,1.949 c3.789,2.154,7.794,3.98,11.798,5.664L275.543,460.655z\"\/>\n<\/g>\n<\/svg>\t\t\t\t\t\t\t\t<\/i>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t<h4>Security Services<\/h4>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<img decoding=\"async\" src=\"https:\/\/alleveplanning.com\/wp-content\/uploads\/2025\/07\/2150368714.jpg\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/a>\n\n\t\t\t\t\t\t\t\t\t\t<a href=\"https:\/\/alleveplanning.com\/el\/listing-category\/venues\/\" class=\"category-small-box-alt\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<i class=\"listeo-svg-icon-box-grid\">\n\t\t\t\t\t\t\t\t\t<svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" xmlns:xlink=\"http:\/\/www.w3.org\/1999\/xlink\" fill=\"#636b2f\" height=\"800px\" width=\"800px\" version=\"1.1\" id=\"Capa_1\" viewBox=\"0 0 224.089 224.089\" xml:space=\"preserve\">\n\n<g id=\"SVGRepo_bgCarrier\" stroke-width=\"0\"\/>\n\n<g id=\"SVGRepo_tracerCarrier\" stroke-linecap=\"round\" stroke-linejoin=\"round\"\/>\n\n<g id=\"SVGRepo_iconCarrier\"> <path d=\"M199.062,167.072h-73.15c18.527-21.54,55.571-68.165,55.571-96.617c0-38.288-31.149-69.438-69.438-69.438 s-69.438,31.15-69.438,69.438c0,28.452,37.044,75.077,55.572,96.617H25.027L0,223.072h224.089L199.062,167.072z M77.066,82.003 c-2.786-4.722-4.762-9.935-4.435-16.785c0.581-12.126,9.457-22.141,20.326-22.141c11.175,0,19.087,8.9,19.087,8.9 s8.391-8.9,19.086-8.9c10.87,0,19.745,10.014,20.326,22.141c0.328,6.85-1.643,12.042-4.435,16.785 c-5.601,9.515-34.942,28.569-34.942,28.569S82.631,91.437,77.066,82.003z\"\/> <\/g>\n\n<\/svg>\t\t\t\t\t\t\t\t<\/i>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t<h4>Venues<\/h4>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<img decoding=\"async\" src=\"https:\/\/alleveplanning.com\/wp-content\/uploads\/2025\/07\/photorealistic-wedding-venue-with-intricate-decor-ornaments-1-1-1005x670.jpg\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/a>\n\n\t\t\t\t\n\t\t\t\t<\/div>\n\n\t\t\t\t\t\t\t\t<!-- Slick-style Navigation -->\n\t\t\t\t<div class=\"taxonomy-slider-controls-container\">\n\t\t\t\t\t<div class=\"taxonomy-slider-controls\">\n\t\t\t\t\t\t<button type=\"button\" class=\"taxonomy-slide-prev taxonomy-arrow\"><\/button>\n\t\t\t\t\t\t<div class=\"taxonomy-slide-dots\" role=\"toolbar\">\n\t\t\t\t\t\t\t<ul class=\"taxonomy-dots\" role=\"tablist\">\n\t\t\t\t\t\t\t\t<!-- Dots will be generated by JavaScript -->\n\t\t\t\t\t\t\t<\/ul>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t<button type=\"button\" class=\"taxonomy-slide-next taxonomy-arrow\"><\/button>\n\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t\t\t<\/div> <!-- Close taxonomy-slider-wrapper -->\n\n\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-f43c392 elementor-hidden-widescreen elementor-hidden-desktop elementor-widget elementor-widget-listeo-taxonomy-carousel\" data-id=\"f43c392\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"listeo-taxonomy-carousel.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\n\t\t\t<div class=\"fullwidth-slick-carousel category-carousel\" data-slick='{\"autoplay\": true, \"autoplaySpeed\": 3000}' >\n\t\t\t\t<!-- Item -->\n\t\t\t\t\t\t\t\t\t<div class=\"fw-carousel-item\">\n\t\t\t\t\t\t<div class=\"category-box-container\">\n\t\t\t\t\t\t\t<a href=\"https:\/\/alleveplanning.com\/el\/listing-category\/events\/real-estate\/apartments\/\" class=\"category-box\" data-background-image=\"https:\/\/alleveplanning.com\/wp-content\/uploads\/2025\/07\/ParkLine-apartment-in-Miami-FL.jpg\">\n\n\t\t\t\t\t\t\t\t<div class=\"category-box-content\">\n\t\t\t\t\t\t\t\t\t<h3>Apartments<\/h3>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t<span class=\"category-box-btn\">Browse<\/span>\n\t\t\t\t\t\t\t<\/a>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\n\t\t\t\t\t\t\t\t\t<div class=\"fw-carousel-item\">\n\t\t\t\t\t\t<div class=\"category-box-container\">\n\t\t\t\t\t\t\t<a href=\"https:\/\/alleveplanning.com\/el\/listing-category\/services\/audio-visual\/\" class=\"category-box\" data-background-image=\"https:\/\/alleveplanning.com\/wp-content\/uploads\/2025\/07\/audio_visual.jpg\">\n\n\t\t\t\t\t\t\t\t<div class=\"category-box-content\">\n\t\t\t\t\t\t\t\t\t<h3>Audio Visual<\/h3>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t<span class=\"category-box-btn\">Browse<\/span>\n\t\t\t\t\t\t\t<\/a>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\n\t\t\t\t\t\t\t\t\t<div class=\"fw-carousel-item\">\n\t\t\t\t\t\t<div class=\"category-box-container\">\n\t\t\t\t\t\t\t<a href=\"https:\/\/alleveplanning.com\/el\/listing-category\/eat-drink\/bars\/\" class=\"category-box\" data-background-image=\"\">\n\n\t\t\t\t\t\t\t\t<div class=\"category-box-content\">\n\t\t\t\t\t\t\t\t\t<h3>Bars<\/h3>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t<span class=\"category-box-btn\">Browse<\/span>\n\t\t\t\t\t\t\t<\/a>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\n\t\t\t\t\t\t\t\t\t<div class=\"fw-carousel-item\">\n\t\t\t\t\t\t<div class=\"category-box-container\">\n\t\t\t\t\t\t\t<a href=\"https:\/\/alleveplanning.com\/el\/listing-category\/services\/caterers\/\" class=\"category-box\" data-background-image=\"https:\/\/alleveplanning.com\/wp-content\/uploads\/2025\/07\/5290.jpg\">\n\n\t\t\t\t\t\t\t\t<div class=\"category-box-content\">\n\t\t\t\t\t\t\t\t\t<h3>Caterers<\/h3>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t<span class=\"category-box-btn\">Browse<\/span>\n\t\t\t\t\t\t\t<\/a>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\n\t\t\t\t\t\t\t\t\t<div class=\"fw-carousel-item\">\n\t\t\t\t\t\t<div class=\"category-box-container\">\n\t\t\t\t\t\t\t<a href=\"https:\/\/alleveplanning.com\/el\/listing-category\/events\/concerts\/\" class=\"category-box\" data-background-image=\"https:\/\/alleveplanning.com\/wp-content\/uploads\/2025\/07\/concerts-1.jpg\">\n\n\t\t\t\t\t\t\t\t<div class=\"category-box-content\">\n\t\t\t\t\t\t\t\t\t<h3>Concerts<\/h3>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t<span class=\"category-box-btn\">Browse<\/span>\n\t\t\t\t\t\t\t<\/a>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\n\t\t\t\t\t\t\t\t\t<div class=\"fw-carousel-item\">\n\t\t\t\t\t\t<div class=\"category-box-container\">\n\t\t\t\t\t\t\t<a href=\"https:\/\/alleveplanning.com\/el\/listing-category\/services\/dj\/\" class=\"category-box\" data-background-image=\"https:\/\/alleveplanning.com\/wp-content\/uploads\/2025\/11\/122049.jpg\">\n\n\t\t\t\t\t\t\t\t<div class=\"category-box-content\">\n\t\t\t\t\t\t\t\t\t<h3>DJ<\/h3>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t<span class=\"category-box-btn\">Browse<\/span>\n\t\t\t\t\t\t\t<\/a>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\n\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-0821512 elementor-align-center elementor-widget elementor-widget-button\" data-id=\"0821512\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"button.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t\t\t<div class=\"elementor-button-wrapper\">\n\t\t\t\t\t<a class=\"elementor-button elementor-button-link elementor-size-sm\" href=\"\/listings\">\n\t\t\t\t\t\t<span class=\"elementor-button-content-wrapper\">\n\t\t\t\t\t\t\t\t\t<span class=\"elementor-button-text\">Browse All Listings<\/span>\n\t\t\t\t\t<\/span>\n\t\t\t\t\t<\/a>\n\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-c26aa53 elementor-hidden-widescreen elementor-hidden-desktop elementor-hidden-tablet elementor-hidden-mobile e-flex e-con-boxed elementor-invisible e-con e-parent\" data-id=\"c26aa53\" data-element_type=\"container\" data-e-type=\"container\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;,&quot;motion_fx_motion_fx_scrolling&quot;:&quot;yes&quot;,&quot;motion_fx_range&quot;:&quot;viewport&quot;,&quot;animation&quot;:&quot;slideInUp&quot;,&quot;motion_fx_devices&quot;:[&quot;widescreen&quot;,&quot;desktop&quot;,&quot;tablet&quot;,&quot;mobile&quot;]}\">\n\t\t\t\t\t<div class=\"e-con-inner\">\n\t\t<div class=\"elementor-element elementor-element-1212a69 e-con-full e-flex e-con e-child\" data-id=\"1212a69\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-9f508a9 elementor-widget elementor-widget-listeo-headline\" data-id=\"9f508a9\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"listeo-headline.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t<h3 \n\t\tstyle=\"text-align:center;\" class=\"headline  headline-aligned-to-center headline-extra-spacing headline-box  headline-with-subtitle \"> Trending Listings  <span > A selection of listings verified for quality<\/span><\/h3>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-69e977c elementor-widget elementor-widget-listeo-listings-carousel\" data-id=\"69e977c\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"listeo-listings-carousel.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t        <!-- Carousel \/ Start -->\n        \t<div class=\"simple-slick-carousel dots-nav\" data-slick='{&quot;autoplay&quot;:true,&quot;autoplaySpeed&quot;:3000,&quot;slidesToShow&quot;:3,&quot;slidesToScroll&quot;:1,&quot;responsive&quot;:[{&quot;breakpoint&quot;:1024,&quot;settings&quot;:{&quot;slidesToShow&quot;:2,&quot;slidesToScroll&quot;:1}},{&quot;breakpoint&quot;:768,&quot;settings&quot;:{&quot;slidesToShow&quot;:1,&quot;slidesToScroll&quot;:1}}]}'>\n                <\/div>\n        \t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-670b5f9 e-con-full e-flex e-con e-parent\" data-id=\"670b5f9\" data-element_type=\"container\" data-e-type=\"container\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\">\n\t\t<div class=\"elementor-element elementor-element-835bdb3 e-con-full e-flex e-con e-child\" data-id=\"835bdb3\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-bf06e0b elementor-widget elementor-widget-listeo-taxonomy-gallery\" data-id=\"bf06e0b\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"listeo-taxonomy-gallery.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\n\t\t\t<section class=\"fullwidth taxonomy-gallery-container  padding-top-75 padding-bottom-70\">\n\n\t\t\t\t<!-- Info Section -->\n\t\t\t\t<div class=\"container\">\n\t\t\t\t\t<div class=\"row\">\n\t\t\t\t\t\t<div class=\"col-md-6\">\n\n\t\t\t\t\t\t\t<!-- Infobox -->\n\t\t\t\t\t\t\t<div class=\"taxonomy-gallery-text\">\n\t\t\t\t\t\t\t\t<h2>Find Your Ultimate<br \/>Local Weekend<\/h2><p>A curated collection of stays and experiences to inspire your next trip.<\/p><p><a class=\"button margin-top-25\" href=\"https:\/\/alleveplanning.com\/listings\/?keyword_search=&amp;location_search=&amp;tax-listing_category=&amp;action=listeo_get_listings\">Discover Places<\/a><\/p>\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t\t<!-- Infobox \/ End -->\n\n\t\t\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<!-- Info Section \/ End -->\n\n\t\t\t\t<div class=\"gallery-wrap\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<a href=\"https:\/\/alleveplanning.com\/el\/listing-category\/events\/real-estate\/apartments\/\" class=\"item\">\n\n\t\t\t\t\t\t\t<h3>Apartments <\/h3>\n\t\t\t\t\t\t\t<img decoding=\"async\" src=\"https:\/\/alleveplanning.com\/wp-content\/uploads\/2025\/07\/ParkLine-apartment-in-Miami-FL.jpg\" alt=\"\">\n\t\t\t\t\t\t<\/a>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<a href=\"https:\/\/alleveplanning.com\/el\/listing-category\/events\/\" class=\"item\">\n\n\t\t\t\t\t\t\t<h3>Events <\/h3>\n\t\t\t\t\t\t\t<img decoding=\"async\" src=\"https:\/\/alleveplanning.com\/wp-content\/uploads\/2025\/07\/events-category-image-1-1005x670.webp\" alt=\"\">\n\t\t\t\t\t\t<\/a>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<a href=\"https:\/\/alleveplanning.com\/el\/listing-category\/venues\/\" class=\"item\">\n\n\t\t\t\t\t\t\t<h3>Venues <\/h3>\n\t\t\t\t\t\t\t<img decoding=\"async\" src=\"https:\/\/alleveplanning.com\/wp-content\/uploads\/2025\/07\/photorealistic-wedding-venue-with-intricate-decor-ornaments-1-1-1005x670.jpg\" alt=\"\">\n\t\t\t\t\t\t<\/a>\n\t\t\t\t\t\n\t\t\t\t<\/div>\n\n\n\t\t\t<\/section>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<section class=\"elementor-section elementor-top-section elementor-element elementor-element-846af85 elementor-section-stretched elementor-section-boxed elementor-section-height-default elementor-section-height-default\" data-id=\"846af85\" data-element_type=\"section\" data-e-type=\"section\" data-settings=\"{&quot;stretch_section&quot;:&quot;section-stretched&quot;}\">\n\t\t\t\t\t\t<div class=\"elementor-container elementor-column-gap-default\">\n\t\t\t\t\t<div class=\"elementor-column elementor-col-50 elementor-top-column elementor-element elementor-element-ad7c876\" data-id=\"ad7c876\" data-element_type=\"column\" data-e-type=\"column\">\n\t\t\t<div class=\"elementor-widget-wrap elementor-element-populated\">\n\t\t\t\t\t\t<div class=\"elementor-element elementor-element-5562b4f elementor-widget elementor-widget-listeo-headline\" data-id=\"5562b4f\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"listeo-headline.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t<h3 \n\t\tstyle=\"text-align:left;\" class=\"headline  headline-aligned-to-left  headline-box \"> How It Works? <\/h3>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-4e2b38b elementor-widget elementor-widget-listeo-iconbox\" data-id=\"4e2b38b\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"listeo-iconbox.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t\t<a href=\"https:\/\/alleveplanning.com\/my-profile\/\" class=\"icon-box-v3\">\n\t\t\t\t<div class=\"ibv3-icon\">\n\t\t\t\t\t<i aria-hidden=\"true\" class=\"far fa-user\"><\/i>\t\t\t\t<\/div>\n\t\t\t\t<div class=\"ibv3-content\">\n\t\t\t\t\t<h4>Create an Account<\/h4>\n\t\t\t\t\t<p>Integer dapibus purus sit amet metus scelerisque hendrerit non a urna<\/p>\n\t\t\t\t<\/div>\n\t\t\t<\/a>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-3a3e4a3 elementor-widget elementor-widget-listeo-iconbox\" data-id=\"3a3e4a3\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"listeo-iconbox.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t\t<a href=\"https:\/\/alleveplanning.com\/add-listing\/\" class=\"icon-box-v3\">\n\t\t\t\t<div class=\"ibv3-icon\">\n\t\t\t\t\t<i aria-hidden=\"true\" class=\"fas fa-broadcast-tower\"><\/i>\t\t\t\t<\/div>\n\t\t\t\t<div class=\"ibv3-content\">\n\t\t\t\t\t<h4>Get Exposure<\/h4>\n\t\t\t\t\t<p>Integer dapibus purus sit amet metus scelerisque hendrerit non a urna<\/p>\n\t\t\t\t<\/div>\n\t\t\t<\/a>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-69ef9d2 elementor-widget elementor-widget-listeo-iconbox\" data-id=\"69ef9d2\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"listeo-iconbox.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t\t<a href=\"https:\/\/alleveplanning.com\/my-profile\/\" class=\"icon-box-v3\">\n\t\t\t\t<div class=\"ibv3-icon\">\n\t\t\t\t\t<i aria-hidden=\"true\" class=\"far fa-flag\"><\/i>\t\t\t\t<\/div>\n\t\t\t\t<div class=\"ibv3-content\">\n\t\t\t\t\t<h4>Add Listing<\/h4>\n\t\t\t\t\t<p>Integer dapibus purus sit amet metus scelerisque hendrerit non a urna<\/p>\n\t\t\t\t<\/div>\n\t\t\t<\/a>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/div>\n\t\t\t\t<div class=\"elementor-column elementor-col-50 elementor-top-column elementor-element elementor-element-c628692\" data-id=\"c628692\" data-element_type=\"column\" data-e-type=\"column\">\n\t\t\t<div class=\"elementor-widget-wrap elementor-element-populated\">\n\t\t\t\t\t\t<div class=\"elementor-element elementor-element-699df12 elementor-widget__width-initial elementor-widget elementor-widget-image\" data-id=\"699df12\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"image.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<img fetchpriority=\"high\" decoding=\"async\" width=\"1080\" height=\"1080\" src=\"https:\/\/alleveplanning.com\/wp-content\/uploads\/2025\/06\/output.webp\" class=\"attachment-full size-full wp-image-242\" alt=\"olive-tree-with-people-standing-around-it\" srcset=\"https:\/\/alleveplanning.com\/wp-content\/uploads\/2025\/06\/output.webp 1080w, https:\/\/alleveplanning.com\/wp-content\/uploads\/2025\/06\/output-300x300.webp 300w, https:\/\/alleveplanning.com\/wp-content\/uploads\/2025\/06\/output-1024x1024.webp 1024w, https:\/\/alleveplanning.com\/wp-content\/uploads\/2025\/06\/output-150x150.webp 150w, https:\/\/alleveplanning.com\/wp-content\/uploads\/2025\/06\/output-768x768.webp 768w, https:\/\/alleveplanning.com\/wp-content\/uploads\/2025\/06\/output-590x590.webp 590w, https:\/\/alleveplanning.com\/wp-content\/uploads\/2025\/06\/output-670x670.webp 670w, https:\/\/alleveplanning.com\/wp-content\/uploads\/2025\/06\/output-577x577.webp 577w, https:\/\/alleveplanning.com\/wp-content\/uploads\/2025\/06\/output-200x200.webp 200w, https:\/\/alleveplanning.com\/wp-content\/uploads\/2025\/06\/output-600x600.webp 600w, https:\/\/alleveplanning.com\/wp-content\/uploads\/2025\/06\/output-100x100.webp 100w\" sizes=\"(max-width: 1080px) 100vw, 1080px\" \/>\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/section>\n\t\t\t\t<section class=\"elementor-section elementor-top-section elementor-element elementor-element-47e475c elementor-section-full_width elementor-section-stretched elementor-section-height-default elementor-section-height-default\" data-id=\"47e475c\" data-element_type=\"section\" data-e-type=\"section\" data-settings=\"{&quot;stretch_section&quot;:&quot;section-stretched&quot;,&quot;background_background&quot;:&quot;classic&quot;}\">\n\t\t\t\t\t\t<div class=\"elementor-container elementor-column-gap-default\">\n\t\t\t\t\t<div class=\"elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-299f033\" data-id=\"299f033\" data-element_type=\"column\" data-e-type=\"column\">\n\t\t\t<div class=\"elementor-widget-wrap elementor-element-populated\">\n\t\t\t\t\t\t<div class=\"elementor-element elementor-element-6fe60e0 elementor-hidden-tablet elementor-hidden-mobile elementor-widget elementor-widget-listeo-headline\" data-id=\"6fe60e0\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"listeo-headline.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t<h3 \n\t\tstyle=\"text-align:center;\" class=\"headline  headline-aligned-to-center headline-extra-spacing headline-box  headline-with-subtitle \"> What Our Users Say  <span > We collect reviews from our users so you can get an honest opinion of what an experience with our website are really like!<\/span><\/h3>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-2be916d elementor-widget elementor-widget-listeo-testimonials\" data-id=\"2be916d\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"listeo-testimonials.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t\n\t\t\n\n\t\t\t\n\t\t\t<div class=\"testimonial-carousel testimonials\">\n    \t\t\t\n\t\t\t\t\t                    <!-- Item -->\n\t\t\t\t\t\t<div class=\"fw-carousel-review\">\n\t\t\t\t\t\t\t<div class=\"testimonial-box\">\n\t\t\t\t\t\t\t\t<div class=\"testimonial\"><p>Leverage agile frameworks to provide a robust synopsis for high level overviews. Iterative approaches to corporate strategy foster collaborative thinking the overall proposition<\/p>\n<\/div>\n\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t\t<div class=\"testimonial-author\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<h4>Jack Paden<span>Restaurant Owner<\/span><\/h4>\n\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t<\/div>\n\n\t            \t                    <!-- Item -->\n\t\t\t\t\t\t<div class=\"fw-carousel-review\">\n\t\t\t\t\t\t\t<div class=\"testimonial-box\">\n\t\t\t\t\t\t\t\t<div class=\"testimonial\"><p>Capitalize on low hanging fruit to identify a ballpark value added activity to beta test. Override the digital divide with additional clickthroughs from nanotechnology<\/p>\n<\/div>\n\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t\t<div class=\"testimonial-author\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<h4>Tom Baker<span>Clothing Store Owner<\/span><\/h4>\n\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t<\/div>\n\n\t            \t                    <!-- Item -->\n\t\t\t\t\t\t<div class=\"fw-carousel-review\">\n\t\t\t\t\t\t\t<div class=\"testimonial-box\">\n\t\t\t\t\t\t\t\t<div class=\"testimonial\"><p>Bring to the table win-win survival strategies to ensure proactive domination. At the end of the day, going forward, a new normal that has evolved from generation is on the runway<\/p>\n<\/div>\n\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t\t<div class=\"testimonial-author\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<h4>Jennie Smith<span>Coffee Shop Owner<\/span><\/h4>\n\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t<\/div>\n\n\t            \t\t\t<\/div>\n\t\t  \t\n    \n        \t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/section>\n\t\t\t\t<section class=\"elementor-section elementor-top-section elementor-element elementor-element-5ad16f1 elementor-section-boxed elementor-section-height-default elementor-section-height-default\" data-id=\"5ad16f1\" data-element_type=\"section\" data-e-type=\"section\">\n\t\t\t\t\t\t<div class=\"elementor-container elementor-column-gap-default\">\n\t\t\t\t\t<div class=\"elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-a2ad9d2\" data-id=\"a2ad9d2\" data-element_type=\"column\" data-e-type=\"column\">\n\t\t\t<div class=\"elementor-widget-wrap elementor-element-populated\">\n\t\t\t\t\t\t<div class=\"elementor-element elementor-element-20e31db elementor-widget elementor-widget-listeo-headline\" data-id=\"20e31db\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"listeo-headline.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t<h3 \n\t\tstyle=\"text-align:center;\" class=\"headline  headline-aligned-to-center headline-extra-spacing headline-box \"> Get an Exposure For Your Listing <\/h3>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-75354fe elementor-hidden-widescreen elementor-hidden-desktop elementor-hidden-tablet elementor-hidden-mobile elementor-widget elementor-widget-listeo-pricingtable-woocommerce\" data-id=\"75354fe\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"listeo-pricingtable-woocommerce.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\n\t\t<div class=\"new-pricing-packages-container margin-top-30\">\n\n\t\t\t\t\t\t\t<div class=\"pricing-package  best-value-plan\">\n\t\t\t\t\t<div class=\"pricing-package-header\">\n\t\t\t\t\t\t<h4>Enterprise<\/h4>\n\t\t\t\t\t\t<span>Best Value<\/span> \t\t\t\t\t<\/div>\n\t\t\t\t\t<div class=\"pricing-package-text\">Annual subscription for unlimited listings and availability<\/div>\n\t\t\t\t\t<div class=\"pricing-package-price\">\n\t\t\t\t\t\t<strong><span class=\"woocommerce-Price-amount amount\"><bdi><span class=\"woocommerce-Price-currencySymbol\">&euro;<\/span>338.00<\/bdi><\/span> <span class=\"subscription-details\"> \/ year<\/span><\/strong>\n\t\t\t\t\t<\/div>\n\t\t\t\t\t<div class=\"pricing-package-details\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t<h6>Enterprise features:<\/h6>\n\t\t\t\t\t\t\t\t\t\t\t\t<ul class=\"plan-features-auto-wc\">\n\t\t\t\t\t\t\t<li>\n\t\t\t\t\t\t\t\t<svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" width=\"42\" height=\"42\" viewBox=\"0 0 42 42\">\n\t\t\t\t\t\t\t\t\t<g id=\"Group_33\" data-name=\"Group 33\" transform=\"translate(-1122 -2972.25)\">\n\t\t\t\t\t\t\t\t\t\t<circle id=\"Ellipse_4\" data-name=\"Ellipse 4\" cx=\"21\" cy=\"21\" r=\"21\" transform=\"translate(1122 2972.25)\" fill=\"rgba(248,0,68,0.11)\" \/>\n\t\t\t\t\t\t\t\t\t\t<path id=\"Vector\" d=\"M6,12.655l4.9,4.9,9.795-9.8\" transform=\"translate(1129.5 2979.993)\" fill=\"none\" stroke=\"#f80044\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"3\" \/>\n\t\t\t\t\t\t\t\t\t<\/g>\n\t\t\t\t\t\t\t\t<\/svg>\n\n\t\t\t\t\t\t\t\tUnlimited number of listings\t\t\t\t\t\t\t<\/li>\n\t\t\t\t\t\t\t<li>\n\t\t\t\t\t\t\t\t<svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" width=\"42\" height=\"42\" viewBox=\"0 0 42 42\">\n\t\t\t\t\t\t\t\t\t<g id=\"Group_33\" data-name=\"Group 33\" transform=\"translate(-1122 -2972.25)\">\n\t\t\t\t\t\t\t\t\t\t<circle id=\"Ellipse_4\" data-name=\"Ellipse 4\" cx=\"21\" cy=\"21\" r=\"21\" transform=\"translate(1122 2972.25)\" fill=\"rgba(248,0,68,0.11)\" \/>\n\t\t\t\t\t\t\t\t\t\t<path id=\"Vector\" d=\"M6,12.655l4.9,4.9,9.795-9.8\" transform=\"translate(1129.5 2979.993)\" fill=\"none\" stroke=\"#f80044\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"3\" \/>\n\t\t\t\t\t\t\t\t\t<\/g>\n\t\t\t\t\t\t\t\t<\/svg>\n\n\t\t\t\t\t\t\t\tUnlimited availability of listings\t\t\t\t\t\t\t<\/li>\n\t\t\t\t\t\t<\/ul>\n\t\t\t\t\t\t<ul>\n\n\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\n\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<li><svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" width=\"42\" height=\"42\" viewBox=\"0 0 42 42\">\n\t\t\t\t\t\t\t\t\t\t\t<g id=\"Group_33\" data-name=\"Group 33\" transform=\"translate(-1122 -2972.25)\">\n\t\t\t\t\t\t\t\t\t\t\t\t<circle id=\"Ellipse_4\" data-name=\"Ellipse 4\" cx=\"21\" cy=\"21\" r=\"21\" transform=\"translate(1122 2972.25)\" fill=\"rgba(248,0,68,0.11)\" \/>\n\t\t\t\t\t\t\t\t\t\t\t\t<path id=\"Vector\" d=\"M6,12.655l4.9,4.9,9.795-9.8\" transform=\"translate(1129.5 2979.993)\" fill=\"none\" stroke=\"#f80044\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"3\" \/>\n\t\t\t\t\t\t\t\t\t\t\t<\/g>\n\t\t\t\t\t\t\t\t\t\t<\/svg>\n\t\t\t\t\t\t\t\t\t\tReviews Module enabled\t\t\t\t\t\t\t\t\t<\/li>\n\t\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<li><svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" width=\"42\" height=\"42\" viewBox=\"0 0 42 42\">\n\t\t\t\t\t\t\t\t\t\t\t<g id=\"Group_33\" data-name=\"Group 33\" transform=\"translate(-1122 -2972.25)\">\n\t\t\t\t\t\t\t\t\t\t\t\t<circle id=\"Ellipse_4\" data-name=\"Ellipse 4\" cx=\"21\" cy=\"21\" r=\"21\" transform=\"translate(1122 2972.25)\" fill=\"rgba(248,0,68,0.11)\" \/>\n\t\t\t\t\t\t\t\t\t\t\t\t<path id=\"Vector\" d=\"M6,12.655l4.9,4.9,9.795-9.8\" transform=\"translate(1129.5 2979.993)\" fill=\"none\" stroke=\"#f80044\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"3\" \/>\n\t\t\t\t\t\t\t\t\t\t\t<\/g>\n\t\t\t\t\t\t\t\t\t\t<\/svg>\n\t\t\t\t\t\t\t\t\t\tSocial Links Module enabled\t\t\t\t\t\t\t\t\t<\/li>\n\t\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<li><svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" width=\"42\" height=\"42\" viewBox=\"0 0 42 42\">\n\t\t\t\t\t\t\t\t\t\t\t<g id=\"Group_33\" data-name=\"Group 33\" transform=\"translate(-1122 -2972.25)\">\n\t\t\t\t\t\t\t\t\t\t\t\t<circle id=\"Ellipse_4\" data-name=\"Ellipse 4\" cx=\"21\" cy=\"21\" r=\"21\" transform=\"translate(1122 2972.25)\" fill=\"rgba(248,0,68,0.11)\" \/>\n\t\t\t\t\t\t\t\t\t\t\t\t<path id=\"Vector\" d=\"M6,12.655l4.9,4.9,9.795-9.8\" transform=\"translate(1129.5 2979.993)\" fill=\"none\" stroke=\"#f80044\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"3\" \/>\n\t\t\t\t\t\t\t\t\t\t\t<\/g>\n\t\t\t\t\t\t\t\t\t\t<\/svg>\n\t\t\t\t\t\t\t\t\t\tOpening Hours Module enabled\t\t\t\t\t\t\t\t\t<\/li>\n\t\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<li><svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" width=\"42\" height=\"42\" viewBox=\"0 0 42 42\">\n\t\t\t\t\t\t\t\t\t\t\t<g id=\"Group_33\" data-name=\"Group 33\" transform=\"translate(-1122 -2972.25)\">\n\t\t\t\t\t\t\t\t\t\t\t\t<circle id=\"Ellipse_4\" data-name=\"Ellipse 4\" cx=\"21\" cy=\"21\" r=\"21\" transform=\"translate(1122 2972.25)\" fill=\"rgba(248,0,68,0.11)\" \/>\n\t\t\t\t\t\t\t\t\t\t\t\t<path id=\"Vector\" d=\"M6,12.655l4.9,4.9,9.795-9.8\" transform=\"translate(1129.5 2979.993)\" fill=\"none\" stroke=\"#f80044\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"3\" \/>\n\t\t\t\t\t\t\t\t\t\t\t<\/g>\n\t\t\t\t\t\t\t\t\t\t<\/svg>\n\t\t\t\t\t\t\t\t\t\tVideo option enabled\t\t\t\t\t\t\t\t\t<\/li>\n\t\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<li><svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" width=\"42\" height=\"42\" viewBox=\"0 0 42 42\">\n\t\t\t\t\t\t\t\t\t\t\t<g id=\"Group_33\" data-name=\"Group 33\" transform=\"translate(-1122 -2972.25)\">\n\t\t\t\t\t\t\t\t\t\t\t\t<circle id=\"Ellipse_4\" data-name=\"Ellipse 4\" cx=\"21\" cy=\"21\" r=\"21\" transform=\"translate(1122 2972.25)\" fill=\"rgba(248,0,68,0.11)\" \/>\n\t\t\t\t\t\t\t\t\t\t\t\t<path id=\"Vector\" d=\"M6,12.655l4.9,4.9,9.795-9.8\" transform=\"translate(1129.5 2979.993)\" fill=\"none\" stroke=\"#f80044\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"3\" \/>\n\t\t\t\t\t\t\t\t\t\t\t<\/g>\n\t\t\t\t\t\t\t\t\t\t<\/svg>\n\t\t\t\t\t\t\t\t\t\tCoupons option enabled\t\t\t\t\t\t\t\t\t<\/li>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<li><svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" width=\"42\" height=\"42\" viewBox=\"0 0 42 42\">\n\t\t\t\t\t\t\t\t\t\t\t<g id=\"Group_33\" data-name=\"Group 33\" transform=\"translate(-1122 -2972.25)\">\n\t\t\t\t\t\t\t\t\t\t\t\t<circle id=\"Ellipse_4\" data-name=\"Ellipse 4\" cx=\"21\" cy=\"21\" r=\"21\" transform=\"translate(1122 2972.25)\" fill=\"rgba(248,0,68,0.11)\" \/>\n\t\t\t\t\t\t\t\t\t\t\t\t<path id=\"Vector\" d=\"M6,12.655l4.9,4.9,9.795-9.8\" transform=\"translate(1129.5 2979.993)\" fill=\"none\" stroke=\"#f80044\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"3\" \/>\n\t\t\t\t\t\t\t\t\t\t\t<\/g>\n\t\t\t\t\t\t\t\t\t\t<\/svg>\n\t\t\t\t\t\t\t\t\t\tMaximum  20 images in gallery\t\t\t\t\t\t\t\t\t<\/li>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<li class=\"custom_listing_field\"><svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" width=\"42\" height=\"42\" viewBox=\"0 0 42 42\">\n\t\t\t\t\t\t\t\t\t\t\t\t<g id=\"Group_33\" data-name=\"Group 33\" transform=\"translate(-1122 -2972.25)\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t<circle id=\"Ellipse_4\" data-name=\"Ellipse 4\" cx=\"21\" cy=\"21\" r=\"21\" transform=\"translate(1122 2972.25)\" fill=\"rgba(248,0,68,0.11)\" \/>\n\t\t\t\t\t\t\t\t\t\t\t\t\t<path id=\"Vector\" d=\"M6,12.655l4.9,4.9,9.795-9.8\" transform=\"translate(1129.5 2979.993)\" fill=\"none\" stroke=\"#f80044\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"3\" \/>\n\t\t\t\t\t\t\t\t\t\t\t\t<\/g>\n\t\t\t\t\t\t\t\t\t\t\t<\/svg>\n\t\t\t\t\t\t\t\t\t\t\t1 Featured Listing\t\t\t\t\t\t\t\t\t\t<\/li>\n\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<li class=\"custom_listing_field\"><svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" width=\"42\" height=\"42\" viewBox=\"0 0 42 42\">\n\t\t\t\t\t\t\t\t\t\t\t\t<g id=\"Group_33\" data-name=\"Group 33\" transform=\"translate(-1122 -2972.25)\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t<circle id=\"Ellipse_4\" data-name=\"Ellipse 4\" cx=\"21\" cy=\"21\" r=\"21\" transform=\"translate(1122 2972.25)\" fill=\"rgba(248,0,68,0.11)\" \/>\n\t\t\t\t\t\t\t\t\t\t\t\t\t<path id=\"Vector\" d=\"M6,12.655l4.9,4.9,9.795-9.8\" transform=\"translate(1129.5 2979.993)\" fill=\"none\" stroke=\"#f80044\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"3\" \/>\n\t\t\t\t\t\t\t\t\t\t\t\t<\/g>\n\t\t\t\t\t\t\t\t\t\t\t<\/svg>\n\t\t\t\t\t\t\t\t\t\t\tAdvanced Support 24\/7\t\t\t\t\t\t\t\t\t\t<\/li>\n\n\t\t\t\t\t\t\t\t\t\t\t\t\t<\/ul>\n\t\t\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t<div class=\"pricing-package-select\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t<a href=\"\/el\/wp-json\/wp\/v2\/pages\/85?add-to-cart=497\" class=\"button\"><i class=\"fa fa-shopping-cart\"><\/i> Add Listing<\/a>\n\n\t\t\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t\t<div class=\"pricing-package  \">\n\t\t\t\t\t<div class=\"pricing-package-header\">\n\t\t\t\t\t\t<h4>Basic<\/h4>\n\t\t\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t<div class=\"pricing-package-text\">Free of charge three standard listing active for 30 days<\/div>\n\t\t\t\t\t<div class=\"pricing-package-price\">\n\t\t\t\t\t\t<strong><span class=\"woocommerce-Price-amount amount\"><bdi><span class=\"woocommerce-Price-currencySymbol\">&euro;<\/span>0.00<\/bdi><\/span><\/strong>\n\t\t\t\t\t<\/div>\n\t\t\t\t\t<div class=\"pricing-package-details\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t<h6>Basic features:<\/h6>\n\t\t\t\t\t\t\t\t\t\t\t\t<ul class=\"plan-features-auto-wc\">\n\t\t\t\t\t\t\t<li>\n\t\t\t\t\t\t\t\t<svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" width=\"42\" height=\"42\" viewBox=\"0 0 42 42\">\n\t\t\t\t\t\t\t\t\t<g id=\"Group_33\" data-name=\"Group 33\" transform=\"translate(-1122 -2972.25)\">\n\t\t\t\t\t\t\t\t\t\t<circle id=\"Ellipse_4\" data-name=\"Ellipse 4\" cx=\"21\" cy=\"21\" r=\"21\" transform=\"translate(1122 2972.25)\" fill=\"rgba(248,0,68,0.11)\" \/>\n\t\t\t\t\t\t\t\t\t\t<path id=\"Vector\" d=\"M6,12.655l4.9,4.9,9.795-9.8\" transform=\"translate(1129.5 2979.993)\" fill=\"none\" stroke=\"#f80044\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"3\" \/>\n\t\t\t\t\t\t\t\t\t<\/g>\n\t\t\t\t\t\t\t\t<\/svg>\n\n\t\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t\t\tThis plan includes 3 listings \n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/li>\n\t\t\t\t\t\t\t<li>\n\t\t\t\t\t\t\t\t<svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" width=\"42\" height=\"42\" viewBox=\"0 0 42 42\">\n\t\t\t\t\t\t\t\t\t<g id=\"Group_33\" data-name=\"Group 33\" transform=\"translate(-1122 -2972.25)\">\n\t\t\t\t\t\t\t\t\t\t<circle id=\"Ellipse_4\" data-name=\"Ellipse 4\" cx=\"21\" cy=\"21\" r=\"21\" transform=\"translate(1122 2972.25)\" fill=\"rgba(248,0,68,0.11)\" \/>\n\t\t\t\t\t\t\t\t\t\t<path id=\"Vector\" d=\"M6,12.655l4.9,4.9,9.795-9.8\" transform=\"translate(1129.5 2979.993)\" fill=\"none\" stroke=\"#f80044\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"3\" \/>\n\t\t\t\t\t\t\t\t\t<\/g>\n\t\t\t\t\t\t\t\t<\/svg>\n\n\t\t\t\t\t\t\t\tListings are visible for 30 days\t\t\t\t\t\t\t<\/li>\n\t\t\t\t\t\t<\/ul>\n\t\t\t\t\t\t<ul>\n\n\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\n\n\t\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<li><svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" width=\"42\" height=\"42\" viewBox=\"0 0 42 42\">\n\t\t\t\t\t\t\t\t\t\t\t<g id=\"Group_33\" data-name=\"Group 33\" transform=\"translate(-1122 -2972.25)\">\n\t\t\t\t\t\t\t\t\t\t\t\t<circle id=\"Ellipse_4\" data-name=\"Ellipse 4\" cx=\"21\" cy=\"21\" r=\"21\" transform=\"translate(1122 2972.25)\" fill=\"rgba(248,0,68,0.11)\" \/>\n\t\t\t\t\t\t\t\t\t\t\t\t<path id=\"Vector\" d=\"M6,12.655l4.9,4.9,9.795-9.8\" transform=\"translate(1129.5 2979.993)\" fill=\"none\" stroke=\"#f80044\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"3\" \/>\n\t\t\t\t\t\t\t\t\t\t\t<\/g>\n\t\t\t\t\t\t\t\t\t\t<\/svg>\n\t\t\t\t\t\t\t\t\t\tMaximum  4 images in gallery\t\t\t\t\t\t\t\t\t<\/li>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<li class=\"custom_listing_field\"><svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" width=\"42\" height=\"42\" viewBox=\"0 0 42 42\">\n\t\t\t\t\t\t\t\t\t\t\t\t<g id=\"Group_33\" data-name=\"Group 33\" transform=\"translate(-1122 -2972.25)\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t<circle id=\"Ellipse_4\" data-name=\"Ellipse 4\" cx=\"21\" cy=\"21\" r=\"21\" transform=\"translate(1122 2972.25)\" fill=\"rgba(248,0,68,0.11)\" \/>\n\t\t\t\t\t\t\t\t\t\t\t\t\t<path id=\"Vector\" d=\"M6,12.655l4.9,4.9,9.795-9.8\" transform=\"translate(1129.5 2979.993)\" fill=\"none\" stroke=\"#f80044\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"3\" \/>\n\t\t\t\t\t\t\t\t\t\t\t\t<\/g>\n\t\t\t\t\t\t\t\t\t\t\t<\/svg>\n\t\t\t\t\t\t\t\t\t\t\tFree Listing\t\t\t\t\t\t\t\t\t\t<\/li>\n\n\t\t\t\t\t\t\t\t\t\t\t\t\t<\/ul>\n\t\t\t\t\t\t&nbsp;\r\n<ul>\r\n \t<li>Limited Support.<\/li>\r\n \t<li>18% Purchase Fee for Platform Usage<\/li>\r\n \t<li>Review Disabled<\/li>\r\n<\/ul>\t\t\t\t\t<\/div>\n\t\t\t\t\t<div class=\"pricing-package-select\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t<a href=\"\/el\/wp-json\/wp\/v2\/pages\/85?add-to-cart=138\" class=\"button\"><i class=\"fa fa-shopping-cart\"><\/i> Add Listing<\/a>\n\n\t\t\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t\t<div class=\"pricing-package  \">\n\t\t\t\t\t<div class=\"pricing-package-header\">\n\t\t\t\t\t\t<h4>Proffesional<\/h4>\n\t\t\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t<div class=\"pricing-package-text\">Monthly subscription for 20 listings and limited availability<\/div>\n\t\t\t\t\t<div class=\"pricing-package-price\">\n\t\t\t\t\t\t<strong><span class=\"woocommerce-Price-amount amount\"><bdi><span class=\"woocommerce-Price-currencySymbol\">&euro;<\/span>30.00<\/bdi><\/span> <span class=\"subscription-details\"> \/ month<\/span><\/strong>\n\t\t\t\t\t<\/div>\n\t\t\t\t\t<div class=\"pricing-package-details\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t<h6>Proffesional features:<\/h6>\n\t\t\t\t\t\t\t\t\t\t\t\t<ul class=\"plan-features-auto-wc\">\n\t\t\t\t\t\t\t<li>\n\t\t\t\t\t\t\t\t<svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" width=\"42\" height=\"42\" viewBox=\"0 0 42 42\">\n\t\t\t\t\t\t\t\t\t<g id=\"Group_33\" data-name=\"Group 33\" transform=\"translate(-1122 -2972.25)\">\n\t\t\t\t\t\t\t\t\t\t<circle id=\"Ellipse_4\" data-name=\"Ellipse 4\" cx=\"21\" cy=\"21\" r=\"21\" transform=\"translate(1122 2972.25)\" fill=\"rgba(248,0,68,0.11)\" \/>\n\t\t\t\t\t\t\t\t\t\t<path id=\"Vector\" d=\"M6,12.655l4.9,4.9,9.795-9.8\" transform=\"translate(1129.5 2979.993)\" fill=\"none\" stroke=\"#f80044\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"3\" \/>\n\t\t\t\t\t\t\t\t\t<\/g>\n\t\t\t\t\t\t\t\t<\/svg>\n\n\t\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t\t\tThis plan includes 20 listings \n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/li>\n\t\t\t\t\t\t\t<li>\n\t\t\t\t\t\t\t\t<svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" width=\"42\" height=\"42\" viewBox=\"0 0 42 42\">\n\t\t\t\t\t\t\t\t\t<g id=\"Group_33\" data-name=\"Group 33\" transform=\"translate(-1122 -2972.25)\">\n\t\t\t\t\t\t\t\t\t\t<circle id=\"Ellipse_4\" data-name=\"Ellipse 4\" cx=\"21\" cy=\"21\" r=\"21\" transform=\"translate(1122 2972.25)\" fill=\"rgba(248,0,68,0.11)\" \/>\n\t\t\t\t\t\t\t\t\t\t<path id=\"Vector\" d=\"M6,12.655l4.9,4.9,9.795-9.8\" transform=\"translate(1129.5 2979.993)\" fill=\"none\" stroke=\"#f80044\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"3\" \/>\n\t\t\t\t\t\t\t\t\t<\/g>\n\t\t\t\t\t\t\t\t<\/svg>\n\n\t\t\t\t\t\t\t\tListings are visible for 31 days\t\t\t\t\t\t\t<\/li>\n\t\t\t\t\t\t<\/ul>\n\t\t\t\t\t\t<ul>\n\n\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\n\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<li><svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" width=\"42\" height=\"42\" viewBox=\"0 0 42 42\">\n\t\t\t\t\t\t\t\t\t\t\t<g id=\"Group_33\" data-name=\"Group 33\" transform=\"translate(-1122 -2972.25)\">\n\t\t\t\t\t\t\t\t\t\t\t\t<circle id=\"Ellipse_4\" data-name=\"Ellipse 4\" cx=\"21\" cy=\"21\" r=\"21\" transform=\"translate(1122 2972.25)\" fill=\"rgba(248,0,68,0.11)\" \/>\n\t\t\t\t\t\t\t\t\t\t\t\t<path id=\"Vector\" d=\"M6,12.655l4.9,4.9,9.795-9.8\" transform=\"translate(1129.5 2979.993)\" fill=\"none\" stroke=\"#f80044\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"3\" \/>\n\t\t\t\t\t\t\t\t\t\t\t<\/g>\n\t\t\t\t\t\t\t\t\t\t<\/svg>\n\t\t\t\t\t\t\t\t\t\tReviews Module enabled\t\t\t\t\t\t\t\t\t<\/li>\n\t\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<li><svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" width=\"42\" height=\"42\" viewBox=\"0 0 42 42\">\n\t\t\t\t\t\t\t\t\t\t\t<g id=\"Group_33\" data-name=\"Group 33\" transform=\"translate(-1122 -2972.25)\">\n\t\t\t\t\t\t\t\t\t\t\t\t<circle id=\"Ellipse_4\" data-name=\"Ellipse 4\" cx=\"21\" cy=\"21\" r=\"21\" transform=\"translate(1122 2972.25)\" fill=\"rgba(248,0,68,0.11)\" \/>\n\t\t\t\t\t\t\t\t\t\t\t\t<path id=\"Vector\" d=\"M6,12.655l4.9,4.9,9.795-9.8\" transform=\"translate(1129.5 2979.993)\" fill=\"none\" stroke=\"#f80044\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"3\" \/>\n\t\t\t\t\t\t\t\t\t\t\t<\/g>\n\t\t\t\t\t\t\t\t\t\t<\/svg>\n\t\t\t\t\t\t\t\t\t\tSocial Links Module enabled\t\t\t\t\t\t\t\t\t<\/li>\n\t\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<li><svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" width=\"42\" height=\"42\" viewBox=\"0 0 42 42\">\n\t\t\t\t\t\t\t\t\t\t\t<g id=\"Group_33\" data-name=\"Group 33\" transform=\"translate(-1122 -2972.25)\">\n\t\t\t\t\t\t\t\t\t\t\t\t<circle id=\"Ellipse_4\" data-name=\"Ellipse 4\" cx=\"21\" cy=\"21\" r=\"21\" transform=\"translate(1122 2972.25)\" fill=\"rgba(248,0,68,0.11)\" \/>\n\t\t\t\t\t\t\t\t\t\t\t\t<path id=\"Vector\" d=\"M6,12.655l4.9,4.9,9.795-9.8\" transform=\"translate(1129.5 2979.993)\" fill=\"none\" stroke=\"#f80044\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"3\" \/>\n\t\t\t\t\t\t\t\t\t\t\t<\/g>\n\t\t\t\t\t\t\t\t\t\t<\/svg>\n\t\t\t\t\t\t\t\t\t\tOpening Hours Module enabled\t\t\t\t\t\t\t\t\t<\/li>\n\t\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<li><svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" width=\"42\" height=\"42\" viewBox=\"0 0 42 42\">\n\t\t\t\t\t\t\t\t\t\t\t<g id=\"Group_33\" data-name=\"Group 33\" transform=\"translate(-1122 -2972.25)\">\n\t\t\t\t\t\t\t\t\t\t\t\t<circle id=\"Ellipse_4\" data-name=\"Ellipse 4\" cx=\"21\" cy=\"21\" r=\"21\" transform=\"translate(1122 2972.25)\" fill=\"rgba(248,0,68,0.11)\" \/>\n\t\t\t\t\t\t\t\t\t\t\t\t<path id=\"Vector\" d=\"M6,12.655l4.9,4.9,9.795-9.8\" transform=\"translate(1129.5 2979.993)\" fill=\"none\" stroke=\"#f80044\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"3\" \/>\n\t\t\t\t\t\t\t\t\t\t\t<\/g>\n\t\t\t\t\t\t\t\t\t\t<\/svg>\n\t\t\t\t\t\t\t\t\t\tVideo option enabled\t\t\t\t\t\t\t\t\t<\/li>\n\t\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<li><svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" width=\"42\" height=\"42\" viewBox=\"0 0 42 42\">\n\t\t\t\t\t\t\t\t\t\t\t<g id=\"Group_33\" data-name=\"Group 33\" transform=\"translate(-1122 -2972.25)\">\n\t\t\t\t\t\t\t\t\t\t\t\t<circle id=\"Ellipse_4\" data-name=\"Ellipse 4\" cx=\"21\" cy=\"21\" r=\"21\" transform=\"translate(1122 2972.25)\" fill=\"rgba(248,0,68,0.11)\" \/>\n\t\t\t\t\t\t\t\t\t\t\t\t<path id=\"Vector\" d=\"M6,12.655l4.9,4.9,9.795-9.8\" transform=\"translate(1129.5 2979.993)\" fill=\"none\" stroke=\"#f80044\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"3\" \/>\n\t\t\t\t\t\t\t\t\t\t\t<\/g>\n\t\t\t\t\t\t\t\t\t\t<\/svg>\n\t\t\t\t\t\t\t\t\t\tCoupons option enabled\t\t\t\t\t\t\t\t\t<\/li>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<li><svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" width=\"42\" height=\"42\" viewBox=\"0 0 42 42\">\n\t\t\t\t\t\t\t\t\t\t\t<g id=\"Group_33\" data-name=\"Group 33\" transform=\"translate(-1122 -2972.25)\">\n\t\t\t\t\t\t\t\t\t\t\t\t<circle id=\"Ellipse_4\" data-name=\"Ellipse 4\" cx=\"21\" cy=\"21\" r=\"21\" transform=\"translate(1122 2972.25)\" fill=\"rgba(248,0,68,0.11)\" \/>\n\t\t\t\t\t\t\t\t\t\t\t\t<path id=\"Vector\" d=\"M6,12.655l4.9,4.9,9.795-9.8\" transform=\"translate(1129.5 2979.993)\" fill=\"none\" stroke=\"#f80044\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"3\" \/>\n\t\t\t\t\t\t\t\t\t\t\t<\/g>\n\t\t\t\t\t\t\t\t\t\t<\/svg>\n\t\t\t\t\t\t\t\t\t\tMaximum  15 images in gallery\t\t\t\t\t\t\t\t\t<\/li>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<li class=\"custom_listing_field\"><svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" width=\"42\" height=\"42\" viewBox=\"0 0 42 42\">\n\t\t\t\t\t\t\t\t\t\t\t\t<g id=\"Group_33\" data-name=\"Group 33\" transform=\"translate(-1122 -2972.25)\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t<circle id=\"Ellipse_4\" data-name=\"Ellipse 4\" cx=\"21\" cy=\"21\" r=\"21\" transform=\"translate(1122 2972.25)\" fill=\"rgba(248,0,68,0.11)\" \/>\n\t\t\t\t\t\t\t\t\t\t\t\t\t<path id=\"Vector\" d=\"M6,12.655l4.9,4.9,9.795-9.8\" transform=\"translate(1129.5 2979.993)\" fill=\"none\" stroke=\"#f80044\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"3\" \/>\n\t\t\t\t\t\t\t\t\t\t\t\t<\/g>\n\t\t\t\t\t\t\t\t\t\t\t<\/svg>\n\t\t\t\t\t\t\t\t\t\t\tAdvanced Support 24\/7\t\t\t\t\t\t\t\t\t\t<\/li>\n\n\t\t\t\t\t\t\t\t\t\t\t\t\t<\/ul>\n\t\t\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t<div class=\"pricing-package-select\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t<a href=\"\/el\/wp-json\/wp\/v2\/pages\/85?add-to-cart=136\" class=\"button\"><i class=\"fa fa-shopping-cart\"><\/i> Add Listing<\/a>\n\n\t\t\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t\t<\/div>\n\t\t<div class=\"pricing-container margin-top-30\">\n\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/section>\n\t\t\t\t<section class=\"elementor-section elementor-top-section elementor-element elementor-element-3c55e99 elementor-section-full_width elementor-section-stretched elementor-section-height-default elementor-section-height-default\" data-id=\"3c55e99\" data-element_type=\"section\" data-e-type=\"section\" data-settings=\"{&quot;stretch_section&quot;:&quot;section-stretched&quot;,&quot;background_background&quot;:&quot;classic&quot;}\">\n\t\t\t\t\t\t<div class=\"elementor-container elementor-column-gap-default\">\n\t\t\t\t\t<div class=\"elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-6245318\" data-id=\"6245318\" data-element_type=\"column\" data-e-type=\"column\">\n\t\t\t<div class=\"elementor-widget-wrap elementor-element-populated\">\n\t\t\t\t\t\t<div class=\"elementor-element elementor-element-a96695e elementor-widget elementor-widget-listeo-headline\" data-id=\"a96695e\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"listeo-headline.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t<h3 \n\t\tstyle=\"text-align:center;\" class=\"headline  headline-aligned-to-center headline-extra-spacing headline-box  headline-with-subtitle \"> Plan The Vacation of Your Dreams  <span > Explore some of the best tips from around the world from our partners and friends. Discover some of the most popular listings!<\/span><\/h3>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<section class=\"elementor-section elementor-inner-section elementor-element elementor-element-fdcc131 elementor-section-boxed elementor-section-height-default elementor-section-height-default\" data-id=\"fdcc131\" data-element_type=\"section\" data-e-type=\"section\">\n\t\t\t\t\t\t<div class=\"elementor-container elementor-column-gap-extended\">\n\t\t\t\t\t<div class=\"elementor-column elementor-col-33 elementor-inner-column elementor-element elementor-element-d09d17d\" data-id=\"d09d17d\" data-element_type=\"column\" data-e-type=\"column\">\n\t\t\t<div class=\"elementor-widget-wrap elementor-element-populated\">\n\t\t\t\t\t\t<div class=\"elementor-element elementor-element-4871a86 elementor-widget elementor-widget-listeo-iconbox\" data-id=\"4871a86\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"listeo-iconbox.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\n\t\t\t<div class=\"icon-box-2 \">\n\t\t\t\t<i aria-hidden=\"true\" class=\"far fa-map\"><\/i>\t\t\t\t<h3>Find Interesting Place<\/h3>\n\t\t\t\t<p>You can search for areas of interest, local events, trendy restaurants or just things to do.<\/p>\n\t\t\t<\/div>\n\n\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/div>\n\t\t\t\t<div class=\"elementor-column elementor-col-33 elementor-inner-column elementor-element elementor-element-3968473\" data-id=\"3968473\" data-element_type=\"column\" data-e-type=\"column\">\n\t\t\t<div class=\"elementor-widget-wrap elementor-element-populated\">\n\t\t\t\t\t\t<div class=\"elementor-element elementor-element-ae83da1 elementor-widget elementor-widget-listeo-iconbox\" data-id=\"ae83da1\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"listeo-iconbox.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\n\t\t\t<div class=\"icon-box-2 \">\n\t\t\t\t<i aria-hidden=\"true\" class=\"fas fa-users\"><\/i>\t\t\t\t<h3>Check Reviews<\/h3>\n\t\t\t\t<p>Determine the quality of goods and services from local shops and choose the best place.<\/p>\n\t\t\t<\/div>\n\n\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/div>\n\t\t\t\t<div class=\"elementor-column elementor-col-33 elementor-inner-column elementor-element elementor-element-74d66ab\" data-id=\"74d66ab\" data-element_type=\"column\" data-e-type=\"column\">\n\t\t\t<div class=\"elementor-widget-wrap elementor-element-populated\">\n\t\t\t\t\t\t<div class=\"elementor-element elementor-element-f1c5ca7 elementor-widget elementor-widget-listeo-iconbox\" data-id=\"f1c5ca7\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"listeo-iconbox.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\n\t\t\t<div class=\"icon-box-2 \">\n\t\t\t\t<i aria-hidden=\"true\" class=\"far fa-address-book\"><\/i>\t\t\t\t<h3>Make a Reservation<\/h3>\n\t\t\t\t<p>Contact listing owner and reserve a table online for lunch or dinner or rent an apartment.<\/p>\n\t\t\t<\/div>\n\n\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/section>\n\t\t\t\t\t<\/div>\n\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/section>\n\t\t\t\t<section class=\"elementor-section elementor-top-section elementor-element elementor-element-53b5761 elementor-section-boxed elementor-section-height-default elementor-section-height-default\" data-id=\"53b5761\" data-element_type=\"section\" data-e-type=\"section\">\n\t\t\t\t\t\t<div class=\"elementor-container elementor-column-gap-default\">\n\t\t\t\t\t<div class=\"elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-70a85e8\" data-id=\"70a85e8\" data-element_type=\"column\" data-e-type=\"column\">\n\t\t\t<div class=\"elementor-widget-wrap elementor-element-populated\">\n\t\t\t\t\t\t<div class=\"elementor-element elementor-element-f1eacbc elementor-widget elementor-widget-listeo-headline\" data-id=\"f1eacbc\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"listeo-headline.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t<h3 \n\t\tstyle=\"text-align:center;\" class=\"headline  headline-aligned-to-center headline-extra-spacing headline-box \"> From The Blog <\/h3>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/section>\n\t\t\t\t<section class=\"elementor-section elementor-top-section elementor-element elementor-element-5fc073b elementor-section-boxed elementor-section-height-default elementor-section-height-default\" data-id=\"5fc073b\" data-element_type=\"section\" data-e-type=\"section\">\n\t\t\t\t\t\t<div class=\"elementor-container elementor-column-gap-default\">\n\t\t\t\t\t<div class=\"elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-76e9a3b\" data-id=\"76e9a3b\" data-element_type=\"column\" data-e-type=\"column\">\n\t\t\t<div class=\"elementor-widget-wrap elementor-element-populated\">\n\t\t\t\t\t\t<div class=\"elementor-element elementor-element-bd407b2 elementor-widget elementor-widget-listeo-posts-grid\" data-id=\"bd407b2\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"listeo-posts-grid.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t\n\t\t<div class=\"listeo-post-grid-wrapper\">\n\t\t\t<div class=\"row\">\n\n\t\t\t  <\/div>\n        <\/div>\n                <div class=\"col-md-12 centered-content\">\n                <a href=\"https:\/\/alleveplanning.com\/el\/blog\/\" class=\"button border margin-top-10\">View Blog<\/a>\n            <\/div>\n        \t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/section>\n\t\t\t\t<section class=\"elementor-section elementor-top-section elementor-element elementor-element-1dfe73d elementor-section-full_width elementor-section-stretched elementor-section-height-default elementor-section-height-default\" data-id=\"1dfe73d\" data-element_type=\"section\" data-e-type=\"section\" data-settings=\"{&quot;stretch_section&quot;:&quot;section-stretched&quot;}\">\n\t\t\t\t\t\t<div class=\"elementor-container elementor-column-gap-no\">\n\t\t\t\t\t<div class=\"elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-acf5e72\" data-id=\"acf5e72\" data-element_type=\"column\" data-e-type=\"column\">\n\t\t\t<div class=\"elementor-widget-wrap elementor-element-populated\">\n\t\t\t\t\t\t<div class=\"elementor-element elementor-element-6094cda elementor-widget elementor-widget-listeo-flip-banner\" data-id=\"6094cda\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"listeo-flip-banner.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\n\t\t<!-- Flip banner -->\n\t\t<a href=\"https:\/\/alleveplanning.com\/invest-in-concept-events\/\" rel=\"nofollow\" class=\"flip-banner parallax\" data-background=\"https:\/\/alleveplanning.com\/wp-content\/uploads\/2025\/06\/ChatGPT-Image-Jun-25-2025-04_09_17-AM.webp\" data-color=\"#333333\" data-color-opacity=\"0.6\" data-img-width=\"2500\" data-img-height=\"1600\">\n\n\t\t\t<div class=\"flip-banner-content\">\n\t\t\t\t<h2 class=\"flip-visible\">Invest In Concept Events<\/h2>\n\t\t\t\t<h2 class=\"flip-hidden\">Shared Capital Investment <i class=\"sl sl-icon-arrow-right\"><\/i><\/h2>\n\t\t\t<\/div>\n\t\t<\/a>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/section>\n\t\t\t\t<\/div>\n\t\t","protected":false},"excerpt":{"rendered":"<p>Discover Your At All.Eve planning, we provide all the services you need in one place Caterers DJ Event Planners Events Florists House Keeping Musicians Real Estate\/Rentals Security Services Venues Apartments Browse Audio Visual Browse Bars Browse Caterers Browse Concerts Browse DJ Browse Browse All Listings Trending Listings A selection of listings verified for quality Other [&hellip;]<\/p>\n","protected":false},"author":1,"featured_media":0,"parent":0,"menu_order":0,"comment_status":"closed","ping_status":"closed","template":"","meta":{"_acf_changed":false,"footnotes":""},"class_list":["post-85","page","type-page","status-publish","hentry"],"acf":[],"aioseo_notices":[],"_links":{"self":[{"href":"https:\/\/alleveplanning.com\/el\/wp-json\/wp\/v2\/pages\/85","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/alleveplanning.com\/el\/wp-json\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/alleveplanning.com\/el\/wp-json\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/alleveplanning.com\/el\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/alleveplanning.com\/el\/wp-json\/wp\/v2\/comments?post=85"}],"version-history":[{"count":97,"href":"https:\/\/alleveplanning.com\/el\/wp-json\/wp\/v2\/pages\/85\/revisions"}],"predecessor-version":[{"id":944,"href":"https:\/\/alleveplanning.com\/el\/wp-json\/wp\/v2\/pages\/85\/revisions\/944"}],"wp:attachment":[{"href":"https:\/\/alleveplanning.com\/el\/wp-json\/wp\/v2\/media?parent=85"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}