/* Breadcrumbs */
.breadcrumbs {
    margin-top: 90px;
    margin-bottom: 60px;
    color: #2B2F30;
    font-family: Geologica;
    font-size: 16px;
    font-style: normal;
    font-weight: 300;
    line-height: 25.6px;
    text-transform: uppercase;
    gap: 20px;
}

.breadcrumbs a {
    color: inherit;
    text-decoration: none;
}

.breadcrumbs a:hover {
    text-decoration: underline;
}

.breadcrumbs .separator {
    margin: 0 8px;
}

.breadcrumbs .current {
    color: inherit;
}

.events-page {
    padding-top: 130px;
    margin-top: -20px;
    padding-bottom: 40px;
}
.header {
    background: #2b2f30;
}
.header.sticky.bg-green {
    background-color: #393D3E;
}
.page-title {
    margin-top: 0px;
    margin-bottom: 10px;
    color: #2B2F30;
    font-family: Geologica;
    font-size: 72px;
    font-style: normal;
    font-weight: 700;
    line-height: 79.2px;
    text-transform: uppercase;
    text-align: start;
}
.page-description {
    margin-bottom: 20px;
}
.events-filter {
    display: flex;
    justify-content: start;
    gap: 30px;
    margin-bottom: 50px;
}

.filter-btn {
    display: flex;
    width: 170px;
    height: 46px;
    padding: 10px 46px;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 10px;
    background: #808080;
    color: #FFF;
    text-align: center;
    font-family: Geologica;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 25.6px;
    text-transform: uppercase;
    border: 0;
    border-radius: 0;
    cursor: pointer;
}

.filter-btn.active {
    background: #36AFA6;
}

.events-grid {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 24px;
    margin-bottom: 70px;
}

.event-card {
    display: flex;
    border: 1px solid #36AFA6;
    padding: 40px;
    flex-direction: column;
}

.event-card[style*="display: none;"] {
    display: none !important;
}

.event-card__status {
    margin-bottom: 10px;
    height: 20px;
    padding-left: 10px;
    padding-right: 10px;
    color: #FFF;
    text-align: center;
    font-family: Geologica;
    font-size: 10px;
    font-style: normal;
    font-weight: 700;
    line-height: 17.318px;
    text-transform: uppercase;
    padding-top: 2px;
    padding-bottom: 0px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 0;
    align-self: flex-start;
}

.event-card__status--live {
    background-color: #d9534f; /* Red for Live */
}

.event-card__status--past {
    background-color: #777777; /* Gray for Past */
}

.event-card__date {
    color: #2B2F30;
    font-family: Geologica;
    font-size: 14px;
    font-style: normal;
    font-weight: 200;
    line-height: 145%;
    margin-bottom: 10px;
}

.event-card__title {
    margin-top: 0px;
    color: #2B2F30;
    font-family: Geologica;
    font-size: 24px;
    font-style: normal;
    font-weight: 700;
    line-height: 28.8px;
    margin-bottom: 10px;
}

.event-card__meta {
    margin-bottom: 20px;
    display: flex;
    gap: 12px;
    color: #808080;
    font-family: Geologica;
    font-size: 12px;
    font-style: normal;
    font-weight: 200;
    line-height: 145%;
}

.event-card__description {
    color: #2B2F30;
    font-family: Geologica;
    font-size: 14px;
    font-style: normal;
    font-weight: 200;
    line-height: 145%;
    margin-bottom: 30px;
    flex-grow: 1;
}

.event-card__actions {
    display: flex;
    flex-wrap: wrap;
    gap: 15px;
}

.event-card__actions .btn {
    display: flex;
    width: auto;
    height: 35px;
    padding-left: 15px;
    padding-right: 15px;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 6.765px;
    border: 1px solid #000;
    text-decoration: none;
    border-radius: 0;
    color: #000;
    text-align: center;
    font-family: Geologica;
    font-size: 10px;
    font-style: normal;
    font-weight: 400;
    line-height: 17.318px;
    text-transform: uppercase;
    cursor: pointer;
    background: transparent;
}
.event-card__actions .btn:first-child {
    background: #36AFA6;
    border: 1px solid #36AFA6;
    color: white;
}

.events-load-more {
    text-align: center;
}

/* Share Popup */
.share-popup {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    z-index: 1000;
    justify-content: center;
    align-items: center;
}

.share-popup.show {
    display: flex;
}

.share-popup__content {
    background: white;
    padding: 30px;
    border-radius: 5px;
    text-align: center;
    position: relative;
    width: 90%;
    max-width: 400px;
}
.share-popup__content h4 {
    font-size: 20px;
}
.share-popup__close {
    position: absolute;
    top: 10px;
    right: 15px;
    font-size: 24px;
    background: none;
    border: none;
    cursor: pointer;
}

.share-popup__links {
    display: flex;
    flex-direction: column;
    gap: 10px;
    margin-top: 20px;
}

.share-popup__links a {
    padding: 10px;
    background: #f0f0f0;
    border-radius: 5px;
    text-decoration: none;
    color: #333;
}
.events-page .container {
    max-width: unset;
}
#loadMoreEvents {
    display: inline-block;
    width: 314.63px;
    height: 72.39px;
    padding: 0 60.65px 0 61px;
    background: #44A2A5;
    color: #FFF;
    text-align: center;
    font-family: Geologica;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 18.4px;
    text-transform: uppercase;
    border: 0;
    cursor: pointer;
}
@media (max-width: 980px) {
    .breadcrumbs {
        margin-top: 15px;
        margin-bottom: 25px;
        gap: 10px;
        color: #2B2F30;
        font-family: Geologica;
        font-size: 14px;
        font-style: normal;
        font-weight: 300;
        line-height: 25.6px;
        text-transform: uppercase;
    }
    .page-title {
        color: #2B2F30;
        font-family: Geologica;
        font-size: 32px;
        font-style: normal;
        font-weight: 700;
        line-height: 125%;
        text-transform: uppercase;
        margin-bottom: 10px;
    }
    .events-filter {
        margin-bottom: 40px;
        gap: 10px;
    }
    .filter-btn {
        display: flex;
        width: 90px;
        height: 25px;
        padding: 5px 10px;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        gap: 10px;
        color: #FFF;
        text-align: center;
        font-family: Geologica;
        font-size: 10px;
        font-style: normal;
        font-weight: 400;
        line-height: 125%;
        text-transform: uppercase;
    }
    .events-grid {
        grid-template-columns: 1fr;
        gap: 20px;
        margin-bottom: 50px;
    }
    .event-card {
        display: flex;
        padding: 30px;
    }
    .event-card__actions .btn {
        padding-left: 10px;
        padding-right: 10px;
    }
    #loadMoreEvents {
        width: 100%;
    }
}