/* Custom Theme Overrides */
:root {
    --primary: #134686 !important;
    --ring: #134686 !important;
    --muted: #1E3A5F !important;
    --c-active: #134686 !important;
    --primary-foreground: #fafafa !important;
}

/* Force blue background for primary elements */
.bg-primary {
    background-color: #134686 !important;
}

.bg-muted {
    background-color: #1E3A5F !important;
}

/* Force red background for navigation elements */
aside,
nav,
header,
.sidebar,
.navbar,
[class*="nav"],
[class*="header"] {
    background-color: #134686 !important;
    color: #fff !important;
}

/* Override text colors if necessary */
.text-primary {
    color: #134686 !important;
}

/* Hide specific navigation sections as requested */
[class*="h-[290px]"][class*="group-hover/nav:hidden"] {
    display: none !important;
}