diff --git a/artifacts/ehsan-poc/src/pages/donate.tsx b/artifacts/ehsan-poc/src/pages/donate.tsx
index f63d550..b35a9fe 100644
--- a/artifacts/ehsan-poc/src/pages/donate.tsx
+++ b/artifacts/ehsan-poc/src/pages/donate.tsx
@@ -150,28 +150,28 @@ export default function Donate() {
};
const StepIndicator = () => (
-
+
{/* Step 1 - Details */}
= 1 ? "bg-primary text-primary-foreground border-primary" : "bg-background text-muted-foreground border-border"
+ step >= 1 ? "bg-[#176B43] text-white border-[#176B43]" : "bg-background text-muted-foreground border-border"
}`}>
{step > 1 ? : "1"}
-
= 1 ? "text-primary" : "text-muted-foreground"}`}>
+ = 1 ? "text-[#176B43]" : "text-muted-foreground"}`}>
{t.donate.stepDetails}
{/* Connector - continuous line aligned to circle centers */}
-
= 2 ? "bg-primary" : "bg-border"}`} />
+
= 2 ? "bg-[#176B43]" : "bg-border"}`} />
{/* Step 2 - Payment */}
= 2 ? "bg-primary text-primary-foreground border-primary" : "bg-background text-muted-foreground border-border"
+ step >= 2 ? "bg-[#176B43] text-white border-[#176B43]" : "bg-background text-muted-foreground border-border"
}`}>
2
-
= 2 ? "text-primary" : "text-muted-foreground"}`}>
+ = 2 ? "text-[#176B43]" : "text-muted-foreground"}`}>
{t.donate.stepPayment}