/*
 Theme Name:   Innova Space Theme
 Description:  Custom WP theme for Innova Space
 Template:     envo-royal
 Version:      1.0.0
*/

/* ==========================================================================
   EDGE-TO-EDGE FROSTED GLASS HEADER
   ========================================================================== */

/* 1. Full-Width Glassmorphism Bar */
.site-header {
    position: fixed !important;
    top: 0 !important;
    left: 0 !important;
    width: 100% !important;
    z-index: 99999 !important;

    /* The Glass Effect */
    background: rgba(255, 255, 255, 0.81) !important;
    backdrop-filter: blur(25px) saturate(180%) !important;
    -webkit-backdrop-filter: blur(25px) saturate(180%) !important;

    /* Ethereal borders and shadow */
    border-bottom: 1px solid rgba(255, 255, 255, 0.5) !important;
    box-shadow: 0 10px 40px rgba(0, 0, 0, 0.04) !important;

    padding: 0 !important;
    margin: 0 !important;
    transition: all 0.3s ease !important;
}

.site-branding-logo img.custom-logo {
    max-height: 130px !important;
    width: auto !important;
    max-width: 100% !important;
    object-fit: contain !important;
}

/* 3-Column Bulletproof Header Layout (Global) */
.site-header .heading-row {
    display: flex !important;
    align-items: center !important;
    justify-content: space-between !important;
    height: 75px !important;
    margin: 0 2px !important;
}

.site-header .heading-row::before,
.site-header .heading-row::after {
    display: none !important;
}

/* Column 1: Logo */
.site-heading {
    display: flex;
    align-items: center;
    margin: 0 !important;
    padding: 0 !important;
}

/* Column 2: Menu */
.menu-heading {
    display: none !important; /* Hide globally by default (mobile first) */
}

/* Desktop Menu Active State Polish */
.menu-heading .current-menu-item > a,
.menu-heading .current-menu-ancestor > a,
.menu-heading .active > a {
    color: #92d34f !important;
}

@media (min-width: 1200px) {
    .menu-heading {
        display: flex !important;
        justify-content: center;
        margin: 0 !important;
        padding: 0 !important;
        float: none !important;
    }
}

/* Column 3: Flags + Hamburger Wrapper (Implicit via Flex) */
.header-language-switcher {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    margin: 0 15px 0 auto !important;
}

.header-right {
    display: flex;
    align-items: center;
    justify-content: flex-end;
}

/* ==========================================================================
   HOMEPAGE SHORTCODES (HERO & VOILAP PARTNER)
   ========================================================================== */

/* 1. HOMEPAGE HERO SHORTCODE */
.innovaspace-home-hero {
    position: relative;
    padding: 160px 0 200px 0;
    min-height: 90vh;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
    background-color: #111111;
    overflow: hidden;
}

.innovaspace-home-hero-bg {
    position: absolute;
    top: -5%;
    left: -5%;
    width: 110%;
    height: 110%;
    z-index: 1;
    animation: bg-cinematic-zoom 60s linear infinite alternate;
}

.innovaspace-home-hero-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 2;
    background: radial-gradient(circle at center, rgba(17,17,17,0.5) 0%, #0a0a0a 90%);
}

.innovaspace-home-hero-content {
    position: relative;
    z-index: 10;
}

.home-hero-pretitle {
    color: #ffffff;
    font-size: 16px;
    font-weight: 400;
    text-transform: uppercase;
    letter-spacing: 2px;
    margin-bottom: 10px;
}

.home-hero-title {
    color: #ffffff;
    font-size: 72px;
    font-weight: 800;
    line-height: 1.1;
    margin-bottom: 15px;
    letter-spacing: -1px;
}

.home-hero-title .text-glow {
    animation: pulse-neon-glow 6s ease-in-out infinite alternate;
}

