
#sq_layout_grid {
	width: 100%;
	min-height: 100%;
	display: flex;
}

.sq-col {
	padding: 30px 18px;
	background: linear-gradient(90deg, rgba(0, 0, 0, .9) 0%, rgba(0, 0, 0, .72) 100%);
	position: relative;
	display: flex;
	flex-direction: column;
	overflow: hidden;
	flex: 1 1 25%;
	transition: flex-basis .7s ease;
}

.sq-col.active {
	flex-basis: 81.58%;
}

.sq-col-overlay {
	position: absolute;
	inset: 0;
	background: linear-gradient(90deg, rgba(0, 0, 0, .9) 0%, rgba(0, 0, 0, .72) 100%);
}

/*.sq-col:before {*/

/*content: "";*/

/*background: linear-gradient(90deg, rgba(0, 0, 0, 0.9) 0%, rgba(0, 0, 0, 0.72) 100%);*/

/*position: absolute;*/

/*top: 0;*/

/*width: 100%;*/

/*height: 100%;*/

/*left: 0;*/

/*}*/

/*.sq-col:hover {*/

/*flex-basis: 81.58%;*/

/*}*/
.bronze {
	background-image: url("https://cdn-ileofhk.nitrocdn.com/flGIxZTXufVwAYYGPjBSyiPyJyukqlFN/assets/images/optimized/rev-6893dc9/www.cyclecentre.com/wp-content/uploads/2026/02/package-bg.png");
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
}

.bronze.nitro-lazy {
	background-image: none !important;
}

.silver {
	background-image: url("https://cdn-ileofhk.nitrocdn.com/flGIxZTXufVwAYYGPjBSyiPyJyukqlFN/assets/images/optimized/rev-6893dc9/www.cyclecentre.com/wp-content/uploads/2026/02/0a6067.png");
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
}

.silver.nitro-lazy {
	background-image: none !important;
}

.gold-featured {
	background-image: url("https://cdn-ileofhk.nitrocdn.com/flGIxZTXufVwAYYGPjBSyiPyJyukqlFN/assets/images/optimized/rev-6893dc9/www.cyclecentre.com/wp-content/uploads/2026/02/28d57ebddd0eaf.png");
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
}

.gold-featured.nitro-lazy {
	background-image: none !important;
}

.bespoke {
	background-image: url("https://cdn-ileofhk.nitrocdn.com/flGIxZTXufVwAYYGPjBSyiPyJyukqlFN/assets/images/optimized/rev-6893dc9/www.cyclecentre.com/wp-content/uploads/2026/02/8482489d822f44fcd623964.png");
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
}

.bespoke.nitro-lazy {
	background-image: none !important;
}

.sq-col .card-body {
	height: 250px;
	overflow-y: auto;
	overflow-x: hidden;
	margin-right: -6px;
}

.sq-col .card-body::-webkit-scrollbar {
	width: 2px;
}

.sq-col .card-body::-webkit-scrollbar-track {
	background: transparent;
}

.sq-col .card-body::-webkit-scrollbar-thumb {
	background-image: linear-gradient(to bottom, #ff7a00, #ff3d00);
	border-radius: 10px;
}

.content-booking p {
	font-size: 14px;
	line-height: 1.6;
	opacity: .9;
	color: rgba(255, 255, 255, .5);
	font-weight: 400;
}

.content-booking {
	position: relative;
	z-index: 1;
	height: 100%;
}

.sq-variant-card {
	/*border: 1px solid #ccc;*/
	padding: 10px;
	margin-bottom: 8px;
	/*border-radius: 6px;*/
	
	/*background: #fff;*/
	cursor: pointer;
}

/*.sq-variant-card.active {*/

/*background: #2271b1;*/

/*color: #fff;*/

/*}*/
.sq-price {
	font-size: 28px;
	font-weight: bold;
	margin: 20px 0;
	color: #fff;
}

.sq-book-trigger {
	margin-top: 10px;
	width: 100%;
	padding: 8px;
	background: #2271b1;
	color: #fff;
	border: 0;
	border-radius: 4px;
	cursor: pointer;
}

#sq_popup {
	position: fixed;
	inset: 0;
	background: rgba(0, 0, 0, .55);
	display: none;
	z-index: 999999;
}

