@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;
}

.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;
}

.hamburger-icon {
    display: none;
}

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: #FEFEFE;
}

.about-us {
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    gap: 109px;
    padding: 120px 100px;
    background: linear-gradient(106deg, #0D3766 -0.21%, #0074ED 98.45%);
}

.about-header {
    width: 535px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    text-align: start;
    gap: 24px;
}

.about-header h2 {
    margin: 0;
    color: #FFF;
    font-family: Geist;
    font-size: 42px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    padding: 0;
}

.about-header p {
    margin: 0;
    color: #FEFEFE;
    font-family: Geist;
    font-size: 21px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

.our-mission {
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: start;
    gap: 80px;
    /*width: 1060px;*/
    padding: 100px 121px;
}

.mission-text {
    width: 535px;
    text-align: left;
}

.mission-text h3 {
    color: #002144;
    font-family: Geist;
    font-size: 42px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
}

.mission-text p {
    color: #2B4764;
    font-family: Geist;
    font-size: 21px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

.mission-image img {
    height: 300px;
    width: 400px;
}

.experts{
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
    background: #F5F6F7;
    padding: 100px 176px;
    gap: 42px;
}

.experts-header {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
    gap: 16px;
}

.experts-header h2 {
    margin: 0;
    text-align: center;
    font-family: Geist;
    font-size: 45px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    color: #002144;
    width: 924px;
    height: 55px;
}

.experts-header h3 {
    margin: 0;
    color: #2B4764;
    text-align: center;
    font-family: Geist;
    font-size: 28px;
    font-style: normal;
    font-weight: 400;
    width: 924px;
    height: 34px;
}

.experts-divider {
    background: #CFDEE3;
    height: 2px;
    width: 59px;
}

.expert-text {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.expert-text p {
    margin: 10px;
    color: #2B4764;
    text-align: center;
    font-family: Geist;
    font-size: 21px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    width: 852px;
    gap: 10px;
}

.experience {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
    gap: 20px;
    padding: 100px 121px;
    background: #FEFEFE;
}

.experience-text {
    width: 1198px;
}

.experience-description {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: start;
    text-align: start;
}

.experience-description h2 {
    margin: 0;
    color: #002144;
    text-align: center;
    font-family: Geist;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
}

.experience-description p {
    margin-top: 5px;
    color: #2B4764;
    font-family: Geist;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 16.8px;
}

.divider-experience {
    background: #CFECF9;
    height: 2px;
    width: 65px;
    margin-bottom: 40px;
}

.experience-wrapper {
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden;
    width: 1250px;
}

.experience-track {
    flex-shrink: 1;
    display: flex;
    scroll-behavior: smooth;
    overflow-x: auto;
    gap: 20px;
    -ms-overflow-style: none;
    scrollbar-width: none;
    list-style: none;
}

.experience-slide {
    display: flex;
    width: 260px;
    padding: 7.475px 7px 19.525px 8px;
    flex-direction: column;
    align-items: start;
    text-align: start;
    gap: 20px;
    border-radius: 12px;
    border: 1.6px solid #CFECF9;
    background: #F2F9FD;
}

.experience-image {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 245px;
    height: 175px;
    border-radius: 8px;
}

/*.experience-slide h2 {*/
/*    margin: 0;*/
/*    color: #002144;*/
/*    font-family: Geist;*/
/*    font-size: 16px;*/
/*    font-style: normal;*/
/*    font-weight: 600;*/
/*    line-height: normal;*/
/*}*/

/*.experience-text p {*/
/*    margin: 0;*/
/*    color: #2B4764;*/
/*    font-family: Geist;*/
/*    font-size: 14px;*/
/*    font-style: normal;*/
/*    font-weight: 400;*/
/*    line-height: 16.8px;*/
/*}*/

.experience-arrow {
    margin-left: 10px;
    margin-right: 10px;
    background: #C9E9F8;
    border-radius: 20px;
    padding: 10px 15px;
    border: 1px solid #31ADE6;
    outline: none;
    box-shadow: none;
    color: #31ADE6;
    cursor: pointer;
}

.experience-track::-webkit-scrollbar {
    display: none;             /* Chrome, Safari, Edge (WebKit/Blink) */
}

.last p {
    font-weight: bold;
}

.about-footer {
    padding-top: 100px;
    padding-bottom: 100px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
    gap: 30PX;
    background: #32ADE6;
}

.logo img {
    width: 70px;
    height: 62px;
}

.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;
    }

    .headerlogo {
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .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;
    }

    .about-us {
        flex-direction: column;
        padding: 48px 24px;
        gap: 32px;
    }

    .about-us .about-header {
        order: 1
    }

    .about-us .about-us-image {
        order: 2;
    }

    .about-us-image img {
        width: 274px;
        height: 210px;
    }

    .about-header {
        width: 327px;
        gap: 16px;
        text-align: center;
    }

    .about-header h2 {
        width : 327px;
        text-align: center;
        font-size: 24px;
        font-style: normal;
        font-weight: 600;
        line-height: normal;
    }

    .about-header p {
        width : 327px;
        text-align: center;
        font-size: 16px;
        font-style: normal;
        font-weight: 400;
        line-height: normal;
    }

    .our-mission {
        gap: 24px;
        padding: 48px 24px;
        flex-direction: column;
    }

    .mission-text {
        width : 327px;
        text-align: center;
    }

    .mission-text h3 {
        text-align: center;
        font-size: 24px;
        font-style: normal;
        font-weight: 600;
        line-height: normal;
    }

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

    .mission-image img {
        width: 327px;
        height: 168px;

    }

    .experts {
        padding: 48px 24px;
        gap: 24px;
    }

    .experts-header {
        gap: 8px;
    }

    .experts-header h2 {
        width: 327px;
        height: 31px;
        font-size: 24px;
        font-style: normal;
        font-weight: 600;
        line-height: normal;
    }

    .experts-header h3 {
        width: 327px;
        height: 31px;
        font-size: 16px;
        font-style: normal;
        font-weight: 400;
        line-height: normal;
        letter-spacing: 0.16px;
    }

    .experts-divider {
        width: 59px;
    }

    .expert-text p {
        margin: 0;
        font-size: 16px;
        font-style: normal;
        font-weight: 400;
        line-height: normal;
        width: 327px;
        gap: 10px;
    }

    .experience {
        padding: 48px 24px;
        gap: 24px;
    }

    .experience-text {
        width : 327px;
        height: 70px;
    }

    .experience-text h2 {
        text-align: center;
        font-size: 24px;
        font-style: normal;
        font-weight: 600;
        line-height: normal;
    }

    .divider-experience {
        padding: 0;
        margin: 0;
    }

    .experience-arrow {
        display: none;
    }

    .experience-wrapper {
        overflow: visible;
        width: 327px;
    }

    .experience-track {
        width: 327px;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        scroll-behavior: auto;
        gap: 20px;
        padding: 0;
        margin: 0;
    }

    .experience-track::-webkit-scrollbar {
        display: none;
    }

    .experience-slide {
        width: 327px;
        box-sizing: border-box;
        align-items: center;
        justify-content: center;
        padding: 24px;
        gap: 24px;
    }

    .experience-image {
        width: 279px;
    }

    .experience-image img {
        width: 279px;
    }

    .engagement {
        display: flex;
        justify-content: center;
        align-items: center;
        padding: 0 24px 48px 24px;
    }

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

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

    .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;
    }
}
