header .scroll-background {
  transform: translateY(0px) !important;
  transition: none !important;
}

/* === SLIDER === */
/* #asphalt-detail-module .slideshow {
  width: 100%;
  position: relative;
  margin: 0;
  margin-bottom: 40px;
  background: rgb(35,35,35);
  background: linear-gradient(180deg, rgba(35,35,35,1) 50%, rgba(255,255,255,1) 50%);
} */

/* @media(min-width:992px) {
  #asphalt-detail-module .slick-slide {
    padding: 30px 15px;
  }
} */

#asphalt-detail-module .read-more {
  margin-top: 20px;;
  border-radius: 4px;
  background: var(--color-secondary);
  color: white;
  padding: 10px 20px;
  border: none;
  cursor: pointer;
}

#asphalt-detail-module .read-more:hover {
  background: var(--color-primary);
  color: var(--color-secondary);
}


#asphalt-detail-module .prev,
#asphalt-detail-module .next,
#asphalt-detail-module .close,
#asphalt-detail-module .open {
  cursor: pointer;
  position: absolute;
  top: calc(50% - 25px);
  width: 50px;
  height: 50px;
  background-color: #e4dac4;
  z-index: 1;
  border: none;
  font-size: 38px;
  color: #1f2841;
  opacity: 0.5 !important;
}

#asphalt-detail-module .prev {
  background-image: url("/wp-content/img/slide-left.png");
  background-size: 50px 50px;
  background-repeat: no-repeat;
  background-position: center;
  left: 0;
}

#asphalt-detail-module .next {
  background-image: url("/wp-content/img/slide-right.png");
  background-size: 50px 50px;
  background-repeat: no-repeat;
  background-position: center;
  right: 0;
}

#asphalt-detail-module .close,
#asphalt-detail-module .open {
  right: 0;
  top: 0;
  display: flex;
  justify-content: center;
  align-items: center;
}

#asphalt-detail-module .open:hover,
#asphalt-detail-module .close:hover,
#asphalt-detail-module .prev:hover,
#asphalt-detail-module .next:hover {
  background-color: #ffffff;
}

#asphalt-detail-module .open:focus,
#asphalt-detail-module .close:focus,
#asphalt-detail-module .prev:focus,
#asphalt-detail-module .next:focus {
  border: none;
  outline: none;
}

@media(max-width:769px) {
  #asphalt-detail-module .prev,
  #asphalt-detail-module .next {
    top: calc(50% - 15px);
    width: 30px;
    height: 30px;
    background-size: 30px 30px;
    font-size: 23px;
  }
}

#asphalt-detail-module .back-button {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 10;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 10px;
  height: 50px;
  padding: 0 10px;
  background: var(--color-primary);
  color: white;
  font-size: 16px;
}

#asphalt-detail-module .back-button:hover {
  background: #636363;
}

/* === CONTENT === */
#asphalt-detail-module .content {
  width: 100%;
}

/* === SPECIFICATIONS === */
#asphalt-detail-module .specifications {
  position: relative;
  max-width: 1200px;
  margin: 60px auto;
  padding: 10px;
}
@media(max-width:768px) {
  #asphalt-detail-module .specifications {
    margin-top: 20px;
  }
}

#asphalt-detail-module .specifications .header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 25px;
}
@media(max-width:768px) {
  #asphalt-detail-module .specifications .header {
    flex-direction: column-reverse;
    align-items: flex-start;
    gap: 30px;
  }
}

#asphalt-detail-module .specifications .brand_model {
  font-family: var(--sb-heading-font-family, 'Sans-Serif');
  font-weight: bold;
  font-size: 32px;
  display: inline-block;
  word-wrap: break-word;
  margin-right: 10px;
}

#asphalt-detail-module .specifications .type {
  font-weight: normal;
  font-size: 16px;
  color: #636363;
  display: inline-block;
  word-wrap: break-word;
  margin-right: 10px;
  margin-top: 16px;
}

#asphalt-detail-module .specifications .images {
  flex-shrink: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 20px;
  margin-top: 20px;
}

#asphalt-detail-module .specifications img {
  width: 50px;
}

@media(max-width:769px) {

  #asphalt-detail-module .specifications .brand_model,
  #asphalt-detail-module .specifications .type {
    display: block;
    width: 100%;
  }

  #asphalt-detail-module .specifications .price {
    position: relative;
    top: 25px;
  }
}

#asphalt-detail-module .specifications .icons {
  display: flex;
  justify-content: end;
  align-items: center;
  gap: 20px;
  width: 100%;
  margin-top: -35px;
}

@media(min-width:770px) {
  #asphalt-detail-module .specifications .icons {
    visibility: hidden;
  }
}

#asphalt-detail-module .specifications .icons a {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 35px;
  height: 35px;
  border-radius: 9999px;
  background: #232323;
  color: white;
  font-size: 16px;
}

#asphalt-detail-module .specifications .info.row {
  display: grid;
  grid-template-columns: repeat(1, minmax(0, 1fr));
  align-items: start;
}

