:root {
	--na-booking-accent: #ed002b;
	--na-booking-accent-dark: #c90025;
}

/*
 * Optional booking-form designs.
 *
 * Every rule is scoped to one of the three new Elementor choices. The Gowilds
 * Style I and Style II forms are intentionally not targeted, and BA Book
 * Everything keeps full ownership of the form markup, inputs and JavaScript.
 */
.gowilds-single-booking-form[class*="na-booking-style-"] {
	--na-form-accent: #6d4aff;
	--na-form-accent-dark: #4e32d9;
	--na-form-bg: #ffffff;
	--na-form-soft: #f6f7fb;
	--na-form-ink: #172033;
	--na-form-muted: #71809a;
	--na-form-line: #dfe4ee;
	background: var(--na-form-bg);
	border: 1px solid var(--na-form-line);
	border-radius: 20px;
	box-shadow: 0 14px 40px rgba(23, 32, 51, .10);
	color: var(--na-form-ink);
	overflow: visible;
	padding: 26px;
}

.gowilds-single-booking-form[class*="na-booking-style-"] .box-title {
	align-items: center;
	color: var(--na-form-ink);
	display: flex;
	font-size: 23px;
	font-weight: 800;
	gap: 12px;
	letter-spacing: -.02em;
	line-height: 1.25;
	margin: 0 0 22px;
}

.gowilds-single-booking-form[class*="na-booking-style-"] .box-title::before {
	align-items: center;
	background: var(--na-form-accent);
	border-radius: 11px;
	color: #fff;
	content: "\f073";
	display: inline-flex;
	font-family: "Font Awesome 5 Free";
	font-size: 17px;
	font-weight: 900;
	height: 40px;
	justify-content: center;
	width: 40px;
}

.gowilds-single-booking-form[class*="na-booking-style-"] #booking_form,
.gowilds-single-booking-form[class*="na-booking-style-"] #booking_form .input_group {
	margin: 0;
}

.gowilds-single-booking-form[class*="na-booking-style-"] #booking_form .booking-form-block {
	border-bottom: 1px solid var(--na-form-line);
	margin: 0;
	padding: 15px 0;
}

.gowilds-single-booking-form[class*="na-booking-style-"] #booking_form .booking_form_input_label {
	color: var(--na-form-ink);
	display: block;
	font-size: 14px;
	font-weight: 750;
	line-height: 1.35;
	margin: 0 0 9px;
}

.gowilds-single-booking-form[class*="na-booking-style-"] #booking_form .booking_form_step_num {
	align-items: center;
	background: var(--na-form-soft);
	border-radius: 50%;
	color: var(--na-form-accent);
	display: inline-flex;
	font-size: 11px;
	height: 23px;
	justify-content: center;
	margin-right: 7px;
	width: 23px;
}

.gowilds-single-booking-form[class*="na-booking-style-"] #booking_form .booking-date {
	align-items: center;
	background: var(--na-form-soft);
	border: 1px solid var(--na-form-line);
	border-radius: 12px;
	display: flex;
	gap: 9px;
	min-height: 48px;
	padding: 9px 13px;
	width: 100%;
}

.gowilds-single-booking-form[class*="na-booking-style-"] #booking_form .booking-date > i {
	color: var(--na-form-accent);
	flex: 0 0 auto;
	font-size: 16px;
}

.gowilds-single-booking-form[class*="na-booking-style-"] #booking_form input.booking_date,
.gowilds-single-booking-form[class*="na-booking-style-"] #booking_form select,
.gowilds-single-booking-form[class*="na-booking-style-"] #booking_form input[type="text"],
.gowilds-single-booking-form[class*="na-booking-style-"] #booking_form input[type="number"] {
	background: transparent;
	border: 0;
	box-shadow: none;
	color: var(--na-form-ink);
	font-size: 15px;
	font-weight: 600;
	height: auto;
	line-height: 1.4 !important;
	min-width: 0;
	padding: 0;
	width: 100%;
}

