/* 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:  linear-gradient(90deg, rgba(0, 41, 59, 0.9) 18%, rgba(0, 102, 204, 0.7) 63.5%, rgba(0, 0, 0, 0) 100%); */

  background-image: url(Homepage/Hero/Hero-Banner.png);
  background-size: cover;
  background-position: center;
  color: #eeeeee;
  padding: 100px 9.6%;
  position: relative;
  height: 420px;
}

.hero::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 60%;
  height: 100%;
  background: linear-gradient(
    90deg,
    rgba(0, 41, 59, 0.9) 18%,
    rgba(0, 102, 204, 0.7) 63.5%,
    rgba(0, 0, 0, 0) 100%
  );
}

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

.breadcrumb {
  display: flex;
  gap: 15px;
  margin-top: 30px;
  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%;
  /* or 45px */

  color: #eeeeee;
}

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

/* Intro Section */
.intro {
  padding: 80px 0;
  background-color: #ffffff;
}

.intro p {
  font-size: 16px;
  margin-bottom: 20px;
  max-width: 1300px;

  font-weight: 400;
  font-size: 24px;
  line-height: 32px;
  letter-spacing: 0%;
  color: #000000;
}

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

/* technology-components-section */
.technology-components {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  padding: 104px 0 112px;
  gap: 4px;

  height: 1288px;

  background: linear-gradient(360deg, #ffffff 63%, #c6edff 100%);
}

.technology-components .container {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  padding: 0px;
  gap: 57px;

  height: 1072px;
}

.technology-heading {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 4px;
  gap: 4px;

  height: 43px;
}

.technology-heading h3 {
  height: 35px;

  font-weight: 600;
  font-size: 32px;
  line-height: 35px;
  display: flex;
  align-items: center;

  color: #00293b;
}

.technology-cards {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  padding: 0px;
  gap: 24px;

  height: 972px;
}
.technology-cards-row-1 {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  padding: 0px;
  gap: 24px;

  /* height: 474px; */
}

.technology-card {
  width: auto;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  padding: 0px;
  transform-origin: center;
  height: 474px;
  transition: transform 0.3s ease-in-out;
}

.technology-card:hover {
  transform: scale(1.05);
}

.technology-card:hover .content h4 {
  color: #f56300;
}

.card-reverse {
  flex-direction: column-reverse;
  justify-content: flex-end;
}
.technology-card-content {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  align-content: flex-start;
  padding: 40px 24px;
  gap: 4px;

  height: 194px;
  width: 100%;
  background: #c6edff;
}
.content-container {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: flex-start;
  padding: 4px 0;
  gap: 40px;
  width: 100%;
  height: 111px;
}

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

  margin: 0;
  /* width: 295px; */
  height: 103px;
}

.content h4 {
  font-weight: 600;
  font-size: 24px;
  line-height: 32px;
  letter-spacing: 0%;
  text-decoration: underline;
  text-decoration-style: solid;
  text-underline-offset: 25%;
  text-decoration-thickness: 0%;
  text-decoration-skip-ink: auto;
  color: #0066cc;
  transition: color 0.3s ease-in-out;
}

.content p {
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 0%;
  color: #00293b;
}

.content p span::after {
  content: "";
  display: block;
}
.arrow-icon {
  display: flex;
  justify-content: center;
  align-items: flex-start;
  width: 48px;
  height: 48px;
  margin-top: 6px;
  transition: all 0.5s ease-in-out;
}

.arrow-icon img {
  width: 26px;
  height: 26px;
}

#arrow-red {
  display: none;
}

.technology-card:hover #arrow-red {
  display: flex;
}

.technology-card:hover #arrow-blue {
  display: none;
}

.technology-cards-row-2 {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  padding: 0px;
  gap: 24px;

  height: 474px;
}

.technology-cards-row-2 {
  min-width: 590px;
  justify-content: space-between;
}

.technology-card-4-disable-desktop {
  display: none;
}