{"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\/ar\/our-values\/","title":{"rendered":"\u0642\u064a\u0645\u0646\u0627"},"content":{"rendered":"<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\">\u0627\u0644\u0631\u0643\u0627\u0626\u0632 \u0627\u0644\u062b\u0644\u0627\u062b \u0644\u0644\u0646\u062c\u0627\u062d<\/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> \u064a\u0639\u0632\u0632 \u0627\u0644\u0645\u0631\u0648\u0646\u0629 \u0627\u0644\u0639\u0627\u0637\u0641\u064a\u0629 \u0648\u0627\u0644\u0648\u0636\u0648\u062d \u0627\u0644\u0639\u0642\u0644\u064a.<\/li>\n                    <li><strong>Skills Aspect:<\/strong> \u064a\u0634\u0645\u0644 \u062a\u0646\u0645\u064a\u0629 \u0648\u0635\u0642\u0644 \u0627\u0644\u0645\u0648\u0627\u0647\u0628 \u0648\u0627\u0644\u062e\u0628\u0631\u0627\u062a.<\/li>\n                    <li><strong>Physical Skills:<\/strong> \u064a\u0636\u0645\u0646 \u0642\u062f\u0631\u0627\u062a \u0639\u0645\u0644\u064a\u0629 \u0648\u0639\u0645\u0644\u064a\u0629 \u0644\u0625\u0636\u0641\u0627\u0621 \u0627\u0644\u062d\u064a\u0648\u064a\u0629 \u0639\u0644\u0649 \u0627\u0644\u0623\u0641\u0643\u0627\u0631.<\/li>\n                    <li><strong>Harmony in Action:<\/strong> \u062a\u0639\u0645\u0644 \u0647\u0630\u0647 \u0627\u0644\u062c\u0648\u0627\u0646\u0628 \u0641\u064a \u0648\u0626\u0627\u0645\u060c \u0648\u062a\u0645\u0643\u064a\u0646 \u0627\u0644\u0623\u0641\u0631\u0627\u062f \u0645\u0646 \u062a\u062d\u0642\u064a\u0642 \u0646\u062a\u0627\u0626\u062c \u0647\u0627\u062f\u0641\u0629 \u0648\u062a\u062d\u0648\u064a\u0644\u064a\u0629.<\/li>\n                <\/ul>\n            <\/div>\n        <\/div>\n        <div class=\"accordion-item\">\n            <div class=\"accordion-header\">\u0645\u0633\u062a\u0648\u064a\u0627\u062a \u0627\u0644\u0646\u062c\u0627\u062d \u0627\u0644\u062b\u0644\u0627\u062b\u0629<\/div>\n            <div class=\"accordion-content\">\n                <h3>\u0627\u0644\u0645\u0633\u062a\u0648\u0649 \u0627\u0644\u0641\u0631\u062f\u064a<\/h3>\n                <ul>\n                    <li>\u0627\u0644\u062b\u0642\u0629 \u0628\u0627\u0644\u0646\u0641\u0633 \u0648\u0627\u0644\u0648\u0639\u064a \u0627\u0644\u0630\u0627\u062a\u064a: \u0628\u0646\u0627\u0621 \u0627\u0644\u0642\u0648\u0629 \u0627\u0644\u0634\u062e\u0635\u064a\u0629 \u0645\u0646 \u062e\u0644\u0627\u0644 \u0627\u0644\u062a\u062d\u062f\u064a\u0627\u062a.<\/li>\n                    <li>\u0627\u0644\u062e\u0631\u0648\u062c \u0645\u0646 \u0645\u0646\u0637\u0642\u0629 \u0627\u0644\u0631\u0627\u062d\u0629: \u062a\u0634\u062c\u064a\u0639 \u0627\u0644\u0645\u0634\u0627\u0631\u0643\u064a\u0646 \u0639\u0644\u0649 \u0645\u0648\u0627\u062c\u0647\u0629 \u0627\u0644\u0645\u062e\u0627\u0648\u0641 \u0648\u062a\u0628\u0646\u064a \u062a\u062c\u0627\u0631\u0628 \u062c\u062f\u064a\u062f\u0629.<\/li>\n                    <li>\u063a\u0631\u0633 \u062d\u0628 \u0627\u0644\u0645\u0646\u0627\u0641\u0633\u0629: \u062a\u0639\u0632\u064a\u0632 \u0627\u0644\u0645\u0646\u0627\u0641\u0633\u0629 \u0627\u0644\u0635\u062d\u064a\u0629 \u0648\u0627\u0644\u0635\u062f\u0627\u0642\u0629 \u0627\u0644\u062d\u0645\u064a\u0645\u0629.<\/li>\n                    <li>\u0627\u0644\u062a\u0648\u0627\u0635\u0644 \u0645\u0639 \u0627\u0644\u0639\u0627\u0644\u0645 \u0627\u0644\u062e\u0627\u0631\u062c\u064a: \u0627\u0644\u062a\u0623\u0643\u064a\u062f \u0639\u0644\u0649 \u0627\u0644\u0637\u0628\u064a\u0639\u0629 \u0648\u0627\u0644\u0639\u0645\u0644 \u0627\u0644\u062c\u0645\u0627\u0639\u064a \u0641\u064a \u0623\u0645\u0627\u0643\u0646 \u0627\u0644\u0645\u063a\u0627\u0645\u0631\u0629.<\/li>\n                    <li>\u062a\u062d\u0633\u064a\u0646 \u0627\u0644\u0644\u064a\u0627\u0642\u0629 \u0627\u0644\u0628\u062f\u0646\u064a\u0629: \u062a\u0633\u0644\u064a\u0637 \u0627\u0644\u0636\u0648\u0621 \u0639\u0644\u0649 \u0627\u0644\u0641\u0648\u0627\u0626\u062f \u0627\u0644\u0635\u062d\u064a\u0629 \u0627\u0644\u0645\u0631\u062a\u0628\u0637\u0629 \u0628\u0627\u0644\u0623\u0646\u0634\u0637\u0629 \u0627\u0644\u0628\u062f\u0646\u064a\u0629.<\/li>\n                <\/ul>\n                <h3>\u0645\u0633\u062a\u0648\u0649 \u0627\u0644\u0641\u0631\u064a\u0642<\/h3>\n                <ul>\n                    <li>\u0627\u0644\u062c\u0648\u0627\u0646\u0628 \u0627\u0644\u0646\u0641\u0633\u064a\u0629: \u062a\u0639\u0632\u064a\u0632 \u062f\u064a\u0646\u0627\u0645\u064a\u0643\u064a\u0627\u062a \u0627\u0644\u0641\u0631\u064a\u0642 \u0648\u0645\u0639\u0646\u0648\u064a\u0627\u062a\u0647.<\/li>\n                    <li>\u0627\u0644\u062c\u0648\u0627\u0646\u0628 \u0627\u0644\u0628\u062f\u0646\u064a\u0629: \u062a\u0639\u0632\u064a\u0632 \u0627\u0644\u0644\u064a\u0627\u0642\u0629 \u0627\u0644\u0628\u062f\u0646\u064a\u0629 \u0645\u0646 \u062e\u0644\u0627\u0644 \u0627\u0644\u0623\u0646\u0634\u0637\u0629 \u0627\u0644\u062c\u0645\u0627\u0639\u064a\u0629.<\/li>\n                    <li>\u062c\u0648\u0627\u0646\u0628 \u0627\u0644\u0645\u0647\u0627\u0631\u0629: \u062a\u0637\u0648\u064a\u0631 \u0627\u0644\u0645\u0647\u0627\u0631\u0627\u062a \u0627\u0644\u062c\u0645\u0627\u0639\u064a\u0629 \u0627\u0644\u062a\u064a \u062a\u0633\u0627\u0647\u0645 \u0641\u064a \u0646\u062c\u0627\u062d \u0627\u0644\u0641\u0631\u064a\u0642 \u0628\u0634\u0643\u0644 \u0639\u0627\u0645.<\/li>\n                <\/ul>\n                <h3>\u0627\u0644\u0631\u0643\u0627\u0626\u0632 \u0627\u0644\u0623\u0633\u0627\u0633\u064a\u0629<\/h3>\n                <ul>\n                    <li>\u0627\u0644\u0639\u0645\u0644: \u0627\u0644\u062a\u0623\u0643\u064a\u062f \u0639\u0644\u0649 \u0627\u0644\u062a\u0641\u0627\u0646\u064a \u0648\u0627\u0644\u0627\u0644\u062a\u0632\u0627\u0645 \u0628\u0627\u0644\u0646\u0645\u0648 \u0627\u0644\u0634\u062e\u0635\u064a.<\/li>\n                    <li>\u0627\u0644\u0625\u0646\u062c\u0627\u0632: \u0627\u0644\u0627\u062d\u062a\u0641\u0627\u0644 \u0628\u0627\u0644\u0645\u0639\u0627\u0644\u0645 \u0648\u0627\u0644\u0627\u0646\u062a\u0635\u0627\u0631\u0627\u062a \u0627\u0644\u0634\u062e\u0635\u064a\u0629.<\/li>\n                    <li>\u0642\u064a\u0645\u0629 \u0627\u0644\u0625\u064a\u0645\u0627\u0646 \u0628\u0627\u0644\u0623\u0647\u062f\u0627\u0641: \u062a\u0634\u062c\u064a\u0639 \u0627\u0644\u0645\u0634\u0627\u0631\u0643\u064a\u0646 \u0639\u0644\u0649 \u062a\u062d\u062f\u064a\u062f \u0623\u0647\u062f\u0627\u0641 \u0630\u0627\u062a \u0645\u0639\u0646\u0649 \u0648\u0645\u062a\u0627\u0628\u0639\u062a\u0647\u0627.<\/li>\n                <\/ul>\n            <\/div>\n        <\/div>\n    <\/div>\n    <div class=\"footer\">\n        <p>\u0627\u0646\u0636\u0645 \u0625\u0644\u064a\u0646\u0627 \u0644\u062e\u0648\u0636 \u0645\u063a\u0627\u0645\u0631\u0629<\/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>","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>","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\/ar\/wp-json\/wp\/v2\/pages\/8634","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/erp1.otym.io\/lifejourney\/ar\/wp-json\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/erp1.otym.io\/lifejourney\/ar\/wp-json\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/erp1.otym.io\/lifejourney\/ar\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/erp1.otym.io\/lifejourney\/ar\/wp-json\/wp\/v2\/comments?post=8634"}],"version-history":[{"count":40,"href":"https:\/\/erp1.otym.io\/lifejourney\/ar\/wp-json\/wp\/v2\/pages\/8634\/revisions"}],"predecessor-version":[{"id":8773,"href":"https:\/\/erp1.otym.io\/lifejourney\/ar\/wp-json\/wp\/v2\/pages\/8634\/revisions\/8773"}],"wp:attachment":[{"href":"https:\/\/erp1.otym.io\/lifejourney\/ar\/wp-json\/wp\/v2\/media?parent=8634"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}