.careeropps_openings {
    border-right: 6px solid rgba(235,235,235,1);
}

.careeropps_whywork {
    border-right: 4px solid rgba(235,235,235,0.3);
}

.careeropps_whywork_img {
    min-height: 166px
}

/* Button Style */
.apply-btn {
    display: inline-block;
    background-color: #1a2a6c;
    color: #ffffff !important;
    padding: 14px 40px;
    border-radius: 50px;
    font-weight: bold;
    text-decoration: none;
    cursor: pointer;
}

/* Popup Overlay */
.apply-popup-overlay {
    display: none;
    position: fixed;
    top: 0; left: 0;
    width: 100%; height: 100%;
    background: rgba(0,0,0,0.6);
    z-index: 9999;
    justify-content: center;
    align-items: center;
}

.apply-popup-overlay.active {
    display: flex;
}

/* Popup Box */
.apply-popup-box {
    background: #fff;
    padding: 30px;
    border-radius: 10px;
    max-width: 600px;
    width: 90%;
    position: relative;
}

/* Close Button */
.apply-popup-close {
    position: absolute;
    top: 10px; right: 15px;
    font-size: 22px;
    cursor: pointer;
    background: none;
    border: none;
}

@media (max-width: 768px) {
    .careeropps_openings,
    .careeropps_whywork {
        border-right: none;
        border-bottom: 6px solid rgba(235,235,235,1);
        margin-bottom:10px;
    }
    
    h4 {
            font-size: 18px !important;
        }
}