/* 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; */
}

body {
  font-family: "Graphik";
  font-style: normal;

  line-height: 1.6;
  overflow-x: hidden;
}


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: 246px 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-style: solid;

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

.hero-content h1 {
  margin: 0 0 20px 0;
  width: 584px;
  font-weight: 600;
  font-size: 32px;
  line-height: 140%;
  /* or 45px */

  color: #eeeeee;
}

/* Intro Section */
.intro {
  padding-top:80px;
  Padding-bottom:80px;
  background-color: #e2f6ff;
}

.intro .container {
  /*display: flex;*/
  flex-direction: column;
  align-items: center;
  gap: 18px;
  height: 256px;
}

.intro p {
  height: 160px;
  font-weight: 400;
  font-size: 20px;
  line-height: 32px;
  /* or 133% */
  color: #00293b;
}

.services-links {
  display: flex;
  flex-direction: row;
  align-items: center;
  padding: 0px;
  justify-content: space-between;
  height: 40px;
}

.services-link {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 4px;
  margin-top:15px;
  width: 353px;
  height: 40px;
  cursor: pointer;
}

.services-link h3 {
  margin: 0;
  height: 32px;
  font-weight: 600;
  font-size: 26px;
  line-height: 32px;
  /* identical to box height, or 100% */
  display: flex;
  align-items: center;

  color: #00293b;

  vertical-align: middle;
  text-decoration: underline;
  text-decoration-style: solid;
  /* -webkit-text-decoration-offset: 25%; */
  text-decoration-thickness: 0%;
  text-decoration-skip-ink: auto;
  text-underline-offset: 25%;
}

.services-link h3.active {
  color: #00293b;
}
#services-link-2 {
  width: 244px;
}

#services-link-3 {
  width: 154px;
}

#services-link-4 {
  width: 146px;
}

#services-link-5 {
  width: 178px;
}

/* components-navigation */
.components-navigation {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 4px;

  padding: 17px 9.6%;
  height: 88px;

  background: #f4fbff;
}

.components-navigation .container {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  padding: 0px;
  gap: 0px;
  height: 54px;
}

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

.left-nav-services button,
.right-nav-services 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-services button i,
.right-nav-services button i {
  line-height: 30px;
  font-size: 20px;
  color: #0066cc;
  transition: color 0.3s ease-in-out;
}

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

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

/* service-components */
.service-components {
  padding: 80px 9.6%;
}

.service-component {
  display: flex;
  flex-direction: row;
  padding: 0px;
  gap: 2rem;

  overflow-x: scroll;
}
.service-component-image {
  width: 600px;
  height: 1022px;
  background: url(servicesimage/digital.png),
    linear-gradient(0deg, #c4c4c4, #c4c4c4), #a0a0a0;
  background-size: 100% 100%;
  background-blend-mode: normal;
}

#global-image {
  background: url(servicesimage/global.png),
    linear-gradient(0deg, #c4c4c4, #c4c4c4), #a0a0a0;
  background-size: 100% 100%;
}
#solutions-image {
  background: url(servicesimage/solutions.png),
    linear-gradient(0deg, #c4c4c4, #c4c4c4), #a0a0a0;
  background-size: 100% 100%;
}

#advisory-image {
  background: url(servicesimage/advisory.png),
    linear-gradient(0deg, #c4c4c4, #c4c4c4), #a0a0a0;
  background-size: 100% 100%;
}

#consulting-image {
  background: url(servicesimage/consulting.png),
    linear-gradient(0deg, #c4c4c4, #c4c4c4), #a0a0a0;
  background-size: 100% 100%;
}

.service-content {
  /* Frame 1618871692 */

  /* Auto layout */
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  padding: 0px;
  gap: 80px;

  width: 744px;
  height: 1022px;
}

.service-content-row-1 {
  display: flex;
  flex-direction: column;
  gap: 40px;
  color: #00293b;
}

.service-content-row-1 h3 {
  font-weight: 600;
  font-size: 26px;
  line-height: 32px;
  letter-spacing: 0%;
  vertical-align: middle;
  text-decoration: underline;
  text-decoration-style: solid;
  text-underline-offset: 25%;
  text-decoration-thickness: 0%;
  text-decoration-skip-ink: auto;
}

.service-content-row-1 p,
li {
  font-weight: 400;
  font-size: 20px;
  line-height: 32px;
  letter-spacing: 0%;
  vertical-align: middle;
}

.service-content-row-1 ul {
  list-style: disc;
  margin-left: 30px;
}

.service-content-row-2 {
  display: flex;
  flex-direction: column;
  gap: 17px;
}

.service-content-row-2 p {
  height: 95px;

  font-weight: 400;
  font-size: 20px;
  line-height: 32px;
  /* or 133% */
  display: flex;
  align-items: center;

  color: #00293b;
}
.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;
}

.service-content-row-2 button {
  /* margin-top: 2rem; */
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  padding: 8px 24px;
  gap: 4px;

  width: 357px;
  height: 44px;

  background: #0066cc;
  border-radius: 20px;
  border: none;
  cursor: pointer;

    margin-top: 31px;

}

#solutions-button {
  width: 410px;
}
.service-content-row-2 button a {
  height: 28px;
  margin: 0;
  font-weight: 500;
  font-size: 16px;
  line-height: 27px;
  /* identical to box height, or 170% */
  display: flex;
  align-items: center;
  text-align: center;
  /* letter-spacing: 1.3px; */

  color: #ffffff;
}

.service-component {
  display: none;
}

.service-component.active {
  display: flex;
}