/* =====================================================================
   PMAN RIVERS STATE CHAPTER — MAIN STYLESHEET
   ===================================================================== */

:root {
    --pman-navy: #0B1F3A;
    --pman-navy-light: #14305A;
    --pman-gold: #D4AF37;
    --pman-gold-light: #E8C766;
    --pman-red: #C62828;
    --pman-bg: #F8F9FA;
    --pman-text: #1C2530;
    --font-heading: 'Playfair Display', serif;
    --font-body: 'Poppins', sans-serif;
}

* { box-sizing: border-box; }

body {
    font-family: var(--font-body);
    color: var(--pman-text);
    background-color: var(--pman-bg);
    overflow-x: hidden;
}

h1, h2, h3, h4, .font-heading {
    font-family: var(--font-heading);
    font-weight: 700;
    color: var(--pman-navy);
}

a { text-decoration: none; }

.section-padding { padding: 80px 0; }
@media (max-width: 768px) { .section-padding { padding: 50px 0; } }

.section-tag {
    display: inline-block;
    color: var(--pman-red);
    font-weight: 600;
    letter-spacing: 2px;
    text-transform: uppercase;
    font-size: 0.85rem;
    margin-bottom: 8px;
}

.section-title { font-size: 2.2rem; margin-bottom: 1rem; }
.gold-underline {
    width: 70px; height: 4px; background: var(--pman-gold);
    margin: 0 auto 1.5rem; border-radius: 2px;
}
.gold-underline.start { margin: 0 0 1.5rem; }

