/*
Theme Name: Procharon Communication
Theme URI: https://www.procharon.com.bd
Author: Procharon Communication Ltd.
Author URI: https://www.procharon.com.bd
Description: Official WordPress theme for Procharon Communication Ltd. — "Your Communication Partner". Built on the CRE8 creative-agency layout, restyled in the Procharon brand colours (grey #4D4D4F & red #ED1D24). Layout, navigation behaviour, and footer structure follow the original template design exactly; only the colour palette, logo and content have been adapted to Procharon.
Version: 1.0.0
Requires at least: 5.9
Requires PHP: 7.4
Tested up to: 6.5
License: Proprietary — for use by Procharon Communication Ltd. only. Original template markup/CSS structure by Brandio (CRE8), licensed for the client's use.
Text Domain: procharon
Tags: creative-agency, portfolio, business, one-page, custom-colors, custom-logo, custom-menu, featured-images, translation-ready

This is the required WordPress stylesheet header. All actual design CSS
lives in /assets/css/ (bootstrap.min.css, fontawesome-all.min.css and
main.css, the last of which is the original template stylesheet with the
Procharon accent colour swapped in) and is loaded via functions.php.
*/

/* Small structural helpers that are WordPress-specific (alignment classes,
   screen-reader text, gallery caption resets) — kept separate from the
   template's own design file on purpose. */

.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;
}

.alignleft {
	float: left;
	margin-right: 1.5em;
}

.alignright {
	float: right;
	margin-left: 1.5em;
}

.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.wp-caption {
	max-width: 100%;
}

.post-content img,
.post-content .wp-caption,
.post-content figure {
	max-width: 100%;
	height: auto;
}
