.careerImg img {
  width: 100%;
  height: 500px;
  object-fit: cover;
  border-radius: 20px;
}

@media (min-width: 1200px) {
  .careerImg img {
    height: 31.25vw;
    border-radius: 1.302vw;
  }
}

@media (max-width: 768px) {
  .careerImg img {
    height: 350px;
  }
}

/* ----------------------------------- */
.careerCardsRow .careerCard {
  border-right: 2px solid #666666;
  padding: 10px 30px;
  height: 100%;
}

.careerCardsRow .col-lg-4:last-child .careerCard {
  border-right: none;
}

.careerCard h5{
  font-weight: 300;
}

.background {
  border-radius: 30px;
  padding: 30px 30px 60px;
}

@media (min-width: 1200px) {
  .background {
    border-radius: 2.196vw;
    padding: 2.196vw 2.196vw 4.392vw;
  }

  .careerCardsRow .careerCard {
    border-right: 0.146vw solid #666666;
    padding: 0.732vw 2.196vw;
  }
}

@media (max-width: 768px) {
  .background {
    border-radius: 40px;
    padding: 20px 20px 40px;
  }

  .careerCardsRow .careerCard {
    border-right: none;
    border-bottom: 2px solid #666666;
    padding: 20px 20px;
  }
  .careerCardsRow .col-lg-4:last-child .careerCard {
    border-bottom: none;
  }
}

@media (max-width:576px) {
    .careerCardsRow .careerCard {
    padding: 20px 0px;
  }
}


.faqJobOpenings {
  display: flex;
  align-items: end;
  justify-content: space-between;
}
.faqJobOpenings h5 {
margin-top: 0;
}

.applyBtn {
  position: relative;
  text-decoration: none;
  display: inline-flex;
  align-items: center;
  padding-bottom: 5px;
  transition: 0.3s ease;
}

.applyBtn::after {
  content: "";
  width: 16px;
  height: 16px;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='white' viewBox='0 0 16 16'%3E%3Cpath fill-rule='evenodd' d='M4.646 1.646a.5.5 0 0 1 .708 0l6 6a.5.5 0 0 1 0 .708l-6 6a.5.5 0 0 1-.708-.708L10.293 8 4.646 2.354a.5.5 0 0 1 0-.708'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-size: contain;
  transition: transform 0.3s ease;
}

.applyBtn::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 0%;
  height: 1px;
  background: white;
  transition: width 0.4s ease;
}
.applyBtn:hover::before {
  width: 100%;
}
.applyBtn:hover::after {
  transform: translateX(5px);
}
@media (max-width: 576px) {
.applyBtn {
  min-width: 95px;
  justify-content:center;
}
}

@media (min-width:1200px){
  .applyBtn{
    padding-bottom: 0.366vw;
  }
  .applyBtn::after{
    width: 1.171vw;
    height: 1.171vw;
  }
  .applyBtn::before{
    height: 0.073vw;
  }
}

/* -------------------------------------------------- */


.gallerySwiper {
  position: relative;
  height: 450px;
  padding-bottom: 50px;
  overflow: hidden;
}

.gallerySwiper .swiper-wrapper {
  height: 100%;
  transition-timing-function: cubic-bezier(.65,.05,.36,1) !important;
}

.gallerySwiper .swiper-slide {
  height: 100%;
}

.gallerySwiper .swiper-pagination {
  position: absolute !important;
  left: 0;
  bottom: 0 !important;
  width: 100%;
  display: flex;
  align-items: center;
}

.gallerySwiper .swiper-pagination-bullet {
  flex: 1;
  height: 2px;
  margin: 0 !important;
  border-radius: 0;
  background: #666666;
  opacity: 1;
  transition:
    background 0.5s ease,
    transform 0.5s ease,
    opacity 0.5s ease;
}

