/* Hero Section */

#hero-cta {
    display: flex;
    gap: 15px;
}

#hero-cta .phone-button,
#hero-cta .get-a-quote {
    color: #FFFFFF;
    font-family: 'Source Sans 3', Arial, Helvetica, sans-serif;
    font-weight: 500;
    font-size: 16px;
    line-height: 24px;
    letter-spacing: 0%;
    padding: 11px 23px;
}

#hero-cta .phone-button:hover,
#hero-cta .get-a-quote:hover {
    opacity: 0.7;
}

#hero-cta .phone-button {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 8px;
    border: 1px solid #B23A2D;
    background-color: #B23A2D;
}

#hero-cta .phone-button .image {
    line-height: 1em;
}

#hero-cta .get-a-quote {
    border: 1px solid #FFFFFF;
    background-color: transparent;
    border-radius: 2px;
    text-align: center;
}

@media (max-width: 768px) {

    #hero-cta {
        gap: 3px;
        flex-direction: column;
    }

    #hero-cta > a {
        width: 100%;
    }

    #hero-cta > p {
        height: 0;
    }

}

/* Our Strength */

#stength-cta {
    display: flex;
    gap: 14px;
}

#stength-cta .button {
    color: #FFFFFF;
    font-family: 'Source Sans 3', Arial, Helvetica, sans-serif;
    font-weight: 500;
    font-size: 16px;
    line-height: 24px;
    letter-spacing: 0%;
    border-radius: 2px;
    border: 1px solid #FFFFFF;
    padding: 12px;
    width: 100%;
    text-align: center;
}

#stength-cta .button:hover {
    opacity: 0.7;
}

@media (max-width: 768px) {

    .empty-column {
        display: flex !important;
    }

    #stength-cta {
        flex-direction: column;
        gap: 10px;
    }

}

/* THE C2C COMMERCIAL MITIGATION PROCESS */

#process-row > .et_pb_column {
    background-image: url("https://c2crestoration.wpenginepowered.com/wp-content/uploads/2026/06/process-divider.svg");
    background-repeat: no-repeat;
    background-position-y: 62px;
    background-position-x: 100%;
    background-size: 200px;
}

@media (max-width: 1440px) {

    #process-row > .et_pb_column {
        background-size: 60%;
    }

}

@media (max-width: 1100px) {

    #process-row > .et_pb_column {
        background-size: 40%;
    }

}

@media (max-width: 1100px) {

    #process-row > .et_pb_column {
        background-image: none;
    }

}

/* THE PEOPLE BEHIND THE WORK */

.card-front {
    height: 430px;
    border: 1px solid #B8B5AB;
    background-color: #FFFFFF;
    /* cursor: pointer; */
}

.card-front img {
    width: 100%;
    height: 317px;
    max-height: 317px;
    object-fit: cover;
}

.card-front .body {
    padding: 27px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.card-front .name {
    color: #08182B;
    font-family: 'Source Serif 4', Arial, Helvetica, sans-serif;
    font-weight: 600;
    font-size: 28px;
    line-height: 32.2px;
    letter-spacing: 0%;
    margin-bottom: 12px;
}

.card-front .position {
    color: #7A1F1A;
    font-family: 'Source Sans 3', Arial, Helvetica, sans-serif;
    font-weight: 600;
    font-size: 16px;
    line-height: 1em;
    letter-spacing: 16%;
    text-transform: uppercase;
}

.card-rear {
    position: absolute;
    height: 430px;
    background-color: #08182B;
    border: 1px solid #08182B;
    display: flex;
    justify-content: center;
    flex-direction: column;
    padding: 27px;
    cursor: pointer;
}

.card-rear .name {
    color: #FFFFFF;
    font-family: 'Source Serif 4', Arial, Helvetica, sans-serif;
    font-weight: 600;
    font-size: 28px;
    line-height: 32.2px;
    margin-bottom: 15px;
}

.card-rear .position {
    color: #B8B5AB;
    font-family: 'Source Sans 3', Arial, Helvetica, sans-serif;
    font-weight: 600;
    font-size: 16px;
    line-height: 13.2px;
    letter-spacing: 16%;
    text-transform: uppercase;
    margin-bottom: 10px;
}

.card-rear .years {
    color: #B8B5AB;
    font-family: 'Source Sans 3', Arial, Helvetica, sans-serif;
    font-weight: 500;
    font-size: 12px;
    line-height: 16.8px;
    letter-spacing: 2%;
    border-top: 1.5px solid rgba(58, 88, 116, 0.2);
    border-bottom: 1.5px solid rgba(58, 88, 116, 0.2);
    padding: 15px 0px;
    margin-bottom: 18px;
}

.card-rear .content {
    color: #FFFFFF;
    font-family: 'Source Sans 3', Arial, Helvetica, sans-serif;
    font-weight: 400;
    font-size: 18px;
    line-height: 27px;
    letter-spacing: 0%;
}

@media (max-width: 768px) {

    .employees-row .et_pb_column {
        min-height: 430px;
    }

}


/* Credentials on File */

.credential-title {
    display: flex;
    align-items: center;
    gap: 8px;
    margin-bottom: 15px;
}

.credential-title h3 {
    padding-bottom: 0;
}

/* Where We Work */

.location-item {
    border-radius: 4px;
    border: 1px solid #B8B5AB;
    background-color: #FFFFFF;
    padding: 32px 24px;
}

.location-row1 {
    display: flex;
    align-items: center;
    gap: 4px;
    margin-bottom: 13px;
}

.location-row1 p {
    color: #08182B;
    font-family: 'Source Sans 3', Arial, Helvetica, sans-serif;
    font-weight: 600;
    font-size: 20px;
    line-height: 25px;
    letter-spacing: 0%;
}

.location-row2 {
    margin-bottom: 23px;
}

.location-row3 p {
    color: #2C2A26;
    font-family: 'Source Sans 3', Arial, Helvetica, sans-serif;
    font-weight: 400;
    font-size: 16px;
    line-height: 25.6px;
    letter-spacing: 0%;
}
