{"id":2734,"date":"2023-01-23T13:25:51","date_gmt":"2023-01-23T13:25:51","guid":{"rendered":"https:\/\/demoposhclean.thessie.net\/?page_id=2734"},"modified":"2026-05-12T08:28:18","modified_gmt":"2026-05-12T08:28:18","slug":"homepage-pc","status":"publish","type":"page","link":"https:\/\/demo.thessie.net\/poshclean\/","title":{"rendered":"Homepage pc"},"content":{"rendered":"\t\t<div data-elementor-type=\"wp-page\" data-elementor-id=\"2734\" class=\"elementor elementor-2734\">\n\t\t\t\t<section class=\"elementor-element elementor-element-324de15 e-flex e-con-boxed e-con e-parent\" data-id=\"324de15\" data-element_type=\"container\" data-e-type=\"container\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\">\n\t\t\t\t\t<div class=\"e-con-inner\">\n\t\t<div class=\"elementor-element elementor-element-842b6b1 e-con-full e-flex e-con e-child\" data-id=\"842b6b1\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-2065101 elementor-widget elementor-widget-heading\" data-id=\"2065101\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t\t<h1 class=\"elementor-heading-title elementor-size-default\">Top-notch home cleaning right here in New York City!<\/h1>\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-d37f01a elementor-widget elementor-widget-heading\" data-id=\"d37f01a\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t\t<h2 class=\"elementor-heading-title elementor-size-default\">A tidy house is a cheerful house<\/h2>\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-1767115 e-con-full e-flex e-con e-child\" data-id=\"1767115\" data-element_type=\"container\" data-e-type=\"container\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\">\n\t\t\t\t<div class=\"elementor-element elementor-element-e23c209 elementor-widget__width-inherit home-hero elementor-widget elementor-widget-shortcode\" data-id=\"e23c209\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"shortcode.default\">\n\t\t\t\t\t\t\t<div class=\"elementor-shortcode\">\n<div class=\"thessie-slider--container\" style=\"--thessie-slider-accent: var(--e-global-color-primary);\"\n     x-data=\"thessieLeadsSlider({&quot;username&quot;:&quot;staging&quot;,&quot;tax&quot;:0,&quot;currency&quot;:&quot;$&quot;,&quot;bookingpage&quot;:&quot;https:\\\/\\\/demo.thessie.net\\\/poshclean\\\/booking-page\\\/&quot;,&quot;layout&quot;:&quot;dropdown&quot;,&quot;name&quot;:1,&quot;email&quot;:1,&quot;phone&quot;:1,&quot;enable_acceptance_checkbox&quot;:&quot;&quot;,&quot;acceptance_checkbox_text&quot;:&quot;I agree to share my data with your website and marketing software you are using.&quot;,&quot;disable_phone_masking_checkbox&quot;:&quot;&quot;})\"\n     x-init=\"init()\"\n     :class=\"{ 'thessie-slider--dropdown-layout': isDropdownLayout() }\"\n>\n    <div x-show=\"loading\" class=\"thessie-slider--loading-state\">Loading...<\/div>\n\n    <template x-if=\"!loading\">\n        <form class=\"thessie-slider--form\" @submit.prevent=\"submit\">\n            <div class=\"thessie-slider--row thessie-slider--inputs\">\n                <template x-if=\"isFieldVisible('name')\">\n                    <input type=\"text\" placeholder=\"Name\" class=\"thessie-slider--inputs_single\" x-model.trim=\"form.name\" required>\n                <\/template>\n                <template x-if=\"isFieldVisible('email')\">\n                    <input type=\"email\" placeholder=\"Email\" class=\"thessie-slider--inputs_single\" x-model.trim=\"form.email\" required>\n                <\/template>\n                <template x-if=\"isFieldVisible('phone')\">\n                    <input type=\"tel\" inputmode=\"phone\" placeholder=\"Phone\" class=\"thessie-slider--inputs_single\" x-model.trim=\"form.phone\" @input=\"maskPhoneNumber\" required>\n                <\/template>\n            <\/div>\n            <div class=\"thessie-slider--selectors\">\n                <div class=\"thessie-slider--row thessie-slider--slide\"\n                     :class=\"{ 'ths-hidden': categories.length <= 1 }\">\n                    <div class=\"thessie-slider--slide-info-box\">\n                        <label class=\"thessie-slider--label\"\n                               for=\"thessie-category-range\">Category<\/label>\n                        <div x-show=\"!isDropdownLayout()\" class=\"thessie-slider--range-value\"\n                             x-text=\"currentCategory ? currentCategory.name : 'No category'\"><\/div>\n                    <\/div>\n                    <template x-if=\"isDropdownLayout()\">\n                        <select id=\"thessie-category-range\" class=\"thessie-slider--select\"\n                                x-model.number=\"selectedCategoryIndex\" @change=\"onCategoryChange\">\n                            <template x-for=\"(category, categoryIndex) in categories\"\n                                      :key=\"category.id || categoryIndex\">\n                                <option :value=\"categoryIndex\" x-text=\"category.name\"><\/option>\n                            <\/template>\n                        <\/select>\n                    <\/template>\n                    <template x-if=\"!isDropdownLayout()\">\n                        <input\n                                id=\"thessie-category-range\"\n                                type=\"range\"\n                                min=\"0\"\n                                :max=\"Math.max(categories.length - 1, 0)\"\n                                x-model.number=\"selectedCategoryIndex\"\n                                @input=\"onCategoryChange\"\n                        >\n                    <\/template>\n                <\/div>\n\n                <div class=\"thessie-slider--row thessie-slider--slide\"\n                     :class=\"{ 'ths-hidden': filteredServices.length <= 1 }\">\n                    <div class=\"thessie-slider--slide-info-box\">\n                        <label class=\"thessie-slider--label\"\n                               for=\"thessie-service-range\">Service<\/label>\n                        <div x-show=\"!isDropdownLayout()\" class=\"thessie-slider--range-value\">\n                            <span x-text=\"currentService ? currentService._name : 'No service'\"><\/span>\n                            <!--                        <span class=\"thessie-slider--service-price\" x-show=\"currentService\" x-text=\"currentService ? formatMoney(servicePrice(currentService)) : ''\"><\/span>-->\n                        <\/div>\n                    <\/div>\n                    <template x-if=\"isDropdownLayout()\">\n                        <select id=\"thessie-service-range\" class=\"thessie-slider--select\"\n                                x-model.number=\"selectedServiceIndex\" @change=\"onServiceChange\">\n                            <template x-for=\"(service, serviceIndex) in filteredServices\" :key=\"service._id\">\n                                <option :value=\"serviceIndex\" x-text=\"service._name\"><\/option>\n                            <\/template>\n                        <\/select>\n                    <\/template>\n                    <template x-if=\"!isDropdownLayout()\">\n                        <input\n                                id=\"thessie-service-range\"\n                                type=\"range\"\n                                min=\"0\"\n                                :max=\"Math.max(filteredServices.length - 1, 0)\"\n                                x-model.number=\"selectedServiceIndex\"\n                                @input=\"onServiceChange\"\n                        >\n                    <\/template>\n                <\/div>\n                <div class=\"thessie-slider--errors\"\n                     x-show=\"!filteredServices.length\">No services available for selected category.<\/div>\n\n                <template x-for=\"parameter in currentServiceParameters\" :key=\"parameter._id\">\n                    <div class=\"thessie-slider--row thessie-slider--slide\">\n                        <div class=\"thessie-slider--slide-info-box\">\n                            <label class=\"thessie-slider--label\" :for=\"`parameter-${parameter._id}`\"\n                                   x-text=\"parameter._label\"><\/label>\n                            <div x-show=\"!isDropdownLayout()\" class=\"thessie-slider--range-value\"\n                                 x-text=\"parameter._options[selectedParameterOptions[parameter._id] || 0]?._label || 'N\/A'\"><\/div>\n                        <\/div>\n                        <template x-if=\"isDropdownLayout()\">\n                            <select class=\"thessie-slider--select\" :id=\"`parameter-${parameter._id}`\"\n                                    x-model.number=\"selectedParameterOptions[parameter._id]\">\n                                <template x-for=\"(option, optionIndex) in parameter._options\" :key=\"option._id\">\n                                    <option :value=\"optionIndex\" x-text=\"option._label\"><\/option>\n                                <\/template>\n                            <\/select>\n                        <\/template>\n                        <template x-if=\"!isDropdownLayout()\">\n                            <input\n                                    type=\"range\"\n                                    min=\"0\"\n                                    :max=\"Math.max(parameter._options.length - 1, 0)\"\n                                    step=\"1\"\n                                    :id=\"`parameter-${parameter._id}`\"\n                                    x-model.number=\"selectedParameterOptions[parameter._id]\"\n                            >\n                        <\/template>\n                    <\/div>\n                <\/template>\n            <\/div>\n            <div class=\"thessie-slider--row thessie-slider--frequencies\">\n                <template x-for=\"frequency in frequencies\" :key=\"frequency._normalizedId\">\n                    <label class=\"thessie-slider--frequencies_single\">\n                        <input type=\"radio\" name=\"frequency\" :value=\"frequency._normalizedId\" x-model=\"selectedFrequencyId\">\n                        <span>\n                            <span x-text=\"frequency._normalizedLabel\"><\/span>\n                            <span class=\"thessie-slider--frequencies_single-discount\" x-show=\"frequency._normalizedDiscount > 0\" x-text=\"`-${frequency._normalizedDiscount}%`\"><\/span>\n                        <\/span>\n\n                    <\/label>\n                <\/template>\n            <\/div>\n\n            <template x-if=\"String(config.enable_acceptance_checkbox) === 'checked'\">\n                <label class=\"thessie-slider--acceptance\">\n                    <input type=\"checkbox\" x-model=\"acceptanceChecked\">\n                    <span x-text=\"config.acceptance_checkbox_text\"><\/span>\n                <\/label>\n            <\/template>\n\n            <div class=\"thessie-slider--row thessie-slider--button\">\n                <button type=\"submit\" :disabled=\"submitting\">\n                    <span x-text=\"submitting ? 'Submitting...' : 'Schedule an appointment'\"><\/span>\n                    <span x-show=\"1\"><span x-text=\"formatMoney(total)\"><\/span><\/span>\n                <\/button>\n            <\/div>\n\n            <div class=\"thessie-slider--errors\" x-show=\"error\" x-text=\"error\"><\/div>\n        <\/form>\n    <\/template>\n<\/div>\n<\/div>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-fe2a6a3 e-con-full elementor-hidden-tablet elementor-hidden-mobile e-flex e-con e-child\" data-id=\"fe2a6a3\" data-element_type=\"container\" data-e-type=\"container\" data-settings=\"{&quot;position&quot;:&quot;absolute&quot;}\">\n\t\t\t\t<div class=\"elementor-element elementor-element-cfda4ab elementor-widget elementor-widget-heading\" data-id=\"cfda4ab\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t\t<h3 class=\"elementor-heading-title elementor-size-default\">Our services:<\/h3>\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-deca0ee purion-posh-clean-hero-services elementor-widget elementor-widget-wp-widget-nav_menu\" data-id=\"deca0ee\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"wp-widget-nav_menu.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<div class=\"menu-footer-2-posh-clean-container\"><ul id=\"menu-footer-2-posh-clean\" class=\"menu\"><li id=\"menu-item-3521\" class=\"menu-item menu-item-type-post_type menu-item-object-page menu-item-3521\"><a href=\"https:\/\/demo.thessie.net\/poshclean\/services\/\">Services checklist<\/a><\/li>\n<li id=\"menu-item-3522\" class=\"menu-item menu-item-type-post_type menu-item-object-page menu-item-3522\"><a href=\"https:\/\/demo.thessie.net\/poshclean\/services\/standard-cleaning\/\">Standard cleaning<\/a><\/li>\n<li id=\"menu-item-3523\" class=\"menu-item menu-item-type-post_type menu-item-object-page menu-item-3523\"><a href=\"https:\/\/demo.thessie.net\/poshclean\/services\/move-in-out-cleaning\/\">Move-in\/out cleaning<\/a><\/li>\n<li id=\"menu-item-3524\" class=\"menu-item menu-item-type-post_type menu-item-object-page menu-item-3524\"><a href=\"https:\/\/demo.thessie.net\/poshclean\/services\/deep-cleaning\/\">Deep cleaning<\/a><\/li>\n<\/ul><\/div>\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<\/section>\n\t\t<section class=\"elementor-element elementor-element-3fe333f e-flex e-con-boxed e-con e-parent\" data-id=\"3fe333f\" data-element_type=\"container\" data-e-type=\"container\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\">\n\t\t\t\t\t<div class=\"e-con-inner\">\n\t\t\t\t<div class=\"elementor-element elementor-element-e4c7f95 elementor-widget__width-initial elementor-widget-tablet__width-inherit elementor-widget elementor-widget-heading\" data-id=\"e4c7f95\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t\t<h2 class=\"elementor-heading-title elementor-size-default\">Experience top-rated home cleaning services with a shining 5-star reputation.<\/h2>\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-6888c9e e-con-full e-flex e-con e-child\" data-id=\"6888c9e\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t<div class=\"elementor-element elementor-element-1741de7 e-con-full e-flex e-con e-child\" data-id=\"1741de7\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-b6a0aa2 elementor-view-default elementor-widget elementor-widget-icon\" data-id=\"b6a0aa2\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"icon.default\">\n\t\t\t\t\t\t\t<div class=\"elementor-icon-wrapper\">\n\t\t\t<div class=\"elementor-icon\">\n\t\t\t<svg aria-hidden=\"true\" class=\"e-font-icon-svg e-fab-google\" viewBox=\"0 0 488 512\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\"><path d=\"M488 261.8C488 403.3 391.1 504 248 504 110.8 504 0 393.2 0 256S110.8 8 248 8c66.8 0 123 24.5 166.3 64.9l-67.5 64.9C258.5 52.6 94.3 116.6 94.3 256c0 86.5 69.1 156.6 153.7 156.6 98.2 0 135-70.4 140.8-106.9H248v-85.3h236.1c2.3 12.7 3.9 24.9 3.9 41.4z\"><\/path><\/svg>\t\t\t<\/div>\n\t\t<\/div>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-50478b0 elementor--star-style-star_unicode elementor-star-rating--align-center elementor-widget elementor-widget-star-rating\" data-id=\"50478b0\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"star-rating.default\">\n\t\t\t\t\t\t\t<div class=\"elementor-star-rating__wrapper\">\n\t\t\t\t\t\t<div class=\"elementor-star-rating\" itemtype=\"http:\/\/schema.org\/Rating\" itemscope=\"\" itemprop=\"reviewRating\">\n\t\t\t\t<i class=\"elementor-star-full\" aria-hidden=\"true\">&#9734;<\/i><i class=\"elementor-star-full\" aria-hidden=\"true\">&#9734;<\/i><i class=\"elementor-star-full\" aria-hidden=\"true\">&#9734;<\/i><i class=\"elementor-star-full\" aria-hidden=\"true\">&#9734;<\/i><i class=\"elementor-star-full\" aria-hidden=\"true\">&#9734;<\/i>\t\t\t\t<span itemprop=\"ratingValue\" class=\"elementor-screen-only\">Rated 5 out of 5<\/span>\n\t\t\t<\/div>\n\t\t<\/div>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-823c589 e-con-full e-flex e-con e-child\" data-id=\"823c589\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-b77731a elementor-view-default elementor-widget elementor-widget-icon\" data-id=\"b77731a\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"icon.default\">\n\t\t\t\t\t\t\t<div class=\"elementor-icon-wrapper\">\n\t\t\t<div class=\"elementor-icon\">\n\t\t\t<svg aria-hidden=\"true\" class=\"e-font-icon-svg e-fab-yelp\" viewBox=\"0 0 384 512\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\"><path d=\"M42.9 240.32l99.62 48.61c19.2 9.4 16.2 37.51-4.5 42.71L30.5 358.45a22.79 22.79 0 0 1-28.21-19.6 197.16 197.16 0 0 1 9-85.32 22.8 22.8 0 0 1 31.61-13.21zm44 239.25a199.45 199.45 0 0 0 79.42 32.11A22.78 22.78 0 0 0 192.94 490l3.9-110.82c.7-21.3-25.5-31.91-39.81-16.1l-74.21 82.4a22.82 22.82 0 0 0 4.09 34.09zm145.34-109.92l58.81 94a22.93 22.93 0 0 0 34 5.5 198.36 198.36 0 0 0 52.71-67.61A23 23 0 0 0 364.17 370l-105.42-34.26c-20.31-6.5-37.81 15.8-26.51 33.91zm148.33-132.23a197.44 197.44 0 0 0-50.41-69.31 22.85 22.85 0 0 0-34 4.4l-62 91.92c-11.9 17.7 4.7 40.61 25.2 34.71L366 268.63a23 23 0 0 0 14.61-31.21zM62.11 30.18a22.86 22.86 0 0 0-9.9 32l104.12 180.44c11.7 20.2 42.61 11.9 42.61-11.4V22.88a22.67 22.67 0 0 0-24.5-22.8 320.37 320.37 0 0 0-112.33 30.1z\"><\/path><\/svg>\t\t\t<\/div>\n\t\t<\/div>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-13099e3 elementor--star-style-star_unicode elementor-star-rating--align-center elementor-widget elementor-widget-star-rating\" data-id=\"13099e3\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"star-rating.default\">\n\t\t\t\t\t\t\t<div class=\"elementor-star-rating__wrapper\">\n\t\t\t\t\t\t<div class=\"elementor-star-rating\" itemtype=\"http:\/\/schema.org\/Rating\" itemscope=\"\" itemprop=\"reviewRating\">\n\t\t\t\t<i class=\"elementor-star-full\" aria-hidden=\"true\">&#9734;<\/i><i class=\"elementor-star-full\" aria-hidden=\"true\">&#9734;<\/i><i class=\"elementor-star-full\" aria-hidden=\"true\">&#9734;<\/i><i class=\"elementor-star-full\" aria-hidden=\"true\">&#9734;<\/i><i class=\"elementor-star-full\" aria-hidden=\"true\">&#9734;<\/i>\t\t\t\t<span itemprop=\"ratingValue\" class=\"elementor-screen-only\">Rated 5 out of 5<\/span>\n\t\t\t<\/div>\n\t\t<\/div>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-11a87b8 e-con-full e-flex e-con e-child\" data-id=\"11a87b8\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-deb16af elementor-view-default elementor-widget elementor-widget-icon\" data-id=\"deb16af\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"icon.default\">\n\t\t\t\t\t\t\t<div class=\"elementor-icon-wrapper\">\n\t\t\t<div class=\"elementor-icon\">\n\t\t\t<svg aria-hidden=\"true\" class=\"e-font-icon-svg e-fas-thumbtack\" viewBox=\"0 0 384 512\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\"><path d=\"M298.028 214.267L285.793 96H328c13.255 0 24-10.745 24-24V24c0-13.255-10.745-24-24-24H56C42.745 0 32 10.745 32 24v48c0 13.255 10.745 24 24 24h42.207L85.972 214.267C37.465 236.82 0 277.261 0 328c0 13.255 10.745 24 24 24h136v104.007c0 1.242.289 2.467.845 3.578l24 48c2.941 5.882 11.364 5.893 14.311 0l24-48a8.008 8.008 0 0 0 .845-3.578V352h136c13.255 0 24-10.745 24-24-.001-51.183-37.983-91.42-85.973-113.733z\"><\/path><\/svg>\t\t\t<\/div>\n\t\t<\/div>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-3314e7b elementor--star-style-star_unicode elementor-star-rating--align-center elementor-widget elementor-widget-star-rating\" data-id=\"3314e7b\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"star-rating.default\">\n\t\t\t\t\t\t\t<div class=\"elementor-star-rating__wrapper\">\n\t\t\t\t\t\t<div class=\"elementor-star-rating\" itemtype=\"http:\/\/schema.org\/Rating\" itemscope=\"\" itemprop=\"reviewRating\">\n\t\t\t\t<i class=\"elementor-star-full\" aria-hidden=\"true\">&#9734;<\/i><i class=\"elementor-star-full\" aria-hidden=\"true\">&#9734;<\/i><i class=\"elementor-star-full\" aria-hidden=\"true\">&#9734;<\/i><i class=\"elementor-star-full\" aria-hidden=\"true\">&#9734;<\/i><i class=\"elementor-star-full\" aria-hidden=\"true\">&#9734;<\/i>\t\t\t\t<span itemprop=\"ratingValue\" class=\"elementor-screen-only\">Rated 5 out of 5<\/span>\n\t\t\t<\/div>\n\t\t<\/div>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-edc0f53 e-con-full e-flex e-con e-child\" data-id=\"edc0f53\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-e26cc5f elementor-view-default elementor-widget elementor-widget-icon\" data-id=\"e26cc5f\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"icon.default\">\n\t\t\t\t\t\t\t<div class=\"elementor-icon-wrapper\">\n\t\t\t<div class=\"elementor-icon\">\n\t\t\t<svg aria-hidden=\"true\" class=\"e-font-icon-svg e-fab-facebook-f\" viewBox=\"0 0 320 512\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\"><path d=\"M279.14 288l14.22-92.66h-88.91v-60.13c0-25.35 12.42-50.06 52.24-50.06h40.42V6.26S260.43 0 225.36 0c-73.22 0-121.08 44.38-121.08 124.72v70.62H22.89V288h81.39v224h100.17V288z\"><\/path><\/svg>\t\t\t<\/div>\n\t\t<\/div>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-b3fc13c elementor--star-style-star_unicode elementor-star-rating--align-center elementor-widget elementor-widget-star-rating\" data-id=\"b3fc13c\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"star-rating.default\">\n\t\t\t\t\t\t\t<div class=\"elementor-star-rating__wrapper\">\n\t\t\t\t\t\t<div class=\"elementor-star-rating\" itemtype=\"http:\/\/schema.org\/Rating\" itemscope=\"\" itemprop=\"reviewRating\">\n\t\t\t\t<i class=\"elementor-star-full\" aria-hidden=\"true\">&#9734;<\/i><i class=\"elementor-star-full\" aria-hidden=\"true\">&#9734;<\/i><i class=\"elementor-star-full\" aria-hidden=\"true\">&#9734;<\/i><i class=\"elementor-star-full\" aria-hidden=\"true\">&#9734;<\/i><i class=\"elementor-star-full\" aria-hidden=\"true\">&#9734;<\/i>\t\t\t\t<span itemprop=\"ratingValue\" class=\"elementor-screen-only\">Rated 5 out of 5<\/span>\n\t\t\t<\/div>\n\t\t<\/div>\n\t\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\t\t<\/section>\n\t\t<section class=\"elementor-element elementor-element-c0a8937 e-flex e-con-boxed e-con e-parent\" data-id=\"c0a8937\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t\t<div class=\"e-con-inner\">\n\t\t\t\t<div class=\"elementor-element elementor-element-52b044f elementor-widget elementor-widget-heading\" data-id=\"52b044f\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t\t<h2 class=\"elementor-heading-title elementor-size-default\">The way Posh Clean gets things done<\/h2>\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-e620473 e-con-full e-flex e-con e-child\" data-id=\"e620473\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-c70cdc5 elementor-widget__width-inherit elementor-position-top elementor-widget elementor-widget-image-box\" data-id=\"c70cdc5\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"image-box.default\">\n\t\t\t\t\t<div class=\"elementor-image-box-wrapper\"><figure class=\"elementor-image-box-img\"><img fetchpriority=\"high\" decoding=\"async\" width=\"1024\" height=\"1024\" src=\"https:\/\/demo.thessie.net\/poshclean\/wp-content\/uploads\/2023\/01\/1.jpg\" class=\"attachment-full size-full wp-image-2707\" alt=\"\" srcset=\"https:\/\/demo.thessie.net\/poshclean\/wp-content\/uploads\/2023\/01\/1.jpg 1024w, https:\/\/demo.thessie.net\/poshclean\/wp-content\/uploads\/2023\/01\/1-300x300.jpg 300w, https:\/\/demo.thessie.net\/poshclean\/wp-content\/uploads\/2023\/01\/1-150x150.jpg 150w, https:\/\/demo.thessie.net\/poshclean\/wp-content\/uploads\/2023\/01\/1-768x768.jpg 768w\" sizes=\"(max-width: 1024px) 100vw, 1024px\" \/><\/figure><div class=\"elementor-image-box-content\"><h3 class=\"elementor-image-box-title\">Schedule your cleanup with us<\/h3><p class=\"elementor-image-box-description\">Pick your preferred date and time, then book our expert cleaners with just a few clicks!<\/p><\/div><\/div>\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-aa8a424 elementor-widget__width-inherit elementor-position-top elementor-widget elementor-widget-image-box\" data-id=\"aa8a424\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"image-box.default\">\n\t\t\t\t\t<div class=\"elementor-image-box-wrapper\"><figure class=\"elementor-image-box-img\"><img decoding=\"async\" width=\"1024\" height=\"1024\" src=\"https:\/\/demo.thessie.net\/poshclean\/wp-content\/uploads\/2023\/01\/2.jpg\" class=\"attachment-full size-full wp-image-2708\" alt=\"\" srcset=\"https:\/\/demo.thessie.net\/poshclean\/wp-content\/uploads\/2023\/01\/2.jpg 1024w, https:\/\/demo.thessie.net\/poshclean\/wp-content\/uploads\/2023\/01\/2-300x300.jpg 300w, https:\/\/demo.thessie.net\/poshclean\/wp-content\/uploads\/2023\/01\/2-150x150.jpg 150w, https:\/\/demo.thessie.net\/poshclean\/wp-content\/uploads\/2023\/01\/2-768x768.jpg 768w\" sizes=\"(max-width: 1024px) 100vw, 1024px\" \/><\/figure><div class=\"elementor-image-box-content\"><h3 class=\"elementor-image-box-title\">We make it spotless<\/h3><p class=\"elementor-image-box-description\">Our skilled and friendly cleaners arrive right at your door, ready to leave your home sparkling clean.<\/p><\/div><\/div>\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-d779bbc elementor-widget__width-inherit elementor-position-top elementor-widget elementor-widget-image-box\" data-id=\"d779bbc\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"image-box.default\">\n\t\t\t\t\t<div class=\"elementor-image-box-wrapper\"><figure class=\"elementor-image-box-img\"><img decoding=\"async\" width=\"1024\" height=\"1024\" src=\"https:\/\/demo.thessie.net\/poshclean\/wp-content\/uploads\/2023\/01\/3.jpg\" class=\"attachment-full size-full wp-image-2709\" alt=\"\" srcset=\"https:\/\/demo.thessie.net\/poshclean\/wp-content\/uploads\/2023\/01\/3.jpg 1024w, https:\/\/demo.thessie.net\/poshclean\/wp-content\/uploads\/2023\/01\/3-300x300.jpg 300w, https:\/\/demo.thessie.net\/poshclean\/wp-content\/uploads\/2023\/01\/3-150x150.jpg 150w, https:\/\/demo.thessie.net\/poshclean\/wp-content\/uploads\/2023\/01\/3-768x768.jpg 768w\" sizes=\"(max-width: 1024px) 100vw, 1024px\" \/><\/figure><div class=\"elementor-image-box-content\"><h3 class=\"elementor-image-box-title\">Time to unwind<\/h3><p class=\"elementor-image-box-description\">Just relax and let us handle everything\u2014then enjoy your sparkling clean home without lifting a finger!<\/p><\/div><\/div>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-861815b elementor-align-center elementor-widget__width-auto elementor-mobile-align-justify elementor-widget-mobile__width-inherit elementor-widget elementor-widget-button\" data-id=\"861815b\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"button.default\">\n\t\t\t\t\t\t\t\t\t\t<a class=\"elementor-button elementor-button-link elementor-size-sm\" href=\"\/booking-page\/\">\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\">BOOK APPOINTMENT<\/span>\n\t\t\t\t\t<\/span>\n\t\t\t\t\t<\/a>\n\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t\t\t<\/section>\n\t\t<section class=\"elementor-element elementor-element-eacb0b9 e-flex e-con-boxed e-con e-parent\" data-id=\"eacb0b9\" data-element_type=\"container\" data-e-type=\"container\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\">\n\t\t\t\t\t<div class=\"e-con-inner\">\n\t\t\t\t<div class=\"elementor-element elementor-element-1c39ce7 elementor-widget elementor-widget-heading\" data-id=\"1c39ce7\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t\t<h2 class=\"elementor-heading-title elementor-size-default\">Connecting you with reliable cleaning pros.<\/h2>\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-bc743bd elementor-widget__width-initial elementor-widget elementor-widget-heading\" data-id=\"bc743bd\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t\t<p class=\"elementor-heading-title elementor-size-default\">Opening your door to a stranger is no small thing. That\u2019s why every cleaner at Posh Clean goes through our thorough screening process, ensuring we pick the perfect match to look after your space. We promise your Posh Clean cleaner will consistently be:<\/p>\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-cf922ec e-con-full e-flex e-con e-child\" data-id=\"cf922ec\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-f65a12c elementor-widget__width-inherit elementor-position-top elementor-widget elementor-widget-image-box\" data-id=\"f65a12c\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"image-box.default\">\n\t\t\t\t\t<div class=\"elementor-image-box-wrapper\"><figure class=\"elementor-image-box-img\"><img loading=\"lazy\" decoding=\"async\" width=\"120\" height=\"120\" src=\"https:\/\/demo.thessie.net\/poshclean\/wp-content\/uploads\/2026\/04\/icon-1.png\" class=\"attachment-full size-full wp-image-3338\" alt=\"\" \/><\/figure><div class=\"elementor-image-box-content\"><h3 class=\"elementor-image-box-title\">Skilled and seasoned experts<\/h3><\/div><\/div>\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-1b5f84c elementor-widget__width-inherit elementor-position-top elementor-widget elementor-widget-image-box\" data-id=\"1b5f84c\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"image-box.default\">\n\t\t\t\t\t<div class=\"elementor-image-box-wrapper\"><figure class=\"elementor-image-box-img\"><img loading=\"lazy\" decoding=\"async\" width=\"120\" height=\"120\" src=\"https:\/\/demo.thessie.net\/poshclean\/wp-content\/uploads\/2026\/04\/icon-2.png\" class=\"attachment-full size-full wp-image-3339\" alt=\"\" \/><\/figure><div class=\"elementor-image-box-content\"><h3 class=\"elementor-image-box-title\">Fluent in English<\/h3><\/div><\/div>\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-1cf82b8 elementor-widget__width-inherit elementor-position-top elementor-widget elementor-widget-image-box\" data-id=\"1cf82b8\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"image-box.default\">\n\t\t\t\t\t<div class=\"elementor-image-box-wrapper\"><figure class=\"elementor-image-box-img\"><img loading=\"lazy\" decoding=\"async\" width=\"120\" height=\"120\" src=\"https:\/\/demo.thessie.net\/poshclean\/wp-content\/uploads\/2026\/04\/icon-3.png\" class=\"attachment-full size-full wp-image-3340\" alt=\"\" \/><\/figure><div class=\"elementor-image-box-content\"><h3 class=\"elementor-image-box-title\">Completed thorough background and reference verification<\/h3><\/div><\/div>\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-b94c53e elementor-widget__width-inherit elementor-position-top elementor-widget elementor-widget-image-box\" data-id=\"b94c53e\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"image-box.default\">\n\t\t\t\t\t<div class=\"elementor-image-box-wrapper\"><figure class=\"elementor-image-box-img\"><img loading=\"lazy\" decoding=\"async\" width=\"120\" height=\"120\" src=\"https:\/\/demo.thessie.net\/poshclean\/wp-content\/uploads\/2026\/04\/icon-4.png\" class=\"attachment-full size-full wp-image-3341\" alt=\"\" \/><\/figure><div class=\"elementor-image-box-content\"><h3 class=\"elementor-image-box-title\">Met face-to-face for the interview<\/h3><\/div><\/div>\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-a435d2b elementor-widget__width-inherit elementor-position-top elementor-widget elementor-widget-image-box\" data-id=\"a435d2b\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"image-box.default\">\n\t\t\t\t\t<div class=\"elementor-image-box-wrapper\"><figure class=\"elementor-image-box-img\"><img loading=\"lazy\" decoding=\"async\" width=\"120\" height=\"120\" src=\"https:\/\/demo.thessie.net\/poshclean\/wp-content\/uploads\/2026\/04\/icon-5.png\" class=\"attachment-full size-full wp-image-3342\" alt=\"\" \/><\/figure><div class=\"elementor-image-box-content\"><h3 class=\"elementor-image-box-title\">Loved and praised by fellow Posh Clean fans<\/h3><\/div><\/div>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t\t\t<\/section>\n\t\t<section class=\"elementor-element elementor-element-9346160 e-flex e-con-boxed e-con e-parent\" data-id=\"9346160\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t\t<div class=\"e-con-inner\">\n\t\t<div class=\"elementor-element elementor-element-70adaa2 e-con-full e-flex e-con e-child\" data-id=\"70adaa2\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-da64212 elementor-view-default elementor-position-block-start elementor-mobile-position-block-start elementor-widget elementor-widget-icon-box\" data-id=\"da64212\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"icon-box.default\">\n\t\t\t\t\t\t\t<div class=\"elementor-icon-box-wrapper\">\n\n\t\t\t\t\t\t<div class=\"elementor-icon-box-icon\">\n\t\t\t\t<span  class=\"elementor-icon\">\n\t\t\t\t<svg aria-hidden=\"true\" class=\"e-font-icon-svg e-far-clock\" viewBox=\"0 0 512 512\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\"><path d=\"M256 8C119 8 8 119 8 256s111 248 248 248 248-111 248-248S393 8 256 8zm0 448c-110.5 0-200-89.5-200-200S145.5 56 256 56s200 89.5 200 200-89.5 200-200 200zm61.8-104.4l-84.9-61.7c-3.1-2.3-4.9-5.9-4.9-9.7V116c0-6.6 5.4-12 12-12h32c6.6 0 12 5.4 12 12v141.7l66.8 48.6c5.4 3.9 6.5 11.4 2.6 16.8L334.6 349c-3.9 5.3-11.4 6.5-16.8 2.6z\"><\/path><\/svg>\t\t\t\t<\/span>\n\t\t\t<\/div>\n\t\t\t\n\t\t\t\t\t\t<div class=\"elementor-icon-box-content\">\n\n\t\t\t\t\t\t\t\t\t<h2 class=\"elementor-icon-box-title\">\n\t\t\t\t\t\t<span  >\n\t\t\t\t\t\t\tCuts down your clock\t\t\t\t\t\t<\/span>\n\t\t\t\t\t<\/h2>\n\t\t\t\t\n\t\t\t\t\t\t\t\t\t<p class=\"elementor-icon-box-description\">\n\t\t\t\t\t\tPosh Clean makes your life easier, freeing up your time so you can concentrate on what truly matters.\t\t\t\t\t<\/p>\n\t\t\t\t\n\t\t\t<\/div>\n\t\t\t\n\t\t<\/div>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-3a46323 elementor-view-default elementor-position-block-start elementor-mobile-position-block-start elementor-widget elementor-widget-icon-box\" data-id=\"3a46323\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"icon-box.default\">\n\t\t\t\t\t\t\t<div class=\"elementor-icon-box-wrapper\">\n\n\t\t\t\t\t\t<div class=\"elementor-icon-box-icon\">\n\t\t\t\t<span  class=\"elementor-icon\">\n\t\t\t\t<svg aria-hidden=\"true\" class=\"e-font-icon-svg e-far-thumbs-up\" viewBox=\"0 0 512 512\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\"><path d=\"M466.27 286.69C475.04 271.84 480 256 480 236.85c0-44.015-37.218-85.58-85.82-85.58H357.7c4.92-12.81 8.85-28.13 8.85-46.54C366.55 31.936 328.86 0 271.28 0c-61.607 0-58.093 94.933-71.76 108.6-22.747 22.747-49.615 66.447-68.76 83.4H32c-17.673 0-32 14.327-32 32v240c0 17.673 14.327 32 32 32h64c14.893 0 27.408-10.174 30.978-23.95 44.509 1.001 75.06 39.94 177.802 39.94 7.22 0 15.22.01 22.22.01 77.117 0 111.986-39.423 112.94-95.33 13.319-18.425 20.299-43.122 17.34-66.99 9.854-18.452 13.664-40.343 8.99-62.99zm-61.75 53.83c12.56 21.13 1.26 49.41-13.94 57.57 7.7 48.78-17.608 65.9-53.12 65.9h-37.82c-71.639 0-118.029-37.82-171.64-37.82V240h10.92c28.36 0 67.98-70.89 94.54-97.46 28.36-28.36 18.91-75.63 37.82-94.54 47.27 0 47.27 32.98 47.27 56.73 0 39.17-28.36 56.72-28.36 94.54h103.99c21.11 0 37.73 18.91 37.82 37.82.09 18.9-12.82 37.81-22.27 37.81 13.489 14.555 16.371 45.236-5.21 65.62zM88 432c0 13.255-10.745 24-24 24s-24-10.745-24-24 10.745-24 24-24 24 10.745 24 24z\"><\/path><\/svg>\t\t\t\t<\/span>\n\t\t\t<\/div>\n\t\t\t\n\t\t\t\t\t\t<div class=\"elementor-icon-box-content\">\n\n\t\t\t\t\t\t\t\t\t<h2 class=\"elementor-icon-box-title\">\n\t\t\t\t\t\t<span  >\n\t\t\t\t\t\t\tTop-notch quality, always\t\t\t\t\t\t<\/span>\n\t\t\t\t\t<\/h2>\n\t\t\t\t\n\t\t\t\t\t\t\t\t\t<p class=\"elementor-icon-box-description\">\n\t\t\t\t\t\tOur expert team consistently delivers exceptional results, exceeding expectations on every project.\t\t\t\t\t<\/p>\n\t\t\t\t\n\t\t\t<\/div>\n\t\t\t\n\t\t<\/div>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-3dcf644 e-con-full e-flex e-con e-child\" data-id=\"3dcf644\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-0d074a2 elementor-view-default elementor-position-block-start elementor-mobile-position-block-start elementor-widget elementor-widget-icon-box\" data-id=\"0d074a2\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"icon-box.default\">\n\t\t\t\t\t\t\t<div class=\"elementor-icon-box-wrapper\">\n\n\t\t\t\t\t\t<div class=\"elementor-icon-box-icon\">\n\t\t\t\t<span  class=\"elementor-icon\">\n\t\t\t\t<svg aria-hidden=\"true\" class=\"e-font-icon-svg e-fas-dollar-sign\" viewBox=\"0 0 288 512\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\"><path d=\"M209.2 233.4l-108-31.6C88.7 198.2 80 186.5 80 173.5c0-16.3 13.2-29.5 29.5-29.5h66.3c12.2 0 24.2 3.7 34.2 10.5 6.1 4.1 14.3 3.1 19.5-2l34.8-34c7.1-6.9 6.1-18.4-1.8-24.5C238 74.8 207.4 64.1 176 64V16c0-8.8-7.2-16-16-16h-32c-8.8 0-16 7.2-16 16v48h-2.5C45.8 64-5.4 118.7.5 183.6c4.2 46.1 39.4 83.6 83.8 96.6l102.5 30c12.5 3.7 21.2 15.3 21.2 28.3 0 16.3-13.2 29.5-29.5 29.5h-66.3C100 368 88 364.3 78 357.5c-6.1-4.1-14.3-3.1-19.5 2l-34.8 34c-7.1 6.9-6.1 18.4 1.8 24.5 24.5 19.2 55.1 29.9 86.5 30v48c0 8.8 7.2 16 16 16h32c8.8 0 16-7.2 16-16v-48.2c46.6-.9 90.3-28.6 105.7-72.7 21.5-61.6-14.6-124.8-72.5-141.7z\"><\/path><\/svg>\t\t\t\t<\/span>\n\t\t\t<\/div>\n\t\t\t\n\t\t\t\t\t\t<div class=\"elementor-icon-box-content\">\n\n\t\t\t\t\t\t\t\t\t<h2 class=\"elementor-icon-box-title\">\n\t\t\t\t\t\t<span  >\n\t\t\t\t\t\t\tNo-cash transactions\t\t\t\t\t\t<\/span>\n\t\t\t\t\t<\/h2>\n\t\t\t\t\n\t\t\t\t\t\t\t\t\t<p class=\"elementor-icon-box-description\">\n\t\t\t\t\t\tMake your payment online safely, but only after the cleaning job is done.\t\t\t\t\t<\/p>\n\t\t\t\t\n\t\t\t<\/div>\n\t\t\t\n\t\t<\/div>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-af6c36f elementor-widget elementor-widget-image\" data-id=\"af6c36f\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"image.default\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<img loading=\"lazy\" decoding=\"async\" width=\"1024\" height=\"1024\" src=\"https:\/\/demo.thessie.net\/poshclean\/wp-content\/uploads\/2023\/01\/happy.jpg\" class=\"attachment-large size-large wp-image-2700\" alt=\"\" srcset=\"https:\/\/demo.thessie.net\/poshclean\/wp-content\/uploads\/2023\/01\/happy.jpg 1024w, https:\/\/demo.thessie.net\/poshclean\/wp-content\/uploads\/2023\/01\/happy-300x300.jpg 300w, https:\/\/demo.thessie.net\/poshclean\/wp-content\/uploads\/2023\/01\/happy-150x150.jpg 150w, https:\/\/demo.thessie.net\/poshclean\/wp-content\/uploads\/2023\/01\/happy-768x768.jpg 768w\" sizes=\"(max-width: 1024px) 100vw, 1024px\" \/>\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-c8ff43a elementor-view-default elementor-position-block-start elementor-mobile-position-block-start elementor-widget elementor-widget-icon-box\" data-id=\"c8ff43a\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"icon-box.default\">\n\t\t\t\t\t\t\t<div class=\"elementor-icon-box-wrapper\">\n\n\t\t\t\t\t\t<div class=\"elementor-icon-box-icon\">\n\t\t\t\t<span  class=\"elementor-icon\">\n\t\t\t\t<svg aria-hidden=\"true\" class=\"e-font-icon-svg e-far-comments\" viewBox=\"0 0 576 512\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\"><path d=\"M532 386.2c27.5-27.1 44-61.1 44-98.2 0-80-76.5-146.1-176.2-157.9C368.3 72.5 294.3 32 208 32 93.1 32 0 103.6 0 192c0 37 16.5 71 44 98.2-15.3 30.7-37.3 54.5-37.7 54.9-6.3 6.7-8.1 16.5-4.4 25 3.6 8.5 12 14 21.2 14 53.5 0 96.7-20.2 125.2-38.8 9.2 2.1 18.7 3.7 28.4 4.9C208.1 407.6 281.8 448 368 448c20.8 0 40.8-2.4 59.8-6.8C456.3 459.7 499.4 480 553 480c9.2 0 17.5-5.5 21.2-14 3.6-8.5 1.9-18.3-4.4-25-.4-.3-22.5-24.1-37.8-54.8zm-392.8-92.3L122.1 305c-14.1 9.1-28.5 16.3-43.1 21.4 2.7-4.7 5.4-9.7 8-14.8l15.5-31.1L77.7 256C64.2 242.6 48 220.7 48 192c0-60.7 73.3-112 160-112s160 51.3 160 112-73.3 112-160 112c-16.5 0-33-1.9-49-5.6l-19.8-4.5zM498.3 352l-24.7 24.4 15.5 31.1c2.6 5.1 5.3 10.1 8 14.8-14.6-5.1-29-12.3-43.1-21.4l-17.1-11.1-19.9 4.6c-16 3.7-32.5 5.6-49 5.6-54 0-102.2-20.1-131.3-49.7C338 339.5 416 272.9 416 192c0-3.4-.4-6.7-.7-10C479.7 196.5 528 238.8 528 288c0 28.7-16.2 50.6-29.7 64z\"><\/path><\/svg>\t\t\t\t<\/span>\n\t\t\t<\/div>\n\t\t\t\n\t\t\t\t\t\t<div class=\"elementor-icon-box-content\">\n\n\t\t\t\t\t\t\t\t\t<h2 class=\"elementor-icon-box-title\">\n\t\t\t\t\t\t<span  >\n\t\t\t\t\t\t\tEffortless connection\t\t\t\t\t\t<\/span>\n\t\t\t\t\t<\/h2>\n\t\t\t\t\n\t\t\t\t\t\t\t\t\t<p class=\"elementor-icon-box-description\">\n\t\t\t\t\t\tChatting online lets you effortlessly keep up with your cleaning crew anytime.\t\t\t\t\t<\/p>\n\t\t\t\t\n\t\t\t<\/div>\n\t\t\t\n\t\t<\/div>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-d7ef2e8 elementor-align-center elementor-widget elementor-widget-button\" data-id=\"d7ef2e8\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"button.default\">\n\t\t\t\t\t\t\t\t\t\t<a class=\"elementor-button elementor-button-link elementor-size-sm\" href=\"\/booking-page\/\">\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\">BOOK APPOINTMENT<\/span>\n\t\t\t\t\t<\/span>\n\t\t\t\t\t<\/a>\n\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-a13acfb e-con-full e-flex e-con e-child\" data-id=\"a13acfb\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-00f5edd elementor-view-default elementor-position-block-start elementor-mobile-position-block-start elementor-widget elementor-widget-icon-box\" data-id=\"00f5edd\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"icon-box.default\">\n\t\t\t\t\t\t\t<div class=\"elementor-icon-box-wrapper\">\n\n\t\t\t\t\t\t<div class=\"elementor-icon-box-icon\">\n\t\t\t\t<span  class=\"elementor-icon\">\n\t\t\t\t<svg aria-hidden=\"true\" class=\"e-font-icon-svg e-fas-shield-alt\" viewBox=\"0 0 512 512\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\"><path d=\"M466.5 83.7l-192-80a48.15 48.15 0 0 0-36.9 0l-192 80C27.7 91.1 16 108.6 16 128c0 198.5 114.5 335.7 221.5 380.3 11.8 4.9 25.1 4.9 36.9 0C360.1 472.6 496 349.3 496 128c0-19.4-11.7-36.9-29.5-44.3zM256.1 446.3l-.1-381 175.9 73.3c-3.3 151.4-82.1 261.1-175.8 307.7z\"><\/path><\/svg>\t\t\t\t<\/span>\n\t\t\t<\/div>\n\t\t\t\n\t\t\t\t\t\t<div class=\"elementor-icon-box-content\">\n\n\t\t\t\t\t\t\t\t\t<h2 class=\"elementor-icon-box-title\">\n\t\t\t\t\t\t<span  >\n\t\t\t\t\t\t\tPrioritize safety above all\t\t\t\t\t\t<\/span>\n\t\t\t\t\t<\/h2>\n\t\t\t\t\n\t\t\t\t\t\t\t\t\t<p class=\"elementor-icon-box-description\">\n\t\t\t\t\t\tEvery Cleaner we hire goes through strict background checks and face-to-face interviews to ensure top-notch reliability.\t\t\t\t\t<\/p>\n\t\t\t\t\n\t\t\t<\/div>\n\t\t\t\n\t\t<\/div>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-94f0122 elementor-view-default elementor-position-block-start elementor-mobile-position-block-start elementor-widget elementor-widget-icon-box\" data-id=\"94f0122\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"icon-box.default\">\n\t\t\t\t\t\t\t<div class=\"elementor-icon-box-wrapper\">\n\n\t\t\t\t\t\t<div class=\"elementor-icon-box-icon\">\n\t\t\t\t<span  class=\"elementor-icon\">\n\t\t\t\t<svg aria-hidden=\"true\" class=\"e-font-icon-svg e-fas-hands-helping\" viewBox=\"0 0 640 512\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\"><path d=\"M488 192H336v56c0 39.7-32.3 72-72 72s-72-32.3-72-72V126.4l-64.9 39C107.8 176.9 96 197.8 96 220.2v47.3l-80 46.2C.7 322.5-4.6 342.1 4.3 357.4l80 138.6c8.8 15.3 28.4 20.5 43.7 11.7L231.4 448H368c35.3 0 64-28.7 64-64h16c17.7 0 32-14.3 32-32v-64h8c13.3 0 24-10.7 24-24v-48c0-13.3-10.7-24-24-24zm147.7-37.4L555.7 16C546.9.7 527.3-4.5 512 4.3L408.6 64H306.4c-12 0-23.7 3.4-33.9 9.7L239 94.6c-9.4 5.8-15 16.1-15 27.1V248c0 22.1 17.9 40 40 40s40-17.9 40-40v-88h184c30.9 0 56 25.1 56 56v28.5l80-46.2c15.3-8.9 20.5-28.4 11.7-43.7z\"><\/path><\/svg>\t\t\t\t<\/span>\n\t\t\t<\/div>\n\t\t\t\n\t\t\t\t\t\t<div class=\"elementor-icon-box-content\">\n\n\t\t\t\t\t\t\t\t\t<h2 class=\"elementor-icon-box-title\">\n\t\t\t\t\t\t<span  >\n\t\t\t\t\t\t\tHelp is just a click away\t\t\t\t\t\t<\/span>\n\t\t\t\t\t<\/h2>\n\t\t\t\t\n\t\t\t\t\t\t\t\t\t<p class=\"elementor-icon-box-description\">\n\t\t\t\t\t\tChoose your ZIP code, how many bedrooms and bathrooms you have, pick a date, then kick back while we handle the rest for your home.\t\t\t\t\t<\/p>\n\t\t\t\t\n\t\t\t<\/div>\n\t\t\t\n\t\t<\/div>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t\t\t<\/section>\n\t\t<section class=\"elementor-element elementor-element-81f2b85 e-flex e-con-boxed e-con e-parent\" data-id=\"81f2b85\" data-element_type=\"container\" data-e-type=\"container\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\">\n\t\t\t\t\t<div class=\"e-con-inner\">\n\t\t\t\t<div class=\"elementor-element elementor-element-0105f70 elementor-widget__width-inherit elementor-widget elementor-widget-image\" data-id=\"0105f70\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"image.default\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<img loading=\"lazy\" decoding=\"async\" width=\"575\" height=\"600\" src=\"https:\/\/demo.thessie.net\/poshclean\/wp-content\/uploads\/2026\/04\/localbookerpro-booking-phone-skew.png\" class=\"attachment-large size-large wp-image-3719\" alt=\"\" srcset=\"https:\/\/demo.thessie.net\/poshclean\/wp-content\/uploads\/2026\/04\/localbookerpro-booking-phone-skew.png 575w, https:\/\/demo.thessie.net\/poshclean\/wp-content\/uploads\/2026\/04\/localbookerpro-booking-phone-skew-288x300.png 288w\" sizes=\"(max-width: 575px) 100vw, 575px\" \/>\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-594581d e-con-full e-flex e-con e-child\" data-id=\"594581d\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-e2aec1a elementor-widget elementor-widget-heading\" data-id=\"e2aec1a\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t\t<h2 class=\"elementor-heading-title elementor-size-default\">Reserve in a flash<\/h2>\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-5cb2791 elementor-widget elementor-widget-heading\" data-id=\"5cb2791\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t\t<p class=\"elementor-heading-title elementor-size-default\">Booking with us is a breeze whether you&apos;re on your phone or your laptop \u2014 we&apos;ve got your back on any device!<\/p>\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-6aa3887 elementor-mobile-align-center elementor-widget elementor-widget-button\" data-id=\"6aa3887\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"button.default\">\n\t\t\t\t\t\t\t\t\t\t<a class=\"elementor-button elementor-button-link elementor-size-sm\" href=\"\/booking-page\">\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\">Book now<\/span>\n\t\t\t\t\t<\/span>\n\t\t\t\t\t<\/a>\n\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\t\t<\/section>\n\t\t<section class=\"elementor-element elementor-element-ec52aa0 e-flex e-con-boxed e-con e-parent\" data-id=\"ec52aa0\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t\t<div class=\"e-con-inner\">\n\t\t\t\t<div class=\"elementor-element elementor-element-09dbab6 elementor-widget elementor-widget-heading\" data-id=\"09dbab6\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t\t<h2 class=\"elementor-heading-title elementor-size-default\">Here\u2019s why we\u2019re your top pick for everything you need<\/h2>\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-85643bc elementor-widget elementor-widget-purion_testimonials\" data-id=\"85643bc\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"purion_testimonials.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\n                <div class=\"swiper slide-testimonials type-one purion_swiper_85643bc\" data-slider='{\n        \"widget_id\":\"85643bc\",\n        \"loop\":false,\n        \"perPage\":1,\n        \"gap\":40,\n        \"navigation\":true,\n        \"pagination\":false,\n        \"autoPlay\":false,\n        \"autoHeight\":false,\n        \"paginationEl\":\".swiper-pagination-85643bc\",\n        \"nextEl\":\".swiper-button-next-custom-85643bc\",\n        \"prevEl\":\".swiper-button-prev-custom-85643bc\",\n        \"breakpoints\": {\n            \"1024\": {\n                \"slidesPerView\": 2            }\n        }\n        }'>\n                            <div class=\"swiper-wrapper\">\n                                            <div class=\"swiper-slide\">\n                                                            <div class=\"elementor-slider-widget-testimonials-image\">\n                                    <img loading=\"lazy\" decoding=\"async\" width=\"100\" height=\"100\" src=\"https:\/\/demo.thessie.net\/poshclean\/wp-content\/uploads\/2026\/04\/testimonials-1.jpg\" class=\"attachment-thumbnail size-thumbnail\" alt=\"\" \/>                                <\/div>\n                                                                                        <p class=\"elementor-slider-widget-text elementor-slider-widget-title\">Olivia S.<\/p>\n                                                        <div class=\"elementor-slider-widget-stars\">\n                                                                    <svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" fill=\"none\" viewBox=\"0 0 17 16\"\n                                         width=\"17\" height=\"16\">\n                                        <path fill=\"#FFA502\"\n                                              d=\"M8.231.542a.3.3 0 01.538 0l2.288 4.618a.3.3 0 00.225.163l5.115.745a.3.3 0 01.166.512l-3.7 3.59a.3.3 0 00-.086.266l.873 5.07a.3.3 0 01-.435.317L8.64 13.426a.3.3 0 00-.278 0l-4.576 2.397a.3.3 0 01-.435-.316l.873-5.071a.3.3 0 00-.087-.267L.437 6.58a.3.3 0 01.166-.512l5.115-.745a.3.3 0 00.225-.163L8.231.543z\"\/>\n                                    <\/svg>\n                                                                    <svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" fill=\"none\" viewBox=\"0 0 17 16\"\n                                         width=\"17\" height=\"16\">\n                                        <path fill=\"#FFA502\"\n                                              d=\"M8.231.542a.3.3 0 01.538 0l2.288 4.618a.3.3 0 00.225.163l5.115.745a.3.3 0 01.166.512l-3.7 3.59a.3.3 0 00-.086.266l.873 5.07a.3.3 0 01-.435.317L8.64 13.426a.3.3 0 00-.278 0l-4.576 2.397a.3.3 0 01-.435-.316l.873-5.071a.3.3 0 00-.087-.267L.437 6.58a.3.3 0 01.166-.512l5.115-.745a.3.3 0 00.225-.163L8.231.543z\"\/>\n                                    <\/svg>\n                                                                    <svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" fill=\"none\" viewBox=\"0 0 17 16\"\n                                         width=\"17\" height=\"16\">\n                                        <path fill=\"#FFA502\"\n                                              d=\"M8.231.542a.3.3 0 01.538 0l2.288 4.618a.3.3 0 00.225.163l5.115.745a.3.3 0 01.166.512l-3.7 3.59a.3.3 0 00-.086.266l.873 5.07a.3.3 0 01-.435.317L8.64 13.426a.3.3 0 00-.278 0l-4.576 2.397a.3.3 0 01-.435-.316l.873-5.071a.3.3 0 00-.087-.267L.437 6.58a.3.3 0 01.166-.512l5.115-.745a.3.3 0 00.225-.163L8.231.543z\"\/>\n                                    <\/svg>\n                                                                    <svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" fill=\"none\" viewBox=\"0 0 17 16\"\n                                         width=\"17\" height=\"16\">\n                                        <path fill=\"#FFA502\"\n                                              d=\"M8.231.542a.3.3 0 01.538 0l2.288 4.618a.3.3 0 00.225.163l5.115.745a.3.3 0 01.166.512l-3.7 3.59a.3.3 0 00-.086.266l.873 5.07a.3.3 0 01-.435.317L8.64 13.426a.3.3 0 00-.278 0l-4.576 2.397a.3.3 0 01-.435-.316l.873-5.071a.3.3 0 00-.087-.267L.437 6.58a.3.3 0 01.166-.512l5.115-.745a.3.3 0 00.225-.163L8.231.543z\"\/>\n                                    <\/svg>\n                                                                    <svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" fill=\"none\" viewBox=\"0 0 17 16\"\n                                         width=\"17\" height=\"16\">\n                                        <path fill=\"#FFA502\"\n                                              d=\"M8.231.542a.3.3 0 01.538 0l2.288 4.618a.3.3 0 00.225.163l5.115.745a.3.3 0 01.166.512l-3.7 3.59a.3.3 0 00-.086.266l.873 5.07a.3.3 0 01-.435.317L8.64 13.426a.3.3 0 00-.278 0l-4.576 2.397a.3.3 0 01-.435-.316l.873-5.071a.3.3 0 00-.087-.267L.437 6.58a.3.3 0 01.166-.512l5.115-.745a.3.3 0 00.225-.163L8.231.543z\"\/>\n                                    <\/svg>\n                                                            <\/div>\n                                                            <p class=\"elementor-slider-widget-text elementor-slider-widget-content\">While hunting for a cleaning service here in New York, I stumbled upon Posh Clean on Google. I quickly filled out their online form and was pleasantly surprised to hear back the very next day. Their customer service? Absolutely top-notch! They answered all my questions within hours and truly cared about what I needed. Super professional and easy to work with\u2014I&apos;m genuinely thrilled with the service they&apos;ve provided!<\/p>\n                                                    <\/div>\n                                            <div class=\"swiper-slide\">\n                                                            <div class=\"elementor-slider-widget-testimonials-image\">\n                                    <img loading=\"lazy\" decoding=\"async\" width=\"100\" height=\"100\" src=\"https:\/\/demo.thessie.net\/poshclean\/wp-content\/uploads\/2026\/04\/testimonials-2.jpg\" class=\"attachment-thumbnail size-thumbnail\" alt=\"\" \/>                                <\/div>\n                                                                                        <p class=\"elementor-slider-widget-text elementor-slider-widget-title\">Sophia T.<\/p>\n                                                        <div class=\"elementor-slider-widget-stars\">\n                                                                    <svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" fill=\"none\" viewBox=\"0 0 17 16\"\n                                         width=\"17\" height=\"16\">\n                                        <path fill=\"#FFA502\"\n                                              d=\"M8.231.542a.3.3 0 01.538 0l2.288 4.618a.3.3 0 00.225.163l5.115.745a.3.3 0 01.166.512l-3.7 3.59a.3.3 0 00-.086.266l.873 5.07a.3.3 0 01-.435.317L8.64 13.426a.3.3 0 00-.278 0l-4.576 2.397a.3.3 0 01-.435-.316l.873-5.071a.3.3 0 00-.087-.267L.437 6.58a.3.3 0 01.166-.512l5.115-.745a.3.3 0 00.225-.163L8.231.543z\"\/>\n                                    <\/svg>\n                                                                    <svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" fill=\"none\" viewBox=\"0 0 17 16\"\n                                         width=\"17\" height=\"16\">\n                                        <path fill=\"#FFA502\"\n                                              d=\"M8.231.542a.3.3 0 01.538 0l2.288 4.618a.3.3 0 00.225.163l5.115.745a.3.3 0 01.166.512l-3.7 3.59a.3.3 0 00-.086.266l.873 5.07a.3.3 0 01-.435.317L8.64 13.426a.3.3 0 00-.278 0l-4.576 2.397a.3.3 0 01-.435-.316l.873-5.071a.3.3 0 00-.087-.267L.437 6.58a.3.3 0 01.166-.512l5.115-.745a.3.3 0 00.225-.163L8.231.543z\"\/>\n                                    <\/svg>\n                                                                    <svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" fill=\"none\" viewBox=\"0 0 17 16\"\n                                         width=\"17\" height=\"16\">\n                                        <path fill=\"#FFA502\"\n                                              d=\"M8.231.542a.3.3 0 01.538 0l2.288 4.618a.3.3 0 00.225.163l5.115.745a.3.3 0 01.166.512l-3.7 3.59a.3.3 0 00-.086.266l.873 5.07a.3.3 0 01-.435.317L8.64 13.426a.3.3 0 00-.278 0l-4.576 2.397a.3.3 0 01-.435-.316l.873-5.071a.3.3 0 00-.087-.267L.437 6.58a.3.3 0 01.166-.512l5.115-.745a.3.3 0 00.225-.163L8.231.543z\"\/>\n                                    <\/svg>\n                                                                    <svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" fill=\"none\" viewBox=\"0 0 17 16\"\n                                         width=\"17\" height=\"16\">\n                                        <path fill=\"#FFA502\"\n                                              d=\"M8.231.542a.3.3 0 01.538 0l2.288 4.618a.3.3 0 00.225.163l5.115.745a.3.3 0 01.166.512l-3.7 3.59a.3.3 0 00-.086.266l.873 5.07a.3.3 0 01-.435.317L8.64 13.426a.3.3 0 00-.278 0l-4.576 2.397a.3.3 0 01-.435-.316l.873-5.071a.3.3 0 00-.087-.267L.437 6.58a.3.3 0 01.166-.512l5.115-.745a.3.3 0 00.225-.163L8.231.543z\"\/>\n                                    <\/svg>\n                                                                    <svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" fill=\"none\" viewBox=\"0 0 17 16\"\n                                         width=\"17\" height=\"16\">\n                                        <path fill=\"#FFA502\"\n                                              d=\"M8.231.542a.3.3 0 01.538 0l2.288 4.618a.3.3 0 00.225.163l5.115.745a.3.3 0 01.166.512l-3.7 3.59a.3.3 0 00-.086.266l.873 5.07a.3.3 0 01-.435.317L8.64 13.426a.3.3 0 00-.278 0l-4.576 2.397a.3.3 0 01-.435-.316l.873-5.071a.3.3 0 00-.087-.267L.437 6.58a.3.3 0 01.166-.512l5.115-.745a.3.3 0 00.225-.163L8.231.543z\"\/>\n                                    <\/svg>\n                                                            <\/div>\n                                                            <p class=\"elementor-slider-widget-text elementor-slider-widget-content\">Just got our home sparkling thanks to Posh Clean right here in New York! Every corner is spotless\u2014no smudges or stains in sight. They showed up right on schedule and even went the extra mile. Looks like I\u2019ve found my go-to cleaning crew for good!<\/p>\n                                                    <\/div>\n                                            <div class=\"swiper-slide\">\n                                                            <div class=\"elementor-slider-widget-testimonials-image\">\n                                    <img loading=\"lazy\" decoding=\"async\" width=\"100\" height=\"100\" src=\"https:\/\/demo.thessie.net\/poshclean\/wp-content\/uploads\/2026\/04\/testimonials-3.jpg\" class=\"attachment-thumbnail size-thumbnail\" alt=\"\" \/>                                <\/div>\n                                                                                        <p class=\"elementor-slider-widget-text elementor-slider-widget-title\">Chloe B.<\/p>\n                                                        <div class=\"elementor-slider-widget-stars\">\n                                                                    <svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" fill=\"none\" viewBox=\"0 0 17 16\"\n                                         width=\"17\" height=\"16\">\n                                        <path fill=\"#FFA502\"\n                                              d=\"M8.231.542a.3.3 0 01.538 0l2.288 4.618a.3.3 0 00.225.163l5.115.745a.3.3 0 01.166.512l-3.7 3.59a.3.3 0 00-.086.266l.873 5.07a.3.3 0 01-.435.317L8.64 13.426a.3.3 0 00-.278 0l-4.576 2.397a.3.3 0 01-.435-.316l.873-5.071a.3.3 0 00-.087-.267L.437 6.58a.3.3 0 01.166-.512l5.115-.745a.3.3 0 00.225-.163L8.231.543z\"\/>\n                                    <\/svg>\n                                                                    <svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" fill=\"none\" viewBox=\"0 0 17 16\"\n                                         width=\"17\" height=\"16\">\n                                        <path fill=\"#FFA502\"\n                                              d=\"M8.231.542a.3.3 0 01.538 0l2.288 4.618a.3.3 0 00.225.163l5.115.745a.3.3 0 01.166.512l-3.7 3.59a.3.3 0 00-.086.266l.873 5.07a.3.3 0 01-.435.317L8.64 13.426a.3.3 0 00-.278 0l-4.576 2.397a.3.3 0 01-.435-.316l.873-5.071a.3.3 0 00-.087-.267L.437 6.58a.3.3 0 01.166-.512l5.115-.745a.3.3 0 00.225-.163L8.231.543z\"\/>\n                                    <\/svg>\n                                                                    <svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" fill=\"none\" viewBox=\"0 0 17 16\"\n                                         width=\"17\" height=\"16\">\n                                        <path fill=\"#FFA502\"\n                                              d=\"M8.231.542a.3.3 0 01.538 0l2.288 4.618a.3.3 0 00.225.163l5.115.745a.3.3 0 01.166.512l-3.7 3.59a.3.3 0 00-.086.266l.873 5.07a.3.3 0 01-.435.317L8.64 13.426a.3.3 0 00-.278 0l-4.576 2.397a.3.3 0 01-.435-.316l.873-5.071a.3.3 0 00-.087-.267L.437 6.58a.3.3 0 01.166-.512l5.115-.745a.3.3 0 00.225-.163L8.231.543z\"\/>\n                                    <\/svg>\n                                                                    <svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" fill=\"none\" viewBox=\"0 0 17 16\"\n                                         width=\"17\" height=\"16\">\n                                        <path fill=\"#FFA502\"\n                                              d=\"M8.231.542a.3.3 0 01.538 0l2.288 4.618a.3.3 0 00.225.163l5.115.745a.3.3 0 01.166.512l-3.7 3.59a.3.3 0 00-.086.266l.873 5.07a.3.3 0 01-.435.317L8.64 13.426a.3.3 0 00-.278 0l-4.576 2.397a.3.3 0 01-.435-.316l.873-5.071a.3.3 0 00-.087-.267L.437 6.58a.3.3 0 01.166-.512l5.115-.745a.3.3 0 00.225-.163L8.231.543z\"\/>\n                                    <\/svg>\n                                                                    <svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" fill=\"none\" viewBox=\"0 0 17 16\"\n                                         width=\"17\" height=\"16\">\n                                        <path fill=\"#FFA502\"\n                                              d=\"M8.231.542a.3.3 0 01.538 0l2.288 4.618a.3.3 0 00.225.163l5.115.745a.3.3 0 01.166.512l-3.7 3.59a.3.3 0 00-.086.266l.873 5.07a.3.3 0 01-.435.317L8.64 13.426a.3.3 0 00-.278 0l-4.576 2.397a.3.3 0 01-.435-.316l.873-5.071a.3.3 0 00-.087-.267L.437 6.58a.3.3 0 01.166-.512l5.115-.745a.3.3 0 00.225-.163L8.231.543z\"\/>\n                                    <\/svg>\n                                                            <\/div>\n                                                            <p class=\"elementor-slider-widget-text elementor-slider-widget-content\">No doubt about it, this is the top cleaning crew in New York! Finding them was like striking gold. They show up right on schedule and put in the elbow grease to turn my chaotic space back into a cozy haven. Trust me, tidying up after two lively kids is no small feat!<\/p>\n                                                    <\/div>\n                                            <div class=\"swiper-slide\">\n                                                            <div class=\"elementor-slider-widget-testimonials-image\">\n                                    <img loading=\"lazy\" decoding=\"async\" width=\"100\" height=\"100\" src=\"https:\/\/demo.thessie.net\/poshclean\/wp-content\/uploads\/2026\/04\/testimonials-4.jpg\" class=\"attachment-thumbnail size-thumbnail\" alt=\"\" \/>                                <\/div>\n                                                                                        <p class=\"elementor-slider-widget-text elementor-slider-widget-title\">Zoe E.<\/p>\n                                                        <div class=\"elementor-slider-widget-stars\">\n                                                                    <svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" fill=\"none\" viewBox=\"0 0 17 16\"\n                                         width=\"17\" height=\"16\">\n                                        <path fill=\"#FFA502\"\n                                              d=\"M8.231.542a.3.3 0 01.538 0l2.288 4.618a.3.3 0 00.225.163l5.115.745a.3.3 0 01.166.512l-3.7 3.59a.3.3 0 00-.086.266l.873 5.07a.3.3 0 01-.435.317L8.64 13.426a.3.3 0 00-.278 0l-4.576 2.397a.3.3 0 01-.435-.316l.873-5.071a.3.3 0 00-.087-.267L.437 6.58a.3.3 0 01.166-.512l5.115-.745a.3.3 0 00.225-.163L8.231.543z\"\/>\n                                    <\/svg>\n                                                                    <svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" fill=\"none\" viewBox=\"0 0 17 16\"\n                                         width=\"17\" height=\"16\">\n                                        <path fill=\"#FFA502\"\n                                              d=\"M8.231.542a.3.3 0 01.538 0l2.288 4.618a.3.3 0 00.225.163l5.115.745a.3.3 0 01.166.512l-3.7 3.59a.3.3 0 00-.086.266l.873 5.07a.3.3 0 01-.435.317L8.64 13.426a.3.3 0 00-.278 0l-4.576 2.397a.3.3 0 01-.435-.316l.873-5.071a.3.3 0 00-.087-.267L.437 6.58a.3.3 0 01.166-.512l5.115-.745a.3.3 0 00.225-.163L8.231.543z\"\/>\n                                    <\/svg>\n                                                                    <svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" fill=\"none\" viewBox=\"0 0 17 16\"\n                                         width=\"17\" height=\"16\">\n                                        <path fill=\"#FFA502\"\n                                              d=\"M8.231.542a.3.3 0 01.538 0l2.288 4.618a.3.3 0 00.225.163l5.115.745a.3.3 0 01.166.512l-3.7 3.59a.3.3 0 00-.086.266l.873 5.07a.3.3 0 01-.435.317L8.64 13.426a.3.3 0 00-.278 0l-4.576 2.397a.3.3 0 01-.435-.316l.873-5.071a.3.3 0 00-.087-.267L.437 6.58a.3.3 0 01.166-.512l5.115-.745a.3.3 0 00.225-.163L8.231.543z\"\/>\n                                    <\/svg>\n                                                                    <svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" fill=\"none\" viewBox=\"0 0 17 16\"\n                                         width=\"17\" height=\"16\">\n                                        <path fill=\"#FFA502\"\n                                              d=\"M8.231.542a.3.3 0 01.538 0l2.288 4.618a.3.3 0 00.225.163l5.115.745a.3.3 0 01.166.512l-3.7 3.59a.3.3 0 00-.086.266l.873 5.07a.3.3 0 01-.435.317L8.64 13.426a.3.3 0 00-.278 0l-4.576 2.397a.3.3 0 01-.435-.316l.873-5.071a.3.3 0 00-.087-.267L.437 6.58a.3.3 0 01.166-.512l5.115-.745a.3.3 0 00.225-.163L8.231.543z\"\/>\n                                    <\/svg>\n                                                                    <svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" fill=\"none\" viewBox=\"0 0 17 16\"\n                                         width=\"17\" height=\"16\">\n                                        <path fill=\"#FFA502\"\n                                              d=\"M8.231.542a.3.3 0 01.538 0l2.288 4.618a.3.3 0 00.225.163l5.115.745a.3.3 0 01.166.512l-3.7 3.59a.3.3 0 00-.086.266l.873 5.07a.3.3 0 01-.435.317L8.64 13.426a.3.3 0 00-.278 0l-4.576 2.397a.3.3 0 01-.435-.316l.873-5.071a.3.3 0 00-.087-.267L.437 6.58a.3.3 0 01.166-.512l5.115-.745a.3.3 0 00.225-.163L8.231.543z\"\/>\n                                    <\/svg>\n                                                            <\/div>\n                                                            <p class=\"elementor-slider-widget-text elementor-slider-widget-content\">I\u2019m honestly all about Posh Clean. The team is super friendly, the quality of their work is unbeatable, and they often squeeze me in for an appointment the very same day. Every time I\u2019ve called with an emergency, they\u2019ve come through without a hitch. If only more businesses in New York, especially near 123 Main Street, were this reliable!<\/p>\n                                                    <\/div>\n                                            <div class=\"swiper-slide\">\n                                                            <div class=\"elementor-slider-widget-testimonials-image\">\n                                    <img loading=\"lazy\" decoding=\"async\" width=\"100\" height=\"100\" src=\"https:\/\/demo.thessie.net\/poshclean\/wp-content\/uploads\/2026\/04\/testimonials-5.jpg\" class=\"attachment-thumbnail size-thumbnail\" alt=\"\" \/>                                <\/div>\n                                                                                        <p class=\"elementor-slider-widget-text elementor-slider-widget-title\">Natalie F.<\/p>\n                                                        <div class=\"elementor-slider-widget-stars\">\n                                                                    <svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" fill=\"none\" viewBox=\"0 0 17 16\"\n                                         width=\"17\" height=\"16\">\n                                        <path fill=\"#FFA502\"\n                                              d=\"M8.231.542a.3.3 0 01.538 0l2.288 4.618a.3.3 0 00.225.163l5.115.745a.3.3 0 01.166.512l-3.7 3.59a.3.3 0 00-.086.266l.873 5.07a.3.3 0 01-.435.317L8.64 13.426a.3.3 0 00-.278 0l-4.576 2.397a.3.3 0 01-.435-.316l.873-5.071a.3.3 0 00-.087-.267L.437 6.58a.3.3 0 01.166-.512l5.115-.745a.3.3 0 00.225-.163L8.231.543z\"\/>\n                                    <\/svg>\n                                                                    <svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" fill=\"none\" viewBox=\"0 0 17 16\"\n                                         width=\"17\" height=\"16\">\n                                        <path fill=\"#FFA502\"\n                                              d=\"M8.231.542a.3.3 0 01.538 0l2.288 4.618a.3.3 0 00.225.163l5.115.745a.3.3 0 01.166.512l-3.7 3.59a.3.3 0 00-.086.266l.873 5.07a.3.3 0 01-.435.317L8.64 13.426a.3.3 0 00-.278 0l-4.576 2.397a.3.3 0 01-.435-.316l.873-5.071a.3.3 0 00-.087-.267L.437 6.58a.3.3 0 01.166-.512l5.115-.745a.3.3 0 00.225-.163L8.231.543z\"\/>\n                                    <\/svg>\n                                                                    <svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" fill=\"none\" viewBox=\"0 0 17 16\"\n                                         width=\"17\" height=\"16\">\n                                        <path fill=\"#FFA502\"\n                                              d=\"M8.231.542a.3.3 0 01.538 0l2.288 4.618a.3.3 0 00.225.163l5.115.745a.3.3 0 01.166.512l-3.7 3.59a.3.3 0 00-.086.266l.873 5.07a.3.3 0 01-.435.317L8.64 13.426a.3.3 0 00-.278 0l-4.576 2.397a.3.3 0 01-.435-.316l.873-5.071a.3.3 0 00-.087-.267L.437 6.58a.3.3 0 01.166-.512l5.115-.745a.3.3 0 00.225-.163L8.231.543z\"\/>\n                                    <\/svg>\n                                                                    <svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" fill=\"none\" viewBox=\"0 0 17 16\"\n                                         width=\"17\" height=\"16\">\n                                        <path fill=\"#FFA502\"\n                                              d=\"M8.231.542a.3.3 0 01.538 0l2.288 4.618a.3.3 0 00.225.163l5.115.745a.3.3 0 01.166.512l-3.7 3.59a.3.3 0 00-.086.266l.873 5.07a.3.3 0 01-.435.317L8.64 13.426a.3.3 0 00-.278 0l-4.576 2.397a.3.3 0 01-.435-.316l.873-5.071a.3.3 0 00-.087-.267L.437 6.58a.3.3 0 01.166-.512l5.115-.745a.3.3 0 00.225-.163L8.231.543z\"\/>\n                                    <\/svg>\n                                                                    <svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" fill=\"none\" viewBox=\"0 0 17 16\"\n                                         width=\"17\" height=\"16\">\n                                        <path fill=\"#FFA502\"\n                                              d=\"M8.231.542a.3.3 0 01.538 0l2.288 4.618a.3.3 0 00.225.163l5.115.745a.3.3 0 01.166.512l-3.7 3.59a.3.3 0 00-.086.266l.873 5.07a.3.3 0 01-.435.317L8.64 13.426a.3.3 0 00-.278 0l-4.576 2.397a.3.3 0 01-.435-.316l.873-5.071a.3.3 0 00-.087-.267L.437 6.58a.3.3 0 01.166-.512l5.115-.745a.3.3 0 00.225-.163L8.231.543z\"\/>\n                                    <\/svg>\n                                                            <\/div>\n                                                            <p class=\"elementor-slider-widget-text elementor-slider-widget-content\">I&apos;ve been using Posh Clean for a bit over two months now, and I couldn&apos;t be happier with their service here in New York. Whenever I book a maid, they show up within 24 hours, ready to tackle the cleaning of my home or office with impressive efficiency. Plus, they&apos;re always polite and super helpful whenever I have questions. Definitely a top recommendation from me!<\/p>\n                                                    <\/div>\n                                            <div class=\"swiper-slide\">\n                                                            <div class=\"elementor-slider-widget-testimonials-image\">\n                                    <img loading=\"lazy\" decoding=\"async\" width=\"100\" height=\"100\" src=\"https:\/\/demo.thessie.net\/poshclean\/wp-content\/uploads\/2026\/04\/testimonials-6.jpg\" class=\"attachment-thumbnail size-thumbnail\" alt=\"\" \/>                                <\/div>\n                                                                                        <p class=\"elementor-slider-widget-text elementor-slider-widget-title\">Mason R.<\/p>\n                                                        <div class=\"elementor-slider-widget-stars\">\n                                                                    <svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" fill=\"none\" viewBox=\"0 0 17 16\"\n                                         width=\"17\" height=\"16\">\n                                        <path fill=\"#FFA502\"\n                                              d=\"M8.231.542a.3.3 0 01.538 0l2.288 4.618a.3.3 0 00.225.163l5.115.745a.3.3 0 01.166.512l-3.7 3.59a.3.3 0 00-.086.266l.873 5.07a.3.3 0 01-.435.317L8.64 13.426a.3.3 0 00-.278 0l-4.576 2.397a.3.3 0 01-.435-.316l.873-5.071a.3.3 0 00-.087-.267L.437 6.58a.3.3 0 01.166-.512l5.115-.745a.3.3 0 00.225-.163L8.231.543z\"\/>\n                                    <\/svg>\n                                                                    <svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" fill=\"none\" viewBox=\"0 0 17 16\"\n                                         width=\"17\" height=\"16\">\n                                        <path fill=\"#FFA502\"\n                                              d=\"M8.231.542a.3.3 0 01.538 0l2.288 4.618a.3.3 0 00.225.163l5.115.745a.3.3 0 01.166.512l-3.7 3.59a.3.3 0 00-.086.266l.873 5.07a.3.3 0 01-.435.317L8.64 13.426a.3.3 0 00-.278 0l-4.576 2.397a.3.3 0 01-.435-.316l.873-5.071a.3.3 0 00-.087-.267L.437 6.58a.3.3 0 01.166-.512l5.115-.745a.3.3 0 00.225-.163L8.231.543z\"\/>\n                                    <\/svg>\n                                                                    <svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" fill=\"none\" viewBox=\"0 0 17 16\"\n                                         width=\"17\" height=\"16\">\n                                        <path fill=\"#FFA502\"\n                                              d=\"M8.231.542a.3.3 0 01.538 0l2.288 4.618a.3.3 0 00.225.163l5.115.745a.3.3 0 01.166.512l-3.7 3.59a.3.3 0 00-.086.266l.873 5.07a.3.3 0 01-.435.317L8.64 13.426a.3.3 0 00-.278 0l-4.576 2.397a.3.3 0 01-.435-.316l.873-5.071a.3.3 0 00-.087-.267L.437 6.58a.3.3 0 01.166-.512l5.115-.745a.3.3 0 00.225-.163L8.231.543z\"\/>\n                                    <\/svg>\n                                                                    <svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" fill=\"none\" viewBox=\"0 0 17 16\"\n                                         width=\"17\" height=\"16\">\n                                        <path fill=\"#FFA502\"\n                                              d=\"M8.231.542a.3.3 0 01.538 0l2.288 4.618a.3.3 0 00.225.163l5.115.745a.3.3 0 01.166.512l-3.7 3.59a.3.3 0 00-.086.266l.873 5.07a.3.3 0 01-.435.317L8.64 13.426a.3.3 0 00-.278 0l-4.576 2.397a.3.3 0 01-.435-.316l.873-5.071a.3.3 0 00-.087-.267L.437 6.58a.3.3 0 01.166-.512l5.115-.745a.3.3 0 00.225-.163L8.231.543z\"\/>\n                                    <\/svg>\n                                                                    <svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" fill=\"none\" viewBox=\"0 0 17 16\"\n                                         width=\"17\" height=\"16\">\n                                        <path fill=\"#FFA502\"\n                                              d=\"M8.231.542a.3.3 0 01.538 0l2.288 4.618a.3.3 0 00.225.163l5.115.745a.3.3 0 01.166.512l-3.7 3.59a.3.3 0 00-.086.266l.873 5.07a.3.3 0 01-.435.317L8.64 13.426a.3.3 0 00-.278 0l-4.576 2.397a.3.3 0 01-.435-.316l.873-5.071a.3.3 0 00-.087-.267L.437 6.58a.3.3 0 01.166-.512l5.115-.745a.3.3 0 00.225-.163L8.231.543z\"\/>\n                                    <\/svg>\n                                                            <\/div>\n                                                            <p class=\"elementor-slider-widget-text elementor-slider-widget-content\">After more than four months of using their services right here in New York, I can confidently say this cleaning crew is the cream of the crop. I\u2019ve danced with other cleaning services before, but none matched up to these pros. The maids deliver exceptional quality \u2014 they don\u2019t just clean, they sparkle, making sure every nook and cranny shines brighter than a Broadway marquee.<\/p>\n                                                    <\/div>\n                                            <div class=\"swiper-slide\">\n                                                            <div class=\"elementor-slider-widget-testimonials-image\">\n                                    <img loading=\"lazy\" decoding=\"async\" width=\"100\" height=\"100\" src=\"https:\/\/demo.thessie.net\/poshclean\/wp-content\/uploads\/2026\/04\/testimonials-7.jpg\" class=\"attachment-thumbnail size-thumbnail\" alt=\"\" \/>                                <\/div>\n                                                                                        <p class=\"elementor-slider-widget-text elementor-slider-widget-title\">Dylan S.<\/p>\n                                                        <div class=\"elementor-slider-widget-stars\">\n                                                                    <svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" fill=\"none\" viewBox=\"0 0 17 16\"\n                                         width=\"17\" height=\"16\">\n                                        <path fill=\"#FFA502\"\n                                              d=\"M8.231.542a.3.3 0 01.538 0l2.288 4.618a.3.3 0 00.225.163l5.115.745a.3.3 0 01.166.512l-3.7 3.59a.3.3 0 00-.086.266l.873 5.07a.3.3 0 01-.435.317L8.64 13.426a.3.3 0 00-.278 0l-4.576 2.397a.3.3 0 01-.435-.316l.873-5.071a.3.3 0 00-.087-.267L.437 6.58a.3.3 0 01.166-.512l5.115-.745a.3.3 0 00.225-.163L8.231.543z\"\/>\n                                    <\/svg>\n                                                                    <svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" fill=\"none\" viewBox=\"0 0 17 16\"\n                                         width=\"17\" height=\"16\">\n                                        <path fill=\"#FFA502\"\n                                              d=\"M8.231.542a.3.3 0 01.538 0l2.288 4.618a.3.3 0 00.225.163l5.115.745a.3.3 0 01.166.512l-3.7 3.59a.3.3 0 00-.086.266l.873 5.07a.3.3 0 01-.435.317L8.64 13.426a.3.3 0 00-.278 0l-4.576 2.397a.3.3 0 01-.435-.316l.873-5.071a.3.3 0 00-.087-.267L.437 6.58a.3.3 0 01.166-.512l5.115-.745a.3.3 0 00.225-.163L8.231.543z\"\/>\n                                    <\/svg>\n                                                                    <svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" fill=\"none\" viewBox=\"0 0 17 16\"\n                                         width=\"17\" height=\"16\">\n                                        <path fill=\"#FFA502\"\n                                              d=\"M8.231.542a.3.3 0 01.538 0l2.288 4.618a.3.3 0 00.225.163l5.115.745a.3.3 0 01.166.512l-3.7 3.59a.3.3 0 00-.086.266l.873 5.07a.3.3 0 01-.435.317L8.64 13.426a.3.3 0 00-.278 0l-4.576 2.397a.3.3 0 01-.435-.316l.873-5.071a.3.3 0 00-.087-.267L.437 6.58a.3.3 0 01.166-.512l5.115-.745a.3.3 0 00.225-.163L8.231.543z\"\/>\n                                    <\/svg>\n                                                                    <svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" fill=\"none\" viewBox=\"0 0 17 16\"\n                                         width=\"17\" height=\"16\">\n                                        <path fill=\"#FFA502\"\n                                              d=\"M8.231.542a.3.3 0 01.538 0l2.288 4.618a.3.3 0 00.225.163l5.115.745a.3.3 0 01.166.512l-3.7 3.59a.3.3 0 00-.086.266l.873 5.07a.3.3 0 01-.435.317L8.64 13.426a.3.3 0 00-.278 0l-4.576 2.397a.3.3 0 01-.435-.316l.873-5.071a.3.3 0 00-.087-.267L.437 6.58a.3.3 0 01.166-.512l5.115-.745a.3.3 0 00.225-.163L8.231.543z\"\/>\n                                    <\/svg>\n                                                                    <svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" fill=\"none\" viewBox=\"0 0 17 16\"\n                                         width=\"17\" height=\"16\">\n                                        <path fill=\"#FFA502\"\n                                              d=\"M8.231.542a.3.3 0 01.538 0l2.288 4.618a.3.3 0 00.225.163l5.115.745a.3.3 0 01.166.512l-3.7 3.59a.3.3 0 00-.086.266l.873 5.07a.3.3 0 01-.435.317L8.64 13.426a.3.3 0 00-.278 0l-4.576 2.397a.3.3 0 01-.435-.316l.873-5.071a.3.3 0 00-.087-.267L.437 6.58a.3.3 0 01.166-.512l5.115-.745a.3.3 0 00.225-.163L8.231.543z\"\/>\n                                    <\/svg>\n                                                            <\/div>\n                                                            <p class=\"elementor-slider-widget-text elementor-slider-widget-content\">I called up Posh Clean to spruce up my apartment here in New York, and wow, am I impressed! The team arrived right on schedule, quickly got a handle on what I needed, and were total pros throughout. Every piece of furniture got a deep clean, and those stubborn stains? Gone without a trace! They even threw in some bonus cleaning at no extra charge. If you&apos;re in the New York area and want a spotless place, these folks are definitely worth a shout!<\/p>\n                                                    <\/div>\n                                    <\/div>\n\n                                    <\/div>\n                    <div class=\"swiper-custom-navigation type-one\">\n                <div class=\"swiper-button-prev-custom swiper-button-prev-custom-85643bc\">\n                    <svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" viewBox=\"0 0 40 40\" width=\"40\" height=\"40\">\n                        <path d=\"m15.5 0.932-4.3 4.38 14.5 14.6-14.5 14.5 4.3 4.4 14.6-14.6 4.4-4.3-4.4-4.4-14.6-14.6z\"><\/path>\n                    <\/svg>\n                <\/div>\n                <div class=\"swiper-button-next-custom swiper-button-next-custom-85643bc\">\n                    <svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" viewBox=\"0 0 40 40\" width=\"40\" height=\"40\">\n                        <path d=\"m15.5 0.932-4.3 4.38 14.5 14.6-14.5 14.5 4.3 4.4 14.6-14.6 4.4-4.3-4.4-4.4-14.6-14.6z\"><\/path>\n                    <\/svg>\n                <\/div>\n            <\/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<\/section>\n\t\t\t\t<\/div>\n\t\t","protected":false},"excerpt":{"rendered":"<p>Top-notch home cleaning right here in New York City! A tidy house is a cheerful house Our services: Experience top-rated home cleaning services with a shining 5-star reputation. &#9734;&#9734;&#9734;&#9734;&#9734; Rated 5 out of 5 &#9734;&#9734;&#9734;&#9734;&#9734; Rated 5 out of 5 &#9734;&#9734;&#9734;&#9734;&#9734; Rated 5 out of 5 &#9734;&#9734;&#9734;&#9734;&#9734; Rated 5 out of 5 The way gets [&hellip;]<\/p>\n","protected":false},"author":1,"featured_media":0,"parent":0,"menu_order":0,"comment_status":"closed","ping_status":"closed","template":"","meta":{"footnotes":""},"class_list":["post-2734","page","type-page","status-publish","hentry"],"_links":{"self":[{"href":"https:\/\/demo.thessie.net\/poshclean\/wp-json\/wp\/v2\/pages\/2734","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/demo.thessie.net\/poshclean\/wp-json\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/demo.thessie.net\/poshclean\/wp-json\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/demo.thessie.net\/poshclean\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/demo.thessie.net\/poshclean\/wp-json\/wp\/v2\/comments?post=2734"}],"version-history":[{"count":1,"href":"https:\/\/demo.thessie.net\/poshclean\/wp-json\/wp\/v2\/pages\/2734\/revisions"}],"predecessor-version":[{"id":3809,"href":"https:\/\/demo.thessie.net\/poshclean\/wp-json\/wp\/v2\/pages\/2734\/revisions\/3809"}],"wp:attachment":[{"href":"https:\/\/demo.thessie.net\/poshclean\/wp-json\/wp\/v2\/media?parent=2734"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}