/* Truncate long attraction titles in mobile view to prevent layout breakage */
@media (max-width: 575.98px) {
	.product-english-title {
		white-space: normal;
		word-break: break-word;
		overflow-wrap: break-word;
		max-width: 100%;
		display: block;
	}

	.product-chinese-title {
		white-space: normal;
		word-break: break-word;
		overflow-wrap: break-word;
		max-width: 100%;
		display: block;
	}
}
.order-container {
	max-width: 1180px;
}

.order-container {
	max-width: 1180px;
}

.attraction-main-container {
	max-width: 1180px;
	margin: 0 auto;
}

.category-nav.active {
	color: #dab500 !important;
}

/* Attractions Page Styles */

.attraction-col {
	min-width: 265px;
	max-width: 265px;
	display: inline-block;
	vertical-align: top;
}

.attraction-card {
	transition: transform 0.2s, box-shadow 0.2s;
	display: block;
	height: auto !important;
}

.attraction-icon {
    width: 100%;
    height: 200px;
    background-color: #f8f9fa;
    border: 1px solid #dee2e6;
    border-radius: 0.375rem 0.375rem 0 0;
}

.attraction-icon img {
    width: 80px;
    height: 80px;
    object-fit: contain;
}

.attraction-icon > i {
	font-size: 1.5rem;
	color: #FFD600;
}

.btn-wishlist {
	width: 32px;
	height: 32px;
}

.card-attraction-title {
	max-width: 100%;
	overflow-wrap: break-word;
	word-break: break-word;
	white-space: normal;
	max-height: none;
	height: auto;
}

.carousel-control-prev {
	width: 60px;
	height: 60px;
	background: rgba(0,0,0,0.7);
	border-radius: 50%;
	top: 50%;
	transform: translateY(-50%);
	left: 15px;
	border: 2px solid rgba(255,255,255,0.8);
	transition: all 0.3s ease;
}

.carousel-control-next {
	width: 60px;
	height: 60px;
	background: rgba(0,0,0,0.7);
	border-radius: 50%;
	top: 50%;
	transform: translateY(-50%);
	right: 15px;
	border: 2px solid rgba(255,255,255,0.8);
	transition: all 0.3s ease;
}

.carousel-control-icon {
	color: #FFD600;
	font-size: 20px;
	font-weight: bold;
}

.text-title-h3 {
	position: relative;
	display: inline-block;
	padding-bottom: 10px;
}

.text-title-span {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 30%;
	height: 4px;
	background-color: #FFD600;
}

.carousel-control-prev:hover,
.carousel-control-next:hover {
	background: rgba(0,0,0,0.9) !important;
	border-color: #FFD600 !important;
	transform: translateY(-50%) scale(1.1) !important;
	box-shadow: 0 4px 15px rgba(255,214,0,0.4) !important;
}

.carousel-control-prev:hover i,
.carousel-control-next:hover i {
	color: #fff !important;
}

.carousel-control-prev:focus,
.carousel-control-next:focus {
	outline: none;
	box-shadow: 0 0 0 3px rgba(255,214,0,0.3) !important;
}

@media (min-width: 1200px) {
	.category-attractions-scroll {
		width: auto !important;
		min-width: unset !important;
		max-width: unset !important;
	}

	.overflow-auto.hide-scrollbar {
		max-width: 100% !important;
		overflow-x: auto !important;
	}

	.attraction-col {
		min-width: 265px !important;
		max-width: 265px !important;
	}
}

/* Tablet-specific rules to prevent overflow */
@media (min-width: 768px) and (max-width: 1199.98px) {
	.category-attractions-scroll {
		width: auto !important;
		min-width: unset !important;
		max-width: 100% !important;
	}

	.overflow-auto.hide-scrollbar {
		max-width: 100% !important;
		overflow-x: auto !important;
	}
	
	.attraction-col {
		min-width: 250px !important;
		max-width: 250px !important;
		flex-shrink: 0 !important;
	}
	
	/* Ensure scroll container doesn't overflow */
	.attractions-scroll-container {
		max-width: 100% !important;
		overflow-x: auto !important;
		padding-right: 1rem !important;
	}
}

/* Mobile and small tablet rules */
@media (max-width: 767.98px) {
	.category-attractions-scroll {
		min-width: calc(265px * 2 + 2rem);
	}

	.overflow-auto.hide-scrollbar {
		max-width: 100vw;
	}
}

.hide-scrollbar {
	scrollbar-width: none !important;
	/* Firefox */
	-ms-overflow-style: none !important;
	/* IE 10+ */
}

