.elementor-3116 .elementor-element.elementor-element-4a6149bf{--display:flex;--gap:0px 0px;--row-gap:0px;--column-gap:0px;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-3116 .elementor-element.elementor-element-4a6149bf:not(.elementor-motion-effects-element-type-background), .elementor-3116 .elementor-element.elementor-element-4a6149bf > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:var( --e-global-color-da12054 );}.elementor-theme-builder-content-area{height:400px;}.elementor-location-header:before, .elementor-location-footer:before{content:"";display:table;clear:both;}/* Start custom CSS for wp-widget-custom_html, class: .elementor-element-326050b */@font-face {
    font-family: "StobiSans";
    src: url("https://vlada.mk/build/assets/StobiSans-Medium-CwwGnJMh.woff2") format("woff2");
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}


/* ==================================================
   GLOBAL
================================================== */

.inova-top-bar,
.inova-top-bar *,
.inova-custom-header,
.inova-custom-header *,
.inova-main-menu,
.inova-main-menu * {
    box-sizing: border-box;

    font-family:
        "StobiSans",
        ui-sans-serif,
        system-ui,
        -apple-system,
        BlinkMacSystemFont,
        "Segoe UI",
        sans-serif !important;

    font-weight: 500;
}


.inova-top-bar-inner,
.inova-header-inner {
    width: 100%;
    max-width: 1420px;

    margin-left: auto;
    margin-right: auto;

    padding-left: 65px;
    padding-right: 65px;
}


/* ==================================================
   TOP BAR
================================================== */

.inova-top-bar {
    position: relative;
    z-index: 20;

    width: 100%;
    min-height: 34px;

    margin: 0;
    padding: 0;

    display: flex;
    align-items: center;

    background: #ffffff;
    color: #222222;

    border-bottom: 1px solid #eeeeee;
}


.inova-top-bar-inner {
    min-height: 34px;

    padding-top: 5px;
    padding-bottom: 5px;

    display: flex;
    align-items: center;
    justify-content: space-between;

    gap: 20px;
}


.inova-top-contact {
    color: #222222;

    font-size: 11px;
    line-height: 1.4;
}


.inova-top-contact a {
    color: #222222;
    text-decoration: none;
}


.inova-top-contact a:hover,
.inova-top-contact a:focus {
    color: #222222;
    text-decoration: underline;
}


.inova-top-separator {
    margin: 0 4px;
}


/* ==================================================
   SOCIALS
================================================== */

.inova-top-socials {
    display: flex;
    align-items: center;
    justify-content: flex-end;

    gap: 12px;

    flex: 0 0 auto;
}


.inova-top-socials a {
    width: 24px;
    height: 24px;
    min-width: 24px;

    display: inline-flex;
    align-items: center;
    justify-content: center;

    color: #071a46;
    text-decoration: none;

    line-height: 1;
}


.inova-top-socials a:hover,
.inova-top-socials a:focus {
    opacity: 0.72;
}


.inova-top-socials img {
    display: block !important;

    width: 22px !important;
    height: 22px !important;

    min-width: 22px;
    min-height: 22px;

    visibility: visible !important;
    opacity: 1 !important;

    object-fit: contain;
}


/* ==================================================
   HEADER
================================================== */

.inova-custom-header {
    position: fixed !important;

    top: 34px !important;
    left: 0 !important;
    right: 0 !important;

    z-index: 9999 !important;

    width: 100%;
    min-height: 74px;

    margin: 0 !important;
    padding: 0;

    display: flex;
    align-items: center;

    background: transparent !important;
    color: #ffffff;

    border: 0 !important;
    box-shadow: none !important;

    transition:
        top 0.25s ease,
        background 0.25s ease,
        box-shadow 0.25s ease,
        backdrop-filter 0.25s ease;
}

