.vhf-careers-wrap {
    --vhf-primary: #641246;
    --vhf-primary-dark: #000;
    --vhf-accent: #f5b748;
    --vhf-text: #000;
    --vhf-muted: #000;
    --vhf-border: #eadfe8;
    --vhf-bg: #fff8fc;
    color: var(--vhf-text);
    font-family: inherit;
    isolation: isolate;
}
.nice-select::after {
   right: 15px;
}
.vhf-careers-wrap *,
.vhf-careers-wrap *::before,
.vhf-careers-wrap *::after {
    box-sizing: border-box;
}

span.newportal {
    font-family: "segoe-ui", sans-serif !important;
    font-size: 16px;
}
/* Keep VHF form/filter dropdowns as native browser selects.
   This prevents theme-level Nice Select wrappers from blocking option clicks. */
.vhf-careers-wrap select {
    display: block !important;
    visibility: visible !important;
    opacity: 1 !important;
    pointer-events: auto !important;
    position: relative !important;
    z-index: 5 !important;
    -webkit-appearance: menulist !important;
    appearance: auto !important;
}

.vhf-careers-wrap select + .nice-select,
.vhf-careers-wrap .nice-select {
    display: none !important;
    visibility: hidden !important;
    pointer-events: none !important;
}

.single-vhf_job .tp-postbox-title2{
	display:none;
}

.single-vhf_job .tp-postbox-title2{
	display:none;
}
.vhf-careers-wrap .vhf-careers-hero {
    border-radius: 28px;
    padding: clamp(38px, 7vw, 82px);
    background: radial-gradient(circle at top right, rgba(245, 183, 72, .32), transparent 34%), linear-gradient(135deg, var(--vhf-primary-dark), var(--vhf-primary));
    color: #fff;
    overflow: hidden;
    position: relative;
    margin-bottom: 36px;
}

.vhf-careers-wrap .vhf-careers-hero::after {
    content: "";
    position: absolute;
    inset: auto -80px -110px auto;
    width: 260px;
    height: 260px;
    border-radius: 50%;
    border: 38px solid rgba(255,255,255,.12);
}

.vhf-careers-wrap .vhf-careers-hero__content {
    max-width: 820px;
    position: relative;
    z-index: 2;
}

.vhf-careers-wrap .vhf-eyebrow {
    display: inline-flex;
    align-items: center;
/*     gap: 8px;
    color: #ed1b2d;
    text-transform: uppercase;
    font-size: 12px;
    font-weight: 800;
    letter-spacing: .14em;
    font-family: "segoe-ui", sans-serif !important; */
    font-family: "Montserrat", Sans-serif;
		font-weight: 500;
		text-transform: uppercase;
		color: #C0182E;
		font-size: 16px;
    margin: 12px 0px;
}

.vhf-careers-wrap .vhf-careers-hero h1,
.vhf-careers-wrap .vhf-section-head h2 {
    margin: 0;
    line-height: 1.05;
}

.vhf-careers-wrap .vhf-careers-hero h1 {
    font-size: clamp(36px, 6vw, 70px);
    color: #fff;
}

.vhf-careers-wrap .vhf-careers-hero p {
    max-width: 760px;
    margin: 18px 0 28px;
    color: rgba(255,255,255,.86);
    font-size: clamp(16px, 2vw, 20px);
    line-height: 1.65;
}

/* .vhf-careers-wrap .vhf-section {
    padding: clamp(34px, 5vw, 64px) 0;
} */

.vhf-careers-wrap .vhf-section-head {
    max-width: 860px;
    margin-bottom: 26px;
}

.vhf-careers-wrap .vhf-section-head--between {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    gap: 20px;
    max-width: none;
}

.vhf-careers-wrap .vhf-section-head h2 {
    font-family: "Montserrat", Sans-serif;
    font-size: 42px;
    font-weight: 500;
    color: #003087;
	margin-bottom: 20px;
}

.vhf-careers-wrap .vhf-section-head p {
    color: var(--vhf-muted);
    line-height: 1.7;
    margin: 14px 0 0;
}

.vhf-careers-wrap .vhf-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    border: 0;
    cursor: pointer;
    min-height: 46px;
    padding: 12px 20px;
    border-radius: 999px;
    font-size: 16px;
    font-family: "segoe-ui", sans-serif !important;
    font-weight: 700 !important;
    text-decoration: none !important;
    transition: transform .2s ease, box-shadow .2s ease, background .2s ease;
}

.vhf-careers-wrap .vhf-btn:hover {
    transform: translateY(-1px);
}

