@import url('https://fonts.googleapis.com/css2?family=Anton&family=DM+Sans:ital,opsz,wght@0,9..40,100..1000;1,9..40,100..1000&family=Exo+2:ital,wght@0,100..900;1,100..900&family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&family=Montserrat:ital,wght@0,100..900;1,100..900&family=Nunito+Sans:ital,opsz,wght@0,6..12,200..1000;1,6..12,200..1000&family=Open+Sans:ital,wght@0,300..800;1,300..800&family=Oswald:wght@200..700&family=Outfit:wght@100..900&family=Playfair+Display:ital,wght@0,400..900;1,400..900&family=Teko:wght@300..700&display=swap');
.listing-holder.become_grid .listing-card-6 .vehicle-price-holder{
	min-height:fit-content !important;
}
.media-actions-holder {
	display: flex;
	flex-direction: row-reverse;
	gap: 10px;
}
.ad-360-icon-button{
	background: linear-gradient(45deg, var(--primary-color), rgb(0, 0, 0));
	border: none;
	color: white;
	padding: 2px 10px;
	text-align: center; 
	text-decoration: none;
	display: flex;
	font-size: 16px;
	margin: 2px 0px;
	cursor: pointer;
	border-radius: 12px;
	transition: background 0.3s; z-index: 2;
	font-weight: bold;
	align-items: center;
	justify-content: center;
	width: auto;
	height: auto;
	white-space: nowrap;

}
.ad-360-icon-button.on-images-bottom{
	position: absolute;
	right: 5px;
	bottom: 5px;
}
.ad-360-icon-button.on-images-top{
	position: absolute;
	right: 5px;
	top: 5px;
}
.ad-360-icon-button img{
	width: 30px;
	height: 30px;
	margin-right: 0px;
	vertical-align: middle;
}


.card-image-holder .img-prev,
.card-image-holder .img-next {
	position: absolute;
	top: 0;
	height: 100%;
	width: 2.5rem;
	border: none;
	background: rgba(0, 0, 0, 0.4); /* semi-transparent black */
	color: #fff;
	font-size: 32px;
	cursor: pointer;
	align-items: center;
	justify-content: center;
	transition: background 0.3s;
	z-index: 10;
	display:none !important;
}
.card-image-holder:hover .img-prev,.card-image-holder:hover .img-next{
	display:block !important;
}
.card-image-holder .img-prev:hover,
.card-image-holder .img-next:hover {
	background: rgba(0, 0, 0, 0.7); /* darker on hover */
}

.card-image-holder .img-prev {
	left: 0;
	border-radius: 0 5px 5px 0;
}

.card-image-holder .img-next {
	right: 0;
	border-radius: 5px 0 0 5px;
}
.vehicle-holder .image-holder img{
	width: 100%;
	height: 100%;
	object-fit: contain !important;
}


/* LANDING PAGE */
/* .landing-container {
align-items: center;
background-position: 50%;
background-size: cover;
display: block;
height: calc(100vh - 70px);
justify-content: center;
padding-top: 0;
position: relative;
width: 100%;
flex-direction: column;
max-width: 100%;
} */
.landing-container {
	align-items: center;
	background-position: 50%;
	background-size: cover;
	display: block;
	height: calc(100vh - 70px);
	justify-content: flex-end;
	padding-top: 0;
	position: relative;
	width: 100%;
	display:flex;
	flex-direction: column;
	max-width: 100%;
	background-color: #184378;
}

.landing-content {

	box-sizing: border-box;
	min-height: 320px;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: flex-start;
	margin: 0 auto;
	max-width: var(--layout-width);
	padding: 0;
	width: var(--layout-width);
	gap: 1em;
}
.landing-image-holder {
	width: 100%;
}
.landing-content h1{
	color: #FFF;
	font-family: Roboto;
	font-size: 44px;
	font-weight: 900;
	text-transform: capitalize;
}
.landing-content  p{
	color: #FFF;
	font-family: Roboto;
	font-size: 32px;
}
.google-review-holder {
	display: flex;
	align-items: center;
	justify-content: flex-start;
	min-width: 100%;
	gap: 10px;
}
.google-review-holder p{
	color: #FFF;
	font-family: Roboto;
	font-size: 24px;
	font-style: normal;
	font-weight: 600;
	line-height: 32px;
	letter-spacing: -0.5px;
	width:fit-content;
}
.google-review-holder p span{
	color: #FFF;
	font-family: 'Roboto';
	font-size: 20px;
	font-style: normal;
	font-weight: 400;
	line-height: 28px;
	letter-spacing: -0.5px;
}
.landing-image-holder {
	height: calc(100% - 390px);
    min-height: calc(100vh - 390px);
    overflow: hidden;
}
.landing-image-holder img {
	max-width: 100%;
	height: 100%;
	width: 100%;
	object-fit: cover;
}
/* .landing-container .form-container{
max-height: fit-content;
float: right;
bottom: 0;
top: 0;
margin: auto 0;
border-radius: 12px;
} */
.landing-container .form-container {
	max-height: fit-content;
	float: right;
	bottom: 0;
	top: 50px;
    margin: 0;
	border-radius: 12px;
	right:15em !important;
}
.landing-vehicle-card {
	border-radius: 8px;
	border: 1px solid #E1E4E9;
	background: #F7F7F7;
	box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.10), 0 0 4px 0 rgba(0, 0, 0, 0.10);
	margin-bottom: 30px;
	padding: 12px;
	display: flex;
	flex-direction: column;
	gap: 12px;
}

