:root {
  --lux-primary: #339500;
  --lux-primary-dark: #2d7f00;
  --lux-dark: #0f172a;
  --lux-muted: #64748b;
  --lux-radius: 18px;
  --lux-shadow-soft: 0 10px 35px rgba(0,0,0,0.06);
  --lux-shadow-strong: 0 30px 80px rgba(0,0,0,0.18);
  --lux-glass: rgba(255,255,255,0.92);
  --lux-drawer-width: clamp(430px, 28vw, 550px);
}

* {
  box-sizing: border-box;
}
.grecaptcha-badge {
  visibility: hidden !important;
}
/* Prevent background scroll */
.no-scroll {
  overflow: hidden;
  position: fixed;
  width: 100%;
}

/* Optional: handle iOS Safari */
@supports (-webkit-touch-callout: none) {
  .no-scroll {
    position: fixed;
    overflow: hidden;
    width: 100%;
    height: 100%;
  }
}

.single-option-readonly {
  opacity: 0.6;
  background-color: #f4f4f4 !important;
  pointer-events: none; /* Desktop & Android */
}

/*! elementor - v3.20.0 - 20-03-2024 */
.elementor-heading-title{padding:0;margin:0;}.elementor-widget-heading .elementor-heading-title[class*=elementor-size-]>a{color:inherit;font-size:inherit;line-height:inherit}.elementor-widget-heading .elementor-heading-title.elementor-size-small{font-size:15px}.elementor-widget-heading .elementor-heading-title.elementor-size-medium{font-size:19px}.elementor-widget-heading .elementor-heading-title.elementor-size-large{font-size:29px}.elementor-widget-heading .elementor-heading-title.elementor-size-xl{font-size:39px}.elementor-widget-heading .elementor-heading-title.elementor-size-xxl{font-size:59px}
/* -----------------------------------form css start new -------------------------- */
.form-container{
	background-color: #fff;
    padding:10px;
    border-radius: 15px;
	margin:0px auto;
	width: 100%;
    max-width:80%;
	box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}
.form-heading{
	display: flex;
    justify-content: center;
    align-items: center;
	flex-wrap:wrap;
	text-align:center;
    gap: 10px;
    margin: 10px;
}
.form-body{
	margin:10px;
}
.form-body .horizontal-form{
	display: flex;
    justify-content: space-between;
    align-items: center;
	flex-wrap:wrap;
	
}
	/* Shared styles for both horizontal and vertical forms */
	.form-body .horizontal-form input[type="text"],
	.form-body .horizontal-form input[type="email"],
	.form-body .horizontal-form input[type="submit"],
	.form-body .horizontal-form select,
	.form-body .horizontal-form textarea,
	.form-body .vertical-form input[type="text"],
	.form-body .vertical-form input[type="email"],
	.form-body .vertical-form input[type="date"],
	.form-body .vertical-form input[type="submit"],
	.form-body .vertical-form select,
	.form-body .vertical-form textarea {
		flex:1;
		margin:5px;
  		max-width: 100%;
		width:100%;
		height: 40px;
		padding: 10px;
		background: #fff;
		border: 1px solid #b4b4b4;
		border-radius: 2px;
		resize: vertical;
		font-size: 16px;
	}
	.form-body .vertical-form textarea{
	height:95px;
			}

	/* Apply width: 100% only to vertical forms */
	.form-body .vertical-form input[type="text"],
	.form-body .vertical-form input[type="email"],
	.form-body .vertical-form input[type="date"],
	.form-body .vertical-form input[type="submit"],
	.form-body .vertical-form select,
	.form-body .vertical-form textarea{
		width: 100%;
		padding:10px;
		margin:5px 0px;
	}

.form-container .form-body input[type="submit"]{
	-webkit-align-items: center;
	-webkit-justify-content: center;
	font-size:16px;
	background-color:var(--primary);
	color: var(--e-global-color-accent);
	border:none;
	cursor:pointer;
	line-height:1rem;
	
}

.form-disclosure {
    font-family: Helvetica, Arial, sans-serif;
    font-size: 12px;
    font-weight: 400;
    line-height: 15px;
}
.form-disclosure > a {
	color: #2271b1;
	background-color: transparent;
  	text-decoration: none;
}
.form-disclosure > a:hover {
  color: #2271b1;
  background-color: transparent;
  text-decoration: underline;
}
.readme-message > a {
	color: #2271b1;
	background-color: transparent;
  	text-decoration: none;
}
.readme-message > a:hover {
  color: #2271b1;
  background-color: transparent;
  text-decoration: underline;
}
.form-body .horizontal-form-disclosure{
	display: flex;
	justify-content: center;
    align-items: flex-start;
	gap:10px;
	margin: 8px auto;
	
}
.form-body .vertical-form-disclosure{
	display: flex;
    justify-content: center;
    align-items: flex-start;
    gap: 10px;
	margin: 8px 0px;
	
}

.balance{
	column-count:2;
}

.contact-message, .feedback-textarea{
	height:95px;
}
#service-form .time{
	display: flex;
    justify-content: center;
    align-items: center;
    gap: 10px;
}
/*for fix the css on safari*/
.form-body .horizontal-form select,
.form-body .vertical-form select {
  	-webkit-appearance: none;
  	-moz-appearance: none;
  	appearance: none;
  	background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.w3.org/2000/svg' height='1em' viewBox='0 0 512 512'%3e%3cpath d='M233.4 406.6c12.5 12.5 32.8 12.5 45.3 0l192-192c12.5-12.5 12.5-32.8 0-45.3s-32.8-12.5-45.3 0L256 338.7 86.6 169.4c-12.5-12.5-32.8-12.5-45.3 0s-12.5 32.8 0 45.3l192 192z'/%3e%3c/svg%3e");
  	background-repeat: no-repeat;
  	background-position: 94% 12px; /* Combined background position for clarity */
  	color: #333333;
}


.form-container .form-heading .form-title{
	font-size: 25px;
    font-weight: 600;
}
.form-container .form-subtitle-up{
	text-align: center;
    font-weight: 600;
    margin: 10px 0px;
}
.form-container .required::after {
   content: '*';
   color: red;
}

@media screen and (max-width: 899px) {
	.form-body .horizontal-form {
		flex-direction:column;
	}
	.form-body .horizontal-form input[type="text"],
	.form-body .horizontal-form input[type="email"],
	.form-body .horizontal-form input[type="submit"],
	.form-body .horizontal-form select,
	.form-body .horizontal-form textarea,
	.form-body .vertical-form input[type="text"],
	.form-body .vertical-form input[type="email"],
	.form-body .vertical-form input[type="date"],
	.form-body .vertical-form input[type="submit"],
	.form-body .vertical-form select,
	.form-body .vertical-form textarea {
		width:100%;
	}
	.form-container{
		max-width:100%;
	}
	.form-container .form-heading .form-title {
    font-size: 22px;
    font-weight: 600;
	}
	.form-body .horizontal-form-disclosure{
		align-items:baseline;
		-webkit-justify-content: flex-start; /* Safari-specific support */
    	justify-content: flex-start; /* Default justification */
    	-webkit-box-align: baseline; /* Older Safari support */
    	box-align: baseline; /* Standard alignment */
		
	}
	.balance{
		column-count:0;
	}
	.v-balance{
		column-count:1;
	}
	.vehica-popup-checkbox__inner .vehica-popup-checkbox__close{
		right: -15px;
	}
	.preview-details .preview-title{
	font-size: 18px !important;
	}
	.preview-details .preview-price{
	font-size: 18px !important;
	}
	.responsive-iframe-wrapper {
		height: 85vh !important;
	}
}
@media screen and (max-width: 359px) {
  .form-container{
		max-width:100%;
	  	padding:10px;
	}
	.responsive-iframe-wrapper {
		height: 85vh !important;
	}
}
/* -----------------------------------form css start End -------------------------- */

/* Inventery button styling Start*/
button.btn.btn-primary.getapproved,.schedule-test-drive,.digital-retail-btn {
	display:block !important;
	margin-top:20px;
	position:relative;
	z-index:12;
    font-size:16px;
    color:var(--e-global-color-accent);
    border-radius: 4px;
    width: 100%;
    background-color: var(--primary);
    font-weight: 500;
    border: 2px solid var(--primary);
    cursor: pointer;
}
.schedule-test-drive {
	margin-top:10px;
	border-color: transparent;     
	background-color:transparent;
}
.digital-retail-btn {
	border-color: rgb(51, 149, 0) !important;     
	background-color:rgb(51, 149, 0) !important;
}
.vdp-test-drive-btn{
	margin:0px;
}

button.btn.btn-primary.seedetails {
	display:block !important;
	margin-top:10px;
	position:relative;
/* 	z-index:12; */
    font-size: 16px;
    color:var(--e-global-color-af6cdb4);
    border-radius: 4px;
    width: 100%;
    background-color: var(--primary);
    font-weight: 500;
    border: 2px solid var(--primary);
    cursor: pointer;
}

