We define a odd-prime $p$ as $i$-type prime if $p \equiv - i \pmod q$ where $ 1 \leq i \leq q-1$ (see similar definition on page 24, CHAPTER 2, of the book "Summing It Up" by Avner Ash andRobert Gross, 2016), here the given integer $q$ is fixed, like residue class.
If $s $ has primes of all $i$-type prime,
can we say (deterministically predict) for which $j$-type prime (where $1 \leq j \leq q-1$) can't divide $s+1$?
For example, $ q=4, i=\{1, 3\}, s=5 \times 7 =35,$ now, $5= p_1, 7=p_3$ both divides $s$, but $s+1 =35+1=2^2 \times 3^2$, and $3=p_3$, is there any proposition (theorem/lemma), result in book or journal, algorithm or method to predict, that $p_1$ is not going to be a factor of $s+1$ (in this case, this is just an example).
What is the related topics to this problem? Please comment anything related to the problem.
Please consider the NON-TRIVIAL cases.
EDIT:
Page 24, CHAPTER 2, of the book "Summing It Up" by Avner Ash andRobert Gross, 2016 -

Your question is quite broad and may not have a general result for each randomly picked integer $s$; however, if we desire certain classes of such integers, then the answer is yes. My answer can be derived from the following classical/folklore result attributed to Euler:
This result gives the classical Euclid-style proof that there are infinitely many prime numbers $\equiv 1\mod q$. It follows that if $s=\Phi_q(n)-1$, the the prime factors of $s+1$ are now restricted. In the especial case when $q=2^{m+1}$, for some natural number $m$, one has $$\Phi_{2^{m+1}}(n)=n^{2^m}+1\,$$ which means that you can choose $n$ to be composed of primes in the same arbitrary residue class modulo $2^{m+1}$ and set $s= n^{2^m}$ and you immediately obtain that $s+1$ won’t have prime factors, besides possibly $2$, that are not in the trivial residue class modulo $2^{m+1}$.