.elementor-10 .elementor-element.elementor-element-4d237ad{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;--margin-top:0px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}:root{--page-title-display:none;}@media(max-width:767px){.elementor-10 .elementor-element.elementor-element-5aa33cb{margin:0px 0px calc(var(--kit-widget-spacing, 0px) + 0px) 0px;padding:0px 0px 0px 0px;}}/* Start custom CSS for html, class: .elementor-element-5aa33cb *//* ===== Toppers 1.0 Contest Page ===== */
.toppers-wrap {
  max-width: 980px;
  margin: auto;
  padding: 22px 14px 34px;
}

/* HERO */
.toppers-hero {
  padding: 28px 20px;
  border-radius: 18px;
  background: linear-gradient(135deg, #0ea5e9, #6366f1, #22c55e);
  color: #fff;
  box-shadow: 0 16px 40px rgba(0,0,0,.15);
}

.toppers-badge {
  display: inline-block;
  padding: 8px 14px;
  border-radius: 999px;
  background: rgba(255,255,255,.2);
  font-weight: 700;
  margin-bottom: 10px;
}

.toppers-hero h1 {
  font-size: clamp(26px, 3.2vw, 40px);
  margin: 6px 0;
}

.toppers-sub {
  font-size: 16px;
  opacity: .95;
}

.toppers-quick {
  margin-top: 18px;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 10px;
}

.q-item {
  background: rgba(255,255,255,.18);
  border-radius: 14px;
  padding: 12px;
  text-align: center;
}

.q-num {
  font-size: 22px;
  font-weight: 900;
}

.q-label {
  font-size: 13px;
}

/* BUTTONS */
.toppers-cta {
  margin-top: 18px;
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
}

.btn {
  padding: 12px 16px;
  border-radius: 12px;
  text-decoration: none;
  font-weight: 800;
}

.btn-primary {
  background: #111827;
  color: #fff;
}

.btn-ghost {
  border: 1px solid #fff;
  color: #fff;
}

/* GRID */
.toppers-grid {
  margin-top: 16px;
  display: grid;
  grid-template-columns: 1.1fr .9fr;
  gap: 14px;
}

.card {
  background: #fff;
  border-radius: 18px;
  padding: 18px;
  box-shadow: 0 10px 26px rgba(0,0,0,.1);
}

/* LIST */
.list {
  list-style: none;
  padding: 0;
  margin: 0;
}

.list li {
  margin-bottom: 10px;
  padding: 10px;
  background: #f8fafc;
  border-radius: 12px;
  display: flex;
  justify-content: space-between;
}

.tag {
  padding: 6px 10px;
  border-radius: 999px;
  font-weight: 700;
}

.tag.phy { background: #e0f2fe; }
.tag.bio { background: #dcfce7; }
.tag.che { background: #fef3c7; }

.note {
  margin-top: 12px;
  padding: 12px;
  border-radius: 12px;
  background: #eef2ff;
  font-weight: 700;
}

/* PRIZE */
.prize-row {
  display: flex;
  justify-content: space-between;
  padding: 12px;
  border-radius: 12px;
  margin-bottom: 10px;
  font-weight: 800;
}

.gold { background: #fef3c7; }
.silver { background: #e5e7eb; }
.bronze { background: #fed7aa; }

/* BONUS */
.bonus {
  margin-top: 12px;
  padding: 14px;
  background: #dcfce7;
  border-radius: 14px;
}

/* SYLLABUS */
.syllabus-card { margin-top: 18px; }

.syllabus-grid {
  margin-top: 12px;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 12px;
}

.syllabus-item {
  background: #f8fafc;
  border-radius: 14px;
  padding: 14px;
  border: 1px solid rgba(0,0,0,.06);
}

.syllabus-item h3 {
  margin: 0 0 8px;
  font-size: 16px;
}

.syllabus-item ul {
  margin: 0;
  padding-left: 18px;
}

.syllabus-item li {
  margin-bottom: 6px;
}

/* REGISTER */
.register-card { margin-top: 18px; }

/* WPForms */
.wpform-wrap .wpforms-field {
  margin-bottom: 14px;
}

.wpform-wrap .wpforms-submit {
  background: #111827 !important;
  color: #fff !important;
  padding: 12px 20px !important;
  border-radius: 12px !important;
  font-weight: 800 !important;
}

/* FOOTER */
.footer-line {
  margin-top: 16px;
  text-align: center;
  font-size: 12px;
  opacity: .7;
}

/* MOBILE */
@media (max-width: 768px) {
  .toppers-grid,
  .syllabus-grid {
    grid-template-columns: 1fr;
  }
}/* End custom CSS */