:root {
    --theme-primary: #7c3aed;
    --theme-secondary: #6366f1;
    --theme-accent: #a855f7;
}

.btn_theme3,
.btn_theme_active3 {
    background: var(--theme-primary) !important;
}

.btn_theme4,
.btn_theme_active4 {
    background: var(--theme-secondary) !important;
}

.heading3 .span span,
.hero-area3 .main-heading .span span {
    color: var(--theme-accent);
}

.progress-wrap2 svg path {
    stroke: var(--theme-primary);
}
