* {
	padding:0;
	margin:0;
}

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

body {
	padding-top:88px;
}

::-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;
}

.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.8s ease-in-out, background-color 0.3s ease-in-out;
}

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

/* Header */

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

.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: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 ;
}

/* 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: transform 0.4s ease-in-out;
	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: opacity 0.5s ease, max-height 0.3s ease;
	padding-top: 0;
}

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

.man-img .elementor-widget-wrap {
	border-radius: 8px;
}

/* 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;
}

/* Landing Page */

/* Header */

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

.header-wrapper .logo_box,
.header-wrapper .button_box {
	width: auto !important;
}

/* 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: 53%;
    transform: translate(-50%, -50%);
}

.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;
}

/* 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;
}

/* 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: 40%;
}

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