.hide-scrollbar::-webkit-scrollbar {
	display: none !important;
	/* Chrome, Safari, Opera */
}

/* Hero Section */
.hero-section {
	height: 400px;
	min-height: 220px;
}

.hero-image {
	opacity: 0.75;
}

.hero-overlay {
	background: rgba(0, 0, 0, 0.4);
}

.hero-title-shadow {
	text-shadow: 0 2px 8px #000;
}

.hero-title-highlight {
	color: #FFD600;
}

/* Category Buttons */
.category-buttons-container {
	top: 55px;
	z-index: 900;
	background: #fff;
	box-shadow: 0 2px 8px rgba(0, 0, 0, 0.04);
	padding-bottom: 16px;
	padding-top: 16px;
}

.category-arrow-btn {
	z-index: 2;
	backdrop-filter: blur(50px);
	background: rgba(255, 255, 255, 0.9) !important;
	border: 1px solid rgba(255, 214, 0, 0.3);
	box-shadow: 0 20px 50px rgba(0, 0, 0, 0.1), 0 0 0 1px rgba(255, 255, 255, 0.5);
	transition: all 0.3s ease;
}

.category-arrow-btn:hover {
	backdrop-filter: blur(75px);
	border-color: #FFD600;
	box-shadow: 0 6px 30px rgba(255, 214, 0, 0.3), 0 0 0 2px rgba(255, 214, 0, 0.2);
	transform: scale(1.05);
}

.category-buttons-scroll {
	scroll-behavior: smooth;
	scrollbar-width: none;
	-ms-overflow-style: none;
}

.category-buttons-scroll::-webkit-scrollbar {
	display: none;
}

.category-btn {
	white-space: nowrap;
	min-width: 120px;
	border: 1px solid #6c757d;
	background: transparent;
	color: #6c757d;
	transition: all 0.3s ease;
}

.category-btn:hover,
.category-btn.active {
	border: 1px solid #FFD600;
	color: #dab500;
}

/* Section Titles */
.section-title {
	color: #333;
	font-weight: 700;
	margin-bottom: 20px;
}

.section-title-highlight {
	color: #FFD600;
}

/* See All Link Styles */
.text-categories-see-all {
	font-size: 0.9rem;
	font-weight: 500;
	text-decoration: none;
	color: #070707;
	position: relative;
	border-bottom: 1px solid #6c757d;
	padding-bottom: 2px;
}

.text-categories-see-all:hover {
	color: #725f00 !important;
	border-bottom-color: #725f00;
	text-decoration: none;
}

.text-categories-see-all:focus {
	color: #725f00 !important;
	border-bottom-color: #725f00;
	outline: none;
}

.details-title {
	color: #333;
	font-weight: 700;
	margin-bottom: 20px;
}

.details-title-highlight {
	color: #FFD600;
}

/* Attraction Cards */
.attractions-grid {
	gap: 24px;
}

.attraction-card {
	border: none !important;
	transition: all 0.3s ease;
	background: #fff;
	height: auto;
	box-shadow: 0 4px 10px rgba(0, 0, 0, 0.08);
	border-radius: 12px;
	background: #fff;
}

.attraction-card:hover {
	transform: translateY(-4px);
}

.attraction-image {
	object-fit: cover;
	object-fit: cover;
    width: 100%;
    height: 200px;
    object-fit: cover;
    object-position: center;
    transition: transform 0.3s ease;
}

.attraction-fallback-icon {
	height: 200px;
	background: #f8f9fa;
	color: #6c757d;
	font-size: 3rem;
}

.card-img-top.attraction-image {
    border-radius: 0.375rem 0.375rem 0 0;
}

.attraction-title {
	color: #333;
	font-weight: 600;
	font-size: 1.1rem;
	line-height: 1.3;
	margin-bottom: 8px;
}

.attraction-location {
	color: #666;
	font-size: 0.9rem;
	margin-bottom: 12px;
}

.attraction-price {
	color: #FFD600;
	font-weight: 700;
	font-size: 1.2rem;
}

.attraction-btn {
	background: #FFD600;
	border: none;
	color: #000;
	font-weight: 600;
	padding: 8px 20px;
	border-radius: 20px;
	transition: all 0.3s ease;
}

.attraction-btn:hover {
	background: #e6c200;
	color: #000;
	transform: translateY(-1px);
}

/* Scroll Areas */
.attractions-scroll-area {
	scroll-behavior: smooth;
	scrollbar-width: none;
	-ms-overflow-style: none;
}

.attractions-scroll-area::-webkit-scrollbar {
	display: none;
}

