.elementor-737 .elementor-element.elementor-element-1e6190c{--display:flex;}.elementor-widget-text-editor{font-family:var( --e-global-typography-text-font-family ), Sans-serif;font-weight:var( --e-global-typography-text-font-weight );color:var( --e-global-color-text );}.elementor-widget-text-editor.elementor-drop-cap-view-stacked .elementor-drop-cap{background-color:var( --e-global-color-primary );}.elementor-widget-text-editor.elementor-drop-cap-view-framed .elementor-drop-cap, .elementor-widget-text-editor.elementor-drop-cap-view-default .elementor-drop-cap{color:var( --e-global-color-primary );border-color:var( --e-global-color-primary );}.elementor-737 .elementor-element.elementor-element-58ca7e7{width:100%;max-width:100%;}:root{--page-title-display:none;}@media(min-width:768px){.elementor-737 .elementor-element.elementor-element-1e6190c{--content-width:100%;}}/* Start custom CSS for text-editor, class: .elementor-element-58ca7e7 */:root {
    --green: #1A7A4A;
    --green-light: #2DA05F;
    --green-dark: #0F4D2E;
    --gold: #F5A623;
    --teal: #0D7377;
    --white: #FFFFFF;
    --off: #F7FAF8;
    --light: #EEF6F1;
    --text-dark: #0F1F17;
    --text-mid: #3D5248;
    --border: #D4E8DC;
  }
  * { margin: 0; padding: 0; box-sizing: border-box; }
  body { font-family: 'DM Sans', sans-serif; background: #FFFFFF; color: var(--text-dark); line-height: 1.6; }
 
  /* HERO */
  .big-hero {
    background: linear-gradient(135deg, #0a2e1a 0%, #0f4d2e 55%, #163d26 100%);
    position: relative; overflow: hidden;
    padding: 80px 20px 90px; text-align: center;
  }
  .big-hero::before {
    content: ''; position: absolute; top: -100px; right: -100px;
    width: 420px; height: 420px;
    background: radial-gradient(circle, rgba(45,160,95,0.2) 0%, transparent 70%);
    border-radius: 50%;
  }
  .big-hero::after {
    content: ''; position: absolute; bottom: -60px; left: -80px;
    width: 300px; height: 300px;
    background: radial-gradient(circle, rgba(245,166,35,0.12) 0%, transparent 70%);
    border-radius: 50%;
  }
  .big-birac-tag {
    display: inline-block;
    background: rgba(255,255,255,0.1); border: 1px solid rgba(255,255,255,0.25);
    color: rgba(255,255,255,0.85); font-size: 12px; font-weight: 600;
    letter-spacing: 2px; text-transform: uppercase;
    padding: 6px 18px; border-radius: 20px; margin-bottom: 20px;
  }
  .big-hero-badge {
    display: inline-block;
    background: rgba(245,166,35,0.15); border: 1px solid rgba(245,166,35,0.4);
    color: var(--gold); font-size: 11px; font-weight: 700;
    letter-spacing: 2px; text-transform: uppercase;
    padding: 5px 16px; border-radius: 20px; margin-bottom: 24px; margin-left: 8px;
  }
  .big-hero h1 {
    font-family: 'Playfair Display', serif;
    font-size: clamp(30px, 5vw, 56px); font-weight: 900;
    color: #fff; line-height: 1.12; margin-bottom: 10px;
  }
  .big-hero h1 span { color: #5FD98A; }
  .big-hero .big-hero-sub {
    font-size: 17px; color: rgba(255,255,255,0.65);
    max-width: 560px; margin: 0 auto 40px; font-weight: 300;
  }
  .big-stats { display: flex; justify-content: center; gap: 44px; flex-wrap: wrap; position: relative; z-index: 1; }
  .big-stat strong { display: block; font-family: 'Playfair Display', serif; font-size: 28px; color: var(--gold); }
  .big-stat span { font-size: 12px; color: rgba(255,255,255,0.5); }
 
  /* SHARED */
  .big-wrap { max-width: 1080px; margin: 0 auto; padding: 0 20px; }
  .big-section { padding: 65px 20px; }
  .big-label { font-size: 11px; font-weight: 700; letter-spacing: 3px; text-transform: uppercase; color: var(--green); margin-bottom: 10px; }
  .big-label-gold { color: var(--gold); }
  .big-title { font-family: 'Playfair Display', serif; font-size: clamp(24px, 3.5vw, 38px); font-weight: 700; color: var(--text-dark); margin-bottom: 12px; line-height: 1.2; }
  .big-title-white { color: #fff; }
  .big-sub { font-size: 15.5px; color: var(--text-mid); max-width: 620px; }
  .big-sub-white { color: rgba(255,255,255,0.62); }
  .big-bar { width: 50px; height: 4px; background: linear-gradient(to right, var(--green), var(--gold)); border-radius: 2px; margin: 16px 0 38px; }
  .big-bar-gold { background: linear-gradient(to right, var(--gold), var(--green-light)); }
 
  /* OVERVIEW */
  .big-overview-bg { background: var(--off); }
  .big-overview-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 56px; align-items: center; }
  @media(max-width:720px){ .big-overview-grid { grid-template-columns: 1fr; } }
  .big-overview-box {
    background: linear-gradient(135deg, #0a2e1a, #1a5c35);
    border-radius: 20px; padding: 48px 36px; text-align: center;
  }
  .big-overview-box .big-dna { font-size: 70px; display: block; margin-bottom: 18px; }
  .big-overview-box h3 { font-family: 'Playfair Display', serif; color: #fff; font-size: 21px; margin-bottom: 12px; }
  .big-overview-box p { color: rgba(255,255,255,0.62); font-size: 14px; line-height: 1.75; }
  .big-overview-box .big-pill {
    display: inline-block; background: var(--green-light); color: #fff;
    padding: 7px 20px; border-radius: 20px; font-size: 13px;
    font-weight: 600; margin-top: 20px;
  }
  .big-overview-text p { font-size: 15.5px; color: var(--text-mid); line-height: 1.78; margin-bottom: 16px; }
  .big-overview-text p strong { color: var(--text-dark); }
  .big-highlight-box {
    background: var(--light); border-left: 4px solid var(--green);
    border-radius: 0 12px 12px 0; padding: 16px 20px; margin-top: 20px;
    font-size: 15px; color: var(--text-dark);
  }
  .big-highlight-box strong { color: var(--green-dark); }
 
  /* FUNDING */
  .big-funding-bg { background: #fff; }
  .big-funding-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(220px, 1fr)); gap: 20px; }
  .big-fund-card {
    background: #fff; border: 1px solid var(--border);
    border-radius: 16px; padding: 28px 22px; text-align: center;
    position: relative; overflow: hidden;
    transition: transform .25s, box-shadow .25s;
  }
  .big-fund-card::before {
    content: ''; position: absolute; top: 0; left: 0; right: 0;
    height: 4px; background: linear-gradient(to right, var(--green), var(--gold));
  }
  .big-fund-card:hover { transform: translateY(-5px); box-shadow: 0 16px 40px rgba(26,122,74,0.12); }
  .big-fund-card .big-ficon { font-size: 32px; display: block; margin-bottom: 14px; }
  .big-fund-card h4 { font-family: 'Playfair Display', serif; font-size: 16px; color: var(--text-dark); margin-bottom: 8px; }
  .big-fund-card .big-famt { font-size: 22px; font-weight: 700; color: var(--green); font-family: 'Playfair Display', serif; margin-bottom: 6px; }
  .big-fund-card p { font-size: 13px; color: var(--text-mid); line-height: 1.6; }
 
  /* MILESTONES */
  .big-milestone-bg { background: linear-gradient(135deg, #0a2e1a, #0f4d2e); }
  .big-milestone-track { max-width: 860px; margin: 0 auto; position: relative; }
  .big-milestone-track::before {
    content: ''; position: absolute; left: 28px; top: 0; bottom: 0;
    width: 2px; background: rgba(95,217,138,0.25);
  }
  @media(max-width:600px){ .big-milestone-track::before { display: none; } }
  .big-milestone-item {
    display: flex; gap: 22px; align-items: flex-start;
    margin-bottom: 22px; position: relative;
  }
  .big-milestone-item:last-child { margin-bottom: 0; }
  .big-mnum {
    flex-shrink: 0; width: 58px; height: 58px;
    background: linear-gradient(135deg, var(--green), var(--gold));
    border-radius: 50%; display: flex; flex-direction: column;
    align-items: center; justify-content: center;
    font-weight: 700; color: #fff; position: relative; z-index: 1;
  }
  .big-mnum .big-mn-label { font-size: 9px; letter-spacing: 1px; opacity: 0.85; }
  .big-mnum .big-mn-num { font-size: 16px; font-family: 'Playfair Display', serif; line-height: 1; }
  .big-mcard {
    flex: 1; background: rgba(255,255,255,0.06); border: 1px solid rgba(255,255,255,0.1);
    border-radius: 14px; padding: 20px 24px;
    transition: background .2s;
  }
  .big-mcard:hover { background: rgba(95,217,138,0.08); }
  .big-mcard h4 { font-family: 'Playfair Display', serif; color: #fff; font-size: 17px; margin-bottom: 6px; }
  .big-mcard p { color: rgba(255,255,255,0.6); font-size: 14px; line-height: 1.6; }
  .big-mcard .big-mpct {
    display: inline-block; background: linear-gradient(135deg, var(--green), var(--gold));
    color: #fff; padding: 3px 12px; border-radius: 10px;
    font-size: 12px; font-weight: 700; margin-bottom: 8px;
  }
 
  /* SECTORS */
  .big-sectors-bg { background: var(--off); }
  .big-sector-cards { display: grid; grid-template-columns: repeat(auto-fit, minmax(240px, 1fr)); gap: 18px; }
  .big-sector-card {
    background: #fff; border-radius: 14px; padding: 26px 22px;
    border-left: 4px solid var(--green);
    box-shadow: 0 2px 16px rgba(0,0,0,0.05);
    transition: transform .2s, box-shadow .2s;
  }
  .big-sector-card:hover { transform: translateX(5px); box-shadow: 0 6px 24px rgba(26,122,74,0.1); }
  .big-sector-card .big-sicon { font-size: 30px; display: block; margin-bottom: 12px; }
  .big-sector-card h4 { font-family: 'Playfair Display', serif; font-size: 16px; color: var(--text-dark); margin-bottom: 8px; }
  .big-sector-card p { font-size: 13px; color: var(--text-mid); line-height: 1.6; }
  .big-sector-card .big-stag {
    display: inline-block; background: var(--light); color: var(--green-dark);
    padding: 3px 10px; border-radius: 8px; font-size: 11px; font-weight: 600;
    margin-bottom: 10px; letter-spacing: 0.5px;
  }
 
  /* TRL */
  .big-trl-bg { background: #fff; }
  .big-trl-row { display: flex; gap: 0; align-items: stretch; flex-wrap: wrap; border-radius: 16px; overflow: hidden; border: 1px solid var(--border); max-width: 860px; }
  .big-trl-step {
    flex: 1; min-width: 120px; padding: 24px 18px; text-align: center;
    border-right: 1px solid var(--border); transition: background .2s;
  }
  .big-trl-step:last-child { border-right: none; }
  .big-trl-step.big-trl-active { background: linear-gradient(135deg, var(--green), var(--green-light)); }
  .big-trl-step.big-trl-active h5 { color: #fff; }
  .big-trl-step.big-trl-active p { color: rgba(255,255,255,0.8); }
  .big-trl-step.big-trl-active .big-trl-num { background: rgba(255,255,255,0.2); color: #fff; }
  .big-trl-step.big-trl-dim { background: #fafafa; }
  .big-trl-step.big-trl-dim h5 { color: #aaa; }
  .big-trl-step.big-trl-dim p { color: #bbb; }
  .big-trl-step.big-trl-dim .big-trl-num { background: #eee; color: #aaa; }
  .big-trl-num {
    width: 36px; height: 36px; border-radius: 50%;
    background: var(--light); color: var(--green-dark);
    display: flex; align-items: center; justify-content: center;
    font-weight: 700; font-size: 14px; margin: 0 auto 10px;
    font-family: 'Playfair Display', serif;
  }
  .big-trl-step h5 { font-size: 13px; font-weight: 600; color: var(--text-dark); margin-bottom: 4px; }
  .big-trl-step p { font-size: 11px; color: var(--text-mid); line-height: 1.5; }
  .big-trl-legend { display: flex; gap: 20px; margin-top: 18px; flex-wrap: wrap; }
  .big-trl-legend span { font-size: 13px; color: var(--text-mid); display: flex; align-items: center; gap: 6px; }
  .big-trl-legend span::before { content: ''; width: 12px; height: 12px; border-radius: 3px; display: inline-block; }
  .big-trl-legend .leg-active::before { background: var(--green); }
  .big-trl-legend .leg-dim::before { background: #ddd; }
 
  /* ELIGIBILITY */
  .big-elig-bg { background: var(--off); }
  .big-elig-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 40px; align-items: start; }
  @media(max-width:700px){ .big-elig-grid { grid-template-columns: 1fr; } }
  .big-doc-list { list-style: none; }
  .big-doc-list li {
    display: flex; gap: 12px; align-items: flex-start;
    padding: 12px 0; border-bottom: 1px solid var(--border);
    font-size: 14.5px; color: var(--text-mid);
  }
  .big-doc-list li:last-child { border-bottom: none; }
  .big-doc-list li .big-doc-icon { font-size: 18px; flex-shrink: 0; margin-top: 2px; }
  .big-doc-list li span { line-height: 1.5; }
  .big-doc-list li .big-opt {
    display: inline-block; background: var(--light); color: var(--green-dark);
    font-size: 10px; font-weight: 700; padding: 1px 8px; border-radius: 6px;
    margin-left: 6px; vertical-align: middle;
  }
  .big-elig-box {
    background: linear-gradient(135deg, #0f4d2e, #1a7a4a);
    border-radius: 18px; padding: 36px 30px; color: #fff;
  }
  .big-elig-box h4 { font-family: 'Playfair Display', serif; font-size: 20px; margin-bottom: 18px; }
  .big-elig-box ul { list-style: none; }
  .big-elig-box ul li {
    display: flex; align-items: flex-start; gap: 10px;
    padding: 9px 0; border-bottom: 1px solid rgba(255,255,255,0.12);
    font-size: 14px; color: rgba(255,255,255,0.82); line-height: 1.55;
  }
  .big-elig-box ul li:last-child { border-bottom: none; }
  .big-elig-box ul li::before { content: '✓'; color: #5FD98A; font-weight: 700; flex-shrink: 0; margin-top: 1px; }
 
  /* INVESBRICK */
  .big-inv-bg {
    background: linear-gradient(135deg, var(--green-dark) 0%, #1a5c35 50%, #0f4d2e 100%);
    padding: 70px 20px; text-align: center;
  }
  .big-inv-bg h2 { font-family: 'Playfair Display', serif; color: #fff; font-size: clamp(26px, 4vw, 42px); font-weight: 900; margin-bottom: 10px; }
  .big-inv-bg > p { color: rgba(255,255,255,0.72); font-size: 15.5px; margin-bottom: 42px; max-width: 580px; margin-left: auto; margin-right: auto; }
  .big-services { display: grid; grid-template-columns: repeat(auto-fit, minmax(200px, 1fr)); gap: 16px; max-width: 1080px; margin: 0 auto 44px; }
  .big-service {
    background: rgba(255,255,255,0.08); border: 1px solid rgba(255,255,255,0.15);
    border-radius: 14px; padding: 26px 18px; text-align: center;
    transition: background .2s, transform .2s;
  }
  .big-service:hover { background: rgba(255,255,255,0.14); transform: translateY(-4px); }
  .big-service .big-sv-icon { font-size: 32px; display: block; margin-bottom: 12px; }
  .big-service h5 { color: #fff; font-size: 14px; font-weight: 600; letter-spacing: 0.5px; }
  .big-inv-tagline { font-family: 'Playfair Display', serif; color: rgba(255,255,255,0.9); font-size: 17px; font-style: italic; }
 
  /* CONTACT */
  .big-contact-bg { background: #0a1f10; padding: 56px 20px; }
  .big-contact-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(200px, 1fr)); gap: 20px; max-width: 1080px; margin: 0 auto; }
  .big-contact-item { text-align: center; padding: 24px 16px; }
  .big-contact-item .big-cicon { font-size: 30px; display: block; margin-bottom: 10px; }
  .big-contact-item h5 { color: var(--gold); font-size: 11px; font-weight: 700; letter-spacing: 2px; text-transform: uppercase; margin-bottom: 8px; }
  .big-contact-item p { color: rgba(255,255,255,0.68); font-size: 14px; line-height: 1.6; }
  .big-contact-item a { color: #5FD98A; text-decoration: none; }
  .big-contact-item a:hover { text-decoration: underline; }
 
  /* FOOTER */
  .big-footer { background: #050f08; padding: 22px 20px; text-align: center; color: rgba(255,255,255,0.35); font-size: 13px; }
  .big-footer span { color: var(--green-light); }/* End custom CSS */