*{
  font-family: "Inter", sans-serif;
}
html {
  scroll-padding-top: 100px;
}
nav {
  background-color: white;
}
.dropdown-item:active{
  background-color: #ff6600;
}
h1 {
  font-weight: 800;
}
h2{
  font-weight: 600;
}
footer {
  background-color: #212121;
  color: white;
}
.social-link{
  color: white;
  text-decoration: none !important;
}
.social-link:hover{
  color: #ff6600;
}
.navbar-nav-footer{
  margin-top: 10px;
  display: grid;
  gap: 10px;
}
.nav-link-footer{
  color: #dfdfdf;
  text-decoration: none !important;
}
.nav-link-footer:hover{
  color: #ff6600;
  text-decoration: underline;
  padding-left: 10px;
  transition: 0.6s;

}
.h3-title:hover {
  color: #ffffff;
}
.h3-title:active {
  color: #ffffff;
}
.section-1-pedido {
  display: flex;
  justify-content: center;
  align-items: center;
}
.section-1-pedido > .border {
  margin: 0 auto;
  max-width: 500px;
  width: 100%;
}
.f-primary {
  background-image: linear-gradient(92deg,rgba(0, 0, 0, 0.72) 38%, rgba(255, 255, 255, 0) 100%), url("../images/section-1.png");
  background-position: bottom;
  background-size: cover;
  background-repeat: no-repeat;
  color: white;
}
.btn-primary {
  background-color: #ff6600;
  color: #ffffff;
  border: none !important;
  padding: 5px 20px;
}
.btn-primary:hover {
  background-color: #fb802f;
}
.btn-primary:focus{
  background-color: #000 !important;
}
.btn-secondary {
  background-color: transparent;
  color: #000;
  border: 1px solid #5f5f5f;
  padding: 5px 20px;
}
.btn-secondary:hover{
  background-color: #5f5f5f;
  color: #fff;
}

.search {
  width: 100%;
}

.carousel {
  margin-top: 60px;
  display: flex;
  gap: 20px;
  width: max-content;
  animation: scroll 60s linear infinite;
}

.card-img {
  width: 200px;
  height: 100px;
  object-fit:contain;

}
@keyframes scroll {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-50%);
  }
}
.card-body{
  padding: 15px;
  border: 1px solid #dfdfdf;
  border-radius: 10px;

}
.card-body:hover{
  border: 1px solid #212121;
}
.card a{
  text-decoration: none !important;
  cursor: pointer;
}
.section-1-pedido {
  display: flex;
  gap: 40px;
}
#resultados {
  max-height: 350px;
  padding: 0;
  overflow-y: auto;
}

#resultados li:hover {
  background-color: #ff6600;
  color: white;
  cursor: pointer;
}
.info {
  font-size: 12px;
  font-weight: 400;
  color: rgb(179, 179, 179);
}

#nav a:after {
  content: '';
  display: block;
  border-bottom: 23px solid #000;
  width: 0;
  -webkit-transition: 1s ease;
          transition: 1s ease;
  }
  
  #nav a:hover:after { 
    width: 100%; 
  }
  .is-invalid {
    border-color: #dc3545 !important;
}
@media (max-width: 991.98px) {
  .navbar .container {
    flex-direction: row !important;
    align-items: center !important;
  }
}
.invalid-feedback {
    display: block;
    width: 100%;
    margin-top: 0.25rem;
    font-size: 0.875em;
    color: #dc3545;
}

/* Novos estilos para a página de confirmação */
.confirmation-data {
    background-color: #f8f9fa;
    padding: 20px;
    border-radius: 5px;
}

.confirmation-data h6 {
    color: #0d6efd;
    margin-bottom: 15px;
}

.confirmation-data .mb-3 {
    padding: 8px 0;
    border-bottom: 1px solid #dee2e6;
}

.confirmation-data .mb-3:last-child {
    border-bottom: none !important;
}