.scroll-arrow {
	z-index: 2;
	width: 40px;
	height: 40px;
	border-radius: 50%;
	background: #FFF;
	border: 1px solid #e0e0e0;
	color: #FFD600;
	transition: all 0.3s ease;
}

.scroll-arrow:hover {
	transform: scale(1.1);
	background: #FFF;
}

.scroll-arrow:focus {
	outline: none;
	background: #FFF;
}

/* Show More Button */
.show-more-btn {
	background: transparent;
	border: 2px solid #FFD600;
	color: #FFD600;
	padding: 12px 30px;
	border-radius: 25px;
	font-weight: 600;
	transition: all 0.3s ease;
}

.show-more-btn:hover {
	background: #FFD600;
	color: #000;
	transform: translateY(-2px);
	box-shadow: 0 4px 12px rgba(255, 214, 0, 0.3);
}

/* Pagination */
.pagination-container {
	margin-top: 40px;
}

.pagination .page-link {
	border: 1px solid #FFD600;
	color: #FFD600;
	background: transparent;
}

.pagination .page-item.active .page-link {
	background: #FFD600;
	border-color: #FFD600;
	color: #000;
}

.pagination .page-link:hover {
	background: #FFD600;
	border-color: #FFD600;
	color: #000;
}

/* Additional utility classes */
.arrow-blur {
	position: absolute;
	top: 0;
	width: 20px;
	height: 100%;
	pointer-events: none;
	z-index: 20;
	background: linear-gradient(to right, rgba(255, 255, 255, 0.7) 0%, rgba(255, 255, 255, 0.2) 100%);
	filter: blur(8px);
	mix-blend-mode: lighten;
}

.arrow-blur-left {
	left: 0;
	display: none;
}

.arrow-blur-right {
	right: 0;
	display: none;
}

.category-scroll-padding {
	padding: 2px 0;
}

.category-span-style {
	position: relative;
	z-index: 1;
	pointer-events: none;
	white-space: nowrap;
	overflow: visible;
}

.right-scroll-arrow {
	width: 40px;
	height: 40px;
	display: none;
}

.attractions-scroll-container {
	white-space: nowrap;
	max-width: calc(305px * 4 + 3 * 24px);
	width: calc(305px * 4 + 3 * 24px);
	overflow-x: visible;
	overflow-y: visible;
	padding-left: 16px;
	padding-right: 16px;
	display: flex;
	align-items: stretch;
	padding-bottom: 50px;
}

.carousel-item > img {
	height: 400px;
	object-fit: cover;
}

/* Tablet responsive fixes for scroll container */
@media (min-width: 768px) and (max-width: 1199.98px) {
	.attractions-scroll-container {
		max-width: 100% !important;
		width: 100% !important;
		overflow-x: auto !important;
		padding-left: 0 !important;
		padding-right: 1rem !important;
	}
}

/* Mobile responsive padding for scroll container */
@media (max-width: 767.98px) {
	.attractions-scroll-container {
		padding-left: 1rem; /* Match px-3 class */
		padding-right: 0; /* Allow scrolling to edge on right */
		max-width: 100vw;
		width: 100%;
		overflow-x: auto; /* Enable horizontal scrolling on mobile */
	}
	
	/* Ensure the scroll content starts properly aligned */
	.category-attractions-scroll {
		padding-right: 1rem; /* Add right padding to the inner scroll content */
		width: auto;
		max-width: none;
	}
}

.category-attractions-scroll {
	width: calc(305px * 4 + 3 * 24px);
	max-width: calc(305px * 4 + 3 * 24px);
}

.attraction-link {
	transition: transform 0.2s, box-shadow 0.2s;
	display: block;
}

.attraction-link:hover {
	transform: scale(1.03);
	box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
}

.attraction-fallback-bg {
	background: #FFF9E3;
}

.wishlist-btn {
	width: 32px;
	height: 32px;
}

.attraction-title-style {
	max-width: 95%;
	overflow-wrap: break-word;
	word-break: break-word;
	white-space: normal;
}

/* Hide scrollbar utility */
.hide-scrollbar {
	scrollbar-width: none;
	-ms-overflow-style: none;
}

.hide-scrollbar::-webkit-scrollbar {
	display: none;
}

.category-scroll-btn {
	min-width: fit-content;
	width: auto;
	white-space: nowrap;
	padding: 8px 16px;
	overflow: visible;
	text-overflow: clip;
	transition: filter 0.3s;
}

.category-scroll-btn.blurred {
	filter: none !important;
}

/* Responsive adjustments */
@media (min-width: 1200px) {
	.category-attractions-scroll {
		width: auto !important;
		min-width: unset !important;
		max-width: unset !important;
	}

	.overflow-auto.hide-scrollbar {
		max-width: 100% !important;
	}
}

