{"id":430,"date":"2026-05-13T17:20:33","date_gmt":"2026-05-13T17:20:33","guid":{"rendered":"https:\/\/agribium.com\/?page_id=430"},"modified":"2026-05-13T18:54:25","modified_gmt":"2026-05-13T18:54:25","slug":"services","status":"publish","type":"page","link":"https:\/\/agribium.com\/?page_id=430","title":{"rendered":"Services"},"content":{"rendered":"\t\t<div data-elementor-type=\"wp-page\" data-elementor-id=\"430\" class=\"elementor elementor-430\" data-elementor-post-type=\"page\">\n\t\t\t\t<div class=\"elementor-element elementor-element-1d1dbff e-con-full e-flex e-con e-parent\" data-id=\"1d1dbff\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-c2324c2 elementor-widget elementor-widget-html\" data-id=\"c2324c2\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"html.default\">\n\t\t\t\t\t<link href=\"https:\/\/fonts.googleapis.com\/css2?family=Playfair+Display:wght@700;800&family=DM+Sans:wght@300;400;500&display=swap\" rel=\"stylesheet\">\r\n\r\n<style>\r\n\r\n\/* ===== SCOPE WRAPPER (PREVENTS CONFLICTS) ===== *\/\r\n.agri-scope {\r\n  position: relative;\r\n  min-height: 100vh;\r\n  padding-top: 180px; \/* prevents header overlap *\/\r\n\r\n  display: flex;\r\n  align-items: center;\r\n  justify-content: center;\r\n  overflow: hidden;\r\n  font-family: 'DM Sans', sans-serif;\r\n}\r\n\r\n\/* ===== BACKGROUND ===== *\/\r\n.agri-scope .agri-bg {\r\n  position: absolute;\r\n  inset: 0;\r\n  background-image: url('https:\/\/images.unsplash.com\/photo-1500382017468-9049fed747ef?w=1800&q=80');\r\n  background-size: cover;\r\n  background-position: center;\r\n  transform: scale(1.05);\r\n}\r\n\r\n\/* ===== OVERLAY ===== *\/\r\n.agri-scope .agri-overlay {\r\n  position: absolute;\r\n  inset: 0;\r\n  background: linear-gradient(160deg, rgba(10,42,22,0.85), rgba(21,94,52,0.7));\r\n}\r\n\r\n\/* ===== CONTENT ===== *\/\r\n.agri-scope .agri-content {\r\n  position: relative;\r\n  z-index: 2;\r\n  max-width: 850px;\r\n  padding: 20px;\r\n  text-align: center;\r\n  color: #fff;\r\n\r\n  display: flex;\r\n  flex-direction: column;\r\n  align-items: center;\r\n}\r\n\r\n\r\n\/* ===== HEADING ===== *\/\r\n.agri-scope .agri-headline {\r\n  font-family: 'Playfair Display', serif;\r\n  font-size: clamp(32px, 6vw, 68px);\r\n  line-height: 1.1;\r\n  font-weight: 800;\r\n}\r\n\r\n.agri-scope .agri-headline em {\r\n  color: #a8d5ba;\r\n  font-style: italic;\r\n}\r\n\r\n\/* ===== DIVIDER ===== *\/\r\n.agri-scope .agri-bar {\r\n  width: 60px;\r\n  height: 3px;\r\n  background: #f9bb30;\r\n  margin: 10px auto 6px;\r\n}\r\n\r\n\/* ===== TEXT ===== *\/\r\n.agri-scope .agri-body {\r\n  font-size: clamp(15px, 2vw, 20px);\r\n  line-height: 1.6;\r\n  color: rgba(255,255,255,0.85);\r\n  max-width: 620px;\r\n\r\n  margin: 0 !important;\r\n  padding: 0 !important;\r\n}\r\n\r\n\/* ===== BUTTON WRAPPER ===== *\/\r\n.agri-scope .agri-cta {\r\n  margin-top: 6px !important;\r\n\r\n  display: flex !important;\r\n  gap: 16px !important;\r\n  justify-content: center !important;\r\n  align-items: center !important;\r\n  flex-wrap: wrap !important;\r\n}\r\n\r\n\/* ===== BUTTON BASE ===== *\/\r\n.agri-scope .agri-btn {\r\n  padding: 14px 20px !important;\r\n  border-radius: 6px !important;\r\n  font-size: 14px !important;\r\n  text-decoration: none !important;\r\n  display: inline-flex !important;\r\n  align-items: center !important;\r\n  justify-content: center !important;\r\n  width: auto !important;\r\n  min-width: 180px;\r\n  max-width: 260px;\r\n  white-space: nowrap;\r\n  transition: all 0.3s ease;\r\n}\r\n\r\n\/* ===== PRIMARY BUTTON ===== *\/\r\n.agri-scope .agri-btn-primary {\r\n  background: #f9bb30 !important;\r\n  color: #0d2818 !important;\r\n  border: none !important;\r\n}\r\n\r\n.agri-scope .agri-btn-primary:hover {\r\n  transform: translateY(-3px);\r\n  box-shadow: 0 8px 20px rgba(249,187,48,0.4);\r\n}\r\n\r\n\/* ===== GHOST BUTTON ===== *\/\r\n.agri-scope .agri-btn-ghost {\r\n  border: 1px solid rgba(255,255,255,0.6) !important;\r\n  color: #fff !important;\r\n  background: transparent !important;\r\n}\r\n\r\n.agri-scope .agri-btn-ghost:hover {\r\n  background: rgba(255,255,255,0.1);\r\n  transform: translateY(-3px);\r\n}\r\n\r\n\/* ===== MOBILE FIX ===== *\/\r\n@media (max-width: 768px) {\r\n\r\n  .agri-scope {\r\n    padding-top: 100px;\r\n  }\r\n\r\n  .agri-scope .agri-headline {\r\n    font-size: 34px;\r\n    line-height: 1.2;\r\n  }\r\n\r\n  .agri-scope .agri-body {\r\n    font-size: 15px;\r\n    padding: 0 10px;\r\n  }\r\n\r\n  .agri-scope .agri-cta {\r\n    flex-direction: column !important;\r\n  }\r\n\r\n  .agri-scope .agri-btn {\r\n    width: auto !important;\r\n    min-width: 200px;\r\n  }\r\n}\r\n\r\n<\/style>\r\n\r\n<section class=\"agri-scope\">\r\n\r\n  <!-- Background -->\r\n  <div class=\"agri-bg\"><\/div>\r\n  <div class=\"agri-overlay\"><\/div>\r\n\r\n  <!-- Content -->\r\n  <div class=\"agri-content\">\r\n\r\n    <h1 class=\"agri-headline\">\r\n      What <em>Agribium<\/em><br>Does for You\r\n    <\/h1>\r\n\r\n    <div class=\"agri-bar\"><\/div>\r\n\r\n    <p class=\"agri-body\">\r\n      Agribium supports institutions and community enterprises to plan, build, and connect sustainable livelihood systems \u2014 rooted in land, driven by people.\r\n    <\/p>\r\n\r\n    <div class=\"agri-cta\">\r\n      <a href=\"#\" class=\"agri-btn agri-btn-primary\">Explore Our Work<\/a>\r\n      <a href=\"#\" class=\"agri-btn agri-btn-ghost\">Learn More<\/a>\r\n    <\/div>\r\n\r\n  <\/div>\r\n\r\n<\/section>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-dd6c555 e-con-full e-flex e-con e-parent\" data-id=\"dd6c555\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-4de8f26 elementor-widget elementor-widget-html\" data-id=\"4de8f26\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"html.default\">\n\t\t\t\t\t<!-- AGRIBIUM SERVICES SECTION \u2014 Elementor HTML Block -->\r\n<link href=\"https:\/\/fonts.googleapis.com\/css2?family=Playfair+Display:ital,wght@0,700;0,800;1,700&family=DM+Sans:wght@300;400;500&display=swap\" rel=\"stylesheet\">\r\n\r\n<style>\r\n  .agri-svc * { margin: 0; padding: 0; box-sizing: border-box; }\r\n\r\n  \/* \u2500\u2500\u2500 Section wrapper \u2500\u2500\u2500 *\/\r\n  .agri-svc {\r\n    padding: 110px 40px 120px;\r\n    background: #f8df9a;\r\n    position: relative;\r\n    overflow: hidden;\r\n    font-family: 'DM Sans', sans-serif;\r\n  }\r\n\r\n  \/* subtle grain over yellow bg *\/\r\n  .agri-svc::before {\r\n    content: '';\r\n    position: absolute;\r\n    inset: 0;\r\n    background-image: url(\"data:image\/svg+xml,%3Csvg viewBox='0 0 200 200' xmlns='http:\/\/www.w3.org\/2000\/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.75' numOctaves='4' stitchTiles='stitch'\/%3E%3C\/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)'\/%3E%3C\/svg%3E\");\r\n    background-size: 160px;\r\n    opacity: 0.045;\r\n    pointer-events: none;\r\n    z-index: 0;\r\n  }\r\n\r\n  \/* large decorative circle *\/\r\n  .agri-svc-circle {\r\n    position: absolute;\r\n    width: 560px; height: 560px;\r\n    border-radius: 50%;\r\n    background: radial-gradient(circle, rgba(21,94,52,0.08), transparent 70%);\r\n    top: -160px; right: -140px;\r\n    pointer-events: none;\r\n    z-index: 0;\r\n  }\r\n  .agri-svc-circle2 {\r\n    position: absolute;\r\n    width: 380px; height: 380px;\r\n    border-radius: 50%;\r\n    background: radial-gradient(circle, rgba(249,187,48,0.18), transparent 70%);\r\n    bottom: -100px; left: -80px;\r\n    pointer-events: none;\r\n    z-index: 0;\r\n  }\r\n\r\n  \/* \u2500\u2500\u2500 Section header \u2500\u2500\u2500 *\/\r\n  .agri-svc-header {\r\n    position: relative;\r\n    z-index: 2;\r\n    text-align: center;\r\n    max-width: 640px;\r\n    margin: 0 auto 64px;\r\n    opacity: 0;\r\n    transform: translateY(24px);\r\n    transition: opacity 0.9s ease, transform 0.9s ease;\r\n  }\r\n  .agri-svc-header.show {\r\n    opacity: 1; transform: translateY(0);\r\n  }\r\n  .agri-svc-eyebrow {\r\n    display: inline-flex;\r\n    align-items: center;\r\n    gap: 10px;\r\n    font-size: 10.5px;\r\n    font-weight: 500;\r\n    letter-spacing: 0.22em;\r\n    text-transform: uppercase;\r\n    color: #155e34;\r\n    margin-bottom: 16px;\r\n  }\r\n  .agri-svc-eyebrow span {\r\n    display: block;\r\n    width: 26px; height: 1px;\r\n    background: #155e34;\r\n  \r\n  }\r\n  .agri-svc-title {\r\n    font-family: 'Playfair Display', serif;\r\n   font-size: clamp(36px, 5vw, 34px)!important;\r\n    font-weight: 800;\r\n    \r\n     color: #ffffff !important;\r\n    line-height: 1.1;\r\n    margin-bottom: 18px;\r\n  }\r\n  .agri-svc-title em {\r\n    font-style: italic;\r\n    color: #ffffff !important;\r\n    font-size:30px;\r\n  }\r\n  .agri-svc-sub {\r\n    font-size: 16px;\r\n    font-weight: 300;\r\n    color:  #ffffff !important;\r\n    line-height: 1.7;\r\n  }\r\n\r\n  \/* \u2500\u2500\u2500 Grid \u2500\u2500\u2500 *\/\r\n  .agri-svc-grid {\r\n    position: relative;\r\n    z-index: 2;\r\n    display: grid;\r\n    grid-template-columns: repeat(3, 1fr);\r\n    gap: 28px;\r\n    max-width: 1200px;\r\n    margin: 0 auto;\r\n  }\r\n\r\n  \/* \u2500\u2500\u2500 Card \u2500\u2500\u2500 *\/\r\n  .agri-card {\r\n    background: #fff;\r\n    border-radius: 20px;\r\n    overflow: hidden;\r\n    box-shadow: 0 2px 16px rgba(13,40,24,0.07);\r\n    opacity: 0;\r\n    transform: translateY(44px);\r\n    transition: opacity 0.8s cubic-bezier(.22,1,.36,1),\r\n                transform 0.8s cubic-bezier(.22,1,.36,1),\r\n                box-shadow 0.35s ease;\r\n    display: flex;\r\n    flex-direction: column;\r\n  }\r\n  .agri-card.show {\r\n    opacity: 1; transform: translateY(0);\r\n  }\r\n  .agri-card:hover {\r\n    box-shadow: 0 16px 48px rgba(13,40,24,0.14);\r\n    transform: translateY(-6px);\r\n  }\r\n\r\n  \/* Card image *\/\r\n  .agri-card-img {\r\n    position: relative;\r\n    height: 210px;\r\n    overflow: hidden;\r\n  }\r\n  .agri-card-img img {\r\n    width: 100%; height: 100%;\r\n    object-fit: cover;\r\n    transition: transform 0.7s cubic-bezier(.22,1,.36,1);\r\n    display: block;\r\n  }\r\n  .agri-card:hover .agri-card-img img {\r\n    transform: scale(1.07);\r\n  }\r\n  \/* image tint *\/\r\n  .agri-card-img::after {\r\n    content: '';\r\n    position: absolute;\r\n    inset: 0;\r\n    background: linear-gradient(to bottom, rgba(21,94,52,0.18) 0%, rgba(13,40,24,0.55) 100%);\r\n  }\r\n\r\n  \/* number badge *\/\r\n  .agri-card-num {\r\n    position: absolute;\r\n    top: 16px; left: 18px;\r\n    z-index: 2;\r\n    font-family: 'Playfair Display', serif;\r\n    font-size: 13px;\r\n    font-weight: 700;\r\n    color: #f9bb30;\r\n    letter-spacing: 0.1em;\r\n    background: rgba(13,40,24,0.55);\r\n    backdrop-filter: blur(6px);\r\n    padding: 4px 12px;\r\n    border-radius: 20px;\r\n  }\r\n\r\n  \/* icon pill on image *\/\r\n  .agri-card-icon {\r\n    position: absolute;\r\n    bottom: -22px; right: 24px;\r\n    z-index: 3;\r\n    width: 48px; height: 48px;\r\n    background: #f9bb30;\r\n    border-radius: 12px;\r\n    display: flex;\r\n    align-items: center;\r\n    justify-content: center;\r\n    box-shadow: 0 4px 16px rgba(249,187,48,0.45);\r\n    transition: transform 0.3s ease;\r\n  }\r\n  .agri-card:hover .agri-card-icon {\r\n    transform: rotate(8deg) scale(1.1);\r\n  }\r\n  .agri-card-icon svg {\r\n    width: 22px; height: 22px;\r\n    stroke: #0d2818;\r\n    stroke-width: 2;\r\n    fill: none;\r\n    stroke-linecap: round;\r\n    stroke-linejoin: round;\r\n  }\r\n\r\n  \/* Card body *\/\r\n  .agri-card-body {\r\n    padding: 36px 28px 30px;\r\n    flex: 1;\r\n    display: flex;\r\n    flex-direction: column;\r\n  }\r\n\r\n  .agri-card-title {\r\n    font-family: 'Playfair Display', serif!important;\r\n    font-size: 36px!important;\r\n    font-weight: 700;\r\n    color: #155e34;\r\n    margin-bottom: 10px;\r\n  }\r\n\r\n  .agri-card-desc {\r\n    font-size: 14px;\r\n    font-weight: 300;\r\n    color: rgba(13,40,24,0.6);\r\n    line-height: 1.65;\r\n    margin-bottom: 22px;\r\n  }\r\n\r\n  \/* divider *\/\r\n  .agri-card-divider {\r\n    width: 36px; height: 2px;\r\n    background: #f9bb30;\r\n    border-radius: 2px;\r\n    margin-bottom: 20px;\r\n  }\r\n\r\n  \/* tag pills *\/\r\n  .agri-card-tags {\r\n    display: flex;\r\n    flex-wrap: wrap;\r\n    gap: 8px;\r\n    margin-top: auto;\r\n  }\r\n  .agri-tag {\r\n    font-size: 12px;\r\n    font-weight: 500;\r\n    letter-spacing: 0.03em;\r\n    color: #155e34;\r\n    background: rgba(21,94,52,0.08);\r\n    border: 1px solid rgba(21,94,52,0.15);\r\n    padding: 5px 13px;\r\n    border-radius: 20px;\r\n    transition: background 0.2s, color 0.2s;\r\n  }\r\n  .agri-card:hover .agri-tag {\r\n    background: rgba(21,94,52,0.14);\r\n  }\r\n\r\n  \/* \u2500\u2500\u2500 Bottom CTA strip \u2500\u2500\u2500 *\/\r\n  .agri-svc-cta {\r\n    position: relative;\r\n    z-index: 2;\r\n    text-align: center;\r\n    margin-top: 60px;\r\n    opacity: 0;\r\n    transform: translateY(20px);\r\n    transition: opacity 0.9s ease 0.4s, transform 0.9s ease 0.4s;\r\n  }\r\n  .agri-svc-cta.show { opacity: 1; transform: translateY(0); }\r\n\r\n  .agri-svc-btn {\r\n    display: inline-flex;\r\n    align-items: center;\r\n    gap: 10px;\r\n    padding: 15px 36px;\r\n    background: #155e34;\r\n    color: #f8df9a;\r\n    border-radius: 4px;\r\n    font-family: 'DM Sans', sans-serif;\r\n    font-size: 14px;\r\n    font-weight: 500;\r\n    letter-spacing: 0.04em;\r\n    text-decoration: none;\r\n    transition: background 0.25s ease, transform 0.25s ease, box-shadow 0.25s ease;\r\n    box-shadow: 0 4px 20px rgba(21,94,52,0.25);\r\n  }\r\n  .agri-svc-btn:hover {\r\n    background: #0d2818;\r\n    transform: translateY(-2px);\r\n    box-shadow: 0 8px 28px rgba(21,94,52,0.35);\r\n  }\r\n  .agri-svc-btn svg {\r\n    width: 16px; height: 16px;\r\n    stroke: currentColor;\r\n    stroke-width: 2.2;\r\n    fill: none;\r\n    stroke-linecap: round;\r\n    stroke-linejoin: round;\r\n  }\r\n\r\n  \/* \u2500\u2500\u2500 Responsive \u2500\u2500\u2500 *\/\r\n  @media (max-width: 960px) {\r\n    .agri-svc-grid { grid-template-columns: 1fr 1fr; }\r\n  }\r\n  @media (max-width: 600px) {\r\n    .agri-svc { padding: 80px 20px 90px; }\r\n    .agri-svc-grid { grid-template-columns: 1fr; }\r\n  }\r\n<\/style>\r\n\r\n<section class=\"agri-svc\">\r\n  <div class=\"agri-svc-circle\"><\/div>\r\n  <div class=\"agri-svc-circle2\"><\/div>\r\n\r\n  <!-- Header -->\r\n  <div class=\"agri-svc-header\" id=\"agriSvcHeader\">\r\n    <div class=\"agri-svc-eyebrow\">\r\n      <span><\/span> What We Offer <span><\/span>\r\n    <\/div>\r\n    <h2 class=\"agri-svc-title\">Our <em>Core Services<\/em><\/h2>\r\n    <p class=\"agri-svc-sub\">From the drawing board to the marketplace \u2014 we walk with communities at every stage of building a resilient livelihood.<\/p>\r\n  <\/div>\r\n\r\n  <!-- Cards -->\r\n  <div class=\"agri-svc-grid\">\r\n\r\n    <!-- Card 1: Planning & Design -->\r\n    <div class=\"agri-card\" data-delay=\"0\">\r\n      <div class=\"agri-card-img\">\r\n        <img decoding=\"async\" src=\"https:\/\/images.unsplash.com\/photo-1574943320219-553eb213f72d?w=800&q=80\" alt=\"Planning and Design\" loading=\"lazy\">\r\n        <div class=\"agri-card-num\">01<\/div>\r\n        <div class=\"agri-card-icon\">\r\n          <!-- pencil-ruler icon -->\r\n          <svg viewBox=\"0 0 24 24\"><path d=\"M12 20h9\"\/><path d=\"M16.5 3.5a2.121 2.121 0 013 3L7 19l-4 1 1-4L16.5 3.5z\"\/><\/svg>\r\n        <\/div>\r\n      <\/div>\r\n      <div class=\"agri-card-body\">\r\n        <h3 class=\"agri-card-title\">Planning & Design<\/h3>\r\n        <p class=\"agri-card-desc\">Agribium designs practical, evidence-based interventions that translate vision into actionable roadmaps for sustainable growth.<\/p>\r\n        <div class=\"agri-card-divider\"><\/div>\r\n        <div class=\"agri-card-tags\">\r\n          <span class=\"agri-tag\">Business Plans<\/span>\r\n          <span class=\"agri-tag\">DPRs<\/span>\r\n          <span class=\"agri-tag\">Program Design<\/span>\r\n          <span class=\"agri-tag\">Value Chains<\/span>\r\n        <\/div>\r\n      <\/div>\r\n    <\/div>\r\n\r\n    <!-- Card 2: Implementation -->\r\n    <div class=\"agri-card\" data-delay=\"150\">\r\n      <div class=\"agri-card-img\">\r\n        <img decoding=\"async\" src=\"https:\/\/images.unsplash.com\/photo-1464226184884-fa280b87c399?w=800&q=80\" alt=\"Implementation\" loading=\"lazy\">\r\n        <div class=\"agri-card-num\">02<\/div>\r\n        <div class=\"agri-card-icon\">\r\n          <!-- settings \/ gear icon -->\r\n          <svg viewBox=\"0 0 24 24\"><circle cx=\"12\" cy=\"12\" r=\"3\"\/><path d=\"M19.4 15a1.65 1.65 0 00.33 1.82l.06.06a2 2 0 010 2.83 2 2 0 01-2.83 0l-.06-.06a1.65 1.65 0 00-1.82-.33 1.65 1.65 0 00-1 1.51V21a2 2 0 01-4 0v-.09A1.65 1.65 0 009 19.4a1.65 1.65 0 00-1.82.33l-.06.06a2 2 0 01-2.83-2.83l.06-.06A1.65 1.65 0 004.68 15a1.65 1.65 0 00-1.51-1H3a2 2 0 010-4h.09A1.65 1.65 0 004.6 9a1.65 1.65 0 00-.33-1.82l-.06-.06a2 2 0 012.83-2.83l.06.06A1.65 1.65 0 009 4.68a1.65 1.65 0 001-1.51V3a2 2 0 014 0v.09a1.65 1.65 0 001 1.51 1.65 1.65 0 001.82-.33l.06-.06a2 2 0 012.83 2.83l-.06.06A1.65 1.65 0 0019.4 9a1.65 1.65 0 001.51 1H21a2 2 0 010 4h-.09a1.65 1.65 0 00-1.51 1z\"\/><\/svg>\r\n        <\/div>\r\n      <\/div>\r\n      <div class=\"agri-card-body\">\r\n        <h3 class=\"agri-card-title\">Implementation<\/h3>\r\n        <p class=\"agri-card-desc\">We build systems that work on the ground \u2014 strengthening institutions, developing enterprises, and embedding lasting governance structures.<\/p>\r\n        <div class=\"agri-card-divider\"><\/div>\r\n        <div class=\"agri-card-tags\">\r\n          <span class=\"agri-tag\">FPO Strengthening<\/span>\r\n          <span class=\"agri-tag\">Enterprise Setup<\/span>\r\n          <span class=\"agri-tag\">Capacity Building<\/span>\r\n          <span class=\"agri-tag\">Governance<\/span>\r\n        <\/div>\r\n      <\/div>\r\n    <\/div>\r\n\r\n    <!-- Card 3: Market Linkages -->\r\n    <div class=\"agri-card\" data-delay=\"300\">\r\n      <div class=\"agri-card-img\">\r\n        <img decoding=\"async\" src=\"https:\/\/images.unsplash.com\/photo-1488459716781-31db52582fe9?w=800&q=80\" alt=\"Market Linkages\" loading=\"lazy\">\r\n        <div class=\"agri-card-num\">03<\/div>\r\n        <div class=\"agri-card-icon\">\r\n          <!-- link \/ chain icon -->\r\n          <svg viewBox=\"0 0 24 24\"><path d=\"M10 13a5 5 0 007.54.54l3-3a5 5 0 00-7.07-7.07l-1.72 1.71\"\/><path d=\"M14 11a5 5 0 00-7.54-.54l-3 3a5 5 0 007.07 7.07l1.71-1.71\"\/><\/svg>\r\n        <\/div>\r\n      <\/div>\r\n      <div class=\"agri-card-body\">\r\n        <h3 class=\"agri-card-title\">Market Linkages<\/h3>\r\n        <p class=\"agri-card-desc\">Connecting farmers and enterprises to real markets through smart buyer linkages, strategic pricing, and brand development.<\/p>\r\n        <div class=\"agri-card-divider\"><\/div>\r\n        <div class=\"agri-card-tags\">\r\n          <span class=\"agri-tag\">Buyer Linkages<\/span>\r\n          <span class=\"agri-tag\">Pricing Strategy<\/span>\r\n          <span class=\"agri-tag\">Branding<\/span>\r\n          <span class=\"agri-tag\">Partnerships<\/span>\r\n        <\/div>\r\n      <\/div>\r\n    <\/div>\r\n\r\n  <\/div>\r\n\r\n  <!-- CTA -->\r\n  <div class=\"agri-svc-cta\" id=\"agriSvcCta\">\r\n    <a href=\"#\" class=\"agri-svc-btn\">\r\n      <svg viewBox=\"0 0 24 24\"><path d=\"M5 12h14M12 5l7 7-7 7\"\/><\/svg>\r\n      View All Services\r\n    <\/a>\r\n  <\/div>\r\n<\/section>\r\n\r\n<script>\r\n(function () {\r\n  \/\/ Header\r\n  var header = document.getElementById('agriSvcHeader');\r\n  new IntersectionObserver(function(entries) {\r\n    if (entries[0].isIntersecting) header.classList.add('show');\r\n  }, { threshold: 0.2 }).observe(header);\r\n\r\n  \/\/ Cards with staggered delay\r\n  document.querySelectorAll('.agri-card').forEach(function(card) {\r\n    var delay = parseInt(card.getAttribute('data-delay')) || 0;\r\n    new IntersectionObserver(function(entries) {\r\n      if (entries[0].isIntersecting) {\r\n        setTimeout(function() { card.classList.add('show'); }, delay);\r\n      }\r\n    }, { threshold: 0.15 }).observe(card);\r\n  });\r\n\r\n  \/\/ CTA\r\n  var cta = document.getElementById('agriSvcCta');\r\n  new IntersectionObserver(function(entries) {\r\n    if (entries[0].isIntersecting) cta.classList.add('show');\r\n  }, { threshold: 0.3 }).observe(cta);\r\n})();\r\n<\/script>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-d171321 e-con-full e-flex e-con e-parent\" data-id=\"d171321\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-039ecf6 elementor-widget elementor-widget-html\" data-id=\"039ecf6\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"html.default\">\n\t\t\t\t\t<!-- AGRIBIUM \u2014 CTA SECTION \u2014 Elementor HTML Block -->\r\n<link href=\"https:\/\/fonts.googleapis.com\/css2?family=Playfair+Display:ital,wght@0,700;0,800;1,700&family=DM+Sans:wght@300;400;500&display=swap\" rel=\"stylesheet\">\r\n\r\n<style>\r\n  .agri-cta * { margin: 0; padding: 0; box-sizing: border-box; }\r\n\r\n  \/* \u2500\u2500\u2500 Section \u2500\u2500\u2500 *\/\r\n  .agri-cta {\r\n    position: relative;\r\n    padding: 130px 40px 140px;\r\n    overflow: hidden;\r\n    font-family: 'DM Sans', sans-serif;\r\n  }\r\n\r\n  \/* Background image *\/\r\n  .agri-cta-bg {\r\n    position: absolute;\r\n    inset: 0;\r\n    background-image: url('https:\/\/images.unsplash.com\/photo-1523348837708-15d4a09cfac2?w=1800&q=80');\r\n    background-size: cover;\r\n    background-position: center 55%;\r\n    z-index: 0;\r\n  }\r\n\r\n  \/* Gradient overlay: brand green \u2192 gold *\/\r\n  .agri-cta-overlay {\r\n    position: absolute;\r\n    inset: 0;\r\n    background: linear-gradient(\r\n      125deg,\r\n      rgba(13,40,24,0.93) 0%,\r\n      rgba(21,94,52,0.88) 40%,\r\n      rgba(180,120,10,0.82) 100%\r\n    );\r\n    z-index: 1;\r\n  }\r\n\r\n  \/* Grain *\/\r\n  .agri-cta-grain {\r\n    position: absolute;\r\n    inset: 0;\r\n    background-image: url(\"data:image\/svg+xml,%3Csvg viewBox='0 0 200 200' xmlns='http:\/\/www.w3.org\/2000\/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.75' numOctaves='4' stitchTiles='stitch'\/%3E%3C\/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)'\/%3E%3C\/svg%3E\");\r\n    background-size: 160px;\r\n    opacity: 0.04;\r\n    z-index: 2;\r\n    pointer-events: none;\r\n  }\r\n\r\n  \/* Glow orbs *\/\r\n  .agri-cta-orb {\r\n    position: absolute;\r\n    border-radius: 50%;\r\n    filter: blur(110px);\r\n    pointer-events: none;\r\n    z-index: 2;\r\n  }\r\n  .agri-cta-orb-1 {\r\n    width: 500px; height: 500px;\r\n    background: radial-gradient(circle, rgba(249,187,48,0.20), transparent 70%);\r\n    top: -140px; right: -80px;\r\n  }\r\n  .agri-cta-orb-2 {\r\n    width: 360px; height: 360px;\r\n    background: radial-gradient(circle, rgba(168,213,186,0.16), transparent 70%);\r\n    bottom: -80px; left: -60px;\r\n  }\r\n\r\n  \/* Decorative horizontal rule *\/\r\n  .agri-cta-rule {\r\n    position: absolute;\r\n    left: 40px; right: 40px;\r\n    top: 50%;\r\n    height: 1px;\r\n    background: linear-gradient(90deg, transparent, rgba(249,187,48,0.12) 20%, rgba(249,187,48,0.12) 80%, transparent);\r\n    z-index: 2;\r\n    pointer-events: none;\r\n  }\r\n\r\n  \/* Corner leaf SVGs *\/\r\n  .agri-cta-leaf {\r\n    position: absolute;\r\n    z-index: 3;\r\n    opacity: 0.12;\r\n    pointer-events: none;\r\n  }\r\n  .agri-cta-leaf-tl { top: 28px; left: 36px; width: 80px; }\r\n  .agri-cta-leaf-br { bottom: 28px; right: 36px; width: 64px; transform: rotate(180deg); }\r\n\r\n  \/* \u2500\u2500\u2500 Inner \u2500\u2500\u2500 *\/\r\n  .agri-cta-inner {\r\n    position: relative;\r\n    z-index: 10;\r\n    max-width: 860px;\r\n    margin: 0 auto;\r\n    text-align: center;\r\n    color: #fff;\r\n  }\r\n\r\n  \/* Eyebrow *\/\r\n  .agri-cta-eyebrow {\r\n    display: inline-flex;\r\n    align-items: center;\r\n    gap: 10px;\r\n    font-size: 10.5px;\r\n    font-weight: 500;\r\n    letter-spacing: 0.24em;\r\n    text-transform: uppercase;\r\n    color: #f9bb30;\r\n    margin-bottom: 24px;\r\n    opacity: 0;\r\n    transform: translateY(18px);\r\n    transition: opacity 0.9s ease, transform 0.9s ease;\r\n  }\r\n  .agri-cta-eyebrow.show { opacity: 1; transform: translateY(0); }\r\n  .agri-cta-eyebrow span {\r\n    display: block;\r\n    width: 26px; height: 1px;\r\n    background: #f9bb30;\r\n  }\r\n\r\n  \/* Headline *\/\r\n  .agri-cta-title {\r\n    font-family: 'Playfair Display', serif;\r\n    font-size: clamp(36px, 5vw, 34px)!important;\r\n    font-weight: 800;\r\n    line-height: 1.12;\r\n    color: #ffffff!important;\r\n    margin-bottom: 24px;\r\n    opacity: 0;\r\n    transform: translateY(24px);\r\n    transition: opacity 0.9s ease 0.15s, transform 0.9s ease 0.15s;\r\n  }\r\n  .agri-cta-title.show { opacity: 1; transform: translateY(0); }\r\n  .agri-cta-title em {\r\n    font-style: italic;\r\n    color: #f9bb30;\r\n  }\r\n\r\n  \/* Gold bar *\/\r\n  .agri-cta-bar {\r\n    height: 2px;\r\n    width: 0;\r\n    background: linear-gradient(90deg, #f9bb30, rgba(249,187,48,0.2));\r\n    border-radius: 2px;\r\n    margin: 0 auto 28px;\r\n    transition: width 1s cubic-bezier(.22,1,.36,1) 0.3s;\r\n  }\r\n  .agri-cta-bar.show { width: 64px; }\r\n\r\n  \/* Sub text *\/\r\n  .agri-cta-desc {\r\n    font-size: clamp(15px, 1.8vw, 18px);\r\n    font-weight: 300;\r\n    line-height: 1.75;\r\n    color: rgba(255,255,255,0.70);\r\n    max-width: 620px;\r\n    margin: 0 auto 52px;\r\n    opacity: 0;\r\n    transform: translateY(20px);\r\n    transition: opacity 0.9s ease 0.3s, transform 0.9s ease 0.3s;\r\n  }\r\n  .agri-cta-desc.show { opacity: 1; transform: translateY(0); }\r\n\r\n  \/* \u2500\u2500\u2500 Buttons \u2500\u2500\u2500 *\/\r\n  .agri-cta-btns {\r\n    display: flex;\r\n    justify-content: center;\r\n    gap: 16px;\r\n    flex-wrap: wrap;\r\n    opacity: 0;\r\n    transform: translateY(18px);\r\n    transition: opacity 0.9s ease 0.45s, transform 0.9s ease 0.45s;\r\n  }\r\n  .agri-cta-btns.show { opacity: 1; transform: translateY(0); }\r\n\r\n  .agri-cta-btn {\r\n    display: inline-flex;\r\n    align-items: center;\r\n    gap: 10px;\r\n    padding: 17px 38px;\r\n    border-radius: 4px;\r\n    font-family: 'DM Sans', sans-serif;\r\n    font-size: 14px;\r\n    font-weight: 500;\r\n    letter-spacing: 0.05em;\r\n    text-decoration: none;\r\n    cursor: pointer;\r\n    border: none;\r\n    position: relative;\r\n    overflow: hidden;\r\n    transition: transform 0.28s ease, box-shadow 0.28s ease;\r\n  }\r\n  .agri-cta-btn::after {\r\n    content: '';\r\n    position: absolute;\r\n    inset: 0;\r\n    background: rgba(255,255,255,0.1);\r\n    opacity: 0;\r\n    transition: opacity 0.2s;\r\n  }\r\n  .agri-cta-btn:hover::after { opacity: 1; }\r\n  .agri-cta-btn:hover { transform: translateY(-3px); }\r\n\r\n  .agri-cta-btn-primary {\r\n    background: #f9bb30;\r\n    color: #0d2818;\r\n    box-shadow: 0 6px 32px rgba(249,187,48,0.40);\r\n  }\r\n  .agri-cta-btn-primary:hover {\r\n    box-shadow: 0 12px 42px rgba(249,187,48,0.55);\r\n  }\r\n\r\n  .agri-cta-btn-ghost {\r\n    background: transparent;\r\n    color: #fff;\r\n    border: 1.5px solid rgba(255,255,255,0.38);\r\n  }\r\n  .agri-cta-btn-ghost:hover {\r\n    border-color: rgba(255,255,255,0.75);\r\n  }\r\n\r\n  .agri-cta-btn svg {\r\n    width: 16px; height: 16px;\r\n    stroke: currentColor;\r\n    stroke-width: 2.2;\r\n    fill: none;\r\n    stroke-linecap: round;\r\n    stroke-linejoin: round;\r\n    transition: transform 0.25s ease;\r\n  }\r\n  .agri-cta-btn:hover svg { transform: translateX(3px); }\r\n\r\n  \/* \u2500\u2500\u2500 Trust row \u2500\u2500\u2500 *\/\r\n  .agri-cta-trust {\r\n    margin-top: 60px;\r\n    display: flex;\r\n    justify-content: center;\r\n    align-items: center;\r\n    gap: 36px;\r\n    flex-wrap: wrap;\r\n    opacity: 0;\r\n    transform: translateY(16px);\r\n    transition: opacity 0.9s ease 0.6s, transform 0.9s ease 0.6s;\r\n  }\r\n  .agri-cta-trust.show { opacity: 1; transform: translateY(0); }\r\n\r\n  .agri-cta-trust-divider {\r\n    width: 1px; height: 32px;\r\n    background: rgba(255,255,255,0.18);\r\n  }\r\n\r\n  .agri-cta-trust-item {\r\n    display: flex;\r\n    align-items: center;\r\n    gap: 9px;\r\n    font-size: 13px;\r\n    font-weight: 400;\r\n    color: rgba(255,255,255,0.55);\r\n    letter-spacing: 0.02em;\r\n  }\r\n  .agri-cta-trust-item svg {\r\n    width: 15px; height: 15px;\r\n    stroke: #f9bb30;\r\n    stroke-width: 2;\r\n    fill: none;\r\n    stroke-linecap: round;\r\n    stroke-linejoin: round;\r\n    flex-shrink: 0;\r\n  }\r\n\r\n  \/* \u2500\u2500\u2500 Responsive \u2500\u2500\u2500 *\/\r\n  @media (max-width: 600px) {\r\n    .agri-cta { padding: 90px 20px 100px; }\r\n    .agri-cta-btns { flex-direction: column; align-items: center; }\r\n    .agri-cta-btn { width: 100%; max-width: 320px; justify-content: center; }\r\n    .agri-cta-trust-divider { display: none; }\r\n    .agri-cta-trust { gap: 16px; }\r\n    .agri-cta-leaf-tl, .agri-cta-leaf-br { display: none; }\r\n  }\r\n<\/style>\r\n\r\n<section class=\"agri-cta\">\r\n  <!-- Layers -->\r\n  <div class=\"agri-cta-bg\"><\/div>\r\n  <div class=\"agri-cta-overlay\"><\/div>\r\n  <div class=\"agri-cta-grain\"><\/div>\r\n  <div class=\"agri-cta-orb agri-cta-orb-1\"><\/div>\r\n  <div class=\"agri-cta-orb agri-cta-orb-2\"><\/div>\r\n  <div class=\"agri-cta-rule\"><\/div>\r\n\r\n  <!-- Corner leaves -->\r\n  <svg class=\"agri-cta-leaf agri-cta-leaf-tl\" viewBox=\"0 0 80 100\" fill=\"none\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\">\r\n    <path d=\"M10 90 C10 90 5 40 40 10 C70 -10 75 30 60 55 C45 80 10 90 10 90Z\" fill=\"#a8d5ba\"\/>\r\n    <path d=\"M10 90 L45 38\" stroke=\"#155e34\" stroke-width=\"1.5\"\/>\r\n  <\/svg>\r\n  <svg class=\"agri-cta-leaf agri-cta-leaf-br\" viewBox=\"0 0 80 100\" fill=\"none\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\">\r\n    <path d=\"M10 90 C10 90 5 40 40 10 C70 -10 75 30 60 55 C45 80 10 90 10 90Z\" fill=\"#a8d5ba\"\/>\r\n    <path d=\"M10 90 L45 38\" stroke=\"#155e34\" stroke-width=\"1.5\"\/>\r\n  <\/svg>\r\n\r\n  <div class=\"agri-cta-inner\">\r\n\r\n    <div class=\"agri-cta-eyebrow\" id=\"agriCtaEyebrow\">\r\n      <span><\/span> Take the Next Step <span><\/span>\r\n    <\/div>\r\n\r\n    <h2 class=\"agri-cta-title\" id=\"agriCtaTitle\">\r\n      Looking to build or strengthen<br>a <em>livelihood initiative?<\/em>\r\n    <\/h2>\r\n\r\n    <div class=\"agri-cta-bar\" id=\"agriCtaBar\"><\/div>\r\n\r\n    <p class=\"agri-cta-desc\" id=\"agriCtaDesc\">\r\n      Whether you're starting from scratch or scaling what's working \u2014 Agribium brings the expertise, the relationships, and the commitment to walk with you every step of the way.\r\n    <\/p>\r\n\r\n    <div class=\"agri-cta-btns\" id=\"agriCtaBtns\">\r\n      <a href=\"#\" class=\"agri-cta-btn agri-cta-btn-primary\">\r\n        <svg viewBox=\"0 0 24 24\"><path d=\"M5 12h14M12 5l7 7-7 7\"\/><\/svg>\r\n        Work With Agribium\r\n      <\/a>\r\n      <a href=\"#\" class=\"agri-cta-btn agri-cta-btn-ghost\">\r\n        <svg viewBox=\"0 0 24 24\"><path d=\"M14 2H6a2 2 0 00-2 2v16a2 2 0 002 2h12a2 2 0 002-2V8z\"\/><polyline points=\"14 2 14 8 20 8\"\/><\/svg>\r\n        Request a Proposal\r\n      <\/a>\r\n    <\/div>\r\n\r\n    <!-- Trust signals -->\r\n    <div class=\"agri-cta-trust\" id=\"agriCtaTrust\">\r\n      <div class=\"agri-cta-trust-item\">\r\n        <svg viewBox=\"0 0 24 24\"><path d=\"M12 22s8-4 8-10V5l-8-3-8 3v7c0 6 8 10 8 10z\"\/><\/svg>\r\n        Trusted by 120+ communities\r\n      <\/div>\r\n      <div class=\"agri-cta-trust-divider\"><\/div>\r\n      <div class=\"agri-cta-trust-item\">\r\n        <svg viewBox=\"0 0 24 24\"><circle cx=\"12\" cy=\"12\" r=\"10\"\/><polyline points=\"12 6 12 12 16 14\"\/><\/svg>\r\n        Responses within 48 hours\r\n      <\/div>\r\n      <div class=\"agri-cta-trust-divider\"><\/div>\r\n      <div class=\"agri-cta-trust-item\">\r\n        <svg viewBox=\"0 0 24 24\"><path d=\"M17 21v-2a4 4 0 00-4-4H5a4 4 0 00-4 4v2\"\/><circle cx=\"9\" cy=\"7\" r=\"4\"\/><path d=\"M23 21v-2a4 4 0 00-3-3.87M16 3.13a4 4 0 010 7.75\"\/><\/svg>\r\n        14 partner countries\r\n      <\/div>\r\n    <\/div>\r\n\r\n  <\/div>\r\n<\/section>\r\n\r\n<script>\r\n(function () {\r\n  var els = [\r\n    { id: 'agriCtaEyebrow', cls: 'show', threshold: 0.2 },\r\n    { id: 'agriCtaTitle',   cls: 'show', threshold: 0.2 },\r\n    { id: 'agriCtaBar',     cls: 'show', threshold: 0.2 },\r\n    { id: 'agriCtaDesc',    cls: 'show', threshold: 0.2 },\r\n    { id: 'agriCtaBtns',    cls: 'show', threshold: 0.2 },\r\n    { id: 'agriCtaTrust',   cls: 'show', threshold: 0.2 },\r\n  ];\r\n  els.forEach(function(item) {\r\n    var el = document.getElementById(item.id);\r\n    if (!el) return;\r\n    new IntersectionObserver(function(e) {\r\n      if (e[0].isIntersecting) el.classList.add(item.cls);\r\n    }, { threshold: item.threshold }).observe(el);\r\n  });\r\n})();\r\n<\/script>\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>What AgribiumDoes for You Agribium supports institutions and community enterprises to plan, build, and connect sustainable livelihood systems \u2014 rooted in land, driven by people. Explore Our Work Learn More What We Offer Our Core Services From the drawing board to the marketplace \u2014 we walk with communities at every stage of building a resilient [&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-430","page","type-page","status-publish","hentry"],"_hostinger_reach_plugin_has_subscription_block":false,"_hostinger_reach_plugin_is_elementor":false,"_links":{"self":[{"href":"https:\/\/agribium.com\/index.php?rest_route=\/wp\/v2\/pages\/430","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/agribium.com\/index.php?rest_route=\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/agribium.com\/index.php?rest_route=\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/agribium.com\/index.php?rest_route=\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/agribium.com\/index.php?rest_route=%2Fwp%2Fv2%2Fcomments&post=430"}],"version-history":[{"count":34,"href":"https:\/\/agribium.com\/index.php?rest_route=\/wp\/v2\/pages\/430\/revisions"}],"predecessor-version":[{"id":517,"href":"https:\/\/agribium.com\/index.php?rest_route=\/wp\/v2\/pages\/430\/revisions\/517"}],"wp:attachment":[{"href":"https:\/\/agribium.com\/index.php?rest_route=%2Fwp%2Fv2%2Fmedia&parent=430"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}