/* PCEA Mwihoko Parish Landing Page Styles */

:root {
    /* PCEA Logo palette — deep blue, red, gold */
    --primary-start: #1565C0;
    --primary-end: #1976D2;
    --accent-start: #C62828;
    --accent-end: #D32F2F;
    --gold: #F9A825;
    --bg-light: #f1f5f9;
    --bg-warm: #f8f9fb;
    --text-dark: #0f172a;
    --text-medium: #64748b;
    --text-light: #ffffff;
    --font-heading: 'Playfair Display', Georgia, serif;
    --font-body: 'Inter', system-ui, sans-serif;
    --gradient-primary: linear-gradient(135deg, var(--primary-start), var(--primary-end));
    --gradient-accent: linear-gradient(135deg, var(--accent-start), var(--accent-end));
    --shadow-sm: 0 2px 8px rgba(0, 0, 0, 0.06);
    --shadow-md: 0 5px 20px rgba(0, 0, 0, 0.08);
    --shadow-lg: 0 10px 40px rgba(0, 0, 0, 0.1);

    /* Glassmorphism tokens */
    --glass-bg: rgba(255, 255, 255, 0.15);
    --glass-border: rgba(255, 255, 255, 0.25);
    --glass-blur: blur(16px);
    --glass-card-bg: rgba(255, 255, 255, 0.65);
    --glass-card-border: rgba(255, 255, 255, 0.5);
    --glass-dark-bg: rgba(13, 33, 55, 0.75);
    --glass-dark-border: rgba(255, 255, 255, 0.08);
}

html {
    overflow-x: hidden;
    width: 100%;
}

* {
    box-sizing: border-box;
}

body {
    font-family: var(--font-body);
    color: #1e293b;
    line-height: 1.7;
    overflow-x: hidden;
    width: 100%;
    position: relative;
}

img {
    max-width: 100%;
    height: auto;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: var(--font-heading);
    font-weight: 700;
}

/* ===== Top Info Bar ===== */
.top-bar {
    background: #0d2137;
    color: rgba(255, 255, 255, 0.8);
    padding: 0.5rem 0;
    font-size: 0.85rem;
    border-bottom: 1px solid rgba(255, 255, 255, 0.06);
}

.top-bar a {
    color: rgba(255, 255, 255, 0.8);
    text-decoration: none;
    transition: color 0.3s;
}

.top-bar a:hover {
    color: var(--gold);
}

.top-bar i {
    color: var(--gold);
}

/* ===== Navbar ===== */
.navbar {
    background: transparent !important;
    backdrop-filter: none;
    -webkit-backdrop-filter: none;
    border-bottom: 1px solid transparent;
    padding: 1rem 0;
    transition: all 0.4s ease;
    box-shadow: none;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 1030;
}

.navbar.scrolled {
    background: rgba(255, 255, 255, 0.95) !important;
    backdrop-filter: blur(20px) saturate(180%);
    -webkit-backdrop-filter: blur(20px) saturate(180%);
    border-bottom: 1px solid rgba(0, 0, 0, 0.06);
    padding: 0.5rem 0;
    box-shadow: 0 2px 20px rgba(0, 0, 0, 0.08);
}

/* Brand Styling */
.brand-icon {
    width: 42px;
    height: 42px;
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    flex-shrink: 0;
}

.brand-name {
    display: block;
    font-family: var(--font-body);
    font-weight: 700;
    font-size: 1.1rem;
    color: #fff;
    line-height: 1.2;
    transition: color 0.4s ease;
}

.navbar.scrolled .brand-name {
    color: var(--text-dark);
}

.brand-sub {
    display: block;
    font-family: var(--font-body);
    font-weight: 400;
    font-size: 0.75rem;
    color: var(--text-medium);
    letter-spacing: 2px;
    text-transform: uppercase;
}

/* Nav Links */
.nav-link {
    color: rgba(255, 255, 255, 0.85) !important;
    font-weight: 500;
    font-size: 0.9rem;
    margin-left: 0.25rem;
    padding: 0.5rem 1rem !important;
    border-radius: 8px;
    transition: all 0.3s ease;
}

.nav-link::after {
    display: none;
}

