/* Menu CSS */#cssmenu,
#cssmenu > ul {
  background: url(../../../images/highlight-bg.png) repeat;
  padding-bottom: 3px;
  font-family: sans-serif;
  font-weight: 600;
}
#cssmenu:before,
#cssmenu:after,
#cssmenu > ul:before,
#cssmenu > ul:after {
  content: '';
  display: table;
}
#cssmenu:after,
#cssmenu > ul:after {
  clear: both;
}
#cssmenu {
  width: 900px;
  margin:0 auto;
  zoom: 1;
}
#cssmenu > ul {
  background: url(../../../images/menu-bg.png) repeat;
  margin: 0;
  padding: 0;
  position: relative;
  z-index: 98;
}
#cssmenu > ul li {
  margin: 0;
  padding: 0;
  list-style: none;
}
#cssmenu > ul > li {
  float: left;
  position: relative;
}
#cssmenu > ul > li > a {
  padding: 20px 20px;
  display: block;
  color: white;
  font-size: 13px;
  text-decoration: none;
  text-transform: uppercase;
  text-shadow: 0 -1px 0 #0d0d0d;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.7);
  line-height: 18px;
}
#cssmenu > ul > li:hover > a {
  background: url(../../../images/highlight-bg.png) repeat;
  text-shadow: 0 -1px 0 #97321f;
  text-shadow: 0 -1px 0 rgba(122, 42, 26, 0.64);
}
#cssmenu > ul > li > a > span {
  line-height: 18px;
}
#cssmenu > ul > li.active > a,
#cssmenu > ul > li > a:active {
  background: url(../../../images/hover.png) repeat;
}
/* Childs */
#cssmenu > ul ul {
  opacity: 0;
  visibility: hidden;
  position: absolute;
  top: 120px;
  background: url(../../../images/menu-bg.png) repeat;
  margin: 0;
  padding: 0;
  z-index: -1;
}
#cssmenu > ul li:hover ul {
  opacity: 1;
  visibility: visible;
  margin: 0;
  color: #000;
  z-index: 2;
  top: 64px;
  left: 0;
}
#cssmenu > ul ul:before {
  content: '';
  position: absolute;
  top: -10px;
  width: 100%;
  height: 20px;
  background: transparent;
}
#cssmenu > ul ul li {
  list-style: none;
  padding: 0;
  margin: 0;
  width: 100%;
}
#cssmenu > ul ul li a {
  padding: 18px 26px;
  display: block;
  color: white;
  font-size: 13px;
  text-decoration: none;
  text-transform: uppercase;
  width: 150px;
  border-left: 4px solid transparent;
  -webkit-transition: all 0.35s ease-in-out;
  -moz-transition: all 0.35s ease-in-out;
  -ms-transition: all 0.35s ease-in-out;
  transition: all 0.35s ease-in-out;
}
#cssmenu > ul ul li a:hover {
  border-left: 4px solid #d64e34;
  background: url(../../../images/hover.png) repeat;
}
#cssmenu > ul ul li a:active {
  background: url(../../../images/menu-bg.png) repeat;
}

#maincontainer{position:relative;margin:0 auto;color:#E0E0E0;width:912px;text-align:left;font-size:16px;overflow:hidden;}
#topbar{position:relative;width:100%;height:65px;background:#404040 url(../../../images/menu-bg.png);}
#header{position:relative; z-index: 100;margin:0 auto;padding:0px;height:120px;width:900px;text-align:left;}
#footerbar{width:890px;height:190px;background:#404040 url(../../../images/menu-bg.png);margin:0 auto;padding:5px;}
#clear{clear:both;}

