body {
  font-family: "Noto Sans" !important;
}

@media (min-width: 1200px) {
  .section-resources {
    margin: 2.75rem 0 !important;
  }
}

.header .navbar-nav .nav-link {
  --bs-nav-link-hover-color: #ffd617 !important;
}

@media (min-width: 1200px) {
  .header.sticky .offcanvas .navbar-nav .nav-link {
    --bs-nav-link-hover-color: #004494 !important;
  }
}

.navbar-nav .show>.nav-link,
.navbar-nav .nav-link.active {
  color: #ffd617 !important;
}

.hero-bg-primary {
  background-color: #163683 !important;
}

.hero-bg-primary.section--hero--page:after {
  display: none !important;
}

.section--hero--page .hero-title {
  font-family: "Noto Sans" !important;
}

.header .navbar-nav .nav-link {
  font-family: "Noto Sans" !important;
  font-weight: 600;
  font-size: 16px;
}

.hero-section-svg {
  position: absolute;
  bottom: 0;
  width: auto;
  height: auto;
}

.hero-section-svg img {
  width: auto;
  height: auto;
  object-fit: contain;
}

@media (max-width: 576px) {
    .section--hero--page{
        max-height: 270px;
        align-items: center;
    }
    .section--hero--page .hero-content{
        padding-bottom: 0 !important;
    }
  .hero-section-svg {
      top: 0;
      bottom: auto;
    width: 12%;   /* adjust as needed */
  }

  .hero-section-svg img {
    width: 100%;
  }
  .section--presentation .card--resources .card-body .card-figure {
    width: 246px !important;
}
}

.hero-section-svg-left {
  left: 0;
}

.hero-section-svg-right {
  right: 0
}

.hero-title {
  font-size: clamp(0.875rem, 0.7498rem + 0.5566vw, 1.25rem) !important;
}

.hero-title .big-text {
  font-weight: bold;
  text-transform: uppercase;
  font-size: clamp(2.5rem, 2.0826rem + 1.8553vw, 3.75rem) !important;
}

.header .navbar-brand img.logo-desktop {
  max-width: 8.0625rem !important;
}

.card--user {
  --bs-card-border-radius: 8px;
  --radius: 8px;
  --bs-card-border-color: #e5e5e5;
  overflow: hidden;
  height: 100%;
  transform: translateY(0);
  box-shadow: 2px 2px 10px rgba(0, 0, 0, 0);
}

.card--user:hover {
  box-shadow: 2px 2px 10px rgba(0, 0, 0, 0.2);
  transform: translateY(-5px);
}

.card--user .card-body {
  text-align: center;
  padding: 20px 14px;
  display: flex;
  flex-direction: column;
}

.card--user .card-img {
  border-radius: 0;
  aspect-ratio: 4/3.2;
  -o-object-fit: cover;
  object-fit: cover;
}

.card--user .card-title {
  font-family: "Sora", sans-serif;
  font-weight: 600;
  font-size: 20px;
  line-height: 28px;
  color: #213430;
  margin-bottom: 6px;
}

.card--user .card-subtitle {
  color: #ff7e29;
  font-size: 14px;
  line-height: 1.4;
  font-weight: 500;
  margin-bottom: 10px;
}

.card--user .social-links {
  list-style: none;
  padding: 0;
  display: flex;
  justify-content: center;
  gap: 20px;
  margin-top: auto;
}

.card--user .card-title {
  line-height: unset;
  font-size: 16px;
}

.card--user .card-subtitle {
  font-size: 12px;
}

/**
 *
 * isotop filter
 *
 */

.btn-outline-dark {
  color: #ff7e29;
  border-color: #ff7e29;
  border: 1px solid #ff7e29;
}

.filters-button-group {
  display: flex;
  flex-flow: wrap;
  justify-content: center;
}

.filters-button-group .btn {
  text-transform: capitalize;
  transform: 0.3s;
  margin: 8px;
  font-size: 14px;
  padding: 6px 12px;
}

