/* Modal background overlay */
body{
    background-image: url('/images/Desktop_Background.png'); /* Corrected path */

}

.modal-overlay {
    display: none; /* Hidden by default */
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    z-index: 1000;
    justify-content: center;
    align-items: center;
}

/* Modal content box */
.modal-content {
    background: #fff;
    padding: 20px;
    max-width: 500px;
    border-radius: 8px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
    text-align: center;
}

/* Modal close button */
.modal-close-btn {
    background-color: #007bff;
    color: white;
    border: none;
    padding: 10px 20px;
    cursor: pointer;
    font-size: 16px;
    border-radius: 5px;
    margin-top: 15px;
}

.modal-close-btn:hover {
    background-color: #0056b3;
}

.footer .img_region_est {
    height: 30px; /* Adjusted to make it visible but smaller */
    width: auto; /* Keeps the aspect ratio */
    margin-bottom: 10px;
}