.vhf-careers-wrap .vhf-btn-primary {
    color: #fff !important;
    background-color: #003087;
    border-radius: 10px 10px 10px 10px;
}

.vhf-careers-wrap .vhf-btn-light {
    background: #fff;
    color: #000000 !important;
    border: 1px solid var(--vhf-border);
    border-radius: 10px 10px 10px 10px;
}

.vhf-careers-wrap .vhf-value-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 18px;
}

.vhf-careers-wrap .vhf-value-card,
.vhf-careers-wrap .vhf-job-card,
.vhf-careers-wrap .vhf-application-form,
.vhf-careers-wrap .vhf-openings-count,
.vhf-careers-wrap .vhf-job-filters,
.vhf-careers-wrap .vhf-no-jobs {
    background: #fff;
    border: 1px solid var(--vhf-border);
    border-radius: 15px;
    --flex-direction: column;
    --container-widget-width: 100%;
    --container-widget-height: initial;
    --container-widget-flex-grow: 0;
    --container-widget-align-self: initial;
    --flex-wrap-mobile: wrap;
    --gap: 15px 15px;
    --row-gap: 15px;
    --column-gap: 15px;
    border-style: solid;
    --border-style: solid;
    border-width: 06px 0px 0px 0px;
    --border-top-width: 06px;
    --border-right-width: 0px;
    --border-bottom-width: 0px;
    --border-left-width: 0px;
    border-color: #C0182E;
    --border-color: #C0182E;
    --border-radius: 10px 10px 10px 10px;
    box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.5);
    --padding-top: 30px;
    --padding-bottom: 30px;
    --padding-left: 30px;
    --padding-right: 30px;
}

.vhf-careers-wrap .vhf-value-card {
    padding: 26px;
}

.vhf-careers-wrap .vhf-value-card h3,
.vhf-careers-wrap .vhf-job-card h3,
.vhf-careers-wrap .vhf-job-detail-group h4 {
	font-family: "Montserrat", Sans-serif;
	font-weight: 600;
	text-transform: uppercase;
	color: #003087;
    margin: 0 0 10px;
}

.vhf-careers-wrap .vhf-value-card p {
    margin: 0;
    color: var(--vhf-muted);
    line-height: 1.65;
}

.vhf-careers-wrap .vhf-process-list {
    display: grid;
    grid-template-columns: repeat(6, minmax(0, 1fr));
    gap: 12px;
}

.vhf-careers-wrap .vhf-process-item {
    padding: 20px;
    border-radius: 20px;
    border: 1px solid var(--vhf-border);
    background: linear-gradient(180deg, #fff, var(--vhf-bg));
}

.vhf-careers-wrap .vhf-process-item span {
    display: block;
    color: var(--vhf-primary);
    font-size: 13px;
    font-weight: 700;
    margin-bottom: 10px;
}

.vhf-careers-wrap .vhf-process-item strong {
    display: block;
    font-size: 16px;
    line-height: 1.35;
}

.vhf-careers-wrap .vhf-openings-count {
    min-width: 132px;
    padding: 18px 20px;
    text-align: center;
}

.vhf-careers-wrap .vhf-openings-count strong {
    display: block;
    color: var(--vhf-primary);
    font-size: 34px;
    line-height: 1;
}

.vhf-careers-wrap .vhf-openings-count span {
    color: var(--vhf-muted);
    font-size: 13px;
    font-weight: 700;
}

.vhf-careers-wrap .vhf-job-filters {
    display: grid;
    grid-template-columns: 1.6fr 1fr 1fr 1fr auto;
    gap: 12px;
    padding: 16px;
    margin-bottom: 20px;
}

.vhf-careers-wrap .vhf-job-filters input,
.vhf-careers-wrap .vhf-job-filters select,
.vhf-careers-wrap .vhf-application-form input,
.vhf-careers-wrap .vhf-application-form select,
.vhf-careers-wrap .vhf-application-form textarea {
    width: 100%;
    border: 1px solid var(--vhf-border);
    border-radius: 14px;
    min-height: 46px;
    padding: 12px 14px;
    background: #fff;
    color: var(--vhf-text);
    outline: none;
	font-size: 14px;
    font-family: "segoe-ui", sans-serif !important;
    font-weight: 400 !important;
}

.vhf-careers-wrap .vhf-job-filters input:focus,
.vhf-careers-wrap .vhf-job-filters select:focus,
.vhf-careers-wrap .vhf-application-form input:focus,
.vhf-careers-wrap .vhf-application-form select:focus,
.vhf-careers-wrap .vhf-application-form textarea:focus {
    border-color: var(--vhf-primary);
    box-shadow: 0 0 0 3px rgba(100,18,70,.08);
	    font-size: 14px;
    font-family: "segoe-ui", sans-serif !important;
    font-weight: 400 !important;
}

.vhf-careers-wrap .vhf-job-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 20px;
}

