@import url('https://fonts.googleapis.com/css2?family=Outfit:wght@400;600;700&display=swap');

@font-face {
  font-family: 'F37 Judge';
  src: url('/wp-content/themes/hello-elementor/assets/fonts/F37Judge-Regular.woff2') format('woff2');
  font-weight: 400;
}

@font-face {
  font-family: 'F37 Judge';
  src: url('/wp-content/themes/hello-elementor/assets/fonts/F37Judge-Bold.woff2') format('woff2');
  font-weight: 700;
}

:root{
  --dv-red:#ef4136;
  --dv-red-dark:#e6362c;
  --dv-black:#111111;
  --dv-card:#161616;
  --dv-gray:#f3f3f3;
  --dv-text:#232323;
  --dv-muted:#6e6e6e;
  --dv-white:#ffffff;
  --dv-green:#3bd16f;
}
div p a span {
  font-family: Outfit !important;
}
/* hide only theme header on this template */
.page-template-page-dmv-landing .elementor-element.elementor-element-9f5af86 .jeg-elementor-kit.jkit-nav-menu .jkit-menu-wrapper {
    display: none !important;
}
.page-template-page-dmv-landing  .jkit-hamburger-menu{
display: none !important;
}
.dv-page{
  background:#FFFFFF;
  color:var(--dv-text);
  font-family: Outfit !important;
  padding-bottom:0;
}

.dv-page *{
  box-sizing:border-box;
}

.dv-wrap{
  width:min(1300px, calc(100% - 32px));
  margin:0 auto;
}

.dv-wrap-medium{
  width:min(1040px, calc(100% - 32px));
}

.dv-wrap-narrow{
  width:min(1300px, calc(100% - 32px));
}

.dv-wrap-faq{
  width:min(880px, calc(100% - 32px));
}

.dv-wrap-small{
  width:min(940px, calc(100% - 32px));
}

.dv-page h1,
.dv-page h2,
.dv-page h3,
.dv-page h4,
.dv-page h5,
.dv-page h6,
.dv-page .dv-hero-left h1,
.dv-page .dv-intro h2,
.dv-page .dv-dark-card h2,
.dv-page .dv-light-panel h2,
.dv-page .dv-red-panel h2,
.dv-page .dv-faq h2 {
  font-family: 'F37 Judge', sans-serif !important;
}
.dv-page h1,
.dv-page h2,
.dv-page h3{
  font-family:'F37 Judge',sans-serif;
  letter-spacing: 0px !important;
  margin:0;
}
.dv-page h1{
  color:#fff;
  font-size:50px;
}

.dv-page p{
  margin:0;
}

.dv-hero{
  padding:18px 0 26px;
}

.dv-hero-box{
  position:relative;
  border-radius:20px;
  overflow:hidden;
  background:
    linear-gradient(90deg, rgba(16,16,16,.82) 0%, rgba(16,16,16,.72) 38%, rgba(16,16,16,.3) 72%, rgba(16,16,16,.1) 100%),
    url('https://nigrosautobody.com/wp-content/uploads/2026/03/hero-bg.png') center/cover no-repeat;
  min-height:560px;
}

.dv-hero-overlay{
  position:absolute;
  inset:0;
  background:linear-gradient(90deg, rgba(0,0,0,.72) 0%, rgba(0,0,0,.48) 46%, rgba(0,0,0,.10) 100%);
}

.dv-hero-content{
  position:relative;
  z-index:2;
  display:flex;
  align-items:flex-end;
  justify-content:space-between;
  gap:24px;
  min-height:560px;
  padding:54px 40px 0px 40px;
}

.dv-hero-left{
  max-width:700px;
  color:#fff;
  padding-bottom:28px;
}

.dv-hero-left h1{
  font-size:60px;
  font-weight:800;
  text-transform:uppercase;
  letter-spacing: 0%;
  line-height:59px;
  margin-bottom:18px;
}

.dv-hero-left p{
  font-size:18px;
  line-height:1.5;
  color:#f5f5f5;
  max-width:480px;
}