@media (max-width: 768px) {
	.hero-section {
		height: 300px;
	}

	.category-buttons-container {
		top: 85px;
		/* Hide category buttons on mobile to move attractions up */
		display: none;
	}

	.attraction-card {
		height: 350px;
	}

	.attractions-grid {
		gap: 16px;
	}
	
	/* Mobile scroll arrow improvements */
	.scroll-arrow {
		width: 32px;
		height: 32px;
		min-width: 32px;
		min-height: 32px;
		touch-action: manipulation;
		-webkit-tap-highlight-color: transparent;
		user-select: none;
	}
	
	.scroll-arrow:active {
		transform: scale(0.95);
		background: #f8f9fa;
	}
	
	/* Make arrow icons smaller on mobile */
	.scroll-arrow i {
		font-size: 14px !important;
	}
	
	/* Mobile section title styling */
	.section-title {
		font-size: 1.1rem; /* Smaller than default h5 */
		padding-left: 1.5rem; /* More left padding */
		font-weight: 600;
		text-align: left !important; /* Force left alignment */
	}

	.details-title {
		font-size: 1.1rem; /* Smaller than default h5 */
		font-weight: 600;
		text-align: left !important; /* Force left alignment */
	}
	
	/* Hide category navigation on mobile */
	.nav.nav-underline {
		display: none !important;
	}
	
	/* Align breadcrumb with section title on mobile */
	.breadcrumb {
		padding-left: .5rem; /* Match section title padding */
	}

	#attraction-counter {
		padding-left: 1.5rem !important; /* Match section title padding */
	}
	
	/* View template specific mobile fixes */
	.card {
		border-radius: 12px !important;
	}
	
	.card-header {
		border-top-left-radius: 12px !important;
		border-top-right-radius: 12px !important;
	}
	
	/* Ensure proper spacing on mobile for view template */
	.container.px-3 {
		padding-left: 1rem !important;
		padding-right: 1rem !important;
	}
	
	/* Mobile carousel styling */
	.carousel.slide {
		border-radius: 12px !important;
	}
	
	/* Mobile form styling improvements */
	.form-control,
	.form-select {
		border-radius: 8px !important;
		font-size: 14px !important;
	}
	
	/* Mobile button improvements for view template */
	.btn {
		border-radius: 8px !important;
	}
	
	.btn-warning {
		font-size: 16px !important;
		padding: 12px 20px !important;
	}
	
	/* Alert styling for mobile */
	.alert {
		border-radius: 8px !important;
		font-size: 14px !important;
	}
	
	/* Sticky positioning fix for mobile */
	.position-sticky {
		position: relative !important;
		top: auto !important;
	}
}

#backToTopBtn {
	display: none;
	position: fixed;
	bottom: 32px;
	right: 32px;
	z-index: 9999;
	width: 50px;
	height: 50px;
	font-size: 2.5rem;
	opacity: 0;
	transition: opacity 0.3s ease-in-out;
}

/* Mobile: Lower z-index to avoid appearing over floating buttons */
@media (max-width: 768px) {
	#backToTopBtn {
		z-index: 999;
	}
}

.category-breadcrumb {
	font-size: .8rem;
	font-weight: 500;
}

.category-breadcrumb:hover:not(.active),
.category-breadcrumb:focus:not(.active),
.category-breadcrumb a:hover:not(.active),
.category-breadcrumb a:focus:not(.active) {
	color: #FFD600 !important;
	text-decoration: none;
}

.category-breadcrumb .active {
	cursor: none;
	color: inherit !important;
	text-decoration: none !important;
}

.category-breadcrumb-separator {
	font-size: .7rem;
}

.category-nav {
	color: #6c757d;
	transition: all 0.3s ease;
}

.category-nav:hover {
	color: #FFD600;
	text-decoration: none;
}

.btn-qty {
	width: 32px;
	height: 32px;
	font-size: 0.8rem;
	padding: 0;
	background-color: #FFD600;
	border: 1px solid #FFD600;
	color: #000;
}

.ticket-quantity {
	width: 35px;
	height: 32px;
	font-size: 0.7rem;
	padding: 0;
	line-height: 22px;
	text-align: center !important;
	display: flex;
	align-items: center;
	justify-content: center;
	border: 1px solid #ddd;
}

/* Ticket quantity button styling */
.ticket-increase,
.ticket-decrease {
	background-color: #FFD600 !important;
	border-color: #FFD600 !important;
	color: #000 !important;
	width: 32px;
	height: 32px;
	padding: 0;
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 4px;
	transition: all 0.2s ease;
}

