/* I Will Thrive - Custom Styles */

/* Smooth scrolling */
html {
  scroll-behavior: smooth;
}

/* Custom focus styles */
input:focus, textarea:focus, select:focus {
  outline: none;
  box-shadow: 0 0 0 3px rgba(37, 99, 235, 0.2);
}

/* Image hover effects */
.group:hover img {
  transform: scale(1.05);
}

/* Transition smoothing */
a, button {
  transition: all 0.2s ease-in-out;
}
