{"id":6,"date":"2026-07-15T13:48:48","date_gmt":"2026-07-15T13:48:48","guid":{"rendered":"https:\/\/pointclub.gr\/?page_id=6"},"modified":"2026-07-19T13:56:57","modified_gmt":"2026-07-19T13:56:57","slug":"home","status":"publish","type":"page","link":"https:\/\/pointclub.gr\/","title":{"rendered":"HomePage"},"content":{"rendered":"\t\t<div data-elementor-type=\"wp-page\" data-elementor-id=\"6\" class=\"elementor elementor-6\">\n\t\t\t\t\t\t<section class=\"has-el-gap el-gap-default elementor-section elementor-top-section elementor-element elementor-element-9caf240 elementor-section-boxed elementor-section-height-default elementor-section-height-default\" data-id=\"9caf240\" data-element_type=\"section\" data-e-type=\"section\">\n\t\t\t\t\t\t<div class=\"elementor-container elementor-column-gap-no\">\n\t\t\t\t\t<div class=\"elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-a0aa311\" data-id=\"a0aa311\" data-element_type=\"column\" data-e-type=\"column\">\n\t\t\t<div class=\"elementor-widget-wrap elementor-element-populated\">\n\t\t\t\t\t\t<div class=\"elementor-element elementor-element-d1076e5 elementor-widget elementor-widget-html\" data-id=\"d1076e5\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"html.default\">\n\t\t\t\t\t<!DOCTYPE html>\r\n<html lang=\"el\">\r\n<head>\r\n    <meta charset=\"UTF-8\">\r\n    <meta name=\"viewport\" content=\"width=device-width, initial-scale=1.0\">\r\n    <title>Hero Section - Pointclub Academy<\/title>\r\n    <link href=\"https:\/\/fonts.googleapis.com\/css2?family=Montserrat:wght@400;700;900&amp;display=swap\" rel=\"stylesheet\">\r\n    \r\n    <style>\r\n        * { margin: 0; padding: 0; box-sizing: border-box; font-family: 'Montserrat', sans-serif; }\r\n\r\n        :root {\r\n            --primary-blue: #0055b3;\r\n            --light-blue: #3385ff;\r\n            --white: #ffffff;\r\n            --dark: #0a0a0c;\r\n        }\r\n\r\n        body { background-color: var(--white); color: var(--dark); overflow-x: hidden; }\r\n\r\n        .hero {\r\n            position: relative;\r\n            height: 90vh;\r\n            min-height: 650px;\r\n            width: 100vw;\r\n            left: 50%; right: 50%; margin-left: -50vw; margin-right: -50vw;\r\n            background: linear-gradient(90deg, rgba(10, 10, 12, 0.95) 0%, rgba(10, 10, 12, 0.85) 40%, rgba(0, 85, 179, 0.25) 100%), \r\n                        url('https:\/\/pointclub.gr\/wp-content\/uploads\/2026\/07\/lorenzo-fatto-offidani-de5OZMjb5ww-unsplash-scaled.jpg?auto=format&fit=crop&w=1920&q=80') no-repeat center center\/cover;\r\n            display: flex; align-items: center; padding: 0 10%; overflow: hidden;\r\n            clip-path: polygon(0 0, 100% 0, 100% 92%, 0 100%);\r\n        }\r\n\r\n        .hero-container { width: 100%; max-width: 1400px; margin: 0 auto; }\r\n        .hero-content { max-width: 700px; margin: 0 auto; text-align: center; color: var(--white); }\r\n        .hero-badge { display: inline-block; padding: 6px 15px; border: 1.5px solid var(--primary-blue); color: var(--white); font-size: 12px; font-weight: 700; text-transform: uppercase; letter-spacing: 2px; border-radius: 50px; margin-bottom: 25px; background-color: rgba(0, 85, 179, 0.15); }\r\n        .hero-content h1 { font-size: 64px; font-weight: 900; line-height: 1.1; margin-bottom: 20px; text-transform: uppercase; letter-spacing: -1px; color: var(--white); }\r\n        .hero-content h1 span { color: var(--primary-blue); display: block; text-shadow: 0 0 15px rgba(0, 85, 179, 0.4); }\r\n        .hero-content h1 span.white-text { color: var(--white); display: block; text-shadow: none; }\r\n        .hero-content p { font-size: 18px; margin-bottom: 35px; color: #ccc; line-height: 1.7; }\r\n\r\n        .hero-buttons { display: flex; justify-content: center; gap: 15px; flex-wrap: wrap; }\r\n\r\n        .btn-primary, .btn-secondary {\r\n            display: inline-flex !important;\r\n            align-items: center !important;\r\n            justify-content: center !important;\r\n            height: 55px !important;\r\n            padding: 0 30px !important;\r\n            text-decoration: none !important;\r\n            font-weight: 700 !important;\r\n            border-radius: 6px !important;\r\n            text-transform: uppercase !important;\r\n            font-size: 14px !important;\r\n            letter-spacing: 1px !important;\r\n            line-height: 1 !important;\r\n            margin: 0 !important;\r\n            transition: all 0.3s ease !important;\r\n        }\r\n\r\n        .btn-primary {\r\n            background-color: var(--primary-blue);\r\n            color: var(--white);\r\n            box-shadow: 0 4px 20px rgba(0, 85, 179, 0.4);\r\n        }\r\n\r\n        .btn-primary:hover { background-color: var(--light-blue); transform: translateY(-3px); }\r\n\r\n        .btn-secondary {\r\n            background-color: transparent;\r\n            color: var(--white);\r\n            border: 2px solid var(--white);\r\n        }\r\n\r\n        .btn-secondary:hover { background-color: var(--white); color: var(--dark); transform: translateY(-3px); }\r\n\r\n        @media (max-width: 768px) {\r\n            .hero { height: auto; padding: 80px 20px 120px; clip-path: polygon(0 0, 100% 0, 100% 95%, 0 100%); }\r\n            .hero-content h1 { font-size: 42px; }\r\n            .hero-buttons { flex-direction: column; }\r\n            .btn-primary, .btn-secondary { width: 100% !important; }\r\n        }\r\n    <\/style>\r\n<\/head>\r\n<body>\r\n\r\n    <section class=\"hero\">\r\n        <div class=\"hero-container\">\r\n            <div class=\"hero-content\">\r\n                <span class=\"hero-badge\">Kickboxing \u2022 Kung Fu \u2022 \u0391\u03c5\u03c4\u03bf\u03b1\u03bc\u03c5\u03bd\u03b1<\/span>\r\n                <h1>\u0393\u03b9\u03bd\u03b5 \u03b7 \u03ba\u03b1\u03bb\u03c5\u03c4\u03b5\u03c1\u03b7 <span>\u03b5\u03ba\u03b4\u03bf\u03c7\u03b7<\/span> <span class=\"white-text\">\u03c4\u03bf\u03c5 \u03b5\u03b1\u03c5\u03c4\u03bf\u03c5 \u03c3\u03bf\u03c5<\/span><\/h1>\r\n                <p>\u03a3\u03c4\u03b7 \u03c3\u03c7\u03bf\u03bb\u03ae Point Club Academy \u03c3\u03c5\u03bd\u03b4\u03c5\u03ac\u03b6\u03bf\u03c5\u03bc\u03b5 \u03c4\u03b7\u03bd \u03c0\u03b1\u03c1\u03b1\u03b4\u03bf\u03c3\u03b9\u03b1\u03ba\u03ae \u03c0\u03b5\u03b9\u03b8\u03b1\u03c1\u03c7\u03af\u03b1 \u03bc\u03b5 \u03c4\u03b7 \u03c3\u03cd\u03b3\u03c7\u03c1\u03bf\u03bd\u03b7 \u03c0\u03c1\u03bf\u03c0\u03cc\u03bd\u03b7\u03c3\u03b7. \u0394\u03c5\u03bd\u03ac\u03bc\u03c9\u03c3\u03b5 \u03c4\u03bf \u03c3\u03ce\u03bc\u03b1 \u03ba\u03b1\u03b9 \u03c4\u03bf \u03bc\u03c5\u03b1\u03bb\u03cc \u03c3\u03bf\u03c5 \u03c3\u03ae\u03bc\u03b5\u03c1\u03b1.<\/p>\r\n                <div class=\"hero-buttons\">\r\n                    <a href=\"#forma\" class=\"btn-primary\">\u0394\u03c9\u03c1\u03b5\u03b1\u03bd \u0394\u03bf\u03ba\u03b9\u03bc\u03b1\u03c3\u03c4\u03b9\u03ba\u03bf<\/a>\r\n                    <a href=\"#programs\" class=\"btn-secondary\">\u03a4\u03b1 \u03a0\u03c1\u03bf\u03b3\u03c1\u03b1\u03bc\u03bc\u03b1\u03c4\u03b1 \u03bc\u03b1\u03c2<\/a>\r\n                <\/div>\r\n            <\/div>\r\n        <\/div>\r\n    <\/section>\r\n\r\n    <!-- \ud83d\udee0\ufe0f \u0394\u03b9\u03bf\u03c1\u03b8\u03c9\u03bc\u03ad\u03bd\u03bf JavaScript \u03b3\u03b9\u03b1 Checkbox -->\r\n    <script>\r\n    document.addEventListener(\"DOMContentLoaded\", function () {\r\n        const demoBtn = document.querySelector('a[href=\"#forma\"].btn-primary');\r\n\r\n        if (demoBtn) {\r\n            demoBtn.addEventListener(\"click\", function (e) {\r\n                setTimeout(function () {\r\n                    const formWrapper = document.querySelector('.forma') || document.getElementById('forma');\r\n                    \r\n                    if (formWrapper) {\r\n                        \/\/ 1. \u03a3\u03c4\u03cc\u03c7\u03b5\u03c5\u03c3\u03b7 \u03c4\u03c9\u03bd Checkboxes\r\n                        const checkboxes = formWrapper.querySelectorAll('input[type=\"checkbox\"]');\r\n                        checkboxes.forEach(function(checkbox) {\r\n                            \/\/ \u03a8\u03ac\u03c7\u03bd\u03bf\u03c5\u03bc\u03b5 \u03c4\u03b7\u03bd \u03c4\u03b9\u03bc\u03ae \u03c4\u03bf\u03c5 checkbox \u03ae \u03c4\u03bf \u03ba\u03b5\u03af\u03bc\u03b5\u03bd\u03bf \u03c4\u03bf\u03c5 label \u03b4\u03af\u03c0\u03bb\u03b1 \u03c4\u03bf\u03c5\r\n                            const label = checkbox.closest('label') || formWrapper.querySelector(`label[for=\"${checkbox.id}\"]`);\r\n                            const labelText = label ? label.textContent.toLowerCase() : '';\r\n                            const checkboxValue = checkbox.value.toLowerCase();\r\n                            \r\n                            if (labelText.includes(\"\u03b4\u03bf\u03ba\u03b9\u03bc\u03b1\u03c3\u03c4\u03b9\u03ba\u03cc\") || checkboxValue.includes(\"\u03b4\u03bf\u03ba\u03b9\u03bc\u03b1\u03c3\u03c4\u03b9\u03ba\u03cc\")) {\r\n                                checkbox.checked = true;\r\n                                checkbox.dispatchEvent(new Event('change', { bubbles: true }));\r\n                            }\r\n                        });\r\n\r\n                        \/\/ 2. \u03a3\u03c5\u03bc\u03c0\u03bb\u03ae\u03c1\u03c9\u03c3\u03b7 \u03c4\u03bf\u03c5 \u039c\u03b7\u03bd\u03cd\u03bc\u03b1\u03c4\u03bf\u03c2 (Textarea)\r\n                        const textareaField = formWrapper.querySelector('textarea');\r\n                        if (textareaField) {\r\n                            textareaField.value = \"\u0395\u03bd\u03b4\u03b9\u03b1\u03c6\u03ad\u03c1\u03bf\u03bc\u03b1\u03b9 \u03b3\u03b9\u03b1 \u03ad\u03bd\u03b1 \u0394\u03c9\u03c1\u03b5\u03ac\u03bd \u0394\u03bf\u03ba\u03b9\u03bc\u03b1\u03c3\u03c4\u03b9\u03ba\u03cc \u03bc\u03ac\u03b8\u03b7\u03bc\u03b1 \u03c3\u03c4\u03bf Point Club Academy!\";\r\n                            textareaField.dispatchEvent(new Event('input', { bubbles: true }));\r\n                            textareaField.dispatchEvent(new Event('change', { bubbles: true }));\r\n                        }\r\n                    }\r\n                }, 150);\r\n            });\r\n        }\r\n    });\r\n    <\/script>\r\n\r\n<\/body>\r\n<\/html>\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/section>\n\t\t\t\t<section class=\"has-el-gap el-gap-default elementor-section elementor-top-section elementor-element elementor-element-5700a49 elementor-section-boxed elementor-section-height-default elementor-section-height-default\" data-id=\"5700a49\" data-element_type=\"section\" data-e-type=\"section\">\n\t\t\t\t\t\t<div class=\"elementor-container elementor-column-gap-no\">\n\t\t\t\t\t<div class=\"elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-863f16c\" data-id=\"863f16c\" data-element_type=\"column\" data-e-type=\"column\">\n\t\t\t<div class=\"elementor-widget-wrap\">\n\t\t\t\t\t\t\t<\/div>\n\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/section>\n\t\t\t\t<section class=\"has-el-gap el-gap-default elementor-section elementor-top-section elementor-element elementor-element-2f1730a elementor-section-boxed elementor-section-height-default elementor-section-height-default\" data-id=\"2f1730a\" data-element_type=\"section\" data-e-type=\"section\">\n\t\t\t\t\t\t<div class=\"elementor-container elementor-column-gap-no\">\n\t\t\t\t\t<div class=\"elementor-column elementor-col-50 elementor-top-column elementor-element elementor-element-f321c41\" data-id=\"f321c41\" data-element_type=\"column\" data-e-type=\"column\">\n\t\t\t<div class=\"elementor-widget-wrap elementor-element-populated\">\n\t\t\t\t\t\t<div class=\"elementor-element elementor-element-c287a10 elementor-widget__width-initial elementor-invisible elementor-widget elementor-widget-smartmag-heading\" data-id=\"c287a10\" data-element_type=\"widget\" data-e-type=\"widget\" data-settings=\"{&quot;_animation&quot;:&quot;bounceIn&quot;}\" data-widget_type=\"smartmag-heading.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t\n\t\t\t\t<div class=\"block-head block-head-c is-left\">\n\n\t\t\t\t\t<h4 class=\"heading\">\u0397 \u03a3\u03a7\u039f\u039b\u0397 \u039c\u0391\u03a3<\/h4>\t\t\t\t\t\n\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\n\t\t\t\n\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/div>\n\t\t\t\t<div class=\"elementor-column elementor-col-50 elementor-top-column elementor-element elementor-element-6ab4931\" data-id=\"6ab4931\" data-element_type=\"column\" data-e-type=\"column\">\n\t\t\t<div class=\"elementor-widget-wrap\">\n\t\t\t\t\t\t\t<\/div>\n\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/section>\n\t\t\t\t<section class=\"has-el-gap el-gap-default elementor-section elementor-top-section elementor-element elementor-element-35785f3 elementor-section-boxed elementor-section-height-default elementor-section-height-default\" data-id=\"35785f3\" data-element_type=\"section\" data-e-type=\"section\">\n\t\t\t\t\t\t<div class=\"elementor-container elementor-column-gap-no\">\n\t\t\t\t\t<div class=\"elementor-column elementor-col-50 elementor-top-column elementor-element elementor-element-f749ef8\" data-id=\"f749ef8\" data-element_type=\"column\" data-e-type=\"column\">\n\t\t\t<div class=\"elementor-widget-wrap elementor-element-populated\">\n\t\t\t\t\t\t<div class=\"elementor-element elementor-element-66a3e82 elementor-position-top elementor-widget elementor-widget-image-box\" data-id=\"66a3e82\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"image-box.default\">\n\t\t\t\t\t<div class=\"elementor-image-box-wrapper\"><figure class=\"elementor-image-box-img\"><img decoding=\"async\" src=\"https:\/\/pointclub.gr\/wp-content\/uploads\/2026\/07\/team1.png\" title=\"team1\" alt=\"team1\" loading=\"lazy\" \/><\/figure><\/div>\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-cf22390 elementor-widget__width-initial elementor-shape-rounded elementor-grid-0 e-grid-align-center elementor-widget elementor-widget-social-icons\" data-id=\"cf22390\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"social-icons.default\">\n\t\t\t\t\t\t\t<div class=\"elementor-social-icons-wrapper elementor-grid\" role=\"list\">\n\t\t\t\t\t\t\t<span class=\"elementor-grid-item\" role=\"listitem\">\n\t\t\t\t\t<a class=\"elementor-icon elementor-social-icon elementor-social-icon-facebook elementor-repeater-item-bdb16d4\" href=\"https:\/\/www.facebook.com\/groups\/261202680578217\/\" target=\"_blank\">\n\t\t\t\t\t\t<span class=\"elementor-screen-only\">Facebook<\/span>\n\t\t\t\t\t\t<svg aria-hidden=\"true\" class=\"e-font-icon-svg e-fab-facebook\" viewBox=\"0 0 512 512\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\"><path d=\"M504 256C504 119 393 8 256 8S8 119 8 256c0 123.78 90.69 226.38 209.25 245V327.69h-63V256h63v-54.64c0-62.15 37-96.48 93.67-96.48 27.14 0 55.52 4.84 55.52 4.84v61h-31.28c-30.8 0-40.41 19.12-40.41 38.73V256h68.78l-11 71.69h-57.78V501C413.31 482.38 504 379.78 504 256z\"><\/path><\/svg>\t\t\t\t\t<\/a>\n\t\t\t\t<\/span>\n\t\t\t\t\t\t\t<span class=\"elementor-grid-item\" role=\"listitem\">\n\t\t\t\t\t<a class=\"elementor-icon elementor-social-icon elementor-social-icon-instagram elementor-repeater-item-48764a9\" href=\"https:\/\/www.instagram.com\/julinddavidhi\/\" target=\"_blank\">\n\t\t\t\t\t\t<span class=\"elementor-screen-only\">Instagram<\/span>\n\t\t\t\t\t\t<svg aria-hidden=\"true\" class=\"e-font-icon-svg e-fab-instagram\" viewBox=\"0 0 448 512\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\"><path d=\"M224.1 141c-63.6 0-114.9 51.3-114.9 114.9s51.3 114.9 114.9 114.9S339 319.5 339 255.9 287.7 141 224.1 141zm0 189.6c-41.1 0-74.7-33.5-74.7-74.7s33.5-74.7 74.7-74.7 74.7 33.5 74.7 74.7-33.6 74.7-74.7 74.7zm146.4-194.3c0 14.9-12 26.8-26.8 26.8-14.9 0-26.8-12-26.8-26.8s12-26.8 26.8-26.8 26.8 12 26.8 26.8zm76.1 27.2c-1.7-35.9-9.9-67.7-36.2-93.9-26.2-26.2-58-34.4-93.9-36.2-37-2.1-147.9-2.1-184.9 0-35.8 1.7-67.6 9.9-93.9 36.1s-34.4 58-36.2 93.9c-2.1 37-2.1 147.9 0 184.9 1.7 35.9 9.9 67.7 36.2 93.9s58 34.4 93.9 36.2c37 2.1 147.9 2.1 184.9 0 35.9-1.7 67.7-9.9 93.9-36.2 26.2-26.2 34.4-58 36.2-93.9 2.1-37 2.1-147.8 0-184.8zM398.8 388c-7.8 19.6-22.9 34.7-42.6 42.6-29.5 11.7-99.5 9-132.1 9s-102.7 2.6-132.1-9c-19.6-7.8-34.7-22.9-42.6-42.6-11.7-29.5-9-99.5-9-132.1s-2.6-102.7 9-132.1c7.8-19.6 22.9-34.7 42.6-42.6 29.5-11.7 99.5-9 132.1-9s102.7-2.6 132.1 9c19.6 7.8 34.7 22.9 42.6 42.6 11.7 29.5 9 99.5 9 132.1s2.7 102.7-9 132.1z\"><\/path><\/svg>\t\t\t\t\t<\/a>\n\t\t\t\t<\/span>\n\t\t\t\t\t\t\t<span class=\"elementor-grid-item\" role=\"listitem\">\n\t\t\t\t\t<a class=\"elementor-icon elementor-social-icon elementor-social-icon-whatsapp elementor-repeater-item-5095240\" target=\"_blank\">\n\t\t\t\t\t\t<span class=\"elementor-screen-only\">Whatsapp<\/span>\n\t\t\t\t\t\t<svg aria-hidden=\"true\" class=\"e-font-icon-svg e-fab-whatsapp\" viewBox=\"0 0 448 512\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\"><path d=\"M380.9 97.1C339 55.1 283.2 32 223.9 32c-122.4 0-222 99.6-222 222 0 39.1 10.2 77.3 29.6 111L0 480l117.7-30.9c32.4 17.7 68.9 27 106.1 27h.1c122.3 0 224.1-99.6 224.1-222 0-59.3-25.2-115-67.1-157zm-157 341.6c-33.2 0-65.7-8.9-94-25.7l-6.7-4-69.8 18.3L72 359.2l-4.4-7c-18.5-29.4-28.2-63.3-28.2-98.2 0-101.7 82.8-184.5 184.6-184.5 49.3 0 95.6 19.2 130.4 54.1 34.8 34.9 56.2 81.2 56.1 130.5 0 101.8-84.9 184.6-186.6 184.6zm101.2-138.2c-5.5-2.8-32.8-16.2-37.9-18-5.1-1.9-8.8-2.8-12.5 2.8-3.7 5.6-14.3 18-17.6 21.8-3.2 3.7-6.5 4.2-12 1.4-32.6-16.3-54-29.1-75.5-66-5.7-9.8 5.7-9.1 16.3-30.3 1.8-3.7.9-6.9-.5-9.7-1.4-2.8-12.5-30.1-17.1-41.2-4.5-10.8-9.1-9.3-12.5-9.5-3.2-.2-6.9-.2-10.6-.2-3.7 0-9.7 1.4-14.8 6.9-5.1 5.6-19.4 19-19.4 46.3 0 27.3 19.9 53.7 22.6 57.4 2.8 3.7 39.1 59.7 94.8 83.8 35.2 15.2 49 16.5 66.6 13.9 10.7-1.6 32.8-13.4 37.4-26.4 4.6-13 4.6-24.1 3.2-26.4-1.3-2.5-5-3.9-10.5-6.6z\"><\/path><\/svg>\t\t\t\t\t<\/a>\n\t\t\t\t<\/span>\n\t\t\t\t\t<\/div>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/div>\n\t\t\t\t<div class=\"elementor-column elementor-col-50 elementor-top-column elementor-element elementor-element-21e2153\" data-id=\"21e2153\" data-element_type=\"column\" data-e-type=\"column\">\n\t\t\t<div class=\"elementor-widget-wrap elementor-element-populated\">\n\t\t\t\t\t\t<div class=\"elementor-element elementor-element-02829e8 elementor-widget__width-initial elementor-widget elementor-widget-link-in-bio\" data-id=\"02829e8\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"link-in-bio.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t<div class=\"e-link-in-bio e-link-in-bio is-full-width\">\n\t\t\t<div class=\"e-link-in-bio__content\">\n\n\t\t\t\t\t\t<div class=\"e-link-in-bio__identity\">\n\t\t\t\t\t\t\t\t\t<div class=\"e-link-in-bio__identity-image e-link-in-bio__identity-image-profile has-border has-style-circle\">\n\t\t\t\t\t\t\t<img fetchpriority=\"high\" decoding=\"async\" width=\"300\" height=\"300\" src=\"https:\/\/pointclub.gr\/wp-content\/uploads\/2026\/07\/julid4-300x300.jpg\" class=\"e-link-in-bio__identity-image-element\" alt=\"\" srcset=\"https:\/\/pointclub.gr\/wp-content\/uploads\/2026\/07\/julid4-300x300.jpg 300w, https:\/\/pointclub.gr\/wp-content\/uploads\/2026\/07\/julid4-150x150.jpg 150w, https:\/\/pointclub.gr\/wp-content\/uploads\/2026\/07\/julid4-768x768.jpg 768w, https:\/\/pointclub.gr\/wp-content\/uploads\/2026\/07\/julid4-450x450.jpg 450w, https:\/\/pointclub.gr\/wp-content\/uploads\/2026\/07\/julid4.jpg 960w\" sizes=\"(max-width: 300px) 100vw, 300px\" \/>\t\t\t\t\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t<div class=\"e-link-in-bio__bio\">\n\t\t\t\t<h3 class=\"e-link-in-bio__heading\">Julind Davidhi<\/h3>\t\t\t\t\t\t\t\t\t\t\t\t<p class=\"e-link-in-bio__description\">Head Coach<\/p>\t\t\t<\/div>\n\t\t\t\t\t<div class=\"e-link-in-bio__icons has-size-large\">\n\t\t\t\t\t\t\t<div class=\"e-link-in-bio__icon is-size-large\">\n\t\t\t\t\t<a target=\"_blank\" rel=\"noopener \" aria-label=\"Facebook\" class=\"e-link-in-bio__icon-link\" href=\"\">\n\t\t\t\t\t\t<span class=\"e-link-in-bio__icon-svg\">\n\t\t\t\t\t\t\t<svg aria-hidden=\"true\" class=\"e-font-icon-svg e-fab-facebook\" viewBox=\"0 0 512 512\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\"><path d=\"M504 256C504 119 393 8 256 8S8 119 8 256c0 123.78 90.69 226.38 209.25 245V327.69h-63V256h63v-54.64c0-62.15 37-96.48 93.67-96.48 27.14 0 55.52 4.84 55.52 4.84v61h-31.28c-30.8 0-40.41 19.12-40.41 38.73V256h68.78l-11 71.69h-57.78V501C413.31 482.38 504 379.78 504 256z\"><\/path><\/svg>\t\t\t\t\t\t<\/span>\n\t\t\t\t\t\t\t\t\t\t\t<\/a>\n\t\t\t\t<\/div>\n\t\t\t\t\t\t\t<div class=\"e-link-in-bio__icon is-size-large\">\n\t\t\t\t\t<a target=\"_blank\" rel=\"noopener \" aria-label=\"Instagram\" class=\"e-link-in-bio__icon-link\" href=\"\">\n\t\t\t\t\t\t<span class=\"e-link-in-bio__icon-svg\">\n\t\t\t\t\t\t\t<svg aria-hidden=\"true\" class=\"e-font-icon-svg e-fab-instagram\" viewBox=\"0 0 448 512\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\"><path d=\"M224.1 141c-63.6 0-114.9 51.3-114.9 114.9s51.3 114.9 114.9 114.9S339 319.5 339 255.9 287.7 141 224.1 141zm0 189.6c-41.1 0-74.7-33.5-74.7-74.7s33.5-74.7 74.7-74.7 74.7 33.5 74.7 74.7-33.6 74.7-74.7 74.7zm146.4-194.3c0 14.9-12 26.8-26.8 26.8-14.9 0-26.8-12-26.8-26.8s12-26.8 26.8-26.8 26.8 12 26.8 26.8zm76.1 27.2c-1.7-35.9-9.9-67.7-36.2-93.9-26.2-26.2-58-34.4-93.9-36.2-37-2.1-147.9-2.1-184.9 0-35.8 1.7-67.6 9.9-93.9 36.1s-34.4 58-36.2 93.9c-2.1 37-2.1 147.9 0 184.9 1.7 35.9 9.9 67.7 36.2 93.9s58 34.4 93.9 36.2c37 2.1 147.9 2.1 184.9 0 35.9-1.7 67.7-9.9 93.9-36.2 26.2-26.2 34.4-58 36.2-93.9 2.1-37 2.1-147.8 0-184.8zM398.8 388c-7.8 19.6-22.9 34.7-42.6 42.6-29.5 11.7-99.5 9-132.1 9s-102.7 2.6-132.1-9c-19.6-7.8-34.7-22.9-42.6-42.6-11.7-29.5-9-99.5-9-132.1s-2.6-102.7 9-132.1c7.8-19.6 22.9-34.7 42.6-42.6 29.5-11.7 99.5-9 132.1-9s102.7-2.6 132.1 9c19.6 7.8 34.7 22.9 42.6 42.6 11.7 29.5 9 99.5 9 132.1s2.7 102.7-9 132.1z\"><\/path><\/svg>\t\t\t\t\t\t<\/span>\n\t\t\t\t\t\t\t\t\t\t\t<\/a>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t\n\t\t<div class=\"e-link-in-bio__ctas has-type-button\">\n\t\t\t\t\t\t\t<a class=\"e-link-in-bio__cta is-type-button has-corners-rounded\" href=\"tel:6992542343\">\n\t\t\t\t\t\t\t\t\t\t<span class=\"e-link-in-bio__cta-text\">\n\t\t\t\t\t\t\u0386\u03bc\u03b5\u03c3\u03b7 \u0395\u03c0\u03b9\u03ba\u03bf\u03b9\u03bd\u03c9\u03bd\u03af\u03b1\t\t\t\t\t<\/span>\n\t\t\t\t<\/a>\n\t\t\t\t\t<\/div>\n\t\t\n\t\t\t<\/div>\n\t\t\t<div class=\"e-link-in-bio__bg\">\n\t\t\t\t<div class=\"e-link-in-bio__bg-overlay\"><\/div>\n\t\t\t<\/div>\n\t\t<\/div>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/section>\n\t\t\t\t<section class=\"has-el-gap el-gap-default elementor-section elementor-top-section elementor-element elementor-element-125dc9e elementor-section-boxed elementor-section-height-default elementor-section-height-default\" data-id=\"125dc9e\" data-element_type=\"section\" data-e-type=\"section\">\n\t\t\t\t\t\t<div class=\"elementor-container elementor-column-gap-no\">\n\t\t\t\t\t<div class=\"elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-b49858f\" data-id=\"b49858f\" data-element_type=\"column\" data-e-type=\"column\">\n\t\t\t<div class=\"elementor-widget-wrap elementor-element-populated\">\n\t\t\t\t\t\t<div class=\"elementor-element elementor-element-baad9f5 elementor-widget elementor-widget-html\" data-id=\"baad9f5\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"html.default\">\n\t\t\t\t\t<section class=\"about-section\">\r\n    <div class=\"about-container\">\r\n        <p class=\"about-text\">\u03a3\u03c4\u03bf <span class=\"highlight-blue\">Point Club Academy<\/span>, \u03b7 \u03b5\u03ba\u03c0\u03b1\u03af\u03b4\u03b5\u03c5\u03c3\u03b7 \u03c3\u03c4\u03b9\u03c2 \u03c0\u03bf\u03bb\u03b5\u03bc\u03b9\u03ba\u03ad\u03c2 \u03c4\u03ad\u03c7\u03bd\u03b5\u03c2 \u03b5\u03af\u03bd\u03b1\u03b9 \u03ad\u03bd\u03b1\u03c2 \u03c4\u03c1\u03cc\u03c0\u03bf\u03c2 \u03b6\u03c9\u03ae\u03c2. \u03a0\u03c1\u03bf\u03c3\u03c6\u03ad\u03c1\u03bf\u03c5\u03bc\u03b5 \u03ad\u03bd\u03b1 \u03b1\u03c3\u03c6\u03b1\u03bb\u03ad\u03c2, \u03b4\u03c5\u03bd\u03b1\u03bc\u03b9\u03ba\u03cc \u03c0\u03b5\u03c1\u03b9\u03b2\u03ac\u03bb\u03bb\u03bf\u03bd \u03b3\u03b9\u03b1 \u03cc\u03bb\u03bf\u03c5\u03c2.<\/p>\r\n    <\/div>\r\n<\/section>\r\n\r\n<style>\r\n    .about-section { padding: 40px 0; }\r\n    .about-container { max-width: 1200px; margin: 0 auto; padding: 0 20px; text-align: center; }\r\n    .about-text { font-size: 18px; color: #555; line-height: 1.6; margin-bottom: 40px; }\r\n    .highlight-blue { color: #0055b3; font-weight: 900; }\r\n\r\n    .features-grid { \r\n        display: grid; \r\n        grid-template-columns: repeat(4, 1fr); \r\n        gap: 20px; \r\n    }\r\n    @media (max-width: 1024px) { .features-grid { grid-template-columns: repeat(2, 1fr); } }\r\n    @media (max-width: 600px) { .features-grid { grid-template-columns: 1fr; } }\r\n\r\n    .feature-card { \r\n        position: relative;\r\n        height: 350px; \r\n        border-radius: 15px; \r\n        overflow: hidden; \r\n        display: flex;\r\n        flex-direction: column;\r\n        color: white;\r\n        text-align: center; \r\n        transition: 0.5s ease;\r\n        text-decoration: none !important;\r\n    }\r\n    .feature-card:hover { transform: translateY(-10px); }\r\n\r\n    .title-wrapper {\r\n        height: 100%;\r\n        display: flex;\r\n        align-items: center;\r\n        justify-content: center;\r\n        width: 100%;\r\n    }\r\n\r\n    .feature-card h3 { \r\n        background: rgba(255, 255, 255, 0.95);\r\n        color: #0055b3;\r\n        padding: 10px 20px;\r\n        border-radius: 50px;\r\n        font-size: 18px; \r\n        margin: 0 !important; \r\n        text-transform: uppercase; \r\n        letter-spacing: 1px;\r\n        font-weight: 900;\r\n        width: 170px;\r\n    }\r\n\r\n    .feature-card p { \r\n        font-size: 13px; \r\n        color: #ffffff; \r\n        line-height: 1.5; \r\n        font-weight: 500; \r\n        text-shadow: 0 2px 4px rgba(0,0,0,0.5); \r\n        max-width: 90%; \r\n        margin: 0 auto 30px auto !important;\r\n    }\r\n\r\n    .feature-card.discipline { background: linear-gradient(rgba(0,0,0,0.3), rgba(0,0,0,0.75)), url('https:\/\/pointclub.gr\/wp-content\/uploads\/2026\/07\/aliya-amangeldi-RPjF4KKeEOQ-unsplash-scaled.jpg') center\/cover; }\r\n    .feature-card.technique { background: linear-gradient(rgba(0,0,0,0.3), rgba(0,0,0,0.75)), url('https:\/\/pointclub.gr\/wp-content\/uploads\/2026\/07\/amirr-zolfaghari-6495bM2HwOc-unsplash-scaled.jpg') center\/cover; }\r\n    .feature-card.community { background: linear-gradient(rgba(0,0,0,0.3), rgba(0,0,0,0.75)), url('https:\/\/pointclub.gr\/wp-content\/uploads\/2026\/07\/wade-austin-ellis-gpOz1RcIrPE-unsplash-scaled.jpg') center\/cover; }\r\n    .feature-card.safety { background: linear-gradient(rgba(0,0,0,0.3), rgba(0,0,0,0.75)), url('https:\/\/pointclub.gr\/wp-content\/uploads\/2026\/07\/aliya-amangeldi-RPjF4KKeEOQ-unsplash-scaled.jpg') center\/cover; }\r\n<\/style>\r\n\r\n<div class=\"features-grid\">\r\n    <a href=\"#\" class=\"feature-card discipline\">\r\n        <div class=\"title-wrapper\"><h3>\u03a0\u0395\u0399\u0398\u0391\u03a1\u03a7\u0399\u0391<\/h3><\/div>\r\n        <p>\u039a\u03b1\u03bb\u03bb\u03b9\u03b5\u03c1\u03b3\u03bf\u03cd\u03bc\u03b5 \u03c4\u03bf\u03bd \u03c7\u03b1\u03c1\u03b1\u03ba\u03c4\u03ae\u03c1\u03b1 \u03ba\u03b1\u03b9 \u03c4\u03b7 \u03c3\u03c5\u03bd\u03ad\u03c0\u03b5\u03b9\u03b1 \u03c0\u03bf\u03c5 \u03b1\u03c0\u03b1\u03b9\u03c4\u03b5\u03af \u03bf \u03ba\u03ac\u03b8\u03b5 \u03b1\u03b8\u03bb\u03b7\u03c4\u03ae\u03c2 \u03b3\u03b9\u03b1 \u03bd\u03b1 \u03c6\u03c4\u03ac\u03c3\u03b5\u03b9 \u03c8\u03b7\u03bb\u03ac.<\/p>\r\n    <\/a>\r\n    <a href=\"#\" class=\"feature-card technique\">\r\n        <div class=\"title-wrapper\"><h3>\u0395\u039e\u0395\u039b\u0399\u039e\u0397<\/h3><\/div>\r\n        <p>\u0395\u03be\u03b5\u03b9\u03b4\u03b9\u03ba\u03b5\u03c5\u03bc\u03ad\u03bd\u03b7 \u03b3\u03bd\u03ce\u03c3\u03b7 \u03bc\u03b5 \u03c0\u03c1\u03bf\u03c0\u03bf\u03bd\u03b7\u03c4\u03ad\u03c2 \u03c0\u03bf\u03c5 \u03b5\u03c3\u03c4\u03b9\u03ac\u03b6\u03bf\u03c5\u03bd \u03c3\u03c4\u03b7 \u03c3\u03c9\u03c3\u03c4\u03ae \u03c4\u03b5\u03c7\u03bd\u03b9\u03ba\u03ae \u03ba\u03b1\u03b9 \u03c4\u03b7\u03bd \u03b1\u03c0\u03cc\u03b4\u03bf\u03c3\u03b7.<\/p>\r\n    <\/a>\r\n    <a href=\"#\" class=\"feature-card community\">\r\n        <div class=\"title-wrapper\"><h3>\u039f\u039c\u0391\u0394\u0391<\/h3><\/div>\r\n        <p>\u0393\u03af\u03bd\u03b5 \u03bc\u03ad\u03bb\u03bf\u03c2 \u03bc\u03b9\u03b1\u03c2 \u03ba\u03bf\u03b9\u03bd\u03cc\u03c4\u03b7\u03c4\u03b1\u03c2 \u03c0\u03bf\u03c5 \u03c3\u03b5 \u03c3\u03c4\u03b7\u03c1\u03af\u03b6\u03b5\u03b9. \u0395\u03b4\u03ce \u03c7\u03c4\u03af\u03b6\u03bf\u03c5\u03bc\u03b5 \u03b9\u03c3\u03c7\u03c5\u03c1\u03bf\u03cd\u03c2 \u03b4\u03b5\u03c3\u03bc\u03bf\u03cd\u03c2 \u03ba\u03b1\u03b9 \u03b1\u03c0\u03bf\u03c4\u03b5\u03bb\u03ad\u03c3\u03bc\u03b1\u03c4\u03b1.<\/p>\r\n    <\/a>\r\n    <a href=\"#\" class=\"feature-card safety\">\r\n        <div class=\"title-wrapper\"><h3>\u0391\u03a3\u03a6\u0391\u039b\u0395\u0399\u0391<\/h3><\/div>\r\n        <p>\u0397 \u03c0\u03c1\u03bf\u03c3\u03c4\u03b1\u03c3\u03af\u03b1 \u03c4\u03c9\u03bd \u03b1\u03b8\u03bb\u03b7\u03c4\u03ce\u03bd \u03bc\u03b1\u03c2 \u03b5\u03af\u03bd\u03b1\u03b9 \u03b7 \u03c0\u03c1\u03bf\u03c4\u03b5\u03c1\u03b1\u03b9\u03cc\u03c4\u03b7\u03c4\u03ac \u03bc\u03b1\u03c2. \u0395\u03ba\u03c0\u03b1\u03b9\u03b4\u03b5\u03c5\u03cc\u03bc\u03b1\u03c3\u03c4\u03b5 \u03bc\u03b5 \u03b1\u03c0\u03cc\u03bb\u03c5\u03c4\u03b7 \u03c5\u03c0\u03b5\u03c5\u03b8\u03c5\u03bd\u03cc\u03c4\u03b7\u03c4\u03b1 \u03c3\u03b5 \u03ba\u03ac\u03b8\u03b5 \u03c3\u03c4\u03ac\u03b4\u03b9\u03bf.<\/p>\r\n    <\/a>\r\n<\/div>\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/section>\n\t\t\t\t<section class=\"has-el-gap el-gap-default elementor-section elementor-top-section elementor-element elementor-element-72c389a elementor-section-boxed elementor-section-height-default elementor-section-height-default\" data-id=\"72c389a\" data-element_type=\"section\" data-e-type=\"section\">\n\t\t\t\t\t\t<div class=\"elementor-container elementor-column-gap-no\">\n\t\t\t\t\t<div class=\"elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-e241ab8\" data-id=\"e241ab8\" data-element_type=\"column\" data-e-type=\"column\">\n\t\t\t<div class=\"elementor-widget-wrap\">\n\t\t\t\t\t\t\t<\/div>\n\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/section>\n\t\t\t\t<section class=\"has-el-gap el-gap-default elementor-section elementor-top-section elementor-element elementor-element-96306cd elementor-section-boxed elementor-section-height-default elementor-section-height-default\" data-id=\"96306cd\" data-element_type=\"section\" data-e-type=\"section\">\n\t\t\t\t\t\t<div class=\"elementor-container elementor-column-gap-no\">\n\t\t\t\t\t<div class=\"elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-ef2621c\" data-id=\"ef2621c\" data-element_type=\"column\" data-e-type=\"column\">\n\t\t\t<div class=\"elementor-widget-wrap elementor-element-populated\">\n\t\t\t\t\t\t<div class=\"elementor-element elementor-element-7680463 elementor-widget elementor-widget-smartmag-codes\" data-id=\"7680463\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"smartmag-codes.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<div class=\"a-wrap\"> <\/div>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/section>\n\t\t\t\t<section class=\"has-el-gap el-gap-default elementor-section elementor-top-section elementor-element elementor-element-f324a9d elementor-section-boxed elementor-section-height-default elementor-section-height-default\" data-id=\"f324a9d\" data-element_type=\"section\" data-e-type=\"section\" id=\"programs\">\n\t\t\t\t\t\t<div class=\"elementor-container elementor-column-gap-no\">\n\t\t\t\t\t<div class=\"elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-049a476\" data-id=\"049a476\" data-element_type=\"column\" data-e-type=\"column\">\n\t\t\t<div class=\"elementor-widget-wrap elementor-element-populated\">\n\t\t\t\t\t\t<div class=\"elementor-element elementor-element-758289a elementor-widget elementor-widget-html\" data-id=\"758289a\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"html.default\">\n\t\t\t\t\t<link href=\"https:\/\/fonts.googleapis.com\/css2?family=Montserrat:wght@400;700;900&amp;display=swap\" rel=\"stylesheet\">\r\n\r\n<style>\r\n    .disciplines-container { padding: 60px 20px; max-width: 1200px; margin: 0 auto; font-family: 'Montserrat', sans-serif; }\r\n    .row-container { display: flex; flex-direction: column; gap: 40px; }\r\n    \r\n    .program-row { \r\n        display: flex; \r\n        align-items: center; \r\n        gap: 40px; \r\n        background: #ffffff;\r\n        padding: 30px;\r\n        border-radius: 24px;\r\n        box-shadow: 0 10px 30px rgba(0,0,0,0.05);\r\n    }\r\n    .program-row.reverse { flex-direction: row-reverse; }\r\n\r\n    .program-img-col { flex: 1; height: 350px; border-radius: 16px; overflow: hidden; position: relative; }\r\n    .program-img { width: 100%; height: 100%; background-size: cover; background-position: center; transition: transform 0.5s ease; display: block; }\r\n    .program-img-col:hover .program-img { transform: scale(1.05); }\r\n\r\n    .img-kickboxing { background-image: url('https:\/\/pointclub.gr\/wp-content\/uploads\/2026\/07\/veronika-selina-cypOlq2wal8-unsplash-scaled.jpg'); }\r\n    .img-kungfu { background-image: url('https:\/\/pointclub.gr\/wp-content\/uploads\/2026\/07\/thao-lee-igLzPKOvZNw-unsplash-scaled.jpg'); }\r\n\r\n    .program-text-col { flex: 1; padding: 20px; }\r\n    .program-text-col h3 { font-size: 36px; font-weight: 900; color: #0055b3; margin-bottom: 20px; text-transform: uppercase; }\r\n    .program-text-col p { font-size: 16px; color: #555; margin-bottom: 30px; line-height: 1.8; }\r\n\r\n    .btn-primary { display: inline-block; background-color: #0055b3; color: #ffffff; padding: 14px 30px; text-decoration: none; font-weight: 700; border-radius: 50px; text-transform: uppercase; font-size: 13px; transition: all 0.3s ease; cursor: pointer; }\r\n    .btn-primary:hover { background-color: #3385ff; transform: translateY(-3px); box-shadow: 0 5px 15px rgba(0,85,179,0.3); }\r\n\r\n    @media (max-width: 768px) {\r\n        .program-row, .program-row.reverse { \r\n            flex-direction: column !important; \r\n            padding: 15px !important;\r\n            gap: 20px !important;\r\n        }\r\n        \r\n        .program-img-col { \r\n            width: 100% !important; \r\n            max-width: 100% !important;\r\n            height: 180px !important; \r\n            display: block !important;\r\n            order: -1 !important; \r\n        }\r\n        \r\n        .program-img { \r\n            display: block !important;\r\n            width: 100% !important;\r\n            height: 180px !important; \r\n            background-size: cover !important;\r\n            background-position: center !important;\r\n        }\r\n        \r\n        .program-text-col { \r\n            text-align: center !important; \r\n            padding: 10px 0 0 0 !important;\r\n        }\r\n        \r\n        .program-text-col h3 {\r\n            font-size: 28px !important;\r\n            margin-bottom: 12px !important;\r\n        }\r\n        \r\n        .program-text-col p {\r\n            font-size: 14px !important;\r\n            margin-bottom: 20px !important;\r\n        }\r\n    }\r\n<\/style>\r\n\r\n<section class=\"disciplines-container\">\r\n    <div class=\"row-container\">\r\n        \r\n        <div class=\"program-row\">\r\n            <div class=\"program-img-col\">\r\n                <div class=\"program-img img-kickboxing\"><\/div>\r\n            <\/div>\r\n            <div class=\"program-text-col\">\r\n                <h3>Kickboxing<\/h3>\r\n                <p>\u0392\u03b5\u03bb\u03c4\u03af\u03c9\u03c3\u03b5 \u03c4\u03b7 \u03c6\u03c5\u03c3\u03b9\u03ba\u03ae \u03c3\u03bf\u03c5 \u03ba\u03b1\u03c4\u03ac\u03c3\u03c4\u03b1\u03c3\u03b7, \u03ba\u03ac\u03c8\u03b5 \u03b8\u03b5\u03c1\u03bc\u03af\u03b4\u03b5\u03c2 \u03ba\u03b1\u03b9 \u03bc\u03ac\u03b8\u03b5 \u03b1\u03c0\u03bf\u03c4\u03b5\u03bb\u03b5\u03c3\u03bc\u03b1\u03c4\u03b9\u03ba\u03ae \u03b1\u03c5\u03c4\u03bf\u03ac\u03bc\u03c5\u03bd\u03b1. \u039a\u03b1\u03c4\u03ac\u03bb\u03bb\u03b7\u03bb\u03bf \u03b3\u03b9\u03b1 \u03cc\u03bb\u03b1 \u03c4\u03b1 \u03b5\u03c0\u03af\u03c0\u03b5\u03b4\u03b1, \u03b1\u03c0\u03cc \u03b1\u03c1\u03c7\u03ac\u03c1\u03b9\u03bf\u03c5\u03c2 \u03bc\u03ad\u03c7\u03c1\u03b9 \u03c0\u03c1\u03bf\u03c7\u03c9\u03c1\u03b7\u03bc\u03ad\u03bd\u03bf\u03c5\u03c2 \u03b1\u03b8\u03bb\u03b7\u03c4\u03ad\u03c2 \u03c0\u03bf\u03c5 \u03b8\u03ad\u03bb\u03bf\u03c5\u03bd \u03bd\u03b1 \u03be\u03b5\u03c0\u03b5\u03c1\u03ac\u03c3\u03bf\u03c5\u03bd \u03c4\u03b1 \u03cc\u03c1\u03b9\u03ac \u03c4\u03bf\u03c5\u03c2 \u03c3\u03b5 \u03ad\u03bd\u03b1 \u03b4\u03c5\u03bd\u03b1\u03bc\u03b9\u03ba\u03cc \u03ba\u03b1\u03b9 \u03b1\u03c3\u03c6\u03b1\u03bb\u03ad\u03c2 \u03c0\u03b5\u03c1\u03b9\u03b2\u03ac\u03bb\u03bb\u03bf\u03bd.<\/p>\r\n                <a href=\"#kickboxing-info\" class=\"btn-primary program-btn\" data-sport=\"Kickboxing\">\u03a0\u03b5\u03c1\u03b9\u03c3\u03c3\u03bf\u03c4\u03b5\u03c1\u03b1<\/a>\r\n            <\/div>\r\n        <\/div>\r\n\r\n        <div class=\"program-row reverse\">\r\n            <div class=\"program-img-col\">\r\n                <div class=\"program-img img-kungfu\"><\/div>\r\n            <\/div>\r\n            <div class=\"program-text-col\">\r\n                <h3>Kung Fu<\/h3>\r\n                <p>\u0397 \u03c0\u03b1\u03c1\u03b1\u03b4\u03bf\u03c3\u03b9\u03b1\u03ba\u03ae \u03c4\u03ad\u03c7\u03bd\u03b7 \u03c4\u03b7\u03c2 \u03c0\u03b5\u03b9\u03b8\u03b1\u03c1\u03c7\u03af\u03b1\u03c2, \u03c4\u03b7\u03c2 \u03b1\u03c5\u03c4\u03bf\u03c3\u03c5\u03b3\u03ba\u03ad\u03bd\u03c4\u03c1\u03c9\u03c3\u03b7\u03c2 \u03ba\u03b1\u03b9 \u03c4\u03b7\u03c2 \u03c3\u03c9\u03bc\u03b1\u03c4\u03b9\u03ba\u03ae\u03c2 \u03b5\u03bd\u03b1\u03c1\u03bc\u03cc\u03bd\u03b9\u03c3\u03b7\u03c2. \u039c\u03ac\u03b8\u03b5 \u03c4\u03b7\u03bd \u03c4\u03ad\u03c7\u03bd\u03b7 \u03c4\u03b7\u03c2 \u03ba\u03af\u03bd\u03b7\u03c3\u03b7\u03c2, \u03c4\u03b7\u03c2 \u03b9\u03c3\u03bf\u03c1\u03c1\u03bf\u03c0\u03af\u03b1\u03c2 \u03ba\u03b1\u03b9 \u03c4\u03b7\u03c2 \u03c0\u03bd\u03b5\u03c5\u03bc\u03b1\u03c4\u03b9\u03ba\u03ae\u03c2 \u03b4\u03cd\u03bd\u03b1\u03bc\u03b7\u03c2, \u03c7\u03c4\u03af\u03b6\u03bf\u03bd\u03c4\u03b1\u03c2 \u03ad\u03bd\u03b1 \u03c5\u03b3\u03b9\u03ad\u03c2 \u03c3\u03ce\u03bc\u03b1 \u03ba\u03b1\u03b9 \u03ad\u03bd\u03b1 \u03ba\u03b1\u03b8\u03b1\u03c1\u03cc \u03bc\u03c5\u03b1\u03bb\u03cc \u03c0\u03c1\u03bf\u03c3\u03b7\u03bb\u03c9\u03bc\u03ad\u03bd\u03bf \u03c3\u03c4\u03bf\u03c5\u03c2 \u03c3\u03c4\u03cc\u03c7\u03bf\u03c5\u03c2 \u03c3\u03bf\u03c5.<\/p>\r\n                <a href=\"#kungfu-info\" class=\"btn-primary program-btn\" data-sport=\"Kung Fu\">\u03a0\u03b5\u03c1\u03b9\u03c3\u03c3\u03bf\u03c4\u03b5\u03c1\u03b1<\/a>\r\n            <\/div>\r\n        <\/div>\r\n\r\n    <\/div>\r\n<\/section>\r\n\r\n<script>\r\ndocument.addEventListener(\"DOMContentLoaded\", function() {\r\n    document.querySelectorAll('.program-btn').forEach(button => {\r\n        button.addEventListener('click', function(e) {\r\n            e.preventDefault();\r\n            \r\n            const formSection = document.getElementById('forma');\r\n            if (formSection) {\r\n                formSection.scrollIntoView({ behavior: 'smooth' });\r\n            }\r\n\r\n            const formContainer = document.getElementById('contact-form-7-container');\r\n            if (formContainer) {\r\n                const infoCheckbox = formContainer.querySelector('input[type=\"checkbox\"]');\r\n                if (infoCheckbox) {\r\n                    infoCheckbox.checked = true;\r\n                    infoCheckbox.dispatchEvent(new Event('change', { bubbles: true }));\r\n                }\r\n\r\n                const sportName = this.getAttribute('data-sport');\r\n                const textarea = formContainer.querySelector('textarea');\r\n                if (textarea) {\r\n                    textarea.value = `\u0398\u03b1 \u03ae\u03b8\u03b5\u03bb\u03b1 \u03c0\u03bb\u03b7\u03c1\u03bf\u03c6\u03bf\u03c1\u03af\u03b5\u03c2 \u03b3\u03b9\u03b1 \u03c4\u03bf \u03c4\u03bc\u03ae\u03bc\u03b1 ${sportName}.`;\r\n                    textarea.dispatchEvent(new Event('input', { bubbles: true }));\r\n                    textarea.dispatchEvent(new Event('change', { bubbles: true }));\r\n                }\r\n            }\r\n        });\r\n    });\r\n});\r\n<\/script>\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/section>\n\t\t\t\t<section class=\"has-el-gap el-gap-default elementor-section elementor-top-section elementor-element elementor-element-1dabc84 elementor-section-boxed elementor-section-height-default elementor-section-height-default\" data-id=\"1dabc84\" data-element_type=\"section\" data-e-type=\"section\" id=\"gallery\">\n\t\t\t\t\t\t<div class=\"elementor-container elementor-column-gap-no\">\n\t\t\t\t\t<div class=\"elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-1ed2e52\" data-id=\"1ed2e52\" data-element_type=\"column\" data-e-type=\"column\">\n\t\t\t<div class=\"elementor-widget-wrap elementor-element-populated\">\n\t\t\t\t\t\t<div class=\"elementor-element elementor-element-d7078c3 elementor-widget__width-initial elementor-invisible elementor-widget elementor-widget-smartmag-heading\" data-id=\"d7078c3\" data-element_type=\"widget\" data-e-type=\"widget\" data-settings=\"{&quot;_animation&quot;:&quot;bounceIn&quot;}\" data-widget_type=\"smartmag-heading.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t\n\t\t\t\t<div class=\"block-head block-head-c is-left\">\n\n\t\t\t\t\t<h4 class=\"heading\">Gallery<\/h4>\t\t\t\t\t\n\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\n\t\t\t\n\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/section>\n\t\t\t\t<section class=\"has-el-gap el-gap-default elementor-section elementor-top-section elementor-element elementor-element-e98f124 elementor-section-boxed elementor-section-height-default elementor-section-height-default\" data-id=\"e98f124\" data-element_type=\"section\" data-e-type=\"section\">\n\t\t\t\t\t\t<div class=\"elementor-container elementor-column-gap-no\">\n\t\t\t\t\t<div class=\"elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-9d80611\" data-id=\"9d80611\" data-element_type=\"column\" data-e-type=\"column\">\n\t\t\t<div class=\"elementor-widget-wrap elementor-element-populated\">\n\t\t\t\t\t\t<div class=\"elementor-element elementor-element-37c30e3 elementor-widget elementor-widget-shortcode\" data-id=\"37c30e3\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"shortcode.default\">\n\t\t\t\t\t\t\t<div class=\"elementor-shortcode\">\t\t<div id=\"instagram-gallery-feed-0\" class=\"instagram-gallery-feed\" data-feed=\"{&quot;id&quot;:0,&quot;account_id&quot;:&quot;27535764269384282&quot;,&quot;source&quot;:&quot;username&quot;,&quot;tag&quot;:&quot;wordpress&quot;,&quot;order_by&quot;:&quot;top_media&quot;,&quot;layout&quot;:&quot;gallery&quot;,&quot;limit&quot;:9,&quot;columns&quot;:3,&quot;spacing&quot;:10,&quot;lazy&quot;:false,&quot;responsive&quot;:{&quot;desktop&quot;:{&quot;columns&quot;:3,&quot;spacing&quot;:10},&quot;tablet&quot;:{&quot;columns&quot;:2,&quot;spacing&quot;:8},&quot;mobile&quot;:{&quot;columns&quot;:1,&quot;spacing&quot;:6},&quot;breakpoints&quot;:{&quot;tablet&quot;:768,&quot;mobile&quot;:480}},&quot;aspect_ratio&quot;:{&quot;width&quot;:1,&quot;height&quot;:1},&quot;highlight&quot;:{&quot;tag&quot;:&quot;&quot;,&quot;id&quot;:&quot;&quot;,&quot;position&quot;:&quot;1,3,5&quot;},&quot;reel&quot;:{&quot;hide&quot;:false},&quot;copyright&quot;:{&quot;hide&quot;:false,&quot;placeholder&quot;:&quot;&quot;},&quot;profile&quot;:{&quot;display&quot;:false,&quot;username&quot;:&quot;&quot;,&quot;nickname&quot;:&quot;&quot;,&quot;website&quot;:&quot;&quot;,&quot;biography&quot;:&quot;&quot;,&quot;link_text&quot;:&quot;Follow&quot;,&quot;website_text&quot;:&quot;Website&quot;,&quot;avatar&quot;:&quot;&quot;},&quot;box&quot;:{&quot;display&quot;:false,&quot;padding&quot;:1,&quot;radius&quot;:0,&quot;background&quot;:&quot;#fefefe&quot;,&quot;profile&quot;:false,&quot;desc&quot;:&quot;&quot;,&quot;text_color&quot;:&quot;#000000&quot;},&quot;mask&quot;:{&quot;display&quot;:true,&quot;background&quot;:&quot;#000000&quot;,&quot;icon_color&quot;:&quot;#ffffff&quot;,&quot;likes_count&quot;:true,&quot;comments_count&quot;:true},&quot;card&quot;:{&quot;display&quot;:false,&quot;radius&quot;:1,&quot;font_size&quot;:12,&quot;background&quot;:&quot;#ffffff&quot;,&quot;background_hover&quot;:&quot;&quot;,&quot;text_color&quot;:&quot;#000000&quot;,&quot;padding&quot;:5,&quot;likes_count&quot;:false,&quot;text_length&quot;:10,&quot;comments_count&quot;:false,&quot;text_align&quot;:&quot;left&quot;},&quot;carousel&quot;:{&quot;centered_slides&quot;:false,&quot;autoplay&quot;:false,&quot;autoplay_interval&quot;:3000,&quot;navarrows&quot;:true,&quot;navarrows_color&quot;:&quot;&quot;,&quot;pagination&quot;:true,&quot;pagination_color&quot;:&quot;&quot;},&quot;modal&quot;:{&quot;display&quot;:true,&quot;profile&quot;:true,&quot;media_description&quot;:true,&quot;likes_count&quot;:true,&quot;comments_count&quot;:true,&quot;comments_list&quot;:false,&quot;text_align&quot;:&quot;left&quot;,&quot;modal_align&quot;:&quot;right&quot;,&quot;text_length&quot;:10000,&quot;font_size&quot;:12},&quot;button&quot;:{&quot;display&quot;:true,&quot;text&quot;:&quot;View on Instagram&quot;,&quot;text_color&quot;:&quot;#ffff&quot;,&quot;background&quot;:&quot;&quot;,&quot;background_hover&quot;:&quot;&quot;},&quot;button_load&quot;:{&quot;display&quot;:false,&quot;text&quot;:&quot;Load more...&quot;,&quot;text_color&quot;:&quot;#ffff&quot;,&quot;background&quot;:&quot;&quot;,&quot;background_hover&quot;:&quot;&quot;}}\">\n\t\t<!-- <FeedContainer\/> -->\n\t\t<\/div>\n\t\t<\/div>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/section>\n\t\t\t\t<section class=\"has-el-gap el-gap-default elementor-section elementor-top-section elementor-element elementor-element-bb40d1b elementor-section-boxed elementor-section-height-default elementor-section-height-default\" data-id=\"bb40d1b\" data-element_type=\"section\" data-e-type=\"section\">\n\t\t\t\t\t\t<div class=\"elementor-container elementor-column-gap-no\">\n\t\t\t\t\t<div class=\"elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-552f677\" data-id=\"552f677\" data-element_type=\"column\" data-e-type=\"column\">\n\t\t\t<div class=\"elementor-widget-wrap elementor-element-populated\">\n\t\t\t\t\t\t<div class=\"elementor-element elementor-element-ff4fa1d elementor-widget-divider--view-line elementor-widget elementor-widget-divider\" data-id=\"ff4fa1d\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"divider.default\">\n\t\t\t\t\t\t\t<div class=\"elementor-divider\">\n\t\t\t<span class=\"elementor-divider-separator\">\n\t\t\t\t\t\t<\/span>\n\t\t<\/div>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/section>\n\t\t\t\t<section class=\"has-el-gap el-gap-default elementor-section elementor-top-section elementor-element elementor-element-4e1e7c3 elementor-section-boxed elementor-section-height-default elementor-section-height-default\" data-id=\"4e1e7c3\" data-element_type=\"section\" data-e-type=\"section\">\n\t\t\t\t\t\t<div class=\"elementor-container elementor-column-gap-no\">\n\t\t\t\t\t<div class=\"elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-2a9a90c\" data-id=\"2a9a90c\" data-element_type=\"column\" data-e-type=\"column\">\n\t\t\t<div class=\"elementor-widget-wrap elementor-element-populated\">\n\t\t\t\t\t\t<div class=\"elementor-element elementor-element-88672db elementor-widget__width-initial elementor-invisible elementor-widget elementor-widget-smartmag-heading\" data-id=\"88672db\" data-element_type=\"widget\" data-e-type=\"widget\" data-settings=\"{&quot;_animation&quot;:&quot;bounceIn&quot;}\" data-widget_type=\"smartmag-heading.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t\n\t\t\t\t<div class=\"block-head block-head-c is-center\">\n\n\t\t\t\t\t<h4 class=\"heading\">\u0395\u03c0\u03b9\u03ba\u03bf\u03b9\u03bd\u03c9\u03bd\u03b9\u03b1<\/h4>\t\t\t\t\t\n\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\n\t\t\t\n\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/section>\n\t\t\t\t<section class=\"has-el-gap el-gap-default elementor-section elementor-top-section elementor-element elementor-element-01eff2b elementor-section-boxed elementor-section-height-default elementor-section-height-default\" data-id=\"01eff2b\" data-element_type=\"section\" data-e-type=\"section\">\n\t\t\t\t\t\t<div class=\"elementor-container elementor-column-gap-no\">\n\t\t\t\t\t<div class=\"elementor-column elementor-col-50 elementor-top-column elementor-element elementor-element-c1bf0fd\" data-id=\"c1bf0fd\" data-element_type=\"column\" data-e-type=\"column\">\n\t\t\t<div class=\"elementor-widget-wrap\">\n\t\t\t\t\t\t\t<\/div>\n\t\t<\/div>\n\t\t\t\t<div class=\"elementor-column elementor-col-50 elementor-top-column elementor-element elementor-element-0e7c5ca\" data-id=\"0e7c5ca\" data-element_type=\"column\" data-e-type=\"column\">\n\t\t\t<div class=\"elementor-widget-wrap\">\n\t\t\t\t\t\t\t<\/div>\n\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/section>\n\t\t\t\t<section class=\"has-el-gap el-gap-default elementor-section elementor-top-section elementor-element elementor-element-b730b7b elementor-section-boxed elementor-section-height-default elementor-section-height-default\" data-id=\"b730b7b\" data-element_type=\"section\" data-e-type=\"section\">\n\t\t\t\t\t\t<div class=\"elementor-container elementor-column-gap-no\">\n\t\t\t\t\t<div class=\"elementor-column elementor-col-50 elementor-top-column elementor-element elementor-element-749c656\" data-id=\"749c656\" data-element_type=\"column\" data-e-type=\"column\">\n\t\t\t<div class=\"elementor-widget-wrap elementor-element-populated\">\n\t\t\t\t\t\t<div class=\"elementor-element elementor-element-fa2c790 elementor-widget__width-initial elementor-widget elementor-widget-shortcode\" data-id=\"fa2c790\" data-element_type=\"widget\" data-e-type=\"widget\" id=\"forma\" data-widget_type=\"shortcode.default\">\n\t\t\t\t\t\t\t<div class=\"elementor-shortcode\"><div id=\"contact-form-7-container\" class=\"contact-info-box\">\n    <h3 class=\"contact-header\">\u03a6\u039f\u03a1\u039c\u0391 \u0395\u03a0\u0399\u039a\u039f\u0399\u039d\u03a9\u039d\u0399\u0391\u03a3<\/h3>\n    <div class=\"blue-line\"><\/div>\n    \n    \n<div class=\"wpcf7 no-js\" id=\"wpcf7-f32-o1\" lang=\"en-US\" dir=\"ltr\" data-wpcf7-id=\"32\">\n<div class=\"screen-reader-response\"><p role=\"status\" aria-live=\"polite\" aria-atomic=\"true\"><\/p> <ul><\/ul><\/div>\n<form action=\"\/index.php?rest_route=%2Fwp%2Fv2%2Fpages%2F6#wpcf7-f32-o1\" method=\"post\" class=\"wpcf7-form init\" aria-label=\"Contact form\" novalidate=\"novalidate\" data-status=\"init\">\n<fieldset class=\"hidden-fields-container\"><input type=\"hidden\" name=\"_wpcf7\" value=\"32\" \/><input type=\"hidden\" name=\"_wpcf7_version\" value=\"6.1.6\" \/><input type=\"hidden\" name=\"_wpcf7_locale\" value=\"en_US\" \/><input type=\"hidden\" name=\"_wpcf7_unit_tag\" value=\"wpcf7-f32-o1\" \/><input type=\"hidden\" name=\"_wpcf7_container_post\" value=\"0\" \/><input type=\"hidden\" name=\"_wpcf7_posted_data_hash\" value=\"\" \/>\n<\/fieldset>\n<p><label> \u039f\u03bd\u03bf\u03bc\u03b1\u03c4\u03b5\u03c0\u03ce\u03bd\u03c5\u03bc\u03bf * <\/label><br \/>\n<span class=\"wpcf7-form-control-wrap\" data-name=\"your-name\"><input size=\"40\" maxlength=\"400\" class=\"wpcf7-form-control wpcf7-text wpcf7-validates-as-required\" aria-required=\"true\" aria-invalid=\"false\" value=\"\" type=\"text\" name=\"your-name\" \/><\/span>\n<\/p>\n<p><label> Email * <\/label><br \/>\n<span class=\"wpcf7-form-control-wrap\" data-name=\"your-email\"><input size=\"40\" maxlength=\"400\" class=\"wpcf7-form-control wpcf7-email wpcf7-validates-as-required wpcf7-text wpcf7-validates-as-email\" aria-required=\"true\" aria-invalid=\"false\" value=\"\" type=\"email\" name=\"your-email\" \/><\/span>\n<\/p>\n<p><label> \u03a4\u03b7\u03bb\u03ad\u03c6\u03c9\u03bd\u03bf <\/label><br \/>\n<span class=\"wpcf7-form-control-wrap\" data-name=\"tel-516\"><input size=\"40\" maxlength=\"400\" class=\"wpcf7-form-control wpcf7-tel wpcf7-text wpcf7-validates-as-tel\" aria-invalid=\"false\" value=\"\" type=\"tel\" name=\"tel-516\" \/><\/span>\n<\/p>\n<p><label> \u03a4\u03b9 \u03c3\u03b1\u03c2 \u03b5\u03bd\u03b4\u03b9\u03b1\u03c6\u03ad\u03c1\u03b5\u03b9; <\/label><br \/>\n<span class=\"wpcf7-form-control-wrap\" data-name=\"checkbox-733\"><span class=\"wpcf7-form-control wpcf7-checkbox\"><span class=\"wpcf7-list-item first\"><label><input type=\"checkbox\" name=\"checkbox-733[]\" value=\"\u0394\u03bf\u03ba\u03b9\u03bc\u03b1\u03c3\u03c4\u03b9\u03ba\u03cc\" \/><span class=\"wpcf7-list-item-label\">\u0394\u03bf\u03ba\u03b9\u03bc\u03b1\u03c3\u03c4\u03b9\u03ba\u03cc<\/span><\/label><\/span><span class=\"wpcf7-list-item\"><label><input type=\"checkbox\" name=\"checkbox-733[]\" value=\"\u039d\u03ad\u03b1 \u03b5\u03b3\u03b3\u03c1\u03b1\u03c6\u03ae\" \/><span class=\"wpcf7-list-item-label\">\u039d\u03ad\u03b1 \u03b5\u03b3\u03b3\u03c1\u03b1\u03c6\u03ae<\/span><\/label><\/span><span class=\"wpcf7-list-item last\"><label><input type=\"checkbox\" name=\"checkbox-733[]\" value=\"\u03a0\u03bb\u03b7\u03c1\u03bf\u03c6\u03bf\u03c1\u03af\u03b5\u03c2\" \/><span class=\"wpcf7-list-item-label\">\u03a0\u03bb\u03b7\u03c1\u03bf\u03c6\u03bf\u03c1\u03af\u03b5\u03c2<\/span><\/label><\/span><\/span><\/span>\n<\/p>\n<p><label> \u039c\u03ae\u03bd\u03c5\u03bc\u03b1 (\u03c0\u03c1\u03bf\u03b1\u03b9\u03c1\u03b5\u03c4\u03b9\u03ba\u03cc) <\/label><br \/>\n<span class=\"wpcf7-form-control-wrap\" data-name=\"your-message\"><textarea cols=\"40\" rows=\"10\" maxlength=\"2000\" class=\"wpcf7-form-control wpcf7-textarea\" aria-invalid=\"false\" name=\"your-message\"><\/textarea><\/span>\n<\/p>\n<p><label> \u03a0\u03cc\u03c3\u03bf \u03ba\u03ac\u03bd\u03b5\u03b9 8+8; * <\/label><br \/>\n<span class=\"wpcf7-form-control-wrap\" data-name=\"quiz-49\"><label><span class=\"wpcf7-quiz-label\"><\/span> <input size=\"40\" class=\"wpcf7-form-control wpcf7-quiz\" autocomplete=\"off\" aria-required=\"true\" aria-invalid=\"false\" type=\"text\" name=\"quiz-49\" \/><\/label><input type=\"hidden\" name=\"_wpcf7_quiz_answer_quiz-49\" value=\"7a34d03ed94aa44658a28b2914d94ae3\" \/><\/span>\n<\/p>\n<p><input class=\"wpcf7-form-control wpcf7-submit has-spinner\" type=\"submit\" value=\"\u0391\u03a0\u039f\u03a3\u03a4\u039f\u039b\u0397\" \/>\n<\/p><div class=\"wpcf7-response-output\" aria-hidden=\"true\"><\/div>\n<\/form>\n<\/div>\n\n<\/div>\n\n<style>\n    \/* \u03a4\u03bf \u03ba\u03bf\u03c5\u03c4\u03af *\/\n    #contact-form-7-container.contact-info-box {\n        padding: 15px !important;\n        background-color: #f9f9f9 !important;\n        border: 1px solid #e0e0e0 !important;\n        border-radius: 12px !important;\n        box-shadow: 0 4px 10px rgba(0,0,0,0.05) !important;\n        width: 100% !important;\n        max-width: 900px !important;\n        margin: 0 auto !important;\n    }\n\n    \/* \u03a0\u03b5\u03b4\u03af\u03b1 \u03c6\u03cc\u03c1\u03bc\u03b1\u03c2 *\/\n    #contact-form-7-container .wpcf7-form-control {\n        height: 28px !important;\n        margin-bottom: 8px !important;\n        width: 90% !important;\n        box-sizing: border-box !important;\n        border-radius: 5px !important;\n        border: 1px solid #ccc !important;\n        padding: 4px 8px !important;\n    }\n\n    \/* Textarea \u03c0\u03b9\u03bf \u03ba\u03bf\u03bd\u03c4\u03ae *\/\n    #contact-form-7-container textarea.wpcf7-form-control {\n        height: 100px !important;\n    }\n\n    \/* \u039a\u03bf\u03c5\u03bc\u03c0\u03af *\/\n    #contact-form-7-container .wpcf7-submit {\n        background-color: #0055b3 !important;\n        color: #fff !important;\n        height: 40px !important;\n        border: none !important;\n        border-radius: 5px !important;\n        width: 40% !important;\n    }\n<\/style><\/div>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/div>\n\t\t\t\t<div class=\"elementor-column elementor-col-50 elementor-top-column elementor-element elementor-element-8cd7039\" data-id=\"8cd7039\" data-element_type=\"column\" data-e-type=\"column\">\n\t\t\t<div class=\"elementor-widget-wrap elementor-element-populated\">\n\t\t\t\t\t\t<div class=\"elementor-element elementor-element-6de754f elementor-widget elementor-widget-html\" data-id=\"6de754f\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"html.default\">\n\t\t\t\t\t<!-- \u0391\u03c5\u03c4\u03ae \u03b7 \u03b3\u03c1\u03b1\u03bc\u03bc\u03ae \u00ab\u03be\u03b5\u03ba\u03bb\u03b5\u03b9\u03b4\u03ce\u03bd\u03b5\u03b9\u00bb \u03c4\u03b1 \u03b5\u03b9\u03ba\u03bf\u03bd\u03af\u03b4\u03b9\u03b1 \u03b3\u03b9\u03b1 \u03bd\u03b1 \u03bc\u03b7 \u03c6\u03b1\u03af\u03bd\u03bf\u03bd\u03c4\u03b1\u03b9 \u03ba\u03bf\u03c5\u03c4\u03ac\u03ba\u03b9\u03b1 -->\r\n<link rel=\"stylesheet\" href=\"https:\/\/cdnjs.cloudflare.com\/ajax\/libs\/font-awesome\/6.5.1\/css\/all.min.css\">\r\n\r\n<div class=\"contact-info-box\">\r\n    <h3 class=\"contact-header\">\u0395\u03a0\u0399\u039a\u039f\u0399\u039d\u03a9\u039d\u0399\u0391<\/h3>\r\n    <div class=\"blue-line\"><\/div>\r\n    \r\n    <div class=\"info-item\">\r\n        <i class=\"fa-solid fa-location-dot\"><\/i>\r\n        <p><strong>\u0394\u03b9\u03b5\u03cd\u03b8\u03c5\u03bd\u03c3\u03b7:<\/strong><br>\u03a0\u03b1\u03c0\u03b1\u03bd\u03b1\u03c3\u03c4\u03b1\u03c3\u03af\u03bf\u03c5 27-29, \u0391\u03b8\u03ae\u03bd\u03b1 - \u0398\u03c5\u03bc\u03b1\u03c1\u03ac\u03ba\u03b9\u03b1, \u03a4.\u039a. 10445<\/p>\r\n    <\/div>\r\n\r\n    <div class=\"info-item\">\r\n        <i class=\"fa-solid fa-phone\"><\/i>\r\n        <p><strong>\u03a4\u03b7\u03bb\u03ad\u03c6\u03c9\u03bd\u03bf:<\/strong><br><a href=\"tel:+302155519054\">215 5519054<\/a><\/p>\r\n    <\/div>\r\n\r\n    <div class=\"info-item\">\r\n        <i class=\"fa-solid fa-mobile-screen\"><\/i>\r\n        <p><strong>\u039a\u03b9\u03bd\u03b7\u03c4\u03cc:<\/strong><br><a href=\"tel:+306992542343\">699 2542343<\/a><\/p>\r\n    <\/div>\r\n\r\n    <div class=\"info-item\">\r\n        <i class=\"fa-solid fa-envelope\"><\/i>\r\n        <p><strong>Email:<\/strong><br><a href=\"mailto:info@pointclub.gr\">info@pointclub.gr<\/a><\/p>\r\n    <\/div>\r\n\r\n    <div class=\"info-item\">\r\n        <i class=\"fa-solid fa-share-nodes\"><\/i>\r\n        <p><strong>Social Media:<\/strong><br>\r\n            <a href=\"https:\/\/www.facebook.com\/groups\/26120...\" target=\"_blank\">Facebook<\/a> | \r\n            <a href=\"https:\/\/www.instagram.com\/julinddavidh\/\" target=\"_blank\">Instagram<\/a>\r\n        <\/p>\r\n    <\/div>\r\n<\/div>\r\n\r\n<style>\r\n    .contact-info-box {\r\n        text-align: center; \/* \u039a\u03b5\u03bd\u03c4\u03c1\u03ac\u03c1\u03b5\u03b9 \u03cc\u03bb\u03b1 \u03c4\u03b1 \u03ba\u03b5\u03af\u03bc\u03b5\u03bd\u03b1 *\/\r\n        padding: 30px;\r\n        font-family: 'Montserrat', sans-serif;\r\n        background-color: #f9f9f9;\r\n        border: 1px solid #e0e0e0;\r\n        border-radius: 15px;\r\n        box-shadow: 0 4px 15px rgba(0,0,0,0.05);\r\n        max-width: 500px; \/* \u03a4\u03bf \u03bd\u03ad\u03bf \u03c6\u03b1\u03c1\u03b4\u03cd \u03c0\u03bb\u03ac\u03c4\u03bf\u03c2 *\/\r\n        margin: 0 auto;\r\n    }\r\n    .contact-header {\r\n        font-size: 20px;\r\n        margin-bottom: 10px;\r\n        color: #222;\r\n        text-transform: uppercase;\r\n        letter-spacing: 1px;\r\n    }\r\n    .blue-line {\r\n        width: 60px;\r\n        height: 3px;\r\n        background-color: #0055b3;\r\n        margin: 0 auto 30px auto;\r\n    }\r\n    .info-item {\r\n        margin-bottom: 25px; \/* \u039b\u03af\u03b3\u03bf\u03c2 \u03c0\u03b1\u03c1\u03b1\u03c0\u03ac\u03bd\u03c9 \u03b1\u03ad\u03c1\u03b1\u03c2 \u03b1\u03bd\u03ac\u03bc\u03b5\u03c3\u03b1 \u03c3\u03c4\u03b1 \u03c3\u03c4\u03bf\u03b9\u03c7\u03b5\u03af\u03b1 *\/\r\n    }\r\n    .info-item:last-child {\r\n        margin-bottom: 0;\r\n    }\r\n    .info-item i {\r\n        font-size: 22px; \/* \u0395\u03bb\u03b1\u03c6\u03c1\u03ce\u03c2 \u03bc\u03b5\u03b3\u03b1\u03bb\u03cd\u03c4\u03b5\u03c1\u03b1 \u03b5\u03b9\u03ba\u03bf\u03bd\u03af\u03b4\u03b9\u03b1 *\/\r\n        color: #0055b3;\r\n        margin-bottom: 8px;\r\n        display: inline-block;\r\n    }\r\n    .info-item p {\r\n        font-size: 15px;\r\n        line-height: 1.5;\r\n        margin: 0;\r\n        color: #555;\r\n    }\r\n    .info-item a {\r\n        color: #0055b3;\r\n        text-decoration: none;\r\n        font-weight: bold;\r\n    }\r\n    .info-item a:hover {\r\n        text-decoration: underline;\r\n    }\r\n<\/style>\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/section>\n\t\t\t\t<section class=\"has-el-gap el-gap-default elementor-section elementor-top-section elementor-element elementor-element-c94b1c2 elementor-section-boxed elementor-section-height-default elementor-section-height-default\" data-id=\"c94b1c2\" data-element_type=\"section\" data-e-type=\"section\">\n\t\t\t\t\t\t<div class=\"elementor-container elementor-column-gap-no\">\n\t\t\t\t\t<div class=\"elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-d0a7230\" data-id=\"d0a7230\" data-element_type=\"column\" data-e-type=\"column\">\n\t\t\t<div class=\"elementor-widget-wrap elementor-element-populated\">\n\t\t\t\t\t\t<div class=\"elementor-element elementor-element-7027b5b elementor-widget-divider--view-line elementor-widget elementor-widget-divider\" data-id=\"7027b5b\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"divider.default\">\n\t\t\t\t\t\t\t<div class=\"elementor-divider\">\n\t\t\t<span class=\"elementor-divider-separator\">\n\t\t\t\t\t\t<\/span>\n\t\t<\/div>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/section>\n\t\t\t\t<section class=\"has-el-gap el-gap-default elementor-section elementor-top-section elementor-element elementor-element-c08cda3 elementor-section-boxed elementor-section-height-default elementor-section-height-default\" data-id=\"c08cda3\" data-element_type=\"section\" data-e-type=\"section\">\n\t\t\t\t\t\t<div class=\"elementor-container elementor-column-gap-no\">\n\t\t\t\t\t<div class=\"elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-7834169\" data-id=\"7834169\" data-element_type=\"column\" data-e-type=\"column\">\n\t\t\t<div class=\"elementor-widget-wrap elementor-element-populated\">\n\t\t\t\t\t\t<div class=\"elementor-element elementor-element-9842f56 elementor-widget__width-initial elementor-invisible elementor-widget elementor-widget-smartmag-heading\" data-id=\"9842f56\" data-element_type=\"widget\" data-e-type=\"widget\" data-settings=\"{&quot;_animation&quot;:&quot;bounceIn&quot;}\" data-widget_type=\"smartmag-heading.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t\n\t\t\t\t<div class=\"block-head block-head-c is-left\">\n\n\t\t\t\t\t<h4 class=\"heading\">\u0392\u03a1\u0395\u0399\u03a4\u0395 \u039c\u0391\u03a3<\/h4>\t\t\t\t\t\n\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\n\t\t\t\n\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/section>\n\t\t\t\t<section class=\"has-el-gap el-gap-default elementor-section elementor-top-section elementor-element elementor-element-6979371 elementor-section-boxed elementor-section-height-default elementor-section-height-default\" data-id=\"6979371\" data-element_type=\"section\" data-e-type=\"section\">\n\t\t\t\t\t\t<div class=\"elementor-container elementor-column-gap-no\">\n\t\t\t\t\t<div class=\"elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-7437bcd\" data-id=\"7437bcd\" data-element_type=\"column\" data-e-type=\"column\">\n\t\t\t<div class=\"elementor-widget-wrap elementor-element-populated\">\n\t\t\t\t\t\t\t<p class=\"e-paragraph-base\" data-interaction-id=\"494390e\"><\/p>\n\t\t\t\t\t<\/div>\n\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/section>\n\t\t\t\t<section class=\"has-el-gap el-gap-default elementor-section elementor-top-section elementor-element elementor-element-f7b9416 elementor-section-full_width elementor-section-height-default elementor-section-height-default\" data-id=\"f7b9416\" data-element_type=\"section\" data-e-type=\"section\">\n\t\t\t\t\t\t<div class=\"elementor-container elementor-column-gap-no\">\n\t\t\t\t\t<div class=\"elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-7193312\" data-id=\"7193312\" data-element_type=\"column\" data-e-type=\"column\">\n\t\t\t<div class=\"elementor-widget-wrap\">\n\t\t\t\t\t\t\t<\/div>\n\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/section>\n\t\t\t\t<section class=\"has-el-gap el-gap-default elementor-section elementor-top-section elementor-element elementor-element-0534976 elementor-section-boxed elementor-section-height-default elementor-section-height-default\" data-id=\"0534976\" data-element_type=\"section\" data-e-type=\"section\">\n\t\t\t\t\t\t<div class=\"elementor-container elementor-column-gap-no\">\n\t\t\t\t\t<div class=\"elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-10059fd\" data-id=\"10059fd\" data-element_type=\"column\" data-e-type=\"column\">\n\t\t\t<div class=\"elementor-widget-wrap elementor-element-populated\">\n\t\t\t\t\t\t<div class=\"elementor-element elementor-element-13d26d5 elementor-widget elementor-widget-google_maps\" data-id=\"13d26d5\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"google_maps.default\">\n\t\t\t\t\t\t\t<div class=\"elementor-custom-embed\">\n\t\t\t<iframe loading=\"lazy\"\n\t\t\t\t\tsrc=\"https:\/\/maps.google.com\/maps?q=38.00488993171299%2C%2023.72438741053516&#038;t=m&#038;z=18&#038;output=embed&#038;iwloc=near\"\n\t\t\t\t\ttitle=\"38.00488993171299, 23.72438741053516\"\n\t\t\t\t\taria-label=\"38.00488993171299, 23.72438741053516\"\n\t\t\t><\/iframe>\n\t\t<\/div>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/section>\n\t\t\t\t<section class=\"has-el-gap el-gap-default elementor-section elementor-top-section elementor-element elementor-element-c6a8c90 elementor-section-boxed elementor-section-height-default elementor-section-height-default\" data-id=\"c6a8c90\" data-element_type=\"section\" data-e-type=\"section\">\n\t\t\t\t\t\t<div class=\"elementor-container elementor-column-gap-no\">\n\t\t\t\t\t<div class=\"elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-11f92af\" data-id=\"11f92af\" data-element_type=\"column\" data-e-type=\"column\">\n\t\t\t<div class=\"elementor-widget-wrap\">\n\t\t\t\t\t\t\t<\/div>\n\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/section>\n\t\t\t\t<section class=\"has-el-gap el-gap-default elementor-section elementor-top-section elementor-element elementor-element-8cff58d elementor-section-boxed elementor-section-height-default elementor-section-height-default\" data-id=\"8cff58d\" data-element_type=\"section\" data-e-type=\"section\">\n\t\t\t\t\t\t<div class=\"elementor-container elementor-column-gap-no\">\n\t\t\t\t\t<div class=\"elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-b854b6a\" data-id=\"b854b6a\" data-element_type=\"column\" data-e-type=\"column\">\n\t\t\t<div class=\"elementor-widget-wrap elementor-element-populated\">\n\t\t\t\t\t\t<div class=\"elementor-element elementor-element-499125e elementor-widget elementor-widget-html\" data-id=\"499125e\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"html.default\">\n\t\t\t\t\t<script>\r\ndocument.addEventListener(\"DOMContentLoaded\", function () {\r\n    \/\/ 1. \u03a3\u03c4\u03cc\u03c7\u03b5\u03c5\u03c3\u03b7 \u03c4\u03c9\u03bd links \u03c3\u03c4\u03bf \u03bc\u03b1\u03bc\u03ac mobile \u03bc\u03b5\u03bd\u03bf\u03cd\r\n    const menuLinks = document.querySelectorAll('#off-canvas a, .mobile-menu-container a, .off-canvas-backdrop + div a');\r\n    \r\n    menuLinks.forEach(function(link) {\r\n        link.addEventListener(\"click\", function() {\r\n            \r\n            \/\/ \u0391\u03bd \u03c0\u03b1\u03c4\u03b7\u03b8\u03b5\u03af \u03b7 \u03a6\u03cc\u03c1\u03bc\u03b1 \u0395\u03c0\u03b9\u03ba\u03bf\u03b9\u03bd\u03c9\u03bd\u03af\u03b1\u03c2, \u03c4\u03b9\u03ba\u03ac\u03c1\u03b5\u03b9 \u03c4\u03bf checkbox\r\n            if (link.getAttribute('href') === '#forma') {\r\n                setTimeout(fillFormFields, 100);\r\n            }\r\n            \r\n            \/\/ 2. \u0391\u03bd\u03b1\u03b3\u03ba\u03b1\u03c3\u03c4\u03b9\u03ba\u03cc \u03ba\u03bb\u03b5\u03af\u03c3\u03b9\u03bc\u03bf \u03c4\u03bf\u03c5 \u03bc\u03b1\u03bc\u03ac \u03bc\u03b5\u03bd\u03bf\u03cd\r\n            setTimeout(function() {\r\n                \/\/ \u03a0\u03c1\u03bf\u03c3\u03c0\u03ac\u03b8\u03b5\u03b9\u03b1 \u03ba\u03bb\u03b5\u03b9\u03c3\u03af\u03bc\u03b1\u03c4\u03bf\u03c2 \u03bc\u03ad\u03c3\u03c9 \u03c4\u03bf\u03c5 native \"X\" \u03ba\u03bf\u03c5\u03bc\u03c0\u03b9\u03bf\u03cd\r\n                const closeBtn = document.querySelector('.offcanvas-close, .mobile-menu-close, .ts-icon-close, [class*=\"close\"]');\r\n                if (closeBtn) {\r\n                    closeBtn.click();\r\n                }\r\n                \r\n                \/\/ Direct \u03b1\u03c6\u03b1\u03af\u03c1\u03b5\u03c3\u03b7 \u03ba\u03bb\u03ac\u03c3\u03b5\u03c9\u03bd \u03c4\u03bf\u03c5 SmartMag \u03b1\u03bd \u03b4\u03b5\u03bd \u03c0\u03b9\u03ac\u03c3\u03b5\u03b9 \u03c4\u03bf click\r\n                document.body.classList.remove('offcanvas-opened', 'mobile-menu-opened', 'off-canvas-active');\r\n                document.documentElement.classList.remove('offcanvas-opened');\r\n                \r\n                const offCanvasMenu = document.getElementById('off-canvas');\r\n                const backdrop = document.querySelector('.off-canvas-backdrop');\r\n                \r\n                if (offCanvasMenu) offCanvasMenu.classList.remove('active', 'open');\r\n                if (backdrop) {\r\n                    backdrop.click();\r\n                    backdrop.style.display = 'none';\r\n                }\r\n            }, 250); \/\/ \u039a\u03b1\u03b8\u03c5\u03c3\u03c4\u03ad\u03c1\u03b7\u03c3\u03b7 \u03b3\u03b9\u03b1 \u03bd\u03b1 \u03be\u03b5\u03ba\u03b9\u03bd\u03ae\u03c3\u03b5\u03b9 \u03bf\u03bc\u03b1\u03bb\u03ac \u03c4\u03bf scroll\r\n        });\r\n    });\r\n\r\n    \/\/ \u0391\u03c5\u03c4\u03cc\u03bc\u03b1\u03c4\u03bf \u03c4\u03b9\u03ba\u03ac\u03c1\u03b9\u03c3\u03bc\u03b1 \"\u0394\u03bf\u03ba\u03b9\u03bc\u03b1\u03c3\u03c4\u03b9\u03ba\u03cc\" \u03c3\u03c4\u03b7 \u03c6\u03cc\u03c1\u03bc\u03b1\r\n    function fillFormFields() {\r\n        const formWrapper = document.querySelector('.forma') || document.getElementById('forma');\r\n        if (formWrapper) {\r\n            const checkboxes = formWrapper.querySelectorAll('input[type=\"checkbox\"]');\r\n            checkboxes.forEach(function(checkbox) {\r\n                const label = checkbox.closest('label') || formWrapper.querySelector(`label[for=\"${checkbox.id}\"]`);\r\n                const labelText = label ? label.textContent.toLowerCase() : '';\r\n                if (labelText.includes(\"\u03b4\u03bf\u03ba\u03b9\u03bc\u03b1\u03c3\u03c4\u03b9\u03ba\u03cc\")) {\r\n                    checkbox.checked = true;\r\n                    checkbox.dispatchEvent(new Event('change', { bubbles: true }));\r\n                }\r\n            });\r\n\r\n            const textareaField = formWrapper.querySelector('textarea');\r\n            if (textareaField) {\r\n                textareaField.value = \"\u0395\u03bd\u03b4\u03b9\u03b1\u03c6\u03ad\u03c1\u03bf\u03bc\u03b1\u03b9 \u03b3\u03b9\u03b1 \u03ad\u03bd\u03b1 \u0394\u03c9\u03c1\u03b5\u03ac\u03bd \u0394\u03bf\u03ba\u03b9\u03bc\u03b1\u03c3\u03c4\u03b9\u03ba\u03cc \u03bc\u03ac\u03b8\u03b7\u03bc\u03b1 \u03c3\u03c4\u03bf Point Club Academy!\";\r\n                textareaField.dispatchEvent(new Event('input', { bubbles: true }));\r\n            }\r\n        }\r\n    }\r\n});\r\n<\/script>\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/section>\n\t\t\t\t<\/div>\n\t\t","protected":false},"excerpt":{"rendered":"<p>Hero Section &#8211; Pointclub Academy Kickboxing \u2022 Kung Fu \u2022 \u0391\u03c5\u03c4\u03bf\u03b1\u03bc\u03c5\u03bd\u03b1 \u0393\u03b9\u03bd\u03b5 \u03b7 \u03ba\u03b1\u03bb\u03c5\u03c4\u03b5\u03c1\u03b7 \u03b5\u03ba\u03b4\u03bf\u03c7\u03b7 \u03c4\u03bf\u03c5 \u03b5\u03b1\u03c5\u03c4\u03bf\u03c5 \u03c3\u03bf\u03c5 \u03a3\u03c4\u03b7 \u03c3\u03c7\u03bf\u03bb\u03ae Point Club Academy \u03c3\u03c5\u03bd\u03b4\u03c5\u03ac\u03b6\u03bf\u03c5\u03bc\u03b5 \u03c4\u03b7\u03bd \u03c0\u03b1\u03c1\u03b1\u03b4\u03bf\u03c3\u03b9\u03b1\u03ba\u03ae \u03c0\u03b5\u03b9\u03b8\u03b1\u03c1\u03c7\u03af\u03b1 \u03bc\u03b5 \u03c4\u03b7 \u03c3\u03cd\u03b3\u03c7\u03c1\u03bf\u03bd\u03b7 \u03c0\u03c1\u03bf\u03c0\u03cc\u03bd\u03b7\u03c3\u03b7. \u0394\u03c5\u03bd\u03ac\u03bc\u03c9\u03c3\u03b5 \u03c4\u03bf \u03c3\u03ce\u03bc\u03b1 \u03ba\u03b1\u03b9 \u03c4\u03bf \u03bc\u03c5\u03b1\u03bb\u03cc \u03c3\u03bf\u03c5 \u03c3\u03ae\u03bc\u03b5\u03c1\u03b1. \u0394\u03c9\u03c1\u03b5\u03b1\u03bd \u0394\u03bf\u03ba\u03b9\u03bc\u03b1\u03c3\u03c4\u03b9\u03ba\u03bf \u03a4\u03b1 \u03a0\u03c1\u03bf\u03b3\u03c1\u03b1\u03bc\u03bc\u03b1\u03c4\u03b1 \u03bc\u03b1\u03c2 \u0397 \u03a3\u03a7\u039f\u039b\u0397 \u039c\u0391\u03a3 Facebook Instagram Whatsapp Julind Davidhi Head Coach \u0386\u03bc\u03b5\u03c3\u03b7<\/p>\n","protected":false},"author":1,"featured_media":0,"parent":0,"menu_order":0,"comment_status":"closed","ping_status":"closed","template":"page-templates\/blocks.php","meta":{"footnotes":""},"class_list":["post-6","page","type-page","status-publish"],"amp_enabled":false,"_links":{"self":[{"href":"https:\/\/pointclub.gr\/index.php?rest_route=\/wp\/v2\/pages\/6","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/pointclub.gr\/index.php?rest_route=\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/pointclub.gr\/index.php?rest_route=\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/pointclub.gr\/index.php?rest_route=\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/pointclub.gr\/index.php?rest_route=%2Fwp%2Fv2%2Fcomments&post=6"}],"version-history":[{"count":327,"href":"https:\/\/pointclub.gr\/index.php?rest_route=\/wp\/v2\/pages\/6\/revisions"}],"predecessor-version":[{"id":4691,"href":"https:\/\/pointclub.gr\/index.php?rest_route=\/wp\/v2\/pages\/6\/revisions\/4691"}],"wp:attachment":[{"href":"https:\/\/pointclub.gr\/index.php?rest_route=%2Fwp%2Fv2%2Fmedia&parent=6"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}