body {
  background-color: #000;
  min-height: 100vh;
  font-family: 'Sora', sans-serif;
  overflow-x: hidden;
}

.navbar-wrapper {
  display: flex;
  justify-content: center;
  margin-top: 24px;
  position: sticky;
  top: 0;
  z-index: 1030;
  overflow-x: hidden;
}

.custom-navbar {
  width: 976px;
  max-width: 100%;
  height: 75px;
  border-radius: 90px;
  border: 1px solid #CBD5E1;
  background-color: rgba(255, 255, 255, 0.08);
  backdrop-filter: blur(12px);
  box-shadow: 0 4px 30px rgba(0, 0, 0, 0.1);
  padding: 0 30px;
}

.navbar-brand img {
  width: 57.47px;
  height: 45px;
  object-fit: contain;
  margin-top: 15px;
  margin-left: 0px;
}

.navbar-nav-center {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  display: flex;
  gap: 39px;
  top: 25px;
}

.nav-link {
  font-family: 'Sora', sans-serif;
  font-weight: 400;
  font-size: 20px;
  line-height: 100%;
  color: rgba(255, 255, 255, 0.5) !important;
  background: transparent;
  padding: 0;
  height: 25px;
  width: 62px;
}

.right-content .btn {
  width: 175px;
  height: 55px;
  border-radius: 50px;
  border: 1px solid;
  border-image-source: linear-gradient(180deg, #FFFFFF 0%, rgba(255, 255, 255, 0) 100%);
  background-color: #FE0000;
  color: #FFFFFF;
  font-family: 'Sora', sans-serif;
  font-weight: 700;
  font-size: 20px;
  line-height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0;
}

@media (max-width: 768px) {
  .navbar-nav-center {
    position: static;
    transform: none;
    margin: auto;
    flex-direction: column;
    align-items: center;
    gap: 15px;
    margin-top: 10px;
  }

  .navbar-collapse {
    text-align: center;
  }

  .right-content {
    margin-top: 1rem;
    text-align: center;
    justify-content: center;
  }

  .custom-navbar {
    width: 95%;
    height: auto;
    border-radius: 1rem;
    padding: 1rem;
    box-sizing: border-box;
  }

  .nav-link {
    width: auto;
    font-size: 18px;
  }

  .right-content .btn {
    width: 150px;
    height: 50px;
    font-size: 18px;
  }

  .lidar-heading-title {
    font-size: 20px;
  }

  .lidar-heading-subtitle {
    font-size: 14px;
    padding: 0 1rem;
  }

  .processing-section {
    height: auto;
  }

  .processing-content {
    position: relative;
    top: auto;
    left: auto;
    transform: none;
    padding: 2rem 1.5rem;
  }

  .processing-title {
    font-size: 28px;
  }

  .processing-content p {
    font-size: 15px;
  }

  .nav-arrow {
    display: none;
  }

  .footer-section {
    padding-top: 40px;
  }

  .footer-heading {
    font-size: 16px;
    margin-bottom: 15px;
  }

  .footer-desc,
  .footer-text,
  .footer-list li {
    font-size: 13px;
  }

  .footer-logo {
    max-width: 120px;
  }

  .footer-icons {
    justify-content: center;
    margin-top: 20px;
  }

  .footer-copy {
    font-size: 12px;
    padding-bottom: 15px;
  }

  .job-card {
    width: 90%;
    padding: 20px 15px;
    margin: 0 auto 20px;
    background-color: #1a1a1a;
    border-radius: 10px;
    display: flex;
    flex-direction: column;
    gap: 12px;
  }

  .job-title {
    font-size: 18px;
    font-weight: 700;
    line-height: 1.4;
  }

  .job-info {
    display: flex;
    justify-content: space-between;
    font-size: 14px;
    color: #ccc;
    width: 100%;
  }

  .job-info div {
    display: flex;
    flex-direction: column;
    gap: 4px;
  }

  .card-separator {
    border-top: 1px solid #fff;
    opacity: 0.2;
    width: 100%;
  }

  .location {
    display: flex;
    align-items: center;
    gap: 5px;
    font-size: 14px;
    color: #ccc;
  }

  .apply-btn {
    background-color: red;
    color: white;
    border-radius: 20px;
    border: none;
    padding: 10px 20px;
    font-size: 14px;
    font-weight: bold;
    align-self: flex-end;
  }

  .job-footer {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
  }
}
