/* Custom styles to complement Bootstrap theme */
.navbar-brand {
    font-size: 1.5rem;
    font-weight: bold;
}

.footer {
    position: relative;
    bottom: 0;
    width: 100%;
}

/* Ensure icons are properly sized */
.feather {
    width: 24px;
    height: 24px;
    stroke: currentColor;
    stroke-width: 2;
    stroke-linecap: round;
    stroke-linejoin: round;
    fill: none;
}

/* Add some hover effects */
.btn-primary:hover {
    transform: translateY(-1px);
    transition: transform 0.2s;
}

/* Ensure form elements are properly spaced */
.form-control, .form-select {
    margin-bottom: 1rem;
}

/* Add some depth to cards */
.card {
    border: none;
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
}
