/* CSS Document */
body {
        background-color: #f2f2f2; /* Light grey color */
        margin: 0px;
 }
 
 #page_body_full_width {
	width: 960px;
	margin-left: auto;
    margin-right: auto;
 	min-height: 450px;
	display:block;
 	/*padding: 5px;*/
}

/*Text*/
.smallText {
	FONT-SIZE: 10px; FONT-FAMILY: Arial, helvetica, sans-serif;
}
.smallTextLight {
	FONT-SIZE: 10px; FONT-FAMILY: Arial, Helvetica, sans-serif; color: #CCCCCC; text-decoration: underline; color: #CCCCCC;
}
.smallTxtWhite {
	FONT-SIZE: 10px; FONT-FAMILY: Arial, Helvetica, sans-serif; color: #FFFFFF; color: #FFFFFF;
}
.navText {
	FONT-SIZE: 13px; FONT-FAMILY: Arial, Helvetica, sans-serif;
	background:#FFFFFF;
	border:1px solid #CCCCCC;
	border-radius:25px;
	padding:6px 12px;
	display:inline-block;
	margin:0 12px;
	vertical-align:middle;
}

/* Add extra space below pagination */
.navText, .nav {
	margin-bottom: 0;
}
.navText a {
	color:#FFFFFF;
	text-decoration:none;
	padding:4px 8px;
	margin:0 2px;
	border-radius:15px;
	transition:background-color 0.2s ease;
}

	/* Page link styles for page numbers inside navText */
	.page-link {
		color:#FFFFFF;
    background-color: #1976F6;
		text-decoration:none;
		padding:4px 8px;
		margin:0 2px;
		border-radius:15px;
		transition:background-color 0.2s ease;
		display:inline-block;
	}
	
	/* Ensure page numbers are visible on mobile */
	@media (max-width: 768px) {
		.page-link, .nav_active {
			display: inline-block !important;
			visibility: visible !important;
			opacity: 1 !important;
		}
	}
	
	/* Ensure page numbers are always visible (not just on hover) */
	.page-link, .nav_active {
		display: inline-block !important;
		visibility: visible !important;
		opacity: 1 !important;
	}
	
	/* Override any hover-only visibility */
	.navText a, .navText span {
		display: inline-block !important;
		visibility: visible !important;
		opacity: 1 !important;
	}

/* Ensure proper vertical alignment for all pagination elements */
.nav, .navText {
	vertical-align: middle;
	display: inline-block;
}

/* Add extra space below the pagination table */
table[width="80%"] {
	margin-bottom: 20px;
}

/* Mobile pagination styles */
@media (max-width: 768px) {
	.navText {
		display: flex;
		flex-wrap: nowrap;
		overflow-x: auto;
		white-space: nowrap;
		justify-content: center;
		align-items: center;
		gap: 4px;
		padding: 4px 8px;
	}
	
	.navText a, .navText span, .page-link {
		flex-shrink: 0;
		min-width: 32px;
		text-align: center;
	}
	
	/* Center align the entire pagination */
	table[width="80%"] {
		width: 100% !important;
		margin: 0 auto 20px auto;
	}
	
	table[width="80%"] td {
		text-align: center;
	}
	
	/* Make Previous/Next buttons circular on mobile */
	.nav {
		padding: 6px;
		font-size: 12px;
		width: 40px !important;
		height: 40px;
		border-radius: 50%;
		display: flex;
		align-items: center;
		justify-content: center;
		text-align: center;
		max-width: 40px !important;
	}
	
	/* Ensure pagination elements are on the same horizontal line and centered */
	table[width="80%"] td div {
		display: flex;
		align-items: center;
		justify-content: center;
		gap: 8px;
		flex-wrap: nowrap;
		width: 100%;
	}
	
	/* Center align the entire pagination table */
	table[width="80%"] {
		margin: 0 auto 20px auto;
		width: auto !important;
		display: block;
	}
	
	/* Center align the table cells */
	table[width="80%"] td {
		text-align: center;
		display: block;
	}
	
	/* Center align the pagination container */
	table[width="80%"] td div {
		display: flex;
		align-items: center;
		justify-content: center;
		gap: 8px;
		flex-wrap: nowrap;
		width: 100%;
		margin: 0 auto;
	}
	
	/* Ensure arrows are perfectly centered in buttons */
	.nav .mobile-text {
		display: flex;
		align-items: center;
		justify-content: center;
		width: 100%;
		height: 100%;
		line-height: 1;
	}
	
	/* Special styling for first page "Next" button on mobile - make it desktop width */
	.first-page-next {
		width: auto !important;
		height: auto !important;
		max-width: none !important;
		border-radius: 25px !important;
		padding: 8px 16px !important;
		font-size: 13px !important;
	}
	
	/* Show only arrows on mobile */
	.desktop-text {
		display: none;
	}
	
	.mobile-text {
		display: inline;
	}
}

/* Desktop styles */
@media (min-width: 769px) {
	.desktop-text {
		display: inline;
	}
	
	.mobile-text {
		display: none;
	}
}
.navText a:hover {
	background:#E3F2FD;
	color:#1565C0;
	text-decoration:none;
}
.normalTxt {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
}
.normalTxtLarge {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #000000;
}
.largeTxt {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #000066;
}
.heading {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #000066;
}
.footer {
	FONT-SIZE: 10px; 
	FONT-FAMILY: Arial, helvetica, sans-serif;
	background-color: #d9d9d9;
	text-align:center;
	padding: 2rem 1rem;
	line-height:1.5em;
	margin:0px;
	border-top: 1px solid #e5e5e5;
	/* Ensure footer sits below any floated elements above and spans full width */
	clear: both;
}
.headerTxt {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #000066;
}
.welcome_text {
	font-family:"Adobe Caslon Pro", "Hoefler Text", Georgia, Garamond, Times, serif;
	font-size:16px;
	padding-left: 80px;
 	font-weight: bold;
	color: #000066;
}
.translate_tool {
	float:right;
	position:relative;
	padding-right: 5px;
}
.boxHeader {
	background-color: #CC00FF;
	padding: 4px;
}
.bookingAvailTxt {

	/*background-color: #F5F5F5;*/
}
.bookingAvailTop {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
	background-color: #003366;
}

.ad_listing {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	text-align: center;
}
.searchBoxText {
		font-family: Verdana, Arial, Helvetica, sans-serif;
		font-size: 11px;
		color: #000099;
}
.right-box {
 		font-family: Arial, Helvetica, sans-serif;
		font-size: 12px;
		color: #000000;
		text-align: center;
}
.cityText {
		font-family: Arial, Helvetica, sans-serif;
		font-size: 12px;
		color: #364eed;
		text-align: center;
}
.adHeading {
		font-family: Arial, Helvetica, sans-serif;
		font-size: 13px;
		font-weight: bold;
		color: #FFFFFF;
        text-decoration: none;
}
.highlight { 
	background: #FFFF66;
}
.blacktext {
	color: #000000;
}
.smallCaps { 
		font-family: Arial, Helvetica, sans-serif;
		font-size: 9px;
 }
h1 { 
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 1.1rem; 
	font-weight: bold;
	display: inline;
	}
h2 { 
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 13px; 
	font-weight: bold;
	display: inline;
	}

h3 { 
	font-family: Arial,sans-serif;
	font-size: 20px; 
	font-weight: 300;
	color:#353e44;
	display: inline;
	}  
	
.info_msg, .success_msg, .warning_msg, .error_msg, .upgrade_msg {
	border: 1px solid;
	margin: 10px 0px;
	padding:15px 10px 15px 50px;
	background-repeat: no-repeat;
	background-position: 10px center;
	font-family:Arial, Helvetica, sans-serif; 
	font-size:13px;
	 -moz-border-radius: 0.5em;
	 -webkit-border-radius: 0.5em;
}
.info_msg {
	color: #00529B;
	background-color: #FFF8CC;
	border-color: #FFE222;
	background-image: url('../images/message_icons/info.png');
 }
.success_msg {
	color: #4F8A10;
	background-color: #DFF2BF;
	background-image:url('../images/message_icons/success.png');
}
.warning_msg {
	color: #9F6000;
	background-color: #FEEFB3;
	background-image: url('../images/message_icons/warning.png');
}
.error_msg {
	color: #D8000C;
	background-color: #FFBABA;
	background-image: url('../images/message_icons/error.png');
}

.upgrade_msg {
	color:#000033;
	background-color:#D0E0FD;
	border-color:#1B66F3;
	background-image: url('../images/message_icons/upgrade.png');
 }

/*.pointer_box {
	background:#FFFF8A;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px; 
  	font-family:Arial, Helvetica, sans-serif;
	font-size:13px;
	z-index:2;
	padding:10px 15px 10px 0px;
	background-repeat: no-repeat;
	background-position: 10px center;
	background-image: url('../images/info_trans.gif');
}

.pointer_box {
	width:750px; 
	height:60px;
}*/

.close_msg {
	padding-left: 25px;
	vertical-align:middle;
}

/*menu tabs */
ul.tabs_main {
	float:left;
	margin:0px;
	padding: 0px;
}
ul.tabs_main li {
	list-style: none;
 	float: left;
	width: 115px;
	height:30px;
 	margin: 0px;
	PADDING: 0px;
  	position: relative; /*--Declare X and Y axis base for sub navigation--*/
	BORDER-RIGHT: #666666 1px solid;
	BORDER-TOP: #BCBCBC 1px solid;
 	BORDER-LEFT: #E9E9E9 1px solid;
	z-index:1; /*need this for IE, in addition to subnav zindex */
 }
 
 ul.tabs_main li:hover span{
 	BORDER-LEFT: #000099 1px solid; /* left border when tabs hovered. Span to prevent settings going to sub menu */
 }
