.elementor-widget-container .eael-protected-content-message{font-family:var( --e-global-typography-secondary-font-family ), Sans-serif;font-weight:var( --e-global-typography-secondary-font-weight );}.elementor-widget-container .protected-content-error-msg{font-family:var( --e-global-typography-secondary-font-family ), Sans-serif;font-weight:var( --e-global-typography-secondary-font-weight );}.elementor-3698 .elementor-element.elementor-element-4d2f61bf{--display:flex;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;overflow:visible;}.elementor-widget-html .eael-protected-content-message{font-family:var( --e-global-typography-secondary-font-family ), Sans-serif;font-weight:var( --e-global-typography-secondary-font-weight );}.elementor-widget-html .protected-content-error-msg{font-family:var( --e-global-typography-secondary-font-family ), Sans-serif;font-weight:var( --e-global-typography-secondary-font-weight );}/* Start custom CSS for html, class: .elementor-element-3426b270 */.service-sidebar{
  background:#0f0f0f;
  padding:20px;
  border-radius:6px;
  border:1px solid #1f1f1f;
}

.service-sidebar-title{
  color:#fff;
  font-size:20px;
  margin-bottom:16px;
  font-family:"Bebas Neue", sans-serif;
  text-transform:uppercase;
  letter-spacing:0.04em;
  line-height:1;
}

.service-list{
  list-style:none;
  padding:0;
  margin:0;
}

.service-list li{
  margin-bottom:10px;
}

.service-list li:last-child{
  margin-bottom:0;
}

.service-list a{
  display:flex;
  align-items:center;
  gap:12px;
  padding:13px 14px;
  background:#151515;
  color:#fff;
  text-decoration:none;
  border-radius:4px;
  border:1px solid #1f1f1f;
  transition:all .3s ease;
  min-height:48px;
}

.service-list a span{
  color:#fff;
  font-size:15px;
  line-height:1.4;
  transition:color .3s ease;
}

.service-list a:hover{
  background:#1c1c1c;
  border-color:#F5A623;
  transform:translateX(3px);
}

.service-list a:hover span{
  color:#F5A623;
}

.service-list a:hover i{
  color:#F5A623;
}

.service-list i{
  color:#F5A623;
  font-size:16px;
  width:20px;
  min-width:20px;
  text-align:center;
  flex-shrink:0;
  transition:color .3s ease;
}

/* ACTIVE SERVICE */
.service-list a.active{
  background:#1c1c1c;
  border-color:#F5A623;
  box-shadow:inset 0 0 0 1px rgba(245,166,35,0.15);
}

.service-list a.active span{
  color:#F5A623;
  font-weight:600;
}

/* ICON ACTIVE */
.service-list a.active i{
  color:#F5A623;
}

/* TPMS DESTACADO */
.service-list a.highlight{
  border-color:rgba(245,166,35,0.35);
  background:#171717;
}

.service-list a.highlight span{
  font-weight:600;
}

/* 📱 TABLET */
@media (max-width: 1024px){
  .service-sidebar{
    padding:18px;
  }

  .service-sidebar-title{
    font-size:18px;
  }

  .service-list a{
    padding:12px 13px;
  }

  .service-list a span{
    font-size:14px;
  }
}

/* 📱 MOBILE FIX */
@media (max-width: 767px){

  .service-sidebar{
    text-align:center;
    padding:18px 16px;
  }

  .service-sidebar-title{
    font-size:18px;
    margin-bottom:14px;
  }

  .service-list a{
    justify-content:center;
    text-align:center;
    gap:10px;
    padding:12px 14px;
  }

  .service-list i{
    margin:0;
    width:auto;
    min-width:auto;
  }

  .service-list a:hover{
    transform:none;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-541bbe21 */.service-cta-card{
  position:relative;
  margin-top:20px;
  border-radius:6px;
  overflow:hidden;
  background-image:url('https://images.unsplash.com/photo-1600661653561-629509216228?q=80&w=1200');
  background-size:cover;
  background-position:center;
  min-height:220px;
  display:flex;
  align-items:center;
}

.service-cta-overlay{
  position:absolute;
  inset:0;
  background:linear-gradient(
    rgba(0,0,0,0.65),
    rgba(0,0,0,0.85)
  );
}

.service-cta-content{
  position:relative;
  padding:24px;
  color:#fff;
}

.service-cta-content h3{
  font-size:20px;
  margin-bottom:10px;
}

.service-cta-content p{
  font-size:14px;
  margin-bottom:16px;
  color:#dcdcdc;
}

.service-cta-btn{
  display:inline-block;
  padding:10px 18px;
  background:#F5A623;
  color:#000;
  text-decoration:none;
  font-weight:600;
  border-radius:4px;
  transition:all .3s ease;
  font-family: Oswald, sans-serif;
  text-transform:uppercase;
}

.service-cta-btn:hover{
  background:#ffb833;
}

.elementor-3698 .elementor-element.elementor-element-541bbe21{
  text-wrap: pretty;
}



/* 📱 MOBILE OPTIMIZATION */
@media (max-width: 767px){

  .service-cta-card{
    justify-content:center;
    text-align:center;
  }

  .service-cta-content{
    padding:20px;
  }

  .service-cta-content h3{
    font-size:18px;
  }

  .service-cta-content p{
    font-size:13px;
  }

  .service-cta-btn{
    width:50%;
    text-align:center;
  }

}/* End custom CSS */