@charset "utf-8";
/* Infinite Fidelis Consulting | Career Development | CSS | V1.0 */

/* HERO */
.career-hero {
    position: relative;
    overflow: hidden;
    padding: 275px 0 320px;
    background: url('../images/hero-career.webp') center/cover no-repeat;
}

.career-hero-inner {
    position: relative;
    z-index: 5;
}

.career-hero-content {
    max-width: 570px;
}

/* INTRO */
.career-intro {
    padding: 0 0 120px;
    background: #fff;
}

.career-intro-inner {
    display: grid;
    grid-template-columns: .9fr 1.1fr;
    gap: 100px;
    align-items: start;
}

.career-intro-heading h3 {
    color: #98000f;
}

.career-intro-heading h2 {
    margin-bottom: 30px;
    text-align: left;
}

.career-intro-copy {
    padding-top: 42px;
}

.career-intro-copy p:last-child {
    margin-bottom: 0;
}

/* SERVICES */
.career-services {
    padding: 10px 0 40px;
}

.career-service-list {
    display: flex;
    flex-direction: column;
    gap: 28px;
}

.career-service {
    position: relative;
    min-height: 310px;
    display: grid;
    grid-template-columns: 110px 200px 1fr;
    gap: 45px;
    align-items: center;
    padding: 55px 65px;
    background: #fff;
    border-left: 5px solid #98000f;
    box-shadow: 0 14px 36px rgba(0,0,0,.07);
    overflow: hidden;
}

.career-service-reverse {
    border-left: 0;
    border-right: 5px solid #d5a647;
}

.career-service::after {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    width: 150px;
    height: 100%;
    background: linear-gradient(90deg, transparent, rgba(213,166,71,.08));
    pointer-events: none;
}

.career-service-reverse::after {
    right: auto;
    left: 0;
    transform: scaleX(-1);
}

.career-service-number {
    font-family: 'Antonio', sans-serif;
    font-size: 76px;
    font-weight: 700;
    line-height: 1;
    color: rgba(152,0,15,.12);
}

.career-service-icon {
    width: 170px;
    height: 170px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.career-service-icon img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.career-service-icon-gold {
    border: 2px solid #d5a647;
    border-radius: 50%;
    background:
        linear-gradient(rgba(255,255,255,.92), rgba(255,255,255,.92)),
        url('../images/ifc-laurel.webp') center/82% no-repeat;
}

.career-service-icon-gold i {
    font-size: 58px;
    color: #98000f;
}

.career-service-content {
    position: relative;
    z-index: 2;
    max-width: 730px;
}

.career-service-kicker,
.career-path-kicker {
    display: block;
    margin-bottom: 12px;
    font-family: 'Antonio', sans-serif;
    font-size: 16px;
    font-weight: 700;
    letter-spacing: 1.8px;
    text-transform: uppercase;
    color: #98000f;
}

.career-service-content h2 {
    margin-bottom: 24px;
    text-align: left;
    font-size: 39px;
}

.career-service-content p {
    margin-bottom: 0;
    font-size: 17px;
    line-height: 1.7;
    color: #333;
}

.career-service-pmp {
    color: #fff;
    border-left-color: #d5a647;
    background:
        linear-gradient(120deg, rgba(20,20,20,.97), rgba(65,0,7,.95)),
        url('../images/ifc-bg-3.webp') center/cover no-repeat;
}

.career-service-pmp .career-service-number {
    color: rgba(255,255,255,.13);
}

.career-service-pmp .career-service-kicker {
    color: #d5a647;
}

.career-service-pmp h2,
.career-service-pmp p {
    color: #fff;
}

/* PATH CTA */
.career-path {
    margin: 60px 0 0;
    padding: 135px 0;
    background:
        linear-gradient(rgba(152,0,15,.95), rgba(88,0,8,.97)),
        url('../images/ifc-logo.webp') center/cover no-repeat;
}

.career-path-inner {
    display: grid;
    grid-template-columns: 1.15fr .85fr;
    gap: 90px;
    align-items: center;
}

.career-path-kicker {
    color: #d5a647;
}

.career-path-content h2 {
    margin-bottom: 28px;
    text-align: left;
    color: #fff;
}

.career-path-content p {
    max-width: 650px;
    color: rgba(255,255,255,.86);
}

.career-path-points {
    display: flex;
    flex-direction: column;
    border: 1px solid rgba(255,255,255,.22);
    background: rgba(255,255,255,.07);
    backdrop-filter: blur(8px);
}

.career-path-points div {
    min-height: 100px;
    padding: 24px 30px;
    display: flex;
    align-items: center;
    gap: 22px;
    border-bottom: 1px solid rgba(255,255,255,.18);
}

.career-path-points div:last-child {
    border-bottom: 0;
}

.career-path-points i {
    width: 42px;
    text-align: center;
    font-size: 28px;
    color: #d5a647;
}

.career-path-points span {
    font-family: 'Antonio', sans-serif;
    font-size: 21px;
    font-weight: 700;
    text-transform: uppercase;
    color: #fff;
}

.career-hero .hero-divider {
    position: absolute;
    left: 0;
    bottom: -35px;
    width: 100%;
    height: 300px;
    background: url('../images/hero-divider.webp') center bottom / 100% 100% no-repeat;
    z-index: 10;
}