/*this handles the text of main tabs */
ul.tabs_main li a{
	padding: 10px 0px;
 	color: #000;
	display: block; /*expand the clickable area to whole tab*/
	text-decoration: none;
  
  }
/*ul.tabs_active li a:hover{
	background: url(topnav_hover.gif) no-repeat center top;
}*/
/*this handles the drop icon of main tabs */
ul.tabs_main li span { /*--Drop down trigger styles--*/
	/*width: 15px;
	height: 30px;
	float:right;
  	background: url('../images/menu_open.gif') no-repeat 85px 10px;*/
}


ul.tabs_main li span.subhover {cursor: pointer;} /*--Hover effect for trigger--*/
/*this handles the sub menu container */
ul.tabs_main li ul.subnav {
	list-style: none;
	position: absolute; /*--Important - Keeps subnav from affecting main navigation flow--*/
	left: 0; 
	top: 30px; /*distance of sub menu from top menu */
	background: #5382A1;
	margin: 0; padding: 0;
	display: none;
	float: left;
	width: 150px;
	border-right: 1px solid #111;
	border-bottom: 1px solid #111;
	border-left: 1px solid #111;
	-moz-box-shadow: 1px 1px 5px rgba(0,0,0,0.6);
	-webkit-box-shadow: 1px 1px 5px rgba(0,0,0,0.6);
	z-index:1; /*makes menu go above all rest */
}
/*this handles the sub menu items */
ul.tabs_main li ul.subnav li{
	margin: 0; padding: 0;
	/*border-top: 1px solid #252525; *//*--Create bevel effect--*/
	/*border-bottom: 1px solid #444;*/ /*--Create bevel effect--*/
	clear: both;
	width: 150px;
	background-color:#000099;
	
}
/*this handles the sub menu text */
ul.tabs_main li ul.subnav li a {
	float: left;
	width: 150px;
	height:10px;
  	color: #fff;
	font-size:11px;
}
ul.tabs_main li ul.subnav li a:hover { /*--Hover effect for subnav links--*/
	background: #5382A1;
}

.tabs_active {
 	BACKGROUND-COLOR: #000099;
	text-align: center;
	cursor: pointer; 
	font-family: Arial, Helvetica, sans-serif;
    font-size: 9px;
	font-weight: bold;
	color: #FFFFFF;
  	text-decoration: none;
 }
 