/* Inventery button styling End*/


/* remove shadow from inventry cards css start*/
.vehica-car-card__image-bg .vehica-car-card__image-info{
	background:none;
	border-bottom: solid 1px #e7edf3;
}
/* remove shadow from inventry cards css end */
/* popup css start*/
.form-container .vehica-popup-checkbox__top{
	padding:0px !important;
	border:0px !important;
}
/* popup css end*/

/* show custom message on inventory car card start*/
.vehica-car-card__custom_message {
	z-index:3;
    position: absolute;
    bottom:0px;
    background: #ffffff;
    display: block;
    text-align: center;
    font-size: 17px;
    left: 0px;
    padding: 0px 10px 0px 10px;
    overflow: hidden;
    min-width: 100%;
    min-height: 20px;
}
/* show custom message on inventory car card end */

.disabled-button:disabled {
	cursor: not-allowed !important;
}

.success-message, .success-service-message, .success-feedback-message, .success-career-message {
	display: block;
    text-align: center;	
}


/*fix indexing of menu from accebility overlap*/
.vehica-mobile-menu__wrapper{
	z-index:2 !important;
}
/* mobile menu contact info  */
.vehica-mobile-menu__wrapper .vehica-mobile-menu__open .vehica-mobile-menu__info {
    text-align: left;
	
}

#chat-widget-container {
    bottom: 85px !important;
    right: 6px !important;
}

/* center the menu on desktop */
.vehica-menu__wrapper {
	justify-content:center !important;
}


/* popup form enhacement css */

.preview-details{
	display: flex;
    justify-content:flex-start;
    align-items: center;
    margin: 10px;
}
.preview-details .preview-details-description {
	padding:10px;
	text-align:center;
}
.preview-details .preview-img{
	max-width: 100%; /* Ensures the image scales responsively */
    height: auto;    /* Maintains the aspect ratio */
    border: 2px solid #ccc; /* Adds a border around the image */
    border-radius: 8px; /* Rounds the corners of the border */
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1); /* Adds a subtle shadow */
    display: block; /* Ensures there are no spaces below the image */
    margin: 0 auto; /* Centers the image horizontally */
	aspect-ratio: 3 / 2;
}
.preview-details .preview-title{
	font-size: 22px;
    font-weight: 800;
    line-height: 1.2em;
}
.preview-details .preview-price{
	font-size: 22px;
    font-weight: 600;
    line-height: 1.2em;
	margin-top:10px;
}

.vehica-car-card_down-payemnt{
	display:flex; justify-content:space-between;
}
.vehica-car-card__price{
	margin-left:0px !important;
}
/* remove extra margin from blog heading */
.vehica-post-field__text h2, .vehica-post-field__text h3, .vehica-post-field__text h4, .vehica-post-field__text h5, .vehica-post-field__text h6{
	margin:0px !important;
	font-size:revert !important;
}
/* adding vehica menu interaction css */
.vehica-submenu a:hover {
  color: var(--primary) !important;
}

.elementor-accordion .elementor-accordion-item{
	border:0px !important;
}

/* Your existing iframe wrapper */
.responsive-iframe-wrapper {
  position: relative;
  width: 100% !important;
  padding-bottom: 56.25%; /* 16:9 Aspect Ratio */
  height: 0;
  overflow: hidden;
  border-radius: 8px;
}

.responsive-iframe-wrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100% !important;
  height: 100%;
  border: 0;
}

/* Safari (Mac + iOS) only */
@supports (-webkit-touch-callout: none) {
  .responsive-iframe-wrapper iframe {
    width: 100% !important;
    max-width: 100% !important;
  }
}

/* Firefox specific */
@-moz-document url-prefix() {
  .responsive-iframe-wrapper iframe {
    width: 100% !important;
    max-width: 100% !important;
  }
}
/* popup-width for schedule test drive */
.vehica-popup-modal-test-drive-position {
	max-width: 60% !important;
}

/* turn down payment text into v1 card */
.vehica-car-card-v1 .vehica-car-card__price {
  color: #fff !important;
}
#digital-retail-inventory {
	display: grid;
	grid-template-columns: repeat(3, 1fr); /* Default: 3 columns for desktops */
	gap: 20px;
	padding: 10px;
}
#digital-retail-inventory:has(.deal-box:only-child) {
	margin-left: 33%; /* centers the single item */
}

/* Optional: make sure the box maintains the intended max-width */
#digital-retail-inventory .deal-box {
	max-width: 440px; /* or whatever max width you want */
	width: 100%;
}

/* 🔹 Tablet (2 columns) */
@media screen and (max-width: 1024px) {
	#digital-retail-inventory {
		grid-template-columns: repeat(2, 1fr);
	}
}

/* 🔹 Mobile (1 column) */
@media screen and (max-width: 480px) {
	#digital-retail-inventory {
		grid-template-columns: 1fr;
		margin-left: 0px !important;
	}
}

.deal-box {
	background-color: #fff;
	border: 1px solid #ddd;
	border-radius: 8px;
	padding: 15px;
	text-align: left;
	box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
	transition: border 0.3s ease-in-out;
	position: relative;
	z-index:10;
}

.deal-box:hover {
	/* 	transform: scale(1.03); */
	border: 1px solid red;
}

a.deal-box-link:hover {
	color: initial !important;
}

.deal-box img {
	border-radius: 8px;
	max-width: 100%;
	height: auto;
	display: block;
	margin-bottom: 10px;
}

.deal-box h3 {
	margin-top: 20px;
	margin-bottom: 10px;
	border-bottom: 0.5px solid lightgrey;
}

.deal-info {
	display: flex;
	flex-direction: column;
	gap: 5px;
}

.deal-field {
	display: flex;
	justify-content: space-between;
	font-size: 0.9rem;
}

.deal-field span {
	font-weight: 400;
}

.deal-box .btn-success {
	margin-top: 10px;
	background-color: #28a745;
	color: white;
	border: none;
	cursor: pointer;
	font-size: 1rem;
	padding: 0.5rem 1.5rem;
	transition: background-color 0.3s ease;
	width: 100%;
	border-radius: 5px;
	z-index: 12;
	position: relative;
	pointer-events: auto;
}

.deal-box .btn-success:hover {
	background-color: #218838;
}

/* Ensure button interaction is not blocked on parent hover */
.deal-box:hover .btn-success {
	pointer-events: auto;
}

.recommended-flag {
  position: absolute;
  top: 10px;
  left: 10px;
  background: #0d6efd;
  color: #fff;
  font-size: 16px;
  padding: 0px 10px;
  border-radius: 4px;
  z-index: 5;
  font-weight: 600;
}

.finance-details {
  margin: 8px 0 10px;
  font-size: 13px;
  color: #333;
}

.finance-payment {
  font-size: 18px;
  font-weight: 700;
  color: #000;
}

.finance-meta,
.finance-down {
  font-size: 12px;
  color: #666;
}

.finance-meta {
  margin-top: 2px;
}

.deal-info-mini {
  margin: 10px 0;
  padding: 8px;
  background: #f8f9fa;
  border-radius: 6px;
  font-size: 12px;
}

.deal-info-mini .deal-field {
  display: flex;
  justify-content: space-between;
  margin-bottom: 4px;
  color: #333;
}

.vdp-side-info-column .deal-info-mini .deal-field {
	font-size: 1.2rem !important;
}

.deal-info-mini strong {
  font-weight: 600;
}

.vehica-car-card.is-digital-recommended .getapproved {
  display: none !important;
}
.digital-retail-wrapper {
  transition: all .3s ease;
}

.elementor-button.is-disabled {
  cursor: not-allowed;
}

.elementor-button.reserved-success {
  background-color: var(--e-a-color-success);
  border-color: var(--e-a-color-success);
}


.vdp-side-info-column .vdp-subheading {
  font-size: 14px;
  margin-top: 8px;
  color: #666;
  line-height: 1.5;
}

/* =========================================
   NEO Full Width Pre-Approved Banner
   Safe & Isolated
========================================= */

.neo-preapproved-notice-wrapper {
  width: 100%;
  margin-bottom: 35px;
}

