/* Ogere Remo refinement pass 3 */

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

/* Pass 2 shell is deliberately superseded by the pass 3 shell. */
.ogere-utility-bar,
.ogere-site-header,
.ogere-site-footer {
    display: none !important;
}

/* Suppress the imported eGovenz shell. The Ogere MU plugin owns header/footer output. */
body > header.site-header,
body > #site-header,
body > #masthead,
body > .site-header,
body > .header-wrap,
body > .header-wrapper,
body > .header-section,
body > .main-header,
body > .mobile-header,
body .header-topbar:not(.ogere3-utility-bar),
body .header-logobar,
body .header-navbar,
body .main-header:not(.ogere3-site-header),
body .mobile-header:not(.ogere3-site-header),
body > footer.site-footer,
body > #colophon,
body > #footer,
body > .site-footer,
body > .footer-wrap,
body > .footer-wrapper,
body > .footer-section,
body .footer-middle,
body .footer-bottom:not(.ogere3-footer-bottom),
body .footer-main:not(.ogere3-footer-main) {
    display: none !important;
}

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

/* Header */
.ogere3-utility-bar {
    position: relative;
    z-index: 1201;
    background: var(--ogere3-navy-deep);
    color: #fff;
    font-size: 12px;
}

.ogere3-utility-inner {
    min-height: 36px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 24px;
}

.ogere3-utility-tagline {
    font-weight: 500;
    letter-spacing: .01em;
    white-space: nowrap;
}

.ogere3-utility-contact,
.ogere3-email-link,
.ogere3-social-icons,
.ogere3-footer-email,
.ogere3-footer-social {
    display: flex;
    align-items: center;
}

.ogere3-utility-contact { gap: 18px; }
.ogere3-email-link,
.ogere3-footer-email { gap: 8px; }
.ogere3-social-icons,
.ogere3-footer-social { gap: 7px; }

.ogere3-utility-bar a {
    color: rgba(255,255,255,.94);
    text-decoration: none;
}

.ogere3-social-icons a,
.ogere3-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%;
    transition: background .18s ease, border-color .18s ease, color .18s ease;
}

.ogere3-social-icons a:hover,
.ogere3-social-icons a:focus,
.ogere3-footer-social a:hover,
.ogere3-footer-social a:focus {
    background: var(--ogere3-gold);
    border-color: var(--ogere3-gold);
    color: #fff;
}

.ogere3-site-header {
    position: relative;
    z-index: 1200;
    background: #fff;
    border-bottom: 1px solid rgba(12,24,49,.10);
    box-shadow: 0 3px 16px rgba(12,24,49,.07);
}

.ogere3-header-inner {
    min-height: 92px;
    display: flex;
    align-items: center;
    gap: 25px;
}

.ogere3-logo {
    flex: 0 0 220px;
    display: flex;
    align-items: center;
    text-decoration: none;
}

.ogere3-logo img {
    width: 220px;
    max-width: 100%;
    height: auto;
    display: block;
}

.ogere3-nav-panel {
    min-width: 0;
    flex: 1 1 auto;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    gap: 12px;
}

.ogere3-primary-nav { min-width: 0; }

.ogere3-primary-menu {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    flex-wrap: nowrap;
    list-style: none;
    padding: 0;
    margin: 0;
}

.ogere3-primary-menu > li {
    position: relative;
    margin: 0;
    flex: 0 0 auto;
}

