.elementor-537 .elementor-element.elementor-element-7c45454{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}/* Start custom CSS *//* Container for the search bar */
.mec-text-input-search {
    position: relative;
    width: 100%;
    max-width: 50%;
    margin: 10px auto;
    display: flex;
    align-items: center;
    background: #fff;
    border: 2px solid #ddd;
    border-radius: 30px;
    padding: 10px 15px;
    box-shadow: 0 4px 6px rgba(0,0,0,0.1);
    transition: all 0.4s ease;
    height:45px !important;
}

/* Hover and focus effects */
.mec-text-input-search:hover,
.mec-text-input-search:focus-within {
    border-color: #4a90e2;
    box-shadow: 0 6px 12px rgba(74, 144, 226, 0.3);
    transform: scale(1.02);
}

/* Search icon styling */
.mec-text-input-search i {
    font-size: 18px;
    color: #999;
    margin-right: 10px;
    transition: color 0.3s ease;
}

/* Input field styling */
.mec-text-input-search input[type="search"] {
    border: none;
    outline: none;
    width: 100%;
    font-size: 16px;
    background: transparent;
    color: #333;
    transition: width 0.4s ease;
}

/* Placeholder style */
.mec-text-input-search input[type="search"]::placeholder {
    color: #aaa;
    font-style: italic;
}

/* Mobile responsiveness */
@media (max-width: 600px) {
    .mec-text-input-search {
        max-width: 90%;
        padding: 8px 12px;
    }

    .mec-text-input-search input[type="search"] {
        font-size: 14px;
    }

    .mec-text-input-search i {
        font-size: 16px;
        margin-right: 8px;
    }
}

/* For Select dropdown*/


.mec-date-search {
    position: relative;
    display: flex;
    align-items: center;
    gap: 10px;
    flex-wrap: wrap;
    max-width: 50%;
    margin: 20px auto;
    padding: 10px 15px;
    border: 2px solid #ddd;
    border-radius: 30px;
    background: #fff;
    box-shadow: 0 4px 6px rgba(0,0,0,0.1);
    transition: all 0.4s ease;
}

.mec-date-search:hover,
.mec-date-search:focus-within {
    border-color: #4a90e2;
    box-shadow: 0 6px 12px rgba(74, 144, 226, 0.3);
    transform: scale(1.02);
}

.mec-date-search i {
    font-size: 18px;
    color: #999;
    margin-right: 5px;
}

.mec-date-search select {
    flex: 1;
    border: none;
    outline: none;
    padding: 10px 15px;
    font-size: 16px !important;
    font-weight:600;
    border-radius: 20px;
    background-color: #f9f9f9;
    color: #000;
    transition: background-color 0.3s ease, box-shadow 0.3s ease;
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    cursor: pointer;
}

.mec-date-search select:hover,
.mec-date-search select:focus {
    /*background-color: #fff;*/
    box-shadow: 0 0 5px rgba(74, 144, 226, 0.3);
}
.mec-wrap .mec-totalcal-box i {
 border: 0;
}


/* Responsive adjustments */
@media (max-width: 600px) {
    .mec-date-search {
        flex-direction: column;
        align-items: stretch;
        padding: 12px 15px;
    }

    .mec-date-search select {
        width: 100%;
        font-size: 18px;
    }

    .mec-date-search i {
        margin-bottom: 8px;
    }
}
.mec-date-search {
    margin: 0;
}
.mec-checkboxes-search .mec-searchbar-category-wrap, .mec-wrap .mec-totalcal-box .mec-totalcal-view span, .mec-wrap .mec-totalcal-box input, .mec-wrap .mec-totalcal-box select {
    min-height: 45px;
    height: 45px;
    line-height: 45px;
    
    font-size: 16px;
    color: #000000;
    font-weight: 600;
}
.mec-wrap .mec-search-form .mec-text-input-search input {
   margin-bottom: 0;
}

.mec-search-form .mec-date-search, .mec-search-form .mec-time-picker-search, .mec-search-form .mec-totalcal-view {
    padding: 3px 10px;
}


.mec-event-list-standard .col-md-3.mec-event-image-wrap {
    position: relative;
    width: 220px;
    height: 220px;
    margin: 20px;
}

.mec-event-list-standard .col-md-3.mec-event-image-wrap .mec-event-image {
    width: 220px !important;
    height: 220px !important;
    object-fit: cover !important;
    margin:20px;
    border-radius: 10px !important;
    box-shadow: rgba(0, 0, 0, 0.02) 0px 1px 3px 0px,
                rgba(27, 31, 35, 0.15) 0px 0px 0px 1px !important;
    position: relative;
    display: block;
}

