* {
	padding:0;
	margin:0;
}

::selection {
	background: #000;
	color: #fff;
	text-shadow: none;
}

body {
/* 	padding-top:57px; */
	padding-top:95px;
	overflow-x:hidden;
}
button {
	cursor:pointer;
} 

::-moz-selection {
	background: #000;
	color: #fff;
	text-shadow: none;
}

header#masthead {
	display: block !important;
}

#masthead {
	position: fixed;
	left: 0;
	top: 0;
	width: 100%;
	background-color: #ffffff;
	display: block;
	z-index: 999;
}

.header-wrapper .elementor-section .elementor-container {
	justify-content: space-between;
	align-items: center;
}

.header-wrapper .logo-box {
	width: auto !important;
	float: left;
}

.header-wrapper .menu-box {
	width: auto !important;
	float: right;
}

/* 404 Page */

.notfound-content {
	text-align: center;
	padding: 7vw 0;
	width: 100%;
	float: left;
}
.notfound-content .btn-wrap a{
 background-color:#0A0A0A !important;
	color:#F9F9F9 !important;
}
.error404 .notfound-content h1 {
	color: #000000;
}

.error404 .notfound-content h3 {
	margin: 20px 0;
}

/* Form */

body .gform_wrapper,
.gform_confirmation_wrapper {
	width: 100%;
	float: left;
}

body .gform_wrapper {
	margin: 0;
}

body .gform_wrapper form {
	width: 100%;
	float: left;
}

body .gform_wrapper form .gform_body {
	float: left;
	width: calc(100% + 30px) !important;
	margin: 0 -15px !important;
}

body .gform_wrapper .gf_progressbar_wrapper {
	display: none;
}

body .gform_wrapper form .gform_body ul {
	width: 100%;
	float: left;
	display: flex;
	flex-wrap: wrap;
}

body .gform_wrapper form .gform_body ul li.gfield {
	width: 50%;
	float: left;
	clear: inherit;
	background-color: transparent;
	border: none;
	padding: 0 15px !important;
	margin: 0 0 24px !important;
}

body .gform_wrapper form .gform_body ul li.gfield label {
	width: 100%;
	float: left;
	font-family: "Riviera Nights", Sans-serif !important;
	font-size: 18px;
	font-weight: 500;
	color: #0A0A0A;
	line-height: 155%;
	padding: 0 0 10px;
	margin-top: 0 !important;
}

body .gform_wrapper form .gform_body ul li.gfield label span.gfield_required {
	display: none;
	width: 4px;
	height: 4px;
	font-size: 18px;
	border-radius: 100%;
	vertical-align: top;
	margin-left: 0;
	margin-top: 0;
}

body .gform_wrapper form .gform_body ul li.gfield.full-box {
	width: 100%;
}

body .gform_wrapper form .gform_body ul li.gfield textarea {
	width: 100% !important;
	height: 120px !important;
	border-radius: 12px !important;
}

body .gform_wrapper form .gform_body ul li.description textarea {
	width: 100% !important;
}

body .gform_wrapper .validation_message {
	color: #790000;
	padding-top: 5px;
	padding-right: 0 !important;
	width: 100%;
	float: left;
	line-height: 120%;
	font-weight: 500;
	letter-spacing: 0.5px;
	font-size: 14px;
}

body .gform_wrapper li.gfield_error div.ginput_complex.ginput_container label,
body .gform_wrapper li.gfield_error ul.gfield_checkbox,
body .gform_wrapper li.gfield_error ul.gfield_radio,
body .gform_wrapper .field_description_below .gfield_description {
	color: #790000;
	padding-top: 5px;
	padding-right: 0 !important;
	width: 100%;
	float: left;
	line-height: 120%;
	font-weight: 500;
	font-size: 14px;
	letter-spacing: 0.5px;
}

body .gform_confirmation_message {
	width: 100%;
	float: left;
	text-align: center;
	font-weight: normal;
	font-family: "Riviera Nights", Sans-serif !important;
	background-color: #029300;
	line-height: 125%;
	border: 1px solid #E8E8E8;
	border-radius: 5px;
	padding: 16px 20px;
	color: #ffffff;
	font-size: 16px;
}

body .gform_wrapper div.validation_error {
	margin-bottom: 20px;
	border: none;
	background-color: #790000;
	color: #ffffff;
	padding: 15px;
	line-height: 120%;
	font-size: 16px;
	display: flex;
}

body .gform_wrapper .top_label div.ginput_container {
	margin-top: 0 !important;
	width: 100%;
	float: left;
}

body .gform_body input[type=text],
body .gform_body input[type=email],
body .gform_body input[type=tel],
body .gform_body input[type=number],
body select,
body textarea {
	width: 100% !important;
	height: auto !important;
	font-family: "Riviera Nights", Sans-serif !important;
	font-size: 18px !important;
	font-weight: 400;
	color: #686868 !important;
	line-height: 155% !important;
	background-color: transparent !important;
	border: 1px solid #68686866 !important;
	border-radius: 8px !important;
	box-shadow: none;
	outline: none;
	margin: 0 !important;
	padding: 16px 24px !important;
	appearance: none;
	-moz-appearance: none;
	-webkit-appearance: none;
}

body .gform_body input[type=text]::placeholder,
body .gform_body input[type=email]::placeholder,
body .gform_body input[type=tel]::placeholder,
body .gform_body input[type=number]::placeholder,
body select::placeholder,
body textarea::placeholder {
	color: #68686880;
}

body select {
	background-image: url(../images/select-arrow.png);
	background-repeat: no-repeat;
	background-position: right 20px center;
	padding-right: 40px !important;
}

body .gform_wrapper textarea.small {
	height: 80px;
}

body .gform_wrapper .gform_page_footer {
	padding: 0 15px;
	margin-bottom: 0px;
	text-align: left;
	width: 100%;
	float: right;
	margin-top: 10px;
	border: none;
}

.gform_legacy_markup_wrapper .gform_validation_errors>h2 {
	font-size: 16px !important;
	font-weight: 400 !important;
	color: #ffffff !important;
	line-height: 120%;
	padding: 0 !important;
	margin: 0 !important;
}

.gform_title {
	display: none;
}