/* TRUE CENTER FIX */
#sq_popup.show {
	display: flex !important;
	align-items: center;
	justify-content: center;
}

.sq_popup_inner {
	background: #fff;
	border-radius: 1rem;
	width: 720px;
	max-width: 95%;
	padding: 0 1rem;
	overflow: hidden;
	animation: sqPop .2s ease;
}

/* HEADER */
.sq_popup_header {
	color: #000;
	padding: 12px 16px;
	font-weight: 600;
	display: flex;
	justify-content: space-between;
	align-items: center;
	font-size: 20px;
	line-height: 28px;
	position: relative;
}

#sq_close {
	background: none;
	border: 0;
	color: #000;
	font-size: 18px;
	cursor: pointer;
	position: absolute;
	right: 0;
	top: 15px;
}

/* BODY */
.sq_popup_body {
	display: flex;
}

.sq_left {
	width: 50%;
	padding: 1rem;
}

.sq_popup_inner .sq_left {
	border-right: solid 1px #f1f5f9;
}

.sq_right {
	width: 50%;
	padding: 1rem;
	display: flex;
	flex-direction: column;
	gap: 10px;
}

.sq_popup_inner .flatpickr-calendar {
	opacity: 0;
	display: none;
	text-align: center;
	visibility: hidden;
	-webkit-animation: none;
	animation: none;
	direction: ltr;
	border: 0;
	font-size: 14px;
	line-height: 24px;
	border-radius: 5px;
	position: absolute;
	width: 307.875px;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	-ms-touch-action: manipulation;
	touch-action: manipulation;
	background-color: #f8fafc;
	padding: 20px;
}

.sq_popup_inner .flatpickr-current-month .flatpickr-monthDropdown-months {
	appearance: menulist;
	background: transparent;
	border: none;
	border-radius: 0;
	box-sizing: border-box;
	color: inherit;
	cursor: pointer;
	font-size: inherit;
	font-family: inherit;
	font-weight: 300;
	height: auto;
	line-height: inherit;
	margin: -1px 0 0 0;
	outline: none;
	padding: 0 0 0 .5ch;
	position: relative;
	vertical-align: initial;
	-webkit-box-sizing: border-box;
	-webkit-appearance: menulist;
	-moz-appearance: menulist;
	width: auto;
}

.sq_popup_inner .flatpickr-current-month .flatpickr-monthDropdown-months:hover {
	background: transparent;
}

/*.sq_left input, .sq_left select, .sq_right input {*/

/*width: 100%;*/

/*padding: 0.575rem 1rem;*/

/*background-color: #f8fafc;*/

/*border-radius: 0.75rem;*/

/*}*/
.my-input-new {
	background-color: #f8fafc;
	padding: .575rem 1rem;
	border: 0;
	border-radius: 0 10px 10px 0;
	height: 48px;
	position: relative;
	flex: 1 1 auto;
	width: 1%;
	min-width: 0;
}

#sq_final_book {
	color: #fff;
	border: 0;
	cursor: pointer;
	background-color: #fd6732;
	border-radius: 50px 50px 50px 50px;
	padding: 15px 60px 15px 60px;
	box-shadow: 0 10px 15px -3px rgba(0, 0, 0, .1), 0 4px 6px -4px rgba(0, 0, 0, .1);
	font-weight: 700;
}

#sq_final_book:hover {
	background-color: #dd5120;
}

.booking-refresh {
	display: flex;
	gap: 10px;
	justify-content: center;
	align-items: center;
}

.mt-50 {
	margin-top: 50px !important;
}

.btn-refresh {
	border: 1px solid #fd6732;
	border-radius: 49px;
	padding: 8px 20px;
	background-color: transparent;
	color: #fd6732;
	cursor: pointer;
}

.btn-refresh:hover {
	background-color: #fd6732;
	border-color: #fd6732;
}

.btn-refresh .emoji {
	margin-right: 5px !important;
}

