eladmarmor Hi
The problem came from the Search module you assigned to head-search
position. This search module was removed by Joomla 4/5 and replaced by Smart search module.
I disabled it and created the Smart search module + assign to the same position for you.
I also added the following custom css to style for this smart search so it looks the same as old search one:
:dir(rtl) .acm-features.style-1 .features-mod .mod-finder input,
:dir(rtl) .acm-features.style-1 .features-mod .finder input {
background-image: url("../../../../templates/ja_educatsy/images/search.png");
background-position: right 30px center;
background-repeat: no-repeat;
box-shadow: none;
border: 0;
border-radius: 0 4px 4px 0;
height: 64px;
padding: 18px 72px 18px 18px;
max-width: 360px;
width: 360px;
}
Kindly check.