.inova-custom-header.is-scrolled {
    top: 0 !important;

    background:
        linear-gradient(
            105deg,
            rgba(53, 77, 115, 0.98) 0%,
            rgba(36, 60, 157, 0.98) 48%,
            rgba(19, 0, 243, 0.98) 100%
        ) !important;

    box-shadow:
        0 4px 18px
        rgba(0, 0, 0, 0.14) !important;

    backdrop-filter: blur(8px) !important;
    -webkit-backdrop-filter: blur(8px) !important;
}


.inova-header-inner {
    min-height: 74px;

    padding-top: 10px;
    padding-bottom: 10px;

    display: flex;
    align-items: center;
    justify-content: space-between;

    gap: 30px;
}


/* ==================================================
   BRAND
================================================== */

.inova-header-brand {
    min-width: 360px;

    flex: 1 1 auto;

    display: flex;
    align-items: center;

    gap: 14px;

    color: #ffffff;
    text-decoration: none;
}


.inova-header-brand:hover,
.inova-header-brand:focus {
    color: #ffffff;
    text-decoration: none;
}


.inova-header-logo {
    display: block;

    width: 44px;
    height: 44px;

    flex: 0 0 44px;

    object-fit: contain;
}


.inova-header-title {
    margin: 0;

    color: #ffffff;

    font-size: 12px;
    font-weight: 500;
    line-height: 1.45;

    letter-spacing: 0;
    text-transform: uppercase;
}


/* ==================================================
   SEARCH
================================================== */

.inova-header-search {
    display: flex !important;
    align-items: center !important;

    gap: 8px !important;

    width: 190px !important;
    height: 30px !important;

    min-width: 190px !important;

    flex: 0 0 190px !important;

    margin: 0 !important;
    padding: 0 12px !important;

    border:
        1px solid
        rgba(255, 255, 255, 0.95) !important;

    border-radius: 999px !important;

    background: transparent !important;

    box-shadow: none !important;

    color: #ffffff !important;

    visibility: visible !important;
    opacity: 1 !important;

    overflow: hidden;

    cursor: text;
}


.inova-search-icon-img {
    display: block !important;

    width: 14px !important;
    height: 14px !important;

    min-width: 14px !important;

    flex: 0 0 14px !important;

    visibility: visible !important;
    opacity: 1 !important;

    object-fit: contain;

    pointer-events: none;
}


.inova-search-placeholder {
    display: block !important;

    color: #ffffff !important;

    font-size: 12px !important;
    font-weight: 500 !important;
    line-height: 1 !important;

    white-space: nowrap;

    visibility: visible !important;
    opacity: 1 !important;
}


.inova-header-search input[type="search"] {
    display: block !important;

    width: 100% !important;

    height: 28px !important;
    min-height: 28px !important;

    margin: 0 !important;
    padding: 0 !important;

    border: 0 !important;
    border-radius: 0 !important;

    outline: 0 !important;

    box-shadow: none !important;

    background: transparent !important;

    color: #ffffff !important;

    font-size: 12px !important;
    font-weight: 500 !important;

    visibility: visible !important;
    opacity: 1 !important;

    appearance: none;
    -webkit-appearance: none;
}


.inova-header-search input[type="search"]::placeholder {
    color: #ffffff !important;
    opacity: 1 !important;
}


.inova-header-search input[type="search"]::-webkit-search-cancel-button {
    filter: invert(1);
    cursor: pointer;
}


/* ==================================================
   HEADER ACTIONS
================================================== */

.inova-header-actions {
    display: flex;
    align-items: center;
    justify-content: flex-end;

    gap: 15px;

    flex: 0 0 auto;

    white-space: nowrap;
}


.inova-menu-label {
    color: #ffffff;

    font-size: 12px;
    font-weight: 500;

    cursor: pointer;
}


.inova-icon-button {
    width: 22px;
    height: 24px;
    min-width: 22px;

    margin: 0;
    padding: 0;

    display: inline-flex;
    align-items: center;
    justify-content: center;

    border: 0 !important;
    outline: 0 !important;

    box-shadow: none !important;

    background: transparent !important;

    color: #ffffff !important;

    line-height: 1;

    cursor: pointer;
}


.inova-icon-button:hover,
.inova-icon-button:focus {
    background: transparent !important;
    opacity: 0.78;
}


