body {
  font-family: "Montserrat", sans-serif !important;
  color: #000000 !important;
  margin: 0;
  font-weight: 400;
}

/* Container Width */
@media (min-width: 1200px) {
  .container {
    max-width: 1110px !important;
  }
}

* {
  box-sizing: border-box;
}

sub,
sup {
  bottom: 6px !important;
}


/* h1 {
  font-size: 36px;
  text-transform: uppercase;
  font-weight: 700 ;
} */

/* h2 {
  font-size: 24px ;
  font-weight: 700;
} */

/* h3 {
  font-size: 20px;
  font-weight: 700;
} */

/* p {
  font-size: 18px !important;
  font-weight: 400 !important;
} */

/* Header Styles */
.topBar {
  background-color: #3b82f6;
  height: 35px;
  display: flex;
  justify-content: flex-end;
  align-items: center;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 100;
}

.topBar .topBarContainer {
  width: 100%;
  max-width: 1280px;
  display: flex;
  justify-content: flex-end;
  margin: 0 auto;
  height: 100%;
}

.topBar a {
  color: white;
  text-decoration: none;
  font-size: 14px;
  font-weight: 500;
  padding: 0 18px;
  height: 100%;
  display: flex;
  align-items: center;
}

.topBar a:hover {
  background: #ff5100;
}

.topBar a.active {
  background: #ff5100;
}

.mainHeader {
  background-color: white;
  padding: 1rem 0;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}

.mainHeader .container {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

/* Old mainNav styles removed - see updated styles below */



.aboutContents h1 {
  color: #2b7de1;
  font-size: 36px;
  text-transform: uppercase;
  font-weight: 700;
}

.aboutContents h2 {
  color: #002169;
  font-size: 24px;
  font-weight: 700;
  line-height: 32px;
}

.aboutContents p {
  font-size: 18px;
  line-height: 32px;
}

.leadershipSection {
  background: linear-gradient(to bottom, #ffffff 0 50%, #f2f1f1 50% 100%);
  padding: 95px 0 32px 0;
}

.leadershipSection .aboutContents {
  max-width: 1010px;
}

#leadership {
  margin-right: 72px;
}

@media screen and (max-width:768px) {
  #leadership {
    margin-right: 0;
  }

  .leadershipSection {
    padding: 60px 0 32px 0;
  }
}

.leadershipSection .container {
  position: relative;
  z-index: 2;
}

.executiveTeam h1 {
  color: #2b7de1;
  font-size: 36px;
  text-transform: uppercase;
  font-weight: 700;
}

.executiveTeam .teamCardContainer {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin-top: 24px;
  max-width: 1010px;
}

.teamCardContainer .flipBtn {
  font-size: 18px;
  font-weight: 700;
  color: #FF5100;
  padding: 0;
  border: none;
  align-items: center;
  cursor: pointer;
  margin: 0 auto;
  background: none;
  margin-bottom: 50px;
  display: none;
}

.teamCardContainer .flipBtn svg {
  color: #FF5100;
}

/* Show flip button only on small screens (<768px) */
@media (max-width: 767.98px) {
  .teamCardContainer .flipBtn {
    display: flex;
    gap: 7px;
  }
}

.executiveTeam .teamCardContainer .teamCard {
  position: relative;
  /* 3D scene */
  perspective: 1000px;
  -webkit-perspective: 1000px;
  /* keep consistent size so layout doesn't jump when flipped */
  box-sizing: border-box;
  margin-bottom: 30px;
}

.executiveTeam .teamCardContainer .teamCard .teamCardInner {
  position: relative;
  width: 100%;
  min-height: 445px;
  transform-style: preserve-3d;
  -webkit-transform-style: preserve-3d;
  transition: transform 600ms cubic-bezier(0.2, 0.9, 0.3, 1);
  -webkit-transition: -webkit-transform 600ms cubic-bezier(0.2, 0.9, 0.3, 1);
  -moz-transform-style: preserve-3d;
}



@media (min-width: 768px) {
  .executiveTeam .teamCardContainer .teamCard:hover .teamCardInner {
    transform: rotateY(180deg);
    -webkit-transform: rotateY(180deg);
  }
}

.executiveTeam .teamCardContainer .teamCard .teamCardInner.flip {
  transform: rotateY(180deg);
  -webkit-transform: rotateY(180deg);
}

.executiveTeam .teamCardContainer .teamCard .teamCardFront,
.executiveTeam .teamCardContainer .teamCard .teamCardBack {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  min-height: 445px;
  backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
  border-radius: 20px;
  text-decoration: none;
  color: #000000;
  backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
}

.executiveTeam .teamCardContainer .teamCard .teamCardBack {
  background: #002169;
  color: #fff;
  padding: 24px;
  font-size: 20px;
  font-weight: 700;
  transform: rotateY(180deg);
  -webkit-transform: rotateY(180deg);
  z-index: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
  text-align: center;
  height: 445px;
  box-sizing: border-box;
}

.executiveTeam .teamCardContainer .teamCard .teamCardBack .circle-btn.orange {
  background-color: #ff5100;
}

.executiveTeam .teamCardContainer .teamCard .teamCardBack .circle-btn.orange svg {
  color: #002169;
}

.executiveTeam .teamCardContainer .teamCard .teamCardBack>div {
  display: flex;
  align-items: center;
  justify-content: center;
  flex: 1;
}

.executiveTeam .teamCardContainer .teamCard .teamCardBack a {
  width: 26px;
  height: 26px;
  display: flex;
  border-radius: 50%;
  background: #ff5100;
  color: #fff;
  justify-content: center;
  align-items: center;
  transition: transform 0.3s ease, background 0.3s ease;
  margin-top: auto;
}

.executiveTeam .teamCardContainer .teamCard .teamCardBack a:hover {
  transform: scale(1.1);
  background: #ff6b35;
}

@media (max-width: 767.98px) {
  .executiveTeam .teamCardContainer .teamCard .teamCardBack {
    font-size: 16px;
    display: flex;
    align-items: center;
  }
}

.executiveTeam .teamCardContainer .teamCard .teamCardFront {
  border-radius: 20px;
  padding: 24px;
  background: #fff;
  box-shadow: 0px 10px 30px rgba(0, 0, 0, 0.1607843137);
  text-align: center;
  z-index: 2;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  height: 445px;
  box-sizing: border-box;
  align-items: center;
  transform: rotateY(0deg);
  -webkit-transform: rotateY(0deg);
  -moz-transform: rotateY(0deg);
}

.executiveTeam .teamCardContainer .teamCard .teamCardFront .box-align-center {
  flex: 1 !important;
}

.executiveTeam .teamCardContainer .teamCard .teamCardFront .image {
  width: 270px;
  height: 236px;
  overflow: hidden;
  border-radius: 20px;
  /* margin-bottom: 32px; */
  max-width: 100%;
}

.executiveTeam .teamCardContainer .teamCard .teamCardFront h3 {
  color: #002169;
  font-size: 20px;
  font-weight: 700;
  margin-top: 30px;
}

.executiveTeam .teamCardContainer .teamCard .teamCardFront .position {
  font-size: 16px !important;
  margin-top: 8px;
  height: 50px;
  margin-bottom: 10px;
  font-weight: 400;
}

.executiveTeam .teamCardContainer .teamCard .teamCardFront img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: top !important;
}

.executiveTeam .teamCardContainer .teamCard .teamCardFront a {
  width: 26px;
  height: 26px;
  display: flex;
  border-radius: 50%;
  background: #ff5100;
  color: #fff;
  justify-content: center;
  align-items: center;
  margin: 0 auto 0 auto;
  position: relative;
  z-index: 2;
  margin-top: auto;
}

.boardOfDirectorsSection {
  background: #002169;
  padding: 40px 0;
}

.boardOfDirectorsSection h1 {
  color: #ffffff;
  font-size: 36px;
  text-transform: uppercase;
  font-weight: 700;
}

.boardOfDirectorsSection .directorsBoxWrapper {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin-top: 24px;
}

.boardOfDirectorsSection .directorsBoxWrapper .directorsBox {
  background: #ffffff;
  border-radius: 20px;
  padding: 30px 17px;
  text-align: center;
  margin-bottom: 32px;
  transition: all 0.3s ease;
  display: flex;
  flex-direction: column;
  text-decoration: none;
  height: 238px;
}


.boardOfDirectorsSection .directorsBoxWrapper .directorsBox:hover .circle-btn.orange {
  background-color: #002169;
}

.boardOfDirectorsSection .directorsBoxWrapper .directorsBox:hover .circle-btn.orange svg {
  color: #ff5100;
}

.boardOfDirectorsSection .directorsBoxWrapper .directorsBox .directorsName {
  font-size: 20px;
  font-weight: 700;
  color: #002169;
  padding-bottom: 16px;
  border-bottom: solid 1px #ff5100;
  margin-bottom: 16px;
  margin-left: 16px;
  margin-right: 16px;
}

@media (max-width: 575.98px) {
  .boardOfDirectorsSection .directorsBoxWrapper .directorsBox {
    height: 193px;
    padding: 20px 30px;
    margin-bottom: 26px;
  }

  .boardOfDirectorsSection .directorsBoxWrapper .directorsBox .directorsName {
    padding-bottom: 18px;
  }
}

.boardOfDirectorsSection .directorsBoxWrapper .directorsBox .directorsPossission {
  font-size: 16px !important;
  color: #000000;
  height: 72px;
  line-height: 24px;
}

@media (max-width: 767.98px) {
  .boardOfDirectorsSection .directorsBoxWrapper .directorsBox .directorsPossission {
    height: 48px;
  }

  .newsSection .newsWrapper {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 30px;
  }

  .executiveTeam .teamCardContainer .teamCard .teamCardFront .image {
    width: 100%;
  }
}

.boardOfDirectorsSection .directorsBoxWrapper .directorsBox a {
  width: 26px;
  height: 26px;
  display: flex;
  border-radius: 50%;
  background: #ff5100;
  color: #fff;
  justify-content: center;
  align-items: center;
  margin: 24px auto 0 auto;
  position: relative;
  z-index: 2;
  margin-top: auto;
}

.boardOfDirectorsSection .directorsBoxWrapper .directorsBox .box-align-center {
  margin-top: 24px;
}

@media (max-width: 575.98px) {
  .boardOfDirectorsSection .directorsBoxWrapper .directorsBox .box-align-center {
    margin-top: 16px;
  }
}

