/*
Theme Name: DHE Group Theme
Theme URI: https://www.dhegroup.in/
Author: CMS
Description: Default theme for the DHE Group WordPress migration. Layout and styling will be expanded later.
Version: 1.0.0
Requires at least: 6.0
Tested up to: 7.0
Requires PHP: 7.4
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: dhegroup-theme
Tags: custom-menu, featured-images, threaded-comments, translation-ready
*/

*,
*::before,
*::after {
	box-sizing: border-box;
}

body {
	margin: 0;
	font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen, Ubuntu, Cantarell, sans-serif;
	font-size: 16px;
	line-height: 1.6;
	color: #222;
	background: #fff;
}

a {
	color: #0b5cab;
}

img {
	max-width: 100%;
	height: auto;
}

.site-container {
	max-width: 1140px;
	margin: 0 auto;
	padding: 0 20px;
}

.site-header {
	padding: 1.5rem 0;
	border-bottom: 1px solid #e5e5e5;
}

.site-title {
	margin: 0;
	font-size: 1.5rem;
}

.site-title a {
	color: inherit;
	text-decoration: none;
}

.site-description {
	margin: 0.25rem 0 0;
	color: #666;
	font-size: 0.95rem;
}

.primary-navigation ul {
	display: flex;
	flex-wrap: wrap;
	gap: 1rem;
	margin: 1rem 0 0;
	padding: 0;
	list-style: none;
}

.primary-navigation a {
	text-decoration: none;
	color: #222;
	font-weight: 500;
}

.site-main {
	padding: 2rem 0 3rem;
}

.entry-title {
	margin-top: 0;
}

.entry-meta,
.post-navigation,
.comments-area {
	color: #666;
	font-size: 0.9rem;
}

.site-footer {
	padding: 1.5rem 0;
	border-top: 1px solid #e5e5e5;
	color: #666;
	font-size: 0.9rem;
}

.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;
}
