.job-card {
    position:sticky;
    top: 7rem;
    background: #fff;
    border: 1px solid #e0e0e0;
    border-radius: 8px;
    padding: 20px;
    box-shadow: 0 2px 6px rgba(0,0,0,0.08);
    transition: transform 0.2s ease;
}

.job-card:hover {
    transform: translateY(-3px);
}

.job-title {
    font-size: 1.5rem;
    font-weight: 600;
    color: #0d6efd; /* albastru */
    margin-bottom: 15px;
}

.job-specs {
    list-style: none;
    padding: 0;
    margin: 0 0 20px 0;
}

.job-specs li {
    display: flex;
    align-items: center;
    margin-bottom: 10px;
    font-size: 1.2rem;
    color: #333;
}

.job-specs .icon {
    display: inline-block;
    margin-right: 8px;
    font-size: 1.2rem;
    color: #0d6efd;
        max-width: 1.5rem;
    min-width: 1.5rem;
}

.apply-btn {
    display: block;
    width: 100%;
    text-align: center;
    padding: 12px 0;
    background: var(--primary-color);
    color: #fff;
    font-weight: 600;
    text-decoration: none;
    border-radius: 6px;
    transition: background 0.2s ease;
}

.apply-btn:hover {
    background: #0b5ed7;
}

.job-card .job-specs li{ 
    padding-bottom: 0.5rem;
}

.job-description {
    background: #fff;
    /* border: 1px solid #e0e0e0; */
    border-radius: 10px;
padding: 0rem 2rem 3rem 2rem;    /* box-shadow: 0 2px 8px rgba(0,0,0,0.08); */
    /* margin-bottom: 15rem; */
}

.job-description h5 {
    font-size: 18px;
    font-weight: 600;
    color: #0d6efd; /* albastru brand */
    margin-bottom: 10px;
}

.job-description p {
    font-size: 15px;
    line-height: 1.6;
    color: #333;
    margin-bottom: 0;
}

/* imaginea încadrată frumos */
.single-image {
    background: #fff;
    border: 1px solid #e0e0e0;
    border-radius: 10px;
    overflow: hidden;
    box-shadow: 0 2px 8px rgba(0,0,0,0.08);
    margin-top: 20px;
    transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.single-image img {
    width: 100%;
    height: auto;
    display: block;
    border-radius: 10px;
}

/* efect hover frumos */
.single-image:hover {
    transform: translateY(-3px);
    box-shadow: 0 4px 14px rgba(0,0,0,0.12);
}


.product-card {
    background: #fff;
    border: 0.1rem solid #e6e6e6;
    border-radius: 0.8rem;
    padding: 16px;
    max-width: 36rem;
    box-shadow: 0 0.2rem 0.6rem rgba(0,0,0,0.06);
    transition: transform 0.2s ease, box-shadow 0.2s ease;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
.poza-detalii  {
        padding: 1rem 0rem 1rem 0rem;
}
.job-details-banner .container .row {
    padding-left: 0;
    padding-right: 0;
}

.product-card:hover {
    transform: translateY(-0.3rem);
    box-shadow: 0 0.4rem 1.4rem rgba(var(--primary-color-rgb), 0.5);
}

.product-specs {
    flex-grow: 1;
    height: fit-content;
    display: flex;
    flex-direction: column;
    justify-content: end;
    gap: 10px;
}
/* header */

.product-title {
    font-size: unset;
    font-weight: 200;
    color: #111;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    text-overflow: ellipsis;
    white-space: normal;
    word-break: break-word;
    margin-bottom: 20px;
}

.product-title a {
    text-decoration: none;
    color: inherit;
}

.product-title a:hover {
    color: #8e81d5;
}

.product-company {
    font-size: 1rem;
    color: #666;
    margin: 0;
}
.product-title a {
    font-size: 22px;
    font-weight: 500;
}
/* logo mic dreapta */
.product-logo img {
    width: 5rem;
    height: 5rem;
    object-fit: contain;
    border-radius: 0.6rem;
    border: 0.1rem solid #ddd;
}
.products-grid .row {
    row-gap: 20px;
}
/* specificații */
.product-specs p {
    font-size: 1.1rem;
    margin: 0;
    color: #444;
    display: flex;
    align-items: center;
}

.product-specs i {
    margin-right: 0.8rem;
    color: #0d6efd;
    font-size: 1.1rem;
    min-width: 1rem;
    max-width: 1rem;
}

/* footer cu buton */
.product-footer {
    text-align: center;
    margin-top: 1.2rem;
}

.btn-details {
    display: inline-block;
    background: #0d6efd;
    color: #fff;
    font-size: 1.4rem;
    font-weight: 500;
    padding: 0.8rem 1.6rem;
    border-radius: 0.6rem;
    text-decoration: none;
    transition: background 0.2s ease;
}

.btn-details:hover {
    background: #0b5ed7;
}

.btn-seemore .btn{
    margin: 0 auto;
}

.job_description_contaier h1, .job_description_contaier h2, .job_description_contaier h3, .job_description_contaier h4, .job_description_contaier h5, .job_description_contaier h6 , .job_description_contaier p, .job_description_contaier ul, .job_description_contaier ol, .job_description_contaier li , .job_description_contaier a , .job_description_contaier strong, .job_description_contaier em {
    font-family: 'Roboto';
}

.job-card .btn-primary {
    width: 100%;
    display: flex;
    justify-content: center;
}