:root {
  --color-blue-light: #2867c6;
  --color-blue-dark: #112d51;
  --color-blue-light-text: #5a607a;
  --color-blue-light-bg: #eff5f9;
  --color-white: #fff;
  --color-grey-dark: #1a1b24;
  --color-grey-light: #fafafa;
  --color-grey-dark-text: #434343;
  --color-grey-mid: #666666;
  --border-grey: 1px solid #d7d7d7;
  --border-radius-10: 10px;
  --border-radius-5: 5px;
  --max-width: 1170px;
  --transition-main: 0.2s ease;
  --shadow-main: 0px 4px 6px 1px rgba(0, 0, 0, 0.15);
}
ul.cig-searchbar-wrapper li input{
      min-width: inherit !important;
}
.cig-company-hero-wrapper {
  /* background-color: #f4f8fb; */
  background: url(../../assets/company.webp) center 45% / cover no-repeat;
  background-color: var(--color-blue-light-bg);
}

.cig--emp-card-banner-wrapper img{
  display: block;
    height: 130px;
    width: 100%;
    object-fit: cover;
    border-radius: 10px 10px 0 0;
    transition: all 0.8s ease;
}
.cig--emp-card-wrapper a{
  text-decoration: none;
}
/* Global */
.cig--colored-bg-wrapper {
  background-color: var(--color-blue-light-bg);
  /* background: #F4F8FB; */
}
.cig--emp-flex-wrapper {
  padding: 40px 0;
  display: flex;
  flex-direction: column;
  gap: 50px;
}
/* Buttons */
.cig--loadmore-btn-wrapper {
  display: flex;
  justify-content: center;
  padding: 30px 0;
}
.cig--btn-mid-default {
  box-sizing: border-box;
  display: block;
  padding: 12px 30px;
  text-transform: uppercase;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.5;
  border-radius: 50px;
  cursor: pointer;
  text-decoration: none;
  transition: 0.3s ease;
}
.cig--btn-solid-primary {
  border: 1px solid transparent;
  background: var(--color-blue-light);
  color: var(--color-white);
}
.cig--btn-border-primary {
  border: 1px solid var(--color-blue-light);
  color: var(--color-blue-light);
  background: var(--color-white);
}
.cig--btn-solid-primary:hover,
.cig--btn-border-primary:hover {
  border: 1px solid transparent;
  color: var(--color-white);
  background: var(--color-grey-dark);
}
/* Hero */
.cig-light-hero-wrapper {
  clip-path: polygon(0 0, 100% 0, 100% 100%, 0 87%);
  min-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(2, 36, 77, 0.75);
  z-index: 0;
}
.cig-light-hero-content {
  text-align: center;
  margin-bottom: 1rem;
  padding: 20px;
  color: var(--color-white);
  position: relative;
  z-index: 2;
}
.cig-light-hero-content h1 {
  text-transform: uppercase;
  font-size: 40px;
  font-weight: 700;
  line-height: 1.3;
  margin: 5px 0;
}
.cig-light-hero-content span {
  font-size: 16px;
  font-weight: 400;
}

@media (max-width: 768px) {
  .cig-light-hero-wrapper {
    clip-path: polygon(0 0, 100% 0, 100% 100%, 0 90%);
  }
  .cig-light-hero-content {
    padding: 30px;
  }
  .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;
  }
}