.filters-button-group .btn:hover {
  border: 1px solid #ff7e29;
}

.filters-button-group .btn.is-checked {
  border: 1px solid #ff7e29;
  border-width: 2px;
  color: white;
  background-color: #ff7e29;
  font-weight: bold;
}

.filters-button-group .btn.is-checked:hover {
  color: #ff7e29;
  background-color: white;
}

.filters-button-group .btn:hover {
  color: white;
  background-color: #ff7e29;
}

.filters-button-group .btn:focus {
  outline: none;
  box-shadow: none;
}

.gutter-sizer {
  width: 150px;
}

@media (min-width: 992px) {
  .gutter-sizer {
    width: 25%;
  }
}

.photo-effect-figure {
  height: 200px;
  width: 100%;
}

.photo-effect-figure .photo-effect {
  object-fit: cover;
  height: 100%;
  width: 100%;
}

.section--hero--page:after {
  opacity: 0.75 !important;
}

.iconList__copy p {
  font-family: "Noto Sans";
  font-weight: 600;
  font-size: 18px;
  margin-bottom: 6px;
  color: #213430;
}

/* Career Page Starts */

.career-filters-button-group .btn-outline-dark {
  font-size: 14px;
  padding: 7px 15px;
  font-weight: medium;
  border-radius: 10px;
}

.career-filters-button-group .btn.is-checked {
  border: 1px solid #ff7e29;
  border-width: 2px;
  color: white;
  background-color: #ff7e29;
  font-weight: medium;
}

.career--isotope .filter-item {
  width: 100%;
}

.career--isotope .filter-item::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 1px;
  /* suit your need */
  background: #e5e5e5;
  /* suit your need */
  top: 100%;
  left: 0;
}

.career--isotope .filter-item .career-role .career-role-title {
  font-family: "Noto Sans";
  font-weight: 600;
  font-size: 18px;
  margin-bottom: 6px;
  color: #213430;
}

.career--isotope .filter-item .career-role .career-role-details {
  font-family: "Noto Sans";
  font-size: 16px;
  color: #525252;
}

.career--isotope .filter-item .btn-primary {
  margin-bottom: 22px;
}

.career--isotope .filter-item {
  margin-top: 26px;
}

.career--isotope .filter-item:first-child {
  margin-top: 0px;
}

/*=============================================
=            Knowledge Hub            =
=============================================*/

.overlay {
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.7);
  position: absolute;
  left: 0;
  top: 0;
}

.upper-showcase-text {
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  padding: 0 9%;
}

.upper-showcase-text h1 {
  margin-bottom: 5px;
  color: #fff;
  font-size: 50px;
  line-height: 50px;
}

.upper-showcase-text p {
  color: #fff;
}

@media screen and (max-width: 768px) {
  .upper-showcase-text h1 {
    font-size: 32px;
  }
}

.para-effect {
  position: relative;
  height: 300px;
  overflow: hidden;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  display: flex;
  justify-content: center;
}

.section--resources {
  /* --bgColor: #F7F4ED; */
  background-color: var(--bgColor);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 0;
  padding-top: 0px !important;
  padding-bottom: 80px;
}

.section--resources .resource-category {
  width: 100%;
  margin: 0 0 20px;
}

.section--resources .resource-category .category-title {
  padding-top: 16px;
  padding-bottom: 8px;
  margin-bottom: 12px;
  position: relative;
  padding-left: 2rem;
}

.section--resources .resource-category .category-title:after {
  content: "";
  position: absolute;
  top: calc(100% + 8px);
  left: 0;
  width: 100%;
  height: 1px;
  transition: all 0.3s;
  background-color: #dbdbdb;
}

.section--resources .resource-category .category-title p {
  font-family: "Lato", sans-serif;
  font-size: 18px;
  margin-bottom: 0 !important;
}

