/* Locally hosted copies avoid the visible Google Fonts loading swap on first visit. */
@font-face {
    font-family: "Manrope";
    src: url("fonts/manrope-400.ttf") format("truetype");
    font-weight: 400;
    font-style: normal;
    font-display: block;
}

@font-face {
    font-family: "Manrope";
    src: url("fonts/manrope-500.ttf") format("truetype");
    font-weight: 500;
    font-style: normal;
    font-display: block;
}

@font-face {
    font-family: "Manrope";
    src: url("fonts/manrope-600.ttf") format("truetype");
    font-weight: 600;
    font-style: normal;
    font-display: block;
}

@font-face {
    font-family: "Manrope";
    src: url("fonts/manrope-700.ttf") format("truetype");
    font-weight: 700;
    font-style: normal;
    font-display: block;
}

@font-face {
    font-family: "Orbitron";
    src: url("fonts/orbitron-600.ttf") format("truetype");
    font-weight: 600;
    font-style: normal;
    font-display: block;
}

@font-face {
    font-family: "Orbitron";
    src: url("fonts/orbitron-700.ttf") format("truetype");
    font-weight: 700;
    font-style: normal;
    font-display: block;
}

@font-face {
    font-family: "Orbitron";
    src: url("fonts/orbitron-800.ttf") format("truetype");
    font-weight: 800;
    font-style: normal;
    font-display: block;
}

@font-face {
    font-family: "Chakra Petch";
    src: url("fonts/chakra-petch-600.ttf") format("truetype");
    font-weight: 600;
    font-style: normal;
    font-display: block;
}

@font-face {
    font-family: "Chakra Petch";
    src: url("fonts/chakra-petch-700.ttf") format("truetype");
    font-weight: 700;
    font-style: normal;
    font-display: block;
}

@font-face {
    font-family: "Playfair Display";
    src: url("fonts/playfair-display-700.ttf") format("truetype");
    font-weight: 700;
    font-style: normal;
    font-display: block;
}

@font-face {
    font-family: "Playfair Display";
    src: url("fonts/playfair-display-800.ttf") format("truetype");
    font-weight: 800;
    font-style: normal;
    font-display: block;
}

@font-face {
    font-family: "Playfair Display";
    src: url("fonts/playfair-display-900.ttf") format("truetype");
    font-weight: 900;
    font-style: normal;
    font-display: block;
}

/**************************************************
 										Theme Colour
**************************************************/

/*	Dark Blue 						=		#0078C2			*/
/*	Dark Blue for Close 	=		#005e99			*/
/*	Light Blue 						=		#99D8FF			*/
/*	Yellow		 						= 	#FFCC00			*/

/**************************************************
 											Universal
**************************************************/

* {
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
}

/* Secure customer vehicle-update portal */
body.job-portal-body {
	min-height: 100vh;
	display: flex;
	flex-direction: column;
	background:
		radial-gradient(circle at top left, rgba(255, 204, 0, 0.25), transparent 28%),
		linear-gradient(135deg, #dff3ff, #eef8ff 62%, #fff5cc);
}

.job-portal-shell {
	width: min(1280px, calc(100% - 28px));
	margin: 40px auto 70px;
	flex: 1 0 auto;
}

.job-portal-hero,
.job-portal-card {
	padding: 28px;
	border-radius: 30px;
}

.job-portal-hero {
	display: flex;
	align-items: center;
	gap: 20px;
	margin-bottom: 20px;
}

.job-portal-hero img {
	width: 76px;
	height: 76px;
	object-fit: contain;
}

.job-portal-hero div {
	flex: 1;
}

.job-portal-hero h1,
.job-portal-card h2,
.job-portal-line h3 {
	color: #005e99;
}

.job-portal-hero h1,
.job-portal-card h2 {
	margin: 0 0 8px;
}

.job-portal-kicker {
	color: #0078c2;
	font-size: 0.78rem;
	font-weight: 800;
	letter-spacing: 0.15em;
	text-transform: uppercase;
}

.job-portal-status,
.job-portal-response {
	padding: 10px 14px;
	border-radius: 14px;
	background: rgba(0, 120, 194, 0.14);
	color: #005e99;
	font-weight: 800;
}

.job-portal-response.approved {
	background: rgba(0, 136, 95, 0.16);
	color: #006447;
}

.job-portal-response.declined,
.job-decline-btn {
	background: linear-gradient(135deg, #dc4d57, #c61f39);
	color: #fff;
}

.job-portal-message {
	margin-bottom: 20px;
	padding: 15px 20px;
	border-radius: 18px;
	background: rgba(0, 136, 95, 0.16);
	color: #006447;
	font-weight: 700;
}

.job-portal-grid {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 20px;
}

.job-portal-line,
.job-portal-invoice,
.job-portal-visit {
	display: flex;
	align-items: center;
	gap: 16px;
	padding: 16px 0;
	border-bottom: 1px solid rgba(0, 120, 194, 0.12);
}

.job-portal-line > div:first-child,
.job-portal-invoice > div {
	flex: 1;
}

.job-portal-line h3,
.job-portal-line p,
.job-portal-invoice p {
	margin: 3px 0;
}

.job-portal-actions form {
	display: flex;
	gap: 8px;
}

.job-portal-actions button {
	border: 0;
	cursor: pointer;
}

.job-portal-total {
	display: flex;
	justify-content: space-between;
	margin-top: 18px;
	padding-top: 18px;
	color: #005e99;
	font-size: 1.25rem;
	font-weight: 800;
}

.job-portal-timeline article {
	display: flex;
	gap: 12px;
	padding: 12px 0;
}

.job-portal-timeline i {
	color: #0078c2;
	margin-top: 4px;
}

.job-portal-timeline div {
	display: grid;
	gap: 3px;
}

.job-portal-timeline small,
.job-portal-visit small {
	color: #33556f;
}

.job-portal-visit {
	display: grid;
	grid-template-columns: 1fr 1fr auto;
}

@media screen and (max-width: 767px) {
	.job-portal-grid {
		grid-template-columns: 1fr;
	}

	.job-portal-hero,
	.job-portal-line,
	.job-portal-invoice {
		align-items: stretch;
		flex-direction: column;
	}

	.job-portal-status {
		align-self: flex-start;
	}

	.job-portal-actions form {
		display: grid;
		grid-template-columns: 1fr 1fr;
	}

	.job-portal-visit {
		grid-template-columns: 1fr;
	}
}

a {
	color: inherit;
	text-decoration: none;
	transition: transform 0.18s ease, color 0.18s ease, box-shadow 0.18s ease, background-color 0.18s ease;
}

a:hover,
a:focus {
	text-decoration: none;
}

/* Alert */
#alert {
	border-top-right-radius: 0;
	border-top-left-radius: 0;
	border-bottom-right-radius: 0;
	border-bottom-left-radius: 0;
	margin: 0;
}

/* Alert Header */
#alertHeader {
	color: #FF0000;
	font-size: 20px;
	font-weight: bold;
	text-decoration: none;
	text-align: justify;
	width: 100%;
}

/* Alert Body */
#alertBody {
	font-size: 14px;
	text-decoration: none;
	text-align: justify;
	width: 100%;
}

/* Alert Close Button */
#alertCloseBtn {
	font-size: 30px;
}

/**************************************************
 												NavBar
**************************************************/

/*  Navigation Bar */
#navbar {
	position: relative;
	background: #99D8FF;
	width: 100%;
	margin: 0;
	padding: 0;
}

/* Navigation Logo */
#navbarBrand {
	margin: 20px;
	height: 60px;
}

/* Navbar Item */
#navbarItem {
	color: #0078C2;
	width: 160px;
	margin: 0;
	padding: 10px;
	font-size: 16px;
	text-align: center;
	-webkit-transition: all 0.2s linear;
	-moz-transition: all 0.2s ease;
	-ms-transition: all 0.2s ease;
	-o-transition: all 0.2s ease;
	transition: all 0.2s ease;
}
#navbarItem:active,
#navbarItem:hover,
#navbarItem:focus {
	color: #004774;
}

/* On Small Screen */
@media screen and (max-width: 767px) {

	/* Navigation Logo */
	#navbarBrand {
		margin: 10px auto 10px 40%;
		height: 70px;
	}

	/* Navbar Item */
	#navbarItem {
		color: #0078C2;
		width: 100%;
		font-size: 14px;
		font-weight: bold;
		padding-top: 15px;
		padding-bottom: 15px;
		padding-left: 15px;
		text-align: left;
		-webkit-transition: all 0.2s linear;
		-moz-transition: all 0.2s ease;
		-ms-transition: all 0.2s ease;
		-o-transition: all 0.2s ease;
		transition: all 0.2s ease;
	}
	#navbarItem:active,
	#navbarItem:hover,
	#navbarItem:focus {
		color: #004774;
	}

}

/**************************************************
 												Home
**************************************************/

/* Photo Slides */
#indexPhotoSlides {
	width: 100%;
}

/* Photo */
.indexPhotoSlidesPhoto {
	width: 100%;
	display: block;
}

/* Photo Slides Dots */
#indexPhotoSlidesIndicators {
	list-style: none;
	padding-left: 0;
	margin-bottom: 0;
}

#indexPhotoSlidesIndicators li {
	width: 15px;
	height: 15px;
	margin: 10px;
	cursor: pointer;
	border: 0;
	border-radius: 0;
	background-color: #99D8FF;
	list-style: none;
}

#indexPhotoSlidesIndicators .active {
	background-color: #0078C2;
}

/* Category Section */
#indexCategorySection {
	width: 100%;
	height: 100%;
	padding-bottom: 100px;
}

/* Header */
#indexHeader {
	color: #0078C2;
	text-align: center;
	margin: auto auto 20px auto;
}

/* On Small Screen */
@media screen and (max-width: 1024px) {

	#indexPhotoSlidesIndicators {
		margin-bottom: -5px;
		list-style: none;
		padding-left: 0;
	}

	#indexPhotoSlidesIndicators li {
		width: 10px;
		height: 10px;
		margin: 5px;
		cursor: pointer;
		border: 0;
		border-radius: 0;
		background-color: #99D8FF;
		list-style: none;
	}

	#indexPhotoSlidesIndicators .active {
		background-color: #0078C2;
	}

}

/**************************************************
 									Our Services
**************************************************/

/* Our Services Section */
#ourServicesSection {
	width: 100%;
	height: 100%;
	padding-top: 50px;
	padding-bottom: 50px;
	background-color: white;
}

/* Header */
#ourServicesHeader {
	color: #0078C2;
	text-align: center;
	margin-bottom: 40px;
}

/* Tips Info */
#ourServicesTipsInfo {
	display: none;
}

