/* ----------------------- */
/* H E R O   C O M P A N Y */
/* ----------------------- */
.cig-background-light-colored {
  background: #f4f8fb;
}
.cig-bg-secondary-pad-top {
  padding-top: 3rem;
}
.cig-company-hero-wrapper {
  background: url(../images/company.webp) center 45% / cover no-repeat;
}

/* Global */
.cig-light-hero-wrapper {
  clip-path: polygon(0 0, 100% 0, 100% 100%, 0 87%);
  height: 260px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  z-index: 1;
}
.cig-light-hero-wrapper::after {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  background: rgba(3, 26, 54, 0.6);
  z-index: 0;
}
.cig-light-hero-content {
  text-align: center;
  margin-bottom: 1rem;
  color: #ffffff;
  position: relative;
  z-index: 2;
}
.cig-light-hero-content h1 {
  text-transform: uppercase;
  font-size: 32px;
  font-weight: 700;
  margin: 5px 0;
}
.cig-light-hero-content span {
  font-size: 16px;
  font-weight: 400;
}

@media (max-width: 768px) {
  .cig-states-hero-wrapper {
    height: 220px;
    padding: 0 20px;
  }
  .cig-light-hero-content h1 {
    font-size: 26px;
  }
  .cig-light-hero-content span {
    font-size: 14px;
    font-weight: 400;
  }
}

/* -------------------------------- */
/* --- C A R D    L I S T   B O D Y */
/* -------------------------------- */
.cig-bg-secondary {
  background: var(--color-blue-light-bg);
  padding: 100px 0 70px;
  min-height: 30vh;
  margin-top: -50px;
}

/* Heading */
h2.cig-heading-mid {
  font-size: 26px;
  margin: 0 0 1rem;
}

/* Search form */
form.cig--emp-job-filter {
  padding: 1rem 0;
  margin-inline: auto;
  width: fit-content;
  display: flex;
  align-items: center;
  justify-content: center;
  border-bottom: var(--border-grey);
}
form.cig--emp-job-filter-fw {
  width: 100%;
}
form.cig--emp-job-filter,
form.cig--emp-job-filter ul {
  display: flex;
  gap: 1rem;
}
form.cig--emp-job-filter ul {
  margin: 0;
  padding: 0;
}
form.cig--emp-job-filter ul li {
  list-style: none;
}
input.menu__search {
  background: var(--color-white);
  color: var(--color-grey-mid);
  display: block;
  text-decoration: none;
  border-radius: 50px;
  border: var(--border-grey);
  padding: 5px 26px 5px 12px;
  font-size: 16px;
  width: auto;
  position: relative;
}
input.menu__search:focus {
  outline: none;
}
input.menu__submit {
  padding: 7px 20px;
  font-size: 14px;
  font-weight: 500;
  border-radius: 50px;
  color: var(--color-white);
  background: #2867c6;
  border: none;
  text-transform: uppercase;
  cursor: pointer;
  transition: 0.2s ease;
}
input.menu__submit:hover {
  background: var(--color-grey-dark);
}
@media (max-width: 768px) {
  form.cig--emp-job-filter,
  form.cig--emp-job-filter ul {
    display: flex;
    gap: 1rem;
    flex-direction: column;
  }
}
/* Search form end */
/* Company Cards */
.cig-card-wrapper-ver-padded {
  margin: 2rem 0;
}
ul.cig--job-card-container {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-column-gap: 50px;
  grid-row-gap: 50px;
  margin: 0;
  padding: 0;
}
li.cig--job-card-wrapper {
  list-style: none;
  background: var(--color-white);
  box-shadow: var(--shadow-main);
  border-radius: 10px;
}
li.cig--job-card-wrapper a {
  text-decoration: none;
  cursor: pointer;
  position: relative;
  z-index: 2;
}

.cig-image-card-wrapper {
  border-radius: 5px;
}
.cig-image-card-wrapper ul {
  margin: 0;
  padding: 0;
}
.cig-image-card-wrapper ul li {
  list-style: none;
}
.cig-image-card-wrapper img {
  width: 100%;
  height: 150px;
  object-fit: cover;
  border-radius: 10px 10px 0 0;
  margin-bottom: -5px;
}
.cig-job-heading-wrapper {
  box-sizing: border-box;
  background: #ffffff;
  padding: 20px;
  z-index: 1;
}
.cig-image-card-wrapper h3 {
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  margin: 0;
  font-size: 18px;
  text-align: center;
  color: var(--color-grey-dark);
}
.cig-job-chip-wrapper {
  box-sizing: border-box;
  background: var(--color-blue-light-bg);
  border-radius: 0 0 10px 10px;
  padding: 12px 20px;
  text-align: center;
}
.cig-job-chip {
  background: #5a607a;
  color: #fff;
  display: inline-flex;
  gap: 6px;
  padding: 6px 14px;
  border-radius: 50px;
  position: relative;
  font-weight: 600;
  font-size: 16px;
}
.cig-job-chip::before {
  content: "";
  background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='18' height='16' viewBox='0 0 18 16' fill='none'%3E%3Cpath d='M7.2 11.5556V10.6667H0.908998L0.9 14.2222C0.9 15.2089 1.701 16 2.7 16H15.3C16.299 16 17.1 15.2089 17.1 14.2222V10.6667H10.8V11.5556H7.2ZM16.2 3.55556H12.591V1.77778L10.791 0H7.191L5.391 1.77778V3.55556H1.8C0.81 3.55556 0 4.35556 0 5.33334V8C0 8.98667 0.801 9.77778 1.8 9.77778H7.2V8H10.8V9.77778H16.2C17.19 9.77778 18 8.97778 18 8V5.33334C18 4.35556 17.19 3.55556 16.2 3.55556ZM10.8 3.55556H7.2V1.77778H10.8V3.55556Z' fill='white'/%3E%3C/svg%3E")
    center / contain no-repeat;
  display: block;
  height: 18px;
  width: 18px;
}
/* Company Cards end */

/*  */
@media (max-width: 768px) {
  .cig-bg-secondary {
    padding: 100px 0;
  }
  h2.cig-heading-mid {
    font-size: 22px;
  }
  ul.cig--job-card-container {
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    grid-column-gap: 20px;
    grid-row-gap: 30px;
    margin: 0;
    padding: 0;
  }
  .cig-image-card-wrapper h3 {
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
  }
}

section.cig-cta-wrapper-skewed {
  clip-path: polygon(0 0, 100% 15%, 100% 100%, 0% 100%);
  height: 180px;
  width: 100%;
  background: url(../images/cityscape.jpg) center 45% / cover no-repeat;
  position: relative;
  z-index: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}
section.cig-cta-wrapper-skewed::before {
  content: "";
  height: inherit;
  width: 100%;
  background: rgba(0, 11, 61, 0.4);
  position: absolute;
  z-index: 1;
}
button.cig-load-more--light {
  cursor: pointer;
  text-transform: uppercase;
  font-weight: bold;
  color: var(--color-blue-dark);
  border: none;
  border-radius: 50px;
  padding: 12px 20px;
  background: #fff;
  position: relative;
  z-index: 2;
  margin-top: 1rem;
  transition: 0.2s ease;
}
button.cig-load-more--light:hover {
  background: var(--color-blue-light);
  color: #fff;
}