.inova-menu-icon-img,
.inova-globe-icon-img {
    display: block !important;

    visibility: visible !important;
    opacity: 1 !important;

    object-fit: contain;
}


.inova-menu-icon-img {
    width: 18px !important;
    height: 18px !important;
}


.inova-globe-icon-img {
    width: 16px !important;
    height: 16px !important;
}


/* ==================================================
   LANGUAGES
================================================== */

.inova-language-list {
    display: flex;
    align-items: center;

    gap: 0;
}


.inova-language-list a {
    position: relative;

    min-height: 20px;

    padding: 0 8px;

    display: inline-flex;
    align-items: center;

    color: #ffffff;

    font-size: 11px;
    font-weight: 500;

    line-height: 1;

    text-decoration: none;
}


.inova-language-list a:not(:last-child)::after {
    content: "";

    position: absolute;

    top: 3px;
    right: 0;

    width: 1px;
    height: 14px;

    background:
        rgba(255, 255, 255, 0.4);
}


.inova-language-list a:hover,
.inova-language-list a:focus {
    color: #ffffff;
    text-decoration: underline;
}


/* ==================================================
   FULL HEIGHT MENU
================================================== */

.inova-main-menu {
    position: fixed;

    left: 0;
    bottom: 0;

    width: 100%;

    /*
       TOP IS SET BY JAVASCRIPT.
       Bottom: 0 makes the menu fill exactly
       the remaining viewport height.
    */

    height: auto;

    z-index: 9998;

    margin: 0;
    padding: 0;

    background:
        linear-gradient(
            105deg,
            #354d73 0%,
            #243c9d 48%,
            #1300f3 100%
        );

    border-top:
        1px solid
        rgba(255, 255, 255, 0.14);

    box-shadow:
        0 18px 40px
        rgba(0, 0, 0, 0.18);

    opacity: 0;
    visibility: hidden;

    pointer-events: none;

    transform: translateY(-8px);

    overflow: hidden;

    transition:
        opacity 0.22s ease,
        visibility 0.22s ease,
        transform 0.22s ease;
}


.inova-main-menu.is-open {
    opacity: 1;
    visibility: visible;

    pointer-events: auto;

    transform: translateY(0);
}


body.inova-menu-open {
    overflow: hidden !important;
}


/* ==================================================
   MENU SCROLL AREA
================================================== */

.inova-main-menu-inner {
    width: 100%;
    height: 100%;

    max-width: 1420px;

    margin: 0 auto;

    padding:
        38px
        65px
        60px;

    overflow-y: auto;
    overflow-x: hidden;

    -webkit-overflow-scrolling: touch;

    scrollbar-width: thin;

    scrollbar-color:
        rgba(255, 255, 255, 0.48)
        rgba(255, 255, 255, 0.08);
}


.inova-main-menu-inner::-webkit-scrollbar {
    width: 7px;
}


.inova-main-menu-inner::-webkit-scrollbar-track {
    background:
        rgba(255, 255, 255, 0.06);
}


.inova-main-menu-inner::-webkit-scrollbar-thumb {
    background:
        rgba(255, 255, 255, 0.42);

    border-radius: 999px;
}


.inova-main-menu-inner::-webkit-scrollbar-thumb:hover {
    background:
        rgba(255, 255, 255, 0.65);
}


/* ==================================================
   EXACTLY 3 MENU COLUMNS
================================================== */

.inova-main-menu .inova-mega-grid {
    width: 100% !important;

    display: grid !important;

    grid-template-columns:
        repeat(3, minmax(0, 1fr)) !important;

    grid-auto-flow: row !important;
    grid-auto-columns: unset !important;

    align-items: start;

    gap:
        40px
        36px !important;
}


.inova-main-menu .inova-mega-column {
    min-width: 0 !important;

    width: auto !important;
    max-width: none !important;

    grid-column: auto !important;

    padding-bottom: 10px;
}


.inova-main-menu .inova-mega-column:empty {
    display: none !important;
}


/* ==================================================
   MENU SECTION TITLE
================================================== */

