/* POPUP LAVORA CON NOI */

.boxzilla-content {
    padding: 0 !important;
    margin: 0 !important;
}

.boxzilla-container {
    padding: 0 !important;
    margin: 0 !important;
}

.boxzilla {
    padding: 0 !important;
}

.box-job-popup {
    display: flex;
    width: 900px;
    max-width: 95vw;
    height: auto;
    max-height: 90vh;
    background: #f5f5f5;
    border-radius: 12px;
    overflow: visible;
    font-family: 'Montserrat', Arial, sans-serif;
    position: relative;
}

.box-job-left {
    width: 46%;
    padding: 40px 35px;
    display: flex;
    flex-direction: column;
    gap: 8px;
    overflow-y: visible;
    max-height: none;
    position: relative;
    z-index: 2;
}

.box-job-left h1 {
    font-size: 42px;
    line-height: 0.90;
    color: #0b9aec;
    margin: 0;
}

.box-top-line {
    color: #0b9aec;
    font-size: 30px;
    font-weight: 600;
}

.box-subtitle {
    font-size: 20px;
    color: #444;
    font-weight: 600;
    line-height: 1.3;
    margin: 0;
}

.box-subtitle span {
    color: #0b9aec;
    font-weight: 600;
}

.box-highlight {
    color: #0b9aec;
    font-weight: 600;
}

.box-desc {
    font-size: 15px;
    color: #555;
    margin: 0;
}

.box-desc span {
    color: #0b9aec;
}

.box-icons {
    display: flex;
    align-items: stretch;
    width: 100%;
    margin: 6px 0;
}

.box-icon-item {
    flex: 1;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
    text-align: center;
}

.box-icon-item img {
    width: 40px;
    height: 40px;
    margin-bottom: 5px;
}

.box-icon-item {
    font-size: 12px;
    color: #444;
    line-height: 1.1;
    padding: 0 6px;
}

.box-icon-sep {
    width: 1px;
    background: #0b9aec;
    opacity: 0.50;
    flex-shrink: 0;
}


.box-cta {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 70%;
    max-width: 70%;
    gap: 8px;
    margin-top: 4px;
    padding: 12px 0;
    background: #0b9aec;
    color: #fff;
    border-radius: 25px;
    text-decoration: none;
    font-weight: 600;
}

.box-cta:hover {
    background: #166a9a;
}

.box-cta-arrow {
    position: relative;
    width: 16px;
    height: 1px;
    background: #fff;
}

.box-cta-arrow::after {
    content: "";
    position: absolute;
    right: 0;
    top: 50%;
    width: 8px;
    height: 8px;
    border-top: 2px solid #fff;
    border-right: 2px solid #fff;
    transform: translateY(-50%) rotate(45deg);
}

.box-footnote {
    font-size: 11px;
    line-height: 1.25;
    color: #666;
    margin-top: 8px;
}

.box-footnote-icon {
    display: flex;
    align-items: center;
    gap: 4px;
}

.box-footnote-img {
    width: 20px;
    height: 20px;
    flex-shrink: 0;
}

.box-job-right {
    width: 54%;
    position: relative;
    background-image: url('https://www.gelsiambiente.it/wp-content/uploads/2026/05/lavora-con-noi-img-right.png');
    background-repeat: no-repeat;
    background-size: 100%;
    background-position: right top 30px;
    z-index: 1;
    pointer-events: none;
}

@media (max-width: 768px) {

    .box-job-popup {
        flex-direction: column;
        max-height: 90vh;
        overflow-y: auto;
    }

    .box-job-left {
        width: 100%;
        padding: 25px 20px;
        overflow-y: visible;
        max-height: none;
    }

    .box-job-right {
        width: 100%;
        min-height: 260px;
        background-size: contain;
        background-position: center;
    }
    
    .boxzilla-close,
    .boxzilla-close-icon {
        z-index: 9999 !important;
    }
}

/* FINE POPUP LAVORA CON NOI */