.neo-preapproved-notice {
  max-width: 1449px;
  margin: 0 auto;
  padding: 28px 15% 28px 14%;

  display: flex;
  align-items: center;
  gap: 22px;

  background: linear-gradient(135deg, #ecfdf5, #f0fdf4);
  border: 1px solid #d1fae5;
  border-radius: 16px;

  box-shadow: 0 10px 30px rgba(16, 185, 129, 0.08);

}

.neo-preapproved-icon {
  width: 56px;
  height: 56px;
  min-width: 56px;

  border-radius: 50%;
  background: #10b981;
  color: #fff;

  display: flex;
  align-items: center;
  justify-content: center;

  font-size: 24px;
  font-weight: 600;
}

.neo-preapproved-content {
  flex: 1;
}

.neo-preapproved-content h3 {
  margin: 0 0 8px 0;
  font-size: 28px;
  font-weight: 700;
  line-height: 1.3;
  color: #065f46;
}

.neo-preapproved-content p {
  margin: 5px 0;
  font-size: 18px;
  line-height: 1.6;
  color: #065f46;
}

.neo-highlight {
  font-weight: 600;
}

/* Mobile */

@media (max-width: 768px) {
  .neo-preapproved-notice {
/*     flex-direction: column;
    align-items: flex-start; */
    padding: 22px;
    gap: 14px;
  }

  .neo-preapproved-icon {
    width: 44px;
    height: 44px;
    font-size: 20px;
  }

  .neo-preapproved-content h3 {
    font-size: 18px;
  }

  .neo-preapproved-content p {
    font-size: 14px;
  }
}

.digital-price-wrapper {
  width: 100%;
/*   margin-top: 6px; */
}

.digital-main-price {
  font-size: 16px;
  font-weight: 400;
  text-align: left;
  margin-bottom: 8px;
}

.digital-main-price .price-text {
  font-size: 16px;
  font-weight: 500;
  color: #777;
  margin-left: 4px;
}

.digital-row {
	display: flex;
	justify-content: space-between;
	align-items: center;
	background: #f4f4f4;
	padding: 5px 10px;
	border-radius: 4px;
}

.digital-col {
  display: flex;
  gap: 2px;
  flex: 1;
  text-align: center;
}

.digital-amount {
  font-weight: 600;
  font-size: 18px;
  color: var( --e-global-color-86b2699 );
}

.digital-amount-down {
  font-weight: 600;
  font-size: 18px;
}

.digital-amount i {
  font-size: 12px;
  margin-right: 4px;
}

.digital-label {
  padding-top: 5px;
  font-size: 14px;
  color: #777;
}
.is-digital-recommended .vehica-car-card__separator {
	height: 0px;
}

.estimate-info-icon {
/*   margin-left: 6px; */
  cursor: pointer;
  color: #777;
  font-size: 14px;
  vertical-align: center;
  transition: color 0.2s ease;
  z-index: 12;
  position: relative;
}

.estimate-info-icon:hover {
  color: #000;
}

/* popup overlay */
.estimate-popup {
  position: fixed;
  inset: 0;
  background: rgba(0,0,0,0.4);
  display: none;
  align-items: center;
  justify-content: center;
  z-index: 9999;
}

/* popup box */
.estimate-popup-content {
  background: #fff;
  padding: 22px;
  max-width: 420px;
  border-radius: 8px;
  position: relative;
  font-size: 14px;
  line-height: 1.6;
}

/* close button */
.estimate-close {
  position: absolute;
  right: 14px;
  top: 10px;
  font-size: 20px;
  cursor: pointer;
}

/* ===============================
   ROOT WRAPPER
================================= */

/* #luxuryReserve {
  position: fixed !important;
  inset: 0 !important;
  z-index: 99 !important; 
  pointer-events: none;
  font-family: 'Inter', sans-serif;
} */
#luxuryReserve {
  position: fixed;
  inset: 0;
  z-index: 1000;
  pointer-events: none;
}
#luxuryReserve.active {
  pointer-events: auto;
  visibility: visible;
  opacity: 1;
}

/* ===============================
   OVERLAY
================================= */

.lux-overlay{
  position:absolute;
  inset:0;
  backdrop-filter:blur(12px);
  background:rgba(15,23,42,.55);
  opacity:0;
  visibility:hidden;
  transition:opacity .35s ease;
}

#luxuryReserve.active .lux-overlay {
  opacity: 1;
  visibility: visible;
}

/* ===============================
   FLEXIBLE LAYOUT SYSTEM
================================= */

.lux-drawer {
  position: fixed;
  top: 0;
  height: 100dvh;
  overflow: hidden; /* important */
  -webkit-overflow-scrolling: touch;
  width: var(--lux-drawer-width);
  max-width: 100%;
  background: linear-gradient(180deg,#ffffff 0%,#f8fafc 100%);
  display: flex;
  flex-direction: column;
  transition: transform .45s cubic-bezier(.4,0,.2,1), opacity .3s ease;
  box-shadow: var(--lux-shadow-strong);
  will-change: transform;
  opacity: 0;
  visibility: hidden;
}


/* RIGHT MODE (default) */
.lux-drawer.right {
  right: 0;
  transform: translateX(100%);
}

/* LEFT MODE */
.lux-drawer.left {
  left: 0;
  transform: translateX(-100%);
}

/* ACTIVE STATE */
#luxuryReserve.active .lux-drawer.right,
#luxuryReserve.active .lux-drawer.left {
  transform: translateX(0);
}

/* POPUP MODE */
#luxuryReserve.popup-mode .lux-drawer {
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) scale(.94);
  width: 640px;
  height: 88vh;
  border-radius: 24px;
}

#luxuryReserve.active.popup-mode .lux-drawer {
  transform: translate(-50%, -50%) scale(1);
}

#luxuryReserve.popup-mode .lux-drawer.right,
#luxuryReserve.popup-mode .lux-drawer.left {
  right: auto;
  left: 50%;
}
#luxuryReserve.active .lux-drawer {
  opacity: 1;
  visibility: visible;
}


/* ===============================
   HEADER
================================= */

.lux-header{
  padding:10px;
  display:flex;
  flex-direction:column;
  gap: 10px;
  border-bottom:1px solid rgba(0,0,0,.06);
}


.lux-header-top {
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-bottom:1px solid rgba(0,0,0,.06);
}

.lux-header-text {
  display: flex;
  flex-direction: column;
}

.lux-header-title {
  margin: 0;
  font-size: 18px;
  font-weight: 600;
}

.lux-header-subtitle {
  margin: 2px 0 0;
  font-size: 13px;
  color: #6b7280;
}
.lux-close {
  background: transparent;
  border: none;
  font-size: 26px;
  cursor: pointer;
  opacity: 0.6;
  transition: 0.2s ease;
}

.lux-close:hover {
  opacity: 1;
  transform: scale(1.1);
}

/* ===============================
   STATUS BADGE
================================= */

.status-badge {
  font-size: 12px;
  padding: 0px 10px;
  border-radius: 12px;
/*   margin-top: 8px; */
  display: inline-block;
  font-weight: 500;
  transition: 0.3s ease;
}

.status-badge.pending {
  background: #fff4e5;
  color: #b45309;
}

.status-badge.completed {
  background: #e6f9f0;
  color: #047857;
}

/* ===============================
   BODY
================================= */

.lux-body {
  padding: 10px;
  min-height: 0;
  overflow-y: auto;
  overflow-x: hidden;
  flex: 1;
}

/* Smooth scroll */
.lux-body::-webkit-scrollbar {
  width: 6px;
}
.lux-body::-webkit-scrollbar-thumb {
  background: rgba(0,0,0,0.2);
  border-radius: 10px;
}

/* ===============================
   VEHICLE
================================= */

.vehicle-img {
  width: 120px;
  height: 80px;
  object-fit: cover;
  border-radius: 14px;
  box-shadow: 0 10px 25px rgba(0,0,0,0.08);
}

/* ===============================
   FINANCE CARD
================================= */
.lux-finance-card {
  background: #f8fafc;
  border-radius: 14px;
  padding: 16px;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 10px 20px;
}

.finance-row {
  display: flex;
  justify-content: space-between;
  font-size: 13px;
}

.finance-row.highlight {
  grid-column: span 2;
  font-size: 16px;
  font-weight: 600;
/*   padding-top: 10px; */
  border-top: 1px solid #e2e8f0;
}
.lux-finance-inline {
/*   margin-top: 10px; */
  max-height: 0;
  overflow: hidden;
  opacity: 0;
  transform: translateY(-4px);
  transition: 
    max-height 0.4s ease,
    opacity 0.3s ease,
    transform 0.3s ease;
}

.lux-finance-inline.open {
  max-height: 500px;
  opacity: 1;
  transform: translateY(0);
}
.lux-vehicle-finance-wrapper {
  position: relative;
}

.lux-view-details {
/*   margin-top: 8px; */
  font-size: 12px;
  background: none;
  border: none;
  color: #64748b;
  cursor: pointer;
}
.lux-finance-grid {
  gap: 6px 14px;
  margin-top: 10px;
}

.finance-row {
  font-size: 12px;
/*   padding: 2px 0; */
}
/* ===============================
   IFRAME
================================= */

.lux-iframe-wrapper {
  height: 60vh;
  border-radius: 18px;
  overflow: hidden;
  box-shadow: 0 10px 40px rgba(0,0,0,0.12);
  margin-top: 14px;
  flex-shrink: 0;
}

#luxIncomeIframe {
  width: 100%;
  height: 100%;
  border: none;
  display: block;
}


/* =====================================================
   MINI POPUP BASE (SHARED)
===================================================== */