.inova-mega-column h3 {
    position: relative;

    margin:
        0
        0
        18px;

    padding:
        0
        0
        12px;

    color: #ffffff !important;

    font-size: 17px !important;
    font-weight: 500 !important;

    line-height: 1.25;
}


.inova-mega-column h3::after {
    content: "";

    position: absolute;

    left: 0;
    bottom: 0;

    width: 64px;
    height: 2px;

    background:
        rgba(255, 255, 255, 0.95);
}


/* ==================================================
   MENU ITEMS
================================================== */

.inova-mega-items {
    display: flex;
    flex-direction: column;

    gap: 10px;
}


.inova-mega-items a {
    position: relative;

    width: 100%;

    min-height: 48px;

    padding:
        11px
        17px;

    display: flex;
    align-items: center;

    color: #121212 !important;

    background: rgba(255, 255, 255, 0.9) !important;

    border:
        1px solid
        white !important;

    border-radius: 14px;

    text-decoration: none !important;

    font-size: 14px !important;
    font-weight: 500 !important;

    line-height: 1.35;

    box-shadow: none;

    backdrop-filter: blur(3px);
    -webkit-backdrop-filter: blur(3px);

    transition:
        background 0.18s ease,
        border-color 0.18s ease,
        transform 0.18s ease,
        box-shadow 0.18s ease;
}


.inova-mega-items a:hover,
.inova-mega-items a:focus {
    color: #121212 !important;

    background:
        white !important;

    border-color:
        rgba(255, 255, 255, 0.95);

    transform:
        translateX(3px);

    box-shadow:
        0 7px 20px
        rgba(0, 0, 0, 0.12);

    text-decoration: none !important;
}


/* ==================================================
   TABLET
================================================== */

@media (max-width: 1100px) {

    .inova-top-bar-inner,
    .inova-header-inner {
        padding-left: 30px;
        padding-right: 30px;
    }


    .inova-header-inner {
        gap: 20px;
    }


    .inova-header-brand {
        min-width: 290px;
    }


    .inova-header-title {
        font-size: 11px;
    }


    .inova-header-search {
        width: 155px !important;
        min-width: 155px !important;

        flex-basis: 155px !important;
    }


    .inova-header-actions {
        gap: 11px;
    }


    .inova-main-menu-inner {
        padding:
            32px
            30px
            50px;
    }


    .inova-main-menu .inova-mega-grid {
        grid-template-columns:
            repeat(2, minmax(0, 1fr)) !important;

        gap:
            32px
            30px !important;
    }
}


/* ==================================================
   MOBILE
================================================== */

@media (max-width: 767px) {

    .inova-top-bar-inner,
    .inova-header-inner {
        padding-left: 16px;
        padding-right: 16px;
    }


    .inova-top-bar-inner {
        min-height: 34px;

        gap: 10px;
    }


    .inova-top-contact {
        font-size: 9px;
        line-height: 1.3;
    }


    .inova-top-socials {
        gap: 8px;
    }


    .inova-top-socials a {
        width: 20px;
        height: 20px;
        min-width: 20px;
    }


    .inova-top-socials img {
        width: 18px !important;
        height: 18px !important;

        min-width: 18px;
        min-height: 18px;
    }


    .inova-custom-header,
    .inova-header-inner {
        min-height: 64px;
    }


    .inova-header-inner {
        padding-top: 8px;
        padding-bottom: 8px;

        gap: 10px;
    }


    .inova-header-brand {
        min-width: 0;

        flex: 1 1 auto;
    }


    .inova-header-logo {
        width: 40px;
        height: 40px;

        flex-basis: 40px;
    }


    .inova-header-title,
    .inova-menu-label,
    .inova-globe-button,
    .inova-language-list {
        display: none !important;
    }


    .inova-header-search {
        display: flex !important;

        width: 145px !important;
        min-width: 145px !important;

        flex:
            0
            0
            145px !important;
    }


    .inova-header-actions {
        gap: 8px;
    }


    /* no fixed menu height here;
       top comes from JS and bottom is 0 */

    .inova-main-menu-inner {
        padding:
            24px
            16px
            45px;
    }


    .inova-main-menu .inova-mega-grid {
        grid-template-columns:
            1fr !important;

        gap:
            28px !important;
    }


    .inova-mega-column h3 {
        margin-bottom: 14px;

        font-size: 15px !important;
    }


    .inova-mega-items {
        gap: 8px;
    }


    .inova-mega-items a {
        min-height: 46px;

        padding:
            11px
            15px;

        border-radius: 12px;

        font-size: 13px !important;
    }
}


