/**
 * Landing Page Template — Frontend styles
 * Customize layout, hero, sliders, header, and footer here.
 */
*,
*::before,
*::after {
	box-sizing: border-box;
}
/* .current.menu-top.toplevel_page_landing-page-plugin #adminmenu .wp-menu-image img{

		width: 26px !important;
		height: 20px !important;
		padding: 0px !important;
	
} */

html, body .lpt-landing-page{margin: 0; height: 100%; overflow-x: hidden}


#lpt-landing {
	--main-color: #22c55e;
	--hover-color: #16a34a;
	--text-color: #3e4f5c;
	--secondary-color: #2563eb;
	--accent-color: #7dd3fc;
	--white-color: #ffffff;
	--surface-color: color-mix(in srgb, var(--secondary-color) 12%, #ffffff);
	font-family: 'Open Sans', sans-serif;
	font-size: 16px;
	position: relative;
	color: var(--text-color);
}

body.lpt-landing-page {
	margin: 0;
	font-family: 'Open Sans', sans-serif;
	font-size: 16px;
	line-height: 1.5;
	color: var(--text-color);
	background: #ffffff;
}

#lpt-landing a.contact-item.white:hover {
	color:var(--hover-color) !important;
}
#lpt-landing  .footer-ver2-wrap a:hover{
	color:var(--hover-color) !important;
}

.lpt-container {
	width: min(100% - 32px, 1600px);
	margin-inline: auto;
}

/* ==========================================================================
   Shared buttons
   ========================================================================== */

#lpt-landing .lpt-btn,
#lpt-landing a.lpt-btn{

	display: inline-flex !important;
	align-items: center;
	justify-content: center;
	width: fit-content;
	max-width: 100%;
	min-width: 0;
	padding: 12px 32px !important;
	border: 2px solid var(--white-color) !important;
	border-radius: 0 !important;
	background: var(--white-color) !important;
	color: var(--main-color) !important;
	font-family: inherit;
	font-size: 14px !important;
	font-weight: 600 !important;
	line-height: 1.2 !important;
	text-decoration: none !important;
	text-transform: none !important;
	letter-spacing: normal !important;
	white-space: nowrap;
	cursor: pointer;
	box-shadow: none !important;
	transition: background 0.2s ease, color 0.2s ease, border-color 0.2s ease;
}
#lpt-landing .gc-car_button.button {
	display: inline-flex !important;
	align-items: center;
	justify-content: center;
	width: fit-content;
	max-width: 100%;
	min-width: 0;
	padding: 10px 24px !important;
	border: 2px solid var(--white-color) !important;
	border-radius: 0 !important;
	background: var(--white-color) !important;
	color: var(--main-color) !important;
	font-family: inherit;
	font-size: 16px !important;
	font-weight: 600 !important;
	line-height: 1.2 !important;
	text-decoration: none !important;
	text-transform: none !important;
	letter-spacing: normal !important;
	white-space: nowrap;
	cursor: pointer;
	box-shadow: none !important;
	transition: background 0.2s ease, color 0.2s ease, border-color 0.2s ease;
}

#lpt-landing .lpt-btn:hover,
#lpt-landing .lpt-btn:focus,
#lpt-landing a.lpt-btn:hover,
#lpt-landing a.lpt-btn:focus,
#lpt-landing .gc-car_button.button:hover,
#lpt-landing .gc-car_button.button:focus {
	background: var(--hover-color) !important;
	border-color: var(--hover-color) !important;
	color: var(--white-color) !important;
}

#lpt-landing .fleet-home-wrapper .gc-car_search::before{
	background-color: var(--secondary-color) !important;
	&:hover{
		background-color: var(--hover-color) !important;
	}
}

#lpt-landing .lpt-custom-header .lpt-btn {
	background-color: var(--main-color) !important;
	color: var(--white-color) !important;
}

#lpt-landing .gc-car_button.button {
	border-color: var(--main-color) !important;
	background: var(--main-color) !important;
	color: var(--white-color) !important;
}

#lpt-landing .gc-car_button.button:hover,
#lpt-landing .gc-car_button.button:focus {
	background: var(--hover-color) !important;
	border-color: var(--hover-color) !important;
	color: var(--white-color) !important;
}

/* ==========================================================================
   Header — static sticky bar, no scroll effects
   ========================================================================== */

body.lpt-landing-page .custom-header,
body.lpt-landing-page .mob-header,
body.lpt-landing-page .site-header,
body.lpt-landing-page .mobile-header {
	display: none !important;
}

body.lpt-landing-page,
html body.lpt-landing-page {
	margin: 0 !important;
	padding-top: 0 !important;
}

@media screen and (max-width: 782px) {
	html body.lpt-landing-page {
		margin-top: 0 !important;
	}
}

