/* Green buttons — dark green text (loads after theme style.css) */

.main-btn.primary-btn {
  color: #064e3b !important;
}

.main-btn.primary-btn:hover {
  color: #fff !important;
}

.main-btn.secondary-btn:hover {
  color: #064e3b !important;
}

.main-btn.filled-btn.filled-white:hover {
  color: #064e3b !important;
}

.single-pricing-item-two:hover .pricing-body .pricing-button .main-btn {
  color: #064e3b !important;
}

.single-info-item.style-one .info .main-btn.golden-btn:hover {
  color: #064e3b !important;
}

.footer-about-widget .widget-content form .submit-btn {
  color: #064e3b !important;
}

.footer-about-widget .widget-content form .submit-btn:hover {
  color: #fff !important;
}
