/* Main Styles for Halaqat Maher Application */

body {
    font-family: 'Arial', sans-serif;
    background-color: #f8f9fa;
}

.navbar-brand {
    font-weight: bold;
    color: #2c5530 !important;
}

.card {
    border: none;
    box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075);
    transition: all 0.3s ease;
}

.clickable-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
    background-color: #f4f4f4;
}

.btn-primary {
    background-color: #2c5530;
    border-color: #2c5530;
}

.btn-primary:hover {
    background-color: #1e3a21;
    border-color: #1e3a21;
}