.section--resources .main-nav {
  background: rgba(255, 255, 255, 1);
  box-shadow: 0px 0px 10px #0e0e0e20;
  border-radius: 4px;
}

@media screen and (max-width: 768px) {
  .section--resources .main-nav {
    width: auto;
    font-size: 11px;
  }
}

.section--resources .main-nav a {
  display: block;
  padding: 10px 0 10px 20px;
  margin: 0px;
  border: none;
}

.section--resources .main-nav .clickable {
  padding: 5px 0 5px 15%;
}

.section--resources .main-nav a:hover {
  color: #eb0011;
  border: none;
  border-bottom: 0px solid none;
}

.section--resources .main-nav .button-group {
  display: block;
}

.section--resources .main-nav-ul li {
  padding: 5px 7.5%;
}

.section--resources .main-nav-ul ul {
  display: none;
}

.section--resources .main-nav-ul li a {
  margin-left: -1.25rem;
}

.section--resources .main-nav-ul li button {
  margin-left: -0.5rem;
}

.section--resources .main-nav-ul a.clickable:focus+#showedClickable {
  display: block;
}

.section--resources .main-nav-ul li ul {
  background: #f5f5f5;
}

.section--resources .main-nav-ul li ul li:hover {
  background: #e7e7e7;
}

.section--resources .main-nav-ul li ul li:before {
  content: "\203A";
  margin-right: 15px;
}

.section--resources .main-nav-ul ul a:before {
  content: "\203A";
  margin-right: 20px;
}

.section--resources .main-nav .sub-arrow:after {
  content: "\203A";
  float: right;
  margin-right: 20px;
  transform: rotate(90deg);
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
}

.section--resources .main-nav li:focus .sub-arrow:after {
  content: "\2039";
}

.section--resources ul li,
.section--resources ol li {
  list-style: none;
}

.section--resources .btn-select {
  border: none;
  box-shadow: none;
  background-color: transparent;
  border-bottom: 2px solid transparent;
  cursor: pointer;
  font-family: "Lato", sans-serif;
  margin: 5px;
  color: #333;
  transition: all 300ms;
}

.section--resources .btn-select:hover {
  border-bottom: 2px solid #dc2c4d;
}

.section--resources .btn-select span {
  color: #dc2c4d;
  font-size: 14px;
}

.section--resources .btn-select.is-checked {
  border-bottom: 2px solid #0093ff;
}

.section--resources .card-title {
  font-size: 14px;
}

.section--resources .date .material-icons {
  font-size: 16px;
}

.section--resources time {
  font-size: 12px;
}

.section--resources .btngroup .btn {
  margin-right: 2px;
}

.section--resources .btngroup a {
  font-size: 10px;
}

.section--resources .btngroup .material-icons {
  font-size: 14px;
}

.section--resources .card {
  --color: var(--gray-dark);
  border-radius: 8px;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
  transition: all 0.3s cubic-bezier(0.25, 0.8, 0.25, 1) !important;
  transition-duration: 1000ms !important;
}

.section--resources .card:hover {
  box-shadow: 0 20px 30px rgba(0, 0, 0, 0.3) !important;
  cursor: pointer;
}

.section--resources .card-body {
  padding: 32px;
  height: 316px;
}

.section--resources .card.card--hovered:hover .card-title:after {
  width: 100%;
}

.section--resources .card .card-title {
  font-family: "Noto Sans" !important;
  font-weight: 400;
  position: relative;
  margin-bottom: 24px;
  color: #000000;
  line-height: 18px;
  font-size: 13px;
}

.section--resources .card .card-title:after {
  content: "";
  position: absolute;
  top: calc(100% + 8px);
  left: 0;
  width: 100%;
  height: 1px;
  transition: all 0.3s;
  background-color: #dbdbdb;
}

.section--resources .card .card-text {
  color: var(--color);
}

.section--resources .card .icon .material-icons {
  font-size: 50px;
  color: var(--bs-primary);
}

