/*
Theme Name: TeleHealth Grow
Theme URI: https://telehealthgrow.com
Author: TeleHealth Grow
Author URI: https://telehealthgrow.com
Description: A premium telehealth landing page theme for GLP-1 businesses, built by TeleHealth Grow.
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: telehealth-grow
Tags: landing-page, health, business, one-page
*/

/* Base reset */
*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }
html { scroll-behavior: smooth; }
body { font-family: 'Inter', system-ui, -apple-system, sans-serif; background: #fafafc; color: #0f172a; -webkit-font-smoothing: antialiased; }
img { max-width: 100%; height: auto; display: block; }
a { text-decoration: none; color: inherit; }
button { cursor: pointer; font-family: inherit; border: none; background: none; }
input { font-family: inherit; }

/* Animated Gradient Backgrounds */
.bg-gradient-to-br {
    background-size: 300% 300% !important;
    animation: gradient-shift 4s ease infinite !important;
}

@keyframes gradient-shift {
    0% { background-position: 0% 50%; }
    50% { background-position: 100% 50%; }
    100% { background-position: 0% 50%; }
}

@keyframes gradientAnimation {
  0% { background-position: 0% 50%; }
  50% { background-position: 100% 50%; }
  100% { background-position: 0% 50%; }
}
.animated-bg {
  background-size: 200% 200% !important;
  animation: gradientAnimation 8s ease infinite !important;
}
