h2 {
  hyphens: auto;
  word-break: break-word;
}
ul.lang-block.dropdown-menu.show {
    background: #2A2A2A;
    color:#000
}
div.mod-languages ul li.lang-active {
    background-color: #232323;
}

textarea.form_textarea_input {
    min-height: 200px;
}
.career-card {
    background: #111;
    border: 1px solid rgba(255,255,255,0.08);
    border-radius: 18px;
    overflow: hidden;
    padding: 40px;
    color: #fff;
    box-shadow: 0 10px 30px rgba(0,0,0,0.25);
    transition: all 0.3s ease;
    margin-bottom: 40px;
}

.career-card:hover {
    transform: translateY(-5px);
    border-color: rgba(255,255,255,0.18);
}

.career-badge {
    display: inline-block;
    background: #c8a96b;
    color: #111;
    font-size: 12px;
    font-weight: 600;
    padding: 6px 14px;
    border-radius: 50px;
    margin-bottom: 20px;
    text-transform: uppercase;
    letter-spacing: 1px;
}




.career-text {
    font-size: 16px;
    line-height: 1.8;
    color: rgba(255,255,255,0.75);
    margin-bottom: 30px;
}

.career-section {
    margin-bottom: 30px;
}



.career-section ul {
    padding-left: 18px;
    margin: 0;
}

.career-section ul li {
    margin-bottom: 10px;
    color: rgba(255,255,255,0.75);
    line-height: 1.6;
}

