        /* =============================================
           GLOBAL ARTIVISM — CUSTOM STYLES
           Bootstrap 3 base | Inter font
        ============================================= */

        :root {
            --brand-dark: #1a1a18;
            --brand-olive: #3d3d2e;
            --brand-cream: #f5f0e8;
            --brand-sand: #e8dfc8;
            --brand-coral: #B80F2A;
            --brand-coral-light: #e01537;
            --brand-text: #1a1a18;
            --brand-muted: #6b6b5a;
            --brand-white: #ffffff;
            --brand-grey: #f2f2f2;
            --brand-light-bg: #faf8f4;
            --brand-accent: #d4a847;
            --brand-pale-yellow: #f7f3e3;
            --brand-pale-rose: #f7ede8;
            --brand-pale-blue: #e8eef3;
            --font: "Inter", sans-serif;
        }

        * { box-sizing: border-box; }

        body {
            font-family: var(--font) !important;
            font-size: 16px !important;
            color: var(--brand-text) !important;
            line-height: 1.65 !important;
            font-weight: 300;
            background: var(--brand-white);
            margin: 0;
            padding: 0;
            overflow-x: hidden;
        }
.container-parent.header-content .ga-nav-links {
    display: none;
}
        .row.row-content {
            display: inline-block;
            padding: 0;
            margin: 0;
        }
        .clearfix:before, .clearfix:after, .dl-horizontal dd:before, .dl-horizontal dd:after, .container:before, .container:after, .container-fluid:before, .container-fluid:after, .row:before, .row:after, .form-horizontal .form-group:before, .form-horizontal .form-group:after, .btn-toolbar:before, .btn-toolbar:after, .btn-group-vertical>.btn-group:before, .btn-group-vertical>.btn-group:after, .nav:before, .nav:after, .navbar:before, .navbar:after, .navbar-header:before, .navbar-header:after, .navbar-collapse:before, .navbar-collapse:after, .pager:before, .pager:after, .panel-body:before, .panel-body:after, .modal-footer:before, .modal-footer:after{
            display: none;
        }

        a { text-decoration: none; }
        img { max-width: 100%; height: auto; }

        /* ---- NAV ---- */
        .ga-nav {
            position: fixed;
            top: 0;
            left: 0;
            width: 100%;
            z-index: 100;
            background: var(--brand-grey);
            border-bottom: 1px solid rgba(0,0,0,0.08);
            padding: 16px 0;
        }
span#grp_fld_1738368 h2#fld_1738368 {
    padding: 15px 0;
}


span#grp_fld_1738386 h2 {
    padding: 15px 0;
}



        .ga-nav .container {
            display: flex;
            align-items: center;
            justify-content: space-between;
            height: 60px;
            padding: 0 24px;
            margin: 0 auto;
        }

        .ga-nav-logo {
            font-family: var(--font);
            font-weight: 700;
            font-size: 18px;
            color: var(--brand-dark) !important;
            letter-spacing: -0.5px;
            display: flex;
            align-items: center;
            gap: 8px;
            min-width: 200px;
        }

        .ga-nav-logo svg {
            width: 28px;
            height: 28px;
        }

        .ga-nav-links {
            display: flex;
            align-items: center;
            gap: 4px;
            list-style: none;
            margin: 0;
            padding: 0;
            width: 100%;
        }

        .ga-nav-links li a {
            font-size: 14px;
            font-weight: 500;
            color: var(--brand-dark);
            padding: 8px 14px;
            border-radius: 4px;
            transition: background 0.2s;
        }

        .ga-nav-links li a:hover { background: var(--brand-cream); text-decoration: none; }

        .ga-nav-actions {
            display: flex;
            align-items: center;
            gap: 10px;
        }

        .btn-donate {
            font-family: var(--font);
            font-size: 14px;
            font-weight: 600;
            padding: 8px 20px;
            border: 2px solid var(--brand-dark);
            border-radius: 6px;
            color: var(--brand-dark);
            background: transparent;
            cursor: pointer;
            transition: all 0.2s;
        }

        .btn-donate:hover {
            background: var(--brand-dark);
            color: var(--brand-white);
        }

        .btn-join {
            font-family: var(--font);
            font-size: 14px;
            font-weight: 600;
            padding: 8px 20px;
            border: 2px solid var(--brand-coral);
            border-radius: 6px;
            background: var(--brand-coral);
            color: var(--brand-white);
            cursor: pointer;
            transition: all 0.2s;
          white-space: nowrap;
        }

        .btn-join:hover {
            background: var(--brand-coral-light);
            border-color: var(--brand-coral-light);
        }

        /* Hamburger */
        .ga-hamburger {
            display: none;
            background: none;
            border: none;
            cursor: pointer;
            padding: 8px;
            flex-direction: column;
            gap: 5px;
        }

        .ga-hamburger span {
            display: block;
            width: 24px;
            height: 2px;
            background: var(--brand-dark);
            border-radius: 2px;
            transition: all 0.3s;
        }

.thanksWrapper {
    padding: 100px;
}

        /* Mobile menu */
        .ga-mobile-menu {
            display: none;
            position: fixed;
            top: 60px;
            left: 0;
            width: 100%;
            background: var(--brand-white);
            border-bottom: 1px solid rgba(0,0,0,0.08);
            z-index: 99;
            padding: 16px 24px 24px;
        }
