/*
Theme Name: WP Bootstrap Starter
Theme URI: https://afterimagedesigns.com/wp-bootstrap-starter/
Author: Afterimage Designs
Author URI: https://afterimagedesigns.com/
Description:  The best WordPress starter theme based on the most powerful frameworks in the world: "_s" (by Automattic, the main people behind WordPress development), Twitter Bootstrap (the most popular HTML, CSS, and JS framework for developing responsive, mobile first projects on the web) and Font Awesome (or Fontawesome, a full suite of 675+ pictographic icons for easy scalable vector graphics on websites). This theme, like WordPress, is licensed under the GPL. You can use this theme as base for your next WordPress theme project and you are allowed to remove the link at the footer or do whatever you want. Your feedback on how we can continuously improve this WordPress Starter Theme Bootstrap will be highly appreciated. Page templates includes Right-sidebar (default page template), Left-Sidebar, Full-Width, Blank with container, Blank without container Page. Other features - Currently using Bootstrap v4.0.0 , Widgetized footer area, WooCommerce ready, Compatible with Contact Form 7, Compatible with Visual Composer, Compatible with Elementor Page Builder. This theme will be an active project which we will update from time to time. Check this page regularly for the updates.
Version: 3.3.6
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: wp-bootstrap-starter
Requires at least: 4.7
Requires PHP: 5.2.4
Tested up to: 5.4
Tags: blog, custom-menu, featured-images, threaded-comments, translation-ready, right-sidebar, custom-background, e-commerce, theme-options, sticky-post, full-width-template
*/
/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Normalize
# Typography
# Elements
# Forms
# Navigation
	## Links
	## Menus
# Accessibility
# Alignments
# Clearings
# Widgets
# Content
	## Posts and pages
	## Comments
# Infinite scroll
# Media
	## Captions
	## Galleries
# Woocommerce
# Footer
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Normalize
--------------------------------------------------------------*/

html, body {
    max-width: 100% !important;
    overflow-x: hidden !important;
}

