.news-and-events-page .container-xxl {
  max-width: 91%;
}

.news-and-events-page {
  --news-container-width: 91%;
  --news-container-gutter: calc((100% - var(--news-container-width)) / 2);
}

.news-and-events-page header .main-menu ul li a {
  color: #fff;
}

.news-and-events-page header .black-logo {
  display: none;
}

@media (max-width: 991.9px) {

  .offcanvas-menu label span,
  .offcanvas-menu label span::before,
  .offcanvas-menu label span::after {
    background: #fff;
  }
}

@media (max-width: 767.9px) {
  .news-and-events-page .container-xxl {
    max-width: 80%;
  }

  .news-and-events-page {
    --news-container-width: 80%;
  }
}

/* featured news section css Start */
.featured-news-sec {
  background: #0a3d9c;
  overflow: hidden;
  position: relative;
  min-height: 100vh;
  min-height: 100svh;
  display: flex;
  flex-direction: column;
  justify-content: center;
  /* padding-top: 90px; */
}

.featured-news-sec>.container-xxl,
.featured-news-sec .news-slider {
  transform: translateY(65px);
}

/* .featured-news-sec:after {
    content: "";
    position: absolute;
    top: 0;
    right: -39vw;
    width: clamp(780px, 120vw, 2193px);
    height: clamp(390px, 59vw, 2193px);
    background: #09439f;
    border-radius: 1500px 1500px 0 0;
} */

.featured-news-sec .title {
  color: #fff;
  text-align: left;
  font-family: Satoshi;
  font-size: clamp(28px, 2.5vw, 2.3em);
  font-weight: 700;
  line-height: 1.15;
  margin-bottom: clamp(30px, 4vw, 60px) !important;
}

.featured-news-sec>.container-xxl,
.featured-news-sec .news-slider {
  position: relative;
  z-index: 1;
}

/* -YP start */
.featured-news-sec>.container-xxl {
  z-index: 2;
}

/* -YP end */

.featured-news-header {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  gap: 24px;
}

.featured-news-header .title {
  margin-bottom: clamp(30px, 4vw, 60px) !important;
}

.featured-location-dropdown {
  position: relative;
  flex-shrink: 0;
  margin-bottom: 60px;
  right: 1%;
  /* -YP start */
  z-index: 20;
  /* -YP end */
}

.featured-campus-filter {
  display: inline-flex;
  align-items: center;
  gap: 15px;
  border: none;
  background: transparent;
  color: #fff;
  font-family: Poppins;
  font-size: 1em;
  font-style: normal;
  font-weight: 600;
  line-height: 154%;
  /* 30.8px */
  text-decoration-line: underline;
  text-decoration-style: solid;
  text-decoration-skip-ink: none;
  text-decoration-color: #fc8b5f;
  text-decoration-thickness: 14%;
  text-underline-offset: 25%;
  text-underline-position: from-font;
  padding: 0 0 4px;
  cursor: pointer;
  white-space: nowrap;
}

.featured-campus-filter-icon {
  width: 11px;
  height: 10px;
  border-right: 2.5px solid #fff;
  border-bottom: 2.5px solid #fff;
  transform: translateY(-2px) rotate(45deg);
  transition: transform 0.2s ease;
  flex-shrink: 0;
}

.featured-campus-filter[aria-expanded="true"] .featured-campus-filter-icon {
  transform: translateY(1px) rotate(-135deg);
}

.featured-location-menu {
  position: absolute;
  top: calc(100% + 12px);
  right: 0;
  min-width: 196px;
  margin: 0;
  padding: 10px 0;
  list-style: none;
  background: #fff;
  box-shadow: 0 8px 32px rgba(0, 0, 0, 0.14);
  z-index: 10;
}

.featured-location-menu[hidden] {
  display: none;
}

.featured-location-menu li {
  color: #333;
  font-family: Poppins;
  font-size: 0.95rem;
  font-weight: 400;
  line-height: 1.4;
  padding: 12px 22px;
  cursor: pointer;
  transition: background-color 0.15s ease, color 0.15s ease;
}

.featured-location-menu li:hover,
.featured-location-menu li[aria-selected="true"] {
  background: rgba(10, 61, 156, 0.08);
  color: #0a3d9c;
}

.featured-news-sec .news-slider {
  overflow: visible;
  padding: 0;
}