.nav-link:hover,
.nav-link.active {
    color: #fff !important;
    background: rgba(255, 255, 255, 0.15);
}

.navbar.scrolled .nav-link {
    color: var(--text-medium) !important;
}

.navbar.scrolled .nav-link:hover,
.navbar.scrolled .nav-link.active {
    color: var(--primary-start) !important;
    background: rgba(0, 0, 0, 0.03);
}

/* CTA Button in Navbar */
.btn-cta {
    background: var(--primary-start) !important;
    color: #fff !important;
    border-radius: 50px !important;
    padding: 0.55rem 1.5rem !important;
    font-weight: 600 !important;
    font-size: 0.9rem !important;
    transition: all 0.3s ease !important;
    box-shadow: 0 4px 20px rgba(21, 101, 192, 0.2);
}

.btn-cta::after {
    display: none !important;
}

.btn-cta:hover {
    transform: translateY(-2px);
    box-shadow: 0 6px 25px rgba(21, 101, 192, 0.3) !important;
    color: #fff !important;
}

.navbar-toggler {
    border-color: rgba(255, 255, 255, 0.4);
    padding: 0.4rem 0.6rem;
}

.navbar.scrolled .navbar-toggler {
    border-color: rgba(0, 0, 0, 0.15);
}

.navbar-toggler-icon {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%28255, 255, 255, 0.9%29' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}

.navbar.scrolled .navbar-toggler-icon {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%2815, 23, 42, 0.7%29' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}

/* Ensure CTA button text stays white on scroll */
.navbar.scrolled .nav-link.btn-cta {
    color: #fff !important;
}

/* Gold Text Utility */
.text-gold {
    color: var(--gold) !important;
}

/* ===== Hero Section ===== */
.hero-section {
    position: relative;
    /* Reduced opacity to 0.7/0.6 to make image more visible */
    background: linear-gradient(135deg, rgba(21, 101, 192, 0.5), rgba(13, 33, 55, 0.4)),
        url('../..//images/tumaini2.jpeg') no-repeat center center/cover;
    /* Fix: min-height allows content to grow on mobile */
    min-height: 100vh;
    /* Increased top padding to push content visually lower/centered */
    padding: 10rem 0 6rem 0;
    /* Add padding to prevent content cutoff */
    display: flex;
    align-items: center;
    color: var(--text-light);
    text-align: center;
    margin-top: 0;
}

.hero-section::before {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 150px;
    background: linear-gradient(transparent, var(--bg-warm));
    z-index: 1;
}

.hero-content {
    position: relative;
    z-index: 2;
}

.hero-content h1 {
    font-size: 3.5rem;
    font-weight: 800;
    margin-bottom: 1rem;
    text-shadow: 2px 2px 8px rgba(0, 0, 0, 0.3);
    color: #fff;
}

.hero-content p {
    font-size: 1.4rem;
    margin-bottom: 2rem;
    text-shadow: 1px 1px 4px rgba(0, 0, 0, 0.3);
    color: rgba(255, 255, 255, 0.9);
    font-weight: 400;
}

/* ===== Buttons ===== */
.btn-primary {
    background: var(--gradient-accent);
    border: none;
    color: #fff;
    font-weight: 600;
    padding: 0.8rem 2.2rem;
    border-radius: 50px;
    transition: all 0.3s ease;
    box-shadow: 0 4px 15px rgba(198, 40, 40, 0.3);
}

.btn-primary:hover {
    background: linear-gradient(135deg, #B71C1C, #C62828);
    color: #fff;
    transform: translateY(-3px);
    box-shadow: 0 6px 20px rgba(198, 40, 40, 0.45);
}

.btn-outline-light {
    border-radius: 50px;
    padding: 0.8rem 2.2rem;
    font-weight: 600;
    border-width: 2px;
    transition: all 0.3s ease;
}

.btn-outline-light:hover {
    color: var(--primary-start);
    transform: translateY(-3px);
    box-shadow: 0 6px 20px rgba(255, 255, 255, 0.25);
}

.btn-outline-primary {
    color: var(--primary-start);
    border-color: var(--primary-start);
    font-weight: 600;
    transition: all 0.3s ease;
}

.btn-outline-primary:hover {
    background: var(--gradient-primary);
    border-color: var(--primary-start);
    transform: translateY(-2px);
    box-shadow: 0 4px 15px rgba(21, 101, 192, 0.25);
}

/* ===== Section General ===== */
section {
    padding: 5rem 0;
}

.section-title {
    text-align: center;
    margin-bottom: 3rem;
    position: relative;
    padding-bottom: 1rem;
}

.section-title h2 {
    font-size: 2.2rem;
    color: var(--primary-start);
}

.section-title::after {
    content: '';
    display: block;
    width: 80px;
    height: 4px;
    background: var(--gradient-accent);
    margin: 0.75rem auto 0;
    border-radius: 2px;
}

/* ===== Welcome Section ===== */
.welcome-section {
    background: var(--bg-warm);
}

.welcome-section h2 {
    color: var(--primary-start);
}

.welcome-section .lead {
    color: var(--text-medium);
    font-size: 1.1rem;
}

.welcome-section .divider {
    background: var(--gradient-accent) !important;
    border-radius: 2px;
}

.welcome-section img {
    border-radius: 12px;
    box-shadow: var(--shadow-lg);
    max-height: 450px;
    width: 100%;
    object-fit: cover;
}

/* ===== Churches / Service Cards ===== */
.bg-light {
    background: var(--bg-light) !important;
}

.service-card {
    border: 1px solid rgba(255, 255, 255, 0.6);
    border-radius: 20px;
    box-shadow: 0 8px 32px rgba(198, 40, 40, 0.08);
    transition: all 0.4s ease;
    height: 100%;
    background: rgba(255, 255, 255, 0.55);
    backdrop-filter: blur(16px) saturate(180%);
    -webkit-backdrop-filter: blur(16px) saturate(180%);
    overflow: hidden;
    position: relative;
}

.service-card::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 4px;
    background: var(--gradient-accent);
}

.service-card:hover {
    transform: translateY(-8px);
    box-shadow: 0 16px 40px rgba(198, 40, 40, 0.15);
    background: rgba(255, 255, 255, 0.75);
    border-color: rgba(255, 255, 255, 0.8);
}

.service-icon {
    font-size: 2.5rem;
    background: var(--gradient-accent);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    margin-bottom: 1rem;
}

.service-card h4 {
    color: var(--primary-start);
    font-size: 1.2rem;
}

.service-card hr {
    border-color: rgba(198, 40, 40, 0.15);
}

/* ===== Ministries ===== */
.ministry-card {
    position: relative;
    border-radius: 16px;
    overflow: hidden;
    height: 300px;
    margin-bottom: 2rem;
    box-shadow: var(--shadow-md);
    cursor: pointer;
}

.ministry-card img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.6s ease;
}

.ministry-card:hover img {
    transform: scale(1.1);
}

.ministry-overlay {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    background: linear-gradient(transparent, rgba(21, 101, 192, 0.85));
    padding: 2rem 1.5rem;
    color: #fff;
    transition: padding 0.3s ease;
}

.ministry-card:hover .ministry-overlay {
    padding-bottom: 2.5rem;
}

.ministry-overlay h4 {
    color: #fff;
    font-size: 1.2rem;
    margin-bottom: 0.25rem;
}

.ministry-overlay p {
    color: rgba(255, 255, 255, 0.75);
    font-size: 0.9rem;
    margin-bottom: 0;
}

/* ===== Events ===== */
#events {
    padding: 5rem 0;
    background: var(--bg-light);
}