body {
  margin: 0;
  -webkit-font-smoothing: auto;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section,
summary {
  display: block;
}

audio,
canvas,
progress,
video {
  display: inline-block;
  vertical-align: baseline;
}

audio:not([controls]) {
  display: none;
  height: 0;
}

[hidden],
template {
  display: none;
}

a {
  background-color: transparent;
}

a:active,
a:hover {
  outline: 0;
}

dfn {
  font-style: italic;
}

mark {
  background: #ff0;
  color: #000;
}

small {
  font-size: 80%;
}

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

.content-area {
	margin-top: 50px;
    margin-bottom: 50px;
}

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

img {
  border: 0;
}

svg:not(:root) {
  overflow: hidden;
}

figure {
  margin: 1em 2.5rem;
}

hr {
  box-sizing: content-box;
  height: 0;
}

button {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer;
}

button[disabled],
html input[disabled] {
  cursor: default;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

input {
  line-height: normal;
}

input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  padding: 0;
}

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

legend {
  border: 0;
  padding: 0;
}

textarea {
  overflow: auto;
}

optgroup {
  font-weight: bold;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

td,
th {
  padding: 0;
}

/*--------------------------------------------------------------
# Typography
--------------------------------------------------------------*/
h1, h2, h3, h4, h5, h6 {
  clear: both;
  font-weight: 600;
  margin-top: 0px;
  margin-bottom: 0px;
}
h1 {
  font-size: 32px;
  padding-bottom: 0px;
}
h2 {
  font-size: 24px;
  padding-bottom: 0.3em;
  line-height: 1.25;
}
h3 {
  font-size: 18px;
  line-height: 25px;
}
h4 {
  font-size: 16px;
  line-height: 20px;
}
h5 {
  font-size: 14px;
  line-height: 17.5px;
}

p {
  margin-bottom: 0;
}
h1.entry-title {
  font-size: 1.31rem;
  border-bottom: 1px solid #eaecef;
}
h2.entry-title {
  border-bottom: 1px solid #eaecef;
}
h3.widget-title {
  font-size: 1.2rem;
}

/*--------------------------------------------------------------
# Elements
--------------------------------------------------------------*/
   
        :root {
            --bg-pure: #FFFFFF;
            --bg-fluid: #F8FAFC;
            --bg-dark-industrial: #0F172A;
            --accent-glow: #18a5d3; /* Индустриальный магматический оранжевый */
            --accent-blue: #0EA5E9;  /* Кибернетический лазурный */
            --text-title: #0F172A;
            --text-paragraph: #334155;
            --text-muted: #64748B;
            --border-light: #E2E8F0;
            --border-glass: rgba(255, 255, 255, 0.15);
            --border: #E2E8F0;
            --transition: all 0.25s cubic-bezier(0.4, 0, 0.2, 1);
            
            --font-main: 'Plus Jakarta Sans', sans-serif;
            --font-display: 'Space Grotesk', sans-serif;
            
            --shadow-premium: 0 30px 60px -15px rgba(15, 23, 42, 0.05);
            --shadow-hover: 0 50px 80px -20px rgba(15, 23, 42, 0.12);
            --transition-smooth: all 0.6s cubic-bezier(0.16, 1, 0.3, 1);
        }

        * {
            box-sizing: border-box;
            margin: 0;
            padding: 0;
            scroll-behavior: smooth;
        }


body {
            font-family: var(--font-main);
            background-color: var(--bg-pure);
            color: var(--text-paragraph);
            overflow-x: hidden;
            -webkit-font-smoothing: antialiased;
        }


.navbar-brand img {
width: 40%;
}

dl, ol, ul {
    margin-top: 0;
    margin-bottom: 0;
}




.lang {
    display: inline-flex;
    align-items: center;
    gap: 6px;
}

.lang button {
    background: none;
    border: none;
    padding: 0;
    margin: 0;
    font-family: inherit;
    font-size: 13px;
    font-weight: 700;
    color: #ffffff;
    cursor: pointer;
    outline: none;
    line-height: 1;
    letter-spacing: 0.5px;
    transition: opacity 0.2s ease;
}

.lang button:hover {
    opacity: 0.75;
}

.lang button.active {
    color: #ffffff;
    opacity: 1;
    cursor: default;
}

.lang button:not(:last-child)::after {
    content: "/";
    margin-left: 6px;
    color: #ffffff;
    font-weight: 400;
    opacity: 0.9;
    pointer-events: none;
}





.wp-block-image {
	    margin-bottom: 1rem;
    margin-top: 1rem;
}







        .mega-container {
            max-width: 1520px;
            margin: 0 auto;
            padding: 0 50px;
        }

        .reveal-node {
            opacity: 0;
            transform: translateY(50px) scale(0.98);
            transition: var(--transition-smooth);
        }

        .reveal-node.revealed {
            opacity: 1;
            transform: translateY(0) scale(1);
        }

        .premium-btn {
            position: relative;
            display: inline-flex;
            align-items: center;
            gap: 12px;
            padding: 18px 40px;
            font-weight: 700;
            font-size: 0.95rem;
            text-transform: uppercase;
            letter-spacing: 1px;
            color: var(--bg-pure);
            background: var(--bg-dark-industrial);
            border: none;
            border-radius: 4px;
            cursor: pointer;
            overflow: hidden;
            transition: var(--transition-smooth);
            text-decoration: none;
            z-index: 1;
        }

        .premium-btn::before {
            content: '';
            position: absolute;
            top: 0; left: 0; width: 0; height: 100%;
            background: linear-gradient(90deg, var(--accent-glow), #FF7A00);
            transition: var(--transition-smooth);
            z-index: -1;
        }

        .premium-btn:hover::before {
            width: 100%;
        }

        .premium-btn:hover {
            box-shadow: 0 20px 40px rgba(255, 90, 0, 0.25);
            transform: translateY(-3px);
			color: #ffffff;
        }

        .premium-btn-outline {
            background: transparent;
            border: 2px solid var(--border-glass);
            backdrop-filter: blur(10px);
        }

        .info-ticker {
            background: #090D16;
            color: rgba(255, 255, 255, 0.6);
            font-size: 0.8rem;
            font-weight: 600;
            padding: 12px 0;
            border-bottom: 1px solid rgba(255,255,255,0.05);
        }
        .ticker-flex {
            display: flex;
            justify-content: space-between;
            align-items: center;
        }
        .ticker-meta span {
            margin-right: 25px;
            color: #FFF;
        }
        .ticker-meta span strong { color: var(--accent-glow); }

        .premium-navbar {
            position: sticky;
            top: 0;
            z-index: 1000;
            padding: 25px 0;
            background: rgba(255, 255, 255, 0.75);
            backdrop-filter: blur(25px);
            border-bottom: 1px solid rgba(15, 23, 42, 0.05);
            transition: var(--transition-smooth);
        }

        .premium-navbar.sticky-active {
            padding: 15px 0;
            background: rgba(255, 255, 255, 0.95);
            box-shadow: var(--shadow-premium);
        }

        .nav-box {
            display: flex;
            justify-content: space-between;
            align-items: center;
        }

.copyright-text a {
	color: #ffffff;
}

        .brand-nucleus {
            display: flex;
            align-items: center;
            gap: 15px;
            text-decoration: none;
        }

        .brand-logo-cube {
            width: 45px;
            height: 45px;
            background: linear-gradient(135deg, var(--bg-dark-industrial), #1E293B);
            display: flex;
            align-items: center;
            justify-content: center;
            font-family: var(--font-display);
            font-weight: 700;
            color: var(--accent-glow);
            border-radius: 6px;
            font-size: 1.3rem;
            box-shadow: 0 10px 20px rgba(0,0,0,0.1);
        }

        .brand-title {
            font-size: 1.5rem;
            font-weight: 800;
            font-family: var(--font-display);
            color: var(--text-title);
            letter-spacing: -0.5px;
        }
        .brand-title span { color: var(--accent-glow); }






/* ==========================================================================
   МЕНЮ ВЫПад
   ========================================================================== */

.premium-navbar {
    position: relative;
    background: #ffffff;
    z-index: 1000;
}

.nav-box {
    display: flex;
    align-items: center;
    justify-content: space-between;
    position: relative;
}

.menu-grid-links {
    display: flex;
    align-items: center;
    gap: 35px;
    list-style: none;
    margin: 0;
    padding: 0;
}

.menu-grid-links > li {
    position: relative;
    padding: 15px 0;
}

.menu-grid-links a {
    font-weight: 600;
    font-size: 0.95rem;
    color: var(--text-paragraph, #475569);
    text-decoration: none;
    transition: all 0.3s ease;
}

.dropdown-trigger {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    cursor: pointer;
}

.dropdown-icon {
    transition: transform 0.3s ease;
}

.menu-item-has-children:hover .dropdown-icon {
    transform: rotate(180deg);
}

.mega-dropdown {
    position: absolute;
    top: 100%;
    left: 50%;
    transform: translateX(-50%) translateY(15px);
    width: 740px;
    background: #ffffff;
    border-radius: 16px;
    box-shadow: 0 20px 50px rgba(13, 27, 42, 0.15);
    border: 1px solid #e2e8f0;
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    transition: all 0.3s cubic-bezier(0.16, 1, 0.3, 1);
    z-index: 1000;
}

.menu-item-has-children:hover .mega-dropdown {
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
    transform: translateX(-50%) translateY(0);
}

.mega-dropdown-inner {
    padding: 24px;
}

.products-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 10px 16px;
}

.product-item {
    display: flex;
    align-items: flex-start;
    gap: 10px;
    padding: 8px 10px;
    border-radius: 8px;
    text-decoration: none !important;
    transition: background 0.2s ease;
}

.product-item:hover {
    background-color: #f8fafc;
}

.product-num {
    font-size: 0.72rem;
    font-weight: 700;
    color: var(--accent-glow, #18a5d3);
    background: rgba(24, 165, 211, 0.1);
    padding: 3px 6px;
    border-radius: 4px;
    flex-shrink: 0;
}

.product-name {
    font-size: 0.85rem;
    font-weight: 600;
    color: #1e293b;
    line-height: 1.35;
}

.product-item:hover .product-name {
    color: var(--accent-glow, #18a5d3);
}

.dropdown-bottom-bar {
    margin-top: 15px;
    padding-top: 12px;
    border-top: 1px solid #f1f5f9;
    text-align: right;
}

.all-products-link {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    font-size: 0.82rem;
    font-weight: 700;
    color: #0d1b2a !important;
    text-transform: uppercase;
}

.mobile-menu-toggle,
.menu-overlay {
    display: none;
}

@media screen and (max-width: 768px) {
    
    body.menu-open {
        overflow: hidden !important;
    }

    .premium-navbar {
        padding: 12px 16px !important;
        position: sticky;
        top: 0;
        z-index: 1000;
        background: #ffffff;
        box-shadow: 0 4px 20px rgba(0, 0, 0, 0.06);
    }

    .premium-navbar .nav-box {
        flex-direction: row !important;
        justify-content: space-between !important;
        align-items: center !important;
        gap: 0 !important;
    }

    .premium-navbar .navbar-brand img {
        max-height: 36px !important;
        width: auto !important;
    }

    .nav-cta-btn {
        display: none !important; 
    }

    .mobile-menu-toggle {
        display: flex !important;
        flex-direction: column;
        justify-content: space-between;
        width: 26px;
        height: 18px;
        background: transparent;
        border: none;
        cursor: pointer;
        padding: 0;
        z-index: 1002;
    }

    .mobile-menu-toggle span {
        width: 100%;
        height: 2.5px;
        background-color: #0d1b2a;
        border-radius: 2px;
        transition: transform 0.3s ease, opacity 0.3s ease;
    }

    .mobile-menu-toggle.active span:nth-child(1) {
        transform: translateY(8px) rotate(45deg);
    }
    .mobile-menu-toggle.active span:nth-child(2) {
        opacity: 0;
    }
    .mobile-menu-toggle.active span:nth-child(3) {
        transform: translateY(-7.5px) rotate(-45deg);
    }

    .menu-overlay {
        display: block !important;
        position: fixed;
        top: 0;
        left: 0;
        width: 100vw;
        height: 100vh;
        height: 100dvh;
        background: rgba(13, 27, 42, 0.4);
        backdrop-filter: blur(3px);
        opacity: 0;
        visibility: hidden;
        pointer-events: none;
        transition: opacity 0.35s ease, visibility 0.35s ease;
        z-index: 1000;
    }

    .menu-overlay.active {
        opacity: 1;
        visibility: visible;
        pointer-events: auto;
    }

    .premium-navbar .menu-grid-links {
        display: flex !important;
        flex-direction: column !important;
        position: fixed !important;
        top: 0 !important;
        right: 0 !important;
        width: 85% !important;
        max-width: 340px !important;
        height: 100vh !important;
        height: 100dvh !important;
        background: #ffffff !important;
        padding: 80px 24px 40px 24px !important;
        margin: 0 !important;
        box-shadow: -10px 0 30px rgba(0, 0, 0, 0.12) !important;
        overflow-y: auto !important;
        overflow-x: hidden !important;
        white-space: normal !important;
                opacity: 0 !important;
        visibility: hidden !important;
        pointer-events: none !important;
        transform: translate3d(100%, 0, 0) !important;
        transition: transform 0.35s cubic-bezier(0.16, 1, 0.3, 1), opacity 0.25s ease, visibility 0.35s !important;
        z-index: 1001 !important;
        gap: 0 !important;
    }

    .premium-navbar .menu-grid-links.active {
        opacity: 1 !important;
        visibility: visible !important;
        pointer-events: auto !important;
        transform: translate3d(0, 0, 0) !important;
    }

    .premium-navbar .menu-grid-links > li {
        width: 100% !important;
        padding: 0 !important;
        border-bottom: 1px solid #f1f5f9;
    }

    .premium-navbar .menu-grid-links > li > a {
        display: flex !important;
        justify-content: space-between !important;
        align-items: center !important;
        padding: 16px 0 !important;
        font-size: 0.98rem !important;
        width: 100% !important;
        color: #0d1b2a !important;
    }

    .mega-dropdown {
        position: static !important;
        transform: none !important;
        width: 100% !important;
        box-shadow: none !important;
        border: none !important;
        border-radius: 8px !important;
        opacity: 1 !important;
        visibility: visible !important;
        pointer-events: auto !important;
        display: none;
        background: #f8fafc !important;
        margin: 0 0 12px 0 !important;
        padding: 12px 14px !important;
    }

    .menu-item-has-children.open .mega-dropdown {
        display: block !important;
    }

    .mega-dropdown-inner {
        padding: 0 !important;
    }

    .products-grid {
        grid-template-columns: 1fr !important;
        gap: 4px !important;
    }

    .product-item {
        padding: 8px !important;
    }

    .product-name {
        font-size: 0.82rem !important;
    }

    .dropdown-bottom-bar {
        text-align: left !important;
        margin-top: 10px !important;
        padding-top: 10px !important;
    }

    .menu-item-has-children.open .dropdown-icon {
        transform: rotate(180deg);
    }
}



.custom-has-dropdown a::after,
.custom-has-dropdown button::after,
.custom-has-dropdown a::before,
.custom-has-dropdown button::before {
    display: none !important;
    content: none !important;
}

.custom-has-dropdown {
    position: relative;
    list-style: none;
}

.custom-nav-wrapper {
    display: flex;
    align-items: center;
    width: 100%;
}

.custom-nav-link {
    text-decoration: none;
    color: inherit;
    padding: 10px 0 10px 15px;
    flex-grow: 1;
}

.custom-dropdown-btn {
    background: transparent !important;
    border: none !important;
    padding: 5px 5px !important;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    color: inherit;
    box-shadow: none !important;
    outline: none !important;
}

.custom-arrow-svg {
    transition: transform 0.25s ease;
}

.custom-has-dropdown.is-open .custom-arrow-svg {
    transform: rotate(180deg);
}

@media (min-width: 769px) {
    .custom-has-dropdown:hover .custom-sub-menu,
    .custom-has-dropdown.is-open .custom-sub-menu {
        opacity: 1;
        visibility: visible;
        transform: translateY(0);
    }

    .custom-has-dropdown:hover .custom-arrow-svg {
        transform: rotate(180deg);
    }

    .custom-sub-menu {
        position: absolute;
        top: 100%;
        left: 0;
        min-width: 320px;
        background-color: #ffffff;
        box-shadow: 0 10px 30px rgba(0, 0, 0, 0.12);
        border-radius: 8px;
        padding: 8px 0;
        margin: 0;
        list-style: none;
        border: 1px solid rgba(0, 0, 0, 0.08);
        opacity: 0;
        visibility: hidden;
        transform: translateY(10px);
        transition: opacity 0.25s ease, transform 0.25s ease, visibility 0.25s;
        z-index: 1000;
    }

    .custom-sub-menu li {
        margin: 0;
        padding: 0;
    }

    .custom-sub-menu li a {
        display: block;
        padding: 10px 18px;
        font-size: 14px;
        color: #334155;
        text-decoration: none;
        transition: background 0.2s, color 0.2s;
    }

    .custom-sub-menu li a:hover {
        background-color: #f1f5f9;
        color: #0284c7;
    }
}

@media (max-width: 768px) {
    .custom-has-dropdown {
        width: 100%;
    }

    .custom-sub-menu {
        display: none;
        list-style: none;
        padding: 0 0 0 15px;
        margin: 0;
        width: 100%;
        background: transparent;
        box-shadow: none;
        border: none;
    }

    .custom-has-dropdown.is-open .custom-sub-menu {
        display: block;
    }

    .custom-sub-menu li a {
        display: block;
        padding: 10px 15px;
                font-size: 0.82rem !important;
        text-decoration: none;
        color: #334155;
		
    }
	
.menu-grid-links a {
    display: flex !important;
    justify-content: flex-start;
    align-items: center !important;
    padding: 16px 0 !important;
    font-size: 0.98rem !important;
    width: 100% !important;
    color: #0d1b2a !important;
    font-weight: 600;
    text-decoration: none;
    transition: all 0.3s ease;
}	
	
.custom-dropdown-btn {
    padding: 0 !important;
}	
	
}



  
.epic-hero {
    position: relative;
    min-height: 950px;
    height: 90vh;
    overflow: hidden;
    background: linear-gradient(180deg, rgba(15,23,42,0.9) 0%, rgba(15,23,42,0.4) 100%), 
                url('/wp-content/uploads/2026/07/backf.avif') no-repeat center center/cover;
    display: flex;
    align-items: center;
    color: #FFFFFF;
}

.hero-video-bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    z-index: 1;
    pointer-events: none;
}

.hero-video-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(180deg, rgba(15,23,42,0.9) 0%, rgba(15,23,42,0.4) 100%);
    z-index: 2;
    pointer-events: none;
}

.epic-hero .mega-container {
    position: relative;
    z-index: 3;
    width: 100%;
}

.hero-glass-dashboard {
    /* background: rgba(255, 255, 255, 0.03); */
    /* border: 1px solid var(--border-glass); */
    /* backdrop-filter: blur(20px); */
    padding: 60px;
    border-radius: 12px;
    /* box-shadow: 0 100px 150px -30px rgba(0, 0, 0, 0.5); */
    position: relative;
    z-index: 5;
    animation: heroFadeIn 1s ease-out;
}

@keyframes heroFadeIn {
    from { opacity: 0; transform: translateY(30px); }
    to { opacity: 1; transform: translateY(0); }
}

.hero-badge {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    background: rgba(255, 90, 0, 0.15);
    border: 1px solid rgba(255, 90, 0, 0.3);
    padding: 10px 22px;
    border-radius: 100px;
    color: #FFA366;
    font-size: 0.85rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 2px;
    margin-bottom: 35px;
}

.hero-glass-dashboard h1 {
    font-family: var(--font-display);
    font-size: 3rem;
    font-weight: 700;
    line-height: 1.05;
    letter-spacing: -2px;
    margin-bottom: 30px;
}

.hero-glass-dashboard h1 span {
    background: linear-gradient(90deg, #FFFFFF, #94A3B8);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.hero-glass-dashboard p {
    font-size: 1.05rem;
    color: #E2E8F0;
    line-height: 1.5;
    margin-bottom: 45px;
    max-width: 750px;
    font-weight: 300;
}

.hero-interactive-row {
    display: flex;
    gap: 25px;
    align-items: center;
}

.hero-interactive-row2 {
    display: flex;
    gap: 25px;
    align-items: center;
    justify-content: flex-end;
    padding-bottom: 35px;
    padding-top: 15px;
}













        .partners-marquee {
            background: var(--bg-fluid);
            padding: 50px 0;
            border-bottom: 1px solid var(--border-light);
            overflow: hidden;
            position: relative;
        }

        .marquee-track {
            display: flex;
            gap: 100px;
            width: max-content;
            animation: marqueeRun 25s linear infinite;
        }

        @keyframes marqueeRun {
            0% { transform: translateX(0); }
            100% { transform: translateX(-50%); }
        }


.mapsm-link {
  color: #0066cc;
  text-decoration: underline;
  cursor: pointer;
  transition: color 0.2s ease;
}

.mapsm-link:hover {
  color: #004488;
}

.mapsm-modal {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.65);
  backdrop-filter: blur(4px);
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.3s ease;
  z-index: 99999;
  padding: 20px;
  box-sizing: border-box;
}

.mapsm-modal:target {
  opacity: 1;
  pointer-events: auto;
}

.mapsm-modal-container {
  position: relative;
  width: 100%;
  max-width: 900px;
  background: #ffffff;
  border-radius: 16px;
  overflow: hidden;
  box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.35);
  transform: translateY(20px) scale(0.95);
  transition: transform 0.3s ease;
}

.mapsm-modal:target .mapsm-modal-container {
  transform: translateY(0) scale(1);
}

.mapsm-modal-close {
  position: absolute;
  top: 12px;
  right: 12px;
  width: 36px;
  height: 36px;
  background: rgba(255, 255, 255, 0.95);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #333333;
  text-decoration: none;
  font-size: 22px;
  font-weight: bold;
  line-height: 1;
  z-index: 10;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
  transition: all 0.2s ease;
}

.mapsm-modal-close:hover {
  background: #ff4d4f;
  color: #ffffff;
  transform: rotate(90deg);
}

.mapsm-modal-content {
  width: 100%;
  height: 550px;
  display: flex;
}

.mapsm-modal-content iframe,
.mapsm-modal-content script {
  width: 100%;
  height: 100%;
}



        .partner-logo-item {
            font-family: var(--font-display);
            font-size: 1.6rem;
            font-weight: 700;
            color: var(--text-muted);
            letter-spacing: -1px;
            display: flex;
            align-items: center;
            gap: 10px;
            opacity: 0.6;
            transition: var(--transition-smooth);
        }
        .partner-logo-item:hover { opacity: 1; color: var(--accent-glow); }

        .industrial-section {
            padding: 60px 0 90px 0;
        }
        .sec-title-wrap {
            margin-bottom: 50px;
            position: relative;
        }
        .section-subtitle {
            font-size: 0.85rem;
            font-weight: 800;
            text-transform: uppercase;
            letter-spacing: 3px;
            color: var(--accent-glow);
            margin-bottom: 15px;
            display: block;
        }
        .section-main-title {
            font-family: var(--font-display);
            font-size: 3.5rem;
            font-weight: 700;
            color: var(--text-title);
            letter-spacing: -1.5px;
            line-height: 1.15;
        }

        .grid-counters {
            display: grid;
            grid-template-columns: repeat(4, 1fr);
            gap: 40px;
        }
        .counter-card {
            background: var(--bg-fluid);
            border: 1px solid var(--border-light);
            padding: 60px 40px;
            border-radius: 8px;
            text-align: center;
            transition: var(--transition-smooth);
        }
        .counter-card:hover {
            background: var(--bg-pure);
            box-shadow: var(--shadow-hover);
            transform: translateY(-8px);
            border-color: var(--accent-glow);
        }
        .counter-val {
            font-family: var(--font-display);
            font-size: 3.5rem;
            font-weight: 700;
            color: var(--text-title);
            line-height: 1;
            margin-bottom: 15px;
        }
        .counter-val span { color: var(--accent-glow); }
        .counter-descr {
            font-size: 1rem;
            font-weight: 600;
            color: var(--text-muted);
        }

        .about-asymmetric {
            display: grid;
            grid-template-columns: 1.2fr 0.8fr;
            gap: 100px;
            align-items: center;
        }
        .about-editorial h3 {
            font-size: 2.2rem;
            font-weight: 700;
            margin-bottom: 30px;
            color: var(--text-title);
            letter-spacing: -0.5px;
        }
        .about-editorial p {
            font-size: 1.2rem;
            line-height: 1.7;
            color: var(--text-paragraph);
/*             margin-bottom: 35px; */
        }
        .corp-values-list {
            display: grid;
            grid-template-columns: 1fr 1fr;
            gap: 30px;
        }
        .value-box {
            border-left: 4px solid var(--accent-glow);
            padding-left: 20px;
        }
        .value-box h5 {
            font-size: 1.1rem;
            font-weight: 700;
            margin-bottom: 10px;
        }
        .value-box p { font-size: 0.95rem; color: var(--text-muted); margin-bottom: 0; }

        .about-media-frame {
            position: relative;
            height: 650px;
            background: url('/wp-content/uploads/2026/07/img_6623-scaled-1.jpg') no-repeat center center/cover;
            border-radius: 12px;
            box-shadow: var(--shadow-premium);
        }
        .media-experience-badge {
            position: absolute;
            bottom: -30px; left: -30px;
            background: var(--bg-dark-industrial);
            color: #FFF;
            padding: 40px;
            border-radius: 8px;
            box-shadow: var(--shadow-hover);
        }
        .media-experience-badge h4 { font-family: var(--font-display); font-size: 3rem; color: var(--accent-glow); line-height: 1; }

        .catalog-filter-bar {
            display: flex;
            gap: 15px;
            margin-bottom: 40px;
        }
        .filter-node {
            padding: 15px 15px;
            border: 1px solid var(--border-light);
            background: var(--bg-fluid);
            font-weight: 700;
            font-size: 0.9rem;
            cursor: pointer;
            border-radius: 4px;
            transition: var(--transition-smooth);
        }
        .filter-node.active, .filter-node:hover {
            background: var(--bg-dark-industrial);
            color: #FFF;
            border-color: var(--bg-dark-industrial);
        }

        .catalog-grid-system {
            display: grid;
            grid-template-columns: repeat(3, 1fr);
            gap: 40px;
        }
        .product-premium-card {
            background: #FFF;
            border: 1px solid var(--border-light);
            border-radius: 8px;
            overflow: hidden;
            transition: var(--transition-smooth);
            display: flex;
            flex-direction: column;
            cursor: pointer;
        }
        .product-premium-card:hover {
            transform: translateY(-12px);
            box-shadow: var(--shadow-hover);
            border-color: var(--accent-glow);
        }
        .card-visual-header {
            height: 300px;
            background-size: cover;
            background-position: center;
            position: relative;
        }
        .card-visual-header::after {
            content: ''; position: absolute; inset: 0; background: linear-gradient(to top, rgba(0,0,0,0.4), transparent);
        }
        .card-content-payload {
            padding: 40px;
            display: flex;
            flex-direction: column;
            flex-grow: 1;
        }
        .card-meta-tag {
            font-size: 0.75rem;
            font-weight: 800;
            color: var(--accent-glow);
            text-transform: uppercase;
            letter-spacing: 1.5px;
            margin-bottom: 12px;
        }
        .card-payload-title {
            font-family: var(--font-display);
            font-size: 1.4rem;
            font-weight: 700;
            margin-bottom: 15px;
            color: var(--text-title);
        }
        .card-payload-text {
            font-size: 1rem;
            color: var(--text-muted);
            line-height: 1.6;
            margin-bottom: 30px;
            flex-grow: 1;
        }
        .card-action-trigger {
            font-weight: 700;
            font-size: 0.9rem;
            color: var(--text-title);
            display: flex;
            align-items: center;
            gap: 10px;
            text-transform: uppercase;
            letter-spacing: 0.5px;
        }
        .card-action-trigger span { transition: var(--transition-smooth); }
        .product-premium-card:hover .card-action-trigger span { transform: translateX(6px); color: var(--accent-glow); }

        .streamline-container {
            display: grid;
            grid-template-columns: repeat(4, 1fr);
            gap: 30px;
            position: relative;
        }
        .streamline-node {
            background: var(--bg-fluid);
            padding: 50px 35px;
            border-radius: 6px;
            border-top: 5px solid var(--bg-dark-industrial);
            position: relative;
            transition: var(--transition-smooth);
        }
        .streamline-node:hover {
            border-top-color: var(--accent-glow);
            background: #FFF;
            box-shadow: var(--shadow-premium);
        }
        .node-step-index {
            font-family: var(--font-display);
            font-size: 3.5rem;
            font-weight: 700;
            color: rgba(15, 23, 42, 0.05);
            position: absolute;
            top: 20px; right: 30px;
        }
        .streamline-node h4 { font-size: 1.3rem; font-weight: 700; margin-bottom: 15px; margin-top: 15px; }
        .streamline-node p { font-size: 0.95rem; color: var(--text-muted); line-height: 1.6; }

        .slider-viewport {
            position: relative;
            width: 100%;
            height: 600px;
            overflow: hidden;
            border-radius: 12px;
            box-shadow: var(--shadow-premium);
        }
        .slider-track {
            display: flex;
            width: 400%;
            height: 100%;
            transition: transform 0.8s cubic-bezier(0.16, 1, 0.3, 1);
        }
        .slide-unit {
            width: 25%;
            height: 100%;
            background-size: cover;
            background-position: center;
            position: relative;
        }
        .slide-overlay-info {
            position: absolute;
            bottom: 60px; left: 60px;
            background: rgba(15, 23, 42, 0.85);
            backdrop-filter: blur(15px);
            padding: 40px;
            border-radius: 6px;
            color: #FFF;
            max-width: 500px;
            border: 1px solid var(--border-glass);
        }
        .slide-overlay-info h4 { font-family: var(--font-display); font-size: 1.6rem; margin-bottom: 10px; }
        .slider-controls {
            position: absolute;
            bottom: 60px; right: 60px;
            display: flex;
            gap: 15px;
            z-index: 10;
        }
        .slider-arrow {
            width: 60px; height: 60px;
            background: #FFF;
            border: none;
            border-radius: 50%;
            cursor: pointer;
            display: flex;
            align-items: center;
            justify-content: center;
            font-weight: bold;
            font-size: 1.2rem;
            box-shadow: var(--shadow-premium);
            transition: var(--transition-smooth);
        }
        .slider-arrow:hover { background: var(--accent-glow); color: #FFF; transform: scale(1.05); }

        .certs-quad-grid {
            display: grid;
            grid-template-columns: repeat(4, 1fr);
            gap: 40px;
        }
        .cert-premium-card {
            background: var(--bg-fluid);
            border: 1px solid var(--border-light);
            border-radius: 8px;
            padding: 30px;
            text-align: center;
            transition: var(--transition-smooth);
            cursor: pointer;
        }
        .cert-premium-card:hover {
            background: #FFF;
            box-shadow: var(--shadow-hover);
            border-color: var(--accent-blue);
        }
        .cert-image-mock {
            height: 350px;
            background: #FFF;
            border: 1px solid var(--border-light);
            border-radius: 4px;
            margin-bottom: 25px;
            display: flex;
            align-items: center;
            justify-content: center;
            padding: 20px;
        }
        .cert-image-mock svg { width: 100px; height: 100px; fill: var(--text-muted); opacity: 0.3; transition: var(--transition-smooth); }
        .cert-premium-card:hover .cert-image-mock svg { fill: var(--accent-blue); opacity: 1; transform: scale(1.1); }
        .cert-premium-card h5 { font-size: 1.1rem; font-weight: 700; color: var(--text-title); }

        .news-editorial-grid {
            display: grid;
            grid-template-columns: repeat(3, 1fr);
            gap: 40px;
        }
        .news-editorial-box {
            background: #FFF;
            border: 1px solid var(--border-light);
            border-radius: 8px;
            overflow: hidden;
            transition: var(--transition-smooth);
        }
        .news-editorial-box:hover {
            box-shadow: var(--shadow-hover);
            transform: translateY(-6px);
        }
        .news-visual-hub {
            height: 250px;
            background-size: cover;
            background-position: center;
        }
        .news-payload-hub {
            padding: 40px;
        }
        .news-date-badge {
            font-size: 0.8rem;
            font-weight: 700;
            color: var(--text-muted);
            margin-bottom: 15px;
            display: block;
        }
        .news-payload-hub h4 { font-family: var(--font-display); font-size: 1.35rem; margin-bottom: 15px; line-height: 1.3; color: var(--text-title); }
        .news-payload-hub p { font-size: 0.95rem; color: var(--text-muted); line-height: 1.6; }

        .split-contact-hub {
            display: grid;
            grid-template-columns: 1fr 1fr;
            background: var(--bg-dark-industrial);
            color: #FFF;
            border-radius: 16px;
            overflow: hidden;
            box-shadow: var(--shadow-hover);
        }
        .contact-panel-form { padding: 70px; }
        .contact-panel-form h3 { font-family: var(--font-display); font-size: 1.8rem; margin-bottom: 20px; }
        .contact-panel-form p { color: #94A3B8; margin-bottom: 35px; }
        
        .premium-input-group {
            position: relative;
            margin-bottom: 35px;
        }
        .premium-input-group input, .premium-input-group textarea {
            width: 100%;
            padding: 18px 0;
            background: transparent;
            border: none;
            border-bottom: 2px solid rgba(255,255,255,0.1);
            color: #FFF;
            font-family: var(--font-main);
            font-size: 1.05rem;
            transition: var(--transition-smooth);
        }
        .premium-input-group input:focus, .premium-input-group textarea:focus {
            outline: none;
            border-bottom-color: var(--accent-glow);
        }
        .premium-input-group label {
            position: absolute;
            top: 18px; left: 0;
            color: #64748B;
            pointer-events: none;
            transition: var(--transition-smooth);
            font-weight: 600;
        }
        .premium-input-group input:focus ~ label, .premium-input-group input:valid ~ label,
        .premium-input-group textarea:focus ~ label, .premium-input-group textarea:valid ~ label {
            top: -12px;
            font-size: 0.8rem;
            color: var(--accent-glow);
        }

        .contact-panel-map { position: relative; background: #1E293B; }
        .contact-panel-map iframe { width: 100%; height: 100%; border: none; min-height: 650px; }



        .technical-spec-table {
            width: 100%; border-collapse: collapse; margin-top: 25px;
        }
        .technical-spec-table td {
            padding: 14px 0; border-bottom: 1px solid var(--border-light); font-size: 0.95rem;
        }
        .technical-spec-table td:nth-child(2) { font-weight: 700; text-align: right; color: var(--text-title); }

        .mega-industrial-footer {
            background: #090D16;
            color: #94A3B8;
   
            border-top: 1px solid rgba(255,255,255,0.05);
        }
        .footer-matrix {
            display: grid;
            grid-template-columns: 1.5fr 1fr 1fr 1.2fr;
            gap: 80px;
            padding-bottom: 80px;
            border-bottom: 1px solid rgba(255,255,255,0.05);
        }
        .footer-brand-desc h4 { font-family: var(--font-display); font-size: 1.8rem; color: #FFF; margin-bottom: 20px; }
        .footer-brand-desc h4 span { color: var(--accent-glow); }
        .footer-column-box h5 {
            font-family: var(--font-display);
            font-size: 1.1rem;
            color: #FFF;
            margin-bottom: 30px;
            text-transform: uppercase;
            letter-spacing: 1px;
        }
        .footer-menu-links { list-style: none; }
        .footer-menu-links li { margin-bottom: 15px; }
        .footer-menu-links a { color: #94A3B8; text-decoration: none; transition: var(--transition-smooth); }
        .footer-menu-links a:hover { color: #FFF; padding-left: 6px; }
        
        .footer-bottom-bar {
            padding-top: 50px;
            display: flex;
            justify-content: space-between;
            font-size: 0.85rem;
            color: #475569;
        }

        @media (max-width: 1200px) {
            .grid-counters, .catalog-grid-system, .streamline-container, .certs-quad-grid, .news-editorial-grid, .footer-matrix {
                grid-template-columns: repeat(2, 1fr);
            }
            .about-asymmetric, .split-contact-hub, .modal-grid-structure { grid-template-columns: 1fr; }
            .hero-glass-dashboard h1 { font-size: 3.5rem; }
        }
        @media (max-width: 768px) {
            .grid-counters, .catalog-grid-system, .streamline-container, .certs-quad-grid, .news-editorial-grid, .footer-matrix {
                grid-template-columns: 1fr;
            }
/*             .menu-grid-links { display: none; } */
            .hero-glass-dashboard { padding: 40px; }
            .hero-glass-dashboard h1 { font-size: 2.5rem; }
        }

        .lang-switch {
    font-size: 0.8rem;
    font-weight: 700;
    display: flex;
    gap: 8px;
    color: #ffffff;
}


@media (min-width: 992px) {
  .hero-glass-dashboard {
    position: relative !important;
    padding-right: 400px !important; 
  }
}

.hero-dashboard-photo {
  position: absolute;
  right: 40px;
  bottom: 40px;
  width: 530px;
  height: calc(100% - 80px); 
  min-height: 220px;
  max-height: 360px;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.12);
  box-shadow: 0 16px 40px rgba(0, 0, 0, 0.3);
}

.hero-dashboard-photo img {
  width: 100%;
  height: 100%;
  object-fit: cover; 
  filter: brightness(0.85) contrast(1.05);
  transition: transform 0.6s cubic-bezier(0.16, 1, 0.3, 1);
}

.hero-glass-dashboard:hover .hero-dashboard-photo img {
  transform: scale(1.05);
}

.hero-factory-widget-inline {
  margin-top: 36px;
  padding-top: 24px;
  border-top: 1px solid rgba(255, 255, 255, 0.1); 
  display: inline-flex;
  flex-direction: column;
  gap: 14px;
}

.hero-factory-widget__status {
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: 11px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  color: #94a3b8;
}

.pulse-dot {
  width: 8px;
  height: 8px;
  background-color: #18a5d3;
  border-radius: 50%;
  position: relative;
}

.pulse-dot::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  background-color: #18a5d3;
  animation: inlinePulse 2s infinite ease-in-out;
}

.hero-factory-widget__metrics {
  display: flex;
  align-items: center;
  gap: 28px;
}

.metric-item {
  display: flex;
  flex-direction: column;
  gap: 2px;
}

.metric-label {
  font-size: 10px;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  color: #64748b;
  font-weight: 600;
}

.metric-value {
  font-size: 14px;
  font-weight: 700;
  color: #ffffff;
}

.metric-divider {
  width: 1px;
  height: 22px;
  background-color: rgba(255, 255, 255, 0.1);
}

@keyframes inlinePulse {
  0% { transform: scale(1); opacity: 0.8; }
  100% { transform: scale(3); opacity: 0; }
}

@media (max-width: 991px) {
  .hero-dashboard-photo {
    position: relative;
    right: auto;
    bottom: auto;
    width: 100%;
    height: 220px;
    margin-top: 32px;
  }
  .hero-factory-widget-inline {
    width: 100%;
  }
}

.cert-image-mock img {
    width: 100%;
}



        .lab-grid {
            display: grid;
            grid-template-columns: repeat(4, 1fr);
            gap: 24px;
        }

        .lab-card {
            border: 1px solid var(--border);
            padding: 32px;
            border-radius: 6px;
            transition: var(--transition);
        }

        .lab-card:hover {
            background-color: var(--bg-accent);
        }

        .lab-card h4 {
            font-size: 1.15rem;
            font-weight: 700;
            margin-bottom: 12px;
        }

        .lab-card p {
            font-size: 0.9rem;
            color: var(--text-secondary);
        }


.footer-modern-grid {
  display: grid;
  grid-template-columns: 0.8fr 1.2fr;
  gap: 64px;
  padding-top: 80px;
  padding-bottom: 60px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.05);
}

.footer-brand-section {
  display: flex;
  flex-direction: column;
  gap: 24px;
}

.footer-logo-premium {
  width: 160px;
  height: auto;
  filter: brightness(1) contrast(1);
}

.footer-factory-bio {
  font-size: 14px;
  line-height: 1.6;
  color: #94a3b8;
  max-width: 340px;
}

.footer-links-matrix {
  display: grid;
  grid-template-columns: 1fr 1fr 1.3fr;
  gap: 40px;
}

.footer-column-box-new h5 {
  font-size: 14px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  color: #ffffff;
  margin-bottom: 24px;
  position: relative;
}

.footer-column-box-new h5::after {
  content: '';
  display: block;
  width: 12px;
  height: 2px;
  background-color: #18a5d3;
  margin-top: 8px;
}

.footer-menu-links-new {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.footer-menu-links-new a {
  font-size: 14px;
  color: #94a3b8;
  text-decoration: none;
  transition: color 0.3s ease, transform 0.3s ease;
  display: inline-block;
}

.footer-menu-links-new a:hover {
  color: #18a5d3;
  transform: translateX(4px); 
}

.contact-info-lines {
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.contact-info-lines p {
  font-size: 13.5px;
  line-height: 1.5;
  color: #94a3b8;
  display: flex;
  align-items: flex-start;
  gap: 10px;
  margin: 0;
}

.contact-tech-tag {
  font-size: 9px;
  font-weight: 700;
  letter-spacing: 0.05em;
  color: #64748b;
  border: 1px solid rgba(255, 255, 255, 0.1);
  padding: 2px 6px;
  border-radius: 3px;
  text-transform: uppercase;
  margin-top: 2px;
  flex-shrink: 0;
}

.contact-tech-tag.tag--accent {
  color: #18a5d3;
  border-color: rgba(24, 165, 211, 0.3);
}

.footer-phone-highlight {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-top: 4px;
}

.phone-link-footer {
  font-size: 18px;
  font-weight: 800;
  color: #ffffff;
  text-decoration: none;
  transition: color 0.3s ease;
  letter-spacing: -0.01em;
}

.phone-link-footer:hover {
  color: #18a5d3;
}

.footer-bottom-modern-bar {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 30px 0;
  font-size: 12px;
  color: #64748b;
}

.copyright-text {
  margin: 0;
}

.developer-credit {
  margin: 0;
  letter-spacing: 0.02em;
}

.dev-accent {
  color: #94a3b8;
  font-weight: 600;
}


@media (max-width: 1100px) {
  .footer-modern-grid {
    grid-template-columns: 1fr;
    gap: 48px;
  }
  .footer-factory-bio {
    max-width: 100%;
  }
}

@media (max-width: 768px) {
  .footer-links-matrix {
    grid-template-columns: 1fr;
    gap: 36px;
  }
    .footer-bottom-modern-bar {
        flex-direction: column;
        align-items: center;
        gap: 12px;
        margin-top: 25px !important;
    }
}




























img {
  height: auto;
  /* Make sure images are scaled correctly. */
  max-width: 100%;
  /* Adhere to container width. */
}

figure {
  margin: 1em 0;
  /* Extra wide images within figure tags don't overflow the content area. */
}

table {
  margin: 0 0 1.5em;
  width: 100%;
}

/*--------------------------------------------------------------
# Forms
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Navigation
--------------------------------------------------------------*/

/*--------------------------------------------------------------
## Links
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Menus
--------------------------------------------------------------*/
#masthead nav {
  padding-left: 0;
  padding-right: 0;
}

body:not(.theme-preset-active) #masthead .navbar-nav > li > a {
  color: #cdbfe3;
  padding: 0.5rem;
  font-weight: 500;
  font-size: 0.875rem;
}

body:not(.theme-preset-active) #masthead .navbar-nav > li > a:hover,
body:not(.theme-preset-active) #masthead .navbar-nav > li.current_page_item > a {
  color: #fff;
  font-weight: 600;
  /*background: #f9f9f9;*/
}

.navbar-brand {
  height: auto;
}

.navbar-toggle .icon-bar {
  background: #000 none repeat scroll 0 0;
}

.dropdown-menu .dropdown-toggle::after {
  border-bottom: 0.3em solid transparent;
  border-left: 0.3em solid;
  border-top: 0.3em solid transparent;
}

.dropdown.menu-item-has-children .dropdown.menu-item-has-children {
    position: relative;
}

.dropdown.menu-item-has-children .dropdown.menu-item-has-children>.dropdown-menu {
    top: 0;
    left: 100%;
    margin-top: -6px;
    margin-left: -1px;
    -webkit-border-radius: 0 6px 6px 6px;
    -moz-border-radius: 0 6px 6px;
    border-radius: 0 6px 6px 6px;
}
.dropdown.menu-item-has-children .dropdown.menu-item-has-children:hover>.dropdown-menu {
    display: block;
}

.dropdown.menu-item-has-children .dropdown.menu-item-has-children>a:after {
    display: block;
    content: " ";
    float: right;
    width: 0;
    height: 0;
    border-color: transparent;
    border-style: solid;
    border-width: 5px 0 5px 5px;
    border-left-color: #ccc;
    margin-top: 5px;
    margin-right: -10px;
}

.dropdown.menu-item-has-children .dropdown.menu-item-has-children:hover>a:after {
    border-left-color: #fff;
}

.dropdown.menu-item-has-children .dropdown.menu-item-has-children.pull-left {
    float: none;
}

.dropdown.menu-item-has-children .dropdown.menu-item-has-children.pull-left>.dropdown-menu {
    left: -100%;
    margin-left: 10px;
    -webkit-border-radius: 6px 0 6px 6px;
    -moz-border-radius: 6px 0 6px 6px;
    border-radius: 6px 0 6px 6px;
}

/* Small menu. */
.menu-toggle,
.main-navigation.toggled ul {
  display: block;
}

.dropdown-item {
  line-height: 1.2;
  padding-bottom: 0.313rem;
  padding-top: 0.313rem;
}

.dropdown-menu {
  min-width: 12.500rem;
}

.dropdown .open .dropdown-menu {
  display: block;
  left: 12.250em;
  top: 0;
}

.dropdown-menu .dropdown-item {
  white-space: normal;
  background: transparent;
  line-height: 1.6;
}
.dropdown-menu .dropdown-item:hover {
  background: transparent;
}

@media screen and (min-width: 37.5em) {
  .menu-toggle {
    display: none;
  }
}
@media screen and (min-width: 769px) {
  .dropdown-menu li > .dropdown-menu {
    right: -9.875rem;
    top: 1.375rem;
  }
}
@media screen and (max-width: 991px) {
  .navbar-nav .dropdown-menu {
    border: medium none;
    margin-left: 1.250rem;
    padding: 0;
  }

  .dropdown-menu li a {
    padding: 0;
  }

  #masthead .navbar-nav > li > a {
    padding-bottom: 0.625rem;
    padding-top: 0.313rem;
  }

  .navbar-light .navbar-toggler {
    border: medium none;
    outline: none;
  }
}
.site-main .comment-navigation,
.site-main .posts-navigation,
.site-main .post-navigation {
  margin: 0 0 1.5em;
  overflow: hidden;
}

.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
  float: left;
  width: 50%;
}

.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
  float: right;
  text-align: right;
  width: 50%;
}
.comment-content.card-block {
  padding: 20px;
}

.navigation.post-navigation {
  padding-top: 1.875rem;
}

.post-navigation .nav-previous a,
.post-navigation .nav-next a {
  border: 1px solid #ddd;
  border-radius: 0.938rem;
  display: inline-block;
  padding: 0.313rem 0.875rem;
  text-decoration: none;
}

.post-navigation .nav-next a::after {
  content: " \2192";
}

.post-navigation .nav-previous a::before {
  content: "\2190 ";
}

.post-navigation .nav-previous a:hover,
.post-navigation .nav-next a:hover {
  background: #eee none repeat scroll 0 0;
}

/*--------------------------------------------------------------
# Accessibility
--------------------------------------------------------------*/
/* Text meant only for screen readers. */
.screen-reader-text {
  clip: rect(1px, 1px, 1px, 1px);
  position: absolute !important;
  height: 1px;
  width: 1px;
  overflow: hidden;
  word-wrap: normal !important;
  /* Many screen reader and browser combinations announce broken words as they would appear visually. */
}
.screen-reader-text:focus {
  background-color: #f1f1f1;
  border-radius: 3px;
  box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
  clip: auto !important;
  color: #21759b;
  display: block;
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: bold;
  height: auto;
  left: 0.313rem;
  line-height: normal;
  padding: 0.938rem 1.438rem 0.875rem;
  text-decoration: none;
  top: 0.313rem;
  width: auto;
  z-index: 100000;
  /* Above WP toolbar. */
}

/* Do not show the outline on the skip link target. */
#content[tabindex="-1"]:focus {
  outline: 0;
}

/*--------------------------------------------------------------
# Alignments
--------------------------------------------------------------*/
.alignleft {
  display: inline;
  float: left;
  margin-right: 1.5em;
}

.alignright {
  display: inline;
  float: right;
  margin-left: 1.5em;
}

.aligncenter {
  clear: both;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

a img.alignright {
  float: right;
  margin: 0.313rem 0 1.25rem 1.25rem;
}

a img.alignnone {
  margin: 0.313rem 1.25rem 1.25rem 0;
}

a img.alignleft {
  float: left;
  margin: 0.313rem 1.25rem 1.25rem 0;
}

a img.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.wp-caption.alignnone {
  margin: 0.313rem 1.25rem 1.25rem 0;
}

.wp-caption.alignleft {
  margin: 0.313rem 1.25rem 1.25rem 0;
}

.wp-caption.alignright {
  margin: 0.313rem 0 1.25rem 1.25rem;
}

/*--------------------------------------------------------------
# Clearings
--------------------------------------------------------------*/
.clear:before,
.clear:after,
.entry-content:before,
.entry-content:after,
.comment-content:before,
.comment-content:after,
.site-header:before,
.site-header:after,
.site-content:before,
.site-content:after,
.site-footer:before,
.site-footer:after {
  content: "";
  display: table;
  table-layout: fixed;
}

.clear:after,
.entry-content:after,
.comment-content:after,
.site-header:after,
.site-content:after,
.site-footer:after {
  clear: both;
}

/*--------------------------------------------------------------
# Widgets
--------------------------------------------------------------*/
.widget {
  margin: 0 0 1.5em;
  font-size: 0.875rem;
  /* Make sure select elements fit in widgets. */
}
.widget select {
  max-width: 100%;
}

.widget_search .search-form input[type="submit"] {
  display: none;
}

.nav > li > a:focus,
.nav > li > a:hover {
  background-color: #eee;
  text-decoration: none;
}
.half-rule {
  width: 6rem;
  margin: 2.5rem 0;
}
.widget_categories .nav-link {
  display: inline-block;
}

/*--------------------------------------------------------------
# Content
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Posts and pages
--------------------------------------------------------------*/
#content.site-content {
  padding-bottom: 0;
  padding-top: 0;
}

.sticky .entry-title::before {
  content: '\f08d';
  font-family: "Font Awesome\ 5 Free";
  font-size: 1.563rem;
  left: -2.5rem;
  position: absolute;
  top: 0.375rem;
  font-weight: 900;
}

.sticky .entry-title {
  position: relative;
}

.single .byline,
.group-blog .byline {
  display: inline;
}

.page-content,
.entry-content,
.entry-summary {
  margin: 1.5em 0 0;
}

.page-links {
  clear: both;
  margin: 0 0 1.5em;
}

.page-template-blank-page .entry-content,
.blank-page-with-container .entry-content {
  margin-top: 0;
}

.post.hentry {
  margin-bottom: 4rem;
}

.posted-on, .byline, .comments-link {
  color: #9a9a9a;
}

.entry-title > a {
  color: inherit;
}

/*--------------------------------------------------------------
## Comments
--------------------------------------------------------------*/
.comment-content a {
  word-wrap: break-word;
}

.bypostauthor {
  display: block;
}

.comment-body .pull-left {
  padding-right: 0.625rem;
}

.comment-list .comment {
  display: block;
}

.comment-list {
  padding-left: 0;
}

.comments-title {
  font-size: 1.125rem;
}

.comment-list .pingback {
  border-top: 1px solid rgba(0, 0, 0, 0.125);
  padding: 0.563rem 0;
}

.comment-list .pingback:first-child {
  border: medium none;
}


.ticker-meta span strong a{
    color: var(--accent-glow);
}

.ticker-meta2 a{
    color: var(--accent-glow);
}

/*--------------------------------------------------------------
# Infinite scroll
--------------------------------------------------------------*/
/* Globally hidden elements when Infinite Scroll is supported and in use. */
.infinite-scroll .posts-navigation,
.infinite-scroll.neverending .site-footer {
  /* Theme Footer (when set to scrolling) */
  display: none;
}

/* When Infinite Scroll has reached its end we need to re-display elements that were hidden (via .neverending) before. */
.infinity-end.neverending .site-footer {
  display: block;
}

/*--------------------------------------------------------------
# Media
--------------------------------------------------------------*/
.page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
  border: none;
  margin-bottom: 0;
  margin-top: 0;
  padding: 0;
}

