body{
	font-size:1rem;
	background:#f7f9fb;
	min-height: 100vh;
    display: flex;
    flex-direction: column;
}

header{
	padding:3rem!important;
	background:#fff;
	color:#000;
}

	header h1, header p {
		max-width: 1200px;
		width: 100%;
		margin-left: auto;
		margin-right: auto;
		color: #000;
		transform: skewY(0deg);
	}
section{
	padding-left:0!important;
	padding-right:0!important;
	padding: 1rem 0 2rem 0 !important;
    border-radius: 20px;
}

footer{
	margin-top: auto;
}

.spacer{
	width:1px;
	height:80px;
}

form{
	max-width:1300px;
	margin-left:auto;
	margin-right:auto;
}

h2 {
  font-size: 2rem; /* ~32px */
  line-height: 1.4; /* Less spacing than 63px, more balanced */
  color: #1a1a1a; /* Softer black, more elegant */
  font-weight: 600; /* Slightly bolder for clarity and visual hierarchy */
  text-transform: none; /* Capitalize only key words manually */
  padding-bottom: 1rem;
  text-align: left;
  margin-top: 1.5rem;
  margin-bottom: 1.5rem;
}
	h2:after{
		content: "";
	  display: block;
	  height: 2px;
	  background: rgba(0, 72, 148, 0.1); /* faint company blue */
	  margin-top: 0.5rem;
	  width: 60px;
	}


h3{
	text-transform: none;
	border-radius: 20px ;
	background: rgba(0, 72, 148, 0.85); /* Brand color + transparency */
	padding: 0.25rem 1rem;
	width: fit-content;
	max-width: 100%;
	color: #fff;
	font-size: 1.25rem;
	line-height: normal;
	margin-bottom: 0.75rem;

	/* Glass effect */
	backdrop-filter: blur(6px);
	-webkit-backdrop-filter: blur(6px);

	/* Neumorphism-inspired shadowing */
  box-shadow:
    4px 4px 12px rgba(0, 0, 0, 0.1),      /* Outer depth */
    inset -2px -2px 4px rgba(255, 255, 255, 0.1); /* Subtle inner light */
}

h4{
	font-size: 1rem;        /* slightly larger than base */
	font-weight: 600;           /* bold but refined */
	color: #1a1a1a;             /* softened black */
	margin-bottom: 0.5rem;
}
h5{
	font-size: 0.875rem;      /* Slightly smaller for label */
	font-weight: 600;         /* Semi-bold for emphasis */
	margin-bottom: 0.25rem;   /* Tight space before value */
}

#loading-image {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 10000;
}

#loading-vehicle {	
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	position: fixed;
	display: block;
	opacity: 1;
	background-color: #fff;
	z-index: 999999;
	text-align: center;
}
	#loading-vehicle .loading-vehicle-box{
		width: 50%;
		height: 50%;
		background: #ffffff;
		position: absolute;
		top: 50%;
		left: 50%;
		transform: translate(-50%, -50%);
	}
	#loading-vehicle h2{
		text-align:center;
	}

.hidden {
    display: none;
}

#pickup-arrow {
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 15px 15px 15px;
    border-color: transparent transparent #d9d9d9 transparent;
    position: absolute;
    top: 55px;
    left: 10px;
    display: none;
}
#return-arrow {
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 15px 15px 15px;
    border-color: transparent transparent #d9d9d9 transparent;
    position: absolute;
    top: 55px;
    left: 10px;
    display: none;
}
.pickup, .return{
	position:relative;
}
.pickup-openinghours, .return-openinghours {
	height: 290px;
    background: #ffffff;
    border-radius: 20px 0 0 20px;
    box-shadow: 1px 0 0 #e6e6e6, -1px 0 0 #e6e6e6, 0 1px 0 #e6e6e6, 0 -1px 0 #e6e6e6, 0 3px 13px rgba(0, 0, 0, 0.08);
    z-index: 10;
    position: absolute;
    left: -144px;
    margin-top: 0px;
    width: 100%;
    padding: 10px;
    padding-left: 4px;
    width: 320px;
	top:75px;
}
.pickup-openinghours table, .return-openinghours table{
	position: relative;
	width:80%;
	border-spacing: 0;
	height:auto;
	margin-top:10px;
}
.pickup-openinghours td, .return-openinghours td{
	padding: 0;
	padding-bottom: 4px;
	font-size: 1rem;
}
.selectedHours{
	font-size:1rem;
}
.hours{
    color: #747980;
}
	
	@media screen and (max-width: 450px) {
		.pickup-openinghours, .return-openinghours {
			left: 3px;
			width: 330px;
			height: 362px;
			border-radius: 20px;
			left: 54%;
			transform: translateX(-50%);			
		}
		.pickup-openinghours td, .return-openinghours td{
			padding: 0;
			padding-bottom: 0px;
			font-size: 1rem;
			display: block;
			margin-bottom: -5px;
		}
			.pickup-openinghours td:nth-child(2), .return-openinghours td:nth-child(2){
					margin-left:20px;
			}
		.pickup-openinghours h4, .return-openinghours h4{
			display:none;
		}
		.pickup-openinghours table, .return-openinghours table {
			display: none;
		}
		.selectedHours{
			text-align:center;
		}
	}
	
