:root {
  /* Modern Pink & Complementary Color Palette */

  /* Primary Pink Shades */
  --primary-pink: rgba(219, 39, 119, 0.99);
  --accent-pink: rgba(236, 72, 153, 0.99);
  --light-pink: rgba(252, 231, 243, 0.99);
  --dark-pink: rgba(157, 23, 77, 0.99);
  --secondary-pink: rgba(244, 114, 182, 0.99);

  /* Complementary Modern Colors */
  --primary-purple: rgba(168, 85, 247, 0.99);
  --accent-teal: rgba(20, 184, 166, 0.99);
  --soft-coral: rgba(251, 146, 60, 0.99);

  /* Text Colors */
  --text-dark: rgba(30, 27, 37, 0.99);
  --text-medium: rgba(82, 82, 91, 0.99);
  --text-light: rgba(161, 161, 170, 0.99);

  /* Background Colors */
  --white: rgba(255, 255, 255, 0.99);
  --white-transparent: rgba(255, 255, 255, 0.95);
  --white-semi: rgba(255, 255, 255, 0.1);
  --background-light: rgba(253, 242, 248, 0.99);
  --background-card: rgba(255, 255, 255, 0.99);
  --background-gradient-start: rgba(236, 72, 153, 0.99);
  --background-gradient-end: rgba(168, 85, 247, 0.99);

  /* Alert Colors */
  --alert-red: rgba(239, 68, 68, 0.99);
  --alert-red-light: rgba(252, 165, 165, 0.99);
  --success-green: rgba(34, 197, 94, 0.99);
  --warning-amber: rgba(251, 191, 36, 0.99);

  /* Shadows & Effects */
  --shadow-light: rgba(219, 39, 119, 0.1);
  --shadow-medium: rgba(219, 39, 119, 0.15);
  --shadow-dark: rgba(0, 0, 0, 0.3);
  --overlay-dark: rgba(0, 0, 0, 0.4);
  --glow-pink: rgba(236, 72, 153, 0.5);
  --glow-purple: rgba(168, 85, 247, 0.5);
}
.NIELITImage {
  height: 80px;
  align-self: flex-end;
  justify-content: flex-end;
}

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

body {
  font-family: "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto,
    sans-serif;
  line-height: 1.6;
  color: var(--text-dark);
  background: var(--background-light);
  margin: 0;
}

.overview-hero100 {
  background: linear-gradient(
      135deg,
      rgba(39, 83, 204, 0.7),
      rgba(184, 192, 214, 0.7)
    ),
    url("./images/nielit-ropar-campus-136951.png"); /* Replace with your actual image URL */
  background-size: cover;
  background-position: center;
  padding: 4rem 0;
  margin-bottom: 3rem;
  position: relative;
  overflow: hidden;
  text-align: center;
  color: white;
  width: 100vw;
  margin-left: calc(-50vw + 50%);
  margin-top: 4rem;
}

.hero-content100 {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 2rem;
  position: relative;
  z-index: 2;
}

.overview-section100 {
  max-width: 1200px;
  margin: 0 auto;
  padding: 2rem 2rem 0;
  position: relative;
}

.overview-hero100::before {
  content: "";
  position: absolute;
  top: -50%;
  left: -50%;
  width: 200%;
  height: 200%;
  background: radial-gradient(
    circle,
    rgba(255, 255, 255, 0.1) 0%,
    transparent 70%
  );
  animation: rotate100 20s linear infinite;
}

