{"id":343,"date":"2026-02-09T12:15:16","date_gmt":"2026-02-09T12:15:16","guid":{"rendered":"http:\/\/localhost\/256-youth-platform\/?page_id=343"},"modified":"2026-02-12T08:15:52","modified_gmt":"2026-02-12T08:15:52","slug":"home-2","status":"publish","type":"page","link":"https:\/\/lwegatech.net\/256\/","title":{"rendered":"Home"},"content":{"rendered":"    \r\n    <!-- AOS CSS -->\r\n    <link href=\"https:\/\/unpkg.com\/aos@2.3.1\/dist\/aos.css\" rel=\"stylesheet\">\r\n    \r\n    <style>\r\n        .yp256-homepage {\r\n            font-family: var(--body-font-family, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, sans-serif);\r\n            color: var(--kpy-base, #333333);\r\n            line-height: 1.6;\r\n            overflow-x: hidden;\r\n        }\r\n\r\n        \/* AOS Custom Animations *\/\r\n        [data-aos=\"fade-up\"] {\r\n            transform: translate3d(0, 40px, 0);\r\n        }\r\n        \r\n        [data-aos=\"fade-down\"] {\r\n            transform: translate3d(0, -40px, 0);\r\n        }\r\n        \r\n        [data-aos=\"fade-right\"] {\r\n            transform: translate3d(-40px, 0, 0);\r\n        }\r\n        \r\n        [data-aos=\"fade-left\"] {\r\n            transform: translate3d(40px, 0, 0);\r\n        }\r\n        \r\n        [data-aos=\"zoom-in\"] {\r\n            transform: scale(0.9);\r\n        }\r\n        \r\n        [data-aos=\"zoom-out\"] {\r\n            transform: scale(1.1);\r\n        }\r\n        \r\n        [data-aos=\"flip-left\"] {\r\n            transform: perspective(2500px) rotateY(-100deg);\r\n        }\r\n        \r\n        [data-aos=\"flip-right\"] {\r\n            transform: perspective(2500px) rotateY(100deg);\r\n        }\r\n\r\n        \/* About Section - Like \"Give a Healing hand\" *\/\r\n        .yp256-about {\r\n            background: white;\r\n            padding: 80px 20px;\r\n        }\r\n\r\n        .yp256-about .container {\r\n            max-width: 1200px;\r\n            margin: 0 auto;\r\n            display: grid;\r\n            grid-template-columns: 1fr 1fr;\r\n            gap: 60px;\r\n            align-items: center;\r\n        }\r\n\r\n        .yp256-about-images {\r\n    position: relative;\r\n    min-height: 400px; \/* Ensure container has height *\/\r\n}\r\n        .yp256-image-grid {\r\n    position: relative;\r\n    z-index: 2;\r\n    display: grid;\r\n    grid-template-columns: 1fr 1fr;\r\n    gap: 15px;\r\n}\r\n\r\n        .yp256-image-grid img {\r\n            width: 100%;\r\n            height: 200px;\r\n            object-fit: cover;\r\n            border-radius: 10px;\r\n        }\r\n\r\n        .yp256-orange-curve {\r\n    position: absolute;\r\n    width: 350px;\r\n    height: 350px;\r\n    background: var(--kpy-secondary);\r\n    border-radius: 50%;\r\n    top: 50%;\r\n    left: 50%;\r\n    transform: translate(-50%, -50%);\r\n    z-index: 1;\r\n    \/* Ensure no transforms from AOS affect it *\/\r\n    -webkit-transform: translate(-50%, -50%);\r\n    -moz-transform: translate(-50%, -50%);\r\n    -ms-transform: translate(-50%, -50%);\r\n    -o-transform: translate(-50%, -50%);\r\n    \/* Prevent any transform interference *\/\r\n    will-change: transform;\r\n    \/* Ensure it stays behind *\/\r\n    pointer-events: none;\r\n}\r\n\r\n        .yp256-about-content h1 {\r\n            font-size: 42px;\r\n            font-weight: 700;\r\n            margin-bottom: 20px;\r\n            line-height: 1.2;\r\n            color: var(--kpy-primary);\r\n        }\r\n\r\n        .yp256-about-content p {\r\n            font-size: 16px;\r\n            color: #666;\r\n            line-height: 1.8;\r\n            margin-bottom: 20px;\r\n        }\r\n\r\n        .yp256-donation-amount {\r\n            font-size: 14px;\r\n            color: #666;\r\n            margin: 25px 0 20px;\r\n        }\r\n\r\n        .yp256-donation-amount span {\r\n            font-size: 28px;\r\n            font-weight: 700;\r\n            color: var(--kpy-secondary);\r\n        }\r\n\r\n        .yp256-btn {\r\n            display: inline-block;\r\n            padding: 15px 40px;\r\n            background: var(--kpy-primary);\r\n            color: var(--kpy-white);\r\n            text-decoration: none;\r\n            border-radius: 50px;\r\n            font-weight: 600;\r\n            font-size: 16px;\r\n            transition: background 0.3s ease;\r\n            border: none;\r\n            cursor: pointer;\r\n        }\r\n\r\n        .yp256-btn:hover {\r\n            background: rgba(var(--kpy-primary-rgb), 0.9);\r\n        }\r\n\r\n        \/* Programs Section - Like \"Concluded Projects\" *\/\r\n        .yp256-programs {\r\n            padding: 80px 20px;\r\n            background: white;\r\n        }\r\n\r\n        .yp256-programs .container {\r\n            max-width: 1200px;\r\n            margin: 0 auto;\r\n        }\r\n\r\n        .yp256-section-title {\r\n            text-align: center;\r\n            margin-bottom: 50px;\r\n        }\r\n\r\n        .yp256-section-title h2 {\r\n            font-size: 36px;\r\n            font-weight: 700;\r\n            color: var(--kpy-primary);\r\n            margin-bottom: 10px;\r\n        }\r\n\r\n        .yp256-section-title p {\r\n            font-size: 18px;\r\n            color: #666;\r\n        }\r\n\r\n        .yp256-programs-grid {\r\n            display: grid;\r\n            grid-template-columns: repeat(3, 1fr);\r\n            gap: 25px;\r\n        }\r\n\r\n        .yp256-program-card {\r\n            padding: 40px 30px;\r\n            text-align: left;\r\n            border-radius: 18px;\r\n            background: #ffffff;\r\n            box-shadow: 0 18px 45px rgba(0, 0, 0, 0.05);\r\n        }\r\n\r\n        .yp256-program-icon {\r\n            width: 60px;\r\n            height: 60px;\r\n            border-radius: 50%;\r\n            display: flex;\r\n            align-items: center;\r\n            justify-content: center;\r\n            margin-bottom: 20px;\r\n            font-size: 28px;\r\n            background: var(--kpy-light);\r\n            color: var(--kpy-primary);\r\n        }\r\n\r\n        .yp256-program-icon i {\r\n            color: var(--kpy-primary);\r\n        }\r\n\r\n        .yp256-program-raised {\r\n            font-size: 12px;\r\n            color: #666;\r\n            text-transform: uppercase;\r\n            margin-bottom: 5px;\r\n        }\r\n\r\n        .yp256-program-raised span {\r\n            font-size: 18px;\r\n            font-weight: 700;\r\n            color: #333;\r\n        }\r\n\r\n        .yp256-program-card h3 {\r\n            font-size: 18px;\r\n            color: #333;\r\n            margin-bottom: 0;\r\n            font-weight: 600;\r\n            line-height: 1.4;\r\n        }\r\n\r\n        \/* CTA Section 1 - Like \"Senior citizens\" section *\/\r\n        .yp256-cta-1 {\r\n            background: var(--kpy-light);\r\n            padding: 80px 20px;\r\n        }\r\n\r\n        .yp256-cta-1 .container {\r\n            max-width: 1200px;\r\n            margin: 0 auto;\r\n            display: grid;\r\n            grid-template-columns: 2fr 1fr 1fr;\r\n            gap: 40px;\r\n            align-items: center;\r\n        }\r\n\r\n        .yp256-cta-text h2 {\r\n            font-size: 36px;\r\n            margin-bottom: 20px;\r\n            font-weight: 700;\r\n            color: #333;\r\n            line-height: 1.3;\r\n        }\r\n\r\n        .yp256-cta-text p {\r\n            font-size: 16px;\r\n            margin-bottom: 30px;\r\n            color: #666;\r\n            line-height: 1.7;\r\n        }\r\n\r\n        .yp256-cta-text .yp256-btn {\r\n            background: var(--kpy-secondary-2);\r\n        }\r\n\r\n        .yp256-donation-circle {\r\n            background: #ffffff;\r\n            color: var(--kpy-base);\r\n            border-radius: var(--kpy-card-radius);\r\n            width: 280px;\r\n            height: 280px;\r\n            display: flex;\r\n            flex-direction: column;\r\n            align-items: center;\r\n            justify-content: center;\r\n            text-align: center;\r\n            padding: 30px;\r\n            margin: 0 auto;\r\n        }\r\n\r\n        .yp256-donation-circle h3 {\r\n            font-size: 18px;\r\n            font-weight: 600;\r\n            margin-bottom: 15px;\r\n        }\r\n\r\n        .yp256-donation-circle .amount {\r\n            font-size: 32px;\r\n            font-weight: 700;\r\n            margin-bottom: 20px;\r\n            color: var(--kpy-secondary);\r\n        }\r\n\r\n        .yp256-donation-circle .yp256-btn {\r\n            background: var(--kpy-secondary);\r\n            padding: 12px 30px;\r\n            font-size: 14px;\r\n        }\r\n\r\n        .yp256-cta-image {\r\n            width: 100%;\r\n            height: 280px;\r\n            border-radius: 10px;\r\n            overflow: hidden;\r\n        }\r\n\r\n        .yp256-cta-image img {\r\n            width: 100%;\r\n            height: 100%;\r\n            object-fit: cover;\r\n            display: block;\r\n        }\r\n\r\n        \/* Board Chair Message - Updated with \"D\" shape *\/\r\n        .yp256-board-message {\r\n            padding: 80px 20px;\r\n            background: white;\r\n        }\r\n\r\n        .yp256-board-message .container {\r\n            max-width: 1200px;\r\n            margin: 0 auto;\r\n            display: grid;\r\n            grid-template-columns: 1fr 2fr;\r\n            gap: 50px;\r\n            align-items: center;\r\n        }\r\n\r\n        .yp256-board-image {\r\n            text-align: center;\r\n            position: relative;\r\n        }\r\n\r\n        .yp256-d-letter-card {\r\n            width: 300px;\r\n            height: 300px;\r\n            margin: 0 auto;\r\n            position: relative;\r\n            background: linear-gradient(135deg, var(--kpy-primary) 0%, #0a2e6e 100%);\r\n            clip-path: polygon(0 0, 70% 0, 100% 30%, 100% 100%, 30% 100%, 0 70%);\r\n            display: flex;\r\n            align-items: center;\r\n            justify-content: center;\r\n            overflow: hidden;\r\n            box-shadow: 0 20px 50px rgba(0, 0, 0, 0.2);\r\n        }\r\n\r\n        .yp256-d-letter-card::before {\r\n            content: 'D';\r\n            position: absolute;\r\n            font-size: 180px;\r\n            font-weight: 900;\r\n            color: rgba(255, 255, 255, 0.1);\r\n            font-family: var(--kpy-heading-font, 'Metropolis', sans-serif);\r\n            z-index: 1;\r\n            text-shadow: 3px 3px 6px rgba(0, 0, 0, 0.3);\r\n        }\r\n\r\n        .yp256-board-image img {\r\n            width: 85%;\r\n            height: 85%;\r\n            object-fit: cover;\r\n            border-radius: 10px;\r\n            position: relative;\r\n            z-index: 2;\r\n            clip-path: polygon(0 0, 65% 0, 100% 35%, 100% 100%, 35% 100%, 0 65%);\r\n            border: 4px solid var(--kpy-white);\r\n            box-shadow: 0 10px 30px rgba(0, 0, 0, 0.3);\r\n        }\r\n\r\n        .yp256-board-image h4 {\r\n            margin-top: 25px;\r\n            font-size: 24px;\r\n            color: var(--kpy-primary);\r\n            font-weight: 700;\r\n        }\r\n\r\n        .yp256-board-image p {\r\n            color: var(--kpy-secondary);\r\n            font-weight: 600;\r\n            font-size: 16px;\r\n            margin-top: 5px;\r\n        }\r\n\r\n        .yp256-board-content h2 {\r\n            font-size: 32px;\r\n            color: var(--kpy-primary);\r\n            margin-bottom: 20px;\r\n            font-weight: 700;\r\n        }\r\n\r\n        .yp256-board-content .message-text {\r\n            font-size: 16px;\r\n            color: #555;\r\n            line-height: 1.8;\r\n            margin-bottom: 15px;\r\n        }\r\n\r\n        .yp256-board-signature {\r\n            margin-top: 30px;\r\n            font-style: italic;\r\n            color: var(--kpy-secondary-2);\r\n            font-weight: 600;\r\n            border-left: 4px solid var(--kpy-primary);\r\n            padding-left: 15px;\r\n        }\r\n\r\n        \/* News Slider Section (blue banner) - FIXED Red Button with Bright Text *\/\r\n        .yp256-news-section {\r\n            padding: 80px 20px 150px;\r\n            background: var(--kpy-primary);\r\n            position: relative;\r\n            color: var(--kpy-white);\r\n        }\r\n\r\n        .yp256-news-section .container {\r\n            max-width: 1200px;\r\n            margin: 0 auto;\r\n        }\r\n\r\n        .yp256-section-title-light h2 {\r\n            color: var(--kpy-white);\r\n        }\r\n\r\n        .yp256-news-slider {\r\n            position: relative;\r\n            display: flex;\r\n            align-items: center;\r\n            gap: 20px;\r\n            margin-top: 40px;\r\n        }\r\n\r\n        .yp256-news-window {\r\n            overflow: hidden;\r\n            flex: 1;\r\n        }\r\n\r\n        .yp256-news-track {\r\n            display: flex;\r\n            transition: transform 0.5s ease;\r\n        }\r\n\r\n        .yp256-news-card {\r\n            flex: 0 0 100%;\r\n            padding: 10px;\r\n        }\r\n\r\n        .yp256-news-inner {\r\n            background: var(--kpy-white);\r\n            border-radius: 24px 0 0 0;\r\n            overflow: hidden;\r\n            box-shadow: 0 18px 45px rgba(0, 0, 0, 0.22);\r\n            display: flex;\r\n            flex-direction: column;\r\n            height: 100%;\r\n        }\r\n\r\n        .yp256-news-image img {\r\n            width: 100%;\r\n            height: 220px;\r\n            object-fit: cover;\r\n            display: block;\r\n            border-radius: 24px 0 0 0;\r\n        }\r\n\r\n        .yp256-news-body {\r\n            padding: 24px 24px 28px;\r\n        }\r\n\r\n        .yp256-news-date-pill {\r\n            display: inline-block;\r\n            padding: 4px 12px;\r\n            border-radius: 999px;\r\n            background: var(--kpy-secondary);\r\n            color: var(--kpy-white);\r\n            font-size: 12px;\r\n            font-weight: 600;\r\n            margin-bottom: 12px;\r\n        }\r\n\r\n        .yp256-news-title {\r\n            font-size: 18px;\r\n            font-weight: 700;\r\n            color: var(--kpy-base);\r\n            margin-bottom: 10px;\r\n        }\r\n\r\n        .yp256-news-excerpt {\r\n            font-size: 14px;\r\n            color: #555;\r\n            margin-bottom: 16px;\r\n        }\r\n\r\n        \/* FIXED: Red Button with bright white text - not black\/blue *\/\r\n        .yp256-news-read-more {\r\n            display: inline-flex;\r\n            align-items: center;\r\n            justify-content: center;\r\n            padding: 8px 18px;\r\n            font-size: 14px;\r\n            font-weight: 600;\r\n            color: #FFFFFF !important;\r\n            background: #E31E24;\r\n            text-decoration: none;\r\n            border-radius: 18px 0 0 0;\r\n            border: none;\r\n            transition: all 0.3s ease;\r\n            text-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);\r\n            letter-spacing: 0.3px;\r\n        }\r\n\r\n        .yp256-news-read-more:hover {\r\n            background: #FF4136;\r\n            color: #FFFFFF !important;\r\n            transform: translateY(-2px);\r\n            box-shadow: 0 4px 12px rgba(255, 65, 54, 0.4);\r\n        }\r\n\r\n        .yp256-news-read-more i {\r\n            margin-left: 6px;\r\n            transition: transform 0.3s ease;\r\n            color: #FFFFFF;\r\n        }\r\n\r\n        .yp256-news-read-more:hover i {\r\n            transform: translateX(4px);\r\n        }\r\n\r\n        .yp256-news-nav {\r\n            width: 44px;\r\n            height: 44px;\r\n            border-radius: 50%;\r\n            border: none;\r\n            display: flex;\r\n            align-items: center;\r\n            justify-content: center;\r\n            background: var(--kpy-white);\r\n            color: var(--kpy-primary);\r\n            box-shadow: 0 10px 25px rgba(0, 0, 0, 0.25);\r\n            cursor: pointer;\r\n        }\r\n\r\n        .yp256-news-nav i {\r\n            font-size: 20px;\r\n        }\r\n\r\n        .yp256-news-nav:disabled {\r\n            opacity: 0.4;\r\n            cursor: default;\r\n            box-shadow: none;\r\n        }\r\n\r\n        @media (min-width: 768px) {\r\n            .yp256-news-card {\r\n                flex-basis: 50%;\r\n            }\r\n        }\r\n\r\n        @media (min-width: 992px) {\r\n            .yp256-news-card {\r\n                flex-basis: 33.333%;\r\n            }\r\n        }\r\n\r\n        \/* Partners Section \r\n        .yp256-partners {\r\n            padding: 80px 20px;\r\n            background: white;\r\n            position: relative;\r\n            z-index: 2;\r\n        }\r\n\r\n        .yp256-partners .container {\r\n            max-width: 1200px;\r\n            margin: 0 auto;\r\n        }\r\n\r\n        .yp256-partners-grid {\r\n            margin-top: 40px;\r\n            min-height: 50px;\r\n        }\r\n\r\n        \/* Partner Button Container - GUARANTEED VISIBILITY *\/\r\n        .yp256-partner-btn-container {\r\n            text-align: center;\r\n            margin-top: 60px !important;\r\n            display: block !important;\r\n            clear: both;\r\n            width: 100%;\r\n            position: relative;\r\n            z-index: 10;\r\n        }\r\n\r\n        .yp256-partner-btn {\r\n            display: inline-block !important;\r\n            padding: 16px 42px !important;\r\n            background: transparent;\r\n            color: var(--kpy-primary, #17458F) !important;\r\n            border: 2px solid var(--kpy-primary, #17458F) !important;\r\n            border-radius: 50px;\r\n            font-weight: 700;\r\n            font-size: 16px;\r\n            text-decoration: none;\r\n            transition: all 0.3s ease;\r\n            letter-spacing: 0.5px;\r\n            box-shadow: 0 4px 12px rgba(23, 69, 143, 0.08);\r\n        }\r\n\r\n        .yp256-partner-btn:hover {\r\n            background: var(--kpy-primary, #17458F) !important;\r\n            color: white !important;\r\n            transform: translateY(-3px);\r\n            box-shadow: 0 12px 28px rgba(23, 69, 143, 0.25);\r\n            border-color: var(--kpy-primary, #17458F) !important;\r\n        }\r\n\r\n        .yp256-partner-btn i {\r\n            margin-left: 8px;\r\n            transition: transform 0.3s ease;\r\n        }\r\n\r\n        .yp256-partner-btn:hover i {\r\n            transform: translateX(6px);\r\n        }\r\n\r\n        \/* Updated Our Story Section *\/\r\n        .yp256-our-story {\r\n            padding: 80px 20px;\r\n            background: linear-gradient(rgba(255, 255, 255, 0.9), rgba(255, 255, 255, 0.9)), \r\n                        url('https:\/\/lwegatech.net\/256\/wp-content\/themes\/kipya\/assets\/images\/bg-pattern.jpg') center\/cover;\r\n            position: relative;\r\n        }\r\n\r\n        .yp256-our-story .container {\r\n            max-width: 1200px;\r\n            margin: 0 auto;\r\n            position: relative;\r\n            z-index: 2;\r\n        }\r\n\r\n        .yp256-story-content {\r\n            display: grid;\r\n            grid-template-columns: 1fr 1fr;\r\n            gap: 60px;\r\n            align-items: center;\r\n        }\r\n\r\n        .yp256-story-image {\r\n            position: relative;\r\n        }\r\n\r\n        .yp256-story-main-img {\r\n            width: 100%;\r\n            height: 350px;\r\n            object-fit: cover;\r\n            border-radius: var(--kpy-card-radius);\r\n            box-shadow: 0 15px 40px rgba(0, 0, 0, 0.15);\r\n        }\r\n\r\n        .yp256-story-badge {\r\n            position: absolute;\r\n            top: -20px;\r\n            right: -20px;\r\n            background: var(--kpy-secondary);\r\n            color: white;\r\n            padding: 15px 25px;\r\n            border-radius: 10px;\r\n            font-weight: 700;\r\n            font-size: 14px;\r\n            transform: rotate(5deg);\r\n        }\r\n\r\n        .yp256-story-text h2 {\r\n            font-size: 36px;\r\n            color: var(--kpy-primary);\r\n            margin-bottom: 20px;\r\n            font-weight: 700;\r\n        }\r\n\r\n        .yp256-story-text h2 span {\r\n            color: var(--kpy-secondary);\r\n        }\r\n\r\n        .yp256-story-highlights {\r\n            margin: 30px 0;\r\n            display: grid;\r\n            grid-template-columns: 1fr 1fr;\r\n            gap: 20px;\r\n        }\r\n\r\n        .yp256-highlight-item {\r\n            display: flex;\r\n            align-items: center;\r\n            margin-bottom: 15px;\r\n        }\r\n\r\n        .yp256-highlight-icon {\r\n            width: 40px;\r\n            height: 40px;\r\n            background: var(--kpy-primary);\r\n            color: white;\r\n            border-radius: 50%;\r\n            display: flex;\r\n            align-items: center;\r\n            justify-content: center;\r\n            margin-right: 15px;\r\n            flex-shrink: 0;\r\n        }\r\n\r\n        .yp256-highlight-content h4 {\r\n            font-size: 16px;\r\n            font-weight: 600;\r\n            margin-bottom: 5px;\r\n            color: var(--kpy-primary);\r\n        }\r\n\r\n        .yp256-highlight-content p {\r\n            font-size: 14px;\r\n            color: #666;\r\n            margin: 0;\r\n        }\r\n\r\n        .yp256-story-stats {\r\n            background: var(--kpy-light);\r\n            border-radius: var(--kpy-card-radius);\r\n            padding: 25px;\r\n            margin-top: 30px;\r\n            \r\n        }\r\n\r\n        .yp256-stats-grid {\r\n            display: grid;\r\n            grid-template-columns: repeat(3, 1fr);\r\n            gap: 20px;\r\n            text-align: center;\r\n        }\r\n\r\n        .yp256-stat-item h3 {\r\n            font-size: 28px;\r\n            font-weight: 700;\r\n            color: var(--kpy-secondary);\r\n            margin-bottom: 5px;\r\n        }\r\n\r\n        .yp256-stat-item p {\r\n            font-size: 13px;\r\n            color: #666;\r\n            text-transform: uppercase;\r\n            letter-spacing: 1px;\r\n            font-weight: 500;\r\n        }\r\n\r\n        \/* Environmental Impact Section - FIXED Parallax Background with Your Image *\/\r\n        .yp256-environmental {\r\n            padding: 100px 20px;\r\n            background: linear-gradient(rgba(23, 69, 143, 0.87), rgba(23, 69, 143, 0.87)), \r\n                        url('https:\/\/lwegatech.net\/256\/wp-content\/uploads\/2026\/01\/FB_IMG_16056836569871655.jpg');\r\n            background-attachment: fixed;\r\n            background-position: center center;\r\n            background-repeat: no-repeat;\r\n            background-size: cover;\r\n            position: relative;\r\n            color: white;\r\n            isolation: isolate;\r\n        }\r\n\r\n        .yp256-environmental .container {\r\n            max-width: 1200px;\r\n            margin: 0 auto;\r\n            position: relative;\r\n            z-index: 3;\r\n        }\r\n\r\n        .yp256-environmental .yp256-section-title h2 {\r\n            color: white;\r\n        }\r\n\r\n        .yp256-environmental .yp256-section-title h2 span {\r\n            color: var(--kpy-secondary);\r\n        }\r\n\r\n        .yp256-environmental .yp256-section-title p {\r\n            color: rgba(255, 255, 255, 0.9);\r\n        }\r\n\r\n        .yp256-environmental-grid {\r\n            display: grid;\r\n            grid-template-columns: 1fr 1fr;\r\n            gap: 40px;\r\n            margin-top: 40px;\r\n        }\r\n\r\n        .yp256-env-card {\r\n            background: rgba(255, 255, 255, 0.1);\r\n            backdrop-filter: blur(10px);\r\n            border-radius: 20px 20px 0 0;\r\n            padding: 40px;\r\n            position: relative;\r\n            overflow: hidden;\r\n            border: 1px solid rgba(255, 255, 255, 0.2);\r\n            transition: all 0.3s ease;\r\n            color: white;\r\n        }\r\n\r\n        .yp256-env-card:hover {\r\n            transform: translateY(-8px);\r\n            background: rgba(255, 255, 255, 0.15);\r\n            border-color: var(--kpy-secondary);\r\n        }\r\n\r\n        .yp256-env-card::after {\r\n            content: '';\r\n            position: absolute;\r\n            bottom: 0;\r\n            right: 0;\r\n            width: 120px;\r\n            height: 120px;\r\n            background: radial-gradient(circle, rgba(227,30,36,0.1) 0%, transparent 70%);\r\n            border-radius: 20px 0 0 0;\r\n            pointer-events: none;\r\n        }\r\n\r\n        .yp256-env-card.primary {\r\n            background: rgba(227, 30, 36, 0.15);\r\n            backdrop-filter: blur(10px);\r\n        }\r\n\r\n        .yp256-env-label {\r\n            font-size: 12px;\r\n            text-transform: uppercase;\r\n            letter-spacing: 2px;\r\n            margin-bottom: 15px;\r\n            opacity: 0.9;\r\n            font-weight: 600;\r\n            color: rgba(255, 255, 255, 0.9);\r\n        }\r\n\r\n        .yp256-env-card h3 {\r\n            font-size: 24px;\r\n            font-weight: 700;\r\n            margin-bottom: 20px;\r\n            line-height: 1.3;\r\n            color: white;\r\n        }\r\n\r\n        .yp256-env-card p {\r\n            font-size: 15px;\r\n            line-height: 1.6;\r\n            opacity: 0.95;\r\n            margin-bottom: 25px;\r\n            color: rgba(255, 255, 255, 0.9);\r\n        }\r\n\r\n        .yp256-env-achievements {\r\n            display: flex;\r\n            gap: 20px;\r\n            margin-top: 25px;\r\n        }\r\n\r\n        .yp256-env-achievement {\r\n            text-align: center;\r\n            flex: 1;\r\n        }\r\n\r\n        .yp256-env-achievement h4 {\r\n            font-size: 28px;\r\n            font-weight: 700;\r\n            margin-bottom: 5px;\r\n            color: white;\r\n        }\r\n\r\n        .yp256-env-achievement p {\r\n            font-size: 12px;\r\n            text-transform: uppercase;\r\n            letter-spacing: 1px;\r\n            margin: 0;\r\n            color: rgba(255, 255, 255, 0.9);\r\n        }\r\n\r\n        \/* Responsive Design *\/\r\n        @media (max-width: 968px) {\r\n            .yp256-about .container,\r\n            .yp256-board-message .container,\r\n            .yp256-story-content,\r\n            .yp256-environmental-grid {\r\n                grid-template-columns: 1fr;\r\n                text-align: center;\r\n            }\r\n\r\n            .yp256-cta-1 .container {\r\n                grid-template-columns: 1fr;\r\n                gap: 30px;\r\n            }\r\n\r\n            .yp256-donation-circle {\r\n                order: 3;\r\n            }\r\n\r\n            .yp256-story-badge {\r\n                position: relative;\r\n                top: 0;\r\n                right: 0;\r\n                margin: 0 auto 20px;\r\n                display: inline-block;\r\n            }\r\n\r\n            .yp256-d-letter-card {\r\n                width: 250px;\r\n                height: 250px;\r\n            }\r\n            \r\n            .yp256-env-achievements {\r\n                flex-direction: column;\r\n                gap: 15px;\r\n            }\r\n        }\r\n\r\n        @media (max-width: 768px) {\r\n            .yp256-programs-grid,\r\n            .yp256-story-highlights,\r\n            .yp256-stats-grid {\r\n                grid-template-columns: 1fr;\r\n            }\r\n\r\n            .yp256-image-grid {\r\n                grid-template-columns: 1fr;\r\n            }\r\n\r\n            .yp256-cta-1 .container {\r\n                grid-template-columns: 1fr;\r\n            }\r\n\r\n            .yp256-cta-image {\r\n                order: 2;\r\n            }\r\n            \r\n            .yp256-environmental {\r\n                background-attachment: scroll;\r\n                padding: 80px 20px;\r\n            }\r\n            \r\n            .yp256-env-card {\r\n                padding: 30px;\r\n            }\r\n            \r\n            .yp256-partner-btn-container {\r\n                margin-top: 50px !important;\r\n            }\r\n            \r\n            .yp256-partner-btn {\r\n                padding: 14px 32px !important;\r\n                font-size: 15px;\r\n            }\r\n        }\r\n\r\n        @media (max-width: 480px) {\r\n            .yp256-d-letter-card {\r\n                width: 200px;\r\n                height: 200px;\r\n            }\r\n\r\n            .yp256-d-letter-card::before {\r\n                font-size: 120px;\r\n            }\r\n\r\n            .yp256-about-content h1 {\r\n                font-size: 32px;\r\n            }\r\n\r\n            .yp256-section-title h2 {\r\n                font-size: 28px;\r\n            }\r\n            \r\n            .yp256-partner-btn-container {\r\n                margin-top: 40px !important;\r\n            }\r\n            \r\n            .yp256-partner-btn {\r\n                padding: 12px 28px !important;\r\n                font-size: 14px;\r\n                width: 100%;\r\n                max-width: 280px;\r\n            }\r\n            \r\n            .yp256-env-card {\r\n                padding: 28px 20px;\r\n            }\r\n            \r\n            .yp256-env-achievement h4 {\r\n                font-size: 24px;\r\n            }\r\n        }\r\n    <\/style>\r\n\r\n    <div class=\"yp256-homepage\">\r\n        \r\n        <!-- About Section -->\r\n<section class=\"yp256-about\" data-aos=\"fade-up\" data-aos-duration=\"1000\">\r\n    <div class=\"container\">\r\n        <div class=\"yp256-about-images\">\r\n            <!-- Orange circle - completely independent, positioned absolutely within the section -->\r\n            <div class=\"yp256-orange-curve\"><\/div>\r\n            <div class=\"yp256-image-grid\" data-aos=\"fade-left\" data-aos-duration=\"1200\" data-aos-delay=\"200\">\r\n                <img decoding=\"async\" src=\"https:\/\/lwegatech.net\/256\/wp-content\/uploads\/2026\/01\/Muhammed-Mukalu-training-yout-in-Iganga-District.jpg\" alt=\"Muhammed Mukalu training youth in Iganga District\" data-aos=\"fade-up\" data-aos-duration=\"1000\" data-aos-delay=\"400\">\r\n                <img decoding=\"async\" src=\"https:\/\/lwegatech.net\/256\/wp-content\/uploads\/2026\/01\/leadership.jpg\" alt=\"Youth leadership training\" data-aos=\"fade-up\" data-aos-duration=\"1000\" data-aos-delay=\"500\">\r\n                <img decoding=\"async\" src=\"https:\/\/lwegatech.net\/256\/wp-content\/uploads\/2026\/01\/FB_IMG_16076197750356153.jpg\" alt=\"Community engagement\" data-aos=\"fade-up\" data-aos-duration=\"1000\" data-aos-delay=\"600\">\r\n                <img decoding=\"async\" src=\"https:\/\/lwegatech.net\/256\/wp-content\/uploads\/2026\/01\/IMG_20201208_140819_152.jpg\" alt=\"Youth activities\" data-aos=\"fade-up\" data-aos-duration=\"1000\" data-aos-delay=\"700\">\r\n            <\/div>\r\n        <\/div>\r\n        <div class=\"yp256-about-content\" data-aos=\"fade-left\" data-aos-duration=\"1200\" data-aos-delay=\"300\">\r\n            <h1 data-aos=\"fade-up\" data-aos-duration=\"1000\" data-aos-delay=\"400\">Give a <span>Helping Hand<\/span> to Those Who Need It<\/h1>\r\n            <p data-aos=\"fade-up\" data-aos-duration=\"1000\" data-aos-delay=\"500\">+256 Youth Platform is a dynamic, community-driven organization dedicated to mobilizing, empowering, and engaging youth in Iganga, Uganda. Through participatory initiatives and innovative solutions, we create opportunities for young people to shape their future.<\/p>\r\n            <div class=\"yp256-donation-amount\" data-aos=\"fade-up\" data-aos-duration=\"1000\" data-aos-delay=\"600\">\r\n                Impact so far: <span>5,000+<\/span> youth empowered\r\n            <\/div>\r\n            <a href=\"https:\/\/lwegatech.net\/256\/donate\/\" class=\"yp256-btn\" data-aos=\"zoom-in\" data-aos-duration=\"800\" data-aos-delay=\"700\">Donate<\/a>\r\n        <\/div>\r\n    <\/div>\r\n<\/section>\r\n\r\n        <!-- Programs Section -->\r\n        <section class=\"yp256-programs\" data-aos=\"fade-up\" data-aos-duration=\"1000\">\r\n            <div class=\"container\">\r\n                <div class=\"yp256-section-title\" data-aos=\"fade-down\" data-aos-duration=\"1000\">\r\n                    <h2 data-aos=\"fade-up\" data-aos-duration=\"800\">Our Core <span>Programs<\/span><\/h2>\r\n                <\/div>\r\n                <div class=\"yp256-programs-grid\">\r\n                    <div class=\"yp256-program-card\" data-aos=\"flip-left\" data-aos-duration=\"1000\" data-aos-delay=\"100\">\r\n                        <div class=\"yp256-program-icon\" data-aos=\"zoom-in\" data-aos-duration=\"800\"><i class=\"bi bi-people-fill\"><\/i><\/div>\r\n                        <div class=\"yp256-program-raised\" data-aos=\"fade-up\" data-aos-duration=\"600\" data-aos-delay=\"200\">IMPACT: <span>1,000+<\/span><\/div>\r\n                        <h3 data-aos=\"fade-up\" data-aos-duration=\"600\" data-aos-delay=\"300\">Youth Leadership & Governance<\/h3>\r\n                    <\/div>\r\n                    <div class=\"yp256-program-card\" data-aos=\"flip-left\" data-aos-duration=\"1000\" data-aos-delay=\"200\">\r\n                        <div class=\"yp256-program-icon\" data-aos=\"zoom-in\" data-aos-duration=\"800\"><i class=\"bi bi-heart-pulse-fill\"><\/i><\/div>\r\n                        <div class=\"yp256-program-raised\" data-aos=\"fade-up\" data-aos-duration=\"600\" data-aos-delay=\"300\">REACH: <span>800+<\/span><\/div>\r\n                        <h3 data-aos=\"fade-up\" data-aos-duration=\"600\" data-aos-delay=\"400\">Sexual & Reproductive Health Rights<\/h3>\r\n                    <\/div>\r\n                    <div class=\"yp256-program-card\" data-aos=\"flip-left\" data-aos-duration=\"1000\" data-aos-delay=\"300\">\r\n                        <div class=\"yp256-program-icon\" data-aos=\"zoom-in\" data-aos-duration=\"800\"><i class=\"bi bi-briefcase-fill\"><\/i><\/div>\r\n                        <div class=\"yp256-program-raised\" data-aos=\"fade-up\" data-aos-duration=\"600\" data-aos-delay=\"400\">TRAINED: <span>600+<\/span><\/div>\r\n                        <h3 data-aos=\"fade-up\" data-aos-duration=\"600\" data-aos-delay=\"500\">Youth Livelihoods & Economic Empowerment<\/h3>\r\n                    <\/div>\r\n                    <div class=\"yp256-program-card\" data-aos=\"flip-left\" data-aos-duration=\"1000\" data-aos-delay=\"400\">\r\n                        <div class=\"yp256-program-icon\" data-aos=\"zoom-in\" data-aos-duration=\"800\"><i class=\"bi bi-tree-fill\"><\/i><\/div>\r\n                        <div class=\"yp256-program-raised\" data-aos=\"fade-up\" data-aos-duration=\"600\" data-aos-delay=\"500\">TREES: <span>5,000+<\/span><\/div>\r\n                        <h3 data-aos=\"fade-up\" data-aos-duration=\"600\" data-aos-delay=\"600\">Environmental Conservation & Sanitation<\/h3>\r\n                    <\/div>\r\n                    <div class=\"yp256-program-card\" data-aos=\"flip-left\" data-aos-duration=\"1000\" data-aos-delay=\"500\">\r\n                        <div class=\"yp256-program-icon\" data-aos=\"zoom-in\" data-aos-duration=\"800\"><i class=\"bi bi-trophy-fill\"><\/i><\/div>\r\n                        <div class=\"yp256-program-raised\" data-aos=\"fade-up\" data-aos-duration=\"600\" data-aos-delay=\"600\">ENGAGED: <span>120+<\/span><\/div>\r\n                        <h3 data-aos=\"fade-up\" data-aos-duration=\"600\" data-aos-delay=\"700\">Sports & Talent Development<\/h3>\r\n                    <\/div>\r\n                    <div class=\"yp256-program-card\" data-aos=\"flip-left\" data-aos-duration=\"1000\" data-aos-delay=\"600\">\r\n                        <div class=\"yp256-program-icon\" data-aos=\"zoom-in\" data-aos-duration=\"800\"><i class=\"bi bi-house-door-fill\"><\/i><\/div>\r\n                        <div class=\"yp256-program-raised\" data-aos=\"fade-up\" data-aos-duration=\"600\" data-aos-delay=\"700\">ACCESS: <span>FREE<\/span><\/div>\r\n                        <h3 data-aos=\"fade-up\" data-aos-duration=\"600\" data-aos-delay=\"800\">Youth Centre & Innovation Hub<\/h3>\r\n                    <\/div>\r\n                <\/div>\r\n            <\/div>\r\n        <\/section>\r\n\r\n        <!-- CTA Section 1 -->\r\n        <section class=\"yp256-cta-1\" data-aos=\"fade-up\" data-aos-duration=\"1000\">\r\n            <div class=\"container\">\r\n                <div class=\"yp256-cta-text\" data-aos=\"fade-right\" data-aos-duration=\"1200\">\r\n                    <h2 data-aos=\"fade-up\" data-aos-duration=\"800\">Youth <span>empowerment<\/span> should be given priority<\/h2>\r\n                    <p data-aos=\"fade-up\" data-aos-duration=\"800\" data-aos-delay=\"200\">Every young person deserves access to education, skills training, and opportunities to thrive. Together, we can create lasting change in our communities through sustainable youth programs.<\/p>\r\n                    <a href=\"https:\/\/lwegatech.net\/256\/donate\/\" class=\"yp256-btn\" data-aos=\"zoom-in\" data-aos-duration=\"800\" data-aos-delay=\"400\">More Information<\/a>\r\n                <\/div>\r\n                <div class=\"yp256-donation-circle\" data-aos=\"zoom-in\" data-aos-duration=\"1200\" data-aos-delay=\"300\">\r\n                    <h3 data-aos=\"fade-up\" data-aos-duration=\"600\">Give your donation<\/h3>\r\n                    <div class=\"amount\" data-aos=\"fade-up\" data-aos-duration=\"600\" data-aos-delay=\"200\">Contact Us<\/div>\r\n                    <a href=\"https:\/\/lwegatech.net\/256\/donate\/\" class=\"yp256-btn\" data-aos=\"zoom-in\" data-aos-duration=\"800\" data-aos-delay=\"400\">Donate Now<\/a>\r\n                <\/div>\r\n                <div class=\"yp256-cta-image\" data-aos=\"fade-left\" data-aos-duration=\"1200\" data-aos-delay=\"200\">\r\n                    <img decoding=\"async\" src=\"https:\/\/lwegatech.net\/256\/wp-content\/uploads\/2026\/01\/FB_IMG_16056836569871655.jpg\" alt=\"Youth community activities\" data-aos=\"zoom-in\" data-aos-duration=\"1500\">\r\n                <\/div>\r\n            <\/div>\r\n        <\/section>\r\n\r\n        <!-- Board Chair Message -->\r\n        <section class=\"yp256-board-message\" data-aos=\"fade-up\" data-aos-duration=\"1000\">\r\n            <div class=\"container\">\r\n                <div class=\"yp256-board-image\" data-aos=\"fade-right\" data-aos-duration=\"1200\">\r\n                    <div class=\"yp256-d-letter-card\" data-aos=\"flip-right\" data-aos-duration=\"1500\">\r\n                        <img decoding=\"async\" src=\"https:\/\/lwegatech.net\/256\/wp-content\/uploads\/2026\/02\/Dorothy-Akongo.jpg\" alt=\"Dorothy Akongo\" data-aos=\"zoom-in\" data-aos-duration=\"1200\" data-aos-delay=\"200\">\r\n                    <\/div>\r\n                    <h4 data-aos=\"fade-up\" data-aos-duration=\"800\" data-aos-delay=\"300\">Dorothy Akongo<\/h4>\r\n                    <p data-aos=\"fade-up\" data-aos-duration=\"800\" data-aos-delay=\"400\">Board Chair<\/p>\r\n                <\/div>\r\n                <div class=\"yp256-board-content\" data-aos=\"fade-left\" data-aos-duration=\"1200\">\r\n                    <h2 data-aos=\"fade-up\" data-aos-duration=\"800\">Message from the <span>Board Chair<\/span><\/h2>\r\n                    <p class=\"message-text\" data-aos=\"fade-up\" data-aos-duration=\"800\" data-aos-delay=\"200\">It is with great pride and optimism that I share this message on behalf of the Board of Directors of +256 Youth Platform. Over the years, our organization has grown from a passionate idea into a powerful movement that is transforming the lives of young people in Iganga and beyond.<\/p>\r\n                    <p class=\"message-text\" data-aos=\"fade-up\" data-aos-duration=\"800\" data-aos-delay=\"300\">At the heart of our work lies a simple yet profound belief: young people are not just the leaders of tomorrow\u2014they are the change-makers of today.<\/p>\r\n                    <p class=\"message-text\" data-aos=\"fade-up\" data-aos-duration=\"800\" data-aos-delay=\"400\">Through our strategic programs in leadership, sexual and reproductive health, economic empowerment, environmental conservation, and talent development, we are witnessing the emergence of a generation that is bold, skilled, and visionary.<\/p>\r\n                    <p class=\"yp256-board-signature\" data-aos=\"fade-up\" data-aos-duration=\"800\" data-aos-delay=\"500\">\u2014 Dorothy Akongo, Board Chair<\/p>\r\n                <\/div>\r\n            <\/div>\r\n        <\/section>\r\n\r\n        <!-- News Slider Section - FIXED Red Button with Bright White Text -->\r\n        <section class=\"yp256-news-section\" data-aos=\"fade-up\" data-aos-duration=\"1000\">\r\n            <div class=\"container\">\r\n                <div class=\"yp256-section-title yp256-section-title-light\" data-aos=\"fade-down\" data-aos-duration=\"1000\">\r\n                    <h2 data-aos=\"fade-up\" data-aos-duration=\"800\">Latest News & <span>Impact Stories<\/span><\/h2>\r\n                <\/div>\r\n                                <div class=\"yp256-news-slider\" data-aos=\"zoom-in\" data-aos-duration=\"1200\" data-aos-delay=\"200\">\r\n                    <button class=\"yp256-news-nav yp256-news-prev\" type=\"button\" aria-label=\"Previous news\">\r\n                        <i class=\"bi bi-chevron-left\"><\/i>\r\n                    <\/button>\r\n                    <div class=\"yp256-news-window\">\r\n                        <div class=\"yp256-news-track\">\r\n                                                        <article class=\"yp256-news-card\" data-aos=\"fade-up\" data-aos-duration=\"800\" data-aos-delay=\"100\">\r\n                                <div class=\"yp256-news-inner\">\r\n                                    <div class=\"yp256-news-image\" data-aos=\"zoom-in\" data-aos-duration=\"800\" data-aos-delay=\"200\">\r\n                                                                                    <img loading=\"lazy\" decoding=\"async\" width=\"295\" height=\"197\" src=\"https:\/\/lwegatech.net\/256\/wp-content\/uploads\/2026\/02\/craftsmen.jpg\" class=\"img-fluid wp-post-image\" alt=\"\" \/>                                                                            <\/div>\r\n                                    <div class=\"yp256-news-body\">\r\n                                        <span class=\"yp256-news-date-pill\" data-aos=\"fade-up\" data-aos-duration=\"600\" data-aos-delay=\"300\">\r\n                                            2 February 2026                                        <\/span>\r\n                                        <h3 class=\"yp256-news-title\" data-aos=\"fade-up\" data-aos-duration=\"600\" data-aos-delay=\"400\">A BOOST FOR CRAFTSMEN IN IGANGA AND SURROUNDING AREAS\u2019<\/h3>\r\n                                        <p class=\"yp256-news-excerpt\" data-aos=\"fade-up\" data-aos-duration=\"600\" data-aos-delay=\"500\">Iganga is a medium-sized town northeast of Jinja. Since 2013, the +256 Youth Platform has organized various activities&hellip;<\/p>\r\n                                        <a href=\"https:\/\/lwegatech.net\/256\/a-boost-for-craftsmen-in-iganga-and-surrounding-areas\/\" class=\"yp256-news-read-more\" data-aos=\"zoom-in\" data-aos-duration=\"600\" data-aos-delay=\"600\">\r\n                                            Read More <i class=\"bi bi-arrow-right\"><\/i>\r\n                                        <\/a>\r\n                                    <\/div>\r\n                                <\/div>\r\n                            <\/article>\r\n                                                        <article class=\"yp256-news-card\" data-aos=\"fade-up\" data-aos-duration=\"800\" data-aos-delay=\"200\">\r\n                                <div class=\"yp256-news-inner\">\r\n                                    <div class=\"yp256-news-image\" data-aos=\"zoom-in\" data-aos-duration=\"800\" data-aos-delay=\"300\">\r\n                                                                                    <img loading=\"lazy\" decoding=\"async\" width=\"1000\" height=\"667\" src=\"https:\/\/lwegatech.net\/256\/wp-content\/uploads\/2026\/01\/IMG-20201019-WA0059.jpg\" class=\"img-fluid wp-post-image\" alt=\"\" \/>                                                                            <\/div>\r\n                                    <div class=\"yp256-news-body\">\r\n                                        <span class=\"yp256-news-date-pill\" data-aos=\"fade-up\" data-aos-duration=\"600\" data-aos-delay=\"400\">\r\n                                            31 January 2026                                        <\/span>\r\n                                        <h3 class=\"yp256-news-title\" data-aos=\"fade-up\" data-aos-duration=\"600\" data-aos-delay=\"500\">Kickboxing Program Builds Confidence and Discipline Among Iganga Youth<\/h3>\r\n                                        <p class=\"yp256-news-excerpt\" data-aos=\"fade-up\" data-aos-duration=\"600\" data-aos-delay=\"600\">Over 200 young people in Iganga District have discovered new levels of confidence, discipline, and physical fitness through&hellip;<\/p>\r\n                                        <a href=\"https:\/\/lwegatech.net\/256\/kickboxing-program-builds-confidence-and-discipline-among-iganga-youth\/\" class=\"yp256-news-read-more\" data-aos=\"zoom-in\" data-aos-duration=\"600\" data-aos-delay=\"700\">\r\n                                            Read More <i class=\"bi bi-arrow-right\"><\/i>\r\n                                        <\/a>\r\n                                    <\/div>\r\n                                <\/div>\r\n                            <\/article>\r\n                                                        <article class=\"yp256-news-card\" data-aos=\"fade-up\" data-aos-duration=\"800\" data-aos-delay=\"300\">\r\n                                <div class=\"yp256-news-inner\">\r\n                                    <div class=\"yp256-news-image\" data-aos=\"zoom-in\" data-aos-duration=\"800\" data-aos-delay=\"400\">\r\n                                                                                    <img loading=\"lazy\" decoding=\"async\" width=\"618\" height=\"412\" src=\"https:\/\/lwegatech.net\/256\/wp-content\/uploads\/2026\/01\/Muhammed-Mukalu-training-yout-in-Iganga-District.jpg\" class=\"img-fluid wp-post-image\" alt=\"\" \/>                                                                            <\/div>\r\n                                    <div class=\"yp256-news-body\">\r\n                                        <span class=\"yp256-news-date-pill\" data-aos=\"fade-up\" data-aos-duration=\"600\" data-aos-delay=\"500\">\r\n                                            31 January 2026                                        <\/span>\r\n                                        <h3 class=\"yp256-news-title\" data-aos=\"fade-up\" data-aos-duration=\"600\" data-aos-delay=\"600\">EmpowerUp Iganga Project Transforms 500 Youth Lives Through Skills Training<\/h3>\r\n                                        <p class=\"yp256-news-excerpt\" data-aos=\"fade-up\" data-aos-duration=\"600\" data-aos-delay=\"700\">The EmpowerUp Iganga Project, a flagship initiative of +256 Youth Platform, has successfully transformed the lives of over&hellip;<\/p>\r\n                                        <a href=\"https:\/\/lwegatech.net\/256\/empowerup-iganga-project-transforms-500-youth-lives-through-skills-training\/\" class=\"yp256-news-read-more\" data-aos=\"zoom-in\" data-aos-duration=\"600\" data-aos-delay=\"800\">\r\n                                            Read More <i class=\"bi bi-arrow-right\"><\/i>\r\n                                        <\/a>\r\n                                    <\/div>\r\n                                <\/div>\r\n                            <\/article>\r\n                                                        <article class=\"yp256-news-card\" data-aos=\"fade-up\" data-aos-duration=\"800\" data-aos-delay=\"400\">\r\n                                <div class=\"yp256-news-inner\">\r\n                                    <div class=\"yp256-news-image\" data-aos=\"zoom-in\" data-aos-duration=\"800\" data-aos-delay=\"500\">\r\n                                                                                    <img loading=\"lazy\" decoding=\"async\" width=\"259\" height=\"194\" src=\"https:\/\/lwegatech.net\/256\/wp-content\/uploads\/2026\/01\/srhr.jpg\" class=\"img-fluid wp-post-image\" alt=\"\" \/>                                                                            <\/div>\r\n                                    <div class=\"yp256-news-body\">\r\n                                        <span class=\"yp256-news-date-pill\" data-aos=\"fade-up\" data-aos-duration=\"600\" data-aos-delay=\"600\">\r\n                                            31 January 2026                                        <\/span>\r\n                                        <h3 class=\"yp256-news-title\" data-aos=\"fade-up\" data-aos-duration=\"600\" data-aos-delay=\"700\">256 Youth Platform Launches Revolutionary SRHR Program in Iganga District<\/h3>\r\n                                        <p class=\"yp256-news-excerpt\" data-aos=\"fade-up\" data-aos-duration=\"600\" data-aos-delay=\"800\">The +256 Youth Platform has officially launched a groundbreaking Sexual and Reproductive Health and Rights (SRHR) program aimed&hellip;<\/p>\r\n                                        <a href=\"https:\/\/lwegatech.net\/256\/256-youth-platform-launches-revolutionary-srhr-program-in-iganga-district\/\" class=\"yp256-news-read-more\" data-aos=\"zoom-in\" data-aos-duration=\"600\" data-aos-delay=\"900\">\r\n                                            Read More <i class=\"bi bi-arrow-right\"><\/i>\r\n                                        <\/a>\r\n                                    <\/div>\r\n                                <\/div>\r\n                            <\/article>\r\n                                                    <\/div>\r\n                    <\/div>\r\n                    <button class=\"yp256-news-nav yp256-news-next\" type=\"button\" aria-label=\"Next news\">\r\n                        <i class=\"bi bi-chevron-right\"><\/i>\r\n                    <\/button>\r\n                <\/div>\r\n                            <\/div>\r\n        <\/section>\r\n\r\n        \r\n        <section class=\"yp256-partners\" data-aos=\"fade-up\" data-aos-duration=\"1000\">\r\n            <div class=\"container\">\r\n                \r\n                <div class=\"yp256-partners-grid\" data-aos=\"zoom-in\" data-aos-duration=\"1200\" data-aos-delay=\"200\">\r\n                        \n    <div class=\"partners-wrapper\">\n        <!-- Section Header with Title and Subtitle -->\n        <div class=\"section-header\">\n            <h2>Our <span>Partners<\/span><\/h2>\n            <p class=\"subtitle\">Working together to create lasting impact<\/p>\n        <\/div>\n        \n                    <div class=\"partners-section\">\n                <div class=\"partners-grid\">\n                                            <div class=\"partner-item\" style=\"animation-delay: 0.1s\">\n                            <div class=\"partner-card\">\n                                <div class=\"partner-logo\">\n                                                                            <img loading=\"lazy\" decoding=\"async\" width=\"97\" height=\"70\" src=\"https:\/\/lwegatech.net\/256\/wp-content\/uploads\/2026\/01\/GERED.png\" class=\"attachment-full size-full wp-post-image\" alt=\"\" \/>                                                                    <\/div>\n                                <div class=\"partner-info\">\n                                    <h3 class=\"partner-name\">Gered<\/h3>\n                                    <a href=\"\" target=\"_blank\" rel=\"noopener noreferrer\" class=\"partner-website\">\n                                        View Website <i class=\"fas fa-arrow-right\"><\/i>\n                                    <\/a>\n                                <\/div>\n                            <\/div>\n                        <\/div>\n                                            <div class=\"partner-item\" style=\"animation-delay: 0.2s\">\n                            <div class=\"partner-card\">\n                                <div class=\"partner-logo\">\n                                                                            <img loading=\"lazy\" decoding=\"async\" width=\"225\" height=\"79\" src=\"https:\/\/lwegatech.net\/256\/wp-content\/uploads\/2026\/01\/IGANGALG.png\" class=\"attachment-full size-full wp-post-image\" alt=\"\" \/>                                                                    <\/div>\n                                <div class=\"partner-info\">\n                                    <h3 class=\"partner-name\">Iganga District Local Government<\/h3>\n                                    <a href=\"\" target=\"_blank\" rel=\"noopener noreferrer\" class=\"partner-website\">\n                                        View Website <i class=\"fas fa-arrow-right\"><\/i>\n                                    <\/a>\n                                <\/div>\n                            <\/div>\n                        <\/div>\n                                            <div class=\"partner-item\" style=\"animation-delay: 0.3s\">\n                            <div class=\"partner-card\">\n                                <div class=\"partner-logo\">\n                                                                            <img loading=\"lazy\" decoding=\"async\" width=\"112\" height=\"76\" src=\"https:\/\/lwegatech.net\/256\/wp-content\/uploads\/2026\/01\/YOUNGMOTHERS.jpg\" class=\"attachment-full size-full wp-post-image\" alt=\"\" \/>                                                                    <\/div>\n                                <div class=\"partner-info\">\n                                    <h3 class=\"partner-name\">Young Mothers&#8217; Health Initiatives Uganda<\/h3>\n                                    <a href=\"\" target=\"_blank\" rel=\"noopener noreferrer\" class=\"partner-website\">\n                                        View Website <i class=\"fas fa-arrow-right\"><\/i>\n                                    <\/a>\n                                <\/div>\n                            <\/div>\n                        <\/div>\n                                    <\/div>\n            <\/div>\n                        <\/div>\n    \n                    <\/div>\r\n                <div class=\"yp256-partner-btn-container\" data-aos=\"fade-up\" data-aos-duration=\"1000\" data-aos-delay=\"300\">\r\n                    <a href=\"https:\/\/lwegatech.net\/256\/partners\/\" class=\"yp256-partner-btn\" data-aos=\"zoom-in\" data-aos-duration=\"800\" data-aos-delay=\"400\">\r\n                        View All Partners <i class=\"bi bi-arrow-right\"><\/i>\r\n                    <\/a>\r\n                <\/div>\r\n            <\/div>\r\n        <\/section>\r\n\r\n        <!-- Our Story Section -->\r\n        <section class=\"yp256-our-story\" data-aos=\"fade-up\" data-aos-duration=\"1000\">\r\n            <div class=\"container\">\r\n                <div class=\"yp256-section-title\" data-aos=\"fade-down\" data-aos-duration=\"1000\">\r\n                    <h2 data-aos=\"fade-up\" data-aos-duration=\"800\">Our <span>Story<\/span><\/h2>\r\n                    <p data-aos=\"fade-up\" data-aos-duration=\"800\" data-aos-delay=\"200\">From a passionate idea to a powerful movement<\/p>\r\n                <\/div>\r\n                <div class=\"yp256-story-content\">\r\n                    <div class=\"yp256-story-image\" data-aos=\"fade-right\" data-aos-duration=\"1200\">\r\n                        <img decoding=\"async\" src=\"https:\/\/lwegatech.net\/256\/wp-content\/uploads\/2026\/01\/leadership.jpg\" alt=\"+256 Youth Platform team\" class=\"yp256-story-main-img\" data-aos=\"zoom-in\" data-aos-duration=\"1500\">\r\n                        <div class=\"yp256-story-badge\" data-aos=\"flip-left\" data-aos-duration=\"1200\" data-aos-delay=\"300\">Since 2013<\/div>\r\n                    <\/div>\r\n                    <div class=\"yp256-story-text\" data-aos=\"fade-left\" data-aos-duration=\"1200\">\r\n                        <h2 data-aos=\"fade-up\" data-aos-duration=\"800\">Empowering Young Voices, <span>Transforming Communities<\/span><\/h2>\r\n                        <p data-aos=\"fade-up\" data-aos-duration=\"800\" data-aos-delay=\"200\">+256 Youth Platform was founded in 2013 in response to persistent social, economic, and health challenges affecting young people and communities in Iganga District and the wider Busoga region.<\/p>\r\n                        \r\n                        <div class=\"yp256-story-highlights\">\r\n                            <div class=\"yp256-highlight-item\" data-aos=\"fade-up\" data-aos-duration=\"800\" data-aos-delay=\"300\">\r\n                                <div class=\"yp256-highlight-icon\" data-aos=\"zoom-in\" data-aos-duration=\"600\">\r\n                                    <i class=\"bi bi-eye\"><\/i>\r\n                                <\/div>\r\n                                <div class=\"yp256-highlight-content\">\r\n                                    <h4 data-aos=\"fade-up\" data-aos-duration=\"600\" data-aos-delay=\"400\">Vision<\/h4>\r\n                                    <p data-aos=\"fade-up\" data-aos-duration=\"600\" data-aos-delay=\"500\">Empowered and inspired youth making sustainable choices<\/p>\r\n                                <\/div>\r\n                            <\/div>\r\n                            <div class=\"yp256-highlight-item\" data-aos=\"fade-up\" data-aos-duration=\"800\" data-aos-delay=\"400\">\r\n                                <div class=\"yp256-highlight-icon\" data-aos=\"zoom-in\" data-aos-duration=\"600\">\r\n                                    <i class=\"bi bi-bullseye\"><\/i>\r\n                                <\/div>\r\n                                <div class=\"yp256-highlight-content\">\r\n                                    <h4 data-aos=\"fade-up\" data-aos-duration=\"600\" data-aos-delay=\"500\">Mission<\/h4>\r\n                                    <p data-aos=\"fade-up\" data-aos-duration=\"600\" data-aos-delay=\"600\">To empower youth through knowledge, skills, and facilities<\/p>\r\n                                <\/div>\r\n                            <\/div>\r\n                            <div class=\"yp256-highlight-item\" data-aos=\"fade-up\" data-aos-duration=\"800\" data-aos-delay=\"500\">\r\n                                <div class=\"yp256-highlight-icon\" data-aos=\"zoom-in\" data-aos-duration=\"600\">\r\n                                    <i class=\"bi bi-people\"><\/i>\r\n                                <\/div>\r\n                                <div class=\"yp256-highlight-content\">\r\n                                    <h4 data-aos=\"fade-up\" data-aos-duration=\"600\" data-aos-delay=\"600\">10 Years of Impact<\/h4>\r\n                                    <p data-aos=\"fade-up\" data-aos-duration=\"600\" data-aos-delay=\"700\">Directly empowered more than 5,000 young people<\/p>\r\n                                <\/div>\r\n                            <\/div>\r\n                            <div class=\"yp256-highlight-item\" data-aos=\"fade-up\" data-aos-duration=\"800\" data-aos-delay=\"600\">\r\n                                <div class=\"yp256-highlight-icon\" data-aos=\"zoom-in\" data-aos-duration=\"600\">\r\n                                    <i class=\"bi bi-house-heart\"><\/i>\r\n                                <\/div>\r\n                                <div class=\"yp256-highlight-content\">\r\n                                    <h4 data-aos=\"fade-up\" data-aos-duration=\"600\" data-aos-delay=\"700\">Youth Centre<\/h4>\r\n                                    <p data-aos=\"fade-up\" data-aos-duration=\"600\" data-aos-delay=\"800\">A vibrant hub for growth, learning and innovation<\/p>\r\n                                <\/div>\r\n                            <\/div>\r\n                        <\/div>\r\n                        \r\n                        <div class=\"yp256-story-stats\" data-aos=\"fade-up\" data-aos-duration=\"1000\" data-aos-delay=\"400\">\r\n                            <div class=\"yp256-stats-grid\">\r\n                                <div class=\"yp256-stat-item\" data-aos=\"zoom-in\" data-aos-duration=\"800\" data-aos-delay=\"500\">\r\n                                    <h3><span class=\"counter\" data-target=\"5000\" data-duration=\"2500\" data-suffix=\"+\">5,000+<\/span><\/h3>\r\n                                    <p>Youth Empowered<\/p>\r\n                                <\/div>\r\n                                <div class=\"yp256-stat-item\" data-aos=\"zoom-in\" data-aos-duration=\"800\" data-aos-delay=\"600\">\r\n                                    <h3><span class=\"counter\" data-target=\"10000\" data-duration=\"2500\" data-suffix=\"+\">10,000+<\/span><\/h3>\r\n                                    <p>Community Reach<\/p>\r\n                                <\/div>\r\n                                <div class=\"yp256-stat-item\" data-aos=\"zoom-in\" data-aos-duration=\"800\" data-aos-delay=\"700\">\r\n                                    <h3><span class=\"counter\" data-target=\"11\" data-duration=\"2000\">11<\/span><\/h3>\r\n                                    <p>Years of Impact<\/p>\r\n                                <\/div>\r\n                            <\/div>\r\n                        <\/div>\r\n                    <\/div>\r\n                <\/div>\r\n            <\/div>\r\n        <\/section>\r\n\r\n        <!-- Environmental Impact Section - FIXED Parallax Background with Your Image -->\r\n        <section class=\"yp256-environmental\" data-aos=\"fade-up\" data-aos-duration=\"1000\">\r\n            <div class=\"container\">\r\n                <div class=\"yp256-section-title\" data-aos=\"fade-down\" data-aos-duration=\"1000\">\r\n                    <h2 data-aos=\"fade-up\" data-aos-duration=\"800\">Environmental <span>Conservation<\/span> Impact<\/h2>\r\n                    <p data-aos=\"fade-up\" data-aos-duration=\"800\" data-aos-delay=\"200\">Youth-led initiatives for a sustainable future<\/p>\r\n                <\/div>\r\n                <div class=\"yp256-environmental-grid\">\r\n                    <div class=\"yp256-env-card primary\" data-aos=\"fade-right\" data-aos-duration=\"1200\" data-aos-delay=\"200\">\r\n                        <div class=\"yp256-env-label\" data-aos=\"fade-up\" data-aos-duration=\"600\">ENVIRONMENTAL ACTION<\/div>\r\n                        <h3 data-aos=\"fade-up\" data-aos-duration=\"800\" data-aos-delay=\"300\">Save Nature and Combat Climate Change<\/h3>\r\n                        <p data-aos=\"fade-up\" data-aos-duration=\"800\" data-aos-delay=\"400\">Our staff and volunteers inspire audiences to maintain healthy ecosystems through environmental programs. Engaging youth in tree planting, waste management, and sustainable practices for a better future.<\/p>\r\n                        \r\n                        <div class=\"yp256-env-achievements\">\r\n                            <div class=\"yp256-env-achievement\" data-aos=\"zoom-in\" data-aos-duration=\"800\" data-aos-delay=\"500\">\r\n                                <h4>5,000+<\/h4>\r\n                                <p>Trees Planted<\/p>\r\n                            <\/div>\r\n                            <div class=\"yp256-env-achievement\" data-aos=\"zoom-in\" data-aos-duration=\"800\" data-aos-delay=\"600\">\r\n                                <h4>50+<\/h4>\r\n                                <p>Clean-up Campaigns<\/p>\r\n                            <\/div>\r\n                            <div class=\"yp256-env-achievement\" data-aos=\"zoom-in\" data-aos-duration=\"800\" data-aos-delay=\"700\">\r\n                                <h4>1,000+<\/h4>\r\n                                <p>Youth Engaged<\/p>\r\n                            <\/div>\r\n                        <\/div>\r\n                    <\/div>\r\n                    \r\n                    <div class=\"yp256-env-card\" data-aos=\"fade-left\" data-aos-duration=\"1200\" data-aos-delay=\"300\">\r\n                        <div class=\"yp256-env-label\" data-aos=\"fade-up\" data-aos-duration=\"600\">SUSTAINABLE INNOVATIONS<\/div>\r\n                        <h3 data-aos=\"fade-up\" data-aos-duration=\"800\" data-aos-delay=\"400\">Eco-Friendly Solutions for Community Development<\/h3>\r\n                        <p data-aos=\"fade-up\" data-aos-duration=\"800\" data-aos-delay=\"500\">Through our environmental conservation program, we engage youth in innovative solutions like producing eco-friendly bricks from plastic waste, reducing pollution while providing sustainable building materials.<\/p>\r\n                        \r\n                        <div class=\"yp256-env-achievements\">\r\n                            <div class=\"yp256-env-achievement\" data-aos=\"zoom-in\" data-aos-duration=\"800\" data-aos-delay=\"600\">\r\n                                <h4>Innovation<\/h4>\r\n                                <p>Eco-Bricks from Plastic Waste<\/p>\r\n                            <\/div>\r\n                            <div class=\"yp256-env-achievement\" data-aos=\"zoom-in\" data-aos-duration=\"800\" data-aos-delay=\"700\">\r\n                                <h4>Community<\/h4>\r\n                                <p>Improved Sanitation<\/p>\r\n                            <\/div>\r\n                            <div class=\"yp256-env-achievement\" data-aos=\"zoom-in\" data-aos-duration=\"800\" data-aos-delay=\"800\">\r\n                                <h4>Partnerships<\/h4>\r\n                                <p>Local Government Collaboration<\/p>\r\n                            <\/div>\r\n                        <\/div>\r\n                    <\/div>\r\n                <\/div>\r\n            <\/div>\r\n        <\/section>\r\n\r\n        <!-- AOS JavaScript -->\r\n        <script src=\"https:\/\/unpkg.com\/aos@2.3.1\/dist\/aos.js\"><\/script>\r\n        <script>\r\n        document.addEventListener('DOMContentLoaded', function() {\r\n            \/\/ Initialize AOS\r\n            AOS.init({\r\n                duration: 1000,\r\n                once: true,\r\n                mirror: false,\r\n                offset: 50,\r\n                easing: 'ease-out-cubic'\r\n            });\r\n\r\n            \/\/ News slider functionality\r\n            const slider = document.querySelector('.yp256-news-slider');\r\n            if (!slider) return;\r\n\r\n            const track = slider.querySelector('.yp256-news-track');\r\n            const cards = slider.querySelectorAll('.yp256-news-card');\r\n            const prevBtn = slider.querySelector('.yp256-news-prev');\r\n            const nextBtn = slider.querySelector('.yp256-news-next');\r\n\r\n            if (!track || cards.length === 0 || !prevBtn || !nextBtn) return;\r\n\r\n            let currentIndex = 0;\r\n\r\n            function getSlidesPerView() {\r\n                const width = window.innerWidth;\r\n                if (width < 768) return 1;\r\n                if (width < 992) return 2;\r\n                return 3;\r\n            }\r\n\r\n            function clampIndex() {\r\n                const spv = getSlidesPerView();\r\n                const maxIndex = Math.max(0, cards.length - spv);\r\n                if (currentIndex > maxIndex) currentIndex = maxIndex;\r\n                if (currentIndex < 0) currentIndex = 0;\r\n\r\n                prevBtn.disabled = cards.length <= spv;\r\n                nextBtn.disabled = cards.length <= spv;\r\n            }\r\n\r\n            function updateTransform() {\r\n                const cardWidth = cards[0].getBoundingClientRect().width;\r\n                track.style.transform = 'translateX(' + (-currentIndex * cardWidth) + 'px)';\r\n            }\r\n\r\n            function goNext() {\r\n                const spv = getSlidesPerView();\r\n                const maxIndex = Math.max(0, cards.length - spv);\r\n                currentIndex = currentIndex >= maxIndex ? 0 : currentIndex + 1;\r\n                updateTransform();\r\n            }\r\n\r\n            function goPrev() {\r\n                const spv = getSlidesPerView();\r\n                const maxIndex = Math.max(0, cards.length - spv);\r\n                currentIndex = currentIndex <= 0 ? maxIndex : currentIndex - 1;\r\n                updateTransform();\r\n            }\r\n\r\n            prevBtn.addEventListener('click', function(e) {\r\n                e.preventDefault();\r\n                goPrev();\r\n            });\r\n\r\n            nextBtn.addEventListener('click', function(e) {\r\n                e.preventDefault();\r\n                goNext();\r\n            });\r\n\r\n            window.addEventListener('resize', function() {\r\n                clampIndex();\r\n                updateTransform();\r\n                AOS.refresh(); \/\/ Refresh AOS on resize\r\n            });\r\n\r\n            clampIndex();\r\n            updateTransform();\r\n\r\n            setInterval(goNext, 7000);\r\n        });\r\n        <\/script>\r\n\r\n    <\/div>\r\n\r\n    \n\n\n\n<p><\/p>\n","protected":false},"excerpt":{"rendered":"","protected":false},"author":1,"featured_media":0,"parent":0,"menu_order":0,"comment_status":"closed","ping_status":"closed","template":"","meta":{"footnotes":""},"page_category":[],"class_list":["post-343","page","type-page","status-publish","hentry"],"_links":{"self":[{"href":"https:\/\/lwegatech.net\/256\/wp-json\/wp\/v2\/pages\/343","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/lwegatech.net\/256\/wp-json\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/lwegatech.net\/256\/wp-json\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/lwegatech.net\/256\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/lwegatech.net\/256\/wp-json\/wp\/v2\/comments?post=343"}],"version-history":[{"count":3,"href":"https:\/\/lwegatech.net\/256\/wp-json\/wp\/v2\/pages\/343\/revisions"}],"predecessor-version":[{"id":348,"href":"https:\/\/lwegatech.net\/256\/wp-json\/wp\/v2\/pages\/343\/revisions\/348"}],"wp:attachment":[{"href":"https:\/\/lwegatech.net\/256\/wp-json\/wp\/v2\/media?parent=343"}],"wp:term":[{"taxonomy":"page_category","embeddable":true,"href":"https:\/\/lwegatech.net\/256\/wp-json\/wp\/v2\/page_category?post=343"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}