/* Add custom CSS styles below */ 
img { loading: lazy; }
.animate__fadeIn,
.animate__zoomIn,
.animate__slideInUp {
  animation: none !important;
}
.navbar-brand img {
  animation: scaleLoop 1.5s ease-in-out infinite;
  transform-origin: center;
}

@keyframes scaleLoop {
  0%, 100% { transform: scale(1); }
  50% { transform: scale(1.15); }
}
.top-navbar {
    display: none;
}
@media(min-width: 720px) {
.logo-normal { height: 60px !important; }
}
img.aspect-\[14\/13\].w-full.rounded-2xl.lazy.object-cover.group-hover\:scale-110.duration-400.loaded {
    object-fit: contain !important;
}