@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;
    height: 100%;
    width: 100%;
    background: #EEF5F6;
}

.container {
    display: flex;
    justify-content: space-between;
    gap: 20px;
    margin-right: 50px;
}

.blue-box {
    display: flex;
    width: 706.447px;
    height: 741.247px;
    padding: 50px 50px 50px 80px;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    gap: 8.7px;
    border-radius: 0 0 139.438px 0;
    background: linear-gradient(153deg, #002144 0.59%, #08386B 104.75%);
}

.blue-box img {
    width: 95px;
    height: 60px;
    padding-top: 100px;
    padding-bottom: 40px;
}

.blue-box h1 {
    color: #31ADE6;
    font-family: Geist;
    font-size: 42px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
}

.blue-box p {
    color: #FEFEFE;
    /* Body text - dark */
    font-family: Geist;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    width: 520px;
}

.form-box{
    width: 539px;
    min-width: 200px;
}

.form-box h2{
  /*color: var(--Oxford-Blue, #002144);*/
  font-family: Geist;
  font-size: 40px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
}

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

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

#demo-form label {
    font-family: Geist;
    /*display: flex;*/
    margin-bottom: 10px;
}

input[type="text"], input[type="email"] {
    width: 100%;
    padding: 12px;
    margin-top: 5px;
    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;
}

label span {
    color: red;
}

input[type="checkbox"] {
    color: #002144;
    font-family: Geist;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

.checkbox-row{
    display: grid;
    grid-template-columns: 20px 1fr;
    column-gap: 10px;
    align-items: start;
}

.checkbox-row label{
    margin: 0;
}

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: 24px;
}

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

.LiNK-distribute {
    margin-left:0 ;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    background: linear-gradient(0deg, #002144 -72.27%, #08386B 100%);
    flex-direction: column;
    padding: 59px 73px;
    margin-top: 80px;
}

.LiNK-distribute h3 {
    margin: 0;
    color: #5ECCFF;
    text-align: center;
    leading-trim: both;
    text-edge: cap;
    font-family: Geist;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: 57px; /* 356.25% */
    letter-spacing: 3.2px;
    text-transform: uppercase;
}

.LiNK-distribute h4 {
    margin:0;
    color: #EEF5F6;
    text-align: center;
    font-family: Geist;
    font-size: 20px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
}

.LiNK-distribute p {
    margin:0;
    width: 1035px;
    color: #627C98;
    text-align: center;
    font-family: Geist;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;

}

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

    .container {
        flex-direction: column;
        margin-left: 0;
    }

    .blue-box {
        display: flex;
        width: 375px;
        height: 432px;
        padding: 48px 24px;
        flex-direction: column;
        justify-content: center;
        align-items: flex-start;
        gap: 32px;
        flex: 1 0 0;
        border-radius: 0 0 75px 0;
        box-sizing: border-box;
    }

    .blue-box h1 {
        color: #31ADE6;
        font-family: Geist;
        font-size: 24px;
        font-style: normal;
        font-weight: 600;
        line-height: normal;
    }

    .blue-box p {
        width: 327px;
        color:#FEFEFE;
        font-family: Geist;
        font-size: 16px;
        font-style: normal;
        font-weight: 400;
        line-height: normal;
    }

    .blue-box img {
        padding: 0;
    }

    .form-box{
        width: 375px;
        gap: 10px;
        align-self: stretch;
        padding: 48px 24px;
        box-sizing: border-box;
    }

    .form-box h2{
        color: #002144;
        font-family: Geist;
        font-size: 24px;
        font-style: normal;
        font-weight: 600;
        line-height: normal;
    }

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

    .Name {
        width: 100%;
    }

    #demo-form label {
        font-size: 14px;
    }

    input[type=text] {
        width: 327px;
        margin-top: 5px;
    }

    input[type=email] {
        width: 327px;
        margin-top: 5px;
    }

    input[type=submit] {
        width: 327px;
        margin-top: 5px;
    }

    .Link-distribute {
        box-sizing: border-box;
        padding: 48px 24px;
    }

    .Link-distribute h3 {
        margin: 0;
        width: 327px;
        color: #5ECCFF;
        text-align: center;
        leading-trim: both;
        text-edge: cap;
        font-family: Geist;
        font-size: 16px;
        font-style: normal;
        font-weight: 600;
        line-height: 57px; /* 356.25% */
        letter-spacing: 3.2px;
        text-transform: uppercase;
    }

    .Link-distribute h4 {
        width: 327px;
        margin: 0;
        text-align: center;
        font-family: Geist;
        font-size: 14px;
        font-style: normal;
        font-weight: 500;
        line-height: normal;
    }

    .Link-distribute p {
        color: #EEF5F6;
        margin-top: 15px;
        width: 327px;
        text-align: center;
        font-family: Geist;
        font-size: 12px;
        font-style: normal;
        font-weight: 400;
        line-height: normal;
    }

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