/*
Theme Name: DataRecover Pro
Theme URI: https://spaarkinfo.com/datarecover-pro
Author: Spaark Info
Author URI: https://spaarkinfo.com
Description: DataRecover Pro is a premium, enterprise-grade WordPress theme built for data recovery companies, IT forensics labs and computer repair businesses. It ships with a bold navy &amp; green design system, dedicated Service/Team/Testimonial/FAQ/Gallery post types, a full Customizer control panel, sticky navigation, scroll animations, animated counters, a WhatsApp floating button, Google Map integration, JSON-LD LocalBusiness schema, and full Elementor + WooCommerce compatibility. 100% translation ready and built with performance and SEO best practices in mind.
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: datarecover-pro
Tags: e-commerce, blog, custom-background, custom-logo, custom-menu, editor-style, featured-images, footer-widgets, full-width-template, sticky-post, theme-options, threaded-comments, translation-ready, wide-blocks

DataRecover Pro is distributed under the terms of the GNU General Public License v2, or later.
*/

/* -----------------------------------------------------------
   NOTE: This stylesheet block is intentionally minimal.
   All production styling lives in assets/css/main.css and is
   loaded via wp_enqueue_style() in inc/enqueue.php so that the
   theme benefits from proper cache-busting, minification and
   conditional loading. This file exists to satisfy the WordPress
   theme header requirement and provides safe fallback resets.
------------------------------------------------------------ */

html { box-sizing: border-box; }
*, *:before, *:after { box-sizing: inherit; }
body {
	margin: 0;
	font-family: 'Poppins', -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
	color: #1a1f2b;
	background: #ffffff;
}
a { color: #003290; text-decoration: none; }
img { max-width: 100%; height: 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;
}
