/*
 Theme Name:   Falcon Edge Systems (Gold Edition)
 Theme URI:    https://falconedgesystems.com/
 Description:  Elite Corporate Training Theme - Satin Gold Edition.
 Author:       Falcon Edge Systems
 Author URI:   https://falconedgesystems.com
 Template:     eduma
 Version:      2.0.0
 Text Domain:  falcon-edge-gold
*/

/* 
 ==========================================================================
 PREMIUM BRANDING - GOLD STANDARD
 ==========================================================================
*/

:root {
    --fe-bg-gold: #0f0f0f;
    --fe-surface-gold: #1a1a1a;
    --fe-accent-gold: #d4af37;
    --fe-accent-gold-dark: #c5a028;
    --fe-accent-gold-glow: rgba(212, 175, 55, 0.2);
    --fe-text-gold: #f5f5f5;
    --fe-text-gold-dim: #c0c0c0;
    --fe-border-gold: #d4af37;
    --fe-glass-gold: rgba(212, 175, 55, 0.05);
    --fe-glass-gold-border: rgba(212, 175, 55, 0.15);
}

/* 1. Global Font Override - Montserrat & Inter Only */
.fe-gold-custom-theme * {
    font-family: 'Montserrat', 'Inter', sans-serif !important;
}

.fe-gold-custom-theme,
.fe-gold-custom-theme body {
    background-color: var(--fe-bg-gold) !important;
    color: var(--fe-text-gold) !important;
}

/* 2. Satin Gold Header */
.fe-gold-custom-theme #masthead {
    background: rgba(15, 15, 15, 0.95) !important;
    backdrop-filter: blur(15px) !important;
    border-bottom: 2px solid var(--fe-accent-gold) !important;
}

.fe-gold-custom-theme .main-menu > li > a {
    color: var(--fe-text-gold) !important;
    font-weight: 700 !important;
}

/* 3. Gold-Tinted Hero & Content Sections */
.fe-gold-custom-theme .hero-content,
.fe-gold-custom-theme .elementor-section {
    background: transparent !important;
}

.fe-gold-custom-theme .elementor-background-overlay {
    background-color: #0f0f0f !important;
    opacity: 0.9 !important;
}

/* 4. Elite Service Cards (Gold Glassmorphism) */
.fe-gold-custom-theme .service-card, 
.fe-gold-custom-theme .thim-widget-icon-box,
.fe-gold-custom-theme .elementor-widget-container {
    background: var(--fe-glass-gold) !important;
    backdrop-filter: blur(10px) !important;
    border: 1px solid var(--fe-glass-gold-border) !important;
    border-radius: 4px !important;
}

/* 5. Satin Gold Buttons */
.fe-gold-custom-theme .widget-button, 
.fe-gold-custom-theme .btn-primary, 
.fe-gold-custom-theme button,
.fe-gold-custom-theme .elementor-button {
    background: linear-gradient(135deg, #c5a028 0%, #d4af37 50%, #f9e29c 100%) !important;
    border: none !important;
    color: #000000 !important;
    font-weight: 800 !important;
    text-transform: uppercase !important;
    letter-spacing: 0.15em !important;
    box-shadow: 0 5px 15px rgba(212, 175, 55, 0.3) !important;
}

.fe-gold-custom-theme .widget-button:hover,
.fe-gold-custom-theme .btn-primary:hover,
.fe-gold-custom-theme button:hover,
.fe-gold-custom-theme .elementor-button:hover {
    box-shadow: 0 10px 25px rgba(212, 175, 55, 0.5) !important;
    background: #d4af37 !important;
}

/* 6. Gold Form Elements */
input[type=text], input[type=email], textarea {
    background: var(--fe-surface-gold) !important;
    border: 1px solid var(--fe-glass-gold-border) !important;
    color: #ffffff !important;
    border-radius: 4px !important;
}

input:focus {
    border-color: var(--fe-accent-gold) !important;
    box-shadow: 0 0 10px var(--fe-accent-gold-glow);
}

/* 7. Footer - Elite Gold */
.fe-gold-custom-theme #colophon {
    background: #0a0a0a !important;
    border-top: 1px solid var(--fe-accent-gold) !important;
}

.fe-gold-custom-theme .footer-widget .widget-title {
    color: var(--fe-accent-gold) !important;
    border-bottom: 2px solid var(--fe-accent-gold) !important;
}

/* 8. GLOBAL SFTP FORCE - CRUSHING EDUMA BLUE */
.fe-gold-custom-theme div, 
.fe-gold-custom-theme section, 
.fe-gold-custom-theme article,
.fe-gold-custom-theme .elementor-container,
.fe-gold-custom-theme .elementor-row {
    border-color: rgba(212, 175, 55, 0.1) !important;
}

/* Force Dark Background on stubborn sections */
.fe-gold-custom-theme .bg-video,
.fe-gold-custom-theme .main-content,
.fe-gold-custom-theme #main-content {
    background-color: var(--fe-bg-gold) !important;
}

/* Disable existing logos via CSS (Insurance policy) */
header .thim-logo img[src*="logo.png"],
header .thim-logo img[src*="eduma"] {
    display: none !important;
}
