.elementor-4537 .elementor-element.elementor-element-653a425{--display:flex;}/* Start custom CSS for html, class: .elementor-element-4c4ecdf *//* ========== Pearson Equipment Header ========== */
.pe-header{
  --pe-bg: rgba(255,255,255,.82);
  --pe-ink: #0f172a;       /* deep slate */
  --pe-muted: #64748b;     /* muted slate */
  --pe-line: rgba(15, 23, 42, .10);
  --pe-accent: #2563eb;    /* modern blue */
  --pe-accent2: #1d4ed8;
  font-family: inherit;
}

.pe-container{
  width: min(1200px, 92vw);
  margin-inline: auto;
}

.pe-topbar{
  background: #0b1220;
  color: rgba(255,255,255,.9);
  font-size: 13px;
  border-bottom: 1px solid rgba(255,255,255,.08);
}
.pe-topbar .pe-container{
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap: 14px;
  padding: 10px 0;
}
.pe-topbar-left, .pe-topbar-right{
  display:flex;
  align-items:center;
  gap: 10px;
  flex-wrap: wrap;
}
.pe-toplink{
  color: rgba(255,255,255,.92);
  text-decoration:none;
}
.pe-toplink:hover{ color: #fff; text-decoration: underline; }
.pe-muted{ color: rgba(255,255,255,.75); }
.pe-strong{ font-weight: 700; }
.pe-sep{ opacity: .55; }

.pe-dot{
  width: 8px;
  height: 8px;
  border-radius: 999px;
  display:inline-block;
  background: #22c55e;
  box-shadow: 0 0 0 4px rgba(34,197,94,.18);
  margin-right: 8px;
  transform: translateY(1px);
}

.pe-mainbar{
  position: sticky;
  top: 0;
  z-index: 999;
  background: var(--pe-bg);
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
  border-bottom: 1px solid var(--pe-line);
}
.pe-mainbar-inner{
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap: 18px;
  padding: 14px 0;
}

.pe-logo img{
  height: 44px;
  width: auto;
  display:block;
}

.pe-nav{ flex: 1; display:flex; justify-content:center; }
.pe-menu{
  list-style:none;
  display:flex;
  gap: 22px;
  padding:0;
  margin:0;
  align-items:center;
}
.pe-menu a{
  color: var(--pe-ink);
  text-decoration:none;
  font-weight: 600;
  font-size: 14px;
  letter-spacing: .2px;
  padding: 10px 6px;
  border-radius: 10px;
  transition: transform .15s ease, background .15s ease, color .15s ease;
}
.pe-menu a:hover{
  background: rgba(37,99,235,.08);
  color: var(--pe-accent2);
  transform: translateY(-1px);
}

.pe-actions{
  display:flex;
  align-items:center;
  gap: 12px;
}

.pe-btn{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  padding: 11px 16px;
  border-radius: 999px;
  text-decoration:none;
  color: #fff;
  font-weight: 700;
  font-size: 14px;
  background: linear-gradient(135deg, var(--pe-accent), var(--pe-accent2));
  box-shadow: 0 10px 25px rgba(37,99,235,.25);
  border: 1px solid rgba(255,255,255,.20);
  transition: transform .15s ease, box-shadow .15s ease, filter .15s ease;
}
.pe-btn:hover{
  transform: translateY(-1px);
  filter: brightness(1.02);
  box-shadow: 0 14px 32px rgba(37,99,235,.30);
}

/* Mobile burger */
.pe-burger{
  display:none;
  width: 44px;
  height: 44px;
  border-radius: 12px;
  border: 1px solid var(--pe-line);
  background: rgba(255,255,255,.7);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  cursor:pointer;
  padding: 10px;
}
.pe-burger span{
  display:block;
  height: 2px;
  margin: 6px 0;
  background: var(--pe-ink);
  border-radius: 999px;
  transition: transform .18s ease, opacity .18s ease;
}

/* Mobile panel */
.pe-mobile{
  border-top: 1px solid var(--pe-line);
  background: rgba(255,255,255,.94);
}
.pe-mobile-menu{
  list-style:none;
  margin:0;
  padding: 10px 0 16px;
  display:flex;
  flex-direction:column;
  gap: 2px;
}
.pe-mobile-menu a{
  display:block;
  padding: 12px 10px;
  border-radius: 12px;
  text-decoration:none;
  color: var(--pe-ink);
  font-weight: 650;
}
.pe-mobile-menu a:hover{
  background: rgba(37,99,235,.08);
  color: var(--pe-accent2);
}

.pe-logo img{
  height: 80px; /* try 36–48px */
  width: auto;
}

/* Open state animation */
.pe-open .pe-burger span:nth-child(1){ transform: translateY(8px) rotate(45deg); }
.pe-open .pe-burger span:nth-child(2){ opacity: 0; }
.pe-open .pe-burger span:nth-child(3){ transform: translateY(-8px) rotate(-45deg); }

/* Responsive */
@media (max-width: 980px){
  .pe-nav{ display:none; }
  .pe-burger{ display:inline-flex; align-items:center; justify-content:center; }
  .pe-btn{ padding: 10px 14px; }
}

@media (max-width: 520px){
  .pe-topbar .pe-container{
    justify-content:center;
    text-align:center;
  }
  .pe-topbar-right{ display:none; }
}/* End custom CSS */