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

.container {
    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: 119px 0px;
	position: relative;
}

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

.breadcrumb {
  gap: 15px;
  margin: 30px 0px;
  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: auto;
  font-weight: 600;
  font-size: 32px;
  line-height: 140%;
  /* or 45px */

  color: #eeeeee;
}

.hero-content h1 span::after {
  content: "";
  display: block;
}

/* benefits section */
.benefits {
  padding: 104px 0px;
}

.benefits .container {
  height: 645px;
  padding: 0px;
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  gap: 65px;
  color: #00293b;
}

.benefits-column-1 {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  padding: 0px;
  gap: 35px;

  width: 447px;
  height: auto;
}

.benefits-heading {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  padding: 4px;
  gap: 4px;

  width: 100%;
  height: auto;
}

.benefits-heading p {
  height: 18px;

  font-weight: 400;
  font-size: 16px;
  line-height: 18px;
  /* identical to box height */
  text-transform: uppercase;
}

.benefits-heading h2 {
  height: 70px;
  font-weight: 600;
  font-size: 26px;
  line-height: 35px;
}

.benefits-description {
  padding: 4px;
  gap: 4px;

  width: 100%;
  height: auto;
}

.benefits-description p {
  font-weight: 400;
  font-size: 20px;
  line-height: 32px;
  /* or 133% */
  letter-spacing: 0%;
  vertical-align: middle;
}

.benefits-column-2 {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  padding: 0px;
  gap: 37px 55px;

  width: 674px;
  height: 645px;
}

.benefits-card {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  padding: 0px;
  gap: 22px;

  width: 294px;
  height: 304px;
}

.benefits-card-icon {
  display: flex;
  flex-direction: row;
  align-items: center;
  padding: 18px;
  gap: 4px;

  width: 74px;
  height: 74px;

  background: #c6edff;
  border-radius: 4px;
}

.benefits-card h3 {
  height: 26px;

  font-weight: 600;
  font-size: 24px;
  line-height: 26px;

  letter-spacing: 0%;
}

.benefits-card p {
  height: 160px;

  font-weight: 400;
  font-size: 20px;
  line-height: 32px;
  /* or 133% */

  letter-spacing: 0%;
}

/* career-openings */
.career-openings {
  padding: 79px ;
  /*height: 405px;*/
  height: 20px;
  background: #c6edff;
}

.career-openings .container {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 32px;
  height: 386px;
  /*width: 1300px;*/
}

.career-openings-row-1 {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  padding: 0px;
  gap: 20px;

  height: 174px;
  width: 100%;
  color: #00293b;
}

.career-openings-heading {
  display: flex;
  flex-direction: column;
  align-items: center;
  /* justify-content: space-between; */
  padding: 0px;
  gap: 13px;

  height: 82px;

  width: 100%;
}

.career-openings-heading p {
  height: 18px;

  font-weight: 500;
  font-size: 20px;
  line-height: 100%;
  letter-spacing: 0%;
  text-transform: uppercase;
}

.career-openings-heading h2 {
  height: 35px;
  font-weight: 600;
  font-size: 24px;
  line-height: 100%;
  letter-spacing: 0%;
}

.career-openings-description {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  padding: 4px;
  gap: 4px;

  width: 100%;
  height: 72px;
}

.career-openings-description p {
  height: auto;
  font-weight: 400;
  font-size: 24px;
  line-height: 32px;
  letter-spacing: 0%;
  text-align: center;
}

.career-openings-description p span::after {
  content: "";
  display: block;
}

.career-openings-row-2 {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  padding: 0px;
  gap: 32px;

  width: 100%;
  height: 200px;
}

.career-openings-card {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  padding: 20px 18px;
  gap: 8px;

  width: 420px;
  height: 160px;

  background: #ffffff;
  border-radius: 9.45455px;
}

.career-openings-card h3 {
  height: 38px;
  font-weight: 600;
  font-size: 24px;
  line-height: 37.82px;
  letter-spacing: 2%;
  text-align: center;
  color: #0066cc;
}

.career-openings-card h4 {
  height: 33px;
  font-weight: 500;
  font-size: 16px;
  line-height: 33px;
  letter-spacing: 1%;
  color: #00293b;
}

.career-openings-card p {
  height: 70px;
  font-weight: 400;
  font-size: 13px;
  line-height: 18px;
  letter-spacing: 3%;
  color: #00293b;
}

.career-openings-card span {
  color: #0066cc;
  cursor: pointer;
}

/* application-form */
.application {
  padding: 79px;

  height: 570px;

  background: #c6edff;
}

.application .container {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 0px;
  gap: 40px;
  height: 450px;
}

.application h2 {
  height: 35px;
  font-weight: 600;
  font-size: 26px;
  line-height: 100%;
  letter-spacing: 0%;
  color: #00293b;
}

.application-form {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(470px, 1fr));
  width: 976px;
  height: 375px;
  gap: 18px 32px;
}

.application-form-field {
  width: 475px;
  height: 88px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.application-form-field label {
  height: 28px;
  font-weight: 400;
  font-size: 15.77px;
  line-height: 27.04px;
  letter-spacing: 1%;
  color: #00293b;
}
.application-form-field label span {
  color: #0066cc;
}

.application-form-field input {
  height: 55px;

  background: #ffffff;
  border: none;
  outline: none;

  padding: 15.5px 20px;
}
.application-form-field input::placeholder,
.application-form-field select,
#resume {
  height: auto;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 1%;
  color: #00293b;
}

.application-form-field select {
  height: 55px;
  display: flex;
  background: #ffffff;
  border: none;
  outline: none;

  padding: 15.5px 20px;
  appearance: none;
  background-image: url(career_images/icon-park-outline_down.svg);
  background-repeat: no-repeat;
  background-position: right 20px top 50%;
}

::file-selector-button {
  width: 106px;
  height: auto;
  background: #f5f5f7;
  border: 1px solid #00293b;
  border-radius: 5px;

  /* Choose file */

  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  /* identical to box height, or 150% */
  letter-spacing: 0.01em;

  color: #00293b;
}

#resume {
  padding: 13.5px 20px;
}

.submit-button {
  width: 976px;
  height: 56px;

  background: #0066cc;
  border: none;
  cursor: pointer;
  font-weight: 500;
  font-size: 18.0257px;
  line-height: 22px;
  color: #ffffff;
}

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