/* Ogere Remo refinement pass 4 */

:root {
    --ogere4-navy: #0c1831;
    --ogere4-navy-deep: #071326;
    --ogere4-blue: #052354;
    --ogere4-gold: #b68731;
    --ogere4-gold-dark: #8c691f;
    --ogere4-text: #283241;
    --ogere4-border: #e6e8ec;
}

/* Pass 4 owns the visible site shell. */
.ogere3-utility-bar,
.ogere3-site-header,
.ogere3-site-footer,
body > header:not(.ogere4-site-header),
body > footer:not(.ogere4-site-footer),
body > #masthead,
body > #site-header,
body > #header,
body .zozo-header,
body .zozo-header-main,
body .header-wrapper,
body .header-section,
body .main-header:not(.ogere4-site-header),
body .header-main:not(.ogere4-site-header),
body > #colophon,
body > #footer,
body .header-sticky,
body .sticky-header,
body .sticky-outer,
body .header-sticky-part,
body .header-topbar:not(.ogere4-utility-bar),
body .header-logobar,
body .header-navbar,
body .mobile-header,
body .mobile-header-wrapper,
body .site-footer:not(.ogere4-site-footer),
body .zozo-footer,
body .footer-section,
body .footer-middle,
body .footer-wrapper,
body .footer-wrap,
body .footer-main:not(.ogere4-footer-main),
body .footer-bottom:not(.ogere4-footer-bottom) {
    display: none !important;
}

.ogere4-shell {
    width: min(1320px, calc(100% - 48px));
    margin-inline: auto;
}

/* Utility bar and header */
.ogere4-utility-bar {
    position: relative;
    z-index: 1402;
    background: var(--ogere4-navy-deep);
    color: #fff;
    font-size: 12px;
}

.ogere4-utility-inner {
    min-height: 34px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 22px;
}

.ogere4-current-date { font-weight: 500; letter-spacing: .01em; }
.ogere4-utility-actions,
.ogere4-email-link,
.ogere4-footer-email,
.ogere4-footer-social {
    display: flex;
    align-items: center;
}
.ogere4-utility-actions { gap: 16px; }
.ogere4-email-link,
.ogere4-footer-email { gap: 8px; }
.ogere4-utility-bar a { color: rgba(255,255,255,.95); text-decoration: none; }

.ogere4-search-wrap { position: relative; }
.ogere4-search-toggle {
    min-height: 28px;
    display: inline-flex;
    align-items: center;
    gap: 6px;
    padding: 3px 8px;
    border: 1px solid rgba(255,255,255,.22);
    border-radius: 3px;
    background: transparent;
    color: #fff;
    font: inherit;
    cursor: pointer;
}
.ogere4-search-toggle:hover,
.ogere4-search-toggle:focus { background: rgba(255,255,255,.09); }
.ogere4-search-panel {
    position: absolute;
    top: calc(100% + 7px);
    right: 0;
    z-index: 1505;
    width: min(390px, calc(100vw - 28px));
    padding: 12px;
    background: #fff;
    border: 1px solid var(--ogere4-border);
    box-shadow: 0 16px 38px rgba(7,19,38,.18);
}
.ogere4-search-panel[hidden] { display: none !important; }
.ogere4-search-panel form { display: flex; align-items: stretch; }
.ogere4-search-panel input {
    min-width: 0;
    flex: 1 1 auto;
    height: 42px;
    padding: 8px 12px;
    border: 1px solid #cfd5dd;
    border-right: 0;
    color: var(--ogere4-text);
}
.ogere4-search-panel button {
    width: 44px;
    border: 1px solid var(--ogere4-gold);
    background: var(--ogere4-gold);
    color: #fff;
    cursor: pointer;
}

.ogere4-site-header {
    position: sticky;
    top: 0;
    z-index: 1401;
    background: #fff;
    border-bottom: 1px solid rgba(12,24,49,.09);
    box-shadow: 0 2px 10px rgba(12,24,49,.05);
}
.admin-bar .ogere4-site-header { top: 32px; }