.select-booking {
	display: block;
	padding: .375rem 2.75rem .375rem .95rem;
	-moz-padding-start: calc(.75rem - 3px);
	font-size: 14px;
	font-weight: 400;
	line-height: 1.5;
	color: #fd6732;
	background-color: transparent;
	background-image: url("https://cdn-ileofhk.nitrocdn.com/flGIxZTXufVwAYYGPjBSyiPyJyukqlFN/assets/images/optimized/rev-6893dc9/www.cyclecentre.com/wp-content/uploads/2026/02/select-dropdown.png");
	background-repeat: no-repeat;
	background-position: right .75rem center;
	background-size: 12px 8px;
	border: 1px solid #fd6732;
	border-radius: 50px;
	transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
}

.select-booking.nitro-lazy {
	background-image: none !important;
}

.sq-book-trigger {
	align-self: flex-start;
	background: #fd6732;
	border: 2px solid #fd6732;
	color: #fff;
	padding: 10px 18px;
	font-size: 12px;
	font-weight: bold;
	border-radius: 20px;
	cursor: pointer;
	box-shadow: 0px 2.77px 2.21px 0px rgba(0, 0, 0, .02);
}

.sq-book-trigger:hover {
	background: transparent;
	border-color: #fd6732;
}

.card-body {
	flex: 1 1 auto;
	padding: 1rem 1rem;
}

.card-footer {
	padding: .5rem 1rem;
}

.sq-col .card-footer #col_mods label {
	font-size: 14px;
	line-height: 1.6;
	opacity: .9;
	color: rgba(255, 255, 255, .5);
	font-weight: 400;
}

.sq-col .card-footer {
	position: relative;
	z-index: 1;
}

.sq-col h4 {
	font-size: 22px;
	letter-spacing: 1px;
	color: #fff;
	font-weight: 300;
}

.sq-col p {
	font-size: 14px;
	line-height: 1.6;
	opacity: .9;
	color: rgba(255, 255, 255, .5);
	font-weight: 400;
	display: none;
}

.sq-col.active p {
	display: block;
}

.sq-col.active .content-booking p {
	border-bottom: 1px solid #fff;
	padding-bottom: 20px;
}

.sq-col .bike-type {
	font-size: 13px;
	color: rgba(255, 255, 255, .5);
	margin-bottom: 18px;
	display: none;
}

.sq-col .bike-type span {
	color: #fff;
	font-weight: 500;
}

.sq-col.active .bike-type {
	display: block;
	border-bottom: transparent !important;
}

.sq-col .card-body {
	position: relative;
}

.grid-service {
	display: grid;
	gap: 16px;
	margin-top: 20px;
	width: 100%;
	grid-template-columns: repeat(2, 1fr);
}

.service-card {
	border-radius: 25px;
	padding: 22px;
	border: 1px solid rgba(253, 103, 50, .9);
	background: rgba(0, 0, 0, .71);
	position: relative;
}

.service-card h3 {
	font-size: 16px;
	font-weight: 600;
	color: #fff;
}

.service-option {
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding: 14px 0px;
	border-radius: 12px;
	cursor: pointer;
	position: relative;
}

.service-option .title {
	font-size: 13px;
	font-weight: 500;
	color: #fff;
}

.service-option .right {
	display: flex;
	align-items: center;
	gap: 12px;
}

.service-option .right .price {
	color: #ff7a1a;
	font-size: 15px !important;
	font-weight: 700 !important;
}

.service-option input {
	display: none;
}

/* Custom checkbox */
.service-option .checkmark {
	width: 17px;
	height: 17px;
	border: 1.5px solid #fd6732;
	border-radius: 6px;
	display: flex;
	align-items: center;
	justify-content: center;
	color: #fd6732;
	font-size: 18px;
	position: relative;
}

/* Checked state */
.service-option input:checked + .checkmark::after {
	content: "";
	width: 8px;
	height: 6px;
	position: absolute;
	background-image: url("https://cdn-ileofhk.nitrocdn.com/flGIxZTXufVwAYYGPjBSyiPyJyukqlFN/assets/images/optimized/rev-6893dc9/www.cyclecentre.com/wp-content/uploads/2026/02/check-v.png");
	background-repeat: no-repeat;
	top: 5px;
	left: 4px;
}