.vhf-careers-wrap .vhf-job-card {
    padding: 24px;
}

.vhf-careers-wrap .vhf-job-card[hidden] {
    display: none;
}

.vhf-careers-wrap .vhf-job-card__top,
.vhf-careers-wrap .vhf-job-actions {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 10px;
    flex-wrap: wrap;
}

.vhf-careers-wrap .vhf-job-status,
.vhf-careers-wrap .vhf-job-openings {
    display: inline-flex;
    align-items: center;
    min-height: 30px;
    border-radius: 999px;
    padding: 7px 12px;
    font-size: 16px;
    font-weight: 500;
}

.vhf-careers-wrap .vhf-job-status {
    background: rgba(100,18,70,.1);
    color: var(--vhf-primary);
	    font-size: 16px;
    font-family: "segoe-ui", sans-serif !important;
    font-weight: 700 !important;
}

.vhf-careers-wrap .vhf-job-openings {
        background: rgb(237 27 45);
    color: #ffffff;
    border-radius: 10px 10px 10px 10px;
	    font-size: 16px;
    font-family: "segoe-ui", sans-serif !important;
    font-weight: 700 !important;
}

.vhf-careers-wrap .vhf-job-card h3 {
    margin-top: 18px;
    font-size: 24px;
}

.vhf-careers-wrap .vhf-job-meta {
    color: var(--vhf-muted);
    line-height: 1.6;
}

.vhf-careers-wrap .vhf-location-chips {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    margin: 18px 0;
}

.vhf-careers-wrap .vhf-location-chips span {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 8px 12px;
    border-radius: 999px;
    background: var(--vhf-bg);
    color: var(--vhf-primary-dark);
    font-size: 13px;
    font-weight: 700;
}

.vhf-careers-wrap .vhf-location-chips small {
    display: inline-grid;
    place-items: center;
    min-width: 20px;
    height: 20px;
    border-radius: 50%;
    background: var(--vhf-primary);
    color: #fff;
    font-size: 11px;
}

.vhf-careers-wrap .vhf-job-details {
    display: none;
    padding-top: 8px;
}

.vhf-careers-wrap .vhf-job-card.is-open .vhf-job-details {
    display: block;
}

.vhf-careers-wrap .vhf-job-detail-group {
    border-top: 1px solid var(--vhf-border);
    padding-top: 16px;
    margin-top: 16px;
}

.vhf-careers-wrap .vhf-job-detail-group ul {
    margin: 0;
    padding-left: 18px;
    color: var(--vhf-muted);
    line-height: 1.7;
}

.vhf-careers-wrap .vhf-job-actions {
    margin-top: 22px;
    justify-content: flex-start;
}

.vhf-careers-wrap .vhf-no-jobs {
    padding: 22px;
    text-align: center;
    color: var(--vhf-muted);
    margin-top: 20px;
}

.vhf-careers-wrap .vhf-no-jobs[hidden] {
    display: none;
}

.vhf-careers-wrap .vhf-application-form {
    padding: clamp(18px, 4vw, 34px);
}

.vhf-careers-wrap .vhf-application-form fieldset {
    border: 0;
    padding: 0;
    margin: 0 0 30px;
}

.vhf-careers-wrap .vhf-application-form legend {
    display: block;
    width: 100%;
    font-size: 20px;
    color: var(--vhf-primary-dark);
    font-weight: 600;
    padding: 0 0 12px;
    border-bottom: 1px solid var(--vhf-border);
    margin-bottom: 18px;
}

.vhf-careers-wrap .vhf-form-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 16px;
}

.vhf-careers-wrap .vhf-form-grid-full {
    grid-column: 1 / -1;
}

.vhf-careers-wrap .vhf-application-form label span,
.vhf-careers-wrap .vhf-file-field span {
    display: block;
    margin-bottom: 8px;
    color: var(--vhf-text);
    font-size: 16px;
    font-weight: 600;
}

.vhf-careers-wrap .vhf-application-form textarea {
    min-height: 110px;
    resize: vertical;
}

.vhf-careers-wrap .vhf-file-field small {
    display: block;
    margin-top: 8px;
    color: var(--vhf-muted);
}