.ogere4-header-inner {
    min-height: 82px;
    display: flex;
    align-items: center;
    gap: 24px;
}
.ogere4-logo { flex: 0 0 210px; display: flex; align-items: center; text-decoration: none; }
.ogere4-logo img { width: 210px; max-width: 100%; height: auto; display: block; }
.ogere4-nav-panel { min-width: 0; flex: 1 1 auto; display: flex; align-items: center; justify-content: flex-end; gap: 12px; }
.ogere4-primary-nav { min-width: 0; }
.ogere4-primary-menu { display: flex; align-items: center; justify-content: flex-end; flex-wrap: nowrap; list-style: none; padding: 0; margin: 0; }
.ogere4-primary-menu > li { position: relative; margin: 0; flex: 0 0 auto; }
.ogere4-primary-menu > li > a {
    min-height: 44px;
    display: flex;
    align-items: center;
    padding: 9px 7px;
    color: var(--ogere4-navy) !important;
    font-family: Poppins, Arial, sans-serif;
    font-size: 12.5px;
    font-weight: 600;
    line-height: 1.2;
    white-space: nowrap;
    text-decoration: none;
}
.ogere4-primary-menu > li > a:hover,
.ogere4-primary-menu > li.current-menu-item > a,
.ogere4-primary-menu > li.current-menu-ancestor > a { color: var(--ogere4-gold-dark) !important; }
.ogere4-primary-menu .sub-menu {
    position: absolute;
    top: calc(100% + 4px);
    left: 0;
    z-index: 1500;
    min-width: 230px;
    list-style: none;
    margin: 0;
    padding: 9px 0;
    background: #fff;
    border: 1px solid var(--ogere4-border);
    border-top: 3px solid var(--ogere4-gold);
    box-shadow: 0 16px 38px rgba(12,24,49,.14);
    opacity: 0;
    visibility: hidden;
    transform: translateY(7px);
    transition: .18s ease;
}
.ogere4-primary-menu li:hover > .sub-menu,
.ogere4-primary-menu li:focus-within > .sub-menu { opacity: 1; visibility: visible; transform: translateY(0); }
.ogere4-primary-menu .sub-menu a { display: block; padding: 9px 17px; color: var(--ogere4-navy) !important; font-size: 13px; font-weight: 500; text-decoration: none; }
.ogere4-primary-menu .sub-menu a:hover { background: #f7f8fa; }
.ogere4-primary-menu .ogere-support-menu > a,
.ogere4-primary-menu li.ogere-support-menu > a { background: var(--ogere4-gold) !important; color: #fff !important; border-radius: 4px; padding-inline: 13px; margin-left: 4px; }
.ogere4-contact-button {
    flex: 0 0 auto;
    min-height: 40px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 8px 14px;
    border: 1px solid var(--ogere4-navy);
    border-radius: 4px;
    color: var(--ogere4-navy) !important;
    background: #fff;
    font-size: 13px;
    font-weight: 700;
    text-decoration: none;
}
.ogere4-contact-button:hover,
.ogere4-contact-button:focus { color: #fff !important; background: var(--ogere4-navy); }
.ogere4-menu-toggle { display: none; margin-left: auto; border: 1px solid rgba(12,24,49,.18); border-radius: 4px; padding: 8px 11px; background: #fff; color: var(--ogere4-navy); align-items: center; gap: 9px; font-weight: 700; }
.ogere4-menu-bars { width: 20px; display: grid; gap: 4px; }
.ogere4-menu-bars i { height: 2px; background: currentColor; display: block; }

/* Eliminate residual page/chrome spacing before the slider. */
.page-id-20524 .site-content,
.page-id-20524 .content-area,
.page-id-20524 main.site-main,
.page-id-20524 .content-wrapper,
.page-id-20524 .main-content,
.page-id-20524 .elementor,
.page-id-20524 .elementor-page,
.page-id-20524 .elementor-section-wrap,
.page-id-20524 #content,
.page-id-20524 #primary,
.page-id-20524 #main {
    width: 100% !important;
    max-width: none !important;
    padding-top: 0 !important;
    margin-top: 0 !important;
}
.page-id-20524 .ogere3-slider-host,
.page-id-20524 .ogere3-slider-host > .elementor-container,
.page-id-20524 .ogere3-slider-host .elementor-column,
.page-id-20524 .ogere3-slider-host .elementor-widget-wrap,
.page-id-20524 .ogere3-slider-host .elementor-widget-shortcode,
.page-id-20524 .ogere3-slider-host .elementor-widget-container {
    width: 100% !important;
    max-width: none !important;
    min-height: 0 !important;
    margin: 0 !important;
    padding: 0 !important;
    line-height: 0;
}

/* Reduced homepage slider. */
.ogere4-slider { position: relative; width: 100%; height: 540px; overflow: hidden; background: var(--ogere4-navy-deep); margin: 0; line-height: normal; }
.ogere4-slider-track,
.ogere4-slide { position: absolute; inset: 0; }
.ogere4-slide {
    display: flex;
    align-items: center;
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
    opacity: 0;
    visibility: hidden;
    transition: opacity .7s ease, visibility .7s ease;
}
.ogere4-slide:nth-child(3) { background-position: center center; }
.ogere4-slide.is-active { opacity: 1; visibility: visible; z-index: 2; }
.ogere4-slide-overlay { position: absolute; inset: 0; background: linear-gradient(90deg, rgba(7,19,38,.90) 0%, rgba(7,19,38,.70) 38%, rgba(7,19,38,.19) 72%, rgba(7,19,38,.07) 100%); }
.ogere4-slide-content { position: relative; z-index: 3; color: #fff; padding-block: 54px; }
.ogere4-slide-eyebrow,
.ogere4-kicker { margin: 0 0 9px; color: #d7b867; font-size: 12px; font-weight: 700; letter-spacing: .15em; text-transform: uppercase; }
.ogere4-slide h1 { max-width: 720px; margin: 0 0 14px; color: #fff; font-size: clamp(38px, 4vw, 58px); line-height: 1.06; letter-spacing: -.02em; text-shadow: 0 2px 20px rgba(0,0,0,.24); }
.ogere4-slide-copy { max-width: 660px; margin: 0 0 20px; color: rgba(255,255,255,.94); font-size: 16px; line-height: 1.55; }
.ogere4-slide-actions { display: flex; flex-wrap: wrap; gap: 10px; }
.ogere4-btn { min-height: 40px; display: inline-flex; align-items: center; justify-content: center; padding: 9px 17px; border-radius: 3px; font-size: 12.5px; font-weight: 700; text-decoration: none !important; transition: .18s ease; }
.ogere4-btn-gold { background: var(--ogere4-gold); color: #fff !important; border: 1px solid var(--ogere4-gold); }
.ogere4-btn-gold:hover { background: var(--ogere4-gold-dark); border-color: var(--ogere4-gold-dark); }
.ogere4-btn-ghost { background: rgba(255,255,255,.08); color: #fff !important; border: 1px solid rgba(255,255,255,.9); }
.ogere4-btn-ghost:hover { background: #fff; color: var(--ogere4-navy) !important; }
.ogere4-slider-arrow { position: absolute; z-index: 7; top: 50%; width: 40px; height: 40px; margin-top: -20px; display: inline-flex; align-items: center; justify-content: center; border: 1px solid rgba(255,255,255,.45); border-radius: 50%; color: #fff; background: rgba(7,19,38,.25); font-size: 26px; line-height: 1; cursor: pointer; }
.ogere4-slider-prev { left: 22px; }
.ogere4-slider-next { right: 22px; }
.ogere4-slider-arrow:hover { background: var(--ogere4-gold); border-color: var(--ogere4-gold); }
.ogere4-slider-dots { position: absolute; z-index: 8; left: 50%; bottom: 16px; display: flex; gap: 7px; transform: translateX(-50%); }
.ogere4-slider-dots button { width: 9px; height: 9px; padding: 0; border: 1px solid #fff; border-radius: 50%; background: transparent; cursor: pointer; }
.ogere4-slider-dots button.is-active { background: var(--ogere4-gold); border-color: var(--ogere4-gold); }

/* Compact Golden Jubilee acknowledgement. */
.ogere4-golden-jubilee { background: linear-gradient(120deg, var(--ogere4-navy-deep), #0d2d61); color: #fff; }
.ogere4-golden-inner {
    min-height: 126px;
    display: grid;
    grid-template-columns: 105px minmax(0, 1fr) auto;
    align-items: center;
    gap: 24px;
    padding-block: 18px;
}
.ogere4-golden-number { color: var(--ogere4-gold); font-family: Georgia, serif; font-size: 78px; font-weight: 700; line-height: .88; text-align: center; border-right: 1px solid rgba(182,135,49,.48); }
.ogere4-golden-copy h2 { margin: 0 0 5px; color: #fff; font-size: 24px; line-height: 1.18; }
.ogere4-golden-copy > p:not(.ogere4-kicker) { margin: 0; color: rgba(255,255,255,.88); font-size: 13px; line-height: 1.48; }
.ogere4-launch-note { margin-top: 4px !important; color: #e5ca82 !important; font-weight: 600; }
.ogere4-golden-actions { display: grid; gap: 8px; min-width: 170px; }
.ogere4-text-link { color: #fff !important; font-size: 12px; font-weight: 700; text-decoration: underline; text-underline-offset: 4px; text-align: center; }

/* Ologere full identity and expanded message. */
.ogere4-ologere-caption .feature-box-wrap,
.ogere4-ologere-caption .feature-box-wrapper,
.ogere4-ologere-caption .feature-box-inner,
.ogere4-ologere-caption .elementor-widget-container { overflow: visible !important; min-height: 138px !important; height: auto !important; }
.ogere4-ologere-caption h5,
.ogere4-ologere-caption .feature-box-title { font-size: 15px !important; line-height: 1.3 !important; white-space: normal !important; overflow: visible !important; text-overflow: clip !important; }
.ogere4-ologere-caption .feature-box-content,
.ogere4-ologere-caption .feature-box-content p,
.ogere4-ologere-caption .feature-box-content span { font-size: 12.5px !important; line-height: 1.48 !important; white-space: normal !important; overflow: visible !important; }
.ogere4-ologere-message .section-title-wrapper,
.ogere4-ologere-message .section-title-wrap { max-width: none !important; }
.ogere4-ologere-message .section-title-content,
.ogere4-ologere-message .section-title-content p { line-height: 1.58 !important; }

/* Combined full-width Support section. */
.ogere4-support-section { padding: 70px 0 78px; background: #fff; }
.ogere4-support-heading { width: 100%; margin: 0 0 24px; }
.ogere4-support-heading h2 { margin: 0 0 9px; color: #383838; font-size: 30px; line-height: 1.2; }
.ogere4-support-heading h2 span { color: #e13232; font-weight: inherit; }
.ogere4-support-heading p { width: 100%; max-width: none; margin: 0; color: #5e6673; font-size: 14px; line-height: 1.6; }
.ogere4-support-grid { width: 100%; display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 18px; }
.ogere4-support-card { min-height: 220px; display: flex; flex-direction: column; padding: 28px; background: var(--ogere4-blue); color: #fff !important; border-top: 4px solid var(--ogere4-gold); border-radius: 5px; box-shadow: 0 12px 30px rgba(12,24,49,.09); text-decoration: none !important; }
.ogere4-support-icon { width: 40px; height: 40px; display: inline-flex; align-items: center; justify-content: center; margin-bottom: 18px; border-radius: 50%; background: rgba(182,135,49,.18); color: #e3c36c; font-size: 18px; }
.ogere4-support-card h3 { margin: 0 0 9px; color: #fff; font-size: 18px; }
.ogere4-support-card p { margin: 0; color: rgba(255,255,255,.83); font-size: 13.5px; line-height: 1.58; }
.ogere4-card-link { margin-top: auto; padding-top: 16px; color: #e3c36c; font-size: 12.5px; font-weight: 700; }
.ogere4-support-card:hover { transform: translateY(-2px); background: #092b61; }

/* Correct Security & Emergency section. */
.ogere4-security-section { padding: 64px 0 70px; background: #f5f7fa; }
.ogere4-section-heading { max-width: 900px; margin: 0 auto 28px; text-align: center; }
.ogere4-section-heading h2 { margin: 0 0 9px; color: var(--ogere4-navy); font-size: 29px; }
.ogere4-section-heading p { margin: 0; color: #5e6673; line-height: 1.6; }
.ogere4-security-grid { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 15px; align-items: stretch; }
.ogere4-security-card { min-height: 174px; height: 100%; display: flex; flex-direction: column; padding: 22px 20px; background: #fff; border: 1px solid var(--ogere4-border); border-top: 4px solid var(--ogere4-gold); border-radius: 5px; box-shadow: 0 9px 24px rgba(12,24,49,.055); }
.ogere4-security-card h3 { margin: 0 0 16px; color: var(--ogere4-navy); font-size: 15.5px; line-height: 1.35; }
.ogere4-security-lines { margin-top: auto; display: grid; gap: 7px; }
.ogere4-security-lines a { display: flex; align-items: flex-start; gap: 8px; color: var(--ogere4-text) !important; font-size: 12.5px; line-height: 1.42; text-decoration: none !important; overflow-wrap: anywhere; }
.ogere4-security-lines svg { flex: 0 0 16px; width: 16px; height: 16px; margin-top: 1px; color: var(--ogere4-gold-dark); }
.ogere4-security-action { margin-top: 26px; text-align: center; }

/* One Ogere footer only. */
.ogere4-site-footer { margin: 0; color: rgba(255,255,255,.84); background: var(--ogere4-navy-deep); font-size: 14px; line-height: 1.65; }
.ogere4-footer-main { padding: 54px 0 26px; }
.ogere4-footer-grid { display: grid; grid-template-columns: 1.6fr repeat(3, 1fr); gap: 42px; }
.ogere4-footer-logo img { width: 205px; max-width: 100%; height: auto; display: block; margin-bottom: 16px; }
.ogere4-footer-tagline { color: #fff; font-weight: 600; max-width: 420px; }
.ogere4-footer-brand p { max-width: 460px; }
.ogere4-site-footer h3 { margin: 5px 0 14px; color: #fff; font-size: 16px; }
.ogere4-site-footer ul { list-style: none; padding: 0; margin: 0; }
.ogere4-site-footer li { margin-bottom: 7px; }
.ogere4-site-footer a { color: rgba(255,255,255,.88); text-decoration: none; }
.ogere4-site-footer a:hover { color: #fff; }
.ogere4-footer-contact-row { margin-top: 30px; padding-top: 20px; border-top: 1px solid rgba(255,255,255,.12); display: flex; align-items: center; justify-content: space-between; gap: 24px; }
.ogere4-footer-email { gap: 8px; color: #fff !important; font-weight: 600; text-decoration: none !important; }
.ogere4-footer-social { gap: 7px; }
.ogere4-footer-social a { width: 30px; height: 30px; display: inline-flex; align-items: center; justify-content: center; border: 1px solid rgba(255,255,255,.22); border-radius: 50%; }
.ogere4-footer-social a:hover { background: var(--ogere4-gold); border-color: var(--ogere4-gold); }
.ogere4-footer-bottom { border-top: 1px solid rgba(255,255,255,.11); background: #050f20; }
.ogere4-footer-bottom-inner { min-height: 52px; display: flex; align-items: center; justify-content: center; flex-wrap: wrap; gap: 8px; text-align: center; font-size: 12px; }
.ogere4-footer-bottom a { color: #fff !important; font-weight: 600; }

@media (max-width: 1180px) {
    .ogere4-logo { flex-basis: 190px; }
    .ogere4-logo img { width: 190px; }
    .ogere4-menu-toggle { display: inline-flex; }
    .ogere4-nav-panel { position: absolute; top: 100%; right: 24px; left: 24px; display: none; align-items: stretch; flex-direction: column; gap: 8px; padding: 18px; background: #fff; border: 1px solid var(--ogere4-border); box-shadow: 0 20px 45px rgba(12,24,49,.16); }
    .ogere4-nav-panel.is-open { display: flex; }
    .ogere4-primary-menu { display: block; }
    .ogere4-primary-menu > li > a { min-height: 0; padding: 10px 8px; }
    .ogere4-primary-menu .sub-menu { position: static; display: block; min-width: 0; padding: 3px 0 3px 18px; border: 0; box-shadow: none; opacity: 1; visibility: visible; transform: none; }
    .ogere4-contact-button { align-self: flex-start; }
    .ogere4-slider { height: 470px; }
    .ogere4-security-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
    .ogere4-footer-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
}

@media (max-width: 767px) {
    .ogere4-shell { width: min(100% - 28px, 1320px); }
    .ogere4-utility-inner { min-height: 39px; gap: 10px; }
    .ogere4-current-date { font-size: 10.5px; white-space: nowrap; }
    .ogere4-utility-actions { gap: 8px; }
    .ogere4-email-link span { font-size: 10.5px; }
    .ogere4-search-toggle span { display: none; }
    .ogere4-search-toggle { width: 30px; padding: 3px; justify-content: center; }
    .ogere4-header-inner { min-height: 72px; }
    .ogere4-logo { flex-basis: 155px; }
    .ogere4-logo img { width: 155px; }
    .ogere4-nav-panel { right: 14px; left: 14px; }
    .ogere4-slider { height: 410px; }
    .ogere4-slide-content { padding-block: 40px; }
    .ogere4-slide h1 { font-size: 33px; max-width: 92%; }
    .ogere4-slide-copy { max-width: 92%; font-size: 14px; line-height: 1.5; }
    .ogere4-slider-arrow { width: 34px; height: 34px; margin-top: -17px; font-size: 21px; opacity: .86; }
    .ogere4-slider-prev { left: 9px; }
    .ogere4-slider-next { right: 9px; }
    .ogere4-golden-inner { grid-template-columns: 66px 1fr; gap: 14px; padding-block: 16px; }
    .ogere4-golden-number { font-size: 58px; }
    .ogere4-golden-copy h2 { font-size: 21px; }
    .ogere4-golden-copy > p:not(.ogere4-kicker) { font-size: 12px; }
    .ogere4-golden-actions { grid-column: 1 / -1; grid-template-columns: 1fr 1fr; align-items: center; min-width: 0; }
    .ogere4-support-section { padding: 50px 0 55px; }
    .ogere4-support-grid { grid-template-columns: 1fr; }
    .ogere4-support-card { min-height: 205px; }
    .ogere4-security-section { padding: 50px 0 54px; }
    .ogere4-security-grid { grid-template-columns: 1fr; }
    .ogere4-security-card { min-height: 148px; }
    .ogere4-footer-grid { grid-template-columns: 1fr 1fr; gap: 28px 20px; }
    .ogere4-footer-brand { grid-column: 1 / -1; }
    .ogere4-footer-contact-row { align-items: flex-start; flex-direction: column; }
    .ogere4-footer-social { align-self: flex-start; }
    .ogere4-footer-bottom-inner { padding-block: 12px; gap: 5px; }
    .ogere4-footer-bottom-inner > span:nth-child(2),
    .ogere4-footer-bottom-inner > span:nth-child(4) { display: none; }
    .ogere4-footer-bottom-inner > span { flex-basis: 100%; }
}

@media (max-width: 460px) {
    .ogere4-current-date { font-size: 9.5px; }
    .ogere4-email-link span { display: none; }
    .ogere4-logo { flex-basis: 145px; }
    .ogere4-logo img { width: 145px; }
    .ogere4-slide h1 { font-size: 30px; }
    .ogere4-slide-actions { gap: 8px; }
    .ogere4-btn { padding-inline: 14px; }
    .ogere4-footer-grid { grid-template-columns: 1fr; }
    .ogere4-footer-column { grid-column: 1 / -1; }
}

@media (prefers-reduced-motion: reduce) {
    .ogere4-slide,
    .ogere4-support-card { transition: none !important; }
}

@media (max-width: 782px) {
    .admin-bar .ogere4-site-header { top: 46px; }
}
