/*
 * AIT home header and hero parity layer.
 * Sources: Tekone default.css/responsive.css, Elementor page 82282,
 * Elementor header template 83894, RSElements button and image-animation CSS.
 */

.ait-main--front {
    margin-block-start: 0;
}

.ait-header--home,
.ait-header--home * {
    box-sizing: border-box;
}

.ait-header--home {
    position: absolute !important;
    z-index: 999;
    top: 0;
    left: 0;
    width: 100%;
    color: #fff;
    background: transparent !important;
    font-family: "Open Sans", sans-serif;
}

.ait-header--home a {
    text-decoration: none;
}

.ait-home-header__topbar {
    display: flex;
    align-items: center;
    justify-content: space-between;
    min-height: 49px;
    padding: 0 40px;
    border-bottom: 1px solid rgb(255 255 255 / 18%);
    font-size: 15px;
    font-weight: 500;
    line-height: 25px;
}

.ait-home-header__welcome,
.ait-home-header__social {
    display: flex;
    align-items: center;
}

.ait-home-header__welcome-icon {
    position: relative;
    left: -2px;
    display: inline-flex;
    flex: 0 0 23px;
    width: 23px;
    height: 23px;
    margin-right: 4px;
    color: #fff;
}

.ait-home-header__welcome-icon svg {
    display: block;
    width: 23px;
    height: 23px;
    fill: currentcolor;
}

.ait-home-header__contact-link {
    display: inline-flex;
    align-items: center;
    gap: 7px;
    margin-left: 6px;
    color: #ff3838;
    font-size: 15px;
    font-weight: 500;
    text-decoration: underline !important;
}

.ait-home-header__contact-link svg {
    width: 10px;
    height: 11px;
    fill: #ff3838;
}

.ait-home-header__social {
    gap: 30px;
}

.ait-home-header__social a {
    color: #fff;
    font-size: 15px;
    font-weight: 500;
    line-height: 15px;
}

.ait-home-header__social a:hover,
.ait-home-header__contact-link:hover {
    color: #fd3737;
}

.ait-home-header__main {
    display: flex;
    align-items: center;
    min-height: 111px;
    padding: 6px 40px;
}

.ait-home-header__main-left {
    display: flex;
    flex: 0 0 75%;
    align-items: center;
    justify-content: space-between;
    min-width: 0;
    padding: 10px 50px 10px 10px;
}

.ait-home-header__logo {
    position: relative;
    z-index: 1;
    display: block;
    flex: 0 0 auto;
}

.ait-home-header__logo img {
    display: block;
    width: auto;
    max-width: 155px;
    max-height: 50px;
    object-fit: contain;
}

.ait-home-header__nav {
    margin-left: auto;
}

.ait-home-header__nav ul {
    display: flex;
    align-items: center;
    margin: 0;
    padding: 0;
    list-style: none;
}

.ait-home-header__nav > ul > li {
    position: relative;
    margin: 0 20px 0 0;
}

.ait-home-header__nav > ul > li:last-child {
    margin-right: 0;
}

.ait-home-header__nav > ul > li > a {
    position: relative;
    z-index: 1;
    display: flex;
    align-items: center;
    min-height: 80px;
    padding: 28px 20px;
    border-radius: 6px;
    color: #fff;
    font-size: 16px;
    font-weight: 600;
    line-height: 24px;
    white-space: nowrap;
}

.ait-home-header__nav > ul > li.is-current > a,
.ait-home-header__nav > ul > li > a:hover,
.ait-home-header__nav > ul > li > a:focus-visible {
    color: #ff3838;
}

.ait-home-header__nav > ul > li.is-current > a::before {
    position: absolute;
    z-index: -1;
    top: 19px;
    right: 0;
    bottom: 19px;
    left: 0;
    border-radius: 6px;
    background: linear-gradient(91.04deg, rgb(255 255 255 / 20%) 0.82%, rgb(255 255 255 / 17%) 0.99%);
    content: "";
}

.ait-home-header__nav .has-submenu > a span {
    margin-left: 5px;
    font-size: 13px;
    line-height: 1;
}

.ait-home-header__nav .submenu {
    position: absolute;
    z-index: 20;
    top: 100%;
    left: 0;
    display: block;
    width: 235px;
    padding: 8px 0;
    border-radius: 6px;
    background: #132241;
    box-shadow: 0 12px 35px rgb(0 0 0 / 18%);
    opacity: 0;
    visibility: hidden;
    transform: translateY(6px);
    transition: opacity 160ms ease, transform 160ms ease, visibility 160ms ease;
}

