/*
Theme Name: NovaMind AI
Theme URI: https://novamind.ai
Description: Modern AI Agency Block Theme
Version: 2.0
Requires at least: 6.4
Tested up to: 6.9
Requires PHP: 7.4
Author: NovaMind
Text Domain: novamind-ai
Template: 
*/

/* This theme uses theme.json for all styling */
/* Additional CSS for features not supported by theme.json */

/* Smooth scroll for anchor links */
html {
    scroll-behavior: smooth;
}

/* Service card hover effect */
.wp-block-group[style*="background-color:#f8f9fa"] {
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.wp-block-group[style*="background-color:#f8f9fa"]:hover {
    transform: translateY(-10px);
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.1);
}
