.nas-booking-outer {
	padding: 32px 0;
	font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
}

#nas-booking-wrap {
	max-width: 960px;
	margin: 0 auto;
	padding: 40px;
	background: #fff;
	color: #111;
	border-radius: 4px;
	box-shadow: 0 15px 40px rgba(0, 0, 0, 0.06);
}

.nas-phone-banner {
	text-align: center;
	margin-bottom: 28px;
	font-size: 15px;
	color: #444;
}

.nas-phone-banner a {
	color: #968352;
	text-decoration: none;
	font-size: 17px;
}

.nas-phone-banner a:hover {
	text-decoration: underline;
}

/* Point to Point / Hourly tabs */
.nas-mode-toggle {
	display: flex !important;
	justify-content: center;
	margin: 0 0 36px;
	border-bottom: 1px solid #e8e8e8;
	padding-bottom: 0;
	width: 100%;
}

.nas-mode-btn {
	display: inline-block !important;
	background: none;
	border: none;
	font-size: 13px;
	font-weight: 600;
	letter-spacing: 0.1em;
	text-transform: uppercase;
	color: #9a9a9a;
	cursor: pointer;
	position: relative;
	transition: color 0.2s ease;
	font-family: inherit;
	line-height: 1.4;
	width: 50% !important;
	color: #1E1E1E;
	fill: #1E1E1E;
}

/* HTML [hidden] loses to .nas-row/.nas-col { display:flex } — force hide */
#nas-booking-wrap [hidden],
#nas-booking-wrap .nas-is-hidden,
[data-nas-field-key][hidden],
.nas-row[hidden],
.nas-col[hidden],
.nas-field-duration[hidden],
.nas-field-dropoff[hidden],
.nas-field-service[hidden],
.nas-field-roundtrip[hidden],
.nas-field-return[hidden],
.nas-field-flight[hidden] {
	display: none !important;
}

.nas-col-full {
	flex: 1 1 100%;
}

.nas-field-label {
	font-size: 11px;
	font-weight: 700;
	letter-spacing: 0.07em;
	text-transform: uppercase;
	color: #222;
	margin-bottom: 10px;
	display: block;
}

.nas-file-input {
	display: block;
	width: 100%;
	max-width: 100%;
	padding: 10px 12px;
	border: 1px solid #ddd;
	border-radius: 4px;
	background: #fafafa;
	font-size: 14px;
	box-sizing: border-box;
}

.nas-radio-group {
	display: flex;
	gap: 20px;
	flex-wrap: wrap;
}

.nas-radio-option {
	display: inline-flex;
	align-items: center;
	gap: 8px;
	font-size: 14px;
	font-weight: 500;
	text-transform: none;
	letter-spacing: 0;
	color: #222;
	cursor: pointer;
}

.nas-radio-option input {
	margin: 0;
	accent-color: #968352;
}

.nas-field-hint {
	margin: 6px 0 0;
	font-size: 12px;
	color: #666;
	font-weight: 400;
	text-transform: none;
	letter-spacing: 0;
}

.pac-container {
	z-index: 100000 !important;
	font-family: inherit;
}

.nas-mode-btn:hover {
	color: #ffffff;
	fill: #ffffff;
	background-color: #968352;
}

.nas-mode-btn.is-active {
	color: #ffffff;
	fill: #ffffff;
	background-color: #968352;
}

.nas-mode-btn.is-active::after {
	content: "";
	position: absolute;
	left: 0;
	right: 0;
	bottom: -1px;
	height: 3px;
	background: #1a3a5c;
	border-radius: 2px 2px 0 0;
}

.nas-row {
	display: flex;
	gap: 24px;
	margin-bottom: 20px;
}

.nas-row-full {
	flex-direction: column;
}

.nas-col {
	flex: 1;
	display: flex;
	flex-direction: column;
	min-width: 0;
}

