:root{
      --primary:#0b3c8d;
      --dark:#0f172a;
      --muted:#64748b;
      --border:#e5e7eb;
      --focus: rgba(11,60,141,.18);
      --shadow: 0 18px 50px rgba(15,23,42,.10);
      --shadowSoft: 0 10px 30px rgba(15,23,42,.08);
    }
body{ font-family:"Inter",system-ui,-apple-system,Segoe UI,Roboto,Arial,sans-serif; color:var(--dark); }
    .font-display{ font-family:"Playfair Display",serif; }

    /* Navbar glass */
    .nav-glass{
      background: rgba(255,255,255,.80);
      backdrop-filter: blur(10px);
      border-bottom: 1px solid var(--border);
    }

    /* Hero background */
    .hero{
      background: linear-gradient(120deg,#f8fafc,#eef2ff);
    }

    /* Buttons */
    .btn-ec-primary{
      --bs-btn-color:#fff;
      --bs-btn-bg: var(--primary);
      --bs-btn-border-color: var(--primary);
      --bs-btn-hover-bg: #0a3480;
      --bs-btn-hover-border-color: #0a3480;
      box-shadow: 0 12px 26px rgba(11,60,141,.22);
      font-weight: 800;
    }
    .btn-ec-outline{
      --bs-btn-color: var(--primary);
      --bs-btn-border-color: var(--primary);
      --bs-btn-hover-bg: #f1f5ff;
      --bs-btn-hover-border-color: var(--primary);
      font-weight: 800;
    }

    /* Card polish */
    .card-soft{ box-shadow: var(--shadow); border: 1px solid var(--border); border-radius: 1rem; }
    .card-soft-sm{ box-shadow: var(--shadowSoft); border: 1px solid var(--border); border-radius: 1rem; }

    /* Inputs */
    .form-control:focus{
      border-color: var(--primary);
      box-shadow: 0 0 0 .25rem var(--focus);
    }

    /* Title sizing */
    .hero-title{ line-height:1.05; letter-spacing:-.5px; }
    @media (min-width: 992px){
      .hero-title{ font-size: 3.25rem; }
    }
    @media (max-width: 991.98px){
      .hero-title{ font-size: 2.1rem; }
    }

    /* Chips */
    .chip{
      font-size: .8rem;
      font-weight: 800;
      background: #f8fafc;
      border: 1px solid var(--border);
      border-radius: 999px;
      padding: .4rem .65rem;
      display: inline-flex;
      align-items: center;
      gap: .4rem;
      white-space: nowrap;
    }

    /* Avatar stack */
    .avatar-stack{ display:flex; align-items:center; padding-left: .4rem; }
    .avatar-stack .a{
      width: 34px; height: 34px;
      border-radius: 999px;
      display:flex; align-items:center; justify-content:center;
      font-weight: 900;
      border: 2px solid #fff;
      margin-left: -.4rem;
      box-shadow: 0 6px 16px rgba(15,23,42,.10);
      color:#fff;
    }

    /* Live list */
    .live-item{
      border: 1px solid #eef2f7;
      border-radius: .9rem;
      box-shadow: 0 10px 22px rgba(15,23,42,.04);
    }

    /* Team images */
    .team-img{
      width: 100%;
      object-fit: cover;
      object-position: top center;
      border-radius: .85rem;
    }

    /* Stats section */
    .stats{
      background: linear-gradient(180deg, #0b3c8d, #082f6b);
      color:#fff;
    }

    footer{ background:#0f172a; color:#cbd5f5; }
    footer a{ color:#cbd5f5; text-decoration:none; }
    footer a:hover{ color:#fff; }
.ermsg{color: #D51215;font-size: 14px;
}

#page-loader {
      position: fixed;
      top: 0;
      left: 0;
      width: 100vw;
      height: 100vh;
      background: rgba(255, 255, 255, 0.9);
      z-index: 1055;
      display: none;
      align-items: center;
      justify-content: center;
    }

.live-item {
  background: #ffffff;
  border: 1px solid #e5e7eb;
  border-radius: 14px;
  height: 100%;
}

.status-dot {
  width: 9px;
  height: 9px;
  background: #3b82f6;
  border-radius: 50%;
  margin-top: 0;
  flex-shrink: 0;
}

.live-name {
  font-size: 0.9rem;
  color: #0f172a;
  line-height: 1.35;
  word-break: break-word;
}

.live-meta {
  font-size: 0.85rem;
  color: #64748b;
  line-height: 1.3;
  word-break: break-word;
}

.live-badge {
  border: 1px solid #e2e8f0;
  background: #f8fafc;
  color: #0f172a;
  font-weight: 700;
  white-space: normal; /* allows new line */
  text-align: center;
}
.logo-img{ max-height: 50px;}
@media (max-width: 576px) {
  .live-badge {
    margin-top: 6px;
  }
    .logo-img{ max-height: 30px;}
}
.live-item {
  background: linear-gradient(180deg, #ffffff, #f8fafc);
  border: 1px solid var(--border);
  border-radius: 16px;
  box-shadow: 0 4px 14px rgba(15, 23, 42, 0.04);
  transition: all 0.25s ease;
}

.live-item:hover {
  transform: translateY(-3px);
  box-shadow: 0 14px 36px rgba(15, 23, 42, 0.08);
}
.admission-card {
    transition: all 0.3s ease;
}
.admission-card:hover {
    transform: translateY(-6px);
    box-shadow: 0 12px 30px rgba(0,0,0,0.12);
}
.live-dot {
    width: 10px;
    height: 10px;
    background-color: #198754; /* Bootstrap success */
    border-radius: 50%;
    display: inline-block;
}
.light-blue-border {
    border: 1px solid #d6e9ff !important;
}
.hero-section {
  padding: 4rem 0;
}

/* Badge */
.hero-badge {
  display: inline-flex;
  align-items: center;
  gap: .5rem;
  padding: .4rem 1rem;
  border-radius: 999px;
  background: rgba(255,255,255,.85);
  border: 1px solid #e5e7eb;
  font-size: .75rem;
  font-weight: 700;
  text-transform: uppercase;
  color: var(--primary);
  backdrop-filter: blur(8px);
}

.status-dot {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: #22c55e;
  box-shadow: 0 0 0 3px #dcfce7;
}

/* Headline */
.hero-title {
  margin-top: 1rem;
  font-size: clamp(2.2rem, 4vw, 3.2rem);
  font-weight: 800;
  line-height: 1.15;
  color: #020617;
}

.hero-title span {
  color: var(--primary);
}

/* Description */
.hero-desc {
  max-width: 38rem;
  margin-top: 1rem;
  font-size: 1.05rem;
  color: #475569;
  line-height: 1.7;
}

/* Buttons */
.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: .75rem;
  margin-top: 2rem;
}

.btn-primary-ec {
  background: linear-gradient(135deg, var(--primary), #4f46e5);
  color: #fff;
  padding: .7rem 1.4rem;
  border-radius: .75rem;
  font-weight: 600;
  box-shadow: 0 10px 25px rgba(79,70,229,.25);
}

.btn-primary-ec:hover {
  transform: translateY(-1px);
  box-shadow: 0 15px 30px rgba(79,70,229,.35);
}

.btn-outline-ec {
  border: 1.5px solid #c7d2fe;
  color: var(--primary);
  padding: .7rem 1.4rem;
  border-radius: .75rem;
  font-weight: 600;
  background: #fff;
}

.btn-outline-ec:hover {
  background: #eef2ff;
}

/* Features */
.hero-features {
  display: flex;
  flex-wrap: wrap;
  gap: 1.5rem;
  margin-top: 1.8rem;
  font-size: .95rem;
  font-weight: 600;
  color: #334155;
}

/* Trust Section */
.hero-trust {
  display: flex;
  align-items: center;
  gap: 1rem;
  margin-top: 1.8rem;
}

/* Avatars */
.avatar-stack {
  display: flex;
}

.avatar-stack img {
  width: 42px;
  height: 42px;
  border-radius: 50%;
  border: 2px solid #fff;
  margin-left: -12px;
  box-shadow: 0 4px 12px rgba(0,0,0,.15);
}

.avatar-stack img:first-child {
  margin-left: 0;
}

/* Stars */
.trust-text {
  font-weight: 600;
  color: #334155;
}

.stars {
  color: #f59e0b;
  letter-spacing: 2px;
  font-size: 1.1rem;
}

.navbar-brand{font-size: 30px !important;
    padding: 0px  !important;}
.input-group .country-code {
    width: auto;
    min-width: 70px;
    max-width: 125px;
    flex: 0 0 auto;
    white-space: nowrap;
        margin-right: 10px;
  }
.navbar .form-control {
  border: 1px solid #0b3c8d;   /* slate-300 */
  border-right: 0;
}

.navbar .btn {
  border: 1px solid #0b3c8d;
}
