{"id":260,"date":"2025-11-06T08:41:26","date_gmt":"2025-11-06T08:41:26","guid":{"rendered":"https:\/\/aytognosia.gr\/?page_id=260"},"modified":"2026-01-16T13:45:55","modified_gmt":"2026-01-16T13:45:55","slug":"services-2","status":"publish","type":"page","link":"https:\/\/aytognosia.gr\/en\/services-2\/","title":{"rendered":"Services"},"content":{"rendered":"<h5 class=\"wp-block-heading has-text-align-center\" style=\"padding-top:7.2rem;padding-bottom:var(--wp--preset--spacing--50)\">The services provided are certified and based on the principles of scientifically documented methodology. While they are bound by the relevant code of ethics and the corresponding protocols of the technicians.<\/h5>\n\n\n\n<!DOCTYPE html>\n<html lang=\"el\">\n<head>\n    <meta charset=\"UTF-8\">\n    <meta name=\"viewport\" content=\"width=device-width, initial-scale=1.0\">\n    <title>\u039f\u03b9 \u03a5\u03c0\u03b7\u03c1\u03b5\u03c3\u03af\u03b5\u03c2 \u03bc\u03b1\u03c2 &#8211; \u03a8\u03c5\u03c7\u03bf\u03bb\u03bf\u03b3\u03af\u03b1 &#038; \u0395\u03c5\u03b5\u03be\u03af\u03b1<\/title>\n    <style>\n        * {\n            margin: 0;\n            padding: 0;\n            box-sizing: border-box;\n        }\n\n        body {\n            font-family: 'Inter', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif;\n            padding: 0;\n            background: transparent;\n            position: relative;\n            min-height: 100vh;\n            color: #1a1a1a;\n        }\n\n        .video-background {\n            position: fixed;\n            top: 0;\n            left: 0;\n            width: 100%;\n            height: 100%;\n            z-index: -1;\n            overflow: hidden;\n        }\n\n        .video-background::after {\n            content: '';\n            position: absolute;\n            top: 0;\n            left: 0;\n            width: 100%;\n            height: 100%;\n            background: linear-gradient(135deg, rgba(217, 181, 229, 0.3) 0%, rgba(255, 255, 255, 0.92) 50%, rgba(217, 181, 229, 0.25) 100%);\n            backdrop-filter: blur(3px);\n        }\n\n        .video-background video {\n            width: 100%;\n            height: 100%;\n            object-fit: cover;\n        }\n\n        .services-container {\n            max-width: 1280px;\n            margin: 0 auto;\n            padding: 80px 40px;\n            position: relative;\n            z-index: 1;\n        }\n\n        .services-grid {\n            display: grid;\n            grid-template-columns: repeat(auto-fit, minmax(290px, 1fr));\n            gap: 35px;\n            margin-top: 20px;\n        }\n\n        .service-card {\n            background: #ffffff;\n            border-radius: 20px;\n            padding: 48px 36px;\n            text-align: center;\n            box-shadow: 0 4px 24px rgba(128, 0, 128, 0.08);\n            transition: all 0.35s cubic-bezier(0.4, 0, 0.2, 1);\n            cursor: pointer;\n            border: 2px solid rgba(217, 181, 229, 0.3);\n            position: relative;\n            overflow: hidden;\n        }\n\n        .service-card::before {\n            content: '';\n            position: absolute;\n            top: 0;\n            left: 0;\n            width: 100%;\n            height: 4px;\n            background: linear-gradient(90deg, #800080, #d9b5e5);\n            transform: scaleX(0);\n            transform-origin: left;\n            transition: transform 0.4s ease;\n        }\n\n        .service-card::after {\n            content: '';\n            position: absolute;\n            top: 50%;\n            left: 50%;\n            width: 0;\n            height: 0;\n            border-radius: 50%;\n            background: radial-gradient(circle, rgba(217, 181, 229, 0.15) 0%, transparent 70%);\n            transform: translate(-50%, -50%);\n            transition: width 0.5s ease, height 0.5s ease;\n        }\n\n        .service-card:hover {\n            transform: translateY(-10px);\n            box-shadow: 0 16px 48px rgba(128, 0, 128, 0.16);\n            border-color: rgba(128, 0, 128, 0.4);\n        }\n\n        .service-card:hover::before {\n            transform: scaleX(1);\n        }\n\n        .service-card:hover::after {\n            width: 300px;\n            height: 300px;\n        }\n\n        .service-icon {\n            width: 80px;\n            height: 80px;\n            margin: 0 auto 28px;\n            background: linear-gradient(135deg, #800080 0%, #d9b5e5 100%);\n            border-radius: 50%;\n            display: flex;\n            align-items: center;\n            justify-content: center;\n            font-size: 36px;\n            transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);\n            box-shadow: 0 8px 20px rgba(128, 0, 128, 0.2);\n            position: relative;\n            z-index: 1;\n        }\n\n        .service-card:hover .service-icon {\n            transform: scale(1.12) rotate(8deg);\n            box-shadow: 0 12px 30px rgba(128, 0, 128, 0.3);\n        }\n\n        .service-card h3 {\n            color: #800080;\n            font-size: 23px;\n            margin-bottom: 18px;\n            font-weight: 600;\n            letter-spacing: -0.4px;\n            position: relative;\n            z-index: 1;\n        }\n\n        .service-card p {\n            color: #4a4a4a;\n            font-size: 15.5px;\n            line-height: 1.65;\n            font-weight: 400;\n            position: relative;\n            z-index: 1;\n        }\n\n        \/* Experience Section *\/\n        .experience-section {\n            margin-top: 70px;\n            padding: 50px 45px;\n            background: rgba(255, 255, 255, 0.95);\n            border-radius: 24px;\n            box-shadow: 0 8px 32px rgba(128, 0, 128, 0.12);\n            border: 2px solid rgba(217, 181, 229, 0.3);\n            position: relative;\n            overflow: hidden;\n        }\n\n        .experience-section::before {\n            content: '';\n            position: absolute;\n            top: 0;\n            left: 0;\n            width: 100%;\n            height: 5px;\n            background: linear-gradient(90deg, #800080, #d9b5e5, #800080);\n        }\n\n        .experience-section h3 {\n            color: #800080;\n            font-size: 26px;\n            margin-bottom: 24px;\n            font-weight: 600;\n            letter-spacing: -0.5px;\n            text-align: center;\n        }\n\n        .experience-intro {\n            color: #3a3a3a;\n            font-size: 16.5px;\n            line-height: 1.75;\n            margin-bottom: 32px;\n            text-align: center;\n            max-width: 900px;\n            margin-left: auto;\n            margin-right: auto;\n        }\n\n        .experience-areas {\n            display: grid;\n            grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));\n            gap: 20px;\n            max-width: 1000px;\n            margin: 0 auto;\n        }\n\n        .experience-item {\n            display: flex;\n            align-items: center;\n            gap: 14px;\n            padding: 18px 24px;\n            background: linear-gradient(135deg, rgba(217, 181, 229, 0.08) 0%, rgba(255, 255, 255, 0.5) 100%);\n            border-radius: 14px;\n            border: 1px solid rgba(217, 181, 229, 0.25);\n            transition: all 0.3s ease;\n        }\n\n        .experience-item:hover {\n            transform: translateX(8px);\n            background: linear-gradient(135deg, rgba(217, 181, 229, 0.15) 0%, rgba(255, 255, 255, 0.7) 100%);\n            border-color: rgba(128, 0, 128, 0.35);\n            box-shadow: 0 4px 16px rgba(128, 0, 128, 0.1);\n        }\n\n        .experience-bullet {\n            width: 10px;\n            height: 10px;\n            background: linear-gradient(135deg, #800080, #d9b5e5);\n            border-radius: 50%;\n            flex-shrink: 0;\n            box-shadow: 0 2px 8px rgba(128, 0, 128, 0.3);\n        }\n\n        .experience-text {\n            color: #2a2a2a;\n            font-size: 16px;\n            font-weight: 500;\n            letter-spacing: -0.2px;\n        }\n\n        \/* Modal styles *\/\n        .modal {\n            display: none;\n            position: fixed;\n            z-index: 999999;\n            left: 0;\n            top: 0;\n            width: 100vw;\n            height: 100vh;\n            background-color: rgba(128, 0, 128, 0.75);\n            backdrop-filter: blur(10px);\n            animation: fadeIn 0.25s ease;\n        }\n\n        @keyframes fadeIn {\n            from { opacity: 0; }\n            to { opacity: 1; }\n        }\n\n        .modal-content {\n            background: white;\n            margin: 5vh auto;\n            padding: 0;\n            border-radius: 24px;\n            width: 90%;\n            max-width: 700px;\n            max-height: 85vh;\n            position: relative;\n            animation: slideUp 0.35s cubic-bezier(0.4, 0, 0.2, 1);\n            box-shadow: 0 30px 90px rgba(128, 0, 128, 0.35);\n            overflow: hidden;\n            display: flex;\n            flex-direction: column;\n            border: 2px solid rgba(217, 181, 229, 0.4);\n        }\n\n        @keyframes slideUp {\n            from {\n                transform: translateY(50px) scale(0.95);\n                opacity: 0;\n            }\n            to {\n                transform: translateY(0) scale(1);\n                opacity: 1;\n            }\n        }\n\n        .modal-header {\n            background: linear-gradient(135deg, #800080 0%, #d9b5e5 100%);\n            padding: 40px 45px;\n            color: white;\n            position: relative;\n            box-shadow: 0 4px 20px rgba(128, 0, 128, 0.15);\n        }\n\n        .modal-close {\n            position: absolute;\n            right: 24px;\n            top: 24px;\n            color: white;\n            font-size: 30px;\n            font-weight: 300;\n            cursor: pointer;\n            width: 44px;\n            height: 44px;\n            display: flex;\n            align-items: center;\n            justify-content: center;\n            border-radius: 50%;\n            transition: all 0.25s ease;\n            background: rgba(255, 255, 255, 0.15);\n            backdrop-filter: blur(5px);\n        }\n\n        .modal-close:hover {\n            background: rgba(255, 255, 255, 0.25);\n            transform: rotate(90deg) scale(1.05);\n        }\n\n        .modal-header h2 {\n            font-size: 30px;\n            font-weight: 600;\n            margin: 0;\n            letter-spacing: -0.6px;\n        }\n\n        .modal-body {\n            padding: 45px;\n            overflow-y: auto;\n            flex: 1;\n            background: linear-gradient(to bottom, #ffffff 0%, #fafafa 100%);\n        }\n\n        .modal-body p {\n            color: #3a3a3a;\n            font-size: 16px;\n            line-height: 1.85;\n            margin-bottom: 22px;\n        }\n\n        .modal-body p:last-child {\n            margin-bottom: 0;\n        }\n\n        .modal-body h4 {\n            color: #800080;\n            font-size: 19px;\n            margin-top: 28px;\n            margin-bottom: 14px;\n            font-weight: 600;\n            letter-spacing: -0.3px;\n        }\n\n        .modal-body ul {\n            margin: 18px 0;\n            padding-left: 26px;\n        }\n\n        .modal-body li {\n            color: #4a4a4a;\n            font-size: 15.5px;\n            line-height: 1.75;\n            margin-bottom: 12px;\n            position: relative;\n            padding-left: 8px;\n        }\n\n        .modal-body li::marker {\n            color: #d9b5e5;\n        }\n\n        \/* Scrollbar styling *\/\n        .modal-body::-webkit-scrollbar {\n            width: 10px;\n        }\n\n        .modal-body::-webkit-scrollbar-track {\n            background: #f5f5f5;\n            border-radius: 10px;\n            margin: 10px 0;\n        }\n\n        .modal-body::-webkit-scrollbar-thumb {\n            background: linear-gradient(180deg, #800080 0%, #d9b5e5 100%);\n            border-radius: 10px;\n            border: 2px solid #f5f5f5;\n        }\n\n        .modal-body::-webkit-scrollbar-thumb:hover {\n            background: #800080;\n        }\n\n        @media (max-width: 768px) {\n            .services-container {\n                padding: 50px 20px;\n            }\n\n            .services-grid {\n                grid-template-columns: 1fr;\n                gap: 24px;\n            }\n\n            .service-card {\n                padding: 40px 28px;\n            }\n\n            .service-icon {\n                width: 72px;\n                height: 72px;\n                font-size: 32px;\n            }\n\n            .experience-section {\n                margin-top: 50px;\n                padding: 40px 28px;\n            }\n\n            .experience-section h3 {\n                font-size: 24px;\n            }\n\n            .experience-intro {\n                font-size: 15.5px;\n            }\n\n            .experience-areas {\n                grid-template-columns: 1fr;\n                gap: 16px;\n            }\n\n            .modal-content {\n                margin: 2vh auto;\n                width: 95%;\n                max-height: 92vh;\n                border-radius: 20px;\n            }\n\n            .modal-header {\n                padding: 32px 28px;\n            }\n\n            .modal-header h2 {\n                font-size: 26px;\n                padding-right: 44px;\n            }\n\n            .modal-body {\n                padding: 32px 28px;\n            }\n\n            .modal-close {\n                right: 18px;\n                top: 18px;\n                width: 40px;\n                height: 40px;\n            }\n        }\n\n        @media (max-width: 480px) {\n            .services-container {\n                padding: 40px 16px;\n            }\n\n            .service-card {\n                padding: 36px 24px;\n            }\n\n            .service-icon {\n                width: 68px;\n                height: 68px;\n                font-size: 30px;\n            }\n\n            .service-card h3 {\n                font-size: 21px;\n            }\n\n            .service-card p {\n                font-size: 15px;\n            }\n\n            .experience-section {\n                padding: 32px 24px;\n            }\n\n            .experience-section h3 {\n                font-size: 22px;\n            }\n\n            .experience-intro {\n                font-size: 15px;\n                margin-bottom: 26px;\n            }\n\n            .experience-item {\n                padding: 16px 20px;\n            }\n\n            .experience-text {\n                font-size: 15px;\n            }\n\n            .modal-header {\n                padding: 28px 24px;\n            }\n\n            .modal-header h2 {\n                font-size: 24px;\n            }\n\n            .modal-body {\n                padding: 28px 24px;\n            }\n\n            .modal-body h4 {\n                font-size: 18px;\n            }\n\n            .modal-body p,\n            .modal-body li {\n                font-size: 15px;\n            }\n        }\n    <\/style>\n<\/head>\n<body>\n    <!-- Video Background -->\n    <div class=\"video-background\">\n        <video autoplay muted loop playsinline>\n            <source src=\"https:\/\/aytognosia.gr\/wp-content\/uploads\/2025\/11\/anonymo-sxedio-7.mp4\" type=\"video\/mp4\">\n        <\/video>\n    <\/div>\n\n    <div class=\"services-container\">\n        <div class=\"services-grid\">\n            <!-- Service 1: \u03a8\u03c5\u03c7\u03bf\u03b8\u03b5\u03c1\u03b1\u03c0\u03b5\u03af\u03b1 NDI -->\n            <div class=\"service-card\" data-service=\"ndi-psychotherapy\">\n                <div class=\"service-icon\">\ud83e\udde0<\/div>\n                <h3>NDI Psychotherapy<\/h3>\n                <p>Non-Directive Interventional method that enhances self-awareness, creativity and mental resilience.<\/p>\n            <\/div>\n\n            <!-- Service 2: \u039f\u03bb\u03b9\u03c3\u03c4\u03b9\u03ba\u03ae \u03a3\u03c5\u03bc\u03b2\u03bf\u03c5\u03bb\u03b5\u03c5\u03c4\u03b9\u03ba\u03ae -->\n            <div class=\"service-card\" data-service=\"holistic-counseling\">\n                <div class=\"service-icon\">\ud83c\udf3f<\/div>\n                <h3>Hollistic Counselling<\/h3>\n                <p>Man as unified and multidimensional, For balance, harmony and integration.<\/p>\n            <\/div>\n\n            <!-- Service 3: \u0395\u03bc\u03c8\u03cd\u03c7\u03c9\u03c3\u03b7 \u039f\u03bc\u03ac\u03b4\u03c9\u03bd -->\n            <div class=\"service-card\" data-service=\"group-facilitation\">\n                <div class=\"service-icon\">\ud83d\udc65<\/div>\n                <h3>Encounter Groups<\/h3>\n                <p>Personal development, psychotherapy, human relations management groups.<\/p>\n            <\/div>\n\n            <!-- Service 4: \u0395\u03bd\u03b5\u03c1\u03b3\u03b5\u03b9\u03b1\u03ba\u03ae \u0398\u03b5\u03c1\u03b1\u03c0\u03b5\u03af\u03b1 -->\n            <div class=\"service-card\" data-service=\"energy-therapy\">\n                <div class=\"service-icon\">\u2728<\/div>\n                <h3>Energy Therapy<\/h3>\n                <p>Techniques such as reiki, meditation and bioenergetic exercises, which aim to connect with the self and restore energy balance and vitality.<\/p>\n            <\/div>\n        <\/div>\n\n        <!-- Experience Section -->\n        <div class=\"experience-section\">\n            <h3>Accumulated Experience<\/h3>\n            <p class=\"experience-intro\">\n                My experience so far in the field of psychosocial support concerns a big range of incidents, with most common:\n            <\/p>\n            <div class=\"experience-areas\">\n                <div class=\"experience-item\">\n                    <div class=\"experience-bullet\"><\/div>\n                    <span class=\"experience-text\">Adolesence - Post Adolesence<\/span>\n                <\/div>\n                <div class=\"experience-item\">\n                    <div class=\"experience-bullet\"><\/div>\n                    <span class=\"experience-text\">Parent Counselling<\/span>\n                <\/div>\n                <div class=\"experience-item\">\n                    <div class=\"experience-bullet\"><\/div>\n                    <span class=\"experience-text\">Addictions<\/span>\n                <\/div>\n                <div class=\"experience-item\">\n                    <div class=\"experience-bullet\"><\/div>\n                    <span class=\"experience-text\">Trauma<\/span>\n                <\/div>\n                <div class=\"experience-item\">\n                    <div class=\"experience-bullet\"><\/div>\n                    <span class=\"experience-text\">Neurodiversity<\/span>\n                <\/div>\n                <div class=\"experience-item\">\n                    <div class=\"experience-bullet\"><\/div>\n                    <span class=\"experience-text\">Psycoses<\/span>\n                <\/div>\n            <\/div>\n        <\/div>\n    <\/div>\n\n    <!-- Modals -->\n    <div id=\"ndi-psychotherapy\" class=\"modal\">\n        <div class=\"modal-content\">\n            <div class=\"modal-header\">\n                <span class=\"modal-close\">&times;<\/span>\n                <h2>NDI Psychotherapy<\/h2>\n            <\/div>\n            <div class=\"modal-body\">\n                <p>Non-Directive Integrative (NDI) Psychotherapy is a therapeutic approach that focuses on the client and honors their innate capacity for self-healing and personal growth. Rather than imposing solutions, our therapists create a safe, non-judgmental space where you can explore your thoughts, feelings, and experiences at your own pace.<\/p>\n                \n                <h4>What To Expect<\/h4>\n                <p>In NDI sessions, the therapist acts as a facilitator, empowering you to access your inner wisdom and find your own authentic path forward. This approach incorporates various therapeutic methods while maintaining a deep respect for your autonomy and self-direction.<\/p>\n\n                <h4>Benefits Include<\/h4>\n                <ul>\n                    <li>Enhanced self-awareness and emotional intelligence<\/li>\n                    <li>Development of personal coping strategies<\/li>\n                    <li>Deeper understanding of behavioral patterns<\/li>\n                    <li>Increased resilience and self-confidence<\/li>\n                    <li>Authentic personal transformation<\/li>\n                <\/ul>\n\n                <p>This approach is particularly effective for individuals seeking meaningful change while maintaining control of their therapeutic journey.<\/p>\n            <\/div>\n        <\/div>\n    <\/div>\n\n    <div id=\"holistic-counseling\" class=\"modal\">\n        <div class=\"modal-content\">\n            <div class=\"modal-header\">\n                <span class=\"modal-close\">&times;<\/span>\n                <h2>Hollistic Counselling<\/h2>\n            <\/div>\n            <div class=\"modal-body\">\n                <p>Holistic Counseling recognizes that true wellness involves mind, body, and spirit. This comprehensive approach addresses not just psychological symptoms, but the whole person, considering how physical health, emotional states, relationships, and life circumstances are interconnected.<\/p>\n\n                <h4>Our Approach<\/h4>\n                <p>We work with you to identify imbalances and explore therapeutic approaches that meet your unique needs. Sessions may incorporate traditional talk therapy along with complementary techniques such as breathing exercises, mindfulness, body awareness, and lifestyle guidance.<\/p>\n\n                <h4>Areas We Address<\/h4>\n                <ul>\n                    <li>Stress Management and Recovery from Burnout<\/li>\n                    <li>Life Transitions and Identity Exploration<\/li>\n                    <li>Relationship Dynamics and Communication<\/li>\n                    <li>Physical-Emotional Health Connections<\/li>\n                    <li>Purpose and Meaning Creation<\/li>\n                <\/ul>\n\n                <p>Holistic counseling is ideal for those seeking a comprehensive, whole-person approach to wellness and personal growth.<\/p>\n            <\/div>\n        <\/div>\n    <\/div>\n\n    <div id=\"group-facilitation\" class=\"modal\">\n        <div class=\"modal-content\">\n            <div class=\"modal-header\">\n                <span class=\"modal-close\">&times;<\/span>\n                <h2>Encounter Groups<\/h2>\n            <\/div>\n            <div class=\"modal-body\">\n                <p>\u0397 \u039f\u03bc\u03b1\u03b4\u03b9\u03ba\u03ae \u0394\u03b9\u03b5\u03c5\u03ba\u03cc\u03bb\u03c5\u03bd\u03c3\u03b7 \u03c0\u03c1\u03bf\u03c3\u03c6\u03ad\u03c1\u03b5\u03b9 \u03ad\u03bd\u03b1 \u03bc\u03bf\u03bd\u03b1\u03b4\u03b9\u03ba\u03cc \u03b8\u03b5\u03c1\u03b1\u03c0\u03b5\u03c5\u03c4\u03b9\u03ba\u03cc \u03c0\u03b5\u03c1\u03b9\u03b2\u03ac\u03bb\u03bb\u03bf\u03bd \u03cc\u03c0\u03bf\u03c5 \u03bf\u03b9 \u03c3\u03c5\u03bc\u03bc\u03b5\u03c4\u03ad\u03c7\u03bf\u03bd\u03c4\u03b5\u03c2 \u03b5\u03c0\u03c9\u03c6\u03b5\u03bb\u03bf\u03cd\u03bd\u03c4\u03b1\u03b9 \u03c4\u03cc\u03c3\u03bf \u03b1\u03c0\u03cc \u03c4\u03b7\u03bd \u03b5\u03c0\u03b1\u03b3\u03b3\u03b5\u03bb\u03bc\u03b1\u03c4\u03b9\u03ba\u03ae \u03ba\u03b1\u03b8\u03bf\u03b4\u03ae\u03b3\u03b7\u03c3\u03b7 \u03cc\u03c3\u03bf \u03ba\u03b1\u03b9 \u03b1\u03c0\u03cc \u03c4\u03b7\u03bd \u03c5\u03c0\u03bf\u03c3\u03c4\u03ae\u03c1\u03b9\u03be\u03b7 \u03c4\u03c9\u03bd \u03c3\u03c5\u03bd\u03bf\u03bc\u03b7\u03bb\u03af\u03ba\u03c9\u03bd. \u039f\u03b9 \u03bf\u03bc\u03ac\u03b4\u03b5\u03c2 \u03bc\u03b1\u03c2 \u03c0\u03bf\u03c5 \u03b4\u03b9\u03b5\u03c5\u03ba\u03bf\u03bb\u03cd\u03bd\u03bf\u03bd\u03c4\u03b1\u03b9 \u03b1\u03c0\u03cc \u03b5\u03b9\u03b4\u03b9\u03ba\u03bf\u03cd\u03c2 \u03c0\u03b1\u03c1\u03ad\u03c7\u03bf\u03c5\u03bd \u03ad\u03bd\u03b1\u03bd \u03b4\u03bf\u03bc\u03b7\u03bc\u03ad\u03bd\u03bf \u03b1\u03bb\u03bb\u03ac \u03b5\u03c5\u03ad\u03bb\u03b9\u03ba\u03c4\u03bf \u03c7\u03ce\u03c1\u03bf \u03b3\u03b9\u03b1 \u03ba\u03bf\u03b9\u03bd\u03ae \u03bc\u03ac\u03b8\u03b7\u03c3\u03b7, \u03b1\u03bc\u03bf\u03b9\u03b2\u03b1\u03af\u03b1 \u03ba\u03b1\u03c4\u03b1\u03bd\u03cc\u03b7\u03c3\u03b7 \u03ba\u03b1\u03b9 \u03c3\u03c5\u03bb\u03bb\u03bf\u03b3\u03b9\u03ba\u03ae \u03b8\u03b5\u03c1\u03b1\u03c0\u03b5\u03af\u03b1.<\/p>\n\n                <h4>\u0397 \u039f\u03bc\u03b1\u03b4\u03b9\u03ba\u03ae \u0395\u03bc\u03c0\u03b5\u03b9\u03c1\u03af\u03b1<\/h4>\n                <p>Group Facilitation offers a unique therapeutic environment where participants benefit from both professional guidance and peer support. Our expertly facilitated groups provide a structured yet flexible space for shared learning, mutual understanding, and collective healing.<\/p>\n\n                <h4>Our Group Encounters May Include<\/h4>\n                <ul>\n                    <li>Process-oriented therapy groups<\/li>\n                    <li>Skills development workshops<\/li>\n                    <li>Support groups for specific life challenges<\/li>\n                    <li>Personal development and self-exploration circles<\/li>\n                    <li>Specialized therapy groups<\/li>\n                <\/ul>\n\n                <h4>Benefits of Teamwork<\/h4>\n                <ul>\n                    <li>Reducing isolation through shared experiences<\/li>\n                    <li>Multiple perspectives on shared challenges<\/li>\n                    <li>Practice interpersonal skills in real time<\/li>\n                    <li>Witnessing the growth and transformation of others<\/li>\n                    <li>Cost-effective therapeutic support<\/li>\n                <\/ul>\n            <\/div>\n        <\/div>\n    <\/div>\n\n    <div id=\"energy-therapy\" class=\"modal\">\n        <div class=\"modal-content\">\n            <div class=\"modal-header\">\n                <span class=\"modal-close\">&times;<\/span>\n                <h2>Energy Therapy<\/h2>\n            <\/div>\n            <div class=\"modal-body\">\n                <p>Energy Healing works with the body's subtle energy systems to promote healing, release emotional blockages, and restore natural balance. This complementary approach recognizes that physical, emotional, and energetic health are deeply interconnected.<\/p>\n\n                <h4>Therapeutic Approach<\/h4>\n                <p>Our specialists use gentle, non-invasive techniques to identify and address energetic imbalances that may manifest as emotional distress, physical discomfort, or psychological patterns. Sessions create a deeply relaxing space where natural healing processes can unfold.<\/p>\n\n                <h4>Methods Could Include<\/h4>\n                <ul>\n                    <li>Reiki and Energy Balancing<\/li>\n                    <li>Chakra Cleansing and Alignment<\/li>\n                    <li>Body Energy Work<\/li>\n                    <li>Breathing Exercises and Energy Circulation<\/li>\n                    <li>Conscious Awareness of Energy States<\/li>\n                <\/ul>\n\n                <h4>Possible Benefits<\/h4>\n                <ul>\n                    <li>Deep relaxation and stress relief<\/li>\n                    <li>Releasing trapped emotions<\/li>\n                    <li>Increased vitality and well-being<\/li>\n                    <li>Greater body-mind awareness<\/li>\n                    <li>Support for conventional therapeutic work<\/li>\n                <\/ul>\n\n                <p>Energy healing works wonderfully alongside traditional psychotherapy and can deepen the healing process for those who are open to this approach.<\/p>\n            <\/div>\n        <\/div>\n    <\/div>\n\n    <script>\n        document.addEventListener('DOMContentLoaded', function() {\n            \/\/ Service card click handlers\n            const serviceCards = document.querySelectorAll('.service-card');\n            serviceCards.forEach(card => {\n                card.addEventListener('click', function(e) {\n                    e.preventDefault();\n                    e.stopPropagation();\n                    const serviceId = this.getAttribute('data-service');\n                    const modal = document.getElementById(serviceId);\n                    if (modal) {\n                        modal.style.display = 'block';\n                        document.body.style.overflow = 'hidden';\n                    }\n                });\n            });\n\n            \/\/ Close button handlers\n            const closeButtons = document.querySelectorAll('.modal-close');\n            closeButtons.forEach(button => {\n                button.addEventListener('click', function(e) {\n                    e.preventDefault();\n                    e.stopPropagation();\n                    const modal = this.closest('.modal');\n                    if (modal) {\n                        modal.style.display = 'none';\n                        document.body.style.overflow = 'auto';\n                    }\n                });\n            });\n\n            \/\/ Click outside modal to close\n            window.addEventListener('click', function(event) {\n                if (event.target.classList.contains('modal')) {\n                    event.target.style.display = 'none';\n                    document.body.style.overflow = 'auto';\n                }\n            });\n\n            \/\/ Escape key to close modal\n            document.addEventListener('keydown', function(event) {\n                if (event.key === 'Escape') {\n                    const openModal = document.querySelector('.modal[style*=\"display: block\"]');\n                    if (openModal) {\n                        openModal.style.display = 'none';\n                        document.body.style.overflow = 'auto';\n                    }\n                }\n            });\n        });\n    <\/script>\n<\/body>\n<\/html>","protected":false},"excerpt":{"rendered":"<p>\u039f\u03b9 \u03c0\u03b1\u03c1\u03b5\u03c7\u03cc\u03bc\u03b5\u03bd\u03b5\u03c2 \u03c5\u03c0\u03b7\u03c1\u03b5\u03c3\u03af\u03b5\u03c2 \u03b5\u03af\u03bd\u03b1\u03b9 \u03c0\u03b9\u03c3\u03c4\u03bf\u03c0\u03bf\u03b9\u03b7\u03bc\u03ad\u03bd\u03b5\u03c2 \u03ba\u03b1\u03b9 \u03b2\u03b1\u03c3\u03af\u03b6\u03bf\u03bd\u03c4\u03b1\u03b9 \u03c3\u03c4\u03b9\u03c2 \u03b1\u03c1\u03c7\u03ad\u03c2 \u03c4\u03b7\u03c2 \u03b5\u03c0\u03b9\u03c3\u03c4\u03b7\u03bc\u03bf\u03bd\u03b9\u03ba\u03ac \u03c4\u03b5\u03ba\u03bc\u03b7\u03c1\u03b9\u03c9\u03bc\u03ad\u03bd\u03b7\u03c2 \u03bc\u03b5\u03b8\u03bf\u03b4\u03bf\u03bb\u03bf\u03b3\u03af\u03b1\u03c2. \u0395\u03bd\u03ce \u03b4\u03b5\u03c3\u03bc\u03b5\u03cd\u03bf\u03bd\u03c4\u03b1\u03b9 \u03b1\u03c0\u03cc \u03c4\u03bf\u03bd \u03c3\u03c7\u03b5\u03c4\u03b9\u03ba\u03cc \u03ba\u03ce\u03b4\u03b9\u03ba\u03b1 \u03b4\u03b5\u03bf\u03bd\u03c4\u03bf\u03bb\u03bf\u03b3\u03af\u03b1\u03c2 \u03ba\u03b1\u03b9 \u03c4\u03b1 \u03b1\u03bd\u03c4\u03af\u03c3\u03c4\u03bf\u03b9\u03c7\u03b1 \u03c0\u03c1\u03c9\u03c4\u03cc\u03ba\u03bf\u03bb\u03bb\u03b1 \u03c4\u03c9\u03bd \u03c4\u03b5\u03c7\u03bd\u03b9\u03ba\u03ce\u03bd. \u039f\u03b9 \u03a5\u03c0\u03b7\u03c1\u03b5\u03c3\u03af\u03b5\u03c2 \u03bc\u03b1\u03c2 &#8211; \u03a8\u03c5\u03c7\u03bf\u03bb\u03bf\u03b3\u03af\u03b1 &#038; \u0395\u03c5\u03b5\u03be\u03af\u03b1 \ud83e\udde0 \u03a8\u03c5\u03c7\u03bf\u03b8\u03b5\u03c1\u03b1\u03c0\u03b5\u03af\u03b1 NDI \u039c\u03b7 \u039a\u03b1\u03c4\u03b5\u03c5\u03b8\u03c5\u03bd\u03c4\u03b9\u03ba\u03ae \u03a0\u03b1\u03c1\u03b5\u03bc\u03b2\u03b1\u03c4\u03b9\u03ba\u03ae \u03bc\u03ad\u03b8\u03bf\u03b4\u03bf\u03c2 \u03c0\u03bf\u03c5 \u03b5\u03bd\u03b9\u03c3\u03c7\u03cd\u03b5\u03b9 \u03c4\u03b7\u03bd \u03b1\u03c5\u03c4\u03bf\u03b3\u03bd\u03c9\u03c3\u03af\u03b1, \u03c4\u03b7 \u03b4\u03b7\u03bc\u03b9\u03bf\u03c5\u03c1\u03b3\u03b9\u03ba\u03cc\u03c4\u03b7\u03c4\u03b1 \u03ba\u03b1\u03b9 \u03c4\u03b7\u03bd \u03c8\u03c5\u03c7\u03b9\u03ba\u03ae \u03b1\u03bd\u03b8\u03b5\u03ba\u03c4\u03b9\u03ba\u03cc\u03c4\u03b7\u03c4\u03b1. \ud83c\udf3f \u039f\u03bb\u03b9\u03c3\u03c4\u03b9\u03ba\u03ae \u03a3\u03c5\u03bc\u03b2\u03bf\u03c5\u03bb\u03b5\u03c5\u03c4\u03b9\u03ba\u03ae \u039f \u03ac\u03bd\u03b8\u03c1\u03c9\u03c0\u03bf\u03c2 [&hellip;]<\/p>","protected":false},"author":1,"featured_media":0,"parent":0,"menu_order":0,"comment_status":"closed","ping_status":"closed","template":"","meta":{"_acf_changed":false,"zakra_sidebar_layout":"customizer","zakra_remove_content_margin":false,"zakra_sidebar":"customizer","zakra_transparent_header":"customizer","zakra_logo":0,"zakra_main_header_style":"default","zakra_menu_item_color":"","zakra_menu_item_hover_color":"","zakra_menu_item_active_color":"","zakra_menu_active_style":"","zakra_page_header":true,"_uag_custom_page_level_css":"","footnotes":""},"class_list":["post-260","page","type-page","status-publish","hentry"],"acf":[],"uagb_featured_image_src":{"full":false,"thumbnail":false,"medium":false,"medium_large":false,"large":false,"1536x1536":false,"2048x2048":false,"trp-custom-language-flag":false},"uagb_author_info":{"display_name":"admin","author_link":"https:\/\/aytognosia.gr\/en\/author\/admin\/"},"uagb_comment_info":0,"uagb_excerpt":"\u039f\u03b9 \u03c0\u03b1\u03c1\u03b5\u03c7\u03cc\u03bc\u03b5\u03bd\u03b5\u03c2 \u03c5\u03c0\u03b7\u03c1\u03b5\u03c3\u03af\u03b5\u03c2 \u03b5\u03af\u03bd\u03b1\u03b9 \u03c0\u03b9\u03c3\u03c4\u03bf\u03c0\u03bf\u03b9\u03b7\u03bc\u03ad\u03bd\u03b5\u03c2 \u03ba\u03b1\u03b9 \u03b2\u03b1\u03c3\u03af\u03b6\u03bf\u03bd\u03c4\u03b1\u03b9 \u03c3\u03c4\u03b9\u03c2 \u03b1\u03c1\u03c7\u03ad\u03c2 \u03c4\u03b7\u03c2 \u03b5\u03c0\u03b9\u03c3\u03c4\u03b7\u03bc\u03bf\u03bd\u03b9\u03ba\u03ac \u03c4\u03b5\u03ba\u03bc\u03b7\u03c1\u03b9\u03c9\u03bc\u03ad\u03bd\u03b7\u03c2 \u03bc\u03b5\u03b8\u03bf\u03b4\u03bf\u03bb\u03bf\u03b3\u03af\u03b1\u03c2. \u0395\u03bd\u03ce \u03b4\u03b5\u03c3\u03bc\u03b5\u03cd\u03bf\u03bd\u03c4\u03b1\u03b9 \u03b1\u03c0\u03cc \u03c4\u03bf\u03bd \u03c3\u03c7\u03b5\u03c4\u03b9\u03ba\u03cc \u03ba\u03ce\u03b4\u03b9\u03ba\u03b1 \u03b4\u03b5\u03bf\u03bd\u03c4\u03bf\u03bb\u03bf\u03b3\u03af\u03b1\u03c2 \u03ba\u03b1\u03b9 \u03c4\u03b1 \u03b1\u03bd\u03c4\u03af\u03c3\u03c4\u03bf\u03b9\u03c7\u03b1 \u03c0\u03c1\u03c9\u03c4\u03cc\u03ba\u03bf\u03bb\u03bb\u03b1 \u03c4\u03c9\u03bd \u03c4\u03b5\u03c7\u03bd\u03b9\u03ba\u03ce\u03bd. \u039f\u03b9 \u03a5\u03c0\u03b7\u03c1\u03b5\u03c3\u03af\u03b5\u03c2 \u03bc\u03b1\u03c2 &#8211; \u03a8\u03c5\u03c7\u03bf\u03bb\u03bf\u03b3\u03af\u03b1 &#038; \u0395\u03c5\u03b5\u03be\u03af\u03b1 \ud83e\udde0 \u03a8\u03c5\u03c7\u03bf\u03b8\u03b5\u03c1\u03b1\u03c0\u03b5\u03af\u03b1 NDI \u039c\u03b7 \u039a\u03b1\u03c4\u03b5\u03c5\u03b8\u03c5\u03bd\u03c4\u03b9\u03ba\u03ae \u03a0\u03b1\u03c1\u03b5\u03bc\u03b2\u03b1\u03c4\u03b9\u03ba\u03ae \u03bc\u03ad\u03b8\u03bf\u03b4\u03bf\u03c2 \u03c0\u03bf\u03c5 \u03b5\u03bd\u03b9\u03c3\u03c7\u03cd\u03b5\u03b9 \u03c4\u03b7\u03bd \u03b1\u03c5\u03c4\u03bf\u03b3\u03bd\u03c9\u03c3\u03af\u03b1, \u03c4\u03b7 \u03b4\u03b7\u03bc\u03b9\u03bf\u03c5\u03c1\u03b3\u03b9\u03ba\u03cc\u03c4\u03b7\u03c4\u03b1 \u03ba\u03b1\u03b9 \u03c4\u03b7\u03bd \u03c8\u03c5\u03c7\u03b9\u03ba\u03ae \u03b1\u03bd\u03b8\u03b5\u03ba\u03c4\u03b9\u03ba\u03cc\u03c4\u03b7\u03c4\u03b1. \ud83c\udf3f \u039f\u03bb\u03b9\u03c3\u03c4\u03b9\u03ba\u03ae \u03a3\u03c5\u03bc\u03b2\u03bf\u03c5\u03bb\u03b5\u03c5\u03c4\u03b9\u03ba\u03ae \u039f \u03ac\u03bd\u03b8\u03c1\u03c9\u03c0\u03bf\u03c2&hellip;","_links":{"self":[{"href":"https:\/\/aytognosia.gr\/en\/wp-json\/wp\/v2\/pages\/260","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/aytognosia.gr\/en\/wp-json\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/aytognosia.gr\/en\/wp-json\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/aytognosia.gr\/en\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/aytognosia.gr\/en\/wp-json\/wp\/v2\/comments?post=260"}],"version-history":[{"count":31,"href":"https:\/\/aytognosia.gr\/en\/wp-json\/wp\/v2\/pages\/260\/revisions"}],"predecessor-version":[{"id":2123,"href":"https:\/\/aytognosia.gr\/en\/wp-json\/wp\/v2\/pages\/260\/revisions\/2123"}],"wp:attachment":[{"href":"https:\/\/aytognosia.gr\/en\/wp-json\/wp\/v2\/media?parent=260"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}