.job-detail-page {
  margin-top: 0px;
  color: #fff;
}

.job-detail-page-content-area {
  display: flex;
  align-items: flex-start;
  font-family: "Figtree", sans-serif;
  font-style: normal;
}
.job-detail-page-content-area h1,
.job-detail-page-content-area h2,
.job-detail-page-content-area h3,
.job-detail-page-content-area h4,
.job-detail-page-content-area h5,
.job-detail-page-content-area h6 {
  font-family: "Stage Grotesk";
}
.job-detail-page-content-area .job-list-tabs {
  display: flex;
  flex-direction: row;
  gap: 1.5rem;
  background: #19191d;
  padding: 4px;
  flex-wrap: wrap;
  list-style: none;
  border: 1px solid #222228;
  margin-bottom: 50px;
}
.job-detail-page-content-area .job-list-tabs a {
  padding: 4px 12px;
  color: #6b6b7e;
  display: block;
  text-align: center;
  border-radius: 8px;
  font-size: 16px;
  font-weight: 700;
}
.job-detail-page-content-area .job-list-tabs a.active {
  background: #00b9b5;
  color: #fff;
}
.job-detail-page-content-area .job-list-tabs a:hover {
  background: #555555;
  color: #fff;
}
.job-detail-page-content-area .left-part {
  list-style: none;
  max-width: 420px;
  padding: 120px 40px 40px 40px;
  border-right: 2px solid #333;
  background: #141416;
}
.job-detail-page-content-area .left-part h1 {
  font-size: 28px;
  line-height: 1.5;
}
.job-detail-page-content-area .left-part .job-details p {
  font-size: 16px;
  line-height: 1.8;
}
.job-detail-page-content-area .left-part .job-details h2 {
  font-weight: 700;
  font-size: 20px;
  color: #00b9b5;
  display: flex;
  align-items: center;
  margin-bottom: 12px;
}
.job-detail-page-content-area .left-part .job-details h2:after {
  content: " ";
  height: 1px;
  background-color: #232323;
  flex-grow: 1;
  margin-left: 8px;
}
.job-detail-page-content-area .left-part .job-details ul {
  padding: 0;
  margin: 20px 0;
  list-style: none;
}
.job-detail-page-content-area .left-part .job-details ul li {
  padding-left: 20px;
  position: relative;
  font-size: 16px;
}
.job-detail-page-content-area .left-part .job-details ul li::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  width: 8px;
  height: 8px;
  background-color: #00b9b5;
  border-radius: 50%;
}
.job-detail-page-content-area .right-part {
  display: flex;
  padding: 40px;
  flex: 1;
  justify-content: center;
  padding: 120px 30px 40px 30px;
}
.job-detail-page-content-area .right-part .right-part-content {
  min-width: 600px;
  width: 650px;
  max-width: 650px;
  display: block;
}
.job-detail-page-content-area .right-part .apply-banner {
  border-bottom: 1px solid #2f2f2f;
  padding-bottom: 20px;
  margin-bottom: 40px;
}
.job-detail-page-content-area .right-part .apply-banner a {
  color: #a2a2a2;
  font-size: 16px;
  margin-bottom: 10px;
}
.job-detail-page-content-area .right-part .apply-banner h2 {
  color: #fff;
  margin-bottom: 15px;
}
.job-detail-page-content-area .right-part .apply-banner p {
  color: #a2a2a2;
  font-size: 16px;
}
.job-detail-page-content-area .form-wrapper .wpcf7-not-valid-tip {
  font-size: 13px;
}
.job-detail-page-content-area .form-wrapper .wpcf7-response-output {
  margin: 5px 0 10px 0;
  border: 1px solid #40b700;
  padding: 10px 23px;
  border-radius: 5px;
  font-size: 18px;
}
.job-detail-page-content-area .form-wrapper .wpcf7-not-valid {
  border-color: #ff5722 !important;
}
.job-detail-page-content-area .form-wrapper label {
  color: #a0a0b8;
  font-size: 16px;
  margin-bottom: 8px;
  line-height: 16px;
}
.job-detail-page-content-area .form-wrapper .aj-from-group > p {
  display: flex;
  flex-direction: column;
  margin-bottom: 12px;
}
.job-detail-page-content-area .form-wrapper input,
.job-detail-page-content-area .form-wrapper textarea,
.job-detail-page-content-area .form-wrapper select {
  background: #1c1c22;
  color: #fff;
  height: 45px;
  border-radius: 10px;
  border: 1px solid #1c1c22;
  padding: 10px 20px;
  width: 100%;
}
.job-detail-page-content-area .form-wrapper textarea {
  min-height: 100px;
  padding: 20px 20px;
}
.job-detail-page-content-area .form-wrapper [type=submit] {
  background: #00b9b5;
  color: #fff;
  cursor: pointer;
}
@media screen and (max-width: 768px) {
  .job-detail-page-content-area {
    flex-direction: column;
  }
  .job-detail-page-content-area .left-part,
  .job-detail-page-content-area .right-part {
    flex: 1;
    min-width: 100%;
    max-width: unset;
    width: 100%;
  }
  .job-detail-page-content-area .left-part {
    padding: 80px 20px 10px 20px;
  }
  .job-detail-page-content-area .right-part {
    padding: 10px 20px 20px;
  }
  .job-detail-page-content-area .right-part .right-part-content {
    min-width: 100%;
    width: 100%;
    max-width: 100%;
    display: block;
  }
}

