.pdop_newsroom_listing_sec {
  background-color: #ebe7f5;
  padding-block: clamp(30px, 3vw, 60px) clamp(60px, 6vw, 124px);
}
.news-listing-container {
  display: grid;
  grid-template-columns: 0.5fr 2.2fr;
  gap: 58px;
}
.pdop_mobile_filter_sidebar {
  background: #ffff;
  border-radius: 24px;
  padding: 28px 24px;
  overflow-y: auto;
  position: sticky;
  top: 9rem;
}
.pdop_mobile_filter_sidebar::-webkit-scrollbar {
  width: 6px;
}
.pdop_mobile_filter_sidebar::-webkit-scrollbar-track {
  background: transparent;
}
.pdop_mobile_filter_sidebar::-webkit-scrollbar-thumb {
  background: #d1d1d1;
  border-radius: 10px;
}
.pdop_mobile_filter_sidebar::-webkit-scrollbar-button {
  display: none;
  width: 0;
  height: 0;
}
.filter-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 35px;
}
.filter-title {
  display: flex;
  align-items: center;
  gap: 10px;
}
.filter-title h3 {
  font-size: 36px;
  font-weight: 700;
  color: #0b3d91;
  margin: 0;
}
.clear-all {
  font-size: 18px;
  color: #222;
  text-decoration: none;
}

.filter-section h4 {
  font-size: 20px;
  font-weight: 700;
  margin-bottom: 20px;
  color: #1d1d1d;
}
.filter-options {
  display: flex;
  flex-direction: column;
  gap: 18px;
}
.filter-checkbox {
  display: flex;
  align-items: flex-start;
  gap: 14px;
  font-size: 18px;
  line-height: 1.5;
  color: #222;
  cursor: pointer;
  position: relative;
}
.filter-checkbox input {
  display: none;
}
.filter-checkbox span {
  width: 24px;
  height: 24px;
  border: 1.5px solid #bcbcbc;
  border-radius: 4px;
  background: #fff;
  flex-shrink: 0;
  position: relative;
  margin-top: 2px;
}
.filter-checkbox input:checked + span {
  background: #2f4b93;
  border-color: #2f4b93;
}
.filter-checkbox input:checked + span::after {
  content: "✔";
  color: #fff;
  font-size: 14px;
  position: absolute;
  top: 1px;
  left: 5px;
}
.filter-submit {
  width: 100%;
  background: #0b3d91;
  color: #fff;
  border: none;
  padding: 14px;
  border-radius: 10px;
  font-size: 16px;
  cursor: pointer;
  margin-top: 10px;
}
.filter-submit:hover {
  opacity: 0.9;
}

.pdop_newsroom_cards {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 30px;
}
.pdop_newsroom_cards .pdop_newsroom_card {
  height: auto;
}
.pdop_newsroom_listing_sec .pdop_newsroom_card_thumb img {
  height: 200px;
  object-fit: cover;
}

