/* New Start Moving Reviews Quote Popup */
.nsrq-overlay,.nsrq-overlay *{box-sizing:border-box}
.nsrq-overlay{--navy:#14213D;--navy2:#1854A0;--blue:#8BCD10;--brand:#8BCD10;--brand2:#78B80C;--brand3:#1854A0;--text:#334155;--muted:#718097;--line:#DDE5EF;--soft:#F7F9FC;--danger:#B42318;position:fixed;inset:0;z-index:999999;display:flex;align-items:center;justify-content:center;padding:24px;background:rgba(15,23,42,.53);backdrop-filter:blur(4px);-webkit-backdrop-filter:blur(4px);font-family:Inter,-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Helvetica,Arial,sans-serif}
.nsrq-overlay[hidden]{display:none!important}
.nsrq-overlay [hidden]{display:none!important}
.nsrq-overlay button,.nsrq-overlay input,.nsrq-overlay select{font-family:Inter,-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Helvetica,Arial,sans-serif}
.nsrq-overlay button{text-transform:none!important;letter-spacing:normal!important}
body.nsrq-modal-open{overflow:hidden!important}
.nsrq-modal{position:relative;width:min(870px,100%);max-height:calc(100vh - 48px);overflow:auto;border:1px solid rgba(20,33,61,.08);border-radius:18px;background:#fff;box-shadow:0 28px 70px rgba(15,23,42,.28);color:var(--text);overscroll-behavior:contain}
.nsrq-overlay .nsrq-close{position:absolute!important;z-index:3;top:16px;right:16px;width:44px!important;height:44px!important;min-width:44px!important;min-height:44px!important;padding:0!important;display:grid!important;place-items:center;border:1px solid #DCE4EE!important;border-radius:50%!important;background:#fff!important;color:#75839A!important;cursor:pointer;box-shadow:0 5px 15px rgba(20,33,61,.08)!important}
.nsrq-overlay .nsrq-close:hover{background:#F7F9FC!important;color:var(--navy)!important;border-color:#C7D3E2!important}
.nsrq-close svg{width:22px;height:22px}
.nsrq-header{padding:42px 70px 25px;text-align:center;background:linear-gradient(180deg,#fff 0%,#FBFCFE 100%);border-bottom:1px solid #EDF1F5}
.nsrq-brand{margin-bottom:8px;color:var(--blue);font-size:10px;line-height:1;font-weight:850;letter-spacing:.65px;text-transform:uppercase}
.nsrq-header h2{margin:0 0 12px!important;color:var(--navy)!important;font-size:clamp(30px,4vw,42px)!important;line-height:1.08!important;font-weight:850!important;letter-spacing:-1.5px!important;text-transform:none!important}
.nsrq-header p{max-width:720px;margin:0 auto!important;color:#697890!important;font-size:15px!important;line-height:1.55!important}
.nsrq-progress{display:grid;grid-template-columns:auto 1fr auto 1fr auto;align-items:center;gap:14px;padding:24px 32px 18px;border-bottom:1px solid #EDF1F5;background:#fff}
.nsrq-progress-step{display:flex;align-items:center;gap:10px;color:#98A4B7;white-space:nowrap}
.nsrq-progress-step span{width:37px;height:37px;display:grid;place-items:center;border-radius:50%;background:#F0F3F7;color:#8995A8;font-size:14px;font-weight:800}
.nsrq-progress-step strong{font-size:13px;font-weight:800}
.nsrq-progress-step.is-active,.nsrq-progress-step.is-complete{color:var(--navy)}
.nsrq-progress-step.is-active span,.nsrq-progress-step.is-complete span{background:var(--brand);color:#fff}
.nsrq-progress-line{height:2px;background:#E6EBF2;overflow:hidden}
.nsrq-progress-line i{display:block;width:0;height:100%;background:var(--brand);transition:width .2s ease}
.nsrq-progress-line.is-complete i{width:100%}
.nsrq-form{padding:24px 28px 26px}
.nsrq-step{display:none;animation:nsrqFade .18s ease}
.nsrq-step.is-active{display:block}
.nsrq-step[hidden]{display:none!important}
@keyframes nsrqFade{from{opacity:.45;transform:translateY(3px)}to{opacity:1;transform:none}}
.nsrq-step-heading{margin-bottom:20px;text-align:center}
.nsrq-step-heading h3{margin:0 0 6px!important;color:var(--navy)!important;font-size:23px!important;line-height:1.2!important;font-weight:820!important;text-transform:none!important}
.nsrq-step-heading p{margin:0!important;color:var(--muted)!important;font-size:12px!important;line-height:1.55!important}
.nsrq-grid{display:grid;gap:18px}
.nsrq-grid-2{grid-template-columns:repeat(2,minmax(0,1fr));gap:20px}
.nsrq-field{min-width:0}
.nsrq-field label{display:block;margin:0 0 8px;color:var(--navy);font-size:13px;line-height:1.2;font-weight:800}
.nsrq-field label em{color:#E05757;font-style:normal}
.nsrq-control{position:relative}
.nsrq-field-icon{position:absolute;z-index:2;left:15px;top:50%;width:22px;height:22px;transform:translateY(-50%);display:grid;place-items:center;color:#8FA0BA;pointer-events:none}
.nsrq-field-icon svg{width:21px;height:21px}
.nsrq-input{width:100%;height:62px;margin:0!important;padding:0 16px;border:1.5px solid #D4DDE9!important;border-radius:10px!important;background:#fff!important;color:var(--navy)!important;font:500 15px/1.2 Inter,-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Helvetica,Arial,sans-serif!important;outline:none!important;box-shadow:none!important;transition:border-color .15s ease,box-shadow .15s ease}
.nsrq-control .nsrq-input{padding-left:50px!important}
.nsrq-input::placeholder{color:#9AA7BA;opacity:1}
.nsrq-input:focus{border-color:#8BCD10!important;box-shadow:0 0 0 3px rgba(139,205,16,.12)!important}
.nsrq-select{appearance:none;-webkit-appearance:none;padding-right:42px!important;background-image:linear-gradient(45deg,transparent 50%,#8593A8 50%),linear-gradient(135deg,#8593A8 50%,transparent 50%)!important;background-position:calc(100% - 20px) 28px,calc(100% - 15px) 28px!important;background-size:5px 5px,5px 5px!important;background-repeat:no-repeat!important}
.nsrq-location{position:relative}
/* Keep results inside the form layout so they push later fields and the action
   button downward instead of covering them. Strong selectors prevent a theme
   from restyling the results as crowded pill buttons. */
.nsrq-overlay .nsrq-suggestions{position:relative!important;z-index:5!important;inset:auto!important;width:100%!important;max-height:218px!important;margin:7px 0 0!important;padding:0!important;overflow-x:hidden!important;overflow-y:auto!important;border:1px solid #D9E1EC!important;border-radius:10px!important;background:#fff!important;box-shadow:0 10px 25px rgba(20,33,61,.11)!important}
.nsrq-overlay .nsrq-suggestion,.nsrq-overlay .nsrq-zip-option{position:relative!important;width:100%!important;min-width:0!important;min-height:47px!important;margin:0!important;padding:10px 13px!important;display:flex!important;flex-direction:row!important;align-items:center!important;justify-content:flex-start!important;gap:5px!important;border:0!important;border-bottom:1px solid #E8EDF3!important;border-radius:0!important;background:#fff!important;box-shadow:none!important;color:var(--text)!important;text-align:left!important;white-space:normal!important;cursor:pointer!important}
.nsrq-overlay .nsrq-suggestion:last-child,.nsrq-overlay .nsrq-zip-option:last-child{border-bottom:0!important}
.nsrq-overlay .nsrq-suggestion:hover,.nsrq-overlay .nsrq-suggestion:focus-visible,.nsrq-overlay .nsrq-zip-option:hover,.nsrq-overlay .nsrq-zip-option:focus-visible{background:#F1F9E4!important;outline:0!important}
.nsrq-overlay .nsrq-suggestion strong,.nsrq-overlay .nsrq-zip-option strong{flex:0 1 auto!important;min-width:0!important;color:var(--navy)!important;font-size:13px!important;line-height:1.35!important;font-weight:800!important;white-space:normal!important}
.nsrq-overlay .nsrq-suggestion span,.nsrq-overlay .nsrq-zip-option span{flex:0 1 auto!important;min-width:0!important;color:#76849A!important;font-size:11px!important;line-height:1.35!important;font-weight:500!important;white-space:normal!important}
.nsrq-zip-heading{padding:9px 12px;border-bottom:1px solid #E5EAF0;background:#F6F8FA;color:#42526A;font-size:10px;font-weight:800}
.nsrq-overlay .nsrq-zip-option{display:grid!important;grid-template-columns:60px minmax(0,1fr)!important;align-items:center!important}
.nsrq-zip-option strong{font-size:14px}
.nsrq-summary{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:10px;margin-bottom:18px;padding:15px;border:1px solid #E2E8F0;border-radius:10px;background:#FAFBFD}
.nsrq-summary>div{padding:10px 11px;border-radius:7px;background:#fff;border:1px solid #EDF1F5}
.nsrq-summary span{display:block;margin-bottom:4px;color:#8A96A8;font-size:8.5px;font-weight:800;letter-spacing:.3px;text-transform:uppercase}
.nsrq-summary strong{display:block;overflow-wrap:anywhere;color:var(--navy);font-size:11px;line-height:1.45;font-weight:750}
.nsrq-consent{display:flex;align-items:flex-start;gap:9px;margin:0;padding:12px 13px;border:1px solid #E5EAF0;border-radius:9px;background:#FAFBFD;color:#6E7B8D;cursor:pointer}
.nsrq-consent input[type="checkbox"]{appearance:auto!important;-webkit-appearance:checkbox!important;width:15px!important;min-width:15px!important;height:15px!important;min-height:15px!important;margin:2px 0 0!important;padding:0!important;accent-color:var(--brand)!important;cursor:pointer}
.nsrq-consent span{font-size:8.8px;line-height:1.5}
.nsrq-consent a{color:#1854A0;text-decoration:underline;text-underline-offset:1px;font-weight:650}
.nsrq-error{margin:16px 0 0;padding:10px 12px;border:1px solid rgba(180,35,24,.24);border-radius:8px;background:#FFF7F6;color:#9B2017;font-size:11px;line-height:1.45}
.nsrq-error[hidden]{display:none!important}
.nsrq-actions{display:flex;gap:10px;margin-top:24px}
.nsrq-overlay .nsrq-back,.nsrq-overlay .nsrq-continue,.nsrq-overlay .nsrq-submit,.nsrq-overlay .nsrq-done{min-height:60px!important;border-radius:9px!important;font:800 15px/1 Inter,-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Helvetica,Arial,sans-serif!important;cursor:pointer!important;box-sizing:border-box!important;text-decoration:none!important}
.nsrq-overlay .nsrq-back{width:110px!important;border:1px solid #C9D5E4!important;background:#fff!important;color:var(--navy2)!important;box-shadow:none!important}
.nsrq-overlay .nsrq-back:hover{background:#F5F8FD!important;border-color:#9FB3CF!important;color:var(--navy)!important}
.nsrq-overlay .nsrq-continue,.nsrq-overlay .nsrq-submit{flex:1;display:flex!important;align-items:center;justify-content:center;gap:10px;border:1px solid var(--brand)!important;background:linear-gradient(180deg,var(--brand) 0%,var(--brand2) 100%)!important;color:#fff!important;box-shadow:0 6px 14px rgba(139,205,16,.22)!important}
.nsrq-overlay .nsrq-continue:hover,.nsrq-overlay .nsrq-submit:hover{transform:translateY(-1px);background:linear-gradient(180deg,var(--brand2) 0%,var(--brand3) 100%)!important;border-color:var(--brand2)!important;box-shadow:0 8px 18px rgba(139,205,16,.28)!important;color:#fff!important}
.nsrq-overlay .nsrq-continue span,.nsrq-overlay .nsrq-submit span{font-size:25px;line-height:0;font-weight:400}
.nsrq-overlay .nsrq-submit:disabled{opacity:.46!important;cursor:not-allowed!important;transform:none!important;box-shadow:none!important}
.nsrq-thanks{padding:55px 40px 50px;text-align:center}
.nsrq-thanks[hidden]{display:none!important}
.nsrq-success-icon{width:64px;height:64px;display:grid;place-items:center;margin:0 auto 16px;border-radius:50%;background:#EDF4FF;color:var(--brand2);font-size:28px;font-weight:900}
.nsrq-thanks h3{margin:0 0 9px!important;color:var(--navy)!important;font-size:28px!important;line-height:1.15!important;font-weight:850!important;text-transform:none!important}
.nsrq-thanks p{max-width:520px;margin:0 auto 22px!important;color:#697890!important;font-size:13px!important;line-height:1.6!important}
.nsrq-overlay .nsrq-done{min-width:160px!important;padding:0 24px!important;border:1px solid var(--navy2)!important;background:var(--navy2)!important;color:#fff!important}
.nsrq-overlay .nsrq-done:hover{background:#193261!important;border-color:#193261!important;color:#fff!important}
@media(max-width:760px){
 .nsrq-overlay{align-items:flex-end;padding:0;background:rgba(15,23,42,.58)}
 .nsrq-modal{width:100%;max-height:94vh;border-radius:18px 18px 0 0;border-bottom:0}
 .nsrq-close{top:12px;right:12px;width:40px;height:40px}
 .nsrq-header{padding:34px 48px 20px}
 .nsrq-header h2{font-size:30px!important}
 .nsrq-header p{font-size:13px!important}
 .nsrq-progress{gap:7px;padding:17px 15px 15px}
 .nsrq-progress-step{gap:6px}
 .nsrq-progress-step span{width:31px;height:31px;font-size:12px}
 .nsrq-progress-step strong{font-size:10px}
 .nsrq-form{padding:20px 16px 22px}
 .nsrq-grid-2{grid-template-columns:1fr;gap:15px}
 .nsrq-contact-grid{gap:15px}
 .nsrq-input{height:56px;font-size:16px!important}
 .nsrq-summary{grid-template-columns:1fr}
 .nsrq-actions{position:sticky;bottom:-1px;z-index:4;margin:20px -16px -22px;padding:12px 16px 15px;background:linear-gradient(180deg,rgba(255,255,255,.2),#fff 20%);border-top:1px solid #EEF2F6}
 .nsrq-overlay .nsrq-back,.nsrq-overlay .nsrq-continue,.nsrq-overlay .nsrq-submit{min-height:54px!important}
 .nsrq-overlay .nsrq-suggestions{max-height:190px!important}
}
@media(max-width:430px){
 .nsrq-header{padding:31px 44px 17px 20px;text-align:left}
 .nsrq-brand{font-size:9px}
 .nsrq-header h2{font-size:26px!important;letter-spacing:-1px!important}
 .nsrq-header p{font-size:12px!important}
 .nsrq-progress{grid-template-columns:auto 1fr auto 1fr auto}
 .nsrq-progress-step strong{display:none}
 .nsrq-progress-step span{width:30px;height:30px}
 .nsrq-progress-line{min-width:18px}
 .nsrq-field label{font-size:12px}
 .nsrq-back{width:88px}
 .nsrq-consent span{font-size:8.2px}
}
@media(prefers-reduced-motion:reduce){.nsrq-step{animation:none}.nsrq-progress-line i{transition:none}.nsrq-overlay *{scroll-behavior:auto!important}}

.nsrq-match-note{margin:0 0 10px;color:#53627A;font-size:11px;line-height:1.5;font-weight:650;text-align:left}

/* Elementor/theme-proof visibility rules. These come last intentionally. */
.nsrq-overlay .nsrq-step[hidden],
.nsrq-overlay .nsrq-suggestions[hidden],
.nsrq-overlay .nsrq-thanks[hidden],
.nsrq-overlay .nsrq-error[hidden],
.nsrq-overlay .nsrq-back[hidden],
.nsrq-overlay .nsrq-continue[hidden],
.nsrq-overlay .nsrq-submit[hidden]{display:none!important}

/* New Start accessible blue and lime branding */
.nsrq-overlay .nsrq-continue,.nsrq-overlay .nsrq-submit,.nsrq-overlay .nsrq-continue:hover,.nsrq-overlay .nsrq-submit:hover{color:#14213D!important}
.nsrq-progress-step.is-active span,.nsrq-progress-step.is-complete span{color:#14213D}
.nsrq-brand{color:#1854A0!important}
