{"id":32821,"date":"2025-07-14T16:35:53","date_gmt":"2025-07-14T15:35:53","guid":{"rendered":"https:\/\/alo.land\/?page_id=32821"},"modified":"2026-04-13T18:17:07","modified_gmt":"2026-04-13T17:17:07","slug":"community-services","status":"publish","type":"page","link":"https:\/\/alo.land\/pt\/community-services\/","title":{"rendered":"Community Services"},"content":{"rendered":"<div class=\"et_pb_section_0 et_pb_section et_section_regular et_block_section\"><div class=\"et_pb_row_0 et_pb_row et_block_row\"><div class=\"et_pb_column_0 et_pb_column et_pb_column_4_4 et-last-child et_block_column et_pb_css_mix_blend_mode_passthrough\"><div class=\"et_pb_toggle_0 et_pb_toggle et_pb_toggle_item et_pb_toggle_close et_pb_module et_block_module\"><h5 class=\"et_pb_toggle_title\">This week: Montessori na Quinta<\/h5><div class=\"et_pb_toggle_content clearfix\"><p>We're back to share more information about our project to create a bilingual Montessori space for children ages 3 to 6.<br \/>Instagram: <a href=\"https:\/\/www.instagram.com\/montessori_na_quinta\/#\" target=\"_blank\" rel=\"noopener\">https:\/\/www.instagram.com\/montessori_na_quinta\/#<\/a><br \/>Our Montessori environment is located within a Rural Tourism Farm near Benedita, called AQC-A Quinta Chama.<\/p>\n<p>Address: <a href=\"https:\/\/maps.app.goo.gl\/GKZb4Gv6hhotW3UDA\" target=\"_blank\" rel=\"noopener\">https:\/\/maps.app.goo.gl\/GKZb4Gv6hhotW3UDA<\/a><br \/>We will have a completely natural garden for the exclusive use of children, two classrooms with bathrooms, and our space is completely separate from the AQC commercial area.<\/p>\n<p>We are preparing the spaces and moving forward with some necessary construction to make the most of the available space and ensure everyone's safety.<\/p>\n<p>We are now accepting pre-registrations because we received many families who responded to our initial interest form. Children registered now will have priority to enroll in our school. We will be offering a maximum of 15 spots, with two already filled. Once we reach the minimum of 9 children, we will move forward with the opening date. We now have more details about the operation, like fees, food and schedule. Please contact us if you would like to receive more information.<\/p>\n<p>In our social media you can follow the progress of the project. Please, feel free to text\\call us or email us. We will be very happy to clarify any doubts ans asnwer your questions \ud83d\ude42<\/p>\n<ul>\n<li>Website: <a href=\"https:\/\/montessorinaquinta.com\/\" target=\"_blank\" rel=\"noopener\">https:\/\/montessorinaquinta.com\/<\/a><\/li>\n<li>Email: <a href=\"mailto:montessorinaquinta@gmail.com\">montessorinaquinta@gmail.com <\/a><\/li>\n<li>Contact: Leonor - 919482874 | Milos - 928031278<\/li>\n<\/ul>\n<\/div><\/div><\/div><\/div><div class=\"et_pb_row_1 et_pb_row et_block_row\"><div class=\"et_pb_column_1 et_pb_column et_pb_column_4_4 et-last-child et_block_column et_pb_css_mix_blend_mode_passthrough\"><div class=\"et_pb_code_0 et_pb_code et_pb_text_align_justified et_pb_module\"><div class=\"et_pb_code_inner\"><!DOCTYPE html>\n<html lang=\"en\">\n<head>\n    <meta charset=\"UTF-8\">\n    <meta name=\"viewport\" content=\"width=device-width, initial-scale=1.0\">\n    <title>Honk Your Horn - Community Business Directory<\/title>\n    <style>\n        * {\n            margin: 0;\n            padding: 0;\n            box-sizing: border-box;\n        }\n\n        body {\n            font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;\n            line-height: 1.6;\n            color: #fff;\n            background-color: #f8f9fa;\n        }\n\n        .container {\n            max-width: 1200px;\n            margin: 0 auto;\n            padding: 20px;\n        }\n\n        .header {\n            text-align: center;\n            margin-bottom: 40px;\n            background: linear-gradient(135deg, #f85c1f 0%, #539201 100%);\n            color: white;\n            padding: 40px 20px;\n            border-radius: 15px;\n            box-shadow: 0 10px 30px rgba(0,0,0,0.1);\n        }\n\n        .header h1 {\n            font-size: 2.5em;\n            margin-bottom: 10px;\n            font-weight: 700;\n        }\n\n        .header p {\n            font-size: 1.2em;\n            opacity: 0.9;\n        }\n\n        .search-filter {\n            background: white;\n            padding: 25px;\n            border-radius: 15px;\n            box-shadow: 0 5px 20px rgba(0,0,0,0.1);\n            margin-bottom: 30px;\n        }\n\n        .search-box {\n            width: 100%;\n            padding: 15px 20px;\n            font-size: 16px;\n            border: 2px solid #e9ecef;\n            border-radius: 10px;\n            margin-bottom: 20px;\n            transition: border-color 0.3s ease;\n        }\n\n        .search-box:focus {\n            outline: none;\n            border-color: #f85c1f;\n        }\n\n        .filter-buttons {\n            display: flex;\n            flex-wrap: wrap;\n            gap: 10px;\n            justify-content: center;\n        }\n\n        .filter-btn {\n            padding: 12px 24px;\n            background: #f8f9fa;\n            border: 2px solid #e9ecef;\n            border-radius: 25px;\n            cursor: pointer;\n            transition: all 0.3s ease;\n            font-weight: 500;\n            color: #495057;\n        }\n\n        .filter-btn:hover, .filter-btn.active {\n            background: #f85c1f;\n            color: white;\n            border-color: #f85c1f;\n            transform: translateY(-2px);\n            box-shadow: 0 5px 15px rgba(248, 92, 31, 0.4);\n        }\n\n        .category-section {\n            margin-bottom: 40px;\n        }\n\n        .category-title {\n            font-size: 2em;\n            color: #495057;\n            margin-bottom: 25px;\n            padding-bottom: 10px;\n            border-bottom: 3px solid #f85c1f;\n            position: relative;\n        }\n\n        .category-title::after {\n            content: '';\n            position: absolute;\n            bottom: -3px;\n            left: 0;\n            width: 50px;\n            height: 3px;\n            background: #539201;\n        }\n\n        .business-grid {\n            display: grid;\n            grid-template-columns: repeat(auto-fit, minmax(350px, 1fr));\n            gap: 25px;\n        }\n\n        .business-card {\n            background: white;\n            padding: 25px;\n            border-radius: 15px;\n            box-shadow: 0 5px 20px rgba(0,0,0,0.1);\n            transition: transform 0.3s ease, box-shadow 0.3s ease;\n            border-left: 5px solid #f85c1f;\n        }\n\n        .business-card:hover {\n            transform: translateY(-5px);\n            box-shadow: 0 10px 30px rgba(0,0,0,0.15);\n        }\n\n        .business-name {\n            font-size: 1.4em;\n            font-weight: 700;\n            color: #495057;\n            margin-bottom: 10px;\n        }\n\n        .business-owner {\n            font-size: 1.1em;\n            color: #f85c1f;\n            margin-bottom: 15px;\n            font-weight: 600;\n        }\n\n        .business-description {\n            margin-bottom: 20px;\n            color: #6c757d;\n            line-height: 1.7;\n        }\n\n        .contact-info {\n            background: #f8f9fa;\n            padding: 15px;\n            border-radius: 10px;\n            border-left: 4px solid #539201;\n        }\n\n        .contact-item {\n            margin-bottom: 8px;\n            display: flex;\n            align-items: center;\n            gap: 10px;\n        }\n\n        .contact-item:last-child {\n            margin-bottom: 0;\n        }\n\n        .contact-label {\n            font-weight: 600;\n            color: #495057;\n            min-width: 80px;\n        }\n\n        .contact-value {\n            color: #6c757d;\n        }\n\n        .contact-value a {\n            color: #f85c1f;\n            text-decoration: none;\n        }\n\n        .contact-value a:hover {\n            text-decoration: underline;\n        }\n\n        .special-offer {\n            background: linear-gradient(135deg, #ffeaa7, #fab1a0);\n            padding: 15px;\n            border-radius: 10px;\n            margin-top: 15px;\n            font-weight: 600;\n            color: #2d3436;\n        }\n\n        .hidden {\n            display: none;\n        }\n\n        @media (max-width: 768px) {\n            .header h1 {\n                font-size: 2em;\n            }\n            \n            .filter-buttons {\n                justify-content: center;\n            }\n            \n            .filter-btn {\n                padding: 10px 16px;\n                font-size: 14px;\n            }\n            \n            .business-grid {\n                grid-template-columns: 1fr;\n            }\n        }\n    <\/style>\n<\/head>\n<body>\n    <div class=\"container\">\n        <div class=\"header\">\n            <h1>\ud83c\udfba Honk Your Horn<\/h1>\n            <p>Community Business Directory - Connect with Local Services & Professionals<\/p>\n        <\/div>\n\n        <div class=\"search-filter\">\n            <input type=\"text\" id=\"searchBox\" class=\"search-box\" placeholder=\"Search businesses, services, or names...\">\n            <div class=\"filter-buttons\">\n                <button class=\"filter-btn active\" data-category=\"all\">All Services<\/button>\n                <button class=\"filter-btn\" data-category=\"health-wellness\">Health & Wellness<\/button>\n                <button class=\"filter-btn\" data-category=\"home-services\">Home Services<\/button>\n                <button class=\"filter-btn\" data-category=\"childcare-education\">Childcare & Education<\/button>\n                <button class=\"filter-btn\" data-category=\"creative-services\">Creative Services<\/button>\n                <button class=\"filter-btn\" data-category=\"fitness-movement\">Fitness & Movement<\/button>\n                <button class=\"filter-btn\" data-category=\"food-catering\">Food & Catering<\/button>\n                <button class=\"filter-btn\" data-category=\"events-workshops\">Events & Workshops<\/button>\n                <button class=\"filter-btn\" data-category=\"real-estate\">Real Estate & Property<\/button>\n                <button class=\"filter-btn\" data-category=\"technology\">Technology<\/button>\n                <button class=\"filter-btn\" data-category=\"other-services\">Other Services<\/button>\n            <\/div>\n        <\/div>\n\n           <!-- Health & Wellness -->\n           <div class=\"category-section\" data-category=\"health-wellness\">\n            <h2 class=\"category-title\">\ud83c\udf3f Health & Wellness<\/h2>\n            <div class=\"business-grid\">\n                \n                <div class=\"business-card\" data-searchable=\"manon nei neuro emotion integration trauma therapy caldas da rainha\">\n                    <div class=\"business-name\">NEI - Neuro Emotion Integration<\/div>\n                    <div class=\"business-owner\">Manon<\/div>\n                    <div class=\"business-description\">\n                        Specializing in the human nervous system and trauma release. NEI works with the subconscious to locate and release stored trauma, creating space and peace in your system. Inner growth and insights guaranteed!\n                    <\/div>\n                    <div class=\"contact-info\">\n                        <div class=\"contact-item\">\n                            <span class=\"contact-label\">Phone:<\/span>\n                            <span class=\"contact-value\">+31 628 779 574<\/span>\n                        <\/div>\n                        <div class=\"contact-item\">\n                            <span class=\"contact-label\">Localiza\u00e7\u00e3o:<\/span>\n                            <span class=\"contact-value\">Caldas da Rainha<\/span>\n                        <\/div>\n                    <\/div>\n                    <div class=\"special-offer\">\n                        Special price: \u20ac50\/session (normally \u20ac90) for Honk Your Horn members + Free 15min intake\n                    <\/div>\n                <\/div>\n\n                <div class=\"business-card\" data-searchable=\"dafne calma com alma ayurvedic massages marma massage\">\n                    <div class=\"business-name\">Calma com Alma - Ayurvedic Massages<\/div>\n                    <div class=\"business-owner\">Dafne<\/div>\n                    <div class=\"business-description\">\n                        Specializing in Marma Massage - a complete full body Ayurvedic massage with warm medicinal oils. Releases tension, enhances circulation, helps detoxify, balances nervous system, and brings general wellbeing through relaxation and embodiment.\n                    <\/div>\n                    <div class=\"contact-info\">\n                        <div class=\"contact-item\">\n                            <span class=\"contact-label\">Phone:<\/span>\n                            <span class=\"contact-value\">910 816 500<\/span>\n                        <\/div>\n                        <div class=\"contact-item\">\n                            <span class=\"contact-label\">Instagram:<\/span>\n                            <span class=\"contact-value\">@calmacomalma_massagens<\/span>\n                        <\/div>\n                        <div class=\"contact-item\">\n                            <span class=\"contact-label\">Localiza\u00e7\u00e3o:<\/span>\n                            <span class=\"contact-value\">Peniche & Caldas da Rainha<\/span>\n                        <\/div>\n                    <\/div>\n                <\/div>\n\n                <div class=\"business-card\" data-searchable=\"andrea stern physiotherapy yoga teacher caldas da rainha\">\n                    <div class=\"business-name\">Andrea Stern - Physiotherapy & Yoga<\/div>\n                    <div class=\"business-owner\">Andrea Stern<\/div>\n                    <div class=\"business-description\">\n                        Dedicated physiotherapist and yoga teacher passionate about movement as health. Mobile physiotherapy treatments, tension-release massages, and yoga classes focusing on body alignment and pain relief.\n                    <\/div>\n                    <div class=\"contact-info\">\n                        <div class=\"contact-item\">\n                            <span class=\"contact-label\">Phone:<\/span>\n                            <span class=\"contact-value\">+351 914 241 143<\/span>\n                        <\/div>\n                        <div class=\"contact-item\">\n                            <span class=\"contact-label\">Website:<\/span>\n                            <span class=\"contact-value\"><a href=\"https:\/\/andrea-stern.de\">andrea-stern.de<\/a><\/span>\n                        <\/div>\n                        <div class=\"contact-item\">\n                            <span class=\"contact-label\">Yoga:<\/span>\n                            <span class=\"contact-value\">Tues & Thurs, 10am, Caldas da Rainha<\/span>\n                        <\/div>\n                    <\/div>\n                    <div class=\"special-offer\">\n                        First trial yoga class is free! Physical treatments for children\/teens: \u20ac45 (25% discount)\n                    <\/div>\n                <\/div>\n\n                <div class=\"business-card\" data-searchable=\"rute tree of life motherhood postpartum support doula\">\n                    <div class=\"business-name\">Tree of Life - Motherhood Care<\/div>\n                    <div class=\"business-owner\">Rute Candeias Vinagre<\/div>\n                    <div class=\"business-description\">\n                        Holistic postpartum home support for new mothers. Health check-ups, macrobiotic nutrition, Yoni baths, massages, alternative therapies, coaching, and somatic movement. Creating a supportive community for mothers.\n                    <\/div>\n                    <div class=\"contact-info\">\n                        <div class=\"contact-item\">\n                            <span class=\"contact-label\">Email:<\/span>\n                            <span class=\"contact-value\"><a href=\"mailto:rute@treeoflife.pt\">rute@treeoflife.pt<\/a><\/span>\n                        <\/div>\n                        <div class=\"contact-item\">\n                            <span class=\"contact-label\">Website:<\/span>\n                            <span class=\"contact-value\"><a href=\"https:\/\/treeoflife.pt\">treeoflife.pt<\/a><\/span>\n                        <\/div>\n                        <div class=\"contact-item\">\n                            <span class=\"contact-label\">Instagram:<\/span>\n                            <span class=\"contact-value\">@motherhood.events @treeoflife.motherhood<\/span>\n                        <\/div>\n                    <\/div>\n                <\/div>\n\n                <div class=\"business-card\" data-searchable=\"susana fialho doula pregnancy birth postpartum leiria peniche\">\n                    <div class=\"business-name\">Doula Services<\/div>\n                    <div class=\"business-owner\">Susana Fialho<\/div>\n                    <div class=\"business-description\">\n                        Emotional support during pregnancy, birth and postpartum. Sacred rituals including Closing Bones\/PostPartum, Motherblessing, Woman Birthday and Bridal Showers. Available in Portuguese and English.\n                    <\/div>\n                    <div class=\"contact-info\">\n                        <div class=\"contact-item\">\n                            <span class=\"contact-label\">Phone:<\/span>\n                            <span class=\"contact-value\">+351 913 867 156<\/span>\n                        <\/div>\n                        <div class=\"contact-item\">\n                            <span class=\"contact-label\">Instagram:<\/span>\n                            <span class=\"contact-value\"><a href=\"https:\/\/instagram.com\/susanafialho_doula\">@susanafialho_doula<\/a><\/span>\n                        <\/div>\n                        <div class=\"contact-item\">\n                            <span class=\"contact-label\">Area:<\/span>\n                            <span class=\"contact-value\">Leiria to Peniche<\/span>\n                        <\/div>\n                    <\/div>\n                    <div class=\"special-offer\">\n                        First informal meeting is free\n                    <\/div>\n                <\/div>\n\n                <div class=\"business-card\" data-searchable=\"kelsey baptiste care by kelsey ayurvedic wellness doula chef\">\n                    <div class=\"business-name\">Care by Kelsey<\/div>\n                    <div class=\"business-owner\">Kelsey Baptiste<\/div>\n                    <div class=\"business-description\">\n                        Ayurvedic wellness consultations, yoga classes, meal delivery via My Healthy Chef, and certified doula services. Specializing in gut health and stress reduction with personalized wellness plans.\n                    <\/div>\n                    <div class=\"contact-info\">\n                        <div class=\"contact-item\">\n                            <span class=\"contact-label\">Phone:<\/span>\n                            <span class=\"contact-value\">+351 911 853 70<\/span>\n                        <\/div>\n                        <div class=\"contact-item\">\n                            <span class=\"contact-label\">Email:<\/span>\n                            <span class=\"contact-value\"><a href=\"mailto:carebykelsey3@gmail.com\">carebykelsey3@gmail.com<\/a><\/span>\n                        <\/div>\n                        <div class=\"contact-item\">\n                            <span class=\"contact-label\">Website:<\/span>\n                            <span class=\"contact-value\"><a href=\"https:\/\/carebykelsey.com\">carebykelsey.com<\/a><\/span>\n                        <\/div>\n                        <div class=\"contact-item\">\n                            <span class=\"contact-label\">Localiza\u00e7\u00e3o:<\/span>\n                            <span class=\"contact-value\">Lourinh\u00e3<\/span>\n                        <\/div>\n                    <\/div>\n                    <div class=\"special-offer\">\n                        \u20ac5 off first meal order \u2022 10% off yoga packages \u2022 Referral bonus: free sourdough bread\n                    <\/div>\n                <\/div>\n\n                <div class=\"business-card\" data-searchable=\"diana carmen dragnea compassionate inquiry therapy\">\n                    <div class=\"business-name\">Compassionate Inquiry Therapy<\/div>\n                    <div class=\"business-owner\">Diana Carmen Dragnea<\/div>\n                    <div class=\"business-description\">\n                        Medical doctor with 10 years experience offering Compassionate Inquiry sessions - a deep form of therapy. Currently in mentorship program with Dr. Gabor Mat\u00e9.\n                    <\/div>\n                    <div class=\"contact-info\">\n                        <div class=\"contact-item\">\n                            <span class=\"contact-label\">Phone:<\/span>\n                            <span class=\"contact-value\">+32 492 481 269<\/span>\n                        <\/div>\n                        <div class=\"contact-item\">\n                            <span class=\"contact-label\">Email:<\/span>\n                            <span class=\"contact-value\"><a href=\"mailto:diana.carmen.dragnea@gmail.com\">diana.carmen.dragnea@gmail.com<\/a><\/span>\n                        <\/div>\n                    <\/div>\n                    <div class=\"special-offer\">\n                        Free therapy sessions available as part of training program\n                    <\/div>\n                <\/div>\n\n                <div class=\"business-card\" data-searchable=\"nancy medwell ayurvedic lifestyle qi gong\">\n                    <div class=\"business-name\">Ayurvedic Lifestyle & Qi Gong<\/div>\n                    <div class=\"business-owner\">Nancy Medwell<\/div>\n                    <div class=\"business-description\">\n                        Ayurvedic lifestyle guidance and Qi Gong classes. An extraordinary woman known for her generosity and strength.\n                    <\/div>\n                    <div class=\"contact-info\">\n                        <div class=\"contact-item\">\n                            <span class=\"contact-label\">Phone:<\/span>\n                            <span class=\"contact-value\">939 542 094<\/span>\n                        <\/div>\n                        <div class=\"contact-item\">\n                            <span class=\"contact-label\">Website:<\/span>\n                            <span class=\"contact-value\"><a href=\"https:\/\/nancymedwell.com\">nancymedwell.com<\/a><\/span>\n                        <\/div>\n                    <\/div>\n                <\/div>\n\n                <div class=\"business-card\" data-searchable=\"ana coelho pediatric dentist clinica da baia sao martinho do porto\">\n                    <div class=\"business-name\">Pediatric Dentist<\/div>\n                    <div class=\"business-owner\">Ana Coelho<\/div>\n                    <div class=\"business-description\">\n                        Pediatric dentist at Clinica da Ba\u00eda in S\u00e3o Martinho do Porto. Excellent with children, explains everything clearly, and avoids unnecessary treatments. Children look forward to their check-ups!\n                    <\/div>\n                    <div class=\"contact-info\">\n                        <div class=\"contact-item\">\n                            <span class=\"contact-label\">Localiza\u00e7\u00e3o:<\/span>\n                            <span class=\"contact-value\">Clinica da Ba\u00eda, S\u00e3o Martinho do Porto<\/span>\n                        <\/div>\n                        <div class=\"contact-item\">\n                            <span class=\"contact-label\">Website:<\/span>\n                            <span class=\"contact-value\"><a href=\"https:\/\/clinicabaia.pt\/en\/contacts\/\">clinicabaia.pt<\/a><\/span>\n                        <\/div>\n                    <\/div>\n                <\/div>\n\n                <div class=\"business-card\" data-searchable=\"stefanie fasting retreats detox guidance\">\n                    <div class=\"business-name\">Fasting Retreats<\/div>\n                    <div class=\"business-owner\">Stefanie<\/div>\n                    <div class=\"business-description\">\n                        Individual fasting guidance and group retreats (online and in-person). Personalized detox experiences that support mental and physical transformation.\n                    <\/div>\n                    <div class=\"contact-info\">\n                        <div class=\"contact-item\">\n                            <span class=\"contact-label\">Phone:<\/span>\n                            <span class=\"contact-value\">+49 176 690 01179<\/span>\n                        <\/div>\n                        <div class=\"contact-item\">\n                            <span class=\"contact-label\">Instagram:<\/span>\n                            <span class=\"contact-value\">@nutriratuaalma<\/span>\n                        <\/div>\n                    <\/div>\n                <\/div>\n\n                <div class=\"business-card\" data-searchable=\"wildpoppy portugal maternity box birth pool\">\n                    <div class=\"business-name\">WildPoppy Portugal - Maternity Box<\/div>\n                    <div class=\"business-owner\">WildPoppy Portugal<\/div>\n                    <div class=\"business-description\">\n                        Maternity boxes with products for mother and baby - a perfect present for new moms. Also offers birth pool rentals.\n                    <\/div>\n                    <div class=\"contact-info\">\n                        <div class=\"contact-item\">\n                            <span class=\"contact-label\">Website:<\/span>\n                            <span class=\"contact-value\"><a href=\"https:\/\/wildpoppyportugal.com\">wildpoppyportugal.com<\/a><\/span>\n                        <\/div>\n                    <\/div>\n                <\/div>\n\n            <\/div>\n        <\/div>\n\n        <!-- Home Services -->\n        <div class=\"category-section\" data-category=\"home-services\">\n            <h2 class=\"category-title\">\ud83d\udd27 Home Services<\/h2>\n            <div class=\"business-grid\">\n                \n                <div class=\"business-card\" data-searchable=\"keith kurczewski sunset fixes handyman caldas da rainha silver coast\">\n                    <div class=\"business-name\">Sunset Fixes - Handyman Services<\/div>\n                    <div class=\"business-owner\">Keith Kurczewski<\/div>\n                    <div class=\"business-description\">\n                        Complete home improvement, repair, and renovation services. Plumbing, electrical, furniture assembly, custom installations, painting & finishing. Over 20 years experience with reliable, on-time service.\n                    <\/div>\n                    <div class=\"contact-info\">\n                        <div class=\"contact-item\">\n                            <span class=\"contact-label\">Phone:<\/span>\n                            <span class=\"contact-value\">913 733 728<\/span>\n                        <\/div>\n                        <div class=\"contact-item\">\n                            <span class=\"contact-label\">Email:<\/span>\n                            <span class=\"contact-value\"><a href=\"mailto:keithkurczewski@gmail.com\">keithkurczewski@gmail.com<\/a><\/span>\n                        <\/div>\n                        <div class=\"contact-item\">\n                            <span class=\"contact-label\">Instagram:<\/span>\n                            <span class=\"contact-value\">@sunset_fixes<\/span>\n                        <\/div>\n                        <div class=\"contact-item\">\n                            <span class=\"contact-label\">Area:<\/span>\n                            <span class=\"contact-value\">Caldas da Rainha & Silver Coast<\/span>\n                        <\/div>\n                    <\/div>\n                <\/div>\n\n                <div class=\"business-card\" data-searchable=\"damp guard roel luijpen jorgen wolf mold condensation ventilation piv\">\n                    <div class=\"business-name\">Damp Guard<\/div>\n                    <div class=\"business-owner\">Roel Luijpen & Jorgen Wolf<\/div>\n                    <div class=\"business-description\">\n                        Specialists in PIV (Positive Input Ventilation) systems for healthier homes. Helps prevent black mold, reduce condensation, and improve air quality. Quick installation, runs for as little as \u20ac10\/year.\n                    <\/div>\n                    <div class=\"contact-info\">\n                        <div class=\"contact-item\">\n                            <span class=\"contact-label\">Website:<\/span>\n                            <span class=\"contact-value\"><a href=\"https:\/\/dampguard.pt\">dampguard.pt<\/a><\/span>\n                        <\/div>\n                        <div class=\"contact-item\">\n                            <span class=\"contact-label\">Roel:<\/span>\n                            <span class=\"contact-value\">0031 653 265 396<\/span>\n                        <\/div>\n                        <div class=\"contact-item\">\n                            <span class=\"contact-label\">Jorgen:<\/span>\n                            <span class=\"contact-value\">0045 41 906 050<\/span>\n                        <\/div>\n                    <\/div>\n                <\/div>\n\n                <div class=\"business-card\" data-searchable=\"mandacaru homes verena painting renovation home improvement\">\n                    <div class=\"business-name\">Mandacaru Homes<\/div>\n                    <div class=\"business-owner\">Verena<\/div>\n                    <div class=\"business-description\">\n                        Family-run home improvement business specializing in interior\/exterior painting, renovations, pressure washing, roof cleaning, and gardening. Offers ecological solutions and decorative finishes.\n                    <\/div>\n                    <div class=\"contact-info\">\n                        <div class=\"contact-item\">\n                            <span class=\"contact-label\">Phone:<\/span>\n                            <span class=\"contact-value\">+351 913 794 245<\/span>\n                        <\/div>\n                        <div class=\"contact-item\">\n                            <span class=\"contact-label\">Email:<\/span>\n                            <span class=\"contact-value\"><a href=\"mailto:wwdecor4@gmail.com\">wwdecor4@gmail.com<\/a><\/span>\n                        <\/div>\n                        <div class=\"contact-item\">\n                            <span class=\"contact-label\">Instagram:<\/span>\n                            <span class=\"contact-value\">@mandacaru_pt<\/span>\n                        <\/div>\n                    <\/div>\n                <\/div>\n\n                <div class=\"business-card\" data-searchable=\"caryn pamorca pids home property inspection\">\n                    <div class=\"business-name\">PIDS Home and Property Inspection<\/div>\n                    <div class=\"business-owner\">Caryn Pamorca<\/div>\n                    <div class=\"business-description\">\n                        Secondary review of property conditions for clients before purchasing. Professional property inspection services to help make informed buying decisions.\n                    <\/div>\n                    <div class=\"contact-info\">\n                        <div class=\"contact-item\">\n                            <span class=\"contact-label\">Phone:<\/span>\n                            <span class=\"contact-value\">+351 910 796 823<\/span>\n                        <\/div>\n                        <div class=\"contact-item\">\n                            <span class=\"contact-label\">Email:<\/span>\n                            <span class=\"contact-value\"><a href=\"mailto:info@pidsinspection.com\">info@pidsinspection.com<\/a><\/span>\n                        <\/div>\n                        <div class=\"contact-item\">\n                            <span class=\"contact-label\">Website:<\/span>\n                            <span class=\"contact-value\"><a href=\"https:\/\/pidsinspection.com\">pidsinspection.com<\/a><\/span>\n                        <\/div>\n                        <div class=\"contact-item\">\n                            <span class=\"contact-label\">Localiza\u00e7\u00e3o:<\/span>\n                            <span class=\"contact-value\">Salir De Matos, Caldas da Rainha<\/span>\n                        <\/div>\n                    <\/div>\n                <\/div>\n\n                <div class=\"business-card\" data-searchable=\"renee scheffers storvatt hottubs hot tubs saunas\">\n                    <div class=\"business-name\">Storvatt Hottubs<\/div>\n                    <div class=\"business-owner\">Renee Scheffers<\/div>\n                    <div class=\"business-description\">\n                        Dutch company specializing in wooden hot tubs and outdoor saunas. High-quality craftsmanship for unique wellness experiences in your backyard. Established reputation since 1997.\n                    <\/div>\n                    <div class=\"contact-info\">\n                        <div class=\"contact-item\">\n                            <span class=\"contact-label\">Phone:<\/span>\n                            <span class=\"contact-value\">926 037 634<\/span>\n                        <\/div>\n                        <div class=\"contact-item\">\n                            <span class=\"contact-label\">Website:<\/span>\n                            <span class=\"contact-value\"><a href=\"https:\/\/storvatt.com\/en\">storvatt.com\/en<\/a><\/span>\n                        <\/div>\n                        <div class=\"contact-item\">\n                            <span class=\"contact-label\">Instagram:<\/span>\n                            <span class=\"contact-value\">@storvatt_pt<\/span>\n                        <\/div>\n                    <\/div>\n                <\/div>\n\n                <div class=\"business-card\" data-searchable=\"antonio local honey beekeeper salir do porto\">\n                    <div class=\"business-name\">Local Honey & Bee Products<\/div>\n                    <div class=\"business-owner\">Sr. Ant\u00f3nio<\/div>\n                    <div class=\"business-description\">\n                        Local beekeeper near Salir do Porto producing honey, propolis, and pollen. Passionate about bees, health, and high-quality bee products. Local deliveries available.\n                    <\/div>\n                    <div class=\"contact-info\">\n                        <div class=\"contact-item\">\n                            <span class=\"contact-label\">Phone:<\/span>\n                            <span class=\"contact-value\">+351 910 521 628<\/span>\n                        <\/div>\n                        <div class=\"contact-item\">\n                            <span class=\"contact-label\">Localiza\u00e7\u00e3o:<\/span>\n                            <span class=\"contact-value\">Near Salir do Porto<\/span>\n                        <\/div>\n                    <\/div>\n                <\/div>\n\n                <div class=\"business-card\" data-searchable=\"danielle charlotte west coast waggy tails pet services veterinary nurse\">\n                    <div class=\"business-name\">West Coast Waggy Tails<\/div>\n                    <div class=\"business-owner\">Danielle & Charlotte<\/div>\n                    <div class=\"business-description\">\n                        Pet services in your own home by a qualified Veterinary Nurse. Dog walking, vacation care, and flexible pet sitting services with professional animal care.\n                    <\/div>\n                    <div class=\"contact-info\">\n                        <div class=\"contact-item\">\n                            <span class=\"contact-label\">WhatsApp:<\/span>\n                            <span class=\"contact-value\">920 181 312<\/span>\n                        <\/div>\n                        <div class=\"contact-item\">\n                            <span class=\"contact-label\">Facebook:<\/span>\n                            <span class=\"contact-value\"><a href=\"https:\/\/facebook.com\/westcoastwaggytails\">West Coast Waggy Tails<\/a><\/span>\n                        <\/div>\n                        <div class=\"contact-item\">\n                            <span class=\"contact-label\">Area:<\/span>\n                            <span class=\"contact-value\">Lourinh\u00e3\/Bombarral & surrounding areas<\/span>\n                        <\/div>\n                    <\/div>\n                    <div class=\"special-offer\">\n                        10% discount for community members \u2022 Package deals available\n                    <\/div>\n                <\/div>\n\n                <div class=\"business-card\" data-searchable=\"ashley all about cats cat behavior consulting\">\n                    <div class=\"business-name\">Ashley's All About Cats<\/div>\n                    <div class=\"business-owner\">Ashley<\/div>\n                    <div class=\"business-description\">\n                        Cat behavior consulting to help understand your cat's behavior and solve problems like aggression, litter box issues, and introduction to other animals. Specializes in cats and children relationships.\n                    <\/div>\n                    <div class=\"contact-info\">\n                        <div class=\"contact-item\">\n                            <span class=\"contact-label\">Website:<\/span>\n                            <span class=\"contact-value\"><a href=\"https:\/\/ashleysallaboutcats.com\">ashleysallaboutcats.com<\/a><\/span>\n                        <\/div>\n                    <\/div>\n                    <div class=\"special-offer\">\n                        25% discount for behavior issues that started since having children\n                    <\/div>\n                <\/div>\n\n            <\/div>\n        <\/div>\n\n        <!-- Technology -->\n        <div class=\"category-section\" data-category=\"technology\">\n            <h2 class=\"category-title\">\ud83d\udcbb Technology<\/h2>\n            <div class=\"business-grid\">\n                \n                <div class=\"business-card\" data-searchable=\"konrad lother consulting digital infrastructure email servers backups automation\">\n                    <div class=\"business-name\">Lother Consulting<\/div>\n                    <div class=\"business-owner\">Konrad Lother<\/div>\n                    <div class=\"business-description\">\n                        Digital infrastructure for small businesses and solo projects - email servers, file services, backups, automation, remote access. No subscriptions, no cloud lock-in, tools that last and scale.\n                    <\/div>\n                    <div class=\"contact-info\">\n                        <div class=\"contact-item\">\n                            <span class=\"contact-label\">Website:<\/span>\n                            <span class=\"contact-value\"><a href=\"https:\/\/lother-consulting.com\">lother-consulting.com<\/a><\/span>\n                        <\/div>\n                        <div class=\"contact-item\">\n                            <span class=\"contact-label\">Email:<\/span>\n                            <span class=\"contact-value\"><a href=\"mailto:info@lother-consulting.com\">info@lother-consulting.com<\/a><\/span>\n                        <\/div>\n                    <\/div>\n                <\/div>\n\n                <div class=\"business-card\" data-searchable=\"workplaza app handyman cleaner plumber debbie\">\n                    <div class=\"business-name\">Workplaza App<\/div>\n                    <div class=\"business-owner\">Debbie<\/div>\n                    <div class=\"business-description\">\n                        Mobile app connecting you with trusted professionals - handymen, cleaners, plumbers. Quick job descriptions, direct connection with vetted professionals, reviews from previous users.\n                    <\/div>\n                    <div class=\"contact-info\">\n                        <div class=\"contact-item\">\n                            <span class=\"contact-label\">WhatsApp:<\/span>\n                            <span class=\"contact-value\">0031 614 067 831<\/span>\n                        <\/div>\n                        <div class=\"contact-item\">\n                            <span class=\"contact-label\">Email:<\/span>\n                            <span class=\"contact-value\"><a href=\"mailto:debbie@workplaza.app\">debbie@workplaza.app<\/a><\/span>\n                        <\/div>\n                        <div class=\"contact-item\">\n                            <span class=\"contact-label\">Download:<\/span>\n                            <span class=\"contact-value\">Apple App Store \/ Google Play<\/span>\n                        <\/div>\n                    <\/div>\n                <\/div>\n\n                <div class=\"business-card\" data-searchable=\"lk motion melissa byrone motion graphics 3d animation video editing\">\n                    <div class=\"business-name\">LK Motion<\/div>\n                    <div class=\"business-owner\">Melissa & Byrone<\/div>\n                    <div class=\"business-description\">\n                        Creative husband and wife team specializing in motion graphics, 3D designs, animations, graphic design, and video editing. 20+ years combined experience working with global contractors.\n                    <\/div>\n                    <div class=\"contact-info\">\n                        <div class=\"contact-item\">\n                            <span class=\"contact-label\">Phone:<\/span>\n                            <span class=\"contact-value\">+351 933 910 592<\/span>\n                        <\/div>\n                        <div class=\"contact-item\">\n                            <span class=\"contact-label\">Email:<\/span>\n                            <span class=\"contact-value\"><a href=\"mailto:info@lehmannkreativ.com\">info@lehmannkreativ.com<\/a><\/span>\n                        <\/div>\n                        <div class=\"contact-item\">\n                            <span class=\"contact-label\">Website:<\/span>\n                            <span class=\"contact-value\"><a href=\"https:\/\/lkmotion.co.uk\">lkmotion.co.uk<\/a><\/span>\n                        <\/div>\n                        <div class=\"contact-item\">\n                            <span class=\"contact-label\">Localiza\u00e7\u00e3o:<\/span>\n                            <span class=\"contact-value\">Nadadouro<\/span>\n                        <\/div>\n                    <\/div>\n                <\/div>\n\n            <\/div>\n        <\/div>\n\n        <!-- Creative Services -->\n        <div class=\"category-section\" data-category=\"creative-services\">\n            <h2 class=\"category-title\">\ud83c\udfa8 Creative Services<\/h2>\n            <div class=\"business-grid\">\n                \n                <div class=\"business-card\" data-searchable=\"marjolein luijpen creative support design marketing visuals content\">\n                    <div class=\"business-name\">Creative Support for Entrepreneurs<\/div>\n                    <div class=\"business-owner\">Marjolein Luijpen<\/div>\n                    <div class=\"business-description\">\n                        Creative support with strong visuals and content that works. Online\/offline products: flyers, business cards, e-books, social posts, webpages, newsletters, presentations, email funnels and more!\n                    <\/div>\n                    <div class=\"contact-info\">\n                        <div class=\"contact-item\">\n                            <span class=\"contact-label\">Phone:<\/span>\n                            <span class=\"contact-value\">+31 623 824 777<\/span>\n                        <\/div>\n                        <div class=\"contact-item\">\n                            <span class=\"contact-label\">Email:<\/span>\n                            <span class=\"contact-value\"><a href=\"mailto:hello@marjoleinluijpen.nl\">hello@marjoleinluijpen.nl<\/a><\/span>\n                        <\/div>\n                        <div class=\"contact-item\">\n                            <span class=\"contact-label\">Website:<\/span>\n                            <span class=\"contact-value\"><a href=\"https:\/\/marjoleinluijpen.nl\/aanbod\">marjoleinluijpen.nl\/aanbod<\/a><\/span>\n                        <\/div>\n                    <\/div>\n                    <div class=\"special-offer\">\n                        Free creative session available\n                    <\/div>\n                <\/div>\n\n                <div class=\"business-card\" data-searchable=\"luana studio visible photography families entrepreneurs brands\">\n                    <div class=\"business-name\">Studio Visible Photography<\/div>\n                    <div class=\"business-owner\">Luana<\/div>\n                    <div class=\"business-description\">\n                        Professional portrait photographer specializing in families, female entrepreneurs, and brands. Light, warm, and candid photography style. Family sessions, weddings, and business branding photography.\n                    <\/div>\n                    <div class=\"contact-info\">\n                        <div class=\"contact-item\">\n                            <span class=\"contact-label\">Phone:<\/span>\n                            <span class=\"contact-value\">+351 939 033 879<\/span>\n                        <\/div>\n                        <div class=\"contact-item\">\n                            <span class=\"contact-label\">WhatsApp:<\/span>\n                            <span class=\"contact-value\">+32 477 717 317<\/span>\n                        <\/div>\n                        <div class=\"contact-item\">\n                            <span class=\"contact-label\">Email:<\/span>\n                            <span class=\"contact-value\"><a href=\"mailto:luana@studiovisible.com\">luana@studiovisible.com<\/a><\/span>\n                        <\/div>\n                        <div class=\"contact-item\">\n                            <span class=\"contact-label\">Website:<\/span>\n                            <span class=\"contact-value\"><a href=\"https:\/\/studiovisible.com\">studiovisible.com<\/a><\/span>\n                        <\/div>\n                        <div class=\"contact-item\">\n                            <span class=\"contact-label\">Instagram:<\/span>\n                            <span class=\"contact-value\">@studiovisible<\/span>\n                        <\/div>\n                        <div class=\"contact-item\">\n                            <span class=\"contact-label\">Localiza\u00e7\u00e3o:<\/span>\n                            <span class=\"contact-value\">Lourinh\u00e3<\/span>\n                        <\/div>\n                    <\/div>\n                    <div class=\"special-offer\">\n                        \u20ac37 discount on all packages for April sessions (birthday special!)\n                    <\/div>\n                <\/div>\n\n                <div class=\"business-card\" data-searchable=\"franchesca melendez bohio creative gallery art artists\">\n                    <div class=\"business-name\">Boh\u00edo Creative Gallery<\/div>\n                    <div class=\"business-owner\">Franchesca Melendez<\/div>\n                    <div class=\"business-description\">\n                        Art gallery elevating artists and their stories. Physical gallery opening in Praca da Fruta, featuring local and international artists. Art workshops and events for all ages. Online artwork sales available.\n                    <\/div>\n                    <div class=\"contact-info\">\n                        <div class=\"contact-item\">\n                            <span class=\"contact-label\">Email:<\/span>\n                            <span class=\"contact-value\"><a href=\"mailto:franchesca@bohiocreative.com\">franchesca@bohiocreative.com<\/a><\/span>\n                        <\/div>\n                        <div class=\"contact-item\">\n                            <span class=\"contact-label\">Website:<\/span>\n                            <span class=\"contact-value\"><a href=\"https:\/\/bohiocreative.com\">bohiocreative.com<\/a><\/span>\n                        <\/div>\n                        <div class=\"contact-item\">\n                            <span class=\"contact-label\">Instagram:<\/span>\n                            <span class=\"contact-value\">@bohio_creative<\/span>\n                        <\/div>\n                    <\/div>\n                <\/div>\n\n                <div class=\"business-card\" data-searchable=\"danielle susana custom print jobs t-shirts mugs tumblers magnets\">\n                    <div class=\"business-name\">Custom Print Jobs<\/div>\n                    <div class=\"business-owner\">Danielle & Susana<\/div>\n                    <div class=\"business-description\">\n                        Custom printing on t-shirts, mugs, tumblers, magnets and more! Weekly custom designed t-shirts with next day delivery. Special back-to-school labels for books, bags, pencil cases, and water bottles.\n                    <\/div>\n                    <div class=\"contact-info\">\n                        <div class=\"contact-item\">\n                            <span class=\"contact-label\">Danielle:<\/span>\n                            <span class=\"contact-value\">914 148 954<\/span>\n                        <\/div>\n                        <div class=\"contact-item\">\n                            <span class=\"contact-label\">Susana:<\/span>\n                            <span class=\"contact-value\">924 307 179<\/span>\n                        <\/div>\n                        <div class=\"contact-item\">\n                            <span class=\"contact-label\">Facebook:<\/span>\n                            <span class=\"contact-value\">Custom Print Jobs<\/span>\n                        <\/div>\n                    <\/div>\n                <\/div>\n\n                <div class=\"business-card\" data-searchable=\"maria jay lumikind candles soy coconut wax wooden wick\">\n                    <div class=\"business-name\">Lumikind Candles<\/div>\n                    <div class=\"business-owner\">Maria & Jay<\/div>\n                    <div class=\"business-description\">\n                        Family-run business crafting high-quality, plant-based candles with humor. Eco-friendly soy\/coconut wax with wooden wicks that crackle while burning. Thoughtfully crafted to brighten your day.\n                    <\/div>\n                    <div class=\"contact-info\">\n                        <div class=\"contact-item\">\n                            <span class=\"contact-label\">WhatsApp:<\/span>\n                            <span class=\"contact-value\">969 019 615<\/span>\n                        <\/div>\n                        <div class=\"contact-item\">\n                            <span class=\"contact-label\">Website:<\/span>\n                            <span class=\"contact-value\"><a href=\"https:\/\/lumikind.com\">lumikind.com<\/a><\/span>\n                        <\/div>\n                        <div class=\"contact-item\">\n                            <span class=\"contact-label\">Instagram:<\/span>\n                            <span class=\"contact-value\">@lumikind_candles<\/span>\n                        <\/div>\n                        <div class=\"contact-item\">\n                            <span class=\"contact-label\">Localiza\u00e7\u00e3o:<\/span>\n                            <span class=\"contact-value\">Foz do Arelho<\/span>\n                        <\/div>\n                    <\/div>\n                <\/div>\n\n            <\/div>\n        <\/div>\n\n        <!-- Childcare & Education -->\n        <div class=\"category-section\" data-category=\"childcare-education\">\n            <h2 class=\"category-title\">\ud83d\udc76 Childcare & Education<\/h2>\n            <div class=\"business-grid\">\n                \n                <div class=\"business-card\" data-searchable=\"Music Together Silver Coast music classes family baby children\">\n                    <div class=\"business-name\">Music Together Silver Coast<\/div>\n                    <div class=\"business-owner\">In\u00eas Paler<\/div>\n                    <div class=\"business-description\">\n                        Research-based music classes for families with children 0-8 years. Mixed-age classes, Rhythm Kids (4-9 years), and special programs. Bonding, community connection, and early childhood music education in Salir do Porto, Caldas da Rainha and \u00d3bidos\n                    <\/div>\n                    <div class=\"contact-info\">\n                        <div class=\"contact-item\">\n                            <span class=\"contact-label\">Phone:<\/span>\n                            <span class=\"contact-value\">928128633<\/span>\n                        <\/div>\n                        <div class=\"contact-item\">\n                            <span class=\"contact-label\">Email:<\/span>\n                            <span class=\"contact-value\"><a href=\"mailto:hello@musictogethersilvercoast.pt\">\n                                hello@musictogethersilvercoast.pt<\/a><\/span>\n                        <\/div>\n                        <div class=\"contact-item\">\n                            <span class=\"contact-label\">Instagram:<\/span>\n                            <span class=\"contact-value\">@musictogether.silvercoast<\/span>\n                        <\/div>\n                        <div class=\"contact-item\">\n                            <span class=\"contact-label\">Website:<\/span>\n                            <span class=\"contact-value\"><a href=\"https:\/\/musictogethersilvercoast.pt\"><musictogethersilvercoast class=\"pt\"><\/musictogethersilvercoast><\/a><\/span>\n                        <\/div>\n                        <div class=\"contact-item\">\n                            <span class=\"contact-label\">Localiza\u00e7\u00e3o:<\/span>\n                            <span class=\"contact-value\">Salir do Porto, Caldas da Rainha, \u00d3bidos<\/span>\n                        <\/div>\n                    <\/div>\n                <\/div>\n                \n                <div class=\"business-card\" data-searchable=\"sope forest school benedita baby playgroups nature\">\n                    <div class=\"business-name\">Sop\u00e9 Forest School<\/div>\n                    <div class=\"business-owner\">Sop\u00e9 Team<\/div>\n                    <div class=\"business-description\">\n                        Forest school in Benedita providing happy, fulfilled childhood combined with love and respect for nature. Currently offering baby playgroups (6 months to 3 years) with adults. Experienced team with 4+ years in forest school context.\n                    <\/div>\n                    <div class=\"contact-info\">\n                        <div class=\"contact-item\">\n                            <span class=\"contact-label\">Phone:<\/span>\n                            <span class=\"contact-value\">960 270 865<\/span>\n                        <\/div>\n                        <div class=\"contact-item\">\n                            <span class=\"contact-label\">Email:<\/span>\n                            <span class=\"contact-value\"><a href=\"mailto:sope.arlivre@gmail.com\">sope.arlivre@gmail.com<\/a><\/span>\n                        <\/div>\n                        <div class=\"contact-item\">\n                            <span class=\"contact-label\">Instagram:<\/span>\n                            <span class=\"contact-value\">@sope.arlivre<\/span>\n                        <\/div>\n                        <div class=\"contact-item\">\n                            <span class=\"contact-label\">Localiza\u00e7\u00e3o:<\/span>\n                            <span class=\"contact-value\">Benedita<\/span>\n                        <\/div>\n                    <\/div>\n                <\/div>\n\n                <div class=\"business-card\" data-searchable=\"bosque dos pica paus outdoor activities children homeschooling\">\n                    <div class=\"business-name\">Bosque dos Pica Paus<\/div>\n                    <div class=\"business-owner\">Bosque Team<\/div>\n                    <div class=\"business-description\">\n                        Outdoor activities for children (2-6 years) promoting free play and learning driven by individual interests. Children explore and connect with nature daily 9am-4pm, with homeschooling support up to age 10.\n                    <\/div>\n                    <div class=\"contact-info\">\n                        <div class=\"contact-item\">\n                            <span class=\"contact-label\">Phone:<\/span>\n                            <span class=\"contact-value\">+351 917 005 737<\/span>\n                        <\/div>\n                        <div class=\"contact-item\">\n                            <span class=\"contact-label\">Email:<\/span>\n                            <span class=\"contact-value\"><a href=\"mailto:obosquedospicapaus@gmail.com\">obosquedospicapaus@gmail.com<\/a><\/span>\n                        <\/div>\n                    <\/div>\n                <\/div>\n\n                <div class=\"business-card\" data-searchable=\"intentional montessori school obidos ben\">\n                    <div class=\"business-name\">Intentional Montessori School<\/div>\n                    <div class=\"business-owner\">Ben<\/div>\n                    <div class=\"business-description\">\n                        Newly established community Montessori school in \u00d3bidos. Starting September with 15 children aged 6-9 years. Join from the beginning of this exciting educational project.\n                    <\/div>\n                    <div class=\"contact-info\">\n                        <div class=\"contact-item\">\n                            <span class=\"contact-label\">Phone:<\/span>\n                            <span class=\"contact-value\">+351 914 241 429<\/span>\n                        <\/div>\n                        <div class=\"contact-item\">\n                            <span class=\"contact-label\">Website:<\/span>\n                            <span class=\"contact-value\"><a href=\"https:\/\/childrenshouse.pt\">childrenshouse.pt<\/a><\/span>\n                        <\/div>\n                        <div class=\"contact-item\">\n                            <span class=\"contact-label\">Localiza\u00e7\u00e3o:<\/span>\n                            <span class=\"contact-value\">\u00d3bidos<\/span>\n                        <\/div>\n                    <\/div>\n                <\/div>\n\n                <div class=\"business-card\" data-searchable=\"ruth private piano lessons children serra do bouro\">\n                    <div class=\"business-name\">Private Piano Lessons<\/div>\n                    <div class=\"business-owner\">Ruth<\/div>\n                    <div class=\"business-description\">\n                        Wonderful private piano teacher for children from age 4 and above. Very kind, patient, and experienced. Teaches in English and Portuguese at her home in Serra do Bouro.\n                    <\/div>\n                    <div class=\"contact-info\">\n                        <div class=\"contact-item\">\n                            <span class=\"contact-label\">Phone:<\/span>\n                            <span class=\"contact-value\">+351 916 925 992<\/span>\n                        <\/div>\n                        <div class=\"contact-item\">\n                            <span class=\"contact-label\">Localiza\u00e7\u00e3o:<\/span>\n                            <span class=\"contact-value\">Serra do Bouro<\/span>\n                        <\/div>\n                    <\/div>\n                <\/div>\n                <div class=\"business-card\" data-searchable=\"enjoy surf school santa cruz peniche children surfing skateboard\">\n                    <div class=\"business-name\">Enjoy Surf School<\/div>\n                    <div class=\"business-owner\">Enjoy Surf Team<\/div>\n                    <div class=\"business-description\">\n                        Fun surf school for kids with weekly classes. Based in Santa Cruz, surfing for children often in Peniche. On bad weather days, they enjoy skateboard lessons in Santa Cruz. Private and group lessons for adults too.\n                    <\/div>\n                    <div class=\"contact-info\">\n                        <div class=\"contact-item\">\n                            <span class=\"contact-label\">Phone:<\/span>\n                            <span class=\"contact-value\">+351 915 915 187<\/span>\n                        <\/div>\n                        <div class=\"contact-item\">\n                            <span class=\"contact-label\">Email:<\/span>\n                            <span class=\"contact-value\"><a href=\"mailto:enjoysurfschool@gmail.com\">enjoysurfschool@gmail.com<\/a><\/span>\n                        <\/div>\n                        <div class=\"contact-item\">\n                            <span class=\"contact-label\">Website:<\/span>\n                            <span class=\"contact-value\"><a href=\"https:\/\/enjoysurfschool.com\">enjoysurfschool.com<\/a><\/span>\n                        <\/div>\n                        <div class=\"contact-item\">\n                            <span class=\"contact-label\">Localiza\u00e7\u00e3o:<\/span>\n                            <span class=\"contact-value\">Santa Cruz & Peniche<\/span>\n                        <\/div>\n                    <\/div>\n                <\/div>\n                <div class=\"business-card\" data-searchable=\"montessori school benedita quinta playgroups nature\">\n                    <div class=\"business-name\">Montessori na Quinta<\/div>\n                    <div class=\"business-owner\">Leonor & Milos<\/div>\n                    <div class=\"business-description\">\n                        We're back to share more information about our project to create a bilingual Montessori space for children ages 3 to 6.                                                                                              \n                        Instagram: https:\/\/www.instagram.com\/montessori_na_quinta\/#\n                        Our Montessori environment is located within a Rural Tourism Farm near Benedita, called AQC-A Quinta Chama.                                                            Address: https:\/\/maps.app.goo.gl\/GKZb4Gv6hhotW3UDA                                                                                        \n                        We will have a completely natural garden for the exclusive use of children, two classrooms with bathrooms, and our space is completely separate from the AQC commercial area.\n                        We are preparing the spaces and moving forward with some necessary construction to make the most of the available space and ensure everyone's safety.\n                        We are now accepting pre-registrations because we received many families who responded to our initial interest form. Children registered now will have priority to enroll in our school. We will be offering a maximum of 15 spots, with two already filled. Once we reach the minimum of 9 children, we will move forward with the opening date. We now have more details about the operation, like fees, food and schedule. Please contact us if you would like to receive more information. \n                    <div class=\"contact-info\">\n                        <div class=\"contact-item\">\n                            <span class=\"contact-label\">Phone:<\/span>\n                            <span class=\"contact-value\">928031278<\/span>\n                        <\/div>\n                        <div class=\"contact-item\">\n                            <span class=\"contact-label\">Email:<\/span>\n                            <span class=\"contact-value\"><a href=\"mailto:montessorinaquinta@gmail.com\">montessorinaquinta@gmail.com<\/a><\/span>\n                        <\/div>\n                        <div class=\"contact-item\">\n                            <span class=\"contact-label\">Instagram:<\/span>\n                            <span class=\"contact-value\">@montessori_na_quinta<\/span>\n                        <\/div>\n                        <div class=\"contact-item\">\n                            <span class=\"contact-label\">Localiza\u00e7\u00e3o:<\/span>\n                            <span class=\"contact-value\">Benedita<\/span>\n                        <\/div>\n                    <\/div>\n                <\/div>\n            <\/div>\n        <\/div>\n\n        <!-- Fitness & Movement -->\n        <div class=\"category-section\" data-category=\"fitness-movement\">\n            <h2 class=\"category-title\">\ud83d\udcaa Fitness & Movement<\/h2>\n            <div class=\"business-grid\">\n                \n                <div class=\"business-card\" data-searchable=\"laura studio solz yoga pilates tai chi wellbeing alfeizerao\">\n                    <div class=\"business-name\">Studio Solz<\/div>\n                    <div class=\"business-owner\">Laura<\/div>\n                    <div class=\"business-description\">\n                        Wellbeing studio offering yoga, pilates, and tai chi classes. Special classes for parents, new mums, baby yoga, pregnancy yoga, and toddler yoga. Creating supportive community connections.\n                    <\/div>\n                    <div class=\"contact-info\">\n                        <div class=\"contact-item\">\n                            <span class=\"contact-label\">Phone:<\/span>\n                            <span class=\"contact-value\">927 655 473<\/span>\n                        <\/div>\n                        <div class=\"contact-item\">\n                            <span class=\"contact-label\">Website:<\/span>\n                            <span class=\"contact-value\"><a href=\"https:\/\/studiosolz.com\">studiosolz.com<\/a><\/span>\n                        <\/div>\n                        <div class=\"contact-item\">\n                            <span class=\"contact-label\">Instagram:<\/span>\n                            <span class=\"contact-value\">@studiosolz<\/span>\n                        <\/div>\n                        <div class=\"contact-item\">\n                            <span class=\"contact-label\">Localiza\u00e7\u00e3o:<\/span>\n                            <span class=\"contact-value\">Alfeizerao, Salir do Porto, Foz do Arelho<\/span>\n                        <\/div>\n                    <\/div>\n                    <div class=\"special-offer\">\n                        25% discount on class packages: 5 classes for \u20ac30\n                    <\/div>\n                <\/div>\n\n                <div class=\"business-card\" data-searchable=\"lu alma luisa yoga babies children families caldas da rainha\">\n                    <div class=\"business-name\">Lu Alma - Yoga for Families<\/div>\n                    <div class=\"business-owner\">Luisa<\/div>\n                    <div class=\"business-description\">\n                        Dedicated to emotional, social and physical wellbeing of babies and children through yoga and meditation. Classes in several spots in Caldas da Rainha for babies, children and families.\n                    <\/div>\n                    <div class=\"contact-info\">\n                        <div class=\"contact-item\">\n                            <span class=\"contact-label\">Phone:<\/span>\n                            <span class=\"contact-value\">918 548 934<\/span>\n                        <\/div>\n                        <div class=\"contact-item\">\n                            <span class=\"contact-label\">Instagram:<\/span>\n                            <span class=\"contact-value\">@lu_al.ma<\/span>\n                        <\/div>\n                        <div class=\"contact-item\">\n                            <span class=\"contact-label\">Localiza\u00e7\u00e3o:<\/span>\n                            <span class=\"contact-value\">Caldas da Rainha<\/span>\n                        <\/div>\n                    <\/div>\n                <\/div>\n\n                <div class=\"business-card\" data-searchable=\"patricia iyengar yoga embody studio caldas da rainha\">\n                    <div class=\"business-name\">Iyengar Yoga<\/div>\n                    <div class=\"business-owner\">Patricia<\/div>\n                    <div class=\"business-description\">\n                        Iyengar Yoga classes focusing on precise alignment and thoughtful movement. Using props to make poses accessible, safe, and transformative. Building foundation or deepening practice welcome.\n                    <\/div>\n                    <div class=\"contact-info\">\n                        <div class=\"contact-item\">\n                            <span class=\"contact-label\">Phone:<\/span>\n                            <span class=\"contact-value\">+351 928 057 845<\/span>\n                        <\/div>\n                        <div class=\"contact-item\">\n                            <span class=\"contact-label\">Schedule:<\/span>\n                            <span class=\"contact-value\">Wednesdays & Thursdays, 18:30-19:45<\/span>\n                        <\/div>\n                        <div class=\"contact-item\">\n                            <span class=\"contact-label\">Localiza\u00e7\u00e3o:<\/span>\n                            <span class=\"contact-value\">EMBODY Studio, Caldas da Rainha<\/span>\n                        <\/div>\n                    <\/div>\n                <\/div>\n\n                <div class=\"business-card\" data-searchable=\"veronica monreal fit with vero online strength workouts personal trainer\">\n                    <div class=\"business-name\">Fit with Vero<\/div>\n                    <div class=\"business-owner\">Veronica Monreal<\/div>\n                    <div class=\"business-description\">\n                        Online personalized strength workouts from the comfort of your home. Perfect for those who don't like gyms or are too busy. Personal trainer via video sessions.\n                    <\/div>\n                    <div class=\"contact-info\">\n                        <div class=\"contact-item\">\n                            <span class=\"contact-label\">Phone:<\/span>\n                            <span class=\"contact-value\">+351 933 022 176<\/span>\n                        <\/div>\n                        <div class=\"contact-item\">\n                            <span class=\"contact-label\">YouTube:<\/span>\n                            <span class=\"contact-value\">@fitwithvero23<\/span>\n                        <\/div>\n                    <\/div>\n                    <div class=\"special-offer\">\n                        \u20ac15 for 40min sessions, first meeting is free!\n                    <\/div>\n                <\/div>\n\n                <div class=\"business-card\" data-searchable=\"chrystiano pulseup studio baleal functional training selina hotel\">\n                    <div class=\"business-name\">PulseUp Studio Baleal<\/div>\n                    <div class=\"business-owner\">Chrystiano<\/div>\n                    <div class=\"business-description\">\n                        Functional training classes perfect for parents looking to restart training. Motivating approach in a supportive environment. Classes designed to help you get back into fitness.\n                    <\/div>\n                    <div class=\"contact-info\">\n                        <div class=\"contact-item\">\n                            <span class=\"contact-label\">Instagram:<\/span>\n                            <span class=\"contact-value\">@chrystiano_personal_fitness<\/span>\n                        <\/div>\n                        <div class=\"contact-item\">\n                            <span class=\"contact-label\">Schedule:<\/span>\n                            <span class=\"contact-value\">Mon\/Wed\/Fri 12:00-13:00<\/span>\n                        <\/div>\n                        <div class=\"contact-item\">\n                            <span class=\"contact-label\">Price:<\/span>\n                            <span class=\"contact-value\">\u20ac75\/month<\/span>\n                        <\/div>\n                        <div class=\"contact-item\">\n                            <span class=\"contact-label\">Localiza\u00e7\u00e3o:<\/span>\n                            <span class=\"contact-value\">Selina Hotel, Baleal (bottom floor)<\/span>\n                        <\/div>\n                    <\/div>\n                <\/div>\n\n            <\/div>\n        <\/div>\n\n        <!-- Food & Catering -->\n        <div class=\"category-section\" data-category=\"food-catering\">\n            <h2 class=\"category-title\">\ud83c\udf70 Food & Catering<\/h2>\n            <div class=\"business-grid\">\n                \n                <div class=\"business-card\" data-searchable=\"suzy q baked american style bakery cheesecake pies bagels rio maior\">\n                    <div class=\"business-name\">Suzy Q's Baked<\/div>\n                    <div class=\"business-owner\">Suzy\/Susana<\/div>\n                    <div class=\"business-description\">\n                        American style home bakery specializing in pies, cheesecakes, cookies, bagels, and specialty cakes. Offers vegan, gluten-free, lactose-free options. Party catering and meal planning services available.\n                    <\/div>\n                    <div class=\"contact-info\">\n                        <div class=\"contact-item\">\n                            <span class=\"contact-label\">Phone:<\/span>\n                            <span class=\"contact-value\">924 307 179<\/span>\n                        <\/div>\n                        <div class=\"contact-item\">\n                            <span class=\"contact-label\">Instagram:<\/span>\n                            <span class=\"contact-value\">@suzy_qsbaked<\/span>\n                        <\/div>\n                        <div class=\"contact-item\">\n                            <span class=\"contact-label\">Facebook:<\/span>\n                            <span class=\"contact-value\">Suzy Q's Meal Planning & Baked Goods<\/span>\n                        <\/div>\n                        <div class=\"contact-item\">\n                            <span class=\"contact-label\">Localiza\u00e7\u00e3o:<\/span>\n                            <span class=\"contact-value\">Rio Maior<\/span>\n                        <\/div>\n                        <div class=\"contact-item\">\n                            <span class=\"contact-label\">Delivery:<\/span>\n                            <span class=\"contact-value\">Caldas, \u00d3bidos, Peniche, Lourinh\u00e3<\/span>\n                        <\/div>\n                    <\/div>\n                    <div class=\"special-offer\">\n                        Free delivery Mon-Fri from Lourinh\u00e3 to Nazar\u00e9 for this group\n                    <\/div>\n                <\/div>\n\n                <div class=\"business-card\" data-searchable=\"linda tiny bakery german sourdough bread organic alcoba\u00e7a\">\n                    <div class=\"business-name\">The Tiny Bakery<\/div>\n                    <div class=\"business-owner\">Linda<\/div>\n                    <div class=\"business-description\">\n                        Organic German-style sourdough bread with 24h fermentation. Healthy, easy to digest, and super delicious. Home baking with delivery to nearby towns. Pre-orders only.\n                    <\/div>\n                    <div class=\"contact-info\">\n                        <div class=\"contact-item\">\n                            <span class=\"contact-label\">Phone:<\/span>\n                            <span class=\"contact-value\">+351 920 230 659<\/span>\n                        <\/div>\n                        <div class=\"contact-item\">\n                            <span class=\"contact-label\">Facebook:<\/span>\n                            <span class=\"contact-value\">The Tiny Bakery<\/span>\n                        <\/div>\n                        <div class=\"contact-item\">\n                            <span class=\"contact-label\">Localiza\u00e7\u00e3o:<\/span>\n                            <span class=\"contact-value\">Near Alcoba\u00e7a<\/span>\n                        <\/div>\n                        <div class=\"contact-item\">\n                            <span class=\"contact-label\">Delivery:<\/span>\n                            <span class=\"contact-value\">Tue-Nazar\u00e9, Wed-Alcoba\u00e7a, Thu-Caldas & S\u00e3o Martinho<\/span>\n                        <\/div>\n                    <\/div>\n                <\/div>\n\n            <\/div>\n        <\/div>\n\n        <!-- Events & Workshops -->\n        <div class=\"category-section\" data-category=\"events-workshops\">\n            <h2 class=\"category-title\">\ud83c\udfaa Events & Workshops<\/h2>\n            <div class=\"business-grid\">\n                \n                <div class=\"business-card\" data-searchable=\"mel shine talk parenting workshop understanding judgmental mind\">\n                    <div class=\"business-name\">SHINE Workshop<\/div>\n                    <div class=\"business-owner\">Mel<\/div>\n                    <div class=\"business-description\">\n                        Live talk about SHINE - understanding our appearance and others'. Stepping out of judgmental mind into understanding. Expert in non-verbal communication sharing experiences about understanding ourselves and our kids.\n                    <\/div>\n                    <div class=\"contact-info\">\n                        <div class=\"contact-item\">\n\n        \n    <\/div>\n\n    <script>\n        \/\/ Add event listeners when DOM is loaded\n        document.addEventListener('DOMContentLoaded', function() {\n            const searchBox = document.getElementById('searchBox');\n            const filterButtons = document.querySelectorAll('.filter-btn');\n            \n            \/\/ Search functionality\n            searchBox.addEventListener('keyup', function() {\n                filterBusinesses();\n            });\n            \n            \/\/ Filter button functionality\n            filterButtons.forEach(button => {\n                button.addEventListener('click', function() {\n                    \/\/ Remove active class from all buttons\n                    filterButtons.forEach(btn => btn.classList.remove('active'));\n                    \/\/ Add active class to clicked button\n                    this.classList.add('active');\n                    \n                    filterBusinesses();\n                });\n            });\n            \n            function filterBusinesses() {\n                const searchText = searchBox.value.toLowerCase();\n                const activeCategory = document.querySelector('.filter-btn.active').dataset.category;\n                const sections = document.querySelectorAll('.category-section');\n                \n                sections.forEach(section => {\n                    const sectionCategory = section.dataset.category;\n                    const cards = section.querySelectorAll('.business-card');\n                    let sectionVisible = false;\n                    \n                    \/\/ Check if section matches category filter\n                    if (activeCategory === 'all' || activeCategory === sectionCategory) {\n                        cards.forEach(card => {\n                            const cardText = card.textContent.toLowerCase();\n                            \n                            if (searchText === '' || cardText.includes(searchText)) {\n                                card.style.display = 'block';\n                                sectionVisible = true;\n                            } else {\n                                card.style.display = 'none';\n                            }\n                        });\n                        \n                        section.style.display = sectionVisible ? 'block' : 'none';\n                    } else {\n                        section.style.display = 'none';\n                    }\n                });\n            }\n        });\n    <\/script>\n<\/body>\n<\/html><\/div><\/div><\/div><\/div><\/div>","protected":false},"excerpt":{"rendered":"","protected":false},"author":2,"featured_media":0,"parent":0,"menu_order":0,"comment_status":"closed","ping_status":"closed","template":"","meta":{"footnotes":""},"class_list":["post-32821","page","type-page","status-publish","hentry"],"_links":{"self":[{"href":"https:\/\/alo.land\/pt\/wp-json\/wp\/v2\/pages\/32821","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/alo.land\/pt\/wp-json\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/alo.land\/pt\/wp-json\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/alo.land\/pt\/wp-json\/wp\/v2\/users\/2"}],"replies":[{"embeddable":true,"href":"https:\/\/alo.land\/pt\/wp-json\/wp\/v2\/comments?post=32821"}],"version-history":[{"count":10,"href":"https:\/\/alo.land\/pt\/wp-json\/wp\/v2\/pages\/32821\/revisions"}],"predecessor-version":[{"id":33087,"href":"https:\/\/alo.land\/pt\/wp-json\/wp\/v2\/pages\/32821\/revisions\/33087"}],"wp:attachment":[{"href":"https:\/\/alo.land\/pt\/wp-json\/wp\/v2\/media?parent=32821"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}