.tabs_active a:link{ color: #FFFFFF;text-decoration: none; }
.tabs_active a:visited{ color: #FFFFFF; text-decoration: none;}
.tabs_inactive {
 	BACKGROUND-COLOR: #DADADA;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	font-weight: bold;
	color: #666666;
	text-align: center;
	cursor: pointer; 
	text-decoration: none;
}

.tabs_inactive span {
	float:right;
  	background: url('../images/menu_open.gif') no-repeat 85px 10px;
}

.tabs_active span {
	float:right;
   	background: url('../images/white-arrow-down_small.png') no-repeat 84px 9px;
}

ul li.tabs_active {
	BORDER-LEFT: #000099 1px solid; /*left border of selected tab*/
	border-top: #3333FF 1px solid;

}

 .tabs_inactive a:link{ color: #666666;text-decoration: none; }
.tabs_inactive a:visited{ color: #666666; text-decoration: none;}
.tabs_inactive a:hover{ color: #FFFFFF; text-decoration: none; }

/*Boxes*/
.line {
	BORDER-BOTTOM: #3300CC 1px dotted;
}
.bottomLine {
	BORDER-BOTTOM: #B62DFF 1px dotted;
}
.rightLine {
	BORDER-RIGHT: #B62DFF 1px dotted;
}
.loginBox {
	padding:4px 5px 6px 5px;
	color: #000;
	background-color: #f8f8f8;
	border: 1px solid #cccccc;
	font-size:1em;
	height: 2em;
	-moz-box-shadow: inset 1px 1px 3px #ccc;
	-webkit-box-shadow: inset 1px 1px 3px #ccc;
	box-shadow: inset 1px 1px 3px #ccc;
}
.dotBox {
	    BORDER: #000099 1px dotted;
		font-family: Arial, Helvetica, sans-serif;
		font-size: 11px;
		color: #000000;
		text-align: center;
}
.flatBox {
    font-size:9pt; border:1px; border-color:#000000; border-style:solid; padding: 4px;
}
.smallBox {
    font-size:8pt;
}
.boxSidesBorder {
	BORDER-RIGHT: #B62DFF 1px solid; PADDING-RIGHT: 3px; PADDING-LEFT: 3px; FONT-SIZE: 11px; PADDING-BOTTOM: 0px; BORDER-LEFT: #B62DFF 1px solid; COLOR: #fff; PADDING-TOP: 0px; FONT-FAMILY: Verdana, Arial, Helvetica, sans-serif; BACKGROUND-COLOR: #F5F5F5
}
.box2SidesBorder {
	BORDER-RIGHT: #B62DFF 1px solid; PADDING-RIGHT: 3px; PADDING-LEFT: 3px; FONT-SIZE: 11px; PADDING-BOTTOM: 0px; BORDER-BOTTOM: #B62DFF 1px solid; COLOR: #fff; PADDING-TOP: 0px; FONT-FAMILY: Verdana, Arial, Helvetica, sans-serif; BACKGROUND-COLOR: #F5F5F5
}
.box4SidesBorder {
	BORDER-RIGHT: #B62DFF 1px solid; BORDER-BOTTOM: #B62DFF 1px solid; BORDER-TOP: #B62DFF 1px solid; PADDING-RIGHT: 0px; PADDING-LEFT: 0px; FONT-SIZE: 11px; PADDING-BOTTOM: 0px; BORDER-LEFT: #B62DFF 1px solid; COLOR: #fff; PADDING-TOP: 0px; FONT-FAMILY: Verdana, Arial, Helvetica, sans-serif; BACKGROUND-COLOR: #F5F5F5
}
.boxBottomBorder {
	BORDER-BOTTOM: #B62DFF 1px solid; BACKGROUND-COLOR: #F5F5F5
}
.boxTopBorder {
	BORDER-TOP: #B62DFF 1px solid; BACKGROUND-COLOR: #F5F5F5
}
.boxleftBorder {
	BORDER-LEFT: #000099 1px dotted; 
	height: 100%;
}
.mainBoxTop {
	border-top: #330066 1px solid; 
	border-left: #330066 1px solid; 
	border-bottom: #330066 1px solid;
    background-color: #5382A1;
}
.mainBoxBody {
	border-right: #330066 1px solid; 
	border-left: #330066 1px solid; 
	border-bottom: #330066 1px solid;
}
.nav {
	border:solid 1px #1976f6;
	background:#1976f6;
	color:#FFFFFF;
  	font-weight:bold;
	padding:8px 16px;
	text-decoration:none;
	font-family:Arial, Helvetica, sans-serif;
	font-size:13px;
	display:inline-block;
	border-radius:25px;
	transition:background-color 0.2s ease;
}
.nav:hover {
	background:#1565c0;
	border-color:#1565c0;
	color:#FFFFFF;
	text-decoration:none;
}
.nav_active {
	border:solid 1px #E3F2FD;
	background:#E3F2FD;
	color:#1565C0;
  	font-weight:bold;
	padding:8px 16px;
	text-decoration:none;
	font-family:Arial, Helvetica, sans-serif;
	font-size:13px;
	display:inline-block;
	border-radius:25px;
}
.ads_summary_box_normal, .ads_summary_box_gold
{
	width:630px;
	/*height:200px;*/
	height:170px;
	/*border:1px solid gray;*/
	margin:10px 5px 30px 15px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	background-color:#EDEDED;
	-moz-border-radius: 15px;
	-webkit-border-radius: 15px;
	border-radius: 15px;
	-moz-box-shadow: 0 0 10px #888;
	-webkit-box-shadow: 0 0 10px #888;
	box-shadow: 0 0 10px #888;
}

/*.ads_summary_box:hover {
	-moz-box-shadow: 0 0 10px #888;
	-webkit-box-shadow: 0 0 10px #888;
	box-shadow: 0 0 10px #888;
}*/
.ads_summary_box_normal h5, .ads_summary_box_gold h5 {

 	text-align: left;
 	margin: 0px;
	padding: 5px 3px 8px 3px;
 	-moz-border-radius: 15px 15px 0px 0px;
	border-radius: 15px 15px 0px 0px;
}
.ads_summary_box_normal h5 { background-color: #5382A1; }
.ads_summary_box_gold h5 { background-color: #EDDD74; }

.ads_summary_box_normal h5 a, .ads_summary_box_gold h5 a{ 
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
    text-decoration: none;
}
.ads_summary_box_normal h5 a { color: #FFFFFF; }
.ads_summary_box_gold h5 a { color: #735C00; text-shadow: 0px 1px 0px #f5e399; }

.ads_summary_box_normal .ads_box_summary_text, .ads_summary_box_gold .ads_box_summary_text {
	padding:5px 5px 5px 175px;
	line-height:2em;
 }
 
 .ads_summary_box_desc {
  	padding:10px 5px 5px 175px;
 }
 
 .ads_summary_box_rate {
 	position:relative;
	float:right;
	padding-right: 20px;
  	display:inline;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight:bolder;
	color:#000066;
 }
 
 .rooms {
 	float: right;
	display:inline;
	padding-right: 50px;
 
 }
.ads_summary_box_img
{
	position:absolute;
 	float:left;
	/*left:167px; /* for IE issue */
	display:inline; /* IE 6 fix */
 	padding: 2px;
 	border: solid 1px #FFFFFF;
 	-moz-box-shadow: 1px 1px 5px #999;
	-webkit-box-shadow: 1px 1px 5px #999;
        box-shadow: 1px 1px 5px #999;
}
.ads_summary_box_noimg
{
	position:absolute;
  	float:left;
 	padding: 10px 2px 2px 35px;
	/*left:170px; /* for IE issue */
	display:inline; /* IE 6 fix */
}
.ads_summary_car_models {
	float:left;
	display:inline; /* IE 6 fix */
    width:160px;
  	position:relative; /*relative puts it inside tha ads box. adsolute makes it on whole page */
    top:115px;
	padding: 2px;
	text-align:center;
}
.ads_summary_box_features {
	font-size:9px;
	padding-left:175px;
}

.small_curve_box {
	border: 1px solid #cfcece;
	-moz-box-shadow: 2px 2px 4px #dfdfdf; /* FF3.5+ */
	-webkit-box-shadow: 2px 2px 4px #dfdfdf; /* Saf3.0+, Chrome */
	box-shadow:2px 2px 4px #dfdfdf; /* Opera 10.5, IE9, Chrome 10+ */
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	/*background-color:#E6E6E6;*/
	background-color:#f3f4f5;
	margin: 0px 6px 0px 4px;
	padding: 0px 5px 0px 10px;
	font-family:"Helvetica";
	font-size:13px;
	color: #5F5F5F;
	text-shadow: 0px 1px 0px #ffffff;
	vertical-align:text-top;
}

.small_curve_box ul li {
margin-top: 10px;
}
.curve_textBox, .curve_textBox_large, .curve_reg {
		padding:5px 2px; 
 		border:solid 1px #A8A8A8;
		border-top:solid 1px #c0c0c0;
 		-moz-box-shadow: inset -1px 1px 2px -1px #ccc;
		-webkit-box-shadow: inset -1px 1px 2px -1px #ccc;
		box-shadow: inset -1px 1px 2px -1px #ccc;
		border-radius: 5px;
		-moz-border-radius: 5px;
		-webkit-border-radius: 5px;
 }
 
 .curve_textBox {
  		height:18px;
		color: #000;
		font-size:13px; 
 }
 
 .curve_textBox_large {
 		color: #000;
		font-size:13px;
 }
 
 .curve_reg {
 		height:32px;
		color: #525252; 
		font-size:15px; 
 }
 
 #filter_box {
		width:250px;
		height:35px;
		padding:4px 5px 6px 5px;
		color: #000;
		background-color: #ffffff;
		border:solid 1px #d9d9d9;
		border-top:solid 1px #c0c0c0;
		font-size:1em;
		-moz-box-shadow: inset -1px 1px 2px -1px #ccc;
		-webkit-box-shadow: inset -1px 1px 2px -1px #ccc;
		box-shadow: inset -1px 1px 2px -1px #ccc;
		-moz-border-radius: 5px;
		-webkit-border-radius: 5px;
		font-size:15px;
		position:relative;
	}
 
/*Buttons*/
.normalButton {
    background-image: url('/images/btn_background.bmp'); 
	border-bottom: 1px solid #A4F4D5; 
	border-right: 1px solid #A4F4D5; 
	border-left: 1px solid #AAAAAA; 
	border-top: 1px solid #AAAAAA; 
	color:#404040; 
	height:21px; 
	font-size:10px; 
    font-family: Verdana, Geneva, Arial, helvetica, sans-serif;
	cursor: pointer; 
	/*FILTER: progid:DXImageTransform.Microsoft.Alpha( style=0,opacity=75);*/
}
.bigButton {
    background-image: url(../Buttons/btn_background.bmp); 
	border-bottom: 1px solid #A4F4D5; 
	border-right: 1px solid #A4F4D5; 
	border-left: 1px solid #AAAAAA; 
	border-top: 1px solid #AAAAAA; 
	color:#404040; 
	height:25px; 
	font-size:13px; 
	font-family:verdana; 
	font-weight: bold; 
	cursor: pointer; 
	FILTER: progid:DXImageTransform.Microsoft.Alpha( style=0,opacity=90);
}
.RCButton {
    background-image:url('../Buttons/buttons_bg.jpg'); 
	border-bottom: 1px solid #666666; 
	border-right: 1px solid #666666; 
	border-left: 1px solid #D4D4D4;
	border-top: 1px solid #D4D4D4;  
	color:#221D45; 
	height:24px; 
	font-size:11px; 
	FONT-WEIGHT: bold; 
	font-family:verdana; 
	cursor: pointer; 
	FILTER: progid:DXImageTransform.Microsoft.Alpha( style=0,opacity=85);
}
.nav_button_blue {
	background:url("/images/bg_btn_blue.gif") repeat-x 0px -10px #304C60;
	border-right:1px solid #304C60;
	border-bottom:1px solid #304C60;
	border-left:1px solid #BACDD9;
	border-top:1px solid #BACDD9;
	font-family: Verdana, Geneva, Arial, helvetica, sans-serif;
	font-size: 10px;
 	color: #FFFFFF;
	height:23px; 
	cursor: pointer; 
}
.blueButton_big, .blueButton_small {
	-moz-box-shadow:inset 0px 1px 0px 0px #ffffff;
	-webkit-box-shadow:inset 0px 1px 0px 0px #ffffff;
	box-shadow:inset 0px 1px 0px 0px #ffffff;
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #639cff), color-stop(1, #253499) );
	background:-moz-linear-gradient( center top, #639cff 5%, #253499 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#639cff', endColorstr='#253499');
	background-color:#639cff;
	-moz-border-radius:6px;
	-webkit-border-radius:6px;
	border-radius:6px;
	border:1px solid #5454ff;
	display:inline-block;
	color:#faf5fa;
	font-family:arial;
	font-weight:bold;
	text-decoration:none;
	text-shadow: 0px -1px 0px #374683;
	cursor: pointer; 
}
.blueButton_big {
	padding:8px 20px;
	font-size:14px;
}
	
.blueButton_small {
	padding:5px 14px;
	font-size:12px;
}
	
.blueButton_big:hover, .blueButton_small:hover {
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #253499), color-stop(1, #639cff) );
	background:-moz-linear-gradient( center top, #253499 5%, #639cff 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#253499', endColorstr='#639cff');
	background-color:#253499;
}
.blueButton_big:active .blueButton_small:active {
	position:relative;
	top:1px;
}

 #x {
	cursor:pointer;
	visibility:hidden; /*if display:none used the box will shift when span visible */
	position:relative;
	height:12px;
	width:12px;
	left:-18px;
	z-index:10;
	overflow:visible;
	background: url("../images/clear-box.png") no-repeat scroll center center transparent;
	display: inline-block; /*need to display icon */
	top: 1px;
 }	

.blue_flat_button {
	/*background-color:#374bc7;
	-moz-border-radius:6px;
	-webkit-border-radius:6px;
	border-radius:6px;
	border:1px solid #323db3;
	display:inline-block;
	cursor:pointer;
	color:#ffffff;
	font-family:arial;
	font-size:14px;
	font-weight:bold;
	padding:8px 15px;
	text-decoration:none;
	text-shadow:0px 1px 0px #2e4b85;*/
	background-color:#428bca; /*#32C416*/
	-moz-border-radius:4px;
	-webkit-border-radius:4px;
	border-radius:4px;
	border:1px solid #357ebd;
	display:inline-block;
	color:#fafcf9;
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	font-weight:bold;
	padding:8px 14px;
	text-decoration:none;
	text-shadow:0px -1px 0px #122103;
	cursor: pointer; 
}
.blue_flat_button:hover {
	background-color:#3737FB;
}
.blue_flat_button:active {
	position:relative;
	top:1px;
}

 
/*Misc*/
.pullDown {
  font-size:9pt; border:1px; border-style:solid; font-family: Arial; padding: 4px;
}
.linkHandOver{
		cursor: pointer; 
 		background-color:#3399CC;
		font-family: Arial, Helvetica, sans-serif;
		font-size: 14px;
		color: #000000;
 }
.logintopLeft {
 	PADDING-RIGHT: 0px;
	BORDER-TOP: #999999 1px solid;
	PADDING-LEFT: 0px;
	PADDING-BOTTOM: 0px;
	BORDER-LEFT: #999999 1px solid;
	PADDING-TOP: 0px;
	BORDER-BOTTOM: #666666 2px solid;
 }
.logintopRight {
    BORDER-RIGHT: #666666 1px solid;
	PADDING-RIGHT: 0px;
	BORDER-TOP: #999999 1px solid;
	PADDING-LEFT: 0px;
	PADDING-BOTTOM: 0px;
 	PADDING-TOP: 0px;
	BORDER-BOTTOM: #666666 2px solid;
 }

.top_bar {
 	PADDING-RIGHT: 0px;
 	PADDING-LEFT: 0px;
	PADDING-BOTTOM: 2px;
  	PADDING-TOP: 0px;
 	BACKGROUND-COLOR: #ECEBEE;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	font-weight: bold;
	color: #666666;
	text-align: center;
	cursor: pointer; 
	text-decoration: none;
	border-bottom:1px solid #ACA899; 
}
/*.top_bar_border_1 {
	font-size: 1px;
	BACKGROUND-COLOR: #ACA899;
	height: 1px;
}
.top_bar_border_2 {
	font-size: 1px;
	BACKGROUND-COLOR: #716F64;
}*/
 .bar {
    BORDER-RIGHT: #3C3C59 1px solid;
	PADDING-RIGHT: 0px;
	BORDER-TOP: #ACACC8 1px solid;
	PADDING-LEFT: 0px;
	PADDING-BOTTOM: 0px;
	BORDER-LEFT: #ACACC8 1px solid;
	PADDING-TOP: 0px;
	BORDER-BOTTOM: #3C3C59 2px solid;
	BACKGROUND-COLOR: #79AEFF;
}
/*CSS for availability calendar */
div#wrapper{
	width:600px;
	margin-left:auto;/* center it*/
	margin-right:auto;/* center it*/
	border: 1px dashed #000099;
}
table .cal_month{
	border:1px solid #DDDDDD;
	background-color:#D5D5FF;
	}
thead td{
	text-align:center;
	font-size:80%;
}
.cal_title{
	border:1px solid #DDDDDD;
	background-color:#000099;
	text-align:center;
	font-size:70%;
	color:#FFFFFF;
   FONT-SIZE: 10px; 
   FONT-FAMILY: Arial, helvetica, sans-serif;
	}
.cal_data{
	text-align:center;
	}
.cal_empty{
	text-align:center;
	/*border:1px solid #EEEEEE;*/
	}
/*Ajax drop down styles */
/* Big box with list of options */
	#ajax_listOfOptions{
		position:absolute;	/* Never change this one */
		width:200px;	/* Width of box */
		height:250px;	/* Height of box */
		overflow:auto;	/* Scrolling features */
		border:1px solid #317082;	/* Dark green border */
		background-color:#FFF;	/* White background color */
		text-align:left;
		font-size:0.9em;
		z-index:100;
	}
	#ajax_listOfOptions div{	/* General rule for both .optionDiv and .optionDivSelected */
		margin:1px;		
		padding:1px;
		cursor:pointer;
		font-size:0.9em;
	}
	#ajax_listOfOptions .optionDiv{	/* Div for each item in list */
		
	}
	#ajax_listOfOptions .optionDivSelected{ /* Selected item in the list */
		background-color:#317082;
		color:#FFF;
	}
	#ajax_listOfOptions_iframe{
		background-color:#F00;
		position:absolute;
		z-index:5;
	}
	
	form{
		display:inline;
	}
/*End Ajax drop down styles */

/* detailed section */

.det_summary {
	display:inline;
}

.det_summary ul {
	list-style:none;
	padding-left: 0px;
	display:inline;
}

.det_summary ul li {
	min-height: 30px;
	list-style:none;
	padding: 8px 5px 4px 5px;
	font-family:Helvetica;
	font-size:18px;
	color:#333333;
	vertical-align:middle;
	word-wrap: break-word; clear: both; /*for word wrap after the max-width (set in html) */
}

.det_summary ul li:first-child{
	font-size: 24px;
	height: 40px;
	vertical-align:middle;
}

.det_summary ul li:nth-child(even) {
   background-color: #eee;
   height:auto; /*need this to make the background grow in height*/
}

.det_summary ul li label {
	font-size:14px;
}

.det_summary ul li a {
	font-size:14px;
}

/*share icons */

 [class^="icon-"]:before, [class*=" icon-"]:before {
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  speak: none;
 
  display: inline-block;
  text-decoration: inherit;
  width: 1em;
  margin-right: .2em;
  text-align: center;
  /* opacity: .8; */
 
  /* For safety - reset parent styles, that can break glyph codes*/
  font-variant: normal;
  text-transform: none;
     
  /* fix buttons height, for twitter bootstrap */
  line-height: 1em;
 
  /* Animation center compensation - margins should be symmetric */
  /* remove if not needed */
  margin-left: .2em;
 
  /* you can be more comfortable with increased icons size */
  /* font-size: 120%; */
 
  /* Uncomment for 3D effect */
  /* text-shadow: 1px 1px 1px rgba(127, 127, 127, 0.3); */
}
 
.icon-delicious:before { content: '\f1a5'; } 
.icon-stumbleupon:before { content: '\f1a4'; } 
.icon-digg:before { content: '\f1a6'; } 
.icon-email:before { content: '\f003'; } 
.icon-pinterest:before { content: '\f0d2'; } 
.icon-twitter:before { content: '\f099'; } 
.icon-facebook:before { content: '\f09a'; } 
.icon-gplus:before { content: '\f0d5'; } 


/*** Social Media ****************************************************/
.cv-social-media {
	width:100%;
	margin:0;
	padding:0;
	overflow:hidden;
	list-style:none;
}

.cv-social-media li {
	width:35px;
	height:30px;
	display:inline-block;
	font-size:24px;
	background:#CCC;
	float:left;
	padding:6px 0px 0px 2px;
	margin:0px 0px 0px 1px;
}

.cv-social-media a {
	display:block;
	width:100%;
	height:100%;
	margin:0px 10px 0px 0px;
	color:#FFF;
	
		-webkit-animation-duration: 2s;
	   -moz-animation-duration: 2s;
	     -o-animation-duration: 2s;
	        animation-duration: 2s;
			
	-webkit-animation-fill-mode: both;
	   -moz-animation-fill-mode: both;
	     -o-animation-fill-mode: both;
	        animation-fill-mode: both;
}

.cv-social-media a:hover {
	display:block;
	opacity: 0.5;
	/*
	-webkit-animation-name: fadeInUp;
	-moz-animation-name: fadeInUp;
	-o-animation-name: fadeInUp;
	animation-name: fadeInUp;
	
			-webkit-animation-duration: 1s;
	   -moz-animation-duration: 1s;
	     -o-animation-duration: 1s;
	        animation-duration: 1s;
			
	-webkit-animation-fill-mode: both;
	   -moz-animation-fill-mode: both;
	     -o-animation-fill-mode: both;
	        animation-fill-mode: both;
	*/
}

#facebook {
	background:#3b5998;
}
#facebook:hover {
	opacity: 0.5;
}
#twitter {
	background:#00a0d1;
}
#gplus {
	background:#c4302b;
}
#pinterest {
	background:#910101;
}
#digg {
	background:#036;
}
#delicious {
	background:#03C;
}
#email {
	background:#003333;
}

