#vehicleDetails {
  margin-top: 100px;
}

.vehicle-title {
  font-size: calc(1.3rem + 0.6vw) !important;
}

@media (min-width: 1200px) {
  .vehicle-title {
    font-size: 1.75rem !important;
  }
}

#vehicleImages img {
  width: 100%;
  height: 100%;
  /* border-radius: 8px; */
}

#vehicleDetails span.neo-favorite {
  color: #7fe5ff;
}

#vehicleData {
  padding: 22px;
  border-radius: 8px;
  background-color: #ebfaff;
}

#vehicleData span {
  font-size: 14px;
  line-height: normal;
}

#vehicleData .favorite-icon {
  font-size: 1.5rem;
}

#vehicleData .old-price {
  text-decoration-line: line-through;
}

#vehicleData .new-price {
  font-size: 28px;
  font-weight: bold;
}

.vehicle-tag {
  margin: 8px 12px 0px 0px;
  padding: 4px 16px;
  border-radius: 4px;
  height: fit-content;
  white-space: nowrap;
}

.discount-price-tag {
  background-color: #ffd69e;
}

.first-owner-tag {
  background-color: #fff;
}

.reserved-tag {
  background-color: #f9c;
}

.new-tag {
  background-color: #90f0c8;
}

.warranty-tag {
  background-color: #0cf;
}

.price-image {
  width: 75px;
  height: 75px;
}

.link-btn span {
  font-size: 12px !important;
}

.underline-text {
  text-decoration: underline;
}

@media screen and (max-width: 991px) {
  .buttons-wrapper {
    position: fixed;
    bottom: 0;
    width: 100%;
    background-color: white;
    z-index: 10;
    cursor: pointer;
    left: 0;
    padding: 20px 10px;
    box-shadow: 2px -2px 17px 13px #00000020;
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
  }
}

.buttons-wrapper .buy-vehicle-btn {
  padding: 15px;
  border-radius: 8px;
  border: solid 1px #000;
  background-color: #000;
  font-size: 14px;
  line-height: normal;
  color: #fff;
}

#vehicleInfo .vehicle-info-label-wrapper {
  font-size: 14px;
  line-height: normal;
}

#vehicleInfo .vehicle-info-label {
  font-size: 12px;
}

#vehicleInfo .vehicle-info-icon {
  font-size: 30px;
  display: flex;
  align-items: center;
  margin-right: 5px;
}

.link-btn,
.link-btn span {
  cursor: pointer;
}

#priceInfoModal .step-form {
  max-width: 500px;
  min-height: fit-content;
}

.subtitle-text {
  font-size: 14px;
}

.price-info-row {
  padding: 10px 0;
  border-bottom: 1px solid #000;
}

.price-info-label {
  display: flex;
  align-items: center;
  font-size: 15px;
  line-height: normal;
}

.price-info-label span {
  font-size: 30px;
  font-weight: bold;
  color: #0cf;
}

.info-price-item {
  font-weight: 500;
}

#vehicleDataWrapper {
  padding: 22px;
  border-radius: 8px;
  background-color: #ebfaff;
}

#vehicleDataWrapper .border-bottom {
  border-color: #666 !important;
}

.vehicle-data-tabs {
  overflow-x: auto;
}

.vehicle-data-tabs a {
  text-align: center;
  display: flex;
  align-items: center;
  cursor: pointer;
}

.vehicle-data-tabs .active {
  background-color: #7fe5ff;
  border-color: #7fe5ff;
}

.vehicle-data-tab {
  padding: 10px;
}

/* Service history, equipment, checklist */
.vehicle-data-item-text {
  font-size: 14px;
  line-height: normal;
}

#vehicleDataModal .step-form-content {
  overflow-y: auto;
}

.veh-inspection_icon {
  width: 40px;
  height: 40px;
}

/* EQUIPMENT */
#vehEquipmentTab ul {
  column-count: 2;
}

#vehEquipmentModalTab ul {
  column-count: 3;
}

/* VEHICLE STATE */
#vehStateTab ul {
  list-style-type: none;
  column-count: 2;
  padding: 0px;
}

#vehStateTab .vehicle-state-item span {
  font-weight: 500;
}

#vehStateModalTab .vehicle-state-item {
  display: inline-flex;
  flex: 0 0 25%;
  padding: 10px;
  align-items: stretch;
}

#vehStateModalTab ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
  line-height: normal;
}

span.negative-inspection-item {
  background: #ff99cc;
  color: #000;
  border-radius: 5px;
  width: 18px;
  height: 18px;
  font-size: 14px;
  display: inline-block;
  text-align: center;
}

span.positive-inspection-item {
  position: relative;
  display: block;
  width: 18px;
  height: 18px;
  border-radius: 5px;
  background-color: #7fe5ff;
  color: #000;
  font-weight: normal;
}