@keyframes smooth-blink {
  0%, 100% {
    opacity: 1;
    transform: scale(1);
  }
  50% {
    opacity: 0.4;
    transform: scale(0.8);
  }
}
.job-detail-page .job-meta {
  font-size: 14px;
  border-bottom: 1px solid #2f2f2f;
  padding-bottom: 20px;
  margin-bottom: 40px;
}
.job-detail-page .job-meta > * {
  margin-bottom: 2px;
}
.job-detail-page .hiring-badge {
  display: inline-flex;
  align-items: center;
  border: 1px solid #333;
  border-radius: 9999px;
  padding: 0.5rem 1rem;
  font-size: 11px;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  color: #888;
  margin-bottom: 2.5rem;
  line-height: 18px;
}
.job-detail-page .hiring-badge .indicator {
  width: 8px;
  height: 8px;
  background-color: #4ade80;
  border-radius: 50%;
  margin-right: 10px;
  animation: smooth-blink 1.5s infinite ease-in-out;
}

.job-portal-wrapper {
  margin-top: 100px;
  margin-bottom: 100px;
  font-family: "Figtree", sans-serif;
}
.job-portal-wrapper h1,
.job-portal-wrapper h2,
.job-portal-wrapper h3,
.job-portal-wrapper h4,
.job-portal-wrapper h5,
.job-portal-wrapper h6 {
  font-family: "Stage Grotesk";
}