.featured-news-sec .news-slider .swiper-wrapper {
  align-items: center;
}

.featured-news-sec .news-slider-part {
  position: relative;
  width: min(82vw, 1320px);
  opacity: 0.3;
  transition: opacity 0.35s ease;
  display: grid;
  grid-template-columns: minmax(360px, 47%) minmax(280px, 1fr);
  align-items: center;
  gap: clamp(36px, 5vw, 59px);
}

.featured-news-sec .news-slider-part.swiper-slide-active {
  opacity: 1;
}

.featured-news-sec .content-block {
  position: static !important;
  width: min(430px, 100%);
  transform: none;
  z-index: 1;
  background: transparent;
  padding: 0;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}

.featured-news-sec .news-title {
  color: #fff;
  text-align: left;
  font-family: Poppins;
  font-size: clamp(20px, 1.8vw, 1.6em);
  font-weight: 500;
  line-height: 125%;
  order: 2;
}

.featured-news-sec .content-block .d-flex {
  display: contents !important;
}

.news-class {
  color: #fc8b5f;
  text-align: left;
  font-family: Poppins;
  font-size: 1em;
  font-style: normal;
  font-weight: 600;
  line-height: 127%;
  letter-spacing: 0.2px;
  text-transform: uppercase;
  order: 1;
}

.news-date {
  color: rgba(255, 255, 255, 0.58);
  text-align: left;
  font-family: Poppins;
  font-size: 1em;
  font-style: normal;
  font-weight: 400;
  line-height: 127%;
  letter-spacing: 0.2px;
  order: 3;
  margin-top: 14px;
}

.featured-news-sec .news-slider-arrow {
  position: absolute;
  top: 50%;
  z-index: 5;
  width: 52px;
  height: 52px;
  border: 0;
  background: transparent;
  transform: translateY(-50%);
}

.featured-news-sec .news-slider-arrow::before {
  content: "";
  position: absolute;
  inset: 50% auto auto 50%;
  width: 20px;
  height: 20px;
  border-top: 5px solid #fff;
  border-left: 5px solid #fff;
  transform-origin: center;
}

.featured-news-sec .news-slider-next {
  right: var(--news-container-gutter);
}

.featured-news-sec .news-slider-next::before {
  transform: translate(-65%, -50%) rotate(135deg);
}

@media (max-width: 991.9px) {
  .featured-news-sec {
    height: auto;
    min-height: 100svh;
    padding: 67px 0;
    justify-content: center;
  }

  .featured-news-sec:after {
    display: none;
  }

  .featured-news-header {
    flex-direction: column;
    align-items: flex-start;
    gap: 10px;
  }

  .featured-location-dropdown {
    order: -1;
    margin-bottom: 31px;
  }

  .featured-campus-filter {
    font-size: 0.7rem;
    gap: 5px;
    padding: 0 0 2px;
  }

  .featured-campus-filter-icon {
    width: 6px;
    height: 6px;
    border-right-width: 1px;
    border-bottom-width: 1px;
  }

  .featured-location-menu {
    min-width: 168px;
    /* border-radius: 12px; */
    padding: 8px 0;
  }

  .featured-location-menu li {
    font-size: 0.8rem;
    padding: 10px 18px;
  }

  .featured-news-header .title {
    font-size: 26px;
    margin-bottom: 12px !important;
  }

  .featured-news-sec .news-slider {
    width: 100%;
    margin: 0;
    overflow: visible;
    padding: 0;
  }

  .featured-news-sec .news-slider .swiper-wrapper {
    display: flex;
    align-items: stretch;
  }

  .featured-news-sec .news-slider-part {
    display: block;
    flex-shrink: 0;
    width: 80vw !important;
    margin: 0 !important;
    opacity: 1;
  }

  .featured-news-sec .news-slider-part:last-child {
    margin: 0 !important;
  }

  .featured-news-sec .image-block {
    aspect-ratio: 1.05;
    overflow: hidden;
  }

  .featured-news-sec .news-slider-image {
    object-fit: cover;
  }

  .featured-news-sec .content-block {
    width: 100%;
    background: #f7df00;
    padding: 22px 41px 24px 24px;
  }

  .featured-news-sec .news-title {
    color: #000;
    font-size: 19px;
    font-weight: 600;
    line-height: 140%;
    order: 1;
  }

  .featured-news-sec .content-block .d-flex {
    display: contents !important;
  }

  .featured-news-sec .news-class {
    margin-top: 36px;
    order: 2;
    color: #0a3d9c;
    font-size: 13px;
    line-height: 127%;
    letter-spacing: 0.13px;
  }

  .featured-news-sec .news-date {
    margin-top: 1px;
    order: 3;
    color: rgba(0, 0, 0, 0.58);
    font-size: 13px;
    line-height: 160%;
    letter-spacing: 0.13px;
  }

  .featured-news-sec .news-slider-arrow {
    display: none;
  }
}