#lpt-landing .lpt-custom-header {
	position: sticky;
	top: 0;
	z-index: 9999;
	width: 100%;
	background: #ffffff;
	border-bottom: 1px solid #e5e5e5;
	box-shadow: 0 2px 12px rgba(0, 0, 0, 0.06);
	transform: none !important;
	opacity: 1 !important;
	animation: none !important;
	transition: none !important;
}

#lpt-landing .lpt-custom-header.lpt-custom-header--scrolled,
#lpt-landing .lpt-custom-header.scrolled {
	box-shadow: 0 2px 12px rgba(0, 0, 0, 0.06);
}

#lpt-landing .lpt-custom-header *,
#lpt-landing .lpt-custom-header *::before,
#lpt-landing .lpt-custom-header *::after {
	animation: none !important;
	transition: none !important;
}

#lpt-landing .lpt-custom-header__inner {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 24px;
	min-height: 72px;
	padding-block: 12px;
}

#lpt-landing .lpt-custom-header__logo {
	display: block;
	max-height: 52px;
	width: auto;
}

#lpt-landing .lpt-custom-header__site-name {
	font-size: 20px;
	font-weight: 700;
	color: var(--text-color);
	text-decoration: none;
}

#lpt-landing .lpt-custom-header__right {
	display: flex;
	align-items: center;
	gap: 12px;
	flex-shrink: 0;
	margin-left: auto;
}

#lpt-landing .lpt-custom-header .lpt-btn {
	flex-shrink: 0;
	visibility: visible;
	opacity: 1;
	transition: none !important;
}

/* Call phone icon (header) — thin outlined circle, line-style handset */
#lpt-landing .lpt-custom-header__call {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	flex-shrink: 0;
	width: 42px;
	height: 42px;
	border: 1.5px solid var(--main-color);
	border-radius: 50%;
	background: transparent;
	color: var(--main-color);
	text-decoration: none;
	transition: background 0.2s ease, color 0.2s ease, border-color 0.2s ease;
}

#lpt-landing .lpt-custom-header__call:hover,
#lpt-landing .lpt-custom-header__call:focus {
	background: var(--main-color);
	border-color: var(--main-color);
	color: var(--white-color);
	outline: none;
}

#lpt-landing .lpt-custom-header__call-icon {
	width: 20px;
	height: 20px;
	display: block;
	fill: none;
	stroke: currentColor;
}

@media screen and (max-width: 480px) {
	#lpt-landing .lpt-custom-header__call {
		width: 38px;
		height: 38px;
	}

	#lpt-landing .lpt-custom-header__call-icon {
		width: 18px;
		height: 18px;
	}
}

/* Header BOOK NOW — uppercase and tighter to match the phone icon size */
#lpt-landing .lpt-custom-header .lpt-btn {
	padding: 11px 26px !important;
	border-width: 1.5px !important;
	text-transform: uppercase !important;
	letter-spacing: 0.08em !important;
	font-size: 13px !important;
}

/* Facilities slider */
#lpt-landing .lpt-facilities {
	padding: 60px 20px;
	background: var(--secondary-color);
}

#lpt-landing .lpt-facilities__header {
	margin: 100px 40px;
	margin: 100px 40px 40px 40px;
	text-align: center;
}

#lpt-landing .lpt-facilities__title {
	margin: 0 0 12px;
	font-size: 36px;
	font-weight: 700;
	text-align: center;
	color: var(--main-color);
}

#lpt-landing .lpt-facilities__subtitle {
	max-width: 70%;
	margin: 0 auto;
	font-size: 16px;
	line-height: 1.6;
	color: var(--text-color);
	text-align: center;
}

#lpt-landing .facilities-slider {
	overflow: hidden;
	padding: 10px 0px;
	
}

#lpt-landing .facilities-slider .facilities-wrap {
	display: flex;
	align-items: stretch;
}

#lpt-landing .facilities-box-wrap {
	height: auto;
	opacity: 1 !important;
	transform: none !important;
	pointer-events: auto !important;
}

#lpt-landing .facilities-box-content {
	display: flex;
	flex-direction: row;
	align-items: center;
	gap: 20px;
	height: 100%;
	padding: 12px 8px;
	background: var(--accent-color);
	/* background-color: unset !important; */
	border: none;
	border-radius: 0;
}

#lpt-landing .facilities-box-image {
	flex-shrink: 0;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 60px;
	height: 60px;
	border-radius: 50%;
	background: color-mix(in srgb, var(--main-color) 14%, #ffffff);
	overflow: hidden;
}

