@import url('https://fonts.cdnfonts.com/css/geist');

header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    /*width: 1448px;*/
    height: 44px;
    padding: 20px 68px;
    font-family: Geist;
}

.headerlogo{
    width: 140px;
    height: 36.52px;
}

.navigation {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 10px;
}

.hamburger-icon {
    display: none;
}

.banner-link {
    text-decoration: underline;
    color: #32ADE6;
}

.cross-icon {
    cursor: pointer;
}

.platform-cta a {
    width: 139px;
    height: 40px;
    background: #FC5F18;
    border-radius: 8px;
    text-decoration: none;
    font-family: Geist;
    transition: background-color 0.3s ease;
    padding: 10px 20px;
    color: white;
}

.platform-cta a:hover {
    background: #E24C09;
}

header nav a:hover {
    color: #32ADE6;
}

nav a {
    padding: 30px;
    text-decoration: none;
    font-weight: 500;
    color: black;
    font-family: Geist;
    font-size: 20px;
}

.dropdown {
    display: inline;
    position: relative;
    justify-content: center;
    align-items: center;
    text-align: center;
}

.dropdown:hover{
    color: #32ADE6;
}

.dropdown-toggle {
    display: inline;
    padding: 20px;
    text-decoration: none;
    font-weight: 500;
    color: black;
    font-family: Geist;
    align-items: center;
    cursor: pointer;
}

.nav-arrow {
    font-size: 10px;
    margin-left: 4px;
}

.dropdown-toggle:hover {
    color: #32ADE6;
}

.services-dropdown-icon{
    display: inline-block;
    width: 24px;
    height: 24px;
    vertical-align: middle;
    font-family: Geist;
    margin-left: 10px;
}

.dropdown-menu {
    display: none;
    position: absolute;
    top: 100%;
    left: 0;
    background: #FFFFFF;
    width: 208px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.10);
    border-radius: 4px;
    padding: 8px 0;
    z-index: 1000;
}

.dropdown-menu a {
    display: block;
    padding: 6px 16px;
    font-size: 14px;
    font-weight: 400;
    color: black;
    text-decoration: none;
    white-space: nowrap;
}

.dropdown-menu a:hover {
    background: #EEF5F6;
}

.dropdown:hover .dropdown-menu {
    display: block;
}

.dropdown:hover .nav-arrow {
    transform: rotate(180deg);
}

body {
  margin: 0;
  padding: 0;
  background: #EEF5F6;
}

.RTLS {
    background-image: url('../images/rtls-background.png');
    background-size: cover;
    height: 849px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: start;
    text-align: start;
    padding-left: 131px;
}

.RTLS h1 {
    color: #EEF5F6;
    leading-trim: both;
    text-edge: cap;
    font-family: Geist;
    font-size: 50px;
    font-style: normal;
    font-weight: 600;
    line-height: 57px; /* 114% */
    text-transform: capitalize;
    margin: 0;
}

.RTLS h2 {
    color: #EEF5F6;
    leading-trim: both;
    text-edge: cap;
    font-family: Geist;
    font-size: 40px;
    font-style: normal;
    font-weight: 600;
    line-height: 57px; /* 142.5% */
    text-transform: capitalize;
}

.staff-duress {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 50px;
    padding: 100px 100px;
    font-family: Geist;
}

.duress-image img {
    width: 580px;
    height: 370px;
}

.duress-text {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: start;
    text-align: start;
    width: 489px;
}

.duress-text h1 {
    color: #052A53;
    leading-trim: both;
    text-edge: cap;
    font-family: Geist;
    font-size: 45px;
    font-style: normal;
    font-weight: 600;
    line-height: 57px; /* 126.667% */
    text-transform: capitalize;
    margin: 0;
}

.duress-text p {
    color: #052A53;
    font-family: Geist;
    font-size: 20px;
    font-style: normal;
    font-weight: 500;
    line-height: 26px;
}

.duress-text li {
    color: #052A53;
    font-family: Geist;
    font-size: 20px;
    font-style: normal;
    font-weight: 500;
    line-height: 26px;
}

.staff-walking {
    background: #052A53;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 110px;
    padding-bottom: 100px;
    padding-top: 100px;
    font-family: Geist;
    color: white;
}

.assetTracking {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: start;
    text-align: center;
    width: 443px;
}

.assetTracking h1 {
    margin: 0;
    color: #EEF5F6;
    leading-trim: both;
    text-edge: cap;
    font-family: Geist;
    font-size: 45px;
    font-style: normal;
    font-weight: 600;
    line-height: 57px; /* 126.667% */
    text-transform: capitalize;
}

