@import url("variables.d1e778e79b5e.css");

/* ---------------------Intro Section----------------------- */

.page-heading {
    font-size: clamp(1.75rem, 4vw + 1rem, 5rem);
    text-align: center;
    margin-top: 50px;
}

.cursive {
    font-family: var(--font-free-hand);
    color: var(--Secondry-blue);
}

.name-sec-1,
.name-sec-2,
.name-sec-3 {
    font-family: var(--font-inter);
}

.page-intro {
    font-size: clamp(1rem, 0.5rem + 1vw, 1.3125rem);
    text-align: justify;
    font-family: var(--font-poppins);
    padding: 0 10px;
    font-weight: 400;
    color: var(--Secondry-blue);
    margin: 20px 0 60px;
}

.banner-block {
    border: 1px solid white;
    background-image: url("../images/banner1.9e78a2c657e9.png");
    background-repeat: no-repeat;
    background-size: cover;
}

/* ---------------------Intro Section End----------------------- */


/* ---------------------Img Carousel Section----------------------- */

.my-img-carousel {
    margin-top: 50px;
    position: relative;
    /* z-index: -1; */
}

.set-z-index {
    z-index: -1;
}

.my-img-carousel img {
    border-radius: 7px;
}

/* ---------------------Img Carousel Section End----------------------- */


/* ---------------------Interview Process Section----------------------- */

.interview-process-section {
    margin-top: 20px;
}

.interview-process-section>h5 {
    font-size: clamp(1.8rem, 1.2rem + 2vw, 2.8125rem);
    text-align: center;
    color: var(--Secondry-blue);
    font-weight: 500;
    font-family: var(--font-poppins);
    margin-top: 20px;
    margin-bottom: 50px;
}

.interview-process-section h5 span {
    font-weight: 700;
    color: var(--primary-orange);
}

.interview-process {
    background-color: var(--primary-orange);
    display: flex;
    gap: 5px;
    align-items: center;
    padding: 20px 10px;
    border-radius: 7px;
    color: var(--white);
    margin-bottom: 10px;
}

.interview-process:nth-child(2) {
    background-color: var(--primary-light-blue);
}

.interview-process:nth-child(3) {
    background-color: var(--primary-blue);
}

.interview-process:nth-child(4) {
    background-color: var(--primary-green);
}


.horizontal h5 {
    font-family: var(--font-inter);
    font-size: 1.5rem;
}

.horizontal p {
    font-family: var(--font-poppins);
    font-size: 0.8rem;
    font-weight: 300;
    margin: 0;
}

.vertical-text {
    writing-mode: vertical-rl;
    text-orientation: mixed;
    transform: rotate(180deg);
    font-size: 1.8rem;
    font-weight: 600;
    letter-spacing: 1px;
    font-family: var(--font-inter);
}

.vertical-text p {
    margin: 0;
}

.grid-blocks {
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    gap: 10px;
}

/* ---------------------Interview Process Section End----------------------- */


/* ---------------------Job Vacancies Section----------------------- */

.careers-section {
    margin-top: 50px;
    margin-bottom: 50px;
}

.careers-section>h2 {
    font-size: clamp(2rem, 1.2rem + 2vw, 2.8125rem);
    text-align: center;
    color: var(--Secondry-blue);
    font-weight: 500;
    font-family: var(--font-poppins);
    margin-top: 20px;
    margin-bottom: 30px;
}

.careers-section > h2 + p {
    text-align: center;
    font-size: clamp(1rem, 1rem + 2vw, 1.5rem);
    font-family: var(--font-poppins);
}

.no-job-info {
    font-weight: 500;
    color: var(--Secondry-blue);
    margin-bottom: 40px;
}

.no-job-info a {
    color: var(--primary-orange);
    text-decoration: none;
    font-weight: 600;
    border-bottom: 1px solid transparent;
    transition: border-color 0.2s ease;
}

.no-job-info a:hover {
    border-bottom-color: var(--primary-orange);
}

.careers-section h2 span {
    font-weight: 700;
    color: var(--primary-blue);
}