#onequarter{float:left;width:210px;background:#e68200;margin:6px;border-color:gray;border-style:solid;border-width:1px;padding:2px;}
#onequartergrey{float:left;width:210px;background:#404040;margin:6px;border-color:gray;border-style:solid;border-width:1px;padding:2px;}
#onehalf{float:left;width:438px;background:#e68200;margin:6px;border-color:gray;border-style:solid;border-width:1px;padding:2px;}
#onehalfgrey{float:left;width:438px;background:#404040;margin:6px;border-color:gray;border-style:solid;border-width:1px;padding:2px;}
#threequarter{float:left;width:666px;background:#e68200;margin:6px;border-color:gray;border-style:solid;border-width:1px;padding:2px;}
#threequartergrey{float:left;width:666px;background:#404040;margin:6px;border-color:gray;border-style:solid;border-width:1px;padding:2px;}
#whole{float:left;width:894px;background:#e68200;margin:6px;border-color:gray;border-style:solid;border-width:1px;padding:2px;}
#wholegrey{float:left;width:894px;background:#404040;margin:6px;border-color:gray;border-style:solid;border-width:1px;padding:2px;}

body {text-align:left;font-family:Helvetica,Arial,Verdana,sans-serif;font-size:16px;color:#FFFFFF;line-height:21px;} 
a {color:yellow;text-decoration:none;}
h1{font-size:25px;color:#e68200;text-shadow: 0 -1px 0 #0d0d0d;text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.7);line-height: 5px;padding: 2px;}
h2{font-size:22px;color:#ffffff;text-shadow: 0 -1px 0 #0d0d0d;text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.7);line-height: 5px;padding: 2px;}
p ul li{padding: 2px;text-align:left;font-family:Helvetica,Arial,Verdana,sans-serif;font-size:16px;color:#FFFFFF;}

.myButton {
	-moz-box-shadow:inset 0px 1px 0px 0px #cae3fc;
	-webkit-box-shadow:inset 0px 1px 0px 0px #cae3fc;
	box-shadow:inset 0px 1px 0px 0px #cae3fc;
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #bebebe), color-stop(1, #e68200) );
	background:-moz-linear-gradient( center top, #bebebe 5%, #e68200 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#bebebe', endColorstr='#e68200');
	background-color:#79bbff;
	-moz-border-radius:6px;
	-webkit-border-radius:6px;
	border-radius:6px;
	border:2px solid Red;
	display:inline-block;
	color:black;
	font-family:arial;
	font-size:14px;
	font-weight:bold;
	padding:6px 24px;
	text-decoration:none;
	text-shadow:1px 1px 0px White;
}.myButton:hover {
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #e68200), color-stop(1, #bebebe) );
	background:-moz-linear-gradient( center top, #e68200 5%, #bebebe 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#e68200', endColorstr='#bebebe');
	background-color:#4197ee;
	color:white;
	font-family:arial;
	font-size:14px;
	font-weight:bold;
	text-decoration:none;
	text-shadow:1px 1px 0px Black;
}.myButton:active {
	position:relative;
	top:1px;
}

#booking-form {
  max-width: 540px;            
  margin: 2rem auto;
  padding: 1.8rem 2rem;           /* ← slightly less horizontal padding */
  background: var(--card-bg, #ffffff);
  border-radius: 16px;
  box-shadow: 0 10px 38px rgba(0, 0, 0, 0.08),
              0 4px 12px rgba(0, 0, 0, 0.06);
  font-family: system-ui, -apple-system, "Segoe UI", Roboto, sans-serif;
  color: #1a1a1a;
  background: linear-gradient(135deg, #ffffff 0%, #fafcff 100%);
  border: 1px solid rgba(229, 231, 235, 0.9);
}

/* Dark mode (optional) */
@media (prefers-color-scheme: dark) {
  #booking-form {
    background: linear-gradient(135deg, #171717 0%, #0f1117 100%);
    color: #e5e7eb;
    border-color: #374151;
    box-shadow: 0 10px 38px rgba(0, 0, 0, 0.6);
  }
}

/* Fieldsets & Legends */
fieldset {
  border: none;
  padding: 0;
  margin: 0 0 1.8rem 0;
}

legend {
  font-size: 1.25rem;
  font-weight: 600;
  margin-bottom: 1.3rem;
  color: #111827;
}

@media (prefers-color-scheme: dark) {
  legend { color: #e5e7eb; }
}

/* Labels */
label {
  display: block;
  margin-bottom: 1.4rem;
  font-size: 0.95rem;
  font-weight: 500;
  color: #374151;
}

@media (prefers-color-scheme: dark) {
  label { color: #9ca3af; }
}

label > input,
label > select {
  margin-top: 0.4rem;
  display: block;
  width: 100%;
}

/* Inputs & Select – slightly smaller padding */
input, select {
  padding: 0.7rem 0.95rem;        /* ← bit more compact */
  font-size: 1rem;
  border: 1px solid #d1d5db;
  border-radius: 10px;
  background: #ffffff;
  transition: all 0.18s ease;
  box-shadow: inset 0 1px 2px rgba(0,0,0,0.025);
}

@media (prefers-color-scheme: dark) {
  input, select {
    background: #1f2937;
    border-color: #4b5563;
    color: #f3f4f6;
  }
}

input:focus,
select:focus {
  outline: none;
  border-color: #f97316;           /* orange-500 */
  box-shadow: 0 0 0 3px rgba(249, 115, 22, 0.2);
}

/* Button – now orange */
button[type="submit"] {
  width: 100%;
  padding: 0.95rem;
  font-size: 1.05rem;
  font-weight: 600;
  color: white;
  background: #f97316;            /* orange-500 – Tailwind orange */
  border: none;
  border-radius: 12px;
  cursor: pointer;
  transition: all 0.22s ease;
  box-shadow: 0 4px 14px rgba(249, 115, 22, 0.35);
  margin-top: 1.6rem;
}

button[type="submit"]:hover {
  background: #ea580c;            /* orange-600 – darker on hover */
  transform: translateY(-1px);
  box-shadow: 0 8px 24px rgba(249, 115, 22, 0.45);
}

button[type="submit"]:active {
  transform: translateY(0);
  box-shadow: 0 3px 10px rgba(249, 115, 22, 0.3);
}

/* Price inside button */
button span#total-price {
  font-weight: 700;
}

/* Attendees container – matching narrower style */
#attendees-container {
  margin: 1.8rem 0 1.4rem;
}

#attendees-container > div {
  margin-bottom: 1.6rem;
  padding: 1.3rem;
  border-radius: 12px;
  background: rgba(243, 244, 246, 0.6);
  border: 1px solid rgba(229, 231, 235, 0.8);
}

@media (prefers-color-scheme: dark) {
  #attendees-container > div {
    background: rgba(31, 41, 55, 0.6);
    border-color: #4b5563;
  }
}

/* Disabled options */
option:disabled {
  color: #9ca3af;
  font-style: italic;
}
/* Make inputs and selects have identical visible width */
label > input,
label > select {
  width: 100%;
  box-sizing: border-box;       /* most likely already inherited, but be explicit */
}

/* Force selects to ignore the arrow space in calculation */
select {
  appearance: none;             /* remove default arrow & system styling */
  background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='0 0 12 12'%3e%3cpath fill='%236b7280' d='M6 8.825L1.175 4 2.4 2.775 6 6.375l3.6-3.6L10.825 4z'/%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-position: right 0.95rem center;
  background-size: 12px;
}

/* Optional: darker arrow for dark mode */
@media (prefers-color-scheme: dark) {
  select {
    background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='0 0 12 12'%3e%3cpath fill='%239ca3af' d='M6 8.825L1.175 4 2.4 2.775 6 6.375l3.6-3.6L10.825 4z'/%3e%3c/svg%3e");
  }
}

/* Very important: give select the same padding as input on the right side */
select {
  padding-right: 2.2rem;        /* ← makes space for our custom arrow + matches input feel */
}