/*
Theme Name: Equitable Core Theme
Theme URI: https://equitable-solutions-llc.com/
Author: Equitable Solutions LLC
Description: Professional Equitable Solutions LLC core WordPress theme for the dispatcher business system, FMCSA-compliance-focused workflows, products, pricing, legal pages, and dispatcher portal.
Version: 1.15.0
Text Domain: equitable-core-theme
*/
/* v1.15: theme renderer routing updated to prefer v6.9.x core renderers before older v6.8/v6.6/v5 renderers, so consolidated core pages can replace old Equitable plugin output. */
:root{--eq-bg:#06111f;--eq-bg2:#0b1f37;--eq-panel:#0c2038;--eq-card:#102844;--eq-line:#214a6b;--eq-text:#f8fafc;--eq-muted:#b9cce2;--eq-blue:#1db4ef;--eq-blue2:#2563eb;--eq-orange:#f97316;--eq-green:#22c55e;--eq-white:#fff;--eq-shadow:0 24px 70px rgba(0,0,0,.34)}
*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;background:var(--eq-bg);color:var(--eq-text);font-family:Arial,Helvetica,sans-serif;line-height:1.55;overflow-x:hidden}a{color:inherit}.eq-wrap{width:min(1140px,calc(100% - 36px));margin:0 auto}.eq-top{position:sticky;top:0;z-index:80;background:rgba(4,13,25,.98);border-bottom:1px solid rgba(61,126,172,.35);box-shadow:0 10px 30px rgba(0,0,0,.18)}.admin-bar .eq-top{top:32px}.eq-nav{min-height:82px;display:flex;align-items:center;justify-content:space-between;gap:18px}.eq-brand{display:flex;align-items:center;gap:12px;text-decoration:none;min-width:0}.eq-logo{width:50px;height:50px;border-radius:16px;display:grid;place-items:center;background:linear-gradient(135deg,#1db4ef,#1e3a8a);font-size:20px;font-weight:900;color:#fff}.eq-brand strong{display:block;font-size:22px;line-height:1.05}.eq-brand span span{display:block;color:var(--eq-muted);font-size:14px}.eq-links{display:flex;align-items:center;gap:16px;font-weight:900}.eq-links a{text-decoration:none;font-size:15px;white-space:nowrap}.eq-call{background:var(--eq-blue);color:#05111f!important;border-radius:999px;padding:13px 20px;font-weight:900}.eq-menu-btn{display:none;background:#10243c;color:#fff;border:1px solid var(--eq-line);border-radius:12px;padding:10px 14px;font-weight:900}.eq-main{min-height:70vh}.eq-hero{padding:84px 0 58px;background:radial-gradient(circle at top right,rgba(37,99,235,.7),transparent 46%),linear-gradient(145deg,#06111f 0%,#0a2947 100%);border-bottom:1px solid rgba(61,126,172,.24)}.eq-hero-grid{display:grid;grid-template-columns:1.1fr .9fr;gap:34px;align-items:center}.eq-kicker{display:inline-block;border:1px solid var(--eq-line);background:rgba(29,180,239,.13);color:#93e4ff;border-radius:999px;padding:8px 13px;font-size:12px;font-weight:900;text-transform:uppercase;letter-spacing:.08em}.eq-hero h1,.eq-page h1{font-size:clamp(38px,6vw,74px);line-height:.96;margin:18px 0}.eq-page h1{font-size:clamp(34px,5vw,62px)}.eq-hero p,.eq-lead{font-size:18px;color:var(--eq-muted);max-width:720px}.eq-actions{display:flex;flex-wrap:wrap;gap:12px;margin-top:22px}.eq-btn{display:inline-flex;align-items:center;justify-content:center;gap:8px;padding:13px 18px;border-radius:999px;border:1px solid var(--eq-line);background:#10243c;color:#fff;text-decoration:none;font-weight:900;text-align:center}.eq-btn.primary{background:var(--eq-blue);color:#061120;border-color:var(--eq-blue)}.eq-btn.warn{background:var(--eq-orange);border-color:var(--eq-orange);color:#111827}.eq-panel,.eq-card{background:rgba(12,32,56,.88);border:1px solid var(--eq-line);border-radius:24px;padding:26px;box-shadow:var(--eq-shadow)}.eq-card{border-radius:20px;padding:22px;box-shadow:0 12px 34px rgba(0,0,0,.18)}.eq-card h3,.eq-panel h2{margin-top:0}.eq-section,.eq-page{padding:62px 0;border-bottom:1px solid rgba(61,126,172,.22)}.eq-section.light{background:#f8fafc;color:#0f172a}.eq-section.light .eq-muted{color:#475569}.eq-center{text-align:center}.eq-section h2{font-size:clamp(30px,4vw,48px);line-height:1.08;margin:0 0 14px}.eq-muted{color:var(--eq-muted)}.eq-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:18px;margin-top:28px}.eq-grid.two{grid-template-columns:repeat(2,minmax(0,1fr))}.eq-check{display:grid;gap:10px;margin:18px 0}.eq-check div{padding:12px 14px;border:1px solid rgba(61,126,172,.38);border-radius:14px;background:rgba(8,22,39,.72)}.eq-price{font-size:40px;font-weight:900;margin:10px 0;color:#fff}.eq-section.light .eq-card{background:#fff;color:#0f172a;border-color:#dbe6f0}.eq-section.light .eq-price{color:#0f172a}.eq-docs{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:12px;margin:18px 0}.eq-docs a{display:flex;align-items:center;justify-content:center;text-align:center;padding:13px;border-radius:14px;background:#10243c;border:1px solid var(--eq-line);color:#fff;text-decoration:none;font-weight:900}.eq-note{border-left:5px solid var(--eq-orange);background:#fff7ed;color:#431407;border-radius:12px;padding:14px;margin:16px 0}.eq-shortcode-box{background:#fff;color:#0f172a;border-radius:20px;padding:22px;overflow:hidden}.eq-module-host{display:block;max-width:100%;overflow:visible;color:inherit;background:transparent}.eq-module-host>*{max-width:100%}.eq-form{display:grid;gap:12px}.eq-field label{display:block;font-weight:900;margin:0 0 6px}.eq-field input,.eq-field select,.eq-field textarea{width:100%;border:1px solid #cbd5e1;border-radius:12px;padding:12px;font-size:16px}.eq-field textarea{min-height:120px}.eq-footer{padding:34px 0;background:#030a13;border-top:1px solid rgba(61,126,172,.32)}.eq-footer .eq-wrap{display:flex;justify-content:space-between;gap:20px;align-items:center;flex-wrap:wrap}.eq-footer a{color:#7dd3fc;text-decoration:none;margin-left:12px}.eq-mini-nav{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:12px;margin-top:28px}.eq-mini-nav a{background:#0f2744;border:1px solid var(--eq-line);border-radius:14px;padding:14px;text-align:center;text-decoration:none;font-weight:900}.eq-core-old-block{display:none!important}body.equitable-core-final-active{overflow-x:hidden!important}
@media(max-width:900px){.admin-bar .eq-top{top:0}.eq-nav{min-height:auto;padding:12px 0;align-items:flex-start}.eq-brand strong{font-size:18px}.eq-brand span span{font-size:12px}.eq-logo{width:44px;height:44px;border-radius:12px}.eq-menu-btn{display:inline-flex}.eq-links{display:none;position:absolute;left:18px;right:18px;top:72px;background:#071527;border:1px solid var(--eq-line);border-radius:18px;padding:14px;flex-direction:column;align-items:stretch;z-index:99}.eq-links.open{display:flex}.eq-links a,.eq-call{text-align:center}.eq-hero{padding:46px 0 34px}.eq-hero-grid{grid-template-columns:1fr}.eq-actions{flex-direction:column}.eq-btn{width:100%}.eq-grid,.eq-grid.two,.eq-docs,.eq-mini-nav{grid-template-columns:1fr}.eq-footer .eq-wrap{display:block}.eq-footer a{display:block;margin:8px 0 0}.eq-section,.eq-page{padding:42px 0}.eq-panel,.eq-card{border-radius:18px;padding:18px}.eq-shortcode-box{padding:14px}}


/* v1.2 page body fix: do not hide valid page content */
.eq-core-old-block,[data-equitable-legacy-removed="1"]{display:block!important;visibility:visible!important;height:auto!important;max-height:none!important;overflow:visible!important;opacity:1!important;}


/* v1.3 menu fit fix: keep top menu and workflow bars inside the screen */
.eq-top{overflow:visible!important;z-index:9990!important}.eq-nav{flex-wrap:wrap!important;justify-content:center!important;gap:10px 14px!important;padding:8px 0!important;min-height:unset!important}.eq-brand{flex:1 1 300px!important;max-width:430px!important;min-width:0!important}.eq-links{flex:1 1 620px!important;max-width:100%!important;flex-wrap:wrap!important;justify-content:flex-end!important;gap:8px 12px!important}.eq-links a{white-space:nowrap!important;font-size:clamp(13px,.92vw,15px)!important;line-height:1.15!important}.eq-call{padding:10px 14px!important}.eq-tocf-v2-workflow-bar,nav[data-eq-tocf-v2-workflow-bar="1"],.eq-dwo-v5-bar,.eq-dwo-quickbar,.eq-workflow-links,.daily-workflow-links,.workflow-links{max-width:min(1140px,calc(100vw - 28px))!important;width:min(1140px,calc(100vw - 28px))!important;margin-left:auto!important;margin-right:auto!important;overflow:hidden!important}.eqv11-hero-grid>.eq-tocf-v2-workflow-bar,.eq-hero-grid>.eq-tocf-v2-workflow-bar,.eqv11-hero-grid>nav[data-eq-tocf-v2-workflow-bar="1"],.eq-hero-grid>nav[data-eq-tocf-v2-workflow-bar="1"]{grid-column:1/-1!important;width:100%!important;max-width:100%!important;justify-self:stretch!important}.eq-tocf-v2-workflow-pills,.eq-dwo-v5-pills,.eq-dwo-pills,.daily-workflow-links,.workflow-links{display:flex!important;flex-wrap:wrap!important;align-items:center!important;gap:8px!important;max-width:100%!important;overflow:visible!important}.eq-tocf-v2-workflow-pill,.eq-dwo-v5-pill,.eq-dwo-pill,.daily-workflow-links a,.workflow-links a{flex:0 1 auto!important;max-width:100%!important;white-space:normal!important;overflow-wrap:anywhere!important;text-align:center!important}.eqv11-module,.eq-shortcode-box,.eqdac-card,.eqdac-public-card{max-width:100%!important;overflow-x:auto!important}
@media(max-width:1180px){.eq-brand{flex-basis:100%!important;max-width:100%!important;justify-content:center!important;text-align:center!important}.eq-links{flex-basis:100%!important;justify-content:center!important}}
@media(max-width:900px){.eq-nav{width:min(100% - 20px,720px)!important;justify-content:space-between!important;align-items:center!important}.eq-brand{flex:1 1 auto!important;max-width:calc(100% - 92px)!important;text-align:left!important;justify-content:flex-start!important}.eq-menu-btn{display:inline-flex!important}.eq-links{display:none!important;position:absolute!important;left:10px!important;right:10px!important;top:calc(100% + 8px)!important;background:#071527!important;border:1px solid #214a6b!important;border-radius:16px!important;padding:12px!important;flex-direction:column!important;align-items:stretch!important;z-index:10000!important}.eq-links.open{display:flex!important}.eq-links a{display:block!important;text-align:center!important;width:100%!important;padding:12px!important;border-radius:12px!important;background:#10243c!important}.eq-links a.eq-call{background:#1db4ef!important;color:#06111f!important}}
@media(max-width:700px){.eq-tocf-v2-workflow-pills,.eq-dwo-v5-pills,.eq-dwo-pills,.daily-workflow-links,.workflow-links{display:grid!important;grid-template-columns:1fr 1fr!important}.eq-tocf-v2-workflow-pill,.eq-dwo-v5-pill,.eq-dwo-pill,.daily-workflow-links a,.workflow-links a{width:100%!important;min-height:42px!important}}
@media(max-width:440px){.eq-tocf-v2-workflow-pills,.eq-dwo-v5-pills,.eq-dwo-pills,.daily-workflow-links,.workflow-links{grid-template-columns:1fr!important}}


/* v1.6: single workflow menu item only. Header uses Daily Workflow; duplicate Operations/Operations Menu removed. */


/* v1.8 old logo background watermark
   Visual-only theme update. Does not change plugin functions, shortcodes, forms, login, payments, or database code. */
body.eq-final-theme{
  background-color:#06111f!important;
  background-image:
    linear-gradient(rgba(6,17,31,.94),rgba(6,17,31,.965)),
    url("assets/equitable_old_uploaded_logo.jpg")!important;
  background-repeat:no-repeat!important;
  background-attachment:fixed!important;
  background-size:auto, min(760px,72vw) auto!important;
  background-position:center, right 5vw top 150px!important;
}
.eq-hero,
.eq-page,
.eqv11-hero{
  position:relative!important;
  overflow:hidden!important;
}
.eq-hero::after,
.eq-page::after,
.eqv11-hero::after{
  content:""!important;
  position:absolute!important;
  inset:0!important;
  pointer-events:none!important;
  z-index:0!important;
  background-image:url("assets/equitable_old_uploaded_logo.jpg")!important;
  background-repeat:no-repeat!important;
  background-size:min(560px,52vw) auto!important;
  background-position:right 4vw center!important;
  opacity:.075!important;
  filter:saturate(1.05) contrast(1.05)!important;
}
.eq-page::after{opacity:.045!important;background-position:right 4vw 72px!important;}
.eq-hero>.eq-wrap,
.eq-page>.eq-wrap,
.eqv11-hero>.eqv11-wrap{
  position:relative!important;
  z-index:2!important;
}
@media(max-width:900px){
  body.eq-final-theme{
    background-size:auto, 88vw auto!important;
    background-position:center, center top 112px!important;
  }
  .eq-hero::after,
  .eq-page::after,
  .eqv11-hero::after{
    background-size:82vw auto!important;
    background-position:center bottom 18px!important;
    opacity:.045!important;
  }
}


/* v1.9 Call Center menu item: top menu includes Carrier Prospecting Call Center. Existing responsive wrapping is preserved. */


/* v1.10 homepage professional profile statement */
.eq-profile-statement-section{
  background:
    radial-gradient(circle at top right,rgba(29,180,239,.16),transparent 36%),
    linear-gradient(135deg,#06111f 0%,#0d2742 100%)!important;
}
.eq-profile-statement-card{
  max-width:1040px;
  margin:0 auto;
  background:rgba(12,32,56,.92);
  border:1px solid rgba(125,211,252,.35);
  border-radius:28px;
  padding:34px;
  box-shadow:var(--eq-shadow);
}
.eq-profile-statement-card h2{
  margin-top:12px;
  max-width:900px;
}
.eq-profile-statement-card p{
  color:#d8e7f7;
  font-size:18px;
  max-width:980px;
}
.eq-profile-statement-card p strong{color:#fff;}
.eq-profile-boundary{
  border-left:5px solid var(--eq-orange);
  background:rgba(249,115,22,.1);
  border-radius:14px;
  padding:16px 18px;
}
@media(max-width:700px){
  .eq-profile-statement-card{padding:22px;border-radius:20px;}
  .eq-profile-statement-card p{font-size:16px;}
}