.select-btn {
	background: #fd6732;
	border: none;
	color: #fff;
	padding: 7px 26px;
	font-size: 14px;
	border-radius: 60px;
	cursor: pointer;
}

.select-btn:hover {
	background: #f55d27;
}

.btn-wrap-service {
	margin: 0 auto;
	position: absolute;
	bottom: -9px;
	left: 50%;
	transform: translateX(-50%);
	display: flex;
	justify-content: center;
	align-items: center;
}

.wrapper-booking {
	position: relative;
	z-index: 2;
	padding: 0;
	height: 100%;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	position: relative;
}

.sq-variant-card {
	height: 100%;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	position: relative;
}

.bottom-mt-auto {
	display: flex;
	flex-direction: column;
	gap: 14px;
	margin-top: auto;
}

.sq-col.active .bottom-mt-auto {
	margin-top: 0;
}

.sq-col.active .wrapper-booking {
	height: auto;
}

.sq-col.active .wrapper-booking .sq-book-trigger {}

@keyframes sqPop {
	from {
		transform: translateY(20px);
		opacity: .6;
	}
	
	to {
		transform: translateY(0);
		opacity: 1;
	}
}

#sq_calendar {
	max-width: 360px;
	margin: auto;
}

.sq-time-wrapper {
	border-top: transparent;
	margin-top: 10px;
	padding-top: 10px;
}

.sq-timezone {
	text-align: center;
	color: #777;
	font-size: 13px;
	margin-bottom: 10px;
}

.sq_popup_inner .flatpickr-day.today {
	border-color: #fd6732;
	background: #fd6732;
	color: #fff;
	box-shadow: 0 10px 15px -3px rgba(0, 0, 0, .1), 0 4px 6px -4px rgba(0, 0, 0, .1);
}

.sq_popup_inner .flatpickr-day.today:hover, .flatpickr-day.today:focus {
	border-color: #fd6732;
	background: #fd6732;
	color: #fff;
}

.flatpickr-day.inRange, .flatpickr-day.prevMonthDay.inRange, .flatpickr-day.nextMonthDay.inRange, .flatpickr-day.today.inRange, .flatpickr-day.prevMonthDay.today.inRange, .flatpickr-day.nextMonthDay.today.inRange, .flatpickr-day:hover, .flatpickr-day.prevMonthDay:hover, .flatpickr-day.nextMonthDay:hover, .flatpickr-day:focus, .flatpickr-day.prevMonthDay:focus, .flatpickr-day.nextMonthDay:focus {
	cursor: pointer;
	outline: 0;
	background: transparent !important;
	border-color: transparent !important;
	color: #fd6732;
}

.sq_popup_inner .flatpickr-day {
	font-weight: 600;
}

.input-group {
	position: relative;
	display: flex;
	flex-wrap: wrap;
	align-items: stretch;
	width: 100%;
}

.input-group-text {
	display: flex;
	align-items: center;
	padding: .375rem .75rem;
	font-size: 1rem;
	font-weight: 400;
	line-height: 1.5;
	color: #212529;
	text-align: center;
	white-space: nowrap;
	background-color: #f8fafc;
	border: 1px solid #f8fafc;
	border-radius: 6px;
}

.input-group-text {
	background: #f8fafc;
	border: 0;
	border-radius: 10px 0 0 10px;
}

.form-label {
	font-weight: 600;
	font-size: 14px;
	margin-bottom: .5rem;
	display: inline-block;
}

.subtitle-text {
	font-size: 14px;
	color: #6c757d;
	margin-bottom: 1.5rem !important;
}

.mt-5 {
	margin-top: 3rem !important;
}

.sq-selected-day {
	font-weight: 600;
	margin-bottom: 10px;
}

.sq-slot-section {
	margin-bottom: 14px;
}

.sq-slot-title {
	font-weight: 600;
	margin-bottom: 6px;
}