.gform_legacy_markup_wrapper .gform_footer {
	width: max-content !important;
	padding: 15px 0 0 !important;
	margin: 0 !important;
	position: relative;
}

.gform_footer input[type="submit"] {
	position: relative;
	width: auto !important;
	min-height: max-content !important;
	font-size: 18px !important;
	line-height: normal !important;
	color: #0A0A0A !important;
	background-color: transparent !important;
	background-image: url('/wp-content/uploads/2025/07/arrow-right-1.svg');
	background-position: right 20px center;
	background-repeat: no-repeat;
	padding: 16px 54px 16px 24px !important;
	margin: 0 !important;
	cursor: pointer;
	transition: background-image 0.1s ease-in-out, background-color 0.3s ease-in-out;
}

.gform_footer input[type="submit"]:hover {
	background-color: rgba(10, 10, 10, 1) !important;
	color:#fff !important;
/* 	border: 1px solid #D3AF37; */
	background-image: url('/wp-content/uploads/2025/10/arrow-right-2.svg');
}

/* Header */

.header-btn .elementor-button-icon svg {
	width: 24px;
	height: 24px;	
}

.header-btn a:hover svg path{
    fill: #000;
     stroke: #fff;
}


.gt_float_switcher {
	box-shadow: rgba(0, 0, 0, 0.15) 0 0px 0px !important;
}

.gt_float_switcher .gt-selected .gt-current-lang {
	padding: 0 !important;
	font-weight: bold;
	background: transparent !important;
	color: #686868 !important;
	font-family: "Riviera Nights" !important;
	font-size: 16px !important;   
	font-weight: 400 !important;
}

.gt_float_switcher img {
	width: 24px !important;
	border-radius: 3px !important;
}

.gt_float_switcher .gt_options {
	position: absolute !important;
	width: 144px !important;
	background: #fff !important;
	left: -20px;
	top: 29px;
	border-radius: 4px !important;
}

.gt_float_switcher .gt_options a {
	color: #686868 !important;
	font-family: "Riviera Nights" !important;
	font-size: 16px !important;   
	font-weight: 400 !important;
	padding: 7px 8px !important;
}

/* .gt_float_switcher .gt_options a:hover {
	background: #0A0A0A !important;
	color: #fff !important;
} */

.acc-icon .elementor-icon-wrapper,
#gt_float_wrapper,
.top-icon .elementor-icon-wrapper {
	line-height: 0 !important;
}

/* Footer */

.top-icon {
	cursor: pointer !important;
}

.footer-menu .elementor-nav-menu {
	display: grid;
	grid-template-columns: 0fr 1fr;
	grid-template-rows: auto auto auto;
	list-style: none;
	column-gap: 40px;
	padding: 0;
	margin: 0;
}

.footer-menu .elementor-nav-menu .menu-item,
.footer-menu .elementor-nav-menu .menu-item a {
	width: fit-content !important;
}

.footer-form .gjs-row {
	margin-bottom: 0 !important;
}

.footer-form .es-form-field-container {
	display: flex;
}

.footer-form .es-email {
	border-radius: 8px;
	background: rgba(252, 252, 252, 0.10);
	padding: 16px 24px;
	width: 313px;
	color: #FEFEFE99;
	font-size: 16px;
	font-family: "Riviera Nights";
	font-weight: 400;
	line-height: 150%;
	border: none;
}

.footer-form .es-email::placeholder {
	color: #FEFEFE99;
	font-size: 16px;
	font-family: "Riviera Nights";
	font-weight: 400;
	line-height: 150%;
}

.footer-form .es-email::focus {
	border: none !important;
	outline: none !important;
}

.gjs-cell input[type="submit"] {
	font-size: 18px !important;
	line-height: normal !important;
	color: #0A0A0A !important;
	background-color: #fff !important;
	margin-left: 10px !important;
	cursor: pointer;
}

/* Home page */

.common-btn .elementor-button-content-wrapper, 
.header-btn .elementor-button-content-wrapper {
	align-items: flex-end;
}

.common-btn .elementor-button-icon svg,
.header-btn .elementor-button-icon svg {
	width: 24px;
	height: 24px;
	transition: 0.4s ease-in-out;
}

.common-btn .elementor-button-icon svg {
	fill: none !important;
}

.common-btn .elementor-button:hover .elementor-button-icon svg {
	fill: transparent !important;
}

.common-btn .elementor-button:hover .elementor-button-icon svg,
.common-btn .elementor-button:hover .elementor-button-icon svg path {
	stroke: #000 ;
}

.common-btn .elementor-button:hover .elementor-button-icon svg {
	transform: rotate(45deg);
}

.common-btn.hover-black .elementor-button:hover .elementor-button-icon svg,
.common-btn.hover-black .elementor-button:hover .elementor-button-icon svg path {
	stroke: #fff ;
}

.fleet-col-p,.fleet-col-l{
   width:auto !important;
}

/* services slider */

.services-column {
	position: relative;
	overflow: hidden;
}

.service_featured_img img {
	display: block;
	width: 100%;
	height: auto;
	transition: opacity 0.3s ease;
}

.service_content {
	position: absolute !important;
	bottom: 0;
	left: 0;
	width: 100% !important;
	padding: 20px 20px 30px 20px;
	transform: translateY(6%);
	transition: all 1.5s;
	z-index: 2;
}

/* .service_content .elementor-icon-box-description {
display: none;
padding-top: 15px;
} */

.services-column:hover .service_content {
	transform: translateY(0);
}

/* .services-column:hover .service_content .elementor-icon-box-description {
display: block;
} */

.service_content .elementor-icon-box-description {
	opacity: 0;
	max-height: 0;
	overflow: hidden;
	transition: all 1s !important;
}

.services-column:hover .service_content .elementor-icon-box-description {
	opacity: 1;
	max-height: 300px;
}

.man-img .elementor-widget-wrap {
	border-radius: 8px;
}
.service_content .elementor-icon-box-title{
	padding-bottom: 15px;
}

/* home page accordian */

.home-accordian .elementor-tab-title.elementor-active {
	padding-bottom: 0 !important;
}

