/* Consul-specific styles: text wordmark logo + components that reuse template
   classes outside their original CSS scope. Values mirror the Governlia theme
   (shadow 0 10px 21.25px rgba(0,0,0,.06), icomoon check \e902, accent #17753a). */

.page-wrapper { min-height: 100vh; display: flex; flex-direction: column; }
.main-footer { margin-top: auto; }

.espees-feedback { min-height: 620px; padding: 90px 0; background: radial-gradient(circle at 50% 20%, #fff 0, #f2f7f4 55%, #e4efe8 100%); }
.espees-feedback .auto-container { max-width: 900px; }
.espees-intro { max-width: 720px; margin: 0 auto; text-align: center; }
.espees-page-logo { display: block; width: 112px; height: 112px; margin: 0 auto 24px; object-fit: contain; }
.espees-intro h2 { margin: 10px 0 14px; color: var(--c-green-dark); font-family: 'Merriweather', serif; font-size: clamp(30px, 5vw, 46px); }
.espees-intro > p { max-width: 650px; margin: 0 auto 24px; color: #52605a; font-size: 18px; }
.espees-open-form { display: block; margin: 28px auto 0; }
.espees-form-modal, .espees-popup { position: fixed; inset: 50% auto auto 50%; margin: 0; box-sizing: border-box; transform: translate(-50%, -50%); }
.espees-form-modal:not([open]), .espees-popup:not([open]) { display: none; }
.espees-form-modal { width: min(820px, calc(100vw - 30px)); max-height: calc(100vh - 30px); max-height: calc(100dvh - 30px); padding: 0; border: 0; box-shadow: 0 28px 80px rgba(0,0,0,.35); overflow-y: auto; }
.espees-form-modal::backdrop { background: rgba(4,22,15,.78); backdrop-filter: blur(4px); }
.espees-form { position: relative; padding: 42px; background: #fff; }
.espees-form-heading { display: flex; align-items: center; gap: 18px; margin-bottom: 34px; padding-bottom: 24px; border-bottom: 1px solid #e0e8e3; text-align: left; }
.espees-form-heading img { width: 64px; height: 64px; flex: 0 0 auto; object-fit: contain; }
.espees-form-heading h2 { margin: 5px 0 0; color: var(--c-green-dark); font-family: 'Merriweather', serif; font-size: 28px; line-height: 1.25; }
.espees-form-close { position: absolute; z-index: 2; top: 14px; right: 16px; width: 44px; height: 44px; color: #65716b; background: #f1f5f2; border: 0; font-size: 30px; line-height: 1; cursor: pointer; }
.espees-form-close:hover { color: #fff; background: var(--c-green); }
.espees-form-close:focus-visible { outline: 3px solid var(--c-gold); outline-offset: 2px; }
.espees-form label { display: block; margin-bottom: 30px; color: #17241e; font-size: 18px; font-weight: 700; line-height: 1.5; }
.espees-form label > span { display: inline-block; margin-right: 10px; color: var(--c-gold); font-size: 13px; letter-spacing: 1px; }
.espees-form textarea { display: block; width: 100%; margin-top: 12px; padding: 16px 18px; color: #222; font-size: 16px; font-weight: 400; line-height: 1.6; resize: vertical; border: 1px solid #d9e0dc; background: #fbfcfb; transition: border-color .2s, box-shadow .2s; }
.espees-form textarea:focus { outline: 0; border-color: var(--c-gold); box-shadow: 0 0 0 3px rgba(229, 185, 60, .15); }
.espees-form input[type="text"] { display: block; width: 100%; margin-top: 12px; padding: 14px 18px; color: #222; font-size: 16px; font-weight: 400; border: 1px solid #d9e0dc; background: #fbfcfb; transition: border-color .2s, box-shadow .2s; }
.espees-form input[type="text"]:focus { outline: 0; border-color: var(--c-gold); box-shadow: 0 0 0 3px rgba(229, 185, 60, .15); }
.espees-field { margin-bottom: 30px; }
.espees-q { margin: 0 0 14px; color: #17241e; font-size: 18px; font-weight: 700; line-height: 1.5; }
.espees-q > span { display: inline-block; margin-right: 10px; color: var(--c-gold); font-size: 13px; letter-spacing: 1px; }
.espees-choice { display: flex; flex-wrap: wrap; gap: 12px; }
.espees-opt { position: relative; display: inline-flex; align-items: center; gap: 9px; margin: 0; padding: 12px 26px; color: #2a3a32; font-size: 16px; font-weight: 600; background: #fbfcfb; border: 1px solid #d9e0dc; cursor: pointer; transition: color .2s, background .2s, border-color .2s; }
.espees-form .espees-opt > span { display: inline; margin: 0; color: inherit; font-size: 16px; font-weight: 600; letter-spacing: normal; }
.espees-opt input { position: absolute; width: 1px; height: 1px; opacity: 0; }
.espees-opt:hover { border-color: var(--c-gold); }
.espees-opt:has(input:checked) { color: #1a1a1a; background: var(--c-gold); border-color: var(--c-gold); }
.espees-opt:has(input:focus-visible) { outline: 3px solid var(--c-gold); outline-offset: 2px; }
.espees-branch[hidden] { display: none; }
.espees-subq { margin: 0 0 14px; color: #17241e; font-size: 17px; font-weight: 700; line-height: 1.5; }
.espees-subq small { display: block; margin-top: 4px; color: #8a8f8b; font-size: 13px; font-weight: 400; letter-spacing: normal; }
.espees-info-card { margin-bottom: 30px; padding: 24px 26px; background: #f4f0e6; border-left: 4px solid var(--c-gold); }
.espees-info-card h3 { margin: 0 0 10px; color: var(--c-green-dark); font-family: 'Merriweather', serif; font-size: 20px; }
.espees-info-card p { margin: 0 0 12px; color: #52605a; font-size: 15px; line-height: 1.65; }
.espees-info-card ul { margin: 0; padding: 0; list-style: none; }
.espees-info-card li { margin-bottom: 8px; color: #2a3a32; font-size: 15px; }
.espees-info-card a { color: var(--c-ocean); font-weight: 700; text-decoration: underline; }
@media (max-width: 767px) { .espees-feedback { padding: 60px 0; } .espees-form { padding: 70px 20px 28px; } .espees-form-heading { align-items: flex-start; } .espees-form-heading h2 { font-size: 23px; } }

.espees-home-callout { position: relative; padding: 54px 0; color: #23332b; background: #f4f0e6; border-bottom: 1px solid #dfd8c8; overflow: hidden; }
.espees-home-callout .auto-container { position: relative; z-index: 1; display: grid; grid-template-columns: 120px minmax(0, 1fr) auto; align-items: center; gap: 35px; }
.espees-callout-logo { width: 120px; height: 120px; object-fit: contain; }
.espees-home-callout .profile-kicker { color: var(--c-green); }
.espees-home-callout h2 { margin: 7px 0 8px; color: var(--c-green-dark); font-family: 'Merriweather', serif; font-size: clamp(26px, 4vw, 38px); text-wrap: balance; }
.espees-home-callout p { max-width: 700px; margin: 0; color: #52605a; font-size: 17px; }
.espees-home-callout .theme-btn { flex: 0 0 auto; }
.espees-popup { width: min(540px, calc(100vw - 30px)); max-height: calc(100vh - 30px); max-height: calc(100dvh - 30px); padding: 42px; overflow-y: auto; text-align: center; border: 0; border-top: 5px solid var(--c-gold); box-shadow: 0 28px 80px rgba(0,0,0,.32); }
.espees-popup::backdrop { background: rgba(4, 22, 15, .72); backdrop-filter: blur(3px); }
.espees-popup .profile-kicker { color: var(--c-green); }
.espees-popup-logo { display: block; width: 86px; height: 86px; margin: 0 auto 18px; object-fit: contain; }
.espees-popup h2 { margin: 10px 0 14px; color: var(--c-green-dark); font-family: 'Merriweather', serif; font-size: 32px; line-height: 1.3; }
.espees-popup p { margin-bottom: 26px; color: #52605a; font-size: 17px; line-height: 1.7; }
.espees-popup-close { position: absolute; top: 9px; right: 13px; padding: 4px 8px; color: #65716b; background: none; border: 0; font-size: 30px; line-height: 1; cursor: pointer; }
.espees-popup-close:focus-visible { outline: 2px solid var(--c-gold); }
@media (max-width: 767px) { .espees-home-callout .auto-container { grid-template-columns: 76px 1fr; gap: 20px; } .espees-callout-logo { width: 76px; height: 76px; } .espees-home-callout .theme-btn { grid-column: 1 / -1; } .espees-popup { padding: 38px 22px 30px; } .espees-popup h2 { font-size: 27px; } }
@media (prefers-reduced-motion: reduce) { .espees-form-modal, .espees-popup { scroll-behavior: auto; } }

/* --- wordmark logo (replaces the image logo) --- */
.logo h1, .logo .site-name, .nav-logo .site-name { margin: 0; line-height: 1.05; }
.logo h1 a, .logo .site-name a, .nav-logo .site-name a {
    font-family: 'Merriweather', serif; font-weight: 700; font-size: 30px;
    color: #fff; letter-spacing: -.5px; white-space: nowrap; text-decoration: none;
}
.logo h1 a:hover, .logo .site-name a:hover, .nav-logo .site-name a:hover { color: var(--c-gold); }
.logo h1 a, .logo .site-name a { display: flex; align-items: center; gap: 14px; }
.logo-crest { height: 58px; width: auto; flex-shrink: 0; }
@media (max-width: 1139px) { .logo-crest { height: 44px; } .logo h1 a, .logo .site-name a { gap: 10px; } }
.logo .logo-region { display: block; font-family: 'Arimo', sans-serif; font-weight: 700;
    font-size: 11px; letter-spacing: 2px; text-transform: uppercase; color: var(--c-gold); }
.nav-logo .site-name a { font-size: 26px; color: #fff; }
/* sticky header has a #111 background — keep the wordmark readable */
.sticky-header .logo .site-name a { color: #fff; }

/* hide the decorative watermark titles site-wide */
.big-title { display: none; }

/* darker body copy for readability (template default .text is a faint #555) */
.about-section .content-block .text, .services-section .service-block .content .text { color: #333; }

/* dark overlay on the page-title hero so the header nav + title stay readable over photos */
.page-title:before { content: ''; position: absolute; left: 0; right: 0; top: 0; bottom: 0;
    background: linear-gradient(to bottom, rgba(0,0,0,.60) 0%, rgba(0,0,0,.35) 100%); }
.page-title .auto-container { position: relative; z-index: 2; }

/* --- territory cards (territories.php, .territory-cards only — scoped so it
   does NOT bleed onto .service-block cards that share .services-section) --- */
.territory-cards .inner-box { background: #fff; overflow: hidden; margin-bottom: 30px;
    box-shadow: 0 10px 21.25px 3.75px rgba(0, 0, 0, .06); }
.territory-cards .inner-box .image img { display: block; width: 100%; height: 300px; object-fit: cover; }
.territory-cards .inner-box .content { padding: 35px 40px 40px; }
.territory-cards .inner-box .content h3 { margin-bottom: 4px; }
.territory-cards .inner-box .content h4 { color: var(--c-gold); font-family: 'Arimo', sans-serif;
    font-size: 14px; font-weight: 700; text-transform: uppercase; letter-spacing: 1px; margin-bottom: 18px; }
.territory-cards .inner-box .content .text { margin-bottom: 22px; }
.territory-cards .inner-box .content .list { display: flex; flex-wrap: wrap; gap: 10px; }
.territory-cards .inner-box .content .list li { background: #f4f4f4; color: #222; font-weight: 700;
    font-size: 13px; padding: 6px 14px; border-radius: 3px; }

/* --- list/text blocks reused under .city-program-section (mandates initiatives, about purpose) --- */
.city-program-section .content-block .text { color: #222; font-size: 16px; line-height: 30px; margin-bottom: 20px; }
.city-program-section .content-block .list li { position: relative; padding-left: 30px;
    margin-bottom: 12px; font-weight: 700; color: #222; }
.city-program-section .content-block .list li:after { font-family: 'icomoon'; content: "\e902";
    position: absolute; left: 0; top: 5px; font-size: 15px; font-weight: 400;
    border-right: 1px solid #222; padding-right: 5px; }

/* --- relief gallery: uniform tiles, caption overlaid so lengths don't stagger --- */
.relief-gallery { padding: 80px 0 50px; }
.relief-gallery .gallery-item { position: relative; margin: 0 0 30px; overflow: hidden;
    box-shadow: 0 10px 21.25px 3.75px rgba(0,0,0,.06); }
.relief-gallery .gallery-item img { display: block; width: 100%; height: 280px; object-fit: cover; }
.relief-gallery .gallery-item figcaption { position: absolute; left: 0; right: 0; bottom: 0;
    padding: 45px 22px 18px; color: #fff; font-size: 14px; line-height: 20px;
    background: linear-gradient(to top, rgba(0,0,0,.85) 0%, rgba(0,0,0,0) 100%); }

/* --- submission flash message --- */
.portal-flash { margin: 30px 0 0; padding: 16px 24px; border-radius: 4px; font-weight: 700; }
.portal-flash.ok { background: #e8f5e9; color: #1b7a2f; border: 1px solid #b7e0bd; }
.portal-flash.err { background: #fdecea; color: #b3261e; border: 1px solid #f5c6c2; }

/* --- services portal: interactive service picker --- */
.pt-60 { padding-top: 60px !important; } .pt-0 { padding-top: 0 !important; } .pb-0 { padding-bottom: 0 !important; }
.svc-panel { padding: 40px; }
.svc-panel h3 { margin-bottom: 20px; }
.svc-list { display: flex; flex-direction: column; gap: 8px; max-height: 470px; overflow-y: auto; }
.svc-item { display: flex; align-items: center; gap: 14px; text-align: left; width: 100%;
    border: 1px solid #e5e5e5; background: #fff; color: #222; font-weight: 700; font-size: 15px;
    padding: 14px 18px; border-radius: 4px; cursor: pointer; transition: .25s; }
.svc-item i { color: var(--c-gold); font-size: 18px; width: 22px; text-align: center; transition: .25s; }
.svc-item:hover { border-color: var(--c-gold); }
.svc-item.active { background: var(--c-gold); border-color: var(--c-gold); color: #1a1a1a; }
.svc-item.active i { color: #fff; }
.svc-selected { font-weight: 700; color: var(--c-gold); }
.svc-subscribe { display: flex; flex-wrap: wrap; gap: 12px; max-width: 620px; margin: 25px auto 0; }
.svc-subscribe input[type=email] { flex: 1 1 240px; height: 55px; padding: 0 20px; border: 1px solid #ddd; border-radius: 4px; }

.svc-item .svc-go { margin-left: auto; font-size: 13px; color: var(--c-gold); }

/* --- directory / resources rows --- */
.dir-table { max-width: 900px; margin: 0 auto; }
.dir-row { display: flex; align-items: center; gap: 20px; flex-wrap: wrap;
    background: #fff; border: 1px solid #eee; box-shadow: 0 10px 21.25px 3.75px rgba(0,0,0,.05);
    padding: 22px 28px; margin-bottom: 16px; border-radius: 4px; }
.dir-office { flex: 1 1 300px; }
.dir-office h4 { margin-bottom: 4px; }
.res-tag { display: inline-block; background: #fff7df; color: #806000; font-weight: 700;
    font-size: 12px; letter-spacing: .5px; text-transform: uppercase; padding: 4px 12px; border-radius: 3px; }
.res-request { display: flex; gap: 10px; flex-wrap: wrap; }
.res-request input[type=email] { height: 48px; padding: 0 16px; border: 1px solid #ddd; border-radius: 4px; }

/* --- verification result cards --- */
.verify-results { margin-top: 35px; }
.verify-card { padding: 28px 30px; border-radius: 6px; margin-bottom: 18px; }
.verify-card.ok { background: #e8f5e9; border: 1px solid #b7e0bd; }
.verify-card.no { background: #fdf6ec; border: 1px solid #f2d9a6; }
.verify-badge { font-weight: 700; margin-bottom: 10px; font-size: 15px; }
.verify-card.ok .verify-badge { color: #1b7a2f; }
.verify-card.no .verify-badge { color: #a06a12; }
.verify-ref { margin-top: 8px; font-weight: 700; color: #222; letter-spacing: .5px; }

/* --- readable text over photo-background banner sections (overlay + white text) --- */
.video-section, .contact-info-section .wrapper-box { position: relative; }
.video-section:before, .contact-info-section .wrapper-box:before { content: ''; position: absolute;
    left: 0; right: 0; top: 0; bottom: 0; background: rgba(9, 14, 28, .74); border-radius: inherit; }
.video-section > *, .contact-info-section .wrapper-box > * { position: relative; z-index: 1; }
.contact-info-section .wrapper-box, .contact-info-section .wrapper-box h2,
.contact-info-section .wrapper-box h4, .contact-info-section .wrapper-box h5,
.contact-info-section .wrapper-box .text, .contact-info-section .wrapper-box a { color: #fff; }

/* --- donation amount selector --- */
.amount-options { display: flex; flex-wrap: wrap; gap: 10px; margin-bottom: 15px; }
.amount-btn { border: 1px solid #ddd; background: #f4f4f4; color: #222; font-weight: 700;
    font-size: 16px; padding: 12px 22px; border-radius: 3px; cursor: pointer; transition: .3s; }
.amount-btn:hover { border-color: var(--c-gold); color: #806000; }
.amount-btn.active { background: var(--c-gold); border-color: var(--c-gold); color: #1a1a1a; }

/* --- contact left column (.contact-form-section .contact-info-block) --- */
.contact-form-section .contact-info-block h3 { margin-bottom: 12px; }
.contact-form-section .contact-info-block .contact-info li { display: flex; align-items: flex-start;
    gap: 15px; margin-bottom: 22px; }
.contact-form-section .contact-info-block .contact-info li .icon img { max-width: 40px; }
.contact-form-section .contact-info-block .contact-info li .text strong { display: block; color: #222; }
.contact-form-section .contact-info-block .contact-info li .text a { color: #806000; }

/* ============================================================
   SaaS portal chrome (portal/* pages) — separate from public site
   ============================================================ */
.portal-body { background: #f4f6f9; color: #222; }
.portal-bar { display: flex; align-items: center; justify-content: space-between;
    background: #111; padding: 16px 40px; }
.portal-brand { font-family: 'Merriweather', serif; font-weight: 700; font-size: 22px; color: #fff; text-decoration: none; }
.portal-brand span { color: var(--c-gold); }
.portal-nav { display: flex; align-items: center; gap: 22px; }
.portal-nav a { color: #ddd; text-decoration: none; font-weight: 700; font-size: 15px; }
.portal-nav a:hover { color: #fff; }
.portal-user { color: #8a94a6; font-weight: 700; }
.portal-cta, .portal-logout { color: #1a1a1a !important; background: var(--c-gold); padding: 8px 18px; border-radius: 4px; }
.portal-logout { background: #333; }
.portal-main { padding: 45px 0 70px; }
.portal-container { max-width: 1100px; margin: 0 auto; padding: 0 25px; }
.portal-narrow { max-width: 480px; margin: 0 auto; }
.portal-grid { display: grid; grid-template-columns: 1fr 1.3fr; gap: 25px; align-items: start; }
@media (max-width: 860px) { .portal-grid { grid-template-columns: 1fr; } }
.portal-card { background: #fff; border: 1px solid #e8ebef; border-radius: 8px;
    box-shadow: 0 10px 24px rgba(0,0,0,.05); padding: 32px 34px; margin-bottom: 25px; }
.portal-card h2 { font-size: 24px; margin-bottom: 18px; }
.portal-card label { display: block; font-weight: 700; margin-bottom: 16px; font-size: 14px; }
.portal-card input, .portal-card select, .portal-card textarea {
    display: block; width: 100%; margin-top: 6px; padding: 12px 15px; font-weight: 400;
    border: 1px solid #d7dce3; border-radius: 5px; background: #fff; }
.portal-card .muted, .muted { color: #8a94a6; font-size: 14px; }
.portal-card .theme-btn { margin-top: 8px; }
.portal-table { width: 100%; border-collapse: collapse; }
.portal-table th, .portal-table td { text-align: left; padding: 12px 10px; border-bottom: 1px solid #eef1f5; font-size: 14px; vertical-align: top; }
.portal-table th { color: #8a94a6; font-size: 12px; text-transform: uppercase; letter-spacing: .5px; }
.portal-table .note { margin-top: 6px; color: #555; font-size: 13px; }
.stat { display: inline-block; padding: 4px 12px; border-radius: 20px; font-size: 12px; font-weight: 700; }
.stat.new { background: #fff7df; color: #806000; }
.stat.review { background: #fff4e5; color: #a06a12; }
.stat.ok { background: #e8f5e9; color: #1b7a2f; }
.stat.err { background: #fdecea; color: #b3261e; }
.stat.muted { background: #eceff3; color: #6b7280; }
.filters { display: flex; flex-wrap: wrap; gap: 8px; margin-bottom: 22px; }
.filters a { font-size: 13px; font-weight: 700; padding: 7px 14px; border-radius: 20px;
    background: #eef1f5; color: #444; text-decoration: none; }
.filters a.on { background: var(--c-gold); color: #1a1a1a; }
.req { border: 1px solid #eef1f5; border-radius: 8px; padding: 20px 22px; margin-bottom: 16px; }
.req-head { display: flex; justify-content: space-between; gap: 20px; flex-wrap: wrap; }
.req-subj { margin-top: 4px; }
.req-from { text-align: right; font-size: 13px; color: #555; }
.req-detail { margin: 14px 0; padding: 14px 16px; background: #f7f9fb; border-radius: 5px; font-size: 14px; }
.req-actions { display: flex; gap: 10px; flex-wrap: wrap; margin-top: 12px; }
.req-actions select { width: auto; padding: 10px 14px; border: 1px solid #d7dce3; border-radius: 5px; }
.req-actions input[type=text] { flex: 1 1 240px; padding: 10px 14px; border: 1px solid #d7dce3; border-radius: 5px; }
.req-actions .theme-btn { margin: 0; }
.portal-foot { text-align: center; padding: 24px; color: #8a94a6; font-size: 13px; }

/* --- blog / news cards --- */
.blog-card { background: #fff; overflow: hidden; margin-bottom: 30px;
    box-shadow: 0 10px 21.25px 3.75px rgba(0,0,0,.06); }
.blog-cover { display: block; height: 220px; background-size: cover; background-position: center; }
.blog-body { padding: 24px 26px 26px; }
.blog-date { font-size: 12px; font-weight: 700; letter-spacing: 1px; text-transform: uppercase; color: #806000; margin-bottom: 8px; }
.blog-body h4 { margin-bottom: 10px; }
.blog-body h4 a { color: #222; } .blog-body h4 a:hover { color: #806000; }
.blog-more { font-weight: 700; color: #806000; }
.post-meta { font-size: 13px; font-weight: 700; letter-spacing: 1px; text-transform: uppercase; color: #806000; margin-bottom: 14px; }
.post-lead { font-family: 'Merriweather', serif; font-weight: 400; line-height: 1.5; margin-bottom: 24px; color: #333; }
.post-body p { color: #333; font-size: 16px; line-height: 30px; margin-bottom: 18px; }
.row-actions { display: flex; gap: 10px; align-items: center; }
.row-actions form { display: inline; }
.row-actions button { background: none; border: 0; color: #806000; font-weight: 700; cursor: pointer; padding: 0; font-size: 13px; }
.row-actions button.danger { color: #b3261e; }
.portal-card label.check { display: flex; align-items: center; gap: 8px; }
.portal-card label.check input { width: auto; margin: 0; }

/* keep image boxes clipped (was part of the rounded-corner pass; still needed square) */
.contact-form-section .wrapper-box, .contact-form-section .our-facts, .relief-gallery .gallery-item,
.territory-cards .inner-box, .contact-info-section .wrapper-box { overflow: hidden; }

/* --- site-content CMS rows --- */
.cms-sub { font-size: 16px; margin: 22px 0 12px; }
.cms-row { display: flex; gap: 10px; flex-wrap: wrap; align-items: center; margin-bottom: 10px; }
.cms-row input[type=text] { flex: 1 1 160px; padding: 10px 14px; border: 1px solid #d7dce3; }
.cms-row .theme-btn { margin: 0; }
.cms-del { background: none; border: 0; color: #b3261e; font-weight: 700; cursor: pointer; font-size: 13px; }

/* --- header language dropdown (Google-translated) --- */
.site-lang { -webkit-appearance: none; appearance: none;
    font-size: 13px; font-weight: 700; line-height: 1; padding: 8px 32px 8px 16px; margin: 0 22px;
    border: 1px solid rgba(255,255,255,.35); border-radius: 17px;
    background: rgba(255,255,255,.08) url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='10' height='6'%3E%3Cpath d='M1 1l4 4 4-4' stroke='%23fff' stroke-width='1.5' fill='none'/%3E%3C/svg%3E") no-repeat right 13px center;
    color: #fff; cursor: pointer;
    max-width: 150px; transition: border-color .25s, background-color .25s; }
.site-lang option { color: #222; }
.site-lang:disabled { opacity: .5; }
.site-lang:hover, .site-lang:focus { border-color: var(--c-gold); outline: 0; }
/* second copy of the picker lives inside the hamburger menu for small screens
   (the header-top one is display:none below 1500px via responsive.css) */
.menu-lang { padding: 25px 30px; }
.menu-lang .site-lang { width: 100%; max-width: 100%; margin: 0; padding: 10px 14px;
    border-radius: 6px; border-color: rgba(255,255,255,.3); color: #fff; background: rgba(255,255,255,.06); }

/* responsive.css hides .header-top .right-column at <=1500px, but the hamburger
   menu (with its own lang picker) only appears at <=1139px. Between 1140px and
   1500px there was no visible language selector. Keep .right-column visible in
   that range but strip it back to just the picker; hide it once the hamburger
   takes over at <=1139px. */
@media (max-width: 1500px) {
    .header-top .right-column {
        display: flex !important;
        align-items: center;
        gap: 0;
    }
    .header-top .right-column .phone,
    .header-top .right-column .header-top-menu { display: none; }
    .header-top .right-column .site-lang { margin: 0; }
}
@media (max-width: 1139px) {
    .header-top .right-column { display: none !important; }
}

/* hamburger active (<=1139px): logo left, burger top-right on one uncrowded row.
   clamp() scales the wordmark with the viewport so it can never collide with the burger,
   and overflow:hidden on the logo box is the belt-and-braces if it somehow still would. */
@media (max-width: 1139px) {
    .main-header .header-upper .inner-container { flex-wrap: nowrap; }
    .main-header .header-upper .logo-box { flex: 1 1 auto; min-width: 0; overflow: hidden; }
    .main-header .header-upper .logo-box .logo h1 a,
    .main-header .header-upper .logo-box .logo .site-name a { font-size: clamp(16px, 4.5vw, 24px); }
    .nav-outer { display: flex; align-items: center; flex-shrink: 0; margin-left: auto; padding-left: 15px; }
    .nav-outer .mobile-nav-toggler { float: none; margin: 0; }
    .header-action { display: none; }
    /* responsive.css hides .sticky-header on mobile; bring back the same
       slide-down fixed header the desktop gets (its cloned menu stays hidden) */
    .sticky-header { display: block !important; }
    .sticky-header .main-menu { display: none !important; }
}

/* --- translating state: gentle fade while text swaps --- */
.page-wrapper { transition: opacity .3s ease; }
html.translating { cursor: progress; }
html.translating .page-wrapper { opacity: .55; pointer-events: none; }

/* --- forms: responsive + focus/hover polish --- */
.contact-form .form-group input,
.contact-form .form-group textarea {
    font-size: 16px; /* 16px+ stops iOS zooming the page on focus */
    transition: border-color .25s ease, background-color .25s ease, box-shadow .25s ease;
}
.contact-form .form-group input:focus,
.contact-form .form-group textarea:focus {
    background: #fff; border-color: var(--c-gold); outline: 0;
    box-shadow: 0 4px 16px rgba(41, 130, 229, .12);
}
.amount-btn { transition: border-color .2s ease, color .2s ease, background-color .2s ease, transform .2s ease; }
.amount-btn:hover { transform: translateY(-1px); }
.theme-btn.btn-style-one { transition: transform .25s ease, box-shadow .25s ease; }
.theme-btn.btn-style-one:hover { transform: translateY(-2px); box-shadow: 0 8px 20px rgba(41, 130, 229, .25); }
.theme-btn.is-sending { opacity: .7; pointer-events: none; }
.theme-btn.is-sending span::before {
    content: ''; display: inline-block; width: 14px; height: 14px; margin-right: 10px;
    border: 2px solid rgba(255,255,255,.4); border-top-color: #fff; border-radius: 50%;
    vertical-align: -2px; animation: lw-spin .7s linear infinite;
}
@keyframes lw-spin { to { transform: rotate(360deg); } }

/* prayer meeting time + join link under the call to prayer */
.prayer-meet { margin-top: 30px; display: flex; align-items: center; justify-content: center;
    gap: 25px; flex-wrap: wrap; }
.prayer-time { color: #fff; font-weight: 700; font-size: 17px; }
.prayer-time i { margin-right: 8px; color: #17753a; }

/* gallery: subtle zoom, nothing showy */
.relief-gallery .gallery-item { overflow: hidden; }
.relief-gallery .gallery-item img { transition: transform .5s ease; }
.relief-gallery .gallery-item:hover img { transform: scale(1.04); }

@media (max-width: 991px) {
    .contact-form-section { padding: 60px 0; }
    .contact-form-section .wrapper-box { padding: 0 5px; }
    .contact-form-section .our-facts { max-width: 100%; padding: 160px 25px 35px; margin-bottom: 10px; }
    .contact-form-section .contact-form-area { padding: 35px 20px 45px; }
    .contact-form .form-group input, .contact-form .form-group textarea { padding: 0 18px; }
    .contact-form .form-group textarea { padding-top: 14px; }
    /* preset amounts: 3-up grid instead of a ragged wrap */
    .amount-btn { flex: 1 1 calc(33.33% - 10px); min-width: 0; }
    /* full-width submit reads better on a phone */
    .contact-form .theme-btn.btn-style-one { width: 100%; text-align: center; }
}

/* ===================== crest + globe theme =====================
   Gold remains the crest accent; ocean tones let the worldwide imagery lead. */
:root { --c-green: #e5b93c; --c-green-dark: #071b33; --c-gold: #e5b93c; --c-navy: #26357e;
    --c-ocean-deep: #071b33; --c-ocean: #0d416a; }

.header-top { background: var(--c-ocean-deep); }
.header-style-one .sticky-header { background-color: var(--c-ocean-deep); }
/* solid in-flow header: the template's position:absolute overlay let hero
   content render behind the logo/nav on small or zoomed screens. In normal
   flow that overlap is structurally impossible. */
.main-header.header-style-one { position: relative; background: var(--c-ocean-deep); }
.logo .logo-region { color: var(--c-gold); }
.theme-btn.btn-style-one { background-color: var(--c-gold); color: #1a1a1a; }
.theme-btn.btn-style-one:after { color: #1a1a1a; }
.theme-btn.btn-style-one span:before { background-color: #1a1a1a; }
.theme-btn.btn-style-one:hover { background-color: var(--c-gold); color: #1a1a1a; }
.theme-btn.btn-style-one.gold { background-color: var(--c-gold); }
.theme-btn.btn-style-one.gold span { color: #1a1a1a; }
.theme-btn.btn-style-one.gold:hover { background-color: #fff; }
.sec-title .sub-title { color: var(--c-gold); }
.site-lang:hover, .site-lang:focus { border-color: var(--c-gold); }
.prayer-time i { color: var(--c-gold); }

/* Header: retain the crest palette, but give navigation and the directory
   action distinct roles.  The primary page CTA remains in the hero. */
.header-top { min-height: 0; padding: 12px 0; border-bottom: 1px solid rgba(229,185,60,.18); }
.header-top .text { font-size: 13px; color: rgba(255,255,255,.74); letter-spacing: .1px; }
.header-top .text i { color: var(--c-gold); font-size: 16px; }
.main-header .header-upper { background: rgba(7,27,51,.96); }
.main-header .header-upper .inner-container { min-height: 88px; }
.main-header .header-upper .logo-box .logo { padding: 15px 0; }
.main-menu .navigation { margin-left: 0; gap: 4px; }
.main-menu .navigation > li { padding: 29px 0; margin-right: 8px; }
.main-menu .navigation > li > a { padding: 7px 13px; font-size: 15px; font-weight: 700; }
.main-menu .navigation > li > a:after { content: ''; position: absolute; height: 2px; left: 13px; right: 13px;
    bottom: 1px; background: var(--c-gold); transform: scaleX(0); transform-origin: center; transition: transform .2s ease; }
.main-menu .navigation > li.current > a:after,
.main-menu .navigation > li > a:hover:after,
.main-menu .navigation > li > a:focus-visible:after { transform: scaleX(1); }
.header-action { display: inline-flex; align-items: center; gap: 9px; margin-left: 22px; padding: 12px 16px;
    color: #1a1a1a; background: var(--c-gold); font-size: 13px; font-weight: 700; text-transform: uppercase;
    letter-spacing: .35px; line-height: 20px; text-decoration: none; transition: background-color .2s ease, transform .2s ease; }
.header-action:hover, .header-action:focus-visible { color: #fff; background: var(--c-ocean); transform: translateY(-1px); }
.header-action:focus-visible, .site-lang:focus-visible, .main-menu .navigation > li > a:focus-visible,
.hero-ctas a:focus-visible { outline: 2px solid var(--c-gold); outline-offset: 3px; }
@media (max-width: 1139px) { .header-action { display: none; } }

/* footer in crest colours */
.main-footer { background-color: var(--c-green-dark); }
.main-footer .widget-title { color: var(--c-gold); }
.main-footer .footer-bottom { background: rgba(0,0,0,.25); }
.main-footer .social-links li a:hover { background: var(--c-gold); color: #1a1a1a; }
.main-footer .links-widget a:hover, .main-footer .contact-info a:hover { color: var(--c-gold); }

/* ===================== homepage ===================== */
/* hero = full-bleed relief carousel */
.home-hero-slider .slide { position: relative; min-height: 78vh;
    background-size: cover; background-position: center 42%; display: flex; align-items: center; }
.home-hero-slider .slide:before { content: ''; position: absolute; inset: 0;
    background: radial-gradient(circle at 50% 43%, rgba(7,27,51,.55) 0%, rgba(7,27,51,.70) 48%, rgba(4,16,31,.93) 100%); }
/* header is solid and in-flow (see .main-header rule above), so the hero
   only needs its own breathing room */
.home-hero-slider .slide-inner { position: relative; z-index: 1; width: 100%; max-width: 1020px; text-align: center; color: #fff;
    padding: 100px 15px 72px; }
.home-hero-slider .sub-title { color: var(--c-gold); font-weight: 700; letter-spacing: 3px;
    text-transform: uppercase; font-size: 14px; margin-bottom: 14px; }
.home-hero-slider h1 { font-family: 'Merriweather', serif; color: #fff; font-size: clamp(42px, 5vw, 64px); line-height: 1.12;
    margin: 0 auto 18px; max-width: 17ch; text-wrap: balance; text-shadow: 0 3px 28px rgba(0,0,0,.28); }
.home-hero-slider .cap-text { font-size: 18px; line-height: 1.6; color: rgba(255,255,255,.92); max-width: 62ch;
    margin: 0 auto 34px; text-wrap: pretty; }
.hero-ctas { display: flex; gap: 18px; justify-content: center; flex-wrap: wrap; }
.hero-ctas .theme-btn { min-width: 210px; }
.theme-btn.btn-style-one.hero-secondary { background: rgba(7,27,51,.46); border: 1px solid rgba(143,211,244,.75); color: #fff; }
.theme-btn.btn-style-one.hero-secondary:after { color: #fff; }
.theme-btn.btn-style-one.hero-secondary span:before { background: #fff; }
.theme-btn.btn-style-one.hero-secondary:hover { background: #fff; color: var(--c-ocean-deep); }
.theme-btn.btn-style-one.hero-secondary:hover:after { color: var(--c-ocean-deep); }
.theme-btn.btn-style-one.hero-secondary:hover span:before { background: var(--c-ocean-deep); }
.hero-proof { display: flex; justify-content: center; gap: 22px; flex-wrap: wrap; margin: 32px 0 0; padding: 0;
    color: rgba(255,255,255,.8); font-size: 13px; font-weight: 700; letter-spacing: .4px; text-transform: uppercase; }
.hero-proof li { list-style: none; }
.hero-proof i { color: var(--c-gold); margin-right: 7px; }
.venezuelan-lockup { display: inline-flex; align-items: center; gap: 10px; margin-bottom: 18px; color: #fff; font-size: 13px; font-weight: 700; letter-spacing: 1.4px; text-transform: uppercase; }
.venezuelan-flag { width: 42px; height: 28px; display: inline-block; object-fit: cover; border: 1px solid rgba(255,255,255,.5); background: url('../images/flags/venezuela.png') center/cover no-repeat; }
.venezuela-home-slide:before { background: linear-gradient(90deg, rgba(8,20,68,.82), rgba(8,20,68,.42)); }
.venezuela-home-slide .sub-title { color: #f6cf27; }
.theme-btn.btn-style-one.venezuela-cta { background: #c62032; color: #fff; }
.theme-btn.btn-style-one.venezuela-cta:after { color: #fff; }
.theme-btn.btn-style-one.venezuela-cta span:before { background: #fff; }
.theme-btn.btn-style-one.venezuela-cta:hover { background: #f6cf27; color: #111; }
.theme-btn.btn-style-one.venezuela-cta:hover:after { color: #111; }
.theme-btn.btn-style-one.venezuela-cta:hover span:before { background: #111; }
.home-hero-slider .owl-dots, .venezuela-hero .owl-dots { display: block; position: absolute; left: 0; right: 0; bottom: 26px; text-align: center; z-index: 2; }
.home-hero-slider .owl-dots .owl-dot span { width: 10px; height: 10px; margin: 0 5px;
    background: rgba(255,255,255,.45); border-radius: 50%; display: inline-block; transition: .25s; }
.home-hero-slider .owl-dots .owl-dot.active span { background: var(--c-gold); width: 26px; border-radius: 6px; }

/* office identity band — its own solid section so the text is always readable */
.home-identity { padding: 90px 0 80px; text-align: center; color: #fff;
    background: radial-gradient(ellipse at 50% -20%, #17618b 0%, var(--c-ocean-deep) 58%, #040f20 100%); }

/* consulate preview video: full-bleed section background, no content over it.
   Top and bottom edges feather into the deep green of the adjacent sections. */
.home-video { position: relative; height: 72vh; overflow: hidden; background: #000; }
.home-video video { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; }
/* long eased fades whose outer edge exactly matches the neighbours' ocean navy,
   so the transition is effectively undetectable */
.home-video:before, .home-video:after { content: ''; position: absolute; left: 0; right: 0;
    height: 220px; z-index: 1; pointer-events: none; }
.home-video:before { top: 0; background: linear-gradient(to bottom,
    #040f20 0%, rgba(7,27,51,.72) 28%, rgba(7,27,51,.35) 58%, rgba(7,27,51,0) 100%); }
.home-video:after { bottom: 0; background: linear-gradient(to top,
    #040f20 0%, rgba(7,27,51,.72) 28%, rgba(7,27,51,.35) 58%, rgba(7,27,51,0) 100%); }
@media (max-width: 767px) { .home-video { height: 45vh; } .home-video:before, .home-video:after { height: 100px; } }
.hero-crest { height: 170px; width: auto; margin-bottom: 26px;
    filter: drop-shadow(0 12px 30px rgba(0,0,0,.45)); }
.home-identity h2 { font-family: 'Merriweather', serif; color: #fff; font-size: 42px; margin-bottom: 8px; }
.hero-territory { color: var(--c-gold); font-weight: 700; letter-spacing: 5px; text-transform: uppercase; font-size: 15px; margin-bottom: 22px; }
.hero-motto { display: inline-block; border-top: 1px solid rgba(255,255,255,.25); border-bottom: 1px solid rgba(255,255,255,.25);
    padding: 10px 26px; font-size: 13px; letter-spacing: 2px; text-transform: uppercase; color: rgba(255,255,255,.85); margin-bottom: 22px; }
.hero-tagline { font-size: 18px; color: rgba(255,255,255,.9); }

.home-cta { position: relative; padding: 90px 0; text-align: center; background-size: cover; background-position: center; }
/* top edge solid #072713 so the video feather above lands on an identical colour */
.home-cta:before { content: ''; position: absolute; inset: 0;
    background: linear-gradient(to bottom, #040f20 0%, rgba(7,27,51,.85) 180px, rgba(7,27,51,.85) 100%); }
.home-cta > * { position: relative; z-index: 1; }
.home-cta h2 { color: #fff; font-size: 38px; margin-bottom: 28px; }

/* consulate directory search */
.consulate-search { max-width: 520px; margin: 0 auto 45px; }
.consulate-search input { width: 100%; height: 58px; padding: 0 24px; font-size: 16px;
    border: 1px solid #ddd; border-radius: 29px;
    background: #fff url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='m21 21-4.35-4.35m2.35-5.65a8 8 0 1 1-16 0 8 8 0 0 1 16 0Z' fill='none' stroke='%23e5b93c' stroke-width='2' stroke-linecap='round'/%3E%3C/svg%3E") no-repeat calc(100% - 24px) center / 0 0;
    transition: border-color .25s, transform .25s, background-size .25s, padding .25s; }
.consulate-search input:hover, .consulate-search input:focus { outline: 0; padding-right: 56px; border-color: var(--c-gold); background-size: 20px 20px; transform: scale(1.03); }
.consulate-noresults { text-align: center; color: #667; font-size: 16px; padding: 10px 0 30px; }
.consulate-noresults a { color: var(--c-green); font-weight: 700; }

/* ===================== dashboard (donations.php) ===================== */
.dash-bar { background: var(--c-green-dark); color: #fff; padding: 16px 0; }
.dash-bar .inner { display: flex; justify-content: space-between; align-items: center; }
.dash-bar .brand { display: flex; align-items: center; gap: 12px; font-family: 'Merriweather', serif; font-size: 18px; font-weight: 700; color: #fff; }
.dash-bar .brand img { height: 40px; }
.dash-actions { display: flex; gap: 12px; flex-wrap: wrap; }
.dash-home-link { display: inline-block; margin-top: 18px; font-weight: 700; font-size: 14px; color: var(--c-green); }
.dash-home-link:hover { color: var(--c-gold); }
.dash-stats { display: flex; gap: 16px; flex-wrap: wrap; margin: 34px 0 26px; }
.dash-stat { background: #fff; border-radius: 8px; padding: 22px 28px; flex: 1 1 180px;
    box-shadow: 0 10px 21.25px 3.75px rgba(0,0,0,.06); border-top: 3px solid var(--c-green); }
.dash-stat span { font-size: 12px; font-weight: 700; text-transform: uppercase; letter-spacing: 1px; color: #667; }
.dash-stat b { display: block; font-size: 30px; margin-top: 6px; color: var(--c-green-dark); font-family: 'Merriweather', serif; }
.dash-table { width: 100%; border-collapse: collapse; background: #fff; border-radius: 8px; overflow: hidden;
    box-shadow: 0 10px 21.25px 3.75px rgba(0,0,0,.06); margin-bottom: 60px; }
.dash-table th, .dash-table td { text-align: left; padding: 13px 16px; font-size: 14px; border-bottom: 1px solid #eef3ee; }
.dash-table th { background: var(--c-green-dark); color: var(--c-gold); font-size: 12px; text-transform: uppercase; letter-spacing: .5px; }
.dash-table .ok { color: var(--c-green); font-weight: 700; } .dash-table .bad { color: #b3261e; font-weight: 700; }
.dash-empty { padding: 44px; text-align: center; color: #667; background: #fff; border-radius: 8px;
    box-shadow: 0 10px 21.25px 3.75px rgba(0,0,0,.06); margin-bottom: 60px; }
.dash-login { max-width: 420px; margin: 80px auto; }
.dash-login .contact-form-area { background: #fff; padding: 45px 40px; border-radius: 8px;
    box-shadow: 0 10px 21.25px 3.75px rgba(0,0,0,.06); border-top: 4px solid var(--c-green); text-align: center; }
.dash-login img { height: 100px; margin-bottom: 18px; }
@media (max-width: 600px) { .dash-table th:nth-child(4), .dash-table td:nth-child(4) { display: none; } }

@media (max-width: 767px) {
    .home-hero-slider .slide { min-height: 88vh; }
    .home-hero-slider .slide-inner { padding: 74px 20px 58px; }
    .home-hero-slider h1 { font-size: clamp(34px, 10vw, 42px); }
    .home-hero-slider .cap-text { font-size: 16px; }
    .hero-ctas { gap: 12px; }
    .hero-ctas .theme-btn { width: 100%; max-width: 310px; }
    .hero-proof { gap: 10px 18px; margin-top: 28px; font-size: 11px; }
    .home-identity, .home-cta { padding: 70px 0; }
    .hero-crest { height: 120px; }
    .home-identity h2 { font-size: 28px; }
}

/* ===================== venezuela page spacing polish ===================== */
.venezuela-page { --ve-blue: #173a9a; --ve-yellow: #f6cf27; --ve-red: #c62032; }
.country-page { --ve-blue: #173a9a; --ve-yellow: #f6cf27; --ve-red: #c62032; }
.country-united-kingdom { --ve-blue: #012169; --ve-yellow: #cf142b; --ve-red: #cf142b; }
.country-cuba { --ve-blue: #002a8f; --ve-yellow: #fff; --ve-red: #cf142b; }
.country-colombia { --ve-blue: #003893; --ve-yellow: #fcd116; --ve-red: #ce1126; }
.country-brazil { --ve-blue: #002776; --ve-yellow: #ffdf00; --ve-red: #009c3b; }
.venezuela-page .header-top, .venezuela-page .main-header .header-upper, .venezuela-page .header-style-one .sticky-header { background: var(--ve-blue); }
.venezuela-page .header-top { border-bottom-color: rgba(246,207,39,.35); }
.venezuela-page .logo .logo-region, .venezuela-page .header-top .text i { color: var(--ve-yellow); }
.country-header { position: relative; z-index: 10; background: var(--ve-blue); border-bottom: 4px solid var(--ve-yellow); }
.country-header.country-fixed { position: fixed; top: 0; left: 0; width: 100%; z-index: 99901; box-shadow: 0 8px 22px rgba(8,20,68,.3); }
.country-header-inner { min-height: 92px; display: flex; align-items: center; justify-content: space-between; gap: 30px; }
.country-brand { display: inline-flex; align-items: center; gap: 13px; color: #fff; font-family: 'Merriweather', serif; font-size: 24px; line-height: 1.1; text-decoration: none; }
.country-brand strong { display: block; color: var(--ve-yellow); font-family: 'Arimo', sans-serif; font-size: 11px; letter-spacing: 2.2px; text-transform: uppercase; }
.country-flag { display: inline-block; width: 48px; height: 32px; flex: 0 0 auto; object-fit: cover; border: 1px solid rgba(255,255,255,.55); box-shadow: 0 3px 10px rgba(0,0,0,.2); }
.country-nav { display: flex; align-items: center; gap: 8px; }
.country-nav a { padding: 10px 14px; color: rgba(255,255,255,.84); font-size: 14px; font-weight: 700; text-decoration: none; text-transform: uppercase; letter-spacing: .6px; }
.country-nav a:hover, .country-nav a:focus-visible { color: var(--ve-yellow); outline: 0; }
.site-lang-country { -webkit-appearance: none; appearance: none; font-size: 13px; font-weight: 700; line-height: 1; padding: 8px 30px 8px 14px; margin-left: 6px; border: 1px solid rgba(255,255,255,.35); border-radius: 17px; background: rgba(255,255,255,.1) url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='10' height='6'%3E%3Cpath d='M1 1l4 4 4-4' stroke='%23fff' stroke-width='1.5' fill='none'/%3E%3C/svg%3E") no-repeat right 11px center; color: #fff; cursor: pointer; max-width: 140px; transition: border-color .25s, background-color .25s; }
.site-lang-country option { color: #222; }
.site-lang-country:disabled { opacity: .5; }
.site-lang-country:hover, .site-lang-country:focus { border-color: var(--ve-yellow); outline: 0; }
.country-site-hero { position: relative; min-height: 620px; display: flex; align-items: center; background-position: center; background-size: cover; overflow: hidden; }
.country-site-hero:before { content: ''; position: absolute; inset: 0; background: linear-gradient(90deg, rgba(0,22,74,.86), rgba(0,22,74,.4)); }
.country-site-hero-content { position: relative; z-index: 1; max-width: 720px; padding: 90px 15px; color: #fff; }
.country-site-hero-content .country-flag { margin-bottom: 22px; }
.country-site-hero .eyebrow { color: var(--ve-yellow); font-size: 14px; font-weight: 700; letter-spacing: 2px; text-transform: uppercase; }
.country-site-hero h1 { margin: 14px 0 20px; color: #fff; font-family: 'Merriweather', serif; font-size: clamp(40px, 5vw, 62px); line-height: 1.16; text-wrap: balance; }
.country-site-hero-content > p:not(.eyebrow) { max-width: 58ch; font-size: 18px; line-height: 1.65; }
.theme-btn.btn-style-one.country-cta { background: var(--ve-red); color: #fff; }
.theme-btn.btn-style-one.country-cta:after { color: #fff; }.theme-btn.btn-style-one.country-cta span:before { background: #fff; }
.country-hero-marker { position: absolute; z-index: 1; right: 15px; bottom: 58px; width: min(310px, 32vw); padding: 25px 28px; color: #fff; border-left: 3px solid var(--ve-yellow); background: rgba(7,16,42,.76); backdrop-filter: blur(5px); }
.country-hero-marker span { display: block; margin-bottom: 9px; color: var(--ve-yellow); font-size: 11px; font-weight: 700; letter-spacing: 1.5px; text-transform: uppercase; }.country-hero-marker strong { display: block; font-family: 'Merriweather', serif; font-size: 19px; line-height: 1.45; }
.country-home-united-kingdom { min-height: 670px; background-position: center; }.country-home-united-kingdom:before { background: linear-gradient(90deg, rgba(1,33,105,.93) 0 45%, rgba(1,33,105,.48) 72%, rgba(1,33,105,.15)); }.country-home-united-kingdom .country-site-hero-content { border-left: 2px solid var(--ve-yellow); padding-left: 40px; }.country-profile-united-kingdom .country-country-structure { border-radius: 0; }
.country-home-cuba { justify-content: center; text-align: center; }.country-home-cuba:before { background: linear-gradient(180deg, rgba(0,42,143,.74), rgba(18,18,28,.82)); }.country-home-cuba .country-site-hero-content { margin: 0 auto; }.country-home-cuba .hero-ctas { justify-content: center; }.country-home-cuba .country-hero-marker { right: auto; left: 50%; bottom: 34px; transform: translateX(-50%); text-align: left; }.country-profile-cuba { background: #fff; }
.country-home-colombia { align-items: end; }.country-home-colombia:before { background: linear-gradient(90deg, rgba(0,56,147,.22), rgba(0,56,147,.86)); }.country-home-colombia .country-site-hero-content { margin-left: auto; padding-bottom: 130px; }.country-home-colombia .country-hero-marker { top: 45px; bottom: auto; left: 15px; right: auto; border-left: 0; border-top: 3px solid var(--ve-yellow); }.country-profile-colombia .country-profile-grid { grid-template-columns: 1.15fr .85fr; }
.country-home-brazil:before { background: radial-gradient(circle at 76% 38%, rgba(255,223,0,.33), transparent 23%), linear-gradient(110deg, rgba(0,39,118,.9), rgba(0,39,118,.25)); }.country-home-brazil .country-site-hero-content { padding: 55px 45px; background: rgba(0,39,118,.62); border-bottom: 4px solid var(--ve-yellow); }.country-home-brazil .country-hero-marker { border-radius: 50%; width: 230px; height: 230px; display: flex; flex-direction: column; justify-content: center; text-align: center; border: 2px solid var(--ve-yellow); background: rgba(0,119,59,.82); }.country-profile-brazil { background: #f4faf5; }
.country-profile { padding: 90px 0; background: #f6f8ff; }.country-profile-grid { display: grid; grid-template-columns: .9fr 1.1fr; gap: 65px; align-items: start; }.country-profile h2 { color: var(--ve-blue); font-family: 'Merriweather', serif; font-size: 38px; line-height: 1.3; }.country-profile .lead-copy { color: #1c315e; font-size: 19px; line-height: 1.75; }.country-profile p { color: #52617d; line-height: 1.8; }.country-service-grid { margin-top: 45px; }.country-service { display: block; min-height: 210px; padding: 30px; color: #17254b; background: #fff; border: 1px solid #dbe3f2; border-top: 4px solid var(--ve-yellow); border-radius: 6px; box-shadow: 0 12px 30px rgba(23,58,154,.08); text-decoration: none; transition: transform .25s ease, box-shadow .25s ease, border-color .25s ease; }.country-service:hover { color: #17254b; border-color: var(--ve-yellow); box-shadow: 0 20px 38px rgba(23,58,154,.16); transform: translateY(-4px); }.country-service b { color: var(--ve-red); font-size: 12px; letter-spacing: 1.5px; }.country-service h3 { margin-top: 28px; color: var(--ve-blue); }.country-service p { margin: 0 0 24px; }.country-service-action { display: inline-flex; align-items: center; gap: 10px; padding: 11px 18px; color: #fff; background: var(--ve-blue); border-radius: 4px; font-size: 13px; font-weight: 700; letter-spacing: .3px; text-transform: uppercase; }.country-service-action i { font-size: 12px; }.country-service:hover .country-service-action { background: var(--ve-red); }.country-support-content { padding: 90px 0; }.country-support-card { height: 100%; padding: 35px 30px; border-top: 3px solid var(--ve-yellow); background: #f6f8ff; }.country-support-card i { color: var(--ve-red); font-size: 30px; }.country-support-card h3 { margin-top: 20px; color: var(--ve-blue); }.country-contact-hero { min-height: 460px; }
.country-country-structure { display: grid; grid-template-columns: auto 1fr auto; align-items: center; gap: 26px; margin-top: 58px; padding: 28px 34px; background: #fff; border-bottom: 3px solid var(--ve-red); box-shadow: 0 12px 30px rgba(23,58,154,.08); }.structure-number { color: var(--ve-yellow); font-family: 'Merriweather', serif; font-size: 58px; font-weight: 700; line-height: 1; }.country-country-structure h3 { margin: 5px 0 0; color: var(--ve-blue); font-family: 'Merriweather', serif; font-size: 22px; }.structure-link { color: var(--ve-red); font-weight: 700; text-decoration: none; }
.venezuela-hero { position: relative; overflow: hidden; }
.venezuela-hero .slide { position: relative; min-height: 640px; display: flex; align-items: center; background-size: cover; background-position: center; }
.venezuela-hero .slide:before { content: ''; position: absolute; inset: 0; background: linear-gradient(90deg, rgba(8,20,68,.88), rgba(8,20,68,.40)); }
.venezuela-hero-content { position: relative; z-index: 1; max-width: 710px; color: #fff; padding: 100px 15px 90px; }
.venezuela-hero .eyebrow { margin: 0 0 14px; color: var(--ve-yellow); font-size: 14px; font-weight: 700; letter-spacing: 2px; text-transform: uppercase; }
.venezuela-hero h1 { color: #fff; font-family: 'Merriweather', serif; font-size: clamp(40px, 5vw, 62px); line-height: 1.15; margin-bottom: 20px; }
.venezuela-hero-content > p:not(.eyebrow) { max-width: 52ch; font-size: 18px; line-height: 1.6; margin-bottom: 30px; }
.venezuela-hero .owl-dots .owl-dot span { display: inline-block; width: 10px; height: 10px; margin: 0 5px; border-radius: 50%; background: rgba(255,255,255,.5); }
.venezuela-hero .owl-dots .owl-dot.active span { width: 26px; border-radius: 6px; background: var(--ve-yellow); }
.venezuela-contact-hero { position: relative; min-height: 460px; display: flex; align-items: center; background: linear-gradient(90deg, rgba(8,20,68,.9), rgba(8,20,68,.5)), url(../images/relief/southamerica.jpg) center / cover; }
.venezuela-contact-hero h1 { color: #fff; font-family: 'Merriweather', serif; font-size: clamp(40px, 5vw, 62px); line-height: 1.15; margin-bottom: 20px; }
.venezuela-consulate-profile { padding: 100px 0 92px; background: linear-gradient(135deg, #f6f8ff, #fff); }
.venezuela-profile-grid { display: grid; grid-template-columns: minmax(280px, .78fr) minmax(0, 1.22fr); box-shadow: 0 24px 60px rgba(23,58,154,.14); }
.venezuela-profile-mark { padding: 52px 44px; color: #fff; background: linear-gradient(145deg, var(--ve-blue), #0b1e65); }
.venezuela-profile-mark .venezuelan-lockup { margin-bottom: 46px; }
.profile-kicker { display: block; color: var(--ve-red); font-size: 12px; font-weight: 700; letter-spacing: 1.8px; text-transform: uppercase; }
.venezuela-profile-mark .profile-kicker { color: var(--ve-yellow); }
.venezuela-profile-mark h2 { margin: 14px 0 22px; color: #fff; font-family: 'Merriweather', serif; font-size: 31px; line-height: 1.35; text-wrap: balance; }
.venezuela-profile-mark p { margin-bottom: 30px; color: rgba(255,255,255,.8); line-height: 1.75; }
.venezuela-profile-copy { padding: 52px 56px; background: #fff; }
.profile-heading { display: flex; justify-content: space-between; gap: 24px; align-items: end; margin-bottom: 30px; padding-bottom: 25px; border-bottom: 1px solid #e5eaf6; }
.profile-heading h2 { margin: 8px 0 0; color: #17254b; font-family: 'Merriweather', serif; font-size: 34px; text-wrap: balance; }
.profile-heading > p { margin: 0; color: var(--ve-blue); font-size: 13px; font-weight: 700; letter-spacing: 1px; text-transform: uppercase; }
.venezuela-profile-copy .lead-copy { color: #1b2c5b; font-size: 19px; line-height: 1.75; }
.venezuela-profile-copy > p:not(.lead-copy) { color: #53627e; line-height: 1.8; }
.consulate-facts { display: grid; grid-template-columns: repeat(3, 1fr); margin: 35px 0 0; border-top: 3px solid var(--ve-red); background: #f4f7fd; }
.consulate-facts div { padding: 20px; border-right: 1px solid #dbe3f2; }
.consulate-facts div:last-child { border-right: 0; }
.consulate-facts dt { margin-bottom: 7px; color: var(--ve-red); font-size: 11px; font-weight: 700; letter-spacing: 1.2px; text-transform: uppercase; }
.consulate-facts dd { margin: 0; color: #17254b; font-size: 14px; font-weight: 700; overflow-wrap: anywhere; }
.consulate-facts a { color: var(--ve-blue); }
.consulate-services { margin-top: 38px; }
.consulate-service { position: relative; display: block; height: 100%; min-height: 280px; padding: 34px 30px 30px; color: #17254b; background: #fff; border-top: 3px solid var(--ve-yellow); box-shadow: 0 12px 30px rgba(23,58,154,.08); text-decoration: none; transition: transform .25s ease, box-shadow .25s ease; }
.consulate-service:hover { color: #17254b; box-shadow: 0 20px 38px rgba(23,58,154,.16); transform: translateY(-5px); }
.service-count { position: absolute; top: 24px; right: 26px; color: rgba(23,58,154,.2); font-size: 14px; font-weight: 700; letter-spacing: 1px; }
.consulate-service > i { display: block; margin-bottom: 22px; color: var(--ve-red); font-size: 30px; }
.consulate-service h3 { color: var(--ve-blue); font-size: 22px; }
.consulate-service p { color: #53627e; line-height: 1.7; }
.service-link { position: absolute; bottom: 28px; left: 30px; color: var(--ve-red); font-size: 13px; font-weight: 700; letter-spacing: .4px; text-transform: uppercase; }
.service-link i { margin-left: 8px; }
.venezuela-page .sec-title .sub-title, .venezuela-page .prayer-time i { color: var(--ve-red); }
.venezuela-page .amount-btn:hover { color: var(--ve-red); border-color: var(--ve-red); }
.venezuela-page .amount-btn.active { color: #fff; background: var(--ve-red); border-color: var(--ve-red); }
.venezuela-page .services-section .service-block .icon, .venezuela-page .services-section .service-block .icon i { color: var(--ve-red); }
.venezuela-page .res-tag { background: #fff4bc; color: #6b5700; }
@media (max-width: 767px) { .country-header-inner { min-height: 76px; gap: 12px; } .country-brand { font-size: 18px; } .country-brand .country-flag { width: 38px; height: 25px; } .country-nav { gap: 0; } .country-nav a { padding: 9px 6px; font-size: 11px; } .site-lang-country { margin-left: 4px; padding: 6px 26px 6px 10px; font-size: 11px; max-width: 100px; } .country-site-hero { min-height: 600px; } .country-site-hero-content, .country-home-brazil .country-site-hero-content { padding: 82px 20px; } .country-home-united-kingdom .country-site-hero-content { padding-left: 26px; } .country-home-colombia .country-site-hero-content { padding-bottom: 185px; } .country-home-cuba .country-hero-marker, .country-home-colombia .country-hero-marker, .country-home-brazil .country-hero-marker { width: calc(100% - 30px); height: auto; left: 15px; right: auto; bottom: 20px; top: auto; transform: none; border-left: 3px solid var(--ve-yellow); border-top: 0; text-align: left; } .country-profile { padding: 65px 0; } .country-profile-grid { grid-template-columns: 1fr !important; gap: 24px; } .country-profile h2 { font-size: 30px; } .country-country-structure { grid-template-columns: auto 1fr; padding: 24px; gap: 18px; } .structure-number { font-size: 46px; } .structure-link { grid-column: 1 / -1; } .country-service { min-height: auto; margin-bottom: 18px; } .venezuela-profile-grid { grid-template-columns: 1fr; } .venezuela-profile-mark, .venezuela-profile-copy { padding: 38px 26px; } .venezuela-profile-mark .venezuelan-lockup { margin-bottom: 30px; } .profile-heading { display: block; } .profile-heading > p { margin-top: 14px; } .profile-heading h2 { font-size: 28px; } .consulate-facts { grid-template-columns: 1fr; } .consulate-facts div { border-right: 0; border-bottom: 1px solid #dbe3f2; } .consulate-facts div:last-child { border-bottom: 0; } .consulate-service { min-height: 245px; margin-bottom: 20px; } .venezuela-hero .slide { min-height: 560px; } .venezuela-hero-content { padding: 80px 20px; } }

/* Country pages: keep shared components inside the viewport at tablet widths. */
.country-page { overflow-x: hidden; }
.country-coming-soon { position: relative; min-height: calc(100vh - 92px); display: flex; align-items: center; background-position: center; background-size: cover; overflow: hidden; }
.country-coming-soon-overlay { position: absolute; inset: 0; background: linear-gradient(90deg, rgba(0,22,74,.93), rgba(0,22,74,.62)); }
.country-coming-soon-content { position: relative; z-index: 1; max-width: 760px; padding: 110px 30px; color: #fff; }
.country-coming-soon-content .country-hero-flag { margin-bottom: 24px; }
.country-coming-soon-content .eyebrow { color: var(--ve-yellow); font-size: 14px; font-weight: 700; letter-spacing: 2px; text-transform: uppercase; }
.country-coming-soon-content h1 { margin: 14px 0 20px; color: #fff; font-family: 'Merriweather', serif; font-size: clamp(38px, 5vw, 62px); line-height: 1.15; }
.country-coming-soon-content > p:not(.eyebrow) { max-width: 58ch; font-size: 18px; line-height: 1.65; }
.country-site-hero-content { width: 100%; box-sizing: border-box; }
.country-header-inner, .country-profile-grid, .country-country-structure, .country-service-grid { min-width: 0; }
@media (max-width: 991px) {
    .country-header-inner { min-height: 82px; gap: 18px; }
    .country-brand { min-width: 0; }
    .country-brand span { min-width: 0; }
    .country-nav { flex-shrink: 0; }
    .country-site-hero { min-height: 540px; }
    .country-site-hero-content { max-width: 100%; padding: 72px 30px; }
    .country-home-united-kingdom .country-site-hero-content,
    .country-home-brazil .country-site-hero-content { padding: 72px 30px; }
    .country-profile-grid { grid-template-columns: 1fr 1fr; gap: 32px; }
    .country-country-structure { grid-template-columns: auto 1fr; }
    .country-country-structure .structure-link { grid-column: 1 / -1; }
    .country-support-content, .country-profile { padding: 70px 0; }
    .country-support-card { padding: 28px 22px; }
    .country-coming-soon { min-height: calc(100vh - 82px); }
}

/* Country header on phones: the brand text + nav + lang picker can exceed the
   viewport width. Allow the nav to shrink, truncate the brand text, and keep
   the lang picker visible. */
@media (max-width: 575px) {
    .country-header-inner { flex-wrap: wrap; gap: 8px; }
    .country-brand { flex: 1 1 auto; min-width: 0; overflow: hidden; }
    .country-brand span { overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }
    .country-nav { flex-shrink: 1; flex-wrap: wrap; justify-content: flex-end; }
    .site-lang-country { max-width: 90px; }
}
@media (max-width: 380px) {
    .country-brand span { display: none; }
    .country-brand .country-flag { width: 34px; height: 22px; }
    .country-nav a { padding: 8px 4px; font-size: 10px; }
    .site-lang-country { padding: 5px 22px 5px 8px; font-size: 10px; max-width: 80px; }
}

/* 4 gallery tiles → one clean 4-up row (col-lg-3), consistent tile height */
.relief-gallery .gallery-item img { height: 240px; }
/* ways-to-help cards: taller, equal heights — leave the template's left
   geometry alone (padding-left 105px makes room for the absolute icon) */
.services-section .service-block .inner-box { height: calc(100% - 55px);
    padding-top: 38px; padding-bottom: 38px; padding-right: 34px; }
/* prayer banner: measure the text, don't run wall-to-wall */
.video-section .text { max-width: 860px; margin: 0 auto; }
.video-section h2 { margin-bottom: 22px; }

/* loading animation in crest colours: green wipe layers, gold spinner ring */
.loader-wrap .layer .overlay { background: var(--c-green-dark); }

/* page-title banner: the template sized this for an overlaying absolute header
   (margin-top 69px + 231px padding). With the solid in-flow header both gaps
   read as dead space — tighten. */
.page-title { margin-top: 0; padding: 130px 0 55px; }
.page-title h1 { margin-bottom: 45px; }
@media (max-width: 767px) { .page-title { padding: 80px 0 40px; } .page-title h1 { font-size: 38px; line-height: 44px; margin-bottom: 30px; } }