.event-card {
    display: flex;
    gap: 1.25rem;
    background: #fff;
    border: 1px solid rgba(0, 0, 0, 0.06);
    border-radius: 12px;
    padding: 1.5rem;
    transition: all 0.3s ease;
    height: 100%;
}

.event-card:hover {
    border-color: rgba(21, 101, 192, 0.15);
    transform: translateY(-3px);
    box-shadow: 0 8px 30px rgba(0, 0, 0, 0.06);
}

.event-date {
    min-width: 60px;
    text-align: center;
    background: linear-gradient(135deg, rgba(21, 101, 192, 0.06), rgba(198, 40, 40, 0.06));
    border: 1px solid rgba(0, 0, 0, 0.06);
    border-radius: 12px;
    padding: 0.75rem 0.5rem;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}

.event-date .day {
    font-size: 1.5rem;
    font-weight: 800;
    color: var(--primary-start);
    line-height: 1;
}

.event-date .month {
    font-size: 0.7rem;
    text-transform: uppercase;
    letter-spacing: 1px;
    color: var(--text-medium);
    margin-top: 0.15rem;
}

.event-info h4 {
    font-size: 1.05rem;
    font-weight: 700;
    color: var(--text-dark);
    margin-bottom: 0.3rem;
}

.event-info p {
    font-size: 0.88rem;
    color: var(--text-medium);
    margin-bottom: 0;
    line-height: 1.5;
}