#lpt-landing .facilities-box-image__icon {
	display: block;
	width: 32px;
	height: 32px;
	background-color: var(--main-color);
	-webkit-mask-image: var(--facility-icon-url);
	mask-image: var(--facility-icon-url);
	-webkit-mask-repeat: no-repeat;
	mask-repeat: no-repeat;
	-webkit-mask-position: center;
	mask-position: center;
	-webkit-mask-size: contain;
	mask-size: contain;
}

#lpt-landing .facilities-box-content .column {
	flex: 1;
	min-width: 0;
	text-align: left;
	padding:10px 5px 30px 5px;
	
}

#lpt-landing .facilities-title {
	display: block;
	font-size: 18px;
	font-weight: 700;
	margin-bottom: 6px;
	line-height: 1.3;
	color: var(--text-color);
}

#lpt-landing .facilities-content {
	font-size: 15px;
	color: var(--text-color);
	line-height: 1.5;
}

#lpt-landing .facilities-content p {
	margin: 0;
}

#lpt-landing .facilities-main-content ul {
	margin: 0;
	padding-left: 18px;
}

#lpt-landing .facilities-main-content ul li {
	padding-left: 18px;
	padding-top: 10px;
}

#lpt-landing .facilities-main-content ul li::before {
	content: "\2022";
	font-weight: bold;
	display: inline-block;
	width: 1em;
	margin-left: -1em;
}

#lpt-landing .lpt-facilities__pagination-wrap {
	margin-top: 24px;
}

#lpt-landing .lpt-facilities__pagination {
	position: relative;
	display: flex;
	justify-content: center;
	align-items: center;
	gap: 10px;
	padding-top: 4px;
}

#lpt-landing .lpt-facilities__pagination .swiper-pagination-bullet {
	width: 25px;
	height: 8px;
	border: 0;
	border-radius: 999px;
	background: var(--main-color);
	opacity: 0.25;
	margin: 0 !important;
	padding: 0;
	cursor: pointer;
}

#lpt-landing .lpt-facilities__pagination .swiper-pagination-bullet-active {
	width: 60px;
	opacity: 1;
}


@media screen and (max-width: 767px) {
	
	#lpt-landing .lpt-facilities__header {
		margin-top: 80px;
		margin-bottom: 25px;
	}

	#lpt-landing .lpt-facilities__title {
		font-size: 28px;
	}

	#lpt-landing .lpt-facilities__subtitle {
		font-size: 15px;
		max-width: 100%;
	}

	#lpt-landing .facilities-box-content {
		padding: 8px 4px;
		gap: 16px;
	}

	#lpt-landing .facilities-box-image {
		width: 56px;
		height: 56px;
	}

	#lpt-landing .facilities-title {
		font-size: 16px;
	}

	#lpt-landing .facilities-content {
		font-size: 14px;
	}
}

#lpt-landing .custom-footer.ver2 .primary-light-color-bg {
	background: var(--accent-color);
	border-top:2px solid #fff !important;
}
#lpt-landing .lpt-fleet {
	background: var(--accent-color);
}
#lpt-landing .fleet-home-wrapper .gc-car_category{
	color: var(--text-color) !important;
}

#lpt-landing .custom-footer.ver2 .primary-color-bg,
#lpt-landing .custom-footer.ver2 .footer-bottom-wrap.primary-color-bg {
	background: var(--main-color) !important;
	color: var(--white-color);
}

#lpt-landing .custom-footer.ver2 .footer-wrapper {
	padding: 40px 20px 24px;
}

#lpt-landing .custom-footer.ver2 .footer-ver2-wrap {
	max-width: 1200px;
	margin: 0 auto;
	width: 100%;
}

#lpt-landing .custom-footer.ver2 .footer-logo-wrap {
	text-align: center;
}

#lpt-landing .custom-footer.ver2 .footer-logo-wrap img {
	max-width: min(220px, 70vw);
	height: auto;
}

#lpt-landing .custom-footer.ver2 .margin-bottom-big {
	margin-bottom: 32px;
}

#lpt-landing .custom-footer.ver2 .footer-ver2-info-wrapper {
	display: flex;
	flex-wrap: wrap;
	width: 100%;
	max-width: 100%;
	margin: 0 auto;
	padding: 0;
	border: none;
	border-radius: 5px;
	background: var(--main-color);
	overflow: hidden;
}

#lpt-landing .custom-footer.ver2 .footer-ver2-info-wrapper .contact-footer-items-wrapper {
	flex: 1 1 200px;
	display: flex;
	flex-direction: column;
	justify-content: center;
	padding: 28px 24px;
	position: relative;
	margin-bottom: 0;
	min-width: 0;
}

#lpt-landing .custom-footer.ver2 .footer-ver2-info-wrapper .footer-info-cont-title {
	display: block;
	font-size: 18px;
	font-weight: 400;
	margin-bottom: 12px;
	color: var(--white-color);
}

