/* HERO 1 ---------- */

.z-financing-hero1 {
    width: 50%;
    height: calc(100vh - 140px);
    margin: auto;
    padding: 0 0 60px;
}

@media screen and (max-width: 1128px) {
    .z-financing-hero1 {
        width: 90%;
        height: 35vh;
        padding: 0 0 40px;
    }
}

@media screen and (max-width: 560px) {
    .z-financing-hero1 {
        height: calc(100vh - 175px);
    }
}

.z-financing-hero1 div {
    display: flex;
    align-items: center;
    gap: 20px;
}



/* HERO 2 - SNAPSHOT ---------- */

.z-financing-hero2 {
    width: 65%;
    height: fit-content;
    margin: auto;
    padding: 50px 0 31px;
}

.z-financing-snapshot-c {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
}

.z-financing-snapshot-c div {
    width: calc((100% - 80px) / 5);
    padding: 30px 15px;
    border-radius: 2px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    box-sizing: border-box;
}

.z-financing-snapshot-c div a {
    color: white;
    font-size: 0.9rem;
    margin-top: 7px;
    padding: 4px 15px 4px 14px;
    background: #333;
    border-radius: 25px;
    transition: 0.6s ease;
}

.z-financing-snapshot-c div a:hover {
    background: #b5bbbb;
}

@media screen and (max-width: 1128px) {
    .z-financing-hero2 {
        width: 90%;
    }

    .z-financing-snapshot-c {
        flex-direction: column;
    }

    .z-financing-snapshot-c div {
        width: 100%;
        padding: 15px 23px;
        flex-direction: row;
        justify-content: space-between;
        gap: 10px;
    }

    .z-financing-snapshot-c div a {
        margin: 0;
    }
}

/* Fonts */

.z-financing-hero2 p {
    font-size: 0.95rem;
    line-height: 1.2rem;
    margin: 0;
    text-align: center;
}

.z-financing-hero2 p span {
    font-size: 1.05rem;
    font-weight: 600;
}

@media screen and (max-width: 1128px) {
    .z-financing-hero2 p {
        text-align: left;
    }

    .z-financing-hero2 br {
        display: none;
    }
}

/* Background Color */

.zfsd {
    /* D = Download */
    background: #DFF2EB;
}

.zfsc {
    /* C = Calculators */
    background: #B9E5E8;
}

.zfsb {
    /* B = Base Rate */
    background: #204153;
}

.zfsr {
    /* R = Rates */
    background: #7AB2D3;
}

.zfst {
    /* T = Tenure */
    background: #eee;
}



/* HERO 3 - DETAILS ---------- */

.z-financing-hero3 {
    width: 65%;
    height: fit-content;
    margin: auto;
}

@media screen and (max-width: 1128px) {
    .z-financing-hero3 {
        width: 90%;
    }
}

.zfh3p {
    /* Blue Subtitle */
    color: blue;
}

.z-financing-details-c {
    width: 100%;
    padding: 45px 0;
    border-bottom: 1px solid #ccc;
}

.z-financing-details-c span {
    font-weight: 600
}

.z-financing-details-c ul {
    font-size: 1.05rem;
    font-weight: 400;
    margin: 0;
    padding: 0 0 5px 18px;
}

.z-financing-details-c li {
    color: #333;
    line-height: 1.5rem;
    padding: 0 0 0 20px;
    margin: 16.8px 0 0 0;
    letter-spacing: -0.15px;
}

.zfdimg {
    /* OPR Chart */
    width: 100%;
    margin-top: 30px;
}




/* HERO 4 - BANKS ---------- */

.z-financing-hero4 {
    width: 65%;
    height: fit-content;
    margin: auto;
    padding: 45px 0 50px 0;
    align-items: flex-start;
}

@media screen and (max-width: 1128px) {
    .z-financing-hero4 {
        width: 90%;
    }
}

.z-financing-banks-container {
    width: 100%;
    padding: 16.8px 0 0 0;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 20px;
    box-sizing: border-box;
}

.z-financing-banks-c {
    position: relative;
    width: calc((100% - 20px) / 2);
    padding: 15px 22px 15px 0;
    background: white;
    border-radius: 2px;
    display: flex;
    align-items: center;
    box-sizing: border-box;
}

@media screen and (max-width: 1128px) {
    .z-financing-banks-c {
        width: 100%;
    }
}

.z-financing-banks-c div {
    width: 110px;
    height: 30px;
    display: flex;
    justify-content: center;
    align-items: center;
}


.z-financing-banks-c div img {
    /* Bank Logo */
    height: 30px;
}

.z-financing-banks-c p {
    padding: 0 0 3px;
}

.z-financing-banks-c a {
    position: absolute;
    right: 22px;
    color: white;
    font-size: 0.9rem;
    padding: 4px 15px 4px 14px;
    background: #333;
    border-radius: 25px;
    transition: 0.6s ease;
}

.z-financing-banks-c a:hover {
    background: #b5bbbb;
}



/* HERO 5 - TIMELINE ---------- */

.z-financing-hero5 {
    width: 65%;
    height: fit-content;
    margin: auto;
    padding: 45px 0 50px 0;
    align-items: flex-start;
}

@media screen and (max-width: 1128px) {
    .z-financing-hero5 {
        width: 90%;
    }
}

.z-financing-hero5 p {
    margin-top: 30px;
}

.z-financing-hero5 img {
    /* OPR Chart */
    width: 100%;
    margin-top: 30px;
    border: 1px solid #aaa;
}