.hero-banner {
    margin-top: 10.2rem;
}

.hero-banner img {
    height: 400px;
    width: 100%;
    object-fit: cover;
}

.disc {
    list-style: disc;
    font-weight: 400;
    font-size: 18px;
    color: #000;
}

strong {
    color: #000;
    font-weight: bold;
}

.section-work-with h2,
.work-with h3 {
    text-transform: uppercase;
    border-top: 1px solid #D12641;
    border-bottom: 1px solid #D12641;
    line-height: 1.5em;
    margin-block-end: 20px;
}

.section-work-with h2 {
    color: #000;
    font-size: 45px;
    font-weight: 600;
}

.work-with h3 {
    font-size: 1.5em;
}

.bidding-projects {
    margin-block-end: 20px;
}

.work-with p {
    font-weight: 400;
    font-size: 18px;
    color: #000;
    margin: 1em 0 20px;
}

.work-with p a {
    color: #000;
    font-size: 12px;
    font-weight: 700;
}

.work-with p a:hover {
    text-decoration: unset;
    color: #fac33e;
}

/* Accordion */
.accordion {
    width: 100%;
    max-width: 600px;
}

.accordion-item {
    border: unset;
    border-bottom: 1px solid #ccc;
}

.accordion-item:first-child {
    border-top: 1px solid #ccc;
}

.accordion-header {
    background: transparent;
    color: #D12641;
    padding: 10px;
    cursor: pointer;
    display: flex;
    align-items: center;
    font-size: 18px;
    font-weight: 600;
}

.accordion-header::before {
    content: '\25B6';
    margin-right: 10px;
    transition: transform 0.3s ease;
}

.accordion-header.active::before {
    transform: rotate(90deg);
}

.accordion-content {
    display: none;
    padding: 10px;
}

.accordion-header.active {
    color: #4A4C4E;
}
/* Accordion ends */

.additional-requirements-ul li a {
    text-transform: uppercase;
    font-size: 12px;
    font-weight: 700;
}

.bg-gray {
    background-color: #656565;
}

.lets-talk-content {
    padding: 28px;
}

.lets-talk p {
    margin: 0;
    font-weight: 400;
    font-size: 18px;
}

.lets-talk a {
    font-weight: 500;
    text-transform: uppercase;
    color: #fff;
    background: #D12641;
    font-size: 16px;
    padding: 15px 30px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.onboarding-info, .partnering {
    background-color: #000;
}

.onboarding-info h1 {
    font-size: 50px;
    line-height: 1.1;
    color: #fff;
    font-weight: 400;
    letter-spacing: 0.25px;
}

.onboarding-info a {
    font-size: 13px;
    font-weight: 800;
    letter-spacing: 1.3px;
    color: #000;
    padding: 15px 20px 13px;
    border-radius: 2px;
    text-transform: uppercase;
    background: linear-gradient(to left, #e1e61e 50%, #d6db1d 50%);
}

.onboarding-info h6 {
    font-size: 20px;
    font-weight: 400;
    line-height: 1.4;
    color: #fff;
    margin-bottom: 30px;
}

.onboarding-info ul li {
    color: rgba(255, 255, 255, 0.8);
    font-size: 16px;
    font-weight: 400;
    line-height: 30px;
    letter-spacing: 0.64px;
}

.onboarding-second-content {
    margin: 60px 0 30px;
}

.partnering h2 {
    color: #fff;
    font-size: 40px;
    line-height: 1.4;
    margin: 20px 0;
    font-weight: 400;
    letter-spacing: 0.25px;
}

.partnering p {
    color: rgba(255, 255, 255, 0.8);
    font-size: 17px;
    line-height: 1.8;
    font-weight: 400;
    letter-spacing: 0.8px;
}

.bg-white {
    background: #fff;
    padding: 60px;
}

.partnering-form {
    margin-bottom: 1rem;
}

.partnering-form input,
.partnering-form textarea {
    line-height: 1.42857;
    font-size: 15px;
    font-weight: 400;
    background-color: #f3f4f6;
    padding: 15px;
    color: #000;
    width: 100%;
}

.partnering-form label {
    margin-bottom: 10px;
    font-size: 16px;
    font-weight: 600;
    color: #000;
    text-transform: uppercase;
}

.partnering-form span {
    clear: both;
    margin-top: 8px;
    font-size: 12px;
    font-weight: 400;
}

.partnering-form button {
    margin-bottom: 8px;
    width: 100%;
    border-radius: 2px;
    border: 0;
    font-size: 13px;
    font-weight: 800;
    letter-spacing: 1.3px;
    text-transform: uppercase;
    padding: 15px;
    background: #D12641;
    background-size: 300%;
    background-position: right;
    transition: background-position 0.5s ease-in-out;
}