/* ==================================================
   SMALL MOBILE
================================================== */

@media (max-width: 480px) {

    .inova-top-contact {
        max-width: 230px;
    }


    .inova-header-search {
        width: 125px !important;
        min-width: 125px !important;

        flex-basis: 125px !important;

        padding-left: 10px !important;
        padding-right: 10px !important;
    }


    .inova-header-search input[type="search"],
    .inova-search-placeholder {
        font-size: 11px !important;
    }
}

.inova-main-menu .inova-mega-grid {
    width: 100% !important;
    display: grid !important;

    grid-template-columns:
        repeat(4, minmax(0, 1fr)) !important;

    grid-auto-flow: row !important;
    grid-auto-columns: unset !important;

    align-items: start;

    gap: 40px 28px !important;
}

.inova-custom-header.is-scrolled {
    top: 0 !important;

    background:
        linear-gradient(
            105deg,
            rgba(8, 16, 58, 0.96) 0%,
            rgba(18, 24, 82, 0.96) 55%,
            rgba(24, 16, 110, 0.96) 100%
        ) !important;

    box-shadow:
        0 4px 18px
        rgba(0, 0, 0, 0.16) !important;

    backdrop-filter: blur(10px) !important;
    -webkit-backdrop-filter: blur(10px) !important;
}

.inova-custom-header.is-scrolled {
    top: 0 !important;

    background:
        rgba(10, 18, 60, 0.96) !important;

    box-shadow:
        0 4px 18px
        rgba(0, 0, 0, 0.16) !important;

    backdrop-filter: blur(10px) !important;
    -webkit-backdrop-filter: blur(10px) !important;
}

/* ==================================================
   HEADER BACKGROUND
   WHEN SCROLLED OR MENU OPEN
================================================== */

.inova-custom-header.is-scrolled,
.inova-custom-header.is-menu-open {
    background:
        rgba(10, 18, 60, 0.96) !important;

    box-shadow:
        0 4px 18px
        rgba(0, 0, 0, 0.16) !important;

    backdrop-filter:
        blur(10px) !important;

    -webkit-backdrop-filter:
        blur(10px) !important;
}


/* Scrolling removes the white top bar space */
.inova-custom-header.is-scrolled {
    top: 0 !important;
}


/* Menu opened while still at top:
   keep header underneath the white top bar */
.inova-custom-header.is-menu-open:not(.is-scrolled) {
    top: 34px !important;
}
.inova-main-menu {
    background:
        linear-gradient(
            135deg,
            #0a123c 0%,
            #111a55 55%,
            #1a126e 100%
        );

    border-top:
        1px solid
        rgba(255, 255, 255, 0.12);

    box-shadow:
        0 20px 50px
        rgba(0, 0, 0, 0.22);
}

.inova-mega-column h3 {
    color: #ffffff !important;
}

.inova-mega-column h3::after {
    background:
        rgba(255, 255, 255, 0.9);
}

.inova-mega-items a {
    color: #101321 !important;

    background:
        rgba(255, 255, 255, 0.92) !important;

    border:
        1px solid
        rgba(255, 255, 255, 0.82) !important;

    border-radius: 14px;

    box-shadow:
        0 8px 24px
        rgba(0, 0, 0, 0.08);

    backdrop-filter: blur(6px);
    -webkit-backdrop-filter: blur(6px);
}