.home-hero-subtitle {
    color: #92d34f;
    font-size: 22px;
    font-weight: 600;
    margin: 0 auto 40px auto;
    max-width: 600px;
}

.home-hero-btn {
    display: inline-block;
    position: relative;
    overflow: hidden;
    background: #92d34f;
    color: #111111;
    padding: 16px 40px;
    font-weight: 700;
    font-size: 16px;
    border-radius: 4px;
    text-transform: uppercase;
    text-decoration: none;
    transition: all 0.3s ease;
    box-shadow: 0 5px 20px rgba(146, 211, 79, 0.3);
}

.home-hero-btn::after {
    content: '';
    position: absolute;
    top: 0;
    left: -100%;
    width: 50%;
    height: 100%;
    background: linear-gradient(to right, rgba(255,255,255,0) 0%, rgba(255,255,255,0.4) 50%, rgba(255,255,255,0) 100%);
    transform: skewX(-25deg);
    animation: btn-shine-sweep 7s infinite cubic-bezier(0.19, 1, 0.22, 1);
}

.home-hero-btn:hover {
    background: #ffffff;
    color: #111111;
    text-decoration: none !important;
    transform: translateY(-2px);
    box-shadow: 0 8px 25px rgba(255, 255, 255, 0.4);
}

.innovaspace-home-hero-divider {
    position: absolute;
    bottom: -1px;
    left: 0;
    width: 100%;
    overflow: hidden;
    line-height: 0;
    direction: ltr;
    z-index: 5;
}

.innovaspace-home-hero-divider svg {
    display: block;
    width: calc(100% + 1.3px);
    position: relative;
    left: 50%;
    transform: translateX(-50%);
    height: 120px;
}

/* 2. HOMEPAGE VOILAP PARTNER SHORTCODE [innovaspace_voilap_partner] - LUXURY BRAND LIME */
.innovaspace-partner-section {
    position: relative;
    padding: 130px 0;
    background: #92d34f;
    overflow: hidden;
}

.partner-bg-glow {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: radial-gradient(circle at 75% 30%, rgba(255, 255, 255, 0.3) 0%, transparent 60%);
    pointer-events: none;
    z-index: 1;
}

.partner-top-divider,
.partner-bottom-divider {
    position: absolute;
    left: 0;
    width: 100%;
    overflow: hidden;
    line-height: 0;
    direction: ltr;
    z-index: 5;
}

.partner-top-divider {
    top: -1px;
}

.partner-bottom-divider {
    bottom: -1px;
}

.partner-top-divider svg,
.partner-bottom-divider svg {
    display: block;
    width: calc(100% + 1.3px);
    position: relative;
    left: 50%;
    transform: translateX(-50%);
    height: 80px;
}

.partner-split-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 50px;
    align-items: center;
    max-width: 1200px;
    margin: 0 auto;
    position: relative;
    z-index: 10;
}

.partner-info-col {
    text-align: left;
}

.partner-glass-box {
    background: rgba(255, 255, 255, 0.45);
    backdrop-filter: blur(20px);
    -webkit-backdrop-filter: blur(20px);
    border: 1px solid rgba(255, 255, 255, 0.65);
    border-radius: 28px;
    padding: 45px 40px;
    box-shadow: 0 20px 50px rgba(0, 0, 0, 0.05);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.partner-glass-box:hover {
    transform: translateY(-3px);
    box-shadow: 0 25px 60px rgba(0, 0, 0, 0.08);
}

.partner-badge-wrap {
    margin-bottom: 20px;
}

.partner-badge {
    display: inline-block;
    background: #111111;
    color: #ffffff;
    padding: 7px 20px;
    border-radius: 50px;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 2px;
    text-transform: uppercase;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.15);
}

.partner-logo-box {
    margin-bottom: 20px;
}

.partner-logo-img {
    max-height: 60px;
    width: auto;
    object-fit: contain;
    filter: none !important;
}

