diff --git a/Frontend/src/Component/Ayufit/Fitness.tsx b/Frontend/src/Component/Ayufit/Fitness.tsx
index f6fcd32..78a6398 100644
--- a/Frontend/src/Component/Ayufit/Fitness.tsx
+++ b/Frontend/src/Component/Ayufit/Fitness.tsx
@@ -167,14 +167,14 @@ export default function Fitness() {
{/* Disease Cards (hidden while suggestions are open) */}
{!showSuggestions && (
-
+
{filteredDiseases.map((disease, index) => (
handleCardClick(disease)}
- className={`group flex flex-col border-2 rounded-xl p-4 md:p-5 lg:p-6 cursor-pointer bg-gradient-to-br from-amber-100 to-amber-50 shadow-lg
- hover:shadow-2xl transform hover:-translate-y-3 hover:scale-105 transition-all duration-700 ease-in-out border-amber-400
- animate-slideIn`}
+ className={`group relative z-0 flex flex-col border-2 rounded-xl p-4 md:p-5 lg:p-6 cursor-pointer bg-gradient-to-br from-amber-100 to-amber-50 shadow-lg
+ hover:shadow-2xl transform hover:-translate-y-3 transition-transform duration-500 ease-in-out border-amber-400
+ hover:z-10`}
style={{ animationDelay: `${100 + index * 75}ms`, animationDuration: '800ms', animationFillMode: 'forwards' }}
>