/* Our Service Item */
.ourServicesItem {
	display: inline-block;
	position: relative;
	padding: 0;
	margin: 10px;
	float: none;
	border: 0;
	border-radius: 0;
	overflow: hidden;
}

/* Our Service Item Image */
.ourServicesItemImage {
	display: block;
	border: 2px solid #0078C2;
	width: 100%;
}

/* Our Service Item Overlay */
.ourServicesItemOverlay {
	position: absolute;
	background-color: rgba(0, 120, 194, 0.9);
	width: 100%;
	height: 0;
	left: 0;
	right: 0;
	bottom: 0;
	overflow: hidden;
	transition: height 0.3s ease;
	margin: auto;
}

/* Desktop hover */
.ourServicesItem:hover .ourServicesItemOverlay {
	height: 30%;
}

/* Mobile scroll show */
.ourServicesItem.showOverlay .ourServicesItemOverlay {
	height: 30%;
}

/* Our Service Item Text */
.ourServicesItemText {
	white-space: nowrap;
	color: white;
	position: absolute;
	overflow: hidden;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
}

/* Our Service Item Title */
.ourServicesItemTitle {
	color: white;
	font-size: 22px;
	text-align: left;
	padding-top: 40px;
}

/* Our Service Item Price */
.ourServicesItemPrice {
	color: #FFCC00;
	font-size: 18px;
	text-align: left;
	margin-top: -20px;
	padding-bottom: 30px;
}

/* On Small Screen */
@media screen and (max-width: 1024px) {

	#ourServicesTipsInfo {
		display: block;
		color: #0078C2;
		font-size: 12px;
		text-align: center;
		margin-top: -30px;
		margin-bottom: 40px;
	}

	.ourServicesItem {
		display: inline-block;
		position: relative;
		padding: 0;
		margin: 14px auto;
		float: none;
		border: 0;
		border-radius: 0;
		width: calc(100% - 20px);
		max-width: 420px;
	}

	.ourServicesItemTitle {
		color: white;
		font-size: 18px;
		text-align: center;
		padding-top: 40px;
	}

	.ourServicesItemPrice {
		color: #FFCC00;
		font-size: 14px;
		text-align: center;
		margin-top: -20px;
		padding-bottom: 30px;
	}

	.ourServicesItemText {
		width: 100%;
		text-align: center;
		white-space: normal;
		padding: 0 16px;
	}

}

/**************************************************
 										About Us Page
**************************************************/

/* Section */
#aboutUsSection {
	background-image: url('../view/Images/AboutUs/01.jpg');
	background-position: center;
	background-repeat: no-repeat;
  background-attachment: fixed;
	-webkit-background-size: cover;
	-moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
	width: 100%;
	height: 100%;
	padding-top: 50px;
	padding-bottom: 50px;
}

/* About Us Container */
#aboutUsContainer {
	display: none;
	background: rgba(0, 120, 194, 0.9);
	border: 0;
	border-radius: 0;
	margin: auto;
	padding: 80px;
	width: 60%
}

/* Logo */
#aboutUsLogo {
	width: 150px;
	margin: auto;
}

/* Header */
#aboutUsHeader {
	color: white;
	text-align: center;
	margin-bottom: 40px;
}

/* About Us Text */
#aboutUsText {
	color: white;
	text-align: justify;
	font-size: 20px;
}

/* Link To Other Page */
#linkToOtherPage {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	color: var(--rna-blue);
	font-weight: bold;
	min-height: 52px;
	padding: 12px 22px;
	border-radius: 999px;
	background: rgba(255, 255, 255, 0.32);
	border: 1px solid rgba(0, 120, 194, 0.14);
	box-shadow: 0 8px 18px rgba(0, 120, 194, 0.08);
	line-height: 1;
	vertical-align: middle;
}
#linkToOtherPage:hover {
	color: var(--rna-blue-deep);
	transform: scale(1.06);
	background: rgba(255, 255, 255, 0.46);
	box-shadow: 0 10px 22px rgba(0, 120, 194, 0.16);
}

/* On Small Screen */
@media screen and (max-width: 1024px) {

	/* About Us Container */
	#aboutUsContainer {
		background: rgba(0, 120, 194, 0.9);
		border: 0;
		border-radius: 0;
		margin: auto;
		padding: 20px;
		width: 90%;
	}

	/* Header */
	#aboutUsHeader {
		color: white;
		text-align: center;
		margin: 20px;
	}

	/* About Us Text */
	#aboutUsText {
		color: white;
		text-align: justify;
		font-size: 16px;
	}

}

/**************************************************
									Contact Us Page
**************************************************/

/* Section */
#contactUsSection {
	background-image: url('../view/Images/AboutUs/01.jpg');
	background-position: center;
	background-repeat: no-repeat;
  background-attachment: fixed;
	-webkit-background-size: cover;
	-moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
	width: 100%;
	height: 100%;
	padding-top: 80px;
	padding-bottom: 80px;
}

/* Header */
#contactUsHeader {
	color: #FFFFFF;
	text-align: center;
	margin-bottom: 20px;
}

/* Text Boxes */
#contactUsTextBoxes {
	color: #0078C2;
	background: rgba(255, 204, 0, 0.6);
	border: 0;
	border-radius: 0;
	width: 100%;
	height: 50px;
	margin: auto;
	font-size: 20px;
}

/* Message Box */
#contactUsMsgBox {
	color: #0078C2;
	background: rgba(255, 204, 0, 0.6);
	border: 0;
	border-radius: 0;
	width: 100%;
	margin: auto;
	font-size: 20px;
}

/* Text Boxes Placeholder */
#contactUsTextBoxes::-webkit-input-placeholder,
#contactUsMsgBox::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color: white;
}
#contactUsTextBoxes::-moz-placeholder,
#contactUsMsgBox::-moz-placeholder { /* Firefox 19+ */
  color: white;
}
#contactUsTextBoxes:-ms-input-placeholder,
#contactUsMsgBox:-ms-input-placeholder { /* IE 10+ */
  color: white;
}
#contactUsTextBoxes:-moz-placeholder,
#contactUsMsgBox:-moz-placeholder { /* Firefox 18- */
  color: white;
}

/* Turnstile */
#turnstile {
	width: 306px;
	margin: 20px auto 20px auto;
}

#bookingsSection .cf-turnstile {
	display: inline-block;
	margin-left: auto;
	margin-right: auto;
}

.admin-turnstile-wrap {
	display: flex;
	justify-content: center;
}

.admin-turnstile-wrap .cf-turnstile {
	display: inline-block;
	margin: 0 auto;
}

/* Contact Us Form Submit Button */
#contactSubmitBtn {
	color: white;
	background: #0078C2;
	border: 0;
	border-radius: 0;
	width: 300px;
	height: 50px;
	margin: auto;
	font-size: 20px;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	-ms-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
}
#contactSubmitBtn:hover,
#contactSubmitBtn:focus {
	background-color: #00cc00;
}

/* Contact Us - Server Success */
#contactUsServerSuccess {
	background-color: rgba(0, 204, 0, 0.8);
	border: 0;
	border-radius: 0;
	color: white;
	font-size: 20px;
	font-weight: bold;
	text-align: center;
	margin: auto auto 20px auto;
	padding-top: 200px;
	width: 100%;
	height: 480px;
}

/* Contact Us - Server Error */
#contactUsServerError {
	background-color: rgba(255, 0, 0, 0.8);
	border: 0;
	border-radius: 0;
	color: white;
	font-size: 20px;
	font-weight: bold;
	text-align: center;
	margin: auto auto 20px auto;
	width: 100%;
}

/* Google Maps */
#GoogleMaps {
	height: 480px;
	width: 100%;
	margin: auto auto 20px auto;
}

/* Pick & Drop Button */
#pickAndDropBtn {
	color: white;
	background: #0078C2;
	border: 0;
	border-radius: 0;
	width: 300px;
	height: 50px;
	margin: auto;
	font-size: 20px;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	-ms-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
}
#pickAndDropBtn:hover {
	background-color: #00cc00;
}

/* On Small Screen */
@media screen and (max-width: 1024px) {

	/* Section */
	#contactUsSection {
		background-image: url('../view/Images/AboutUs/01.jpg');
		background-position: center;
		background-repeat: no-repeat;
	  background-attachment: fixed;
		-webkit-background-size: cover;
		-moz-background-size: cover;
	  -o-background-size: cover;
	  background-size: cover;
		width: 100%;
		height: 100%;
		padding-top: 50px;
		padding-bottom: 50px;
	}

	/* Text Boxes */
	#contactUsTextBoxes {
		color: #0078C2;
		background: rgba(255, 204, 0, 0.6);
		border: 0;
		border-radius: 0;
		width: 100%;
		height: 50px;
		margin: auto;
		font-size: 18px;
	}

	/* Message Box */
	#contactUsMsgBox {
		color: #0078C2;
		background: rgba(255, 204, 0, 0.6);
		border: 0;
		border-radius: 0;
		width: 100%;
		margin: auto;
		font-size: 18px;
	}

	/* Contact Us Form Submit Button */
	#contactSubmitBtn {
		color: white;
		background: #0078C2;
		border: 0;
		border-radius: 0;
		width: 300px;
		height: 50px;
		margin: auto auto 80px auto;
		font-size: 18px;
		-webkit-transition: all 0.3s;
		-moz-transition: all 0.3s;
		-ms-transition: all 0.3s;
		-o-transition: all 0.3s;
		transition: all 0.3s;
	}
	#contactSubmitBtn:hover,
	#contactSubmitBtn:focus {
		background-color: #00cc00;
	}

	/* Contact Us - Server Success */
	#contactUsServerSuccess {
		background-color: rgba(0, 204, 0, 0.8);
		border: 0;
		border-radius: 0;
		color: white;
		font-size: 18px;
		font-weight: bold;
		text-align: center;
		margin: auto auto 20px auto;
		width: 100%;
		height: 480px;
		vertical-align: middle;
	}

	/* Contact Us - Server Error */
	#contactUsServerError {
		background-color: rgba(255, 0, 0, 0.8);
		border: 0;
		border-radius: 0;
		color: white;
		font-size: 18px;
		font-weight: bold;
		text-align: center;
		margin: auto auto 20px auto;
		width: 100%;
	}

	/* Google Maps */
	#GoogleMaps {
		height: 500px;
		width: 100%;
		margin: auto auto 20px auto;
	}

	/* Pick & Drop Button */
	#pickAndDropBtn {
		color: white;
		background: #0078C2;
		border: 0;
		border-radius: 0;
		width: 300px;
		height: 50px;
		margin: auto;
		font-size: 18px;
		-webkit-transition: all 0.3s;
		-moz-transition: all 0.3s;
		-ms-transition: all 0.3s;
		-o-transition: all 0.3s;
		transition: all 0.3s;
	}
	#pickAndDropBtn:hover {
		background-color: #00cc00;
	}

	/* Pick & Drop Modal - Content */
	#pickAndDropModalContent {
	  background-color: white;
	  border: 0;
		border-radius: 0;
		padding: 4%;
	  width: 90%;
		top: 50%;
	  left: 50%;
		transform: translate(-50%, -50%);
	}

}

