/* 

1. Add your custom Css styles below
2. Place the this code in your template: 

<link href="css/custom.css" rel="stylesheet">

*/
.background-colored {
background-color: #0000A9;
}

button.btn.btn-primary, .btn:not(.close):not(.mfp-close).btn-primary, a.btn:not([href]):not([tabindex]).btn-primary {
background-color: #0000A9;
border-color: #0000A9;
}

.inspiro-slider .slide .slide-captions h1 {
line-height: 90px;
}

.hero-overlay-soft {
    background: linear-gradient(90deg, rgba(10, 18, 32, 0.82) 0%, rgba(10, 18, 32, 0.62) 48%, rgba(10, 18, 32, 0.28) 100%);
}

.section-label {
    display: inline-block;
    margin-bottom: 14px;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 0.16em;
    text-transform: uppercase;
    color: #4da3ff;
}

.content-card {
    padding: 34px;
    background: #ffffff;
    border-radius: 16px;
    box-shadow: 0 14px 40px rgba(16, 24, 40, 0.08);
    height: 100%;
}

.pipeline-card {
    padding: 26px;
    border-radius: 16px;
    border: 1px solid #e9edf3;
    background: #fff;
    height: 100%;
    transition: all .25s ease;
}

.pipeline-card:hover {
    transform: translateY(-4px);
    box-shadow: 0 18px 40px rgba(16, 24, 40, 0.08);
}

.pipeline-stage {
    display: inline-block;
    margin-top: 14px;
    padding: 8px 14px;
    border-radius: 999px;
    background: #eef6ff;
    color: #0d5cab;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 0.06em;
    text-transform: uppercase;
}

.platform-points li,
.patient-resources li,
.partnering-models li {
    margin-bottom: 12px;
}

.science-split-image,
.feature-image {
    min-height: 420px;
    border-radius: 16px;
    background-size: cover;
    background-position: center;
    position: relative;
    overflow: hidden;
}

.science-split-image::after,
.feature-image::after {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(180deg, rgba(5, 14, 28, 0.08), rgba(5, 14, 28, 0.25));
}

.stat-panel {
    padding: 32px 24px;
    border-radius: 16px;
    background: rgba(255, 255, 255, 0.08);
    border: 1px solid rgba(255, 255, 255, 0.12);
    text-align: center;
    height: 100%;
}

.stat-panel h3 {
    font-size: 40px;
    line-height: 1;
    margin-bottom: 8px;
    color: #fff;
}

.news-card,
.resource-card {
    border-radius: 16px;
    overflow: hidden;
    border: 1px solid #e8edf2;
    background: #fff;
    height: 100%;
    box-shadow: 0 8px 24px rgba(16, 24, 40, 0.06);
}

.news-card .news-card-body,
.resource-card .resource-card-body {
    padding: 26px;
}

.news-date {
    display: inline-block;
    font-size: 13px;
    font-weight: 700;
    color: #0d5cab;
    margin-bottom: 10px;
}

.email-alert-box,
.contact-box {
    padding: 36px;
    border-radius: 16px;
    background: #f7f9fc;
    border: 1px solid #e7ecf2;
}

.partner-cta-box {
    padding: 42px;
    border-radius: 18px;
    background: linear-gradient(135deg, #0b1b31 0%, #143861 100%);
    color: #fff;
    box-shadow: 0 24px 50px rgba(10, 27, 49, 0.24);
}

.placeholder-badge {
    position: absolute;
    top: 18px;
    left: 18px;
    z-index: 2;
    display: inline-block;
    padding: 10px 14px;
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.92);
    color: #10233e;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

@media (max-width: 991px) {
    .science-split-image,
    .feature-image {
        min-height: 300px;
        margin-bottom: 24px;
    }

    .content-card,
    .email-alert-box,
    .contact-box,
    .partner-cta-box {
        padding: 26px;
    }
}
.footer-dark {
    background: #08111f !important;
}

.social-linkedin {
    display: inline-flex;
    align-items: center;
    justify-content: flex-start;
    line-height: 1;
}

.social-linkedin svg {
    display: block;
    transform: translateX(-7px);
}

.header-extras > ul > li > a:not(.btn) i, .header-extras > ul > li .topbar-dropdown > .title i {
    font-size: 25px;
    position: relative;
}