.inova-mega-items a:hover,
.inova-mega-items a:focus {
    background: #ffffff !important;

    transform: translateX(4px);

    box-shadow:
        0 10px 26px
        rgba(0, 0, 0, 0.14);
}

.inova-main-menu {
    background:
        radial-gradient(
            circle at 12% 18%,
            rgba(64, 91, 255, 0.22) 0%,
            rgba(64, 91, 255, 0) 34%
        ),
        radial-gradient(
            circle at 88% 82%,
            rgba(94, 46, 255, 0.22) 0%,
            rgba(94, 46, 255, 0) 36%
        ),
        linear-gradient(
            135deg,
            #07143a 0%,
            #0d1c56 28%,
            #172b78 52%,
            #20146e 76%,
            #120c45 100%
        ) !important;

    border-top:
        1px solid
        rgba(255, 255, 255, 0.12);

    box-shadow:
        inset 0 1px 0 rgba(255, 255, 255, 0.04),
        0 24px 60px rgba(0, 0, 0, 0.25);

    backdrop-filter: blur(14px);
    -webkit-backdrop-filter: blur(14px);
}

.inova-mega-items a {
    color: #11152a !important;

    background:
        linear-gradient(
            135deg,
            rgba(255, 255, 255, 0.94),
            rgba(242, 245, 255, 0.88)
        ) !important;

    border:
        1px solid
        rgba(255, 255, 255, 0.7) !important;

    border-radius: 14px;

    box-shadow:
        0 8px 24px
        rgba(4, 10, 40, 0.10);

    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
}

.inova-mega-items a:hover,
.inova-mega-items a:focus {
    background:
        linear-gradient(
            135deg,
            #ffffff 0%,
            #f0f3ff 100%
        ) !important;

    transform: translateX(4px) translateY(-1px);

    box-shadow:
        0 12px 28px
        rgba(4, 10, 40, 0.16);
}

.inova-custom-header.is-scrolled,
.inova-custom-header.is-menu-open {
    background:
        linear-gradient(
            105deg,
            rgba(7, 20, 58, 0.98) 0%,
            rgba(13, 28, 86, 0.98) 45%,
            rgba(32, 20, 110, 0.98) 100%
        ) !important;

    box-shadow:
        0 4px 18px
        rgba(0, 0, 0, 0.18) !important;

    backdrop-filter: blur(12px) !important;
    -webkit-backdrop-filter: blur(12px) !important;
}

/* ==================================================
   MENU ICON -> X WHEN OPEN
================================================== */

.inova-menu-button {
    position: relative;
}


/* current menu icon */
.inova-menu-icon-img {
    transition:
        opacity 0.2s ease,
        transform 0.2s ease;
}


/* hide hamburger when open */
.inova-menu-button.is-open .inova-menu-icon-img {
    opacity: 0 !important;
    transform: scale(0.75) rotate(90deg);
}


/* X lines */
.inova-menu-button::before,
.inova-menu-button::after {
    content: "";

    position: absolute;

    left: 50%;
    top: 50%;

    width: 18px;
    height: 2px;

    background: #ffffff;

    border-radius: 999px;

    opacity: 0;

    transform-origin: center;

    transition:
        opacity 0.2s ease,
        transform 0.25s ease;
}


/* first X line */
.inova-menu-button::before {
    transform:
        translate(-50%, -50%)
        rotate(0deg)
        scale(0.7);
}


/* second X line */
.inova-menu-button::after {
    transform:
        translate(-50%, -50%)
        rotate(0deg)
        scale(0.7);
}


/* OPEN STATE */

.inova-menu-button.is-open::before {
    opacity: 1;

    transform:
        translate(-50%, -50%)
        rotate(45deg)
        scale(1);
}


.inova-menu-button.is-open::after {
    opacity: 1;

    transform:
        translate(-50%, -50%)
        rotate(-45deg)
        scale(1);
}

/* ==================================================
   SEARCH CLICK / FOCUS ANIMATION
================================================== */