/**************************************************
 										Back To Top
**************************************************/

#backToTop {
	position: fixed;
	display: none;
	background: rgba(153, 216, 255, 0.9);
	bottom: 60px;
	right: 60px;
	width: 60px;
	height: 60px;
	text-decoration: none;
	border: 0;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
	-webkit-transition: all 0.3s linear;
	-moz-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
}
#backToTop i {
	position: relative;
	color: #0078C2;
	left: 14px;
	top: 33px;
	margin-top: -35px;
	font-size: 35px;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
}
#backToTop:hover i {
	top: 15px;
}

/* On Small Screen */
@media screen and (max-width: 1024px) {

	#backToTop {
		position: fixed;
		display: none;
		background: rgba(153, 216, 255, 0.9);
		bottom: 30px;
		right: 30px;
		width: 60px;
		height: 60px;
		text-decoration: none;
		border: 0;
		-webkit-border-radius: 0;
		-moz-border-radius: 0;
		border-radius: 0;
		-webkit-transition: all 0.3s linear;
		-moz-transition: all 0.3s ease;
		-ms-transition: all 0.3s ease;
		-o-transition: all 0.3s ease;
		transition: all 0.3s ease;
	}

}

/**************************************************
 												Footer
**************************************************/

/* Section */
#footerSection {
	padding-top: 50px;
	padding-bottom: 25px;
	background-color: #FFCC00;
}

#footerText	{
	color: #0078C2;
	font-size: 14px;
}

/**************************************************
									Public Glass Refresh
**************************************************/

:root {
	--rna-blue: #0078C2;
	--rna-blue-deep: #005e99;
	--rna-blue-light: #99D8FF;
	--rna-yellow: #FFCC00;
	--rna-ink: #12324c;
	--rna-ink-soft: #4f6f86;
	--rna-white-glass: rgba(255, 255, 255, 0.42);
	--rna-white-glass-strong: rgba(255, 255, 255, 0.66);
	--rna-glass-line: rgba(255, 255, 255, 0.42);
	--rna-shadow-lg: 0 26px 60px rgba(0, 67, 110, 0.18);
	--rna-shadow-md: 0 18px 34px rgba(0, 67, 110, 0.14);
	--rna-radius-xl: 34px;
	--rna-radius-lg: 26px;
	--rna-radius-md: 18px;
}

html {
	scroll-behavior: smooth;
}

body {
	background:
		radial-gradient(circle at top left, rgba(255, 204, 0, 0.22), transparent 24%),
		radial-gradient(circle at top right, rgba(153, 216, 255, 0.55), transparent 30%),
		linear-gradient(180deg, #f7fbff 0%, #ecf7ff 50%, #fef8dd 100%);
	color: var(--rna-ink);
	min-height: 100vh;
	display: flex;
	flex-direction: column;
}

#navbar {
	position: sticky;
	top: 14px;
	z-index: 50;
	margin: 14px auto 0;
	width: calc(100% - 28px);
	padding: 0 18px;
	background: linear-gradient(180deg, var(--rna-white-glass-strong), var(--rna-white-glass));
	border: 1px solid var(--rna-glass-line);
	border-radius: 18px;
	box-shadow: 0 18px 44px rgba(0, 62, 104, 0.12);
	backdrop-filter: blur(20px);
	-webkit-backdrop-filter: blur(20px);
}

#navbar.navbar-scrolled {
	padding-top: 0;
	padding-bottom: 0;
	box-shadow: 0 14px 34px rgba(0, 62, 104, 0.14);
}

#navbarBrand {
	margin: -14px 16px;
	height: 98px;
	transition: height 0.22s ease, margin 0.22s ease;
}

#navbar.navbar-scrolled #navbarBrand {
	height: 88px;
	margin-top: -12px;
	margin-bottom: -12px;
}

#navbarItem {
	width: auto;
	padding: 10px 18px;
	font-family: "Manrope", "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-weight: 600;
	border-radius: 10px;
	transition: padding 0.22s ease, font-size 0.22s ease, all 0.2s linear;
}

#navbar.navbar-scrolled #navbarItem {
	padding-top: 8px;
	padding-bottom: 8px;
	font-size: 15px;
}

.navbar-desktop-shell {
	display: grid;
	grid-template-columns: 1fr auto 1fr;
	align-items: center;
	width: 100%;
}

.navbar-desktop-side {
	display: flex;
	align-items: center;
	gap: 8px;
}

.navbar-desktop-left {
	justify-content: flex-start;
}

.navbar-desktop-right {
	justify-content: flex-end;
}

.navbar-logo-link,
.navbar-mobile-brand {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	text-decoration: none !important;
}

.navbar-mobile-brand {
	display: none;
}

@media screen and (min-width: 768px) {
	#navbarCollapse {
		display: none !important;
	}
}

@media screen and (min-width: 768px) {
	.navbar-desktop-side #navbarItem {
		position: relative;
		overflow: hidden;
		backdrop-filter: blur(0);
		-webkit-backdrop-filter: blur(0);
		transition:
			transform 0.24s ease,
			color 0.24s ease,
			background-color 0.24s ease,
			box-shadow 0.24s ease,
			backdrop-filter 0.24s ease,
			-webkit-backdrop-filter 0.24s ease;
	}

	.navbar-desktop-side #navbarItem::before {
		content: "";
		position: absolute;
		inset: 1px;
		border-radius: inherit;
		background:
			linear-gradient(180deg, rgba(255, 255, 255, 0.28), rgba(255, 255, 255, 0.08)),
			radial-gradient(circle at top left, rgba(255, 255, 255, 0.32), transparent 55%);
		opacity: 0;
		transform: scale(0.94);
		transition: opacity 0.24s ease, transform 0.24s ease;
		pointer-events: none;
		z-index: 0;
	}

	.navbar-desktop-side #navbarItem::after {
		content: "";
		position: absolute;
		left: 14px;
		right: 14px;
		top: 7px;
		height: 42%;
		border-radius: 8px;
		background: linear-gradient(180deg, rgba(255, 255, 255, 0.3), rgba(255, 255, 255, 0));
		opacity: 0;
		transform: translateY(-2px);
		transition: opacity 0.24s ease, transform 0.24s ease;
		pointer-events: none;
		z-index: 0;
	}

	.navbar-desktop-side #navbarItem:hover,
	.navbar-desktop-side #navbarItem:focus {
		color: #004774;
		background: rgba(255, 255, 255, 0.12);
		box-shadow:
			0 10px 26px rgba(0, 62, 104, 0.14),
			inset 0 1px 0 rgba(255, 255, 255, 0.48);
		backdrop-filter: blur(10px);
		-webkit-backdrop-filter: blur(10px);
		transform: translateY(-1px) scale(1.04);
	}

	.navbar-desktop-side #navbarItem:hover::before,
	.navbar-desktop-side #navbarItem:focus::before,
	.navbar-desktop-side #navbarItem:hover::after,
	.navbar-desktop-side #navbarItem:focus::after {
		opacity: 1;
		transform: scale(1) translateY(0);
	}

}

#indexPhotoSlidesSection {
	position: relative;
	padding-top: 22px;
}

.heroGlassWrap {
	position: absolute;
	left: 0;
	right: 0;
	top: 108px;
	z-index: 5;
}

.heroGlassCard {
	max-width: 640px;
	padding: 28px 32px;
	background: linear-gradient(180deg, var(--rna-white-glass-strong), var(--rna-white-glass));
	border: 1px solid var(--rna-glass-line);
	border-radius: var(--rna-radius-xl);
	box-shadow: var(--rna-shadow-lg);
	backdrop-filter: blur(22px);
	-webkit-backdrop-filter: blur(22px);
	transition: transform 0.18s ease;
	will-change: transform;
}

.heroGlassKicker {
	display: inline-block;
	margin-bottom: 12px;
	color: var(--rna-blue-deep);
	font-size: 12px;
	font-weight: 700;
	letter-spacing: 0.18em;
	text-transform: uppercase;
}

.heroGlassTitle {
	margin: 0;
	color: var(--rna-ink);
	font-size: 44px;
	line-height: 1.12;
	font-family: "Manrope", "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-weight: 700;
}

.heroGlassText,
.siteSectionLead,
.publicSectionIntro,
.serviceBookingCtaText {
	color: var(--rna-ink-soft);
	line-height: 1.7;
	font-family: "Manrope", "Helvetica Neue", Helvetica, Arial, sans-serif;
}

.heroGlassText {
	margin: 16px 0 0;
	max-width: 540px;
	font-size: 17px;
}

.heroGlassActions {
	display: flex;
	flex-wrap: wrap;
	gap: 14px;
	margin-top: 24px;
}

.heroSocialLinks {
	margin-top: 18px;
}

.heroSocialLink {
	display: inline-flex;
	align-items: center;
	gap: 10px;
	padding: 10px 16px;
	border-radius: var(--rna-radius-md);
	background: rgba(255, 255, 255, 0.62);
	border: 1px solid rgba(255, 255, 255, 0.34);
	color: var(--rna-blue-deep);
	box-shadow: 0 12px 24px rgba(0, 120, 194, 0.12);
	font-weight: 700;
}