#lpt-landing .custom-footer.ver2 .footer-ver2-info-wrapper .contact-item.footer {
	display: block;
	font-size: 16px;
	line-height: 1.5;
	text-decoration: none;
	margin-bottom: 6px;
	color: var(--white-color);
	word-break: break-word;
}

#lpt-landing .custom-footer.ver2 .footer-ver2-info-wrapper .contact-item.footer.black,
#lpt-landing .custom-footer.ver2 .footer-ver2-info-wrapper .contact-item.footer.white {
	color: var(--white-color);
}

#lpt-landing .custom-footer.ver2 .footer-ver2-info-wrapper .contact-item.footer:hover {
	text-decoration: underline;
}

#lpt-landing .custom-footer.ver2 .footer-ver2-info-wrapper .contact-footer-items-wrapper::after {
	content: '';
	position: absolute;
	background: rgba(255, 255, 255, 0.25);
}

#lpt-landing .lpt-footer__actions {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: space-between;
	/* gap: 16px 24px; */
	width: 100%;
	margin-top: 32px;
}

#lpt-landing .lpt-footer__actions .lpt-btn {
	flex-shrink: 0;
	visibility: visible;
	opacity: 1;
}

#lpt-landing .lpt-footer__socials {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: flex-end;
	gap: 12px;
	margin-left: auto;
}

#lpt-landing .lpt-footer__social-link {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 46px;
	height: 46px;
	padding: 0;
	border: 1px solid var(--main-color);
	border-radius: 50%;
	color: var(--main-color);
	background: transparent;
	line-height: 0;
	text-decoration: none;
	transition: background 0.2s ease, color 0.2s ease, border-color 0.2s ease;
}

#lpt-landing .lpt-footer__social-link:hover,
#lpt-landing .lpt-footer__social-link:focus {
	background: var(--hover-color);
	border-color: var(--hover-color);
	color: var(--white-color);
}

#lpt-landing .lpt-footer__social-link svg {
	display: block;
	width: 22px;
	height: 22px;
	fill: currentColor;
	flex-shrink: 0;
}

#lpt-landing .custom-footer.ver2 .payments-wrapper,
#lpt-landing .custom-footer.ver2 .payments-wrapper.container {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
	gap: 16px 32px;
	width: 100%;
	margin-top: 32px;
	padding: 16px 20px;
	background: color-mix(in srgb, var(--accent-color) 30%, #ffffff);
	/* background-color: var(--accent-color) !important; */
	border-radius: 6px;
}

#lpt-landing .custom-footer.ver2 .secure-payments-text {
	margin: 0;
	font-weight: 600;
	text-align: center;
	color: var(--text-color) !important;
}

#lpt-landing .custom-footer.ver2 .payments-wrapper .footer-logo-wrap img {
	max-width: min(280px, 100%);
	height: auto;
}

#lpt-landing .custom-footer.ver2 .footer-bottom-wrap {
	padding: 16px 20px;
}

#lpt-landing .custom-footer.ver2 .footer-bottom-wrap .footer {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: center;
	gap: 12px 24px;
	max-width: 1200px;
	margin: 0 auto;
	font-size: 14px;
}

#lpt-landing .custom-footer.ver2 .footer-bottom-wrap .footer a {
	color: inherit;
}

#lpt-landing .custom-footer.ver2 .footer-copyright.uppercase {
	text-transform: uppercase;
}

#lpt-landing .custom-footer.ver2 .footer-signature a {
	text-decoration: underline;
}

#lpt-landing .custom-footer.ver2 .footer-signature a:hover,
#lpt-landing .custom-footer.ver2 .footer-signature a:focus {
	color: var(--hover-color) !important;
}

@media screen and (max-width: 767px) {
	#lpt-landing .custom-footer.ver2 .footer-ver2-info-wrapper {
		flex-direction: column;
		border-radius: 12px;
	}

	#lpt-landing .custom-footer.ver2 .footer-ver2-info-wrapper .contact-footer-items-wrapper {
		flex: 1 1 100%;
		padding: 20px 16px;
		text-align: center;
	}

	#lpt-landing .custom-footer.ver2 .footer-ver2-info-wrapper .contact-footer-items-wrapper::after {
		width: 80%;
		height: 1px;
		bottom: 0;
		left: 50%;
		top: auto;
		right: auto;
		transform: translateX(-50%);
		border-right: none;
	}

	#lpt-landing .custom-footer.ver2 .footer-ver2-info-wrapper .contact-footer-items-wrapper:last-child::after {
		display: none;
	}

	#lpt-landing .custom-footer.ver2 .payments-wrapper {
		flex-direction: column;
		text-align: center;
	}

	#lpt-landing .lpt-footer__actions {
		flex-direction: column;
		align-items: center;
		justify-content: center;
		margin-top: 24px;
	}

	#lpt-landing .lpt-footer__socials {
		width: 100%;
		justify-content: center;
		margin-left: 0;
	}

	#lpt-landing .custom-footer.ver2 .footer-bottom-wrap .footer {
		flex-direction: column;
		text-align: center;
	}
}

