  body {
  background-color: #000;
  color: #fff;
  font-family: 'Sora', sans-serif;
}

.navbar-wrapper {
      display: flex;
      justify-content: center;
      margin-top: 24px;
      position: sticky;
      top: 0;
      z-index: 1030;
    }

    .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;
}


/* Filter Dropdown Styles */
.filter-bar select {
  background-color: #000;
  color: #fff;
  border: none;
  border-bottom: 1px solid #fff;
  font-family: 'Sora', sans-serif;
  font-weight: 300;
  font-size: 16px;
  line-height: 100%;
  letter-spacing: -2%;
  width: 220px;
  height: 25px;
  padding: 0 8px;
}

/* Down Arrow icon (if used separately) */
.filter-bar .dropdown-arrow {
  width: 13px;
  height: 13px;
  margin-left: -30px;
  margin-top: 5px;
}

/* Vertical separator line in filter */
.filter-bar hr {
  width: 220px;
  border: 1px solid #ffffff;
  opacity: 1;
  margin: 10px auto;
}

/* Job Card Styling */
.job-card {
  width: 828px;
  height: 174px;
  background-color: #1a1a1a;
  border-radius: 10px;
  padding: 29px 47.4px 20px 47.4px;
  margin: 0 auto 20px;
  position: relative;
}

/* Job Title */
.job-title {
  font-family: 'Sora', sans-serif;
  font-weight: 800;
  font-size: 24px;
  line-height: 63px;
  letter-spacing: 0%;
  width: 329.78px;
  height: 47px;
}

/* Job Info (Job Type, Workspace, Dept) */
.job-info {
  position: absolute;
  top: 33px;
  left: 458px;
  font-family: 'Sora', sans-serif;
  font-weight: 400;
  font-size: 14px;
  line-height: 21.24px;
  letter-spacing: 0%;
  display: flex;
  gap: 30px;
}

/* Strong Labels inside job-info */
.job-info strong {
  display: block;
  margin-top: 5px;
  font-weight: 400;
  color: #676767;
;
}

/* Horizontal line inside card */
.card-separator {
  border-top: 1px solid #fff;
  margin: 20px 0 15px;
  width: 100%;
  opacity: 1;
}

/* Location Icon and Text */
.location {
  display: flex;
  align-items: center;
  position: absolute;
  top: 110px;
  left: 53.45px;
  font-size: 20px;
  line-height: 32px;
  font-family: 'Lato', sans-serif;
  font-weight: 500;
  color: #ccc;
}
.location i {
  width: 14.11px;
  height: 18.94px;
  margin-right: 8px;
}

/* Apply Button */
.apply-btn {
  position: absolute;
  top: 109px;
  left: 673px;
  width: 127.07px;
  height: 43px;
  border-radius: 50px;
  border: 1px solid #FFFFFF82;
  background-color: red;
  font-family: 'Lato', sans-serif;
  font-weight: 700;
  font-size: 16px;
  line-height: 100%;
  color: white;
  padding: 10px 29px;
  cursor: pointer;
}

.custom-select-wrapper {
  margin: 0 12px;
}

