.hdp-search {
    display: flex;
    width:75%;
}

#hdp-search {
height: var(--awb-input-height);
        background-color: #fff;
    color: #747474;
    font-size: 18px;
    border:none;
    padding: 24px;
    height: 33px;
    width: 100%;
    box-sizing: border-box;
    margin: 0;
    outline: 0;
    border-top-left-radius: 12px;
    border-bottom-left-radius: 12px;
}

.searchsubmit {
  background: #000;
    border: none;
    border-radius: 0;
    color: #fff;
    font-size: 1em;
    height: 49px;
    line-height: 49px;
    margin: 0;
    padding: 0;
    width: 49px;
    text-indent: 0;
    cursor: pointer;
    font-family: awb-icons;
    font-weight: 400;
    text-shadow: none;
    -webkit-font-smoothing: antialiased;
    transition: all .2s;
    border-top-right-radius: 12px !important;
    border-bottom-right-radius: 12px !important;
}

.s2 {
  color:white;
}

#hdp-total {
  margin-left:10px;
  font-size: 14px;
}

.hdp-header {
  padding: 0 ;
}

.hdp-header h1 {
  margin:0;
  padding:0;
  font-weight:bold;
}
.hdp-title,
.hdp-header h1 span {
  color:white;
}

.hdp-header h3 {
  font-size: 15px;
  color:white;
}

.hdp-header h3 a {
  color:black;
}

.hdp-header > div {
  margin: 0 auto;
  max-width:1215px;
  padding: 0 30px;
}

#hdp-courses {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 40px;
    margin: 1em 0 2em;
    min-height: 250px;
}

#hdp-courses .no-results {
  text-align: center;
  position: absolute;
  top: -5px;
  font-size: 17px;
  background: #ffffffba;
  left: 0;
  width: 100%;
  min-height: 250px;
  height: calc(100% - 75px);
  padding-top: 7em;
  font-weight: bold;
    border-radius: 12px;
}

#hdp-courses.disable::after {
  content: "Loading...";
  text-align: center;
  position: absolute;
  top: -5px;
  font-size: 17px;
  background: #ffffffba;
  left: 0;
  width: 100%;
  min-height: 250px;
  height: calc(100% - 75px);
  padding-top: 7em;
  font-weight: bold;
  border-radius: 12px;
}

#hdp-filter-form {
  display: flex;
  flex-direction: row;
  gap: 10px;
  padding: 0;
}

.hdp-course {
  position: relative;
  border-radius: 15px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  width: 100%;
  min-height: 300px;
  box-shadow: 0 0px 8px rgba(0, 0, 0, 0.2);
  background-color: white;
}

.hdp-course p {
  font-size: 12px !important;
  line-height: 1.5;
  color: black;
  font-weight: normal;
  margin-top: 7px !important;
}

.hdp-course h2 {
  font-size: 25px !important;
  font-weight: 500 !important;
  margin: 0 0 5px;
}

.hdp-course h3 {
  padding: 0;
  font-size: 15px !important;
  font-weight: bold;
  margin: 0;
  color:#2fa9e1 !important;
  text-transform: capitalize !important;
}

.hdp-course h3.alt {
  font-size: 20px !important;
}

.hdp-course .detail {
  padding: 20px;
}

.hdp-course .action {
  background-image: linear-gradient(62deg, var(--awb-color4) 0%,var(--awb-color5) 100%);
  background-color: #2fa9e1;
  padding: 20px;
  display: flex;
  flex-direction: row-reverse;
  border-bottom-left-radius: 15px;
  border-bottom-right-radius: 15px;
}

.hdp-job .btn,
.hdp-course .btn {
  display: inline-block;
  background-color:white;
  color: rgb(56, 56, 56);
  padding: 4px 12px;
  text-decoration: none;
  border-radius: 15px;
  font-size: 13px;
  text-align: center;
  transition: all 0.3s ease;
}
.hdp-job .btn {
  background-image: linear-gradient(62deg, var(--awb-color4) 0%,var(--awb-color5) 100%);
  background-color: #2fa9e1;
  color:white;
}
.hdp-job .btn:hover {
  color:black;
  background-color: white;
}

.hdp-course .btn:hover {
  background-color: black;
  color: white;
  text-decoration: none;
}

.hdp-pagination a {
  margin: 0 5px;
  text-decoration: none;
  font-size: 14px;
}
.hdp-pagination a.active {
  font-weight: bold;
}

.hdp-small {
  font-size: 13px;
  margin: 0;
  padding: 0;
}

.hdp-fee {
  font-weight: bold;
  font-size: 1.1em;
}

.hdp-job {
  display: grid;
  grid-template-columns: 25% 1fr; 
  gap: 1rem;
  color:#2c2a31;
}

.hdp-job p,
.hdp-job h2,
.hdp-job h3 {
font-size: 15px;
}

.hdp-job h2 {
  font-size: 18px;
  font-weight: 500;
  color:#2c2a31;
  color:#2c2a31;
}
.hdp-job h5 {
  color: #2fa9e1;
  font-weight: 500;
  margin:0; 
  font-size: 16px;
  ;
}
.hdp-job .detail p {
  color:#2c2a31;
  font-size: 16px;
  font-weight: 500;
  text-transform: capitalize;
}

@media (max-width: 767px) {

  .hdp-job {
    grid-template-columns: 1fr;
  }

  .hdp-search {

    width:100%;
}


  #hdp-filter-form {
    display: flex;
    flex-direction: column;
  }

  #hdp-courses {
    grid-template-columns: 1fr;
  }

  .hdp-course img {
    margin-bottom: 15px;
  }

  .hdp-course .btn {
    max-width: none;
  }
}