@media screen and (min-width: 768px) {
	#lpt-landing .custom-footer.ver2 .footer-ver2-info-wrapper .contact-footer-items-wrapper::after {
		width: 1px;
		height: 70%;
		top: 50%;
		right: 0;
		bottom: auto;
		left: auto;
		transform: translateY(-50%);
	}

	#lpt-landing .custom-footer.ver2 .footer-ver2-info-wrapper .contact-footer-items-wrapper:last-child::after {
		display: none;
	}
}

/* ==========================================================================
   Hero Intro — self-contained plugin styles (lpt-* only)
   ========================================================================== */

.lpt-landing .lpt-intro {
	min-height: 50vh;
	position: relative;
}

.lpt-landing .lpt-intro__inner {
	width: 100%;
	min-height: 50vh;
	position: relative;
}

.lpt-landing .lpt-intro__slider {
	height: 100%;
	position: absolute;
	width: 100%;
	top: 0;
	left: 0;
}

.lpt-landing .lpt-intro__slider::after {
	content: '';
	position: absolute;
	inset: 0;
	background: #000;
	opacity: 0.25;
	z-index: 1;
	pointer-events: none;
}

.lpt-landing .lpt-intro__slide-media,
.lpt-landing .lpt-intro__slide-media img {
	position: absolute;
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.lpt-landing .lpt-intro__slider--mobile {
	display: none;
}

.lpt-landing .lpt-intro__content {
	margin: 0;
	padding: 0 9%;
	min-height: 75vh;
	display: flex;
	align-items: center;
	justify-content: center;
	position: relative;
	flex-direction: column;
	z-index: 2;
	text-align: center;
}

.lpt-landing .lpt-intro__content-inner {
	position: relative;
	z-index: 9;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	width: 100%;
	max-width: 900px;
	margin: 0 auto;
	pointer-events: none;
}

.lpt-landing .lpt-intro__title {
	max-width: 750px;
	line-height: 1.1;
	font-size: 48px;
	font-weight: 700;
	color: #fff;
	margin: 0 0 20px;
}

.lpt-landing .lpt-intro__subtitle {
	display: block;
	max-width: 700px;
	font-size: 24px;
	color: #fff;
	margin: 0 0 40px;
}

.lpt-landing .lpt-intro__scroll {
	position: absolute;
	z-index: 99;
	bottom: 20px;
	left: 50%;
	display: flex;
	flex-direction: column;
	align-items: center;
	transform: translateX(-50%);
	color: #fff;
	font-size: 14px;
}

.lpt-landing .lpt-intro__scroll-bar {
	display: block;
	width: 2px;
	height: 60px;
	background: #fff;
	margin-top: 12px;
	border-radius: 5px;
	overflow: hidden;
	position: relative;
}

.lpt-landing .lpt-intro__scroll-bar::before {
	content: '';
	width: 2px;
	height: 20px;
	background: #868686;
	top: 0;
	left: 0;
	position: absolute;
	transition: top 0.3s ease-in-out;
}

.lpt-landing .lpt-intro__scroll:hover .lpt-intro__scroll-bar::before {
	top: calc(100% - 20px);
}

@media only screen and (max-width: 750px) {
	.lpt-landing .lpt-intro__slider--mobile {
		display: block;
	}

	.lpt-landing .lpt-intro__slider--desktop {
		display: none;
	}

	.lpt-landing .lpt-intro__inner {
		display: flex;
		flex-direction: column;
	}
}

/* Hero carousel marquee */
.lpt-landing .lpt-hero-carousel {
	position: relative;
	padding: 10px 0;
	display: flex;
	overflow: hidden;
	width: 100%;
	max-width: 100%;
	z-index: 99;
	justify-content: center;
	top: -20px;
}

.lpt-landing .lpt-hero-carousel__track {
	display: flex;
	gap: 25px;
}

@keyframes lpt-scroll-left {
	0% { transform: translateX(0); }
	100% { transform: translateX(-50%); }
}

.lpt-landing .lpt-hero-carousel__item {
	position: relative;
	font-size: 15px;
	padding: 10px 25px 9px 52px;
	display: flex;
	white-space: nowrap;
	width: max-content;
	background: rgba(255, 254, 254, 0.3);
	border-radius: 25px;
	color: #fff;
	font-size: 18px;
	font-weight: 600;
	align-items: center;
	overflow: visible;
}

/* Soft circular halo behind the tick icon. */
.lpt-landing .lpt-hero-carousel__item::before {
	content: '';
	position: absolute;
	left: 8px;
	top: 50%;
	transform: translateY(-50%);
	width: 32px;
	height: 32px;
	border-radius: 50%;
	/* background-color: color-mix(in srgb, var(--main-color) 30%, transparent); */
	/* background-color: color-mix(in srgb, #697764 30%, transparent); */
	pointer-events: none;
	z-index: 0;
}

.lpt-landing .lpt-hero-carousel__item::after {
	content: '';
	position: absolute;
	left: 13px;
	top: 50%;
	transform: translateY(-50%);
	width: 22px;
	height: 22px;
	z-index: 1;
	background-color: var(--main-color);
	-webkit-mask-image: var(--hero-tick-icon-url);
	mask-image: var(--hero-tick-icon-url);
	-webkit-mask-repeat: no-repeat;
	mask-repeat: no-repeat;
	-webkit-mask-position: center;
	mask-position: center;
	-webkit-mask-size: contain;
	mask-size: contain;
}

.lpt-landing .lpt-hero-carousel--mob .lpt-hero-carousel__item {
	padding: 12px 45px 12px 52px;
}

.lpt-landing .lpt-hero-carousel__item--dup {
	display: none;
}

.lpt-landing .lpt-hero-carousel--mob {
	display: none;
}

.lpt-landing .lpt-hero-disclaimer {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	margin: 16px auto 0;
	padding: 10px 28px;
	border-radius: 25px;
	background: rgba(255, 254, 254, 0.3);
	color: #fff;
	font-size: 15px;
	line-height: 1.4;
	max-width: 100%;
	text-align: center;
	pointer-events: all;
	font-weight: 600;
}
.lpt-landing .lpt-hero-disclaimer em{
	font-weight: bolder !important;
}

/* Hero reservation form — from theme intro ver3 */
.lpt-landing .lpt-intro .reservation-form-wrap {
	position: absolute;
	margin: auto;
	display: flex;
	z-index: 9;
	justify-content: center;
	width: 100%;
	bottom: -70px;
	padding: 0 9%;
	pointer-events: all;
}

.lpt-landing .lpt-intro .reservation-form-wrap .form-group.vehicles-group .label-button {
	background: var(--main-color);
}

.lpt-landing .lpt-intro .reservation-form-wrap .form-group.vehicles-group .label-button span,
.lpt-landing .lpt-intro .reservation-form-wrap .form-group.vehicles-group .label-button p {
	color: #fff;
}

.lpt-landing .lpt-intro .reservation-form-wrap .form-group.vehicles-group .label-button span::before,
.lpt-landing .lpt-intro .reservation-form-wrap .form-group.vehicles-group .label-button p::before {
	color: #fff;
}

.lpt-landing .lpt-intro .reservation-form-wrap .form-group.vehicles-group .label-button.active {
	background: var(--main-color);
}

.lpt-landing .lpt-intro .reservation-form-wrap .search_form-header.main-form-header {
	background: var(--main-color);
}

.lpt-landing .lpt-intro .search_form-body .search_form-field .submit-button {
	text-transform: capitalize;
	border-radius: 0;
}

body.lpt-landing-page .lpt-landing .fleet-home-wrapper .gc-car_search {
	position: unset !important;
	width: 400px !important;
}
 body.lpt-landing-page .fleet-home-wrapper .gc-car_button.button{
	right:40px !important; 
	bottom:40px !important;
 }

.lpt-landing .all-items-black * {
	color: #fff !important;
	border-color: #fff !important;
}

/* ==========================================================================
   Fleet slider section
   ========================================================================== */

.lpt-landing .lpt-fleet {
	padding: 0 7%;
}

.lpt-landing .lpt-fleet__intro {
	text-align: left;
	padding: 3% 2% 2% 2%;
}

.lpt-landing .lpt-fleet__title {
	margin: 0 0 12px;
	font-size: 40px;
	font-weight: 700;
	color: var(--main-color);
}

.lpt-landing .lpt-fleet__pretitle {
	margin-right:auto;
	max-width: 45%;
	font-size: 16px;
	line-height: 1.6;
	color: var(--text-color);
	margin-bottom: 10px;
}

.lpt-landing .lpt-fleet__top-nav {
	display: flex;
	justify-content: flex-start;
}

.lpt-landing .lpt-fleet__arrows {
	display: flex;
	margin-top: 10px;
}

.lpt-landing .lpt-fleet__arrow {
	width: 50px;
	height: 50px;
	border: 1px solid var(--main-color);
	margin-right: 10px;
	position: relative;
	display: flex;
	justify-content: center;
	align-items: center;
	cursor: pointer;
	background: transparent;
	padding: 0;
	transition: background 0.3s ease-in-out;
}

.lpt-landing .lpt-fleet__arrow::before {
	content: '';
	position: absolute;
	width: 17px;
	height: 1px;
	background: var(--main-color);
	top: 50%;
	right: 15px;
	transform: translateY(-50%);
	transition: background 0.3s ease-in-out;
}

.lpt-landing .lpt-fleet__arrow::after {
	content: '';
	width: 15px;
	height: 15px;
	border-bottom: 1px solid var(--main-color);
	border-right: 1px solid var(--main-color);
	transition: border-color 0.3s ease-in-out;
}

.lpt-landing .lpt-fleet__arrow--prev::after {
	transform: rotate(135deg);
}

.lpt-landing .lpt-fleet__arrow--next::after {
	transform: rotate(-45deg);
}

.lpt-landing .lpt-fleet__arrow:hover {
	background: var(--hover-color);
}

.lpt-landing .lpt-fleet__arrow:hover::before {
	background: var(--white-color);
}

.lpt-landing .lpt-fleet__arrow:hover::after {
	border-color: var(--white-color);
}

.lpt-landing .lpt-fleet__slider-wrap,
.lpt-landing .fleet-home-wrapper.fleet-slider,
.lpt-landing .lpt-fleet__slider {
	position: relative;
	width: 100%;
	padding: 1% 1% 1% 1%;
	overflow: hidden;
}

.lpt-landing .fleet-home-wrapper.fleet-slider.container,
.lpt-landing .lpt-fleet__slider.container {
	width: 100%;
	padding: 1% 1% 5% 1% !important;
}

.lpt-landing .fleet-home-wrapper.fleet-slider .fleet-collection-wrap,
.lpt-landing .lpt-fleet__slider .fleet-collection-wrap {
	display: flex !important;
	flex-wrap: nowrap !important;
	gap: 0;
	margin: 0;
	padding: 0;
	list-style: none;
	grid-template-columns: unset !important;
}

.lpt-landing .fleet-home-wrapper.fleet-slider .single-fleet-wrap,
.lpt-landing .lpt-fleet__slider .single-fleet-wrap {
	flex-shrink: 0;
	width: auto;
	height: auto;
	box-sizing: border-box;
}

.lpt-landing .fleet-home-wrapper.fleet-slider .swiper-buttons-wrapper .swiper-button-prev,
.lpt-landing .fleet-home-wrapper.fleet-slider .swiper-buttons-wrapper .swiper-button-next,
.lpt-landing .lpt-fleet__slider .swiper-buttons-wrapper .swiper-button-prev,
.lpt-landing .lpt-fleet__slider .swiper-buttons-wrapper .swiper-button-next {
	position: absolute;
	opacity: 0;
	width: 0;
	height: 0;
	pointer-events: none;
}

.lpt-landing .fleet-home-wrapper.fleet-slider .single-fleet-wrap,
.lpt-landing .lpt-fleet__slider .single-fleet-wrap,
.lpt-landing .fleet-home-wrapper.fleet-slider .fleet-single-wrap,
.lpt-landing .lpt-fleet__slider .fleet-single-wrap {
	border-radius: 35px;
}

.lpt-landing .fleet-home-wrapper.fleet-slider .fleet-single-wrap,
.lpt-landing .lpt-fleet__slider .fleet-single-wrap {
	position: relative;
	transition: transform 0.3s ease-in-out;
}

.lpt-landing .fleet-home-wrapper.fleet-slider .fleet-single-wrap:hover,
.lpt-landing .lpt-fleet__slider .fleet-single-wrap:hover {
	transform: scale(1.03) translateY(-35px);
}

#lpt-landing .fleet-home-wrapper .gc-car_search {
	position: unset !important;
	width: 350px !important;
	max-width: 350px !important;
	padding: 20px !important;
}

