body {
	background-color:#000;
	text-align:center;
	font-size:13px;
	color:#ffffff;
	margin:0px;
	-webkit-text-size-adjust: 100%;
    background-image: url(../images/bg_texture.png);
}


.container_large_frame {
  background-image: url(../images/mobile_header_bg.svg);
  background-repeat: no-repeat;
  background-position: top;
  background-size: 156px;
  margin: auto;
    margin-top: auto;
  margin-top: auto;
  overflow: hidden;
  background-color: #f9f8f6;
  text-align: center;
  color: #FFFFFF;
  margin-top: -20px;
}

#center {
    background-image: url(../images/luxride_logo_intro_mobile.svg);
    position: absolute;
    top: 50%;
    left: 50%;
    width: 300px;
    height: 100px;
    margin-left: -150px;
    margin-top: -50px;
    border: 0px;
    background-repeat: no-repeat;
    background-size: 110%;
    background-position: center;
}


	.row, .body, .container {
	width: 100%;
	margin-left:0;
	margin-right:0;
	padding-left:0;
	padding-right:0;
	}
	/* kill prefixes and suffixes, otherwise 1-column version breaks */
	.pre_1, .pre_2, .pre_3, .pre_4, .pre_5, .pre_6, .pre_7, .pre_8, .pre_9, .pre_10, .pre_11 {padding-left: 0;}
	.suf_1, .suf_2, .suf_3, .suf_4, .suf_5, .suf_6, .suf_7, .suf_8, .suf_9, .suf_10, .suf_11 {padding-right: 0;}

	/************************************************************************/


	/* Columnal - sub columns */
	.col_2 .col_1, 
	.col_3 .col_2, .col_3 .col_1,
	.col_4 .col_3, .col_4 .col_2, .col_4 .col_1,
	.col_5 .col_4, .col_5 .col_3, .col_5 .col_2, .col_5 .col_1,
	.col_6 .col_5, .col_6 .col_4, .col_6 .col_3, .col_6 .col_2, .col_6 .col_1,
	.col_7 .col_6, .col_7 .col_5, .col_7 .col_4, .col_7 .col_3, .col_7 .col_2, .col_7 .col_1,
	.col_8 .col_7, .col_8 .col_6, .col_8 .col_5, .col_8 .col_4, .col_8 .col_3, .col_8 .col_2, .col_8 .col_1,
	.col_9 .col_1, .col_9 .col_2, .col_9 .col_3, .col_9 .col_4, .col_9 .col_5, .col_9 .col_6, .col_9 .col_7, .col_9 .col_8,
	.col_10 .col_9, .col_10 .col_8, .col_10 .col_7, .col_10 .col_6, .col_10 .col_5, .col_10 .col_4, .col_10 .col_3, .col_10 .col_2, .col_10 .col_1,
	.col_11 .col_10, .col_11 .col_9, .col_11 .col_8, .col_11 .col_7, .col_11 .col_6, .col_11 .col_5, .col_11 .col_4, .col_11 .col_3, .col_11 .col_2, .col_11 .col_1,
	.col_12 .col_11, .col_12 .col_10, .col_12 .col_9, .col_12 .col_8, .col_12 .col_7, .col_12 .col_6, .col_12 .col_5, .col_12 .col_4, .col_12 .col_3, .col_12 .col_2, .col_12 .col_1 {
		padding-left: 0;
		padding-right: 0;
		width: 100%;
	}

	/* .row {width: 100%;} */
	/* Type presets */
	.container h1 {margin:.5em 0 .5em;}
	.container h2 {margin:.5em 0 .535em; line-height: 26px;}
	.container h3 {margin:.5em 0 .57em;}
	.container h4 {margin:.5em 0 .615em;}
	.container h5 {margin:.5em 0 .67em;}
	.container h6 {margin:.5em 0 .8em;}

	/* .reverse {padding-top: 1em; margin-bottom: 1em;} */

	/* Columnal content control - use on any elements to show/hide content on mobile */
	.mobile-hide {display: none;}
	.mobile-only {display: block;}

	/*****************************************
	   CUSTOM ADDITIONS FOR MOBILE SITE LAYOUT 
	*****************************************/



