/* Careers Page */

html.dark-theme-html .mt-4.rounded-2xl.bg-white.border {
  background-color: #1a1a1a !important;
  border-color: #404040 !important;
}

.modern-btn {
  display: inline-block;
  padding: 12px 24px;
  border: none;
  border-radius: 8px;
  cursor: pointer;
  font-family: 'Segoe UI', sans-serif;
  font-size: 16px;
  font-weight: 600;
  color: #ffffff;
  background: black;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
  transition: all 0.3s ease;
}

.modern-btn:hover {
  transform: translateY(-2px);
  box-shadow: 0 6px 20px rgba(0, 0, 0, 0.3);
}

.modern-btn:active {
  transform: translateY(1px);
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.2);
}

.chatbot-widget {
  position: fixed;
  right: 32px;
  bottom: 32px;
  z-index: 99999;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
}

.chatbot-window {
  width: 400px;
  max-width: 95vw;
  border-radius: 22px;
  box-shadow: 0 8px 32px rgba(47, 63, 147, 0.18);
  overflow: hidden;
  display: none;
  flex-direction: column;
  margin-bottom: 12px;
}

.choose-card:hover .career-white-box {
  box-shadow: 0px 2px 8px rgba(0, 0, 0, 0.25) !important;
}

.hiringProcessSwiper .swiper-pagination {
  display: none;
}

.hiringProcessSwiper .swiper-button-next,
.hiringProcessSwiper .swiper-button-prev {
  display: none;
}

.career-card-1:hover {
  background-color: #3a5da3;
  color: white;
  transition: all 1.5s ease;
}

.career-card-2:hover {
  background-color: #5684c1;
  color: white;
  transition: all 1.5s ease;
}

.career-card-3:hover {
  background-color: #172362;
  color: white;
  transition: all 1.5s ease;
}

.career-card-4:hover {
  background-color: #296ab0;
  color: white;
  transition: all 1.5s ease;
}

.career-card-5:hover {
  background-color: #2f3f93;
  color: white;
  transition: all 1.5s ease;
}

.career-card-1:hover h3,
.career-card-1:hover p,
.career-card-2:hover h3,
.career-card-2:hover p,
.career-card-3:hover h3,
.career-card-3:hover p,
.career-card-4:hover h3,
.career-card-4:hover p,
.career-card-5:hover h3,
.career-card-5:hover p {
  color: white !important;
  cursor: pointer;
}

.career-card-1:hover .career-icon-default,
.career-card-2:hover .career-icon-default,
.career-card-3:hover .career-icon-default,
.career-card-4:hover .career-icon-default,
.career-card-5:hover .career-icon-default {
  opacity: 0;
}

.career-card-1:hover .career-icon-hover,
.career-card-2:hover .career-icon-hover,
.career-card-3:hover .career-icon-hover,
.career-card-4:hover .career-icon-hover,
.career-card-5:hover .career-icon-hover {
  opacity: 1;
}

@media (min-width: 1120px) and (max-width: 1401px) {
  .application {
    min-height: 420px !important;
  }

  .fs-6xl {
    font-size: 52px !important;
  }

  .fs-lg-medium {
    font-size: 18px !important;
  }

  .fs-lg-semibold {
    font-size: 18px !important;
  }

  .fs-base-medium {
    font-size: 18px !important;
  }

  .career-card {
    height: 420px !important;
  }

  .choose-card {
    height: 300px !important;
  }
}

@media (min-width: 1400px) {
  .fs-lg-medium {
    font-size: 24px !important;
  }

  .fs-6xl {
    font-size: 60px;
    line-height: 120%;
    font-weight: 600;
  }

  .fs-sm-semibold {
    font-size: 18px;
  }
}

@media (min-width: 320px) and (max-width: 426px) {
  .fs-lg-medium {
    font-size: 18px !important;
  }

  .fs-lg-semibold {
    font-size: 18px !important;
  }

  .fs-base-medium {
    font-size: 16px !important;
  }

  .fs-6xl {
    font-size: 28px !important;
  }
}

@media (min-width: 426px) and (max-width: 769px) {
  .fs-6xl {
    font-size: 35px !important;
  }

  .fs-lg-medium {
    font-size: 20px !important;
  }

  .fs-lg-semibold {
    font-size: 20px !important;
  }

  .fs-base-medium {
    font-size: 18px !important;
  }
}

@media (min-width: 769px) and (max-width: 1120px) {
  .choose-card {
    height: 350px !important;
  }

  .fs-6xl {
    font-size: 45px !important;
  }

  .fs-lg-medium {
    font-size: 20px !important;
  }

  .fs-lg-semibold {
    font-size: 20px !important;
  }

  .fs-base-medium {
    font-size: 18px !important;
  }
}