.lux-mini{
  position:fixed;
  z-index:9999999 !important;

  display:flex;
  align-items:center;
  gap:14px;

  cursor:pointer;

  opacity:0;
  visibility:hidden;
  transform:translateY(120%);
  transition:all .35s ease;

  pointer-events:auto;
}

.lux-mini *{
  pointer-events:auto;
}

.lux-mini.visible{
  opacity:1;
  visibility:visible;
  transform:translateY(0);
}

/* =====================================
   IMAGE
===================================== */

.mini-thumb{
  width:56px;
  height:44px;
  border-radius:8px;
  object-fit:cover;
  flex-shrink:0;
}

/* =====================================
   CONTENT
===================================== */

.mini-content{
  display:flex;
  flex:1;
  align-items:center;
  justify-content:space-between;
  gap:16px;
}

/* vehicle title */

.mini-vehicle{
  font-size:14px;
  font-weight:600;
  color:#0f172a;
}

/* progress text */

.mini-progress{
  font-size:12px;
  color:#64748b;
  white-space:nowrap;
}

.lux-mini:hover .mini-progress::after{
  background:#1d4ed8;
}

/* =====================================================
   FLOATING CARD MODE
===================================================== */

.lux-mini.floating{

  right:24px;
  bottom:24px;

  background:#fff;
  padding:14px 16px;
  border-radius:18px;

  max-width:320px;

  box-shadow:
  0 20px 45px rgba(0,0,0,0.25),
  0 6px 16px rgba(0,0,0,0.08);
}

/* floating hover */

.lux-mini.floating:hover{
  transform:translateY(-3px);
}

/* floating layout */

.lux-mini.floating .mini-content{
  flex-direction:column;
  align-items:flex-start;
  gap:4px;
}

/* hide button in floating */

.lux-mini.floating .mini-progress::after{
  display:none;
}

/* drawer safe spacing */

.lux-mini.floating.left{
  left:calc(var(--lux-drawer-width) + 20px);
  right:auto;
}

.lux-mini.floating.right{
  right:24px;
}

/* =====================================================
   PREMIUM BOTTOM BAR MODE (FIXED)
===================================================== */

.lux-mini.bottom{

  left:0;
  right:0;
  bottom:18px;

  display:flex;
  justify-content:center;
  border-radius: 6px;
  padding:0 20px;
}

/* inner container */

.lux-mini.bottom{

  max-width:1180px;
  margin:auto;

  background:rgba(10,10,12,.78);
  backdrop-filter: blur(16px);
  -webkit-backdrop-filter: blur(16px);

/*   border-radius:14px;
  border:1px solid rgba(255,255,255,.08);

  box-shadow:
  0 10px 30px rgba(0,0,0,.35),
  0 3px 8px rgba(0,0,0,.25);
 */
  padding:10px;
}

/* layout */

.lux-mini.bottom .mini-content{

  display:flex;
  align-items:center;

  width:100%;
  gap:10px;
}

/* title */

.lux-mini.bottom .mini-vehicle{
  flex:1;
  font-weight:600;
  color:#ffffff;
}

/* progress text */

.lux-mini.bottom .mini-progress{
  font-size:12px;
  color:#cbd5e1;
  margin-left:auto;
  display:flex;
  align-items:center;
  gap:16px;
}

/* continue button */

.lux-mini.bottom .mini-progress::after{
  content:"Continue";
  background:linear-gradient(
    180deg,
    rgba(255,255,255,0.08),
    rgba(255,255,255,0.02)
  );
  color:#fff;
  padding:5px 10px;
  border-radius:6px;
  font-size:14px;
  font-weight:400;
  white-space:nowrap;
  margin-left: 10px;
}
/* =====================================================
   MOBILE
===================================================== */

@media (max-width:768px){

  /* floating */

  .lux-mini.floating{
    right:16px;
    bottom:16px;
    padding:12px 14px;
  }

  .lux-mini.floating .mini-thumb{
    width:48px;
    height:40px;
  }

  /* bottom bar */

  .lux-mini.bottom{
    left:10px;
    right:10px;
    bottom:10px;
	border-radius: 12px;
  }

  .mini-vehicle{
    font-size:13px;
  }

  .mini-progress{
    font-size:11px;
  }

}
/* iPhone Safari Fix */

.lux-mini{
  touch-action:manipulation;
  transform:translateZ(0);
  -webkit-transform:translateZ(0);
}

.lux-mini *{
  min-width:0;
}

.mini-progress::after{
  pointer-events:none;
}

.lux-mini{
  -webkit-backdrop-filter:blur(16px);
}
/* Fix vehicle title wrapping */

.mini-vehicle{
/*   white-space:nowrap; */
  overflow:hidden;
  text-overflow:ellipsis;
}

/* ensure flexbox allows text to shrink properly */

.mini-content{
  min-width:0;
}

/* mobile adjustment */
/* =====================================
   MOBILE LAYOUT IMPROVEMENT
===================================== */

@media (max-width:768px){

  .lux-mini.bottom .mini-vehicle{
    display:block;
    font-size:14px;
/*     margin-bottom:2px; */
	white-space: nowrap;
    
  }

  .lux-mini.bottom .mini-progress{
    display:block;
    font-size:14px;
    color:#cbd5e1;
  }

  /* wrapper for text */

  .lux-mini.bottom .mini-text{
    display:flex;
    flex-direction:column;
    flex:1;
    min-width:0;
  }

}

/* ===============================
   CHOICE BUTTONS (FIXED)
================================= */

.lux-choice-row {
  display: flex;
  gap: 10px;
  margin-bottom: 10px;
}

.lux-choice-btn {
  flex: 1;
  padding: 10px;
  border-radius: 12px;
  border: 1px solid #e5e7eb;
  background: #f9fafb;
  cursor: pointer;
  font-size: 14px;
  font-weight: 500;
/*   transition: all 0.25s ease; */
  position: relative;
  overflow: hidden;
  z-index: 1;
}

/* Remove overlay system completely */
.lux-choice-btn::after {
  display: none;
}

/* ===============================
   DYNAMIC IFRAME
================================= */

.lux-dynamic-frame iframe,
.lux-dynamic-schedule iframe {
  width: 100%;
  height: 70vh;
  border: none;
  border-radius: 14px;
}

/* ===============================
   FOOTER
================================= */

.lux-footer {
  padding: 10px 10px;
  border-top: 1px solid rgba(0,0,0,0.06);
  display: flex;
  justify-content: space-between;
  align-items: center;
  background: #fff;
}

/* ==========================================
   ULTRA PREMIUM COMPACT STEPS
   Apple / Tesla / Fintech Compact UI
========================================== */

/* .lux-steps-wrapper{
  padding:10px 20px;
  border-radius:12px;
  border:1px solid #e6eaf0;
  background:#f8fafc;
} */

.lux-status{
  padding:6px 12px;
  font-size:12px;
  border-radius:20px;
}
/* CONTAINER */
.lux-steps {
  position: relative;
  display: flex;
  margin-top: 10px;
}