.assetTracking p {
    margin-top: 15px;
    color: #EEF5F6;
    font-family: Geist;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

.assetTracking li {
    margin: 0;
    color: #EEF5F6;
    font-family: Geist;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

.IE {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 110px;
    padding-bottom: 50px;
    padding-top: 100px;
    font-family: Geist;
}

.IE-image img {
    width: 580px;
    height: auto;
}

.tv-image img {
    width: 700px;
    height: 470px;
}

.analytics {
    display: flex;
    align-items: center;
    justify-content: center;
    padding-bottom: 50px;
    padding-top: 100px;
    font-family: Geist;
}

.engagement {
    display: flex;
    padding: 80px 66px;
    flex-direction: column;
    align-items: flex-start;
    gap: 10px;
    align-self: stretch;
}

.blue {
    display: flex;
    padding: 104px 65px 104px 64px;
    justify-content: center;
    align-items: center;
    align-self: stretch;
    border-radius: 30px;
    background: linear-gradient(90deg, #002144 0%, #0053AA 100%);
}

.demo-info {
    display: flex;
    width: 1179px;
    justify-content: space-between;
    align-items: center;
}

.blue1 h1{
    width: 594px;
    color: #FFF;
    font-family: Geist;
    font-size: 42px;
    font-style: normal;
    font-weight: 600;
    line-height: 57.2px; /* 136.19% */
    letter-spacing: -1.2px;
}

.blue1 p {
    color: #E6E9EC;
    font-family: Geist;
    font-size: 28px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    letter-spacing: -1.2px;
    width: 594px;
}

.blue2 a {
    background: #FC5F18;
    padding: 12px 24px;
    border-radius: 12px;
    color: #FFF;
    text-align: center;
    font-feature-settings: 'cv01' on, 'cv03' on, 'cv04' on;
    font-family: Inter;
    font-size: 20.967px;
    font-style: normal;
    font-weight: 600;
    line-height: 145%;
    text-decoration: none;
}

.blue2 a:hover {
    background: #E24C09;
}

footer {
    width: 100%;
    height: 319px;
    flex-direction: column;
}

.footer-content {
    background: #00254C;
    width: 100%;
    height: 231px;
    display: flex;
    padding: 51px 87px;
    box-sizing: border-box;
    justify-content: space-between;
    align-items: center;
    align-self: stretch;
}

.footer-logo {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 247px;
    height: 65px;
}

.footer-links {
    display: flex;
    align-items: flex-start;
    gap: 50px;
}

.footer-links-item {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 10px;
}

.footer-links-item h1 {
    margin: 0;
    color: #BFC1C4;
    font-family: Geist;
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}

.footer-links-item a {
    margin: 0;
    color: #BFC1C4;
    font-family: Geist;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    text-decoration: none;
}

.footer-links-item p {
    margin: 0;
    color: #BFC1C4;
    font-family: Geist;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
}

.link-one p {
    color: #BFC1C4;
    margin: 0;
    font-family: Geist;
    font-size: 20px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
}

.footer-bottom {
    width: 100%;
    height: 88px;
    border-top: 1px solid transparent;
    border-image: linear-gradient(90deg, #002144 0%, #1274DD 50%, #002144 100%) 1;
    background: #002144;
    display: flex;
    height: 88px;
    justify-content: center;
    align-items: center;
    gap: 468px;
    align-self: stretch;
}

.link-one {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 340px;
}

@media (max-width: 480px) {
    header {
        display: flex;
        padding:  12px 24px 12px 24px;
        justify-content: space-between;
        align-items: center;
        align-self: stretch;
        position: relative;
        z-index: 999;
    }

    .hamburger-icon {
        display: flex;
        cursor: pointer;
    }

    :root {
        --mobile-header-h: 68px
    }

    body::before {
        content: "";
        position: fixed;
        top: var(--mobile-header-h);
        left: 0;
        right: 0;
        bottom: 0;
        background: rgba(0, 0, 0, 0.45);
        opacity: 0;
        pointer-events: none;
        transition: opacity 200ms ease;
        z-index: 998;
    }

    body.nav-open::before {
        opacity: 1;
        pointer-events: auto;
    }

    .navigation {
        flex-direction: column;
        position: absolute;
        justify-content: center;
        align-items: start;
        text-align: start;
        top: 100%;
        left: 0;
        right: 0;
        z-index: 999;
        background: #fff;
        padding: 16px 24px 20px;
        gap: 16px;
        border-top: 1px solid #EEF5F6;
        box-shadow: 0 12px 24px rgba(0,0,0,0.12);
        transform: translateY(-12px);
        opacity: 0;
        pointer-events: none;
        transition: transform 200ms ease, opacity 200ms ease;
    }

    body.nav-open .navigation {
        transform: translateY(0);
        opacity: 1;
        pointer-events: auto;
    }

    .dropdown-toggle {
        padding-left: 0;
    }

    nav {
        display: flex;
        flex-direction: column;
        gap: 14px;
    }

    nav a {
        padding: 0;
        font-size: 18px;
    }

    .platform-cta a {
        display: block;
        width: 327px;
        text-align: center;
        box-sizing: border-box;
    }

    .dropdown-menu {
        position: static;
        width: 100%;
        box-shadow: none;
        border-radius: 0;
        padding: 8px 0 0;
        display: none;
    }

    .dropdown.open .dropdown-menu {
        display: block;
        text-align: start;
        align-items: flex-start;
    }

    .dropdown-toggle {
        display: flex;
        align-items: flex-start;
        justify-content: space-between;
        padding: 0;
    }

    .dropdown.open .services-dropdown-icon {
        transform: rotate(180deg);
    }

    .services-dropdown-icon {
        transition: transform 200ms ease;
    }

    .dropdown:hover .dropdown-menu {
        display: none;
    }

    .dropdown.open .dropdown-menu {
        display: block !important;
    }

    .RTLS {
        padding-left: 24px;
        height: 274px;
    }

    .RTLS h1 {
        margin: 0;
        font-size: 24px;
        font-style: normal;
        font-weight: 600;
        line-height: normal;
    }
    .RTLS h2 {
        font-size: 18px;
        font-style: normal;
        font-weight: 600;
        line-height: normal;
    }

    .staff-duress .duress-text,
    .staff-walking .assetTracking {
        order: 1;
    }

    .staff-duress .duress-image,
    .staff-walking .duress-image {
        order: 2;
    }

    .staff-duress, .staff-walking,
    .IE, .analytics {
        flex-direction: column;
        padding: 48px;
        gap: 24px;
    }

    .duress-text, .assetTracking {
        width: 327px;
    }

    .duress-text h1, .assetTracking h1 {
        width: 327px;
        text-align: center;
        font-size: 24px;
        font-style: normal;
        font-weight: 600;
        line-height: normal;
    }

    .duress-text p, .assetTracking p {
        text-align: center;
        font-size: 16px;
        font-style: normal;
        font-weight: 400;
        line-height: normal;
    }

    .duress-text li, .assetTracking li {
        font-size: 16px;
        font-style: normal;
        font-weight: 400;
        line-height: normal;
    }

    .duress-image img {
        width: 327px;
        height: 218px;
        border-radius: 8px;
    }

    .engagement {
        padding: 0 24px 48px 24px;
    }

    .blue {
        box-sizing: border-box;
        width: 327px;
        height: 215px;
        padding: 24px;
    }

    .demo-info {
        display: flex;
        flex-direction: column;
        text-align: center;
        gap: 20px;
    }

    .blue1 {
        width: 279px;
    }

    .blue1 h1 {
        width: 279px;
        font-size: 24px;
        font-style: normal;
        font-weight: 600;
        line-height: 33.6px;
        margin: 0;
    }

    .blue1 p {
        width: 279px;
        font-size: 16px;
        font-style: normal;
        font-weight: 400;
        line-height: 24px;
        margin: 0;
    }

    .blue2 a {
        padding: 12px 80px;
        white-space: nowrap;
        font-size: 14px;
        font-style: normal;
        font-weight: 600;
        line-height: 21px;
    }

    .footer-content {
        box-sizing: border-box;
        padding: 48px 24px;
        gap: 48px;
        height: 439px;
        flex-direction: column;
        align-items: start;
        justify-items: start;
    }

    .footer-links {
        display: grid;
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .footer-logo {
        width: 97px;
        height: 26px;
    }

    .footer-logo img {
        width: 97px;
        height: 26px;
    }

    .footer-links-item {
        gap: 8px;
    }

    .footer-links-item h1 {
        font-size: 14px;
        font-style: normal;
        font-weight: 600;
        line-height: 21px;
    }

    .footer-links-item a {
        font-size: 12px;
        font-style: normal;
        font-weight: 400;
        line-height: 19.5px;
    }

    .footer-links-item p {
        font-size: 12px;
        font-style: normal;
        font-weight: 400;
        line-height: 19.5px;
    }

    .footer-bottom {
        width: 100%;
    }

    .link-one {
        width: 375px;
    }

    .link-one p {
        font-size: 12px;
        font-style: normal;
        font-weight: 500;
        line-height: normal;
    }
}