a {	
	font-family:Tahoma, Arial, Helvetica, sans-serif;;
	color: #4cb9ab;
	text-decoration:underline;
	font-size:100%;
}

a:hover {	
	font-family:Tahoma, Arial, Helvetica, sans-serif;;
	font-size:100%;
	color: #4cb9ab;
	text-decoration:none;
}

.white {
	color: #ffffff;
	font-family:Tahoma, Arial, Helvetica, sans-serif;;
	font-size:100%;
}

.container h1 {
  margin: 2rem;
  font-weight: bold;
}

h1 {
	font-family: Georgia;
	font-size:20px;
	line-height:24px;
	color: #4cb9ab;
	font-weight:100;
	text-align:center;
}

h2 {
  margin-top: 24px;
  padding-top: 20px;
  margin-bottom: -5px;
  font-family: Georgia;
  font-size: 16px;
  line-height: 18px;
  color: #4cb9ab;
  font-weight: bold;
  line-height: 26px;
}

.h3 {
	color: #000000;
    font-family: Georgia;
    font-size: 15px;
    font-style: italic;
    font-weight: 100;
    line-height: 19px;
}

.red {
	font-size:100%;
	color:red;
	font-family:Tahoma, Arial, Helvetica, sans-serif;;
	text-align:left;
	line-height:25px;
}

.quote {
	font-family: Georgia;
	font-size:100%;
	font-style:italic;
	color: #000000;
	font-weight:100;
	line-height:19px;
}


.container {
	overflow:hidden;
	width: 100%;
	text-align:center;
	color: #000000;
	float:left;
}

.banner {
  padding-top: 0px;
  padding-bottom: 0px;
  height: 120px;
  float: left;
  width: 100%;
  text-align: center;
}

.content_text a {
  color: #4cb9ab;
  text-decoration: none;
}

.content_text a:hover {
  color: #4cb9ab;
  text-decoration: none;
}

.content_text ul {
  margin-top: 40px;
}

ul.about_list {
  margin-top: unset !important;
}

 .content_text li {
    width: 85%;
    background-color: #f9f8f6;
    padding: 2.5%;
    border-radius: 10px;
    margin: 2.5% auto;
    border: 1px solid #ffffff;
    float: left;
    text-align: center;
    color: #818181;
    list-style: none;
  }

.content_text.policy li {
 width: unset;
 background: unset;
 font-weight: unset;
 text-align: unset;
 padding: unset;
 margin: unset;
}

.content_text.policy ul {
 padding: unset;
 margin: unset;
}

.content_text.policy h2 {
  font-weight: bold;
  margin-top: 30px;
  float: left;
  width: 100%;
}

.navigation {
	background-image: url(../images/middle_frame_bg.png);
	color: #666666;
	float: left;
	font-family:Tahoma, Arial, Helvetica, sans-serif;;
	font-size: 14px;
	font-weight: 100;
	text-align: center;
	text-transform: uppercase;
	width: 100%;
	background-position: bottom;
}

.home_box {
	float: left;
	text-align: center;
	margin-bottom: 40px;
}

.home_box h3 {
   font-family: Georgia;
   color: #ffffff;
   font-weight: 500;
   text-align: center;
   margin-top: 30px;
   font-size: 18px;
}

.middle_frame {
	overflow:hidden;
	background: #fff;
	width: 100%;
	float:left;
	margin:0px 0px 0px 0px;
	text-align:center;
	line-height:16px;
	font-family:Tahoma, Arial, Helvetica, sans-serif;;
	font-size:100%;
	color:#666666;
}

#content {
	float:left;
	width: 100%;
	text-align:center;
	font-family:Tahoma, Arial, Helvetica, sans-serif;;
	font-size:100%;
}

.content_text {
	float:left;
	width: 90%;
	text-align:center;
	padding-right:5%;
	padding-left:5%;
	line-height:20px;
	font-size: 14px !important;
	font-family:Tahoma, Arial, Helvetica, sans-serif;
	color:#818181;
}

.image_style_1 {
	width: 100%;
	height:100%;
	float:left;
	text-align:center;
	margin:15px 0px 25px 0px;
}

