/*
Theme Name: Kavita Speech & Hearing Clinic
Theme URI: https://theapexdigital.co.in
Author: The Apex Digital
Author URI: https://theapexdigital.co.in
Description: Custom Elementor-ready WordPress theme for Kavita Speech & Hearing Clinic, Dhule & Shirpur. Fully compatible with Elementor page builder — all core pages are pre-built as editable Elementor sections.
Version: 1.0.0
Requires at least: 5.8
Tested up to: 6.6
Requires PHP: 7.4
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: kavita-shc
*/

/* Base fallback styles — Elementor overrides page content styling.
   These rules only affect header, footer, and non-Elementor areas. */

:root {
  --kshc-primary: #1a7f8e;
  --kshc-primary-dark: #145f6b;
  --kshc-accent: #f2a541;
  --kshc-text: #2c2c2c;
  --kshc-light-bg: #f7fbfc;
}

* { box-sizing: border-box; }

body {
  margin: 0;
  font-family: 'Poppins', 'Segoe UI', Arial, sans-serif;
  color: var(--kshc-text);
  line-height: 1.6;
}

a { color: var(--kshc-primary); text-decoration: none; }
a:hover { color: var(--kshc-primary-dark); }

img { max-width: 100%; height: auto; display: block; }

.kshc-container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
}