.gowilds-single-booking-form[class*="na-booking-style-"] #booking_form .input_select_field {
	background: var(--na-form-soft);
	border: 1px solid var(--na-form-line);
	border-radius: 12px;
	margin: 0 0 9px;
	min-height: 48px;
	padding: 0 13px;
	position: relative;
	width: 100%;
}

.gowilds-single-booking-form[class*="na-booking-style-"] #booking_form .input_select_field:last-child {
	margin-bottom: 0;
}

.gowilds-single-booking-form[class*="na-booking-style-"] #booking_form .input_select_title {
	align-items: center;
	color: var(--na-form-ink);
	display: flex;
	font-size: 14px;
	font-weight: 650;
	justify-content: space-between;
	min-height: 46px;
	width: 100%;
}

.gowilds-single-booking-form[class*="na-booking-style-"] #booking_form .input_select_title_value {
	color: var(--na-form-ink);
	min-width: 0;
	padding-right: 12px;
}

.gowilds-single-booking-form[class*="na-booking-style-"] #booking_form .input_select_title_value .currency_amount,
.gowilds-single-booking-form[class*="na-booking-style-"] #booking_form .input_select_title_value .currency_amount_group {
	color: var(--na-form-accent);
	font-size: 13px;
	font-weight: 700;
}

.gowilds-single-booking-form[class*="na-booking-style-"] #booking_form .input_select_list {
	background: #fff;
	border: 1px solid var(--na-form-line);
	border-radius: 12px;
	box-shadow: 0 12px 28px rgba(23, 32, 51, .14);
	color: var(--na-form-ink);
	left: -1px;
	margin: 5px 0 0;
	max-height: 230px;
	overflow-y: auto;
	padding: 7px;
	right: -1px;
	z-index: 90;
}

.gowilds-single-booking-form[class*="na-booking-style-"] #booking_form .input_select_list li {
	border-radius: 8px;
	color: var(--na-form-ink);
	cursor: pointer;
	padding: 8px 10px;
}

.gowilds-single-booking-form[class*="na-booking-style-"] #booking_form .input_select_list li:hover {
	background: var(--na-form-soft);
	color: var(--na-form-accent);
}

.gowilds-single-booking-form[class*="na-booking-style-"] #booking_form .booking-date-times,
.gowilds-single-booking-form[class*="na-booking-style-"] #booking_form .booking-hourly-time-cloud {
	display: flex;
	flex-wrap: wrap;
	gap: 8px;
}

.gowilds-single-booking-form[class*="na-booking-style-"] #booking_form .booking-date-times label,
.gowilds-single-booking-form[class*="na-booking-style-"] #booking_form .booking-hourly-time-cloud label {
	background: var(--na-form-soft);
	border: 1px solid var(--na-form-line);
	border-radius: 10px;
	color: var(--na-form-ink);
	cursor: pointer;
	display: inline-flex;
	font-size: 13px;
	margin: 0;
	padding: 9px 12px;
}

.gowilds-single-booking-form[class*="na-booking-style-"] #booking_form input[type="radio"]:checked + label,
.gowilds-single-booking-form[class*="na-booking-style-"] #booking_form input[type="checkbox"]:checked + label {
	border-color: var(--na-form-accent);
	color: var(--na-form-accent);
}

.gowilds-single-booking-form[class*="na-booking-style-"] #booking_form .booking-services-block,
.gowilds-single-booking-form[class*="na-booking-style-"] #booking_form .booking-meeting-point,
.gowilds-single-booking-form[class*="na-booking-style-"] #booking_form .booking-fees-block {
	color: var(--na-form-ink);
	font-size: 14px;
}

.gowilds-single-booking-form[class*="na-booking-style-"] #booking_form #total_group {
	align-items: center;
	border-top: 1px solid var(--na-form-line);
	display: flex;
	justify-content: space-between;
	margin-top: 4px;
	min-height: 58px;
	padding: 14px 0 4px;
}

.gowilds-single-booking-form[class*="na-booking-style-"] #booking_form #total_group .booking_form_input_label {
	font-size: 17px;
	margin: 0;
}