.heroSocialLink i {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 34px;
	height: 34px;
	border-radius: 12px;
	background: linear-gradient(135deg, #1877f2, #0f63cf);
	color: white;
	box-shadow: 0 10px 18px rgba(24, 119, 242, 0.24);
}

.heroSocialLink:hover,
.heroSocialLink:focus {
	color: var(--rna-blue);
	transform: scale(1.04);
	background: rgba(255, 255, 255, 0.78);
}

.siteGlassBtn {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	gap: 10px;
	min-height: 52px;
	padding: 14px 26px;
	border-radius: var(--rna-radius-md);
	text-decoration: none !important;
	font-family: "Manrope", "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-weight: 700;
	letter-spacing: 0.01em;
	border: 0;
	transition: transform 0.18s ease, box-shadow 0.18s ease, background 0.18s ease, background-color 0.18s ease;
	will-change: transform;
}

.siteGlassBtn:hover,
.siteGlassBtn:focus {
	transform: scale(1.04);
}

.siteGlassBtnPrimary {
	background: linear-gradient(135deg, var(--rna-blue), #1090db);
	color: white;
	box-shadow: 0 16px 28px rgba(0, 120, 194, 0.24);
}

.siteGlassBtnPrimary:hover,
.siteGlassBtnPrimary:focus {
	background: linear-gradient(135deg, var(--rna-blue-deep), var(--rna-blue));
	color: white;
	transform: scale(1.04);
}

.siteGlassBtnSecondary {
	background: rgba(255, 255, 255, 0.68);
	border: 1px solid rgba(0, 120, 194, 0.15);
	color: var(--rna-blue-deep);
}

#indexPhotoSlides {
	border-radius: 0;
	overflow: hidden;
	box-shadow: var(--rna-shadow-lg);
	-webkit-mask-image: linear-gradient(to bottom, transparent 0%, rgba(0, 0, 0, 1) 14%, rgba(0, 0, 0, 1) 86%, transparent 100%);
	mask-image: linear-gradient(to bottom, transparent 0%, rgba(0, 0, 0, 1) 14%, rgba(0, 0, 0, 1) 86%, transparent 100%);
}

.indexPhotoSlidesPhoto {
	min-height: 620px;
	object-fit: cover;
	filter: saturate(1.05);
}

#indexPhotoSlidesIndicators {
	bottom: 18px;
}

#indexPhotoSlidesIndicators li {
	border-radius: 999px;
	box-shadow: 0 8px 18px rgba(0, 0, 0, 0.15);
}

#ourServicesSection,
#customerReviewsSection,
#aboutUsSection,
#contactUsSection,
#bookingsSection,
#offersSection,
#gdprSection {
	position: relative;
	padding-top: 90px;
	padding-bottom: 90px;
}

#aboutUsSection,
#contactUsSection,
#bookingsSection,
#offersSection,
#gdprSection {
	margin-top: 22px;
}

#ourServicesSection {
	background: transparent;
	padding-bottom: 44px;
}

#customerReviewsSection {
	padding-top: 44px;
}

#ourServicesHeader,
#customerReviewsHeader,
#aboutUsHeader,
#contactUsHeader,
#gdprHeader {
	color: var(--rna-blue-deep);
	font-family: "Manrope", "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-weight: 700;
}

.siteSectionLead {
	max-width: 760px;
	margin: 0 auto 32px;
	font-size: 17px;
}

.customerReviewsGrid {
	max-width: 1040px;
	margin: 0 auto;
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 1.2rem;
	text-align: left;
}

.customerReviewCard {
	background: linear-gradient(180deg, var(--rna-white-glass-strong), var(--rna-white-glass));
	border: 1px solid var(--rna-glass-line);
	border-radius: var(--rna-radius-xl);
	box-shadow: var(--rna-shadow-lg);
	backdrop-filter: blur(22px);
	-webkit-backdrop-filter: blur(22px);
	padding: 28px;
	transition: transform 0.24s ease, box-shadow 0.24s ease;
}

.customerReviewCard:hover {
	transform: translateY(-4px);
	box-shadow: 0 28px 58px rgba(0, 62, 104, 0.18);
}

.customerReviewTop {
	display: grid;
	grid-template-columns: auto minmax(0, 1fr);
	gap: 1rem;
	align-items: start;
	margin-bottom: 1.2rem;
}

.customerReviewBrand {
	width: 72px;
	height: 72px;
	border-radius: 18px;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	font-size: 2rem;
	box-shadow: 0 16px 34px rgba(0, 62, 104, 0.12);
}

.customerReviewBrandGoogle {
	background: rgba(255, 255, 255, 0.72);
	border: 1px solid rgba(15, 41, 64, 0.12);
}

.customerReviewBrandGoogle i {
	background: conic-gradient(
		from 8deg,
		#4285f4 0deg 92deg,
		#34a853 92deg 184deg,
		#fbbc05 184deg 264deg,
		#ea4335 264deg 360deg
	);
	-webkit-background-clip: text;
	background-clip: text;
	color: transparent;
}

.customerReviewBrandYell {
	background: linear-gradient(180deg, #ffd400, #f6c600);
	border: 1px solid rgba(15, 41, 64, 0.16);
	color: #111;
	font-family: "Manrope", "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-weight: 900;
}

.customerReviewCard h3 {
	margin: 0 0 0.35rem;
	color: var(--rna-blue-deep);
	font-family: "Manrope", "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 1.35rem;
	font-weight: 800;
}

.customerReviewCard p {
	margin: 0;
	color: var(--rna-ink-soft);
	line-height: 1.55;
	font-family: "Manrope", "Helvetica Neue", Helvetica, Arial, sans-serif;
}

.customerReviewStars {
	display: inline-flex;
	gap: 0.18rem;
	margin-bottom: 0.55rem;
	color: var(--rna-yellow);
	font-size: 1.2rem;
	text-shadow: 0 8px 18px rgba(255, 204, 0, 0.24);
}

.customerReviewBtn {
	width: 100%;
	min-height: 52px;
}

.ourServicesItem {
	margin: 14px 10px;
	border-radius: var(--rna-radius-lg);
	box-shadow: var(--rna-shadow-md);
}

.ourServicesItemImage {
	border: 0;
	border-radius: var(--rna-radius-lg);
}

.ourServicesItemOverlay {
	background: linear-gradient(180deg, rgba(0, 94, 153, 0.2) 0%, rgba(0, 120, 194, 0.9) 100%);
	border-radius: 0 0 var(--rna-radius-lg) var(--rna-radius-lg);
}

.serviceBookingCta {
	clear: both;
	padding-top: 32px;
}

.serviceBookingCtaCard,
.publicGlassPanel,
#aboutUsContainer {
	background: linear-gradient(180deg, var(--rna-white-glass-strong), var(--rna-white-glass));
	border: 1px solid var(--rna-glass-line);
	border-radius: var(--rna-radius-xl);
	box-shadow: var(--rna-shadow-lg);
	backdrop-filter: blur(22px);
	-webkit-backdrop-filter: blur(22px);
}

.serviceBookingCtaCard {
	max-width: 760px;
	margin: 0 auto;
	padding: 28px;
}

.serviceBookingCtaTitle {
	margin: 0 0 10px;
	color: var(--rna-ink);
	font-size: 30px;
	font-family: "Manrope", "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-weight: 700;
}

#aboutUsSection,
#contactUsSection,
#bookingsSection,
#offersSection,
#gdprSection {
	background-image:
		radial-gradient(circle at top left, rgba(255, 204, 0, 0.18), transparent 20%),
		radial-gradient(circle at bottom right, rgba(153, 216, 255, 0.32), transparent 22%),
		url('../view/Images/AboutUs/01.jpg');
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	background-blend-mode: screen, screen, normal;
}

#bookingsSection {
	overflow: hidden;
	background-image: none;
}

#bookingsSection::before {
	content: "";
	position: absolute;
	inset: 0;
	z-index: 0;
	pointer-events: none;
	background-image:
		radial-gradient(circle at top left, rgba(255, 204, 0, 0.18), transparent 20%),
		radial-gradient(circle at bottom right, rgba(153, 216, 255, 0.32), transparent 22%),
		url('../view/Images/AboutUs/01.jpg');
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	background-blend-mode: screen, screen, normal;
	-webkit-mask-image: linear-gradient(to bottom, transparent 0%, rgba(0, 0, 0, 1) 13%, rgba(0, 0, 0, 1) 88%, transparent 100%);
	mask-image: linear-gradient(to bottom, transparent 0%, rgba(0, 0, 0, 1) 13%, rgba(0, 0, 0, 1) 88%, transparent 100%);
}

#gdprSection {
	overflow: hidden;
	background: transparent;
}

#gdprSection::before {
	content: "";
	position: absolute;
	inset: 0;
	z-index: 0;
	pointer-events: none;
	background:
		radial-gradient(circle at top left, rgba(255, 204, 0, 0.34), transparent 28%),
		radial-gradient(circle at top right, rgba(153, 216, 255, 0.75), transparent 36%),
		linear-gradient(135deg, #dff3ff 0%, #b7e2ff 34%, #eef8ff 68%, #fff5cc 100%);
	-webkit-mask-image: linear-gradient(to bottom, transparent 0%, rgba(0, 0, 0, 1) 13%, rgba(0, 0, 0, 1) 88%, transparent 100%);
	mask-image: linear-gradient(to bottom, transparent 0%, rgba(0, 0, 0, 1) 13%, rgba(0, 0, 0, 1) 88%, transparent 100%);
}

#gdprSection .gdprContainer {
	position: relative;
	z-index: 1;
}

#aboutUsSection {
	overflow: hidden;
	background-image: none;
}

#aboutUsSection::before {
	content: "";
	position: absolute;
	inset: 0;
	z-index: 0;
	pointer-events: none;
	background-image:
		radial-gradient(circle at top left, rgba(255, 204, 0, 0.18), transparent 20%),
		radial-gradient(circle at bottom right, rgba(153, 216, 255, 0.32), transparent 22%),
		url('../view/Images/AboutUs/01.jpg');
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	background-blend-mode: screen, screen, normal;
	-webkit-mask-image: linear-gradient(to bottom, transparent 0%, rgba(0, 0, 0, 1) 13%, rgba(0, 0, 0, 1) 88%, transparent 100%);
	mask-image: linear-gradient(to bottom, transparent 0%, rgba(0, 0, 0, 1) 13%, rgba(0, 0, 0, 1) 88%, transparent 100%);
}

#offersSection {
	overflow: hidden;
	background-image: none;
}

#offersSection::before {
	content: "";
	position: absolute;
	inset: 0;
	z-index: 0;
	pointer-events: none;
	background:
		radial-gradient(circle at top left, rgba(255, 204, 0, 0.34), transparent 28%),
		radial-gradient(circle at top right, rgba(153, 216, 255, 0.75), transparent 36%),
		linear-gradient(135deg, #dff3ff 0%, #b7e2ff 34%, #eef8ff 68%, #fff5cc 100%);
	-webkit-mask-image: linear-gradient(to bottom, transparent 0%, rgba(0, 0, 0, 1) 13%, rgba(0, 0, 0, 1) 88%, transparent 100%);
	mask-image: linear-gradient(to bottom, transparent 0%, rgba(0, 0, 0, 1) 13%, rgba(0, 0, 0, 1) 88%, transparent 100%);
}

#aboutUsContainer,
.offersContainer {
	position: relative;
	z-index: 1;
}

#contactUsSection {
	overflow: hidden;
	background-image: none;
}

