/* =============================================
   GRACEBRIDGE VOLUNTEER PAGE
   ============================================= */

.postid-5795 .single_job_listing {
    max-width: 100%;
}

.postid-5795 .single_job_listing > .company,
.postid-5795 .single_job_listing > .job-listing-meta,
.postid-5795 .single_job_listing > .job_description {
    display: none;
}


/* MAIN WRAPPER */

.gb-volunteer-page {
    font-family: Jost, sans-serif;
    
}

.gb-volunteer-page * {
    box-sizing: border-box;
}

.d-flex{
    display: flex;
    align-items: center;
    gap: 5px;
}
.fill-white{
    fill: #fff
}

/* =============================================
   HERO
   ============================================= */

.gb-volunteer-hero {
    display: grid;
    grid-template-columns: 65% 35%;
    margin: 0;
}

.gb-hero-left {
    background: #0862cc;
    color: #fff;
    padding: 55px 60px;
}

.gb-hero-right {
    background: #f4f6fa;
    padding: 55px 45px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
}

.gb-volunteer-badge {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    background: #D4AF37;
    color: #fff;
    padding: 9px;
    border-radius: 8px;
    height: 30px;
    font-size: 13px;
    margin-bottom: 20px;
    font-weight: 500;
}



.gb-volunteer-badge svg{
    width: 1em;
    height: 1em;
    color: #fff;
    fill: #fff
}

@media (max-width: 500px){
    .gb-volunteer-badge{
        line-height: 14px;
        height: auto;
    }
}

.gb-hero-left h1 {
    color: #fff;
    font-size: 32px;
    line-height: 1.25;
    margin: 0 0 15px;
}

.gb-hero-description {
    font-size: 16px;
    margin-bottom: 25px;
}

.gb-hero-meta {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    font-size: 13px;
    margin-bottom: 28px;
}

.gb-yellow-button {
    display: inline-block;
    background: #f4c52e;
    color: #18243c !important;
    padding: 13px 22px;
    border-radius: 6px;
    font-weight: 600;
    text-decoration: none !important;
}

.gb-yellow-button:hover {
    transform: translateY(-1px);
}

.gb-heart-icon {
    width: 55px;
    height: 55px;
    background: #f4c52e;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 27px;
    margin-bottom: 20px;
}

.gb-hero-right h2 {
    font-size: 22px;
    line-height: 1.4;
    margin-bottom: 15px;
}

.gb-hero-right p {
    color: #6b7280;
    line-height: 1.7;
    max-width: 330px;
}


/* =============================================
   OPPORTUNITIES
   ============================================= */

.gb-opportunities {
    max-width: 1000px;
    margin: auto;
    padding: 55px 25px 35px;
}

.gb-section-heading {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 50px;
    align-items: end;
    margin-bottom: 30px;
}

.gb-small-title {
    color: #c59712;
    letter-spacing: 1.5px;
    font-size: 12px;
    font-weight: 600;
}

.gb-section-heading h2,
.gb-application-intro h2 {
    margin: 8px 0 0;
    font-size: 24px;
}

.gb-section-heading > p {
    color: #667085;
    line-height: 1.6;
    margin: 0;
}

.gb-opportunity-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
}

.gb-opportunity-card {
    border: 1px solid #e5e7eb;
    border-top: 4px solid #e7bd24;
    border-radius: 10px;
    padding: 25px;
    box-shadow: 0 7px 20px rgba(0,0,0,0.06);
    background: #fff;
}

.gb-card-icon {
    width: 43px;
    height: 43px;
    background: #edf4ff;
    color: #1467d8;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 8px;
    margin-bottom: 18px;
}

.gb-opportunity-card h3 {
    font-size: 18px;
    margin-bottom: 15px;
}

.gb-opportunity-card ul {
    padding-left: 18px;
    margin: 0;
}

.gb-opportunity-card li {
    margin-bottom: 10px;
    color: #667085;
    font-size: 13px;
    line-height: 1.5;
}

.gb-opportunity-card li::marker {
    color: #e0b51e;
}


/* =============================================
   BENEFITS
   ============================================= */

.gb-benefits {
    max-width: 1000px;
    margin: 10px auto 0;
    display: grid;
    grid-template-columns: 35% 65%;
}

.gb-benefits-title {
    background: #0056D2;
    color: #fff;
    padding: 50px 35px;
    display: flex;
    align-items: center;
}