.section--resources .card--resources {
  --offset: 100px;
  margin-top: calc(var(--offset) * 1.2);
}

.section--resources .card--resources .card-body {
  /* padding: 16px 16px 24px 16px; */
  padding: 0px;
}

.section--resources .card--resources .card-body .card-image {
  padding: 16px 16px 0px 16px;
}

.section--resources .card--resources .card-body .resource-content {
  padding: 0px 16px 8px 16px;
}

@media (max-width:640px){
    .card-image{
        width:250px !important;
    }
}

.section--resources .card--resources .card-body .card-figure {
  position: relative;
  display: block;
  width: 90%;
  padding: 0;
  overflow: hidden;
  margin-top: calc(var(--offset) * -1);
  margin-left: auto;
  margin-right: auto;
}

.section--resources .card--resources .card-body .card-figure:before {
  padding-top: 125%;
  content: " ";
  display: block;
}

.section--resources .card--resources .card-body .card-figure .card-img {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
  object-fit: cover;
}

.section--resources .card--resources .card-body .card-figure .card-img {
  border: 2px solid #404040 !important;
  border-radius: 5px !important;
}

.section--resources .date {
  display: flex;
  margin-bottom: 16px;
}

.section--resources .date .material-icons {
  margin-right: 8px;
}

.section--resources .resource-holder {
  margin: 0;
  padding: 0;
}

.section--resources .grid-item {
  padding-right: 15px;
  padding-left: 15px;
}

.section--resources .btn-readmore,
.section--resources .btn-download {
  border-radius: 1rem;
  padding: 0.5rem 1rem;
}

.section--resources .btn-readmore {
  border-color: #dc2c4d;
  color: #dc2c4d;
}

.section--resources .btn-readmore:hover {
  background-color: #dc2c4d;
  color: white;
}

.section--resources .btn-download {
  background-color: #dc2c4d;
  border: none;
  color: white;
}

.section--resources .btn-download:hover {
  background-color: var(--secondary-dark);
  border: none;
}

.section--knowledge .card-figure .knowledge-hub-img {
  max-height: 320px;
  object-fit: cover;
  width: 100%;
}

.section--knowledge .card-body {
  height: 198px;
}

.section--knowledge .card--blog {
  border: 1px solid #0093ff;
}

.section--resources .btngroup {
  position: absolute;
  bottom: 0;
  width: 100%;
  margin: 0;
  border: 1px solid #004494;
  background-color: #004494;
  border-bottom-left-radius: 7px;
  border-bottom-right-radius: 7px;
  text-align: center;
  padding: 10px;
}

.section--resources .btngroup a {
  color: white;
  font-size: 14px;
  text-align: center;
  text-decoration: none;
}

.section--resources .btngroup span {
  color: white;
  font-size: 14px;
  text-align: center;
  text-decoration: none;
}

.btngroup span {
  color: white;
  font-size: 14px;
  text-align: center;
  text-decoration: none;
}

.section--resources .btngroup a:hover {
  text-decoration: none;
}

.section--resources .btn {
  border: 1px solid;
}

.section--information .section-title {
  font-weight: 500;
}

.section--events .article-content p {
  text-align: justify;
}

.section--events .article-content a.btn {
  background: unset;
  border: 1px solid white;
  transition: all 0.3s;
}

.section--events .article-content a.btn:hover {
  background: white;
  color: rgba(var(--bs-primary-rgb), 1);
  transition: all 0.3s;
}

.section--resources .snippet-block h1 {
  font-family: "Noto Sans" !important;
  position: relative;
  margin-bottom: 32px;
}

.section--resources .snippet-block h1:after {
  content: "";
  position: absolute;
  top: calc(100% + 8px);
  left: 0;
  width: 20%;
  height: 3px;
  transition: all 0.3s;
  background-color: #004494;
}

.section--resources .card-figure img {
  border: 2px solid #ffd617;
  border-radius: 10px;
}