@media(min-width:768px) {
  #asphalt-detail-module .specifications .info.row {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media(min-width:992px) {
  #asphalt-detail-module .specifications .info.row {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}

#asphalt-detail-module .specifications tr {
  line-height: 2em;
}

#asphalt-detail-module .specifications th {
  width: 200px;
  text-align: left;
}

#asphalt-detail-module .specifications .grey {
  background-color: #f1f1f1;
}

/* === ACCESSORIES === */
#asphalt-detail-module .accessories {
  position: relative;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  background-color: #999999;
  color: #ffffff;
  padding: 50px 20px;
}

#asphalt-detail-module .accessories-content {
  position: relative;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
}

#asphalt-detail-module .accessories-content ul {
  column-count: 3;
  padding-left: 6px;
  list-style-type: disc;
}

@media(max-width:1024px) {
  #asphalt-detail-module .accessories-content ul {
    column-count: 2;
  }
}

@media(max-width:769px) {
  #asphalt-detail-module .accessories-content ul {
    column-count: 1;
  }
}

#asphalt-detail-module .accessories-content li {
  margin-left: 18px;
  line-height: 30px;
}

/* === DETAILS === */
#asphalt-detail-module .details {
  position: relative;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 100px;
  margin-bottom: 100px;
}

#asphalt-detail-module .details .row {
  display: grid;
  grid-template-columns: repeat(1, minmax(0, 1fr));
  gap: 20px;
}

@media(min-width:992px) {
  #asphalt-detail-module .details .row {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media(max-width:769px) {
  #asphalt-detail-module .details {
    margin-bottom: 0;
  }

  #asphalt-detail-module .details .route {
    padding: 0;
  }

  #asphalt-detail-module .details .route h1 {
    margin-left: 15px;
  }
}

#asphalt-detail-module .details h1 {
  font-family: var(--sb-heading-font-family, 'Sans-Serif');
  font-size: 31px;
  font-weight: bold;
  text-transform: uppercase;
}

#asphalt-detail-module .details .description {
  padding: 0 20px;
}

#asphalt-detail-module .details .description .editor-content {
  font-size: 14px;
  font-weight: 500;
  line-height: 1.5;
}


#asphalt-detail-module .fullpage-slider {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 1000;
  display: flex;
  justify-content: center;
  align-items: center;
}

#asphalt-detail-module .fullpage-slider.hidden {
  display: none;
}

#asphalt-detail-module .fullpage-slider .slider-wrapper {
  position: relative;
  width: min(80%, 1200px);
}

/* Rijswijk like car intro */
#asphalt-detail-module .vehicle-intro {
  margin-top: 58px;
  position: relative;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  padding: 10px;
}

@media(max-width:992px) {
  #asphalt-detail-module .vehicle-intro .intro {
    flex-direction: column;
  }
}

@media(max-width:640px) {
  #asphalt-detail-module .vehicle-intro .right .info {
    flex-direction: column;
  }
}

/* @media(max-width:480px) {
  #asphalt-detail-module .vehicle-intro .intro .right .buttons {
    flex-direction: column;
    font-size: 14px;
  }
} */

@media(max-width:640px) {
  #asphalt-detail-module .vehicle-intro .intro .right .buttons .cta-button {
    padding: 15px;
  }
}

#asphalt-detail-module .vehicle-intro .intro {
  display: flex;
  justify-content: stretch;
  height: 100%;
  width: 100%;
  background-color: #232323;
}

#asphalt-detail-module .vehicle-intro .intro .left {
  position: relative;
}

#asphalt-detail-module .vehicle-intro .intro .right {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 40px 30px;
  width: 100%;
  color: white;
  gap: 30px;
}

@media(min-width:992px) {
  #asphalt-detail-module .vehicle-intro .intro .left,
  #asphalt-detail-module .vehicle-intro .intro .right {
    max-width: 50%;
  }

  #asphalt-detail-module .vehicle-intro .intro .right {
    gap: 0; /* Gap will be automatically added by container height (flex space-between) */
  }
}

#asphalt-detail-module .vehicle-intro .intro .right .info {
  display: flex;
  gap: 20px
}

#asphalt-detail-module .vehicle-intro .intro .right .brand_model {
  font-family: var(--sb-heading-font-family, 'Sans-Serif');
  font-weight: bold;
  font-size: 32px;
  margin-bottom: 4px;
}

#asphalt-detail-module .vehicle-intro .intro .right .price {
  width: fit-content;
  font-weight: normal;
  font-size: 16px;
}

#asphalt-detail-module .vehicle-intro .intro .right .price .amount {
  font-weight: bold;
  font-size: 24px;
  display: block;
  margin-top: 4px;
}

#asphalt-detail-module .vehicle-intro .intro .right .image {
  max-width: 50px;
  height: auto;
}

#asphalt-detail-module .vehicle-intro .intro .right .seperator {
  display: block;
  width: 100%;
  height: 1px;
  background-color: white;
  opacity: 0.3;
}


#asphalt-detail-module .vehicle-intro .intro .right .buttons {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 20px;
}

