{"id":13,"date":"2025-10-06T10:37:56","date_gmt":"2025-10-06T10:37:56","guid":{"rendered":"https:\/\/tiliposportsvillage.org\/?page_id=13"},"modified":"2025-11-08T11:26:43","modified_gmt":"2025-11-08T11:26:43","slug":"home","status":"publish","type":"page","link":"https:\/\/tiliposportsvillage.org\/","title":{"rendered":"Home"},"content":{"rendered":"\n<!DOCTYPE html>\n<html lang=\"en\">\n<head>\n    <meta charset=\"UTF-8\">\n    <meta name=\"viewport\" content=\"width=device-width, initial-scale=1.0\">\n    <title>Tilipo Sports Village<\/title>\n    <script src=\"https:\/\/cdn.tailwindcss.com\"><\/script>\n    <link rel=\"preconnect\" href=\"https:\/\/fonts.googleapis.com\">\n    <link rel=\"preconnect\" href=\"https:\/\/fonts.gstatic.com\" crossorigin>\n    <link href=\"https:\/\/fonts.googleapis.com\/css2?family=Inter:wght@400;500;600;700&#038;display=swap\" rel=\"stylesheet\">\n    <style>\n        \/* ----------------------------------------------------------------------\n        -- Professional Minimalist Styles for Tilipo Sports Village Embed --\n        ----------------------------------------------------------------------\n        -- All styles are scoped under \"#tilipo-embed-container\" to prevent \n        -- conflicts with the parent WordPress theme.\n        ----------------------------------------------------------------------\n        *\/\n\n        :root {\n            --ts-blue-deep: #0A2463;\n            --ts-blue-medium: #3E92CC;\n            --ts-blue-light: #F0F5FA;\n            --ts-text-primary: #1A202C;\n            --ts-text-secondary: #4A5568;\n            --ts-border-color: #E2E8F0;\n            --ts-background-light: #F7FAFC;\n            --ts-background-white: #FFFFFF;\n        }\n\n        #tilipo-embed-container * {\n            box-sizing: border-box;\n            margin: 0;\n            padding: 0;\n        }\n\n        #tilipo-embed-container {\n            font-family: 'Inter', sans-serif;\n            color: var(--ts-text-primary);\n            line-height: 1.6;\n            background: var(--ts-background-white);\n            -webkit-font-smoothing: antialiased;\n            -moz-osx-font-smoothing: grayscale;\n        }\n\n        #tilipo-embed-container .container {\n            max-width: 1100px;\n            margin: 0 auto;\n            padding: 0 2rem;\n        }\n\n        \/* --- Navigation --- *\/\n        #tilipo-embed-container .nav-wrapper {\n            background: var(--ts-background-white);\n            border-bottom: 1px solid var(--ts-border-color);\n            padding: 1.5rem 0;\n            width: 100%;\n        }\n\n        #tilipo-embed-container .nav-links {\n            display: flex;\n            gap: 2.5rem;\n            justify-content: center;\n            list-style: none;\n            flex-wrap: wrap;\n        }\n\n        #tilipo-embed-container .nav-links a {\n            color: var(--ts-text-secondary);\n            text-decoration: none;\n            font-weight: 500;\n            font-size: 1rem;\n            padding-bottom: 0.5rem;\n            border-bottom: 2px solid transparent;\n            transition: color 0.3s ease, border-color 0.3s ease;\n            cursor: pointer;\n        }\n\n        #tilipo-embed-container .nav-links a:hover {\n            color: var(--ts-blue-medium);\n        }\n\n        #tilipo-embed-container .nav-links a.active {\n            color: var(--ts-blue-deep);\n            border-bottom-color: var(--ts-blue-medium);\n            font-weight: 600;\n        }\n\n        \/* --- Page & Section Styling --- *\/\n        #tilipo-embed-container .page-section {\n            display: none;\n            padding: 4rem 0;\n            animation: fadeIn 0.6s ease;\n        }\n\n        #tilipo-embed-container .page-section.active {\n            display: block;\n        }\n        \n        #tilipo-embed-container .page-section:last-child {\n            padding-bottom: 0;\n        }\n\n        @keyframes fadeIn {\n            from { opacity: 0; transform: translateY(15px); }\n            to { opacity: 1; transform: translateY(0); }\n        }\n\n        #tilipo-embed-container .section-header {\n            text-align: center;\n            margin-bottom: 3rem;\n        }\n        \n        #tilipo-embed-container h1, #tilipo-embed-container h2, #tilipo-embed-container h3 {\n             font-weight: 700;\n             color: var(--ts-blue-deep);\n             line-height: 1.3;\n        }\n\n        #tilipo-embed-container h1 {\n            font-size: 2.75rem;\n            margin-bottom: 1rem;\n        }\n\n        #tilipo-embed-container h2 {\n            font-size: 2.25rem;\n            margin-bottom: 0.75rem;\n        }\n        \n        #tilipo-embed-container h3 {\n            font-size: 1.25rem;\n            margin-bottom: 0.5rem;\n        }\n\n        #tilipo-embed-container .section-header p {\n            font-size: 1.125rem;\n            color: var(--ts-text-secondary);\n            max-width: 700px;\n            margin: 0 auto;\n        }\n\n        #tilipo-embed-container p {\n            margin-bottom: 1rem;\n            color: var(--ts-text-secondary);\n        }\n\n        \/* --- Hero Section --- *\/\n        #tilipo-embed-container .hero {\n            text-align: center;\n            padding: 2rem 0;\n        }\n\n        #tilipo-embed-container .hero .subtitle {\n            font-size: 1.25rem;\n            color: var(--ts-text-secondary);\n            margin-bottom: 2rem;\n            font-weight: 400;\n        }\n        \n        #tilipo-embed-container .hero .cta-buttons {\n            display: flex;\n            gap: 1rem;\n            justify-content: center;\n            flex-wrap: wrap;\n        }\n\n        \/* --- Grid & Card System --- *\/\n        #tilipo-embed-container .grid {\n            display: grid;\n            grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));\n            gap: 2rem;\n        }\n        \n        #tilipo-embed-container .card {\n            background: var(--ts-background-white);\n            border: 1px solid var(--ts-border-color);\n            border-radius: 0.5rem;\n            overflow: hidden;\n            transition: transform 0.3s ease, box-shadow 0.3s ease;\n        }\n        \n        #tilipo-embed-container .card:hover {\n            transform: translateY(-5px);\n            box-shadow: 0 10px 20px rgba(10, 36, 99, 0.07);\n        }\n        \n        #tilipo-embed-container .card-image-placeholder {\n            width: 100%;\n            height: 200px;\n            background-color: #e2e8f0; \/* Neutral gray placeholder *\/\n        }\n        \n        #tilipo-embed-container .card-content {\n            padding: 1.5rem;\n        }\n        \n        #tilipo-embed-container .feature-card {\n            background: var(--ts-background-light);\n            padding: 2rem;\n            border-radius: 0.5rem;\n            text-align: center;\n        }\n        \n        #tilipo-embed-container .feature-icon {\n            margin-bottom: 1rem;\n            color: var(--ts-blue-medium);\n        }\n\n        #tilipo-embed-container .feature-icon svg {\n            width: 2.5rem;\n            height: 2.5rem;\n            margin: 0 auto;\n        }\n\n        \/* --- Testimonials --- *\/\n        #tilipo-embed-container .testimonial-card {\n            background-color: var(--ts-blue-light);\n            padding: 2rem;\n            border-radius: 0.5rem;\n            border-left: 4px solid var(--ts-blue-medium);\n        }\n\n        #tilipo-embed-container .testimonial-card p {\n            font-style: italic;\n            color: var(--ts-text-primary);\n        }\n\n        #tilipo-embed-container .testimonial-card .author {\n            font-weight: 600;\n            color: var(--ts-blue-deep);\n            font-style: normal;\n            margin-top: 1rem;\n        }\n        \n        \/* --- FAQ Accordion --- *\/\n        #tilipo-embed-container .faq-item {\n            border: 1px solid var(--ts-border-color);\n            border-radius: 0.5rem;\n            margin-bottom: 1rem;\n            overflow: hidden;\n        }\n\n        #tilipo-embed-container .faq-question {\n            background: var(--ts-background-white);\n            padding: 1.25rem 1.5rem;\n            cursor: pointer;\n            display: flex;\n            justify-content: space-between;\n            align-items: center;\n            font-weight: 500;\n            font-size: 1rem;\n            transition: background 0.3s ease;\n        }\n        \n        #tilipo-embed-container .faq-question:hover {\n            background: var(--ts-background-light);\n        }\n\n        #tilipo-embed-container .faq-question::after {\n            content: '+';\n            font-size: 1.5rem;\n            font-weight: 300;\n            color: var(--ts-blue-medium);\n            transition: transform 0.3s ease;\n        }\n\n        #tilipo-embed-container .faq-question.active::after {\n            transform: rotate(45deg);\n        }\n\n        #tilipo-embed-container .faq-answer {\n            max-height: 0;\n            overflow: hidden;\n            transition: max-height 0.4s ease, padding 0.4s ease;\n            padding: 0 1.5rem;\n        }\n        \n        #tilipo-embed-container .faq-answer.active {\n            max-height: 500px;\n            padding: 1.5rem;\n        }\n        \n        #tilipo-embed-container .faq-answer p:last-child {\n            margin-bottom: 0;\n        }\n        \n        \/* --- CTA & Buttons --- *\/\n        #tilipo-embed-container .cta-button {\n            display: inline-block;\n            background: var(--ts-blue-medium);\n            color: var(--ts-background-white);\n            padding: 0.875rem 2rem;\n            border-radius: 0.375rem;\n            text-decoration: none;\n            font-weight: 500;\n            transition: background 0.3s ease, transform 0.2s ease;\n            border: 1px solid transparent;\n            cursor: pointer;\n            font-size: 1rem;\n        }\n        \n        #tilipo-embed-container .cta-button:hover {\n            background: var(--ts-blue-deep);\n            transform: translateY(-2px);\n        }\n        \n        #tilipo-embed-container .cta-button-outline {\n            background: transparent;\n            color: var(--ts-blue-deep);\n            border-color: var(--ts-blue-deep);\n        }\n        \n        #tilipo-embed-container .cta-button-outline:hover {\n            background: var(--ts-blue-deep);\n            color: var(--ts-background-white);\n        }\n        \n        #tilipo-embed-container .cta-section {\n            background: var(--ts-blue-light);\n            padding: 4rem 2rem;\n            text-align: center;\n            border-radius: 0.5rem;\n            margin-top: 4rem;\n        }\n        \n        \/* --- Contact Info --- *\/\n        #tilipo-embed-container .contact-details {\n            background-color: var(--ts-background-light);\n            border-radius: .5rem;\n            padding: 2.5rem;\n            max-width: 600px;\n            margin: 0 auto 3rem auto;\n        }\n\n        #tilipo-embed-container .contact-item {\n            margin-bottom: 1.5rem;\n        }\n        #tilipo-embed-container .contact-item:last-child {\n            margin-bottom: 0;\n        }\n\n        #tilipo-embed-container .contact-item strong {\n            display: block;\n            margin-bottom: 0.25rem;\n            color: var(--ts-blue-deep);\n        }\n\n        \/* --- Responsive --- *\/\n        @media (max-width: 768px) {\n             #tilipo-embed-container .container {\n                padding: 0 1rem;\n            }\n             #tilipo-embed-container h1 {\n                font-size: 2.25rem;\n            }\n             #tilipo-embed-container h2 {\n                font-size: 1.75rem;\n            }\n            #tilipo-embed-container .nav-links {\n                gap: 1rem 1.5rem;\n            }\n            #tilipo-embed-container .page-section {\n                padding: 3rem 0;\n            }\n        }\n    <\/style>\n<\/head>\n<body>\n    <div id=\"tilipo-embed-container\">\n        <div class=\"nav-wrapper\">\n            <div class=\"container\">\n                <ul class=\"nav-links\">\n                    <li><a href=\"#\" data-page=\"home\" class=\"nav-link active\">Home<\/a><\/li>\n                    <li><a href=\"#\" data-page=\"facilities\" class=\"nav-link\">Facilities<\/a><\/li>\n                    <li><a href=\"#\" data-page=\"about\" class=\"nav-link\">About Us<\/a><\/li>\n                    <li><a href=\"#\" data-page=\"services\" class=\"nav-link\">Services<\/a><\/li>\n                    <li><a href=\"#\" data-page=\"contact\" class=\"nav-link\">Contact<\/a><\/li>\n                <\/ul>\n            <\/div>\n        <\/div>\n\n        <div class=\"container\">\n            <!-- HOME PAGE -->\n            <section id=\"home\" class=\"page-section active\">\n                <div class=\"hero\">\n                    <h1>The Premier Destination for Athletic Excellence<\/h1>\n                    <p class=\"subtitle\">Tilipo Sports Village: Southern Africa&#8217;s leading high-altitude training destination, nestled in the heart of Zambia.<\/p>\n                    <div class=\"cta-buttons\">\n                        <a href=\"#\" class=\"cta-button\" data-navigate=\"contact\">Book Your Camp<\/a>\n                        <a href=\"#\" class=\"cta-button cta-button-outline\" data-navigate=\"facilities\">Explore Facilities<\/a>\n                    <\/div>\n                <\/div>\n\n                <div style=\"margin: 4rem 0;\">\n                    <div class=\"grid\" style=\"grid-template-columns: repeat(auto-fit, minmax(200px, 1fr)); text-align: center;\">\n                        <div>\n                            <h3>70 Hectares<\/h3>\n                            <p>Of pristine land dedicated to sport.<\/p>\n                        <\/div>\n                        <div>\n                            <h3>8 FIFA Pitches<\/h3>\n                            <p>Both natural and artificial turf.<\/p>\n                        <\/div>\n                        <div>\n                            <h3>10km Track<\/h3>\n                            <p>Secure, high-altitude running circuit.<\/p>\n                        <\/div>\n                         <div>\n                            <h3>5-Star<\/h3>\n                            <p>Rated sporting and accommodation facilities.<\/p>\n                        <\/div>\n                    <\/div>\n                <\/div>\n\n                <div class=\"section-header\" style=\"margin-top: 4rem;\">\n                    <h2>What We Do<\/h2>\n                    <p>We provide a fully integrated ecosystem for peak athletic performance, personal well-being, and professional development.<\/p>\n                <\/div>\n                <div class=\"grid\">\n                    <div class=\"feature-card\">\n                        <div class=\"feature-icon\">\n                            <svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" fill=\"none\" viewBox=\"0 0 24 24\" stroke-width=\"1.5\" stroke=\"currentColor\">\n                              <path stroke-linecap=\"round\" stroke-linejoin=\"round\" d=\"M16.5 18.75h-9a9.75 9.75 0 01-4.595-1.928 9.75 9.75 0 010-13.644A9.75 9.75 0 017.5 3.25h9a9.75 9.75 0 014.595 1.928 9.75 9.75 0 010 13.644A9.75 9.75 0 0116.5 18.75z\" \/>\n                              <path stroke-linecap=\"round\" stroke-linejoin=\"round\" d=\"M9 12.75l3 3m0 0l3-3m-3 3v-7.5\" \/>\n                            <\/svg>\n                        <\/div>\n                        <h3>Elite Training Facilities<\/h3>\n                        <p>World-class, internationally standardized facilities for a wide array of sporting disciplines.<\/p>\n                    <\/div>\n                    <div class=\"feature-card\">\n                        <div class=\"feature-icon\">\n                             <svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" fill=\"none\" viewBox=\"0 0 24 24\" stroke-width=\"1.5\" stroke=\"currentColor\">\n                                <path stroke-linecap=\"round\" stroke-linejoin=\"round\" d=\"M2.25 21h19.5m-18-18v18m10.5-18v18m6-13.5V21M6.75 6.75h.75m-.75 3h.75m-.75 3h.75m3-6h.75m-.75 3h.75m-.75 3h.75M9 21v-3.375c0-.621.504-1.125 1.125-1.125h3.75c.621 0 1.125.504 1.125 1.125V21\" \/>\n                            <\/svg>\n                        <\/div>\n                        <h3>Professional Accommodation<\/h3>\n                        <p>5-star lodging options designed for the comfort and recovery of athletes and teams.<\/p>\n                    <\/div>\n                    <div class=\"feature-card\">\n                        <div class=\"feature-icon\">\n                           <svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" fill=\"none\" viewBox=\"0 0 24 24\" stroke-width=\"1.5\" stroke=\"currentColor\">\n                              <path stroke-linecap=\"round\" stroke-linejoin=\"round\" d=\"M21 8.25c0-2.485-2.099-4.5-4.688-4.5-1.935 0-3.597 1.126-4.312 2.733-.715-1.607-2.377-2.733-4.313-2.733C5.1 3.75 3 5.765 3 8.25c0 7.22 9 12 9 12s9-4.78 9-12z\" \/>\n                            <\/svg>\n                        <\/div>\n                        <h3>Athlete-Focused Nutrition<\/h3>\n                        <p>Farm-to-table dining experience with meals crafted from our own sustainable produce.<\/p>\n                    <\/div>\n                <\/div>\n\n                <!-- A Short Story About Us Section -->\n                <div class=\"grid md:grid-cols-2 gap-8 items-center\" style=\"margin-top: 4rem;\">\n                    <div>\n                        <h2>A Short Story About Us<\/h2>\n                        <p>Tilipo Sports Village is a transformative reality that redefines Zambia&#8217;s sporting infrastructure. Nestled on 70 hectares in Mumbwa, we offer an unparalleled environment for athletes of all levels. By combining elite sports science, exceptional hospitality, and a commitment to self-sufficiency, we are a year-round catalyst for regional growth and athletic excellence.<\/p>\n                        <a href=\"#\" class=\"cta-button\" data-navigate=\"about\">Learn More<\/a>\n                    <\/div>\n                    <div>\n                        <img decoding=\"async\" src=\"https:\/\/placehold.co\/600x400\/E2E8F0\/4A5568?text=Our+Story\" alt=\"Placeholder image illustrating the story of Tilipo Sports Village\" class=\"w-full h-auto rounded-lg shadow-md\">\n                    <\/div>\n                <\/div>\n\n                <!-- Why Choose Us Section -->\n                <div class=\"grid md:grid-cols-2 gap-8 items-center\" style=\"margin-top: 4rem;\">\n                    <div class=\"order-2 md:order-1\">\n                        <img decoding=\"async\" src=\"https:\/\/placehold.co\/600x400\/0A2463\/FFFFFF?text=Choose+Tilipo\" alt=\"Placeholder image highlighting the advantages of Tilipo Sports Village\" class=\"w-full h-auto rounded-lg shadow-md\">\n                    <\/div>\n                    <div class=\"order-1 md:order-2\">\n                        <h2>Why Choose Us?<\/h2>\n                        <ul class=\"space-y-4\" style=\"list-style: none; padding: 0;\">\n                            <li class=\"flex items-start\">\n                                <svg class=\"w-6 h-6 text-blue-600 mr-3 mt-1 flex-shrink-0\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\" fill=\"none\" viewBox=\"0 0 24 24\" stroke-width=\"1.5\" stroke=\"currentColor\">\n                                    <path stroke-linecap=\"round\" stroke-linejoin=\"round\" d=\"M2.25 18L9 11.25l4.306 4.307a11.95 11.95 0 015.814-5.519l2.74-1.22m0 0l-3.75-3.75M21 12l-3.75 3.75\" \/>\n                                <\/svg>\n                                <div>\n                                    <strong class=\"text-gray-800\">High-Altitude Advantage:<\/strong>\n                                    <span class=\"block text-gray-600\">Natural physiological benefits for endurance and performance.<\/span>\n                                <\/div>\n                            <\/li>\n                            <li class=\"flex items-start\">\n                                <svg class=\"w-6 h-6 text-blue-600 mr-3 mt-1 flex-shrink-0\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\" fill=\"none\" viewBox=\"0 0 24 24\" stroke-width=\"1.5\" stroke=\"currentColor\">\n                                    <path stroke-linecap=\"round\" stroke-linejoin=\"round\" d=\"M12 21a9.004 9.004 0 008.716-6.747M12 21a9.004 9.004 0 01-8.716-6.747M12 21c2.485 0 4.5-4.03 4.5-9S14.485 3 12 3m0 18c-2.485 0-4.5-4.03-4.5-9S9.515 3 12 3m0 0a8.997 8.997 0 017.843 4.582M12 3a8.997 8.997 0 00-7.843 4.582\" \/>\n                                <\/svg>\n                                <div>\n                                    <strong class=\"text-gray-800\">Fully Inclusive:<\/strong>\n                                    <span class=\"block text-gray-600\">All facilities designed with integrated access for people with special needs.<\/span>\n                                <\/div>\n                            <\/li>\n                            <li class=\"flex items-start\">\n                                <svg class=\"w-6 h-6 text-blue-600 mr-3 mt-1 flex-shrink-0\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\" fill=\"none\" viewBox=\"0 0 24 24\" stroke-width=\"1.5\" stroke=\"currentColor\">\n                                    <path stroke-linecap=\"round\" stroke-linejoin=\"round\" d=\"M21 12a9 9 0 11-18 0 9 9 0 0118 0z\" \/>\n                                    <path stroke-linecap=\"round\" stroke-linejoin=\"round\" d=\"M14.25 9.75L16.5 12l-2.25 2.25m-4.5 0L7.5 12l2.25-2.25\" \/>\n                                <\/svg>\n                                <div>\n                                    <strong class=\"text-gray-800\">Sustainable Operations:<\/strong>\n                                    <span class=\"block text-gray-600\">Self-sufficient farming provides fresh, organic produce.<\/span>\n                                <\/div>\n                            <\/li>\n                        <\/ul>\n                    <\/div>\n                <\/div>\n                \n                <div class=\"section-header\" style=\"margin-top: 4rem;\">\n                    <h2>What Our Athletes Say<\/h2>\n                <\/div>\n                <div class=\"grid\" style=\"gap: 1.5rem;\">\n                    <div class=\"testimonial-card\">\n                        <p>&#8220;The high-altitude environment and world-class facilities at Tilipo gave me the competitive edge I needed. A truly transformative experience.&#8221;<\/p>\n                        <p class=\"author\">\u2014 Bwalya Mwansa, Professional Footballer<\/p>\n                    <\/div>\n                    <div class=\"testimonial-card\">\n                        <p>&#8220;From the farm-to-table meals to the state-of-the-art gym, every detail is focused on athlete performance. My preparation was flawless.&#8221;<\/p>\n                        <p class=\"author\">\u2014 Chipo Tembo, National Athletics Team<\/p>\n                    <\/div>\n                    <div class=\"testimonial-card\">\n                        <p>&#8220;The dedicated 10km running track is a game-changer for long-distance training. The peaceful environment allows for complete focus.&#8221;<\/p>\n                        <p class=\"author\">\u2014 Kondwani Zulu, Marathon Runner<\/p>\n                    <\/div>\n                <\/div>\n\n                <div class=\"cta-section\" style=\"margin-bottom: 4rem;\">\n                    <h2>Ready to Elevate Your Performance?<\/h2>\n                    <p>Join elite athletes from across Africa and beyond. Book your training camp today.<\/p>\n                    <a href=\"#\" data-navigate=\"contact\" class=\"cta-button\">Schedule a Consultation<\/a>\n                <\/div>\n                \n                <div class=\"section-header\">\n                     <h2>Frequently Asked Questions<\/h2>\n                <\/div>\n                <div class=\"faq\" style=\"max-width: 800px; margin: 0 auto;\">\n                    <div class=\"faq-item\">\n                        <div class=\"faq-question\">What makes Tilipo Sports Village unique?<\/div>\n                        <div class=\"faq-answer\">\n                            <p>Tilipo is Southern Africa&#8217;s premier high-altitude training destination on 70 hectares of land. We offer a unique, integrated ecosystem combining world-class facilities, 5-star accommodation, and a sustainable farm-to-table nutrition program to ensure peak athletic performance.<\/p>\n                        <\/div>\n                    <\/div>\n                    <div class=\"faq-item\">\n                        <div class=\"faq-question\">Who can use the facilities?<\/div>\n                        <div class=\"faq-answer\">\n                            <p>Our facilities are designed for everyone, from local amateur and school teams to international professional clubs and national squads. We are also fully equipped with integrated access for people with special needs.<\/p>\n                        <\/div>\n                    <\/div>\n                    <div class=\"faq-item\">\n                        <div class=\"faq-question\">What accommodation options are available?<\/div>\n                        <div class=\"faq-answer\">\n                            <p>We offer a range of 5-star lodging, from modern dormitory-style rooms suitable for teams to luxury private apartments for professional squads seeking premium comfort.<\/p>\n                        <\/div>\n                    <\/div>\n                    <div class=\"faq-item\">\n                        <div class=\"faq-question\">How does the sustainable farming initiative work?<\/div>\n                        <div class=\"faq-answer\">\n                            <p>Our on-site organic farm and ethical poultry unit supply our kitchens directly. This guarantees the freshest, most nutritious meals for our athletes, reduces our environmental footprint, and provides valuable employment for the local community.<\/p>\n                        <\/div>\n                    <\/div>\n                    <div class=\"faq-item\">\n                        <div class=\"faq-question\">Where are you located?<\/div>\n                        <div class=\"faq-answer\">\n                            <p>We are in a peaceful, distraction-free environment in Mumbwa, Central Province. The location offers the natural physiological advantages of high-altitude training while being easily accessible from Lusaka.<\/p>\n                        <\/div>\n                    <\/div>\n                <\/div>\n            <\/section>\n\n            <!-- FACILITIES PAGE -->\n            <section id=\"facilities\" class=\"page-section\">\n                <div class=\"section-header\">\n                    <h1>World-Class Sporting Facilities<\/h1>\n                    <p>Each facility is built to international standards, ensuring a training environment designed for peak performance.<\/p>\n                <\/div>\n\n                <div class=\"grid\">\n                    <div class=\"card\">\n                        <div class=\"card-image-placeholder\"><\/div>\n                        <div class=\"card-content\">\n                            <h3>Football<\/h3>\n                            <p>8 full-size FIFA-standard pitches (natural and artificial turf), dedicated training areas, and modern changing facilities.<\/p>\n                        <\/div>\n                    <\/div>\n                    <div class=\"card\">\n                        <div class=\"card-image-placeholder\"><\/div>\n                        <div class=\"card-content\">\n                            <h3>Athletics<\/h3>\n                            <p>A professional 8-lane running track with full field event areas for long jump, high jump, shot put, and javelin.<\/p>\n                        <\/div>\n                    <\/div>\n                    <div class=\"card\">\n                        <div class=\"card-image-placeholder\"><\/div>\n                        <div class=\"card-content\">\n                            <h3>Long-Distance Running<\/h3>\n                            <p>A secure, measured 10-kilometre running track, providing the perfect high-altitude training environment.<\/p>\n                        <\/div>\n                    <\/div>\n                    <div class=\"card\">\n                        <div class=\"card-image-placeholder\"><\/div>\n                        <div class=\"card-content\">\n                            <h3>Boxing<\/h3>\n                            <p>A dedicated gymnasium with professional rings, punchbag areas, and specialized strength &#038; conditioning zones.<\/p>\n                        <\/div>\n                    <\/div>\n                    <div class=\"card\">\n                        <div class=\"card-image-placeholder\"><\/div>\n                        <div class=\"card-content\">\n                            <h3>Netball &#038; Basketball<\/h3>\n                            <p>Multiple indoor and outdoor courts featuring tournament-grade sprung flooring for optimal performance and safety.<\/p>\n                        <\/div>\n                    <\/div>\n                    <div class=\"card\">\n                        <div class=\"card-image-placeholder\"><\/div>\n                        <div class=\"card-content\">\n                            <h3>Swimming<\/h3>\n                            <p>An Olympic-size 25m swimming pool suitable for training, conditioning, and recovery sessions.<\/p>\n                        <\/div>\n                    <\/div>\n                    <div class=\"card\">\n                        <div class=\"card-image-placeholder\"><\/div>\n                        <div class=\"card-content\">\n                            <h3>Tennis &#038; Volleyball<\/h3>\n                            <p>Numerous professional-grade acrylic and hard courts ready for both training and competitive matches.<\/p>\n                        <\/div>\n                    <\/div>\n                    <div class=\"card\">\n                        <div class=\"card-image-placeholder\"><\/div>\n                        <div class=\"card-content\">\n                            <h3>Gymnasium<\/h3>\n                            <p>State-of-the-art gym with cutting-edge cardio, resistance equipment, and dedicated functional fitness spaces.<\/p>\n                        <\/div>\n                    <\/div>\n                <\/div>\n                <div class=\"cta-section\">\n                    <h2>Ready to Elevate Your Performance?<\/h2>\n                    <p>Join elite athletes from across Africa and beyond. Book your training camp today.<\/p>\n                    <a href=\"#\" data-navigate=\"contact\" class=\"cta-button\">Schedule a Consultation<\/a>\n                <\/div>\n            <\/section>\n\n            <!-- ABOUT US PAGE -->\n            <section id=\"about\" class=\"page-section\">\n                <div class=\"section-header\">\n                    <h1>About Tilipo Sports Village<\/h1>\n                    <p>A beacon of sporting excellence, community development, and sustainable practice in Southern Africa.<\/p>\n                <\/div>\n                \n                 <div class=\"grid\" style=\"grid-template-columns: repeat(auto-fit, minmax(300px, 1fr)); gap: 2rem; align-items: center;\">\n                     <div>\n                         <h3>Our Company<\/h3>\n                         <p>Nestled across 70 hectares of pristine land in Mumbwa, Central Province, Tilipo Sports Village is a transformative reality that redefines the sporting infrastructure of Zambia. This 5-star sporting destination offers an unparalleled environment for athletes of all ages and abilities, and is easily accessible via a straightforward journey. Located approximately 201 km from the capital, the route begins with a 27 km transfer from Kenneth Kaunda International Airport to Lusaka Town Centre, followed by a scenic 153 km drive on the M9 highway, culminating in a final 15 km stretch from the Mumbwa Town Turn-off directly to our gates.<\/p>\n                         <p>Upon arrival, athletes discover that our facility is not merely a collection of pitches and courts, but a fully integrated ecosystem dedicated to peak athletic performance, personal well-being, and professional development. Here, amidst the serenity of the Central Province, you will find the perfect environment to train, focus, and excel.<\/p>\n                     <\/div>\n                     <div class=\"feature-card\" style=\"text-align: left;\">\n                        <h3 style=\"margin-top:0;\">Our Vision<\/h3>\n                        <p>To be the leading high-altitude training destination in Southern Africa, recognised globally for sporting excellence, community development, and sustainable practice.<\/p>\n                    <\/div>\n                <\/div>\n\n                <div class=\"section-header\" style=\"margin-top: 4rem;\">\n                    <h2>The Sustainable Farming Initiative<\/h2>\n                    <p>A cornerstone of our operation is self-reliance and a commitment to providing the highest quality nutrition.<\/p>\n                <\/div>\n                <div class=\"grid\">\n                    <div class=\"feature-card\">\n                        <div class=\"feature-icon\">\n                            <svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" fill=\"none\" viewBox=\"0 0 24 24\" stroke-width=\"1.5\" stroke=\"currentColor\">\n                              <path stroke-linecap=\"round\" stroke-linejoin=\"round\" d=\"M12 21a9.004 9.004 0 008.716-6.747M12 21a9.004 9.004 0 01-8.716-6.747M12 21c2.485 0 4.5-4.03 4.5-9S14.485 3 12 3m0 18c-2.485 0-4.5-4.03-4.5-9S9.515 3 12 3m0 0a8.997 8.997 0 017.843 4.582M12 3a8.997 8.997 0 00-7.843 4.582\" \/>\n                            <\/svg>\n                        <\/div>\n                        <h3>Organic Produce<\/h3>\n                        <p>Our on-site farm cultivates a wide variety of fresh vegetables, supplying our kitchens directly.<\/p>\n                    <\/div>\n                    <div class=\"feature-card\">\n                         <div class=\"feature-icon\">\n                            <svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" fill=\"none\" viewBox=\"0 0 24 24\" stroke-width=\"1.5\" stroke=\"currentColor\">\n                              <path stroke-linecap=\"round\" stroke-linejoin=\"round\" d=\"M15.182 15.182a4.5 4.5 0 01-6.364 0 4.5 4.5 0 010-6.364M15.182 15.182l-6.364-6.364M12 21a9 9 0 110-18 9 9 0 010 18z\" \/>\n                            <\/svg>\n                         <\/div>\n                        <h3>Ethical Poultry<\/h3>\n                        <p>A modern facility providing a constant supply of high-quality chicken and eggs for athlete-focused meals.<\/p>\n                    <\/div>\n                    <div class=\"feature-card\">\n                         <div class=\"feature-icon\">\n                            <svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" fill=\"none\" viewBox=\"0 0 24 24\" stroke-width=\"1.5\" stroke=\"currentColor\">\n                              <path stroke-linecap=\"round\" stroke-linejoin=\"round\" d=\"M18 18.72a9.094 9.094 0 003.741-.479 3 3 0 00-4.682-2.72m-7.284.06A3 3 0 007.284 9m6.922 9.72a3 3 0 00-4.682-2.72M12 3a9 9 0 100 18 9 9 0 000-18z\" \/>\n                            <\/svg>\n                         <\/div>\n                        <h3>Community First<\/h3>\n                        <p>This initiative creates invaluable skills-training and employment for local youths, men, and women.<\/p>\n                    <\/div>\n                <\/div>\n                \n                <div class=\"section-header\" style=\"margin-top: 4rem;\">\n                     <h2>More About Us<\/h2>\n                <\/div>\n                <div class=\"faq\" style=\"max-width: 800px; margin: 0 auto;\">\n                    <div class=\"faq-item\">\n                        <div class=\"faq-question\">What is the core philosophy of Tilipo Sports Village?<\/div>\n                        <div class=\"faq-answer\">\n                            <p>Our core philosophy is to provide a holistic environment that nurtures athletic talent from grassroots to elite levels, while operating as a sustainable and community-focused enterprise.<\/p>\n                        <\/div>\n                    <\/div>\n                    <div class=\"faq-item\">\n                        <div class=\"faq-question\">How does Tilipo contribute to the local community?<\/div>\n                        <div class=\"faq-answer\">\n                            <p>We are dedicated to empowering our community through sport. Our sustainable farming initiative creates sustainable employment and skills-training, and we contribute significantly to the sporting and economic landscape of Zambia.<\/p>\n                        <\/div>\n                    <\/div>\n                    <div class=\"faq-item\">\n                        <div class=\"faq-question\">What is the strategic advantage of your location?<\/div>\n                        <div class=\"faq-answer\">\n                            <p>Our location in Mumbwa offers a peaceful, distraction-free environment. Its high altitude provides a natural physiological advantage for athletes seeking to improve endurance and performance, especially for long-distance runners using our dedicated 10km track.<\/p>\n                        <\/div>\n                    <\/div>\n                    <div class=\"faq-item\">\n                        <div class=\"faq-question\">How do you ensure inclusivity?<\/div>\n                        <div class=\"faq-answer\">\n                            <p>All our world-class facilities are designed with integrated access for people with special needs, ensuring that sport at Tilipo is accessible to absolutely everyone, regardless of ability.<\/p>\n                        <\/div>\n                    <\/div>\n                    <div class=\"faq-item\">\n                        <div class=\"faq-question\">What does &#8220;holistic environment&#8221; mean at Tilipo?<\/div>\n                        <div class=\"faq-answer\">\n                            <p>A holistic environment means we focus on the entire athlete. This includes elite training facilities, superior nutrition from our farm, comfortable recovery in our 5-star lodging, and on-site medical support, creating a complete ecosystem for success.<\/p>\n                        <\/div>\n                    <\/div>\n                <\/div>\n\n                <div class=\"cta-section\">\n                    <h2>Ready to Elevate Your Performance?<\/h2>\n                    <p>Join elite athletes from across Africa and beyond. Book your training camp today.<\/p>\n                    <a href=\"#\" data-navigate=\"contact\" class=\"cta-button\">Schedule a Consultation<\/a>\n                <\/div>\n            <\/section>\n\n            <!-- SERVICES PAGE -->\n            <section id=\"services\" class=\"page-section\">\n                <div class=\"section-header\">\n                    <h1>Supporting Peak Performance<\/h1>\n                    <p>We offer extensive amenities to complement our world-class sporting facilities for a complete athletic experience.<\/p>\n                <\/div>\n\n                <div class=\"grid\">\n                    <div class=\"feature-card\">\n                        <div class=\"feature-icon\">\n                            <svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" fill=\"none\" viewBox=\"0 0 24 24\" stroke-width=\"1.5\" stroke=\"currentColor\">\n                                <path stroke-linecap=\"round\" stroke-linejoin=\"round\" d=\"M2.25 21h19.5m-18-18v18m10.5-18v18m6-13.5V21M6.75 6.75h.75m-.75 3h.75m-.75 3h.75m3-6h.75m-.75 3h.75m-.75 3h.75M9 21v-3.375c0-.621.504-1.125 1.125-1.125h3.75c.621 0 1.125.504 1.125 1.125V21\" \/>\n                            <\/svg>\n                        <\/div>\n                        <h3>5-Star Accommodation<\/h3>\n                        <p>From team dormitories to luxury apartments, we provide comfortable and restful lodging.<\/p>\n                    <\/div>\n                    <div class=\"feature-card\">\n                        <div class=\"feature-icon\">\n                            <svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" fill=\"none\" viewBox=\"0 0 24 24\" stroke-width=\"1.5\" stroke=\"currentColor\">\n                              <path stroke-linecap=\"round\" stroke-linejoin=\"round\" d=\"M9.879 7.519c1.171-1.025 3.071-1.025 4.242 0 1.172 1.025 1.172 2.687 0 3.712-.203.179-.43.326-.67.442-.745.361-1.45.999-1.45 1.827v.75M21 12a9 9 0 11-18 0 9 9 0 0118 0zm-9 5.25h.008v.008H12v-.008z\" \/>\n                            <\/svg>\n                        <\/div>\n                        <h3>Dining &#038; Nutrition<\/h3>\n                        <p>Our dining hall serves athlete-focused meals from our farm, plus a relaxed coffee bar.<\/p>\n                    <\/div>\n                    <div class=\"feature-card\">\n                        <div class=\"feature-icon\">\n                            <svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" fill=\"none\" viewBox=\"0 0 24 24\" stroke-width=\"1.5\" stroke=\"currentColor\">\n                              <path stroke-linecap=\"round\" stroke-linejoin=\"round\" d=\"M20.25 14.15v4.05a2.25 2.25 0 01-2.25 2.25h-15a2.25 2.25 0 01-2.25-2.25V14.15M18 18.75h.75A2.25 2.25 0 0021 16.5v-1.5a2.25 2.25 0 00-2.25-2.25h-15A2.25 2.25 0 001.5 15v1.5A2.25 2.25 0 003.75 18.75h.75m9-6h.008v.008H12v-.008z\" \/>\n                            <\/svg>\n                        <\/div>\n                        <h3>Conference Centre<\/h3>\n                        <p>Fully-equipped meeting rooms for team briefings, coaching seminars, and corporate events.<\/p>\n                    <\/div>\n                    <div class=\"feature-card\">\n                        <div class=\"feature-icon\">\n                           <svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" fill=\"none\" viewBox=\"0 0 24 24\" stroke-width=\"1.Sort by5\" stroke=\"currentColor\">\n                              <path stroke-linecap=\"round\" stroke-linejoin=\"round\" d=\"M6.75 3v2.25M17.25 3v2.25M3 18.75V7.5a2.25 2.25 0 012.25-2.25h13.5A2.25 2.25 0 0121 7.5v11.25m-18 0A2.25 2.25 0 005.25 21h13.5A2.25 2.25 0 0021 18.75m-18 0h18\" \/>\n                            <\/svg>\n                        <\/div>\n                        <h3>Event Centre<\/h3>\n                        <p>A versatile indoor space to host tournaments, galas, exhibitions, and community gatherings.<\/p>\n                    <\/div>\n                     <div class=\"feature-card\">\n                        <div class=\"feature-icon\">\n                            <svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" fill=\"none\" viewBox=\"0 0 24 24\" stroke-width=\"1.5\" stroke=\"currentColor\">\n                              <path stroke-linecap=\"round\" stroke-linejoin=\"round\" d=\"M12 4.5v15m7.5-7.5h-15\" \/>\n                            <\/svg>\n                        <\/div>\n                        <h3>On-Site Mini Clinic<\/h3>\n                        <p>Providing physiotherapy, sports massage, and emergency care from qualified professionals.<\/p>\n                    <\/div>\n                     <div class=\"feature-card\">\n                        <div class=\"feature-icon\">\n                             <svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" fill=\"none\" viewBox=\"0 0 24 24\" stroke-width=\"1.5\" stroke=\"currentColor\">\n                                <path stroke-linecap=\"round\" stroke-linejoin=\"round\" d=\"M12 21a9.004 9.004 0 008.716-6.747M12 21a9.004 9.004 0 01-8.716-6.747M12 21c2.485 0 4.5-4.03 4.5-9S14.485 3 12 3m0 18c-2.485 0-4.5-4.03-4.5-9S9.515 3 12 3m0 0a8.997 8.997 0 017.843 4.582M12 3a8.997 8.997 0 00-7.843 4.582\" \/>\n                            <\/svg>\n                        <\/div>\n                        <h3>Full Accessibility<\/h3>\n                        <p>All facilities and services are designed with integrated access for people with special needs.<\/p>\n                    <\/div>\n                <\/div>\n                <div class=\"cta-section\">\n                    <h2>Ready to Elevate Your Performance?<\/h2>\n                    <p>Join elite athletes from across Africa and beyond. Book your training camp today.<\/p>\n                    <a href=\"#\" data-navigate=\"contact\" class=\"cta-button\">Schedule a Consultation<\/a>\n                <\/div>\n            <\/section>\n\n            <!-- CONTACT PAGE -->\n            <section id=\"contact\" class=\"page-section\">\n                <div class=\"section-header\">\n                    <h1>Get In Touch<\/h1>\n                    <p>Contact us today to book a training camp, schedule a tour, or learn more about our world-class facilities.<\/p>\n                <\/div>\n                \n                <div class=\"contact-details\">\n                    <div class=\"contact-item\">\n                        <strong>Address:<\/strong>\n                        Tilipo Sports Village, Mumbwa, Central Province, Zambia\n                    <\/div>\n                     <div class=\"contact-item\">\n                        <strong>Email:<\/strong>\n                        info@tiliposportsvillage.com\n                    <\/div>\n                    <div class=\"contact-item\">\n                        <strong>Phone:<\/strong>\n                        +260 97 7123456 (Placeholder)\n                    <\/div>\n                <\/div>\n\n                <div style=\"text-align: center;\">\n                    <a href=\"mailto:info@tiliposportsvillage.com\" class=\"cta-button\">Email Us Directly<\/a>\n                <\/div>\n\n                <div class=\"cta-section\">\n                    <h2>Ready to Begin Your Journey?<\/h2>\n                    <p>Join hundreds of athletes who have elevated their performance at Tilipo Sports Village.<\/p>\n                    <a href=\"#\" data-navigate=\"contact\" class=\"cta-button\">Schedule a Consultation<\/a>\n                <\/div>\n            <\/section>\n        <\/div>\n    <\/div>\n\n    <script>\n        (function() {\n            \/\/ Ensure all selectors are scoped to the main container\n            const container = document.getElementById('tilipo-embed-container');\n            if (!container) return;\n\n            const navLinks = container.querySelectorAll('.nav-link');\n            const pageSections = container.querySelectorAll('.page-section');\n            const faqQuestions = container.querySelectorAll('.faq-question');\n            \n            \/\/ --- Navigation Logic ---\n            function navigateToPage(targetPageId) {\n                \/\/ Update nav links state\n                navLinks.forEach(link => {\n                    link.classList.toggle('active', link.getAttribute('data-page') === targetPageId);\n                });\n                \n                \/\/ Update page sections visibility\n                pageSections.forEach(section => {\n                    section.classList.toggle('active', section.id === targetPageId);\n                });\n                \n                \/\/ For a smoother experience in an iframe, scrolling might not be necessary\n                \/\/ or could be handled by the parent page.\n            }\n\n            navLinks.forEach(link => {\n                link.addEventListener('click', function(e) {\n                    e.preventDefault();\n                    const targetPage = this.getAttribute('data-page');\n                    if (targetPage) {\n                        navigateToPage(targetPage);\n                    }\n                });\n            });\n\n            \/\/ Handle internal navigation clicks (e.g., from CTA buttons)\n            container.addEventListener('click', function(e) {\n                const target = e.target.closest('[data-navigate]');\n                if (target) {\n                    e.preventDefault();\n                    const targetPage = target.getAttribute('data-navigate');\n                    if (targetPage) {\n                        navigateToPage(targetPage);\n                    }\n                }\n            });\n\n            \/\/ --- FAQ Accordion Logic ---\n            faqQuestions.forEach(question => {\n                question.addEventListener('click', function() {\n                    const answer = this.nextElementSibling;\n                    const wasActive = this.classList.contains('active');\n                    \n                    \/\/ Close all other questions within the same FAQ block\n                    const parentFaq = this.closest('.faq');\n                    parentFaq.querySelectorAll('.faq-question').forEach(q => {\n                        q.classList.remove('active');\n                        q.nextElementSibling.classList.remove('active');\n                    });\n                    \n                    \/\/ Toggle the clicked question\n                    if (!wasActive) {\n                        this.classList.add('active');\n                        answer.classList.add('active');\n                    }\n                });\n            });\n\n            \/\/ Set the initial page\n            navigateToPage('home');\n        })();\n    <\/script>\n<\/body>\n<\/html>\n","protected":false},"excerpt":{"rendered":"<p>Tilipo Sports Village Home Facilities About Us Services Contact The Premier Destination for Athletic Excellence Tilipo Sports Village: Southern Africa&#8217;s [&hellip;]<\/p>\n","protected":false},"author":1,"featured_media":0,"parent":0,"menu_order":0,"comment_status":"closed","ping_status":"closed","template":"","meta":{"site-sidebar-layout":"default","site-content-layout":"","ast-site-content-layout":"default","site-content-style":"default","site-sidebar-style":"default","ast-global-header-display":"","ast-banner-title-visibility":"","ast-main-header-display":"","ast-hfb-above-header-display":"","ast-hfb-below-header-display":"","ast-hfb-mobile-header-display":"","site-post-title":"disabled","ast-breadcrumbs-content":"","ast-featured-img":"","footer-sml-layout":"","theme-transparent-header-meta":"","adv-header-id-meta":"","stick-header-meta":"","header-above-stick-meta":"","header-main-stick-meta":"","header-below-stick-meta":"","astra-migrate-meta-layouts":"default","ast-page-background-enabled":"default","ast-page-background-meta":{"desktop":{"background-color":"var(--ast-global-color-5)","background-image":"","background-repeat":"repeat","background-position":"center center","background-size":"auto","background-attachment":"scroll","background-type":"","background-media":"","overlay-type":"","overlay-color":"","overlay-opacity":"","overlay-gradient":""},"tablet":{"background-color":"","background-image":"","background-repeat":"repeat","background-position":"center center","background-size":"auto","background-attachment":"scroll","background-type":"","background-media":"","overlay-type":"","overlay-color":"","overlay-opacity":"","overlay-gradient":""},"mobile":{"background-color":"","background-image":"","background-repeat":"repeat","background-position":"center center","background-size":"auto","background-attachment":"scroll","background-type":"","background-media":"","overlay-type":"","overlay-color":"","overlay-opacity":"","overlay-gradient":""}},"ast-content-background-meta":{"desktop":{"background-color":"var(--ast-global-color-4)","background-image":"","background-repeat":"repeat","background-position":"center center","background-size":"auto","background-attachment":"scroll","background-type":"","background-media":"","overlay-type":"","overlay-color":"","overlay-opacity":"","overlay-gradient":""},"tablet":{"background-color":"var(--ast-global-color-4)","background-image":"","background-repeat":"repeat","background-position":"center center","background-size":"auto","background-attachment":"scroll","background-type":"","background-media":"","overlay-type":"","overlay-color":"","overlay-opacity":"","overlay-gradient":""},"mobile":{"background-color":"var(--ast-global-color-4)","background-image":"","background-repeat":"repeat","background-position":"center center","background-size":"auto","background-attachment":"scroll","background-type":"","background-media":"","overlay-type":"","overlay-color":"","overlay-opacity":"","overlay-gradient":""}},"footnotes":""},"class_list":["post-13","page","type-page","status-publish","hentry"],"_links":{"self":[{"href":"https:\/\/tiliposportsvillage.org\/index.php\/wp-json\/wp\/v2\/pages\/13","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/tiliposportsvillage.org\/index.php\/wp-json\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/tiliposportsvillage.org\/index.php\/wp-json\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/tiliposportsvillage.org\/index.php\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/tiliposportsvillage.org\/index.php\/wp-json\/wp\/v2\/comments?post=13"}],"version-history":[{"count":5,"href":"https:\/\/tiliposportsvillage.org\/index.php\/wp-json\/wp\/v2\/pages\/13\/revisions"}],"predecessor-version":[{"id":35,"href":"https:\/\/tiliposportsvillage.org\/index.php\/wp-json\/wp\/v2\/pages\/13\/revisions\/35"}],"wp:attachment":[{"href":"https:\/\/tiliposportsvillage.org\/index.php\/wp-json\/wp\/v2\/media?parent=13"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}