.bi-list::before {
  content: '☴' !important;
}
.bi-x::before {
  content: '×' !important;
}
.job-listing {
  display: flex;
  flex-direction: column;
  gap: 15px;
}
.job-card {
  border: 1px solid #ccc;
  border-radius: 10px;
  overflow: hidden;
  transition: box-shadow 0.3s;
}
.job-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 20px;
  cursor: pointer;
  background-color: #fff;
}
.job-info {
  display: flex;
  flex-direction: column;
  text-align: left;
}
.job-title {
  font-weight: bold;
  font-size: 20px;
  margin-bottom: 8px;
}
.job-location {
  color: #888;
  font-size: 14px;
}
.arrow-button {
  background-color: #ffffff;
  color: #333333;
  border: none;
  border-radius: 8px;
  width: 50px;
  height: 50px;
  font-size: 24px;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: transform 0.3s;
  user-select: none;
}
.arrow-button.rotate {
  transform: rotate(90deg);
}
.job-details {
  display: none;
  padding: 15px 20px;
  background-color: #f9f9f9;
  border-top: 1px solid #eee;
  color: #333;
  font-size: 14px;
  text-align: left;
}
.job-card.active .job-details {
  display: block;
}
.title-txt {
  text-align: center;
  margin-top: 30px;
}
.title-txt h3 {
  color: #000;
  font-size: 20px;
}
.title-txt h4 {
  color: #4154f1;
  font-size: 20px;
  padding: 10px;
}
.title-txt a {
  display: inline-block;
  padding: 0 30px;
  border: 2px solid #4154f1;
  height: 40px;
  line-height: 35px;
}
.rowBox .aos-animate {
  margin-bottom: 20px;
}
.rowBox img {
  padding: 0 0 10px 0 !important;
}