.event-tag {
    display: inline-block;
    font-size: 0.7rem;
    font-weight: 600;
    padding: 0.2rem 0.6rem;
    border-radius: 4px;
    background: rgba(245, 158, 11, 0.12);
    color: #d97706;
    margin-top: 0.5rem;
}

.event-tag.tag-parish {
    background: rgba(37, 99, 235, 0.1);
    color: var(--primary-start);
}

.event-tag.tag-women {
    background: rgba(168, 85, 247, 0.1);
    color: #7c3aed;
}

.event-tag.tag-outreach {
    background: rgba(5, 150, 105, 0.1);
    color: #059669;
}

/* ===== Contact Section ===== */
#contact {
    background: linear-gradient(180deg, var(--bg-light), rgba(240, 244, 248, 0.6));
}

#contact h2 {
    color: var(--primary-start);
}

/* Contact Info Card */
.contact-info-card {
    background: linear-gradient(135deg, rgba(21, 101, 192, 0.04), rgba(198, 40, 40, 0.03));
    border: 1px solid rgba(0, 0, 0, 0.08);
    color: var(--text-dark);
}

.contact-info-card::before {
    display: none;
}

.contact-info-card h4 {
    font-size: 1.4rem;
    color: var(--text-dark);
}

.contact-info-icon {
    width: 42px;
    height: 42px;
    min-width: 42px;
    border-radius: 10px;
    background: rgba(21, 101, 192, 0.06);
    border: 1px solid rgba(21, 101, 192, 0.1);
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--primary-start);
    font-size: 0.85rem;
}

.contact-info-card h6 {
    font-size: 0.95rem;
    color: var(--text-dark);
    font-weight: 600;
}

.contact-info-card p {
    font-size: 0.9rem;
}

/* Contact Form Card */
.contact-form-card {
    background: rgba(255, 255, 255, 0.6);
    backdrop-filter: blur(16px);
    -webkit-backdrop-filter: blur(16px);
    box-shadow: 0 8px 32px rgba(198, 40, 40, 0.08);
    border: 1px solid rgba(255, 255, 255, 0.5);
}

.contact-form-card h4 {
    color: var(--primary-start);
    font-size: 1.2rem;
}

.contact-form-card .form-control,
.contact-form-card .form-select {
    border: 1px solid #e0e4ea;
    border-radius: 10px;
    padding: 0.7rem 1rem;
    font-size: 0.92rem;
    transition: all 0.3s ease;
    background-color: #fafbfc;
}

.contact-form-card .form-control:focus,
.contact-form-card .form-select:focus {
    border-color: var(--accent-start);
    box-shadow: 0 0 0 3px rgba(198, 40, 40, 0.1);
    background-color: #fff;
}

.contact-form-card .form-label {
    font-size: 0.88rem;
    font-weight: 600;
    color: var(--text-medium);
    margin-bottom: 0.4rem;
}

.map-container {
    border-radius: 16px;
    overflow: hidden;
    box-shadow: var(--shadow-lg);
}