label{
	display:block;
	 font-weight: 600;
  color: #333;
  margin-bottom: 0.25rem;
  font-size: 0.95rem;
}
input,select{
	width:100%;
	padding: 0.75rem 1rem;
  margin-bottom: 1rem;
  border: 1px solid #ccd6dd;
  border-radius: 12px;
  background: rgba(255, 255, 255, 0.8);
  font-size: 1rem;
  color: #1a1a1a;
  box-shadow: inset 1px 1px 3px rgba(0, 0, 0, 0.05);
  transition: border 0.2s ease, box-shadow 0.2s ease;
}
	select#additional-drivers{
		max-width:100px;
		height:auto;
	}
	input:focus, select:focus {
	  outline: none;
	  border: 1px solid #004894;
	  box-shadow: 0 0 0 3px rgba(0, 72, 148, 0.2);
	}
[type=checkbox], [type=radio]{
	width: 25%;
    display: inline-block;	
	vertical-align: middle;
	height:30px;
	cursor: pointer;
	box-shadow:none;
}
	input[type="checkbox"] {
		accent-color: #004894;
	}
	input[type="radio"] {
		accent-color: #004894;
	}

.w3-button{
	background: #004894;
    color: #fff;
    cursor: pointer;
    min-width: 120px;
    text-align: center;
    min-height: 40px;
    border-radius: 20px;
	border:1px solid #004894;
}
	.w3-button:hover {
		background: #004894!important;
		color: #fff!important;
		text-decoration: none;
		filter: grayscale(25%);
	}
	
.styledButton{
	  background: rgba(0, 72, 148, 0.9); /* Slight transparency for glass look */
	  color: #fff;
	  cursor: pointer;
	  width: 100%; /* Full width of card content */
	  min-height: 48px;
	  text-align: center;
	  border-radius: 20px;
	  border: 1px solid rgba(0, 72, 148, 0.8);
	  font-size: 1rem;
	  font-weight: 600;
	  backdrop-filter: blur(4px);
	  box-shadow:
		0 2px 4px rgba(0, 0, 0, 0.08),
		inset 1px 1px 2px rgba(255, 255, 255, 0.2); /* Neumorphic subtle depth */
	  transition: all 0.3s ease;
}
	.styledButton:hover{
		 background: #004894; /* Solid on hover */
		box-shadow:
		0 4px 12px rgba(0, 0, 0, 0.15),
		inset 1px 1px 2px rgba(255, 255, 255, 0.2);
}		

#filters-content button{
	background: none;
    color: #004894;
	border:0;
	padding: 0;
    margin: 0;
    min-height: 0;
}

.logo {
	height: 100%;
    position: relative;
}

.navbar {
    height: 75px;
	z-index:1;
}
.nav-wrapper{
	flex-wrap: nowrap;
    height: 100%;
    padding: 0;
}
.navbar-logo {
    margin-right: 2rem;
    position: relative;
    top: 0%;
    transform: translateY(0%);
	height:auto;
	margin-top: 6px;
    margin-bottom: 6px 
}
.navbar-items{
	margin-right: auto;
    display: inline-block;
    height: 100%;
    color: #fff;
    position: relative;
    top: 0;
	transform: translateY(0%);
	width:100%;	
}
	.navbar-button{
		width: auto;
		height: 60px;
		line-height: 20px;
		position: relative;
		vertical-align: bottom;
		text-align: left;
		padding-left: 35px!important;
	}