.ticket-increase:hover,
.ticket-decrease:hover {
	background-color: #E6C200 !important;
	border-color: #E6C200 !important;
	color: #000 !important;
	transform: scale(1.05);
	box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}

.ticket-increase:active,
.ticket-decrease:active {
	background-color: #CCB000 !important;
	border-color: #CCB000 !important;
	color: #000 !important;
	transform: scale(0.95);
}

.ticket-increase:focus,
.ticket-decrease:focus {
	background-color: #E6C200 !important;
	border-color: #E6C200 !important;
	color: #000 !important;
	box-shadow: 0 0 0 0.2rem rgba(255, 214, 0, 0.25);
}

/* Highlight effect for tickets section */
.highlight-section {
	border: 2px solid #FFD600 !important;
	box-shadow: 0 0 15px rgba(255, 214, 0, 0.3) !important;
	transition: all 0.3s ease !important;
}


/* Modern Calendar Styling */
.ui-datepicker {
	background: #ffffff;
	border: 1px solid #e0e0e0;
	border-radius: 12px;
	box-shadow: 0 8px 25px rgba(0, 0, 0, 0.15);
	font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif;
	font-size: 14px;
	padding: 16px;
	width: 300px;
	margin-top: 5px;
	z-index: 99999 !important;
	position: absolute !important;
}

/* Ensure datepicker appears above all elements */
.ui-datepicker-div {
	z-index: 99999 !important;
	position: absolute !important;
}