.partner-voilap-text {
    font-size: 44px;
    font-weight: 800;
    color: #111111;
    letter-spacing: -1px;
    margin: 0;
}

.partner-voilap-text .dot-accent {
    color: #e6007e;
}

.partner-description {
    font-size: 18px;
    line-height: 1.65;
    color: #0f172a;
    font-weight: 500;
    margin: 0;
}

.partner-video-col {
    position: relative;
}

.partner-video-frame {
    position: relative;
    border-radius: 24px;
    overflow: hidden;
    box-shadow: 0 30px 70px rgba(0, 0, 0, 0.25);
    border: 4px solid rgba(255, 255, 255, 0.7);
    background: #000000;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.partner-video-frame:hover {
    transform: translateY(-5px);
    box-shadow: 0 35px 80px rgba(0, 0, 0, 0.3);
}

.partner-video-player {
    display: block;
    width: 100%;
    height: auto;
    max-height: 440px;
    object-fit: cover;
    border-radius: 20px;
}

@media (max-width: 991px) {
    .partner-split-grid {
        grid-template-columns: 1fr;
        gap: 40px;
        text-align: center;
    }
    
    .partner-info-col {
        text-align: center;
    }
    
    .partner-description {
        margin: 0 auto;
    }
}

/* KEYFRAMES */
@keyframes bg-cinematic-zoom {
    0% { transform: scale(1) translate(0, 0); }
    100% { transform: scale(1.1) translate(-1%, -1%); }
}

@keyframes pulse-neon-glow {
    0% { text-shadow: 0 0 10px rgba(146,211,79,0.5), 0 0 20px rgba(146,211,79,0.3); }
    100% { text-shadow: 0 0 15px rgba(146,211,79,0.8), 0 0 35px rgba(146,211,79,0.6), 0 0 50px rgba(146,211,79,0.4); }
}

@keyframes btn-shine-sweep {
    0% { left: -100%; }
    20% { left: 200%; }
    100% { left: 200%; }
}

@media (max-width: 991px) {
    /* Hide the standalone language switcher on mobile (Issue #28) */
    .header-language-switcher {
        display: none !important;
    }

    /* Hide the parent theme's buggy mobile menu toggle */
    .header-right .menu-button,
    .header-right .navbar-header,
    .header-right .toggle {
        display: none !important;
    }

    /* Force Custom Hamburger Menu to the right */
    .header-right {
        order: 99 !important;
        margin-left: auto !important;
        display: flex !important;
        align-items: center;
        justify-content: flex-end;
        position: relative !important;
    }
}

@media (min-width: 1200px) {
    /* Hide the mobile-injected language switcher items from the desktop menu */
    li.mobile-only-lang-switcher {
        display: none !important;
    }

    .site-header > .container {
        width: 100% !important;
        max-width: 100% !important;
        padding-left: 5% !important;
        padding-right: 5% !important;
    }

    /* 3-column flex on desktop for mathematical centering without wrapping */
    .site-heading { 
        flex: 1 1 25% !important; 
        max-width: 25% !important; /* Force logo to stay in its lane to protect the menu */
        display: flex !important;
        justify-content: flex-start !important; 
        order: 1 !important;
    }
    
    .menu-heading { 
        flex: 1 1 50% !important; /* Give the menu exactly 50% */
        max-width: 50% !important;
        display: flex !important;
        justify-content: center !important;
        align-items: center !important;
        order: 2 !important;
    }
    
    /* Ensure the list doesn't wrap */
    .menu-heading > div,
    .menu-heading ul.navbar-nav {
        display: flex !important;
        justify-content: center !important;
        flex-wrap: nowrap !important;
        width: 100%;
    }
    
    /* Force the text inside the links to never wrap */
    .menu-heading ul.navbar-nav li a {
        white-space: nowrap !important;
    }
    
    .header-language-switcher { 
        flex: 1 1 25% !important; 
        max-width: 25% !important;
        display: flex !important;
        justify-content: flex-end !important;
        order: 3 !important;
    }

    .header-right {
        display: none !important; /* Hide hamburger on desktop */
    }

    /* Kill the parent theme's spacer */
    .header-heading-shrink {
        display: none !important;
    }

    /* Strip default bootstrap navbar backgrounds that might clash */
    .navbar-default {
        background: transparent !important;
        border: none !important;
        margin: 0 !important;
        min-height: auto !important;
    }
}

