/* Keep the anti-spam honeypot hidden on package, hotel and visa pages. */
.tourbookz-package-form__honeypot {
	position: absolute !important;
	left: -10000px !important;
	top: auto !important;
	width: 1px !important;
	height: 1px !important;
	overflow: hidden !important;
	opacity: 0 !important;
	pointer-events: none !important;
}

.single-trip .tourbookz-package-enquiry {
	position: relative;
	margin: 34px 0;
	padding: 30px;
	border: 1px solid rgba(16, 47, 61, 0.12);
	border-radius: 8px;
	background: #ffffff;
	box-shadow: 0 18px 44px rgba(16, 47, 61, 0.1);
	overflow: hidden;
}

.single-trip .tourbookz-package-enquiry::before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 5px;
	background: linear-gradient(90deg, #0097a7 0%, #f7921f 100%);
}

.single-trip .tourbookz-package-enquiry__intro {
	display: grid;
	grid-template-columns: minmax(0, 1fr) minmax(280px, 360px);
	gap: 24px;
	align-items: stretch;
	margin-bottom: 26px;
}

.single-trip .tourbookz-package-enquiry__label {
	display: inline-flex;
	margin: 0 0 8px;
	padding: 6px 10px;
	border-radius: 999px;
	background: rgba(0, 151, 167, 0.1);
	color: #006b78;
	font-size: 13px;
	font-weight: 700;
	line-height: 1.2;
}

.single-trip .tourbookz-package-enquiry__title {
	margin: 0 0 10px;
	color: #102f3d;
	font-size: 30px;
	font-weight: 800;
	line-height: 1.18;
}

.single-trip .tourbookz-package-enquiry__text {
	max-width: 700px;
	margin: 0;
	color: #334d5a;
	font-size: 16px;
	line-height: 1.65;
}

.single-trip .tourbookz-package-enquiry__summary {
	display: grid;
	gap: 14px;
	padding: 20px;
	border: 1px solid rgba(0, 151, 167, 0.18);
	border-radius: 8px;
	background: #f5fbfc;
}

.single-trip .tourbookz-package-enquiry__summary-item {
	display: grid;
	gap: 4px;
}

.single-trip .tourbookz-package-enquiry__summary-item span {
	color: #5b7480;
	font-size: 13px;
	font-weight: 700;
	line-height: 1.3;
}

.single-trip .tourbookz-package-enquiry__summary-item strong {
	color: #102f3d;
	font-size: 15px;
	font-weight: 800;
	line-height: 1.35;
}

.single-trip .tourbookz-package-enquiry__trip-link {
	display: inline-flex;
	justify-self: start;
	align-items: center;
	min-height: 38px;
	padding: 0 14px;
	border-radius: 6px;
	background: #ffffff;
	color: #007b89;
	font-size: 14px;
	font-weight: 800;
	text-decoration: none;
	box-shadow: inset 0 0 0 1px rgba(0, 151, 167, 0.22);
}

.single-trip .tourbookz-package-enquiry__trip-link:hover,
.single-trip .tourbookz-package-enquiry__trip-link:focus {
	color: #102f3d;
	box-shadow: inset 0 0 0 2px rgba(247, 146, 31, 0.55);
}

.single-trip .tourbookz-package-form {
	display: grid;
	gap: 0;
	margin: 0;
}

.single-trip .tourbookz-package-form__honeypot {
	position: absolute;
	left: -9999px;
	width: 1px;
	height: 1px;
	overflow: hidden;
}

.single-trip .tourbookz-package-form__section {
	padding: 24px 0;
	border-top: 1px solid rgba(16, 47, 61, 0.1);
}

.single-trip .tourbookz-package-form__section-toggle {
	display: flex;
	align-items: center;
	justify-content: space-between;
	width: 100%;
	margin: 0 0 16px;
	padding: 0;
	border: 0;
	background: transparent;
	color: #102f3d;
	font-size: 20px;
	font-weight: 800;
	line-height: 1.3;
	text-align: left;
	cursor: default;
}

.single-trip .tourbookz-package-form__section-toggle-icon {
	position: relative;
	display: none;
	width: 24px;
	height: 24px;
	flex: 0 0 24px;
	margin-left: 14px;
	border-radius: 50%;
	background: rgba(0, 151, 167, 0.1);
}

