{"id":11,"date":"2026-03-04T19:04:53","date_gmt":"2026-03-04T19:04:53","guid":{"rendered":"https:\/\/juliuscarbon.com\/?page_id=11"},"modified":"2026-03-17T01:31:50","modified_gmt":"2026-03-17T01:31:50","slug":"home","status":"publish","type":"page","link":"https:\/\/juliuscarbon.com\/","title":{"rendered":"home"},"content":{"rendered":"\t\t<div data-elementor-type=\"wp-page\" data-elementor-id=\"11\" class=\"elementor elementor-11\" data-elementor-post-type=\"page\">\n\t\t\t\t<div class=\"elementor-element elementor-element-e7def04 e-flex e-con-boxed e-con e-parent\" data-id=\"e7def04\" data-element_type=\"container\">\n\t\t\t\t\t<div class=\"e-con-inner\">\n\t\t\t\t<div class=\"elementor-element elementor-element-4c222f3 elementor-widget elementor-widget-html\" data-id=\"4c222f3\" data-element_type=\"widget\" data-widget_type=\"html.default\">\n\t\t\t\t\t<!-- ============================================================\n     JULIUS CARBON \u2014 MAIN CSS\n     Paste this in an Elementor HTML block at the TOP of the page\n     ============================================================ -->\n<link rel=\"preconnect\" href=\"https:\/\/fonts.googleapis.com\">\n<link href=\"https:\/\/fonts.googleapis.com\/css2?family=Cormorant+Garamond:wght@300;400;600;700&family=DM+Sans:wght@300;400;500&display=swap\" rel=\"stylesheet\">\n\n<style>\n  :root {\n    --green: #59D195;\n    --dark:  #25262A;\n    --white: #ffffff;\n    --green-dim: rgba(89,209,149,0.12);\n    --green-mid: rgba(89,209,149,0.3);\n  }\n\n  *, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }\n  html { scroll-behavior: smooth; }\n\n  body {\n    background: var(--dark);\n    color: var(--white);\n    font-family: 'DM Sans', sans-serif;\n    font-weight: 300;\n    line-height: 1.7;\n    overflow-x: hidden;\n  }\n\n  \/* \u2500\u2500 Heartbeat \u2500\u2500 *\/\n  @keyframes heartbeat {\n    0%,100% { transform: scale(1); }\n    14%      { transform: scale(1.06); }\n    28%      { transform: scale(1); }\n    42%      { transform: scale(1.04); }\n    56%      { transform: scale(1); }\n  }\n\n  \/* \u2500\u2500 Fade In \u2500\u2500 *\/\n  @keyframes fadeUp {\n    from { opacity:0; transform:translateY(28px); }\n    to   { opacity:1; transform:translateY(0); }\n  }\n  @keyframes fadeIn {\n    from { opacity:0; }\n    to   { opacity:1; }\n  }\n\n  \/* \u2500\u2500 Shared Section Styles \u2500\u2500 *\/\n  .jc-section { padding: 90px 6vw; }\n\n  .jc-inner {\n    max-width: 1100px;\n    margin: 0 auto;\n  }\n\n  .jc-label {\n    font-size: 0.72rem;\n    letter-spacing: 0.28em;\n    text-transform: uppercase;\n    color: var(--green);\n    margin-bottom: 14px;\n  }\n\n  .jc-title {\n    font-family: 'Cormorant Garamond', serif;\n    font-size: clamp(2rem, 4vw, 3.2rem);\n    font-weight: 600;\n    line-height: 1.15;\n    margin-bottom: 48px;\n    color: var(--white);\n  }\n\n  \/* \u2500\u2500 NAV \u2500\u2500 *\/\n  .jc-nav {\n    position: fixed;\n    top:0; left:0; right:0;\n    z-index: 100;\n    display: flex;\n    align-items: center;\n    justify-content: space-between;\n    padding: 22px 6vw;\n    background: rgba(37,38,42,0.88);\n    backdrop-filter: blur(14px);\n    border-bottom: 1px solid rgba(89,209,149,0.1);\n  }\n  .jc-nav-logo img {\n    height: 46px;\n    display: block;\n    animation: heartbeat 3.2s ease-in-out infinite;\n  }\n  .jc-nav-links { display:flex; gap:32px; list-style:none; }\n  .jc-nav-links a {\n    color: rgba(255,255,255,0.65);\n    text-decoration: none;\n    font-size: 0.82rem;\n    letter-spacing: 0.12em;\n    text-transform: uppercase;\n    transition: color 0.25s;\n  }\n  .jc-nav-links a:hover { color: var(--green); }\n\n  \/* \u2500\u2500 HERO \u2500\u2500 *\/\n  .jc-hero {\n    min-height: 100vh;\n    display: flex;\n    align-items: center;\n    padding: 120px 6vw 80px;\n    position: relative;\n    overflow: hidden;\n    background: var(--dark);\n  }\n  .jc-hero-bg { position:absolute; border-radius:50%; pointer-events:none; background:radial-gradient(circle,rgba(89,209,149,0.15) 0%,transparent 70%); }\n  .jc-hero-bg.c1 { width:700px; height:700px; top:-200px; right:-150px; }\n  .jc-hero-bg.c2 { width:400px; height:400px; bottom:-100px; left:-100px; }\n  .jc-hero-inner {\n    display:flex; align-items:center; gap:80px;\n    max-width:1100px; margin:0 auto; width:100%;\n    animation: fadeUp 0.9s ease both;\n  }\n  .jc-hero-text { flex:1; }\n  .jc-hero-eyebrow {\n    font-size:0.75rem; letter-spacing:0.25em; text-transform:uppercase;\n    color:var(--green); margin-bottom:18px;\n  }\n  .jc-hero-title {\n    font-family:'Cormorant Garamond',serif;\n    font-size:clamp(3rem,6vw,5.4rem);\n    font-weight:600; line-height:1.08;\n    color:var(--white); margin-bottom:24px;\n  }\n  .jc-hero-title span { color:var(--green); }\n  .jc-hero-sub {\n    font-size:1rem; color:rgba(255,255,255,0.6);\n    max-width:480px; margin-bottom:40px; line-height:1.8;\n  }\n  .jc-hero-cta {\n    display:inline-flex; align-items:center; gap:10px;\n    background:var(--green); color:var(--dark);\n    text-decoration:none; font-size:0.85rem; font-weight:500;\n    letter-spacing:0.06em; padding:14px 30px; border-radius:2px;\n    transition:background 0.25s,transform 0.2s;\n    animation: heartbeat 3.5s ease-in-out infinite;\n  }\n  .jc-hero-cta:hover { background:#7df7b8; transform:translateY(-2px); }\n  .jc-photo-wrap {\n    flex-shrink:0; width:280px; height:280px; border-radius:50%;\n    border:3px solid var(--green); overflow:hidden;\n    box-shadow:0 0 60px rgba(89,209,149,0.25);\n    animation:fadeIn 1.2s ease both 0.3s;\n  }\n  .jc-photo-wrap img { width:100%; height:100%; object-fit:cover; display:block; }\n\n  \/* \u2500\u2500 SERVICES \u2500\u2500 *\/\n  .jc-services { background:rgba(255,255,255,0.015); }\n  .jc-services-grid {\n    display:grid;\n    grid-template-columns:repeat(auto-fit,minmax(240px,1fr));\n    gap:24px;\n  }\n  .jc-service-card {\n    background:var(--green-dim);\n    border:1px solid rgba(89,209,149,0.15);\n    border-radius:4px; padding:36px 30px;\n    transition:border-color 0.3s,background 0.3s;\n  }\n  .jc-service-card:hover { border-color:var(--green); background:rgba(89,209,149,0.18); }\n  .jc-service-icon {\n    width:44px; height:44px; margin-bottom:22px;\n    color:var(--green);\n    animation:heartbeat 3.8s ease-in-out infinite;\n  }\n  .jc-service-card h3 {\n    font-family:'Cormorant Garamond',serif;\n    font-size:1.35rem; font-weight:600;\n    margin-bottom:12px; color:var(--white);\n  }\n  .jc-service-card p { font-size:0.88rem; color:rgba(255,255,255,0.55); line-height:1.75; }\n\n  \/* \u2500\u2500 IMPACT \u2500\u2500 *\/\n  .jc-impact { background:var(--dark); }\n  .jc-impact-grid {\n    display:grid;\n    grid-template-columns:repeat(auto-fit,minmax(240px,1fr));\n    gap:28px;\n  }\n  .jc-impact-card {\n    border-left:2px solid var(--green);\n    padding:28px 30px;\n    background:var(--green-dim);\n    border-radius:0 4px 4px 0;\n  }\n  .jc-impact-number {\n    font-family:'Cormorant Garamond',serif;\n    font-size:3.2rem; font-weight:700;\n    color:var(--green); line-height:1; margin-bottom:8px;\n  }\n  .jc-impact-card h4 { font-size:0.95rem; font-weight:500; color:var(--white); margin-bottom:10px; }\n  .jc-impact-card p { font-size:0.84rem; color:rgba(255,255,255,0.5); line-height:1.7; }\n\n  \/* \u2500\u2500 PARTNERSHIPS \u2500\u2500 *\/\n  .jc-partnerships { background:rgba(255,255,255,0.018); }\n  .jc-partners-grid {\n    display:grid;\n    grid-template-columns:repeat(auto-fit,minmax(300px,1fr));\n    gap:24px;\n  }\n  .jc-partner-card {\n    background:var(--green-dim);\n    border:1px solid rgba(89,209,149,0.12);\n    border-radius:4px; padding:32px 28px;\n  }\n  .jc-partner-icon {\n    color:var(--green); width:36px; height:36px;\n    margin-bottom:18px;\n    animation:heartbeat 4s ease-in-out infinite;\n  }\n  .jc-partner-card h3 {\n    font-family:'Cormorant Garamond',serif;\n    font-size:1.25rem; font-weight:600;\n    margin-bottom:12px; color:var(--white);\n  }\n  .jc-partner-card p { font-size:0.87rem; color:rgba(255,255,255,0.52); line-height:1.75; }\n\n  \/* \u2500\u2500 CLIENTS \u2500\u2500 *\/\n  .jc-clients { background:var(--dark); }\n  .jc-clients-flex { display:flex; flex-wrap:wrap; gap:16px; }\n  .jc-pill {\n    display:flex; align-items:center; gap:10px;\n    border:1px solid var(--green); color:var(--green);\n    padding:12px 22px; border-radius:100px;\n    font-size:0.85rem; letter-spacing:0.04em;\n    transition:background 0.25s,color 0.25s;\n  }\n  .jc-pill svg { width:16px; height:16px; animation:heartbeat 3.6s ease-in-out infinite; }\n  .jc-pill:hover { background:var(--green); color:var(--dark); }\n\n  \/* \u2500\u2500 TESTIMONIALS \u2500\u2500 *\/\n  .jc-testimonials { background:rgba(255,255,255,0.018); }\n  .jc-testimonials-grid {\n    display:grid;\n    grid-template-columns:repeat(auto-fit,minmax(300px,1fr));\n    gap:24px;\n  }\n  .jc-testimonial-card {\n    background:var(--green-dim);\n    border:1px solid rgba(89,209,149,0.12);\n    border-radius:4px; padding:36px 30px;\n  }\n  .jc-quote {\n    font-family:'Cormorant Garamond',serif;\n    font-size:5rem; line-height:0.6;\n    color:var(--green); opacity:0.4;\n    margin-bottom:16px; display:block;\n  }\n  .jc-testimonial-card p { font-size:0.92rem; color:rgba(255,255,255,0.7); line-height:1.8; margin-bottom:24px; font-style:italic; }\n  .jc-testimonial-author { font-size:0.78rem; font-weight:500; letter-spacing:0.1em; text-transform:uppercase; color:var(--green); }\n\n  \/* \u2500\u2500 CONTACT \u2500\u2500 *\/\n  .jc-contact { background:var(--dark); text-align:center; }\n  .jc-contact-inner { max-width:640px; margin:0 auto; }\n  .jc-contact-desc { color:rgba(255,255,255,0.55); font-size:0.95rem; margin-bottom:48px; line-height:1.8; }\n  .jc-contact-links { display:flex; justify-content:center; flex-wrap:wrap; gap:20px; }\n  .jc-btn {\n    display:inline-flex; align-items:center; gap:10px;\n    text-decoration:none; font-size:0.88rem; font-weight:500;\n    letter-spacing:0.06em; padding:15px 32px; border-radius:2px;\n    transition:all 0.25s;\n  }\n  .jc-btn svg { width:18px; height:18px; animation:heartbeat 3.4s ease-in-out infinite; }\n  .jc-btn.primary { background:var(--green); color:var(--dark); }\n  .jc-btn.primary:hover { background:#7df7b8; }\n  .jc-btn.secondary { border:1px solid var(--green); color:var(--green); }\n  .jc-btn.secondary:hover { background:var(--green); color:var(--dark); }\n\n  \/* \u2500\u2500 FOOTER \u2500\u2500 *\/\n  .jc-footer {\n    background:rgba(0,0,0,0.35);\n    border-top:1px solid rgba(89,209,149,0.1);\n    padding:28px 6vw;\n    display:flex; align-items:center; justify-content:space-between;\n    flex-wrap:wrap; gap:12px;\n  }\n  .jc-footer-logo img { height:34px; opacity:0.75; }\n  .jc-footer-copy { font-size:0.78rem; color:rgba(255,255,255,0.3); letter-spacing:0.04em; }\n\n  \/* \u2500\u2500 Responsive \u2500\u2500 *\/\n  @media (max-width:720px) {\n    .jc-hero-inner { flex-direction:column-reverse; gap:40px; text-align:center; }\n    .jc-hero-sub { margin:0 auto 40px; }\n    .jc-hero-cta { margin:0 auto; }\n    .jc-photo-wrap { width:200px; height:200px; }\n    .jc-nav { padding:16px 5vw; }\n    .jc-nav-links { gap:18px; }\n    .jc-nav-links a { font-size:0.72rem; }\n  }\n<\/style>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-521f2e7 e-flex e-con-boxed e-con e-parent\" data-id=\"521f2e7\" data-element_type=\"container\">\n\t\t\t\t\t<div class=\"e-con-inner\">\n\t\t\t\t<div class=\"elementor-element elementor-element-01473ed elementor-widget elementor-widget-html\" data-id=\"01473ed\" data-element_type=\"widget\" data-widget_type=\"html.default\">\n\t\t\t\t\t<section class=\"jc-hero\" id=\"hero\">\n  <div class=\"jc-hero-bg c1\"><\/div>\n  <div class=\"jc-hero-bg c2\"><\/div>\n\n  <div class=\"jc-hero-inner\">\n\n    <div class=\"jc-hero-text\">\n      <p class=\"jc-hero-eyebrow\">Carbon-Literate Citizen &amp; Seasoned Pro<\/p>\n      <h1 class=\"jc-hero-title\">Julius<br><span>Carbon<\/span><br>Ventures<\/h1>\n      <p class=\"jc-hero-sub\">End-to-end carbon project management, training, and climate finance solutions helping communities develop high-quality Sustainable Technology and Nature-based Solutions.<\/p>\n      <a href=\"#contact\" class=\"jc-hero-cta\">\n        <svg width=\"16\" height=\"16\" viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"><path d=\"M22 16.92v3a2 2 0 0 1-2.18 2 19.79 19.79 0 0 1-8.63-3.07A19.5 19.5 0 0 1 4.69 12 19.79 19.79 0 0 1 1.61 3.41 2 2 0 0 1 3.6 1.23h3a2 2 0 0 1 2 1.72c.127.96.361 1.903.7 2.81a2 2 0 0 1-.45 2.11L7.91 8.91a16 16 0 0 0 6.29 6.29l.95-.95a2 2 0 0 1 2.11-.45c.907.339 1.85.573 2.81.7A2 2 0 0 1 22 16.92z\"\/><\/svg>\n        Get in Touch\n      <\/a>\n    <\/div>\n\n    <div class=\"jc-slides-wrap\">\n      <div class=\"jc-slide-dots\">\n        <button class=\"jc-dot active\" data-slide=\"0\"><\/button>\n        <button class=\"jc-dot\" data-slide=\"1\"><\/button>\n      <\/div>\n      <div class=\"jc-slide-progress\"><div class=\"jc-progress-bar\" id=\"jc-progress-bar\"><\/div><\/div>\n\n      <div class=\"jc-slide active\" id=\"jc-slide-0\">\n        <div class=\"jc-slide-label\">01 \/ Sustainable Technologies<\/div>\n        <div class=\"jc-anim-box\">\n          <canvas id=\"jc-orbital-canvas\"><\/canvas>\n        <\/div>\n      <\/div>\n\n      <div class=\"jc-slide\" id=\"jc-slide-1\">\n        <div class=\"jc-slide-label\">02 \/ Nature Based Solutions<\/div>\n        <div class=\"jc-anim-box\">\n          <img decoding=\"async\" id=\"jc-nature-bg\" src=\"http:\/\/juliuscarbon.com\/wp-content\/uploads\/2026\/03\/nature-based-solutions.png\" alt=\"Nature Solutions\" style=\"position:absolute; inset:0; width:100%; height:100%; object-fit:cover; opacity:0.35; pointer-events:none;\">\n          <canvas id=\"jc-nature-canvas\" style=\"z-index:2;\"><\/canvas>\n          <div class=\"jc-map-tooltip\" id=\"jc-nature-tooltip\"><\/div>\n        <\/div>\n      <\/div>\n\n    <\/div>\n  <\/div>\n<\/section>\n\n<style>\n\/* Base Layout remains consistent *\/\n.jc-slides-wrap { flex-shrink: 0; width: 420px; display: flex; flex-direction: column; gap: 12px; position: relative; }\n.jc-slide-progress { height: 2px; background: rgba(89,209,149,0.1); border-radius: 2px; order: -1; }\n.jc-progress-bar { height: 100%; width: 0%; background: #59D195; }\n.jc-slide-dots { display: flex; gap: 8px; order: -2; }\n.jc-dot { width: 8px; height: 8px; border-radius: 50%; border: 1.5px solid rgba(89,209,149,0.4); background: transparent; cursor: pointer; transition: 0.3s; }\n.jc-dot.active { background: #59D195; border-color: #59D195; transform: scale(1.3); }\n\n.jc-slide { position: absolute; top: 0; left: 0; right: 0; opacity: 0; transform: translateX(20px); transition: 0.6s cubic-bezier(0.4, 0, 0.2, 1); pointer-events: none; }\n.jc-slide.active { position: relative; opacity: 1; transform: translateX(0); pointer-events: all; }\n.jc-slide.exit { position: absolute; opacity: 0; transform: translateX(-20px); }\n\n.jc-slide-label { font-size: 0.65rem; letter-spacing: 0.25em; text-transform: uppercase; color: #59D195; margin-bottom: 8px; font-family: 'DM Sans', sans-serif; opacity: 0.8; }\n\n.jc-anim-box { \n    width: 100%; aspect-ratio: 1\/1; position: relative; border-radius: 24px; overflow: hidden; \n    background: radial-gradient(circle at center, #0f1c16 0%, #040807 100%);\n    border: 1px solid rgba(89,209,149,0.12);\n    box-shadow: inset 0 0 40px rgba(0,0,0,0.5);\n}\n.jc-anim-box canvas { position: absolute; inset: 0; width: 100% !important; height: 100% !important; }\n\n@media (max-width: 900px) { .jc-slides-wrap { width: 100%; } }\n<\/style>\n\n<script>\n(function() {\n  var SLIDE_MS = 8500;\n  var slides = document.querySelectorAll('.jc-slide');\n  var dots = document.querySelectorAll('.jc-dot');\n  var pbar = document.getElementById('jc-progress-bar');\n  var cur = 0;\n  var autoTimer;\n\n  function showSlide(idx) {\n    slides[cur].classList.remove('active');\n    slides[cur].classList.add('exit');\n    dots[cur].classList.remove('active');\n    var prev = cur;\n    setTimeout(() => slides[prev].classList.remove('exit'), 600);\n    cur = idx;\n    slides[cur].classList.add('active');\n    dots[cur].classList.add('active');\n    pbar.style.transition = 'none';\n    pbar.style.width = '0%';\n    setTimeout(() => {\n        pbar.style.transition = `width ${SLIDE_MS}ms linear`;\n        pbar.style.width = '100%';\n    }, 50);\n  }\n\n  dots.forEach((d, i) => d.addEventListener('click', () => {\n    clearInterval(autoTimer);\n    showSlide(i);\n    autoTimer = setInterval(() => showSlide((cur + 1) % 2), SLIDE_MS);\n  }));\n\n  \/* \u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\n     SLIDE 1 \u2014 ORBITAL (Sustainable Tech)\n     \u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550 *\/\n  var orbCanvas = document.getElementById('jc-orbital-canvas');\n  var orbCtx = orbCanvas.getContext('2d');\n  var orbAngle = 0;\n  \n  \/\/ Load Logo\n  var hubLogo = new Image();\n  hubLogo.crossOrigin = 'anonymous';\n  hubLogo.src = 'http:\/\/juliuscarbon.com\/wp-content\/uploads\/2026\/03\/julius-carbon-logo1x1.png';\n\n  var techIcons = [\n    { name: 'Solar Power', url: 'http:\/\/juliuscarbon.com\/wp-content\/uploads\/2026\/03\/solar-panel.png' },\n    { name: 'Jikokoa', url: 'http:\/\/juliuscarbon.com\/wp-content\/uploads\/2026\/03\/jikokoa.png' },\n    { name: 'Biogas', url: 'http:\/\/juliuscarbon.com\/wp-content\/uploads\/2026\/03\/biofuel.png' },\n    { name: 'EV Bikes', url: 'http:\/\/juliuscarbon.com\/wp-content\/uploads\/2026\/03\/electric-bike.png' },\n    { name: 'EV Motors', url: 'http:\/\/juliuscarbon.com\/wp-content\/uploads\/2026\/03\/electric-car1.png' }\n  ];\n\n  techIcons.forEach(t => { t.img = new Image(); t.img.crossOrigin = 'anonymous'; t.img.src = t.url; });\n\n  function drawOrbital() {\n    requestAnimationFrame(drawOrbital);\n    if (!orbCanvas.offsetParent) return; \n    \n    var w = orbCanvas.width = orbCanvas.offsetWidth;\n    var h = orbCanvas.height = orbCanvas.offsetHeight;\n    var cx = w\/2, cy = h\/2;\n    var orbitR = w * 0.33;\n    \n    orbCtx.clearRect(0,0,w,h);\n    orbAngle += 0.005; \/\/ Slightly slower, smoother rotation\n\n    \/\/ Draw background dash ring\n    orbCtx.beginPath();\n    orbCtx.arc(cx, cy, orbitR, 0, Math.PI*2);\n    orbCtx.strokeStyle = 'rgba(89,209,149,0.1)';\n    orbCtx.setLineDash([4, 8]);\n    orbCtx.stroke();\n    orbCtx.setLineDash([]);\n\n    techIcons.forEach((icon, i) => {\n      var angle = (i * (Math.PI * 2 \/ techIcons.length)) + orbAngle;\n      var x = cx + Math.cos(angle) * orbitR;\n      var y = cy + Math.sin(angle) * orbitR;\n      \n      \/\/ Spoke line\n      orbCtx.beginPath();\n      orbCtx.moveTo(cx, cy);\n      orbCtx.lineTo(x, y);\n      orbCtx.strokeStyle = 'rgba(89,209,149,0.04)';\n      orbCtx.stroke();\n\n      if (icon.img.complete) {\n        var size = 42;\n        orbCtx.shadowColor = 'rgba(89,209,149,0.5)';\n        orbCtx.shadowBlur = 12;\n        orbCtx.drawImage(icon.img, x - size\/2, y - size\/2, size, size);\n        orbCtx.shadowBlur = 0;\n      }\n      \n      orbCtx.fillStyle = 'rgba(255,255,255,0.7)';\n      orbCtx.font = '500 9px DM Sans';\n      orbCtx.textAlign = 'center';\n      orbCtx.fillText(icon.name.toUpperCase(), x, y + 36);\n    });\n\n    \/\/ CENTER HUB: LOGO\n    var hubR = 40; \n    orbCtx.save();\n    \/\/ Glow behind logo\n    orbCtx.shadowColor = '#59D195';\n    orbCtx.shadowBlur = 25;\n    orbCtx.beginPath();\n    orbCtx.arc(cx, cy, hubR, 0, Math.PI*2);\n    orbCtx.fillStyle = '#0e1a14';\n    orbCtx.fill();\n    \n    \/\/ Border\n    orbCtx.strokeStyle = 'rgba(89,209,149,0.6)';\n    orbCtx.lineWidth = 1.5;\n    orbCtx.stroke();\n    orbCtx.shadowBlur = 0;\n\n    \/\/ Clip and draw Logo\n    if (hubLogo.complete) {\n        orbCtx.beginPath();\n        orbCtx.arc(cx, cy, hubR - 2, 0, Math.PI*2);\n        orbCtx.clip();\n        orbCtx.drawImage(hubLogo, cx - hubR, cy - hubR, hubR * 2, hubR * 2);\n    }\n    orbCtx.restore();\n  }\n\n  \/* \u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\n     SLIDE 2 \u2014 NATURE\n     \u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550 *\/\n  var natCanvas = document.getElementById('jc-nature-canvas');\n  var natCtx = natCanvas.getContext('2d');\n  var nodes = [\n    { label: 'Ecosystem Protection', x: 0.28, y: 0.45, float: 0 },\n    { label: 'Forest Restoration', x: 0.72, y: 0.35, float: 2 },\n    { label: 'Carbon Offset', x: 0.5, y: 0.75, float: 4 }\n  ];\n\n  function drawNature() {\n    requestAnimationFrame(drawNature);\n    if (!natCanvas.offsetParent) return;\n\n    var w = natCanvas.width = natCanvas.offsetWidth;\n    var h = natCanvas.height = natCanvas.offsetHeight;\n    natCtx.clearRect(0,0,w,h);\n\n    nodes.forEach(n => {\n      n.float += 0.015;\n      var fy = n.y * h + Math.sin(n.float) * 12;\n      var fx = n.x * w;\n\n      natCtx.beginPath();\n      natCtx.arc(fx, fy, 7, 0, Math.PI*2);\n      natCtx.fillStyle = '#59D195';\n      natCtx.shadowBlur = 20;\n      natCtx.shadowColor = '#59D195';\n      natCtx.fill();\n      natCtx.shadowBlur = 0;\n\n      natCtx.fillStyle = '#fff';\n      natCtx.font = '600 11px DM Sans';\n      natCtx.textAlign = 'center';\n      natCtx.fillText(n.label, fx, fy - 22);\n      \n      \/\/ Connecting pulse ring\n      natCtx.beginPath();\n      natCtx.arc(fx, fy, 12 + Math.sin(n.float)*4, 0, Math.PI*2);\n      natCtx.strokeStyle = 'rgba(89,209,149,0.3)';\n      natCtx.stroke();\n    });\n  }\n\n  drawOrbital();\n  drawNature();\n  showSlide(0);\n  autoTimer = setInterval(() => showSlide((cur + 1) % 2), SLIDE_MS);\n})();\n<\/script>\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-60221e6 e-flex e-con-boxed e-con e-parent\" data-id=\"60221e6\" data-element_type=\"container\">\n\t\t\t\t\t<div class=\"e-con-inner\">\n\t\t\t\t<div class=\"elementor-element elementor-element-898699c elementor-widget elementor-widget-html\" data-id=\"898699c\" data-element_type=\"widget\" data-widget_type=\"html.default\">\n\t\t\t\t\t<!-- ============================================================\n     JULIUS CARBON \u2014 SECTION: CARBON CERTIFICATION CYCLE\n     Paste in an Elementor HTML block\n     ============================================================ -->\n\n<section class=\"jc-section jc-cycle\" id=\"cycle\">\n  <div class=\"jc-inner\">\n    <p class=\"jc-label\">How It Works<\/p>\n    <h2 class=\"jc-title\">The Carbon Certification Cycle<\/h2>\n    <p class=\"jc-cycle-intro\">From project design to verified carbon credit issuance \u2014 seven rigorous stages that ensure every credit is real, measurable and permanent.<\/p>\n  <\/div>\n\n  <!-- Timeline track -->\n  <div class=\"jc-cycle-track\">\n\n    <!-- Animated connector line -->\n    <div class=\"jc-track-line\">\n      <svg class=\"jc-track-svg\" viewBox=\"0 0 1200 120\" preserveAspectRatio=\"none\" fill=\"none\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\">\n        <!-- Zig-zag path matching top\/bottom alternation -->\n        <path class=\"jc-path-bg\" d=\"M 60 30 L 220 30 L 280 90 L 440 90 L 500 30 L 660 30 L 720 90 L 880 90 L 940 30 L 1140 30\" stroke=\"rgba(89,209,149,0.15)\" stroke-width=\"2\" stroke-dasharray=\"6 4\"\/>\n        <path class=\"jc-path-animated\" id=\"jc-cert-path\" d=\"M 60 30 L 220 30 L 280 90 L 440 90 L 500 30 L 660 30 L 720 90 L 880 90 L 940 30 L 1140 30\" stroke=\"#59D195\" stroke-width=\"2.5\" stroke-dasharray=\"1400\" stroke-dashoffset=\"1400\"\/>\n      <\/svg>\n    <\/div>\n\n    <!-- Steps -->\n    <div class=\"jc-steps\">\n\n      <!-- 1. Project Design -->\n      <div class=\"jc-step top\" style=\"--i:0\">\n        <div class=\"jc-step-card\">\n          <div class=\"jc-step-icon\" style=\"--c1:#59D195;--c2:#1a6e45\">\n            <svg viewBox=\"0 0 40 40\" fill=\"none\">\n              <circle cx=\"20\" cy=\"20\" r=\"19\" fill=\"url(#g1)\" opacity=\"0.15\"\/>\n              <defs><radialGradient id=\"g1\"><stop offset=\"0%\" stop-color=\"#59D195\"\/><stop offset=\"100%\" stop-color=\"#1a6e45\"\/><\/radialGradient><\/defs>\n              <!-- Blueprint\/document icon -->\n              <rect x=\"10\" y=\"8\" width=\"16\" height=\"20\" rx=\"2\" stroke=\"#59D195\" stroke-width=\"1.5\" fill=\"rgba(89,209,149,0.1)\"\/>\n              <line x1=\"13\" y1=\"13\" x2=\"23\" y2=\"13\" stroke=\"#59D195\" stroke-width=\"1.2\"\/>\n              <line x1=\"13\" y1=\"17\" x2=\"23\" y2=\"17\" stroke=\"#59D195\" stroke-width=\"1.2\"\/>\n              <line x1=\"13\" y1=\"21\" x2=\"19\" y2=\"21\" stroke=\"#59D195\" stroke-width=\"1.2\"\/>\n              <circle cx=\"27\" cy=\"27\" r=\"5\" fill=\"#59D195\"\/>\n              <line x1=\"27\" y1=\"24\" x2=\"27\" y2=\"30\" stroke=\"#25262A\" stroke-width=\"1.5\"\/>\n              <line x1=\"24\" y1=\"27\" x2=\"30\" y2=\"27\" stroke=\"#25262A\" stroke-width=\"1.5\"\/>\n            <\/svg>\n          <\/div>\n          <div class=\"jc-step-num\">01<\/div>\n          <h3>Project Design<\/h3>\n          <p>A project developer (PD) develops a Project Design Document (PDD) outlining emission reduction methodology.<\/p>\n        <\/div>\n        <div class=\"jc-step-dot\"><span><\/span><\/div>\n      <\/div>\n\n      <!-- 2. Listing -->\n      <div class=\"jc-step bottom\" style=\"--i:1\">\n        <div class=\"jc-step-dot\"><span><\/span><\/div>\n        <div class=\"jc-step-card\">\n          <div class=\"jc-step-icon\" style=\"--c1:#34d9f0;--c2:#0a6e7e\">\n            <svg viewBox=\"0 0 40 40\" fill=\"none\">\n              <circle cx=\"20\" cy=\"20\" r=\"19\" fill=\"rgba(52,217,240,0.12)\"\/>\n              <!-- Registry\/list icon -->\n              <rect x=\"10\" y=\"9\" width=\"20\" height=\"22\" rx=\"2\" stroke=\"#34d9f0\" stroke-width=\"1.5\" fill=\"rgba(52,217,240,0.08)\"\/>\n              <circle cx=\"14\" cy=\"15\" r=\"1.5\" fill=\"#34d9f0\"\/>\n              <line x1=\"17\" y1=\"15\" x2=\"26\" y2=\"15\" stroke=\"#34d9f0\" stroke-width=\"1.2\"\/>\n              <circle cx=\"14\" cy=\"20\" r=\"1.5\" fill=\"#34d9f0\"\/>\n              <line x1=\"17\" y1=\"20\" x2=\"26\" y2=\"20\" stroke=\"#34d9f0\" stroke-width=\"1.2\"\/>\n              <circle cx=\"14\" cy=\"25\" r=\"1.5\" fill=\"#34d9f0\"\/>\n              <line x1=\"17\" y1=\"25\" x2=\"22\" y2=\"25\" stroke=\"#34d9f0\" stroke-width=\"1.2\"\/>\n            <\/svg>\n          <\/div>\n          <div class=\"jc-step-num\">02<\/div>\n          <h3>Listing<\/h3>\n          <p>The PD opens a registry account and submits a project request for listing to their chosen carbon-crediting program (CCP).<\/p>\n        <\/div>\n      <\/div>\n\n      <!-- 3. Validation -->\n      <div class=\"jc-step top\" style=\"--i:2\">\n        <div class=\"jc-step-card\">\n          <div class=\"jc-step-icon\" style=\"--c1:#f0a034;--c2:#7e4a0a\">\n            <svg viewBox=\"0 0 40 40\" fill=\"none\">\n              <circle cx=\"20\" cy=\"20\" r=\"19\" fill=\"rgba(240,160,52,0.12)\"\/>\n              <!-- Shield check icon -->\n              <path d=\"M20 8 L30 12 L30 20 C30 26 20 32 20 32 C20 32 10 26 10 20 L10 12 Z\" stroke=\"#f0a034\" stroke-width=\"1.5\" fill=\"rgba(240,160,52,0.1)\"\/>\n              <polyline points=\"15,20 18,23 25,16\" stroke=\"#f0a034\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"\/>\n            <\/svg>\n          <\/div>\n          <div class=\"jc-step-num\">03<\/div>\n          <h3>Validation<\/h3>\n          <p>The project is validated by a validation\/verification body (VVB) which assesses conformity to all relevant requirements of the CCP.<\/p>\n        <\/div>\n        <div class=\"jc-step-dot\"><span><\/span><\/div>\n      <\/div>\n\n      <!-- 4. Registration -->\n      <div class=\"jc-step bottom\" style=\"--i:3\">\n        <div class=\"jc-step-dot\"><span><\/span><\/div>\n        <div class=\"jc-step-card\">\n          <div class=\"jc-step-icon\" style=\"--c1:#c459d1;--c2:#5a1a6e\">\n            <svg viewBox=\"0 0 40 40\" fill=\"none\">\n              <circle cx=\"20\" cy=\"20\" r=\"19\" fill=\"rgba(196,89,209,0.12)\"\/>\n              <!-- Stamp\/registration icon -->\n              <rect x=\"11\" y=\"14\" width=\"18\" height=\"12\" rx=\"2\" stroke=\"#c459d1\" stroke-width=\"1.5\" fill=\"rgba(196,89,209,0.1)\"\/>\n              <rect x=\"14\" y=\"27\" width=\"12\" height=\"3\" rx=\"1\" fill=\"#c459d1\"\/>\n              <line x1=\"14\" y1=\"18\" x2=\"26\" y2=\"18\" stroke=\"#c459d1\" stroke-width=\"1.2\"\/>\n              <line x1=\"14\" y1=\"21\" x2=\"21\" y2=\"21\" stroke=\"#c459d1\" stroke-width=\"1.2\"\/>\n              <circle cx=\"28\" cy=\"12\" r=\"4\" fill=\"#c459d1\"\/>\n              <polyline points=\"26,12 27.5,13.5 30,11\" stroke=\"#25262A\" stroke-width=\"1.2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"\/>\n            <\/svg>\n          <\/div>\n          <div class=\"jc-step-num\">04<\/div>\n          <h3>Registration<\/h3>\n          <p>Upon validation from VVB, the project is registered with their corresponding carbon-crediting program.<\/p>\n        <\/div>\n      <\/div>\n\n      <!-- 5. Project Monitoring -->\n      <div class=\"jc-step top\" style=\"--i:4\">\n        <div class=\"jc-step-card\">\n          <div class=\"jc-step-icon\" style=\"--c1:#59b4d1;--c2:#1a4e6e\">\n            <svg viewBox=\"0 0 40 40\" fill=\"none\">\n              <circle cx=\"20\" cy=\"20\" r=\"19\" fill=\"rgba(89,180,209,0.12)\"\/>\n              <!-- Chart\/monitoring icon -->\n              <rect x=\"9\" y=\"9\" width=\"22\" height=\"18\" rx=\"2\" stroke=\"#59b4d1\" stroke-width=\"1.5\" fill=\"rgba(89,180,209,0.08)\"\/>\n              <polyline points=\"13,22 17,17 21,19 25,13\" stroke=\"#59b4d1\" stroke-width=\"1.5\" stroke-linecap=\"round\" stroke-linejoin=\"round\"\/>\n              <circle cx=\"13\" cy=\"22\" r=\"1.5\" fill=\"#59b4d1\"\/>\n              <circle cx=\"17\" cy=\"17\" r=\"1.5\" fill=\"#59b4d1\"\/>\n              <circle cx=\"21\" cy=\"19\" r=\"1.5\" fill=\"#59b4d1\"\/>\n              <circle cx=\"25\" cy=\"13\" r=\"1.5\" fill=\"#59b4d1\"\/>\n              <line x1=\"16\" y1=\"29\" x2=\"24\" y2=\"29\" stroke=\"#59b4d1\" stroke-width=\"1.5\" stroke-linecap=\"round\"\/>\n              <line x1=\"20\" y1=\"27\" x2=\"20\" y2=\"29\" stroke=\"#59b4d1\" stroke-width=\"1.5\"\/>\n            <\/svg>\n          <\/div>\n          <div class=\"jc-step-num\">05<\/div>\n          <h3>Project Monitoring<\/h3>\n          <p>The PD begins monitoring and measuring emission reductions using monitoring standards provided by the CCP.<\/p>\n        <\/div>\n        <div class=\"jc-step-dot\"><span><\/span><\/div>\n      <\/div>\n\n      <!-- 6. Verification -->\n      <div class=\"jc-step bottom\" style=\"--i:5\">\n        <div class=\"jc-step-dot\"><span><\/span><\/div>\n        <div class=\"jc-step-card\">\n          <div class=\"jc-step-icon\" style=\"--c1:#d1a859;--c2:#6e510a\">\n            <svg viewBox=\"0 0 40 40\" fill=\"none\">\n              <circle cx=\"20\" cy=\"20\" r=\"19\" fill=\"rgba(209,168,89,0.12)\"\/>\n              <!-- Magnifier\/verify icon -->\n              <circle cx=\"18\" cy=\"18\" r=\"7\" stroke=\"#d1a859\" stroke-width=\"1.5\" fill=\"rgba(209,168,89,0.08)\"\/>\n              <line x1=\"23\" y1=\"23\" x2=\"29\" y2=\"29\" stroke=\"#d1a859\" stroke-width=\"2\" stroke-linecap=\"round\"\/>\n              <polyline points=\"15,18 17.5,20.5 22,16\" stroke=\"#d1a859\" stroke-width=\"1.5\" stroke-linecap=\"round\" stroke-linejoin=\"round\"\/>\n            <\/svg>\n          <\/div>\n          <div class=\"jc-step-num\">06<\/div>\n          <h3>Verification<\/h3>\n          <p>The project is verified by the VVB which examines if the project impact is consistent with the standards of the CCP.<\/p>\n        <\/div>\n      <\/div>\n\n      <!-- 7. Issuance -->\n      <div class=\"jc-step top\" style=\"--i:6\">\n        <div class=\"jc-step-card\">\n          <div class=\"jc-step-icon\" style=\"--c1:#59D195;--c2:#1a6e45\">\n            <svg viewBox=\"0 0 40 40\" fill=\"none\">\n              <circle cx=\"20\" cy=\"20\" r=\"19\" fill=\"rgba(89,209,149,0.12)\"\/>\n              <!-- Medal\/award icon -->\n              <circle cx=\"20\" cy=\"17\" r=\"8\" stroke=\"#59D195\" stroke-width=\"1.5\" fill=\"rgba(89,209,149,0.1)\"\/>\n              <polyline points=\"15,23 13,32 20,28 27,32 25,23\" stroke=\"#59D195\" stroke-width=\"1.5\" stroke-linejoin=\"round\" fill=\"rgba(89,209,149,0.15)\"\/>\n              <polyline points=\"17,17 19,19 23,14\" stroke=\"#59D195\" stroke-width=\"1.8\" stroke-linecap=\"round\" stroke-linejoin=\"round\"\/>\n            <\/svg>\n          <\/div>\n          <div class=\"jc-step-num\">07<\/div>\n          <h3>Issuance<\/h3>\n          <p>Carbon credits are issued under the project account and listed on the registries of the CCP \u2014 ready for market.<\/p>\n        <\/div>\n        <div class=\"jc-step-dot\"><span><\/span><\/div>\n      <\/div>\n\n    <\/div><!-- \/steps -->\n  <\/div><!-- \/track -->\n<\/section>\n\n<style>\n  \/* \u2500\u2500 Section \u2500\u2500 *\/\n  .jc-cycle {\n    background: var(--dark, #25262A);\n    overflow: hidden;\n    padding-bottom: 100px !important;\n  }\n\n  .jc-cycle-intro {\n    max-width: 600px;\n    color: rgba(255,255,255,0.5);\n    font-size: 0.95rem;\n    line-height: 1.8;\n    margin-bottom: 60px;\n  }\n\n  \/* \u2500\u2500 Track wrapper \u2500\u2500 *\/\n  .jc-cycle-track {\n    position: relative;\n    width: 100%;\n    overflow-x: auto;\n    padding: 0 40px 20px;\n    scrollbar-width: thin;\n    scrollbar-color: rgba(89,209,149,0.3) transparent;\n  }\n  .jc-cycle-track::-webkit-scrollbar { height: 4px; }\n  .jc-cycle-track::-webkit-scrollbar-thumb { background: rgba(89,209,149,0.3); border-radius: 2px; }\n\n  \/* \u2500\u2500 SVG connector line \u2500\u2500 *\/\n  .jc-track-line {\n    position: absolute;\n    top: 0; left: 0;\n    width: 100%;\n    height: 120px;\n    pointer-events: none;\n    z-index: 0;\n  }\n  .jc-track-svg {\n    width: 100%;\n    height: 120px;\n  }\n\n  \/* Animate the path drawing in *\/\n  .jc-path-animated {\n    animation: drawPath 2.8s ease forwards 0.4s;\n  }\n  @keyframes drawPath {\n    to { stroke-dashoffset: 0; }\n  }\n\n  \/* Traveling dot along path *\/\n  .jc-path-animated::after {\n    content: '';\n  }\n\n  \/* \u2500\u2500 Steps row \u2500\u2500 *\/\n  .jc-steps {\n    display: grid;\n    grid-template-columns: repeat(7, 1fr);\n    min-width: 980px;\n    position: relative;\n    z-index: 1;\n    padding: 0 20px;\n    gap: 0;\n  }\n\n  \/* \u2500\u2500 Individual step \u2500\u2500 *\/\n  .jc-step {\n    display: flex;\n    flex-direction: column;\n    align-items: center;\n    opacity: 0;\n    transform: translateY(20px);\n    animation: stepReveal 0.55s ease forwards;\n    animation-delay: calc(0.5s + var(--i) * 0.18s);\n  }\n\n  @keyframes stepReveal {\n    to { opacity: 1; transform: translateY(0); }\n  }\n\n  .jc-step.top {\n    flex-direction: column;\n    padding-bottom: 0;\n  }\n  .jc-step.bottom {\n    flex-direction: column-reverse;\n    padding-top: 0;\n  }\n\n  \/* \u2500\u2500 Card \u2500\u2500 *\/\n  .jc-step-card {\n    background: rgba(89,209,149,0.06);\n    border: 1px solid rgba(89,209,149,0.14);\n    border-radius: 12px;\n    padding: 18px 14px;\n    text-align: center;\n    flex: 1;\n    max-width: 140px;\n    transition: background 0.3s, border-color 0.3s, transform 0.25s, box-shadow 0.3s;\n    cursor: default;\n    position: relative;\n  }\n  .jc-step-card:hover {\n    background: rgba(89,209,149,0.14);\n    border-color: rgba(89,209,149,0.5);\n    transform: translateY(-6px);\n    box-shadow: 0 12px 32px rgba(89,209,149,0.15);\n  }\n\n  .jc-step-num {\n    font-family: 'Cormorant Garamond', serif;\n    font-size: 0.65rem;\n    font-weight: 700;\n    letter-spacing: 0.18em;\n    color: rgba(89,209,149,0.4);\n    margin-bottom: 6px;\n  }\n\n  .jc-step-card h3 {\n    font-family: 'Cormorant Garamond', serif;\n    font-size: 0.95rem;\n    font-weight: 600;\n    color: #ffffff;\n    margin: 8px 0 6px;\n    line-height: 1.2;\n  }\n\n  .jc-step-card p {\n    font-family: 'DM Sans', sans-serif;\n    font-size: 0.7rem;\n    color: rgba(255,255,255,0.45);\n    line-height: 1.6;\n    margin: 0;\n  }\n\n  \/* \u2500\u2500 Icon \u2500\u2500 *\/\n  .jc-step-icon {\n    width: 48px;\n    height: 48px;\n    border-radius: 12px;\n    background: rgba(255,255,255,0.04);\n    border: 1px solid rgba(255,255,255,0.08);\n    display: flex;\n    align-items: center;\n    justify-content: center;\n    margin: 0 auto 4px;\n    animation: heartbeat 3.8s ease-in-out infinite;\n    animation-delay: calc(var(--i, 0) * 0.3s);\n  }\n  .jc-step-icon svg {\n    width: 32px;\n    height: 32px;\n  }\n\n  \/* \u2500\u2500 Node dot on the line \u2500\u2500 *\/\n  .jc-step-dot {\n    width: 40px;\n    height: 40px;\n    display: flex;\n    align-items: center;\n    justify-content: center;\n    flex-shrink: 0;\n    margin: 4px 0;\n  }\n  .jc-step-dot span {\n    display: block;\n    width: 14px;\n    height: 14px;\n    border-radius: 50%;\n    background: var(--dark, #25262A);\n    border: 2px solid #59D195;\n    box-shadow: 0 0 0 4px rgba(89,209,149,0.15);\n    animation: nodePulse 2.5s ease-in-out infinite;\n    animation-delay: calc(var(--i, 0) * 0.25s);\n  }\n\n  @keyframes nodePulse {\n    0%, 100% { box-shadow: 0 0 0 4px rgba(89,209,149,0.15); }\n    50%       { box-shadow: 0 0 0 8px rgba(89,209,149,0.06); }\n  }\n\n  \/* \u2500\u2500 Responsive \u2500\u2500 *\/\n  @media (max-width: 900px) {\n    \/* Stack vertically on mobile *\/\n    .jc-steps {\n      grid-template-columns: 1fr;\n      min-width: unset;\n      gap: 12px;\n      padding: 0;\n    }\n    .jc-track-line { display: none; }\n    .jc-step.top,\n    .jc-step.bottom {\n      flex-direction: row !important;\n      align-items: flex-start;\n      gap: 16px;\n    }\n    .jc-step-dot { margin: 0; flex-shrink: 0; margin-top: 14px; }\n    .jc-step-card { max-width: 100%; text-align: left; padding: 16px 18px; }\n    .jc-step-icon { margin: 0 0 8px 0; }\n    .jc-cycle-track { padding: 0 20px 20px; overflow-x: visible; }\n  }\n<\/style>\n\n<script>\n  \/* Trigger step animations when section scrolls into view *\/\n  (function() {\n    var section = document.getElementById('cycle');\n    if (!section) return;\n\n    var observed = false;\n    var observer = new IntersectionObserver(function(entries) {\n      if (entries[0].isIntersecting && !observed) {\n        observed = true;\n        \/* Restart animations by toggling a class *\/\n        section.querySelectorAll('.jc-step').forEach(function(el) {\n          el.style.animationPlayState = 'running';\n        });\n        var path = document.getElementById('jc-cert-path');\n        if (path) path.style.animationPlayState = 'running';\n      }\n    }, { threshold: 0.15 });\n\n    observer.observe(section);\n  })();\n<\/script>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-4d2088d e-flex e-con-boxed e-con e-parent\" data-id=\"4d2088d\" data-element_type=\"container\">\n\t\t\t\t\t<div class=\"e-con-inner\">\n\t\t\t\t<div class=\"elementor-element elementor-element-fa2d1d2 elementor-widget elementor-widget-html\" data-id=\"fa2d1d2\" data-element_type=\"widget\" data-widget_type=\"html.default\">\n\t\t\t\t\t<section class=\"jc-section jc-services\" id=\"services\">\n  <div class=\"jc-inner\">\n    <p class=\"jc-label\">What we Do<\/p>\n    <h2 class=\"jc-title\">Core Services<\/h2>\n    <div class=\"jc-services-grid\">\n\n      <div class=\"jc-service-card\">\n        <svg class=\"jc-service-icon\" viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"1.5\" stroke-linecap=\"round\" stroke-linejoin=\"round\">\n          <path d=\"M21 16V8a2 2 0 0 0-1-1.73l-7-4a2 2 0 0 0-2 0l-7 4A2 2 0 0 0 3 8v8a2 2 0 0 0 1 1.73l7 4a2 2 0 0 0 2 0l7-4A2 2 0 0 0 21 16z\"\/><polyline points=\"3.27 6.96 12 12.01 20.73 6.96\"\/><line x1=\"12\" y1=\"22.08\" x2=\"12\" y2=\"12\"\/>\n        <\/svg>\n        <h3>Carbon Credit Projects Design<\/h3>\n        <p>Walking the Carbon Credit project development journey with Project Developers from Pre-feasibility to final project certification ensuring their carbon credit claims attain the highest integrity in the market.<\/p>\n      <\/div>\n\n      <div class=\"jc-service-card\">\n        <svg class=\"jc-service-icon\" viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"1.5\" stroke-linecap=\"round\" stroke-linejoin=\"round\">\n          <ellipse cx=\"12\" cy=\"5\" rx=\"9\" ry=\"3\"\/><path d=\"M21 12c0 1.66-4 3-9 3s-9-1.34-9-3\"\/><path d=\"M3 5v14c0 1.66 4 3 9 3s9-1.34 9-3V5\"\/>\n        <\/svg>\n        <h3>Data Collection<\/h3>\n        <p>Coordination and collection of primary and secondary data including fieldwork using tools like SurveyMonkey, KOBO Collect, and Echo Mobile.<\/p>\n      <\/div>\n\n      <div class=\"jc-service-card\">\n        <svg class=\"jc-service-icon\" viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"1.5\" stroke-linecap=\"round\" stroke-linejoin=\"round\">\n          <line x1=\"18\" y1=\"20\" x2=\"18\" y2=\"10\"\/><line x1=\"12\" y1=\"20\" x2=\"12\" y2=\"4\"\/><line x1=\"6\" y1=\"20\" x2=\"6\" y2=\"14\"\/><line x1=\"2\" y1=\"20\" x2=\"22\" y2=\"20\"\/>\n        <\/svg>\n        <h3>Data Analysis<\/h3>\n        <p>Supporting clients in data cleaning, analysis and timely presentation for strategic decision making across carbon and market intelligence departments.<\/p>\n      <\/div>\n\n      <div class=\"jc-service-card\">\n        <svg class=\"jc-service-icon\" viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"1.5\" stroke-linecap=\"round\" stroke-linejoin=\"round\">\n          <path d=\"M17 21v-2a4 4 0 0 0-4-4H5a4 4 0 0 0-4 4v2\"\/><circle cx=\"9\" cy=\"7\" r=\"4\"\/><path d=\"M23 21v-2a4 4 0 0 0-3-3.87\"\/><path d=\"M16 3.13a4 4 0 0 1 0 7.75\"\/>\n        <\/svg>\n        <h3>Training &amp; Project Management<\/h3>\n        <p>Coordination of verification services, monitoring and evaluation of field teams, and supporting sales partners in field operations.<\/p>\n      <\/div>\n\n      <div class=\"jc-service-card\">\n        <svg class=\"jc-service-icon\" viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"1.5\" stroke-linecap=\"round\" stroke-linejoin=\"round\">\n          <rect x=\"2\" y=\"7\" width=\"20\" height=\"14\" rx=\"2\" ry=\"2\"\/><path d=\"M16 21V5a2 2 0 0 0-2-2h-4a2 2 0 0 0-2 2v16\"\/>\n        <\/svg>\n        <h3>Carbon Advisory<\/h3>\n        <p>Providing reliable and well researched advisory services regarding the Carbon policy Framework based on years of experience in the Carbon Credit landscape. The services cover local and international Carbon Market Frameworks and Strategies, offset management (including net-zero strategies) and management of complex governance issues.<\/p>\n      <\/div>\n\n    <\/div>\n  <\/div>\n<\/section>\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-4df52b1 e-flex e-con-boxed e-con e-parent\" data-id=\"4df52b1\" data-element_type=\"container\">\n\t\t\t\t\t<div class=\"e-con-inner\">\n\t\t\t\t<div class=\"elementor-element elementor-element-9bf26ed elementor-widget elementor-widget-html\" data-id=\"9bf26ed\" data-element_type=\"widget\" data-widget_type=\"html.default\">\n\t\t\t\t\t<section class=\"jc-section jc-impact\" id=\"impact\">\n  <div class=\"jc-inner\">\n    <p class=\"jc-label\">Track Record<\/p>\n    <h2 class=\"jc-title\">Measurable Impact<\/h2>\n    <div class=\"jc-impact-grid\">\n\n      <div class=\"jc-impact-card\">\n        <div class=\"jc-impact-number\">80K<\/div>\n        <h4>Clean Cook-Stoves Adopted<\/h4>\n        <p>Gold Standard certified Carbon Credit Projects which saw the adoption of approximately 80,000 clean cook-stoves in Kenya in 2018\u20132020.<\/p>\n      <\/div>\n\n      <div class=\"jc-impact-card\">\n        <div class=\"jc-impact-number\">1M<\/div>\n        <h4>Households Targeted by 2030<\/h4>\n        <p>Involved in ambitious NBS and Sustainable Technologies Carbon credit Projects aimed at impacting 1 million households in Africa positively by the end of 2030.<\/p>\n      <\/div>\n\n      <div class=\"jc-impact-card\">\n        <div class=\"jc-impact-number\">10+<\/div>\n        <h4>Years of Carbon Offset Experience<\/h4>\n        <p>Supported carbon offset project management with partners including Korea Carbon Management Ltd and the United Nations.<\/p>\n      <\/div>\n\n    <\/div>\n  <\/div>\n<\/section>\n\n<style>\n  \/* Ensure a clean 3-column layout on desktop *\/\n  .jc-impact-grid {\n    display: grid;\n    grid-template-columns: repeat(3, 1fr);\n    gap: 24px;\n    margin-top: 40px;\n  }\n\n  .jc-impact-card {\n    background: rgba(255,255,255,0.03);\n    border: 1px solid rgba(89,209,149,0.1);\n    border-left: 4px solid #59D195;\n    padding: 40px 30px;\n    border-radius: 12px;\n    transition: background 0.28s ease, border-color 0.28s ease, transform 0.22s ease, box-shadow 0.28s ease !important;\n    cursor: default;\n  }\n\n  .jc-impact-number {\n    font-size: 3rem;\n    font-weight: 800;\n    color: #59D195;\n    margin-bottom: 10px;\n    line-height: 1;\n    transition: color 0.28s ease;\n  }\n\n  .jc-impact-card h4 {\n    font-size: 1.1rem;\n    color: #ffffff;\n    margin-bottom: 15px;\n    transition: color 0.28s ease;\n  }\n\n  .jc-impact-card p {\n    font-size: 0.95rem;\n    line-height: 1.6;\n    color: rgba(255,255,255,0.7);\n    margin: 0;\n    transition: color 0.28s ease;\n  }\n\n  \/* Hover States *\/\n  .jc-impact-card:hover {\n    background: #ffffff !important;\n    border-left-color: #25262A !important;\n    transform: translateY(-4px) !important;\n    box-shadow: 0 16px 40px rgba(0,0,0,0.18) !important;\n  }\n\n  .jc-impact-card:hover .jc-impact-number {\n    color: #25262A !important;\n  }\n\n  .jc-impact-card:hover h4 {\n    color: #59D195 !important;\n  }\n\n  .jc-impact-card:hover p {\n    color: #25262A !important;\n  }\n\n  \/* Responsive Adjustments *\/\n  @media (max-width: 991px) {\n    .jc-impact-grid { grid-template-columns: repeat(2, 1fr); }\n  }\n  @media (max-width: 767px) {\n    .jc-impact-grid { grid-template-columns: 1fr; }\n  }\n<\/style>\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-9207900 e-flex e-con-boxed e-con e-parent\" data-id=\"9207900\" data-element_type=\"container\">\n\t\t\t\t\t<div class=\"e-con-inner\">\n\t\t\t\t<div class=\"elementor-element elementor-element-5aa0449 elementor-widget elementor-widget-html\" data-id=\"5aa0449\" data-element_type=\"widget\" data-widget_type=\"html.default\">\n\t\t\t\t\t<section class=\"jc-section jc-partnerships\" id=\"partnerships\">\n  <div class=\"jc-inner\">\n    <p class=\"jc-label\">Collaborations<\/p>\n    <h2 class=\"jc-title\">Key Partnerships<\/h2>\n    <div class=\"jc-partners-grid\">\n\n      <div class=\"jc-partner-card\">\n        <svg class=\"jc-partner-icon\" viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"1.5\" stroke-linecap=\"round\" stroke-linejoin=\"round\">\n          <circle cx=\"12\" cy=\"12\" r=\"10\"\/><line x1=\"2\" y1=\"12\" x2=\"22\" y2=\"12\"\/><path d=\"M12 2a15.3 15.3 0 0 1 4 10 15.3 15.3 0 0 1-4 10 15.3 15.3 0 0 1-4-10 15.3 15.3 0 0 1 4-10z\"\/>\n        <\/svg>\n        <h3>Burn Manufacturing USA LLC<\/h3>\n        <p>Carbon Offset Project Management support delivered to partners including Korea Carbon Management Ltd and the United Nations \u2014 ensuring carbon offset issuance running more than three consecutive years.<\/p>\n      <\/div>\n\n      <div class=\"jc-partner-card\">\n        <svg class=\"jc-partner-icon\" viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"1.5\" stroke-linecap=\"round\" stroke-linejoin=\"round\">\n          <path d=\"M11 20A7 7 0 0 1 9.8 6.1C15.5 5 17 4.48 19 2c1 2 2 4.18 2 8a8 8 0 0 1-8 8h-2z\"\/><path d=\"M11 20c0-2.5-3.5-3.5-3.5-6.5\"\/><path d=\"M11 20h2\"\/>\n        <\/svg>\n        <h3>GrowGrounds<\/h3>\n        <p>Implementing Nature Based solutions across Africa working with farmers to incorporate climate friendly and sustainable farming practices to improve their overall value chain.<\/p>\n      <\/div>\n\n      <div class=\"jc-partner-card\">\n        <svg class=\"jc-partner-icon\" viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"1.5\" stroke-linecap=\"round\" stroke-linejoin=\"round\">\n          <path d=\"M12 2.69l5.66 5.66a8 8 0 1 1-11.31 0z\"\/>\n        <\/svg>\n        <h3>4-Life Solutions<\/h3>\n        <p>Developing carbon assets and managing the carbon credit aspect of a water purification program targeting the Africa market \u2014 part of a billion-lives initiative by 2030.<\/p>\n      <\/div>\n\n    <\/div>\n  <\/div>\n<\/section>\n\n<style>\n  .jc-partners-grid {\n    display: grid;\n    grid-template-columns: repeat(3, 1fr);\n    gap: 30px;\n    margin-top: 50px;\n  }\n\n  .jc-partner-card {\n    background: rgba(255,255,255,0.02);\n    border: 1px solid rgba(89,209,149,0.08);\n    padding: 40px;\n    border-radius: 16px;\n    text-align: center;\n    transition: all 0.3s ease;\n  }\n\n  .jc-partner-icon {\n    width: 48px;\n    height: 48px;\n    color: #59D195;\n    margin-bottom: 24px;\n  }\n\n  .jc-partner-card h3 {\n    color: #ffffff;\n    font-size: 1.25rem;\n    margin-bottom: 16px;\n    font-family: 'DM Sans', sans-serif;\n  }\n\n  .jc-partner-card p {\n    color: rgba(255,255,255,0.6);\n    font-size: 0.95rem;\n    line-height: 1.7;\n    margin: 0;\n  }\n\n  \/* Hover effect for consistency with other sections *\/\n  .jc-partner-card:hover {\n    background: rgba(89,209,149,0.05);\n    border-color: #59D195;\n    transform: translateY(-5px);\n  }\n\n  @media (max-width: 991px) {\n    .jc-partners-grid { grid-template-columns: 1fr; }\n  }\n<\/style>\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-85278ba e-flex e-con-boxed e-con e-parent\" data-id=\"85278ba\" data-element_type=\"container\">\n\t\t\t\t\t<div class=\"e-con-inner\">\n\t\t\t\t<div class=\"elementor-element elementor-element-05f9944 elementor-widget elementor-widget-html\" data-id=\"05f9944\" data-element_type=\"widget\" data-widget_type=\"html.default\">\n\t\t\t\t\t<section class=\"jc-section jc-clients\" id=\"clients\">\n  <div class=\"jc-inner\">\n    <p class=\"jc-label\">Who We Serve<\/p>\n    <h2 class=\"jc-title\">Target Clients<\/h2>\n    <div class=\"jc-clients-flex\">\n\n      <div class=\"jc-pill\">\n        <svg viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"><circle cx=\"12\" cy=\"12\" r=\"10\"\/><path d=\"M8 14s1.5 2 4 2 4-2 4-2\"\/><line x1=\"9\" y1=\"9\" x2=\"9.01\" y2=\"9\"\/><line x1=\"15\" y1=\"9\" x2=\"15.01\" y2=\"9\"\/><\/svg>\n        Carbon Offset Partners\n      <\/div>\n\n      <div class=\"jc-pill\">\n        <svg viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"><rect x=\"2\" y=\"3\" width=\"20\" height=\"14\" rx=\"2\" ry=\"2\"\/><line x1=\"8\" y1=\"21\" x2=\"16\" y2=\"21\"\/><line x1=\"12\" y1=\"17\" x2=\"12\" y2=\"21\"\/><\/svg>\n        Clean Energy Manufacturers\n      <\/div>\n\n      <div class=\"jc-pill\">\n        <svg viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"><path d=\"M21 10c0 7-9 13-9 13s-9-6-9-13a9 9 0 0 1 18 0z\"\/><circle cx=\"12\" cy=\"10\" r=\"3\"\/><\/svg>\n        Distributors of Clean Energy Solutions\n      <\/div>\n\n      <div class=\"jc-pill\">\n        <svg viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"><path d=\"M17 21v-2a4 4 0 0 0-4-4H5a4 4 0 0 0-4 4v2\"\/><circle cx=\"9\" cy=\"7\" r=\"4\"\/><path d=\"M23 21v-2a4 4 0 0 0-3-3.87\"\/><path d=\"M16 3.13a4 4 0 0 1 0 7.75\"\/><\/svg>\n        Communities Adopting Clean Energy\n      <\/div>\n\n      <div class=\"jc-pill\">\n        <svg viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\">\n          <path d=\"M11 20A7 7 0 0 1 9.8 6.1C15.5 5 17 4.48 19 2c1 2 2 4.18 2 8a8 8 0 0 1-8 8h-2z\"\/>\n          <path d=\"M11 20c0-2.5-3.5-3.5-3.5-6.5\"\/>\n          <path d=\"M11 20h2\"\/>\n        <\/svg>\n        Nature Based Solutions (NBS) [interested partners]\n      <\/div>\n\n    <\/div>\n  <\/div>\n<\/section>\n\n<style>\n  .jc-clients-flex {\n    display: flex;\n    flex-wrap: wrap;\n    gap: 16px;\n    justify-content: center;\n    margin-top: 40px;\n  }\n\n  .jc-pill {\n    display: flex;\n    align-items: center;\n    gap: 12px;\n    padding: 14px 24px;\n    background: rgba(255,255,255,0.05);\n    border: 1px solid rgba(89,209,149,0.15);\n    border-radius: 100px;\n    color: #ffffff;\n    font-size: 0.95rem;\n    font-weight: 500;\n    transition: all 0.3s ease;\n    cursor: default;\n  }\n\n  .jc-pill svg {\n    width: 20px;\n    height: 20px;\n    color: #59D195;\n  }\n\n  .jc-pill:hover {\n    background: rgba(89,209,149,0.1);\n    border-color: #59D195;\n    transform: translateY(-2px);\n    box-shadow: 0 8px 20px rgba(0,0,0,0.2);\n  }\n\n  @media (max-width: 767px) {\n    .jc-clients-flex { flex-direction: column; align-items: stretch; }\n    .jc-pill { justify-content: center; }\n  }\n<\/style>\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-cbeb63f e-flex e-con-boxed e-con e-parent\" data-id=\"cbeb63f\" data-element_type=\"container\">\n\t\t\t\t\t<div class=\"e-con-inner\">\n\t\t\t\t<div class=\"elementor-element elementor-element-8b37028 elementor-widget elementor-widget-html\" data-id=\"8b37028\" data-element_type=\"widget\" data-widget_type=\"html.default\">\n\t\t\t\t\t<!-- ============================================================\n     JULIUS CARBON \u2014 SECTION: TESTIMONIALS \/ REVIEWS\n     Paste in an Elementor HTML block\n     ============================================================ -->\n<section class=\"jc-section jc-testimonials\" id=\"testimonials\">\n  <div class=\"jc-inner\">\n    <p class=\"jc-label\">Reviews<\/p>\n    <h2 class=\"jc-title\">What Clients Say<\/h2>\n    <div class=\"jc-testimonials-grid\">\n\n      <div class=\"jc-testimonial-card\">\n        <span class=\"jc-quote\">\"<\/span>\n        <p>Working with Julius Carbon was an absolute pleasure! Their ability to train the field team and compile post-event data was just what we needed.<\/p>\n        <span class=\"jc-testimonial-author\">\u2014 Salome K.<\/span>\n      <\/div>\n\n      <div class=\"jc-testimonial-card\">\n        <span class=\"jc-quote\">\"<\/span>\n        <p>Their ability to translate our data into meaningful next steps was invaluable to our firm.<\/p>\n        <span class=\"jc-testimonial-author\">\u2014 Jane W.<\/span>\n      <\/div>\n\n    <\/div>\n  <\/div>\n<\/section>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-2cc9287 e-flex e-con-boxed e-con e-parent\" data-id=\"2cc9287\" data-element_type=\"container\">\n\t\t\t\t\t<div class=\"e-con-inner\">\n\t\t\t\t<div class=\"elementor-element elementor-element-9a66f1e elementor-widget elementor-widget-html\" data-id=\"9a66f1e\" data-element_type=\"widget\" data-widget_type=\"html.default\">\n\t\t\t\t\t<section class=\"jc-section jc-contact\" id=\"contact\">\n  <div class=\"jc-inner jc-contact-inner\">\n    <p class=\"jc-label\">Let's Connect<\/p>\n    <h2 class=\"jc-title\">Reach Us Today<\/h2>\n    <p class=\"jc-contact-desc\">\n      Whether you're looking to Develop a Carbon Offset Project; need expert Carbon Credit Project Development Data Analysis; \n      Train your in-house team on the Carbon Market dynamics; Need a Carbon Credit Policy Expert; \n      Want to explore clean energy solutions or Nature Based Solutions \u2014 We\u2019re here to walk the journey with you.\n    <\/p>\n    \n    <div class=\"jc-contact-links\">\n      <a href=\"tel:+254748970171\" class=\"jc-btn primary\">\n        <svg viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"><path d=\"M22 16.92v3a2 2 0 0 1-2.18 2 19.79 19.79 0 0 1-8.63-3.07A19.5 19.5 0 0 1 4.69 12 19.79 19.79 0 0 1 1.61 3.41 2 2 0 0 1 3.6 1.23h3a2 2 0 0 1 2 1.72c.127.96.361 1.903.7 2.81a2 2 0 0 1-.45 2.11L7.91 8.91a16 16 0 0 0 6.29 6.29l.95-.95a2 2 0 0 1 2.11-.45c.907.339 1.85.573 2.81.7A2 2 0 0 1 22 16.92z\"\/><\/svg>\n        +254 748970171\n      <\/a>\n\n      <a href=\"https:\/\/wa.me\/254748970171\" target=\"_blank\" rel=\"noopener\" class=\"jc-btn whatsapp\">\n        <svg viewBox=\"0 0 24 24\" fill=\"currentColor\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\"><path d=\"M17.472 14.382c-.297-.149-1.758-.867-2.03-.967-.273-.099-.471-.148-.67.15-.197.297-.767.966-.94 1.164-.173.199-.347.223-.644.075-.297-.15-1.255-.463-2.39-1.475-.883-.788-1.48-1.761-1.653-2.059-.173-.297-.018-.458.13-.606.134-.133.298-.347.446-.52.149-.174.198-.298.298-.497.099-.198.05-.371-.025-.52-.075-.149-.669-1.612-.916-2.207-.242-.579-.487-.5-.669-.51-.173-.008-.371-.01-.57-.01-.198 0-.52.074-.792.372-.272.297-1.04 1.016-1.04 2.479 0 1.462 1.065 2.875 1.213 3.074.149.198 2.096 3.2 5.077 4.487.709.306 1.262.489 1.694.625.712.227 1.36.195 1.871.118.571-.085 1.758-.719 2.006-1.413.248-.694.248-1.289.173-1.413-.074-.124-.272-.198-.57-.347z\"\/><path d=\"M12 0C5.373 0 0 5.373 0 12c0 2.117.549 4.107 1.514 5.842L.057 23.454a.75.75 0 0 0 .906.928l5.803-1.522A11.95 11.95 0 0 0 12 24c6.627 0 12-5.373 12-12S18.627 0 12 0zm0 22c-1.891 0-3.667-.523-5.183-1.432l-.37-.22-3.835 1.006 1.023-3.74-.242-.386A9.96 9.96 0 0 1 2 12C2 6.477 6.477 2 12 2s10 4.477 10 10-4.477 10-10 10z\"\/><\/svg>\n        Let's Chat\n      <\/a>\n\n      <a href=\"mailto:info@juliuscarbon.com\" class=\"jc-btn secondary\">\n        <svg viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"><path d=\"M4 4h16c1.1 0 2 .9 2 2v12c0 1.1-.9 2-2 2H4c-1.1 0-2-.9-2-2V6c0-1.1.9-2 2-2z\"\/><polyline points=\"22,6 12,13 2,6\"\/><\/svg>\n        info@juliuscarbon.com\n      <\/a>\n    <\/div>\n  <\/div>\n<\/section>\n\n<style>\n  \/* Base Styles for section *\/\n  .jc-contact { text-align: center; background: #040807; }\n  .jc-contact-inner { max-width: 800px; margin: 0 auto; }\n  .jc-contact-desc { color: rgba(255,255,255,0.7); line-height: 1.8; margin-bottom: 40px; font-size: 1.1rem; }\n  \n  .jc-contact-links { display: flex; flex-wrap: wrap; gap: 15px; justify-content: center; }\n  .jc-btn { \n    display: inline-flex; align-items: center; gap: 10px; padding: 14px 28px; \n    border-radius: 50px; font-weight: 600; text-decoration: none; transition: 0.3s; \n    font-family: 'DM Sans', sans-serif; font-size: 0.95rem;\n  }\n\n  .jc-btn.primary { background: #59D195; color: #040807; }\n  .jc-btn.secondary { background: rgba(255,255,255,0.05); color: #fff; border: 1px solid rgba(89,209,149,0.3); }\n  .jc-btn.whatsapp { background: #25D366; color: #fff !important; }\n\n  .jc-btn:hover { transform: translateY(-3px); box-shadow: 0 10px 20px rgba(0,0,0,0.2); }\n  .jc-btn.whatsapp:hover { background: #1ebe57; }\n\n  .jc-btn svg { width: 18px; height: 18px; }\n\n  @keyframes heartbeat {\n    0% { transform: scale(1); }\n    14% { transform: scale(1.1); }\n    28% { transform: scale(1); }\n    42% { transform: scale(1.1); }\n    70% { transform: scale(1); }\n  }\n  .jc-btn.whatsapp svg { animation: heartbeat 3s ease-in-out infinite; }\n<\/style>\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t","protected":false},"excerpt":{"rendered":"<p>Carbon-Literate Citizen &amp; Seasoned Pro JuliusCarbonVentures End-to-end carbon project management, training, and climate finance solutions helping communities develop high-quality Sustainable Technology and Nature-based Solutions. Get in Touch 01 \/ Sustainable Technologies 02 \/ Nature Based Solutions How It Works The Carbon Certification Cycle From project design to verified carbon credit issuance \u2014 seven rigorous stages [&hellip;]<\/p>\n","protected":false},"author":1,"featured_media":0,"parent":0,"menu_order":0,"comment_status":"closed","ping_status":"closed","template":"elementor_header_footer","meta":{"footnotes":""},"class_list":["post-11","page","type-page","status-publish","hentry"],"_links":{"self":[{"href":"https:\/\/juliuscarbon.com\/index.php?rest_route=\/wp\/v2\/pages\/11","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/juliuscarbon.com\/index.php?rest_route=\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/juliuscarbon.com\/index.php?rest_route=\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/juliuscarbon.com\/index.php?rest_route=\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/juliuscarbon.com\/index.php?rest_route=%2Fwp%2Fv2%2Fcomments&post=11"}],"version-history":[{"count":52,"href":"https:\/\/juliuscarbon.com\/index.php?rest_route=\/wp\/v2\/pages\/11\/revisions"}],"predecessor-version":[{"id":101,"href":"https:\/\/juliuscarbon.com\/index.php?rest_route=\/wp\/v2\/pages\/11\/revisions\/101"}],"wp:attachment":[{"href":"https:\/\/juliuscarbon.com\/index.php?rest_route=%2Fwp%2Fv2%2Fmedia&parent=11"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}