#about .badge {
    background-color: rgba(16, 185, 129, 0.1);
    color: #059669;
}

#why-choose-us {
    background-color: #ecfdf5;
}

.hover-shadow:hover {
    box-shadow: 0 0.5rem 1rem rgba(0, 128, 0, 0.1) !important;
    transition: 0.3s ease;
}

.text-emerald-600 {
    color: #059669;
}

#how-it-works .rounded-circle:hover {
    transform: scale(1.05);
    transition: all 0.3s ease;
}