/*
Theme Name: 1st Choice Movers
Theme URI: https://1stchoicepackers.com
Author: WP Core Compiler
Author URI: https://wordpress.org
Description: A premium relocation services theme converted from React.
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: 1st-choice-movers
*/

/* Main styles are handled via Tailwind CSS CDN */
.conversion-tracking-visible {
  animation: fadeIn 0.5s ease-out forwards;
}
@keyframes fadeIn {
  from { opacity: 0; transform: translateY(10px); }
  to { opacity: 1; transform: translateY(0); }
}
html {
  scroll-behavior: smooth;
}