/* Print styles */
.animate-num {
    transition: all 0.3s ease;
}

.feature-card {
    transition: transform 0.3s ease, shadow 0.3s ease;
}

.feature-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 1rem 3rem rgba(0,0,0,.1) !important;
}

.nav-pills .nav-link.active {
    box-shadow: 0 4px 15px rgba(var(--bs-primary-rgb), 0.3);
}

.unit-input-group span.input-group-text {
    width: 35%;
}

.custom-alert {
    background: rgba(13, 202, 240, 0.1);
}
