/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Sep 14 2025 | 07:07:19 */
.n-btn {
  transition: 0.3s;
}

.n-btn:hover {
  border-color: gray !important;
}

.n-btn-txt p {
  transition: 0.3s;
}

.n-btn:hover .n-btn-txt p {
  color: gray !important;
}

.n-btn-icon {
  transition: 0.3s;
}

.n-btn:hover .n-btn-icon {
  margin-right: 5px;
}

.n-btn-icon path {
  transition: fill 0.3s;
}

.n-btn:hover .n-btn-icon path {
  fill: gray;
  transition: fill 0.3s;
}