/* Contact Us Page Styles */
.form-input {
    width: 100%;
    padding: 12px;
    margin: 8px 0;
    border: 1px solid #999;
    border-radius: 8px;
    box-sizing: border-box;
    font-size: 14px;
    transition: border-color 0.3s ease;
}

.form-input:focus {
    border-color: #4CAF50;
    outline: none;
    box-shadow: 0 0 5px rgba(76, 175, 80, 0.2);
}

.form-textarea {
    width: 100%;
    padding: 12px;
    margin: 8px 0;
    border: 1px solid #999;
    border-radius: 8px;
    box-sizing: border-box;
    font-size: 14px;
    min-height: 120px;
    resize: vertical;
    transition: border-color 0.3s ease;
}

.form-textarea:focus {
    border-color: #4CAF50;
    outline: none;
    box-shadow: 0 0 5px rgba(76, 175, 80, 0.2);
}

.submit-button {
    background-color: #2196F3;
    color: white;
    padding: 14px 28px;
    border: none;
    border-radius: 4px;
    cursor: pointer;
    font-size: 16px;
    font-weight: 500;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    transition: all 0.3s ease;
    box-shadow: 0 2px 5px 0 rgba(0,0,0,0.2);
    margin-top: 20px;
    position: relative;
    overflow: hidden;
}

.submit-button:hover {
    background-color: #1976D2;
    box-shadow: 0 4px 8px 0 rgba(0,0,0,0.3);
    transform: translateY(-1px);
}

.submit-button:active {
    background-color: #1565C0;
    box-shadow: 0 2px 4px 0 rgba(0,0,0,0.2);
    transform: translateY(1px);
}

.submit-button:after {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    width: 5px;
    height: 5px;
    background: rgba(255, 255, 255, 0.5);
    opacity: 0;
    border-radius: 100%;
    transform: scale(1, 1) translate(-50%);
    transform-origin: 50% 50%;
}

.submit-button:focus:not(:active)::after {
    animation: ripple 1s ease-out;
}

@keyframes ripple {
    0% {
        transform: scale(0, 0);
        opacity: 0.5;
    }
    100% {
        transform: scale(20, 20);
        opacity: 0;
    }
}

.success-message {
    background-color: #dff0d8;
    border: 1px solid #d6e9c6;
    color: #3c763d;
    padding: 15px;
    border-radius: 8px;
    margin: 10px 0;
    display: flex;
    align-items: center;
}

.success-message:before {
    content: "✓";
    color: #3c763d;
    font-size: 24px;
    margin-right: 10px;
}

.error-message {
    background-color: #f2dede;
    border: 1px solid #ebccd1;
    color: #a94442;
    padding: 15px;
    border-radius: 8px;
    margin: 10px 0;
    display: flex;
    align-items: center;
}

.error-message:before {
    content: "✕";
    color: #a94442;
    font-size: 24px;
    margin-right: 10px;
}

.form-select {
    width: 100%;
    padding: 12px;
    margin: 8px 0;
    border: 1px solid #999;
    border-radius: 8px;
    box-sizing: border-box;
    font-size: 14px;
    background-color: white;
    cursor: pointer;
}

.form-select:focus {
    border-color: #4CAF50;
    outline: none;
    box-shadow: 0 0 5px rgba(76, 175, 80, 0.2);
}

/* Search form CSS */
.pills-row-wrapper {
  position: relative;
  width: 100%;
  margin: 0 auto;
  overflow-x: hidden;
  max-width: 100%;
}

.pills-row {
  display: flex;
  overflow-x: auto;
  overflow-y: hidden;
  white-space: nowrap;
  scrollbar-width: none; /* Firefox */
  -ms-overflow-style: none;  /* IE 10+ */
  min-width: 0;
}

.pills-row::-webkit-scrollbar {
  display: none;
}

.pill-link {
  border: 1px solid #2196F3;
  background: #E3F2FD;
  color: #222;
  border-radius: 999px;
  font-size: 12px;
  font-family: inherit;
  text-decoration: none;
  transition: background 0.2s, color 0.2s, border 0.2s;
  padding: 8px 28px;
  margin: 6px 8px;
  white-space: nowrap;
  flex: 0 0 auto;
}