.gb-benefits-title h2 {
    color: #fff;
    margin: 0;
    font-size: 23px;
}

.gb-benefits-list {
    background: #D4AF37;
    padding: 35px;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 15px ;
    font-size: 13px;
}

.gb-volunteer-note {
    max-width: 1000px;
    margin: 12px auto 50px;
    padding: 0 5px;
    font-size: 12px;
    color: #777;
}


/* =============================================
   APPLICATION
   ============================================= */

.gb-application-section {
    max-width: 1000px;
    margin: 0 auto;
    padding: 10px 25px 70px;
    display: grid;
    grid-template-columns: 34% 66%;
    gap: 35px;
    align-items: start;
}

.gb-application-intro > p {
    color: #667085;
    line-height: 1.6;
}

.gb-commitment-box {
    background: #f4f6fa;
    border-left: 4px solid #e7bd24;
    padding: 20px;
    margin-top: 30px;
}

.gb-commitment-box strong {
    display: block;
    margin-bottom: 10px;
}

.gb-commitment-box p {
    margin: 0;
    font-size: 12px;
    line-height: 1.7;
    color: #667085;
}


/* =============================================
   WP JOB MANAGER APPLICATION FORM
   ============================================= */

#gb-volunteer-form-target
.job_application.application {
    margin: 0 !important;
    padding: 0 !important;
}

#gb-volunteer-form-target
.application_details {
    display: block !important;
    background: #fff;
    border-radius: 10px;
    padding: 25px;
    box-shadow: none;
}

#gb-volunteer-form-target fieldset {
    border: 0;
    padding: 0;
    margin: 0 0 18px;
}

#gb-volunteer-form-target label {
    font-size: 13px;
    font-weight: 600;
    display: block;
    margin-bottom: 7px;
    color: #26344e;
}

#gb-volunteer-form-target input[type="text"],
#gb-volunteer-form-target input[type="email"],
#gb-volunteer-form-target input[type="tel"],
#gb-volunteer-form-target input[type="url"],
#gb-volunteer-form-target input[type="date"],
#gb-volunteer-form-target input[type="file"],
#gb-volunteer-form-target textarea,
#gb-volunteer-form-target select {
    width: 100%;
    min-height: 44px;
    padding: 11px 13px;
    border: 1px solid #d6dce6;
    border-radius: 6px;
    background: #fff;
    box-shadow: none;
    font-size: 13px;
}

#gb-volunteer-form-target textarea {
    min-height: 105px;
    resize: vertical;
}

#gb-volunteer-form-target input:focus,
#gb-volunteer-form-target textarea:focus,
#gb-volunteer-form-target select:focus {
    border-color: #0862cc;
    outline: none;
}

#gb-volunteer-form-target input[type="submit"],
#gb-volunteer-form-target button[type="submit"] {
    background: #D4AF37;
    color: #17243b;
    border: 0;
    padding: 13px 23px;
    border-radius: 6px;
    font-weight: 600;
    cursor: pointer;

}

#gb-volunteer-form-target
.application_button {
    display: none;
}


/* =============================================
   MOBILE
   ============================================= */

@media (max-width: 900px) {

    .gb-volunteer-hero {
        grid-template-columns: 1fr;
    }

    .gb-section-heading {
        grid-template-columns: 1fr;
        gap: 15px;
    }

    .gb-opportunity-grid {
        grid-template-columns: 1fr;
    }

    .gb-benefits {
        grid-template-columns: 1fr;
        margin-left: 20px;
        margin-right: 20px;
    }

    .gb-application-section {
        grid-template-columns: 1fr;
    }

}


@media (max-width: 600px) {

    .gb-hero-left {
        padding: 40px 22px;
    }

    .gb-hero-right {
        padding: 40px 22px;
    }

    .gb-hero-left h1 {
        font-size: 27px;
    }

    .gb-hero-meta {
        flex-direction: column;
        gap: 10px;
    }

    .gb-opportunities {
        padding: 40px 18px;
    }

    .gb-benefits-list {
        grid-template-columns: 1fr;
    }

    .gb-application-section {
        padding: 25px 18px 50px;
    }

}






/* =========================================================
   EXPERIENCED PROFESSIONALS
   EXACT CUSTOM LAYOUT - JOB ID 5793
   ========================================================= */


/* ---------------------------------------------------------
   REMOVE THEME / WP JOB MANAGER DEFAULT CONTENT
   --------------------------------------------------------- */

