.npj-practice-hero{
    background:#07182d;
    padding:70px 0 60px;
    border-bottom:3px solid #c6a25a;
}

.npj-practice-inner{
    max-width:1250px;
    margin:auto;
    padding:0 24px;
}

.npj-breadcrumbs{
    margin-bottom:18px;
    color:#c6a25a;
    font-size:14px;
}

.npj-practice-grid{
    max-width:1250px;
    margin:50px auto;
    padding:0 24px;
    display:grid;
    grid-template-columns:minmax(0,1fr) 340px;
    gap:36px;
    align-items:start;
}

.npj-main{
    min-width:0;
}

.npj-sidebar{
    position:sticky;
    top:110px;
}

@media(max-width:980px){

.npj-practice-grid{
grid-template-columns:1fr;
}

.npj-sidebar{
position:relative;
top:auto;
}

}

.npj-mini-story-card,.npj-lux-form,.npj-side-guides,.npj-sidebar-box{margin:0 0 28px}
.npj-mini-story-card,.npj-side-guides,.npj-sidebar-box{background:linear-gradient(180deg,#050b14 30%,#07182d 80%,#0b2d4d 100%);border-top:4px solid #c6a25a;box-shadow:0 18px 38px rgba(0,0,0,.26);overflow:hidden}
.npj-mini-story-img{height:320px;overflow:hidden;position:relative}
.npj-mini-story-img img{width:100%;display:block;transform:translateY(30px)}
.npj-mini-story-img:after{content:"";position:absolute;left:0;right:0;bottom:0;height:140px;background:linear-gradient(180deg,rgba(5,11,20,0),rgba(5,11,20,.92),#050b14)}
.npj-mini-story-content,.npj-sidebar-header{padding:24px 20px}
.npj-mini-story-content span,.npj-sidebar-tag,.npj-side-guides-head span{display:block;color:#c6a25a!important;font-size:11px;font-weight:900;letter-spacing:.16em;text-transform:uppercase}
.npj-mini-story-content h3,.npj-sidebar-header h3,.npj-side-guides-head h3{color:#fff!important;font-family:Georgia,serif;font-size:26px;line-height:1.18;margin:10px 0}
.npj-mini-story-content p,.npj-sidebar-header p{color:rgba(255,255,255,.86)!important;font-size:15px;line-height:1.65}

.npj-lux-form{padding:16px;background:linear-gradient(180deg,#0b2d4d,#07182d);color:#fff}
.npj-lux-header{text-align:center;margin-bottom:12px}
.npj-consult-badge{display:inline-block;padding:5px 12px;background:linear-gradient(90deg,#c6a25a,#f3dfb0,#c6a25a);color:#071a2d;font-size:11px;font-weight:900;letter-spacing:2px;text-transform:uppercase}
.npj-lux-header p{font-size:12px;font-weight:700;text-transform:uppercase}
.npj-lux-row{display:grid;grid-template-columns:1fr 1fr;gap:12px}
.npj-lux-form input,.npj-lux-form textarea{width:100%;background:transparent!important;border:none!important;border-bottom:2px solid #c6a25a!important;padding:8px 0 5px!important;margin:0 0 10px!important;color:#fff!important;font-size:14px!important;outline:none!important}
.npj-lux-form textarea{min-height:62px}
.npj-lux-form input::placeholder,.npj-lux-form textarea::placeholder{color:rgba(255,255,255,.74)!important}
.npj-lux-form button{width:100%;padding:12px;border:0;background:#c6a25a;color:#071a2d;font-size:12px;font-weight:900;letter-spacing:2px;text-transform:uppercase;cursor:pointer}
#npj-side-success,#npj-side-error{display:none;margin-top:8px;padding:8px;text-align:center;font-size:12px;font-weight:700}
#npj-side-success{background:rgba(31,108,54,.18);color:#d9ffe7}
#npj-side-error{background:rgba(120,20,20,.18);color:#ffd2d2}

.npj-side-guides{padding:24px 20px}
.npj-side-guides-head{text-align:center;margin-bottom:20px}
.npj-side-guides-list{display:flex;flex-direction:column;gap:14px}
.npj-side-guide-card{position:relative;display:flex;flex-direction:column;justify-content:flex-end;min-height:178px;padding:18px;background:#07182d center/cover no-repeat;border-left:4px solid #c6a25a;text-decoration:none!important;overflow:hidden}
.npj-side-guide-shade{position:absolute;inset:0;background:linear-gradient(180deg,rgba(5,11,20,.3),rgba(7,24,45,.92));z-index:1}
.npj-side-guide-label,.npj-side-guide-title{position:relative;z-index:2}
.npj-side-guide-label{align-self:flex-start;margin-bottom:10px;padding:6px 9px;background:#c6a25a;color:#07182d!important;font-size:10px;font-weight:900;text-transform:uppercase}
.npj-side-guide-title{color:#fff!important;font-family:Georgia,serif;font-size:20px;font-weight:900;line-height:1.32}
.npj-side-guide-1{background-image:url("/static-test/images/northern_plains_justice_accident_lawyers.webp")}
.npj-side-guide-2{background-image:url("/static-test/images/south_dakota_accident_injury_lawyer.webp")}
.npj-side-guide-3{background-image:url("/static-test/images/northern_plains_justice_accident_lawyers.webp")}
.npj-side-guide-4{background-image:url("/static-test/images/northern_plains_injury_lawyer.webp")}

.npj-sidebar-grid{display:flex;flex-direction:column;gap:10px;padding:0 20px 22px}
.npj-sidebar-button,.npj-cta-btn{display:block;padding:12px 14px;background:#0b2d4d;color:#fff!important;text-decoration:none!important;border-left:3px solid #c6a25a;font-size:13px;font-weight:800}
.npj-cta-primary{background:#c6a25a;color:#07182d!important;text-align:center}
.npj-cta-secondary{text-align:center}

@media(max-width:767px){.npj-lux-row{grid-template-columns:1fr}.npj-mini-story-img{height:260px}}

/* PRACTICE HERO FIX */
.npj-practice-hero{
  min-height:560px;
  display:flex;
  align-items:center;
  background:
    linear-gradient(180deg,rgba(7,24,45,.72),rgba(7,24,45,.78)),
    url("/static-test/images/sioux_falls_south_dakota_car_accident_lawyer.webp") center/cover no-repeat;
}

.npj-practice-hero h1{
  margin:0 0 26px;
  color:#fff!important;
  font-family:Georgia,serif;
  font-size:clamp(48px,6vw,92px);
  line-height:1.05;
  text-align:center;
}

.npj-practice-hero .npj-hero-text{
  max-width:900px;
  margin:0 auto 34px;
  color:#fff!important;
  font-size:28px;
  line-height:1.35;
  text-align:center;
  font-style:italic;
}

.npj-practice-hero .hero-actions{
  justify-content:center;
  gap:28px;
}

.npj-practice-hero .hero-btn{
  min-width:280px;
  text-align:center;
  border:3px solid #fff;
  outline:4px solid #c00;
  background:#0c2f57;
  color:#fff!important;
  font-family:Georgia,serif;
  font-size:24px;
  font-weight:900;
  padding:20px 28px;
}

/* HIDE OLD DIVI HERO INSIDE IMPORTED CONTENT */
.npj-main .et_pb_section:first-child{
  display:none!important;
}


.npj-footer{
  background:#050b14;
  color:#fff;
  border-top:4px solid #c6a25a;
}

.npj-footer-inner{
  max-width:1250px;
  margin:0 auto;
  padding:55px 24px;
  display:grid;
  grid-template-columns:1.4fr 1fr 1fr 1fr;
  gap:34px;
}

.npj-footer-brand img{
  width:230px;
  max-width:100%;
  margin-bottom:18px;
}

.npj-footer p{
  color:rgba(255,255,255,.76);
  font-size:14px;
  line-height:1.7;
  margin:0 0 12px;
}

.npj-footer h3{
  color:#c6a25a;
  font-family:Georgia,serif;
  font-size:20px;
  margin:0 0 16px;
}

.npj-footer a{
  display:block;
  color:rgba(255,255,255,.82);
  text-decoration:none;
  font-size:14px;
  margin:0 0 10px;
}

.npj-footer a:hover{
  color:#c6a25a;
}

.npj-footer-phone{
  display:inline-block!important;
  margin-top:8px!important;
  padding:12px 18px;
  background:#c6a25a;
  color:#07182d!important;
  font-weight:900;
}

.npj-footer-bottom{
  border-top:1px solid rgba(255,255,255,.12);
  padding:18px 24px;
  display:flex;
  justify-content:space-between;
  gap:18px;
  color:rgba(255,255,255,.58);
  font-size:12px;
}

@media(max-width:900px){
  .npj-footer-inner{
    grid-template-columns:1fr 1fr;
  }
  .npj-footer-bottom{
    flex-direction:column;
  }
}

@media(max-width:600px){
  .npj-footer-inner{
    grid-template-columns:1fr;
  }
}