#contactUsSection::before {
	content: "";
	position: absolute;
	inset: 0;
	z-index: 0;
	pointer-events: none;
	background-image:
		radial-gradient(circle at top left, rgba(255, 204, 0, 0.18), transparent 20%),
		radial-gradient(circle at bottom right, rgba(153, 216, 255, 0.32), transparent 22%),
		url('../view/Images/AboutUs/01.jpg');
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	background-blend-mode: screen, screen, normal;
	-webkit-mask-image: linear-gradient(to bottom, transparent 0%, rgba(0, 0, 0, 1) 13%, rgba(0, 0, 0, 1) 88%, transparent 100%);
	mask-image: linear-gradient(to bottom, transparent 0%, rgba(0, 0, 0, 1) 13%, rgba(0, 0, 0, 1) 88%, transparent 100%);
}

#contactUsSection .container {
	position: relative;
	z-index: 1;
}

#aboutUsContainer {
	padding: 24px 56px 56px;
	width: 70%;
	overflow: visible;
}

.offersContainer {
	width: 78%;
	max-width: 1180px;
	padding: 24px 56px 56px;
	overflow: visible;
}

.offersPageTitle {
	color: var(--rna-blue-deep);
	font-size: 30px;
	font-weight: 700;
	font-family: "Manrope", "Helvetica Neue", Helvetica, Arial, sans-serif;
	letter-spacing: 0;
	line-height: 1.2;
	margin: 0 0 24px;
}

#aboutUsLogo {
	width: 177px;
	height: 177px;
	object-fit: contain;
	display: block;
	margin: -6.9rem auto -0.85rem;
	opacity: 0;
	transform: translateY(-88px);
	transition: opacity 0.85s ease, transform 1.35s cubic-bezier(0.22, 1, 0.36, 1);
}

#offersLogo {
	width: 177px;
	height: 177px;
	object-fit: contain;
	display: block;
	margin: -6.9rem auto -0.85rem;
}

.offersGrid {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 1.2rem;
	margin-top: 2rem;
	text-align: left;
}

.offerCard,
.offersEmpty {
	background: linear-gradient(180deg, rgba(255, 255, 255, 0.68), rgba(255, 255, 255, 0.44));
	border: 1px solid var(--rna-glass-line);
	border-radius: var(--rna-radius-lg);
	box-shadow: 0 18px 45px rgba(0, 62, 104, 0.13);
	overflow: hidden;
	backdrop-filter: blur(18px);
	-webkit-backdrop-filter: blur(18px);
}

.offerCardImage {
	width: 100%;
	aspect-ratio: 4 / 3;
	height: auto;
	object-fit: cover;
	display: block;
}

.offerCardGallery {
	padding: 6px;
}

.offerCardImageStage {
	position: relative;
	overflow: hidden;
	border-radius: 20px;
}

.offerCardGallery .offerCardMainImage {
	aspect-ratio: 4 / 3;
	height: auto;
	border-radius: 0;
}

.offerGalleryControl {
	position: absolute;
	top: 50%;
	width: 44px;
	height: 44px;
	border: 1px solid rgba(255, 255, 255, 0.18);
	border-radius: 16px;
	background: rgba(255, 255, 255, 0.17);
	color: var(--rna-blue-deep);
	box-shadow: 0 8px 18px rgba(0, 62, 104, 0.04);
	backdrop-filter: blur(16px);
	-webkit-backdrop-filter: blur(16px);
	display: inline-flex;
	align-items: center;
	justify-content: center;
	transform: translateY(-50%);
	transition: transform 0.22s ease, background 0.22s ease, color 0.22s ease;
	z-index: 2;
}

.offerGalleryControl:hover,
.offerGalleryControl:focus {
	background: rgba(255, 255, 255, 0.32);
	color: var(--rna-blue-deep);
	transform: translateY(-50%) scale(1.05);
}

.offerGalleryControlPrev {
	left: 10px;
}

.offerGalleryControlNext {
	right: 10px;
}

.offerCardImagePlaceholder {
	display: flex;
	align-items: center;
	justify-content: center;
	color: var(--rna-blue-deep);
	font-size: 2.8rem;
	background: rgba(255, 255, 255, 0.42);
}

.offerCardBody {
	padding: 0.9rem 1.1rem 1.1rem;
}

.offerCardBody h2,
.offersEmpty h2 {
	margin: 0 0 0.35rem;
	color: var(--rna-blue-deep);
	font-size: 1.35rem;
	font-family: "Manrope", "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-weight: 800;
}

.offerCardBody p,
.offersEmpty p {
	color: var(--rna-ink-soft);
	line-height: 1.45;
	margin-bottom: 0.45rem;
}

.offerCardPrices {
	display: flex;
	align-items: baseline;
	gap: 0.75rem;
	margin-top: 0.55rem;
	color: var(--rna-blue-deep);
}

.offerCardRegularPrice {
	color: var(--rna-ink-soft);
	text-decoration: line-through;
	opacity: 0.72;
}

.offerCardPrices strong {
	font-size: 1.45rem;
	color: #c61f39;
}

.offersEmpty {
	grid-column: 1 / -1;
	padding: 2rem;
	text-align: center;
}

.offersEmpty i {
	color: var(--rna-blue);
	font-size: 2.4rem;
	margin-bottom: 1rem;
}

#aboutUsLogo.aboutUsLogoSlideIn {
	opacity: 1;
	transform: translateY(0);
}

body.about-us-page .navbar-logo-link,
body.about-us-page .navbar-mobile-brand {
	visibility: hidden;
	pointer-events: none;
}

#bookingsSection .container {
	position: relative;
	z-index: 1;
	width: 58%;
	max-width: 860px;
	padding-left: 0;
	padding-right: 0;
}

#bookingsSection .row {
	margin-left: 0;
	margin-right: 0;
}

#bookingsSection .col-12,
#bookingsSection .col-md-8,
#bookingsSection .col-lg-6 {
	flex: 0 0 100%;
	max-width: 100%;
	padding-left: 0;
	padding-right: 0;
}

#aboutUsHeader {
	margin-bottom: 20px;
}

#aboutUsText {
	color: var(--rna-ink);
	font-size: 19px;
	line-height: 1.8;
	font-family: "Manrope", "Helvetica Neue", Helvetica, Arial, sans-serif;
}

.publicSectionIntro {
	margin: -4px auto 22px;
	font-size: 16px;
}

.publicSectionIntroCentered {
	max-width: 720px;
	text-align: center;
}

.formGlassPanel,
.mapGlassPanel {
	padding: 32px;
	height: 100%;
}

.gdprContainer {
	width: 74%;
	max-width: 1120px;
}

.gdprGlassPanel {
	padding: 48px 56px;
}

.gdprKicker {
	display: block;
	margin-bottom: 10px;
	color: var(--rna-blue-deep);
	font-family: "Manrope", "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 13px;
	font-weight: 800;
	letter-spacing: 0.24em;
	text-align: center;
	text-transform: uppercase;
}

#gdprHeader {
	margin-bottom: 18px;
	text-align: center;
}

.gdprNotice {
	display: grid;
	grid-template-columns: 1fr;
	gap: 18px;
	margin-top: 30px;
}

.gdprBlock {
	padding: 22px;
	border: 1px solid rgba(0, 120, 194, 0.14);
	border-radius: var(--rna-radius-lg);
	background: rgba(255, 255, 255, 0.52);
	box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.55);
}

.gdprBlock h3 {
	margin: 0 0 12px;
	color: var(--rna-blue-deep);
	font-family: "Manrope", "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 18px;
	font-weight: 800;
}

.gdprBlock p {
	margin: 0 0 12px;
	color: var(--rna-ink);
	font-family: "Manrope", "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 16px;
	line-height: 1.75;
}

.gdprBlock p:last-child {
	margin-bottom: 0;
}

.gdprFootnote {
	margin: 28px auto 0;
	max-width: 760px;
	color: rgba(22, 45, 65, 0.78);
	font-family: "Manrope", "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 14px;
	line-height: 1.7;
	text-align: center;
}

#contactUsTextBoxes,
#contactUsMsgBox {
	color: var(--rna-ink);
	background: rgba(255, 255, 255, 0.72);
	border: 1px solid rgba(0, 120, 194, 0.12);
	border-radius: var(--rna-radius-md);
	font-size: 18px;
	box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.55);
	font-family: "Manrope", "Helvetica Neue", Helvetica, Arial, sans-serif;
}

#contactUsTextBoxes:focus,
#contactUsMsgBox:focus {
	border-color: rgba(0, 120, 194, 0.35);
	box-shadow: 0 0 0 4px rgba(153, 216, 255, 0.35);
}

#contactUsTextBoxes::-webkit-input-placeholder,
#contactUsMsgBox::-webkit-input-placeholder,
#contactUsTextBoxes::-moz-placeholder,
#contactUsMsgBox::-moz-placeholder,
#contactUsTextBoxes:-ms-input-placeholder,
#contactUsMsgBox:-ms-input-placeholder,
#contactUsTextBoxes:-moz-placeholder,
#contactUsMsgBox:-moz-placeholder {
	color: rgba(0, 94, 153, 0.82);
}

#contactUsTextBoxes::placeholder,
#contactUsMsgBox::placeholder {
	color: rgba(0, 94, 153, 0.82);
	opacity: 1;
}

#contactSubmitBtn,
.bookingSubmitBtn,
#pickAndDropBtn {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	gap: 10px;
	width: 300px;
	max-width: 100%;
	min-width: 0;
	min-height: 52px;
	height: auto;
	padding: 14px 28px;
	border-radius: var(--rna-radius-md);
	border: 0;
	background: linear-gradient(135deg, var(--rna-blue), #1090db);
	box-shadow: 0 16px 28px rgba(0, 120, 194, 0.24);
	font-family: "Manrope", "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-weight: 700;
	letter-spacing: 0.01em;
	transition: transform 0.18s ease, box-shadow 0.18s ease, background 0.18s ease, background-color 0.18s ease;
	will-change: transform;
}

#contactSubmitBtn:hover,
#contactSubmitBtn:focus,
.bookingSubmitBtn:hover,
.bookingSubmitBtn:focus,
#pickAndDropBtn:hover,
#pickAndDropBtn:focus {
	background: linear-gradient(135deg, var(--rna-blue-deep), var(--rna-blue));
	transform: scale(1.04);
	color: white;
}

.booking-status-modal {
	position: fixed;
	inset: 0;
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 24px;
	background: rgba(15, 41, 64, 0.28);
	backdrop-filter: blur(12px);
	-webkit-backdrop-filter: blur(12px);
	opacity: 0;
	visibility: hidden;
	pointer-events: none;
	transition: opacity 0.22s ease, visibility 0.22s ease;
	z-index: 1200;
}