.ogere3-primary-menu > li > a {
    min-height: 46px;
    display: flex;
    align-items: center;
    padding: 10px 7px;
    color: var(--ogere3-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;
}

.ogere3-primary-menu > li > a:hover,
.ogere3-primary-menu > li.current-menu-item > a,
.ogere3-primary-menu > li.current-menu-ancestor > a {
    color: var(--ogere3-gold-dark) !important;
}

.ogere3-primary-menu .sub-menu {
    position: absolute;
    top: calc(100% + 4px);
    left: 0;
    z-index: 1300;
    min-width: 230px;
    list-style: none;
    margin: 0;
    padding: 9px 0;
    background: #fff;
    border: 1px solid var(--ogere3-border);
    border-top: 3px solid var(--ogere3-gold);
    box-shadow: 0 16px 38px rgba(12,24,49,.14);
    opacity: 0;
    visibility: hidden;
    transform: translateY(7px);
    transition: .18s ease;
}

.ogere3-primary-menu li:hover > .sub-menu,
.ogere3-primary-menu li:focus-within > .sub-menu {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
}

.ogere3-primary-menu .sub-menu a {
    display: block;
    padding: 9px 17px;
    color: var(--ogere3-navy) !important;
    font-size: 13px;
    font-weight: 500;
    text-decoration: none;
}

.ogere3-primary-menu .sub-menu a:hover { background: #f7f8fa; }

.ogere3-primary-menu .ogere-support-menu > a,
.ogere3-primary-menu li.ogere-support-menu > a {
    background: var(--ogere3-gold) !important;
    color: #fff !important;
    border-radius: 4px;
    padding-inline: 13px;
    margin-left: 4px;
}

.ogere3-contact-button {
    flex: 0 0 auto;
    min-height: 42px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 8px 15px;
    border: 1px solid var(--ogere3-navy);
    border-radius: 4px;
    color: var(--ogere3-navy) !important;
    background: #fff;
    font-size: 13px;
    font-weight: 700;
    text-decoration: none;
}

.ogere3-contact-button:hover,
.ogere3-contact-button:focus {
    color: #fff !important;
    background: var(--ogere3-navy);
}

.ogere3-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(--ogere3-navy);
    align-items: center;
    gap: 9px;
    font-weight: 700;
}

.ogere3-menu-bars { width: 20px; display: grid; gap: 4px; }
.ogere3-menu-bars i { height: 2px; background: currentColor; display: block; }

/* Homepage draft shell. */
.page-id-20524 .page-title-wrap,
.page-id-20524 .page-title-wrapper,
.page-id-20524 .page-title,
.page-id-20524 .breadcrumb,
.page-id-20524 .breadcrumb-wrap,
.page-id-20524 .page-header,
.page-id-20524 .page-header-wrap {
    display: none !important;
}

.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 {
    width: 100% !important;
    max-width: none !important;
    padding: 0 !important;
    margin: 0 !important;
}

.page-id-20524 .elementor,
.page-id-20524 .elementor-page,
.page-id-20524 .elementor-section-wrap {
    margin-top: 0 !important;
    padding-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;
    margin: 0 !important;
    padding: 0 !important;
}

/* Homepage slider, deliberately similar in scale to the eGovenz Home 2 hero. */
.ogere3-slider {
    position: relative;
    width: 100%;
    height: 640px;
    overflow: hidden;
    background: var(--ogere3-navy-deep);
}

.ogere3-slider-track,
.ogere3-slide {
    position: absolute;
    inset: 0;
}

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

.ogere3-slide.is-active { opacity: 1; visibility: visible; z-index: 2; }

.ogere3-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,.20) 72%, rgba(7,19,38,.08) 100%);
}

.ogere3-slide-content {
    position: relative;
    z-index: 3;
    color: #fff;
    padding-block: 70px;
}

.ogere3-slide-eyebrow,
.ogere3-kicker {
    margin: 0 0 12px;
    color: #d7b867;
    font-size: 13px;
    font-weight: 700;
    letter-spacing: .16em;
    text-transform: uppercase;
}

.ogere3-slide h1 {
    max-width: 760px;
    margin: 0 0 18px;
    color: #fff;
    font-size: clamp(42px, 4.5vw, 66px);
    line-height: 1.07;
    letter-spacing: -.02em;
    text-shadow: 0 2px 20px rgba(0,0,0,.24);
}

.ogere3-slide-copy {
    max-width: 680px;
    margin: 0 0 26px;
    color: rgba(255,255,255,.94);
    font-size: 18px;
    line-height: 1.65;
}

