@import url('fonts.css');

html, body {
    width: 100%;
    height: 100%;
    margin: 0;
    padding: 0;
    font-family: "Roboto", Arial, Helvetica, sans-serif;
}
.site-container {
    max-width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    position: relative;
    -webkit-animation: fadein 4s; /* Safari and Chrome */
    -moz-animation: fadein 4s; /* Firefox */
    -ms-animation: fadein 4s; /* Internet Explorer */
    -o-animation: fadein 4s; /* Opera */
    animation: fadein 4s;
}
.slide-area {
    flex: 1;
}
.slide-area-inner {
    flex: 1;
    display: flex;
    flex-direction: column;
    width: 100%;
    height: 100%;
    align-items: center;
}
.coverpage {
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    background: #2A2565;
    -webkit-animation: fadein 4s; /* Safari and Chrome */
    -moz-animation: fadein 4s; /* Firefox */
    -ms-animation: fadein 4s; /* Internet Explorer */
    -o-animation: fadein 4s; /* Opera */
    animation: fadein 4s;
    justify-content: stretch;
    align-items: center;
}
.header {
    width: 100%;
    padding: 30px;
    box-sizing: border-box;
    max-width: 1500px;
    display: flex;
}
.logo {
    width: 230px;
    padding-right: 25px;
}
.logo a {
    border: none;
}
.page-heading {
    border-left: 1px solid #CFCFCF;
    padding-left: 25px;
}
.page-heading .heading {
    color: #2C2C2C;
    font-size: 1.75rem;
    font-family: "Gilroy", Arial, Helvetica, sans-serif;
    font-weight: 700;
}
.page-heading .sub-heading {
    color: #636466;
    font-size: 1.12rem;
    font-family: "Gilroy", Arial, Helvetica, sans-serif;
    font-weight: 500;
}
.firstpass-platform-capabilities {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    -moz-animation: fadein 4s; /* Firefox */
    -ms-animation: fadein 4s; /* Internet Explorer */
    -o-animation: fadein 4s; /* Opera */
    animation: fadein 4s; 
    overflow: hidden; /* Add this line to hide any overflowing content */
}
.firstpass-platform-capabilities img {
    height: 90%;
    object-fit: contain;
    display: block; /* Ensures no extra spaces beneath the image */
    margin: 0 auto;
}
.pre-visit {
    -webkit-animation: fadein 4s; /* Safari and Chrome */
    -moz-animation: fadein 4s; /* Firefox */
    -ms-animation: fadein 4s; /* Internet Explorer */
    -o-animation: fadein 4s; /* Opera */
    animation: fadein 4s;
}


.interactive-channels-columns .col-sm-6 {
    text-align: center;
    padding: 50px 100px;
}
.interactive-channels-columns button {
    background: #ffffff;
    border: none;
    border-radius: 50px;
    border: 1px solid #B4B4B4;
    width: 200px;
    color: #38383E;
}
.content-area {
    flex:1;
    display: flex;
    align-items: center;
    max-width: 1500px;
    position: relative;
    width: 100%;
}
.content-left {
    font-family: 'Gilroy', Arial, Helvetica, sans-serif;
 }
