@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;
    height: 100%;
}

.contact {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    padding: 100px 72px;
}

.contactus-info {
    display: flex;
    flex-direction: column;
    align-items: start;
    justify-content: start;
    text-align: start;
    width: 645px;
    gap: 20px;
}

.contactus-info h1 {
    margin: 0;
    color: #002144;
    font-family: Geist;
    font-size: 50px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
}

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

.number-email a{
    margin: 0;
    color: #002144;
    font-family: Geist;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

.number-email p {
    margin: 0;
    color: #002144;
    font-family: Geist;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

.contactus-info p {
    margin: 0;
    color: #002144;
    font-family: Geist;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

.contactus-form {
    width: 546px;
    height: 520px;
}

.FN-LN {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    gap: 30px;
    margin-bottom: 17px;
}

.FN-LN > div{
    flex: 1;
}

#form label {
    font-family: Geist;
}

input[type="text"], input[type="email"], select {
    width: 100%;
    padding: 12px;
    display: inline-block;
    border: 1px solid #BFC1C4;
    border-radius: 4px;
    box-sizing: border-box;
    color: #002144;
    font-family: Geist;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    margin-top: 5px;
}

label span {
    color: red;
}

#Message {
    height: 113px;
}

input[type=submit] {
    display: flex;
    width: 170px;
    padding: 12px 32px;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    border-radius: 12px;
    background: #002144;
    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%;
    margin-top: 20px;
}

input[type=submit]:hover {
    cursor: pointer;
}

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

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

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

    .contactus-info {
        width: 327px;
    }

    .contactus-info h1 {
        font-family: Geist;
        font-size: 24px;
        font-style: normal;
        font-weight: 600;
        line-height: normal;
    }

    .number-email a{
        font-size: 16px;
    }

    .number-email p {
        font-size: 16px;
    }

    .contactus-info p {
        font-size: 16px;
    }

    .contactus-form {
        width: 327px;
        height: auto;
    }

    .FN-LN {
        display: flex;
        flex-direction: column;
        align-items: start;
    }

    .Name {
        width: 100%;
    }

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