/* Text & Image Logo Enhancement */
.site-heading {
    display: flex !important;
    align-items: center !important;
    gap: 8px !important;
    margin: 0 !important;
    padding: 0 !important;
}

.site-branding-logo {
    display: flex !important;
    align-items: center !important;
    padding: 0 !important;
    margin: 0 !important;
}

.site-logo-link {
    display: flex !important;
    align-items: center !important;
    text-decoration: none !important;
}

.top-bar-logo-img {
    height: 36px !important;
    max-height: 36px !important;
    width: auto !important;
    object-fit: contain !important;
    display: block !important;
    image-rendering: -webkit-optimize-contrast !important;
    transition: transform 0.25s ease !important;
}

.site-logo-link:hover .top-bar-logo-img {
    transform: scale(1.06);
}

.site-title {
    margin: 0 !important;
    padding: 0 !important; /* Removed vertical padding hack */
}

.site-title a {
    font-size: 18px !important;
    font-weight: 800 !important;
    letter-spacing: 1px !important;
    text-transform: uppercase !important;
    color: #111111 !important;
    text-decoration: none !important;
    display: inline-block;
    white-space: nowrap !important;
    font-family: Montserrat, sans-serif !important;
}

.site-title a::after {
    content: '.'; /* Premium agency accent dot */
    color: #92d34f;
    font-size: 1.2em;
}

/*  Beef up the typography */
.navbar-nav > li.nav-item {
    margin-top: 0 !important; 
}

.navbar-nav > li.nav-item > a.nav-link {
    background: transparent !important;
    font-weight: 600 !important;
    text-transform: uppercase !important;
    letter-spacing: 0.5px !important;
    font-size: 15px !important;
    color: #111111 !important;
    transition: color 0.3s ease !important;
    padding: 10px 18px !important;
}

/* 3. Smooth Animated Underline Hover State (Premium) */
.navbar-nav > li.nav-item > a.nav-link {
    position: relative;
}

/* The invisible line that grows on hover */
.navbar-nav > li.nav-item > a.nav-link::before {
    content: '';
    position: absolute;
    bottom: 2px; /* Position right under the text */
    left: 50%;
    transform: translateX(-50%);
    width: 0; /* Starts at 0 width */
    height: 3px;
    background: #92d34f;
    border-radius: 3px;
    transition: width 0.3s cubic-bezier(0.25, 0.8, 0.25, 1); /* Buttery smooth growth */
}

/* Add breathing room to the native dropdown chevron */
.navbar-nav > li.dropdown > a.nav-link::after,
.dropdown-toggle::after {
    margin-left: 8px !important;
    vertical-align: middle !important;
}

/* Active state is solid dark text and full width line */
.navbar-nav > li.active > a.nav-link,
.navbar-nav > li.current-menu-item > a.nav-link {
    color: #111111 !important;
}

.navbar-nav > li.active > a.nav-link::before,
.navbar-nav > li.current-menu-item > a.nav-link::before {
    width: 24px; /* Permanently open for active page */
}

/* Hover state slides the line open and subtly shifts text color */
.navbar-nav > li.nav-item:hover > a.nav-link {
    color: #92d34f !important;
}

.navbar-nav > li.nav-item:hover > a.nav-link::before {
    width: 24px; /* Grows to 24px on hover */
}

/* =========================================
   Sleek Glassmorphism Dropdown Menu
   ========================================= */