.ait-home-header__nav .has-submenu:hover > .submenu,
.ait-home-header__nav .has-submenu:focus-within > .submenu {
    opacity: 1;
    visibility: visible;
    transform: none;
}

.ait-home-header__nav .submenu li {
    margin: 0;
    border-bottom: 1px solid rgb(255 255 255 / 12%);
}

.ait-home-header__nav .submenu li:last-child {
    border-bottom: 0;
}

.ait-home-header__nav .submenu a {
    display: block;
    padding: 12px 30px;
    color: #fff;
    font-size: 15px;
    font-weight: 500;
    line-height: 24px;
}

.ait-home-header__nav .submenu a:hover,
.ait-home-header__nav .submenu a:focus-visible {
    color: #fff;
    background: #0e1a33;
}

.ait-home-header__tools {
    display: flex;
    flex: 0 0 25%;
    justify-content: flex-end;
    min-width: 0;
    padding: 10px 10px 10px 0;
}

.ait-home-header__phone {
    display: flex;
    align-items: center;
}

.ait-home-header__phone > img {
    align-self: flex-start;
    flex: 0 0 40px;
    width: 40px;
    min-width: 40px;
    max-width: 40px;
    height: auto;
    margin: 13px 15px 0 0;
}

.ait-home-header__phone-label {
    color: #fff;
    font-family: "Open Sans", sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 28px;
    white-space: nowrap;
}

.ait-home-header__phone-number {
    display: block;
    color: #fff;
    font-family: "Space Grotesk", sans-serif;
    font-size: 24px;
    font-weight: 700;
    line-height: 36px;
    white-space: nowrap;
}

.ait-home-header__phone-number:hover {
    color: #fd3737;
}

.ait-home-header__mobile-menu {
    display: none;
}

/* Elementor page 82282, section 850a95c. */
.ait-home-hero,
.ait-home-hero * {
    box-sizing: border-box;
}

.ait-home-hero {
    position: relative;
    isolation: isolate;
    overflow: hidden;
    padding: 160px 0 65px;
    color: #fff;
    background-color: #152445;
    background-image: url("../images/home/banner-bg-lossless.webp");
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    font-family: "Open Sans", sans-serif;
}

.ait-home-hero__stage {
    position: relative;
}

.ait-home-hero__container {
    position: relative;
    z-index: 2;
    display: grid;
    grid-template-columns: 55% 45%;
    width: min(100%, 1335px);
    margin-inline: auto;
}

.ait-home-hero__watermark {
    position: absolute;
    z-index: 0;
    top: 26px;
    left: 0;
    max-width: 100%;
    overflow: hidden;
    color: rgb(255 255 255 / 5%);
    font-family: "Open Sans", sans-serif;
    font-size: 200px;
    font-weight: 700;
    line-height: 1.6;
    white-space: nowrap;
    pointer-events: none;
    user-select: none;
}

.ait-home-hero__copy-column {
    position: relative;
    display: flex;
    align-items: center;
    min-width: 0;
    padding: 10px;
}

.ait-home-hero__copy {
    position: relative;
    z-index: 4;
    width: 103.116%;
    max-width: 103.116%;
}

.ait-home-hero__eyebrow {
    display: inline-block;
    margin: 0 0 20px;
    color: #abafba;
    font-family: "Space Grotesk", sans-serif;
    font-size: 22px;
    font-weight: 700;
    line-height: 20px;
}

.ait-home-hero__title {
    position: relative;
    margin: 0 0 10px;
    padding: 0;
    color: #fff;
    font-family: "Open Sans", sans-serif;
    font-size: 64px;
    font-weight: 700;
    letter-spacing: 0;
    line-height: 70px;
}

.ait-home-hero__title span {
    position: relative;
    z-index: 1;
    letter-spacing: 2px;
    color: transparent;
    -webkit-text-fill-color: transparent;
    -webkit-text-stroke: 1px #e42c2c;
    text-stroke: 1px #e42c2c;
}

