/**
 * Professional Educations – palette from https://proeducations.org/
 * Primary orange #e89211, brand red #931919, link blue #0089f7, text #4F4F4F
 */

body.theme-proeducations {
  --pe-orange: #e89211;
  --pe-orange-dark: #c9780d;
  --pe-orange-light: #f5a623;
  --pe-red: #931919;
  --pe-red-dark: #6d1212;
  --pe-blue: #0089f7;
  --pe-blue-dark: #0070cc;
  --pe-text: #4f4f4f;
  --pe-heading: #32373c;
  --pe-bg: #f9f9f9;
  --pe-bg-alt: #fcfcfc;
  --pe-border: #e5e5e5;
}

body.theme-proeducations.font-sans {
  font-family: 'Poppins', 'Plus Jakarta Sans', system-ui, sans-serif;
  color: var(--pe-text);
  background: var(--pe-bg);
}

body.theme-proeducations .font-heading,
body.theme-proeducations h1.font-heading,
body.theme-proeducations h2.font-heading,
body.theme-proeducations h3.font-heading,
body.theme-proeducations h4.font-heading,
body.theme-proeducations h5.font-heading,
body.theme-proeducations h6.font-heading {
  font-family: 'Oswald', 'Fraunces', Georgia, serif;
  font-weight: 600;
  letter-spacing: 0.02em;
  text-transform: none;
}

body.theme-proeducations .top-bar-brand {
  background: var(--pe-red) !important;
  border-bottom: 3px solid var(--pe-orange) !important;
}

body.theme-proeducations .top-bar-brand a:hover {
  color: var(--pe-orange-light) !important;
}

body.theme-proeducations .header-smarto {
  background: #ffffff !important;
  border-bottom: 2px solid var(--pe-orange) !important;
  box-shadow: 0 4px 24px rgba(147, 25, 25, 0.08) !important;
}

/* Header logo: WP source can be 1000px+; prebuilt Tailwind lacks max-h-[48px] utilities */
body.theme-proeducations .header-smarto .navbar-brand {
  display: inline-flex;
  align-items: center;
  gap: 0.75rem;
  max-width: min(280px, 55vw);
}

body.theme-proeducations .header-smarto .pe-site-logo {
  display: block;
  flex-shrink: 0;
  width: auto;
  height: auto;
  max-height: 44px;
  max-width: 160px;
  object-fit: contain;
  object-position: left center;
}

@media (min-width: 1024px) {
  body.theme-proeducations .header-smarto .pe-site-logo {
    max-height: 48px;
    max-width: 180px;
  }
}

body.theme-proeducations .nav-link-smarto {
  color: var(--pe-heading) !important;
  font-weight: 500;
}

body.theme-proeducations .nav-link-smarto:hover,
body.theme-proeducations .nav-link-smarto:focus {
  color: var(--pe-orange) !important;
}

body.theme-proeducations .text-primary,
body.theme-proeducations .font-heading.text-primary,
body.theme-proeducations h1.text-primary,
body.theme-proeducations h2.text-primary,
body.theme-proeducations h3.text-primary,
body.theme-proeducations h4.text-primary,
body.theme-proeducations h5.text-primary,
body.theme-proeducations h6.text-primary {
  color: var(--pe-heading) !important;
}

body.theme-proeducations .text-text-muted {
  color: var(--pe-text) !important;
}

body.theme-proeducations .text-accent,
body.theme-proeducations .section-label.text-accent {
  color: var(--pe-orange) !important;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.06em;
}

body.theme-proeducations .bg-primary {
  background-color: var(--pe-red) !important;
}

body.theme-proeducations .bg-accent,
body.theme-proeducations a.bg-accent,
body.theme-proeducations .btn-primary-gold {
  background-color: var(--pe-orange) !important;
  color: #ffffff !important;
}

body.theme-proeducations .bg-accent:hover,
body.theme-proeducations .hover\:bg-accent-light:hover,
body.theme-proeducations .btn-primary-gold:hover {
  background-color: var(--pe-orange-dark) !important;
  color: #ffffff !important;
}

body.theme-proeducations .text-accent-light,
body.theme-proeducations .hover\:text-accent:hover,
body.theme-proeducations a.hover\:text-accent:hover {
  color: var(--pe-blue) !important;
}

body.theme-proeducations .border-accent,
body.theme-proeducations .hover\:border-accent\/30:hover,
body.theme-proeducations .hover\:border-accent\/40:hover {
  border-color: rgba(232, 146, 17, 0.45) !important;
}

