/*
Theme Name: DigitalDr Pro
Theme URI: https://digitaldoctor.example.com/
Author: Digital Doctor Team
Author URI: https://digitaldoctor.example.com/
Description: DigitalDr Pro is a premium, production-ready custom WordPress theme for computer repair & maintenance businesses (DIGITAL DOCTOR FOR COMPUTER REPAIRING & MAINTENANCE). Built with Bootstrap 5, HTML5, CSS3 and vanilla JavaScript. Fully responsive, mobile-first, retina ready, SEO & Schema optimized, accessibility friendly, translation ready and secure.
Version: 1.1.0
Requires at least: 6.0
Tested up to: 6.9
Requires PHP: 8.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: digitaldr
Tags: business, custom-menu, custom-logo, featured-images, translation-ready, threaded-comments, full-width-template, block-styles, wide-blocks
*/

/*
 * NOTE: The heavy lifting for the visual design lives in assets/css/main.css,
 * which is enqueued after Bootstrap 5 so the design system can override it.
 * This file only contains the required WordPress theme header plus a handful of
 * baseline resets so the theme still degrades gracefully if main.css fails.
 */

:root {
	--ddr-primary: #0a63c9;
	--ddr-primary-dark: #063e82;
	--ddr-primary-light: #e8f1fd;
	--ddr-accent: #00c2ff;
	--ddr-dark: #0b1b33;
	--ddr-body: #4a5568;
	--ddr-muted: #718096;
	--ddr-border: #e2e8f0;
	--ddr-bg-soft: #f5f8fc;
	--ddr-white: #ffffff;
	--ddr-radius: 16px;
	--ddr-shadow: 0 10px 30px rgba(10, 27, 51, 0.08);
	--ddr-shadow-lg: 0 20px 50px rgba(10, 27, 51, 0.14);
	--ddr-transition: all 0.3s ease;
}

body {
	color: var(--ddr-body);
	font-family: "Poppins", "Segoe UI", system-ui, -apple-system, sans-serif;
}

/* WordPress core required classes */
.alignnone { margin: 5px 20px 20px 0; }
.aligncenter,
img.aligncenter { display: block; margin: 5px auto; }
.alignright { float: right; margin: 5px 0 20px 20px; }
.alignleft { float: left; margin: 5px 20px 20px 0; }
.wp-caption { max-width: 100%; }
.wp-caption-text { text-align: center; font-size: 0.85rem; color: var(--ddr-muted); }
.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 !important;
	width: 1px;
	word-wrap: normal !important;
}
.screen-reader-text:focus {
	background-color: #eee;
	clip: auto !important;
	clip-path: none;
	color: #044eb3;
	display: block;
	font-size: 1em;
	height: auto;
	left: 5px;
	line-height: normal;
	padding: 15px 23px 14px;
	text-decoration: none;
	top: 5px;
	width: auto;
	z-index: 100000;
}
.sticky, .gallery-caption, .bypostauthor { display: block; }
