.elementor-widget-image .widget-image-caption{color:var( --e-global-color-text );}.elementor-7251 .elementor-element.elementor-element-bc3fb34{margin:0px 0px calc(var(--kit-widget-spacing, 0px) + 0px) 0px;padding:0px 0px 0px 0px;grid-column:span 2;}/* Start custom CSS for html, class: .elementor-element-8c3d4dd *//* Using a more specific .elementor-7251 .elementor-element.elementor-element-8c3d4dd to ensure it overrides other styles */
.card a.btn.orange:hover {
  background-color: #d35400 !important; /* Darker orange */
  color: #ffffff !important;
  transition: all 0.3s ease;
}

/* Also ensure the base class has the transition */
.card a.btn.orange {
  transition: background-color 0.3s ease, color 0.3s ease;
}
.btn.orange {
  transition: background-color 0.3s, color 0.3s;
}/* End custom CSS */