{"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-15T23:15:00","modified_gmt":"2026-07-15T23:15:00","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:\/\/images.unsplash.com\/photo-1549719386-74dfcbf7dbed?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        \/* --- \u0395\u039d\u0399\u0391\u0399\u039f \u03a3\u03a4\u03a5\u039b \u039a\u039f\u03a5\u039c\u03a0\u0399\u03a9\u039d --- *\/\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\u03c3\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=\"#\" 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<\/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-8c860f9 elementor-section-boxed elementor-section-height-default elementor-section-height-default\" data-id=\"8c860f9\" 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-7f0635e\" data-id=\"7f0635e\" 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-7ce2b6c elementor-widget__width-initial elementor-invisible elementor-widget elementor-widget-smartmag-heading\" data-id=\"7ce2b6c\" 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-4158454\" data-id=\"4158454\" 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<\/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\">\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-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<!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>Pointclub Academy - About<\/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 { --primary-blue: #0055b3; --white: #ffffff; --dark: #0a0a0c; }\r\n\r\n        body { background-color: var(--white); color: var(--dark); overflow-x: hidden; }\r\n\r\n        .about-section { padding: 80px 10%; background: #ffffff; }\r\n        .about-container { max-width: 1200px; margin: 0 auto; }\r\n        .about-text { font-size: 18px; color: #555; line-height: 1.7; margin-bottom: 50px; max-width: 800px; text-align: center; margin-left: auto; margin-right: auto; }\r\n        .highlight-blue { color: var(--primary-blue); font-weight: 900; }\r\n\r\n        .features-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(300px, 1fr)); gap: 30px; }\r\n\r\n        .feature-card { \r\n            position: relative;\r\n            height: 400px; \r\n            border-radius: 15px; \r\n            overflow: hidden; \r\n            display: flex;\r\n            padding: 20px; \r\n            color: white;\r\n            text-align: center; \r\n            transition: 0.5s ease;\r\n            text-decoration: none;\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\r\n        .feature-card:hover { transform: translateY(-10px); }\r\n\r\n        .feature-content { \r\n            margin: auto; \/* \u0391\u03c0\u03cc\u03bb\u03c5\u03c4\u03bf \u03ba\u03b5\u03bd\u03c4\u03c1\u03ac\u03c1\u03b9\u03c3\u03bc\u03b1 *\/\r\n            width: 100%; \r\n            display: flex; \r\n            flex-direction: column; \r\n            align-items: center; \r\n        }\r\n        \r\n        .feature-card h3 { \r\n            background: rgba(255, 255, 255, 0.95);\r\n            color: var(--primary-blue);\r\n            padding: 10px 20px;\r\n            border-radius: 50px;\r\n            font-size: 22px; \r\n            margin-bottom: 20px; \r\n            text-transform: uppercase; \r\n            letter-spacing: 1px;\r\n            font-weight: 900;\r\n            min-width: 220px; \/* \u039f\u03bc\u03bf\u03b9\u03bf\u03bc\u03bf\u03c1\u03c6\u03af\u03b1 *\/\r\n        }\r\n        \r\n        .feature-card p { font-size: 15px; color: #ffffff; line-height: 1.5; font-weight: 500; text-shadow: 0 2px 4px rgba(0,0,0,0.5); max-width: 90%; }\r\n\r\n        @media (max-width: 768px) {\r\n            .about-section { padding: 60px 5%; }\r\n            .feature-card { height: 350px; }\r\n        }\r\n    <\/style>\r\n<\/head>\r\n<body>\r\n\r\n    <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            \r\n            <div class=\"features-grid\">\r\n                <a href=\"#\" class=\"feature-card discipline\">\r\n                    <div class=\"feature-content\">\r\n                        <h3>\u03a0\u03b5\u03b9\u03b8\u03b1\u03c1\u03c7\u03b9\u03b1<\/h3>\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, \u03c4\u03b7\u03bd \u03c5\u03c0\u03bf\u03bc\u03bf\u03bd\u03ae \u03ba\u03b1\u03b9 \u03c4\u03b7 \u03c3\u03c5\u03bd\u03ad\u03c0\u03b5\u03b9\u03b1 \u03c0\u03bf\u03c5 \u03b1\u03c0\u03b1\u03b9\u03c4\u03b5\u03af \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                    <\/div>\r\n                <\/a>\r\n\r\n                <a href=\"#\" class=\"feature-card technique\">\r\n                    <div class=\"feature-content\">\r\n                        <h3>\u03a4\u03b5\u03c7\u03bd\u03b9\u03ba\u03b7<\/h3>\r\n                        <p>\u0395\u03be\u03b5\u03b9\u03b4\u03b9\u03ba\u03b5\u03c5\u03bc\u03ad\u03bd\u03b7 \u03b3\u03bd\u03ce\u03c3\u03b7 \u03c3\u03c4\u03b9\u03c2 \u03c0\u03bf\u03bb\u03b5\u03bc\u03b9\u03ba\u03ad\u03c2 \u03c4\u03ad\u03c7\u03bd\u03b5\u03c2 \u03bc\u03b5 \u03c0\u03c1\u03bf\u03c0\u03bf\u03bd\u03b7\u03c4\u03ad\u03c2 \u03c0\u03bf\u03c5 \u03b5\u03c0\u03b9\u03ba\u03b5\u03bd\u03c4\u03c1\u03ce\u03bd\u03bf\u03bd\u03c4\u03b1\u03b9 \u03c3\u03c4\u03b7 \u03c3\u03c9\u03c3\u03c4\u03ae \u03b5\u03ba\u03c4\u03ad\u03bb\u03b5\u03c3\u03b7 \u03ba\u03b1\u03b9 \u03b1\u03c3\u03c6\u03ac\u03bb\u03b5\u03b9\u03b1.<\/p>\r\n                    <\/div>\r\n                <\/a>\r\n\r\n                <a href=\"#\" class=\"feature-card community\">\r\n                    <div class=\"feature-content\">\r\n                        <h3>\u039a\u03bf\u03b9\u03bd\u03bf\u03c4\u03b7\u03c4\u03b1<\/h3>\r\n                        <p>\u0393\u03af\u03bd\u03b5 \u03bc\u03ad\u03bb\u03bf\u03c2 \u03bc\u03b9\u03b1\u03c2 \u03bf\u03bc\u03ac\u03b4\u03b1\u03c2 \u03c0\u03bf\u03c5 \u03c3\u03b5 \u03c3\u03c4\u03b7\u03c1\u03af\u03b6\u03b5\u03b9. \u0395\u03b4\u03ce \u03b4\u03b5\u03bd \u03b5\u03af\u03c3\u03b1\u03b9 \u03b1\u03c0\u03bb\u03ce\u03c2 \u03ad\u03bd\u03b1\u03c2 \u03b1\u03b8\u03bb\u03b7\u03c4\u03ae\u03c2, \u03b5\u03af\u03c3\u03b1\u03b9 \u03bc\u03ad\u03bb\u03bf\u03c2 \u03bc\u03b9\u03b1\u03c2 \u03bf\u03b9\u03ba\u03bf\u03b3\u03ad\u03bd\u03b5\u03b9\u03b1\u03c2.<\/p>\r\n                    <\/div>\r\n                <\/a>\r\n            <\/div>\r\n        <\/div>\r\n    <\/section>\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-0809df8 elementor-section-boxed elementor-section-height-default elementor-section-height-default\" data-id=\"0809df8\" 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-b395aa9\" data-id=\"b395aa9\" 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-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<!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>\u03a0\u03c1\u03bf\u03b3\u03c1\u03ac\u03bc\u03bc\u03b1\u03c4\u03b1 - Pointclub Academy<\/title>\r\n    <link href=\"https:\/\/fonts.googleapis.com\/css2?family=Montserrat:wght@400;700;900&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            --white: #ffffff;\r\n            --dark: #0a0a0c;\r\n        }\r\n\r\n        .disciplines { padding: 40px 20px 80px; max-width: 1200px; margin: 0 auto; }\r\n        .row-container { display: flex; flex-direction: column; gap: 80px; }\r\n        .program-row { display: flex; align-items: center; gap: 60px; }\r\n        .program-row.reverse { flex-direction: row-reverse; }\r\n\r\n        .program-img-col { flex: 1; min-height: 400px; border-radius: 16px; overflow: hidden; box-shadow: 0 15px 40px rgba(0, 0, 0, 0.1); }\r\n        .program-img { width: 100%; height: 100%; min-height: 400px; background-size: cover; background-position: center; transition: transform 0.5s ease; }\r\n        .program-img-col:hover .program-img { transform: scale(1.05); }\r\n\r\n        \/* --- \u039d\u0395\u0395\u03a3 \u0395\u0399\u039a\u039f\u039d\u0395\u03a3 --- *\/\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; }\r\n        .program-text-col h3 { font-size: 32px; font-weight: 900; color: var(--primary-blue); 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: var(--primary-blue); color: var(--white); padding: 14px 28px; text-decoration: none; font-weight: 700; border-radius: 6px; text-transform: uppercase; font-size: 13px; transition: all 0.3s ease; }\r\n        .btn-primary:hover { background-color: #3385ff; transform: translateY(-3px); }\r\n\r\n        @media (max-width: 768px) {\r\n            .program-row, .program-row.reverse { flex-direction: column; gap: 30px; }\r\n            .program-img-col { width: 100%; min-height: 300px; }\r\n            .program-text-col { text-align: center; }\r\n        }\r\n    <\/style>\r\n<\/head>\r\n<body>\r\n\r\n    <section class=\"disciplines\">\r\n        <div class=\"row-container\">\r\n            \r\n            <!-- \u03a0\u03a1\u039f\u0393\u03a1\u0391\u039c\u039c\u0391 1: KICKBOXING -->\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=\"#\" class=\"btn-primary\">\u03a0\u03b5\u03c1\u03b9\u03c3\u03c3\u03bf\u03c4\u03b5\u03c1\u03b1<\/a>\r\n                <\/div>\r\n            <\/div>\r\n\r\n            <!-- \u03a0\u03a1\u039f\u0393\u03a1\u0391\u039c\u039c\u0391 2: KUNG FU -->\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=\"#\" class=\"btn-primary\">\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<\/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-1dabc84 elementor-section-boxed elementor-section-height-default elementor-section-height-default\" data-id=\"1dabc84\" 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-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-4a8c683 elementor-section-boxed elementor-section-height-default elementor-section-height-default\" data-id=\"4a8c683\" 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-6cc96a5\" data-id=\"6cc96a5\" 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-ded9b15 elementor-widget elementor-widget-instagram_feed\" data-id=\"ded9b15\" data-element_type=\"widget\" data-e-type=\"widget\" data-settings=\"{&quot;mask_background&quot;:&quot;#000000&quot;,&quot;mask_icon_color&quot;:&quot;#ffffff&quot;,&quot;modal_text_align&quot;:&quot;left&quot;,&quot;modal_font_size&quot;:{&quot;unit&quot;:&quot;px&quot;,&quot;size&quot;:12,&quot;sizes&quot;:[]},&quot;button_text_color&quot;:&quot;#ffff&quot;}\" data-widget_type=\"instagram_feed.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t<div id=\"instagram-gallery-feed-elementor-instagram-ded9b15\" class=\"instagram-gallery-feed\" data-feed=\"{&quot;account_id&quot;:&quot;&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;:12,&quot;lazy&quot;:false,&quot;columns&quot;:3,&quot;spacing&quot;:10,&quot;reel&quot;:{&quot;hide&quot;:false},&quot;copyright&quot;:{&quot;hide&quot;:false,&quot;placeholder&quot;:&quot;&quot;},&quot;aspect_ratio&quot;:{&quot;width&quot;:1,&quot;height&quot;:1},&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;highlight&quot;:{&quot;tag&quot;:&quot;&quot;,&quot;id&quot;:&quot;&quot;,&quot;position&quot;:&quot;1,3,5&quot;},&quot;mask&quot;:{&quot;display&quot;:true,&quot;background&quot;:&quot;#000000&quot;,&quot;likes_count&quot;:true,&quot;comments_count&quot;:true,&quot;icon_color&quot;:&quot;#ffffff&quot;},&quot;profile&quot;:{&quot;display&quot;:false,&quot;username&quot;:&quot;&quot;,&quot;nickname&quot;:&quot;&quot;,&quot;link_text&quot;:&quot;Follow&quot;,&quot;website&quot;:&quot;&quot;,&quot;website_text&quot;:&quot;Website&quot;,&quot;biography&quot;:&quot;&quot;,&quot;avatar&quot;:&quot;&quot;},&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;modal&quot;:{&quot;display&quot;:true,&quot;profile&quot;:true,&quot;likes_count&quot;:true,&quot;comments_count&quot;:true,&quot;media_description&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;box&quot;:{&quot;display&quot;:false,&quot;padding&quot;:1,&quot;radius&quot;:0,&quot;background&quot;:&quot;#fefefe&quot;,&quot;text_color&quot;:&quot;#000000&quot;,&quot;profile&quot;:false,&quot;desc&quot;:&quot;&quot;},&quot;carousel&quot;:{&quot;centered_slides&quot;:false,&quot;autoplay&quot;:false,&quot;autoplay_interval&quot;:3000,&quot;navarrows&quot;:false,&quot;navarrows_color&quot;:&quot;&quot;,&quot;pagination&quot;:false,&quot;pagination_color&quot;:&quot;&quot;},&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;},&quot;id&quot;:&quot;elementor-instagram-ded9b15&quot;}\">\n\t\t<!-- <FeedContainer\/> -->\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-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\">\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-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-ed3d602 elementor-section-boxed elementor-section-height-default elementor-section-height-default\" data-id=\"ed3d602\" 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-a186049\" data-id=\"a186049\" 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-cd629fb elementor-widget elementor-widget-shortcode\" data-id=\"cd629fb\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"shortcode.default\">\n\t\t\t\t\t\t\t<div class=\"elementor-shortcode\">\n<div class=\"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> Your name<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\" autocomplete=\"name\" aria-required=\"true\" aria-invalid=\"false\" value=\"\" type=\"text\" name=\"your-name\" \/><\/span> <\/label>\n<\/p>\n<p><label> Your email<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\" autocomplete=\"email\" aria-required=\"true\" aria-invalid=\"false\" value=\"\" type=\"email\" name=\"your-email\" \/><\/span> <\/label>\n<\/p>\n<p><label> Subject<br \/>\n<span class=\"wpcf7-form-control-wrap\" data-name=\"your-subject\"><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-subject\" \/><\/span> <\/label>\n<\/p>\n<p><label> Your message (optional)<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> <\/label>\n<\/p>\n<p><input class=\"wpcf7-form-control wpcf7-submit has-spinner\" type=\"submit\" value=\"Submit\" \/>\n<\/p><div class=\"wpcf7-response-output\" aria-hidden=\"true\"><\/div>\n<\/form>\n<\/div>\n<\/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-b3c4276\" data-id=\"b3c4276\" 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-ed49c12 elementor-widget elementor-widget-google_maps\" data-id=\"ed49c12\" 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=%CE%9C%20%CE%9A%CE%9F%CE%A1%CE%91%CE%9A%CE%91%204%20%CE%91%CE%98%CE%97%CE%9D%CE%91%2010445&#038;t=m&#038;z=15&#038;output=embed&#038;iwloc=near\"\n\t\t\t\t\ttitle=\"\u039c \u039a\u039f\u03a1\u0391\u039a\u0391 4 \u0391\u0398\u0397\u039d\u0391 10445\"\n\t\t\t\t\taria-label=\"\u039c \u039a\u039f\u03a1\u0391\u039a\u0391 4 \u0391\u0398\u0397\u039d\u0391 10445\"\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-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<\/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\u03c3\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 Pointclub Academy &#8211; About \u03a3\u03c4\u03bf Point Club Academy,<\/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":114,"href":"https:\/\/pointclub.gr\/index.php?rest_route=\/wp\/v2\/pages\/6\/revisions"}],"predecessor-version":[{"id":4334,"href":"https:\/\/pointclub.gr\/index.php?rest_route=\/wp\/v2\/pages\/6\/revisions\/4334"}],"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}]}}