.dv-hero-actions{
  display:flex;
  gap:12px;
  margin:24px 0 26px;
}

.dv-btn{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  min-height:50px;
  padding:0 24px;
  border-radius:10px;
  font-weight:700;
  text-decoration:none;
  transition:.2s ease;
  font-size:15px;
}

.dv-btn-red{
  background:#F03B3B;
  color: #fff !important;
}

.dv-btn-red:hover{
  background:transparent;
  color:#fff;
  border:1px solid #fff;
}

.dv-btn-white{
  background:transparent;
  color: #fff !important;
  border:1px solid #fff;
}

.dv-btn-white:hover{
  background:gray;
  color:#fff !important;
}
.icon-call {
  padding-right: 10px !important;
  padding-top:5px;
}
.dv-hero-points{
  display:grid;
  grid-template-columns:1fr 1fr;
  gap:10px 24px;
  font-size:13px;
  line-height:1.5;
  color:#f0f0f0;
  max-width:520px;
  border-radius: 16px;
  background: #FFFFFF1A;
  border: 1px solid #939a9c;
  padding: 20px;
  margin-bottom: 15px;
}
.tick-icon {
  color: #F03B3B ;
 }
.dv-hero-right{
  display:flex;
  align-items:flex-end;
  justify-content:flex-end;
  min-width:320px;
}

.dv-hero-right img{
  max-width:420px;
  width:100%;
  height:auto;
  display:block;
}

.dv-intro{
  padding:28px 0 26px;
  text-align:center;
}

.dv-intro h2{
  font-size:48px;
  font-weight:700;
  text-transform:uppercase;
  margin-bottom:12px;
  color: #1E1E1E;
  letter-spacing: 0;
}

.dv-intro p{
	
  font-size:18px;
  line-height:1.7;
  color:#272932;
  max-width:760px;
  margin:0 auto;
}

.dv-red-text{
  color:#F03B3B;
  font-weight:700;
  margin-top:14px;
  font-size:28px;
}

.dv-value{
  padding:18px 0 30px;
}

.dv-dark-card{
  background: #1E1E1E;
  color:#fff;
  border-radius:20px;
  padding:42px 34px;
}

.dv-value .dv-dark-card{
  padding:44px 34px 26px;
}

.dv-dark-card h2{
  text-align:center;
  font-size:48px;
  font-weight:800;
  text-transform:uppercase;
  color: #fff !important;
  letter-spacing: 0px !important;
}

.dv-compare{
  margin-top:28px;
  display:flex;
  align-items:center;
  justify-content:center;
  gap:80px;
}

.dv-compare-col{
  text-align:center;
  font-size: 20px !important;
}

.dv-icon{
  width:120px;
  height:108px;
  border-radius:50%;
  display:flex;
  align-items:center;
  justify-content:center;
  font-size:45px;
  font-weight:700;
  margin:0 auto 14px;
  color:#fff;
}

.dv-icon-green{
  background:#28A745;
}

.dv-icon-red{
  background:#DC3545;
}

.dv-compare-label{
  font-size:15px;
  color:#efefef;
  margin-bottom:12px;
}

.dv-compare-price{
  font-family:'Barlow Condensed',sans-serif;
  font-size:56px;
  font-weight:800;
}

.dv-green{
  color:#28A745;
}

.dv-red{
  color:#DC3545;
}

.dv-arrow{
  font-size:60px;
  color:#F03B3B;
  font-weight:700;
  margin-top:16px;
}

.dv-loss-box{
  width:min(610px, 100%);
  margin:30px auto 30px;
  background:#F03B3B;
  border-radius:12px;
  text-align:center;
  padding:20px 20px 18px;
}

.dv-loss-small{
  font-size:18px;
  margin-bottom:4px;
}

.dv-loss-big{
  font-family:'Barlow Condensed',sans-serif;
  font-size:48px;
  font-weight:800;
  line-height:1;
  margin-bottom:6px;
}

.dv-loss-note{
  font-size:20px;
  color:#fff;
}

.dv-testimonials{
  padding:24px 0 34px;
}

