/* ============= JYOTI SIR HERO SECTION ============= */
.hero {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 40px 20px;
  background: #008286;
}

.hero-content {
  max-width: 1200px;
  width: 100%;
}

/* Jyoti Sir card */
.anup-card {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 40px;
  flex-wrap: nowrap;
  text-align: center;
  background: #008286;
  color: white;
  padding: 40px;
  border-radius: 12px;
}

/* Image container */
.anup-image-wrapper {
  display: flex;
  flex-direction: column;
  align-items: center;
}

/* FIXED perfect circular image same on all devices */
.anup-image {
  width: 300px !important;
  height: 300px !important;
  border-radius: 50%;
  border: 4px solid #ffeb3b;
  object-fit: cover;
  display: block;
  margin: 0 auto;
}

/* IIT-Kharagpur text */
.collage-name {
  color: #FFD700;
  font-weight: bold;
  font-size: 18px;
  margin-top: 8px;
  text-align: center;
}

/* Info text */
.anup-info {
  max-width: 500px;
}

.anup-info h2 {
  font-size: 30px;
  color: #ffffff;
  margin-bottom: 15px;
}

.anup-info .highlight {
  color: #ffeb3b;
}

.anup-info li {
  font-size: 18px;
  margin-bottom: 8px;
}

/* --- Responsive (still fixed image) --- */
@media (max-width: 768px) {
  .anup-card {
    flex-direction: column;
  }

  .anup-image {
    width: 300px !important;
    height: 300px !important;
  }

  .anup-info h2 {
    font-size: 22px;
  }

  .anup-info li {
    font-size: 16px;
  }
}
