/* Global Styles */
/* Import Graphik font */
@font-face {
  font-family: "Graphik";
  src: url("fonts/Graphik-Regular-Trial.otf") format("opentype");
  font-weight: 400;
  font-style: normal;
}

@font-face {
  font-family: "Graphik";
  src: url("fonts/Graphik-RegularItalic-Trial.otf") format("opentype");
  font-weight: 400;
  font-style: italic;
}

@font-face {
  font-family: "Graphik";
  src: url("fonts/Graphik-Medium-Trial.otf") format("opentype");
  font-weight: 500;
  font-style: normal;
}

@font-face {
  font-family: "Graphik";
  src: url("fonts/Graphik-MediumItalic-Trial.otf") format("opentype");
  font-weight: 500;
  font-style: italic;
}

@font-face {
  font-family: "Graphik";
  src: url("fonts/Graphik-Bold-Trial.otf") format("opentype");
  font-weight: 700;
  font-style: normal;
}

@font-face {
  font-family: "Graphik";
  src: url("fonts/Graphik-BoldItalic-Trial.otf") format("opentype");
  font-weight: 700;
  font-style: italic;
}

@font-face {
  font-family: "Graphik";
  src: url("fonts/Graphik-Light-Trial.otf") format("opentype");
  font-weight: 300;
  font-style: normal;
}

@font-face {
  font-family: "Graphik";
  src: url("fonts/Graphik-Semibold-Trial.otf") format("opentype");
  font-weight: 600;
  font-style: normal;
}

@font-face {
  font-family: "Inter";
  src: url("Inter/static/Inter_18pt-SemiBold.ttf");
}
/* Reset default font for the entire website */
* {
  font-family: "Graphik", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto,
    Oxygen, Ubuntu, Cantarell, "Open Sans", "Helvetica Neue", sans-serif;
}

* ::-webkit-scrollbar {
  display: none;
}

:root {
  --primary-color: #003366;
  --secondary-color: #ff6600;
  --text-color: #333;
  --light-text: #666;
  --white: #fff;
  --light-bg: #f5f9ff;
  --border-color: #e0e0e0;
  --card-bg: #f8fbff;
}

* {
  margin: 0;
  padding: 0;
  /* box-sizing: border-box; */
}

 html, body {
    font-family: "Graphik";
    font-style: normal;
    line-height: 1.6;
    width: 100vw;
    overflow-x: hidden;
}

/*.container {
  width: 100%;
  max-width: 1300px;
  margin: 0 auto;
  padding: 0;
}*/

a {
  text-decoration: none;
  color: inherit;
}

ul {
  list-style: none;
}

img {
  max-width: 100%;
  height: auto;
}


/* Hero Section */
.hero {
  background-size: cover;
  background-position: center;
  color: #eeeeee;
  padding: 134px 0px;
  position: relative;
}

.hero .container {
  position: relative;
  z-index: 1;
}

.breadcrumb {
  display: flex;
  gap: 15px;
  margin-top: 0;
  margin-bottom: 30px;
  font-size: 24px;
  line-height: 140%;
  font-weight: 500;
}

.breadcrumb-link {
  color: #f56300;
  text-decoration-line: underline;
  text-underline-offset: 25%;

  text-decoration-thickness: 10%;
  text-decoration-skip-ink: auto;
}

.breadcrumb #span-1 {
  color: #f56300;
}

.breadcrumb #span-2 {
  color: #c6edff;
  font-weight: 400;
}

.hero-content h1 {
  margin: 0 0 20px 0;
  width: 584px;
  font-weight: 600;
  font-size: 32px;
  line-height: 140%;
  color: #eeeeee;
}

#hero-heading-tablet {
  display: none;
}

/* Intro Section */
.intro {
  padding:100px; 
  background-color: #e2f6ff;
}

.intro h2 {
  font-size: 26px;
  font-weight: 600;
  line-height: 48px;
  color: #00293b;
  margin-bottom: 30px;
  max-width: 1200px;
  letter-spacing: 0%;
}

.intro p {
  margin-bottom: 20px;
  font-weight: 400;
  font-size: 20px;
  line-height: 32px;
  letter-spacing: 0%;
  color: #000000;
}

.intro p span {
  font-weight: 500;
}

/* partners-program */
.partners-program {
  padding:100px;
}

.logo-bg {
    height: 55px;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    border: 1px solid #ddd; 
    display: flex;
    flex-direction: column;
    justify-content: center;
  }