.single-trip .tourbookz-package-form__section-toggle-icon::before,
.single-trip .tourbookz-package-form__section-toggle-icon::after {
	content: "";
	position: absolute;
	top: 50%;
	left: 50%;
	width: 10px;
	height: 2px;
	border-radius: 999px;
	background: #007b89;
	transform: translate(-50%, -50%);
}

.single-trip .tourbookz-package-form__section-toggle-icon::after {
	transform: translate(-50%, -50%) rotate(90deg);
	transition: opacity 0.2s ease;
}

.single-trip .tourbookz-package-form__section-toggle[aria-expanded="true"] .tourbookz-package-form__section-toggle-icon::after {
	opacity: 0;
}

.single-trip .tourbookz-package-form__section-title {
	margin: 0 0 16px;
	color: #102f3d;
	font-size: 20px;
	font-weight: 800;
	line-height: 1.3;
}

.single-trip .tourbookz-package-form__section-note {
	max-width: 760px;
	margin: -6px 0 18px;
	padding: 12px 14px;
	border: 1px solid rgba(0, 151, 167, 0.16);
	border-radius: 6px;
	background: #f5fbfc;
	color: #334d5a;
	font-size: 14px;
	font-weight: 600;
	line-height: 1.55;
}

.single-trip .tourbookz-package-form__section-content {
	display: block;
}

.single-trip .tourbookz-package-form__grid {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 18px;
}

.single-trip .tourbookz-package-form__field {
	display: grid;
	gap: 8px;
	min-width: 0;
}

.single-trip .tourbookz-package-form__field--full {
	grid-column: 1 / -1;
}

.single-trip .tourbookz-package-form__label {
	display: inline-flex;
	gap: 4px;
	align-items: baseline;
	color: #243f4d;
	font-size: 14px;
	font-weight: 800;
	line-height: 1.35;
}

.single-trip .tourbookz-package-form__required {
	color: #c83220;
	font-size: 16px;
	font-weight: 900;
	line-height: 1;
}

.single-trip .tourbookz-package-form__required-text {
	position: absolute;
	width: 1px;
	height: 1px;
	padding: 0;
	margin: -1px;
	overflow: hidden;
	clip: rect(0, 0, 0, 0);
	white-space: nowrap;
	border: 0;
}

.single-trip .tourbookz-package-form__help {
	margin: -2px 0 0;
	color: #5b7480;
	font-size: 13px;
	font-weight: 600;
	line-height: 1.45;
}

.single-trip .tourbookz-package-form__control {
	width: 100%;
	min-height: 48px;
	margin: 0;
	padding: 12px 14px;
	border: 1px solid rgba(16, 47, 61, 0.18);
	border-radius: 6px;
	background-color: #ffffff;
	color: #102f3d;
	font-size: 15px;
	line-height: 1.4;
	transition: border-color 0.2s ease, box-shadow 0.2s ease;
}

.single-trip textarea.tourbookz-package-form__control {
	min-height: 136px;
	resize: vertical;
}

.single-trip .tourbookz-package-form__control:focus {
	border-color: #0097a7;
	outline: none;
	box-shadow: 0 0 0 3px rgba(0, 151, 167, 0.15);
}

.single-trip .tourbookz-package-form__control::placeholder {
	color: #8097a1;
}

.single-trip .tourbookz-package-form__stepper {
	display: grid;
	grid-template-columns: 46px minmax(0, 1fr) 46px;
	min-height: 48px;
	border: 1px solid rgba(16, 47, 61, 0.18);
	border-radius: 6px;
	background: #ffffff;
	overflow: hidden;
}

.single-trip .tourbookz-package-form__stepper .tourbookz-package-form__control {
	min-height: 46px;
	padding-right: 8px;
	padding-left: 8px;
	border: 0;
	border-radius: 0;
	text-align: center;
	box-shadow: none;
}

.single-trip .tourbookz-package-form__stepper-button {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 46px;
	min-width: 46px;
	min-height: 46px;
	padding: 0;
	border: 0;
	background: #edf7f8;
	color: #007b89;
	font-size: 22px;
	font-weight: 800;
	line-height: 1;
	cursor: pointer;
	transition: background 0.2s ease, color 0.2s ease;
}

