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

.container.mt-4 {
    flex: 1;
}

.fixed-bottom-if-short {
    /* Logic to keep footer at bottom would be here, but flexbox handles it */
    margin-top: auto;
}

.card {
    box-shadow: 0 4px 8px rgba(0,0,0,0.1);
    margin-bottom: 20px;
}

.btn-primary {
    background-color: #007bff;
    border-color: #007bff;
}

.btn-primary:hover {
    background-color: #0069d9;
    border-color: #0062cc;
}

/* Marathi Font Fixes if needed */
body, h1, h2, h3, h4, h5, h6 {
    /* font-family: 'Mukta', sans-serif; */ /* If Google Fonts included */
}
