.modal-dialog {
    display: flex;
    align-items: center;
    min-height: calc(100% - 1rem);
}

.modal-content {
    background-color: #ffffff;
    border-radius: 0;
    height: 100%;
    overflow: hidden;
}

body.modal-open .container-fluid, .modal-open .container {
    -webkit-filter: blur(5px);
}

.modal-body {
    display: flex;
    flex-wrap: wrap;
    height: 100%;
}

.text-section {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
    padding: 20px;
}

.text-section .event-date {
font-weight: bold;
margin-bottom: 1rem;
text-transform: uppercase;
font-size: 1rem;
color: #6c757d;
}

.text-section .event-title {
font-size: 1.5rem;
margin-bottom: 1rem;
font-weight: bold;
}

.text-section .event-description {
font-size: 1.125rem;
margin-bottom: 1.5rem;
line-height: 1.5;
}

.btn-success {
background-color: #233d29;
border: none;
border-radius: 0;
color: white;
padding: 10px 20px;
font-size: 1rem;
}

.btn-success:hover {
background-color: #233d29;
}

.image-section img {
width: 100%;
height: 100%;
object-fit: contain; /* Ensures the image covers the entire area */
}

.row.g-0 {
margin-right: 0;
margin-left: 0;
}