.content-left h1 {
    font-size: 70px;
    color: #ffffff;
    text-align: right;
    font-weight: bold;
}
.content-left h1 .light-font {
    font-weight: 300;
}
.content-left h1 .color-font {
    color:#4074FC
}
.content-right {
    height: 100%;
    width: 50%;
    overflow: hidden; /* Ensure the image doesn't overflow */
    display: flex; /* Use flexbox for alignment */
    align-items: center; /* Center vertically */
    justify-content: center; /* Center horizontally */
}
/* .content-right img {
    max-width: 100%;
    max-height: 100%;
    width: auto;
    height: auto;
    object-fit: contain;
} */
.footer-area {
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 12px;
    width: 100%;
     box-sizing: border-box;
    max-width: 1500px;
    padding: 6px;
    /* position: fixed;
    bottom: 10px; */
}
.slide-navigation {
    position: fixed;
    bottom: 10px;
    opacity: 0.3;
    transition: 0.3s all;
}
.slide-navigation:hover {
    opacity: 1;
}
.copyright {
    font-weight: 400;
    color: #38383E;
    font-family: "Gilroy", Arial, Helvetica, sans-serif;
    width: 100%;
    display: flex;
    justify-content: space-between;
    padding: 0 40px;
}
.prev-button {
    border: none;
    border-radius: 50%;
    margin-right: 8px;
    text-decoration: none;
}
.next-button {
    border: none;
    border-radius: 50%;
    text-decoration: none;
}
.h-100 {
    height: 100%;
}
.h-80 {
    height: 100%;
}
.fp-webaddress {
    font-size: 1.75rem;
    position: absolute;
    right: 30px;
    bottom: 10px;
    color: #ffffff;
}
.blue-heading {
    color: #10BEE5;
    font-size: 1.75rem;
    font-weight: bold;
}
.arrow-tree {
    list-style-type: none;
    padding: 0;
    margin-right: 15px;
}
.arrow-tree li {
    background:#FFFFFF;
    color: #38383E;
    border: 1px solid #CFCFCF;
    border-radius: 8px;
    padding: 10px 15px;
    margin-bottom: 10px;
    font-family: "Roboto", Arial, Helvetica, sans-serif;
    font-size: 0.87rem;
    font-weight: 400;
}
.arrow-tree li:first-child {
    background: #EEFCFF;
    border: none;
    color: #38383E;
}
.arrow-tree li.list-arrow {
    border: none;
    text-align: center;
    padding: 0;
}
.pre-visit-menus {
    display: flex;
}
/* .pre-visit-menus .arrow-tree {
    flex: 1;
    max-width: 20%;
} */
.pre-visit-menus .arrow-tree li:first-child {
    min-height: 60px;
}
.endpoint-columns {
    width: 73%;
}
.endpoint-patient {
    background: url(../images/patient-bg.svg) no-repeat right;
    background-size: cover
}
.endpoint-caregiver{
    background: url(../images/caregiver-bg.svg) no-repeat right;
    background-size: cover
}
.endpoint{
    background: url(../images/endpoint-bg.svg) no-repeat right -60px top 80px;
    background-size: contain; 
}
.endpoint:last-child {
    background: none;
}
.endpoint h2 {
    margin: 10px 0;
    font-size: 1.12rem;
}
.w-80 {
    width: 80%;
}
.two-col-list {
    list-style-type: none;
    padding: 0;
    margin-right: 25px;
    display: flex;
    flex-wrap: wrap;
    margin-top: 20px;
    align-content: center;
}
.two-col-list li {
    background:#FFFFFF;
    color: #38383E;
    border: 1px solid #CFCFCF;
    border-radius: 8px;
    padding: 10px 15px;
    margin-bottom: 10px;
    font-family: "Roboto", Arial, Helvetica, sans-serif;
    font-size: 0.83rem;
    font-weight: 400;
    width: 45%;
    margin-right: 10px;
    text-align: center;
}
.two-col-list li:nth-child(even) {
    margin-right: 0;
}
.two-col-list li:last-child {
    width: 100%;
    margin-right: 20px;
}
.architecture-lists {
    width: 80%;
    margin: 0 auto;
}
.cloud-architecture-lists {
    width: 80%;
    margin: 0 auto;
}
.architecture-lists ul {
    list-style-type: none;
    padding: 0;
}
.smart-module li {
    background: #C8F0ED;
    border: 1px solid #00BCAE;
    color: #233845;
    border-radius: 5px;
    padding: 5px 15px;
    margin-bottom: 10px;
    font-size: 0.8rem;
    text-align: center;
}
.smart-module li:first-child {
    background: #00B1A2;
    color: #ffffff;
}
.ai-module {
    display: flex;
    flex-direction: column;
    justify-content: space-around;
    height: 100%;
}
.ai-module li {
    background: #FFE5D7;
    border: 1px solid #FB8842;
    color: #435059;
    border-radius: 5px;
    padding: 5px 15px;
    margin-bottom: 10px;
    font-size: 0.8rem;
    text-align: center;
}
.ai-module li:first-child {
    background: #FB7D2C;
    color: #ffffff;
}
.integrations {
    display: flex;
    flex-direction: column;
    justify-content: space-around;
}
.integrations h2 {
    font-size: 0.8rem;
    text-align: center;
    color: #ffffff;
    background: #6358F4;
    border-radius: 5px;
    padding: 8px 15px;
}
.integrations ul {
    display: flex;
    flex-wrap: wrap;
    gap: 4%;
    box-sizing: border-box;
}
.integrations ul li {
    width: 22%;
    background: #E0DEFD;
    border: 1px solid #877FF7;
    color: #2D424E;
    border-radius: 5px;
    padding: 5px 15px;
    font-size: 0.8rem;
    text-align: center;
    margin-bottom: 10px;
}
.firstpass-architecture h2 {
    font-size: 1rem;
    text-align: center;
    color: #233845;
    background: #E0DEFD;
    border-radius: 5px;
    padding: 10px 15px;
    border: 1px dashed #877EF6;
}
.core-modules {
    display: flex;
    flex-wrap: wrap;
    gap: 1%;
    box-sizing: border-box;
}
.core-modules li {
    width: 19%;
    background: #F8D5F5;
    border: 1px solid #D94CD5;
    color: #5B6072;
    border-radius: 5px;
    padding: 5px 15px;
    font-size: 0.8rem;
    text-align: center;
    margin-bottom: 10px;
}
.devices li {
    background: #CFE8F7;
    border: 1px solid #25A2E0;
    color: #324753;
    border-radius: 5px;
    padding: 5px 15px;
    font-size: 0.8rem;
    text-align: center;
    margin-bottom: 10px;
}
.devices li:first-child {
    background: #008AD9;
    color: #ffffff;
}
.ar-services li {
    background: #FFF3D3;
    border: 1px solid #FFC42F;
    color: #5D6769;
    border-radius: 5px;
    padding: 5px 15px;
    font-size: 0.8rem;
    text-align: center;
    margin-bottom: 10px;
}
.ar-services li:first-child {
    background: #FFC11D;
    color: #233845;
}
.ar-security li {
    background: #E2E8ED;
    border: 1px solid #A2B5C0;
    color: #4A5B66;
    border-radius: 5px;
    padding: 5px 15px;
    font-size: 0.8rem;
    text-align: center;
    margin-bottom: 10px;
}
.ar-security li:first-child {
    background: #455D6B;
    color: #ffffff;
}
.cloud-architecture-lists .dashed-heading {
    background: #D6E7F7;
    border: 1px dashed #4999E0;
    color: #2E3C49;
    border-radius: 50px;
    font-size: 1rem;
    text-align: center;
    padding: 8px 20px;
}
.cloud-architecture-lists .solid-heading {
    background: #D6E7F7;
    border: 1px solid #4999E0;
    color: #2E3C49;
    border-radius: 50px;
    font-size: 1rem;
    text-align: center;
    padding: 8px 20px;
}
.fp-connect-main {
    list-style-type: none;
    padding: 0;
    display: flex;
    gap: 2.66%;
}
.fp-connect-main li {
    background: #ffffff;
    color: #2F3F4C;
    border-radius: 30px;
    border: 1px solid #C7D1DB;
    padding: 8px;
    font-size: 0.8rem;
    width: 23%;
    text-align: center;
}
.fp-infra-config {
    list-style-type: none;
    padding:0;
}
.fp-infra-config li {
    background: #ffffff;
    color: #2F3F4C;
    border-radius: 30px;
    border: 1px solid #C7D1DB;
    padding: 8px 15px;
    font-size: 0.8rem;
    text-align: center;
    margin-bottom: 10px;
}
.fp-core .core {
    background: #6658F5;
    color: #ffffff;
    border-radius: 50px;
    font-size: 1rem;
    text-align: center;
    padding: 8px 20px;
}
.fp-core .fas {
    background: #207868;
    color: #ffffff;
    border-radius: 50px;
    font-size: 1rem;
    text-align: center;
    padding: 8px 20px;
}
.fp-core-list {
    list-style-type: none;
    padding: 0;
    display: flex;
    flex-wrap: wrap;
    gap: 2%;
}
.fp-core-list li {
    background: #D6E7F7;
    color: #30404D;
    border-radius: 30px;
    border: 1px solid #56A0E1;
    padding: 8px;
    font-size: 0.8rem;
    width: 48%;
    text-align: center;
    margin-bottom: 10px;
}
.fp-core-list li:last-child {
    margin: 0 auto;
}
.fp-fas-list {
    list-style-type: none;
    padding: 0;
    display: flex;
    flex-wrap: wrap;
    gap: 2%;
}
.fp-fas-list li {
    background: #D1EFED;
    color: #334350;
    border-radius: 30px;
    border: 1px solid #1CAF9F;
    padding: 8px 6px;
    font-size: 0.7rem;
    width: 32%;
    text-align: center;
    margin-bottom: 10px;
}
.fp-fas-list li:last-child {
    margin: 0 auto;
}
.thankyou {
    width: 80%;
    margin: 0 auto;
}
.thankyou h1 {
    font-size: 4rem;
    font-family: "Gilroy", Arial, Helvetica, sans-serif;
    font-weight: bold;
}
.thankyou .blue {
    color: #4074FC;
}
.mt-25 {
    margin-top: 22px;
}
.mt-35 {
    margin-top: 45px;
}
@keyframes fadein {
    from { opacity: 0; }
    to   { opacity: 1; }
}

