.elementor-kit-7{--e-global-color-primary:#6EC1E4;--e-global-color-secondary:#54595F;--e-global-color-text:#7A7A7A;--e-global-color-accent:#61CE70;--e-global-typography-primary-font-family:"Roboto";--e-global-typography-primary-font-weight:600;--e-global-typography-secondary-font-family:"Roboto Slab";--e-global-typography-secondary-font-weight:400;--e-global-typography-text-font-family:"Roboto";--e-global-typography-text-font-weight:400;--e-global-typography-accent-font-family:"Roboto";--e-global-typography-accent-font-weight:500;}.elementor-kit-7 e-page-transition{background-color:#FFBC7D;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1140px;}.e-con{--container-max-width:1140px;}.elementor-widget:not(:last-child){--kit-widget-spacing:20px;}.elementor-element{--widgets-spacing:20px 20px;--widgets-spacing-row:20px;--widgets-spacing-column:20px;}{}h1.entry-title{display:var(--page-title-display);}.site-header .site-branding{flex-direction:column;align-items:stretch;}.site-header{padding-inline-end:0px;padding-inline-start:0px;}.site-footer .site-branding{flex-direction:column;align-items:stretch;}@media(max-width:1024px){.elementor-section.elementor-section-boxed > .elementor-container{max-width:1024px;}.e-con{--container-max-width:1024px;}}@media(max-width:767px){.elementor-section.elementor-section-boxed > .elementor-container{max-width:767px;}.e-con{--container-max-width:767px;}}
/* Start custom CSS *//* ==========================================================================
   FORGEWARE GLOBAL THEME OVERRIDES (SITE SETTINGS EMULATION)
   ========================================================================== */

/* 1. Root System Constants */
:root {
    --fg-primary-txt: #FFFFFF;
    --fg-secondary-txt: #A0A0A0;
    --fg-bg-chassis: #000000;
    --fg-gold-accent: #D4AF37;
    --fg-panel-slate: #0C0C0C;
}

/* 2. Global Chassis Base & Text */
body, .elementor-kit-default {
    background-color: var(--fg-bg-chassis) !important;
    color: var(--fg-primary-txt) !important;
}

/* Secondary diagnostic text mapping */
p, .elementor-text-editor {
    color: var(--fg-secondary-txt);
}

/* 3. Global Hard-Edge Cyber Buttons */
.elementor-button, 
button, 
input[type="submit"] {
    background-color: transparent !important;
    color: var(--fg-gold-accent) !important;
    border: 1px solid var(--fg-gold-accent) !important;
    border-radius: 0px !important; /* Sharp industrial geometry */
    text-transform: uppercase !important;
    font-family: 'Orbitron', sans-serif !important;
    letter-spacing: 2px !important;
    transition: all 0.3s cubic-bezier(0.19, 1, 0.22, 1) !important;
    position: relative;
}

/* 4. Active System Core Selection / Button Hover */
.elementor-button:hover, 
button:hover, 
input[type="submit"]:hover {
    background-color: var(--fg-gold-accent) !important;
    color: var(--fg-bg-chassis) !important;
    border-color: var(--fg-gold-accent) !important;
    box-shadow: 0 0 15px rgba(212, 175, 55, 0.5) !important; /* Box-Shadow Glow */
}

/* 5. Clean Data Form Inputs Override */
.elementor-field-textual, 
input[type="text"], 
input[type="email"], 
select {
    background-color: var(--fg-panel-slate) !important;
    color: var(--fg-primary-txt) !important;
    border: 1px solid rgba(212, 175, 55, 0.2) !important;
    border-radius: 0px !important;
    font-family: 'Rajdhani', sans-serif !important;
}

.elementor-field-textual:focus, 
input:focus, 
select:focus {
    border-color: var(--fg-gold-accent) !important;
    outline: none !important;
    box-shadow: 0 0 8px rgba(212, 175, 55, 0.2) !important;
}


/* --- Forgeware Technical Interface Framework --- */

/* 1. Industrial Blueprint Card Base */
.forgeware-panel {
    background: #0C0C0C !important;
    border: 1px solid rgba(212, 175, 55, 0.15) !important;
    border-radius: 0px !important;
    box-shadow: inset 0 0 12px rgba(0, 0, 0, 0.85);
    transition: all 0.3s cubic-bezier(0.19, 1, 0.22, 1);
    position: relative;
    overflow: hidden;
}

/* 2. Live Interaction Laser Engagement */
.forgeware-panel:hover {
    border-color: #D4AF37 !important;
    box-shadow: 0 0 20px rgba(212, 175, 55, 0.25), 
                inset 0 0 8px rgba(212, 175, 55, 0.1);
    transform: translateY(-2px);
}

/* 3. Engineering Grid Crosshair Overlay */
.forgeware-grid-bg {
    background-image: 
        linear-gradient(rgba(212, 175, 55, 0.03) 1px, transparent 1px),
        linear-gradient(90deg, rgba(212, 175, 55, 0.03) 1px, transparent 1px);
    background-size: 20px 20px;
}

/* 4. Active System Core Selection Toggle */
.forgeware-active-selection {
    border: 1px dashed #D4AF37 !important;
    background: linear-gradient(135deg, #0C0C0C 0%, #151209 100%) !important;
}

/* 5. Terminal Data List Elements */
.forgeware-telemetry-row {
    font-family: 'Rajdhani', sans-serif;
    border-bottom: 1px solid #1A1A1A;
    padding: 8px 0;
    display: flex;
    justify-content: space-between;
}

/* ==========================================================================
   FORGEWARE TELEMETRY GLITCH BUTTON ENGINE
   ========================================================================== */

/* Apply the class '.fg-glitch-btn' to any Elementor button widget */
.fg-glitch-btn .elementor-button,
.fg-glitch-btn button {
    position: relative;
    background-color: transparent !important;
    color: var(--fg-gold-accent, #D4AF37) !important;
    border: 1px solid var(--fg-gold-accent, #D4AF37) !important;
    border-radius: 0px !important;
    font-family: 'Orbitron', sans-serif !important;
    text-transform: uppercase !important;
    letter-spacing: 2px !important;
    transition: background-color 0.2s ease !important;
    overflow: hidden; /* Contains the internal glitch layers */
}

/* Base state override for pseudo layers */
.fg-glitch-btn .elementor-button::before,
.fg-glitch-btn .elementor-button::after {
    content: attr(data-text); /* Dynamic text cloning */
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #000000;
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 0; /* Hidden until triggered */
}

/* --- TRIGGER LOGIC STATE --- */
.fg-glitch-btn .elementor-button:hover {
    background-color: #000000 !important; /* Forces dark back-plate for contrast */
    color: #FFFFFF !important;
    border-color: #FFFFFF !important;
    box-shadow: 0 0 10px rgba(255, 255, 255, 0.2) !important;
}

/* Activate the duplicated anomaly channels */
.fg-glitch-btn .elementor-button:hover::before,
.fg-glitch-btn .elementor-button:hover::after {
    opacity: 1;
}

/* Chromatic Slice Left (Cyan Shift) */
.fg-glitch-btn .elementor-button:hover::before {
    left: 2px;
    text-shadow: -2px 0 #00ffff;
    clip: rect(44px, 450px, 56px, 0); /* Horizontal hardware line strip */
    animation: fg-glitch-anim-1 1s infinite linear alternate-reverse;
}

/* Chromatic Slice Right (Magenta/Red Shift) */
.fg-glitch-btn .elementor-button:hover::after {
    left: -2px;
    text-shadow: -2px 0 #ff007f;
    clip: rect(85px, 450px, 140px, 0);
    animation: fg-glitch-anim-2 1s infinite linear alternate-reverse;
}

/* --- TELEMETRY SLICE ANIMATIONS --- */
@keyframes fg-glitch-anim-1 {
    0% { clip: rect(15px, 9999px, 66px, 0); }
    10% { clip: rect(34px, 9999px, 55px, 0); }
    20% { clip: rect(81px, 9999px, 19px, 0); }
    30% { clip: rect(43px, 9999px, 3px, 0); }
    40% { clip: rect(12px, 9999px, 85px, 0); }
    50% { clip: rect(72px, 9999px, 92px, 0); }
    60% { clip: rect(9px, 9999px, 41px, 0); }
    70% { clip: rect(53px, 9999px, 78px, 0); }
    80% { clip: rect(91px, 9999px, 14px, 0); }
    90% { clip: rect(23px, 9999px, 60px, 0); }
    100% { clip: rect(6px, 9999px, 32px, 0); }
}

@keyframes fg-glitch-anim-2 {
    0% { clip: rect(76px, 9999px, 116px, 0); }
    11% { clip: rect(4px, 9999px, 29px, 0); }
    22% { clip: rect(93px, 9999px, 45px, 0); }
    33% { clip: rect(18px, 9999px, 83px, 0); }
    44% { clip: rect(57px, 9999px, 12px, 0); }
    55% { clip: rect(2px, 9999px, 110px, 0); }
    66% { clip: rect(82px, 9999px, 37px, 0); }
    77% { clip: rect(40px, 9999px, 95px, 0); }
    88% { clip: rect(11px, 9999px, 52px, 0); }
    100% { clip: rect(68px, 9999px, 103px, 0); }
}


/* Custom Tech Glow Border for Forgeware Product Cards */
.forgeware-card {
    background: #121212 !important;
    border: 1px solid rgba(212, 175, 55, 0.15) !important;
    border-radius: 4px;
    transition: all 0.4s cubic-bezier(0.25, 0.8, 0.25, 1);
}

.forgeware-card:hover {
    border-color: #D4AF37 !important;
    box-shadow: 0 0 15px rgba(212, 175, 55, 0.3);
    transform: translateY(-4px);
}

/* Structural Tech Crosshair Indicators */
.forgeware-hero::before {
    content: '+';
    position: absolute;
    top: 20px;
    left: 20px;
    color: #D4AF37;
    font-family: monospace;
    opacity: 0.5;
}

/* ==========================================================================
   FORGEWARE WOOCOMMERCE CHECKOUT ARCHITECTURE OVERRIDES
   ========================================================================== */

/* --- 1. Layout Backplate Structuring --- */
.woocommerce-checkout, 
.woocommerce-checkout form.checkout,
#add_payment_method #payment, 
.woocommerce-checkout #payment {
    background-color: #000000 !important;
    font-family: 'Inter', sans-serif;
}

/* Coupon & Login Alerts Box */
.woocommerce-form-login, 
.woocommerce-form-coupon,
.woocommerce-checkout .checkout_coupon {
    background-color: #0C0C0C !important;
    border: 1px dashed rgba(212, 175, 55, 0.4) !important;
    border-radius: 0px !important;
}

/* --- 2. Form Input Telemetry Fields --- */
.woocommerce-checkout .form-row input.input-text, 
.woocommerce-checkout .form-row select,
.woocommerce-checkout .form-row textarea {
    background-color: #0C0C0C !important;
    color: #FFFFFF !important;
    border: 1px solid rgba(212, 175, 55, 0.2) !important;
    border-radius: 0px !important; /* Sharp geometry */
    padding: 12px !important;
    font-family: 'Rajdhani', sans-serif !important;
    font-size: 16px !important;
    transition: all 0.3s ease;
}

/* Live Active Focus Field Glow */
.woocommerce-checkout .form-row input.input-text:focus, 
.woocommerce-checkout .form-row select:focus,
.woocommerce-checkout .form-row textarea:focus {
    border-color: #D4AF37 !important;
    outline: none !important;
    box-shadow: 0 0 10px rgba(212, 175, 55, 0.25) !important;
}

/* Form Input Labels */
.woocommerce-checkout .form-row label {
    font-family: 'Orbitron', sans-serif !important;
    text-transform: uppercase !important;
    font-size: 11px !important;
    letter-spacing: 1px;
    color: #A0A0A0 !important;
    margin-bottom: 6px;
}

/* --- 3. Order Component Review Summary Table --- */
#order_review_heading,
.woocommerce-checkout-review-order-table th,
.woocommerce-checkout-review-order-table td {
    font-family: 'Orbitron', sans-serif !important;
    text-transform: uppercase;
}

.woocommerce-checkout-review-order-table {
    background-color: #0C0C0C !important;
    border: 1px solid rgba(212, 175, 55, 0.15) !important;
    border-radius: 0px !important;
}

.woocommerce-checkout-review-order-table thead th,
.woocommerce-checkout-review-order-table tr.cart_item {
    border-bottom: 1px solid #1A1A1A !important;
}

/* Hard Highlight for Grand Total Line */
.woocommerce-checkout-review-order-table tr.order-total {
    background-color: #121212 !important;
    color: #D4AF37 !important;
    font-size: 18px;
    border-top: 2px solid #D4AF37 !important;
}

/* --- 4. Payment Gateway Core Selectors --- */
#add_payment_method #payment ul.payment_methods, 
.woocommerce-checkout #payment ul.payment_methods {
    border-bottom: 1px solid #1A1A1A !important;
    padding-bottom: 15px;
}

/* Payment Tooltip Bubbles */
#add_payment_method #payment div.payment_box, 
.woocommerce-checkout #payment div.payment_box {
    background-color: #1A1A1A !important;
    color: #A0A0A0 !important;
    border-radius: 0px !important;
    border: 1px solid rgba(212, 175, 55, 0.1) !important;
}

#add_payment_method #payment div.payment_box::before, 
.woocommerce-checkout #payment div.payment_box::before {
    border-bottom-color: #1A1A1A !important; /* Pointed arrow alignment styling */
}

