.elementor-5923 .elementor-element.elementor-element-dcfebdb{--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;}/* Start custom CSS for html, class: .elementor-element-24fd5d1 */body{
  margin:0;
  background:#f8fafc;
  font-family:system-ui, sans-serif;
}

.class10-wrapper{
  max-width:1200px;
  margin:auto;
  padding:40px 20px;
}

/* Header */
.class10-header{
  text-align:center;
  margin-bottom:30px;
}

.class10-header h1{
  font-size:38px;
  font-weight:800;
  background:linear-gradient(90deg,#2563eb,#9333ea);
  -webkit-background-clip:text;
  color:transparent;
}

.class10-header p{
  font-size:18px;
  color:#475569;
}

/* Sticky Subject Bar */
.quick-subject-bar{
  position:sticky;
  top:0;
  z-index:999;
  background:#ffffff;
  display:flex;
  gap:10px;
  justify-content:center;
  padding:12px;
  box-shadow:0 4px 15px rgba(0,0,0,0.08);
}

.quick-subject-bar a{
  padding:8px 16px;
  background:#eef2ff;
  border-radius:20px;
  text-decoration:none;
  font-weight:600;
  color:#1e40af;
  font-size:14px;
}

.quick-subject-bar a:hover{
  background:#2563eb;
  color:#fff;
}

/* Subject Grid */
.subject-grid{
  display:grid;
  grid-template-columns:repeat(auto-fit,minmax(260px,1fr));
  gap:26px;
  margin-top:40px;
}

.subject-card{
  background:#ffffff;
  padding:26px;
  border-radius:22px;
  box-shadow:0 12px 30px rgba(0,0,0,0.08);
  text-align:center;
  transition:.3s;
}

.subject-card:hover{
  transform:translateY(-10px);
  box-shadow:0 22px 45px rgba(37,99,235,0.25);
}

.subject-icon{
  font-size:44px;
  margin-bottom:10px;
}

.subject-card h3{
  font-size:22px;
  margin-bottom:8px;
}

.subject-card p{
  font-size:15px;
  color:#475569;
  margin-bottom:16px;
}

.subject-btn{
  display:inline-block;
  padding:12px 26px;
  background:linear-gradient(90deg,#2563eb,#1e40af);
  color:#fff;
  border-radius:30px;
  text-decoration:none;
  font-weight:600;
}

/* What You Get */
.what-you-get{
  margin:80px 0;
  padding:50px 40px;
  background:linear-gradient(135deg,#eef2ff,#f8fafc);
  border-radius:30px;
}

.what-you-get h2{
  text-align:center;
  font-size:34px;
}

.what-subtitle{
  text-align:center;
  font-size:18px;
  color:#475569;
  margin-bottom:40px;
}

.what-list{
  max-width:900px;
  margin:auto;
  display:flex;
  flex-direction:column;
  gap:26px;
}

.what-item{
  display:flex;
  gap:20px;
  background:#ffffff;
  padding:24px;
  border-radius:20px;
  box-shadow:0 10px 25px rgba(0,0,0,0.06);
}

.what-step{
  min-width:50px;
  height:50px;
  border-radius:50%;
  background:linear-gradient(135deg,#2563eb,#9333ea);
  color:#fff;
  display:flex;
  align-items:center;
  justify-content:center;
  font-weight:800;
}

/* Bottom */
.bottom-note{
  background:linear-gradient(135deg,#0f172a,#1e293b);
  color:#fff;
  padding:40px;
  border-radius:26px;
  text-align:center;
}/* End custom CSS */