body{
  overflow-x: hidden;
}
.alumni-hero {
  min-height: 90vh;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}
#Alumni{
  scroll-margin-top: 40px;
  overflow-y: auto;
  
}
.hero-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url('Assets/hms 24 copy.jpg');
  /* Replace with actual image path */
  background-size: cover;
  background-position: center;
  filter: blur(5px) brightness(0.4);
  z-index: 1;
}

.hero-content {
  position: relative;
  z-index: 2;
  animation: fadeIn 1.2s ease-in;
}

@keyframes fadeIn {
  from {
    opacity: 0;
    transform: translateY(-20px);
  }

  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@media (max-width: 768px) {
  .alumni-hero {
    height: 70vh;
  }

  .hero-content h1 {
    font-size: 1.75rem;
  }

  .hero-content p {
    font-size: 1rem;
  }
}

.prominent-alumni {
  background: #13293D;
}

.team-heading {
  font-weight: 700;
  letter-spacing: 1px;
  margin-bottom: 1rem;
}

.team-divider {
  width: 60px;
  height: 3px;
  background-color: #cfcfcf;
  margin: 0 auto 2rem;
}

.team-card {
  max-width: 200px;
  max-height: 330px;
  background-color: #F9EAE1;
  border-radius: 100px;
  text-align: center;
  padding: 2rem 1rem 1rem;
  position: relative;
  overflow: hidden;
  box-shadow: 0 4px 12px rgba(12, 19, 54, 0.1);
  transition: transform 0.3s;
}

.team-card:hover {
  transform: translateY(-8px);
}

.team-img {
  width: 150px;
  height: 150px;
  object-fit: cover;
  border-radius: 50%;
  margin-bottom: 1rem;
  border: 4px solid #eee;
}

.team-name {
  font-weight: 600;
  font-size: 1.1rem;
}

.team-role {
  font-size: 0.9rem;
  color: #777;
}

.social-icons i {
  font-size: 1.2rem;
  margin: 0 0.4rem;
  color: #444;
  transition: color 0.3s;
}

.social-icons i:hover {
  color: #007bff;
}



@media (max-width: 768px) {
  .alumni-profile img {
    height: 200px;
  }

  .network-stats h3 {
    font-size: 1.5rem;
  }
}

.alumni-directory {
  font-size: 17px;
 padding: 4rem 2rem;
   text-align: center;
   animation: fadeInUp 1.5s ease-in-out;
   /* min-height: 70vh; */
}

.alumni-card img {
  height: 2000px;
  object-fit: cover;
}

.alumni-card {
  transition: transform 0.2s ease, opacity 0.2s ease;
}

.alumni-card:hover {
  transform: translateY(-5px);
}

.alumni-meet-section {
  background: #f8f9fa;
}

.registration-form {
  background: white;
  padding: 40px;
  border-radius: 15px;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
}

.form-title {
  font-weight: bold;
  color: #0d6efd;
  text-align: center;
  margin-bottom: 30px;
}

.main1 {
  /* border-radius: 50% 50% 50% 50%; */
  background-color: #0d6efd;
  height: 700px;
}

.alumni1 img {
  object-fit: cover;

}

#connect{
  scroll-margin-top: 50px;
}