/* ==========================================================================
   Single Careers
   ========================================================================== */

.sc {
    padding-bottom: 80px;
}

.sc__wrap {
    max-width: 1330px;
    margin: 0 auto;
    padding: 100px 24px 0 24px;
}

/* ── Header ─────────────────────────────────────────────────────────────── */

.sc__header {
    margin-bottom: 40px;
}

.sc__title {
    font-family: var(--second-family);
    font-weight: 550;
    font-size: 54px;
    line-height: 119%;
    letter-spacing: -0.02em;
    background: linear-gradient(169deg, rgba(0, 5, 25, 0.9) 0%, #000519 50%, rgba(0, 5, 25, 0.9) 100%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    margin: 0 0 20px;
    padding-bottom: 0.1em;
}

.sc__meta {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 24px;
}

.sc__meta-item {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    color: var(--Text-subtle, #343A40);
    font-family: Inter;
    font-size: 14px;
    font-style: normal;
    font-weight: 450;
    line-height: 22px;
    letter-spacing: 0.28px;
}

.sc__meta-item svg {
    flex-shrink: 0;
}

/* ── Body: two-column ────────────────────────────────────────────────────── */

.sc__body {
    display: grid;
    grid-template-columns: 1fr 400px;
    gap: 40px;
    align-items: start;
    margin-top: 40px;
}

.sc__content {
    min-width: 0;
}

/* ── Sidebar ─────────────────────────────────────────────────────────────── */

.sc__sidebar {
    position: sticky;
    top: 100px;
    padding: 32px 32px 0 32px;
    border-radius: var(--8, 8px);
    border: 1px solid var(--base-border-black, rgba(18, 23, 51, 0.04));
    background: var(--base-white, #FFF);
    box-shadow: 0 14.515px 39.902px 0 rgba(0, 0, 0, 0.02), 0 5.837px 17.474px 0 rgba(0, 0, 0, 0.01), 0 1.306px 7.563px 0 rgba(0, 0, 0, 0.01);
    }

    .sc__sidebar-label {
    color: var(--text-base, #61647A);
    font-family: Inter;
    font-size: 15px;
    font-style: normal;
    font-weight: 500;
    line-height: 24px; /* 160% */
    letter-spacing: 0.75px;
    text-transform: uppercase;
    margin: 0;
}

.sc__sidebar-cards {
    display: flex;
    flex-direction: column;
}

/* ── Sidebar card overrides ─────────────────────────────────────────────── */

.sc__sidebar-cards .jl-card {
    border: none;
    box-shadow: none;
    border-radius: 0;
    border-bottom: 1px solid rgba(18, 23, 51, 0.08);
}

.sc__sidebar-cards .jl-card:last-child {
    border-bottom: none;
}

.sc__sidebar-cards .jl-card__body {
    padding: 32px 0;
}

.sc__sidebar-cards .jl-card__title {
    font-size: 20px;
    line-height: 130%;
    letter-spacing: -0.01em;
    margin-bottom: 10px;
}

.sc__sidebar-cards .jl-card__desc {
    margin-bottom: 12px;
    color: var(--text-base, #61647A);
    font-family: Inter;
    font-size: 14px;
    font-style: normal;
    font-weight: 450;
    line-height: 22px; /* 157.143% */
    letter-spacing: 0.28px;
}

.sc__sidebar-cards .jl-card__footer {
    flex-direction: column;
    align-items: flex-start;
    gap: 12px;
}

.sc__sidebar-cards .jl-card__meta {
    display: flex;
    gap: 12px 24px;
    width: 100%;
}

/* ── Apply section ─────────────────────────────────────────────────────── */
main.sc{
    padding-bottom: 40px;
}
.sc-apply {
    margin-top: 0;
    background: var(--base-bg, #f5f6fa);
    padding: 0px 24px 0 24px;
}
.pb-pw__content h3{
    margin-top: 40px;
}

.sc-apply__inner {
    max-width: 1240px;
    margin: 0 auto;
    border-radius: var(--8, 8px);
    padding: 56px;
    border: 1px solid var(--base-border-black, rgba(18, 23, 51, 0.04));
    background: var(--base-white, #FFF);
    box-shadow: 0 14.515px 39.902px 0 rgba(0, 0, 0, 0.02), 0 5.837px 17.474px 0 rgba(0, 0, 0, 0.01), 0 1.306px 7.563px 0 rgba(0, 0, 0, 0.01);
}

.sc-apply__form-wrap {
    position: relative;
}
.sc-apply__form-wrap .sendCv_title{
    background: linear-gradient(180deg, rgba(0, 5, 25, 0.70) 0%, #000519 50%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-family: "Plus Jakarta Sans";
    font-size: 36px;
    font-style: normal;
    font-weight: 550;
    line-height: 46px;
    letter-spacing: -0.72px;
    margin: 0 0 40px 0;
}
/* ── sendButton + spinner (scoped to .sc-apply__form-wrap) ─────────────── */

.sc-apply__form-wrap label.sendButton {
    grid-column: span 1;
    display: inline-flex !important;
    align-items: center;
    justify-content: center;
    gap: 10px;
    width: auto !important;
    max-width: fit-content !important;
    height: 56px;
    background: var(--brand-blue-500);
    border: none;
    border-radius: 8px;
    padding: 0 32px;
    box-sizing: border-box;
    cursor: not-allowed;
    opacity: 0.5;
    transition: opacity 0.2s ease, background 0.2s ease;
    margin-top: 8px;
}

.sc-apply__form-wrap label.sendButton .pb-ct__submit-wrap {
    position: absolute;
    width: 0;
    height: 0;
    overflow: hidden;
    opacity: 0;
}

.sc-apply__form-wrap .formWrap .sendCv_cont {
    grid-column: span 1;
    display: flex;
    align-items: center;
    margin-top: 8px;
    padding-left: 20px;
    font-family: var(--font-family);
    font-size: 14px;
    color: var(--text-base, #61647a);
}

.sc-apply__form-wrap label.sendButton:has(input[type="submit"]:not(:disabled)) {
    opacity: 1;
    cursor: pointer;
}

.sc-apply__form-wrap label.sendButton:has(input[type="submit"]:not(:disabled)):hover {
    background: #1a5ce0;
}

.sc-apply__form-wrap .sendLabel {
    font-family: var(--second-family);
    font-weight: 550;
    font-size: 16px;
    line-height: 150%;
    color: #fff;
    text-transform: none;
}

.sc-apply__form-wrap .sendButton .arrow {
    display: flex;
    align-items: center;
    flex-shrink: 0;
}

.sc-apply__form-wrap .sendButton .loading {
    display: none;
    align-items: center;
    flex-shrink: 0;
}

.sc-apply__form-wrap .sendButton .loading svg {
    animation: sc-spin 0.7s linear infinite;
}

.sc-apply__form-wrap .pb-ct__submit-wrap {
    position: relative;
}

.sc-apply__form-wrap .pb-ct__spin-el {
    position: absolute;
    right: 18px;
    top: 50%;
    transform: translateY(-50%);
    width: 20px;
    height: 20px;
    display: none;
    pointer-events: none;
}

.sc-apply__form-wrap .pb-ct__spin-el svg {
    animation: sc-spin 0.7s linear infinite;
    display: block;
}

.sc-apply__form-wrap .sendCv.is-sending .pb-ct__spin-el {
    display: block;
}

.sc-apply__form-wrap .sendCv.is-sending label.sendButton .arrow {
    display: none;
}

.sc-apply__form-wrap .sendCv.is-sending label.sendButton .loading {
    display: flex;
}

@keyframes sc-spin {
    from { transform: rotate(0deg); }
    to   { transform: rotate(360deg); }
}

/* ── CF7 form styles (scoped to .sc-apply__form-wrap) ──────────────────── */

.sc-apply__form-wrap .pb-ct__cf7-wrap .wpcf7 {
    margin: 0;
    padding: 0;
}

.sc-apply__form-wrap .pb-ct__cf7-wrap .wpcf7-form p {
    margin: 0 0 16px;
}

.sc-apply__form-wrap .pb-ct__cf7-wrap .wpcf7-form-control-wrap {
    display: block;
}

.sc-apply__form-wrap .pb-ct__cf7-wrap .wpcf7-form label,
.sc-apply__form-wrap .pb-ct__cf7-wrap .wpcf7-form .wpcf7-form-control-wrap+br+span {
    display: block;
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    color: var(--text-muted, #888);
    margin-bottom: 6px;
}

.sc-apply__form-wrap .wpcf7-spinner,
.sc-apply__form-wrap .wpcf7-response-output {
    display: none !important;
}

.sc-apply__form-wrap .pb-ct__cf7-wrap .formWrap {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 24px 12px;
}

.sc-apply__form-wrap .pb-ct__cf7-wrap .formWrap label.half,
.sc-apply__form-wrap .pb-ct__cf7-wrap .formWrap label.full {
    display: flex;
    flex-direction: column;
    gap: 6px;
    margin: 0;
    font-size: inherit;
    font-weight: inherit;
    letter-spacing: inherit;
    text-transform: inherit;
    color: inherit;
}

.sc-apply__form-wrap .pb-ct__cf7-wrap .formWrap label.half { grid-column: span 1; }
.sc-apply__form-wrap .pb-ct__cf7-wrap .formWrap label.full  { grid-column: span 2; }

.sc-apply__form-wrap .pb-ct__cf7-wrap .formWrap > .wpcf7-submit,
.sc-apply__form-wrap .pb-ct__cf7-wrap .formWrap > .pb-ct__submit-wrap {
    grid-column: span 2;
}

.sc-apply__form-wrap .pb-ct__cf7-wrap .formWrap .formLable {
    font-family: var(--font-family);
    font-weight: 500;
    font-size: 12px;
    line-height: 133%;
    letter-spacing: 0.05em;
    text-transform: uppercase;
    color: var(--text-base);
}

.sc-apply__form-wrap .pb-ct__cf7-wrap .formWrap .wpcf7-form-control-wrap {
    display: block;
    width: 100%;
}

.sc-apply__form-wrap .pb-ct__cf7-wrap .wpcf7-form input[type="text"],
.sc-apply__form-wrap .pb-ct__cf7-wrap .wpcf7-form input[type="email"],
.sc-apply__form-wrap .pb-ct__cf7-wrap .wpcf7-form input[type="tel"],
.sc-apply__form-wrap .pb-ct__cf7-wrap .wpcf7-form input[type="url"],
.sc-apply__form-wrap .pb-ct__cf7-wrap .wpcf7-form textarea,
.sc-apply__form-wrap .pb-ct__cf7-wrap .wpcf7-form select {
    width: 100%;
    height: 56px;
    padding: 12px 16px;
    background: var(--bg-light, #f5f6fa);
    border: 1.5px solid transparent;
    border-radius: 4px;
    font-family: var(--font-family);
    font-weight: 500;
    font-size: 16px;
    line-height: 150%;
    letter-spacing: 0.01em;
    color: var(--text-bold);
    transition: border-color 0.15s ease;
    box-sizing: border-box;
}

.sc-apply__form-wrap .pb-ct__cf7-wrap .wpcf7-form textarea {
    height: 120px;
    resize: vertical;
}

.sc-apply__form-wrap .pb-ct__cf7-wrap .wpcf7-form input:focus,
.sc-apply__form-wrap .pb-ct__cf7-wrap .wpcf7-form textarea:focus,
.sc-apply__form-wrap .pb-ct__cf7-wrap .wpcf7-form select:focus {
    outline: none;
    border-color: var(--brand-blue-300, #93b5fd);
}

.sc-apply__form-wrap .pb-ct__cf7-wrap .wpcf7-form input[type="text"]::placeholder,
.sc-apply__form-wrap .pb-ct__cf7-wrap .wpcf7-form input[type="email"]::placeholder,
.sc-apply__form-wrap .pb-ct__cf7-wrap .wpcf7-form input[type="tel"]::placeholder,
.sc-apply__form-wrap .pb-ct__cf7-wrap .wpcf7-form input[type="url"]::placeholder,
.sc-apply__form-wrap .pb-ct__cf7-wrap .wpcf7-form textarea::placeholder {
    color: var(--text-invisible);
}

.sc-apply__form-wrap .pb-ct__cf7-wrap .wpcf7-form select {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    padding-right: 40px;
    cursor: pointer;
}

.sc-apply__form-wrap .pb-ct__cf7-wrap .pb-ct__select-wrap {
    position: relative;
    display: block;
}

.sc-apply__form-wrap .pb-ct__cf7-wrap .pb-ct__select-wrap::after {
    content: '';
    position: absolute;
    right: 14px;
    top: 50%;
    width: 10px;
    height: 6px;
    background-image: url("data:image/svg+xml,%3Csvg width='10' height='6' viewBox='0 0 10 6' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M4.77293 3.71229L8.48528 0L9.54593 1.06066L4.77293 5.83366L0 1.06066L1.06066 0L4.77293 3.71229Z' fill='%23121733'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-size: contain;
    pointer-events: none;
    transform: translateY(-50%);
}

.sc-apply__form-wrap .pb-ct__cf7-wrap .wpcf7-radio {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    align-items: center;
}

.sc-apply__form-wrap .pb-ct__cf7-wrap .wpcf7-radio .wpcf7-list-item {
    margin: 0;
    height: auto;
}

.sc-apply__form-wrap .pb-ct__cf7-wrap .wpcf7-radio .wpcf7-list-item label {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    height: auto;
    padding: 0;
    background: none;
    border: none;
    border-radius: 0;
    font-family: var(--font-family);
    font-weight: 450;
    font-size: 15px;
    line-height: 150%;
    color: var(--text-base, #61647a);
    cursor: pointer;
    margin: 0;
    text-transform: none;
}

.sc-apply__form-wrap .pb-ct__cf7-wrap .wpcf7-radio input[type="radio"] {
    -webkit-appearance: none;
    appearance: none;
    position: static;
    opacity: 1;
    width: 24px;
    height: 24px;
    min-width: 24px;
    border-radius: 50%;
    background: #f5f6fa;
    border: 1px solid rgba(18, 23, 51, 0.04);
    cursor: pointer;
    margin: 0;
    pointer-events: auto;
    transition: background 0.15s, border-color 0.15s;
    flex-shrink: 0;
}

.sc-apply__form-wrap .pb-ct__cf7-wrap .wpcf7-radio input[type="radio"]:checked {
    background: radial-gradient(circle, #1b5df8 7px, #f3f7ff 7px);
    border-color: rgba(27, 93, 248, 0.15);
}

.sc-apply__form-wrap .pb-ct__cf7-wrap .wpcf7-form .wpcf7-submit {
    width: 100%;
    height: 52px;
    background: var(--brand-blue-500, #2f6cfa);
    color: #fff;
    font-size: 16px;
    font-weight: 600;
    border: none;
    border-radius: 8px;
    cursor: pointer;
    transition: background 0.2s ease, opacity 0.2s ease;
    margin-top: 8px;
}

.sc-apply__form-wrap .pb-ct__cf7-wrap .wpcf7-form .wpcf7-submit:hover:not(:disabled) {
    background: #1a5ce0;
}

.sc-apply__form-wrap .pb-ct__cf7-wrap .wpcf7-form .wpcf7-submit:disabled {
    opacity: 0.45;
    cursor: not-allowed;
}

/* Validation errors */

.sc-apply__form-wrap .wpcf7-not-valid {
    border: 1px solid var(--system-red-400) !important;
}

.sc-apply__form-wrap .wpcf7-not-valid-tip {
    font-weight: 500;
    font-size: 14px;
    line-height: 100%;
    color: var(--system-red-400);
    margin-top: 5px;
}

.sc-apply__form-wrap .wpcf7-form-control-wrap:not([data-touched]) .wpcf7-not-valid {
    border: 1.5px solid transparent !important;
}

.sc-apply__form-wrap .wpcf7-form-control-wrap:not([data-touched]) .wpcf7-not-valid-tip {
    display: none;
}

/* Phone field (intl-tel-input) */

.sc-apply__form-wrap .pb-ct__cf7-wrap .iti {
    width: 100%;
    display: block;
}

.sc-apply__form-wrap .pb-ct__cf7-wrap .iti__selected-country {
    display: flex;
    align-items: center;
    height: 56px;
    padding: 0 10px 0 14px;
    background: var(--gray-25);
    background-color: var(--gray-25) !important;
    border: 0px solid transparent;
    border-radius: 8px 0 0 8px;
    cursor: pointer;
    white-space: nowrap;
}

.sc-apply__form-wrap .pb-ct__cf7-wrap .iti__selected-dial-code {
    font-size: 15px;
    font-weight: 500;
    color: var(--text-bold, #0d0d0d);
}

.sc-apply__form-wrap .pb-ct__cf7-wrap .iti__arrow {
    width: 10px;
    height: 6px;
    flex-shrink: 0;
    background: url("data:image/svg+xml,%3Csvg width='10' height='6' viewBox='0 0 10 6' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M4.77293 3.71229L8.48528 0L9.54593 1.06066L4.77293 5.83366L0 1.06066L1.06066 0L4.77293 3.71229Z' fill='%23121733' fill-opacity='0.4'/%3E%3C/svg%3E") no-repeat center;
    background-size: contain;
    border: none !important;
    margin-left: 2px;
}

.sc-apply__form-wrap .pb-ct__cf7-wrap .iti__tel-input {
    border-radius: 4px !important;
}

/* File upload field (codedropz) */

.sc-apply__form-wrap .pb-ct__cf7-wrap .formWrap label.full:has(.codedropz-upload-wrapper) {
    position: relative;
}

.sc-apply__form-wrap .pb-ct__cf7-wrap .codedropz-upload-wrapper {
    display: block;
    width: 100%;
    position: relative;
}
.codedropz-upload-handler{
    margin-bottom: 6px;
}
.sc-apply__form-wrap .pb-ct__cf7-wrap .codedropz-upload-handler {
    position: relative;
    width: 100%;
    height: 56px;
    background: var(--bg-light, #f5f6fa);
    border: 1.5px solid transparent;
    border-radius: 4px;
    cursor: pointer;
    box-sizing: border-box;
    transition: border-color 0.15s;
    overflow: hidden;
}

.sc-apply__form-wrap .pb-ct__cf7-wrap .codedropz-upload-handler:hover {
    border-color: var(--brand-blue-300, #93b5fd);
}

.sc-apply__form-wrap .pb-ct__cf7-wrap .codedropz-upload-handler::before {
    content: 'Attach file';
    position: absolute;
    left: 16px;
    top: 50%;
    transform: translateY(-50%);
    font-family: var(--font-family);
    font-size: 16px;
    font-weight: 500;
    line-height: 1;
    color: var(--text-invisible, rgba(18, 23, 51, 0.25));
    pointer-events: none;
}

.sc-apply__form-wrap .pb-ct__cf7-wrap .codedropz-upload-wrapper:has(.dnd-upload-status) .codedropz-upload-handler::before {
    display: none;
}

.sc-apply__form-wrap .pb-ct__cf7-wrap .codedropz-upload-inner,
.sc-apply__form-wrap .pb-ct__cf7-wrap .dnd-upload-counter,
.sc-apply__form-wrap .pb-ct__cf7-wrap .dnd-progress-bar {
    display: none !important;
}

.sc-apply__form-wrap .pb-ct__cf7-wrap .dnd-upload-status {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 56px;
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 0 108px 0 12px;
    box-sizing: border-box;
    pointer-events: none;
    z-index: 2;
}

.sc-apply__form-wrap .pb-ct__cf7-wrap .dnd-upload-image {
    width: 28px;
    height: 28px;
    flex-shrink: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
}

.sc-apply__form-wrap .pb-ct__cf7-wrap .dnd-upload-image .file {
    display: none;
}

.sc-apply__form-wrap .pb-ct__cf7-wrap .dnd-upload-image svg.cv-file-icon {
    width: 100%;
    height: 100%;
    flex-shrink: 0;
}

.sc-apply__form-wrap .pb-ct__cf7-wrap .dnd-upload-details {
    display: flex;
    align-items: center;
    min-width: 0;
    position: relative;
}

.sc-apply__form-wrap .pb-ct__cf7-wrap .dnd-upload-status .name {
    display: flex;
    align-items: center;
    gap: 6px;
    flex: 1;
    min-width: 0;
    overflow: hidden;
}

.sc-apply__form-wrap .pb-ct__cf7-wrap .dnd-upload-status .name > span {
    font-family: var(--font-family);
    font-size: 15px;
    font-weight: 500;
    color: var(--text-bold, #0d0d0d);
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.sc-apply__form-wrap .pb-ct__cf7-wrap .dnd-upload-status .name em {
    font-style: normal;
    font-size: 13px;
    font-weight: 400;
    color: var(--text-muted, #aaa);
    white-space: nowrap;
    flex-shrink: 0;
}

.sc-apply__form-wrap .pb-ct__cf7-wrap .dnd-upload-details span:has(input[type="hidden"]) {
    display: none;
}

.sc-apply__form-wrap .pb-ct__cf7-wrap .dnd-upload-details .has-error {
    display: none !important;
}

.sc-apply__form-wrap .pb-ct__cf7-wrap .remove-file {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 14px;
    height: 14px;
    flex-shrink: 0;
    margin-left: auto;
    border-radius: 50%;
    text-decoration: none;
    pointer-events: auto;
    transition: background 0.15s;
}

.sc-apply__form-wrap .pb-ct__cf7-wrap .codedropz-upload-wrapper > p,
.sc-apply__form-wrap .pb-ct__cf7-wrap .dnd-upload-notice,
.sc-apply__form-wrap .pb-ct__cf7-wrap .codedropz-notice,
.sc-apply__form-wrap .pb-ct__cf7-wrap .dnd-upload-limit-notice {
    display: none !important;
}

.sc-apply__form-wrap .pb-ct__cf7-wrap .cv_attach {
    position: absolute;
    top: 26px;
    right: 4px;
    height: 48px;
    z-index: 3;
    display: inline-flex;
    align-items: center;
    gap: 6px;
    padding: 0 14px;
    background: #fff;
    border: 1px solid rgba(18, 23, 51, 0.1);
    border-radius: 4px;
    font-family: var(--font-family);
    font-size: 14px;
    font-weight: 600;
    color: var(--text-bold, #0d0d0d);
    white-space: nowrap;
    pointer-events: none;
    box-sizing: border-box;
}

.sc-apply__form-wrap .pb-ct__cf7-wrap .cv_settings {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    margin-top: 2px;
}

.sc-apply__form-wrap .pb-ct__cf7-wrap .cv_settings-type,
.sc-apply__form-wrap .pb-ct__cf7-wrap .cv_settings-size {
    font-family: var(--font-family);
    font-size: 11px;
    font-weight: 500;
    letter-spacing: 0.05em;
    text-transform: uppercase;
    color: var(--text-muted, #aaa);
    transition: color 0.2s;
}

.sc-apply__form-wrap .pb-ct__cf7-wrap .cv_settings-type {
    font-weight: 600;
}

.sc-apply__form-wrap .pb-ct__cf7-wrap .cv_settings-type.is-error,
.sc-apply__form-wrap .pb-ct__cf7-wrap .cv_settings-size.is-error {
    color: var(--system-red-400, #e84b4b);
}

.sc-apply__form-wrap .full.useLabel .formLable {
    display: block;
    margin-bottom: 20px;
}
.single-careers .sendCv_cont {
    display: none !important;
}
.textSingle{
color: var(--gray-700, #6C7680);
text-align: center;
font-size: 14px;
font-style: normal;
font-weight: 500;
line-height: 22px; /* 157.143% */
}
.textSingle a{
    color: var(--gray-800, #343A40);
font-size: 14px;
font-style: normal;
font-weight: 500;
line-height: 22px;
text-decoration-line: underline;
text-decoration-style: solid;
text-decoration-skip-ink: auto;
text-decoration-thickness: auto;
text-underline-offset: auto;
text-underline-position: from-font;
}
.sendCVwr{
    display: flex;
    align-items: center;
    gap: 24px;
    width: 100%;
    grid-column: span 2;
}
.textSingle{
    text-align: left;
}
.dnd-icon-remove{
        position: relative;
    top: 4px;
}

/* ── Status modal ────────────────────────────────────────────────────────── */

.sendCv_status {
    display: none;
}

.sendCv_status.is-visible {
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 9999;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    text-align: left;
    background: var(--base-white, #fff);
    border-radius: 16px;
    padding: 32px;
    max-width: 645px;
    width: calc(100% - 32px);
    gap: 0;
}

.sendCv_status-backdrop {
    position: fixed;
    inset: 0;
    z-index: 9998;
    background: rgba(0, 5, 25, 0.55);
}

.sendCv_status-close {
    position: absolute;
    top: 16px;
    right: 16px;
    width: 32px;
    height: 32px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    border-radius: 50%;
    transition: background 0.2s;
}

.sendCv_status-close:hover {
    background: var(--gray-100, #f5f6fa);
}

.sendCv_status-icon {
    margin-bottom: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.sendCv_status-icon img{
    width: 24px;
    height: 24px;
}


.sendCv_status-title {
    font-family: var(--second-family);
    font-weight: 550;
    font-size: 24px;
    line-height: 130%;
    letter-spacing: -0.02em;
    color: var(--base-black, #000519);
    margin: 0 0 12px;
}

.sendCv_status-desc {
    font-family: var(--font-family);
    font-weight: 450;
    font-size: 16px;
    line-height: 150%;
    color: var(--text-base, #61647a);
    margin: 0 0 24px;
}

.sendCv_status-btn a {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    height: 52px;
    padding: 0 32px;
    background: var(--brand-blue-500, #2f6cfa);
    color: #fff;
    font-family: var(--second-family);
    font-weight: 550;
    font-size: 16px;
    border-radius: 8px;
    text-decoration: none;
    transition: background 0.2s;
    border-radius: 6px var(--6, 6px) 6px 6px;
border: 1px solid #FFF;
height: 56px;
padding: 12px 32px;
color: #FFF;
text-align: center;
font-family: "Plus Jakarta Sans";
font-size: 16px;
font-style: normal;
font-weight: 550;
line-height: 24px; /* 150% */
background: linear-gradient(180deg, var(--brand-blue-400, #4B81FE) 0%, var(--brand-blue-500, #1B5DF8) 100%);
box-shadow: 0 22px 110px 0 rgba(0, 0, 0, 0.07), 0 12.954px 57.376px 0 rgba(0, 0, 0, 0.05), 0 6.653px 26.928px 0 rgba(0, 0, 0, 0.04), 0 2.675px 11.792px 0 rgba(0, 0, 0, 0.03), 0 0.598px 5.104px 0 rgba(0, 0, 0, 0.02);
}

.sendCv_status-btn a:hover {
}

/* ── Responsive ──────────────────────────────────────────────────────────── */

@media (max-width: 1024px) {
    .sc__body {
        grid-template-columns: 1fr 280px;
    }
}

@media (max-width: 768px) {
    .full.radioWr{
        margin-bottom: 16px !important;
    }
    .single-careers  main.sc {
        padding-bottom: 0;
        padding-top: 56px;
    }
    .sc-apply__form-wrap .pb-ct__cf7-wrap .cv_attach{
        height: 40px;
    }
    .sc-apply__form-wrap .pb-ct__cf7-wrap .wpcf7-form input[type=text], .sc-apply__form-wrap .pb-ct__cf7-wrap .wpcf7-form input[type=email], .sc-apply__form-wrap .pb-ct__cf7-wrap .wpcf7-form input[type=tel], .sc-apply__form-wrap .pb-ct__cf7-wrap .wpcf7-form input[type=url], .sc-apply__form-wrap .pb-ct__cf7-wrap .wpcf7-form textarea, .sc-apply__form-wrap .pb-ct__cf7-wrap .wpcf7-form select{
        height: 48px;
    }
    .sc-apply__form-wrap .pb-ct__cf7-wrap .codedropz-upload-handler{
        height: 48px;
    }
    .sendCVwr{
        flex-direction: column;
        align-items: flex-start;
        gap: 16px;
        text-align: center;
        margin-top: 
    }
    .sc-apply__form-wrap .sendLabel{
        text-align: center;
    }
    .sendCVwr *{
        width: 100%;
    }
    .sc {
        padding-bottom: 0;
    }

    .sc__wrap {
        padding: 96px 16px 40px 16px;
    }

    .sc__title {
        font-size: 32px;
    }

    .sc__header {
        margin-bottom: 24px;
    }

    .sc__body {
        grid-template-columns: 1fr;
        gap: 32px;
        margin-top: 24px;
    }

    .sc__sidebar {
        position: static;
    }

    .sc-apply {
        margin-top: 40px;
        padding: 48px 16px;
    }

    .sc-apply__form-wrap .pb-ct__cf7-wrap .formWrap {
        display: block;
    }

    .sc-apply__form-wrap .pb-ct__cf7-wrap .formWrap label {
        margin-bottom: 12px !important;
        display: block !important;
    }

    .sc-apply__form-wrap .pb-ct__cf7-wrap .formWrap label.sendButton {
        display: flex !important;
        width: 100% !important;
        max-width: 100% !important;
    }

    .sc-apply__form-wrap .formWrap .sendCv_cont {
        padding-left: 0;
        margin-top: 4px;
    }

    .sc-apply__form-wrap .pb-ct__cf7-wrap .formWrap .formLable {
        font-size: 10px;
        line-height: 140%;
        letter-spacing: 0.05em;
        margin-bottom: 6px;
        display: block;
    }
    .sc-apply__inner{
        padding: 16px;
    }
    .sc-apply__form-wrap .sendCv_title{
        font-size: 22px;
font-style: normal;
font-weight: 550;
line-height: 30px; /* 136.364% */
letter-spacing: -0.44px;
    }
    .sc-apply{
        margin-top: 0;
        padding-top: 0;
    }
    main.sc{
        padding-bottom: 0;
    }
    .sc__wrap{
                padding: 40px 16px 24px 16px;
    }
    .sc-apply__form-wrap .pb-ct__cf7-wrap .formWrap label.sendButton{
        margin: 0 !important;
    }
    .sc-apply__form-wrap .pb-ct__cf7-wrap .wpcf7-radio .wpcf7-list-item label{
        margin-bottom: 0  !important;
    }
    .sc-apply__form-wrap label.sendButton{
        height: 48px;
    }
    .sc-apply__form-wrap .sendLabel{
        font-size: 14px;
font-style: normal;
font-weight: 600;
line-height: 18px
    }
    .textSingle{
        text-align: center;
    }
}