.career-block {
    box-shadow: 0 0 10px 1px var(--very-light-gray);
    border-radius: 9px;
    padding: 30px 15px 30px 15px;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    margin: 20px 0;
    position: relative;
    overflow: hidden;
}

/* On mobile the share button is absolute top-right (top:14px, height:34px = bottom at 48px).
   Push content below it with padding-top, and add gap above the apply button. */
@media screen and (max-width: 991px) {
    .career-block {
        padding-top: 58px;
    }
    .career-block-btn {
        margin-top: 16px;
    }
    .career-intro, .career-description {
        text-align: justify;
    }
}

.career-intro {
    font-size: clamp(0.88rem, 0.5rem + 1vw, 1rem);
    color: #555;
    margin: 6px 0 12px;
    line-height: 1.6;
}

.career-description {
    font-size: clamp(0.9rem, 0.5rem + 2vw, 1.1rem);
    text-align: justify;
    margin-bottom: 1rem;
    font-family: var(--font-inter)
}

.career-block-detail h3 {
    color: var(--Secondry-blue);
    font-weight: 500;
    font-size: clamp(1.3rem, 1rem + 5vw, 1.5rem);
}

.job-info {
    display: flex;
    flex-wrap: wrap;
    gap: 8px 16px;
    color: var(--light-gray);
    margin-top: 12px;
}

.job-info p {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    font-size: 0.85rem;
    margin: 0;
    white-space: nowrap;
}

.job-info p i {
    font-size: 0.8rem;
    flex-shrink: 0;
}

.career-block-btn button {
    padding: 7px 30px;
    border-radius: 50px;
    border: 2px solid var(--primary-orange);
    background-color: var(--white);
    color: var(--primary-orange);
    font-weight: 500;
    width: 100%;
    transition: color 0.3s ease, background-color 0.3s ease;
    position: relative;
}

.career-block-btn button:hover {
    color: var(--white);
    background-color: var(--primary-orange);
    outline: 3px solid var(--primary-orange);
    border: 2px solid var(--white);
}

.career-block:hover {
    box-shadow: 0 1px 10px 1px var(--mild-light-gray);
    transform: translateY(-3px);
}


.block-animation {
    display: none;
    height: 10px;
    width: 10px;
    border-radius: 50%;
    background-color: var(--light-primary-orange);
    position: absolute;
    right: 100px;
    top: 50%;
    z-index: -1;
    transition: transform 0.5s ease-in-out;
    cursor: auto;
}

.career-block-btn:hover .block-animation {
    transform: scale(250);
}


/* ---------------------Job Vacancies Section End----------------------- */

/* Media Query */

@media screen and (min-width:425px) {
    .page-intro {
        text-align: center;
    }
}

@media screen and (min-width:768px) {

    .page-heading {
        margin-top: 160px;
    }

    /* .page-intro {
        margin-top: 30px;
    } */

    .grid-blocks {
        grid-template-columns: repeat(2, 1fr);
    }

    .career-block {
        padding: 30px 20px;
    }
}

@media screen and (min-width:992px) {

    .page-starter {
        height: 65vh;
    }

    .interview-process-section, .careers-section {
        margin-top: 50px;
    }

    .career-block-detail {
        width: 70%;
    }

    .career-block {
        display: flex;
        align-items: center;
        justify-content: space-between;
        padding: 30px;
    }


    .block-animation {
        display: block;
    }
}

@media screen and (min-width:1200px) {

    .grid-blocks {
        grid-template-columns: repeat(4, 1fr);
    }
}

@media screen and (min-width:1600px) {

    .page-starter {
        margin-top: 250px;
    }
}


/* ===================================================
   CV / Open Application Section
   =================================================== */