/* ===== Footer ===== */
footer {
    background: linear-gradient(160deg, #0a1628 0%, #112240 40%, #0d2137 100%) !important;
    color: #9ea7c2;
    padding: 4.5rem 0 0;
    position: relative;
    overflow: hidden;
    border-top: 1px solid rgba(255, 255, 255, 0.08);
}

/* Decorative glass orbs */
.footer-glass-orb {
    position: absolute;
    border-radius: 50%;
    filter: blur(60px);
    opacity: 0.35;
    z-index: 1;
    pointer-events: none;
}

.footer-orb-1 {
    width: 300px;
    height: 300px;
    background: rgba(21, 101, 192, 0.5);
    /* blue — matches logo cross */
    top: -80px;
    left: -50px;
}

.footer-orb-2 {
    width: 250px;
    height: 250px;
    background: rgba(198, 40, 40, 0.4);
    /* red — matches logo flame */
    bottom: -60px;
    right: 10%;
}

.footer-orb-3 {
    width: 200px;
    height: 200px;
    background: rgba(30, 136, 229, 0.3);
    top: 30%;
    right: -40px;
}

/* Frosted glass panels */
.footer-glass-panel {
    background: rgba(255, 255, 255, 0.06);
    backdrop-filter: blur(12px) saturate(150%);
    -webkit-backdrop-filter: blur(12px) saturate(150%);
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 16px;
    padding: 1.5rem;
    height: 100%;
    transition: all 0.3s ease;
}

.footer-glass-panel:hover {
    background: rgba(255, 255, 255, 0.1);
    border-color: rgba(255, 255, 255, 0.18);
    box-shadow: 0 8px 32px rgba(0, 0, 0, 0.15);
}

footer::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 4px;
    background: var(--gradient-accent);
}

/* Footer Brand Icon */
.footer-icon {
    width: 42px;
    height: 42px;
    border-radius: 10px;
    overflow: hidden;
    flex-shrink: 0;
}

.footer-icon img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.footer-desc {
    font-size: 0.92rem;
    line-height: 1.7;
    color: #8892b0;
}

/* Footer Headings */
.footer-heading {
    color: #fff;
    font-size: 1.1rem;
    font-weight: 700;
    margin-bottom: 1.5rem;
    position: relative;
    padding-bottom: 0.75rem;
}

.footer-heading::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 35px;
    height: 3px;
    background: var(--gradient-accent);
    border-radius: 2px;
}

/* Footer Links */
.footer-links {
    list-style: none;
    padding: 0;
    margin: 0;
}

.footer-links li {
    margin-bottom: 0.75rem;
}

.footer-links li a {
    color: #8892b0;
    text-decoration: none;
    font-size: 0.92rem;
    transition: all 0.3s;
    display: inline-block;
}

.footer-links li a i {
    font-size: 0.65rem;
    color: var(--gold);
    transition: transform 0.3s;
}

.footer-links li a:hover {
    color: var(--gold);
    transform: translateX(4px);
}

.footer-links li a:hover i {
    transform: translateX(3px);
}

/* Footer Schedule */
.footer-schedule {
    list-style: none;
    padding: 0;
    margin: 0;
}

.footer-schedule li {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0.65rem 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.06);
    font-size: 0.92rem;
}

.footer-schedule li:last-child {
    border-bottom: none;
}

.schedule-day {
    color: #c8cfe0;
    font-weight: 600;
}

.schedule-time {
    color: var(--gold);
    font-size: 0.85rem;
}

/* Footer Contact */
.footer-contact {
    list-style: none;
    padding: 0;
    margin: 0;
}

.footer-contact li {
    display: flex;
    align-items: flex-start;
    margin-bottom: 1rem;
    font-size: 0.92rem;
}

.footer-contact li span {
    word-break: break-word;
    overflow-wrap: anywhere;
}

.footer-contact li i {
    color: var(--gold);
    margin-right: 0.75rem;
    margin-top: 0.3rem;
    font-size: 0.85rem;
}

/* Social Icons */
.social-icons a {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 38px;
    height: 38px;
    border-radius: 10px;
    background: rgba(255, 255, 255, 0.08);
    backdrop-filter: blur(8px);
    -webkit-backdrop-filter: blur(8px);
    border: 1px solid rgba(255, 255, 255, 0.1);
    color: #8892b0;
    text-decoration: none;
    transition: all 0.3s ease;
    overflow: hidden;
}

.social-icons a:hover {
    background: #fff !important;
    transform: translateY(-3px);
    border-color: transparent !important;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.3);
}