.inova-header-search {
    position: relative;

    transition:
        width 0.32s cubic-bezier(0.22, 1, 0.36, 1),
        flex-basis 0.32s cubic-bezier(0.22, 1, 0.36, 1),
        border-color 0.25s ease,
        background 0.25s ease,
        box-shadow 0.25s ease,
        transform 0.25s ease !important;
}


/* WHEN SEARCH IS CLICKED */

.inova-header-search:focus-within {
    width: 230px !important;
    min-width: 230px !important;
    flex-basis: 230px !important;

    background:
        rgba(255, 255, 255, 0.10) !important;

    border-color:
        rgba(255, 255, 255, 1) !important;

    box-shadow:
        0 0 0 3px rgba(255, 255, 255, 0.08),
        0 8px 25px rgba(5, 10, 40, 0.16) !important;

    transform: translateY(-1px);
}


/* SEARCH ICON */

.inova-search-icon-img {
    transition:
        transform 0.3s cubic-bezier(0.22, 1, 0.36, 1),
        opacity 0.25s ease;
}


.inova-header-search:focus-within
.inova-search-icon-img {
    transform:
        scale(1.12)
        rotate(-8deg);

    opacity: 0.9 !important;
}


/* INPUT */

.inova-header-search input[type="search"] {
    transition:
        letter-spacing 0.25s ease,
        opacity 0.25s ease;
}


.inova-header-search:focus-within
input[type="search"] {
    letter-spacing: 0.15px;
}


/* PLACEHOLDER ANIMATION */

.inova-header-search
input[type="search"]::placeholder {
    transition:
        opacity 0.25s ease,
        transform 0.3s ease;

    transform: translateX(0);
}


.inova-header-search:focus-within
input[type="search"]::placeholder {
    opacity: 0.55 !important;

    transform: translateX(4px);
}

/* ==================================================
   SEARCH ANIMATION - TABLET
================================================== */

@media (max-width: 1100px) {

    .inova-header-search:focus-within {
        width: 190px !important;
        min-width: 190px !important;
        flex-basis: 190px !important;
    }
}


/* ==================================================
   SEARCH ANIMATION - MOBILE
================================================== */

@media (max-width: 767px) {

    .inova-header-search:focus-within {
        width: 165px !important;
        min-width: 165px !important;
        flex-basis: 165px !important;

        transform: none;
    }
}


@media (max-width: 480px) {

    .inova-header-search:focus-within {
        width: 145px !important;
        min-width: 145px !important;
        flex-basis: 145px !important;
    }
}


/* ==================================================
   IMPROVED MOBILE HEADER — KEEP AT END OF CSS
================================================== */

