{"id":1035,"date":"2026-03-19T12:55:42","date_gmt":"2026-03-19T12:55:42","guid":{"rendered":"https:\/\/afcu.org.et\/?page_id=1035"},"modified":"2026-03-22T15:41:45","modified_gmt":"2026-03-22T15:41:45","slug":"well-come-ambo-farmers-cooperative-union","status":"publish","type":"page","link":"https:\/\/afcu.org.et\/","title":{"rendered":"Home"},"content":{"rendered":"\n<!DOCTYPE html>\n<html lang=\"en\">\n<head>\n<meta charset=\"UTF-8\">\n<meta name=\"viewport\" content=\"width=device-width, initial-scale=1.0, user-scalable=yes\">\n<title>AFCU | Ambo Farmers Cooperative Union \u2013 Official Homepage<\/title>\n<link href=\"https:\/\/fonts.googleapis.com\/css2?family=Inter:opsz,wght@14..32,300;14..32,400;14..32,500;14..32,600;14..32,700;14..32,800&#038;display=swap\" rel=\"stylesheet\">\n<link rel=\"stylesheet\" href=\"https:\/\/cdnjs.cloudflare.com\/ajax\/libs\/font-awesome\/6.0.0-beta3\/css\/all.min.css\">\n<style>\n  * {\n    margin: 0;\n    padding: 0;\n    box-sizing: border-box;\n  }\n\n  body {\n    font-family: 'Inter', sans-serif;\n    background: #fefef7;\n    color: #1a2c3e;\n    scroll-behavior: smooth;\n    line-height: 1.5;\n    overflow-x: hidden;\n  }\n\n  \/* header & navigation *\/\n  .main-header {\n    background: linear-gradient(135deg, #0a3f2f 0%, #126e54 100%);\n    color: white;\n    padding: 0.9rem 2rem;\n    position: sticky;\n    top: 0;\n    z-index: 1000;\n    box-shadow: 0 8px 20px rgba(0,0,0,0.12);\n  }\n\n  .header-container {\n    max-width: 1400px;\n    margin: 0 auto;\n    display: flex;\n    align-items: center;\n    justify-content: space-between;\n    flex-wrap: wrap;\n    gap: 1rem;\n  }\n\n  .logo h1 {\n    font-size: 1.7rem;\n    font-weight: 800;\n    letter-spacing: -0.5px;\n  }\n  .logo p {\n    font-size: 0.7rem;\n    opacity: 0.9;\n  }\n\n  .nav-menu ul {\n    display: flex;\n    gap: 1.8rem;\n    list-style: none;\n    flex-wrap: wrap;\n  }\n  .nav-menu a {\n    color: white;\n    text-decoration: none;\n    font-weight: 500;\n    font-size: 0.9rem;\n    transition: 0.2s;\n    display: inline-flex;\n    align-items: center;\n    gap: 6px;\n  }\n  .nav-menu a:hover {\n    color: #ffde9c;\n    transform: translateY(-2px);\n  }\n\n  .menu-toggle {\n    display: none;\n    font-size: 1.8rem;\n    background: none;\n    border: none;\n    color: white;\n    cursor: pointer;\n  }\n\n  @media (max-width: 950px) {\n    .menu-toggle {\n      display: block;\n    }\n    .nav-menu {\n      position: fixed;\n      top: 70px;\n      left: -100%;\n      width: 80%;\n      height: 100vh;\n      background: #0a3f2f;\n      transition: 0.3s;\n      padding: 2rem;\n      box-shadow: 4px 0 20px rgba(0,0,0,0.3);\n      z-index: 999;\n      overflow-y: auto;\n    }\n    .nav-menu.active {\n      left: 0;\n    }\n    .nav-menu ul {\n      flex-direction: column;\n      gap: 1.5rem;\n    }\n    .header-container {\n      flex-wrap: nowrap;\n    }\n  }\n\n  \/* Hero Section with stats *\/\n  .hero {\n    background: linear-gradient(107deg, #eef7f0, #e2f0e5);\n    padding: 3rem 2rem;\n    text-align: center;\n    position: relative;\n  }\n  .hero-content h2 {\n    font-size: 2.8rem;\n    color: #0a4b38;\n    font-weight: 800;\n  }\n  .hero-btn {\n    background: #2c7a5c;\n    color: white;\n    padding: 0.8rem 2rem;\n    border-radius: 50px;\n    text-decoration: none;\n    display: inline-block;\n    margin-top: 1rem;\n    font-weight: 600;\n    transition: 0.2s;\n    border: none;\n    cursor: pointer;\n  }\n  .hero-btn:hover {\n    background: #1e5e46;\n    transform: scale(1.02);\n  }\n\n  \/* Stats Cards - AFCU History & Growth *\/\n  .stats-showcase {\n    max-width: 1400px;\n    margin: -1.5rem auto 2rem;\n    padding: 0 2rem;\n    position: relative;\n    z-index: 5;\n  }\n  .stats-grid {\n    display: grid;\n    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));\n    gap: 1.5rem;\n    background: white;\n    border-radius: 28px;\n    padding: 2rem;\n    box-shadow: 0 20px 35px -12px rgba(0,0,0,0.15);\n  }\n  .stat-card {\n    text-align: center;\n    padding: 1.2rem;\n    background: linear-gradient(135deg, #f9fbf8, #ffffff);\n    border-radius: 20px;\n    transition: transform 0.3s;\n  }\n  .stat-card:hover {\n    transform: translateY(-5px);\n  }\n  .stat-icon {\n    font-size: 2.5rem;\n    color: #2c7a5c;\n    margin-bottom: 0.8rem;\n  }\n  .stat-number {\n    font-size: 2.2rem;\n    font-weight: 800;\n    color: #0a4b38;\n    line-height: 1.2;\n  }\n  .stat-label {\n    font-size: 0.85rem;\n    color: #4a627a;\n    text-transform: uppercase;\n    letter-spacing: 1px;\n    font-weight: 600;\n  }\n  .stat-desc {\n    font-size: 0.8rem;\n    color: #5b6e8c;\n    margin-top: 0.5rem;\n  }\n  .history-note {\n    background: linear-gradient(135deg, #eef2e8, #e6ede0);\n    padding: 1.5rem;\n    border-radius: 20px;\n    margin-top: 1rem;\n    font-size: 0.95rem;\n    border-left: 5px solid #2c7a5c;\n    text-align: left;\n    box-shadow: 0 4px 12px rgba(0,0,0,0.05);\n  }\n  .history-note i {\n    color: #2c7a5c;\n    margin-right: 8px;\n  }\n  .growth-highlight {\n    background: #2c7a5c20;\n    padding: 0.3rem 0.8rem;\n    border-radius: 30px;\n    display: inline-block;\n    font-weight: 700;\n    color: #1e5e46;\n  }\n\n  \/* Slideshow Section *\/\n  .slideshow-section {\n    max-width: 1400px;\n    margin: 2rem auto;\n    padding: 1rem 2rem;\n  }\n  .section-title {\n    font-size: 2rem;\n    font-weight: 700;\n    border-left: 6px solid #2c7a5c;\n    padding-left: 1rem;\n    margin-bottom: 0.5rem;\n    color: #1e4a3b;\n  }\n  .section-sub {\n    color: #4a627a;\n    margin-bottom: 2rem;\n    font-size: 1rem;\n  }\n\n  \/* Attractive Carousel\/Slider *\/\n  .carousel-container {\n    position: relative;\n    width: 100%;\n    border-radius: 28px;\n    overflow: hidden;\n    box-shadow: 0 25px 45px -12px rgba(0, 0, 0, 0.35);\n    background: #000;\n  }\n  .carousel-slides {\n    display: flex;\n    transition: transform 0.6s cubic-bezier(0.25, 0.46, 0.45, 0.94);\n    will-change: transform;\n  }\n  .slide {\n    flex: 0 0 100%;\n    position: relative;\n    height: 550px;\n    background: #1e2a2a;\n  }\n  .slide img {\n    width: 100%;\n    height: 100%;\n    object-fit: cover;\n    display: block;\n  }\n  .slide-caption {\n    position: absolute;\n    bottom: 0;\n    left: 0;\n    right: 0;\n    background: linear-gradient(0deg, rgba(0,0,0,0.75) 0%, rgba(0,0,0,0.3) 70%, transparent);\n    color: white;\n    padding: 2rem 2rem 1.5rem;\n    text-align: left;\n  }\n  .slide-caption h3 {\n    font-size: 1.6rem;\n    font-weight: 700;\n    margin-bottom: 0.3rem;\n  }\n  .slide-caption p {\n    font-size: 0.9rem;\n    opacity: 0.9;\n  }\n\n  \/* Navigation Buttons *\/\n  .carousel-btn {\n    position: absolute;\n    top: 50%;\n    transform: translateY(-50%);\n    background: rgba(255,255,255,0.25);\n    backdrop-filter: blur(8px);\n    border: none;\n    width: 48px;\n    height: 48px;\n    border-radius: 60px;\n    display: flex;\n    align-items: center;\n    justify-content: center;\n    cursor: pointer;\n    transition: all 0.2s;\n    color: white;\n    font-size: 1.6rem;\n    z-index: 10;\n  }\n  .carousel-btn:hover {\n    background: rgba(44,122,92,0.85);\n    transform: translateY(-50%) scale(1.05);\n  }\n  .btn-prev {\n    left: 20px;\n  }\n  .btn-next {\n    right: 20px;\n  }\n\n  \/* Dots Indicator *\/\n  .dots-container {\n    display: flex;\n    justify-content: center;\n    gap: 12px;\n    margin-top: 1.5rem;\n    padding: 0.5rem;\n  }\n  .dot {\n    width: 12px;\n    height: 12px;\n    border-radius: 50%;\n    background: #cbd5e0;\n    cursor: pointer;\n    transition: all 0.3s;\n  }\n  .dot.active {\n    background: #2c7a5c;\n    width: 28px;\n    border-radius: 20px;\n  }\n  .dot:hover {\n    background: #2c7a5c;\n    transform: scale(1.1);\n  }\n\n  \/* Thumbnail Gallery *\/\n  .thumbnail-strip {\n    display: flex;\n    gap: 12px;\n    justify-content: center;\n    margin-top: 1.8rem;\n    flex-wrap: wrap;\n  }\n  .thumb {\n    width: 80px;\n    height: 60px;\n    border-radius: 12px;\n    overflow: hidden;\n    cursor: pointer;\n    transition: 0.2s;\n    border: 2px solid transparent;\n  }\n  .thumb img {\n    width: 100%;\n    height: 100%;\n    object-fit: cover;\n  }\n  .thumb.active-thumb {\n    border-color: #2c7a5c;\n    transform: scale(1.05);\n    box-shadow: 0 4px 12px rgba(44,122,92,0.3);\n  }\n  .thumb:hover {\n    transform: scale(1.03);\n    border-color: #9bc4b0;\n  }\n\n  \/* Services Preview *\/\n  .services-preview {\n    background: #f8faf5;\n    padding: 3rem 2rem;\n    margin-top: 1rem;\n  }\n  .mini-grid {\n    display: flex;\n    flex-wrap: wrap;\n    justify-content: center;\n    gap: 2rem;\n    max-width: 1200px;\n    margin: 0 auto;\n  }\n  .service-badge {\n    background: white;\n    padding: 1rem 1.8rem;\n    border-radius: 60px;\n    font-weight: 600;\n    box-shadow: 0 2px 8px rgba(0,0,0,0.05);\n    cursor: pointer;\n    transition: all 0.2s;\n  }\n  .service-badge:hover {\n    transform: translateY(-3px);\n    box-shadow: 0 8px 20px rgba(0,0,0,0.1);\n    background: #2c7a5c;\n    color: white;\n  }\n\n  \/* Footer *\/\n  .footer {\n    background: #0a2e28;\n    color: #e0e7e6;\n    text-align: center;\n    padding: 2rem;\n    margin-top: 2rem;\n  }\n\n  @media (max-width: 768px) {\n    .slide {\n      height: 380px;\n    }\n    .slide-caption h3 {\n      font-size: 1.2rem;\n    }\n    .carousel-btn {\n      width: 38px;\n      height: 38px;\n      font-size: 1.2rem;\n    }\n    .thumb {\n      width: 60px;\n      height: 45px;\n    }\n    .hero-content h2 {\n      font-size: 1.8rem;\n    }\n    .stat-number {\n      font-size: 1.6rem;\n    }\n    .stats-grid {\n      padding: 1rem;\n      gap: 1rem;\n    }\n  }\n<\/style>\n<\/head>\n<body>\n\n<header class=\"main-header\">\n  <div class=\"header-container\">\n    <div class=\"logo\">\n      <h1><i class=\"fas fa-tractor\"><\/i> AFCU<\/h1>\n      <p>Ambo Farmers Cooperative Union<\/p>\n    <\/div>\n    <button class=\"menu-toggle\" id=\"mobileMenuBtn\"><i class=\"fas fa-bars\"><\/i><\/button>\n    <nav class=\"nav-menu\" id=\"navMenu\">\n      <ul>\n        <li><a href=\"https:\/\/afcu.org.et\/?page_id=944\" id=\"link1\"><i class=\"fas fa-info-circle\"><\/i> More About AFCU<\/a><\/li>\n        <li><a href=\"https:\/\/afcu.org.et\/?p=225\" id=\"link2\"><i class=\"fas fa-hand-holding-heart\"><\/i> Our Service<\/a><\/li>\n        <li><a href=\"https:\/\/afcu.org.et\/?p=300\" id=\"link3\"><i class=\"fas fa-users\"><\/i> Community Service<\/a><\/li>\n        <li><a href=\"https:\/\/afcu.org.et\/?page_id=26\" id=\"link4\"><i class=\"fas fa-cogs\"><\/i> Mechanization Service<\/a><\/li>\n        <li><a href=\"https:\/\/afcu.org.et\/?page_id=28\" id=\"link5\"><i class=\"fas fa-seedling\"><\/i> Seed Multiplication<\/a><\/li>\n        <li><a href=\"https:\/\/afcu.org.et\/?page_id=27\" id=\"link6\"><i class=\"fas fa-boxes\"><\/i> Agricultural Input Supply<\/a><\/li>\n        <li><a href=\"https:\/\/afcu.org.et\/?page_id=29\" id=\"link7\"><i class=\"fas fa-cow\"><\/i> Dairy Farming<\/a><\/li>\n        <li><a href=\"https:\/\/afcu.org.et\/?page_id=31\" id=\"link8\"><i class=\"fas fa-wheat-alt\"><\/i> Wheat Factory<\/a><\/li>\n        <li><a href=\"https:\/\/afcu.org.et\/?page_id=32\" id=\"link9\"><i class=\"fas fa-industry\"><\/i> Animal Feed Factory<\/a><\/li>\n        <li><a href=\"#\" id=\"link10\"><i class=\"fas fa-handshake\"><\/i> Our Partners<\/a><\/li>\n      <\/ul>\n    <\/nav>\n  <\/div>\n<\/header>\n\n<section id=\"home\" class=\"hero\">\n  <div class=\"hero-content\">\n    <h2>Empowering Farmers, <br>Harvesting the Future<\/h2>\n    <p style=\"margin-top: 0.8rem; max-width: 650px; margin-left: auto; margin-right: auto;\">Innovation, cooperative strength, and sustainable agribusiness \u2014 AFCU leads the transformation.<\/p>\n    <button class=\"hero-btn\" id=\"exploreSliderBtn\"><i class=\"fas fa-play-circle\"><\/i> Explore our visual story<\/button>\n  <\/div>\n<\/section>\n\n<!-- AFCU STATISTICS & HISTORY SECTION - COMPLETE INFO WITH UPDATED CAPITAL -->\n<div class=\"stats-showcase\">\n  <div class=\"stats-grid\">\n    <div class=\"stat-card\">\n      <div class=\"stat-icon\"><i class=\"fas fa-calendar-alt\"><\/i><\/div>\n      <div class=\"stat-number\">1998 E.C.<\/div>\n      <div class=\"stat-label\">Established<\/div>\n      <div class=\"stat-desc\">Founded in Ambo Woreda with only 5 primary cooperatives<\/div>\n    <\/div>\n    <div class=\"stat-card\">\n      <div class=\"stat-icon\"><i class=\"fas fa-chart-line\"><\/i><\/div>\n      <div class=\"stat-number\">1+ Billion Br<\/div>\n      <div class=\"stat-label\">Current Capital<\/div>\n      <div class=\"stat-desc\">Total capital exceeding 1 Billion Birr<\/div>\n    <\/div>\n    <div class=\"stat-card\">\n      <div class=\"stat-icon\"><i class=\"fas fa-handshake\"><\/i><\/div>\n      <div class=\"stat-number\">284<\/div>\n      <div class=\"stat-label\">Cooperatives<\/div>\n      <div class=\"stat-desc\">Currently working with 284 cooperative unions<\/div>\n    <\/div>\n    <div class=\"stat-card\">\n      <div class=\"stat-icon\"><i class=\"fas fa-map-marker-alt\"><\/i><\/div>\n      <div class=\"stat-number\">18<\/div>\n      <div class=\"stat-label\">Woredas<\/div>\n      <div class=\"stat-desc\">Operating across West Shewa Zone<\/div>\n    <\/div>\n    <div class=\"stat-card\">\n      <div class=\"stat-icon\"><i class=\"fas fa-users\"><\/i><\/div>\n      <div class=\"stat-number\">156,155<\/div>\n      <div class=\"stat-label\">Total Members<\/div>\n      <div class=\"stat-desc\">Growing cooperative family<\/div>\n    <\/div>\n    <div class=\"stat-card\">\n      <div class=\"stat-icon\"><i class=\"fas fa-male\"><\/i> <i class=\"fas fa-female\"><\/i><\/div>\n      <div class=\"stat-number\">135,033 \/ 21,122<\/div>\n      <div class=\"stat-label\">Male \/ Female Members<\/div>\n      <div class=\"stat-desc\">135,033 Male | 21,122 Female members<\/div>\n    <\/div>\n  <\/div>\n  \n  <div class=\"history-note\">\n    <i class=\"fas fa-tree\"><\/i> <strong>&#x1f4dc; Remarkable Growth Journey:<\/strong> AFCU was established in <strong>1998 E.C. (Ethiopian Calendar)<\/strong> in <strong>Ambo Woreda<\/strong> with only <strong>five primary cooperatives<\/strong> and a modest starting capital of just <strong>70,000 Birr<\/strong>. Through decades of dedication, strategic expansion, and member commitment, we have achieved phenomenal growth. Today, AFCU proudly operates with a <strong class=\"growth-highlight\">total capital exceeding 1 Billion Birr<\/strong>, working hand-in-hand with <strong>284 cooperatives<\/strong> across <strong>18 woredas of West Shewa Zone<\/strong>. Our cooperative family now serves <strong>156,155 dedicated farmers<\/strong> \u2014 comprising <strong>135,033 male members<\/strong> and <strong>21,122 female members<\/strong> \u2014 driving agricultural transformation and rural prosperity across the region.\n  <\/div>\n<\/div>\n\n<!-- SLIDESHOW SECTION: 15 Attractive Images -->\n<section id=\"gallery-slider\" class=\"slideshow-section\">\n  <h2 class=\"section-title\"><i class=\"fas fa-images\"><\/i> AFCU in Focus \u2013 Visual Journey<\/h2>\n  <p class=\"section-sub\">Swipe or click through 15 powerful moments: mechanization, dairy, wheat factory, community service &#038; more<\/p>\n  \n  <div class=\"carousel-container\">\n    <div class=\"carousel-slides\" id=\"carouselSlides\">\n      <!-- 15 slides - replace images with your own -->\n      <div class=\"slide\"><img decoding=\"async\" src=\"http:\/\/afcu.org.et\/wp-content\/uploads\/2026\/03\/wheatf.jpg\" alt=\"Farmers at work\"><div class=\"slide-caption\"><h3>&#x1f33e; AFCUs High Quality Wheat products<\/h3><p>State-of-the-art milling for high-quality flour <\/p><\/div><\/div>\n      <div class=\"slide\"><img decoding=\"async\" src=\"http:\/\/afcu.org.et\/wp-content\/uploads\/2026\/03\/d8851d03-d0cb-491d-8349-abc8afe5c1f9-1.jpg\" alt=\"Modern tractors\"><div class=\"slide-caption\"><h3>&#x1f69c; Mechanization Service<\/h3><p>Large Scare farming practice(Clusterred Farming)<\/p><\/div><\/div>\n      <div class=\"slide\"><img decoding=\"async\" src=\"http:\/\/afcu.org.et\/wp-content\/uploads\/2026\/03\/slide2-scaled.jpg\" alt=\"Wheat factory\"><div class=\"slide-caption\"><h3>&#x1f3ed; High Interest and Active Participation<\/h3><p>Lets Work together<\/p><\/div><\/div>\n      <div class=\"slide\"><img decoding=\"async\" src=\"http:\/\/afcu.org.et\/wp-content\/uploads\/2026\/03\/11.jpg\" alt=\"Dairy farming\"><div class=\"slide-caption\"><h3>&#x1f404; AFCU Head Quarter<\/h3><p>High Standard Building of AFCU<\/p><\/div><\/div>\n      <div class=\"slide\"><img decoding=\"async\" src=\"http:\/\/afcu.org.et\/wp-content\/uploads\/2026\/03\/21-scaled.jpg\" alt=\"High Standard Flour Factory\"><div class=\"slide-caption\"><h3>&#x1f331; Produce Very High Quality Wheat Flour<\/h3><p>Certified high Quality Flour<\/p><\/div><\/div>\n      <div class=\"slide\"><img decoding=\"async\" src=\"http:\/\/afcu.org.et\/wp-content\/uploads\/2026\/03\/IMG_2420.jpg\" alt=\"Agricultural Input supply\"><div class=\"slide-caption\"><h3>&#x1f372; and also Transportation  service for input distribution Factory<\/h3><p>DAP UREA and different other Inputsk<\/p><\/div><\/div>\n      <div class=\"slide\"><img decoding=\"async\" src=\"http:\/\/afcu.org.et\/wp-content\/uploads\/2026\/03\/f263b38f-2b63-422a-a5d6-2b9bdbe8eb06.jpg\" alt=\"Community training\"><div class=\"slide-caption\"><h3>&#x1f469;&#x200d;&#x1f33e; Large Scale agricultural production and seed Multiplication <\/h3><p>Empowering farmers for large scale production<\/p><\/div><\/div>\n      <div class=\"slide\"><img decoding=\"async\" src=\"http:\/\/afcu.org.et\/wp-content\/uploads\/2026\/03\/30-scaled.jpg\" alt=\"Agricultural input supply\"><div class=\"slide-caption\"><h3>&#x1f4e6; Input Supply<\/h3><p>Fertilizers, seeds &#038; tools at fair prices<\/p><\/div><\/div>\n      <div class=\"slide\"><img decoding=\"async\" src=\"http:\/\/afcu.org.et\/wp-content\/uploads\/2026\/03\/slide1-scaled.jpg\" alt=\"General Assembly\"><div class=\"slide-caption\"><h3>&#x1f33d; Annual Festival<\/h3><p>Celebrating abundance with member families<\/p><\/div><\/div>\n      <div class=\"slide\"><img decoding=\"async\" src=\"http:\/\/afcu.org.et\/wp-content\/uploads\/2026\/03\/slide2-scaled.jpg\" alt=\"General Assembly \"><div class=\"slide-caption\"><h3>&#x1f4a7;International Cooperative day Celebration<\/h3><p>General Assembly Meting and Active participation of Members <\/p><\/div><\/div>\n      <div class=\"slide\"><img decoding=\"async\" src=\"http:\/\/afcu.org.et\/wp-content\/uploads\/2026\/03\/photo_2026-02-26_02-06-50.jpg\" alt=\"Wheat fields\"><div class=\"slide-caption\"><h3>&#x1f33e; High-Yield Wheat<\/h3><p>Seed Multiplication Activities<\/p><\/div><\/div>\n      <div class=\"slide\"><img decoding=\"async\" src=\"http:\/\/afcu.org.et\/wp-content\/uploads\/2026\/03\/children.jpg\" alt=\"Cooperative meeting\"><div class=\"slide-caption\"><h3>&#x1f91d; Dairy  Farming <\/h3><p>Community service of AFCU at school<\/p><\/div><\/div>\n      <div class=\"slide\"><img decoding=\"async\" src=\"http:\/\/afcu.org.et\/wp-content\/uploads\/2026\/03\/30-scaled.jpg\" alt=\"Diary Farming\"><div class=\"slide-caption\"><h3>&#x1f469;&#x200d;&#x1f33e; Women in Agribusiness<\/h3><p>Dairy Farming  Implementation it is new Project of AFCU<\/p><\/div><\/div>\n      <div class=\"slide\"><img decoding=\"async\" src=\"http:\/\/afcu.org.et\/wp-content\/uploads\/2026\/03\/IMG_2440-1.jpg\" alt=\"Milk collection center\"><div class=\"slide-caption\"><h3>&#x1f95b; Input supply to Members Coops<\/h3><p>Agricultural Input supply and transportation service<\/p><\/div><\/div>\n      <div class=\"slide\"><img decoding=\"async\" src=\"http:\/\/afcu.org.et\/wp-content\/uploads\/2026\/03\/18-1-scaled.jpg\" alt=\"Combine harvester\"><div class=\"slide-caption\"><h3>&#x2699;&#xfe0f; Advanced Harvesting<\/h3><p>Combine harvesters reducing post-harvest loss<\/p><\/div><\/div>\n    <\/div>\n    \n    <button class=\"carousel-btn btn-prev\" id=\"prevBtn\"><i class=\"fas fa-chevron-left\"><\/i><\/button>\n    <button class=\"carousel-btn btn-next\" id=\"nextBtn\"><i class=\"fas fa-chevron-right\"><\/i><\/button>\n  <\/div>\n  \n  <div class=\"dots-container\" id=\"dotsContainer\"><\/div>\n  <div class=\"thumbnail-strip\" id=\"thumbnailStrip\"><\/div>\n<\/section>\n\n<!-- Services preview section -->\n<section id=\"services-highlight\" class=\"services-preview\">\n  <div class=\"mini-grid\">\n    <div class=\"service-badge\" onclick=\"window.open('#', '_blank')\"><i class=\"fas fa-tractor\"><\/i> Mechanization<\/div>\n    <div class=\"service-badge\" onclick=\"window.open('#', '_blank')\"><i class=\"fas fa-seedling\"><\/i> Seed Multiplication<\/div>\n    <div class=\"service-badge\" onclick=\"window.open('#', '_blank')\"><i class=\"fas fa-cow\"><\/i> Dairy Farming<\/div>\n    <div class=\"service-badge\" onclick=\"window.open('#', '_blank')\"><i class=\"fas fa-industry\"><\/i> Wheat Factory<\/div>\n    <div class=\"service-badge\" onclick=\"window.open('#', '_blank')\"><i class=\"fas fa-boxes\"><\/i> Input Supply<\/div>\n    <div class=\"service-badge\" onclick=\"window.open('#', '_blank')\"><i class=\"fas fa-hand-holding-heart\"><\/i> Community Service<\/div>\n    <div class=\"service-badge\" onclick=\"window.open('#', '_blank')\"><i class=\"fas fa-charging-station\"><\/i> Animal Feed Factory<\/div>\n  <\/div>\n<\/section>\n\n<!-- Headquarters contact & map -->\n<section id=\"contact-hq\" class=\"slideshow-section\" style=\"background:#f9fbf6; border-radius: 2rem; margin-top: 1rem;\">\n  <h2 class=\"section-title\"><i class=\"fas fa-building\"><\/i> Headquarters Location<\/h2>\n  <div style=\"display: flex; flex-wrap: wrap; gap: 2rem; justify-content: space-between; align-items: center;\">\n    <div style=\"flex:1;\">\n      <p><i class=\"fas fa-map-pin\"><\/i> <strong>Main Office:<\/strong> Ambo Town, Oromia Region, Ethiopia (Near Ambo High School)<\/p>\n      <p><i class=\"fas fa-envelope\"><\/i> <strong>Email:<\/strong> admin@afcu.org.et<\/p>\n      <p><i class=\"fas fa-phone-alt\"><\/i> <strong>Phone:<\/strong> +251-011-236-33-99<\/p>\n      <a href=\"mailto:admin@afcu.org.et\" class=\"hero-btn\" style=\"background:#2c7a5c; margin-top: 0.5rem; display: inline-block;\"><i class=\"fas fa-paper-plane\"><\/i> Contact HQ<\/a>\n    <\/div>\n    <div style=\"flex:1.2; min-width: 260px; border-radius: 1rem; overflow: hidden; box-shadow: 0 8px 18px rgba(0,0,0,0.1);\">\n      <iframe title=\"AFCU HQ Map\" src=\"https:\/\/maps.google.com\/maps?q=Ambo%20High%20School,%20Ambo,%20Ethiopia&#038;t=&#038;z=14&#038;ie=UTF8&#038;iwloc=&#038;output=embed\" width=\"100%\" height=\"220\" style=\"border:0;\" loading=\"lazy\"><\/iframe>\n    <\/div>\n  <\/div>\n<\/section>\n\n<footer class=\"footer\">\n  <p><strong><i class=\"fas fa-tractor\"><\/i> Ambo Farmers Cooperative Union (AFCU) \u2013 Driving Agricultural Transformation<\/strong><\/p>\n  <p>Established 1998 E.C. | From 70,000 Br to <strong style=\"color:#ffcd7e;\">1+ Billion Br Capital<\/strong> | 284 Cooperatives | 156,155 Members Strong<\/p>\n  <p>Headquarters: Ambo, Ethiopia | admin@afcu.org.et | +251-011-236-33-99<\/p>\n  <hr style=\"width: 60px; margin: 0.8rem auto; background:#ffcd7e; height:2px; border:none;\">\n  <p>Developed by: <strong>Netsanet Arega<\/strong> | netsa@afcu.org.et | &#x1f4f1; +251 913 867 314<\/p>\n  <p style=\"font-size: 0.7rem;\">&copy; 2025 AFCU \u2013 From humble beginnings to over 1 Billion Birr capital | Growing together since 1998 E.C.<\/p>\n<\/footer>\n\n<script>\n  \/\/ ============================================\n  \/\/ INSERT YOUR CUSTOM LINKS BELOW\n  \/\/ Replace the '#' with your actual URLs\n  \/\/ ============================================\n  \n  document.getElementById('link1').href = \"https:\/\/afcu.org.et\/?page_id=944\";  \/\/ More About AFCU\n  document.getElementById('link2').href = \"https:\/\/afcu.org.et\/?p=300\";  \/\/ Our Service\n  document.getElementById('link3').href = \"https:\/\/afcu.org.et\/?p=300\";  \/\/ Community Service\n  document.getElementById('link4').href = \"https:\/\/afcu.org.et\/?page_id=29\";  \/\/ Mechanization Service\n  document.getElementById('link5').href = \"https:\/\/afcu.org.et\/?page_id=28\";  \/\/ Seed Multiplication\n  document.getElementById('link6').href = \"https:\/\/afcu.org.et\/?page_id=27\";  \/\/ Agricultural Input Supply\n  document.getElementById('link7').href = \"https:\/\/afcu.org.et\/?page_id=31\";  \/\/ Dairy Farming\n  document.getElementById('link8').href = \"https:\/\/afcu.org.et\/?page_id=31\";  \/\/ Wheat Factory\n  document.getElementById('link9').href = \"https:\/\/afcu.org.et\/?page_id=32\";  \/\/ Animal Feed Factory\n  document.getElementById('link10').href = \"#\"; \/\/ Our Partners\n  \n  \/\/ ============================================\n  \/\/ CAROUSEL FUNCTIONALITY\n  \/\/ ============================================\n  \n  const slidesContainer = document.getElementById('carouselSlides');\n  const slides = document.querySelectorAll('.slide');\n  const totalSlides = slides.length;\n  let currentIndex = 0;\n  let autoPlayInterval;\n  \n  const dotsContainer = document.getElementById('dotsContainer');\n  for(let i = 0; i < totalSlides; i++) {\n    const dot = document.createElement('div');\n    dot.classList.add('dot');\n    dot.dataset.index = i;\n    dot.addEventListener('click', () => goToSlide(i));\n    dotsContainer.appendChild(dot);\n  }\n  const dots = document.querySelectorAll('.dot');\n  \n  const thumbnailStrip = document.getElementById('thumbnailStrip');\n  slides.forEach((slide, idx) => {\n    const imgElement = slide.querySelector('img');\n    const imgSrc = imgElement ? imgElement.getAttribute('src') : 'https:\/\/picsum.photos\/id\/104\/100\/80';\n    const thumb = document.createElement('div');\n    thumb.classList.add('thumb');\n    thumb.dataset.index = idx;\n    const thumbImg = document.createElement('img');\n    thumbImg.src = imgSrc;\n    thumbImg.alt = `thumb ${idx+1}`;\n    thumb.appendChild(thumbImg);\n    thumb.addEventListener('click', () => goToSlide(idx));\n    thumbnailStrip.appendChild(thumb);\n  });\n  const thumbs = document.querySelectorAll('.thumb');\n  \n  function updateActiveStates() {\n    dots.forEach((dot, i) => {\n      if(i === currentIndex) dot.classList.add('active');\n      else dot.classList.remove('active');\n    });\n    thumbs.forEach((thumb, i) => {\n      if(i === currentIndex) thumb.classList.add('active-thumb');\n      else thumb.classList.remove('active-thumb');\n    });\n    slidesContainer.style.transform = `translateX(-${currentIndex * 100}%)`;\n  }\n  \n  function goToSlide(index) {\n    if(index < 0) index = 0;\n    if(index >= totalSlides) index = totalSlides - 1;\n    currentIndex = index;\n    updateActiveStates();\n    resetAutoPlay();\n  }\n  \n  function nextSlide() {\n    let newIndex = currentIndex + 1;\n    if(newIndex >= totalSlides) newIndex = 0;\n    goToSlide(newIndex);\n  }\n  \n  function prevSlide() {\n    let newIndex = currentIndex - 1;\n    if(newIndex < 0) newIndex = totalSlides - 1;\n    goToSlide(newIndex);\n  }\n  \n  function resetAutoPlay() {\n    if(autoPlayInterval) clearInterval(autoPlayInterval);\n    autoPlayInterval = setInterval(() => {\n      nextSlide();\n    }, 5000);\n  }\n  \n  document.getElementById('prevBtn').addEventListener('click', () => {\n    prevSlide();\n    resetAutoPlay();\n  });\n  document.getElementById('nextBtn').addEventListener('click', () => {\n    nextSlide();\n    resetAutoPlay();\n  });\n  \n  let touchStartX = 0;\n  let touchEndX = 0;\n  const carouselContainer = document.querySelector('.carousel-container');\n  carouselContainer.addEventListener('touchstart', (e) => {\n    touchStartX = e.changedTouches[0].screenX;\n  });\n  carouselContainer.addEventListener('touchend', (e) => {\n    touchEndX = e.changedTouches[0].screenX;\n    const diff = touchEndX - touchStartX;\n    if(Math.abs(diff) > 50) {\n      if(diff > 0) prevSlide();\n      else nextSlide();\n      resetAutoPlay();\n    }\n  });\n  \n  function initCarousel() {\n    updateActiveStates();\n    resetAutoPlay();\n  }\n  \n  const exploreBtn = document.getElementById('exploreSliderBtn');\n  if(exploreBtn) {\n    exploreBtn.addEventListener('click', () => {\n      const sliderSection = document.getElementById('gallery-slider');\n      if(sliderSection) {\n        const offset = 70;\n        const elementPosition = sliderSection.getBoundingClientRect().top;\n        const offsetPosition = elementPosition + window.pageYOffset - offset;\n        window.scrollTo({ top: offsetPosition, behavior: 'smooth' });\n      }\n    });\n  }\n  \n  initCarousel();\n  \n  const toggleBtn = document.getElementById('mobileMenuBtn');\n  const navMenu = document.getElementById('navMenu');\n  if(toggleBtn) {\n    toggleBtn.addEventListener('click', () => {\n      navMenu.classList.toggle('active');\n    });\n  }\n  const navLinks = document.querySelectorAll('.nav-menu a');\n  navLinks.forEach(link => {\n    link.addEventListener('click', () => {\n      if(window.innerWidth <= 950) navMenu.classList.remove('active');\n    });\n  });\n<\/script>\n<\/body>\n<\/html>\n\n\n\n<p class=\"wp-block-paragraph\"><\/p>\n","protected":false},"excerpt":{"rendered":"<p>AFCU | Ambo Farmers Cooperative Union \u2013 Official Homepage AFCU Ambo Farmers Cooperative Union More About AFCU Our Service Community Service Mechanization Service Seed Multiplication Agricultural Input Supply Dairy Farming Wheat Factory Animal Feed Factory Our Partners Empowering Farmers, Harvesting the Future Innovation, cooperative strength, and sustainable agribusiness \u2014 AFCU leads the transformation. Explore our&#8230;<\/p>\n","protected":false},"author":1,"featured_media":0,"parent":0,"menu_order":0,"comment_status":"closed","ping_status":"closed","template":"","meta":{"_themeisle_gutenberg_block_has_review":false,"_kadence_starter_templates_imported_post":false,"_kad_post_transparent":"","_kad_post_title":"","_kad_post_layout":"","_kad_post_sidebar_id":"","_kad_post_content_style":"","_kad_post_vertical_padding":"","_kad_post_feature":"","_kad_post_feature_position":"","_kad_post_header":false,"_kad_post_footer":false,"_kad_post_classname":"","footnotes":""},"class_list":["post-1035","page","type-page","status-publish","hentry"],"_links":{"self":[{"href":"https:\/\/afcu.org.et\/index.php?rest_route=\/wp\/v2\/pages\/1035","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/afcu.org.et\/index.php?rest_route=\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/afcu.org.et\/index.php?rest_route=\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/afcu.org.et\/index.php?rest_route=\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/afcu.org.et\/index.php?rest_route=%2Fwp%2Fv2%2Fcomments&post=1035"}],"version-history":[{"count":43,"href":"https:\/\/afcu.org.et\/index.php?rest_route=\/wp\/v2\/pages\/1035\/revisions"}],"predecessor-version":[{"id":1131,"href":"https:\/\/afcu.org.et\/index.php?rest_route=\/wp\/v2\/pages\/1035\/revisions\/1131"}],"wp:attachment":[{"href":"https:\/\/afcu.org.et\/index.php?rest_route=%2Fwp%2Fv2%2Fmedia&parent=1035"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}