body.elementor-page-70:not(.elementor-motion-effects-element-type-background), body.elementor-page-70 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:transparent;background-image:linear-gradient(135deg, #FFFFFF 0%, #EEF3FF 100%);}:root{--page-title-display:none;}/* Start custom CSS */.alumni-page {
  font-family: 'Inter', sans-serif;
  color: #1e293b;
}

.container {
  max-width: 1200px;
  margin: auto;
  padding: 60px 20px;
}

.center {
  text-align: center;
}

.alumni-hero {
  background: linear-gradient(135deg, #0f172a, #1e3a8a);
  color: #fff;
}

.alumni-hero h1 {
  font-size: 48px;
  font-weight: 700;
}

.alumni-hero p {
  font-size: 18px;
  opacity: 0.9;
  max-width: 700px;
  margin: 20px auto;
}

.stats {
  display: flex;
  gap: 40px;
  justify-content: center;
  margin-top: 40px;
}

.stat h3 {
  font-size: 32px;
  color: #38bdf8;
}

.stat span {
  font-size: 14px;
  opacity: 0.8;
}

.section h2 {
  font-size: 36px;
  margin-bottom: 30px;
}

.two-column {
  display: grid;
  grid-template-columns: 1.2fr 0.8fr;
  gap: 40px;
}

.highlight-box {
  background: #f1f5f9;
  padding: 30px;
  border-radius: 16px;
  box-shadow: 0 10px 30px rgba(0,0,0,0.05);
}

.light-bg {
  background: #f8fafc;
}

.cards {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 30px;
}

.card {
  background: #fff;
  padding: 30px;
  border-radius: 18px;
  box-shadow: 0 20px 40px rgba(0,0,0,0.06);
}

.objective-list {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 20px;
}

.objective {
  background: #fff;
  padding: 18px 24px;
  border-radius: 14px;
  box-shadow: 0 10px 20px rgba(0,0,0,0.05);
}

.stats.big h3 {
  font-size: 40px;
}

.cta {
  background: linear-gradient(135deg, #2563eb, #1e40af);
  color: #fff;
}

.btn {
  display: inline-block;
  margin-top: 20px;
  padding: 14px 36px;
  background: #fff;
  color: #1e40af;
  font-weight: 600;
  border-radius: 999px;
  text-decoration: none;
}/* End custom CSS */