﻿:root {
    --surface-color: #fafbfc;
    --text-color: #17181e;
    --muted-color: #7c8190;
    --line-color: #e1e4ea;
    --accent-start: #2450c6;
    --accent-end: #1f9fc2;

    --bs-body-font-family: 'Outfit', sans-serif;
    --bs-body-bg: #f2f3f7;
    --bs-body-color: #1c1f2a;
}

.btn {
    --bs-btn-font-size: 1rem;
    --bs-btn-font-weight: 500;
    --bs-btn-padding-y: 0.7rem;
    --bs-btn-padding-x: 2.25rem;
    --bs-btn-border-radius: 0.65rem;
}

.btn-primary {
    --bs-btn-bg: #2450c6;
    --bs-btn-border-color: #2450c6;
    --bs-btn-hover-bg: #1d43a8;
    --bs-btn-hover-border-color: #1d43a8;
    --bs-btn-active-bg: #183789;
    --bs-btn-active-border-color: #183789;
    background-image: linear-gradient(90deg, var(--accent-start) 0%, var(--accent-end) 100%);
    border: 0;
}

.btn-outline-light {
    --bs-btn-color: #ffffff;
    --bs-btn-border-color: #2a5ed6;
    --bs-btn-hover-color: #ffffff;
    --bs-btn-hover-bg: rgba(42, 94, 214, 0.18);
    --bs-btn-hover-border-color: #2a5ed6;
    --bs-btn-active-color: #ffffff;
    --bs-btn-active-bg: rgba(42, 94, 214, 0.32);
    --bs-btn-active-border-color: #2a5ed6;
}

h1 {
    margin: 0;
    font-size: 1.55rem;
    line-height: 1.14;
    font-weight: 600;
    color: var(--text-color);
    text-transform: uppercase;
}

h2 {
    margin: 0;
    font-size: 1.9rem;
    line-height: 1.16;
    font-weight: 700;
    letter-spacing: 0.008em;
    color: var(--text-color);
    text-transform: uppercase;
}

h3 {
    margin: 0;
    font-size: 1.02rem;
    line-height: 1.2;
    font-weight: 700;
    color: var(--text-color);
}

p {
    margin: 0;
    font-size: 0.72rem;
    line-height: 1.42;
    color: var(--muted-color);
}

body {
    margin: 0;
    background: var(--surface-color);
    color: var(--text-color);
    overflow-x: hidden;
}

.pageWidth {
    width: min(75%, 1520px);
    margin: 0 auto;
    padding: 0;
}

img {
    max-width: 100%;
    display: block;
}

.section-heading {
    text-align: center;
    margin-bottom: 2.1rem;
}

.section-subheading {
    text-align: center;
    max-width: 72rem;
    margin: 0 auto 2rem;
    font-size: 0.85rem;
}

@media screen and (min-width: 992px) {
    html {
        font-size: 1.15vw;
    }
}
@media screen and (max-width: 992px) {
    .pageWidth{
        width: 86%;
    }
}

.section-divider {
    border-top: 1px solid var(--line-color);
}
/* =======
==================
   SECTION: Header
========================= */

.header-wrapper {
    background: #ffffff;
    border-bottom: 1px solid var(--line-color);
}

.header .top-navbar .nav-link {
    text-transform: none;
    color: #1c202a;
    font-weight: 600;
    font-size: 0.9rem;
    border-radius: 2rem;
    padding: 0.5rem 1.2rem;
}

.header .top-navbar .nav-link:hover {
    background-color: #f4f6fb;
    color: #1c202a;
}

.header .navbar {
    --bs-navbar-nav-link-padding-x: 0.4rem;
    --bs-navbar-padding-y: 1.05rem;
}

.navbar-toggler,
.navbar-toggler:focus {
    box-shadow: none;
    border: none;
    padding-right: 0;
}

.brand {
    text-decoration: none;
    display: inline-flex;
    align-items: center;
    gap: 0.7rem;
}

.brand img {
    width: 12rem;
    height: auto;
}

.topNavMainSection {
    width: 100%;
    justify-content: center;
}

#navbarContent {
    margin-top: 0.5rem;
}

@media screen and (min-width: 992px) {
    #navbarContent {
        margin-top: 0;
    }
}