.booking-status-modal.is-open {
	opacity: 1;
	visibility: visible;
	pointer-events: auto;
}

body.booking-modal-open {
	overflow: hidden;
}

.booking-status-dialog {
	position: relative;
	width: min(100%, 460px);
	padding: 32px 28px 26px;
	text-align: center;
}

.booking-status-icon {
	width: 74px;
	height: 74px;
	margin: 0 auto 18px;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	border-radius: var(--rna-radius-md);
	background: linear-gradient(135deg, rgba(0, 120, 194, 0.16), rgba(255, 204, 0, 0.2));
	color: var(--rna-blue-deep);
	font-size: 31px;
	box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.45);
}

.booking-status-title {
	margin: 0 0 10px;
	color: var(--rna-ink);
	font-size: 28px;
	font-weight: 700;
}

.booking-status-copy {
	margin: 0 0 22px;
	color: var(--rna-ink-soft);
	font-size: 17px;
	line-height: 1.65;
	font-family: "Manrope", "Helvetica Neue", Helvetica, Arial, sans-serif;
}

.ourServicesItemText,
#alertBody {
	font-family: "Manrope", "Helvetica Neue", Helvetica, Arial, sans-serif;
}

.booking-status-action {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	gap: 10px;
	min-width: 220px;
	min-height: 52px;
	padding: 14px 28px;
	border-radius: var(--rna-radius-md);
	border: 0;
	background: linear-gradient(135deg, var(--rna-blue), #1090db);
	box-shadow: 0 16px 28px rgba(0, 120, 194, 0.24);
	font-family: "Manrope", "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-weight: 700;
	letter-spacing: 0.01em;
	color: white;
	transition: transform 0.18s ease, box-shadow 0.18s ease, background 0.18s ease, background-color 0.18s ease;
	will-change: transform;
}

.booking-status-action:hover,
.booking-status-action:focus {
	background: linear-gradient(135deg, var(--rna-blue-deep), var(--rna-blue));
	transform: scale(1.04);
	color: white;
	outline: none;
}

@media screen and (min-width: 992px) {
	#aboutUsContainer {
		width: 78%;
		max-width: 1180px;
	}

	#contactUsSection .container {
		width: 94%;
		max-width: 1480px;
	}

	#contactUsSection .row {
		margin-left: -12px;
		margin-right: -12px;
	}

	#contactUsSection .col-md-6,
	#contactUsSection .col-lg-6 {
		padding-left: 12px;
		padding-right: 12px;
	}
}

@media screen and (max-width: 991px) {
	.formGlassPanel {
		padding-bottom: 14px;
	}

	.gdprContainer {
		width: 90%;
		max-width: none;
		padding-left: 0;
		padding-right: 0;
	}

	.gdprGlassPanel {
		padding: 34px 28px;
	}

	.gdprNotice {
		grid-template-columns: 1fr;
	}

	.serviceBookingCtaCard {
		text-align: center;
	}

	.serviceBookingCtaCard .siteGlassBtnPrimary {
		width: 300px;
		max-width: 100%;
	}

	#contactUsForm {
		margin-bottom: 0;
	}

	#contactSubmitBtn {
		margin-bottom: 0 !important;
	}

	#contactUsForm .form-group {
		margin-bottom: 14px;
	}

	#contactUsForm .form-group:last-child {
		margin-bottom: 0;
	}
}

.booking-status-close {
	position: absolute;
	top: 14px;
	right: 14px;
	width: 52px;
	height: 52px;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	border: 0;
	border-radius: var(--rna-radius-md);
	background: rgba(255, 255, 255, 0.62);
	color: #8f1d2f;
	font-size: 34px;
	line-height: 1;
	box-shadow: var(--rna-shadow-md);
	backdrop-filter: blur(16px);
	-webkit-backdrop-filter: blur(16px);
	transition: transform 0.18s ease, background 0.18s ease;
}

.booking-status-close:hover,
.booking-status-close:focus {
	transform: scale(1.04);
	color: #fff;
	background: linear-gradient(135deg, #c61f39, #a8182f);
	box-shadow: 0 16px 30px rgba(198, 31, 57, 0.2);
	outline: none;
}

.booking-loader-dialog {
	width: min(100%, 440px);
}

.booking-loader-spinner {
	width: 82px;
	height: 82px;
	margin: 0 auto 18px;
	border-radius: 50%;
	border: 5px solid rgba(0, 120, 194, 0.12);
	border-top-color: var(--rna-blue);
	border-right-color: rgba(255, 204, 0, 0.7);
	animation: bookingLoaderSpin 0.9s linear infinite;
	box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.55);
}

.booking-loader-progress-wrap {
	width: 100%;
	height: 12px;
	margin: 0 0 12px;
	border-radius: 999px;
	background: rgba(255, 255, 255, 0.68);
	box-shadow: inset 0 1px 3px rgba(15, 41, 64, 0.08);
	overflow: hidden;
}

.booking-loader-progress-bar {
	width: 0%;
	height: 100%;
	border-radius: inherit;
	background: linear-gradient(135deg, var(--rna-blue), #1090db);
	box-shadow: 0 8px 16px rgba(0, 120, 194, 0.18);
	transition: width 0.22s ease;
}

.booking-loader-percent {
	color: var(--rna-blue-deep);
	font-size: 1.15rem;
	font-weight: 700;
	letter-spacing: 0.02em;
}

.bookingSubmitBtn.is-loading,
.bookingSubmitBtn.is-loading:hover,
.bookingSubmitBtn.is-loading:focus {
	transform: none;
	opacity: 0.8;
	pointer-events: none;
}

@keyframes bookingLoaderSpin {
	from {
		transform: rotate(0deg);
	}
	to {
		transform: rotate(360deg);
	}
}

#GoogleMaps {
	border-radius: var(--rna-radius-lg);
	box-shadow: var(--rna-shadow-md);
	overflow: hidden;
}

#contactUsServerSuccess,
#contactUsServerError {
	border-radius: var(--rna-radius-lg);
	padding: 26px;
	height: auto;
}

#backToTop {
	background: linear-gradient(180deg, rgba(255, 255, 255, 0.46), rgba(255, 255, 255, 0.24));
	border: 1px solid var(--rna-glass-line);
	border-radius: var(--rna-radius-md);
	display: flex;
	align-items: center;
	justify-content: center;
	box-shadow: var(--rna-shadow-lg);
	backdrop-filter: blur(22px);
	-webkit-backdrop-filter: blur(22px);
	opacity: 0;
	visibility: hidden;
	pointer-events: none;
	transform: translateY(10px);
	transition: opacity 0.35s ease, visibility 0.35s ease, transform 0.35s ease, background 0.22s ease, border-color 0.22s ease;
}

#backToTop.is-visible {
	opacity: 1;
	visibility: visible;
	pointer-events: auto;
	transform: translateY(0);
}

#backToTop i {
	position: static;
	left: auto;
	top: auto;
	margin-top: 0;
	font-size: 26px;
}

#backToTop:hover i {
	top: auto;
}

#backToTop:hover,
#backToTop:focus {
	background: linear-gradient(180deg, rgba(255, 255, 255, 0.58), rgba(255, 255, 255, 0.34));
	border-color: rgba(255, 255, 255, 0.58);
	outline: none;
}

#footerSection {
	padding-top: 34px;
	padding-bottom: 0;
	margin-top: auto;
	background: rgba(255, 255, 255, 0.55);
	border-top: 1px solid rgba(255, 255, 255, 0.3);
	backdrop-filter: blur(18px);
	-webkit-backdrop-filter: blur(18px);
}

body.booking-action-page {
	min-height: 100vh;
	display: flex;
	flex-direction: column;
}

body.booking-action-page #bookingsSection {
	flex: 1 0 auto;
	display: flex;
	align-items: center;
	padding-top: 88px;
	padding-bottom: 72px;
}

body.booking-action-page #footerSection {
	margin-top: auto;
	flex-shrink: 0;
}

body.offers-page {
	min-height: 100vh;
	display: flex;
	flex-direction: column;
}

body.offers-page #offersSection {
	flex: 1 0 auto;
	display: flex;
	align-items: center;
	padding-top: 110px;
	padding-bottom: 72px;
}

body.offers-page #footerSection {
	margin-top: auto;
	flex-shrink: 0;
}

.footerSignatureAura {
	position: fixed;
	inset: 0;
	opacity: 0;
	visibility: hidden;
	pointer-events: none;
	z-index: 1200;
	overflow: hidden;
	transition: opacity 0.35s ease, visibility 0.35s ease;
}

body.footer-signature-active .footerSignatureAura {
	opacity: 1;
	visibility: visible;
}

.footerSignatureAura::before {
	content: "";
	position: absolute;
	inset: 0;
	background:
		linear-gradient(180deg, rgba(232, 242, 251, 0.16), rgba(8, 18, 31, 0.18)),
		radial-gradient(circle at 50% 88%, rgba(255, 255, 255, 0.12), rgba(255, 255, 255, 0) 30%),
		url("../view/Images/MehrozKhan/HongKong.jpg") center / cover no-repeat;
	opacity: 0.96;
	filter: saturate(1.1) contrast(1.05);
	backdrop-filter: blur(2px);
	-webkit-backdrop-filter: blur(2px);
}

.footerSignatureSpotlight {
	position: absolute;
	left: -12%;
	top: 8%;
	width: 124%;
	height: 72%;
	border-radius: 50%;
	background:
		radial-gradient(ellipse at 30% 45%, rgba(153, 216, 255, 0.22), rgba(153, 216, 255, 0) 42%),
		radial-gradient(ellipse at 72% 38%, rgba(255, 255, 255, 0.16), rgba(255, 255, 255, 0) 36%),
		radial-gradient(ellipse at 52% 62%, rgba(0, 120, 194, 0.18), rgba(0, 120, 194, 0) 48%);
	filter: blur(18px);
	animation: footerSignatureAurora 6s ease-in-out infinite alternate;
}

.footerSignatureRing {
	position: absolute;
	left: 50%;
	top: 54%;
	width: 82vw;
	height: 82vw;
	max-width: 980px;
	max-height: 980px;
	border-radius: 50%;
	border: 1px solid rgba(255, 255, 255, 0.14);
	transform: translate(-50%, -50%) scale(0.9);
	opacity: 0.4;
}

.footerSignatureRingOne {
	animation: footerSignatureHaloOne 5.4s ease-in-out infinite;
}

.footerSignatureRingTwo {
	width: 58vw;
	height: 58vw;
	max-width: 720px;
	max-height: 720px;
	animation: footerSignatureHaloTwo 4.8s ease-in-out infinite;
}

