.top-banner img {
    width: 100%;
    max-width: 900px;
}

.top-banner {
    display: flex;
    justify-content: center;
}

.financing-partners-hero {
    display: flex;
    max-width: 900px;
    margin: 40px auto 0 auto;
    gap: 40px;
    align-items: center;
    justify-content: center;
    width: 100%;
    padding: 20px;
    box-sizing: border-box;
}

.financing-partners-image {
    width: 387px;
    height: 387px;
    background: #D9D9D9;
    border-radius: 8px;
    flex-shrink: 0;
}

.financing-partners-intro {
    flex: 1 1 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 20px;
}

.financing-partners-title {
    color: #080808;
    font-size: 2.25rem;
    font-family: "Open Sans", sans-serif;
    font-weight: 800;
    text-transform: uppercase;
    line-height: 1.22;
    text-align: start;
    margin: 0;
}

.financing-partners-desc {
    color: #4F4F4F;
    font-size: 1rem;
    font-family: "Open Sans", sans-serif;
    font-weight: 400;
    line-height: 1.5;
    text-align: start;
}

.financing-divider {
    width: 100%;
    max-width: 500px;
    margin: 90px auto;
    height: 2px;
    background: radial-gradient(37566403.65% 47.86% at 52.14% 98.52%, rgba(61, 61, 61, 0.28) 0%, rgba(146, 139, 139, 0.00) 100%);

}

.financing-partners-list-section {
    max-width: 940px;
    margin: 0 auto 80px auto;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 40px;
    width: 100%;
    padding: 0 20px;
    box-sizing: border-box;
}

.financing-partners-list-header {
    width: 100%;
    display: flex;
    flex-direction: column;
    gap: 20px;
    align-items: flex-start;
}

.financing-partners-list-title {
    color: #080808;
    font-size: 2rem;
    font-family: "Open Sans", sans-serif;
    font-weight: 400;
    line-height: 1.25;
    margin: 0;
}

.financing-partners-list-desc {
    color: #4F4F4F;
    font-size: 1rem;
    font-family: "Open Sans", sans-serif;
    font-weight: 400;
    line-height: 1.5;
}

.financing-partners-logos {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    justify-content: center;
    align-items: center;
    align-content: center;
}

.financing-partner-card {
    width: 170px;
    background: #fff;
    border-radius: 8px;
    outline: 1px #E7E7E7 solid;
    outline-offset: -1px;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 12px;
    padding: 12px 12px 16px 12px;
    text-decoration: none;
    transition: box-shadow 0.2s;
    cursor: pointer;
}

.financing-partner-card:hover {
    box-shadow: 0 2px 8px rgba(0,0,0,0.08);
}

.financing-partner-logo {
    width: 100%;
    padding: 8px;
    border-radius: 4px;
    outline: 1px #F6F6F6 solid;
    outline-offset: -0.5px;
    display: flex;
    justify-content: center;
    align-items: center;
    background: #fff;
}

.financing-partner-logo img {
    width: 100%;
    height: 64px;
    object-fit: contain;
}

.financing-partner-name {
    width: 100%;
    text-align: center;
    color: #BE123B;
    font-size: 14px;
    font-family: "Open Sans", sans-serif;
    font-weight: 600;
    text-decoration: underline;
    line-height: 20px;
}

/* equifax banner start */
.equifax-banner-container {
    background: #a51336;
    display: flex;
    align-items: center;
    justify-content: center;
    /* margin-top: 66px; */
    cursor: pointer;
        padding: 60px 0;
}

.equifax-banner-container-inner {
    max-width: 1368px;
    padding: 15px 20px;
    overflow: hidden;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 48px;
    flex-wrap: wrap;
}

.equifax-banner-logo {
    width: 200px;
    height: 51px;
}

.equifax-banner-text {
    text-align: center;
    color: white;
    font-size: 28px;
    font-family: Ubuntu, sans-serif;
    font-weight: 700;
    line-height: 36px;
    letter-spacing: 0.28px;
    word-wrap: break-word;
}

.equifax-banner-finance {
    width: 280px;
    height: 73px;
    cursor: pointer;
}

.financing-text {
    color: white;
    font-size: 28px;
    font-weight: 800;
    line-height: 36px;
    text-align: center;
}

/* Contact Banner */
.contact-banner {
    width: 100%;
    background: #A51336;
    padding: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 20px;
}

.contact-banner h2 {
    color: white;
    font-size: 32px;
    font-weight: 800;
    line-height: 40px;
    margin: 0;
}

.contact-item {
    display: flex;
    align-items: center;
    gap: 8px;
    background: white;
    padding: 10px;
    border-radius: 4px;
}

.contact-icon {
    width: 24px;
    height: 24px;
    position: relative;
}

.location-icon::after {
    content: "";
    position: absolute;
    width: 18px;
    height: 18.45px;
    left: 3px;
    top: 2.77px;
    background: #9F1238;
}

.phone-icon::after {
    content: "";
    position: absolute;
    width: 18px;
    height: 18px;
    left: 3px;
    top: 3px;
    background: #9F1238;
}

.contact-text {
    font-size: 18px;
    font-weight: 700;
    line-height: 28px;
    color: #080808;
}

.direction-link {
    font-weight: 600;
    text-decoration: underline;
    color: #080808;
}

.fax-item {
    display: flex;
    align-items: center;
}

.contact-label {
    color: #A51336;
    font-size: 18px;
    font-weight: 700;
    line-height: 28px;
    margin-right: 8px;
}

@media (max-width: 1024px) {
        .contact-banner {
        flex-direction: column;
    }

    .contact-item {
        width: 100%;
        justify-content: center;
    }
}

@media (max-width: 576px) {

    .contact-text {
        font-size: 16px;
        line-height: 24px;
    }

    .contact-label {
        font-size: 16px;
    }

    .contact-banner h2 {
        font-size: 28px;
    }

    
}

@media (max-width: 900px) {
    .financing-partners-hero {
        flex-direction: column;
        max-width: 100%;
        gap: 24px;
        padding: 10px;
    }
    .financing-partners-image {
        width: 220px;
        height: 220px;
    }
    .financing-partners-title {
        font-size: 1.5rem;
    }
    .financing-partners-list-section {
        gap: 24px;
    }
    .financing-partners-list-title {
        font-size: 1.25rem;
    }
    .financing-banner {
        flex-direction: column;
        padding: 40px 20px;
    }

}



@media (max-width: 600px) {
    .financing-partners-hero,
    .financing-partners-list-section {
        padding: 0 20px;
    }
    .financing-partners-image {
        width: 120px;
        height: 120px;
    }
    .financing-partners-title {
        font-size: 1.1rem;
    }
    .financing-partners-list-title {
        font-size: 1rem;
    }
    .financing-partner-card {
        width: 48vw;
        min-width: 120px;
        max-width: 170px;
        padding: 8px 4px 10px 4px;
    }
    .financing-partner-logo img {
        height: 40px;
    }
    .financing-divider{
        width: 80%;
    }
}