span.positive-inspection-item:before {
  content: "";
  display: block;
  position: absolute;
  width: 5px;
  height: 11px;
  border-bottom: 1px solid #000;
  border-right: 1px solid #000;
  top: 50%;
  left: 50%;
  color: #000;
  transform: translate(-50%, -65%) rotate(45deg);
}

/* SERVICE HISTORY */
.service-history-item {
  padding: 10px;
}

#serviceHistoryModalTab .service-history-item {
  display: inline-flex;
  flex: 0 0 25%;
}

#serviceHistoryTab .service-history-item {
  display: inline-flex;
  flex: 0 0 33%;
}

.service-history-item span {
  font-size: 14px;
  line-height: normal;
}

@media (max-width: 1040px) {
  #serviceHistoryModalTab .service-history-item {
    flex: 0 0 33%;
  }
}

@media (max-width: 940px) {
  #vehEquipmentModalTab ul {
    column-count: 2;
  }
}

@media (min-width: 841px) {
  #vehStateModalTab .vehicle-state-item:not(:last-child) {
    border-right: 1px solid #ebfaff;
  }
}

@media (max-width: 840px) {
  #vehStateModalTab .vehicle-state-item {
    flex: 0 0 100%;
  }

  #vehStateModalTab .vehicle-state-item:not(:last-child) {
    border-bottom: 1px solid #ebfaff;
  }
}

@media (max-width: 768px) {
  #serviceHistoryTab .service-history-item {
    flex: 0 0 50%;
  }
}

@media (max-width: 750px) {
  #vehStateTab ul {
    column-count: 1;
  }

  #vehEquipmentTab ul {
    column-count: 1;
  }

  #vehEquipmentModalTab ul {
    column-count: 1;
  }

  #serviceHistoryModalTab .service-history-item {
    flex: 0 0 50%;
  }
}

@media (max-width: 500px) {
  #serviceHistoryTab .service-history-item,
  #serviceHistoryModalTab .service-history-item {
    flex: 0 0 100%;
  }
}

.frequently-asked-questions {
  padding-top: 50px;
}

.accordion {
  width: 100%;
  font-size: 14px;
}

.accordion-toggle {
  display: none;
}

.accordion-header {
  background-color: #ecfcff;
  padding: 15px;
  padding-right: 40px;
  cursor: pointer;
  text-align: left;
  font-size: 16px;
  border: none;
  width: 100%;
  transition: background-color 0.3s;
  border-radius: 8px;
}

.accordion-header:hover {
  background-color: #ecfcff;
}

.accordion-header::before {
  content: "\e902";
  font-family: "neostar-icons" !important;
  position: absolute;
  right: 25px;
  font-size: 20px;
  transition: transform 0.3s ease;
}

.accordion-toggle:checked + .accordion-header::before {
  transform: rotate(180deg);
}

.accordion-content {
  background-color: #ecfcff;
  padding: 0px 10px;
  height: 0px;
  overflow: hidden;
  transition: height 0.3s ease-out, padding 0.3s ease-out;
  border-bottom-right-radius: 8px;
  border-bottom-left-radius: 8px;
}

.accordion-toggle:checked + .accordion-header + .accordion-content {
  padding-bottom: 10px;
  height: fit-content;
  padding: 15px;
}

.accordion-toggle:checked + .accordion-header {
  border-bottom-right-radius: 0px;
  border-bottom-left-radius: 0px;
}

.financing-form-container {
  background-color: #90f0c8;
  border-radius: 8px;
  padding: 22px;
}

.financing-form-container .description,
.test-drive-form-container .description {
  font-size: 14px;
  line-height: normal;
}

.financing-form-container .finance-image {
  height: 30px;
  width: auto;
}

.financing-form-container .financing-input-wrapper {
  background-color: white !important;
  border-radius: 8px;
  padding: 10px;
}

.financing-form-container .financing-input-wrapper label {
  font-size: 14px;
}

.financing-form-container .financing-input-wrapper .form-control {
  border: none;
  padding: 0px;
  height: fit-content !important;
  font-weight: bold;
}

.financing-form-container .financing-form-duration-radio-btn {
  background-color: transparent;
  border: 1px solid black;
}

.financing-form-container .financing-form-duration-radio-btn {
  width: 48px;
  height: 48px;
  padding: 15px;
  border-radius: 4px;
  background-color: transparent;
  border: 1px solid black;
  margin: 0px 5px 5px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.financing-form-container .financing-form-duration-radio-btn input {
  display: contents;
}

.financing-form-container .checked-radio {
  background-color: white !important;
  border: none !important;
}

.financing-form-container .black-outline-btn {
  height: 53px !important;
}

.flex-wrapper {
  display: inline-flex;
  flex: 0 0 33%;
}

@media (max-width: 1199px) {
  .flex-wrapper {
    display: inline-flex;
    flex: 0 0 50%;
  }
}

.test-drive-form-container {
  background-color: #ffd69e;
  border-radius: 8px;
  padding: 22px;
}

.test-drive-form-container .test-drive-img {
  max-width: 276px;
  width: 100%;
  margin-left: auto;
  margin-right: 0px;
}

.financing-form-container button,
.test-drive-form-container button {
  height: 53px;
  width: fit-content;
}

#partnerPageUrl {
  text-decoration: none;
}

