/* Simunye Rewards — global theme (master layout + content sections)
   Palette: deep forest #1a2b2b, gold #CBA135, off-white #f1f6f1, #F8F9F9 */

@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,400;0,500;0,600;0,700;0,800;1,400&display=swap');

:root {
    --simunye-green: #1a2b2b;
    --simunye-green-dark: #121f1f;
    --simunye-green-mid: #2d4545;
    --simunye-gold: #CBA135;
    --simunye-gold-dark: #a8842a;
    --simunye-cream: #f1f6f1;
    --simunye-link: #1e4d4a;
    --simunye-link-hover: #CBA135;
    --simunye-radius: 10px;
    --simunye-radius-pill: 999px;
}

.simunye-theme,
.simunye-content-body {
    font-family: 'Montserrat', 'Segoe UI', Tahoma, sans-serif;
    color: #2c3330;
}

body.simunye-theme,
body.simunye-content-body {
    padding-top: 0;
}
.navbar-nav > li > label {
    padding: 10px;
    line-height: 20px;
    color: white;
}
.nav-upper.nav-shrunk .row-upper .nav > li, .nav-upper.nav-shrunk .row-lower .nav > li, .nav-upper .row-upper .nav > li, .nav-upper .row-lower .nav > li {
    margin-left: 6px;
}
/* ——— Header / nav ——— */
.navbar-inverse.nav-upper.simunye-nav {
    background: transparent !important;
    border: 0;
    box-shadow: none;
    height: auto;
    min-height: 120px;
    padding-top: 12px;
}

.navbar-inverse.nav-upper.simunye-nav.nav-shrunk {
    background: rgba(26, 43, 43, 0.97) !important;
    border-bottom: 3px solid var(--simunye-gold, #CBA135);
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.2);
    min-height: 90px;
}

.auth-topbar .auth-topbar-inner .navbar-logo, 
.navbar-inverse.nav-upper.simunye-nav .navbar-logo {
    background-color: rgba(255, 255, 255, 0.95);
    border-radius: 8px;
    box-shadow: 0 2px 12px rgba(0, 0, 0, 0.15);
}

.navbar-inverse.nav-upper.simunye-nav.nav-shrunk .navbar-logo {
    transform: scale(0.72);
    transform-origin: left top;
}

/* Transparent hero: nav links as text */
.navbar-inverse.nav-upper .nav > li > a {
    background: transparent !important;
    border: none !important;
    color: #fff !important;
    font-weight: 700 !important;
    font-size: 12px !important;
    letter-spacing: 0.12em;
    text-transform: uppercase;
    padding: 10px 14px !important;
    border-radius: 0;
    padding: 8px;
}