.slick-slide img {
  display: block !important;
  border-radius: 20px;
}

/* Gallery */

/* Flex container for gallery items */
.gallery_frame {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 20px;
  padding: 20px;
}

/* Each gallery item */
.gallery-icon {
  width: calc(50% - 10%); /* Two per row, accounting for gap */
  text-align: center;
  border: 6px solid #ffffff;
  -webkit-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.3), 0 0 40px rgba(0, 0, 0, 0.1) inset;
  -moz-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.3), 0 0 40px rgba(0, 0, 0, 0.1) inset;
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.3), 0 0 40px rgba(0, 0, 0, 0.1) inset;
  border-radius: 10px;
}

.gallery_outer_frame {
	padding-bottom:13px;
	width: 100%;
}

	
#gallery-1 .gallery-item {
	margin:auto !important;
}




/* Footer*/		

#footer_container {
	background-image: url(../images/footer_bg.png);
	background-repeat:repeat-x;
	margin:auto;
	text-align:center;
}

#footer_container h3 {
  color:#405861;
}

#footer_frame {
	margin:auto;
	width: 100%;
	color:#ffffff;
	font-family:Tahoma, Arial, Helvetica, sans-serif;
	font-size: 100%;
}

.footer-social img {
  margin-top: 0px;
  filter: invert(1);
}