.confirmation-data strong {
    color: #495057;
    display: inline-block;
}

.confirmation-data span {
    color: #212529;
}


.col-lg-4, .col-lg-8 {
  box-sizing: border-box;
}
.col-lg-4 {
  flex: 1 1 320px;
  min-width: 260px;
  max-width: 340px;
}
.col-lg-8 {
  flex: 2 1 480px;
  min-width: 320px;
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 320px;
  position: relative;
}
.flex {
  display: flex;
  flex-direction: column;
  gap: 0;
}
.h3-title {
  font-size: 1.2rem;
  font-weight: 700;
  color: #111;
  margin: 0;
  cursor: pointer;
  position: relative;
  background: none !important;
  border: none !important;
  text-align: left;
  outline: none !important;
  padding: 0;
  margin-bottom: 0;
  transition: color 0.2s;
  user-select: none !important;
}
.tab-item {
  margin-bottom: 0;
  padding: 0 0 5px 0;
  position: relative;
  border: none !important;
  background: none !important;
  width: 100%;
  text-align: left;
  font-size: 1.5rem;
  font-weight: 700;
  color: #111;
  cursor: pointer;
  outline: none !important;
  transition: color 0.2s;
}
.tab-item:not(:last-child) {
  margin-bottom: 0;
}
.tab-underline {
  position: absolute;
  left: 0;
  bottom: 0;
  height: 3px;
  background: #ff6600;
  width: 0%;
  transition: width 0.5s linear;
  border-radius: 2px;
  z-index: 1;
}
.tab-item.active {
  color: #ff6600;
}
.tab-item:hover {
  color: #ff6600;
}
.tab-item.active .tab-underline {
  width: 100%;
  transition: width 5s linear;
}
.tab-item:not(.active) .tab-underline {
  width: 0%;
  transition: width 0.5s linear;
}
.tab-item .tab-underline {
  pointer-events: none !important;
}
.tab-list {
  width: 100%;
  margin-top: 0;
}
.tab-imgs {
  position: relative;
  width: 100%;
  max-width: 420px;
  min-height: 260px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.tab-imgs img {
  position: absolute;
  top: 0; left: 0; right: 0; bottom: 0;
  margin: auto;
  width: 100%;
  object-fit: contain;
  opacity: 0;
  transition: opacity 0.5s;
}
.tab-imgs img.active {
  opacity: 1;
  z-index: 2;
  transition: opacity 0.5s;
}
@media (max-width: 900px) {
  .container {
    flex-direction: column;
    gap: 24px;
  }
  .col-lg-8, .col-lg-4 {
    max-width: 100%;
    min-width: 0;
  }
  .tab-imgs {
    max-width: 100%;
  }
}
@media (max-width: 600px) {
  .section-6 {
    padding: 32px 0;
  }
  .tab-imgs {
    min-height: 160px;
  }
  .tab-item {
    font-size: 1.4rem;
    padding: 16px 0 8px 0;
  }
}
.testimonials-left {
  flex: 1;
  min-width: 280px;
}
.testimonials-left h2 {
  font-size: 2.3rem;
  font-weight: 900;
  margin-bottom: 8px;
  line-height: 1.1;
}
.testimonials-title-underline {
  border-bottom: 4px solid #ff6600;
  display: inline-block;
  padding-bottom: 2px;
}
.testimonials-left p {
  font-size: 1.1rem;
  color: #222;
  margin-bottom: 38px;
  margin-top: 8px;
}
.testimonials-nav {
  display: flex;
  gap: 18px;
  margin-top: 35px;
  margin-bottom: 35px;
}
.testimonial-btn {
  background: #111;
  color: #fff;
  border: none !important;
  border-radius: 50%;
  width: 48px;
  height: 48px;
  font-size: 1.5rem;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: background 0.2s, transform 0.2s;
  outline: none !important;
}
.testimonial-btn:hover {
  background: #ff6600;
  transform: scale(1.08);
}
.testimonials-right {
  flex: 1;
  min-width: 320px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.testimonial-box {
  width: 100%;
  min-height: 220px;
  background: #fff;
  border: 1.5px solid #e0e0e0;
  border-radius: 8px;
  box-shadow: 0 2px 12px rgba(0,0,0,0.03);
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  padding: 32px 28px;
  font-size: 1.1rem;
  color: #222;
  opacity: 1;
  transition: opacity 0.4s;
  position: relative;
  min-width: 260px;
}
.testimonial-box.fade-out {
  opacity: 0;
}
.testimonial-box.fade-in {
  opacity: 1;
}
.testimonial-author {
  margin-top: 18px;
  font-weight: 700;
  color: #ff6600;
  font-size: 1rem;
}
@media (max-width: 900px) {
  .testimonials-container {
    flex-direction: column;
    align-items: flex-start;
    gap: 32px;
  }
  .testimonials-right {
    width: 100%;
    min-width: 0;
  }
  .testimonial-box {
    max-width: 100%;
    min-width: 0;
  }
  .testimonials-nav{
    justify-content: space-between;
  }
}
@media (max-width: 600px) {
  .testimonials-section {
    padding: 32px 0;
  }
  .testimonials-container {
    width: 98%;
    gap: 18px;
  }
  .testimonials-left h2 {
    font-size: 1.3rem;
  }
  .testimonial-box {
    padding: 18px 10px;
    font-size: 1rem;
    min-height: 120px;
  }
}
.tipo-veiculo-cards {
  display: flex;
  gap: 24px;
  margin: 20px 0 10px 0;
  justify-content: center;
}
.card-tipo {
  flex: 1 1 120px;
  min-width: 120px;
  max-width: 180px;
  background: #fff;
  border: 2px solid #eee;
  border-radius: 12px;
  padding: 24px 12px 16px 12px;
  text-align: center;
  cursor: pointer;
  transition: border-color 0.2s, box-shadow 0.2s;
  box-shadow: 0 2px 8px rgba(0,0,0,0.03);
  font-size: 1.1rem;
  color: #222;
  position: relative;
}
.card-tipo.selected, .card-tipo:hover {
  border-color: #ff6600;
  box-shadow: 0 4px 16px rgba(255,102,0,0.08);
  color: #ff6600;
}
.card-tipo i {
  font-size: 2.2rem;
  margin-bottom: 8px;
  display: block;
}
@media (max-width: 600px) {
  .tipo-veiculo-cards {
    flex-direction: column;
    gap: 12px;
  }
  .card-tipo {
    max-width: 100%;
  }
}

.moto-step-container {
  position: relative;
  width: 100%;
  max-width: 500px;
  height: 120px;
  margin: 0 auto 0 auto;
  background: transparent;
  overflow: visible;
}
.moto-gif {
  position: absolute;
  top: 0;
  left: 0;
  width: 120px;
  height: 120px;
  transition: left 0.7s cubic-bezier(.77,0,.18,1);
  z-index: 2;
  /* Optional: drop shadow for effect */
  filter: drop-shadow(0 4px 12px rgba(0,0,0,0.18));
}
/* Step positions: left, center, right */
.moto-step-0 { left: 0%; }
.moto-step-1 { left: 40%; }
.moto-step-2 { left: 80%; }
@media (max-width: 600px) {
  .moto-step-container {
    max-width: 98vw;
    height: 80px;
  }
  .moto-gif {
    width: 100px;
    height:100px;
  }
  .moto-step-1 { left: 35%; }
  .moto-step-2 { left: 70%; }
}
.accordion-button:not(.collapsed) {
  background-color: #fb802f !important;
  color: white !important;
  box-shadow: none;
}
.accordion-button:hover{
  background-color: #fb802f !important;
  color: white !important;
}