.hover-zoom:hover {
    transform: scale(1.1);
    transition: transform 0.5s ease-in-out, box-shadow 0.5s ease-in-out, border-color 0.5s ease-in-out;
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.3);
    border-color: #0047ab;
   }
   .hover-zoom {
    transition: transform 0.5s ease-in-out, box-shadow 0.5s ease-in-out, border-color 0.5s ease-in-out;
    border: 1px solid transparent;
   }
   .inner-shadow {
    box-shadow: inset 0 0 10px rgba(0, 0, 0, 0.1);
   }