/*
Theme Name: Dr. Nikita Physiotherapy
Theme URI: https://nikitaphysio.com
Author: Abhi Arya
Author URI: https://nikitaphysio.com
Description: A premium, editorial WordPress theme for Dr. Nikita's professional physiotherapy practice. Built to establish clinical credibility and trust first, with education as a supporting resource — not the main event. Cream, forest green and gold visual identity; lightweight, accessible, and installable without any page builder.
Version: 1.0.0
Requires at least: 6.2
Tested up to: 6.6
Requires PHP: 7.4
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: dr-nikita
Tags: custom-colors, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready, healthcare, one-page

This theme, like WordPress, is licensed under the GPL.
Use it to make something great, as this theme allows and encourages you to do.

All theme styles live in assets/css/main.css and are loaded via wp_enqueue_style()
in inc/enqueue.php — this file only carries the required theme header above and a
small set of WordPress core defaults below (kept here because WordPress reads a few
of these directly from style.css, e.g. for the block editor and RTL support).
*/

/* Minimal core-compatible defaults; the real design system is in assets/css/main.css */
.alignleft { float: left; margin-right: 1.5em; }
.alignright { float: right; margin-left: 1.5em; }
.aligncenter { display: block; margin-left: auto; margin-right: auto; }
.screen-reader-text {
	border: 0; clip: rect(1px, 1px, 1px, 1px); clip-path: inset(50%);
	height: 1px; margin: -1px; overflow: hidden; padding: 0; position: absolute;
	width: 1px; word-wrap: normal !important;
}
.screen-reader-text:focus {
	background: #f6f3ec; border-radius: 6px; box-shadow: 0 0 2px 2px rgba(0,0,0,.4);
	clip: auto !important; clip-path: none; color: #16241f; display: block;
	font-size: 0.95rem; font-weight: 700; height: auto; left: 6px; line-height: normal;
	padding: 12px 18px; text-decoration: none; top: 6px; width: auto; z-index: 100000;
}
