/* Custom CSS for N96393 Aircraft Portal */

:root {
    --primary-color: #0d6efd;
    --dark-color: #212529;
}

body {
    min-height: 100vh;
    display: flex;
    flex-direction: column;
}

main {
    flex: 1;
}

.hero-section {
    position: relative;
    overflow: hidden;
}

.card {
    border-radius: 8px;
    box-shadow: 0 2px 4px rgba(0,0,0,0.1);
}

.card-header {
    border-bottom: 2px solid rgba(0,0,0,0.1);
}

.table-hover tbody tr:hover {
    background-color: rgba(0,0,0,0.02);
}

.badge {
    font-weight: 500;
    padding: 0.35em 0.65em;
}

/* KPI Cards */
.card.bg-primary .display-4,
.card.bg-success .display-4,
.card.bg-info .display-4,
.card.bg-warning .display-4 {
    font-weight: 700;
}

/* Responsive tables */
@media (max-width: 768px) {
    .table-responsive {
        font-size: 0.875rem;
    }
}

/* Fix Bootstrap icon alignment */
.bi {
    vertical-align: -0.125em;
}

/* Login form */
.card-header h4 {
    font-weight: 500;
}

/* Footer */
footer {
    margin-top: auto;
}