#asphalt-detail-module .vehicle-intro .intro .right .buttons .cta-button {
  display: block;
  width: 100%;
  cursor: pointer;
  background-color: var(--color-primary);
  color: white;
  padding: 20px 15px;
  text-align: center;
}

#asphalt-detail-module .vehicle-intro .intro .right .cta-button:hover {
  background-color: #fff;
  color: var(--color-primary);
}

#asphalt-detail-module .print-button {
  width: 50px;
  height: 50px;
  background-color: var(--color-primary);
  color: white;
}

#asphalt-detail-module .whatsapp-button {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 50px;
  height: 50px;
  background-color: #25D366;
  color: white;
  font-size: 20px;
}

/* Detail page share modal */

#asphalt-detail-module .modal-overlay {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 50;
  width: 100%;
  height: 100%;
  background-color: rgba(153, 153, 153, 0.5);
  padding: 20px;
}

#asphalt-detail-module .share-modal,
#asphalt-detail-module .trade-modal {
  position: relative;
  max-width: 800px;
  height: auto;
  padding: 40px;
  transform: translate(-50%, -50%);
  left: 50%;
  top: 50%;
  background-color: white;
}

#asphalt-detail-module .finance-modal {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  min-height: 300px;
  width: 790px;
  max-width: 90%;
  max-height: 90%;
  padding: 12px;
  background: white;
  overflow: auto;
}

#asphalt-detail-module .finance-modal #ros-wrapper {
  width: 100%;
}

#asphalt-detail-module .finance-modal #ros-wrapper iframe {
  background-color: transparent !important;
}


#asphalt-detail-module .close-modal {
  cursor: pointer;
  position: absolute;
  top: 10px;
  right: 10px;
  font-size: 18px;
}

#asphalt-detail-module .modal-content {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  gap: 5px;
}

@media(max-width:992px) {
  #asphalt-detail-module .modal-content h1 {
    font-size: 24px;
    font-weight: bold;
    margin-bottom: 10px;
  }
  #asphalt-detail-module .trade-modal {
    padding: 20px;
  }
}

#asphalt-detail-module .modal-content .socials {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 50px;
  font-size: 36px;
  font-weight: bold;
}

.modal-content .wpcf7 .form-row {
  margin-bottom: 0.75rem;
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
}

@media (min-width: 992px) {

  .modal-content .wpcf7 .form-row {
    flex-direction: row;
    gap: 2rem;
  }
}

.modal-content .wpcf7-form-control-wrap {
  display: block;
  width: 100%;
}

.modal-content .wpcf7-form-control:not(.wpcf7-submit) {
  width: 100%;
  border-bottom-width: 1px;
  border-color: currentColor;
  background-color: transparent;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}

.modal-content .wpcf7-submit {
  display: inline-flex;
  width: -moz-max-content;
  width: max-content;
  cursor: pointer;
  align-items: center;
  justify-content: center;
  white-space: nowrap;
  border-width: 1px;
  border-color: currentColor;
  background-color: transparent;
  padding: 1rem;
  line-height: 1;
}

.modal-content .wpcf7-form-control::-moz-placeholder {
  color: currentColor;
  opacity: 1;
}

.modal-content .wpcf7-form-control::placeholder {
  color: currentColor;
  opacity: 1;
}

.modal-content .wpcf7-textarea {
  min-height: 180px;
  height: 180px;
}

.modal-content .wpcf7 button {
  background-color: var(--color-primary);
  color: white;
  padding: 20px;
  width: fit-content;
  height: fit-content;
  cursor: pointer;
}

.slick-list.draggable {
  padding: 0px 0px 0px 0px !important;
}


.contact-form {
  padding: 0 20px;
}

.contact-form input, .contact-form textarea {
  width: 100%;
  padding: 10px;
  margin-bottom: 10px;
  background: #f1f1f1;
}

.contact-form .wpcf7-not-valid-tip {
  margin-bottom: 14px;
}

.contact-form button[type="submit"] {
  background: var(--color-primary);
  color: white;
  padding: 10px 20px;
  border: none;
  cursor: pointer;
}

/* Print */
body{
  -webkit-print-color-adjust:exact !important;
  print-color-adjust:exact !important;
}

.print-image {
  display: none;
}

@media print {
  /* Hide all irrelevant elements */
  .vehicle-intro .buttons,
  .vehicle-intro .seperator,
  .vehicle-intro .left .prev,
  .vehicle-intro .left .next,
  .vehicle-intro .left .back-button,
  .vehicle-intro .slider,
  .tm-header [type="button"],
  .share-sidebar,
  #asphalt-detail-module .print-button,
  #asphalt-detail-module .whatsapp-button,
  #footer-whatsapp-button,
  .wpcf7
  {
    display: none !important;
  }

  .print-image {
    display: block;
  }

  /* Make sticky header static */
  .fl-builder-content[data-type="header"].fl-theme-builder-header-sticky {
    position: relative !important;
    transform: none !important;
  }

  body {
    padding-top: 0 !important;
  }

 .vehicle-intro {
   margin-top: 0 !important;
   padding: 0 !important;
 }
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border-width: 0;
}