.vhf-careers-wrap .vhf-previous-role {
    position: relative;
    padding: 18px;
    border-radius: 18px;
    background: var(--vhf-bg);
    border: 1px solid var(--vhf-border);
    margin-bottom: 14px;
}

.vhf-careers-wrap .vhf-remove-previous-role {
    margin-top: 14px;
    border: 0;
    background: transparent;
    color: #b42318;
    font-weight: 800;
    cursor: pointer;
}

.vhf-careers-wrap .vhf-check {
    display: flex !important;
    align-items: flex-start;
    gap: 10px;
    margin-bottom: 12px;
}

.vhf-careers-wrap .vhf-check input {
    width: auto !important;
    min-height: auto !important;
    margin-top: 4px;
}

.vhf-careers-wrap .vhf-check span {
    margin: 0 !important;
    font-weight: 600 !important;
    line-height: 1.5;
}

.vhf-careers-wrap .vhf-submit-btn {
    min-width: 210px;
}

.vhf-careers-wrap .vhf-alert {
    border-radius: 16px;
    padding: 16px 18px;
    margin-bottom: 22px;
    line-height: 1.6;
}

.vhf-careers-wrap .vhf-alert-success {
    background: #ecfdf3;
    color: #027a48;
    border: 1px solid #abefc6;
}

.vhf-careers-wrap .vhf-alert-error {
    background: #fff1f3;
    color: #b42318;
    border: 1px solid #fecdca;
}

.vhf-careers-wrap .vhf-alert ul {
    margin: 8px 0 0 18px;
}

