.careers-wrapper-dec03994 {
    background-color: rgba(10, 14, 46, 0.85);
    padding: 60px 20px;
    border-radius: 20px;
    text-align: center;
    position: relative;
    overflow: hidden;
}

.careers-wrapper-dec03994::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    z-index: 1;
    opacity: 0.4;
    mix-blend-mode: overlay;
}

.careers-content-dec03994 {
    position: relative;
    z-index: 2;
    max-width: 600px;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.careers-label-dec03994 {
    background: rgba(255, 255, 255, 0.15);
    color: #FFC107;
    padding: 6px 16px;
    border-radius: 20px;
    font-size: 13px;
    font-weight: 600;
    margin-bottom: 20px;
    letter-spacing: 1px;
    backdrop-filter: blur(4px);
}

.careers-heading-dec03994 {
    color: #ffffff;
    font-size: 32px;
    font-weight: 700;
    margin-bottom: 16px;
    line-height: 1.2;
    text-shadow: 0 2px 4px rgba(0,0,0,0.3);
}

.careers-desc-dec03994 {
    color: rgba(255, 255, 255, 0.9);
    font-size: 16px;
    margin-bottom: 32px;
    line-height: 1.5;
    text-shadow: 0 1px 3px rgba(0,0,0,0.3);
}

.careers-btn-dec03994 {
    background-color: #ffffff;
    color: #FFC107;
    padding: 14px 32px;
    border-radius: 30px;
    font-size: 15px;
    font-weight: 600;
    text-decoration: none;
    transition: all 0.3s ease;
    display: inline-block;
}

.careers-btn-dec03994:hover {
    transform: translateY(-2px);
    box-shadow: 0 4px 15px rgba(255, 193, 7, 0.2);
    color: #FFC107;
}