.g-4, .gx-4 {
    --bs-gutter-x: -9.5rem !important;
}
.partners-program-intro {
  gap: 18px;
  color: #00293b;
  padding: 20px;
  display: flex;
  flex-direction: column;
}

.partners-logos {
    height: auto;
    gap: 20px;
    display: flex;
    flex-direction: column;
  }

.partners-program-intro h2 {
  font-weight: 600;
  font-size: 26px;
  line-height: 48px;
  margin: 0;
}

.partners-program-intro p {
  font-weight: 400;
  font-size: 20px;
  margin: 0;
}


.partners-logos .image-container {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 4px;
  gap: 4px;

  width: 280px;
  height: 56px;
  border: 1px solid #c6edff;
}

.partners-logos .image-container #img-1 {
  width: 115px;
  height: 39.19px;
}

.partners-logos .image-container #img-2 {
  width: 67.6px;
  height: 44.05px;
}
.partners-logos .image-container #img-3 {
  width: 132.16px;
  height: 37.98px;
}
.partners-logos .image-container #img-4 {
  width: 99.96px;
  height: 33.76px;
}
.partners-logos .image-container #img-5 {
  width: 175.69px;
  height: 28.76px;
}
.partners-logos .image-container #img-6 {
  width: 159.23px;
  height: 31.11px;
}
.partners-logos .image-container #img-7 {
  width: 203px;
  height: 19.51px;
}
.partners-logos .image-container #img-8 {
  width: 262.5px;
  height: 28.5px;
}

/* connect section */
.connect {
  background: #f5f5f7;
  padding: 96px 9.6%;
}

.connect .container {
  display: flex;
  align-items: center;
  padding: 0px;
  gap: 64px;
  height: 755px;
}

.connect-image {
  background: url(aboutusimages/connect-image-1.png);
  height: 750px;
  width: 600px;
  background-size: 100% 100%;
  background-position: center;
}

.connect .contents {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  padding: 0px;
  gap: 143px;

  width: 744px;
  height: 755px;
}

.connect .contents .contents-row-1 {
  height: 325px;

  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: space-between;
  color: #00293b;
}

.connect .contents .contents-row-1 h3 {
  margin: 0;
  font-weight: 600;
  font-size: 26px;
  line-height: 32px;
  letter-spacing: 0%;
  vertical-align: middle;
  text-transform: capitalize;
  text-decoration: underline;
  text-decoration-style: solid;
  text-underline-offset: 25%;

  text-decoration-thickness: 0%;
  text-decoration-skip-ink: auto;
}

.connect .contents .contents-row-1 ol {
  padding-left: 25px;
  display: flex;
  flex-direction: column;
  gap: 15px;
}

.connect .contents .contents-row-1 ol li {
  margin: 0;
  font-weight: 400;
  font-size: 20px;
  line-height: 32px;
  letter-spacing: 0%;
  vertical-align: middle;
  text-transform: capitalize;
}

.connect .contents .contents-row-1 ol li span {
  text-transform: lowercase;
}

.connect .contents .contents-row-2 {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  padding: 0px;
  gap: 99px;

  height: 287px;
}
.connect .contents .contents-row-2 .row-2-contact {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  padding: 0px;
  gap: 17px;

  height: 144px;
}
.connect .contents .contents-row-2 .row-2-contact .lets-connect {
  display: flex;
  flex-direction: row;
  align-items: center;
  padding: 0px;
  gap: 14px;

  width: 234.56px;
  height: 32px;
}

.lets-connect img {
  width: 23.56px;
  height: 16.89px;
}

.lets-connect h4 {
  /* Let’s connect */

  width: 200px;
  /* height: 32px; */
  margin-top: -5px;
  font-weight: 600;
  font-size: 26px;
  line-height: 32px;
  display: flex;
  align-items: center;
  text-align: center;
  /* letter-spacing: 0.5px; */
  text-transform: capitalize;

  color: #0066cc;
}

.row-2-contact p {
  font-weight: 400;
  font-size: 20px;
  line-height: 32px;
  /* or 133% */
  vertical-align: middle;

  color: #00293b;
}

.row-2-contact p span {
  font-weight: 500;
  letter-spacing: 0%;
  color: #0066cc;
}

.learn-more-button {
  /* Button */

  /* Auto layout */
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  padding: 8px 24px;
  gap: 4px;

  width: 163px;
  height: 44px;

  background: #f56300;
  border-radius: 20px;

  border: none;
  cursor: pointer;
}

