.text-ai-gradient {
  background: linear-gradient(90deg, #00A67E, #0E5CAD);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-weight: bold;
}

.text-ai-gradient-purple {
    background: linear-gradient(90deg, #A855F7, #7C3AED);
  	-webkit-background-clip: text;
  	-webkit-text-fill-color: transparent;
  	font-weight: bold;
}
.cla-card-title-color {
  background: linear-gradient(90deg, #0aa37f, #1a73e8);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  transition: background 0.3s ease-in-out;
}

.cla-card-title-color:hover {
  background: linear-gradient(90deg, #13c2a5, #0062cc);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}