.pill-link:hover, .pill-link:focus {
  background: #BBDEFB;
  color: #1565C0;
  border-color: #1565C0;
  text-decoration: none;
}

.pills-scroll-arrow {
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  z-index: 2;
  background: #fff;
  color: #2196F3;
  border: none;
  box-shadow: 0 2px 8px rgba(0,0,0,0.12);
  border-radius: 50%;
  width: 28px;
  height: 28px;
  cursor: pointer;
  font-size: 28px;
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0.95;
  padding: 0;
}

.pills-scroll-arrow > * {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
}

.pills-scroll-arrow:hover, .pills-scroll-arrow:focus {
  background: #E3F2FD;
  color: #1565C0;
  box-shadow: 0 4px 12px rgba(33,150,243,0.18);
}

.pills-location-label {
  font-weight: bold;
  font-size: 13px;
  margin-right: 18px;
  padding-left: 18px;
  flex: 0 0 auto;
  align-self: center;
  position: relative;
  display: inline-flex;
  align-items: center;
}

.pills-location-label::after {
  content: '\203A';
  display: inline-block;
  margin-left: 7px;
  font-size: 17px;
  color: #2196F3;
  font-weight: normal;
}

.searchbox-container {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  margin-bottom: 10px;
  background-color: #e3f2fd;
  border-radius: 12px;
  padding: 24px; /* padding inside the form card */
}

.searchbox-row {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 18px;
  justify-content: center; /* center-align controls on desktop */
}

.searchbox-row-buttons {
  display: flex;
  flex-direction: row;
  gap: 12px;
}

.searchbox-wrapper {
  position: relative;
  width: 340px;
  max-width: 90vw;
}

.searchbox-input {
  width: 100%;
  padding: 8px 44px 8px 40px;
  border-radius: 24px;
  border: 1px solid #ccc;
  font-size: 16px;
  outline: none;
  background: #fff;
  box-shadow: 0 2px 8px rgba(0,0,0,0.07);
  transition: border 0.2s;
}

.searchbox-input:focus {
  border: 1.5px solid #2196F3;
}

.searchbox-icon {
  position: absolute;
  left: 8px;
  top: 50%;
  transform: translateY(-50%);
  color: #111;
  font-size: 18px;
  z-index: 2;
  display: flex;
  align-items: center;
  justify-content: center;
}

.suggestions-list {
  position: absolute;
  top: 110%;
  left: 0;
  right: 0;
  background: #fff;
  border-radius: 18px;
  box-shadow: 0 4px 16px rgba(0,0,0,0.10);
  z-index: 10;
  margin-top: 4px;
  padding: 0;
  list-style: none;
  max-height: 180px;
  overflow-y: auto;
  border: 1px solid #eee;
}

.suggestion-item {
  padding: 12px 18px;
  cursor: pointer;
  font-size: 15px;
  display: flex;
  align-items: center;
  transition: background 0.15s;
}

.suggestion-item:hover, .suggestion-item.active {
  background: #E3F2FD;
  color: #1565C0;
}

.suggestion-highlight {
  font-weight: bold;
  color: #1565C0;
  background: none;
}

.type-dropdown-container {
  position: relative;
  display: inline-block;
  margin-left: 0;
  vertical-align: top;
}

.type-dropdown-toggle {
  border: 1.5px solid #2196F3;
  background: #fff;
  color: #222;
  border-radius: 999px;
  font-size: 12px;
  font-weight: 600;
  font-family: inherit;
  text-decoration: none;
  transition: background 0.2s, color 0.2s, border 0.2s;
  padding: 4px 56px 4px 46px;
  min-width: 210px;
  cursor: pointer;
  outline: none;
  position: relative;
  width: auto;
  text-align: center;
  box-sizing: border-box;
}

.type-dropdown-arrow {
  position: absolute;
  right: 16px;
  top: 50%;
  transform: translateY(-50%);
  font-size: 20px;
  pointer-events: none;
}

.type-dropdown-list {
  display: none;
  position: absolute;
  left: 0;
  top: 110%;
  min-width: 180px;
  background: #fff;
  border-radius: 12px;
  box-shadow: 0 4px 16px rgba(0,0,0,0.10);
  z-index: 1000;
  padding: 12px 0;
  border: 1px solid #eee;
}

.type-dropdown-list label {
  display: flex;
  align-items: center;
  padding: 8px 18px;
  cursor: pointer;
  font-size: 15px;
  transition: background 0.15s;
  gap: 10px;
}

.type-dropdown-list label:hover {
  background: #E3F2FD;
  color: #1565C0;
}

/* Segmented control used in car filters */
.segmented-control {
  display: inline-flex;
  border: 1px solid #25a36f;
  border-radius: 8px;
  overflow: hidden;
  background: #fff;
}
.segmented-control .segment {
  padding: 6px 14px;
  cursor: pointer;
  background: #fff;
  color: #444;
  border-right: 1px solid #e6e6e6;
  user-select: none;
  transition: background .15s, color .15s;
}
.segmented-control .segment:last-child { border-right: 0; }
.segmented-control .segment:hover { background: #f4f9f6; }
.segmented-control .segment.active {
  background: #e8f6ef;
  color: #0b8f55;
}

/* Simple switch for Airport transfer */
.switch-row { display:inline-flex; align-items:center; gap:12px; }
.switch { position: relative; display: inline-block; width: 46px; height: 28px; }
.switch input { opacity: 0; width: 0; height: 0; }
.switch .slider { position: absolute; cursor: pointer; top: 0; left: 0; right: 0; bottom: 0; background: #c8c8cc; transition: .2s; border-radius: 9999px; box-shadow: inset 0 0 0 2px rgba(0,0,0,.04); }
.switch .slider:before { position: absolute; content: ""; height: 24px; width: 24px; left: 2px; top: 2px; background: #fff; transition: .2s; border-radius: 50%; box-shadow: 0 2px 6px rgba(0,0,0,.18); }
.switch input:checked + .slider { background: #0b8f55; }
.switch input:checked + .slider:before { transform: translateX(18px); background:#fff; }

/* Small variant for switches */
.switch.small { width: 38px; height: 22px; }
.switch.small .slider:before { width: 18px; height: 18px; top: 2px; left: 2px; }
.switch.small input:checked + .slider:before { transform: translateX(16px); }

.type-dropdown-list input[type="checkbox"] {
  accent-color: #2196F3;
  margin-right: 8px;
}

/* Ensure a visible border for the native Rooms dropdown list inside Filters */
#filtersDropdownList select:focus,
#filtersDropdownList select:focus-visible {
  outline: none;
}

#filtersDropdownList select:focus {
  border-color: #999;
  box-shadow: 0 0 0 1px #999;
}

/* Ensure the native select dropdown is not visually clipped */
#filtersDropdownList { overflow: visible !important; }
#filtersRoomsSelect { position: relative; z-index: 10001; }

.suggestions-list .popular-cities-heading {
  font-weight: bold;
  color: #1565C0;
  cursor: default;
  background: #f7f7f7;
  padding: 10px 18px 6px 18px;
  margin-top: 4px;
  font-size: 16px;
  border-radius: 12px 12px 0 0;
}

.filters-dropdown-item {
  display: flex;
  align-items: center;
  margin-bottom: 4px;
  font-size: 14px;
  border-radius: 6px;
  padding: 3px 6px;
  transition: background 0.15s, color 0.15s;
  cursor: pointer;
}

.filters-dropdown-item:hover {
  background: #E3F2FD;
  color: #1565C0;
}

.filters-dropdown-item input[type="checkbox"] {
  margin-right: 8px;
}

.amenity-pill {
  display: inline-flex;
  align-items: center;
  border: 1px solid #e0e0e0;
  border-radius: 12px;
  padding: 3px 8px;
  margin: 0;
  background: #fff;
  color: #222;
  font-size: 12px;
  cursor: pointer;
  transition: border 0.2s, background 0.2s, color 0.2s;
  user-select: none;
  font-weight: 500;
  min-width: 0;
}

.amenity-pill input[type="checkbox"] {
  display: none;
}

.amenity-pill .amenity-icon {
  margin-right: 4px;
  display: flex;
  align-items: center;
}

.amenity-pill .amenity-icon svg {
  width: 14px;
  height: 14px;
}

.amenity-pill:has(input[type="checkbox"]:checked) {
  border: 1px solid #1565C0;
  background: #E3F2FD;
  color: #1565C0;
  font-weight: bold;
}

.amenity-pill:has(input[type="checkbox"]:checked) .amenity-icon svg {
  stroke: #1565C0;
}

#filtersDropdownList {
  min-width: 380px !important;
  max-width: 480px;
}

#filtersDropdownList > div {
  padding: 8px 18px;
}

#filtersDropdownList > div:not(:last-child) {
  border-bottom: 1px solid #e0e0e0;
  margin-bottom: 24px;
  padding-bottom: 24px;
}

#filtersDropdownList > div:not(:first-child) {
  margin-top: 24px;
  padding-top: 24px;
}

.amenities-flex {
  display: flex;
  flex-wrap: wrap;
  gap: 8px 10px;
  margin-bottom: 12px;
}

.searchbox-submit-btn {
  background: #1976f6;
  color: #fff;
  border: none;
  border-radius: 999px;
  padding: 8px 32px;
  min-width: 0;
  width: auto;
  font-size: 16px;
  font-weight: 500;
  cursor: pointer;
  box-shadow: 0 2px 8px rgba(25, 118, 246, 0.10);
  transition: background 0.2s, box-shadow 0.2s;
  margin-left: 18px;
  margin-top: 0;
  margin-bottom: 0;
  display: inline-block;
  height: 40px;
  line-height: 24px;
  vertical-align: middle;
}