.sq-slot-grid {
	display: flex;
	flex-wrap: wrap;
	gap: 8px;
}

.sq-slot-btn {
	background: #eee;
	border: none;
	padding: 10px 14px;
	border-radius: 8px;
	cursor: pointer;
	min-width: 90px;
}

.sq-slot-btn:hover {
	background: #e0e7ff;
}

.sq-slot-btn.active {
	background: #111;
	color: #fff;
}

.sq-no-slots, .sq-loading {
	color: #888;
	font-size: 13px;
	padding: 10px;
}

.iti {
	width: 100%;
}

.my-input-new.iti__tel-input {
	width: 100%;
}

.slots-ui-list {
	display: flex;
	flex-wrap: wrap;
	gap: 10px;
	overflow-x: auto;
	max-height: 120px;
	border: solid #eee 1px;
	padding: 10px;
	border-radius: 20px;
}

.slots-ui-list .sq-slot-btn {
	min-width: 30%;
}

.sq_right .iti__selected-flag {
	border-radius: 10px 0px 0px 10px;
}

.sq_right .iti__flag-container {
	padding: 0;
}

.sq-booking-done .sq-booking-message {
	padding: 20px;
}

.success-icon {
	width: 5rem;
	height: 5rem;
	background-color: #f0fdf4;
	margin: 0 auto;
	border-radius: 9999px;
	display: flex;
	justify-content: center;
	align-items: center;
}

.success-icon .icon-check {
	color: #22c55e;
	font-size: 2rem !important;
	line-height: 1;
}

.thank-text {
	font-size: 1.125rem;
	line-height: 1.75rem;
	color: #6b7280;
	max-width: 430px;
	margin: 0 auto;
}

.booking-id-box {
	padding: .5rem 2rem;
	background-color: #ffece3;
	border-radius: .5rem;
	display: flex;
	margin: 2rem auto;
	justify-content: center;
	max-width: max-content;
	flex-direction: column;
	text-align: center;
}

.summary-box {
	border-radius: 16px;
	background-color: #f9fafb;
	border: solid 1px #f3f4f6;
	padding: 10px 20px;
	max-width: 50%;
	margin: 0 auto 25px;
}

.align-items-center {
	align-items: center;
}

.summary-title {
	font-size: 16px;
	letter-spacing: 1px;
	font-weight: 600;
	color: #040202;
	margin-bottom: 15px;
	text-transform: uppercase;
}

.booking-id-box span {
	font-size: .75rem;
	line-height: 1rem;
	font-weight: 600;
	margin-bottom: .25rem;
	color: #fd6732;
}

.booking-id-box strong {
	font-weight: 700;
	color: #000 !important;
}

.text-start {
	text-align: left;
}

.summary-box p {
	font-size: 14px;
	font-weight: 500;
	color: #111827;
}

.gap-4 {
	gap: 1rem;
}

.grid {
	display: grid;
}

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

.space-y-4 {
	margin-top: 16px;
	margin-bottom: 0;
}

.leading-tight {
	line-height: 1.25;
}

.text-gray-500 {
	color: #6b7280 !important;
}

.font-medium {
	font-weight: 500 !important;
}

.text-gray-900 {
	color: #111827 !important;
}

.summary-box i {
	color: #fd6732 !important;
}

.summary-box .text-muted {
	color: #6b7280 !important;
}

.mt-0 {
	margin-top: 0 !important;
}

.mr-3 {
	margin-right: .75rem;
}

.summary-box i:before {
	color: #fd6732 !important;
}

.mb-6 {
	margin-bottom: 1.5rem;
}

.mb-3 {
	margin-bottom: .75rem;
}

.text-xs {
	font-size: .75rem !important;
}

#col_mods {
	display: none;
}

.sq-col.active #col_mods {
	display: block;
	padding-bottom: 20px;
}

.qr-download {
	color: #fff;
	border: 0;
	cursor: pointer;
	background-color: #fd6732;
	border-radius: 50px 50px 50px 50px;
	padding: 15px 60px 15px 60px;
	box-shadow: 0 10px 15px -3px rgba(0, 0, 0, .1), 0 4px 6px -4px rgba(0, 0, 0, .1);
	font-weight: 700;
}