/* Override default Bootstrap dropdown mechanics to show on hover */
.navbar-nav > li.dropdown:hover > ul.dropdown-menu {
    display: block !important;
    opacity: 1 !important;
    visibility: visible !important;
    transform: translateY(0) !important;
}

/* Dropdown Container */
ul.dropdown-menu {
    background: rgba(255, 255, 255, 0.95) !important;
    backdrop-filter: blur(15px) !important;
    -webkit-backdrop-filter: blur(15px) !important;
    border: 1px solid rgba(255, 255, 255, 0.5) !important;
    border-radius: 12px !important;
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.12) !important;
    padding: 12px 0 !important;
    min-width: 240px !important;
    margin-top: 5px !important;

    /* Animation base state */
    display: block !important;
    opacity: 0 !important;
    visibility: hidden !important;
    transform: translateY(15px) !important;
    transition: all 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275) !important;
}

/* Dropdown link items */
ul.dropdown-menu > li.nav-item {
    margin: 0 !important;
    padding: 0 !important;
    border: none !important;
}

ul.dropdown-menu > li.nav-item > a.dropdown-item {
    padding: 12px 24px !important;
    display: block !important;
    color: #555555 !important;
    font-weight: 500 !important;
    font-size: 15px !important;
    text-transform: none !important;
    background: transparent !important;
    border: none !important;
    transition: all 0.3s ease !important;
}

/* Dropdown link hover */
ul.dropdown-menu > li.nav-item > a.dropdown-item:hover {
    color: #92d34f !important;
    background: rgba(146, 211, 79, 0.05) !important;
    padding-left: 32px !important; /* Gentle slide-right effect */
}

/* Invisible bridge so hover doesn't break when moving mouse down */
.navbar-nav > li.dropdown {
    position: relative !important;
}

.navbar-nav > li.dropdown::before {
    content: '';
    position: absolute;
    bottom: -25px; /* Spans the gap between nav and dropdown */
    left: 0;
    width: 100%;
    height: 25px;
    z-index: 9999;
}

/* NUCLEAR HERO FIX - Emergency deadline fix */
body.home .page-header, 
body.home .envo-royal-hero, 
body.home #page-header, 
body.home .page-title-section,
body.home .envo-royal-page-title-wrap,
body.home .envo-royal-breadcrumb-wrap,
body.home .header-filter {
    display: none !important;
}

/* SAFELY HIDE THE CUSTOM KITCHEN HEADER WITHOUT BREAKING ELEMENTOR TEXT */
body.home .top-header.singular-heading,
body.home .single-image,
body.home #wp-custom-header {
    display: none !important;
}

/* ==========================================================================
   WPFORMS FIXES
   ========================================================================== */
/* Fix Messaggio Textarea Scroll & Height Issue */
html body div.wpforms-container form.wpforms-form .wpforms-field-textarea textarea,
textarea#wpforms-1289-field_3 {
    height: 250px !important;
    min-height: 250px !important;
    overflow-y: auto !important;
    padding-top: 15px !important;
    resize: vertical !important;
}

/* ==========================================================================
   CUSTOM DROPDOWN LANGUAGE SWITCHER
   ========================================================================== */
.lang-dropdown-wrapper {
    position: relative;
    display: inline-block;
    cursor: pointer;
    font-family: 'Inter', sans-serif;
    font-weight: 600;
    font-size: 14px;
    color: #333;
}

.lang-dropdown-current {
    display: flex;
    align-items: center;
    gap: 6px;
    padding: 10px 15px;
    border-radius: 4px;
    transition: background 0.3s ease;
}

.lang-dropdown-wrapper:hover .lang-dropdown-current {
    background: rgba(0,0,0,0.05);
}

.lang-dropdown-current .dropdown-arrow {
    font-size: 10px;
    transition: transform 0.3s ease;
}

.lang-dropdown-wrapper:hover .lang-dropdown-current .dropdown-arrow {
    transform: rotate(180deg);
}