/* PAGINATION */
.pdop_newsroom_pagination {
  margin-top: 60px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.pagination-btn {
  background: #243b80;
  color: #fff;
  padding: 10px 30px;
  border-radius: 50px;
  text-decoration: none;
  font-size: 16px;
  font-weight: 500;
  position: relative;
}
.pagination-disabled {
  opacity: 0.4;
  pointer-events: none;
}
.pagination-select-wrap {
  position: relative;
}

.pagination-select-wrap {
  background: #fff;
  border-radius: 50px;
  padding: 0 10px;
}
.pagination-select {
  border-radius: 50px;
  padding: 10px 10px 10px 10px;
  border: none;
  font-size: 16px;
  appearance: none;
  cursor: pointer;
  background: transparent !important;
}
.pagination-select:focus-visible {
  outline: none;
}
.pagination-btn:hover {
  color: #fff;
}

/* SIDEBAR */
.pdop_newsroom_filter_sidebar {
  border-radius: clamp(18px, 1.3vw, 20px);
  background: #fff;
  padding: clamp(18px, 1.3vw, 20px) clamp(16px, 1.2vw, 23px)
    clamp(22px, 1.9vw, 30px) clamp(22px, 1.9vw, 30px);
}
.filter-header {
  display: flex;
  justify-content: space-between;
  margin-bottom: 30px;
}
.filter-header h3 {
  display: flex;
  align-items: center;
  gap: 0.75rem;
  color: #002d72;
  font-size: clamp(18px, 1.3vw, 20px);
  font-weight: 600;
}

.filter-box h4 {
  margin-bottom: 20px;
  font-size: 24px;
}
.filter-options {
  display: flex;
  flex-direction: column;
  gap: 18px;
  max-height: 250px;
  overflow: auto;
}
.custom-checkbox {
  display: flex;
  align-items: flex-start;
  gap: 12px;
}
.custom-checkbox {
  cursor: pointer;
  color: #3c3c3c;
  font-size: 16px;
  line-height: 22px;
}
.custom-checkbox input {
  display: none;
}
.custom-checkbox span {
  width: 18px;
  height: 18px;
  border: 1px solid #ccc;
  border-radius: 4px;
  flex-shrink: 0;
  position: relative;
  background: #fff;
}
.custom-checkbox input:checked + span {
  background: #243b80;
  border-color: #243b80;
}
.custom-checkbox input:checked + span:after {
  content: "✓";
  color: #fff;
  position: absolute;
  left: 2px;
  top: -2px;
}
.filter-submit-btn {
  width: 100%;
  border: none;
  background: #243b80;
  color: #fff;
  padding: 16px;
  border-radius: 12px;
  font-size: 18px;
  cursor: pointer;
}
.sidebar-clear-all {
  color: var(--color-black);
  font-size: 14px;
  font-weight: 400;
  padding: 0;
  transition: opacity 0.25s ease;
}
.filter-box h4 {
  color: #3c3c3c;
  font-size: 16px;
  margin-bottom: 1rem;
  font-weight: 700;
  line-height: normal;
}

/* Hide Apply Button Desktop */
.filter-submit-btn {
  display: none;
}
.pdop_newsroom_card {
  padding: 20px;
  border-radius: 20px;
  background-color: var(--color-white);
  position: relative;
  align-items: flex-start;
  height: calc(100% - 40px);
}
.pdop_newsroom_card .pdop_newsroom_card_inner {
  display: flex;
  flex-direction: column;
  height: 100%;
  width: 100%;
}
.pdop_newsroom_card_thumb img {
  border-radius: 10px;
  width: 100%;
}
.pdop_newsroom_card_thumb {
  margin-bottom: 1rem;
}
.pdop_newsroom_card_date {
  font-weight: var(--fw-semibold);
  font-size: var(--body-small);
  color: var(--color-black);
}
.pdop_newsroom_card_tags {
  display: flex;
  gap: 8px;
  margin-top: 10px;
  flex-wrap: wrap;
}
.pdop_newsroom_card_tags span {
  font-size: 12px;
  font-weight: var(--fw-semibold);
  color: var(--color-black);
  padding: 2px 7px;
  border-radius: 3px;
  background-color: #fcffbc;
}
.pdop_newsroom_card_tags span:nth-child(3n - 1 of :not(.visually-hidden)) {
  background: rgba(225, 241, 255, 1);
}
.pdop_newsroom_card_tags span:nth-child(3n - 3 of :not(.visually-hidden)) {
  background: rgba(255, 224, 224, 1);
}
.pdop_newsroom_card_content {
  display: flex;
  flex-direction: column;
  height: 100%;
}
.pdop_newsroom_card_title {
  font-size: var(--body-medium);
  font-weight: var(--fw-medium);
  color: var(--color-black);
  margin-block: 16px 20px;
  flex-grow: 1;
}
.pdop_newsroom_card_description {
  margin-bottom: 16px;
}
.pdop_newsroom_card_description,
.pdop_newsroom_card_description_title {
  font-size: var(--body-base);
  color: var(--color-black);
}
.pdop_newsroom_card_description_title {
  font-weight: var(--fw-semibold);
  margin-bottom: 5px;
}
.pdop_newsroom_card_startdate {
  font-size: 12px;
  color: var(--color-black);
  font-weight: var(--fw-semibold);
}
.pdop_newsroom_card_enddate {
  font-size: var(--body-small);
  background-color: #d0e7ce;
  color: #086f31;
  padding: 8px 10px;
  border-radius: 20px;
  font-weight: var(--fw-semibold);
  align-self: flex-start;
}
.pdop_newsroom_card_link {
  font-size: var(--body-base);
  color: var(--color-primary);
  text-decoration: none;
  font-weight: var(--fw-semibold);
  display: flex;
  align-items: center;
  gap: 6px;
  margin-top: 22px;
}
.pdop_newsroom_card_arrow.pdop_services_card_arrow {
  margin-bottom: -20px;
}

/* MOBILE FILTER BUTTON */
.pdop_mobile_filter_btn_wrap {
  margin-bottom: 20px;
}
.pdop_mobile_filter_btn {
  width: 100%;
  border: none;
  background: #243b80;
  color: #fff;
  border-radius: 20px 20px 0 0;
  padding: 18px 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  font-size: 20px;
  font-weight: 600;
}

/* OVERLAY */
.pdop_mobile_filter_overlay {
  position: fixed;
  inset: 0;
  background: rgba(0, 0, 0, 0.5);
  z-index: 998;
  opacity: 0;
  visibility: hidden;
  transition: 0.3s;
}
.pdop_mobile_filter_overlay.active {
  opacity: 1;
  visibility: visible;
}

/* ################################################################ Single News Page ################################################################ */

.single_news_container {
  background-color: #f4f0ff;
  padding-block: 150px 70px;
}
.single_new_content_main {
  display: grid;
  grid-template-columns: 1fr 0.35fr;
  gap: 100px;
}

.read_news_btn_container .pdop_btn {
  width: 30%;
}
.read_news_btn_container .pdop_btn span {
  margin-inline: auto;
}
.read_news_btn_container .pdop_btn::after {
  transform: rotate(90deg);
}

.single_news_content_container > * {
  color: #323232;
  font-size: 18px;
  font-weight: 400;
  line-height: 28px;
}
.single_news_content_container .news_paragraph_block p {
  color: #323232;
  font-size: 18px;
  font-weight: 400;
  line-height: 28px;
}
span.news_publish_date {
  color: var(--color-black);
  font-size: 14px;
  font-weight: 600;
  line-height: 18px;
}

.latest_news {
  background: #fff;
  border-radius: 24px;
  padding: 28px 24px;
  box-shadow: var(--shadow-offset) var(--shadow-offset) 0px 0px #009ad0;
  position: sticky;
  top: 140px;
}

.latest_news h3 {
  color: var(--color-black);
  font-size: 20px;
  font-weight: 600;
  line-height: 1.4;
}
.latest_news_content span.latest_news_date {
  color: #4e4e4e;
  font-size: 12px;
  font-weight: 400;
  line-height: 14px;
  transition: all 0.2s ease;
}
.latest_news_item:hover .latest_news_content span.latest_news_date {
  color: #000;
  font-weight: var(--fw-medium);
}
.latest_news_content h4 {
  line-height: 0.8;
}
.latest_news_content h4 a {
  color: var(--color-black);
  font-size: 16px;
  font-weight: 500;
  line-height: 1;
  transition: all 0.2s ease;
}
.latest_news_content h4 a:hover {
  text-decoration: underline;
}

.latest_news_image {
  flex: 1 0 26%;
  max-width: fit-content;
  overflow: hidden;
  border-radius: 10px;
}
.latest_news_image a {
  display: inline-block;
  height: 100%;
}
.latest_news_image img {
  transition: all 0.2s linear;
  height: 100%;
  object-fit: cover;
}
/* .latest_news_image:hover img {transform: scale(1.05);} */

.latest_news_content {
  flex: 1 0 64%;
}
li.latest_news_item:not(:last-child) {
  border-bottom: 1px solid #e2e2e2;
}

.share_icons a {
  background: #fff;
  border-radius: 50%;
  align-content: center;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 33px;
  height: 33px;
  border: 1px solid #fff;
  transition: 0.3s all;
}
.share_icons a:hover {
  background: transparent;
}
.share_container {
  border-bottom: 1px solid #6272a6;
  margin: 18px;
  padding-bottom: 18px;
}
:is(.share_icon_x, .share_icon_email, .share_icon.js-copy-link):hover svg path {
  fill: #fff;
}

/* #################################################### News Paragraph and Note Blocks Styles #################################################### */
.news_paragraph_block {
  margin-bottom: 24px;
}
.news_paragraph_block p:last-child {
  margin-bottom: 0;
}
.news_note_block {
  border-left: 20px solid var(--color-secondary);
  padding-left: 20px;
  margin-top: 40px;
  margin-bottom: 40px;
}
.news_note_heading {
  font-size: 18px;
  font-weight: 700;
  color: var(--color-black);
  margin-bottom: 10px;
  line-height: 1.3;
}
.news_note_description p {
  color: #323232;
  font-size: 18px;
  font-weight: 400;
  line-height: 28px;
}
.news_note_description p:last-child {
  margin-bottom: 0;
}

.pdop_news_page_title {
  color: #fff;
  font-size: 26px;
  font-weight: 700;
  line-height: 28px;
  text-transform: none;
}
.news_inner_header_wrapper {
  padding-block: 92.06px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 0 0 20px 20px;
}
.news_inner_header_wrapper::before,
.news_inner_header_wrapper::after {
  display: none;
}
.news_inner_header_wrapper .inner_header {
  position: relative;
  bottom: -180px;
  padding: 24px;
}

span.news_nav_label {
  color: #878787;
  font-size: 14px;
  font-style: normal;
  font-weight: 700;
  line-height: 19px;
}
h5.news_nav_title a {
  color: var(--color-black);
  font-size: 18px;
  font-weight: 500;
  line-height: 24px;
}
h5.news_nav_title a:hover {
  text-decoration: underline;
}
.news_navigation > div {
  width: 50%;
  max-width: 350px;
}

/* =============================================== Responsive ========================================= */
/* MOBILE SIDEBAR */

@media (max-width: 991px) {
  body.filter-open {
    overflow: hidden;
  }
  .pdop_mobile_filter_sidebar {
    position: fixed;
    left: 0;
    right: 0;
    top: auto;
    bottom: -100%;
    background: #fff;
    z-index: 999;
    border-radius: 24px 24px 0 0;
    transition: 0.4s ease;
    max-height: 90vh;
    overflow: auto;
  }
  .pdop_mobile_filter_sidebar.active {
    bottom: 0;
  }
  .pdop_newsroom_filter_sidebar {
    border-radius: 0;
    padding: 0;
    background: #fff;
  }
  .mobile-filter-top {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 24px;
    border-bottom: 1px solid #ddd;
  }
  .mobile-filter-top h3 {
    margin: 0;
    font-size: 34px;
  }
  .mobile-filter-top a {
    text-decoration: none;
    color: #8e95b7;
    font-size: 22px;
  }
  .filter-box {
    padding: 24px;
    border-bottom: 1px solid #eee;
  }
  .mobile-filter-bottom {
    position: sticky;
    bottom: -30px;
    background: #fff;
    display: flex;
    gap: 14px;
    padding: 10px 20px;
  }
  .mobile-close-filter {
    border: none;
    background: #e2e2e2;
    color: #243b80;
    border-radius: 40px;
    font-size: 18px;
    padding: 10px 20px;
    font-weight: 600;
  }
  .filter-submit-btn {
    display: block;
    width: 60%;
    border: none;
    background: #d0dd1f;
    color: #243b80;
    border-radius: 40px;
    font-size: 18px;
    font-weight: 600;
    margin: 0;
  }
  .news-listing-container {
    grid-template-columns: 1fr;
    gap: 0;
  }
  .pdop_mobile_filter_btn_wrap {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    z-index: 999;
    margin-bottom: 0;
  }
  .pagination-btn {
    padding: 15px 25px;
    font-size: 14px;
  }
  .pagination-select {
    padding: 15px 20px 15px 20px;
    font-size: 14px;
  }
}

/* DESKTOP */

@media (min-width: 992px) {
  .pdop_mobile_filter_btn_wrap {
    display: none;
  }
  .mobile-filter-top,
  .mobile-filter-bottom {
    display: none;
  }
}

@media (max-width: 1200px) {
  .single_new_content_main {
    grid-template-columns: 1fr 0.45fr;
    gap: 40px;
  }
  .latest_news_content h4 a {
    line-height: 1.3;
  }
  .latest_news_content span.latest_news_date {
    margin-bottom: 5px;
  }
}

@media (max-width: 992px) {
  .single_new_content_main {
    grid-template-columns: 1fr 0.7fr;
    gap: 30px;
  }
  .latest_news {
    padding: 20px;
    top: 100px;
  }
  .read_news_btn_container .pdop_btn {
    width: auto;
  }
  .pdop_newsroom_cards {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 768px) {
  .news_inner_header_wrapper {
    padding-block: 20px;
  }
  .news_inner_header_wrapper .inner_header {
    bottom: -150px;
  }
  .latest_news_content h4 a {
    font-size: 14px;
  }
  .single_news_content_container {
    order: 1;
  }
  .single_news_sidebar_container {
    order: 2;
  }
  .news_navigation > div {
    width: 100%;
    max-width: stretch;
    text-align: left !important;
  }
  .single_news_content_container > *,
  .single_news_content_container .news_paragraph_block p,
  .news_note_description p {
    font-size: var(--body-base);
  }
}

@media (max-width: 767px) {
  .latest_news {
    position: static;
  }
  .single_new_content_main {
    grid-template-columns: 1fr;
  }
  .pdop_news_page_title {
    font-size: 24px;
  }
}

/* ---- Responsive ---- */

@media (max-width: 520px) {
  .pdop_newsroom_card_title {
    margin-bottom: 40px;
  }
  .pdop_newsroom_title,
  .pdop_newsroom_subtitle {
    padding-inline: var(--container-padding);
  }
  .pdop_newsroom_cards {
    grid-template-columns: 1fr;
  }
  /* .pagination-select-wrap {margin-top: -30vh;} */
  .pagination-btn {
    font-size: 0;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 48px;
    min-height: 48px;
    padding: 12px;
  }
  .pagination-btn::before {
    content: "";
    display: block;
    width: 16px;
    height: auto;
    aspect-ratio: 1;
    flex-shrink: 0;
    background: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="13" height="13" viewBox="0 0 13 13" fill="none"><path d="M0.75 6.0625L11.5028 6.0625" stroke="%23ffffff" stroke-width="1.5" stroke-linecap="square" stroke-linejoin="round"/><path d="M7.2002 1.0625L12.2182 6.0625L7.2002 11.0625" stroke="%23ffffff" stroke-width="1.5" stroke-linecap="square" stroke-linejoin="round"/></svg>')
      no-repeat center;
    background-size: contain;
  }
  .pagination-btn:not(.pagination-next):before {
    transform: rotate(180deg);
  }
  /* .pdop_newsroom_pagination {margin-top: 120px;} */
  span.news_nav_label {
    font-size: 12px;
  }
  h5.news_nav_title a,
  span.share_text {
    font-size: 14px;
    line-height: 20px;
  }
  .single_news_container {
    padding-block: 150px 50px;
  }
  .pdop_news_page_title {
    font-size: 22px;
  }
}

@media (max-width: 320px) {
  /* .news-listing-container .pagination-next {margin-left: -40px;} */
  /* .pagination-select-wrapt {margin-left: -30px;} */
}

/* Show Apply Button Mobile */
@media (max-width: 991px) {
  .filter-submit-btn {
    display: block;
    width: 100%;
    border: none;
    padding: 1px;
    border-radius: 50px;
    font-size: 18px;
    cursor: pointer;
    margin-top: 0;
  }
}