.searchbox-submit-btn:hover, .searchbox-submit-btn:focus {
  background: #1565c0;
  box-shadow: 0 4px 16px rgba(25, 118, 246, 0.18);
}

@media (max-width: 600px) {
  .pills-scroll-arrow {
    display: none;
  }
  
  .searchbox-submit-btn {
    font-size: 14px;
    padding: 7px 18px;
    margin-left: 8px;
    height: 36px;
  }
  
  .searchbox-row {
    flex-direction: column;
    align-items: stretch;
    gap: 0;
  }
  
  .searchbox-wrapper {
    width: 100%;
    margin-bottom: 12px;
  }
  
  .searchbox-row-buttons {
    width: 100%;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    margin-bottom: 12px;
    gap: 0;
  }
  
  .type-dropdown-container {
    width: 48%;
    margin-left: 0 !important;
  }
  
  .searchbox-submit-btn {
    width: 100%;
    margin-left: 0;
    margin-top: 0;
    margin-bottom: 0;
    display: block;
  }
}

.filters-separator {
  border: none;
  border-bottom: 1px solid #111;
  height: 1px;
  margin: 24px -18px;
  width: calc(100% + 36px);
  background: none;
}

/* =====================
   New Card Styles
   ===================== */
.ad-card {
  display: flex;
  background: #fff;
  border-radius: 18px;
  box-shadow: 0 2px 12px #0001;
  margin: 24px 0;
  padding: 0;
  position: relative;
  overflow: hidden;
  min-height: 160px;
}
.ad-card-gold { border: 3px solid gold; }
.ad-card-grey { border: 2px solid #e0e0e0; }

.ad-card-img {
  flex: 0 0 220px;
  position: relative;
  background: #fafafa;
  min-height: 160px;
  border-radius: 12px 0 0 12px; /* left corners rounded, right corners square on desktop */
  overflow: hidden;
}

.ad-card-img img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover; /* fill area while preserving aspect */
  object-position: center; /* intelligent center focus by default */
  border-radius: 0; /* ensure no residual corner rounding on image itself */
}

.ad-card-content {
  flex: 1 1 auto;
  padding: 18px 24px 18px 18px;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
}

.ad-card-header-row {
  width: 100%;
  margin-bottom: 4px;
  display: flex;
  align-items: flex-start;
}

.ad-card-title {
  font-size: 1em;
  margin: 0;
  font-weight: 700;
  width: 100%;
  line-height: 1.2;
}

.ad-card-row {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 10px;
  flex-wrap: wrap;
  width: 100%;
  position: relative;
}

.ad-card-price-inline {
  margin-left: auto;
  font-size: 1.1em;
  font-weight: 700;
  color: #1976d2;
  padding-left: 18px;
  white-space: nowrap;
}

.ad-price-inline {
  font-size: 1.1em;
  font-weight: 700;
  color: #1976d2;
}

.ad-card-desc-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  margin-top: 8px;
  gap: 24px;
}

.ad-card-desc {
  font-size: 0.8em;
  color: #444;
  flex: 0 0 70%;
  margin-right: 0;
}

.ad-card-footer {
  margin: 0;
  padding: 0;
  width: 100%;
}

.ad-card-view-btn {
  background: #1976d2;
  color: #fff;
  border-radius: 24px;
  padding: 6px 0;
  font-size: 1em;
  text-decoration: none;
  font-weight: 600;
  transition: background 0.2s;
  display: block;
  width: 110px;
  margin: 12px 0 0 auto;
  text-align: center;
  box-sizing: border-box;
  flex: 0 0 30%;
}

.ad-pill,
.ad-type,
.ad-rooms {
  padding-top: 6px;
}

.ad-card-location {
  color: #1565c0;
  font-size: 1em;
  margin-bottom: 10px;
  display: flex;
  align-items: center;
  font-weight: 400;
  gap: 8px;
}

.ad-card-location i {
  color: #1976d2;
  margin-right: 4px;
  font-size: 1.1em;
}

.ad-card-features {
  display: block;
  width: 100%;
  margin-top: 4px;
}

/* --- Pill Styles: blue border, vertical centering, compact --- */
.ad-pill {
  display: inline-flex;
  align-items: center;
  background: #f3f6fa;
  color: #333;
  border-radius: 18px;
  padding: 3px 10px;
  font-size: 0.9em;
  margin-right: 6px;
  margin-bottom: 4px;
  border: 1.5px solid #2a3eb1;
  gap: 5px;
  font-weight: 500;
}
.ad-type, .ad-rooms {
  background: #e3e8ff;
  color: #2a3eb1;
  font-weight: 600;
  padding-left: 10px;
  padding-right: 10px;
  display: inline-flex;
  align-items: center;
}
.ad-type i, .ad-rooms i, .ad-card-features .ad-pill i {
  margin-right: 5px;
  font-size: 0.95em;
  color: inherit;
  font-weight: 400;
  display: inline-flex;
  align-items: center;
}
.ad-card-features .ad-pill {
  background: #fff;
  color: #555;
  border: 1.5px solid #555;
  font-weight: 500;
  font-size: 0.8em;
  display: inline-flex;
  align-items: center;
}

.ad-type-svg svg, .ad-bed-svg svg {
  fill: currentColor;
  stroke: currentColor;
  width: 16px;
  height: 16px;
  vertical-align: middle;
}

.ad-bed-svg svg {
  viewBox: "0 -11.47 122.88 122.88";
}

/* --- Vertically center View button with ad desc --- */
.ad-card-desc-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  margin-top: 8px;
}

@media (max-width: 600px) {
  .ad-card {
    flex-direction: column;
    min-height: unset;
    border-radius: 12px;
    margin: 16px 0;
    box-shadow: 0 1px 6px #0002;
  }
  .ad-card-img {
    flex: unset;
    width: 100%;
    min-height: 180px;
    border-radius: 12px 12px 0 0; /* default */
    overflow: hidden;
  }
  .ad-card-img img {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    border-radius: 0; /* mobile: keep image corners square; container controls rounding */
  }

  /* Mobile: remove bottom-left and bottom-right rounding on image container */
  @media (max-width: 600px) {
    .ad-card-img {
      border-radius: 12px 12px 0 0 !important; /* top rounded only */
    }
  }
  .ad-card-content {
    padding: 14px 10px 10px 10px;
  }
  .ad-card-header-row {
    margin-bottom: 6px;
    display: block;
  }
  .ad-card-title {
    font-size: 1.1em;
    margin-bottom: 4px;
  }
  .ad-card-location {
    margin-bottom: 15px;
  }
  .ad-card-type-rooms {
    display: flex;
    gap: 8px;
    margin-bottom: 6px;
    flex-wrap: wrap;
  }
  .ad-card-features {
    margin-bottom: 8px;
    margin-top: 0;
    display: flex;
    flex-wrap: wrap;
    gap: 6px;
  }
  .ad-card-price-mobile {
    font-size: 1.1em;
    font-weight: 700;
    color: #1976d2;
    margin-bottom: 5px;
    margin-top: 2px;
  }
  .ad-card-desc {
    display: none !important;
  }
  .ad-card-footer {
    width: 100%;
    margin: 0;
    padding: 0;
  }
  .ad-card-view-btn {
    flex: 0 0 100%;
    width: 100%;
    border-radius: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 48px;
    padding: 0;
    margin: 0;
  }
}

/* Responsive styles to complement Tailwind */
@media (max-width: 768px) {
  .container {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .ad-card {
    margin: 1rem 0;
  }

  .ad-card-img {
    width: 100%;
    height: 200px;
  }

  .ad-card-img img {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    border-radius: 0;
  }

  .ad-card-content {
    padding: 1rem;
  }

  .ad-card-title {
    font-size: 1.1rem;
  }

  .ad-card-location {
    font-size: 1.1rem;
  }

  .ad-card-features {
    flex-wrap: wrap;
    gap: 0.5rem;
  }

  .ad-pill {
    font-size: 0.8rem;
    padding: 0.25rem 0.5rem;
  }

  .ad-card-view-btn {
    width: 100%;
    margin-top: 0.2rem;
  }
}

@media (max-width: 640px) {
  .searchbox-container {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 1rem; /* keep inner padding on mobile */
    box-sizing: border-box;
  }

  .searchbox-wrapper {
    /*width: 77vw; *//* 10% more than original (70vw) */
    max-width: 100%;
    margin: 0 auto;
    position: relative;
    left: 0;
    transform: none;
  }

  .searchbox-row {
    width: 100%;
    flex-direction: column;
    align-items: center;
    gap: 0;
    justify-content: flex-start; /* on mobile stack, left/right centering not needed */
  }

  .searchbox-row-buttons {
    width: 100%; /* match searchbox-wrapper width */
    max-width: 100%;
    margin: 0 auto;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    margin-top: 12px;
    margin-bottom: 0;
    gap: 0;
  }

  .type-dropdown-container,
  .filters-dropdown-container {
    width: 48%;
    margin-left: 0 !important;
  }

  .searchbox-submit-btn {
    width: 100%; /* original: fill searchbox-wrapper */
    margin-left: 0;
    margin-top: 25px;
    margin-bottom: 0;
    display: block;
  }
}

.filters-separator {
  border: none;
  border-bottom: 1px solid #111;
  height: 1px;
  margin: 24px -18px;
  width: calc(100% + 36px);
  background: none;
}

/* =====================
   New Card Styles
   ===================== */
.ad-card {
  display: flex;
  background: #fff;
  border-radius: 18px;
  box-shadow: 0 2px 12px #0001;
  margin: 24px 0;
  padding: 0;
  position: relative;
  overflow: hidden;
  min-height: 160px;
}
.ad-card-gold { border: 3px solid gold; }
.ad-card-grey { border: 2px solid #e0e0e0; }

.ad-card-img {
  flex: 0 0 220px;
  position: relative;
  background: #fafafa;
  min-height: 160px;
  border-radius: 12px 0 0 12px; /* left corners rounded, right corners square on desktop */
  overflow: hidden;
}

.ad-card-img img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  border-radius: 0;
}

.ad-card-content {
  flex: 1 1 auto;
  padding: 18px 24px 18px 18px;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
}

.ad-card-header-row {
  width: 100%;
  margin-bottom: 4px;
  display: flex;
  align-items: flex-start;
}

.ad-card-title {
  font-size: 1em;
  margin: 0;
  font-weight: 700;
  width: 100%;
  line-height: 1.2;
}

.ad-card-row {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 10px;
  flex-wrap: wrap;
  width: 100%;
  position: relative;
}

.ad-card-price-inline {
  margin-left: auto;
  font-size: 1.1em;
  font-weight: 700;
  color: #1976d2;
  padding-left: 18px;
  white-space: nowrap;
}

.ad-price-inline {
  font-size: 1.1em;
  font-weight: 700;
  color: #1976d2;
}

.ad-card-desc-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  margin-top: 8px;
  gap: 24px;
}