.dv-light-panel{
  background:#FAFAFA;
  border-radius:4px;
  padding:38px 28px 26px;
}

.dv-light-panel h2{
  text-align:center;
  font-size:48px;
  font-weight:700;
  text-transform:uppercase;
  margin-bottom:10px;
  color: #1E1E1E !important;
  letter-spacing: 0px !important;
}

.dv-light-panel > p{
  text-align:center;
  color:#272932;
  font-size:18px;
  margin-bottom:28px;
}

.dv-testi-grid{
  display:grid;
  grid-template-columns:repeat(3, 1fr);
  gap:18px;
}

.dv-testi-card{
  background:#fff;
  border-radius:8px;
  padding:22px 18px 18px;
  text-align:center;
  box-shadow:0 0 0 1px rgba(0,0,0,.04);
}

.dv-avatar{
  width:100px;
  height:100px;
  border-radius:50%;
  margin:0 auto 12px;
  background:url('https://images.unsplash.com/photo-1500648767791-00dcc994a43e?auto=format&fit=crop&w=300&q=80') center/cover no-repeat;
}

.dv-avatar-2{
  background-image:url('https://images.unsplash.com/photo-1494790108377-be9c29b29330?auto=format&fit=crop&w=300&q=80');
}

.dv-avatar-3{
  background-image:url('https://images.unsplash.com/photo-1506794778202-cad84cf45f1d?auto=format&fit=crop&w=300&q=80');
}

.dv-testi-card h3{
  font-size:20px;
  font-weight:700;
  margin-bottom:4px;
  color: #1E1E1E;
}

.dv-car{
  font-size:14px;
  color:#666666;
  margin-bottom:16px;
}

.dv-amount{
  display:inline-block;
  background:#F03B3B;
  color:#fff;
  padding-top: 10px;
  border-radius:8px;
  font-family:'Barlow Condensed',sans-serif;
  font-size:32px;
  font-weight:800;
  width: 100%;
  height: 78px;
  display: flex;
  margin-bottom: 20px;
  flex-direction: column;
}
.recover-amount {
  font-weight: normal !important;
  font-size: 12px !important;
  padding: 0px !important;
 }

.dv-testi-card p{
  font-size:16px;
  color:#272932;
  line-height:1.6;
  min-height:64px;
}

.dv-stars{
  margin-top:10px;
  color:#FFC107;
  letter-spacing:2px;
  font-size:18px;
}

.dv-stats-bar{
  margin-top:18px;
  background:#1E1E1E;
  color:#fff;
  border-radius:16px;
  display:grid;
  grid-template-columns:repeat(3,1fr);
  gap:8px;
  padding:24px 18px;
}

.dv-stats-bar div{
  text-align:center;
}

.dv-stats-bar strong{
  display:block;
  font-family:'Barlow Condensed',sans-serif;
  font-size:48px;
  line-height:1;
  color:#F03B3B;
  margin-bottom:6px;
}

.dv-stats-bar span{
  font-size:18px;
  color:#FFFFFF;
}

.dv-cta-main{
  padding:16px 0 30px;
}

.dv-red-panel{
  background:#F03B3B;
  border-radius:20px;
  color:#fff;
  text-align:center;
  padding:40px 28px 30px;
}

.dv-red-panel h2{
  font-size:48px;
  font-weight:700;
  text-transform:uppercase;
  margin-bottom:10px;
  color:#fff !important;
  letter-spacing: 0px !important;
}

.dv-red-panel p{
  color: #fff !important;
  font-size:18px;
}

.dv-call-btn{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  min-height:90px;
  padding:0 26px;
  border-radius:8px;
  background:#fff;
  color: #F03B3B !important;
  text-decoration:none;
  font-weight:700;
  margin-top:24px;
  font-size:28px;
  font-family:'Barlow Condensed',sans-serif;
}
.red-call {
  margin-right: 10px !important;
 }

.dv-mini-points{
  margin-top:18px;
  display:flex;
  flex-wrap:wrap;
  justify-content:center;
  gap:12px 20px;
  font-size:16px;
  color:#fff;
}