.lang-dropdown-list {
    position: absolute;
    top: 100%;
    right: 0;
    background: #fff;
    min-width: 80px;
    box-shadow: 0 10px 30px rgba(0,0,0,0.1);
    border-radius: 6px;
    list-style: none !important;
    margin: 10px 0 0 0 !important;
    padding: 8px 0 !important;
    opacity: 0;
    visibility: hidden;
    transform: translateY(10px);
    transition: all 0.3s cubic-bezier(0.16, 1, 0.3, 1);
    z-index: 9999;
}

.lang-dropdown-wrapper:hover .lang-dropdown-list {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
}

.lang-dropdown-list li {
    margin: 0 !important;
    padding: 0 !important;
}

.lang-dropdown-list li a {
    display: flex;
    align-items: center;
    gap: 8px;
    padding: 8px 20px;
    color: #555;
    text-decoration: none;
    transition: background 0.2s, color 0.2s;
}

.lang-dropdown-list li a:hover {
    background: #f5f5f5;
    color: #92d34f;
}

.lang-dropdown-wrapper img {
    border-radius: 2px;
    box-shadow: 0 1px 3px rgba(0,0,0,0.15);
    height: 14px;
    width: auto;
}

/* ==========================================================================
   CUSTOM FULL-SCREEN MOBILE MENU (GLASSMORPHISM)
   ========================================================================== */

/* The Hamburger Button injected into header-right */
.innova-hamburger-btn {
    background: transparent;
    border: none;
    cursor: pointer;
    display: flex !important;
    flex-direction: column;
    justify-content: space-around;
    width: 30px;
    height: 24px;
    padding: 0;
    z-index: 100;
}
.innova-hamburger-btn span {
    display: block;
    width: 100%;
    height: 3px;
    background-color: #111111;
    border-radius: 2px;
    transition: all 0.3s linear;
}

/* The Full-Screen Overlay */
.innova-mobile-menu-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    background: rgba(255, 255, 255, 0.95);
    backdrop-filter: blur(15px);
    -webkit-backdrop-filter: blur(15px);
    z-index: 99999;
    display: flex;
    flex-direction: column;
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.4s ease, visibility 0.4s ease;
}

.innova-mobile-menu-overlay.is-open {
    opacity: 1;
    visibility: visible;
}

/* Header inside the overlay (for the close button) */
.innova-mobile-menu-header {
    display: flex;
    justify-content: flex-end;
    padding: 25px 5%;
    height: 75px;
}

/* Close Button (X) */
.innova-close-btn {
    background: transparent;
    border: none;
    cursor: pointer;
    width: 30px;
    height: 30px;
    position: relative;
    padding: 0;
}
.innova-close-btn span {
    position: absolute;
    top: 50%;
    left: 0;
    width: 100%;
    height: 3px;
    background-color: #111111;
    border-radius: 2px;
    transition: all 0.3s ease;
}
.innova-close-btn span:nth-child(1) { transform: translateY(-50%) rotate(45deg); }
.innova-close-btn span:nth-child(2) { transform: translateY(-50%) rotate(-45deg); }

/* Menu Content Container */
.innova-mobile-menu-content {
    flex: 1;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding-bottom: 75px; /* Offset for header to perfectly center */
}

/* The Menu List */
.innova-mobile-nav-list,
.innova-mobile-nav-list ul {
    list-style: none !important;
    padding: 0 !important;
    margin: 0 !important;
    text-align: center;
    width: 100%;
}

.innova-mobile-nav-list li {
    margin: 15px 0;
    transform: translateY(20px);
    opacity: 0;
    transition: transform 0.4s ease, opacity 0.4s ease;
}

.innova-mobile-menu-overlay.is-open .innova-mobile-nav-list li {
    transform: translateY(0);
    opacity: 1;
}