.phone-number {color: #4cb9ab;}

.footer-content {margin: auto; width: 100%;}

.footer-contact {
  color: #818181;
  width: 90%;
  float: left;
  line-height: unset;
  text-align: left;
  margin-left: 5%;
  font-family: Tahoma, Tahoma, Arial, Helvetica, sans-serif;
  padding-top: 20px;
  padding-bottom: 20px;
}

.footer-contact h3, .footer-social h3 {
	text-align:left;
}

.footer-social  {
	color:#cccccc;
    width: 90%;
	float:left;
	line-height:unset;
	text-align: left;
	font-size:13px;
	margin-left: 5%;
	font-family:  Tahoma, Tahoma, Arial, Helvetica, sans-serif;;
	padding-top: 20px;
    padding-bottom: 20px;
}

.footer-logo  {
	color:#818181;
	width:80%;
	margin-right: 5%;
	margin-left: 5%;
	float:left;
	line-height:unset;
	text-align:left;
	font-size:13px;
	font-family:  Tahoma, Tahoma, Arial, Helvetica, sans-serif;;
	padding-top: 50px;
    padding-bottom: 50px;
}


.footer_left_column {
	color:#818181;
	width: 100%;
	float:left;
	padding-top:15px;
	padding-bottom:15px;
	text-align:center;
	font-family:Tahoma, Arial, Helvetica, sans-serif;
	font-size: 100%;
}

.footer_left_column a {
  width: 100% !important;
  float: left;
  margin-top: 30px;
  margin-bottom: 20px;
  color: #4cb9ab;
}

.footer_center_column {
	color:#ffffff;
	width: 100%;
	float:left;
	text-align:center;
	font-family:Tahoma, Arial, Helvetica, sans-serif;
	font-size: 100%;
}

.footer_right_column {
	color:#818181;
	width: 100%;
	float:left;
	padding-top:0px;
	padding-bottom:30px;
	text-align:center;
	font-family:Tahoma, Arial, Helvetica, sans-serif;
	font-size: 100%;
}

.footer_frame {
	color:#ffffff;
	text-decoration:none;
	font-family:Tahoma, Arial, Helvetica, sans-serif;
	font-size: 100%
}

.footer_frame:hover {
	text-decoration:underline;
	color:#ffffff;
	font-family:Tahoma, Arial, Helvetica, sans-serif;
	font-size: 100%;
}

.footer_divider {
	color:#574d67;
	font-family:Tahoma, Arial, Helvetica, sans-serif;
}

.qupid {
	font-size: 100%;
	color: #00ccff;
	text-decoration: none;
	font-family:Tahoma, Arial, Helvetica, sans-serif;;
}

.qupid:hover {
	font-size: 100%;
	color: #00ccff;
	text-decoration: none;
	font-family:Tahoma, Arial, Helvetica, sans-serif;;
}

.design {
	font-size: 100%;
	color: #818181;
	text-decoration: none;
	font-family:Tahoma, Arial, Helvetica, sans-serif;;
}

.design:hover {
	font-size: 100%;
	color: #818181;
	text-decoration: none;
	font-family:Tahoma, Arial, Helvetica, sans-serif;;
}

img, embed, object, video {
max-width:100%;
}




/* Booking Form*/

.book-now {
  background: #4cb9ab;
  color: #fff;
  width: 100%;
  float: left;
  text-decoration: navajowhite;
  line-height: 40px;
  font-weight: bold;
  font-size: 1rem;
}

.book-now:hover {
  background: #4cb9ab;
  color: #fff;
  width: 100%;
  float: left;
  text-decoration: navajowhite;
  line-height: 40px;
  font-weight: bold;
  font-size: 1rem;
}

.form-container {
  text-align: left;
}


.form-container h2 {
  text-align: left;
  margin-bottom: 30px;
  font-weight: bold;
}

.form-container form label {
  display: block;
  font-size: 14px;
  margin-bottom: 5px;
  color: #333;
}

.form-container form input, .form-container form select, .form-container form textarea {
  width: 96%;
  padding: 10px;
  margin-bottom: 15px;
  border: 1px solid #f6f6f6;
  background: #f6f6f6;
  border-radius: 4px;
  font-size: 16px;
}

.form-container form input[type="number"] {
  width: 100px;
}

.form-container form textarea {
  height: 100px;
  resize: vertical;
}

.form-container .submit-btn {
  background-color: #000;
  color: white;
  border: none;
  padding: 15px 30px;
  font-size: 16px;
  cursor: pointer;
  border-radius: 4px;
  margin-bottom: 80px;
}

.form-container submit-btn:hover {
  background-color: #555;
}

.contact_frame_left {
	float:left;
	width:100%;
	text-align:center;
	line-height:16px;
	font-family:Tahoma, Arial, Helvetica, sans-serif;;
	font-size:100%;
	color:#666666;
}

.contact_frame_right {
	float:left;
	width:100%;
	text-align:center;
	line-height:16px;
	font-family: Tahoma;
	font-size:13px;
	color:#666666;
}

.inp {
    background-attachment: scroll;
    border: 1px solid #2f2837;
	background-color:#0e0b13;
    color: #FFFFFF;
	font-family:Tahoma, Arial, Helvetica, sans-serif;;
	font-size:100%;
    height: 34px;
    line-height: 32px;
}

.mess {
    background-attachment: scroll;
    border: 1px solid #2f2837;
	background-color:#0e0b13;
    color: #FFFFFF;
	font-family:Tahoma, Arial, Helvetica, sans-serif;;
	font-size:100%;
    height: 155px;
    line-height: normal !important;
    resize: none;
	width:100%;
}


#gallery-1 .gallery-item {
	float:none !important;
	margin-top: 25px!important;
	margin-bottom: 0px!important;
	margin-right: 0px;
	text-align: center;
	width: 100%!important;
}


.attachment-thumbnail:hover {
  opacity: 0.6;
}

#gallery-1 .gallery-caption { margin:0px!important; }




table {
    width: 90%;
}




/* Clearfix */
.clearfix:before,
.clearfix:after {
    content: " ";
    display: table;
}
.clearfix:after {
    clear: both;
}
.clearfix {
    *zoom: 1;
}

/* Basic Styles */

nav {
	height: 40px;
	width: 100%;
	font-size: 11pt;
	position: relative;
	border-bottom: 0px solid #283744;
}
nav ul {
	padding: 0;
	margin: 0 auto;
	width: unset;
	height: 40px;
}
nav li {
    display: inline;
	border-left: 1px solid #666;
}
nav li:first-child {
    border-left: 0 none;
}

nav li.active a {
   color: #4cb9ab;
}