.single-trip .tourbookz-package-form__stepper-button:hover,
.single-trip .tourbookz-package-form__stepper-button:focus {
	background: #0097a7;
	color: #ffffff;
	outline: none;
}

.single-trip .tourbookz-package-form__stepper-button[data-stepper-action="decrease"] {
	border-right: 1px solid rgba(16, 47, 61, 0.12);
}

.single-trip .tourbookz-package-form__stepper-button[data-stepper-action="increase"] {
	border-left: 1px solid rgba(16, 47, 61, 0.12);
}

.single-trip .tourbookz-package-form__footer {
	display: flex;
	flex-wrap: wrap;
	gap: 14px;
	align-items: center;
	justify-content: space-between;
	padding-top: 24px;
	border-top: 1px solid rgba(16, 47, 61, 0.1);
}

.single-trip .tourbookz-package-form__status {
	flex: 1 1 280px;
	margin: 0;
	padding: 13px 15px;
	border: 1px solid rgba(0, 151, 167, 0.2);
	border-radius: 6px;
	background: #f5fbfc;
	color: #102f3d;
	font-size: 14px;
	font-weight: 700;
	line-height: 1.45;
}

.single-trip .tourbookz-package-form__status--active:not([hidden]) {
	box-shadow: 0 18px 34px rgba(16, 47, 61, 0.12);
}

.single-trip .tourbookz-package-form__status--success {
	border-color: rgba(0, 151, 120, 0.24);
	background: #f1fbf7;
	color: #075f4d;
}

.single-trip .tourbookz-package-form__status--error {
	border-color: rgba(205, 73, 41, 0.24);
	background: #fff6f3;
	color: #8c2f1a;
}

.single-trip .tourbookz-package-form__submit {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-height: 50px;
	padding: 0 24px;
	border: 0;
	border-radius: 6px;
	background: #f7921f;
	color: #ffffff;
	font-size: 15px;
	font-weight: 800;
	line-height: 1.2;
	text-align: center;
	cursor: pointer;
	box-shadow: 0 12px 24px rgba(247, 146, 31, 0.24);
	transition: background 0.2s ease, box-shadow 0.2s ease, transform 0.2s ease;
}

.single-trip .tourbookz-package-form__submit:hover,
.single-trip .tourbookz-package-form__submit:focus {
	background: #d8730f;
	color: #ffffff;
	outline: none;
	box-shadow: 0 14px 28px rgba(216, 115, 15, 0.25);
	transform: translateY(-1px);
}

.single-trip {
	padding-bottom: 92px;
}

.single-trip .tourbookz-sticky-enquiry--form-visible {
	opacity: 0.18;
	pointer-events: none;
	transform: translateY(8px);
}

@media (max-width: 900px) {
	.single-trip .tourbookz-package-enquiry__intro {
		grid-template-columns: 1fr;
	}
}