#aboutSellerContainer {
  padding: 22px;
  border-radius: 8px;
  background-color: #ebfaff;
  color: #222;
  font-size: 14px;
  display: flex;
  flex-direction: column;
}

#aboutSellerContainer img.seller-logo {
  border-radius: 25px;
  height: 40px;
  width: 40px;
  object-fit: cover;
}

#aboutSellerContainer a {
  color: #222;
  /*cursor: pointer;*/
  width: fit-content;
}

.seller-hero-image {
  max-height: 60px;
  max-width: 100px;
  object-fit: contain;
  object-position: left;
}

/* VIDEO */
div#videoContainer {
  padding-top: 56.25%;
  position: relative;
}

div#videoContainer:hover {
  cursor: pointer;
}

.veh-video-wrapper {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}

.video-detail {
  max-width: 100%;
  max-height: 100%;
  width: 100%;
  height: 100%;
}

img.veh-video {
  position: absolute;
  top: 0;
  bottom: 0;
  width: 100%;
}

#video-popup {
  position: fixed;
  display: block;
  top: 0;
  bottom: 0;
  z-index: 1500;
  overflow: hidden;
  touch-action: none;
  outline: 0;
  left: 0;
  right: 0;
}

#video-popup .video-bg {
  background: #000;
  height: 100%;
  width: 100%;
  top: 0;
  position: absolute;
  left: 0;
}

#video-popup .video-content {
  width: 90vw;
  height: 0;
  z-index: 1600;
  position: relative;
  left: 5vw;
  right: 5vw;
  top: 50vh;
  bottom: unset;
  padding-bottom: 56.25%;
  transform: translateY(-50%);
}

@media screen and (min-width: 1200px) {
  #video-popup .video-content {
    width: 90vw;
    height: 90vh;
    z-index: 1600;
    position: relative;
    left: 5vw;
    right: 5vw;
    top: 5vh;
    bottom: 5vh;
    padding-bottom: 0;
    transform: none;
  }
}

/* VIDEO */
#video-popup video-popup-bar {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 5vh;
  background-color: rgba(0, 0, 0, 0.3);
}

#video-popup .close-video-btn {
  background-color: transparent;
  color: white;
  font-size: 2rem;
  position: absolute;
  border: none;
  right: 0px;
}

.ytiframe-vid {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

#yt-video-info {
  display: flex;
  flex-wrap: wrap;
}

#yt-page-video {
  position: relative;
  min-width: 270px;
  height: 100%;
  width: 100%;
}

#yt-page-video:hover {
  cursor: pointer;
}

#yt-page-video .video-img-wrapper {
  padding-top: 56.25%;
}

#yt-page-video .video-img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  max-width: 100%;
  max-height: 100%;
  height: auto;
  border-radius: 8px;
}

.video-page-info {
  margin-left: 0px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  padding-top: 25px;
}

.video-page-info h3 {
  font-size: 16px;
  font-weight: 600;
  color: #090909;
  margin: 0 0 13px;
}

.video-page-info p {
  font-size: 14px;
  color: #8f8e94;
  margin: 0 0 24px;
}

.video-page-info .btn-video {
  padding: 12px 30px;
  border-radius: 34px;
  border: solid 1px #000;
  margin: 0 !important;
  line-height: 1;
}

#vehicleGallerySlider .yt-slider-video {
  padding: 10px 0px;
  margin-right: 10px;
  width: fit-content;
}

#vehicleGallerySlider .yt-slider-video:hover {
  cursor: pointer;
}

#vehicleGallerySlider .yt-slider-video img {
  height: 100px !important;
  width: 178px !important;
  border-radius: 8px;
  object-fit: cover;
}

@media screen and (min-width: 768px) {
  #yt-video-info {
    flex-wrap: nowrap;
  }

  #yt-page-video {
    position: relative;
    min-width: 270px;
    height: 100%;
    width: 100%;
  }

  #yt-page-video:hover {
    cursor: pointer;
  }

  #yt-page-video .video-img-wrapper {
    padding-top: 56.25%;
  }

  #yt-page-video .video-img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    max-width: 100%;
    max-height: 100%;
    height: auto;
  }

  .video-page-info {
    margin-left: 45px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: flex-start;
    padding-top: 0;
  }

  .video-page-info h3 {
    font-size: 16px;
    font-weight: 600;
    color: #090909;
    margin: 0 0 13px;
  }

  .video-page-info p {
    font-size: 14px;
    color: #8f8e94;
    margin: 0 0 24px;
  }

  .video-page-info .btn-video {
    padding: 12px 30px;
    border-radius: 34px;
    border: solid 1px #000;
    margin: 0 !important;
    line-height: 1;
  }
}