#openMenu, #closeMenu{
	display:none;
	color:#fff!important;
	height:auto;
	position: relative;
    top: 60%;
    transform: translateY(-50%);
}

@media screen and (max-width: 1200px) {
		.navbar{
			height:90px;
		} 
		.navbar-logo {
			position: absolute;
			left: 50%;
			top: 45%;
			transform: translate(-50%, -50%);
			margin-right: 0;
			height: 50px;
		}
		.navbar-items{
			display:none;
			width: 100%;
			margin-top: 0;
			background: #004894;
			height: auto;
			top: 60px;
			transform: translate(0);
		}
		#openMenu {
			display:block;
		}
		.navbar-button{
			display:block;
			width:100%;
			left: 0;
			transform: none;
		}
}

.w3-button:disabled{
	cursor:default;
}

.w3-modal{
	 background: rgba(0, 0, 0, 0.35); /* subtle dimming */
	backdrop-filter: blur(4px);
}
.w3-modal header {
    width: 60%;
	max-width:984px;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
	padding: 1rem!important;
}

@media screen and (max-width: 1200px) {
	.w3-modal header {
		width: 90%!important;
	}
}

.w3-dropdown-content{
	min-width:200px;
	background:#f9f9f9!important;
	color:#000!important;
}

@media screen and (max-width: 1200px) {
		.w3-dropdown-hover:hover .w3-dropdown-content{
			position:absolute;
		}
}

.w3-round{
	border-radius:20px;
}

.w3-border{
	border:1px solid #d9d9d9;
}

.vehicle-card{
	background: #ffffff; /* Solid white for clarity */
	border-radius: 20px;
  box-shadow:
    0 4px 20px rgba(0, 0, 0, 0.06),       /* Soft outer shadow */
    inset 0 0 0 1px rgba(0, 0, 0, 0.04);  /* Faint internal border */
  border: none; /* Remove hard flat grey border */
}

.vehicleImage{
	position: relative;
    left: 45%;
    transform: scale(1.5) translateX(-50%);
    display: block;
    width: 60%;
    /* max-height: 160px; */
    object-fit: contain;
    margin: 0 auto;
    border-radius: 20px;
    background: none;;
    padding: 0.5rem;
	margin-bottom:1rem;
}


.vehicleIcons{
	display: inline-block;
	width:25%;
	font-size: 0.875rem; /* 14px */
  color: #1a1a1a;
  vertical-align: top;
  line-height:0;
}
	.vehicleIcons img{
		width: 16px;
		height: 16px;
		display: inline-block;
		margin-right: 4px;
		filter: brightness(0) saturate(100%);
	}

.w3-center{
	text-align:center!important;
}

.w3-tag{
	position: relative;
    backdrop-filter: blur(6px);
    background: rgba(255, 255, 255, 0.25);
    border: 1px solid rgba(255, 255, 255, 0.35);
    border-radius: 20px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.05);
    transition: all 0.3s ease
}

.red-tag{
	background:#F25757;
}

.w3-green{
	background:#77AD78!important;
}




.availabilityTag{
	background:rgba(255, 235, 235, 0.6)!important;
	border:0px solid #b00000!important;
	color:#b00000 !important;
}

.infoTag{
	font-size:14px;
	background:rgba(235, 245, 255, 0.5)!important;
	border:0px solid #004894!important;
	color:#004894!important;
	 box-shadow:
    inset 1px 1px 2px rgba(255, 255, 255, 0.4), /* Neumorphism highlight */
    2px 4px 10px rgba(0, 0, 0, 0.1);            /* Neumorphism shadow */
}
	.infoTag:hover{
		  background: rgba(255, 255, 255, 0.4);
	  box-shadow:
		inset 1px 1px 3px rgba(255, 255, 255, 0.6),
		2px 6px 14px rgba(0, 0, 0, 0.15);
	}

.electricTag{
	background:rgba(230, 255, 245, 0.5)!important;
	border:0px solid #007e59!important;
	color:#007e59!important;	
}

