/* New Location Page Template */

.rbiqc_location_hero {
    position: relative;
    min-height: 420px;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    overflow: hidden;
}

.rbiqc_location_hero_overlay {
    position: absolute;
    inset: 0;
    background: linear-gradient(
            to right,
            rgba(255,255,255,0.75) 0%,
            rgba(255,255,255,0.45) 34%,
            rgba(0,0,0,0.10) 58%,
            rgba(0,0,0,0.25) 100%
    );
    z-index: 1;
}

.rbiqc_hero_inner {
    position: relative;
    z-index: 2;
    max-width: 1200px;
    min-height: 420px;
    margin: 0 auto;
    padding: 55px 24px;
    display: grid;
    grid-template-columns: 360px 1fr;
    gap: 60px;
    align-items: center;
}

.rbiqc_contact_card {
    background: #fff;
    border: 2px solid #222;
    padding: 28px 30px;
    box-shadow: 0 12px 30px rgba(0,0,0,0.18);
}

.rbiqc_contact_card h3 {
    color: #0099d8;
    text-transform: uppercase;
    font-size: 22px;
    line-height: 1.2;
    margin: 0 0 24px;
}

.rbiqc_contact_card p {
    font-size: 14px;
    line-height: 1.6;
    margin: 0 0 14px;
}

.rbiqc_contact_card .coverage {
    font-weight: 700;
}

.rbiqc_hero_content_area {
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    min-height: 300px;
}

.rbiqc_hero_text {
    color: #fff;
    max-width: 760px;
    text-shadow:
            0 2px 4px rgba(0,0,0,0.7),
            0 5px 16px rgba(0,0,0,0.55);
    -webkit-text-stroke: 0.35px rgba(0,0,0,0.35);
}

.rbiqc_hero_text h1,
.rbiqc_hero_text h2,
.rbiqc_hero_text h3,
.rbiqc_hero_text p {
    color: #fff;
}

.rbiqc_hero_button_row {
    margin-top: 28px;
    display: flex;
    gap: 16px;
    align-items: center;
}

.rbiqc_jobs_button,
.rbiqc_employer_button,
.rbiqc-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 145px;
    padding: 12px 22px;
    border-radius: 0;
    font-size: 12px;
    font-weight: 800;
    letter-spacing: 0.04em;
    line-height: 1.1;
    text-align: center;
    text-transform: uppercase;
    text-decoration: none;
}

.rbiqc_jobs_button,
.rbiqc-btn-primary {
    background: #ff4438;
    color: #fff;
}

.rbiqc_employer_button,
.rbiqc-btn-secondary {
    background: #dfff00;
    color: #000;
}

.rbiqc_jobs_button:hover,
.rbiqc_employer_button:hover,
.rbiqc-btn:hover {
    opacity: 0.88;
    color: inherit;
}


/* Shared section layout */

.rbiqc-location-content {
    background: #fff;
}

.rbiqc-section {
    padding: 72px 24px;
}

.rbiqc-container {
    max-width: 1100px;
    margin: 0 auto;
}

.rbiqc-section h2 {
    font-size: 38px;
    line-height: 1.08;
    font-weight: 400;
    margin: 0 0 24px;
}

.rbiqc-section h3 {
    font-size: 18px;
    line-height: 1.2;
    font-weight: 800;
    text-transform: uppercase;
    margin: 0 0 10px;
}

.rbiqc-section p {
    font-size: 15px;
    line-height: 1.65;
    margin: 0 0 18px;
}

.rbiqc-highlight {
    color: #dfff00;
}

.rbiqc-cta-group {
    display: flex;
    gap: 16px;
    flex-wrap: wrap;
    margin-top: 28px;
}


/* Section 1: Intro */

.rbiqc-intro-section {
    background: #0099d8;
    color: #fff;
}


.rbiqc-intro-section h2,
.rbiqc-intro-section p {
    color: #fff;
}

.rbiqc-intro-section .rbiqc-container {
    display: grid;
    grid-template-columns: 2fr 1fr;
    gap: 80px;
    align-items: start;
}

.rbiqc-intro-left {
    display: flex;
    flex-direction: column;
}

.rbiqc-intro-right {
    display: flex;
    flex-direction: column;
}

.rbiqc-intro-left h2 {
    margin-bottom: 25px;
    max-width: 850px;
}

.rbiqc-intro-left p,
.rbiqc-intro-right p {
    margin-bottom: 18px;
}

.rbiqc-intro-left .rbiqc-cta-group {
    margin-top: 20px;
    flex-direction: column;
    align-items: flex-start;
}

.rbiqc-intro-left .rbiqc-btn,
.rbiqc-intro-left .rbiqc-btn-primary,
.rbiqc-intro-left .rbiqc-btn-secondary {
    width: 220px;
    max-width: 220px;
}

/* Section 2: Staffing Solutions */

.rbiqc-solutions-section {
    background: #fff;
}

.rbiqc-solutions-section .rbiqc-container {
    max-width: 1080px;
}

.rbiqc-solutions-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 34px 50px;
    margin-top: 38px;
}

.rbiqc-solutions-grid > div {
    position: relative;
    padding-left: 92px;
    min-height: 88px;
}

/* Swap these image URLs with your media-library assets */
.rbiqc-solutions-grid > div:nth-child(1)::before,
.rbiqc-solutions-grid > div:nth-child(2)::before,
.rbiqc-solutions-grid > div:nth-child(3)::before,
.rbiqc-solutions-grid > div:nth-child(4)::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 68px;
    height: 68px;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
}

