.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;
}
 .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;
}
.pagination-controls {
  margin-top: 20px;
  justify-content: right;
  align-items: center;
  display: grid;
  grid-auto-flow: column;
  gap: 10px;
  background: #f5f5f7;
}

.pagination-controls svg {
  color: #23559B;
}

.pagination-controls button:disabled {
  opacity: 0.5;
  cursor: not-allowed;
}

#prevBtn,
#nextBtn,
#prevBtn_ad,
#nextBtn_ad,
#prevBtn_an,
#nextBtn_an {
  border: 2px solid #ccc;
  background: transparent;
  width: 48px;
  height: 48px;
  color: #23559B;
  border-radius: 5px;
}
.pagination {
  display: flex;
  gap: 10px;
  align-items: center;
  background-color: #f9f9ff;
  /* Very light background like in image */
  padding: 20px;
  justify-content: flex-end;
}

.page-btn {
  width: 48px;
  height: 48px;
  border: 2px solid #ccc;
  border-radius: 8px;
  background-color: white;
  color: #003B8E;
  margin: 0px 5px;
  /* Arrow color */
  font-size: 18px;
  font-weight: 500;
  cursor: pointer;
  transition: all 0.2s ease;
}

.page-btn:hover {
  background-color: #e6ecff;
}

.page-btn.active {
  background-color: #1f56a6;
  color: white;
  border: none;
}