/* Make sure embeds and iframes fit their containers. */
embed,
iframe,
object {
  max-width: 100%;
}

/*--------------------------------------------------------------
## Captions
--------------------------------------------------------------*/
.wp-caption {
  background: #f1f1f1 none repeat scroll 0 0;
  border: 1px solid #f0f0f0;
  max-width: 96%;
  padding: 0.313rem 0.313rem 0;
  text-align: center;
}
.wp-caption img[class*="wp-image-"] {
  border: 0 none;
  height: auto;
  margin: 0;
  max-width: 100%;
  padding: 0;
  width: auto;
}
.wp-caption .wp-caption-text {
  font-size: 0.688rem;
  line-height: 1.063rem;
  margin: 0;
  padding: 0.625rem;
}

.wp-caption-text {
  text-align: center;
}

/*--------------------------------------------------------------
## Galleries
--------------------------------------------------------------*/
.gallery {
  margin-bottom: 1.5em;
}

.gallery-item {
  display: inline-block;
  text-align: center;
  vertical-align: top;
  width: 100%;
}
.gallery-item .gallery-columns-2 {
  max-width: 50%;
}
.gallery-item .gallery-columns-3 {
  max-width: 33.33333%;
}
.gallery-item .gallery-columns-4 {
  max-width: 25%;
}
.gallery-item .gallery-columns-5 {
  max-width: 20%;
}
.gallery-item .gallery-columns-6 {
  max-width: 16.66667%;
}
.gallery-item .gallery-columns-7 {
  max-width: 14.28571%;
}
.gallery-item .gallery-columns-8 {
  max-width: 12.5%;
}
.gallery-item .gallery-columns-9 {
  max-width: 11.11111%;
}

