.bg-\[\#EDF6EE\]{background-color:#EDF6EE}.bg-\[\#1A6B59\]{background-color:#1A6B59}.bg-\[\#1A202C\]{background-color:#1A202C}.bg-\[\#9D7717\]{background-color:#9D7717}.bg-\[\#2D3748\]{background-color:#2D3748}.bg-\[\#CBD2E0\]{background-color:#CBD2E0}.bg-\[\#EDF0F7\]{background-color:#EDF0F7}.bg-white{background-color:#fff}.text-\[\#A0ABC0\]{color:#A0ABC0}.text-\[\#1A202C\]{color:#1A202C}.text-\[\#9D7717\]{color:#9D7717}.text-\[\#4A5468\]{color:#4A5468}.text-\[\#1A6B59\]{color:#1A6B59}.text-white{color:#fff}.border-\[\#1A6B59\]{border-color:#1A6B59}.bg-\[linear-gradient\(rgba\(0,0,0,0.75\),rgba\(0,0,0,0.75\)\)\]{background:linear-gradient(rgb(0 0 0 / .75),rgb(0 0 0 / .75))}.font-\[\'montserrat\'\] , .font-montserrat { font-family: 'Montserrat', sans-serif; }
.font-\[\'Lora\'\] , .font-lora { font-family: 'Lora', serif; }
.font-lora, .font-montserrat { /* ensure fallback */ }

/* --- Text sizes / leading / tracking --- */
.text-\[16px\] { font-size: 16px; }
.text-\[14px\] { font-size: 14px; }
.text-\[18px\] { font-size: 18px; }
.text-\[20px\] { font-size: 20px; }
.text-\[24px\] { font-size: 24px; }
.text-\[32px\] { font-size: 32px; }
.text-\[64px\] { font-size: 64px; }
.leading-\[24px\] { line-height: 24px; }
.leading-\[30px\] { line-height: 30px; }
.leading-\[52px\] { line-height: 52px; }
.leading-\[80px\] { line-height: 80px; }

/* --- Spacing (only values used in templates) --- */
.py-\[80px\] { padding-top:80px; padding-bottom:80px; }
.py-\[161px\] { padding-top:161px; padding-bottom:161px; }
.py-\[60px\] { padding-top:60px; padding-bottom:60px; }
.pt-\[40px\] { padding-top:40px; }
.pb-\[80px\] { padding-bottom:80px; }
.px-\[54px\] { padding-left:54px; padding-right:54px; }
.p-\[32px\] { padding:32px; }
.p-\[20px\] { padding:20px; }
.p-\[1px\] { padding:1px; }
.p-\[4px\] { padding:4px; }
.px-8 { padding-left:8px; padding-right:8px; }
.py-3 { padding-top:12px; padding-bottom:12px; }
.py-4 { padding-top:16px; padding-bottom:16px; }
.py-2 { padding-top:8px; padding-bottom:8px; }
.p-20 { padding:20px; }

/* --- Widths / Heights / Gaps --- */
.w-\[972px\] { width:972px; }
.w-\[450px\] { width:450px; }
.w-\[1280px\] { width:1280px; }
.w-full { width:100%; }
.h-\[56px\] { height:56px; }
.h-\[320px\] { height:320px; }
.gap-\[195px\] { gap:195px; }
.gap-\[64px\] { gap:64px; }
.gap-\[40px\] { gap:40px; }
.gap-\[16px\] { gap:16px; }
.gap-\[12px\] { gap:12px; }
.gap-14 { gap:14px; }
.gap-10 { gap:10px; }
.gap-3 { gap:12px; }

/* --- Border / radius / shadow --- */
.rounded-\[12px\] { border-radius:12px; }
.rounded-\[24px\] { border-radius:24px; }
.rounded-2xl { border-radius:16px; }
.shadow-custom { box-shadow: -4px 4px 8px rgba(0,0,0,0.25); }
.border { border: 1px solid #e5e7eb; }

/* --- Additional utilities used by blog templates --- */
.px-\[154px\] { padding-left:154px; padding-right:154px; }
.gap-\[80px\] { gap:80px; }
.gap-\[24px\] { gap:24px; }
.w-\[466px\] { width:466px; }
.h-\[390px\] { height:390px; }
.h-\[139px\] { height:139px; }
.w-\[297.33px\] { width:297.33px; }
.leading-\[36px\] { line-height: 36px; }
.leading-\[40px\] { line-height: 40px; }
.leading-\[52px\] { line-height: 52px; }
.text-\[24px\] { font-size:24px; }
.text-\[32px\] { font-size:32px; }


/* --- Utility helpers --- */
.flex { display:flex; }
.flex-1 { flex:1; }
.flex-col { flex-direction:column; }
.items-center { align-items:center; }
.justify-center { justify-content:center; }
.mx-auto { margin-left:auto; margin-right:auto; }
.text-center { text-align:center; }
.hidden { display:none; }
.inline-block { display:inline-block; }
.w-20 { width:80px; }
.h-20 { height:80px; }
.transition { transition: all .2s ease-in-out; }
.hover\:bg-\[\#7a5e11\]:hover { background-color:#7a5e11; }
.hover\:text-\[\#0d4a3f\]:hover { color:#0d4a3f; }

/* Generic fallback for bracketed font token selectors (some templates use odd tokens) */
[class*="font-['montserrat']"] { font-family: 'Montserrat', sans-serif; }
[class*="font-['Lora']"] { font-family: 'Lora', serif; }

/* Ensure body font fallback */
body { font-family: 'Montserrat',system-ui,-apple-system,"Segoe UI",Roboto,"Helvetica Neue",Arial,"Noto Sans","Liberation Sans",sans-serif}@media (max-width:768px){.md\:grid-cols-4{grid-template-columns:repeat(1,minmax(0,1fr))}.md\:flex-row{flex-direction:column}}.tabs{display:flex;flex-wrap:wrap;justify-content:center;align-items:center;gap:15px;margin-bottom:40px}.tab-btn{display:flex;justify-content:center;align-items:center;padding:10px 16px;gap:10px;width:200px;height:40px;border:1.5px solid #FFF;border-radius:100px;background-color:#fff0;color:#FFF;font-family:'Montserrat',sans-serif;font-weight:500;font-size:16px;cursor:pointer;transition:all 0.3s ease}.tab-btn-active{background-color:#FFF;color:#1A202C;border:none}.card{display:flex;flex-wrap:wrap;gap:20px;opacity:1;transition:opacity 0.5s ease}.card.fade-out{opacity:0}.card>div{flex:1 1 300px}@media (max-width:768px){.tabs{flex-direction:column}.tab-btn{width:100%;max-width:300px}.card{flex-direction:column;width:100%!important}.value-card{min-height:!important}}.about-two-col{display:flex;gap:24px}.about-col{flex:1;display:flex;flex-direction:column;gap:24px}.about-hero{width:100%;height:480px;background:#1A6B59;display:flex;flex-direction:column;align-items:center;gap:120px}.about-hero-title{margin-top:180px;font-family:Montserrat;font-weight:700;font-size:64px;line-height:80px;letter-spacing:.025em;color:#fff}.about-section{width:100%;background:#EDF6EE;padding:80px 0}.about-container{width:100%;max-width:1280px;margin:0 auto;padding:0 154px;display:flex;flex-direction:column;gap:80px}.about-heading{text-align:center;font-family:Lora;font-size:32px;font-weight:600;letter-spacing:.025em;color:#9D7717}.about-text{flex:1;font-family:Montserrat;font-size:16px;line-height:24px;text-align:justify;color:#1A202C}.about-text strong{font-size:24px}.about-block{width:972px;margin:0 auto;display:flex;flex-direction:column;gap:40px}.about-row{display:flex;gap:24px}.about-image{flex:1;height:256px;object-fit:cover;border-radius:12px}.about-vision{width:100%;height:500px;background:#1A6B59;display:flex;justify-content:center;align-items:center}.about-vision-inner{width:80%;display:flex;flex-direction:column;gap:64px;text-align:center}.about-vision h2{font-family:Lora;font-size:32px;color:#fff}.about-vision p{font-family:Montserrat;font-size:20px;color:#fff}.about-values{margin:0 auto;display:flex;flex-direction:column;gap:31px}.values-row{display:flex;gap:24px}.value-card{flex:1;min-height:163px;border-radius:12px;padding:16px;display:flex;align-items:center;justify-content:center}.value-card.light{background:#fff;border:1px solid #1A6B59}.value-card.gold{background:#9D7717}.value-card p{text-align:center;font-weight:600}.value-card.light p{color:#1A6B59}.value-card.gold p{color:#fff}.about-links{margin-top:40px;display:flex;gap:20px;justify-content:center}.about-btn{padding:14px 24px;border-radius:8px;color:#fff;text-decoration:none}.about-btn.green{background:#1A6B59}.about-btn.gold{background:#9D7717}@media (max-width:1024px){.about-container{padding:0 48px}.about-block{width:100%}.about-hero-title{font-size:48px;line-height:60px;margin-top:160px}.about-row{gap:20px}.about-image{height:220px}.about-vision-inner{width:90%}}@media (max-width:768px){.about-hero{height:360px;gap:60px}.about-hero-title{margin-top:140px;font-size:36px;line-height:44px;text-align:center}.about-container{padding:0 20px;gap:60px}.about-block{width:100%;gap:32px}.about-row{flex-direction:column}.about-image{width:100%;height:220px}.about-text{font-size:15px;line-height:23px}.about-heading{font-size:28px}.about-vision{height:auto;padding:80px 0}.about-vision-inner{width:90%;gap:48px}.about-vision h2{font-size:28px}.about-vision p{font-size:18px;line-height:26px}.about-values{width:100%;padding:0 20px}.values-row{flex-direction:column}.value-card{min-height:auto;padding:24px 16px}.value-card.light{border:1px solid #1A6B59}.about-links{flex-direction:column;gap:16px}.about-btn{width:100%;text-align:center}}@media (max-width:480px){.about-hero-title{font-size:30px;line-height:38px}.about-heading{font-size:24px}.about-vision p{font-size:16px}.about-text{font-size:14px}}.page-title{color:#fff;font-size:42px;margin-bottom:64px!important}.main-nav .menu-item-has-children>a{position:relative;padding-right:18px}.main-nav .menu-item-has-children>a::after{content:"▾";position:absolute;right:0;top:50%;transform:translateY(-50%);font-size:12px;opacity:.7}.sub-menu .menu-item>*{color:#000}.container{margin-left:auto;margin-right:auto;padding-left:24px;padding-right:24px}.site-hero{width:100%;min-height:90dvh;justify-content:center;display:flex;flex-direction:column;align-items:center;gap:195px;padding-top:80px;padding-bottom:80px;background-size:cover;background-position:center;position:relative}.site-hero .hero-content{display:flex;flex-direction:column;align-items:center;gap:16px;text-align:center}.site-hero .hero-subtitle{font-family:'Lora',serif;color:#fff;font-size:32px;font-weight:600;letter-spacing:.025em}.site-hero .hero-title{color:#fff;font-size:64px;font-weight:700;line-height:80px;letter-spacing:.025em}.page-hero-green{width:100%;height:480px;background-color:#1A6B59;display:flex;flex-direction:column;align-items:center;justify-content:flex-end;margin-bottom:0;position:relative;margin-top:0;padding:0}.page-hero-green .page-title{font-family:'Montserrat',sans-serif;font-weight:700;font-size:64px;line-height:80px;color:#fff;text-align:center;margin:0 0 120px 0;letter-spacing:.025em}.hero-section{padding:180px 0 40px;background-color:#1A6B59;color:#fff}.hero-section .hero-content{max-width:1020px;margin:0 auto;display:flex;flex-direction:column;align-items:center;gap:12px;text-align:center}.hero-section .hero-content h1{font-family:'Lora',serif;font-weight:700;font-size:48px;line-height:56px;color:#fff;margin:0}.hero-badges{display:flex;gap:12px;align-items:center;justify-content:center;flex-wrap:wrap}.hero-badge{background:rgb(255 255 255 / .08);padding:8px 12px;border-radius:8px;font-family:'Montserrat',sans-serif;font-weight:500;color:#fff;display:inline-flex;gap:8px;align-items:center}.btn-outline.btn-lg{border:2px solid #fff;color:#fff;padding:12px 20px;border-radius:12px;text-decoration:none;display:inline-block;font-family:'Montserrat',sans-serif;font-weight:600}.btn-outline.btn-lg:hover{background:rgb(255 255 255 / .06)}@media (max-width:768px){.hero-section .hero-content h1{font-size:36px}}.btn{display:inline-block;font-weight:600;cursor:pointer;transition:all .15s ease-in-out;font-family:'Montserrat',sans-serif}.btn-primary{background:#9D7717;color:#fff;padding:12px 24px;border-radius:8px}.btn-ghost{background:#fff;color:#1A202C;padding:12px 24px;border-radius:16px;text-decoration:none}.btn-donate{background:#fff;color:#1A202C;padding:12px 24px;border-radius:16px;font-weight:700}.section--green{background-color:#1A6B59;position:relative;padding:161px}.section--light{background-color:#EDF6EE;padding:20px;display:flex;flex-direction:column;align-items:center;gap:14px}.section--white{background-color:#fff;padding-top:80px;padding-bottom:80px;padding-left:54px;padding-right:54px}.card{width:973px;background:#fff;border-radius:24px;box-shadow:-4px 4px 8px rgb(0 0 0 / .25);padding:32px;display:flex;flex-direction:row;align-items:center;gap:64px}.ministry-card{width:100%;max-width:350px;border:1px solid #1A6B59;gap:16px;border-radius:12px;padding:32px;height:205px;display:flex;flex-direction:column}.post-card{width:100%;max-width:300px;border:1px solid #1A6B59;border-radius:16px;overflow:hidden;display:flex;flex-direction:column}.post-card .post-image{width:100%;height:139px;background-size:cover;background-position:center;border-top-left-radius:16px;border-top-right-radius:16px}.post-footer{padding-top:8px;border-top:1px solid #CBD2E0;display:flex;align-items:center;gap:12px;justify-content:space-between}.author-avatar{width:32px;height:32px;background-color:#9D7717;border-radius:50%;display:flex;align-items:center;justify-content:center;color:#fff;font-weight:600;font-size:12px;flex-shrink:0}.author-avatar--large{width:40px;height:40px;font-size:14px}.blog-main{width:100%;background-color:#EDF6EE;padding:80px 130px;display:flex;flex-direction:column;gap:80px}.blog-section{width:100%;max-width:1200px;display:flex;flex-direction:column;gap:40px;margin:0 auto}.blog-section-title{display:flex;align-items:center;gap:12px}.blog-section-title .accent-bar{width:5px;height:32px;background-color:#9D7717;flex-shrink:0}.blog-section-title h2{font-family:'Montserrat',sans-serif;font-weight:700;font-size:24px;line-height:36px;color:#1A6B59;margin:0;padding:0}.featured-post{display:flex;gap:40px;align-items:flex-start}.featured-post-content{flex:1;display:flex;flex-direction:column;gap:8px}.featured-post-image{width:100%;max-width:466px;height:390px;border-radius:12px;overflow:hidden;flex-shrink:0}.featured-post-image img{width:100%;height:100%;object-fit:cover;display:block}.featured-post-title{display:flex;align-items:center;gap:12px}.featured-post-title .accent-bar{width:5px;height:32px;background-color:#9D7717;flex-shrink:0}.featured-post-title h3{font-family:'Lora',serif;font-weight:700;font-size:32px;line-height:40px;letter-spacing:.025em;color:#1A202C;margin:0;padding:0}.featured-post-excerpt{font-family:'Montserrat',sans-serif;font-weight:500;font-size:16px;line-height:24px;color:#1A202C}.featured-post-link{margin-top:24px;width:166px;height:56px;background-color:#1A6B59;border-radius:12px;font-family:'Montserrat',sans-serif;font-weight:600;font-size:16px;color:#fff;text-decoration:none;display:flex;align-items:center;justify-content:center}.featured-post-link:hover{background-color:#155244}.recent-posts-container{display:flex;flex-direction:column;gap:24px}.posts-grid{display:flex;gap:40px;flex-wrap:wrap}.post-card-item,.event-card{width:100%;max-width:222px;height:450px;border:2px solid #1A6B59;border-radius:16px;overflow:hidden;display:flex;flex-direction:column;background:#fff}.post-card-item img{width:100%;height:139px;object-fit:cover;display:block;border-top-left-radius:14px;border-top-right-radius:14px}.post-card-content{padding:16px;display:flex;flex-direction:column;gap:12px}.post-card-date{display:flex;align-items:center;gap:12px}.post-card-date svg{width:20px;height:20px;flex-shrink:0}.post-card-date span{font-family:'Montserrat',sans-serif;font-weight:500;font-size:14px;letter-spacing:-.03em;color:#1A202C}.post-card-title{font-family:'Lora',serif;font-weight:700;font-size:24px;line-height:30px;letter-spacing:.025em;color:#1A202C;margin:0}.post-card-excerpt{font-family:'Montserrat',sans-serif;font-weight:500;font-size:16px;line-height:24px;color:#1A202C;margin:0}.post-card-footer{margin-top:8px;padding-top:12px;border-top:1px solid #CBD2E0;display:flex;align-items:center;justify-content:space-between;gap:12px}.post-card-footer .author-info{display:flex;align-items:center;gap:8px}.post-card-footer .reading-time{font-family:'Montserrat',sans-serif;font-weight:500;font-size:14px;color:#717D96;margin-left:auto}.single-post-main{width:100%;background-color:#EDF6EE;padding:80px 154px;display:flex;flex-direction:column;justify-content:center}.single-post-container{width:972px;background:#fff;border-radius:12px;box-shadow:-4px 4px 8px rgb(0 0 0 / .25);padding:32px}.single-post-image{width:100%;max-height:500px;border-radius:12px;overflow:hidden;margin-bottom:24px}.single-post-image img{width:100%;height:100%;object-fit:cover;display:block}.single-post-title{display:flex;align-items:center;gap:12px;margin-bottom:24px}.single-post-title .accent-bar{width:5px;height:32px;background-color:#9D7717;flex-shrink:0}.single-post-title h1{font-family:'Lora',serif;font-weight:700;font-size:32px;line-height:40px;color:#1A202C;margin:0}.single-post-meta{display:flex;align-items:center;gap:12px;margin-bottom:20px}.single-post-meta svg{width:20px;height:20px;flex-shrink:0}.single-post-meta span{font-family:'Montserrat',sans-serif;font-weight:500;font-size:14px;letter-spacing:-.03em;color:#1A202C}.single-post-content{font-family:'Montserrat',sans-serif;font-weight:500;font-size:16px;line-height:24px;color:#1A202C;margin-bottom:24px}.single-post-footer{margin-top:20px;padding-top:16px;border-top:1px solid #CBD2E0;display:flex;align-items:center;justify-content:space-between;gap:12px}.single-post-footer .author-info{display:flex;align-items:center;gap:8px}.single-post-footer .reading-time{font-family:'Montserrat',sans-serif;font-weight:500;font-size:14px;color:#717D96;margin-left:auto}.site-header{background:#fff;box-shadow:0 2px 8px rgb(0 0 0 / .08);position:relative;z-index:50;width:100%}.site-header .site-inner{display:flex;align-items:center;justify-content:space-between;padding:24px 54px;width:100%;min-height:128px}.site-header .logo{display:flex;align-items:center}.site-header .logo a,.site-header .custom-logo-link{text-decoration:none}.site-header .custom-logo-link img,.site-header .custom-logo{width:80px;height:80px;object-fit:contain;display:block}.primary-navigation{flex:1}.primary-navigation .main-nav{display:flex!important;flex-direction:row!important;gap:8px;align-items:center;list-style:none;margin:0 auto;padding:0;justify-content:center}.primary-navigation .main-nav li{margin:0;display:inline-block}.primary-navigation .main-nav a{color:#1A202C;text-decoration:none;font-family:'Montserrat',sans-serif;font-weight:500;font-size:16px;padding:6px 12px;border-radius:8px;display:inline-block;letter-spacing:-.03em}.primary-navigation .main-nav a:hover{background:#f0f0f0}.primary-navigation .main-nav .current-menu-item>a,.primary-navigation .main-nav .current_page_item>a{background:#fff;color:#1A202C;font-weight:600;border:none}.nav-cta{display:flex;align-items:center}.nav-donate{padding:12px 24px;border-radius:16px;border:1.5px solid #1A202C;background:#fff0;color:#1A202C;font-weight:600;text-decoration:none;font-family:'Montserrat',sans-serif;font-size:16px;letter-spacing:-.03em;display:inline-block}.nav-donate:hover{background:#EDF6EE}.site-header.hero-over{background:transparent!important;box-shadow:none!important;position:absolute;top:0;left:0;right:0;z-index:100;width:100%}.site-header.hero-over .primary-navigation .main-nav a{color:#ffffff!important;font-weight:500;background:transparent!important}.site-header.hero-over .primary-navigation .main-nav .current-menu-item>a,.site-header.hero-over .primary-navigation .main-nav .current_page_item>a{background:#ffffff!important;color:#1A202C!important;font-weight:600}.site-header.hero-over .nav-donate{color:#fff;border-color:#fff;background:#fff0}.site-header.hero-over .nav-donate:hover{background:rgb(255 255 255 / .1)!important}.events-main{width:100%;padding:80px 0}.events-container{width:100%;max-width:1120px;margin:0 auto;display:flex;flex-direction:column;gap:40px}.events-section{width:100%;display:flex;flex-direction:column;gap:12px}.events-section-header{width:100%}.events-section-title{display:flex;align-items:center;gap:12px;font-family:'Montserrat',sans-serif;font-weight:700;font-size:16px;line-height:24px;color:#1A202C;margin:0}.events-section-title .accent-bar{width:5px;height:20px;background-color:#9D7717;flex-shrink:0}.section-divider{width:100%;height:1px;background-color:#EDF0F7}.ongoing-event-wrapper{width:100%;display:flex;gap:40px;align-items:center;padding:20px 0}.ongoing-event-content{width:100%;display:flex;gap:40px;align-items:flex-start}.ongoing-text{flex:1;display:flex;flex-direction:column;gap:8px}.ongoing-title{font-family:'Lora',serif;font-weight:700;font-size:32px;line-height:41px;color:#1A202C;margin:0}.ongoing-description{font-family:'Montserrat',sans-serif;font-weight:500;font-size:16px;line-height:24px;color:#1A202C;margin:0}.event-meta{display:flex;align-items:center;gap:16px;flex-wrap:wrap;margin-top:8px}.event-meta-item{display:flex;align-items:center;gap:8px;font-family:'Montserrat',sans-serif;font-weight:500;font-size:14px;color:#1A202C}.event-meta-item svg{width:16px;height:16px}.ongoing-image{width:490px;height:272px;border-radius:12px;overflow:hidden;flex-shrink:0}.ongoing-image img{width:100%;height:100%;object-fit:cover;display:block}.events-filter-section{width:100%;display:flex;flex-direction:column;gap:16px}.filter-tabs{display:flex;align-items:center;gap:12px}.filter-tab{background:#fff0;border:none;cursor:pointer;padding:0;font-family:'Montserrat',sans-serif;font-weight:500;font-size:16px;color:#717D96;transition:color 0.2s ease}.filter-tab.active{font-weight:700;color:#1A202C}.filter-tab:hover{color:#1A202C}.filter-divider{width:1px;height:20px;background-color:#EDF0F7}.filter-label{display:inline-block}.events-grid{display:flex;flex-wrap:wrap;gap:40px;width:100%}.event-card:hover{transform:translateY(-4px);box-shadow:0 8px 16px rgb(26 107 89 / .1)}.event-card-image{width:100%;height:187px;overflow:hidden;background-size:cover;background-position:center}.event-card-image img{width:100%;height:100%;object-fit:cover;display:block}.event-card-content{display:flex;flex-direction:column;gap:8px;padding:16px;flex-grow:1}.event-card-meta{display:flex;align-items:center;gap:8px;font-family:'Montserrat',sans-serif;font-weight:500;font-size:13px;color:#1A202C}.event-card-meta svg{width:14px;height:14px;flex-shrink:0}.event-card-title{font-family:'Lora',serif;font-weight:700;font-size:24px;line-height:30px;color:#1A202C;margin:0}.event-card-excerpt{font-family:'Montserrat',sans-serif;font-weight:500;font-size:14px;line-height:20px;color:#1A202C;margin:0;flex-grow:1}.event-card-venue{display:flex;align-items:center;gap:6px;font-family:'Montserrat',sans-serif;font-weight:500;font-size:12px;color:#717D96;margin:0}.event-card-venue svg{width:12px;height:12px;flex-shrink:0}.event-card-link{display:inline-block;font-family:'Montserrat',sans-serif;font-weight:600;font-size:14px;color:#1A6B59;text-decoration:none;margin-top:8px;transition:color 0.2s ease}.event-card-link:hover{color:#0d4a3f;text-decoration:underline}.events-pagination{display:flex;align-items:center;justify-content:center;gap:24px}.pagination-btn{background:#fff0;border:none;cursor:pointer;font-family:'Montserrat',sans-serif;font-weight:600;font-size:14px;color:#1A6B59;padding:8px 12px;transition:all 0.2s ease;border-radius:4px}.pagination-btn:hover:not(:disabled){background:#EDF6EE}.pagination-btn:disabled{color:#CBD2E0;cursor:not-allowed;opacity:.5}.pagination-info{font-family:'Montserrat',sans-serif;font-weight:600;font-size:14px;color:#1A202C}.no-events{text-align:center;padding:40px;font-family:'Montserrat',sans-serif;color:#717D96}.single-event-main{width:100%;background:#EDF6EE;padding:80px 0}.single-event-container{max-width:1020px;margin:0 auto;padding:0 40px;display:grid;grid-template-columns:2fr 1fr;gap:48px}.single-event-content{background:#fff;border-radius:12px;padding:32px}.single-event-title{font-family:'Lora',serif;font-weight:700;font-size:36px;line-height:44px;color:#1A202C;margin-bottom:16px}.single-event-body{font-family:'Montserrat',sans-serif;font-size:16px;line-height:24px;color:#1A202C}.single-event-sidebar{display:flex;flex-direction:column;gap:24px}.event-sidebar-card{background:#fff;border-radius:12px;padding:24px;box-shadow:-4px 4px 8px rgb(0 0 0 / .08)}@media (max-width:768px){.single-event-container{flex-direction:column;gap:24px}.single-event-content,.event-sidebar-card{padding:24px}}@media (min-width:1024px){.single-event-sidebar{position:sticky;top:120px}}.site-footer{width:100%;background:rgb(237 246 238 / var(--tw-bg-opacity,1));color:#1A6B59;padding-top:60px;padding-bottom:60px;padding-left:54px;padding-right:54px}.footer-grid{display:grid;grid-template-columns:repeat(1,1fr);gap:40px;margin-bottom:40px}@media (min-width:768px){.footer-grid{grid-template-columns:repeat(4,1fr)}}.footer-col{display:flex;flex-direction:column;gap:16px}.footer-logo{width:80px;height:80px}.footer-about-text{font-family:'Montserrat',sans-serif;font-weight:500;font-size:14px;line-height:24px;color:#1A6B59;margin:0}.footer-title{font-family:'Montserrat',sans-serif;font-weight:700;font-size:16px;color:#424242;margin:0 0 8px 0}.footer-list{display:flex;flex-direction:column;gap:12px;margin:0;padding:0;list-style:none}.footer-link{font-family:'Montserrat',sans-serif;font-weight:500;font-size:14px;color:#1A6B59;text-decoration:none}.footer-link:hover{color:#fff}.footer-contact-item{font-family:'Montserrat',sans-serif;font-weight:500;font-size:14px;color:#1A6B59}.social-links{display:flex;gap:12px}.social-link{font-family:'Montserrat',sans-serif;font-weight:500;font-size:14px;color:#A0ABC0;text-decoration:none}.social-link:hover{color:#fff}.footer-divider{width:100%;height:1px;background:#2D3748;margin-bottom:40px}.footer-bottom{display:flex;align-items:center;justify-content:center;background-color:#9D7717;color:#fff;height:40px}.footer-copy{font-family:'Montserrat',sans-serif;font-weight:500;font-size:14px;margin:0}.primary-navigation{margin-left:auto;display:block}.main-nav{display:flex;gap:32px;list-style:none;margin:0;padding:0;align-items:center}.main-nav li{position:relative;font-family:'Montserrat',sans-serif;font-weight:500}.main-nav a{text-decoration:none;color:#1A202C;font-size:16px;transition:color 0.2s ease}.main-nav a:hover{color:#1A6B59}.main-nav ul.sub-menu{position:absolute;top:100%;left:0;background:#60b663;min-width:200px;box-shadow:0 4px 6px rgb(0 0 0 / .1);border-radius:8px;opacity:0;visibility:hidden;transform:translateY(10px);transition:all 0.2s ease;padding:12px 0;z-index:100}.main-nav li:hover>ul.sub-menu{opacity:1;visibility:visible;transform:translateY(0)}.main-nav ul.sub-menu li{display:block;padding:0}.main-nav ul.sub-menu a{display:block;padding:8px 20px;color:#4A5568}.main-nav ul.sub-menu a:hover{background:#F7FAFC;color:#1A6B59}.mobile-menu-toggle{display:none}.footer-bottom-links{display:flex;gap:24px;margin:0;padding:0;list-style:none}@media (max-width:768px){.footer-grid{grid-template-columns:1fr}.footer-bottom{flex-direction:column;gap:16px;align-items:flex-start}}.donation-panel{width:480px;background:#fff;border-radius:12px;box-shadow:0 4px 12px rgb(0 0 0 / .125);padding:24px;display:flex;flex-direction:column;gap:16px;position:relative}.type-btn{flex:1;padding-top:12px;padding-bottom:12px;border-radius:8px;font-weight:600}.amount-btn{flex:1;padding-top:16px;padding-bottom:16px;border-radius:12px;font-weight:600;border:1px solid #fff0}.amount-btn--selected{border-color:#1A6B59;background:#EDF6EE;color:#1A6B59}.hidden{display:none!important}@media (max-width:768px){.main-nav{display:flex;gap:12px}.page-hero-green .page-title{font-size:48px;margin-bottom:60px}}.resources-main{width:100%;background:#fff;padding:80px 154px;display:flex;flex-direction:column;align-items:center;gap:64px}.resources-title{width:100%;text-align:center;font-family:'Lora',serif;font-weight:600;font-size:32px;line-height:40px;color:#9D7717;letter-spacing:.025em;margin:0}.resources-controls{width:100%;display:flex;align-items:center;justify-content:space-between;height:60px}.resource-searchbox{max-width:100%;height:60px;display:flex;align-items:center;gap:10px;padding:0 16px;border:1px solid #CBD2E0;border-radius:8px}.resource-search-input{width:100%;font-family:'Montserrat',sans-serif;font-weight:600;font-size:16px;color:#717D96;outline:none;border:0;background:#fff0}.resource-filters{display:flex;align-items:center;gap:8px;flex-wrap:wrap}.filter-btn{padding:10px 16px;border-radius:12px;font-family:'Montserrat',sans-serif;font-weight:500;font-size:14px;color:#1A202C;background:#fff0;border:0;cursor:pointer}.filter-btn--primary{background:#1A6B59;color:#fff;font-weight:600}.resources-list{width:100%;display:flex;flex-direction:column;gap:40px}.resource-item{width:100%;border:1px solid silver;border-radius:16px;color:#000;display:flex;flex-direction:column;align-items:center;justify-content:flex-start;gap:24px}.resource-thumb{width:160px;height:240px;border-radius:12px;overflow:hidden;flex:none}.resource-thumb-img{width:100%;height:100%;object-fit:cover;display:block}.resource-content{display:flex;flex-direction:column;gap:12px;padding:12px 0;flex:1 1 auto}.resource-meta{display:flex;flex-direction:column;gap:8px}.resource-title{font-family:'Montserrat',sans-serif;font-weight:700;font-size:24px;line-height:36px;color:#1A202C;margin:0}.resource-category{font-family:'Montserrat',sans-serif;font-weight:500;font-size:16px;line-height:24px;color:#717D96;margin:0}.resource-excerpt p{margin:0;font-family:'Montserrat',sans-serif;font-weight:500;font-size:16px;line-height:24px;color:#1A202C}.resource-cta{width:115px;height:60px;display:flex;align-items:center;justify-content:center;padding:16px 24px;border:1px solid #717D96;border-radius:12px;text-decoration:none;flex:none}.resource-cta-text{font-family:'Montserrat',sans-serif;font-weight:600;font-size:16px;color:#1A202C}.no-resources{text-align:center;font-family:'Montserrat',sans-serif;font-size:16px;color:#1A202C}@media (max-width:768px){.resources-main{padding:40px 24px;gap:32px}.resource-thumb{display:none}.resource-item{height:auto;flex-direction:column;align-items:flex-start;gap:12px}.resources-controls{flex-direction:column;align-items:flex-start;gap:12px;height:auto}}.resource-actions{display:flex;gap:12px;align-items:center;margin-left:auto}.add-to-cart{background:#1A6B59;color:#fff;border:0;padding:10px 16px;border-radius:12px;cursor:pointer;font-family:'Montserrat',sans-serif;font-weight:600}.add-to-cart:hover{background:#155244}.resource-item[data-resource-qty="0"] .add-to-cart,.add-to-cart:disabled,.added-to-cart{background:#CBD2E0;color:#717D96;opacity:.8;cursor:not-allowed}.add-to-cart.added-to-cart:hover{background:#CBD2E0}.donate-main{background:#fff;padding:40px 54px 80px;display:flex;flex-direction:column;gap:40px}.donate-controls{display:flex;align-items:center;justify-content:space-between;height:60px}.donate-searchbox{width:480px;height:60px;display:flex;align-items:center;gap:10px;padding:0 16px;border:1px solid #CBD2E0;border-radius:8px}.donate-search-input{width:100%;font-family:'Montserrat';font-weight:500;font-size:16px;color:#717D96;border:0;outline:none}.donate-filters{display:flex;gap:4px;width:320px}.donate-grid{display:flex;flex-wrap:wrap;gap:40px}.donate-card{width:224px;height:676px;border:1px solid #EDF0F7;border-radius:12px;overflow:hidden;display:flex;flex-direction:column}.donate-card-image{height:238px;background:#EDF0F7;position:relative;background-size:cover;background-position:center}.donate-badge{position:absolute;top:24px;left:24px;background:#fff;padding:6px 12px;border-radius:999px;font-weight:600;box-shadow:0 2px 6px rgb(0 0 0 / .1);text-transform:capitalize}.donate-card-body{height:238px;padding:24px;display:flex;flex-direction:column;justify-content:space-between}.donate-card-title{font-family:'Lora';font-weight:700;min-height:80px;max-height:80px;font-size:24px;color:#1A202C;margin:0}.donate-card-desc{font-family:'Montserrat';font-size:16px;min-height:160px;color:#4A5468;margin-top:8px}.donate-btn{height:56px;width:100%;background:#9D7717;color:#fff;font-weight:600;border-radius:8px;border:0}.modal{display:none;position:fixed;z-index:1000;left:0;top:0;width:100%;height:100%;overflow:auto;background-color:rgb(0 0 0 / .5);backdrop-filter:blur(4px)}.modal-content{background-color:#fefefe;margin:10% auto;padding:32px;border:1px solid #888;width:90%;max-width:500px;border-radius:12px;position:relative;box-shadow:0 20px 25px -5px rgb(0 0 0 / .1),0 10px 10px -5px rgb(0 0 0 / .04)}.close-modal,.modal-close,.cart-close{color:#aaa;float:right;font-size:28px;font-weight:700;cursor:pointer;line-height:1}.close-modal:hover,.close-modal:focus,.modal-close:hover,.modal-close:focus,.cart-close:hover,.cart-close:focus{color:#000;text-decoration:none;cursor:pointer}.cart-sidebar{position:fixed;top:0;right:-400px;width:360px;height:100vh;background:#fff;box-shadow:-4px 0 12px rgb(0 0 0 / .1);z-index:100000;transition:right 0.3s ease;display:flex;flex-direction:column}.cart-sidebar.open{right:0}.cart-header{padding:24px;border-bottom:1px solid #EDF0F7;display:flex;justify-content:space-between;align-items:center}.cart-header h3{margin:0;font-family:'Lora',serif;font-size:20px}.cart-items{flex:1;overflow-y:auto;padding:24px}.cart-footer{padding:24px;border-top:1px solid #EDF0F7;background:#F7FAFC}.cart-total{display:flex;justify-content:space-between;font-weight:700;margin-bottom:16px;font-family:'Montserrat',sans-serif;font-size:18px}.checkout-btn,.submit-btn{width:100%;padding:14px;background:#1A6B59;color:#fff;border:none;border-radius:8px;font-weight:600;cursor:pointer;font-size:16px;font-family:'Montserrat',sans-serif}.checkout-btn:disabled{background:#CBD2E0;cursor:not-allowed}.cart-toggle{position:fixed;bottom:32px;right:32px;width:64px;height:64px;background:#1A6B59;border-radius:50%;display:flex;align-items:center;justify-content:center;box-shadow:0 4px 12px rgb(26 107 89 / .4);cursor:pointer;z-index:99999;border:none;transition:transform 0.2s}.cart-toggle:hover{transform:scale(1.05)}.cart-count{position:absolute;top:-4px;right:-4px;background:#E53E3E;color:#fff;width:24px;height:24px;border-radius:50%;font-size:12px;font-weight:700;display:flex;align-items:center;justify-content:center;border:2px solid #fff}.mobile-menu-toggle{display:none;background:#fff0;border:none;cursor:pointer;padding:8px;z-index:1000;flex-direction:column;gap:6px}.mobile-menu-toggle span{display:block;width:24px;height:2px;background-color:#1A202C;transition:all 0.3s ease}.site-header.hero-over .mobile-menu-toggle span{background-color:#fff}@media (max-width:960px){.mobile-menu-toggle{display:flex}.primary-navigation{position:fixed;top:0;right:-100%;width:80%;max-width:320px;height:100vh;background:#fff;padding:80px 24px 24px;box-shadow:-4px 0 12px rgb(0 0 0 / .1);transition:right 0.3s ease;z-index:998;display:block}.primary-navigation.is-active{right:0}.primary-navigation .main-nav{flex-direction:column!important;align-items:flex-start!important;gap:24px!important}.site-header.hero-over .primary-navigation .main-nav a{color:#1A202C!important}.site-header.hero-over .primary-navigation{background:#ffffff!important}.mobile-menu-overlay{position:fixed;top:0;left:0;width:100%;height:100%;background:rgb(0 0 0 / .5);z-index:997;display:none;backdrop-filter:blur(2px)}.mobile-menu-overlay.is-active{display:block}.nav-cta{display:none}}.resources-title{font-size:2.5rem;color:#1A6B59;margin-bottom:30px;text-align:center}.resources-controls{margin-bottom:40px}.resource-searchbox{display:flex;align-items:center;gap:10px;max-width:600px;margin:0 auto 30px;padding:12px 20px;background:#fff;border:1px solid #ddd;border-radius:50px}.resource-search-input{flex:1;border:none;outline:none;font-size:1rem}.resource-filters{display:flex;flex-wrap:wrap;justify-content:center;gap:10px}.filter-btn{padding:10px 20px;background:#fff;color:#333;border:1px solid #ddd;border-radius:25px;text-decoration:none;transition:all 0.3s ease}.filter-btn:hover{background:#f5f5f5;border-color:#1A6B59}.filter-btn--primary{background:#1A6B59;color:#fff;border-color:#1A6B59}.resources-list{display:grid;grid-template-columns:repeat(auto-fill,minmax(300px,1fr));gap:30px;margin-bottom:40px}.resource-item:hover{transform:translateY(-5px);box-shadow:0 10px 25px rgb(0 0 0 / .1)}.resource-thumb{width:100%;height:200px;overflow:hidden;background:#f5f5f5}.resource-thumb a{display:block;width:100%;height:100%}.resource-thumb-img{width:100%;height:100%;object-fit:cover}.resource-thumb-placeholder{width:100%;height:100%;display:flex;align-items:center;justify-content:center;background:#f5f5f5}.resource-content{padding:20px}.resource-meta{margin-bottom:15px}.resource-title{font-size:1.25rem;margin-bottom:8px;color:#333}.resource-title a{color:#333;text-decoration:none;transition:color 0.3s ease}.resource-title a:hover{color:#1A6B59}.resource-author{font-size:.9rem;color:#666;margin-bottom:5px}.resource-category{font-size:.85rem;color:#888}.resource-category-name{color:#1A6B59;font-weight:500}.resource-excerpt{margin-bottom:15px;color:#555;font-size:.95rem;line-height:1.6}.resource-footer{margin-bottom:15px}.resource-price-stock{display:flex;justify-content:space-between;align-items:center}.resource-price{font-size:1.5rem;font-weight:700;color:#1A6B59}.resource-stock{font-size:.85rem;padding:4px 12px;border-radius:15px}.resource-stock.in-stock{background:#d4edda;color:#155724}.resource-stock.out-of-stock{background:#f8d7da;color:#721c24}.resource-actions{padding:0 20px 20px}.buy-now-btn{display:block;width:100%;padding:12px;background:#1A6B59;color:#fff;text-align:center;text-decoration:none;border:none;margin-top:1rem;border-radius:5px;font-size:1rem;font-weight:600;cursor:pointer;transition:background 0.3s ease}.buy-now-btn:hover{background:#145a4a}.resource-cta-disabled{display:block;width:100%;padding:12px;background:#ccc;color:#666;text-align:center;border:none;border-radius:5px;font-size:1rem;cursor:not-allowed}.no-resources{text-align:center;color:#666;font-size:1.1rem;padding:40px 20px}.single-resource-main{margin:0 auto;padding:40px 200px}.resource-detail-container{display:grid;grid-template-columns:1fr 1fr;gap:60px;margin-bottom:40px}@media (max-width:768px){.resource-detail-container{grid-template-columns:1fr;gap:30px}}.resource-detail-image{width:100%}.resource-featured-img{width:auto;max-height:350px;border-radius:10px;box-shadow:0 5px 20px rgb(0 0 0 / .1)}.resource-placeholder-large{width:100%;aspect-ratio:1/1;background:#f5f5f5;border-radius:10px;display:flex;align-items:center;justify-content:center}.resource-detail-content{display:flex;flex-direction:column;gap:25px}.resource-meta-info{padding-bottom:20px;border-bottom:1px solid #e0e0e0}.resource-author-large{font-size:1.1rem;color:#666;margin-bottom:10px}.resource-category-large{font-size:1rem;color:#555;margin-bottom:10px}.resource-stock-status{font-size:1rem;font-weight:600;padding:8px 0}.resource-stock-status.in-stock{color:#155724}.resource-stock-status.out-of-stock{color:#721c24}.resource-price-large{font-size:2.5rem;font-weight:700;color:#1A6B59}.resource-price-large .currency{font-size:1.5rem;font-weight:400}.resource-description h3{font-size:1.5rem;color:#333;margin-bottom:15px}.resource-description p{line-height:1.8;color:#555;margin-bottom:15px}.resource-purchase-form{background:#f9f9f9;padding:30px;border-radius:10px;border:1px solid #e0e0e0}.form-row{display:grid;grid-template-columns:1fr 1fr;gap:20px;margin-bottom:20px}@media (max-width:600px){.form-row{grid-template-columns:1fr}}.form-group{display:flex;flex-direction:column}.form-group label{font-weight:600;margin-bottom:8px;color:#333}.form-group input,.form-group textarea{padding:12px;border:1px solid #ddd;border-radius:5px;font-size:1rem;transition:border-color 0.3s ease}.form-group input:focus,.form-group textarea:focus{outline:none;border-color:#1A6B59}.quantity-selector{display:flex;align-items:center;gap:10px}.qty-btn{width:40px;height:40px;background:#1A6B59;color:#fff;border:none;border-radius:5px;font-size:1.2rem;cursor:pointer;transition:background 0.3s ease}.qty-btn:hover{background:#145a4a}.quantity-selector input{flex:1;text-align:center;font-weight:600}.order-summary-box{background:#fff;padding:20px;border-radius:8px;border:2px solid #1A6B59;margin-top:20px}.order-summary-box h4{font-size:1.25rem;color:#1A6B59;margin-bottom:15px}.summary-line{display:flex;justify-content:space-between;padding:8px 0;border-bottom:1px solid #e0e0e0}.summary-line:last-child{border-bottom:none}.summary-total{font-size:1.2rem;padding-top:15px;border-top:2px solid #1A6B59}.buy-now-btn svg{vertical-align:middle;margin-right:8px}.out-of-stock-notice{background:#f8d7da;border:1px solid #f5c6cb;border-radius:8px;padding:30px;text-align:center;color:#721c24;font-size:1.1rem}.back-to-resources{text-align:center;margin-top:40px}.back-link{display:inline-flex;align-items:center;gap:8px;color:#1A6B59;text-decoration:none;font-weight:600;transition:color 0.3s ease}.back-link:hover{color:#145a4a}.order-confirmation-main{max-width:800px;margin:0 auto;padding:60px 20px}.confirmation-container{background:#fff;border-radius:10px;box-shadow:0 5px 25px rgb(0 0 0 / .1);overflow:hidden}.confirmation-box{padding:60px 40px;text-align:center}.status-icon{margin:0 auto 20px}.status-icon.success{stroke:#28a745}.status-icon.error{stroke:#dc3545}.success-box{background:#f0f8f5;border-top:5px solid #28a745}.error-box{background:#fef5f6;border-top:5px solid #dc3545}.confirmation-box h2{font-size:2rem;margin-bottom:15px;color:#333}.confirmation-box p{font-size:1.1rem;color:#666;margin-bottom:30px}.spinner-large{width:60px;height:60px;border:5px solid #f3f3f3;border-top:5px solid #1A6B59;border-radius:50%;animation:spin 1s linear infinite;margin:0 auto 20px}@keyframes spin{0%{transform:rotate(0deg)}100%{transform:rotate(360deg)}}.order-details{background:#fff;border-radius:8px;padding:30px;margin:30px 0;text-align:left}.order-info h3{font-size:1.5rem;color:#1A6B59;margin-bottom:20px}.order-info p{font-size:1rem;margin-bottom:10px}.success-note{background:#d4edda;color:#155724;padding:15px;border-radius:5px;margin-top:20px}.confirmation-actions{display:flex;gap:15px;justify-content:center;flex-wrap:wrap}.btn{padding:12px 30px;border-radius:5px;text-decoration:none;font-weight:600;transition:all 0.3s ease}.btn-primary{background:#1A6B59;color:#fff;border:2px solid #1A6B59}.btn-primary:hover{background:#145a4a;border-color:#145a4a}.btn-secondary{background:#fff;color:#1A6B59;border:2px solid #1A6B59}.btn-secondary:hover{background:#f0f8f5}.events-pagination{display:flex;justify-content:center;align-items:center;gap:10px}.pagination-btn,.page-numbers{padding:10px 15px;background:#fff;color:#333;border:1px solid #ddd;border-radius:5px;text-decoration:none;transition:all 0.3s ease}.pagination-btn:hover,.page-numbers:hover{background:#1A6B59;color:#fff;border-color:#1A6B59}.page-numbers.current{background:#1A6B59;color:#fff;border-color:#1A6B59}@media (max-width:768px){.resources-title{font-size:2rem}.resource-price-large{font-size:2rem}.resource-purchase-form{padding:20px}.confirmation-box{padding:40px 20px}.confirmation-box h2{font-size:1.5rem}}@media (max-width:480px){.resources-list{grid-template-columns:1fr}.confirmation-actions{flex-direction:column}.btn{width:100%;text-align:center}}.donate-detail{max-width:520px;margin:0 auto 80px;background:#fff;padding:32px;border-radius:14px;box-shadow:0 20px 40px rgb(0 0 0 / .08)}.donate-detail img{width:100%;border-radius:12px;margin-bottom:20px}.donate-detail h2{font-family:'Lora',serif;font-size:26px;margin-bottom:12px}.donate-detail p,.donate-detail div{color:#4a5568;line-height:1.6}#donationForm{margin-top:24px}#donationForm label{display:block;font-weight:600;font-size:14px;color:#2d3748;margin-bottom:6px}#donationForm input{width:100%;padding:12px 14px;border-radius:10px;border:1px solid #cbd5e0;font-size:15px;margin-bottom:18px;transition:border 0.2s ease,box-shadow 0.2s ease}#donationForm input:focus{outline:none;border-color:#2f855a;box-shadow:0 0 0 3px rgb(47 133 90 / .15)}#donationForm button{width:100%;padding:14px;font-size:16px;font-weight:600;border-radius:12px;border:none;cursor:pointer;background:linear-gradient(135deg,#2f855a,#38a169);color:#fff;transition:transform 0.15s ease,box-shadow 0.15s ease}#donationForm button:hover{transform:translateY(-1px);box-shadow:0 10px 20px rgb(0 0 0 / .12)}#donationForm button:disabled{background:#a0aec0;cursor:not-allowed;box-shadow:none}@media (max-width:600px){.donate-detail{padding:24px 20px}}@media (max-width:768px){.container{padding-left:16px;padding-right:16px}.single-resource-main{padding:1rem}.site-hero{min-height:50vh;gap:64px;padding:60px 16px}.site-hero .hero-title{font-size:36px;line-height:44px}.site-hero .hero-subtitle{font-size:20px}.page-hero-green{height:320px}.page-hero-green .page-title{font-size:36px;line-height:44px;margin-bottom:60px}.site-header .site-inner{padding:12px 16px;min-height:72px}.site-header .custom-logo{width:56px;height:56px}.section--green,.section--white{padding:48px 16px}.card{flex-direction:column;gap:24px;padding:24px}.ministry-card,.post-card,.post-card-item{max-width:100%;height:auto}.blog-main{padding:40px 16px;gap:48px}.featured-post{flex-direction:column;gap:24px}.featured-post-image{max-width:100%;height:240px}.featured-post-title h3{font-size:24px;line-height:32px}.posts-grid{gap:24px;justify-content:center}.single-post-main{padding:40px 16px}.single-post-container{width:100%;padding:24px}.events-container{padding:0 16px}.ongoing-event-wrapper,.ongoing-event-content{flex-direction:column;gap:24px}.ongoing-image{width:100%;height:220px}.donate-main{padding:32px 16px 64px!important}.donate-controls{flex-direction:column;align-items:stretch;gap:12px;height:auto}.donate-searchbox{width:100%}.donate-filters{width:100%;flex-wrap:wrap}.donate-grid{gap:24px;justify-content:center}.donate-card{width:100%;max-width:360px;height:unset}.donate-card-image{height:200px}.donate-card-title{min-height:unset}.donate-card-desc{min-height:unset}.donate-detail{margin-bottom:40px;padding:24px 16px}.resources-main{padding:40px 16px}.resources-controls{flex-direction:column;gap:16px;height:auto}.resource-item{flex-direction:column;height:auto}.resource-thumb{width:100%;height:200px}.site-footer{padding:40px 16px}.footer-bottom{flex-direction:column;align-items:flex-start;gap:12px}}@media (max-width:480px){h1{font-size:28px;line-height:36px}h2{font-size:24px}.btn,.btn-primary,.btn-outline,.donate-btn{width:100%;text-align:center}.featured-post-link{width:100%}.cart-sidebar{width:100%}.cart-toggle{width:56px;height:56px;bottom:20px;right:20px}}@font-face{font-family:'Lora';font-style:normal;font-weight:600;font-display:swap;src:url(https://fonts.gstatic.com/s/lora/v37/0QIvMX1D_JOuMwf7I_FMl_GW8g.woff2) format('woff2');unicode-range:U+0460-052F,U+1C80-1C8A,U+20B4,U+2DE0-2DFF,U+A640-A69F,U+FE2E-FE2F}@font-face{font-family:'Lora';font-style:normal;font-weight:600;font-display:swap;src:url(https://fonts.gstatic.com/s/lora/v37/0QIvMX1D_JOuMw77I_FMl_GW8g.woff2) format('woff2');unicode-range:U+0301,U+0400-045F,U+0490-0491,U+04B0-04B1,U+2116}@font-face{font-family:'Lora';font-style:normal;font-weight:600;font-display:swap;src:url(https://fonts.gstatic.com/s/lora/v37/0QIvMX1D_JOuM3b7I_FMl_GW8g.woff2) format('woff2');unicode-range:U+0302-0303,U+0305,U+0307-0308,U+0310,U+0312,U+0315,U+031A,U+0326-0327,U+032C,U+032F-0330,U+0332-0333,U+0338,U+033A,U+0346,U+034D,U+0391-03A1,U+03A3-03A9,U+03B1-03C9,U+03D1,U+03D5-03D6,U+03F0-03F1,U+03F4-03F5,U+2016-2017,U+2034-2038,U+203C,U+2040,U+2043,U+2047,U+2050,U+2057,U+205F,U+2070-2071,U+2074-208E,U+2090-209C,U+20D0-20DC,U+20E1,U+20E5-20EF,U+2100-2112,U+2114-2115,U+2117-2121,U+2123-214F,U+2190,U+2192,U+2194-21AE,U+21B0-21E5,U+21F1-21F2,U+21F4-2211,U+2213-2214,U+2216-22FF,U+2308-230B,U+2310,U+2319,U+231C-2321,U+2336-237A,U+237C,U+2395,U+239B-23B7,U+23D0,U+23DC-23E1,U+2474-2475,U+25AF,U+25B3,U+25B7,U+25BD,U+25C1,U+25CA,U+25CC,U+25FB,U+266D-266F,U+27C0-27FF,U+2900-2AFF,U+2B0E-2B11,U+2B30-2B4C,U+2BFE,U+3030,U+FF5B,U+FF5D,U+1D400-1D7FF,U+1EE00-1EEFF}@font-face{font-family:'Lora';font-style:normal;font-weight:600;font-display:swap;src:url(https://fonts.gstatic.com/s/lora/v37/0QIvMX1D_JOuM2T7I_FMl_GW8g.woff2) format('woff2');unicode-range:U+0001-000C,U+000E-001F,U+007F-009F,U+20DD-20E0,U+20E2-20E4,U+2150-218F,U+2190,U+2192,U+2194-2199,U+21AF,U+21E6-21F0,U+21F3,U+2218-2219,U+2299,U+22C4-22C6,U+2300-243F,U+2440-244A,U+2460-24FF,U+25A0-27BF,U+2800-28FF,U+2921-2922,U+2981,U+29BF,U+29EB,U+2B00-2BFF,U+4DC0-4DFF,U+FFF9-FFFB,U+10140-1018E,U+10190-1019C,U+101A0,U+101D0-101FD,U+102E0-102FB,U+10E60-10E7E,U+1D2C0-1D2D3,U+1D2E0-1D37F,U+1F000-1F0FF,U+1F100-1F1AD,U+1F1E6-1F1FF,U+1F30D-1F30F,U+1F315,U+1F31C,U+1F31E,U+1F320-1F32C,U+1F336,U+1F378,U+1F37D,U+1F382,U+1F393-1F39F,U+1F3A7-1F3A8,U+1F3AC-1F3AF,U+1F3C2,U+1F3C4-1F3C6,U+1F3CA-1F3CE,U+1F3D4-1F3E0,U+1F3ED,U+1F3F1-1F3F3,U+1F3F5-1F3F7,U+1F408,U+1F415,U+1F41F,U+1F426,U+1F43F,U+1F441-1F442,U+1F444,U+1F446-1F449,U+1F44C-1F44E,U+1F453,U+1F46A,U+1F47D,U+1F4A3,U+1F4B0,U+1F4B3,U+1F4B9,U+1F4BB,U+1F4BF,U+1F4C8-1F4CB,U+1F4D6,U+1F4DA,U+1F4DF,U+1F4E3-1F4E6,U+1F4EA-1F4ED,U+1F4F7,U+1F4F9-1F4FB,U+1F4FD-1F4FE,U+1F503,U+1F507-1F50B,U+1F50D,U+1F512-1F513,U+1F53E-1F54A,U+1F54F-1F5FA,U+1F610,U+1F650-1F67F,U+1F687,U+1F68D,U+1F691,U+1F694,U+1F698,U+1F6AD,U+1F6B2,U+1F6B9-1F6BA,U+1F6BC,U+1F6C6-1F6CF,U+1F6D3-1F6D7,U+1F6E0-1F6EA,U+1F6F0-1F6F3,U+1F6F7-1F6FC,U+1F700-1F7FF,U+1F800-1F80B,U+1F810-1F847,U+1F850-1F859,U+1F860-1F887,U+1F890-1F8AD,U+1F8B0-1F8BB,U+1F8C0-1F8C1,U+1F900-1F90B,U+1F93B,U+1F946,U+1F984,U+1F996,U+1F9E9,U+1FA00-1FA6F,U+1FA70-1FA7C,U+1FA80-1FA89,U+1FA8F-1FAC6,U+1FACE-1FADC,U+1FADF-1FAE9,U+1FAF0-1FAF8,U+1FB00-1FBFF}@font-face{font-family:'Lora';font-style:normal;font-weight:600;font-display:swap;src:url(https://fonts.gstatic.com/s/lora/v37/0QIvMX1D_JOuMwX7I_FMl_GW8g.woff2) format('woff2');unicode-range:U+0102-0103,U+0110-0111,U+0128-0129,U+0168-0169,U+01A0-01A1,U+01AF-01B0,U+0300-0301,U+0303-0304,U+0308-0309,U+0323,U+0329,U+1EA0-1EF9,U+20AB}@font-face{font-family:'Lora';font-style:normal;font-weight:600;font-display:swap;src:url(https://fonts.gstatic.com/s/lora/v37/0QIvMX1D_JOuMwT7I_FMl_GW8g.woff2) format('woff2');unicode-range:U+0100-02BA,U+02BD-02C5,U+02C7-02CC,U+02CE-02D7,U+02DD-02FF,U+0304,U+0308,U+0329,U+1D00-1DBF,U+1E00-1E9F,U+1EF2-1EFF,U+2020,U+20A0-20AB,U+20AD-20C0,U+2113,U+2C60-2C7F,U+A720-A7FF}@font-face{font-family:'Lora';font-style:normal;font-weight:600;font-display:swap;src:url(https://fonts.gstatic.com/s/lora/v37/0QIvMX1D_JOuMwr7I_FMl_E.woff2) format('woff2');unicode-range:U+0000-00FF,U+0131,U+0152-0153,U+02BB-02BC,U+02C6,U+02DA,U+02DC,U+0304,U+0308,U+0329,U+2000-206F,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD}@font-face{font-family:'Lora';font-style:normal;font-weight:700;font-display:swap;src:url(https://fonts.gstatic.com/s/lora/v37/0QIvMX1D_JOuMwf7I_FMl_GW8g.woff2) format('woff2');unicode-range:U+0460-052F,U+1C80-1C8A,U+20B4,U+2DE0-2DFF,U+A640-A69F,U+FE2E-FE2F}@font-face{font-family:'Lora';font-style:normal;font-weight:700;font-display:swap;src:url(https://fonts.gstatic.com/s/lora/v37/0QIvMX1D_JOuMw77I_FMl_GW8g.woff2) format('woff2');unicode-range:U+0301,U+0400-045F,U+0490-0491,U+04B0-04B1,U+2116}@font-face{font-family:'Lora';font-style:normal;font-weight:700;font-display:swap;src:url(https://fonts.gstatic.com/s/lora/v37/0QIvMX1D_JOuM3b7I_FMl_GW8g.woff2) format('woff2');unicode-range:U+0302-0303,U+0305,U+0307-0308,U+0310,U+0312,U+0315,U+031A,U+0326-0327,U+032C,U+032F-0330,U+0332-0333,U+0338,U+033A,U+0346,U+034D,U+0391-03A1,U+03A3-03A9,U+03B1-03C9,U+03D1,U+03D5-03D6,U+03F0-03F1,U+03F4-03F5,U+2016-2017,U+2034-2038,U+203C,U+2040,U+2043,U+2047,U+2050,U+2057,U+205F,U+2070-2071,U+2074-208E,U+2090-209C,U+20D0-20DC,U+20E1,U+20E5-20EF,U+2100-2112,U+2114-2115,U+2117-2121,U+2123-214F,U+2190,U+2192,U+2194-21AE,U+21B0-21E5,U+21F1-21F2,U+21F4-2211,U+2213-2214,U+2216-22FF,U+2308-230B,U+2310,U+2319,U+231C-2321,U+2336-237A,U+237C,U+2395,U+239B-23B7,U+23D0,U+23DC-23E1,U+2474-2475,U+25AF,U+25B3,U+25B7,U+25BD,U+25C1,U+25CA,U+25CC,U+25FB,U+266D-266F,U+27C0-27FF,U+2900-2AFF,U+2B0E-2B11,U+2B30-2B4C,U+2BFE,U+3030,U+FF5B,U+FF5D,U+1D400-1D7FF,U+1EE00-1EEFF}@font-face{font-family:'Lora';font-style:normal;font-weight:700;font-display:swap;src:url(https://fonts.gstatic.com/s/lora/v37/0QIvMX1D_JOuM2T7I_FMl_GW8g.woff2) format('woff2');unicode-range:U+0001-000C,U+000E-001F,U+007F-009F,U+20DD-20E0,U+20E2-20E4,U+2150-218F,U+2190,U+2192,U+2194-2199,U+21AF,U+21E6-21F0,U+21F3,U+2218-2219,U+2299,U+22C4-22C6,U+2300-243F,U+2440-244A,U+2460-24FF,U+25A0-27BF,U+2800-28FF,U+2921-2922,U+2981,U+29BF,U+29EB,U+2B00-2BFF,U+4DC0-4DFF,U+FFF9-FFFB,U+10140-1018E,U+10190-1019C,U+101A0,U+101D0-101FD,U+102E0-102FB,U+10E60-10E7E,U+1D2C0-1D2D3,U+1D2E0-1D37F,U+1F000-1F0FF,U+1F100-1F1AD,U+1F1E6-1F1FF,U+1F30D-1F30F,U+1F315,U+1F31C,U+1F31E,U+1F320-1F32C,U+1F336,U+1F378,U+1F37D,U+1F382,U+1F393-1F39F,U+1F3A7-1F3A8,U+1F3AC-1F3AF,U+1F3C2,U+1F3C4-1F3C6,U+1F3CA-1F3CE,U+1F3D4-1F3E0,U+1F3ED,U+1F3F1-1F3F3,U+1F3F5-1F3F7,U+1F408,U+1F415,U+1F41F,U+1F426,U+1F43F,U+1F441-1F442,U+1F444,U+1F446-1F449,U+1F44C-1F44E,U+1F453,U+1F46A,U+1F47D,U+1F4A3,U+1F4B0,U+1F4B3,U+1F4B9,U+1F4BB,U+1F4BF,U+1F4C8-1F4CB,U+1F4D6,U+1F4DA,U+1F4DF,U+1F4E3-1F4E6,U+1F4EA-1F4ED,U+1F4F7,U+1F4F9-1F4FB,U+1F4FD-1F4FE,U+1F503,U+1F507-1F50B,U+1F50D,U+1F512-1F513,U+1F53E-1F54A,U+1F54F-1F5FA,U+1F610,U+1F650-1F67F,U+1F687,U+1F68D,U+1F691,U+1F694,U+1F698,U+1F6AD,U+1F6B2,U+1F6B9-1F6BA,U+1F6BC,U+1F6C6-1F6CF,U+1F6D3-1F6D7,U+1F6E0-1F6EA,U+1F6F0-1F6F3,U+1F6F7-1F6FC,U+1F700-1F7FF,U+1F800-1F80B,U+1F810-1F847,U+1F850-1F859,U+1F860-1F887,U+1F890-1F8AD,U+1F8B0-1F8BB,U+1F8C0-1F8C1,U+1F900-1F90B,U+1F93B,U+1F946,U+1F984,U+1F996,U+1F9E9,U+1FA00-1FA6F,U+1FA70-1FA7C,U+1FA80-1FA89,U+1FA8F-1FAC6,U+1FACE-1FADC,U+1FADF-1FAE9,U+1FAF0-1FAF8,U+1FB00-1FBFF}@font-face{font-family:'Lora';font-style:normal;font-weight:700;font-display:swap;src:url(https://fonts.gstatic.com/s/lora/v37/0QIvMX1D_JOuMwX7I_FMl_GW8g.woff2) format('woff2');unicode-range:U+0102-0103,U+0110-0111,U+0128-0129,U+0168-0169,U+01A0-01A1,U+01AF-01B0,U+0300-0301,U+0303-0304,U+0308-0309,U+0323,U+0329,U+1EA0-1EF9,U+20AB}@font-face{font-family:'Lora';font-style:normal;font-weight:700;font-display:swap;src:url(https://fonts.gstatic.com/s/lora/v37/0QIvMX1D_JOuMwT7I_FMl_GW8g.woff2) format('woff2');unicode-range:U+0100-02BA,U+02BD-02C5,U+02C7-02CC,U+02CE-02D7,U+02DD-02FF,U+0304,U+0308,U+0329,U+1D00-1DBF,U+1E00-1E9F,U+1EF2-1EFF,U+2020,U+20A0-20AB,U+20AD-20C0,U+2113,U+2C60-2C7F,U+A720-A7FF}@font-face{font-family:'Lora';font-style:normal;font-weight:700;font-display:swap;src:url(https://fonts.gstatic.com/s/lora/v37/0QIvMX1D_JOuMwr7I_FMl_E.woff2) format('woff2');unicode-range:U+0000-00FF,U+0131,U+0152-0153,U+02BB-02BC,U+02C6,U+02DA,U+02DC,U+0304,U+0308,U+0329,U+2000-206F,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD}@font-face{font-family:'Montserrat';font-style:normal;font-weight:500;font-display:swap;src:url(https://fonts.gstatic.com/s/montserrat/v31/JTUSjIg1_i6t8kCHKm459WRhyyTh89ZNpQ.woff2) format('woff2');unicode-range:U+0460-052F,U+1C80-1C8A,U+20B4,U+2DE0-2DFF,U+A640-A69F,U+FE2E-FE2F}@font-face{font-family:'Montserrat';font-style:normal;font-weight:500;font-display:swap;src:url(https://fonts.gstatic.com/s/montserrat/v31/JTUSjIg1_i6t8kCHKm459W1hyyTh89ZNpQ.woff2) format('woff2');unicode-range:U+0301,U+0400-045F,U+0490-0491,U+04B0-04B1,U+2116}@font-face{font-family:'Montserrat';font-style:normal;font-weight:500;font-display:swap;src:url(https://fonts.gstatic.com/s/montserrat/v31/JTUSjIg1_i6t8kCHKm459WZhyyTh89ZNpQ.woff2) format('woff2');unicode-range:U+0102-0103,U+0110-0111,U+0128-0129,U+0168-0169,U+01A0-01A1,U+01AF-01B0,U+0300-0301,U+0303-0304,U+0308-0309,U+0323,U+0329,U+1EA0-1EF9,U+20AB}@font-face{font-family:'Montserrat';font-style:normal;font-weight:500;font-display:swap;src:url(https://fonts.gstatic.com/s/montserrat/v31/JTUSjIg1_i6t8kCHKm459WdhyyTh89ZNpQ.woff2) format('woff2');unicode-range:U+0100-02BA,U+02BD-02C5,U+02C7-02CC,U+02CE-02D7,U+02DD-02FF,U+0304,U+0308,U+0329,U+1D00-1DBF,U+1E00-1E9F,U+1EF2-1EFF,U+2020,U+20A0-20AB,U+20AD-20C0,U+2113,U+2C60-2C7F,U+A720-A7FF}@font-face{font-family:'Montserrat';font-style:normal;font-weight:500;font-display:swap;src:url(https://fonts.gstatic.com/s/montserrat/v31/JTUSjIg1_i6t8kCHKm459WlhyyTh89Y.woff2) format('woff2');unicode-range:U+0000-00FF,U+0131,U+0152-0153,U+02BB-02BC,U+02C6,U+02DA,U+02DC,U+0304,U+0308,U+0329,U+2000-206F,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD}@font-face{font-family:'Montserrat';font-style:normal;font-weight:600;font-display:swap;src:url(https://fonts.gstatic.com/s/montserrat/v31/JTUSjIg1_i6t8kCHKm459WRhyyTh89ZNpQ.woff2) format('woff2');unicode-range:U+0460-052F,U+1C80-1C8A,U+20B4,U+2DE0-2DFF,U+A640-A69F,U+FE2E-FE2F}@font-face{font-family:'Montserrat';font-style:normal;font-weight:600;font-display:swap;src:url(https://fonts.gstatic.com/s/montserrat/v31/JTUSjIg1_i6t8kCHKm459W1hyyTh89ZNpQ.woff2) format('woff2');unicode-range:U+0301,U+0400-045F,U+0490-0491,U+04B0-04B1,U+2116}@font-face{font-family:'Montserrat';font-style:normal;font-weight:600;font-display:swap;src:url(https://fonts.gstatic.com/s/montserrat/v31/JTUSjIg1_i6t8kCHKm459WZhyyTh89ZNpQ.woff2) format('woff2');unicode-range:U+0102-0103,U+0110-0111,U+0128-0129,U+0168-0169,U+01A0-01A1,U+01AF-01B0,U+0300-0301,U+0303-0304,U+0308-0309,U+0323,U+0329,U+1EA0-1EF9,U+20AB}@font-face{font-family:'Montserrat';font-style:normal;font-weight:600;font-display:swap;src:url(https://fonts.gstatic.com/s/montserrat/v31/JTUSjIg1_i6t8kCHKm459WdhyyTh89ZNpQ.woff2) format('woff2');unicode-range:U+0100-02BA,U+02BD-02C5,U+02C7-02CC,U+02CE-02D7,U+02DD-02FF,U+0304,U+0308,U+0329,U+1D00-1DBF,U+1E00-1E9F,U+1EF2-1EFF,U+2020,U+20A0-20AB,U+20AD-20C0,U+2113,U+2C60-2C7F,U+A720-A7FF}@font-face{font-family:'Montserrat';font-style:normal;font-weight:600;font-display:swap;src:url(https://fonts.gstatic.com/s/montserrat/v31/JTUSjIg1_i6t8kCHKm459WlhyyTh89Y.woff2) format('woff2');unicode-range:U+0000-00FF,U+0131,U+0152-0153,U+02BB-02BC,U+02C6,U+02DA,U+02DC,U+0304,U+0308,U+0329,U+2000-206F,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD}@font-face{font-family:'Montserrat';font-style:normal;font-weight:700;font-display:swap;src:url(https://fonts.gstatic.com/s/montserrat/v31/JTUSjIg1_i6t8kCHKm459WRhyyTh89ZNpQ.woff2) format('woff2');unicode-range:U+0460-052F,U+1C80-1C8A,U+20B4,U+2DE0-2DFF,U+A640-A69F,U+FE2E-FE2F}@font-face{font-family:'Montserrat';font-style:normal;font-weight:700;font-display:swap;src:url(https://fonts.gstatic.com/s/montserrat/v31/JTUSjIg1_i6t8kCHKm459W1hyyTh89ZNpQ.woff2) format('woff2');unicode-range:U+0301,U+0400-045F,U+0490-0491,U+04B0-04B1,U+2116}@font-face{font-family:'Montserrat';font-style:normal;font-weight:700;font-display:swap;src:url(https://fonts.gstatic.com/s/montserrat/v31/JTUSjIg1_i6t8kCHKm459WZhyyTh89ZNpQ.woff2) format('woff2');unicode-range:U+0102-0103,U+0110-0111,U+0128-0129,U+0168-0169,U+01A0-01A1,U+01AF-01B0,U+0300-0301,U+0303-0304,U+0308-0309,U+0323,U+0329,U+1EA0-1EF9,U+20AB}@font-face{font-family:'Montserrat';font-style:normal;font-weight:700;font-display:swap;src:url(https://fonts.gstatic.com/s/montserrat/v31/JTUSjIg1_i6t8kCHKm459WdhyyTh89ZNpQ.woff2) format('woff2');unicode-range:U+0100-02BA,U+02BD-02C5,U+02C7-02CC,U+02CE-02D7,U+02DD-02FF,U+0304,U+0308,U+0329,U+1D00-1DBF,U+1E00-1E9F,U+1EF2-1EFF,U+2020,U+20A0-20AB,U+20AD-20C0,U+2113,U+2C60-2C7F,U+A720-A7FF}@font-face{font-family:'Montserrat';font-style:normal;font-weight:700;font-display:swap;src:url(https://fonts.gstatic.com/s/montserrat/v31/JTUSjIg1_i6t8kCHKm459WlhyyTh89Y.woff2) format('woff2');unicode-range:U+0000-00FF,U+0131,U+0152-0153,U+02BB-02BC,U+02C6,U+02DA,U+02DC,U+0304,U+0308,U+0329,U+2000-206F,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD}*{margin:0;padding:0;box-sizing:border-box}html,body{font-family:-apple-system,BlinkMacSystemFont,'Segoe UI',Roboto,'Helvetica Neue',Arial,sans-serif;background-color:#fff;color:#1a202c}h1,h2,h3,h4,h5,h6{font-weight:600;line-height:1.2}p{line-height:1.6}a{color:#1a6b59;text-decoration:none;transition:color 0.3s ease}a:hover{color:#0d4a3f}.container{margin:0 auto;padding:0 20px}button,.button{cursor:pointer;transition:all 0.3s ease}button:hover,.button:hover{opacity:.9}input,textarea,select{font-family:inherit;font-size:16px;padding:12px;border:1px solid #e2e8f0;border-radius:8px;transition:border-color 0.3s ease}input:focus,textarea:focus,select:focus{outline:none;border-color:#1a6b59;box-shadow:0 0 0 3px rgb(26 107 89 / .1)}nav ul{list-style:none}nav a{color:inherit;transition:color 0.3s ease}.hero{background:linear-gradient(rgb(0 0 0 / .5),rgb(0 0 0 / .5)),url('') center/cover;min-height:500px;display:flex;align-items:center;justify-content:center;text-align:center;color:#fff}.card:hover{box-shadow:0 4px 12px rgb(0 0 0 / .1)}.wp-caption{background-color:#f5f5f5;padding:5px;border-radius:4px}.wp-caption-text{font-size:13px;color:#666;margin-top:5px}.entry-title{margin-bottom:10px}.entry-meta{color:#666;font-size:14px;margin-bottom:15px}img{max-width:100%;height:auto;display:block}@media (max-width:768px){h1{font-size:28px}h2{font-size:24px}.container{padding:0 15px}}