body.postid-5793 {
    background: #eef3f9;
}

/* Astra/theme default title + author/date */
.postid-5793 .entry-header,
.postid-5793 .entry-title,
.postid-5793 .entry-meta {
    display: none !important;
}

/* Remove theme content spacing */
.postid-5793 .site-content,
.postid-5793 .content-area,
.postid-5793 .site-main,
.postid-5793 article,
.postid-5793 .entry-content {
    padding: 0 !important;
    margin: 0 !important;
}

/* Make page full width */
.postid-5793 .ast-container {
    max-width: 100% !important;
    padding-left: 0 !important;
    padding-right: 0 !important;
}

.postid-5793 #primary {
    width: 100% !important;
    margin: 0 !important;
}

/* WP Job Manager original content */
.postid-5793 .single_job_listing > .job-listing-meta,
.postid-5793 .single_job_listing > .company,
.postid-5793 .single_job_listing > .job_description {
    display: none !important;
}

/* Original blue Apply button */
.postid-5793 .application_button {
    display: none !important;
}

/* Already applied message */
.postid-5793 .job-manager-applications-applied-notice,
.postid-5793 .application-message {
    display: none !important;
}

/* Previous / Next navigation */
.postid-5793 .post-navigation,
.postid-5793 .navigation.post-navigation {
    display: none !important;
}


/* ---------------------------------------------------------
   CUSTOM PAGE WRAPPER
   --------------------------------------------------------- */

.postid-5793 .gb-experience-page {
    width: 100%;
    max-width: 1920px;
    margin: 0 auto;
    background: #fff;
    color: #19263d;
}

.postid-5793 .gb-experience-page *,
.postid-5793 .gb-experience-page *::before,
.postid-5793 .gb-experience-page *::after {
    box-sizing: border-box;
}


/* ---------------------------------------------------------
   HERO
   --------------------------------------------------------- */

.postid-5793 .gb-exp-hero {
    width: 100%;
    display: grid !important;
    grid-template-columns: 50% 50%;
    min-height: 300px;
    margin: 0 !important;
    padding: 0 !important;
}

.postid-5793 .gb-exp-hero-left {
    background: #0861d1 !important;
    color: #fff !important;
    padding: 42px 28px 38px 67px !important;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.postid-5793 .gb-exp-eyebrow {
    display: block;
    color: #e8bb27 !important;
    font-size: 14px;
    font-weight: 500;
}

.postid-5793 .gb-exp-hero-left h1 {
    color: #fff !important;
    margin: 0 0 18px !important;
    padding: 0 !important;
    font-size: 34px !important;
    line-height: 1.15 !important;
    font-weight: 700 !important;
}

.postid-5793 .gb-exp-hero-left p {
    color: #fff !important;
    max-width: 530px;
    margin: 0 0 24px !important;
    font-size: 16px !important;
    line-height: 1.75 !important;
}

.gb-exp-yellow-btn {
    display: inline-flex !important;
    align-items: center;
    justify-content: center;
    width: fit-content;
    min-height: 46px;
    padding: 0 25px !important;
    background: #e5b92b !important;
    color: #17233d !important;
    text-decoration: none !important;
    border: 0 !important;
    border-radius: 0 !important;
    font-size: 12px !important;
    font-weight: 700 !important;
    letter-spacing: .5px;
    text-transform: uppercase;
}

.gb-exp-yellow-btn:hover {
    background: #d8aa1d !important;
    color: #17233d !important;
}

.postid-5793 .gb-exp-hero-right {
    background: #f1f4f9 !important;
    display: flex !important;
    justify-content: center;
    align-items: center;
    min-height: 300px;
}

.postid-5793 .gb-exp-briefcase {
    width: 78px !important;
    height: 78px !important;
    border-radius: 50% !important;
    background: #e4b82d !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    font-size: 32px !important;
    line-height: 1 !important;
}


/* ---------------------------------------------------------
   BODY CONTENT
   --------------------------------------------------------- */

.postid-5793 .gb-exp-content {
    width: 100%;
    max-width: 840px;
    margin: 0 auto !important;
    padding: 46px 0 65px !important;
}


/* ---------------------------------------------------------
   CURRENT VACANCIES
   --------------------------------------------------------- */

.postid-5793 .gb-exp-vacancies {
    width: 100%;
    background: #f3f5f8 !important;
    border-left: 4px solid #0964d8 !important;
    padding: 17px 20px !important;
    margin: 0 0 27px !important;
    display: flex !important;
    align-items: center;
    justify-content: space-between;
    gap: 25px;
}

.postid-5793 .gb-exp-vacancies h2 {
    margin: 0 0 5px !important;
    padding: 0 !important;
    font-size: 21px !important;
    line-height: 1.2;
    color: #1b283e !important;
}

.postid-5793 .gb-exp-vacancies p {
    margin: 0 !important;
    color: #525b69 !important;
    font-size: 13px !important;
}

.postid-5793 .gb-exp-vacancy-status {
    min-width: 245px;
    background: #e7ecf4 !important;
    color: #27364d !important;
    padding: 13px 18px !important;
    border-radius: 5px;
    text-align: center;
    font-size: 13px !important;
}


/* ---------------------------------------------------------
   TALENT DATABASE INTRO
   --------------------------------------------------------- */

.postid-5793 .gb-exp-talent-intro {
    margin: 0 0 15px !important;
}

.postid-5793 .gb-exp-small-title {
    display: block;
    margin: 0 0 7px !important;
    color: #d3a61b !important;
    font-size: 13px !important;
    line-height: 1.3;
}

.postid-5793 .gb-exp-talent-intro h2 {
    margin: 0 0 9px !important;
    padding: 0 !important;
    color: #17233c !important;
    font-size: 30px !important;
    line-height: 1.15 !important;
    font-weight: 700;
}

.postid-5793 .gb-exp-talent-intro p {
    margin: 0 0 13px !important;
    color: #4d5665 !important;
    font-size: 13px !important;
    line-height: 1.6;
}

.postid-5793 .gb-exp-secure-note {
    color: #5e6875 !important;
    font-size: 12px !important;
    margin-bottom: 13px;
    display: flex;
    align-items: center;
    gap: 5px
}


/* ---------------------------------------------------------
   FORM CARD
   --------------------------------------------------------- */

.postid-5793 #gb-experienced-form-target {
    width: 100%;
}

