/*
Theme Name: YBT Logistics Theme
Theme URI: https://ybtconsolidation.com.ng
Author: YBT Dev
Description: A lightweight, app-focused theme designed for the YBT Packer Service plugin.
Version: 1.0
License: GNU General Public License v2 or later
Text Domain: ybt-theme
*/

/* Base Resets */
body {
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
    background-color: #f4f6f9;
    color: #333;
    margin: 0;
    padding: 0;
}

/* Navbar Customization to match Plugin */
.navbar-custom {
    background: linear-gradient(135deg, #228B22 0%, #1e5a8e 100%);
    box-shadow: 0 2px 10px rgba(0,0,0,0.1);
    padding: 15px 0;
}

.navbar-brand {
    font-weight: bold;
    color: #fff !important;
    font-size: 1.5rem;
    text-transform: uppercase;
}

.nav-link {
    color: rgba(255,255,255,0.8) !important;
    font-weight: 500;
}

.nav-link:hover, .nav-link.active {
    color: #DAA520 !important;
}

/* Main Content Area */
.site-content {
    min-height: 80vh;
    padding: 40px 0;
}

/* Footer */
.site-footer {
    background-color: #333;
    color: #aaa;
    padding: 40px 0;
    text-align: center;
    font-size: 0.9rem;
}

.site-footer a {
    color: #fff;
    text-decoration: none;
}