@media (max-width: 767px) {
	.single-trip {
		padding-bottom: 118px;
	}

	.single-trip .tourbookz-package-enquiry {
		margin: 26px 0;
		padding: 22px 18px;
	}

	.single-trip .tourbookz-package-enquiry__title {
		font-size: 24px;
	}

	.single-trip .tourbookz-package-form__section {
		padding: 0;
		border: 1px solid rgba(16, 47, 61, 0.1);
		border-radius: 8px;
		background: #ffffff;
		overflow: hidden;
	}

	.single-trip .tourbookz-package-form__section + .tourbookz-package-form__section {
		margin-top: 14px;
	}

	.single-trip .tourbookz-package-form__section-toggle {
		min-height: 58px;
		margin: 0;
		padding: 16px 16px;
		cursor: pointer;
		font-size: 17px;
	}

	.single-trip .tourbookz-package-form__section-toggle:focus {
		outline: 3px solid rgba(0, 151, 167, 0.2);
		outline-offset: -3px;
	}

	.single-trip .tourbookz-package-form__section-toggle-icon {
		display: block;
	}

	.single-trip .tourbookz-package-form__section-content {
		padding: 0 16px 18px;
	}

	.single-trip .tourbookz-package-form__section-content[hidden] {
		display: none;
	}

	.single-trip .tourbookz-package-form__grid {
		grid-template-columns: 1fr;
		gap: 15px;
	}

	.single-trip .tourbookz-package-form__field--start-date,
	.single-trip .tourbookz-package-form__field--end-date {
		padding-bottom: 2px;
	}

	.single-trip .tourbookz-package-form__field--days {
		margin-top: 8px;
	}

	.single-trip .tourbookz-package-form__field--nights {
		margin-bottom: 6px;
	}

	.single-trip .tourbookz-package-form__field--days .tourbookz-package-form__label,
	.single-trip .tourbookz-package-form__field--nights .tourbookz-package-form__label {
		color: #006b78;
	}

	.single-trip .tourbookz-package-form__field--days .tourbookz-package-form__stepper,
	.single-trip .tourbookz-package-form__field--nights .tourbookz-package-form__stepper {
		border-color: rgba(0, 151, 167, 0.28);
		box-shadow: 0 8px 18px rgba(16, 47, 61, 0.06);
	}

	.single-trip .tourbookz-package-form__footer {
		display: grid;
		grid-template-columns: 1fr;
	}

	.single-trip .tourbookz-package-form__submit {
		width: 100%;
	}

	.single-trip .tourbookz-sticky-enquiry--form-visible {
		opacity: 0;
		transform: translateY(72px);
	}
}

.tourbookz-hotel-enquiry {
	position: relative;
	margin: 34px 0;
	padding: 30px;
	border: 1px solid rgba(16, 47, 61, 0.12);
	border-radius: 8px;
	background: #ffffff;
	box-shadow: 0 18px 44px rgba(16, 47, 61, 0.1);
	overflow: hidden;
}

.tourbookz-hotel-enquiry::before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 5px;
	background: linear-gradient(90deg, #0097a7 0%, #f7921f 100%);
}

.tourbookz-hotel-enquiry .tourbookz-package-enquiry__intro {
	display: block;
	margin-bottom: 26px;
}

.tourbookz-hotel-enquiry .tourbookz-package-enquiry__label {
	display: inline-flex;
	margin: 0 0 8px;
	padding: 6px 10px;
	border-radius: 999px;
	background: rgba(0, 151, 167, 0.1);
	color: #006b78;
	font-size: 13px;
	font-weight: 700;
	line-height: 1.2;
}

.tourbookz-hotel-enquiry .tourbookz-package-enquiry__title {
	margin: 0 0 10px;
	color: #102f3d;
	font-size: 30px;
	font-weight: 800;
	line-height: 1.18;
}

.tourbookz-hotel-enquiry .tourbookz-package-enquiry__text {
	max-width: 780px;
	margin: 0;
	color: #334d5a;
	font-size: 16px;
	line-height: 1.65;
}

.tourbookz-hotel-enquiry .tourbookz-package-form {
	display: grid;
	gap: 0;
	margin: 0;
}

.tourbookz-hotel-enquiry .tourbookz-package-form__section {
	padding: 24px 0;
	border-top: 1px solid rgba(16, 47, 61, 0.1);
}

.tourbookz-hotel-enquiry .tourbookz-package-form__section-toggle {
	display: flex;
	align-items: center;
	justify-content: space-between;
	width: 100%;
	margin: 0 0 16px;
	padding: 0;
	border: 0;
	background: transparent;
	color: #102f3d;
	font-size: 20px;
	font-weight: 800;
	line-height: 1.3;
	text-align: left;
	cursor: default;
}

.tourbookz-hotel-enquiry .tourbookz-package-form__section-toggle-icon {
	position: relative;
	display: none;
	width: 24px;
	height: 24px;
	flex: 0 0 24px;
	margin-left: 14px;
	border-radius: 50%;
	background: rgba(0, 151, 167, 0.1);
}

.tourbookz-hotel-enquiry .tourbookz-package-form__section-toggle-icon::before,
.tourbookz-hotel-enquiry .tourbookz-package-form__section-toggle-icon::after {
	content: "";
	position: absolute;
	top: 50%;
	left: 50%;
	width: 10px;
	height: 2px;
	border-radius: 999px;
	background: #007b89;
	transform: translate(-50%, -50%);
}

