/*
Theme Name: Astrologer Theme
Theme URI: https://jaipurastrologer.com
Author: Jyotishacharya Pandit Chandramohan Dadhich
Description: Custom theme for Astrologer website with lead management and WhatsApp integration
Version: 1.0.0
License: GPL v2 or later
Text Domain: astrologer-theme
*/

/* Reset & Base */
*, *::before, *::after { margin: 0; padding: 0; box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif; color: #333; line-height: 1.6; overflow-x: hidden; }
a { text-decoration: none; color: inherit; }
ul { list-style: none; }
img { max-width: 100%; height: auto; }
.container { max-width: 1200px; margin: 0 auto; padding: 0 20px; }
.section-padding { padding: 80px 0; }
.section-title { text-align: center; margin-bottom: 50px; }
.section-title h2 { font-size: 36px; color: #1a1a2e; margin-bottom: 15px; text-transform: uppercase; }
.section-title p { font-size: 16px; color: #666; max-width: 700px; margin: 0 auto; }
.btn { display: inline-block; padding: 12px 30px; border-radius: 50px; font-weight: 600; transition: all 0.3s; border: none; cursor: pointer; }
.btn-primary { background: #d4a853; color: #fff; }
.btn-primary:hover { background: #b8922f; transform: translateY(-2px); }
.btn-secondary { background: transparent; color: #d4a853; border: 2px solid #d4a853; }
.btn-secondary:hover { background: #d4a853; color: #fff; }
.text-gold { color: #d4a853; }
.bg-dark { background: #1a1a2e; }
.bg-light { background: #f8f9fa; }
.bg-gold { background: #d4a853; }
