/*
Theme Name: The Thunder Security
Theme URI: https://www.thethundersecurity.com/
Author: Elite Security Design
Author URI: https://www.thethundersecurity.com/
Description: A clean, corporate, and trustworthy WordPress theme redesigned for The Thunder Security Services Limited. Featuring sleek modern card layouts, crisp typography, bold red branding, smooth JavaScript animations, and responsive multi-page architecture.
Version: 2.0.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: thunder-security
Tags: custom-menu, featured-images, full-width-template, theme-options, translation-ready, corporate, security
*/

/* Core WordPress CSS requirements & Resets */
*, *::before, *::after {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}

html {
    scroll-behavior: smooth;
    font-family: 'Inter', system-ui, -apple-system, sans-serif;
    color: #1E293B;
    background-color: #F8FAFC;
}

body {
    overflow-x: hidden;
    line-height: 1.6;
}

/* Alignments required by WordPress */
.alignleft { display: inline; float: left; margin-right: 1.5em; }
.alignright { display: inline; float: right; margin-left: 1.5em; }
.aligncenter { clear: both; display: block; margin-left: auto; margin-right: auto; }

/* Screen Reader Text */
.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;
}
