/*====================================================================
   Custom CSS File for most of Desktop and Mobile look for Kipya Template
   Developed by Amazing LWEGATECH LTD team.
===================================================================**/
:root {
  --kpy-font: "Cinzel", "Trajan Pro", serif; 
  --kpy-font-2: "Montserrat", "Lato", sans-serif; 
  --kpy-font-3: "Georgia", serif; 
  --kpy-primary: #3d5568; 
  --kpy-primary-rgb: 61, 85, 104; 
  --kpy-secondary: #d9c5a5; 
  --kpy-secondary-rgb: 217, 197, 165; 
  --kpy-light: #f4eff6; 
  --kpy-gold: #c5a880; 
  --kpy-grey: #5c6f7e; 
  --kpy-base: #1f2a33; 
  --kpy-base-rgb: 31, 42, 51; 
  --kpy-white: #ffffff; 
  --kpy-white-rgb: 255, 255, 255; 
  --kpy-black: #11171d; 
  --kpy-font-size: 16px;
  --kpy-orange: #c86f4a;
  --kpy-orange-rgb: 200, 111, 74;
}


html, body { font-family: var(--kpy-font-2)!important; color: var(--kpy-base); font-size: var(--kpy-font-size); line-height: 1.8; margin: 0; padding: 0; background-color: var(--kpy-white); -webkit-font-smoothing: antialiased; overflow-x: hidden; width: 100%; }
h1, h2, h3, h4, h5, h6 { font-family: var(--kpy-font)!important; font-weight: 700; text-transform: uppercase; letter-spacing: 2px; margin-top: 0; }

p { font-family: var(--kpy-font-2); color: var(--kpy-grey); line-height: 1.7; }

.site-content, .entry-content, .wp-block-group, .wp-block-columns { max-width: 100% !important; width: 100% !important; }

.container, .fc-inner-main > .container, .fc-page-article .container, .entry-content .container { max-width: 100% !important; width: 100% !important; padding-left: 0 !important; padding-right: 0 !important; }


