/* Additional custom styles if needed */
/* Smooth scrolling for anchor links */
html {
    scroll-behavior: smooth;
}

/* Custom focus styles */
.focus\:ring-primary:focus {
    --tw-ring-color: rgba(0, 35, 102, 0.5);
}

/* Animation for buttons */
.hover\:bg-accent:hover {
    transition: background-color 0.3s ease;
}

/* Form input focus */
input:focus,
textarea:focus {
    outline: none;
    box-shadow: 0 0 0 3px rgba(0, 35, 102, 0.1);
}