.elementor-101 .elementor-element.elementor-element-dcd139a{--display:flex;}/* Start custom CSS for html, class: .elementor-element-33b909c *//* =========================================================
   ADMISSIONS — PRO LIGHT BLUE (FULL REWRITE)
   Wrapper: .admX
   ========================================================= */

/* Fonts (must be at top) */
@import url('https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700;800;900&family=Manrope:wght@500;600;700;800&display=swap');

.admX{
  /* Theme */
  --navy: #0B2A55;
  --navy2:#071F3F;
  --blue: #1D4ED8;
  --sky:  #7DD3FC;
  --mint: #2DD4BF;

  --txt:  #0b1220;
  --mut:  #51627a;

  --bg:   #F3F8FF;     /* page light blue */
  --soft: #EFF6FF;     /* section soft */
  --card: #ffffff;
  --bd:   rgba(15, 23, 42, 0.10);

  --r: 22px;
  --r2: 16px;

  font-family:"Inter", system-ui, -apple-system, "Segoe UI", Roboto, Arial, sans-serif;
  color: var(--txt);
  background: var(--bg);
}

.admX *{ box-sizing:border-box; }
.admX a{ text-decoration:none; }
.admX-wrap{ max-width:1180px; margin:0 auto; padding:0 18px; }

/* ---------------------------
   Typography
---------------------------- */
.admX-h1{
  margin: 18px 0 10px;
  font-size: clamp(34px, 4.8vw, 56px);
  line-height: 1.05;
  letter-spacing: -0.045em;
  font-weight: 900;
  color:#fff;
  max-width: 22ch;
}

.admX-h1Sub{
  display:block;
  margin-top: 14px;
  font-family: "Manrope","Inter",system-ui,-apple-system,"Segoe UI",Roboto,Arial,sans-serif;
  font-size: clamp(16px, 1.6vw, 20px);
  font-weight: 700;
  letter-spacing: .15px;
  line-height: 1.65;
  color: rgba(255,255,255,.88);

  /* premium accent */
  padding-left: 14px;
  border-left: 3px solid var(--mint);
  max-width: 58ch;
}

.admX-h2{
  margin: 0 0 10px;
  font-size: clamp(26px, 3vw, 38px);
  line-height: 1.12;
  letter-spacing: -0.03em;
  font-weight: 900;
  color: var(--navy);
}

.admX-sub{
  margin:0;
  color: var(--mut);
  font-size: 16px;
  line-height: 1.9;
  font-weight: 600;
  max-width: 70ch;
}

.admX-lead{
  margin: 0 0 20px;
  font-size: 16px;
  line-height: 1.95;
  color: rgba(255,255,255,.92);
  max-width: 70ch;
}

/* ---------------------------
   Breadcrumb
---------------------------- */
.admX-bread{
  display:flex;
  gap:10px;
  align-items:center;
  color: rgba(255,255,255,.82);
  font-weight: 700;
  font-size: 13px;
}
.admX-breadLink{
  color:#fff;
  font-weight:900;
}
.admX-breadLink:hover{ text-decoration: underline; }
.admX-breadSep{ opacity:.65; }

/* ---------------------------
   Buttons
---------------------------- */
.admX-btn{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  padding: 12px 18px;
  border-radius: 14px;
  font-weight: 800;
  font-size: 14px;
  border: 1px solid transparent;
  transition: transform .15s ease, box-shadow .15s ease, background .15s ease, color .15s ease;
  white-space: nowrap;
}
.admX-btn:hover{ transform: translateY(-1px); box-shadow: 0 16px 38px rgba(11,18,32,.14); }
.admX-btn:active{ transform: translateY(0); }
.admX-btnFull{ width:100%; }