.learn-more-button a {
  margin: 0;
  width: 115px;
  height: 28px;

  font-weight: 400;
  font-size: 16px;
  line-height: 27px;
  /* identical to box height, or 170% */

  text-align: center;
  /* letter-spacing: 1.3px; */
  text-transform: uppercase;
  vertical-align: middle;

  color: #ffffff;
}

/* focus-areas */
.focus-areas {
  padding: 100px;
  height: auto;
  color: #00293b;
  background: linear-gradient(180deg, #c6edff 0%, #ffffff 100%);
}

.focus-areas .container {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 32px;
}

.focus-areas-heading {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: flex-start;
  padding: 4px;
  gap: 56px;

  height: 62px;
  width: 100%;
}

.focus-areas-heading p {
  height: 35px;

  font-weight: 400;
  font-size: 24px;
  line-height: 100%;

  vertical-align: middle;
}

.focus-areas-heading p #span-1 {
  font-weight: 400;
  font-size: 26px;
  line-height: 100%;
  letter-spacing: 0%;
}

.focus-areas-heading p #span-1 span {
  font-weight: 600;
}

.focus-areas-heading p #span-3 {
  font-weight: 400;
  font-size: 24px;
  line-height: 32px;
}

.focus-areas-nav-arrows {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 108px;
  height: 54px;
}

.focus-areas-nav-arrows-mobile{
    display: none;
}
.left-nav,
.right-nav {
  margin: auto;
  width: 54px;
  height: 54px;
}

.left-nav button,
.right-nav button {
  width: 36.72px;
  height: 36.72px;

  border-radius: 50%;
  border: solid 2px #0066cc;
  cursor: pointer;
  background-color: transparent;
  transition: border-color 0.3s ease-in-out;
}

.left-nav button i,
.right-nav button i {
  line-height: 30px;
  font-size: 20px;
  color: #0066cc;
  transition: color 0.3s ease-in-out;
}

.left-nav button:hover,
.right-nav button:hover {
  border-color: #f56300;
}

.left-nav button:hover i,
.right-nav button:hover i {
  color: #f56300;
}

.focus-areas-cards {
  width: 1085px;
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  padding: 0px;
  gap: 40px;

  height: 398px;
  overflow-x: scroll;
}

/* .focus-areas-card {
  display: flex;
  flex-direction: row;
  align-items: center;
  padding: 24px;
  gap: 4px;
  width: 560px;
  height: 398px;

  background: url(aboutusimages/focus-card-1.jpeg);
  background-size: cover;
  background-position: center;
  filter: grayscale(100%);

  background-blend-mode:overlay;

  z-index: 0;
}

.focus-card-content {
  z-index: 10;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  padding: 25px 12px;
  gap: 8px;

  width: 263px;
  height: 178px;

  background-image: linear-gradient(180deg, #c6edff 0%, #ffffff 100%) ;
  border-radius: 0px 24px 0px 0px;
} */

.focus-areas-card {
  position: relative;
  display: flex;
  flex-direction: row;
  align-items: center;
  padding: 24px;
  gap: 4px;
  min-width: 393px;
  width: 204px;
  height: 350px;
  z-index: 0; /* Keeps the background layer behind */
}

/* Create a pseudo-element for the background image */
.focus-areas-card::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;

  background: url(aboutusimages/focus-card-1.jpeg);
  background-size: cover;
  background-position: center;

  filter: grayscale(100%); /* Apply filter only to background */

  z-index: -1; /* Send it behind the content */
  border-radius: inherit; /* Inherits border-radius if needed */
}

.focus-card-content {
  z-index: 10; /* Ensure it's above the background */
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  padding: 25px 12px;
  gap: 8px;

  width: 263px;
  height: 178px;

  background-image: linear-gradient(180deg, #c6edff 0%, #ffffff 100%);
  border-radius: 0px 24px 0px 0px;
}

.focus-card-content h3 {
  /* height: 96px; */

  font-weight: 500;fv
  font-size: 26px;
  line-height: 32px;
  /* or 133% */
}

.focus-card-content h3 span::after {
  content: "";
  display: block;
}

.focus-card-content p {
  width: 269px;
  height: 48px;

  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  /* or 150% */
}

#focus-areas-card-2::before {
  background: url(aboutusimages/focus-card-2.jpeg);
  background-size: cover;
  background-position: center;
}

