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

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

.virtual-care h1 {
    margin: 0;
    width: 561px;
    color: #EEF5F6;
    font-family: Geist;
    font-size: 50px;
    font-style: normal;
    font-weight: 600;
    line-height: 57px; /* 114% */
    text-transform: capitalize;
}

.virtual-care h2 {
    width: 561px;
    color: #EEF5F6;
    font-family: Geist;
    font-size: 40px;
    font-style: normal;
    font-weight: 600;
    line-height: 57px; /* 142.5% */
    text-transform: capitalize;
}

.patient-care-integration {
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: start;
    gap: 22px;
    padding: 100px 173px;
}

.integration-header {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: start;
    gap: 34px;
    width: 561px;
    height: 263px;
}

.integration-header h1 {
    margin: 0;
    width: 480px;
    height: 160px;
    color: #002144;
    font-family: Geist;
    font-size: 45px;
    font-style: normal;
    font-weight: 600;
    line-height: 57px;
    /*text-transform: capitalize;*/
}

.integration-header p {
    width: 489px;
    height: 69px;
    color: #002144;
    font-family: Geist;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    padding-left: 10px;
}

.virtual-care-interface {
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: start;
    gap: 64px;
    background: linear-gradient(155deg, #002144 15.58%, #063465 103%);
    padding: 100px 152px;
}

.interface-image {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 593px;
    height: 334px;
}

.interface-texts {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: start;
    gap: 34px;
    width: 443px;
    height: 192px
}

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

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

.insights {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
    padding: 100px 173px;
    gap: 64px;
}

.insights h1 {
    margin-top: 0;
    height: 59px;
    color: #052A53;
    text-align: center;
    font-family: Geist;
    font-size: 45px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
}

.did-you-know-cards {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 32px;
    width: 1114px;
    height: 472px;
}

.did-you-know-card {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.card-info {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    background: linear-gradient(155deg, #002144 15.58%, #063465 103%);
    border-radius: 20px 20px 0 0;
    padding: 10px;
    gap: 32px;
    width: 350px;
    height: 380px;
}

.card-icon {
    display: flex;
    justify-content: start;
    align-items: start;
    width: 286px;
}

.card-icon img {
    padding: 26.672px;
    border-radius: 50.676px;
    background: #0D3766;
}

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

.card-text p {
    margin: 0;
    color: #FFF;
    font-family: Geist;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

.card-text h1 {
    margin: 6px 0;
    color: #FFF;
    font-family: Geist;
    font-size: 48px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
}

.card-source {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
    width: 350px;
    height: 92px;
    padding: 10px;
    border-radius: 0 0 20px 20px;
    background: #EAEBEC;
}

.divider {
    background: #FC5F18;
    height: 2px;
    width: 26px;
}

.card-source p {
    color: #002144;
    text-align: center;
    font-family: Geist;
    font-style: italic;
    font-size: 14px;
    font-weight: 400;
    width: 275px;
    line-height: normal;
}

.request-demo {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 90px 66px 80px 66px;
}

.care-box {
    display: flex;
    padding: 80px 64px;
    flex-direction: column;
    align-items: flex-start;
    gap: 10px;
    align-self: stretch;
    border-radius: 30px;
    background: linear-gradient(90deg, #002144 0%, #0053AA 100%);
    width: 1290px;
}

.engagement {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
    padding: 0 80px 66px;
}

.blue {
    border-radius: 30px;
    background: linear-gradient(90deg, #002144 0%, #0053AA 100%);
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: normal;
    width: 1308px;
    min-width: 100px;
    max-height: 346px;
    padding: 80px 34px;
    text-align: start;
}

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

.blue2 a {
    font-family: Geist;
    font-weight: 500;
    background: #FC5F18;
    text-decoration: none;
    color: white;
    padding: 12px 30px;
    border-radius: 12px;
}

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

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

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

   .virtual-care h1 {
       margin: 0;
       width: 242px;
       font-size: 24px;
       font-style: normal;
       font-weight: 600;
       line-height: normal;
   }

   .virtual-care h2 {
       width: 242px;
       font-size: 18px;
       font-style: normal;
       font-weight: 600;
       line-height: normal;
   }

    .patient-care-integration .integration-header,
    .virtual-care-interface .interface-texts {
        order: 1;
    }

    .patient-care-integration .integration-image,
    .virtual-care-interface .interface-image {
        order: 2;
    }

   .patient-care-integration {
       display: flex;
       flex-direction: column;
       justify-content: center;
       align-items: center;
       text-align: center;
       padding: 48px 24px;
   }

   .integration-header {
       text-align: center;
       width: 327px;
       height: 154px;
       gap: 8px;
   }

   .integration-header h1 {
       margin: 0;
       height: 62px;
       text-align: center;
       width: 327px;
       font-size: 23px;
       font-style: normal;
       font-weight: 600;
       line-height: normal;
   }

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

   .integration-image img {
       width: 327px;
       height: 380px;
   }

   .virtual-care-interface {
       flex-direction: column;
       justify-content: center;
       align-items: center;
       text-align: center;
       padding: 48px 24px;
       gap: 24px;
   }

   .interface-texts {
       width: 327px;
       height: 127px;
       gap: 8px;
   }

   .interface-texts h1 {
       width: 327px;
       margin: 0;
       text-align: center;
       font-size: 24px;
       font-style: normal;
       font-weight: 600;
       line-height: normal;
   }

   .interface-texts p {
       width: 327px;
       margin: 0;
       text-align: center;
       font-size: 16px;
       font-style: normal;
       font-weight: 400;
       line-height: normal;
   }

   .interface-image {
       width: 327px;
       height: 183px;
   }

   .interface-image img {
       width: 327px;
       height: 183px;
       border-radius: 12px;
   }

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

   .insights h1 {
       width: 327px;
       font-size: 24px;
       font-style: normal;
       font-weight: 600;
       line-height: normal;
   }

   .did-you-know-cards {
       flex-direction: column;
       width: 327px;
       height: 1281px;
       gap: 16px;
   }

   .did-you-know-card {
       width: 327px;
       height: 421px;
       align-items: start;
       justify-content: flex-start;
   }

   .card-info {
       width: 327px;
       height: 325px;
       gap: 21px;
       text-align: start;
       align-items: flex-start;
       padding: 24px;
       box-sizing: border-box;
   }

   .card-icon {
       width: 86px;
       align-items: flex-start;
       justify-self: flex-start;
       text-align: start;
   }

   .card-icon img {
       padding: 19px;
       width: 41px;
       height: 41px;
   }

   .card-text {
       width: 279px;
   }

   .card-text p {
       font-size: 14px;
       font-style: normal;
       font-weight: 400;
       line-height: normal;
   }

   .card-text h1 {
       text-align: start;
       font-size: 40px;
       font-style: normal;
       font-weight: 600;
       line-height: normal;
   }

   .card-source {
       width: 327px;
       padding: 0;
   }

   .divider {
       width: 22px;
   }
   .card-source p {
       width: 279px;
       font-size: 12px;
       font-style: normal;
       font-weight: 300;
       line-height: normal;
   }

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

    .blue {
        flex-direction: column;
        box-sizing: border-box;
        width: 327px;
        height: 145px;
        padding: 24px;
        gap: 32px;
    }

    .blue1 {
        width: 279px;
    }

    .blue1 h1 {
        text-align: center;
        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;
    }
}