body.theme-proeducations .hero-mesh {
  background:
    linear-gradient(135deg, rgba(147, 25, 25, 0.92) 0%, rgba(109, 18, 18, 0.88) 45%, rgba(50, 55, 60, 0.9) 100%),
    radial-gradient(ellipse 80% 60% at 20% 20%, rgba(232, 146, 17, 0.35), transparent 55%),
    radial-gradient(ellipse 70% 50% at 90% 80%, rgba(0, 137, 247, 0.15), transparent 50%) !important;
}

body.theme-proeducations .hero-mesh .btn-primary-gold {
  background: var(--pe-orange) !important;
  color: #fff !important;
  border: 2px solid var(--pe-orange-light);
  box-shadow: 0 8px 28px rgba(232, 146, 17, 0.35);
}

body.theme-proeducations .hero-mesh .btn-primary-gold:hover {
  background: var(--pe-orange-dark) !important;
}

body.theme-proeducations .pe-hero-title-strip {
  font-family: 'Oswald', sans-serif;
  font-weight: 700;
  letter-spacing: 0.04em;
  color: var(--pe-orange-light);
  text-shadow: 0 2px 20px rgba(0, 0, 0, 0.25);
}

body.theme-proeducations .find-center-icon {
  background: linear-gradient(135deg, var(--pe-orange) 0%, var(--pe-red) 100%) !important;
  box-shadow: 0 10px 28px rgba(232, 146, 17, 0.35) !important;
}

body.theme-proeducations .find-center-card {
  border: 2px solid var(--pe-orange) !important;
  background: #fff !important;
}

body.theme-proeducations .section-block-alt,
body.theme-proeducations .section-block-slate,
body.theme-proeducations .section-block-tint {
  background: var(--pe-bg) !important;
}

body.theme-proeducations .section-block-white {
  background: #ffffff !important;
}

body.theme-proeducations .cta-strip {
  background: var(--pe-red) !important;
  border-top: 3px solid var(--pe-orange) !important;
  border-bottom: 3px solid var(--pe-orange) !important;
}

body.theme-proeducations .badge-pill-accent,
body.theme-proeducations .badge-pill-white {
  background: rgba(232, 146, 17, 0.25) !important;
  color: var(--pe-orange-light) !important;
  border: 1px solid var(--pe-orange);
}

body.theme-proeducations .stat-card-new .stat-number-new {
  color: var(--pe-orange-light) !important;
  font-family: 'Oswald', sans-serif;
}

body.theme-proeducations .pe-service-card {
  border: 2px solid var(--pe-border);
  background: #fff;
  transition: border-color 0.25s, box-shadow 0.25s;
}

body.theme-proeducations .pe-service-card:hover {
  border-color: var(--pe-orange);
  box-shadow: 0 16px 40px rgba(232, 146, 17, 0.15);
}

body.theme-proeducations .pe-service-icon {
  background: var(--pe-orange);
  color: #fff;
}

body.theme-proeducations .pe-chairman-panel {
  background: var(--pe-bg-alt);
  border-left: 4px solid var(--pe-orange);
  border-top: 1px solid var(--pe-border);
}

body.theme-proeducations .pe-why-card {
  border-top: 4px solid var(--pe-orange);
}

body.theme-proeducations .pe-why-card .pe-why-num {
  background: var(--pe-red);
  color: #fff;
  font-family: 'Oswald', sans-serif;
}

body.theme-proeducations footer.bg-slate-950,
body.theme-proeducations footer.pe-footer {
  background: var(--pe-heading) !important;
  border-top: 4px solid var(--pe-orange) !important;
}

body.theme-proeducations .whatsapp-float {
  background: #26d367 !important;
}

body.theme-proeducations .tpc-badge {
  background: var(--pe-orange) !important;
}

body.theme-proeducations .tpc-action {
  background: var(--pe-blue) !important;
}

body.theme-proeducations .tpc-action:hover {
  background: var(--pe-blue-dark) !important;
}

body.theme-proeducations .online-course-tile {
  background: #fff;
  border: 2px solid var(--pe-orange);
}

body.theme-proeducations .online-course-tile i {
  color: var(--pe-orange) !important;
}

body.theme-proeducations .pe-achievements-bar {
  background: linear-gradient(90deg, var(--pe-red) 0%, var(--pe-orange) 50%, var(--pe-red) 100%);
}

body.theme-proeducations .word-class-look--heading {
  color: var(--pe-heading) !important;
}

body.theme-proeducations .course-card-new:hover h3 {
  color: var(--pe-orange) !important;
}

body.theme-proeducations .badge-pill-accent {
  background: var(--pe-orange) !important;
  color: #fff !important;
}
