/* Custom CSS */
body {
    background-image: linear-gradient(rgba(255, 255, 255, 0.5), rgba(255, 255, 255, 0.5)), url('https://danderaelectric.com/images/autorickshaw.jpg');
    background-size: cover;
    background-position: center;
    background-attachment: fixed;
    background-repeat: no-repeat;
    min-height: 100vh;
    display: flex;
    flex-direction: column;
}

body > .container {
    flex: 1;
    width: 100%;
}

footer {
    margin-top: auto !important;
    font-size: 0.8rem;
}

footer .lead {
    font-size: 0.8rem !important;
}

/* Mobile responsive table optimizations */
@media (max-width: 768px) {
    .table-responsive th:nth-child(4),
    .table-responsive td:nth-child(4),
    .table-responsive th:nth-child(5),
    .table-responsive td:nth-child(5) {
        display: none;
    }
}