/* =========================
   SECTION: Hero
========================= */

.hero-wrapper {
    background:
        radial-gradient(60rem 30rem at 60% 100%, rgba(13, 166, 187, 0.34), rgba(13, 166, 187, 0) 60%),
        linear-gradient(105deg, #00022a 0%, #03093b 55%, #030c2f 100%);
    position: relative;
}

.hero-shell {
    position: relative;
    padding: 2.8rem 0 2.2rem;
}

.hero-content {
    position: relative;
    z-index: 2;
}

.hero-title {
    color: #ffffff;
    margin-bottom: 0.5rem;
}

.hero-subtitle {
    font-size: 1.3rem;
    font-weight: 400;
    line-height: 1.2;
    color: #ffffff;
    margin-bottom: 1.25rem;
    text-transform: none;
}

.hero-content p {
    color: #9ca8c1;
    margin-bottom: 2rem;
    font-size: 0.9rem;
}

.hero-btn {
    min-width: 12.5rem;
    background: transparent;
    font-size: 1rem;
    border: solid 1px #1f4db9;
}

@media screen and (max-width: 992px) {
    .hero-wrapper::before {
        content: '';
        display: block;
        position: absolute;
        width: 100%;
        height: 100%;
        top: 0;
        left: 0;
        background-image: url('../images/hero-bg-1.png');
        background-size: 90% auto;
        background-position: 150% 100%;
        background-repeat: no-repeat;
        z-index: 0;
    }

    .hero-shell {
        overflow: hidden;
        padding: 2.8rem 2rem 1.1rem;
    }
    .pageWidth .hero-shell {
        padding: 0;
        margin: 0 -1.5rem;
    }

    .hero-container-wrapper.hero-container-wrapper-visual{
        /*display: none;*/
    }
    .hero-visual-card {
        border: 1px solid rgba(255, 255, 255, 0.34);
        box-sizing: border-box;
        width: 16rem;
        height: 24rem;
        border-radius: 2.6rem;
        margin: 0 0.8rem;
        display: flex!important;
        flex-direction: column;
        justify-content: space-between;
        float: left;
        transition: transform 1s linear, border-color 1s linear;
    }
    .hero-visual-slider.slick-initialized .hero-visual-card {
        transform: scale(0.9);
        transform-origin: center;
        border-color: rgba(255, 255, 255, 0.34);
    }
    .hero-visual-slider.slick-initialized .hero-visual-card.slick-center{
        transform: scale(1);
        border-color: rgba(255, 255, 255, 0.6);
    }
    .hero-floating-note {
        margin: 0;
        padding: 1rem 1.6rem;
        color: #ffffff;
        font-size: 0.8rem;
        font-weight: 300;
        line-height: 1.28;
        text-align: right;
        margin-bottom: auto;
    }

    .hero-visual-card-bottom {
        margin: 0;
        padding: 0 1.6rem 1.4rem 1.6rem;
        color: #ffffff;
        font-size: 1.25rem;
        font-weight: 400;
        line-height: 1.15;
        text-align: left;
        display: flex;
        align-items: center;
        justify-content: space-between;
    }

    .hero-visual-card-image {
        padding: 0 1.6rem 0.5rem 1.6rem;
        position: relative;
    }
    .hero-visual-card-image img {
        display: block;
        height: 3.8rem;
        max-width: 100%;
        width: auto;
        margin-right: auto;
    }

    .hero-visual-card-bottom span {
        display: block;
        flex-basis: 70%;
    }

    .hero-arrow {
        width: 2.2rem;
        height: 2.2rem;
        display: inline-flex;
        align-items: center;
        justify-content: center;
        border-radius: 50%;
        background: linear-gradient(90deg, #2960d0 0%, #1fa3bf 100%);
        color: #ffffff;
        font-style: normal;
        font-size: 0.9rem;
        text-decoration: none;
    }



}
@media screen and (min-width: 992px) {
    .hero-wrapper {
        background: linear-gradient(180deg, #000032 0%, #10385c 100%);
        height: 34vw;
        position: relative;
    }
    .hero-container-wrapper.hero-container-wrapper-text{
        z-index: 2;
    }
    .hero-wrapper::after {
        content: '';
        display: block;
        position: absolute;
        width: 100%;
        height: 100%;
        top: 0;
        left: 0;
        background-image: url('../images/hero-bg-1.png');
        background-size: auto 90%;
        background-position: 81% 100%;
        background-repeat: no-repeat;
        z-index: 0;
    }

    .hero-wrapper .pageWidth{
        position: relative;
    }

    .hero-container-wrapper{
        position: absolute;
        width: 100%;
        height: 100%;
        top: 0;
        left: 0;
        z-index: 1;
    }
    .hero-container-wrapper.hero-container-wrapper-visual::after{
        content: '';
        display: block;
        position: absolute;
        width: 100%;
        height: 100%;
        top: 0;
        left: 0;
        background: linear-gradient(
                90deg,
                rgba(0, 2, 17, 0.5) 0%,
                rgba(0, 2, 17, 1) 20%,
                rgba(0, 2, 17, 1) 50%,
                rgba(0, 2, 17, 0) 60%,
                rgba(0, 2, 17, 0) 80%,
                rgba(0, 2, 17, 1) 90%,
                rgba(0, 2, 17, 1) 100%
        );
        z-index: 2;
        pointer-events: none;
    }

    .hero-container-wrapper.hero-container-wrapper-text{
        width: 60%;
    }

    .hero-shell {
        padding: 2.8rem 0 1.3rem;
    }

    .hero-content {
        padding: 3rem 0 6rem calc(12.5vw + 3rem);
    }

    .hero-title {
        max-width: 31rem;
    }

    .hero-subtitle {
        max-width: 37rem;
        margin-bottom: 0.8rem;
    }

    .hero-visual-card-wrapper-outer{
        width: 100%;
        position: relative;
        overflow: visible;
    }
    .hero-visual-card-wrapper{
        width: 54rem;
        position: absolute;
        top: 0;
        left: -18rem;
        overflow: hidden;
        padding-bottom: 0.3rem;
    }
    .hero-visual-slider .slick-list{
        overflow: visible;
    }
    .hero-visual-slider .slick-track{
        display: flex;
        align-items: center;
    }
    .hero-visual-slider .slick-slide{
        display: flex;
    }
    .hero-visual-slider .slick-slide > div{
        display: flex;
        justify-content: space-between;
    }
    .hero-visual-card {
        border: 1px solid rgba(255, 255, 255, 0.34);
        box-sizing: border-box;
        width: 16rem;
        height: 24rem;
        border-radius: 2.6rem;
        margin: 0 0.8rem;
        display: flex;
        flex-direction: column;
        justify-content: space-between;
        float: left;
        /*transition: transform 4s linear, border-color 4s linear, color 4s linear;*/
        transition: transform 1s linear, border-color 1s linear;
    }
    .hero-visual-slider.slick-initialized .hero-visual-card {
        transform: scale(0.9);
        transform-origin: center;
        border-color: rgba(255, 255, 255, 0.34);
    }
    .hero-visual-slider.slick-initialized .hero-visual-card.slick-center{
        transform: scale(1);
        border-color: rgba(255, 255, 255, 0.6);
    }
    /*
    .hero-visual-slider.slick-initialized .hero-visual-card * {
        color: rgba(255, 255, 255, 1);
    }
    .hero-visual-slider.slick-initialized .hero-visual-card:not(.slick-center) * {
        color: rgba(255, 255, 255, 0.5);
    }
     */

    .hero-floating-note {
        margin: 0;
        padding: 1rem 1.6rem;
        color: #ffffff;
        font-size: 0.8rem;
        font-weight: 300;
        line-height: 1.28;
        text-align: right;
        margin-bottom: auto;
    }

    .hero-visual-card-bottom {
        margin: 0;
        padding: 0 1.6rem 1.4rem 1.6rem;
        color: #ffffff;
        font-size: 1.25rem;
        font-weight: 400;
        line-height: 1.15;
        text-align: left;
        display: flex;
        align-items: center;
        justify-content: space-between;
    }

    .hero-visual-card-image {
        padding: 0 1.6rem 0.5rem 1.6rem;
        position: relative;
    }
    .hero-visual-card-image img {
        display: block;
        height: 3.8rem;
        max-width: 100%;
        width: auto;
        margin-right: auto;
    }

    .hero-visual-card-bottom span {
        display: block;
        flex-basis: 70%;
    }

    .hero-arrow {
        width: 2.2rem;
        height: 2.2rem;
        display: inline-flex;
        align-items: center;
        justify-content: center;
        border-radius: 50%;
        background: linear-gradient(90deg, #2960d0 0%, #1fa3bf 100%);
        color: #ffffff;
        font-style: normal;
        font-size: 0.9rem;
        text-decoration: none;
    }



}

/* =========================
   SECTION: Industry Strip
========================= */

.industry-strip-wrapper {
    padding: 2.2rem 0 1rem;
}

.industry-card {
    height: 100%;
    text-align: center;
    border-radius: 1.5rem;
    border: 1px solid #f5f5f5;
    background: #ffffff;
    padding: 2.25rem 0.8rem 2.25rem;
}

.industry-card img {
    width: 3rem;
    height: 3rem;
    border-radius: 0.45rem;
    object-fit: contain;
    margin: 0 auto 0.75rem;
}

.industry-card h3 {
    font-size: 0.95rem;
    line-height: 1.1;
    font-weight: 600;
}

/* =========================
   SECTION: Trust
========================= */

.trust-wrapper {
    padding: 0.9rem 0 1rem;
}

.trust-row {
    border-bottom: 1px solid var(--line-color);
    padding: 0.5rem 0 2.1rem;
}

.trust-row h2 {
    text-transform: none;
    text-align: right;
    font-weight: 500;
    font-size: 1.4rem;
    padding-right: 1.65rem;
}

.trust-row p {
    text-align: center;
    font-size: 0.9rem;
    line-height: 1.35;
    margin-top: 1rem;
}
@media screen and (max-width: 992px) {
    .trust-row h2 {
        text-align: center;
    }
    .trust-row h2 br{
        display: none;
    }
    .trust-row p br{
        display: none;
    }
}
@media screen and (min-width: 992px) {
    .trust-row {
        padding: 0 0 2.2rem;
    }

    .trust-row .col-lg-6:last-child {
        border-left: 1px solid var(--line-color);
        padding-left: 2.65rem;
    }

    .trust-row p {
        text-align: left;
        margin-top: 0;
    }
}

/* =========================
   SECTION: Standard
========================= */

.standard-wrapper {
    padding: 1.5rem 0 1.8rem;
}

.standard-card {
    position: relative;
    overflow: hidden;
    min-height: 20rem;
    border-radius: 1.8rem;
    background: linear-gradient(130deg, #081236 0%, #01041f 100%);
    padding: 10rem 1.35rem 1.6rem;
    height: 100%;
}

.standard-card img {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    opacity: 1;
}

.standard-card::before {
    content: '';
    position: absolute;
    inset: 0;
    background: linear-gradient(180deg, rgba(23, 24, 30, 0.1) 0%, rgba(23, 24, 30, 0.9) 60%, rgba(23, 24, 30, 1) 80%);
    z-index: 3;
}

.standard-card-content {
    position: relative;
    z-index: 5;
}

.standard-card h3 {
    color: #ffffff;
    margin-bottom: 0.7rem;
    font-size: 1.05rem;
    line-height: 1.08;
    font-weight: 500;
}

.standard-card p {
    color: rgba(226, 230, 242, 0.86);
    line-height: 1.42;
    font-size: 0.75rem;
}

/* =========================
   SECTION: Ecosystem
========================= */

.ecosystem-wrapper {
    padding: 1.1rem 0 3.2rem;
}

.ecosystem-wrapper .section-heading {
    margin-bottom: 2.35rem;
}

.ecosystem-card {
    height: 100%;
    border-radius: 1.7rem;

    border: 1px solid #e9e9e9;
    background: #fafbfc;

    padding: 2rem 1.5rem 1.5rem;
}

.ecosystem-card img {
    width: 3.15rem;
    height: 3.15rem;
    border-radius: 0.5rem;
    margin-bottom: 1.1rem;
    object-fit: contain;
}

.ecosystem-card h3 {
    margin-bottom: 0.6rem;
    font-size: 0.98rem;
    line-height: 1.1;
    font-weight: 600;
}

.ecosystem-card p {
    font-size: 0.8rem;
    line-height: 1.35;
}
@media screen and (max-width: 992px) {
    .ecosystem-card {
        display: flex;
        gap: 1rem;
    }
}

/* =========================
   SECTION: Platform
========================= */

.platform-wrapper {
    padding: 2.8rem 0 3.5rem;
}

.platform-card {
    border-radius: 1.7rem;
    background: linear-gradient(30deg, #05224c 0%, #000321 100%);
    border: 1px solid rgba(61, 95, 183, 0.45);
    text-align: center;
    min-height: 100%;
    padding: 2.35rem 1.5rem;
}

.platform-card.middle {
    background: linear-gradient(-50deg, #183f66 0%, #05224c 35%, #02052a 100%);
}

.platform-card h3 {
    color: #ffffff;
    margin-bottom: 0.8rem;
    text-transform: uppercase;
    font-size: 1.25rem;
    font-weight: 500;
}

.platform-card p {
    color: rgba(226, 230, 242, 0.7);
    font-size: 0.85rem;
    line-height: 1.36;
    font-weight: 300;
}

/* =========================
   SECTION: Applications
========================= */

.applications-wrapper {
    padding: 1rem 0 3.4rem;
}

.applications-grid {
    position: relative;
}

.application-copy {
    margin-bottom: 2rem;
}

.application-copy h3 {
    font-size: 1.1rem;
    margin-bottom: 0.8rem;
    line-height: 1.1;
}

.application-copy p {
    font-size: 0.78rem;
    line-height: 1.35;
}

.applications-visual {
    position: relative;
    min-height: 30rem;
}

.applications-rings {
    position: absolute;
    inset: 3rem 2.8rem;
    border-radius: 50%;
    border: 1px solid rgba(174, 183, 199, 0.42);
    background: rgba(208, 220, 237, 0.44);
}

.applications-rings::before,
.applications-rings::after {
    content: '';
    position: absolute;
    inset: 12%;
    border-radius: 50%;
    border: 1px solid rgba(174, 183, 199, 0.35);
}

.applications-rings::after {
    inset: 24%;
}

.phone-secondary,
.phone-primary {
    position: absolute;
    border-radius: 2rem;
    object-fit: cover;
    box-shadow: 0 1.1rem 2.2rem rgba(4, 10, 32, 0.18);
    background: linear-gradient(180deg, #0a1b47 0%, #040c2d 100%);
}

.phone-secondary {
    width: 36%;
    left: 19%;
    top: 31%;
    transform: rotate(-28deg);
}

.phone-primary {
    width: 40%;
    right: 16%;
    top: 4%;
    transform: rotate(7deg);
}

@media screen and (min-width: 992px) {
    .application-copy {
        margin-bottom: 0;
    }

    .application-copy-top {
        margin-bottom: 7.4rem;
    }
}

/* =========================
   SECTION: Research
========================= */

.research-wrapper {
    padding: 0.4rem 0 3.2rem;
}

.research-header {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    gap: 1rem;
    margin-bottom: 2rem;
}

.research-header .section-heading {
    margin: 0;
    text-align: left;
}

.research-btn {
    min-width: 11rem;
}

.research-card {
    height: 100%;
    border-radius: 1.9rem;
    border: 1px solid #e5e5e6;
    background: #fcfdfd;
    overflow: hidden;
    display: flex;
    align-items: stretch;
    box-shadow: 0px 4px 10px 0px rgba(0,0,0,0.05);
}

.research-card > img {
    width: 44%;
    object-fit: cover;
    border-radius: 1.8rem;
    border: solid 0.5rem #fcfdfd;
}

.research-card-content {
    position: relative;
    padding: 2rem 3.5rem 1.4rem 1.35rem;
}

.research-card h3 {
    font-size: 1.2rem;
    font-weight: 500;
    margin-bottom: 0.65rem;
    line-height: 1.1;
}

.research-card p {
    font-size: 0.85rem;
    line-height: 1.34;
}

.research-arrow {
    position: absolute;
    right: 1.15rem;
    bottom: 1rem;
    width: 2.5rem;
    height: 2.5rem;
    border-radius: 50%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: linear-gradient(90deg, #2357c7 0%, #1fa0c1 100%);
    color: #ffffff;
    font-style: normal;
    font-size: 0.9rem;
    text-decoration: none;
}

@media screen and (max-width: 992px) {
    .research-card{
        flex-direction: column;
    }
    .research-card-content {
        padding: 0 3.5rem 1.4rem 1.35rem;
    }
    .research-card > img {
        width: 100%;
        border-radius: 3rem;
        border: solid 1.35rem #fcfdfd;
    }

}
@media screen and (min-width: 992px) {
    .research-header {
        margin-bottom: 1.6rem;
    }
}

/* =========================
   SECTION: Compliance
========================= */

.compliance-wrapper {
    padding: 0.35rem 0 3rem;
}

.compliance-card {
    height: 100%;
    border-radius: 1.65rem;
    border: 1px solid #e9e9e9;
    background: #fafbfc;
    text-align: center;
    padding: 2rem 1rem 2rem;
    position: relative;
}

.compliance-card img {
    width: 90%;
    height: 6rem;
    object-fit: contain;
    margin: 0 auto 1rem;
}

.compliance-card h3 {
    font-size: 1rem;
    line-height: 1.16;
    font-weight: 500;
}

/* =========================
   SECTION: Partnership
========================= */

.partnership-wrapper {
    padding: 0.45rem 0 5rem;
}

.partnership-card {
    height: 100%;
    border-radius: 1.85rem;
    background: #fcfdfd;
    display: flex;
    align-items: center;
    gap: 1.6rem;
    padding: 2rem 2rem;
    border: 1px solid #f0f0f0;
    box-shadow: 0px 4px 10px 0px rgba(0,0,0,0.05);
}

.partnership-card img {
    width: 4rem;
    height: 4rem;
    object-fit: contain;
    border-radius: 0.55rem;
    flex-shrink: 0;
}

.partnership-card h3 {
    font-size: 1.2rem;
    font-weight: 500;
    line-height: 1.14;
    margin-bottom: 0.6rem;
}

.partnership-card p {
    font-size: 0.8rem;
    line-height: 1.33;
}

/* =========================
   SECTION: About
========================= */

.about-wrapper {
    background: linear-gradient(
            80deg,
            #000137 0%,
            #000014 20%,
            #000014 50%,
            #000137 60%,
            #000137 80%,
            #000014 90%,
            #000014 100%
    );
}

.about-content {
    padding: 3.05rem 0 3rem;
}

.about-content h2 {
    color: #ffffff;
    margin-bottom: 1.25rem;
}

.about-content p {
    color: #fff;
    font-size: 1.3rem;
    line-height: 1.33;
    margin-bottom: 1.35rem;
    font-weight: 200;
}

.about-content p.about-note {
    color: #fff;
    font-size: 0.8rem;
    margin-bottom: 1.85rem;
}

.about-image-wrap {
    display: flex;
    justify-content: center;
    align-items: flex-end;
    padding-top: 1rem;
}

.about-image-wrap img {
    display: block;
    margin-top: -4rem;
}

@media screen and (max-width: 992px) {
    .about-image-wrap img {
        margin-top: -3rem;
    }
}
@media screen and (min-width: 992px) {
    .about-content {
        padding: 4.2rem 0;
    }

    .about-image-wrap {
        justify-content: center;
        padding-top: 0;
    }

    .about-image-wrap img {
        width: 90%;
        height: auto;
    }
}

/* =========================
   SECTION: Footer
========================= */

.footer-wrapper {
    padding: 1.5rem 0 1.4rem;
    background: var(--surface-color);
}

.footer-links {
    list-style: none;
    margin: 0;
    padding: 0 0 1.35rem;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 0.9rem 3rem;
    border-bottom: 1px solid var(--line-color);
}

.footer-links a {
    text-decoration: none;
    color: #4d4d4d;
    font-size: 0.82rem;
    font-weight: 400;
}

.footer-note {
    margin-top: 1rem;
    text-align: center;
    font-size: 0.7rem;
}
@media screen and (max-width: 992px) {
    .footer-links {
        gap: 0.9rem 1rem;
    }
}
@media screen and (min-width: 992px) {
    .footer-links {
        gap: 0.9rem 7rem;
    }
}