.dv-benefits{
  padding:8px 0 30px;
  border-radius: 20px !importat;
}

.dv-benefit-card{
  position:relative;
  padding-top:46px;
}

.dv-badge{
  position:absolute;
  top:0px;
  right:0px;
  background:#F03B3B;
  color:#fff;
  font-size:16px;
  font-weight:700;
  padding:12px 24px;
  border-radius: 0 20px 0 16px;
}

.dv-benefit-card h2{
  text-align:center;
  margin-top: 15px;
  font-size: 48px !important;
  letter-spacing: 0px !important;
}
.dv-benefit-card p{
  text-align:center;
  color:#FAFAFA;
  font-size:18px;
  margin-top:10px;
}

.dv-benefit-grid{
  margin-top:26px;
  display:grid;
  grid-template-columns:repeat(2,1fr);
  gap:14px 20px;
}

.dv-benefit-item{
  padding-top:14px;
  color:#fff;
  display: flex;
}
.tick-bg {
  margin-right: 10px !important;
  height: 48px;
  width: 48px;
 }
 .bg-main-head{
 font-size:18px;
  padding-top: 5px;
 }
 .bg-main-p{
 font-size:14px;
  padding-top: 5px;
 }

.dv-value-free{
  margin:26px auto 0;
  width:min(720px, 100%);
  border:1px solid #F03B3B;
  border-radius:8px;
  padding:18px 20px;
  text-align:center;
  background: #FFFFFF1A !important;
}

.dv-value-free-top{
  font-size:16px;
  color:#FAFAFA;
  margin-bottom:6px;
}

.dv-value-free-price{
  font-family:'Barlow Condensed',sans-serif;
  font-size:46px;
  font-weight:800;
}
.strike {
  text-decoration: line-through;
  color: gray !important;
}
.white-arr {
  margin: 0px 10px;
  padding-bottom: 5px !important;
  font-size: 60px;
  height: 25px;
}
.dv-center-btn{
  margin:24px auto 0;
  display:flex;
  width:max-content;
}

.dv-small-note{
  text-align:center;
  margin-top:12px;
  color:#cfcfcf;
  font-size:14px;
}

.dv-estimate{
  padding:8px 0 38px;
}

.dv-estimate-card h2{
  margin-bottom:10px;
  font-size: 48px !important;
  letter-spacing: 0px;
}

.dv-estimate-card > p{
  text-align:center;
  color:#d3d3d3;
  font-size:18px;
  margin-top:10px;
}

.dv-progress{
  display:flex;
  gap:10px;
  width:min(760px,100%);
  margin:28px auto 28px;
}

.dv-progress span{
  flex:1;
  height:4px;
  background:#4a4a4a;
  border-radius:999px;
}

.dv-progress span.active{
  background:var(--dv-red);
}

.dv-question-box{
  width:min(760px,100%);
  margin:0 auto;
  background:#2a2a2a;
  border-radius:10px;
  padding:26px 24px 22px;
}

.dv-step{
  text-align:center;
  color:#cfcfcf;
  font-size:12px;
  margin-bottom:12px;
}

.dv-question-box h3{
  text-align:center;
  font-size:28px;
  margin-bottom:22px;
  color:#fff;
}

.dv-option-grid{
  display:grid;
  grid-template-columns:repeat(2,1fr);
  gap:12px;
}

.dv-option-grid button{
  min-height:56px;
  border:0;
  border-radius:6px;
  background:#fff;
  color:#111;
  font-weight:700;
  cursor:pointer;
  font-size:14px;
}
.dv-option-grid button:hover{
  background:#F03B3B !important;
  color:#fff !important;
}

.dv-secure-note{
  text-align:center;
  font-size:12px;
  color:#f0d08a;
  margin-top:16px;
}

.dv-faq{
  padding:24px 0 30px;
}

.dv-faq h2{
  text-align:center;
  font-size:48px;
  font-weight:700;
  text-transform:uppercase;
  margin-bottom:10px;
  letter-spacing: 0px;
}

.dv-faq > .dv-wrap > p{
  text-align:center;
  color:#272932;
  font-size:18px;
  margin-bottom:20px;
}