/* Header styling */
.ui-datepicker .ui-datepicker-header {
	background: linear-gradient(135deg, #FFD600, #FFA500);
	border: none;
	border-radius: 8px;
	color: #333;
	font-weight: 600;
	padding: 12px 50px; /* More padding for nav buttons */
	margin-bottom: 12px;
	position: relative;
	min-height: 40px;
	display: flex;
	align-items: center;
	justify-content: center;
}

.ui-datepicker .ui-datepicker-title {
	color: #333;
	font-size: 16px;
	font-weight: 600;
	text-align: center;
	line-height: 1.2;
	margin: 0;
	padding: 0;
	flex: 1;
}

/* Navigation buttons */
.ui-datepicker .ui-datepicker-prev,
.ui-datepicker .ui-datepicker-next {
	background: rgba(255, 255, 255, 0.3) !important;
	border: none !important;
	border-radius: 50%;
	color: #333;
	cursor: pointer;
	height: 32px !important;
	width: 32px !important;
	top: 50% !important;
	transform: translateY(-50%) !important;
	transition: all 0.2s ease;
	display: flex !important;
	align-items: center;
	justify-content: center;
	position: absolute !important;
	text-align: center;
	z-index: 10;
}

.ui-datepicker .ui-datepicker-prev:hover,
.ui-datepicker .ui-datepicker-next:hover {
	background: rgba(255, 255, 255, 0.6) !important;
	transform: translateY(-50%) scale(1.1) !important;
}

.ui-datepicker .ui-datepicker-prev {
	left: 8px !important;
}

.ui-datepicker .ui-datepicker-next {
	right: 8px !important;
}

.ui-datepicker .ui-datepicker-prev span,
.ui-datepicker .ui-datepicker-next span {
	background-image: none !important;
	background: none !important;
	display: none !important;
	width: 0 !important;
	height: 0 !important;
}

/* Hide default spans and replace with centered symbols */
.ui-datepicker .ui-datepicker-prev:after,
.ui-datepicker .ui-datepicker-next:after {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 16px;
	font-weight: bold;
	color: #333;
	line-height: 1;
	pointer-events: none;
}

.ui-datepicker .ui-datepicker-prev:after {
	content: "‹";
	font-size: 20px;
}

.ui-datepicker .ui-datepicker-next:after {
	content: "›";
	font-size: 20px;
}

/* Calendar table */
.ui-datepicker table {
	border-collapse: separate;
	border-spacing: 3px;
	width: 100%;
	margin: 8px 0;
}

/* Day headers */
.ui-datepicker .ui-datepicker-calendar th {
	background: #f8f9fa;
	border: none;
	border-radius: 6px;
	color: #666;
	font-size: 12px;
	font-weight: 600;
	padding: 8px 4px;
	text-align: center;
	text-transform: uppercase;
}

/* Day cells */
.ui-datepicker .ui-datepicker-calendar td {
	border: none;
	padding: 2px;
}

.ui-datepicker .ui-datepicker-calendar td a,
.ui-datepicker .ui-datepicker-calendar td span {
	background: #f8f9fa;
	border: 2px solid transparent;
	border-radius: 8px;
	color: #333;
	display: block;
	font-size: 13px;
	font-weight: 500;
	padding: 8px 6px;
	text-align: center;
	text-decoration: none;
	transition: all 0.2s ease;
	min-height: 16px;
}

/* Hover effect */
.ui-datepicker .ui-datepicker-calendar td a:hover {
	background: #FFD600;
	border-color: #FFD600;
	color: #333;
	transform: translateY(-1px);
	box-shadow: 0 2px 8px rgba(255, 214, 0, 0.3);
}

/* Today */
.ui-datepicker .ui-datepicker-today a {
	background: #e3f2fd;
	border-color: #2196f3;
	color: #1976d2;
	font-weight: 600;
}

/* Selected date */
.ui-datepicker .ui-datepicker-current-day a,
.ui-state-active {
	background: #FFD600 !important;
	border-color: #FFD600 !important;
	color: #333 !important;
	font-weight: 600 !important;
	box-shadow: 0 2px 8px rgba(255, 214, 0, 0.4) !important;
}

/* Disabled/unavailable dates */
.ui-datepicker .ui-state-disabled span {
	background: #f5f5f5;
	color: #ccc;
	cursor: not-allowed;
}

/* Other month dates */
.ui-datepicker .ui-datepicker-other-month a {
	background: transparent;
	color: #ccc;
}

.ui-datepicker .ui-datepicker-other-month a:hover {
	background: #f0f0f0;
	color: #999;
}

/* Responsive design */
@media (max-width: 768px) {
	.ui-datepicker {
		width: 90vw !important;
		max-width: 320px !important;
		min-width: 280px !important;
		padding: 12px;
		font-size: 16px !important; /* Prevent zoom on iOS */
		position: fixed !important;
		left: 50% !important;
		top: 50% !important;
		transform: translate(-50%, -50%) !important;
		z-index: 99999 !important;
		margin: 0 !important;
	}

	.ui-datepicker .ui-datepicker-calendar td a,
	.ui-datepicker .ui-datepicker-calendar td span {
		padding: 10px 6px;
		font-size: 14px;
		min-height: 18px;
		min-width: 18px;
		line-height: 1.2;
	}
	
	/* Mobile date input improvements */
	.date-pick {
		font-size: 13px !important; /* Prevent zoom on iOS */
		padding: 10px 13px !important;
		cursor: pointer !important;
		user-select: none !important;
	}
	
	.time-pick {
		font-size: 16px !important; /* Prevent zoom on iOS */
		padding: 12px 32px 12px 16px !important;
	}
	
	/* Make datepicker touch-friendly */
	.ui-datepicker .ui-datepicker-prev,
	.ui-datepicker .ui-datepicker-next {
		width: 36px !important;
		height: 36px !important;
		touch-action: manipulation;
	}
	
	/* Better touch targets for calendar days */
	.ui-datepicker .ui-datepicker-calendar th {
		padding: 8px 4px;
		font-size: 12px;
		text-align: center;
	}
	
	/* Adjust calendar table for mobile */
	.ui-datepicker table {
		border-spacing: 2px;
		width: 100%;
		font-size: 14px;
	}
	
	/* Mobile header adjustments */
	.ui-datepicker .ui-datepicker-header {
		padding: 10px 45px !important;
		margin-bottom: 8px;
		min-height: 44px !important;
	}
	
	.ui-datepicker .ui-datepicker-title {
		font-size: 15px !important;
		line-height: 1.3;
		font-weight: 600 !important;
	}
	
	/* Mobile navigation button adjustments */
	.ui-datepicker .ui-datepicker-prev,
	.ui-datepicker .ui-datepicker-next {
		width: 38px !important;
		height: 38px !important;
		top: 50% !important;
		transform: translateY(-50%) !important;
	}
	
	.ui-datepicker .ui-datepicker-prev {
		left: 6px !important;
	}
	
	.ui-datepicker .ui-datepicker-next {
		right: 6px !important;
	}
	
	.ui-datepicker .ui-datepicker-prev:after,
	.ui-datepicker .ui-datepicker-next:after {
		font-size: 18px !important;
	}
	
	.ui-datepicker .ui-datepicker-prev:hover,
	.ui-datepicker .ui-datepicker-next:hover {
		transform: translateY(-50%) scale(1.05) !important;
	}
}

/* Extra small mobile devices */
@media (max-width: 480px) {
	.ui-datepicker {
		width: 95vw !important;
		max-width: 300px !important;
		padding: 8px;
	}
	
	.ui-datepicker .ui-datepicker-calendar td a,
	.ui-datepicker .ui-datepicker-calendar td span {
		padding: 8px 4px;
		font-size: 13px;
		min-height: 16px;
		min-width: 16px;
	}
	
	.ui-datepicker .ui-datepicker-calendar th {
		padding: 6px 2px;
		font-size: 11px;
	}
	
	.ui-datepicker table {
		border-spacing: 1px;
	}
	
	/* Extra small mobile header */
	.ui-datepicker .ui-datepicker-header {
		padding: 8px 40px !important;
		min-height: 40px !important;
	}
	
	.ui-datepicker .ui-datepicker-title {
		font-size: 14px !important;
	}
	
	.ui-datepicker .ui-datepicker-prev,
	.ui-datepicker .ui-datepicker-next {
		width: 34px !important;
		height: 34px !important;
	}
	
	.ui-datepicker .ui-datepicker-prev {
		left: 4px !important;
	}
	
	.ui-datepicker .ui-datepicker-next {
		right: 4px !important;
	}
	
	.ui-datepicker .ui-datepicker-prev:after,
	.ui-datepicker .ui-datepicker-next:after {
		font-size: 16px !important;
	}
}

/* Animation for calendar appearance */
.ui-datepicker {
	animation: calendarSlideIn 0.3s ease-out;
}

@keyframes calendarSlideIn {
	from {
		opacity: 0;
		transform: translateY(-10px) scale(0.95);
	}

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

/* Enhanced date input styling */
.date-pick {
	background: #ffffff;
	border: 2px solid #e9ecef;
	border-radius: 8px;
	padding: 8px 12px;
	font-size: 13px;
	transition: all 0.3s ease;
	box-shadow: 0 2px 4px rgba(0, 0, 0, 0.05);
}

.date-pick:focus {
	border-color: #FFD600;
	box-shadow: 0 0 0 3px rgba(255, 214, 0, 0.1);
	outline: none;
}

.date-pick:hover {
	border-color: #FFD600;
}

/* Enhanced time input styling - same as date-pick but with select arrow */
.time-pick {
	background: #ffffff url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23333' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='m2 5 6 6 6-6'/%3e%3c/svg%3e") no-repeat;
	background-position: right 20px center;
	background-size: 12px;
	border: 2px solid #e9ecef;
	border-radius: 8px;
	padding: 8px 28px 8px 12px;
	font-size: 13px;
	transition: all 0.3s ease;
	box-shadow: 0 2px 4px rgba(0, 0, 0, 0.05);
	/* Remove default appearance to use custom arrow */
	appearance: none;
	-webkit-appearance: none;
	-moz-appearance: none;
}

.time-pick:focus {
	border-color: #FFD600;
	box-shadow: 0 0 0 3px rgba(255, 214, 0, 0.1);
	outline: none;
}

.time-pick:hover {
	border-color: #FFD600;
}

/* Change date button styling */
#change-date-btn {
	background: #ffffff;
	border: 2px solid #FFD600;
	border-radius: 8px;
	color: #333;
	font-weight: 500;
	padding: 8px 12px;
	font-size: 13px;
	transition: all 0.3s ease;
	box-shadow: 0 2px 4px rgba(0, 0, 0, 0.05);
	height: auto;
}

#change-date-btn:hover {
	background: #FFD600;
	color: #333;
	transform: translateY(-1px);
	box-shadow: 0 4px 8px rgba(255, 214, 0, 0.3);
}