thead,
tbody,
tfoot,
tr,
td,
th {
  border-color: black;
}

.section--resources .wp-block-table table tr td:first-child {
  background-color: #034ea2;
  color: white;
  border-color: black;
}

.section--resources .wp-block-table table tr td:nth-child(2) {
  background-color: #c5daf1;
  color: black;
}

.btn-primary {
  font-family: "Noto Sans" !important;
  --bs-btn-bg: #034ea2 !important;
  --bs-btn-border-color: #034ea2 !important;
  --bs-btn-hover-color: #131515 !important;
  --bs-btn-hover-bg: #054083 !important;
  font-weight: 500;
  padding: 8px 16px;
  font-size: 13px;
}

.btn-primary:is(:focus, :hover, :active) {
  background-color: #054083 !important;
}

.fixedQR {
  position: fixed;
  top: 50%;
  right: 10px;
  z-index: 1;
  gap: 0;
  height: 130px;
  width: 100px;
  padding: 8px;
  justify-content: center;
  border: 1px solid #ffd617;
  overflow: hidden;
  background-color: white;
  border-radius: 10px;
}

.fixedQR img {
  width: 100px;
  height: 100px;
  position: absolute;
  right: 0;
  margin-bottom: 8px;
}

.fixedQR p {
  font-family: "Noto Sans" !important;
  font-size: 14px;
  text-align: center;
  font-weight: 500;
  margin-bottom: 0px;
  color: #054083;
}

@media screen and (max-width: 600px) {
  .section--resources .card-body {
    height: unset !important;
  }

  .section--resources .card--resources .card-body .resource-content {
    height: 140px !important;
  }

  .fixedQR,
  .fixedQR * {
    display: none !important;
  }
}


.section--presentation {
  /* --bgColor: #F7F4ED; */
  background-color: var(--bgColor);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 0;
  padding-top: 0px !important;
  padding-bottom: 80px;
}

.section--presentation .resource-category {
  width: 100%;
  margin: 0 0 20px;
}

.section--presentation .resource-category .category-title {
  padding-top: 16px;
  padding-bottom: 8px;
  margin-bottom: 12px;
  position: relative;
  padding-left: 2rem;
}

.section--presentation .resource-category .category-title:after {
  content: "";
  position: absolute;
  top: calc(100% + 8px);
  left: 0;
  width: 100%;
  height: 1px;
  transition: all 0.3s;
  background-color: #dbdbdb;
}

.section--presentation .resource-category .category-title p {
  font-family: "Lato", sans-serif;
  font-size: 18px;
  margin-bottom: 0 !important;
}

.section--presentation .main-nav {
  background: rgba(255, 255, 255, 1);
  box-shadow: 0px 0px 10px #0e0e0e20;
  border-radius: 4px;
}

@media screen and (max-width: 768px) {
  .section--presentation .main-nav {
    width: auto;
    font-size: 11px;
  }
}

.section--presentation .main-nav a {
  display: block;
  padding: 10px 0 10px 20px;
  margin: 0px;
  border: none;
}

.section--presentation .main-nav .clickable {
  padding: 5px 0 5px 15%;
}

.section--presentation .main-nav a:hover {
  color: #eb0011;
  border: none;
  border-bottom: 0px solid none;
}

.section--presentation .main-nav .button-group {
  display: block;
}

.section--presentation .main-nav-ul li {
  padding: 5px 7.5%;
}

.section--presentation .main-nav-ul ul {
  display: none;
}

.section--presentation .main-nav-ul li a {
  margin-left: -1.25rem;
}

.section--presentation .main-nav-ul li button {
  margin-left: -0.5rem;
}

.section--presentation .main-nav-ul a.clickable:focus+#showedClickable {
  display: block;
}

.section--presentation .main-nav-ul li ul {
  background: #f5f5f5;
}

.section--presentation .main-nav-ul li ul li:hover {
  background: #e7e7e7;
}