.newsSection {
  padding: 50px 0;
  background: #fff;
}

.newsSection .newsWrapper {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 30px;
}

.newsSection .newsMore {
  font-size: 24px;
  font-weight: 700;
  color: #002169;
  border: #ff5100 solid 2px;
  border-radius: 30px;
  text-decoration: none;
  padding: 15px 30px;
  transition: all 0.3s ease;
  display: flex;
  align-items: center;
  height: 60px;
  gap: 15px;
}

.newsSection .newsMore:hover {
  background: #ff5100;
  color: #fff;
}

.newsSection .newsMore .text-visible {
  display: flex;
  line-height: 22px;
}

.newsSection .newsMore .hover-visible {
  display: none;
}

.newsSection .newsMore:hover .hover-visible {
  display: flex;
}

.newsSection .newsMore:hover .text-visible {
  display: none;
}

.newsSection .newsMore:hover .circle-btn.orange {
  background-color: #002169;
}

.newsSection .newsMore:hover .circle-btn.orange svg {
  color: #ff5100;
}

.newsSection .newsMore:hover svg path {
  fill: #002169;
}

.newsSection .newsMore svg path {
  fill: #ff5100;
}

.newsSection .newsText {
  font-size: 24px;
  font-weight: 700;
  color: #002169;
}

.align-start {
  justify-content: start !important;
}

.readNews {
  display: inline-block;
  margin-top: 32px;
}

.readNews a {
  display: inline-flex;
  align-items: center;
  gap: 16px;
  padding: 15px 30px;
  background: #3b82f6;
  color: #ffffff;
  font-size: 20px;
  font-weight: 700;
  text-decoration: none;
  border: 3px solid #ff5100;
  border-radius: 50px;
  transition: all 0.3s ease;
  position: relative;
  height: 60px;
}

.readNews a::after {
  content: '';
  display: inline-block;
  width: 26px;
  height: 26px;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='32' height='32' viewBox='0 0 32 32'%3E%3Ccircle cx='16' cy='16' r='16' fill='%23ff5100'/%3E%3Cpath fill='%233b82f6' d='m18.475 16l-5.35-5.35q-.275-.275-.263-.638t.288-.637t.638-.275t.637.275l5.575 5.6q.225.225.338.488t.113.537t-.113.537t-.338.488l-5.6 5.6q-.275.275-.638.263t-.637-.288t-.275-.638t.275-.637z'/%3E%3C/svg%3E");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  flex-shrink: 0;
  transition: all 0.3s ease;
}

.readNews a:hover {
  background: #ff5100;
  color: #ffffff;
  border-color: #ff5100;
  box-shadow: 0 4px 12px rgba(255, 81, 0, 0.4);
}

.readNews a:hover::after {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='32' height='32' viewBox='0 0 32 32'%3E%3Ccircle cx='16' cy='16' r='16' fill='%23002169'/%3E%3Cpath fill='%23ff5100' d='m18.475 16l-5.35-5.35q-.275-.275-.263-.638t.288-.637t.638-.275t.637.275l5.575 5.6q.225.225.338.488t.113.537t-.113.537t-.338.488l-5.6 5.6q-.275.275-.638.263t-.637-.288t-.275-.638t.275-.637z'/%3E%3C/svg%3E");
}

.pressReleaseSection {
  margin-top: 45px;
  padding: 107px 0 32px 0;
}

@media (max-width: 575.98px) {
  .pressReleaseSection {
    padding: 78px 0 32px 0;
  }
}

.pressReleaseSection .pressRelease h1 {
  color: #2b7de1;
  font-size: 36px;
  text-transform: uppercase;
  font-weight: 700;
}

.pressReleaseSection.press-section {
  z-index: 3;
}

.pressReleaseSection.news-section {
  z-index: 2;
}


@media (max-width: 575.98px) {
  .pressReleaseSection .pressRelease h1 {
    font-size: 28px;
    line-height: 36px;
  }
}

.pressReleaseSection .pressRelease .news {
  padding-bottom: 32px;
}

.pressReleaseSection .pressRelease .news .filter {
  display: flex;
  margin-top: 24px;
  gap: 26px;
  /* Year dropdown (styled card) */
}

.pressReleaseSection .pressRelease .news .filter .year-dropdown {
  position: relative;
  display: inline-block;
  font-family: "Montserrat", sans-serif;
  border: solid #707070 1px;
  border-radius: 40px;
  /* keep the summary clickable and visually on top */
  /* orange caret at top-right */
  /* floating card (full rounded rectangle) - overlays content, doesn't push layout */
  /* keep the top area visually separated but seamless */
  /* small screens */
}

.pressReleaseSection .pressRelease .news .filter .year-dropdown.is-open {
  border-color: transparent;
}

.pressReleaseSection .pressRelease .news .filter .year-dropdown .year-dropdown__details {
  width: 220px;
  margin: 0;
  position: relative;
  z-index: 1;
  background: transparent;
  border-radius: 28px;
  padding-top: 1px;
}

.pressReleaseSection .pressRelease .news .filter .year-dropdown .year-dropdown__summary {
  list-style: none;
  -webkit-user-select: none;
  user-select: none;
  cursor: pointer;
  display: block;
  padding: 19px 22px 22px 22px;
  text-align: center;
  position: relative;
  z-index: 3;
  outline: none;
  background: #ffffff;
  margin: 0 15px 0 10px;
  border-radius: 20px;
}

.pressReleaseSection .pressRelease .news .filter .year-dropdown .year-dropdown__summary::-webkit-details-marker {
  display: none;
}

.pressReleaseSection .pressRelease .news .filter .year-dropdown .year-dropdown__title {
  display: block;
  font-weight: 800;
  color: #002169;
  font-size: 22px;
  line-height: 1;
}

.pressReleaseSection .pressRelease .news .filter .year-dropdown .year-dropdown__caret {
  position: absolute;
  right: 32px;
  top: 15px;
  color: #ff5100;
  font-size: 18px;
  transition: transform 180ms ease;
  transform-origin: center;
  z-index: 3;
  width: 32px;
  height: 32px;
}

.pressReleaseSection .pressRelease .news .filter .year-dropdown details[open] .year-dropdown__caret {
  transform: rotate(180deg);
}

.pressReleaseSection .pressRelease .news .filter .year-dropdown .year-dropdown__list {
  position: absolute;
  top: 0;
  /* align top of floating card with summary top */
  left: 50%;
  transform: translateX(-50%);
  width: 220px;
  margin: 0;
  padding: 64px 0 28px;
  /* large top padding creates the visual top area where the title sits */
  list-style: none;
  background: #ffffff;
  border-radius: 28px;
  border: 1px solid #707070;
  box-shadow: 0 22px 40px rgba(0, 0, 0, 0.12), inset 0 2px 0 rgba(0, 0, 0, 0.02);
  z-index: 2;
  /* well above news cards */
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 18px;
  max-height: 72vh;
  overflow-y: auto;
}

.pressReleaseSection .pressRelease .news .filter .year-dropdown .year-dropdown__list::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 64px;
  border-top-left-radius: 28px;
  border-top-right-radius: 28px;
  background: transparent;
  /* could add subtle gradient if needed */
  pointer-events: none;
}

.pressReleaseSection .pressRelease .news .filter .year-dropdown .year-dropdown__list li {
  color: #002169;
  font-size: 20px;
  font-weight: 500;
  padding: 8px 16px;
  cursor: pointer;
  transition: color 160ms ease, transform 160ms ease;
  white-space: nowrap;
  margin: 6px 0;
}

.pressReleaseSection .pressRelease .news .filter .year-dropdown .year-dropdown__list li:hover,
.pressReleaseSection .pressRelease .news .filter .year-dropdown .year-dropdown__list li:focus {
  color: #ff5100;
  transform: translateX(6px);
  outline: none;
}

@media (max-width: 767.98px) {

  .newsSection {
    padding: 0;
    height: 310px;
    display: flex;
    align-items: center;
  }

  .newsSection .newsWrapper {
    flex-direction: column;
    align-items: flex-start;
    gap: 20px;
  }
}

@media (max-width: 480px) {
  .pressReleaseSection .pressRelease .news .filter .year-dropdown .year-dropdown__details {
    width: 155px;
  }

  .pressReleaseSection .pressRelease .news .filter .year-dropdown .year-dropdown__caret {
    right: 5px;
  }

  .pressReleaseSection .pressRelease .news .filter .year-dropdown .year-dropdown__summary {
    padding: 19px 22px 0 18px;
  }

  .pressReleaseSection .pressRelease .news .filter .year-dropdown .year-dropdown__list {
    width: 180px;
    padding-top: 58px;
  }

  .pressReleaseSection .pressRelease .news .filter .year-dropdown .year-dropdown__title {
    font-size: 20px;
  }

  .pressReleaseSection .pressRelease .news .filter .year-dropdown .year-dropdown__list li {
    font-size: 18px;
  }
}

.pressReleaseSection .pressRelease .news .filter .filterButton {
  border: #ff5100 solid 2px;
  width: 157px;
  height: 60px;
  border-radius: 30px;
  font-size: 24px;
  font-weight: 700;
  color: #002169;
  background: #ffffff;
  cursor: pointer;
}

.pressReleaseSection .pressRelease .news .filter .filterButton:hover {
  background: #ff5100;
  color: #ffffff;
}

.pressReleaseSection .pressRelease .news .newsCardContainer {
  margin-top: 32px;
}

.pressReleaseSection .pressRelease .news .newsCardContainer .newsCard {
  border-radius: 20px;
  box-shadow: 0px 10px 30px rgba(0, 0, 0, 0.1607843137);
  padding: 24px 24px 32px 24px;
  position: relative;
  box-sizing: border-box;
  border: 2px solid transparent;
  transition: border-color 180ms ease, box-shadow 180ms ease, transform 160ms ease;
  margin-bottom: 32px;
  height: 100%;
}

.pressReleaseSection .pressRelease .news .newsCardContainer .newsCard:hover {
  border: solid #ff5100 2px;
}

.pressReleaseSection .pressRelease .news .newsCardContainer .newsCard:hover .newsCardMore {
  background: #ff5100;
  box-shadow: none;
}

.pressReleaseSection .pressRelease .news .newsCardContainer .newsCard:hover .newsCardMore:hover {
  background: #002169;
}