.custom-select {
  background-color: transparent;
  color: #fff;
  border: none;
  border-bottom: 1px solid #fff;
  border-radius: 0;
  width: 180px;
  padding-left: 0;
  font-family: 'Sora', sans-serif;
  font-size: 14px;
  font-weight: 300;
  text-align: center;
  appearance: none;
  background-image: url("data:image/svg+xml,%3Csvg width='14' height='14' viewBox='0 0 14 14' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M4 5L7 8L10 5' stroke='white' stroke-width='1.5'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: right 0.5rem center;
  background-size: 13px;
}

.custom-select:focus {
  box-shadow: none;
  border-color: #fff;
  outline: none;
}



.lidar-heading-container {
  position: absolute;
  top: 60px;
  width: 100%;
  z-index: 2;
}

.lidar-heading-title {
  font-family: 'Sora', sans-serif;
  font-weight: 700;
  font-size: 28px;
  color: #ffffff;
  margin-bottom: 10px;
}

.lidar-heading-subtitle {
  font-family: 'Sora', sans-serif;
  font-weight: 400;
  font-size: 16px;
  color: #cccccc;
  margin: 0;
  line-height: 1.5;
}



/* Footer Section Styles */
.footer-section {
  background-color: #1a1a1a;
  color: #ffffff;
  margin-top: 0;
}

.footer-logo {
  max-width: 150px;
  height: auto;
  margin-bottom: 15px;
}

.footer-desc {
  font-family: "Sora", sans-serif;
  font-size: 14px;
  line-height: 1.6;
  color: #cccccc;
  margin-bottom: 20px;
}

.footer-heading {
  font-family: "Sora", sans-serif;
  font-weight: 600;
  font-size: 18px;
  color: #ffffff;
  margin-bottom: 20px;
  text-transform: uppercase;
  letter-spacing: 1px;
}

.footer-list {
  list-style: none;
  padding: 0;
  margin: 0;
}

.footer-list li {
  font-family: "Sora", sans-serif;
  font-size: 14px;
  color: #cccccc;
  margin-bottom: 8px;
  cursor: pointer;
  transition: color 0.3s ease;
}

.footer-list li:hover {
  color: #fe0000;
}

.footer-text {
  font-family: "Sora", sans-serif;
  font-size: 14px;
  color: #cccccc;
  margin-bottom: 10px;
  line-height: 1.5;
}

.footer-link {
  color: #cccccc;
  text-decoration: none;
  font-family: "Sora", sans-serif;
  font-size: 14px;
  transition: color 0.3s ease;
}

.footer-link:hover {
  color: #fe0000;
  text-decoration: none;
}

.footer-icons a {
  color: #cccccc;
  font-size: 20px;
  transition: color 0.3s ease;
  text-decoration: none;
}

.footer-icons a:hover {
  color: #fe0000;
}

.footer-divider {
  border: none;
  height: 1px;
  background-color: #333333;
  margin: 30px 0 20px 0;
}

.footer-copy {
  font-family: "Sora", sans-serif;
  font-size: 14px;
  color: #888888;
  text-align: center;
  margin: 0;
  padding-bottom: 20px;
}

/* Mobile: Navbar adjustments */
@media (max-width: 991.98px) {
  .custom-navbar {
    width: 90%;
    height: auto;
    border-radius: 16px;
    padding: 1rem;
    flex-direction: column;
    align-items: center;
    justify-content: center;
  }

  .navbar-nav-center {
    position: static;
    transform: none;
    margin-top: 10px;
    flex-direction: column;
    align-items: center;
    gap: 15px;
  }

  .nav-link {
    font-size: 16px;
    width: auto;
    height: auto;
    padding: 6px 0;
    color: #ffffff !important;
  }

  .navbar-brand img {
    margin-top: 0;
    margin-bottom: 10px;
  }

  .right-content {
    margin-top: 1rem;
    text-align: center;
    display: flex;
    justify-content: center;
  }

  .right-content .btn {
    width: 150px;
    height: 48px;
    font-size: 16px;
  }
}

/* Mobile: Job card layout fixes */
@media (max-width: 768px) {
  .job-card {
    width: 90%;
    height: auto;
    padding: 20px;
    flex-direction: column;
    position: relative;
  }

  .job-title {
    width: 100%;
    font-size: 20px;
    line-height: 1.2;
    margin-bottom: 10px;
  }

  .job-info {
    position: static;
    flex-direction: column;
    gap: 5px;
    font-size: 13px;
    margin-top: 10px;
    align-items: flex-start;
  }

  .card-separator {
    margin: 15px 0;
  }

  .location {
    position: static;
    font-size: 14px;
    line-height: 1.5;
    margin-top: 10px;
  }

  .apply-btn {
    position: static;
    width: 100%;
    height: 42px;
    margin-top: 15px;
    font-size: 15px;
    padding: 0;
  }
}

/* Mobile: Filter dropdown */
@media (max-width: 768px) {
  .filter-bar {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 15px;
    padding: 0 1rem;
  }

  .filter-bar select {
    width: 100%;
    font-size: 14px;
  }

  .filter-bar hr {
    width: 100%;
  }
}

/* Mobile: Footer alignment */
@media (max-width: 768px) {
  .footer-section {
    text-align: center;
    padding: 40px 20px 20px;
  }

  .footer-heading {
    font-size: 16px;
    margin-bottom: 15px;
  }

  .footer-desc,
  .footer-text,
  .footer-list li {
    font-size: 13px;
    text-align: center;
  }

  .footer-logo {
    max-width: 100px;
    margin: 0 auto 10px;
  }

  .footer-icons {
    display: flex;
    justify-content: center;
    gap: 15px;
    margin: 20px 0;
  }

  .footer-copy {
    font-size: 12px;
    padding-bottom: 15px;
  }
}

  