.gallery-caption {
  display: block;
}

/*--------------------------------------------------------------
# Plugin Compatibility
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Woocommerce
--------------------------------------------------------------*/
.woocommerce-cart-form .shop_table .coupon .input-text {
  width: 8.313rem !important;
}

.variations_form .variations .value > select {
  margin-bottom: 0.625rem;
}

.woocommerce-MyAccount-content .col-1,
.woocommerce-MyAccount-content .col-2 {
  max-width: 100%;
}

/*--------------------------------------------------------------
## Elementor
--------------------------------------------------------------*/
.elementor-page article .entry-footer {
  display: none;
}

.elementor-page.page-template-fullwidth #content.site-content {
  padding-bottom: 0;
  padding-top: 0;
}

.elementor-page .entry-content {
  margin-top: 0;
}

/*--------------------------------------------------------------
## Visual Composer
--------------------------------------------------------------*/
.vc_desktop article .entry-footer {
  display: none;
}

.vc_desktop #content.site-content {
  padding-bottom: 0;
  padding-top: 0;
}

.vc_desktop .entry-content {
  margin-top: 0;
}

/*--------------------------------------------------------------
# Footer
--------------------------------------------------------------*/
footer#colophon {
  font-size: 85%;
}
body:not(.theme-preset-active) footer#colophon {
  color: #99979c;
  background-color: #f7f7f7;
}
.navbar-dark .site-info {
  color: #fff;
}
.copyright {
  font-size: 0.875rem;
  margin-bottom: 0;
  text-align: center;
}