.gowilds-single-booking-form[class*="na-booking-style-"] #booking_form #booking_form_total,
.gowilds-single-booking-form[class*="na-booking-style-"] #booking_form #booking_form_total .currency_amount {
	color: var(--na-form-accent);
	font-size: 20px;
	font-weight: 850;
}

.gowilds-single-booking-form[class*="na-booking-style-"] #booking_form #error_group {
	border-radius: 10px;
	margin: 10px 0;
}

.gowilds-single-booking-form[class*="na-booking-style-"] #booking_form .submit_group {
	margin: 18px 0 0;
}

.gowilds-single-booking-form[class*="na-booking-style-"] #booking_form .booking_form_submit {
	align-items: center;
	background: var(--na-form-accent);
	border: 0;
	border-radius: 12px;
	box-shadow: none;
	color: #fff;
	display: flex;
	font-size: 16px;
	font-weight: 800;
	justify-content: center;
	letter-spacing: 0;
	min-height: 54px;
	padding: 14px 20px;
	text-transform: none;
	transition: background .2s ease, box-shadow .2s ease, transform .2s ease;
	width: 100%;
}

.gowilds-single-booking-form[class*="na-booking-style-"] #booking_form .booking_form_submit i {
	font-size: 14px;
	margin-right: 8px;
}

.gowilds-single-booking-form[class*="na-booking-style-"] #booking_form .booking_form_submit:hover,
.gowilds-single-booking-form[class*="na-booking-style-"] #booking_form .booking_form_submit:focus {
	background: var(--na-form-accent-dark);
	box-shadow: 0 10px 22px color-mix(in srgb, var(--na-form-accent) 24%, transparent);
	transform: translateY(-1px);
}

/* Design 01: closest to the supplied rounded purple/navy reference. */
.gowilds-single-booking-form.na-booking-style-1 {
	--na-form-accent: #6b4cff;
	--na-form-accent-dark: #5035df;
	--na-form-bg: linear-gradient(145deg, #ffffff 0%, #fbf9ff 100%);
	--na-form-soft: #f6f7fb;
	--na-form-ink: #152039;
	--na-form-muted: #73809a;
	--na-form-line: #dfe5ef;
	border-radius: 23px;
	box-shadow: 0 16px 38px rgba(21, 32, 57, .14);
	padding: 30px;
}

.gowilds-single-booking-form.na-booking-style-1 #booking_form .booking_form_submit {
	background: linear-gradient(100deg, #111a2e 0%, #34445e 100%);
	border-radius: 13px;
}

.gowilds-single-booking-form.na-booking-style-1 #booking_form .booking_form_submit:hover,
.gowilds-single-booking-form.na-booking-style-1 #booking_form .booking_form_submit:focus {
	background: linear-gradient(100deg, #0b1222 0%, #283750 100%);
}

/* Design 02: clean white card with warm red/orange booking action. */
.gowilds-single-booking-form.na-booking-style-2 {
	--na-form-accent: #ff5a0a;
	--na-form-accent-dark: #df4300;
	--na-form-bg: #fff;
	--na-form-soft: #fff8f4;
	--na-form-ink: #20242d;
	--na-form-muted: #707781;
	--na-form-line: #e8e4e1;
	border-radius: 12px;
	box-shadow: 0 8px 24px rgba(33, 37, 41, .10);
}

.gowilds-single-booking-form.na-booking-style-2 .box-title {
	border-bottom: 1px solid var(--na-form-line);
	padding-bottom: 17px;
}

.gowilds-single-booking-form.na-booking-style-2 .box-title::before {
	border-radius: 8px;
}

.gowilds-single-booking-form.na-booking-style-2 #booking_form .booking-date,
.gowilds-single-booking-form.na-booking-style-2 #booking_form .input_select_field {
	background: #fff;
	border-radius: 7px;
}

.gowilds-single-booking-form.na-booking-style-2 #booking_form .booking_form_submit {
	border-radius: 8px;
}

