/*
Theme Name: Moovex Logistics
Theme URI: https://moovexlogistics.com
Author: Moovex Team
Author URI: https://moovexlogistics.com
Description: Professional logistics and transportation WordPress theme with modern design and neon effects
Version: 2.1.3
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: moovex
Tags: logistics, transportation, business, modern, responsive
*/

/* 
 * Main stylesheet for Moovex Logistics Theme
 * All styles are included inline in index.php for better performance
 * This file is required by WordPress for theme recognition
 */

/* Basic Reset */
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

/* Theme Variables */
:root {
    --moovex-navy: #1C3D5A;
    --moovex-red: #E74C3C;
    --moovex-white: #FFFFFF;
}

/* Body Defaults */
body {
    font-family: 'Poppins', -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
    line-height: 1.6;
    color: #333;
}

/* WordPress Required Classes */
.alignleft {
    float: left;
    margin-right: 1.5em;
}

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

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

.screen-reader-text {
    clip: rect(1px, 1px, 1px, 1px);
    position: absolute !important;
    height: 1px;
    width: 1px;
    overflow: hidden;
}

/* 
 * Note: All main theme styles are embedded inline in index.php
 * for optimal performance and to reduce HTTP requests
 */