#focus-areas-card-3::before {
  background: url(aboutusimages/focus-card-3.jpeg);
  background-size: cover;
  background-position: center;
}
#focus-areas-card-4::before {
  background: url(aboutusimages/focus-card-3.jpeg);
  background-size: cover;
  background-position: center;
}
#focus-areas-card-5::before {
  background: url(aboutusimages/focus-card-3.jpeg);
  background-size: cover;
  background-position: center;
}

#focus-areas-card-2 p {
  width: 208px;
}

#focus-areas-card-3 p {
  width: 296px;
}

#focus-areas-card-5 p {
  width: 100%;
}
.g-3, .gx-3
Specificity: (0,1,0)
 {
    --bs-gutter-x: -5rem !important;
}

@media only screen and (min-width: 1750px) {
    .hero {
    padding: 230px 0px;
}
}


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

  /* hero section */
  .hero {
    height: 560px;
  }
  .hero::before {
    /* Rectangle 2890 */

    width: 100%;
    height: 100%;

    background: linear-gradient(
      0deg,
      rgba(0, 41, 59, 0.7) 8%,
      rgba(0, 102, 204, 0.7) 40%,
      rgba(0, 0, 0, 0) 75%
    );
  }

  .hero .container {
    position: absolute;
    bottom: 80px;
    left: 40px;
    z-index: 1;
    width: 584px;
    height: 152px;
  }

  .breadcrumb {
    font-weight: 500;
    font-size: 16px;
    letter-spacing: 0%;
    gap: 10px;
  }
  .hero-content h1 {
    letter-spacing: 0%;
    vertical-align: middle;
  }

  #hero-heading-desktop {
    display: none;
  }
  #hero-heading-tablet {
    display: block;
  }

  /* intro section */

  .intro {
    padding: 80px 40px;
  }

  .intro .container {
    width: 642px;
    padding: 0;
  }

  .intro h2 {
    max-width: 650px;

    font-size: 32px;
    line-height: 48px;
    letter-spacing: 0%;
  }

  .intro p {
    max-width: 650px;

    font-size: 24px;
    line-height: 140%;
  }

  /* partners-program */
  .partners-program {
    padding: 80px 0;
  }

  .partners-program .container {
    padding: 0;
  }

  .partners-program-intro {
    padding: 0;
    gap: 18px;
    color: #000000;

    height: 324px;
  }

  .partners-program-intro h2 {
    font-weight: 500;
  }

  .partners-logos {
    height: 278px;
  }

  /* connect section */
  .connect {
    padding: 80px 0px 160px;
  }

  .connect .container {
    flex-direction: column;
    height: 1112px;
  }

  .connect-image {
    background: url(aboutusimages/connect-image-2.png);
    width: 100%;
    height: 405px;

    background-size: 100% 100%;
    background-position: center;
  }

  .connect .contents {
    gap: 64px;

    width: 100%;
    height: 651px;
  }

  .connect .contents .contents-row-1 {
    height: 367px;
    justify-content: space-between;
  }

  .connect .contents .contents-row-2 {
    height: 252px;
    gap: 64px;
  }
  .row-2-contact p span::after {
    content: "";
    display: block;
  }

  /* focus-areas */
  .focus-areas {
    padding: 160px 0;
    height: 841px;
  }

  .focus-areas .container {
    padding: 0;
    height: 615px;
    gap: 16px;
  }

  .focus-areas-heading {
    flex-direction: column;
    align-items: flex-end;
    padding: 4px;
    gap: 8px;

    width: 100%;
    height: 201px;
  }

  .focus-areas-heading p {
    width: 100%;
    height: 90%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
  }

  .focus-areas-heading p #span-1::after {
    content: "";
    display: block;
  }
  .focus-areas-heading p #span-2 {
    display: none;
  }

  .focus-areas-heading p #span-3 span::after {
    content: "";
    display: block;
  }

  .left-nav,
  .right-nav {
    margin: auto;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 54px;
    height: 54px;
  }

  .focus-areas-cards {
    width: 608px;
  }

  .focus-areas-card {
    min-width: 480px;
    width: 480px;
    height: 398px;
  }

}

