/*
Theme Name: Mascot Tech Hub
Theme URI: http://localhost/mth/
Author: Antigravity (Google DeepMind)
Description: A modern, sleek, premium dark-themed WordPress website custom theme for Mascot Tech Hub, Shahkot, Punjab, Pakistan. Features glowing glassmorphic components, responsive grid systems, scroll animations, Customizer control panels, Custom Post Types for Courses and Portfolio cases, and a fully functional AJAX leads integration.
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: mascot-tech-hub
Tags: dark, responsive-layout, custom-menu, featured-images, translation-ready

This theme is custom-built and uses standard WordPress hooks.
All base design tokens and responsive grid layout styles are located in assets/css/theme.css.
*/

/* Reset & Basic WP Core Class fallbacks */
.alignleft {
    float: left;
    margin: 0.5em 1.5em 0.5em 0;
}
.alignright {
    float: right;
    margin: 0.5em 0 0.5em 1.5em;
}
.aligncenter {
    display: block;
    margin-left: auto;
    margin-right: auto;
    clear: both;
}
.wp-caption {
    margin-bottom: 1.5em;
    max-width: 100%;
}
.wp-caption-text {
    font-size: 0.85em;
    color: #94a3b8;
    text-align: center;
    margin-top: 0.5em;
}
.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;
}
.gallery-caption {
    font-size: 0.85em;
    color: #94a3b8;
}
.bypostauthor {
    display: block;
}
body {
    background-color: #090d16;
    color: #f8fafc;
    margin: 0;
    padding: 0;
    font-family: 'Inter', -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
    -webkit-font-smoothing: antialiased;
    overflow-x: hidden;
}
