.company-archive .page-header {
    margin-bottom: 46px !important;
}

.company-archive h1 {
    color: #141414;
    text-align: center;
    font-family: "Inter Tight";
    font-size: 78px;
    line-height: 105%;
    margin: 0;
    padding: 0;
}

.company-archive h1 strong {
    color: #DE3423;
}

.company-archive .articles-wrap {
    display: flex;
    flex-wrap: wrap;
    gap: 20px
}

.company-archive article {

    width: calc(33.33% - 20px);
    border-radius: 20px;
    background: #FEFDFD;
    overflow: hidden;
    margin-bottom: 10px;
    position: relative;
    padding: 32px 27px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;

}

.company-header {
    display: flex;
    gap: 36px;
    flex-direction: column;
    align-items: center;
}

.company-logo-container img {
    width: 132px;
    height: 132px;
    border-radius: 16.098px;
}

.company-btn .apply-btn {
    border-radius: 10000px;
    border: 1px solid #FEFDFD;
    background: #141414;
    color: #FFF;
    font-size: 16px;
    display: flex;
    width: 100%;
    height: 47px;
    align-items: center;
    justify-content: center;
}

article .company-header h2 {
    color: #141414;
    text-align: center;
    font-family: "Inter Tight";
    font-size: 24px;
    font-style: normal;
    font-weight: 700;
    line-height: 100%  !important;
    text-transform: capitalize;
    border: none;
    margin: 0;
    padding: 0;
    opacity: 1;
}

article .company-header h2:hover {
    color: #DE3423;
}

.company-info {
    display: flex;
    gap: 14px;
    flex-direction: column;
    align-items: center;
}

.company-info .tagline, .location.tagline {
    color: #141414;
    font-family: "Inter Tight";
    font-size: 14px;
    margin: 0;
    opacity: 0.6;
    text-align: center;
    text-transform: uppercase;
}

.single_job_listing .company .location.tagline {
    font-style: normal;
    text-align: left;
}

.single-company .company_header-info-block {
    display: flex;
    flex-direction: row;
    width: 100%;
    gap: 15px;
    align-items: center;
}

.single-company .single_job_listing .company img {
    width: 80px;
    height: 80px;
    position: inherit;
    border-radius: 16px;
    margin: 0;
    max-width: fit-content;
}

.company-archive .post-wrapper {
    display: flex;
    gap: 37px;
    flex-direction: column;
}

.company-btn.second-btn {
    width: 100% !important;
}

.company-archive .load-more-wrap {
    display: flex;
    justify-content: center;
    margin-top: 32px;
}

.company-archive .load-more-wrap .button-load-more{
    border-radius: 10000px !important;
    border: 1px solid #C8C5C5 !important;
    background: none;
    color: #141414 !important;
}

.company-archive .load-more-wrap .button-load-more:hover{
    background: #141414 !important;
    color: #ffffff !important;
}

.company-archive .contact-us-section h2 {
    font-size: 32px;
}

.company-archive .contact-us-section {
    min-height: 429px;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    margin-top: 82px;
}

.company-archive .wp-block-buttons.is-content-justification-center {
    position: relative;
}

.company-archive .contact-us-section > .wp-block-group__inner-container {
    justify-content: flex-end;
}

.company-archive .contact-us {
    max-width: 520px;
}

.load-more-spinner {
    display: none;
    width: 24px;
    height: 24px;
    border: 3px solid rgba(0, 0, 0, 0.1);
    border-radius: 50%;
    border-top-color: #333;
    animation: spin 1s ease-in-out infinite;
    margin: 0 auto;
}

@keyframes spin {
    to { transform: rotate(360deg); }
}

.button-load-more.loading {
    display: none !important;
}
.load-more-wrap.loading .load-more-spinner {
    display: block;
}

.company-logo-container {
    position: relative;
}

span.job-counter {
    display: flex;
    width: 28px;
    height: 28px;
    padding: 6px;
    justify-content: center;
    align-items: center;
    border-radius: 999px;
    background: #FF6A2A;
    position: absolute;
    right: -12px;
    top: -9px;
    color: #FFF;
    font-size: 15px;
    font-weight: 600;
    line-height: 105%;
}

.company-archive .mobile-image {
    display: none;
}

.single-company .job_listings {
    padding: 0;
}

.single-company .single_job_listing .job_listings .company {
    border: 0;
    box-shadow: none;
    margin: 0;
    padding: 0;
    min-height: unset;
}

.single-company .single_job_listing h3 {
    margin-top: 0;
    font-size: 24px;
    line-height: 100%;
}

.single-company .content-area article .entry-content a {
    text-decoration: none !important;
}

.single-company article .entry-content img {
    margin: 0;
}

.single-company .card-job-title:hover {
    color: #DE3423;
}

.single-company .job-listing-card .position .company h3 {
    text-align: left;
}

@media only screen and (max-width: 1200px) {
    .company-archive h1 {
        font-size: 64px;
    }
}

@media only screen and (max-width: 1024px) {
    .company-archive .contact-us-background img {
        width: 100%;
        height: 100%;
        object-fit: cover;
        display: block;
        object-position: 0% center;
    }

    .company-archive .contact-us-section .contact-us {
        margin: 0;
        padding: 0 30px;
    }

    .company-archive h1 {
        font-size: 50px;
    }

    .company-archive .contact-text {
        margin: 0;
    }

    .single-company .job-listing-card {
        align-items: center;
        margin-bottom: 24px;
    }

    .single-company .job_listing hr {
        display: none;
    }

    .single-company .job-listing-card .position .company h3 {
        text-align: center;
    }

}

@media only screen and (max-width: 991px) {

    .company-archive .contact-us-section {
        min-height: 373px;
    }

    .company-archive .contact-us {
        max-width: 450px;
        padding: 0 30px;
    }

    .company-archive article {
        width: calc(50% - 10px);
    }

    .company-archive .contact-us-section h2 {
        font-size: 28px;
    }
}

@media only screen and (max-width: 768px) {
    .company-archive .page-header {
        margin-top: 32px;
        margin-bottom: 24px !important;
    }

    .company-archive .contact-us-section {
        min-height: 310px;
    }

    .single-company .job_listings {
        gap: 24px;
    }
}

@media only screen and (max-width: 700px) {
    .company-archive h1 {
        font-size: 44px;
    }

    .company-archive .contact-us {
        padding: 0 30px;
    }

    .company-archive .contact-us {
        max-width: 380px;
    }
}

@media only screen and (max-width: 600px) {
    .company-archive article {
        width: 100%;
    }
}

@media only screen and (max-width: 500px) {
    .company-archive .contact-us-section {
        min-height: 519px;
        align-items: flex-start;
        justify-content: center;
    }

    .company-archive .contact-us-section h2 {
        font-size: 24px;
    }

    .company-archive .contact-us-section .contact-us {
        margin-top: 48px;
    }

    .company-archive .contact-us-background img {
        object-position: 50% 90%;
    }

    .company-archive .contact-us-section > .wp-block-group__inner-container {
        flex-direction: column;
        align-items: center;
    }

    .company-archive .mobile-image {
        display: block;
        z-index: 2;
        margin-top: 28px;
    }
}

@media (min-width: 768px) {
    .section.company-archive {
        padding: 120px 0 48px;
    }
}
