/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Sep 15 2026 | 17:17:47 */
.btn {
  display: inline-block;
  transition: transform 0.3s ease; /* smooth easing */
}

.btn:hover {
  transform: translateY(-3px); /* subtle upward lift */
}

.btn-2 {

  transition: transform 0.3s ease-in-out;
}

.btn-2:hover {
  transform: translateX(4px);
}