.ad-card-desc {
  font-size: 0.8em;
  color: #444;
  flex: 0 0 70%;
  margin-right: 0;
}

.ad-card-footer {
  margin: 0;
  padding: 0;
  width: 100%;
}

.ad-card-view-btn {
  background: #1976d2;
  color: #fff;
  border-radius: 24px;
  padding: 6px 0;
  font-size: 1em;
  text-decoration: none;
  font-weight: 600;
  transition: background 0.2s;
  display: block;
  width: 110px;
  margin: 12px 0 0 auto;
  text-align: center;
  box-sizing: border-box;
  flex: 0 0 30%;
}

.ad-pill,
.ad-type,
.ad-rooms {
  padding-top: 6px;
}

.ad-card-location {
  color: #1565c0;
  font-size: 1em;
  margin-bottom: 10px;
  display: flex;
  align-items: center;
  font-weight: 400;
  gap: 8px;
}

.ad-card-location i {
  color: #1976d2;
  margin-right: 4px;
  font-size: 1.1em;
}

.ad-card-features {
  display: block;
  width: 100%;
  margin-top: 4px;
}

/* --- Pill Styles: blue border, vertical centering, compact --- */
.ad-pill {
  display: inline-flex;
  align-items: center;
  background: #f3f6fa;
  color: #333;
  border-radius: 18px;
  padding: 3px 10px;
  font-size: 0.9em;
  margin-right: 6px;
  margin-bottom: 4px;
  border: 1.5px solid #2a3eb1;
  gap: 5px;
  font-weight: 500;
}
.ad-type, .ad-rooms {
  background: #e3e8ff;
  color: #2a3eb1;
  font-weight: 600;
  padding-left: 10px;
  padding-right: 10px;
  display: inline-flex;
  align-items: center;
}
.ad-type i, .ad-rooms i, .ad-card-features .ad-pill i {
  margin-right: 5px;
  font-size: 0.95em;
  color: inherit;
  font-weight: 400;
  display: inline-flex;
  align-items: center;
}
.ad-card-features .ad-pill {
  background: #fff;
  color: #555;
  border: 1.5px solid #555;
  font-weight: 500;
  font-size: 0.8em;
  display: inline-flex;
  align-items: center;
}

.ad-type-svg svg, .ad-bed-svg svg {
  fill: currentColor;
  stroke: currentColor;
  width: 16px;
  height: 16px;
  vertical-align: middle;
}

.ad-bed-svg svg {
  viewBox: "0 -11.47 122.88 122.88";
}

/* --- Vertically center View button with ad desc --- */
.ad-card-desc-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  margin-top: 8px;
}

@media (max-width: 600px) {
  .ad-card {
    flex-direction: column;
    min-height: unset;
    border-radius: 12px;
    margin: 16px 0;
    box-shadow: 0 1px 6px #0002;
  }
  .ad-card-img {
    flex: unset;
    width: 100%;
    min-height: 180px;
    border-radius: 12px 12px 0 0;
    overflow: hidden;
  }
  .ad-card-img img {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    border-radius: 0;
  }
  .ad-card-content {
    padding: 14px 10px 10px 10px;
  }
  .ad-card-header-row {
    margin-bottom: 6px;
    display: block;
  }
  .ad-card-title {
    font-size: 1.1em;
    margin-bottom: 4px;
  }
  .ad-card-location {
    margin-bottom: 15px;
  }
  .ad-card-type-rooms {
    display: flex;
    gap: 8px;
    margin-bottom: 6px;
    flex-wrap: wrap;
  }
  .ad-card-features {
    margin-bottom: 8px;
    margin-top: 0;
    display: flex;
    flex-wrap: wrap;
    gap: 6px;
  }
  .ad-card-price-mobile {
    font-size: 1.1em;
    font-weight: 700;
    color: #1976d2;
    margin-bottom: 5px;
    margin-top: 2px;
  }
  .ad-card-desc {
    display: none !important;
  }
  .ad-card-footer {
    width: 100%;
    margin: 0;
    padding: 0;
  }
  .ad-card-view-btn {
    flex: 0 0 100%;
    width: 100%;
    border-radius: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 48px;
    padding: 0;
    margin: 0;
  }
}

