/*
Theme Name: NR Group
Theme URI: https://nrgroupltd.co.uk
Author: NR Group
Author URI: https://nrgroupltd.co.uk
Description: A custom WordPress theme for NR Group - Draw, Design, Develop. Features a modern, responsive design with video hero, project galleries, and contact forms.
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: nr-group
Tags: construction, business, portfolio, responsive, custom-menu, featured-images
*/

/* This file is required for WordPress theme recognition */
/* Main styles are loaded via functions.php */

/* Basic fallback styles to ensure site displays */
@import url('https://fonts.googleapis.com/css2?family=Playfair+Display:wght@400;600&family=Inter:wght@300;400;500&family=Manrope:wght@200;400;600;800&display=swap');

body {
  font-family: "Manrope", sans-serif;
  color: #1a1a1a;
  background: #fff;
  margin: 0;
  padding: 0;
}

/* Ensure header is visible */
.site-header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 2000;
  background: transparent;
}

/* Basic hero styles */
.hero {
  min-height: 100vh;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}

