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

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

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

.disc-hero-content {
    max-width: 500px;
}

/* WHY DISC */
.disc-intro {
    padding: 0 120px;
    background: #fff;
}

.disc-intro-inner {
    display: grid;
    grid-template-columns: .9fr 1.1fr;
    gap: 80px;
    align-items: center;
}

.disc-intro-content h3,
.section-heading h3,
.disc-team-content h3,
.disc-leadership h3,
.disc-process h3 {
    color: #98000f;
}

.disc-intro-content h2 {
    text-align: left;
    margin-bottom: 30px;
}

/* DISC wheel */
.disc-wheel-wrap {
    display: grid;
    grid-template-columns: 500px 1fr;
    gap: 40px;
    align-items: center;
}

.disc-wheel {
    position: relative;
    width: 500px;
    height: 500px;
    background: url('../images/ifc-laurel.webp') center/contain no-repeat;
    overflow: visible;
    box-shadow: none;
}

.disc-wheel-item {
    position: absolute;
    width: 150px;
    height: 150px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    font-family: 'Antonio', sans-serif;
    text-transform: uppercase;
    color: #fff;
    z-index: 2;
}

.disc-wheel-item strong {
    font-size: 44px;
    line-height: 1;
}

.disc-wheel-item span {
    font-size: 11px;
    font-weight: 700;
}

.d-style {
    top: 80px;
    left: 100px;
    background: #98000f;
    border-radius: 100% 0 0 0;
    padding: 16px 0 0 18px;
}

.i-style {
    top: 80px;
    right: 100px;
    background: #d5a647;
    border-radius: 0 100% 0 0;
    padding: 16px 18px 0 0;
}

.s-style {
    bottom: 120px;
    left: 100px;
    background: #4b9b45;
    border-radius: 0 0 0 100%;
    padding: 0 0 16px 18px;
}

.c-style {
    bottom: 120px;
    right: 100px;
    background: #1767a9;
    border-radius: 0 0 100% 0;
    padding: 0 18px 16px 0;
}

/* center icon */
.disc-wheel-center {
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: 3;
    width: 68px;
    height: 68px;
    transform: translate(-50%, -50%);
    display: flex;
    align-items: center;
    justify-content: center;
    background: #fff;
    border-radius: 50%;
    box-shadow: 0 8px 22px rgba(0,0,0,.22);
}

.disc-wheel-center i {
    font-size: 24px;
    color: #000;
}

/* DISC path */
.disc-path {
    display: flex;
    flex-direction: column;
    gap: 26px;
}

.disc-path div {
    display: flex;
    align-items: center;
    gap: 16px;
    font-family: 'Antonio', sans-serif;
    font-size: 22px;
    font-weight: 700;
    text-transform: uppercase;
}

.disc-path i {
    width: 46px;
    height: 46px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: #98000f;
}

/* STYLE CARDS */
.disc-styles {
    padding: 110px 0 200px;
    background: #f5f5f5;
}

.section-heading {
    max-width: 900px;
    margin: 0 auto 50px;
    text-align: center;
}

.section-heading h2 {
    margin-bottom: 20px;
}

.disc-style-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 28px;
}

.disc-style-card {
    min-height: 375px;
    background: #fff;
    border-radius: 8px;
    overflow: hidden;
    box-shadow: 0 10px 24px rgba(0,0,0,.10);
}

.disc-style-head {
    padding: 22px;
    text-align: center;
    font-family: 'Antonio', sans-serif;
    text-transform: uppercase;
    color: #fff;
}

.disc-style-head strong {
    display: block;
    font-size: 64px;
    line-height: 1;
}

.disc-style-head span {
    font-size: 22px;
    font-weight: 700;
}

.disc-style-card ul {
    padding: 30px;
    list-style: disc;
}

.disc-style-card li {
    margin-bottom: 12px;
    font-size: 16px;
    line-height: 1.45;
}