.home-accordian .elementor-accordion-item {
	border-bottom: 1px solid #E6E6E6 !important;
}
.home-accordian .elementor-accordion-item:last-child {
	border-bottom: 0px !important;
}

.home-accordian .elementor-accordion-item h5 {
	position: relative;
}


.home-accordian .elementor-accordion-item h5:after {
	content: "" !important;
	width: 40px !important;
	height: 40px;
	left: 0%;
	top: 15px;
	position: absolute;
	background-repeat: no-repeat !important;
	background-position: center !important;
}

.home-accordian .elementor-accordion-item h5:first-child:after {
	background-image: url("/wp-content/uploads/2025/08/Unparalleled-Luxury.svg") !important;
}

.home-accordian .elementor-accordion-item:nth-child(2) h5:after {
	background-image: url(" /wp-content/uploads/2025/08/Experienced-Chauffeurs.svg") !important;
}

.home-accordian .elementor-accordion-item:nth-child(3) h5:after {
	background-image: url("/wp-content/uploads/2025/08/railored-travel.svg") !important;
}

.home-accordian .elementor-accordion-item:nth-child(4) h5:after {
	background-image: url("/wp-content/uploads/2025/08/Reliability-You-Can-Trust.svg") !important;
}

.home-accordian .elementor-accordion-item:nth-child(5) h5:after {
	background-image: url("/wp-content/uploads/2025/08/Global-Partnership-Access.svg") !important;
}

/* Landing Page */

/* Header */

body.page-id-784 {
	padding-top: 85px;
}

.header-wrapper .logo_box,
.header-wrapper .button_box {
	width: auto !important;
}
.menu-col ul.elementor-nav-menu--dropdown a{
	border-inline-start: 0px !important;
}
.nav-bar .menu-item .sub-arrow svg {
	transition: transform 0.3s ease;
	transform: rotate(0deg);
}
.header-tel{
	display:none !important;
}

/* On hover of parent menu item (for hover effect) */
.nav-bar .menu-item:hover > a > .sub-arrow svg {
	transform: rotate(180deg);
}

/* When submenu is expanded (on click) */
.nav-bar .menu-item.open > a > .sub-arrow svg {
	transform: rotate(90deg);
}
/* Hero Banner Section */

.landing_hero_banner::before {
	content: '';
	width: 100%;
	height: 100%;
	background: linear-gradient(172deg, rgba(0, 0, 0, 0.00) -25.45%, rgba(8, 8, 8, 0.35) 40.4%, rgba(10, 10, 10, 0.50) 88.83%);
	position: absolute;
	top: 0;
	left: 0;
}

/* Crafted for the Uncompromising Section */

.circular_text_rotator {
	position: absolute !important;
	top: 50%;
	left: 52%;
	transform: translate(-50%, -50%);
}
.about-router{
	left: 51%;
}
.logo_text_rotator {
	width: 115px;
	height: 115px;
	position: relative;
	outline: 10px solid #1A1A1A;
	border-radius: 50%;
}

.rotator_logo {
	width: 40px;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	z-index: 2;
}

.rotating_text_ring {
	width: 100%;
	height: 100%;
	background-color: #FFFFFF;
	border-radius: 50%;
	animation: spin 10s linear infinite;
	transform-origin: 50% 50%;
	position: absolute;
	top: 0;
	left: 0;
}

@keyframes spin {
	from {
		transform: rotate(0deg);
	}
	to {
		transform: rotate(360deg);
	}
}

.rotating_text_ring text {
	font-size: 30px;
	font-weight: 400;
	letter-spacing: 1.2px;
	fill: #0A0A0A;
	vector-effect: non-scaling-stroke;
}

.vip_service_box {
	margin-bottom: 15px !important;
}

.vip_service_box:last-child {
	margin-bottom: 0 !important;
}

.vip_service_box .elementor-icon-box-title sup {
	font-size: 30px;
	font-weight: 400;
	position: relative;
	top: 10px;
}
.man .elementor-widget-container{
	height: 100%;

}
.man-img.elementor-widget-image{
	height: 100%;

}
/* Artist Section */

.headline_artists > .elementor-container {
	display: grid !important;
	grid-template-columns: repeat(4, 1fr);
	gap: 22px;
}

.headline_artists .artists_box {
	width: 100% !important;
}

.artists_img {
	margin-bottom: 0 !important;
}

.artists_img > .elementor-widget-container::before {
	content: '';
	width: 100%;
	height: 100%;
	background: linear-gradient(180deg, rgba(0, 0, 0, 0.00) 50%, rgba(0, 0, 0, 0.60) 100%);
	border-radius: 10px;
	position: absolute;
	top: 0;
	left: 0;
}

.artists_info_box {
	position: absolute !important;
	bottom: 0;
	left: 0;
}

.artists_info_box > .elementor-container {
	justify-content: space-between;
}

.artists_info_box > .elementor-container .elementor-column {
	width: max-content !important;
}

.artists_date p {
	text-wrap: nowrap;
}

/* Form */

.ui-datepicker select.ui-datepicker-month, 
.ui-datepicker select.ui-datepicker-year {
	display: inline-block !important;
	color: #000000 !important;
	background: #fff !important;
	font-size: 14px !important;
	padding: 4px !important;
	max-height: 30px !important;
	margin: 0 1px !important;
}

.ui-datepicker td .ui-state-active {
	background: #fff2aa !important;
	border: none !important;
	padding: 0 !important;
	margin: 0 !important;
	box-sizing: border-box !important;
	display: block !important;
	width: 100% !important;
	height: 100% !important;
}

.required_vehicles {
	width: 100% !important;
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	gap: 10px;
}

.required_vehicles .gfield_label {
	width: max-content !important;
	padding-bottom: 0 !important;
	padding-top: 4px !important;
}

.required_vehicles .ginput_container {
	width: max-content !important;
}

.required_vehicles ul.gfield_checkbox {
	width: 100% !important;
	display: grid !important;
	grid-template-columns: repeat(4, 1fr);
	column-gap: 80px;
	row-gap: 20px;
	margin: 0 !important;
}

.required_vehicles ul.gfield_checkbox li.gchoice {
	display: flex;
	align-items: center;
	gap: 10px;
	margin: 0 !important;
}