h1.main-title {
    text-align: center;
    margin-top: 100px;
  margin-bottom:20px;
    font-weight: 800;
}
        .ga-mobile-menu.open { display: block; }

        .ga-mobile-menu ul {
            list-style: none;
            margin: 0 0 16px;
            padding: 0;
        }

        .ga-mobile-menu ul li { border-bottom: 1px solid var(--brand-cream); }

        .ga-mobile-menu ul li a {
            display: block;
            padding: 13px 0;
            font-size: 15px;
            font-weight: 500;
            color: var(--brand-dark);
        }

        .ga-mobile-menu .mob-actions {
            display: flex;
            gap: 10px;
            margin-top: 12px;
        }

        /* ---- HERO ---- */
        .ga-hero {
            margin-top: 60px;
            background: var(--brand-olive);
            position: relative;
            overflow: hidden;
            min-height: 480px;
            display: flex;
            align-items: flex-end;
        }

        .ga-hero-bg {
            position: absolute;
            inset: 0;
            background-image: url('https://vepimg.b8cdn.com/uploads/vjfnew//content/files/1779815187photo-1547826039-bfc35e0f1ea8-jpg1779815187.jpg');
            background-size: cover;
            background-position: center;
            opacity: 0.45;
        }

        .ga-hero-content {
            position: relative;
            z-index: 2;
            padding: 72px 0 60px;
            max-width: 600px;
        }

        .ga-hero-content h1 {
            font-family: var(--font);
            font-size: 48px;
            font-weight: 800;
            color: var(--brand-white);
            line-height: 1.1;
            margin: 0 0 20px;
            letter-spacing: -1px;
            text-align: left;
        }

        .ga-hero-content p {
            font-size: 16px;
            font-weight: 300;
            color: rgba(255,255,255,0.85);
            line-height: 1.65;
            margin: 0 0 32px;
            max-width: 480px;
        }

        .btn-about {
            display: inline-flex;
            align-items: center;
            gap: 8px;
            font-family: var(--font);
            font-size: 14px;
            font-weight: 600;
            color: var(--brand-white);
            background: var(--brand-coral);
            padding: 12px 24px;
            border-radius: 6px;
            transition: all 0.2s;
        }

        .btn-about:hover {
            background: var(--brand-coral-light);
            color: var(--brand-white);
            text-decoration: none;
        }

        /* ---- STORIES ---- */
        .ga-stories {
            background: var(--brand-sand);
            padding: 70px 0;
        }

        .section-eyebrow {
            font-size: 13px;
            font-weight: 600;
            text-transform: uppercase;
            letter-spacing: 2px;
            color: var(--brand-muted);
            margin-bottom: 8px;
        }

        .section-title {
            font-family: var(--font);
            font-size: 38px;
            font-weight: 800;
            color: var(--brand-dark);
            line-height: 1.1;
            margin: 0 0 8px;
            letter-spacing: -0.5px;
        }

        .section-subtitle {
            font-size: 15px;
            font-weight: 300;
            color: var(--brand-muted);
            margin-bottom: 40px;
        }

        .ga-story-grid {
            display: flex;
            gap: 24px;
        }

        .ga-story-card {
            flex: 1;
            background: var(--brand-white);
            border-radius: 8px;
            overflow: hidden;
            transition: transform 0.25s, box-shadow 0.25s;
        }

        .ga-story-card:hover {
            transform: translateY(-4px);
            box-shadow: 0 12px 32px rgba(0,0,0,0.1);
        }

        .ga-story-card-img {
            width: 100%;
            height: 200px;
            object-fit: cover;
            display: block;
        }

        .ga-story-card-body {
            padding: 20px;
        }

        .ga-story-meta {
            display: flex;
            align-items: center;
            gap: 10px;
            margin-bottom: 10px;
        }

        .ga-tag {
            font-size: 11px;
            font-weight: 700;
            text-transform: uppercase;
            letter-spacing: 1px;
            background: var(--brand-dark);
            color: var(--brand-white);
            padding: 3px 10px;
            border-radius: 100px;
        }

        .ga-tag.movement { background: var(--brand-olive); }
        .ga-tag.strategy { background: var(--brand-coral); }
        .ga-tag.convening { background: var(--brand-dark); }

        .ga-story-meta-text {
            font-size: 12px;
            color: var(--brand-muted);
        }

        .ga-story-card h4,.ga-story-card h3 {
            font-size: 17px;
            font-weight: 700;
            color: var(--brand-dark);
            margin: 0 0 8px;
            line-height: 1.3;
        }

        .ga-story-card p {
            font-size: 13px;
            color: var(--brand-muted);
            margin: 0 0 16px;
            line-height: 1.5;
        }

        .ga-read-link {
            font-size: 13px;
            font-weight: 600;
            color: var(--brand-coral);
            display: inline-flex;
            align-items: center;
            gap: 4px;
        }

        .ga-read-link:hover { color: var(--brand-coral-light); text-decoration: none; }

        /* Story row 2 (second set) */
        .ga-stories-2 {
            background: var(--brand-white);
            padding: 60px 0;
        }

        /* ---- WHY SECTION ---- */
        .ga-why {
            background: var(--brand-light-bg);
            padding: 80px 0;
        }

        .ga-why-inner {
            display: flex;
            gap: 60px;
            align-items: flex-start;
        }

        .ga-why-left {
            flex: 0 0 42%;
        }

        .ga-why-left .section-eyebrow {
            margin-bottom: 16px;
        }

        .ga-why-left h2 {
            font-size: 36px;
            font-weight: 800;
            color: var(--brand-dark);
            line-height: 1.15;
            letter-spacing: -0.5px;
            margin: 0;
        }

        .ga-why-right {
            flex: 1;
            padding-top: 48px;
        }

        .ga-why-right p {
            font-size: 16px;
            color: var(--brand-muted);
            line-height: 1.75;
            margin-bottom: 24px;
        }

        .btn-learn {
            display: inline-flex;
            align-items: center;
            gap: 8px;
            font-size: 14px;
            font-weight: 600;
            color: var(--brand-dark);
            border-bottom: 2px solid var(--brand-dark);
            padding-bottom: 2px;
        }

        .btn-learn:hover { color: var(--brand-coral); border-color: var(--brand-coral); text-decoration: none; }

        /* ---- PATHWAYS ---- */
        .ga-pathways {
            background: var(--brand-cream);
            padding: 80px 0;
            text-align: center;
        }

        .ga-pathways .section-eyebrow { justify-content: center; text-align: center; }

        .ga-pathways-grid {
            display: flex;
            gap: 20px;
            margin-top: 50px;
        }

        .ga-pathway-card {
            flex: 1;
            background: var(--brand-white);
            border-radius: 10px;
            padding: 32px 24px;
            text-align: left;
            transition: box-shadow 0.25s;
        }

        .ga-pathway-card:hover {
            box-shadow: 0 10px 28px rgba(0,0,0,0.08);
        }

        .ga-pathway-icon {
            width: 48px;
            height: 48px;
            border-radius: 50%;
            background: var(--brand-cream);
            display: flex;
            align-items: center;
            justify-content: center;
            margin-bottom: 20px;
            font-size: 20px;
            color: var(--brand-dark);
        }

        .ga-pathway-card h4,.ga-pathway-card h3 {
            font-size: 16px;
            font-weight: 700;
            color: var(--brand-dark);
            margin: 0 0 10px;
        }

        .ga-pathway-card p {
            font-size: 14px;
            color: var(--brand-muted);
            margin: 0;
            line-height: 1.6;
        }

        /* ---- CTA BANNER ---- */
        .ga-cta-banner {
            background: var(--brand-olive);
            padding: 80px 0;
            position: relative;
            overflow: hidden;
        }

        .ga-cta-inner {
            display: flex;
            gap: 40px;
            align-items: center;
        }

        .ga-cta-text {
            flex: 0 0 45%;
        }

        .ga-cta-text h2 {
            font-size: 42px;
            font-weight: 800;
            color: var(--brand-white);
            line-height: 1.1;
            letter-spacing: -0.5px;
            margin: 0 0 16px;
        }

        .ga-cta-text p {
            font-size: 15px;
            color: rgba(255,255,255,0.75);
            margin-bottom: 28px;
        }

        .ga-cta-images {
            flex: 1;
            display: grid;
            grid-template-columns: 1fr 1fr;
            grid-template-rows: 1fr 1fr;
            gap: 10px;
            height: 320px;
        }

        .ga-cta-images img {
            width: 100%;
            height: 100%;
            object-fit: cover;
            border-radius: 8px;
            display: block;
        }

        .ga-cta-images img:first-child {
            grid-row: 1 / 3;
        }

        /* ---- SUB PAGE ---- */

        .section .page-heading {
              display: none;
          }

          .container.full-page-container {
              width: 100%;
              padding: 0;
              max-width: 100%;
          }
          .row.row-content {
              display: flex;
              width: 100%;
              margin: 0;
              padding: 0;
              flex-wrap: wrap;
          }

          .row.row-content > .col-lg-12 {
              padding: 0;
              width: 100%;
          }

        /* ---- ABOUT PAGE ---- */

       .about-page .ga-hero-bg{
          background-image: url('https://vepimg.b8cdn.com/uploads/vjfnew//content/files/1780326730about-banner-jpg1780326730.jpg');
        }
        
        /* MOVEMENT SECTION */
        .ga-movement-section { padding: 80px 0; background: var(--brand-white); }
        .ga-movement-inner { display: grid; grid-template-columns: 1fr 1fr; gap: 60px; align-items: center; }
        .ga-movement-images { display: grid; grid-template-columns: 1fr 1fr; gap: 12px; }
        .ga-movement-images img { width: 100%; border-radius: 6px; object-fit: cover; }
        .ga-movement-images img:first-child { grid-column: 1; grid-row: 1 / 3; height: 320px; }
        .ga-movement-images img:nth-child(2) { height: 148px; }
        .ga-movement-images img:nth-child(3) { height: 148px; }
        .ga-movement-text .section-eyebrow { margin-bottom: 12px; }
        .ga-movement-text h2 { font-size: 36px; font-weight: 800; color: var(--brand-dark); line-height: 1.1; letter-spacing: -0.5px; margin: 0 0 20px; }
        .ga-movement-text p { font-size: 15px; color: var(--brand-muted); line-height: 1.75; margin-bottom: 28px; }
        .ga-explore-btns { display: flex; gap: 16px; align-items: center; }
        .btn-explore { font-family: var(--font); font-size: 14px; font-weight: 600; color: var(--brand-dark); background: none; border: 2px solid var(--brand-dark); border-radius: 6px; padding: 10px 22px; cursor: pointer; transition: all 0.2s; display: inline-flex; align-items: center; gap: 6px; }
        .btn-explore:hover { background: var(--brand-dark); color: var(--brand-white); text-decoration: none; }
        .btn-learn-link { font-size: 14px; font-weight: 600; color: var(--brand-dark); display: inline-flex; align-items: center; gap: 6px; border-bottom: 2px solid var(--brand-dark); padding-bottom: 1px; }
        .btn-learn-link:hover { color: var(--brand-coral); border-color: var(--brand-coral); }

        /* WHY WE EXIST */
        .ga-why-exist { padding: 80px 0; background: var(--brand-sand); text-align: center; }
        .ga-why-exist h2 { font-size: 40px; font-weight: 800; color: var(--brand-dark); letter-spacing: -0.5px; line-height: 1.1; max-width: 700px; margin: 0 auto 16px; }
        .ga-why-exist p { font-size: 16px; color: var(--brand-muted); max-width: 620px; margin: 0 auto; line-height: 1.75; }

        /* OUR VISION */
        .ga-our-vision { padding: 80px 0; background: var(--brand-light-bg); text-align: center; }
        .ga-our-vision h2 { font-size: 40px; font-weight: 800; color: var(--brand-dark); letter-spacing: -0.5px; line-height: 1.1; max-width: 700px; margin: 0 auto 16px; }
        .ga-our-vision p { font-size: 16px; color: var(--brand-muted); max-width: 620px; margin: 0 auto; line-height: 1.75; }

        /* FOUNDATION */
        .ga-foundation { padding: 80px 0; background: var(--brand-cream); }
        .ga-foundation-inner { max-width: 800px; margin: 0 auto; }
        .ga-foundation-inner .section-eyebrow { text-align: center; margin-bottom: 12px; }
        .ga-foundation-inner h2 { font-size: 40px; font-weight: 800; color: var(--brand-dark); text-align: center; letter-spacing: -0.5px; margin: 0 0 20px; }
        .ga-foundation-inner > p { font-size: 15px; color: var(--brand-muted); text-align: center; line-height: 1.75; margin-bottom: 50px; }
        .ga-foundation-step { display: flex; gap: 28px; align-items: flex-start; margin-bottom: 40px; padding-bottom: 40px; border-bottom: 1px solid rgba(0,0,0,0.08); }
        .ga-foundation-step:last-child { border-bottom: none; margin-bottom: 0; padding-bottom: 0; }
        .ga-step-num { font-size: 48px; font-weight: 800; color: rgba(0,0,0,0.08); line-height: 1; flex-shrink: 0; width: 70px; }
        .ga-step-body h3 { font-size: 20px; font-weight: 700; color: var(--brand-dark); margin: 0 0 10px; }
        .ga-step-body p { font-size: 14px; color: var(--brand-muted); line-height: 1.7; margin: 0; }
        .ga-foundation-btns { text-align: center; margin-top: 50px; display: flex; gap: 16px; justify-content: center; }

        /* PRACTICE / WHAT WE DO */
        .ga-practice { padding: 80px 0; background: var(--brand-white); }
        .ga-practice-inner { max-width: 860px; margin: 0 auto; }
        .ga-practice-inner .section-eyebrow { text-align: center; }
        .ga-practice-inner h2 { text-align: center; font-size: 40px; font-weight: 800; color: var(--brand-dark); letter-spacing: -0.5px; margin: 0 0 16px; }
        .ga-practice-inner > p { text-align: center; font-size: 15px; color: var(--brand-muted); line-height: 1.75; margin-bottom: 40px; }
        .ga-practice-tabs { display: flex; justify-content: center; gap: 0; border-bottom: 2px solid var(--brand-cream); margin-bottom: 50px; }
        .ga-practice-tab { font-family: var(--font); font-size: 14px; font-weight: 600; color: var(--brand-muted); background: none; border: none; border-bottom: 2px solid transparent; padding: 12px 24px; cursor: pointer; margin-bottom: -2px; transition: all 0.2s; }
        .ga-practice-tab.active { color: var(--brand-dark); border-bottom-color: var(--brand-dark); }
        .ga-practice-tab:hover { color: var(--brand-dark); }
        .ga-practice-content .section-eyebrow{ text-align: left; }
        .ga-practice-content { display: flex; gap: 60px; align-items: center; }
        .ga-practice-content-img { flex: 0 0 38%; }
        .ga-practice-content-img img { width: 100%; border-radius: 8px; height: 280px; object-fit: cover; }
        .ga-practice-content-text .section-eyebrow { margin-bottom: 12px; }
        .ga-practice-content-text h3 { font-size: 30px; font-weight: 800; color: var(--brand-dark); line-height: 1.15; letter-spacing: -0.5px; margin: 0 0 16px; }
        .ga-practice-content-text p { font-size: 14px; color: var(--brand-muted); line-height: 1.75; margin-bottom: 24px; }
        .ga-practice-btns { display: flex; gap: 14px; }

        /* COUNCIL */
        .ga-council { padding: 80px 0; background: var(--brand-light-bg); }
        .ga-council h2 { text-align: center; font-size: 36px; font-weight: 800; color: var(--brand-dark); letter-spacing: -0.5px; margin: 0 0 10px; }
        .ga-council .section-eyebrow { text-align: center; margin-bottom: 10px; }
        .ga-council-subtitle { text-align: center; font-size: 15px; color: var(--brand-muted); margin-bottom: 50px; }
        .ga-council-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 24px; margin-bottom: 20px; }
        .ga-council-card { background: var(--brand-white); border-radius: 10px; overflow: hidden; transition: transform 0.25s, box-shadow 0.25s;}
        .ga-council-card:hover {transform: translateY(-4px);box-shadow: 0 12px 32px rgba(0, 0, 0, 0.1);}
        .ga-council-card-img { width: 100%; height: 200px; object-fit: cover; background: var(--brand-cream); display: flex; align-items: center; justify-content: center; color: var(--brand-muted); font-size: 40px; }
        .ga-council-card-img img { width: 100%; height: 200px; object-fit: cover; }
        .ga-council-card-body { padding: 18px; }
        .ga-council-card-body h4 { font-size: 15px; font-weight: 700; color: var(--brand-dark); margin: 0 0 2px; }
        .ga-council-card-body .role { font-size: 12px; color: var(--brand-coral); font-weight: 600; text-transform: uppercase; letter-spacing: 0.5px; display: block; margin-bottom: 10px; }
        .ga-council-card-body p { font-size: 12px; color: var(--brand-muted); line-height: 1.55; margin: 0 0 12px; }
        .ga-council-social { display: flex; gap: 8px; }
        .ga-council-social a { font-size: 12px; color: var(--brand-muted); transition: color 0.2s; }
        .ga-council-social a:hover { color: var(--brand-dark); }
        .ga-join-council { text-align: center; padding: 50px 0 0; }
        .ga-join-council h3 { font-size: 22px; font-weight: 700; color: var(--brand-dark); margin: 0 0 8px; }
        .ga-join-council p { font-size: 14px; color: var(--brand-muted); margin-bottom: 20px; }
        .btn-inquire { font-family: var(--font); font-size: 14px; font-weight: 600; color: var(--brand-dark); border: 2px solid var(--brand-dark); border-radius: 6px; padding: 10px 28px; background: none; cursor: pointer; transition: all 0.2s; display: inline-block; }
        .btn-inquire:hover { background: var(--brand-dark); color: var(--brand-white); text-decoration: none; }

        /* FAQS */
        .ga-faqs { padding: 80px 0; background: var(--brand-white); }
        .ga-faqs h2 { text-align: center; font-size: 40px; font-weight: 800; color: var(--brand-dark); letter-spacing: -0.5px; margin: 0 0 10px; }
        .ga-faqs .faqs-intro { text-align: center; font-size: 15px; color: var(--brand-muted); margin-bottom: 50px; max-width: 620px; margin-left: auto; margin-right: auto; }
        .ga-faq-item { border-bottom: 1px solid var(--brand-cream); }
        .ga-faq-question { display: flex; align-items: center; justify-content: space-between; padding: 20px 0; cursor: pointer; gap: 20px; }
        .ga-faq-question h4 { font-size: 16px; font-weight: 600; color: var(--brand-dark); margin: 0; line-height: 1.4; }
        .ga-faq-toggle { flex-shrink: 0; width: 28px; height: 28px; border-radius: 50%; background: var(--brand-cream); display: flex; align-items: center; justify-content: center; font-size: 14px; color: var(--brand-dark); transition: all 0.2s; }
        .ga-faq-item.open .ga-faq-toggle { background: var(--brand-dark); color: var(--brand-white); transform: rotate(45deg); }
        .ga-faq-answer { display: none; padding: 0 0 20px; font-size: 14px; color: var(--brand-muted); line-height: 1.75; max-width: 800px; }
        .ga-faq-item.open .ga-faq-answer { display: block; }
        .ga-still-questions { text-align: center; margin-top: 50px; padding-top: 50px; }
        .ga-still-questions h3 { font-size: 22px; font-weight: 700; color: var(--brand-dark); margin: 0 0 8px; }
        .ga-still-questions p { font-size: 14px; color: var(--brand-muted); margin-bottom: 20px; }

     
        /* RESPONSIVE */
        @media (max-width: 991px) {
            .ga-movement-inner { grid-template-columns: 1fr; }
            .ga-practice-content { flex-direction: column; }
            .ga-council-grid { grid-template-columns: repeat(2, 1fr); }
        }
        @media (max-width: 767px) {

          .thanksWrapper {
    padding: 100px 0;
}

            .ga-council-grid { grid-template-columns: repeat(2, 1fr); }
            .ga-foundation-step { flex-direction: column; gap: 10px; }
            .ga-practice-tab{padding: 12px 12px;}
        }


        /* ---- Events-Convenings PAGE ---- */

        .events-convenings .ga-hero-bg{
          background-image: url('https://vepimg.b8cdn.com/uploads/vjfnew//content/files/1780335797events-banner-jpg1780335797.jpg');
        }

        
        /* UPCOMING CONVENINGS */
        .ga-upcoming { padding: 80px 0; background: var(--brand-white); }
        .ga-upcoming-header { display: flex; align-items: flex-end; justify-content: space-between; margin-bottom: 40px; }
        .ga-upcoming-header-left .section-eyebrow { margin-bottom: 6px; }
        .ga-upcoming-header-left h2 { font-size: 48px; font-weight: 800; color: var(--brand-dark); letter-spacing: -1px; line-height: 1.05; margin: 0 0 8px; }
        .ga-upcoming-header-left p { font-size: 14px; color: var(--brand-muted); margin: 0; }
        .btn-view-all { font-family: var(--font); font-size: 14px; font-weight: 600; color: var(--brand-dark); border: 2px solid var(--brand-cream); border-radius: 6px; padding: 10px 22px; background: none; cursor: pointer; transition: all 0.2s; display: inline-block; white-space: nowrap; }
        .btn-view-all:hover { border-color: var(--brand-dark); text-decoration: none; color: var(--brand-dark); }

        /* EVENT CARDS SLIDER */
        .ga-events-slider-wrap { position: relative; overflow: hidden; }
        .ga-events-slider { display: flex; gap: 24px; overflow-x: auto; scroll-snap-type: x mandatory; -webkit-overflow-scrolling: touch; scrollbar-width: none; padding-bottom: 4px; }
        .ga-events-slider::-webkit-scrollbar { display: none; }
        .ga-event-card { flex: 0 0 calc(33.333% - 16px); scroll-snap-align: start; background: var(--brand-white); border: 1px solid var(--brand-cream); border-radius: 10px; overflow: hidden; transition: box-shadow 0.25s; }
        .ga-event-card:hover { box-shadow: 0 10px 28px rgba(0,0,0,0.08); }
        .ga-event-card-img { position: relative; height: 200px; overflow: hidden; background: var(--brand-cream); }
        .ga-event-card-img img { width: 100%; height: 100%; object-fit: cover; }
        .ga-event-tag { position: absolute; top: 14px; right: 14px; font-size: 11px; font-weight: 700; text-transform: uppercase; letter-spacing: 1px; background: var(--brand-dark); color: var(--brand-white); padding: 4px 12px; border-radius: 100px; }
        .ga-event-tag.strategy { background: var(--brand-coral); }
        .ga-event-tag.fellowship { background: var(--brand-olive); }
        .ga-event-tag.network { background: var(--brand-dark); }
        .ga-event-card-body { padding: 20px; }
        .ga-event-meta { display: flex; align-items: center; gap: 14px; margin-bottom: 12px; }
        .ga-event-meta-item { display: flex; align-items: center; gap: 5px; font-size: 12px; color: var(--brand-muted); }
        .ga-event-meta-item i { font-size: 11px; }
        .ga-event-card-body h3 { font-size: 18px; font-weight: 700; color: var(--brand-dark); margin: 0 0 10px; line-height: 1.3; }
        .ga-event-card-body p { font-size: 13px; color: var(--brand-muted); margin: 0 0 18px; line-height: 1.55; }
        .ga-event-view-link { font-size: 13px; font-weight: 600; color: var(--brand-dark); display: inline-flex; align-items: center; gap: 5px; }
        .ga-event-view-link:hover { color: var(--brand-coral); }

        /* Slider controls */
        .ga-slider-controls { display: flex; align-items: center; justify-content: space-between; margin-top: 28px; }
        .ga-slider-dots { display: flex; gap: 8px; align-items: center; }
        .ga-slider-dot { width: 8px; height: 8px; border-radius: 50%; background: var(--brand-cream); cursor: pointer; transition: all 0.2s; border: none; padding: 0; }
        .ga-slider-dot.active { background: var(--brand-dark); width: 20px; border-radius: 4px; }
        .ga-slider-arrows { display: flex; gap: 8px; }
        .ga-slider-btn { width: 40px; height: 40px; border-radius: 50%; border: 1px solid var(--brand-cream); background: var(--brand-white); cursor: pointer; display: flex; align-items: center; justify-content: center; font-size: 14px; color: var(--brand-dark); transition: all 0.2s; }
        .ga-slider-btn:hover { background: var(--brand-dark); color: var(--brand-white); border-color: var(--brand-dark); }

        /* PAST CONVENING */
        .ga-past { padding: 80px 0; background: var(--brand-light-bg); }
        .ga-past-header { text-align: center; margin-bottom: 40px; }
        .ga-past-header .section-eyebrow { margin-bottom: 10px; }
        .ga-past-header h2 { font-size: 42px; font-weight: 800; color: var(--brand-dark); letter-spacing: -0.5px; line-height: 1.1; margin: 0 0 12px; }
        .ga-past-header p { font-size: 15px; color: var(--brand-muted); margin: 0 0 16px; }
        .ga-past-meta { display: flex; align-items: center; justify-content: center; gap: 20px; }
        .ga-past-meta-item { display: flex; align-items: center; gap: 6px; font-size: 13px; color: var(--brand-muted); }
        .ga-past-meta-item i { color: var(--brand-dark); }
        .ga-past-image { width: 100%; border-radius: 12px; overflow: hidden; height: 480px; position: relative; background: var(--brand-cream); display: flex; align-items: center; justify-content: center; }
        .ga-past-image img { width: 100%; height: 100%; object-fit: cover; }

          /* RESPONSIVE */
        @media (max-width: 991px) {
            .ga-event-card { flex: 0 0 calc(50% - 12px); }
            .ga-upcoming-header { flex-direction: column; align-items: flex-start; gap: 16px; }
        }
        @media (max-width: 767px) {
            .ga-event-card { flex: 0 0 calc(85%); }
            .ga-upcoming-header-left h2 { font-size: 34px; }
            .ga-past-header h2 { font-size: 28px; }
            .ga-past-image { height: 260px; }
        
        }

        /* ---- Join-Movement PAGE ---- */

          .join-movement .ga-hero-bg{
          background-image: url('https://vepimg.b8cdn.com/uploads/vjfnew//content/files/1780337410movement-banner-jpg1780337410.jpg');
        }

         /* ---- PATHWAYS ---- */
        .ga-pathways-section { padding: 80px 0; text-align: center; background: var(--brand-white); }
        .section-eyebrow { font-size: 12px; font-weight: 700; text-transform: uppercase; letter-spacing: 2.5px; color: #b80f2a; margin-bottom: 10px; }
        .section-title { font-family: var(--font); font-size: 38px; font-weight: 800; color: var(--brand-dark); line-height: 1.1; letter-spacing: -0.5px; margin: 0 0 10px; }
        .section-subtitle { font-size: 15px; color: #333; margin-bottom: 0; }
        .ga-4-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 24px; margin-top: 50px; text-align: left; }
        .ga-pathway-tile { background: var(--brand-light-bg); border-radius: 10px; padding: 32px 24px; transition: box-shadow 0.25s; }
        .ga-pathway-tile:hover { box-shadow: 0 10px 28px rgba(0,0,0,0.08); }
        .ga-pathway-icon { width: 44px; height: 44px; border-radius: 50%; background: var(--brand-cream); display: flex; align-items: center; justify-content: center; margin-bottom: 18px; color: var(--brand-dark); font-size: 18px; }
        .ga-pathway-tile h4 { font-size: 16px; font-weight: 700; color: var(--brand-dark); margin: 0 0 10px; }
        .ga-pathway-tile p { font-size: 13px; color: var(--brand-muted); margin: 0; line-height: 1.6; }

        /* ---- CONVENING FEATURE ---- */
        .ga-feature-section { padding: 0; }
        .ga-feature-block { display: flex; min-height: 380px; }
        .ga-feature-block.reverse { flex-direction: row-reverse; }
        .ga-feature-img { flex: 0 0 42%; background: #ccc; overflow: hidden; position: relative; }
        .ga-feature-img img { width: 100%; height: 100%; object-fit: cover; }
        .ga-feature-body { flex: 1; display: flex; align-items: center; }
        .ga-feature-body-inner { padding: 60px 70px; }
        .ga-feature-block:nth-child(1) { background: var(--brand-sand); }
        .ga-feature-block:nth-child(2) { background: var(--brand-light-bg); }
        .ga-feature-body-inner .section-eyebrow { margin-bottom: 14px; }
        .ga-feature-body-inner h2 { font-size: 36px; font-weight: 800; color: var(--brand-dark); line-height: 1.15; letter-spacing: -0.5px; margin: 0 0 18px; }
        .ga-feature-body-inner p { font-size: 15px; color: var(--brand-muted); line-height: 1.75; margin: 0 0 28px; max-width: 460px; }
        .btn-apply { display: inline-flex; align-items: center; gap: 8px; font-family: var(--font); font-size: 14px; font-weight: 600; color: var(--brand-dark); border: 2px solid var(--brand-dark); border-radius: 6px; padding: 10px 22px; transition: all 0.2s; }
        .btn-apply:hover { background: var(--brand-dark); color: var(--brand-white); }

        /* ---- WORK WITH US ---- */
        .ga-work-section { background: var(--brand-grey); padding: 80px 0; }
        .ga-work-inner { display: flex; gap: 80px; align-items: flex-start; }
        .ga-work-left { flex: 0 0 320px; }
        .ga-work-left .section-eyebrow { margin-bottom: 10px; }
        .ga-work-left h2 { font-size: 48px; font-weight: 800; color: var(--brand-dark); line-height: 1.05; letter-spacing: -1px; margin: 0 0 16px; }
        .ga-work-left p { font-size: 14px; color: var(--brand-muted); line-height: 1.7; }
        .ga-work-right { flex: 1; }
        .ga-jobs-header { display: flex; align-items: center; justify-content: space-between; margin-bottom: 0; padding-bottom: 16px; border-bottom: 1px solid rgba(0,0,0,0.1); }
        .ga-jobs-header h3 { font-size: 18px; font-weight: 700; margin: 0; }
        .ga-jobs-header button { background: none; border: none; cursor: pointer; font-size: 18px; color: var(--brand-dark); }
        .ga-job-item { padding: 24px 0; border-bottom: 1px solid rgba(0,0,0,0.08); }
        .ga-job-item-header { display: flex; align-items: flex-start; justify-content: space-between; gap: 20px; margin-bottom: 10px; }
        .ga-job-item-title h4 { font-size: 16px; font-weight: 700; color: var(--brand-dark); margin: 0 0 4px; }
        .ga-job-item-title .location { font-size: 12px; color: var(--brand-muted); font-weight: 500; text-transform: uppercase; letter-spacing: 1px; }
        .ga-job-cta { flex-shrink: 0; font-size: 13px; font-weight: 700; color: var(--brand-coral); background: none; border: none; cursor: pointer; font-family: var(--font); white-space: nowrap; padding: 0; }
        .ga-job-item p { font-size: 13px; color: var(--brand-muted); line-height: 1.65; margin: 0; }

        /* ---- AMPLIFY FORM ---- */
        .ga-amplify-section { background: var(--brand-pale-blue); padding: 80px 0; }
        .ga-amplify-inner { display: flex; gap: 80px; align-items: flex-start; }
        .ga-amplify-left { flex: 0 0 340px; }
        .ga-amplify-left .section-eyebrow { margin-bottom: 14px; }
        .ga-amplify-left h2 { font-size: 40px; font-weight: 800; color: var(--brand-dark); line-height: 1.1; letter-spacing: -0.5px; margin: 0 0 24px; }
        .ga-amplify-left .contact-info { list-style: none; margin: 0; padding: 0; }
        .ga-amplify-left .contact-info li { display: flex; align-items: flex-start; gap: 10px; font-size: 14px; color: var(--brand-dark); margin-bottom: 10px; }
        .ga-amplify-section a {
            color: var(--brand-dark);
        }
        .ga-amplify-left .contact-info li i { margin-top: 2px; color: var(--brand-dark); width: 16px; flex-shrink: 0; }
        .ga-amplify-right { flex: 1; }
        .ga-form-group { margin-bottom: 16px; }
        .ga-form-group input, .ga-form-group select { width: 100%; font-family: var(--font); font-size: 14px; color: var(--brand-dark); background: var(--brand-white); border: 1px solid rgba(0,0,0,0.15); border-radius: 6px; padding: 12px 16px; outline: none; transition: border 0.2s; }
        .ga-form-group input::placeholder { color: rgba(0,0,0,0.35); }
        .ga-form-group input:focus, .ga-form-group select:focus { border-color: var(--brand-dark); }
        .ga-form-group select { appearance: none; -webkit-appearance: none; background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='7'%3E%3Cpath d='M1 1l5 5 5-5' stroke='%236b6b5a' fill='none' stroke-width='1.5'/%3E%3C/svg%3E"); background-repeat: no-repeat; background-position: right 14px center; padding-right: 36px; color: rgba(0,0,0,0.35); }
        .ga-form-checkbox { display: flex; align-items: center; gap: 10px; font-size: 13px; color: var(--brand-muted); margin-bottom: 24px; }
        .ga-form-checkbox input { width: auto; flex-shrink: 0; }
        .btn-back { font-family: var(--font); font-size: 14px; font-weight: 600; background: var(--brand-coral); color: var(--brand-white); border: none; border-radius: 6px; padding: 12px 32px; cursor: pointer; transition: opacity 0.2s; }
        .btn-back:hover { opacity: 0.8; }

        .reg-form-data .col-12 input[type=submit] {
            border: 2px solid var(--brand-coral);
            border-radius: 6px !important;
            background: var(--brand-coral);
            color: var(--brand-white);
            margin-top: 20px;
        }
        .reg-form-data .col-12 input[type=submit]:hover {
            opacity: 0.8;
        }            

        form#form_180424 {
            background: transparent;
            box-shadow: none;
            border: none;
        }

        .reg-form-data .form-control {
            border-radius: 0;
            background: #0C08000D;
            border: 0;
            outline: none;
            box-shadow: none;
        }

         .reg-form-data    .control-label {
            color: #000 !important;
            font-size: 14px !important;
            font-weight: normal !important;
        }

      .reg-form-data .col-12.order-change div label {
            color: #000;
        }
        .reg-form-data a{
            text-decoration: underline;
        }

            /* RESPONSIVE */
        @media (max-width: 991px) {
            .ga-4-grid { grid-template-columns: repeat(2, 1fr); }
            .ga-feature-block { flex-direction: column !important; }
            .ga-feature-img { flex: none; height: 260px; width: 100%; }
            .ga-feature-body-inner { padding: 40px 32px; }
            .ga-work-inner, .ga-amplify-inner { flex-direction: column; gap: 40px; }
            .ga-work-left, .ga-amplify-left { flex: none; width: 100%; }
        }
        @media (max-width: 767px) {
            form#form_180424 {
                padding: 0;
            }
            .reg-form-data .col-12{ padding: 0;}
            .ga-4-grid { grid-template-columns: 1fr; }
            .ga-feature-body-inner h2 { font-size: 26px; }
            .ga-work-left h2 { font-size: 34px; }
            .ga-amplify-left h2 { font-size: 30px; }
        }




        /* ---- FOOTER ---- */
        .ga-footer {
            background: var(--brand-white);
            padding: 60px 0 30px;
            color: var(--brand-text);
            display: none;
        }

        .ga-footer-inner {
            display: grid;
            grid-template-columns: 2fr 1fr 1fr 1fr;
            gap: 40px;
            margin-bottom: 50px;
        }

        .ga-footer-brand .ga-nav-logo {
            color: var(--brand-dark) !important;
            margin-bottom: 16px;
            display: inline-flex;
        }

        .ga-footer-brand p {
            font-size: 14px;
            color: var(--brand-dark);
            margin-bottom: 24px;
            line-height: 1.65;
        }

        .ga-footer-newsletter label {
            font-size: 13px;
            font-weight: 600;
            color: var(--brand-text);
            text-transform: uppercase;
            letter-spacing: 1px;
            display: block;
            margin-bottom: 10px;
        }

        .ga-footer-newsletter .input-group {
            display: flex;
            border: 1px solid var(--brand-muted);
            border-radius: 6px;
            overflow: hidden;
        }

        .ga-footer-newsletter input {
            flex: 1;
            background: transparent;
            border: none;
            padding: 10px 14px;
            font-family: var(--font);
            font-size: 14px;
            color: var(--brand-muted);
            outline: none;
        }

        .ga-footer-newsletter input::placeholder { color: var(--brand-muted); }

        .ga-footer-newsletter button {
            background: var(--brand-coral);
            border: none;
            color: var(--brand-white);
            font-family: var(--font);
            font-size: 13px;
            font-weight: 600;
            padding: 10px 18px;
            cursor: pointer;
            transition: background 0.2s;
        }

        .ga-footer-newsletter button:hover { background: var(--brand-coral-light); }

        .ga-footer-newsletter small {
            display: block;
            margin-top: 8px;
            font-size: 11px;
            color: var(--brand-dark);
        }

        .ga-footer-col h5,.ga-footer-col h2 {
            font-size: 12px;
            font-weight: 700;
            text-transform: uppercase;
            letter-spacing: 2px;
            color: var(--brand-muted);
            margin: 0 0 16px;
        }

        .ga-footer-col ul {
            list-style: none;
            margin: 0;
            padding: 0;
        }

        .ga-footer-col ul li { margin-bottom: 10px; }

        .ga-footer-col ul li a {
            font-size: 14px;
            color: var(--brand-dark);
            transition: color 0.2s;
        }

        .ga-footer-col ul li a:hover { color: var(--brand-coral); text-decoration: none; }

        .ga-footer-social {
            display: flex;
            flex-wrap: wrap;
            gap: 10px;
            margin-top: 4px;
        }

        .ga-footer-social a {
            font-size: 13px;
            color: var(--brand-dark);
            transition: color 0.2s;
        }

        .ga-footer-social a:hover { color: var(--brand-coral); text-decoration: none; }

        .ga-footer-bottom {
            border-top: 1px solid var(--brand-muted);
            padding-top: 24px;
            display: flex;
            align-items: center;
            justify-content: space-between;
            flex-wrap: wrap;
            gap: 12px;
        }

        .ga-footer-bottom p {
            font-size: 13px;
            color: var(--brand-dark);
            margin: 0;
        }

        .ga-footer-bottom-links {
            display: flex;
            gap: 20px;
        }

        .ga-footer-bottom-links a {
            font-size: 13px;
            color: var(--brand-dark);
            transition: color 0.2s;
        }

        .ga-footer-bottom-links a:hover { color: var(--brand-coral); text-decoration: none; }

        /* =============================================
           RESPONSIVE
        ============================================= */

        @media (min-width: 1400px) {
            .container {
                max-width: 1312px;
                width: 100%;
            }
        }

        @media (max-width: 991px) {
            .ga-story-grid {
                flex-wrap: wrap;
            }

            .ga-story-card {
                flex: 0 0 calc(50% - 12px);
            }

            .ga-why-inner { gap: 40px; }

            .ga-pathways-grid {
                flex-wrap: wrap;
            }

            .ga-pathway-card {
                flex: 0 0 calc(50% - 10px);
            }

            .ga-footer-inner {
                grid-template-columns: 1fr 1fr;
            }

            .ga-cta-inner { flex-direction: column; }
            .ga-cta-text { flex: none; }
        }

        @media (max-width: 768px) {
            .ga-nav-links { display: none; }
            .ga-nav-actions { display: none; }
            .ga-hamburger { display: flex; }

            .ga-hero-content h1 { font-size: 32px; }
            .ga-hero { min-height: 380px; }

            .ga-story-grid { flex-direction: column; }
            .ga-story-card { flex: none; width: 100%; }

            .ga-why-inner { flex-direction: column; gap: 24px; }
            .ga-why-left { flex: none; width: 100%; }
            .ga-why-right { padding-top: 0; }
            .ga-why-left h2 { font-size: 28px; }

            .ga-pathways-grid { flex-direction: column; }
            .ga-pathway-card { flex: none; width: 100%; }

            .ga-cta-images { height: 220px; }
            .ga-cta-text h2 { font-size: 28px; }

            .ga-footer-inner {
                grid-template-columns: 1fr;
                gap: 32px;
            }

            .section-title { font-size: 28px; }

            .ga-footer-bottom {
                flex-direction: column;
                align-items: flex-start;
            }
        }