{"id":5848,"date":"2026-07-30T17:48:34","date_gmt":"2026-07-30T16:48:34","guid":{"rendered":"https:\/\/amalimindset.com\/?page_id=5848"},"modified":"2026-08-01T02:21:25","modified_gmt":"2026-08-01T01:21:25","slug":"programs","status":"publish","type":"page","link":"https:\/\/amalimindset.com\/index.php\/programs\/","title":{"rendered":"Programs"},"content":{"rendered":"\t\t<div data-elementor-type=\"wp-page\" data-elementor-id=\"5848\" class=\"elementor elementor-5848\" data-elementor-post-type=\"page\">\n\t\t\t\t        <section class=\"elementor-section elementor-top-section elementor-element elementor-element-a00a88a elementor-section-full_width elementor-section-stretched elementor-section-height-default elementor-section-height-default ct-header-fixed-none ct-row-max-none\" data-id=\"a00a88a\" data-element_type=\"section\" data-e-type=\"section\" data-settings=\"{&quot;stretch_section&quot;:&quot;section-stretched&quot;}\">\n            \n                        <div class=\"elementor-container elementor-column-gap-no \">\n                    <div class=\"elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-cb65b67\" data-id=\"cb65b67\" data-element_type=\"column\" data-e-type=\"column\">\n        <div class=\"elementor-widget-wrap elementor-element-populated\">\n                    \n        \t\t<div class=\"elementor-element elementor-element-b8cea79 elementor-widget elementor-widget-html\" data-id=\"b8cea79\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"html.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<!DOCTYPE html>\r\n<html lang=\"en\">\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>Coaching Services<\/title>\r\n    <style>\r\n        :root {\r\n            --bg-color: #ffffff;\r\n            --section-bg: #f4f4f4;\r\n            --card-bg: #ffffff;\r\n            --text-color: #1a1a1a;\r\n            --text-muted: #555555;\r\n            --gold: #d4af37;\r\n            --gold-hover: #b8972b;\r\n            --black: #0f0f0f;\r\n            --border-color: #e0e0e0;\r\n        }\r\n\r\n        * {\r\n            box-sizing: border-box;\r\n            margin: 0;\r\n            padding: 0;\r\n            font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;\r\n        }\r\n\r\n        body {\r\n            background-color: var(--bg-color);\r\n            color: var(--text-color);\r\n            line-height: 1.6;\r\n            padding: 40px 20px;\r\n        }\r\n\r\n        .container {\r\n            max-width: 1200px;\r\n            margin: 0 auto;\r\n        }\r\n\r\n        header {\r\n            text-align: center;\r\n            margin-bottom: 50px;\r\n        }\r\n\r\n        header h1 {\r\n            font-size: 2.5rem;\r\n            color: var(--black);\r\n            letter-spacing: 2px;\r\n            text-transform: uppercase;\r\n            margin-bottom: 10px;\r\n        }\r\n\r\n        header h1 span {\r\n            color: var(--gold);\r\n        }\r\n\r\n        header p {\r\n            color: var(--text-muted);\r\n            font-size: 1.1rem;\r\n        }\r\n\r\n        .services-grid {\r\n            display: grid;\r\n            grid-template-columns: repeat(auto-fit, minmax(350px, 1fr));\r\n            gap: 30px;\r\n            margin-bottom: 60px;\r\n        }\r\n\r\n        .service-card {\r\n            background-color: var(--section-bg);\r\n            border-radius: 12px;\r\n            padding: 35px 30px;\r\n            position: relative;\r\n            box-shadow: 0 4px 15px rgba(0, 0, 0, 0.05);\r\n            transition: transform 0.3s ease, box-shadow 0.3s ease;\r\n            display: flex;\r\n            flex-direction: column;\r\n            justify-content: flex-start;\r\n            border-top: 4px solid var(--gold);\r\n        }\r\n\r\n        .service-card:hover {\r\n            transform: translateY(-8px);\r\n            box-shadow: 0 10px 25px rgba(212, 175, 55, 0.15);\r\n        }\r\n\r\n        .card-header {\r\n            display: flex;\r\n            align-items: center;\r\n            margin-bottom: 20px;\r\n        }\r\n\r\n        .service-number {\r\n            font-size: 1.5rem;\r\n            font-weight: 700;\r\n            color: var(--gold);\r\n            background: var(--black);\r\n            width: 45px;\r\n            height: 45px;\r\n            border-radius: 50%;\r\n            display: flex;\r\n            align-items: center;\r\n            justify-content: center;\r\n            margin-right: 15px;\r\n            flex-shrink: 0;\r\n            box-shadow: 0 2px 5px rgba(0,0,0,0.2);\r\n        }\r\n\r\n        .service-title {\r\n            font-size: 1.25rem;\r\n            color: var(--black);\r\n            font-weight: 600;\r\n            line-height: 1.3;\r\n        }\r\n\r\n        .service-description {\r\n            color: var(--text-muted);\r\n            font-size: 0.95rem;\r\n        }\r\n\r\n        \/* Footer CTA Button Container *\/\r\n        .footer-cta {\r\n            text-align: center;\r\n            margin-top: 20px;\r\n        }\r\n\r\n        .btn-contact {\r\n            display: inline-block;\r\n            background-color: var(--black);\r\n            color: var(--gold);\r\n            padding: 16px 40px;\r\n            font-size: 1.1rem;\r\n            font-weight: 600;\r\n            text-decoration: none;\r\n            text-transform: uppercase;\r\n            letter-spacing: 1.5px;\r\n            border-radius: 50px;\r\n            border: 2px solid var(--gold);\r\n            transition: all 0.3s ease;\r\n            box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);\r\n        }\r\n\r\n        .btn-contact:hover {\r\n            background-color: var(--gold);\r\n            color: var(--black);\r\n            transform: translateY(-3px);\r\n            box-shadow: 0 6px 20px rgba(212, 175, 55, 0.3);\r\n        }\r\n\r\n        @media (max-width: 768px) {\r\n            .services-grid {\r\n                grid-template-columns: 1fr;\r\n            }\r\n            header h1 {\r\n                font-size: 2rem;\r\n            }\r\n        }\r\n    <\/style>\r\n<\/head>\r\n<body>\r\n\r\n    <div class=\"container\">\r\n        <header>\r\n            <h1>Our <span>Coaching<\/span> Services<\/h1>\r\n            <p>Transform your personal and professional life with targeted guidance.<\/p>\r\n        <\/header>\r\n\r\n        <div class=\"services-grid\">\r\n            \r\n            <!-- Service 1 -->\r\n            <div class=\"service-card\">\r\n                <div class=\"card-header\">\r\n                    <div class=\"service-number\">01<\/div>\r\n                    <h3 class=\"service-title\">Career & Professional Coaching<\/h3>\r\n                <\/div>\r\n                <p class=\"service-description\">Unlock your full professional potential with personalized coaching designed to help you gain clarity, build confidence, overcome workplace challenges, and achieve meaningful career success.<\/p>\r\n            <\/div>\r\n\r\n            <!-- Service 2 -->\r\n            <div class=\"service-card\">\r\n                <div class=\"card-header\">\r\n                    <div class=\"service-number\">02<\/div>\r\n                    <h3 class=\"service-title\">Relationship Coaching<\/h3>\r\n                <\/div>\r\n                <p class=\"service-description\">Create healthier, more fulfilling relationships by improving communication, strengthening emotional intelligence, building trust, and developing deeper connections with yourself and others.<\/p>\r\n            <\/div>\r\n\r\n            <!-- Service 3 -->\r\n            <div class=\"service-card\">\r\n                <div class=\"card-header\">\r\n                    <div class=\"service-number\">03<\/div>\r\n                    <h3 class=\"service-title\">Life Purpose & Personal Transformation Coaching<\/h3>\r\n                <\/div>\r\n                <p class=\"service-description\">Discover your true purpose, break free from limiting beliefs, and create a life aligned with your values, passions, and long-term vision for success and fulfillment.<\/p>\r\n            <\/div>\r\n\r\n            <!-- Service 4 -->\r\n            <div class=\"service-card\">\r\n                <div class=\"card-header\">\r\n                    <div class=\"service-number\">04<\/div>\r\n                    <h3 class=\"service-title\">Women's Empowerment Coaching<\/h3>\r\n                <\/div>\r\n                <p class=\"service-description\">Empower yourself to embrace your strengths, build lasting confidence, overcome self-doubt, and step boldly into the life and leadership you deserve.<\/p>\r\n            <\/div>\r\n\r\n            <!-- Service 5 -->\r\n            <div class=\"service-card\">\r\n                <div class=\"card-header\">\r\n                    <div class=\"service-number\">05<\/div>\r\n                    <h3 class=\"service-title\">Health & Wellness Mindset Coaching<\/h3>\r\n                <\/div>\r\n                <p class=\"service-description\">Develop a positive mindset that supports lasting well-being by creating healthy habits, reducing stress, increasing resilience, and achieving balance in both mind and body.<\/p>\r\n            <\/div>\r\n\r\n            <!-- Service 6 -->\r\n            <div class=\"service-card\">\r\n                <div class=\"card-header\">\r\n                    <div class=\"service-number\">06<\/div>\r\n                    <h3 class=\"service-title\">Public Speaking & Communication Coaching<\/h3>\r\n                <\/div>\r\n                <p class=\"service-description\">Build the confidence to communicate with clarity, speak with impact, and present yourself authentically in professional, personal, and public settings.<\/p>\r\n            <\/div>\r\n\r\n        <\/div>\r\n\r\n        <!-- Single Contact Us Button at the End -->\r\n        <div class=\"footer-cta\">\r\n            <a href=\"https:\/\/amalimindset.com\/index.php\/contact-v-4\/\" class=\"btn-contact\" target=\"_blank\" rel=\"noopener noreferrer\">Contact Us<\/a>\r\n        <\/div>\r\n    <\/div>\r\n\r\n<\/body>\r\n<\/html>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t            <\/div>\n        <\/div>\n                    <\/div>\n        <\/section>\n        \t\t<\/div>\n\t\t","protected":false},"excerpt":{"rendered":"<p>Coaching Services Our Coaching Services Transform your personal and professional life with targeted guidance. 01 Career &#038; Professional Coaching Unlock your full professional potential with personalized coaching designed to help you gain clarity, build confidence, overcome workplace challenges, and achieve meaningful career success. 02 Relationship Coaching Create healthier, more fulfilling relationships by improving communication, strengthening [&hellip;]<\/p>\n","protected":false},"author":2,"featured_media":0,"parent":0,"menu_order":0,"comment_status":"closed","ping_status":"closed","template":"","meta":{"footnotes":""},"class_list":["post-5848","page","type-page","status-publish","hentry"],"_links":{"self":[{"href":"https:\/\/amalimindset.com\/index.php\/wp-json\/wp\/v2\/pages\/5848","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/amalimindset.com\/index.php\/wp-json\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/amalimindset.com\/index.php\/wp-json\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/amalimindset.com\/index.php\/wp-json\/wp\/v2\/users\/2"}],"replies":[{"embeddable":true,"href":"https:\/\/amalimindset.com\/index.php\/wp-json\/wp\/v2\/comments?post=5848"}],"version-history":[{"count":13,"href":"https:\/\/amalimindset.com\/index.php\/wp-json\/wp\/v2\/pages\/5848\/revisions"}],"predecessor-version":[{"id":5932,"href":"https:\/\/amalimindset.com\/index.php\/wp-json\/wp\/v2\/pages\/5848\/revisions\/5932"}],"wp:attachment":[{"href":"https:\/\/amalimindset.com\/index.php\/wp-json\/wp\/v2\/media?parent=5848"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}