@import url("edusyms-design-system.css");
@import url("style.css");
@import url("mega-nav.css");

/* Privacy Page Styles inspired by index page */

.about-hero-new {
  background: linear-gradient(120deg, #e0e7ff 0%, var(--white) 100%);
  clip-path: polygon(0 0, 100% 0, 100% 95%, 0 100%);
  position: relative;
  z-index: 1;
}

.hero-inner {
  max-width: 1000px;
  margin: 0 auto;
  padding: 60px 20px;
  text-align: center;
}

.hero-title {
  font-size: 2.7rem;
  font-weight: 700;
  color: #25316D;
  letter-spacing: -1px;
}

.hero-title span {
  color: #4f8cff;
}

.hero-subtitle {
  font-size: 1.25rem;
  margin-top: 24px;
  color: #4F5665;
}