@media (max-width: 430px) {
  .container {
    width: 80vw;
  }

  
  /* hero section */
  .hero {
    height: 42vh;
  }

  .hero::before {
    background: linear-gradient(
      0deg,
      rgba(0, 41, 59, 0.7) 18.5%,
      rgba(0, 102, 204, 0.7) 46%,
      rgba(0, 0, 0, 0) 65.5%
    );
  }

  .hero .container {
    position: absolute;
    bottom: 40px;
    left: 0;
    z-index: 1;
    width: 80vw;
    height: auto;
  }

  .breadcrumb {
    font-size: 16px;
    letter-spacing: 0%;
    margin: 0;
  }

  .hero-content h1 {
    margin: 0;
    width: 80vw;
    height: auto;
    font-weight: 600;
    font-size: 26px;
    margin-top: 30px;
    vertical-align: middle;
  }
   

  /* Intro section */
  .intro {
    padding: 40px;
  }

  .intro .container {
    width: 80vw;
  }

  .intro h2 {
    width: 75vw;
    font-size: 24px;
    line-height: 34px;
    letter-spacing: 0%;
    margin-bottom: 40px;
  }

  .intro p {
    width: 80vw;
    font-size: 16px;
    line-height: 140%;
  }

  /* partners-program */
  .partners-program {
    padding: 40px;
  }

  .partners-program-intro {   
    height: auto;
    gap: 20px;
    padding-bottom: 20px;
    display: flex;
    flex-direction: column;
  }

  .partners-program-intro h2 {
    font-weight: 500;
    font-size: 24px;
   
  }
  .partners-program-intro p {
    font-weight: 400;
    font-size: 16px;
    letter-spacing: 0%;
  }
  .partners-logos {
    height: auto;
    gap: 20px;
    display: flex;
    flex-direction: column;
  }

  .logo-bg {
    height: auto;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    border: 1px solid #ddd;
    display: flex;
    flex-direction: column;
    justify-content: center;
  }

  .partners-logos .image-container {
    width: 100%;
  }

  /* connect section */
  .connect {
    padding: 40px;
  }

  .connect .container {
    height: auto;
  }

  .connect-image {
    height: 313px;
  }

  .connect .contents {
    height: auto;
    gap: 30px;
    height: auto;
  }

  .connect .contents .contents-row-1 {
    height: 227px;
    justify-content: space-between;
  }

  .connect .contents .contents-row-1 h3 {
    font-size: 24px;
  }

  .connect .contents .contents-row-1 ol {
    padding-left: 20px;
    display: flex;
    flex-direction: column;
    gap: 15px;
  }

  .connect .contents .contents-row-1 ol li {
    font-size: 16px;
    line-height: 140%;
  }
  .connect .contents .contents-row-2 {
    height: auto;
    gap: 40px;
  }

  .connect .contents .contents-row-2 .row-2-contact {
    height: auto;
  }

  .connect .contents .contents-row-2 .row-2-contact .lets-connect {
    width: 201.55999755859375px;
  }

  .lets-connect h4 {
    width: auto;

    font-size: 24px;
    line-height: 32px;
  }

  .row-2-contact p {
    font-size: 16px;
    line-height: 140%;
    letter-spacing: 0%;
    vertical-align: middle;
  }

  /* focus-areas */
  .focus-areas {
    padding: 40px;
    height: auto;
  }

  .focus-areas .container {
    height: auto;
    gap: 0px;
  }

  .focus-areas-heading {
    height: auto;
    padding: 0;
  }

  .focus-areas-heading p #span-3 {
    font-size: 16px;
    line-height: 24px;
    letter-spacing: 0%;
    vertical-align: middle;
  }

  .focus-areas-heading p #span-3 span::after {
    content: "";
    display: none;
  }

  .focus-areas-nav-arrows {
    display: none;
  }

  .focus-areas-nav-arrows-mobile {
    width: 54px;
    height: 54px;
    display: flex;
    align-items: center;
    justify-content: center;
  }

  .up-nav, .down-nav {
    margin: auto;
    width: 54px;
    height: 54px;
    display: flex;
    align-items: center;
    justify-content: center;
  }

  .up-nav button, .down-nav button {
    width: 36.72px;
    height: 36.72px;

    border-radius: 50%;
    border: solid 2px #0066cc;
    cursor: pointer;
    background-color: transparent;
    transition: border-color 0.3s ease-in-out;
  }

  .up-nav button i, .down-nav button i {
    line-height: 30px;
    font-size: 20px;
    color: #0066cc;
    transition: color 0.3s ease-in-out;
  }

  .up-nav button:hover, .down-nav button:hover {
    border-color: #f56300;
  }

  .up-nav button:hover i, .down-nav button:hover i {
    color: #f56300;
  }

  .focus-areas-cards {
    flex-direction: column;
    width: 80vw;
    height: auto;
    overflow-y: scroll;
  }

  .focus-areas-card {
    display: flex;
    flex-direction: row;
    align-items: center;
    padding: 24px 16px 80px;
    width: 80vw;
    height: auto;
  }

}