/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Apr 18 2025 | 15:52:29 */

/* Blue button styles */
.dark-green-button {
  background-color: #2F703C;
  color: white;
  padding: 12px 24px;
  border-radius: 6px;
  transition: all 0.3s ease;
}

.dark-green-button:hover {
  background-color: #A4C3AA;
  color: black;
}

/* Green button styles */
.light-green-button {
  background-color: #A4C3AA;
  color: black;
  padding: 12px 24px;
  border-radius: 6px;
  transition: all 0.3s ease;
}

.light-green-button:hover {
  background-color: #E6F2E8;
  color: black;
}
