/* Modern UI Adjustments */
body {
    font-family: 'Inter', -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
    background-color: #f8f9fa;
    color: #334155;
    -webkit-font-smoothing: antialiased;
}

/* Navbar Enhancements */
.navbar {
    padding-top: 1rem;
    padding-bottom: 1rem;
    backdrop-filter: blur(10px);
    background-color: rgba(255, 255, 255, 0.95) !important;
}

.navbar-brand {
    font-weight: 700;
    letter-spacing: -0.025em;
    color: #0f172a !important;
}

.nav-link {
    font-weight: 500;
    color: #475569 !important;
    transition: color 0.2s ease;
}

.nav-link:hover, .nav-link.active {
    color: #2563eb !important;
}

.hover-lift {
    transition: all 0.2s ease;
}

.hover-lift:hover {
    transform: translateY(-2px);
    box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.1) !important;
}

/* Card Enhancements */
.card {
    border: none;
    border-radius: 12px;
    box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.05), 0 2px 4px -1px rgba(0, 0, 0, 0.03);
    transition: transform 0.2s ease, box-shadow 0.2s ease;
    background: #ffffff;
}

.card:hover {
    transform: translateY(-2px);
    box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05);
}

.card-header {
    background-color: transparent;
    border-bottom: 1px solid rgba(0,0,0,0.05);
    font-weight: 600;
    padding: 1.25rem 1.5rem;
}

.card-body {
    padding: 1.5rem;
}

/* Hero Section Gradient */
.hero-gradient {
    background: linear-gradient(135deg, #1e3a8a 0%, #2563eb 100%);
    box-shadow: 0 20px 25px -5px rgba(37, 99, 235, 0.2), 0 10px 10px -5px rgba(37, 99, 235, 0.1);
}

/* Premium Hero Buttons */
.btn-hero-primary {
    background-color: #ffffff;
    color: #2563eb !important;
    border: none;
    box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05), 0 0 20px rgba(255, 255, 255, 0.3);
    border-radius: 12px;
    padding: 0.8rem 2rem;
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}

.btn-hero-primary:hover {
    transform: translateY(-3px);
    box-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 10px 10px -5px rgba(0, 0, 0, 0.04), 0 0 30px rgba(255, 255, 255, 0.5);
    background-color: #f8fafc;
}

.btn-hero-secondary {
    background-color: rgba(255, 255, 255, 0.15);
    backdrop-filter: blur(4px);
    color: #ffffff !important;
    border: 1px solid rgba(255, 255, 255, 0.3);
    border-radius: 12px;
    padding: 0.8rem 2rem;
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}

.btn-hero-secondary:hover {
    background-color: rgba(255, 255, 255, 0.25);
    transform: translateY(-3px);
    border-color: rgba(255, 255, 255, 0.5);
}

/* Button Refinements */
.btn {
    font-weight: 500;
    border-radius: 8px;
    padding: 0.5rem 1.25rem;
    transition: all 0.2s;
}

.btn-primary {
    background-color: #2563eb;
    border-color: #2563eb;
}

.btn-primary:hover {
    background-color: #1d4ed8;
    border-color: #1d4ed8;
    transform: translateY(-1px);
    box-shadow: 0 4px 6px -1px rgba(37, 99, 235, 0.3);
}

.btn-outline-primary {
    color: #2563eb;
    border-color: #2563eb;
}

.btn-outline-primary:hover {
    background-color: #2563eb;
    color: #fff;
}

/* Badge Refinements */
.badge {
    padding: 0.4em 0.7em;
    font-weight: 600;
    border-radius: 6px;
}

/* Table Enhancements */
.table {
    margin-bottom: 0;
}

.table th {
    font-weight: 600;
    color: #64748b;
    border-bottom-width: 1px;
    text-transform: uppercase;
    font-size: 0.75rem;
    letter-spacing: 0.05em;
    padding: 1rem;
}

.table td {
    vertical-align: middle;
    padding: 1rem;
    color: #334155;
}

/* Footer Adjustments */
footer {
    background-color: #0f172a !important;
}

footer h5 {
    color: #f8fafc;
    font-weight: 600;
    letter-spacing: 0.025em;
}

footer a.text-muted:hover {
    color: #38bdf8 !important;
    text-decoration: none;
}

.bg-secondary-subtle {
	background-color: #b32b2b !important;
}
#navbarMain .nav-item {
	margin-right: 0;
  margin-left: 0;
}