.copyright a, footer#colophon a {
  color: inherit;
}




































@media screen and (max-width: 767px) {
  #masthead .navbar-nav > li > a {
    padding-bottom: 0.938rem;
    padding-top: 0.938rem;
  }
}
/*--------------------------------------------------------------
# Media Query
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Notebook
--------------------------------------------------------------*/
@media only screen and (max-width: 1280px) {
  html {
    font-size: 95%;
  }
}

@media screen and (max-width: 1199px) {
  .navbar-dark .dropdown-item {
    color: #fff;
  }
  .navbar-nav .dropdown-menu {
    background: transparent;
    box-shadow: none;
    border: none;
  }
}
/*--------------------------------------------------------------
## Netbook
--------------------------------------------------------------*/
@media only screen and (max-width: 1024px) {
  html {
    font-size: 90%;
  }
}
/*--------------------------------------------------------------
## iPad
--------------------------------------------------------------*/
@media only screen and (max-width: 960px) {
  html {
    font-size: 85%;
  }
}
/*--------------------------------------------------------------
## iPad
--------------------------------------------------------------*/
@media only screen and (max-width: 768px) {
  html {
    font-size: 80%;
  }
}
/*--------------------------------------------------------------
## iPad
--------------------------------------------------------------*/
@media only screen and (max-width: 480px) {
  html {
    font-size: 75%;
  }
}