.pressReleaseSection .pressRelease .news .newsCardContainer .newsCard:hover .newsCardMore svg path {
  fill: #ffffff;
}

.pressReleaseSection .pressRelease .news .newsCardContainer .tittle {
  position: relative;
  display: inline-flex;
  align-items: center;
  color: #002169;
  font-weight: 700;
  font-size: 18px;
  line-height: 1;
  height: 32px;
}

.pressReleaseSection .pressRelease .news .newsCardContainer hr {
  border-top: 1px solid #ff5100;
  opacity: 1;
  width: 100%;
  margin-right: auto;
  margin-left: auto;
}

.pressReleaseSection .pressRelease .news .newsCardContainer .date {
  height: 32px;
  font-size: 18px;
  font-weight: 700;
  color: #2a7de1;
  position: relative;
  display: inline-flex;
  align-items: center;
  height: 32px;
  margin-bottom: 16px;
}

@media (max-width: 767.98px) {
  .pressReleaseSection .pressRelease .news .newsCardContainer .date {
    height: auto;
  }
}

.pressReleaseSection .pressRelease .news .newsCardContainer .content {
  width: 85%;
  font-size: 18px;
  color: #000000;
}

.pressReleaseSection .pressRelease .news .newsCardContainer .newsCardMore {
  width: 47px;
  height: 47px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  right: 10px;
  bottom: 10px;
  transition: background 180ms ease, box-shadow 180ms ease;
}

.pressReleaseSection .pressRelease .news .newsCardContainer .newsCardMore svg path {
  transition: fill 160ms ease;
}

.pressReleaseSection .pressRelease .news .newsCardContainer .newsCardMore svg path {
  fill: #ff5100;
}

.pressReleaseSection .pressRelease hr {
  border-top: 1px solid #ff5100;
  opacity: 1;
  width: 100%;
  margin-right: auto;
  margin-left: auto;
}

.brackets {
  position: relative;
}

.brackets .leftTop {
  width: 12px;
  height: 1px;
  background: #f70fe4;
  position: absolute;
  left: 0;
  top: 0;
}

.brackets .rightTop {
  width: 12px;
  height: 1px;
  background: #f70fe4;
  position: absolute;
  right: 0;
  top: 0;
}

.brackets .leftBottom {
  width: 12px;
  height: 1px;
  background: #f70fe4;
  position: absolute;
  left: 0;
  bottom: 0;
}

.brackets .rightBottom {
  width: 12px;
  height: 1px;
  background: #f70fe4;
  position: absolute;
  right: 0;
  bottom: 0;
}

/*# sourceMappingURL=cgstyle.css.map */

/* ============================================
   HEADER STYLES
   ============================================ */

/* Top Bar */


.topBarLinks {
  display: flex;
  justify-content: flex-end;
  gap: 24px;
  align-items: center;
}

.topBarLinks a {
  color: #ffffff;
  text-decoration: none;
  font-size: 14px;
  font-weight: 500;
  transition: opacity 0.3s ease;
}

.topBarLinks a:hover {
  opacity: 0.8;
}

.topBarLinks a.careers {
  background: #ff5100;
  padding: 6px 20px;
  border-radius: 4px;
  font-weight: 700;
}

/* Slide down animation */
@keyframes slideDown {
  from {
    transform: translateY(-100%);
    opacity: 0;
  }

  to {
    transform: translateY(0);
    opacity: 1;
  }
}

/* Main Navigation */
.mainNav {
  background: #ffffff;
  position: fixed;
  z-index: 100;
  border-bottom: 1px solid #e5e5e5;
  width: 100%;
  top: 35px;
  box-shadow: 0px 3px 8px #0000001A;
  display: block !important;
}

.mainNav .headerContainer {
  height: 78px;
  display: flex;
  align-items: center;
  width: 100%;
  max-width: 1280px;
  margin: 0 auto;
}

.navWrapper {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
}

.mobileMenuContainer {
  display: flex;
  align-items: center;
  margin-left: auto;
}

.logo a {
  display: flex;
}

.logo img,
.logo svg {
  height: 65px;
  width: auto;
}

/* Navigation Menu */
.navMenu {
  display: flex;
  list-style: none;
  margin: 0;
  padding: 0;
  gap: 32px;
  align-items: center;
}

.navLink {
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 20px 0;
  color: #002169;
  text-decoration: none;
  font-size: 16px;
  font-weight: 400;
  transition: color 0.3s ease;
}

.navText {
  display: flex;
  flex-direction: column;
  align-items: center;
  line-height: 19px;
  text-align: left;
  position: relative;
}

/* .navTitle {
  font-size: 16px;
  font-weight: 400;
  display: block;
}

.navSubtitle {
  font-size: 16px;
  font-weight: 400;
  display: block;
} */



@media (min-width: 992px) {
  .navItem:hover .navLink {
    color: #ff5100;
    font-weight: 700;
  }

  .navItem:hover .navLink svg {
    transform: rotate(180deg);
  }

  .navMenu:hover .navItem.active .navLink .navText {
    color: #002169;
    font-weight: 400;
  }

  .navMenu:hover .navItem:hover .navLink .navText,
  .navItem.active .navLink .navText {
    color: #ff5100;
    font-weight: 700;
  }

  .navItem.active .navLink .navText::after {
    content: '';
    position: absolute;
    bottom: -20px;
    left: 0px;
    height: 7px;
    background: #ff5100;
    border-radius: 10px 10px 0 0;
    width: 100%;
  }

  .navItem:hover .navLink .navText::after {
    content: '';
    position: absolute;
    bottom: -20px;
    left: 0px;
    height: 7px;
    background: #ff5100;
    border-radius: 10px 10px 0 0;
    width: 100%;
  }
}

/* Dropdown indicator */
.navLink svg {
  margin-left: 6px;
  width: 16px;
  height: 16px;
  transition: transform 0.3s ease;
  color: #ff5100;
}



/* Dropdown Menu */
.dropdown {
  position: absolute !important;
  /* transform: translateX(-50%); */
  background: #ffffff;
  box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1);
  border-radius: 0;
  padding: 32px 40px;
  width: 100%;
  opacity: 0;
  visibility: hidden;
  /* transition: opacity 0.3s ease, visibility 0.3s ease, transform 0.3s ease; */
  margin-top: 0;
  z-index: 1000;
  left: 0;
  box-sizing: border-box;
  top: 78px;
}

.navItem:hover .dropdown {
  opacity: 1;
  visibility: visible;
  /* transform: translateX(-50%) translateY(0); */
  display: flex;
  justify-content: center;
}

.dropdownContent {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 20px 80px;
  max-width: 600px;
}

.dropdownColumn {
  display: contents;
}

.dropdownItem {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0;
  color: #002169;
  text-decoration: none;
  font-size: 18px;
  font-weight: 400;
  transition: color 0.3s ease;
  gap: 12px;
  width: fit-content;
  white-space: nowrap;
}

@media (min-width: 992px) {
  .dropdownItem:hover {
    color: #ff5100;
    font-weight: 700;
  }
}

.dropdownItem span {
  flex: 1;
}

.dropdownItem svg {
  flex-shrink: 0;
  width: 31px;
  height: 31px;
}

.dropdownItem:hover svg circle {
  fill: #ff5100;
}

/* Mobile Menu Toggle */
.mobileMenuToggle {
  background: none;
  border: none;
  cursor: pointer;
  padding: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  display: none;
}

.mobileMenuToggle img {
  width: 66.83px;
  /* adjust as needed */
  height: auto;
  display: none;
  transition: opacity 0.3s ease;
}

/* Show hamburger by default */
.mobileMenuToggle .icon-hamburger {
  display: inline-block;
}

/* When active, show close icon */
.mobileMenuToggle.active .icon-hamburger {
  display: none;
}

.mobileMenuToggle.active .icon-close {
  display: inline-block;
}

.mobileMenuToggle span {
  width: 25px;
  height: 3px;
  background: #002169;
  border-radius: 2px;
  transition: all 0.3s ease;
}

/* Hamburger Animation - Transform to X when active */
.mobileMenuToggle.active span:nth-child(1) {
  transform: rotate(45deg) translate(7px, 7px);
}

.mobileMenuToggle.active span:nth-child(2) {
  opacity: 0;
}

.mobileMenuToggle.active span:nth-child(3) {
  transform: rotate(-45deg) translate(7px, -7px);
}

/* Body scroll is allowed when mobile menu is open (menu is below header, not overlay) */

/* Mobile Menu Footer - Hidden by default */
.mobileMenuFooter {
  display: none;
}

/* Mobile Menu Close Button */
.mobileMenuClose {
  display: none;
  position: absolute;
  top: 20px;
  right: 20px;
  background: none;
  border: none;
  cursor: pointer;
  padding: 8px;
  z-index: 1000;
}

.mobileMenuClose svg {
  stroke: #002169;
  transition: stroke 0.3s ease;
}

.mobileMenuClose:hover svg {
  stroke: #ff5100;
}

/* Submenu container */
.subMenu {
  display: none;
  margin-top: 12px;
  flex-direction: column;
  gap: 10px;
}

@media (max-width: 991.98px) {
  .subMenu {
    margin-top: 0;
    margin-left: 16px;
    margin-bottom: 8px;
  }

  .dropdownGroup.hasSub.active .mainItem svg {
    transform: rotate(90deg);
  }
}

/* Submenu links */
.subMenu a {
  color: #002169;
  font-size: 16px;
  text-decoration: none;
  font-weight: 400;
}

.subMenu a:hover {
  font-weight: 700;
}

/* Bold active submenu example */
.subMenu a strong {
  font-weight: 700;
}

/* When active */
/* .dropdownGroup.active > .subMenu {
  display: flex;
} */
.dropdownGroup.hasSub.active .subMenu {
  display: flex;
}

.dropdownGroup.hasSub.active .mainItem span {
  color: #ff5100;
  font-weight: 700;
}

@media (min-width: 992px) {
  .dropdownGroup.hasSub:hover .subMenu {
    display: flex;
  }

  .dropdownGroup.hasSub:hover .mainItem {
    color: #ff5100;
    font-weight: 700;
  }

  .dropdownGroup.hasSub:hover .mainItem svg {
    transform: rotate(90deg);
  }




  /* Rotate arrow on open */
  .dropdownGroup.active .submenuArrow {
    transform: rotate(180deg);
  }
}