/* Responsive adjustments */
@media (max-width: 576px) {
    .attraction-image,
    .attraction-icon {
        height: 180px;
    }
}

@media (min-width: 992px) {
    .attraction-image,
    .attraction-icon {
        height: 220px;
    }
}


/* Consistent Card Heights */
.attraction-card .card {
    height: 320px !important;
    display: flex !important;
    flex-direction: column !important;
}

.attraction-card .card-img-top,
.attraction-card .attraction-icon {
    height: 200px !important;
    object-fit: cover !important;
    flex-shrink: 0 !important;
}

.attraction-card .attraction-icon {
    background: #ffffff !important;
    border-bottom: 1px solid #e9ecef;
}

.attraction-card .attraction-icon img {
    width: 80px !important;
    height: 80px !important;
    object-fit: contain !important;
    max-width: none !important;
}

.attraction-card-body {
    height: 120px !important;
    display: flex !important;
    flex-direction: column !important;
    justify-content: space-between !important;
}

/* Title Truncation - Max 2 Lines */
.attraction-title-truncate {
    display: -webkit-box !important;
    -webkit-line-clamp: 2 !important;
    line-clamp: 2 !important;
    -webkit-box-orient: vertical !important;
    overflow: hidden !important;
    line-height: 1.2 !important;
    height: 2.4em !important;
    text-overflow: ellipsis !important;
}

