﻿.hover-lift {
    transition: transform 0.2s ease, box-shadow 0.2s ease;
}

    .hover-lift:hover {
        transform: translateY(-1px);
        box-shadow: 0 4px 12px rgba(13, 110, 253, 0.15);
        filter: brightness(1.05);
    }

.input-group:focus-within .input-group-text {
    border-color: #86b7fe;
    color: #0d6efd !important;
    background-color: #fff !important;
}

.input-group:focus-within .form-control {
    border-color: #86b7fe;
    background-color: #fff !important;
}