.cv-submit-section {
    background: linear-gradient(145deg, #0b142f 0%, #194668 100%);
    padding: 80px 0 90px;
    margin-top: 60px;
}

/* Two-column wrapper */
.cv-submit-inner {
    display: flex;
    flex-direction: column;
    gap: 48px;
}

/* ---------- Left info panel ---------- */

.cv-eyebrow {
    font-family: var(--font-poppins);
    font-size: 0.8rem;
    font-weight: 600;
    letter-spacing: 2px;
    text-transform: uppercase;
    color: var(--primary-orange);
    margin-bottom: 12px;
}

.cv-submit-info h2 {
    font-family: var(--font-poppins);
    font-size: clamp(1.9rem, 1.2rem + 2.5vw, 2.8rem);
    font-weight: 500;
    color: #fff;
    line-height: 1.2;
    margin-bottom: 16px;
}

.cv-submit-info h2 span {
    color: var(--primary-orange);
    font-weight: 700;
}

.cv-intro-text {
    font-family: var(--font-poppins);
    font-size: 0.98rem;
    color: rgba(255, 255, 255, 0.78);
    line-height: 1.75;
    margin-bottom: 28px;
}

.cv-submit-perks {
    list-style: none;
    padding: 0;
    margin: 0 0 36px;
    display: flex;
    flex-direction: column;
    gap: 13px;
}

.cv-submit-perks li {
    font-family: var(--font-poppins);
    font-size: 0.92rem;
    color: rgba(255, 255, 255, 0.85);
    display: flex;
    align-items: center;
    gap: 11px;
}

.cv-submit-perks li i {
    color: var(--primary-orange);
    font-size: 1rem;
    flex-shrink: 0;
}

.cv-services-link {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    font-family: var(--font-poppins);
    font-size: 0.92rem;
    font-weight: 600;
    color: var(--primary-orange);
    text-decoration: none;
    border-bottom: 1px solid rgba(243, 116, 35, 0.35);
    padding-bottom: 2px;
    transition: gap 0.25s ease, border-color 0.25s ease;
}

.cv-services-link:hover {
    gap: 12px;
    border-bottom-color: var(--primary-orange);
    color: var(--primary-orange);
}

/* ---------- Form card ---------- */

.cv-submit-form-wrap {
    background: #fff;
    border-radius: 16px;
    padding: 36px 28px;
    box-shadow: 0 16px 48px rgba(0, 0, 0, 0.25);
}

.cv-submit-form {
    display: flex;
    flex-direction: column;
    gap: 0;
}

/* Fieldset groups */

.cv-fieldset {
    border: none;
    padding: 0;
    margin: 0 0 28px;
}

.cv-fieldset:last-of-type {
    margin-bottom: 20px;
}

.cv-fieldset-title {
    font-family: var(--font-poppins);
    font-size: 0.82rem;
    font-weight: 700;
    letter-spacing: 1.2px;
    text-transform: uppercase;
    color: var(--Secondry-blue);
    padding-bottom: 10px;
    border-bottom: 2px solid var(--very-light-gray);
    margin-bottom: 20px;
    display: flex;
    align-items: center;
    gap: 8px;
}

.cv-fieldset-title i {
    color: var(--primary-orange);
}

/* Rows and groups */

.cv-form-row {
    display: flex;
    flex-direction: column;
    gap: 16px;
    margin-bottom: 16px;
}

.cv-form-group {
    display: flex;
    flex-direction: column;
    gap: 5px;
    flex: 1;
    margin-bottom: 16px;
}

.cv-form-row .cv-form-group {
    margin-bottom: 0;
}

.cv-form-group label:first-child {
    font-family: var(--font-poppins);
    font-size: 0.82rem;
    font-weight: 600;
    color: var(--Secondry-blue);
}

.cv-required {
    color: var(--primary-orange);
}

.cv-optional {
    color: var(--mild-light-gray);
    font-weight: 400;
}

/* Inputs, selects, textareas */

.cv-form-group input[type="text"],
.cv-form-group input[type="email"],
.cv-form-group input[type="tel"],
.cv-form-group input[type="url"],
.cv-form-group select,
.cv-form-group textarea {
    border: 1.5px solid var(--border-gray);
    border-radius: 8px;
    padding: 10px 14px;
    font-family: var(--font-poppins);
    font-size: 0.88rem;
    color: var(--Secondry-blue);
    background: var(--card-bg-gray);
    outline: none;
    transition: border-color 0.25s ease, background 0.25s ease, box-shadow 0.25s ease;
    width: 100%;
    -webkit-appearance: none;
    appearance: none;
}

.cv-form-group select {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='8' viewBox='0 0 12 8'%3E%3Cpath d='M1 1l5 5 5-5' stroke='%23194668' stroke-width='1.5' fill='none' stroke-linecap='round'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: right 14px center;
    padding-right: 36px;
    cursor: pointer;
}

.cv-form-group input:focus,
.cv-form-group select:focus,
.cv-form-group textarea:focus {
    border-color: var(--primary-orange);
    background: #fff;
    box-shadow: 0 0 0 3px rgba(243, 116, 35, 0.12);
}

.cv-form-group input.cv-invalid,
.cv-form-group select.cv-invalid,
.cv-form-group textarea.cv-invalid {
    border-color: #e53e3e;
    box-shadow: 0 0 0 3px rgba(229, 62, 62, 0.1);
}

.cv-form-group input.cv-valid,
.cv-form-group select.cv-valid,
.cv-form-group textarea.cv-valid {
    border-color: var(--primary-green);
}

.cv-form-group textarea {
    resize: vertical;
    min-height: 100px;
}

/* Hint + error text */

.cv-field-hint {
    font-family: var(--font-poppins);
    font-size: 0.75rem;
    color: var(--mild-light-gray);
}

.cv-error {
    font-family: var(--font-poppins);
    font-size: 0.75rem;
    color: #e53e3e;
    min-height: 16px;
    display: block;
}

/* File upload drop zone — matches contact form design */

.file-upload-box {
    margin-top: 8px;
    border: 2px dashed lightgray;
    border-radius: 12px;
    padding: 35px 20px;
    text-align: center;
    transition: border-color 0.3s ease, background-color 0.3s ease;
    background-color: #fafafa;
    cursor: pointer;
}

.file-upload-box:hover,
.file-upload-box.drag-over {
    border-color: var(--primary-orange);
    background-color: #fff6f0;
}

.file-input-hidden {
    display: none;
}

.file-upload-content {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 6px;
}

.upload-icon {
    font-size: 2.5rem;
    color: var(--primary-orange);
    margin-bottom: 4px;
}

.drag-text {
    font-family: var(--font-poppins);
    font-size: 1rem;
    font-weight: 500;
    color: var(--Secondry-blue);
    margin-bottom: 0;
}

.drag-or {
    font-family: var(--font-poppins);
    font-size: 0.85rem;
    color: gray;
    margin-bottom: 0;
}

.browse-btn {
    margin-top: 4px;
    padding: 8px 24px;
    border-radius: 50px;
    border: 2px solid var(--primary-orange);
    background-color: transparent;
    color: var(--primary-orange);
    font-family: var(--font-poppins);
    font-size: 0.9rem;
    font-weight: 500;
    cursor: pointer;
    transition: background-color 0.3s ease, color 0.3s ease;
}

.browse-btn:hover {
    background-color: var(--primary-orange);
    color: white;
}

.file-hint {
    font-family: var(--font-poppins);
    font-size: 0.78rem;
    color: gray;
    margin-bottom: 0;
    margin-top: 6px;
}

.file-selected-name {
    margin-bottom: 0;
}

.file-preview-card {
    display: flex;
    align-items: center;
    gap: 12px;
    background: #f0faf4;
    border: 1px solid #b8e6cb;
    border-radius: 10px;
    padding: 12px 14px;
    margin-top: 14px;
    text-align: left;
    animation: fadeSlideIn 0.25s ease;
}

@keyframes fadeSlideIn {
    from { opacity: 0; transform: translateY(-6px); }
    to   { opacity: 1; transform: translateY(0); }
}

.fpc-icon {
    width: 40px;
    height: 40px;
    min-width: 40px;
    background: var(--primary-orange);
    border-radius: 8px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-size: 1.1rem;
}

.fpc-info {
    flex: 1;
    min-width: 0;
    display: flex;
    flex-direction: column;
    gap: 3px;
}

.fpc-name {
    font-family: var(--font-poppins);
    font-size: 0.88rem;
    font-weight: 600;
    color: var(--Secondry-blue);
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.fpc-size {
    font-family: var(--font-poppins);
    font-size: 0.75rem;
    color: #1AB24B;
    font-weight: 500;
}

.fpc-remove {
    width: 32px;
    height: 32px;
    min-width: 32px;
    border-radius: 50%;
    border: none;
    background: rgba(217, 83, 79, 0.1);
    color: #d9534f;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    font-size: 0.85rem;
    transition: background 0.2s ease, color 0.2s ease;
}

.fpc-remove:hover {
    background: #d9534f;
    color: #fff;
}

/* Legacy cv-file-drop (kept for reference) */

.cv-file-drop {
    border: 2px dashed var(--border-gray);
    border-radius: 10px;
    padding: 28px 20px;
    text-align: center;
    cursor: pointer;
    background: var(--card-bg-gray);
    transition: border-color 0.25s ease, background 0.25s ease;
}

#cvFileContent {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 6px;
}

.cv-file-drop:hover,
.cv-file-drop.drag-over {
    border-color: var(--primary-orange);
    background: #fff6f0;
}

.cv-file-drop i {
    font-size: 2.2rem;
    color: var(--primary-orange);
    margin-bottom: 4px;
}

.cv-file-text {
    font-family: var(--font-poppins);
    font-size: 0.88rem;
    color: var(--Secondry-blue);
}

.cv-file-hint-text {
    font-family: var(--font-poppins);
    font-size: 0.75rem;
    color: var(--mild-light-gray);
}

.cv-file-drop input[type="file"] {
    display: none;
}

.cv-file-name {
    font-family: var(--font-poppins);
    font-size: 0.8rem;
    color: var(--primary-green);
    margin: 5px 0 0;
    min-height: 18px;
    font-weight: 500;
}

.cv-file-name i {
    margin-right: 4px;
}

.cv-file-preview-card {
    display: flex;
    align-items: center;
    gap: 12px;
    background: #f0faf4;
    border: 1px solid #b8e6cb;
    border-radius: 10px;
    padding: 12px 14px;
    margin-top: 10px;
    animation: cvFadeSlideIn 0.25s ease;
}

@keyframes cvFadeSlideIn {
    from { opacity: 0; transform: translateY(-6px); }
    to   { opacity: 1; transform: translateY(0); }
}

.cv-fpc-icon {
    width: 38px;
    height: 38px;
    min-width: 38px;
    background: var(--primary-orange);
    border-radius: 8px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-size: 1rem;
}

.cv-fpc-info {
    flex: 1;
    min-width: 0;
    display: flex;
    flex-direction: column;
    gap: 2px;
}

.cv-fpc-name {
    font-family: var(--font-poppins);
    font-size: 0.85rem;
    font-weight: 600;
    color: var(--Secondry-blue);
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.cv-fpc-size {
    font-family: var(--font-poppins);
    font-size: 0.73rem;
    color: #1AB24B;
    font-weight: 500;
}

.cv-fpc-remove {
    width: 30px;
    height: 30px;
    min-width: 30px;
    border-radius: 50%;
    border: none;
    background: rgba(217, 83, 79, 0.1);
    color: #d9534f;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    font-size: 0.82rem;
    transition: background 0.2s ease, color 0.2s ease;
}

.cv-fpc-remove:hover {
    background: #d9534f;
    color: #fff;
}

/* Consent checkbox */

.cv-consent-group {
    margin-bottom: 24px;
}

.cv-checkbox-label {
    display: flex;
    align-items: flex-start;
    gap: 10px;
    cursor: pointer;
    font-family: var(--font-poppins);
    font-size: 0.82rem;
    color: var(--font-gray);
    line-height: 1.55;
}

.cv-checkbox-label input[type="checkbox"] {
    width: 17px;
    height: 17px;
    min-width: 17px;
    margin-top: 2px;
    accent-color: var(--primary-orange);
    cursor: pointer;
}

/* Submit button */

.cv-submit-btn {
    width: 100%;
    padding: 13px 30px;
    border-radius: 50px;
    border: 2px solid var(--primary-orange);
    background-color: var(--primary-orange);
    color: #fff;
    font-family: var(--font-poppins);
    font-weight: 600;
    font-size: 0.98rem;
    cursor: pointer;
    transition: background-color 0.3s ease, color 0.3s ease, opacity 0.3s ease;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
}

.cv-submit-btn:hover:not(:disabled) {
    background-color: transparent;
    color: var(--primary-orange);
}

.cv-submit-btn:disabled {
    opacity: 0.65;
    cursor: not-allowed;
}

/* ---------- Responsive ---------- */

@media screen and (max-width: 480px) {
    .cv-submit-section {
        padding: 48px 0 60px;
    }

    .cv-submit-form-wrap {
        padding: 24px 16px;
        border-radius: 12px;
    }

    .cv-fieldset-title {
        font-size: 0.75rem;
    }
}

@media screen and (min-width: 992px) {
    .cv-submit-inner {
        flex-direction: row;
        align-items: flex-start;
        gap: 64px;
    }

    .cv-submit-info {
        flex: 0 0 320px;
        position: sticky;
        top: 90px;
        max-height: calc(100vh - 110px);
        overflow-y: auto;
    }

    .cv-submit-form-wrap {
        flex: 1;
        min-width: 0;
    }

    .cv-form-row {
        flex-direction: row;
    }

    .cv-form-row .cv-form-group {
        margin-bottom: 0;
    }
}

@media screen and (min-width: 1200px) {
    .cv-submit-form-wrap {
        padding: 44px 40px;
    }
}

/* ---- Job Description (side panel) ---- */

.cv-job-description {
    font-family: var(--font-poppins);
    font-size: 0.875rem;
    line-height: 1.75;
    color: rgba(255, 255, 255, 0.78);
    margin-top: 20px;
}

.cv-job-description p {
    margin-bottom: 0.75em;
}

.cv-job-description h1,
.cv-job-description h2,
.cv-job-description h3 {
    font-size: 0.82rem;
    font-weight: 700;
    letter-spacing: 0.05em;
    text-transform: uppercase;
    color: var(--primary-orange, #f37423);
    margin: 1.4em 0 0.5em;
}

.cv-job-description h1:first-child,
.cv-job-description h2:first-child,
.cv-job-description h3:first-child {
    margin-top: 0;
}

.cv-job-description ul,
.cv-job-description ol {
    padding-left: 1.1em;
    margin: 0 0 0.75em;
}

.cv-job-description li {
    margin-bottom: 0.35em;
    color: rgba(255, 255, 255, 0.78);
}

/* ---- Job Meta Tags (side panel) ---- */

.cv-job-meta {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    margin: 10px 0 16px;
}

.cv-job-meta-item {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    font-size: 0.78rem;
    font-weight: 500;
    color: #3a3a3a;
    background: #f0f6f2;
    border: 1px solid #c4e0cf;
    border-radius: 20px;
    padding: 4px 10px;
    line-height: 1.4;
}

.cv-job-meta-item i {
    font-size: 0.72rem;
    color: #19a357;
}

/* ---- Job Application Banner ---- */

.cv-job-banner {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    background: linear-gradient(135deg, #0d6e3d14 0%, #19a35714 100%);
    border: 1.5px solid #19a357;
    border-radius: 10px;
    padding: 12px 16px;
    margin-bottom: 24px;
}

.cv-job-banner-inner {
    display: flex;
    align-items: center;
    gap: 12px;
}

.cv-job-banner-inner > i {
    font-size: 1.1rem;
    color: #19a357;
    flex-shrink: 0;
}

.cv-job-banner-text {
    display: flex;
    flex-direction: column;
    gap: 1px;
}

.cv-job-banner-label {
    font-size: 0.7rem;
    font-weight: 600;
    letter-spacing: 0.06em;
    text-transform: uppercase;
    color: #19a357;
}

.cv-job-banner-title {
    font-size: 0.95rem;
    font-weight: 700;
    color: var(--Primary-dark, #0d1b2a);
}

.cv-job-banner-clear {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 28px;
    height: 28px;
    border-radius: 50%;
    background: transparent;
    border: 1.5px solid #19a35760;
    color: #19a357;
    font-size: 0.85rem;
    flex-shrink: 0;
    cursor: pointer;
    padding: 0;
    transition: background 0.2s, border-color 0.2s;
}

.cv-job-banner-clear:hover {
    background: #19a35720;
    border-color: #19a357;
}