/* Price section positioning */
.attraction-card .card-body > div:last-child {
    margin-top: auto !important;
}

/* Responsive adjustments */
@media (max-width: 576px) {
    .attraction-card .card {
        height: 280px !important;
    }
    
    .attraction-card .card-img-top,
    .attraction-card .attraction-icon {
        height: 160px !important;
    }
    
    .attraction-card-body {
        height: 120px !important;
    }
}

/* Mobile Floating Buttons */
.mobile-floating-book-btn {
	position: fixed;
	bottom: 20px;
	left: 50%;
	transform: translateX(-50%);
	z-index: 1000;
	display: flex !important;
	flex-direction: row !important;
	gap: 10px;
	align-items: center;
	justify-content: center;
	white-space: nowrap;
}

.mobile-floating-book-btn button {
	background: #FFD600 !important;
	border: none;
	border-radius: 50px;
	padding: 12px 24px;
	font-size: 1rem;
	color: white !important;
	min-width: 130px;
	max-width: 140px;
	display: inline-block;
}

.mobile-floating-book-btn button:hover,
.mobile-floating-book-btn button:active {
	background: #E6C200 !important;
	transform: scale(1.05);
}

/* Checkout Button Specific Styles */
.mobile-floating-book-btn #mobile-checkout {
	background: #ad9100 !important;
	border: none;
	border-radius: 50px;
	padding: 12px 24px;
	font-size: 1rem;
	color: white !important;
	min-width: 130px;
	max-width: 140px;
	flex-shrink: 0;
	display: inline-block;
}

.mobile-floating-book-btn #mobile-checkout:hover,
.mobile-floating-book-btn #mobile-checkout:active {
	background: #ad9100 !important;
	transform: scale(1.05);
}

/* Hide on larger screens */
@media (min-width: 992px) {
	.mobile-floating-book-btn {
		display: none !important;
	}
}

#booking-sidebar {
	top: 70px;
}

#booking-sidebar > .card {
	border-top: 7px solid #FFD600 !important;
}

/* Hide book-now-container on mobile when floating button is available */
@media (max-width: 991px) {
	#book-now-container {
		display: none !important;
	}
	
	/* Hide booking sidebar on mobile until tickets are selected */
	#booking-sidebar {
		display: none !important;
	}
	
	/* Show booking sidebar on mobile when tickets are selected */
	#booking-sidebar.tickets-selected {
		display: block !important;
		margin-bottom: 5rem !important; /* Same as mb-5 */
	}
}

.tickets-container {
	border-radius: 8px;
	padding: 1rem;
}

.product-title {
	overflow-wrap: break-word;
}

.product-tnc {
	overflow-wrap: break-word;
	background-color: #fcf2d4ff;
	border: 1px solid #ffe494ff;
	border-radius: 4px;
}

/* Highlight section animation for mobile scroll */
.highlight-section {
	border: 2px solid #FFD600 !important;
	border-radius: 8px !important;
	transition: all 0.3s ease !important;
	animation: highlight-pulse 0.5s ease !important;
}

@keyframes highlight-pulse {
	0% {
		transform: scale(1);
		box-shadow: 0 0 0 rgba(255,214,0,0.4);
	}
	50% {
		transform: scale(1.02);
		box-shadow: 0 0 20px rgba(255,214,0,0.4);
	}
	100% {
		transform: scale(1);
		box-shadow: 0 0 0 rgba(255,214,0,0.4);
	}
}

.fs-075-rem {
	font-size: 0.75rem;
}

.fs-085-rem {
	font-size: 0.85rem;
}

.fs-1-rem {
	font-size: 1rem;
}

.fs-5-rem {
	font-size: 0.5rem;
}

.fs-8-rem {
	font-size: .8rem;
}

.fs-15-rem {
	font-size: 1.5rem;
}

.fs-20-px {
	font-size: 20px;
}

.w-120-px {
	width: 120px;
}

.checkout-second-label {
	font-size: .8rem;
	color: #5c5c5cff;
}

.checkout-card {
	border-top: 5px solid #FFD600 !important;
}

.color-primary {
	color: #FFD600 !important;
}

.subscribe-container {
	max-width: 100%;
}

.input-subscribe {
	font-size: 0.9rem;
}

#button-subscribe {
	font-size: 0.9rem;
	white-space: nowrap;
	background-color: #FFD600;
	color: #000;
}

#main-header {
	gap: 24px;
}