.ait-home-hero__description {
    margin: 0 0 26px;
    padding: 10px 40px 0 0;
    color: rgb(255 255 255 / 72%);
    font-family: "Open Sans", sans-serif;
    font-size: 18px;
    font-weight: 400;
    line-height: 1.6;
}

.ait-home-hero__actions {
    display: flex;
    align-items: flex-start;
    padding: 22px 22px 22px 0;
}

.ait-legacy-button {
    position: relative;
    z-index: 1;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 64px;
    padding: 20px 25px 20px 36px;
    border-radius: 5px;
    font-family: "Open Sans", sans-serif;
    font-size: 16px;
    font-weight: 500;
    line-height: 24px;
    text-decoration: none;
    transition: color .3s ease, background-color .3s ease;
}

.ait-legacy-button + .ait-legacy-button {
    margin-left: 25px;
}

.ait-legacy-button::before {
    position: absolute;
    z-index: -1;
    left: 8px;
    bottom: -8px;
    width: 100%;
    height: 100%;
    border: 2px dashed currentcolor;
    border-radius: 6px;
    content: "";
    transition: transform .5s ease, opacity .3s ease;
}

.ait-legacy-button:hover::before,
.ait-legacy-button:focus-visible::before {
    opacity: 0;
    transform: translate3d(-8px, -8px, 0);
}

.ait-legacy-button svg {
    flex: 0 0 20px;
    width: 20px;
    height: 20px;
    margin: -2px 10px 0;
    fill: currentcolor;
}

.ait-legacy-button--red {
    color: #fff;
    background: #fc3737;
}

.ait-legacy-button--red:hover,
.ait-legacy-button--red:focus-visible {
    color: #fff;
    background: #ea2e2e;
}

.ait-legacy-button--white {
    color: #ff3838;
    background: #fff;
}

.ait-legacy-button--white:hover,
.ait-legacy-button--white:focus-visible {
    color: #ff3838;
    background: #f5f5f5;
}

.ait-home-hero__visual {
    position: relative;
    min-width: 0;
    padding: 10px;
    overflow: visible;
}

.ait-home-hero__visual img,
.ait-home-hero__music {
    display: block;
    max-width: 100%;
    height: auto;
    pointer-events: none;
    user-select: none;
}

.ait-home-hero__shape-widget {
    position: relative;
    margin: 0 -120px 0 0;
}

.ait-home-hero__shape-wrap,
.ait-home-hero__shape {
    width: 100%;
}

.ait-home-hero__shape-wrap {
    animation: ait-parent-morphine 15s linear infinite alternate forwards;
}

.ait-home-hero__shape {
    border-radius: 100%;
    animation: ait-morphine 15s linear infinite alternate forwards;
}

.ait-home-hero__dots-widget,
.ait-home-hero__people-widget,
.ait-home-hero__line-widget {
    position: absolute;
}

.ait-home-hero__dots-widget {
    z-index: 1;
    top: 31px;
    left: 5px;
    width: 40%;
}

.ait-home-hero__people-widget {
    z-index: 3;
    bottom: 87.996px;
    left: 9.992px;
    width: 96%;
}

.ait-home-hero__people-inner {
    margin: 0 0 0 20px;
}

.ait-home-hero__line-widget {
    z-index: 4;
    top: 120px;
    right: -186.1px;
    width: 69px;
}

.ait-home-hero__music {
    position: absolute;
    z-index: 3;
    right: 70px;
    bottom: -125px;
    width: 29px;
    max-width: none;
}

@keyframes ait-parent-morphine {
    0%, 100% { border-radius: 46% 54% 50% 50% / 35% 61% 39% 65%; }
    14% { border-radius: 63% 37% 54% 46% / 55% 48% 52% 45%; }
    28% { border-radius: 61% 39% 67% 33% / 70% 50% 50% 30%; }
    42% { border-radius: 61% 39% 55% 45% / 61% 38% 62% 39%; }
    56% { border-radius: 54% 46% 38% 62% / 49% 70% 30% 51%; }
    70% { border-radius: 50% 50% 34% 66% / 56% 68% 32% 44%; }
    84% { border-radius: 63% 37% 54% 46% / 55% 48% 52% 45%; }
}