#lpt-landing .gc-car_name,
#lpt-landing .gc-car_price,
#lpt-landing .gc-car_price .price,
#lpt-landing .gc-car_price > span,
#lpt-landing .gc-car_features,
#lpt-landing .gc-car_features p {
	color: var(--text-color);
}



#lpt-landing .fleet-home-wrapper .basic-styling .gc-car_features span {
	background: var(--main-color) !important;
	color: var(--text-color) !important;
}
#lpt-landing .fleet-home-wrapper .basic-styling .icon-manual::before{
	color: var(--text-color) !important;
}

#lpt-landing .fleet-home-wrapper .basic-styling .gc-car_features li p {
	color: #000 !important;
}

@media screen and (max-width: 700px) {
	#lpt-landing .fleet-home-wrapper .gc-car_search {
		position: unset !important;
		width: 100% !important;
		max-width: 400px !important;
		padding: 20px !important;
	}
}

@media screen and (max-width: 600px) {
	.lpt-landing .lpt-fleet__intro {
		padding: 25px;
		text-align: center;
	}

	.lpt-landing .lpt-fleet__top-nav {
		justify-content: center;
	}

	.lpt-landing .lpt-fleet__arrows {
		margin: 20px auto 0;
	}

	.single-fleet-wrap.swiper-slide.swiper-slide-active {
		display: flex !important;
	}
}