/* --- 5. The Ultimate "Place Order" Call-To-Action (CTA) --- */
.woocommerce-checkout #place_order {
    background-color: transparent !important;
    color: #D4AF37 !important;
    border: 1px solid #D4AF37 !important;
    border-radius: 0px !important;
    font-family: 'Orbitron', sans-serif !important;
    font-weight: 700 !important;
    text-transform: uppercase !important;
    letter-spacing: 2px !important;
    padding: 18px 30px !important;
    width: 100% !important;
    transition: all 0.3s cubic-bezier(0.19, 1, 0.22, 1) !important;
}

.woocommerce-checkout #place_order:hover {
    background-color: #D4AF37 !important;
    color: #000000 !important;
    box-shadow: 0 0 20px rgba(212, 175, 55, 0.4) !important;
    cursor: pointer;
}

/* --- 6. Telemetry System Error / Notice Banners --- */
.woocommerce-notice,
.woocommerce-error, 
.woocommerce-message {
    background-color: #0C0C0C !important;
    border-radius: 0px !important;
    font-family: 'Rajdhani', sans-serif !important;
    font-weight: 600;
    text-transform: uppercase;
}

.woocommerce-error {
    border-left: 4px solid #FFC107 !important; /* Amber Telemetry Alert Warning Line */
    color: #FFC107 !important;
    box-shadow: 0 0 10px rgba(255, 193, 7, 0.1);
}

