.main-menu li a {
    text-decoration: none;
}
.logoutsection p a {
    text-decoration: none;
}
.btm-border{
    margin:29px 42% !important;
}
.post_job{
    float: right !important;
    text-transform:none !important;
    text-decoration: none !important;
    color: #ffffff !important;
    font-size: 14px !important;
    text-transform: uppercase !important;
    font-family: 'Montserrat', sans-serif !important;
    font-weight: 500 !important;
    background: #b31f36 !important;
    border-radius: 0px !important;
    height: 50px !important;
    line-height: 50px !important;
}
#profilesubmit{
    color: #ffffff !important;
    font-size: 14px !important;
    text-transform: uppercase !important;
    font-family: 'Montserrat', sans-serif !important;
    font-weight: 500 !important;
    background: #b31f36 !important;
    border-radius: 0px !important;
    height: 50px !important;
    line-height: 50px !important;
}
.search_span{
    display:inline-flex !important;
}
.search_span a{
    text-decoration: none !important;
}
.impact-block a{
    text-decoration: none !important;
}
.message_div{
    border:1px solid #000 !important;
    text-align: center;
    width: 50% !important;
    margin-left: 22% !important;
    padding: 22px !important;
    border-radius: 10px;
    margin-bottom: 30px;
}
.message_div a{
    color:#b31f36 !important;
}
.message_div h3{
    font-size: 18px;
    text-align: center;
}








/* Overlay background */
.modal-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 1000;
}

.modal-overlay-auth {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 1000;
}

/* Modal container */
.modal {
    background: #F0EDE8;
    padding: 70px;
    width: 90%;
    position: relative;
    text-align: center;
    max-width: 710px;
    height: 525px;
}

/* Close button */
.close-btn {
    position: absolute;
    top: 10px;
    right: 15px;
    font-size: 25px;
    cursor: pointer;
    border: none;
    background: none;
    padding: 5px;
    border-radius:0px !important;
}

.close-btn svg {
    width: 24px;
    height: 24px;
    color: #323232;
    transition: color 0.2s;
}
.close-btn:hover {
    color: #323232;
    background: none;
}

.close-btn:hover svg {
    color: #323232;
    background: none;
}

.close-btn-auth {
    position: absolute;
    top: 10px;
    right: 15px;
    font-size: 25px;
    cursor: pointer;
    border: none;
    background: none;
    padding: 5px;
    border-radius:0px !important;
}

.close-btn-auth svg {
    width: 24px;
    height: 24px;
    color: #323232;
    transition: color 0.2s;
}
.close-btn-auth:hover {
    color: #323232;
    background: none;
}

.close-btn-auth:hover svg {
    color: #323232;
    background: none;
}

/* Modal heading */
.modal-title {
    font-size: 23px;
    font-weight: bold;
    color: #333;
    margin-bottom: 20px;
    text-transform: uppercase;
    letter-spacing: 1px;
}

/* Modal text */
.modal-text {
    font-size: 16px;
    color: #666;
    line-height: 1.5;
    padding-top: 20px;
    text-align: left;
}
.modal-text2 {
    font-size: 16px;
    color: #666;
    line-height: 1.5;
    text-align: left;
}
.modal-text3 {
    font-size: 16px;
    color: #666;
    margin-bottom: 30px;
    line-height: 1.5;
    padding-bottom: 20px;
    text-align: left;
}

/* Button container */
.button-container {
    display: flex;
    gap: 5px;
    justify-content: center;
}

/* Buttons */
.modal-btn {
    border: none;
    font-size: 16px;
    font-weight: bold;
    cursor: pointer;
    transition: background-color 0.3s ease;
    border-radius:0px !important;
}

.login-btn {
    width: auto;
    color: #ffffff;
    font-size: 14px;
    text-transform: uppercase;
    font-family: 'Montserrat', sans-serif;
    font-weight: 500;
    background: #b31f36;
    border-radius: 0px;
    height: 50px;
    line-height: 50px;
    min-width: 125px;
}

.signup-btn {
    width: auto;
    color: #ffffff;
    font-size: 14px;
    text-transform: uppercase;
    font-family: 'Montserrat', sans-serif;
    font-weight: 500;
    background: #b31f36;
    border-radius: 0px;
    height: 50px;
    line-height: 50px;
    min-width: 125px;
}

.createjob {
    width: auto;
    color: #ffffff;
    font-size: 14px;
    text-transform: uppercase;
    font-family: 'Montserrat', sans-serif;
    font-weight: 500;
    background: #b31f36;
    border-radius: 0px;
    height: 50px;
    line-height: 50px;
    min-width: 150px;
}

.modal-btn:hover {
    background-color: #C41E3A;
    color: white;
}