.tourbookz-hotel-enquiry .tourbookz-package-form__section-toggle-icon::after {
	transform: translate(-50%, -50%) rotate(90deg);
	transition: opacity 0.2s ease;
}

.tourbookz-hotel-enquiry .tourbookz-package-form__section-toggle[aria-expanded="true"] .tourbookz-package-form__section-toggle-icon::after {
	opacity: 0;
}

.tourbookz-hotel-enquiry .tourbookz-package-form__section-title {
	margin: 0 0 16px;
	color: #102f3d;
	font-size: 20px;
	font-weight: 800;
	line-height: 1.3;
}

.tourbookz-hotel-enquiry .tourbookz-package-form__section-note {
	max-width: 760px;
	margin: -6px 0 18px;
	padding: 12px 14px;
	border: 1px solid rgba(0, 151, 167, 0.16);
	border-radius: 6px;
	background: #f5fbfc;
	color: #334d5a;
	font-size: 14px;
	font-weight: 600;
	line-height: 1.55;
}

.tourbookz-hotel-enquiry .tourbookz-package-form__section-content {
	display: block;
}

.tourbookz-hotel-enquiry .tourbookz-package-form__grid {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 18px;
}

.tourbookz-hotel-enquiry .tourbookz-package-form__field {
	display: grid;
	gap: 8px;
	min-width: 0;
}

.tourbookz-hotel-enquiry .tourbookz-package-form__field--full {
	grid-column: 1 / -1;
}

.tourbookz-hotel-enquiry .tourbookz-package-form__label {
	display: inline-flex;
	gap: 4px;
	align-items: baseline;
	color: #243f4d;
	font-size: 14px;
	font-weight: 800;
	line-height: 1.35;
}

.tourbookz-hotel-enquiry .tourbookz-package-form__required {
	color: #c83220;
	font-size: 16px;
	font-weight: 900;
	line-height: 1;
}

.tourbookz-hotel-enquiry .tourbookz-package-form__required-text {
	position: absolute;
	width: 1px;
	height: 1px;
	padding: 0;
	margin: -1px;
	overflow: hidden;
	clip: rect(0, 0, 0, 0);
	white-space: nowrap;
	border: 0;
}

.tourbookz-hotel-enquiry .tourbookz-package-form__help {
	margin: -2px 0 0;
	color: #5b7480;
	font-size: 13px;
	font-weight: 600;
	line-height: 1.45;
}

.tourbookz-hotel-enquiry .tourbookz-package-form__control {
	width: 100%;
	min-height: 48px;
	margin: 0;
	padding: 12px 14px;
	border: 1px solid rgba(16, 47, 61, 0.18);
	border-radius: 6px;
	background-color: #ffffff;
	color: #102f3d;
	font-size: 15px;
	line-height: 1.4;
	transition: border-color 0.2s ease, box-shadow 0.2s ease;
}

.tourbookz-hotel-enquiry textarea.tourbookz-package-form__control {
	min-height: 136px;
	resize: vertical;
}

.tourbookz-hotel-enquiry .tourbookz-package-form__control:focus {
	border-color: #0097a7;
	outline: none;
	box-shadow: 0 0 0 3px rgba(0, 151, 167, 0.15);
}

.tourbookz-hotel-enquiry .tourbookz-package-form__control::placeholder {
	color: #8097a1;
}

.tourbookz-hotel-enquiry .tourbookz-package-form__stepper {
	display: grid;
	grid-template-columns: 46px minmax(0, 1fr) 46px;
	min-height: 48px;
	border: 1px solid rgba(16, 47, 61, 0.18);
	border-radius: 6px;
	background: #ffffff;
	overflow: hidden;
}

.tourbookz-hotel-enquiry .tourbookz-package-form__stepper .tourbookz-package-form__control {
	min-height: 46px;
	padding-right: 8px;
	padding-left: 8px;
	border: 0;
	border-radius: 0;
	text-align: center;
	box-shadow: none;
}

.tourbookz-hotel-enquiry .tourbookz-package-form__stepper-button {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 46px;
	min-width: 46px;
	min-height: 46px;
	padding: 0;
	border: 0;
	background: #edf7f8;
	color: #007b89;
	font-size: 22px;
	font-weight: 800;
	line-height: 1;
	cursor: pointer;
	transition: background 0.2s ease, color 0.2s ease;
}

