/* 2025 Updates Start */
.career-profile-title-row {
  border-bottom: solid 2px #49b571;
  padding: 20px 0px;
  font-family: roboto, arial, sans-serif;
}
.general4 {
  font-weight: 400;
  font-size: 20px;
  padding: 0 0 16px 0
}
.search_box {
  background-color: #E8E8E8;
  border-radius: 24px;
  border-style: none;
  height: 37px;
  width: 305px !important;
  margin: 16px 16px 0 0;
}
#title_txt {
  padding-left: 16px;
  color: #282828;
}
#title_txt:focus {
  outline: none;
}
.category_select {
  display: inline-block;
  position: relative;
  margins: 16px 16px 0 0;
  padding-top: 15px;
  border-right: 16px solid transparent;
}
.category_select select {
  display: inline-block;
  background-color: #E8E8E8;
  border-radius: 24px;
  border-style: none;
  height: 40px;
  appearance: none;
  width: 100%;
  padding: 10px;
  margin-bottom: 16px;
  color: #333;
  cursor: pointer;
}
.category_select::after {
  content: "\25b6";
  position: absolute;
  top: 50%;
  right: 10px;
  transform: translateY(-50%);
  font-size: 16px;
  color: #aaa;
  transition: all 0.3s;
}
.category_select:hover::after {
  transform: translateY(-50%) rotate(90deg);
  color: #2F834A;
}
#Pathway {
  padding-left: 16px;
}
#Pathway:focus {
  outline: none;
}
.search_btn {
  height: 36px;
  width: 112px;
  border-radius: 24px;
  border-style: none;
  background-color: #137baf;
  color: #ffffff;
  font-family: Roboto, Arial, Sans-serif;
  font-weight: 700;
  cursor: pointer;
  transition: all .3s;
}
.search_btn:hover {
  background-color: #328551;
}
img {
  height: auto;
  max-width: 100%;
  vertical-align: middle;
  border-top-right-radius: 7px;
  border-top-left-radius: 7px;
}
.card_btn {
  color: #ffffff;
  padding: 16px 16px 16px 56px;
  font-size: 14px;
  text-transform: uppercase;
  border-radius: 4px;
  font-weight: 400;
  display: block;
  width: 100%;
  cursor: pointer;
  border: 1px solid rgba(255, 255, 255, 0.2);
  background: transparent;
  background-image: url("../assets/icons/circle-arrow.svg");
  background-repeat: no-repeat;
  background-size: 10%;
  background-position: 25% 50%;
  transition: all .3s;
}
.card_btn:hover {
  background-color: rgba(255, 255, 255, 0.12);
}
a:link {
  text-decoration: none;
}
.cards {
  margin: 16px 0;
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  gap: 16px;
  justify-content: center;
}
.card {
  background-color: #137BAF;
  border-radius: 8px;
  box-shadow: 0 20px 40px -14px rgba(0, 0, 0, 0.25);
}

.card_content {
  padding: 16px;
}
.card_title {
  font-family: roboto, arial, sans-serif;
  color: #ffffff !important;
  font-size: 27px;
  line-height: 32px;
  font-weight: 700;
  letter-spacing: 1px;
  text-transform: capitalize;
  margin: 0px;
  text-align: center;
  padding: 32px 0;
}
/* 2025 Updates End */