@keyframes ait-morphine {
    0%, 100% { border-radius: 46% 54% 50% 50% / 35% 61% 39% 65%; }
    14% { border-radius: 63% 37% 54% 46% / 55% 48% 52% 45%; }
    28% { border-radius: 61% 39% 67% 33% / 70% 50% 50% 30%; }
    42% { border-radius: 61% 39% 55% 45% / 61% 38% 62% 39%; }
    56% { border-radius: 54% 46% 38% 62% / 49% 70% 30% 51%; }
    70% { border-radius: 50% 50% 34% 66% / 56% 68% 32% 44%; }
    84% { border-radius: 63% 37% 54% 46% / 55% 48% 52% 45%; }
}

@media (max-width: 1024px) {
    .ait-home-header__topbar {
        padding-inline: 20px;
    }

    .ait-home-header__main-left {
        flex: 1 1 100%;
        padding: 10px 30px 10px 10px;
    }

    .ait-home-header__logo img {
        max-height: 45px;
    }

    .ait-home-header__nav > ul > li > a {
        min-height: 52px;
        padding: 14px 10px;
    }

    .ait-home-header__nav > ul > li.is-current > a::before {
        top: 5px;
        bottom: 5px;
    }

    .ait-home-header__nav > ul > li {
        margin-right: 10px;
    }

    .ait-home-header__tools {
        display: none;
    }

    .ait-home-hero {
        padding: 140px 15px 50px;
    }

    .ait-home-hero__watermark {
        font-size: 111px;
    }

    .ait-home-hero__copy {
        width: 100%;
        max-width: 100%;
    }

    .ait-home-hero__eyebrow {
        font-size: 20px;
    }

    .ait-home-hero__title {
        font-size: 35px;
        line-height: 45px;
    }

    .ait-home-hero__actions {
        flex-direction: column;
    }

    .ait-legacy-button,
    .ait-legacy-button + .ait-legacy-button {
        width: 100%;
        margin-left: 0;
    }

    .ait-legacy-button + .ait-legacy-button {
        margin-top: 35px;
    }

    .ait-home-hero__music {
        bottom: -100px;
    }
}

@media (max-width: 767px) {
    .ait-home-header__topbar,
    .ait-home-header__nav,
    .ait-home-header__tools {
        display: none;
    }

    .ait-home-header__main {
        min-height: 80px;
        padding: 0 15px;
    }

    .ait-home-header__main-left {
        flex: 1 1 auto;
        padding: 10px 0;
    }

    .ait-home-header__mobile-menu {
        position: relative;
        display: block;
        margin-left: auto;
    }

    .ait-home-header__mobile-menu summary {
        display: grid;
        width: 44px;
        height: 44px;
        padding: 10px;
        cursor: pointer;
        list-style: none;
    }

    .ait-home-header__mobile-menu summary::-webkit-details-marker {
        display: none;
    }

    .ait-home-header__mobile-menu summary span {
        display: block;
        height: 2px;
        margin-block: 2px;
        background: #fff;
    }

    .ait-home-header__mobile-menu nav {
        position: absolute;
        top: 50px;
        right: 0;
        display: grid;
        width: 235px;
        padding: 12px;
        border-radius: 6px;
        background: #132241;
        box-shadow: 0 12px 35px rgb(0 0 0 / 18%);
    }

    .ait-home-header__mobile-menu nav a {
        padding: 10px;
        color: #fff;
        font-size: 16px;
        font-weight: 600;
    }

    .ait-home-hero {
        padding: 80px 0 50px;
    }

    .ait-home-hero__container {
        grid-template-columns: 100%;
        width: min(100%, 767px);
    }

    .ait-home-hero__watermark {
        font-size: 111px;
    }

    .ait-home-hero__copy-column {
        order: 2;
        padding: 10px 15px;
    }

    .ait-home-hero__visual {
        order: 1;
    }

    .ait-home-hero__description {
        padding-right: 0;
    }

    .ait-home-hero__shape-widget {
        margin-right: -45px;
    }

    .ait-home-hero__people-widget {
        bottom: 19%;
        left: -11px;
        width: 93%;
    }

    .ait-home-hero__people-inner {
        margin-left: 0;
    }

    .ait-legacy-button {
        min-height: 54px;
        padding: 15px 15px 15px 24px;
    }

    .ait-legacy-button + .ait-legacy-button {
        margin-top: 25px;
    }

    .ait-legacy-button::before {
        bottom: -3px;
        height: 80%;
    }
}

@media (prefers-reduced-motion: reduce) {
    .ait-home-hero__shape-wrap,
    .ait-home-hero__shape {
        animation: none;
    }
}

