/*
Theme Name: King Business Solution
Theme URI: https://kingbusinesssolution.pk
Author: King Business Solution Pakistan
Author URI: https://kingbusinesssolution.pk
Description: A modern, clean, corporate WordPress theme crafted for King Business Solution Pakistan — a multisector startup connecting ideas and building futures. Features custom post types (Services, Projects, Testimonials), a full theme customizer, dynamic homepage sections, built-in contact form, and a fully responsive, SEO-friendly, lightweight architecture. No page builder required.
Version: 1.0.0
Requires at least: 5.8
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: king-business
Tags: business, corporate, blog, custom-logo, custom-menu, featured-images, full-width-template, threaded-comments, translation-ready, footer-widgets, blue, white
*/

/* ==========================================================================
   Theme base reset — the bulk of visual styles live in /assets/css/main.css
   This file exists primarily for the WordPress theme header above.
   ========================================================================== */

html { box-sizing: border-box; }
*, *::before, *::after { box-sizing: inherit; }
body { margin: 0; font-family: 'Inter', -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen, Ubuntu, sans-serif; }
img { max-width: 100%; height: auto; display: block; }

/* WordPress core alignment classes */
.alignleft  { float: left;  margin: 0 1.5rem 1rem 0; }
.alignright { float: right; margin: 0 0 1rem 1.5rem; }
.aligncenter { display: block; margin-left: auto; margin-right: auto; }
.alignwide  { max-width: 1200px; margin-left: auto; margin-right: auto; }
.alignfull  { width: 100vw; margin-left: calc(50% - 50vw); margin-right: calc(50% - 50vw); }

/* Screen-reader text (required by WP theme standards) */
.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: #fff; clip: auto !important; clip-path: none;
    color: #0a2540; display: block; font-size: 1rem; font-weight: 700;
    height: auto; left: 5px; line-height: normal; padding: 15px 23px 14px;
    text-decoration: none; top: 5px; width: auto; z-index: 100000;
}

/* Caption & gallery defaults */
.wp-caption, .gallery-caption { max-width: 100%; }
.wp-caption-text { font-size: .9rem; color: #556; text-align: center; padding-top: .5rem; }
.sticky { display: block; }
.bypostauthor { display: block; }