/* Search (Checkbox) */
.cig--job-searchbar-floating-light {
  position: relative;
  background: var(--color-white);
  border-radius: 10px;
  box-shadow: 0px 4px 12px 0px rgba(0, 0, 0, 0.05);
  -webkit-box-shadow: 0px 4px 12px 0px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: 0px 4px 12px 0px rgba(0, 0, 0, 0.05);
}
li.cig-searchbar-checkbox-wrapper {
  box-sizing: border-box;
  max-width: 120px;
  padding: 10px 0 10px 15px;
  border-left: 1px solid rgba(17, 45, 81, 0.3);
}
.cig--formcontrol-checkbox {
  display: flex;
  flex-direction: row;
  /* align-items: center; */
  gap: 5px;
}
.cig--formcontrol-checkbox label {
  white-space: nowrap;
  color: var(--color-blue-dark);
  font-size: 16px;
  font-weight: 500;
}
@media (max-width: 768px) {
  ul.cig-searchbar-wrapper.cig-searchbar-boolean-wrapper {
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 0;
    padding-right: 0;
  }

  li.cig-searchbar-checkbox-wrapper {
    max-width: 50%;
    margin-right: auto;
    border: none;
    padding: 30px 0 15px 0;
  }
  .cig--formcontrol-checkbox input[type="checkbox"] {
    min-width: fit-content;
  }
  ul.cig-searchbar-wrapper li:last-child {
    z-index: 9;
  }
}

/* Cards */
.cig-bg-secondary {
  background: var(--color-blue-light-bg);
  padding: 100px 0 70px;
  min-height: 30vh;
  margin-top: -50px;
}

/* Heading */
h2.cig--heading.cig-heading-mid {
  font-size: 26px;
  margin: 0;
}

/* Company(Employer) Cards */
ul.cig--emp-card-list-wrapper {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  margin: 0;
  padding: 0;
  list-style: none;
}
li.cig--emp-card-wrapper {
  border-top: 1px solid rgba(255, 255, 255, 0.2);
  border-left: 1px solid rgba(255, 255, 255, 0.2);
  border-right: 1px solid rgba(255, 255, 255, 0.2);
  box-shadow: 0px -24px 22px 0px rgba(0, 0, 0, 0.05);
  -webkit-box-shadow: 0px -24px 22px 0px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: 0px -24px 22px 0px rgba(0, 0, 0, 0.05);
  border-radius: 10px 10px 0 0;
  transition: 0.2s ease;
}
.cig--emp-card-banner-wrapper {
  overflow: hidden;
  border-radius: 10px 10px 0 0;
}
img.cig--emp-card-banner {
  display: block;
  height: 130px;
  width: 100%;
  object-fit: cover;
  border-radius: 10px 10px 0 0;
  transition: all 0.8s ease;
}
li.cig--emp-card-wrapper:hover {
  box-shadow: 0px -4px 8px 0px rgba(7, 36, 133, 0.1);
  -webkit-box-shadow: 0px -4px 8px 0px rgba(7, 36, 133, 0.1);
  -moz-box-shadow: 0px -4px 8px 0px rgba(7, 36, 133, 0.1);
  margin-top: -5px;
}
li.cig--emp-card-wrapper:hover img.cig--emp-card-banner {
  transform: scale(1.1);
  filter: brightness(110%) saturate(130%);
}
.cig--emp-card-content-wrapper {
  text-align: center;
  padding: 30px;
  background: linear-gradient(180deg, #ffffff 65%, #eff5f9 100%);
}
.cig--emp-card-content-wrapper h3 {
  margin: 0;
  font-size: 18px;
  font-weight: bold;
  line-height: 1.3;
  color: var(--color-blue-dark);
}
.cig--emp-card-content-wrapper p {
  margin: 8px 0 20px;
  font-size: 14px;
  line-height: 1.5;
  color: var(--color-blue-light-text);
}
.cig--emp-card-cta {
  display: inline-block;
  text-decoration: none;
  font-size: 14px;
  padding: 12px 20px;
  border-radius: 50px;
  background: var(--color-white);
  border: 1px solid var(--color-blue-light);
  color: var(--color-blue-light);
  transition: 0.2s ease;
}
.cig--emp-card-cta:hover {
  background: var(--color-grey-dark);
  color: var(--color-white);
  border: 1px solid transparent;
}

/*  */
@media (max-width: 768px) {
  ul.cig--emp-card-list-wrapper {
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    grid-column-gap: 20px;
    grid-row-gap: 30px;
    margin: 0;
    padding: 0;
  }
}