/* Primary (mint) */
.admX-btnPrimary{
  color:#062b26;
  background: linear-gradient(135deg, var(--mint) 0%, #9AF5EA 100%);
  box-shadow: 0 14px 32px rgba(45,212,191,.22);
}

/* Outline default (for white sections) */
.admX-btnOutline{
  color: var(--navy);
  background: rgba(255,255,255,.9);
  border: 1px solid rgba(11,42,85,.20);
}
.admX-btnOutline:hover{
  background: #ffffff;
  border-color: rgba(11,42,85,.28);
}

/* Ghost white (CTA) */
.admX-btnGhostW{
  color:#fff;
  background: rgba(255,255,255,.14);
  border: 1px solid rgba(255,255,255,.18);
}
.admX-btnGhostW:hover{ background: rgba(255,255,255,.20); }

/* HERO special outline (white border on dark bg) */
.admX-hero .admX-btnOutline{
  color:#fff;
  background: rgba(255,255,255,.10);
  border: 1px solid rgba(255,255,255,.22);
}
.admX-hero .admX-btnOutline:hover{ background: rgba(255,255,255,.16); }

/* ---------------------------
   HERO (Light-blue premium)
---------------------------- */
.admX-hero{
  padding: 92px 0 72px;
  background:
    radial-gradient(900px 520px at 18% 0%, rgba(125,211,252,.35), transparent 60%),
    radial-gradient(1000px 520px at 92% 8%, rgba(45,212,191,.20), transparent 55%),
    linear-gradient(180deg, #0E3A7A 0%, #0B2A55 70%, #081E3C 100%);
  border-bottom: 1px solid rgba(255,255,255,.10);
}

.admX-heroGrid{
  display:grid;
  grid-template-columns: 1.08fr .92fr;
  gap: 26px;
  align-items: center;
}

/* Kicker */
.admX-kicker{
  display:inline-flex;
  gap:10px;
  align-items:center;
  padding: 10px 14px;
  border-radius: 999px;
  background: rgba(255,255,255,.14);
  border: 1px solid rgba(255,255,255,.18);
  color:#fff;
  font-weight: 800;
  font-size: 13px;
  backdrop-filter: blur(10px);
  margin-top: 14px;
}
.admX-kdot{
  width:10px;height:10px;border-radius:999px;
  background: var(--mint);
  box-shadow: 0 0 0 6px rgba(45,212,191,.18);
}

.admX-ctaRow{
  display:flex;
  gap:12px;
  flex-wrap:wrap;
  margin: 16px 0 18px;
}

/* Stats */
.admX-miniStats{
  display:grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 12px;
  margin-top: 10px;
}

.admX-stat{
  padding: 14px;
  border-radius: 18px;
  background: rgba(255,255,255,.10);
  border: 1px solid rgba(255,255,255,.14);
  backdrop-filter: blur(10px);
}
.admX-statK{
  font-size: 12px;
  color: rgba(255,255,255,.74);
  font-weight: 800;
  margin-bottom: 6px;
}
.admX-statV{
  font-size: 13px;
  color:#fff;
  font-weight: 900;
  line-height: 1.5;
}

/* Right card (glass, cleaner) */
.admX-heroRight{ position:relative; }

.admX-bgArt{
  position:absolute;
  inset: -16px -10px -16px 40px;
  border-radius: 34px;
  background:
    radial-gradient(closest-side, rgba(125,211,252,.22), transparent 70%),
    radial-gradient(closest-side, rgba(45,212,191,.18), transparent 70%);
  filter: blur(1px);
  pointer-events:none;
}

.admX-heroCard{
  position:relative;
  padding: 20px;
  border-radius: var(--r);
  background: rgba(255,255,255,.12);
  border: 1px solid rgba(255,255,255,.16);
  backdrop-filter: blur(14px);
  box-shadow: 0 24px 80px rgba(0,0,0,.22);
}

.admX-heroCardTop{
  display:flex;
  gap:10px;
  flex-wrap:wrap;
  margin-bottom: 12px;
}

.admX-chip{
  padding: 8px 12px;
  border-radius: 999px;
  background: rgba(255,255,255,.14);
  border: 1px solid rgba(255,255,255,.18);
  color:#fff;
  font-weight: 900;
  font-size: 12px;
}
.admX-chip2{
  background: rgba(45,212,191,.20);
  border-color: rgba(45,212,191,.28);
}

.admX-heroCardTitle{
  font-weight: 1000;
  color:#fff;
  font-size: 16px;
  margin-bottom: 12px;
}

.admX-checks{ display:grid; gap:10px; margin-bottom: 12px; }

.admX-check{
  display:flex;
  gap:10px;
  align-items:center;
  padding: 12px;
  border-radius: 16px;
  background: rgba(255,255,255,.10);
  border: 1px solid rgba(255,255,255,.14);
  color:#fff;
  font-weight: 800;
  font-size: 13px;
}

.admX-check span{
  width: 26px;
  height: 26px;
  border-radius: 10px;
  display:inline-flex;
  align-items:center;
  justify-content:center;
  background: rgba(45,212,191,.22);
  border: 1px solid rgba(45,212,191,.32);
  color:#fff;
  font-weight: 1000;
}

.admX-heroCardNote{
  margin: 10px 0 14px;
  padding: 12px;
  border-radius: 16px;
  background: rgba(125,211,252,.14);
  border: 1px solid rgba(125,211,252,.22);
  color:#fff;
  font-weight: 800;
  line-height: 1.6;
  font-size: 13px;
}

/* ---------------------------
   Sections (light blue feel)
---------------------------- */
.admX-sec{
  padding: 84px 0;
  background: var(--bg);
}

.admX-soft{
  background: var(--soft);
}

.admX-head{
  max-width: 860px;
  margin: 0 auto 26px;
  text-align: left;
}

.admX-eyebrow{
  display:inline-flex;
  padding: 8px 12px;
  border-radius: 999px;
  background: rgba(29,78,216,.08);
  border: 1px solid rgba(29,78,216,.18);
  color: var(--navy);
  font-weight: 900;
  font-size: 12px;
  letter-spacing: .02em;
}

/* Cards */
.admX-stepCard,
.admX-infoCard,
.admX-docCard,
.admX-q{
  background: var(--card);
  border: 1px solid var(--bd);
  border-radius: var(--r);
  box-shadow: 0 14px 44px rgba(11,18,32,.08);
}

/* ---------------------------
   Timeline
---------------------------- */
.admX-timeline{
  position:relative;
  display:grid;
  gap: 14px;
  padding-left: 18px;
}
.admX-timeline::before{
  content:"";
  position:absolute;
  left: 18px;
  top: 8px;
  bottom: 8px;
  width: 2px;
  background: linear-gradient(180deg, rgba(29,78,216,.20), rgba(45,212,191,.45), rgba(29,78,216,.20));
  border-radius: 2px;
}

.admX-step{
  position:relative;
  display:grid;
  grid-template-columns: 46px 1fr;
  gap: 14px;
  align-items:flex-start;
}

.admX-stepDot{
  width: 36px;
  height: 36px;
  border-radius: 14px;
  display:flex;
  align-items:center;
  justify-content:center;
  background: rgba(45,212,191,.18);
  border: 1px solid rgba(45,212,191,.30);
  color: var(--navy);
  font-weight: 1000;
  z-index: 2;
}

.admX-stepCard{ padding: 16px 18px; border-radius: var(--r); }
.admX-stepTitle{ font-weight: 1000; color: var(--navy); font-size: 15px; margin-bottom: 6px; }
.admX-stepText{ color: var(--mut); font-weight: 650; line-height: 1.85; }

/* ---------------------------
   Grid 2
---------------------------- */
.admX-grid2{
  display:grid;
  grid-template-columns: 1fr 1fr;
  gap: 16px;
}
.admX-infoCard{ padding: 18px; border-radius: var(--r); }
.admX-infoTitle{ font-weight: 1000; color: var(--navy); font-size: 15px; margin-bottom: 10px; }
.admX-list{ margin:0; padding-left: 18px; color: var(--mut); line-height: 1.9; font-weight: 650; }
.admX-list li{ margin: 7px 0; }

/* ---------------------------
   Docs
---------------------------- */
.admX-docs{ margin-top: 16px; }
.admX-docCard{ padding: 18px; border-radius: var(--r); }

.admX-docTop{ display:flex; gap:12px; align-items:flex-start; margin-bottom: 12px; }
.admX-docIcon{
  width: 42px;
  height: 42px;
  border-radius: 16px;
  display:flex;
  align-items:center;
  justify-content:center;
  background: rgba(29,78,216,.08);
  border: 1px solid rgba(29,78,216,.18);
  font-size: 18px;
}
.admX-docTitle{ font-weight: 1000; color: var(--navy); font-size: 15px; }
.admX-docSub{ color: var(--mut); font-weight: 650; line-height: 1.7; font-size: 13px; margin-top: 4px; }

.admX-docPills{ display:flex; gap:10px; flex-wrap:wrap; }
.admX-pill{
  padding: 10px 12px;
  border-radius: 999px;
  border: 1px solid rgba(29,78,216,.16);
  background: #F7FBFF;
  color: var(--navy);
  font-weight: 900;
  font-size: 13px;
}

/* ---------------------------
   FAQ
---------------------------- */
.admX-faq{ display:grid; gap:10px; }

.admX-q{
  border-radius: 18px;
  overflow:hidden;
}

.admX-q summary{
  cursor:pointer;
  list-style:none;
  padding: 16px 16px;
  font-weight: 900;
  color: var(--navy);
  position: relative;
}
.admX-q summary::-webkit-details-marker{ display:none; }

.admX-q summary::after{
  content:"+";
  position:absolute;
  right: 16px;
  top: 14px;
  width: 28px;
  height: 28px;
  border-radius: 12px;
  display:flex;
  align-items:center;
  justify-content:center;
  background: rgba(29,78,216,.08);
  border: 1px solid rgba(29,78,216,.18);
  color: var(--navy);
  font-weight: 1000;
}
.admX-q[open] summary::after{ content:"–"; }

.admX-a{
  padding: 0 16px 16px;
  color: var(--mut);
  font-weight: 650;
  line-height: 1.85;
}

/* Center */
.admX-center{
  display:flex;
  gap: 12px;
  flex-wrap: wrap;
  justify-content:center;
  margin-top: 18px;
}

/* ---------------------------
   CTA (still dark but softer)
---------------------------- */
.admX-cta{
  padding: 72px 0;
  background:
    radial-gradient(900px 520px at 20% 0%, rgba(125,211,252,.20), transparent 60%),
    linear-gradient(135deg, #0E3A7A 0%, #0B2A55 55%, #081E3C 100%);
  border-top: 1px solid rgba(255,255,255,.10);
}

.admX-ctaGrid{
  display:flex;
  gap: 18px;
  align-items:center;
  justify-content: space-between;
}

.admX-eyebrowW{
  background: rgba(255,255,255,.14);
  border: 1px solid rgba(255,255,255,.18);
  color: #fff;
}

.admX-h2W{
  margin: 8px 0 10px;
  font-size: clamp(24px, 2.6vw, 34px);
  line-height: 1.15;
  color: #fff;
  letter-spacing: -0.03em;
  font-weight: 900;
}

.admX-subW{
  margin:0;
  color: rgba(255,255,255,.86);
  line-height: 1.9;
  font-weight: 650;
  max-width: 70ch;
}

.admX-ctaBtns{
  display:flex;
  gap: 12px;
  flex-wrap: wrap;
  justify-content: flex-end;
}

/* ---------------------------
   Responsive
---------------------------- */
@media (max-width:1024px){
  .admX-heroGrid{ grid-template-columns: 1fr; }
  .admX-miniStats{ grid-template-columns: 1fr; }
  .admX-grid2{ grid-template-columns: 1fr; }
  .admX-ctaGrid{ flex-direction: column; align-items:flex-start; }
  .admX-ctaBtns{ justify-content:flex-start; }
}

@media (max-width:768px){
  .admX-hero{ padding: 86px 0 62px; }
  .admX-wrap{ padding: 0 16px; }
  .admX-h1{ max-width: 100%; }
  .admX-h1Sub{ padding-left: 12px; }
}

@media (prefers-reduced-motion: reduce){
  .admX-btn{ transition:none; }
  .admX-btn:hover{ transform:none; }
}/* End custom CSS */