@media (max-width: 767.9px) {
  .featured-campus-filter span {
    font-size: 15px;
    font-weight: 500;
    line-height: 154%;
    /* 23.1px */
  }

  .featured-campus-filter-icon {
    width: 7px;
    height: 7px;
    border-right-width: 2px;
    border-bottom-width: 2px;
  }

  .featured-location-menu {
    right: unset;
  }

  .featured-news-sec .news-slider .swiper-wrapper {
    flex-direction: column;
    gap: 52px;
  }

  .featured-news-sec .news-slider .swiper-wrapper {
    margin-bottom: 67px;
  }
}

/* featured news section css End */

/* news section css start */
.news-top-bar {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: clamp(70px, 6vw, 90px);
  position: relative;
  z-index: 100;
}

.left {
  display: flex;
  gap: 80px;
  align-items: center;
}

.news-top-bar .left-1 {
  position: relative;
  width: max-content;
  z-index: 110;
}

.news-category-trigger {
  display: inline-flex;
  align-items: center;
  gap: 13px;
  border: 0;
  background: transparent;
  padding: 0 0 10px;
  cursor: pointer;
  outline: none;
}

.news-category-label {
  position: relative;
  display: inline-block;
  color: #0a3d9c;
  font-family: Poppins;
  font-size: clamp(1rem, 0.208vw + 0.933rem, 1.25rem);
  font-weight: 700;
  line-height: 1.05;
  padding-bottom: 7px;
}

.news-category-label::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 4px;
  background: #fc8b5f;
}

.news-category-chevron {
  display: inline-flex;
  align-items: center;
  flex-shrink: 0;
  transition: transform 0.2s ease;
}

.news-category-chevron svg {
  display: block;
  width: 16px;
  height: auto;
}

.news-category-trigger:hover .news-category-label,
.news-category-trigger[aria-expanded="true"] .news-category-label {
  color: #0a3d9c;
}

.news-category-trigger:hover .news-category-chevron svg path,
.news-category-trigger[aria-expanded="true"] .news-category-chevron svg path {
  fill: #0a3d9c;
}

.news-category-trigger[aria-expanded="true"] .news-category-chevron {
  transform: translateY(0);
}

.news-category-menu {
  position: absolute;
  top: calc(100% + 2px);
  left: 0;
  min-width: 196px;
  margin: 0;
  padding: 10px 0 0;
  list-style: none;
  background: rgba(255, 255, 255, 0.98);
  border-radius: 0;
  box-shadow: 0 10px 28px rgba(20, 35, 60, 0.08);
  overflow: hidden;
  z-index: 120;
}

.news-category-menu[hidden] {
  display: none;
}

.news-category-menu li {
  color: #0b0b0b;
  font-family: Poppins;
  font-size: 0.95em;
  font-weight: 400;
  line-height: 1.4;
  min-height: 48px;
  padding: 12px 22px;
  display: flex;
  align-items: center;
  cursor: pointer;
  transition: background-color 0.15s ease, color 0.15s ease;
}

.news-category-menu li:hover,
.news-category-menu li[aria-selected="true"] {
  background: #eef4fd;
  color: #0a3d9c;
}

.news-top-bar .right {
  position: relative;
}

.news-top-bar input {
  color: #09439f;
  font-family: Poppins;
  font-size: clamp(0.875rem, 0.359vw + 0.76rem, 1.25rem);
  font-style: normal;
  font-weight: 600;
  line-height: clamp(1.25rem, 0.645vw + 1.043rem, 1.925rem);
  border: none;
  border-bottom: 1px solid #09439f;
  outline: none;
  background: transparent;
  padding-bottom: 4px;
  width: 488px;
  padding-right: 35px;
}