/* Breadcrumb */
.breadcrumbs {
  padding: 0px 0;
  font-size: 14px;
  position: sticky;
  /* New Changes */
  top: 113px;
  background: #ffffff;
  z-index: 4;
}

.breadcrumbs .breadcrumbContainer {
  display: flex;
  align-items: center;
  gap: 8px;
  flex-wrap: nowrap;
  overflow: auto;
  height: 41px;
  position: relative;
}

.breadcrumbs .container {
  position: relative;
}

.breadcrumbs .container::after {
  content: "";
  height: 100%;
  width: 135px;
  background: linear-gradient(to left, rgba(255, 255, 255, 1), rgba(255, 255, 255, 0));
  position: absolute;
  right: 0;
  top: 0;
  pointer-events: none;
}

.breadcrumbs .breadcrumbContainer a {
  color: #000000;
  text-decoration: none;
  font-weight: 500;
  transition: color 0.3s ease;
  white-space: nowrap;
}

.breadcrumbs .breadcrumbContainer a:hover {
  color: #ff5100;
}

@media (max-width: 767.98px) {
  .breadcrumbs .breadcrumbContainer a:hover {
    color: #000000;
  }
}

.breadcrumbs .breadcrumbContainer .separator {
  color: #ff5100;
  font-size: 16px;
  display: flex;
}

.breadcrumbs .breadcrumbContainer .highlight {
  font-weight: 700;
}

/* .breadcrumbs .breadcrumbContainer .current {
  color: #000000;
  font-weight: 500;
  white-space: nowrap;
} */



/* Responsive Styles */
@media (max-width: 1200px) {}

@media (max-width: 991px) {

  .navLink svg {
    width: 40px;
    height: 40px;
  }

  .leadershipSection {
    padding: 40px 0 32px 0;
  }

  .breadcrumbs {
    top: 85px;
  }

  .breadcrumbs .breadcrumbContainer {
    height: 41px;
  }

  .breadcrumbContainer span {
    white-space: nowrap;
  }

  .topBar {
    display: none;
  }

  .mobileMenuToggle {
    display: flex;
  }

  .mainNav {
    top: 0;
  }

  .mobileMenuContainer {
    position: fixed;
    top: 79px;
    left: 0;
    width: 100%;
    height: 0;
    background: #ffffff;
    display: flex;
    flex-direction: column;
    transition: all 0.3s ease;
    z-index: 999;
    overflow: hidden;
    /* box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1); */
  }

  .mobileMenuContainer.open {
    top: 79px;
    height: calc(100vh - 79px);
  }

  .navMenu {
    flex: 1;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    padding: 24px;
    overflow-y: auto;
    list-style: none;
    margin: 0;
    width: 100%;
    box-sizing: border-box;
    /* min-height: 350px; */
    gap: 0px;
  }

  .navMenu .mobileMenuClose {
    display: none;
  }

  .navItem {
    width: auto;
  }

  .navLink {
    width: 100%;
    padding: 5px 0;
    justify-content: flex-start;
    font-size: 14px;
    font-weight: 600;
    min-height: 50px;
  }

  .navLink .navText {
    flex-direction: row;
    gap: 4px;
  }

  .navLink .navTitle,
  .navLink .navSubtitle {
    font-size: 18px;
  }

  .navItem.hasDropdown>.navLink svg {
    transition: transform 0.3s ease;
  }

  .navItem.hasDropdown.active>.navLink svg {
    transform: rotate(180deg);
  }

  .dropdown {
    position: static;
    transform: none;
    opacity: 1;
    visibility: visible;
    box-shadow: none;
    padding: 0;
    margin-top: 0;
    display: none;
  }

  .navItem.active .dropdown {
    display: block;
  }

  .dropdownContent {
    display: flex;
    flex-direction: column;
    gap: 8px;
    max-width: 100%;
  }

  .dropdownColumn {
    display: flex;
    flex-direction: column;
  }

  .dropdownItem {
    padding: 8px 0;
    font-size: 18px;
    justify-content: flex-start;
    font-weight: 400;
  }

  .dropdownItem span {
    font-weight: 400;
    flex: none;
  }

  /* Mobile Menu Footer */
.mobileMenuFooter {
    display: flex;
    position: relative;
    width: 100%;
    background: #1e73be;
    padding: 60px 24px;
    flex-direction: column;
    gap: 30px;
    margin-top: auto;
    box-sizing: border-box;
  }
 
  .mobileMenuFooterLinks {
    display: flex;
    flex-direction: column;
    gap: 16px;
  }
 
  .mobileMenuFooterLinks a {
    color: #ffffff;
    text-decoration: none;
    font-size: 18px;
    font-weight: 500;
    transition: opacity 0.3s ease;
	line-height: 18px;
  }
 
  .mobileMenuFooterLinks a:hover {
    opacity: 0.8;
  }
 
  .mobileGetInTouch {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    background: #ff5100;
    color: #ffffff;
    text-decoration: none;
    padding: 14px 14px;
    border-radius: 50px;
    font-size: 24px;
    font-weight: 700;
    transition: background 0.3s ease;
    align-self: flex-start;
  }
 
  .mobileGetInTouch:hover {
    background: #e64800;
  }
 
  .mobileGetInTouch svg {
    flex-shrink: 0;
	width: 31.2px;
	height: 31.2px;
  }
 

  /* .breadcrumbs {
    margin-top: 72px;
  } */
}

@media (max-width: 767.98px) {
  .breadcrumbs .breadcrumbContainer .m-hide {
    display: none;
  }

  .leadershipSection {
    padding: 60px 0 32px 0;
  }
}

@media (max-width: 575px) {
  .topBarLinks {
    gap: 12px;
    font-size: 12px;
  }

  .topBarLinks a.careers {
    padding: 4px 12px;
  }

  .mainNav .headerContainer {
    height: 85px;
  }
}

/* Disable hover dropdown on tablets and smaller devices */
@media (max-width: 991px) {
  .navItem:hover .dropdown {
    opacity: 0 !important;
    visibility: hidden !important;
  }

  .navItem.active .dropdown {
    opacity: 1 !important;
    visibility: visible !important;
    display: flex !important;
    justify-content: center;
  }

  /* Prevent hover-triggered dropdowns */
  .mobileMenuContainer.open .navItem:hover .dropdown {
    opacity: 0 !important;
    visibility: hidden !important;
  }

  /* Show dropdown only when navItem is clicked (active) */
  .mobileMenuContainer.open .navItem.active .dropdown {
    opacity: 1 !important;
    visibility: visible !important;
    display: flex !important;
    justify-content: flex-start;
    position: relative !important;
    top: 0;
  }

  .mobileMenuContainer.open .navItem.active .navLink {
    font-weight: 700;
  }

  .navItem.active .navLink::after {
    display: none !important;
  }

  .mainNav .headerContainer {
    height: 85px;
  }
}


/* ============================================
   FOOTER STYLES
   ============================================ */

.mainFooter {
  background: radial-gradient(circle, #002169, #000C26);
  color: #ffffff;
  padding: 43px 0 0px;
}

.rooterLeftWrapper {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
}

.firstColumn .footerLinks {
  margin-left: 32px;
}

.secondColumn .footerLinks {
  position: relative;
}

.secondColumn .footerLinks::after {
  width: 1px;
  height: 100%;
  background: #2A7DE1;
  position: absolute;
  right: 28px;
  top: 0;
  content: '';
}

/* .footerColumn {
  margin-bottom: 30px;
} */

.footerLogo {
  margin-top: 15px;
}

.footerLogo img {
  height: 53px;
  width: auto;
}

.companyInfo h4 {
  font-size: 14px !important;
  font-weight: 700 !important;
  color: #ffffff;
  margin-bottom: 16px;
  letter-spacing: 0.5px;
}

.companyInfo p {
  font-size: 14px !important;
  color: #ffffff;
  line-height: 24px;
  margin-bottom: 24px;
  font-weight: 700;
  margin-top: 0;
}

.getInTouch {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  font-size: 30px;
  font-weight: 700;
  color: #ffffff;
  text-decoration: none;
  transition: color 0.3s ease;
  white-space: nowrap;
}

.getInTouch:hover {
  color: #ff5100;
}

.getInTouch svg {
  flex-shrink: 0;
}

.getInTouch svg path {
  stroke: #002169;
}

.getInTouch:hover svg circle {
  fill: #fff;
}

.socialIcons {
  display: flex;
  gap: 16px;
  margin-top: 30px;
  margin-bottom: 30px;
}

.socialIcons a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 27px;
  height: 27px;
  border-radius: 50%;
  background: #ff5100;
  transition: transform 0.3s ease, background 0.3s ease;
}

.socialIcons a:hover {
  background: #fff;
}

.socialIcons a:hover svg {
  fill: #ff5100;
}

.socialIcons svg {
  width: 14px;
  height: 14px;
  fill: #ffffff;
}

.footerLinks {
  list-style: none;
  padding: 0;
  margin: 0;
}

.footerLinksRight {
  list-style: none;
  padding: 0;
  margin: 0;
  margin-bottom: 26px;
}

.footerLinksRight li {
  font-weight: 700;
  margin-bottom: 7px;
}

.footerLinksRight li a {
  color: #ffffff;
  text-decoration: none;
  font-size: 14px;
  font-weight: 400;
  transition: color 0.3s ease;
  display: inline-block;
  margin-bottom: 3px;
}

.footerLinksRight li a:hover {
  color: #ff5100;
}

.footerLinks li {
  margin-bottom: 7px;
}

.footerLinks a {
  color: #ffffff;
  text-decoration: none;
  font-size: 14px;
  font-weight: 400;
  transition: color 0.3s ease;
  display: inline-block;
}

.footerLinks a:hover {
  color: #ff5100;
}

.footerLinks a.footerLinkTitle {
  font-weight: 700;
  margin-top: 20px;
}

.footerLinksRight a.footerLinkTitle {
  font-weight: 700;
}

.footerLinks li:first-child a.footerLinkTitle {
  margin-top: 0;
}

.footerLinks a.redText {
  color: #ff5100;
}

.footerLinks a.redText:hover {
  color: #ffffff;
}

.footerBottom {
  background: #080E1B;
  margin-top: 40px;
  padding: 20px 0;
  position: relative;
}

.footerBottom .container {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  gap: 16px;
}

