/*
Theme Name: Wisemen Global
Theme URI: https://wisemenusa.com
Author: Wisemen Multimedia, LLC
Author URI: https://wisemenusa.com
Description: The official Wisemen Global corporate theme. Light, enterprise-grade design built for Elementor Pro. Mission Excellence. Global Impact.
Version: 2.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: wisemen-global
Tags: corporate, elementor, light, business, one-page
*/

/* =============================================
   WISEMEN GLOBAL — PARENT THEME BASE STYLES
   Design: Corporate Light (Peraton-inspired)
   Primary: #1B3A6B (Navy Blue)
   Accent:  #C8922A (Gold)
   BG:      #FFFFFF / #F5F6F8
   Fonts:   Barlow Condensed (headings) + Barlow (body)
   ============================================= */

*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }

html { scroll-behavior: smooth; font-size: 16px; }

body {
    font-family: 'Barlow', 'Helvetica Neue', Arial, sans-serif;
    font-size: 1rem;
    line-height: 1.65;
    color: #2D3748;
    background: #FFFFFF;
    -webkit-font-smoothing: antialiased;
}

img { max-width: 100%; height: auto; display: block; }
a { color: #1B3A6B; text-decoration: none; transition: color 0.2s ease; }
a:hover { color: #C8922A; }

/* ---- HEADER ---- */
#masthead {
    position: fixed;
    top: 0; left: 0; right: 0;
    z-index: 9999;
    background: transparent;
    transition: background 0.4s ease, box-shadow 0.4s ease, padding 0.4s ease;
    padding: 0;
}
#masthead.scrolled {
    background: rgba(255,255,255,0.97);
    box-shadow: 0 2px 20px rgba(0,0,0,0.08);
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
}
.site-header-inner {
    display: flex;
    align-items: center;
    justify-content: space-between;
    max-width: 1280px;
    margin: 0 auto;
    padding: 0 2rem;
    height: 80px;
}
.site-branding { display: flex; align-items: center; gap: 12px; }
.site-branding .custom-logo { height: 48px; width: auto; }
.site-title { font-family: 'Barlow Condensed', sans-serif; font-size: 1.4rem; font-weight: 700; letter-spacing: 0.05em; color: #FFFFFF; text-transform: uppercase; transition: color 0.4s ease; }
#masthead.scrolled .site-title { color: #1B3A6B; }
.site-title a { color: inherit; }

/* ---- NAV ---- */
.main-navigation { display: flex; align-items: center; }
.main-navigation ul { list-style: none; display: flex; gap: 2rem; margin: 0; padding: 0; }
.main-navigation ul li a {
    font-family: 'Barlow', sans-serif;
    font-size: 0.875rem;
    font-weight: 600;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    color: rgba(255,255,255,0.9);
    padding: 0.25rem 0;
    border-bottom: 2px solid transparent;
    transition: color 0.2s ease, border-color 0.2s ease;
}
.main-navigation ul li a:hover,
.main-navigation ul li.current-menu-item > a {
    color: #C8922A;
    border-bottom-color: #C8922A;
}
#masthead.scrolled .main-navigation ul li a { color: #2D3748; }
#masthead.scrolled .main-navigation ul li a:hover,
#masthead.scrolled .main-navigation ul li.current-menu-item > a { color: #1B3A6B; border-bottom-color: #1B3A6B; }

/* Mobile nav toggle */
.nav-toggle {
    display: none;
    flex-direction: column;
    gap: 5px;
    cursor: pointer;
    padding: 8px;
    background: none;
    border: none;
}
.nav-toggle span {
    display: block;
    width: 24px;
    height: 2px;
    background: #FFFFFF;
    transition: background 0.4s ease;
}
#masthead.scrolled .nav-toggle span { background: #1B3A6B; }

/* ---- CONTENT AREA ---- */
#content { padding-top: 80px; }
.elementor-template-full-width #content,
.elementor-template-canvas #content { padding-top: 0; }
.elementor-template-full-width .site-header-spacer { display: none; }

/* ---- FOOTER ---- */
#colophon {
    background: #0F1E38;
    color: #A0AEC0;
    padding: 4rem 0 2rem;
}
.footer-inner {
    max-width: 1280px;
    margin: 0 auto;
    padding: 0 2rem;
    display: grid;
    grid-template-columns: 2fr 1fr 1fr 1fr;
    gap: 3rem;
}
.footer-brand .footer-logo { height: 48px; margin-bottom: 1rem; }
.footer-brand p { font-size: 0.875rem; line-height: 1.7; color: #718096; max-width: 280px; }
.footer-col h4 {
    font-family: 'Barlow Condensed', sans-serif;
    font-size: 0.75rem;
    font-weight: 700;
    letter-spacing: 0.12em;
    text-transform: uppercase;
    color: #FFFFFF;
    margin-bottom: 1.25rem;
}
.footer-col ul { list-style: none; }
.footer-col ul li { margin-bottom: 0.6rem; }
.footer-col ul li a { color: #718096; font-size: 0.875rem; transition: color 0.2s ease; }
.footer-col ul li a:hover { color: #C8922A; }
.footer-bottom {
    max-width: 1280px;
    margin: 3rem auto 0;
    padding: 1.5rem 2rem 0;
    border-top: 1px solid rgba(255,255,255,0.08);
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    gap: 1rem;
}
.footer-bottom p { font-size: 0.8rem; color: #4A5568; }
.footer-certs { display: flex; gap: 1rem; align-items: center; }
.footer-certs span {
    font-size: 0.7rem;
    font-weight: 700;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    color: #4A5568;
    border: 1px solid #2D3748;
    padding: 0.25rem 0.6rem;
    border-radius: 2px;
}

/* ---- RESPONSIVE ---- */
@media (max-width: 1024px) {
    .footer-inner { grid-template-columns: 1fr 1fr; }
}
@media (max-width: 768px) {
    .nav-toggle { display: flex; }
    .main-navigation {
        display: none;
        position: absolute;
        top: 80px; left: 0; right: 0;
        background: rgba(255,255,255,0.98);
        padding: 1rem 2rem 2rem;
        box-shadow: 0 8px 30px rgba(0,0,0,0.12);
    }
    .main-navigation.open { display: block; }
    .main-navigation ul { flex-direction: column; gap: 0; }
    .main-navigation ul li a { color: #2D3748; padding: 0.75rem 0; display: block; border-bottom: 1px solid #EDF2F7; }
    .main-navigation ul li:last-child a { border-bottom: none; }
    .footer-inner { grid-template-columns: 1fr; gap: 2rem; }
    .footer-bottom { flex-direction: column; text-align: center; }
}