.tourbookz-hotel-enquiry .tourbookz-package-form__stepper-button:hover,
.tourbookz-hotel-enquiry .tourbookz-package-form__stepper-button:focus {
	background: #0097a7;
	color: #ffffff;
	outline: none;
}

.tourbookz-hotel-enquiry .tourbookz-package-form__stepper-button[data-stepper-action="decrease"] {
	border-right: 1px solid rgba(16, 47, 61, 0.12);
}

.tourbookz-hotel-enquiry .tourbookz-package-form__stepper-button[data-stepper-action="increase"] {
	border-left: 1px solid rgba(16, 47, 61, 0.12);
}

.tourbookz-hotel-enquiry .tourbookz-package-form__footer {
	display: flex;
	flex-wrap: wrap;
	gap: 14px;
	align-items: center;
	justify-content: space-between;
	padding-top: 24px;
	border-top: 1px solid rgba(16, 47, 61, 0.1);
}

.tourbookz-hotel-enquiry .tourbookz-package-form__status {
	flex: 1 1 280px;
	margin: 0;
	padding: 13px 15px;
	border: 1px solid rgba(0, 151, 167, 0.2);
	border-radius: 6px;
	background: #f5fbfc;
	color: #102f3d;
	font-size: 14px;
	font-weight: 700;
	line-height: 1.45;
}

.tourbookz-hotel-enquiry .tourbookz-package-form__status--active:not([hidden]) {
	box-shadow: 0 18px 34px rgba(16, 47, 61, 0.12);
}

.tourbookz-hotel-enquiry .tourbookz-package-form__status--success {
	border-color: rgba(0, 151, 120, 0.24);
	background: #f1fbf7;
	color: #075f4d;
}

.tourbookz-hotel-enquiry .tourbookz-package-form__status--error {
	border-color: rgba(205, 73, 41, 0.24);
	background: #fff6f3;
	color: #8c2f1a;
}

.tourbookz-hotel-enquiry .tourbookz-package-form__submit {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-height: 50px;
	padding: 0 24px;
	border: 0;
	border-radius: 6px;
	background: #f7921f;
	color: #ffffff;
	font-size: 15px;
	font-weight: 800;
	line-height: 1.2;
	text-align: center;
	cursor: pointer;
	box-shadow: 0 12px 24px rgba(247, 146, 31, 0.24);
	transition: background 0.2s ease, box-shadow 0.2s ease, transform 0.2s ease;
}

.tourbookz-hotel-enquiry .tourbookz-package-form__submit:hover,
.tourbookz-hotel-enquiry .tourbookz-package-form__submit:focus {
	background: #d8730f;
	color: #ffffff;
	outline: none;
	box-shadow: 0 14px 28px rgba(216, 115, 15, 0.25);
	transform: translateY(-1px);
}

.tourbookz-status-popup-layer {
	position: fixed;
	top: 18px;
	right: 18px;
	z-index: 99999;
	display: grid;
	gap: 12px;
	width: min(420px, calc(100vw - 32px));
	pointer-events: none;
}

.tourbookz-status-popup {
	display: grid;
	grid-template-columns: minmax(0, 1fr) auto;
	gap: 12px;
	align-items: start;
	padding: 16px 16px 16px 18px;
	border: 1px solid rgba(16, 47, 61, 0.12);
	border-radius: 16px;
	background: rgba(255, 255, 255, 0.98);
	box-shadow: 0 24px 48px rgba(16, 47, 61, 0.18);
	backdrop-filter: blur(12px);
	pointer-events: auto;
	animation: tourbookz-status-popup-enter 0.24s ease;
}

.tourbookz-status-popup--closing {
	opacity: 0;
	transform: translateY(-8px);
	transition: opacity 0.2s ease, transform 0.2s ease;
}

.tourbookz-status-popup--success {
	border-color: rgba(0, 151, 120, 0.22);
	box-shadow: 0 24px 48px rgba(7, 95, 77, 0.14);
}

.tourbookz-status-popup--error {
	border-color: rgba(205, 73, 41, 0.2);
	box-shadow: 0 24px 48px rgba(140, 47, 26, 0.14);
}

