.mp_col_left {
    float: left;
    width: 33%;
}

.mp_col_right {
    float: right;
    width: 66%;
}

.mp_qualitification_text {
    font-weight: bold;
    text-align: center;
    padding: 0;
    margin: 0;
    padding-top: 15px;
    padding-left: 15px;
    padding-right: 15px;
}

.mp_content {
    line-height: 1.6;
    color: #555;
    margin-bottom: 15px;
}

.mp_content a {
    text-decoration: underline !important;
    color: #555 !important;
}

#modalOverlay {
    display: flex;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.8);
    z-index: 9999;
    justify-content: center;
    align-items: center;
    display: none;
}

.mp_modal {
    background-color: white;
    width: 90%;
    max-width: 750px;
    max-height: 80%;
    padding: 30px;
    border-radius: 8px;
    position: relative;
    overflow-y: auto;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.3);
    font-family: inherit;
    display: none;
}

.closeModal {
    position: absolute;
    top: 15px;
    right: 20px;
    background: none;
    border: none;
    font-size: 24px;
    cursor: pointer;
    color: #666;
    padding: 0;
    width: 30px;
    height: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.closeModal:hover {
    background: transparent !important;
    color: #666 !important;
}

.elementor-767 {
    cursor: pointer;
}