@media screen and (max-width: 1630px) {
	.lpt-landing .lpt-intro .reservation-form-wrap {
		padding: 0 8%;
	}
}

@media screen and (max-width: 1299px) {
	.lpt-landing .lpt-intro .reservation-form-wrap {
		bottom: -350px;
	}
	#lpt-landing .lpt-facilities__header{
		margin: 160px 40px 0px 40px;
	}
	.lpt-landing .lpt-intro__content-inner{
		margin-bottom: 120px;
	}
	.lpt-landing .lpt-hero-carousel__item{
		font-size: 16px;
	}
	.lpt-landing .lpt-hero-disclaimer{
		margin-bottom: 15px !important;
		display: flex;
		flex-wrap: wrap;
	}
	.lpt-landing .lpt-intro__title{
		font-size: 35px;
	}
}
@media screen and (max-width: 1000px) {
	.lpt-landing .lpt-hero-carousel__track {
		animation: lpt-scroll-left 10s linear infinite;
		margin-left: 150px;
		width: max-content;
	}

	.lpt-landing .lpt-hero-carousel__item--dup {
		display: flex;
	}
}

@media screen and (max-width: 780px) {
	.lpt-landing .lpt-intro .reservation-form-wrap {
		bottom: -150px;
	}
	.lpt-landing .gc-search-form.horizontal {
		box-shadow: unset !important;
		z-index: 9999 !important;
		position: relative;
	}
}