.sq_left .flatpickr-calendar.inline {
	width: 100% !important;
}

.sq_popup_inner .flatpickr-calendar {
	width: 100% !important;
	padding: 0px !important;
}

#sq_calendar {
	max-width: 100% !important;
}

.sq_left .flatpickr-calendar.inline .flatpickr-months {
	padding-bottom: 10px;
}

.sq-price-mobile-span {
	display: none;
}

/* Only when bespoke card is active */
.card.sq-col.bespoke.active .card-body {
	height: 700px;
}

@media (max-width: 768px) {
	.grid-service {
		grid-template-columns: repeat(2, 1fr);
		display: none;
	}
	
	.sq-col h4 {
		font-size: 16px;
	}
	
	.sq-price {
		font-size: 16px;
	}
	
	.booking-refresh {
		flex-wrap: wrap;
		flex-direction: column;
	}
	
	.booking-refresh .btn-refresh {
		width: 70%;
	}
	
	.booking-refresh .select-booking {
		width: 70%;
	}
	
	.sq-col {
		padding: 12px;
		flex: auto;
		background: linear-gradient(90deg, rgba(0, 0, 0, .9) 0%, rgba(0, 0, 0, .72) 100%);
		width: 100%;
		margin-bottom: 0;
		border-radius: 10px;
		border: 1px solid #fd6732;
	}
	
	.sq-col.active {
		flex-basis: 100%;
	}
	
	.sq-col:active {
		flex-basis: 100%;
	}
	
	.sq-col:hover {
		flex-basis: 100%;
	}
	
	.sq-col.active .wrapper-booking .sq-book-trigger {
		width: 100%;
	}
	
	.service-card {
		padding: 12px;
	}
	
	#sq_layout_grid {
		display: flex;
		flex-wrap: wrap;
		flex-direction: column;
		gap: 10px;
		padding: 0 10px;
	}
	
	.sq-col-overlay {
		display: none;
	}
	
	.sq-col h4 br {
		display: none;
	}
	
	.sq-col .card-body {
		padding: 0px;
		margin-bottom: 0;
		max-height: 450px;
		height: 100%;
	}
	
	.sq-variant-card {
		padding: 0 10px;
	}
	
	.sq-col .bottom-mt-auto {
		display: none;
	}
	
	.sq-col.active .bottom-mt-auto {
		display: block;
	}
	
	.sq-col p {
		display: none;
	}
	
	.sq-col.active p {
		display: block;
	}
	
	.sq-col.active .grid-service {
		display: grid;
	}
	
	.sq_popup_body {
		flex-wrap: wrap;
	}
	
	.sq_left {
		width: 100%;
		padding: 0;
	}
	
	.sq_right {
		width: 100%;
	}
	
	#sq_final_book {
		width: 100%;
	}
	
	.sq_popup_inner {
		width: 100%;
		max-height: 600px;
		overflow-y: auto;
		overflow-x: hidden;
	}
	
	.summary-box {
		max-width: 100% !important;
	}
	
	#sq_calendar {
		max-width: 100% !important;
	}
	
	.sq-col h4 {
		display: flex;
		justify-content: space-between;
		align-items: center;
		gap: 8px;
		margin: 0;
		/* remove default h4 margin */
		line-height: 1.2;
	}
	
	/* prevent title from wrapping too much */
	.sq-col h4 span:first-child, .sq-col h4 {
		flex-wrap: nowrap;
	}
	
	/* price style */
	.sq-price-mobile-span {
		display: inline-block;
		font-size: 14px;
		font-weight: 700;
		white-space: nowrap;
		line-height: 1;
	}
	
	/* hide bottom price */
	.sq-col .bottom-mt-auto .sq-price {
		display: none;
	}
}

@media (max-width: 480px) {
	.grid-service {
		grid-template-columns: 1fr;
	}
	
	.sq_popup_inner .flatpickr-calendar {
		width: 100%;
	}
}