@media screen and (max-width: 567px) {
    .header {
        flex-direction: column;
    }
    .pre-visit-menus {
        flex-wrap: wrap;
    }
    .architecture-lists {
        width: 100%;
    }
    .integrations ul li, .core-modules li {
        width: 48%;
    }
    .endpoint-columns {
        width: 100%;
    }
    .pre-visit .px-5 {
        padding-right: 0 !important;
        padding-left: 0 !important;
    }
    .content-left h1 {
        font-size: 36px;
        padding-right: 20px;
    }
    .page-heading .heading {
        font-size: 1.1rem;
    }
    .page-heading {
        border-left: none;
        padding-left: 0;
        margin-top: 12px;
    }
    .page-heading .sub-heading {
        font-size: 0.7rem;
        margin-top: 10px;
    }
    .endpoint {
        background: none;
        border: 1px solid #cccccc;
    }
    .two-col-list {
        justify-content: center;
        margin: 15px 0 15px 0
    }
    .endpoint { 
        margin-top: 15px;
        border-radius: 8px;
        padding: 20px 0;
    }
    .two-col-list li:last-child {
        margin: 0 10px;
    }
    .arrow-tree {
        width: 100%;
    }
    .blue-heading {
        font-size: 1.3rem;
    }
    .fp-connect-main {
        flex-direction: column;
    }
    .fp-connect-main li {
        width: 100%;
    }
    .fp-fas-list {
        gap: 2%;
    }
    .fp-fas-list li {
        width: 48%;
    }
    .cloud-architecture-lists {
        width: 95%;
    }
    .interactive-channels-columns .col-sm-6 {
        padding: 10px;
    }
    .coverpage .content-area {
        align-items: flex-start;
    }
    .coverpage .content-right {
        width: 100%;
    }
    .fp-webaddress {
        font-size: 0.8rem;
    }
    .header img {
        width: 100px;
    }
    .footer-area {
        font-size: 10px;
    }
    .copyright {
        padding: 10px;
    }
    .thankyou .col-sm-5 {
        justify-content: center;
    }
    .thankyou h1 {
        font-size: 2.5rem;
    }
    .coverpage .row {
        height: 100%;
    }
    .coverpage .row .col-sm-6:first-child {
        height: 50vw;
    }
    .content-left {
        display: flex;
        align-items: center;
        justify-content: flex-end;
    }
}

@media screen and (min-width: 568px) and (max-width: 1024px) {
    .endpoint-columns {
        width:100%
    }
    .content-left {
        display: flex;
        align-items: center;
        justify-content: flex-end;
    }
    .content-left h1 {
        font-size: 2.2rem;
    }
}
@media screen and (min-width: 1400px) {
    .endpoint-columns {
        padding-top: 100px;
    }
}