.dominance .disc-style-head { background: #98000f; }
.influence .disc-style-head { background: #d5a647; }
.steadiness .disc-style-head { background: #4b9b45; }
.conscientiousness .disc-style-head { background: #1767a9; }

/* BENEFITS */
.disc-benefits {
    padding: 120px 0 120px;
    background: url('../images/ifc-bg-3.webp') top/cover no-repeat;
}

.benefit-grid {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    border-top: 1px solid rgba(0,0,0,.12);
    border-left: 1px solid rgba(0,0,0,.12);
}

.benefit-item {
    min-height: 165px;
    padding: 32px 20px;
    text-align: center;
    border-right: 1px solid rgba(0,0,0,.12);
    border-bottom: 1px solid rgba(0,0,0,.12);
}

.benefit-item i {
    margin-bottom: 18px;
    font-size: 36px;
    color: #98000f;
}

.benefit-item h3 {
    margin: 0;
    font-size: 18px;
}

/* TEAM */
.disc-team {
    display: grid;
    grid-template-columns: 1fr 1fr;
    min-height: 560px;
    background: #f5f5f5;
}

.disc-team-image {
    background: url('../images/events/gallery-5.webp') center/cover no-repeat;
}

.disc-team-content {
    padding: 95px 80px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.disc-team-content h2 {
    text-align: left;
    margin-bottom: 30px;
}

.disc-team-content p {
    max-width: 620px;
}

/* LEADERSHIP */
.disc-leadership {
    padding: 100px 0 110px;
    background:
        linear-gradient(120deg, rgba(152, 0, 15, .96), rgba(78, 0, 8, .98)),
        url('../images/ifc-bg-2.webp') bottom/cover no-repeat;
}

.disc-leadership h2,
.disc-leadership h3,
.disc-leadership li {
    color: #fff;
}

.disc-leadership .section-heading h3 {
    color: #d5a647;
}

.leadership-grid {
    display: grid;
    grid-template-columns: 1fr 120px 1fr;
    gap: 55px;
    align-items: center;
}

.leadership-list ul {
    display: flex;
    flex-direction: column;
    gap: 16px;
}

.leadership-list li {
    position: relative;
    padding-left: 34px;
    font-size: 17px;
    line-height: 1.45;
}

.leadership-list li::before {
    content: '✓';
    position: absolute;
    left: 0;
    top: 0;
    width: 22px;
    height: 22px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: #d5a647;
    border-radius: 50%;
    color: #000;
    font-weight: 700;
}

.leadership-icon {
    width: 120px;
    height: 120px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #d5a647;
    border-radius: 50%;
}

.leadership-icon i {
    font-size: 44px;
    color: #fff;
}

/* PROCESS */
.disc-process {
    padding: 110px 0 130px;
    background: #fff;
}

.process-grid {
    position: relative;
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 45px;
}

.process-step {
    position: relative;
    text-align: center;
}

.process-icon {
    width: 105px;
    height: 105px;
    margin: 0 auto 28px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
}

.process-icon i {
    font-size: 42px;
    color: #fff;
}

.process-step span {
    display: block;
    margin-bottom: 12px;
    font-family: 'Antonio', sans-serif;
    font-size: 44px;
    font-weight: 700;
}

.process-step h3 {
    color: #000;
    margin-bottom: 16px;
}

.process-step p {
    margin: 0;
    font-size: 15px;
}

.process-step.red .process-icon { background: #98000f; }
.process-step.gold .process-icon { background: #d5a647; }
.process-step.green .process-icon { background: #4b9b45; }
.process-step.blue .process-icon { background: #1767a9; }

.process-step.red span { color: #98000f; }
.process-step.gold span { color: #d5a647; }
.process-step.green span { color: #4b9b45; }
.process-step.blue span { color: #1767a9; }

/* CTA */
.disc-cta {
    position: relative;
    padding: 150px 0 170px;
    background:
        linear-gradient(120deg, rgba(152, 0, 15, .96), rgba(78, 0, 8, .98)),
        url('../images/ifc-logo.webp') center/cover no-repeat;
}

.disc-cta-inner {
    position: relative;
    z-index: 5;
}

.disc-cta h2 {
    max-width: 620px;
    text-align: left;
    margin-bottom: 25px;
    color: #fff;
}

.disc-cta p {
    max-width: 560px;
    color: #fff;
}