.navbar-inverse.nav-upper.simunye-nav .row-lower > div > ul .active > a {
    color: var(--simunye-gold, #CBA135) !important;
    background: transparent !important;
}

    .navbar-inverse.nav-upper.simunye-nav .row-upper .nav > li > a {
        background: rgba(203, 161, 53, 0.25) !important;
        border: 1px solid rgba(255, 255, 255, 0.45) !important;
        color: #fff !important;
        font-weight: 600;
        font-size: 14px;
        letter-spacing: 0.06em;
        border-radius: 999px;
        padding: 8px;
    }

.navbar-inverse.nav-upper.simunye-nav .row-upper .nav > li > a:hover,
.navbar-inverse.nav-upper.simunye-nav .row-upper .open > a {
    background: var(--simunye-gold, #CBA135) !important;
    color: #1a2b2b !important;
}

/* Solid bar when scrolled */

.navbar-inverse.nav-upper.simunye-nav.nav-shrunk .row-lower > div > ul .active > a {
    background: var(--simunye-gold, #CBA135) !important;
    color: #1a2b2b !important;
}

.navbar-inverse.nav-upper.simunye-nav .navbar-toggle {
    border-color: rgba(255, 255, 255, 0.6);
    background: rgba(0, 0, 0, 0.2);
}

.navbar-inverse.nav-upper.simunye-nav .navbar-toggle .icon-bar {
    background: #fff;
}

/* Inner pages without homepage carousel: keep bar solid */
.simunye-theme:not(.has-carousel) .navbar-inverse.nav-upper.simunye-nav {
    background: rgba(26, 43, 43, 0.97) !important;
    border-bottom: 3px solid var(--simunye-gold, #CBA135);
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.12);
    min-height: 90px;
}

.simunye-theme:not(.has-carousel) .navbar-inverse.nav-upper.simunye-nav .navbar-logo {
    transform: scale(0.85);
    transform-origin: left top;
}

.simunye-theme:not(.has-carousel) .navbar-inverse.nav-upper.simunye-nav .row-lower .nav > li > a {
    background: rgba(203, 161, 53, 0.2) !important;
    border: 1px solid rgba(203, 161, 53, 0.45) !important;
    color: #fff !important;
    border-radius: 999px;
}

.simunye-theme:not(.has-carousel) .navbar-inverse.nav-upper.simunye-nav .row-lower > div > ul .active > a {
    background: var(--simunye-gold, #CBA135) !important;
    color: #1a2b2b !important;
}

.simunye-theme:not(.has-carousel) .navbar-inverse.nav-upper.simunye-nav .row-upper .nav > li > a {
    background: rgba(203, 161, 53, 0.25) !important;
    border: 1px solid rgba(255, 255, 255, 0.35) !important;
    color: #fff !important;
    border-radius: 999px;
}

/* ——— Home carousel hero (image 1) ——— */
.simunye-theme header.carousel .fill {
    background-size: cover !important;
    background-position: center center !important;
    position: relative;
}

.simunye-theme header.carousel .fill::before {
    content: '';
    position: absolute;
    inset: 0;
    background: linear-gradient(105deg, rgba(15, 28, 28, 0.7) 0%, rgba(26, 43, 43, 0.45) 45%, rgba(26, 43, 43, 0.25) 100%);
    z-index: 0;
}

.simunye-theme header.carousel .item-caption2 {
    position: relative;
    z-index: 1;
    left: 8%;
    top: 50%;
    transform: translateY(-50%);
    max-width: 560px;
    text-shadow: none;
    font-size: 16px;
    line-height: 1.6;
}

.simunye-carousel-title {
    font-size: 25px !important;
    font-weight: 800 !important;
    color: #fff !important;
    margin: 0 0 14px !important;
    line-height: 1.15 !important;
}

.simunye-carousel-lead {
    font-size: 1.05rem !important;
    color: rgba(255, 255, 255, 0.92) !important;
    margin: 0 0 22px !important;
    max-width: 480px;
}

.simunye-carousel-actions {
    margin: 0 0 18px !important;
}

.simunye-carousel-actions .btn {
    margin: 6px 10px 6px 0;
    padding: 12px 26px;
    font-weight: 700;
    font-size: 13px;
    letter-spacing: 0.04em;
    border-radius: 999px;
    border: 2px solid transparent;
    transition: background-color 0.2s ease, color 0.2s ease, border-color 0.2s ease;
}

.simunye-btn-primary {
    background: var(--simunye-gold, #CBA135) !important;
    color: #1a2b2b !important;
    border-color: var(--simunye-gold, #CBA135) !important;
}

.simunye-btn-primary:hover {
    background: #d4b24d !important;
    color: #121f1f !important;
}

.simunye-btn-outline {
    background: transparent !important;
    color: #fff !important;
    border-color: rgba(255, 255, 255, 0.85) !important;
}

.simunye-btn-outline:hover {
    background: rgba(255, 255, 255, 0.12) !important;
    color: #fff !important;
}

.simunye-carousel-assist {
    font-size: 13px !important;
    color: rgba(255, 255, 255, 0.85) !important;
    margin: 0 !important;
}

.simunye-carousel-assist a {
    color: #fff !important;
    text-decoration: underline;
}

.simunye-theme header.carousel .carousel-caption,
.simunye-theme header.carousel .item-caption2 {
    text-align: left;
}

.simunye-theme .carousel-inner > .item {
    min-height: 72vh;
}

.simunye-theme header.carousel .fill {
    min-height: 72vh;
}

/* ——— Footer (image 1 / Simunye) ——— */
.simunye-sfooter {
    background: #f1f6f1 !important;
    padding: 72px 0 48px !important;
    margin-top: 0 !important;
    border-top: 2px solid rgba(26, 43, 43, 0.97);
}

.simunye-footer-grid {
    color: #2c3330;
}

    .simunye-footer-grid .lvl1 {
        padding-right:40px;
    }
    .simunye-footer-grid h4 {
        font-size: 13px;
        font-weight: 800;
        letter-spacing: 0.1em;
        text-transform: uppercase;
        color: #1a2b2b;
        margin: 0 0 18px;
    }
.simunye-footer-grid h4 a {
    font-size: 13px;
    font-weight: 800 !important;
    letter-spacing: 0.1em;
    text-transform: uppercase !important;
    color: #1a2b2b !important;
    margin: 0 0 18px;
}

.simunye-footer-grid p,
.simunye-footer-grid address {
    font-size: 14px;
    line-height: 1.6;
    color: #4a5552;
}

.simunye-footer-brand {
    font-weight: 800;
    font-size: 1.1rem;
    letter-spacing: 0.06em;
    color: #1a2b2b;
    display: inline-block;
    margin-bottom: 12px;
}

.simunye-footer-grid ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.simunye-footer-grid ul li {
    margin-bottom: 10px;
}

.simunye-footer-grid ul a {
    color: #3d4a48 !important;
    font-weight: 500;
}

.simunye-footer-grid ul a:hover {
    color: var(--simunye-gold, #CBA135) !important;
}

.simunye-footer-rule {
    border: none;
    border-top: 1px solid rgba(26, 43, 43, 0.12);
    margin: 32px 0 20px;
}

.simunye-footer-copy {
    font-size: 12px;
    color: #6a7572 !important;
    margin: 0;
}

.simunye-theme #footer {
    background: #f1f6f1 !important;
    padding: 0 0 28px !important;
}

.simunye-theme #footer p {
    color: #6a7572 !important;
}

/* ——— Content master: hero + sections (image 2) ——— */
.simunye-content-hero {
    position: relative;
    min-height: 52vh;
    display: flex;
    align-items: center;
    margin-top: 0;
    padding: 120px 0 100px;
}

.simunye-content-hero::before {
    content: '';
    position: absolute;
    inset: 0;
    background: linear-gradient(120deg, rgba(15, 28, 28, 0.82) 0%, rgba(26, 43, 43, 0.55) 50%, rgba(26, 43, 43, 0.35) 100%);
}

.simunye-content-hero-inner {
    position: relative;
    z-index: 1;
    max-width: 640px;
    padding-left: 15px;
    padding-right: 15px;
}

.simunye-content-hero h1 {
    color: #fff;
    font-weight: 800;
    font-size: clamp(1.75rem, 4vw, 2.75rem);
    line-height: 1.15;
    margin: 0 0 16px;
}

.simunye-content-hero .lead {
    color: rgba(255, 255, 255, 0.92);
    font-size: 1.05rem;
    line-height: 1.65;
    margin-bottom: 0;
}

/* Full-width banner carousel below content hero (Bootstrap 3) */
.simunye-banner-slider {
    margin: 0;
    padding: 0;
    background: #0f1c1c;
}

.simunye-banner-slider .carousel {
    margin-bottom: 0;
}

.simunye-banner-slider-frame {
    position: relative;
    width: 100%;
    padding-bottom: 28.5714%;
    background: #0f1c1c;
    overflow: hidden;
}

.simunye-banner-slider-img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    display: block;
}

.simunye-banner-slider-indicators {
    bottom: 10px;
    margin-bottom: 0;
}

.simunye-banner-slider-indicators li {
    border-color: rgba(255, 255, 255, 0.55);
    background-color: rgba(255, 255, 255, 0.35);
}

.simunye-banner-slider-indicators .active {
    background-color: rgba(255, 255, 255, 0.95);
    border-color: rgba(255, 255, 255, 0.95);
}

.simunye-banner-slider-control {
    width: 48px;
    background-image: none;
    opacity: 0.85;
    z-index: 10;
}

.simunye-banner-slider-control:hover,
.simunye-banner-slider-control:focus {
    opacity: 1;
}

@media (max-width: 767px) {
    .simunye-banner-slider-frame {
        padding-bottom: 40%;
    }
}

/* Welcome block absolutely layered over the banner slider (stack; pointer-events pass through for carousel UI) */
.simunye-hero-slider-stack {
    position: relative;
}

.simunye-hero-slider-stack .simunye-banner-slider {
    position: relative;
    z-index: 0;
}

.simunye-content-hero.simunye-content-hero--over-slider {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: 0;
    min-height: 0 !important;
    background: none !important;
    background-image: none !important;
    display: flex;
    align-items: center;
    pointer-events: none;
    padding: 24px 0 !important;
    z-index: 1;
}

.simunye-content-hero.simunye-content-hero--over-slider::before {
    content: '';
    position: absolute;
    inset: 0;
    background: linear-gradient(120deg, rgba(15, 28, 28, 0.82) 0%, rgba(26, 43, 43, 0.55) 50%, rgba(26, 43, 43, 0.35) 100%);
    pointer-events: none;
    z-index: 0;
}

.simunye-content-hero.simunye-content-hero--over-slider .container {
    position: relative;
    z-index: 1;
    pointer-events: none;
}

.simunye-content-hero.simunye-content-hero--over-slider .simunye-content-hero-inner {
    pointer-events: auto;
}

.simunye-content-body .simunye-content-hero.simunye-content-hero--over-slider {
    padding-top: 140px !important;
    padding-bottom: 32px !important;
}

.simunye-section {
    padding: 88px 0;
}

.simunye-section--dark {
    background: #1a2b2b;
    color: #fff;
}

.simunye-section--gray {
    background: #F8F9F9;
}

.simunye-kicker {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    font-size: 11px;
    font-weight: 800;
    letter-spacing: 0.14em;
    text-transform: uppercase;
    color: #1a2b2b;
    margin-bottom: 12px;
}

.simunye-kicker i {
    color: var(--simunye-gold, #CBA135);
}

.simunye-section h2 {
    font-weight: 800;
    color: #1a2b2b;
    font-size: clamp(1.5rem, 2.5vw, 2rem);
    margin: 0 0 20px;
    line-height: 1.25;
}

.simunye-section--dark h2,
.simunye-section--dark .simunye-kicker {
    color: #fff;
}

.simunye-section--dark .simunye-kicker {
    opacity: 0.95;
}

.simunye-section--dark .simunye-kicker i {
    color: var(--simunye-gold, #CBA135);
}

.simunye-story-section {
    padding-bottom: 100px;
}

.simunye-story-section .simunye-stats-bar {
    margin-top: -44px;
}

@media (min-width: 992px) {
    .simunye-story-copy {
        padding-top: 52px;
    }
}

.simunye-section p {
    color: #4a5552;
    font-size: 15px;
    line-height: 1.7;
}

.simunye-section--dark p {
    color: rgba(255, 255, 255, 0.88);
}

.simunye-img-rounded {
    border-radius: 20px;
    overflow: hidden;
    box-shadow: 0 12px 40px rgba(0, 0, 0, 0.12);
}

.simunye-img-rounded img {
    width: 100%;
    height: auto;
    display: block;
}

/* Our Story layout */
.simunye-story-visual {
    position: relative;
    padding-bottom: 48px;
}

.simunye-story-visual .simunye-img-rounded {
    border-radius: 20px;
}

.simunye-story-overlap {
    position: absolute;
    right: 0;
    bottom: 0;
    width: 48%;
    max-width: 260px;
    border: 4px solid #fff;
    border-radius: 16px;
    overflow: hidden;
    box-shadow: 0 8px 28px rgba(0, 0, 0, 0.18);
}

.simunye-stats-bar {
    margin-top: -40px;
    margin-bottom: 0;
    position: relative;
    z-index: 2;
    background: #1a2b2b;
    border-radius: 16px;
    padding: 28px 20px;
    box-shadow: 0 8px 32px rgba(0, 0, 0, 0.15);
}

.simunye-stats-bar .stat-val {
    font-size: 1.75rem;
    font-weight: 800;
    color: #fff;
}

.simunye-stats-bar .stat-label {
    font-size: 12px;
    letter-spacing: 0.06em;
    text-transform: uppercase;
    color: rgba(255, 255, 255, 0.75);
    margin-top: 4px;
}

/* Process cards */
.simunye-process-card {
    background: #fff;
    border-radius: 20px;
    padding: 32px 24px;
    height: 100%;
    text-align: center;
    box-shadow: 0 8px 28px rgba(0, 0, 0, 0.08);
    border: 1px solid rgba(26, 43, 43, 0.06);
}

.simunye-process-card .step-num {
    width: 56px;
    height: 56px;
    border-radius: 50%;
    background: rgba(203, 161, 53, 0.15);
    color: #1a2b2b;
    font-weight: 800;
    line-height: 56px;
    margin: 0 auto 16px;
    font-size: 1.1rem;
}

.simunye-process-card h3 {
    font-size: 1.05rem;
    font-weight: 700;
    color: #1a2b2b;
    margin: 0 0 12px;
}

.simunye-process-card p {
    margin: 0;
    font-size: 14px;
}

.simunye-mission-divider {
    border: none;
    border-top: 1px solid #e0e6e3;
    margin: 28px 0;
}

.simunye-page-shell {
    padding-top: 48px;
    padding-bottom: 48px;
    background: #fff;
}

.simunye-inner {
    padding-top: 8px;
}

/* Main + sidebar: content grows to fill remaining row width (no fixed col-md-8/12 on #divContent) */
.simunye-layout-row {
    display: flex;
    flex-wrap: wrap;
    margin-left: -15px;
    margin-right: -15px;
}

.simunye-layout-row > .main-sidebar,
.simunye-layout-row > .simunye-content-main {
    padding-left: 15px;
    padding-right: 15px;
    float: none !important;
}

.simunye-layout-row--no-sidebar .simunye-content-main {
    flex: 0 0 100%;
    max-width: 100%;
    width: 100%;
}

@media (min-width: 992px) {
    .simunye-layout-row--with-sidebar .main-sidebar {
        flex: 0 0 33.33333333%;
        max-width: 33.33333333%;
    }

    .simunye-layout-row--with-sidebar .simunye-content-main {
        flex: 1 1 0%;
        max-width: none;
        width: auto;
        min-width: 0;
    }
}

@media (max-width: 991px) {
    .simunye-layout-row--with-sidebar .main-sidebar,
    .simunye-layout-row--with-sidebar .simunye-content-main {
        flex: 0 0 100%;
        max-width: 100%;
    }
}

.simunye-content-body .main-sidebar {
    padding-top: 8px;
}

.simunye-content-body .page-header {
    color: #1a2b2b;
    border: none;
    padding-top: 0;
}

/* Navbar offset for fixed bar on content pages */
.simunye-content-body {
    padding-top: 0;
}

.simunye-content-body .simunye-content-hero {
    padding-top: 140px;
}

@media (max-width: 991px) {
    .simunye-story-overlap {
        position: relative;
        width: 100%;
        max-width: none;
        margin-top: 16px;
        right: auto;
    }

    .simunye-stats-bar {
        margin-top: 24px;
    }

    .navbar-inverse.nav-upper.simunye-nav {
        background: rgba(26, 43, 43, 0.95) !important;
    }

    .navbar-inverse.nav-upper.simunye-nav {
        min-height: auto;
    }
}

/* =============================================================================
   Site-wide UI — colors, buttons, forms (all masters load this stylesheet)
   ============================================================================= */

body {
    font-family: 'Montserrat', 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    color: #2c3330;
}

body a {
    color: var(--simunye-link, #1e4d4a);
    font-weight: 500;
}

body a:hover,
body a:focus {
    color: var(--simunye-link-hover, #CBA135);
}

/* Primary actions: forest green */
body .btn-primary {
    background-color: var(--simunye-green-mid, #2d4545) !important;
    border-color: var(--simunye-green-mid, #2d4545) !important;
    color: #fff !important;
    border-radius: var(--simunye-radius-pill);
    font-weight: 600;
    letter-spacing: 0.02em;
    transition: background-color 0.2s ease, border-color 0.2s ease, color 0.2s ease;
}

body .btn-primary:hover,
body .btn-primary:focus,
body .btn-primary:active,
body .btn-primary.active {
    background-color: var(--simunye-green, #1a2b2b) !important;
    border-color: var(--simunye-green, #1a2b2b) !important;
    color: #fff !important;
}

/* Secondary / cancel: outline */
body .btn-default {
    color: var(--simunye-green, #1a2b2b) !important;
    background-color: transparent !important;
    border: 2px solid var(--simunye-gold, #CBA135) !important;
    border-radius: var(--simunye-radius-pill);
    font-weight: 600;
}

body .btn-default:hover,
body .btn-default:focus,
body .btn-default:active {
    color: #fff !important;
    background-color: var(--simunye-gold, #CBA135) !important;
    border-color: var(--simunye-gold, #CBA135) !important;
}

/* Success / info aligned to brand greens */
body .btn-success {
    background-color: #2a5a52 !important;
    border-color: #2a5a52 !important;
    border-radius: var(--simunye-radius-pill);
    font-weight: 600;
}

body .btn-success:hover {
    background-color: #1f4540 !important;
    border-color: #1f4540 !important;
}

body .btn-info {
    background-color: var(--simunye-green-mid, #2d4545) !important;
    border-color: var(--simunye-green-mid, #2d4545) !important;
    border-radius: var(--simunye-radius-pill);
    font-weight: 600;
}

body .btn-warning {
    background-color: var(--simunye-gold, #CBA135) !important;
    border-color: var(--simunye-gold, #CBA135) !important;
    color: #1a2b2b !important;
    border-radius: var(--simunye-radius-pill);
    font-weight: 600;
}

body .btn-warning:hover {
    background-color: var(--simunye-gold-dark, #a8842a) !important;
    border-color: var(--simunye-gold-dark, #a8842a) !important;
    color: #121f1f !important;
}

body .btn-danger {
    border-radius: var(--simunye-radius-pill);
    font-weight: 600;
}

body .btn-link {
    color: var(--simunye-link, #1e4d4a) !important;
    font-weight: 600;
}

body .btn-link:hover {
    color: var(--simunye-gold, #CBA135) !important;
}

/* Forms */
body .form-control {
    border-color: rgba(26, 43, 43, 0.35) !important;
    border-radius: var(--simunye-radius);
}

body .form-control:focus {
    border-color: var(--simunye-gold, #CBA135) !important;
    box-shadow: 0 0 0 3px rgba(203, 161, 53, 0.2) !important;
}

body .input-group-addon {
    background-color: var(--simunye-cream, #f1f6f1);
    border-color: rgba(26, 43, 43, 0.25);
    color: var(--simunye-green, #1a2b2b);
}

/* Panels & wells */
body .panel {
    border-radius: var(--simunye-radius);
    border-color: rgba(26, 43, 43, 0.1);
    box-shadow: 0 2px 12px rgba(0, 0, 0, 0.06);
}

body .panel-default > .panel-heading {
    background: linear-gradient(135deg, rgba(26, 43, 43, 0.06) 0%, rgba(203, 161, 53, 0.08) 100%);
    border-color: rgba(26, 43, 43, 0.08);
    color: var(--simunye-green, #1a2b2b);
    font-weight: 700;
    border-radius: var(--simunye-radius) var(--simunye-radius) 0 0;
}

body .well {
    background-color: var(--simunye-cream, #f1f6f1);
    border-color: rgba(26, 43, 43, 0.12);
    border-radius: var(--simunye-radius);
    box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.04);
}

/* Modals */
body .modal-header {
    background: linear-gradient(135deg, var(--simunye-green, #1a2b2b) 0%, var(--simunye-green-mid, #2d4545) 100%);
    border-radius: 6px 6px 0 0;
    border-bottom: none;
}

body .modal-header .close {
    color: #fff;
    opacity: 0.9;
    text-shadow: none;
}

body .modal-header h4,
body .modal-title {
    color: #fff !important;
}

body .modal-content {
    border-radius: 10px;
    overflow: hidden;
    border-color: rgba(26, 43, 43, 0.15);
}

/* Pagination */
body .pagination > li > a,
body .pagination > li > span {
    color: var(--simunye-green, #1a2b2b);
    border-color: rgba(26, 43, 43, 0.2);
}

body .pagination > .active > a,
body .pagination > .active > span,
body .pagination > .active > a:hover {
    background-color: var(--simunye-gold, #CBA135) !important;
    border-color: var(--simunye-gold, #CBA135) !important;
    color: #1a2b2b !important;
}

body .pagination > li > a:hover {
    background-color: var(--simunye-cream, #f1f6f1);
    border-color: var(--simunye-gold, #CBA135);
    color: var(--simunye-gold-dark, #a8842a);
}

/* Pills & nav tabs */
body .nav-pills > li.active > a,
body .nav-pills > li.active > a:hover,
body .nav-pills > li.active > a:focus {
    background-color: var(--simunye-gold, #CBA135) !important;
    color: #1a2b2b !important;
    font-weight: 700;
}

body .nav-tabs > li.active > a {
    color: var(--simunye-green, #1a2b2b) !important;
    font-weight: 700;
    border-top-color: var(--simunye-gold, #CBA135) !important;
}

body .nav-tabs {
    border-bottom-color: rgba(26, 43, 43, 0.15);
}

/* List group */
body .list-group-item.active,
body .list-group-item.active:hover,
body .list-group-item.active:focus {
    background-color: var(--simunye-green, #1a2b2b);
    border-color: var(--simunye-green, #1a2b2b);
}

/* Dropdowns */
body .dropdown-menu > li > a:hover,
body .dropdown-menu > li > a:focus {
    background-color: var(--simunye-cream, #f1f6f1);
    color: var(--simunye-green, #1a2b2b);
}

body .dropdown-menu {
    border-radius: var(--simunye-radius) !important;
    border-color: rgba(26, 43, 43, 0.12);
}

/* Breadcrumb */
body .breadcrumb {
    background-color: var(--simunye-cream, #f1f6f1);
    border-radius: var(--simunye-radius);
}

body .breadcrumb > .active {
    color: #5a6562;
}

/* Alerts */
body .alert-success {
    background-color: rgba(42, 90, 82, 0.12);
    border-color: rgba(42, 90, 82, 0.35);
    color: #1a3d36;
}

body .alert-info {
    background-color: rgba(26, 43, 43, 0.08);
    border-color: rgba(26, 43, 43, 0.2);
    color: var(--simunye-green, #1a2b2b);
}

body .alert-warning {
    background-color: rgba(203, 161, 53, 0.15);
    border-color: rgba(203, 161, 53, 0.45);
    color: #4a3d12;
}

/* Tables */
body .table > thead > tr > th {
    border-bottom-color: var(--simunye-gold, #CBA135);
    color: var(--simunye-green, #1a2b2b);
    font-weight: 700;
}

body .table-striped > tbody > tr:nth-of-type(odd) {
    background-color: rgba(241, 246, 241, 0.6);
}

/* Labels */
body .label-primary,
body .badge {
    background-color: var(--simunye-green-mid, #2d4545);
}

body .label-success {
    background-color: #2a5a52;
}

body .label-warning {
    background-color: var(--simunye-gold, #CBA135);
    color: #1a2b2b;
}

/* Progress bars */
body .progress-bar {
    background-color: var(--simunye-gold, #CBA135);
}

body .progress {
    border-radius: var(--simunye-radius-pill);
    background-color: var(--simunye-cream, #f1f6f1);
}

/* Float labels (master.css) — focus tint */
body .float-label-wrap.focused .control-label {
    color: var(--simunye-gold, #CBA135);
}

/* Page headings (avoid overriding hero / dark sections) */
body .page-header {
    color: var(--simunye-green, #1a2b2b);
}

body .page-content-holder h1,
body .page-content-holder h2,
body .simunye-inner h1,
body .simunye-inner h2 {
    color: var(--simunye-green, #1a2b2b);
    font-size: 24px;
}

body .text-muted {
    color: #5a6562 !important;
}

/* Members Area — 2×2 benefit cards (between welcome blocks) */
.members-benefits-section {
    background: #f4f7f5;
    padding: 48px 0 56px;
    margin: 0;
}

.members-benefits-grid {
    margin-left: -12px;
    margin-right: -12px;
}

.members-benefits-grid > [class*='col-'] {
    padding-left: 12px;
    padding-right: 12px;
}

.members-benefit-card {
    background: #ffffff;
    border-radius: 20px;
    box-shadow: 0 8px 28px rgba(45, 62, 51, 0.08);
    padding: 24px 24px 28px;
    margin-bottom: 24px;
    height: calc(100% - 24px);
    border: 1px solid rgba(45, 62, 51, 0.06);
}

.members-benefit-card__img-wrap {
    border-radius: 20px;
    overflow: hidden;
    margin: 0 0 4px;
    background: #e8ece9;
}

.members-benefit-card__img {
    width: 100%;
    height: 200px;
    object-fit: cover;
    display: block;
    vertical-align: middle;
}

.members-benefit-card__icon {
    display: block;
    font-size: 2.35rem !important;
    color: #2d3e33;
    margin: 18px 0 10px;
    line-height: 1;
}

.members-benefit-card__title {
    font-family: 'Montserrat', 'Segoe UI', sans-serif;
    font-size: 1.35rem;
    font-weight: 700;
    color: #2d3e33;
    margin: 0 0 12px;
    line-height: 1.3;
    text-align: left;
}

.members-benefit-card__text {
    font-size: 0.95rem;
    line-height: 1.65;
    color: #2d3e33;
    font-weight: 400;
    margin: 0;
    text-align: left;
}

.members-benefit-card__actions {
    margin-top: 16px;
}

@media (min-width: 992px) {
    .members-benefit-card {
        margin-bottom: 24px;
    }
}