.ribbon {
	position: relative;
    top: -74px;
    left: 193px;
    color: #fff;
    padding: 0;
    background: #77AD78;
    width: 172px;
    height: auto;
    border-radius: 0px 20px 0 0px;
    padding: 0 8px;
    text-align: left;
    z-index: 0;
    font-size: 15px;
}

.w3-flex {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-items: stretch;
	min-width:1200px;
}
	.l3{
		flex-basis:25%;
	}
	.l4{
		flex-basis: 33.333333%;
	}
	.l6{
		flex-basis: 50%;	
	}
	.l9{
		flex-basis:75%;
	}
	.l12{
		flex-basis: 100%;	
	}

		@media (max-width:993px){
			.w3-flex{
				min-width:100%;
			}
			.m3{
				flex-basis:25%;
			}
			.m6{
				flex-basis: 49.99999%;
			}
			.m9{
				flex-basis:75%;
			}
			.m12{
				flex-basis:100%;
			}
		}
			@media (max-width:601px){
				.s12{
					flex-basis: 99.99999%;
				}
			}

.w3-ul li{
	border-bottom:none!important;
	padding:4px 0!important;
	  color: #333;
}	

.infoBox{
  background: rgba(240, 246, 250, 0.6); /* translucent soft blue */
  border: 1px solid rgba(191, 211, 224, 0.6);
  border-radius: 20px;
  padding: 1rem 1.25rem;
  box-shadow:
    inset 2px 2px 5px rgba(255, 255, 255, 0.5),
    inset -2px -2px 6px rgba(0, 0, 0, 0.04),
    0 4px 10px rgba(0, 0, 0, 0.06);
  backdrop-filter: blur(8px);
  -webkit-backdrop-filter: blur(8px);
  color: #1a1a1a;
  display: flow-root;
  font-size: 1rem;          /* Standard body size */
	font-weight: 500;         /* Medium for clean readability */
}
	.infoBox h3{
		text-transform: none;
		border-radius: 0px;
		background: none;
		padding: 0;
		width: auto;
		max-width: 100%;
		backdrop-filter: blur(0px);
		-webkit-backdrop-filter: blur(0px);
		box-shadow: none;
	
	  font-size: 1.25rem;
	  font-weight: 600;
	  color: #004894; /* company blue */
	  margin-bottom: 1rem;	
		margin-top:0;
	}
	.infoBox h4{
	  font-size: 1rem;
	  font-weight: 600;
	  color: #1a1a1a;
	  margin-top: 1.5rem;
	  margin-bottom: 0.5rem;
	  display:block;
	}
	.infoBox h5{
			color: #004894;           /* Company blue for visual cue */
	}
.greenBox{
  border-radius: 20px;
  padding: 1rem 1.25rem;
  font-size: 0.95rem;
  font-weight: 500;
  box-shadow: inset 2px 2px 6px rgba(0,0,0,0.05), inset -2px -2px 6px rgba(255,255,255,0.6);
    background: rgba(214, 245, 230, 0.6); /* translucent green */
  border: 1px solid #a4d6bd;
  color: #333;
}
	.greenBox h5{
		color:#1a1a1a;
	}
.orangeBox{
  border-radius: 20px;
  padding: 1rem 1.25rem;
  font-size: 0.95rem;
  font-weight: 500;
  box-shadow: inset 2px 2px 6px rgba(0,0,0,0.05), inset -2px -2px 6px rgba(255,255,255,0.6);
    background: rgba(255, 242, 204, 0.6); /* translucent orange */
  border: 1px solid #f2cc8f;
  color: #333;
}
	.orangeBox h5{
		color:#1a1a1a;
	}
	
	@media screen and (max-width: 450px) {
		.w3-container{
			padding: .01em 13px;
		}
		
		.w3-padding-small {
			padding: 4px 0px !important;
		}
		.w3-modal header {
			width: 100% !important;
			left: -3%;
			transform: translate(0, -50%);
		}
		.modalExtraMarginTop {
			margin-top: 30px !important;
		}
		.w3-modal h3 {
			margin-bottom: 18px;
		}
	}
	
.w3-dropdown-click:hover, .w3-dropdown-hover:first-child{
	background:none;
}
