.alert-message .alert{padding:4px 15px;margin-top:15px;font-size:14px;}
label.error{font-size:13px;color:red;}
input.error, textarea.error{border:1px solid red;}


 .hover-effect {
     transition: transform 0.2s, box-shadow 0.2s;
 }
.hover-effect:hover {
    transform: translateY(-5px);
    box-shadow: 0 10px 20px rgba(0,0,0,0.1) !important;
    background-color: #f8f9fa;
}
.card {
    min-height: 110px;
}
small {
    font-size: 0.75rem;
    letter-spacing: 0.5px;
    color: #555;
}

.row.g3 .col-6.col-md-4.col-lg-3 {
    margin-top: 20px;
}