/* index landing page Faculty start / */
.professor-grid {
  margin: 30px 0 60px 0;
}
.professor-faculty-grid {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 24px;
}
.custom-select-list {
  display: flex;
}
.custom-select-list li {
  margin-right: 10px;
}
.custom-select-outer .style-select {
  display: none;
}
h5 {
  margin-bottom: 10px !important;
}
.faculty-bg {
  background: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)),
    url("../images/faculty/header-bg.webp");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  height: 60vh;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.faculty-bg p {
  color: #fff;
  font-size: 16px;
  max-width: 50%;
  line-height: 35px;
}
.faculty-bg .call-action {
  display: flex;
  gap: 20px;
}
.faculty-bg .call-action a {
  background-color: #f9e7d1;
  color: #000;
  border: 1px solid #000;
  box-shadow: inset 0 -4px 0 #000;
  min-width: -moz-max-content;
  min-width: -webkit-max-content;
  min-width: max-content;
  height: 45px;
  line-height: 40px;
  display: inline-block;
  padding: 0 34px;
  position: relative;
  isolation: isolate;
  overflow: hidden;
  font-weight: 600;
  transition: 0.4s ease-in;
}
.profile-left{
  background-color: #080708;
  color: #FFF;
  padding: 20px;
  background: linear-gradient(rgba(26, 26, 26, 0.2), rgba(26, 26, 26, 0.2)), url(../images/faculty/meet-the-faculty-bg.webp);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
.profile-left h1{
  color: #FFF;
}
.faculty-bg .call-action a:hover {
  background-color: #000;
  color: #fff;
  box-shadow: inset 0 -4px 0 #fff;
}
.faculty-bg .call-action a.active {
  background-color: #000;
  color: #fff;
  box-shadow: inset 0 -4px 0 #fff;
}
.faculty-buttons {
  background: rgba(255, 255, 255, 0.4);
  padding: 2rem;
}
.lpu-faculty-link-btn {
  background-color: #fff;
  color: #000;
  border: 1px solid #000;
  box-shadow: inset 0 -4px 0 #000;
  min-width: -moz-max-content;
  min-width: -webkit-max-content;
  min-width: max-content;
  line-height: 89px;
  display: inline-block;
  padding: 0 60px;
  position: relative;
  isolation: isolate;
  overflow: hidden;
  font-weight: bold;
  transition: 0.4s ease-in;
  font-size: 16px;
}
.lpu-faculty-link-btn:hover {
  background-color: #000;
  color: #fff;
  box-shadow: inset 0 -4px 0 #fff;
}
.lpu-faculty-link-btn a {
  color: #080708;
}
/* Professor of Eminence Faculty start  */
.meet-the-faculty-bg {
  background: linear-gradient(rgba(26, 26, 26, 0.2), rgba(26, 26, 26, 0.2)),
    url("../images/faculty/meet-the-faculty-bg.webp");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  padding: 2rem 0;
}
.faculty-card {
  transition: transform 0.3s ease;
display: flex;
    flex-direction: column;
padding: 24px;
}
.faculty-card:hover {
  transform: translateY(-5px);
}
.faculty-image {
  /* width: 100%;
  aspect-ratio: 1;
  -o-object-fit: cover;
  object-fit: cover; */
  width: 100%;
  display: inline-block;
}
.img-with {
  width: 100%;
}
.faculty-info {
  padding-top: 15px;
  /* min-height: 180px; */
}
.faculty-btn {
    margin-top: auto;
}
.faculty-info p {
  font-size: 14px;
  font-weight: 700;
  margin: 0;
color: #000;
}
.faculty-info h5 {
  color: rgba(0, 0, 0, 0.45);
}
.faculty-name {
  font-size: 1.1rem;
  font-weight: 600;
  margin-bottom: 0.25rem;
}
.faculty-title {
  color: #666;
  font-size: 0.9rem;
}
.faculty-border {
  border: 1px solid #d9d9d9;
}
.profile-stats {
  border-right: 1px solid #b8b8b8;
}
.statistics-stats-box {
  border: 1px solid #ddd;
  padding: 10px;
  display: flex;
  justify-content: space-around;
  align-items: center;
  text-align: center;
  max-width: 80%;
}
/* .statistics-stat {
  flex: 1;
}
.statistics-stat:not(:last-child) {
  border-right: 1px solid #ddd;
} */
.statistics-stat-number {
  font-size: 2.5rem;
  font-weight: bold;
}
.statistics-stat-label {
  font-size: 14px;
  color: gray;
}
.heading-wraper .main-head h1 {
  color: #444;
  font-size: 48px;
  font-weight: bold;
  text-wrap: nowrap;
  text-wrap-mode: nowrap;
}
.profile-details {
  padding: 0 60px;
}
.nav-link {
  color: #000;
  font-weight: 500;
}
.social-icons {
  display: flex;
  margin-bottom: 3rem !important;
}
.social-icons .link-btn {
  margin-right: 0;
}
.profile-image {
  border: 1px solid #b8b8b8;
  padding: 30px 30px 0 0;
  margin-bottom: 25px;
}
/* .gradient-staff-profile {
  background: linear-gradient(to bottom, #fff8f2 51%, #fff 49%);
} */
.section-white {
  background: #fff;
  position: relative;
}
.shadow {
  box-shadow: 0 0.2rem 0.3rem rgba(0, 0, 0, 0.15) !important;
}
.statistics-stats-box-grid {
  border: 1px solid #b8b8b8;
  /* background: #FFFFFF; */
  margin-top: 1.5rem !important;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
}
.statistics-stats-box-grid .statistics-stat {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 15px 0;
  /*  margin: 5px; */
  border-right: 1px solid #b8b8b8;
  border-bottom: 1px solid #b8b8b8;
}
/* .statistics-stats-box-grid .statistics-stat .statistics-stat-label{
border-bottom: 1px solid #B8B8B8;
width: 100%;
text-align: center;
} */
.pagination-wrapper {
  display: flex;
  justify-content: center;
  margin: 15px 0 25px 0;
}
.pagination-wrapper .page-btn {
  border: 1px solid #b8b8b8;
  margin: 0 2px;
  padding: 3px 8px;
}
.pagination-wrapper .page-btn.active {
  background: #080708;
  color: #fff;
}
.statistics-stats-box-grid .statistics-stat:nth-child(3n) {
  border-right: 0;
}
.statistics-stats-box-grid .statistics-stat:nth-child(4),
.statistics-stats-box-grid .statistics-stat:nth-child(5),
.statistics-stats-box-grid .statistics-stat:nth-child(6) {
  border-bottom: 0;
}



@media (max-width: 1370px) {
  .faculty-buttons {
    padding: 2rem 1.2rem;
  }
  .profile-details {
    padding: 0 60px;
  }
  .faculty-image {
    width: 85%;
    margin: 15px 15px 0 15px;
  }
  .faculty-info {
    padding: 15px;
  }
  .faculty-info h5,
  .faculty-info p {
    font-size: 13px;
  }
}
@media (max-width: 1200px) {
  .professor-faculty-grid {
    grid-template-columns: repeat(4, 1fr);
  }
  .lpu-faculty-link-btn {
    padding: 0 35px;
  }
  /* .faculty-info {
    min-height: 210px;
  } */
  .profile-details .heading-wraper .main-head h1 {
    font-size: 28px;
  }
  .profile-details .heading-wraper .main-head h1 br {
    display: none;
  }
  .statistics-stat-number {
    font-size: 2rem;
    font-weight: bold;
  }
  .gradient-staff-profile {
    background: linear-gradient(to bottom, #fff8f2 50%, #fff 50%);
  }
}
@media (max-width: 1025px) {
  .faculty-bg p {
    max-width: 100%;
  }
  .statistics-stats-box-grid .statistics-stat {
    padding: 10px 0;
  }
  /* .faculty-info {
    min-height: 210px;
  } */
}
@media (max-width: 960px) {
  .faculty-bg {
    height: 50vh;
  }
  .professor-faculty-grid {
    grid-template-columns: repeat(3, 1fr);
  }
  .statistics-stats-box-grid {
    padding-top: 0 !important;
  }
  .statistics-stats-box {
    max-width: 100%;
  }
  .social-icons {
    margin-bottom: 1rem !important;
  }
  .profile-details .heading-wraper {
    margin-bottom: 20px;
  }
  .profile-details {
    padding: 0 30px;
  }
  .statistics-stat-number {
    font-size: 1.5rem;
  }
  .lpu-faculty-link-btn {
    width: 100%;
  }
  /* .faculty-info {
    min-height: 150px;
  }
  .faculty-info {
    min-height: auto;
  }*/
}
@media (max-width: 767px) {
  .professor-faculty-grid {
    grid-template-columns: repeat(2, 1fr);
  }
 .faculty-bg .call-action {
    display: flex;
    gap: 10px;
    flex-direction: column;
    width: 100%;
}
  .profile-image {
    border: none;
    padding: 0;
    text-align: center;
  }
  .profile-image .img-with {
    width: 70%;
    border: 1px solid #b8b8b8;
    padding: 30px 30px 0 0;
  }
  .profile-details {
    text-align: center;
  }
  .profile-details .heading-wraper .main-head {
    align-items: center;
    margin-top: 15px;
    justify-content: center;
  }
  .profile-details .heading-wraper h4 {
    padding-top: 5px;
  }
  .social-icons {
    justify-content: center;
  }
}
.paginationjs .paginationjs-pages li:first-child,
.paginationjs .paginationjs-pages li:first-child > a {
  border-radius: 3px 0 0 3px !important;
}
.paginationjs .paginationjs-pages li {
  border: 1px solid #aaa !important;
  border-right: none !important;
}
.paginationjs .paginationjs-pages li.active > a {
  background: #aaa !important;
  color: #fff !important;
  cursor: default !important;
}
.paginationjs .paginationjs-pages li > a {
  min-width: 30px !important;
  height: 28px !important;
  line-height: 28px !important;
  background: #fff !important;
  font-size: 14px !important;
  color: #333 !important;
  text-decoration: none !important;
  text-align: center !important;
  cursor: pointer !important;
}
.paginationjs .paginationjs-pages li:last-child {
  border-right: 1px solid #aaa !important;
  border-radius: 0 3px 3px 0 !important;
}
.paginationjs-prev a:before {
  top: 2px !important;
  left: 12px !important;
}
.paginationjs-next a:after {
  top: 2px !important;
  right: 12px !important;
}
}
