html {
  scroll-behavior: smooth;
  scroll-padding-top: 120px;
}
/*banner section css*/
.banner-section {
  min-height: 600px;
  padding: 8rem 0 4rem 0;
  background-repeat: no-repeat;
  background-size: cover;
}
.banner-content-wrapper {
  text-align: center;
  margin: 10rem 0;
}
.banner-tag {
  cursor: pointer;
  margin: 0 auto 2.3rem auto;
  background: #edeffc;
  display: flex;
  gap: 1rem;
  padding: 1rem 3rem 1rem 1rem;
  border-radius: 999px;
  align-items: center;
  width: max-content;
}
.banner-tag span {
  padding: 2px 6px;
  border-radius: 12px;
  background-color: #002c5a;
  color: #fff;
  font-size: 12px;
}
.banner-tag p {
  width: 100% !important;
  text-align: center;
  font-weight: 400 !important;
  color: #002c5a !important;
  font-size: 12px !important;
  margin-bottom: 0;
}
.banner-content-wrapper h1 {
  line-height: 8rem;
  width: 80%;
  margin: 1rem auto;
  color: #002c5a;
  font-family: "work-sans-semibold", sans-serif !important;
}
.banner-content-wrapper p {
  font-size: 20px;
  width: 70%;
  margin: 0 auto;
}
.banner-button-wrapper {
  display: flex;
  justify-content: center;
  gap: 30px;
  margin-top: 4rem;
  align-items: center;
}
.banner-button-one {
  background: #002c5a;
  border: none;
  border-radius: 8px;
  color: #fff;
  display: inline-block;
  font-family: "Poppins", sans-serif;
  font-size: 2rem;
  padding: 10px 30px;
  position: relative;
  text-align: center;
  text-decoration: none;
  transition: all 0.2s ease-in-out;
  z-index: 10;
  cursor: pointer;
}
.banner-button-one p {
  color: #fff !important;
  width: 100%;
  margin: 0;
  font-weight: 400;
}
.banner-image-wrapper {
  margin: 3rem auto 6rem auto;
  width: 85%;
}
@media (max-width: 767px) {
  .banner-content-wrapper h1 {
    line-height: inherit;
    margin: 2rem auto;
    font-size: 5.5rem;
    width: 100%;
  }
  .banner-content-wrapper p {
    font-size: 18px;
    width: 100%;
  }
  .banner-button-wrapper {
    flex-direction: column;
    gap: 20px;
  }
  .banner-image-wrapper {
    width: 100%;
  }
  .banner-section {
    margin-bottom: 8rem;
  }
}
.colored-text {
  background: transparent linear-gradient(105deg, #4b68ff, #0404ff) 0 0
    no-repeat padding-box;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.secondary-colored-text {
  background: #007bff;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

/*second section css*/
.trusted-partners {
  margin: 0 auto 8rem auto;
}
.trusted-by-partners-wrapper {
  text-align: center;
}
.trusted-by-partners-wrapper h2 {
  font-size: 3rem;
  font-family: "work-sans-medium", sans-serif !important;
}
.partner-logo-images {
  justify-content: center;
  flex-wrap: wrap;
  column-gap: 8rem;
  row-gap: 2rem;
  margin-top: 3rem;
  align-items: center;
}
.partner-logo-images img {
  width: 90px;
}

/*third section css*/
.reverse {
  justify-content: space-between;
  flex-direction: row-reverse;
}
.second-section-heading h2 {
  font-size: 40px;
  font-family: "work-sans-semibold", sans-serif !important;
  margin-bottom: 5rem;
}
.second-section {
  background: #eff0ff;
  padding: 8rem 0 6rem 0;
}
.pointers-wrapper {
  margin-bottom: 5rem;
}
.pointers-wrapper img {
  margin-bottom: 20px;
  width: 80px;
}
.pointers-wrapper h3 {
  font-size: 24px !important;
  margin-bottom: 1rem !important;
  font-family: "work-sans-medium", sans-serif !important;
}
.pointers-wrapper p {
  font-size: 18px !important;
}
.second-section-image-wrapper {
  display: flex;
  justify-content: flex-end;
}

/*fourth section css*/
.grid-card-section {
  margin: 10rem 0;
}
.grid-card-heading {
  margin-bottom: 5rem;
}
.grid-card-heading h2 {
  font-size: 40px;
  font-family: "work-sans-semibold", sans-serif !important;
  text-align: center;
}
.carder {
  justify-content: space-between;
  margin-bottom: 3rem;
}
.card {
  background-color: #fff;
  border: 1px solid #ccc;
  border-radius: 8px;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
  display: flex;
  flex-direction: column;
  gap: 1rem;
  height: 100%;
  margin-bottom: 20px;
  padding: 4rem 3.5rem;
}
.card h3 {
  font-size: 20px !important;
  font-family: "work-sans-medium", sans-serif !important;
}
.card p {
  font-size: 16px !important;
}
.card-div-image {
  margin-bottom: 2rem;
  max-height: 30px;
  max-width: 30px;
}

/*fourth section css*/
.tab-switch-section {
  margin: 12rem 0;
  padding: 10rem 0;
  background: #fffdd1;
}
.tab-switch-section-heading h2 {
  font-size: 40px;
  font-family: "work-sans-semibold", sans-serif !important;
  margin-bottom: 5rem;
}
.tab-body-conatiner {
  padding-top: 10px;
}
.tab-content-image img {
  height: 70px;
  width: 70px;
}
.tabs-1 .tab-header-2 > div.active-2 p {
  font-weight: 600;
}
.tabs-1 {
  margin: auto;
}
.tabs-1 .tab-header-1 {
  display: flex;
  flex-direction: row;
  align-items: center;
}
.tabs-1 .tab-header-1 > div {
  text-align: left;
  color: #394559;
  cursor: pointer;
  margin: 0 4.6rem 0 0;
}
.tabs-1 .tab-header-1 p {
  color: #394559;
  line-height: 1.2;
  font-size: 2.6rem;
  width: 100%;
}
.tabs-1 .tab-header-1 > div.active-1 {
  color: #490d26;
  border-bottom: 2.5px solid #490d26;
  background-color: unset;
}
.tab-body-conatiner .tab-body-1 {
  position: relative;
}
.tab-body-conatiner .tab-body-1 > div {
  position: absolute;
  opacity: 0;
  transition:
    opacity 500ms ease-in-out 0ms,
    transform 500ms ease-in-out 0ms;
  visibility: hidden;
}
.tab-body-conatiner .tab-body-1 > div.active-1 {
  position: relative;
  top: 0px;
  opacity: 1;
  padding-bottom: 10px;
  visibility: visible;
}
.tab-body-conatiner h3 {
  font-size: 3.6rem;
}
.tab-body-conatiner p {
  margin-bottom: 3rem;
}
.tabs-1 .tab-body-1 > div.active-1 {
  top: 0px;
  opacity: 1;
  transform: scale(1);
}
.first-tab-switch-cta-wrapper {
  display: flex;
  align-items: center;
}
.first-tab-switch-cta-wrapper p {
  margin: 0;
  color: #490d26;
  font-size: 2.4rem;
}
.first-tab-switch-cta-wrapper img {
  margin-left: 1.4rem;
}
@media (max-width: 767px) {
  .tab-switch-section-heading {
    width: 100%;
  }
  .first-tab-switch-section-heading {
    margin-bottom: 3rem;
  }
  .content-image-left {
    margin-top: 4rem;
  }
  .tabs-1 .tab-header-1 br {
    display: none;
  }
  .tab-body-conatiner {
    padding-top: 0px;
  }
  .tabs-1 .tab-header-1 .vert-line {
    display: none;
  }
  .tabs-1 .tab-header-1 {
    align-items: flex-start;
    flex-direction: column;
    margin-bottom: 30px;
  }
  .tabs-1 .tab-header-2 {
    align-items: center;
    flex-direction: column;
    margin-bottom: 30px;
    border: none;
    width: 100%;
  }
  .tabs-1 .tab-header-1 > div {
    text-align: left;
    padding-top: 13px;
  }
  .tabs-1 .tab-header-2 > div {
    text-align: left;
    padding-top: 13px;
  }
  .tabs-1 .tab-header-2 br {
    display: none;
  }
  .tab-body-conatiner {
    padding-top: 0px;
  }
  .tabs-1 .tab-header-2 .vert-line {
    display: none;
  }
  .tabs-1 .tab-header-2 {
    align-items: flex-start;
    flex-direction: column;
    margin: 0 0 30px !important;
  }
  .tabs-1 .tab-header-2 > div {
    text-align: left;
    padding-top: 13px;
  }
  .tab-content-image p {
    font-size: medium;
  }
  .tab-content-image-desciption p {
    font-size: small;
  }
  .content-image {
    padding-top: 20px;
  }
  .tab-content-image {
    padding-top: 50px;
  }
}
.content-image-left img {
  width: 100%;
}
.content-image-right {
  align-items: center;
  text-align: center;
}
@media (min-width: 1644px) and (max-width: 2800px) {
  .content-image-left img {
    width: 100%;
  }
}
.active-1 {
  cursor: default !important;
}
.active-2 {
  cursor: default !important;
}
.active-3 {
  cursor: default !important;
}
.related-resource-card-wrapper {
  background: #f4f4f4;
  padding: 4rem 2.8rem;
}
.related-resource-card-wrapper h2 {
  font-size: 3rem;
}
.related-resource-wrapper {
  margin: 3.2rem 0;
}
.second-tab-switch-cta-wrapper {
  display: flex;
  align-items: center;
  margin-top: 3rem;
}
.second-tab-switch-cta-wrapper p {
  margin: 0;
  color: #1450a8;
}
.second-tab-switch-cta-wrapper img {
  margin-left: 1.4rem;
}
.second-tab-switch-section {
  margin-bottom: 12rem;
}
.second-tab-switch-section-heading h2 {
  font-size: 5rem;
}
.second-tab-switch-section-heading {
  margin-bottom: 6rem;
}
.tabs-1 .tab-header-2 {
  display: flex;
  flex-direction: row;
  align-items: center;
  margin: 0 auto;
  gap: 40px;
}
@media (max-width: 1260px) {
  .tabs-1 .tab-header-2 {
    flex-wrap: wrap;
    gap: 1.5rem 8rem;
    justify-content: normal;
  }
}
.tabs-1 .tab-header-2 > div {
  text-align: left;
  color: #161616;
  cursor: pointer;
  background: transparent;
  border: 2px solid #ffae00;
  padding: 8px 24px;
  border-radius: 50px;
}
.tabs-1 .tab-header-2 p {
  font-size: 18px;
  width: max-content;
  margin: 0;
}
.tabs-1 .tab-header-2 > div.active-2 {
  color: #161616;
  border: 2.5px solid #ffae00;
  background-color: #ffe270;
  border-radius: 50px;
  padding: 8px 24px;
}
.tab-body-conatiner .tab-body-2 {
  position: relative;
}
.tab-body-conatiner .tab-body-2 > div {
  position: absolute;
  opacity: 0;
  transition:
    opacity 500ms ease-in-out 0ms,
    transform 500ms ease-in-out 0ms;
  visibility: hidden;
}
.tab-body-conatiner .tab-body-2 > div.active-2 {
  position: relative;
  top: 0px;
  opacity: 1;
  padding-bottom: 10px;
  visibility: visible;
  padding-top: 40px;
  margin: 0 auto;
}
.tabs-1 .tab-body-1 > div.active-2 {
  top: 0px;
  opacity: 1;
  transform: scale(1);
}
.content-image h3 {
  margin-bottom: 2rem;
  font-size: 26px;
  width: 100%;
  font-family: "work-sans-medium", sans-serif !important;
}
.content-image p {
  width: 90%;
  font-size: 16px;
}
.content-image-left img {
  border-radius: 14px;
}
.card-cta-button {
  align-items: center;
  display: inline-flex;
}
.card-cta-button p {
  color: #0445d2;
  margin: 0;
  padding-right: 10px;
  font-size: 20px;
}
@media (max-width: 767px) {
  .tab-switch-section-heading {
    width: 100%;
  }
  .first-tab-switch-section-heading {
    margin-bottom: 3rem;
  }
  .content-image-left {
    margin-top: 4rem;
  }
  .tabs-1 .tab-header-2 {
    gap: 0;
  }
  .tabs-1 .tab-header-1 br {
    display: none;
  }
  .tab-body-conatiner {
    padding-top: 0px;
  }
  .tabs-1 .tab-header-1 .vert-line {
    display: none;
  }
  .tabs-1 .tab-header-1 {
    align-items: flex-start;
    flex-direction: column;
    margin-bottom: 30px;
  }
  .tabs-1 .tab-header-2 {
    align-items: center;
    flex-direction: column;
    margin-bottom: 30px;
    border: none;
    width: 100%;
  }
  .content-image {
    margin: 0;
  }
  .tab-body-conatiner .tab-body-2 > div.active-2 {
    padding-top: 0;
  }
  .tabs-1 .tab-header-1 > div {
    text-align: left;
    padding-top: 13px;
  }
  .tabs-1 .tab-header-2 > div {
    text-align: left;
    padding-top: 13px;
  }
  .tabs-1 .tab-header-2 br {
    display: none;
  }
  .tab-body-conatiner {
    padding-top: 0px;
  }
  .tabs-1 .tab-header-2 .vert-line {
    display: none;
  }
  .tabs-1 .tab-header-2 {
    align-items: flex-start;
    flex-direction: column;
    margin-bottom: 30px;
  }
  .tabs-1 .tab-header-2 > div {
    text-align: left;
    padding-top: 13px;
  }
  .tab-content-image p {
    font-size: medium;
  }
  .tab-content-image-desciption p {
    font-size: small;
  }
  .content-image {
    padding-top: 20px;
  }
  .tab-content-image {
    padding-top: 50px;
  }
  .bringing-idea-left-inside {
    display: none;
    padding-top: 30px;
    opacity: 0;
  }
  .tabs-1 .tab-header-1 p {
    width: 100%;
  }
  .tabs-1 .tab-header-2 p {
    width: 100%;
  }
}

/*fifth section css*/
.three-card-section {
  margin: 12rem 0;
}
.three-card-heading {
  gap: 1rem;
  display: flex;
  align-items: center;
  text-align: center;
  flex-direction: column;
}
.card-text-div {
  gap: 2rem;
  display: flex;
  flex-direction: column;
}
.card-heading-div {
  width: 80%;
  min-height: 300px;
}
.three-card-col {
  margin-bottom: 3rem;
}
@media (max-width: 1024px) {
  .card-heading-div {
    width: 100%;
    min-height: 200px;
  }
}
@media (max-width: 768px) {
  .card-heading-div {
    min-height: 140px;
  }
}
.card-heading-div h3 {
  font-size: 30px;
  font-family: "work-sans-medium", sans-serif !important;
}
.card-wrapper {
  height: 100%;
  cursor: pointer;
  border: 1px solid #e5e3e3;
  border-radius: 16px;
  box-shadow: 0px 24px 64px 0px #d9d9d97a;
  padding: 4rem;
  position: relative;
  overflow: hidden;
  background: white;
}
.card-wrapper::before {
  content: "";
  position: absolute;
  top: -15%;
  right: -90%;
  width: 115%;
  height: 95%;
  border-radius: 50%;
  opacity: 0.4;
  z-index: 0;
  filter: blur(40px);
  transition: opacity 0.3s ease;
}
.three-card-wrapper .col-12:nth-child(1) .card-wrapper::before {
  background: radial-gradient(
    circle,
    #8b5cf6 0%,
    #fce7f6 70%,
    transparent 100%
  );
}
.three-card-wrapper .col-12:nth-child(2) .card-wrapper::before {
  background: radial-gradient(
    circle,
    #4f46e5 0%,
    #d9d6fe 70%,
    transparent 100%
  );
}
.three-card-wrapper .col-12:nth-child(3) .card-wrapper::before {
  background: radial-gradient(
    circle,
    #f59e0b 0%,
    #ffe4e8 70%,
    transparent 100%
  );
}
.three-card-wrapper .col-12:nth-child(4) .card-wrapper::before {
  background: radial-gradient(
    circle,
    #f59e0b 0%,
    #ffe4e8 70%,
    transparent 100%
  );
}
.three-card-wrapper .col-12:nth-child(5) .card-wrapper::before {
  background: radial-gradient(
    circle,
    #8b5cf6 0%,
    #fce7f6 70%,
    transparent 100%
  );
}
.three-card-wrapper .col-12:nth-child(6) .card-wrapper::before {
  background: radial-gradient(
    circle,
    #4f46e5 0%,
    #d9d6fe 70%,
    transparent 100%
  );
}
.card-button-div {
  align-items: center;
  gap: 2rem;
  display: flex;
}
.arrow-div {
  display: flex;
  align-items: center;
  background: white;
  padding: 1rem;
  border: 1px solid #e1e1e1;
  border-radius: 999px;
}
.card-button-div p {
  opacity: 0;
  transform: translateX(-20px);
  color: white;
  transition:
    opacity 0.6s ease,
    transform 0.6s ease;
  pointer-events: none;
}
.card-wrapper:hover .arrow-div {
  background: #101828;
}
.card-wrapper:hover .card-button-div p {
  opacity: 1;
  transform: translateX(0);
  cursor: pointer;
  pointer-events: auto;
}
.arrow-div svg path {
  transition: fill 0.3s ease;
}
.arrow-div:hover {
  cursor: pointer;
  background: #101828;
}
.card-wrapper:hover:hover svg path {
  fill: white;
}
.card-button-div p {
  font-size: 16px;
  color: #141414;
  margin-bottom: 0;
}
.three-card-wrapper {
  padding-top: 6rem;
}
@media (max-width: 767px) {
  .three-card-wrapper {
    gap: 2rem;
  }
}

/*leadership section css*/
.two-avatar-section {
  margin: 12rem 0;
}
.two-avatar-header {
  text-align: center;
  gap: 1rem;
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: center;
}
.two-avatar-wrapper {
  display: flex;
  flex-direction: column;
}
.two-avatar-header {
  margin-bottom: 5rem;
}
.two-avatar-header h2 {
  font-size: 40px;
  font-family: "work-sans-semibold", sans-serif !important;
  text-align: center;
  margin-bottom: 1rem !important;
}
.avatar-desc {
  font-size: 18px!important;
}
.avatar-wrapper {
  padding: 0 5rem;
  gap: 2rem;
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: center;
}
.social-media-logos {
  margin-top: 2rem;
  display: flex;
  gap: 2rem;
}
.avatar-desc {
  text-align: center;
  width: 80%;
}
.avatar-designation {
  color: #1860d3;
}
.avatar-wrapper h3,
.avatar-wrapper p {
  margin-bottom: 0 !important;
  text-align: center;
}
@media (max-width: 767px) {
  .two-avatar-image {
    gap: 12rem;
  }
}

/*cta section css*/
.cta-section {
  margin: 0;
  padding: 12rem 0 20rem 0;
  background-image: url("/assets/cta-background-banner.svg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: bottom;
  text-align: center;
}
.cta-section-content-wrapper {
  max-width: 760px;
  margin: 0 auto;
  padding: 0 2rem;
}
.cta-heading {
  font-size: 3.2rem;
  font-weight: 700;
  color: #231942;
  line-height: 1.3;
  margin-bottom: 1.6rem;
}
.cta-subtext {
  font-size: 1.4rem;
  color: #1e1e1e;
  font-weight: 400;
  line-height: 1.6;
  margin-bottom: 3rem;
}
.banner-button-wrapper {
  display: flex;
  justify-content: center;
}
.banner-button-one {
  background-color: #09326c;
  color: #ffffff;
  font-size: 1.4rem;
  padding: 1rem 2.4rem;
  border-radius: 8px;
  font-weight: 500;
  text-decoration: none;
  transition: background-color 0.3s ease;
}
.banner-button-one:hover {
  background-color: #0050a0;
}
@media (max-width: 1024px) {
  .cta-heading {
    font-size: 2.8rem;
  }
  .cta-subtext {
    font-size: 1.3rem;
    padding: 0 1rem;
  }
  .banner-button-one {
    font-size: 1.3rem;
    padding: 0.9rem 2.2rem;
  }
}
@media (max-width: 768px) {
  .cta-section {
    padding: 8rem 0;
    background-size: contain;
  }
  .cta-heading {
    font-size: 2.4rem;
  }
  .cta-subtext {
    font-size: 1.2rem;
  }
  .banner-button-one {
    font-size: 1.2rem;
    padding: 0.8rem 2rem;
  }
}
@media (max-width: 480px) {
  .cta-heading {
    font-size: 2rem;
  }
  .cta-subtext {
    font-size: 1.1rem;
    padding: 0 1.5rem;
  }
  .banner-button-one {
    font-size: 1.1rem;
    padding: 0.7rem 1.8rem;
  }
}

/* faq section css */
.first-accordion {
  margin: 12rem 0;
}
.first-accordion-section-heading {
  text-align: center;
  width: 70%;
  margin: 0 auto 6rem auto;
}
.accordion .accordion-item {
  border-bottom: 1px solid #e5e5e5;
}
.accordion button {
  position: relative;
  display: block;
  text-align: left;
  width: 100%;
  padding: 1.6rem 0;
  font-size: 1.15rem;
  font-weight: 400;
  border: none;
  background: none;
  outline: none;
}
.accordion button:hover,
.accordion button:focus {
  cursor: pointer;
}
.accordion button:hover::after,
.accordion button:focus::after {
  cursor: pointer;
}
.accordion button .accordion-title {
  font-size: 2.2rem;
  font-weight: 600;
}
.accordion button .icon {
  display: inline-block;
  position: absolute;
  top: 10px;
  right: 0;
  width: 30px;
  height: 30px;
  border: 1px solid;
  border-radius: 22px;
}
.accordion button .icon::before {
  display: block;
  position: absolute;
  content: "";
  top: 13px;
  left: 7px;
  width: 14px;
  height: 2px;
  background: currentColor;
}
.accordion button .icon::after {
  display: block;
  position: absolute;
  content: "";
  top: 7px;
  left: 13px;
  width: 2px;
  height: 14px;
  background: currentColor;
}
@media (max-width: 767px) {
  .accordion button .icon {
    width: 22px;
    height: 22px;
  }
  .accordion button .icon::after {
    height: 11px;
    top: 5px;
    left: 9px;
  }
  .accordion button .icon::before {
    width: 11px;
    left: 5px;
    top: 9px;
  }
}
.accordion button[aria-expanded="true"] .icon::after {
  width: 0;
}
.accordion button[aria-expanded="true"] + .accordion-content {
  opacity: 1;
  max-height: 36em;
  transition: all 200ms linear;
  will-change: opacity, max-height;
}
.accordion .accordion-content {
  opacity: 0;
  max-height: 0;
  overflow: hidden;
  transition:
    opacity 200ms linear,
    max-height 200ms linear;
  will-change: opacity, max-height;
}
.accordion .accordion-content p {
  font-size: 16px;
  margin-bottom: 20px;
}
@media (max-width: 767px) {
  .first-accordion-section-heading {
    width: 100%;
    text-align: left;
    margin-bottom: 4rem;
  }
  .accordion .accordion-content p {
    font-size: 14px;
    display: block;
  }
}
@media (max-width: 768px) {
  .accordion button .accordion-title {
    font-size: 19px;
    display: block;
    width: 90%;
  }
}