.social-icons a:hover .fa-facebook-f {
    color: #1877F2 !important;
}

.social-icons a:hover .fa-twitter {
    color: #1DA1F2 !important;
}

.social-icons a:hover .fa-youtube {
    color: #FF0000 !important;
}

.social-icons a:hover .fa-instagram {
    background: -webkit-linear-gradient(45deg, #f09433 0%, #e6683c 25%, #dc2743 50%, #cc2366 75%, #bc1888 100%);
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
    color: transparent !important;
    display: inline-block;
}




/* Footer Bottom */
.footer-bottom {
    background: rgba(0, 0, 0, 0.25);
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
    padding: 1.25rem 0;
    margin-top: 3rem;
    border-top: 1px solid rgba(255, 255, 255, 0.08);
    font-size: 0.85rem;
}

.footer-bottom p {
    color: #6b7394;
}

.footer-bottom a {
    color: #8892b0;
    text-decoration: none;
    transition: color 0.3s;
}

.footer-bottom a:hover {
    color: var(--gold);
}

/* ===== Animations ===== */
@keyframes fadeInUp {
    from {
        opacity: 0;
        transform: translateY(30px);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.hero-content h1,
.hero-content p,
.hero-content .d-flex {
    animation: fadeInUp 0.8s ease forwards;
}

.hero-content p {
    animation-delay: 0.2s;
}

.hero-content .d-flex {
    animation-delay: 0.4s;
}

/* ===== Responsive ===== */
@media (max-width: 991px) {
    .navbar {
        padding: 0.6rem 0;
    }

    /* Adjust hero padding for mobile navbar */
    .hero-section {
        padding: 8rem 0 5rem 0;
    }

    .nav-link {
        margin-left: 0;
        padding: 0.6rem 0 !important;
    }

    .btn-cta {
        display: inline-block;
        margin-top: 0.5rem;
        text-align: center;
    }

    /* Restore button padding on mobile */
    .nav-link.btn-cta {
        padding: 0.55rem 1.5rem !important;
        margin-left: 0.5rem;
        /* Optional spacing */
    }

    /* Mobile Navbar Background */
    .navbar-collapse {
        background: #0d2137;
        /* Dark Navy */
        padding: 1rem;
        border-radius: 12px;
        margin-top: 1rem;
    }

    /* Mobile Dropdown Styling */
    .navbar-collapse .dropdown-menu {
        background: rgba(255, 255, 255, 0.05); /* Match dark navy theme */
        border: 1px solid rgba(255, 255, 255, 0.1);
        padding: 0.5rem;
        margin-top: 0.5rem;
    }

    .navbar-collapse .dropdown-item {
        color: rgba(255, 255, 255, 0.85); /* Light text like .nav-link */
        transition: all 0.3s ease;
        padding: 0.6rem 1rem;
        border-radius: 6px;
    }

    .navbar-collapse .dropdown-item:hover,
    .navbar-collapse .dropdown-item:focus {
        background: rgba(255, 255, 255, 0.15);
        color: #fff;
    }

    /* Keep nav-link white in scrolled mode on mobile because background remains dark */
    .navbar.scrolled .navbar-collapse .nav-link {
        color: rgba(255, 255, 255, 0.85) !important;
    }
    
    .navbar.scrolled .navbar-collapse .nav-link:hover,
    .navbar.scrolled .navbar-collapse .nav-link.active {
        color: #fff !important;
        background: rgba(255, 255, 255, 0.15);
    }

    /* Footer Bottom */
    .footer-bottom {
        background: rgba(0, 0, 0, 0.25);
        backdrop-filter: blur(10px);
        -webkit-backdrop-filter: blur(10px);
        padding: 1.25rem 0;
        margin-top: 3rem;
        border-top: 1px solid rgba(255, 255, 255, 0.08);
        font-size: 0.85rem;
    }

    .footer-bottom p {
        color: #6b7394;
    }

    .footer-bottom a {
        color: #8892b0;
        text-decoration: none;
        transition: color 0.3s;
    }

    .footer-bottom a:hover {
        color: var(--gold);
    }
}