/* AIT_HOME_FINISHING_FIX_V2
 * Preserve the original two-layer button and keep the complete home header visible.
 */
.ait-home-header-slot {
    position: absolute !important;
    z-index: 999;
    top: 0;
    right: 0;
    left: 0;
    display: block;
    width: 100%;
    height: auto;
    margin: 0 !important;
    overflow: visible !important;
}

.ait-home-header-slot > .ait-header--home {
    position: relative !important;
    top: auto;
    right: auto;
    bottom: auto;
    left: auto;
    display: block;
    width: 100%;
    height: auto;
    margin: 0;
    overflow: visible;
}

.ait-home-header__topbar {
    min-height: 49px;
    height: 49px;
    overflow: visible;
}

.ait-legacy-button {
    min-height: 0;
    padding: 0;
    border-radius: 0;
    background: transparent !important;
    overflow: visible;
    isolation: isolate;
}

.ait-legacy-button::before {
    z-index: 0;
    pointer-events: none;
}

.ait-legacy-button__face {
    position: relative;
    z-index: 1;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 64px;
    padding: 20px 25px 20px 36px;
    border-radius: 5px;
    box-sizing: border-box;
    transition: background-color .3s ease;
}

.ait-legacy-button--red .ait-legacy-button__face {
    background: #fc3737;
}

.ait-legacy-button--red:hover .ait-legacy-button__face,
.ait-legacy-button--red:focus-visible .ait-legacy-button__face {
    background: #ea2e2e;
}

.ait-legacy-button--white .ait-legacy-button__face {
    background: #fff;
}

.ait-legacy-button--white:hover .ait-legacy-button__face,
.ait-legacy-button--white:focus-visible .ait-legacy-button__face {
    background: #f5f5f5;
}

.ait-legacy-button svg {
    flex: 0 0 20px;
}

@media (max-width: 1024px) {
    .ait-legacy-button__face {
        width: 100%;
    }
}

@media (max-width: 767px) {
    .ait-legacy-button__face {
        min-height: 54px;
        padding: 15px 15px 15px 24px;
    }
}


/* AIT_ADMIN_BAR_HEADER_OFFSET
 * Keeps the absolute home header below the WordPress admin bar.
 */
body.admin-bar .ait-home-header-slot {
    top: 32px !important;
}

@media screen and (max-width: 782px) {
    body.admin-bar .ait-home-header-slot {
        top: 46px !important;
    }
}

/* AIT_HOME_STICKY_HEADER
 * Original Tekone behavior: the complete header height is the activation
 * threshold, the top toolbar disappears, and the navigation row is fixed.
 */
.ait-home-header-slot.sticky {
    position: fixed !important;
    z-index: 9999;
    top: 0 !important;
    right: 0;
    left: 0;
    width: 100%;
    backface-visibility: hidden;
    animation: ait-home-sticky-enter .5s forwards;
}

.ait-home-header-slot.sticky > .ait-header--home {
    background: #152445 !important;
}

.ait-home-header-slot.sticky .ait-home-header__topbar {
    display: none;
}

.ait-home-header-slot.sticky .ait-home-header__logo img {
    max-height: 40px !important;
}

@keyframes ait-home-sticky-enter {
    0% {
        transform: translateY(-40px);
    }

    100% {
        transform: translateY(0);
    }
}

body.admin-bar .ait-home-header-slot.sticky {
    top: 32px !important;
}

@media screen and (max-width: 782px) {
    body.admin-bar .ait-home-header-slot.sticky {
        top: 46px !important;
    }
}

@media (prefers-reduced-motion: reduce) {
    .ait-home-header-slot.sticky {
        animation: none;
    }
}
/* AIT_HOME_HERO_MOBILE_PRIMARY_LABEL
 * Keep only the hero primary CTA label on one line at 320px.
 */
@media (max-width: 360px) {
    .ait-home-hero__actions .ait-legacy-button--red .ait-legacy-button__face {
        justify-content: space-between;
        padding-right: 10px;
        padding-left: 14px;
    }

    .ait-home-hero__actions .ait-legacy-button--red .ait-legacy-button__face > span {
        white-space: nowrap;
    }

    .ait-home-hero__actions .ait-legacy-button--red svg {
        margin-right: 0;
        margin-left: 8px;
    }
}
