/*
Theme Name: OGE Engineering
Theme URI: https://oilngasequipment.com/
Author: Your Company
Author URI: https://oilngasequipment.com/
Description: A premium, fully responsive WordPress theme for Oil & Gas, Engineering, Procurement and Industrial companies. Built to be 100% Elementor-editable — every page, section, header and footer opens directly in the Elementor editor. Includes Customizer controls for hero content, contact details, and CTA buttons, a built-in contact form, and SEO-friendly semantic markup.
Version: 1.0.0
Requires at least: 6.0
Tested up to: 6.6
Requires PHP: 7.4
License: GNU General Public License v2 or later
License URI: https://www.gnu.org/licenses/gpl-2.0.html
Text Domain: oge-engineering
Tags: elementor, one-column, two-columns, right-sidebar, custom-menu, custom-logo, featured-images, threaded-comments, translation-ready, responsive-layout, industrial, corporate, business
*/

/* -----------------------------------------------------------
   Base resets — full design lives in assets/css/main.css
   (kept separate so Elementor's own CSS output stays authoritative
   over page content, while the theme only controls header/footer/global chrome)
----------------------------------------------------------- */

*, *::before, *::after { box-sizing: border-box; }

html { scroll-behavior: smooth; }

body {
	margin: 0;
	font-family: 'Roboto', -apple-system, BlinkMacSystemFont, 'Segoe UI', Arial, sans-serif;
	color: #29323b;
	background: #ffffff;
	line-height: 1.6;
}

img { max-width: 100%; height: auto; display: block; }

a { color: inherit; text-decoration: none; }

.screen-reader-text {
	position: absolute !important;
	clip: rect(1px, 1px, 1px, 1px);
	width: 1px;
	height: 1px;
	overflow: hidden;
}

.skip-link {
	position: absolute;
	left: -9999px;
	top: 0;
	background: #0d1b2a;
	color: #fff;
	padding: 10px 16px;
	z-index: 100000;
}
.skip-link:focus { left: 10px; }