.required_vehicles ul.gfield_checkbox li.gchoice .gform-field-label {
	padding-bottom: 0 !important;
	padding-top: 4px !important;
}

.required_vehicles ul.gfield_checkbox li.gchoice input {
	margin: 0 !important;
}

.required_vehicles ul.gfield_checkbox li.gchoice input[type=checkbox]:checked+label {
	font-weight: 500 !important;
}

.required_vehicles ul.gfield_checkbox li.gchoice input[type="checkbox"] {
	appearance: none;
	-webkit-appearance: none;
	-moz-appearance: none;
	width: 24px;
	height: 18px;
	border: 1px solid #000;
	border-radius: 0;
	cursor: pointer;
	position: relative;
	vertical-align: middle;
	background-color: #fff;
	transition: background-color 0.2s ease, border-color 0.2s ease;
}

.required_vehicles ul.gfield_checkbox li.gchoice input[type="checkbox"]:checked {
	background-color: #000;
	border-color: #000;
}

.required_vehicles ul.gfield_checkbox li.gchoice input[type="checkbox"]:checked::after {
	content: "";
	width: 6px;
	height: 12px;
	border: solid #fff;
	border-width: 0 2px 2px 0;
	transform: rotate(45deg);
	position: absolute;
	left: 5px;
	top: 0;
}

.gf-toggle {
	width: 100% !important;
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	column-gap: 30px;
}

.gf-toggle .gfield_label {
	width: max-content !important;
	padding: 0 !important;
}

.gf-toggle .ginput_container {
	width: max-content !important;
}

.gf-toggle .ginput_container .gfield_checkbox {
	width: 100% !important;
	margin: -4px 0 0 0 !important;
}

.gf-toggle .gfield_checkbox li {
	margin: 0 !important;
	vertical-align: middle;
}

.gf-toggle input[type="checkbox"] {
	position: absolute;
	width: 1px;
	height: 1px;
	opacity: 0;
	margin: 0 !important;
	padding: 0 !important;
}

.gf-toggle input[type="checkbox"] + label {
	display: inline-block !important;
	width: 80px !important;
	height: 34px;
	font-size: 14px !important;
	font-weight: 600 !important;
	line-height: 24px !important;
	color: #FFFFFF !important;
	background-color: #0A0A0A;
	border-radius: 100px;
	padding: 0 !important;
	position: relative;
	cursor: pointer !important;
	transition: background 0.25s ease, border-color 0.25s ease;
}

.gf-toggle input[type="checkbox"] + label::after {
	content: "";
	position: absolute;
	top: 3px;
	left: 3px;
	width: 28px;
	height: 28px;
	border-radius: 50%;
	background-color: #FFFFFF;
	transition: left 0.25s ease;
}

.gf-toggle input[type="checkbox"]:checked + label {
	text-align: right;
	padding-left: 0 !important;
	padding-right: 12px !important;
}

.gf-toggle input[type="checkbox"]:checked + label::after {
	left: calc(100% - 31px);
}

.gf-toggle input[type="checkbox"] + label::before {
	content: "No";
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	display: flex;
	align-items: center;
	justify-content: flex-end;
	padding-right: 8px;
}

.gf-toggle input[type="checkbox"]:checked + label::before {
	content: "Yes";
	justify-content: flex-start;
	padding-left: 8px;
}

/* Logo Slider */

