
/* Dynamic Theme Colors from Admin Settings */
:root {
    --brand: #ffa500;
    --brand2: #ffa500;
    --primary-color: #ffa500;
    --secondary-color: #ffa500;
}

/* Override any existing brand colors */
.btn-primary {
    background: linear-gradient(135deg, #ffa500, #ffa500);
    box-shadow: 0 10px 20px #ffa50040;
}

.btn-primary:hover {
    background: linear-gradient(135deg, #ffa500ee, #ffa500ee);
}

.footer-socials a {
    background: #ffa5001a;
    color: #ffa500;
}

.footer-socials a:hover {
    background: #ffa50033;
}

.step.active .dot {
    background: #ffa5001f;
    border-color: #ffa50066;
    color: #ffa500;
}

.step.completed .dot {
    background: #ffa5001f;
    border-color: #ffa50066;
    color: #ffa500;
}

.input:focus-within {
    border-color: #ffa5008c;
    box-shadow: 0 0 0 4px #ffa5001f;
}

.footer-section a:hover {
    color: #ffa500;
}

.resend-code a {
    color: #ffa500;
}

.resend-code a:hover {
    color: #ffa500;
}

.otp-input:focus {
    border-color: #ffa500;
    box-shadow: 0 0 0 4px #ffa5001f;
}

.otp-input.filled {
    background: #ffa5000d;
    border-color: #ffa500;
}

.badge {
    border-color: #ffa50059;
    background: #ffa50014;
    color: #ffa500;
}

.strength-fill.strong {
    background: #ffa500;
}

.strength-text.strong {
    color: #ffa500;
}

.requirement.met {
    color: #ffa500;
}

.requirement.met i {
    color: #ffa500;
}

.confirmation-box {
    background: linear-gradient(135deg, #ffa50014, #ffa50014);
    border-color: #ffa50033;
}
    