.dv-faq-list{
  display:grid;
  gap:10px;
}

.dv-faq-list details{
  background:#fff;
  border-radius:8px;
  overflow:hidden;
  box-shadow:0 0 0 1px rgba(0,0,0,.05);
}

.dv-faq-list summary{
  list-style:none;
  cursor:pointer;
  padding:18px 20px;
  font-weight:700;
  position:relative;
  font-size:15px;
}

.dv-faq-list summary::-webkit-details-marker{
  display:none;
}

.dv-faq-list summary::after{
  content:"+";
  position:absolute;
  right:20px;
  top:50%;
  transform:translateY(-50%);
  color:#8b8b8b;
  font-size:22px;
  font-weight:500;
}

.dv-faq-list details[open] summary::after{
  content:"–";
}

.dv-faq-list details div{
  padding:0 20px 18px;
  color:#575757;
  line-height:1.7;
  font-size:14px;
}

.dv-final-cta{
  padding:0 0 36px;
}

.dv-red-panel-small{
  padding:30px 24px 24px;
}

.dv-red-panel-small h3{
  font-size:28px;
  font-weight:700;
  text-transform:none;
  color: #fff !important;
  margin-bottom: 10px;
 
}

.dv-call-btn-small{
  min-height:50px;
  font-size:18px;
  margin-top:18px;
}

@media (max-width: 1100px){
  .dv-hero-content{
    padding:40px 28px 24px;
  }

  .dv-hero-left h1{
    font-size:58px;
  }

  .dv-dark-card h2,
  .dv-red-panel h2,
  .dv-intro h2,
  .dv-light-panel h2,
  .dv-faq h2{
    font-size:44px;
  }
}

@media (max-width: 900px){
  .dv-hero-box,
  .dv-hero-content{
    min-height:auto;
  }

  .dv-hero-content{
    flex-direction:column;
    align-items:flex-start;
  }

  .dv-hero-right{
    width:100%;
    justify-content:center;
  }

  .dv-hero-right img{
    max-width:320px;
  }

  .dv-hero-points{
    grid-template-columns:1fr;
  }

  .dv-testi-grid,
  .dv-benefit-grid,
  .dv-stats-bar{
    grid-template-columns:1fr;
  }

  .dv-compare{
    flex-direction:column;
    gap:22px;
  }

  .dv-arrow{
    margin-top:0;
    transform:rotate(90deg);
  }
   .dv-hero{
    margin-top: 100px;
  }
}

@media (max-width: 640px){
  .dv-wrap,
  .dv-wrap-medium,
  .dv-wrap-narrow,
  .dv-wrap-faq,
  .dv-wrap-small{
    width:calc(100% - 20px);
  }

  .dv-hero{
    padding:10px 0 18px;
    margin-top: 100px;
  }

  .dv-hero-content{
    padding:26px 18px 18px;
  }

  .dv-hero-left{
    padding-bottom:8px;
  }

  .dv-hero-left h1{
    font-size:42px;
  }

  .dv-hero-left p{
    font-size:15px;
  }

  .dv-hero-actions{
    flex-direction:column;
    align-items:flex-start;
  }

  .dv-btn{
    width:100%;
  }

  .dv-intro h2,
  .dv-dark-card h2,
  .dv-light-panel h2,
  .dv-red-panel h2,
  .dv-faq h2{
    font-size:34px;
  }

  .dv-compare-price{
    font-size:42px;
  }

  .dv-loss-big{
    font-size:42px;
  }

  .dv-option-grid{
    grid-template-columns:1fr;
  }

  .dv-question-box h3{
    font-size:28px;
  }

  .dv-call-btn{
    width:100%;
    font-size:18px;
    padding:0 16px;
  }
}
/* =========================
   LANDING PAGE ANIMATIONS
   Design/text unchanged
========================= */

.dv-animate,
.dv-animate-left,
.dv-animate-right,
.dv-animate-up,
.dv-animate-down,
.dv-animate-zoom,
.dv-animate-text {
  opacity: 0;
  transition: opacity .8s ease, transform .8s ease;
  will-change: transform, opacity;
}

