:root { --kpy-heading-font: 'Metropolis', sans-serif; --kpy-body-font: 'Barlow', sans-serif; --body-font-family: 'Barlow', sans-serif; --kpy-font: 'Metropolis', sans-serif; --kpy-primary: #17458F; --kpy-primary-rgb: 65, 105, 225; --kpy-secondary: #e31e24; --kpy-secondary-2: #d91e28; --kpy-secondary-rgb: 227, 30, 36; --kpy-white: #ffffff; --kpy-white-rgb: 255, 255, 255; --kpy-light: #f8f9fa; --kpy-light-alt: #f5f5f5; --kpy-base: #2c3e50; --kpy-base-rgb: 44, 62, 80; --kpy-black: #1a1a1a; --kpy-gold: #FFD700; --kpy-grey: #6c757d; --nav-blue: var(--kpy-primary); --kpy-shape-radius: 20px; --kpy-card-radius: var(--kpy-shape-radius); --kpy-image-radius: var(--kpy-shape-radius); --kpy-button-radius: var(--kpy-shape-radius); --kpy-body-size: 1rem; --kpy-body-weight: 200; --kpy-body-color: #4a5568; --kpy-h1-size: clamp(2rem, 4vw, 3rem); --kpy-h2-size: clamp(1.75rem, 3.5vw, 2.5rem); --kpy-h3-size: clamp(1.5rem, 3vw, 2rem); --kpy-h4-size: clamp(1.25rem, 2.5vw, 1.5rem); --kpy-h5-size: clamp(1.125rem, 2vw, 1.25rem); --kpy-h6-size: 1.125rem; }
h1, h2, h3, h4, h5, h6 { font-family: var(--kpy-heading-font); font-weight: 700; color: var(--kpy-primary); line-height: 1.25; }
h1 { font-size: var(--kpy-h1-size); font-weight: 800; }
h2 { font-size: var(--kpy-h2-size); }
h3 { font-size: var(--kpy-h3-size); }
h4 { font-size: var(--kpy-h4-size); }
h5 { font-size: var(--kpy-h5-size); }
h6 { font-size: var(--kpy-h6-size); }
h1 span, h2 span, h3 span, h4 span, h5 span, h6 span, .heading-accent { color: var(--kpy-secondary); }
body { font-family: var(--kpy-body-font); font-size: var(--kpy-body-size); font-weight: var(--kpy-body-weight); color: var(--kpy-body-color); line-height: 1.6; }
p, li, .entry-content { font-family: var(--kpy-body-font); font-size: var(--kpy-body-size); font-weight: var(--kpy-body-weight); color: var(--kpy-body-color); }
.navbar-brand, .nav-link, .footer-menu-link { font-family: var(--kpy-heading-font); }
label, input, textarea, button, select { font-family: var(--kpy-body-font); }
a { font-family: var(--kpy-body-font); }
[class*="card"], .team-card-modern, .yp256-program-card, .yp256-news-inner, .yp256-contact-card, img, .team-image-wrapper img, .yp256-image-grid img, .yp256-cta-image img { border-radius: var(--kpy-card-radius); }
.btn, .wp-block-button__link, button:not(.social-link):not(.yp256-news-nav), a.yp256-btn, .yp256-cta-btn, .program-card-link, .sp-cta-btn-primary, .sp-cta-btn-secondary, .yp256-news-read-more { border-radius: 20px 20px 0 0; }
.team-section { padding: 60px 0; }
.team-card-modern { background: white; border-radius: var(--kpy-card-radius); overflow: hidden; transition: all 0.3s ease; height: 100%; }
.team-card-modern:hover { transform: translateY(-8px); }
.team-image-wrapper { position: relative; overflow: hidden; border-radius: var(--kpy-image-radius); height: 300px; }
.team-image-wrapper img { width: 100%; height: 100%; object-fit: cover; transition: transform 0.3s ease; }
.team-card-modern:hover .team-image-wrapper img { transform: scale(1.05); }
.team-overlay { position: absolute; top: 0; left: 0; right: 0; bottom: 0; background: linear-gradient(135deg, rgba(19, 56, 157, 0.9) 0%, rgba(109, 198, 216, 0.8) 100%); display: flex; align-items: center; justify-content: center; opacity: 0; transition: opacity 0.3s ease; }
.team-card-modern:hover .team-overlay { opacity: 1; }
.team-social-links { display: flex; gap: 15px; }
.social-link { width: 45px; height: 45px; background: rgba(255, 255, 255, 0.9); border-radius: 50%; display: flex; align-items: center; justify-content: center; color: var(--kpy-primary); text-decoration: none; transition: all 0.3s ease; border: none; font-size: 16px; }
.social-link:hover { background: white; color: var(--kpy-primary); transform: scale(1.1); text-decoration: none; }
.team-content { padding: 25px; text-align: center; }
.team-name { font-size: 20px; font-weight: 600; color: var(--kpy-primary); margin-bottom: 8px; line-height: 1.2; }
.team-position { font-size: 14px; color: #666; margin: 0; line-height: 1.4; }
.team-card-executive .team-image-wrapper { height: 250px; }
.team-card-executive .team-content { padding: 20px; }
.team-card-executive .team-name { font-size: 18px; }
.team-card-executive .team-position { font-size: 13px; }
.team-modal .modal-content { border-radius: 15px; border: none; }
.modal-team-image img { width: 100%; height: auto; border-radius: 10px; }
.modal-team-name { color: var(--kpy-primary); font-size: 24px; font-weight: 600; margin-bottom: 10px; }
.modal-team-position { color: var(--kpy-secondary); font-size: 16px; font-weight: 500; margin-bottom: 20px; }
.modal-team-bio { color: #555; line-height: 1.6; margin-bottom: 25px; }
.modal-team-contact { display: flex; flex-wrap: wrap; gap: 10px; }
.project-meta-badges { margin-bottom: 20px; }
.project-status-badge { display: inline-block; padding: 8px 16px; background: rgba(255, 255, 255, 0.2); border-radius: 25px; font-size: 14px; font-weight: 500; margin-right: 10px; backdrop-filter: blur(10px); }
.project-year-badge { display: inline-block; padding: 8px 16px; background: rgba(255, 237, 0, 0.3); border-radius: 25px; font-size: 14px; font-weight: 500; backdrop-filter: blur(10px); }
.project-title { font-size: 48px; font-weight: 700; margin-bottom: 20px; line-height: 1.2; }
.project-excerpt { font-size: 18px; margin-bottom: 30px; opacity: 0.9; }
.scroll-arrow { width: 30px; height: 50px; border: 2px solid rgba(255, 255, 255, 0.8); border-radius: 25px; position: relative; }
.scroll-arrow::before { content: ''; position: absolute; top: 10px; left: 50%; transform: translateX(-50%); width: 6px; height: 6px; background: white; border-radius: 50%; animation: scroll 2s infinite; }
@keyframes scroll {
0% { top: 10px; opacity: 1; }
100% { top: 30px; opacity: 0; }
}
.info-card { padding: 30px 20px; background: white; border-radius: 15px; transition: all 0.3s ease; height: 100%; }
.info-card:hover { transform: translateY(-5px); }
.info-icon { width: 60px; height: 60px; background: linear-gradient(135deg, var(--kpy-primary), var(--kpy-secondary)); border-radius: 50%; display: flex; align-items: center; justify-content: center; margin: 0 auto 15px; color: white; font-size: 24px; }
.info-card h6 { color: var(--kpy-primary); font-weight: 600; margin-bottom: 10px; }
.info-card p { color: #666; margin: 0; font-size: 14px; }
.gallery-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(250px, 1fr)); gap: 20px; margin-top: 20px; }
.gallery-item-wrapper { position: relative; overflow: hidden; border-radius: 10px; }
.gallery-item-wrapper img { width: 100%; height: 200px; object-fit: cover; transition: transform 0.3s ease; }
.gallery-item { display: block; position: relative; }
.gallery-overlay { position: absolute; top: 0; left: 0; right: 0; bottom: 0; background: rgba(19, 56, 157, 0.8); display: flex; align-items: center; justify-content: center; opacity: 0; transition: opacity 0.3s ease; color: white; font-size: 24px; }
.gallery-item-wrapper:hover .gallery-overlay { opacity: 1; }
.gallery-item-wrapper:hover img { transform: scale(1.05); }
.fade-in { opacity: 0; transform: translateY(30px); transition: all 0.6s ease; }
.fade-in.visible { opacity: 1; transform: translateY(0); }
.program-meta-badges { margin-bottom: 20px; }
.program-type-badge { display: inline-block; padding: 8px 16px; background: rgba(255, 255, 255, 0.2); border-radius: 25px; font-size: 14px; font-weight: 500; margin-right: 10px; backdrop-filter: blur(10px); color: white; }
.age-badge { display: inline-block; padding: 8px 16px; background: rgba(255, 237, 0, 0.3); border-radius: 25px; font-size: 14px; font-weight: 500; backdrop-filter: blur(10px); color: white; }
.program-title { font-size: 48px; font-weight: 700; margin-bottom: 20px; line-height: 1.2; color: white; }
.program-excerpt { font-size: 18px; margin-bottom: 30px; opacity: 0.9; color: white; }
.stat-card { padding: 30px 20px; background: white; border-radius: 15px; box-shadow: 0 5px 20px rgba(0, 0, 0, 0.08); transition: all 0.3s ease; height: 100%; }
.stat-card:hover { transform: translateY(-5px); box-shadow: 0 10px 30px rgba(0, 0, 0, 0.12); }
.stat-icon { width: 60px; height: 60px; background: linear-gradient(135deg, var(--kpy-primary), var(--kpy-secondary)); border-radius: 50%; display: flex; align-items: center; justify-content: center; margin: 0 auto 15px; color: white; font-size: 24px; }
.stat-card h6 { color: var(--kpy-primary); font-weight: 600; margin-bottom: 10px; }
.stat-card p { color: #666; margin: 0; font-size: 14px; }
.program-overview-card,
.program-description-card,
.program-requirements-card,
.program-outcomes-card,
.program-impact-section { opacity: 0; transform: translateY(30px); transition: all 0.6s ease; }
.program-overview-card.visible,
.program-description-card.visible,
.program-requirements-card.visible,
.program-outcomes-card.visible,
.program-impact-section.visible { opacity: 1; transform: translateY(0); }
.impact-stat { padding: 20px; border-radius: 10px; background: #f8f9fa; transition: all 0.3s ease; }
.impact-stat:hover { transform: translateY(-5px); box-shadow: 0 10px 25px rgba(0, 0, 0, 0.1); }
.impact-number { color: var(--kpy-primary); font-weight: 700; }
.impact-label { font-size: 14px; text-transform: uppercase; letter-spacing: 0.5px; }
.program-enrollment-card .card-header { border-radius: 15px 15px 0 0 !important; }
.detail-icon { width: 40px; height: 40px; background: rgba(19, 56, 157, 0.1); border-radius: 50%; display: flex; align-items: center; justify-content: center; font-size: 16px; }
.detail-label { font-size: 12px; text-transform: uppercase; letter-spacing: 0.5px; color: #6c757d; }
.detail-value { color: #2c3e50; font-weight: 600; }
.related-program { padding: 15px 0; border-bottom: 1px solid #e9ecef; transition: all 0.3s ease; }
.related-program:last-child { border-bottom: none; }
.related-program:hover { background: #f8f9fa; border-radius: 8px; padding-left: 10px; padding-right: 10px; }
.related-program h5 a { color: var(--kpy-primary); font-weight: 600; font-size: 14px; }
.related-program h5 a:hover { color: var(--kpy-secondary); }
.single-post-main { overflow-x: hidden; }
.single-post-hero { position: relative; min-height: 60vh; background-size: cover; background-position: center; background-attachment: fixed; display: flex; align-items: center; color: white; }
.post-meta-top { display: flex; gap: 15px; margin-bottom: 20px; flex-wrap: wrap; }
.post-category-badge { background: var(--kpy-secondary); color: var(--kpy-base); padding: 6px 15px; border-radius: 20px; font-size: 14px; font-weight: 600; display: flex; align-items: center; gap: 8px; }
.post-date { background: rgba(255, 255, 255, 0.2); color: white; padding: 6px 15px; border-radius: 20px; font-size: 14px; font-weight: 500; display: flex; align-items: center; gap: 8px; backdrop-filter: blur(10px); }
.post-title { font-size: 48px; font-weight: 700; margin-bottom: 30px; line-height: 1.1; text-shadow: 0 2px 4px rgba(0, 0, 0, 0.3); }
.post-meta-bottom { display: flex; justify-content: space-between; align-items: center; flex-wrap: wrap; gap: 20px; }
.author-info { display: flex; align-items: center; gap: 15px; }
.author-avatar { width: 50px; height: 50px; border-radius: 50%; overflow: hidden; border: 2px solid rgba(255, 255, 255, 0.3); }
.author-avatar img { width: 100%; height: 100%; object-fit: cover; }
.author-details { display: flex; flex-direction: column; }
.author-name { font-size: 16px; font-weight: 600; color: white; margin-bottom: 2px; }
.author-role { font-size: 14px; color: rgba(255, 255, 255, 0.8); }
.post-stats { display: flex; gap: 20px; flex-wrap: wrap; }
.post-stat { font-size: 14px; color: rgba(255, 255, 255, 0.9); display: flex; align-items: center; gap: 6px; }
.post-article { background: white; border-radius: 15px; padding: 40px; box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08); margin-bottom: 30px; }
.project-info-card { background: var(--kpy-primary); color: white; padding: 25px; border-radius: 10px; margin-bottom: 30px; }
.project-info-title { font-size: 18px; font-weight: 600; margin-bottom: 20px; display: flex; align-items: center; gap: 10px; }
.project-details { display: grid; grid-template-columns: repeat(auto-fit, minmax(250px, 1fr)); gap: 20px; }
.project-detail { display: flex; align-items: flex-start; gap: 12px; }
.project-detail i { font-size: 18px; margin-top: 2px; opacity: 0.9; }
.project-detail strong { display: block; font-size: 14px; margin-bottom: 4px; opacity: 0.9; }
.project-detail span { font-size: 16px; font-weight: 500; }
.post-body { margin-bottom: 40px; }
.post-body h1,
.post-body h2,
.post-body h3,
.post-body h4,
.post-body h5,
.post-body h6 { color: var(--kpy-primary); margin-top: 30px; margin-bottom: 15px; }
.post-body h1 { font-size: 32px; }
.post-body h2 { font-size: 28px; }
.post-body h3 { font-size: 24px; }
.post-body h4 { font-size: 20px; }
.post-body h5 { font-size: 18px; }
.post-body h6 { font-size: 16px; }
.post-body p { margin-bottom: 20px; line-height: 1.7; font-size: 16px; }
.post-body img { max-width: 100%; height: auto; border-radius: 10px; margin: 20px 0; }
.post-tags { background: #f8f9fa; padding: 25px; border-radius: 10px; margin-bottom: 30px; }
.tags-title { font-size: 16px; font-weight: 600; color: var(--kpy-primary); margin-bottom: 15px; display: flex; align-items: center; gap: 8px; }
.tags-list { display: flex; flex-wrap: wrap; gap: 8px; }
.tags-list a { background: white; color: var(--kpy-primary); padding: 6px 12px; border-radius: 20px; font-size: 13px; font-weight: 500; border: 1px solid var(--kpy-primary); text-decoration: none; transition: all 0.3s ease; }
.tags-list a:hover { background: var(--kpy-primary); color: white; }
.post-share { background: #f8f9fa; padding: 25px; border-radius: 10px; margin-bottom: 30px; }
.share-title { font-size: 16px; font-weight: 600; color: var(--kpy-primary); margin-bottom: 15px; display: flex; align-items: center; gap: 8px; }
.share-buttons { display: flex; gap: 10px; flex-wrap: wrap; }
.share-btn { display: flex; align-items: center; gap: 8px; padding: 10px 15px; border-radius: 8px; text-decoration: none; font-size: 14px; font-weight: 500; transition: all 0.3s ease; }
.share-facebook { background: #1877f2; color: white; }
.share-facebook:hover { background: #1665c0; transform: translateY(-2px); }
.share-twitter { background: #1da1f2; color: white; }
.share-twitter:hover { background: #1a8cd8; transform: translateY(-2px); }
.share-linkedin { background: #0077b5; color: white; }
.share-linkedin:hover { background: #005885; transform: translateY(-2px); }
.share-whatsapp { background: #25d366; color: white; }
.share-whatsapp:hover { background: #20b858; transform: translateY(-2px); }
.author-box { background: white; padding: 30px; border-radius: 15px; box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08); margin-bottom: 30px; display: flex; gap: 20px; align-items: flex-start; }
.author-box-avatar { width: 80px; height: 80px; border-radius: 50%; overflow: hidden; flex-shrink: 0; }
.author-box-avatar img { width: 100%; height: 100%; object-fit: cover; }
.author-box-info { flex: 1; }
.author-box-name { font-size: 18px; font-weight: 600; color: var(--kpy-primary); margin-bottom: 10px; }
.author-box-bio { font-size: 14px; color: #666; line-height: 1.6; margin-bottom: 15px; }
.author-box-social { display: flex; gap: 10px; }
.social-link { width: 32px; height: 32px; background: var(--kpy-primary); color: white; border-radius: 50%; display: flex; align-items: center; justify-content: center; text-decoration: none; transition: all 0.3s ease; }
.social-link:hover { background: var(--kpy-secondary); color: var(--kpy-base); transform: translateY(-2px); }
.related-posts { background: white; padding: 30px; border-radius: 15px; box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08); }
.related-posts-title { font-size: 18px; font-weight: 600; color: var(--kpy-primary); margin-bottom: 25px; display: flex; align-items: center; gap: 8px; }
.related-posts-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(250px, 1fr)); gap: 20px; }
.related-post-card { background: #f8f9fa; border-radius: 10px; overflow: hidden; transition: all 0.3s ease; }
.related-post-card:hover { transform: translateY(-5px); box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1); }
.related-post-image { height: 150px; overflow: hidden; }
.related-post-image img { width: 100%; height: 100%; object-fit: cover; transition: transform 0.3s ease; }
.related-post-card:hover .related-post-image img { transform: scale(1.05); }
.related-post-content { padding: 20px; }
.related-post-title { font-size: 16px; font-weight: 600; margin-bottom: 10px; line-height: 1.4; }
.related-post-title a { color: var(--kpy-primary); text-decoration: none; transition: color 0.3s ease; }
.related-post-title a:hover { color: var(--kpy-secondary); }
.related-post-date { font-size: 13px; color: #666; display: flex; align-items: center; gap: 6px; }
.no-related-posts { text-align: center; color: #666; font-style: italic; padding: 20px; }
.post-sidebar { display: flex; flex-direction: column; gap: 30px; }
.sidebar-widget { background: white; padding: 25px; border-radius: 15px; box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08); }
.widget-title { font-size: 18px; font-weight: 600; color: var(--kpy-primary); margin-bottom: 20px; display: flex; align-items: center; gap: 8px; }
.popular-posts-list { display: flex; flex-direction: column; gap: 15px; }
.popular-post-item { display: flex; gap: 15px; align-items: flex-start; padding-bottom: 15px; border-bottom: 1px solid #f0f0f0; }
.popular-post-item:last-child { border-bottom: none; padding-bottom: 0; }
.popular-post-rank { width: 30px; height: 30px; background: var(--kpy-primary); color: white; border-radius: 50%; display: flex; align-items: center; justify-content: center; font-size: 14px; font-weight: 700; flex-shrink: 0; }
.popular-post-content { flex: 1; }
.popular-post-title { font-size: 14px; font-weight: 600; margin-bottom: 5px; line-height: 1.4; }
.popular-post-title a { color: var(--kpy-primary); text-decoration: none; transition: color 0.3s ease; }
.popular-post-title a:hover { color: var(--kpy-secondary); }
.popular-post-meta { font-size: 12px; color: #666; display: flex; align-items: center; gap: 5px; }
.categories-list { display: flex; flex-direction: column; gap: 10px; }
.category-link { display: flex; justify-content: space-between; align-items: center; padding: 10px 15px; background: #f8f9fa; border-radius: 8px; text-decoration: none; transition: all 0.3s ease; }
.category-link:hover { background: var(--kpy-primary); color: white; }
.category-link span:first-child { font-size: 14px; font-weight: 500; }
.category-count { background: var(--kpy-secondary); color: var(--kpy-base); padding: 2px 8px; border-radius: 12px; font-size: 12px; font-weight: 600; }
.archives-list { display: flex; flex-direction: column; gap: 10px; }
.archive-item { padding: 10px 15px; background: #f8f9fa; border-radius: 8px; font-size: 14px; color: var(--kpy-primary); text-decoration: none; transition: all 0.3s ease; }
.archive-item:hover { background: var(--kpy-primary); color: white; }
.post-gallery-section { background: #f8f9fa; }
.gallery-header { margin-bottom: 40px; }
.gallery-title { font-size: 32px; font-weight: 700; color: var(--kpy-primary); margin-bottom: 10px; display: flex; align-items: center; gap: 10px; }
.gallery-subtitle { font-size: 16px; color: #666; max-width: 600px; margin: 0 auto; }
.gallery-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(300px, 1fr)); gap: 20px; }
.gallery-item { position: relative; border-radius: 10px; overflow: hidden; box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1); transition: all 0.3s ease; }
.gallery-item:hover { transform: translateY(-5px); box-shadow: 0 10px 25px rgba(0, 0, 0, 0.15); }
.gallery-img-wrap { position: relative; height: 200px; overflow: hidden; }
.gallery-img { width: 100%; height: 100%; object-fit: cover; transition: transform 0.3s ease; }
.gallery-item:hover .gallery-img { transform: scale(1.05); }
.gallery-overlay { position: absolute; top: 0; left: 0; right: 0; bottom: 0; background: rgba(0, 0, 0, 0.5); display: flex; align-items: center; justify-content: center; opacity: 0; transition: opacity 0.3s ease; }
.gallery-item:hover .gallery-overlay { opacity: 1; }
.gallery-overlay i { font-size: 24px; color: white; }
.gallery-info { padding: 15px; background: white; }
.gallery-info strong { font-size: 14px; font-weight: 600; color: var(--kpy-primary); margin-bottom: 5px; }
.gallery-info p { font-size: 13px; color: #666; margin: 0; line-height: 1.4; }
.gallery-link { position: absolute; top: 0; left: 0; right: 0; bottom: 0; z-index: 1; }
.lightbox { position: fixed; top: 0; left: 0; width: 100%; height: 100%; background: rgba(0, 0, 0, 0.9); display: flex; align-items: center; justify-content: center; z-index: 9999; opacity: 0; transition: opacity 0.3s ease; }
.lightbox.active { opacity: 1; }
.lightbox-inner { position: relative; max-width: 90%; max-height: 90%; text-align: center; }
.lightbox-img { max-width: 100%; max-height: 70vh; border-radius: 10px; }
.lightbox-caption { background: white; padding: 15px; border-radius: 0 0 10px 10px; font-size: 14px; color: #333; }
.lightbox-close { position: absolute; top: -40px; right: 0; background: white; border: none; width: 40px; height: 40px; border-radius: 50%; font-size: 18px; color: var(--kpy-primary); cursor: pointer; transition: all 0.3s ease; }
.lightbox-close:hover { background: var(--kpy-primary); color: white; }

@media (max-width: 768px) {
.project-title { font-size: 32px; }
.project-excerpt { font-size: 16px; }
.team-card-modern { margin-bottom: 30px; }
.gallery-grid { grid-template-columns: repeat(auto-fit, minmax(200px, 1fr)); gap: 15px; }
}


.header-top-bar .header-social .social-link{background:#003366!important;color:#fff!important}.header-top-bar .header-social .social-link i{color:#fff!important}.header-top-bar .header-social .social-link:hover{background:var(--kpy-primary)!important;color:#fff!important;transform:translateY(-3px)}

.header-top-bar{background:transparent;padding:20px 0;position:relative;z-index:999}.top-bar-logo{flex-shrink:0}.top-bar-logo a{display:block;text-decoration:none}.top-bar-logo img{height:70px;width:auto;transition:all .3s ease}.logo-placeholder-top{display:flex;align-items:center;gap:12px}.logo-icon-top{background:var(--kpy-primary);color:var(--kpy-white);width:55px;height:55px;border-radius:50%;display:flex;align-items:center;justify-content:center;font-weight:700;font-size:20px}.logo-text-top{display:flex;flex-direction:column}.logo-main-top{font-size:20px;font-weight:700;color:var(--nav-blue);line-height:1}.header-phone{display:flex;align-items:center;gap:12px}.phone-icon{width:55px;height:55px;background:var(--kpy-white);border-radius:50%;display:flex;align-items:center;justify-content:center;border:3px solid var(--kpy-primary);flex-shrink:0}.phone-icon i{color:var(--kpy-primary);font-size:22px}.phone-details{display:flex;flex-direction:column;line-height:1.2}.phone-number{font-size:20px;font-weight:700;color:var(--nav-blue);margin-bottom:2px}.phone-label{font-size:13px;color:#7c9aad}.header-search{position:relative}.search-wrapper{display:flex;align-items:center;background:var(--kpy-white);border:1px solid #dde5eb;border-radius:30px;overflow:hidden;box-shadow:0 2px 12px rgba(0,0,0,.08);transition:all .3s ease}.search-wrapper:focus-within{border-color:var(--kpy-primary);box-shadow:0 3px 15px rgba(109,198,216,.2)}.search-input{border:none;padding:12px 24px;outline:0;min-width:280px;font-size:14px;background:0 0;color:#333}.search-input::placeholder{color:#aaa}.search-button{background:0 0;border:none;padding:12px 24px;cursor:pointer;color:#999;transition:color .3s ease;font-size:16px}.search-button:hover{color:var(--kpy-primary)}.main-header{position:relative;z-index:998;margin-top:-15px;transition:all .4s ease}.main-header .container{padding:0 30px}.header-inner{display:flex;align-items:center;justify-content:space-between;gap:30px;position:relative}.nav-blue-container{background:#003366;border-radius:60px;padding:5px 30px;box-shadow:0 10px 40px rgba(0,51,102,.25);flex:1;display:flex;justify-content:center}.desktop-nav{display:flex;justify-content:center}.main-menu{display:flex;list-style:none;margin:0;padding:0;align-items:center;gap:8px}.main-menu>li{position:relative;margin:0}.main-menu>li:first-child>a{background:var(--kpy-primary);color:var(--kpy-white)!important;border-radius:30px;padding:12px 28px!important;font-weight:600;box-shadow:0 4px 15px rgba(109,198,216,.3)}.main-menu>li:first-child>a:hover{background:var(--kpy-primary);transform:translateY(-2px);box-shadow:0 6px 20px rgba(109,198,216,.4)}.main-menu>li>a{color:var(--kpy-white)!important;text-decoration:none;padding:12px 20px;display:flex;align-items:center;gap:6px;font-size:15px;font-weight:500;text-transform:capitalize;transition:all .3s ease;position:relative;border-radius:8px;pointer-events:auto;cursor:pointer}.main-menu>li>a:hover,.main-menu>li.current-menu-item>a{color:var(--kpy-secondary)!important;background:rgba(var(--kpy-secondary-rgb),.2)}.dropdown-arrow{font-size:11px;transition:transform .3s ease;margin-left:4px;pointer-events:none}.main-menu>li.menu-item-has-children:hover .dropdown-arrow{transform:rotate(180deg)}.main-menu .sub-menu{position:absolute;top:100%;left:0;background:var(--kpy-white);min-width:240px;padding:12px 0;list-style:none;margin:8px 0 0;border-radius:12px;box-shadow:0 10px 40px rgba(0,0,0,.15);opacity:0;visibility:hidden;transform:translateY(10px);transition:all .3s ease;z-index:1000;display:none}.main-menu>.menu-item-has-children::after{content:'';position:absolute;bottom:-8px;left:0;right:0;height:8px;background:0 0}.main-menu>li:hover>.sub-menu{opacity:1;visibility:visible;transform:translateY(0);display:block}.main-menu .sub-menu li{margin:0}.main-menu .sub-menu a{color:#333!important;padding:12px 24px;display:block;font-size:14px;transition:all .3s ease;border-left:3px solid transparent;pointer-events:auto;cursor:pointer}.main-menu .sub-menu a:hover{background:#f8f9fa;color:var(--kpy-primary)!important;border-left-color:var(--kpy-primary);padding-left:28px}.header-right{display:flex;align-items:center;gap:20px;flex-shrink:0}.header-social{display:flex;gap:8px;align-items:center}.social-link{width:32px;height:32px;background:rgba(255,255,255,.1);border-radius:50%;display:flex;align-items:center;justify-content:center;color:var(--kpy-white);text-decoration:none;font-size:14px;transition:all .3s ease}.social-link:hover{background:var(--kpy-white);color:var(--nav-blue);transform:translateY(-3px)}.mobile-menu-toggle{background:var(--kpy-primary);border:2px solid var(--kpy-primary);color:var(--kpy-white);width:48px;height:48px;border-radius:50%;display:none;align-items:center;justify-content:center;font-size:26px;cursor:pointer;transition:all .3s ease}.mobile-menu-toggle:hover{background:var(--kpy-white);color:var(--kpy-primary)}.btn-yellow{background:#FFD700!important;color:#333!important;border:none!important;font-weight:600;transition:all .3s ease}.btn-yellow:hover{background:#FFC300!important;color:#000!important;transform:translateY(-2px);box-shadow:0 4px 12px rgba(255,215,0,.3)}.header-donate-btn{background:#FFD700;color:#333;border:none;padding:16px 32px;border-radius:20px 20px 0 0;font-weight:600;text-decoration:none;display:inline-flex;align-items:center;gap:8px;transition:all .3s ease;font-size:1.1rem}.header-donate-btn:hover{background:#FFC300;color:#000;transform:translateY(-2px);box-shadow:0 4px 12px rgba(255,215,0,.3)}

/* ── Sidebar ── */
.sidebar-menu{position:fixed;top:0;right:-420px;width:400px;height:100vh;background:rgba(0,0,0,.96);z-index:1200;padding:2.5rem 2rem;overflow-y:auto;transition:right .4s cubic-bezier(.4,0,.2,1);scrollbar-width:none;-ms-overflow-style:none}.sidebar-menu::-webkit-scrollbar{display:none}.sidebar-menu.active{right:0}.sidebar-menu h3{color:var(--kpy-white);font-size:1.5rem;margin-bottom:2rem;font-weight:600}.sidebar-menu .close-btn{position:absolute;top:1.5rem;right:1.5rem;color:var(--kpy-white);font-size:1.8rem;background:0 0;border:none;cursor:pointer;transition:all .3s ease;width:40px;height:40px;display:flex;align-items:center;justify-content:center}.sidebar-menu .close-btn:hover{color:var(--kpy-primary);transform:rotate(90deg)}.sidebar-search{margin-bottom:2rem;position:relative}.sidebar-search .input-group{display:flex;gap:8px}.sidebar-search input{flex:1;background:rgba(255,255,255,.1);border:1px solid rgba(255,255,255,.2);color:var(--kpy-white);padding:.85rem 1.2rem;border-radius:8px;font-size:14px}.sidebar-search input::placeholder{color:rgba(255,255,255,.6)}.sidebar-search input:focus{outline:0;border-color:var(--kpy-primary);background:rgba(255,255,255,.15)}.sidebar-search button{background:var(--kpy-primary);color:var(--kpy-white);border:none;padding:.85rem 1.8rem;border-radius:8px;cursor:pointer;transition:all .3s ease;font-weight:600}#sidebar-search-results{position:relative;width:100%;background:var(--kpy-white);border:1px solid #e5e5e5;box-shadow:0 6px 20px rgba(0,0,0,.15);margin-top:12px;border-radius:8px;overflow:hidden}#sidebar-search-results li{list-style:none}#sidebar-search-results li a{display:block;color:#333;text-decoration:none;font-size:.9rem;padding:.75rem 1.2rem;transition:all .3s ease;border-left:3px solid transparent}#sidebar-search-results li a:hover{background:#f5f5f5;border-left-color:var(--kpy-primary)}

/* ── Sidebar nav grid ── */
.sidebar-nav-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:15px;list-style:none;padding:0;margin:0 0 35px}.sidebar-nav-grid>li{position:relative;margin:0;padding:0}

/* ── sidebar-item-row: link + chevron button side by side ── */
.sidebar-item-row{display:flex;align-items:stretch;background:rgba(255,255,255,.1);border-radius:8px;border-left:4px solid var(--kpy-primary);overflow:hidden;transition:background .3s ease}.sidebar-item-row:hover{background:rgba(255,255,255,.15)}.sidebar-item-row>.nav-link{flex:1;display:block;padding:14px 14px 14px 18px;color:var(--kpy-white)!important;font-weight:600;text-decoration:none;font-size:15px!important;transition:color .3s ease;cursor:pointer;pointer-events:auto}.sidebar-item-row>.nav-link:hover{color:var(--kpy-white)!important}

/* ── Chevron toggle button ── */
.sidebar-dropdown-toggle{background:rgba(255,255,255,.12);border:none;border-left:1px solid rgba(255,255,255,.08);color:#fff;width:42px;min-width:42px;display:flex;align-items:center;justify-content:center;cursor:pointer;transition:background .3s ease;padding:0;flex-shrink:0}.sidebar-dropdown-toggle:hover{background:rgba(255,255,255,.25)}.sidebar-dropdown-toggle i{font-size:13px;color:#fff;transition:transform .3s ease;pointer-events:none}.sidebar-nav-grid>li.open .sidebar-dropdown-toggle i{transform:rotate(180deg)}

/* ── Plain (no-children) sidebar links ── */
.sidebar-nav-grid>li>a.nav-link{display:block;padding:14px 18px;background:rgba(255,255,255,.1);color:var(--kpy-white)!important;font-weight:600;text-decoration:none;border-radius:8px;transition:all .3s ease;font-size:15px!important;border-left:4px solid var(--kpy-primary);pointer-events:auto;cursor:pointer}.sidebar-nav-grid>li>a.nav-link:hover{background:rgba(255,255,255,.2);transform:translateX(4px)}

/* ── Sub-menu ── */
.sidebar-nav-grid .sub-menu{display:none;padding:10px 0 0 0;margin:0;list-style:none}.sidebar-nav-grid .sub-menu li{margin-bottom:6px}.sidebar-nav-grid .sub-menu a{display:block;padding:10px 15px;background:rgba(0,0,0,.35);color:rgba(255,255,255,.9);font-weight:400;text-decoration:none;border-radius:6px;font-size:14px!important;transition:all .3s ease;border-left:3px solid transparent;pointer-events:auto;cursor:pointer}.sidebar-nav-grid .sub-menu a:hover{background:rgba(255,255,255,.15);color:var(--kpy-white);border-left-color:rgba(109,198,216,.8)}

.sidebar-donate{margin:2rem 0}.sidebar-donate a{display:block;width:100%}.sidebar-social{display:flex;justify-content:center;gap:20px;padding:30px 0 0;margin-top:30px}.sidebar-social .social-icon{color:var(--kpy-white);font-size:22px;width:44px;height:44px;background:rgba(255,255,255,.1);border-radius:50%;display:flex;align-items:center;justify-content:center;transition:all .3s ease;text-decoration:none}.sidebar-social .social-icon:hover{color:var(--kpy-white);background:var(--kpy-primary);transform:translateY(-3px)}

/* ── Overlay: single backdrop, pointer-events:none when inactive so it NEVER blocks clicks ── */
.overlay{position:fixed;top:0;left:0;right:0;bottom:0;background:rgba(0,0,0,.75);z-index:1050;opacity:0;visibility:hidden;pointer-events:none;transition:opacity .3s ease,visibility .3s ease}.overlay.active{opacity:1;visibility:visible;pointer-events:auto}body.sidebar-open{overflow:hidden}html.sidebar-open{overflow:hidden}

.main-header.scrolled{position:fixed;top:0;left:0;right:0;margin-top:0;padding:8px 0;background:rgba(255,255,255,.98);box-shadow:0 4px 25px rgba(0,0,0,.1);animation:slideDown .4s ease;z-index:999}.main-header.scrolled .nav-blue-container{box-shadow:0 6px 20px rgba(0,51,102,.2)}@keyframes slideDown{from{transform:translateY(-100%)}to{transform:translateY(0)}}

@media (max-width:1199px){.header-inner{gap:20px}.nav-blue-container{padding:5px 20px}.main-menu>li>a{padding:12px 16px;font-size:14px}}
@media (max-width:991px){.header-top-bar{display:none!important}.main-header{background:#fff;box-shadow:0 2px 10px rgba(0,0,0,.1);padding:10px 0;margin-top:0}.main-header .header-inner{display:flex;align-items:center;justify-content:space-between;width:100%}.mobile-logo-wrapper{flex:1}.mobile-logo{height:50px;width:auto;object-fit:contain}.logo-placeholder-mobile{display:flex;align-items:center;gap:10px}.logo-icon-mobile{background:var(--kpy-primary);color:#fff;width:45px;height:45px;border-radius:50%;display:flex;align-items:center;justify-content:center;font-weight:700;font-size:16px}.logo-text-mobile{display:flex;flex-direction:column}.logo-main-mobile{font-size:16px;font-weight:700;color:#003366;line-height:1}.header-right{margin-left:0;flex-shrink:0}.nav-blue-container{display:none!important}.mobile-menu-toggle{display:flex}.sidebar-nav-grid{display:block!important;width:100%}.sidebar-nav-grid>li{width:100%;margin-bottom:10px}}
@media (max-width:768px){.menu-section .logo{object-fit:contain!important;height:70px}.menu-section .navbar-nav{height:100%;display:flex;align-items:flex-start;gap:5px}.menu-section .navbar-nav .nav-link{color:var(--kpy-black)!important;font-family:var(--kpy-font);font-weight:400;text-transform:uppercase;letter-spacing:1px;font-size:16px;height:40px;display:flex;align-items:center;position:relative;transition:all .3s ease;padding:0 .5rem!important}.menu-section{height:80px;position:relative;top:0;z-index:1000;background:#f7f7f7;display:flex;align-items:center;transition:all .4s cubic-bezier(.25,.46,.45,.94);box-shadow:0 2px 10px rgba(0,0,0,0)}.intro-image-col{display:flex;flex-direction:column;align-items:center;padding-bottom:20px;padding-top:0}.message-heading{font-size:25px;font-weight:400;color:var(--kpy-primary)}}
@media (max-width:480px){.mobile-logo{height:40px}.logo-icon-mobile{width:40px;height:40px;font-size:14px}.logo-main-mobile{font-size:14px}.mobile-menu-toggle{width:40px;height:40px;font-size:20px}.sidebar-menu{width:320px;padding:2rem 1.5rem}}

@media (max-width:1199px){.header-inner{gap:20px}.nav-blue-container{padding:5px 20px}.main-menu>li>a{padding:12px 16px;font-size:14px}}
@media (max-width:991px){.header-top-bar{display:none!important}.main-header{background:#fff;box-shadow:0 2px 10px rgba(0,0,0,.1);padding:10px 0;margin-top:0}.main-header .header-inner{display:flex;align-items:center;justify-content:space-between;width:100%}.mobile-logo-wrapper{flex:1}.mobile-logo{height:50px;width:auto;object-fit:contain}.logo-placeholder-mobile{display:flex;align-items:center;gap:10px}.logo-icon-mobile{background:var(--kpy-primary);color:#fff;width:45px;height:45px;border-radius:50%;display:flex;align-items:center;justify-content:center;font-weight:700;font-size:16px}.logo-text-mobile{display:flex;flex-direction:column}.logo-main-mobile{font-size:16px;font-weight:700;color:#003366;line-height:1}.header-right{margin-left:0;flex-shrink:0}.nav-blue-container{display:none!important}.mobile-menu-toggle{display:flex}.sidebar-nav-grid{display:block!important;width:100%}.sidebar-nav-grid>li{width:100%;margin-bottom:10px}.mobile-menu{position:fixed;top:0;right:-100%;width:80%;max-width:400px;height:100vh;background:var(--nav-blue);z-index:9999;transition:right .3s ease;overflow-y:auto}.mobile-menu.active{right:0}.mobile-menu-overlay{position:fixed;top:0;left:0;width:100%;height:100vh;background:rgba(0,0,0,.5);z-index:9998;opacity:0;visibility:hidden;transition:all .3s ease}.mobile-menu-overlay.active{opacity:1;visibility:visible}}
@media (max-width:768px){.menu-section .logo{object-fit:contain!important;height:70px}.menu-section .navbar-nav{height:100%;display:flex;align-items:flex-start;gap:5px}.menu-section .navbar-nav .nav-link{color:var(--kpy-black)!important;font-family:var(--kpy-font);font-weight:400;text-transform:uppercase;letter-spacing:1px;font-size:16px;height:40px;display:flex;align-items:center;position:relative;transition:all .3s ease;padding:0 .5rem!important}.menu-section{height:80px;position:relative;top:0;z-index:1000;background:#f7f7f7;display:flex;align-items:center;transition:all .4s cubic-bezier(.25,.46,.45,.94);box-shadow:0 2px 10px rgba(0,0,0,0)}.intro-image-col{display:flex;flex-direction:column;align-items:center;padding-bottom:20px;padding-top:0}.message-heading{font-size:25px;font-weight:400;color:var(--kpy-primary)}}
@media (max-width:480px){.mobile-logo{height:40px}.logo-icon-mobile{width:40px;height:40px;font-size:14px}.logo-main-mobile{font-size:14px}.mobile-menu-toggle{width:40px;height:40px;font-size:20px}.mobile-menu{width:90%}.sidebar-menu{width:320px;padding:2rem 1.5rem}}




.hero-section.hero-inner { height: 250px; max-height: 300px; border-radius: 0 0 0 40px; }
.hero-section.hero-inner .hero-content { padding: 0 0.75rem; }
.hero-section.hero-inner .hero-title { font-size: clamp(1.5rem, 6vw, 2rem); }
.hero-section.hero-inner .hero-breadcrumb { font-size: 11px; margin-bottom: 0.75rem; }
.hero-section.hero-inner .hero-excerpt { font-size: 0.85rem; }
.hero-section.hero-inner .hero-breadcrumb .bi-chevron-right { font-size: 0.65rem; }
}
@media (max-width: 767px) { .header-top-bar { padding: 10px 0; } .top-bar-logo img { height: 50px; } .logo-icon-top { width: 45px; height: 45px; font-size: 16px; } .logo-main-top { font-size: 16px; } .header-phone { display: none !important; } .header-search { display: none !important; } .main-header { margin-top: 0; padding: 10px 0; } .main-header .container { padding: 0 15px; } .nav-blue-container { border-radius: 30px; padding: 5px 15px; } .sidebar-menu { width: 100%; right: -100%; } .sidebar-nav-grid { grid-template-columns: 1fr; } }
@media (max-width: 480px) { .top-bar-logo img { height: 45px; } .logo-icon-top { width: 40px; height: 40px; font-size: 14px; } .logo-main-top { font-size: 14px; } .mobile-menu-toggle { width: 40px; height: 40px; font-size: 20px; } }

@media (max-width: 768px) {
.hero-section.hero-inner { height: 300px; max-height: 350px; }
.hero-section.hero-inner .hero-content { padding: 0 1rem; }
.hero-section.hero-inner .hero-title { font-size: clamp(1.8rem, 5vw, 2.5rem); }
.hero-section.hero-inner .hero-breadcrumb { font-size: 12px; margin-bottom: 1rem; }
.hero-section.hero-inner .hero-excerpt { font-size: 0.9rem; }
}

.main-slider{position:relative;overflow:hidden;border-radius:0 0 0 80px}
.main-slider .swiper-container{position:relative}
.main-slider .swiper-slide{position:relative;height:600px;overflow:hidden}
.main-slider .swiper-slide .image-layer{position:absolute;top:0;left:0;width:100%;height:100%;background-size:cover;background-position:center;transform:scale(1);transition:transform 0.3s ease;z-index:1}
.main-slider .swiper-slide-active .image-layer{animation:kenburns 15s ease-out forwards;z-index:1}
.main-slider .swiper-slide:not(.swiper-slide-active) .image-layer{animation:none;transform:scale(1);z-index:0}
@keyframes kenburns{0%{transform:scale(1)}100%{transform:scale(1.2)}}
.main-slider .slider-overlay{position:absolute;top:0;left:0;width:100%;height:100%;background:linear-gradient(135deg,rgba(30,42,94,0.5)0%,rgba(30,42,94,0.6)100%);z-index:2}
.main-slider-content{position:absolute;inset:0;z-index:3;display:flex;align-items:center;justify-content:center;text-align:center;padding:0 2rem}
.main-slider-content__inner{max-width:800px;margin:0 auto}
.main-slider .hero-breadcrumb{font-size:14px;color:rgba(255,255,255,0.8);margin-bottom:1.25rem;display:flex;align-items:center;justify-content:center;gap:0.35rem}
.main-slider .hero-breadcrumb a{color:rgba(255,255,255,0.9);text-decoration:none}
.main-slider .hero-breadcrumb a:hover{color:#fff}
.main-slider .hero-breadcrumb .bi-chevron-right{font-size:0.75rem;opacity:0.8}
.main-slider .hero-title{font-size:clamp(2.5rem,4vw,3.5rem);font-weight:600;margin-bottom:0.5rem;line-height:1.2;letter-spacing:-0.5px;color:#ffffff}
.main-slider .hero-excerpt{font-size:1rem;color:rgba(255,255,255,0.85);margin-bottom:1.5rem}
.main-slider-content .big-title h2{font-size:clamp(2.5rem,4vw,3.5rem);font-weight:700;margin-bottom:1rem;line-height:1.2;letter-spacing:-0.5px;color:#ffffff !important;text-shadow:2px 2px 4px rgba(0,0,0,0.3)}
.main-slider-content .text p{font-size:1.1rem;line-height:1.6;margin-bottom:2rem;color:#ffffff !important;text-shadow:1px 1px 2px rgba(0,0,0,0.3);max-width:600px;margin-left:auto;margin-right:auto}
.main-slider-content .hero-buttons{margin-top:1rem}
.buttons{padding:16px 40px;font-size:16px;font-weight:600;text-decoration:none;border-radius:20px 20px 0 0;transition:all 0.3s ease;text-transform:uppercase;letter-spacing:1px;display:inline-block}
.buttons-join{background:var(--kpy-secondary);color:var(--kpy-black);border:2px solid var(--kpy-secondary)}
.buttons-join:hover{background:transparent;color:var(--kpy-white);border-color:var(--kpy-white);transform:translateY(-3px);box-shadow:0 5px 20px rgba(255,237,0,0.3)}
.buttons-volunteer{background:transparent;color:var(--kpy-white);border:2px solid var(--kpy-white)}
.buttons-volunteer:hover{background:var(--kpy-white);color:var(--kpy-primary);transform:translateY(-3px);box-shadow:0 5px 20px rgba(255,255,255,0.3)}
#main-slider-pagination{position:absolute;bottom:40px;left:50%;transform:translateX(-50%);z-index:20;display:flex;gap:10px}
#main-slider-pagination .swiper-pagination-bullet{width:12px;height:12px;background:rgba(255,255,255,0.5);opacity:1;border-radius:50%;transition:all 0.3s ease}
#main-slider-pagination .swiper-pagination-bullet-active{background:var(--kpy-secondary);width:30px;border-radius:6px}
#main-slider__swiper-button-prev,#main-slider__swiper-button-next{display:none !important}
@media (max-width:991px){.main-slider .swiper-slide{height:500px}.main-slider .hero-title{font-size:2rem}.main-slider-content .big-title h2{font-size:2rem}}
@media (max-width:767px){.main-slider .swiper-slide{height:400px}.main-slider .hero-title{font-size:1.75rem}.main-slider-content .big-title h2{font-size:1.75rem}.main-slider-content .text p{font-size:1rem}.buttons{width:100%;max-width:280px}#main-slider__swiper-button-prev,#main-slider__swiper-button-next{display:none}}
@media (max-width:576px){.main-slider .swiper-slide{height:350px}.main-slider-content{padding:0 1rem}.main-slider-content .big-title h2{font-size:1.5rem}.main-slider-content .text p{font-size:0.95rem; color: #ffffff;}}


/** ==========================================================
Upcoming Events Page
===========================================================**/
.kpy_events .card{min-height:300px;}
.kpy_events img {width: 100%; height: 200px;  object-fit: cover;}
.kpy_events .date {font-size: 13px;font-weight: 500; color: var(--kpy-brown); margin-bottom: 1rem;}
.kpy_events h3 {font-size: 17px;font-weight: 500;color: #333;overflow: hidden;  text-overflow: ellipsis;display: -webkit-box;-webkit-line-clamp: 3;line-clamp: 3; -webkit-box-orient: vertical;}

.kpy_events .location {color:#02674a;}
.upcoming-events{background-color: rgba(101, 93, 93, 0.05);padding:30px 15px;}
.upcoming-events h2{color: #5EC401;font-weight: 600;margin-bottom: 20px;}




.kpy-footer { position: relative; background: var(--nav-blue); color: var(--kpy-white); overflow: hidden; margin-top: 0; padding-top: 200px; }
.kpy-footer::before { content: ''; position: absolute; top: 0; left: 0; width: 100%; height: 200px; background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 1440 200' preserveAspectRatio='none'%3E%3Cpath fill='%2378a5b8' fill-opacity='0.8' d='M0,100 Q360,50 720,100 T1440,100 L1440,0 L0,0 Z'/%3E%3C/svg%3E") no-repeat; background-size: cover; z-index: 1; }
.footer-top { position: absolute; top: 50px; left: 0; width: 100%; height: 200px; background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 1440 200' preserveAspectRatio='none'%3E%3Cpath fill='%235a8ea3' fill-opacity='0.6' d='M0,80 Q360,130 720,80 T1440,80 L1440,0 L0,0 Z'/%3E%3C/svg%3E") no-repeat; background-size: cover; z-index: 2; }
.kpy-footer::after { content: ''; position: absolute; top: 100px; left: 0; width: 100%; height: 200px; background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 1440 200' preserveAspectRatio='none'%3E%3Cpath fill='%23003d5c' fill-opacity='0.5' d='M0,120 Q360,70 720,120 T1440,120 L1440,0 L0,0 Z'/%3E%3C/svg%3E") no-repeat; background-size: cover; z-index: 3; }
.kpy-footer .container { position: relative; z-index: 10; }
.footer-logo-img { max-width: 180px; height: auto; margin-bottom: 20px; }
.footer-logo { font-size: 24px; font-weight: 700; color: var(--kpy-white); margin-bottom: 15px; }
.kpy-footer h5 { font-size: 20px; font-weight: 700; color: var(--kpy-white); margin-bottom: 20px; position: relative; padding-bottom: 10px; }
.kpy-footer h5::after { content: ''; position: absolute; left: 0; bottom: 0; width: 50px; height: 3px; background: var(--kpy-secondary); }
.footer-links,
.footer-contact { list-style: none; padding: 0; margin: 0; }
.footer-links li,
.footer-contact li { margin-bottom: 12px; }
.footer-links a { color: rgba(255, 255, 255, 0.8); text-decoration: none; transition: all 0.3s ease; display: inline-block; }
.footer-links a:hover { color: var(--kpy-secondary); padding-left: 5px; }
.footer-contact li { color: rgba(255, 255, 255, 0.8); display: flex; align-items: flex-start; gap: 10px; }
.footer-contact i { color: var(--kpy-secondary); font-size: 18px; margin-top: 2px; }
.social-links { display: flex; gap: 12px; flex-wrap: wrap; }
.social-links a { width: 45px; height: 45px; background: rgba(255, 255, 255, 0.1); border-radius: 50%; display: flex; align-items: center; justify-content: center; color: var(--kpy-white); font-size: 20px; text-decoration: none; transition: all 0.3s ease; }
.social-links a:hover { background: var(--kpy-secondary); color: var(--kpy-black); transform: translateY(-3px); }
.footer-bottom { background: rgba(0, 0, 0, 0.3); padding: 25px 0; margin-top: 60px; text-align: center; position: relative; z-index: 10;  }
.footer-bottom p { margin: 0; color: rgba(255, 255, 255, 0.8); font-size: 14px; }
.footer-bottom a { color: var(--kpy-secondary); text-decoration: none; transition: all 0.3s ease; }
.footer-bottom a:hover { color: var(--kpy-white); }
@media (max-width: 991px) {
.kpy-footer { padding-top: 150px; }
    .kpy-footer::before,
    .footer-top,
.kpy-footer::after { height: 150px; }
.footer-top { top: 40px; }
.kpy-footer::after { top: 80px; }
}
@media (max-width: 767px) {
.kpy-footer { padding-top: 120px; }
    .kpy-footer::before,
    .footer-top,
.kpy-footer::after { height: 120px; }
.footer-top { top: 30px; }
.kpy-footer::after { top: 60px; }
.kpy-footer h5::after { left: 50%; transform: translateX(-50%); }
.footer-logo-img { max-width: 150px; }
.social-links { justify-content: center; }
}
.page-template-template-ourstory img,
.page-template-template-corevalues img,
.page-template-template-mission-vision img { border-radius: 20px 20px 0 0 !important; }
.page-template-template-ourstory .cv-value-box,
.page-template-template-corevalues .cv-value-box,
.page-template-template-mission-vision .cv-value-box,
.page-template-template-ourstory .story-highlight-box,
.page-template-template-corevalues .story-highlight-box,
.page-template-template-mission-vision .story-highlight-box,
.page-template-template-ourstory .feature-box,
.page-template-template-corevalues .feature-box,
.page-template-template-mission-vision .feature-box,
.page-template-template-ourstory .action-item-box,
.page-template-template-corevalues .action-item-box,
.page-template-template-mission-vision .action-item-box { border-radius: 20px 20px 0 0 !important; }
.page-template-template-ourstory .btn,
.page-template-template-corevalues .btn,
.page-template-template-mission-vision .btn { border-radius: 20px 20px 0 0 !important; }
.page-template-template-ourstory .entry-content,
.page-template-template-corevalues .entry-content,
.page-template-template-mission-vision .entry-content { max-width: 1200px; margin: 0 auto; padding: 0 20px; text-align: left; position: relative; }
.page-template-template-ourstory .container,
.page-template-template-corevalues .container,
.page-template-template-mission-vision .container { max-width: 1200px; margin: 0 auto; padding: 0 15px; }
.page-template-template-ourstory .yp256-about-page,
.page-template-template-corevalues .yp256-about-page,
.page-template-template-mission-vision .yp256-about-page { padding: 0; margin: 0; }
.page-template-template-ourstory main,
.page-template-template-corevalues main,
.page-template-template-mission-vision main { padding: 0; margin: 0; }
@keyframes waveMove {
    0%,
100% { transform: translateX(0); }
50% { transform: translateX(-20px); }
}
.footer-top { animation: waveMove 8s ease-in-out infinite; }
.back-to-top { position: fixed; bottom: 30px; right: 30px; width: 50px; height: 50px; background: var(--kpy-primary); color: var(--kpy-white); border-radius: 50%; display: flex; align-items: center; justify-content: center; font-size: 20px; text-decoration: none; opacity: 0; visibility: hidden; transform: translateY(20px); transition: all 0.3s ease; z-index: 999; box-shadow: 0 4px 15px rgba(0, 0, 0, 0.3); }
.back-to-top.show { opacity: 1; visibility: visible; transform: translateY(0); }
.back-to-top:hover { background: var(--kpy-secondary); color: var(--kpy-black); transform: translateY(-5px); box-shadow: 0 6px 20px rgba(0, 0, 0, 0.4); }
@media (max-width: 767px) {
.back-to-top { bottom: 20px; right: 20px; width: 45px; height: 45px; font-size: 18px; }
}
.deam-title { font-family: var(--kpy-font); font-size: 3.5rem; }
@keyframes subtleFloat {
    0%,
100% { background-position: 0 0; }
50% { background-position: 60px 60px; }
}
@keyframes floatDove {
0% { transform: translateX(0) translateY(0) rotate(0deg); }
25% { transform: translateX(50px) translateY(-30px) rotate(5deg); }
50% { transform: translateX(100px) translateY(0) rotate(0deg); }
75% { transform: translateX(50px) translateY(30px) rotate(-5deg); }
100% { transform: translateX(0) translateY(0) rotate(0deg); }
}
.kpy-metric-icon { font-size: 2.5rem; margin-bottom: 15px; display: inline-block; transition: transform 0.3s ease; }
.kpy-metric-card:hover .kpy-metric-icon { transform: scale(1.1) rotate(5deg); }
.kpy-emoji-cards { gap: 20px; margin: 40px auto; max-width: 800px; }
.kpy-emoji-card { background: var(--kpy-white); border-radius: 12px; padding: 15px 10px; text-align: center; border: 2px solid var(--kpy-primary); transition: all 0.3s ease; box-shadow: 0 4px 12px rgba(0, 0, 0, 0.05); }
.kpy-emoji-card:hover { transform: translateY(-5px); box-shadow: 0 8px 20px rgba(var(--kpy-primary-rgb), 0.1); border-color: var(--kpy-secondary); }
.kpy-emoji-icon { width: 48px; height: 48px; margin: 0 auto 15px; display: block; transition: transform 0.3s ease; }
.kpy-emoji-card:hover .kpy-emoji-icon { transform: scale(1.2) rotate(5deg); }
.kpy-emoji-text { font-family: var(--kpy-font); font-size: 1.1rem; color: var(--kpy-black); margin: 0; font-weight: 500; }
@media (max-width: 782px) {
.kpy-emoji-cards { flex-direction: column; }
.kpy-emoji-card { margin-bottom: 20px; }
}
.scroll-section { opacity: 0; transform: translateY(10px); transition: opacity 1.2s ease-out 0.3s, transform 2.7s ease-out 0.3s; }
.scroll-section.visible { opacity: 1; transform: translateY(0); }
.activity-cards-container { position: relative; margin-top: -80px; padding: 100px 20px 0px; z-index: 10; display: flex; flex-wrap: wrap; justify-content: center; gap: 60px; max-width: 1200px; margin-left: auto; margin-right: auto; }
.activity-cards-container::before { content: ''; position: absolute; top: 0; left: 0; right: 0; height: 100%; background: radial-gradient(circle at center, rgba(var(--kpy-primary-rgb), 0.03) 0%, transparent 70%); z-index: -1; }
.activity-card { width: 340px; aspect-ratio: 1/1; background: var(--kpy-white); border-radius: 20px; overflow: hidden; box-shadow: 0 20px 40px rgba(var(--kpy-base-rgb), 0.1); transition: all 0.5s cubic-bezier(0.175, 0.885, 0.32, 1.275); position: relative; height: 450px; }
.activity-card:nth-child(1) { animation: genteel-float 6s ease-in-out infinite; }
.activity-card:nth-child(2) { animation: genteel-float 5s ease-in-out infinite 0.3s; transform: translateY(20px); }
.activity-card:nth-child(3) { animation: genteel-float 7s ease-in-out infinite 0.6s; }
.activity-card:hover { animation-play-state: paused; transform: translateY(-10px) scale(1.02); box-shadow: 0 30px 60px rgba(var(--kpy-primary-rgb), 0.2); }
.activity-card-image { position: absolute; top: 0; left: 0; width: 100%; height: 100%; }
.activity-card-image img { width: 100%; height: 100%; object-fit: cover; transition: transform 1s ease; }
.activity-card:hover .activity-card-image img { transform: scale(1.05); }
.activity-card-content { position: absolute; bottom: 0; left: 0; right: 0; padding: 30px; background: linear-gradient(to top, rgba(var(--kpy-base-rgb), 0.8) 0%, rgba(var(--kpy-base-rgb), 0.4) 70%, transparent 100%); color: var(--kpy-white); transform: translateY(0); transition: all 0.4s ease; }
.activity-card:hover .activity-card-content { background: linear-gradient(to top, rgba(var(--kpy-base-rgb), 0.9) 0%, rgba(var(--kpy-base-rgb), 0.5) 70%, transparent 100%); }
.activity-card-badge { position: absolute; top: 20px; right: 20px; background: var(--kpy-secondary); color: var(--kpy-base); padding: 6px 15px; border-radius: 20px; font-family: var(--kpy-font); font-size: 12px; text-transform: uppercase; box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2); }
.activity-card-title { margin: 0 0 10px; font-family: var(--kpy-font-2); font-size: 1.5rem; }
.activity-card-title a { color: inherit; text-decoration: none; position: relative; }
.activity-card-title a::after { content: ''; position: absolute; bottom: -5px; left: 0; width: 0; height: 2px; background: var(--kpy-primary); transition: width 0.4s ease; }
.activity-card:hover .activity-card-title a::after { width: 100%; }
.activity-card-excerpt { font-family: var(--kpy-font); font-size: 0.95rem; line-height: 1.6; margin-bottom: 15px; opacity: 0.9; }
.activity-card-button { display: inline-block; padding: 8px 20px; background: var(--kpy-primary); color: var(--kpy-white); font-family: var(--kpy-font-2); font-weight: bold; text-decoration: none; border-radius: 20px; font-size: 0.9rem; transition: all 0.3s ease; }
.activity-card-button:hover { background: var(--kpy-blue); transform: translateY(-3px); box-shadow: 0 8px 20px rgba(var(--kpy-primary-rgb), 0.3); }
@keyframes genteel-float {
    0%,
100% { transform: translateY(0); }
50% { transform: translateY(-15px); }
}
@media (max-width: 1024px) {
.activity-cards-container { gap: 40px; }
.activity-card { width: 280px; }
}
@media (max-width: 768px) {
.activity-cards-container { margin-top: -40px; padding-top: 60px; gap: 30px; }
.activity-card { width: 100%; max-width: 350px; transform: none; }
}
.program-cards-container { display: grid; gap: 2rem; margin: 3rem 0; font-family: var(--kpy-font); }
.program-cards-container.layout-grid { grid-template-columns: repeat(auto-fit, minmax(300px, 1fr)); }
.program-cards-container.layout-list { grid-template-columns: 1fr; }
.program-cards-container.columns-2 { grid-template-columns: repeat(2, minmax(280px, 1fr)); }
.program-cards-container.columns-3 { grid-template-columns: repeat(3, minmax(280px, 1fr)); }
.program-cards-container.columns-4 { grid-template-columns: repeat(4, minmax(240px, 1fr)); }
.program-card { background: var(--kpy-white); border-radius: 12px; overflow: hidden; box-shadow: 0 6px 15px rgba(var(--kpy-base-rgb), 0.08); transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.1); position: relative; border: 1px solid rgba(var(--kpy-primary-rgb), 0.1); animation: fadeInUp 0.6s ease forwards; opacity: 0; }
.program-card:hover { transform: translateY(-8px); box-shadow: 0 12px 24px rgba(var(--kpy-base-rgb), 0.12); border-color: rgba(var(--kpy-primary-rgb), 0.3); }
.program-card__media { position: relative; padding-bottom: 62.5%; overflow: hidden; }
.program-card__image { position: absolute; top: 0; left: 0; width: 100%; height: 100%; object-fit: cover; transition: transform 0.6s ease; }
.program-card:hover .program-card__image { transform: scale(1.08); }
.program-card__placeholder { position: absolute; top: 0; left: 0; width: 100%; height: 100%; background: linear-gradient(135deg, var(--kpy-light) 0%, rgba(var(--kpy-primary-rgb), 0.1) 100%); display: flex; align-items: center; justify-content: center; color: var(--kpy-primary); font-family: var(--kpy-font-2); font-size: 1.1rem; }
.program-card__content { padding: 1.75rem; position: relative; }
.program-card__title { margin: 0 0 1.25rem; font-size: 1.375rem; line-height: 1.3; font-family: var(--kpy-font); color: var(--kpy-base); position: relative; padding-bottom: 0.75rem; }
.program-card__title::after { content: ''; position: absolute; bottom: 0; left: 0; width: 50px; height: 3px; background: var(--kpy-primary); transition: width 0.3s ease; }
.program-card:hover .program-card__title::after { width: 80px; }
.program-card__title a { color: inherit; text-decoration: none; transition: color 0.3s ease; }
.program-card__title a:hover { color: var(--kpy-primary); }
.program-card__excerpt { margin-bottom: 1.75rem; color: rgba(var(--kpy-base-rgb), 0.7); font-size: 0.95rem; line-height: 1.6; }
.program-card__button { display: inline-flex; align-items: center; gap: 0.5rem; padding: 0.75rem 1.5rem; background-color: var(--kpy-primary); color: var(--kpy-white); text-decoration: none; border-radius: 20px 20px 0 0; font-size: 0.95rem; font-weight: 500; transition: all 0.3s ease; border: 2px solid transparent; }
.program-card__button:hover { background-color: transparent; color: var(--kpy-primary); border-color: var(--kpy-primary); transform: translateX(5px); }
.program-card__button::after { content: '→'; transition: transform 0.3s ease; }
.program-card__button:hover::after { transform: translateX(3px); }
.program-cards__not-found { text-align: center; padding: 3rem; color: var(--kpy-primary); background: rgba(var(--kpy-primary-rgb), 0.05); border-radius: 12px; font-family: var(--kpy-font-2); font-size: 1.2rem; }
@media (max-width: 1200px) {
.program-cards-container.columns-4 { grid-template-columns: repeat(3, minmax(280px, 1fr)); }
}
@media (max-width: 992px) {
    .program-cards-container.columns-3,
.program-cards-container.columns-4 { grid-template-columns: repeat(2, minmax(280px, 1fr)); }
}
@media (max-width: 768px) {
.program-cards-container { gap: 1.5rem; }
    .program-cards-container.layout-grid,
    .program-cards-container.columns-2,
    .program-cards-container.columns-3,
.program-cards-container.columns-4 { grid-template-columns: 1fr; }
.program-card__content { padding: 1.5rem; }
}
@keyframes fadeInUp {
from { opacity: 0; transform: translateY(20px); }
to { opacity: 1; transform: translateY(0); }
}

.rohi-single-group-container { max-width: 1200px; margin: 2rem auto; padding: 0 20px; }
.rohi-hero-content { position: absolute; bottom: 0; left: 0; width: 100%; padding: 40px; color: var(--kpy-white); z-index: 2; }
.rohi-hero-content h1 { font-family: var(--kpy-font-2); font-size: 48px; margin: 0 0 20px 0; text-shadow: 2px 2px 4px rgba(var(--kpy-base-rgb), 0.5); }
.rohi-group-meta { display: flex; flex-wrap: wrap; gap: 20px; }
.rohi-meta-item { display: flex; align-items: center; font-family: var(--kpy-font); font-size: 16px; text-shadow: 1px 1px 2px rgba(var(--kpy-base-rgb), 0.5); }
.rohi-meta-item i { margin-right: 8px; color: var(--kpy-gold); }
.rohi-single-group-content { display: grid; grid-template-columns: 1fr 350px; gap: 40px; margin-bottom: 60px; }
.rohi-group-description { font-family: var(--kpy-font); line-height: 1.7; font-size: 17px; }
.rohi-group-description h2,
.rohi-group-description h3,
.rohi-group-description h4 { font-family: var(--kpy-font-2); color: var(--kpy-primary); }
.rohi-join-section { padding: 30px 30px 30px 0; border-radius: 10px; margin-top: 40px; }
.rohi-join-section h2 { font-family: var(--kpy-font-2); color: var(--kpy-secondary-2); margin-top: 0; }
.rohi-form-row { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; margin-bottom: 20px; }
.rohi-form-group { margin-bottom: 10px; }
.rohi-form-group label { display: block; margin-bottom: 2px; font-weight: bold; font-family: var(--kpy-font); color: var(--kpy-base); }
.rohi-form-group input,
.rohi-form-group textarea { width: 100%; padding: 12px 15px; border: 1px solid #ddd; border-radius: 5px; font-family: var(--kpy-font); font-size: 15px; }
.rohi-form-submit { margin-top: 25px; }
.rohi-submit-button { background: var(--kpy-secondary-2); color: var(--kpy-white); border: none; padding: 14px 35px; border-radius: 5px; font-weight: bold; cursor: pointer; transition: all 0.3s; font-family: var(--kpy-font); font-size: 16px; }
.rohi-submit-button:hover { background: var(--kpy-secondary); color: var(--kpy-base); }
#rohi-form-message { margin-top: 20px; padding: 15px; border-radius: 5px; display: none; }
#rohi-form-message.success { background: #d4edda; color: #155724; border: 1px solid #c3e6cb; }
#rohi-form-message.error { background: #f8d7da; color: #721c24; border: 1px solid #f5c6cb; }
.rohi-group-info-card { background: var(--kpy-light); padding: 25px; border-radius: 10px; margin-bottom: 30px; }
.rohi-group-info-card h3 { font-family: var(--kpy-font-2); color: var(--kpy-secondary-2); margin-top: 0; margin-bottom: 20px; }
.rohi-info-list { display: flex; flex-direction: column; gap: 15px; }
.rohi-info-item { display: flex; align-items: flex-start; gap: 15px; }
.rohi-info-item i { color: var(--kpy-primary); font-size: 18px; margin-top: 3px; }
.rohi-info-item div { flex: 1; }
.rohi-info-item strong { display: block; font-family: var(--kpy-font); margin-bottom: 3px; }
.rohi-info-item span { font-family: var(--kpy-font); color: var(--kpy-base); }
.rohi-other-groups h3 { font-family: var(--kpy-font-2); color: var(--kpy-secondary-2); margin-bottom: 20px; }
.rohi-other-group-item { margin-bottom: 15px; border: 1px solid #eee; border-radius: 8px; overflow: hidden; transition: transform 0.3s; }
.rohi-other-group-item:hover { transform: translateY(-3px); }
.rohi-other-group-item a { display: flex; text-decoration: none; color: inherit; }
.rohi-other-group-thumb { width: 80px; flex-shrink: 0; }
.rohi-other-group-thumb img { width: 100%; height: 80px; object-fit: cover; }
.rohi-other-group-info { padding: 15px; flex: 1; }
.rohi-other-group-info h4 { margin: 0 0 8px 0; font-family: var(--kpy-font-2); font-size: 16px; }
.rohi-other-group-info span { font-family: var(--kpy-font); font-size: 14px; color: var(--kpy-grey); }
@media (max-width: 900px) {
.rohi-single-group-content { grid-template-columns: 1fr; }
.rohi-form-row { grid-template-columns: 1fr; }
.rohi-single-group-hero { height: 400px; }
.rohi-hero-content h1 { font-size: 36px; }
}
@media (max-width: 600px) {
.rohi-single-group-hero { height: 350px; }
.rohi-hero-content { padding: 25px; }
.rohi-hero-content h1 { font-size: 28px; }
.rohi-group-meta { flex-direction: column; gap: 10px; }
}
.rohi-requests-admin { margin-top: 20px; }
.rohi-status-badge { display: inline-block; padding: 4px 8px; border-radius: 3px; font-size: 12px; font-weight: 600; line-height: 1; text-transform: capitalize; }
.rohi-status-badge.status-pending { background-color: #f0f0f1; color: #1d2327; }
.rohi-status-badge.status-contacted { background-color: #d5e6ff; color: #135e96; }
.rohi-status-badge.status-approved { background-color: #d1f0d1; color: #1a5e1a; }
.rohi-actions { display: flex; gap: 5px; }
.button-danger { background: #dc3232; color: white; border-color: #dc3232; }
.button-danger:hover { background: #a00; border-color: #a00; color: white; }
.rohi-how-to-join { margin-top: 50px; padding: 40px; background: #f8f9fa; border-radius: 10px; }
.rohi-how-to-join h2 { text-align: center; margin-bottom: 30px; font-size: 2.5rem; }
.rohi-join-steps { display: grid; grid-template-columns: repeat(auto-fit, minmax(250px, 1fr)); gap: 30px; }
.rohi-step { text-align: center; padding: 20px; background: white; border-radius: 10px; box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05); }
.rohi-step-number { width: 40px; height: 40px; background: var(--kpy-secondary-2); color: white; border-radius: 50%; display: flex; align-items: center; justify-content: center; margin: 0 auto 15px; font-weight: bold; }
.rohi-step h3 { color: var(--kpy-primary); margin-bottom: 10px; }
.rohi-group-grid { display: grid; grid-template-columns: repeat(auto-fill, minmax(350px, 1fr)); gap: 30px; margin-bottom: 50px; }
.rohi-group-card { position: relative; border-radius: 10px; overflow: hidden; box-shadow: 0 10px 30px rgba(var(--kpy-base-rgb), 0.15); transition: transform 0.3s, box-shadow 0.3s; height: 400px; }
.rohi-group-card:hover { transform: translateY(-5px); box-shadow: 0 15px 40px rgba(var(--kpy-base-rgb), 0.2); }
.rohi-group-card-link { display: block; height: 100%; text-decoration: none; color: inherit; }
.rohi-group-thumbnail { position: absolute; top: 0; left: 0; width: 100%; height: 100%; z-index: 1; }
.rohi-group-thumbnail img { width: 100%; height: 100%; object-fit: cover; }
.rohi-thumbnail-overlay { position: absolute; top: 0; left: 0; width: 100%; height: 100%; background: linear-gradient(to bottom, rgba(var(--kpy-base-rgb), 0.1) 0%, rgba(var(--kpy-base-rgb), 0.8) 100%); z-index: 2; }
.rohi-card-info { position: relative; z-index: 3; padding: 25px; color: var(--kpy-white); display: flex; flex-direction: column; height: 100%; justify-content: flex-end; }
.rohi-group-card h3 { margin: 0 0 15px 0; font-family: var(--kpy-font-2); font-size: 28px; font-weight: 700; text-shadow: 1px 1px 3px rgba(var(--kpy-base-rgb), 0.5); }
.rohi-group-meta { margin: 10px 0; }
.rohi-meta-item { display: block; margin-bottom: 8px; font-size: 15px; font-family: var(--kpy-font); text-shadow: 1px 1px 2px rgba(var(--kpy-base-rgb), 0.5); }
.rohi-meta-item i { margin-right: 8px; color: var(--kpy-gold); }
.rohi-group-excerpt { font-style: italic; margin-top: 15px; font-size: 15px; font-family: var(--kpy-font); text-shadow: 1px 1px 2px rgba(var(--kpy-base-rgb), 0.5); }
.rohi-view-details { margin-top: 20px; font-weight: bold; font-family: var(--kpy-font); opacity: 0.9; transition: opacity 0.3s; }
.rohi-group-card:hover .rohi-view-details { opacity: 1; }
@media (max-width: 768px) {
.rohi-group-grid { grid-template-columns: 1fr; }
.rohi-group-card { height: 350px; }
}
.kpy-news-slider-container { max-width: 1280px; margin: 0 auto; padding: 60px 20px; position: relative; }
.kpy-news-slider-header { text-align: center; margin-bottom: 50px; padding: 0 20px; }
.kpy-news-slider-title { font-family: var(--kpy-font-3); font-size: 3.5rem; color: var(--kpy-secondary-2); margin-bottom: 15px; font-weight: 700; position: relative; display: inline-block; }
.kpy-news-slider-title:after { content: ''; position: absolute; width: 80px; height: 4px; background: linear-gradient(90deg, var(--kpy-primary), var(--kpy-secondary)); bottom: -12px; left: 50%; transform: translateX(-50%); border-radius: 2px; }
.kpy-news-slider-subtitle { font-family: var(--kpy-font-2); font-size: 1.1rem; color: rgba(var(--kpy-base-rgb), 0.7); max-width: 700px; margin: 0 auto; line-height: 1.6; }
.kpy-news-slider-wrapper { position: relative; padding: 0 40px; }
.kpy-news-slider { display: flex; overflow-x: auto; scroll-behavior: smooth; padding: 20px 10px; gap: 30px; scrollbar-width: none; -ms-overflow-style: none; }
.kpy-news-slider::-webkit-scrollbar { display: none; }
.kpy-news-slide { flex: 0 0 360px; min-width: 360px; scroll-snap-align: start; }
.kpy-news-card { border-radius: 12px; overflow: hidden; transition: all 0.4s cubic-bezier(0.16, 1, 0.3, 1); height: 100%; display: flex; flex-direction: column; }
.kpy-news-card-link { display: flex; flex-direction: column; height: 100%; text-decoration: none; color: inherit; }
.kpy-news-card-thumbnail { height: 300px; overflow: hidden; position: relative; }
.kpy-news-card-image { width: 100%; height: 100%; object-fit: cover; transition: transform 0.6s cubic-bezier(0.16, 1, 0.3, 1); border-radius: 20px; }
.kpy-news-card:hover .kpy-news-card-image { transform: scale(2.01); }
.kpy-news-card-content { padding: 25px; flex: 1; display: flex; flex-direction: column; }
.kpy-news-card-meta { display: flex; align-items: center; gap: 15px; margin-bottom: 15px; font-size: 0.85rem; color: rgba(var(--kpy-base-rgb), 0.6); font-family: var(--kpy-font-2); }
.kpy-news-card-title { font-family: var(--kpy-font); font-size: 1.4rem; line-height: 1.4; margin-bottom: 15px; color: var(--kpy-primary); transition: color 0.3s ease; font-weight: 500; }
.kpy-news-card:hover .kpy-news-card-title { color: var(--kpy-secondary); }
.kpy-news-card-excerpt { font-family: var(--kpy-font-2); font-size: 0.95rem; color: rgba(var(--kpy-base-rgb), 0.7); margin-bottom: 10px; line-height: 1.6; flex: 1; }
.kpy-news-card-button { display: inline-flex; align-items: center; gap: 8px; font-family: var(--kpy-font); font-weight: 600; color: var(--kpy-base); transition: all 0.3s ease; margin-top: auto; align-self: flex-start; }
.kpy-news-card:hover .kpy-news-card-button { color: var(--kpy-primary); transform: translateX(5px); }
.kpy-news-slider-prev,
.kpy-news-slider-next { position: absolute; top: 50%; transform: translateY(-50%); width: 48px; height: 48px; border-radius: 50%; background: var(--kpy-white); border: none; box-shadow: 0 4px 15px rgba(var(--kpy-base-rgb), 0.1); cursor: pointer; display: flex; align-items: center; justify-content: center; z-index: 10; transition: all 0.3s ease; opacity: 0.9; }
.kpy-news-slider-prev { left: -10px; }
.kpy-news-slider-next { right: -10px; }
.kpy-news-slider-prev:hover,
.kpy-news-slider-next:hover { background: var(--kpy-primary); color: var(--kpy-white); opacity: 1; transform: translateY(-50%) scale(1.1); }
.kpy-news-slider-empty { text-align: center; padding: 60px 20px; color: rgba(var(--kpy-base-rgb), 0.5); font-family: var(--kpy-font-2); width: 100%; }
@media (max-width: 1024px) {
.kpy-news-slide { flex: 0 0 320px; min-width: 320px; }
.kpy-news-card-thumbnail { height: 200px; }
}
@media (max-width: 768px) {
.kpy-news-slider-container { padding: 40px 15px; }
.kpy-news-slider-header { margin-bottom: 30px; }
.kpy-news-slider-title { font-size: 2rem; }
.kpy-news-slider-subtitle { font-size: 1rem; }
.kpy-news-slider-wrapper { padding: 0 20px; }
.kpy-news-slide { flex: 0 0 280px; min-width: 280px; }
.kpy-news-slider-prev { left: 0; }
.kpy-news-slider-next { right: 0; }
}
@media (max-width: 480px) {
.kpy-news-slider-title { font-size: 1.8rem; }
.kpy-news-slide { flex: 0 0 260px; min-width: 260px; }
.kpy-news-card-content { padding: 20px; }
.kpy-news-card-title { font-size: 1.2rem; }
}
.alt-contact-container { max-width: 1400px; margin: -90px auto 100px; padding: 0 20px; position: relative; z-index: 2; }
.alt-contact-layout { display: grid; grid-template-columns: 1fr 1.5fr 1fr; gap: 30px; margin-top: 50px; }
.alt-contact-info-col,
.alt-contact-form-col,
.alt-contact-map-col { display: flex; flex-direction: column; }
.alt-contact-info-card,
.alt-contact-form-card,
.alt-contact-map-card { background: var(--kpy-white); border-radius: 10px; box-shadow: 0 10px 30px rgba(var(--kpy-base-rgb), 0.05); padding: 30px; height: 100%; }
.alt-contact-info-title,
.alt-form-title,
.alt-map-title { font-family: var(--kpy-font-3); font-size: 2.5rem; margin-bottom: 20px; position: relative; padding-bottom: 15px; }
.alt-contact-info-title:after,
.alt-form-title:after,
.alt-map-title:after { content: ''; position: absolute; bottom: 0; left: 0; width: 50px; height: 3px; background: var(--kpy-secondary); }
.alt-contact-info-item { display: flex; align-items: flex-start; margin-bottom: 25px; }
.alt-contact-icon { flex-shrink: 0; width: 50px; height: 50px; background: rgba(var(--kpy-primary-rgb), 0.1); border-radius: 50%; display: flex; align-items: center; justify-content: center; margin-right: 15px; }
.alt-contact-icon svg { width: 24px; height: 24px; }
.alt-contact-text h4 { font-size: 1.1rem; margin-bottom: 5px; color: var(--kpy-base); font-family: var(--kpy-font); }
.alt-contact-text p { margin: 0; color: var(--kpy-grey); line-height: 1.5; }
.alt-contact-hours { margin-top: 40px; padding-top: 20px;  }
.alt-contact-hours h4 { font-size: 1.1rem; margin-bottom: 10px; color: var(--kpy-base); font-family: var(--kpy-font); }
.alt-contact-hours p { margin: 0; color: var(--kpy-grey); line-height: 1.6; }
.alt-contact-social { margin-top: auto; padding-top: 30px; }
.alt-contact-social h4 { font-size: 1.1rem; margin-bottom: 15px; color: var(--kpy-base); }
.alt-social-icons { display: flex; gap: 10px; }
.alt-social-icon { width: 40px; height: 40px; border-radius: 50%; background: rgba(var(--kpy-primary-rgb), 0.1); color: var(--kpy-primary); display: flex; align-items: center; justify-content: center; transition: all 0.3s ease; }
.alt-social-icon:hover { background: var(--kpy-primary); color: var(--kpy-white); }
.alt-form-subtitle { color: var(--kpy-grey); margin-bottom: 25px; }
.alt-form-group { margin-bottom: 20px; }
.alt-form-group label { display: block; margin-bottom: 8px; font-weight: 500; color: var(--kpy-base); }
.alt-form-group label span { color: var(--kpy-primary); }
.alt-form-group input,
.alt-form-group textarea { width: 100%; padding: 12px 15px; border: 1px solid rgba(var(--kpy-base-rgb), 0.1); border-radius: 5px; font-family: inherit; font-size: 1rem; transition: all 0.3s ease; }
.alt-form-group input:focus,
.alt-form-group textarea:focus { outline: none; border-color: var(--kpy-primary); box-shadow: 0 0 0 3px rgba(var(--kpy-primary-rgb), 0.1); }
.alt-form-row { display: flex; gap: 20px; }
.alt-form-half { flex: 1; }
.alt-form-submit { margin-top: 30px; }
.alt-submit-btn { display: inline-flex; align-items: center; justify-content: center; padding: 12px 25px; background: var(--kpy-primary); color: var(--kpy-white); border: none; border-radius: 5px; font-weight: 500; font-size: 1rem; cursor: pointer; transition: all 0.3s ease; }
.alt-submit-btn svg { margin-left: 8px; transition: transform 0.3s ease; }
.alt-submit-btn:hover { background: #5ab4c6; }
.alt-submit-btn:hover svg { transform: translateX(3px); }
.alt-map-container { height: 300px; border-radius: 8px; overflow: hidden; margin-bottom: 20px; }
.alt-map-container iframe { width: 100%; height: 100%; border: none; }
.alt-directions-btn { display: inline-flex; align-items: center; padding: 8px 15px; background: rgba(var(--kpy-primary-rgb), 0.1); color: var(--kpy-primary); border-radius: 5px; font-weight: 500; transition: all 0.3s ease; }
.alt-directions-btn svg { margin-left: 5px; }
.alt-directions-btn:hover { background: var(--kpy-primary); color: var(--kpy-white); }
.alt-contact-success-popup { position: fixed; top: 0; left: 0; width: 100%; height: 100%; background: rgba(var(--kpy-base-rgb), 0.7); display: flex; align-items: center; justify-content: center; z-index: 9999; opacity: 0; visibility: hidden; transition: all 0.3s ease; }
.alt-contact-success-popup.active { opacity: 1; visibility: visible; }
.alt-success-content { background: var(--kpy-white); padding: 40px; border-radius: 10px; text-align: center; max-width: 400px; position: relative; transform: translateY(20px); transition: all 0.3s ease; }
.alt-contact-success-popup.active .alt-success-content { transform: translateY(0); }
.alt-checkmark { width: 80px; height: 80px; margin: 0 auto 20px; }
.alt-checkmark svg { width: 100%; height: 100%; }
.alt-success-content h3 { font-size: 1.5rem; margin-bottom: 10px; color: var(--kpy-primary); }
.alt-success-content p { margin-bottom: 20px; color: var(--kpy-grey); }
.alt-close-popup { background: var(--kpy-primary); color: var(--kpy-white); border: none; padding: 8px 20px; border-radius: 5px; cursor: pointer; transition: all 0.3s ease; }
.alt-close-popup:hover { background: #5ab4c6; }
@keyframes float {
0% { transform: translateY(0px); }
50% { transform: translateY(-10px); }
100% { transform: translateY(0px); }
}
@media (max-width:1200px) {
.alt-contact-layout { grid-template-columns: 1fr 1fr; }
.alt-contact-map-col { grid-column: span 2; margin-top: 30px; }
}
@media (max-width:768px) {
.alt-contact-layout { grid-template-columns: 1fr; }
.alt-contact-map-col { grid-column: span 1; }
.alt-contact-title { font-size: 2.5rem; }
}
@media (max-width:480px) {
.alt-contact-hero { padding: 80px 0 120px; }
.alt-form-row { flex-direction: column; gap: 0; }
}
.modern-section-title { text-align: center; font-size: 2.5rem; margin-bottom: 3rem; font-family: var(--kpy-font-2); }
.modern-payment-cards { display: flex; justify-content: center; gap: 2rem; max-width: 1200px; margin: 0 auto; padding: 0 1rem; flex-wrap: wrap; }
.modern-payment-card { background: var(--kpy-white); border-radius: 12px; padding: 2.5rem; width: calc(50% - 1rem); box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05); transition: transform 0.3s, box-shadow 0.3s;  }
.modern-payment-card:hover { transform: translateY(-5px); box-shadow: 0 15px 35px rgba(0, 0, 0, 0.1); }
.modern-card-title { font-size: 2.8rem; margin-bottom: 1.5rem; display: flex; align-items: center; gap: 0.8rem; color: var(--kpy-secondary-2); }
.modern-card-icon { font-size: 2rem; color: var(--kpy-secondary); }
.modern-card-details { margin-top: 1.5rem; }
.modern-detail-item { display: flex; margin-bottom: 1rem; padding-bottom: 1rem; border-bottom: 1px dashed rgba(var(--kpy-primary-rgb), 0.2); }
.modern-detail-label { min-width: 120px; color: var(--kpy-primary); }
.modern-detail-value { color: var(--kpy-base); }
.modern-donation-form-section { padding: 2rem 0; }
.modern-form-container { max-width: 900px; margin: 0 auto; padding: 0 1rem; background: var(--kpy-white); }
.modern-form-card { border-radius: 12px; padding: 3rem; box-shadow: 0 5px 25px rgba(0, 0, 0, 0.05);  }
.modern-form-title { font-size: 2.8rem; margin-bottom: 1.5rem; text-align: center; font-family: var(--kpy-font-3); color: var(--kpy-secondary-2); }
.modern-form-description { text-align: center; margin-bottom: 2.5rem; color: var(--kpy-base); max-width: 600px; margin-left: auto; margin-right: auto; }
.modern-form-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1.5rem; }
.modern-form-group { margin-bottom: 1.5rem; }
.modern-form-label { display: block; margin-bottom: 0.5rem; color: var(--kpy-base); }
.modern-form-input { width: 100%; padding: 0.8rem 1rem; border: 1px solid rgba(var(--kpy-primary-rgb), 0.5); border-radius: 6px; font-size: 1rem; transition: all 0.3s; background: white; }
.modern-form-input:focus { border-color: var(--kpy-primary); outline: none; box-shadow: 0 0 0 3px rgba(var(--kpy-primary-rgb), 0.1); }
.modern-form-select { width: 100%; padding: 0.8rem 1rem; border: 1px solid rgba(var(--kpy-primary-rgb), 0.2); border-radius: 6px; font-size: 1rem; background: white; appearance: none; background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='currentColor' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3e%3cpolyline points='6 9 12 15 18 9'%3e%3c/polyline%3e%3c/svg%3e"); background-repeat: no-repeat; background-position: right 1rem center; background-size: 1em; }
.modern-form-textarea { width: 100%; padding: 0.8rem 1rem; border: 1px solid rgba(var(--kpy-primary-rgb), 0.2); border-radius: 6px; font-size: 1rem; min-height: 120px; resize: vertical; }
.modern-form-file { width: 100%; padding: 0.5rem 0; }
.modern-form-help { display: block; margin-top: 0.5rem; color: var(--kpy-grey); font-size: 0.85rem; }
.modern-submit-btn { background: var(--kpy-secondary-2); color: var(--kpy-white); border: none; padding: 1rem 2rem; font-size: 1rem; font-weight: 600; border-radius: 6px; cursor: pointer; width: 100%; transition: all 0.3s; text-transform: uppercase; letter-spacing: 1px; margin-top: 1rem; grid-column: 1 / -1; }
.modern-submit-btn:hover { transform: translateY(-2px); box-shadow: 0 5px 15px rgba(var(--kpy-primary-rgb), 0.2); }
.modern-success-message { text-align: center; padding: 3rem; background: rgba(var(--kpy-primary-rgb), 0.05); border-radius: 12px; border-left: 5px solid var(--kpy-secondary); }
.modern-success-icon { font-size: 4rem; color: var(--kpy-secondary); margin-bottom: 1.5rem; }
.modern-success-title { font-size: 2rem; color: var(--kpy-primary); margin-bottom: 1rem; font-family: var(--kpy-font-3); }
.modern-success-text { color: var(--kpy-base); margin-bottom: 2rem; max-width: 600px; margin-left: auto; margin-right: auto; }
.modern-back-btn { display: inline-block; padding: 0.8rem 2rem; background: var(--kpy-primary); color: white; text-decoration: none; border-radius: 6px; transition: all 0.3s; font-weight: 600; }
.modern-back-btn:hover { background: var(--kpy-secondary); color: var(--kpy-base); }
.program-meta-badges { margin-bottom: 20px; }
.program-type-badge { display: inline-block; padding: 8px 16px; background: rgba(255, 255, 255, 0.2); border-radius: 25px; font-size: 14px; font-weight: 500; margin-right: 10px; backdrop-filter: blur(10px); color: white; }
.age-badge { display: inline-block; padding: 8px 16px; background: rgba(255, 237, 0, 0.3); border-radius: 25px; font-size: 14px; font-weight: 500; backdrop-filter: blur(10px); color: white; }
.program-title { font-size: 48px; font-weight: 700; margin-bottom: 20px; line-height: 1.2; color: white; }
.program-excerpt { font-size: 18px; margin-bottom: 30px; opacity: 0.9; color: white; }
.stat-card { padding: 30px 20px; background: white; border-radius: 15px; box-shadow: 0 5px 20px rgba(0, 0, 0, 0.08); transition: all 0.3s ease; height: 100%; }
.stat-card:hover { transform: translateY(-5px); box-shadow: 0 10px 30px rgba(0, 0, 0, 0.12); }
.stat-icon { width: 60px; height: 60px; background: linear-gradient(135deg, var(--kpy-primary), var(--kpy-secondary)); border-radius: 50%; display: flex; align-items: center; justify-content: center; margin: 0 auto 15px; color: white; font-size: 24px; }
.stat-card h6 { color: var(--kpy-primary); font-weight: 600; margin-bottom: 10px; }
.stat-card p { color: #666; margin: 0; font-size: 14px; }
.program-overview-card,
.program-description-card,
.program-requirements-card,
.program-outcomes-card,
.program-impact-section { opacity: 0; transform: translateY(30px); transition: all 0.6s ease; }
.program-overview-card.visible,
.program-description-card.visible,
.program-requirements-card.visible,
.program-outcomes-card.visible,
.program-impact-section.visible { opacity: 1; transform: translateY(0); }
.impact-stat { padding: 20px; border-radius: 10px; background: #f8f9fa; transition: all 0.3s ease; }
.impact-stat:hover { transform: translateY(-5px); box-shadow: 0 10px 25px rgba(0, 0, 0, 0.1); }
.impact-number { color: var(--kpy-primary); font-weight: 700; }
.impact-label { font-size: 14px; text-transform: uppercase; letter-spacing: 0.5px; }
.program-enrollment-card .card-header { border-radius: 15px 15px 0 0 !important; }
.detail-icon { width: 40px; height: 40px; background: rgba(19, 56, 157, 0.1); border-radius: 50%; display: flex; align-items: center; justify-content: center; font-size: 16px; }
.detail-label { font-size: 12px; text-transform: uppercase; letter-spacing: 0.5px; color: #6c757d; }
.detail-value { color: #2c3e50; font-weight: 600; }
.related-program { padding: 15px 0; border-bottom: 1px solid #e9ecef; transition: all 0.3s ease; }
.related-program:last-child { border-bottom: none; }
.related-program:hover { background: #f8f9fa; border-radius: 8px; padding-left: 10px; padding-right: 10px; }
.related-program h5 a { color: var(--kpy-primary); font-weight: 600; font-size: 14px; }
.related-program h5 a:hover { color: var(--kpy-secondary); }
.news-blog-modern { padding: 60px 0; }
.featured-post-section { margin-bottom: 60px; }
.featured-post-card { background: white; border-radius: 20px; overflow: hidden; box-shadow: 0 15px 40px rgba(0, 0, 0, 0.1); transition: all 0.3s ease; }
.featured-post-card:hover { transform: translateY(-10px); box-shadow: 0 25px 50px rgba(0, 0, 0, 0.15); }
.featured-post-image { position: relative; overflow: hidden; height: 400px; }
.featured-post-image img { width: 100%; height: 100%; object-fit: cover; transition: transform 0.3s ease; }
.featured-post-card:hover .featured-post-image img { transform: scale(1.05); }
.featured-post-overlay { position: absolute; top: 20px; left: 20px; }
.featured-badge { background: var(--kpy-primary); color: white; padding: 8px 16px; border-radius: 25px; font-size: 14px; font-weight: 500; backdrop-filter: blur(10px); }
.featured-post-content { padding: 40px; }
.featured-meta { display: flex; gap: 20px; margin-bottom: 20px; flex-wrap: wrap; }
.meta-item { display: flex; align-items: center; gap: 8px; color: #666; font-size: 14px; }
.meta-item i { color: var(--kpy-primary); }
.featured-title { font-size: 32px; font-weight: 700; color: var(--kpy-primary); margin-bottom: 20px; line-height: 1.2; }
.featured-excerpt { font-size: 18px; color: #666; margin-bottom: 30px; line-height: 1.6; }
.section-header { margin-bottom: 50px; }
.section-title { font-size: 36px; font-weight: 700; color: var(--kpy-primary); margin-bottom: 15px; }
.section-subtitle { font-size: 18px; color: #666; margin: 0; }
.news-card { background: white; border-radius: var(--kpy-card-radius); overflow: hidden; box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08); transition: all 0.3s ease; display: flex; flex-direction: column; }
.news-card:hover { transform: translateY(-10px); box-shadow: 0 20px 40px rgba(0, 0, 0, 0.12); }
.news-card-image { position: relative; overflow: hidden; height: 200px; }
.news-card-image img { width: 100%; height: 100%; object-fit: cover; transition: transform 0.3s ease; }
.news-card:hover .news-card-image img { transform: scale(1.05); }
.news-card-overlay { position: absolute; top: 15px; left: 15px; }
.news-badge { background: var(--kpy-primary); color: white; padding: 6px 12px; border-radius: 20px; font-size: 12px; font-weight: 500; }
.news-card-content { padding: 25px; flex-grow: 1; display: flex; flex-direction: column; }
.news-meta { margin-bottom: 15px; }
.news-date { display: flex; align-items: center; gap: 8px; color: #666; font-size: 13px; }
.news-date i { color: var(--kpy-primary); }
.news-title { margin-bottom: 15px; flex-grow: 1; }
.news-title a { color: var(--kpy-primary); font-size: 18px; font-weight: 600; text-decoration: none; line-height: 1.3; transition: color 0.3s ease; }
.news-title a:hover { color: var(--kpy-secondary); }
.news-excerpt { color: #666; font-size: 14px; line-height: 1.5; margin-bottom: 20px; flex-grow: 1; }
.read-more-link { display: inline-flex; align-items: center; color: var(--kpy-primary); font-weight: 600; text-decoration: none; font-size: 14px; transition: all 0.3s ease; }
.read-more-link:hover { color: var(--kpy-secondary); transform: translateX(5px); }
.blog-card { background: white; border-radius: var(--kpy-card-radius); overflow: hidden; box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08); transition: all 0.3s ease; display: flex; flex-direction: column; }
.blog-card:hover { transform: translateY(-10px); box-shadow: 0 20px 40px rgba(0, 0, 0, 0.12); }
.blog-card-image { position: relative; overflow: hidden; height: 200px; }
.blog-card-image img { width: 100%; height: 100%; object-fit: cover; transition: transform 0.3s ease; }
.blog-card:hover .blog-card-image img { transform: scale(1.05); }
.blog-card-overlay { position: absolute; top: 15px; left: 15px; }
.blog-badge { background: var(--kpy-secondary); color: var(--kpy-base); padding: 6px 12px; border-radius: 20px; font-size: 12px; font-weight: 500; }
.blog-card-content { padding: 25px; flex-grow: 1; display: flex; flex-direction: column; }
.blog-meta { margin-bottom: 15px; }
.blog-date { display: flex; align-items: center; gap: 8px; color: #666; font-size: 13px; }
.blog-date i { color: var(--kpy-secondary); }
.blog-title { margin-bottom: 15px; flex-grow: 1; }
.blog-title a { color: var(--kpy-primary); font-size: 18px; font-weight: 600; text-decoration: none; line-height: 1.3; transition: color 0.3s ease; }
.blog-title a:hover { color: var(--kpy-secondary); }
.blog-excerpt { color: #666; font-size: 14px; line-height: 1.5; margin-bottom: 20px; flex-grow: 1; }
.news-slider-modern,
.blog-slider-modern { background: #f8f9fa; }
.slider-card { background: white; border-radius: var(--kpy-card-radius); overflow: hidden; box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08); transition: all 0.3s ease; height: 100%; }
.slider-card:hover { transform: translateY(-10px); box-shadow: 0 20px 40px rgba(0, 0, 0, 0.12); }
.slider-card-image { position: relative; overflow: hidden; height: 180px; }
.slider-card-image img { width: 100%; height: 100%; object-fit: cover; transition: transform 0.3s ease; }
.slider-card:hover .slider-card-image img { transform: scale(1.05); }
.slider-overlay { position: absolute; top: 15px; left: 15px; }
.slider-badge { background: var(--kpy-primary); color: white; padding: 6px 12px; border-radius: 20px; font-size: 12px; font-weight: 500; }
.slider-badge.blog-badge { background: var(--kpy-secondary); color: var(--kpy-base); }
.slider-card-content { padding: 20px; }
.slider-meta { margin-bottom: 12px; }
.slider-date { display: flex; align-items: center; gap: 8px; color: #666; font-size: 12px; }
.slider-date i { color: var(--kpy-primary); }
.slider-title { margin-bottom: 12px; }
.slider-title a { color: var(--kpy-primary); font-size: 16px; font-weight: 600; text-decoration: none; line-height: 1.3; transition: color 0.3s ease; }
.slider-title a:hover { color: var(--kpy-secondary); }
.slider-excerpt { color: #666; font-size: 13px; line-height: 1.5; margin-bottom: 15px; }
.slider-read-more { display: inline-flex; align-items: center; color: var(--kpy-primary); font-weight: 600; text-decoration: none; font-size: 13px; transition: all 0.3s ease; }
.slider-read-more:hover { color: var(--kpy-secondary); transform: translateX(5px); }
.homepage-modern { overflow-x: hidden; }
.impact-stats-section { padding: 80px 0; background: #f8f9fa; }
.stat-card { background: white; padding: 40px 20px; border-radius: 15px; box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08); transition: all 0.3s ease; height: 100%; }
.stat-card:hover { transform: translateY(-10px); box-shadow: 0 20px 40px rgba(0, 0, 0, 0.12); }
.stat-icon { width: 70px; height: 70px; background: linear-gradient(135deg, var(--kpy-primary), var(--kpy-secondary)); border-radius: 50%; display: flex; align-items: center; justify-content: center; margin: 0 auto 20px; color: white; font-size: 28px; }
.stat-number { font-size: 42px; font-weight: 700; color: var(--kpy-primary); margin-bottom: 10px; }
.stat-label { font-size: 16px; color: #666; font-weight: 500; }
.featured-event-section { padding: 80px 0; }
.section-header { margin-bottom: 60px; }
.section-title { font-size: 42px; font-weight: 700; color: var(--kpy-primary); margin-bottom: 20px; }
.section-subtitle { font-size: 18px; color: #666; max-width: 600px; margin: 0 auto; line-height: 1.6; }
.feature-card { background: white; padding: 40px 30px; border-radius: 15px; box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08); transition: all 0.3s ease; height: 100%; text-align: center; }
.feature-card:hover { transform: translateY(-10px); box-shadow: 0 20px 40px rgba(0, 0, 0, 0.12); }
.feature-icon { width: 80px; height: 80px; background: linear-gradient(135deg, var(--kpy-primary), var(--kpy-secondary)); border-radius: 50%; display: flex; align-items: center; justify-content: center; margin: 0 auto 25px; color: white; font-size: 32px; }
.feature-title { font-size: 22px; font-weight: 600; color: var(--kpy-primary); margin-bottom: 15px; }
.feature-text { font-size: 16px; color: #666; margin-bottom: 25px; line-height: 1.6; }
.feature-link { color: var(--kpy-primary); font-weight: 600; text-decoration: none; display: inline-flex; align-items: center; transition: all 0.3s ease; }
.feature-link:hover { color: var(--kpy-secondary); transform: translateX(5px); }
.cta-section { background: var(--kpy-primary); color: white; padding: 50px; border-radius: 15px; margin: 60px 0; }
.cta-title { font-size: 32px; font-weight: 600; margin-bottom: 15px; }
.cta-text { font-size: 18px; opacity: 0.9; margin-bottom: 30px; max-width: 600px; margin-left: auto; margin-right: auto; }
.youth-stories-section { padding: 80px 0; }
.impact-highlight { margin: 60px 0; }
.impact-stat-modern { background: var(--kpy-primary); color: white; padding: 40px; border-radius: 15px; max-width: 500px; margin: 0 auto; text-align: center; }
.impact-number-large { font-size: 48px; font-weight: 700; margin-bottom: 15px; }
.impact-text { font-size: 18px; opacity: 0.9; }
.story-card { background: white; border-radius: 15px; overflow: hidden; box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08); transition: all 0.3s ease; height: 100%; }
.story-card:hover { transform: translateY(-10px); box-shadow: 0 20px 40px rgba(0, 0, 0, 0.12); }
.story-image { position: relative; height: 250px; overflow: hidden; }
.story-image img { width: 100%; height: 100%; object-fit: cover; transition: transform 0.3s ease; }
.story-card:hover .story-image img { transform: scale(1.05); }
.story-overlay { position: absolute; top: 20px; left: 20px; }
.story-region { background: var(--kpy-secondary); color: var(--kpy-base); padding: 6px 15px; border-radius: 20px; font-size: 14px; font-weight: 500; }
.story-content { padding: 30px; }
.story-name { font-size: 20px; font-weight: 600; color: var(--kpy-primary); margin-bottom: 10px; }
.story-role { font-size: 15px; color: #666; line-height: 1.6; margin-bottom: 20px; }
.story-link { color: var(--kpy-primary); font-weight: 600; text-decoration: none; display: inline-flex; align-items: center; transition: all 0.3s ease; }
.story-link:hover { color: var(--kpy-secondary); transform: translateX(5px); }
.events-title { font-size: 24px; font-weight: 600; color: var(--kpy-primary); margin-bottom: 15px; }
.events-text { font-size: 16px; color: #666; margin-bottom: 25px; max-width: 600px; margin-left: auto; margin-right: auto; }
.newsletter-section { padding: 80px 0; }
.newsletter-title { font-size: 36px; font-weight: 600; margin-bottom: 15px; }
.newsletter-text { font-size: 18px; opacity: 0.9; margin-bottom: 30px; line-height: 1.6; }
.newsletter-form .input-group { max-width: 500px; }
.newsletter-success { max-width: 500px; }
.about-page-main { overflow-x: hidden; }
@keyframes scroll {
0% { top: 10px; opacity: 1; }
100% { top: 30px; opacity: 0; }
}
.section-header { margin-bottom: 50px; }
.section-title { font-size: 42px; font-weight: 700; color: var(--kpy-primary); margin-bottom: 20px; }
.section-subtitle { font-size: 18px; color: #666; max-width: 600px; margin: 0 auto; line-height: 1.6; }
.story-content-card { background: white; padding: 50px; border-radius: 15px; box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08); }
.story-content p { font-size: 16px; line-height: 1.6; margin-bottom: 1.5rem; }
.story-content .lead { font-size: 18px; font-weight: 500; color: var(--kpy-primary); }
.timeline { position: relative; padding: 40px 0; }
.timeline::before { content: ''; position: absolute; left: 50%; top: 0; bottom: 0; width: 2px; background: var(--kpy-primary); transform: translateX(-50%); }
.timeline-item { position: relative; margin-bottom: 60px; display: flex; align-items: flex-start; }
.timeline-marker { position: relative; z-index: 2; margin-right: 30px; }
.timeline-icon { width: 60px; height: 60px; background: var(--kpy-primary); border-radius: 50%; display: flex; align-items: center; justify-content: center; color: white; font-size: 24px; box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2); }
.timeline-content { background: white; padding: 30px; border-radius: 15px; box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08); flex: 1; }
.timeline-year { background: var(--kpy-primary); color: white; padding: 8px 16px; border-radius: 20px; font-size: 14px; font-weight: 600; display: inline-block; margin-bottom: 15px; }
.timeline-title { font-size: 20px; font-weight: 600; color: var(--kpy-primary); margin-bottom: 15px; }
.timeline-description { font-size: 14px; color: #666; line-height: 1.6; }
.timeline-item.current .timeline-icon { background: var(--kpy-secondary); color: var(--kpy-base); }
.timeline-item.current .timeline-year { background: var(--kpy-secondary); color: var(--kpy-base); }
.achievement-card { background: white; padding: 30px; border-radius: 15px; box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08); transition: all 0.3s ease; height: 100%; text-align: center; }
.achievement-card:hover { transform: translateY(-10px); box-shadow: 0 20px 40px rgba(0, 0, 0, 0.12); }
.achievement-icon { width: 70px; height: 70px; background: linear-gradient(135deg, var(--kpy-primary), var(--kpy-secondary)); border-radius: 50%; display: flex; align-items: center; justify-content: center; margin: 0 auto 20px; color: white; font-size: 28px; }
.achievement-title { font-size: 20px; font-weight: 600; color: var(--kpy-primary); margin-bottom: 15px; }
.achievement-description { font-size: 14px; color: #666; line-height: 1.6; }
.vision-card { background: white; padding: 50px; border-radius: 15px; box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08); text-align: center; }
.vision-icon { width: 80px; height: 80px; background: linear-gradient(135deg, var(--kpy-primary), var(--kpy-secondary)); border-radius: 50%; display: flex; align-items: center; justify-content: center; margin: 0 auto 20px; color: white; font-size: 32px; }
.vision-title { font-size: 24px; font-weight: 600; color: var(--kpy-primary); margin-bottom: 20px; }
.vision-explanation { font-size: 16px; color: #666; line-height: 1.6; }
.mission-card { background: white; padding: 50px; border-radius: 15px; box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08); text-align: center; }
.mission-icon { width: 80px; height: 80px; background: linear-gradient(135deg, var(--kpy-primary), var(--kpy-secondary)); border-radius: 50%; display: flex; align-items: center; justify-content: center; margin: 0 auto 20px; color: white; font-size: 32px; }
.mission-title { font-size: 24px; font-weight: 600; color: var(--kpy-primary); margin-bottom: 20px; }
.mission-explanation { font-size: 16px; color: #666; line-height: 1.6; }
.goal-highlight { background: var(--kpy-primary); color: white; padding: 40px; border-radius: 15px; text-align: center; }
.goal-statement { font-size: 18px; font-weight: 500; line-height: 1.6; }
.objective-card { background: white; padding: 30px; border-radius: 15px; box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08); transition: all 0.3s ease; height: 100%; }
.objective-card:hover { transform: translateY(-5px); box-shadow: 0 15px 30px rgba(0, 0, 0, 0.12); }
.objective-number { background: var(--kpy-primary); color: white; width: 40px; height: 40px; border-radius: 50%; display: flex; align-items: center; justify-content: center; font-size: 18px; font-weight: 700; margin-bottom: 15px; }
.objective-title { font-size: 18px; font-weight: 600; color: var(--kpy-primary); margin-bottom: 15px; }
.objective-description { font-size: 14px; color: #666; line-height: 1.5; margin-bottom: 20px; }
.objective-details { list-style: none; padding: 0; margin: 0; }
.objective-details li { padding: 5px 0; font-size: 13px; color: #666; position: relative; padding-left: 20px; }
.objective-details li::before { content: '✓'; position: absolute; left: 0; color: var(--kpy-secondary); font-weight: bold; }
.org-detail-card { background: white; padding: 30px; border-radius: 15px; box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08); transition: all 0.3s ease; height: 100%; }
.org-detail-card:hover { transform: translateY(-5px); box-shadow: 0 15px 30px rgba(0, 0, 0, 0.12); }
.detail-icon { width: 60px; height: 60px; background: linear-gradient(135deg, var(--kpy-primary), var(--kpy-secondary)); border-radius: 50%; display: flex; align-items: center; justify-content: center; margin: 0 auto 20px; color: white; font-size: 24px; }
.detail-title { font-size: 16px; font-weight: 600; color: var(--kpy-primary); margin-bottom: 10px; }
.detail-content { font-size: 14px; color: #666; line-height: 1.5; }
.nature-card { background: white; padding: 50px; border-radius: 15px; box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08); text-align: center; }
.nature-title { font-size: 24px; font-weight: 600; color: var(--kpy-primary); margin-bottom: 20px; }
.nature-description { font-size: 16px; color: #666; line-height: 1.6; margin-bottom: 30px; }
.values-grid { display: flex; justify-content: center; gap: 20px; flex-wrap: wrap; }
.value-item { display: flex; align-items: center; gap: 10px; padding: 10px 20px; background: rgba(19, 56, 157, 0.1); border-radius: 25px; font-size: 14px; font-weight: 500; color: var(--kpy-primary); }
.value-card { background: white; padding: 40px; border-radius: 15px; box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08); transition: all 0.3s ease; height: 100%; }
.value-card:hover { transform: translateY(-5px); box-shadow: 0 15px 30px rgba(0, 0, 0, 0.12); }
.value-icon { width: 70px; height: 70px; background: linear-gradient(135deg, var(--kpy-primary), var(--kpy-secondary)); border-radius: 50%; display: flex; align-items: center; justify-content: center; margin: 0 auto 20px; color: white; font-size: 28px; }
.value-title { font-size: 20px; font-weight: 600; color: var(--kpy-primary); margin-bottom: 15px; }
.value-description { font-size: 14px; color: #666; line-height: 1.6; margin-bottom: 20px; }
.value-manifestations { background: #f8f9fa; padding: 20px; border-radius: 10px; margin-top: 20px; }
.value-manifestations h4 { font-size: 14px; font-weight: 600; color: var(--kpy-primary); margin-bottom: 10px; }
.value-manifestations ul { list-style: none; padding: 0; margin: 0; }
.value-manifestations li { padding: 5px 0; font-size: 13px; color: #666; position: relative; padding-left: 20px; }
.value-manifestations li::before { content: '✓'; position: absolute; left: 0; color: var(--kpy-secondary); font-weight: bold; }
.action-card { background: white; padding: 30px; border-radius: 15px; box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08); transition: all 0.3s ease; height: 100%; text-align: center; }
.action-card:hover { transform: translateY(-5px); box-shadow: 0 15px 30px rgba(0, 0, 0, 0.12); }
.action-icon { width: 60px; height: 60px; background: linear-gradient(135deg, var(--kpy-primary), var(--kpy-secondary)); border-radius: 50%; display: flex; align-items: center; justify-content: center; margin: 0 auto 20px; color: white; font-size: 24px; }
.action-title { font-size: 16px; font-weight: 600; color: var(--kpy-primary); margin-bottom: 10px; }
.action-description { font-size: 14px; color: #666; line-height: 1.5; }
.cta-section { padding: 80px 0; }
.cta-title { font-size: 32px; font-weight: 600; margin-bottom: 15px; }
.cta-text { font-size: 18px; opacity: 0.9; margin-bottom: 30px; max-width: 600px; margin-left: auto; margin-right: auto; }
.cta-buttons { display: flex; justify-content: center; gap: 15px; flex-wrap: wrap; }
.cta-buttons .btn { min-width: 200px; }
.single-post-main { overflow-x: hidden; }
.single-post-hero { position: relative; min-height: 60vh; background-size: cover; background-position: center; background-attachment: fixed; display: flex; align-items: center; color: white; }
.post-meta-top { display: flex; gap: 15px; margin-bottom: 20px; flex-wrap: wrap; }
.post-category-badge { background: var(--kpy-secondary); color: var(--kpy-base); padding: 6px 15px; border-radius: 20px; font-size: 14px; font-weight: 600; display: flex; align-items: center; gap: 8px; }
.post-date { background: rgba(255, 255, 255, 0.2); color: white; padding: 6px 15px; border-radius: 20px; font-size: 14px; font-weight: 500; display: flex; align-items: center; gap: 8px; backdrop-filter: blur(10px); }
.post-title { font-size: 48px; font-weight: 700; margin-bottom: 30px; line-height: 1.1; text-shadow: 0 2px 4px rgba(0, 0, 0, 0.3); }
.post-meta-bottom { display: flex; justify-content: space-between; align-items: center; flex-wrap: wrap; gap: 20px; }
.author-info { display: flex; align-items: center; gap: 15px; }
.author-avatar { width: 50px; height: 50px; border-radius: 50%; overflow: hidden; border: 2px solid rgba(255, 255, 255, 0.3); }
.author-avatar img { width: 100%; height: 100%; object-fit: cover; }
.author-details { display: flex; flex-direction: column; }
.author-name { font-size: 16px; font-weight: 600; color: white; margin-bottom: 2px; }
.author-role { font-size: 14px; color: rgba(255, 255, 255, 0.8); }
.post-stats { display: flex; gap: 20px; flex-wrap: wrap; }
.post-stat { font-size: 14px; color: rgba(255, 255, 255, 0.9); display: flex; align-items: center; gap: 6px; }
.post-article { background: white; border-radius: 15px; padding: 40px; box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08); margin-bottom: 30px; }
.project-info-card { background: var(--kpy-primary); color: white; padding: 25px; border-radius: 10px; margin-bottom: 30px; }
.project-info-title { font-size: 18px; font-weight: 600; margin-bottom: 20px; display: flex; align-items: center; gap: 10px; }
.project-details { display: grid; grid-template-columns: repeat(auto-fit, minmax(250px, 1fr)); gap: 20px; }
.project-detail { display: flex; align-items: flex-start; gap: 12px; }
.project-detail i { font-size: 18px; margin-top: 2px; opacity: 0.9; }
.project-detail strong { display: block; font-size: 14px; margin-bottom: 4px; opacity: 0.9; }
.project-detail span { font-size: 16px; font-weight: 500; }
.post-body { margin-bottom: 40px; }
.post-body h1,
.post-body h2,
.post-body h3,
.post-body h4,
.post-body h5,
.post-body h6 { color: var(--kpy-primary); margin-top: 30px; margin-bottom: 15px; }
.post-body h1 { font-size: 32px; }
.post-body h2 { font-size: 28px; }
.post-body h3 { font-size: 24px; }
.post-body h4 { font-size: 20px; }
.post-body h5 { font-size: 18px; }
.post-body h6 { font-size: 16px; }
.post-body p { margin-bottom: 20px; line-height: 1.7; font-size: 16px; }
.post-body img { max-width: 100%; height: auto; border-radius: 10px; margin: 20px 0; }
.post-tags { background: #f8f9fa; padding: 25px; border-radius: 10px; margin-bottom: 30px; }
.tags-title { font-size: 16px; font-weight: 600; color: var(--kpy-primary); margin-bottom: 15px; display: flex; align-items: center; gap: 8px; }
.tags-list { display: flex; flex-wrap: wrap; gap: 8px; }
.tags-list a { background: white; color: var(--kpy-primary); padding: 6px 12px; border-radius: 20px; font-size: 13px; font-weight: 500; border: 1px solid var(--kpy-primary); text-decoration: none; transition: all 0.3s ease; }
.tags-list a:hover { background: var(--kpy-primary); color: white; }
.post-share { background: #f8f9fa; padding: 25px; border-radius: 10px; margin-bottom: 30px; }
.share-title { font-size: 16px; font-weight: 600; color: var(--kpy-primary); margin-bottom: 15px; display: flex; align-items: center; gap: 8px; }
.share-buttons { display: flex; gap: 10px; flex-wrap: wrap; }
.share-btn { display: flex; align-items: center; gap: 8px; padding: 10px 15px; border-radius: 8px; text-decoration: none; font-size: 14px; font-weight: 500; transition: all 0.3s ease; }
.share-facebook { background: #1877f2; color: white; }
.share-facebook:hover { background: #1665c0; transform: translateY(-2px); }
.share-twitter { background: #1da1f2; color: white; }
.share-twitter:hover { background: #1a8cd8; transform: translateY(-2px); }
.share-linkedin { background: #0077b5; color: white; }
.share-linkedin:hover { background: #005885; transform: translateY(-2px); }
.share-whatsapp { background: #25d366; color: white; }
.share-whatsapp:hover { background: #20b858; transform: translateY(-2px); }
.author-box { background: white; padding: 30px; border-radius: 15px; box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08); margin-bottom: 30px; display: flex; gap: 20px; align-items: flex-start; }
.author-box-avatar { width: 80px; height: 80px; border-radius: 50%; overflow: hidden; flex-shrink: 0; }
.author-box-avatar img { width: 100%; height: 100%; object-fit: cover; }
.author-box-info { flex: 1; }
.author-box-name { font-size: 18px; font-weight: 600; color: var(--kpy-primary); margin-bottom: 10px; }
.author-box-bio { font-size: 14px; color: #666; line-height: 1.6; margin-bottom: 15px; }
.author-box-social { display: flex; gap: 10px; }
.social-link { width: 32px; height: 32px; background: var(--kpy-primary); color: white; border-radius: 50%; display: flex; align-items: center; justify-content: center; text-decoration: none; transition: all 0.3s ease; }
.social-link:hover { background: var(--kpy-secondary); color: var(--kpy-base); transform: translateY(-2px); }
.related-posts { background: white; padding: 30px; border-radius: 15px; box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08); }
.related-posts-title { font-size: 18px; font-weight: 600; color: var(--kpy-primary); margin-bottom: 25px; display: flex; align-items: center; gap: 8px; }
.related-posts-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(250px, 1fr)); gap: 20px; }
.related-post-card { background: #f8f9fa; border-radius: 10px; overflow: hidden; transition: all 0.3s ease; }
.related-post-card:hover { transform: translateY(-5px); box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1); }
.related-post-image { height: 150px; overflow: hidden; }
.related-post-image img { width: 100%; height: 100%; object-fit: cover; transition: transform 0.3s ease; }
.related-post-card:hover .related-post-image img { transform: scale(1.05); }
.related-post-content { padding: 20px; }
.related-post-title { font-size: 16px; font-weight: 600; margin-bottom: 10px; line-height: 1.4; }
.related-post-title a { color: var(--kpy-primary); text-decoration: none; transition: color 0.3s ease; }
.related-post-title a:hover { color: var(--kpy-secondary); }
.related-post-date { font-size: 13px; color: #666; display: flex; align-items: center; gap: 6px; }
.no-related-posts { text-align: center; color: #666; font-style: italic; padding: 20px; }
.post-sidebar { display: flex; flex-direction: column; gap: 30px; }
.sidebar-widget { background: white; padding: 25px; border-radius: 15px; box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08); }
.widget-title { font-size: 18px; font-weight: 600; color: var(--kpy-primary); margin-bottom: 20px; display: flex; align-items: center; gap: 8px; }
.popular-posts-list { display: flex; flex-direction: column; gap: 15px; }
.popular-post-item { display: flex; gap: 15px; align-items: flex-start; padding-bottom: 15px; border-bottom: 1px solid #f0f0f0; }
.popular-post-item:last-child { border-bottom: none; padding-bottom: 0; }
.popular-post-rank { width: 30px; height: 30px; background: var(--kpy-primary); color: white; border-radius: 50%; display: flex; align-items: center; justify-content: center; font-size: 14px; font-weight: 700; flex-shrink: 0; }
.popular-post-content { flex: 1; }
.popular-post-title { font-size: 14px; font-weight: 600; margin-bottom: 5px; line-height: 1.4; }
.popular-post-title a { color: var(--kpy-primary); text-decoration: none; transition: color 0.3s ease; }
.popular-post-title a:hover { color: var(--kpy-secondary); }
.popular-post-meta { font-size: 12px; color: #666; display: flex; align-items: center; gap: 5px; }
.categories-list { display: flex; flex-direction: column; gap: 10px; }
.category-link { display: flex; justify-content: space-between; align-items: center; padding: 10px 15px; background: #f8f9fa; border-radius: 8px; text-decoration: none; transition: all 0.3s ease; }
.category-link:hover { background: var(--kpy-primary); color: white; }
.category-link span:first-child { font-size: 14px; font-weight: 500; }
.category-count { background: var(--kpy-secondary); color: var(--kpy-base); padding: 2px 8px; border-radius: 12px; font-size: 12px; font-weight: 600; }
.archives-list { display: flex; flex-direction: column; gap: 10px; }
.archive-item { padding: 10px 15px; background: #f8f9fa; border-radius: 8px; font-size: 14px; color: var(--kpy-primary); text-decoration: none; transition: all 0.3s ease; }
.archive-item:hover { background: var(--kpy-primary); color: white; }
.post-gallery-section { background: #f8f9fa; }
.gallery-header { margin-bottom: 40px; }
.gallery-title { font-size: 32px; font-weight: 700; color: var(--kpy-primary); margin-bottom: 10px; display: flex; align-items: center; gap: 10px; }
.gallery-subtitle { font-size: 16px; color: #666; max-width: 600px; margin: 0 auto; }
.gallery-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(300px, 1fr)); gap: 20px; }
.gallery-item { position: relative; border-radius: 10px; overflow: hidden; box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1); transition: all 0.3s ease; }
.gallery-item:hover { transform: translateY(-5px); box-shadow: 0 10px 25px rgba(0, 0, 0, 0.15); }
.gallery-img-wrap { position: relative; height: 200px; overflow: hidden; }
.gallery-img { width: 100%; height: 100%; object-fit: cover; transition: transform 0.3s ease; }
.gallery-item:hover .gallery-img { transform: scale(1.05); }
.gallery-overlay { position: absolute; top: 0; left: 0; right: 0; bottom: 0; background: rgba(0, 0, 0, 0.5); display: flex; align-items: center; justify-content: center; opacity: 0; transition: opacity 0.3s ease; }
.gallery-item:hover .gallery-overlay { opacity: 1; }
.gallery-overlay i { font-size: 24px; color: white; }
.gallery-info { padding: 15px; background: white; }
.gallery-info strong { font-size: 14px; font-weight: 600; color: var(--kpy-primary); margin-bottom: 5px; }
.gallery-info p { font-size: 13px; color: #666; margin: 0; line-height: 1.4; }
.gallery-link { position: absolute; top: 0; left: 0; right: 0; bottom: 0; z-index: 1; }
.lightbox { position: fixed; top: 0; left: 0; width: 100%; height: 100%; background: rgba(0, 0, 0, 0.9); display: flex; align-items: center; justify-content: center; z-index: 9999; opacity: 0; transition: opacity 0.3s ease; }
.lightbox.active { opacity: 1; }
.lightbox-inner { position: relative; max-width: 90%; max-height: 90%; text-align: center; }
.lightbox-img { max-width: 100%; max-height: 70vh; border-radius: 10px; }
.lightbox-caption { background: white; padding: 15px; border-radius: 0 0 10px 10px; font-size: 14px; color: #333; }
.lightbox-close { position: absolute; top: -40px; right: 0; background: white; border: none; width: 40px; height: 40px; border-radius: 50%; font-size: 18px; color: var(--kpy-primary); cursor: pointer; transition: all 0.3s ease; }
.lightbox-close:hover { background: var(--kpy-primary); color: white; }
.partners-section { padding: 60px 0; background: #f8f9fa; }
.partners-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(280px, 1fr)); gap: 30px; margin-bottom: 30px; }
.partner-item { transition: transform 0.3s ease; }
.partner-item:hover { transform: translateY(-10px); }
.partner-card { background: white; border-radius: 15px; box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08); overflow: hidden; transition: all 0.3s ease; height: 100%; }
.partner-card:hover { box-shadow: 0 20px 40px rgba(0, 0, 0, 0.12); }
.partner-logo { position: relative; height: 200px; display: flex; align-items: center; justify-content: center; padding: 20px; background: white; overflow: hidden; }
.partner-logo img { max-width: 100%; max-height: 100%; object-fit: contain; transition: transform 0.3s ease; }
.partner-overlay { position: absolute; top: 0; left: 0; right: 0; bottom: 0; background: linear-gradient(135deg, var(--kpy-primary) 0%, rgba(19, 56, 157, 0.9) 100%); display: flex; align-items: center; justify-content: center; opacity: 0; transition: opacity 0.3s ease; }
.partner-card:hover .partner-overlay { opacity: 1; }
.partner-overlay-content { text-align: center; color: white; padding: 20px; }
.partner-overlay-content h4 { font-size: 18px; font-weight: 600; margin-bottom: 10px; color: white; }
.partner-overlay-content p { font-size: 14px; margin-bottom: 15px; opacity: 0.9; }
.partner-overlay-content .partner-website { display: inline-flex; align-items: center; gap: 8px; background: var(--kpy-secondary); color: var(--kpy-base); padding: 8px 16px; border-radius: 25px; text-decoration: none; font-size: 14px; font-weight: 500; transition: all 0.3s ease; }
.partner-overlay-content .partner-website:hover { background: var(--kpy-base); color: var(--kpy-secondary); transform: translateY(-2px); }
.partner-info { padding: 20px; text-align: center; }
.partner-name { font-size: 16px; font-weight: 600; color: var(--kpy-primary); margin-bottom: 8px; line-height: 1.3; }
.partner-project { font-size: 14px; color: #666; margin-bottom: 15px; line-height: 1.4; }
.partner-website { display: inline-flex; align-items: center; gap: 8px; background: var(--kpy-primary); color: white; padding: 8px 16px; border-radius: 25px; text-decoration: none; font-size: 14px; font-weight: 500; transition: all 0.3s ease; }
.partner-website:hover { background: var(--kpy-secondary); color: var(--kpy-base); transform: translateY(-2px); }
.partners-carousel { position: relative; overflow: hidden; margin-bottom: 30px; border-radius: 0 0 0 100px; position: relative; background-size: cover; background-position: center; background-attachment: fixed; height: 600px; min-height: 550px; display: flex; align-items: center; justify-content: center; color: white; overflow: hidden; margin-bottom: 2rem; }
@keyframes float {
    0%,
100% { transform: translateY(0) rotate(0deg); }
50% { transform: translateY(-30px) rotate(10deg); }
}
@media (max-width: 567px) {
.partners-carousel { height: 50vh; min-height: 400px; background-attachment: scroll; }
.partners-carousel .spiritual-element { font-size: 30px !important; }
}
.partners-slider { display: flex; transition: transform 0.5s ease; gap: 20px; }
.partner-slide { flex: 0 0 auto; width: 300px; }
.partners-slider-controls { display: flex; justify-content: center; gap: 15px; margin-top: 20px; }
.partner-prev,
.partner-next { width: 50px; height: 50px; border-radius: 50%; border: none; background: var(--kpy-primary); color: white; font-size: 18px; cursor: pointer; transition: all 0.3s ease; display: flex; align-items: center; justify-content: center; }
.partner-prev:hover,
.partner-next:hover { background: var(--kpy-secondary); color: var(--kpy-base); transform: scale(1.1); }
.no-partners { text-align: center; padding: 60px 20px; }
.no-partners-content { max-width: 400px; margin: 0 auto; }
.no-partners-content i { font-size: 64px; color: var(--kpy-primary); margin-bottom: 20px; }
.no-partners-content h4 { font-size: 24px; font-weight: 600; color: var(--kpy-primary); margin-bottom: 10px; }
.no-partners-content p { font-size: 16px; color: #666; line-height: 1.6; }
.yaf-container { max-width: 1200px; margin: 0 auto; padding: 0 20px; font-family: var(--kpy-font); color: var(--kpy-base); }
.yaf-invite { display: flex; flex-wrap: wrap; gap: 80px; align-items: center; }
.yaf-invite-content { flex: 1; min-width: 300px; }
.yaf-invite-image { flex: 1; min-width: 300px; position: relative; margin-top: 50px; }
.yaf-invite-image::before { content: ''; position: absolute; width: 100%; height: 100%; top: 20px; left: 20px; background: linear-gradient(45deg, var(--kpy-secondary), #bfa500); z-index: -1; border-radius: 12px; opacity: 0.2; transition: all 0.3s ease; }
.yaf-invite-image:hover::before { top: 15px; left: 15px; }
.yaf-invite-image img { width: 100%; height: auto; border-radius: 12px; box-shadow: 0 15px 40px rgba(var(--kpy-base-rgb), 0.1); border: 1px solid rgba(var(--kpy-primary-rgb), 0.1); transition: transform 0.3s ease; }
.yaf-invite-image:hover img { transform: translate(-5px, -5px); }
.yaf-title { font-family: var(--kpy-font-3); font-size: 3.5rem; margin-bottom: 1.5rem; position: relative; line-height: 1.2; padding-bottom: 20px; color: var(--kpy-secondary-2); }
.yaf-title:after { content: ''; position: absolute; bottom: 0; left: 0; width: 80px; height: 5px; background: linear-gradient(90deg, var(--kpy-secondary), var(--kpy-primary)); border-radius: 3px; }
.yaf-description { font-size: 1.15rem; line-height: 1.8; color: var(--kpy-base); margin-bottom: 2rem; max-width: 90%; }
.yaf-features { display: grid; grid-template-columns: repeat(auto-fit, minmax(300px, 1fr)); gap: 40px; margin-top: 20px; }
.yaf-feature-card { background: var(--kpy-white); padding: 40px 30px; border-radius: 12px; box-shadow: 0 10px 30px rgba(var(--kpy-base-rgb), 0.08); transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275); border-left: 4px solid var(--kpy-primary); position: relative; overflow: hidden; }
.yaf-feature-card::after { content: ''; position: absolute; top: 0; left: 0; width: 100%; height: 100%; background: linear-gradient(135deg, rgba(var(--kpy-primary-rgb), 0.03), rgba(var(--kpy-secondary-rgb), 0.03)); z-index: 0; }
.yaf-feature-card:hover { transform: translateY(-10px) scale(1.02); box-shadow: 0 15px 40px rgba(var(--kpy-base-rgb), 0.15); }
.yaf-feature-card:before { content: ''; position: absolute; top: 0; left: 0; width: 100%; height: 4px; background: var(--kpy-gold); transform: scaleX(0); transform-origin: left; transition: transform 0.4s ease; }
.yaf-feature-card:hover { transform: translateY(-10px); box-shadow: 0 15px 30px rgba(var(--kpy-base-rgb), 0.1); }
.yaf-feature-title { font-family: var(--kpy-font-3); font-size: 2.5rem; margin-bottom: 1.2rem; position: relative; z-index: 1; }
.yaf-feature-text { font-size: 1.05rem; line-height: 1.7; color: var(--kpy-grey); position: relative; z-index: 1; }
.yaf-cta { display: inline-block; background: var(--kpy-primary); color: #fff; padding: 15px 35px; border-radius: 50px; text-decoration: none; font-weight: 600; margin-top: 20px; transition: all 0.3s ease; box-shadow: 0 5px 15px rgba(var(--kpy-primary-rgb), 0.2); }
.yaf-cta:hover { background: var(--kpy-secondary); transform: translateY(-3px); box-shadow: 0 8px 25px rgba(var(--kpy-secondary-rgb), 0.3); }
@media (max-width:768px) {
.yaf-invite { flex-direction: column-reverse; gap: 50px; margin-bottom: 60px; }
.yaf-invite-content { padding: 0; }
.yaf-description { max-width: 100%; }
.yaf-features { grid-template-columns: 1fr; gap: 30px; }
}
@media (max-width:480px) {
.yaf-container { padding: 40px 15px; }
.yaf-feature-card { padding: 30px 20px; }
}
@media(max-width:1024px) {
}
@media(max-width:768px) {
}
@media(max-width:600px) {
}
@media (min-width: 1200px) {
    .container,
    .container-lg,
    .container-md,
    .container-sm,
.container-xl { max-width: 1140px !important; }
}

.team { padding-right: 15px; }
.team .card { min-height: 320px; margin-bottom: 2rem !important; }
.team .post-thumbnail img { height: 400px; width: 100%; object-fit: cover; object-position: top; }
.team .team-details { padding: 10px 10px 20px; margin: 0 auto; text-align: center; position: absolute; bottom: 0; background-image: linear-gradient(to top, rgb(0, 0, 0), rgba(0, 0, 0, 0)); width: 100%; color: #fff; }
.team-details h4 { font-size: 26px; font-weight: 500; }
.team-details p { font-size: 15px; margin-bottom: 10px; }
.team .team-details .btn-outline-primary { color: #fff; font-size: 14px; padding: 5px 20px; border: solid 1px #fff; border-radius: 50px; }
.team .team-details .btn-outline-primary:hover { border: 1px solid var(--kpy-gold); color: var(--kpy-base); background-color: var(--kpy-gold); }
.member-details img { height: 400px; width: 100%; object-fit: cover; object-position: top; }
.member-details .btx { margin-left: 90%; margin-top: 10px; }
.member-details h4,
.partner-details h4 { font-weight: 500; font-size: 25px !important; line-height: 1.5; }
.member-details .modal-body span::after,
.partner-details .modal-body span::after { border-bottom: 2px solid #eee; padding-bottom: 10px; margin-bottom: 10px; }
.member-details .modal-body p.title,
.partner-details .modal-body p.title { border-bottom: dotted 2px #eee; color: #F72331; }
.modal.show .modal-dialog { padding: 20px; background: #fff; }
.modal-content { max-height: 400px; overflow-y: auto; }
.gallery-cards-container { margin: 0 auto; padding: 20px; }
.gallery-grid { display: grid; grid-template-columns: repeat(auto-fill, minmax(300px, 1fr)); gap: 20px; margin-bottom: 30px; }
.gallery-card { position: relative; border-radius: 8px; overflow: hidden; box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1); transition: all 0.3s ease; aspect-ratio: 1/1; }
.gallery-card:hover { transform: translateY(-5px); box-shadow: 0 8px 16px rgba(0, 0, 0, 0.2); }
.gallery-thumbnail-wrapper { position: relative; width: 100%; height: 100%; }
.gallery-thumbnail { width: 100%; height: 100%; object-fit: cover; display: block; transition: transform 0.5s ease; }
.gallery-card:hover .gallery-thumbnail { transform: scale(1.05); }
.gallery-title-overlay { position: absolute; bottom: 0; left: 0; right: 0; padding: 20px; background: linear-gradient(to top, rgba(0, 0, 0, 0.8) 0%, rgba(0, 0, 0, 0) 100%); color: #fff; }
.gallery-title { margin: 0; font-size: 2.2rem; line-height: 1.2; text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.5); transform: translateY(10px); transition: transform 0.3s ease; opacity: 0.9; }
.gallery-card:hover .gallery-title { transform: translateY(0); opacity: 1; }
.gallery-card-link { display: block; height: 100%; text-decoration: none; color: inherit; }
.gallery-pagination { display: flex; justify-content: center; margin-top: 40px; }
.gallery-pagination .page-numbers { display: flex; list-style: none; padding: 0; margin: 0; gap: 8px; }
.gallery-pagination .page-numbers li a,
.gallery-pagination .page-numbers li span { display: inline-flex; align-items: center; justify-content: center; min-width: 40px; height: 40px; padding: 0 10px; border-radius: 6px; background: #f8f9fa; color: #495057; text-decoration: none; font-weight: 500; transition: all 0.3s ease; }
.gallery-pagination .page-numbers li a:hover { background: #228b22; color: #fff; }
.gallery-pagination .page-numbers li span.current { background: #228b22; color: #fff; }
.gallery-pagination .page-numbers li .pagination-arrow { margin: 0 5px; }
@media (max-width: 768px) {
.gallery-grid { grid-template-columns: repeat(auto-fill, minmax(200px, 1fr)); gap: 15px; }
.gallery-title-overlay { padding: 15px; }
.gallery-title { font-size: 1rem; }
}
@media (max-width: 480px) {
.gallery-grid { grid-template-columns: 1fr 1fr; gap: 10px; }
.gallery-title-overlay { padding: 10px; }
}
.partners { padding: 15px 10px; }
.partner { display: flex; overflow: hidden; position: relative; }
.partner .card { min-height: 100px; white-space: nowrap; animation: marquee-animation 10s linear infinite; }
.partner img { height: 100px; object-fit: contain; object-position: center; display: grid; gap: 10px; padding: 10px; width: 200px; }
@keyframes marquee-animation {
0% { transform: translateX(0); }
100% { transform: translateX(-100%); }
}
.marquee a { animation: marquee-animation 5s linear infinite; }
.partnerlist img { width: 100%; height: 100px; object-fit: contain; object-position: center; }
.urreno_assoc img { width: 100%; height: auto; }
.urreno_assoc h3 { font-size: 1rem; font-family: 'Roboto', sans-serif; letter-spacing: -.5px; }
.urreno_assoc .card { height: 200px; padding: 15px; margin-bottom: 20px; }
.downloads-category-menu { background: #fff; padding: 20px; border-radius: 8px; box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05); }
.category-menu-title { font-size: 1.2rem; font-weight: 600; margin-bottom: 15px; }
.category-menu-list { list-style: none; padding: 0; margin: 0; }
.category-menu-item { margin-bottom: 8px; }
.category-menu-link { text-decoration: none; color: #333; display: flex; justify-content: space-between; padding: 10px; border-radius: 5px; transition: background 0.3s, color 0.3s; }
.category-menu-link:hover { background: #f0f0f0; color: #007bff; }
.category-count { background: #eee; padding: 2px 8px; border-radius: 10px; font-size: 0.85em; }
@media (max-width: 768px) {
#downloads-table_wrapper { margin-left: 15px; margin-right: 15px; overflow-x: auto; }
    .dataTables_length,
.dataTables_filter { flex-direction: column; align-items: flex-start; gap: 5px; }
    .dataTables_length label,
.dataTables_filter label { font-size: 14px; flex-direction: column; align-items: flex-start; }
    .dataTables_length select,
.dataTables_filter input { width: 100%; font-size: 14px; }
    #downloads-table th,
#downloads-table td { padding: 10px; font-size: 14px; }
.pub-title { font-size: 18px; }
.pub-link p { font-size: 14px; }
.dataTables_paginate { flex-wrap: wrap; justify-content: center; }
.paginate_button { font-size: 13px; padding: 5px 8px; }
.downloads-category-menu { padding: 15px; }
.category-menu-title { font-size: 1rem; }
.category-menu-link { flex-direction: column; align-items: flex-start; gap: 4px; }
.category-count { font-size: 0.8em; align-self: flex-start; }
}
@media (max-width: 480px) {
.pub-title { font-size: 16px; }
    .dataTables_length,
.dataTables_filter { font-size: 13px; }
.category-menu-title { font-size: 0.95rem; }
.category-menu-link { font-size: 14px; }
#downloads-table_wrapper { margin-left: 10px; margin-right: 10px; }
.dataTables_info { font-size: 12px; text-align: center; }
.category-menu-list { padding: 0; }
}
#downloads-table_wrapper { margin: 20px 0; margin-left: 50px; }
.dataTables_length,
.dataTables_filter { margin-bottom: 15px; }
.dataTables_length label,
.dataTables_filter label { display: flex; align-items: center; gap: 10px; }
.dataTables_length select,
.dataTables_filter input { padding: 5px; border: 1px solid #ddd; border-radius: 4px; }
#downloads-table { width: 100%; border-collapse: collapse; }
#downloads-table th,
#downloads-table td { padding: 12px 15px; border-bottom: 1px solid #e0e0e0; }
.pub-title { margin: 0; font-size: 20px; color: #1716a3; font-weight: 700; }
.dataTables_paginate { margin-top: 15px; display: flex; gap: 5px; }
.paginate_button { padding: 5px 10px; border: 1px solid #ddd; border-radius: 4px; cursor: pointer; }
.paginate_button.current { background: #f7a81b; color: white; border-color: #f7a81b; }
.paginate_button.disabled { opacity: 0.5; cursor: not-allowed; }
.pub-download a { color: #f7a81b; text-decoration: none; }
.pub-download a:hover { text-decoration: underline; }
.header-wrap1 { min-height: 300px; padding-top: 150px; position: relative; }
.header-wrap1 h1 { font-weight: 700; text-shadow: 0 0 20px #000; width: 100%; color: var(--kpy-white); }
.header-wrap1 .breadcrumb { color: var(--kpy-white); position: relative; z-index: 10; display: block; top: -5px; font-size: 12px; font-weight: 400; }
.header-wrap1 .breadcrumb a { text-decoration: none; color: var(--kpy-white); }
.about-side { padding-left: 8%; border-left: 1px solid #ccc; position: sticky; top: 5%; }
.publications { margin-bottom: 40px; }
#downloads-table { border-collapse: separate; border-spacing: 0 15px; margin-top: 20px; width: 100%; }
#downloads-table thead { display: none; }
#downloads-table tbody tr { box-shadow: 0 3px 10px rgba(0, 0, 0, 0.08); transition: transform 0.3s ease, box-shadow 0.3s ease; background-color: #fff; border-radius: 8px; }
#downloads-table tbody tr:hover { transform: translateY(-3px); box-shadow: 0 6px 15px rgba(0, 0, 0, 0.1); }
#downloads-table td { padding: 20px; vertical-align: top; border: none; }
.member-thumbnail { text-align: center; }
.member-thumbnail img { max-width: 100%; height: auto; border-radius: 5px; box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1); }
.member-title { font-size: 1.4rem; font-weight: 600; color: #333; margin-bottom: 10px; transition: color 0.3s ease; }
.member-title:hover { color: #0056b3; }
.pub-summ { font-size: 1rem; font-weight: 500; color: #555; margin-bottom: 5px; text-transform: uppercase; letter-spacing: 0.5px; }
.pub-desc { margin-bottom: 15px; color: #666; line-height: 1.6; }
.member-summ { background-color: #f9f9f9; padding: 12px !important; border-radius: 5px; margin-top: 10px; color: #555; line-height: 1.8; }
.member-summ small { display: block; margin-bottom: 3px; }
.member-summ strong { color: #444; }
.member-link { margin-top: 15px; }
.member-link a { display: inline-block; background-color: #0056b3; color: white; padding: 8px 20px; border-radius: 4px; text-decoration: none; font-weight: 500; transition: background-color 0.3s ease; }
.member-link a:hover { background-color: #003d82; text-decoration: none; }
.page-content2 { max-width: 1200px; margin: 0 auto; padding: 0 15px; }
.post-content { background-color: #fff; border-radius: 8px; box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05); padding: 2rem; }
.pub-single { margin-bottom: 2rem; }
.post-thumbnail { overflow: hidden; border-radius: 6px; box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1); }
.post-thumbnail img { width: 100%; height: auto; transition: transform 0.3s ease; }
.post-thumbnail img:hover { transform: scale(1.02); }
.about-side-pub { padding-left: 1.5rem; }
h1.entry-title { font-size: 2.2rem; margin-bottom: 1rem; font-weight: 700; line-height: 1.2; }
h4.pub-summ { font-size: 1.25rem; margin-bottom: 0.75rem; color: #555; font-weight: 600; }
.pub-desc { margin-bottom: 1.5rem; color: #666; line-height: 1.6; }
hr { margin: 1.5rem 0; border-color: #eee; }
.btn-sm { padding: 0.25rem 0.5rem; font-size: 0.875rem; border-radius: 20px 20px 0 0; transition: all 0.2s ease; }
.btn-facebook { background-color: #3b5998; color: white; }
.btn-facebook:hover { background-color: #2d4373; color: white; }
.btn-twitter { background-color: #1da1f2; color: white; }
.btn-twitter:hover { background-color: #0c85d0; color: white; }
.btn-whatsapp { background-color: #25D366; color: white; }
.btn-whatsapp:hover { background-color: #128C7E; color: white; }
.mag-share-btn { display: inline-flex; align-items: center; justify-content: center; width: 40px; height: 40px; background: var(--kpy-primary); color: var(--kpy-white); text-decoration: none; border-radius: 20px 20px 0 0; transition: all 0.3s ease; }
.mag-share-btn:hover { background: var(--kpy-secondary); transform: scale(1.1); }
.text-muted { color: #6c757d; }
.Error_404 { overflow: hidden; padding: 80px 0 120px; }
.Error_404 .error_pic { width: 35%; float: left; text-align: center; }
.Error_404 .error_pic i { color: #F72331; font-size: 250px; line-height: 250px; margin-right: .2em; text-align: center; font-variant: normal; text-transform: none; margin-left: .2em; }
.Error_404 .error_desk { width: 65%; float: left; padding-top: 40px; }
.Error_404 .error_desk h2 { font-size: 55px; line-height: 60px; color: #F72331; font-weight: 500; }
.Error_404 .error_desk h4 { font-size: 28px; line-height: 30px; }
.Error_404 .error_desk p .check { line-height: 45px; font-size: 16px; }
.Error_404 .error_desk p .button { padding: 13px 20px; margin: 0; border-radius: 5px; display: inline; margin-left: 10px; box-shadow: inset 0 0 0 0; }
.Error_404 .error_desk p .button:hover { color: #f9f9f9; text-decoration: none; background: #F72331; }
a.button,
a.tp-button { transition: .2s all; background: transparent; color: #F72331; border: solid 2px; }
.wp-block-ub-tabbed-content-tab-title strong { font-weight: 500 !important; }
@media only screen and (max-width: 600px) {
.menu-section .logo { object-fit: contain !important; height: 70px; }
.menu-section .navbar-nav { height: 100%; display: flex; align-items: flex-start; gap: 5px; }
.menu-section .navbar-nav .nav-link { color: var(--kpy-black) !important; font-family: var(--kpy-font); font-weight: 400; text-transform: uppercase; letter-spacing: 1px; font-size: 16px; height: 40px; display: flex; align-items: center; position: relative; transition: all 0.3s ease; padding: 0 0.5rem !important; }
.menu-section { height: 80px; position: relative; top: 0; z-index: 1000; background: #f7f7f7; height: 80px; display: flex; align-items: center; transition: all 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94); box-shadow: 0 2px 10px rgba(0, 0, 0, 0); }
.intro-image-col { display: flex; flex-direction: column; align-items: center; padding-bottom: 20px; padding-top: 0; }
.message-heading { font-size: 25px; font-weight: 400; color: var(--kpy-primary); }
.president-img img { margin-bottom: 0; height: 250px; width: 100%; max-width: 100%; object-position: top; }
.president-message-text p { margin-top: 0; margin-bottom: 16px; font-size: 1rem; font-weight: 400; line-height: 1.5; color: #212529; }
.president-message-text { display: -webkit-box; -webkit-line-clamp: 10; -webkit-box-orient: vertical; overflow: hidden; text-overflow: ellipsis; max-height: calc(1.6em * 10); }
.message-button { display: block; padding-top: 10px; }
.rotary-content { padding: 15px; }
    .rotary-header h1,
.president-header h1 { font-size: 25px; }
.president-profile { flex-direction: column; justify-content: center; }
.president-photo { width: 200px; height: 200px; }
#downloads-table { border-spacing: 0; }
#downloads-table tr { display: flex; flex-direction: column; margin-bottom: 20px; }
#downloads-table td { width: 100% !important; display: block; padding: 15px; }
.member-thumbnail { margin-bottom: 15px; }
.project-image { height: 180px; }
.contact-page { margin: 20px 0; padding: 40px 0; }
    .contact-form,
.contact-info { padding: 25px; }
.contact-form { margin-bottom: 30px; }
.contact-info ul li strong { width: 70px; }
.map-container iframe { height: 250px; }
.footer-menus { gap: 5px; font-size: 12px; }
.footer-menus a { font-size: 12px; }
.footer-menus .social-links a { font-size: 18px; }
.donation-form-area { padding-left: 5%; padding-right: 5%; }
}
@media only screen and (max-width: 1024px) and (min-width: 768px) {}
@media only screen and (min-width: 1140px) {}
@media only screen and (min-width: 1440px) {}
@media only screen and (-webkit-min-device-pixel-ratio: 1.5),
only screen and (min-resolution: 144dpi) {}
.post-type-newsletter_sub .wp-list-table th.column-subscribed_date,
.post-type-newsletter_sub .wp-list-table th.column-subscribed_ip { width: 15%; }
.post-type-newsletter_sub .wp-list-table .column-title { width: 40%; }
.home-main { padding: 0; margin: 0; overflow-x: hidden; }
.home-about-section,
.home-stats-section,
.home-programs-section,
.home-projects-section,
.home-news-section,
.home-partners-section,
.home-cta-section { padding: 80px 0; position: relative; }
.home-about-section { background: var(--kpy-white); }
.home-stats-section { background: var(--kpy-light); }
.home-programs-section { background: var(--kpy-white); }
.home-projects-section { background: #f8f9fa; }
.home-news-section { background: var(--kpy-white); }
.home-partners-section { background: var(--kpy-light); }
.home-cta-section { background: linear-gradient(135deg, var(--nav-blue) 0%, #004080 100%); color: var(--kpy-white); }
.section-header { margin-bottom: 50px; }
.section-tag { display: inline-block; background: var(--kpy-primary); color: var(--kpy-white); padding: 6px 20px; border-radius: 20px; font-size: 14px; font-weight: 600; text-transform: uppercase; letter-spacing: 1px; margin-bottom: 15px; }
.section-title { font-size: 42px; font-weight: 700; color: var(--nav-blue); margin-bottom: 15px; line-height: 1.2; }
.section-subtitle { font-size: 18px; color: #666; max-width: 600px; margin: 0 auto; }
.home-about-img { position: relative; border-radius: 15px; overflow: hidden; box-shadow: 0 10px 40px rgba(0, 0, 0, 0.15); }
.home-about-img img { width: 100%; height: auto; display: block; transition: transform 0.5s ease; }
.home-about-img:hover img { transform: scale(1.05); }
.home-about-content { padding-left: 30px; }
.home-about-content .section-tag { background: var(--kpy-secondary); color: var(--kpy-black); }
.home-about-content .section-title { font-size: 38px; margin-bottom: 20px; }
.home-about-content .section-text { font-size: 16px; line-height: 1.8; color: #555; margin-bottom: 30px; }
.home-about-content .section-text p { margin-bottom: 15px; }
.btn-primary,
.btn-secondary { display: inline-block; padding: 14px 35px; border-radius: 30px; font-weight: 600; font-size: 16px; text-decoration: none; transition: all 0.3s ease; text-transform: uppercase; letter-spacing: 0.5px; }
.btn-primary { background: var(--kpy-primary); color: var(--kpy-white); border: 2px solid var(--kpy-primary); }
.btn-primary:hover { background: transparent; color: var(--kpy-primary); transform: translateY(-3px); box-shadow: 0 5px 20px rgba(109, 198, 216, 0.3); }
.btn-secondary { background: var(--kpy-secondary); color: var(--kpy-black); border: 2px solid var(--kpy-secondary); }
.btn-secondary:hover { background: transparent; color: var(--kpy-secondary); transform: translateY(-3px); box-shadow: 0 5px 20px rgba(255, 237, 0, 0.3); }
.stat-card { background: var(--kpy-white); padding: 40px 20px; border-radius: 15px; text-align: center; box-shadow: 0 5px 25px rgba(0, 0, 0, 0.1); transition: all 0.3s ease; border: 2px solid transparent; }
.stat-card:hover { transform: translateY(-10px); box-shadow: 0 10px 40px rgba(0, 0, 0, 0.15); border-color: var(--kpy-primary); }
.stat-icon { font-size: 50px; color: var(--kpy-primary); margin-bottom: 20px; }
.stat-number { font-size: 48px; font-weight: 800; color: var(--nav-blue); margin-bottom: 10px; font-family: 'Barlow', sans-serif; }
.stat-label { font-size: 16px; color: #666; font-weight: 500; text-transform: uppercase; letter-spacing: 1px; }
.program-card { background: var(--kpy-white); border-radius: var(--kpy-card-radius); overflow: hidden; box-shadow: 0 5px 20px rgba(0, 0, 0, 0.1); transition: all 0.3s ease; height: 100%; }
.program-card:hover { transform: translateY(-10px); box-shadow: 0 10px 35px rgba(0, 0, 0, 0.2); }
.program-img { position: relative; overflow: hidden; border-radius: var(--kpy-image-radius); height: 250px; }
.program-img img { width: 100%; height: 100%; object-fit: cover; transition: transform 0.5s ease; }
.program-card:hover .program-img img { transform: scale(1.1); }
.program-overlay { position: absolute; top: 0; left: 0; width: 100%; height: 100%; background: rgba(0, 51, 102, 0.7); opacity: 0; display: flex; align-items: center; justify-content: center; transition: all 0.3s ease; }
.program-card:hover .program-overlay { opacity: 1; }
.program-link { width: 60px; height: 60px; background: var(--kpy-white); border-radius: 50%; display: flex; align-items: center; justify-content: center; color: var(--kpy-primary); font-size: 24px; text-decoration: none; transform: scale(0); transition: transform 0.3s ease 0.1s; }
.program-card:hover .program-link { transform: scale(1); }
.program-content { padding: 25px; }
.program-title { font-size: 22px; font-weight: 700; margin-bottom: 15px; line-height: 1.3; }
.program-title a { color: var(--nav-blue); text-decoration: none; transition: color 0.3s ease; }
.program-title a:hover { color: var(--kpy-primary); }
.program-excerpt { font-size: 15px; color: #666; line-height: 1.6; margin-bottom: 20px; }
.program-read-more { color: var(--kpy-primary); font-weight: 600; text-decoration: none; display: inline-flex; align-items: center; gap: 8px; transition: all 0.3s ease; }
.program-read-more:hover { gap: 12px; color: var(--nav-blue); }
.single-program-main { background: #fdf7f4; }
.single-program-hero { position: relative; padding: 80px 0 100px; background-size: cover; background-position: center; }
.single-program-hero-overlay { position: absolute; inset: 0; background: linear-gradient(120deg, rgba(26, 35, 126, 0.92), rgba(26, 35, 126, 0.85)); }
.single-program-hero-content { position: relative; z-index: 2; }
.single-program-kicker { font-size: 0.9rem; letter-spacing: 0.16em; text-transform: uppercase; color: rgba(255, 255, 255, 0.7); }
.single-program-title { font-size: 2.3rem; font-weight: 800; color: #ffffff; }
.single-program-subtitle { font-size: 1rem; color: rgba(255, 255, 255, 0.85); max-width: 520px; }
.single-program-hero-meta span { font-size: 0.9rem; color: rgba(255, 255, 255, 0.9); }
.single-program-summary-card { background: #fdf7f4; border-radius: 24px; padding: 2.4rem 2.1rem; box-shadow: 0 24px 60px rgba(15, 23, 42, 0.35); }
.single-program-summary-card .summary-title { font-size: 1.35rem; font-weight: 700; }
.single-program-summary-card .summary-line { display: flex; justify-content: space-between; font-size: 0.92rem; color: #4b5563; }
.single-program-summary-card .summary-line .label { text-transform: uppercase; letter-spacing: 0.12em; font-size: 0.78rem; color: #9ca3af; }
.single-program-summary-card .summary-line .value { font-weight: 700; color: var(--kpy-primary); }
.single-program-summary-card .summary-stat .label { display: block; font-size: 0.78rem; text-transform: uppercase; letter-spacing: 0.12em; color: #9ca3af; }
.single-program-summary-card .summary-stat .value { font-size: 1.35rem; font-weight: 700; color: var(--kpy-primary); }
.single-program-summary-card .summary-footer { font-size: 0.9rem; color: #6b7280; }
.single-program-body-section { padding: 60px 0 80px; }
.single-program-block { background: #ffffff; border-radius: 18px; padding: 2rem 2rem 2.25rem; box-shadow: 0 14px 40px rgba(15, 23, 42, 0.12); }
.single-program-block .block-title { font-size: 1.35rem; font-weight: 700; margin-bottom: 1rem; text-decoration: none; position: relative; }
.single-program-block .block-title::after { content: ''; position: absolute; bottom: -2px; left: 0; width: 100%; height: 3px; background: linear-gradient(90deg, var(--kpy-primary) 50%, var(--kpy-secondary) 50%); border-radius: 2px; }
.single-program-block .block-body { font-size: 0.98rem; color: #4b5563; }
.impact-pill { background: #fef3c7; border-radius: 999px; padding: 0.8rem 1.6rem; display: inline-flex; flex-direction: column; align-items: flex-start; }
.impact-pill .pill-number { font-size: 1.4rem; font-weight: 700; color: var(--kpy-primary); }
.impact-pill .pill-label { font-size: 0.82rem; text-transform: uppercase; letter-spacing: 0.14em; color: #9ca3af; }
@media (max-width: 991.98px) {
.single-program-hero { padding: 60px 0 80px; }
.single-program-title { font-size: 2rem; }
.single-program-summary-card { margin-top: 2rem; }
}
.single-project-hero { position: relative; padding: 80px 0 100px; background-size: cover; background-position: center; }
.single-project-body-section { padding: 60px 0 80px; }
.single-project-main .gallery-grid .gallery-item-wrapper { flex: 0 0 auto; width: calc(33.333% - 0.5rem); }
@media (max-width: 991.98px) {
.single-project-hero { padding: 60px 0 80px; }
}
@media (max-width: 767.98px) {
.single-project-body-section { padding: 50px 0 60px; }
.single-project-main .gallery-grid .gallery-item-wrapper { width: calc(50% - 0.5rem); }
}
@media (max-width: 767.98px) {
.single-program-body-section { padding: 50px 0 60px; }
.single-program-block { padding: 1.75rem 1.5rem 2rem; }
}
.project-card { background: var(--kpy-white); border-radius: 15px; overflow: hidden; box-shadow: 0 5px 20px rgba(0, 0, 0, 0.1); transition: all 0.3s ease; height: 100%; }
.project-card:hover { transform: translateY(-10px); box-shadow: 0 10px 35px rgba(0, 0, 0, 0.2); }
.project-img { position: relative; height: 250px; overflow: hidden; }
.project-img img { width: 100%; height: 100%; object-fit: cover; transition: transform 0.5s ease; }
.project-card:hover .project-img img { transform: scale(1.1); }
.project-status { position: absolute; top: 15px; right: 15px; background: var(--kpy-white); color: var(--nav-blue); padding: 6px 15px; border-radius: 20px; font-size: 12px; font-weight: 600; text-transform: uppercase; letter-spacing: 1px; }
.project-status-active { background: var(--kpy-primary); color: var(--kpy-white); }
.project-status-completed { background: var(--kpy-secondary); color: var(--kpy-black); }
.project-content { padding: 25px; }
.project-title { font-size: 22px; font-weight: 700; margin-bottom: 15px; line-height: 1.3; }
.project-title a { color: var(--nav-blue); text-decoration: none; transition: color 0.3s ease; }
.project-title a:hover { color: var(--kpy-primary); }
.project-excerpt { font-size: 15px; color: #666; line-height: 1.6; margin-bottom: 15px; }
.project-meta { display: flex; align-items: center; gap: 15px; margin-bottom: 20px; font-size: 14px; color: #888; }
.project-location { display: flex; align-items: center; gap: 5px; }
.project-link { color: var(--kpy-primary); font-weight: 600; text-decoration: none; display: inline-flex; align-items: center; gap: 8px; transition: all 0.3s ease; padding: 10px 20px; background: var(--kpy-primary); color: var(--kpy-white); border-radius: 20px 20px 0 0; }
.project-link:hover { gap: 12px; color: var(--nav-blue); }
.news-card { background: var(--kpy-white); border-radius: 15px; overflow: hidden; box-shadow: 0 5px 20px rgba(0, 0, 0, 0.1); transition: all 0.3s ease; height: 100%; }
.news-card:hover { transform: translateY(-10px); box-shadow: 0 10px 35px rgba(0, 0, 0, 0.2); }
.news-img { position: relative; height: 220px; overflow: hidden; }
.news-img img { width: 100%; height: 100%; object-fit: cover; transition: transform 0.5s ease; }
.news-card:hover .news-img img { transform: scale(1.1); }
.news-date { position: absolute; bottom: 15px; left: 15px; background: var(--kpy-primary); color: var(--kpy-white); padding: 10px 15px; border-radius: 10px; text-align: center; }
.news-day { display: block; font-size: 24px; font-weight: 800; line-height: 1; }
.news-month { display: block; font-size: 14px; font-weight: 600; text-transform: uppercase; }
.news-content { padding: 25px; }
.news-meta { display: flex; align-items: center; gap: 15px; margin-bottom: 15px; font-size: 13px; color: #888; }
.news-author { display: flex; align-items: center; gap: 5px; }
.news-title { font-size: 20px; font-weight: 700; margin-bottom: 15px; line-height: 1.3; }
.news-title a { color: var(--nav-blue); text-decoration: none; transition: color 0.3s ease; }
.news-title a:hover { color: var(--kpy-primary); }
.news-excerpt { font-size: 15px; color: #666; line-height: 1.6; margin-bottom: 20px; }
.news-read-more { color: var(--kpy-primary); font-weight: 600; text-decoration: none; display: inline-flex; align-items: center; gap: 8px; transition: all 0.3s ease; }
.news-read-more:hover { gap: 12px; color: var(--nav-blue); }
.partners-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 30px; padding: 20px 0; }
.partner-item { background: var(--kpy-white); padding: 30px; border-radius: 15px; display: flex; align-items: center; justify-content: center; transition: all 0.3s ease; box-shadow: 0 3px 15px rgba(0, 0, 0, 0.08); min-height: 120px; }
.partner-item:hover { transform: translateY(-5px); box-shadow: 0 8px 25px rgba(0, 0, 0, 0.15); }
.partner-item img { max-width: 100%; height: auto; filter: grayscale(100%); transition: filter 0.3s ease; opacity: 0.7; }
.partner-item:hover img { filter: grayscale(0%); opacity: 1; }
.partner-name { font-size: 16px; font-weight: 600; color: var(--nav-blue); text-align: center; }
.cta-content { padding: 60px 20px; }
.cta-title { font-size: 42px; font-weight: 800; color: var(--kpy-white); margin-bottom: 20px; }
.cta-text { font-size: 18px; color: rgba(255, 255, 255, 0.9); margin-bottom: 40px; max-width: 700px; margin-left: auto; margin-right: auto; }
.cta-buttons { display: flex; gap: 20px; justify-content: center; flex-wrap: wrap; }
.cta-buttons .btn-primary { background: var(--kpy-white); color: var(--kpy-primary); border-color: var(--kpy-white); }
.cta-buttons .btn-primary:hover { background: transparent; color: var(--kpy-white); border-color: var(--kpy-white); }
.cta-buttons .btn-secondary { background: var(--kpy-secondary); color: var(--kpy-black); border-color: var(--kpy-secondary); }
.cta-buttons .btn-secondary:hover { background: transparent; color: var(--kpy-secondary); border-color: var(--kpy-secondary); }
@media(max-width:991px) {
.home-about-content { padding-left: 0; margin-top: 30px; }
.section-title { font-size: 36px; }
.home-about-content .section-title { font-size: 32px; }
.stat-number { font-size: 40px; }
.partners-grid { grid-template-columns: repeat(3, 1fr); gap: 20px; }
.cta-title { font-size: 36px; }
}
@media(max-width:767px) {
    .home-about-section,
    .home-stats-section,
    .home-programs-section,
    .home-projects-section,
    .home-news-section,
    .home-partners-section,
.home-cta-section { padding: 60px 0; }
.section-title { font-size: 32px; }
.home-about-content .section-title { font-size: 28px; }
.stat-card { margin-bottom: 20px; }
    .program-img,
    .project-img,
.news-img { height: 220px; }
.partners-grid { grid-template-columns: repeat(2, 1fr); gap: 15px; }
.cta-title { font-size: 28px; }
.cta-text { font-size: 16px; }
.cta-buttons { flex-direction: column; align-items: center; }
    .cta-buttons .btn-primary,
.cta-buttons .btn-secondary { width: 100%; max-width: 300px; }
}
@media(max-width:480px) {
.section-title { font-size: 28px; }
.partners-grid { grid-template-columns: 1fr; }
.stat-number { font-size: 36px; }
}
.page-hero { background: linear-gradient(rgba(19, 56, 157, 0.9), rgba(19, 56, 157, 0.7)),; url('../images/hero-bg.jpg') center/cover no-repeat; color: var(--kpy-white); padding: 120px 0 80px; text-align: center; }
.page-hero h1 { font-size: 3.5rem; font-weight: 700; margin-bottom: 1rem; }
.about-stats-section { background: var(--kpy-light); padding: 60px 0; }
.stat-item { text-align: center; padding: 20px; }
.stat-number { font-size: 2.5rem; font-weight: 700; color: var(--kpy-primary); margin-bottom: 0.5rem; }
.stat-label { font-size: 1rem; color: var(--kpy-base); font-weight: 500; }
.about-link-card { background: var(--kpy-white); border-radius: 10px; padding: 30px; height: 100%; box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1); transition: transform 0.3s ease; text-align: center; }
.about-link-card:hover { transform: translateY(-10px); box-shadow: 0 15px 30px rgba(0, 0, 0, 0.15); }
.card-icon { width: 70px; height: 70px; background: var(--kpy-primary); color: var(--kpy-white); border-radius: 50%; display: flex; align-items: center; justify-content: center; margin: 0 auto 20px; font-size: 1.8rem; }
.about-link-card h3 { color: var(--kpy-primary); margin-bottom: 15px; }
.about-link-card p { color: var(--kpy-grey); margin-bottom: 20px; }
.btn-link { color: var(--kpy-primary); text-decoration: none; font-weight: 600; display: inline-flex; align-items: center; gap: 5px; transition: gap 0.3s ease; }
.btn-link:hover { gap: 10px; }
.value-card { background: var(--kpy-white); border-radius: 10px; padding: 30px; height: 100%; box-shadow: 0 5px 15px rgba(0, 0, 0, 0.08); }
.value-icon { width: 60px; height: 60px; background: var(--kpy-primary); color: var(--kpy-white); border-radius: 10px; display: flex; align-items: center; justify-content: center; font-size: 1.5rem; margin-bottom: 20px; }
.value-card h3 { color: var(--kpy-primary); margin-bottom: 15px; }
.value-manifestations { margin-top: 20px; padding-top: 20px;  }
.value-manifestations h4 { color: var(--kpy-base); font-size: 1rem; margin-bottom: 10px; }
.value-manifestations ul { list-style: none; padding-left: 0; }
.value-manifestations li { padding: 5px 0; color: var(--kpy-grey); position: relative; padding-left: 20px; }
.value-manifestations li:before { content: "✓"; color: var(--kpy-primary); position: absolute; left: 0; }
.vision-card,
.mission-card { background: var(--kpy-white); border-radius: 15px; padding: 50px; text-align: center; margin: 30px 0; box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1); }
.vision-icon,
.mission-icon { width: 80px; height: 80px; background: var(--kpy-primary); color: var(--kpy-white); border-radius: 50%; display: flex; align-items: center; justify-content: center; font-size: 2rem; margin: 0 auto 30px; }
.vision-statement,
.mission-statement { font-size: 1.5rem; font-weight: 600; color: var(--kpy-primary); margin-bottom: 20px; line-height: 1.4; }
.timeline { position: relative; max-width: 800px; margin: 40px auto; }
.timeline:before { content: ''; position: absolute; left: 50%; top: 0; bottom: 0; width: 4px; background: var(--kpy-primary); transform: translateX(-50%); }
.timeline-item { position: relative; margin-bottom: 40px; }
.timeline-year { position: absolute; left: 50%; top: 0; transform: translateX(-50%); background: var(--kpy-primary); color: var(--kpy-white); padding: 8px 20px; border-radius: 20px; font-weight: 600; z-index: 1; }
.timeline-content { background: var(--kpy-white); padding: 20px; border-radius: 10px; box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1); width: 45%; margin-left: 55%; margin-top: 40px; }
.timeline-item:nth-child(even) .timeline-content { margin-left: 0; margin-right: 55%; }
.timeline-content h3 { color: var(--kpy-primary); margin-bottom: 10px; }
.org-details-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(300px, 1fr)); gap: 30px; margin-top: 40px; }
.org-detail-item { background: var(--kpy-white); padding: 25px; border-radius: 10px; border-left: 4px solid var(--kpy-primary); box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05); }
.detail-icon { width: 50px; height: 50px; background: var(--kpy-light); color: var(--kpy-primary); border-radius: 10px; display: flex; align-items: center; justify-content: center; font-size: 1.3rem; margin-bottom: 15px; }
.org-detail-item h4 { color: var(--kpy-primary); margin-bottom: 10px; font-size: 1.1rem; }
.objective-item { background: var(--kpy-white); padding: 30px; border-radius: 10px; box-shadow: 0 5px 15px rgba(0, 0, 0, 0.08); height: 100%; position: relative; overflow: hidden; }
.objective-item:before { content: ''; position: absolute; top: 0; left: 0; width: 100%; height: 5px; background: var(--kpy-primary); }
.objective-number { font-size: 3rem; font-weight: 700; color: rgba(19, 56, 157, 0.1); position: absolute; top: 10px; right: 20px; line-height: 1; }
.objective-item h3 { color: var(--kpy-primary); margin: 20px 0 15px; position: relative; z-index: 1; }
.objective-details { list-style: none; padding-left: 0; margin-top: 20px; }
.objective-details li { padding: 8px 0; border-bottom: 1px solid var(--kpy-light); position: relative; padding-left: 25px; }
.objective-details li:before { content: "•"; color: var(--kpy-primary); font-size: 1.5rem; position: absolute; left: 0; top: 5px; }
.btn-primary { background: var(--kpy-primary); color: var(--kpy-white); padding: 12px 30px; border-radius: 30px; text-decoration: none; font-weight: 600; display: inline-block; border: 2px solid var(--kpy-primary); transition: all 0.3s ease; }
.btn-primary:hover { background: transparent; color: var(--kpy-primary); }
.btn-secondary { background: var(--kpy-secondary); color: var(--kpy-base); padding: 12px 30px; border-radius: 30px; text-decoration: none; font-weight: 600; display: inline-block; border: 2px solid var(--kpy-secondary); transition: all 0.3s ease; }
.btn-secondary:hover { background: transparent; color: var(--kpy-base); }
.about-cta-section { background: linear-gradient(135deg, var(--kpy-primary) 0%, #0d2a7a 100%); color: var(--kpy-white); padding: 80px 0; text-align: center; }
.about-cta-section h2 { font-size: 2.5rem; margin-bottom: 20px; }
.about-cta-section p { font-size: 1.1rem; max-width: 600px; margin: 0 auto 30px; opacity: 0.9; }
.cta-buttons { display: flex; gap: 20px; justify-content: center; flex-wrap: wrap; }
.program-meta-badges { margin-bottom: 20px; }
.program-type-badge { display: inline-block; padding: 8px 16px; background: rgba(255, 255, 255, 0.2); border-radius: 25px; font-size: 14px; font-weight: 500; margin-right: 10px; backdrop-filter: blur(10px); color: white; }
.age-badge { display: inline-block; padding: 8px 16px; background: rgba(255, 237, 0, 0.3); border-radius: 25px; font-size: 14px; font-weight: 500; backdrop-filter: blur(10px); color: white; }
.program-title { font-size: 48px; font-weight: 700; margin-bottom: 20px; line-height: 1.2; color: white; }
.program-excerpt { font-size: 18px; margin-bottom: 30px; opacity: 0.9; color: white; }
.stat-card { padding: 30px 20px; background: white; border-radius: 15px; box-shadow: 0 5px 20px rgba(0, 0, 0, 0.08); transition: all 0.3s ease; height: 100%; }
.stat-card:hover { transform: translateY(-5px); box-shadow: 0 10px 30px rgba(0, 0, 0, 0.12); }
.stat-icon { width: 60px; height: 60px; background: linear-gradient(135deg, var(--kpy-primary), var(--kpy-secondary)); border-radius: 50%; display: flex; align-items: center; justify-content: center; margin: 0 auto 15px; color: white; font-size: 24px; }
.stat-card h6 { color: var(--kpy-primary); font-weight: 600; margin-bottom: 10px; }
.stat-card p { color: #666; margin: 0; font-size: 14px; }
.program-overview-card,
.program-description-card,
.program-requirements-card,
.program-outcomes-card,
.program-impact-section { opacity: 0; transform: translateY(30px); transition: all 0.6s ease; }
.program-overview-card.visible,
.program-description-card.visible,
.program-requirements-card.visible,
.program-outcomes-card.visible,
.program-impact-section.visible { opacity: 1; transform: translateY(0); }
.impact-stat { padding: 20px; border-radius: 10px; background: #f8f9fa; transition: all 0.3s ease; }
.impact-stat:hover { transform: translateY(-5px); box-shadow: 0 10px 25px rgba(0, 0, 0, 0.1); }
.impact-number { color: var(--kpy-primary); font-weight: 700; }
.impact-label { font-size: 14px; text-transform: uppercase; letter-spacing: 0.5px; }
.program-enrollment-card .card-header { border-radius: 15px 15px 0 0 !important; }
.detail-icon { width: 40px; height: 40px; background: rgba(19, 56, 157, 0.1); border-radius: 50%; display: flex; align-items: center; justify-content: center; font-size: 16px; }
.detail-label { font-size: 12px; text-transform: uppercase; letter-spacing: 0.5px; color: #6c757d; }
.detail-value { color: #2c3e50; font-weight: 600; }
.related-program { padding: 15px 0; border-bottom: 1px solid #e9ecef; transition: all 0.3s ease; }
.related-program:last-child { border-bottom: none; }
.related-program:hover { background: #f8f9fa; border-radius: 8px; padding-left: 10px; padding-right: 10px; }
.related-program h5 a { color: var(--kpy-primary); font-weight: 600; font-size: 14px; }
.related-program h5 a:hover { color: var(--kpy-secondary); }
.news-blog-modern { padding: 60px 0; }
.featured-post-section { margin-bottom: 60px; }
.featured-post-card { background: white; border-radius: 20px; overflow: hidden; box-shadow: 0 15px 40px rgba(0, 0, 0, 0.1); transition: all 0.3s ease; }
.featured-post-card:hover { transform: translateY(-10px); box-shadow: 0 25px 50px rgba(0, 0, 0, 0.15); }
.featured-post-image { position: relative; overflow: hidden; height: 400px; }
.featured-post-image img { width: 100%; height: 100%; object-fit: cover; transition: transform 0.3s ease; }
.featured-post-card:hover .featured-post-image img { transform: scale(1.05); }
.featured-post-overlay { position: absolute; top: 20px; left: 20px; }
.featured-badge { background: var(--kpy-primary); color: white; padding: 8px 16px; border-radius: 25px; font-size: 14px; font-weight: 500; backdrop-filter: blur(10px); }
.featured-post-content { padding: 40px; }
.featured-meta { display: flex; gap: 20px; margin-bottom: 20px; flex-wrap: wrap; }
.meta-item { display: flex; align-items: center; gap: 8px; color: #666; font-size: 14px; }
.meta-item i { color: var(--kpy-primary); }
.featured-title { font-size: 32px; font-weight: 700; color: var(--kpy-primary); margin-bottom: 20px; line-height: 1.2; }
.featured-excerpt { font-size: 18px; color: #666; margin-bottom: 30px; line-height: 1.6; }
.section-header { margin-bottom: 50px; }
.section-title { font-size: 36px; font-weight: 700; color: var(--kpy-primary); margin-bottom: 15px; }
.section-subtitle { font-size: 18px; color: #666; margin: 0; }
.news-card { background: white; border-radius: 15px; overflow: hidden; box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08); transition: all 0.3s ease; display: flex; flex-direction: column; }
.news-card:hover { transform: translateY(-10px); box-shadow: 0 20px 40px rgba(0, 0, 0, 0.12); }
.news-card-image { position: relative; overflow: hidden; height: 200px; }
.news-card-image img { width: 100%; height: 100%; object-fit: cover; transition: transform 0.3s ease; }
.news-card:hover .news-card-image img { transform: scale(1.05); }
.news-card-overlay { position: absolute; top: 15px; left: 15px; }
.news-badge { background: var(--kpy-primary); color: white; padding: 6px 12px; border-radius: 20px; font-size: 12px; font-weight: 500; }
.news-card-content { padding: 25px; flex-grow: 1; display: flex; flex-direction: column; }
.news-meta { margin-bottom: 15px; }
.news-date { display: flex; align-items: center; gap: 8px; color: #666; font-size: 13px; }
.news-date i { color: var(--kpy-primary); }
.news-title { margin-bottom: 15px; flex-grow: 1; }
.news-title a { color: var(--kpy-primary); font-size: 18px; font-weight: 600; text-decoration: none; line-height: 1.3; transition: color 0.3s ease; }
.news-title a:hover { color: var(--kpy-secondary); }
.news-excerpt { color: #666; font-size: 14px; line-height: 1.5; margin-bottom: 20px; flex-grow: 1; }
.read-more-link { display: inline-flex; align-items: center; color: var(--kpy-primary); font-weight: 600; text-decoration: none; font-size: 14px; transition: all 0.3s ease; }
.read-more-link:hover { color: var(--kpy-secondary); transform: translateX(5px); }
.blog-card { background: white; border-radius: 15px; overflow: hidden; box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08); transition: all 0.3s ease; display: flex; flex-direction: column; }
.blog-card:hover { transform: translateY(-10px); box-shadow: 0 20px 40px rgba(0, 0, 0, 0.12); }
.blog-card-image { position: relative; overflow: hidden; height: 200px; }
.blog-card-image img { width: 100%; height: 100%; object-fit: cover; transition: transform 0.3s ease; }
.blog-card:hover .blog-card-image img { transform: scale(1.05); }
.blog-card-overlay { position: absolute; top: 15px; left: 15px; }
.blog-badge { background: var(--kpy-secondary); color: var(--kpy-base); padding: 6px 12px; border-radius: 20px; font-size: 12px; font-weight: 500; }
.blog-card-content { padding: 25px; flex-grow: 1; display: flex; flex-direction: column; }
.blog-meta { margin-bottom: 15px; }
.blog-date { display: flex; align-items: center; gap: 8px; color: #666; font-size: 13px; }
.blog-date i { color: var(--kpy-secondary); }
.blog-title { margin-bottom: 15px; flex-grow: 1; }
.blog-title a { color: var(--kpy-primary); font-size: 18px; font-weight: 600; text-decoration: none; line-height: 1.3; transition: color 0.3s ease; }
.blog-title a:hover { color: var(--kpy-secondary); }
.blog-excerpt { color: #666; font-size: 14px; line-height: 1.5; margin-bottom: 20px; flex-grow: 1; }
.news-slider-modern,
.blog-slider-modern { background: #f8f9fa; }
.slider-card { background: white; border-radius: 15px; overflow: hidden; box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08); transition: all 0.3s ease; height: 100%; }
.slider-card:hover { transform: translateY(-10px); box-shadow: 0 20px 40px rgba(0, 0, 0, 0.12); }
.slider-card-image { position: relative; overflow: hidden; height: 180px; }
.slider-card-image img { width: 100%; height: 100%; object-fit: cover; transition: transform 0.3s ease; }
.slider-card:hover .slider-card-image img { transform: scale(1.05); }
.slider-overlay { position: absolute; top: 15px; left: 15px; }
.slider-badge { background: var(--kpy-primary); color: white; padding: 6px 12px; border-radius: 20px; font-size: 12px; font-weight: 500; }
.slider-badge.blog-badge { background: var(--kpy-secondary); color: var(--kpy-base); }
.slider-card-content { padding: 20px; }
.slider-meta { margin-bottom: 12px; }
.slider-date { display: flex; align-items: center; gap: 8px; color: #666; font-size: 12px; }
.slider-date i { color: var(--kpy-primary); }
.slider-title { margin-bottom: 12px; }
.slider-title a { color: var(--kpy-primary); font-size: 16px; font-weight: 600; text-decoration: none; line-height: 1.3; transition: color 0.3s ease; }
.slider-title a:hover { color: var(--kpy-secondary); }
.slider-excerpt { color: #666; font-size: 13px; line-height: 1.5; margin-bottom: 15px; }
.slider-read-more { display: inline-flex; align-items: center; color: var(--kpy-primary); font-weight: 600; text-decoration: none; font-size: 13px; transition: all 0.3s ease; }
.slider-read-more:hover { color: var(--kpy-secondary); transform: translateX(5px); }
.homepage-modern { overflow-x: hidden; }
.impact-stats-section { padding: 80px 0; background: #f8f9fa; }
.stat-card { background: white; padding: 40px 20px; border-radius: 15px; box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08); transition: all 0.3s ease; height: 100%; }
.stat-card:hover { transform: translateY(-10px); box-shadow: 0 20px 40px rgba(0, 0, 0, 0.12); }
.stat-icon { width: 70px; height: 70px; background: linear-gradient(135deg, var(--kpy-primary), var(--kpy-secondary)); border-radius: 50%; display: flex; align-items: center; justify-content: center; margin: 0 auto 20px; color: white; font-size: 28px; }
.stat-number { font-size: 42px; font-weight: 700; color: var(--kpy-primary); margin-bottom: 10px; }
.stat-label { font-size: 16px; color: #666; font-weight: 500; }
.featured-event-section { padding: 80px 0; }
.section-header { margin-bottom: 60px; }
.section-title { font-size: 42px; font-weight: 700; color: var(--kpy-primary); margin-bottom: 20px; }
.section-subtitle { font-size: 18px; color: #666; max-width: 600px; margin: 0 auto; line-height: 1.6; }
.feature-card { background: white; padding: 40px 30px; border-radius: 15px; box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08); transition: all 0.3s ease; height: 100%; text-align: center; }
.feature-card:hover { transform: translateY(-10px); box-shadow: 0 20px 40px rgba(0, 0, 0, 0.12); }
.feature-icon { width: 80px; height: 80px; background: linear-gradient(135deg, var(--kpy-primary), var(--kpy-secondary)); border-radius: 50%; display: flex; align-items: center; justify-content: center; margin: 0 auto 25px; color: white; font-size: 32px; }
.feature-title { font-size: 22px; font-weight: 600; color: var(--kpy-primary); margin-bottom: 15px; }
.feature-text { font-size: 16px; color: #666; margin-bottom: 25px; line-height: 1.6; }
.feature-link { color: var(--kpy-primary); font-weight: 600; text-decoration: none; display: inline-flex; align-items: center; transition: all 0.3s ease; }
.feature-link:hover { color: var(--kpy-secondary); transform: translateX(5px); }
.cta-section { background: var(--kpy-primary); color: white; padding: 50px; border-radius: 15px; margin: 60px 0; }
.cta-title { font-size: 32px; font-weight: 600; margin-bottom: 15px; }
.cta-text { font-size: 18px; opacity: 0.9; margin-bottom: 30px; max-width: 600px; margin-left: auto; margin-right: auto; }
.youth-stories-section { padding: 80px 0; }
.impact-highlight { margin: 60px 0; }
.impact-stat-modern { background: var(--kpy-primary); color: white; padding: 40px; border-radius: 15px; max-width: 500px; margin: 0 auto; text-align: center; }
.impact-number-large { font-size: 48px; font-weight: 700; margin-bottom: 15px; }
.impact-text { font-size: 18px; opacity: 0.9; }
.story-card { background: white; border-radius: 15px; overflow: hidden; box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08); transition: all 0.3s ease; height: 100%; }
.story-card:hover { transform: translateY(-10px); box-shadow: 0 20px 40px rgba(0, 0, 0, 0.12); }
.story-image { position: relative; height: 250px; overflow: hidden; }
.story-image img { width: 100%; height: 100%; object-fit: cover; transition: transform 0.3s ease; }
.story-card:hover .story-image img { transform: scale(1.05); }
.story-overlay { position: absolute; top: 20px; left: 20px; }
.story-region { background: var(--kpy-secondary); color: var(--kpy-base); padding: 6px 15px; border-radius: 20px; font-size: 14px; font-weight: 500; }
.story-content { padding: 30px; }
.story-name { font-size: 20px; font-weight: 600; color: var(--kpy-primary); margin-bottom: 10px; }
.story-role { font-size: 15px; color: #666; line-height: 1.6; margin-bottom: 20px; }
.story-link { color: var(--kpy-primary); font-weight: 600; text-decoration: none; display: inline-flex; align-items: center; transition: all 0.3s ease; }
.story-link:hover { color: var(--kpy-secondary); transform: translateX(5px); }
.events-title { font-size: 24px; font-weight: 600; color: var(--kpy-primary); margin-bottom: 15px; }
.events-text { font-size: 16px; color: #666; margin-bottom: 25px; max-width: 600px; margin-left: auto; margin-right: auto; }
.newsletter-section { padding: 80px 0; }
.newsletter-title { font-size: 36px; font-weight: 600; margin-bottom: 15px; }
.newsletter-text { font-size: 18px; opacity: 0.9; margin-bottom: 30px; line-height: 1.6; }
.newsletter-form .input-group { max-width: 500px; }
.newsletter-success { max-width: 500px; }
.about-page-main { overflow-x: hidden; }
@keyframes scroll {
0% { top: 10px; opacity: 1; }
100% { top: 30px; opacity: 0; }
}
.section-header { margin-bottom: 50px; }
.section-title { font-size: 42px; font-weight: 700; color: var(--kpy-primary); margin-bottom: 20px; }
.section-subtitle { font-size: 18px; color: #666; max-width: 600px; margin: 0 auto; line-height: 1.6; }
.story-content-card { background: white; padding: 50px; border-radius: 15px; box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08); }
.story-content p { font-size: 16px; line-height: 1.6; margin-bottom: 1.5rem; }
.story-content .lead { font-size: 18px; font-weight: 500; color: var(--kpy-primary); }
.timeline { position: relative; padding: 40px 0; }
.timeline::before { content: ''; position: absolute; left: 50%; top: 0; bottom: 0; width: 2px; background: var(--kpy-primary); transform: translateX(-50%); }
.timeline-item { position: relative; margin-bottom: 60px; display: flex; align-items: flex-start; }
.timeline-marker { position: relative; z-index: 2; margin-right: 30px; }
.timeline-icon { width: 60px; height: 60px; background: var(--kpy-primary); border-radius: 50%; display: flex; align-items: center; justify-content: center; color: white; font-size: 24px; box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2); }
.timeline-content { background: white; padding: 30px; border-radius: 15px; box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08); flex: 1; }
.timeline-year { background: var(--kpy-primary); color: white; padding: 8px 16px; border-radius: 20px; font-size: 14px; font-weight: 600; display: inline-block; margin-bottom: 15px; }
.timeline-title { font-size: 20px; font-weight: 600; color: var(--kpy-primary); margin-bottom: 15px; }
.timeline-description { font-size: 14px; color: #666; line-height: 1.6; }
.timeline-item.current .timeline-icon { background: var(--kpy-secondary); color: var(--kpy-base); }
.timeline-item.current .timeline-year { background: var(--kpy-secondary); color: var(--kpy-base); }
.achievement-card { background: white; padding: 30px; border-radius: 15px; box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08); transition: all 0.3s ease; height: 100%; text-align: center; }
.achievement-card:hover { transform: translateY(-10px); box-shadow: 0 20px 40px rgba(0, 0, 0, 0.12); }
.achievement-icon { width: 70px; height: 70px; background: linear-gradient(135deg, var(--kpy-primary), var(--kpy-secondary)); border-radius: 50%; display: flex; align-items: center; justify-content: center; margin: 0 auto 20px; color: white; font-size: 28px; }
.achievement-title { font-size: 20px; font-weight: 600; color: var(--kpy-primary); margin-bottom: 15px; }
.achievement-description { font-size: 14px; color: #666; line-height: 1.6; }
.vision-card { background: white; padding: 50px; border-radius: 15px; box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08); text-align: center; }
.vision-icon { width: 80px; height: 80px; background: linear-gradient(135deg, var(--kpy-primary), var(--kpy-secondary)); border-radius: 50%; display: flex; align-items: center; justify-content: center; margin: 0 auto 20px; color: white; font-size: 32px; }
.vision-title { font-size: 24px; font-weight: 600; color: var(--kpy-primary); margin-bottom: 20px; }
.vision-explanation { font-size: 16px; color: #666; line-height: 1.6; }
.mission-card { background: white; padding: 50px; border-radius: 15px; box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08); text-align: center; }
.mission-icon { width: 80px; height: 80px; background: linear-gradient(135deg, var(--kpy-primary), var(--kpy-secondary)); border-radius: 50%; display: flex; align-items: center; justify-content: center; margin: 0 auto 20px; color: white; font-size: 32px; }
.mission-title { font-size: 24px; font-weight: 600; color: var(--kpy-primary); margin-bottom: 20px; }
.mission-explanation { font-size: 16px; color: #666; line-height: 1.6; }
.goal-highlight { background: var(--kpy-primary); color: white; padding: 40px; border-radius: 15px; text-align: center; }
.goal-statement { font-size: 18px; font-weight: 500; line-height: 1.6; }
.objective-card { background: white; padding: 30px; border-radius: 15px; box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08); transition: all 0.3s ease; height: 100%; }
.objective-card:hover { transform: translateY(-5px); box-shadow: 0 15px 30px rgba(0, 0, 0, 0.12); }
.objective-number { background: var(--kpy-primary); color: white; width: 40px; height: 40px; border-radius: 50%; display: flex; align-items: center; justify-content: center; font-size: 18px; font-weight: 700; margin-bottom: 15px; }
.objective-title { font-size: 18px; font-weight: 600; color: var(--kpy-primary); margin-bottom: 15px; }
.objective-description { font-size: 14px; color: #666; line-height: 1.5; margin-bottom: 20px; }
.objective-details { list-style: none; padding: 0; margin: 0; }
.objective-details li { padding: 5px 0; font-size: 13px; color: #666; position: relative; padding-left: 20px; }
.objective-details li::before { content: '✓'; position: absolute; left: 0; color: var(--kpy-secondary); font-weight: bold; }
.org-detail-card { background: white; padding: 30px; border-radius: 15px; box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08); transition: all 0.3s ease; height: 100%; }
.org-detail-card:hover { transform: translateY(-5px); box-shadow: 0 15px 30px rgba(0, 0, 0, 0.12); }
.detail-icon { width: 60px; height: 60px; background: linear-gradient(135deg, var(--kpy-primary), var(--kpy-secondary)); border-radius: 50%; display: flex; align-items: center; justify-content: center; margin: 0 auto 20px; color: white; font-size: 24px; }
.detail-title { font-size: 16px; font-weight: 600; color: var(--kpy-primary); margin-bottom: 10px; }
.detail-content { font-size: 14px; color: #666; line-height: 1.5; }
.nature-card { background: white; padding: 50px; border-radius: 15px; box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08); text-align: center; }
.nature-title { font-size: 24px; font-weight: 600; color: var(--kpy-primary); margin-bottom: 20px; }
.nature-description { font-size: 16px; color: #666; line-height: 1.6; margin-bottom: 30px; }
.values-grid { display: flex; justify-content: center; gap: 20px; flex-wrap: wrap; }
.value-item { display: flex; align-items: center; gap: 10px; padding: 10px 20px; background: rgba(19, 56, 157, 0.1); border-radius: 25px; font-size: 14px; font-weight: 500; color: var(--kpy-primary); }
.value-card { background: white; padding: 40px; border-radius: 15px; box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08); transition: all 0.3s ease; height: 100%; }
.value-card:hover { transform: translateY(-5px); box-shadow: 0 15px 30px rgba(0, 0, 0, 0.12); }
.value-icon { width: 70px; height: 70px; background: linear-gradient(135deg, var(--kpy-primary), var(--kpy-secondary)); border-radius: 50%; display: flex; align-items: center; justify-content: center; margin: 0 auto 20px; color: white; font-size: 28px; }
.value-title { font-size: 20px; font-weight: 600; color: var(--kpy-primary); margin-bottom: 15px; }
.value-description { font-size: 14px; color: #666; line-height: 1.6; margin-bottom: 20px; }
.value-manifestations { background: #f8f9fa; padding: 20px; border-radius: 10px; margin-top: 20px; }
.value-manifestations h4 { font-size: 14px; font-weight: 600; color: var(--kpy-primary); margin-bottom: 10px; }
.value-manifestations ul { list-style: none; padding: 0; margin: 0; }
.value-manifestations li { padding: 5px 0; font-size: 13px; color: #666; position: relative; padding-left: 20px; }
.value-manifestations li::before { content: '✓'; position: absolute; left: 0; color: var(--kpy-secondary); font-weight: bold; }
.action-card { background: white; padding: 30px; border-radius: 15px; box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08); transition: all 0.3s ease; height: 100%; text-align: center; }
.action-card:hover { transform: translateY(-5px); box-shadow: 0 15px 30px rgba(0, 0, 0, 0.12); }
.action-icon { width: 60px; height: 60px; background: linear-gradient(135deg, var(--kpy-primary), var(--kpy-secondary)); border-radius: 50%; display: flex; align-items: center; justify-content: center; margin: 0 auto 20px; color: white; font-size: 24px; }
.action-title { font-size: 16px; font-weight: 600; color: var(--kpy-primary); margin-bottom: 10px; }
.action-description { font-size: 14px; color: #666; line-height: 1.5; }
.cta-section { padding: 80px 0; }
.cta-title { font-size: 32px; font-weight: 600; margin-bottom: 15px; }
.cta-text { font-size: 18px; opacity: 0.9; margin-bottom: 30px; max-width: 600px; margin-left: auto; margin-right: auto; }
.cta-buttons { display: flex; justify-content: center; gap: 15px; flex-wrap: wrap; }
.cta-buttons .btn { min-width: 200px; }
.single-post-main { overflow-x: hidden; }
.single-post-hero { position: relative; min-height: 60vh; background-size: cover; background-position: center; background-attachment: fixed; display: flex; align-items: center; color: white; }
.post-meta-top { display: flex; gap: 15px; margin-bottom: 20px; flex-wrap: wrap; }
.post-category-badge { background: var(--kpy-secondary); color: var(--kpy-base); padding: 6px 15px; border-radius: 20px; font-size: 14px; font-weight: 600; display: flex; align-items: center; gap: 8px; }
.post-date { background: rgba(255, 255, 255, 0.2); color: white; padding: 6px 15px; border-radius: 20px; font-size: 14px; font-weight: 500; display: flex; align-items: center; gap: 8px; backdrop-filter: blur(10px); }
.post-title { font-size: 48px; font-weight: 700; margin-bottom: 30px; line-height: 1.1; text-shadow: 0 2px 4px rgba(0, 0, 0, 0.3); }
.post-meta-bottom { display: flex; justify-content: space-between; align-items: center; flex-wrap: wrap; gap: 20px; }
.author-info { display: flex; align-items: center; gap: 15px; }
.author-avatar { width: 50px; height: 50px; border-radius: 50%; overflow: hidden; border: 2px solid rgba(255, 255, 255, 0.3); }
.author-avatar img { width: 100%; height: 100%; object-fit: cover; }
.author-details { display: flex; flex-direction: column; }
.author-name { font-size: 16px; font-weight: 600; color: white; margin-bottom: 2px; }
.author-role { font-size: 14px; color: rgba(255, 255, 255, 0.8); }
.post-stats { display: flex; gap: 20px; flex-wrap: wrap; }
.post-stat { font-size: 14px; color: rgba(255, 255, 255, 0.9); display: flex; align-items: center; gap: 6px; }
.post-article { background: white; border-radius: 15px; padding: 40px; box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08); margin-bottom: 30px; }
.project-info-card { background: var(--kpy-primary); color: white; padding: 25px; border-radius: 10px; margin-bottom: 30px; }
.project-info-title { font-size: 18px; font-weight: 600; margin-bottom: 20px; display: flex; align-items: center; gap: 10px; }
.project-details { display: grid; grid-template-columns: repeat(auto-fit, minmax(250px, 1fr)); gap: 20px; }
.project-detail { display: flex; align-items: flex-start; gap: 12px; }
.project-detail i { font-size: 18px; margin-top: 2px; opacity: 0.9; }
.project-detail strong { display: block; font-size: 14px; margin-bottom: 4px; opacity: 0.9; }
.project-detail span { font-size: 16px; font-weight: 500; }
.post-body { margin-bottom: 40px; }
.post-body h1,
.post-body h2,
.post-body h3,
.post-body h4,
.post-body h5,
.post-body h6 { color: var(--kpy-primary); margin-top: 30px; margin-bottom: 15px; }
.post-body h1 { font-size: 32px; }
.post-body h2 { font-size: 28px; }
.post-body h3 { font-size: 24px; }
.post-body h4 { font-size: 20px; }
.post-body h5 { font-size: 18px; }
.post-body h6 { font-size: 16px; }
.post-body p { margin-bottom: 20px; line-height: 1.7; font-size: 16px; }
.post-body img { max-width: 100%; height: auto; border-radius: 10px; margin: 20px 0; }
.post-tags { background: #f8f9fa; padding: 25px; border-radius: 10px; margin-bottom: 30px; }
.tags-title { font-size: 16px; font-weight: 600; color: var(--kpy-primary); margin-bottom: 15px; display: flex; align-items: center; gap: 8px; }
.tags-list { display: flex; flex-wrap: wrap; gap: 8px; }
.tags-list a { background: white; color: var(--kpy-primary); padding: 6px 12px; border-radius: 20px; font-size: 13px; font-weight: 500; border: 1px solid var(--kpy-primary); text-decoration: none; transition: all 0.3s ease; }
.tags-list a:hover { background: var(--kpy-primary); color: white; }
.post-share { background: #f8f9fa; padding: 25px; border-radius: 10px; margin-bottom: 30px; }
.share-title { font-size: 16px; font-weight: 600; color: var(--kpy-primary); margin-bottom: 15px; display: flex; align-items: center; gap: 8px; }
.share-buttons { display: flex; gap: 10px; flex-wrap: wrap; }
.share-btn { display: flex; align-items: center; gap: 8px; padding: 10px 15px; border-radius: 8px; text-decoration: none; font-size: 14px; font-weight: 500; transition: all 0.3s ease; }
.share-facebook { background: #1877f2; color: white; }
.share-facebook:hover { background: #1665c0; transform: translateY(-2px); }
.share-twitter { background: #1da1f2; color: white; }
.share-twitter:hover { background: #1a8cd8; transform: translateY(-2px); }
.share-linkedin { background: #0077b5; color: white; }
.share-linkedin:hover { background: #005885; transform: translateY(-2px); }
.share-whatsapp { background: #25d366; color: white; }
.share-whatsapp:hover { background: #20b858; transform: translateY(-2px); }
.author-box { background: white; padding: 30px; border-radius: 15px; box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08); margin-bottom: 30px; display: flex; gap: 20px; align-items: flex-start; }
.author-box-avatar { width: 80px; height: 80px; border-radius: 50%; overflow: hidden; flex-shrink: 0; }
.author-box-avatar img { width: 100%; height: 100%; object-fit: cover; }
.author-box-info { flex: 1; }
.author-box-name { font-size: 18px; font-weight: 600; color: var(--kpy-primary); margin-bottom: 10px; }
.author-box-bio { font-size: 14px; color: #666; line-height: 1.6; margin-bottom: 15px; }
.author-box-social { display: flex; gap: 10px; }
.social-link { width: 32px; height: 32px; background: var(--kpy-primary); color: white; border-radius: 50%; display: flex; align-items: center; justify-content: center; text-decoration: none; transition: all 0.3s ease; }
.social-link:hover { background: var(--kpy-secondary); color: var(--kpy-base); transform: translateY(-2px); }
.related-posts { background: white; padding: 30px; border-radius: 15px; box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08); }
.related-posts-title { font-size: 18px; font-weight: 600; color: var(--kpy-primary); margin-bottom: 25px; display: flex; align-items: center; gap: 8px; }
.related-posts-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(250px, 1fr)); gap: 20px; }
.related-post-card { background: #f8f9fa; border-radius: 10px; overflow: hidden; transition: all 0.3s ease; }
.related-post-card:hover { transform: translateY(-5px); box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1); }
.related-post-image { height: 150px; overflow: hidden; }
.related-post-image img { width: 100%; height: 100%; object-fit: cover; transition: transform 0.3s ease; }
.related-post-card:hover .related-post-image img { transform: scale(1.05); }
.related-post-content { padding: 20px; }
.related-post-title { font-size: 16px; font-weight: 600; margin-bottom: 10px; line-height: 1.4; }
.related-post-title a { color: var(--kpy-primary); text-decoration: none; transition: color 0.3s ease; }
.related-post-title a:hover { color: var(--kpy-secondary); }
.related-post-date { font-size: 13px; color: #666; display: flex; align-items: center; gap: 6px; }
.no-related-posts { text-align: center; color: #666; font-style: italic; padding: 20px; }
.post-sidebar { display: flex; flex-direction: column; gap: 30px; }
.sidebar-widget { background: white; padding: 25px; border-radius: 15px; box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08); }
.widget-title { font-size: 18px; font-weight: 600; color: var(--kpy-primary); margin-bottom: 20px; display: flex; align-items: center; gap: 8px; }
.popular-posts-list { display: flex; flex-direction: column; gap: 15px; }
.popular-post-item { display: flex; gap: 15px; align-items: flex-start; padding-bottom: 15px; border-bottom: 1px solid #f0f0f0; }
.popular-post-item:last-child { border-bottom: none; padding-bottom: 0; }
.popular-post-rank { width: 30px; height: 30px; background: var(--kpy-primary); color: white; border-radius: 50%; display: flex; align-items: center; justify-content: center; font-size: 14px; font-weight: 700; flex-shrink: 0; }
.popular-post-content { flex: 1; }
.popular-post-title { font-size: 14px; font-weight: 600; margin-bottom: 5px; line-height: 1.4; }
.popular-post-title a { color: var(--kpy-primary); text-decoration: none; transition: color 0.3s ease; }
.popular-post-title a:hover { color: var(--kpy-secondary); }
.popular-post-meta { font-size: 12px; color: #666; display: flex; align-items: center; gap: 5px; }
.categories-list { display: flex; flex-direction: column; gap: 10px; }
.category-link { display: flex; justify-content: space-between; align-items: center; padding: 10px 15px; background: #f8f9fa; border-radius: 8px; text-decoration: none; transition: all 0.3s ease; }
.category-link:hover { background: var(--kpy-primary); color: white; }
.category-link span:first-child { font-size: 14px; font-weight: 500; }
.category-count { background: var(--kpy-secondary); color: var(--kpy-base); padding: 2px 8px; border-radius: 12px; font-size: 12px; font-weight: 600; }
.archives-list { display: flex; flex-direction: column; gap: 10px; }
.archive-item { padding: 10px 15px; background: #f8f9fa; border-radius: 8px; font-size: 14px; color: var(--kpy-primary); text-decoration: none; transition: all 0.3s ease; }
.archive-item:hover { background: var(--kpy-primary); color: white; }
.post-gallery-section { background: #f8f9fa; }
.gallery-header { margin-bottom: 40px; }
.gallery-title { font-size: 32px; font-weight: 700; color: var(--kpy-primary); margin-bottom: 10px; display: flex; align-items: center; gap: 10px; }
.gallery-subtitle { font-size: 16px; color: #666; max-width: 600px; margin: 0 auto; }
.gallery-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(300px, 1fr)); gap: 20px; }
.gallery-item { position: relative; border-radius: 10px; overflow: hidden; box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1); transition: all 0.3s ease; }
.gallery-item:hover { transform: translateY(-5px); box-shadow: 0 10px 25px rgba(0, 0, 0, 0.15); }
.gallery-img-wrap { position: relative; height: 200px; overflow: hidden; }
.gallery-img { width: 100%; height: 100%; object-fit: cover; transition: transform 0.3s ease; }
.gallery-item:hover .gallery-img { transform: scale(1.05); }
.gallery-overlay { position: absolute; top: 0; left: 0; right: 0; bottom: 0; background: rgba(0, 0, 0, 0.5); display: flex; align-items: center; justify-content: center; opacity: 0; transition: opacity 0.3s ease; }
.gallery-item:hover .gallery-overlay { opacity: 1; }
.gallery-overlay i { font-size: 24px; color: white; }
.gallery-info { padding: 15px; background: white; }
.gallery-info strong { font-size: 14px; font-weight: 600; color: var(--kpy-primary); margin-bottom: 5px; }
.gallery-info p { font-size: 13px; color: #666; margin: 0; line-height: 1.4; }
.gallery-link { position: absolute; top: 0; left: 0; right: 0; bottom: 0; z-index: 1; }
.lightbox { position: fixed; top: 0; left: 0; width: 100%; height: 100%; background: rgba(0, 0, 0, 0.9); display: flex; align-items: center; justify-content: center; z-index: 9999; opacity: 0; transition: opacity 0.3s ease; }
.lightbox.active { opacity: 1; }
.lightbox-inner { position: relative; max-width: 90%; max-height: 90%; text-align: center; }
.lightbox-img { max-width: 100%; max-height: 70vh; border-radius: 10px; }
.lightbox-caption { background: white; padding: 15px; border-radius: 0 0 10px 10px; font-size: 14px; color: #333; }
.lightbox-close { position: absolute; top: -40px; right: 0; background: white; border: none; width: 40px; height: 40px; border-radius: 50%; font-size: 18px; color: var(--kpy-primary); cursor: pointer; transition: all 0.3s ease; }
.lightbox-close:hover { background: var(--kpy-primary); color: white; }
.partners-section { padding: 60px 0; background: #f8f9fa; }
.partners-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(280px, 1fr)); gap: 30px; margin-bottom: 30px; }
.partner-item { transition: transform 0.3s ease; }
.partner-item:hover { transform: translateY(-10px); }
.partner-card { background: white; border-radius: 15px; box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08); overflow: hidden; transition: all 0.3s ease; height: 100%; }
.partner-card:hover { box-shadow: 0 20px 40px rgba(0, 0, 0, 0.12); }
.partner-logo { position: relative; height: 200px; display: flex; align-items: center; justify-content: center; padding: 20px; background: white; overflow: hidden; }
.partner-logo img { max-width: 100%; max-height: 100%; object-fit: contain; transition: transform 0.3s ease; }
.partner-overlay { position: absolute; top: 0; left: 0; right: 0; bottom: 0; background: linear-gradient(135deg, var(--kpy-primary) 0%, rgba(19, 56, 157, 0.9) 100%); display: flex; align-items: center; justify-content: center; opacity: 0; transition: opacity 0.3s ease; }
.partner-card:hover .partner-overlay { opacity: 1; }
.partner-overlay-content { text-align: center; color: white; padding: 20px; }
.partner-overlay-content h4 { font-size: 18px; font-weight: 600; margin-bottom: 10px; color: white; }
.partner-overlay-content p { font-size: 14px; margin-bottom: 15px; opacity: 0.9; }
.partner-overlay-content .partner-website { display: inline-flex; align-items: center; gap: 8px; background: var(--kpy-secondary); color: var(--kpy-base); padding: 8px 16px; border-radius: 25px; text-decoration: none; font-size: 14px; font-weight: 500; transition: all 0.3s ease; }
.partner-overlay-content .partner-website:hover { background: var(--kpy-base); color: var(--kpy-secondary); transform: translateY(-2px); }
.partner-info { padding: 20px; text-align: center; }
.partner-name { font-size: 16px; font-weight: 600; color: var(--kpy-primary); margin-bottom: 8px; line-height: 1.3; }
.partner-project { font-size: 14px; color: #666; margin-bottom: 15px; line-height: 1.4; }
.partner-website { display: inline-flex; align-items: center; gap: 8px; background: var(--kpy-primary); color: white; padding: 8px 16px; border-radius: 25px; text-decoration: none; font-size: 14px; font-weight: 500; transition: all 0.3s ease; }
.partner-website:hover { background: var(--kpy-secondary); color: var(--kpy-base); transform: translateY(-2px); }
.partners-carousel { position: relative; overflow: hidden; margin-bottom: 30px; border-radius: 0 0 0 100px; position: relative; background-size: cover; background-position: center; background-attachment: fixed; height: 600px; min-height: 550px; display: flex; align-items: center; justify-content: center; color: white; overflow: hidden; margin-bottom: 2rem; }
@keyframes float {
    0%,
100% { transform: translateY(0) rotate(0deg); }
50% { transform: translateY(-30px) rotate(10deg); }
}
@media (max-width: 567px) {
.partners-carousel { height: 50vh; min-height: 400px; background-attachment: scroll; }
.partners-carousel .spiritual-element { font-size: 30px !important; }
}
.partners-slider { display: flex; transition: transform 0.5s ease; gap: 20px; }
.partner-slide { flex: 0 0 auto; width: 300px; }
.partners-slider-controls { display: flex; justify-content: center; gap: 15px; margin-top: 20px; }
.partner-prev,
.partner-next { width: 50px; height: 50px; border-radius: 50%; border: none; background: var(--kpy-primary); color: white; font-size: 18px; cursor: pointer; transition: all 0.3s ease; display: flex; align-items: center; justify-content: center; }
.partner-prev:hover,
.partner-next:hover { background: var(--kpy-secondary); color: var(--kpy-base); transform: scale(1.1); }
.no-partners { text-align: center; padding: 60px 20px; }
.no-partners-content { max-width: 400px; margin: 0 auto; }
.no-partners-content i { font-size: 64px; color: var(--kpy-primary); margin-bottom: 20px; }
.no-partners-content h4 { font-size: 24px; font-weight: 600; color: var(--kpy-primary); margin-bottom: 10px; }
.no-partners-content p { font-size: 16px; color: #666; line-height: 1.6; }

@media (max-width: 992px) {
.page-hero h1 { font-size: 2.8rem; }
.timeline:before { left: 30px; }
.timeline-year { left: 30px; transform: none; }
.timeline-content { width: calc(100% - 80px); margin-left: 80px; }
.timeline-item:nth-child(even) .timeline-content { margin-left: 80px; margin-right: 0; }
}
@media (max-width: 768px) {
.page-hero { padding: 100px 0 60px; }
.page-hero h1 { font-size: 2.2rem; }
    .vision-card,
.mission-card { padding: 30px 20px; }
.cta-buttons { flex-direction: column; align-items: center; }
.cta-buttons a { width: 100%; max-width: 300px; text-align: center; }
}
@media (max-width: 576px) {
.org-details-grid { grid-template-columns: 1fr; }
.timeline-content { width: calc(100% - 60px); margin-left: 60px; }
.timeline-item:nth-child(even) .timeline-content { margin-left: 60px; }
}
.project-breadcrumb { margin-bottom: 30px; font-size: 14px; opacity: 0.9; }
.project-breadcrumb a { color: var(--kpy-white); text-decoration: none; transition: opacity 0.3s ease; }
.project-breadcrumb a:hover { opacity: 0.8; text-decoration: underline; }
.project-title { font-size: 56px; font-weight: 800; margin-bottom: 40px; line-height: 1.2; text-shadow: 2px 2px 8px rgba(0, 0, 0, 0.3); }
.project-meta-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(250px, 1fr)); gap: 30px; background: rgba(255, 255, 255, 0.15); backdrop-filter: blur(10px); padding: 30px; border-radius: 20px; border: 1px solid rgba(255, 255, 255, 0.2); }
.project-meta-item { display: flex; flex-direction: column; gap: 8px; }
.meta-label { font-size: 12px; text-transform: uppercase; letter-spacing: 2px; opacity: 0.8; font-weight: 600; }
.meta-value { font-size: 18px; font-weight: 700; display: flex; align-items: center; gap: 10px; }
.project-type-tag { display: inline-block; padding: 6px 16px; background: rgba(255, 255, 255, 0.3); border-radius: 20px; font-size: 14px; margin-right: 8px; margin-bottom: 8px; }
.status-badge { padding: 6px 16px; border-radius: 20px; font-size: 14px; font-weight: 700; text-transform: uppercase; letter-spacing: 1px; }
.status-active { background: #4CAF50; color: white; }
.status-completed { background: #2196F3; color: white; }
.status-planning { background: #FF9800; color: white; }
.project-overview-section { padding: 80px 20px; background: #f8f9fa; }
.project-layout { display: grid; grid-template-columns: 2fr 1fr; gap: 50px; max-width: 1200px; margin: 0 auto; }
.project-impact-card { background: linear-gradient(135deg, var(--kpy-primary) 0%, var(--kpy-secondary-2) 100%); color: white; padding: 40px; border-radius: 20px; margin-bottom: 50px; display: flex; align-items: center; gap: 30px; box-shadow: 0 20px 40px rgba(0, 0, 0, 0.1); }
.impact-icon { width: 80px; height: 80px; background: rgba(255, 255, 255, 0.2); border-radius: 50%; display: flex; align-items: center; justify-content: center; font-size: 32px; flex-shrink: 0; }
.impact-content h3 { font-size: 28px; margin-bottom: 15px; font-weight: 700; }
.impact-content p { font-size: 18px; line-height: 1.6; opacity: 0.9; }
.project-description { background: white; padding: 50px; border-radius: 20px; box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08); margin-bottom: 50px; }
.project-description h2 { color: var(--kpy-primary); font-size: 32px; margin-bottom: 30px; position: relative; padding-bottom: 15px; }
.project-description h2::after { content: ''; position: absolute; bottom: 0; left: 0; width: 80px; height: 4px; background: var(--kpy-secondary); border-radius: 2px; }
.project-gallery-section { background: white; padding: 50px; border-radius: 20px; box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08); }
.project-gallery-section h2 { color: var(--kpy-primary); font-size: 32px; margin-bottom: 30px; }
.gallery-grid { display: grid; grid-template-columns: repeat(auto-fill, minmax(250px, 1fr)); gap: 20px; }
.gallery-item { position: relative; border-radius: 12px; overflow: hidden; height: 250px; display: block; }
.gallery-item img { width: 100%; height: 100%; object-fit: cover; transition: transform 0.5s ease; }
.gallery-item:hover img { transform: scale(1.1); }
.gallery-overlay { position: absolute; top: 0; left: 0; width: 100%; height: 100%; background: rgba(var(--kpy-primary-rgb), 0.7); display: flex; align-items: center; justify-content: center; opacity: 0; transition: opacity 0.3s ease; }
.gallery-item:hover .gallery-overlay { opacity: 1; }
.gallery-overlay i { color: white; font-size: 32px; }
.project-sidebar { position: sticky; top: 100px; height: fit-content; }
.support-project-card { background: white; padding: 30px; border-radius: 20px; box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08); margin-bottom: 30px; text-align: center; }
.support-project-card h3 { color: var(--kpy-primary); font-size: 24px; margin-bottom: 15px; }
.support-project-card p { color: var(--kpy-grey); margin-bottom: 25px; line-height: 1.6; }
.support-actions { display: flex; flex-direction: column; gap: 15px; }
.support-button { padding: 15px; border-radius: 10px; text-decoration: none; font-weight: 700; display: flex; align-items: center; justify-content: center; gap: 10px; transition: all 0.3s ease; }
.support-button.donate { background: var(--kpy-secondary); color: var(--kpy-base); }
.support-button.donate:hover { background: var(--kpy-gold); transform: translateY(-2px); }
.support-button.volunteer { background: var(--kpy-primary); color: white; }
.support-button.volunteer:hover { background: #5ab4c6; transform: translateY(-2px); }
.support-button.share { background: transparent; color: var(--kpy-primary); border: 2px solid var(--kpy-primary); }
.support-button.share:hover { background: var(--kpy-primary); color: white; transform: translateY(-2px); }
.project-stats-card { background: white; padding: 30px; border-radius: 20px; box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08); }
.project-stats-card h3 { color: var(--kpy-primary); font-size: 20px; margin-bottom: 25px; text-align: center; }
.stats-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; }
.stat-item { text-align: center; padding: 20px; background: rgba(var(--kpy-primary-rgb), 0.05); border-radius: 12px; }
.stat-number { display: block; font-size: 32px; font-weight: 800; color: var(--kpy-primary); line-height: 1; margin-bottom: 5px; }
.stat-label { display: block; font-size: 14px; color: var(--kpy-grey); text-transform: uppercase; letter-spacing: 1px; }
.related-projects-section { padding: 80px 20px; background: white; }
.related-projects-section h2 { text-align: center; color: var(--kpy-primary); font-size: 36px; margin-bottom: 50px; max-width: 800px; margin-left: auto; margin-right: auto; }
.related-projects-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(350px, 1fr)); gap: 30px; max-width: 1200px; margin: 0 auto; }
.related-project-card { background: var(--kpy-white); border-radius: 15px; overflow: hidden; box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08); transition: transform 0.3s ease, box-shadow 0.3s ease; }
.related-project-card:hover { transform: translateY(-10px); box-shadow: 0 20px 40px rgba(0, 0, 0, 0.15); }
.related-project-image { display: block; height: 200px; overflow: hidden; }
.related-project-image img { width: 100%; height: 100%; object-fit: cover; transition: transform 0.5s ease; }
.related-project-card:hover .related-project-image img { transform: scale(1.1); }
.related-project-content { padding: 25px; }
.related-project-content h3 { margin: 0 0 10px 0; font-size: 20px; line-height: 1.3; }
.related-project-content h3 a { color: var(--kpy-base); text-decoration: none; }
.related-project-content h3 a:hover { color: var(--kpy-primary); }
.project-location { display: flex; align-items: center; gap: 5px; color: var(--kpy-grey); font-size: 14px; margin-bottom: 15px; }
.related-project-content p { color: var(--kpy-grey); line-height: 1.6; margin: 0; }
.project-cta-section { padding: 100px 20px; background: linear-gradient(135deg, var(--kpy-primary) 0%, var(--kpy-secondary-2) 100%); color: white; text-align: center; position: relative; overflow: hidden; }
.project-cta-section::before { content: ''; position: absolute; top: 0; left: 0; width: 100%; height: 100%; background: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 100 100" preserveAspectRatio="none"><path d="M0,0 Q50,100 100,0 L100,100 L0,100 Z" fill="white" opacity="0.05"/></svg>'); background-size: 100% auto; background-position: center top; }
.cta-content { position: relative; z-index: 2; max-width: 600px; margin: 0 auto; }
.cta-content h2 { font-size: 42px; margin-bottom: 20px; font-weight: 800; }
.cta-content p { font-size: 20px; opacity: 0.9; margin-bottom: 40px; line-height: 1.6; }
.cta-button { display: inline-flex; align-items: center; gap: 15px; padding: 20px 40px; background: var(--kpy-secondary); color: var(--kpy-base); border-radius: 50px; text-decoration: none; font-weight: 800; font-size: 18px; text-transform: uppercase; letter-spacing: 2px; transition: all 0.3s ease; box-shadow: 0 10px 30px rgba(0, 0, 0, 0.2); }
.cta-button:hover { transform: translateY(-5px) scale(1.05); box-shadow: 0 20px 40px rgba(0, 0, 0, 0.3); }
@media (max-width: 1200px) {
.project-layout { grid-template-columns: 1fr; gap: 40px; }
.project-sidebar { position: static; }
}
@media (max-width: 992px) {
.project-title { font-size: 42px; }
.project-meta-grid { grid-template-columns: 1fr; }
.project-impact-card { flex-direction: column; text-align: center; padding: 30px; }
.impact-icon { margin-bottom: 20px; }
.related-projects-grid { grid-template-columns: repeat(auto-fit, minmax(300px, 1fr)); }
}
@media (max-width: 768px) {
.project-title { font-size: 32px; }
    .project-description,
.project-gallery-section { padding: 30px 20px; }
.gallery-grid { grid-template-columns: repeat(auto-fill, minmax(200px, 1fr)); }
.stats-grid { grid-template-columns: 1fr; }
.cta-content h2 { font-size: 32px; }
.cta-button { padding: 15px 30px; font-size: 16px; }
}
@keyframes kenburns {
0% { transform: scale(1) translate(0, 0); }
50% { transform: scale(1.1) translate(-20px, -20px); }
100% { transform: scale(1) translate(0, 0); }
}
.kpy-programs-section { padding: 80px 20px 60px; max-width: 1400px; margin: 0 auto; }
.kpy-programs-filters { display: flex; flex-wrap: wrap; gap: 10px; margin-bottom: 40px; justify-content: center; }
.kpy-filter-btn { padding: 12px 24px; background: var(--kpy-white); border: 2px solid var(--kpy-light); border-radius: 30px; color: var(--kpy-base); font-weight: 600; cursor: pointer; transition: all 0.3s ease; font-family: var(--kpy-font); }
.kpy-filter-btn:hover,
.kpy-filter-btn.active { background: var(--kpy-primary); border-color: var(--kpy-primary); color: var(--kpy-white); transform: translateY(-2px); }
.kpy-programs-grid { display: grid; gap: 30px; margin-bottom: 50px; }
.kpy-programs-grid.columns-2 { grid-template-columns: repeat(2, 1fr); }
.kpy-programs-grid.columns-3 { grid-template-columns: repeat(3, 1fr); }
.kpy-programs-grid.columns-4 { grid-template-columns: repeat(4, 1fr); }
.kpy-program-card { background: var(--kpy-white); border-radius: 16px; overflow: hidden; box-shadow: 0 10px 40px rgba(var(--kpy-base-rgb), 0.1); transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275); position: relative; opacity: 0; transform: translateY(20px); animation: fadeInUp 0.6s ease forwards; }
.kpy-program-card.animated { opacity: 1; transform: translateY(0); }
.kpy-program-card:hover { transform: translateY(-10px); box-shadow: 0 20px 60px rgba(var(--kpy-base-rgb), 0.15); }
.kpy-program-badge { position: absolute; top: 20px; left: 20px; background: var(--program-accent, var(--kpy-primary)); color: var(--kpy-white); padding: 6px 16px; border-radius: 20px; font-size: 12px; font-weight: 700; text-transform: uppercase; letter-spacing: 1px; z-index: 2; }
.kpy-program-actions { display: flex; justify-content: space-between; align-items: center; margin-top: 1.5rem; gap: 1rem; }
.kpy-program-progress { font-size: 0.85rem; color: rgba(var(--kpy-base-rgb), 0.6); }
.kpy-program-raised { font-weight: 600; color: var(--kpy-secondary); }
.kpy-program-buttons { display: flex; gap: 0.75rem; flex-wrap: wrap; justify-content: flex-end; }
.kpy-program-buttons .kpy-program-link,
.kpy-program-buttons .kpy-program-cta { padding-block: 0.55rem; }
.programs-page-main { background: #fdf7f4; }
.programs-hero-banner,
.projects-hero-banner { position: relative; padding: 80px 0 100px; background-size: cover; background-position: center; }
.programs-hero-overlay { position: absolute; inset: 0; background: linear-gradient(120deg, rgba(26, 35, 126, 0.92), rgba(26, 35, 126, 0.85)); }
.programs-hero-content { position: relative; z-index: 2; }
.programs-hero-kicker { font-size: 0.9rem; letter-spacing: 0.16em; text-transform: uppercase; color: rgba(255, 255, 255, 0.7); }
.programs-hero-title { font-size: 2.4rem; font-weight: 800; color: #ffffff; }
.programs-hero-subtitle { font-size: 1rem; color: rgba(255, 255, 255, 0.85); max-width: 520px; }
.programs-hero-card { background: #fdf7f4; border-radius: 24px; padding: 2.5rem 2.25rem; box-shadow: 0 24px 60px rgba(15, 23, 42, 0.35); }
.programs-hero-card-title { font-size: 1.4rem; font-weight: 700; color: var(--kpy-base); }
.programs-hero-card-text { font-size: 0.95rem; color: #4b5563; }
.programs-hero-stat .label { display: block; font-size: 0.78rem; text-transform: uppercase; letter-spacing: 0.16em; color: #9ca3af; }
.programs-hero-stat .value { display: block; font-size: 1.4rem; font-weight: 700; color: var(--kpy-primary); }
.programs-about-section { padding: 70px 0 60px; background: #fdf7f4; }
.programs-section-kicker { font-size: 0.85rem; letter-spacing: 0.16em; color: #f97316; }
.programs-section-title { font-size: 1.9rem; font-weight: 700; color: var(--kpy-base); }
.programs-section-text p { font-size: 0.98rem; color: #4b5563; }
.programs-summary-card { background: #ffffff; border-radius: 24px; padding: 2.25rem 2rem; box-shadow: 0 18px 40px rgba(15, 23, 42, 0.12); }
.programs-summary-card .summary-title { font-size: 1.3rem; font-weight: 700; }
.programs-summary-card .summary-list li { display: flex; align-items: center; gap: 0.6rem; font-size: 0.95rem; color: #4b5563; }
.programs-summary-card .summary-list .dot { width: 8px; height: 8px; border-radius: 999px; background: var(--kpy-secondary); }
.summary-stat .label { display: block; font-size: 0.78rem; text-transform: uppercase; letter-spacing: 0.16em; color: #9ca3af; }
.summary-stat .value { font-size: 1.4rem; font-weight: 700; color: var(--kpy-primary); }
.summary-footer { font-size: 0.9rem; color: #6b7280; }
.programs-list-section { padding: 40px 0 80px; background: #fff7f2; }
.programs-list-header .programs-section-title { max-width: 520px; }
@media (max-width: 991.98px) {
    .programs-hero-banner,
.projects-hero-banner { padding: 60px 0 80px; }
.programs-hero-title { font-size: 2rem; }
}
@media (max-width: 767.98px) {
.programs-hero-card { margin-top: 2rem; padding: 2rem 1.75rem; }
.programs-about-section { padding: 50px 0 40px; }
.programs-list-section { padding-bottom: 60px; }
}
.kpy-program-image { position: relative; height: 220px; overflow: hidden; }
.program-featured-img { width: 100%; height: 100%; object-fit: cover; transition: transform 0.6s ease; }
.kpy-program-card:hover .program-featured-img { transform: scale(1.1); }
.kpy-program-placeholder { width: 100%; height: 100%; display: flex; align-items: center; justify-content: center; color: var(--program-accent, var(--kpy-primary)); font-size: 48px; }
.kpy-program-overlay { position: absolute; bottom: 0; left: 0; right: 0; padding: 20px; background: linear-gradient(to top, rgba(0, 0, 0, 0.8) 0%, transparent 100%); }
.kpy-program-quick-info { display: flex; gap: 15px; flex-wrap: wrap; }
.kpy-program-meta { display: flex; align-items: center; gap: 6px; color: var(--kpy-white); font-size: 13px; font-weight: 500; }
.kpy-program-content { padding: 25px; }
.kpy-program-header { margin-bottom: 15px; }
.kpy-program-title { font-family: var(--kpy-font-2); font-size: 1.5rem; margin: 0 0 8px 0; line-height: 1.3; }
.kpy-program-title a { color: var(--kpy-base); text-decoration: none; background-image: linear-gradient(var(--program-accent), var(--program-accent)); background-size: 0% 2px; background-repeat: no-repeat; background-position: left 85%; transition: background-size 0.3s ease; }
.kpy-program-title a:hover { color: var(--program-accent); background-size: 100% 2px; }
.kpy-program-age { display: inline-block; padding: 4px 12px; background: rgba(var(--program-accent-rgb), 0.1); color: var(--program-accent); border-radius: 12px; font-size: 13px; font-weight: 600; }
.kpy-program-excerpt { color: var(--kpy-grey); line-height: 1.6; margin-bottom: 20px; font-size: 15px; }
.kpy-program-stats { display: flex; gap: 20px; padding: 20px; background: rgba(var(--program-accent-rgb), 0.05); border-radius: 12px; margin-bottom: 25px; border: 1px solid rgba(var(--program-accent-rgb), 0.1); }
.kpy-program-stat { display: flex; align-items: center; gap: 10px; flex: 1; }
.kpy-stat-icon { width: 40px; height: 40px; background: var(--program-accent); color: var(--kpy-white); border-radius: 10px; display: flex; align-items: center; justify-content: center; font-size: 18px; }
.kpy-stat-value { display: block; font-size: 20px; font-weight: 700; color: var(--kpy-base); line-height: 1; }
.kpy-stat-label { display: block; font-size: 12px; color: var(--kpy-grey); text-transform: uppercase; letter-spacing: 1px; margin-top: 4px; }
.kpy-program-actions { display: flex; gap: 15px; margin-top: 20px; }
.kpy-program-link { flex: 1; text-align: center; padding: 12px 20px; background: transparent; color: var(--program-accent); border: 2px solid var(--program-accent); border-radius: 8px; text-decoration: none; font-weight: 600; transition: all 0.3s ease; display: flex; align-items: center; justify-content: center; gap: 8px; }
.kpy-program-link:hover { background: var(--program-accent); color: var(--kpy-white); transform: translateY(-2px); }
.kpy-program-cta { flex: 1; text-align: center; padding: 12px 20px; background: var(--program-accent); color: var(--kpy-white); border: 2px solid var(--program-accent); border-radius: 8px; text-decoration: none; font-weight: 600; transition: all 0.3s ease; display: flex; align-items: center; justify-content: center; gap: 8px; }
.kpy-program-cta:hover { background: transparent; color: var(--program-accent); transform: translateY(-2px); }
.kpy-programs-cta { text-align: center; padding: 40px; background: linear-gradient(135deg, rgba(var(--kpy-primary-rgb), 0.05) 0%, rgba(var(--kpy-secondary-rgb), 0.05) 100%); border-radius: 20px; margin-top: 40px; }
.kpy-cta-link { color: var(--kpy-primary); font-weight: 700; text-decoration: none; border-bottom: 2px solid var(--kpy-primary); padding-bottom: 2px; }
.kpy-no-programs { text-align: center; padding: 80px 20px; background: rgba(var(--kpy-primary-rgb), 0.05); border-radius: 20px; border: 2px dashed rgba(var(--kpy-primary-rgb), 0.2); }
.single-program-main { overflow: hidden; }
.program-breadcrumb { margin-bottom: 30px; font-size: 14px; color: rgba(255, 255, 255, 0.9); }
.program-breadcrumb a { color: var(--kpy-white); text-decoration: none; opacity: 0.8; transition: opacity 0.3s ease; }
.program-breadcrumb a:hover { opacity: 1; text-decoration: underline; }
.program-header { flex: 1; min-width: 300px; }
.program-title { font-size: 48px; font-weight: 800; margin-bottom: 20px; line-height: 1.2; text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.3); }
.program-categories { display: flex; gap: 10px; flex-wrap: wrap; }
.program-category { background: rgba(255, 255, 255, 0.2); padding: 6px 16px; border-radius: 20px; font-size: 14px; font-weight: 600; backdrop-filter: blur(10px); }
.program-stat { display: flex; align-items: center; gap: 15px; min-width: 150px; }
.program-stat i { font-size: 24px; color: var(--program-accent); }
.stat-label { display: block; font-size: 12px; text-transform: uppercase; letter-spacing: 1px; opacity: 0.8; margin-bottom: 4px; }
.stat-value { display: block; font-size: 18px; font-weight: 700; }
.program-content-wrapper { padding: 80px 20px; }
.program-layout { display: grid; grid-template-columns: 2fr 1fr; gap: 50px; max-width: 1200px; margin: 0 auto; }
.program-intro { margin-bottom: 50px; padding-bottom: 30px; border-bottom: 2px solid rgba(var(--kpy-primary-rgb), 0.1); }
.program-intro h2 { color: var(--kpy-primary); font-size: 32px; margin-bottom: 20px; }
.program-excerpt { font-size: 18px; line-height: 1.7; color: var(--kpy-grey); }
.program-description { font-size: 16px; line-height: 1.8; color: var(--kpy-base); }
.program-description h2,
.program-description h3,
.program-description h4 { color: var(--kpy-primary); margin-top: 40px; margin-bottom: 20px; }
.program-impact-section { margin-top: 60px; padding: 40px; background: linear-gradient(135deg, rgba(var(--program-accent-rgb), 0.05) 0%, rgba(var(--kpy-primary-rgb), 0.05) 100%); border-radius: 20px; border-left: 5px solid var(--program-accent); }
.program-impact-section h2 { color: var(--kpy-primary); font-size: 28px; margin-bottom: 30px; }
.impact-stats-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(200px, 1fr)); gap: 30px; }
.impact-stat { display: flex; align-items: center; gap: 20px; padding: 25px; background: var(--kpy-white); border-radius: 15px; box-shadow: 0 5px 20px rgba(0, 0, 0, 0.05); transition: transform 0.3s ease; }
.impact-stat:hover { transform: translateY(-5px); }
.impact-icon { width: 60px; height: 60px; border-radius: 15px; display: flex; align-items: center; justify-content: center; font-size: 24px; }
.impact-number { display: block; font-size: 32px; font-weight: 800; color: var(--kpy-base); line-height: 1; margin-bottom: 5px; }
.impact-label { display: block; font-size: 14px; color: var(--kpy-grey); text-transform: uppercase; letter-spacing: 1px; }
.program-sidebar { position: sticky; top: 100px; height: fit-content; }
.program-enrollment-card { background: var(--kpy-white); border-radius: 15px; padding: 30px; box-shadow: 0 10px 40px rgba(0, 0, 0, 0.1); margin-bottom: 40px; border: 2px solid; }
.program-enrollment-card h3 { color: var(--kpy-primary); font-size: 24px; margin-bottom: 25px; text-align: center; }
.enrollment-details { margin-bottom: 30px; }
.detail-item { display: flex; align-items: center; gap: 15px; padding: 15px 0; border-bottom: 1px solid rgba(var(--kpy-primary-rgb), 0.1); }
.detail-item:last-child { border-bottom: none; }
.detail-item i { color: var(--program-accent); font-size: 20px; width: 30px; }
.detail-label { display: block; font-size: 12px; color: var(--kpy-grey); text-transform: uppercase; letter-spacing: 1px; margin-bottom: 2px; }
.detail-value { display: block; font-size: 16px; font-weight: 600; color: var(--kpy-base); }
.enrollment-actions { display: flex; flex-direction: column; gap: 15px; }
.enrollment-button { padding: 15px; border-radius: 10px; text-decoration: none; font-weight: 700; text-align: center; transition: all 0.3s ease; display: flex; align-items: center; justify-content: center; gap: 10px; }
.enrollment-button.primary { color: var(--kpy-white); }
.enrollment-button.primary:hover { opacity: 0.9; transform: translateY(-2px); }
.enrollment-button.secondary { background: transparent; color: var(--kpy-primary); border: 2px solid var(--kpy-primary); }
.enrollment-button.secondary:hover { background: var(--kpy-primary); color: var(--kpy-white); }
.related-programs { background: var(--kpy-white); border-radius: 15px; padding: 25px; box-shadow: 0 5px 20px rgba(0, 0, 0, 0.05); }
.related-programs h3 { color: var(--kpy-primary); font-size: 20px; margin-bottom: 20px; text-align: center; }
.related-programs-list { display: flex; flex-direction: column; gap: 15px; }
.related-program { display: flex; align-items: center; gap: 15px; padding: 15px; border-radius: 10px; background: rgba(var(--kpy-primary-rgb), 0.05); transition: all 0.3s ease; }
.related-program:hover { background: rgba(var(--kpy-primary-rgb), 0.1); transform: translateX(5px); }
.related-program-image { width: 80px; height: 80px; border-radius: 10px; overflow: hidden; flex-shrink: 0; }
.related-program-image img { width: 100%; height: 100%; object-fit: cover; }
.related-program-content h4 { margin: 0 0 8px 0; font-size: 16px; }
.related-program-content h4 a { color: var(--kpy-base); text-decoration: none; }
.related-program-content h4 a:hover { color: var(--kpy-primary); }
.related-program-meta { font-size: 13px; color: var(--kpy-grey); display: flex; align-items: center; gap: 5px; }
.program-cta-section { padding: 80px 20px; color: var(--kpy-white); text-align: center; position: relative; overflow: hidden; }
.program-cta-section::before { content: ''; position: absolute; top: -50%; right: -50%; width: 100%; height: 200%; background: radial-gradient(circle, rgba(255, 255, 255, 0.1) 0%, transparent 70%); animation: rotate 20s linear infinite; }
@keyframes rotate {
0% { transform: rotate(0deg); }
100% { transform: rotate(360deg); }
}
.program-cta-content { position: relative; z-index: 2; max-width: 600px; margin: 0 auto; }
.program-cta-content h2 { font-size: 36px; margin-bottom: 20px; }
.program-cta-content p { font-size: 18px; opacity: 0.9; margin-bottom: 40px; }
.cta-buttons { display: flex; gap: 20px; justify-content: center; flex-wrap: wrap; }
.cta-button { padding: 16px 32px; border-radius: 50px; font-weight: 700; text-decoration: none; text-transform: uppercase; letter-spacing: 1px; transition: all 0.3s ease; min-width: 200px; }
.cta-button.primary { background: var(--kpy-white); color: var(--kpy-primary); box-shadow: 0 5px 20px rgba(0, 0, 0, 0.2); }
.cta-button.primary:hover { transform: translateY(-5px); box-shadow: 0 10px 30px rgba(0, 0, 0, 0.3); }
.cta-button.secondary { background: transparent; color: var(--kpy-white); border: 2px solid var(--kpy-white); }
.cta-button.secondary:hover { background: var(--kpy-white); color: var(--kpy-primary); transform: translateY(-5px); }
@keyframes fadeInUp {
from { opacity: 0; transform: translateY(20px); }
to { opacity: 1; transform: translateY(0); }
}
@media (max-width: 1200px) {
.kpy-programs-grid.columns-4 { grid-template-columns: repeat(3, 1fr); }
.program-layout { grid-template-columns: 1fr; gap: 40px; }
.program-sidebar { position: static; }
}
@media (max-width: 992px) {
    .kpy-programs-grid.columns-3,
.kpy-programs-grid.columns-4 { grid-template-columns: repeat(2, 1fr); }
.program-title { font-size: 36px; }
}
@media (max-width: 768px) {
    .kpy-programs-grid.columns-2,
    .kpy-programs-grid.columns-3,
.kpy-programs-grid.columns-4 { grid-template-columns: 1fr; }
.kpy-programs-filters { justify-content: flex-start; overflow-x: auto; padding-bottom: 10px; }
.kpy-program-stats { flex-direction: column; gap: 15px; }
.kpy-program-actions { flex-direction: column; }
.program-title { font-size: 28px; }
.program-stat { min-width: auto; width: 100%; }
.impact-stats-grid { grid-template-columns: 1fr; }
.cta-buttons { flex-direction: column; align-items: center; }
.cta-button { width: 100%; max-width: 300px; }
}
.partner-card-modern { background: var(--kpy-white); border-radius: 12px; overflow: hidden; transition: transform 0.3s ease; height: 100%; }
.partner-logo-wrap { position: relative; height: 200px; display: flex; align-items: center; justify-content: center; padding: 20px; background: #f8f9fa; overflow: hidden; }
.partner-logo-wrap img { max-width: 100%; max-height: 100%; object-fit: contain; transition: transform 0.3s ease; }
.partner-card-modern:hover .partner-logo-wrap img { transform: scale(1.05); }
.partner-overlay-modern { position: absolute; inset: 0; background: linear-gradient(135deg, rgba(var(--kpy-primary-rgb), 0.9), rgba(var(--kpy-primary-rgb), 0.75)); display: flex; flex-direction: column; align-items: center; justify-content: center; padding: 20px; opacity: 0; transition: opacity 0.3s ease; color: var(--kpy-white); text-align: center; }
.partner-card-modern:hover .partner-overlay-modern { opacity: 1; }
.partner-overlay-modern .partner-name { color: var(--kpy-white); margin-bottom: 8px; }
.partner-info-modern { background: var(--kpy-white); }
.partners-grid-row { padding: 0; }
.kpy-news-blog-row { padding: 0; }
.kpy-news-card .post-thumbnail { height: 220px; }
.kpy-news-card .post-thumbnail img { height: 100%; object-fit: cover; transition: transform 0.3s ease; }
.kpy-news-card:hover .post-thumbnail img { transform: scale(1.03); }
.kpy-news-card .card-title a:hover { color: var(--kpy-primary); }
.kpy-read-more { color: var(--kpy-primary); font-weight: 500; }
.kpy-read-more:hover { color: var(--kpy-primary); }
.kpy-gallery-card-img { height: 220px; background-size: cover; background-position: center; transition: transform 0.3s ease; }
.kpy-gallery-card:hover .kpy-gallery-card-img { transform: scale(1.05); }
.kpy-single-gallery-grid img { transition: opacity 0.3s ease; }
.kpy-single-gallery-grid a:hover img { opacity: 0.9; }
.kpy-single-article .entry-content a { color: var(--kpy-primary); }
.homepage-kindheart-wrap .section-padding h2,
.kpy-section .section-padding h2,
.kpy-section h2 { font-size: var(--kpy-h2-size); font-weight: 800; }
.section-padding { padding-top: 100px; padding-bottom: 100px; }
.section-bg { background-color: #f0f8ff; }
.shape-arch-top { border-radius: 999px 999px 0 0; overflow: hidden; }
.shape-arch-bottom { border-radius: 0 0 999px 999px; overflow: hidden; }
.shape-arch-pill { border-radius: 999px; overflow: hidden; }
.board-chair-section .board-chair-image-wrap { height: 100%; max-height: 520px; }
.board-chair-section .board-chair-image { width: 100%; height: 100%; object-fit: cover; border: 4px solid #13389D; box-shadow: 0 8px 24px rgba(19, 56, 157, 0.2); }
.homepage-kindheart-wrap .board-chair-name { font-size: 1.75rem; font-weight: 700; color: #13389D; margin-bottom: 0.25rem; }
.homepage-kindheart-wrap .board-chair-title { font-size: 1rem; color: #13389D; opacity: 0.9; }
.board-chair-message { font-size: 1rem; line-height: 1.7; color: #333; }
.board-chair-message .lead { font-size: 1.1rem; font-weight: 600; color: #13389D; margin-bottom: 1rem; }
.board-chair-section .social-icon-link { width: 40px; height: 40px; background: #13389D; color: #fff; text-decoration: none; transition: all 0.3s ease; }
.board-chair-section .social-icon-link:hover { background: #0d2a7a; color: #fff; }
.homepage-kindheart-wrap .kpy-section h2 { font-size: 2rem; font-weight: 700; color: #13389D; }
.homepage-kindheart-wrap .custom-text-box h2,
.homepage-kindheart-wrap .custom-text-block h2,
.homepage-kindheart-wrap .contact-info-wrap h2 { font-size: 1.75rem; font-weight: 700; color: #13389D; }
.homepage-kindheart-wrap .custom-text-box h5,
.homepage-kindheart-wrap .custom-text-block h5 { font-size: 1.15rem; font-weight: 600; color: #13389D; }
.homepage-kindheart-wrap .kpy-section-top-blocks { background: rgba(19, 56, 157, 0.08); padding: 3rem 0; }
.homepage-kindheart-wrap .featured-block { text-align: center; transition: all 0.5s ease; min-height: 220px; padding: 20px 15px; }
.homepage-kindheart-wrap .featured-block:hover { background: var(--kpy-white); border-radius: 20px; box-shadow: 0 1rem 3rem rgba(0, 0, 0, 0.12); }
.homepage-kindheart-wrap .featured-block-image-wrap { width: 120px; height: 120px; border-radius: 999px 999px 0 0; overflow: hidden; margin: 0 auto 1rem; background: var(--kpy-white); box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1); transition: all 0.5s ease; }
.homepage-kindheart-wrap .featured-block:hover .featured-block-image-wrap { transform: scale(1.05); }
.homepage-kindheart-wrap .featured-block-image-wrap img { width: 100%; height: 100%; object-fit: cover; display: block; }
.homepage-kindheart-wrap .featured-block-text { color: #333; font-size: 1rem; font-weight: 600; margin-top: 0; transition: all 0.5s; }
.homepage-kindheart-wrap .featured-block-text strong { color: #13389D; font-weight: 700; }
.featured-block { text-align: center; transition: all 0.5s ease; min-height: 256px; padding: 15px; }
.featured-block:hover { background: var(--kpy-white); border-radius: 20px; box-shadow: 0 1rem 3rem rgba(0, 0, 0, .175); }
.featured-block:hover .featured-block-image { transform: scale(0.75); }
.featured-block-image { display: block; margin: auto; transition: all 0.5s; }
.featured-block-text { color: var(--kpy-primary); font-size: var(--kpy-h5-size); font-weight: 800; margin-top: 20px; transition: all 0.5s; }
.featured-block-text strong { font-weight: 800; }
.custom-text-box { background: var(--kpy-white); border-radius: 20px; margin-bottom: 24px; padding: 40px; }
.homepage-kindheart-wrap .custom-text-box h2 { font-size: 1.75rem; font-weight: 700; color: #13389D; }
.custom-text-box h2 { font-size: var(--kpy-h2-size); font-weight: 800; }
.homepage-kindheart-wrap .custom-text-box h5 { font-size: 1.15rem; font-weight: 600; color: #13389D; }
.custom-text-box h5 { font-size: var(--kpy-h4-size); font-weight: 700; }
.custom-text-box p { font-size: var(--kpy-font-size); font-weight: 700; }
.custom-text-box-image { border-radius: 20px; width: 100%; height: 100%; object-fit: cover; }
.custom-text-box-icon { background: #f0f8ff; border-radius: 100px; color: var(--kpy-primary); font-size: 22px; text-align: center; display: inline-block; width: 25px; height: 25px; line-height: 30px; }
.custom-list { margin-bottom: 0; padding-left: 0; }
.custom-list-item { list-style: none; margin-top: 10px; margin-bottom: 10px; }
.counter-thumb { margin: 20px; margin-bottom: 0; }
.counter-number,
.counter-number-text { color: var(--kpy-primary); font-size: var(--kpy-h1-size); font-weight: 800; line-height: normal; }
.counter-text { color: var(--kpy-primary); font-size: var(--kpy-h5-size); font-weight: 700; display: block; }
.about-section { background-repeat: no-repeat; background-position: center; background-size: cover; }
.about-image { border-radius: 20px; display: block; width: 350px; height: 400px; object-fit: cover; }
.custom-text-block { padding: 60px 40px; }
.custom-text-block h2 { font-size: var(--kpy-h2-size); font-weight: 800; }
.custom-text-block p { font-size: var(--kpy-font-size); font-weight: 700; }
.cta-section { position: relative; overflow: hidden; }
.cta-section::before { content: ""; background-color: var(--kpy-primary); border-radius: 50%; position: absolute; top: -100px; left: -30px; width: 200px; height: 200px; opacity: 0.15; }
.cta-section::after { content: ""; border: 20px solid var(--kpy-primary); border-radius: 50%; position: absolute; bottom: -100px; right: 0; left: 0; margin: auto; width: 150px; height: 150px; opacity: 0.2; }
.cta-section h2 { font-size: var(--kpy-h2-size); font-weight: 800; }
.cta-section a { color: var(--kpy-primary); font-size: var(--kpy-h5-size); font-weight: 700; }
.cta-section a:hover { color: var(--kpy-secondary); }
.custom-block-wrap { background: var(--kpy-white); border-radius: 20px; position: relative; overflow: hidden; transition: all 0.5s; }
.custom-block-wrap:hover { box-shadow: 0 1rem 3rem rgba(0, 0, 0, .175); }
.custom-block-body { padding: 30px; }
.custom-block-body h5 { font-size: var(--kpy-h4-size); font-weight: 800; }
.custom-block-body p { font-size: var(--kpy-font-size); font-weight: 700; }
.custom-block-image { display: block; width: 100%; height: 100%; object-fit: cover; }
.custom-block .custom-btn { border-radius: 0; display: block; text-align: center; }
.custom-btn { background: var(--kpy-primary); border: 2px solid transparent; border-radius: 100px; color: var(--kpy-white); font-size: var(--kpy-h5-size); font-weight: 800; padding: 15px 25px; text-decoration: none; transition: all 0.3s; }
.custom-btn:hover { background: var(--kpy-secondary); color: var(--kpy-base); }
.volunteer-section { background: var(--kpy-primary); position: relative; overflow: hidden; }
.volunteer-section::after { content: ""; background: var(--kpy-secondary); border-radius: 50%; position: absolute; bottom: -110px; right: -80px; width: 350px; height: 350px; opacity: 0.2; }
.volunteer-form .form-control { background: #f0f8ff; border: 0; margin-bottom: 24px; padding: 13px 15px; }
.volunteer-form button[type="submit"] { background: var(--kpy-primary); border: none; border-radius: 100px; color: var(--kpy-white); padding: 15px 25px; }
.volunteer-image { border-radius: 100%; display: block; margin: auto; width: 300px; height: 300px; object-fit: cover; }
.volunteer-section h2 { font-size: var(--kpy-h2-size); font-weight: 800; }
.volunteer-section h3 { font-size: var(--kpy-h3-size); font-weight: 700; }
.volunteer-section .custom-block-body h4 { font-size: var(--kpy-h3-size); font-weight: 700; }
.volunteer-section .custom-block-body p { font-size: var(--kpy-font-size); font-weight: 700; line-height: 1.7; }
.info-split-section { padding: 4rem 0; }
.info-split-eyebrow { text-transform: uppercase; letter-spacing: 0.12em; font-size: 0.8rem; color: rgba(19, 56, 157, 0.8); margin-bottom: 0.5rem; }
.info-split-title { font-size: 2rem; font-weight: 700; color: #13389D; margin-bottom: 1rem; }
.info-split-subtitle { font-size: 0.95rem; color: #555; margin-bottom: 1.25rem; }
.info-split-card { background: #ffffff; border-radius: 28px; padding: 2.25rem 2.5rem; box-shadow: 0 20px 45px rgba(0, 0, 0, 0.12); }
.info-split-list { list-style: none; padding-left: 0; margin: 0; }
.info-split-list li { font-size: 0.95rem; margin-bottom: 0.35rem; }
.info-split-list li::before { content: "•"; color: #13389D; margin-right: 0.5rem; }
.info-split-media-card { border-radius: 32px; overflow: hidden; box-shadow: 0 22px 50px rgba(0, 0, 0, 0.25); }
.info-split-media-card img { width: 100%; height: 100%; object-fit: cover; display: block; }
.page-cta-hero { position: relative; overflow: hidden; background: linear-gradient(135deg, #13389D, #0d2a7a); color: #ffffff; padding: 4rem 0; }
.page-cta-hero::before { content: ""; position: absolute; inset: 0; background: radial-gradient(circle at 0 0, rgba(255, 255, 255, 0.15), transparent 55%); opacity: 0.9; }
.page-cta-hero .container { position: relative; z-index: 1; }
.page-cta-heading { font-size: 2rem; font-weight: 700; margin-bottom: 1rem; }
.page-cta-subheading { font-size: 0.95rem; margin-bottom: 1.25rem; color: rgba(255, 255, 255, 0.85); }
.page-cta-pills { display: flex; flex-wrap: wrap; gap: 0.5rem; margin-bottom: 1.5rem; }
.page-cta-pill { display: inline-flex; align-items: center; gap: 0.4rem; padding: 0.45rem 0.9rem; border-radius: 999px; background: rgba(255, 255, 255, 0.08); font-size: 0.8rem; }
.page-cta-pill i { font-size: 0.9rem; }
.page-cta-actions .btn { border-radius: 999px; padding-inline: 1.75rem; }
.page-cta-media { max-width: 380px; margin-left: auto; }
.page-cta-media-card { border-radius: 32px; overflow: hidden; box-shadow: 0 24px 55px rgba(0, 0, 0, 0.4); }
.page-cta-media-card img { width: 100%; height: 100%; object-fit: cover; display: block; }
@media (max-width: 992px) {
.page-cta-media { margin: 2rem auto 0; }
}
.news-block-top { border-radius: 20px; position: relative; overflow: hidden; }
.news-category-block { background: var(--kpy-primary); position: absolute; bottom: 0; right: 0; left: 0; padding: 10px 20px; }
.news-category-block .category-block-link { color: var(--kpy-white); margin-right: 10px; }
.news-section h2 { font-size: var(--kpy-h2-size); font-weight: 800; }
.news-section h5 { font-size: var(--kpy-h4-size); font-weight: 700; }
.news-block-title-link { color: var(--kpy-base); font-size: var(--kpy-h5-size); font-weight: 700; }
.news-block-title-link:hover { color: var(--kpy-primary); }
.custom-icon { color: var(--kpy-primary); }
.homepage-news-band { background: #050b3a; padding: 3.5rem 0 4rem; }
.homepage-news-cards { align-items: stretch; }
.homepage-news-card { background: #ffffff; border-radius: 32px; overflow: hidden; box-shadow: 0 24px 45px rgba(0, 0, 0, 0.45); display: flex; flex-direction: column; min-height: 100%; }
.homepage-news-card-image { height: 220px; overflow: hidden; }
.homepage-news-card-image img { width: 100%; height: 100%; object-fit: cover; display: block; }
.homepage-news-card-body { padding: 1.75rem 1.5rem 1.5rem; display: flex; flex-direction: column; gap: 0.75rem; }
.news-card-date-badge { display: inline-block; font-size: 0.8rem; font-weight: 600; color: #ffffff; background: #e91e63; border-radius: 999px; padding: 0.3rem 0.9rem; }
.news-card-title { font-size: 1.15rem; font-weight: 700; margin: 0; }
.news-card-title a { color: #13389D; text-decoration: none; }
.news-card-title a:hover { color: #0d2a7a; }
.news-card-excerpt { font-size: 0.95rem; color: #555; margin: 0; }
.news-card-read { margin-top: auto; font-size: 0.9rem; font-weight: 600; color: #e91e63; text-decoration: none; }
.news-card-read:hover { color: #ff3366; }
.news-subtitle { font-size: 0.95rem; }
.search-form { position: relative; }
.search-form .form-control { padding-right: 50px; }
.search-form button[type="submit"] { background: transparent; position: absolute; top: 0; right: 0; width: 50px; padding: 12px; border: none; }
.testimonial-section { position: relative; overflow: hidden; text-align: center; }
.testimonial-section::before { content: ""; background-color: var(--kpy-primary); border-radius: 50%; position: absolute; top: -100px; left: -30px; width: 250px; height: 250px; opacity: 0.15; }
#kpy-testimonial-carousel .carousel-caption { position: relative; right: 0; bottom: 0; left: 0; }
#kpy-testimonial-carousel .carousel-title { background: #f0f8ff; line-height: normal; margin-bottom: 30px; padding: 20px; font-size: var(--kpy-h4-size); font-weight: 800; }
#kpy-testimonial-carousel .carousel-name { background: var(--kpy-primary); border-radius: 20px; padding: 10px 20px; color: var(--kpy-white); display: inline-block; font-size: var(--kpy-h5-size); font-weight: 700; }
.carousel-name-title { font-weight: 800; }
.contact-section h2 { font-size: var(--kpy-h2-size); font-weight: 800; }
.contact-section h5 { font-size: var(--kpy-h4-size); font-weight: 700; }
.contact-form { background: #f0f8ff; border-radius: 10px; padding: 40px; }
@media (max-width: 991px) {
.section-padding { padding-top: 50px; padding-bottom: 50px; }
.about-image { width: 100%; height: auto; max-height: 400px; }
.custom-text-block { padding: 20px 0 0; }
.volunteer-image { width: 250px; height: 250px; }
}
@media (max-width: 580px) {
.volunteer-image { width: 150px; height: 150px; }
}
.hero-section.hero-inner { position: relative; height: 380px; max-height: 400px; display: flex; align-items: center; justify-content: center; color: white; overflow: hidden; border-radius: 0 0 0 80px; }
.hero-section.hero-inner .hero-bg-image { position: absolute; inset: 0; background-size: cover; background-position: center; z-index: 0; animation: hero-zoom-inout 18s ease-in-out infinite; }
@keyframes hero-zoom-inout {
    0%, 100% { transform: scale(1); }
    50% { transform: scale(1.08); }
}
.hero-section.hero-inner .hero-overlay { background: linear-gradient(135deg, rgba(30, 42, 94, 0.85) 0%, rgba(30, 42, 94, 0.75) 100%); width: 100%; height: 100%; display: flex; align-items: center; justify-content: center; flex-direction: column; padding: 0 2rem; text-align: center; z-index: 2; }
.hero-section.hero-inner .hero-content { max-width: 800px; margin: 0 auto; padding-top: 0; display: flex; flex-direction: column; align-items: center; justify-content: center; }
.hero-section.hero-inner .hero-breadcrumb { font-size: 14px; color: rgba(255, 255, 255, 0.8); margin-bottom: 1.25rem; display: flex; align-items: center; gap: 0.35rem; }
.hero-section.hero-inner .hero-breadcrumb a { color: rgba(255, 255, 255, 0.9); text-decoration: none; }
.hero-section.hero-inner .hero-breadcrumb a:hover { color: #fff; }
.hero-section.hero-inner .hero-breadcrumb .bi-chevron-right { font-size: 0.75rem; opacity: 0.8; }
.hero-section.hero-inner .hero-title { font-size: clamp(2.5rem, 4vw, 3.5rem); font-weight: 600; margin-bottom: 0.5rem; line-height: 1.2; letter-spacing: -0.5px; color: #ffffff; }
.hero-section.hero-inner .hero-excerpt { font-size: 1rem; color: rgba(255, 255, 255, 0.85); margin-bottom: 0; }
.hero-white-overlap { position: relative; background: #ffffff; border-top-left-radius: 80px; border-top-right-radius: 0; border-bottom-left-radius: 0; border-bottom-right-radius: 0; margin-top: -70px; padding: 60px; box-shadow: 0 -10px 30px rgba(0, 0, 0, 0.05); z-index: 3; }
.hero-white-overlap::before { content: ''; position: absolute; top: -75px; left: -75px; width: 150px; height: 150px; background: var(--kpy-secondary); border-radius: 50%; z-index: 0; pointer-events: none; }
.hero-white-overlap::after { content: ''; position: absolute; bottom: -100px; right: -100px; width: 200px; height: 200px; background: var(--kpy-primary); border-radius: 50%; z-index: 0; pointer-events: none; }
.hero-white-overlap > * { position: relative; z-index: 1; }
@media (max-width: 767px) {
.hero-section.hero-inner { height: 250px; border-radius: 0 0 0 60px; }
.hero-section.hero-inner .hero-title { font-size: 1.75rem !important; }
.hero-white-overlap { margin-top: -50px; padding: 40px 1.5rem; border-top-left-radius: 60px; }
.hero-white-overlap::before { width: 100px; height: 100px; top: -50px; left: -50px; }
.hero-white-overlap::after { width: 120px; height: 120px; bottom: -60px; right: -60px; }
}

.hero-inner-title {
    color: #ffffff;
}

.hero-excerpt {
    color: #ffffff;
}
@keyframes float {
    0%, 100% { transform: translateY(0) rotate(0deg); }
    50% { transform: translateY(-30px) rotate(10deg); }
}
@media (max-width: 567px) {
.hero-section.hero-inner { height: 250px; }
.spiritual-element { font-size: 30px !important; }
}
.mag-all-news-layout { padding: 3rem 0 4rem; background: #fff; }
.mag-all-news-layout .mag-all-news-cards { margin-bottom: 3rem; }
.mag-all-news-layout .mag-all-news-card { display: block; position: relative; min-height: 220px; padding: 2rem 1.5rem; border-radius: 40px 0 40px 0; overflow: hidden; text-decoration: none; border: none; box-shadow: none; }
.mag-all-news-layout .mag-all-news-card-bg { position: absolute; inset: 0; background-size: cover; background-position: center; }
.mag-all-news-layout .mag-all-news-card-overlay { position: absolute; inset: 0; background: rgba(0, 0, 0, 0.5); }
.mag-all-news-layout .mag-all-news-card-label { position: relative; z-index: 1; display: block; font-size: 1.1rem; font-weight: 700; letter-spacing: 0.12em; color: #fff; margin-bottom: 0.35rem; }
.mag-all-news-layout .mag-all-news-card-desc { position: relative; z-index: 1; display: block; font-size: 0.9rem; color: rgba(255, 255, 255, 0.9); }
.mag-all-news-layout .mag-all-news-posts { display: flex; flex-direction: column; gap: 2.5rem; }
.mag-all-news-layout .mag-all-news-post { display: flex; gap: 1.5rem; align-items: flex-start; border: none; box-shadow: none; padding: 0; }
.mag-all-news-layout .mag-all-news-meta-strip { flex-shrink: 0; width: 100px; display: flex; flex-direction: column; gap: 0.5rem; font-size: 0.75rem; color: var(--kpy-grey); padding-top: 0.25rem; }
.mag-all-news-layout .mag-all-news-meta-strip .mag-all-news-cats a { color: var(--kpy-primary); text-decoration: none; font-weight: 600; }
.mag-all-news-layout .mag-all-news-meta-strip .mag-all-news-cats a:hover { text-decoration: underline; }
.mag-all-news-layout .mag-all-news-meta-item { display: flex; align-items: center; gap: 0.35rem; }
.mag-all-news-layout .mag-all-news-meta-item i { color: var(--kpy-primary); font-size: 0.85rem; }
.mag-all-news-layout .mag-all-news-post-card { flex: 1; min-width: 0; display: block; text-decoration: none; color: inherit; border: none; box-shadow: none; border-radius: 40px 0 40px 0; overflow: hidden; background: #f8fafb; transition: background 0.2s ease; }
.mag-all-news-layout .mag-all-news-post-card:hover { background: var(--kpy-light, #e4eef2); }
.mag-all-news-layout .mag-all-news-post-image { width: 100%; height: 280px; overflow: hidden; }
.mag-all-news-layout .mag-all-news-post-img { width: 100%; height: 100%; object-fit: cover; display: block; }
.mag-all-news-layout .mag-all-news-post-body { padding: 1.5rem 1.75rem; }
.mag-all-news-layout .mag-all-news-post-title { font-size: 1.4rem; font-weight: 700; color: var(--kpy-secondary); margin: 0 0 0.5rem; line-height: 1.3; }
.mag-all-news-layout .mag-all-news-post-card:hover .mag-all-news-post-title { color: var(--kpy-secondary); }
.mag-all-news-layout .mag-all-news-post-excerpt { font-size: 0.95rem; line-height: 1.6; color: var(--kpy-grey); margin: 0 0 1rem; }
.mag-all-news-layout .mag-all-news-post-more { display: inline-flex; align-items: center; gap: 0.4rem; background: var(--kpy-primary); color: #fff; font-size: 0.8rem; font-weight: 700; padding: 0.5rem 1.1rem; border-radius: 20px 20px 0 0; transition: background 0.2s ease; }
.mag-all-news-layout .mag-all-news-post-card:hover .mag-all-news-post-more { background: var(--kpy-primary); }
.mag-all-news-layout .mag-all-news-sidebar { background: var(--kpy-light, #e4eef2); padding: 1.75rem; border-radius: 40px 0 40px 0; border: none; box-shadow: none; }
.mag-all-news-layout .mag-all-news-widget { margin-bottom: 2rem; }
.mag-all-news-layout .mag-all-news-widget:last-child { margin-bottom: 0; }
.mag-all-news-layout .mag-all-news-search-form { display: flex; width: 100%; border-radius: 40px 0 40px 0; overflow: hidden; }
.mag-all-news-layout .mag-all-news-search-input { flex: 1; padding: 0.65rem 1rem; font-size: 0.9rem; border: none; background: #fff; }
.mag-all-news-layout .mag-all-news-search-btn { padding: 0.65rem 1rem; background: var(--kpy-primary); color: #fff; border: none; }
.mag-all-news-layout .mag-all-news-widget-title { background: var(--kpy-primary); color: #fff; font-size: 0.85rem; font-weight: 700; padding: 0.6rem 1rem; margin: 0 0 1rem; border-radius: 40px 0 40px 0; }
.mag-all-news-layout .mag-all-news-popular-thumb { width: 60px; height: 60px; flex-shrink: 0; object-fit: cover; border-radius: 40px 0 40px 0; }
.mag-all-news-layout .mag-all-news-popular-thumb-placeholder { display: flex; align-items: center; justify-content: center; background: var(--kpy-primary); color: #fff; }
.mag-all-news-layout .mag-all-news-pagination { margin-top: 2.5rem; }
.mag-all-news-layout .mag-all-news-pagination ul { display: flex; flex-wrap: wrap; gap: 0.5rem; list-style: none; padding: 0; margin: 0; justify-content: center; }
.mag-all-news-layout .mag-all-news-pagination a,
.mag-all-news-layout .mag-all-news-pagination span { display: inline-block; padding: 0.5rem 1rem; background: var(--kpy-light, #e4eef2); color: var(--kpy-base); text-decoration: none; border-radius: 40px 0 40px 0; font-size: 0.9rem; font-weight: 600; }
.mag-all-news-layout .mag-all-news-pagination .current,
.mag-all-news-layout .mag-all-news-pagination a:hover { background: var(--kpy-primary); color: #fff; }
@media (max-width: 991px) {
.mag-all-news-layout .mag-all-news-post { flex-direction: column; gap: 0.75rem; }
.mag-all-news-layout .mag-all-news-meta-strip { width: 100%; flex-direction: row; flex-wrap: wrap; gap: 0.5rem 1rem; }
}
@media (max-width: 576px) {
.mag-all-news-layout .mag-all-news-post-image { height: 220px; }
.mag-all-news-layout .mag-all-news-post-body { padding: 1.25rem; }
}
.mag-single-main .mag-article-section { background: #fff; padding: 3rem 0 4rem; }
.mag-single-main .mag-article-hero-img { width: 100%; max-height: 360px; margin: 0 auto 1rem; overflow: hidden; border-radius: 40px 0 40px 0; }
.mag-single-main .mag-article-hero-img-el { width: 100%; height: 100%; display: block; object-fit: cover; }
.mag-single-main .mag-article-title { font-size: 2rem; font-weight: 700; color: var(--kpy-base); margin: 0 0 1.5rem; line-height: 1.3; }
.mag-single-main .mag-article-layout { display: flex; gap: 2rem; align-items: flex-start; }
.mag-single-main .mag-article-meta-strip { flex-shrink: 0; width: 120px; display: flex; flex-direction: column; gap: 0.6rem; font-size: 0.8rem; color: var(--kpy-grey); }
.mag-single-main .mag-article-meta-strip .mag-article-cats a { color: var(--kpy-primary); text-decoration: none; font-weight: 600; text-transform: uppercase; letter-spacing: 0.04em; }
.mag-single-main .mag-article-meta-strip .mag-article-cats a:hover { text-decoration: underline; }
.mag-single-main .mag-article-meta-item { display: flex; align-items: center; gap: 0.35rem; }
.mag-single-main .mag-article-meta-item i { color: var(--kpy-primary); font-size: 0.9rem; }
.mag-single-main .mag-article-content { flex: 1; min-width: 0; }
.mag-single-main .mag-article-body { font-size: 1rem; line-height: 1.75; color: var(--kpy-base); }
.mag-single-main .mag-article-body img { max-width: 100%; height: auto; border-radius: 40px 0 40px 0; }
.mag-single-main .mag-article-tags { margin-top: 1.5rem; display: flex; align-items: center; gap: 0.75rem; flex-wrap: wrap; font-size: 0.9rem; }
.mag-single-main .mag-article-tags i { color: var(--kpy-primary); }
.mag-single-main .mag-tags-list a { color: var(--kpy-primary); text-decoration: none; }
.mag-single-main .mag-tags-list a:hover { text-decoration: underline; }
.mag-single-main .mag-article-sidebar { background: var(--kpy-light, #e4eef2); padding: 1.75rem; border-radius: 40px 0 40px 0; }
.mag-single-main .mag-sidebar-widget { margin-bottom: 2rem; }
.mag-single-main .mag-widget-title { background: var(--kpy-primary); color: #fff; font-size: 0.85rem; font-weight: 700; padding: 0.6rem 1rem; margin: 0 0 1rem; border-radius: 40px 0 40px 0; }
.mag-single-main .mag-author-img { border-radius: 50%; width: 100px; height: 100px; object-fit: cover; }
.mag-single-main .mag-single-popular-thumb { width: 60px; height: 60px; object-fit: cover; border-radius: 40px 0 40px 0; }
.mag-gallery-section { padding: 3rem 0 4rem; background: #f8fafb; }
.mag-gallery-grid { display: grid; grid-template-columns: repeat(auto-fill, minmax(220px, 1fr)); gap: 1.5rem; }
.mag-gallery-img-wrap { position: relative; overflow: hidden; border-radius: 40px 0 40px 0; }
.mag-gallery-img { width: 100%; height: 100%; object-fit: cover; display: block; }
.mag-gallery-overlay { position: absolute; inset: 0; background: rgba(0, 0, 0, 0.35); display: flex; align-items: center; justify-content: center; opacity: 0; transition: opacity 0.2s ease; color: #fff; font-size: 1.75rem; }
.mag-gallery-img-wrap:hover .mag-gallery-overlay { opacity: 1; }
.mag-lightbox { position: fixed; inset: 0; background: rgba(0, 0, 0, 0.9); display: flex; align-items: center; justify-content: center; z-index: 9999; opacity: 0; transition: opacity 0.2s ease; }
.mag-lightbox.active { opacity: 1; }
.mag-lightbox-inner { position: relative; max-width: 90%; max-height: 90vh; }
.mag-lightbox-img { max-width: 100%; max-height: 80vh; display: block; }
.mag-lightbox-close { position: absolute; top: -40px; right: 0; background: transparent; border: none; color: #fff; font-size: 1.5rem; }
.kpy-shape-card,
.info-split-card,
.info-split-media-card,
.page-cta-media-card,
.vision-card,
.mission-card,
.goal-highlight,
.objective-card,
.org-detail-card,
.nature-card,
.intro-content-card,
.value-card,
.action-card,
.featured-project-card,
.related-project-card,
.project-card-inner,
.project-card,
.kpy-program-card,
.kpy-programs-section .card,
.contact-info-card,
.contact-form-card,
.contact-map-card,
.method-card,
.home-stat-card,
.section-intro-card,
.single-program-block,
.single-program-summary-card,
.programs-hero-card,
.programs-summary-card,
.hero-card,
.xtra-about-us-wrapper .hero-card,
.strategy-section .strategy-image-wrapper,
.team-card-modern,
.card { border-radius: var(--kpy-card-radius) 0 var(--kpy-card-radius) 0; overflow: hidden; }
.btn,
.btn-primary-256yp,
.btn-primary,
.btn-outline-primary,
.btn-light,
.btn-outline-light,
.btn-cta-256yp,
.kpy-read-more,
.kpy-program-cta-btn,
.contact-btn,
.yp256-btn,
.yp256-cta-btn,
.filter-btn { border-radius: var(--kpy-button-radius) 0 var(--kpy-button-radius) 0; }
.kpy-image-frame,
.kpy-image-frame img,
.about-image-stack .main-image-wrapper img,
.project-image,
.project-image img,
.gallery-item-wrapper,
.gallery-item-wrapper img,
.homepage-news-card-image img,
.kpy-program-image,
.related-project-image,
.related-project-image img,
.featured-project-image,
.featured-project-image img,
.hero-image,
.hero-image img,
.strategy-image-wrapper img,
.yp256-image-grid img,
.yp256-news-image img,
.about-unified-image-main img,
.about-unified-image-secondary img,
.team-image-wrapper,
.team-image-wrapper img,
.card img,
.kpy-program-card img,
.project-card img { border-radius: var(--kpy-image-radius) 0 var(--kpy-image-radius) 0; }
.home-section { padding: 4rem 0; }
.home-section--dark { background-color: var(--kpy-primary); color: var(--kpy-white); }
.home-section--light { background-color: #f5f7fb; }
.home-section .section-heading { margin-bottom: 1rem; font-weight: 700; }
.home-section .section-lead { max-width: 720px; margin: 0 auto 2.5rem; color: #64748b; }
.kpy-home-hero-section { position: relative; padding: 5rem 0 4rem; background-color: #f5f7fb; overflow: hidden; border-radius: 0 0 0 80px; }
.kpy-home-hero-pattern { position: absolute; inset: 0; background-image: url("../images/home-geo-bg.png"); background-size: cover; background-position: center; opacity: 0.18; pointer-events: none; }
.kpy-home-hero-content { position: relative; z-index: 2; }
.kpy-home-hero-badge { display: inline-block; padding: 0.35rem 0.9rem; border-radius: 999px; background-color: var(--kpy-primary); color: #ffffff; font-size: 0.8rem; letter-spacing: 0.16em; }
.kpy-home-hero-title { margin-top: 1.5rem; font-size: 2.4rem; font-weight: 700; color: var(--kpy-primary); }
.kpy-home-hero-subtitle { margin-top: 0.75rem; font-size: 1rem; color: #475569; }
.kpy-home-hero-description { margin-top: 0.75rem; font-size: 0.98rem; color: #475569; }
.kpy-home-hero-stats { display: flex; flex-wrap: wrap; gap: 2.5rem; margin-top: 2rem; }
.kpy-home-hero-stat { display: flex; align-items: center; gap: 0.75rem; }
.kpy-stat-number { font-size: 2.4rem; font-weight: 700; color: var(--kpy-primary); }
.kpy-stat-text { display: flex; flex-direction: column; }
.kpy-stat-label { font-size: 0.85rem; color: #64748b; text-transform: uppercase; letter-spacing: 0.14em; }
.kpy-stat-value { font-size: 0.95rem; color: #1f2933; font-weight: 600; }
.kpy-home-hero-buttons { margin-top: 2rem; display: flex; flex-wrap: wrap; gap: 0.75rem; }
.kpy-home-hero-images { position: relative; display: grid; grid-template-columns: 1.2fr 0.9fr; grid-template-rows: 190px 190px; gap: 14px; height: 400px; z-index: 2; }
.kpy-hero-image { background-size: cover; background-position: center; border-radius: 32px 0 32px 0; overflow: hidden; }
.kpy-hero-image-main { grid-column: 1 / 2; grid-row: 1 / 3; }
.kpy-hero-image-secondary { grid-column: 2 / 3; grid-row: 1 / 2; }
.kpy-hero-image-tertiary { grid-column: 2 / 3; grid-row: 2 / 3; }
.kpy-hero-floating-shape { position: absolute; border-radius: 50%; background: rgba(19, 56, 157, 0.06); }
.kpy-hero-shape-1 { width: 120px; height: 120px; top: -20px; right: 0; }
.kpy-hero-shape-2 { width: 80px; height: 80px; bottom: -10px; left: 20%; }
.kpy-home-relaxer-section { padding: 4.5rem 0; background-color: #0b1437; color: #ffffff; }
.kpy-relaxer-badge { display: inline-block; padding: 0.35rem 0.9rem; border-radius: 999px; background-color: var(--kpy-primary); font-size: 0.8rem; letter-spacing: 0.12em; }
.kpy-relaxer-title { margin-top: 1.5rem; font-size: 2rem; font-weight: 700; }
.kpy-relaxer-description { margin-top: 1rem; color: #e2e8f0; font-size: 0.98rem; }
.kpy-relaxer-benefits { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 1.5rem; }
.kpy-benefit-item { display: flex; gap: 0.75rem; align-items: flex-start; }
.kpy-benefit-icon { width: 44px; height: 44px; border-radius: 18px; background-color: rgba(15, 23, 42, 0.85); display: flex; align-items: center; justify-content: center; font-size: 1.3rem; }
.kpy-benefit-content h4 { margin: 0 0 0.35rem; font-size: 0.98rem; font-weight: 600; }
.kpy-benefit-content p { margin: 0; font-size: 0.9rem; color: #cbd5f5; }
.section-intro-overlap { position: relative; margin-top: -80px; z-index: 3; }
.section-intro-card { background-color: #ffffff; padding: 2.5rem 3rem; box-shadow: 0 24px 60px rgba(15, 23, 42, 0.24); }
.section-intro-kicker { font-size: 0.8rem; letter-spacing: 0.16em; text-transform: uppercase; color: #94a3b8; }
.section-intro-title { font-size: 1.8rem; font-weight: 700; color: var(--kpy-primary); }
.section-intro-text { font-size: 0.98rem; color: #334155; }
.home-stat-card,
.home-feature-card,
.home-project-card { background-color: #ffffff; border-radius: 24px; padding: 1.75rem 1.5rem; box-shadow: 0 18px 30px rgba(15, 23, 42, 0.10); height: 100%; transition: transform 0.25s ease, box-shadow 0.25s ease; }
.home-stat-card:hover,
.home-feature-card:hover,
.home-project-card:hover { transform: translateY(-6px); box-shadow: 0 24px 45px rgba(15, 23, 42, 0.16); }
.home-stat-label { display: block; font-size: 0.8rem; text-transform: uppercase; letter-spacing: 0.14em; color: #94a3b8; margin-bottom: 0.35rem; }
.home-stat-value { font-size: 1.5rem; font-weight: 700; color: var(--kpy-primary); margin-bottom: 0.35rem; }
.home-stat-text { font-size: 0.95rem; color: #475569; }
.home-chair-card { background-color: #ffffff; padding: 2.5rem 2.75rem; box-shadow: 0 24px 60px rgba(15, 23, 42, 0.25); }
.home-chair-card .chair-label { font-size: 0.85rem; text-transform: uppercase; letter-spacing: 0.16em; color: #94a3b8; margin-bottom: 0.5rem; }
.home-chair-card .chair-quote-title { font-size: 1.7rem; font-weight: 700; color: var(--kpy-primary); margin-bottom: 1rem; }
.home-chair-card p { font-size: 0.98rem; color: #334155; }
.home-chair-card .chair-signoff { margin-top: 1.25rem; font-weight: 600; }
.home-program-card-title,
.home-project-card-title { font-size: 1.15rem; font-weight: 600; margin-bottom: 0.5rem; }
.home-program-card-text,
.home-project-card-text { font-size: 0.95rem; color: #475569; margin-bottom: 0.75rem; }
.home-program-meta,
.home-project-meta { font-size: 0.8rem; text-transform: uppercase; letter-spacing: 0.12em; color: #94a3b8; margin-bottom: 0.35rem; }
.home-program-card-cta,
.home-project-card-cta { font-size: 0.9rem; font-weight: 500; color: var(--kpy-primary); }
.home-program-card-cta i,
.home-project-card-cta i { font-size: 0.9rem; }
.about-main .hero-section { position: relative; background-size: cover; background-position: center; border-radius: 0 0 0 80px; overflow: hidden; }
.about-main .hero-overlay { background: transparent; padding: 6rem 0 7.5rem; }
.about-main .hero-content { max-width: 1140px; margin: 0 auto; padding: 0 1.5rem; text-align: left; }
.about-main .hero-title { font-size: 2.5rem; font-weight: 700; color: #ffffff; margin-bottom: 0.75rem; }
.about-main .hero-excerpt { max-width: 560px; color: rgba(255, 255, 255, 0.8); font-size: 0.98rem; margin-bottom: 1.25rem; }
.about-main .hero-breadcrumb { font-size: 0.8rem; text-transform: uppercase; letter-spacing: 0.15em; color: rgba(255, 255, 255, 0.7); }
.about-main .hero-breadcrumb a { color: #ffffff; text-decoration: none; }
.about-main .hero-breadcrumb a:hover { text-decoration: underline; }
.about-layout-section { background-color: #ffffff; padding: 0 0 5rem; }
.about-unified-floating-wrap { position: relative; max-width: 1140px; margin: -90px auto 3.5rem; padding: 0 1.5rem; z-index: 5; }
.about-unified-floating-card { background-color: #ffffff; border-radius: 26px; box-shadow: 0 24px 70px rgba(15, 23, 42, 0.32); padding: 2.75rem 3rem; display: grid; grid-template-columns: minmax(0, 1.6fr) minmax(0, 1.1fr); gap: 2.5rem; align-items: center; }
.about-unified-floating-left { position: relative; }
.about-unified-floating-badge { position: absolute; top: -26px; left: -26px; width: 56px; height: 56px; border-radius: 18px; background: var(--kpy-secondary); }
.about-unified-floating-eyebrow { font-size: 0.78rem; text-transform: uppercase; letter-spacing: 0.2em; color: #94a3b8; margin-bottom: 0.4rem; }
.about-unified-floating-title { font-size: 1.9rem; font-weight: 700; margin-bottom: 0.6rem; color: var(--kpy-base); }
.about-unified-floating-title span { color: var(--kpy-secondary-2); }
.about-unified-floating-text { font-size: 0.98rem; color: #475569; margin-bottom: 1.25rem; }
.about-unified-floating-note { display: flex; align-items: flex-start; gap: 0.75rem; font-size: 0.9rem; color: #64748b; }
.about-unified-floating-note-icon { width: 40px; height: 40px; border-radius: 999px; background: rgba(255, 255, 255, 0.9); border: 1px solid rgba(226, 232, 240, 0.9); display: flex; align-items: center; justify-content: center; color: var(--kpy-secondary-2); flex-shrink: 0; }
.about-unified-floating-note-icon i { font-size: 1.1rem; }
.about-unified-floating-cta { margin-top: 1.5rem; }
.about-unified-floating-cta .btn-primary { background-color: var(--kpy-secondary-2); border-color: var(--kpy-secondary-2); border-radius: 999px; padding-inline: 2.2rem; font-weight: 600; }
.about-unified-floating-cta .btn-primary:hover { background-color: #4a166e; border-color: #4a166e; }
.about-unified-floating-cta .btn-outline-light { border-radius: 999px; padding-inline: 1.6rem; font-weight: 500; }
.about-unified-floating-right { align-self: stretch; display: flex; align-items: center; justify-content: center; }
.about-unified-floating-mini { border-radius: 18px; background: #f8fafc; padding: 1.75rem 1.75rem 1.9rem; border: 1px solid #e2e8f0; }
.about-unified-floating-mini-title { font-size: 1.05rem; font-weight: 600; color: var(--kpy-base); margin-bottom: 0.5rem; }
.about-unified-floating-mini-text { font-size: 0.9rem; color: #64748b; margin-bottom: 0.9rem; }
.about-unified-floating-mini-meta { font-size: 0.82rem; text-transform: uppercase; letter-spacing: 0.18em; color: #94a3b8; }
.about-unified-image-row { max-width: 1140px; margin: 0 auto 4.5rem; }
.about-unified-image-stack { position: relative; }
.about-unified-image-main { border-radius: 36px; overflow: hidden; box-shadow: 0 22px 60px rgba(15, 23, 42, 0.38); }
.about-unified-image-main img { width: 100%; height: 100%; object-fit: cover; display: block; }
.about-unified-image-pill { position: absolute; bottom: -28px; left: 16%; width: 120px; height: 120px; border-radius: 36px; background: var(--kpy-primary); }
.about-unified-image-secondary { border-radius: 26px; overflow: hidden; box-shadow: 0 18px 45px rgba(15, 23, 42, 0.28); }
.about-unified-image-secondary img { width: 100%; height: 100%; object-fit: cover; display: block; }
.about-unified-strategy { max-width: 1140px; margin: 0 auto 4.5rem; }
.about-unified-strategy-eyebrow { font-size: 0.78rem; text-transform: uppercase; letter-spacing: 0.2em; color: #94a3b8; margin-bottom: 0.4rem; }
.about-unified-strategy-title { font-size: 1.8rem; font-weight: 700; color: var(--kpy-base); margin-bottom: 0.8rem; }
.about-unified-strategy-title span { color: var(--kpy-secondary-2); }
.about-unified-strategy-text p { font-size: 0.98rem; color: #475569; max-width: 520px; }
.about-unified-strategy-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 1.3rem 1.6rem; }
.about-unified-strategy-item { display: flex; flex-direction: column; align-items: flex-start; gap: 0.4rem; }
.about-unified-strategy-icon { width: 42px; height: 42px; border-radius: 14px; background: rgba(19, 56, 157, 0.06); display: flex; align-items: center; justify-content: center; color: var(--kpy-primary); }
.about-unified-strategy-icon i { font-size: 1.1rem; }
.about-unified-strategy-label { font-size: 0.92rem; font-weight: 600; color: var(--kpy-base); }
.about-unified-strategy-meta { font-size: 0.8rem; color: #94a3b8; }
@media (max-width: 991.98px) {
.about-unified-floating-card { grid-template-columns: minmax(0, 1fr); padding: 2.3rem 2.2rem; }
.about-unified-floating-badge { left: 0; }
.about-unified-image-pill { left: 8%; }
.about-unified-strategy-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
}
@media (max-width: 767.98px) {
.about-main .hero-overlay { padding: 4.5rem 0 6.2rem; }
.about-main .hero-title { font-size: 2rem; }
.about-unified-floating-wrap { margin-top: -70px; margin-bottom: 3rem; }
.about-unified-floating-card { padding: 2rem 1.75rem; }
.about-unified-image-pill { display: none; }
.about-unified-strategy-grid { grid-template-columns: minmax(0, 1fr); }
}
.xtra-about-us-wrapper { font-family: var(--body-font-family, 'Metropolis', sans-serif); background: linear-gradient(135deg, var(--kpy-primary) 0%, #0d1742 100%); overflow: hidden; }
.xtra-about-us-wrapper .container { max-width: 1200px; margin: 0 auto; padding: 0 20px; }
.about-hero-section { padding: 80px 0; position: relative; border-radius: 0 0 0 80px; overflow: hidden; }
.about-hero-content { display: flex; gap: 60px; align-items: center; }
.hero-left { flex: 1; position: relative; }
.decorative-shape { position: absolute; width: 150px; height: 150px; background: var(--kpy-secondary); border-radius: 50% 50% 0 50%; top: -40px; left: -40px; z-index: 1; }
.hero-card { background: #f5f5f0; border-radius: 20px; padding: 60px 50px 40px; position: relative; z-index: 2; box-shadow: 0 20px 60px rgba(0, 0, 0, 0.2); }
.hero-subtitle { font-size: 24px; font-weight: 400; color: #333; margin: 0 0 5px 0; line-height: 1.3; }
.hero-title { font-size: 28px; font-weight: 700; color: var(--kpy-secondary); margin: 0 0 40px 0; line-height: 1.3; }
.hero-cta { display: flex; gap: 20px; align-items: flex-start; margin-bottom: 30px; padding: 20px; background: rgba(255, 255, 255, 0.5); border-radius: 10px; }
.cta-icon { flex-shrink: 0; }
.cta-text h4 { font-size: 16px; font-weight: 600; color: var(--kpy-primary); margin: 0 0 8px 0; }
.cta-text p { font-size: 13px; color: #666; margin: 0; line-height: 1.5; }
.contact-btn { display: inline-flex; align-items: center; gap: 10px; background: var(--kpy-secondary); color: var(--kpy-white); padding: 15px 35px; border-radius: 5px; text-decoration: none; font-weight: 600; font-size: 14px; letter-spacing: 0.5px; transition: all 0.3s ease; }
.contact-btn:hover { background: var(--kpy-secondary-2); transform: translateX(5px); }
.contact-btn span { font-size: 18px; transition: transform 0.3s ease; }
.contact-btn:hover span { transform: translateX(5px); }
.hero-right { flex: 1; }
.hero-image { border-radius: 20px; overflow: hidden; box-shadow: 0 20px 60px rgba(0, 0, 0, 0.3); }
.hero-image img { width: 100%; height: auto; display: block; }
.strategy-section { padding: 80px 0 100px; position: relative; }
.strategy-content { display: flex; gap: 80px; align-items: center; }
.strategy-left { flex: 1; position: relative; }
.strategy-image-wrapper { position: relative; }
.decorative-shape-2 { position: absolute; width: 180px; height: 180px; background: #0d1742; border-radius: 50% 0 50% 50%; bottom: -30px; right: -30px; z-index: 1; }
.strategy-image-wrapper img { width: 100%; border-radius: 20px; position: relative; z-index: 2; box-shadow: 0 20px 60px rgba(0, 0, 0, 0.3); }
.strategy-right { flex: 1; }
.strategy-title { font-size: 42px; font-weight: 700; color: var(--kpy-white); margin: 0; line-height: 1.2; }
.strategy-title .text-red { color: var(--kpy-secondary); }
.strategy-description { color: rgba(255, 255, 255, 0.8); font-size: 15px; line-height: 1.8; margin: 25px 0 40px; }
.services-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 30px; }
.service-item { display: flex; align-items: center; gap: 15px; }
.service-icon { flex-shrink: 0; }
.service-item h4 { font-size: 16px; font-weight: 600; color: var(--kpy-white); margin: 0 0 3px 0; }
.service-item p { font-size: 14px; color: rgba(255, 255, 255, 0.7); margin: 0; }
@media (max-width: 992px) {
    .about-hero-content,
.strategy-content { flex-direction: column; gap: 40px; }
.hero-card { padding: 40px 30px; }
.strategy-title { font-size: 36px; }
.services-grid { gap: 20px; }
}
.single-layout-container { max-width: 1140px; }
.single-layout-featured-img { width: 100%; height: 450px; object-fit: cover; border-radius: 12px; box-shadow: 0 18px 45px rgba(15, 23, 42, 0.18); }
@media (max-width: 767.98px) {
.single-layout-featured-img { height: 260px; }
}
.single-layout-row { align-items: flex-start; }
.sp-info-box { background: #f8f9fa; border-radius: 8px; padding: 30px 26px; box-shadow: 0 10px 30px rgba(15, 23, 42, 0.08); position: sticky; top: 120px; display: flex; flex-direction: column; gap: 1rem; }
.sp-info-title { font-size: 1.05rem; font-weight: 600; color: var(--kpy-primary); margin-bottom: 0.5rem; }
.sp-info-list { margin: 0; }
.sp-info-item { display: flex; align-items: center; font-size: 0.92rem; color: #475569; margin-bottom: 0.4rem; }
.sp-info-item i { color: var(--kpy-primary); }
.sp-info-item .label { font-weight: 500; margin-right: 4px; }
.sp-status-badge .sp-status-pill { background: rgba(var(--kpy-secondary-rgb), 0.08); color: var(--kpy-secondary); border-radius: 999px; padding: 6px 14px; font-size: 0.78rem; text-transform: uppercase; letter-spacing: 0.08em; }
.sp-share-label { font-size: 0.8rem; text-transform: uppercase; letter-spacing: 0.12em; color: #94a3b8; }
.sp-share-icons { display: flex; flex-wrap: wrap; }
.sp-share-icon { width: 32px; height: 32px; border-radius: 50%; display: flex; align-items: center; justify-content: center; color: #ffffff; font-size: 0.9rem; text-decoration: none; transition: transform 0.2s ease, box-shadow 0.2s ease, opacity 0.2s ease; }
.sp-share-icon.facebook { background: #1877f2; }
.sp-share-icon.twitter { background: #1da1f2; }
.sp-share-icon.linkedin { background: #0a66c2; }
.sp-share-icon.whatsapp { background: #25d366; }
.sp-share-icon:hover { transform: translateY(-2px); box-shadow: 0 8px 18px rgba(15, 23, 42, 0.18); opacity: 0.95; }
@media (max-width: 991.98px) {
.sp-info-box { position: static; margin-bottom: 2rem; }
}
.sp-section-title { font-size: 1.35rem; font-weight: 600; color: var(--kpy-primary); margin-bottom: 0.85rem; }
.sp-section-body { font-size: 0.98rem; line-height: 1.8; color: #4b5563; font-family: var(--kpy-body-font); }
.sp-objectives-text p { margin-bottom: 0.6rem; }
.sp-gallery-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 16px; }
@media (max-width: 991.98px) {
.sp-gallery-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
}
@media (max-width: 575.98px) {
.sp-gallery-grid { grid-template-columns: minmax(0, 1fr); }
}
.sp-gallery-item { display: block; border-radius: 8px; overflow: hidden; position: relative; }
.sp-gallery-item img { width: 100%; height: 210px; object-fit: cover; display: block; transition: transform 0.35s ease; }
.sp-gallery-item::after { content: ''; position: absolute; inset: 0; background: linear-gradient(to top, rgba(15, 23, 42, 0.6), transparent 55%); opacity: 0; transition: opacity 0.3s ease; }
.sp-gallery-item:hover img { transform: scale(1.06); }
.sp-gallery-item:hover::after { opacity: 1; }
.sp-impact-section { background: #f0f4ff; border-radius: 12px; padding: 50px 40px; }
.sp-impact-title { font-size: 1.4rem; font-weight: 600; color: var(--kpy-primary); margin-bottom: 0.4rem; }
.sp-impact-intro { font-size: 0.95rem; color: #4b5563; font-family: var(--kpy-body-font); margin-bottom: 1.5rem; }
.sp-impact-stats { display: flex; flex-wrap: wrap; gap: 16px; }
.sp-impact-pill { flex: 1 1 160px; min-width: 0; background: #ffffff; border-radius: 999px; padding: 12px 18px; display: flex; flex-direction: column; align-items: flex-start; box-shadow: 0 10px 25px rgba(148, 163, 184, 0.25); }
.sp-impact-pill .pill-number { font-size: 1.2rem; font-weight: 700; color: var(--kpy-primary); }
.sp-impact-pill .pill-label { font-size: 0.8rem; color: #6b7280; }
@media (max-width: 575.98px) {
.sp-impact-section { padding: 32px 22px; }
}
.sp-bottom-cta { background: var(--kpy-primary); color: #ffffff; border-radius: 12px; padding: 60px 40px; text-align: center; box-shadow: 0 18px 45px rgba(15, 23, 42, 0.35); }
.sp-bottom-cta-title { font-size: 1.7rem; font-weight: 600; margin-bottom: 0.75rem; }
.sp-bottom-cta-text { font-size: 0.98rem; max-width: 640px; margin: 0 auto 1.8rem; color: rgba(255, 255, 255, 0.9); font-family: var(--kpy-body-font); }
.sp-bottom-cta-actions { display: flex; flex-wrap: wrap; justify-content: center; gap: 12px; }
.sp-cta-btn-primary,
.sp-cta-btn-secondary { padding: 0.85rem 2.4rem; font-size: 0.95rem; font-weight: 600; border-radius: 999px; border: 2px solid transparent; text-transform: none; }
.sp-cta-btn-primary { background: var(--kpy-secondary); color: var(--kpy-white); border-color: var(--kpy-secondary); }
.sp-cta-btn-primary:hover { background: var(--kpy-secondary-2); border-color: var(--kpy-secondary-2); color: var(--kpy-white); }
.sp-cta-btn-secondary { background: transparent; color: #ffffff; border-color: #ffffff; }
.sp-cta-btn-secondary:hover { background: #ffffff; color: var(--kpy-primary); }
@media (max-width: 575.98px) {
.sp-bottom-cta { padding: 40px 22px; }
}
.program-archive-wrap { margin-top: 2rem; margin-bottom: 4rem; }
.program-archive-filters { background: #ffffff; border-radius: 12px; padding: 20px 24px; box-shadow: 0 5px 25px rgba(15, 23, 42, 0.06); margin-bottom: 2rem; }
.program-archive-filters-inner { display: flex; flex-wrap: wrap; gap: 16px 24px; align-items: flex-end; }
.program-filter-group { display: flex; flex-direction: column; gap: 6px; }
.program-filter-label { font-size: 0.78rem; text-transform: uppercase; letter-spacing: 0.14em; color: #94a3b8; }
.program-filter-select,
.program-filter-input { min-width: 180px; padding: 8px 12px; border-radius: 999px; border: 1px solid #e2e8f0; font-size: 0.9rem; color: #1f2933; background: #f9fafb; }
.program-filter-input { min-width: 230px; }
@media (max-width: 767.98px) {
.program-archive-filters-inner { flex-direction: column; align-items: stretch; }
    .program-filter-select,
.program-filter-input { width: 100%; }
}
.program-archive-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 30px; }
@media (max-width: 991.98px) {
.program-archive-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
}
@media (max-width: 575.98px) {
.program-archive-grid { grid-template-columns: minmax(0, 1fr); }
}
.program-card { background: #ffffff; border-radius: 8px; box-shadow: 0 5px 25px rgba(15, 23, 42, 0.08); overflow: hidden; display: flex; flex-direction: column; transition: transform 0.25s ease, box-shadow 0.25s ease; }
.program-card:hover { transform: translateY(-8px); box-shadow: 0 15px 40px rgba(15, 23, 42, 0.16); }
.program-card-image-wrap { position: relative; height: 240px; overflow: hidden; }
.program-card-image { width: 100%; height: 100%; object-fit: cover; display: block; transition: transform 0.4s ease; }
.program-card-image--placeholder { background: #e5e7eb; color: #4b5563; }
.program-card-hover { position: absolute; inset: 0; background: rgba(30, 42, 94, 0.7); display: flex; align-items: center; justify-content: center; opacity: 0; transition: opacity 0.3s ease; }
.program-card-hover-text { color: #ffffff; font-size: 0.88rem; font-weight: 600; padding: 0.6rem 1.5rem; border-radius: 999px; border: 1px solid rgba(255, 255, 255, 0.8); }
.program-card:hover .program-card-image { transform: scale(1.06); }
.program-card:hover .program-card-hover { opacity: 1; }
.program-card-body { padding: 30px; }
.program-card-badge { display: inline-block; padding: 6px 14px; border-radius: 20px; background: #ffe5e5; color: var(--kpy-secondary); font-size: 0.75rem; font-weight: 600; text-transform: uppercase; }
.program-card-title { font-size: 1.375rem; font-weight: 600; color: var(--kpy-primary); margin-top: 15px; margin-bottom: 6px; }
.program-card-title a { color: inherit; text-decoration: none; }
.program-card-title a:hover { color: var(--kpy-secondary); }
.program-card-excerpt { font-size: 0.94rem; color: #666666; line-height: 1.6; max-height: 3.2em; overflow: hidden; }
.program-card-meta { margin-top: 15px; padding-top: 15px;  display: flex; align-items: center; justify-content: space-between; gap: 0.75rem; }
.program-card-meta-left { display: flex; flex-wrap: wrap; gap: 0.6rem 1rem; font-size: 0.85rem; color: #64748b; }
.program-card-duration i,
.program-card-target i { color: var(--kpy-primary); }
.program-card-link { font-size: 0.9rem; font-weight: 600; color: var(--kpy-secondary); text-decoration: none; white-space: nowrap; }
.program-card-link .arrow { margin-left: 4px; }
.program-card-link:hover { color: var(--kpy-secondary-2); }
@media (max-width: 768px) {
    .about-hero-section,
.strategy-section { padding: 50px 0; }
.hero-subtitle { font-size: 20px; }
.hero-title { font-size: 24px; }
.hero-cta { flex-direction: column; text-align: center; }
.strategy-title { font-size: 28px; }
.services-grid { grid-template-columns: 1fr; }
.decorative-shape { width: 100px; height: 100px; }
.decorative-shape-2 { width: 120px; height: 120px; }
}
@media (max-width: 480px) {
.hero-card { padding: 30px 20px; }
.contact-btn { width: 100%; justify-content: center; }
.cta-text h4 { font-size: 14px; }
.cta-text p { font-size: 12px; }
}
@keyframes xtra-fadeInUp {
from { opacity: 0; transform: translateY(30px); }
to { opacity: 1; transform: translateY(0); }
}
.hero-card,
.strategy-right { animation: xtra-fadeInUp 0.8s ease-out; }
.hero-image,
.strategy-image-wrapper { animation: xtra-fadeInUp 0.8s ease-out 0.2s backwards; }
@media (max-width: 991.98px) {
.section-intro-overlap { margin-top: -40px; }
.section-intro-card { padding: 2rem 1.75rem; }
}
@media (max-width: 767.98px) {
.kpy-home-hero-section { padding: 3.5rem 0 3rem; }
.kpy-home-hero-title { font-size: 1.9rem; }
.kpy-home-hero-stats { flex-direction: column; gap: 1.25rem; }
.kpy-home-hero-images { margin-top: 2.5rem; height: 320px; grid-template-rows: 150px 150px; }
.kpy-relaxer-benefits { grid-template-columns: minmax(0, 1fr); }
.home-chair-card { padding: 1.75rem 1.5rem; }
.home-section { padding: 3rem 0; }
}
.yp256-cta-2 { padding: 0 0 40px; background: #E8E8EC; position: relative; margin-top: -80px; margin-bottom: 0; z-index: 2; }
.yp256-cta-2--above-footer { margin-top: 0; padding: 2.5rem 0 2rem; }
.yp256-cta-2--above-footer + .footer-modern { margin-top: 0; }
.yp256-cta-2 .container { max-width: 1200px; margin: 0 auto; display: grid; grid-template-columns: 1fr 1fr; min-height: 400px; }
.yp256-cta-left { padding: 60px 50px; display: flex; flex-direction: column; justify-content: center; }
.yp256-cta-left h2 { font-size: 38px; color: #333; margin-bottom: 15px; font-weight: 700; line-height: 1.2; }
.yp256-cta-left h2 span { color: var(--kpy-secondary-2); }
.yp256-cta-left .checkmarks { margin: 30px 0; }
.yp256-checkmark-item { display: flex; align-items: center; margin-bottom: 15px; font-size: 16px; color: #333; }
.yp256-checkmark-item::before { content: "✓"; display: inline-block; width: 30px; height: 30px; background: var(--kpy-primary); color: var(--kpy-white); border-radius: 5px; text-align: center; line-height: 30px; margin-right: 15px; font-weight: 700; }
.yp256-cta-btn { display: inline-flex; align-items: center; padding: 15px 35px; background: var(--kpy-primary); color: var(--kpy-white); text-decoration: none; border-radius: 20px 20px 0 0; font-weight: 600; font-size: 16px; transition: all 0.3s ease; width: fit-content; }
.yp256-cta-btn::after { content: "→"; margin-left: 10px; font-size: 18px; }
.yp256-cta-btn:hover { background: rgba(var(--kpy-primary-rgb), 0.9); }
.yp256-cta-right { position: relative; display: flex; align-items: center; justify-content: center; padding: 60px 50px; }
.yp256-contact-card { background: var(--kpy-primary); padding: 50px 40px; border-radius: 20px; color: var(--kpy-white); text-align: center; position: relative; z-index: 2; min-width: 350px; }
.yp256-contact-icon { width: 80px; height: 80px; background: var(--kpy-light); border-radius: 50%; display: flex; align-items: center; justify-content: center; margin: -90px auto 20px; font-size: 36px; position: relative; color: var(--kpy-primary); }
.yp256-contact-icon i { color: var(--kpy-primary); }
.yp256-contact-card h3 { font-size: 32px; margin-bottom: 10px; font-weight: 700; line-height: 1.2; }
.yp256-contact-card p { font-size: 16px; margin-bottom: 25px; opacity: 0.95; color: #ffffff; }
.yp256-hotline { font-size: 14px; opacity: 0.9; margin-bottom: 10px; }
.yp256-phone { font-size: 28px; font-weight: 700; margin-bottom: 25px; letter-spacing: 1px; }
.yp256-support-btn { background: var(--kpy-white); color: var(--kpy-primary); padding: 12px 30px; border-radius: 20px 20px 0 0; text-decoration: none; display: inline-block; font-weight: 600; transition: all 0.3s ease; }
.yp256-support-btn:hover { transform: scale(1.05); }
/*.yp256-help-bubble { background: var(--kpy-white); color: #1A2050; padding: 20px; border-radius: 15px; position: absolute; top: -40px; right: 60px; text-align: center; font-size: 14px; font-weight: 600; z-index: 3; }*/
@media (max-width: 968px) {
.yp256-cta-2 .container { grid-template-columns: 1fr; }
.yp256-cta-2--above-footer .yp256-contact-icon { margin-top: 0; }
.yp256-help-bubble { display: none; }
}
@media (max-width: 640px) {
.yp256-cta-2 .container { min-height: auto; }
    .yp256-cta-left,
.yp256-cta-right { padding: 2rem 1.5rem; }
.yp256-cta-left h2 { font-size: 1.75rem; }
.yp256-contact-card { min-width: auto; }
}

.yp256-contact-card p { 
    font-size: 16px; 
    margin-bottom: 25px; 
    opacity: 1; 
    color: #ffffff !important;
    line-height: 1.6;
}
:root { --yp-navy: #1e2a5e; --yp-red: #e31e24; --yp-white: #ffffff; --yp-light-gray: #f5f5f5; --yp-dark-text: #2c3e50; --yp-gray-text: #666666; }
* { box-sizing: border-box; }
body { font-family: 'Inter', 'Poppins', 'Montserrat', sans-serif; color: var(--yp-dark-text); line-height: 1.6; }
.yp-hero-section { background-color: var(--yp-navy); min-height: 350px; display: flex; align-items: center; justify-content: center; position: relative; padding: 80px 20px; }
.yp-hero-inner { text-align: center; max-width: 900px; margin: 0 auto; }
.yp-breadcrumb { color: rgba(255,255,255,0.8); font-size: 14px; margin-bottom: 20px; display: flex; align-items: center; justify-content: center; gap: 8px; }
.yp-breadcrumb i { color: var(--yp-white); font-size: 16px; }
.yp-breadcrumb-separator { color: rgba(255,255,255,0.5); }
.yp-breadcrumb-current { color: var(--yp-white); font-weight: 500; }
.yp-hero-title { color: var(--yp-white); font-size: 48px; font-weight: 700; line-height: 1.2; letter-spacing: -0.5px; margin: 0; }
.yp-white-overlap { background: var(--yp-white); border-top-left-radius: 80px; margin-top: -60px; position: relative; z-index: 10; box-shadow: 0 -10px 30px rgba(0,0,0,0.05); }
.yp-white-overlap .container { padding: 60px 15px; }
.yp-decorative-circle { position: absolute; border-radius: 50%; pointer-events: none; z-index: -1; }
.yp-circle-red { width: 150px; height: 150px; background-color: rgba(227,30,36,0.1); top: -30px; left: -30px; }
.yp-circle-navy { width: 200px; height: 200px; background-color: rgba(30,42,94,0.05); bottom: -50px; right: -50px; }
.yp-eyebrow { display: inline-block; font-size: 12px; color: var(--yp-gray-text); text-transform: uppercase; letter-spacing: 2px; font-weight: 600; margin-bottom: 10px; }
.yp-section-title { font-size: 36px; font-weight: 700; color: var(--yp-navy); line-height: 1.3; margin-bottom: 20px; }
.yp-section-title .yp-highlight { color: var(--yp-red); }
.yp-section-subtitle { font-size: 18px; color: var(--yp-gray-text); max-width: 700px; margin: 0 auto 40px; }
.yp-intro-text { font-size: 16px; color: var(--yp-gray-text); line-height: 1.8; margin-bottom: 25px; }
.yp-content-text { font-size: 16px; color: var(--yp-dark-text); line-height: 1.8; }
.yp-content-text p { margin-bottom: 20px; }
.yp-intro-card { padding: 40px 0; margin-bottom: 60px; }
.yp-intro-mini-card { background: var(--yp-light-gray); padding: 30px; border-radius: 12px; box-shadow: 0 5px 20px rgba(0,0,0,0.05); }
.yp-mini-card-title { font-size: 20px; font-weight: 700; color: var(--yp-navy); margin-bottom: 15px; }
.yp-mini-card-text { font-size: 15px; color: var(--yp-gray-text); line-height: 1.6; margin-bottom: 20px; }
.yp-mini-card-meta { font-size: 13px; color: var(--yp-red); font-weight: 600; text-transform: uppercase; letter-spacing: 1px; }
.yp-contact-note { display: flex; gap: 15px; align-items: flex-start; background: var(--yp-light-gray); padding: 20px; border-radius: 8px; margin: 25px 0; }
.yp-contact-note-icon { width: 40px; height: 40px; background: var(--yp-red); border-radius: 50%; display: flex; align-items: center; justify-content: center; color: var(--yp-white); font-size: 18px; flex-shrink: 0; }
.yp-contact-note-text { flex: 1; }
.yp-contact-note-text p { margin: 0; font-size: 14px; line-height: 1.5; color: var(--yp-dark-text); }
.yp-contact-note-text strong { color: var(--yp-navy); }
.yp-btn { display: inline-block; padding: 14px 32px; font-size: 15px; font-weight: 600; border-radius: 4px; text-decoration: none; transition: all 0.3s ease; cursor: pointer; border: none; text-transform: uppercase; letter-spacing: 0.5px; }
.yp-btn-primary { background-color: var(--yp-red); color: var(--yp-white); border: 2px solid var(--yp-red); }
.yp-btn-primary:hover { background-color: #c71a1f; border-color: #c71a1f; transform: translateY(-2px); box-shadow: 0 5px 15px rgba(227,30,36,0.3); }
.yp-btn-secondary { background-color: transparent; color: var(--yp-navy); border: 2px solid var(--yp-navy); }
.yp-btn-secondary:hover { background-color: var(--yp-navy); color: var(--yp-white); transform: translateY(-2px); }
.yp-cta-wrapper { margin-top: 25px; }
.yp-image-container { position: relative; }
.yp-content-image { width: 100%; height: auto; border-radius: 12px; box-shadow: 0 10px 40px rgba(0,0,0,0.1); display: block; }
.yp-content-section { padding: 60px 0; }
.yp-content-section.yp-content-reverse { }
.yp-feature-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 20px; margin-top: 30px; }
.yp-feature-item { display: flex; align-items: flex-start; gap: 15px; }
.yp-feature-icon { width: 50px; height: 50px; background-color: var(--yp-light-gray); border-radius: 50%; display: flex; align-items: center; justify-content: center; color: var(--yp-navy); font-size: 24px; flex-shrink: 0; }
.yp-feature-title { font-size: 16px; font-weight: 600; color: var(--yp-navy); margin: 0 0 5px 0; }
.yp-feature-text { font-size: 14px; color: var(--yp-gray-text); margin: 0; line-height: 1.5; }
.yp-stats-section { padding: 60px 0; margin-top: 40px; }
.yp-stats-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 30px; }
.yp-stat-item { text-align: center; padding: 30px; background: var(--yp-white); border-radius: 8px; box-shadow: 0 5px 20px rgba(0,0,0,0.05); transition: all 0.3s ease; }
.yp-stat-item:hover { transform: translateY(-5px); box-shadow: 0 10px 30px rgba(0,0,0,0.1); }
.yp-stat-icon { width: 60px; height: 60px; background: var(--yp-light-gray); border-radius: 50%; display: inline-flex; align-items: center; justify-content: center; color: var(--yp-red); font-size: 28px; margin-bottom: 15px; }
.yp-stat-number { font-size: 48px; font-weight: 700; color: var(--yp-red); margin: 10px 0; line-height: 1; }
.yp-stat-label { font-size: 18px; font-weight: 600; color: var(--yp-navy); margin: 0; }
.yp-checked-list { list-style: none; padding: 0; margin: 20px 0; }
.yp-checked-list li { display: flex; align-items: flex-start; gap: 12px; margin-bottom: 15px; font-size: 15px; line-height: 1.6; }
.yp-checked-list li i { color: var(--yp-red); font-size: 20px; flex-shrink: 0; margin-top: 2px; }
.yp-checked-list li strong { color: var(--yp-navy); }
.yp-editor-content { padding: 40px 0; }
.yp-values-section { padding: 60px 0; }
.yp-values-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 30px; }
.yp-value-card { background: var(--yp-white); padding: 40px; border-radius: 12px; box-shadow: 0 5px 25px rgba(0,0,0,0.08); transition: all 0.3s ease;  }
.yp-value-card:hover { transform: translateY(-8px); box-shadow: 0 15px 40px rgba(0,0,0,0.12); }
.yp-value-icon { width: 70px; height: 70px; background: linear-gradient(135deg, var(--yp-navy) 0%, #2a3a6e 100%); border-radius: 50%; display: inline-flex; align-items: center; justify-content: center; color: var(--yp-white); font-size: 32px; margin-bottom: 20px; }
.yp-value-title { font-size: 22px; font-weight: 700; color: var(--yp-navy); margin-bottom: 15px; }
.yp-value-description { font-size: 15px; color: var(--yp-gray-text); line-height: 1.7; margin-bottom: 20px; }
.yp-value-list { list-style: none; padding: 0; margin: 0; }
.yp-value-list li { display: flex; align-items: flex-start; gap: 10px; margin-bottom: 12px; font-size: 14px; line-height: 1.5; color: var(--yp-dark-text); }
.yp-value-list li i { color: var(--yp-red); font-size: 16px; flex-shrink: 0; margin-top: 2px; }
.yp-vision-section { padding: 60px 0; }
.yp-vision-icon-wrapper { margin-bottom: 20px; }
.yp-vision-icon { width: 80px; height: 80px; background: linear-gradient(135deg, var(--yp-red) 0%, #f5313d 100%); border-radius: 50%; display: inline-flex; align-items: center; justify-content: center; color: var(--yp-white); font-size: 36px; }
.yp-vision-statement { background: var(--yp-light-gray); padding: 30px; border-radius: 8px; border-left: 4px solid var(--yp-red); margin: 25px 0; }
.yp-vision-quote { font-size: 20px; font-weight: 600; color: var(--yp-navy); line-height: 1.6; margin: 0; font-style: italic; }
.yp-mission-section { padding: 60px 0; background: var(--yp-light-gray); margin: 40px 0; border-radius: 12px; }
.yp-mission-icon-wrapper { margin-bottom: 20px; }
.yp-mission-icon { width: 80px; height: 80px; background: linear-gradient(135deg, var(--yp-navy) 0%, #2a3a6e 100%); border-radius: 50%; display: inline-flex; align-items: center; justify-content: center; color: var(--yp-white); font-size: 36px; }
.yp-mission-statement { background: var(--yp-white); padding: 30px; border-radius: 8px; border-left: 4px solid var(--yp-navy); margin: 25px 0; }
.yp-mission-quote { font-size: 20px; font-weight: 600; color: var(--yp-navy); line-height: 1.6; margin: 0; font-style: italic; }
.yp-pillars-section { padding: 60px 0; text-align: center; }
.yp-pillars-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(280px, 1fr)); gap: 30px; margin-top: 40px; text-align: left; }
.yp-pillar-card { background: var(--yp-white); padding: 35px; border-radius: 12px; box-shadow: 0 5px 25px rgba(0,0,0,0.08); position: relative; overflow: hidden; transition: all 0.3s ease; }
.yp-pillar-card:hover { transform: translateY(-8px); box-shadow: 0 15px 40px rgba(0,0,0,0.12); }
.yp-pillar-number { position: absolute; top: 20px; right: 20px; font-size: 48px; font-weight: 700; color: rgba(227,30,36,0.1); line-height: 1; }
.yp-pillar-icon { width: 60px; height: 60px; background: var(--yp-light-gray); border-radius: 50%; display: inline-flex; align-items: center; justify-content: center; color: var(--yp-navy); font-size: 28px; margin-bottom: 20px; }
.yp-pillar-title { font-size: 20px; font-weight: 700; color: var(--yp-navy); margin-bottom: 15px; line-height: 1.3; }
.yp-pillar-text { font-size: 15px; color: var(--yp-gray-text); line-height: 1.6; margin: 0; }
.yp-final-cta { background: linear-gradient(135deg, var(--yp-navy) 0%, #2a3a6e 100%); padding: 60px 40px; border-radius: 12px; text-align: center; margin: 60px 0; }
.yp-final-cta-inner { max-width: 700px; margin: 0 auto; }
.yp-final-cta-title { font-size: 36px; font-weight: 700; color: var(--yp-white); margin-bottom: 20px; line-height: 1.3; }
.yp-final-cta-title .yp-highlight { color: var(--yp-red); }
.yp-final-cta-text { font-size: 18px; color: rgba(255,255,255,0.9); line-height: 1.6; margin-bottom: 30px; }
.yp-final-cta-buttons { display: flex; gap: 15px; justify-content: center; flex-wrap: wrap; }
.yp-projects-filter-bar { background: var(--yp-white); padding: 20px; border-radius: 8px; box-shadow: 0 2px 10px rgba(0,0,0,0.05); margin-bottom: 40px; display: flex; gap: 15px; flex-wrap: wrap; align-items: center; }
.yp-projects-filter-bar select, .yp-projects-filter-bar input[type="search"] { padding: 10px 15px; border: 1px solid #ddd; border-radius: 4px; font-size: 14px; }
.yp-projects-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 30px; }
.yp-project-card { background: var(--yp-white); border-radius: 8px; overflow: hidden; box-shadow: 0 5px 25px rgba(0,0,0,0.08); transition: all 0.3s ease; }
.yp-project-card:hover { transform: translateY(-8px); box-shadow: 0 15px 40px rgba(0,0,0,0.12); }
.yp-project-card-image { position: relative; height: 240px; overflow: hidden; }
.yp-project-card-image img { width: 100%; height: 100%; object-fit: cover; transition: transform 0.3s ease; }
.yp-project-card:hover .yp-project-card-image img { transform: scale(1.1); }
.yp-project-card-overlay { position: absolute; top: 0; left: 0; width: 100%; height: 100%; background: rgba(30,42,94,0.7); opacity: 0; transition: opacity 0.3s ease; display: flex; align-items: center; justify-content: center; }
.yp-project-card:hover .yp-project-card-overlay { opacity: 1; }
.yp-project-card-content { padding: 30px; }
.yp-project-category-badge { display: inline-block; background: rgba(227,30,36,0.1); color: var(--yp-red); padding: 6px 14px; border-radius: 20px; font-size: 12px; font-weight: 600; text-transform: uppercase; letter-spacing: 0.5px; margin-bottom: 15px; }
.yp-project-card-title { font-size: 22px; font-weight: 600; color: var(--yp-navy); margin: 0 0 15px 0; transition: color 0.3s ease; line-height: 1.3; }
.yp-project-card:hover .yp-project-card-title { color: var(--yp-red); }
.yp-project-card-excerpt { font-size: 15px; color: var(--yp-gray-text); line-height: 1.6; margin-bottom: 20px; display: -webkit-box; -webkit-line-clamp: 3; -webkit-box-orient: vertical; overflow: hidden; text-overflow: ellipsis; }
.yp-project-card-meta { display: flex; justify-content: space-between; align-items: center; padding-top: 15px;  margin-top: 15px; }
.yp-project-card-duration { font-size: 14px; color: var(--yp-gray-text); display: flex; align-items: center; gap: 5px; }
.yp-project-card-link { color: var(--yp-red); font-size: 14px; font-weight: 600; text-decoration: none; }
.yp-project-card-link:hover { text-decoration: underline; }
.yp-single-project-featured { width: 100%; height: 450px; object-fit: cover; border-radius: 12px; margin-bottom: 40px; }
.yp-single-project-layout { display: grid; grid-template-columns: 30% 70%; gap: 40px; }
.yp-single-project-sidebar { position: sticky; top: 20px; align-self: start; }
.yp-project-info-box { background: var(--yp-light-gray); padding: 30px; border-radius: 8px; }
.yp-project-info-item { margin-bottom: 20px; padding-bottom: 20px; border-bottom: 1px solid #ddd; }
.yp-project-info-item:last-child { margin-bottom: 0; padding-bottom: 0; border-bottom: none; }
.yp-project-info-label { font-size: 12px; color: var(--yp-gray-text); text-transform: uppercase; letter-spacing: 1px; margin-bottom: 5px; display: block; }
.yp-project-info-value { font-size: 16px; color: var(--yp-navy); font-weight: 600; display: flex; align-items: center; gap: 8px; }
.yp-project-status-badge { display: inline-block; padding: 6px 12px; border-radius: 20px; font-size: 12px; font-weight: 600; text-transform: uppercase; }
.yp-status-completed { background: #d1e7dd; color: #0f5132; }
.yp-status-ongoing { background: #fff3cd; color: #856404; }
.yp-status-upcoming { background: #cff4fc; color: #055160; }
.yp-project-main-content { }
.yp-project-section { margin-bottom: 40px; }
.yp-project-section-title { font-size: 24px; font-weight: 700; color: var(--yp-navy); margin-bottom: 20px; text-decoration: none; position: relative; }
.yp-project-section-title::after { content: ''; position: absolute; bottom: -2px; left: 0; width: 100%; height: 3px; background: linear-gradient(90deg, var(--kpy-primary) 50%, var(--kpy-secondary) 50%); border-radius: 2px; }
.yp-project-objectives { list-style: none; padding: 0; counter-reset: objective; }
.yp-project-objectives li { display: flex; gap: 15px; margin-bottom: 20px; counter-increment: objective; }
.yp-project-objectives li::before { content: counter(objective); width: 30px; height: 30px; background: var(--yp-red); color: var(--yp-white); border-radius: 50%; display: flex; align-items: center; justify-content: center; font-weight: 600; font-size: 14px; flex-shrink: 0; }
.yp-project-features-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 20px; }
.yp-project-feature-card { background: var(--yp-white); padding: 25px; border: 2px solid #eee; border-radius: 8px; transition: all 0.3s ease; }
.yp-project-feature-card:hover { background: rgba(240,244,255,0.5); border-color: var(--yp-navy); }
.yp-project-feature-icon { width: 50px; height: 50px; background: var(--yp-light-gray); border-radius: 50%; display: inline-flex; align-items: center; justify-content: center; color: var(--yp-navy); font-size: 24px; margin-bottom: 15px; }
.yp-project-feature-title { font-size: 18px; font-weight: 600; color: var(--yp-navy); margin-bottom: 10px; }
.yp-project-gallery-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 15px; }
.yp-project-gallery-item { border-radius: 8px; overflow: hidden; aspect-ratio: 1; cursor: pointer; }
.yp-project-gallery-item img { width: 100%; height: 100%; object-fit: cover; transition: transform 0.3s ease; }
.yp-project-gallery-item:hover img { transform: scale(1.1); }
.yp-project-impact { background: rgba(240,244,255,1); padding: 50px; border-radius: 12px; margin-top: 40px; }
.yp-project-impact-stats { display: grid; grid-template-columns: repeat(3, 1fr); gap: 30px; text-align: center; }
.yp-project-impact-number { font-size: 42px; font-weight: 700; color: var(--yp-red); margin-bottom: 10px; }
.yp-project-impact-label { font-size: 16px; color: var(--yp-navy); font-weight: 600; }
.yp-project-bottom-cta { background: linear-gradient(135deg, var(--yp-navy) 0%, #2a3a6e 100%); padding: 60px; border-radius: 12px; text-align: center; margin-top: 60px; }
.yp-project-bottom-cta h3 { font-size: 32px; font-weight: 700; color: var(--yp-white); margin-bottom: 15px; }
.yp-project-bottom-cta p { font-size: 16px; color: rgba(255,255,255,0.9); margin-bottom: 25px; }
@media (max-width: 1200px) {
    .yp-pillars-grid { grid-template-columns: repeat(2, 1fr); }
    .yp-projects-grid { grid-template-columns: repeat(2, 1fr); }
}
@media (max-width: 992px) {
    .yp-hero-title { font-size: 36px; }
    .yp-section-title { font-size: 28px; }
    .yp-values-grid { grid-template-columns: 1fr; }
    .yp-stats-grid { grid-template-columns: 1fr; }
    .yp-feature-grid { grid-template-columns: 1fr; }
    .yp-single-project-layout { grid-template-columns: 1fr; }
    .yp-single-project-sidebar { position: static; }
    .yp-project-features-grid { grid-template-columns: 1fr; }
    .yp-project-impact-stats { grid-template-columns: 1fr; }
}
@media (max-width: 768px) {
    .yp-hero-section { min-height: 250px; padding: 50px 20px; }
    .yp-hero-title { font-size: 28px; }
    .yp-white-overlap { border-top-left-radius: 40px; margin-top: -40px; }
    .yp-white-overlap .container { padding: 40px 15px; }
    .yp-section-title { font-size: 24px; }
    .yp-final-cta-title { font-size: 28px; }
    .yp-projects-grid { grid-template-columns: 1fr; }
    .yp-pillars-grid { grid-template-columns: 1fr; }
    .yp-project-gallery-grid { grid-template-columns: repeat(2, 1fr); }
    .yp-final-cta-buttons { flex-direction: column; }
    .yp-content-section { padding: 40px 0; }
}
@media (max-width: 576px) {
    .yp-btn { padding: 12px 24px; font-size: 14px; }
    .yp-stat-number { font-size: 36px; }
    .yp-vision-quote, .yp-mission-quote { font-size: 18px; }
    .yp-project-gallery-grid { grid-template-columns: 1fr; }
}
.yp256-about-page {font-family:var(--kpy-body-font);color:var(--kpy-body-color);}
.highlight-text {color:var(--kpy-secondary);}
.highlight-text-yellow {color:var(--kpy-secondary);}
.lead-text {font-size:1.05rem;line-height:1.7;color:var(--kpy-body-color);margin-bottom:1rem;font-weight:300;}
.story-badge, .vm-card-badge {display:inline-block;background:var(--kpy-primary);color:var(--kpy-white);padding:6px 16px;border-radius:var(--kpy-button-radius);font-size:10px;font-weight:700;text-transform:uppercase;letter-spacing:1.2px;margin-bottom:12px;font-family:var(--kpy-heading-font);}
.story-badge-light {display:inline-block;background:rgba(255,255,255,0.2);color:var(--kpy-white);padding:6px 16px;border-radius:var(--kpy-button-radius);font-size:10px;font-weight:700;text-transform:uppercase;letter-spacing:1.2px;margin-bottom:12px;font-family:var(--kpy-heading-font);}
.story-stats-bar {background:var(--kpy-white);padding:40px 0;margin-top:-60px;position:relative;z-index:3;}
.stats-row {display:grid;grid-template-columns:repeat(4,1fr);gap:30px;text-align:center;}
.stat-item {padding:15px;}
.stat-number {font-size:2.5rem;font-weight:800;line-height:1;color:var(--kpy-primary);margin-bottom:8px;font-family:var(--kpy-heading-font);}
.stat-label {font-size:0.9rem;color:var(--kpy-body-color);font-weight:500;font-family:var(--kpy-body-font);}
.story-split-section {padding:40px 0;margin:40px 0;}
.story-overlapping-section {padding:80px 0;margin:40px 0;}
.story-overlapping-container {position:relative;min-height:500px;display:flex;align-items:center;justify-content:center;}
.story-image-left {position:absolute;left:0;top:0;width:60%;height:500px;background-size:cover;background-position:center;border-radius:20px 20px 0 0;z-index:2;box-shadow:0 10px 30px rgba(0,0,0,0.15);}
.story-image-right {position:absolute;right:0;top:50px;width:50%;height:400px;background-size:cover;background-position:center;border-radius:0 20px 20px 0;z-index:3;box-shadow:0 15px 40px rgba(0,0,0,0.2);}
.story-content-center {position:relative;z-index:4;background:var(--kpy-white);padding:60px;border-radius:20px 20px 0 0;max-width:500px;margin:0 auto;text-align:center;box-shadow:0 20px 50px rgba(0,0,0,0.1);}
.story-image-side {background-size:cover;background-position:center;min-height:450px;width:100%;border-radius:var(--kpy-image-radius);}
.story-content-side {padding:40px;background:var(--kpy-white);}
.story-content-side h2 {font-size:var(--kpy-h2-size);font-weight:800;margin-bottom:20px;line-height:1.3;color:var(--kpy-primary);}
.story-content-side .lead-text {font-size:1.05rem;font-weight:300;}
.story-highlight-box {background:var(--kpy-light);padding:20px 25px;margin-top:25px;border-radius:var(--kpy-card-radius);}
.story-highlight-box h4 {font-size:1.15rem;font-weight:700;margin:0;color:var(--kpy-primary);}
@media (max-width: 991px) {
.story-overlapping-container {min-height:400px;flex-direction:column;}
.story-image-left {position:relative;width:100%;height:300px;margin-bottom:20px;}
.story-image-right {position:relative;width:100%;height:250px;top:0;}
.story-content-center {padding:40px;max-width:100%;}
}
@media (max-width: 768px) {
.story-overlapping-section {padding:60px 0;margin:30px 0;}
.story-overlapping-container {min-height:350px;}
.story-image-left {height:200px;}
.story-image-right {height:150px;}
.story-content-center {padding:30px;}
}
.story-evolution-section {background-image:url('http://localhost/256-youth-platform/wp-content/uploads/2026/01/leadership.jpg');background-size:cover;background-position:center;padding:60px 0;color:var(--kpy-white);position:relative;}
.story-evolution-section::before {content:'';position:absolute;top:0;left:0;right:0;bottom:0;background:rgba(23,69,143,0.92);z-index:1;}
.story-evolution-section .container {position:relative;z-index:2;}
.evolution-intro h2 {font-size:var(--kpy-h2-size);font-weight:800;margin-bottom:18px;line-height:1.3;color:var(--kpy-white);}
.evolution-intro p {font-size:1rem;line-height:1.6;font-weight:300;}
.evolution-grid {display:grid;gap:20px;}
.evolution-item {display:flex;gap:20px;align-items:start;background:rgba(255,255,255,0.1);padding:20px;border-radius:var(--kpy-card-radius);}
.evolution-icon {width:50px;height:50px;min-width:50px;background:var(--kpy-primary);border-radius:50%;display:flex;align-items:center;justify-content:center;color:var(--kpy-white);font-size:22px;}
.evolution-item h4 {font-size:1.1rem;font-weight:700;margin-bottom:6px;color:var(--kpy-white);}
.evolution-item p {font-size:0.9rem;margin:0;line-height:1.5;font-weight:300;}
.centre-features {margin:30px 0;}
.feature-box {display:flex;gap:18px;align-items:start;background:var(--kpy-light);padding:20px;border-radius:var(--kpy-card-radius);margin-bottom:15px;}
.feature-icon {width:48px;height:48px;min-width:48px;background:var(--kpy-primary);border-radius:50%;display:flex;align-items:center;justify-content:center;color:var(--kpy-white);font-size:20px;}
.feature-box h4 {font-size:1.05rem;font-weight:700;margin-bottom:5px;color:var(--kpy-primary);}
.feature-box p {font-size:0.9rem;margin:0;color:var(--kpy-body-color);font-weight:300;}
.story-callout-box {background:var(--kpy-light);padding:20px 25px;border-radius:var(--kpy-card-radius);margin-top:25px;color:var(--kpy-primary);font-size:1rem;font-weight:500;}
.story-alignment-section {padding:60px 0;background:var(--kpy-white);}
.alignment-yellow-box {background:var(--kpy-light);padding:40px;border-radius:var(--kpy-card-radius);}
.alignment-label {font-size:10px;font-weight:700;text-transform:uppercase;letter-spacing:1.2px;margin-bottom:12px;color:var(--kpy-primary);font-family:var(--kpy-heading-font);}
.alignment-yellow-box h2 {font-size:var(--kpy-h2-size);font-weight:800;margin-bottom:18px;color:var(--kpy-primary);}
.alignment-yellow-box p {font-size:1rem;margin:0;color:var(--kpy-body-color);font-weight:400;}
.alignment-content {padding-left:30px;}
.alignment-item {display:flex;gap:18px;align-items:start;margin-bottom:20px;padding:18px;background:var(--kpy-light);border-radius:var(--kpy-card-radius);}
.alignment-icon {width:50px;height:50px;min-width:50px;background:var(--kpy-primary);border-radius:50%;display:flex;align-items:center;justify-content:center;color:var(--kpy-white);font-size:22px;}
.alignment-item h4 {font-size:1.1rem;font-weight:700;margin-bottom:6px;color:var(--kpy-primary);}
.alignment-item p {font-size:0.9rem;margin:0;color:var(--kpy-body-color);line-height:1.5;font-weight:300;}
.vm-cards-section {padding:40px 0;margin-top:-60px;position:relative;z-index:3;}
.vm-card {background:var(--kpy-white);padding:35px 30px;border-radius:var(--kpy-card-radius);height:100%;}
.vm-vision-card {}
.vm-mission-card {}
.vm-card h2 {font-size:1.7rem;font-weight:800;margin-bottom:18px;line-height:1.3;color:var(--kpy-primary);}
.vm-card p {font-size:1rem;line-height:1.7;color:var(--kpy-body-color);margin:0;font-weight:300;}
.vm-goal-section {margin:40px 0;}
.goal-points {margin-top:25px;}
.goal-point-item {display:flex;align-items:center;gap:15px;margin-bottom:15px;padding:15px;background:var(--kpy-light);border-radius:var(--kpy-card-radius);}
.goal-point-icon {width:28px;height:28px;min-width:28px;display:flex;align-items:center;justify-content:center;color:var(--kpy-primary);font-size:20px;}
.goal-point-item span {font-size:1rem;color:var(--kpy-primary);font-weight:600;font-family:var(--kpy-heading-font);}
.vm-objectives-section {background-image:url('http://localhost/256-youth-platform/wp-content/uploads/2026/01/Muhammed-Mukalu-training-yout-in-Iganga-District.jpg');background-size:cover;background-position:center;padding:60px 0;color:var(--kpy-white);position:relative;}
.vm-objectives-section::before {content:'';position:absolute;top:0;left:0;right:0;bottom:0;background:rgba(23,69,143,0.92);z-index:1;}
.vm-objectives-section .container {position:relative;z-index:2;}
.objectives-intro h2 {font-size:var(--kpy-h2-size);font-weight:800;margin-bottom:18px;line-height:1.3;color:var(--kpy-white);}
.objectives-intro p {font-size:1rem;line-height:1.6;font-weight:300;}
.cv-intro-section {padding:40px 0;margin-top:-60px;position:relative;z-index:3;}
.cv-intro-box {background:var(--kpy-white);padding:40px;border-radius:var(--kpy-card-radius);}
.cv-intro-box h2 {font-size:var(--kpy-h2-size);font-weight:800;margin-bottom:18px;color:var(--kpy-primary);}
.cv-values-grid-section {padding:60px 0;background:var(--kpy-light);}
.cv-values-grid {display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:25px;}
.cv-value-box {background:var(--kpy-white);padding:35px 25px;border-radius:var(--kpy-card-radius);text-align:center;}
.cv-value-icon {width:70px;height:70px;border-radius:50%;display:flex;align-items:center;justify-content:center;margin:0 auto 20px;font-size:32px;color:var(--kpy-white);background:var(--kpy-primary);}
.cv-value-box h3 {font-size:1.3rem;font-weight:700;margin-bottom:15px;color:var(--kpy-primary);}
.cv-value-box p {font-size:0.95rem;line-height:1.7;color:var(--kpy-body-color);margin:0;font-weight:300;}
.cv-action-section {margin:40px 0;}
.action-items {margin-top:25px;}
.action-item-box {display:flex;gap:18px;align-items:start;background:var(--kpy-light);padding:20px;border-radius:var(--kpy-card-radius);margin-bottom:18px;}
.action-item-icon {width:48px;height:48px;min-width:48px;background:var(--kpy-primary);border-radius:50%;display:flex;align-items:center;justify-content:center;color:var(--kpy-white);font-size:20px;}
.action-item-box h4 {font-size:1.05rem;font-weight:700;margin-bottom:6px;color:var(--kpy-primary);}
.action-item-box p {font-size:0.9rem;margin:0;color:var(--kpy-body-color);line-height:1.5;font-weight:300;}
@media (max-width:991px) {
.story-content-side,.alignment-content {padding:30px;}
.stats-row {grid-template-columns:repeat(2,1fr);gap:20px;}
.stat-number {font-size:2.2rem;}
.story-image-side {min-height:350px;}
.cv-intro-box,.alignment-yellow-box {padding:30px;}
.vm-card {padding:30px 25px;}
.cv-values-grid {grid-template-columns:repeat(auto-fit,minmax(260px,1fr));gap:20px;}
}
@media (max-width:767px) {
.story-stats-bar {padding:30px 0;margin-top:-40px;}
.stats-row {grid-template-columns:1fr;gap:15px;}
.stat-number {font-size:2rem;}
.story-content-side,.alignment-content {padding:25px;}
.story-image-side {min-height:300px;}
.evolution-item,.feature-box,.action-item-box,.alignment-item {flex-direction:row;}
.cv-values-grid {grid-template-columns:1fr;}
.vm-cards-section,.cv-intro-section {margin-top:-40px;padding:30px 0;}
.cv-intro-box,.alignment-yellow-box {padding:25px;}
.vm-card {padding:25px 20px;}
.alignment-content {padding-left:25px;}
}
@media (max-width:575px) {
.story-stats-bar {padding:25px 0;}
.stat-number {font-size:1.8rem;}
.stat-label {font-size:0.85rem;}
.story-content-side {padding:20px;}
.story-image-side {min-height:250px;}
.cv-intro-box,.alignment-yellow-box {padding:20px;}
.vm-card {padding:20px;}
.evolution-icon,.alignment-icon,.feature-icon,.action-item-icon {width:44px;height:44px;min-width:44px;font-size:18px;}
.cv-value-icon {width:60px;height:60px;font-size:28px;}
.alignment-content {padding-left:20px;}
}
.hero-white-overlap { background: var(--kpy-white); margin-top: -80px; padding-top: 0; border-top-left-radius: 60px; position: relative; z-index: 10; }
.single-info-card-section { position: relative; margin-top: -80px; z-index: 3; padding-bottom: 60px; }
.single-info-card { background: #ffffff; padding: 2.5rem 3rem; box-shadow: 0 18px 45px rgba(0, 0, 0, 0.08); border-radius: var(--kpy-card-radius); margin-bottom: 0; }
.info-card-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(200px, 1fr)); gap: 30px; }
.info-card-item { display: flex; align-items: flex-start; gap: 15px; }
.info-card-icon { width: 50px; height: 50px; border-radius: 50%; background: linear-gradient(135deg, var(--kpy-primary) 0%, rgba(23, 69, 143, 0.8) 100%); display: flex; align-items: center; justify-content: center; color: var(--kpy-white); font-size: 20px; flex-shrink: 0; box-shadow: 0 4px 12px rgba(23, 69, 143, 0.2); }
.info-card-content .label { font-family: var(--kpy-body-font); font-size: 12px; font-weight: 600; color: #64748b; text-transform: uppercase; letter-spacing: 0.5px; margin-bottom: 5px; }
.info-card-content .value { font-family: var(--kpy-heading-font); font-size: 16px; font-weight: 600; color: var(--kpy-primary); line-height: 1.4; }
.info-card-status { display: inline-flex; align-items: center; gap: 8px; padding: 10px 20px; background: rgba(23, 69, 143, 0.08); border-radius: 25px; margin-top: 10px; }
.info-card-status i { color: var(--kpy-secondary); font-size: 14px; }
.info-card-status .status-text { font-family: var(--kpy-heading-font); font-size: 13px; font-weight: 600; color: var(--kpy-primary); text-transform: uppercase; letter-spacing: 0.5px; }
.single-content-wrapper { max-width: 1200px; margin: 0 auto; padding: 0 20px 80px; }
.single-content-grid { display: grid; grid-template-columns: 1fr 380px; gap: 60px; align-items: start; }
.single-main-content { min-width: 0; }
.content-section { margin-bottom: 50px; }
.content-section-title { font-family: var(--kpy-heading-font); font-size: 32px; font-weight: 700; color: var(--kpy-primary); margin-bottom: 25px; line-height: 1.3; position: relative; padding-bottom: 15px; }
.content-section-title::after { content: ''; position: absolute; bottom: 0; left: 0; width: 60px; height: 4px; background: var(--kpy-secondary); border-radius: 2px; }
.content-section-body { font-family: var(--kpy-body-font); font-size: 16px; font-weight: 200; color: var(--kpy-body-color); line-height: 1.8; }
.content-section-body p { font-family: var(--kpy-body-font); font-size: 16px; font-weight: 200; color: var(--kpy-body-color); line-height: 1.8; margin-bottom: 20px; }
.content-section-body h1,
.content-section-body h2,
.content-section-body h3,
.content-section-body h4,
.content-section-body h5,
.content-section-body h6 { font-family: var(--kpy-heading-font); font-weight: 700; color: var(--kpy-primary); margin-top: 30px; margin-bottom: 15px; }
.content-section-body ul,
.content-section-body ol { font-family: var(--kpy-body-font); font-weight: 200; color: var(--kpy-body-color); margin-bottom: 20px; padding-left: 25px; }
.content-section-body li { font-family: var(--kpy-body-font); font-weight: 200; color: var(--kpy-body-color); margin-bottom: 10px; line-height: 1.7; }
.single-sidebar { position: sticky; top: 100px; }
.sidebar-images-collage { display: grid; grid-template-columns: 1fr 1fr; gap: 15px; margin-bottom: 30px; }
.collage-item { border-radius: var(--kpy-card-radius); overflow: hidden; box-shadow: 0 5px 20px rgba(0, 0, 0, 0.08); transition: all 0.3s ease; }
.collage-item:hover { transform: translateY(-5px); box-shadow: 0 10px 30px rgba(0, 0, 0, 0.15); }
.collage-item img { width: 100%; height: 180px; object-fit: cover; display: block; }
.collage-item.large { grid-column: span 2; }
.collage-item.large img { height: 240px; }
.sidebar-quick-info { background: var(--kpy-light); border-radius: var(--kpy-card-radius); padding: 30px; margin-bottom: 30px; box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05); }
.sidebar-quick-info h3 { font-family: var(--kpy-heading-font); font-size: 18px; font-weight: 700; color: var(--kpy-primary); margin-bottom: 20px; padding-bottom: 15px; border-bottom: 2px solid rgba(23, 69, 143, 0.1); }
.quick-info-item { display: flex; align-items: center; gap: 12px; padding: 12px 0; border-bottom: 1px solid rgba(0, 0, 0, 0.05); }
.quick-info-item:last-child { border-bottom: none; padding-bottom: 0; }
.quick-info-item i { color: var(--kpy-secondary); font-size: 18px; width: 24px; text-align: center; }
.quick-info-text { font-family: var(--kpy-body-font); font-size: 14px; font-weight: 200; color: var(--kpy-body-color); line-height: 1.5; }
.sidebar-share { background: var(--kpy-white); border-radius: var(--kpy-card-radius); padding: 30px; box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05); }
.sidebar-share h3 { font-family: var(--kpy-heading-font); font-size: 16px; font-weight: 700; color: var(--kpy-primary); margin-bottom: 20px; text-transform: uppercase; letter-spacing: 0.5px; }
.share-buttons { display: grid; grid-template-columns: repeat(2, 1fr); gap: 12px; }
.share-btn { display: flex; align-items: center; justify-content: center; gap: 8px; padding: 12px 16px; border-radius: 12px; text-decoration: none; font-family: var(--kpy-heading-font); font-size: 13px; font-weight: 600; transition: all 0.3s ease; border: 2px solid transparent; }
.share-btn i { font-size: 16px; }
.share-btn:hover { transform: translateY(-2px); box-shadow: 0 6px 20px rgba(0, 0, 0, 0.15); }
.share-btn.facebook { background: #1877F2; color: #ffffff; }
.share-btn.facebook:hover { background: #1665d8; color: #ffffff; }
.share-btn.twitter { background: #000000; color: #ffffff; }
.share-btn.twitter:hover { background: #1a1a1a; color: #ffffff; }
.share-btn.linkedin { background: #0A66C2; color: #ffffff; }
.share-btn.linkedin:hover { background: #094e94; color: #ffffff; }
.share-btn.whatsapp { background: #25D366; color: #ffffff; }
.share-btn.whatsapp:hover { background: #1eaa52; color: #ffffff; }
.gallery-section { margin-bottom: 50px; }
.gallery-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; margin-top: 30px; }
.gallery-item { position: relative; display: block; border-radius: var(--kpy-card-radius); overflow: hidden; aspect-ratio: 1; cursor: pointer; box-shadow: 0 5px 15px rgba(0, 0, 0, 0.08); transition: all 0.3s ease; }
.gallery-item:hover { transform: translateY(-5px); box-shadow: 0 10px 30px rgba(0, 0, 0, 0.15); }
.gallery-item::before { content: ''; position: absolute; top: 0; left: 0; right: 0; bottom: 0; background: linear-gradient(135deg, rgba(23, 69, 143, 0.7) 0%, rgba(227, 30, 36, 0.7) 100%); opacity: 0; transition: opacity 0.3s ease; z-index: 1; }
.gallery-item:hover::before { opacity: 1; }
.gallery-item::after { content: '\F4AD'; font-family: 'bootstrap-icons'; position: absolute; top: 50%; left: 50%; transform: translate(-50%, -50%) scale(0); color: white; font-size: 32px; z-index: 2; transition: transform 0.3s ease; }
.gallery-item:hover::after { transform: translate(-50%, -50%) scale(1); }
.gallery-item img { width: 100%; height: 100%; object-fit: cover; transition: transform 0.3s ease; }
.gallery-item:hover img { transform: scale(1.05); }
.impact-stats-section { background: linear-gradient(135deg, rgba(23, 69, 143, 0.04) 0%, rgba(109, 198, 216, 0.04) 100%); border-radius: var(--kpy-card-radius); padding: 60px 50px; margin-top: 50px; text-align: center; }
.impact-stats-title { font-family: var(--kpy-heading-font); font-size: 36px; font-weight: 700; color: var(--kpy-primary); margin-bottom: 15px; }
.impact-stats-subtitle { font-family: var(--kpy-body-font); font-size: 16px; font-weight: 200; color: var(--kpy-body-color); margin-bottom: 45px; max-width: 600px; margin-left: auto; margin-right: auto; }
.stats-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(220px, 1fr)); gap: 30px; }
.stat-card { background: var(--kpy-white); padding: 35px 25px; border-radius: var(--kpy-card-radius); box-shadow: 0 8px 25px rgba(0, 0, 0, 0.06); transition: all 0.3s ease; position: relative; overflow: hidden; }
.stat-card::before { content: ''; position: absolute; top: 0; left: 0; right: 0; height: 4px; background: linear-gradient(90deg, var(--kpy-secondary) 0%, var(--kpy-primary) 100%); }
.stat-card:hover { transform: translateY(-8px); box-shadow: 0 15px 40px rgba(0, 0, 0, 0.12); }
.stat-number { display: block; font-family: var(--kpy-heading-font); font-size: 48px; font-weight: 700; color: var(--kpy-secondary); margin-bottom: 10px; line-height: 1; }
.stat-label { display: block; font-family: var(--kpy-heading-font); font-size: 14px; font-weight: 600; color: var(--kpy-base); text-transform: uppercase; letter-spacing: 0.5px; }
@media (max-width: 1200px) {
.single-content-grid { grid-template-columns: 1fr 340px; gap: 40px; }
}
@media (max-width: 992px) {
.hero-white-overlap { margin-top: -50px; border-top-left-radius: 40px; }
.single-info-card-section { margin-top: -50px; padding-bottom: 40px; }
.single-info-card { padding: 2rem; }
.single-content-wrapper { padding: 0 20px 60px; }
.single-content-grid { grid-template-columns: 1fr; gap: 50px; }
.single-sidebar { position: static; top: auto; }
.sidebar-images-collage { grid-template-columns: repeat(3, 1fr); }
.collage-item.large { grid-column: span 1; }
.content-section-title { font-size: 28px; }
.impact-stats-title { font-size: 32px; }
.gallery-grid { grid-template-columns: repeat(2, 1fr); }
}
@media (max-width: 768px) {
.single-info-card { padding: 1.75rem 1.5rem; }
.info-card-grid { grid-template-columns: 1fr; gap: 20px; }
.single-content-wrapper { padding: 0 15px 50px; }
.content-section-title { font-size: 24px; }
.impact-stats-section { padding: 40px 30px; }
.impact-stats-title { font-size: 28px; }
.stat-number { font-size: 42px; }
.gallery-grid { grid-template-columns: 1fr; gap: 15px; }
.stats-grid { grid-template-columns: 1fr; gap: 20px; }
.sidebar-images-collage { grid-template-columns: repeat(2, 1fr); }
.share-buttons { grid-template-columns: 1fr; }
}
@media (max-width: 576px) {
.content-section-title { font-size: 22px; }
.content-section-body { font-size: 15px; }
.impact-stats-title { font-size: 24px; }
.impact-stats-section { padding: 35px 20px; }
}
.partners-wrapper { position: relative; padding: 80px 0; background: #ffffff; overflow: hidden; }
.partners-wrapper::before { content: ''; position: absolute; top: 0; left: 0; width: 100%; height: 100%; background-image:; radial-gradient(circle at 5% 20%, rgba(23, 69, 143, 0.02) 0%, transparent 25%),; radial-gradient(circle at 95% 80%, rgba(227, 30, 36, 0.02) 0%, transparent 25%),; radial-gradient(circle at 50% 50%, rgba(23, 69, 143, 0.01) 0%, transparent 50%); pointer-events: none; }
.section-header { text-align: center; margin-bottom: 60px; position: relative; z-index: 2; }
.section-header h2 { font-size: clamp(2.4rem, 5vw, 3.4rem); font-weight: 800; color: var(--kpy-primary); margin-bottom: 15px; letter-spacing: -0.02em; text-transform: uppercase; }
.section-header h2 span { color: var(--kpy-secondary); position: relative; display: inline-block; }
.section-header .subtitle { font-size: clamp(1.1rem, 2.5vw, 1.3rem); color: #5a6772; font-weight: 400; max-width: 600px; margin: 0 auto; font-family: var(--kpy-body-font); letter-spacing: 0.3px; line-height: 1.5; }
.partners-section { position: relative; z-index: 2; }
.partners-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(260px, 1fr)); gap: 30px 25px; max-width: 1400px; margin: 0 auto; padding: 0 20px; }
.partner-item { width: 100%; max-width: 320px; margin: 0 auto; opacity: 0; animation: fadeIn 0.8s ease forwards; }
@keyframes fadeIn {
    from { opacity: 0; }
    to { opacity: 1; }
}
.partner-item:nth-child(1) { animation-delay: 0.1s; }
.partner-item:nth-child(2) { animation-delay: 0.2s; }
.partner-item:nth-child(3) { animation-delay: 0.3s; }
.partner-item:nth-child(4) { animation-delay: 0.4s; }
.partner-item:nth-child(5) { animation-delay: 0.5s; }
.partner-item:nth-child(6) { animation-delay: 0.6s; }
.partner-card { background: white; width: 100%; height: 320px; display: flex; flex-direction: column; position: relative; transition: transform 0.3s ease; }
.partner-card:hover { transform: translateY(-5px); }
.partner-logo { position: relative; height: 180px; width: 100%; display: flex; align-items: center; justify-content: center; padding: 25px; background: white; }
.partner-logo img { max-width: 80%; max-height: 80%; width: auto; height: auto; object-fit: contain; transition: transform 0.4s ease; }
.partner-card:hover .partner-logo img { transform: scale(1.08); }
.partner-info { padding: 20px 15px 20px; text-align: center; flex: 1; display: flex; flex-direction: column; background: white; height: 140px; }
.partner-name { font-size: 18px; font-weight: 700; color: var(--kpy-primary); margin-bottom: 20px; line-height: 1.4; letter-spacing: -0.02em; display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical; overflow: hidden; height: auto; min-height: 50px; max-height: 70px; word-break: break-word; width: 100%; }
.partner-website { display: inline-flex; align-items: center; justify-content: center; gap: 8px; color: white; background: var(--kpy-primary); font-size: 13px; font-weight: 600; text-decoration: none; padding: 10px 24px; margin-top: auto; margin-bottom: 0; border: none; transition: all 0.3s ease; letter-spacing: 0.5px; text-transform: uppercase; border-radius: 20px 20px 0 0; width: fit-content; align-self: center; line-height: 1.2; white-space: nowrap; }
.partner-website i { font-size: 12px; transition: transform 0.2s ease; }
.partner-website:hover { background: var(--kpy-secondary); color: white; }
.partner-website:hover i { transform: translateX(4px); }
.partners-carousel,
.carousel-title,
.partners-slider,
.partners-slider-controls,
.partner-prev,
.partner-next,
.partner-slide { display: none; }
.no-partners { text-align: center; padding: 50px 20px; background: transparent; margin: 30px 0; }
.no-partners-content { max-width: 500px; margin: 0 auto; }
.no-partners-content i { font-size: 60px; color: var(--kpy-primary); margin-bottom: 20px; opacity: 0.5; }
.no-partners-content h4 { font-size: 24px; font-weight: 700; color: var(--kpy-primary); margin-bottom: 10px; letter-spacing: -0.02em; }
.no-partners-content p { font-size: 16px; color: #6c757d; line-height: 1.6; font-weight: 400; }
@media (max-width: 1200px) {
.partner-card { height: 320px; }
}
@media (max-width: 991px) {
.partners-grid { grid-template-columns: repeat(auto-fit, minmax(240px, 1fr)); gap: 30px 20px; }
.partner-item { max-width: 300px; }
.partner-card { height: 310px; }
.partner-logo { height: 170px; padding: 20px; }
.partner-info { height: 140px; padding: 18px 12px 18px; }
.partner-name { font-size: 17px; min-height: 48px; max-height: 68px; margin-bottom: 18px; }
.partner-website { padding: 9px 20px; font-size: 12px; border-radius: 18px 18px 0 0; }
}
@media (max-width: 767px) {
.partners-wrapper { padding: 60px 0; }
.section-header h2 { font-size: 32px; }
.section-header .subtitle { font-size: 17px; padding: 0 20px; }
.partners-grid { grid-template-columns: repeat(2, 1fr); gap: 25px 15px; padding: 0 15px; }
.partner-item { max-width: 100%; }
.partner-card { height: 300px; }
.partner-logo { height: 160px; padding: 18px; }
.partner-info { height: 140px; padding: 16px 10px 16px; }
.partner-name { font-size: 16px; min-height: 46px; max-height: 66px; margin-bottom: 16px; }
.partner-website { padding: 8px 18px; font-size: 11px; border-radius: 16px 16px 0 0; white-space: nowrap; }
}
@media (max-width: 567px) {
.partners-wrapper { padding: 50px 0; }
.section-header h2 { font-size: 28px; }
.section-header .subtitle { font-size: 16px; }
.partners-grid { grid-template-columns: 1fr; gap: 25px; max-width: 300px; }
.partner-item { width: 100%; }
.partner-card { height: 310px; }
.partner-logo { height: 170px; }
.partner-info { height: 140px; padding: 16px 15px 18px; }
.partner-name { font-size: 17px; min-height: 48px; max-height: 68px; margin-bottom: 18px; }
.partner-website { padding: 9px 20px; font-size: 12px; border-radius: 18px 18px 0 0; }
}
.partner-card,
.partner-logo,
.partner-info,
.partner-website { box-shadow: none !important; border: none !important; outline: none !important; }
.partner-card,
.partner-logo,
.partner-info { border-radius: 0; }
.partner-name { display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical; overflow: hidden; text-overflow: ellipsis; word-wrap: break-word; hyphens: auto; }


/** ==========================================================
Upcoming Events Page
===========================================================**/
.kpy-events-section {
    max-width: 1200px;
    margin: 0 auto;
    padding: 40px 20px;
    overflow: hidden;
}

.kpy-section-title {
    font-family: var(--kpy-font-3);
    font-size: 3.5rem;
    color: var(--kpy-secondary-2);
    text-align: center;
    margin-bottom: 60px;
    position: relative;
    opacity: 0;
    transform: translateY(20px);
    transition: all 0.6s ease;
}

.kpy-events-section.in-view .kpy-section-title {
    opacity: 1;
    transform: translateY(0);
}

.kpy-section-title:after {
    content: '';
    position: absolute;
    bottom: -15px;
    left: 50%;
    transform: translateX(-50%);
    width: 80px;
    height: 4px;
    background: linear-gradient(90deg, var(--kpy-primary), var(--kpy-secondary));
}

.kpy-events-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 30px;
}

.kpy-event-card-main {
    grid-column: 1;
}

.kpy-event-card-side {
    grid-column: 2;
    display: flex;
    flex-direction: column;
    gap: 30px;
}

.kpy-event-card {
    background: #fff;
    border-radius: 12px;
    overflow: hidden;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.08);
    transition: all 0.3s ease;
}

.kpy-event-card.main-card {
    height: 100%;
}

.kpy-event-card.side-card {
    height: calc((100% - 60px)/3);
}

.kpy-event-card-main .kpy-event-card {
    transform: translateX(-100px);
    opacity: 0;
    transition: all 1.6s cubic-bezier(0.16, 1, 0.3, 1) 0.2s;
}

.kpy-event-card-side .kpy-event-card {
    transform: translateX(100px);
    opacity: 0;
    transition: all 1.6s cubic-bezier(0.16, 1, 0.3, 1);
}

.kpy-event-card-side .kpy-event-card:nth-child(1) {
    transition-delay: 0.9s;
}

.kpy-event-card-side .kpy-event-card:nth-child(2) {
    transition-delay: 0.9s;
}

.kpy-event-card-side .kpy-event-card:nth-child(3) {
    transition-delay: 0.9s;
}

.kpy-events-section.in-view .kpy-event-card {
    transform: translateX(0);
    opacity: 1;
}

.kpy-event-card:hover {
    transform: translateY(-5px) !important;
    box-shadow: 0 15px 30px rgba(var(--kpy-primary-rgb), 0.15);
}

.event-card-inner {
    display: flex;
    height: 100%;
}

.event-thumbnail {
    flex: 0 0 40%;
    overflow: hidden;
}

.main-card .event-thumbnail {
    flex: 0 0 45%;
}

.event-image {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.5s ease;
}

.kpy-event-card:hover .event-image {
    transform: scale(1.05);
}

.event-content {
    flex: 1;
    padding: 25px;
    display: flex;
    flex-direction: column;
}

.main-card .event-content {
    padding: 35px;
}

.event-date {
    font-family: var(--kpy-font);
    font-size: 0.9rem;
    color: var(--kpy-secondary-2);
    margin-bottom: 10px;
}

.main-card .event-date {
    font-size: 1rem;
}

.event-title {
    font-family: var(--kpy-font);
    font-size: 1.3rem;
    margin: 0 0 15px;
    color: var(--kpy-black);
    line-height: 1.4;
}

.main-card .event-title {
    font-size: 1.8rem;
    margin-bottom: 20px;
}

.event-meta {
    margin-top: auto;
    display: flex;
    flex-wrap: wrap;
    gap: 15px;
    font-family: var(--kpy-font-2);
    font-size: 0.9rem;
}

.main-card .event-meta {
    font-size: 1rem;
    gap: 20px;
}

.event-location,
.event-time {
    display: flex;
    align-items: center;
    gap: 5px;
    color: rgba(var(--kpy-base-rgb), 0.8);
}

.kpy-no-events {
    text-align: center;
    padding: 40px;
    font-family: var(--kpy-font-2);
    color: rgba(var(--kpy-base-rgb), 0.6);
}

@media (max-width:992px) {
    .event-card-inner {
        flex-direction: column;
    }

    .event-thumbnail {
        flex: 0 0 200px;
    }

    .main-card .event-thumbnail {
        flex: 0 0 250px;
    }
}

@media (max-width:768px) {
    .kpy-events-grid {
        grid-template-columns: 1fr;
        gap: 20px;
    }

    .kpy-event-card-main,
    .kpy-event-card-side {
        grid-column: 1;
    }

    .kpy-event-card-side {
        gap: 20px;
    }

    .kpy-event-card.side-card {
        height: auto;
    }

    .kpy-section-title {
        font-size: 1.8rem;
    }

    .kpy-event-card {
        transform: translateY(30px) !important;
        opacity: 0;
    }

    .kpy-events-section.in-view .kpy-event-card {
        transform: translateY(0) !important;
        opacity: 1;
    }
}

.kpy-event-card.main-card .event-card-inner {
    flex-direction: column;
}

.kpy-event-card.main-card .event-thumbnail {
    flex: 0 0 auto;
    width: 100%;
}

.kpy-event-card.main-card .event-image {
    width: 100%;
    height: 350px;
    object-fit: cover;
}

.event {
    min-height: 360px;
    margin-bottom: 4rem;
    margin-top: 3rem;
}

/* Alpha Sample Video Gallery Styles */
.alpha-video-gallery { padding: 2rem 0; }
.alpha-video-subtitle-section { padding: 3rem 0 1rem; background: #ffffff; }
.alpha-video-subtitle-content { font-size: 1.05rem; color: #555; line-height: 1.8; }
.alpha-video-filters { margin-bottom: 3rem; }
.alpha-filter-buttons { display: flex; gap: 1rem; flex-wrap: wrap; align-items: center; justify-content: center; }
.alpha-filter-btn { padding: 0.75rem 1.5rem; background: #f0f0f0; color: #333; border-radius: 30px; text-decoration: none; font-weight: 600; transition: all 0.3s; }
.alpha-filter-btn.active { background: var(--kpy-primary); color: #ffffff; }
.alpha-filter-btn:hover { transform: translateY(-2px); box-shadow: 0 4px 12px rgba(0,0,0,0.15); }
.alpha-video-grid { display: grid; gap: 1.5rem; }
.alpha-video-item { margin-bottom: 1.5rem; }
.alpha-video-card { background: #ffffff; border-radius: 10px; box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1); overflow: hidden; transition: transform 0.3s, box-shadow 0.3s; height: 100%; cursor: pointer; }
.alpha-video-card:hover { transform: translateY(-5px); box-shadow: 0 8px 25px rgba(0, 0, 0, 0.15); }
.alpha-video-thumbnail { position: relative; width: 100%; padding-top: 56.25%; background: #000; overflow: hidden; }
.alpha-video-thumbnail img { position: absolute; top: 0; left: 0; width: 100%; height: 100%; object-fit: cover; }
.alpha-video-play-overlay { position: absolute; top: 0; left: 0; width: 100%; height: 100%; background: rgba(0, 0, 0, 0.3); display: flex; align-items: center; justify-content: center; transition: background 0.3s; }
.alpha-video-card:hover .alpha-video-play-overlay { background: rgba(0, 0, 0, 0.5); }
.alpha-play-button { width: 80px; height: 80px; background: rgba(255, 255, 255, 0.9); border-radius: 50%; display: flex; align-items: center; justify-content: center; color: var(--kpy-primary); font-size: 2.5rem; transition: transform 0.3s; }
.alpha-video-card:hover .alpha-play-button { transform: scale(1.1); }
.alpha-video-duration { position: absolute; bottom: 10px; right: 10px; background: rgba(0, 0, 0, 0.8); color: #ffffff; padding: 0.25rem 0.75rem; border-radius: 4px; font-size: 0.875rem; font-weight: 600; }
.alpha-video-featured { position: absolute; top: 10px; left: 10px; background: var(--kpy-primary); color: #ffffff; padding: 0.25rem 0.75rem; border-radius: 4px; font-size: 0.75rem; font-weight: 600; text-transform: uppercase; }
.alpha-video-info { padding: 1.5rem; }
.alpha-video-info h3 { color: #333; font-size: 1.25rem; font-weight: 700; margin-bottom: 0.5rem; line-height: 1.3; }
.alpha-video-info p { color: #666; font-size: 0.95rem; line-height: 1.6; margin-bottom: 0.75rem; }
.alpha-video-meta { display: flex; gap: 1rem; align-items: center; font-size: 0.875rem; color: #999; }
.alpha-no-videos { text-align: center; padding: 4rem 2rem; }
.alpha-no-videos i { font-size: 4rem; color: #ccc; margin-bottom: 1rem; }
.alpha-no-videos h3 { color: #666; font-size: 1.5rem; margin-bottom: 0.5rem; }
.alpha-no-videos p { color: #999; }

/* Alpha Sample Photo Gallery Styles */
.gallery-cards-container { margin: 0 auto; padding: 20px; }
.gallery-grid { display: grid; grid-template-columns: repeat(auto-fill, minmax(300px, 1fr)); gap: 20px; margin-bottom: 30px; }
.gallery-card { position: relative; border-radius: 8px; overflow: hidden; background: #ffffff; box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1); transition: transform 0.3s ease, box-shadow 0.3s ease; aspect-ratio: 1/1; }
.gallery-card:hover { transform: translateY(-5px); box-shadow: 0 8px 16px rgba(0, 0, 0, 0.2); }
.gallery-thumbnail-wrapper { position: relative; width: 100%; height: 100%; }
.gallery-thumbnail { width: 100%; height: 100%; object-fit: cover; transition: transform 0.5s ease; }
.gallery-card:hover .gallery-thumbnail { transform: scale(1.05); }
.gallery-title-overlay { position: absolute; bottom: 0; left: 0; right: 0; background: linear-gradient(to top, rgba(0,0,0,0.8) 0%, transparent 100%); padding: 20px; color: #fff; transform: translateY(100%); transition: transform 0.3s ease; }
.gallery-card:hover .gallery-title-overlay { transform: translateY(0); }
.gallery-title { margin: 0; font-size: 1.5rem; line-height: 1.2; font-weight: 600; opacity: 0.9; }
.gallery-card:hover .gallery-title { opacity: 1; }
.gallery-card-link { display: block; height: 100%; text-decoration: none; color: inherit; }
.gallery-pagination { display: flex; justify-content: center; margin-top: 40px; }
.gallery-pagination .page-numbers { display: flex; list-style: none; padding: 0; margin: 0; gap: 8px; }
.gallery-pagination .page-numbers li a, .gallery-pagination .page-numbers li span { display: inline-flex; align-items: center; justify-content: center; padding: 10px 15px; background: #ffffff; border: 1px solid #ddd; border-radius: 4px; text-decoration: none; color: #333; font-weight: 500; transition: all 0.3s ease; }
.gallery-pagination .page-numbers li a:hover { background: var(--kpy-primary); color: #fff; border-color: var(--kpy-primary); }
.gallery-pagination .page-numbers li span.current { background: var(--kpy-primary); color: #fff; border-color: var(--kpy-primary); }

/* Liberty Gallery Styles */
.liberty-gallery-wrapper { position: relative; background: transparent; padding: 4rem 0; }
.liberty-gallery-container { max-width: 1200px; margin: 0 auto; padding: 0 2rem; }
.liberty-gallery-grid { display: grid; grid-template-columns: repeat(auto-fill, minmax(300px, 1fr)); gap: 2rem; margin-bottom: 2rem; }
.liberty-gallery-card { background: #ffffff; border-radius: 12px; overflow: hidden; box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1); transition: transform 0.3s ease, box-shadow 0.3s ease; border-left: 4px solid var(--kpy-primary); }
.liberty-gallery-card:hover { transform: translateY(-5px); box-shadow: 0 10px 25px rgba(0, 0, 0, 0.15); }
.liberty-gallery-link { text-decoration: none; color: inherit; display: block; }
.liberty-gallery-image { position: relative; height: 280px; overflow: hidden; background-size: cover; background-position: center; }
.liberty-gallery-img { width: 100%; height: 100%; object-fit: cover; transition: transform 0.3s ease; }
.liberty-gallery-card:hover .liberty-gallery-img { transform: scale(1.05); }
.liberty-gallery-overlay { position: absolute; bottom: 0; left: 0; right: 0; background: linear-gradient(to top, rgba(0,0,0,0.8) 0%, transparent 100%); padding: 1.5rem; color: #fff; transform: translateY(100%); transition: all 0.3s ease; }
.liberty-gallery-card:hover .liberty-gallery-overlay { transform: translateY(0); }
.liberty-gallery-title { font-family: var(--kpy-font-heading); font-size: 1.25rem; font-weight: 600; margin: 0; }
.liberty-gallery-pagination { display: flex; justify-content: center; margin-top: 3rem; }
.liberty-gallery-pagination .page-numbers { display: inline-flex; align-items: center; justify-content: center; padding: 0.75rem 1rem; background: #ffffff; border: 1px solid #ddd; border-radius: 4px; text-decoration: none; color: #333; font-weight: 500; margin: 0 0.5rem; transition: all 0.3s ease; }
.liberty-gallery-pagination .page-numbers:hover, .liberty-gallery-pagination .page-numbers.current { background: var(--kpy-primary); color: #ffffff; border-color: var(--kpy-primary); }

/* Kipya Property Gallery Styles */
.kpy-property-gallery { margin-bottom: 4rem; }
.kpy-gallery-main { margin-bottom: 1.5rem; border-radius: 12px; overflow: hidden; box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1); transition: transform 0.3s ease; }
.kpy-gallery-main:hover { transform: scale(1.01); }
.kpy-gallery-main a { display: block; width: 100%; height: 100%; }
.kpy-gallery-main-image { width: 100%; height: 500px; object-fit: cover; transition: transform 0.3s ease; }
.kpy-gallery-main:hover .kpy-gallery-main-image { transform: scale(1.05); }
.kpy-gallery-thumbnails { display: grid; grid-template-columns: repeat(4, 1fr); gap: 1rem; }
.kpy-gallery-thumb { position: relative; overflow: hidden; border-radius: 8px; box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1); transition: transform 0.3s ease; }
.kpy-gallery-thumb:hover { transform: translateY(-3px); box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15); }

/* Responsive Gallery Styles */
@media (max-width: 768px) {
.gallery-grid { grid-template-columns: repeat(auto-fill, minmax(200px, 1fr)); gap: 15px; }
.gallery-title-overlay { padding: 15px; }
.gallery-title { font-size: 1rem; }
.liberty-gallery-grid { grid-template-columns: repeat(auto-fit, minmax(280px, 1fr)); gap: 1rem; }
.liberty-gallery-image { height: 220px; }
.liberty-gallery-title { font-size: 1.125rem; }
.kpy-gallery-thumbnails { grid-template-columns: repeat(2, 1fr); }
}
@media (max-width: 480px) {
.gallery-grid { grid-template-columns: 1fr 1fr; gap: 10px; }
.gallery-title-overlay { padding: 10px; }
.liberty-gallery-grid { grid-template-columns: 1fr; }
.liberty-gallery-image { height: 200px; }
.kpy-gallery-main-image { height: 300px; }
}

/* Photo Gallery Hover Effects */
.kpy-photo-gallery-grid {
    max-width: 1200px;
    margin: 0 auto;
}

.kpy-gallery-card {
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.kpy-gallery-card:hover {
    transform: translateY(-8px);
    box-shadow: 0 8px 30px rgba(var(--kpy-primary-rgb, 23, 74, 143), 0.25);
}

.kpy-gallery-card:hover .kpy-gallery-card-img {
    transform: scale(1.05);
}

/* Video Modal Styles */
.alpha-video-modal-backdrop {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.85);
    z-index: 9999;
    opacity: 0;
    visibility: hidden;
    transition: all 0.3s ease;
    backdrop-filter: blur(5px);
}

.alpha-video-modal-backdrop.is-open {
    opacity: 1;
    visibility: visible;
}

.alpha-video-modal {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 10000;
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 0;
    visibility: hidden;
    transition: all 0.3s ease;
}

.alpha-video-modal.is-open {
    opacity: 1;
    visibility: visible;
}

.alpha-video-modal-dialog {
    position: relative;
    width: 90%;
    max-width: 900px;
    background: var(--kpy-white, #ffffff);
    border-radius: 16px;
    overflow: hidden;
    box-shadow: 0 20px 60px rgba(0, 0, 0, 0.3);
    transform: scale(0.9);
    transition: transform 0.3s ease;
}

.alpha-video-modal.is-open .alpha-video-modal-dialog {
    transform: scale(1);
}

.alpha-video-modal-close {
    position: absolute;
    top: 16px;
    right: 16px;
    width: 48px;
    height: 48px;
    background: rgba(0, 0, 0, 0.8);
    color: var(--kpy-white, #ffffff);
    border: none;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    z-index: 10;
    transition: all 0.3s ease;
    font-size: 1.25rem;
}

.alpha-video-modal-close:hover {
    background: var(--kpy-primary, #17458F);
    transform: scale(1.1);
}

.alpha-video-modal-body {
    position: relative;
    width: 100%;
    padding-bottom: 56.25%;
    background: var(--kpy-base, #000000);
}

.alpha-video-modal-body iframe,
.alpha-video-modal-body video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: none;
}

@media (max-width: 768px) {
    .alpha-video-modal-dialog {
        width: 95%;
        max-width: none;
        margin: 1rem;
    }
    .alpha-video-modal-close {
        width: 40px;
        height: 40px;
        top: 12px;
        right: 12px;
        font-size: 1rem;
    }
}


/* =====================================================
   IMPROVED TEAM — TABBED LAYOUT
   Uses BEM-style .it- prefix to avoid conflicts.
   ===================================================== */

/* ---------- Section wrapper ---------- */
.improved-team-section {
    padding: 80px 0 100px;
}

/* ---------- Header ---------- */
.it-header {
    text-align: center;
    margin-bottom: 44px;
    padding: 0 16px;
}

.it-title {
    font-size: clamp(1.8rem, 3vw, 2.6rem);
    font-weight: 800;
    color: var(--kpy-primary, #1a2e52);
    margin-bottom: 14px;
    letter-spacing: -0.5px;
    position: relative;
    display: inline-block;
}

/* Decorative underline accent on the heading */
.it-title::after {
    content: '';
    display: block;
    height: 4px;
    width: 60px;
    background: #e31e24;
    border-radius: 2px;
    margin: 10px auto 0;
}

.it-subtitle {
    font-size: 1rem;
    color: #5a6577;
    max-width: 720px;
    margin: 0 auto;
    line-height: 1.8;
    text-align: center;
}

/* ---------- Tab switcher ---------- */
.it-tabs-wrapper {
    display: flex;
    justify-content: center;
    margin-bottom: 50px;
}

.it-tabs {
    display: inline-flex;
    background: #f0f2f5;
    border-radius: 50px;
    padding: 5px;
    gap: 4px;
    box-shadow: inset 0 1px 4px rgba(0,0,0,.08);
}

.it-tab-btn {
    border: none;
    background: transparent;
    padding: 11px 32px;
    border-radius: 50px;
    font-size: 0.875rem;
    font-weight: 700;
    letter-spacing: 0.5px;
    text-transform: uppercase;
    color: #6c757d;
    cursor: pointer;
    transition: all 0.3s ease;
    white-space: nowrap;
}

.it-tab-btn:hover {
    color: var(--kpy-primary, #1a2e52);
}

.it-tab-btn.active {
    background: var(--kpy-primary, #1a2e52);
    color: #fff;
    box-shadow: 0 4px 14px rgba(0,0,0,.18);
}

/* ---------- Tab panels ---------- */
.it-panel {
    display: none;
    animation: itFadeIn 0.35s ease;
}

.it-panel.active {
    display: block;
}

@keyframes itFadeIn {
    from { opacity: 0; transform: translateY(12px); }
    to   { opacity: 1; transform: translateY(0); }
}

/* ---------- Card grid ---------- */
.it-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 28px;
}

@media (max-width: 1199px) { .it-grid { grid-template-columns: repeat(3, 1fr); } }
@media (max-width: 767px)  { .it-grid { grid-template-columns: repeat(2, 1fr); gap: 20px; } }
@media (max-width: 480px)  { .it-grid { grid-template-columns: 1fr; } }

/* ---------- Card ---------- */
.it-card {
    background: #fff;
    border-radius: 18px;
    overflow: hidden;
    box-shadow: 0 4px 20px rgba(0,0,0,.06);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    display: flex;
    flex-direction: column;
}

.it-card:hover {
    transform: translateY(-8px);
    box-shadow: 0 16px 40px rgba(0,0,0,.13);
}

/* ---- Card image ---- */
.it-card-img-wrap {
    position: relative;
    overflow: hidden;
    height: 300px;
    background: #f0f3f8;
    flex-shrink: 0;
    display: flex;
    align-items: center;
    justify-content: center;
}

.it-card-img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    object-position: top center;
    display: block;
    transition: transform 0.4s ease;
}

.it-card:hover .it-card-img {
    transform: scale(1.04);
}

/* Placeholder SVG icon */
.it-placeholder {
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--kpy-primary, #1a2e52);
}

.it-placeholder svg {
    width: 80px;
    height: 80px;
}

/* ---- Card overlay (hover) ---- */
.it-card-overlay {
    position: absolute;
    inset: 0;
    background: rgba(26, 46, 82, 0.72);
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 0;
    transition: opacity 0.3s ease;
}

.it-card:hover .it-card-overlay {
    opacity: 1;
}

.it-quick-links {
    display: flex;
    gap: 10px;
}

.it-quick-link {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    border: 2px solid rgba(255,255,255,0.7);
    background: transparent;
    color: #fff;
    font-size: 0.875rem;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    text-decoration: none;
    transition: background 0.2s, border-color 0.2s;
    transform: translateY(10px);
    opacity: 0;
    transition: all 0.3s ease;
}

.it-card:hover .it-quick-link {
    opacity: 1;
    transform: translateY(0);
}

/* Stagger the icons appearing */
.it-card:hover .it-quick-link:nth-child(1) { transition-delay: 0.05s; }
.it-card:hover .it-quick-link:nth-child(2) { transition-delay: 0.10s; }
.it-card:hover .it-quick-link:nth-child(3) { transition-delay: 0.15s; }
.it-card:hover .it-quick-link:nth-child(4) { transition-delay: 0.20s; }

.it-quick-link:hover {
    background: #e31e24;
    border-color: #e31e24;
    color: #fff;
}

/* ---- Card body ---- */
.it-card-body {
    padding: 22px 20px 24px;
    flex: 1;
    display: flex;
    flex-direction: column;
    text-align: center;
}

.it-member-name {
    font-size: 1.05rem;
    font-weight: 700;
    color: var(--kpy-primary, #1a2e52);
    margin: 0 0 6px;
    line-height: 1.25;
}

.it-member-role {
    font-size: 0.82rem;
    font-weight: 600;
    color: #e31e24;
    text-transform: uppercase;
    letter-spacing: 0.6px;
    margin: 0 0 6px;
    line-height: 1.4;
}

.it-member-org {
    font-size: 0.8rem;
    color: #888;
    margin: 0 0 18px;
    line-height: 1.4;
}

.it-member-org i {
    font-size: 0.7rem;
}

.it-btn-profile {
    margin-top: auto;
    align-self: center;
    border: 2px solid var(--kpy-primary, #1a2e52);
    background: transparent;
    color: var(--kpy-primary, #1a2e52);
    padding: 8px 20px;
    border-radius: 50px;
    font-size: 0.8rem;
    font-weight: 700;
    letter-spacing: 0.4px;
    cursor: pointer;
    transition: all 0.3s ease;
}

.it-btn-profile:hover {
    background: var(--kpy-primary, #1a2e52);
    color: #fff;
    transform: translateY(-2px);
    box-shadow: 0 6px 18px rgba(26,46,82,.22);
}

/* ---------- Empty state ---------- */
.it-empty {
    text-align: center;
    color: #999;
    font-size: 0.95rem;
    padding: 60px 20px;
}

/* =====================================================
   MODAL
   ===================================================== */
.it-modal .modal-content {
    border: none;
    border-radius: 22px;
    overflow: hidden;
}

.it-modal-close {
    position: absolute;
    top: 16px;
    right: 20px;
    z-index: 10;
    width: 36px;
    height: 36px;
    border-radius: 50%;
    border: none;
    background: rgba(255,255,255,0.9);
    color: #333;
    font-size: 0.9rem;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: background 0.2s, color 0.2s;
    box-shadow: 0 2px 8px rgba(0,0,0,.12);
}

.it-modal-close:hover {
    background: #e31e24;
    color: #fff;
}

.it-modal-inner {
    display: flex;
    min-height: 400px;
}

/* ---- Modal Left ---- */
.it-modal-left {
    width: 38%;
    flex-shrink: 0;
    background: var(--kpy-primary, #1a2e52);
    padding: 40px 28px;
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.it-modal-img-wrap {
    border-radius: 14px;
    overflow: hidden;
    aspect-ratio: 3/4;
    background: rgba(255,255,255,.1);
}

.it-modal-img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    object-position: top center;
    display: block;
    background: #f0f3f8;
}

.it-placeholder-lg {
    display: flex;
    align-items: center;
    justify-content: center;
    color: rgba(255,255,255,.5);
    height: 100%;
}
.it-placeholder-lg svg { width: 70px; height: 70px; }

.it-modal-contact {
    background: rgba(255,255,255,.08);
    border-radius: 12px;
    padding: 18px;
}

.it-modal-section-title {
    color: rgba(255,255,255,.6);
    font-size: 0.7rem;
    font-weight: 700;
    letter-spacing: 1px;
    text-transform: uppercase;
    margin-bottom: 12px;
}

.it-contact-row {
    display: flex;
    align-items: flex-start;
    gap: 10px;
    color: #fff;
    font-size: 0.82rem;
    text-decoration: none;
    margin-bottom: 10px;
    line-height: 1.4;
    transition: color 0.2s;
}

.it-contact-row:last-child { margin-bottom: 0; }

.it-contact-row:hover { color: #ffd6d6; }

.it-contact-icon {
    width: 22px;
    text-align: center;
    color: rgba(255,255,255,.55);
    flex-shrink: 0;
    margin-top: 1px;
    font-size: 0.8rem;
}

/* ---- Modal Right ---- */
.it-modal-right {
    flex: 1;
    padding: 40px 36px;
    display: flex;
    flex-direction: column;
    gap: 24px;
    overflow-y: auto;
    max-height: 80vh;
}

.it-modal-name-block {
    border-bottom: 2px solid #f0f2f5;
    padding-bottom: 20px;
}

.it-modal-name {
    font-size: 1.55rem;
    font-weight: 800;
    color: var(--kpy-primary, #1a2e52);
    margin: 0 0 6px;
    line-height: 1.2;
}

.it-modal-role {
    font-size: 0.85rem;
    font-weight: 600;
    color: #e31e24;
    text-transform: uppercase;
    letter-spacing: 0.6px;
    margin: 0;
}

.it-modal-bio {
    font-size: 0.95rem;
    color: #4a5568;
    line-height: 1.8;
    flex: 1;
}

.it-modal-bio p:last-child { margin-bottom: 0; }

.it-social-row {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
}

.it-social-btn {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    padding: 7px 16px;
    border-radius: 50px;
    font-size: 0.8rem;
    font-weight: 600;
    text-decoration: none;
    border: 2px solid var(--kpy-primary, #1a2e52);
    color: var(--kpy-primary, #1a2e52);
    transition: all 0.25s ease;
}

.it-social-btn:hover {
    background: var(--kpy-primary, #1a2e52);
    color: #fff;
    transform: translateY(-2px);
}

/* =====================================================
   RESPONSIVE — Modal
   ===================================================== */
@media (max-width: 767px) {
    .it-modal-inner {
        flex-direction: column;
    }
    .it-modal-left {
        width: 100%;
        padding: 28px 24px;
        flex-direction: row;
        align-items: flex-start;
        gap: 18px;
    }
    .it-modal-img-wrap {
        width: 120px;
        flex-shrink: 0;
        aspect-ratio: 1;
    }
    .it-modal-right {
        padding: 28px 24px;
        max-height: none;
    }
    .it-modal-name {
        font-size: 1.25rem;
    }
}

@media (max-width: 480px) {
    .it-tabs {
        flex-direction: column;
        border-radius: 14px;
        width: 90%;
    }
    .it-tab-btn {
        border-radius: 10px;
        text-align: center;
    }
    .it-modal-left {
        flex-direction: column;
    }
    .it-modal-img-wrap {
        width: 100%;
        aspect-ratio: 3/2;
    }
}
