:root {
  --header-height: 80px;
}

.container-faculty {
  padding: 10px;
  background-color: #f4f4f4;
}

.header-section {
  height: var(--header-height);
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 999;
}

.faculty-banner {
  margin-top: var(--header-height);
}

.faculty-banner {
  margin-top: var(--header-height);
  background-image: url('../../images/faculty-img/new_bg_1.png');
  background-size: cover;
  background-position: center;
  width: 100%;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
}

.overlay {
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.6));
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}


.content {
  padding: 20px;
  text-align: center;
}

.title {
  font-size: 4rem;
  font-weight: bold;
  text-transform: uppercase;
  color: white;
}

.subtitle {
  font-size: 2.5rem;
  font-weight: lighter;
  line-height: 1.5;
  color: white;
}

.bg-theme-grey {
  background-color: #f4f4f4;
  padding: 0px;
}

.f-list {
  background-color: #ffffff;
  padding: 15px 25px;
  border-bottom: 1px solid #ddd;
}


.f-list.head {
  /* background-color: #4ecdea; */
  /* background-color: #035cdd; */
  background-color: #0e2641;
  color: white;
  font-weight: bold;
}

.text-d {
  text-align: center;
}

.red-text {
  color: #f05235;
}

.font_bold {
  font-weight: bold;
}

.border-left, .border-right {
  border-color: #ccc !important;
}

.btn-primary {
  background-color: #005de0;
  color: white;
  border: 1px solid black;
  border-radius: 10px;
  width: 108px;
  height: 42px;
  padding: 5px 11px;
  font-size: 13px;
  text-align: center;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  transition: background-color 0.3s ease;
  text-decoration: none;
}


.btn-primary:hover {
  background-color: #f4f4f4;
  color: #005de0;
}

@media (max-width: 2000px) {
    .faculty-banner {
    height: 110vh;
    padding: 0px;
  }
  .overlay {
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.6));
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .title {
    font-size: 3rem;
  }
  .subtitle {
    font-size: 1.8rem;
  }
  .text-center{
    font-size: x-large;
  }
}

@media (max-width: 1024px) {
  .faculty-banner {
    max-height: 75vh;
  }
  .overlay {
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.6));
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .title {
    font-size: 2.5rem;
  }
  .subtitle {
    font-size: 1.1rem;
  }
  .text-center{
    font-size: large;
  }
}

/* @media (max-width: 1400px) {
    .faculty-banner {
    height: 10vh;
    padding: 0px;
  }
  .overlay {
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.6));
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .title {
    font-size: 2.5rem;
  }
  .subtitle {
    font-size: 1.1rem;
  }
  .text-center{
    font-size: large;
  }
} */

@media (max-width: 768px) {
  .faculty-banner {
    height: 60vh;
    padding: 0px;
  }
  .overlay {
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.6));
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .title {
    font-size: 1.4rem;
  }
  .subtitle {
    font-size: 0.9rem;
  }
  .f-list .row > div {
    margin-bottom: 10px;
  }
  .text-center{
    font-size: medium;
  }
}

@media (max-width: 450px) {
  .faculty-banner {
    height: 30vh;
    padding: 0px;
  }
  .overlay {
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.6));
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .text-center{
    font-size: 0.8rem;
    align-items: center;
    justify-content: center;
  }
  .title {
    font-size: 1rem;
  }
  .subtitle {
    font-size: 0.5rem;
  }
  .btn-primary {
    font-size: 12px;
    padding: 2px 6px;
  }
}
@media (max-width: 378px) {
  .faculty-banner {
    height: 30vh;
    padding: 0px;
  }
  .overlay {
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.6));
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .text-center{
    font-size: 0.8rem;
    align-items: center;
    justify-content: center;
  }
  .title {
    font-size: 1rem;
  }
  .subtitle {
    font-size: 0.5rem;
  }
  .btn-primary {
    font-size: 12px;
    padding: 2px 6px;
  }
}
@media (max-width: 320px) {
  .faculty-banner {
    height: 25vh;
    padding: 0px;
  }
  .overlay {
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.6));
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .text-center{
    font-size: 0.8rem;
    align-items: center;
    justify-content: center;
  }
  .title {
    font-size: 1rem;
  }
  .subtitle {
    font-size: 0.5rem;
  }
  .btn-primary {
    font-size: 12px;
    padding: 2px 6px;
  }
}