/* BASE PROGRESS LINE — PERFECTLY CENTERED */
.lux-steps::before {
  content: "";
  position: absolute;
  top: 12px; /* center of 28px circle */
  left: 14px;
  right: 14px;
  height: 1.5px;
/*   background: #e5e7eb; */
  background: linear-gradient(to right, #e5e7eb, #cbd5e1, #e5e7eb);
  z-index: 1;
}

/* STEP */
.lux-step {
  position: relative;
  z-index: 2;
  flex: 1;
  text-align: center;
}

/* CIRCLE */
.lux-step-circle {
  width: 26px;
  height: 26px;
  border-radius: 50%;
  background: #f1f5f9;
  border: 1px solid #e2e8f0;
  color: #64748b;
  font-size: 16px;
  font-weight: 500;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.2s ease;
}

/* LABEL */
.lux-step-label {
/*   margin-top: 8px; */
  font-size: 12px;
  font-weight: 500;
  color: #64748b;
  letter-spacing: 0.2px;
}

/* ACTIVE */
.lux-step.active .lux-step-circle {
  background: #0f172a;
  border-color: #0f172a;
  color: #ffffff;
  transform: scale(1.05);
}

.lux-step.active .lux-step-label {
  color: #0f172a;
  font-weight: 600;
}

/* COMPLETED */
.lux-step.completed .lux-step-circle {
  background: #0f172a;
  border-color: #0f172a;
  font-size: 0; /* completely remove number */
  position: relative;
}

/* ONLY SHOW CHECKMARK */
.lux-step.completed .lux-step-circle::after {
  content: "✓";
  position: absolute;
  inset: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  font-weight: 600;
  color: #ffffff;
}

/* NOTICE – MUCH MORE SUBTLE */
.lux-step-notice{
/*   padding:8px 10px; */
  font-size:14px;
}

.lux-step {
  position: relative;
  flex: 1;
  text-align: center;
}


.lux-step.active .lux-step-circle {
  background: #0f172a;
  color: white;
}

.lux-step.completed .lux-step-circle {
  background: #16a34a;
  color: white;
}

.lux-step-line {
  flex: 1;
  height: 2px;
  background: #e5e7eb;
  position: relative;
  top: -17px;
}

.lux-step-line::after {
  content: "";
  position: absolute;
  height: 2px;
  width: 0;
  background: #16a34a;
  transition: width .4s ease;
}

.lux-step.completed + .lux-step-line::after {
  width: 100%;
}
.status-badge.pending {
  background: #fff7ed;
  color: #ea580c;
}

.status-badge.completed {
  background: #ecfdf5;
  color: #16a34a;
}
@media (max-width: 768px) {

  .lux-steps {
    margin-top: 10px;
  }

  .lux-step {
    flex: 1;
  }

  .lux-step-circle {
    width: 26px;
    height: 26px;
    font-size: 14px;
  }

  .lux-steps::before {
    top: 13px;   /* 26px / 2 */
    left: 13px;
    right: 13px;
  }

  .lux-step-label {
    font-size: 11px;
/*     margin-top: 6px; */
  }
}
.lux-vehicle-header{
  flex-shrink:0;
}
/* =========================
   MOBILE SMART STICKY FIX
========================= */
@media (max-width: 768px) {
  .lux-header{
    position: sticky;
    top:0;
    z-index:10;
    background:#fff;
  }

  .lux-body {
	  flex: 1;
	  overflow-y: auto;
	  min-height: 0;
	}

  .lux-header{
    padding-bottom:10px;
  }

  .lux-header.compact p,
  .lux-header.compact .lux-step-notice {
	  display: none;
	}

  .lux-header.compact .lux-steps-wrapper {
    padding-top: 6px;
  }

}
/* ===============================
   COMPLETE VIEW
================================= */

.lux-complete {
  padding-bottom: 30px;
}

.lux-complete-hero h2 {
  margin: 0 0 6px;
  font-size: 22px;
  font-weight: 700;
}

.lux-complete-hero p {
  color: #64748b;
  font-size: 14px;
}

.lux-complete-card {
  background: #ffffff;
  border-radius: 18px;
  padding: 18px;
  box-shadow: 0 10px 30px rgba(0,0,0,0.05);
  margin-bottom: 20px;
}

.lux-complete-finance {
  margin-top: 14px;
  display: grid;
  gap: 10px;
}

.lux-complete-finance div {
  display: flex;
  justify-content: space-between;
  font-size: 13px;
}

.lux-price {
  font-size: 18px;
  font-weight: 700;
  margin-top: 4px;
}

.lux-reserved-note {
  margin-top: 14px;
  font-size: 13px;
  color: #475569;
}

.lux-complete-section h4 {
  margin-bottom: 8px;
  font-size: 15px;
}

.lux-complete-section ul {
  padding-left: 0;
  list-style: none;
  font-size: 13px;
  color: #334155;
}

/* .lux-complete-section li {
  margin-bottom: 6px;
} */

.lux-complete-cta {
  background: #f8fafc;
  padding: 14px;
  border-radius: 14px;
  font-size: 14px;
  text-align: center;
}


.lux-complete {
  animation: fadeInLux 0.4s ease-in-out;
}

@keyframes fadeInLux {
  from { opacity: 0; transform: translateY(10px); }
  to { opacity: 1; transform: translateY(0); }
}

/* ===============================
   STICKY VEHICLE HEADER
================================= */
.lux-vehicle-header {
  position: sticky;
  top: 0;
/*   z-index: 40; */
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 10px 10px;
/*   margin-bottom: 8px; */
  border-radius: 12px;
  background: #f8fafc;
/*   backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px); */
  border: 1px solid rgba(0,0,0,0.05);
  transition: all .25s ease;
}

.lux-vehicle-meta{
  display:flex;
  flex-direction:column;
/*   gap:3px; */
  width: 100%;
}

.veh-title {
  font-size: 16px;
  font-weight: 600;
  color: #111827;
}

/* Location */
.veh-location {
  font-size: 13px;
  color: #64748b;
  margin-bottom: 8px;
}

/* Price Row */
.lux-price-row {
  display: flex;
  align-items: baseline;
  gap: 14px;
}

.veh-location{
  font-size:12px;
  color:#64748b;
}

/* Sale Price */
.veh-sale-price {
  font-size: 13px;
  color: #64748b;
}

/* View Details Button */

.lux-view-details{
  display:flex;
  align-items:center;
  gap:6px;
  font-size:14px;
/*   margin-top:4px; */
  color:var(--lux-muted);
  cursor:pointer;
}

/* .lux-view-details:hover {
  color: var(--primary);
} */

.lux-toggle-icon {
  width: 20px;
  height: 20px;
  border-radius: 50%;
  background: #f1f5f9;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  font-weight: 700;
  transition: all 0.25s ease;
}

.lux-view-details.active .lux-toggle-icon {
  background: var(--primary);
  color: #fff;
}

.lux-vehicle-image{
  flex-shrink:0;
}

.lux-vehicle-image img {
  width: 150px;
  height: 70px;
  border-radius: 10px;
  object-fit: cover;
}
.lux-vehicle-meta h3{
  font-size:16px !important;
  font-weight:600;
  margin:0;
  line-height:1.2;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.lux-price-row {
  display: flex;
  gap: 10px;
  font-size: 13px;
}

.veh-location{
  font-size:11px;
}

.veh-monthly-payment {
  font-size: 18px;
  font-weight: 700;
  color: #16a34a;
}
.lux-vehicle-header:hover{
  transform:translateY(-1px);
  box-shadow:0 6px 20px rgba(0,0,0,.08);
}

/* ===============================
   COMPACT MODE ON SCROLL
=============================== */

.lux-header.compact + .lux-divider + .lux-vehicle-header {
  padding: 10px 20px;
}

.lux-header.compact + .lux-divider + .lux-vehicle-header .lux-vehicle-image img {
  width: 80px;
  height: 60px;
}

.lux-header.compact + .lux-divider + .lux-vehicle-header .veh-title {
  font-size: 15px;
}

.lux-header.compact + .lux-divider + .lux-vehicle-header .veh-monthly-payment {
  font-size: 16px;
}
/* ===============================
   SUBHEADINGS
================================= */

.lux-subheading {
  font-size: 13px;
  font-weight: 600;
  letter-spacing: 0.6px;
  text-transform: uppercase;
  color: #94a3b8;
  margin-bottom: 14px;
}

.lux-section-title {
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 10px;
  color: #0f172a;
}

.lux-muted-text {
  font-size: 13px;
  color: #64748b;
  line-height: 1.6;
}
/* ===============================
   VEHICLE PAYMENT SUMMARY
================================= */

.lux-payment-summary {
  background: linear-gradient(135deg, #f8fafc, #ffffff);
  padding: 18px;
  border-radius: 18px;
  box-shadow: 0 12px 30px rgba(0,0,0,0.05);
  margin-bottom: 18px;
  position: relative;
}

.lux-payment-main {
  font-size: 28px;
  font-weight: 700;
  color: #339500;
  letter-spacing: -0.5px;
}

.lux-payment-label {
  font-size: 12px;
  color: #64748b;
  margin-bottom: 6px;
}

.lux-payment-meta {
  display: flex;
  gap: 14px;
  margin-top: 12px;
  flex-wrap: wrap;
}

.lux-meta-chip {
  background: #f1f5f9;
  padding: 6px 12px;
  font-size: 12px;
  border-radius: 30px;
  font-weight: 500;
  color: #334155;
}

/* ===== FINANCE CARD PREMIUM ===== */
.finance-card {
  background: rgba(255, 255, 255, 0.75);
  backdrop-filter: blur(20px);
  -webkit-backdrop-filter: blur(20px);
  border-radius: 20px;
  padding: 28px 28px 24px;
  box-shadow:
    0 8px 30px rgba(0, 0, 0, 0.06),
    inset 0 1px 0 rgba(255,255,255,0.6);
  border: 1px solid rgba(0,0,0,0.04);
  transition: all .3s ease;
}

/* HEADER */
.finance-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 18px;
  font-weight: 600;
  color: #0f172a;
  letter-spacing: -0.2px;
  margin-bottom: 24px;
  cursor: pointer;
}

/* DATA ROWS */
.finance-row {
  display: flex;
  justify-content: space-between;
  align-items: center;
/*   padding: 12px 0; */
/*   font-size: 14px; */
  color: #475569;
}

.finance-row span:last-child {
  font-weight: 600;
  color: #0f172a;
}

/* DIVIDER */
.finance-divider {
  height: 1px;
  background: linear-gradient(to right, transparent, #e2e8f0, transparent);
  margin: 18px 0;
}

/* PAYMENT SECTION */
.finance-payment {
  margin-top: 10px;
  padding-top: 20px;
  border-top: 1px solid rgba(0,0,0,0.05);
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.finance-payment-label {
  font-size: 15px;
  font-weight: 500;
  color: #334155;
}

.finance-payment-amount {
  font-size: 28px;
  font-weight: 700;
  letter-spacing: -0.5px;
  color: #0f172a;
}

/* subtle hover elevation */
.finance-card:hover {
  transform: translateY(-3px);
  box-shadow:
    0 15px 45px rgba(0, 0, 0, 0.08),
    inset 0 1px 0 rgba(255,255,255,0.6);
}

.finance-content {
  max-height: 0;
  overflow: hidden;
  transition: max-height .4s ease, opacity .3s ease;
  opacity: 0;
}

.finance-card.open .finance-content {
  max-height: 500px;
  opacity: 1;
}
@media (max-width: 640px) {
  .finance-card {
    padding: 20px;
    border-radius: 18px;
  }

  .finance-payment-amount {
    font-size: 24px;
  }
}
/* ===============================
   TRUST / SECURITY NOTE
================================= */

.lux-trust-note {
  margin-top: 14px;
  font-size: 12px;
  color: #475569;
  display: flex;
  align-items: center;
  gap: 8px;
}

.lux-trust-note svg {
  width: 16px;
  height: 16px;
  opacity: 0.8;
}

.lux-soft-divider {
  height: 1px;
  background: linear-gradient(to right, transparent, #e2e8f0, transparent);
  margin: 20px 0;
}

.lux-dynamic-frame,
.lux-dynamic-schedule {
  position: relative;
  min-height: 400px;
  min-height: 0;
}

.lux-iframe-loader {
  position: absolute;
  inset: 0;
  background: rgba(255,255,255,0.96);
  backdrop-filter: blur(6px);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 12px;
  z-index: 5;
  transition: opacity .4s ease, visibility .4s ease;
}

.lux-iframe-loader.hide {
  opacity: 0;
  visibility: hidden;
}

.lux-loader-spinner {
  width: 38px;
  height: 38px;
  border-radius: 50%;
  border: 3px solid rgba(15,23,42,0.1);
  border-top: 3px solid #0f172a;
  animation: luxSpin 0.9s linear infinite;
}

@keyframes luxSpin {
  to { transform: rotate(360deg); }
}

.lux-iframe-loader p {
  margin: 0;
  font-weight: 600;
  font-size: 14px;
  color: #0f172a;
}

.lux-iframe-loader span {
  font-size: 12px;
  color: #64748b;
}

/* Home form content digital retails */
.neo-dr-container{
/* margin-top:20px; */
}

.neo-dr-card{
display:flex;
flex-direction:column;
align-items:center;
text-align:center;
gap:12px;
}
.neo-dr-icon{
font-size:40px;
color:#22c55e;
}

.neo-dr-content{
/* max-width:520px; */
margin:auto;
}

.neo-dr-content h3{
margin:0;
font-size:24px;
font-weight:700;
color:#0f172a;
}

.neo-dr-content p{
margin:6px 0;
font-size:15px;
color:#475569;
}

.neo-dr-highlight{
font-weight:600;
color:#111827;
}

.neo-dr-btn{
display:inline-block;
padding:8px 8px;
border-radius:10px;
background:var(--primary);
color:#fff;
text-decoration:none;
font-weight:600;
transition:all .25s;
margin-bottom: 10px;
}

.neo-dr-btn:hover{
color:#fff;
transform:translateY(-1px);
box-shadow:0 8px 18px rgba(0,0,0,.18);
}

.lux-choice-row{
display:flex;
}

.neo-dr-card{
animation:neoFade .4s ease;
}

@keyframes neoFade{
from{
opacity:0;
transform:translateY(8px);
}
to{
opacity:1;
transform:translateY(0);
}
}
.neo-dr-btn{
width:auto;
min-width:220px;
}
.neo-dr-icon{
display:none;
}

/* ===============================
   POPUP CONTAINER
================================= */

#lux-popup{
  position:fixed;
  inset:0;
  z-index:100000;

  display:flex;
  justify-content:flex-end;
  align-items:stretch;

  font-family:-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Helvetica,Arial,sans-serif;
}

/* ===============================
   OVERLAY
================================= */

.lux-popup-overlay{
  position:absolute;
  inset:0;

  background:rgba(0,0,0,.45);
  backdrop-filter:blur(2px);

  z-index:1;

  transition:opacity .25s ease;
}

/* ===============================
   POPUP WINDOW
================================= */

.lux-popup-window{
  position:relative;

  width:var(--lux-drawer-width,420px);
  max-width:100%;
  height:100%;

  background:#ffffff;

  display:flex;
  flex-direction:column;

  z-index:2;

  box-shadow:-14px 0 40px rgba(0,0,0,.18);

  animation:luxDrawerIn .25s cubic-bezier(.22,.61,.36,1);

  border-left:1px solid rgba(0,0,0,.05);
}

/* ===============================
   HEADER
================================= */

.lux-popup-header{
  display:flex;
  align-items:center;
  justify-content:space-between;

  padding:16px 18px;

  border-bottom:1px solid #f0f0f0;

  background:#ffffff;
}

.lux-popup-header h3{
  margin:0;
  font-size:16px;
  font-weight:600;
  color:#111827;
}

/* close button */

.lux-popup-close{
  border:none;
  background:transparent;

  font-size:22px;
  cursor:pointer;

  width:34px;
  height:34px;

  display:flex;
  align-items:center;
  justify-content:center;

  border-radius:10px;

  transition:all .18s ease;
}

.lux-popup-close:hover{
  background:#f5f5f5;
}

/* ===============================
   BODY
================================= */

.lux-popup-body{
  flex:1;
  display:flex;
  overflow:hidden;
  background:#fafafa;
  min-height:0;
}

/* iframe wrapper */

/* .lux-popup-frame{
  width:100%;
  height:100%;
  display:flex;
  padding: 10px;
} */
.lux-popup-frame{
  width:100%;
  height:100%;

  display:block; /* ✅ FIX (was flex) */
  padding:10px;

  overflow-y:auto;
  overflow-x:hidden;

  scroll-behavior:smooth;
  -webkit-overflow-scrolling:touch;

  /* ✅ Hide scrollbar */
  scrollbar-width:none; /* Firefox */
  -ms-overflow-style:none; /* IE/Edge */
}

.lux-popup-frame::-webkit-scrollbar{
  display:none; /* Chrome/Safari */
}

/* iframe */

.lux-app-frame{
  width:100%;
  height:100%;
  border:0;
  background:#fff;
  padding: 10px;
}

/* ===============================
   LOADER
================================= */

.lux-iframe-loader{
  position:absolute;
  inset:0;

  display:flex;
  flex-direction:column;
  align-items:center;
  justify-content:center;

  background:#fff;
  z-index:5;

  text-align:center;
}

.lux-loader-spinner{
  width:36px;
  height:36px;
  border-radius:50%;
  border:3px solid #e5e7eb;
  border-top-color:#339500;

  animation:luxSpin .8s linear infinite;
}

@keyframes luxSpin{
  to{transform:rotate(360deg);}
}
@keyframes luxDrawerIn{
  from{
    transform:translateX(100%);
    opacity:.7;
  }
  to{
    transform:translateX(0);
    opacity:1;
  }
}
/* ===============================
   MOBILE
================================= */

@media (max-width:768px){

  .lux-popup-window{
    width:100%;
    height:100%;
    box-shadow:none;
    border-left:0;
  }

  .lux-popup-header{
    padding:14px 16px;
  }

  .lux-popup-header h3{
    font-size:15px;
  }

}
.primary-btn,
.lux-schedule-btn{
  width:100%;
  padding:10px 16px;
  border-radius:6px;
  border:0;
  font-weight:600;
  font-size:14px;
  cursor:pointer;
  transition:all .2s ease;
}

.primary-btn{
  background:#339500;
  color:#fff;
}

.primary-btn:hover{
  background:#339500;
}

.lux-schedule-btn{
  background: #339500;
  color:#fff;
}

.lux-schedule-btn:hover{
  background:#339500;
}
/* 
.lux-section{
  padding: 12px 20px;
  border-radius: var(--lux-radius);
  border: 1px solid var(--lux-border);
  background: #f8fafc;
  margin-bottom: 12px;
  box-shadow: var(--lux-shadow-soft);
  transition: all 0.25s ease;
} */

/* subtle hover polish */
/* .lux-section:hover {
  box-shadow: var(--lux-shadow-strong);
} */

/* ===============================
   TITLES
================================= */

.lux-section-title{
  font-size: 14px;
  font-weight: 600;
/*   margin-bottom: 12px; */
  color: var(--lux-text);
}

/* ===============================
   HIGHLIGHT ANIMATION
================================= */

.lux-highlight {
  animation: luxPulse 1.5s ease;
}

@keyframes luxPulse {
  0%   { box-shadow: 0 0 0 rgba(0,0,0,0); }
  50%  { box-shadow: 0 0 18px rgba(0,0,0,0.15); }
  100% { box-shadow: 0 0 0 rgba(0,0,0,0); }
}

/* ===============================
   COMPLETE SECTION
================================= */

.lux-complete-section {
  margin-top: 10px;
  padding: 10px;
  border-radius: 12px;
  background: #ffffff;
  border: 1px solid #eef2f7;
  box-shadow: 0 2px 8px rgba(0,0,0,0.03);
}

.lux-complete-section h3 {
  font-size: 14px !important;
  font-weight: 600;
  margin-bottom: 6px;
}

/* ===============================
   TEXT
================================= */

.lux-subtext {
  color: var(--lux-text-muted);
  font-size: 14px;
  margin-bottom: 10px;
  line-height: 1.5;
}

/* ===============================
   CHECKLIST
================================= */

.lux-checklist {
  list-style: none;
  padding: 0;
  margin: 0;
}

.lux-checklist li {
  position: relative;
  padding-left: 22px;
/*   margin-bottom: 8px; */
  font-size: 14px;
  color: var(--lux-text);
}

.lux-checklist li:before {
  content: "✔";
  position: absolute;
  left: 0;
  color: var(--lux-primary);
  font-weight: 600;
}

/* ===============================
   CURBSIDE BOX
================================= */

.lux-curbside-box {
/*   background: #f8fafc; */
/*   padding: 14px; */
  border-radius: var(--lux-radius);
  margin-top: 12px;
  border: 1px solid var(--lux-border);
}

.lux-curbside-box p {
/*   margin-bottom: 6px; */
  font-weight: 500;
  color: var(--lux-text);
}

.lux-curbside-box ul {
  margin: 0;
/*   padding-left: 16px; */
}

.lux-curbside-box li {
  font-size: 14px;
/*   margin-bottom: 6px; */
  color: var(--lux-text-muted);
}
.lux-body {
  transition: all 0.35s ease;
}

.lux-complete-wrapper {
  animation: luxFadeSlide 0.4s ease;
}

@keyframes luxFadeSlide {
  from {
    opacity: 0;
    transform: translateY(10px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

.lux-complete-hero {
  background: linear-gradient(135deg, #ecfdf5, #f0fdf4);
  padding: 10px;
  border-radius: 12px;
  border: 1px solid #bbf7d0;
}
.lux-complete-hero h2 {
  font-size: 14px !important;
  font-weight: 600;
  color: #0f172a;
  margin-bottom: 6px;
}

.lux-complete-hero p {
  font-size: 14px;
  color: #64748b;
}

.lux-divider {
  height: 1px;
  background: #e6eaf0;
  margin: 14px 0;
}
.lux-complete-cta {
  margin-top: 20px;
  font-size: 14px;
  text-align: center;
  color: #555;
}
.lux-verify-option .lux-verify-body {
  display: none;
}

.lux-verify-option.active .lux-verify-body {
  display: block;
}
.lux-complete-cta a {
  color: #339500;
  font-weight: 600;
  text-decoration: none;
}
.lux-header-title,
.lux-header-subtitle {
  transition: all 0.25s ease;
}
.lux-header.completed h3 {
  color: #16a34a;
}

/* ================================
   INCOME VERIFICATION - LUXURY UI
================================ */

/* Section subtitle */
.lux-section-sub {
  font-size: 14px;
  color: #6b7280;
  margin: 10px 0px;
  line-height: 1.5;
}

/* OPTION CARD */
.lux-verify-option {
  border: 1px solid #e5e7eb;
  border-radius: 12px;
  padding: 10px;
  margin-bottom: 10px;
  background: #ffffff;
  transition: all 0.25s ease;
  cursor: pointer;
  position: relative;
}

/* HOVER */
.lux-verify-option:hover {
  border-color: #cbd5e1;
  box-shadow: 0 6px 20px rgba(0,0,0,0.05);
}

/* ACTIVE (SELECTED) */
.lux-verify-option.active {
  border: 2px solid #339500;
  background: linear-gradient(180deg, #f8fff4 0%, #ffffff 100%);
  box-shadow: 0 10px 25px rgba(51, 149, 0, 0.15);
}

/* HEADER */
.lux-verify-header {
  display: flex;
  gap: 10px;
  align-items: flex-start;
}

/* RADIO */
.lux-radio {
  width: 18px;
  height: 18px;
  border-radius: 50%;
  border: 2px solid #cbd5e1;
  margin-top: 4px;
  position: relative;
  flex-shrink: 0;
  transition: all 0.2s ease;
}

/* ACTIVE RADIO */
.lux-verify-option.active .lux-radio {
  border-color: #339500;
}

.lux-verify-option.active .lux-radio::after {
  content: "";
  width: 8px;
  height: 8px;
  background: #339500;
  border-radius: 50%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

/* HEADER TEXT */
.lux-verify-header strong {
  font-size: 15px;
  color: #111827;
  display: block;
/*   margin-bottom: 2px; */
}

.lux-verify-header p {
  font-size: 13px;
  color: #6b7280;
  margin: 0;
}

/* BODY */
.lux-verify-body {
/*   margin-top: 10px; */
  padding-left: 28px;
  display: none;
  animation: fadeSlide 0.25s ease;
}

.lux-verify-option.active .lux-verify-body {
  display: block;
}

/* BODY TEXT */
.lux-verify-body p {
  font-size: 13px;
  color: #4b5563;
  margin-bottom: 10px;
  line-height: 1.5;
}

/* BUTTON (PRIMARY) */
.lux-choice-btn.primary-btn {
  background: #339500;
  color: #fff;
  border-radius: 6px;
  padding: 10px 16px;
  font-weight: 600;
  font-size: 14px;
  width: 100%;
  border: none;
  transition: all 0.25s ease;
}

/* BUTTON HOVER */
.lux-choice-btn.primary-btn:hover {
  background: #339500;
  transform: translateY(-1px);
}

/* SECONDARY BUTTON */
.lux-choice-btn:not(.primary-btn) {
  background: #339500;
  color: #fff;
  border-radius: 6px;
  padding: 10px 16px;
  width: 100%;
  border: none;
  font-weight: 500;
  transition: all 0.2s ease;
}

.lux-choice-btn:not(.primary-btn):hover {
  background: #339500;
}

/* UPLOAD BOX */
.lux-upload-box {
  border: 2px dashed #d1d5db;
  border-radius: 12px;
  padding: 22px;
  text-align: center;
  font-size: 13px;
  color: #6b7280;
  margin-bottom: 12px;
  transition: all 0.2s ease;
}

.lux-upload-box:hover {
  border-color: #339500;
  background: #f8fff4;
}

/* UPLOAD NOTE */
.lux-upload-note {
  font-size: 12px;
  background: #f1f5f9;
  border-radius: 10px;
  padding: 10px 12px;
  color: #334155;
  margin-bottom: 12px;
}

/* ANIMATION */
@keyframes fadeSlide {
  from {
    opacity: 0;
    transform: translateY(6px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

/* MOBILE TWEAK */
@media (max-width: 768px) {
  .lux-verify-body {
    padding-left: 0;
  }

  .lux-verify-option {
    padding: 14px;
  }
}
/* .lux-verify-option::after {
  content: "›";
  position: absolute;
  right: 16px;
  top: 20px;
  font-size: 18px;
  color: #9ca3af;
} */
/* ===============================
   STICKY STEP NAV (COMPACT)
================================= */
.lux-step-navigation {
  position: sticky;
  bottom: 0;
  z-index: 10;

  background: #fff;
  padding: 10px 10px; /* 🔥 reduced */
  border-top: 1px solid #eee;

  display: flex;
  gap: 8px; /* tighter */
}

/* Buttons */
.lux-prev-btn,
.lux-next-btn {
  flex: 1;
  height: 32px;
  border-radius: 6px;
  font-weight: 600;
  font-size: 14px;

  display: flex;
  align-items: center;
  justify-content: center;

  transition: all 0.2s ease;
}

/* Prev */
.lux-prev-btn {
  background: #f5f5f5;
  color: #333;
}

/* Next */
.lux-next-btn {
  background: #339500;
  color: #fff;
}

/* Hover */
.lux-next-btn:hover {
  background: #2d8500;
}

/* Disabled (🔥 important for your flow) */
.lux-next-btn:disabled {
  background: #cfcfcf;
  cursor: not-allowed;
}

/* Optional: subtle shadow for separation */
.lux-step-navigation {
  box-shadow: 0 -2px 6px rgba(0,0,0,0.04);
}
.lux-success-animation {
  position: absolute;
  top: 20px;
  right: 20px;
  z-index: 9999;
  opacity: 0;
  transform: scale(0.8);
  transition: all 0.4s ease;
}

.lux-success-animation.show {
  opacity: 1;
  transform: scale(1);
}

.lux-success-circle {
  width: 60px;
  height: 60px;
  border-radius: 50%;
  background: #339500;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 28px;
  font-weight: bold;
  box-shadow: 0 10px 30px rgba(0,0,0,0.2);
}

.lux-success-animation p {
  margin-top: 8px;
  font-size: 12px;
  text-align: center;
  color: #111;
}
.lux-verify-option.active {
  border: 2px solid #339500;
  box-shadow: 0 0 0 4px rgba(51,149,0,0.1);
  transition: all 0.3s ease;
}
.lux-vehicle-tabs {
  display: flex;
  gap: 10px;
  overflow-x: auto;
  padding: 10px 15px;
  background:#f8fafc;
  border-radius: 12px;
  border: 2px solid rgba(0,0,0,0.05);
}

.lux-vehicle-tab {
  flex: 0 0 auto;
  width: 70px;
  cursor: pointer;
  text-align: center;
  opacity: 0.6;
  transition: all 0.2s ease;
}

.lux-vehicle-tab img {
  width: 100%;
  height: 45px;
  object-fit: cover;
  border-radius: 6px;
}

.lux-vehicle-tab span {
  font-size: 10px;
  display: block;
  margin-top: 4px;
}

.lux-vehicle-tab.active {
  opacity: 1;
  transform: scale(1.05);
}

/* .lux-vehicle-tab.active img {
  border: 2px solid #339500;
} */
.lux-appointment-box {
  margin-top: 10px;
  padding: 10px;
  background: #f8fafc;
  border-radius: 12px;
  border: 1px solid #e2e8f0;
}

.lux-appt-row {
  display: flex;
  justify-content: space-between;
  margin-bottom: 6px;
  font-size: 14px;
}

.lux-appt-row span {
  color: #64748b;
}

.lux-appt-row strong {
  color: #0f172a;
}
.lux-appt-row strong {
  display: block;
  line-height: 1.4;
}

.lux-appt-row span {
  font-size: 12px;
  color: #888;
}
/* ===============================
   SWAP TRIGGER
=============================== */
.lux-swap-trigger {
  font-size: 13px;
  margin-left: 10px;
  color: #339500;
  cursor: pointer;
  font-weight: 600;
  white-space: nowrap;
}

.lux-swap-trigger:hover {
  text-decoration: underline;
}


/* ===============================
   POPUP FRAME FIX (CRITICAL)
=============================== */
.lux-popup-frame {
  height: 100%;
  display: flex;
  flex-direction: column;
  overflow: hidden; /* ✅ prevents double scroll */
}


/* ===============================
   SWAP WRAPPER
=============================== */
.lux-swap-wrapper {
  display: flex;
  flex-direction: column;
  height: 100%;
  gap: 12px;
  overflow: auto;
}


/* ===============================
   TABS (RESERVED VEHICLES)
=============================== */
.lux-swap-tabs {
  display: flex;
  gap: 10px;
  overflow-x: auto;
  padding-bottom: 5px;
}

.lux-swap-tabs::-webkit-scrollbar {
  height: 4px;
}

.lux-swap-tabs::-webkit-scrollbar-thumb {
  background: #ccc;
  border-radius: 10px;
}

.lux-swap-tabs .lux-vehicle-tab {
  min-width: 75px;
  flex-shrink: 0;
  cursor: pointer;
  text-align: center;
}

.lux-swap-tabs .lux-vehicle-tab img {
  width: 100%;
  height: 45px;
  object-fit: cover;
  border-radius: 6px;
}

/* .lux-swap-tabs .lux-vehicle-tab.active {
  border: 2px solid #339500;
  border-radius: 8px;
  padding: 2px;
} */


/* ===============================
   PREVIEW SECTION
=============================== */
.lux-swap-preview {
  display: flex;
  gap: 15px;
  align-items: center;
}

.swap-img {
  width: 120px;
  height: 80px;
  object-fit: cover;
  border-radius: 8px;
  background: #f3f4f6; /* fallback bg */
}


/* ===============================
   RECOMMENDED LIST
=============================== */
.lux-swap-list {
  flex: 1;
  overflow-y: auto; /* ✅ scroll only this area */
  padding-right: 4px;
}

.lux-swap-list h4 {
  font-size: 14px;
  margin-bottom: 8px;
}


/* ===============================
   CARD GRID
=============================== */
.lux-swap-cards {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 10px;
}

.lux-swap-card {
  border: 1px solid #e5e7eb;
  border-radius: 10px;
  overflow: hidden;
  cursor: pointer;
  background: #fff;
  transition: all 0.2s ease;
}

.lux-swap-card:hover {
  border-color: #339500;
  transform: translateY(-2px);
}

.lux-swap-card.active {
  border: 2px solid #339500;
}


/* ===============================
   CARD IMAGE FIX (IMPORTANT)
=============================== */
.lux-swap-card img {
  width: 100%;
  height: 150px;
  object-fit: cover;
  display: block;
  background: #f3f4f6; /* fallback if image missing */
}
.lux-swap-card img {
  aspect-ratio: 4/3;
  object-fit: cover;
  border-radius: 12px;
}

/* ===============================
   CARD INFO
=============================== */
.swap-card-info {
  padding: 8px;
  display: flex;
  flex-direction: column;
}

.swap-card-info strong {
  text-align: justify;
  font-size: 12px;
  line-height: 1.2;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

/* .swap-card-info span {
  font-size: 12px;
  color: #555;
} */

/* PRICE ROW */
.swap-price-row {
  display: flex;
  justify-content: space-between;
  align-items: center;
/*   margin-top: 6px; */
}

/* MONTHLY */
.swap-monthly {
  font-size: 18px;
  font-weight: 700;
  color: #16a34a;
}
.swap-price {
	font-size: 13px;
	color: #64748b;
}
/* TOTAL PRICE */
.swap-total {
  font-size: 12px;
  color: #555;
}
/* ===============================
   TITLE ROW FIX
=============================== */
.lux-vehicle-title-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
}


/* ===============================
   POPUP WINDOW FIX (Z-INDEX SAFE)
=============================== */
.lux-popup-window {
  position: relative;
  z-index: 10000;
}
.lux-vehicle-switcher {
  margin-left: auto;
}

.lux-vehicle-dropdown {
  padding: 6px 10px;
  border-radius: 8px;
  border: 1px solid #ddd;
  font-size: 13px;
}
.lux-swap-card.is-disabled {
  pointer-events: none;
  opacity: 0.5;
  position: relative;
}

.swap-badge {
  margin-top: 6px;
  font-size: 12px;
  font-weight: 600;
  color: #16a34a;
}
/* 🔥 make tabs look like cards */
.lux-swap-tabs {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 10px;
  overflow: visible; /* important */
  padding: 0;
  border: none;
  background: transparent;
}

/* tab becomes full card */
.lux-swap-tabs .lux-vehicle-tab {
  width: 100%;
  opacity: 1;
  transform: none;
}

/* remove old tab image constraint */
.lux-swap-tabs .lux-vehicle-tab img {
  width: 100%;
  height: 150px;
  border-radius: 10px;
}

/* active = same as swap card */
.lux-swap-tabs .lux-vehicle-tab.active {
  border: 2px solid #339500;
  box-shadow: 0 0 0 2px rgba(51,149,0,0.1);
}
.lux-compare-wrapper {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  margin-top: 10px;
}

.lux-compare-card {
  flex: 1;
  background: #f8fafc;
  border-radius: 12px;
  padding: 12px;
  text-align: center;
}

.lux-compare-card img {
  width: 100%;
  height: 90px;
  object-fit: cover;
  border-radius: 8px;
  margin-bottom: 8px;
}

.lux-compare-label {
  font-size: 12px;
  opacity: 0.6;
  margin-bottom: 4px;
}

.lux-compare-title {
  font-weight: 600;
  font-size: 14px;
}

.lux-compare-price {
  font-size: 16px;
  font-weight: bold;
  margin-top: 4px;
  color: #339500;
}

.lux-compare-sub {
  font-size: 12px;
  opacity: 0.7;
}

.lux-compare-arrow {
  font-size: 22px;
  opacity: 0.5;
}

.lux-compare-note {
  margin-top: 12px;
  font-size: 13px;
  opacity: 0.7;
  text-align: center;
}
.lux-success-box {
  display: flex;
  align-items: center;
  gap: 10px;
  background: #ecfdf5;
  border: 1px solid #10b981;
  padding: 12px 14px;
  border-radius: 10px;
  margin-top: 10px;
}

.lux-success-icon {
  background: #10b981;
  color: #fff;
  font-weight: bold;
  width: 22px;
  height: 22px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
}

.lux-success-box p {
  margin: 0;
  font-size: 14px;
  color: #065f46;
}
/* VERIFY COLLAPSE ANIMATION */
.lux-verify-option .lux-verify-body {
  transition: all 0.3s ease;
  overflow: hidden;
}
/* FIX for swap popup only */
#lux-popup .estimate-popup {
  position: absolute;   /* ✅ instead of fixed */
  inset: 0;
  z-index: 10;          /* inside popup, not global */
}

/* ensure popup body is positioning context */
#lux-popup .lux-popup-body {
  position: relative;
}
.mini-progress::after {
  content: attr(data-btn) !important;
}