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

/* <editor-fold defaultstate="collapsed" desc="Hero"> */
.volunteer-hero {
    position: relative;
    overflow: hidden;
    padding: 275px 0 320px;
    background: url('../images/hero-community.webp') center/cover no-repeat;
}

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

.volunteer-hero-content {
    max-width: 570px;
}
/* </editor-fold> */

/* <editor-fold defaultstate="collapsed" desc="Intro"> */
.volunteer-intro {
    padding: 0;
    background: #fff;
}

.volunteer-intro-inner {
    display: grid;
    grid-template-columns: .85fr 1.15fr;
    gap: 100px;
    align-items: start;
}

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

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

.volunteer-intro-copy {
    padding-top: 40px;
}

.volunteer-intro-copy p {
    max-width: 760px;
}
/* </editor-fold> */

/* <editor-fold defaultstate="collapsed" desc="Ways To Help"> */
.volunteer-ways {
    padding: 120px 0 145px;
}

.volunteer-heading {
    max-width: 820px;
    margin: 0 auto 70px;
    text-align: center;
}

.volunteer-heading h2 {
    margin: 18px 0 24px;
}

.volunteer-heading p {
    max-width: 700px;
    margin: 0 auto;
}

.volunteer-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 28px;
    align-items: stretch;
}

.volunteer-card {
    position: relative;
    min-height: 430px;
    padding: 50px 38px 44px;
    overflow: hidden;
    background: #fff;
    border-top: 6px solid #98000f;
    box-shadow: 0 15px 38px rgba(0,0,0,.1);
}

.volunteer-card-number {
    position: absolute;
    top: 22px;
    right: 26px;
    font-family: 'Antonio', sans-serif;
    font-size: 68px;
    font-weight: 700;
    line-height: 1;
    color: rgba(0,0,0,.055);
}

.volunteer-card-icon {
    width: 76px;
    height: 76px;
    margin-bottom: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #98000f;
    border-radius: 50%;
}

.volunteer-card-icon i {
    font-size: 30px;
    color: #fff;
}

.volunteer-card h3 {
    margin-bottom: 18px;
    font-size: 30px;
    color: #98000f;
}

.volunteer-card p {
    margin: 0;
    font-size: 16px;
    line-height: 1.75;
}

.volunteer-card-gold {
    border-top-color: #d5a647;
}

.volunteer-card-gold .volunteer-card-icon {
    background: #d5a647;
}

.volunteer-card-gold h3 {
    color: #b1842d;
}

.volunteer-card-dark {
    border-top-color: #111;
}

.volunteer-card-dark .volunteer-card-icon {
    background: #111;
}

.volunteer-card-dark h3 {
    color: #111;
}
/* </editor-fold> */

/* <editor-fold defaultstate="collapsed" desc="Impact"> */
.volunteer-impact {
    padding: 125px 0;
    background:
        linear-gradient(120deg, rgba(152,0,15,.96), rgba(78,0,8,.98)),
        url('../images/ifc-bg-2.webp') center/cover no-repeat;
}

.volunteer-impact-inner {
    display: grid;
    grid-template-columns: 260px 1fr;
    gap: 75px;
    align-items: center;
    max-width: 1050px;
}

.volunteer-impact-mark img {
    width: 100%;
    display: block;
    filter: brightness(0) invert(1);
    opacity: .9;
}

.volunteer-impact-content span,
.volunteer-cta span {
    display: block;
    margin-bottom: 15px;
    font-family: 'Antonio', sans-serif;
    font-size: 18px;
    font-weight: 700;
    letter-spacing: 2px;
    text-transform: uppercase;
    color: #d5a647;
}

.volunteer-impact-content h2 {
    margin-bottom: 25px;
    text-align: left;
    color: #fff;
}

.volunteer-impact-content p {
    max-width: 720px;
    margin: 0;
    color: #fff;
}
/* </editor-fold> */

/* <editor-fold defaultstate="collapsed" desc="CTA"> */
.volunteer-cta {
    padding: 140px 0;
    text-align: center;
    background: url('../images/ifc-bg-3.webp') center/cover no-repeat;
}

.volunteer-cta-inner {
    max-width: 820px;
}

.volunteer-cta h2 {
    margin-bottom: 25px;
}

.volunteer-cta p {
    max-width: 720px;
    margin: 0 auto 35px;
}

.volunteer-cta .btn {
    display: inline-flex;
}
/* </editor-fold> */