.job-portal-header {
  color: #ffffff;
  position: relative;
  overflow: hidden;
  border-radius: 0.5rem;
  margin-bottom: 2.5rem;
}
.job-portal-header .bg-circles {
  display: none;
  position: absolute;
  top: -50px;
  right: -100px;
  width: 500px;
  height: 500px;
  border: 1px solid #333;
  border-radius: 50%;
  pointer-events: none;
}
@media (min-width: 768px) {
  .job-portal-header .bg-circles {
    display: block;
  }
}
.job-portal-header .bg-circles::before {
  content: "";
  position: absolute;
  top: 60px;
  left: 60px;
  right: 60px;
  bottom: 60px;
  border: 1px solid #222;
  border-radius: 50%;
}
.job-portal-header .bg-circles .dot {
  position: absolute;
  top: 10px;
  left: 50%;
  transform: translateX(-50%);
  width: 8px;
  height: 8px;
  background-color: #00b9b5;
  border-radius: 50%;
  box-shadow: 0 0 10px #00b9b5, 0 0 20px #00b9b5;
  animation: pulse-glow 2s infinite ease-in-out;
}
@keyframes pulse-glow {
  0% {
    opacity: 0.5;
    transform: translateX(-50%) scale(0.8);
    box-shadow: 0 0 5px rgba(255, 87, 34, 0.5);
  }
  50% {
    opacity: 1;
    transform: translateX(-50%) scale(1.2);
    box-shadow: 0 0 15px rgba(255, 87, 34, 0.8), 0 0 30px rgba(255, 87, 34, 0.6);
  }
  100% {
    opacity: 0.5;
    transform: translateX(-50%) scale(0.8);
    box-shadow: 0 0 5px rgba(255, 87, 34, 0.5);
  }
}
.job-portal-header .hiring-badge {
  display: inline-flex;
  align-items: center;
  border: 1px solid #333;
  border-radius: 9999px;
  padding: 0.5rem 1rem;
  font-size: 11px;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  color: #888;
  margin-bottom: 2.5rem;
}
.job-portal-header .hiring-badge .indicator {
  width: 8px;
  height: 8px;
  background-color: #4ade80;
  border-radius: 50%;
  margin-right: 10px;
  animation: smooth-blink 1s infinite ease-in-out;
}
.job-portal-header .hero-title {
  font-size: clamp(3rem, 6vw, 7rem);
  font-weight: 900;
  line-height: 1.05;
  margin-bottom: 30px;
  letter-spacing: -0.025em;
  text-transform: capitalize;
  z-index: 2;
  position: relative;
}
.job-portal-header .hero-title .text-outline {
  color: transparent;
  -webkit-text-stroke: 2px #444;
}
.job-portal-header .hero-desc {
  color: #999;
  font-size: 1.2rem;
  line-height: 1.6;
  margin-bottom: 5rem;
}
.job-portal-header .stats-container {
  display: flex;
  flex-direction: column;
  border-top: 1px solid #2a2a2a;
  border-bottom: 1px solid #2a2a2a;
  padding: 2.5rem 0;
  flex-wrap: wrap;
  gap: 1.25rem;
}
@media (min-width: 768px) {
  .job-portal-header .stats-container {
    flex-direction: row;
  }
}
.job-portal-header .stats-container .stat-item {
  flex: 1;
  min-width: 150px;
  border-bottom: 1px solid #2a2a2a;
  padding-bottom: 1.25rem;
}
@media (min-width: 768px) {
  .job-portal-header .stats-container .stat-item {
    border-right: 1px solid #2a2a2a;
    border-bottom: 0;
    padding-right: 1.25rem;
    padding-bottom: 0;
  }
}
.job-portal-header .stats-container .stat-item:last-child {
  border: 0;
  padding: 0;
}
.job-portal-header .stats-container .stat-item h3 {
  font-size: 3.5rem;
  font-weight: 900;
  margin-bottom: 5px;
  color: #ffffff;
  line-height: 1;
  display: flex;
  align-items: center;
}
.job-portal-header .stats-container .stat-item h3 span {
  color: #00b9b5;
  margin-left: 2px;
}
.job-portal-header .stats-container .stat-item p {
  color: #666;
  margin: 0;
  font-size: 0.9rem;
  font-weight: 600;
}

