{"id":1671,"date":"2025-12-05T09:09:18","date_gmt":"2025-12-05T09:09:18","guid":{"rendered":"https:\/\/nikatca.org.et\/?page_id=1671"},"modified":"2025-12-07T08:46:42","modified_gmt":"2025-12-07T08:46:42","slug":"key-achievements","status":"publish","type":"page","link":"https:\/\/nikatca.org.et\/index.php\/key-achievements\/","title":{"rendered":"Key Achievements"},"content":{"rendered":"\t\t<div data-elementor-type=\"wp-page\" data-elementor-id=\"1671\" class=\"elementor elementor-1671\">\n\t\t\t\t<div class=\"elementor-element elementor-element-241ff0d e-flex e-con-boxed e-con e-parent\" data-id=\"241ff0d\" data-element_type=\"container\" data-e-type=\"container\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\">\n\t\t\t\t\t<div class=\"e-con-inner\">\n\t\t<div class=\"elementor-element elementor-element-a1c3dbb e-con-full e-flex e-con e-child\" data-id=\"a1c3dbb\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-10c836f elementor-widget__width-initial elementor-widget elementor-widget-heading\" data-id=\"10c836f\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t\t<h2 class=\"elementor-heading-title elementor-size-default\">Key Milestones<\/h2>\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-0c319c9 elementor-widget elementor-widget-text-editor\" data-id=\"0c319c9\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"text-editor.default\">\n\t\t\t\t\t\t\t\t\t<p>From a small group of determined women to a nationally recognized organization. Every milestone marks a step toward dignity and rights for all sex workers.<\/p>\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-d4d9cc1 elementor-widget elementor-widget-spacer\" data-id=\"d4d9cc1\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"spacer.default\">\n\t\t\t\t\t\t\t<div class=\"elementor-spacer\">\n\t\t\t<div class=\"elementor-spacer-inner\"><\/div>\n\t\t<\/div>\n\t\t\t\t\t\t<\/div>\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-faaa6d4 e-flex e-con-boxed e-con e-parent\" data-id=\"faaa6d4\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t\t<div class=\"e-con-inner\">\n\t\t\t\t<div class=\"elementor-element elementor-element-7d0a668 elementor-widget__width-initial elementor-widget-mobile__width-initial elementor-widget-tablet__width-initial elementor-widget elementor-widget-elementskit-heading\" data-id=\"7d0a668\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"elementskit-heading.default\">\n\t\t\t\t\t<div class=\"ekit-wid-con\" ><div class=\"ekit-heading elementskit-section-title-wraper text_center   ekit_heading_tablet-   ekit_heading_mobile-\"><span class=\"elementskit-section-subtitle  \">\n\t\t\t\t\t\tOur Journey Through Milestones\n\t\t\t\t\t<\/span><\/div><\/div>\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-69d221e elementor-hidden-desktop e-flex e-con-boxed e-con e-parent\" data-id=\"69d221e\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t\t<div class=\"e-con-inner\">\n\t\t\t\t<div class=\"elementor-element elementor-element-79ece8a elementor-widget elementor-widget-html\" data-id=\"79ece8a\" 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=Montserrat:wght@600;700&family=Open+Sans:wght@400;600&display=swap\" rel=\"stylesheet\">\n\n<style>\n    body {\n        font-family: 'Open Sans', sans-serif;\n        background: #ffffff;\n        margin: 0;\n        padding: 0;\n    }\n\n    .stats-row {\n        display: flex;\n        justify-content: flex-start;\n        gap: 20px;\n        padding: 20px 10px;\n        flex-wrap: nowrap;\n        overflow-x: auto;\n        scroll-behavior: smooth;\n    }\n\n    .stat-card {\n        background: #ffffff;\n        padding: 20px;\n        min-width: 180px;\n        border-radius: 15px;\n        text-align: center;\n        box-shadow: 0 4px 12px rgba(0,0,0,0.08);\n        transition: transform 0.3s ease;\n        animation: fadeUp 0.8s ease forwards;\n        opacity: 0;\n        flex-shrink: 0;\n    }\n\n    .stat-card:hover {\n        transform: translateY(-5px);\n    }\n\n    .stat-number {\n        font-size: 28px;\n        font-weight: 700;\n        color: #0056A1; \/* Nikat Blue *\/\n        transition: color 0.3s ease;\n    }\n\n    .stat-card:hover .stat-number {\n        color: #FFA500; \/* Orange on hover *\/\n    }\n\n    .stat-label {\n        margin-top: 6px;\n        font-size: 14px;\n        color: #555;\n        font-weight: 600;\n    }\n\n    @keyframes fadeUp {\n        from {\n            opacity: 0;\n            transform: translateY(20px);\n        }\n        to {\n            opacity: 1;\n            transform: translateY(0);\n        }\n    }\n\n    \/* Mobile adjustments *\/\n    @media (max-width: 768px) {\n        .stats-row {\n            gap: 15px;\n            padding: 15px 8px;\n        }\n\n        .stat-card {\n            min-width: 160px;\n            padding: 15px;\n        }\n\n        .stat-number {\n            font-size: 24px;\n        }\n\n        .stat-label {\n            font-size: 13px;\n        }\n    }\n<\/style>\n\n<div class=\"stats-row\">\n    <div class=\"stat-card\">\n        <div class=\"stat-number\">14+<\/div>\n        <div class=\"stat-label\">Years of Service<br><small>Since 2010<\/small><\/div>\n    <\/div>\n\n    <div class=\"stat-card\">\n        <div class=\"stat-number\">4,363+<\/div>\n        <div class=\"stat-label\">Women Educated<br><small>Human rights & SRHR<\/small><\/div>\n    <\/div>\n\n    <div class=\"stat-card\">\n        <div class=\"stat-number\">200K+<\/div>\n        <div class=\"stat-label\">Condoms Distributed<br><small>Promoting safe sex<\/small><\/div>\n    <\/div>\n\n    <div class=\"stat-card\">\n        <div class=\"stat-number\">12<\/div>\n        <div class=\"stat-label\">Associations Formed<br><small>Community groups<\/small><\/div>\n    <\/div>\n\n    <div class=\"stat-card\">\n        <div class=\"stat-number\">350+<\/div>\n        <div class=\"stat-label\">Champions Engaged<br><small>Supporting FSW rights<\/small><\/div>\n    <\/div>\n\n    <div class=\"stat-card\">\n        <div class=\"stat-number\">3<\/div>\n        <div class=\"stat-label\">Regions Covered<br><small>Addis Ababa, Afar, Bahir Dar<\/small><\/div>\n    <\/div>\n<\/div>\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-c0cba9f elementor-hidden-tablet elementor-hidden-mobile e-flex e-con-boxed e-con e-parent\" data-id=\"c0cba9f\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t\t<div class=\"e-con-inner\">\n\t\t\t\t<div class=\"elementor-element elementor-element-86e5b89 elementor-widget__width-initial elementor-widget-tablet__width-initial elementor-widget elementor-widget-html\" data-id=\"86e5b89\" 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=Montserrat:wght@600;700&family=Open+Sans:wght@400;600&display=swap\" rel=\"stylesheet\">\n\n<style>\n    body {\n        font-family: 'Open Sans', sans-serif;\n        background: #ffffff;\n        margin: 0;\n        padding: 0;\n    }\n\n    .stats-row {\n        display: flex;\n        justify-content: center;\n        gap: 25px;\n        padding: 40px 20px;\n        flex-wrap: nowrap;\n        overflow-x: auto;\n    }\n\n    .stat-card {\n        background: #ffffff;\n        padding: 25px;\n        width: 230px;\n        border-radius: 15px;\n        text-align: center;\n        box-shadow: 0 4px 12px rgba(0,0,0,0.08);\n        transition: transform 0.3s ease;\n        animation: fadeUp 0.8s ease forwards;\n        opacity: 0;\n    }\n\n    .stat-card:hover {\n        transform: translateY(-5px);\n    }\n\n    .stat-number {\n        font-size: 36px;\n        font-weight: 700;\n        color: #0056A1; \/* Nikat Blue *\/\n        transition: color 0.3s ease;\n    }\n\n    .stat-card:hover .stat-number {\n        color: #FFA500; \/* Orange on hover *\/\n    }\n\n    .stat-label {\n        margin-top: 8px;\n        font-size: 15px;\n        color: #555;\n        font-weight: 600;\n    }\n\n    @keyframes fadeUp {\n        from {\n            opacity: 0;\n            transform: translateY(20px);\n        }\n        to {\n            opacity: 1;\n            transform: translateY(0);\n        }\n    }\n<\/style>\n\n<div class=\"stats-row\">\n    <div class=\"stat-card\">\n        <div class=\"stat-number\">14+<\/div>\n        <div class=\"stat-label\">Years of Service<br><small>Since 2010<\/small><\/div>\n    <\/div>\n\n    <div class=\"stat-card\">\n        <div class=\"stat-number\">4,363+<\/div>\n        <div class=\"stat-label\">Women Educated<br><small>Human rights & SRHR<\/small><\/div>\n    <\/div>\n\n    <div class=\"stat-card\">\n        <div class=\"stat-number\">200K+<\/div>\n        <div class=\"stat-label\">Condoms Distributed<br><small>Promoting safe sex<\/small><\/div>\n    <\/div>\n\n    <div class=\"stat-card\">\n        <div class=\"stat-number\">12<\/div>\n        <div class=\"stat-label\">Associations Formed<br><small>Community groups<\/small><\/div>\n    <\/div>\n\n    <div class=\"stat-card\">\n        <div class=\"stat-number\">350+<\/div>\n        <div class=\"stat-label\">Champions Engaged<br><small>Supporting FSW rights<\/small><\/div>\n    <\/div>\n\n    <div class=\"stat-card\">\n        <div class=\"stat-number\">3<\/div>\n        <div class=\"stat-label\">Regions Covered<br><small>Addis Ababa, Afar, Bahir Dar<\/small><\/div>\n    <\/div>\n<\/div>\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-3177b58 elementor-hidden-mobile e-flex e-con-boxed e-con e-parent\" data-id=\"3177b58\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t\t<div class=\"e-con-inner\">\n\t\t\t\t<div class=\"elementor-element elementor-element-a693fbc elementor-widget__width-initial elementor-widget elementor-widget-html\" data-id=\"a693fbc\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"html.default\">\n\t\t\t\t\t<div style=\"background-color:#F9FAFB; padding:80px 20px; font-family:'Open Sans', sans-serif;\">\n  <h2 style=\"text-align:center; font-family:'Montserrat', sans-serif; font-size:30px; color:#0056A1; margin-bottom:60px;\"><STRONG> Key Achievements<\/strong>\n\n  <\/h2>\n\n  <div style=\"position:relative; max-width:900px; margin:0 auto;\">\n\n    <!-- Timeline line -->\n    <div style=\"position:absolute; top:0; bottom:0; left:50%; width:3px; background-color:#0056A1; transform:translateX(-50%);\"><\/div>\n\n    <!-- Item 1 -->\n    <div style=\"padding:20px 40px; position:relative; width:50%; text-align:right;\">\n      <div style=\"position:relative; background:#fff; padding:25px; border-radius:10px; box-shadow:0 4px 10px rgba(0,0,0,0.1); display:inline-block;\">\n        <h3 style=\"color:#0056A1; font-size:20px; font-weight:bold; margin-bottom:10px;\">\ud83d\udcc5 2008<\/h3>\n        <p style=\"color:#333; font-size:16px; margin:0;\">\n          Nikat founded by a group of empowered sex workers in Addis Ababa.\n        <\/p>\n      <\/div>\n      <span style=\"content:''; position:absolute; top:30px; right:-9px; background:#0056A1; width:18px; height:18px; border-radius:50%; border:3px solid #F9FAFB;\"><\/span>\n    <\/div>\n\n    <!-- Item 2 -->\n    <div style=\"padding:20px 40px; position:relative; width:50%; left:50%;\">\n      <div style=\"position:relative; background:#fff; padding:25px; border-radius:10px; box-shadow:0 4px 10px rgba(0,0,0,0.1); display:inline-block;\">\n        <h3 style=\"color:#0056A1; font-size:20px; font-weight:bold; margin-bottom:10px;\">\ud83d\udccd 2012<\/h3>\n        <p style=\"color:#333; font-size:16px; margin:0;\">\n          First national-level advocacy campaign launched.\n        <\/p>\n      <\/div>\n      <span style=\"content:''; position:absolute; top:30px; left:-9px; background:#FFA500; width:18px; height:18px; border-radius:50%; border:3px solid #F9FAFB;\"><\/span>\n    <\/div>\n\n    <!-- Item 3 -->\n    <div style=\"padding:20px 40px; position:relative; width:50%; text-align:right;\">\n      <div style=\"position:relative; background:#fff; padding:25px; border-radius:10px; box-shadow:0 4px 10px rgba(0,0,0,0.1); display:inline-block;\">\n        <h3 style=\"color:#0056A1; font-size:20px; font-weight:bold; margin-bottom:10px;\">\ud83d\udcc5 2016<\/h3>\n        <p style=\"color:#333; font-size:16px; margin:0;\">\n          Established 5 peer networks across Ethiopia.\n        <\/p>\n      <\/div>\n      <span style=\"content:''; position:absolute; top:30px; right:-9px; background:#0056A1; width:18px; height:18px; border-radius:50%; border:3px solid #F9FAFB;\"><\/span>\n    <\/div>\n\n    <!-- Item 4 -->\n    <div style=\"padding:20px 40px; position:relative; width:50%; left:50%;\">\n      <div style=\"position:relative; background:#fff; padding:25px; border-radius:10px; box-shadow:0 4px 10px rgba(0,0,0,0.1); display:inline-block;\">\n        <h3 style=\"color:#0056A1; font-size:20px; font-weight:bold; margin-bottom:10px;\">\ud83d\udccd 2020<\/h3>\n        <p style=\"color:#333; font-size:16px; margin:0;\">\n          Introduced \u201cRight to Safe Sex Work\u201d project.\n        <\/p>\n      <\/div>\n      <span style=\"content:''; position:absolute; top:30px; left:-9px; background:#FFA500; width:18px; height:18px; border-radius:50%; border:3px solid #F9FAFB;\"><\/span>\n    <\/div>\n\n    <!-- Item 5 -->\n    <div style=\"padding:20px 40px; position:relative; width:50%; text-align:right;\">\n      <div style=\"position:relative; background:#fff; padding:25px; border-radius:10px; box-shadow:0 4px 10px rgba(0,0,0,0.1); display:inline-block;\">\n        <h3 style=\"color:#0056A1; font-size:20px; font-weight:bold; margin-bottom:10px;\">\ud83d\udcc5 2025<\/h3>\n        <p style=\"color:#333; font-size:16px; margin:0;\">\n          Reached over 4,000 women with SRHR education.\n        <\/p>\n      <\/div>\n      <span style=\"content:''; position:absolute; top:30px; right:-9px; background:#0056A1; width:18px; height:18px; border-radius:50%; border:3px solid #F9FAFB;\"><\/span>\n    <\/div>\n\n  <\/div>\n<\/div>\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-f1d3ba1 elementor-hidden-desktop elementor-hidden-tablet e-flex e-con-boxed e-con e-parent\" data-id=\"f1d3ba1\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t\t<div class=\"e-con-inner\">\n\t\t\t\t<div class=\"elementor-element elementor-element-eb705ff elementor-widget elementor-widget-html\" data-id=\"eb705ff\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"html.default\">\n\t\t\t\t\t<div style=\"background-color:#F9FAFB; padding:60px 20px; font-family:'Open Sans', sans-serif;\">\n\n  <h2 style=\"text-align:center; font-family:'Montserrat', sans-serif; font-size:28px; color:#0056A1; margin-bottom:40px;\">\n    <strong>Key Achievements<\/strong>\n  <\/h2>\n\n  <div style=\"max-width:600px; margin:0 auto; position:relative;\">\n\n    <!-- Mobile line -->\n    <div style=\"\n      position:absolute;\n      top:0; bottom:0;\n      left:20px;\n      width:3px;\n      background:#0056A1;\n    \"><\/div>\n\n    <!-- Item -->\n    <div style=\"position:relative; padding:20px 20px 20px 50px; margin-bottom:30px;\">\n      <span style=\"\n        position:absolute;\n        top:28px; left:11px;\n        width:18px; height:18px;\n        border-radius:50%;\n        background:#0056A1; border:3px solid #F9FAFB;\n      \"><\/span>\n\n      <div style=\"background:#fff; padding:20px; border-radius:10px;\n          box-shadow:0 4px 8px rgba(0,0,0,0.1);\">\n        <h3 style=\"margin:0 0 10px; font-size:18px; color:#0056A1; font-weight:bold;\">\ud83d\udcc5 2008<\/h3>\n        <p style=\"margin:0; color:#333; font-size:15px;\">\n          Nikat founded by a group of empowered sex workers in Addis Ababa.\n        <\/p>\n      <\/div>\n    <\/div>\n\n    <!-- Item -->\n    <div style=\"position:relative; padding:20px 20px 20px 50px; margin-bottom:30px;\">\n      <span style=\"\n        position:absolute;\n        top:28px; left:11px;\n        width:18px; height:18px;\n        border-radius:50%;\n        background:#FFA500; border:3px solid #F9FAFB;\n      \"><\/span>\n\n      <div style=\"background:#fff; padding:20px; border-radius:10px;\n          box-shadow:0 4px 8px rgba(0,0,0,0.1);\">\n        <h3 style=\"margin:0 0 10px; font-size:18px; color:#0056A1; font-weight:bold;\">\ud83d\udccd 2012<\/h3>\n        <p style=\"margin:0; color:#333; font-size:15px;\">\n          First national-level advocacy campaign launched.\n        <\/p>\n      <\/div>\n    <\/div>\n\n    <!-- Item -->\n    <div style=\"position:relative; padding:20px 20px 20px 50px; margin-bottom:30px;\">\n      <span style=\"\n        position:absolute;\n        top:28px; left:11px;\n        width:18px; height:18px;\n        border-radius:50%;\n        background:#0056A1; border:3px solid #F9FAFB;\n      \"><\/span>\n\n      <div style=\"background:#fff; padding:20px; border-radius:10px;\n          box-shadow:0 4px 8px rgba(0,0,0,0.1);\">\n        <h3 style=\"margin:0 0 10px; font-size:18px; color:#0056A1; font-weight:bold;\">\ud83d\udcc5 2016<\/h3>\n        <p style=\"margin:0; color:#333; font-size:15px;\">\n          Established 5 peer networks across Ethiopia.\n        <\/p>\n      <\/div>\n    <\/div>\n\n    <!-- Item -->\n    <div style=\"position:relative; padding:20px 20px 20px 50px; margin-bottom:30px;\">\n      <span style=\"\n        position:absolute;\n        top:28px; left:11px;\n        width:18px; height:18px;\n        border-radius:50%;\n        background:#FFA500; border:3px solid #F9FAFB;\n      \"><\/span>\n\n      <div style=\"background:#fff; padding:20px; border-radius:10px;\n          box-shadow:0 4px 8px rgba(0,0,0,0.1);\">\n        <h3 style=\"margin:0 0 10px; font-size:18px; color:#0056A1; font-weight:bold;\">\ud83d\udccd 2020<\/h3>\n        <p style=\"margin:0; color:#333; font-size:15px;\">\n          Introduced \u201cRight to Safe Sex Work\u201d project.\n        <\/p>\n      <\/div>\n    <\/div>\n\n    <!-- Item -->\n    <div style=\"position:relative; padding:20px 20px 20px 50px; margin-bottom:0;\">\n      <span style=\"\n        position:absolute;\n        top:28px; left:11px;\n        width:18px; height:18px;\n        border-radius:50%;\n        background:#0056A1; border:3px solid #F9FAFB;\n      \"><\/span>\n\n      <div style=\"background:#fff; padding:20px; border-radius:10px;\n          box-shadow:0 4px 8px rgba(0,0,0,0.1);\">\n        <h3 style=\"margin:0 0 10px; font-size:18px; color:#0056A1; font-weight:bold;\">\ud83d\udcc5 2025<\/h3>\n        <p style=\"margin:0; color:#333; font-size:15px;\">\n          Reached over 4,000 women with SRHR education.\n        <\/p>\n      <\/div>\n    <\/div>\n\n  <\/div>\n<\/div>\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-3364a6a e-flex e-con-boxed e-con e-parent\" data-id=\"3364a6a\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t\t<div class=\"e-con-inner\">\n\t\t\t\t<div class=\"elementor-element elementor-element-a1ce9bf elementor-widget elementor-widget-html\" data-id=\"a1ce9bf\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"html.default\">\n\t\t\t\t\t<section class=\"awards-section\">\n  <div class=\"awards-container\">\n    <div class=\"award-card\">\n      <div class=\"award-icon\">\ud83c\udfc6<\/div>\n      <h3 class=\"award-title\">2010 Red Ribbon Award<\/h3>\n      <p class=\"award-subtitle\">Outstanding Community Leadership in HIV\/AIDS Response<\/p>\n      <p class=\"award-description\">\n        This prestigious international recognition was awarded to Nikat in our founding year, acknowledging our innovative peer-led approach to HIV prevention and our commitment to protecting the rights and dignity of sex workers.\n      <\/p>\n      <a href=\"https:\/\/nikatca.org.et\/index.php\/the-red-ribbon-award\/\" class=\"read-more\">Read More<\/a>\n    <\/div>\n  <\/div>\n<\/section>\n\n<style>\n.awards-section {\n    padding: 4rem 1rem;\n    background: linear-gradient(135deg, #0056A1, #0077C8);\n    color: #fff;\n    font-family: 'Open Sans', sans-serif;\n    text-align: center;\n}\n\n.awards-container {\n    max-width: 800px;\n    margin: 0 auto;\n}\n\n.award-card {\n    background: rgba(255, 255, 255, 0.05);\n    padding: 2rem;\n    border-radius: 12px;\n    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.1);\n    transition: transform 0.3s, background 0.3s;\n}\n\n.award-card:hover {\n    transform: translateY(-8px);\n    background: rgba(255, 255, 255, 0.15);\n}\n\n.award-icon {\n    font-size: 3rem;\n    margin-bottom: 1rem;\n}\n\n.award-title {\n    font-family: 'Montserrat', sans-serif;\n    font-size: 1.5rem;\n    font-weight: 700;\n    margin-bottom: 0.5rem;\n    color: #FFA500; \/* Gold color for award title *\/\n}\n\n.award-subtitle {\n    font-size: 1.1rem;\n    font-weight: 600;\n    margin-bottom: 1rem;\n    color: #fff;\n}\n\n.award-description {\n    font-size: 0.95rem;\n    line-height: 1.6;\n    margin-bottom: 1.5rem;\n    color: #f0f0f0;\n}\n\n.read-more {\n    display: inline-block;\n    text-decoration: none;\n    color: #FFA500;\n    font-weight: 600;\n    transition: color 0.3s;\n}\n\n.read-more:hover {\n    color: #FFD700;\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-87bcf05 e-con-full e-flex e-con e-child\" data-id=\"87bcf05\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-7795251 elementor-widget__width-initial elementor-widget-mobile__width-initial elementor-widget-tablet__width-initial elementor-widget elementor-widget-elementskit-heading\" data-id=\"7795251\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"elementskit-heading.default\">\n\t\t\t\t\t<div class=\"ekit-wid-con\" ><div class=\"ekit-heading elementskit-section-title-wraper text_center   ekit_heading_tablet-   ekit_heading_mobile-\"><span class=\"elementskit-section-subtitle  \">\n\t\t\t\t\t\tProgram Highlights\n\t\t\t\t\t<\/span><h2 class=\"ekit-heading--title elementskit-section-title \">Our key programs and their measurable outcomes<\/h2><\/div><\/div>\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-2da2f4e elementor-invisible elementor-widget elementor-widget-html\" data-id=\"2da2f4e\" data-element_type=\"widget\" data-e-type=\"widget\" data-settings=\"{&quot;_animation&quot;:&quot;fadeInRight&quot;}\" data-widget_type=\"html.default\">\n\t\t\t\t\t<div style=\"display: flex; flex-wrap: wrap; justify-content: center; gap: 20px; max-width: 1100px; margin: 40px auto;\">\n  \n  <!-- Sara's Card -->\n  <div style=\"flex: 1 1 450px; background: #F9FAFB; border-radius: 12px; padding: 30px; box-shadow: 0 4px 10px rgba(0,0,0,0.1); transition: transform 0.3s;\">\n    <h3 style=\"color: #0056A1; font-family: Montserrat; font-size: 22px; margin-bottom: 15px;\">\n      Right to Safe Sex Work Project\n    <\/h3>\n    <p style=\"font-family: open sans; font-size: 16px; color: #000; margin-bottom: 10px;\">\n     This initiative advances the sexual and reproductive health and rights of female sex workers through peer-led education, outreach, and collaboration with local authorities.\n    <\/p>\n    <p style=\"font-family: Open Sans; color: #000000; font-size: 16px; margin-bottom: 20px;\">\n      \u2014 Key Results:\n<br>\n  <ul style=\"list-style-type: disc; padding-left: 25px; margin: 0;\">\n  <li style=\"color:#000000; font-family: Open Sans; font-size: 16px; margin-bottom: 8px;\">\n    4,363 sex workers reached with SRHR education.\n  <\/li>\n  <li style=\"color:#000000; font-family: Open Sans; font-size: 16px; margin-bottom: 8px;\">\n   \t604 sex workers sought SRHR services.\n  <\/li>\n  <li style=\"color:#000000; font-family: Open Sans; font-size: 16px;\">\n    12 peer educators actively engaged in the project.\n  <\/li>\n<\/ul>  \n    <p style=\"font-family: Open Sans; color: #000000; font-size: 16px; line-height: 1.6;\"><br>\n      <a href=\"https:\/\/nikatca.org.et\/index.php\/2025\/11\/05\/right-to-safe-sex-work-project\/\" \n         style=\"\n           display: inline-block;\n           padding: 10px 20px;\n           background-color: #0056A1; \n           color: #ffffff;\n           text-decoration: none;\n           border-radius: 5px;\n           transition: background-color 0.3s;\n         \"\n         onmouseover=\"this.style.backgroundColor='#FFA500';\"\n         onmouseout=\"this.style.backgroundColor='#0056A1';\">\n        Read More\n      <\/a>\n    <\/p>\n  <\/div>\n\n  <!-- Medhanit's Card -->\n  <div style=\"flex: 1 1 450px; background: #F9FAFB; border-radius: 12px; padding: 30px; box-shadow: 0 4px 10px rgba(0,0,0,0.1); transition: transform 0.3s;\">\n    <h3 style=\"color: #0056A1; font-family: Montserrat; font-size: 22px; margin-bottom: 15px;\">\n      Staff Wellness and Operational Support\n    <\/h3>\n    <p style=\"font-family: open sans; font-size: 16px; color: #000; margin-bottom: 10px;\">\n      Strengthens staff well-being, maintain functional office operations, and ensure smooth administrative processes while maintaining a resilient and motivated team.\n    <\/p>\n    <ul style=\"list-style-type: disc; padding-left: 25px; margin: 0;\"><p style=\"font-family: Open Sans; color: #000000; font-size: 16px; margin-bottom: 20px;\">\n      \u2014 Key Results:\n<br>\n  <li style=\"color:#000000; font-family: Open Sans; font-size: 16px; margin-bottom: 8px;\">\n    Improved staff wellness and team morale.\n  <\/li>\n  <li style=\"color:#000000; font-family: Open Sans; font-size: 16px; margin-bottom: 8px;\">\n    Functional office for advocacy and coordination.\n  <\/li>\n  <li style=\"color:#000000; font-family: Open Sans; font-size: 16px;\">\n    Efficient administration and accountability.\n  <\/li>\n<\/ul>  \n<p style=\"font-family: Open Sans; color: #000000; font-size: 16px; line-height: 1.6;\"><br>\n  <a href=\"https:\/\/nikatca.org.et\/index.php\/2025\/11\/05\/staff-wellness-and-operational-support-program\/\" \n     style=\"\n       display: inline-block;\n       padding: 10px 20px;\n       background-color: #0056A1; \n       color: #ffffff;\n       text-decoration: none;\n       border-radius: 5px;\n       transition: background-color 0.3s;\n     \"\n     onmouseover=\"this.style.backgroundColor='#FFA500';\"\n     onmouseout=\"this.style.backgroundColor='#0056A1';\">\n    Read More\n  <\/a>\n<\/p>\n  <\/div>\n\n<\/div>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-c0e479a e-flex e-con-boxed e-con e-parent\" data-id=\"c0e479a\" data-element_type=\"container\" data-e-type=\"container\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\">\n\t\t\t\t\t<div class=\"e-con-inner\">\n\t\t\t\t<div class=\"elementor-element elementor-element-d3c1b61 elementor-widget__width-initial elementor-widget elementor-widget-elementskit-heading\" data-id=\"d3c1b61\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"elementskit-heading.default\">\n\t\t\t\t\t<div class=\"ekit-wid-con\" ><div class=\"ekit-heading elementskit-section-title-wraper text_center   ekit_heading_tablet-   ekit_heading_mobile-\"><span class=\"elementskit-section-subtitle  \">\n\t\t\t\t\t\tGet Involved\n\t\t\t\t\t<\/span><h2 class=\"ekit-heading--title elementskit-section-title \">Join Us in Empowering Lives with Dignity<\/h2><\/div><\/div>\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-662cae8 e-con-full e-flex e-con e-child\" data-id=\"662cae8\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-99d36fd elementor-widget elementor-widget-html\" data-id=\"99d36fd\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"html.default\">\n\t\t\t\t\t<style>\n\/* Section Fade-In Animation *\/\n.section-animate {\n    animation: fadeInUp 1s ease forwards;\n    opacity: 0;\n}\n\n@keyframes fadeInUp {\n    from { opacity:0; transform:translateY(30px);}\n    to { opacity:1; transform:translateY(0);}\n}\n\n\/* Card Hover Effects *\/\n.card-hover {\n    transition: all 0.3s ease;\n}\n\n.card-hover:hover {\n    background-color: #0056A1 !important;\n    transform: translateY(-8px);\n    box-shadow: 0 8px 20px rgba(0,0,0,0.18);\n}\n\n.card-hover:hover h3,\n.card-hover:hover p {\n    color: #ffffff !important;\n}\n\n.card-hover a {\n    transition: all 0.3s ease;\n}\n\n.card-hover:hover a {\n    background-color: #FFA500 !important;\n    color:#fff !important;\n}\n<\/style>\n\n<section class=\"section-animate\" style=\"background-color:#F9FAFB; padding:60px 20px; text-align:center; font-family:'Open Sans', sans-serif;\">\n\n  <div style=\"display:flex; flex-wrap:wrap; justify-content:center; gap:30px; max-width:1100px; margin:0 auto;\">\n\n    <!-- Volunteer Card -->\n    <div class=\"card-hover\" style=\"flex:1 1 300px; background:#ffffff; border-radius:12px; padding:30px; \n    box-shadow:0 4px 10px rgba(0,0,0,0.1);\">\n      \n      <h3 style=\"color:#0056A1; font-family:'Montserrat', sans-serif; font-size:22px; margin-bottom:15px;\">\n        Volunteer\n      <\/h3>\n\n      <p style=\"color:#000; font-size:16px; margin-bottom:20px; line-height:1.6;\">\n        Support our outreach and education programs.\n      <\/p>\n\n      <a href=\"https:\/\/nikatca.org.et\/index.php\/get-involved\/#volunteer\"\n         style=\"display:inline-block; padding:10px 24px; background-color:#0056A1; \n         color:#fff; text-decoration:none; border-radius:6px; font-weight:600;\">\n         Join Now\n      <\/a>\n    <\/div>\n\n    <!-- Partner With Us Card -->\n    <div class=\"card-hover\" style=\"flex:1 1 300px; background:#ffffff; border-radius:12px; padding:30px; \n    box-shadow:0 4px 10px rgba(0,0,0,0.1);\">\n      \n      <h3 style=\"color:#0056A1; font-family:'Montserrat', sans-serif; font-size:22px; margin-bottom:15px;\">\n        Partner With Us\n      <\/h3>\n\n      <p style=\"color:#000; font-size:16px; margin-bottom:20px; line-height:1.6;\">\n        Collaborate to strengthen community health and rights.\n      <\/p>\n\n      <a href=\"https:\/\/nikatca.org.et\/index.php\/get-involved\/#partner\"\n         style=\"display:inline-block; padding:10px 24px; background-color:#0056A1; \n         color:#fff; text-decoration:none; border-radius:6px; font-weight:600;\">\n         Partner\n      <\/a>\n    <\/div>\n\n    <!-- Donate Card -->\n    <div class=\"card-hover\" style=\"flex:1 1 300px; background:#ffffff; border-radius:12px; padding:30px; \n    box-shadow:0 4px 10px rgba(0,0,0,0.1);\">\n      \n      <h3 style=\"color:#0056A1; font-family:'Montserrat', sans-serif; font-size:22px; margin-bottom:15px;\">\n        Donate\n      <\/h3>\n\n      <p style=\"color:#000; font-size:16px; margin-bottom:20px; line-height:1.6;\">\n        Your contribution transforms lives.\n      <\/p>\n\n      <a href=\"https:\/\/nikatca.org.et\/index.php\/get-involved\/#donate\"\n         style=\"display:inline-block; padding:10px 24px; background-color:#0056A1; \n         color:#fff; text-decoration:none; border-radius:6px; font-weight:600;\">\n         Donate\n      <\/a>\n    <\/div>\n\n  <\/div>\n<\/section>\t\t\t\t<\/div>\n\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>Key Milestones From a small group of determined women to a nationally recognized organization. Every milestone marks a step toward [&hellip;]<\/p>\n","protected":false},"author":1,"featured_media":0,"parent":0,"menu_order":0,"comment_status":"closed","ping_status":"closed","template":"","meta":{"site-sidebar-layout":"no-sidebar","site-content-layout":"","ast-site-content-layout":"full-width-container","site-content-style":"default","site-sidebar-style":"default","ast-global-header-display":"","ast-banner-title-visibility":"","ast-main-header-display":"","ast-hfb-above-header-display":"","ast-hfb-below-header-display":"","ast-hfb-mobile-header-display":"","site-post-title":"","ast-breadcrumbs-content":"","ast-featured-img":"disabled","footer-sml-layout":"","ast-disable-related-posts":"","theme-transparent-header-meta":"","adv-header-id-meta":"","stick-header-meta":"","header-above-stick-meta":"","header-main-stick-meta":"","header-below-stick-meta":"","astra-migrate-meta-layouts":"default","ast-page-background-enabled":"default","ast-page-background-meta":{"desktop":{"background-color":"var(--ast-global-color-5)","background-image":"","background-repeat":"repeat","background-position":"center center","background-size":"auto","background-attachment":"scroll","background-type":"","background-media":"","overlay-type":"","overlay-color":"","overlay-opacity":"","overlay-gradient":""},"tablet":{"background-color":"","background-image":"","background-repeat":"repeat","background-position":"center center","background-size":"auto","background-attachment":"scroll","background-type":"","background-media":"","overlay-type":"","overlay-color":"","overlay-opacity":"","overlay-gradient":""},"mobile":{"background-color":"","background-image":"","background-repeat":"repeat","background-position":"center center","background-size":"auto","background-attachment":"scroll","background-type":"","background-media":"","overlay-type":"","overlay-color":"","overlay-opacity":"","overlay-gradient":""}},"ast-content-background-meta":{"desktop":{"background-color":"var(--ast-global-color-4)","background-image":"","background-repeat":"repeat","background-position":"center center","background-size":"auto","background-attachment":"scroll","background-type":"","background-media":"","overlay-type":"","overlay-color":"","overlay-opacity":"","overlay-gradient":""},"tablet":{"background-color":"var(--ast-global-color-4)","background-image":"","background-repeat":"repeat","background-position":"center center","background-size":"auto","background-attachment":"scroll","background-type":"","background-media":"","overlay-type":"","overlay-color":"","overlay-opacity":"","overlay-gradient":""},"mobile":{"background-color":"var(--ast-global-color-4)","background-image":"","background-repeat":"repeat","background-position":"center center","background-size":"auto","background-attachment":"scroll","background-type":"","background-media":"","overlay-type":"","overlay-color":"","overlay-opacity":"","overlay-gradient":""}},"footnotes":""},"class_list":["post-1671","page","type-page","status-publish","hentry"],"_links":{"self":[{"href":"https:\/\/nikatca.org.et\/index.php\/wp-json\/wp\/v2\/pages\/1671","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/nikatca.org.et\/index.php\/wp-json\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/nikatca.org.et\/index.php\/wp-json\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/nikatca.org.et\/index.php\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/nikatca.org.et\/index.php\/wp-json\/wp\/v2\/comments?post=1671"}],"version-history":[{"count":22,"href":"https:\/\/nikatca.org.et\/index.php\/wp-json\/wp\/v2\/pages\/1671\/revisions"}],"predecessor-version":[{"id":1837,"href":"https:\/\/nikatca.org.et\/index.php\/wp-json\/wp\/v2\/pages\/1671\/revisions\/1837"}],"wp:attachment":[{"href":"https:\/\/nikatca.org.et\/index.php\/wp-json\/wp\/v2\/media?parent=1671"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}