.tourbookz-status-popup__body {
	min-width: 0;
}

.tourbookz-status-popup__title {
	margin: 0 0 5px;
	color: #102f3d;
	font-size: 15px;
	font-weight: 800;
	line-height: 1.25;
}

.tourbookz-status-popup--success .tourbookz-status-popup__title {
	color: #075f4d;
}

.tourbookz-status-popup--error .tourbookz-status-popup__title {
	color: #8c2f1a;
}

.tourbookz-status-popup__message {
	margin: 0;
	color: #334d5a;
	font-size: 14px;
	font-weight: 600;
	line-height: 1.5;
}

.tourbookz-status-popup__close {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-width: 74px;
	min-height: 38px;
	padding: 0 12px;
	border: 0;
	border-radius: 999px;
	background: #102f3d;
	color: #ffffff;
	font-size: 13px;
	font-weight: 800;
	line-height: 1;
	cursor: pointer;
	transition: background 0.2s ease, transform 0.2s ease;
}

.tourbookz-status-popup__close:hover,
.tourbookz-status-popup__close:focus {
	background: #0b222d;
	outline: none;
	transform: translateY(-1px);
}

@keyframes tourbookz-status-popup-enter {
	from {
		opacity: 0;
		transform: translateY(-10px);
	}

	to {
		opacity: 1;
		transform: translateY(0);
	}
}

@media (max-width: 767px) {
	.tourbookz-hotel-enquiry {
		margin: 26px 0;
		padding: 22px 18px;
	}

	.tourbookz-hotel-enquiry .tourbookz-package-enquiry__title {
		font-size: 24px;
	}

	.tourbookz-hotel-enquiry .tourbookz-package-form__section {
		padding: 0;
		border: 1px solid rgba(16, 47, 61, 0.1);
		border-radius: 8px;
		background: #ffffff;
		overflow: hidden;
	}

	.tourbookz-hotel-enquiry .tourbookz-package-form__section + .tourbookz-package-form__section {
		margin-top: 14px;
	}

	.tourbookz-hotel-enquiry .tourbookz-package-form__section-toggle {
		min-height: 58px;
		margin: 0;
		padding: 16px;
		cursor: pointer;
		font-size: 17px;
	}

	.tourbookz-hotel-enquiry .tourbookz-package-form__section-toggle:focus {
		outline: 3px solid rgba(0, 151, 167, 0.2);
		outline-offset: -3px;
	}

	.tourbookz-hotel-enquiry .tourbookz-package-form__section-toggle-icon {
		display: block;
	}

	.tourbookz-hotel-enquiry .tourbookz-package-form__section-content {
		padding: 0 16px 18px;
	}

	.tourbookz-hotel-enquiry .tourbookz-package-form__section-content[hidden] {
		display: none;
	}

	.tourbookz-hotel-enquiry .tourbookz-package-form__grid {
		grid-template-columns: 1fr;
		gap: 15px;
	}

	.tourbookz-hotel-enquiry .tourbookz-package-form__field--start-date,
	.tourbookz-hotel-enquiry .tourbookz-package-form__field--end-date {
		padding-bottom: 2px;
	}

	.tourbookz-hotel-enquiry .tourbookz-package-form__field--nights {
		margin: 8px 0 6px;
	}

	.tourbookz-hotel-enquiry .tourbookz-package-form__field--nights .tourbookz-package-form__label {
		color: #006b78;
	}

	.tourbookz-hotel-enquiry .tourbookz-package-form__field--nights .tourbookz-package-form__stepper {
		border-color: rgba(0, 151, 167, 0.28);
		box-shadow: 0 8px 18px rgba(16, 47, 61, 0.06);
	}

	.tourbookz-hotel-enquiry .tourbookz-package-form__footer {
		display: grid;
		grid-template-columns: 1fr;
	}

	.tourbookz-hotel-enquiry .tourbookz-package-form__submit {
		width: 100%;
	}

	.tourbookz-status-popup-layer {
		top: 14px;
		right: 14px;
		left: 14px;
		width: auto;
	}

	.tourbookz-status-popup {
		grid-template-columns: 1fr;
	}

	.tourbookz-status-popup__close {
		width: 100%;
	}
}