.postid-5793 #gb-experienced-form-target .job_application.application {
    display: block !important;
    width: 100% !important;
    margin: 0 !important;
    padding: 0 !important;
}

.postid-5793 #gb-experienced-form-target .application_details {
    display: block !important;
    width: 100%;
    margin: 0 !important;
    padding: 0 15px 18px !important;
    background: #fff !important;
    border: 1px solid #dce2e9 !important;
    border-radius: 7px !important;
    box-shadow: none !important;
}


/* Individual form row */

.postid-5793 #gb-experienced-form-target fieldset {
    width: 100% !important;

    align-items: start;
    gap: 15px !important;

    margin: 0 !important;
    padding: 13px 0 !important;

    border: 0 !important;
}


/* labels */

.postid-5793 #gb-experienced-form-target fieldset > label {
    display: block !important;
    margin: 0 !important;
    padding: 10px 0 0 !important;

    color: #27354b !important;
    font-size: 12px !important;
    line-height: 1.4 !important;
    font-weight: 600 !important;
}


/* input wrapper */

.postid-5793 #gb-experienced-form-target .field {
    width: 100% !important;
}


/* inputs */

.postid-5793 #gb-experienced-form-target input[type="text"],
.postid-5793 #gb-experienced-form-target input[type="email"],
.postid-5793 #gb-experienced-form-target input[type="tel"],
.postid-5793 #gb-experienced-form-target input[type="url"],
.postid-5793 #gb-experienced-form-target input[type="number"],
.postid-5793 #gb-experienced-form-target input[type="date"],
.postid-5793 #gb-experienced-form-target select,
.postid-5793 #gb-experienced-form-target textarea {
    display: block !important;
    width: 100% !important;
    max-width: none !important;

    margin: 0 !important;
    padding: 10px 12px !important;

    min-height: 41px !important;

    border: 1px solid #d5dbe4 !important;
    border-radius: 4px !important;

    background: #fff !important;
    color: #26344b !important;

    font-size: 12px !important;
    line-height: 1.4;

    box-shadow: none !important;
}

.postid-5793 #gb-experienced-form-target textarea {
    min-height: 88px !important;
    resize: vertical;
}

.postid-5793 #gb-experienced-form-target input:focus,
.postid-5793 #gb-experienced-form-target textarea:focus,
.postid-5793 #gb-experienced-form-target select:focus {
    outline: 0 !important;
    border-color: #0964d8 !important;
}


