$\ f_{n} = ca^n\Rightarrow\, f_{n+1}\! - f_{n}\, =\, ca^{n+1}\!-ca^n = (\color{#c00}{a\!-\!1}) ca^n$
Applying this to $\,f_{n} = 6\cdot 7^n\!-2\cdot 3^n$ yields $\color{#0a0}{f_{n+1}-f_{n}}\, =\ \smash[t]{\overbrace{\color{#c00}6\cdot 6}^{\large 4\cdot 9}\cdot 7^n -\overbrace{\color{#c00}2\cdot 2}^{\large 4\cdot 1}\cdot 3^n}$ is a multiple of $\,4,\,$ hence so too is $\,\color{#0a0}{f_{n+1}-f_n} + f_n = f_{n+1},\,$ since $\,4\mid f_n\,$ by induction. That is the inductive step.
Remark $\ $ This can be viewed as a special case of telescopic induction, a powerful method that serves to unify and simplify such forms of induction. Namely, telescopy shows that $\,f_n\,$ is the sum of its differences $\,\color{#0a0}{f_{n}-f_{n-1}}$ which, by above, are multiples of $4,\,$ hence so to is $\,f_n.$ Thus telescopy reduces the induction to the trivial induction that a sum of multiples of $4$ remains a multiple of $4$. In the same way, telescopy trivializes many inductive proofs involving sums and products, and lends great insight into the essence of such inductive proofs. You can find many further examples in my prior posts on telescopy.