.news-top-bar input::placeholder {
  color: #09439f;
  opacity: 1;
}

.news-top-bar .search-icon {
  position: absolute;
  right: 0;
  top: 0;
  color: #0a3d9c;
  font-size: 14px;
}

.bbt-fa-news-sec {
  padding: 115px 0 120px;
  overflow: visible;
  position: relative;
  z-index: 2;
  background-color: #fff;
}

.bbt-fa-news-sec .container-xxl {
  overflow: visible;
}

.bbt-fa-news-sec .news-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: clamp(85px, 7.2vw, 104px) clamp(75px, 8vw, 115px);
  position: relative;
  z-index: 1;
}

.bbt-fa-news-sec .card {
  display: flex;
  flex-direction: column;
  border: none;
}

.bbt-fa-news-sec .card h3 {
  color: #000;
  font-family: Poppins;
  font-size: clamp(18px, 1.4vw, 1.25em);
  font-style: normal;
  font-weight: 500;
  line-height: 125%;
  padding-bottom: clamp(12px, 1.8vw, 26px);
  flex-grow: 1;
}

.bbt-fa-news-sec .card-image {
  width: 100%;
  overflow: hidden;
}

.bbt-fa-news-sec .card-image img {
  max-width: 490px;
  max-height: 338px;
  object-fit: cover;
  display: block;
  transition: none;
  padding-bottom: 14px;
}

.bbt-fa-news-sec .card-meta {
  display: flex;
  align-items: center;
  gap: 65px;
  color: #888;
}

.bbt-fa-news-sec .tag {
  color: #fc8b5f;
  font-family: Poppins;
  font-size: 0.8em;
  font-style: normal;
  font-weight: 600;
  line-height: 127%;
  letter-spacing: 0.17px;
  text-transform: uppercase;
}

.bbt-fa-news-sec .tag+span {
  font-family: Poppins;
  font-size: 0.8em;
  font-style: normal;
  font-weight: 400;
  line-height: 127%;
  letter-spacing: 0.17px;
}

.bbt-fa-news-sec .load-more-wrapper {
  text-align: center;
  margin-top: clamp(60px, 8.8vw, 128px);
}

.bbt-fa-news-sec .load-more {
  font-size: 1.25em;
  font-weight: 600;
  color: #09439f;
  text-decoration: none;
  line-height: 154%;
  font-family: "Poppins";
  transition: all 0.5s ease;
}

.bbt-fa-news-sec .load-more:hover {
  text-decoration: underline;
}

@media (max-width: 1023px) {
  .bbt-fa-news-sec .news-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 991.9px) {
  .bbt-fa-news-sec {
    padding: 55px 0 78px;
  }

  .bbt-fa-news-sec .news-grid {
    grid-template-columns: repeat(1, 1fr);
    gap: 63px;
  }

  .news-category-label {
    font-size: 15px;
    font-weight: 600;
    line-height: normal;
    padding-bottom: 3px;
  }

  .news-category-label::after {
    height: 2px;
  }

  .news-category-trigger {
    gap: 10px;
  }

  .news-category-chevron svg {
    width: 14px;
  }

  .news-category-menu {
    min-width: 196px;
    /* -YP start */
    border-radius: 0;
    /* -YP end */
    padding: 8px 0;
  }

  .news-category-menu li {
    font-size: 0.85rem;
    padding: 10px 18px;
  }

  .bbt-fa-news-sec .card-image img {
    max-width: 100%;
    max-height: 100%;
    padding-bottom: 10px;
  }

  .news-top-bar {
    margin-bottom: 54px;
  }

  .bbt-fa-news-sec .card h3 {
    font-size: 18px;
    line-height: 135%;
    padding-bottom: 12px;
  }

  .bbt-fa-news-sec .card-meta {
    align-items: flex-start;
    flex-direction: column;
    gap: 5px;
  }

  .bbt-fa-news-sec .tag {
    font-size: 13px;
    letter-spacing: 0.13px;
  }

  .bbt-fa-news-sec .tag+span {
    color: rgba(0, 0, 0, 0.5);
    font-size: 13px;
    letter-spacing: 0.13px;
  }

  .bbt-fa-news-sec .load-more-wrapper {
    margin-top: 63px;
  }

  .bbt-fa-news-sec .load-more {
    font-size: 15px;
    line-height: normal;
  }
}

/* news section css end */