.inner-title-sec{
    display: flex;
    align-items: center;
    gap: 15px;
}
.inner-title-sec .inner-title-icon{
    width: 87px;
    height: 83px;
    background: #D0BB68;
    border-radius: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.innerpage-title-box{
    padding: 40px 0px;
    background: #23559B;
}
.inner-main-title h1{
    font-size: 28px;
    font-weight: 600;
    margin: 0;
    color: #fff;
}
.filter-sec{
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 15px;
    margin-top: 20px;
}
.news-section__filter-button {
    background-color: transparent;
    border: 0px;
    padding: 8px 15px;
    border-radius: 5px;
    font-size: 16px;
    color: #86868B;
    cursor: pointer;
    display: flex;
    position: relative;
    transition: all 0.3s ease;
    align-items: center;
}
.filter-badge {
    position: absolute;
    top: -5px;
    right: -12px;
    width: 14px;
    height: 14px;
    background-color: #23559b;
    border: 2px solid #23559b;
    border-radius: 50%;
    display: none;
    z-index: 10;
}
.news-section__filter-button svg {
    width: 32px;
    height: 32px;
    margin-left: 8px;
}
.filter-modal {
    display: none;
    position: fixed;
    z-index: 1000;
    inset: 0;
    background: rgba(0, 0, 0, 0.4);
    justify-content: center;
    align-items: center;
}
.filter-modal-content {
    background: #fff;
    padding: 0px;
    border-radius: 20px;
    width: 700px;
    position: relative;
    box-shadow: 0 4px 10px rgba(0, 0, 0, .3);
}
.filter-box {
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
    padding: 10px 0px 0px 30px;
    background: #EFEFEF;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.filter-title {
    font-weight: 400;
    margin-top: 0px;
    color: #000000;
}
.filter-close {
    position: absolute;
    right: 15px;
    top: 7px;
    cursor: pointer;
    background: #23559b;
    border-radius: 50%;
    padding: 0px 8px;
    font-size: 20px;
    color: #fff;
    font-weight: 700;
}
.content-modal {
    padding: 10px 30px;
}
.select-wrapper {
    position: relative;
    width: 100%;
    margin-bottom: 15px;
}
#filterModal select, #filterModal input {
    width: 100%;
    padding: 8px;
    color: #00000080;
    border: 1px solid #CFCFCF;
    border-radius: 6px;
    font-size: 16px;
    cursor: pointer;
}
.select-chevron {
    position: absolute;
    right: 10px;
    top: 50%;
    transform: translateY(-50%);
    pointer-events: none;
    color: #000000;
    width: 25px;
    height: 25px;
}
#filterModal label {
    display: block;
    margin-top: 15px;
    margin-bottom: 10px;
    font-size: 18px;
    font-weight: 600;
}
.date-inputs {
    display: flex;
    align-items: center;
    gap: 10px;
}
.date-input-wrapper {
    position: relative;
    flex: 1;
}
.calendar-icon {
    position: absolute;
    right: 10px;
    top: 50%;
    transform: translateY(-50%);
    color: #000000;
    width: 25px;
    height: 25px;
    pointer-events: none;
}
.date-input-wrapper {
    position: relative;
    flex: 1;
}
.validation-text {
    color: #ff0000;
}
.filter-actions {
    display: flex;
    justify-content: center;
    margin-top: 30px;
    gap: 30px;
    margin-bottom: 30px;
}
#clearFilters {
    border: 1px solid #23559b;
    padding: 8px 80px;
    border-radius: 30px;
    cursor: pointer;
    background: 0 0;
}
#applyFilters {
    cursor: pointer;
    border: 1px solid #23559b;
    background: #D0BB68;
    padding: 8px 80px;
    border-radius: 30px;
}
.filter-success-popup {
    display: none;
    position: fixed;
    z-index: 2000;
    inset: 0;
    background: rgba(0, 0, 0, 0.6);
    justify-content: center;
    align-items: center;
}
.filter-success-content {
    background: white;
    padding: 30px;
    border-radius: 15px;
    width: 400px;
    text-align: center;
    box-shadow: 0px 8px 25px rgba(0, 0, 0, 0.3);
    animation: popupSlideIn 0.3s ease-out;
}
.filter-success-icon {
    width: 60px;
    height: 60px;
    margin-bottom: 30px;
}
.filter-success-content h3 {
    color: #2e7d32;
    margin: 0 0 15px 0;
    font-size: 20px;
}
 .events-card{
    background-color: #ffff;
    box-shadow: 2px 4px 12px 0px #00000014;
    border-radius: 20px;
    padding: 10px;
    margin-bottom: 25px;
    display: flex;
}
.event-date {
    background-color: #23559b;
    color: white;
    padding: 30px 20px;
    text-align: center;
    flex-shrink: 0;
    min-width: 120px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    max-height: 150px;
    border-radius: 20px;
}
.event-date .day {
    font-size: 20px;
    font-weight: bold;
}
.event-date .weekday {
    font-size: 16px;
}
.news-section__article-content {
    padding: 0px 20px;
    flex-grow: 1;
}
.news-section__article-date {
    font-size: 14px;
    color: #23569b;
    padding: 10px 0px;
    font-weight: 700;
}
.news-section__article-title {
    font-size: 20px;
    font-weight: 600;
    color: #2D2525;
    padding: 0;
    line-height: 24px;
}
.news-section__article-snippet {
    font-size: 16px;
    color: #2D2525;
    line-height: 1.6;
    font-weight: 400;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}
.news-section__read-more {
    font-size: 16px;
    color: #23559b;
    font-weight: 600;
    text-decoration: none;
    float: left;
    text-decoration: underline;
    margin-top: 20px;
    margin-bottom: 30px;
}
.event-content {
    padding: 30px;
    flex: 1;
    box-shadow: 0 4px 16px rgba(0, 0, 0, 0.08);
    background-color: white;
    border-radius: 20px;
}
.events-details-card {
    display: flex;
    flex-direction: row;
    border-radius: 12px;
    overflow: hidden;
    gap: 20px;
}
@media (max-width:767px){
    .events-details-card{
        flex-direction: column;
    }
}