{"id":3553,"date":"2025-09-10T19:31:55","date_gmt":"2025-09-10T19:31:55","guid":{"rendered":"https:\/\/theknowledgeplatform.com\/?post_type=sc_product&#038;p=3553"},"modified":"2026-01-24T23:14:29","modified_gmt":"2026-01-24T23:14:29","slug":"the-pursuit-of-idealism","status":"publish","type":"sc_product","link":"https:\/\/theknowledgeplatform.com\/?sc_product=the-pursuit-of-idealism","title":{"rendered":"The Pathfinder&#8217;s Course: Navigating Your Journey with Confidence"},"content":{"rendered":"\n<p><\/p>\n\n\n\n<div class=\"wp-block-uagb-container uagb-block-0724a487 alignfull uagb-is-root-container\"><div class=\"uagb-container-inner-blocks-wrap\">\n\n  \/* &#8212; Core Definitions &amp; Animations &#8212; *\/\n  :root {\n    &#8211;path-gold: #CBA35C;\n    &#8211;path-leather: #8B5A2B;\n    &#8211;path-forest: #2C4C3B;\n    &#8211;path-cream: #F5F1E8;\n    &#8211;path-dark: #1A2F25;\n    &#8211;glass-border: rgba(255, 255, 255, 0.2);\n  }\n\n  @keyframes gradientFlow {\n    0% { background-position: 0% 50%; }\n    50% { background-position: 100% 50%; }\n    100% { background-position: 0% 50%; }\n  }\n\n  @keyframes heavySlideUp {\n    0% {\n      opacity: 0;\n      transform: translateY(50px) scale(0.95);\n      filter: blur(4px);\n    }\n    100% {\n      opacity: 1;\n      transform: translateY(0) scale(1);\n      filter: blur(0);\n    }\n  }\n  \n  @keyframes compassPulse {\n      0% { box-shadow: 0 0 0 0 rgba(203, 163, 92, 0.4); }\n      70% { box-shadow: 0 0 0 20px rgba(203, 163, 92, 0); }\n      100% { box-shadow: 0 0 0 0 rgba(203, 163, 92, 0); }\n  }\n\n  \/* &#8212; Main Container &#8212; *\/\n  .pathfinder-container {\n    background: linear-gradient(-45deg, var(&#8211;path-dark), var(&#8211;path-forest), var(&#8211;path-leather), var(&#8211;path-dark));\n    background-size: 400% 400%;\n    animation: gradientFlow 30s ease infinite;\n    padding: 80px 30px;\n    font-family: &#8216;Helvetica Neue&#8217;, Helvetica, Arial, sans-serif;\n    color: var(&#8211;path-cream);\n    line-height: 1.8;\n    border-radius: 12px;\n    box-shadow: inset 0 0 100px rgba(0,0,0,0.5);\n  }\n\n  .pathfinder-wrapper {\n    max-width: 900px;\n    margin: 0 auto;\n  }\n\n  \/* &#8212; Typography &#8212; *\/\n  .path-ayah {\n      text-align: center;\n      font-size: 1.4rem;\n      font-style: italic;\n      color: var(&#8211;path-gold);\n      margin-bottom: 40px;\n      opacity: 0;\n      animation: heavySlideUp 1s cubic-bezier(0.215, 0.610, 0.355, 1.000) forwards 0.3s;\n  }\n\n  .path-title {\n    text-align: center;\n    color: white;\n    font-size: 3rem;\n    font-weight: 700;\n    text-transform: uppercase;\n    letter-spacing: 2px;\n    margin-bottom: 2rem;\n    text-shadow: 0 4px 8px rgba(0,0,0,0.4);\n    opacity: 0;\n    animation: heavySlideUp 1s cubic-bezier(0.215, 0.610, 0.355, 1.000) forwards;\n  }\n\n  .path-intro {\n    font-size: 1.2rem;\n    margin-bottom: 50px;\n    text-align: center;\n    opacity: 0;\n    animation: heavySlideUp 1s cubic-bezier(0.215, 0.610, 0.355, 1.000) forwards 0.5s;\n  }\n  \n  .highlight-gold { color: var(&#8211;path-gold); font-weight: bold; }\n\n  \/* &#8212; Feature Box &#8212; *\/\n  .path-kit-box {\n      background: rgba(44, 76, 59, 0.7); \/* Forest green glass *\/\n      backdrop-filter: blur(10px);\n      border: 2px solid var(&#8211;path-leather);\n      border-radius: 20px;\n      padding: 40px;\n      margin: 40px 0;\n      box-shadow: 0 20px 40px rgba(0,0,0,0.3);\n      opacity: 0;\n      animation: heavySlideUp 1.2s cubic-bezier(0.215, 0.610, 0.355, 1.000) forwards 0.8s;\n  }\n\n  .path-kit-title {\n      font-size: 1.8rem;\n      color: var(&#8211;path-gold);\n      margin-bottom: 25px;\n      display: flex;\n      align-items: center;\n  }\n  \n  .path-kit-title::before {\n      content: &#8216;\ud83e\udded&#8217;; \/* Compass emoji as placeholder icon *\/\n      font-size: 2rem;\n      margin-right: 15px;\n      animation: compassPulse 2s infinite;\n      border-radius: 50%;\n  }\n\n  .path-list {\n      list-style: none;\n      padding: 0;\n  }\n\n  .path-list li {\n      margin-bottom: 20px;\n      padding-left: 30px;\n      position: relative;\n      font-size: 1.1rem;\n  }\n\n  .path-list li::before {\n      content: &#8216;\u2713&#8217;;\n      position: absolute;\n      left: 0;\n      color: var(&#8211;path-gold);\n      font-weight: bold;\n  }\n\n  \/* &#8212; CTA Section &#8212; *\/\n  .path-cta {\n      text-align: center;\n      margin-top: 60px;\n      opacity: 0;\n      animation: heavySlideUp 1.2s cubic-bezier(0.215, 0.610, 0.355, 1.000) forwards 1.2s;\n  }\n\n  .path-button {\n      display: inline-block;\n      padding: 20px 50px;\n      background: linear-gradient(to right, var(&#8211;path-leather), var(&#8211;path-gold));\n      color: var(&#8211;path-cream);\n      text-decoration: none;\n      font-size: 1.3rem;\n      font-weight: bold;\n      border-radius: 5px;\n      text-transform: uppercase;\n      letter-spacing: 1px;\n      box-shadow: 0 10px 30px rgba(139, 90, 43, 0.4);\n      transition: all 0.4s ease;\n      border: 2px solid var(&#8211;path-gold);\n  }\n\n  .path-button:hover {\n      transform: translateY(-5px);\n      box-shadow: 0 20px 40px rgba(203, 163, 92, 0.6);\n      background: linear-gradient(to right, var(&#8211;path-gold), var(&#8211;path-leather));\n      color: white;\n  }\n\n  \/* Responsive *\/\n  @media (max-width: 768px) {\n      .path-title { font-size: 2.2rem; }\n      .pathfinder-container { padding: 40px 20px; }\n      .path-kit-box { padding: 25px; }\n  }\n\n\n<div class=\"pathfinder-container\">\n  <div class=\"pathfinder-wrapper\">\n    \n    <div class=\"path-ayah\">&#8220;Guide us to the straight path.&#8221; (Surah Al-Fatihah: 6)<\/div>\n\n    <h1 class=\"path-title\">The Pathfinder&#8217;s Course<\/h1>\n    \n    <div class=\"path-intro\">\n      <p>You have maps for the dunya\u2014for your career, your finances, and your travels. <strong>But do you have a map for your soul?<\/strong><\/p>\n      <p>In a world that constantly demands you to be someone else, finding your true direction can feel impossible. We get distracted, disheartened, and lost in the noise. This course is your invitation to stop wandering and start walking with purpose.<\/p>\n    <\/div>\n\n    <div class=\"path-kit-box\">\n      <h2 class=\"path-kit-title\">Your Spiritual Survival Kit<\/h2>\n      <p>Just like the satchel in the image holds essential tools, this course equips you with the internal resources needed for the journey of life. We move beyond abstract concepts to practical application.<\/p>\n      <ul class=\"path-list\">\n        <li><strong>The Divine Compass (Fitrah &amp; Aqeedah):<\/strong> Realign your internal compass with your Creator. Learn to trust the intuitive guidance Allah placed within you, supported by unshakable belief.<\/li>\n        <li><strong>The Master Map (Qur\u2019an &amp; Sunnah):<\/strong> Learn how to read the ultimate guidebook. We don&#8217;t just recite; we extract actionable direction for modern dilemmas\u2014from ethical career choices to navigating relationships.<\/li>\n        <li><strong>The Traveler&#8217;s Journal (Self-Reflection):<\/strong> Develop the habit of <em>Muhasabah<\/em> (self-inventory). Understand your strengths, weaknesses, and the unique path Allah has carved out for you.<\/li>\n        <li><strong>Navigating Storms (Resilience &amp; Tawakkul):<\/strong> What happens when the path disappears? Learn the art of reliance on Allah when the means of the dunya fail.<\/li>\n      <\/ul>\n    <\/div>\n\n    <div class=\"path-intro\">\n      <p>This is not just another lecture series. It is a <span class=\"highlight-gold\">structured intervention<\/span> for your life. It is time to pack your bag with the right knowledge and step onto the path that leads to success in both worlds.<\/p>\n    <\/div>\n\n    <div class=\"path-cta\">\n      <p style=\"margin-bottom: 25px;font-size: 1.1rem\">Are you ready to navigate your journey with confidence?<\/p>\n      <a href=\"#\" class=\"path-button\">Enroll Now &amp; Begin Your Journey<\/a>\n    <\/div>\n\n  <\/div>\n<\/div>\n<\/div><\/div>\n","protected":false},"excerpt":{"rendered":"<p><strong>Feeling lost in the wilderness of the modern world?<\/strong><\/p>\n<p>It\u2019s easy to drift when faced with endless choices and cultural noise. Discover the divine compass already placed within your heart. This course equips you with essential tools derived from the Qur\u2019an and Sunnah\u2014your ultimate survival kit\u2014to navigate life\u2019s twists with unwavering confidence, clear purpose, and spiritual resilience.<\/p>\n","protected":false},"featured_media":3805,"parent":0,"menu_order":0,"template":"","meta":{"_surecart_dashboard_logo_width":"180px","_surecart_dashboard_show_logo":true,"_surecart_dashboard_navigation_orders":true,"_surecart_dashboard_navigation_invoices":true,"_surecart_dashboard_navigation_subscriptions":true,"_surecart_dashboard_navigation_downloads":true,"_surecart_dashboard_navigation_billing":true,"_surecart_dashboard_navigation_account":true,"_uag_custom_page_level_css":"","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":"","ast-breadcrumbs-content":"","ast-featured-img":"","footer-sml-layout":"","ast-disable-related-posts":"","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-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":"","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-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":"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":""},"mobile":{"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":""}},"sc_id":"9775e8c7-7ad6-4b42-a6a1-6f029f8faa85","min_price_amount":"0","max_price_amount":"0","available_stock":"0","stock_enabled":false,"allow_out_of_stock_purchases":false,"featured":false,"recurring":false,"shipping_enabled":false},"sc_collection":[],"class_list":["post-3553","sc_product","type-sc_product","status-publish","has-post-thumbnail","hentry"],"gallery":[{"ID":3805,"post_author":"1","post_date":"2026-01-24 23:13:09","post_date_gmt":"2026-01-24 23:13:09","post_content":"","post_title":"3","post_excerpt":"","post_status":"inherit","comment_status":"open","ping_status":"closed","post_password":"","post_name":"3","to_ping":"","pinged":"","post_modified":"2026-01-24 23:13:09","post_modified_gmt":"2026-01-24 23:13:09","post_content_filtered":"","post_parent":0,"guid":"http:\/\/theknowledgeplatform.com\/wp-content\/uploads\/2026\/01\/3.jpg","menu_order":0,"post_type":"attachment","post_mime_type":"image\/jpeg","comment_count":"0","filter":"raw","id":3805,"url":"http:\/\/theknowledgeplatform.com\/wp-content\/uploads\/2026\/01\/3.jpg"}],"spectra_custom_meta":{"sc_id":["9775e8c7-7ad6-4b42-a6a1-6f029f8faa85"],"product":["a:91:{s:2:\"id\";s:36:\"9775e8c7-7ad6-4b42-a6a1-6f029f8faa85\";s:6:\"object\";s:7:\"product\";s:28:\"allow_out_of_stock_purchases\";b:0;s:8:\"archived\";b:0;s:11:\"archived_at\";N;s:20:\"auto_fulfill_enabled\";b:1;s:15:\"available_stock\";i:0;s:13:\"average_stars\";s:3:\"0.0\";s:11:\"description\";s:425:\"<p><strong>Feeling lost in the wilderness of the modern world?<\/strong><\/p><p>It\u2019s easy to drift when faced with endless choices and cultural noise. Discover the divine compass already placed within your heart. This course equips you with essential tools derived from the Qur\u2019an and Sunnah\u2014your ultimate survival kit\u2014to navigate life\u2019s twists with unwavering confidence, clear purpose, and spiritual resilience.<\/p>\";s:10:\"held_stock\";i:0;s:8:\"featured\";b:0;s:17:\"licensing_enabled\";b:0;s:24:\"license_activation_limit\";N;s:8:\"metadata\";O:8:\"stdClass\":5:{s:10:\"page_title\";s:70:\"The Pathfinder's Course | Islamic Guidance for Life's Journey | The Kn\";s:11:\"gallery_ids\";s:13:\"[{\"id\":3805}]\";s:16:\"meta_description\";s:195:\"Equip your soul for the journey ahead. The Pathfinder's Course provides the essential Islamic tools, mindset, and divine guidance needed to navigate modern challenges with confidence and purpose.\";s:19:\"wp_buy_link_enabled\";s:4:\"true\";s:29:\"wp_buy_link_test_mode_enabled\";s:5:\"false\";}s:14:\"purchase_limit\";N;s:7:\"metrics\";a:4:{s:8:\"currency\";s:3:\"usd\";s:16:\"max_price_amount\";N;s:16:\"min_price_amount\";N;s:12:\"prices_count\";i:0;}s:4:\"name\";s:64:\"The Pathfinder's Course: Navigating Your Journey with Confidence\";s:9:\"recurring\";b:0;s:17:\"reviews_breakdown\";a:0:{}s:15:\"reviews_enabled\";b:1;s:16:\"shipping_enabled\";b:0;s:3:\"sku\";N;s:4:\"slug\";s:23:\"the-pursuit-of-idealism\";s:15:\"solicit_reviews\";b:1;s:6:\"status\";s:9:\"published\";s:5:\"stock\";i:0;s:13:\"stock_enabled\";b:0;s:11:\"tax_enabled\";b:1;s:12:\"tax_category\";s:8:\"tangible\";s:6:\"weight\";i:0;s:11:\"weight_unit\";s:2:\"lb\";s:20:\"commission_structure\";a:6:{s:17:\"commission_amount\";s:1:\"-\";s:23:\"subscription_commission\";N;s:19:\"lifetime_commission\";N;s:8:\"metadata\";a:0:{}s:10:\"created_by\";b:0;s:6:\"cached\";N;}s:6:\"prices\";a:3:{s:6:\"object\";s:4:\"list\";s:10:\"pagination\";a:4:{s:5:\"count\";i:0;s:5:\"limit\";i:20;s:4:\"page\";i:1;s:3:\"url\";s:65:\"\/v1\/prices?product_ids%5B%5D=9775e8c7-7ad6-4b42-a6a1-6f029f8faa85\";}s:4:\"data\";a:0:{}}s:13:\"product_group\";N;s:24:\"current_release_download\";N;s:14:\"product_medias\";a:3:{s:6:\"object\";s:4:\"list\";s:10:\"pagination\";a:4:{s:5:\"count\";i:0;s:5:\"limit\";i:20;s:4:\"page\";i:1;s:3:\"url\";s:73:\"\/v1\/product_medias?product_ids%5B%5D=9775e8c7-7ad6-4b42-a6a1-6f029f8faa85\";}s:4:\"data\";a:0:{}}s:16:\"shipping_profile\";s:36:\"c2723314-ec9c-4b79-b089-82d845a37dac\";s:12:\"cataloged_at\";i:1757532715;s:12:\"discarded_at\";N;s:19:\"product_collections\";a:3:{s:6:\"object\";s:4:\"list\";s:10:\"pagination\";a:4:{s:5:\"count\";i:0;s:5:\"limit\";i:20;s:4:\"page\";i:1;s:3:\"url\";s:78:\"\/v1\/product_collections?product_ids%5B%5D=9775e8c7-7ad6-4b42-a6a1-6f029f8faa85\";}s:4:\"data\";a:0:{}}s:15:\"variant_options\";a:3:{s:6:\"object\";s:4:\"list\";s:10:\"pagination\";a:4:{s:5:\"count\";i:0;s:5:\"limit\";i:20;s:4:\"page\";i:1;s:3:\"url\";s:74:\"\/v1\/variant_options?product_ids%5B%5D=9775e8c7-7ad6-4b42-a6a1-6f029f8faa85\";}s:4:\"data\";a:0:{}}s:8:\"variants\";a:3:{s:6:\"object\";s:4:\"list\";s:10:\"pagination\";a:4:{s:5:\"count\";i:0;s:5:\"limit\";i:300;s:4:\"page\";i:1;s:3:\"url\";s:67:\"\/v1\/variants?product_ids%5B%5D=9775e8c7-7ad6-4b42-a6a1-6f029f8faa85\";}s:4:\"data\";a:0:{}}s:9:\"image_url\";N;s:10:\"created_at\";i:1757532715;s:10:\"updated_at\";i:1769296440;s:4:\"post\";O:7:\"WP_Post\":24:{s:2:\"ID\";i:3553;s:11:\"post_author\";s:1:\"1\";s:9:\"post_date\";s:19:\"2025-09-10 19:31:55\";s:13:\"post_date_gmt\";s:19:\"2025-09-10 19:31:55\";s:12:\"post_content\";s:7339:\"<!-- wp:paragraph -->\n<p><\/p>\n<!-- \/wp:paragraph -->\n\n<!-- wp:uagb\/container {\"block_id\":\"0724a487\",\"variationSelected\":true,\"isBlockRootParent\":true} -->\n<div class=\"wp-block-uagb-container uagb-block-0724a487 alignfull uagb-is-root-container\"><div class=\"uagb-container-inner-blocks-wrap\"><!-- wp:html -->\n\n  \/* --- Core Definitions &amp; Animations --- *\/\n  :root {\n    --path-gold: #CBA35C;\n    --path-leather: #8B5A2B;\n    --path-forest: #2C4C3B;\n    --path-cream: #F5F1E8;\n    --path-dark: #1A2F25;\n    --glass-border: rgba(255, 255, 255, 0.2);\n  }\n\n  @keyframes gradientFlow {\n    0% { background-position: 0% 50%; }\n    50% { background-position: 100% 50%; }\n    100% { background-position: 0% 50%; }\n  }\n\n  @keyframes heavySlideUp {\n    0% {\n      opacity: 0;\n      transform: translateY(50px) scale(0.95);\n      filter: blur(4px);\n    }\n    100% {\n      opacity: 1;\n      transform: translateY(0) scale(1);\n      filter: blur(0);\n    }\n  }\n  \n  @keyframes compassPulse {\n      0% { box-shadow: 0 0 0 0 rgba(203, 163, 92, 0.4); }\n      70% { box-shadow: 0 0 0 20px rgba(203, 163, 92, 0); }\n      100% { box-shadow: 0 0 0 0 rgba(203, 163, 92, 0); }\n  }\n\n  \/* --- Main Container --- *\/\n  .pathfinder-container {\n    background: linear-gradient(-45deg, var(--path-dark), var(--path-forest), var(--path-leather), var(--path-dark));\n    background-size: 400% 400%;\n    animation: gradientFlow 30s ease infinite;\n    padding: 80px 30px;\n    font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;\n    color: var(--path-cream);\n    line-height: 1.8;\n    border-radius: 12px;\n    box-shadow: inset 0 0 100px rgba(0,0,0,0.5);\n  }\n\n  .pathfinder-wrapper {\n    max-width: 900px;\n    margin: 0 auto;\n  }\n\n  \/* --- Typography --- *\/\n  .path-ayah {\n      text-align: center;\n      font-size: 1.4rem;\n      font-style: italic;\n      color: var(--path-gold);\n      margin-bottom: 40px;\n      opacity: 0;\n      animation: heavySlideUp 1s cubic-bezier(0.215, 0.610, 0.355, 1.000) forwards 0.3s;\n  }\n\n  .path-title {\n    text-align: center;\n    color: white;\n    font-size: 3rem;\n    font-weight: 700;\n    text-transform: uppercase;\n    letter-spacing: 2px;\n    margin-bottom: 2rem;\n    text-shadow: 0 4px 8px rgba(0,0,0,0.4);\n    opacity: 0;\n    animation: heavySlideUp 1s cubic-bezier(0.215, 0.610, 0.355, 1.000) forwards;\n  }\n\n  .path-intro {\n    font-size: 1.2rem;\n    margin-bottom: 50px;\n    text-align: center;\n    opacity: 0;\n    animation: heavySlideUp 1s cubic-bezier(0.215, 0.610, 0.355, 1.000) forwards 0.5s;\n  }\n  \n  .highlight-gold { color: var(--path-gold); font-weight: bold; }\n\n  \/* --- Feature Box --- *\/\n  .path-kit-box {\n      background: rgba(44, 76, 59, 0.7); \/* Forest green glass *\/\n      backdrop-filter: blur(10px);\n      border: 2px solid var(--path-leather);\n      border-radius: 20px;\n      padding: 40px;\n      margin: 40px 0;\n      box-shadow: 0 20px 40px rgba(0,0,0,0.3);\n      opacity: 0;\n      animation: heavySlideUp 1.2s cubic-bezier(0.215, 0.610, 0.355, 1.000) forwards 0.8s;\n  }\n\n  .path-kit-title {\n      font-size: 1.8rem;\n      color: var(--path-gold);\n      margin-bottom: 25px;\n      display: flex;\n      align-items: center;\n  }\n  \n  .path-kit-title::before {\n      content: '\ud83e\udded'; \/* Compass emoji as placeholder icon *\/\n      font-size: 2rem;\n      margin-right: 15px;\n      animation: compassPulse 2s infinite;\n      border-radius: 50%;\n  }\n\n  .path-list {\n      list-style: none;\n      padding: 0;\n  }\n\n  .path-list li {\n      margin-bottom: 20px;\n      padding-left: 30px;\n      position: relative;\n      font-size: 1.1rem;\n  }\n\n  .path-list li::before {\n      content: '\u2713';\n      position: absolute;\n      left: 0;\n      color: var(--path-gold);\n      font-weight: bold;\n  }\n\n  \/* --- CTA Section --- *\/\n  .path-cta {\n      text-align: center;\n      margin-top: 60px;\n      opacity: 0;\n      animation: heavySlideUp 1.2s cubic-bezier(0.215, 0.610, 0.355, 1.000) forwards 1.2s;\n  }\n\n  .path-button {\n      display: inline-block;\n      padding: 20px 50px;\n      background: linear-gradient(to right, var(--path-leather), var(--path-gold));\n      color: var(--path-cream);\n      text-decoration: none;\n      font-size: 1.3rem;\n      font-weight: bold;\n      border-radius: 5px;\n      text-transform: uppercase;\n      letter-spacing: 1px;\n      box-shadow: 0 10px 30px rgba(139, 90, 43, 0.4);\n      transition: all 0.4s ease;\n      border: 2px solid var(--path-gold);\n  }\n\n  .path-button:hover {\n      transform: translateY(-5px);\n      box-shadow: 0 20px 40px rgba(203, 163, 92, 0.6);\n      background: linear-gradient(to right, var(--path-gold), var(--path-leather));\n      color: white;\n  }\n\n  \/* Responsive *\/\n  @media (max-width: 768px) {\n      .path-title { font-size: 2.2rem; }\n      .pathfinder-container { padding: 40px 20px; }\n      .path-kit-box { padding: 25px; }\n  }\n\n\n<div class=\"pathfinder-container\">\n  <div class=\"pathfinder-wrapper\">\n    \n    <div class=\"path-ayah\">\"Guide us to the straight path.\" (Surah Al-Fatihah: 6)<\/div>\n\n    <h1 class=\"path-title\">The Pathfinder's Course<\/h1>\n    \n    <div class=\"path-intro\">\n      <p>You have maps for the dunya\u2014for your career, your finances, and your travels. <strong>But do you have a map for your soul?<\/strong><\/p>\n      <p>In a world that constantly demands you to be someone else, finding your true direction can feel impossible. We get distracted, disheartened, and lost in the noise. This course is your invitation to stop wandering and start walking with purpose.<\/p>\n    <\/div>\n\n    <div class=\"path-kit-box\">\n      <h2 class=\"path-kit-title\">Your Spiritual Survival Kit<\/h2>\n      <p>Just like the satchel in the image holds essential tools, this course equips you with the internal resources needed for the journey of life. We move beyond abstract concepts to practical application.<\/p>\n      <ul class=\"path-list\">\n        <li><strong>The Divine Compass (Fitrah &amp; Aqeedah):<\/strong> Realign your internal compass with your Creator. Learn to trust the intuitive guidance Allah placed within you, supported by unshakable belief.<\/li>\n        <li><strong>The Master Map (Qur\u2019an &amp; Sunnah):<\/strong> Learn how to read the ultimate guidebook. We don't just recite; we extract actionable direction for modern dilemmas\u2014from ethical career choices to navigating relationships.<\/li>\n        <li><strong>The Traveler's Journal (Self-Reflection):<\/strong> Develop the habit of <em>Muhasabah<\/em> (self-inventory). Understand your strengths, weaknesses, and the unique path Allah has carved out for you.<\/li>\n        <li><strong>Navigating Storms (Resilience &amp; Tawakkul):<\/strong> What happens when the path disappears? Learn the art of reliance on Allah when the means of the dunya fail.<\/li>\n      <\/ul>\n    <\/div>\n\n    <div class=\"path-intro\">\n      <p>This is not just another lecture series. It is a <span class=\"highlight-gold\">structured intervention<\/span> for your life. It is time to pack your bag with the right knowledge and step onto the path that leads to success in both worlds.<\/p>\n    <\/div>\n\n    <div class=\"path-cta\">\n      <p style=\"margin-bottom: 25px;font-size: 1.1rem\">Are you ready to navigate your journey with confidence?<\/p>\n      <a href=\"#\" class=\"path-button\">Enroll Now &amp; Begin Your Journey<\/a>\n    <\/div>\n\n  <\/div>\n<\/div>\n<!-- \/wp:html --><\/div><\/div>\n<!-- \/wp:uagb\/container -->\";s:10:\"post_title\";s:64:\"The Pathfinder's Course: Navigating Your Journey with Confidence\";s:12:\"post_excerpt\";s:425:\"<p><strong>Feeling lost in the wilderness of the modern world?<\/strong><\/p><p>It\u2019s easy to drift when faced with endless choices and cultural noise. Discover the divine compass already placed within your heart. This course equips you with essential tools derived from the Qur\u2019an and Sunnah\u2014your ultimate survival kit\u2014to navigate life\u2019s twists with unwavering confidence, clear purpose, and spiritual resilience.<\/p>\";s:11:\"post_status\";s:7:\"publish\";s:14:\"comment_status\";s:6:\"closed\";s:11:\"ping_status\";s:6:\"closed\";s:13:\"post_password\";s:0:\"\";s:9:\"post_name\";s:23:\"the-pursuit-of-idealism\";s:7:\"to_ping\";s:0:\"\";s:6:\"pinged\";s:0:\"\";s:13:\"post_modified\";s:19:\"2026-01-24 23:14:02\";s:17:\"post_modified_gmt\";s:19:\"2026-01-24 23:14:02\";s:21:\"post_content_filtered\";s:0:\"\";s:11:\"post_parent\";i:0;s:4:\"guid\";s:66:\"https:\/\/theknowledgeplatform.com\/?post_type=sc_product&#038;p=3553\";s:10:\"menu_order\";i:0;s:9:\"post_type\";s:10:\"sc_product\";s:14:\"post_mime_type\";s:0:\"\";s:13:\"comment_count\";s:1:\"0\";s:6:\"filter\";s:3:\"raw\";}s:6:\"synced\";b:1;s:20:\"has_syncable_expands\";b:1;s:12:\"image_srcset\";s:0:\"\";s:18:\"checkout_permalink\";s:74:\"https:\/\/theknowledgeplatform.com\/buy\/%productname%\/the-pursuit-of-idealism\";s:9:\"permalink\";s:80:\"https:\/\/theknowledgeplatform.com\/products\/%productname%\/the-pursuit-of-idealism\/\";s:12:\"is_published\";b:1;s:10:\"page_title\";s:70:\"The Pathfinder's Course | Islamic Guidance for Life's Journey | The Kn\";s:16:\"meta_description\";s:195:\"Equip your soul for the journey ahead. The Pathfinder's Course provides the essential Islamic tools, mindset, and divine guidance needed to navigate modern challenges with confidence and purpose.\";s:8:\"in_stock\";b:1;s:13:\"active_prices\";a:0:{}s:12:\"has_variants\";b:0;s:19:\"has_multiple_prices\";b:0;s:20:\"active_ad_hoc_prices\";a:0:{}s:11:\"has_options\";b:0;s:14:\"featured_image\";a:26:{s:2:\"ID\";i:3805;s:11:\"post_author\";s:1:\"1\";s:9:\"post_date\";s:19:\"2026-01-24 23:13:09\";s:13:\"post_date_gmt\";s:19:\"2026-01-24 23:13:09\";s:12:\"post_content\";s:0:\"\";s:10:\"post_title\";s:1:\"3\";s:12:\"post_excerpt\";s:0:\"\";s:11:\"post_status\";s:7:\"inherit\";s:14:\"comment_status\";s:4:\"open\";s:11:\"ping_status\";s:6:\"closed\";s:13:\"post_password\";s:0:\"\";s:9:\"post_name\";s:1:\"3\";s:7:\"to_ping\";s:0:\"\";s:6:\"pinged\";s:0:\"\";s:13:\"post_modified\";s:19:\"2026-01-24 23:13:09\";s:17:\"post_modified_gmt\";s:19:\"2026-01-24 23:13:09\";s:21:\"post_content_filtered\";s:0:\"\";s:11:\"post_parent\";i:0;s:4:\"guid\";s:64:\"http:\/\/theknowledgeplatform.com\/wp-content\/uploads\/2026\/01\/3.jpg\";s:10:\"menu_order\";i:0;s:9:\"post_type\";s:10:\"attachment\";s:14:\"post_mime_type\";s:10:\"image\/jpeg\";s:13:\"comment_count\";s:1:\"0\";s:6:\"filter\";s:3:\"raw\";s:2:\"id\";i:3805;s:3:\"url\";s:64:\"http:\/\/theknowledgeplatform.com\/wp-content\/uploads\/2026\/01\/3.jpg\";}s:14:\"featured_media\";N;s:11:\"template_id\";s:0:\"\";s:10:\"trial_text\";s:0:\"\";s:21:\"billing_interval_text\";s:0:\"\";s:14:\"setup_fee_text\";s:0:\"\";s:19:\"has_unlimited_stock\";b:1;s:24:\"first_variant_with_stock\";N;s:17:\"in_stock_variants\";a:0:{}s:13:\"initial_price\";N;s:15:\"initial_variant\";N;s:14:\"initial_amount\";N;s:14:\"scratch_amount\";N;s:22:\"scratch_display_amount\";s:0:\"\";s:8:\"template\";N;s:16:\"template_part_id\";s:31:\"surecart\/surecart\/\/product-info\";s:11:\"gallery_ids\";a:1:{i:0;a:1:{s:2:\"id\";i:3805;}}s:7:\"gallery\";a:1:{i:0;a:26:{s:2:\"ID\";i:3805;s:11:\"post_author\";s:1:\"1\";s:9:\"post_date\";s:19:\"2026-01-24 23:13:09\";s:13:\"post_date_gmt\";s:19:\"2026-01-24 23:13:09\";s:12:\"post_content\";s:0:\"\";s:10:\"post_title\";s:1:\"3\";s:12:\"post_excerpt\";s:0:\"\";s:11:\"post_status\";s:7:\"inherit\";s:14:\"comment_status\";s:4:\"open\";s:11:\"ping_status\";s:6:\"closed\";s:13:\"post_password\";s:0:\"\";s:9:\"post_name\";s:1:\"3\";s:7:\"to_ping\";s:0:\"\";s:6:\"pinged\";s:0:\"\";s:13:\"post_modified\";s:19:\"2026-01-24 23:13:09\";s:17:\"post_modified_gmt\";s:19:\"2026-01-24 23:13:09\";s:21:\"post_content_filtered\";s:0:\"\";s:11:\"post_parent\";i:0;s:4:\"guid\";s:64:\"http:\/\/theknowledgeplatform.com\/wp-content\/uploads\/2026\/01\/3.jpg\";s:10:\"menu_order\";i:0;s:9:\"post_type\";s:10:\"attachment\";s:14:\"post_mime_type\";s:10:\"image\/jpeg\";s:13:\"comment_count\";s:1:\"0\";s:6:\"filter\";s:3:\"raw\";s:2:\"id\";i:3805;s:3:\"url\";s:64:\"http:\/\/theknowledgeplatform.com\/wp-content\/uploads\/2026\/01\/3.jpg\";}}s:14:\"display_amount\";s:0:\"\";s:20:\"range_display_amount\";s:0:\"\";s:10:\"is_on_sale\";b:0;s:15:\"line_item_image\";O:8:\"stdClass\":7:{s:3:\"src\";s:72:\"http:\/\/theknowledgeplatform.com\/wp-content\/uploads\/2026\/01\/3-150x150.jpg\";s:5:\"class\";s:35:\"attachment-thumbnail size-thumbnail\";s:3:\"alt\";s:1:\"3\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:8:\"decoding\";s:5:\"async\";s:7:\"loading\";s:4:\"lazy\";}s:13:\"preview_image\";O:8:\"stdClass\":9:{s:3:\"src\";s:72:\"http:\/\/theknowledgeplatform.com\/wp-content\/uploads\/2026\/01\/3-768x996.jpg\";s:5:\"class\";s:41:\"attachment-medium_large size-medium_large\";s:3:\"alt\";s:1:\"3\";s:5:\"width\";i:768;s:6:\"height\";i:996;s:8:\"decoding\";s:5:\"async\";s:7:\"loading\";s:4:\"lazy\";s:6:\"srcset\";s:312:\"https:\/\/theknowledgeplatform.com\/wp-content\/uploads\/2026\/01\/3-768x996.jpg 768w, https:\/\/theknowledgeplatform.com\/wp-content\/uploads\/2026\/01\/3-231x300.jpg 231w, https:\/\/theknowledgeplatform.com\/wp-content\/uploads\/2026\/01\/3-790x1024.jpg 790w, https:\/\/theknowledgeplatform.com\/wp-content\/uploads\/2026\/01\/3.jpg 1080w\";s:5:\"sizes\";s:31:\"(max-width: 768px) 100vw, 768px\";}s:22:\"cataloged_at_date_time\";s:26:\"September 10, 2025 7:31 pm\";s:10:\"has_videos\";b:0;s:10:\"created_by\";b:0;s:6:\"cached\";N;s:15:\"created_at_date\";s:18:\"September 10, 2025\";s:20:\"created_at_date_time\";s:26:\"September 10, 2025 7:31 pm\";s:15:\"updated_at_date\";s:16:\"January 24, 2026\";s:20:\"updated_at_date_time\";s:25:\"January 24, 2026 11:14 pm\";}"],"min_price_amount":["0"],"max_price_amount":["0"],"available_stock":["0"],"stock_enabled":[""],"allow_out_of_stock_purchases":[""],"featured":[""],"recurring":[""],"shipping_enabled":[""],"purchase_limit":[null],"sku":[null],"weight":["0"],"weight_unit":["lb"],"display_amount":[""],"scratch_display_amount":[""],"range_display_amount":[""],"is_on_sale":[""],"_wp_page_template":[""],"_wp_page_template_part":["product-info"],"surerank_seo_checks":["a:13:{s:14:\"h2_subheadings\";a:3:{s:6:\"status\";s:7:\"success\";s:7:\"message\";s:38:\"Page contains at least one subheading.\";s:4:\"type\";s:4:\"page\";}s:13:\"media_present\";a:3:{s:6:\"status\";s:7:\"success\";s:7:\"message\";s:55:\"This page includes images or videos to enhance content.\";s:4:\"type\";s:4:\"page\";}s:13:\"links_present\";a:3:{s:6:\"status\";s:7:\"success\";s:7:\"message\";s:30:\"Links are present on the page.\";s:4:\"type\";s:4:\"page\";}s:10:\"url_length\";a:3:{s:6:\"status\";s:7:\"success\";s:7:\"message\";s:35:\"Page URL is short and SEO-friendly.\";s:4:\"type\";s:4:\"page\";}s:19:\"search_engine_title\";a:3:{s:6:\"status\";s:7:\"warning\";s:7:\"message\";s:42:\"Search engine title exceeds 60 characters.\";s:4:\"type\";s:4:\"page\";}s:25:\"search_engine_description\";a:3:{s:6:\"status\";s:7:\"success\";s:7:\"message\";s:62:\"Search engine description is present and under 160 characters.\";s:4:\"type\";s:4:\"page\";}s:13:\"canonical_url\";a:3:{s:6:\"status\";s:7:\"success\";s:7:\"message\";s:37:\"Canonical tag is present on the page.\";s:4:\"type\";s:4:\"page\";}s:15:\"open_graph_tags\";a:3:{s:6:\"status\";s:7:\"success\";s:7:\"message\";s:40:\"Open Graph tags are present on the page.\";s:4:\"type\";s:4:\"page\";}s:12:\"broken_links\";a:2:{s:6:\"status\";s:7:\"success\";s:7:\"message\";s:34:\"No broken links found on the page.\";}s:16:\"keyword_in_title\";a:3:{s:6:\"status\";s:10:\"suggestion\";s:7:\"message\";s:38:\"No focus keyword set to analyze title.\";s:4:\"type\";s:7:\"keyword\";}s:22:\"keyword_in_description\";a:3:{s:6:\"status\";s:10:\"suggestion\";s:7:\"message\";s:49:\"No focus keyword set to analyze meta description.\";s:4:\"type\";s:7:\"keyword\";}s:14:\"keyword_in_url\";a:3:{s:6:\"status\";s:10:\"suggestion\";s:7:\"message\";s:36:\"No focus keyword set to analyze URL.\";s:4:\"type\";s:7:\"keyword\";}s:18:\"keyword_in_content\";a:3:{s:6:\"status\";s:10:\"suggestion\";s:7:\"message\";s:40:\"No focus keyword set to analyze content.\";s:4:\"type\";s:7:\"keyword\";}}"],"surerank_seo_checks_last_updated":["1769296469"],"_uagb_previous_block_counts":["a:90:{s:21:\"uagb\/advanced-heading\";i:0;s:15:\"uagb\/blockquote\";i:0;s:12:\"uagb\/buttons\";i:0;s:18:\"uagb\/buttons-child\";i:0;s:19:\"uagb\/call-to-action\";i:0;s:15:\"uagb\/cf7-styler\";i:0;s:11:\"uagb\/column\";i:0;s:12:\"uagb\/columns\";i:0;s:14:\"uagb\/container\";i:1;s:21:\"uagb\/content-timeline\";i:0;s:27:\"uagb\/content-timeline-child\";i:0;s:14:\"uagb\/countdown\";i:0;s:12:\"uagb\/counter\";i:0;s:8:\"uagb\/faq\";i:0;s:14:\"uagb\/faq-child\";i:0;s:10:\"uagb\/forms\";i:0;s:17:\"uagb\/forms-accept\";i:0;s:19:\"uagb\/forms-checkbox\";i:0;s:15:\"uagb\/forms-date\";i:0;s:16:\"uagb\/forms-email\";i:0;s:17:\"uagb\/forms-hidden\";i:0;s:15:\"uagb\/forms-name\";i:0;s:16:\"uagb\/forms-phone\";i:0;s:16:\"uagb\/forms-radio\";i:0;s:17:\"uagb\/forms-select\";i:0;s:19:\"uagb\/forms-textarea\";i:0;s:17:\"uagb\/forms-toggle\";i:0;s:14:\"uagb\/forms-url\";i:0;s:14:\"uagb\/gf-styler\";i:0;s:15:\"uagb\/google-map\";i:0;s:11:\"uagb\/how-to\";i:0;s:16:\"uagb\/how-to-step\";i:0;s:9:\"uagb\/icon\";i:0;s:14:\"uagb\/icon-list\";i:0;s:20:\"uagb\/icon-list-child\";i:0;s:10:\"uagb\/image\";i:0;s:18:\"uagb\/image-gallery\";i:0;s:13:\"uagb\/info-box\";i:0;s:18:\"uagb\/inline-notice\";i:0;s:11:\"uagb\/lottie\";i:0;s:21:\"uagb\/marketing-button\";i:0;s:10:\"uagb\/modal\";i:0;s:18:\"uagb\/popup-builder\";i:0;s:16:\"uagb\/post-button\";i:0;s:18:\"uagb\/post-carousel\";i:0;s:17:\"uagb\/post-excerpt\";i:0;s:14:\"uagb\/post-grid\";i:0;s:15:\"uagb\/post-image\";i:0;s:17:\"uagb\/post-masonry\";i:0;s:14:\"uagb\/post-meta\";i:0;s:18:\"uagb\/post-taxonomy\";i:0;s:18:\"uagb\/post-timeline\";i:0;s:15:\"uagb\/post-title\";i:0;s:20:\"uagb\/restaurant-menu\";i:0;s:26:\"uagb\/restaurant-menu-child\";i:0;s:11:\"uagb\/review\";i:0;s:12:\"uagb\/section\";i:0;s:14:\"uagb\/separator\";i:0;s:11:\"uagb\/slider\";i:0;s:17:\"uagb\/slider-child\";i:0;s:17:\"uagb\/social-share\";i:0;s:23:\"uagb\/social-share-child\";i:0;s:16:\"uagb\/star-rating\";i:0;s:23:\"uagb\/sure-cart-checkout\";i:0;s:22:\"uagb\/sure-cart-product\";i:0;s:15:\"uagb\/sure-forms\";i:0;s:22:\"uagb\/table-of-contents\";i:0;s:9:\"uagb\/tabs\";i:0;s:15:\"uagb\/tabs-child\";i:0;s:18:\"uagb\/taxonomy-list\";i:0;s:9:\"uagb\/team\";i:0;s:16:\"uagb\/testimonial\";i:0;s:14:\"uagb\/wp-search\";i:0;s:19:\"uagb\/instagram-feed\";i:0;s:10:\"uagb\/login\";i:0;s:17:\"uagb\/loop-builder\";i:0;s:18:\"uagb\/loop-category\";i:0;s:20:\"uagb\/loop-pagination\";i:0;s:15:\"uagb\/loop-reset\";i:0;s:16:\"uagb\/loop-search\";i:0;s:14:\"uagb\/loop-sort\";i:0;s:17:\"uagb\/loop-wrapper\";i:0;s:13:\"uagb\/register\";i:0;s:19:\"uagb\/register-email\";i:0;s:24:\"uagb\/register-first-name\";i:0;s:23:\"uagb\/register-last-name\";i:0;s:22:\"uagb\/register-password\";i:0;s:30:\"uagb\/register-reenter-password\";i:0;s:19:\"uagb\/register-terms\";i:0;s:22:\"uagb\/register-username\";i:0;}"],"_edit_lock":["1769033689:1"],"_edit_last":["1"],"_uag_css_file_name":["uag-css-3553.css"],"_uag_page_assets":["a:9:{s:3:\"css\";s:14911:\".wp-block-uagb-container{display:flex;position:relative;box-sizing:border-box;transition-property:box-shadow;transition-duration:0.2s;transition-timing-function:ease}.wp-block-uagb-container .spectra-container-link-overlay{bottom:0;left:0;position:absolute;right:0;top:0;z-index:10}.wp-block-uagb-container.uagb-is-root-container{margin-left:auto;margin-right:auto}.wp-block-uagb-container.alignfull.uagb-is-root-container .uagb-container-inner-blocks-wrap{display:flex;position:relative;box-sizing:border-box;margin-left:auto !important;margin-right:auto !important}.wp-block-uagb-container .wp-block-uagb-blockquote,.wp-block-uagb-container .wp-block-spectra-pro-login,.wp-block-uagb-container .wp-block-spectra-pro-register{margin:unset}.wp-block-uagb-container .uagb-container__video-wrap{height:100%;width:100%;top:0;left:0;position:absolute;overflow:hidden;-webkit-transition:opacity 1s;-o-transition:opacity 1s;transition:opacity 1s}.wp-block-uagb-container .uagb-container__video-wrap video{max-width:100%;width:100%;height:100%;margin:0;line-height:1;border:none;display:inline-block;vertical-align:baseline;-o-object-fit:cover;object-fit:cover;background-size:cover}.wp-block-uagb-container.uagb-layout-grid{display:grid;width:100%}.wp-block-uagb-container.uagb-layout-grid>.uagb-container-inner-blocks-wrap{display:inherit;width:inherit}.wp-block-uagb-container.uagb-layout-grid>.uagb-container-inner-blocks-wrap>.wp-block-uagb-container{max-width:unset !important;width:unset !important}.wp-block-uagb-container.uagb-layout-grid>.wp-block-uagb-container{max-width:unset !important;width:unset !important}.wp-block-uagb-container.uagb-layout-grid.uagb-is-root-container{margin-left:auto;margin-right:auto}.wp-block-uagb-container.uagb-layout-grid.uagb-is-root-container>.wp-block-uagb-container{max-width:unset !important;width:unset !important}.wp-block-uagb-container.uagb-layout-grid.alignwide.uagb-is-root-container{margin-left:auto;margin-right:auto}.wp-block-uagb-container.uagb-layout-grid.alignfull.uagb-is-root-container .uagb-container-inner-blocks-wrap{display:inherit;position:relative;box-sizing:border-box;margin-left:auto !important;margin-right:auto !important}body .wp-block-uagb-container>.uagb-container-inner-blocks-wrap>*:not(.wp-block-uagb-container):not(.wp-block-uagb-column):not(.wp-block-uagb-container):not(.wp-block-uagb-section):not(.uagb-container__shape):not(.uagb-container__video-wrap):not(.wp-block-spectra-pro-register):not(.wp-block-spectra-pro-login):not(.uagb-slider-container):not(.spectra-image-gallery__control-lightbox):not(.wp-block-uagb-info-box),body .wp-block-uagb-container>.uagb-container-inner-blocks-wrap,body .wp-block-uagb-container>*:not(.wp-block-uagb-container):not(.wp-block-uagb-column):not(.wp-block-uagb-container):not(.wp-block-uagb-section):not(.uagb-container__shape):not(.uagb-container__video-wrap):not(.wp-block-spectra-pro-register):not(.wp-block-spectra-pro-login):not(.uagb-slider-container):not(.spectra-container-link-overlay):not(.spectra-image-gallery__control-lightbox):not(.wp-block-uagb-lottie):not(.uagb-faq__outer-wrap){min-width:unset !important;width:100%;position:relative}body .ast-container .wp-block-uagb-container>.uagb-container-inner-blocks-wrap>.wp-block-uagb-container>ul,body .ast-container .wp-block-uagb-container>.uagb-container-inner-blocks-wrap>.wp-block-uagb-container ol,body .ast-container .wp-block-uagb-container>.uagb-container-inner-blocks-wrap>ul,body .ast-container .wp-block-uagb-container>.uagb-container-inner-blocks-wrap ol{max-width:-webkit-fill-available;margin-block-start:0;margin-block-end:0;margin-left:20px}.ast-plain-container .editor-styles-wrapper .block-editor-block-list__layout.is-root-container .uagb-is-root-container.wp-block-uagb-container.alignwide{margin-left:auto;margin-right:auto}.uagb-container__shape{overflow:hidden;position:absolute;left:0;width:100%;line-height:0;direction:ltr}.uagb-container__shape-top{top:-3px}.uagb-container__shape-bottom{bottom:-3px}.uagb-container__shape.uagb-container__invert.uagb-container__shape-bottom,.uagb-container__shape.uagb-container__invert.uagb-container__shape-top{-webkit-transform:rotate(180deg);-ms-transform:rotate(180deg);transform:rotate(180deg)}.uagb-container__shape.uagb-container__shape-flip svg{transform:translateX(-50%) rotateY(180deg)}.uagb-container__shape svg{display:block;width:-webkit-calc(100% + 1.3px);width:calc(100% + 1.3px);position:relative;left:50%;-webkit-transform:translateX(-50%);-ms-transform:translateX(-50%);transform:translateX(-50%)}.uagb-container__shape .uagb-container__shape-fill{-webkit-transform-origin:center;-ms-transform-origin:center;transform-origin:center;-webkit-transform:rotateY(0deg);transform:rotateY(0deg)}.uagb-container__shape.uagb-container__shape-above-content{z-index:9;pointer-events:none}.nv-single-page-wrap .nv-content-wrap.entry-content .wp-block-uagb-container.alignfull{margin-left:calc(50% - 50vw);margin-right:calc(50% - 50vw)}@media only screen and (max-width: 767px){.wp-block-uagb-container .wp-block-uagb-advanced-heading{width:-webkit-fill-available}}.wp-block-uagb-image--align-none{justify-content:center}\n.wp-block-uagb-container.uagb-block-0724a487 .uagb-container__shape-top svg{width: calc( 100% + 1.3px );}.wp-block-uagb-container.uagb-block-0724a487 .uagb-container__shape.uagb-container__shape-top .uagb-container__shape-fill{fill: rgba(51,51,51,1);}.wp-block-uagb-container.uagb-block-0724a487 .uagb-container__shape-bottom svg{width: calc( 100% + 1.3px );}.wp-block-uagb-container.uagb-block-0724a487 .uagb-container__shape.uagb-container__shape-bottom .uagb-container__shape-fill{fill: rgba(51,51,51,1);}.wp-block-uagb-container.uagb-block-0724a487 .uagb-container__video-wrap video{opacity: 1;}.wp-block-uagb-container.uagb-is-root-container .uagb-block-0724a487{max-width: 100%;width: 100%;}.wp-block-uagb-container.uagb-is-root-container.alignfull.uagb-block-0724a487 > .uagb-container-inner-blocks-wrap{--inner-content-custom-width: min( 100%, 1200px);max-width: var(--inner-content-custom-width);width: 100%;flex-direction: column;align-items: center;justify-content: center;flex-wrap: nowrap;row-gap: 0px;column-gap: 0px;}.wp-block-uagb-container.uagb-block-0724a487{box-shadow: 0px 0px   #00000070 ;padding-top: 0px;padding-bottom: 0px;padding-left: 0px;padding-right: 0px;margin-top:  !important;margin-bottom:  !important;overflow: visible;order: initial;border-color: inherit;row-gap: 0px;column-gap: 0px;}@media only screen and (max-width: 976px) {.wp-block-uagb-container.uagb-is-root-container .uagb-block-0724a487{width: 100%;}.wp-block-uagb-container.uagb-is-root-container.alignfull.uagb-block-0724a487 > .uagb-container-inner-blocks-wrap{--inner-content-custom-width: min( 100%, 1024px);max-width: var(--inner-content-custom-width);width: 100%;}.wp-block-uagb-container.uagb-block-0724a487{padding-top: 0px;padding-bottom: 0px;padding-left: 0px;padding-right: 0px;margin-top:  !important;margin-bottom:  !important;order: initial;}}@media only screen and (max-width: 767px) {.wp-block-uagb-container.uagb-is-root-container .uagb-block-0724a487{max-width: 100%;width: 100%;}.wp-block-uagb-container.uagb-is-root-container.alignfull.uagb-block-0724a487 > .uagb-container-inner-blocks-wrap{--inner-content-custom-width: min( 100%, 767px);max-width: var(--inner-content-custom-width);width: 100%;flex-wrap: wrap;}.wp-block-uagb-container.uagb-block-0724a487{padding-top: 0px;padding-bottom: 0px;padding-left: 0px;padding-right: 0px;margin-top:  !important;margin-bottom:  !important;order: initial;}}.uag-blocks-common-selector{z-index:var(--z-index-desktop) !important}@media (max-width: 976px){.uag-blocks-common-selector{z-index:var(--z-index-tablet) !important}}@media (max-width: 767px){.uag-blocks-common-selector{z-index:var(--z-index-mobile) !important}}\n.wp-block-uagb-image{display:flex}.wp-block-uagb-image__figure{position:relative;display:flex;flex-direction:column;max-width:100%;height:auto;margin:0}.wp-block-uagb-image__figure img{height:auto;display:flex;max-width:100%;transition:box-shadow 0.2s ease}.wp-block-uagb-image__figure>a{display:inline-block}.wp-block-uagb-image__figure figcaption{text-align:center;margin-top:0.5em;margin-bottom:1em}.wp-block-uagb-image .components-placeholder.block-editor-media-placeholder .components-placeholder__instructions{align-self:center}.wp-block-uagb-image--align-left{text-align:left}.wp-block-uagb-image--align-right{text-align:right}.wp-block-uagb-image--align-center{text-align:center}.wp-block-uagb-image--align-full .wp-block-uagb-image__figure{margin-left:calc(50% - 50vw);margin-right:calc(50% - 50vw);max-width:100vw;width:100vw;height:auto}.wp-block-uagb-image--align-full .wp-block-uagb-image__figure img{height:auto;width:100% !important}.wp-block-uagb-image--align-wide .wp-block-uagb-image__figure img{height:auto;width:100%}.wp-block-uagb-image--layout-overlay__color-wrapper{position:absolute;left:0;top:0;right:0;bottom:0;opacity:0.2;background:rgba(0,0,0,0.5);transition:opacity 0.35s ease-in-out}.wp-block-uagb-image--layout-overlay-link{position:absolute;left:0;right:0;bottom:0;top:0}.wp-block-uagb-image--layout-overlay .wp-block-uagb-image__figure:hover .wp-block-uagb-image--layout-overlay__color-wrapper{opacity:1}.wp-block-uagb-image--layout-overlay__inner{position:absolute;left:15px;right:15px;bottom:15px;top:15px;display:flex;align-items:center;justify-content:center;flex-direction:column;border-color:#fff;transition:0.35s ease-in-out}.wp-block-uagb-image--layout-overlay__inner.top-left,.wp-block-uagb-image--layout-overlay__inner.top-center,.wp-block-uagb-image--layout-overlay__inner.top-right{justify-content:flex-start}.wp-block-uagb-image--layout-overlay__inner.bottom-left,.wp-block-uagb-image--layout-overlay__inner.bottom-center,.wp-block-uagb-image--layout-overlay__inner.bottom-right{justify-content:flex-end}.wp-block-uagb-image--layout-overlay__inner.top-left,.wp-block-uagb-image--layout-overlay__inner.center-left,.wp-block-uagb-image--layout-overlay__inner.bottom-left{align-items:flex-start}.wp-block-uagb-image--layout-overlay__inner.top-right,.wp-block-uagb-image--layout-overlay__inner.center-right,.wp-block-uagb-image--layout-overlay__inner.bottom-right{align-items:flex-end}.wp-block-uagb-image--layout-overlay__inner .uagb-image-heading{color:#fff;transition:transform 0.35s, opacity 0.35s ease-in-out;transform:translate3d(0, 24px, 0);margin:0;line-height:1em}.wp-block-uagb-image--layout-overlay__inner .uagb-image-separator{width:30%;border-top-width:2px;border-top-color:#fff;border-top-style:solid;margin-bottom:10px;opacity:0;transition:transform 0.4s, opacity 0.4s ease-in-out;transform:translate3d(0, 30px, 0)}.wp-block-uagb-image--layout-overlay__inner .uagb-image-caption{opacity:0;overflow:visible;color:#fff;transition:transform 0.45s, opacity 0.45s ease-in-out;transform:translate3d(0, 35px, 0)}.wp-block-uagb-image--layout-overlay__inner:hover .uagb-image-heading,.wp-block-uagb-image--layout-overlay__inner:hover .uagb-image-separator,.wp-block-uagb-image--layout-overlay__inner:hover .uagb-image-caption{opacity:1;transform:translate3d(0, 0, 0)}.wp-block-uagb-image--effect-zoomin .wp-block-uagb-image__figure img,.wp-block-uagb-image--effect-zoomin .wp-block-uagb-image__figure .wp-block-uagb-image--layout-overlay__color-wrapper{transform:scale(1);transition:transform 0.35s ease-in-out}.wp-block-uagb-image--effect-zoomin .wp-block-uagb-image__figure:hover img,.wp-block-uagb-image--effect-zoomin .wp-block-uagb-image__figure:hover .wp-block-uagb-image--layout-overlay__color-wrapper{transform:scale(1.05)}.wp-block-uagb-image--effect-slide .wp-block-uagb-image__figure img,.wp-block-uagb-image--effect-slide .wp-block-uagb-image__figure .wp-block-uagb-image--layout-overlay__color-wrapper{width:calc(100% + 40px) !important;max-width:none !important;transform:translate3d(-40px, 0, 0);transition:transform 0.35s ease-in-out}.wp-block-uagb-image--effect-slide .wp-block-uagb-image__figure:hover img,.wp-block-uagb-image--effect-slide .wp-block-uagb-image__figure:hover .wp-block-uagb-image--layout-overlay__color-wrapper{transform:translate3d(0, 0, 0)}.wp-block-uagb-image--effect-grayscale img{filter:grayscale(0%);transition:0.35s ease-in-out}.wp-block-uagb-image--effect-grayscale:hover img{filter:grayscale(100%)}.wp-block-uagb-image--effect-blur img{filter:blur(0);transition:0.35s ease-in-out}.wp-block-uagb-image--effect-blur:hover img{filter:blur(3px)}\n.uagb-block-cacbb2ea.wp-block-uagb-image{text-align: center;justify-content: center;align-self: center;}.uagb-block-cacbb2ea .wp-block-uagb-image__figure{align-items: center;}.uagb-block-cacbb2ea.wp-block-uagb-image--layout-default figure img{box-shadow: 0px 0px 0 #00000070;}.uagb-block-cacbb2ea.wp-block-uagb-image .wp-block-uagb-image__figure figcaption{font-style: normal;align-self: center;}.uagb-block-cacbb2ea.wp-block-uagb-image--layout-overlay figure img{box-shadow: 0px 0px 0 #00000070;}.uagb-block-cacbb2ea.wp-block-uagb-image--layout-overlay .wp-block-uagb-image--layout-overlay__color-wrapper{opacity: 0.2;}.uagb-block-cacbb2ea.wp-block-uagb-image--layout-overlay .wp-block-uagb-image--layout-overlay__inner{left: 15px;right: 15px;top: 15px;bottom: 15px;}.uagb-block-cacbb2ea.wp-block-uagb-image--layout-overlay .wp-block-uagb-image--layout-overlay__inner .uagb-image-heading{font-style: normal;color: #fff;opacity: 1;}.uagb-block-cacbb2ea.wp-block-uagb-image--layout-overlay .wp-block-uagb-image--layout-overlay__inner .uagb-image-heading a{color: #fff;}.uagb-block-cacbb2ea.wp-block-uagb-image--layout-overlay .wp-block-uagb-image--layout-overlay__inner .uagb-image-caption{opacity: 0;}.uagb-block-cacbb2ea.wp-block-uagb-image--layout-overlay .wp-block-uagb-image__figure:hover .wp-block-uagb-image--layout-overlay__color-wrapper{opacity: 1;}.uagb-block-cacbb2ea.wp-block-uagb-image .wp-block-uagb-image--layout-overlay__inner .uagb-image-separator{width: 30%;border-top-width: 2px;border-top-color: #fff;opacity: 0;}.uagb-block-cacbb2ea.wp-block-uagb-image .wp-block-uagb-image__figure img{width: px;height: auto;}.uagb-block-cacbb2ea.wp-block-uagb-image .wp-block-uagb-image__figure:hover .wp-block-uagb-image--layout-overlay__inner .uagb-image-caption{opacity: 1;}.uagb-block-cacbb2ea.wp-block-uagb-image .wp-block-uagb-image__figure:hover .wp-block-uagb-image--layout-overlay__inner .uagb-image-separator{opacity: 1;}.uagb-block-cacbb2ea.wp-block-uagb-image--layout-default figure:hover img{box-shadow: 0px 0px 0 #00000070;}.uagb-block-cacbb2ea.wp-block-uagb-image--layout-overlay figure:hover img{box-shadow: 0px 0px 0 #00000070;}@media only screen and (max-width: 976px) {.uagb-block-cacbb2ea.wp-block-uagb-image .wp-block-uagb-image__figure img{width: px;height: auto;}}@media only screen and (max-width: 767px) {.uagb-block-cacbb2ea.wp-block-uagb-image .wp-block-uagb-image__figure img{width: px;height: auto;}}\";s:2:\"js\";s:0:\"\";s:18:\"current_block_list\";a:79:{i:0;s:14:\"core\/paragraph\";i:1;s:14:\"uagb\/container\";i:2;s:9:\"core\/html\";i:3;s:21:\"surecart\/product-page\";i:4;s:12:\"core\/columns\";i:5;s:11:\"core\/column\";i:6;s:22:\"surecart\/product-media\";i:8;s:32:\"surecart\/product-collection-tags\";i:9;s:31:\"surecart\/product-collection-tag\";i:10;s:22:\"surecart\/product-title\";i:11;s:10:\"core\/group\";i:13;s:46:\"surecart\/product-selected-price-scratch-amount\";i:14;s:38:\"surecart\/product-selected-price-amount\";i:15;s:40:\"surecart\/product-selected-price-interval\";i:16;s:27:\"surecart\/product-sale-badge\";i:18;s:37:\"surecart\/product-selected-price-trial\";i:19;s:36:\"surecart\/product-selected-price-fees\";i:20;s:28:\"surecart\/product-description\";i:21;s:30:\"surecart\/product-variant-pills\";i:22;s:29:\"surecart\/product-variant-pill\";i:23;s:30:\"surecart\/product-price-chooser\";i:24;s:38:\"surecart\/product-price-choice-template\";i:25;s:19:\"surecart\/price-name\";i:28;s:29:\"surecart\/price-scratch-amount\";i:29;s:21:\"surecart\/price-amount\";i:30;s:23:\"surecart\/price-interval\";i:31;s:20:\"surecart\/price-trial\";i:32;s:24:\"surecart\/price-setup-fee\";i:33;s:25:\"surecart\/product-quantity\";i:34;s:45:\"surecart\/product-selected-price-ad-hoc-amount\";i:35;s:28:\"surecart\/product-buy-buttons\";i:36;s:27:\"surecart\/product-buy-button\";i:38;s:17:\"core\/post-content\";i:39;s:29:\"surecart\/product-list-related\";i:41;s:12:\"core\/heading\";i:42;s:27:\"surecart\/product-pagination\";i:43;s:36:\"surecart\/product-pagination-previous\";i:44;s:32:\"surecart\/product-pagination-next\";i:45;s:25:\"surecart\/product-template\";i:48;s:10:\"core\/cover\";i:50;s:27:\"surecart\/product-list-price\";i:51;s:30:\"surecart\/product-scratch-price\";i:52;s:23:\"surecart\/slide-out-cart\";i:54;s:26:\"surecart\/cart-close-button\";i:55;s:19:\"surecart\/cart-count\";i:57;s:34:\"surecart\/slide-out-cart-line-items\";i:60;s:29:\"surecart\/cart-line-item-image\";i:64;s:29:\"surecart\/cart-line-item-title\";i:66;s:34:\"surecart\/cart-line-item-price-name\";i:67;s:31:\"surecart\/cart-line-item-variant\";i:68;s:28:\"surecart\/cart-line-item-note\";i:69;s:30:\"surecart\/cart-line-item-status\";i:72;s:38:\"surecart\/cart-line-item-scratch-amount\";i:73;s:30:\"surecart\/cart-line-item-amount\";i:74;s:32:\"surecart\/cart-line-item-interval\";i:76;s:29:\"surecart\/cart-line-item-trial\";i:77;s:28:\"surecart\/cart-line-item-fees\";i:80;s:32:\"surecart\/cart-line-item-quantity\";i:82;s:30:\"surecart\/cart-line-item-remove\";i:84;s:25:\"surecart\/cart-order-bumps\";i:85;s:35:\"surecart\/cart-order-bump-pagination\";i:86;s:44:\"surecart\/cart-order-bump-pagination-previous\";i:87;s:40:\"surecart\/cart-order-bump-pagination-next\";i:88;s:33:\"surecart\/cart-order-bump-template\";i:90;s:30:\"surecart\/cart-order-bump-image\";i:92;s:30:\"surecart\/cart-order-bump-title\";i:93;s:36:\"surecart\/cart-order-bump-description\";i:95;s:39:\"surecart\/cart-order-bump-scratch-amount\";i:96;s:31:\"surecart\/cart-order-bump-amount\";i:97;s:35:\"surecart\/cart-order-bump-add-button\";i:99;s:38:\"surecart\/slide-out-cart-items-subtotal\";i:100;s:29:\"surecart\/cart-subtotal-amount\";i:101;s:36:\"surecart\/slide-out-cart-items-submit\";i:102;s:11:\"core\/search\";i:103;s:17:\"core\/latest-posts\";i:104;s:20:\"core\/latest-comments\";i:105;s:13:\"core\/archives\";i:106;s:15:\"core\/categories\";i:107;s:10:\"uagb\/image\";}s:8:\"uag_flag\";b:1;s:11:\"uag_version\";s:10:\"1773732962\";s:6:\"gfonts\";a:0:{}s:10:\"gfonts_url\";s:0:\"\";s:12:\"gfonts_files\";a:0:{}s:14:\"uag_faq_layout\";b:0;}"]},"uagb_featured_image_src":{"full":["https:\/\/theknowledgeplatform.com\/wp-content\/uploads\/2026\/01\/3.jpg",1080,1400,false],"thumbnail":["https:\/\/theknowledgeplatform.com\/wp-content\/uploads\/2026\/01\/3-150x150.jpg",150,150,true],"medium":["https:\/\/theknowledgeplatform.com\/wp-content\/uploads\/2026\/01\/3-231x300.jpg",231,300,true],"medium_large":["https:\/\/theknowledgeplatform.com\/wp-content\/uploads\/2026\/01\/3-768x996.jpg",768,996,true],"large":["https:\/\/theknowledgeplatform.com\/wp-content\/uploads\/2026\/01\/3-790x1024.jpg",790,1024,true],"1536x1536":["https:\/\/theknowledgeplatform.com\/wp-content\/uploads\/2026\/01\/3.jpg",1080,1400,false],"2048x2048":["https:\/\/theknowledgeplatform.com\/wp-content\/uploads\/2026\/01\/3.jpg",1080,1400,false]},"uagb_author_info":{"display_name":"theknowledgeplatform1@gmail.com","author_link":"https:\/\/theknowledgeplatform.com\/?author=0"},"uagb_comment_info":0,"uagb_excerpt":"Feeling lost in the wilderness of the modern world?It\u2019s easy to drift when faced with endless choices and cultural noise. Discover the divine compass already placed within your heart. This course equips you with essential tools derived from the Qur\u2019an and Sunnah\u2014your ultimate survival kit\u2014to navigate life\u2019s twists with unwavering confidence, clear purpose, and spiritual&hellip;","has_content_block":true,"block_template":{"type":"wp_template_part","theme":"surecart\/surecart","slug":"product-info","id":"surecart\/surecart\/\/product-info","title":"Products","content":"<!-- wp:surecart\/product-page {\"metadata\":{\"categories\":[\"surecart_product_page\"],\"patternName\":\"surecart-product-standard\",\"name\":\"Classic Product\"},\"align\":\"wide\",\"layout\":{\"type\":\"constrained\"}} -->\n<!-- wp:columns {\"align\":\"wide\",\"style\":{\"spacing\":{\"blockGap\":{\"top\":\"30px\",\"left\":\"60px\"}}}} -->\n<div class=\"wp-block-columns alignwide\"><!-- wp:column {\"width\":\"\"} -->\n\t<div class=\"wp-block-column\"><!-- wp:surecart\/product-media \/--><\/div>\n\t<!-- \/wp:column -->\n\n\t<!-- wp:column {\"width\":\"36%\",\"style\":{\"spacing\":{\"blockGap\":\"0.75em\"}}} -->\n\t<div class=\"wp-block-column\" style=\"flex-basis:36%\"><!-- wp:surecart\/product-collection-tags -->\n\t\t<!-- wp:surecart\/product-collection-tag \/-->\n\t\t<!-- \/wp:surecart\/product-collection-tags -->\n\n\t\t<!-- wp:surecart\/product-title {\"style\":{\"typography\":{\"fontSize\":\"32px\"},\"spacing\":{\"margin\":{\"top\":\"10px\",\"bottom\":\"10px\"}}}} \/-->\n\n\t\t<!-- wp:group {\"style\":{\"spacing\":{\"blockGap\":\"0\"}}} -->\n\t\t<div class=\"wp-block-group\">\n\t\t\t<!-- wp:group {\"style\":{\"spacing\":{\"blockGap\":\"0.5em\"}},\"layout\":{\"type\":\"flex\",\"flexWrap\":\"wrap\",\"justifyContent\":\"left\",\"verticalAlignment\":\"bottom\"}} -->\n\t\t\t<div class=\"wp-block-group\">\n\t\t\t\t<!-- wp:surecart\/product-selected-price-scratch-amount {\"style\":{\"typography\":{\"textDecoration\":\"line-through\",\"fontSize\":\"24px\",\"lineHeight\":\"1.5\"},\"color\":{\"text\":\"#686868\"},\"elements\":{\"link\":{\"color\":{\"text\":\"#686868\"}}}}} \/-->\n\n\t\t\t\t<!-- wp:surecart\/product-selected-price-amount {\"style\":{\"typography\":{\"fontSize\":\"24px\",\"lineHeight\":\"1.5\"}}} \/-->\n\n\t\t\t\t<!-- wp:surecart\/product-selected-price-interval {\"style\":{\"typography\":{\"lineHeight\":\"2\"}}} \/-->\n\n\t\t\t\t<!-- wp:surecart\/product-sale-badge {\"style\":{\"border\":{\"radius\":\"15px\"},\"typography\":{\"fontSize\":\"12px\",\"lineHeight\":\"2.1\"},\"layout\":{\"selfStretch\":\"fit\",\"flexSize\":null},\"elements\":{\"link\":{\"color\":{\"text\":\"var:preset|color|white\"}}}},\"textColor\":\"white\"} \/-->\n\t\t\t<\/div>\n\t\t\t<!-- \/wp:group -->\n\n\t\t\t<!-- wp:group {\"style\":{\"spacing\":{\"blockGap\":\"0.5em\"}},\"layout\":{\"type\":\"flex\",\"flexWrap\":\"nowrap\",\"justifyContent\":\"left\"}} -->\n\t\t\t<div class=\"wp-block-group\"><!-- wp:surecart\/product-selected-price-trial \/-->\n\n\t\t\t\t<!-- wp:surecart\/product-selected-price-fees \/-->\n\t\t\t<\/div>\n\t\t\t<!-- \/wp:group -->\n\t\t<\/div>\n\t\t<!-- \/wp:group -->\n\n\t\t<!-- wp:surecart\/product-description \/-->\n\n\t\t<!-- wp:surecart\/product-variant-pills -->\n\t\t<!-- wp:surecart\/product-variant-pill \/-->\n\t\t<!-- \/wp:surecart\/product-variant-pills -->\n\n\t\t<!-- wp:surecart\/product-price-chooser -->\n\t\t<!-- wp:surecart\/product-price-choice-template {\"layout\":{\"type\":\"flex\",\"justifyContent\":\"left\",\"flexWrap\":\"nowrap\",\"orientation\":\"horizontal\"}} -->\n\t\t<!-- wp:surecart\/price-name {\"style\":{\"layout\":{\"selfStretch\":\"fixed\",\"flexSize\":\"50%\"},\"typography\":{\"fontStyle\":\"normal\",\"fontWeight\":\"600\"}}} \/-->\n\n\t\t<!-- wp:group {\"style\":{\"spacing\":{\"blockGap\":\"0px\"},\"layout\":{\"selfStretch\":\"fixed\",\"flexSize\":\"50%\"}},\"layout\":{\"type\":\"flex\",\"orientation\":\"vertical\",\"justifyContent\":\"right\"}} -->\n\t\t<div class=\"wp-block-group\">\n\t\t\t<!-- wp:group {\"style\":{\"spacing\":{\"blockGap\":\"0.5rem\"}},\"layout\":{\"type\":\"flex\",\"flexWrap\":\"nowrap\",\"justifyContent\":\"left\"}} -->\n\t\t\t<div class=\"wp-block-group\">\n\t\t\t\t<!-- wp:surecart\/price-scratch-amount {\"style\":{\"typography\":{\"textDecoration\":\"line-through\",\"fontStyle\":\"normal\",\"fontWeight\":\"500\"},\"color\":{\"text\":\"#686868\"}}} \/-->\n\n\t\t\t\t<!-- wp:surecart\/price-amount {\"style\":{\"typography\":{\"fontStyle\":\"normal\",\"fontWeight\":\"700\"}}} \/-->\n\n\t\t\t\t<!-- wp:surecart\/price-interval {\"style\":{\"typography\":{\"fontStyle\":\"normal\",\"fontWeight\":\"700\"}}} \/-->\n\t\t\t<\/div>\n\t\t\t<!-- \/wp:group -->\n\n\t\t\t<!-- wp:surecart\/price-trial {\"style\":{\"color\":{\"text\":\"#8a8a8a\"},\"elements\":{\"link\":{\"color\":{\"text\":\"#8a8a8a\"}}}},\"fontSize\":\"small\"} \/-->\n\n\t\t\t<!-- wp:surecart\/price-setup-fee {\"style\":{\"color\":{\"text\":\"#8a8a8a\"},\"elements\":{\"link\":{\"color\":{\"text\":\"#8a8a8a\"}}}},\"fontSize\":\"small\"} \/-->\n\t\t<\/div>\n\t\t<!-- \/wp:group -->\n\t\t<!-- \/wp:surecart\/product-price-choice-template -->\n\t\t<!-- \/wp:surecart\/product-price-chooser -->\n\n\t\t<!-- wp:surecart\/product-quantity \/-->\n\n\t\t<!-- wp:surecart\/product-selected-price-ad-hoc-amount \/-->\n\n\t\t<!-- wp:surecart\/product-buy-buttons {\"style\":{\"spacing\":{\"blockGap\":\"5px\"}}} -->\n\t\t<div class=\"wp-block-surecart-product-buy-buttons wp-block-buttons sc-block-buttons is-layout-flex\">\n\t\t\t<!-- wp:surecart\/product-buy-button {\"add_to_cart\":true,\"text\":\"Add To Cart\"} \/-->\n\n\t\t\t<!-- wp:surecart\/product-buy-button {\"text\":\"Buy Now\",\"className\":\"is-style-outline\"} \/-->\n\t\t<\/div>\n\t\t<!-- \/wp:surecart\/product-buy-buttons -->\n\t<\/div>\n\t<!-- \/wp:column -->\n<\/div>\n<!-- \/wp:columns -->\n<!-- \/wp:surecart\/product-page -->\n\n<!-- wp:group {\"style\":{\"spacing\":{\"margin\":{\"top\":\"40px\"}}},\"layout\":{\"type\":\"default\"}} -->\n<div class=\"wp-block-group\" style=\"margin-top:40px\"><!-- wp:post-content \/--><\/div>\n<!-- \/wp:group -->\n\n<!-- wp:surecart\/product-list-related {\"limit\":null,\"query\":{\"perPage\":3,\"pages\":3,\"offset\":0,\"postType\":\"sc_product\",\"order\":\"desc\",\"orderBy\":\"date\",\"author\":\"\",\"search\":\"\",\"exclude\":[],\"include\":[],\"sticky\":\"\",\"related\":true,\"inherit\":true,\"taxQuery\":null,\"parents\":[],\"taxonomy\":\"sc_collection\",\"totalPages\":3,\"fallback\":true,\"shuffle\":true},\"metadata\":{\"categories\":[\"surecart_related_products\"],\"patternName\":\"surecart-related-carousel-alternate\",\"name\":\"Related Products Carousel\"},\"layout\":{\"type\":\"constrained\"},\"style\":{\"spacing\":{\"margin\":{\"top\":\"40px\"}}}} -->\n<!-- wp:group {\"align\":\"wide\",\"style\":{\"spacing\":{\"padding\":{\"right\":\"0px\",\"left\":\"0px\"},\"margin\":{\"bottom\":\"30px\"}}},\"layout\":{\"type\":\"flex\",\"flexWrap\":\"nowrap\",\"justifyContent\":\"space-between\",\"verticalAlignment\":\"bottom\"}} -->\n<div class=\"wp-block-group alignwide\" style=\"margin-bottom:30px;padding-right:0px;padding-left:0px\">\n\t<!-- wp:heading {\"textAlign\":\"center\",\"level\":3,\"className\":\"is-style-default\",\"style\":{\"typography\":{\"fontSize\":\"34px\"}}} -->\n\t<h3 class=\"wp-block-heading has-text-align-center is-style-default\" style=\"font-size:34px\">You may also like\n\t<\/h3>\n\t<!-- \/wp:heading -->\n\n\t<!-- wp:surecart\/product-pagination {\"paginationArrow\":\"chevron\",\"showLabel\":false,\"style\":{\"typography\":{\"fontSize\":\"24px\"},\"spacing\":{\"blockGap\":\"10px\"}},\"layout\":{\"type\":\"flex\",\"justifyContent\":\"space-between\",\"flexWrap\":\"nowrap\"}} -->\n\t<!-- wp:surecart\/product-pagination-previous {\"style\":{\"spacing\":{\"padding\":{\"top\":\"15px\",\"bottom\":\"15px\",\"left\":\"15px\",\"right\":\"15px\"}},\"border\":{\"radius\":\"9999px\",\"color\":\"#9ca3af\",\"width\":\"1px\"}}} \/-->\n\n\t<!-- wp:surecart\/product-pagination-next {\"style\":{\"spacing\":{\"padding\":{\"top\":\"15px\",\"bottom\":\"15px\",\"left\":\"15px\",\"right\":\"15px\"}},\"border\":{\"radius\":\"9999px\",\"color\":\"#9ca3af\",\"width\":\"1px\"}}} \/-->\n\t<!-- \/wp:surecart\/product-pagination -->\n<\/div>\n<!-- \/wp:group -->\n\n<!-- wp:surecart\/product-template {\"align\":\"wide\",\"style\":{\"spacing\":{\"blockGap\":\"30px\"}},\"layout\":{\"type\":\"grid\",\"columnCount\":3,\"minimumColumnWidth\":null}} -->\n<!-- wp:group {\"style\":{\"spacing\":{\"blockGap\":\"0px\",\"padding\":{\"top\":\"0px\",\"bottom\":\"0px\",\"left\":\"0px\",\"right\":\"0px\"}},\"border\":{\"radius\":\"10px\",\"color\":\"#9da4b030\",\"width\":\"1px\"},\"dimensions\":{\"minHeight\":\"100%\"}},\"backgroundColor\":\"white\",\"layout\":{\"type\":\"default\"}} -->\n<div class=\"wp-block-group has-border-color has-white-background-color has-background\"\n\tstyle=\"border-color:#9da4b030;border-width:1px;border-radius:10px;min-height:100%;padding-top:0px;padding-right:0px;padding-bottom:0px;padding-left:0px\">\n\t<!-- wp:group {\"style\":{\"color\":{\"background\":\"#0000000d\"},\"border\":{\"radius\":{\"topLeft\":\"10px\",\"topRight\":\"10px\",\"bottomLeft\":\"0px\",\"bottomRight\":\"0px\"}},\"spacing\":{\"padding\":{\"top\":\"0px\",\"bottom\":\"0px\",\"left\":\"0px\",\"right\":\"0px\"},\"margin\":{\"top\":\"0px\",\"bottom\":\"0px\"}}},\"layout\":{\"type\":\"default\"}} -->\n\t<div class=\"wp-block-group has-background\"\n\t\tstyle=\"border-top-left-radius:10px;border-top-right-radius:10px;border-bottom-left-radius:0px;border-bottom-right-radius:0px;background-color:#0000000d;margin-top:0px;margin-bottom:0px;padding-top:0px;padding-right:0px;padding-bottom:0px;padding-left:0px\">\n\t\t<!-- wp:cover {\"useFeaturedImage\":true,\"dimRatio\":0,\"isUserOverlayColor\":true,\"focalPoint\":{\"x\":0.5,\"y\":0.5},\"contentPosition\":\"top right\",\"isDark\":false,\"style\":{\"dimensions\":{\"aspectRatio\":\"1\"},\"layout\":{\"selfStretch\":\"fit\",\"flexSize\":null},\"spacing\":{\"margin\":{\"top\":\"0px\",\"bottom\":\"0px\"}},\"border\":{\"radius\":{\"topLeft\":\"10px\",\"topRight\":\"10px\",\"bottomLeft\":\"0px\",\"bottomRight\":\"0px\"}}},\"layout\":{\"type\":\"default\"}} -->\n\t\t<div class=\"wp-block-cover is-light has-custom-content-position is-position-top-right\"\n\t\t\tstyle=\"border-top-left-radius:10px;border-top-right-radius:10px;border-bottom-left-radius:0px;border-bottom-right-radius:0px;margin-top:0px;margin-bottom:0px\">\n\t\t\t<span aria-hidden=\"true\" class=\"wp-block-cover__background has-background-dim-0 has-background-dim\"><\/span>\n\t\t\t<div class=\"wp-block-cover__inner-container\">\n\t\t\t\t<!-- wp:surecart\/product-sale-badge {\"style\":{\"typography\":{\"fontSize\":\"12px\"},\"border\":{\"radius\":\"100px\"}}} \/-->\n\t\t\t<\/div>\n\t\t<\/div>\n\t\t<!-- \/wp:cover -->\n\t<\/div>\n\t<!-- \/wp:group -->\n\n\t<!-- wp:group {\"style\":{\"spacing\":{\"padding\":{\"right\":\"20px\",\"left\":\"20px\",\"top\":\"20px\",\"bottom\":\"20px\"},\"blockGap\":\"10px\"}},\"layout\":{\"type\":\"flex\",\"orientation\":\"vertical\"}} -->\n\t<div class=\"wp-block-group\" style=\"padding-top:20px;padding-right:20px;padding-bottom:20px;padding-left:20px\">\n\t\t<!-- wp:surecart\/product-collection-tags {\"style\":{\"spacing\":{\"margin\":{\"top\":\"0px\",\"bottom\":\"0px\"}}}} -->\n\t\t<!-- wp:surecart\/product-collection-tag {\"isLink\":false,\"style\":{\"color\":{\"background\":\"#ffffff00\",\"text\":\"#454f66cf\"},\"spacing\":{\"padding\":{\"top\":\"0px\",\"bottom\":\"0px\",\"left\":\"0px\",\"right\":\"0px\"},\"margin\":{\"top\":\"0px\",\"bottom\":\"0px\"}},\"typography\":{\"fontStyle\":\"normal\",\"fontWeight\":\"400\",\"fontSize\":\"10px\",\"letterSpacing\":\"1px\",\"textTransform\":\"uppercase\",\"lineHeight\":\"1\"},\"elements\":{\"link\":{\"color\":{\"text\":\"#454f66cf\"}}}}} \/-->\n\t\t<!-- \/wp:surecart\/product-collection-tags -->\n\n\t\t<!-- wp:surecart\/product-title {\"level\":2,\"style\":{\"typography\":{\"fontSize\":\"18px\",\"fontStyle\":\"normal\",\"fontWeight\":\"600\"},\"spacing\":{\"margin\":{\"top\":\"0px\",\"bottom\":\"0px\"}}}} \/-->\n\n\t\t<!-- wp:group {\"style\":{\"spacing\":{\"blockGap\":\"0.5em\",\"margin\":{\"top\":\"0px\",\"bottom\":\"0px\"},\"padding\":{\"right\":\"0px\",\"left\":\"0px\"}},\"margin\":{\"top\":\"0px\",\"bottom\":\"0px\"},\"typography\":{\"lineHeight\":\"1\"}},\"layout\":{\"type\":\"flex\",\"flexWrap\":\"nowrap\"}} -->\n\t\t<div class=\"wp-block-group\"\n\t\t\tstyle=\"margin-top:0px;margin-bottom:0px;padding-right:0px;padding-left:0px;line-height:1\">\n\t\t\t<!-- wp:surecart\/product-list-price {\"style\":{\"typography\":{\"fontSize\":\"15px\",\"fontStyle\":\"normal\",\"fontWeight\":\"400\"},\"spacing\":{\"margin\":{\"bottom\":\"0px\",\"top\":\"0px\"}}}} \/-->\n\n\t\t\t<!-- wp:surecart\/product-scratch-price {\"style\":{\"typography\":{\"fontSize\":\"15px\",\"fontStyle\":\"normal\",\"fontWeight\":\"400\"},\"spacing\":{\"margin\":{\"bottom\":\"0px\",\"top\":\"0px\"}}}} \/-->\n\t\t<\/div>\n\t\t<!-- \/wp:group -->\n\t<\/div>\n\t<!-- \/wp:group -->\n<\/div>\n<!-- \/wp:group -->\n<!-- \/wp:surecart\/product-template -->\n<!-- \/wp:surecart\/product-list-related -->","description":"Display all individual products content unless a custom template has been applied.","source":"plugin","origin":"plugin","wp_id":null,"status":"publish","has_theme_file":true,"is_custom":false,"author":null,"plugin":null,"post_types":[],"area":"uncategorized","modified":null},"_links":{"self":[{"href":"https:\/\/theknowledgeplatform.com\/index.php?rest_route=\/wp\/v2\/sc_product\/3553","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/theknowledgeplatform.com\/index.php?rest_route=\/wp\/v2\/sc_product"}],"about":[{"href":"https:\/\/theknowledgeplatform.com\/index.php?rest_route=\/wp\/v2\/types\/sc_product"}],"wp:featuredmedia":[{"embeddable":true,"href":"https:\/\/theknowledgeplatform.com\/index.php?rest_route=\/wp\/v2\/media\/3805"}],"wp:attachment":[{"href":"https:\/\/theknowledgeplatform.com\/index.php?rest_route=%2Fwp%2Fv2%2Fmedia&parent=3553"}],"wp:term":[{"taxonomy":"sc_collection","embeddable":true,"href":"https:\/\/theknowledgeplatform.com\/index.php?rest_route=%2Fwp%2Fv2%2Fsc_collection&post=3553"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}