@media (max-width: 1024px) {
    .vhf-careers-wrap .vhf-value-grid,
.vhf-careers-wrap .vhf-job-grid {
        grid-template-columns: 1fr;
    }

    .vhf-careers-wrap .vhf-process-list {
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }

    .vhf-careers-wrap .vhf-job-filters {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@media (max-width: 767px) {
    .vhf-careers-wrap .vhf-careers-hero {
        border-radius: 20px;
        padding: 34px 22px;
    }

    .vhf-careers-wrap .vhf-section-head--between {
        align-items: flex-start;
        flex-direction: column;
    }

    .vhf-careers-wrap .vhf-process-list,
.vhf-careers-wrap .vhf-job-filters,
.vhf-careers-wrap .vhf-form-grid {
        grid-template-columns: 1fr;
    }

    .vhf-careers-wrap .vhf-form-grid-full {
        grid-column: auto;
    }

    .vhf-careers-wrap .vhf-job-card,
.vhf-careers-wrap .vhf-application-form,
.vhf-careers-wrap .vhf-value-card {
        border-radius: 18px;
        padding: 18px;
    }

    .vhf-careers-wrap .vhf-btn {
        width: 100%;
    }
}

/* Single job detail page */
.vhf-careers-wrap .vhf-single-job-hero {
border-radius: 28px;
    padding: clamp(34px, 6vw, 70px);
    background: radial-gradient(circle at top right, rgba(245, 183, 72, .28), transparent 36%), linear-gradient(135deg, #ffffff, #003087);
    color: #fff;
    margin-bottom: 18px;
}

.vhf-careers-wrap .vhf-single-job-hero h1 {
    margin: 10px 0 18px;
    color: #000;
    font-size: clamp(34px, 6vw, 64px);
    line-height: 1.05;
    letter-spacing: -.04em;
}

.vhf-careers-wrap .vhf-back-link {
    display: inline-flex;
    margin-bottom: 20px;
    color: rgb(0 0 0 / 90%) !important;
    text-decoration: none !important;
    font-weight: 800;
}

.vhf-careers-wrap .vhf-back-link::before {
    content: "←";
    margin-right: 8px;
}

.vhf-careers-wrap .vhf-single-job-pills {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin: 0 0 24px;
}

.vhf-careers-wrap .vhf-single-job-pills span {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    padding: 9px 13px;
    border-radius: 999px;
    background: rgba(255,255,255,.12);
    border: 1px solid rgba(255,255,255,.2);
    color: rgba(255,255,255,.88);
    font-size: 13px;
}

.vhf-careers-wrap .vhf-single-job-pills strong {
    color: #fff;
}

.vhf-careers-wrap .vhf-single-job-layout {
    display: grid;
    grid-template-columns: minmax(0, 1fr) 340px;
    gap: 24px;
    align-items: start;
}

.vhf-careers-wrap .vhf-single-job-main,
.vhf-careers-wrap .vhf-single-job-sidebar {
    background: #fff;
    border: 1px solid var(--vhf-border);
    border-radius: 24px;
    box-shadow: 0 20px 50px rgba(64, 12, 46, .06);
}

.vhf-careers-wrap .vhf-single-job-main {
    padding: clamp(20px, 4vw, 34px);
	--display: flex;
    --flex-direction: column;
    --container-widget-width: 100%;
    --container-widget-height: initial;
    --container-widget-flex-grow: 0;
    --container-widget-align-self: initial;
    --flex-wrap-mobile: wrap;
    --gap: 15px 15px;
    --row-gap: 15px;
    --column-gap: 15px;
    border-style: solid;
    --border-style: solid;
    border-width: 06px 0px 0px 0px;
    --border-top-width: 06px;
    --border-right-width: 0px;
    --border-bottom-width: 0px;
    --border-left-width: 0px;
    border-color: #C0182E;
    --border-color: #C0182E;
    --border-radius: 10px 10px 10px 10px;
    box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.5);
    --padding-top: 30px;
    --padding-bottom: 30px;
    --padding-left: 30px;
    --padding-right: 30px;
}

.vhf-careers-wrap .vhf-single-job-sidebar {
    padding: 24px;
    position: sticky;
    top: 24px;
}

.vhf-careers-wrap .vhf-job-overview h2,
.vhf-careers-wrap .vhf-single-job-sidebar h3 {
    margin-top: 0;
}

.vhf-careers-wrap .vhf-job-overview h2{
	font-family: "Montserrat", Sans-serif !important;
    font-size: 42px !important;
    font-weight: 500 !important;
    color: #003087;
}

.vhf-careers-wrap .vhf-single-job-sidebar h3{
	font-family: "Montserrat", Sans-serif !important;
    font-size: 24px !important;
    font-weight: 600 !important;
    color: #003087;
}

.vhf-careers-wrap .vhf-job-overview p {
    color: var(--vhf-muted);
    line-height: 1.7;
}

.vhf-careers-wrap .vhf-location-table {
    display: grid;
    gap: 10px;
}

.vhf-careers-wrap .vhf-location-table div {
    border: 1px solid var(--vhf-border);
    border-radius: 16px;
    padding: 14px;
    background: var(--vhf-bg);
}

.vhf-careers-wrap .vhf-location-table span,
.vhf-careers-wrap .vhf-location-table em {
    display: block;
    color: var(--vhf-muted);
    font-size: 14px;
    font-style: normal;
}

.vhf-careers-wrap .vhf-location-table strong {
    display: block;
    color: var(--vhf-primary-dark);
    margin: 4px 0;
}

@media (max-width: 1024px) {
    .vhf-careers-wrap .vhf-single-job-layout {
        grid-template-columns: 1fr;
    }

    .vhf-careers-wrap .vhf-single-job-sidebar {
        position: static;
    }
}

/* AJAX success popup */
.vhf-success-modal {
    position: fixed;
    inset: 0;
    z-index: 999999;
    display: none;
    align-items: center;
    justify-content: center;
    padding: 20px;
}

.vhf-success-modal.is-visible {
    display: flex;
}

.vhf-success-modal__backdrop {
    position: absolute;
    inset: 0;
    background: rgba(13, 9, 22, .58);
    backdrop-filter: blur(5px);
}

.vhf-success-modal__box {
    position: relative;
    z-index: 1;
    width: min(100%, 430px);
    background: #fff;
    border-radius: 22px;
    padding: 34px 28px 28px;
    text-align: center;
    box-shadow: 0 30px 90px rgba(0, 0, 0, .28);
    border: 1px solid rgba(100, 18, 70, .14);
}

.vhf-success-modal__close {
    position: absolute;
    top: 12px;
    right: 14px;
    width: 34px;
    height: 34px;
    border: 0;
    border-radius: 999px;
    background: #fff1f7;
    color: #641246;
    font-size: 24px;
    line-height: 1;
    cursor: pointer;
}

.vhf-success-modal__icon {
    width: 64px;
    height: 64px;
    margin: 0 auto 18px;
    border-radius: 999px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #eaf8ef;
    color: #137a32;
    font-size: 34px;
    font-weight: 900;
}

.vhf-success-modal h3 {
    margin: 0 0 10px;
    color: #1f1f29;
    font-size: 26px;
    line-height: 1.15;
}

.vhf-success-modal__message {
    margin: 0 0 22px;
    color: #6b6572;
    line-height: 1.65;
}

.vhf-modal-open {
    overflow: hidden;
}

.vhf-careers-wrap .vhf-submit-btn:disabled {
    opacity: .72;
    cursor: not-allowed;
    transform: none;
}
