<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>find advise Archives - OrgOrbit: Where Movements Take Shape</title>
	<atom:link href="https://orgorbit.com/tag/find-advise/feed/" rel="self" type="application/rss+xml" />
	<link>https://orgorbit.com/tag/find-advise/</link>
	<description>A universe of organisations, influencers, products &#38; services</description>
	<lastBuildDate>Thu, 15 Jan 2026 07:56:51 +0000</lastBuildDate>
	<language>en-US</language>
	<sy:updatePeriod>
	hourly	</sy:updatePeriod>
	<sy:updateFrequency>
	1	</sy:updateFrequency>
	

<image>
	<url>https://orgorbit.com/wp-content/uploads/2025/01/logo-icon-100x100.jpg</url>
	<title>find advise Archives - OrgOrbit: Where Movements Take Shape</title>
	<link>https://orgorbit.com/tag/find-advise/</link>
	<width>32</width>
	<height>32</height>
</image> 
	<item>
		<title>Find Your Leader and Goal</title>
		<link>https://orgorbit.com/find-your-leader-and-goal/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=find-your-leader-and-goal</link>
		
		<dc:creator><![CDATA[Sri Paramayogi]]></dc:creator>
		<pubDate>Thu, 27 Nov 2025 07:06:08 +0000</pubDate>
				<category><![CDATA[Impact & Purpose]]></category>
		<category><![CDATA[Org Development]]></category>
		<category><![CDATA[Thought Leadership]]></category>
		<category><![CDATA[coach]]></category>
		<category><![CDATA[find a coach]]></category>
		<category><![CDATA[find advise]]></category>
		<category><![CDATA[guru]]></category>
		<category><![CDATA[life goals]]></category>
		<category><![CDATA[mentors]]></category>
		<guid isPermaLink="false">https://orgorbit.com/?p=2417</guid>

					<description><![CDATA[<p>Discover spiritual masters, social changemakers, and visionary founders at OrgOrbit. Connect with transformative organizations and embark on your journey to purpose and achievement.</p>
<p>The post <a href="https://orgorbit.com/find-your-leader-and-goal/">Find Your Leader and Goal</a> appeared first on <a href="https://orgorbit.com">OrgOrbit: Where Movements Take Shape</a>.</p>
]]></description>
										<content:encoded><![CDATA[
		<div id="fws_697ee68345a1a"  data-column-margin="default" data-midnight="dark"  class="wpb_row vc_row-fluid vc_row top-level"  style="padding-top: 0px; padding-bottom: 0px; "><div class="row-bg-wrap" data-bg-animation="none" data-bg-animation-delay="" data-bg-overlay="false"><div class="inner-wrap row-bg-layer" ><div class="row-bg viewport-desktop"  style=""></div></div></div><div class="row_col_wrap_12 col span_12 dark left">
	<div  class="vc_col-sm-12 wpb_column column_container vc_column_container col no-extra-padding inherit_tablet inherit_phone "  data-padding-pos="all" data-has-bg-color="false" data-bg-color="" data-bg-opacity="1" data-animation="" data-delay="0" >
		<div class="vc_column-inner" >
			<div class="wpb_wrapper">
				
	<div class="wpb_raw_code wpb_raw_html wpb_content_element" >
		<div class="wpb_wrapper">
			<!DOCTYPE html>

<html lang="en">
<head>
    <meta charset="UTF-8">
    <meta name="viewport" content="width=device-width, initial-scale=1.0">
    <title>OrgOrbit - Goals & Leaders Marketplace</title>
    <link rel="preconnect" href="https://fonts.googleapis.com">
    <link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
    <link href="https://fonts.googleapis.com/css2?family=Crimson+Pro:wght@400;600;700&family=DM+Sans:wght@400;500;700&display=swap" rel="stylesheet">
    <style>
        :root {
            --primary-gold: #D4A574;
            --deep-purple: #2D1B4E;
            --rich-burgundy: #6B2C4F;
            --warm-cream: #F5EFE7;
            --soft-sage: #A8B5A0;
            --accent-coral: #E07A5F;
            --text-dark: #1A1A1A;
            --text-light: #F5EFE7;
        }

    * {
        margin: 0;
        padding: 0;
        box-sizing: border-box;
    }

    body {
        font-family: 'DM Sans', sans-serif;
        color: var(--text-dark);
        background: var(--warm-cream);
        overflow-x: hidden;
    }

    .header {
        position: fixed;
        top: 0;
        width: 100%;
        padding: 1.5rem 5%;
        background: rgba(245, 239, 231, 0.95);
        backdrop-filter: blur(10px);
        z-index: 1000;
        border-bottom: 1px solid rgba(212, 165, 116, 0.2);
        animation: slideDown 0.6s ease-out;
    }

    @keyframes slideDown {
        from {
            transform: translateY(-100%);
            opacity: 0;
        }
        to {
            transform: translateY(0);
            opacity: 1;
        }
    }

    .nav-container {
        max-width: 1400px;
        margin: 0 auto;
        display: flex;
        justify-content: space-between;
        align-items: center;
    }

    .logo {
        font-family: 'Crimson Pro', serif;
        font-size: 2rem;
        font-weight: 700;
        color: var(--deep-purple);
        letter-spacing: -0.02em;
    }

    .nav-links {
        display: flex;
        gap: 2.5rem;
        list-style: none;
    }

    .nav-links a {
        text-decoration: none;
        color: var(--text-dark);
        font-weight: 500;
        transition: color 0.3s ease;
        position: relative;
    }

    .nav-links a::after {
        content: '';
        position: absolute;
        bottom: -4px;
        left: 0;
        width: 0;
        height: 2px;
        background: var(--primary-gold);
        transition: width 0.3s ease;
    }

    .nav-links a:hover::after {
        width: 100%;
    }

    .cta-button {
        padding: 0.75rem 2rem;
        background: var(--deep-purple);
        color: var(--text-light);
        border: none;
        border-radius: 50px;
        font-weight: 600;
        cursor: pointer;
        transition: all 0.4s ease;
        text-decoration: none;
        display: inline-block;
    }

    .cta-button:hover {
        background: var(--rich-burgundy);
        transform: translateY(-2px);
        box-shadow: 0 10px 30px rgba(45, 27, 78, 0.3);
    }

    .hero {
        margin-top: 80px;
        min-height: 90vh;
        display: flex;
        align-items: center;
        padding: 5% 5%;
        position: relative;
        overflow: hidden;
        background: linear-gradient(135deg, var(--warm-cream) 0%, #E8DDD0 100%);
    }

    .hero::before {
        content: '';
        position: absolute;
        top: -50%;
        right: -20%;
        width: 800px;
        height: 800px;
        background: radial-gradient(circle, rgba(212, 165, 116, 0.15) 0%, transparent 70%);
        border-radius: 50%;
        animation: float 8s ease-in-out infinite;
    }

    @keyframes float {
        0%, 100% { transform: translate(0, 0) scale(1); }
        50% { transform: translate(-30px, -30px) scale(1.05); }
    }

    .hero-content {
        max-width: 1400px;
        margin: 0 auto;
        display: grid;
        grid-template-columns: 1.2fr 1fr;
        gap: 4rem;
        align-items: center;
        position: relative;
        z-index: 1;
    }

    .hero-text {
        animation: fadeInUp 0.8s ease-out 0.2s both;
    }

    @keyframes fadeInUp {
        from {
            opacity: 0;
            transform: translateY(40px);
        }
        to {
            opacity: 1;
            transform: translateY(0);
        }
    }

    .hero-label {
        display: inline-block;
        padding: 0.5rem 1.25rem;
        background: var(--primary-gold);
        color: var(--deep-purple);
        border-radius: 50px;
        font-size: 0.875rem;
        font-weight: 600;
        letter-spacing: 0.05em;
        text-transform: uppercase;
        margin-bottom: 1.5rem;
    }

    .hero h1 {
        font-family: 'Crimson Pro', serif;
        font-size: 4.5rem;
        font-weight: 700;
        line-height: 1.1;
        color: var(--deep-purple);
        margin-bottom: 1.5rem;
        letter-spacing: -0.02em;
    }

    .hero h1 .highlight {
        color: var(--rich-burgundy);
        position: relative;
        display: inline-block;
    }

    .hero h1 .highlight::after {
        content: '';
        position: absolute;
        bottom: 8px;
        left: 0;
        width: 100%;
        height: 12px;
        background: rgba(212, 165, 116, 0.3);
        z-index: -1;
    }

    .hero p {
        font-size: 1.25rem;
        line-height: 1.8;
        color: var(--text-dark);
        margin-bottom: 2.5rem;
        opacity: 0.9;
    }

    .hero-actions {
        display: flex;
        gap: 1.5rem;
        flex-wrap: wrap;
    }

    .primary-cta {
        padding: 1.1rem 3rem;
        background: var(--deep-purple);
        color: var(--text-light);
        border: none;
        border-radius: 50px;
        font-size: 1.1rem;
        font-weight: 600;
        cursor: pointer;
        transition: all 0.4s ease;
        text-decoration: none;
        display: inline-block;
    }

    .primary-cta:hover {
        background: var(--rich-burgundy);
        transform: translateY(-3px);
        box-shadow: 0 15px 40px rgba(45, 27, 78, 0.4);
    }

    .secondary-cta {
        padding: 1.1rem 3rem;
        background: transparent;
        color: var(--deep-purple);
        border: 2px solid var(--deep-purple);
        border-radius: 50px;
        font-size: 1.1rem;
        font-weight: 600;
        cursor: pointer;
        transition: all 0.4s ease;
        text-decoration: none;
        display: inline-block;
    }

    .secondary-cta:hover {
        background: var(--deep-purple);
        color: var(--text-light);
        transform: translateY(-3px);
    }

    .hero-visual {
        position: relative;
        animation: fadeInUp 0.8s ease-out 0.4s both;
    }

    .visual-card {
        background: white;
        border-radius: 24px;
        padding: 2.5rem;
        box-shadow: 0 20px 60px rgba(0, 0, 0, 0.1);
        position: relative;
        transform: rotate(-2deg);
        transition: transform 0.4s ease;
    }

    .visual-card:hover {
        transform: rotate(0deg);
    }

    .visual-card::before {
        content: '';
        position: absolute;
        top: -10px;
        left: -10px;
        right: -10px;
        bottom: -10px;
        background: linear-gradient(135deg, var(--primary-gold), var(--soft-sage));
        border-radius: 24px;
        z-index: -1;
        opacity: 0.3;
    }

    .stat-item {
        margin-bottom: 2rem;
    }

    .stat-number {
        font-family: 'Crimson Pro', serif;
        font-size: 3rem;
        font-weight: 700;
        color: var(--deep-purple);
        display: block;
    }

    .stat-label {
        font-size: 1.1rem;
        color: var(--text-dark);
        opacity: 0.8;
    }

    .marketplace-section {
        padding: 8rem 5%;
        background: white;
        position: relative;
    }

    .section-header {
        text-align: center;
        max-width: 800px;
        margin: 0 auto 5rem;
        animation: fadeInUp 0.8s ease-out both;
    }

    .section-label {
        font-size: 0.875rem;
        font-weight: 600;
        letter-spacing: 0.1em;
        text-transform: uppercase;
        color: var(--primary-gold);
        margin-bottom: 1rem;
    }

    .section-header h2 {
        font-family: 'Crimson Pro', serif;
        font-size: 3.5rem;
        font-weight: 700;
        color: var(--deep-purple);
        margin-bottom: 1.5rem;
        line-height: 1.2;
    }

    .section-header p {
        font-size: 1.2rem;
        line-height: 1.8;
        color: var(--text-dark);
        opacity: 0.8;
    }

    .marketplace-grid {
        max-width: 1400px;
        margin: 0 auto;
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        gap: 3rem;
    }

    .marketplace-card {
        background: var(--warm-cream);
        border-radius: 20px;
        padding: 3rem;
        transition: all 0.4s ease;
        position: relative;
        overflow: hidden;
        animation: fadeInUp 0.8s ease-out both;
    }

    .marketplace-card:nth-child(1) { animation-delay: 0.1s; }
    .marketplace-card:nth-child(2) { animation-delay: 0.2s; }

    .marketplace-card::before {
        content: '';
        position: absolute;
        top: 0;
        left: 0;
        width: 4px;
        height: 0;
        background: var(--primary-gold);
        transition: height 0.4s ease;
    }

    .marketplace-card:hover::before {
        height: 100%;
    }

    .marketplace-card:hover {
        transform: translateY(-8px);
        box-shadow: 0 20px 50px rgba(0, 0, 0, 0.1);
    }

    .card-icon {
        width: 70px;
        height: 70px;
        background: linear-gradient(135deg, var(--deep-purple), var(--rich-burgundy));
        border-radius: 16px;
        display: flex;
        align-items: center;
        justify-content: center;
        font-size: 2rem;
        margin-bottom: 2rem;
    }

    .marketplace-card h3 {
        font-family: 'Crimson Pro', serif;
        font-size: 2rem;
        font-weight: 700;
        color: var(--deep-purple);
        margin-bottom: 1rem;
    }

    .marketplace-card p {
        font-size: 1.1rem;
        line-height: 1.7;
        color: var(--text-dark);
        opacity: 0.85;
    }

    .how-it-works {
        padding: 8rem 5%;
        background: linear-gradient(180deg, var(--warm-cream) 0%, #EDE3D5 100%);
    }

    .steps-container {
        max-width: 1200px;
        margin: 0 auto;
        display: grid;
        grid-template-columns: repeat(3, 1fr);
        gap: 3rem;
        position: relative;
    }

    .steps-container::before {
        content: '';
        position: absolute;
        top: 50px;
        left: 16.66%;
        right: 16.66%;
        height: 2px;
        background: linear-gradient(to right, var(--primary-gold) 0%, var(--soft-sage) 100%);
        z-index: 0;
    }

    .step-card {
        text-align: center;
        position: relative;
        z-index: 1;
        animation: fadeInUp 0.8s ease-out both;
    }

    .step-card:nth-child(1) { animation-delay: 0.1s; }
    .step-card:nth-child(2) { animation-delay: 0.3s; }
    .step-card:nth-child(3) { animation-delay: 0.5s; }

    .step-number {
        width: 100px;
        height: 100px;
        background: white;
        border: 4px solid var(--primary-gold);
        border-radius: 50%;
        display: flex;
        align-items: center;
        justify-content: center;
        font-family: 'Crimson Pro', serif;
        font-size: 2.5rem;
        font-weight: 700;
        color: var(--deep-purple);
        margin: 0 auto 2rem;
        box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
    }

    .step-card h3 {
        font-family: 'Crimson Pro', serif;
        font-size: 1.75rem;
        font-weight: 700;
        color: var(--deep-purple);
        margin-bottom: 1rem;
    }

    .step-card p {
        font-size: 1.05rem;
        line-height: 1.7;
        color: var(--text-dark);
        opacity: 0.85;
    }

    .leaders-showcase {
        padding: 8rem 5%;
        background: var(--deep-purple);
        color: var(--text-light);
        position: relative;
        overflow: hidden;
    }

    .leaders-showcase::before {
        content: '';
        position: absolute;
        top: -50%;
        left: -20%;
        width: 600px;
        height: 600px;
        background: radial-gradient(circle, rgba(212, 165, 116, 0.1) 0%, transparent 70%);
        border-radius: 50%;
    }

    .showcase-header {
        text-align: center;
        max-width: 800px;
        margin: 0 auto 5rem;
        position: relative;
        z-index: 1;
    }

    .showcase-header h2 {
        font-family: 'Crimson Pro', serif;
        font-size: 3.5rem;
        font-weight: 700;
        margin-bottom: 1.5rem;
        line-height: 1.2;
    }

    .showcase-header p {
        font-size: 1.2rem;
        line-height: 1.8;
        opacity: 0.9;
    }

    .leaders-grid {
        max-width: 1400px;
        margin: 0 auto;
        display: grid;
        grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
        gap: 2.5rem;
        position: relative;
        z-index: 1;
    }

    .leader-card {
        background: rgba(255, 255, 255, 0.05);
        backdrop-filter: blur(10px);
        border: 1px solid rgba(255, 255, 255, 0.1);
        border-radius: 20px;
        padding: 2.5rem;
        text-align: center;
        transition: all 0.4s ease;
        animation: fadeInUp 0.8s ease-out both;
    }

    .leader-card:nth-child(1) { animation-delay: 0.1s; }
    .leader-card:nth-child(2) { animation-delay: 0.2s; }
    .leader-card:nth-child(3) { animation-delay: 0.3s; }
    .leader-card:nth-child(4) { animation-delay: 0.4s; }

    .leader-card:hover {
        transform: translateY(-10px);
        background: rgba(255, 255, 255, 0.08);
        border-color: var(--primary-gold);
    }

    .leader-avatar {
        width: 120px;
        height: 120px;
        background: linear-gradient(135deg, var(--primary-gold), var(--soft-sage));
        border-radius: 50%;
        margin: 0 auto 1.5rem;
        display: flex;
        align-items: center;
        justify-content: center;
        font-size: 3rem;
        border: 4px solid rgba(255, 255, 255, 0.2);
    }

    .leader-card h4 {
        font-family: 'Crimson Pro', serif;
        font-size: 1.5rem;
        font-weight: 700;
        margin-bottom: 0.5rem;
    }

    .leader-title {
        font-size: 0.95rem;
        opacity: 0.8;
        margin-bottom: 1rem;
    }

    .leader-org {
        display: inline-block;
        padding: 0.4rem 1rem;
        background: rgba(212, 165, 116, 0.2);
        border-radius: 50px;
        font-size: 0.85rem;
        font-weight: 500;
        margin-top: 0.5rem;
    }

    .cta-section {
        padding: 8rem 5%;
        background: linear-gradient(135deg, var(--warm-cream) 0%, var(--soft-sage) 100%);
        text-align: center;
    }

    .cta-content {
        max-width: 900px;
        margin: 0 auto;
        background: white;
        border-radius: 30px;
        padding: 5rem 4rem;
        box-shadow: 0 30px 80px rgba(0, 0, 0, 0.15);
        position: relative;
        animation: fadeInUp 0.8s ease-out both;
    }

    .cta-content::before {
        content: '';
        position: absolute;
        top: -5px;
        left: -5px;
        right: -5px;
        bottom: -5px;
        background: linear-gradient(135deg, var(--primary-gold), var(--rich-burgundy));
        border-radius: 30px;
        z-index: -1;
        opacity: 0.2;
    }

    .cta-content h2 {
        font-family: 'Crimson Pro', serif;
        font-size: 3.5rem;
        font-weight: 700;
        color: var(--deep-purple);
        margin-bottom: 1.5rem;
        line-height: 1.2;
    }

    .cta-content p {
        font-size: 1.25rem;
        line-height: 1.8;
        color: var(--text-dark);
        opacity: 0.85;
        margin-bottom: 3rem;
    }

    .footer {
        background: var(--deep-purple);
        color: var(--text-light);
        padding: 4rem 5% 2rem;
    }

    .footer-content {
        max-width: 1400px;
        margin: 0 auto;
        display: grid;
        grid-template-columns: 2fr 1fr 1fr 1fr;
        gap: 4rem;
        margin-bottom: 3rem;
    }

    .footer-brand h3 {
        font-family: 'Crimson Pro', serif;
        font-size: 2rem;
        font-weight: 700;
        margin-bottom: 1rem;
    }

    .footer-brand p {
        opacity: 0.8;
        line-height: 1.7;
    }

    .footer-links h4 {
        font-family: 'Crimson Pro', serif;
        font-size: 1.25rem;
        font-weight: 700;
        margin-bottom: 1.5rem;
    }

    .footer-links ul {
        list-style: none;
    }

    .footer-links li {
        margin-bottom: 0.75rem;
    }

    .footer-links a {
        color: var(--text-light);
        text-decoration: none;
        opacity: 0.8;
        transition: all 0.3s ease;
    }

    .footer-links a:hover {
        opacity: 1;
        color: var(--primary-gold);
    }

    .footer-bottom {
        max-width: 1400px;
        margin: 0 auto;
        padding-top: 2rem;
        border-top: 1px solid rgba(255, 255, 255, 0.1);
        text-align: center;
        opacity: 0.7;
    }

    /* Tablet and below */
    @media (max-width: 1024px) {
        .hero {
            padding: 3rem 5%;
            min-height: auto;
        }

        .hero-content {
            grid-template-columns: 1fr;
            text-align: center;
            gap: 3rem;
        }

        .hero h1 {
            font-size: 3rem;
        }

        .hero p {
            font-size: 1.15rem;
        }

        .hero-actions {
            justify-content: center;
        }

        .hero-visual {
            max-width: 500px;
            margin: 0 auto;
        }

        .marketplace-grid {
            grid-template-columns: 1fr;
            gap: 2rem;
        }

        .marketplace-section {
            padding: 5rem 5%;
        }

        .how-it-works {
            padding: 5rem 5%;
        }

        .steps-container {
            grid-template-columns: 1fr;
            gap: 3rem;
        }

        .steps-container::before {
            display: none;
        }

        .leaders-showcase {
            padding: 5rem 5%;
        }

        .leaders-grid {
            grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
            gap: 2rem;
        }

        .cta-section {
            padding: 5rem 5%;
        }

        .footer-content {
            grid-template-columns: 1fr 1fr;
            gap: 3rem;
        }
    }

    /* Mobile devices */
    @media (max-width: 768px) {
        html {
            font-size: 14px;
        }

        .header {
            padding: 1rem 5%;
        }

        .logo {
            font-size: 1.5rem;
        }

        .nav-links {
            display: none;
        }

        .cta-button {
            padding: 0.6rem 1.5rem;
            font-size: 0.9rem;
        }

        .hero {
            margin-top: 60px;
            padding: 2rem 5%;
            min-height: auto;
        }

        .hero-content {
            gap: 2rem;
        }

        .hero-label {
            font-size: 0.75rem;
            padding: 0.4rem 1rem;
        }

        .hero h1 {
            font-size: 2rem;
            margin-bottom: 1rem;
        }

        .hero h1 .highlight::after {
            height: 8px;
            bottom: 4px;
        }

        .hero p {
            font-size: 1rem;
            margin-bottom: 1.5rem;
        }

        .primary-cta {
            padding: 0.9rem 2rem;
            font-size: 1rem;
            width: 100%;
            text-align: center;
        }

        .secondary-cta {
            padding: 0.9rem 2rem;
            font-size: 1rem;
            width: 100%;
            text-align: center;
        }

        .hero-actions {
            flex-direction: column;
            width: 100%;
        }

        .visual-card {
            padding: 1.5rem;
        }

        .stat-number {
            font-size: 2.5rem;
        }

        .stat-label {
            font-size: 1rem;
        }

        .marketplace-section {
            padding: 3rem 5%;
        }

        .section-header {
            margin-bottom: 3rem;
        }

        .section-label {
            font-size: 0.75rem;
        }

        .section-header h2 {
            font-size: 2rem;
            margin-bottom: 1rem;
        }

        .section-header p {
            font-size: 1rem;
        }

        .marketplace-card {
            padding: 2rem;
        }

        .card-icon {
            width: 60px;
            height: 60px;
            font-size: 1.8rem;
            margin-bottom: 1.5rem;
        }

        .marketplace-card h3 {
            font-size: 1.5rem;
        }

        .marketplace-card p {
            font-size: 1rem;
        }

        .how-it-works {
            padding: 3rem 5%;
        }

        .steps-container {
            gap: 2.5rem;
        }

        .step-number {
            width: 80px;
            height: 80px;
            font-size: 2rem;
            margin-bottom: 1.5rem;
        }

        .step-card h3 {
            font-size: 1.4rem;
            margin-bottom: 0.75rem;
        }

        .step-card p {
            font-size: 0.95rem;
        }

        .leaders-showcase {
            padding: 3rem 5%;
        }

        .showcase-header h2 {
            font-size: 2rem;
        }

        .showcase-header p {
            font-size: 1rem;
        }

        .leaders-grid {
            grid-template-columns: 1fr;
            gap: 1.5rem;
        }

        .leader-card {
            padding: 2rem;
        }

        .leader-avatar {
            width: 100px;
            height: 100px;
            font-size: 2.5rem;
            margin-bottom: 1rem;
        }

        .leader-card h4 {
            font-size: 1.3rem;
        }

        .leader-title {
            font-size: 0.9rem;
        }

        .leader-org {
            font-size: 0.8rem;
            padding: 0.35rem 0.85rem;
        }

        .cta-section {
            padding: 3rem 5%;
        }

        .cta-content {
            padding: 2.5rem 1.5rem;
            border-radius: 20px;
        }

        .cta-content::before {
            border-radius: 20px;
        }

        .cta-content h2 {
            font-size: 2rem;
            margin-bottom: 1rem;
        }

        .cta-content p {
            font-size: 1rem;
            margin-bottom: 2rem;
        }

        .footer {
            padding: 3rem 5% 1.5rem;
        }

        .footer-content {
            grid-template-columns: 1fr;
            gap: 2.5rem;
            margin-bottom: 2rem;
        }

        .footer-brand h3 {
            font-size: 1.5rem;
        }

        .footer-brand p {
            font-size: 0.95rem;
        }

        .footer-links h4 {
            font-size: 1.1rem;
            margin-bottom: 1rem;
        }

        .footer-links li {
            margin-bottom: 0.6rem;
        }

        .footer-links a {
            font-size: 0.9rem;
        }

        .footer-bottom {
            padding-top: 1.5rem;
            font-size: 0.85rem;
        }
    }

    /* Extra small mobile devices */
    @media (max-width: 480px) {
        html {
            font-size: 13px;
        }

        .header {
            padding: 0.75rem 4%;
        }

        .hero {
            padding: 1.5rem 4%;
        }

        .hero h1 {
            font-size: 1.75rem;
        }

        .marketplace-section,
        .how-it-works,
        .leaders-showcase,
        .cta-section,
        .footer {
            padding-left: 4%;
            padding-right: 4%;
        }

        .cta-content {
            padding: 2rem 1.25rem;
        }

        .cta-content h2 {
            font-size: 1.75rem;
        }
    }

    /* Landscape mobile devices */
    @media (max-width: 768px) and (orientation: landscape) {
        .hero {
            min-height: auto;
            padding: 2rem 5%;
        }

        .hero h1 {
            font-size: 2.5rem;
        }
    }

    /* Ensure images and content never overflow */
    img, video, iframe {
        max-width: 100%;
        height: auto;
    }

    /* Prevent horizontal scroll */
    body {
        overflow-x: hidden;
        width: 100%;
    }

    * {
        box-sizing: border-box;
    }
</style>


</head>
<body>
  
<section class="hero">
    <div class="hero-content">
        <div class="hero-text">
            <span class="hero-label">Goals & Leaders Marketplace</span>
            <h1>Find Leaders Who Will <span class="highlight">Guide You</span> to Your Goals</h1>
            <p>Discover spiritual masters, social changemakers, and visionary founders. Connect with transformative organizations and embark on your journey to purpose and achievement.</p>
            <div class="hero-actions">
                <a href="#explore" class="primary-cta">Explore Leaders</a>
                <a href="https://orgorbit.com/orgorbit-celebrity-crm/" class="secondary-cta">Learn More</a>
            </div>
        </div>
        <div class="hero-visual">
            <div class="visual-card">
                <div class="stat-item">
                    <span class="stat-number">500+</span>
                    <span class="stat-label">Spiritual & Social Leaders</span>
                </div>
                <div class="stat-item">
                    <span class="stat-number">1000+</span>
                    <span class="stat-label">Transformative Organizations</span>
                </div>
                <div class="stat-item">
                    <span class="stat-number">10,000+</span>
                    <span class="stat-label">Seekers Finding Their Path</span>
                </div>
            </div>
        </div>
    </div>
</section>

<section id="marketplace" class="marketplace-section">
    <div class="section-header">
        <div class="section-label">The Marketplace</div>
        <h2>Goals & Leaders United</h2>
        <p>OrgOrbit brings together seekers and guides in a purposeful marketplace where life-changing connections happen.</p>
    </div>
    <div class="marketplace-grid">
        <div class="marketplace-card">
            <div class="card-icon">🎯</div>
            <h3>Find Your Goals</h3>
            <p>Discover clarity on what you truly want to achieve in life. Explore organizations aligned with your aspirations—spiritual growth, social impact, personal transformation, or community service.</p>
        </div>
        <div class="marketplace-card">
            <div class="card-icon">🌟</div>
            <h3>Connect with Leaders</h3>
            <p>Access spiritual gurus, enlightened masters, social entrepreneurs, and visionary founders who can guide your journey. Learn from those who've walked the path and achieved transformation.</p>
        </div>
    </div>
</section>

<section id="how-it-works" class="how-it-works">
    <div class="section-header">
        <div class="section-label">How It Works</div>
        <h2>Your Journey in Three Steps</h2>
        <p>Start your transformational journey with OrgOrbit's simple, powerful process.</p>
    </div>
    <div class="steps-container">
        <div class="step-card">
            <div class="step-number">1</div>
            <h3>Explore Leaders</h3>
            <p>Browse through our curated collection of spiritual masters, social changemakers, and purpose-driven founders across diverse traditions and causes.</p>
        </div>
        <div class="step-card">
            <div class="step-number">2</div>
            <h3>Discover Organizations</h3>
            <p>Learn about transformative organizations, their missions, offerings, and community. See their structure, programs, and impact on society.</p>
        </div>
        <div class="step-card">
            <div class="step-number">3</div>
            <h3>Join & Contribute</h3>
            <p>Become a member, volunteer, donate, or take on leadership roles. Subscribe to programs and services that align with your goals and calling.</p>
        </div>
    </div>
</section>

<section id="leaders" class="leaders-showcase">
    <div class="showcase-header">
        <h2>Featured Leaders & Organizations</h2>
        <p>Meet some of the inspiring guides and transformative communities waiting to welcome you.</p>
    </div>
    <div class="leaders-grid">
        <div class="leader-card">
            <div class="leader-avatar">🕉️</div>
            <h4>Spiritual Masters</h4>
            <p class="leader-title">ISKCON & Vedic Traditions</p>
            <span class="leader-org">Multiple Organizations</span>
        </div>
        <div class="leader-card">
            <div class="leader-avatar">🌍</div>
            <h4>Social Changemakers</h4>
            <p class="leader-title">Environmental & Social Justice</p>
            <span class="leader-org">NGOs & Foundations</span>
        </div>
        <div class="leader-card">
            <div class="leader-avatar">💡</div>
            <h4>Wellness Leaders</h4>
            <p class="leader-title">Holistic Health & Reiki</p>
            <span class="leader-org">Wellness Centers</span>
        </div>
        <div class="leader-card">
            <div class="leader-avatar">🎓</div>
            <h4>Educational Founders</h4>
            <p class="leader-title">Alternative Learning & Growth</p>
            <span class="leader-org">Schools & Academies</span>
        </div>
    </div>
</section>

<section class="cta-section">
    <div class="cta-content">
        <h2>Ready to Find Your Path?</h2>
        <p>Join thousands of seekers discovering their purpose through meaningful connections with transformative leaders and organizations.</p>
        <a href="https://orgorbit.com/get-started-with-orgorbit/" class="primary-cta" style="font-size: 1.2rem; padding: 1.25rem 3.5rem;">Get Started Today</a>
    </div>
</section>

</body>
</html>

		</div>
	</div>

			</div> 
		</div>
	</div> 
</div></div>
<p><a class="a2a_button_email" href="https://www.addtoany.com/add_to/email?linkurl=https%3A%2F%2Forgorbit.com%2Ffind-your-leader-and-goal%2F&amp;linkname=Find%20Your%20Leader%20and%20Goal" title="Email" rel="nofollow noopener" target="_blank"></a><a class="a2a_button_whatsapp" href="https://www.addtoany.com/add_to/whatsapp?linkurl=https%3A%2F%2Forgorbit.com%2Ffind-your-leader-and-goal%2F&amp;linkname=Find%20Your%20Leader%20and%20Goal" title="WhatsApp" rel="nofollow noopener" target="_blank"></a><a class="a2a_button_facebook" href="https://www.addtoany.com/add_to/facebook?linkurl=https%3A%2F%2Forgorbit.com%2Ffind-your-leader-and-goal%2F&amp;linkname=Find%20Your%20Leader%20and%20Goal" title="Facebook" rel="nofollow noopener" target="_blank"></a><a class="a2a_button_x" href="https://www.addtoany.com/add_to/x?linkurl=https%3A%2F%2Forgorbit.com%2Ffind-your-leader-and-goal%2F&amp;linkname=Find%20Your%20Leader%20and%20Goal" title="X" rel="nofollow noopener" target="_blank"></a><a class="a2a_button_linkedin" href="https://www.addtoany.com/add_to/linkedin?linkurl=https%3A%2F%2Forgorbit.com%2Ffind-your-leader-and-goal%2F&amp;linkname=Find%20Your%20Leader%20and%20Goal" title="LinkedIn" rel="nofollow noopener" target="_blank"></a><a class="a2a_button_twitter" href="https://www.addtoany.com/add_to/twitter?linkurl=https%3A%2F%2Forgorbit.com%2Ffind-your-leader-and-goal%2F&amp;linkname=Find%20Your%20Leader%20and%20Goal" title="Twitter" rel="nofollow noopener" target="_blank"></a><a class="a2a_dd addtoany_share_save addtoany_share" href="https://www.addtoany.com/share#url=https%3A%2F%2Forgorbit.com%2Ffind-your-leader-and-goal%2F&#038;title=Find%20Your%20Leader%20and%20Goal" data-a2a-url="https://orgorbit.com/find-your-leader-and-goal/" data-a2a-title="Find Your Leader and Goal"></a></p><p>The post <a href="https://orgorbit.com/find-your-leader-and-goal/">Find Your Leader and Goal</a> appeared first on <a href="https://orgorbit.com">OrgOrbit: Where Movements Take Shape</a>.</p>
]]></content:encoded>
					
		
		
			</item>
	</channel>
</rss>