.footerSignatureBurst {
	position: absolute;
	top: -8%;
	width: 32vw;
	height: 120%;
	max-width: 420px;
	background: linear-gradient(180deg, rgba(255, 255, 255, 0), rgba(255, 255, 255, 0.18), rgba(153, 216, 255, 0.08), rgba(255, 255, 255, 0));
	filter: blur(12px);
	opacity: 0.5;
}

.footerSignatureBurstOne {
	left: 18%;
	transform: rotate(-12deg);
	animation: footerSignatureCurtainOne 5.6s ease-in-out infinite alternate;
}

.footerSignatureBurstTwo {
	right: 16%;
	transform: rotate(10deg);
	animation: footerSignatureCurtainTwo 6.2s ease-in-out infinite alternate;
}

.footerSignatureSpark {
	position: absolute;
	width: 10px;
	height: 10px;
	border-radius: 50%;
	background: radial-gradient(circle, rgba(255, 255, 255, 0.95) 0%, rgba(153, 216, 255, 0.82) 48%, rgba(153, 216, 255, 0) 74%);
	filter: blur(0.6px);
	opacity: 0.76;
}

.footerSignatureSparkOne {
	left: 20%;
	top: 18%;
	animation: footerSignatureTwinkleOne 2.2s ease-in-out infinite;
}

.footerSignatureSparkTwo {
	right: 22%;
	top: 24%;
	animation: footerSignatureTwinkleTwo 2.8s ease-in-out infinite;
}

.footerSignatureSparkThree {
	left: 34%;
	top: 12%;
	animation: footerSignatureTwinkleThree 2.6s ease-in-out infinite;
}

.footerSignatureSparkFour {
	right: 34%;
	top: 16%;
	animation: footerSignatureTwinkleFour 3s ease-in-out infinite;
}

.footerSignatureMessage {
	position: absolute;
	left: 50%;
	bottom: 12%;
	transform: translateX(-50%);
	display: inline-flex;
	flex-direction: column;
	align-items: center;
	gap: 4px;
	padding: 14px 28px 16px;
	border-radius: 24px;
	background: linear-gradient(180deg, rgba(255, 255, 255, 0.82), rgba(232, 240, 248, 0.54));
	border: 1px solid rgba(255, 255, 255, 0.86);
	color: #0070c0;
	font-weight: 700;
	box-shadow:
		0 24px 54px rgba(0, 86, 145, 0.22),
		inset 0 1px 0 rgba(255, 255, 255, 0.88);
	animation: footerSignatureMessageFloat 3.8s ease-in-out infinite;
	white-space: nowrap;
}

.footerSignatureMessage span {
	color: var(--rna-ink-soft);
	font-size: 0.85rem;
	font-weight: 700;
	letter-spacing: 0.16em;
	text-transform: uppercase;
}

.footerSignatureMessage strong {
	color: #0070c0;
	font-family: "Playfair Display", Georgia, serif;
	font-size: clamp(2.4rem, 5vw, 5.4rem);
	font-weight: 900;
	font-style: italic;
	letter-spacing: -0.04em;
	line-height: 1.1;
	text-shadow:
		0 8px 22px rgba(0, 112, 192, 0.22),
		0 1px 0 rgba(255, 255, 255, 0.9);
}

@keyframes footerSignatureAurora {
	0% { transform: translate3d(0, 0, 0) rotate(-1deg) scale(1); opacity: 0.62; }
	50% { transform: translate3d(2%, -2%, 0) rotate(1deg) scale(1.03); opacity: 0.84; }
	100% { transform: translate3d(-2%, 2%, 0) rotate(-1deg) scale(1.02); opacity: 0.7; }
}

@keyframes footerSignatureHaloOne {
	0%, 100% { opacity: 0.18; transform: translate(-50%, -50%) scale(0.9); }
	50% { opacity: 0.4; transform: translate(-50%, -50%) scale(1.02); }
}

@keyframes footerSignatureHaloTwo {
	0%, 100% { opacity: 0.12; transform: translate(-50%, -50%) scale(0.92); }
	50% { opacity: 0.28; transform: translate(-50%, -50%) scale(1.06); }
}

@keyframes footerSignatureCurtainOne {
	0% { transform: translate3d(0, 0, 0) rotate(-12deg); opacity: 0.24; }
	100% { transform: translate3d(-2%, 3%, 0) rotate(-8deg); opacity: 0.52; }
}

@keyframes footerSignatureCurtainTwo {
	0% { transform: translate3d(0, 0, 0) rotate(10deg); opacity: 0.2; }
	100% { transform: translate3d(2%, -2%, 0) rotate(6deg); opacity: 0.46; }
}

@keyframes footerSignatureTwinkleOne {
	0%, 100% { transform: scale(0.8); opacity: 0.2; }
	50% { transform: scale(1.5); opacity: 0.96; }
}

@keyframes footerSignatureTwinkleTwo {
	0%, 100% { transform: scale(0.76); opacity: 0.18; }
	50% { transform: scale(1.42); opacity: 0.9; }
}

@keyframes footerSignatureTwinkleThree {
	0%, 100% { transform: scale(0.82); opacity: 0.22; }
	50% { transform: scale(1.32); opacity: 0.84; }
}

@keyframes footerSignatureTwinkleFour {
	0%, 100% { transform: scale(0.78); opacity: 0.16; }
	50% { transform: scale(1.26); opacity: 0.8; }
}

@keyframes footerSignatureMessageFloat {
	0%, 100% {
		transform: translateX(-50%) translateY(0) scale(0.99);
	}
	50% {
		transform: translateX(-50%) translateY(-6px) scale(1.02);
	}
}

.footerGlassInner {
	max-width: 720px;
	margin: 0 auto;
	padding: 24px 28px;
	background: linear-gradient(180deg, var(--rna-white-glass-strong), var(--rna-white-glass));
	border: 1px solid var(--rna-glass-line);
	border-radius: 28px 28px 0 0;
	box-shadow:
		0 26px 56px rgba(0, 62, 104, 0.18),
		inset 0 1px 0 rgba(255, 255, 255, 0.68);
	backdrop-filter: blur(22px);
	-webkit-backdrop-filter: blur(22px);
}

.footerLegalBox {
	max-width: 720px;
	margin: 0 auto 34px;
	padding: 14px 18px;
	display: flex;
	align-items: center;
	justify-content: center;
	flex-wrap: wrap;
	gap: 14px;
	background: linear-gradient(180deg, var(--rna-white-glass-strong), var(--rna-white-glass));
	border: 1px solid var(--rna-glass-line);
	border-radius: 22px;
	box-shadow:
		0 18px 42px rgba(0, 62, 104, 0.12),
		inset 0 1px 0 rgba(255, 255, 255, 0.68);
	backdrop-filter: blur(22px);
	-webkit-backdrop-filter: blur(22px);
}

.footerUserToolsBox {
	margin-bottom: 14px;
}

.footerLegalBox a {
	position: relative;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 166px;
	min-height: 30px;
	padding: 5px 10px;
	font-family: "Manrope", "Helvetica Neue", Helvetica, Arial, sans-serif;
	color: var(--rna-blue-deep);
	font-size: 14px;
	font-weight: 600;
	text-decoration: none !important;
	border: 1px solid rgba(0, 125, 198, 0.36);
	border-radius: 10px;
	background: transparent;
	overflow: hidden;
	transition: color 0.18s ease, background-color 0.18s ease;
}

.footerLegalBox a::before {
	content: none;
}

.footerLegalBox a:hover,
.footerLegalBox a:focus-visible {
	color: var(--rna-blue);
	background: rgba(0, 125, 198, 0.16);
}

.footerLegalBox a:focus:not(:focus-visible),
.footerLegalBox a:active {
	color: var(--rna-blue-deep);
	background: transparent;
	outline: none;
}

@media screen and (min-width: 992px) {
	.footerGlassInner,
	.footerLegalBox {
		width: 78%;
		max-width: 1180px;
	}
}

@media screen and (min-width: 768px) and (max-width: 991px) {
	.footerLegalBox {
		display: grid;
		grid-template-columns: repeat(2, 166px);
		justify-content: center;
		justify-items: stretch;
	}

	.footerUserToolsBox {
		grid-template-columns: repeat(3, 166px);
	}

	.footerLegalBox a {
		width: 100%;
	}
}

.footerSocialLinks {
	display: flex;
	justify-content: center;
	align-items: center;
	gap: 18px;
	margin-top: 16px;
	margin-bottom: 30px;
}

