:root {
	--aza-sf-black: #050505;
	--aza-sf-surface: #0d0d0f;
	--aza-sf-surface-2: #121214;
	--aza-sf-line: rgba(255, 255, 255, 0.10);
	--aza-sf-line-gold: rgba(214, 182, 106, 0.38);
	--aza-sf-gold: #d6b66a;
	--aza-sf-gold-soft: #ead39b;
	--aza-sf-text: #f5f3ef;
	--aza-sf-muted: #aaa9a5;
}

.aza-sf,
.aza-sf * {
	box-sizing: border-box;
}

.aza-sf {
	position: static;
	left: auto;
	width: 100%;
	max-width: none;
	margin: 0;
	padding: 0;
	transform: none;
	color: var(--aza-sf-text);
	font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

.aza-sf a {
	color: inherit;
	text-decoration: none;
}

.aza-sf svg {
	display: block;
	width: 21px;
	height: 21px;
	fill: none;
	stroke: currentColor;
	stroke-width: 1.6;
	stroke-linecap: round;
	stroke-linejoin: round;
}

.aza-sf__breadcrumb {
	display: flex;
	align-items: center;
	gap: 9px;
	margin-bottom: 25px;
	color: #777671;
	font-size: 12px;
}

.aza-sf__breadcrumb a:hover {
	color: var(--aza-sf-gold);
}

.aza-sf__breadcrumb strong {
	min-width: 0;
	overflow: hidden;
	color: #bdbab5;
	font-weight: 400;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.aza-sf__layout {
	display: grid;
	grid-template-columns: minmax(0, 1.25fr) minmax(440px, .95fr);
	gap: 28px;
	align-items: start;
	overflow: visible;
}

.aza-sf__vehicle {
	min-width: 0;
}

.aza-sf__hero {
	position: relative;
	min-height: 560px;
	overflow: hidden;
	border: 1px solid var(--aza-sf-line);
	border-radius: 24px;
	background: #090909;
}

.aza-sf__hero--empty {
	background:
		radial-gradient(circle at 65% 45%, rgba(214, 182, 106, .09), transparent 32%),
		linear-gradient(135deg, #101012, #060607);
}

.aza-sf__hero img {
	display: block;
	width: 100%;
	height: 100%;
	min-height: 560px;
	object-fit: cover;
	object-position: 54% center;
	transition: transform 900ms cubic-bezier(.2, .75, .2, 1);
}

.aza-sf__hero:hover img {
	transform: scale(1.018);
}

.aza-sf__hero-shade {
	position: absolute;
	inset: 0;
	background: linear-gradient(180deg, rgba(0, 0, 0, .04), rgba(0, 0, 0, .05) 48%, rgba(0, 0, 0, .73));
	pointer-events: none;
}

.aza-sf__category {
	position: absolute;
	top: 22px;
	left: 22px;
	padding: 9px 14px;
	border: 1px solid var(--aza-sf-line-gold);
	border-radius: 999px;
	background: rgba(8, 8, 8, .76);
	backdrop-filter: blur(10px);
	color: var(--aza-sf-gold-soft);
	font-size: 9px;
	letter-spacing: .20em;
	line-height: 1.2;
	text-transform: uppercase;
}

.aza-sf__hero-caption {
	position: absolute;
	right: 30px;
	bottom: 28px;
	left: 30px;
	display: flex;
	flex-direction: column;
	gap: 7px;
}

.aza-sf__hero-caption span,
.aza-sf__eyebrow {
	margin: 0 0 13px;
	color: var(--aza-sf-gold);
	font-size: 10px;
	letter-spacing: .28em;
	line-height: 1.5;
	text-transform: uppercase;
}

.aza-sf__hero-caption span {
	margin: 0;
}

.aza-sf__hero-caption strong {
	font-family: Georgia, "Times New Roman", serif;
	font-size: clamp(21px, 2vw, 30px);
	font-weight: 400;
	line-height: 1.25;
}

.aza-sf h1,
.aza-sf h2 {
	font-family: Georgia, "Times New Roman", serif;
	font-weight: 400;
}

.aza-sf__intro {
	display: grid;
	grid-template-columns: minmax(0, 1fr) auto;
	gap: 40px;
	align-items: end;
	padding: 42px 4px 35px;
	border-bottom: 1px solid var(--aza-sf-line);
}

.aza-sf__intro h1 {
	margin: 0;
	font-size: clamp(42px, 5vw, 68px);
	letter-spacing: -.04em;
	line-height: .98;
}

.aza-sf__description {
	max-width: 700px;
	margin: 22px 0 0;
	color: var(--aza-sf-muted);
	font-size: 15px;
	line-height: 1.75;
}

.aza-sf__rate {
	min-width: 150px;
	padding-bottom: 4px;
	text-align: right;
}

.aza-sf__rate span {
	display: block;
	margin-bottom: 7px;
	color: #777671;
	font-size: 10px;
	letter-spacing: .18em;
	text-transform: uppercase;
}

.aza-sf__rate strong {
	display: block;
	color: var(--aza-sf-gold-soft);
	font-family: Georgia, "Times New Roman", serif;
	font-size: 31px;
	font-weight: 400;
	white-space: nowrap;
}

.aza-sf__rate small {
	color: #8e8c88;
	font-size: 12px;
}

.aza-sf__specs {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	border-bottom: 1px solid var(--aza-sf-line);
}

.aza-sf__spec {
	display: flex;
	gap: 13px;
	align-items: center;
	min-width: 0;
	padding: 23px 15px;
	border-right: 1px solid var(--aza-sf-line);
	border-bottom: 1px solid var(--aza-sf-line);
}

.aza-sf__spec:nth-child(3n) {
	border-right: 0;
}

.aza-sf__spec:nth-last-child(-n + 3) {
	border-bottom: 0;
}

.aza-sf__spec-icon {
	flex: 0 0 auto;
	color: var(--aza-sf-gold);
}

.aza-sf__spec > div {
	display: flex;
	flex-direction: column;
	gap: 5px;
	min-width: 0;
}

.aza-sf__spec small {
	color: #777671;
	font-size: 9px;
	letter-spacing: .12em;
	text-transform: uppercase;
}

.aza-sf__spec strong {
	overflow: hidden;
	font-size: 12px;
	font-weight: 500;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.aza-sf__section {
	padding: 54px 4px;
	border-bottom: 1px solid var(--aza-sf-line);
}

.aza-sf__section h2 {
	margin: 0 0 29px;
	font-size: clamp(30px, 3.3vw, 44px);
	letter-spacing: -.025em;
	line-height: 1.12;
}

.aza-sf__features {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 8px 34px;
}

.aza-sf__feature {
	display: flex;
	gap: 12px;
	align-items: center;
	padding: 11px 0;
	color: #ceccc7;
	font-size: 13px;
}

.aza-sf__feature > span {
	display: grid;
	flex: 0 0 25px;
	width: 25px;
	height: 25px;
	place-items: center;
	border: 1px solid var(--aza-sf-line-gold);
	border-radius: 50%;
	background: rgba(214, 182, 106, .04);
	color: var(--aza-sf-gold);
}

.aza-sf__feature svg {
	width: 15px;
	height: 15px;
}

.aza-sf__detail-list {
	border-top: 1px solid var(--aza-sf-line);
}

.aza-sf__detail-list > div {
	display: flex;
	gap: 20px;
	align-items: center;
	justify-content: space-between;
	padding: 17px 0;
	border-bottom: 1px solid var(--aza-sf-line);
	font-size: 13px;
}

.aza-sf__detail-list span {
	color: var(--aza-sf-muted);
}

.aza-sf__detail-list strong {
	color: #e7e3db;
	font-weight: 500;
	text-align: right;
}

.aza-sf__detail-note {
	max-width: 700px;
	margin: 20px 0 0;
	color: #777671;
	font-size: 12px;
	line-height: 1.65;
}

.aza-sf__booking {
	position: relative;
	top: auto;
	align-self: start;
	min-width: 0;
	overflow: visible;
}

.aza-sf__booking-card {
	max-height: none;
	overflow: visible;
	padding: 25px;
	border: 1px solid var(--aza-sf-line);
	border-radius: 22px;
	background:
		radial-gradient(circle at 100% 0, rgba(214, 182, 106, .045), transparent 220px),
		linear-gradient(145deg, rgba(19, 19, 21, .98), rgba(9, 9, 10, .98));
	box-shadow: 0 28px 80px rgba(0, 0, 0, .34);
}

.aza-sf__booking-heading {
	display: flex;
	align-items: center;
	justify-content: space-between;
	margin-bottom: 22px;
	padding-bottom: 21px;
	border-bottom: 1px solid var(--aza-sf-line);
}

.aza-sf__booking-heading .aza-sf__eyebrow {
	margin-bottom: 8px;
}

.aza-sf__booking-heading h2 {
	margin: 0;
	font-size: 29px;
	line-height: 1;
}

.aza-sf__secure {
	display: grid;
	flex: 0 0 44px;
	width: 44px;
	height: 44px;
	place-items: center;
	border: 1px solid var(--aza-sf-line-gold);
	border-radius: 50%;
	color: var(--aza-sf-gold);
}

.aza-sf__form,
.aza-sf__form .jet-form-builder,
.aza-sf__form form {
	width: 100%;
	max-width: 100%;
	min-width: 0;
	margin: 0;
	overflow: visible;
	color: var(--aza-sf-text);
}

.aza-sf__form .wp-block-group {
	width: 100%;
	max-width: 100%;
	min-width: 0;
	margin: 0;
}

.aza-sf__form .jet-form-builder-row,
.aza-sf__form .wp-block-jet-forms-row-field,
.aza-sf__form .jet-form-builder__field-wrap,
.aza-sf__form .jet-form-builder__fields-group,
.aza-sf__form .jet-form-builder__field-wrap.checkradio-wrap {
	margin-bottom: 13px;
}

.aza-sf__form .jet-form-builder-row {
	display: flex;
	flex-direction: column;
	align-items: stretch;
	width: 100%;
	max-width: 100%;
	min-width: 0;
	padding: 0;
}

.aza-sf__form .jet-form-builder-row > .jet-form-builder__label,
.aza-sf__form .jet-form-builder-row > .jet-form-builder__field-wrap,
.aza-sf__form .jet-form-builder-row > .jet-form-builder__fields-group,
.aza-sf__form .jet-form-builder-row > .jet-abaf-separate-fields {
	flex: 0 0 auto;
	width: 100%;
	max-width: 100%;
	min-width: 0;
}

.aza-sf__form .jet-form-builder__label,
.aza-sf__form .jet-form-builder__label-text,
.aza-sf__form .jet-form-builder__field-label,
.aza-sf__form label {
	color: #aaa8a3;
	font-size: 10px;
	font-weight: 500;
	letter-spacing: .08em;
	line-height: 1.4;
	text-transform: uppercase;
}

.aza-sf__form input:not([type="radio"]):not([type="checkbox"]):not([type="submit"]):not([type="button"]):not([type="hidden"]),
.aza-sf__form select:not(.month):not(.year),
.aza-sf__form textarea,
.aza-sf__form .jet-form-builder__field:not([type="radio"]):not([type="checkbox"]):not([type="hidden"]) {
	width: 100%;
	min-height: 48px;
	margin-top: 7px;
	padding: 13px 14px;
	border: 1px solid var(--aza-sf-line);
	border-radius: 10px;
	outline: none;
	background-color: #09090a;
	box-shadow: none;
	color: #e5e2db;
	font-family: inherit;
	font-size: 12px;
	line-height: 1.35;
	color-scheme: dark;
	transition: border-color 180ms ease, box-shadow 180ms ease;
}

.aza-sf__form textarea,
.aza-sf__form textarea.jet-form-builder__field {
	min-height: 96px;
	resize: vertical;
}

.aza-sf__form input:focus,
.aza-sf__form select:not(.month):not(.year):focus,
.aza-sf__form textarea:focus,
.aza-sf__form .jet-form-builder__field:focus {
	border-color: rgba(214, 182, 106, .66);
	box-shadow: 0 0 0 3px rgba(214, 182, 106, .07);
}

.aza-sf__form input[type="date"],
.aza-sf__form input[type="datetime-local"],
.aza-sf__form input[data-field-type="date"],
.aza-sf__form input[data-field-type="datetime"] {
	position: relative;
	z-index: 1;
	cursor: pointer;
	pointer-events: auto;
}

.aza-sf__form .flatpickr-wrapper,
.aza-sf__form .jet-form-builder__field-wrap,
.aza-sf__form .jet-form-builder-row,
.aza-sf__form .wp-block-jet-forms-row-field {
	width: 100%;
	overflow: visible;
}

body.single-fleet .flatpickr-calendar,
body.single-fleet .air-datepicker,
body.single-fleet .jet-form-builder__date-picker,
body.single-fleet .jet-form-builder-datepicker,
body.single-fleet .date-picker-wrapper {
	z-index: 999999 !important;
}

.aza-sf__form input::placeholder,
.aza-sf__form textarea::placeholder {
	color: #5f5e5a;
}

.aza-sf__form select:not(.month):not(.year),
.aza-sf__form select.jet-form-builder__field:not(.month):not(.year) {
	appearance: none;
	padding-right: 34px;
	background-image:
		linear-gradient(45deg, transparent 50%, #8d8a84 50%),
		linear-gradient(135deg, #8d8a84 50%, transparent 50%);
	background-position: calc(100% - 17px) 21px, calc(100% - 12px) 21px;
	background-repeat: no-repeat;
	background-size: 5px 5px, 5px 5px;
}

/* Booking date and time controls. */
.aza-sf__form .jet-abaf-separate-fields {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 10px;
	position: relative;
}

.aza-sf__form .jet-abaf-separate-field {
	width: auto;
	min-width: 0;
	padding: 0;
}

.aza-sf__form .jet-abaf-separate-field__control {
	display: grid;
	grid-template-columns: minmax(0, 1.2fr) minmax(72px, .8fr);
	gap: 8px;
	align-items: center;
}

.aza-sf__form .jet-abaf-timepicker {
	min-width: 0;
}

.aza-sf__form .jet-abaf-separate-field__control > .jet-form-builder__field,
.aza-sf__form .jet-abaf-timepicker .jet-form-builder__field {
	margin-top: 7px;
}

.aza-sf__form .jet-abaf-field__input[readonly] {
	cursor: pointer;
	background-image:
		linear-gradient(45deg, transparent 50%, var(--aza-sf-gold) 50%),
		linear-gradient(135deg, var(--aza-sf-gold) 50%, transparent 50%);
	background-position: calc(100% - 16px) 21px, calc(100% - 11px) 21px;
	background-repeat: no-repeat;
	background-size: 5px 5px, 5px 5px;
}

/* Add-ons and payment options use selectable premium cards. */
.aza-sf__form .cb-rfsw91vr,
.aza-sf__form .cb-n18go640 {
	margin-top: 20px;
	padding-top: 19px;
	border-top: 1px solid var(--aza-sf-line);
}

.aza-sf__form .cb-rfsw91vr .jet-form-builder__fields-group,
.aza-sf__form .cb-n18go640 .jet-form-builder__fields-group {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 8px;
	margin-top: 9px;
}

.aza-sf__form .cb-rfsw91vr .jet-form-builder__field-wrap,
.aza-sf__form .cb-n18go640 .jet-form-builder__field-wrap {
	margin: 0;
}

.aza-sf__form .cb-rfsw91vr .jet-form-builder__field-label,
.aza-sf__form .cb-n18go640 .jet-form-builder__field-label {
	display: flex;
	gap: 9px;
	align-items: center;
	min-height: 48px;
	padding: 10px 11px;
	border: 1px solid var(--aza-sf-line);
	border-radius: 10px;
	background: rgba(255, 255, 255, .015);
	color: #c9c6c0;
	cursor: pointer;
	transition: border-color 180ms ease, background-color 180ms ease, color 180ms ease;
}

.aza-sf__form .cb-rfsw91vr .jet-form-builder__field-label:hover,
.aza-sf__form .cb-n18go640 .jet-form-builder__field-label:hover,
.aza-sf__form .cb-rfsw91vr .jet-form-builder__field-label:has(input:checked),
.aza-sf__form .cb-n18go640 .jet-form-builder__field-label:has(input:checked) {
	border-color: rgba(214, 182, 106, .50);
	background: rgba(214, 182, 106, .05);
	color: var(--aza-sf-text);
}

/* Customer detail fields. */
.aza-sf__form .wp-block-group:has(#first_name) {
	display: block;
}

.aza-sf__form .wp-block-group:has(#first_name) > .jet-form-builder-row,
.aza-sf__form .wp-block-group:has(#first_name) > .wp-block-paragraph {
	grid-column: auto;
}

.aza-sf__form .cb-hzbhquqn,
.aza-sf__form .cb-h7wfc0vc {
	display: flex;
	flex-direction: column;
	width: 100%;
}

.aza-sf__form .cb-hzbhquqn {
	position: relative;
	margin-top: 42px;
}

.aza-sf__form .cb-h7wfc0vc {
	margin-top: 0;
}

.aza-sf__form .cb-hzbhquqn::before {
	content: "Your details";
	display: block;
	position: absolute;
	width: 100%;
	margin-top: -37px;
	color: var(--aza-sf-gold);
	font-size: 10px;
	font-weight: 500;
	letter-spacing: .12em;
	text-transform: uppercase;
}

/* Legal declarations remain readable instead of looking like raw checkboxes. */
.aza-sf__form .cb-w8p0vn2g,
.aza-sf__form .cb-z2ml04k9 {
	margin-top: 10px;
	padding: 14px;
	border: 1px solid var(--aza-sf-line);
	border-radius: 12px;
	background: rgba(255, 255, 255, .018);
}

.aza-sf__form .cb-w8p0vn2g .jet-form-builder__field-wrap,
.aza-sf__form .cb-z2ml04k9 .jet-form-builder__field-wrap {
	margin: 8px 0 0;
}

.aza-sf__form .cb-w8p0vn2g .jet-form-builder__field-label,
.aza-sf__form .cb-z2ml04k9 .jet-form-builder__field-label {
	display: flex;
	gap: 9px;
	align-items: flex-start;
	color: #918f8a;
	font-size: 10px;
	line-height: 1.55;
}

.aza-sf__form .cb-w8p0vn2g input,
.aza-sf__form .cb-z2ml04k9 input {
	flex: 0 0 16px;
	margin-top: 1px;
}

.aza-sf__form .wp-block-paragraph {
	margin: 17px 0 22px;
	padding: 13px 14px;
	border-left: 2px solid var(--aza-sf-gold);
	border-radius: 0 9px 9px 0;
	background: rgba(214, 182, 106, .045);
	color: #b9b5ad;
	font-size: 10px;
	line-height: 1.65;
}

/* Calculated totals are presented as a compact checkout summary. */
.aza-sf__form .arc-booking-summary {
	margin: 22px 0 16px;
	padding: 17px;
	border: 1px solid var(--aza-sf-line);
	border-radius: 13px;
	background: #080809;
}

.aza-sf__form .arc-booking-summary h4 {
	margin: 0 0 14px;
	padding-bottom: 14px;
	border-bottom: 1px solid var(--aza-sf-line);
	color: var(--aza-sf-text);
	font-family: Georgia, "Times New Roman", serif;
	font-size: 24px;
	font-weight: 400;
}

.aza-sf__form .arc-booking-summary .jet-form-builder-row {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	gap: 14px;
	align-items: center;
	justify-content: space-between;
	min-height: auto;
	margin: 0;
	padding: 8px 0;
}

.aza-sf__form .arc-booking-summary .jet-form-builder__label {
	flex: 1 1 auto;
	width: auto;
	max-width: calc(100% - 100px);
	margin: 0;
}

.aza-sf__form .arc-booking-summary .jet-form-builder__calculated-field {
	display: flex;
	flex: 0 0 auto;
	width: auto;
	justify-content: flex-end;
	color: #d4d0c8;
	font-family: inherit;
	font-size: 12px;
	font-weight: 500;
	text-align: right;
}

.aza-sf__form .arc-booking-summary .jet-form-builder-row:has(#payable_now) {
	margin-top: 4px;
	padding-top: 14px;
	border-top: 1px solid var(--aza-sf-line);
}

.aza-sf__form .arc-booking-summary .jet-form-builder-row:has(#payable_now) .jet-form-builder__label-text {
	color: #e5e1d9;
}

.aza-sf__form .arc-booking-summary .jet-form-builder-row:has(#payable_now) .jet-form-builder__calculated-field {
	color: var(--aza-sf-gold-soft);
	font-family: Georgia, "Times New Roman", serif;
	font-size: 23px;
	font-weight: 400;
}

.aza-sf__form .arc-booking-summary .jet-form-builder-row:has(#security_deposit_display) {
	align-items: flex-start;
	margin-top: 5px;
	padding-top: 13px;
	border-top: 1px solid var(--aza-sf-line);
}

.aza-sf__form .arc-booking-summary .jet-form-builder-row:has(#security_deposit_display) .jet-form-builder__calculated-field {
	color: var(--aza-sf-gold-soft);
	font-family: Georgia, "Times New Roman", serif;
	font-size: 18px;
}

.aza-sf__form .arc-booking-summary .jet-form-builder-row:has(#security_deposit_display) .jet-form-builder__desc {
	flex: 0 0 100%;
	width: 100%;
	max-width: none;
	margin-left: auto;
	text-align: right;
}

.aza-sf__form input[type="radio"],
.aza-sf__form input[type="checkbox"] {
	width: 16px;
	height: 16px;
	margin: 0 8px 0 0;
	accent-color: var(--aza-sf-gold);
}

.aza-sf__form .jet-form-builder__field-wrap.checkradio-wrap,
.aza-sf__form .jet-form-builder__field-wrap.checkradio-wrap label,
.aza-sf__form .jet-form-builder__fields-group label {
	text-transform: none;
}

.aza-sf__form .jet-form-builder__desc,
.aza-sf__form .jet-form-builder__field-description,
.aza-sf__form .jet-form-builder__calculated-field-suffix,
.aza-sf__form .jet-form-builder__calculated-field-prefix {
	color: #777671;
	font-size: 10px;
	line-height: 1.5;
}

.aza-sf__form .jet-form-builder__calculated-field {
	color: var(--aza-sf-gold-soft);
	font-family: Georgia, "Times New Roman", serif;
	font-size: 24px;
}

.aza-sf__form .jet-form-builder__action-button,
.aza-sf__form button[type="submit"],
.aza-sf__form input[type="submit"] {
	display: flex;
	width: 100%;
	min-height: 51px;
	align-items: center;
	justify-content: center;
	margin-top: 6px;
	padding: 13px 18px;
	border: 0;
	border-radius: 10px;
	background: linear-gradient(100deg, #c69e4f, #ead094);
	box-shadow: none;
	color: #15120b;
	font-family: inherit;
	font-size: 13px;
	font-weight: 700;
	line-height: 1.2;
	text-align: center;
	transition: filter 180ms ease, transform 180ms ease;
}

.aza-sf__form .field-type-submit-field,
.aza-sf__form .jet-form-builder__action-button-wrapper {
	width: 100%;
}

.aza-sf__form .field-type-submit-field {
	margin: 0;
}

.aza-sf__form .jet-form-builder__action-button:hover,
.aza-sf__form button[type="submit"]:hover,
.aza-sf__form input[type="submit"]:hover {
	filter: brightness(1.06);
	transform: translateY(-1px);
}

.aza-sf__form .jet-form-builder__action-button:disabled,
.aza-sf__form button:disabled {
	cursor: not-allowed;
	opacity: .48;
	transform: none;
}

.aza-sf__form .jet-form-builder-messages-wrap,
.aza-sf__form .jet-form-builder-message,
.aza-sf__form .jet-form-builder__message {
	margin-top: 12px;
	padding: 11px 13px;
	border: 1px solid var(--aza-sf-line);
	border-radius: 9px;
	background: #09090a;
	font-size: 11px;
	line-height: 1.5;
}

.aza-sf__form .jet-form-builder-file-upload__fields {
	border: 1px dashed rgba(214, 182, 106, .34);
	border-radius: 10px;
	background: rgba(214, 182, 106, .025);
}

.aza-sf__form .jet-form-builder-progress-pages {
	margin-bottom: 18px;
}

.aza-sf__form .jet-form-builder-progress-pages__item--active .jet-form-builder-progress-pages__item--circle,
.aza-sf__form .jet-form-builder-progress-pages__item--circle {
	border-color: var(--aza-sf-gold);
	background: var(--aza-sf-gold);
	color: #15120b;
}

.aza-sf__secure-copy {
	display: flex;
	gap: 6px;
	align-items: center;
	justify-content: center;
	margin: 12px 0 0;
	color: #696864;
	font-size: 9px;
	line-height: 1.4;
}

.aza-sf__secure-copy svg {
	width: 14px;
	height: 14px;
}

/* JetBooking date-range calendar. */
body.single-fleet .date-picker-wrapper {
	width: 460px;
	padding: 0;
	border: 1px solid rgba(214, 182, 106, .32);
	border-radius: 15px;
	background: #101012 !important;
	box-shadow: 0 26px 75px rgba(0, 0, 0, .72), 0 0 0 1px rgba(255, 255, 255, .025) inset;
	color: #c8c5be !important;
	font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

body.single-fleet .date-picker-wrapper::before,
body.single-fleet .date-picker-wrapper::after {
	display: none;
}

body.single-fleet .date-picker-wrapper .drp_top-bar {
	height: auto;
	min-height: 54px;
	padding: 16px 18px;
	border-bottom: 1px solid var(--aza-sf-line);
	background: #141416 !important;
	font-size: 11px;
	line-height: 1.5;
}

body.single-fleet .date-picker-wrapper .drp_top-bar .default-top,
body.single-fleet .date-picker-wrapper .drp_top-bar .normal-top {
	color: #aaa7a0;
}

body.single-fleet .date-picker-wrapper .drp_top-bar .normal-top b {
	color: var(--aza-sf-gold-soft);
	font-weight: 500;
}

body.single-fleet .date-picker-wrapper .drp_top-bar .error-top {
	color: #ffaaa4;
}

body.single-fleet .date-picker-wrapper .drp_top-bar .actions-top {
	top: 11px;
	right: 14px;
}

body.single-fleet .date-picker-wrapper .drp_top-bar .clear-btn,
body.single-fleet .date-picker-wrapper .drp_top-bar .apply-btn {
	width: auto;
	min-height: 31px;
	margin: 0 0 0 7px;
	padding: 6px 10px;
	border: 1px solid rgba(214, 182, 106, .32);
	border-radius: 8px;
	background: rgba(214, 182, 106, .04);
	color: var(--aza-sf-gold-soft);
	font-size: 10px;
	line-height: 1;
	cursor: pointer;
}

body.single-fleet .date-picker-wrapper .month-wrapper {
	padding: 15px 14px 17px;
	border: 0;
	border-radius: 0 0 15px 15px;
	background: #101012 !important;
}

body.single-fleet .date-picker-wrapper .month-wrapper table {
	width: 190px;
	background: #101012 !important;
	color: #c9c6c0 !important;
}

body.single-fleet .date-picker-wrapper .month-wrapper table .caption {
	height: 37px;
}

body.single-fleet .date-picker-wrapper .month-wrapper table .month-name {
	color: #e5e1da;
	font-size: 11px;
	font-weight: 600;
	letter-spacing: .08em;
	text-transform: uppercase;
}

body.single-fleet .date-picker-wrapper .select-wrapper {
	color: inherit;
}

body.single-fleet .date-picker-wrapper select.month,
body.single-fleet .date-picker-wrapper select.year {
	position: absolute;
	inset: 0;
	width: 100%;
	height: 100%;
	margin: 0;
	padding: 0;
	border: 0;
	background: transparent;
	opacity: 0;
	cursor: pointer;
}

body.single-fleet .date-picker-wrapper .month-wrapper table .week-name {
	height: 31px;
	background: #101012 !important;
	color: #696761 !important;
	font-size: 9px;
	font-weight: 600;
	letter-spacing: .08em;
	text-transform: uppercase;
}

body.single-fleet .date-picker-wrapper .month-wrapper table td {
	padding: 2px;
	background: #101012 !important;
}

body.single-fleet .date-picker-wrapper .month-wrapper table .day {
	display: grid;
	width: 23px;
	height: 27px;
	margin: 0 auto;
	place-items: center;
	border: 1px solid transparent;
	border-radius: 7px;
	background: transparent !important;
	color: #bdbab4 !important;
	font-size: 10px;
	line-height: 1;
	transition: border-color 140ms ease, background-color 140ms ease, color 140ms ease;
}

body.single-fleet .date-picker-wrapper .month-wrapper table .day-price {
	display: none;
}

body.single-fleet .date-picker-wrapper .month-wrapper table .day.valid:hover {
	border-color: rgba(214, 182, 106, .42);
	background: rgba(214, 182, 106, .09) !important;
	color: var(--aza-sf-gold-soft) !important;
}

body.single-fleet .date-picker-wrapper .month-wrapper table .day.real-today {
	border-color: rgba(214, 182, 106, .52);
	background: rgba(214, 182, 106, .055) !important;
	color: var(--aza-sf-gold-soft) !important;
}

body.single-fleet .date-picker-wrapper .month-wrapper table .day.checked,
body.single-fleet .date-picker-wrapper .month-wrapper table .day.hovering {
	border-radius: 5px;
	background: rgba(214, 182, 106, .14) !important;
	color: #f2e5c4 !important;
}

body.single-fleet .date-picker-wrapper .month-wrapper table .day.first-date-selected,
body.single-fleet .date-picker-wrapper .month-wrapper table .day.last-date-selected {
	border-color: var(--aza-sf-gold);
	background: var(--aza-sf-gold) !important;
	color: #15120b !important;
	font-weight: 700;
}

body.single-fleet .date-picker-wrapper .month-wrapper table .day.invalid,
body.single-fleet .date-picker-wrapper .month-wrapper table .day.lastMonth,
body.single-fleet .date-picker-wrapper .month-wrapper table .day.nextMonth {
	background: #101012 !important;
	color: #403f3c !important;
	cursor: not-allowed;
}

body.single-fleet .date-picker-wrapper .month-wrapper table .prev,
body.single-fleet .date-picker-wrapper .month-wrapper table .next {
	display: grid;
	width: 27px;
	height: 27px;
	place-items: center;
	border: 1px solid var(--aza-sf-line);
	border-radius: 8px;
	background: rgba(255, 255, 255, .02);
	color: var(--aza-sf-gold-soft);
	font-size: 0;
	cursor: pointer;
}

body.single-fleet .date-picker-wrapper .month-wrapper table .prev::before,
body.single-fleet .date-picker-wrapper .month-wrapper table .next::before {
	font-size: 15px;
	line-height: 1;
}

body.single-fleet .date-picker-wrapper .month-wrapper table .prev::before {
	content: "\2039";
}

body.single-fleet .date-picker-wrapper .month-wrapper table .next::before {
	content: "\203A";
}

body.single-fleet .date-picker-wrapper .gap,
body.single-fleet .date-picker-wrapper .footer,
body.single-fleet .date-picker-wrapper .date-range-length-tip {
	display: none;
}

.aza-sf__notice {
	padding: 14px;
	border: 1px solid rgba(255, 142, 142, .28);
	border-radius: 10px;
	background: rgba(176, 47, 47, .08);
	color: #ffb1b1;
	font-size: 12px;
	line-height: 1.55;
}

@media (max-width: 1120px) {
	.aza-sf__layout {
		grid-template-columns: minmax(0, 1.25fr) minmax(400px, .95fr);
		gap: 22px;
	}

	.aza-sf__hero,
	.aza-sf__hero img {
		min-height: 470px;
	}
}

@media (max-width: 860px) {
	.aza-sf {
		width: 100%;
		max-width: none;
		padding: 0;
	}

	.aza-sf__layout {
		display: flex;
		flex-direction: column;
		gap: 0;
	}

	.aza-sf__booking {
		position: static;
		width: 100%;
		margin-top: 42px;
	}

	.aza-sf__hero,
	.aza-sf__hero img {
		min-height: 420px;
	}

	.aza-sf__intro {
		grid-template-columns: 1fr;
		gap: 23px;
	}

	.aza-sf__rate {
		text-align: left;
	}

	.aza-sf__rate span,
	.aza-sf__rate strong,
	.aza-sf__rate small {
		display: inline;
	}

	.aza-sf__rate strong {
		margin: 0 5px;
	}
}

@media (max-width: 560px) {
	.aza-sf {
		padding: 0;
	}

	.aza-sf__breadcrumb {
		overflow: hidden;
		white-space: nowrap;
	}

	.aza-sf__hero,
	.aza-sf__hero img {
		min-height: 330px;
	}

	.aza-sf__category {
		top: 14px;
		left: 14px;
		font-size: 8px;
	}

	.aza-sf__hero-caption {
		right: 18px;
		bottom: 18px;
		left: 18px;
	}

	.aza-sf__intro {
		padding-top: 32px;
	}

	.aza-sf__intro h1 {
		font-size: 44px;
	}

	.aza-sf__description {
		font-size: 14px;
	}

	.aza-sf__specs {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.aza-sf__spec,
	.aza-sf__spec:nth-child(3n) {
		border-right: 1px solid var(--aza-sf-line);
		border-bottom: 1px solid var(--aza-sf-line);
	}

	.aza-sf__spec:nth-child(even) {
		border-right: 0;
	}

	.aza-sf__spec:nth-last-child(-n + 3) {
		border-bottom: 1px solid var(--aza-sf-line);
	}

	.aza-sf__spec:last-child {
		border-bottom: 0;
	}

	.aza-sf__features {
		grid-template-columns: 1fr;
		gap: 3px;
	}

	.aza-sf__section {
		padding: 44px 2px;
	}

	.aza-sf__detail-list > div {
		align-items: flex-start;
	}

	.aza-sf__booking-card {
		padding: 20px 15px;
		border-radius: 18px;
	}

	.aza-sf__booking-heading h2 {
		font-size: 26px;
	}

	.aza-sf__form .jet-abaf-separate-fields,
	.aza-sf__form .cb-rfsw91vr .jet-form-builder__fields-group,
	.aza-sf__form .cb-n18go640 .jet-form-builder__fields-group {
		grid-template-columns: 1fr;
	}

	.aza-sf__form .cb-hzbhquqn,
	.aza-sf__form .cb-h7wfc0vc {
		grid-column: 1;
		display: flex;
		width: 100%;
	}

	.aza-sf__form .cb-h7wfc0vc {
		margin-top: 0;
	}

	body.single-fleet .date-picker-wrapper {
		position: fixed !important;
		top: 50% !important;
		right: 13px !important;
		left: 13px !important;
		width: auto !important;
		max-height: calc(100vh - 26px);
		transform: translateY(-50%);
	}

	body.single-fleet .date-picker-wrapper .month-wrapper {
		width: 100% !important;
	}

	body.single-fleet .date-picker-wrapper .month-wrapper table.month1 {
		float: none;
		width: 100%;
	}

	body.single-fleet .date-picker-wrapper .month-wrapper table.month2,
	body.single-fleet .date-picker-wrapper .month-wrapper .gap {
		display: none;
	}

	body.single-fleet .date-picker-wrapper .month-wrapper table .day {
		width: 34px;
		height: 34px;
		font-size: 12px;
	}
}

@media (prefers-reduced-motion: reduce) {
	.aza-sf *,
	.aza-sf *::before,
	.aza-sf *::after {
		transition-duration: .01ms !important;
		animation-duration: .01ms !important;
	}
}