@keyframes rotate100 {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

.hero-title100 {
  font-size: 3.5rem;
  font-weight: 800;
  margin-bottom: 1.5rem;
  position: relative;
  z-index: 2;
  text-shadow: 2px 2px 4px var(--overlay-dark);
  line-height: 1.2;
}

.hero-subtitle100 {
  font-size: 1.4rem;
  opacity: 0.95;
  margin-bottom: 2rem;
  position: relative;
  z-index: 2;
  font-weight: 300;
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
}

.hero-badge100 {
  display: inline-block;
  background: var(--white-semi);
  color: var(--white);
  padding: 0.8rem 2rem;
  border-radius: 50px;
  font-weight: 600;
  font-size: 1.1rem;
  position: relative;
  z-index: 2;
  backdrop-filter: blur(10px);
  border: 1px solid var(--white-semi);
}

.overview-content100 {
  background: var(--background-card);
  border-radius: 20px;
  padding: 3rem;
  margin-bottom: 3rem;
  box-shadow: 0 15px 35px var(--shadow-light);
  border: 1px solid var(--light-blue);
  position: relative;
  overflow: hidden;
}

.overview-content100::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 4px;
  background: linear-gradient(
    90deg,
    var(--primary-blue),
    var(--accent-blue),
    var(--secondary-blue)
  );
}

.content-title100 {
  font-size: 2.5rem;
  font-weight: 700;
  color: var(--primary-blue);
  margin-bottom: 2rem;
  text-align: center;
  position: relative;
}

.content-title100::after {
  content: "";
  position: absolute;
  bottom: -10px;
  left: 50%;
  transform: translateX(-50%);
  width: 80px;
  height: 4px;
  background: linear-gradient(90deg, var(--accent-blue), var(--secondary-blue));
  border-radius: 2px;
}

.content-text100 {
  font-size: 1.1rem;
  line-height: 1.8;
  color: var(--text-medium);
  text-align: justify;
  margin-bottom: 2rem;
}

.content-text100 strong {
  color: var(--primary-blue);
  font-weight: 600;
}

.location-info100 {
  background: var(--light-blue);
  padding: 1.5rem;
  border-radius: 15px;
  margin: 2rem 0;
  border-left: 4px solid var(--accent-blue);
}

.location-text100 {
  font-size: 1rem;
  color: var(--text-dark);
  margin: 0;
  font-weight: 500;
}

.centers-grid100 {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  gap: 1.5rem;
  margin: 2rem 0;
}

.center-card100 {
  background: var(--white);
  padding: 1.5rem;
  border-radius: 15px;
  text-align: center;
  box-shadow: 0 8px 20px var(--shadow-light);
  border: 1px solid var(--light-blue);
  transition: all 0.3s ease;
  position: relative;
  overflow: hidden;
}

.center-card100::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 3px;
  background: linear-gradient(90deg, var(--primary-blue), var(--accent-blue));
  transform: scaleX(0);
  transition: transform 0.3s ease;
}

.center-card100:hover {
  transform: translateY(-5px);
  box-shadow: 0 15px 35px var(--shadow-medium);
}

.center-card100:hover::before {
  transform: scaleX(1);
}

.center-name100 {
  font-size: 1.1rem;
  font-weight: 600;
  color: var(--primary-blue);
  margin-bottom: 0.5rem;
}

.center-location100 {
  font-size: 0.9rem;
  color: var(--text-light);
  margin: 0;
}

.focus-section100 {
  background: linear-gradient(135deg, var(--primary-blue), var(--dark-blue));
  border-radius: 20px;
  padding: 3rem;
  color: var(--white);
  position: relative;
  overflow: hidden;
}

.focus-section100::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 100 100"><defs><pattern id="dots100" patternUnits="userSpaceOnUse" width="20" height="20"><circle cx="10" cy="10" r="2" fill="rgba(255,255,255,0.1)"/></pattern></defs><rect width="100" height="100" fill="url(%23dots100)"/></svg>');
  opacity: 0.3;
}

.focus-title100 {
  font-size: 2.2rem;
  font-weight: 700;
  margin-bottom: 2rem;
  text-align: center;
  position: relative;
  z-index: 2;
}

.focus-list100 {
  list-style: none;
  position: relative;
  z-index: 2;
}

.focus-item100 {
  padding: 1.5rem 0;
  border-bottom: 1px solid var(--white-semi);
  position: relative;
  padding-left: 3rem;
  font-size: 1.1rem;
  line-height: 1.6;
  transition: all 0.3s ease;
}