nav a {
  color: #818181;
  display: inline-block;
  width: unset;
  text-align: center;
  text-decoration: none;
  line-height: 40px;
  padding-left: 20px;
  padding-right: 20px;
}
nav li a {
  border-right: 0 solid #576979;
  box-sizing: border-box;
  color: #818181;
  font-family: Tahoma, Arial, Helvetica, sans-serif;;
  font-size: 14px;
}
nav li:last-child a {
	border-right: 0;
}
nav a:hover, nav a:active {
  border-right: 0 solid #576979;
  box-sizing: border-box;
  color: #4cb9ab;
  font-family: Tahoma, Arial, Helvetica, sans-serif;;
  font-size: 14px;
}
nav a#pull {
	display: none;
}



/*Styles for screen 600px and lower*/
@media screen and (max-width: 600px) {
	nav { 
  		height: auto;
  	}
  	nav ul {
  		width: 100%;
  		display: block;
  		height: auto;
  	}
nav li {
    display: inline;
	border-left: 0px solid #ffffff !important;
}

  	nav li {
  		width: 100%;
  		float: left;
  		position: relative;
		border-bottom: 1px solid #ccc;
  	}
  	nav li a {
		border-bottom: 0px solid #574d67;
		border-right: 0px solid #574d67;
	}
  	nav a {
	  	text-align: left;
	  	width: 100%;
	  	text-indent: 25px;
  	}
}

/*Styles for screen 515px and lower*/
@media only screen and (max-width : 600px) {
	nav {
		border-bottom: 0;
	}
	nav ul {
		display: none;
		height: auto;
	}
	nav a#pull {
		display: block;
	    font-family:Tahoma, Arial, Helvetica, sans-serif;;
		position: relative;
		width: 100%;
		font-size:14px;
}
	nav a#pull:after {
		content:"";
		width: 30px;
		height: 30px;
		display: inline-block;
		position: absolute;
		right: 5px;
		top: 6px;
	}
	
nav li {
    display: inline;
	border-left: 0px solid #ffffff !important;
}

.image_style_1 img {
	width: 90%;
}
	


}


/*Styles for screen 515px and lower*/
@media only screen and (min-width: 32em) and (max-width: 64em) {
.gallery-icon {
  width: calc(50% - 10%); /* Two per row, accounting for gap */
  text-align: center;
  border: 6px solid #ffffff;
  -webkit-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.3), 0 0 40px rgba(0, 0, 0, 0.1) inset;
  -moz-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.3), 0 0 40px rgba(0, 0, 0, 0.1) inset;
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.3), 0 0 40px rgba(0, 0, 0, 0.1) inset;
  border-radius: 10px;
}


nav li {
    display: inline;
	border-left: 1px solid #666 !important;
}

nav li:first-child {
    border-left: 0 none!important;
}

nav li.active a {
	color: #4cb9ab;
}

}




/*x icon from mobile to small tablet*/
@media only screen and (max-width : 634px) {
#nav-toggle {
    position: absolute;
    right: 0%;
    margin-top: -39px;
    cursor: pointer;
    display: inline-block;
    padding: 16px 0px 20px 0px;
    width: 100%;
    margin-left: -4px;
}

#nav-toggle span {
    position: absolute;
    right: 10px;
}

	
#nav-toggle span, #nav-toggle span:before, #nav-toggle span:after {
  cursor: pointer;
  border-radius: 1px;
  height: 3px;
  width: 28px;
  background:#4cb9ab;
  position: absolute;
  display: block;
  content: '';
}
#nav-toggle span:before {
  top: -8px; 
}
#nav-toggle span:after {
  bottom: -8px;
}

#nav-toggle span, #nav-toggle span:before, #nav-toggle span:after {
  transition: all 500ms ease-in-out;
}
#nav-toggle.active span {
  background-color: transparent;
}

nav li {
    border-left: 0px solid #fff !important;
}

#nav-toggle.active span:before, #nav-toggle.active span:after {
  top: 0;
}
#nav-toggle.active span:before {
  transform: rotate(45deg);
}
#nav-toggle.active span:after {
  transform: rotate(-45deg);
}
}


/*hide css*/
@media only screen and (min-width: 601px) and (max-width: 634px) {
#nav-toggle {
    display: none !important;
}
}

/*show css*/
@media only screen and (min-width: 601px) and (max-width: 634px) {
nav li {
    border-left: 1px solid #fff !important;
}
}







