		<div data-elementor-type="wp-page" data-elementor-id="11570" class="elementor elementor-11570" data-elementor-post-type="page">
				    <style>
        .gnbcc-members-directory {
            font-family: inherit;
        }

        /* SEARCH BAR */
        .gnbcc-directory-tools {
            background: #f8fafc;
            border: 1px solid #e2e8f0;
            border-radius: 12px;
            padding: 16px;
            margin-bottom: 32px;
            box-shadow: 0 8px 24px rgba(15, 23, 42, 0.04);
        }
        .gnbcc-search-heading {
            display: flex;
            align-items: center;
            justify-content: space-between;
            gap: 12px;
            margin-bottom: 12px;
            color: #0f172a;
            font-size: 14px;
            font-weight: 800;
            text-transform: uppercase;
            letter-spacing: 0.08em;
        }
        .gnbcc-result-count {
            color: #64748b;
            font-size: 12px;
            font-weight: 700;
            text-transform: none;
            letter-spacing: 0;
            white-space: nowrap;
        }
        .gnbcc-search-bar {
            display: flex;
            gap: 12px;
            margin-bottom: 0;
            flex-wrap: wrap;
        }
        .gnbcc-search-bar input, .gnbcc-search-bar select {
            padding: 13px 15px;
            border: 1px solid #cbd5e1;
            border-radius: 10px;
            font-size: 15px;
            outline: none;
            flex: 1;
            min-width: 200px;
            background: #fff;
            color: #1f2937;
            box-shadow: 0 1px 2px rgba(15, 23, 42, 0.04);
        }
        .gnbcc-search-bar input:focus, .gnbcc-search-bar select:focus {
            border-color: #0b4eb3;
            box-shadow: 0 0 0 3px rgba(11, 78, 179, 0.12);
        }
        .gnbcc-no-results {
            display: none;
            border: 1px dashed #cbd5e1;
            border-radius: 10px;
            color: #64748b;
            background: #ffffff;
            padding: 18px;
            margin: 0 0 28px;
            text-align: center;
            font-weight: 600;
        }
        
        /* GRID LAYOUT STYLES */
        .gnbcc-members-grid {
            display: grid;
            grid-template-columns: repeat(4, minmax(0, 1fr));
            gap: 24px;
            margin-bottom: 40px;
        }
        .gnbcc-member-card {
            border: 1px solid #eaeaea;
            padding: 20px;
            text-align: center;
            border-radius: 12px;
            background: #ffffff;
            box-shadow: 0 4px 6px rgba(0,0,0,0.02);
            transition: all 0.3s ease;
            display: flex;
            flex-direction: column;
            justify-content: center;
            align-items: center;
            min-height: 160px;
            cursor: pointer;
            position: relative;
            overflow: hidden;
            text-decoration: none !important;
            color: inherit !important;
        }
        
        /* PREMIUM BADGE */
        .gnbcc-premium-badge {
            position: absolute;
            top: 10px;
            right: 10px;
            background: linear-gradient(135deg, #fbbf24 0%, #f59e0b 100%);
            color: #fff;
            font-size: 11px;
            font-weight: 700;
            padding: 4px 8px;
            border-radius: 12px;
            text-transform: uppercase;
            letter-spacing: 0.5px;
            box-shadow: 0 2px 4px rgba(245, 158, 11, 0.3);
            z-index: 1;
        }
        .gnbcc-partner-badge {
            position: absolute;
            top: 10px;
            right: 10px;
            color: #fff;
            font-size: 11px;
            font-weight: 700;
            padding: 4px 8px;
            border-radius: 12px;
            text-transform: uppercase;
            letter-spacing: 0.5px;
            box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
            z-index: 1;
        }
        .gnbcc-card-premium {
            border: 1px solid #fcd34d !important;
        }

        .gnbcc-member-card:hover {
            transform: translateY(-5px);
            box-shadow: 0 12px 20px rgba(0,0,0,0.08);
            border-color: #d1d5db;
        }
        .gnbcc-member-logo img {
            max-width: 100%;
            height: auto;
            max-height: 90px;
            object-fit: contain;
            margin-bottom: 12px;
            transition: transform 0.3s ease;
        }
        .gnbcc-member-card:hover .gnbcc-member-logo img {
            transform: scale(1.05);
        }
        .gnbcc-members-logo-grid .gnbcc-members-grid {
            gap: 18px;
        }
        .gnbcc-members-logo-grid .gnbcc-member-card {
            min-height: 116px;
            padding: 14px;
        }
        .gnbcc-members-logo-grid .gnbcc-member-logo {
            display: flex;
            align-items: center;
            justify-content: center;
            width: 100%;
            min-height: 76px;
        }
        .gnbcc-members-logo-grid .gnbcc-member-logo img {
            max-width: 110px;
            max-height: 58px;
            margin-bottom: 0;
        }
        .gnbcc-members-logo-grid .gnbcc-premium-badge,
        .gnbcc-members-logo-grid .gnbcc-partner-badge {
            display: none;
        }
        .gnbcc-align-top {
            justify-content: flex-start;
        }
        .gnbcc-align-bottom .gnbcc-member-name {
            margin-top: auto;
        }
        .gnbcc-member-name {
            font-weight: 600;
            font-size: 15px;
            color: #1f2937;
            line-height: 1.3;
            text-decoration: none !important;
        }

        /* SECTOR HEADERS */
        .sector-header-grid {
            font-size: 24px;
            font-weight: 700;
            color: #111827;
            border-bottom: 2px solid #e5e7eb;
            padding-bottom: 12px;
            margin-top: 48px;
            margin-bottom: 24px;
            position: relative;
            text-transform: uppercase;
            letter-spacing: 0.5px;
        }
        .sector-header-grid::after {
            content: '';
            position: absolute;
            left: 0;
            bottom: -2px;
            height: 2px;
            width: 60px;
            background-color: #2563eb;
        }

        /* LIST LAYOUT STYLES */
        .gnbcc-list-container {
            column-count: 4;
            column-gap: 28px;
        }
        @media (max-width: 992px) {
            .gnbcc-members-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
            .gnbcc-list-container { column-count: 2; }
        }
        @media (max-width: 768px) {
            .gnbcc-members-grid { grid-template-columns: repeat(1, minmax(0, 1fr)); }
            .gnbcc-list-container { column-count: 1; }
        }
        .gnbcc-list-sector {
            margin-bottom: 30px;
            break-inside: avoid;
            page-break-inside: avoid;
            -webkit-column-break-inside: avoid;
        }
        .sector-header-list {
            font-size: 19px;
            font-weight: 800;
            color: #0b4eb3;
            border-bottom: 1px solid #dbe3ef;
            padding: 0 0 10px;
            margin-bottom: 10px;
            margin-top: 0;
            line-height: 1.35;
        }
        .gnbcc-list-items {
            list-style: none;
            padding: 0;
            margin: 0;
            border: 1px solid #e2e8f0;
            border-radius: 10px;
            overflow: hidden;
            background: #ffffff;
        }
        .gnbcc-list-items li {
            display: flex;
            align-items: flex-start;
            justify-content: space-between;
            gap: 10px;
            margin: 0;
            padding: 11px 12px;
            border-bottom: 1px solid #e8edf5;
            font-size: 15px;
            color: #1f2937;
            cursor: pointer;
            line-height: 1.45;
            transition: background-color 0.2s ease, color 0.2s ease, border-color 0.2s ease;
            break-inside: avoid;
            page-break-inside: avoid;
            -webkit-column-break-inside: avoid;
        }
        .gnbcc-list-items li:nth-child(even) {
            background: #f8fafc;
        }
        .gnbcc-list-items li:last-child {
            border-bottom: 0;
        }
        .gnbcc-list-items li:hover {
            color: #0b4eb3;
            background: #eef6ff;
            border-color: #cfe0f7;
            text-decoration: none;
        }
        .gnbcc-member-list-name {
            flex: 1 1 auto;
            min-width: 0;
            overflow-wrap: anywhere;
            word-break: normal;
        }
        .gnbcc-list-items span.gnbcc-premium-badge-list,
        .gnbcc-list-items span.gnbcc-partner-badge-list {
            background: linear-gradient(135deg, #fbbf24 0%, #f59e0b 100%);
            color: #fff;
            font-size: 10px;
            font-weight: 800;
            padding: 3px 8px;
            border-radius: 999px;
            margin-left: 0;
            vertical-align: top;
            line-height: 1.2;
            white-space: nowrap;
            flex: 0 0 auto;
            box-shadow: 0 2px 5px rgba(245, 158, 11, 0.24);
        }

        /* LOAD MORE */
        .gnbcc-load-more-container {
            text-align: center;
            margin-top: 30px;
            margin-bottom: 50px;
        }
        .gnbcc-load-more-btn {
            background-color: #2563eb;
            color: #ffffff;
            border: none;
            padding: 12px 24px;
            font-size: 16px;
            font-weight: 600;
            border-radius: 8px;
            cursor: pointer;
            transition: background-color 0.3s ease;
        }
        .gnbcc-load-more-btn:hover {
            background-color: #1d4ed8;
        }
        
        /* MODAL */
        .gnbcc-modal-overlay {
            position: fixed;
            top: 0; left: 0; width: 100%; height: 100%;
            background: rgba(15, 23, 42, 0.62);
            z-index: 99999;
            display: none;
            align-items: center;
            justify-content: center;
            backdrop-filter: blur(4px);
            opacity: 0;
            transition: opacity 0.3s ease;
        }
        .gnbcc-modal-overlay.gnbcc-modal-active {
            display: flex;
            opacity: 1;
        }
        .gnbcc-modal-content {
            background: #fff;
            width: 90%;
            max-width: 640px;
            border-radius: 18px;
            padding: 0;
            position: relative;
            box-shadow: 0 24px 70px rgba(15, 23, 42, 0.28);
            transform: translateY(20px);
            transition: transform 0.3s ease;
            max-height: 90vh;
            overflow-y: auto;
            border: 1px solid rgba(226, 232, 240, 0.95);
        }
        .gnbcc-modal-overlay.gnbcc-modal-active .gnbcc-modal-content {
            transform: translateY(0);
        }
        .gnbcc-modal-close {
            position: absolute;
            top: 18px;
            right: 18px;
            background: #f8fafc;
            border: 1px solid #e2e8f0;
            border-radius: 999px;
            width: 34px;
            height: 34px;
            font-size: 22px;
            cursor: pointer;
            color: #6b7280;
            line-height: 1;
            padding: 0 0 3px;
            display: inline-flex;
            align-items: center;
            justify-content: center;
        }
        .gnbcc-modal-close:hover {
            color: #111827;
            background: #eef2f7;
        }
        .gnbcc-modal-header {
            display: flex;
            align-items: center;
            gap: 18px;
            margin-bottom: 0;
            border-bottom: 1px solid #e5e7eb;
            padding: 30px 34px 24px;
            background: linear-gradient(135deg, #ffffff 0%, #f8fbff 100%);
        }
        .gnbcc-modal-logo {
            width: 84px;
            height: 84px;
            object-fit: contain;
            border: 1px solid #e5e7eb;
            border-radius: 14px;
            background: #ffffff;
            padding: 10px;
        }
        .gnbcc-modal-title {
            font-size: 26px;
            font-weight: 800;
            color: #0f172a;
            margin: 0;
            line-height: 1.2;
        }
        .gnbcc-modal-sector {
            font-size: 14px;
            color: #0b4eb3;
            text-transform: uppercase;
            letter-spacing: 0.08em;
            margin-top: 8px;
            font-weight: 800;
        }
        .gnbcc-modal-body {
            padding: 26px 34px 0;
        }
        .gnbcc-modal-body p {
            margin: 0 0 18px;
            line-height: 1.7;
            color: #374151;
            font-size: 16px;
        }
        .gnbcc-modal-info-grid {
            display: grid;
            grid-template-columns: 1fr;
            gap: 15px;
            margin-top: 18px;
            background: #f8fafc;
            padding: 18px;
            border-radius: 12px;
            border: 1px solid #eef2f7;
        }
        @media (max-width: 480px) {
            .gnbcc-modal-info-grid { grid-template-columns: 1fr; }
        }
        .gnbcc-modal-info-item strong {
            display: block;
            font-size: 12px;
            color: #64748b;
            text-transform: uppercase;
            margin-bottom: 5px;
            letter-spacing: 0.08em;
        }
        .gnbcc-modal-info-item span, .gnbcc-modal-info-item a {
            font-size: 15px;
            color: #111827;
            line-height: 1.5;
        }
        .gnbcc-modal-info-item a {
            color: #2563eb;
            text-decoration: none;
        }
        .gnbcc-modal-info-item a:hover {
            text-decoration: underline;
        }
        .gnbcc-modal-footer {
            padding: 24px 34px 34px;
            text-align: center;
        }
        .gnbcc-modal-website-btn {
            display: inline-flex;
            align-items: center;
            justify-content: center;
            background-color: #166534;
            color: #ffffff;
            padding: 13px 24px;
            border-radius: 10px;
            text-decoration: none;
            font-weight: 800;
            transition: background-color 0.3s ease;
            min-width: 180px;
        }
        .gnbcc-modal-website-btn:hover {
            background-color: #14532d;
            color: #ffffff;
        }
    </style>
    
    <div class="gnbcc-members-directory ">
        
                    <div class="gnbcc-directory-tools">
                <div class="gnbcc-search-heading">
                    <span>Search Directory</span>
                    <span id="gnbcc-result-count" class="gnbcc-result-count">1 members</span>
                </div>
                <div class="gnbcc-search-bar">
                    <input type="text" id="gnbcc-search-input" placeholder="Search members by name..." />
                                    </div>
            </div>
        
        <div id="gnbcc-no-results" class="gnbcc-no-results">No members match your search.</div>

                    
                            <div class="gnbcc-list-container">
                                            <div class="gnbcc-list-sector" data-sector="other">
                                                            <h3 class="sector-header-list">Other</h3>
                                                        <ul class="gnbcc-list-items">
                                                                    <li class="gnbcc-member-item" 
                                        data-name="