squalogu
Hi
About the search customization, you may raise the question on Joomla forum, as shared by team member in previous posts, its something that is Joomla core customization and out of tech support scope to customize Joomla features.
For the blur background, you can add this code in/css/custom.css file
.ja-search .box-bg .bg-inline {
filter: blur(0px)!important;
}
It will make the image clear.
Regards