/* 
  Custom styles for Architectural Essence MVC.
  Note: Primary styling is handled via Tailwind CSS CDN per the provided code.html configuration.
*/

.menu-link-hover:hover .link-text {
  transform: translateX(20px);
}
.link-text {
  transition: transform 0.4s cubic-bezier(0.22, 1, 0.36, 1);
}