.footerSocialLink {
	position: relative;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 52px;
	height: 52px;
	border-radius: 14px;
	color: #fff;
	background: linear-gradient(135deg, #1877f2, #0f63cf);
	text-decoration: none !important;
	overflow: hidden;
	transition: transform 0.22s ease, box-shadow 0.22s ease, background 0.22s ease;
}

.footerSocialLink::before {
	content: "";
	position: absolute;
	inset: 1px;
	border-radius: inherit;
	background: linear-gradient(180deg, rgba(255, 255, 255, 0.34), rgba(255, 255, 255, 0.06));
	opacity: 0.9;
	pointer-events: none;
}

.footerSocialLink i {
	position: relative;
	z-index: 1;
	font-size: 1.5rem;
}

.footerSocialLink:hover,
.footerSocialLink:focus {
	color: #fff;
	background: linear-gradient(135deg, #1666d3, #0d56b2);
	transform: translateY(-2px) scale(1.06);
}

.footerSocialLinkGoogle {
	background: linear-gradient(180deg, rgba(241, 244, 249, 0.98), rgba(232, 237, 244, 0.94));
	border: 1px solid rgba(15, 41, 64, 0.12);
	border-color: rgba(15, 41, 64, 0.12);
}

.footerSocialLinkGoogle:hover,
.footerSocialLinkGoogle:focus {
	background: linear-gradient(180deg, rgba(246, 248, 252, 1), rgba(236, 241, 247, 0.96));
}

.footerSocialLinkGoogle i {
	background: conic-gradient(
		from 8deg,
		#4285f4 0deg 92deg,
		#34a853 92deg 184deg,
		#fbbc05 184deg 264deg,
		#ea4335 264deg 360deg
	);
	-webkit-background-clip: text;
	background-clip: text;
	-webkit-text-fill-color: transparent;
	color: transparent;
}

.footerSocialLinkMaps {
	background: linear-gradient(180deg, rgba(241, 244, 249, 0.98), rgba(232, 237, 244, 0.94));
	border: 1px solid rgba(15, 41, 64, 0.12);
	color: transparent;
}

.footerSocialLinkMaps:hover,
.footerSocialLinkMaps:focus {
	background: linear-gradient(180deg, rgba(246, 248, 252, 1), rgba(236, 241, 247, 0.96));
	color: transparent;
}

.footerSocialLinkMaps i {
	position: relative;
	z-index: 1;
	font-size: 1.56rem;
	line-height: 1;
	background:
		radial-gradient(circle at 50% 18%, #4285f4 0 26%, transparent 27%),
		linear-gradient(180deg, #34a853 0%, #34a853 42%, #fbbc05 42%, #fbbc05 68%, #ea4335 68%, #ea4335 100%);
	-webkit-background-clip: text;
	background-clip: text;
	-webkit-text-fill-color: transparent;
	color: transparent;
}

.footerSocialLinkYell {
	background: linear-gradient(180deg, #ffd400, #f6c600);
	border: 1px solid rgba(15, 41, 64, 0.16);
	color: #111;
}

.footerSocialLinkYell:hover,
.footerSocialLinkYell:focus {
	background: linear-gradient(180deg, #ffde33, #ffd400);
	color: #111;
}

.footerSocialYellMark {
	position: relative;
	z-index: 1;
	font-size: 1.5rem;
	font-weight: 800;
	line-height: 1;
	letter-spacing: -0.04em;
}

#footerText	{
	color: #0070c0;
	font-size: 15px;
	margin-bottom: 12px;
	letter-spacing: 0.01em;
}

#footerText:last-child {
	margin-bottom: 0;
}

.footerLabel {
	display: block;
	margin-bottom: 2px;
	color: var(--rna-ink-soft);
	font-size: 11px;
	font-weight: 700;
	letter-spacing: 0.18em;
	text-transform: uppercase;
}

.footerLink {
	color: #0070c0;
	font-weight: 700;
	display: inline-block;
	padding: 4px 10px;
	border-radius: 999px;
	border: 1px solid transparent;
	transition: transform 0.22s ease, background 0.22s ease, box-shadow 0.22s ease, color 0.22s ease;
}

.footerLink:hover,
.footerLink:focus {
	color: var(--rna-ink);
	transform: scale(1.06);
	background: linear-gradient(180deg, rgba(255, 255, 255, 0.78), rgba(229, 232, 237, 0.64));
	border-color: transparent;
	box-shadow:
		0 10px 20px rgba(15, 41, 64, 0.08),
		inset 0 1px 0 rgba(255, 255, 255, 0.8);
}

#navbarItem:hover,
#navbarItem:focus,
.nav-link:hover,
.nav-link:focus {
	transform: scale(1.04);
}

.navbarHomeIcon {
	font-size: 1.05rem;
	line-height: 1;
}

.footerVersionText {
	font-size: 12px !important;
	color: var(--rna-ink-soft) !important;
}

.footerVersionText .footerLabel {
	font-size: 10px;
	margin-bottom: 4px;
}

@media screen and (max-width: 767px) {
	#navbar {
		position: sticky;
		width: calc(100% - 20px);
		padding: 0 12px;
		border-radius: 18px;
		align-items: center;
		min-height: 64px;
		padding-top: 0;
		padding-bottom: 0;
		overflow: visible;
	}

	.navbar-desktop-shell {
		display: none;
	}

	.navbar-mobile-brand {
		position: absolute;
		left: 50%;
		top: -2px;
		display: inline-flex;
		justify-content: center;
		transform: translateX(-50%);
		margin-bottom: 0;
		z-index: 1;
		pointer-events: auto;
	}

	#navbarCollapse {
		display: none;
		width: 100%;
		flex-basis: 100%;
	}

	#navbarCollapse.show,
	#navbarCollapse.collapsing {
		display: block;
	}

	#navbar.mobile-menu-open {
		padding-bottom: 50px !important;
	}

	#navbarBrand {
		margin: -12px auto 0;
		height: 86px;
	}

	#navbarItem {
		width: 100%;
		text-align: left;
	}

	.navbar-toggler {
		order: 3;
		position: absolute;
		top: 6px;
		right: 12px;
		z-index: 2;
		display: inline-flex;
		flex-direction: column;
		justify-content: center;
		align-items: center;
		width: 52px;
		height: 52px;
		padding: 0;
		margin-left: 0;
		border: 0;
		border-radius: 18px;
		background: rgba(255, 255, 255, 0.72);
		border: 1px solid rgba(255, 255, 255, 0.42);
		box-shadow: 0 14px 24px rgba(0, 62, 104, 0.12);
		backdrop-filter: blur(18px);
		-webkit-backdrop-filter: blur(18px);
	}

	.navbar-toggler:focus {
		outline: none;
		box-shadow: none;
	}

	.navbar-toggler span {
		position: relative;
		display: block;
		width: 22px;
		height: 2px;
		margin: 3px 0;
		border-radius: 999px;
		background: linear-gradient(135deg, var(--rna-blue-deep), var(--rna-blue));
		transition: transform 0.28s ease, opacity 0.2s ease, width 0.2s ease;
	}

	.navbar-toggler:hover span,
	.navbar-toggler:focus span {
		width: 24px;
	}

	.navbar-toggler:not(.collapsed) span:nth-child(1) {
		transform: translateY(8px) rotate(45deg);
	}

	.navbar-toggler:not(.collapsed) span:nth-child(2) {
		opacity: 0;
	}

	.navbar-toggler:not(.collapsed) span:nth-child(3) {
		transform: translateY(-8px) rotate(-45deg);
	}

	.navbar-nav {
		width: 100%;
		margin: 72px 0 14px;
		padding: 12px 12px 30px;
		background: rgba(255, 255, 255, 0.72);
		border: 1px solid rgba(255, 255, 255, 0.4);
		border-radius: 22px;
		box-shadow: 0 18px 34px rgba(0, 62, 104, 0.12);
		backdrop-filter: blur(18px);
		-webkit-backdrop-filter: blur(18px);
	}

	.navbar-nav .nav-item + .nav-item {
		margin-top: 6px;
	}

	.navbar-nav .nav-link {
		display: block;
	}

	.navbar-nav .navBookingBtn {
		text-align: center !important;
		min-height: 52px;
		display: flex;
		align-items: center;
		justify-content: center;
	}

	.footerLegalBox {
		margin-left: 14px;
		margin-right: 14px;
		flex-direction: column;
		align-items: stretch;
	}

	.footerLegalBox a {
		width: 100%;
	}

	.heroGlassWrap {
		position: relative;
		top: 0;
		margin-top: 30px;
		margin-bottom: 18px;
		width: calc(100% - 20px);
		max-width: none;
		padding-left: 0;
		padding-right: 0;
	}

	.heroGlassCard {
		padding: 24px 22px;
	}

	.heroGlassTitle {
		font-size: 32px;
	}

	.indexPhotoSlidesPhoto {
		min-height: 340px;
	}

	#ourServicesSection,
	#customerReviewsSection,
	#aboutUsSection,
	#contactUsSection,
	#bookingsSection,
	#offersSection,
	#gdprSection {
		padding-top: 56px;
		padding-bottom: 56px;
	}

	#ourServicesSection {
		padding-bottom: 30px;
	}

	#customerReviewsSection {
		padding-top: 30px;
	}

	#aboutUsContainer {
		width: 92%;
		padding: 20px 28px 28px;
	}

	.offersContainer {
		width: 92%;
		padding: 20px 28px 28px;
	}

	#aboutUsLogo {
		width: 156px;
		height: 156px;
		margin: -6.25rem auto -0.7rem;
	}

	#offersLogo {
		width: 156px;
		height: 156px;
		margin: -6.25rem auto -0.7rem;
	}

	.offersGrid {
		grid-template-columns: 1fr;
	}

	.customerReviewsGrid {
		grid-template-columns: 1fr;
		width: calc(100% - 20px);
	}

	.customerReviewCard {
		padding: 22px;
	}

	.formGlassPanel,
	.mapGlassPanel,
	.serviceBookingCtaCard {
		padding: 22px;
		height: auto;
	}

	#contactUsForm .form-group:last-child {
		margin-bottom: 0;
	}

	.mapGlassPanel {
		margin-top: 28px;
	}

	#contactUsSection .container {
		width: 90%;
		max-width: none;
		padding-left: 0;
		padding-right: 0;
	}

	#bookingsSection .container {
		width: 90%;
		max-width: none;
		padding-left: 0;
		padding-right: 0;
	}

	#contactUsSection .row {
		margin-left: 0;
		margin-right: 0;
	}

	#contactUsSection .col-xs-12,
	#contactUsSection .col-sm-12,
	#contactUsSection .col-md-6,
	#contactUsSection .col-lg-6 {
		padding-left: 0;
		padding-right: 0;
	}

	.serviceBookingCta {
		width: calc(100% - 20px);
		margin-left: auto;
		margin-right: auto;
		padding-left: 0;
		padding-right: 0;
	}

	#aboutUsSection,
	#contactUsSection,
	#bookingsSection,
	#offersSection,
	#gdprSection {
		margin-top: 18px;
	}

	#contactUsSection {
		background-image: none;
		overflow: hidden;
		padding-top: 76px;
		padding-bottom: 92px;
	}

	#contactUsSection::before,
	#contactUsSection::after {
		content: "";
		position: absolute;
		left: 0;
		right: 0;
		top: 0;
		bottom: 0;
		z-index: 0;
		pointer-events: none;
	}

	#contactUsSection::before {
		background-image:
			radial-gradient(circle at top left, rgba(255, 204, 0, 0.18), transparent 20%),
			radial-gradient(circle at bottom right, rgba(153, 216, 255, 0.32), transparent 22%),
			url('../view/Images/AboutUs/01.jpg');
		background-position: center;
		background-repeat: no-repeat;
		background-size: cover;
		background-blend-mode: screen, screen, normal;
		-webkit-mask-image: linear-gradient(to bottom, transparent 0%, rgba(0, 0, 0, 1) 10%, rgba(0, 0, 0, 1) 90%, transparent 100%);
		mask-image: linear-gradient(to bottom, transparent 0%, rgba(0, 0, 0, 1) 10%, rgba(0, 0, 0, 1) 90%, transparent 100%);
	}

	#contactUsSection::after {
		display: none;
	}

	#contactUsSection .container,
	#contactUsSection .row,
	#contactUsSection .col-xs-12,
	#contactUsSection .col-sm-12,
	#contactUsSection .col-md-6,
	#contactUsSection .col-lg-6,
	#contactUsSection .publicGlassPanel {
		position: relative;
		z-index: 2;
	}

	.booking-status-modal {
		padding: 18px;
	}

	.booking-status-dialog {
		padding: 28px 20px 22px;
	}

	.booking-status-title {
		font-size: 24px;
	}

	.booking-status-copy {
		font-size: 16px;
	}

	.booking-status-action {
		width: 100%;
		min-width: 0;
	}

}
