.custom-loop-carousel {
    display: flex;
    overflow: hidden;
    justify-content: center;
    align-items: center;
    padding: 0px 60px 20px 60px;
    /* width: calc((420px * 3) + 80px);  */

}

.custom-loop-carousel a {
    color: #333 !important;
}

.custom-loop-carousel a:hover {
    color: #333 !important;
}



.event-card {
    margin: 0 15px;
    box-shadow: 0px 0px 3px 0px #00000033;
    background-color: #fff;
    border-radius: 6px;
    overflow: hidden;
    text-align: center;
    cursor: pointer;
    min-height: 428px;
    height: 100%;
}

.event-image img {
    /* width: 360px !important; */
    height: auto !important;
}

.event-details {
    padding: 20px;
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.event-details h3 {
    font-family: 'Gotham' !important;
    font-size: 20px !important;
    font-weight: 400 !important;
    line-height: 30px;
    letter-spacing: -0.015em;
    margin: 0;
    display: flex;
    justify-content: flex-start;
    text-align: left;
}

.event-details p{
    font-family: Montserrat !important;
    font-size: 16px !important;
    font-weight: 400 !important;
    line-height: 19.5px;
    margin: 0;
    display: flex;
    justify-content: flex-start;
    text-align: left;
    align-items: center;
    gap: 10px;
}

.event-details p img{
    height: 24px;
    width: 24px;
}

.view-all-button {
    text-align: center;
    margin-top: 20px;
}

.view-all-link {
    padding: 10px 20px;
    background-color: #007bff;
    color: #fff;
    border-radius: 5px;
    text-decoration: none;
}

.slick-arrow {
    height: 30px !important;
    width: 30px !important;
}

.slick-track
{
    display: flex !important;
}

.slick-slide {
    height: inherit !important;
    width: auto; 
    flex: 0 0 auto;
    min-height: 428px !important;
}

.slick-list {
    margin: 0 auto;
    overflow: hidden;
}

.slick-track {
    display: flex; 
    gap: 0; 
}

@media (max-width: 768px) {
    .custom-loop-carousel {
        padding: 0px 5px 20px 5px;
    }
}