.focus-item100:last-child {
  border-bottom: none;
}

.focus-item100::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 20px;
  height: 20px;
  background: var(--accent-blue);
  border-radius: 50%;
  border: 3px solid var(--white);
}

.focus-item100::after {
  content: "✓";
  position: absolute;
  left: 4px;
  top: 50%;
  transform: translateY(-50%);
  color: var(--white);
  font-weight: bold;
  font-size: 0.8rem;
}

.focus-item100:hover {
  padding-left: 3.5rem;
  color: var(--light-blue);
}

.stats-banner100 {
  background: var(--background-card);
  border-radius: 20px;
  padding: 2.5rem;
  margin-top: 3rem;
  box-shadow: 0 10px 30px var(--shadow-light);
  text-align: center;
}

.stats-title100 {
  font-size: 1.8rem;
  font-weight: 700;
  color: var(--primary-blue);
  margin-bottom: 2rem;
}

.stats-grid100 {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
  gap: 2rem;
}

.stat-item100 {
  text-align: center;
}

.stat-number100 {
  font-size: 2.5rem;
  font-weight: 800;
  color: var(--primary-blue);
  display: block;
  margin-bottom: 0.5rem;
}

.stat-label100 {
  font-size: 1rem;
  color: var(--text-medium);
  font-weight: 500;
}

.fade-in100 {
  opacity: 0;
  transform: translateY(30px);
  animation: fadeInUp100 0.8s ease forwards;
}

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

.staggered100 .center-card100:nth-child(1) {
  animation-delay: 0.1s;
}
.staggered100 .center-card100:nth-child(2) {
  animation-delay: 0.2s;
}
.staggered100 .center-card100:nth-child(3) {
  animation-delay: 0.3s;
}
.staggered100 .center-card100:nth-child(4) {
  animation-delay: 0.4s;
}
.staggered100 .center-card100:nth-child(5) {
  animation-delay: 0.5s;
}
.staggered100 .center-card100:nth-child(6) {
  animation-delay: 0.6s;
}
.staggered100 .center-card100:nth-child(7) {
  animation-delay: 0.7s;
}
.staggered100 .center-card100:nth-child(8) {
  animation-delay: 0.8s;
}
.staggered100 .center-card100:nth-child(9) {
  animation-delay: 0.9s;
}
.staggered100 .center-card100:nth-child(10) {
  animation-delay: 1s;
}
.staggered100 .center-card100:nth-child(11) {
  animation-delay: 1.1s;
}

/* Responsive Design */
@media (max-width: 768px) {
  .NIELITImage {
    height: 50px;
  }

  .overview-section100 {
    padding: 1rem 1rem 0;
  }

  .overview-hero100 {
    padding: 2.5rem 0;
  }

  .hero-content100 {
    padding: 0 1rem;
  }

  .hero-title100 {
    font-size: 2.5rem;
  }

  .hero-subtitle100 {
    font-size: 1.2rem;
  }

  .overview-content100 {
    padding: 2rem;
  }

  .content-title100 {
    font-size: 2rem;
  }

  .content-text100 {
    font-size: 1rem;
  }

  .centers-grid100 {
    grid-template-columns: 1fr;
    gap: 1rem;
  }

  .focus-section100 {
    padding: 2rem;
  }

  .focus-title100 {
    font-size: 1.8rem;
  }

  .focus-item100 {
    font-size: 1rem;
    padding-left: 2.5rem;
  }

  .stats-grid100 {
    grid-template-columns: repeat(2, 1fr);
  }

  .stat-number100 {
    font-size: 2rem;
  }
}

@media (max-width: 480px) {
  .hero-title100 {
    font-size: 2rem;
  }

  .overview-hero100 {
    padding: 2rem 0;
  }

  .hero-content100 {
    padding: 0 1.5rem;
  }

  .overview-content100 {
    padding: 1.5rem;
  }

  .focus-section100 {
    padding: 1.5rem;
  }

  .stats-grid100 {
    grid-template-columns: 1fr;
  }
}