.section--presentation .main-nav-ul li ul li:before {
  content: "\203A";
  margin-right: 15px;
}

.section--presentation .main-nav-ul ul a:before {
  content: "\203A";
  margin-right: 20px;
}

.section--presentation .main-nav .sub-arrow:after {
  content: "\203A";
  float: right;
  margin-right: 20px;
  transform: rotate(90deg);
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
}

.section--presentation .main-nav li:focus .sub-arrow:after {
  content: "\2039";
}

.section--presentation ul li,
.section--presentation ol li {
  list-style: none;
}

.section--presentation .btn-select {
  border: none;
  box-shadow: none;
  background-color: transparent;
  border-bottom: 2px solid transparent;
  cursor: pointer;
  font-family: "Lato", sans-serif;
  margin: 5px;
  color: #333;
  transition: all 300ms;
}

.section--presentation .btn-select:hover {
  border-bottom: 2px solid #dc2c4d;
}

.section--presentation .btn-select span {
  color: #dc2c4d;
  font-size: 14px;
}

.section--presentation .btn-select.is-checked {
  border-bottom: 2px solid #0093ff;
}

.section--presentation .card-title {
  font-size: 14px;
}

.section--presentation .date .material-icons {
  font-size: 16px;
}

.section--presentation time {
  font-size: 12px;
}

.section--presentation .btngroup .btn {
  margin-right: 2px;
}

.section--presentation .btngroup a {
  font-size: 10px;
}

.section--presentation .btngroup .material-icons {
  font-size: 14px;
}

.section--presentation .card {
  --color: var(--gray-dark);
  border-radius: 8px;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
  transition: all 0.3s cubic-bezier(0.25, 0.8, 0.25, 1) !important;
  transition-duration: 1000ms !important;
}

.section--presentation .card:hover {
  box-shadow: 0 20px 30px rgba(0, 0, 0, 0.3) !important;
  cursor: pointer;
}

.section--presentation .card-body {
  padding: 32px;
  height: 200px;
}

.section--presentation .card.card--hovered:hover .card-title:after {
  width: 100%;
}

.section--presentation .card .card-title {
  font-family: "Noto Sans" !important;
  font-weight: 400;
  position: relative;
  margin-bottom: 24px;
  color: #000000;
  line-height: 18px;
  font-size: 13px;
}

.section--presentation .card .card-title:after {
  content: "";
  position: absolute;
  top: calc(100% + 8px);
  left: 0;
  width: 100%;
  height: 1px;
  transition: all 0.3s;
  background-color: #dbdbdb;
}

.section--presentation .card .card-text {
  color: var(--color);
}

.section--presentation .card .icon .material-icons {
  font-size: 50px;
  color: var(--bs-primary);
}

.section--presentation .card--resources {
  --offset: 100px;
  margin-top: calc(var(--offset) * 1.2);
}

.section--presentation .card--resources .card-body {
  /* padding: 16px 16px 24px 16px; */
  padding: 0px;
}

.section--presentation .card--resources .card-body .card-image {
  padding: 16px 16px 0px 16px;
}

.section--presentation .card--resources .card-body .resource-content {
  padding: 0px 16px 8px 16px;
}

.section--presentation .card--resources .card-body .card-figure {
  position: relative;
  display: block;
  width: 90%;
  padding: 0;
  overflow: hidden;
  margin-top: calc(var(--offset) * -1);
  margin-left: auto;
  margin-right: auto;
}

.section--presentation .card--resources .card-body .card-figure:before {
  padding-top: 70%;
  content: " ";
  display: block;
}

.section--presentation .card--resources .card-body .card-figure .card-img {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
  object-fit: cover;
}

.section--presentation .card--resources .card-body .card-figure .card-img {
  border: 2px solid #404040 !important;
  border-radius: 5px !important;
}

.section--presentation .date {
  display: flex;
  margin-bottom: 16px;
}

