{"id":8634,"date":"2024-11-17T13:35:53","date_gmt":"2024-11-17T13:35:53","guid":{"rendered":"https:\/\/lifesjourney.ae\/?page_id=8634"},"modified":"2024-12-27T11:30:57","modified_gmt":"2024-12-27T11:30:57","slug":"our-values","status":"publish","type":"page","link":"https:\/\/erp1.otym.io\/lifejourney\/our-values\/","title":{"rendered":"Our Values"},"content":{"rendered":"\t\t<div data-elementor-type=\"wp-page\" data-elementor-id=\"8634\" class=\"elementor elementor-8634\" data-elementor-post-type=\"page\">\n\t\t\t\t<div class=\"elementor-element elementor-element-3dfedc9 e-grid e-con-boxed e-con e-parent\" data-id=\"3dfedc9\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t\t<div class=\"e-con-inner\">\n\t\t\t\t<div class=\"elementor-element elementor-element-f7f14c2 elementor-widget elementor-widget-heading\" data-id=\"f7f14c2\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<h2 class=\"elementor-heading-title elementor-size-default\">Values<\/h2>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-e8f5f85 e-flex e-con-boxed e-con e-parent\" data-id=\"e8f5f85\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t\t<div class=\"e-con-inner\">\n\t\t\t\t<div class=\"elementor-element elementor-element-ffab91f elementor-widget elementor-widget-image\" data-id=\"ffab91f\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"image.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<img fetchpriority=\"high\" decoding=\"async\" width=\"500\" height=\"500\" src=\"https:\/\/erp1.otym.io\/lifejourney\/wp-content\/uploads\/2024\/12\/Psychological-Aspect-1.gif\" class=\"attachment-large size-large wp-image-8760\" alt=\"\" \/>\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-1d61deb2 e-flex e-con-boxed e-con e-parent\" data-id=\"1d61deb2\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t\t<div class=\"e-con-inner\">\n\t\t\t\t<div class=\"elementor-element elementor-element-965c010 elementor-widget elementor-widget-text-editor\" data-id=\"965c010\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"text-editor.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t\t\t<!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>The Three Pillars and Levels of Success<\/title>\n    <style>\n        @import url('https:\/\/fonts.googleapis.com\/css2?family=Poppins:wght@400;600&display=swap');\n\n        body {\n            font-family: 'Poppins', Arial, sans-serif;\n            margin: 0;\n            padding: 0;\n            background-color: #fff;\n            color: #000;\n        }\n\n        .header {\n            text-align: center;\n            padding: 50px;\n            background-color: #16163F; \/* Header background *\/\n            color: #fff; \/* Main heading font color *\/\n        }\n\n        .header h1 {\n            font-size: 2.5em;\n            margin: 0;\n            color: #fff; \/* Ensures heading is white *\/\n        }\n\n        .accordion {\n            max-width: 800px;\n            margin: 20px auto;\n            border: 1px solid #ddd;\n            border-radius: 5px;\n            overflow: hidden;\n            box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);\n        }\n\n        .accordion-item {\n            border-bottom: 1px solid #ddd;\n        }\n\n        .accordion-item:last-child {\n            border-bottom: none;\n        }\n\n        .accordion-header {\n            background-color: #f7f7f7;\n            padding: 15px 20px;\n            cursor: pointer;\n            font-size: 1.2em;\n            font-weight: 600;\n            color: #16163F; \/* Coordination headings color *\/\n        }\n\n        .accordion-header:hover {\n            background-color: #ffecd6;\n        }\n\n        .accordion-content {\n            display: none;\n            padding: 20px;\n            font-size: 1em;\n            line-height: 1.6;\n            background-color: #fff;\n        }\n\n        .accordion-content ul {\n            padding-left: 20px;\n            list-style-type: disc;\n        }\n\n        .footer {\n            text-align: center;\n            padding: 20px;\n            background-color: #16163F; \/* Footer background *\/\n            border-top: 3px solid #ff6f00;\n        }\n\n        .footer p {\n            margin: 0;\n            color: #fff; \/* Footer text color *\/\n        }\n    <\/style>\n    <script>\n        document.addEventListener('DOMContentLoaded', () => {\n            const headers = document.querySelectorAll('.accordion-header');\n            headers.forEach(header => {\n                header.addEventListener('click', () => {\n                    const content = header.nextElementSibling;\n                    const isOpen = content.style.display === 'block';\n\n                    document.querySelectorAll('.accordion-content').forEach(item => {\n                        item.style.display = 'none';\n                    });\n\n                    content.style.display = isOpen ? 'none' : 'block';\n                });\n            });\n        });\n    <\/script>\n<\/head>\n<body>\n    <div class=\"header\">\n        <h1>The Three Pillars and Levels of Success<\/h1>\n    <\/div>\n    <div class=\"accordion\">\n        <div class=\"accordion-item\">\n            <div class=\"accordion-header\">The Three Pillars of Success<\/div>\n            <div class=\"accordion-content\">\n                <p>Explore the core aspects that drive meaningful achievements:<\/p>\n                <ul>\n                    <li><strong>Psychological Aspect:<\/strong> Fosters emotional resilience and mental clarity.<\/li>\n                    <li><strong>Skills Aspect:<\/strong> Encompasses the development and refinement of talents and expertise.<\/li>\n                    <li><strong>Physical Skills:<\/strong> Ensures practical, hands-on capabilities to bring ideas to life.<\/li>\n                    <li><strong>Harmony in Action:<\/strong> These aspects work in harmony, empowering individuals to achieve meaningful and transformative outcomes.<\/li>\n                <\/ul>\n            <\/div>\n        <\/div>\n        <div class=\"accordion-item\">\n            <div class=\"accordion-header\">The Three Levels of Success<\/div>\n            <div class=\"accordion-content\">\n                <h3>Individual Level<\/h3>\n                <ul>\n                    <li>Self-Confidence and Self-Awareness: Building personal strength through challenges.<\/li>\n                    <li>Stepping Out of Comfort Zone: Encouraging participants to face fears and embrace new experiences.<\/li>\n                    <li>Instilling a Love for Competition: Fostering healthy competition and camaraderie.<\/li>\n                    <li>Connecting with the Outside World: Emphasizing nature and teamwork in adventure settings.<\/li>\n                    <li>Improving Physical Fitness: Highlighting the health benefits associated with physical activities.<\/li>\n                <\/ul>\n                <h3>Team Level<\/h3>\n                <ul>\n                    <li>Psychological Aspects: Enhancing team dynamics and morale.<\/li>\n                    <li>Physical Aspects: Promoting fitness through group activities.<\/li>\n                    <li>Skill Aspects: Developing collective skills that contribute to overall team success.<\/li>\n                <\/ul>\n                <h3>Basic Pillars<\/h3>\n                <ul>\n                    <li>Work: Emphasizing dedication and commitment to personal growth.<\/li>\n                    <li>Achievement: Celebrating milestones and personal victories.<\/li>\n                    <li>Value of Belief in Goals: Encouraging participants to set and pursue meaningful goals.<\/li>\n                <\/ul>\n            <\/div>\n        <\/div>\n    <\/div>\n    <div class=\"footer\">\n        <p>Join Us for an Adventure<\/p>\n    <\/div>\n<\/body>\n<\/html>\n\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t","protected":false},"excerpt":{"rendered":"<p>Values The Three Pillars and Levels of Success The Three Pillars and Levels of Success The Three Pillars of Success Explore the core aspects that drive meaningful achievements: Psychological Aspect: Fosters emotional resilience and mental clarity. Skills Aspect: Encompasses the development and refinement of talents and expertise. Physical Skills: Ensures practical, hands-on capabilities to bring [&hellip;]<\/p>\n","protected":false},"author":1,"featured_media":0,"parent":0,"menu_order":0,"comment_status":"closed","ping_status":"closed","template":"","meta":{"footnotes":""},"class_list":["post-8634","page","type-page","status-publish","hentry"],"_links":{"self":[{"href":"https:\/\/erp1.otym.io\/lifejourney\/wp-json\/wp\/v2\/pages\/8634","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/erp1.otym.io\/lifejourney\/wp-json\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/erp1.otym.io\/lifejourney\/wp-json\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/erp1.otym.io\/lifejourney\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/erp1.otym.io\/lifejourney\/wp-json\/wp\/v2\/comments?post=8634"}],"version-history":[{"count":40,"href":"https:\/\/erp1.otym.io\/lifejourney\/wp-json\/wp\/v2\/pages\/8634\/revisions"}],"predecessor-version":[{"id":8773,"href":"https:\/\/erp1.otym.io\/lifejourney\/wp-json\/wp\/v2\/pages\/8634\/revisions\/8773"}],"wp:attachment":[{"href":"https:\/\/erp1.otym.io\/lifejourney\/wp-json\/wp\/v2\/media?parent=8634"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}