.myrose-estimate-btn a.vc_general {
  transition: all 0.3s ease !important;
  background-color: #000 !important;
  color: #fff !important;
  border: 2px solid #000 !important;
  border-radius: 8px !important;
}

.myrose-estimate-btn a.vc_general:hover {
  background-color: #e7d1c5 !important;
  border-color: #e7d1c5 !important;
  color: #000 !important;
  transform: translateY(-2px);
  box-shadow: 0 6px 18px rgba(0,0,0,0.15);
}