.section--presentation .date .material-icons {
  margin-right: 8px;
}

.section--presentation .resource-holder {
  margin: 0;
  padding: 0;
}

.section--presentation .grid-item {
  padding-right: 15px;
  padding-left: 15px;
}

.section--presentation .btn-readmore,
.section--presentation .btn-download {
  border-radius: 1rem;
  padding: 0.5rem 1rem;
}

.section--presentation .btn-readmore {
  border-color: #dc2c4d;
  color: #dc2c4d;
}

.section--presentation .btn-readmore:hover {
  background-color: #dc2c4d;
  color: white;
}

.section--presentation .btn-download {
  background-color: #dc2c4d;
  border: none;
  color: white;
}

.section--presentation .btn-download:hover {
  background-color: var(--secondary-dark);
  border: none;
}


.section--presentation .btngroup {
  position: absolute;
  bottom: 0;
  width: 100%;
  margin: 0;
  border: 1px solid #004494;
  background-color: #004494;
  border-bottom-left-radius: 7px;
  border-bottom-right-radius: 7px;
  text-align: center;
  padding: 10px;
}

.section--presentation .btngroup a {
  color: white;
  font-size: 14px;
  text-align: center;
  text-decoration: none;
}

.section--presentation .btngroup a:hover {
  text-decoration: none;
}

.section--presentation .btn {
  border: 1px solid;
}

.section--presentation .snippet-block h1 {
  font-family: "Noto Sans" !important;
  position: relative;
  margin-bottom: 32px;
}

.section--presentation .snippet-block h1:after {
  content: "";
  position: absolute;
  top: calc(100% + 8px);
  left: 0;
  width: 20%;
  height: 3px;
  transition: all 0.3s;
  background-color: #004494;
}

.section--presentation .card-figure img {
  border: 2px solid #ffd617;
  border-radius: 10px;
}





/* THE OVERLAY */
.pdf-overlay {
  position: fixed;
  inset: 0;
  background: radial-gradient(circle, rgba(20, 20, 20, 1) 0%, rgba(5, 5, 5, 1) 100%);
  backdrop-filter: blur(15px);
  display: none;
  flex-direction: column;
  z-index: 99999;
}

.pdf-overlay.active {
  display: flex;
}

.pdf-top-bar {
  background: #fff;
  padding: 12px 25px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  z-index: 20;
}

.pdf-top-bar h4 {
  margin: 0;
  color: #111;
  font-size: 14px;
  text-transform: uppercase;
}

/* NEW BODY LAYOUT */
.pdf-viewer-body {
  display: flex;
  flex: 1;
  overflow: hidden;
  width: 100%;
}

/* SIDEBAR THUMBS */
.pdf-sidebar {
  width: 250px;
  background: rgba(0, 0, 0, 0.2);
  border-right: 1px solid rgba(255, 255, 255, 0.1);
  padding: 15px 0;
  transition: margin-left 0.4s cubic-bezier(0.4, 0, 0.2, 1);
}

.pdf-thumbs-swiper {
  height: 100%;
  width: 100%;
}

.pdf-thumbs-swiper .swiper-slide {
  padding: 10px 15px;
  height: auto;
  opacity: 0.7;
  cursor: pointer;
  transition: all 0.3s ease;
}

.pdf-thumbs-swiper .swiper-slide-thumb-active {
  opacity: 1;
  transform: scale(1.05);
}

.pdf-thumbs-swiper canvas {
  width: 100% !important;
  height: auto !important;
  border-radius: 4px;
  border: 2px solid transparent;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.3);
}

.pdf-thumbs-swiper .swiper-slide-thumb-active canvas {
  border-color: #fff;
}

/* MAIN SLIDER */
.pdf-swiper {
  flex: 1;
  position: relative;
}

.swiper-slide {
  display: flex;
  justify-content: center;
  align-items: center;
}