.copyright,
.footerCode {
  font-size: 12px !important;
  color: #ffffff;
  margin: 0;
  font-weight: 500;
}

.copyright {
  margin-left: 26px;
}

.footerCode {
  margin-right: 26px;
}

@media (max-width: 991px) {
  .mainFooter {
    padding: 40px 0 20px;
  }

  .footerColumn {
    margin-bottom: 40px;
  }

  .footerBottom {
    flex-direction: column;
    text-align: center;
  }

  .firstColumn .footerLinks {
    margin-left: 0;
  }

  .secondColumn .footerLinks::after {
    display: none;
  }

  .copyright,
  .footerCode {
    margin: 0;
    width: 100%;
    text-align: left;
  }
}

@media (max-width: 575px) {
  .mainFooter {
    padding: 30px 0 0;
  }

  .footerLogo img {
    height: 53px;
    margin-bottom: 30px;
  }

  .companyInfo p {
    margin-bottom: 30px;
  }

  .socialIcons {
    margin-top: 15px;
  }

  .footerBottom .container {
    gap: 0;
  }

  .copyright {
    padding: 0;
    line-height: 18px;
    font-size: 14px;
    font-weight: 500;
  }

  .copyright span {
    display: block;
  }

  .footerCode {
    line-height: 18px;
    font-size: 14px;
    font-weight: 500;
  }

  .secondColumn {
    margin-bottom: 40px !important;
  }

  .secondColumn .footerLinks::after {
    display: block;
    width: 50%;
    height: 1px;
    bottom: -24px;
    top: auto;
    left: 0px;
  }

  .footerColumn {
    margin-bottom: 20px;
  }
}

/* ============================================
   DIRECTOR MODAL STYLES
   ============================================ */

.directorModal {
  display: none;
  position: fixed;
  z-index: 9999;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(12, 12, 12, 0.95);
  align-items: center;
  justify-content: center;
  padding: 20px;
}

.directorModalContent {
  background: #ffffff;
  border-radius: 20px;
  max-width: 1014px;
  width: 100%;
  position: relative;
  padding: 60px;
  box-shadow: 0 20px 60px rgba(0, 0, 0, 0.3);
  animation: modalSlideIn 0.3s ease-out;
}

@keyframes modalSlideIn {
  from {
    opacity: 0;
    transform: translateY(-50px);
  }

  to {
    opacity: 1;
    transform: translateY(0);
  }
}

.directorModalClose {
  position: absolute;
  top: 20px;
  right: 20px;
  border: none;
  border-radius: 50%;
  width: 26px;
  height: 26px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: transform 0.3s ease, background 0.3s ease;
  padding: 0;
}

.directorModalClose:hover {
  transform: scale(1.1);
}

.directorModalClose svg {
  stroke: #ffffff;
}

.directorModalHeader {
  text-align: center;
  margin-bottom: 30px;
  padding-bottom: 20px;
  border-bottom: 1px solid #ff5100;
}

.directorModalHeader h2 {
  font-size: 36px !important;
  font-weight: 700;
  color: #002169;
  margin-bottom: 12px;
}

.directorModalHeader p {
  font-size: 24px;
  color: #002169;
  margin: 0;
  font-weight: 400;
}

.directorModalBody {
  max-height: 400px;
  overflow-y: auto;
  padding-right: 10px;
}

.directorModalBody::-webkit-scrollbar {
  width: 6px;
}

.directorModalBody::-webkit-scrollbar-track {
  background: #f1f1f1;
  border-radius: 10px;
}

.directorModalBody::-webkit-scrollbar-thumb {
  background: #ff5100;
  border-radius: 10px;
}

.directorModalBody::-webkit-scrollbar-thumb:hover {
  background: #ff6b35;
}

.directorModalBody p {
  font-size: 18px;
  line-height: 24px;
  color: #000000;
  margin: 0;
  font-weight: 400;
}

@media (max-width: 768px) {
  .directorModalContent {
    padding: 40px 30px;
    max-width: 90%;
  }

  .directorModalHeader h2 {
    font-size: 28px;
    font-weight: 700;
  }

  .directorModalHeader p {
    font-size: 24px;
    line-height: 32px;
  }

  .directorModalBody {
    max-height: 300px;
  }
}

@media (max-width: 480px) {
  .directorModalContent {
    padding: 50px 20px 40px 20px;
  }

  .directorModalHeader h2 {
    font-size: 24px;
    font-weight: 700;
    margin-top: 20px;
  }

  .directorModalClose {
    top: 32px;
    right: 24px;
  }
}

/* ============================================
   EXTERNAL LINK MODAL STYLES
   ============================================ */

.externalLinkModal {
  display: none;
  position: fixed;
  z-index: 9999;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.6);
  backdrop-filter: blur(4px);
  align-items: center;
  justify-content: center;
  padding: 20px;
}

.externalLinkModalContent {
  background: #ffffff;
  border-radius: 20px;
  max-width: 800px;
  width: 100%;
  padding: 60px 80px;
  position: relative;
  box-shadow: 0 20px 60px rgba(0, 0, 0, 0.3);
  animation: modalSlideIn 0.3s ease-out;
}

@keyframes modalSlideIn {
  from {
    opacity: 0;
    transform: translateY(-30px);
  }

  to {
    opacity: 1;
    transform: translateY(0);
  }
}

.externalLinkModalClose {
  position: absolute;
  top: 20px;
  right: 20px;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  background: #ff5100;
  border: none;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s ease;
  z-index: 10;
  padding: 0;
}

.externalLinkModalClose:hover {
  transform: scale(1.1);
  background: #ff6b35;
}

.externalLinkModalClose svg {
  stroke: #ffffff;
}

.externalLinkModalBody {
  text-align: center;
}

.externalLinkModalBody p {
  font-size: 24px;
  line-height: 1.6;
  color: #002169;
  margin: 0 0 30px 0;
  font-weight: 400;
}

.externalLinkModalBody hr {
  border: none;
  border-top: 2px solid #ff5100;
  margin: 30px 0;
  opacity: 1;
}

.proceedButton {
  display: inline-flex;
  align-items: center;
  gap: 15px;
  background: transparent;
  color: #002169;
  border: 2px solid #ff5100;
  border-radius: 50px;
  padding: 0 26px;
  height: 60px;
  font-size: 24px;
  font-weight: 700;
  cursor: pointer;
  transition: all 0.3s ease;
  margin-top: 10px;
}

.proceedButton:hover {
  background: #ff5100;
  color: #ffffff;
  box-shadow: 0 6px 20px rgba(255, 81, 0, 0.3);
}

.proceedButton svg {
  width: 30px;
  height: 30px;
  background: #ff5100;
  border-radius: 50%;
  padding: 6px;
  transition: all 0.3s ease;
}

.proceedButton:hover svg {
  background: #002169;
}

.proceedButton svg path {
  fill: #ffffff;
  transition: fill 0.3s ease;
}

.proceedButton:hover svg path {
  fill: #ff5100;
}

@media (max-width: 768px) {
  .externalLinkModalContent {
    padding: 40px 30px;
    max-width: 90%;
  }

  .externalLinkModalBody p {
    font-size: 20px;
  }

  .proceedButton {
    font-size: 20px;
    height: 56px;
    padding: 0 28px;
  }

  .proceedButton svg {
    width: 28px;
    height: 28px;
    padding: 5px;
  }
}

@media (max-width: 480px) {
  .externalLinkModalContent {
    padding: 30px 20px;
  }

  .externalLinkModalBody p {
    font-size: 18px;
  }

  .proceedButton {
    font-size: 18px;
    height: 50px;
    padding: 0 24px;
  }

  .proceedButton svg {
    width: 24px;
    height: 24px;
    padding: 4px;
  }

  .externalLinkModalClose {
    width: 28px;
    height: 28px;
    top: 15px;
    right: 15px;
  }
}

/* ============================================
   STICKY GET IN TOUCH BUTTON
   ============================================ */

.stickyGetInTouchContainer {
  position: fixed;
  right: 0;
  top: 200px;
  width: 42px;
  height: 60px;
  z-index: 1000;
}

.stickyGetInTouch {
  position: fixed;
  right: 0;
  top: 260px;
  transform: translateY(-50%);
  background: #ff5100;
  width: 42px;
  height: 60px;
  border-radius: 60px 0 0 60px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  z-index: 1000;
  transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
  overflow: hidden;
  box-shadow: -4px 0 12px rgba(0, 0, 0, 0.15);
}

/* .stickyGetInTouch:hover {
  width: 120px;
  height: 120px;
  border-radius: 50%;
  right: 20px;
  box-shadow: -6px 0 20px rgba(0, 0, 0, 0.25);
} */

.stickyButtonText {
  position: absolute;
  color: #ffffff;
  font-size: 20px;
  font-weight: 700;
  line-height: 1.3;
  text-align: center;
  opacity: 0;
  transform: scale(0.8);
  transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
  pointer-events: none;
  top: 20px;
}

.stickyButtonIcon {
  width: 30px;
  height: 30px;
  background: #002169;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
  position: absolute;
  left: 10px;
}

.stickyButtonIcon svg {
  width: 16px;
  height: 16px;
}

.stickyButtonIcon svg path {
  fill: #ff5100;
}

.stickyGetInTouchContainer:hover .stickyGetInTouch {
  width: 120px;
  height: 120px;
  border-radius: 50%;
  right: 20px;
  box-shadow: -6px 0 20px rgba(0, 0, 0, 0.25);
}

.stickyGetInTouchContainer:hover .stickyButtonText {
  opacity: 1;
  transform: scale(1);
}

.stickyGetInTouchContainer:hover .stickyButtonIcon {
  transform: translateY(28px) translateX(38px);
}

.stickyGetInTouchContainer.active .stickyGetInTouch {
  width: 120px;
  height: 120px;
  border-radius: 50%;
  right: 20px;
  box-shadow: -6px 0 20px rgba(0, 0, 0, 0.25);
}

.stickyGetInTouchContainer.active .stickyGetInTouch .stickyButtonText {
  opacity: 1;
  transform: scale(1);
}

.stickyGetInTouchContainer.active .stickyGetInTouch .stickyButtonIcon {
  transform: translateY(28px) translateX(38px);
}

/* ============================================
   STICKY GET IN TOUCH BUTTON ^
   ============================================ */


.leadershipDetailsSection {
  padding: 0 0 45px 0;
  background: #ffffff;
}