/* Left vertical border - now ends exactly at the bottom */
.mec-event-list-standard .col-md-3.mec-event-image-wrap .mec-event-image::before {
    content: '';
    position: absolute;
    top: 30%;
    left: 0;
    width: 12px;
    height: 70%;
    background-color: #243875;
    border-radius: 2px;
}

/* Bottom horizontal border - now starts from left */
.mec-event-list-standard .col-md-3.mec-event-image-wrap .mec-event-image::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 60%;
    height: 12px;
    background-color: #243875;
    border-radius: 2px;
}
.mec-event-footer {
    
    padding: 10px !important;
    min-height: 60px;
    background: #dd3333;
    border-radius: 0 0 40px 40px;
}

.eventpagegrid .mec-event-footer .mec-booking-button {
    top: 10px !important;
    right: 30px !important;
  font-size: 16px;
    font-weight: 600;
    background: #243875;
    color: #ffffff;
    border: 0;
}
.eventpagegrid .mec-booking-button:hover {
    background: #050708;
  
}


.mec-event-sharing-wrap {
    left: 30px;
}
.mec-event-list-standard .mec-event-article {
    position: relative;
    display: block;
    margin-bottom: 25px;
    background-color: #fff;
    border: 1px solid #e9e9e9;
    /* box-shadow: 0 2px 0 0 rgba(0, 0, 0, .016); */
    border-radius: 0 0 40px 40px;
    box-shadow: rgba(50, 50, 93, 0.25) 0px 50px 100px -20px, rgba(0, 0, 0, 0.3) 0px 30px 60px -30px, rgba(10, 37, 64, 0.35) 0px -2px 6px 0px inset;
}



.mec-event-list-standard:hover .mec-event-article {
    position: relative;
    display: block;
    margin-bottom: 25px;
    background-color: #fff;
    border: 1px solid #e9e9e9;
    /* box-shadow: 0 2px 0 0 rgba(0, 0, 0, .016); */
    border-radius: 0 0 40px 40px;
    box-shadow: rgb(204, 219, 232) 3px 3px 6px 0px inset, rgba(255, 255, 255, 0.5) -3px -3px 6px 1px inset;

}
.mec-event-list-standard .mec-event-article {
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    position: relative;
}

/* Float effect on hover */
.mec-event-list-standard .mec-event-article:hover {
    transform: translateY(-10px);
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
}
.mec-event-list-standard .mec-event-meta span.mec-event-d, .mec-event-list-standard .mec-event-meta span.mec-event-m {
    font-size: 24px;
    font-weight: 600;
    line-height: 30px;
    color: #ffffff;
    text-transform: uppercase;
    background-image: url(https://ieml.online/wp-content/uploads/2025/05/date-bg-large-events-ieml.png);
    background-position: center center;
    background-size: contain;
    padding: 20px 40px;
    background-repeat: no-repeat;

}
.mec-wrap.colorskin-custom .mec-color-before :before{
color: #ffffff;
font-size: 22px !important;
}
.mec-event-list-standard .mec-time-details {
    text-transform: uppercase;
    font-size: 16px;
    font-weight: 500 !important;
    line-height: 18px;
    color: #000;
}
.mec-event-list-standard .mec-event-meta .mec-venue-details span {
    font-size: 16px;
    font-weight: 600;
    line-height: 20px;
    color: #000;
}
.mec-event-list-standard .mec-event-meta .mec-venue-details .mec-event-address span {
    font-size: 14px;
    font-weight: 400;
    color: #000;
margin-left: 0;
}

.mec-event-list-standard .mec-event-description {
    font-size: 18px;
    -webkit-line-clamp: 5;
    font-weight: 500;
}
.mec-event-sharing-wrap li a, .mec-event-sharing-wrap:hover li ul li a {
    border: none;
    color: #243875;
    display: block;
    background: #fff;
}
.mec-event-sharing-wrap:hover li a {
    color: #dd3333;
}
.mec-event-list-standard .mec-date-details{
margin-bottom: 20px;
}
.mec-wrap .mec-totalcal-box {
    padding: 20px 30px;
}
.mec-event-list-standard .mec-col-table-c.mec-event-meta-wrap
 {
    padding: 10px !important;
}/* End custom CSS */