/* ===== TOPBAR ===== */
.topbar { background: var(--pman-navy); color: #fff; font-size: 0.85rem; }
.topbar a { color: #d8e0ec; margin-right: 6px; }
.topbar a:hover { color: var(--pman-gold); }
.topbar-social a { color: #fff; margin-left: 12px; font-size: 0.95rem; }
.topbar-social a:hover { color: var(--pman-gold); }

/* ===== NAVBAR ===== */
.pman-navbar {
    background: linear-gradient(180deg, var(--pman-navy) 0%, var(--pman-navy-light) 100%);
    padding: 10px 0;
    box-shadow: 0 2px 18px rgba(0,0,0,.15);
}
.navbar-brand { display: flex; align-items: center; gap: 10px; }
.brand-text { display: flex; flex-direction: column; line-height: 1.1; color: #fff; }
.brand-text strong { color: var(--pman-gold); font-size: 1.15rem; letter-spacing: 1px; }
.brand-text small { color: #cfd8e3; font-size: 0.7rem; text-transform: uppercase; letter-spacing: 1px; }

.pman-navbar .nav-link { color: #e7ecf3 !important; font-weight: 500; margin: 0 6px; position: relative; }
.pman-navbar .nav-link:hover, .pman-navbar .nav-link.active { color: var(--pman-gold) !important; }
.pman-navbar .dropdown-menu { border: none; box-shadow: 0 8px 24px rgba(0,0,0,.15); }
.pman-navbar .dropdown-item:hover { background: var(--pman-navy); color: var(--pman-gold); }

.btn-pman-gold {
    background: var(--pman-gold); border-color: var(--pman-gold); color: var(--pman-navy);
    font-weight: 600; border-radius: 30px; padding: 8px 20px;
}
.btn-pman-gold:hover { background: var(--pman-gold-light); color: var(--pman-navy); }

.btn-pman-login {
    border: 1.5px solid var(--pman-gold); color: var(--pman-gold) !important; border-radius: 30px; padding: 7px 18px; font-weight: 500;
}
.btn-pman-login:hover { background: var(--pman-gold); color: var(--pman-navy) !important; }

.btn-pman-red {
    background: var(--pman-red); border-color: var(--pman-red); color: #fff;
    font-weight: 600; border-radius: 30px; padding: 10px 26px;
}
.btn-pman-red:hover { background: #a82020; border-color: #a82020; color: #fff; }

.btn-pman-outline-navy {
    border: 1.5px solid var(--pman-navy); color: var(--pman-navy); border-radius: 30px; padding: 9px 24px; font-weight: 600;
}
.btn-pman-outline-navy:hover { background: var(--pman-navy); color: #fff; }

/* ===== HERO ===== */
.hero-slider { position: relative; height: 88vh; min-height: 520px; }
.hero-slide {
    height: 88vh; min-height: 520px; background-size: cover; background-position: center;
    position: relative; display: flex; align-items: center;
}
.hero-slide::before {
    content: ''; position: absolute; inset: 0;
    background: linear-gradient(90deg, rgba(11,31,58,.92) 0%, rgba(11,31,58,.65) 50%, rgba(11,31,58,.35) 100%);
}
.hero-content { position: relative; z-index: 2; color: #fff; max-width: 700px; }
.hero-content .badge-gold {
    background: var(--pman-gold); color: var(--pman-navy); padding: 6px 16px; border-radius: 20px;
    font-weight: 600; font-size: 0.8rem; letter-spacing: 1px; text-transform: uppercase;
}
.hero-content h1 { color: #fff; font-size: 3rem; margin: 18px 0; line-height: 1.2; }
.hero-content p { font-size: 1.1rem; color: #e3e8f0; margin-bottom: 28px; }
@media (max-width: 768px) { .hero-content h1 { font-size: 2rem; } .hero-slide { height: 75vh; } .hero-slider { height: 75vh; } }

.hero-slider .carousel-indicators [data-bs-target] { background-color: var(--pman-gold); }
.hero-slider .carousel-control-prev, .hero-slider .carousel-control-next { width: 5%; }

/* ===== ABOUT ===== */
.about-card {
    background: #fff; border-radius: 14px; padding: 28px; box-shadow: 0 6px 24px rgba(11,31,58,.08);
    height: 100%; border-top: 4px solid var(--pman-gold);
}
.about-card i { font-size: 2.2rem; color: var(--pman-red); margin-bottom: 14px; }

/* ===== SERVICES ===== */
.service-card {
    background: #fff; border-radius: 14px; padding: 32px 24px; text-align: center; height: 100%;
    transition: transform .25s, box-shadow .25s; box-shadow: 0 4px 16px rgba(11,31,58,.06);
}
.service-card:hover { transform: translateY(-8px); box-shadow: 0 14px 30px rgba(11,31,58,.15); }
.service-icon {
    width: 72px; height: 72px; border-radius: 50%; background: var(--pman-navy);
    display: flex; align-items: center; justify-content: center; margin: 0 auto 18px;
}
.service-icon i { color: var(--pman-gold); font-size: 1.8rem; }
.service-card:hover .service-icon { background: var(--pman-red); }

/* ===== LEADERSHIP ===== */
.exec-card { background: #fff; border-radius: 14px; overflow: hidden; box-shadow: 0 6px 20px rgba(11,31,58,.08); }
.exec-card img { width: 100%; height: 280px; object-fit: cover; }
.exec-card .exec-body { padding: 18px; text-align: center; }
.exec-card h5 { margin-bottom: 2px; }
.exec-card .exec-position { color: var(--pman-red); font-weight: 600; font-size: 0.85rem; text-transform: uppercase; letter-spacing: 1px; }
.exec-card .exec-social a { color: var(--pman-navy); margin: 0 6px; }
.exec-card .exec-social a:hover { color: var(--pman-gold); }

/* ===== ARTISTS ===== */
.artist-card { position: relative; border-radius: 14px; overflow: hidden; height: 320px; }
.artist-card img { width: 100%; height: 100%; object-fit: cover; transition: transform .4s; }
.artist-card:hover img { transform: scale(1.08); }
.artist-overlay {
    position: absolute; bottom: 0; left: 0; right: 0; padding: 18px;
    background: linear-gradient(0deg, rgba(11,31,58,.95) 0%, transparent 100%); color: #fff;
}
.artist-overlay h6 { color: var(--pman-gold); margin-bottom: 2px; }

/* ===== NEWS / EVENTS CARDS ===== */
.news-card, .event-card { background: #fff; border-radius: 14px; overflow: hidden; box-shadow: 0 4px 16px rgba(11,31,58,.06); height: 100%; }
.news-card img, .event-card img { width: 100%; height: 200px; object-fit: cover; }
.news-card .card-body, .event-card .card-body { padding: 20px; }
.news-meta { font-size: 0.8rem; color: #6c7a8f; margin-bottom: 8px; }
.event-date-badge {
    position: absolute; top: 14px; left: 14px; background: var(--pman-red); color: #fff;
    border-radius: 8px; padding: 6px 12px; text-align: center; line-height: 1.1;
}
.event-date-badge .day { font-size: 1.3rem; font-weight: 700; display: block; }
.event-date-badge .mon { font-size: 0.7rem; text-transform: uppercase; }
.event-card { position: relative; }

/* ===== GALLERY ===== */
.gallery-item { border-radius: 12px; overflow: hidden; position: relative; height: 220px; }
.gallery-item img { width: 100%; height: 100%; object-fit: cover; transition: transform .4s; }
.gallery-item:hover img { transform: scale(1.1); }

/* ===== PARTNERS ===== */
.partner-logo { filter: grayscale(100%); opacity: .7; transition: .3s; max-height: 70px; }
.partner-logo:hover { filter: none; opacity: 1; }

/* ===== FAQ ===== */
.accordion-button:not(.collapsed) { background: var(--pman-navy); color: #fff; }
.accordion-button:focus { box-shadow: none; }

/* ===== CTA ===== */
.cta-section {
    background: linear-gradient(135deg, var(--pman-navy) 0%, #1a3a66 100%);
    color: #fff; border-radius: 18px; padding: 60px 40px; position: relative; overflow: hidden;
}
.cta-section::after {
    content: ''; position: absolute; right: -60px; top: -60px; width: 220px; height: 220px;
    background: var(--pman-gold); opacity: .15; border-radius: 50%;
}
.cta-section h2 { color: #fff; }

/* ===== FOOTER ===== */
.pman-footer { background: var(--pman-navy); color: #cfd8e3; }
.footer-brand { color: #fff; }
.footer-brand strong { color: var(--pman-gold); }
.footer-heading { color: var(--pman-gold); margin-bottom: 16px; font-size: 1rem; }
.footer-links { list-style: none; padding: 0; margin: 0; }
.footer-links li { margin-bottom: 10px; font-size: 0.92rem; }
.footer-links a { color: #cfd8e3; }
.footer-links a:hover { color: var(--pman-gold); }
.footer-social a { color: #fff; margin-right: 14px; font-size: 1.1rem; }
.footer-social a:hover { color: var(--pman-gold); }
.footer-bottom { background: #081628; font-size: 0.85rem; }

/* ===== BACK TO TOP ===== */
.back-to-top {
    position: fixed; bottom: 24px; right: 24px; width: 46px; height: 46px; border-radius: 50%;
    background: var(--pman-red); color: #fff; display: flex; align-items: center; justify-content: center;
    box-shadow: 0 4px 14px rgba(0,0,0,.25); opacity: 0; visibility: hidden; transition: .3s; z-index: 999;
}
.back-to-top.show { opacity: 1; visibility: visible; }
.back-to-top:hover { background: var(--pman-navy); color: #fff; }

/* ===== AUTH PAGES ===== */
.auth-wrapper {
    min-height: 100vh; display: flex; align-items: center;
    background: linear-gradient(135deg, var(--pman-navy) 0%, #1a3a66 100%);
}
.auth-card { background: #fff; border-radius: 18px; padding: 40px; box-shadow: 0 20px 50px rgba(0,0,0,.25); }

/* ===== DASHBOARD ===== */
.dash-sidebar { background: var(--pman-navy); min-height: 100vh; color: #fff; }
.dash-sidebar a { color: #cfd8e3; display: block; padding: 12px 20px; border-left: 4px solid transparent; }
.dash-sidebar a:hover, .dash-sidebar a.active { background: rgba(255,255,255,.06); border-left-color: var(--pman-gold); color: #fff; }
.dash-stat-card { background: #fff; border-radius: 14px; padding: 24px; box-shadow: 0 4px 16px rgba(11,31,58,.06); border-left: 4px solid var(--pman-gold); }
.dash-stat-card h3 { color: var(--pman-navy); }
