/*
Theme Name: BIH Safari Hospital Theme
Theme URI: https://example.com/bih-hospital-theme
Author: Antigravity AI
Author URI: https://example.com/antigravity
Description: A professional, responsive, and custom WordPress theme built for BIH Safari Hospital. Features Home, About, Contact, Services, Doctors Directory, Department pages, Online Report lookup, and Job Portal. Fully plugin-compatible and built on Bootstrap 5.
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: bih-hospital-theme
Tags: medical, hospital, responsive, custom-menu, post-formats, translation-ready

This theme is designed for clean deployment. Custom styles are located in assets/css/theme.css.
*/

/* Reset or Core Theme styles if needed (Bootstrap handles most structure) */
body {
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    color: #333333;
    background-color: #f8f9fa;
}

/* Primary Brand Colors */
:root {
    --primary-color: #0d6efd; /* Medical Blue */
    --secondary-color: #198754; /* Clean Green */
    --dark-color: #212529;
    --light-color: #f8f9fa;
    --accent-color: #ffc107;
}

/* Placeholder for general overrides */
.theme-primary-bg { background-color: var(--primary-color) !important; }
.theme-secondary-bg { background-color: var(--secondary-color) !important; }
.theme-primary-text { color: var(--primary-color) !important; }
.theme-secondary-text { color: var(--secondary-color) !important; }