.rbiqc-solutions-grid > div:nth-child(1)::before {
    background-image: url("/wp-content/uploads/2026/06/unique-talent.svg");
}

.rbiqc-solutions-grid > div:nth-child(2)::before {
    background-image: url("/wp-content/uploads/2026/06/speed-fill-rate.svg");
}

.rbiqc-solutions-grid > div:nth-child(3)::before {
    background-image: url("/wp-content/uploads/2026/06/open-doors.svg");
}

.rbiqc-solutions-grid > div:nth-child(4)::before {
    background-image: url("/wp-content/uploads/2026/06/quick-long-term.svg");
}


/* Section 4: Jobs */

.rbiqc-jobs-section {
    background: #f3f3f3;
}

.rbiqc-jobs-section .rbiqc-container {
    max-width: 1040px;
}

.rbiqc-jobs-section h2 {
    max-width: 440px;
}

.rbiqc-job-feed {
    margin-top: 32px;
}

.rbiqc-job-feed article,
.rbiqc-job-feed .job,
.rbiqc-job-feed .rbiqc-job-listing {
    border-bottom: 1px solid #ccc;
    padding: 28px 0;
}


/* Section 3: Employer content */

.rbiqc-employer-section {
    background: #fff;
}


/* Section 5: Hiring Options */

.rbiqc-hiring-options-section {
    background: #fff;
    text-align: center;
}

.rbiqc-hiring-options-section .rbiqc-container {
    max-width: 1080px;
}

.rbiqc-hiring-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 46px;
    margin-top: 42px;
    text-align: center;
}

.rbiqc-hiring-grid > div {
    position: relative;
    padding-top: 110px;
}

/* Swap these image URLs with your media-library assets */
.rbiqc-hiring-grid > div:nth-child(1)::before,
.rbiqc-hiring-grid > div:nth-child(2)::before,
.rbiqc-hiring-grid > div:nth-child(3)::before {
    content: "";
    position: absolute;
    top: 0;
    left: 50%;
    width: 92px;
    height: 92px;
    transform: translateX(-50%);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
}

.rbiqc-hiring-grid > div:nth-child(1)::before {
    background-image: url("/wp-content/uploads/2026/06/temporary-hire.svg");
}

.rbiqc-hiring-grid > div:nth-child(2)::before {
    background-image: url("/wp-content/uploads/2026/06/temp-direct-hire.svg");
}

.rbiqc-hiring-grid > div:nth-child(3)::before {
    background-image: url("/wp-content/uploads/2026/06/temp-direct-hire.svg");
}

.rbiqc-hiring-options-section .rbiqc-cta-group {
    justify-content: center;
}


/* Section 6: Global Leader */

.rbiqc-global-leader-section {
    background: #0099d8;
    color: #fff;
    padding-bottom: 40px;
}

.rbiqc-global-leader-section h2,
.rbiqc-global-leader-section p {
    color: #fff;
}

.rbiqc-global-inner {
    display: grid;
    grid-template-columns: minmax(0, 1fr) 430px;
    gap: 70px;
    align-items: center;
}

.rbiqc-global-copy {
    max-width: 620px;
}

.rbiqc-global-image img {
    display: block;
    width: 100%;
    height: auto;
}

/* Alternative if you are using CSS background instead of an img tag */
.rbiqc-global-image {
    min-height: 300px;
    background-image: url("/wp-content/uploads/2026/06/Staffing_global-local.jpg");
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
}


/* Section 7: Footer CTA */

.rbiqc-footer-cta-section {
    background: #0099d8;
    color: #fff;
    padding-top: 35px;
}

.rbiqc-footer-cta-section .rbiqc-container {
    display: grid;
    grid-template-columns: minmax(0, 1fr) 220px;
    gap: 60px;
    align-items: center;
}

.rbiqc-footer-cta-section h2,
.rbiqc-footer-cta-section p {
    color: #fff;
}

.rbiqc-footer-cta-section .rbiqc-cta-group {
    margin-top: 0;
}


/* Mobile */

@media (max-width: 900px) {
    .rbiqc_hero_inner {
        grid-template-columns: 1fr;
        gap: 28px;
        padding: 36px 20px;
    }

    .rbiqc_hero_contact {
        width: 100%;
    }

    .rbiqc_hero_content_area {
        width: 100%;
        min-height: 0;
    }

    .rbiqc_hero_button_row {
        flex-direction: column;
        align-items: stretch;
    }

    .rbiqc_jobs_button,
    .rbiqc_employer_button,
    .rbiqc-btn {
        width: 100%;
    }

    .rbiqc-intro-section .rbiqc-container,
    .rbiqc-global-inner,
    .rbiqc-footer-cta-section .rbiqc-container {
        grid-template-columns: 1fr;
        gap: 32px;
    }

    .rbiqc-intro-section .rbiqc-cta-group,
    .rbiqc-footer-cta-section .rbiqc-cta-group {
        align-items: stretch;
    }

    .rbiqc-solutions-grid,
    .rbiqc-hiring-grid {
        grid-template-columns: 1fr;
    }

    .rbiqc-section {
        padding: 52px 20px;
    }

    .rbiqc-section h2 {
        font-size: 30px;
    }
}