/* Responsive styles to complement Tailwind */
@media (max-width: 768px) {
  .container {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .ad-card {
    margin: 1rem 0;
  }

  .ad-card-img {
    width: 100%;
    height: 200px;
  }

  .ad-card-img img {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    border-radius: 0;
  }

  .ad-card-content {
    padding: 1rem;
  }

  .ad-card-title {
    font-size: 1.1rem;
  }

  .ad-card-location {
    font-size: 1.1rem;
  }

  .ad-card-features {
    flex-wrap: wrap;
    gap: 0.5rem;
  }

  .ad-pill {
    font-size: 0.8rem;
    padding: 0.25rem 0.5rem;
  }

  .ad-card-view-btn {
    width: 100%;
    margin-top: 0.2rem;
  }
}

@media (max-width: 640px) {
  .searchbox-wrapper {
    position: relative;
  }
  .searchbox-icon {
    left: 16px !important;
    top: 50% !important;
    transform: translateY(-50%) !important;
    z-index: 2;
  }
  .searchbox-input {
    padding-left: 44px !important;
    padding-right: 36px !important;
  }
  .clear-button {
    right: -6px !important;
    top: 42% !important;
    transform: translateY(-50%) !important;
    z-index: 2;
  }
}

/* Ensure images maintain aspect ratio */
img {
  max-width: 100%;
  height: auto;
}

/* Improve form element responsiveness */
input[type="text"],
input[type="search"],
input[type="email"],
input[type="tel"],
select,
textarea {
  width: 100%;
  max-width: 100%;
  box-sizing: border-box;
}

/* Improve button touch targets on mobile */
button,
.button,
.btn {
  min-height: 36px;
  min-width: 44px;
  text-align: left;
}

/* Improve navigation on mobile */
@media (max-width: 768px) {
  .nav {
    display: flex;
    flex-direction: column;
    width: 100%;
  }

  .nav > * {
    width: 100%;
    text-align: center;
    padding: 0.5rem;
  }
}

/* Improve table responsiveness */
@media (max-width: 768px) {
  table {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
}

/* Improve card layout on mobile */
@media (max-width: 640px) {
  .ad-card {
    flex-direction: column;
  }

  .ad-card-img {
    width: 100%;
    height: 200px;
  }

  .ad-card-content {
    width: 100%;
  }
}

/* Improve text readability on mobile */
@media (max-width: 640px) {
  body {
    font-size: 16px;
    line-height: 1.5;
  }

  h2 {
    font-size: 1.25rem;
  }

  h3 {
    font-size: 1.1rem;
  }
}

/* Improve spacing on mobile */
@media (max-width: 640px) {
  .container {
    padding: 0.5rem;
  }

  .section {
    margin: 1rem 0;
  }

  .card {
    margin: 0.5rem 0;
  }
}

/* Improve form layout on mobile */
@media (max-width: 640px) {
  .form-group {
    margin-bottom: 1rem;
  }

  .form-label {
    display: block;
    margin-bottom: 0.5rem;
  }

  .form-control {
    width: 100%;
  }
}

/* Improve button layout on mobile */
@media (max-width: 640px) {
  .button-group {
    display: flex;
    flex-direction: column;
    gap: 0.5rem;
  }

  .button-group > * {
    width: 100%;
  }
}

/* Improve navigation on mobile */
@media (max-width: 640px) {
  .nav-menu {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: white;
    z-index: 1000;
    padding: 1rem;
    transform: translateX(-100%);
    transition: transform 0.3s ease;
  }

  .nav-menu.active {
    transform: translateX(0);
  }

  .nav-toggle {
    display: block;
  }
}

/* Improve footer on mobile */
@media (max-width: 640px) {
  .footer {
    padding: 1rem;
  }

  .footer-content {
    flex-direction: column;
    gap: 1rem;
  }

  .footer-section {
    width: 100%;
  }
}

/* Improve search results on mobile */
@media (max-width: 640px) {
  .search-results {
    padding: 0.5rem;
  }

  .search-result-item {
    margin: 0.5rem 0;
  }

  .search-result-image {
    width: 100%;
    height: 200px;
  }
}

/* Improve filters on mobile */
@media (max-width: 640px) {
  .filters {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: white;
    z-index: 1000;
    padding: 1rem;
    transform: translateX(-100%);
    transition: transform 0.3s ease;
  }

  .filters.active {
    transform: translateX(0);
  }

  .filter-toggle {
    display: block;
  }
}

/* Improve breadcrumbs on mobile */
@media (max-width: 640px) {
  .breadcrumbs {
    flex-wrap: wrap;
    gap: 0.5rem;
  }

  .breadcrumb-item {
    font-size: 0.9rem;
  }
}

/* Improve pagination on mobile */
@media (max-width: 640px) {
  .pagination {
    flex-wrap: wrap;
    gap: 0.5rem;
    justify-content: center;
  }

  .pagination-item {
    min-width: 44px;
    height: 44px;
  }
}

/* Improve loading states */
.loading {
  position: relative;
  min-height: 200px;
}

.loading::after {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  width: 40px;
  height: 40px;
  margin: -20px 0 0 -20px;
  border: 4px solid #f3f3f3;
  border-top: 4px solid #3498db;
  border-radius: 50%;
  animation: spin 1s linear infinite;
}

@keyframes spin {
  0% { transform: rotate(0deg); }
  100% { transform: rotate(360deg); }
}

/* Improve error states */
.error-state {
  text-align: center;
  padding: 2rem;
}

.error-state-icon {
  font-size: 3rem;
  color: #e74c3c;
  margin-bottom: 1rem;
}

.error-state-message {
  font-size: 1.2rem;
  color: #2c3e50;
  margin-bottom: 1rem;
}

.error-state-action {
  display: inline-block;
  padding: 0.5rem 1rem;
  background: #3498db;
  color: white;
  text-decoration: none;
  border-radius: 4px;
}

/* Improve empty states */
.empty-state {
  text-align: center;
  padding: 2rem;
}

.empty-state-icon {
  font-size: 3rem;
  color: #95a5a6;
  margin-bottom: 1rem;
}

.empty-state-message {
  font-size: 1.2rem;
  color: #2c3e50;
  margin-bottom: 1rem;
}

.empty-state-action {
  display: inline-block;
  padding: 0.5rem 1rem;
  background: #3498db;
  color: white;
  text-decoration: none;
  border-radius: 4px;
}

/* Improve accessibility */
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

/* Improve focus states */
:focus {
  outline: 2px solid #3498db;
  outline-offset: 2px;
}

/* Improve hover states */
@media (hover: hover) {
  .hover-effect:hover {
    transform: translateY(-2px);
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
  }
}

/* Improve print styles */
@media print {
  .no-print {
    display: none;
  }

  body {
    font-size: 12pt;
  }

  a {
    text-decoration: none;
    color: black;
  }

  .page-break {
    page-break-before: always;
  }
}

/* Submenu styles */
.submenu-container {
    display: none;
    position: absolute;
    top: 100%;
    left: 0;
    background: white;
    min-width: 200px;
    box-shadow: 0 2px 5px rgba(0,0,0,0.1);
    z-index: 50;
    border-radius: 4px;
}

.group:hover .submenu-container {
    display: block;
}

.submenu-item {
    color: #333;
    text-decoration: none;
    transition: background-color 0.2s;
}

.submenu-item:hover {
    background-color: #f5f5f5;
}

.ad-card-type-rooms {
  display: flex;
  gap: 8px;
  margin-bottom: 6px;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
}

.ad-card-type-rooms-left {
  display: flex;
  gap: 8px;
  flex-wrap: wrap;
}

.ad-card-price-desktop {
  font-size: 0.95em;
  font-weight: 700;
  color: #1976d2;
  display: none;
}

@media (min-width: 768px) {
  .ad-card-price-desktop {
    display: block;
  }
  .ad-card-price-mobile {
    display: none;
  }
}

@media (max-width: 767px) {
  .ad-card-price-desktop {
    display: none;
  }
  .ad-card-price-mobile {
    display: block;
    margin-bottom: 5px !important;
    margin-top: 10px !important;
  }
}

@media (max-width: 640px) {
  .searchbox-submit-btn {
    /*width: 77vw !important;*/   /* Match .searchbox-wrapper width */
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
    display: block;
    border-radius: 24px !important;
    text-align: center;
  }
}

@media (max-width: 640px) {
  .searchbox-row-buttons {
    width: 77vw;
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: stretch;
    gap: 0;
    padding: 0;
  }
  .type-dropdown-container {
    width: 48%;
    min-width: 0;
    margin-left: 0 !important;
  }
  /* Align the Filter button (second button) with the right edge of the searchbox
     Scope to searchbox-row-buttons so it doesn't affect other sections (e.g., cars). */
  .searchbox-row-buttons .type-dropdown-container:last-child {
    margin-left: 30px !important;
    margin-right: 0 !important;
  }
}

@media (max-width: 640px) {
  #filtersDropdownList {
    position: fixed !important;
    left: 0 !important;
    right: 0 !important;
    bottom: 0 !important;
    top: auto !important;
    width: 100% !important;
    max-width: 100% !important;
    min-width: 0 !important;
    margin: 0 !important;
    border-radius: 16px 16px 0 0 !important;
    box-shadow: 0 -2px 16px rgba(0,0,0,0.18);
    z-index: 10000 !important;
    background: #fff;
    transform: translateY(100%);
    transition: transform 0.3s cubic-bezier(.4,0,.2,1);
    display: block;
  }
  #filtersDropdownList.open {
    transform: translateY(0);
  }
}

/* Shared mobile overlay for filters drawer (used by accommodation) */
@media (max-width: 768px) {
  .mobile-filters-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    z-index: 9999;
    display: none;
  }
  .mobile-filters-overlay.active {
    display: block;
  }
}

/* Hide the close (X) button on desktop */
@media (min-width: 641px) {
  .filters-close-btn {
    display: none !important;
  }
  #filtersDropdownList {
    position: absolute;
    top: 100%;
    left: 0;
    background: white;
    border: 1px solid #ddd;
    border-radius: 8px;
    box-shadow: 0 4px 12px rgba(0,0,0,0.15);
    z-index: 10000;
    display: none;
    padding: 20px;
    min-width: 300px;
    padding-top: 0 !important;
    margin-top: 0 !important;
  }
  
  #filtersDropdownList.open {
    display: block;
  }
}

/* Show the close (X) button on mobile and style it */
@media (max-width: 640px) {
  .filters-close-btn {
    display: block !important;
    position: absolute;
    top: 18px;
    right: 18px;
    left: auto;
    z-index: 10002;
    background: none;
    border: none;
    font-size: 2rem;
    line-height: 1;
    color: #333;
    padding: 0;
    margin: 0;
  }
}

/* Pagination container styles */
.pagination-container {
	text-align: center;
	margin: 20px auto;
	width: 100%;
	max-width: 600px;
}

.pagination-info {
	margin-bottom: 10px;
}

.pagination-controls {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 8px;
	flex-wrap: nowrap;
}

/* ========================================
   CSS styles extracted from accom_sub_heading.php
   ======================================== */

.searchbox-wrapper {
  position: relative;
  display: flex;
  align-items: center;
}

.clear-button {
  position: absolute;
  right: -6px;
  top: 45%;
  transform: translateY(-50%);
  background: none;
  border: none;
  cursor: pointer;
  padding: 0;
  display: none;
  color: #666;
  font-size: 28px;
  line-height: 1;
}

.clear-button:hover {
  color: #333;
}

.searchbox-input {
  padding-right: 30px !important;
}

@media (max-width: 640px) {
  #filtersDropdownList .filters-close-btn {
    position: absolute;
    top: 12px;
    right: 18px;
    background: none;
    border: none;
    font-size: 2rem;
    color: #333;
    z-index: 10002;
    cursor: pointer;
    padding: 0;
    line-height: 1;
  }
  #filtersDropdownList {
    padding-top: 36px !important;
  }
}

/* Hide pills scroll arrow on desktop */
@media (min-width: 768px) {
  #pills-scroll-right {
    display: none !important;
  }
}

/* ========================================
   End of CSS styles from accom_sub_heading.php
   ======================================== */

/* ========================================
   Accom search spacing tweaks (keep inner padding, remove top gap)
   ======================================== */
.accom-search .searchbox-container {
  padding-top: 5 !important; /* keep left/right padding but remove top gap */
}
.accom-search { margin-top: 0 !important; }

@media (min-width: 769px) {
  .searchbox-row { justify-content: center; }
  .searchbox-row-buttons { justify-content: center; }
  .searchbox-submit-btn { margin-left: 0; }
  /* Center content within the searchbox container on desktop */
  .searchbox-container { align-items: center; }
}

/* Mobile layout fix for accommodation search: grid-based buttons */
@media (max-width: 768px) {
  .accom-search .searchbox-row { align-items: stretch !important; }
  .accom-search .searchbox-row-buttons {
    width: 100% !important;
    display: grid !important;
    grid-template-columns: 1fr 1fr !important;
    grid-column-gap: 12px !important;
    grid-row-gap: 12px !important;
    justify-items: stretch !important;
    align-items: stretch !important;
    margin-top: 12px !important;
  }
  /* Cancel legacy mobile offset that pushes Filters off-screen */
  .accom-search .searchbox-row-buttons .type-dropdown-container:last-child {
    margin-left: 0 !important;
    margin-right: 0 !important;
  }
  .accom-search .searchbox-row-buttons .type-dropdown-container {
    width: 100% !important;
    min-width: 0 !important;
  }
  .accom-search .type-dropdown-toggle {
    width: 100% !important;
    min-width: 0 !important;
    display: block !important;
    margin: 0 !important;
  }
  .accom-search #filtersDropdownList {
    min-width: 0 !important;
    width: 100% !important;
  }
}