/*
Theme Name: ZhiftERP
Theme URI: https://zhifterp.com
Author: Zhift Platforms Ltd
Author URI: https://zhiftplatforms.com
Description: Modern dark cloud-ERP marketing theme for ZhiftERP. Single unified platform site with real WordPress pages for every module and industry, full Customizer control, custom post types for Modules / Industries / Testimonials / Pricing Plans / FAQs, a working demo-request contact form, and SEO meta tags. Built on the ZhiftERP brand (Inter + Space Grotesk, deep navy + electric blue & teal).
Version: 1.2.3
Requires at least: 6.0
Tested up to: 6.5
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: zhifterp
Tags: one-column, custom-colors, custom-logo, custom-menu, featured-images, full-width-template, theme-options, blog
*/

/* All visual styles live in /css/*.css and are enqueued in inc/enqueue.php.
   This file carries the theme header (required by WordPress) and a few
   WordPress-specific helpers below. */

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

.skip-link {
  position: absolute;
  left: -9999px;
  z-index: 999;
  padding: 10px 16px;
  background: #3b82f6;
  color: #fff;
  border-radius: 6px;
}
.skip-link:focus { left: 16px; top: 16px; }

/* WordPress core alignment / caption helpers for blog content */
.alignleft { float: left; margin: 0 24px 16px 0; }
.alignright { float: right; margin: 0 0 16px 24px; }
.aligncenter { display: block; margin-left: auto; margin-right: auto; }
.wp-caption { max-width: 100%; }
.wp-caption-text { font-size: 13px; color: #94a3b8; margin-top: 6px; }
.sticky, .gallery-caption, .bypostauthor { display: block; }
