.elementor-301 .elementor-element.elementor-element-59ad1c5{--display:flex;}/* Start custom CSS for html, class: .elementor-element-044ab43 */.card-link {
  display: inline-block;
  background: #ffffff; /* stays white */
  border-radius: 12px;
  padding: 20px 24px;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.05);
  text-align: center;
  text-decoration: none;
  color: #80382c; /* your current text color */
  font-weight: 600;
  width: 200px; /* optional fixed width */
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.card-link:hover {
  transform: translateY(-3px);
  box-shadow: 0 6px 14px rgba(0, 0, 0, 0.08);
}/* End custom CSS */