.woocommerce-message {
    border-left: 4px solid #D4AF37 !important; /* Success / Confirmation Gold Line */
    color: #FFFFFF !important;
}
{
    "version": "0.4",
    "title": "Forgeware System Footer Deck",
    "type": "footer",
    "content": [
        {
            "id": "fg-master-footer-deck",
            "elType": "section",
            "settings": {
                "layout_boxed": "boxed",
                "background_background": "classic",
                "background_color": "#000000",
                "border_border": "solid",
                "border_width": {
                    "top": "1",
                    "right": "0",
                    "bottom": "0",
                    "left": "0",
                    "unit": "px"
                },
                "border_color": "rgba(212, 175, 55, 0.15)",
                "padding_space": {
                    "top": "60",
                    "right": "0",
                    "bottom": "30",
                    "left": "0",
                    "unit": "px"
                }
            },
            "elements": [
                {
                    "id": "footer-col-brand",
                    "elType": "column",
                    "settings": { "_inline_size": 40 },
                    "elements": []
                },
                {
                    "id": "footer-col-sitemap",
                    "elType": "column",
                    "settings": { "_inline_size": 30 },
                    "elements": []
                },
                {
                    "id": "footer-col-telemetry",
                    "elType": "column",
                    "settings": { "_inline_size": 30 },
                    "elements": []
                }
            ]
        }
    ]
}

