.center {
  text-align: center;
}

.sfet-img-wrapper {
  width: fit-content;
  margin: auto;
  position: relative;
}

.search-bar-container {
  backdrop-filter: blur(10px);
  background: #ffffff26;
  border-radius: 40px;
  align-items: center;
  padding: 10px 20px;
  display: flex;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  box-shadow: 0 8px 16px #0003;
}

.search-bar-container input {
  color: #fff;
  background: none;
  border: none;
  outline: none;
  width: 220px;
  padding: 8px 12px;
  font-size: 16px;
}

.search-bar-container input::placeholder {
  color: #fff;
  opacity: .8;
}

.search-bar-container button {
  cursor: pointer;
  color: #fff;
  background: none;
  border: none;
  margin-left: 10px;
  font-size: 18px;
}

.search-bar-container button:hover {
  color: gold;
}

@media (width <= 600px) {
  .search-bar-container {
    flex-direction: row;
    padding: 8px 16px;
  }

  .search-bar-container input {
    width: 150px;
    font-size: 14px;
  }

  .search-bar-container button {
    font-size: 16px;
  }
}

.overlay-heading {
  color: #fff;
  text-align: center;
  text-shadow: 2px 2px 6px #0009;
  background: none;
  margin: 0;
  padding: 0;
  font-size: 2.5rem;
  font-weight: 800;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

@media (width <= 768px) {
  .overlay-heading {
    font-size: 1.6rem;
  }
}

@media (width <= 480px) {
  .overlay-heading {
    font-size: 1.2rem;
  }
}

.faculty-names {
  text-align: center;
  color: #fff;
  background: linear-gradient(135deg, #1e3c72, #2a5298);
  border-radius: 20px;
  width: 100%;
  padding: 1.2rem 1rem;
  box-shadow: 0 8px 24px #00000040;
}

.faculty-names h1 {
  -webkit-text-fill-color: transparent;
  letter-spacing: 1.2px;
  background: linear-gradient(90deg, #fff, #cce7ff);
  -webkit-background-clip: text;
  margin: 0;
  font-family: Montserrat, Poppins, Segoe UI, sans-serif;
  font-size: 2.5rem;
  font-weight: 800;
  line-height: 1.3;
}

.faculty-names h1:hover {
  color: #004aad;
  transform: rotateY(10deg)scale(1.05);
}

.img2 {
  width: 100%;
  height: 520px;
}

.img3 {
  object-fit: cover;
  width: 100%;
  height: 700px;
}

.img4 {
  width: 100%;
  height: 520px;
}

.img {
  width: 100%;
  height: 680px;
}

@media (width <= 780px) {
  .img, .img2, .img3, .img4 {
    height: 160px;
  }
}

@media (width <= 768px) {
  .faculty-names h1 {
    font-size: 1.5rem;
  }
}

@media (width <= 480px) {
  .faculty-names h1 {
    font-size: 1.2rem;
  }
}

@keyframes rotateGlow {
  0% {
    transform: rotate(0);
  }

  100% {
    transform: rotate(360deg);
  }
}

@keyframes fadeInZoom {
  0% {
    opacity: 0;
    transform: scale(.8)translateY(-30px);
  }

  100% {
    opacity: 1;
    transform: scale(1)translateY(0);
  }
}

@media (width <= 480px) {
  .heading h2 {
    font-size: 1.5rem;
  }
}

.other_img .img {
  border-radius: 20px;
  margin-top: 30px;
}
/*# sourceMappingURL=SvsuQBank.3a01df49.css.map */