/* file field */

.postid-5793 #gb-experienced-form-target input[type="file"] {
    width: 100% !important;
    margin: 0 0 7px !important;
    font-size: 12px !important;
}

.postid-5793 #gb-experienced-form-target small,
.postid-5793 #gb-experienced-form-target .description {
    display: block;
    margin-top: 6px !important;
    color: #777f8c !important;
    font-size: 11px !important;
    line-height: 1.5;
}


/* reCAPTCHA */

.postid-5793 #gb-experienced-form-target .g-recaptcha {
    margin-top: 4px;
}


/* submit */

.postid-5793 #gb-experienced-form-target input[type="submit"],
.postid-5793 #gb-experienced-form-target button[type="submit"] {
    display: inline-flex !important;
    align-items: center;
    justify-content: center;

    margin: 14px 0 0 !important;
    padding: 11px 25px !important;

    min-height: 40px;

    background: #0861d1 !important;
    color: #fff !important;

    border: 0 !important;
    border-radius: 5px !important;

    font-size: 12px !important;
    font-weight: 600 !important;

    box-shadow: none !important;
    cursor: pointer;
}

.postid-5793 #gb-experienced-form-target input[type="submit"]:hover,
.postid-5793 #gb-experienced-form-target button[type="submit"]:hover {
    background: #064ea9 !important;
}


/* ---------------------------------------------------------
   HIDE ANY REMAINING DEFAULT ELEMENTS BELOW FORM
   --------------------------------------------------------- */

.postid-5793 .gb-experience-page ~ .job-listing-meta,
.postid-5793 .gb-experience-page ~ .company,
.postid-5793 .gb-experience-page ~ .job_description,
.postid-5793 .gb-experience-page ~ .job-manager-applications-applied-notice {
    display: none !important;
}


/* ---------------------------------------------------------
   MOBILE
   --------------------------------------------------------- */

@media (max-width: 900px) {

    .postid-5793 .gb-exp-hero {
        grid-template-columns: 1fr !important;
    }

    .postid-5793 .gb-exp-hero-right {
        min-height: 170px;
    }

    .postid-5793 .gb-exp-content {
        width: auto;
        margin: 0 20px !important;
        padding-top: 30px !important;
    }

}


@media (max-width: 700px) {

    .postid-5793 .gb-exp-vacancies {
        flex-direction: column;
        align-items: flex-start;
    }

    .postid-5793 .gb-exp-vacancy-status {
        min-width: 0;
        width: 100%;
    }

    .postid-5793 #gb-experienced-form-target fieldset {
        grid-template-columns: 1fr !important;
        gap: 6px !important;
    }

    .postid-5793 #gb-experienced-form-target fieldset > label {
        padding-top: 0 !important;
    }
    

}


@media (max-width: 480px) {

    .postid-5793 .gb-exp-hero-left {
        padding: 30px 20px !important;
    }

    .postid-5793 .gb-exp-hero-left h1 {
        font-size: 27px !important;
    }

    .postid-5793 .gb-exp-talent-intro h2 {
        font-size: 24px !important;
    }

}

.gb-careers-recaptcha textarea#g-recaptcha-response {
    display: none !important;
}

/* =========================================
   EXPERIENCED PROFESSIONAL VACANCIES
   ========================================= */

.gb-exp-vacancies-inner {
    width: 100%;
}

.gb-exp-job-list {
    display: flex;
    flex-direction: column;
    gap: 16px;
    margin-top: 25px;
}

.gb-exp-job-card {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 25px;
    padding: 24px;
    background: #ffffff;
    border: 1px solid #e5e7eb;
    border-radius: 10px;
}

.gb-exp-job-card-content h3 {
    margin: 0 0 8px;
    font-size: 20px;
}

.gb-exp-job-location {
    margin: 0;
    color: #667085;
}

.gb-exp-job-button {
    display: inline-block;
    padding: 11px 20px;
    background: #d4af37;
    color: #000000;
    border-radius: 5px;
    text-decoration: none;
    font-weight: 600;
    white-space: nowrap;
}

.gb-exp-job-button:hover {
    opacity: 0.9;
}

.gb-exp-no-vacancies {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
}

@media (max-width: 767px) {

    .gb-exp-job-card,
    .gb-exp-no-vacancies {
        flex-direction: column;
        align-items: flex-start;
    }

}