.ogere3-slide-actions { display: flex; flex-wrap: wrap; gap: 12px; }
.ogere3-btn {
    min-height: 44px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 11px 20px;
    border-radius: 3px;
    font-size: 13px;
    font-weight: 700;
    text-decoration: none !important;
    transition: .18s ease;
}
.ogere3-btn-gold { background: var(--ogere3-gold); color: #fff !important; border: 1px solid var(--ogere3-gold); }
.ogere3-btn-gold:hover { background: var(--ogere3-gold-dark); border-color: var(--ogere3-gold-dark); }
.ogere3-btn-ghost { background: rgba(255,255,255,.08); color: #fff !important; border: 1px solid rgba(255,255,255,.9); }
.ogere3-btn-ghost:hover { background: #fff; color: var(--ogere3-navy) !important; }

.ogere3-slider-arrow {
    position: absolute;
    z-index: 7;
    top: 50%;
    width: 44px;
    height: 44px;
    margin-top: -22px;
    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: 28px;
    line-height: 1;
    cursor: pointer;
}
.ogere3-slider-prev { left: 24px; }
.ogere3-slider-next { right: 24px; }
.ogere3-slider-arrow:hover { background: var(--ogere3-gold); border-color: var(--ogere3-gold); }

.ogere3-slider-dots {
    position: absolute;
    z-index: 8;
    left: 50%;
    bottom: 22px;
    display: flex;
    gap: 8px;
    transform: translateX(-50%);
}
.ogere3-slider-dots button {
    width: 10px;
    height: 10px;
    padding: 0;
    border: 1px solid #fff;
    border-radius: 50%;
    background: transparent;
    cursor: pointer;
}
.ogere3-slider-dots button.is-active { background: var(--ogere3-gold); border-color: var(--ogere3-gold); }

/* Golden Jubilee homepage acknowledgement. */
.ogere3-golden-jubilee {
    background: linear-gradient(120deg, var(--ogere3-navy-deep), #0d2d61);
    color: #fff;
}
.ogere3-golden-inner {
    min-height: 190px;
    display: grid;
    grid-template-columns: 150px minmax(0, 1fr) auto;
    align-items: center;
    gap: 34px;
    padding-block: 32px;
}
.ogere3-golden-number {
    color: var(--ogere3-gold);
    font-family: Georgia, serif;
    font-size: 108px;
    font-weight: 700;
    line-height: .9;
    text-align: center;
    border-right: 1px solid rgba(182,135,49,.48);
}
.ogere3-golden-copy h2 {
    margin: 0 0 8px;
    color: #fff;
    font-size: 30px;
    line-height: 1.2;
}
.ogere3-golden-copy > p:not(.ogere3-kicker) { margin: 0; color: rgba(255,255,255,.88); line-height: 1.6; }
.ogere3-launch-note { margin-top: 7px !important; color: #e5ca82 !important; font-weight: 600; }
.ogere3-golden-actions { display: grid; gap: 11px; min-width: 180px; }
.ogere3-text-link { color: #fff !important; font-weight: 700; text-decoration: underline; text-underline-offset: 4px; text-align: center; }

/* Welcome to Ogere Remo, palace image blending. */
.ogere3-welcome-section .elementor-container,
.ogere3-welcome-section .elementor-row { align-items: stretch !important; }
.ogere3-welcome-image-col,
.ogere3-welcome-image-col > .elementor-column-wrap,
.ogere3-welcome-image-col > .elementor-widget-wrap,
.ogere3-welcome-image {
    height: 100%;
}
.ogere3-welcome-image .elementor-widget-container {
    height: 100%;
    min-height: 430px;
    position: relative;
    overflow: hidden;
    border-radius: 7px;
    background: var(--ogere3-cream);
}
.ogere3-welcome-image .elementor-widget-container:after {
    content: '';
    position: absolute;
    inset: auto 0 0;
    height: 24%;
    background: linear-gradient(to top, rgba(247,243,234,.45), transparent);
    pointer-events: none;
}
.ogere3-welcome-image img {
    width: 100% !important;
    height: 100% !important;
    min-height: 430px;
    object-fit: cover;
    object-position: center center;
    display: block;
    filter: saturate(.98) contrast(1.02);
}

/* Ologere block and full identity banner. */
.ogere3-ologere-section { overflow: hidden; }
.ogere3-ologere-section .elementor-container,
.ogere3-ologere-section .elementor-row { align-items: stretch !important; }
.ogere3-ologere-caption .feature-box-wrap,
.ogere3-ologere-caption .feature-box-wrapper,
.ogere3-ologere-caption .feature-box-inner,
.ogere3-ologere-caption .elementor-widget-container {
    overflow: visible !important;
    min-height: 116px;
}
.ogere3-ologere-caption h5,
.ogere3-ologere-caption .feature-box-title {
    font-size: 16px !important;
    line-height: 1.35 !important;
    white-space: normal !important;
    overflow: visible !important;
    text-overflow: clip !important;
}
.ogere3-ologere-caption .feature-box-content,
.ogere3-ologere-caption .feature-box-content p {
    font-size: 13px !important;
    line-height: 1.5 !important;
    white-space: normal !important;
    overflow: visible !important;
}

/* Three equal Support cards. */
.ogere3-support-grid {
    width: min(1240px, calc(100% - 48px));
    margin: 0 auto 100px;
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 20px;
}
.ogere3-support-card {
    min-height: 240px;
    display: flex;
    flex-direction: column;
    padding: 32px;
    background: var(--ogere3-blue);
    color: #fff !important;
    border-top: 4px solid var(--ogere3-gold);
    border-radius: 5px;
    box-shadow: 0 12px 30px rgba(12,24,49,.09);
    text-decoration: none !important;
}
.ogere3-support-icon {
    width: 44px;
    height: 44px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 22px;
    border-radius: 50%;
    background: rgba(182,135,49,.18);
    color: #e3c36c;
    font-size: 19px;
}
.ogere3-support-card h3 { margin: 0 0 10px; color: #fff; font-size: 19px; }
.ogere3-support-card p { margin: 0; color: rgba(255,255,255,.83); font-size: 14px; line-height: 1.6; }
.ogere3-card-link { margin-top: auto; padding-top: 18px; color: #e3c36c; font-size: 13px; font-weight: 700; }
.ogere3-support-card:hover { transform: translateY(-2px); background: #092b61; }

/* Security cards. */
.ogere3-security-section { padding: 72px 0 78px; background: #f5f7fa; }
.ogere3-section-heading { max-width: 780px; margin: 0 auto 34px; text-align: center; }
.ogere3-section-heading h2 { margin: 0 0 10px; color: var(--ogere3-navy); font-size: 30px; }
.ogere3-section-heading > p:last-child { margin: 0; color: #5e6673; line-height: 1.65; }
.ogere3-security-grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 16px;
    align-items: stretch;
}
.ogere3-security-card {
    min-height: 180px;
    height: 100%;
    display: flex;
    flex-direction: column;
    padding: 24px 22px;
    background: #fff;
    border: 1px solid var(--ogere3-border);
    border-top: 4px solid var(--ogere3-gold);
    border-radius: 5px;
    box-shadow: 0 9px 24px rgba(12,24,49,.055);
}
.ogere3-security-card h3 { margin: 0 0 18px; color: var(--ogere3-navy); font-size: 16px; line-height: 1.35; }
.ogere3-security-lines { margin-top: auto; display: grid; gap: 8px; }
.ogere3-security-lines a { display: flex; align-items: flex-start; gap: 8px; color: var(--ogere3-text) !important; font-size: 13px; line-height: 1.45; text-decoration: none !important; overflow-wrap: anywhere; }
.ogere3-security-lines svg { flex: 0 0 16px; width: 16px; height: 16px; margin-top: 2px; color: var(--ogere3-gold-dark); }
.ogere3-security-action { margin-top: 30px; text-align: center; }

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

@media (max-width: 1180px) {
    .ogere3-logo { flex-basis: 195px; }
    .ogere3-logo img { width: 195px; }
    .ogere3-menu-toggle { display: inline-flex; }
    .ogere3-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(--ogere3-border);
        box-shadow: 0 20px 45px rgba(12,24,49,.16);
    }
    .ogere3-nav-panel.is-open { display: flex; }
    .ogere3-primary-menu { display: block; }
    .ogere3-primary-menu > li > a { min-height: 0; padding: 10px 8px; }
    .ogere3-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; }
    .ogere3-contact-button { align-self: flex-start; }
    .ogere3-slider { height: 560px; }
    .ogere3-security-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
    .ogere3-footer-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
}

@media (max-width: 767px) {
    .ogere3-shell { width: min(100% - 28px, 1320px); }
    .ogere3-utility-inner { min-height: 42px; }
    .ogere3-utility-tagline { display: none; }
    .ogere3-utility-contact { width: 100%; justify-content: space-between; gap: 10px; }
    .ogere3-email-link { font-size: 11px; }
    .ogere3-social-icons { gap: 4px; }
    .ogere3-social-icons a { width: 27px; height: 27px; }
    .ogere3-header-inner { min-height: 76px; }
    .ogere3-logo { flex-basis: 160px; }
    .ogere3-logo img { width: 160px; }
    .ogere3-nav-panel { right: 14px; left: 14px; }
    .ogere3-slider { height: 480px; }
    .ogere3-slide-content { padding-block: 48px; }
    .ogere3-slide h1 { font-size: 36px; max-width: 92%; }
    .ogere3-slide-copy { max-width: 92%; font-size: 15px; line-height: 1.55; }
    .ogere3-slider-arrow { width: 36px; height: 36px; margin-top: -18px; font-size: 22px; opacity: .85; }
    .ogere3-slider-prev { left: 10px; }
    .ogere3-slider-next { right: 10px; }
    .ogere3-golden-inner { grid-template-columns: 80px 1fr; gap: 18px; padding-block: 27px; }
    .ogere3-golden-number { font-size: 70px; }
    .ogere3-golden-copy h2 { font-size: 24px; }
    .ogere3-golden-actions { grid-column: 1 / -1; grid-template-columns: 1fr 1fr; align-items: center; }
    .ogere3-support-grid { width: min(100% - 28px, 1240px); grid-template-columns: 1fr; margin-bottom: 55px; }
    .ogere3-support-card { min-height: 220px; }
    .ogere3-security-section { padding: 52px 0; }
    .ogere3-security-grid { grid-template-columns: 1fr; }
    .ogere3-security-card { min-height: 155px; }
    .ogere3-footer-grid { grid-template-columns: 1fr 1fr; gap: 30px 20px; }
    .ogere3-footer-brand { grid-column: 1 / -1; }
    .ogere3-footer-contact-row { align-items: flex-start; flex-direction: column; }
    .ogere3-footer-social { align-self: flex-start; }
    .ogere3-footer-bottom-inner { padding-block: 12px; gap: 5px; }
    .ogere3-footer-bottom-inner > span:nth-child(2),
    .ogere3-footer-bottom-inner > span:nth-child(4) { display: none; }
    .ogere3-footer-bottom-inner > span { flex-basis: 100%; }
}

@media (max-width: 420px) {
    .ogere3-email-link span { font-size: 10px; }
    .ogere3-social-icons a { width: 25px; height: 25px; }
    .ogere3-logo { flex-basis: 146px; }
    .ogere3-logo img { width: 146px; }
    .ogere3-slide h1 { font-size: 32px; }
    .ogere3-slide-actions { gap: 8px; }
    .ogere3-btn { padding-inline: 15px; }
    .ogere3-footer-grid { grid-template-columns: 1fr; }
    .ogere3-footer-column { grid-column: 1 / -1; }
}

@media (prefers-reduced-motion: reduce) {
    .ogere3-slide,
    .ogere3-support-card,
    .ogere3-social-icons a,
    .ogere3-footer-social a { transition: none !important; }
}
