section.enquire-now {
	padding: 100px 0;
}
.checkbox-container {
	display: flex;
	align-items: center;
	margin-right: 20px;
	flex-direction: row-reverse;
	justify-content: start;
	gap: 10px;
	font-family: "Aeonik-Medium";
	font-size: 14px;
	cursor: pointer;
}
.checkbox-container input {
	display: none;
}
.checkmark {
	width: 23px;
	height: 23px;
	border: 1px solid #a9a9a9;
	border-radius: 3px;
	margin-right: 5px;
	position: relative;
	background: #fff;
	display: inline-block;
	transition: background 0.3s ease; /* Smooth transition effect */
}
.checkbox-container input:checked ~ .checkmark {
	background: #002254;
}
.checkmark.checked {
	background: #002254; /* Change background color when checked */
}
.checkmark:after {
	content: "";
	position: absolute;
	top: 46%;
	left: 49%;
	width: 8px;
	height: 14px;
	border: solid #fff;
	border-width: 0 3px 3px 0;
	transform: translate(-50%, -50%) rotate(45deg);
	display: none;
}

.checkbox-container input:checked + .checkmark:after {
	display: block;
}
.row.border-wrapper {
	position: relative;
}

.row.border-wrapper:after,
.row.border-wrapper:before {
	content: "";
	height: 100%;
	width: 2px;
	background: #d1d1d1;
	position: absolute;
	bottom: 0;
}
.row.border-wrapper:after {
	right: 36%;
}

.row.border-wrapper:before {
	right: 68%;
}

.custom.checkbox-btn h5 {
	border-bottom: 1px solid #d1d1d1;
	padding-bottom: 20px;
	margin-bottom: 13px;
	font-family: "Aeonik-Medium";
	font-size: 16px;
}
.custom.checkbox-btn {
	background: #e6e6e6;
	border-radius: 20px;
	padding: 23px;
}

/* Adjusted styles for the date picker icon with color overlay */

.dates-wrapper .input:after {
	content: "";
	position: absolute;
	width: 36px;
	height: 36px;
	background-image: url(../img/calender.webp),
		linear-gradient(to bottom, rgba(0, 34, 84, 1), rgba(0, 34, 84, 1));
	background-repeat: no-repeat;
	background-size: 18px, cover;
	background-position: center;
	right: 5px;
	top: 50%;
	transform: translateY(-50%);
	z-index: 1;
	border-radius: 50px;
}
.dates-wrapper .input {
	position: relative;
}
input#datepicker-end {
	height: 56px;
}
textarea#exampleFormControlTextarea1 {
	border-radius: 13px !important;
	height: 119px;
}
.image-wrapper-form-request img {
	width: 100%;
	height: 610px;
	object-fit: cover;
	border-radius: 20px;
}
/* star */
.form-group-star {
	background: #e6e6e6;
	font-family: "Aeonik-Medium";
	font-size: 16px;
	color: #000;
	border: 0;
	border-radius: 0px;
	padding: 15px 20px;
	resize: none;
	border-radius: 50px;
}
.form-group-star {
	background: #e6e6e6;
	font-family: "Aeonik-Medium";
	font-size: 16px;
	color: #000;
	border: 0;
	border-radius: 0px;
	padding: 15px 20px;
	resize: none;
	border-radius: 50px;
	display: flex;
	align-items: center;
	justify-content: space-between;
}
/* Your custom CSS */
.star-rating i.fa-regular.fa-star {
	color: #002254;
}

span#rating-label {
	color: #000000;
	font-family: "Aeonik-Medium";
	font-size: 16px;
}

/* Hide the default radio inputs */
.star-rating input[type="radio"] {
	display: none;
}

/* Style the label as star icons */
.star-rating label {
	font-size: 16px;
	color: #002254;
	cursor: pointer;
}

/* Change the color of checked stars */
.star-rating input[type="radio"]:checked + label {
	color: #ffcc00;
}
section.customer-review {
	padding: 100px 0 20px 0;
}
form.enquiry-form h2 {
	text-transform: capitalize;
}
.image-wrapper img {
	width: 100%;
	height: 500px;
	object-fit: cover;
	border-radius: 20px;
}
.opening-hours {
	background: #002254;
	border-radius: 20px;
	padding: 27px;
	margin-left: 50px;
}
ul.list-time-week li {
	margin-bottom: 20px;
	margin-top: 20px;
}
span.w-wrapper {
	width: 80px;
}
@media (max-width: 1367px) {
	.checkbox-container {
		font-size: 11px;
	}
}
@media (min-width: 1000px) and (max-width: 1025px) {
	.image-wrapper img {
		width: 100%;
		height: 380px;
		object-fit: cover;
		border-radius: 20px;
	}
	.checkbox-container {
		font-size: 12px;
		margin-right: 0;
	}
	.checkbox-container {
		margin-right: 0;
	}
	span.w-wrapper {
		width: 70px;
		font-size: 10px;
	}
}

@media (min-width: 776px) and (max-width: 912px) {
	.opening-hours {
		margin-left: 0px;
		margin-top: 30px;
	}
	.row.border-wrapper:before {
		display: none;
	}
	.row.border-wrapper:after {
		display: none;
	}
	section.enquire-now.contact-us .level-4 {
		font-size: 31px;
	}
	.margin-to-re {
		margin-top: 20px;
	}
}

@media (max-width: 576px) {
	/* mixed-web */
	section.enquire-now {
		padding: 30px 0;
	}
	.image-wrapper img {
		width: 100%;
		height: 100%;
		object-fit: cover;
		border-radius: 20px;
	}
	.opening-hours {
		background: #002254;
		border-radius: 20px;
		padding: 27px;
		margin-left: 0px;
	}
	.margin-to-re {
		margin-top: 10px;
	}
	.row.border-wrapper:after,
	.row.border-wrapper:before {
		display: none;
	}
	.row.border-wrapper:after,
	.row.border-wrapper:before {
		display: none;
	}
	section.customer-review {
		padding: 40px 0 20px 0;
	}
}

@media (max-width: 281px) {
	/* mixed-web */
	section.enquire-now {
		padding: 30px 0;
	}
	.image-wrapper img {
		width: 100%;
		height: 100%;
		object-fit: cover;
		border-radius: 20px;
	}
	.opening-hours {
		background: #002254;
		border-radius: 20px;
		padding: 27px;
		margin-left: 0px;
	}
	.margin-to-re {
		margin-top: 10px;
	}
	.row.border-wrapper:after,
	.row.border-wrapper:before {
		display: none;
	}
	.row.border-wrapper:after,
	.row.border-wrapper:before {
		display: none;
	}
	section.customer-review {
		padding: 40px 0 20px 0;
	}
}
