/*
Theme Name: Anjana Healthcare
Theme URI: https://builtit.co.in
Author: Builtit AI
Author URI: https://builtit.co.in
Description: Custom WordPress theme for Anjana Healthcare. Built with Builtit AI.
Version: 1.0.0
Requires PHP: 8.0
Tested up to: 6.8
License: GNU General Public License v3 or later
License URI: http://www.gnu.org/licenses/gpl-3.0.html
Text Domain: anjana-healthcare
Tags: business, custom-logo, custom-menu, featured-images, footer-widgets
*/

/* ==========================================================================
   AI GENERATES ALL STYLING BELOW THIS LINE
   ========================================================================== */

@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@600;700;800&family=Inter:wght@400;500;600&display=swap');

:root {
  --color-primary: #0D6EFD;
  --color-secondary: #14B8A6;
  --color-accent: #22C55E;
  --color-background: #FFFFFF;
  --color-surface: #F8FAFC;
  --color-text-primary: #1E293B;
  --color-text-secondary: #64748B;
  --color-text-on-primary: #FFFFFF;
}

body { font-family: 'Inter', system-ui, sans-serif; }
h1, h2, h3, h4, h5, h6 { font-family: 'Poppins', serif; }

/* Designer custom CSS */
@keyframes float {
  0%, 100% { transform: translateY(0px); }
  50% { transform: translateY(-12px); }
}
@keyframes pulse-soft {
  0%, 100% { opacity: 1; }
  50% { opacity: 0.7; }
}
@keyframes fade-up {
  from { opacity: 0; transform: translateY(24px); }
  to { opacity: 1; transform: translateY(0); }
}
.animate-float { animation: float 6s ease-in-out infinite; }
.animate-pulse-soft { animation: pulse-soft 3s ease-in-out infinite; }
.animate-fade-up { animation: fade-up 0.6s ease-out forwards; }
::selection { background: #0D6EFD; color: #FFFFFF; }
::-webkit-scrollbar { width: 8px; }
::-webkit-scrollbar-track { background: #F8FAFC; }
::-webkit-scrollbar-thumb { background: #0D6EFD; border-radius: 999px; }
::-webkit-scrollbar-thumb:hover { background: #0A58CA; }