/* Menu Links */
.innova-mobile-nav-list a {
    display: inline-block;
    font-family: 'Inter', sans-serif;
    font-size: 26px;
    font-weight: 800;
    color: #111111;
    text-decoration: none;
    text-transform: uppercase;
    letter-spacing: 2px;
    position: relative;
    padding: 5px 20px;
}

.innova-mobile-nav-list a:hover,
.innova-mobile-nav-list li.current-menu-item > a,
.innova-mobile-nav-list li.current-menu-ancestor > a {
    color: #92d34f;
}

/* Sub-Menu Polish */
.innova-mobile-nav-list .sub-menu {
    margin-top: 5px !important;
    margin-bottom: 10px !important;
}

.innova-mobile-nav-list .sub-menu li {
    margin: 8px 0 !important; /* Tighter spacing for sub-items */
}

.innova-mobile-nav-list .sub-menu a {
    font-size: 16px; /* Clear hierarchy */
    font-weight: 500;
    color: #555555;
    letter-spacing: 1px;
    text-transform: none; /* Less aggressive than uppercase */
}

.innova-mobile-nav-list .sub-menu a:hover {
    color: #92d34f;
}

/* Mobile Language Switcher Polish (Horizontal Layout) */
.innova-mobile-nav-list li.mobile-only-lang-switcher {
    display: inline-block !important;
    margin: 30px 10px 0 10px !important;
}

.innova-mobile-nav-list li.mobile-only-lang-switcher a {
    font-size: 16px;
    font-weight: 600;
    padding: 10px;
    display: flex;
    align-items: center;
    gap: 8px;
    color: #111;
}

/* Current Language Highlight */
.innova-mobile-nav-list li.current-lang a {
    color: #92d34f;
}

/* Hide custom mobile menu components on desktop */
@media (min-width: 1200px) {
    .innova-mobile-menu-overlay,
    .innova-hamburger-btn {
        display: none !important;
    }
}

/* ==========================================================================
   HIGH-END MODERN WHITE FOOTER
   ========================================================================== */
.innova-custom-footer {
    background: #ffffff;
    color: #555555;
    padding: 80px 0 35px 0;
    border-top: 1px solid #e5e5e5;
    font-family: 'Inter', system-ui, -apple-system, sans-serif;
}

.innova-footer-container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 25px;
}

.innova-footer-grid {
    display: grid;
    grid-template-columns: 2fr 1fr 1.2fr 1.5fr;
    gap: 45px;
    margin-bottom: 60px;
}

.innova-footer-col {
    display: flex;
    flex-direction: column;
}

.innova-footer-logo-link {
    display: inline-block;
    margin-bottom: 20px;
}

.innova-footer-logo {
    height: 150px !important;
    width: auto;
    object-fit: contain;
    filter: none;
}

.innova-footer-tagline {
    font-size: 14px;
    line-height: 1.65;
    color: #666666;
    margin-bottom: 25px;
}

.innova-footer-socials {
    display: flex;
    align-items: center;
    gap: 12px;
}

.innova-footer-socials a {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 38px;
    height: 38px;
    border-radius: 50%;
    background: #f4f4f4;
    color: #111111;
    border: 1px solid #e0e0e0;
    transition: all 0.3s ease;
}

.innova-footer-socials a:hover {
    background: #92d34f;
    color: #111111;
    border-color: #92d34f;
    transform: translateY(-3px);
}

.innova-footer-heading {
    font-size: 15px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 1px;
    color: #111111;
    margin-bottom: 25px;
}

.innova-footer-links,
.innova-footer-contact-list {
    list-style: none !important;
    padding: 0 !important;
    margin: 0 !important;
}

.innova-footer-links li {
    margin-bottom: 12px !important;
}

.innova-footer-links a {
    color: #555555;
    font-size: 14px;
    text-decoration: none;
    transition: color 0.3s ease;
}

.innova-footer-links a:hover {
    color: #92d34f;
}