@media screen and (min-width: 992px) {
  .leadershipDetailsSection {
    padding: 95px 0 35px 0;
  }
}

.leadershipDetailsContent {
  display: flex;
  gap: 40px;
  align-items: flex-start;
}

.leadershipDetailsLeft {
  flex: 1;
  max-width: 519px;
}

.leadershipDetailsLeft h1 {
  font-size: 48px;
  font-weight: 700;
  color: #002169;
  margin-bottom: 0px;
  line-height: 1.2;
}

.leadershipDetailsLeft .position {
  font-size: 24px;
  font-weight: 400;
  color: #002169;
  margin-bottom: 26px;
}

.leadershipSocialIcons {
  display: flex;
  gap: 16px;
  margin-bottom: 24px;
}

.leadershipSocialIcons a {
  width: 27px;
  height: 27px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background: #ff5100;
  transition: transform 0.3s ease, background 0.3s ease;
}

.leadershipSocialIcons a:hover {
  transform: scale(1.1);
  background: #ff6b35;
}

.leadershipSocialIcons a svg {
  fill: #ffffff !important;
}

.leadershipBio {
  font-size: 18px;
  line-height: 24px;
  color: #000000;
}

.leadershipDetailsRight {
  flex: 1;
  max-width: 451px;
}

.leadershipImage {
  width: 100%;
  border-radius: 20px;
  overflow: hidden;
  background: #e5e5e5;
}

.leadershipImage img {
  width: 100%;
  height: auto;
  display: block;
}

.leadershipDetailsLeft .leadershipImage {
  display: none;
}

.leadershipDetailsRight .leadershipImage {
  display: block;
}

@media (max-width: 991px) {
  .leadershipDetailsContent {
    flex-direction: column-reverse;
    gap: 40px;
  }

  .leadershipDetailsLeft,
  .leadershipDetailsRight {
    max-width: 100%;
  }

  .leadershipDetailsLeft h1 {
    font-size: 36px;
    text-transform: uppercase;
    font-weight: 700;
  }

  .leadershipDetailsLeft .position {
    font-size: 24px;
  }

  .leadershipDetailsLeft .leadershipImage {
    display: block;
    margin-bottom: 35px;
  }

  .leadershipDetailsRight .leadershipImage {
    display: none;
  }

  .paginationWrapper {
    justify-content: space-between !important;
  }
}

@media (max-width: 575px) {
  .leadershipDetailsSection {
    padding: 0 0 40px 0;
  }

  .leadershipDetailsLeft h1 {
    font-size: 36px;
    line-height: 48px;
  }

  .leadershipDetailsLeft .position {
    font-size: 24px;
    line-height: 32px;
  }

  .leadershipBio {
    font-size: 16px;
  }
}

/* Leadership Pagination */
.leadershipPagination {
  background: #002169;
  padding: 24px 0;
  position: sticky;
  bottom: 0;
}

.paginationWrapper {
  display: flex;
  justify-content: space-evenly;
  align-items: center;
  gap: 24px;
}

.left-pagination-box {
  width: 315px;
}

.center-pagination-box {
  width: 50px;
}

.right-pagination-box {
  width: 315px;
}

@media screen and (max-width:576px) {
  .left-pagination-box {
    width: 150px !important;
  }

  .center-pagination-box {
    width: 50px !important;
  }

  .right-pagination-box {
    width: 150px !important;
  }
}

.paginationBtn {
  display: flex;
  align-items: center;
  gap: 10px;
  text-decoration: none;
  color: #ffffff;
  transition: opacity 0.3s ease;
  width: 100%;
}

.paginationBtn.disabled {
  pointer-events: none;
}

.paginationBtn.disabled svg circle {
  fill: #8b8b8b;
  opacity: 0.5;
}

.paginationBtn.nextBtn {
  justify-content: flex-end;
}

.paginationBtn:hover {
  opacity: 0.8;
  color: #ffffff;
}

.paginationBtn svg {
  flex-shrink: 0;
}

.paginationBtn svg path {
  stroke: #002169;
}

.paginationText {
  display: flex;
  align-items: center;
  gap: 10px;
}

.paginationLabel {
  font-size: 18px;
  font-weight: 400;
  color: #ffffff;
}

.paginationName {
  font-size: 18px;
  font-weight: 700;
  color: #ffffff;
}

.paginationCounter {
  font-size: 24px;
  font-weight: 700;
  color: #ffffff;
  width: 50px;
  align-items: center;
  display: flex;
  text-align: center;
  justify-content: center;
}

.paginationCounter .currentPage {
  font-size: 24px;
}

/* Responsive Pagination */
@media (max-width: 768px) {
  .paginationWrapper {
    gap: 16px;
  }

  /* .paginationBtn {
    width: 100%;
    justify-content: center;
  } */

  /* .prevBtn {
    order: 2;
  }

  .paginationCounter {
    order: 1;
  } */

  /* .nextBtn {
    order: 3;
  } */

  .paginationText {
    text-align: center;
  }

  .paginationLabel {
    font-size: 16px;
    position: relative;
    display: inline-block;
  }

  .paginationLabel::after {
    content: '';
    position: absolute;
    right: -5px;
    top: 0;
    bottom: 0;
    width: 0.5em;
    background: #002169;
  }

  .paginationName {
    display: none;
  }

  .paginationCounter {
    font-size: 18px;
  }

  .paginationCounter .currentPage {
    font-size: 20px;
  }

}

.custom-container {
  max-width: 1010px;
}

@media (max-width: 575.98px) {
  .container {
    padding: 0 24px !important;
    box-sizing: border-box;
  }
}

@media (max-width: 1199.98px) {
  .topBar {
    padding: 0 24px;
  }

  .mainNav .headerContainer {
    padding: 0 24px;
  }

  .sliderArrow.sliderArrowPrev {
    right: 0 !important;
  }
}

@media (max-width: 1399.98px) {
  .sliderArrow.sliderArrowPrev {
    right: -70px !important;
  }
}


.font-weight-normal {
  font-weight: normal !important;
}

.latestNewsSection h1 {
  color: #2B7DE1;
  font-size: 36px;
  text-transform: uppercase;
  font-weight: 700;
}


/* -------- Home Section -------- */

.latestNewsSection .newsCardContainer {
  margin-top: 32px;
}

.latestNewsSection .newsCardContainer .newsCard {
  width: 327px;
  border-radius: 20px;
  box-shadow: 0px 10px 30px rgba(0, 0, 0, 0.1607843137);
  padding: 24px 24px 32px 24px;
  position: relative;
  box-sizing: border-box;
  border: 2px solid transparent;
  transition: border-color 180ms ease, box-shadow 180ms ease, transform 160ms ease;
  margin-bottom: 32px;
  height: 100%;
}

.latestNewsSection .newsCardContainer .newsCard:hover {
  border: solid #ff5100 2px;
}

.latestNewsSection .newsCardContainer .newsCard:hover .newsCardMore {
  background: #ff5100;
  box-shadow: none;
}

.latestNewsSection .newsCardContainer .newsCard:hover .newsCardMore:hover {
  background: #002169;
}

.latestNewsSection .newsCardContainer .newsCard:hover .newsCardMore svg path {
  fill: #ffffff;
}

.latestNewsSection .newsCardContainer .tittle {
  position: relative;
  display: inline-flex;
  align-items: center;
  color: #002169;
  font-weight: 700;
  font-size: 18px;
  line-height: 1;
  height: 32px;
  padding-bottom: 20px;
}

.latestNewsSection .newsCardContainer hr {
  border-top: 1px solid #ff5100;
  opacity: 1;
  width: 100%;
  margin-right: auto;
  margin-left: auto;
}

.latestNewsSection .newsCardContainer .date {
  height: 32px;
  font-size: 18px;
  font-weight: 700;
  color: #2a7de1;
  position: relative;
  display: inline-flex;
  align-items: center;
  height: 32px;
  margin-bottom: 16px;
}

.latestNewsSection .newsCardContainer .content {
  width: 85%;
  font-size: 18px;
  color: #000000;
}

.latestNewsSection .newsCardContainer .newsCardMore {
  width: 44px;
  height: 44px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  right: 10px;
  bottom: 10px;
  transition: background 180ms ease, box-shadow 180ms ease;
}

.latestNewsSection .newsCardContainer .newsCardMore svg path {
  transition: fill 160ms ease;
}

.latestNewsSection .newsCardContainer .newsCardMore svg path {
  fill: #ff5100;
}

/* News Slider Styles */
.latestNewsSection {
  padding: 60px 0;
  background: linear-gradient(to bottom, #ffffff 0 52.5%, #2A7DE1 50% 100%);
  position: relative;
  overflow: hidden;
  width: 100%;
}

.latestNewsSection h1 {
  color: #2A7DE1;
  font-size: 36px;
  font-weight: 700;
  margin-bottom: 0;
}

.newsSliderWrapper {
  position: relative;
  display: flex;
  align-items: center;
  gap: 24px;
  margin-top: 92px;
}

.latestNewsSection .newsCardContainer {
  overflow: hidden;
  flex: 1;
  margin-top: 0;
  margin-right: calc(-50vw + 50%);
  padding-right: calc(50vw - 50%);
}

.newsSlider {
  display: flex;
  gap: 24px;
  transition: transform 0.4s ease-in-out;
  padding: 20px 0;
}

.newsSlider .newsCard {
  flex: 0 0 327px;
  min-width: 327px;
  max-width: 327px;
  background: #ffffff;
  border-radius: 20px;
  box-shadow: 0px 10px 30px rgba(0, 0, 0, 0.16);
  padding: 24px 24px 32px 24px;
  position: relative;
  box-sizing: border-box;
  border: 2px solid transparent;
  transition: border-color 180ms ease, box-shadow 180ms ease, transform 160ms ease;
  margin-bottom: 0;
  height: auto;
  min-height: 280px;
  text-decoration: none;
}

.newsSlider .newsCard:hover {
  border: solid #ff5100 2px;
  box-shadow: 0px 15px 40px rgba(0, 0, 0, 0.2);
}

.sliderArrow {
  width: 58px;
  height: 58px;
  border-radius: 50%;
  background: #ff5100;
  border: none;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  flex-shrink: 0;
  transition: all 0.3s ease;
  box-shadow: 0px 4px 12px rgba(255, 81, 0, 0.3);
  z-index: 3;
}

.sliderArrow.sliderArrowPrev {
  position: absolute;
  right: -120px;
}

/* Hide right arrow by default */
.sliderArrow#nextSlide {
  display: none;
}