/* --- Forgeware System Footer Deck Core --- */

/* 1. Technical Footer Section Branding */
.fg-footer-heading .elementor-heading-title {
    font-family: 'Orbitron', sans-serif !important;
    text-transform: uppercase !important;
    font-size: 14px !important;
    letter-spacing: 2px !important;
    color: var(--fg-gold-accent, #D4AF37) !important;
    margin-bottom: 15px;
}

/* 2. Sitemaps & Data Link Arrays */
.fg-footer-links ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.fg-footer-links ul li, 
.fg-footer-links .elementor-icon-list-item {
    font-family: 'Rajdhani', sans-serif !important;
    font-size: 15px !important;
    font-weight: 500;
    text-transform: uppercase;
    padding: 6px 0 !important;
}

.fg-footer-links a,
.fg-footer-links .elementor-icon-list-text {
    color: var(--fg-secondary-txt, #A0A0A0) !important;
    transition: all 0.2s cubic-bezier(0.19, 1, 0.22, 1);
}

/* Terminal Node Hover Engagement */
.fg-footer-links a:hover,
.fg-footer-links .elementor-icon-list-item:hover .elementor-icon-list-text {
    color: #FFFFFF !important;
    padding-left: 4px; /* Subtle shifting animation mimicking terminal navigation */
}

/* 3. System Status Indicator Light */
.fg-status-node {
    display: inline-flex;
    align-items: center;
    font-family: 'Rajdhani', sans-serif;
    text-transform: uppercase;
    font-size: 12px;
    letter-spacing: 1px;
    color: #A0A0A0;
    margin-top: 15px;
}

.fg-status-node::before {
    content: '';
    width: 6px;
    height: 6px;
    background-color: var(--fg-gold-accent, #D4AF37);
    margin-right: 8px;
    box-shadow: 0 0 8px var(--fg-gold-accent, #D4AF37);
    animation: fg-node-pulse 2s infinite ease-in-out;
}

@keyframes fg-node-pulse {
    0%, 100% { opacity: 0.4; }
    50% { opacity: 1; }
}

/* --- Forgeware Homepage Core Visual Engine --- */

/* 1. Immersive Engineering Blueprint Background Grid */
.fg-grid-canvas {
    background-image: 
        linear-gradient(rgba(212, 175, 55, 0.02) 1px, transparent 1px),
        linear-gradient(90deg, rgba(212, 175, 55, 0.02) 1px, transparent 1px);
    background-size: 30px 30px;
    background-position: center top;
}

/* 2. Cyber-Tech Accent Frame Callouts */
.fg-frame-accent {
    position: relative;
    border-left: 3px solid #D4AF37 !important;
    padding-left: 20px;
}

/* 3. Dynamic Tech Crosshair Corners */
.fg-crosshair-node::before {
    content: '[ + ]';
    position: absolute;
    top: 10px;
    left: 10px;
    font-family: monospace;
    font-size: 10px;
    color: #D4AF37;
    opacity: 0.4;
}

/* 4. Live Telemetry Data Value Display */
.fg-metric-value {
    font-family: 'Orbitron', sans-serif !important;
    color: #D4AF37 !important;
    font-size: 36px !important;
    font-weight: 700 !important;
    text-shadow: 0 0 10px rgba(212, 175, 55, 0.3);
    line-height: 1;
}

.fg-metric-label {
    font-family: 'Rajdhani', sans-serif !important;
    text-transform: uppercase !important;
    letter-spacing: 1.5px;
    font-size: 13px;
    color: #A0A0A0;
    margin-top: 5px;
}/* End custom CSS */