@media (max-width: 767px) {

    /* ---------- TOP BAR ---------- */

    .inova-top-bar {
        min-height: 36px;
    }

    .inova-top-bar-inner {
        min-height: 36px;
        padding: 5px 14px;
        gap: 12px;
    }

    /*
     * Hide the long address on mobile,
     * but keep the telephone link visible.
     */
    .inova-top-contact {
        min-width: 0;
        flex: 1 1 auto;
        overflow: hidden;

        font-size: 0 !important;
        line-height: 1;
        white-space: nowrap;
    }

    .inova-top-contact .inova-top-separator {
        display: none;
    }

    .inova-top-contact a {
        display: inline-flex;
        align-items: center;
        min-height: 28px;

        font-size: 11px !important;
        line-height: 1;
        white-space: nowrap;
    }

    .inova-top-contact a::before {
        content: "Тел: ";
        margin-right: 3px;
    }

    .inova-top-socials {
        flex: 0 0 auto;
        gap: 6px;
    }

    .inova-top-socials a {
        width: 26px;
        height: 26px;
        min-width: 26px;
    }

    .inova-top-socials img {
        width: 18px !important;
        height: 18px !important;
        min-width: 18px;
        min-height: 18px;
    }


    /* ---------- MAIN HEADER ---------- */

    .inova-custom-header {
        top: 36px !important;
        min-height: 64px;
    }

    .inova-custom-header.is-scrolled {
        top: 0 !important;
    }

    .inova-header-inner {
        min-height: 64px;

        padding: 8px 14px;

        display: grid;
        grid-template-columns: 42px minmax(90px, 1fr) 44px;
        align-items: center;

        gap: 12px;
    }


    /* ---------- BRAND ---------- */

    .inova-header-brand {
        width: 42px;
        min-width: 42px;

        display: flex;
        align-items: center;

        gap: 0;
        overflow: hidden;
    }

    .inova-header-logo {
        width: 42px;
        height: 42px;

        min-width: 42px;
        flex: 0 0 42px;

        object-fit: contain;
    }

    .inova-header-title {
        display: none !important;
    }


    /* ---------- SEARCH ---------- */

    .inova-header-search {
        width: 100% !important;
        min-width: 0 !important;
        max-width: none !important;

        height: 36px !important;

        margin: 0 !important;
        padding: 0 13px !important;

        display: flex !important;
        flex: none !important;

        gap: 8px !important;

        border-color: rgba(255, 255, 255, 0.85) !important;
    }

    .inova-search-icon-img {
        width: 15px !important;
        height: 15px !important;

        min-width: 15px !important;
        flex-basis: 15px !important;
    }

    .inova-search-placeholder {
        max-width: 100%;
        overflow: hidden;

        font-size: 11px !important;
        text-overflow: ellipsis;
        white-space: nowrap;
    }


    /* ---------- ACTIONS ---------- */

    .inova-header-actions {
        width: 44px;
        min-width: 44px;

        display: flex;
        justify-content: flex-end;

        gap: 0;
    }

    .inova-menu-label,
    .inova-globe-button,
    .inova-language-list {
        display: none !important;
    }

    .inova-menu-button {
        width: 44px !important;
        height: 44px !important;
        min-width: 44px !important;

        border-radius: 50% !important;

        background: rgba(255, 255, 255, 0.12) !important;

        transition:
            background 0.2s ease,
            transform 0.2s ease;
    }

    .inova-menu-button:hover,
    .inova-menu-button:focus {
        opacity: 1;
        background: rgba(255, 255, 255, 0.22) !important;
    }

    .inova-menu-button:active {
        transform: scale(0.94);
    }

    .inova-menu-icon-img {
        width: 20px !important;
        height: 20px !important;
    }


    /* ---------- MOBILE MENU ---------- */

    .inova-main-menu-inner {
        padding: 22px 14px 40px;
    }

    /*
     * Important: overrides the repeat(4) rule
     * found at the bottom of your current CSS.
     */
    .inova-main-menu .inova-mega-grid {
        grid-template-columns: 1fr !important;
        gap: 25px !important;
    }

    .inova-mega-column {
        padding-bottom: 0 !important;
    }

    .inova-mega-column h3 {
        margin-bottom: 12px;
        padding-bottom: 10px;

        font-size: 16px !important;
    }

    .inova-mega-items {
        gap: 7px;
    }

    .inova-mega-items a {
        min-height: 48px;

        padding: 12px 15px;

        border-radius: 12px;

        font-size: 13px !important;
        line-height: 1.35;
    }
}


/* ==================================================
   VERY SMALL PHONES
================================================== */

@media (max-width: 380px) {

    .inova-top-bar-inner,
    .inova-header-inner {
        padding-left: 10px;
        padding-right: 10px;
    }

    .inova-top-contact a {
        font-size: 10px !important;
    }

    .inova-top-socials {
        gap: 3px;
    }

    .inova-top-socials a {
        width: 23px;
        height: 23px;
        min-width: 23px;
    }

    .inova-header-inner {
        grid-template-columns: 38px minmax(80px, 1fr) 42px;
        gap: 8px;
    }

    .inova-header-brand,
    .inova-header-logo {
        width: 38px;
        min-width: 38px;
        height: 38px;
        flex-basis: 38px;
    }

    .inova-header-search {
        height: 34px !important;
        padding: 0 10px !important;
    }

    .inova-search-placeholder {
        font-size: 10px !important;
    }

    .inova-header-actions,
    .inova-menu-button {
        width: 42px !important;
        min-width: 42px !important;
    }
}/* End custom CSS */