.custom-hover-effect img{transition:transform 0.3s ease,box-shadow 0.3s ease;width:100%;height:auto}.custom-hover-effect img:hover{transform:scale(1.05);box-shadow:0 10px 20px rgba(0,0,0,0.3)}.blur-scale-effect img{transition:transform 0.5s ease,filter 0.5s ease;width:100%;height:auto}.blur-scale-effect img:hover{transform:scale(1.1);filter:blur(2px)}.grayscale-color-effect img{transition:filter 0.5s ease;width:100%;height:auto;filter:grayscale(100%)}.grayscale-color-effect img:hover{filter:grayscale(0%)}.rotate-effect img{transition:transform 0.50s ease;width:100%;height:auto}.rotate-effect img:hover{transform:rotate(360deg)}