.p-price-holder {
	display: flex;
	justify-content: left;
	align-items: center;
	gap: 10px;
	overflow: hidden;
	color: #0F172A;
	text-overflow: ellipsis;
	font-family: 'Inter';
	font-size: 18px;
	font-style: normal;
	font-weight: 600;
	line-height: 26px;
	letter-spacing: 0;
}
.landing-vehicle-card p.display-price {
	overflow: hidden;
	color: #E50000;
	text-overflow: ellipsis;
	font-family: 'Inter';
	font-size: 18px;
	font-style: normal;
	font-weight: 600;
	line-height: 26px;
	letter-spacing: 0;
}
.info-holder-landing p.info-item span.info-item-label{
	display: flex;
	gap: 5px;
	align-items: center;
	color: #505D6F;
	text-align: center;
	font-family: 'Inter';
	font-size: 14px;
	font-style: normal;
	font-weight: 400;
	line-height: 20px;
	letter-spacing: 0;
}
.info-holder-landing p.info-item span.info-item-valeu{
	color: #323945;
	text-align: right;
	font-family: 'Inter';
	font-size: 16px;
	font-style: normal;
	font-weight: 600;
	line-height: 24px;
	letter-spacing: 0;
	text-transform: capitalize;
}
.page_landing-page #acf-form .input_group .form_input:not([type=checkbox]) {
	border: 1px solid #ced4da !important;
	color: #000 !important;
	border-radius: 8px;
	border: 1px solid #C2C8D1 !important;
	background: #FFF;
	display: flex;
	padding: 12px 16px;
	align-items: center;
	gap: 8px;
	align-self: stretch;
	box-sizing: border-box;
}
.landing-form-holder {
	display: flex;
	gap: 5px;
	align-items: center;
	color: #2B6499;
	font-family: Roboto;
	font-size: 24px;
	font-style: normal;
	font-weight: 600;
	line-height: 32px;
	letter-spacing: -0.5px;
}
p.landing-form-tagligne {
	color: #505D6F;
	font-family: Inter;
	font-size: 14px;
	font-style: normal;
	font-weight: 400;
	line-height: 20px;
	letter-spacing: 0;
	margin-bottom: 15px;
}
.landing-container form .acf-form_grouped_fields{
	justify-content: space-between;
}
.input_group.email+span{
	text-align:left;
} 
.page_landing-page .acf-form_grouped_fields+span:last-of-type, .page_landing-page .content-holder .content p, .page_landing-page .floating_label_checkbox {
	color: #000 !important;
	color: #5A687D !important;
	font-family: 'Inter';
	font-size: 12px;
	font-style: normal;
	font-weight: 400;
	line-height: 16px;
	letter-spacing: 0;
}
.page_landing-page .agreement {
	margin-top: 0;
}
.page_landing-page  #acf-form {
	gap: 8px;
}
.page-template-landing_page-page .landing-container .form-container .wt_form_landing_page .acf-form_grouped_fields .input_group.checkbox{
	left:0;
}
.page-template-landing_page-page .landing-container .form-container button#submit-form {
	background: var(--primary-color);
	border: none;
	border-radius: 10px;
	color: #fff;
	font-size: 14px;
	font-weight: 600;
	opacity: .9;
	text-transform: uppercase;
	border-radius: 12px;
	background: #2B6499;
	display: flex;
	padding: 12px 24px;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	align-self: stretch;
}
ul.after-submit-list {
	list-style: none;
	padding: 0;
	display: flex;
	align-items: center;
	justify-content: center;
	color: #A3ACBA;
	font-family: Inter;
	font-size: 12px;
	font-style: normal;
	font-weight: 400;
	line-height: 16px;
	letter-spacing: 0;
	margin-top: 15px;
	gap: 15px;
}
ul.after-submit-list li{
	display: flex;
	gap: 5px;
}
@media (max-width: 1024px) {
	.landing-container .form-container {
		float: unset;
		box-shadow: unset;
		padding: 40px;
		box-sizing: border-box;
	}	
	.landing-container {
		height: fit-content;
	}
	.landing-vehicle-card {
		margin: 0 0 15px 0;

	}
	.page-template-templateslanding_page-page-php .form-container #acf-form
	{
		padding: 0;
	}
	.landing-content h1 {
		font-size: 24px;
	}
	.landing-content p {
		font-size: 22px;
	}
	.landing-content {
		min-height: 200px;
		max-width: 100%;
		padding: 0 15px;
	}
}