@media screen and (max-width: 768px) {

	
	.mega-container {
    margin: 0 auto;
    padding: 0 15px;
}
	
    .info-ticker {
        padding: 8px 12px !important;
        font-size: 0.75rem !important;
    }

    .info-ticker .ticker-flex {
        flex-direction: column !important;
        gap: 6px !important;
        align-items: center !important;
        text-align: center !important;
    }

    .info-ticker .ticker-meta {
        display: flex !important;
        flex-direction: column !important;
        gap: 3px !important;
    }

    .info-ticker .lang-switch {
        margin-top: 2px !important;
    }


    .premium-navbar {
        padding: 10px 15px !important;
        position: sticky;
        top: 0;
        z-index: 1000;
    }

    .premium-navbar .nav-box {
        flex-direction: column !important;
        align-items: center !important;
        gap: 12px !important;
    }

    .premium-navbar .navbar-brand img {
        max-height: 38px !important;
        width: auto !important;
    }

   
/* 	.premium-navbar .menu-grid-links {
        display: flex !important;
        width: 100% !important;
        overflow-x: auto !important;
        white-space: nowrap !important;
        gap: 15px !important;
        padding: 4px 5px 8px 5px !important;
        margin: 0 !important;
        list-style: none !important;
        -webkit-overflow-scrolling: touch;
        scrollbar-width: none; 
    }

    .premium-navbar .menu-grid-links::-webkit-scrollbar {
        display: none; 
    }

    .premium-navbar .menu-grid-links li a {
        font-size: 0.85rem !important;
        display: inline-block !important;
    }
 */
    .premium-navbar .premium-btn {
        width: 100% !important;
        text-align: center !important;
        box-sizing: border-box !important;
    }


    .epic-hero {
        padding: 15px 10px !important;
    }

    .hero-glass-dashboard {
        padding: 20px 15px !important;
        border-radius: 16px !important;
        box-sizing: border-box !important;
    }

    .hero-badge {
        font-size: 0.68rem !important;
        padding: 6px 10px !important;
        letter-spacing: 0.3px !important;
        display: inline-block !important;
        line-height: 1.3 !important;
        text-align: center !important;
        white-space: normal !important;
    }

    .epic-hero h1 {
        font-size: 1.45rem !important;
        line-height: 1.25 !important;
        margin: 15px 0 10px 0 !important;
    }

    .epic-hero p {
        font-size: 0.85rem !important;
        line-height: 1.5 !important;
        margin-bottom: 20px !important;
    }

    .hero-interactive-row {
        flex-direction: column !important;
        width: 100% !important;
        gap: 10px !important;
        margin-bottom: 20px !important;
    }

    .hero-interactive-row .premium-btn {
        width: 100% !important;
        text-align: center !important;
        box-sizing: border-box !important;
        display: block !important;
    }

    .hero-factory-widget-inline {
        flex-direction: column !important;
        align-items: flex-start !important;
        gap: 12px !important;
        padding: 12px 15px !important;
        border-radius: 12px !important;
        width: 100% !important;
        box-sizing: border-box !important;
    }

    .hero-factory-widget__metrics {
        display: flex !important;
        width: 100% !important;
        justify-content: space-between !important;
        align-items: center !important;
    }

    .metric-divider {
        height: 24px !important;
        width: 1px !important;
        opacity: 0.3;
    }

    .metric-item {
        text-align: left !important;
    }

    .metric-label {
        font-size: 0.72rem !important;
        display: block !important;
    }

    .metric-value {
        font-size: 0.88rem !important;
        font-weight: 700 !important;
    }

    .hero-dashboard-photo {
        margin-top: 20px !important;
        width: 100% !important;
        border-radius: 12px !important;
        overflow: hidden !important;
    }

    .hero-dashboard-photo img {
        width: 100% !important;
        display: block !important;
        object-fit: cover !important;
    }
	
	
	.industrial-section {
        padding: 40px 0 !important;
    }

    .sec-title-wrap {
        text-align: center !important;
        margin-bottom: 20px !important;
    }

    .section-subtitle {
        font-size: 0.75rem !important;
        letter-spacing: 1px !important;
    }

    .section-main-title {
        font-size: 1.4rem !important;
        line-height: 1.3 !important;
        margin-top: 6px !important;
    }

    .catalog-filter-bar {
        display: flex !important;
        overflow-x: auto !important;
        white-space: nowrap !important;
        gap: 8px !important;
        padding-bottom: 10px !important;
        margin-bottom: 25px !important;
        -webkit-overflow-scrolling: touch;
        scrollbar-width: none;
    }

    .catalog-filter-bar::-webkit-scrollbar {
        display: none;
    }

    .filter-node {
        font-size: 0.8rem !important;
        padding: 8px 14px !important;
        flex-shrink: 0 !important;
        border-radius: 6px !important;
    }

    .catalog-grid-system {
        display: flex !important;
        flex-direction: column !important;
        gap: 20px !important;
    }

    .product-premium-card {
        width: 100% !important;
        margin: 0 !important;
        box-sizing: border-box !important;
    }

    .card-visual-header {
        height: 180px !important;
        background-size: cover !important;
        background-position: center !important;
    }

    .card-content-payload {
        padding: 18px 15px !important;
    }

    .card-meta-tag {
        font-size: 0.7rem !important;
    }

    .card-payload-title {
        font-size: 1.15rem !important;
        line-height: 1.3 !important;
        margin: 8px 0 !important;
    }

    .card-payload-text {
        font-size: 0.85rem !important;
        line-height: 1.45 !important;
        margin-bottom: 15px !important;
    }

    .card-action-trigger {
        font-size: 0.85rem !important;
    }



    .modal-vault-window {
        width: 100% !important;
        max-height: 88vh !important;
        overflow-y: auto !important;
        padding: 20px 15px !important;
        border-radius: 16px !important;
        box-sizing: border-box !important;
        position: relative !important;
    }

    .modal-closer-btn {
        position: absolute !important;
        top: 12px !important;
        right: 15px !important;
        font-size: 1.8rem !important;
        line-height: 1 !important;
        z-index: 20 !important;
        cursor: pointer !important;
    }

    .modal-grid-structure {
        display: flex !important;
        flex-direction: column !important;
        gap: 15px !important;
    }

    .modal-visual-pane {
        width: 100% !important;
        height: 190px !important;
        min-height: 190px !important;
        border-radius: 10px !important;
        background-size: cover !important;
        background-position: center !important;
    }

    .modal-data-pane h3 {
        font-size: 1.25rem !important;
        line-height: 1.3 !important;
        margin-top: 0 !important;
        padding-right: 25px !important;
    }

    .modal-data-pane p {
        font-size: 0.85rem !important;
        margin-bottom: 15px !important;
    }

    .modal-data-pane h4 {
        font-size: 0.95rem !important;
    }

    .technical-spec-table {
        width: 100% !important;
        font-size: 0.8rem !important;
        border-collapse: collapse !important;
    }

    .technical-spec-table td {
        padding: 8px 4px !important;
        word-break: break-word !important;
    }



    .technical-spec-table {
        width: 100% !important;
        border-collapse: collapse !important;
        margin-bottom: 15px !important;
    }

    .technical-spec-table td {
        padding: 8px 4px !important;
        font-size: 0.8rem !important;
        line-height: 1.3 !important;
        vertical-align: top !important;
        word-break: break-word !important;
    }

    .technical-spec-table td:first-child {
        width: 50% !important;
    }

    .modal-data-pane .premium-btn {
        width: 100% !important;
        margin-top: 10px !important;
        padding: 12px 15px !important;
        font-size: 0.85rem !important;
        box-sizing: border-box !important;
    }
	
	
	
	.cert-image-mock img {
    width: 224px;
    height: 100%;
    object-fit: cover;
}
	
.footer-brand-section {
    display: flex;
    flex-direction: column;
    gap: 24px;
    align-items: center;
}	
	
.slider-controls {
    position: absolute;
    top: 30px;
    right: 20px;
    display: flex;
    gap: 15px;
    z-index: 10;
    bottom: 0;
}	
	
	.navbar-brand-footer {
		text-align: center;
	}	
	
	.navbar-brand-footer img {
		width: 70%;
		padding: 15px;
	}


    #news-panel {
        padding: 40px 0 !important;
    }

    #news-panel .sec-title-wrap {
        text-align: center !important;
        margin-bottom: 25px !important;
    }

    #news-panel .section-subtitle {
        font-size: 0.75rem !important;
        letter-spacing: 1px !important;
    }

    #news-panel .section-main-title {
        font-size: 1.4rem !important;
        line-height: 1.3 !important;
        margin-top: 6px !important;
    }

    .lab-grid {
        display: flex !important;
        flex-direction: column !important;
        gap: 14px !important;
    }

    .lab-card {
        width: 100% !important;
        padding: 20px 18px !important;
        box-sizing: border-box !important;
        border-radius: 12px !important;
    }

    .lab-card h4 {
        font-size: 1.1rem !important;
        line-height: 1.3 !important;
        margin: 0 0 8px 0 !important;
    }

    .lab-card p {
        font-size: 0.85rem !important;
        line-height: 1.5 !important;
        margin: 0 !important;
    }

}