/*
Theme Name: Nurvia Health
Theme URI: https://nurviahealth.com
Author: Mohamed Magoury
Author URI: https://nurviahealth.com
Description: AI-native operating partner for pharmacy groups across the GCC. Self-installing theme — auto-creates all pages and menu on activation.
Version: 3.1.6
Requires at least: 6.0
Tested up to: 6.7
Requires PHP: 7.4
License: Proprietary
Text Domain: nurvia
Tags: healthcare, consulting, agency, dark, fluid, ai
*/

/* Theme CSS is loaded via assets/nurvia.css (enqueued in functions.php) */


/* ============================================================
   HEADER FIX — 2026-04-20
   Solid, opaque sticky nav. Replaces translucent + backdrop-blur
   combo that ghosted nav labels over hero content.
   ============================================================ */
header.nv-nav {
  background: #0A0F1E !important;
  backdrop-filter: none !important;
  -webkit-backdrop-filter: none !important;
  border-bottom: 1px solid rgba(255,255,255,0.08) !important;
  box-shadow: 0 1px 0 rgba(255,255,255,0.04), 0 10px 30px -20px rgba(0,0,0,0.6) !important;
}
header.nv-nav a { color: #EAEEF7 !important; }
header.nv-nav a:hover,
header.nv-nav a:focus { color: #34E3B1 !important; }
header.nv-nav .btn-primary,
header.nv-nav a.btn-primary { color: #060913 !important; background: #34E3B1 !important; }
header.nv-nav .btn-primary:hover,
header.nv-nav a.btn-primary:hover { background: #2BC09F !important; }