.dv-animate-left {
  transform: translateX(-60px);
}

.dv-animate-right {
  transform: translateX(60px);
}

.dv-animate-up {
  transform: translateY(60px);
}

.dv-animate-down {
  transform: translateY(-60px);
}

.dv-animate-zoom {
  transform: scale(.92);
}

.dv-animate-text {
  transform: translateY(20px);
  transition-duration: .7s;
}

.dv-in-view {
  opacity: 1 !important;
  transform: translateX(0) translateY(0) scale(1) !important;
}

/* stagger effect */
.dv-delay-1 { transition-delay: .10s; }
.dv-delay-2 { transition-delay: .20s; }
.dv-delay-3 { transition-delay: .30s; }
.dv-delay-4 { transition-delay: .40s; }
.dv-delay-5 { transition-delay: .50s; }
.dv-delay-6 { transition-delay: .60s; }

/* button hover little smooth */
.dv-btn,
.dv-call-btn,
.dv-option-grid button,
.dv-faq-list details,
.dv-testi-card,
.dv-dark-card,
.dv-red-panel {
  transition: all .3s ease;
}

/* optional subtle hover without changing design */
.dv-testi-card:hover,
.dv-faq-list details:hover {
  transform: translateY(-4px);
}

/* reduce motion accessibility */
@media (prefers-reduced-motion: reduce) {
  .dv-animate,
  .dv-animate-left,
  .dv-animate-right,
  .dv-animate-up,
  .dv-animate-down,
  .dv-animate-zoom,
  .dv-animate-text {
    opacity: 1 !important;
    transform: none !important;
    transition: none !important;
  }
}
/* =========================
   EXTRA PREMIUM ANIMATIONS
========================= */

/* hero heading reveal */
/*.dv-hero-left h1.dv-animate-left{
  transition-duration: 1s;
  transition-timing-function: cubic-bezier(.22,1,.36,1);
}*/

/* soft floating image */
.dv-hero-right.dv-in-view img{
  animation: dvFloat 4s ease-in-out infinite;
}

@keyframes dvFloat{
  0%,100%{ transform: translateY(0); }
  50%{ transform: translateY(-10px); }
}

/* text shimmer for main red text */
.dv-red-text.dv-in-view{
  animation: dvPulseText 2.2s ease-in-out infinite;
}

@keyframes dvPulseText{
  0%,100%{ opacity:1; transform:scale(1); }
  50%{ opacity:.88; transform:scale(1.03); }
}

/* cards pop */
.dv-testi-card.dv-in-view,
.dv-benefit-item.dv-in-view,
.dv-faq-list details.dv-in-view{
  animation: dvPop .55s ease forwards;
}

@keyframes dvPop{
  0%{ transform: scale(.96); }
  100%{ transform: scale(1); }
}

/* CTA glow */
.dv-red-panel.dv-in-view,
.dv-red-panel-small.dv-in-view{
  animation: dvGlow 2.5s ease-in-out infinite;
}

@keyframes dvGlow{
  0%,100%{ box-shadow: 0 0 0 rgba(240,59,59,0); }
  50%{ box-shadow: 0 18px 40px rgba(240,59,59,.18); }
}

/* estimate box subtle lift */
.dv-question-box.dv-in-view{
  animation: dvLift 1.8s ease-in-out infinite alternate;
}

@keyframes dvLift{
  from{ transform: translateY(0); }
  to{ transform: translateY(-4px); }
}

/* FAQ smooth open */
.dv-faq-list details{
  overflow: hidden;
}

.dv-faq-list details div{
  animation: dvFaqFade .28s ease;
}

@keyframes dvFaqFade{
  from{ opacity:0; transform: translateY(-6px); }
  to{ opacity:1; transform: translateY(0); }
}

/* button premium hover */
.dv-btn:hover,
.dv-call-btn:hover,
.dv-option-grid button:hover{
  transform: translateY(-2px);
  box-shadow: 0 10px 24px rgba(0,0,0,.14);
}