.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;
}

.news-events-announce-listing{
    padding: 40px 0;
}
.news-events-announce-card{
    background-color: #ffff;
    box-shadow: 2px 4px 12px 0px #00000014;
    border-radius: 20px;
    padding: 10px;
    margin-bottom: 25px;
    display: flex;
    position: relative;
    gap: 20px;
}
.news-events-announce-img{
    width: 350px;
    height: 244px;
    border-radius: 20px;
    overflow: hidden;
    flex-shrink: 0;
}
.news-events-announce-img img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.date {
    font-size: 14px;
    color: #23569b;
    padding: 10px 0px;
    font-weight: 700;
}
.news-events-announce-text h2{
    font-size: 20px;
    font-weight: 600;
    color: #2D2525;
    padding: 0;
    line-height: 24px;
    margin: 0 0 20px 0;
}
.news-events-announce-text{
    padding: 20px;
}
.news-events-announce-text p {
    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-events-announce-text a{
    position: absolute;
    bottom: 20px;
    right: 40px;
    font-size: 16px;
    color: #23559B;
    font-weight: 600;
    text-decoration: underline;
    
}
.wysiwyg-viewer h1 {
  margin-top: 15px;
  font-weight: 600;
  font-size: 28px !important;
  line-height: 36px;
  letter-spacing: -0.28px;
  color: #23559b;
  margin-bottom: 15px;
}

.wysiwyg-viewer h2 {
  margin-top: 15px;
  font-weight: 600;
  font-size: 24px !important;
  line-height: 32px;
  letter-spacing: -0.28px;
  color: #23559b;
  margin-bottom: 15px;
}
.wysiwyg-viewer img {
  width: 100%;
  height: 496px;
  border-radius: 20px;
  object-fit: cover;
  object-position: top;
  display: block;
  margin-bottom: 15px;
}
.wysiwyg-viewer h3 {
  margin-top: 15px;
  font-weight: 600;
  font-size: 20px !important;
  line-height: 28px;
  letter-spacing: -0.28px;
  color: #23559b;
  margin-bottom: 15px;
}
  .wysiwyg-viewer h4 {
    margin-top: 15px;
    font-weight: 600;
    font-size: 16px !important;
    line-height: 24px;
    letter-spacing: -0.28px;
    color: #23559b;
    margin-bottom: 15px;
  }
.wysiwyg-viewer p {
  font-size: 16px !important;
  line-height: 24px;
  letter-spacing: -0.28px;
  color: #000000;
  margin-bottom: 15px;
  margin-top: 15px;
}
.wysiwyg-viewer table {
  width: 100%;
  background: #fff;
  border-radius: 12px;
  text-align: center;
  border-collapse: collapse;
  /* box-shadow: 0 4px 12px rgba(0, 0, 0, 0.12); */
}
.wysiwyg-viewer table tr {
  border-bottom: 1px solid #cfcfcf;
}
.wysiwyg-viewer table tr:last-child {
  border-bottom: none;
}
.wysiwyg-viewer table tr:nth-child(even) {
  background-color: #fafafa !important;
}
.wysiwyg-viewer table tr th {
  border :1px solid #ddd;
  padding: 20px 15px;
  background-color: #4a4a4a3b;
  color: #4a4a4a;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: -0.28px;
  font-weight: 600;
  text-align: left;
}
.wysiwyg-viewer table {
  border-top-left-radius: 12px;
  border-top-right-radius: 12px;
  /* overflow: hidden; */
}

.wysiwyg-viewer table tr td {
  border :1px solid #ddd;
  padding: 20px 15px;
  color: #000000;
  font-size: 14px;
  font-weight: 400;
  line-height: 24px;
  letter-spacing: -0.28px;
  text-align: left;
}
.wysiwyg-viewer ul li {
  font-size: 16px;
  line-height: 24px;
  letter-spacing: -0.28px;
  list-style-position: inside;
  color: #000000;
}
.wysiwyg-viewer ol li {
  font-size: 16px;
  line-height: 24px;
  letter-spacing: -0.28px;
  list-style-position: inside;
  color: #000000;
}
.wysiwyg-viewer a {
  color: #23559b;
  text-underline-offset: 3px;
  text-decoration: underline 2px rgba(42, 46, 109, 0.12);
}
.wysiwyg-viewer a:hover {
  text-decoration: underline rgb(35, 85, 155) !important;
}
.wysiwyg-viewer iframe {
  width: 100%;
  height: 600px;
  margin-top: 15px;
  margin-bottom: 15px;
}
figure.table{
      border: 1px solid #ddd;
    overflow: hidden;
    border-radius: 12px;
    margin-top: 25px;
    margin-bottom: 25px;
}
@media(max-width:1199px){
    .news-events-announce-text{
        padding-bottom: 50px;
    }
    
}
@media(max-width:991px){
.news-events-announce-img{
        width: 300px;
        height: auto;
    }
}
@media(max-width:767px){
    .news-events-announce-card{
        flex-direction: column;
    }
    .news-events-announce-img{
        width: 100%;
    }
}


/* pagination css */
.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;
}

@media (max-width:991px){
.filter-modal-content{
  width: 90%;
  max-width: 90%;
}
.news-events-announce-card{
  flex-direction: column;
}
}
@media (max-width:767px){
  .filter-modal .filter{
    grid-template-columns: 1fr;
  }
  .filter-actions{
    flex-direction: column;
    gap: 10px;
  }
}