.job-list-section {
  margin-top: 4rem;
}
.job-list-section .job-list-header-bar {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  margin-bottom: 2rem;
}
@media (max-width: 768px) {
  .job-list-section .job-list-header-bar {
    flex-direction: column;
    align-items: flex-start;
    gap: 1rem;
  }
}
.job-list-section .job-list-header-bar .section-title {
  color: #ffffff;
  font-size: 2.5rem;
  font-weight: 800;
  margin: 0;
  text-transform: capitalize;
}
.job-list-section .job-list-header-bar .section-title span {
  color: #00b9b5;
}
.job-list-section .job-list-header-bar .section-subtitle {
  color: #666;
  margin: 0;
  font-size: 1rem;
  padding-bottom: 0.5rem;
}
.job-list-section .job-list-wrapper {
  background-color: #1a1a1a;
  border-radius: 1rem;
  padding: 0;
  overflow: hidden;
  border: 1px solid #2a2a2a;
}
.job-list-section .job-list-item {
  display: flex;
  align-items: center;
  padding: 1.5rem 2rem;
  border-bottom: 1px solid #2a2a2a;
  text-decoration: none;
  transition: background-color 0.2s ease;
}
.job-list-section .job-list-item:last-child {
  border-bottom: none;
}
.job-list-section .job-list-item:hover {
  background-color: #222;
}
.job-list-section .job-list-item:hover .job-arrow svg {
  stroke: #ffffff;
  transform: translate(2px, -2px);
}
.job-list-section .job-list-item .job-item-icon {
  width: 60px;
  height: 60px;
  border-radius: 12px;
  background-color: #111;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 1.5rem;
  border: 1px solid #333;
  overflow: hidden;
}
.job-list-section .job-list-item .job-item-icon img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.job-list-section .job-list-item .job-item-icon .default-icon {
  font-size: 1.5rem;
}
.job-list-section .job-list-item .job-item-content {
  flex: 1;
}
.job-list-section .job-list-item .job-item-content .job-item-title {
  color: #ffffff;
  font-size: 1.25rem;
  font-weight: 600;
  margin: 0 0 0.5rem 0;
}
.job-list-section .job-list-item .job-item-content .job-item-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
  color: #888;
  font-size: 16px;
}
.job-list-section .job-list-item .job-item-content .job-item-meta .meta-item {
  display: flex;
  align-items: center;
  gap: 0.25rem;
}
.job-list-section .job-list-item .job-item-action {
  display: flex;
  align-items: center;
  gap: 1.5rem;
}
.job-list-section .job-list-item .job-item-action .job-badge {
  padding: 0.4rem 1rem;
  border-radius: 20px;
  font-size: 0.75rem;
  font-weight: 700;
  letter-spacing: 0.5px;
  border: 1px solid #333;
  text-transform: uppercase;
  color: #4ade80;
  border-color: #4ade80;
}
.job-list-section .job-list-item .job-item-action .job-arrow {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  border: 1px solid #333;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.2s ease;
}
.job-list-section .job-list-item .job-item-action .job-arrow svg {
  transition: all 0.2s ease;
}
@media (max-width: 768px) {
  .job-list-section .job-list-item {
    flex-direction: column;
    align-items: flex-start;
    gap: 1.5rem;
  }
  .job-list-section .job-list-item .job-item-action {
    width: 100%;
    justify-content: space-between;
  }
}

.why-animoox-section {
  margin-top: 5rem;
  font-family: ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
}
.why-animoox-section .section-title {
  color: #d1d5db;
  font-size: 1.5rem;
  font-weight: 700;
  margin-bottom: 2rem;
}
.why-animoox-section .benefits-grid {
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  gap: 1.5rem;
}
@media (min-width: 768px) {
  .why-animoox-section .benefits-grid {
    grid-template-columns: repeat(3, 1fr);
  }
}
.why-animoox-section .benefit-card {
  background-color: #1a1a1a;
  border: 1px solid #2a2a2a;
  border-radius: 1rem;
  padding: 2rem;
  display: flex;
  flex-direction: column;
  transition: transform 0.2s ease, border-color 0.2s ease;
}
.why-animoox-section .benefit-card:hover {
  transform: translateY(-2px);
  border-color: #444;
}
.why-animoox-section .benefit-card .benefit-icon {
  font-size: 1.5rem;
  margin-bottom: 1.5rem;
  display: inline-block;
}
.why-animoox-section .benefit-card .benefit-title {
  color: #ffffff;
  font-size: 1.1rem;
  font-weight: 700;
  margin: 0 0 0.75rem 0;
}
.why-animoox-section .benefit-card .benefit-desc {
  color: #888;
  font-size: 0.95rem;
  line-height: 1.5;
  margin: 0;
}

/*# sourceMappingURL=output.css.map */
