@tailwind base;@tailwind components;@tailwind utilities;@keyframes fade-in{0%{opacity:0}to{opacity:1}}@keyframes scale-in{0%{opacity:0;transform:scale(.8)}to{opacity:1;transform:scale(1)}}.animate-fade-in{animation:fade-in .3s ease-out}.animate-scale-in{animation:scale-in .3s ease-out}.service-theme .text-blue-600{color:#ff6b35!important}.service-theme .hover\:text-blue-800:hover{color:#e15a1f!important}.service-theme .bg-blue-50{background-color:#ffd7001a!important}.service-theme .bg-blue-100{background-color:#ffd70029!important}.service-theme .bg-blue-600{background-color:#ff6b35!important}.service-theme .hover\:bg-blue-700:hover{background-color:#e15a1f!important}.service-theme .text-green-600{color:#ff6b35!important}.service-theme .bg-green-600{background-color:#ff6b35!important}.service-theme .hover\:bg-green-700:hover{background-color:#e15a1f!important}