@media screen and (max-width: 700px) {
	.lpt-landing .lpt-intro .reservation-form-wrap {
		position: relative;
		top: 20px;
		padding: 0 2%;
		bottom: auto;
	}
	.lpt-landing .lpt-intro .reservation-form-wrap .gc-search-form.horizontal {
		top: -250px !important;
	}
	.lpt-landing .lpt-hero-carousel--desktop {
		display: none;
	}
	.lpt-landing .lpt-hero-carousel--mob {
		position: absolute;
		top: 20px;
		z-index: 2;
		display: flex;
	}
	#lpt-landing .lpt-facilities__header{
		margin: 20px 40px 0px 40px;
	}
	.lpt-landing .lpt-fleet__pretitle {
		margin-right:auto;
		margin-left: auto;
		max-width: 100%;
	}
	#lpt-landing .lpt-footer__actions .lpt-btn{
		margin:20px 0px;
	}
	
}
@media screen and (max-width: 480px) {
	#lpt-landing .lpt-facilities__header{
		margin: 0px;
	}
	.lpt-landing .lpt-intro__content-inner {
		margin-bottom: 80px;
	}
	.lpt-landing .lpt-intro .reservation-form-wrap{
		padding:0 1%;
	}
	#lpt-landing .gc-car_button.button{
		padding:10px 12px !important;
	}
}






#lpt-landing .facilities-title::before{
	list-style-type:none !important ;
	left:unset !important;
}

/* #lpt-landing .basic-styling {
    &.fleet-collection-wrap {
        display: grid;
        gap: 10px;
        margin-left: auto;
        margin-right: auto;
        @media screen and (min-width: 600px) {
            gap: 20px;
            grid-template-columns: 1fr 1fr;
        }
        @media screen and (min-width: 768px) {
            max-width: 1600px;
            gap: 30px;
            grid-template-columns: repeat(auto-fill, minmax(350px, 1fr));
        }
        li {
            list-style: none;
        }
    }
    .gc-car_search {
        text-decoration: none;
        color: inherit;
        > p {
            margin-bottom: 0;
        }
    }

    .gc-image-wrap {
        position: relative;
        padding-bottom: 50%;
    }
    .cover {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        object-fit: cover;
    }
    .contain {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        object-fit: contain;
    }
    
    .gc-car_features {
        display: flex;
        flex-wrap: wrap;
        gap: 10px;
        text-align: center;
        color: var(--text-color);
    }
    
    .gc-car_name {
        font-weight: 600;
        font-size: 18px;
        color: var(--text-color);
    }
    
    .gc-car_price {
        display: flex;
        align-items: center;
        color: var(--text-color);
    }
        > span {
            margin-right: 5px;
            text-transform: lowercase;
        }
        .price {
            font-size: 18px;
            font-weight: 600;
        }
    }
    
} */