/*
Theme Name: Neurova Tech Agro
Theme URI: https://neurovatech.com
Author: Neurova Tech
Author URI: https://neurovatech.com
Description: A fully editable, responsive WordPress theme built by Neurova Tech for Mehnur Agro Ventures Limited (MAVL). Green agriculture design with editable hero, stats, concerns, team, projects, and contact — all managed from the WordPress dashboard (Customizer + Menus + Custom Post Types) via the companion "Neurova Core" plugin.
Version: 1.1.0
Requires at least: 6.0
Tested up to: 6.6
Requires PHP: 7.4
Requires Plugins: neurova-core
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: mehnuragro
Tags: agriculture, business, custom-colors, custom-logo, custom-menu, featured-images, translation-ready, responsive
*/

/*
 * The full design system lives in assets/css/style.css (enqueued via functions.php).
 * This file only carries the required WordPress theme header plus a few
 * admin/WordPress-specific helpers below.
 *
 * All dynamic content (Customizer settings, Concerns/Team/Projects post
 * types, site setup, contact form) is provided by the companion
 * "Neurova Core" plugin — see wp-content/plugins/neurova-core/.
 */

/* WordPress core alignment / caption / gallery helpers */
.alignleft{float:left;margin:.4rem 1.4rem 1.2rem 0}
.alignright{float:right;margin:.4rem 0 1.2rem 1.4rem}
.aligncenter{display:block;margin-left:auto;margin-right:auto}
.wp-caption{max-width:100%}
.wp-caption-text{font-size:.85rem;color:var(--muted);text-align:center;margin-top:.4rem}
.screen-reader-text{position:absolute!important;clip:rect(1px,1px,1px,1px);width:1px;height:1px;overflow:hidden;word-wrap:normal!important}
.sticky,.gallery-caption,.bypostauthor{}

/* Admin bar spacing so the sticky header never hides under it */
.admin-bar header{top:32px}
@media screen and (max-width:782px){.admin-bar header{top:46px}}