/* Design 03: premium dark frame with a light, high-contrast form surface. */
.gowilds-single-booking-form.na-booking-style-3 {
	--na-form-accent: #d6a848;
	--na-form-accent-dark: #b98a2d;
	--na-form-bg: #101b31;
	--na-form-soft: #f6f2e9;
	--na-form-ink: #172033;
	--na-form-muted: #6f7785;
	--na-form-line: #e3dccd;
	border: 1px solid #263653;
	border-radius: 18px;
	box-shadow: 0 18px 44px rgba(10, 20, 38, .22);
	padding: 20px;
}

.gowilds-single-booking-form.na-booking-style-3 .box-title {
	color: #fff;
	margin: 2px 4px 18px;
}

.gowilds-single-booking-form.na-booking-style-3 .box-title::before {
	background: #d6a848;
	color: #101b31;
}

.gowilds-single-booking-form.na-booking-style-3 .box-content {
	background: #fff;
	border-radius: 13px;
	padding: 20px;
}

.gowilds-single-booking-form.na-booking-style-3 #booking_form .booking_form_submit {
	color: #101b31;
}

.gowilds-single-booking-form.na-booking-style-3 #booking_form .booking_form_submit:hover,
.gowilds-single-booking-form.na-booking-style-3 #booking_form .booking_form_submit:focus {
	color: #fff;
}

@media (max-width: 767px) {
	.gowilds-single-booking-form[class*="na-booking-style-"] {
		border-radius: 15px;
		padding: 19px;
	}

	.gowilds-single-booking-form[class*="na-booking-style-"] .box-title {
		font-size: 20px;
		margin-bottom: 17px;
	}

	.gowilds-single-booking-form[class*="na-booking-style-"] .box-title::before {
		height: 36px;
		width: 36px;
	}

	.gowilds-single-booking-form[class*="na-booking-style-"] #booking_form .booking-form-block {
		padding: 12px 0;
	}

	.gowilds-single-booking-form.na-booking-style-3 .box-content {
		padding: 16px;
	}
}

@media (prefers-reduced-motion: reduce) {
	.gowilds-single-booking-form[class*="na-booking-style-"] #booking_form .booking_form_submit {
		transition: none;
	}
}


/* Three dynamic Elementor cards ----------------------------------------- */
.na-tour-card {
	background: #fff;
	border: 1px solid #e7e7e9;
	box-shadow: 0 5px 14px rgba(30, 31, 35, .07);
	color: #182037;
	display: flex;
	flex-direction: column;
	height: 100%;
	overflow: hidden;
	transition: box-shadow .25s ease, transform .25s ease;
}

.na-tour-card:hover {
	box-shadow: 0 14px 34px rgba(30, 31, 35, .13);
	transform: translateY(-3px);
}

.na-tour-card a {
	color: inherit;
	text-decoration: none;
}

.na-tour-card__image {
	background: #e9edf1;
	display: block;
	overflow: hidden;
	position: relative;
}

.na-tour-card__image img {
	display: block;
	height: 100%;
	object-fit: cover;
	transition: transform .45s ease;
	width: 100%;
}

.na-tour-card:hover .na-tour-card__image img {
	transform: scale(1.035);
}

.na-tour-card__discount {
	background: var(--na-booking-accent);
	border-radius: 999px;
	color: #fff;
	font-size: 13px;
	font-weight: 700;
	left: 14px;
	padding: 7px 11px;
	position: absolute;
	top: 14px;
}

.na-tour-card__body {
	display: flex;
	flex: 1 1 auto;
	flex-direction: column;
	padding: 20px;
}

.na-tour-card h3 {
	font-size: 21px;
	font-weight: 750;
	letter-spacing: -.02em;
	line-height: 1.24;
	margin: 0 0 10px;
}

.na-tour-card p {
	color: #647084;
	font-size: 14px;
	line-height: 1.52;
	margin: 7px 0 18px;
}

.na-tour-card__footer {
	align-items: flex-end;
	border-top: 1px solid #e7e4df;
	display: flex;
	gap: 14px;
	justify-content: space-between;
	margin-top: auto;
	padding-top: 14px;
}

.na-tour-card__price {
	color: #17213a;
	font-size: 19px;
	font-weight: 800;
	line-height: 1.15;
}