#testDriveModal .test-drive-img {
  width: 400px;
}

#testDriveModal .step-form {
  min-height: fit-content !important;
}

.breadcrumb {
  display: flex;
  align-items: center;
  gap: 5px;
}

.breadcrumb a {
  font-size: 14px;
  color: inherit;
}

.breadcrumb span {
  font-size: 14px;
}

.lowest-price {
  font-size: 11px !important;
}

#yt-video-info-missing {
  padding: 22px;
  border-radius: 8px;
  background-color: #ebfaff;
}

.video-missing-img-wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
  width: 100%;
  text-align: center;
  vertical-align: middle;
}

#yt-video-info-missing,
#yt-page-video-missing,
.video-missing-img-wrapper {
  height: 100%;
}

.dynamic-visibility {
  display: flex;
}

@media (max-width: 576px) {
  /* #vehicleInfo .col-6 {
        padding-left: 40px;
        padding-right: 12px;
    } */

  #vehicleInfo .vehicle-info-icon {
    min-width: 24px;
    margin-right: 11px;
    margin-top: 3px;
  }

  #vehicleInfo .vehicle-info-label-wrapper {
    width: calc(100% - 35px); /* 24 + 8 */
  }

  .finance-img {
    width: 60% !important;
    height: auto;
    display: block;
    margin-left: auto;
    margin-right: auto;
  }
}

@media (max-width: 767px) {
  .dynamic-visibility {
    display: none;
  }

  .financing-form-container button,
  .test-drive-form-container button {
    width: 100% !important;
  }
}

#vehicleInfo .show-more-tech-data {
  font-size: 14px;
  margin-top: 10px;
}

#techDataSeparator {
  border-top: 1px solid #ebfaff;
}

.financing-form-container button,
.test-drive-form-container button {
  width: fit-content;
}

#testDriveDate::placeholder,
#appointmentDate::placeholder,
#testDriveDateModal::placeholder {
  color: #212529 !important;
  opacity: 1; /* Firefox */
}

#testDriveDate::-ms-input-placeholder,
#appointmentDate::-ms-input-placeholder,
#testDriveDateModal::-ms-input-placeholder {
  /* Edge 12 -18 */
  color: #212529 !important;
}

.link-copy-container {
  display: flex;
  border: 1px solid #00000036;
  border-radius: 4px;
}

.link-copy-container input,
.link-copy-container input:focus,
.link-copy-container input:focus-visible,
.link-copy-container input:active {
  font-size: 13px;
  border-top-right-radius: 0px;
  border-bottom-right-radius: 0px;
  border: none;
  border-right: 1px solid #00000036;
  background: transparent;
  text-overflow: ellipsis;
  color: #0000006e;
  box-shadow: none !important;
  outline: none;
  width: 100%;
}

.share-container {
  position: relative;
  display: inline-block;
  height: 26px;
}

/* .share-btn .neo-share {
  font-size: 1.5rem;
  color: white;
} */

.share-btn {
  display: flex;
  align-items: center;
  border: none;
  border-radius: 6px;
  font-weight: 400;
  cursor: pointer;
  gap: 4px;
  font-size: 1.5rem !important;
  transition: all 0.3s ease;
}

.share-option .fa-whatsapp {
  font-size: 20px;
  color: #000;
}

.share-overlay {
  position: absolute;
  top: 120%;
  left: auto;
  right: 0;
  background: #fff;
  border: 1px solid #d9e2ec;
  border-radius: 4px;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.08);
  padding: 10px;
  display: flex;
  flex-direction: column;
  gap: 6px;
  min-width: 250px;
  z-index: 10;
  animation: fadeIn 0.15s ease;
  transition: all 0.3s ease;
}

.share-overlay.active {
  padding-bottom: 24px;
}

.share-option {
  display: flex;
  align-items: center;
  background: #f9fafb;
  border: none;
  border-radius: 4px;
  padding: 8px 12px;
  text-align: center;
  font-weight: 500;
  cursor: pointer;
  font-size: 13px;
  transition: all 0.3s ease;
  justify-content: center;
}

.share-option:hover {
  background: #edf2f7;
}

.copy-toast {
  position: absolute;
  bottom: 4px;
  display: inline-block;
  margin-left: 0.8rem;
  font-size: 14px;
  color: #0a7b3e;
  opacity: 0;
  transform: translateY(-3px);
  transition: all 0.3s ease;
}

.copy-toast.show {
  opacity: 1;
  transform: translateY(0);
}

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