.banner-section {
  background-image: url(/wp-content/uploads/2026/01/Scholar-banner.png);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  padding: 126px 0px;
}


.breadcrumb-area .container {
  padding: 0px;
}

.page-title-heading {
  width: 50%;
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.page-title-heading h1 {
  font-size: 42px;
  font-weight: 700;
  line-height: 56px;
  color: #fff;
}


.page-title-heading p {
  font-size: 16px;
  font-weight: 400;
  color: #fff;
  margin-bottom: 0px;
}


button.Quiz-btn {
  border: 2px solid white;
  color: #ffffff;
  font-size: 18px;
  font-weight: 400;
  padding: 10px 24px;
  background: transparent;
  border-radius: 8px;
}


/* Scholar Filter Section Start */
.filter-box {
  border: 1px solid #e0e0e0;
  border-radius: 8px;
  background: #ffffff;
  padding: 16px 16px;
  min-width: 180px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  cursor: pointer;
}


.filter-box select {
  font-size: 16px;
  border: none;
  outline: none;
  background: transparent;
  width: 100%;
  color: #173E79;
  cursor: pointer;
}


.filter-box select::-ms-expand {
  display: none;
}


.sort-text {
  font-size: 24px;
  font-weight: 700;
  margin-right: 8px;
  color: #323232;
}


.filters-row {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 14px;
}

.sort-area {
  margin-left: auto;
  display: flex;
  align-items: center;
  gap: 10px;
  justify-content: end;
}


.scholar-post-area {
  margin-bottom: 90px;
}

.scholar-filter-section {
  margin: 50px 0px 70px;
}



/* Scholar Filter Section End */


.scholar-under-head h2 {
  font-size: 42px;
  font-weight: 700;
  line-height: 56px;
  color: #323232;
}

.scholar-under-head p {
  font-size: 16px;
  font-weight: 600;
  color: #323232;
}

.scholar-post-header h2 {
  font-size: 42px;
  font-weight: 700;
  line-height: 54px;
  color: #323232;
  margin-bottom: 30px;
  text-transform: capitalize;
}

.scholar-program img {
  display: block;
  width: 100%;
}


.scholar-program {
  margin-bottom: 40px;
}

.program-item {
    position: relative;
    border-radius: 10px;
    box-shadow: 0px 0px 15px 0px rgba(207, 215, 221, 0.7);
}

/* Pagination Start */
.pagination {

  display: flex;
  align-items: center;
  justify-content: end;
  gap: 8px;
  padding: 10px 14px;
  border-radius: 12px;
}

.pagination button {
  border: 1px solid #ddd;
  background: #fff;
  color: #333;
  padding: 8px 14px;
  border-radius: 8px;
  cursor: pointer;
  font-size: 16px;
  transition: all 0.2s ease;
}

.pagination button:hover {
  border-color: #1e3a8a;
  color: #1e3a8a;
}

.pagination button.active {
  background: #1e3a8a;
  color: #fff;
  border-color: #1e3a8a;
}

.pagination span.dots {
  padding: 0 8px;
  color: #1e3a8a;
  font-weight: bold;
}

/* Mobile */

.mobile-pagination-btn {
  display: flex;
}

.pagination button {
  border: 1px solid #ddd;
  background: #fff;
  width: 60px;
  height: 60px;
  color: #333;
  padding: 8px 14px;
  border-radius: 8px;
  cursor: pointer;
  font-size: 16px;
  transition: all 0.2s ease;
}



select.scholar-num-select {
    width: 140px;
    height: 60px;
    text-align: center;
    font-size: 20px;
    font-weight: 600;
    color: #173e79;
    border: 1px solid #173e792e;
    border-radius: 13px;
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    padding: 8px 35px 8px 15px;
    background: #fff;
    cursor: pointer;
}



span.filter-count {
  font-size: 20px;
  font-weight: 600;
  color: #173e79;
  margin-left: 20px;
}


.select-wrap {
  position: relative;
  display: inline-block
}

/* Custom chevron */

.select-wrap::after {
  content: "";
  background-image: url(/wp-content/uploads/2026/01/chev-down.png);
  background-repeat: no-repeat;
  background-size: 10px 10px;
  width: 15px;
  height: 10px;
  position: absolute;
  right: 45px;
  top: 50%;
  transform: translateY(-50%);
  pointer-events: none;
}

/* Mobile */
/* Pagination end */


/* Blog Section Start */




/* Blog Section End */


.mobile-keyword {
  display: none;
}



.mobile-keyword .filter-box {
  padding: 0px;
  border: none;
}

.mobile-keyword .filter-box input[type="text"] {
  height: 50px;
  width: 83%;
  border: 1px solid #e0e0e0;
  outline: none;
  border-radius: 8px;
  padding: 17px;
}

.mobile-keyword .filter-box input[type="text"]::placeholder {
  color: #173E79;
}


.filter-icon {
  width: 50px;
  height: 50px;
  border: 1px solid #e0e0e0;
  border-radius: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
}






@media(max-width:1366px) and (min-width:1200px) {}

@media (max-width:1199px) and (min-width:992px) {
  .page-title-heading {
    width: 80%;
  }

  .banner-section {
    padding: 165px 0px 66px;
  }

  .filters-row {
    gap: 29px;
  }

  .pagination button {
    width: 50px;
    height: 50px;
  }

}

@media (max-width:1024px) and (min-width:992px) {}

@media (max-width:991px) and (min-width:768px) {
.filter-box {
    margin-bottom: 10px;
}
  .pagination button {
    width: unset;
    height: unset;
  }


  .page-title-heading {
    width: 100%;
  }

  .filters-row {
    flex-wrap: wrap;
  }

  .sort-area {
    margin-left: 0px;
    width: 100%;
  }

  .sort-area .filter-box {
    width: 99%;
  }

  .sort-txt-wrap {
    width: 15%;
  }

}





@media(max-width:767px) {

  .breadcrumb-area .container {
    padding: unset;
  }

  .filter-box {
    margin-bottom: 16px;
  }

  .program-carousel .owl-nav button {
    height: 44px;
    width: 44px;
    border: 1px solid #3232323d;
  }

  .program-carousel .owl-nav button::before {
    background-size: 22px !important;
    top: 8px;
    left: 8px;
  }

  .home-blog-main .scholarship-all-btn-cont a {
    font-size: 16px;
    padding: 16px 32px;
  }

  .banner-section {
    background-image: url(/wp-content/uploads/2026/01/Mobile-banner-schoalrship.png);
    padding: 204px 0px 29px;
  }

  .page-title-heading h1 {
    font-size: 32px;
    line-height: 40px;
    width: 100%;
  }

  .site-header {
    padding: 16px 0px;
    margin-bottom: -86px;
  }

  .filters-row {
    flex-wrap: wrap;
  }

  .page-title-heading {
    text-align: left;
    width: 100%;
  }

  button.Quiz-btn {
    border: 1px solid white;
  }

  .filter-box select {
    width: 100%;
  }

  .sort-area {
    display: none;
  }

  .mobile-keyword {
    display: block;
  }

  .scholar-num-filter {
    display: none;
  }

  .pagination button {
    width: unset;
    height: unset;
  }

  .pagination {
    justify-content: center;
    flex-wrap: wrap;
    gap: 7px;
    padding: 5px 10px;
    border-radius: 12px;
  }

  .scholar-post-header h2 {
    font-size: 32px;
    line-height: 41px;
    margin-bottom: 46px;
  }


  

}