.logo_slider_top::before {
	content: '';
	width: 100%;
	height: 1px;
	opacity: 0.2;
	background: linear-gradient(270deg, rgba(0, 0, 0, 0.00) 0%, #000 47.5%, rgba(0, 0, 0, 0.00) 100%);
	position: absolute;
	top: 0;
	left: 0;
}

.logo_slider_bottom::after {
	content: '';
	width: 100%;
	height: 1px;
	opacity: 0.2;
	background: linear-gradient(270deg, rgba(0, 0, 0, 0.00) 0%, #000 47.5%, rgba(0, 0, 0, 0.00) 100%);
	position: absolute;
	bottom: 0;
	left: 0;
}

.logo_slider .swiper-wrapper {
	transition-timing-function: linear !important;
}


/*-------------- services details page --------------*/

/* What We Offer_section */
.whatwe-iconbox .elementor-icon {
	border: 6px solid #161616;
	margin-top: -80px;
}


/* Footer */

.footer_middle_wrapper .footer_middle_left {
	width: 82.50% !important;
}

.footer_middle_wrapper .footer_middle_right {
	width: 17.50% !important;
}

.footer_newsletter .es-form-field-container {
	padding: 0 !important;
}

.footer_newsletter .es-form-field-container .gjs-row {
	margin: 0 !important;
}

.footer_newsletter .es-form-field-container .gjs-cell {
	display: flex;
	align-items: center;
	justify-content: flex-start;
}

.footer_newsletter .es-form-field-container input[type="email"] {
	width: 320px;
	font-family: "Riviera Nights", Sans-serif;
	font-size: 16px !important;
	font-weight: 400;
	color: #FEFEFE;
	line-height: 150%;
	background-color: #FCFCFC1A;
	border-radius: 8px;
	box-shadow: none;
	border: none;
	outline: none !important;
	padding: 16px 24px;
}

.footer_newsletter .es-form-field-container input[type="email"]::placeholder {
	color: #FEFEFE99;
}

.footer_newsletter form {
	position: relative;
}

.footer_newsletter form .es_spinner_image {
	position: absolute;
	top: calc(0% + 10px);
	right: calc(0% - 50px);
}

.footer_newsletter form .es_spinner_image img {
	display: block;
	width: 100%;
}

.es_subscription_message.success {
	display: inline-block;
	width: 100%;
}

.es_subscription_message.error {
	display: inline-block;
	width: 100%;
	padding-top: 10px;
}

.fleet-loop-item .fleet-featured-img{
	transition:all 0.3s;
}
.fleet-loop-item:hover .fleet-featured-img{
	margin-bottom:25px;
}

.nav-bar .menu-item .elementor-item-active {
    font-weight: 700 !important;
}
/* vehical search css */
.form-vehicle-search {
    position: relative;
    width: 100%;
	z-index:10;
}
.vehicle-search-form {
/*     max-width: 800px; */
	display: flex;
    justify-content: space-between;
	align-items:center;
	gap:10px;
	border:1px solid rgba(176, 176, 176, 0.30);
	position: absolute;
    top: -50px;
    width: 100%;
/*     margin: 0 auto; */
    padding: 20px;
    background: #fff;
    border-radius: 16px;
    margin-bottom: 30px;
	backdrop-filter: blur(2px);
}
.label-vehicle-search{
	color: #959595;
font-family: "Riviera Nights";
font-size: 16px;
font-style: normal;
font-weight: 400;
line-height: normal;
}
img.icon-vehicle-search {
    background-color: #F5F5F5;
    padding: 16px;
    border-radius: 100% !important;
	height: 50px !important;
    width: 50px !important;
}

.icon-vehicle-search{
  overflow: visible;
}
.vehicle-search-form input {
	width: 100%;
/* 	margin-bottom: 10px;
	padding: 10px; */
	padding-left:0;
	color: #000;
	font-family: "Riviera Nights";
	font-size: 18px;
	font-style: normal;
	font-weight: 500;
	line-height: normal;
	border:none;
/* 	border: 1px solid #ddd;
	border-radius: 4px; */
}
.vehicle-search-btn {
    align-items: center;
    display: flex;
	gap:10px;
}
.ct-vehicle-search-button button{
		    padding: 10px 32px !important;
    background-color: #0A0A0A !important;
    color: #FFF !important;
	width: max-content;
}
.vehicle-search-form button {
	background: transparent;
	color: white;
	padding: 10px;
	border: none;
	cursor: pointer;
}
.vehicle-search-form button:hover{
	background:rgba(22, 22, 22, 1);
	color:#fff;
}
.booking-page {
	display: flex;
	gap: 40px;
}
.booking-left {
	flex: 2;
}
.fleet-item:hover .fleet-image{
	transform: translatey(-20px);
}
.fleet-item .fleet-image{
	transition: all 0.5s;
}
.booking-vehicle .booking-right {
	flex: 1;
	padding: 40px;
	border-radius: 8px;
	border: 1px solid rgba(176, 176, 176, 0.30);
	background: #F9F9F9;
	margin-top:123px;
	height: fit-content;
	position:sticky;
	  top: 120px;
	
}
.booking-vehicle .booking-summary ul li {
    color: #686868;
    padding-bottom: 20px;
    line-height: 30px;
    display: flex;
    gap: 10px;
	font-weight: 500;
}
.booking-vehicle .booking-summary ul li span{
	font-weight: 400;
}
/* About Us Page */

.hero_banner .elementor-background-overlay {
	background: linear-gradient(86deg, rgba(10, 10, 10, 0.35) 33.52%, rgba(8, 8, 8, 0.24) 58.02%, rgba(0, 0, 0, 0.00) 91.33%);
}

/* Why Travel Section */

.why_travel_wrapper > .elementor-widget-wrap {
	display: grid !important;
	grid-template-columns: repeat(4, 1fr);
	gap: 27px;
}

.why_travel_icon_box .elementor-widget-container {
	min-height: 100%;
}

.why_travel_icon_box .elementor-icon-box-icon {
	margin-top: -40px;
}

.why_travel_icon_box .elementor-icon-box-icon .elementor-icon {
/* 	border: 6px solid #161616; */
	background-color: #1A1A1A !important;
}
.why_travel_wrapper .why_travel_icon_box .elementor-icon-box-icon .elementor-icon:first-child{
	border: 6px solid #161616;
	background: #212121 !important;
}

.why_travel_icon_box:hover .elementor-icon-box-title {
	color: #D3AF37 !important;
}

.why_travel_icon_box:hover .elementor-icon {
	transform: rotateY(180deg);
}

.why_travel_icon_box:not(.stroke_hover):hover .elementor-icon svg path {
	fill: #D3AF37;
}


.why_travel_icon_box.stroke_hover:hover .elementor-icon svg path {
	stroke: #D3AF37;
}

/* FAQ Section */

.faq_container .elementor-accordion-item {
	border-radius: 12px;
	border: 1px solid #68686833 !important;
	padding: 20px 24px;
	margin-bottom: 24px;
}

.faq_container .elementor-accordion-item:last-child {
	margin-bottom: 0;
}

.faq_container .elementor-tab-title {
	display: flex;
	align-items: center;
	flex-direction: row-reverse;
	justify-content: space-between;
}

.faq_container .elementor-tab-content ul {
	padding-left: 20px;
}

.faq_container .elementor-tab-content ul li {
	padding-bottom: 10px;
}

.faq_container .elementor-tab-content ul li:last-child {
	padding-bottom: 0;
}

.faq_container .elementor-tab-content ul li::marker {
	font-size: 26px;
}

/* Make Trip Section */

.make_trip_tabs .elementor-accordion-item {
	padding: 24px 0;
	border-bottom: 1px solid #323232 !important;
}

.make_trip_img img {
	display: none;
}

.make_trip_img img:first-child {
	display: block;
}

/* Blog Listing Page */

.blog_category_filter .e-filter .e-filter-item {
	cursor: pointer;
}

.blog_btn .elementor-button-content-wrapper {
	align-items: center;
}

.blog_btn .elementor-button-icon svg {
	width: 32px;
}
.blog-post:hover .elementor-button-icon svg {
    transform: rotate(45deg);
}
.blog-post .elementor-button-icon svg {
   transition: all 0.3s;
}
.circular_text_rotator .logo_text_rotator{
    outline: 10px solid #0A0A0A;
}
/* Blog Detail Page */

.post_detail_content h4 {
	color: #0A0A0A;
	letter-spacing: 0.32px !important;
	margin: 16px 0;
}

.post_detail_content p {
	padding-bottom: 16px;
}

.post_detail_content p:last-child {
	padding-bottom: 0;
}

.industry-p{
	color:rgba(104, 104, 104, 1);
}
.industry-car-col:hover .fleet-featured-img{
	transform: translatey(-20px);
}
.industry-car-col .fleet-featured-img{
	transition: all 0.5s;
}
/* Fleet Detail Page */
.list-head-black span{
	color: #0A0A0A;

	font-weight:700;
}
.fleet-rates p.fleet-rate {
	display: flex;
	justify-content: space-between;
}
.fleet-rates p.fleet-rate:not(:last-of-type) {
	padding-bottom: 24px;
	margin-bottom:24px;
	border-bottom:1px solid #D9D9D9;
}
.icon-box .elementor-column-gap-default {
	column-gap: 27px;
}
.features-icon .elementor-column-gap-default {
	column-gap: 15px;
}
.how-it-work .elementor-column-gap-default{
	gap:31px;
}
.contact-form input::placeholder,
.contact-form textarea::placeholder{
    color: rgba(104, 104, 104, 1) !important;
}

.simple-icon-box .elementor-icon-box-icon {
	margin-top: 0px;

}
.icon-box  > .elementor-container{
	width: 100%;
	height: 100% !important;
}
.simple-icon-box.elementor-element{
	height: 100% !important;
}
.cu-slider-arrows .swiper-button-disabled{
	background-color: #fff !important;
	border: 1px solid #686868 !important;
	width: 51px !important;
	height: 51px !important;  
}
.cu-slider-arrows .elementor-swiper-button.swiper-button-disabled svg{
	fill: #686868 !important;
}
/* .explore-services.elementor-element{
	width: 121% !important;
} */
.services-sec{
	overflow-x:hidden;
}
.home-post .elementor-post:hover .elementor-post__thumbnail img{
	transform: scale(1.1) translate(-50%, -50%);
	transform-origin: center;
}
.home-post .elementor-post .elementor-post__thumbnail img{
	transition: all 1s;
}
.blog-post:hover .blog_listing_img a img{
	transform: scale(1.2);   
}
.blog-post .blog_listing_img a img{
	transition: all 1s;  
}
.blog-post .blog_listing_img{
	overflow: hidden;
	border-radius: 10px;
}
.home-post .elementor-post__read-more {
	display: inline-flex;
	align-items: center;
	transition: all 0.3s ease;
	border-bottom: 1px solid #D3AF37;
}

.home-post .elementor-post__read-more::after {
	content: "⟶"; /* Use your arrow icon here */
	display: inline-block;
	margin-left: 5px;
	transition: transform 0.3s ease;
}
.home-post .elementor-post:hover .elementor-post__read-more::after {
	transform: rotate(-45deg);
}
.booking-form-container {
	font-family: "Riviera Nights";
	background: #fff;
	color: #333;
	margin: 0 auto;
	background: #fff;
	border-radius: 10px;
	padding: 30px 0px;

}

.booking-form-header {
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin-bottom: 25px;
}

.booking-form-header h2 {
	font-size: 24px !important;
	font-weight: 500 !important;
}

.booking-flight-number {
	color: #CE1111;
	font-weight: 500;
}
/* 
.booking-form-grid {
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
	gap: 20px;
} */

.booking-form-group {
	display: flex;
	flex-direction: column;
}

.booking-form-group label {
	font-weight: 500;
	margin-bottom: 12px;
	font-size: 18px;
	color:#0A0A0A;
}

.booking-form-group span {
	color: red;
}

.booking-form-group input,
.booking-form-group select,
.booking-form-group textarea {
	border: 1px solid #ccc;
	border-radius: 6px;
	padding: 12px 24px;
	font-size: 18px;
	outline: none;
	font-weight:400;
	transition: border-color 0.3s;
}

.booking-form-group input:focus,
.booking-form-group select:focus,
.booking-form-group textarea:focus {
	border-color: #0077cc;
}

.error-message {
	font-size: 14px;
	margin-top: 5px;
	line-height:24px;
}

.error-message.red {
	color: #CE1111;
}

.booking-full-width {
	grid-column: 1 / -1;
}

.booking-form-checks {
	margin-top: 25px;
	font-size: 16px;
	line-height: 28px;
	color: #686868;
}

.booking-form-checks label {
	display: block;
	margin-bottom: 15px;
	line-height: 1.6;
	font-size:18px;
}

.booking-payment-advice {
	margin-top: 25px;
	font-size: 18px;
	line-height: 1.6;
	color: #686868;

}
.booking-payment-advice h6{
    color: #0A0A0A;
    padding-bottom: 12px;
}
.booking-payment-advice strong {
	color: #0A0A0A;
}

.booking-payment-advice h4 {
	margin-bottom: 8px;
	color: #0A0A0A;
	font-size: 18px;
}

.booking-captcha {
	margin-top: 32px;
	font-size: 14px;
}



.booking-submit-btn {
	display: inline-flex;
	align-items: center;
	gap: 12px;
	background: transparent;
	border: 1px solid #000;
	color: #000;
	padding: 10px 22px;
	font-size: 16px;
	font-weight: 500;
	border-radius: 6px;
	cursor: pointer;
	transition: all 0.3s ease;
}

.booking-submit-btn .arrow-icon {
	width: 24px;
	height: 24px;
	transition: transform 0.3s ease;
}

.booking-submit-btn:hover {
	background: #000;
	color: #fff;
}

.booking-submit-btn:hover .arrow-icon {
	filter: invert(1);
	transform: rotate(45deg)
}


.booking-terms {
	margin-top: 35px;
	font-size: 18px;
	line-height: 28px;
	font-weight: 500;
	border-top: 1px solid #ddd;
	padding-top: 20px;
}

.booking-terms h4 {
	margin-bottom: 12px;
	font-size: 32px;
	font-weight: 500;
}

.booking-terms p {
	margin-bottom: 12px;
	font-size: 18px;
	color: #686868;
	font-weight: 400;
}

.booking-terms a {
	color: #0A0A0A;
	text-decoration: underline;
}
.booking-admin-table {
	width: 100%;
	border-collapse: collapse;
	margin: 20px 0;
}

.booking-admin-table th,
.booking-admin-table td {
	padding: 10px;
	text-align: left;
	border-bottom: 1px solid #ddd;
}

.booking-admin-table th {
	background-color: #f1f1f1;
	font-weight: bold;
}

.booking-admin-table tr:hover {
	background-color: #f9f9f9;
}

.delete-btn {
	color: #dc3545;
	text-decoration: none;
}

.delete-btn:hover {
	text-decoration: underline;
}
.row-first, .row-secound, .row-third, .row-fourth{
    display: flex;
    flex-direction: row;
	column-gap: 16px;
	justify-content: space-between;
	padding-bottom: 24px
}
.row-first div, .row-secound div, .row-third div, .row-fourth div{
	width: 100%;
}
.row-first{
	column-gap: 24px;
}
.booking-vehicle .fleet-item{
	display: flex;
	border-radius: 8px;
	border: 1px solid rgba(176, 176, 176, 0.30);
	background: #F9F9F9;
	padding: 60px 40px;
	margin-bottom: 40px;
}
.booking-vehicle .fleet-feature{
	width: 100%;
		display: flex;
		gap: 12px;
		align-items: center;
}
.booking-vehicle .fleet-features{
	display: grid;
	grid-template-columns: repeat(2, 1fr); /* Creates 3 equal columns */
	grid-gap: 20px 10px;
}
.booking-vehicle .left-side{
	border-right: 1px solid #D9D9D9;
	padding-right: 40px;
}
.booking-vehicle .fleet-details{
	padding-left: 30px;
}
.booking-vehicle .fleet-image{
	padding-bottom: 80px;
}
.booking-vehicle .fleet-image img{
	width: 500px;
	object-fit: cover;
}
.booking-vehicle .fleet-capacity span{
	display: flex;
	gap: 8px;
	color: #686868;
}
.booking-vehicle .fleet-capacity{
	display: flex;
	column-gap: 20px;
	border-top:1px solid #D9D9D9;
	border-bottom:1px solid #D9D9D9;
	padding: 16px 0px;
}
.booking-vehicle .fleet-capacity span:first-child{
	padding-right: 20px;
	border-right: 1px solid #D9D9D9;
}
.booking-vehicle .fleet-details h4{
	padding-bottom:32px;
}
.booking-vehicle .fleet-price{
	padding-top:20px;
	padding-bottom:40px;
	font-weight:700;
	line-height: 34px; 
	letter-spacing: 0.48px;
}
.booking-vehicle .fleet-book{
	display:flex;
	gap:12px;
	align-items:center;
	margin-top:20px;
}
.booking-vehicle .booking-summary ul li::marker{
    color: transparent;
}

.booking-vehicle .booking-summary h5{
	padding-bottom:27px;
}
.booking-vehicle .booking-step{
    width: 1015px;
}
.booking-vehicle .booking-step h2{
	padding-bottom:56px;
}
.booking-vehicle .add-ons{
	border-radius: 8px;
	border: 1px solid rgba(176, 176, 176, 0.30);
	background: #F9F9F9;
	padding: 24px;
	margin-bottom: 24px;
	display: flex;
	justify-content: space-between;
	align-items: center;
	    gap: 20px;
}

.booking-vehicle  .extra-item{
    display: flex;
    column-gap: 10px;
    align-items: center;
    padding-bottom: 16px;
}
.booking-vehicle  .add-price-info{
    display: flex;
	gap:10px;
	background: #0A0A0A;
	color: #fff;
	padding: 4px 14px;
	border-radius: 3px;
	line-height:18px;
	font-size:18px;
}
.booking-vehicle .qty-control input{
	width: 60px;
	border: none;
	background: transparent;
	text-align: center;
	color:#686868;
	font-family: "Riviera Nights";
	font-size: 32px;
	font-style: normal;
	font-weight: 500;
	line-height: 42px; /* 131.25% */
}

.booking-vehicle .qty-minus, .booking-vehicle .qty-plus{
	padding: 11px !important;
	vertical-align: middle;
	width:50px;
	height:50px;
}
.booking-review-container .review-field:last-child, .booking-review-container .review-service-fields ul li:last-child {
    border-bottom: none;
    padding-bottom: 0px;
}
.nav-bar .menu-item .sub-arrow svg {
  transition: all 0s;
  transform: rotate(0deg);
}
 
/* On hover of parent menu item (for hover effect) */
.nav-bar .menu-item:hover > a > .sub-arrow svg {
  transform: rotate(180deg);
}
 
/* When submenu is expanded (on click) */
.nav-bar .menu-item.open > a > .sub-arrow svg {
  transform: rotate(90deg);
}
input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
input[type=number] {
  -moz-appearance: textfield;
}
.booking-vehicle .qty-control{
	display:flex;
}
.booking-step p {
    padding-bottom: 56px;
    color: rgba(104, 104, 104, 0.9);
    font-weight: 500;
    line-height: 34px;
    letter-spacing: 0.2px;
}
.extras-list{
	padding-top:24px;
	padding-bottom:40px;
}
.extra-extra-info{
    border:1px solid rgba(10, 10, 10, 1);
    padding: 4px 14px;
    line-height: 18px;
    font-size: 18px;
    border-radius: 3px;
}
.step-extras textarea{
    margin-top: 24px !important;
    margin-bottom: 50px !important;
}
.booking-vehicle .fleet-book:hover{
    background-color: rgba(211, 175, 55, 1) !important;

}
.booking-vehicle .fleet-book img {
  transition: transform 0.3s ease; /* Smooth rotation transition */
}
.booking-vehicle .fleet-book:hover img {
  transform: rotate(45deg); /* Rotate 90 degrees on hover */
}
.go-back-fleets, .go-to-booking{
    background: #000;
    color: #fff !important;
/*     display: flex; */
    flex-wrap: nowrap;
    width: fit-content;
}
.step-actions button {
    display: flex;
    gap: 12px;
    align-items: center;
}
.booking-service-form .submit-booking:hover, .booking-review-container .submit-booking:hover, .review-actions .pay-now:hover {
	background-color: #D3AF37;
}
.step-actions, .review-actions{
	display: flex;
	gap:15px;
}
.booking-review-container .review-section{
	border-radius: 8px;
	border: 1px solid rgba(176, 176, 176, 0.30);
	background: #F9F9F9;
	padding: 40px;
	margin-bottom: 40px;
}
.booking-review-container .review-field{
	color: rgba(104, 104, 104, 1);
	padding: 24px 0px;
	border-bottom: 1px solid rgba(217, 217, 217, 1);

}
.booking-review-container .review-service-fields ul li {
    padding: 24px 0px;
    border-bottom: 1px solid rgba(217, 217, 217, 1);
    color: rgba(104, 104, 104, 1);
    text-transform: capitalize !important;
}

.booking-review-container .review-service-fields ul{
 list-style: none;
}
.booking-review-container .submit-booking {
    background-color: #fff;
    margin-top: 30px;
    display: flex;
    gap: 10px;
	align-items: center;
}
.review-actions .pay-now{
	align-items: center;
	max-width: 272px;
}
.review-total-section .pay-now{
	margin-top: 30px;
}
.requires-validation .submit-booking{
    background: #fff;
    color: #000;
    border: 1px solid #000;
    padding: 15px 30px;
    border-radius: 6px;
    font-weight: 400;
    cursor: pointer;
    transition: all 0.3s ease;
    margin-top: 30px;
    width: fit-content;
    letter-spacing: 0.5px;
    display: flex;
    gap: 12px;
}
.left-side{
    width: 57%;
    
}
.right-side{
    width: 43%;
}
/* .woocommerce-account .woocommerce-MyAccount-content{
	padding-top:20px;
} */
.woocommerce-account li.woocommerce-MyAccount-navigation-link.is-active {
    background: #0A0A0A !important;
    border-radius: 8px !important;
}


.woocommerce-MyAccount-content .button{
	border-radius:8px !important;
	background-color:#0A0A0A !important;
	font-weight: 500 !important;
    padding: 15px 50px !important;
	margin: 10px 0 !important;
	color:#FFF !important;
}
.woocommerce-MyAccount-content a.woocommerce-button.button.view{
	background-color: #e9e6ed !important;
	color:#0A0A0A !important;
}
.woocommerce-MyAccount-content a.woocommerce-button.button.view:hover {
    color: unset !important;
	border:none !important;
}
.woocommerce-MyAccount-content a.woocommerce-button.button.invoice{
	background-color: #e9e6ed !important;
	margin-top:0 !important;
	color:#0A0A0A !important;
}
.woocommerce-MyAccount-content a.woocommerce-button.button.invoice:hover{
	color: unset !important;
	border:none !important;
}
.woocommerce-MyAccount-content th.woocommerce-orders-table__cell.woocommerce-orders-table__cell-order-number {
    font-weight: 600 !important;
}
.woocommerce-MyAccount-content th.woocommerce-orders-table__header.woocommerce-orders-table__header-order-date{
    font-weight: 600 !important;
}
.woocommerce-MyAccount-content table.woocommerce-orders-table.shop_table {
    padding: 20px;
}
.woocommerce-MyAccount-content table.woocommerce-table.shop_table.order_details{
	padding: 10px;
}
.woocommerce-MyAccount-content .order_details td,th{
	padding: 10px !important;
}

.woocommerce-MyAccount-content .button:hover{
	color:#0A0A0A !important;	
	background:transparent !important;
	border:1px solid #0A0A0A !important;
	transition: all 0.3s ease-in-out;
}
.woocommerce-MyAccount-content .input-text{
	color: #686868;
    font-family: "Riviera Nights";
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 28px;
}
.woocommerce-MyAccount-content .edit-account fieldset{
	padding:20px !important;
	margin-top:30px;
}
.woocommerce-MyAccount-content .edit-account br{
	display:none !important;
}
.woocommerce-MyAccount-content .edit-account em{
	font-size:14px;
	padding-top:20px;
}
.woocommerce-MyAccount-content .edit-account label{
	font-weight:500;
}
.woocommerce-MyAccount-content .woocommerce-customer-details address{
	padding:20px !important;
}
.woocommerce-MyAccount-content .woocommerce-Addresses p{
	display:block !important;
	float:left !important;
}
.addresses br:first-child{
	display:none !important;
}
nav.woocommerce-MyAccount-navigation{
	border-radius:8px !important;
}
body.woocommerce-edit-address 
.woocommerce-MyAccount-content > p:first-of-type,
body.woocommerce-view-order 
.woocommerce-MyAccount-content > p:first-of-type {
    padding-bottom: 20px;
}
.woocommerce-MyAccount-content .woocommerce-Address address{
	border: 1px solid #0A0A0A !important;
	padding:10px !important;
	margin-top:10px !important;
}
body.woocommerce-account nav.woocommerce-MyAccount-navigation {
    background: #F9F9F9 !important;
    border: 1px solid #D9D9D9 !important;
}
.woocommerce-MyAccount-content .woocommerce-info {
    display: flex;
    align-items: center;
	gap:20px;
	padding: 20px 0 20px 20px;
}

.woocommerce-MyAccount-content .woocommerce-info .button {
    margin-left: auto !important; 
	margin-top: unset !important;
    margin-bottom: unset !important;
}
.woocommerce-MyAccount-content .woocommerce-info::before{
	position:unset !important;
}

.booking-form .vehicle-search-form{
	top:-170px !important;
}
.booking-confirmation .customer-details{
		padding:40px 40px 20px 40px !important;
	}
/* 	.woocommerce-MyAccount-content .woocommerce-info::before {
    padding: 12px 0 !important;
} */

/* Loader Overlay */
.form-loader-overlay {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0; left: 0; right: 0; bottom: 0;
    background: rgba(255, 255, 255, 0.85);
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    z-index: 999;
    border-radius: 12px;
    display: none; /* Hidden by default */
    font-size: 18px;
    color: #333;
}

/* Spinner Animation */
.form-spinner,
.btn-spinner {
      position: absolute;
     top: 0; left: 0; right: 0; bottom: 0;
    margin: auto;
    border: 10px solid #f3f3f3;
    border-top: 10px solid #3498db;
    border-radius: 50%;
    width:50px;
    height: 50px;
    animation: spin 1s linear infinite;
}

.btn-spinner {
    display: inline-block;
    width: 16px;
    height: 16px;
    margin-left: 8px;
    vertical-align: middle;
    border-width: 2px;
}

@keyframes spin {
    0% { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
}

/* Messages */
.success-message {
    padding: 20px;
    border-radius: 8px;
    margin: 20px 0;
    font-size: 16px;
    text-align: center;
    background: #f0fff0;
    border: 1px solid #00aa00;
    color: #006600;
}