/* Show right arrow when active */
.sliderArrow#nextSlide.show {
  display: flex;
}

.sliderArrow:hover:not(:disabled) {
  background: #ff6b35;
  transform: scale(1.1);
  box-shadow: 0px 6px 16px rgba(255, 81, 0, 0.4);
}

.sliderArrow:disabled {
  background: #d3d3d3;
  cursor: not-allowed;
  opacity: 0.6;
  box-shadow: none;
  pointer-events: none;
}

.sliderArrow svg {
  width: 28px;
  height: 28px;
  display: block;
}

.sliderArrow svg path {
  fill: #ffffff;
}

.sliderArrow:disabled svg path {
  stroke: #999999;
}

.latestNewsSection .readNews {}

/* Responsive Slider Styles */
@media (max-width: 1200px) {
  .newsSlider .newsCard {
    flex: 0 0 327px;
    min-width: 327px;
    max-width: 327px;
  }
}

@media (max-width: 768px) {
  .latestNewsSection {
    padding: 40px 0;
  }

  .latestNewsSection h1 {
    font-size: 32px;
  }

  .newsSliderWrapper {
    gap: 0;
    margin-top: 32px;
  }

  /* Hide slider arrows on small devices */
  .sliderArrow {
    display: none !important;
  }

  /* Remove overflow and slider behavior */
  .latestNewsSection .newsCardContainer {
    margin-right: 0;
    padding-right: 0;
    overflow: visible;
  }

  .newsSlider {
    flex-direction: column;
    gap: 24px;
    transform: none !important;
  }

  .newsSlider .newsCard {
    flex: 1 1 auto;
    min-width: 100%;
    max-width: 100%;
    width: 100%;
  }
}

@media (max-width: 575px) {
  .newsSlider {
    gap: 20px;
  }
}

/* ----------VIDEO LIBRARY----------- */

.videoLibrarySection {
  padding: 95px 0 30px 0;
}

@media (max-width: 991px) {
  .videoLibrarySection {
    padding: 45px 0 30px 0;
  }
}

.videoLibrarySection h1 {
  color: #2B7DE1;
  font-size: 36px;
  text-transform: uppercase;
  font-weight: 700;
}

.videoLibrarySection .videoLibraryContent {
  padding-right: 58px;
  margin-top: 30px;
  margin-bottom: 50px;
}

.videoLibrarySection .videoLibraryContent h2 {
  color: #002169;
  margin-bottom: 10px;
  display: flex;
  align-items: center;
  gap: 35px;
  font-size: 24px;
  font-weight: 700;
}

.videoLibrarySection .videoLibraryContent h2 span {
  color: #000000;
  font-size: 14px;
  font-weight: 400;
  white-space: nowrap;
}

.videoLibrarySection .videoLibraryContent .videoWrapper {
  display: flex;
  gap: 30px;
}

@media screen and (max-width:768px) {
  .videoLibrarySection .videoLibraryContent .videoWrapper {
    gap: 9px !important;
    padding: 0 !important;
  }
}

.videoLibrarySection .videoLibraryContent .videoWrapper .videoContainer {
  width: 326px;
  display: flex;
  flex-direction: column;
}

.videoLibrarySection .videoLibraryContent .videoWrapper .videoContainer .video {
  height: 183px;
  border-radius: 20px;
  overflow: hidden;
  position: relative;
}

.videoLibrarySection .videoLibraryContent .videoWrapper .videoContainer .video:hover .videoPlay {
  background-color: #002169;
}

@media screen and (max-width:768px) {
  .videoLibrarySection .videoLibraryContent .videoWrapper .videoContainer .video {
    height: 144.57px;
    width: 257.01px;
  }

  .videoLibrarySection .videoLibraryContent .videoWrapper {
    display: flex;
    overflow-x: scroll;
    overflow-y: hidden;
    scroll-snap-type: x mandatory;
    -webkit-overflow-scrolling: touch;
    scroll-behavior: smooth;
    gap: 30px;
    padding: 10px 0 20px 0;
    margin: 0;
    padding-left: 15px;
    padding-right: 0;
    /* Hide scrollbar but keep functionality */
    scrollbar-width: none;
    -ms-overflow-style: none;
    cursor: grab;
    user-select: none;
  }

  .videoLibrarySection .videoLibraryContent .videoWrapper::-webkit-scrollbar {
    display: none;
  }

  .videoLibrarySection .videoLibraryContent .videoWrapper:active {
    cursor: grabbing;
  }

  .videoLibrarySection .videoLibraryContent .videoWrapper .videoContainer {
    flex: 0 0 auto;
    width: 100% !important;
    max-width: min-content !important;
    scroll-snap-align: start;
    scroll-snap-stop: always;
    transition: transform 0.2s ease;
  }

  .videoLibrarySection .videoLibraryContent .videoWrapper .videoContainer:last-child {
    margin-right: 15px;
  }
}

.videoLibrarySection .videoLibraryContent .videoWrapper .videoContainer .video img {
  width: 100%;
  height: 100%;
  /* object-fit: cover; hide for image text missing issue */
}

.videoLibrarySection .videoLibraryContent .videoWrapper .videoContainer .videoPlay {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  background: #ff5100;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.videoLibrarySection .videoLibraryContent .videoWrapper .videoContainer .videoPlay:hover {
  background: #002169;
}

.videoLibrarySection .videoLibraryContent .videoWrapper .videoContainer .videoTittle {
  font-size: 18px;
  font-weight: 700;
  color: #000000;
  margin-top: 16px;
}

.videoLibrarySection .videoLibraryContent .videoWrapper .videoContainer .videoSubTittle {
  font-size: 18px;
  font-weight: 700;
  color: #2A7DE1;
  margin-top: 15px;
}

/* Swiping effect for medium devices (tablets) */
@media (max-width: 991px) {
  /* .videoLibrarySection .container {
    padding-right: 0;
    max-width: 100%;
  } */

  .videoLibrarySection .videoLibraryContent {
    padding-right: 0;
    margin-bottom: 20px;
    margin-top: 20px;
  }


}

@media (max-width: 575px) {
  .videoLibrarySection .videoLibraryContent h2 {
    flex-direction: column;
    gap: 14px;
    align-items: flex-start;
    font-size: 24px;
    font-weight: 700;
  }

}

.videoViewSection {
  padding: 95px 0 30px 0;
}

@media (max-width: 991px) {
  .videoViewSection {
    padding: 60px 0 30px 0;
  }
}

.videoViewSection .videoViewContent {
  padding-right: 58px;
}

@media (max-width: 768px) {
  .videoViewSection .videoViewContent {
    padding-right: 0;
  }

  .videoLibrarySection .videoLibraryContent .videoWrapper .videoContainer {
    flex: 0 0 auto;
    width: 100% !important;
    max-width: min-content !important;
    scroll-snap-align: start;
    scroll-snap-stop: always;
    transition: transform 0.2s ease;
  }
}

.videoViewSection .videoViewContent .video {
  position: relative;
  width: 100%;
  overflow: hidden;
  border-radius: 30px;
}

.videoViewSection .videoViewContent .video:hover .video-thumbnail .play-button {
  background-color: #002169;
}

/* Thumbnail overlay */
.videoViewSection .videoViewContent .video .video-thumbnail {
  position: relative;
  width: 100%;
}

.videoViewSection .videoViewContent .video .video-thumbnail img {
  display: block;
  width: 100%;
  height: auto;
  border-radius: 30px;
}

/* Custom play button */
.videoViewSection .videoViewContent .video .video-thumbnail .play-button {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background-color: #f26522;
  border-radius: 50%;
  width: 100px;
  height: 100px;
  display: flex;
  justify-content: center;
  align-items: center;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.3);
  cursor: pointer;
}

.videoViewSection .videoViewContent .video .video-thumbnail .play-button:hover {
  background-color: #002169;
}

@media (max-width: 767.98px) {
  .videoViewSection .videoViewContent .video {
    border-radius: 20px;
  }

  .videoViewSection .videoViewContent .video .video-thumbnail img {
    border-radius: 20px;
  }

  .videoViewSection .videoViewContent .video .video-thumbnail .play-button {
    width: 50px;
    height: 50px;
  }

  .videoViewSection .videoViewContent .video .video-thumbnail .play-button svg {
    width: 18px;
    height: 18px;
  }

  .videoViewSection .videoViewContent .videoInfo .subTitle {
    margin-top: 15px !important;
  }

  .videoViewSection .videoViewContent .videoInfo .videoDescription {
    margin-top: 15px !important;
  }
}

/* Vimeo wrapper hidden initially - controlled by inline style and JavaScript */
.videoViewSection .videoViewContent .videoInfo {
  margin-top: 30px;
}

.videoViewSection .videoViewContent .videoInfo h2 {
  color: #002169;
  font-size: 24px;
  font-weight: 700;
}

.videoViewSection .videoViewContent .videoInfo .subTitle {
  font-size: 18px;
  font-weight: 400;
  color: #000000;
  margin-top: 20px;
}

.videoViewSection .videoViewContent .videoInfo .subTitle span {
  font-weight: 700;
  color: #2A7DE1;
}

.videoViewSection .videoViewContent .videoInfo .videoDescription {
  font-size: 18px;
  font-weight: 400;
  color: #000000;
  line-height: 24px;
  margin-top: 30px;
}

.videoViewSection .videoViewContent .videoInfo .videoDescription span {
  font-weight: 700;
}

.accessHereSection .accessHere {
  padding-top: 50px;
  margin-bottom: 60px;
  display: flex;
  align-items: center;
  gap: 30px;
  border-top: solid 2px #FF5100;
}

.accessHereSection.leadershipLink .accessHere {
  border: none;
}

.accessHereSection .accessHere .accessHereText {
  font-size: 24px;
  font-weight: 700;
  color: #002169;
}

.accessHereSection .accessHere .accessHereLink {
  font-size: 24px;
  font-weight: 700;
  color: #002169;
  height: 60px;
  border-radius: 30px;
  border: solid 2px #FF5100;
  padding: 0 30px;
  text-decoration: none;
  display: flex;
  align-items: center;
  gap: 15px;
  transition: all 0.3s ease;
  position: relative;
  white-space: nowrap;
}

