/*
Theme Name: Bhagwan Solar Theme
Theme URI: https://bhagwansolar.com
Author: Your Name
Author URI: https://yourwebsite.com
Description: Custom theme for Bhagwan Solar System homepage
Version: 1.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: bhagwan-solar
*/

/* --- CSS VARIABLES & RESET --- */
:root {
    --primary: #FFD700; /* Solar Yellow */
    --primary-dark: #e6c200;
    --secondary: #003366; /* Deep Blue */
    --secondary-light: #004d99;
    --accent: #22c55e; /* Green for eco/success */
    --text-dark: #1f2937;
    --text-light: #6b7280;
    --white: #ffffff;
    --bg-light: #f9fafb;
    --shadow: 0 10px 30px rgba(0,0,0,0.1);
    --transition: all 0.3s ease;
}
/* ... Paste the ENTIRE rest of your CSS here exactly as in the <style> block ... */
/* Include everything up to the last } of the media query */