/* Start custom CSS for html, class: .elementor-element-bd02b4c */.jobs-section h1,
.jobs-section h2,
.jobs-section h3 {
  color: white !important;
}


.jobs-section {
  padding: 60px;
  background: #0f172a;
  color: #fff;
  text-align: center;
}

.filters {
  margin-bottom: 30px;
}

.filters button {
  margin: 5px;
  padding: 10px 15px;
  border: none;
  background: #1e293b;
  color: #fff;
  cursor: pointer;
  border-radius: 6px;
}

.jobs-grid {
  display: flex;
  justify-content: center;
  gap: 20px;
}

.job-card {
  background: #1e293b;
  padding: 20px;
  border-radius: 10px;
  text-decoration: none;
  color: #fff;
  width: 250px;
  transition: 0.3s;
}

.job-card:hover {
  background: #334155;
}/* End custom CSS */