.na-tour-card__price small {
	color: #596173;
	font-size: 11px;
	font-weight: 500;
	margin-right: 4px;
	text-transform: uppercase;
}

.na-tour-card__price .currency_amount {
	color: inherit;
	font-size: inherit;
	font-weight: inherit;
}

.na-tour-card--modern {
	border-radius: 15px;
}

.na-tour-card--modern .na-tour-card__image {
	aspect-ratio: 16 / 10.7;
}

.na-tour-card__chips {
	display: flex;
	flex-wrap: wrap;
	gap: 6px;
	margin-bottom: 4px;
}

.na-tour-card__chips span {
	background: #f4f1ed;
	border-radius: 7px;
	color: #5d3a15;
	font-size: 11px;
	line-height: 1.2;
	padding: 7px 9px;
}

.na-tour-card__button {
	background: #b95008;
	border-radius: 9px;
	color: #fff !important;
	font-size: 13px;
	font-weight: 700;
	padding: 12px 16px;
	white-space: nowrap;
}

.na-tour-card--activity {
	border-radius: 12px;
	box-shadow: none;
}

.na-tour-card--activity .na-tour-card__image {
	aspect-ratio: 1.48 / 1;
}

.na-tour-card--activity .na-tour-card__body {
	padding: 17px 16px;
}

.na-tour-card--activity .na-tour-card__eyebrow {
	color: #59627a;
	font-size: 13px;
	font-weight: 650;
	margin-bottom: 5px;
}

.na-tour-card--activity h3 {
	font-size: 18px;
	margin-bottom: 10px;
}

.na-tour-card__heart {
	align-items: center;
	background: #fff;
	border-radius: 50%;
	color: #263251;
	display: flex;
	font-size: 27px;
	height: 38px;
	justify-content: center;
	line-height: 1;
	position: absolute;
	right: 9px;
	top: 9px;
	width: 38px;
}

.na-tour-card--activity .na-tour-card__discount {
	left: 9px;
	top: 9px;
}

.na-tour-card__meta {
	color: #263251;
	font-size: 13px;
	font-weight: 700;
	margin-bottom: 17px;
}

.na-tour-card--activity .na-tour-card__footer {
	border-top: 0;
	padding-top: 0;
}

.na-tour-card__rating {
	color: #25304d;
	font-size: 12px;
	font-weight: 700;
}

.na-tour-card__rating span {
	font-weight: 500;
}

.na-tour-card--activity .na-tour-card__price {
	font-size: 17px;
	text-align: right;
}

.na-tour-card--activity .na-tour-card__price small {
	display: inline;
	text-transform: none;
}

.na-tour-card--journey {
	border: 0;
	border-radius: 20px;
	box-shadow: 0 8px 20px rgba(43, 50, 65, .08);
}

.na-tour-card--journey .na-tour-card__image {
	aspect-ratio: 1.67 / 1;
}

.na-tour-card--journey .na-tour-card__body {
	padding: 24px 26px 28px;
}

.na-tour-card--journey .na-tour-card__eyebrow {
	color: #188f88;
	font-size: 11px;
	font-weight: 800;
	letter-spacing: .19em;
	margin-bottom: 8px;
	text-transform: uppercase;
}

.na-tour-card--journey h3 {
	font-family: Georgia, 'Times New Roman', serif;
	font-size: 21px;
	letter-spacing: 0;
}

.na-tour-card--journey p {
	font-size: 15px;
	line-height: 1.58;
}

.na-tour-card--journey .na-tour-card__price {
	font-family: Georgia, 'Times New Roman', serif;
	font-size: 20px;
}

.na-tour-card__details {
	border-bottom: 2px solid #d8aa2c;
	color: #132344 !important;
	font-size: 13px;
	font-weight: 750;
	padding-bottom: 5px;
}

@media (max-width: 767px) {
	.na-tour-card__body,
	.na-tour-card--journey .na-tour-card__body {
		padding: 19px;
	}
}

@media (prefers-reduced-motion: reduce) {
	.na-tour-card,
	.na-tour-card__image img {
		transition: none;
	}
}