#nas-booking-wrap label {
	font-size: 11px;
	font-weight: 700;
	letter-spacing: 0.07em;
	text-transform: uppercase;
	color: #222;
	margin-bottom: 7px;
	display: block;
}

.req {
	color: #c0392b;
}

#nas-booking-wrap input[type="text"],
#nas-booking-wrap input[type="email"],
#nas-booking-wrap input[type="tel"],
#nas-booking-wrap input[type="number"],
#nas-booking-wrap input[type="datetime-local"],
#nas-booking-wrap select,
#nas-booking-wrap textarea {
	border: 1px solid #ccc;
	padding: 12px 14px;
	font-size: 14px;
	line-height: 1.4;
	border-radius: 4px;
	outline: none;
	transition: border-color 0.2s, box-shadow 0.2s;
	background: #fff;
	color: #111;
	width: 100%;
	box-sizing: border-box;
	-webkit-appearance: none;
	appearance: none;
}

#nas-booking-wrap select {
	line-height: 1;
	min-height: 44px;
	background: #fff url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='8'%3E%3Cpath fill='%23444' d='M1.41 0L6 4.58 10.59 0 12 1.41l-6 6-6-6z'/%3E%3C/svg%3E") no-repeat right 14px center;
	padding-right: 38px;
	cursor: pointer;
}

#nas-booking-wrap input::placeholder,
#nas-booking-wrap textarea::placeholder {
	color: #aaa;
}

#nas-booking-wrap input:focus,
#nas-booking-wrap select:focus,
#nas-booking-wrap textarea:focus {
	border-color: #968352;
	box-shadow: 0 0 0 3px rgba(150, 131, 82, 0.12);
}

#nas-booking-wrap textarea {
	resize: vertical;
	min-height: 100px;
}

.nas-card-box {
	background: #fafaf8;
	border: 1px solid #ddd;
	padding: 24px;
	border-radius: 4px;
	margin: 8px 0 24px;
}

.nas-card-header {
	display: flex;
	align-items: center;
	gap: 8px;
	margin-bottom: 8px;
	color: #968352;
	font-size: 15px;
}

.nas-card-note {
	font-size: 13px;
	color: #555;
	margin: 0 0 16px;
	line-height: 1.6;
}

#nas-card-container {
	min-height: 90px;
}

#nas-card-error {
	color: #c0392b;
	font-size: 13px;
	margin-top: 6px;
	min-height: 16px;
}

#nas-submit {
	display: block;
	width: 100%;
	padding: 18px;
	background: #968352;
	color: #fff;
	border: none;
	font-size: 12px;
	font-weight: 700;
	letter-spacing: 0.14em;
	text-transform: uppercase;
	cursor: pointer;
	border-radius: 4px;
	transition: background 0.2s, transform 0.1s;
	margin-top: 4px;
}

#nas-submit:hover {
	background: #7f7046;
}

#nas-submit:active {
	transform: scale(0.99);
}

#nas-submit:disabled {
	background: #bbb;
	cursor: not-allowed;
	transform: none;
}

#nas-msg {
	padding: 14px 18px;
	border-radius: 4px;
	margin-bottom: 20px;
	font-weight: 600;
	font-size: 14px;
	line-height: 1.5;
}

#nas-msg.nas-ok {
	background: #d4edda;
	color: #155724;
	border: 1px solid #c3e6cb;
}

#nas-msg.nas-err {
	background: #f8d7da;
	color: #721c24;
	border: 1px solid #f5c6cb;
}

.pac-container {
	z-index: 999999 !important;
	font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

.nas-booking-link-btn {
	display: inline-block;
	text-decoration: none;
}

@media (max-width: 640px) {
	#nas-booking-wrap {
		padding: 24px 18px;
	}

	.nas-row {
		flex-direction: column;
		gap: 14px;
		margin-bottom: 14px;
	}


	.nas-mode-btn {
		font-size: 11px;
	}
}