.desktop {
    float: right;
	width: 90%;
    height: auto;
    margin-bottom: 20px;
    margin-top: 14px;
	margin-left:5%;
	margin-right:5%;
}

.desktop .slick-slide img {
    max-height: 370px;
    max-width: 283px;
  	margin-left:5%;
	margin-right:5%;
	width: 90%;
	text-align: center;
	display: inline-block !important;
}


@media only screen and (max-width: 40em) {
	
.content_text li {
  width: 85%;
  background-color: #f9f8f6;
  padding: 2.5%;
  border-radius: 10px;
  margin: 2.5% auto;
  border: 1px solid #ffffff;
  float: left;
  text-align: center;
  color: #818181;
  list-style: none;
}
	
}	


/* Style the Back to Top button */
.back-to-top {
  position: fixed;
  bottom: 20px; /* Distance from the bottom of the page */
  right: 20px; /* Distance from the right edge */
  background-color: white;
  color: black;
  font-size: 24px; /* Icon size */
  border-radius: 50%; /* Round shape */
  text-align: center;
  text-decoration: none;
  box-shadow: 0 0 6px rgba(0, 0, 0, 0.5);
  z-index: 1000; /* Ensure it stays on top of other content */
  height: 45px !important;
  width: 45px !important;
  line-height: 40px;
}
/* Show the button when the user scrolls down */
/* Show the button when the user scrolls down */
.back-to-top.show {
  opacity: 1; /* Show button */
}

/* On hover, keep the arrow white but change the background color */
a.back-to-top:hover,
a.back-to-top:focus {
  background-color: #666666 !important;
  color: white; /* Keep text color white */
  outline: none; /* Remove the default outline when focused */
}

/* On active (when clicked), ensure the arrow remains white */
a.back-to-top:active {
  background-color: #666666 !important;
  color: white; /* Arrow stays white */
}

/* initial state: hidden */
a.back-to-top {
  display: none;
  position: fixed;
  bottom: 20px;
  right: 20px;
}

/* when we’ve scrolled, show it */
a.back-to-top.visible {
  display: block;
}



/* Center the container and add top margin */
.advert-container {
  text-align: center;
  margin-top: 30px;
}

/* Style for the image */
.advert-image {
  border-radius: 0px;
}




 /* base hidden state: transparent and non-interactive */
    a.back-to-top {
      position: fixed;
      bottom: 20px;
      right: 20px;
      opacity: 0;
      visibility: hidden;
      pointer-events: none;
      transition: opacity 0.3s ease, visibility 0.3s ease;
    }

    /* when scrolled: fully opaque and interactive */
    a.back-to-top.visible {
      opacity: 1;
      visibility: visible;
      pointer-events: auto;
    }

@media (min-width: 1024px) { /* On desktop (and larger screens) */
  a.back-to-top {
    display: none; /* Hide the button on desktop */
  }
}



/* Mobile Layout (4 columns) */
@media (max-width: 800px) {
  .grid-container {
    display: flex; /* Use flexbox layout */
    flex-wrap: wrap; /* Allow items to wrap */
    gap: 10px; /* Space between items */
    padding: 10px; /* Padding for spacing */
  }

  .grid-item {
    flex: 1 1 calc(25% - 10px); /* Each item takes 25% width minus gap space for 4 columns */
  }
}



.grid-item {
  position: relative;
  overflow: hidden; /* Prevents any content from spilling outside */
}

.grid-item img {
  width: 100%;
  transition: transform 0.3s ease, opacity 0.3s ease; /* Smooth transition for both scale and opacity */
}

.grid-item:hover img {
  transform: scale(1.1); /* Slightly enlarges the image */
  opacity: 0.9; /* Optional fade effect on the image itself */
}


/* General Styles for Grid Items */
.grid-container {
  display: grid;
  grid-template-columns: repeat(4, 1fr); /* Always 4 equal-width columns */
  gap: 10px; /* Space between items */
}

/* General grid item styles */
.grid-item {
  background: #f0f0f0;
  padding: 0px;
  text-align: center;
  border-radius: 8px;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
  overflow: hidden;
  width: 100%; /* Ensure grid items fill the space inside the grid */
}