/* Custom Cursor */
*{cursor:none!important}
.kpy-cursor-dot,.kpy-cursor-ring{position:fixed;top:0;left:0;pointer-events:none;z-index:999999;transform:translate(-50%,-50%);border-radius:50%}
.kpy-cursor-dot{width:7px;height:7px;background:var(--kpy-orange,#c86f4a)}
.kpy-cursor-ring{width:34px;height:34px;border:2px solid var(--kpy-orange,#c86f4a);opacity:.85;transition:width .2s,height .2s,opacity .2s}
.kpy-cursor-ring.is-hovering{width:48px;height:48px;opacity:1;border-color:var(--kpy-orange,#c86f4a);background:rgba(200,111,74,0.08)}
@media(pointer:coarse){*{cursor:auto!important}.kpy-cursor-dot,.kpy-cursor-ring{display:none}}



.hv-ministry-card { position: relative; border-radius: 0 0 20px 0; overflow: hidden; box-shadow: 0 10px 30px rgba(0,0,0,0.1); transition: transform 0.3s, box-shadow 0.3s; height: 380px; background: var(--kpy-base, #1f2a33); }
.hv-ministry-thumbnail { position: absolute; top: 0; left: 0; width: 100%; height: 100%; z-index: 1; border-radius: 0 0 20px 0; overflow: hidden; }

/* Gutenberg Block Custom Classes */
.hv-hero-section { position: relative; height: 100vh; display: flex; align-items: center; justify-content: center; background-color: var(--kpy-primary); color: var(--kpy-white); text-align: center; overflow: hidden; }
.hv-heading-main { font-size: clamp(2.5rem, 6vw, 4.5rem); margin-bottom: 1rem; color: var(--kpy-secondary); }
.hv-sub-text { font-family: var(--kpy-font-2); font-size: 1.1rem; max-width: 700px; margin: 0 auto 2rem; opacity: 0.9; letter-spacing: 3px; text-transform: uppercase; }
.hv-btn-gold { background: var(--kpy-secondary); color: var(--kpy-primary); padding: 15px 35px; text-decoration: none; font-weight: bold; border-radius: 0; transition: 0.3s; display: inline-block; }
.hv-btn-gold:hover { background: var(--kpy-gold); color: var(--kpy-white); }
/*.hv-section-padding { padding: 80px 0; }*/
.hv-about-image { border: 10px solid var(--kpy-light); box-shadow: 20px 20px 0px var(--kpy-secondary); }




/* =============================================
   FOOTER 
   ============================================= */
.fc-footer-v2-spectrum { display: flex; width: 100%; min-height: 180px; }
.fc-footer-v2-spectrum__bar { flex: 1; display: flex; align-items: center; justify-content: center; text-decoration: none; position: relative; overflow: hidden; transition: filter 0.3s ease, transform 0.3s ease; }
.fc-footer-v2-spectrum__bar:hover { filter: brightness(1.1); }
.fc-footer-v2-spectrum__bar:hover .fc-footer-v2-spectrum__label { letter-spacing: 6px; }
.fc-footer-v2-spectrum__bar--1 { background: #6e8270; }
.fc-footer-v2-spectrum__bar--2 { background: #b05c3a; }
.fc-footer-v2-spectrum__bar--3 { background: #8aaab8; }
.fc-footer-v2-spectrum__label { font-family: var(--kpy-font-2, "Montserrat", sans-serif); font-size: clamp(1.5rem, 3.5vw, 2.5rem); font-weight: 800; letter-spacing: 4px; text-transform: uppercase; color: rgba(255,255,255,0.92); transition: letter-spacing 0.35s ease; text-align: center; line-height: 1; }
.fc-footer-v2-spectrum__bar::after { content: "→"; position: absolute; bottom: 18px; right: 22px; font-size: 1.1rem; color: rgba(255,255,255,0.45); transition: opacity 0.3s ease, transform 0.3s ease; opacity: 0; }
.fc-footer-v2-spectrum__bar:hover::after { opacity: 1; transform: translateX(4px); }
.fc-footer-v2-spectrum__bar--1, .fc-footer-v2-spectrum__bar--2 { border-right: 1px solid rgba(255,255,255,0.18); }
.fc-footer-v2-main { background: #2e3232; padding: 56px 0 32px; }
.fc-footer-v2-container { max-width: 1100px; margin: 0 auto; padding: 0 64px; }
.fc-footer-v2-brand { margin-bottom: 28px; }
.fc-footer-v2-brand-link { color: rgba(255,255,255,0.9); text-decoration: none; }
.fc-footer-v2-custom-logo { max-width: 140px; height: auto; opacity: 0.92; }
.fc-footer-v2-mark { color: rgba(255,255,255,0.82); }
.fc-footer-v2-mark-svg { display: block; }
.fc-footer-v2-name { font-family: var(--kpy-font-2, "Montserrat", sans-serif); font-size: 1.05rem; font-weight: 800; letter-spacing: 0.22em; text-transform: uppercase; color: rgba(255,255,255,0.9); margin-top: 10px; display: block; }
.fc-footer-v2-social { margin-bottom: 40px; }
.fc-footer-v2-social-link { color: rgba(255,255,255,0.75); font-size: 1.35rem; text-decoration: none; transition: color 0.25s ease; }
.fc-footer-v2-social-link:hover { color: var(--kpy-secondary, #d9c5a5); }
.fc-footer-v2-columns { margin-bottom: 40px; border-top: 1px solid rgba(255,255,255,0.1); padding-top: 36px; }
.fc-footer-v2-col-title { font-family: var(--kpy-font-2, "Montserrat", sans-serif) !important; font-size: 0.85rem !important; font-weight: 800 !important; letter-spacing: 0.12em !important; text-transform: uppercase !important; color: rgba(255,255,255,0.95) !important; margin-bottom: 1.1rem !important; }
.fc-footer-v2-links { list-style: none; margin: 0; padding: 0; }
.fc-footer-v2-links li { margin-bottom: 0.55rem; }
.fc-footer-v2-links a { font-family: var(--kpy-font-2, "Montserrat", sans-serif); font-size: 0.95rem; color: rgba(255,255,255,0.68) !important; text-decoration: none; font-weight: 600; transition: color 0.2s ease; }
.fc-footer-v2-links a:hover { color: var(--kpy-secondary, #d9c5a5) !important; }
.fc-footer-v2-copy { font-family: var(--kpy-font-2, "Montserrat", sans-serif); font-size: 0.78rem; font-weight: 700; letter-spacing: 0.1em; text-transform: uppercase; color: var(--kpy-secondary, #d9c5a5); margin-bottom: 6px !important; }
.fc-footer-v2-credit-wrap { margin-bottom: 0 !important; }
.fc-footer-v2-credit { font-family: var(--kpy-font-2, "Montserrat", sans-serif); font-size: 0.68rem; letter-spacing: 0.08em; text-transform: uppercase; color: rgba(255,255,255,0.4) !important; text-decoration: none; }
.fc-footer-v2-credit:hover { color: var(--kpy-secondary, #d9c5a5) !important; }
.fc-footer-v2-pattern { width: 100%; height: 52px; background-color: #232828; background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='60' height='52' viewBox='0 0 60 52'%3E%3Cpolygon points='0,0 30,26 60,0' fill='none' stroke='rgba(255,255,255,0.1)' stroke-width='1'/%3E%3Cpolygon points='0,26 30,52 60,26' fill='none' stroke='rgba(255,255,255,0.1)' stroke-width='1'/%3E%3C/svg%3E"); background-repeat: repeat-x; background-position: center; }
.fc-footer-v2-contact-label { font-family: var(--kpy-font-2, "Montserrat", sans-serif); font-size: 0.75rem; font-weight: 800; letter-spacing: 0.1em; text-transform: uppercase; color: var(--kpy-secondary, #d9c5a5); margin-top: 0.6rem; }
.fc-footer-v2-contact-text { font-family: var(--kpy-font-2, "Montserrat", sans-serif); font-size: 0.82rem; color: rgba(255,255,255,0.6); font-weight: 500; }

/* =============================================
   RESPONSIVE
   ============================================= */
@media (max-width: 768px) { .fc-footer-v2-spectrum { min-height: 120px; } .fc-footer-v2-spectrum__label { font-size: 1.2rem; letter-spacing: 2px; } .fc-footer-v2-spectrum__bar::after { display: none; } .fc-footer-v2-main { padding: 40px 0 24px; } .fc-footer-v2-brand { display: none; } .fc-footer-v2-social { display: none; } .fc-footer-v2-container { padding: 0 24px; } }
@media (max-width: 480px) { .fc-footer-v2-spectrum { flex-direction: column; min-height: unset; } .fc-footer-v2-spectrum__bar { min-height: 80px; border-right: none !important; border-bottom: 1px solid rgba(255,255,255,0.18); } .fc-footer-v2-spectrum__label { font-size: 1.35rem; } .fc-footer-v2-brand { display: none; } .fc-footer-v2-social { display: none; } .fc-footer-v2-container { padding: 0 20px; } .fc-footer-v2-columns { display: grid; grid-template-columns: 1fr 1fr; gap: 24px; } .fc-footer-v2-copy { text-align: center; } .fc-footer-v2-credit-wrap { text-align: center; } }   

/** ==========================================================
Main Slides
===========================================================**/
.main-slider { position: relative; width: 100%; overflow: hidden; }
.main-slider .swiper-slide { position: relative; }
.main-slider .container { position: relative; padding-top: 180px; padding-bottom: 200px; z-index: 3; min-height: 100vh; max-width: 100%; padding-left: 2%; padding-right: 2%; display: flex; align-items: center; justify-content: center; }
.image-layer, .slider-overlay { position: absolute; top: 0; left: 0; right: 0; bottom: 0; background-size: cover; background-position: center; z-index: 1; transition: transform 7000ms ease, opacity 1500ms ease-in; }
.slider-overlay { background: linear-gradient(to bottom, rgba(17, 23, 29, 0.65) 0%, rgba(17, 23, 29, 0.45) 60%, rgba(17, 23, 29, 0.75) 100%); z-index: 2; }
.main-slider .swiper-slide-active .image-layer { transform: scale(1.15); }
.main-slider-content { position: relative; text-align: center; width: 100%; }
.main-slider-content__inner { width: 100%; max-width: 860px; margin: 0 auto; position: relative; z-index: 5; }
.slide-tagline { display: inline-flex; align-items: center; gap: 8px; font-family: var(--kpy-font-2, "Montserrat", sans-serif); font-size: 0.75rem; font-weight: 700; letter-spacing: 3px; text-transform: uppercase; color: var(--kpy-secondary, #d9c5a5); margin-bottom: 22px; }
.slide-tagline::before, .slide-tagline::after { content: "✦"; font-size: 0.65rem; color: var(--kpy-secondary, #d9c5a5); }
.big-title h2 { color: #fff !important; font-size: 58px; line-height: 1.1; margin: 0 0 24px; text-shadow: 2px 4px 12px rgba(0,0,0,0.5); font-family: var(--kpy-font-2, "Montserrat", sans-serif); font-weight: 900 !important; text-transform: Uppercase; text-align: center; width: 100%; letter-spacing: 1px; padding-left: 0; padding-right: 0; }
.text p { color: rgba(255,255,255,0.88); font-size: 1.05rem; line-height: 1.7; margin: 0 auto 36px; text-shadow: 1px 1px 4px rgba(0,0,0,0.6); max-width: 600px; text-align: center; font-family: var(--kpy-font-2, "Montserrat", sans-serif); font-weight: 400; }
.hero-buttons { display: flex; gap: 18px; margin-top: 8px; justify-content: center; flex-wrap: wrap; }
.buttons { padding: 15px 32px; border-radius:0 0 18px 0; font-weight: 700; text-decoration: none; text-transform: uppercase; font-size: 0.8rem; letter-spacing: 2px; transition: all 0.35s ease; display: inline-flex; align-items: center; gap: 12px; text-align: center; cursor: pointer; font-family: var(--kpy-font-2, "Montserrat", sans-serif); }
.btn-arrow-icon { width: 32px; height: 32px; border-radius: 50%; display: inline-flex; align-items: center; justify-content: center; font-size: 1rem; flex-shrink: 0; transition: transform 0.3s ease, background 0.3s ease; }
.buttons-join { background: var(--kpy-orange, #c86f4a); color: var(--kpy-white, #fff); border: 2px solid var(--kpy-orange, #c86f4a); box-shadow: 0 6px 20px rgba(224, 92, 42, 0.4); }
.buttons-join .btn-arrow-icon { background: rgba(255,255,255,0.25); color: var(--kpy-white); }
.buttons-join:hover { background: transparent; color: var(--kpy-white); box-shadow: 0 8px 28px rgba(224, 92, 42, 0.3); transform: translateY(-3px); }
.buttons-join:hover .btn-arrow-icon { background: var(--kpy-white); color: var(--kpy-orange, #c86f4a); transform: rotate(45deg); }
.buttons-volunteer { background: transparent; color: var(--kpy-white, #fff); border: 2px solid rgba(255,255,255,0.7); }
.buttons-volunteer .btn-arrow-icon { background: rgba(255,255,255,0.15); color: var(--kpy-white); }
.buttons-volunteer:hover { background: var(--kpy-orange, #c86f4a); border-color: var(--kpy-orange, #c86f4a); transform: translateY(-3px); box-shadow: 0 8px 28px rgba(224, 92, 42, 0.35); }
.buttons-volunteer:hover .btn-arrow-icon { background: rgba(255,255,255,0.25); transform: rotate(45deg); }
.scroll-down-arrow { position: absolute; bottom: 100px; left: 50%; transform: translateX(-50%); z-index: 20; cursor: pointer; }
.mouse-scroll { display: flex; flex-direction: column; align-items: center; text-decoration: none; gap: 8px; }
.mouse { width: 26px; height: 44px; border: 2px solid rgba(255,255,255,0.8); border-radius: 20px; display: flex; justify-content: center; position: relative; }
.wheel { width: 3px; height: 8px; background: var(--kpy-white, #fff); border-radius: 2px; position: absolute; top: 8px; animation: scrollWheel 1.5s infinite; }
.scroll-text { font-size: 0.65rem; text-transform: uppercase; letter-spacing: 3px; color: rgba(255,255,255,0.75); font-weight: 600; font-family: var(--kpy-font-2, "Montserrat", sans-serif); transition: color 0.3s; }
.mouse-scroll:hover .scroll-text { color: var(--kpy-orange, #c86f4a); }
.mouse-scroll:hover .mouse { border-color: var(--kpy-orange, #c86f4a); }
@keyframes scrollWheel { 0% { opacity: 1; transform: translateY(0); } 80% { opacity: 0; transform: translateY(15px); } 100% { opacity: 0; transform: translateY(15px); } }
.scrolling-words-banner { position: absolute; bottom: 0; left: 0; right: 0; overflow: hidden; white-space: nowrap; z-index: 20; background: var(--kpy-primary); padding: 14px 0; }
.scrolling-words-wrapper { display: inline-block; animation: scrollWords 22s linear infinite; }
.scrolling-word { display: inline-block; font-family: var(--kpy-font-2, "Montserrat", sans-serif); font-size: 0.85rem; letter-spacing: 3px; text-transform: uppercase; color: var(--kpy-white, #fff); font-weight: 700; margin: 0 20px; }
.scrolling-word .word-divider { display: inline-block; margin: 0 10px; opacity: 0.6; font-size: 0.7rem; }
.scrolling-word.alt { color: rgba(255,255,255,0.75); font-weight: 500; letter-spacing: 2px; font-size: 0.78rem; font-style: italic; }
@keyframes scrollWords { 0% { transform: translateX(0); } 100% { transform: translateX(-50%); } }
#main-slider-pagination { position: absolute; bottom: 55px; left: 0; right: 0; text-align: center; z-index: 15; }
#main-slider-pagination .swiper-pagination-bullet { width: 8px; height: 8px; background: rgba(255,255,255,0.45); opacity: 1; margin: 0 5px; transition: all 0.3s; border-radius: 50%; }
#main-slider-pagination .swiper-pagination-bullet-active { background: var(--kpy-orange, #c86f4a); transform: scale(1.3); width: 24px; border-radius: 4px; }
.main-slider .swiper-button-next, .main-slider .swiper-button-prev { width: 52px; height: 52px; background: rgba(255,255,255,0.08); border: 1px solid rgba(255,255,255,0.25); border-radius: 50%; backdrop-filter: blur(6px); color: var(--kpy-white); transition: all 0.3s; }
.main-slider .swiper-button-next:hover, .main-slider .swiper-button-prev:hover { background: var(--kpy-orange, #c86f4a); border-color: var(--kpy-orange, #c86f4a); color: var(--kpy-white); }
.main-slider .swiper-button-next:after, .main-slider .swiper-button-prev:after { font-size: 1.1rem; font-weight: 900; }
@media (max-width: 1200px) { .big-title h2 { font-size: 48px; } }
@media (max-width: 991px) { .main-slider .container { padding-top: 160px; padding-bottom: 180px; } .big-title h2 { font-size: 40px; } .text p { font-size: 0.95rem; } }
@media (max-width: 768px) { .main-slider .swiper-slide { min-height: 680px; } .main-slider .container { padding-top: 140px; padding-bottom: 170px; height: auto; padding-left: 3%; padding-right: 3%; } .big-title h2 { font-size: 32px; } .text p { font-size: 0.9rem; max-width: 100%; } .scroll-down-arrow { bottom: 85px; } .scrolling-word { font-size: 0.72rem; margin: 0 14px; } }
@media (max-width: 576px) { .main-slider .container { padding-top: 130px; padding-bottom: 160px; } .big-title h2 { font-size: 26px; letter-spacing: 0; } .text p { font-size: 0.82rem; line-height: 1.5; } .buttons { padding: 12px 20px; font-size: 0.72rem; letter-spacing: 1.5px; gap: 8px; } .btn-arrow-icon { width: 26px; height: 26px; font-size: 0.85rem; } .scroll-down-arrow { bottom: 80px; } }


/* =============================================
   MENU
   ============================================= */
.hv-nav { position: fixed; top: 0; left: 0; width: 100%; z-index: 1000; overflow: visible; padding: 0 5%; box-sizing: border-box; transition: background .45s ease, box-shadow .45s ease; }
.hv-nav.scrolled { background: rgba(255, 255, 255, .97); backdrop-filter: blur(14px); box-shadow: 0 4px 32px rgba(0, 0, 0, .12); }
.hv-nav-inner { display: flex; align-items: center; justify-content: space-between; max-width: 1440px; margin: 0 auto; height: 80px; overflow: visible; }
.hv-menu-side { flex: 1; display: flex; align-items: center; list-style: none; margin: 0; padding: 0; gap: 36px; }
.hv-menu-side.left { justify-content: flex-end; }
.hv-menu-side.right { justify-content: flex-start; }
.hv-logo-center { flex: 0 0 auto; margin: 0 90px; text-align: center; position: relative; z-index: 20; display: flex; align-items: center; justify-content: center; overflow: visible; }
.hv-logo-center a { display: block; line-height: 0; position: relative; z-index: 3; }
.hv-logo-center img { height: 130px; width: 130px; object-fit: cover; border-radius: 50%; display: block; border: none; box-shadow: none; transform: translateY(28px); transition: height .4s ease, width .4s ease, transform .4s ease, box-shadow .4s ease; position: relative; z-index: 3; }
.hv-nav.scrolled .hv-logo-center img { height: 95px; width: 95px; transform: translateY(22px); box-shadow: none; }

.hv-nav.scrolled .hv-logo-center::after { transform: translateX(-50%) scaleY(1); }
.hv-menu-side > li { position: relative; }
.hv-menu-side > li > a { font-family: var(--kpy-font, "Cinzel", serif); font-size: .95rem; letter-spacing: 2.5px; text-transform: uppercase; color: var(--kpy-white, #fff); text-decoration: none; padding: 10px 0; display: block; position: relative; transition: color .3s; }
.hv-nav.scrolled .hv-menu-side > li > a { color: #1f2a33; }
.hv-menu-side > li > a::after { content: ''; position: absolute; bottom: 0; left: 50%; width: 0; height: 1px; background: var(--kpy-gold, #c5a880); transition: width .3s ease; transform: translateX(-50%); }
.hv-menu-side > li > a:hover { color: var(--kpy-gold, #c5a880); }
.hv-menu-side > li > a:hover::after, .hv-menu-side > li.current-menu-item > a::after, .hv-menu-side > li.current_page_item > a::after { width: 100%; }
.hv-menu-side > li.current-menu-item > a, .hv-menu-side > li.current_page_item > a { color: var(--kpy-gold, #c5a880); }
.hv-menu-side li.menu-item-has-children > a { padding-right: 18px; }
.hv-menu-side li.menu-item-has-children > a::before { content: '▾'; position: absolute; right: 0; top: 50%; transform: translateY(-50%); font-size: .6rem; color: var(--kpy-gold, #c5a880); }
.hv-menu-side .sub-menu { position: absolute; top: calc(100% + 10px); left: 50%; transform: translateX(-50%) translateY(10px); min-width: 215px; list-style: none; padding: 12px 0; margin: 0; background: rgba(26, 36, 46, .97); border-top: 2px solid var(--kpy-gold, #c5a880); box-shadow: 0 14px 44px rgba(0, 0, 0, .45); opacity: 0; visibility: hidden; transition: opacity .3s, transform .3s, visibility .3s; z-index: 200; }
.hv-menu-side li.menu-item-has-children:hover > .sub-menu { opacity: 1; visibility: visible; transform: translateX(-50%) translateY(0); }
.hv-menu-side .sub-menu li a { font-size: .8rem; letter-spacing: 1.8px; padding: 9px 22px; color: rgba(255,255,255,.85); display: block; text-transform: uppercase; font-family: var(--kpy-font, "Cinzel", serif); transition: color .25s, padding-left .25s, background .25s; text-decoration: none; }
.hv-menu-side .sub-menu li a::after { display: none; }
.hv-menu-side .sub-menu li a:hover { color: var(--kpy-gold, #c5a880); padding-left: 28px; background: rgba(197, 168, 128, .08); }

/* ── HAMBURGER ── */
.hv-burger { display: none; flex-direction: column; gap: 5px; background: none; border: none; cursor: pointer; padding: 6px; margin-left: auto; }
.hv-burger span { display: block; width: 28px; height: 2px; background: #fff; border-radius: 2px; transition: .3s; }
.hv-burger.open span:nth-child(1) { transform: rotate(45deg) translate(5px, 5px); }
.hv-burger.open span:nth-child(2) { opacity: 0; }
.hv-burger.open span:nth-child(3) { transform: rotate(-45deg) translate(5px, -5px); }

/* ── MOBILE DRAWER ── */
.hv-mobile-drawer { display: flex; flex-direction: column; align-items: center; justify-content: center; gap: 0; position: fixed; inset: 0; background: rgba(26, 36, 46, .98); z-index: 999; transform: translateX(100%); transition: transform .42s cubic-bezier(.4, 0, .2, 1); visibility: hidden; overflow-y: auto; padding: 70px 20px 40px; }
.hv-mobile-drawer.open { transform: none; visibility: visible; }
.hv-mobile-drawer .hv-drawer-logo { margin-bottom: 28px; }
.hv-mobile-drawer .hv-drawer-logo img { height: 85px; width: 85px; object-fit: cover; border-radius: 50%; border: 2px solid rgba(197,168,128,.4); }
.hv-mobile-drawer ul { list-style: none; padding: 0; margin: 0; text-align: center; width: 100%; }
.hv-mobile-drawer ul li a { font-family: var(--kpy-font, "Cinzel", serif); font-size: 1rem; letter-spacing: 3px; text-transform: uppercase; color: #fff; text-decoration: none; padding: 13px 0; display: block; transition: color .3s; border-bottom: 1px solid rgba(255,255,255,.07); }
.hv-mobile-drawer ul li a:hover, .hv-mobile-drawer ul li.current-menu-item a { color: var(--kpy-gold, #c5a880); }
.hv-mobile-drawer .sub-menu { background: rgba(255,255,255,.03); border-radius: 4px; margin: 4px 0; }
.hv-mobile-drawer .sub-menu li a { font-size: .8rem; letter-spacing: 2px; color: rgba(255,255,255,.6); border-bottom: none; padding: 8px 0; }
.hv-mobile-close { position: absolute; top: 20px; right: 20px; background: none; border: 2px solid rgba(255,255,255,.25); color: #fff; font-size: 1.3rem; width: 38px; height: 38px; border-radius: 50%; cursor: pointer; display: flex; align-items: center; justify-content: center; transition: border-color .3s, color .3s; }
.hv-mobile-close:hover { border-color: var(--kpy-gold, #c5a880); color: var(--kpy-gold, #c5a880); }

/* ── RESPONSIVE ── */
@media (max-width: 1100px) { .hv-logo-center { margin: 0 50px; } }
@media (max-width: 991px) { .hv-menu-side { display: none; } .hv-burger { display: flex; } .hv-logo-center { margin: 0; flex: 1; display: flex; justify-content: center; } .hv-logo-center img { height: 78px; width: 78px; transform: translateY(0); } .hv-nav.scrolled .hv-logo-center img { height: 60px; width: 60px; transform: translateY(0); } .hv-logo-center::after { display: none; } .hv-nav-inner { height: 65px; } }
@media (max-width: 480px) { .hv-logo-center img { height: 60px; width: 60px; } .hv-nav { padding: 0 4%; } }


/*==========================================================
Inner Page Hero Section
==========================================================*/
.fc-page-hero{position:relative;height:72vh;min-height:520px;display:flex;align-items:center;justify-content:center;overflow:hidden;text-align:center}
.fc-page-hero-bg{position:absolute;inset:0;background-size:cover;background-position:center;background-attachment:fixed}
.fc-page-hero-scrim{position:absolute;inset:0;background:rgba(20,10,2,.56)}
.fc-page-hero-inner{position:relative;z-index:2;display:flex;flex-direction:column;align-items:center;gap:1.6rem;padding:0 1.5rem;width:100%;max-width:800px;margin:0 auto}
.fc-page-hero-title{font-family:var(--kpy-font-2);font-size:clamp(1.8rem,4.5vw,3.2rem);font-weight:900;color:#fff!important;text-transform:uppercase;letter-spacing:.06em;margin:0}

/* Breadcrumb - Bottom-Right Corner Radius Only */
.fc-page-breadcrumb{display:inline-flex;align-items:center;gap:.65rem;background:rgba(255,255,255,0.95);backdrop-filter:blur(4px);padding:.7rem 2rem .7rem 2rem;border-radius:0 0 18px 0;box-shadow:0 4px 15px rgba(0,0,0,0.12);font-family:var(--kpy-font-2);font-size:.85rem;font-weight:600;color:var(--kpy-base);border:1px solid rgba(255,255,255,0.3);transition:all 0.3s ease}
.fc-page-breadcrumb a{color:var(--kpy-base);text-decoration:none;transition:color 0.2s}
.fc-page-breadcrumb a:hover{color:var(--kpy-orange,#c86f4a)}
.fc-page-breadcrumb-sep{color:var(--kpy-grey);font-weight:300;margin:0 .15rem;font-size:0.8rem}
.fc-page-breadcrumb span:last-child{color:var(--kpy-orange,#c86f4a);font-weight:700}

/* Decorative Arch / Basin Curve */
.fc-page-hero-arch{position:absolute;bottom:-1px;left:0;width:100%;line-height:0;z-index:3}
.fc-page-hero-arch svg{display:block;width:100%;height:90px}

/* Scroll Arrow - Pushed Up Further (not swallowed by arch) */
.fc-page-hero .scroll-down-arrow{position:absolute;bottom:55px;left:50%;transform:translateX(-50%);z-index:20;cursor:pointer}
.fc-page-hero .scroll-down-arrow .mouse-scroll{display:flex;flex-direction:column;align-items:center;text-decoration:none;gap:6px}
.fc-page-hero .scroll-down-arrow .mouse{width:26px;height:42px;border:2px solid #fff;border-radius:20px;display:flex;justify-content:center;position:relative;background:rgba(0,0,0,0.2);backdrop-filter:blur(4px)}
.fc-page-hero .scroll-down-arrow .wheel{width:3px;height:8px;background:#fff;border-radius:2px;position:absolute;top:8px;animation:fc-scrollWheel 1.5s infinite}
.fc-page-hero .scroll-down-arrow .scroll-text{font-size:0.7rem;text-transform:uppercase;letter-spacing:2px;color:#fff;font-weight:600;opacity:0.8;background:rgba(0,0,0,0.3);padding:4px 10px;border-radius:20px}
.fc-page-hero .scroll-down-arrow .mouse-scroll:hover .scroll-text{opacity:1;color:var(--kpy-orange,#c86f4a)}
@keyframes fc-scrollWheel{0%{opacity:1;transform:translateY(0)}80%{opacity:0;transform:translateY(12px)}100%{opacity:0;transform:translateY(12px)}}

/* Responsive */
@media(max-width:768px){
.fc-page-hero{height:60vh;min-height:400px}
.fc-page-hero-bg{background-attachment:scroll}
.fc-page-hero-title{font-size:clamp(1.5rem,7vw,2.2rem)}
.fc-page-hero-inner{padding:0 1.2rem}
.fc-page-hero-arch svg{height:55px}
.fc-page-hero .scroll-down-arrow{bottom:35px}
.fc-page-breadcrumb{padding:.5rem 1.5rem;font-size:.75rem;gap:.5rem}
.fc-page-hero .scroll-down-arrow .mouse{width:22px;height:36px}
.fc-page-hero .scroll-down-arrow .scroll-text{font-size:0.6rem;padding:3px 8px}
.fc-footer-v2-container{padding:0 24px;}
}
@media(max-width:480px){
.fc-page-hero{height:55vh;min-height:350px}
.fc-page-hero .scroll-down-arrow{bottom:25px}
.fc-page-hero-arch svg{height:40px}
}

/*==========================================================
  HOMEPAGE BLOCKS 
==========================================================*/
.kpy-eyebrow{display:flex;align-items:center;gap:.45rem;font-family:var(--kpy-font-2);font-size:.8rem;font-weight:700;letter-spacing:.18em;text-transform:uppercase;color:var(--kpy-orange,#c86f4a);margin-bottom:.6rem!important}
.kpy-eyebrow--light{color:var(--kpy-orange,#c86f4a)}
.kpy-about-title em,.kpy-mission-title em,.kpy-verse-title em,.kpy-newsletter-title em{font-style:normal;color:var(--kpy-orange,#c86f4a);display:block}
.kpy-btn-primary .wp-block-button__link{background:var(--kpy-orange,#c86f4a);color:#fff;border-radius:50px;padding:.72rem 1.6rem .72rem 1.8rem;font-family:var(--kpy-font-2);font-weight:700;font-size:.95rem;letter-spacing:.03em;border:none;display:inline-flex;align-items:center;gap:.9rem;transition:background .2s}
.kpy-btn-primary .wp-block-button__link::after{content:"➔";background:#fff;color:var(--kpy-orange,#c86f4a);border-radius:50%;width:32px;height:32px;display:inline-flex;align-items:center;justify-content:center;font-size:.9rem;flex-shrink:0}
.kpy-btn-primary .wp-block-button__link:hover{background:#b85a38}
.kpy-btn-white .wp-block-button__link{background:#fff;color:var(--kpy-orange,#c86f4a);border-radius:50px;padding:.72rem 1.6rem .72rem 1.8rem;font-family:var(--kpy-font-2);font-weight:700;font-size:.95rem;border:none;display:inline-flex;align-items:center;gap:.9rem;transition:opacity .2s}
.kpy-btn-white .wp-block-button__link::after{content:"➔";background:var(--kpy-orange,#c86f4a);color:#fff;border-radius:50%;width:32px;height:32px;display:inline-flex;align-items:center;justify-content:center;flex-shrink:0}
.kpy-about-section{padding:80px 60px;background:var(--kpy-white);width:100%;}
.kpy-about-cols{align-items:center!important;gap:60px!important}
.kpy-about-images{position:relative;min-height:560px}
.kpy-about-images .kpy-img-back img{width:62%;border-radius:0 0 120px 0;position:absolute;left:0;top:40px;z-index:1;object-fit:cover;height:500px;box-shadow:0 8px 32px rgba(0,0,0,.12)}
.kpy-about-images .kpy-img-front img{width:62%;border-radius:0 0 100px 0;position:absolute;right:0;top:0;z-index:2;object-fit:cover;height:460px;box-shadow:0 12px 40px rgba(0,0,0,.18)}
.kpy-about-title{font-family:var(--kpy-font);font-size:clamp(2rem,3.5vw,2.8rem)!important;font-weight:900!important;line-height:1.15!important;color:var(--kpy-black)!important;text-transform:uppercase;margin-bottom:1rem!important}
.kpy-features-grid{margin:1.8rem 0!important;gap:1rem!important}
.kpy-feature-item{display:flex!important;align-items:center;gap:.9rem;padding:.5rem 0}
.kpy-feature-item img{width:44px!important;height:44px!important;object-fit:contain}
.kpy-feature-item p{font-family:var(--kpy-font-2);font-weight:700;font-size:.95rem;color:var(--kpy-base);margin:0!important}
.kpy-mission-section{padding:80px 60px;background:var(--kpy-white);width:100%;}
.kpy-mission-cols{align-items:center!important;gap:60px!important}
.kpy-mission-title{font-family:var(--kpy-font);font-size:clamp(2rem,3.5vw,2.8rem)!important;font-weight:900!important;line-height:1.15!important;text-transform:uppercase;color:var(--kpy-black)!important;margin-bottom:1.2rem!important}
.kpy-mission-lead{font-weight:700!important;font-size:1.05rem!important;line-height:1.65!important;color:var(--kpy-base)!important;margin-bottom:1rem!important}
.kpy-mission-quote{border-left:4px solid var(--kpy-orange,#c86f4a)!important;padding-left:1.2rem!important;color:var(--kpy-grey)!important;font-size:.97rem!important;line-height:1.75!important}
.kpy-mission-image-wrap{position:relative}
.kpy-mission-img img { border-radius: 0 0 120px 0; width: 100%; object-fit: contain; max-height: 700px; height: 700px; }
.kpy-rotating-badge{position:absolute;bottom:-30px;left:-30px;width:140px;height:140px;background:var(--kpy-orange,#c86f4a);border-radius:50%;display:flex;align-items:center;justify-content:center;animation:kpy-spin 12s linear infinite;z-index:3}
.kpy-rotating-badge svg{position:absolute;width:100%;height:100%}
.kpy-badge-icon{font-size:1.8rem;color:#fff;z-index:1}
@keyframes kpy-spin{to{transform:rotate(360deg)}}
.kpy-verse-section{padding:80px 60px;background:#fdf7f2;width:100%;}
.kpy-verse-cols{align-items:center!important;gap:0!important}
.kpy-verse-content{padding-right:3rem}
.kpy-verse-title{font-family:var(--kpy-font);font-size:clamp(1.9rem,3.2vw,2.7rem)!important;font-weight:900!important;text-transform:uppercase;line-height:1.15!important;color:var(--kpy-black)!important;margin-bottom:1.2rem!important}
.kpy-verse-image img{border-radius:0;width:100%;height:100%;object-fit:cover;max-height:480px}
.kpy-cta-banner{background:var(--kpy-orange,#c86f4a)!important;padding:44px 60px!important;width:100%;}
.kpy-cta-banner-inner{align-items:center!important;gap:2rem!important}
.kpy-cta-banner-title{font-family:var(--kpy-font);font-size:clamp(1.3rem,2.4vw,1.9rem)!important;font-weight:900!important;color:#fff!important;text-transform:uppercase;line-height:1.25!important;margin:0!important}
.kpy-newsletter-section{min-height:480px!important;padding:80px 40px!important;width:100%;position:relative;background-size:cover;background-position:center;}
.kpy-newsletter-section::after{content:'';position:absolute;inset:0;background:rgba(10,6,2,.62);z-index:0}
.kpy-newsletter-inner{position:relative;z-index:1;text-align:center;max-width:760px;margin:0 auto}
.kpy-newsletter-title{font-family:var(--kpy-font);font-size:clamp(2rem,4vw,3rem)!important;font-weight:900!important;text-transform:uppercase;color:#fff!important;line-height:1.15!important;margin-bottom:.8rem!important}
.kpy-newsletter-sub{color:rgba(255,255,255,.85)!important;font-size:1rem!important;max-width:600px;margin:0 auto 2rem!important}
.kpy-donate-form-row{background:rgba(255,255,255,.08);border:1px solid rgba(255,255,255,.15);border-radius:20px;padding:2rem 2.4rem;backdrop-filter:blur(8px);max-width:680px;margin:0 auto}
.kpy-donate-amounts{display:flex;gap:.8rem;justify-content:center;margin-bottom:1.2rem;flex-wrap:wrap}
.kpy-donate-amt{background:transparent;border:2px solid rgba(255,255,255,.4);color:#fff;border-radius:50px;padding:.5rem 1.4rem;font-family:var(--kpy-font-2);font-weight:700;font-size:1rem;cursor:pointer;transition:all .2s}
.kpy-donate-amt.active,.kpy-donate-amt:hover{background:var(--kpy-orange,#c86f4a);border-color:var(--kpy-orange,#c86f4a)}
.kpy-donate-input-row{display:flex;background:#fff;border-radius:50px;overflow:hidden;padding:.3rem .3rem .3rem 1.4rem;gap:.4rem}
.kpy-donate-input{flex:1;border:none;outline:none;font-family:var(--kpy-font-2);font-size:1rem;color:var(--kpy-base);background:transparent}
.kpy-donate-input::placeholder{color:#aaa}
.kpy-donate-submit{background:var(--kpy-orange,#c86f4a);color:#fff;border:none;border-radius:50px;padding:.65rem 1.8rem;font-family:var(--kpy-font-2);font-weight:700;font-size:.95rem;cursor:pointer;white-space:nowrap;transition:background .2s}
.kpy-donate-submit:hover{background:#b85a38}
.kpy-donate-note{color:rgba(255,255,255,.65);font-size:.82rem;margin-top:1rem!important;text-align:center}

/*==========================================================
  WHO WE ARE + APOSTLE BIOGRAPHY
==========================================================*/
.kpy-tabs-section,.kpy-services-section,.kpy-faq-section,.kpy-pastor-section,.kpy-bio-section,.kpy-calling-banner-wrap{width:100% !important;max-width:100% !important;margin-left:0 !important;margin-right:0 !important;padding-left:60px !important;padding-right:60px !important;box-sizing:border-box;}
.kpy-tabs-section .wp-block-columns,.kpy-services-section .wp-block-columns,.kpy-faq-section .wp-block-columns,.kpy-pastor-section .wp-block-columns,.kpy-bio-section .wp-block-columns{max-width:100% !important;width:100% !important;margin-left:0 !important;margin-right:0 !important}
.kpy-tabs-section{padding:80px 60px;background:#fdf7f2;width:100%;}
.kpy-services-section{padding:80px 60px;background:#fff;width:100%;}
.kpy-faq-section{padding:80px 60px;background:#fdf7f2;width:100%;}
.kpy-pastor-section{padding:80px 60px;background:#fff;width:100%;}
.kpy-bio-section{padding:80px 60px;background:#fff;width:100%;}
.kpy-tabs-cols,.kpy-faq-cols,.kpy-pastor-cols,.kpy-bio-cols{align-items:center!important;gap:60px!important}
.kpy-faq-cols{align-items:start!important}
.kpy-tabs-img-side img,.kpy-tabs-img,.kpy-faq-img img,.kpy-pastor-img img,.kpy-bio-portrait img,.kpy-mission-img img { border-radius: 0 0 120px 0; width: 100%; object-fit: contain; max-height: 700px; height: 700px; }
.kpy-tabs-title{font-family:var(--kpy-font);font-size:clamp(1.8rem,3vw,2.6rem)!important;font-weight:900!important;text-transform:uppercase;color:var(--kpy-black)!important;max-width:820px;margin:0 auto 2rem!important;line-height:1.2!important;text-align:center}
.kpy-tabs-title em{font-style:normal;color:var(--kpy-orange,#c86f4a)}
.kpy-tab-bar{display:flex;justify-content:center;gap:.4rem;background:#fff;border:1px solid #eee;border-radius:50px;padding:.35rem;max-width:460px;margin:0 auto 2.5rem;box-shadow:0 2px 12px rgba(0,0,0,.07)}
.kpy-tab-btn{background:transparent;border:none;border-radius:50px;padding:.55rem 1.4rem;font-family:var(--kpy-font-2);font-weight:600;font-size:.9rem;color:var(--kpy-grey);cursor:pointer;transition:all .2s;white-space:nowrap}
.kpy-tab-btn.kpy-tab-active{background:var(--kpy-orange,#c86f4a);color:#fff}
.kpy-tab-panel{text-align:left;width:100%}
.kpy-tabs-cols-inner{display:grid;grid-template-columns:1fr 1fr;gap:60px;align-items:center;padding-top:1.5rem;width:100%}
.kpy-tabs-text-side{padding-right:1rem}
.kpy-tabs-sub-title{font-family:var(--kpy-font);font-size:clamp(1.7rem,2.8vw,2.4rem)!important;font-weight:900!important;text-transform:uppercase;color:var(--kpy-black)!important;line-height:1.15!important;margin-bottom:1rem!important}
.kpy-tabs-sub-title em{font-style:normal;color:var(--kpy-orange,#c86f4a);display:block}
.kpy-stats-block{background:var(--kpy-orange,#c86f4a);border-radius:0 80px 0 0;display:grid;grid-template-columns:repeat(4,1fr);gap:0;margin:0;padding:2.4rem 1rem;width:calc(100% + 120px);margin-left:-60px;margin-right:-60px;}
.kpy-stat-item{text-align:center;padding:1.2rem 1rem;border-right:1px solid rgba(255,255,255,.2)}
.kpy-stat-item:last-child{border-right:none}
.kpy-stat-num{display:block;font-family:var(--kpy-font);font-size:clamp(1.6rem,3vw,2.6rem);font-weight:900;color:#fff;margin-bottom:.3rem}
.kpy-stat-label{display:block;font-family:var(--kpy-font-2);font-weight:700;font-size:.9rem;color:#fff;margin-bottom:.5rem}
.kpy-stat-desc{font-family:var(--kpy-font-2);font-size:.8rem;color:rgba(255,255,255,.8);line-height:1.5;margin:0!important;text-align:center}
.kpy-services-section{text-align:center}
.kpy-services-title{font-family:var(--kpy-font);font-size:clamp(1.8rem,3vw,2.4rem)!important;font-weight:900!important;text-transform:uppercase;color:var(--kpy-black)!important;margin-bottom:3rem!important;text-align:center}
.kpy-services-title em{font-style:normal;color:var(--kpy-orange,#c86f4a)}
.kpy-services-grid{gap:0!important}
.kpy-service-card{padding:2.5rem 2rem!important;text-align:center}
.kpy-service-card--mid{border-left:1px solid #eee;border-right:1px solid #eee}
.kpy-service-card img{width:64px!important;height:64px!important;object-fit:contain;margin:0 auto 1.4rem;border-radius:0!important}
.kpy-service-card h4{font-family:var(--kpy-font-2);font-weight:700;font-size:1.05rem;color:var(--kpy-base);margin-bottom:.7rem!important}
.kpy-service-card p{font-size:.93rem;color:var(--kpy-grey);line-height:1.7;margin:0!important}
.kpy-faq-title{font-family:var(--kpy-font);font-size:clamp(1.8rem,3vw,2.4rem)!important;font-weight:900!important;text-transform:uppercase;text-align:center;color:var(--kpy-black)!important;margin-bottom:3rem!important;line-height:1.2!important}
.kpy-faq-title em{font-style:normal;color:var(--kpy-orange,#c86f4a);display:block}
.kpy-accordion{width:100%}
.kpy-acc-item{border-bottom:1px solid #e8e0d8}
.kpy-acc-trigger{width:100%;background:transparent;border:none;display:flex;justify-content:space-between;align-items:center;padding:1.2rem 0;font-family:var(--kpy-font-2);font-weight:600;font-size:1rem;color:var(--kpy-base);cursor:pointer;text-align:left;gap:1rem;transition:color .2s}
.kpy-acc-open .kpy-acc-trigger{color:var(--kpy-orange,#c86f4a)}
.kpy-acc-icon{font-size:1.1rem;color:var(--kpy-orange,#c86f4a);flex-shrink:0;width:26px;height:26px;background:#fff;border:1.5px solid currentColor;border-radius:50%;display:inline-flex;align-items:center;justify-content:center;font-weight:400;line-height:1}
.kpy-acc-body{padding:0 0 1.2rem}
.kpy-acc-body p{font-size:.95rem;color:var(--kpy-grey);line-height:1.7;margin:0!important}
.kpy-pastor-title{font-family:var(--kpy-font);font-size:clamp(1.8rem,3vw,2.6rem)!important;font-weight:900!important;text-transform:uppercase;color:var(--kpy-black)!important;line-height:1.15!important;margin-bottom:1.2rem!important}
.kpy-pastor-title em{font-style:normal;color:var(--kpy-orange,#c86f4a);display:block}
.kpy-pastor-sig-text{font-family:"Dancing Script","Pacifico",cursive;font-size:2.2rem;color:var(--kpy-base);margin:1rem 0 .3rem!important}
.kpy-pastor-role{font-family:var(--kpy-font-2);font-size:.9rem;font-weight:600;color:var(--kpy-grey);letter-spacing:.05em}
.kpy-bio-title{font-family:var(--kpy-font);font-size:clamp(1.8rem,3vw,2.4rem)!important;font-weight:900!important;text-transform:uppercase;color:var(--kpy-black)!important;line-height:1.15!important;margin-bottom:1.2rem!important}
.kpy-bio-title em{font-style:normal;color:var(--kpy-orange,#c86f4a);display:block}
.kpy-bio-divider{border-top:2px solid #eee!important;margin:1.8rem 0!important}
.kpy-bio-sub{font-family:var(--kpy-font-2);font-weight:700;font-size:1rem;text-transform:uppercase;letter-spacing:.08em;color:var(--kpy-orange,#c86f4a);margin-bottom:.8rem!important}
.kpy-bio-list ul{padding-left:1.2rem;margin:0!important}
.kpy-bio-list li{font-size:.95rem;color:var(--kpy-grey);line-height:1.8;padding:.2rem 0}
.kpy-bio-info-card{background:#fdf7f2;border-radius:16px;padding:1.6rem;border-left:4px solid var(--kpy-orange,#c86f4a)}
.kpy-bio-info-card h5{font-family:var(--kpy-font-2);font-weight:800;font-size:.85rem;text-transform:uppercase;letter-spacing:.1em;color:var(--kpy-orange,#c86f4a);margin:0 0 1rem!important}
.kpy-bio-info-card p{font-size:.88rem;color:var(--kpy-base);line-height:1.6;margin:0 0 .5rem!important;padding-bottom:.5rem;border-bottom:1px solid #ede5d8}
.kpy-bio-info-card p:last-child{border-bottom:none;margin:0!important}
.kpy-calling-banner{min-height:380px!important;padding:80px 40px!important;width:100%;background-size:cover;background-position:center;position:relative;}
.kpy-calling-banner::after{content:'';position:absolute;inset:0;background:rgba(0,0,0,.55);z-index:0}
.kpy-calling-inner{text-align:center;max-width:760px;margin:0 auto;position:relative;z-index:1}
.kpy-calling-quote{font-family:var(--kpy-font);font-size:clamp(1.8rem,4vw,3rem)!important;font-weight:900!important;color:#fff!important;text-transform:uppercase;line-height:1.2!important;margin-bottom:.8rem!important}
.kpy-calling-quote em{font-style:normal;color:var(--kpy-orange,#c86f4a)}
.kpy-calling-attr{font-family:var(--kpy-font-2);font-size:.95rem;color:rgba(255,255,255,.7)!important;letter-spacing:.1em;text-transform:uppercase;margin-bottom:2rem!important}

/*==========================================================
  RESPONSIVE
==========================================================*/
@media (max-width: 1024px) { .kpy-tabs-section,.kpy-services-section,.kpy-faq-section,.kpy-pastor-section,.kpy-bio-section { padding: 60px 32px !important; } .kpy-stats-block { width: calc(100% + 64px); margin-left: -32px; margin-right: -32px; } }
@media (max-width: 768px) { .kpy-about-section,.kpy-mission-section,.kpy-verse-section { padding: 48px 20px; } .kpy-tabs-section,.kpy-services-section,.kpy-faq-section,.kpy-pastor-section,.kpy-bio-section { padding: 48px 20px !important; } .kpy-stats-block { grid-template-columns: 1fr 1fr; width: calc(100% + 40px); margin-left: -20px; margin-right: -20px; border-radius: 0; padding: 1.5rem .5rem; } .kpy-stat-item { border-right: none; border-bottom: 1px solid rgba(255,255,255,.2); } .kpy-tab-bar { max-width: 100%; flex-wrap: wrap; border-radius: 16px; padding: .4rem; } .kpy-service-card--mid { border-left: none; border-right: none; border-top: 1px solid #eee; border-bottom: 1px solid #eee; } .kpy-tabs-img-side img,.kpy-tabs-img,.kpy-faq-img img,.kpy-pastor-img img,.kpy-bio-portrait img { border-radius: 0 0 60px 0!important; max-height: 300px; } .kpy-about-images { min-height: 300px; } .kpy-about-images .kpy-img-back img,.kpy-about-images .kpy-img-front img { position: static; width: 100%; height: 220px; } .kpy-cta-banner { padding: 32px 20px!important; } .kpy-rotating-badge { width: 100px; height: 100px; bottom: -20px; left: -10px; } .kpy-donate-input-row { flex-direction: column; border-radius: 16px; padding: .8rem; } .kpy-donate-submit { border-radius: 50px; padding: .7rem 1.4rem; } .kpy-tabs-cols-inner { grid-template-columns: 1fr; gap: 2rem; } .kpy-tabs-cols,.kpy-faq-cols,.kpy-pastor-cols,.kpy-bio-cols { gap: 2rem!important; flex-direction: column!important; } }



/* Activity Cards Section */
.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: 50px; 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); } }
.program-card:nth-child(1) { animation-delay: 0.1s; }
.program-card:nth-child(2) { animation-delay: 0.2s; }
.program-card:nth-child(3) { animation-delay: 0.3s; }
.program-card:nth-child(4) { animation-delay: 0.4s; }
.program-card:nth-child(5) { animation-delay: 0.5s; }
.program-card:nth-child(6) { animation-delay: 0.6s; }

.sunday-cta-container { max-width:1200px; margin:0 auto; padding:0 40px; }
.sunday-cta-inner { border-radius:60px 0 60px 0; overflow:hidden; box-shadow:0 4px 12px rgba(0,0,0,0.1); }
.sunday-cta-columns { display:flex; flex-wrap:wrap; align-items:center; padding:40px; gap:30px; }
.sunday-cta-content { flex:1; min-width:500px; }
.sunday-cta-buttons { flex:0 0 auto; }
.sunday-cta-button-group { display:flex; gap:15px; flex-wrap:wrap; }
.sunday-cta-heading { font-size:3.5rem; margin-bottom:15px; line-height:1.3;  }
.sunday-cta-text { font-size:1.1rem; line-height:1.6; max-width:600px; }
.sunday-cta-button { display:inline-block; padding:12px 24px; border-radius:8px; font-weight:600; text-decoration:none; transition:all 0.3s ease; text-align:center; min-width:150px; }
.sunday-cta-button-primary:hover { background-color:var(--kpy-primary); transform:translateY(-2px); box-shadow:0 4px 8px rgba(0,0,0,0.1); }
.sunday-cta-button-secondary:hover { background-color:rgba(255,255,255,0.2); transform:translateY(-2px); }
@media (max-width:768px) { .sunday-cta-columns { padding:30px; flex-direction:column; text-align:center; } .sunday-cta-content { text-align:center; } .sunday-cta-button-group { justify-content:center; } .sunday-cta-heading { font-size:1.8rem; } }
@media (max-width:480px) { .sunday-cta-container { padding:0 5px; max-width:100%; } }




/*==========================================================
Group Page/ Single Page and Related
==========================================================**/
/*==========================================================
  Group Listing Page
==========================================================*/
.rohi-group-container { max-width: 1200px; margin: 60px auto; padding: 0 20px; }
.rohi-group-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 28px; margin-bottom: 70px; }

/* Cards: NO radius except bottom-right, matching screenshot 2 exactly */
.rohi-group-card { position: relative; border-radius: 0 0 50px 0; overflow: hidden; height: 460px; box-shadow: 0 8px 32px rgba(var(--kpy-base-rgb), 0.14); transition: transform 0.35s cubic-bezier(.25,.8,.25,1), box-shadow 0.35s; }
.rohi-group-card:hover { transform: translateY(-6px); box-shadow: 0 18px 48px rgba(var(--kpy-base-rgb), 0.24); }
.rohi-group-card-link { display: block; height: 100%; text-decoration: none; color: inherit; }
.rohi-group-thumbnail { position: absolute; inset: 0; z-index: 1; }
.rohi-group-thumbnail img { width: 100%; height: 100%; object-fit: cover; transition: transform 0.5s ease; }
.rohi-group-card:hover .rohi-group-thumbnail img { transform: scale(1.06); }

/* Overlay: strong at TOP for title legibility, lighter at bottom */
.rohi-thumbnail-overlay { position: absolute; inset: 0; background: linear-gradient(to bottom, rgba(var(--kpy-base-rgb),0.55) 0%, rgba(var(--kpy-base-rgb),0.1) 50%, rgba(var(--kpy-base-rgb),0.08) 100%); z-index: 2; }

/* Card info: title sits at TOP LEFT */
.rohi-card-info { position: relative; z-index: 3; padding: 22px 24px; color: var(--kpy-white); display: flex; flex-direction: column; height: 100%; justify-content: flex-start; }
.rohi-group-card h3 { margin: 0 0 8px 0; font-family: var(--kpy-font-2); font-size: 18px; font-weight: 700; text-shadow: 1px 1px 4px rgba(var(--kpy-base-rgb),0.7); letter-spacing: 1px; text-transform: uppercase; }
.rohi-group-meta { margin: 4px 0 0; }
.rohi-meta-item { display: block; margin-bottom: 4px; font-family: var(--kpy-font-2); font-size: 13px; opacity: 0.93; }
.rohi-meta-item i { margin-right: 6px; color: var(--kpy-orange); }
.rohi-group-excerpt { display: none; }

/* Arrow button: bottom-right, inside the rounded corner */
.rohi-view-btn { position: absolute; bottom: 18px; right: 18px; width: 46px; height: 46px; background: var(--kpy-orange); border-radius: 50%; display: flex; align-items: center; justify-content: center; color: var(--kpy-white); font-size: 17px; transition: background 0.3s, transform 0.3s; z-index: 4; box-shadow: 0 4px 12px rgba(var(--kpy-orange-rgb),0.4); }
.rohi-group-card:hover .rohi-view-btn { background: var(--kpy-white); color: var(--kpy-orange); transform: scale(1.1); }
.rohi-no-groups { text-align: center; color: var(--kpy-grey); padding: 40px 0; font-family: var(--kpy-font-2); }

/* How to Join — appears ONCE at the bottom, full-width background */
.rohi-how-to-join { margin-top: 0; padding: 70px 40px 60px; background: var(--kpy-light); }
.rohi-how-to-join h2 { text-align: center; font-family: var(--kpy-font); font-size: 1.9rem; color: var(--kpy-primary); margin-bottom: 48px; letter-spacing: 3px; }
.rohi-join-steps { display: grid; grid-template-columns: repeat(4, 1fr); gap: 24px; max-width: 1200px; margin: 0 auto; }
.rohi-step { text-align: center; padding: 30px 22px; background: var(--kpy-white); border-radius: 0 0 30px 0; box-shadow: 0 4px 16px rgba(var(--kpy-base-rgb),0.07); transition: transform 0.3s, box-shadow 0.3s; }
.rohi-step:hover { transform: translateY(-5px); box-shadow: 0 12px 30px rgba(var(--kpy-base-rgb),0.12); }
.rohi-step-number { width: 44px; height: 44px; background: var(--kpy-orange); color: var(--kpy-white); border-radius: 50%; display: flex; align-items: center; justify-content: center; margin: 0 auto 18px; font-weight: 700; font-size: 18px; font-family: var(--kpy-font-2); box-shadow: 0 4px 12px rgba(var(--kpy-orange-rgb),0.35); }
.rohi-step h3 { font-family: var(--kpy-font); color: var(--kpy-primary); font-size: 13px; letter-spacing: 1.5px; margin-bottom: 10px; }
.rohi-step p { font-family: var(--kpy-font-2); color: var(--kpy-grey); font-size: 14px; line-height: 1.6; margin: 0; }

/* Admin table */
.rohi-requests-admin { margin-top: 20px; }
.rohi-status-badge { display: inline-block; padding: 4px 10px; border-radius: 4px; font-size: 12px; font-weight: 600; text-transform: capitalize; }
.rohi-status-badge.status-pending { background: #f0f0f1; color: #1d2327; }
.rohi-status-badge.status-contacted { background: #d5e6ff; color: #135e96; }
.rohi-status-badge.status-approved { background: #d1f0d1; color: #1a5e1a; }
.rohi-actions { display: flex; gap: 5px; }
.button-danger { background: #dc3232; color: #fff; border-color: #dc3232; }
.button-danger:hover { background: #a00; border-color: #a00; color: #fff; }

/*==========================================================
  Single Group Page
==========================================================*/
.rohi-sg-hero { position: relative; min-height: 280px; display: flex; align-items: flex-end; padding: 0; }
.rohi-sg-hero-inner { width: 100%; max-width: 1200px; margin: 0 auto; padding: 36px 20px; }
.rohi-sg-hero-inner h1 { font-family: var(--kpy-font); color: var(--kpy-white); font-size: 38px; margin: 0 0 10px; letter-spacing: 2px; text-shadow: 2px 2px 8px rgba(var(--kpy-base-rgb),0.6); }
.rohi-sg-wrap { max-width: 1200px; margin: 44px auto 80px; padding: 0 20px; display: grid; grid-template-columns: 1fr 330px; gap: 48px; align-items: start; }

/* Main column — image height halved */
.rohi-sg-featured-img { border-radius: 0 0 40px 0; overflow: hidden; margin-bottom: 32px; box-shadow: 0 8px 30px rgba(var(--kpy-base-rgb),0.12); }
.rohi-sg-featured-img img { width: 100%; height: 300px; object-fit: cover; display: block; }
.rohi-sg-description { font-family: var(--kpy-font-2); font-size: 16px; line-height: 1.8; color: var(--kpy-grey); }
.rohi-sg-description h1, .rohi-sg-description h2, .rohi-sg-description h3, .rohi-sg-description h4 { font-family: var(--kpy-font); color: var(--kpy-primary); letter-spacing: 1.5px; }
.rohi-sg-join-box { margin-top: 44px; padding: 36px; background: var(--kpy-light); border-radius: 0 0 30px 0; }
.rohi-sg-section-title { font-family: var(--kpy-font); font-size: 18px; color: var(--kpy-primary); letter-spacing: 2px; margin: 0 0 14px; display: flex; align-items: center; gap: 12px; }
.rohi-sg-section-title span { position: relative; }
.rohi-sg-section-title span::after { content: ''; position: absolute; bottom: -4px; left: 0; width: 100%; height: 2px; background: var(--kpy-orange); border-radius: 2px; }
.rohi-sg-join-intro { font-family: var(--kpy-font-2); color: var(--kpy-grey); margin-bottom: 24px; font-size: 15px; }
.rohi-form-row { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; margin-bottom: 8px; }
.rohi-form-group { margin-bottom: 12px; }
.rohi-form-group label { display: block; margin-bottom: 6px; font-weight: 600; font-family: var(--kpy-font-2); font-size: 13px; color: var(--kpy-base); text-transform: uppercase; letter-spacing: 0.5px; }
.rohi-form-group label .req { color: var(--kpy-orange); }
.rohi-form-group input { width: 100%; padding: 12px 16px; border: 1.5px solid #dde3e8; border-radius: 0 0 8px 0; font-family: var(--kpy-font-2); font-size: 15px; color: var(--kpy-base); background: var(--kpy-white); transition: border-color 0.2s, box-shadow 0.2s; box-sizing: border-box; }
.rohi-form-group input:focus { outline: none; border-color: var(--kpy-orange); box-shadow: 0 0 0 3px rgba(var(--kpy-orange-rgb),0.12); }
.rohi-form-submit { margin-top: 20px; }
.rohi-submit-button { background: var(--kpy-orange); color: var(--kpy-white); border: none; padding: 14px 36px; border-radius: 0 0 10px 0; font-weight: 700; cursor: pointer; transition: background 0.3s, transform 0.2s; font-family: var(--kpy-font-2); font-size: 15px; display: inline-flex; align-items: center; gap: 8px; text-transform: uppercase; letter-spacing: 1px; }
.rohi-submit-button:hover { background: var(--kpy-primary); transform: translateY(-1px); }
.rohi-submit-button:disabled { opacity: 0.7; cursor: not-allowed; }
#rohi-form-message { margin-top: 18px; padding: 14px 18px; border-radius: 8px; display: none; font-family: var(--kpy-font-2); font-size: 15px; }
#rohi-form-message.success { background: #d4edda; color: #155724; border: 1px solid #c3e6cb; }
#rohi-form-message.error { background: #f8d7da; color: #721c24; border: 1px solid #f5c6cb; }

/* Sidebar */
.rohi-sg-sidebar { display: flex; flex-direction: column; gap: 20px; position: sticky; top: 100px; }
.rohi-sg-info-card { background: rgba(var(--kpy-orange-rgb), 0.04); border: 1px solid rgba(var(--kpy-orange-rgb), 0.15); border-radius: 0 0 20px 0; overflow: hidden; }
.rohi-sg-card-header { display: flex; align-items: center; gap: 10px; padding: 16px 20px; background: var(--kpy-white); border-bottom: 1px solid rgba(var(--kpy-orange-rgb),0.12); }
.rohi-sg-card-header i { color: var(--kpy-orange); font-size: 18px; }
.rohi-sg-card-header h3 { font-family: var(--kpy-font); font-size: 12px; color: var(--kpy-primary); letter-spacing: 1.5px; margin: 0; }
.rohi-sg-card-body { padding: 16px 20px; }
.rohi-sg-card-body p { font-family: var(--kpy-font-2); font-size: 14px; color: var(--kpy-grey); margin: 0; line-height: 1.7; }

/* Other Groups in sidebar */
.rohi-sg-other-groups { background: var(--kpy-white); border: 1px solid #e8edf1; border-radius: 0 0 20px 0; overflow: hidden; padding: 20px; }
.rohi-sg-other-title { font-family: var(--kpy-font); font-size: 12px; color: var(--kpy-primary); letter-spacing: 2px; margin: 0 0 16px; padding-bottom: 12px; border-bottom: 2px solid var(--kpy-orange); display: inline-block; }
.rohi-og-item { margin-bottom: 12px; border: 1px solid #eef0f3; border-radius: 0 0 12px 0; overflow: hidden; transition: transform 0.25s, box-shadow 0.25s; }
.rohi-og-item:last-child { margin-bottom: 0; }
.rohi-og-item:hover { transform: translateY(-2px); box-shadow: 0 4px 14px rgba(var(--kpy-base-rgb),0.1); }
.rohi-og-item a { display: flex; text-decoration: none; color: inherit; }
.rohi-og-thumb { width: 72px; flex-shrink: 0; }
.rohi-og-thumb img { width: 72px; height: 72px; object-fit: cover; display: block; }
.rohi-og-info { padding: 12px 14px; flex: 1; display: flex; flex-direction: column; justify-content: center; }
.rohi-og-info h4 { margin: 0 0 5px; font-family: var(--kpy-font); font-size: 13px; color: var(--kpy-base); letter-spacing: 0.5px; }
.rohi-og-info span { font-family: var(--kpy-font-2); font-size: 12px; color: var(--kpy-grey); }
.rohi-og-info span i { color: var(--kpy-orange); margin-right: 4px; }

/* Responsive */
@media (max-width: 1024px) { .rohi-group-grid { grid-template-columns: repeat(2, 1fr); } .rohi-join-steps { grid-template-columns: repeat(2, 1fr); } }
@media (max-width: 900px) { .rohi-sg-wrap { grid-template-columns: 1fr; } .rohi-sg-sidebar { position: static; } .rohi-form-row { grid-template-columns: 1fr; } }
@media (max-width: 640px) { .rohi-group-grid { grid-template-columns: 1fr; } .rohi-group-card { height: 380px; } .rohi-join-steps { grid-template-columns: repeat(2, 1fr); } .rohi-sg-hero-inner h1 { font-size: 26px; } .rohi-how-to-join { padding: 50px 20px 40px; } }
@media (max-width: 480px) { .rohi-join-steps { grid-template-columns: 1fr; } .rohi-sg-featured-img img { height: 220px; } }

/*==========================================================
News PAGE
==========================================================**/


/*.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-black); transition: color 0.3s ease; font-weight:500; } */
/*.kpy-news-card:hover .kpy-news-card-title { color: var(--kpy-primary); } */
/*.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; } }*/




/*==========================================================
Contact Us
==========================================================**/
.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;border-top:1px solid rgba(var(--kpy-base-rgb),0.1);}
.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;}}


/*==========================================================
Give page
==========================================================**/
/* Payment Options Section */ 

.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; border-top: 5px solid var(--kpy-primary); } 
.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); } 

/* Donation Form Section */ 
.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);border-top: 5px solid var(--kpy-primary); } 
.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); } 

/* Success Message */ 
.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); } 

/* Responsive Design */ 
@media (max-width: 992px) { .modern-payment-card { width: 100%; } .modern-form-grid { grid-template-columns: 1fr; } } 
@media (max-width: 768px) { .modern-hero-title { font-size: 2.5rem; } .modern-hero-subtitle { font-size: 1.2rem; } .modern-section-title { font-size: 2rem; } .modern-card-title { font-size: 1.5rem; } .modern-form-card { padding: 2rem; } }

/*==========================================================
Editor Sec page
==========================================================**/

.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;}}



/** ==========================================================
Services CSS
===========================================================**/
.kavod-programs-wrapper{position:relative;min-height:500px}
.kavod-programs-container{display:grid;grid-template-columns:repeat(3,1fr);gap:30px;margin-bottom:60px}
@media(max-width:1024px){.kavod-programs-container{grid-template-columns:repeat(2,1fr)}}
@media(max-width:768px){.kavod-programs-container{grid-template-columns:1fr}}
.kavod-program-card{background:var(--kpy-white);border-radius:15px;overflow:hidden;box-shadow:0 5px 15px rgba(var(--kpy-base-rgb),0.08);transition:all 0.3s ease;border-top:5px solid var(--kpy-primary);cursor:pointer;height:100%;display:flex;flex-direction:column}
.kavod-program-card:hover{transform:translateY(-10px);box-shadow:0 15px 30px rgba(var(--kpy-base-rgb),0.15)}
.kavod-program-icon{background:linear-gradient(135deg,var(--kpy-primary) 0%,#4a9daa 100%);height:120px;display:flex;align-items:center;justify-content:center;color:var(--kpy-white);font-size:2.5rem}
.kavod-program-content{padding:25px;flex-grow:1;display:flex;flex-direction:column}
.kavod-program-content h3{font-size:1.5rem;color:var(--kpy-base);margin-bottom:15px;font-family:'Montserrat',sans-serif}
.kavod-program-content p{color:var(--kpy-grey);margin-bottom:20px;flex-grow:1}
.kavod-program-features{list-style-type:none;margin-bottom:25px}
.kavod-program-features li{padding:8px 0;border-bottom:1px dashed #eee;display:flex;align-items:center}
.kavod-program-features li i{color:var(--kpy-secondary);margin-right:10px}
.kavod-btn{display:inline-block;background:var(--kpy-primary);color:var(--kpy-white);padding:12px 25px;border-radius:50px;text-decoration:none;font-weight:600;transition:all 0.3s ease;border:none;cursor:pointer;text-align:center}
.kavod-btn:hover{background:var(--kpy-secondary);color:var(--kpy-base);transform:translateY(-2px);box-shadow:0 5px 15px rgba(var(--kpy-secondary-rgb),0.3)}
.kavod-program-popup{display:none;position:fixed;top:0;left:0;width:450px;height:100%;background-color:var(--kpy-white);z-index:1000;overflow-y:auto;box-shadow:5px 0 30px rgba(0,0,0,0.15);transform:translateX(-100%);transition:transform 0.4s ease}
.kavod-program-popup.active{transform:translateX(0)}
.kavod-popup-content{padding:40px 30px;position:relative;height:100%}
.kavod-popup-close{position:absolute;top:20px;right:20px;font-size:24px;cursor:pointer;color:var(--kpy-grey);z-index:10}
.kavod-popup-close:hover{color:var(--kpy-primary)}
.kavod-popup-header{margin-bottom:25px;padding-right:40px}
.kavod-popup-header h2{color:var(--kpy-primary);margin-bottom:10px;font-size:28px; font-family:var(--kpy-font-2);}
.kavod-popup-duration{color:var(--kpy-grey);font-style:italic;margin-bottom:15px }
.kavod-popup-body{margin-bottom:30px}
.kavod-popup-features{margin:25px 0}
.kavod-popup-features h3{font-family:var(--kpy-font-2);margin-bottom:15px;font-size:22px}
.kavod-popup-features ul{list-style-type:none}
.kavod-popup-features li{padding:10px 0;border-bottom:1px dashed #eee;display:flex;align-items:center}
.kavod-popup-features li i{color:var(--kpy-secondary-2);margin-right:10px}
.kavod-popup-footer{text-align:center;margin-top:30px;padding-top:20px;border-top:1px solid #eee}
.kavod-popup-overlay{display:none;position:fixed;top:0;left:0;width:100%;height:100%;background-color:rgba(0,0,0,0.5);z-index:999}
@media(max-width:600px){.kavod-program-popup{width:85%}}


/** ==========================================================
Upcoming Events Page
===========================================================**/
/** ==========================================================
 * EVENTS — Homepage Widget  [upcoming_event]
 * Large featured card (left) + stacked side cards (right)
 * Matches Screenshot 1 design
 *===========================================================**/

.kpy-ev-home { max-width: 1200px; margin: 0 auto; padding: 20px 16px 40px; }

/* Section heading */
.kpy-ev-home-header {  text-align: center; margin-bottom: 36px; }

.kpy-ev-home-heading { font-size: 2.6rem; font-weight: 800; color: var(--kpy-secondary-2, #1a1a2e); margin: 0 0 6px;  line-height: 1.15; display: block; text-align: center; }

.kpy-ev-home-heading::after { display: none; }

/* Two-column grid */
.kpy-ev-home-grid { display: grid; grid-template-columns: 1.15fr 1fr; gap: 18px; align-items: stretch; }
.kpy-ev-home-eyebrow {  display: inline-flex;   align-items: center; gap: 8px;    font-size: 0.78rem;    font-weight: 700;    text-transform: uppercase;   letter-spacing: 0.12em;    color: var(--kpy-primary, #e85c26); margin-bottom: 10px;}
 .kpy-ev-home-eyebrow::before,
.kpy-ev-home-eyebrow::after {  content: '✦';  font-size: 0.65rem;  opacity: 0.8;}
.kpy-ev-home-subtitle {   font-size: 2.4rem;   font-weight: 800;   color: var(--kpy-primary, #e85c26);    margin: 0;    line-height: 1.2;}
 
/* ── Responsive heading ── */
@media (max-width: 768px) {
    .kpy-ev-home-heading  { font-size: 1.8rem; }
    .kpy-ev-home-subtitle { font-size: 1.6rem; }
}
@media (max-width: 480px) {
    .kpy-ev-home-heading  { font-size: 1.45rem; }
    .kpy-ev-home-subtitle { font-size: 1.3rem; }
}

/* ──────────────────────────────────────────
   Featured / Main card  (left column)
   ────────────────────────────────────────── */
.kpy-ev-main-wrap { height: 100%; }

.kpy-ev-main-card { display: block; position: relative; border-radius: 0 0 18px 0; overflow: hidden; text-decoration: none; height: 490px; min-height: 380px; }

/* Background image */
.kpy-ev-main-bg { position: absolute; inset: 0; background-size: cover; background-position: center; transition: transform 0.55s ease; }

.kpy-ev-main-card:hover .kpy-ev-main-bg { transform: scale(1.05); }

/* Gradient overlay */
.kpy-ev-main-overlay { position: absolute; inset: 0; background: linear-gradient(to bottom, rgba(0, 0, 0, 0.02) 0%, rgba(0, 0, 0, 0.18) 45%, rgba(0, 0, 0, 0.78) 100%); }

/* Bottom content area */
.kpy-ev-main-bottom { position: absolute; bottom: 0; left: 0; right: 0; padding: 28px 26px 26px; }

/* Category / label badge */
.kpy-ev-badge { display: inline-flex; align-items: center; gap: 4px; background: var(--kpy-primary, #e85c26); color: #fff; font-size: 0.7rem; font-weight: 700; text-transform: uppercase; letter-spacing: 0.06em; padding: 4px 13px; border-radius: 20px; margin-bottom: 10px; }

/* Event title on main card */
.kpy-ev-main-title { color: #fff; font-size: 1.6rem; font-weight: 700; margin: 0 0 14px; line-height: 1.3; }

/* Date / time / location row */
.kpy-ev-main-meta { display: flex; flex-wrap: wrap; gap: 14px; color: rgba(255, 255, 255, 0.88); font-size: 0.84rem; }

.kpy-ev-main-meta span { display: flex; align-items: center; gap: 5px; }

/* Arrow button – top-right corner */
.kpy-ev-arrow-btn { position: absolute; top: 18px; right: 18px; width: 44px; height: 44px; background: var(--kpy-primary, #e85c26); border-radius: 50%; display: flex; align-items: center; justify-content: center; color: #fff; font-size: 1.1rem; transition: transform 0.28s ease, background 0.28s ease, color 0.28s ease; z-index: 2; }

.kpy-ev-main-card:hover .kpy-ev-arrow-btn { transform: rotate(45deg) scale(1.12); background: #fff; color: var(--kpy-primary, #e85c26); }

/* ──────────────────────────────────────────
   Side cards  (right column)
   ────────────────────────────────────────── */
.kpy-ev-side-wrap { display: flex; flex-direction: column; gap: 14px; height: 100%; }

.kpy-ev-side-card { display: flex; align-items: center; gap: 14px; background: #fff; border-radius: 0 0 18px 0; overflow: hidden; text-decoration: none; padding: 10px; box-shadow: 0 2px 12px rgba(0, 0, 0, 0.07); transition: transform 0.25s ease, box-shadow 0.25s ease; position: relative; flex: 1; min-height: 100px; }

.kpy-ev-side-card:hover { transform: translateY(-3px); box-shadow: 0 8px 22px rgba(0, 0, 0, 0.12); }

/* Side card thumbnail */
.kpy-ev-side-thumb { flex: 0 0 110px; height: 95px; border-radius: 0; overflow: hidden; }

.kpy-ev-side-img { width: 100%; height: 100%; object-fit: cover; display: block; transition: transform 0.38s ease; }

.kpy-ev-side-card:hover .kpy-ev-side-img { transform: scale(1.07); }

/* Side card text content */
.kpy-ev-side-content { flex: 1; min-width: 0; padding-right: 8px; }

.kpy-ev-side-badge { display: inline-flex; align-items: center; gap: 3px; background: rgba(232, 92, 38, 0.1); color: var(--kpy-primary, #e85c26); font-size: 0.66rem; font-weight: 700; text-transform: uppercase; letter-spacing: 0.05em; padding: 2px 9px; border-radius: 20px; margin-bottom: 5px; }

.kpy-ev-side-title { font-size: 0.93rem; font-weight: 700; color: var(--kpy-secondary-2, #1a1a2e); margin: 0 0 5px; line-height: 1.35; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }

.kpy-ev-side-meta { display: flex; flex-wrap: wrap; gap: 8px; font-size: 0.76rem; color: rgba(30, 30, 30, 0.62); }

.kpy-ev-side-meta span { display: flex; align-items: center; gap: 4px; }

.kpy-ev-side-loc { font-size: 0.76rem; color: rgba(30, 30, 30, 0.58); margin-top: 4px; display: flex; align-items: center; gap: 4px; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }

/* Side card arrow */
.kpy-ev-side-arrow { flex: 0 0 auto; width: 32px; height: 32px; background: var(--kpy-primary, #e85c26); border-radius: 50%; display: flex; align-items: center; justify-content: center; color: #fff; font-size: 0.88rem; transition: transform 0.25s ease; margin-left: 4px; }

.kpy-ev-side-card:hover .kpy-ev-side-arrow { transform: rotate(45deg); }

/* Empty state */
.kpy-ev-empty { text-align: center; padding: 50px 20px; color: rgba(0, 0, 0, 0.45); font-style: italic; }

/* ── Homepage Responsive ── */
@media (max-width: 960px) {
    .kpy-ev-home-grid { grid-template-columns: 1fr; }
    .kpy-ev-main-card { height: 380px; }
    .kpy-ev-side-wrap { flex-direction: row; flex-wrap: wrap; }
    .kpy-ev-side-card { flex: 1 1 calc(50% - 7px); min-height: 90px; }
}

@media (max-width: 540px) {
    .kpy-ev-main-card { height: 310px; }
    .kpy-ev-main-title { font-size: 1.25rem; }
    .kpy-ev-side-wrap { flex-direction: column; }
    .kpy-ev-side-card { flex: 1 1 auto; }
    .kpy-ev-side-thumb { flex: 0 0 85px; height: 80px; }
}


/** ==========================================================
 * EVENTS — Listing Page  [upcoming_events]
 * 3-column card grid with date badge
 * Matches Screenshot 2 design
 *===========================================================**/

.kpy-events-container { max-width: 1200px; margin: 0 auto; padding: 20px 16px 60px; }

/* Section heading reuse */
.kpy-news-slider-header { margin-bottom: 10px; }

.kpy-news-slider-title { font-size: 2rem; font-weight: 700; color: var(--kpy-secondary-2, #1a1a2e); margin: 0; }

/* 3-column grid */
.kpy-events-list-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 26px; margin-top: 28px; }

/* ── Individual Listing Card ── */
.kpy-ev-lcard { border-radius: 0 0 18px 0; overflow: hidden; background: #fff; box-shadow: 0 4px 18px rgba(0, 0, 0, 0.08); transition: transform 0.28s ease, box-shadow 0.28s ease; }

.kpy-ev-lcard:hover { transform: translateY(-6px); box-shadow: 0 14px 32px rgba(0, 0, 0, 0.13); }

.kpy-ev-lcard-link { display: block; text-decoration: none; color: inherit; }

/* Image wrapper */
.kpy-ev-lcard-img-wrap { position: relative; width: 100%; height: 220px; overflow: hidden;  border-radius: 0;}

.kpy-ev-lcard-img { width: 100%; height: 100%; object-fit: cover; display: block; transition: transform 0.45s ease; }

.kpy-ev-lcard:hover .kpy-ev-lcard-img { transform: scale(1.06); }

/* ── Date Badge (top-left of image) ── */
.kpy-ev-date-badge { position: absolute; top: 14px; left: 14px; background: var(--kpy-primary, #e85c26); color: #fff; border-radius: 8px; padding: 7px 11px; text-align: center; min-width: 50px; display: flex; flex-direction: column; align-items: center; line-height: 1; box-shadow: 0 3px 10px rgba(0, 0, 0, 0.22); z-index: 2; }

/* Day number – large */
.kpy-ev-badge-day { font-size: 1.6rem; font-weight: 800; line-height: 1; display: block; }

/* Month abbreviation */
.kpy-ev-badge-month { font-size: 0.68rem; font-weight: 700; text-transform: uppercase; letter-spacing: 0.06em; display: block; margin-top: 3px; }

/* Recurring variant – shows icon + "Weekly" */
.kpy-ev-date-badge--recurring { padding: 8px 11px; gap: 3px; }

.kpy-ev-date-badge--recurring i { font-size: 1.15rem; display: block; }

/* ── Card body (white area below image) ── */
.kpy-ev-lcard-body { padding: 20px 20px 22px; background: #fdf5f2; }

.kpy-ev-lcard-title { font-size: 1.08rem; font-weight: 700; color: var(--kpy-secondary-2, #1a1a2e); margin: 0 0 14px; line-height: 1.4; }

/* Meta rows */
.kpy-ev-lcard-meta { display: flex; flex-direction: column; gap: 0; }

.kpy-ev-lcard-row { display: flex; align-items: flex-start; gap: 8px; font-size: 0.83rem; color: rgba(30, 30, 30, 0.68); padding: 8px 0; border-bottom: 1px solid rgba(0, 0, 0, 0.06); }

.kpy-ev-lcard-row:last-child { border-bottom: none; padding-bottom: 0; }

.kpy-ev-lcard-row i { color: var(--kpy-primary, #e85c26); flex: 0 0 auto; margin-top: 1px; font-size: 0.92rem; }

.kpy-ev-lcard-row strong { color: var(--kpy-secondary-2, #1a1a2e); font-weight: 600; }

/* ── Pagination ── */
.kpy-ev-pagination { display: flex; justify-content: center; gap: 6px; margin-top: 44px; flex-wrap: wrap; }

.kpy-ev-pagination .page-numbers { display: inline-flex; align-items: center; justify-content: center; min-width: 40px; height: 40px; padding: 0 8px; border-radius: 8px; background: #fff; color: var(--kpy-secondary-2, #1a1a2e); text-decoration: none; font-size: 0.88rem; font-weight: 600; box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08); transition: background 0.2s ease, color 0.2s ease; }

.kpy-ev-pagination .page-numbers.current,
.kpy-ev-pagination .page-numbers:hover { background: var(--kpy-primary, #e85c26); color: #fff; }

/* ── Listing Responsive ── */
@media (max-width: 1024px) {
    .kpy-events-list-grid { grid-template-columns: repeat(2, 1fr); }
}

@media (max-width: 600px) {
    .kpy-events-list-grid { grid-template-columns: 1fr; gap: 18px; }
    .kpy-ev-lcard-img-wrap { height: 190px; }
}





/** =========================================================
NEWS section
===============================================================**/
.kpy-news-container { max-width: 1200px; margin: 60px auto; padding: 0 20px; }
.kpy-news-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 28px; margin-bottom: 70px; }

/* Card shell — NO radius except bottom-right */
.kpy-news-card { position: relative; border-radius: 0 0 50px 0; overflow: hidden; height: 460px; box-shadow: 0 8px 32px rgba(var(--kpy-base-rgb), 0.13); transition: transform 0.35s cubic-bezier(.25,.8,.25,1), box-shadow 0.35s; }
.kpy-news-card:hover { transform: translateY(-6px); box-shadow: 0 18px 48px rgba(var(--kpy-base-rgb), 0.22); }
.kpy-news-card-link { display: block; height: 100%; text-decoration: none; color: inherit; position: relative; }

/* Background image fills card */
.kpy-news-card-bg { position: absolute; inset: 0; background-size: cover; background-position: center; transition: transform 0.55s ease; z-index: 1; }
.kpy-news-card:hover .kpy-news-card-bg { transform: scale(1.06); }

/* Overlay: dark at top for title, fades out toward middle */
.kpy-news-card-overlay { position: absolute; inset: 0; background: linear-gradient(to bottom, rgba(var(--kpy-base-rgb),0.72) 0%, rgba(var(--kpy-base-rgb),0.12) 55%, rgba(var(--kpy-base-rgb),0.55) 100%); z-index: 2; transition: background 0.35s; }
.kpy-news-card:hover .kpy-news-card-overlay { background: linear-gradient(to bottom, rgba(var(--kpy-base-rgb),0.78) 0%, rgba(var(--kpy-base-rgb),0.25) 50%, rgba(var(--kpy-base-rgb),0.65) 100%); }

/* Top section: badge + title + date */
.kpy-news-card-top { position: relative; z-index: 3; padding: 22px 24px; display: flex; flex-direction: column; align-items: flex-start; gap: 8px; }
.kpy-news-badge { background: var(--kpy-orange); color: var(--kpy-white); font-family: var(--kpy-font-2); font-size: 11px; font-weight: 700; text-transform: uppercase; letter-spacing: 1px; padding: 4px 12px; border-radius: 0 0 8px 0; }
.kpy-news-card-title { font-family: var(--kpy-font); font-size: 17px; font-weight: 700; color: var(--kpy-white); margin: 4px 0 0; text-shadow: 1px 1px 4px rgba(var(--kpy-base-rgb),0.7); letter-spacing: 0.5px; line-height: 1.4; }
.kpy-news-card-date { font-family: var(--kpy-font-2); font-size: 12px; color: rgba(255,255,255,0.8); display: flex; align-items: center; gap: 6px; }
.kpy-news-card-date i { color: var(--kpy-orange); }

/* Bottom excerpt — slides up on hover */
.kpy-news-card-bottom { position: absolute; bottom: 60px; left: 0; right: 0; z-index: 3; padding: 0 24px; opacity: 0; transform: translateY(12px); transition: opacity 0.35s ease, transform 0.35s ease; }
.kpy-news-card:hover .kpy-news-card-bottom { opacity: 1; transform: translateY(0); }
.kpy-news-card-excerpt { font-family: var(--kpy-font-2); font-size: 13px; color: rgba(255,255,255,0.88); line-height: 1.6; margin: 0; display: -webkit-box; -webkit-line-clamp: 3; -webkit-box-orient: vertical; overflow: hidden; }

/* Arrow CTA button — bottom-right in the rounded corner */
.kpy-news-view-btn { position: absolute; bottom: 18px; right: 18px; width: 46px; height: 46px; background: var(--kpy-orange); border-radius: 50%; display: flex; align-items: center; justify-content: center; color: var(--kpy-white); font-size: 16px; z-index: 4; box-shadow: 0 4px 14px rgba(var(--kpy-orange-rgb),0.45); transition: background 0.3s, transform 0.3s; }
.kpy-news-card:hover .kpy-news-view-btn { background: var(--kpy-white); color: var(--kpy-orange); transform: scale(1.12); }

.kpy-news-empty { text-align: center; color: var(--kpy-grey); font-family: var(--kpy-font-2); padding: 60px 0; }

/*==========================================================
  Single News Page — mirrors single-group layout
==========================================================*/
.kpy-sn-hero { position: relative; min-height: 420px; display: flex; align-items: flex-end; padding-top: 100px; }
.kpy-sn-hero-inner { width: 100%; max-width: 1200px; margin: 0 auto; padding: 0 40px 50px; }
.kpy-sn-hero-inner h1 { font-family: var(--kpy-font); color: var(--kpy-white); font-size: 36px; margin: 0 0 12px; letter-spacing: 2px; text-shadow: 2px 2px 8px rgba(var(--kpy-base-rgb),0.6); text-transform: uppercase; text-align: left; max-width: 780px; line-height: 1.3; }

.kpy-sn-wrap { max-width: 1200px; margin: 44px auto 80px; padding: 0 20px; display: grid; grid-template-columns: 1fr 320px; gap: 48px; align-items: start; }

/* Main column */
.kpy-sn-meta-bar { display: flex; align-items: center; flex-wrap: wrap; gap: 10px; margin-bottom: 22px; }
.kpy-sn-badge { background: var(--kpy-orange); color: var(--kpy-white); font-family: var(--kpy-font-2); font-size: 11px; font-weight: 700; text-transform: uppercase; letter-spacing: 1px; padding: 4px 14px; border-radius: 0 0 8px 0; }
.kpy-sn-date { font-family: var(--kpy-font-2); font-size: 13px; color: var(--kpy-grey); display: flex; align-items: center; gap: 6px; }
.kpy-sn-date i { color: var(--kpy-orange); }

/* Featured image — halved height, bottom-right radius only */
.kpy-sn-featured-img { border-radius: 0 0 40px 0; overflow: hidden; margin-bottom: 32px; box-shadow: 0 8px 30px rgba(var(--kpy-base-rgb),0.12); }
.kpy-sn-featured-img img { width: 100%; height: 300px; object-fit: cover; display: block; }

/* Post content body */
.kpy-sn-content { font-family: var(--kpy-font-2); font-size: 16px; line-height: 1.85; color: var(--kpy-grey); }
.kpy-sn-content h1, .kpy-sn-content h2, .kpy-sn-content h3, .kpy-sn-content h4 { font-family: var(--kpy-font); color: var(--kpy-primary); letter-spacing: 1.5px; margin-top: 36px; }
.kpy-sn-content p { margin-bottom: 1.4em; }
.kpy-sn-content img { max-width: 100%; height: auto; border-radius: 0 0 20px 0; margin: 20px 0; }
.kpy-sn-content a { color: var(--kpy-orange); text-decoration: underline; }
.kpy-sn-content blockquote { border-left: 4px solid var(--kpy-orange); margin: 28px 0; padding: 16px 24px; background: var(--kpy-light); border-radius: 0 0 16px 0; font-style: italic; color: var(--kpy-primary); }

/* Social sharing bar */
.kpy-sn-share { margin-top: 44px; padding: 28px 32px; background: var(--kpy-light); border-radius: 0 0 30px 0; display: flex; align-items: center; flex-wrap: wrap; gap: 16px; }
.kpy-sn-share-label { font-family: var(--kpy-font); font-size: 12px; color: var(--kpy-primary); letter-spacing: 2px; text-transform: uppercase; margin-right: 4px; }
.kpy-sn-share-buttons { display: flex; gap: 10px; flex-wrap: wrap; }
.kpy-share-btn { display: inline-flex; align-items: center; gap: 7px; font-family: var(--kpy-font-2); font-size: 13px; font-weight: 600; padding: 9px 18px; border-radius: 0 0 10px 0; text-decoration: none; transition: transform 0.25s, box-shadow 0.25s; }
.kpy-share-btn:hover { transform: translateY(-2px); box-shadow: 0 6px 16px rgba(var(--kpy-base-rgb),0.15); }
.kpy-share-fb { background: #1877f2; color: #fff; }
.kpy-share-tw { background: var(--kpy-base); color: #fff; }
.kpy-share-wa { background: #25d366; color: #fff; }

/* Sidebar */
.kpy-sn-sidebar { display: flex; flex-direction: column; gap: 20px; position: sticky; top: 100px; }
.kpy-sn-info-card, .kpy-sn-latest { background: var(--kpy-white); border: 1px solid rgba(var(--kpy-orange-rgb),0.15); border-radius: 0 0 20px 0; overflow: hidden; }
.kpy-sn-card-header { display: flex; align-items: center; gap: 10px; padding: 16px 20px; background: rgba(var(--kpy-orange-rgb),0.05); border-bottom: 1px solid rgba(var(--kpy-orange-rgb),0.12); }
.kpy-sn-card-header i { color: var(--kpy-orange); font-size: 17px; }
.kpy-sn-card-header h3 { font-family: var(--kpy-font); font-size: 12px; color: var(--kpy-primary); letter-spacing: 2px; margin: 0; }
.kpy-sn-card-body { padding: 18px 20px; }
.kpy-sn-info-row { display: flex; align-items: flex-start; gap: 10px; margin-bottom: 12px; font-family: var(--kpy-font-2); font-size: 14px; color: var(--kpy-grey); }
.kpy-sn-info-row:last-child { margin-bottom: 0; }
.kpy-sn-info-row i { color: var(--kpy-orange); margin-top: 2px; flex-shrink: 0; }

/* Latest stories body — styles the related-news.php include */
.kpy-sn-stories-body { padding: 14px 20px; }
.kpy-sn-stories-body a { display: flex; gap: 12px; text-decoration: none; padding: 10px 0; border-bottom: 1px solid #f0f0f0; align-items: center; }
.kpy-sn-stories-body a:last-child { border-bottom: none; }
.kpy-sn-stories-body a img { width: 64px; height: 64px; object-fit: cover; border-radius: 0 0 10px 0; flex-shrink: 0; }
.kpy-sn-stories-body .related-title { font-family: var(--kpy-font-2); font-size: 13px; color: var(--kpy-base); line-height: 1.4; font-weight: 600; flex: 1; }
.kpy-sn-stories-body .related-date { font-family: var(--kpy-font-2); font-size: 11px; color: var(--kpy-grey); margin-top: 4px; display: block; }
.kpy-sn-stories-body a:hover .related-title { color: var(--kpy-orange); }

/*==========================================================
  News Slider (existing homepage widget — kept, only
  updated border-radius to match design language)
==========================================================*/
.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); font-size: 3rem; color: var(--kpy-primary); margin-bottom: 15px; font-weight: 700; position: relative; display: inline-block; }
.kpy-news-slider-title::after { content: ''; position: absolute; width: 70px; height: 3px; background: var(--kpy-orange); bottom: -12px; left: 50%; transform: translateX(-50%); border-radius: 0 0 3px 3px; }
.kpy-news-slider-subtitle { font-family: var(--kpy-font-2); font-size: 1.05rem; color: var(--kpy-grey); 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: 28px; 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-ns-card { border-radius: 0 0 40px 0; overflow: hidden; transition: transform 0.35s ease, box-shadow 0.35s ease; height: 100%; display: flex; flex-direction: column; box-shadow: 0 6px 24px rgba(var(--kpy-base-rgb),0.1); }
.kpy-ns-card:hover { transform: translateY(-6px); box-shadow: 0 16px 40px rgba(var(--kpy-base-rgb),0.18); }
.kpy-ns-card-link { display: flex; flex-direction: column; height: 100%; text-decoration: none; color: inherit; }
.kpy-ns-thumbnail { height: 240px; overflow: hidden; position: relative; }
.kpy-ns-thumbnail img { width: 100%; height: 100%; object-fit: cover; transition: transform 0.5s ease; }
.kpy-ns-card:hover .kpy-ns-thumbnail img { transform: scale(1.06); }
.kpy-ns-content { padding: 24px; flex: 1; display: flex; flex-direction: column; background: var(--kpy-white); }
.kpy-ns-meta { display: flex; align-items: center; gap: 12px; margin-bottom: 12px; font-size: 12px; color: var(--kpy-grey); font-family: var(--kpy-font-2); }
.kpy-ns-cat { background: var(--kpy-orange); color: var(--kpy-white); font-size: 10px; font-weight: 700; text-transform: uppercase; letter-spacing: 1px; padding: 3px 10px; border-radius: 0 0 6px 0; }
.kpy-ns-title { font-family: var(--kpy-font); font-size: 1.15rem; line-height: 1.4; margin-bottom: 12px; color: var(--kpy-base); font-weight: 600; }
.kpy-ns-card:hover .kpy-ns-title { color: var(--kpy-orange); }
.kpy-ns-excerpt { font-family: var(--kpy-font-2); font-size: 0.9rem; color: var(--kpy-grey); line-height: 1.6; flex: 1; display: -webkit-box; -webkit-line-clamp: 3; -webkit-box-orient: vertical; overflow: hidden; }
.kpy-ns-read-more { display: inline-flex; align-items: center; gap: 7px; font-family: var(--kpy-font-2); font-weight: 600; font-size: 13px; color: var(--kpy-orange); margin-top: 16px; transition: gap 0.3s; }
.kpy-ns-card:hover .kpy-ns-read-more { gap: 11px; }
.kpy-news-slider-prev, .kpy-news-slider-next { position: absolute; top: 50%; transform: translateY(-50%); width: 46px; height: 46px; border-radius: 50%; background: var(--kpy-white); border: none; box-shadow: 0 4px 14px rgba(var(--kpy-base-rgb),0.12); cursor: pointer; display: flex; align-items: center; justify-content: center; z-index: 10; transition: background 0.3s, transform 0.3s; }
.kpy-news-slider-prev { left: -8px; }
.kpy-news-slider-next { right: -8px; }
.kpy-news-slider-prev:hover, .kpy-news-slider-next:hover { background: var(--kpy-orange); color: var(--kpy-white); transform: translateY(-50%) scale(1.1); }
.kpy-news-slider-empty { text-align: center; padding: 60px 20px; color: var(--kpy-grey); font-family: var(--kpy-font-2); width: 100%; }

/*==========================================================
  Responsive
==========================================================*/
@media (max-width: 1024px) { .kpy-news-grid { grid-template-columns: repeat(2, 1fr); } .kpy-news-slide { flex: 0 0 300px; min-width: 300px; } }
@media (max-width: 900px) { .kpy-sn-wrap { grid-template-columns: 1fr; } .kpy-sn-sidebar { position: static; } }
@media (max-width: 768px) { .kpy-news-slider-container { padding: 40px 15px; } .kpy-news-slider-title { font-size: 2rem; } .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; } .kpy-sn-hero { min-height: 320px; padding-top: 70px; } .kpy-sn-hero-inner { padding: 0 20px 36px; } .kpy-sn-hero-inner h1 { font-size: 22px; } .kpy-sn-featured-img img { height: 220px; } .kpy-sn-share { flex-direction: column; align-items: flex-start; } }
@media (max-width: 640px) { .kpy-news-grid { grid-template-columns: 1fr; } .kpy-news-card { height: 380px; } .kpy-news-slider-title { font-size: 1.7rem; } .kpy-news-slide { flex: 0 0 260px; min-width: 260px; } }




/*.kpy-news-container { font-family: var(--kpy-font); color: var(--kpy-base); padding: 3rem 1rem; max-width: 1400px; margin: 0 auto; }*/
/*.kpy-news-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(600px, 1fr)); gap: 2rem; }*/
/*.kpy-horizontal-card { display: flex; background: var(--kpy-white); border-radius: 12px; overflow: hidden; transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.1); box-shadow: 0 5px 15px rgba(var(--kpy-base-rgb), 0.08); height: 240px; position: relative; }*/
/*.kpy-horizontal-card:hover { transform: translateY(-5px); box-shadow: 0 15px 30px rgba(var(--kpy-base-rgb), 0.15); }*/
/*.kpy-card-image-wrapper { flex: 0 0 40%; min-width: 0; overflow: hidden; position: relative; }*/
/*.kpy-card-image-wrapper::after { content: ''; position: absolute; left: 0; top: 0; width: 100%; height: 100%; background: linear-gradient(135deg, rgba(var(--kpy-primary-rgb), 0.1) 0%, transparent 100%); }*/
/*.kpy-card-image-wrapper img { width: 100%; height: 100%; object-fit: cover; transition: transform 0.8s ease; }*/
/*.kpy-horizontal-card:hover .kpy-card-image-wrapper img { transform: scale(1.05); }*/
/*.kpy-card-badge { position: absolute; top: 15px; left: 15px; background: var(--kpy-secondary); color: (--kpy-base); padding: 5px 15px; border-radius: 20px; font-size: 0.8rem; font-weight: 600; text-transform: uppercase; letter-spacing: 0.5px; z-index: 2; box-shadow: 0 2px 5px rgba(0,0,0,0.1); }*/
/*.kpy-card-content-wrapper { flex: 1; padding: 1.8rem; display: flex; flex-direction: column; }*/
/*.kpy-card-meta { display: flex; align-items: center; gap: 1rem; margin-bottom: 0.8rem; font-size: 0.9rem; }*/
/*.kpy-card-date { display: flex; align-items: center; gap: 8px; color: var(--kpy-secondary-2); font-weight: 500; }*/
/*.kpy-card-title { font-family: var(--kpy-font-2); font-size: 1.4rem; line-height: 1.4; margin-bottom: 1rem; color: var(--kpy-base); }*/
/*.kpy-card-title a { color: inherit; text-decoration: none; background-image: linear-gradient(var(--kpy-secondary), var(--kpy-secondary)); background-size: 0% 2px; background-repeat: no-repeat; background-position: left 85%; transition: background-size 0.3s ease; }*/
/*.kpy-card-title a:hover { background-size: 100% 2px; }*/
/*.kpy-card-excerpt { color: rgba(var(--kpy-base-rgb), 0.8); margin-bottom: 1.5rem; line-height: 1.6; display: -webkit-box; -webkit-line-clamp: 3; -webkit-box-orient: vertical; overflow: hidden; font-size: 0.95rem; }*/
/*.kpy-card-footer { margin-top: auto; display: flex; justify-content: space-between; align-items: center; }*/
/*.kpy-card-button { display: inline-flex; align-items: center; gap: 8px; color: var(--kpy-primary); font-weight: 600; text-decoration: none; padding: 8px 16px; border-radius: 6px; transition: all 0.3s ease; background: rgba(var(--kpy-primary-rgb), 0.1); }*/
/*.kpy-card-button:hover { background: rgba(var(--kpy-primary-rgb), 0.2); gap: 10px; }*/
/*.kpy-card-button i { transition: transform 0.3s ease; }*/
/*.kpy-card-button:hover i { transform: translateX(3px); }*/
/*@media (max-width: 1300px) { .kpy-news-grid { grid-template-columns: 1fr; } }*/
/*@media (max-width: 768px) { .kpy-horizontal-card { flex-direction: column; height: auto; } .kpy-card-image-wrapper { flex: 0 0 220px; } .kpy-card-title { font-size: 1.2rem; } .kpy-card-excerpt { -webkit-line-clamp: 2; margin-bottom: 1rem; } .kpy-card-content-wrapper { padding: 1.5rem; } }*/

/** =========================================================
TEAM section
===============================================================**/
.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 page
===============================================================**/
.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; } }






/*==========================================================
  Video Gallery
==========================================================*/

/* Container & Grid */
.kpy-vg-container { max-width: 1200px; margin: 60px auto; padding: 0 20px; }
.kpy-vg-grid { display: grid; gap: 28px; margin-bottom: 50px; }
.kpy-vg-cols-3 { grid-template-columns: repeat(3, 1fr); }
.kpy-vg-cols-2 { grid-template-columns: repeat(2, 1fr); }
.kpy-vg-cols-4 { grid-template-columns: repeat(4, 1fr); }
.kpy-vg-empty { text-align: center; color: var(--kpy-grey); font-family: var(--kpy-font-2); padding: 60px 0; }

/* Card shell — only bottom-right radius, same as groups */
.kpy-vg-card { position: relative; border-radius: 0 0 50px 0; overflow: hidden; height: 420px; cursor: pointer; box-shadow: 0 8px 32px rgba(var(--kpy-base-rgb), 0.14); transition: transform 0.35s cubic-bezier(.25,.8,.25,1), box-shadow 0.35s; }
.kpy-vg-card:hover { transform: translateY(-6px); box-shadow: 0 18px 48px rgba(var(--kpy-base-rgb), 0.24); }

/* Background thumbnail */
.kpy-vg-thumb { position: absolute; inset: 0; background-size: cover; background-position: center; transition: transform 0.55s ease; z-index: 1; }
.kpy-vg-card:hover .kpy-vg-thumb { transform: scale(1.06); }

/* Overlay — dark top for title readability, softens toward middle */
.kpy-vg-overlay { position: absolute; inset: 0; background: linear-gradient(to bottom, rgba(var(--kpy-base-rgb),0.72) 0%, rgba(var(--kpy-base-rgb),0.15) 45%, rgba(var(--kpy-base-rgb),0.55) 100%); z-index: 2; transition: background 0.35s; }
.kpy-vg-card:hover .kpy-vg-overlay { background: linear-gradient(to bottom, rgba(var(--kpy-base-rgb),0.80) 0%, rgba(var(--kpy-base-rgb),0.30) 45%, rgba(var(--kpy-base-rgb),0.65) 100%); }

/* Top section: category badge, title, date */
.kpy-vg-card-top { position: relative; z-index: 3; padding: 22px 22px 0; display: flex; flex-direction: column; align-items: flex-start; gap: 7px; }
.kpy-vg-badge { background: var(--kpy-orange); color: var(--kpy-white); font-family: var(--kpy-font-2); font-size: 11px; font-weight: 700; text-transform: uppercase; letter-spacing: 1px; padding: 4px 12px; border-radius: 0 0 8px 0; }
.kpy-vg-title { font-family: var(--kpy-font); font-size: 16px; font-weight: 700; color: var(--kpy-white); margin: 0; text-shadow: 1px 1px 4px rgba(var(--kpy-base-rgb),0.7); letter-spacing: 0.5px; line-height: 1.4; text-transform: uppercase; }
.kpy-vg-date { font-family: var(--kpy-font-2); font-size: 12px; color: rgba(255,255,255,0.8); display: flex; align-items: center; gap: 5px; }
.kpy-vg-date i { color: var(--kpy-orange); }

/* Duration badge — top-right */
.kpy-vg-duration { position: absolute; top: 18px; right: 18px; z-index: 3; background: rgba(var(--kpy-base-rgb),0.75); color: var(--kpy-white); font-family: var(--kpy-font-2); font-size: 12px; font-weight: 600; padding: 4px 10px; border-radius: 4px; display: flex; align-items: center; gap: 5px; }
.kpy-vg-duration i { color: var(--kpy-orange); font-size: 11px; }

/* Centre play button */
.kpy-vg-play-btn { position: absolute; top: 50%; left: 50%; transform: translate(-50%, -50%) scale(1); z-index: 4; width: 64px; height: 64px; background: rgba(var(--kpy-orange-rgb), 0.9); border-radius: 50%; display: flex; align-items: center; justify-content: center; color: var(--kpy-white); font-size: 22px; box-shadow: 0 6px 24px rgba(var(--kpy-orange-rgb),0.55); transition: transform 0.3s, background 0.3s; }
.kpy-vg-card:hover .kpy-vg-play-btn { transform: translate(-50%, -50%) scale(1.15); background: var(--kpy-orange); }
.kpy-vg-play-btn i { margin-left: 4px; } /* optical offset for play icon */

/* Source icon — bottom-right in the rounded corner */
.kpy-vg-source-icon { position: absolute; bottom: 18px; right: 18px; z-index: 4; width: 38px; height: 38px; background: rgba(var(--kpy-base-rgb),0.65); border-radius: 50%; display: flex; align-items: center; justify-content: center; color: var(--kpy-white); font-size: 15px; transition: background 0.3s; }
.kpy-vg-card:hover .kpy-vg-source-icon { background: var(--kpy-primary); }
.kpy-vg-source-icon .fa-youtube { color: #ff4444; }

/* Pagination */
.kpy-vg-pagination { display: flex; justify-content: center; gap: 10px; margin-top: 20px; flex-wrap: wrap; }
.kpy-vg-page-btn { display: inline-flex; align-items: center; justify-content: center; width: 42px; height: 42px; border-radius: 0 0 12px 0; background: var(--kpy-light); color: var(--kpy-primary); font-family: var(--kpy-font-2); font-weight: 700; font-size: 14px; text-decoration: none; transition: background 0.25s, color 0.25s, transform 0.25s; }
.kpy-vg-page-btn:hover { background: var(--kpy-primary); color: var(--kpy-white); transform: translateY(-2px); }
.kpy-vg-page-btn.active { background: var(--kpy-orange); color: var(--kpy-white); cursor: default; pointer-events: none; }

/*==========================================================
  Video Modal — lightbox overlay
==========================================================*/
.kpy-vg-modal { position: fixed; inset: 0; z-index: 99999; display: flex; align-items: center; justify-content: center; visibility: hidden; opacity: 0; transition: opacity 0.3s ease, visibility 0.3s ease; }
.kpy-vg-modal.is-open { visibility: visible; opacity: 1; }

/* Dark semi-transparent backdrop */
.kpy-vg-modal-backdrop { position: absolute; inset: 0; background: rgba(var(--kpy-base-rgb), 0.88); backdrop-filter: blur(4px); cursor: pointer; }

/* Modal panel */
.kpy-vg-modal-inner { position: relative; z-index: 2; width: 92%; max-width: 920px; background: var(--kpy-base); border-radius: 0 0 40px 0; box-shadow: 0 30px 80px rgba(0,0,0,0.6); display: flex; flex-direction: column; max-height: 90vh; overflow: hidden; animation: kpy-modal-in 0.35s cubic-bezier(.25,.8,.25,1) both; }
.kpy-vg-modal.is-open .kpy-vg-modal-inner { animation: kpy-modal-in 0.35s cubic-bezier(.25,.8,.25,1) both; }
@keyframes kpy-modal-in { from { opacity: 0; transform: translateY(30px) scale(0.96); } to { opacity: 1; transform: translateY(0) scale(1); } }

/* Header bar */
.kpy-vg-modal-header { display: flex; align-items: center; justify-content: space-between; padding: 16px 24px; border-bottom: 1px solid rgba(255,255,255,0.1); flex-shrink: 0; }
.kpy-vg-modal-title { font-family: var(--kpy-font); font-size: 14px; color: var(--kpy-white); letter-spacing: 2px; text-transform: uppercase; opacity: 0.9; flex: 1; margin-right: 16px; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }

/* Close button */
.kpy-vg-modal-close { width: 38px; height: 38px; border-radius: 50%; background: rgba(var(--kpy-orange-rgb),0.85); border: none; color: var(--kpy-white); font-size: 16px; cursor: pointer; display: flex; align-items: center; justify-content: center; flex-shrink: 0; transition: background 0.25s, transform 0.25s; }
.kpy-vg-modal-close:hover { background: var(--kpy-orange); transform: rotate(90deg) scale(1.1); }

/* 16:9 video container */
.kpy-vg-modal-body { padding: 0; flex: 1; overflow: hidden; }
.kpy-vg-video-wrap { position: relative; width: 100%; padding-bottom: 56.25%; /* 16:9 */ background: #000; }
.kpy-vg-video-wrap iframe, .kpy-vg-video-wrap video { position: absolute; inset: 0; width: 100%; height: 100%; border: none; display: block; }

/*==========================================================
  Responsive
==========================================================*/
@media (max-width: 1024px) { .kpy-vg-cols-3 { grid-template-columns: repeat(2, 1fr); } .kpy-vg-cols-4 { grid-template-columns: repeat(2, 1fr); } }
@media (max-width: 768px) { .kpy-vg-cols-2, .kpy-vg-cols-3, .kpy-vg-cols-4 { grid-template-columns: 1fr; } .kpy-vg-card { height: 360px; } .kpy-vg-modal-inner { width: 98%; border-radius: 0 0 24px 0; } .kpy-vg-modal-title { font-size: 12px; } }
@media (max-width: 480px) { .kpy-vg-container { padding: 0 12px; margin: 40px auto; } .kpy-vg-play-btn { width: 52px; height: 52px; font-size: 18px; } }


/** =========================================================
PARTNERS section
===============================================================**/
.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;}
 
/** ============================================================
Publication Page CSS
=============================================================**/
.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; }


/** ============================================================
Single Page Hero
=============================================================**/

.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%;}

/** ============================================================
Directory
=============================================================**/
.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);}
/* Content styles */
.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: 4px; 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;}
.text-muted {color: #6c757d;}



    
/** ============================================================
Error 404 Page Not Found CSS
=============================================================**/
.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;}

/*------------------------------------*\
    RESPONSIVE
\*------------------------------------*/

/* Mobile styles (up to 767px)@media only screen and (max-width: 768px */
@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%;}
}
/* Tablet styles (768px to 1024px) */
@media only screen and (max-width: 1024px) and (min-width: 768px) {


}

/* Large desktop styles (1140px and up) */
@media only screen and (min-width: 1140px) {
  
}

/* Extra large desktop styles (1440px and up) */
@media only screen and (min-width: 1440px) {

}

/* High DPI screens */
@media only screen and (-webkit-min-device-pixel-ratio: 1.5),
       only screen and (min-resolution: 144dpi) {

}

/* Admin Styles */
.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%;
}

/*------------------------------------*\
    HOMEPAGE SECTIONS + RECOVERY CTA (Fellowship reference)
\*------------------------------------*/
.letter-spacing { letter-spacing:.12em; }
.fc-marquee-band { overflow:hidden; background:var(--kpy-white); border-top:1px solid rgba(17,23,29,.06); border-bottom:1px solid rgba(17,23,29,.06); padding:18px 0; }
.fc-marquee-band--compact { padding:12px 0; }
.fc-marquee-track { display:flex; width:max-content; animation:fc-marquee-scroll 40s linear infinite; }
.fc-marquee-item { flex:0 0 auto; font-family:var(--kpy-font-2); font-size:clamp(1.5rem,3.5vw,2.25rem); font-weight:800; letter-spacing:.22em; text-transform:uppercase; color:rgba(31,42,51,.12); padding:0 clamp(1.25rem,3vw,2.5rem); white-space:nowrap; }
@keyframes fc-marquee-scroll { 0% { transform:translateX(0); } 100% { transform:translateX(-50%); } }
.fc-home-intro { background:#faf8f5; }
.fc-home-intro-title { font-family:var(--kpy-font-2)!important; font-size:clamp(1.35rem,2.5vw,1.85rem)!important; font-weight:700!important; letter-spacing:.04em!important; text-transform:none!important; color:var(--kpy-black)!important; line-height:1.35!important; margin:0 0 1.25rem!important; }
.fc-home-intro-text { font-family:var(--kpy-font-2); font-size:1.05rem; line-height:1.85; color:var(--kpy-base); max-width:720px; margin:0 auto; }
.fc-sunday-cta { background:var(--kpy-white); border-top:1px solid rgba(17,23,29,.06); }
.fc-sunday-cta-title { font-family:var(--kpy-font-2)!important; font-size:clamp(1.1rem,2vw,1.35rem)!important; font-weight:600!important; letter-spacing:.02em!important; text-transform:none!important; color:var(--kpy-base)!important; line-height:1.5!important; max-width:800px; margin:0 auto!important; }
.fc-home-why { background:#f4f1ec; }
.fc-home-why-kicker { font-family:var(--kpy-font-2); font-size:.72rem; font-weight:800; letter-spacing:.16em; text-transform:uppercase; color:var(--kpy-grey); margin:0; }
.fc-home-why-title { font-family:var(--kpy-font-2)!important; font-size:clamp(1.5rem,3vw,2rem)!important; font-weight:800!important; letter-spacing:.14em!important; color:var(--kpy-black)!important; margin:0!important; }
.fc-home-why-card { background:var(--kpy-white); padding:clamp(1.5rem,3vw,2rem); border-radius:4px; box-shadow:0 8px 30px rgba(31,42,51,.06); border:1px solid rgba(61,85,104,.08); }
.fc-home-why-card-title { font-family:var(--kpy-font-2)!important; font-size:1.05rem!important; font-weight:800!important; letter-spacing:.1em!important; text-transform:uppercase!important; color:var(--kpy-primary)!important; margin:0 0 .75rem!important; }
.fc-home-why-card-text { font-family:var(--kpy-font-2); font-size:.95rem; line-height:1.75; color:var(--kpy-base); }
.fc-about-intro { background:#faf8f5; }
.fc-about-story-block { background:#faf8f5; }
.fc-about-story-block--alt { background:var(--kpy-white); }
.fc-about-block-title { font-family:var(--kpy-font-2)!important; font-size:clamp(1.2rem,2.2vw,1.65rem)!important; font-weight:700!important; letter-spacing:.02em!important; text-transform:none!important; color:var(--kpy-black)!important; line-height:1.4!important; margin:0 0 1rem!important; }
.fc-about-block-text { font-family:var(--kpy-font-2); font-size:1.05rem; line-height:1.85; color:var(--kpy-base); margin:0; }
.fc-about-pastors-label { font-family:var(--kpy-font-2); font-size:.72rem; font-weight:800; letter-spacing:.16em; text-transform:uppercase; color:var(--kpy-grey); margin:0 0 .5rem; }
.fc-about-pastor-text { font-family:var(--kpy-font-2); font-size:1.05rem; line-height:1.75; color:var(--kpy-base); }
.fc-about-pastor-card { padding:1.5rem; border-radius:6px; border:1px solid rgba(61,85,104,.15); background:var(--kpy-white); }
.fc-about-pastor-card-label { font-family:var(--kpy-font-2); font-size:.68rem; font-weight:800; letter-spacing:.14em; text-transform:uppercase; color:var(--kpy-grey); margin:0 0 .5rem; }
.fc-stay-text--narrow { max-width:640px; }
.fc-recovery-cta { position:relative; overflow:hidden; background:#f2efe8; padding:clamp(48px,8vw,100px) 0; }
.fc-recovery-cta-stripes { position:absolute; inset:0; pointer-events:none; opacity:.45; background-image:repeating-linear-gradient(-32deg, rgba(255,255,255,.5) 0 2px, transparent 2px 14px), repeating-linear-gradient(-32deg, rgba(61,85,104,.04) 0 1px, transparent 1px 10px); }
.fc-recovery-cta-stage { position:relative; z-index:1; max-width:1320px; margin:0 auto; padding:0 20px; min-height:clamp(480px,58vh,640px); }
.fc-recovery-photos { display:grid; grid-template-columns:1fr 1fr; min-height:clamp(420px,52vh,580px); border-radius:6px; overflow:hidden; box-shadow:0 20px 60px rgba(31,42,51,.1); }
.fc-recovery-photo { background-size:cover; background-position:center; min-height:280px; }
.fc-recovery-photo--left { filter:grayscale(100%) contrast(1.05); }
.fc-recovery-photo--ph-left { background-image:linear-gradient(165deg,#3a3a3a 0%,#1a1a1a 45%,#2d2d2d 100%); position:relative; }
.fc-recovery-photo--ph-left::after { content:"DON'T GIVE UP"; position:absolute; left:50%; top:50%; transform:translate(-50%,-50%) rotate(-6deg); font-family:var(--kpy-font-2); font-weight:900; letter-spacing:.12em; color:rgba(255,255,255,.25); font-size:clamp(1rem,2.5vw,1.35rem); white-space:nowrap; border:3px solid rgba(255,255,255,.2); padding:.5rem .75rem; }
.fc-recovery-photo--ph-right { background-image:linear-gradient(195deg,#ffd4a8 0%,#f49a6a 28%,#c06a9c 55%,#4a3a5c 100%); }
.fc-recovery-arch-wrap { position:absolute; left:50%; top:50%; transform:translate(-50%,-50%); width:min(94vw,540px); z-index:4; pointer-events:none; }
.fc-recovery-arch { pointer-events:auto; background:linear-gradient(180deg,#faf7f1 0%,#f0ebe3 100%); border-radius:50% 50% 0 0 / 100% 100% 0 0; padding:clamp(2rem,5vw,3.25rem) clamp(1.5rem,4vw,2.75rem) clamp(1.75rem,4vw,2.5rem); text-align:center; box-shadow:0 24px 70px rgba(31,42,51,.14); border:1px solid rgba(255,255,255,.65); }
.fc-recovery-arch-title { font-family:var(--kpy-font-2)!important; font-size:clamp(1.15rem,2.2vw,1.45rem)!important; font-weight:800!important; letter-spacing:.18em!important; text-transform:uppercase!important; color:#2a2a2a!important; margin:0 0 .75rem!important; line-height:1.2!important; }
.fc-recovery-arch-lead { font-family:var(--kpy-font-2); font-size:clamp(1rem,1.6vw,1.15rem); font-weight:700; color:#2a2a2a; margin:0 0 1.25rem; line-height:1.35; }
.fc-recovery-arch-body { font-family:var(--kpy-font-2); font-size:clamp(.9rem,1.35vw,1rem); line-height:1.75; color:#3d3d3d; margin-bottom:1.75rem; }
.fc-recovery-arch-body p { margin:0 0 1em; }
.fc-recovery-arch-body p:last-child { margin-bottom:0; }
.fc-recovery-arch-actions { display:flex; flex-wrap:wrap; justify-content:center; gap:12px; }
.fc-recovery-btn { display:inline-flex; align-items:center; justify-content:center; min-width:140px; padding:14px 22px; font-family:var(--kpy-font-2); font-size:.72rem; font-weight:800; letter-spacing:.1em; text-transform:uppercase; text-decoration:none; border-radius:2px; transition:opacity .2s ease, transform .2s ease; border:0; }
.fc-recovery-btn--tan { background:#c5a880; color:#fff!important; }
.fc-recovery-btn--tan:hover { color:#fff!important; opacity:.92; transform:translateY(-1px); }
.fc-recovery-btn--dark { background:#2d2d2d; color:#fff!important; }
.fc-recovery-btn--dark:hover { color:#fff!important; background:#1a1a1a; }
@media (max-width:767px) {
.fc-recovery-cta-stage { min-height:0; }
.fc-recovery-photos { min-height:200px; border-radius:6px 6px 0 0; }
.fc-recovery-photo { min-height:180px; }
.fc-recovery-arch-wrap { position:relative; left:auto; top:auto; transform:none; width:100%; margin-top:-48px; padding:0 8px; }
.fc-recovery-arch { border-radius:40% 40% 0 0 / 90% 90% 0 0; }
}

.fc-footer.fc-footer-v2 { background:transparent; color:#fff; overflow:hidden; }
.fc-footer-v2 .footer-top { display:none; }
.fc-footer-v2-spectrum { display:flex; width:100%; height:10px; }
.fc-footer-v2-spectrum__bar { flex:1; height:100%; }
.fc-footer-v2-spectrum__bar--1 { background:#9caf8c; }
.fc-footer-v2-spectrum__bar--2 { background:#c86f4a; }
.fc-footer-v2-spectrum__bar--3 { background:#a8c4d4; }
.fc-footer-v2-main { background:#2d2d2d; padding:clamp(2.5rem,6vw,4rem) 20px 2rem; }
.fc-footer-v2-container { max-width:1040px; margin:0 auto; }
.fc-footer-v2-brand { margin-bottom:1.25rem; }
.fc-footer-v2-brand-link { color:#fff!important; }
.fc-footer-v2-mark-svg { display:block; color:#fff; }
.fc-footer-v2-custom-logo { display:block; max-height:72px!important; width:auto!important; margin:0 auto 1rem; object-fit:contain; }
.fc-footer-v2-name { font-family:var(--kpy-font-2); font-weight:800; font-size:.82rem; letter-spacing:.2em; color:#fff; margin-top:.25rem; }
.fc-footer-v2-social { margin-bottom:2.5rem; }
.fc-footer-v2-social-link { color:#fff!important; font-size:1.35rem; line-height:1; opacity:.92; transition:opacity .2s ease, color .2s ease; }
.fc-footer-v2-social-link:hover { color:var(--kpy-secondary)!important; opacity:1; }
.fc-footer-v2-columns { margin-bottom:2.5rem; }
.fc-footer-v2-col-title { font-family:var(--kpy-font-2)!important; font-size:.68rem!important; font-weight:800!important; letter-spacing:.16em!important; text-transform:uppercase!important; color:#c5a880!important; margin:0 0 1rem!important; }
.fc-footer-v2-links { list-style:none; margin:0; padding:0; }
.fc-footer-v2-links li { margin:0 0 .45rem; }
.fc-footer-v2-links a { color:rgba(255,255,255,.95)!important; font-family:var(--kpy-font-2); font-size:.84rem; font-weight:500; text-decoration:none; }
.fc-footer-v2-links a:hover { color:#c5a880!important; text-decoration:underline; }
.fc-footer-v2-copy { font-family:var(--kpy-font-2); font-size:.72rem; font-weight:700; letter-spacing:.12em; color:#c5a880!important; }
.fc-footer-v2-credit { font-family:var(--kpy-font-2); font-size:.62rem; letter-spacing:.08em; color:rgba(255,255,255,.45)!important; text-decoration:none; text-transform:uppercase; }
.fc-footer-v2-credit:hover { color:rgba(255,255,255,.65)!important; }
.fc-footer-v2-pattern { height:40px; background-color:#262626; background-image:url("data:image/svg+xml,%3Csvg width='60' height='20' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M0 20 L30 0 L60 20' fill='none' stroke='%23ffffff' stroke-opacity='0.05' stroke-width='1'/%3E%3C/svg%3E"); background-size:60px 20px; }

/*------------------------------------*\
    TYPOGRAPHY
\*------------------------------------*/