.gallerySwiper .swiper-pagination-bullet-active {
  background: #E3644B;
  height: 2px;
  transform: scaleY(1.3);
}
.gallery-group {
  height: 100%;
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.gallery-card {
  position: relative;
  overflow: hidden;
  width: 100%;
  height: 100%;
  flex: 1;
  transition: transform 0.5s ease;
}

.gallery-card img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  filter: grayscale(100%);
  transform: scale(1);
  transition:
    transform 1s ease,
    filter 0.8s ease;
}
.gallery-card:hover img {
  filter: grayscale(0%);
  transform: scale(1.08);
}
.overlay {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  padding: 15px;
   background:rgba(0,0,0,0.5);
  color: #fff;
  z-index: 2;
  transition: all 0.4s ease;
}
.overlay h5 {
  margin-bottom: 0;
}


@media (min-width:1200px){

  .gallerySwiper{
    height: 32.943vw;
    padding-bottom: 3.66vw;
  }
  .gallery-group{
    gap: 1.464vw;
  }
  .overlay{
    padding: 1.098vw;
  }
}

/* -------------------------------------------------------------------------- */


.jobApplyModal .modal-dialog {
  height: 100vh;
  display: flex;
  align-items: center;
}

.jobApplyModal .modal-content {
  height: 95vh;
  max-height: 95vh;
  overflow: hidden;
  display: flex;
  flex-direction: column;
}

.jobApplyModal .modal-body {
  overflow-y: auto;
  overflow-x: hidden;
  flex: 1;
  padding-right: 10px;

    /* IMPORTANT */
  overscroll-behavior: contain;
  -webkit-overflow-scrolling: touch;
}

/* Optional scrollbar styling */
.jobApplyModal .modal-body::-webkit-scrollbar {
  width: 6px;
}

.jobApplyModal .modal-body::-webkit-scrollbar-thumb {
  background: #444;
  border-radius: 10px;
}

/*  */

.jobApplyModal .modal-content {
  background: #111;
  border-radius: 20px;
  border: 1px solid rgba(255,255,255,0.08);
  padding: 20px;
}

.jobApplyModal .modal-header {
  padding-bottom: 0;
}

.jobApplyModal .modal-title {
  font-weight: 600;
}

.contactForm .border-bottom-only {
  background-color: transparent;
  border: none;
  border-bottom: 1px solid #666;
  border-radius: 0;
  padding: 12px 0;
  color: #fff;
  box-shadow: none;
  transition: all 0.3s ease;
}

.contactForm .border-bottom-only::placeholder {
  color: rgba(255,255,255,0.7);
}

.contactForm .border-bottom-only:hover {
  border-bottom-color: #999;
}

.contactForm .border-bottom-only:focus,
.contactForm .border-bottom-only:active {
  outline: none;
  border-bottom: 1px solid #E3644B !important;
  box-shadow: none !important;
  background-color: transparent;
  color: #fff;
}

.contactForm textarea.border-bottom-only {
  resize: vertical;
  min-height: 120px;
}

.contactForm select.border-bottom-only {
  color: rgba(255,255,255,0.7);
}

.contactForm select.border-bottom-only option {
  background: #111;
  color: #fff;
}

.contactForm input[type="file"] {
  padding-top: 8px;
}

.disclaimer-text {
  font-size: 0.875rem;
  color: #999;
  margin-top: 10px;
  margin-bottom: 0;
}

.jobApplyModal .btn-close {
  filter: invert(1);
}

@media(max-width: 767px) {
  .jobApplyModal .modal-content {
    padding: 10px;
  }
}


@media (min-width: 1200px) {

  .jobApplyModal .modal-content {
  border-radius: 1.464vw;
  padding: 1.464vw;
}
  .contactForm .border-bottom-only {
    padding: 0.651vw 0;
  }
  .form-control {
    margin-bottom: 1.042vw;
    font-size: 1.042vw;
  }
  .formSpace{
  margin-bottom: 1.83vw !important;
}


.contactForm input[type="file"] {
  padding-top: 0.586vw;
}

.disclaimer-text {
  font-size: 1.025vw;
  color: #999;
  margin-top: 0.732vw;
}
}

@media (min-width:991px){
.popupDialog {
  --bs-modal-width: 58.565vw;
    margin: auto;
}

}