.accessHereSection .accessHere .accessHereLink .link-text-hover {
  display: none;
}

.accessHereSection .accessHere .accessHereLink:hover {
  background: #FF5100;
  color: #ffffff;
}

.accessHereSection .accessHere .accessHereLink:hover .link-text {
  display: none;
}

.accessHereSection .accessHere .accessHereLink:hover .link-text-hover {
  display: inline;
}

.accessHereSection .accessHere .accessHereLink:hover svg circle {
  fill: #002169;
}

.accessHereSection .accessHere .accessHereLink:hover svg path {
  stroke: #FF5100;
}

.accessHereSection.connectHere .accessHere .accessHereLink:hover svg path {
  stroke: inherit;
  fill: #FF5100;
}

.accessHereSection .accessHere .accessHereLink svg {
  flex-shrink: 0;
}

@media (max-width: 767.98px) {
  .accessHereSection .accessHere {
    flex-direction: column;
    gap: 20px;
    align-items: flex-start;
    padding: 0;
    margin: 0;
    height: 310px;
    justify-content: center;
  }
}

/* ----------------congress Hub---------------- */
.congressHubSection {
  padding-top: 56px;
}

@media (max-width: 991.98px) {
  .congressHubSection {
    padding-top: 28px;
  }
}

.congressHubSection .filterBox {
  background: #F2F1F1;
  padding: 50px 0;
}

.congressHubSection .filterBox h1 {
  color: #2B7DE1;
  font-size: 36px;
  text-transform: uppercase;
  font-weight: 700;
}

.congressHubSection .filterBox .filterWrapper .filter {
  width: 100%;
  height: 100px;
  background: #FFFFFF;
  border-radius: 200px;
  display: flex;
  margin-top: 30px;
}

.congressHubSection .filterBox .filterWrapper .filter ul {
  display: flex;
  margin-bottom: 0;
  width: 100%;
  justify-content: space-around;
  padding: 0;
}

.congressHubSection .filterBox .filterWrapper .filter ul li {
  font-size: 24px;
  font-weight: 700;
  color: #FF5100;
  list-style: none;
  height: 100%;
  display: flex;
  align-items: center;
  cursor: pointer;
  width: 100%;
  justify-content: center;
  border-right: solid 2px #F2F1F1;
}

.congressHubSection .filterBox .filterWrapper .filter ul li:first-child {
  border-radius: 200px 0 0 200px;
}

.congressHubSection .filterBox .filterWrapper .filter ul li:last-child {
  border-radius: 0 200px 200px 0;
  border-right: none;
}

.congressHubSection .filterBox .filterWrapper .filter ul li:hover {
  background: #FF5100;
  color: #ffffff;
}

.congressHubSection .filterBox .filterWrapper .filter ul li.active {
  background: #FF5100;
  color: #ffffff;
}

/* Hover on any li inside ul */
.congressHubSection .filterBox .filterWrapper .filter ul:hover li.active {
  background: none;
  color: #FF5100;
}

.congressHubSection .filterBox .filterWrapper .filter ul li.active:hover {
  background: #FF5100 !important;
  color: #ffffff;
}

.congressHubSection .filterBox .filterWrapper .searchWrapper {
  width: 100%;
  display: flex;
  gap: 26px;
  margin-top: 50px;
}

.congressHubSection .filterBox .filterWrapper .searchWrapper input {
  flex: 1;
  height: 60px;
  border: solid 1px #707070;
  border-radius: 200px;
  padding: 0 34px;
}

.congressHubSection .filterBox .filterWrapper .searchWrapper input::placeholder {
  color: #000000;
  opacity: 1;
}

.congressHubSection .filterBox .filterWrapper .searchWrapper button {
  width: 157px;
  height: 60px;
  border-radius: 30px;
  background: #F2F1F1;
  border: solid 1px #FF5100;
  color: #002169;
  font-size: 24px;
  font-weight: 700;
}

.congressHubSection .filterBox .filterWrapper .searchWrapper button:hover {
  background: #FF5100;
  color: #ffffff;
}

.congressHubSection .accessHereSection .accessHere {
  border: none;
}

.pressReleaseSection.congress-hub-section {
  padding-top: 0;
}

@media (max-width: 991.98px) {
  .congressHubSection .filterBox .filterWrapper .filter ul {
    flex-direction: column;
  }

  .congressHubSection .filterBox .filterWrapper .filter ul li {
    height: 68px;
    border-right: none;
    border-bottom: solid 2px #F2F1F1;
  }

  .congressHubSection .filterBox .filterWrapper .filter ul li:first-child {
    border-radius: 20px 20px 0 0;
  }

  .congressHubSection .filterBox .filterWrapper .filter ul li:last-child {
    border-radius: 0 0 20px 20px;
    border-bottom: none;
  }

  .congressHubSection .filterBox .filterWrapper .filter {
    border-radius: 20px;
    height: auto;
  }
}

@media (max-width: 767.98px) {
  .congressHubSection .filterBox .filterWrapper .searchWrapper {
    flex-direction: column;
    gap: 15px;
  }

  .congressHubSection .filterBox .filterWrapper .searchWrapper input {
    height: 79px;
    padding: 29px;
  }
}

.recentPostTable {
  margin-top: 30px;
}

.recentPostTable .table-container {
  border: 2px solid #002a6e;
  border-radius: 12px;
  background: #fff;
  padding: 12px;
  width: 100%;
  max-width: 100%;
  overflow: hidden;
}

.recentPostTable table {
  border-collapse: collapse;
  width: 100%;
  border-radius: 12px;
  overflow: hidden;
  background-color: #f2f2f4;
}

.recentPostTable th,
td {
  text-align: left;
  padding: 16px 20px;
  border-bottom: 2px solid #fff;
  color: #002a6e;
}

.recentPostTable th {
  font-weight: 700;
  font-size: 18px;
}

.recentPostTable td {
  font-size: 18px;
  border-bottom: 2px solid #fff;
}

.recentPostTable td:first-child {
  border-right: 2px solid #fff;
}

.recentPostTable tr:first-child th:first-child {
  border-top-left-radius: 12px;
}

.recentPostTable tr:first-child th:last-child {
  border-top-right-radius: 12px;
}

.recentPostTable .header-cell {
  font-weight: 700;
  font-size: 18px;
  color: #002a6e;
  border-right: 2px solid #fff;
}

.recentPostTable tr:last-child td {
  border-bottom: none;
}

.recentPostTable .table-container table .small {
  display: none;
}

.recentPostTable .table-container table tbody.small {
  display: none;
}

@media (max-width: 767.98px) {
  .recentPostTable .table-container table .large {
    display: none;
  }

  .recentPostTable .table-container table tbody.large {
    display: none;
  }

  .recentPostTable .table-container table .small {
    display: table-row;
  }

  .recentPostTable .table-container table tbody.small {
    display: table-row-group;
  }

  .recentPostTable .table-container table tbody.small tr.small {
    display: table-row;
  }

  .recentPostTable .table-container table tbody.small tr.small th {
    display: table-cell;
    width: auto;
  }

  .recentPostTable .table-container table tbody.small tr.small .header-cell {
    width: 35%;
  }

  .recentPostTable .table-container table tbody.small tr.small th:not(.header-cell) {
    width: 32.5%;
    font-size: 16px;
    font-weight: 700;
  }

  .recentPostTable .table-container table tbody.small tr td:first-child {
    width: 35%;
    font-size: 16px;
    font-weight: 700;
  }

  .recentPostTable .table-container table tbody.small tr td:not(:first-child) {
    width: 32.5%;
  }

  .recentPostTable .table-container {
    padding: 5px;
  }

  .recentPostTable th,
  td {
    padding: 8px 8px;
  }
}

.imageAnimation {
  width: 100%;
  padding: 50px 0;
}

.imageAnimation svg {
  width: 100%;
}

.circle-btn {
  width: 26px;
  height: 26px;
  border-radius: 100%;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  cursor: pointer;
  flex: none !important;
  flex-shrink: 0 !important;
}

.circle-btn.orange {
  background-color: #ff5100;
}

.circle-btn.orange:hover {
  background-color: #002169;
}

.circle-btn.orange:hover svg {
  color: #ff5100;
}

.circle-btn.orange svg {
  color: white;
}

.circle-btn.blue {
  background-color: #002169;
}

.box-align-center {
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  flex: none !important;
}

.ul-style {
  margin: 0;
  padding: 0;
}

.ul-style li {
  color: #000;
  font-size: 14px;
  margin-bottom: 15px;
  line-height: 1.6;
  font-size: 16px;
  list-style: none;
  padding-left: 10px;
  position: relative;
}

.ul-style li::after {
  content: "";
  position: absolute;
  left: 0;
  top: 10px;
  width: 3px;
  height: 3px;
  background-color: #000000;
  border-radius: 50%;
}

.accessHereSection .accessHere .accessHereLink svg path {
  stroke: #ffffff;
}

.accessHereSection .accessHere .accessHereLink {
  padding: 15px 30px;
}

.dropdownContent.threecolumn {
  grid-template-columns: repeat(3, 1fr);
}

/* Default */
.mainNav .nav-hide {
  display: flex;
}

.mainNav .nav-show {
  display: none;
}

/* For tablets & below (less than 992px) */
@media (max-width: 991px) {
  .mainNav .nav-hide {
    display: none;
  }

  .mainNav .nav-show {
    display: flex;
  }
}


.aboutWrapper,
.leadershipWrapper,
.boardOfDirectorsSection,
.press-section,
.news-section,
.gray-bg-section,
.clinical-pipeline-scroll,
.media-resources-scroll {
  position: relative;
}

.callToAction {
  top: -155px;
  width: 100%;
  height: 2px;
  position: absolute;
  z-index: -1;
}

@media (max-width: 991.98px) {
  .callToAction {
    top: -126px;
  }
}

.mobileGetInTouch svg circle {
  fill: #002169;
}

@media screen and (max-width:768px) {
  .latestNewsSection .newsCardContainer .newsCard {
    margin-bottom: 0;
  }
}

@media screen and (max-width:768px) {
  .newsSlider {
    gap: 30px;
  }
}

.pressReleaseSection .pressRelease .news .filter .year-dropdown .year-dropdown__list .active-hide {
  display: none;
}

/* =============DIVI============== */

div#et-boc {
  padding-top: 57px !important;
}