/* Hide all default Mantis footer content */
footer,
.footer,
.footer * {
    display: none !important;
}

body::after {
    content: "© 2026 The Nav Thethi | Ticket Management System | Hero Team. All rights reserved.";
    display: block;
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    background: #fff;
    border-top: 1px solid #e5e5e5;
    text-align: center;
    padding: 10px;
    font-size: 12px;
    color: #666;
    z-index: 999;
}

/* =========================
   HEADER BRANDING ONLY
========================= */

/* Header background */
.navbar,
.navbar-default {
    background-color: #002158 !important;
    border: none;
}

/* Header title / brand text */
.navbar-brand {
    color: #D4AF37 !important;
    font-weight: 600;
}

/* Prevent hover from changing brand color */
.navbar-brand:hover,
.navbar-brand:focus {
    color: #D4AF37 !important;
}