.swiper-slide canvas {
  max-width: 100%;
  max-height: 85vh;
  box-shadow: 0 0 50px rgba(0, 0, 0, 0.8);
}


.pdf-top-controls {
  display: flex;
  gap: 10px;
  align-items: center;
}

/* SPINNER & CONTROLS */
.pdf-spinner-wrap {
  position: fixed;
  inset: 0;
  background: rgba(0, 0, 0, 0.8);
  display: none;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  color: #fff;
  z-index: 100001;
}

.loading-ring {
  width: 40px;
  height: 40px;
  border: 3px solid rgba(255, 255, 255, 0.2);
  border-top-color: #fff;
  border-radius: 50%;
  animation: spin 0.8s linear infinite;
}

@keyframes spin {
  to {
    transform: rotate(360deg);
  }
}

.close-viewer-btn {
  background: #eee;
  border: none;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  cursor: pointer;
  font-size: 20px;
}

.close-viewer-btn:hover {
  background: #ff4d4d;
  color: #fff;
}

/* Container for title and hamburger */
.pdf-left-section {
  display: flex;
  align-items: center;
  gap: 15px;
}

/* Hamburger Icon Styling */
.pdf-hamburger {
  background: transparent;
  border: none;
  cursor: pointer;
  display: flex;
  flex-direction: column;
  gap: 4px;
  padding: 10px;
  /* Increased padding for a larger hit area */
  border-radius: 50%;
  transition: background-color 0.3s ease, transform 0.2s ease;
  align-items: center;
  justify-content: center;
}

.pdf-hamburger span {
  display: block;
  width: 20px;
  height: 2px;
  background: #333;
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  border-radius: 2px;
}

/* Hover States */
.pdf-hamburger:hover {
  background-color: rgba(0, 0, 0, 0.05);
  /* Soft gray circle */
}

.pdf-hamburger:hover span:nth-child(1) {
  transform: translateY(-1px);
}

.pdf-hamburger:hover span:nth-child(2) {
  width: 15px;
  /* Shortens middle bar for a stylized look */
}

.pdf-hamburger:hover span:nth-child(3) {
  transform: translateY(1px);
}

/* Active/Click State */
.pdf-hamburger:active {
  transform: scale(0.9);
  background-color: rgba(0, 0, 0, 0.1);
}

/* When the sidebar is NOT collapsed (meaning it's visible/active) */
.pdf-hamburger.is-active span:nth-child(1) {
  transform: translateY(6px) rotate(45deg);
}

.pdf-hamburger.is-active span:nth-child(2) {
  opacity: 0;
}

.pdf-hamburger.is-active span:nth-child(3) {
  transform: translateY(-6px) rotate(-45deg);
}

.pdf-sidebar {
  margin-left: -250px;
}

.pdf-sidebar.collapsed {
  margin-left: 0;
}

/* Navigation Buttons - Circle Style */
.swiper-button-next,
.swiper-button-prev {
  color: #ffffff !important;
  background: rgba(255, 255, 255, 0.1);
  backdrop-filter: blur(4px);
  width: 55px !important;
  height: 55px !important;
  border-radius: 50%;
  border: 1px solid rgba(255, 255, 255, 0.2);
  transition: all 0.3s ease;
}

/* Make the arrows smaller and sharper */

.swiper-button-next:after,
.swiper-button-prev:after {
  font-size: 18px !important;
  font-weight: bold;
}

/* Hover Effect: Glow and Fill */
.swiper-button-next:hover,
.swiper-button-prev:hover {
  background: rgba(255, 255, 255, 0.9);
  color: #000000 !important;
  transform: scale(1.1);
  box-shadow: 0 0 20px rgba(255, 255, 255, 0.3);
}

.card--resources.open-pdf-viewer {
  cursor: pointer;
  transition: transform 0.2s ease;
}

.card--resources.open-pdf-viewer:hover {
  transform: translateY(-5px);
  /* Optional: subtle lift on hover */
}