.careerMain .career-hero-section {
  position: relative;
  height: calc(100vh - 86px);
}
.careerMain .career-hero-section::after {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  display: block;
  background-color: #004135;
  opacity: 0.5;
  top: 0;
}
.careerMain .career-hero-section img {
  height: 100%;
  max-width: 100%;
  width: 100% !important;
}
.careerMain .career-hero-section .career-hero-details {
  position: absolute;
  z-index: 1;
  top: 50%;
  left: 10%;
  transform: translateY(-50%);
  max-width: 50%;
}
.careerMain .career-hero-section .career-hero-details h1 {
  font-size: 2.8rem;
  font-weight: 700;
  color: #fff;
  line-height: 2.8rem;
  font-family: var(--main-font, "Filson Pro");
  text-shadow: 0 2px 2px rgba(19, 60, 49, 0.5019607843);
}
.careerMain .career-hero-section .career-hero-details p {
  font-size: 0.85rem;
  font-weight: 400;
  color: #fff;
  line-height: 1.5rem;
  font-family: var(--main-font, "Filson Pro");
}
.careerMain .career-hero-section .career-hero-details .srb-btn {
  color: #fff !important;
}
.careerMain .jobProfileslide {
  margin-top: 2rem;
}
.careerMain .popularJob {
  padding: 2rem 0;
}
.careerMain .popularJob .secTitle h2 span {
  color: #009541;
}
.careerMain .popularJob .mySwiper {
  padding: 0;
  user-select: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
}
.careerMain .popularJob .mySwiper .swiper-wrapper {
  padding-bottom: 2.5rem;
  width: 100%;
}
.careerMain .popularJob .mySwiper .swiper-pagination {
  text-align: center;
}
.careerMain .popularJob .mySwiper .swiper-pagination .swiper-pagination-bullet {
  background: #174035;
  border-radius: 4px;
}
.careerMain .popularJob .mySwiper .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  width: 1.1rem;
  border-radius: 4px;
}
.careerMain .popularJob .job-profiles-box {
  position: relative;
}
.careerMain .popularJob .job-profiles-box img {
  border-radius: 8px;
  width: 100%;
  height: 100%;
}
.careerMain .popularJob .job-profiles-box .profile-box-details {
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 1;
  width: 100%;
  padding: 16px;
}
.careerMain .popularJob .job-profiles-box p {
  font-size: 0.85rem;
  font-weight: 500;
  color: #fff;
  line-height: 1.5rem;
  font-family: var(--main-font, "Filson Pro");
  margin: 0;
}
.careerMain .popularJob .job-profiles-box h5 {
  font-size: 1.65rem;
  font-weight: 700;
  color: #fff;
  line-height: 2rem;
  font-family: var(--main-font, "Filson Pro");
}
.careerMain .popularJob .job-profiles-box a {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  padding: 10px;
  display: flex;
  justify-content: center;
  align-items: center;
  background: rgba(255, 255, 255, 0.2);
}
.careerMain .job-listingsPart {
  padding: 2rem 0;
  background-color: #f6f7f9;
}
.careerMain .job-listingsPart .jobslisting .secTitle3 {
  text-align: left;
}
.careerMain .job-listingsPart .jobslisting .secTitle3 h2 span {
  color: #009541;
}
.careerMain .job-listingsPart .jobslisting .search-box {
  position: relative;
  padding: 1rem 0;
}
.careerMain .job-listingsPart .jobslisting .search-box input {
  width: 100%;
  height: 50px;
  padding: 0.5rem 1rem;
  border: none;
  border-radius: 20px;
  font-size: 0.8rem;
  font-weight: 400;
  color: #004135;
  line-height: 1.5rem;
  font-family: var(--main-font, "Filson Pro");
  outline: none !important;
}
.careerMain .job-listingsPart .jobslisting .search-box .icon {
  position: absolute;
  right: 0.5rem;
  top: 1.5rem;
}
.careerMain .job-listingsPart .jobslisting .search-box .icon img {
  opacity: 0.5;
  width: 30px;
  height: 30px;
  filter: grayscale(1);
}
.careerMain .job-listingsPart .jobslisting .result {
  padding: 1rem 0;
}
.careerMain .job-listingsPart .jobslisting .result h6 {
  font-size: 0.95rem;
  font-weight: 400;
  color: #3f3f3f;
  line-height: 1.3rem;
  font-family: var(--main-font, "Filson Pro");
  margin-bottom: 2rem;
}
.careerMain .job-listingsPart .jobslisting .result .job-card-list {
  padding: 1.5rem;
  background-color: #fff;
  box-shadow: 0 4px 7px 2px rgba(0, 0, 0, 0.0392156863);
  border-radius: 10px;
  margin-bottom: 1rem;
}
.careerMain .job-listingsPart .jobslisting .result .job-card-list .infoPart {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.careerMain .job-listingsPart .jobslisting .result .job-card-list .infoPart .details h4 {
  margin-bottom: 4px;
  font-size: 1.125rem;
  font-weight: 600;
  color: #000;
  line-height: 1.4;
  font-family: var(--main-font, "Filson Pro");
}
.careerMain .job-listingsPart .jobslisting .result .job-card-list .infoPart .position-details {
  list-style: disc;
  display: flex;
  gap: 24px;
  margin: 0;
  padding: 0;
}
.careerMain .job-listingsPart .jobslisting .result .job-card-list .infoPart .position-details li {
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  font-size: 0.775rem;
  font-weight: 400;
  color: rgba(0, 0, 0, 0.5);
  line-height: 1.25rem;
  font-family: var(--main-font, "Filson Pro");
}
.careerMain .job-listingsPart .jobslisting .result .job-card-list .infoPart .position-details li:first-child {
  list-style: none;
}
.careerMain .job-listingsPart .jobslisting .result .job-card-list .infoPart .position-details .city-state {
  text-transform: capitalize;
}
.careerMain .job-listingsPart .jobslisting .result .job-card-list .job-details {
  padding-top: 1rem;
}
.careerMain .job-listingsPart .jobslisting .result .job-card-list .action button {
  background: transparent;
  border: none;
  outline: none !important;
  font-size: 0.755rem;
  font-weight: 500;
  color: #009541;
  line-height: 1.3rem;
  font-family: var(--main-font, "Filson Pro");
}
.careerMain .job-listingsPart .filterPart {
  background: #fff;
  padding: 1rem;
  border-radius: 10px;
  box-shadow: 0 0 2px 0 rgba(23, 64, 53, 0.1411764706);
}
.careerMain .job-listingsPart .filterPart .headingPart h4 {
  font-size: 1.1rem;
  font-weight: 600;
  color: #3f3f3f;
  line-height: 1.1rem;
  font-family: var(--main-font, "Filson Pro");
}
.careerMain .job-listingsPart .filterPart .heading {
  margin-top: 2rem;
}
.careerMain .job-listingsPart .filterPart .heading button {
  border: none;
  background: transparent;
  width: 100%;
  padding: 0;
  position: relative;
  font-size: 0.9rem;
  font-weight: 500;
  color: #3f3f3f;
  line-height: 1rem;
  font-family: var(--main-font, "Filson Pro");
  text-align: left;
  margin-bottom: 1rem;
}
.careerMain .job-listingsPart .filterPart .heading button::after {
  content: "";
  background-image: url("/icons/right-arrow.svg");
  width: 1rem;
  height: 1rem;
  line-height: 1.2rem;
  position: absolute;
  z-index: 9;
  background-size: contain;
  background-repeat: no-repeat;
  right: 0;
  top: 0;
  filter: invert(1);
  transform: rotate(90deg);
}
.careerMain .job-listingsPart .filterPart .heading .search-box {
  position: relative;
}
.careerMain .job-listingsPart .filterPart .heading .search-box input {
  width: 100%;
  height: 50px;
  padding: 0.5rem 1rem;
  border: none;
  border-radius: 20px;
  font-size: 0.8rem;
  font-weight: 400;
  color: #004135;
  line-height: 1.5rem;
  font-family: var(--main-font, "Filson Pro");
  outline: none !important;
}
.careerMain .job-listingsPart .filterPart .heading .search-box .icon {
  position: absolute;
  right: 0.5rem;
  top: 0.5rem;
}
.careerMain .job-listingsPart .filterPart .heading .search-box .icon img {
  opacity: 0.5;
  width: 30px;
  height: 30px;
  filter: grayscale(1);
}
.careerMain .job-listingsPart .filterPart .srb-input-check {
  margin-left: 1rem;
  margin-top: 0.5rem;
  display: none;
}
.careerMain .job-listingsPart .filterPart .srb-input-check.active {
  display: block !important;
}
.careerMain .job-listingsPart .filterPart .srb-input-check .d-flex {
  gap: 12px;
}
.careerMain .job-listingsPart .filterPart .srb-input-check .d-flex input {
  margin: 0;
}
.careerMain .job-listingsPart .filterPart .srb-input-check .d-flex input:focus {
  outline: none;
  box-shadow: none;
}
.careerMain .job-listingsPart .filterPart .srb-input-check .d-flex label {
  color: #3f3f3f;
  font-size: 0.85rem;
  font-weight: 400;
  cursor: pointer;
}
.careerMain .ourteam {
  background: #e7f3ea;
  padding: 60px 0;
}
.careerMain .ourteam .our-team-box {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 40px;
}
.careerMain .ourteam .our-team-box > div {
  width: 100%;
}
.careerMain .ourteam .our-team-box .learn-team-left .heading-text {
  color: #000;
  font-size: 40px;
  font-weight: 700;
  line-height: 1.2;
}
.careerMain .ourteam .our-team-box .learn-team-left .heading-text span {
  color: #009440;
}
.careerMain .ourteam .our-team-box .learn-team-left .title-text {
  color: #3f3f3f;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.5;
  margin: 16px 0 24px;
}
.careerMain .ourteam .our-team-box .employees-say-right {
  display: flex;
  align-items: center;
  flex-direction: column;
  gap: 24px;
}
.careerMain .ourteam .our-team-box .employees-say-right .employees-say-box {
  border-radius: 8px;
  border: 1px solid #ede4b3;
  background: #fff;
  padding: 16px;
  max-width: 80%;
}
.careerMain .ourteam .our-team-box .employees-say-right .employees-say-box .employees-say-img-box {
  display: flex;
  align-items: center;
  gap: 15px;
}
.careerMain .ourteam .our-team-box .employees-say-right .employees-say-box .employees-say-img-box span {
  color: rgba(0, 0, 0, 0.6);
  font-size: 12px;
  font-weight: 400;
  line-height: 20px;
}
.careerMain .ourteam .our-team-box .employees-say-right .employees-say-box .employees-say-text {
  color: rgba(13, 13, 13, 0.8);
  font-size: 12px;
  font-weight: 400;
  line-height: 20px;
  margin: 8px 0 12px;
}
.careerMain .ourteam .our-team-box .employees-say-right .employees-say-box .employees-say-text span {
  color: #009640;
  font-weight: 500;
  cursor: pointer;
}
.careerMain .ourteam .our-team-box .employees-say-right .employees-say-box .date-box {
  color: rgba(63, 63, 63, 0.8);
  font-size: 10px;
  font-weight: 400;
  line-height: 16px;
  display: flex;
  align-items: center;
  gap: 4px;
}
.careerMain .where-you-fit {
  background: url("https://hfcl-website-cms.s3.ap-south-1.amazonaws.com/fit_banner_1a3decb929.png") no-repeat center;
  background-size: cover;
  padding: 100px 0;
}
.careerMain .where-you-fit .you-fit-details {
  max-width: 530px;
}
.careerMain .where-you-fit .you-fit-details .heading-text {
  color: #fff;
  font-size: 40px;
  font-weight: 700;
  line-height: 1.2;
}
.careerMain .where-you-fit .you-fit-details p {
  color: #fff;
  font-size: 0.85rem;
  font-weight: 500;
  line-height: 24px;
  margin: 16px 0 28px;
}
.careerMain .where-you-fit .you-fit-details .career-btn {
  width: 160px;
  height: 48px;
  color: #fff;
  font-size: 16px;
  font-weight: 500;
  border-radius: 5px;
  background: linear-gradient(168deg, #009440 0%, #04622d 85.57%);
  padding: 0;
  line-height: 1;
  border: none;
  display: flex;
  justify-content: center;
  align-items: center;
}

@media (max-width: 768px) {
  .careerMain .career-hero-section {
    height: calc(100vh - 250px);
  }
  .careerMain .career-hero-section .career-hero-details {
    left: 0;
    right: 0;
    max-width: 95%;
    margin: auto;
  }
  .careerMain .career-hero-section .career-hero-details h1 {
    font-size: 1.8rem;
    font-weight: 700;
    color: #fff;
    line-height: 2rem;
    font-family: var(--main-font, "Filson Pro");
    text-shadow: 0 2px 2px rgba(19, 60, 49, 0.5019607843);
  }
  .careerMain .career-hero-section .career-hero-details p {
    font-size: 0.85rem;
    font-weight: 400;
    color: #fff;
    line-height: 1.2rem;
    font-family: var(--main-font, "Filson Pro");
  }
  .careerMain .popularJob {
    padding: 1rem 0;
  }
  .careerMain .popularJob .job-profiles-box {
    position: relative;
    padding: 0 1rem;
  }
  .careerMain .popularJob .job-profiles-box .profile-box-details {
    padding: 1rem 1.8rem;
  }
  .careerMain .popularJob .job-profiles-box p {
    font-size: 0.85rem;
    font-weight: 400;
    color: #fff;
    line-height: 1.5rem;
    font-family: var(--main-font, "Filson Pro");
    margin: 0;
  }
  .careerMain .popularJob .job-profiles-box h5 {
    font-size: 1.25rem;
    font-weight: 600;
    color: #fff;
    line-height: 1rem;
    font-family: var(--main-font, "Filson Pro");
  }
  .careerMain .popularJob .job-profiles-box a {
    width: 35px;
    height: 35px;
    border-radius: 50%;
    padding: 10px;
    display: flex;
    justify-content: center;
    align-items: center;
    background: rgba(255, 255, 255, 0.2);
  }
  .careerMain .job-listingsPart {
    padding: 1rem 0;
    background-color: #f6f7f9;
  }
  .careerMain .job-listingsPart .jobslisting {
    margin-top: 1.5rem;
  }
  .careerMain .job-listingsPart .jobslisting .secTitle3 {
    text-align: center;
  }
  .careerMain .job-listingsPart .jobslisting .search-box {
    padding: 1rem 0;
  }
  .careerMain .job-listingsPart .jobslisting .search-box input {
    height: 40px;
  }
  .careerMain .job-listingsPart .jobslisting .search-box .icon {
    top: 1.3rem;
  }
  .careerMain .job-listingsPart .jobslisting .result {
    padding: 1rem 0;
  }
  .careerMain .job-listingsPart .jobslisting .result h6 {
    font-size: 0.75rem;
    font-weight: 400;
    color: #3f3f3f;
    line-height: 1rem;
    font-family: var(--main-font, "Filson Pro");
    text-align: center;
  }
  .careerMain .job-listingsPart .jobslisting .result .job-card-list {
    padding: 1.5rem;
    background-color: #fff;
    box-shadow: 0 2px 3px 1px rgba(0, 0, 0, 0.0392156863);
    border-radius: 10px;
    margin-bottom: 1rem;
  }
  .careerMain .job-listingsPart .jobslisting .result .job-card-list .infoPart {
    display: block;
  }
  .careerMain .job-listingsPart .jobslisting .result .job-card-list .infoPart .details h4 {
    margin-bottom: 1rem;
    font-size: 1rem;
    font-weight: 600;
    color: #000;
    line-height: 1.4;
    font-family: var(--main-font, "Filson Pro");
  }
  .careerMain .job-listingsPart .jobslisting .result .job-card-list .action button {
    padding: 0;
  }
  .careerMain .job-listingsPart .filterPart .headingPart h4 {
    font-size: 1rem;
    font-weight: 600;
    color: #3f3f3f;
    line-height: 1rem;
    font-family: var(--main-font, "Filson Pro");
  }
  .careerMain .job-listingsPart .filterPart .heading {
    margin-top: 0;
  }
  .careerMain .job-listingsPart .filterPart .heading:first-child {
    margin-top: 1rem;
  }
  .careerMain .job-listingsPart .filterPart .heading button {
    border: none;
    background: transparent;
    width: 100%;
    padding: 0;
    position: relative;
    font-size: 0.8rem;
    font-weight: 600;
    color: #3f3f3f;
    line-height: 1rem;
    font-family: var(--main-font, "Filson Pro");
    text-align: left;
    margin-bottom: 1rem;
  }
  .careerMain .job-listingsPart .filterPart .heading button::after {
    content: "";
    background-image: url("/icons/right-arrow.svg");
    width: 1rem;
    height: 1rem;
    line-height: 1.2rem;
    position: absolute;
    z-index: 9;
    background-size: contain;
    background-repeat: no-repeat;
    right: 0;
    top: 0;
    filter: invert(1);
    transform: rotate(90deg);
  }
  .careerMain .job-listingsPart .filterPart .srb-input-check {
    margin-left: 1rem;
    margin-top: 0.5rem;
    display: none;
  }
  .careerMain .job-listingsPart .filterPart .srb-input-check.active {
    display: block !important;
  }
  .careerMain .job-listingsPart .filterPart .srb-input-check .d-flex {
    gap: 12px;
  }
  .careerMain .job-listingsPart .filterPart .srb-input-check .d-flex input {
    margin: 0;
  }
  .careerMain .job-listingsPart .filterPart .srb-input-check .d-flex input:focus {
    outline: none;
    box-shadow: none;
  }
  .careerMain .job-listingsPart .filterPart .srb-input-check .d-flex label {
    color: #3f3f3f;
    font-size: 0.85rem;
    font-weight: 400;
    cursor: pointer;
  }
  .careerMain .ourteam .our-team-box {
    flex-direction: column;
  }
  .careerMain .ourteam .our-team-box .employees-say-right .employees-say-box {
    max-width: 100% !important;
  }
}
.descrPart button {
  background-color: #004135 !important;
  border: none;
  color: #fff;
}
.descrPart button a {
  text-decoration: none;
  color: #fff;
}