.innova-footer-contact-list li {
    display: flex;
    align-items: flex-start;
    gap: 12px;
    margin-bottom: 16px !important;
    font-size: 14px;
    color: #555555;
}

.innova-footer-contact-list a {
    color: #555555;
    text-decoration: none;
    transition: color 0.3s ease;
}

.innova-footer-contact-list a:hover {
    color: #92d34f;
}

.innova-footer-bottom {
    border-top: 1px solid #eeeeee;
    padding-top: 25px;
    margin-top: 20px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 8px;
    width: 100%;
    text-align: center;
    font-size: 13px;
}

/* ==========================================================================
   GENERAL PAGE HERO SHORTCODE [innovaspace_page_hero]
   ========================================================================== */
.innovaspace-page-hero {
    position: relative;
    padding: 140px 20px 160px 20px;
    min-height: 50vh;
    width: 100vw !important;
    margin-left: calc(-50vw + 50%) !important;
    margin-right: calc(-50vw + 50%) !important;
    display: flex !important;
    flex-direction: column !important;
    justify-content: center !important;
    align-items: center !important;
    text-align: center !important;
    background-color: #111111;
    overflow: hidden !important;
    box-sizing: border-box !important;
}

.innovaspace-page-hero-content {
    position: relative;
    z-index: 10;
    max-width: 900px;
    margin: 0 auto;
}

.page-hero-pretitle {
    color: #ffffff !important;
    font-size: 16px !important;
    font-weight: 500 !important;
    text-transform: uppercase !important;
    letter-spacing: 2px !important;
    margin-bottom: 12px !important;
    opacity: 0.9;
}

.page-hero-title {
    color: #ffffff !important;
    font-size: clamp(38px, 6vw, 68px) !important;
    font-weight: 800 !important;
    line-height: 1.1 !important;
    margin-bottom: 18px !important;
    letter-spacing: -1px !important;
}

.page-hero-subtitle {
    color: #92d34f !important;
    font-size: 20px !important;
    font-weight: 600 !important;
    margin: 0 auto !important;
    max-width: 700px;
    line-height: 1.6 !important;
}

.innovaspace-page-hero-divider {
    position: absolute;
    bottom: -1px;
    left: 0;
    width: 100%;
    overflow: hidden;
    line-height: 0;
    direction: ltr;
    z-index: 5;
}

.innovaspace-page-hero-divider svg {
    display: block;
    width: calc(100% + 1.3px);
    position: relative;
    left: 50%;
    transform: translateX(-50%);
    height: 110px;
}

.innovaspace-page-hero-divider .elementor-shape-fill {
    fill: #ffffff !important;
    color: #888888;
}

.innova-footer-copyright {
    text-align: center;
    margin: 0 auto;
    width: 100%;
}

.innova-footer-bottom-links a {
    color: #777777;
    text-decoration: none;
    transition: color 0.3s ease;
}

.innova-footer-bottom-links a:hover {
    color: #92d34f;
}

/* Responsive Footer */
@media (max-width: 991px) {
    .innova-footer-grid {
        grid-template-columns: 1fr 1fr;
        gap: 40px;
    }
}

@media (max-width: 576px) {
    .innova-footer-grid {
        grid-template-columns: 1fr;
        gap: 35px;
    }
    .innova-footer-bottom {
        flex-direction: column;
        gap: 15px;
        text-align: center;
    }
}

/* Mobile Header Scaling Override */
@media (max-width: 767px) {
    .site-header .top-bar-logo-img {
        height: 24px !important;
        max-height: 24px !important;
        width: auto !important;
    }
    .site-header .site-title a {
        font-size: 13px !important;
        letter-spacing: 0px !important;
    }
}

/* ── FIXED HEADER OFFSET ── */
/* Soft offset for non-home pages so fixed header doesn't cover content */
body:not(.home) #page {
    padding-top: 75px;
}