.career-heading {
  text-align: center;
  margin-bottom: 40px;
}
.career-heading h2 {
  color: var(--primary-color);
  font-size: 36px;
  line-height: 46px;
  font-weight: 700;
  margin-bottom: 10px;
  display: inline-block;
  position: relative;
}
.career-heading h2::before {
  content: "";
  background-image: url(../images/head-arrow-left.svg);
  width: 20px;
  height: 20px;
  position: absolute;
  left: -15px;
  top: -10px;
  background-size: contain;
}
.career-heading h2::after {
  content: "";
  background-image: url(../images/head-arrow-right.svg);
  width: 20px;
  height: 20px;
  position: absolute;
  right: -15px;
  top: -10px;
}
.career-heading h3 {
  font-size: 30px;
  line-height: 36px;
  color: var(--primary-color);
  margin: 0;
  font-weight: 500;
}
.career-heading p {
  color: var(--sub-text-color);
  font-size: 16px;
  line-height: 26px;
  font-weight: 400;
  margin-bottom: 0px;
}

.career-banner-section {
  background-image: url(../images/career-banner.webp);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  width: 100%;
  margin-top: 80px;
  height: 700px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.career-banner-section .heading {
  text-align: center;
}
.career-banner-section .heading h1 {
  color: var(--heading-text);
  font-size: 36px;
  line-height: 46px;
  font-weight: 700;
  max-width: 600px;
  margin: auto;
  margin-bottom: 27px;
}
.career-banner-section .heading p {
  color: var(--heading-text);
  opacity: 0.8;
  font-size: 16px;
  line-height: 24px;
  margin-bottom: 30px;
}

.career-working-section {
  padding: 80px 0;
  background-color: var(--main-section-bg);
}
.career-working-section .working-box {
  background-color: var(--light-color);
  padding: 50px 20px;
  border-radius: 12px;
  height: 100%;
}
.career-working-section .working-box .working-icon {
  width: 64px;
  height: 64px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid var(--work-icon-border);
  border-radius: 12px;
  margin-bottom: 18px;
}
.career-working-section .working-box .working-icon img {
  max-width: 30px;
}
.career-working-section .working-box .working-content h4 {
  font-size: 20px;
  line-height: 24px;
  font-weight: 600;
  color: var(--primary-color);
  margin-bottom: 10px;
}
.career-working-section .working-box .working-content p {
  color: var(--primary-color);
  font-size: 14px;
  line-height: 20px;
  opacity: 0.8;
  margin: 0;
}

.opening-section {
  padding: 80px 0;
}
.opening-section .opening-wrapper {
  margin-bottom: 40px;
}
.opening-section .opening-wrapper .opening-dropdown .form-select {
  box-shadow: none;
  padding: 17px;
  border-radius: 12px;
  font-size: 16px;
  color: var(--primary-color);
  background-size: 20px;
  border: 1px solid var(--opening-border);
}
.opening-section .opening-wrapper .opening-dropdown .form-select:focus {
  border-color: var(--btn-border);
}
.opening-section .opening-wrapper .opening-search {
  position: relative;
}
.opening-section .opening-wrapper .opening-search .form-control {
  padding: 19px 20px 19px 50px;
  font-size: 16px;
  line-height: 20px;
  color: var(--primary-color);
  border: 1px solid var(--opening-border);
  border-radius: 12px;
  box-shadow: none;
}
.opening-section .opening-wrapper .opening-search .form-control:focus {
  border-color: var(--btn-border);
}
.opening-section .opening-wrapper .opening-search .search-icon {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 20px;
  margin: auto;
  display: flex;
  align-items: center;
}
.opening-section .opening-box {
  background-color: var(--award-card);
  border: 1px solid var(--card-border);
  border-radius: 20px;
  height: 100%;
}
.opening-section .opening-box .opening-header {
  padding: 24px;
  border-bottom: 1px solid var(--card-border);
}
.opening-section .opening-box .opening-header .oening-heading-text {
  position: relative;
  padding-left: 20px;
}
.opening-section .opening-box .opening-header .oening-heading-text::before {
  content: "";
  width: 6px;
  height: 100%;
  background-color: var(--primary-color);
  position: absolute;
  left: 0;
  top: 0;
  border-radius: 0px;
}
.opening-section .opening-box .opening-header span {
  font-size: 16px;
  line-height: 20px;
  margin-bottom: 10px;
  color: var(--sub-text-color);
}
.opening-section .opening-box .opening-header h4 {
  font-size: 20px;
  line-height: 28px;
  font-weight: 600;
  color: var(--primary-color);
  margin-bottom: 10px;
}
.opening-section .opening-box .opening-body {
  padding: 24px;
}
.opening-section .opening-box .opening-body .opening-middle {
  display: flex;
  align-items: stretch;
  justify-content: space-between;
  gap: 10px;
}
.opening-section .opening-box .opening-body .opening-middle .opening-middle-box {
  background-color: var(--light-color);
  border: 1px solid var(--card-border);
  width: 100%;
  border-radius: 10px;
  padding: 14px 16px;
  margin-bottom: 26px;
}
.opening-section .opening-box .opening-body .opening-middle .opening-middle-box span {
  font-size: 14px;
  line-height: 20px;
  color: var(--sub-text-color);
}
.opening-section .opening-box .opening-body .opening-middle .opening-middle-box p {
  font-size: 16px;
  line-height: 24px;
  color: var(--primary-color);
  margin-bottom: 0px;
  font-weight: 600;
}
.opening-section .opening-box .opening-body .opening-value {
  margin-bottom: 26px;
}
.opening-section .opening-box .opening-body .opening-value h5 {
  font-size: 18px;
  line-height: 24px;
  font-weight: 600;
  color: var(--primary-color);
  margin-bottom: 10px;
}
.opening-section .opening-box .opening-body .opening-value p {
  font-size: 14px;
  line-height: 24px;
  color: var(--sub-text-color);
  margin-bottom: 0px;
  opacity: 0.8;
  font-weight: 400;
}
.opening-section .opening-box .opening-body .opening-apply-btn {
  text-align: right;
}
.opening-section .opening-box .opening-body .opening-apply-btn .btn-transparent {
  color: var(--primary-color);
  margin-right: 10px;
}
.opening-section .opening-box .opening-body .opening-apply-btn .btn-transparent:hover {
  color: var(--light-color);
  background-color: var(--btn-bg);
  border-color: var(--btn-border);
}

.intern-section {
  background-image: url(../images/intern-section.svg);
  padding: 150px 0;
  background-size: cover;
  background-position: center;
}
.intern-section .intern-heading {
  text-align: center;
}
.intern-section .intern-heading h2 {
  color: var(--heading-text);
}
.intern-section .intern-heading p {
  color: var(--heading-text);
  font-size: 16px;
  line-height: 26px;
  margin-bottom: 30px;
}

.hiring-section .career-heading h2 {
  margin: 0;
}
.hiring-section .working-box {
  text-align: center;
}
.hiring-section .working-box .working-icon {
  margin: auto;
  margin-bottom: 25px;
  padding: 0;
  border: none;
}
.hiring-section .working-box .working-icon img {
  max-width: 64px;
}

.recruiting-section {
  padding: 80px 0;
}
.recruiting-section .recruiting-box {
  text-align: center;
}
.recruiting-section .recruiting-box.recruiting-active {
  margin-top: 100px;
}
.recruiting-section .recruiting-box .recruiting-img {
  max-height: 560px;
  width: 100%;
  border-radius: 5px;
  overflow: hidden;
  margin-bottom: 20px;
}
.recruiting-section .recruiting-box .recruiting-img img {
  height: 100%;
}
.recruiting-section .recruiting-box .recruiting-content h4 {
  font-size: 22px;
  line-height: 30px;
  font-weight: 600;
  color: var(--primary-color);
  margin-bottom: 2px;
}
.recruiting-section .recruiting-box .recruiting-content p {
  font-size: 16px;
  line-height: 20px;
  margin: 0;
  color: var(--sub-text-color);
}
.recruiting-section .recruiting-box .recruiting-content p span {
  color: var(--about-heading);
}/*# sourceMappingURL=career.css.map */