@font-face {
  font-family: 'AaMgScript-Regular';
  src: url('../AaMgScript-Regular.otf') format('opentype');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}


#gastronomyKili,
#gastronomyFiji,
#gastronomyPalermo,
#gastronomyRoad666 {
  max-width: 100%;
  padding-bottom: 100px;
}

#gastronomyKili .p800Center,
#gastronomyFiji .p800Center,
#gastronomyPalermo .p800Center,
#gastronomyRoad666 .p800Center {
  /* max-width: 800px; */
  max-width: 650px;
  margin: 0 auto;
  text-align: left;
  padding-bottom: 50px;
  padding-left: 15px;
}

#Kilimanjaro .DiningRestaurantsIMG {
  height: 280px;
}

/* Restaurant section backgrounds - Standard colors for each restaurant */
#Kilimanjaro {
  max-width: 100%;
  background-color: #f9f2e6; /* Warm beige pastel - Kilimanjaro standard */
}

#Kilimanjaro h2.leoxTitle1,
#Kilimanjaro .RestPicture_Desc,
#Kilimanjaro .RestDescriptionBox,
#Kilimanjaro #kiliMenu {
  background-color: #f9f2e6; /* Warm beige pastel - Kilimanjaro standard */
}

/* Menu code blocks styling for Kilimanjaro */
#Kilimanjaro .rest-menu-items {
  background-color: #f5ece0; /* Match selected button color */
  border-radius: 4px;
  padding: 10px;
  margin-bottom: 15px;
  border-left: 3px solid #f9f2e6;
  position: relative;
  z-index: 1;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.05);
}

#Kilimanjaro .rest-menu-item {
  background-color: #ffffff;
  border-radius: 4px;
  margin-bottom: 8px;
  padding: 8px;
  border: 1px solid rgba(249, 242, 230, 0.5);
}

#Fiji .DiningRestaurantsIMG {
  height: 348px;
}

#Palermo .DiningRestaurantsIMG {
  height: 328px;
}

#SavannahGrill .DiningRestaurantsIMG {
  height: 388px;
}

#AlienAbduction .DiningRestaurantsIMG {
  height: 475px;
}

#gastronomyKili .DiningCulinarySuperlativesIMG {
  height: 345px;
}

#gastronomyFiji .DiningCulinarySuperlativesIMG {
  height: 428px;
}

/* #gastronomyPalermo .DiningCulinarySuperlativesIMG{
	height: 350px;
} */

/* for Fabada only */
#gastronomyPalermo .DiningCulinarySuperlativesIMG:nth-child(2) {
  max-width: 385px;
}
#gastronomyPalermo .DiningCulinarySuperlativesIMG img:nth-child(1) {
  max-width: 365px;
}

@media only screen and (max-width: 400px) {
  #gastronomyPalermo .DiningCulinarySuperlativesIMG img:nth-child(1) {
    max-width: 280px;
  }
}
/* end for Fabada */

/* #gastronomyRoad666 .DiningCulinarySuperlativesIMG{
	height: 330px;
} */

#culinaryBfast .DiningCulinarySuperlativesIMG {
  height: 368px;
}
#culinaryLunchDinner .DiningCulinarySuperlativesIMG {
  height: 525px;
}

#culinaryFastfood .DiningCulinarySuperlativesIMG {
  height: 570px;
}
#culinaryDesserts .DiningCulinarySuperlativesIMG {
  height: 418px;
}
.DiningCulinarySuperlativesIMG {
  /* used in Dining CulinarySuperlatives and  Gastronomy */
  display: inline-block;
  margin: auto 10px auto;
  max-width: 278px;
  vertical-align: top;
  margin-bottom: 15px;
  vertical-align: center;
  background-color: #fff;
  border-radius: 3px;
  padding-top: 15px;
  -moz-box-shadow: 0px -1px 3px 0px rgba(0, 75, 66, 0.3),
    8px 12px 15px 0px rgba(0, 75, 66, 0.35);
  -webkit-box-shadow: 0px -1px 3px 0px rgba(0, 75, 66, 0.3),
    8px 12px 15px 0px rgba(0, 75, 66, 0.35);
  box-shadow: 0px -1px 3px 0px rgba(0, 75, 66, 0.3),
    8px 12px 15px 0px rgba(0, 75, 66, 0.35);
  transition: box-shadow 0.5s ease-out;
}
.DiningCulinarySuperlativesIMG p {
  text-align: left;
}
.DiningCulinarySuperlativesIMG p strong, /* Dining Images name color */
		.DiningCulinarySuperlativesIMG p span {
  /* Gastronomy price color change */
  color: rgb(1, 75, 66);
}
.DiningCulinarySuperlativesIMG:hover {
  /*box-shadow: inset rgba(1,75,66,1) 0 0 10px;
		border: none;*/
  /*border: 2px solid rgba(1,75,66,0.1);*/
  /*-moz-box-shadow: 0px -1px 3px 0px rgba(0,128,128,0.08), 5px 5px 3px 0px rgba(0,128,128,0.20);
		-webkit-box-shadow: 0px -1px 3px 0px rgba(0,128,128,0.08), 5px 5px 3px 0px rgba(0,128,128,0.20);
		box-shadow: 0px -1px 3px 0px rgba(0,128,128,0.08), 5px 5px 3px 0px rgba(0,128,128,0.20);		*/
  -moz-box-shadow: 0px -1px 3px 0px rgba(0, 75, 66, 0.3),
    8px 12px 15px 0px rgba(0, 75, 66, 0.5);
  -webkit-box-shadow: 0px -1px 3px 0px rgba(0, 75, 66, 0.3),
    8px 12px 15px 0px rgba(0, 75, 66, 0.5);
  box-shadow: 0px -1px 3px 0px rgba(0, 75, 66, 0.3),
    8px 12px 15px 0px rgba(0, 75, 66, 0.5);
}
.DiningCulinarySuperlativesIMG img {
  max-width: 176px;
}

.DiningRestaurantsIMG {
  display: inline-block;
  margin: auto 10px auto;
  border-radius: 3px;
  /*max-width:280px;*/
  max-width: 278px;
  vertical-align: top;
  margin-bottom: 15px;
  padding: 5px;
  -moz-box-shadow: 0px -1px 3px 0px rgba(0, 75, 66, 0.3),
    8px 12px 15px 0px rgba(0, 75, 66, 0.35);
  -webkit-box-shadow: 0px -1px 3px 0px rgba(0, 75, 66, 0.3),
    8px 12px 15px 0px rgba(0, 75, 66, 0.35);
  box-shadow: 0px -1px 3px 0px rgba(0, 75, 66, 0.3),
    8px 12px 15px 0px rgba(0, 75, 66, 0.35);
  transition: box-shadow 0.5s ease-out;
  /*transition: border 0.5s ease-out;*/
}
.DiningRestaurantsIMG img {
  margin-bottom: 0;
}
.DiningRestaurantsIMG h4,
.DiningCulinarySuperlativesIMG h4 {
  color: rgb(1, 75, 66);
  font-style: italic;
  margin-bottom: 0;
  margin-top: 3px;
  padding: 5px 0;
}
.DiningRestaurantsIMG p {
  margin: 0 auto;
  text-align: left;
  margin-top: 3px;
  padding-left: 5px;
}
.Rprice {
  font-size: 16px;
  font-weight: bold;
  text-align: left;
  padding-left: 5px;
  padding-top: 5px;
}
.Rprice span {
  color: rgb(1, 75, 66);
}
.DiningRestaurantsIMG:hover {
  /*box-shadow: inset rgba(1,75,66,1) 0 0 10px;*/
  /*border: 2px solid rgba(1,75,66,0.1);*/
  /*border: none;*/
  /*-moz-box-shadow: 0px -1px 3px 0px rgba(0,128,128,0.08), 5px 5px 3px 0px rgba(0,128,128,0.20);
		-webkit-box-shadow: 0px -1px 3px 0px rgba(0,128,128,0.08), 5px 5px 3px 0px rgba(0,128,128,0.20);
		box-shadow: 0px -1px 3px 0px rgba(0,128,128,0.08), 5px 5px 3px 0px rgba(0,128,128,0.20);		*/
  -moz-box-shadow: 0px -1px 3px 0px rgba(0, 75, 66, 0.3),
    8px 12px 15px 0px rgba(0, 75, 66, 0.5);
  -webkit-box-shadow: 0px -1px 3px 0px rgba(0, 75, 66, 0.3),
    8px 12px 15px 0px rgba(0, 75, 66, 0.5);
  box-shadow: 0px -1px 3px 0px rgba(0, 75, 66, 0.3),
    8px 12px 15px 0px rgba(0, 75, 66, 0.5);
}

#diningCulinarySuper {
  margin: 0 auto;
  /*max-width: 980px;*/ /* with of treats pic width;*/
  max-width: 100%;
}

#diningCulinarySuper .ui-collapsible-set {
  margin: 15px 3px 3px;
}
#diningCulinarySuper .ui-collapsible {
  border-radius: 3px;
  padding: 2px 0;
  margin-bottom: 5px;
  text-shadow: none;
}
#diningCulinarySuper .ui-collapsible .ui-btn {
  border-bottom: none;
  border-style: none;
  color: teal;
  text-shadow: none;
  box-shadow: none;
}

#diningCulinarySuper .ui-collapsible-heading {
  /*border: 1px solid teal;*/
}

#diningCulinarySuper .ui-collapsible-content {
  background: #f6f6f6;
  padding: 8px;
  border: none;
  border-top: 1px solid #ddd;
}

#diningCulinarySuper .ui-mini.ui-btn-icon-right:after {
  background-color: teal;
  -webkit-border-radius: 0;
  border-radius: 0;
}

#diningCulinarySuper .pkgDescription {
  background-color: teal;
  -webkit-border-radius: 0;
  border-radius: 0;
}

.themeddinnerbox {
  display: inline-block;
  margin: 0 auto;
  max-width: 278px;
  height: 398px;
  background-color: #fff;
  vertical-align: top;
  text-align: center;
  padding: 10px;
  margin-bottom: 38px;
  margin-top: 20px;
  margin-left: 15px;
  border-radius: 3px;
  -moz-box-shadow: 0px -1px 3px 0px rgba(0, 75, 66, 0.2),
    8px 12px 15px 0px rgba(0, 75, 66, 0.25);
  -webkit-box-shadow: 0px -1px 3px 0px rgba(0, 75, 66, 0.2),
    8px 12px 15px 0px rgba(0, 75, 66, 0.25);
  box-shadow: 0px -1px 3px 0px rgba(0, 75, 66, 0.2),
    8px 12px 15px 0px rgba(0, 75, 66, 0.25);
  transition: box-shadow 0.2s ease-out;
}
.themeddinnerbox h3 {
  text-align: center;
}
.themeddinnerbox h4 {
  margin-top: 10px;
  color: rgb(1, 75, 66);
  text-align: center;
  /*background: url(pbayImages/gauze.png) #ececec;*/
  padding: 3px;
}
.themeddinnerbox p {
  text-align: left;
}
.themeddinnerbox:hover {
  /*-moz-box-shadow: 0px -1px 3px 0px rgba(0,128,128,0.08), 5px 5px 3px 0px rgba(0,128,128,0.20);
		-webkit-box-shadow: 0px -1px 3px 0px rgba(0,128,128,0.08), 5px 5px 3px 0px rgba(0,128,128,0.20);
		box-shadow: 0px -1px 3px 0px rgba(0,128,128,0.08), 5px 5px 3px 0px rgba(0,128,128,0.20);		*/
  -moz-box-shadow: 0px -1px 3px 0px rgba(0, 75, 66, 0.3),
    8px 12px 15px 0px rgba(0, 75, 66, 0.5);
  -webkit-box-shadow: 0px -1px 3px 0px rgba(0, 75, 66, 0.3),
    8px 12px 15px 0px rgba(0, 75, 66, 0.5);
  box-shadow: 0px -1px 3px 0px rgba(0, 75, 66, 0.3),
    8px 12px 15px 0px rgba(0, 75, 66, 0.5);
}

.viewMenu {
  max-width: 170px;
  margin: 0 auto;
  color: teal !important;
  font-size: 18px;
}
.viewMenu.ui-link.ui-btn {
  border: none;
  border-radius: 0;
}
a.viewMenu.ui-btn-icon-right:after {
  background-color: teal !important;
  -webkit-border-radius: 0;
  border-radius: 11px !important;
}

#alienMenu .rest-menu-section:nth-child(n + 2) {
  display: none;
}

.RestDescriptionBox {
  max-width: 1000px;
  margin: 0 auto;
}

.RestDescriptionBox > h3 {
  text-align: center;
  background-color: rgba(242, 187, 44, 0.3);
}

.RestDescriptionBox .RestDescription {
  background-color: #fff;
  padding: 15px;
  margin: 0;
}

.RestPicture_Desc {
  padding: 0;
}

/* Restaurant-specific styles */
#Kilimanjaro .RestPicture_Desc {
  background-color: #f9f2e6;
}

div.Menu {
  border: 1px solid rgba(242, 187, 44, 0.3);
  width: 100%;
  box-sizing: border-box;
  max-width: 100%;
  overflow: hidden;
}

.color-light {
  color: #999;
}

.Menu .ui-tabs-nav {
  background-color: rgba(242, 187, 44, 0.1);
}

/* Restaurant-specific menu tabs styling */
#Kilimanjaro .Menu ul,
#Fiji .Menu ul,
#Palermo .Menu ul,
#Route66 .Menu ul,
#Route66Diner .Menu ul,
#AlienAbduction .Menu ul {
  display: flex;
  flex-wrap: wrap;
  gap: 0;
  padding: 0;
  border-radius: 4px 4px 0 0;
  list-style: none;
  margin: 0;
  width: 100%;
  box-sizing: border-box;
}

#Kilimanjaro .Menu ul li,
#Fiji .Menu ul li,
#Palermo .Menu ul li,
#Route66 .Menu ul li,
#Route66Diner .Menu ul li,
#AlienAbduction .Menu ul li {
  flex: 1 1 0;
  margin: 0;
  padding: 0;
  display: flex;
}

#Kilimanjaro .Menu ul li a,
#Fiji .Menu ul li a,
#Palermo .Menu ul li a,
#Route66 .Menu ul li a,
#Route66Diner .Menu ul li a,
#AlienAbduction .Menu ul li a {
  display: flex;
  padding: 12px 10px;
  text-align: center;
  text-decoration: none;
  color: #333;
  font-weight: 500;
  border-radius: 0;
  transition: all 0.3s ease;
  justify-content: center;
  align-items: center;
  box-sizing: border-box;
  box-shadow: inset 0 -2px 0 rgba(0, 0, 0, 0.05),
    inset -1px 0 0 rgba(0, 0, 0, 0.03);
  min-height: 48px;
  width: 100%;
  height: 100%;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  border: none;
  position: relative;
}

/* Remove right shadow from last button in each row */
#Kilimanjaro .Menu ul li:last-child a,
#Fiji .Menu ul li:last-child a,
#Palermo .Menu ul li:last-child a,
#Route66 .Menu ul li:last-child a,
#Route66Diner .Menu ul li:last-child a,
#AlienAbduction .Menu ul li:last-child a {
  box-shadow: inset 0 -2px 0 rgba(0, 0, 0, 0.05);
}

#Kilimanjaro .Menu ul li a:hover,
#Fiji .Menu ul li a:hover,
#Palermo .Menu ul li a:hover,
#Route66 .Menu ul li a:hover,
#Route66Diner .Menu ul li a:hover,
#AlienAbduction .Menu ul li a:hover {
  background-color: rgba(255, 255, 255, 0.7);
  box-shadow: inset 0 -3px 0 rgba(0, 0, 0, 0.1),
    inset -1px 0 0 rgba(0, 0, 0, 0.05);
  transform: translateY(-1px);
}

#Kilimanjaro .Menu ul li:last-child a:hover,
#Fiji .Menu ul li:last-child a:hover,
#Palermo .Menu ul li:last-child a:hover,
#Route66 .Menu ul li:last-child a:hover,
#Route66Diner .Menu ul li:last-child a:hover,
#AlienAbduction .Menu ul li:last-child a:hover {
  box-shadow: inset 0 -3px 0 rgba(0, 0, 0, 0.1);
}

#Kilimanjaro .Menu ul li a:active,
#Fiji .Menu ul li a:active,
#Palermo .Menu ul li a:active,
#Route66 .Menu ul li a:active,
#Route66Diner .Menu ul li a:active,
#AlienAbduction .Menu ul li a:active {
  box-shadow: inset 0 2px 3px rgba(0, 0, 0, 0.1),
    inset -1px 0 0 rgba(0, 0, 0, 0.03);
  transform: translateY(1px);
}

#Kilimanjaro .Menu ul li:last-child a:active,
#Fiji .Menu ul li:last-child a:active,
#Palermo .Menu ul li:last-child a:active,
#Route66 .Menu ul li:last-child a:active,
#Route66Diner .Menu ul li:last-child a:active,
#AlienAbduction .Menu ul li:last-child a:active {
  box-shadow: inset 0 2px 3px rgba(0, 0, 0, 0.1);
}

/* Add a subtle left border to create separation between buttons */
#Kilimanjaro .Menu ul li:not(:first-child) a,
#Fiji .Menu ul li:not(:first-child) a,
#Palermo .Menu ul li:not(:first-child) a,
#Route66 .Menu ul li:not(:first-child) a,
#Route66Diner .Menu ul li:not(:first-child) a,
#AlienAbduction .Menu ul li:not(:first-child) a {
  border-left: 1px solid rgba(0, 0, 0, 0.03);
}

/* Styles for selected/active buttons */
#Kilimanjaro .Menu ul li a.selected,
#Kilimanjaro .Menu ul li a:target,
#Fiji .Menu ul li a.selected,
#Fiji .Menu ul li a:target,
#Palermo .Menu ul li a.selected,
#Palermo .Menu ul li a:target,
#Route66 .Menu ul li a.selected,
#Route66 .Menu ul li a:target,
#Route66Diner .Menu ul li a.selected,
#Route66Diner .Menu ul li a:target,
#AlienAbduction .Menu ul li a.selected,
#AlienAbduction .Menu ul li a:target {
  font-weight: 700;
  color: #000;
  transform: translateY(0);
  box-shadow: inset 0 -4px 0 rgba(0, 0, 0, 0.2),
    inset -1px 0 0 rgba(0, 0, 0, 0.05);
  position: relative;
  z-index: 2;
}

#Kilimanjaro .Menu ul li:last-child a.selected,
#Kilimanjaro .Menu ul li:last-child a:target,
#Fiji .Menu ul li:last-child a.selected,
#Fiji .Menu ul li:last-child a:target,
#Palermo .Menu ul li:last-child a.selected,
#Palermo .Menu ul li:last-child a:target,
#Route66 .Menu ul li:last-child a.selected,
#Route66 .Menu ul li:last-child a:target,
#Route66Diner .Menu ul li:last-child a.selected,
#Route66Diner .Menu ul li:last-child a:target,
#AlienAbduction .Menu ul li:last-child a.selected,
#AlienAbduction .Menu ul li:last-child a:target {
  box-shadow: inset 0 -4px 0 rgba(0, 0, 0, 0.2);
}

/* Restaurant-specific colors */
#Kilimanjaro .Menu ul {
  background-color: #f9f2e6; /* Kilimanjaro's beige */
  border-bottom: 1px solid rgba(249, 242, 230, 0.8);
}

#Kilimanjaro .Menu ul li a {
  background-color: #fcf9f2; /* Lighter shade of Kilimanjaro's beige */
}

#Kilimanjaro .Menu ul li a.selected,
#Kilimanjaro .Menu ul li a:target {
  background-color: #f5ece0; /* Slightly darker shade for selected state */
  border-bottom: none;
}

#Fiji .Menu ul {
  background-color: #e6f2f9; /* Fiji's blue */
  border-bottom: 1px solid rgba(230, 242, 249, 0.8);
}

#Fiji .Menu ul li a {
  background-color: #f0f7fc; /* Lighter shade of Fiji's blue */
}

#Fiji .Menu ul li a.selected,
#Fiji .Menu ul li a:target {
  background-color: #daeaf5; /* Slightly darker shade for selected state */
  border-bottom: none;
}

#Palermo .Menu ul {
  background-color: #f9e6e6; /* Palermo's pink */
  border-bottom: 1px solid rgba(249, 230, 230, 0.8);
}

#Palermo .Menu ul li a {
  background-color: #fcf0f0; /* Lighter shade of Palermo's pink */
}

#Palermo .Menu ul li a.selected,
#Palermo .Menu ul li a:target {
  background-color: #f5dada; /* Slightly darker shade for selected state */
  border-bottom: none;
}

#Route66 .Menu ul,
#Route66Diner .Menu ul {
  background-color: #e6f9e9; /* Route66's green */
  border-bottom: 1px solid rgba(230, 249, 233, 0.8);
}

#Route66 .Menu ul li a,
#Route66Diner .Menu ul li a {
  background-color: #f0fcf2; /* Lighter shade of Route66's green */
}

#Route66 .Menu ul li a.selected,
#Route66 .Menu ul li a:target,
#Route66Diner .Menu ul li a.selected,
#Route66Diner .Menu ul li a:target {
  background-color: #daf5de; /* Slightly darker shade for selected state */
  border-bottom: none;
}

#AlienAbduction .Menu ul {
  background-color: #f2e6f9; /* AlienAbduction's purple */
  border-bottom: 1px solid rgba(242, 230, 249, 0.8);
}

#AlienAbduction .Menu ul li a {
  background-color: #f7f0fc; /* Lighter shade of AlienAbduction's purple */
}

#AlienAbduction .Menu ul li a.selected,
#AlienAbduction .Menu ul li a:target {
  background-color: #eddaf5; /* Slightly darker shade for selected state */
  border-bottom: none;
}

/* Menu code blocks styling for Kilimanjaro */
#Kilimanjaro .rest-menu-items {
  background-color: #f5ece0; /* Match selected button color */
  border-radius: 4px;
  padding: 10px;
  margin-bottom: 15px;
  border-left: 3px solid #f9f2e6;
  position: relative;
  z-index: 1;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.05);
}

/* Menu code blocks styling for Fiji */
#Fiji .rest-menu-items {
  background-color: #daeaf5; /* Match selected button color */
  border-radius: 4px;
  padding: 10px;
  margin-bottom: 15px;
  border-left: 3px solid #e6f2f9;
  position: relative;
  z-index: 1;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.05);
}

/* Menu code blocks styling for Palermo */
#Palermo .rest-menu-items {
  background-color: #f5dada; /* Match selected button color */
  border-radius: 4px;
  padding: 10px;
  margin-bottom: 15px;
  border-left: 3px solid #f9e6e6;
  position: relative;
  z-index: 1;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.05);
}

/* Menu code blocks styling for Route66 */
#Route66 .rest-menu-items,
#Route66Diner .rest-menu-items {
  background-color: #daf5de; /* Match selected button color */
  border-radius: 4px;
  padding: 10px;
  margin-bottom: 15px;
  border-left: 3px solid #e6f9e9;
  position: relative;
  z-index: 1;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.05);
}

/* Menu code blocks styling for AlienAbduction */
#AlienAbduction .rest-menu-items {
  background-color: #eddaf5; /* Match selected button color */
  border-radius: 4px;
  padding: 10px;
  margin-bottom: 15px;
  border-left: 3px solid #f2e6f9;
  position: relative;
  z-index: 1;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.05);
}

#AlienAbduction .rest-menu-item {
  background-color: #ffffff;
  border-radius: 4px;
  margin-bottom: 8px;
  padding: 8px;
  border: 1px solid rgba(242, 230, 249, 0.5);
}

/* Restaurant-specific menu legend styling */
#Kilimanjaro .menu_legend {
  background-color: #f5ece0; /* Match selected button color */
  border: 1px solid rgba(249, 242, 230, 0.5);
  border-top: 0;
}

#Fiji .menu_legend {
  background-color: #daeaf5; /* Match selected button color */
  border: 1px solid rgba(230, 242, 249, 0.5);
  border-top: 0;
}

#Palermo .menu_legend {
  background-color: #f5dada; /* Match selected button color */
  border: 1px solid rgba(249, 230, 230, 0.5);
  border-top: 0;
}

#Route66 .menu_legend,
#Route66Diner .menu_legend {
  background-color: #daf5de; /* Match selected button color */
  border: 1px solid rgba(230, 249, 233, 0.5);
  border-top: 0;
}

#AlienAbduction .menu_legend {
  background-color: #eddaf5; /* Match selected button color */
  border: 1px solid rgba(242, 230, 249, 0.5);
  border-top: 0;
}

div.legend_label {
  /* border: 1px solid; */
  display: inline-flex;
  flex-direction: row;
  align-items: center;
  justify-content: flex-start;
  padding: 4px 15px 4px 0;
}

.menu_legend {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 15px 20px;
}

.menu_legend img.legendImg {
  width: 23px;
  padding-right: 8px;
  flex-shrink: 0;
}

@media only screen and (max-width: 600px) {
  .menu_legend {
    align-items: flex-start;
    padding: 15px 20px;
  }
}
/* @media only screen and (max-width: 600px){
.RestPicture_Desc {
	padding-left: 0;
	padding-right: 0;
} */
/*.Menu{
	border: 2px solid rgb(246, 247, 248);
}

.Menu.ui-tabs{
	padding: 0;
}

.Menu.ui-tabs .ui-tabs-nav{
	padding-top: 0;
	padding-bottom:5px
}*/

/*#palermoMenu .rest-menu-section:nth-child(n+2){
	display: none;
}*/
/*#tapas .rest-menu-item:nth-child(n+5),
#palPasta .rest-menu-item:nth-child(n+5),
#steak .rest-menu-item:nth-child(n+5){
	display: none;
}*/

/* ---------------------------- Tumoy sa DINING ---------------------------------- */

/* Restaurant Styles from index.php */
/* Base Typography Settings */
html {
  font-size: 16px; /* Base font size */
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
}

body {
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto,
    Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
  line-height: 1.6;
  color: #333;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

/* Fluid Typography - scales smoothly between viewport sizes */
@media screen and (min-width: 320px) {
  html {
    font-size: calc(16px + 2 * ((100vw - 320px) / 880));
  }
}

@media screen and (min-width: 1200px) {
  html {
    font-size: 18px;
  }
}

.menuButton {
  background-color: #7a7a7a;
  text-indent: 0;
  border: 1px solid #000;
  color: #fff;
  font-size: 0.9375rem;
  font-weight: bold;
}
.menuButton:hover {
  background-color: #474747;
}
.menuButton:active {
  position: relative;
  top: 1px;
}
.overlay {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  /*background: rgba(255,255,255,0.80);*/
}
.overlay div {
  text-align: center;
  position: relative;
  top: 60px;
  height: 100%;
  width: 100%;
  font-size: 5rem;
}

.overlay a {
  font-weight: 300;
  text-decoration: none;
  display: block;
  color: #1d1f20;
  margin-right: 40px;
  list-style: none;
}
.overlay-close {
  width: 150px;
  height: 45px;
  position: absolute;
  right: 10px;
  top: 10px;
  border: 1px solid #000;
  font-size: 0.875rem;
}
.overlay-data {
  opacity: 0;
  visibility: hidden;
  -webkit-transition: opacity 0.5s;
  transition: opacity 0.5s;
  visibility: 0s 0.5s;
  transition: opacity 0.5s, visibility 0s 0.5s;
  /*background-color: #000;*/
}
.overlay-open {
  opacity: 1;
  visibility: visible;
  -webkit-transition: opacity 0.5s;
  transition: opacity 0.5s;
}

/* Restaurant Logos Grid */
.restaurant-logos-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 20px;
  margin: 1.875rem auto;
  max-width: 900px;
}

.logo-item {
  text-align: center;
  border-radius: 0px;
  padding: 1.5625rem;
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 150px;
  min-width: 200px;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
  transition: transform 0.3s ease;
}

.logo-item:hover {
  transform: translateY(-5px);
}

.logo-kilimanjaro {
  background-color: #f9f2e6; /* Warm beige pastel */
}

.logo-fiji {
  background-color: #e6f2f9; /* Light blue pastel */
}

.logo-palermo {
  background-color: #f9e6e6; /* Light red/pink pastel */
}

.logo-route66 {
  background-color: #e6f9e9; /* Light green pastel */
}

.logo-item img {
  max-width: 100%;
  height: auto;
  display: block;
  margin: 0 auto;
  max-height: 130px;
  object-fit: contain;
}

/* Small screens (≤600px): 1 column */
@media (max-width: 600px) {
  .restaurant-logos-grid {
    grid-template-columns: 1fr;
  }
}

/* Image-Text Container Styles */
.image-text-container {
  margin: 1.875rem 0;
}

.responsive-image {
  max-width: 100%;
  height: auto;
  display: block;
}

.text-wrapper {
  padding: 0.625rem 0;
}

.text-wrapper p {
  margin: 0;
  padding-bottom: 0;
  padding-top: 0;
  font-size: 1.2rem;
  line-height: 1.7;
  color: #333;
  max-width: 70ch;
  text-shadow: none;
  font-weight: norma;
}

/* Medium screens and above (≥768px): side-by-side layout */
@media (min-width: 768px) {
  .image-text-container {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 30px;
    align-items: center;
  }

  /* Second pair: text left, image right */
  .second-pair .text-wrapper {
    grid-column: 1;
    grid-row: 1;
  }

  .second-pair .image-wrapper {
    grid-column: 2;
    grid-row: 1;
  }
}

/* Small screens: stack vertically */
@media (max-width: 767px) {
  .image-text-container {
    display: flex;
    flex-direction: column;
    gap: 1px;
    margin-left: -15px;
    margin-right: -15px;
    width: 100vw;
  }

  .image-wrapper {
    width: 100%;
  }

  .responsive-image {
    width: 100%;
    max-width: 100vw;
    object-fit: cover;
  }

  .text-wrapper {
    margin-top: 1.5rem; /* Increased from 0.625rem to 1.5rem for more space */
    padding: 0 15px;
    margin-left: 1.5rem; /* Added margin-left from the original file */
  }

  /* Add more top margin to text that appears below images in mobile view */
  .text-wrapper p {
    font-size: 1rem;
    line-height: 1.6;
    margin-top: 0; /* Reset this since we're adding margin to the wrapper */
    padding-top: 0.5rem; /* Add some padding inside the text wrapper */
    padding-bottom: 0.5rem; /* Add some padding inside the text wrapper */
  }

  /* Ensure image always comes first on small screens */
  .second-pair {
    display: flex;
    flex-direction: column;
  }

  .second-pair .text-wrapper {
    order: 2;
  }

  .second-pair .image-wrapper {
    order: 1;
  }

  /* Fix for restaurant sections */
  #Kilimanjaro,
  #Fiji,
  #Palermo,
  #Route66,
  #Route66Diner,
  #AlienAbduction {
    width: 100%;
    box-sizing: border-box;
    padding: 0 5px;
  }

  /* Fix for restaurant description boxes */
  .RestDescriptionBox {
    max-width: 100%;
    padding: 0 10px;
    box-sizing: border-box;
  }

  /* Fix for restaurant images */
  .IpatungaDblock {
    max-width: 100%;
    height: auto;
  }
}

@media (max-width: 480px) {
  .text-wrapper {
    margin-top: 2rem; /* Even more space on smaller screens */
    margin-left: 1.5rem; /* Added margin-left from the original file */
  }

  .text-wrapper p {
    font-size: 0.95rem;
    line-height: 1.5;
    margin-top: 0; /* Keep this at 0 since we're adding margin to the wrapper */
  }
}

/* Food Links Grid Styles */
.food-links-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 15px;
  margin: 1.5rem 1.25rem;
  justify-content: center;
}

.food-button {
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding: 0.75rem 0.5rem;
  border-radius: 8px;
  text-decoration: none;
  font-weight: 500;
  color: #333;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
  transition: all 0.3s ease;
  font-size: 0.9375rem;
  min-height: 3.3rem; /* Added fixed height to ensure all buttons have the same height */
}

.food-button:hover {
  transform: translateY(-3px);
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.15);
}

/* Food-themed pastel colors */
.food-button.mediterranean {
  background-color: #f2e6d9; /* Olive/bread pastel */
}

.food-button.steaks {
  background-color: #f9e0e0; /* Medium-rare steak pastel */
}

.food-button.global {
  background-color: #e6f2e9; /* Herb/spice pastel */
}

.food-button.best {
  background-color: #f2ecd9; /* Golden butter pastel */
}

.food-button.ice-cream {
  background-color: #e6e9f9; /* Blueberry ice cream pastel */
}

.food-button.filipino-food {
  background-color: #f2e6d9; /* Olive/bread pastel */
}

.food-button.practices {
  background-color: #f9e6f0; /* Berry/fruit pastel */
}

.food-button.farm-to-table {
  background-color: #e6f7ea; /* Fresh greens pastel */
}

.food-button.vegans-diabetics-dieters {
  background-color: #e0f7fa; /* Healthy cyan pastel */
}

.food-button.plantationprime {
  background-color: #f3e5f5; /* Premium purple pastel */
}

/* Culinary Memberships Section Styles */
.culinary-memberships {
  margin: 3.75rem auto;
  max-width: 1000px;
  padding: 2.5rem;
  background: linear-gradient(to bottom, #fcfaf7, #f5f1e8);
  border-radius: 12px;
  box-shadow: 0 8px 30px rgba(0, 0, 0, 0.08);
  position: relative;
  overflow: hidden;
  border: 1px solid rgba(212, 175, 55, 0.2);
}

.membership-title {
  text-align: center;
  font-size: 1.625rem;
  color: #3a3a3a;
  margin-bottom: 2.5rem;
  font-weight: 500;
  letter-spacing: 0.05em;
  position: relative;
  padding-bottom: 1.125rem;
  font-family: "Playfair Display", Georgia, serif;
}

.membership-title:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 100px;
  height: 2px;
  background: linear-gradient(
    to right,
    rgba(212, 175, 55, 0.2),
    #d4af37,
    rgba(212, 175, 55, 0.2)
  );
}

.membership-container {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  gap: 20px;
}

.membership-item {
  display: flex;
  flex-direction: column;
  align-items: center;
  max-width: 380px;
  transition: all 0.4s ease;
  padding: 1.25rem;
  border-radius: 8px;
}

.membership-item:hover {
  transform: translateY(-5px);
  background-color: rgba(255, 255, 255, 0.7);
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
}

.membership-divider {
  width: 1px;
  height: 150px;
  background: linear-gradient(
    to bottom,
    rgba(212, 175, 55, 0.1),
    rgba(212, 175, 55, 0.5),
    rgba(212, 175, 55, 0.1)
  );
  margin: 0 10px;
}

.membership-logo {
  margin-bottom: 1.25rem;
  padding: 1.25rem;
  background-color: white;
  border-radius: 8px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.05);
  display: flex;
  align-items: center;
  justify-content: center;
  height: 130px;
  width: 100%;
  border: 1px solid rgba(212, 175, 55, 0.15);
  transition: all 0.3s ease;
}

.membership-item:hover .membership-logo {
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.08);
  border-color: rgba(212, 175, 55, 0.3);
}

.membership-logo img {
  max-height: 100px;
  max-width: 100%;
  object-fit: contain;
  transition: transform 0.3s ease;
}

.membership-item:hover .membership-logo img {
  transform: scale(1.05);
}

.membership-name {
  text-align: center;
}

.membership-name p {
  font-size: 1.0625rem;
  font-weight: 600;
  color: #333;
  margin-bottom: 0.625rem;
  letter-spacing: 0.0375em;
  text-transform: uppercase;
  font-family: "Playfair Display", Georgia, serif;
}

.membership-description {
  font-size: 0.875rem;
  color: #666;
  font-style: italic;
  display: block;
  line-height: 1.5;
  max-width: 320px;
  text-align: center;
}

/* Restaurant Intro Styles */
.restaurant-intro {
  background: linear-gradient(
    to right,
    rgba(255, 255, 255, 0.9),
    rgba(249, 242, 230, 0.9)
  );
  padding: 1.5625rem 1.875rem;
  margin: 1.25rem 0 1.875rem;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.05);
  position: relative;
  overflow: hidden;
}

.restaurant-intro-content {
  font-size: 1.05rem;
  line-height: 1.7;
  color: #333;
  position: relative;
  z-index: 1;
}

.restaurant-name {
  font-weight: 600;
  color: #333;
}

.restaurant-description {
  color: #555;
}

.restaurant-intro-footer {
  font-style: italic;
  margin-top: 0.9375rem;
  color: #666;
  font-size: 0.95rem;
  text-align: right;
}

/* Standardized Heading Styles */
h1.leoxTitle {
  font-family: "Playfair Display", Georgia, serif;
  letter-spacing: 0.03125em;
  color: #333;
  font-size: 2.25rem;
  margin-bottom: 2.5rem;
  font-weight: 600;
  text-align: center;
}

h3,
h4 {
  font-family: "Playfair Display", Georgia, serif;
  color: #2e8b57;
  font-size: 1.5rem;
  font-weight: 600;
  letter-spacing: 0.03125em;
  margin: 1.875rem 0 0.9375rem;
}

/* Consistent spacing for all sections */
.spacer30px {
  height: 1.875rem;
  clear: both;
}

/* Consistent text highlighting for restaurant names */
.restaurant-highlight {
  font-weight: 600;
  padding: 0.125rem 0.3125rem;
  border-radius: 4px;
  display: inline-block;
  transition: background-color 0.2s ease;
}

.restaurant-highlight:hover {
  opacity: 0.9;
}

.highlight-kilimanjaro {
  background-color: #f9f2e6; /* Warm beige pastel - matches logo background */
}

.highlight-fiji {
  background-color: #e6f2f9; /* Light blue pastel - matches logo background */
}

.highlight-palermo {
  background-color: #f9e6e6; /* Light red/pink pastel - matches logo background */
}

.highlight-route66 {
  background-color: #e6f9e9; /* Light green pastel - matches logo background */
}

/* Improve readability with better text contrast */
.txtDarkGreen {
  color: #1e6e44;
  font-weight: 600;
}

.iItalic {
  font-style: italic;
  letter-spacing: 0.02em;
}

/* Video container responsive improvements */
.video-container {
  margin: 1.875rem 0;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
  border-radius: 4px;
  overflow: hidden;
}

/* Content section styling */
.content-section {
  max-width: 900px;
  margin: 0 auto;
  padding: 0 1rem;
}

.content-section p {
  font-size: 1.05rem;
  line-height: 1.7;
  margin-bottom: 1.25rem;
  /* max-width: 70ch; */
  color: #333;
}

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

/* Responsive adjustments for food links grid */
@media (max-width: 768px) {
  .food-links-grid {
    grid-template-columns: repeat(2, 1fr);
    /* margin-left: 15px;
    margin-right: 15px; */
  }

  .food-button {
    font-size: 0.875rem;
    padding: 0.625rem 0.375rem;
    min-height: 3rem; /* Adjusted height for smaller screens */
  }

  html {
    font-size: 15px;
  }

  h1.leoxTitle {
    font-size: 1.75rem;
    margin-bottom: 1.875rem;
  }

  h3 {
    font-size: 1.3rem;
    margin: 1.5rem 0 0.75rem;
  }

  p,
  .content-section p {
    font-size: 1rem;
    line-height: 1.6;
  }

  .content-section {
    padding: 0 0.75rem;
  }

  .restaurant-highlight {
    padding: 0.125rem 0.25rem;
  }

  .restaurant-intro {
    padding: 1.25rem;
  }

  .restaurant-intro-title {
    font-size: 1.3rem;
  }

  .restaurant-intro-content {
    font-size: 1rem;
    line-height: 1.6;
  }
}

@media (max-width: 480px) {
  .food-links-grid {
    grid-template-columns: 1fr;
  }

  .food-button {
    padding: 0.75rem 0.5rem;
    font-size: 1rem;
    min-height: 2.8rem; /* Adjusted height for mobile screens */
  }

  html {
    font-size: 14px;
  }

  h1.leoxTitle {
    font-size: 1.5rem;
  }

  h3 {
    font-size: 1.2rem;
  }

  .restaurant-intro-content {
    font-size: 0.95rem;
  }

  .restaurant-intro {
    padding: 1rem 0.875rem;
  }

  .restaurant-intro-title {
    font-size: 1.2rem;
  }

  .membership-title {
    font-size: 1.375rem;
  }

  .culinary-memberships {
    padding: 1.5625rem 0.9375rem;
  }

  .membership-logo {
    height: 110px;
  }

  .membership-name p {
    font-size: 1rem;
  }
}

/* Responsive adjustments for memberships section */
@media (max-width: 900px) {
  .membership-container {
    flex-direction: column;
    align-items: center;
  }

  .membership-divider {
    width: 80%;
    height: 1px;
    margin: 0.625rem 0;
  }

  .membership-item {
    max-width: 100%;
  }

  .culinary-memberships {
    padding: 1.875rem 1.25rem;
    margin: 2.5rem 15px;
  }

  .membership-title {
    font-size: 1.5rem;
    margin-bottom: 1.875rem;
  }
}

/* Logo Styling for h2 elements */
h2.logo-header {
  text-align: center;
  border-radius: 12px;
  padding: 1.5625rem;
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 180px;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
  transition: transform 0.3s ease;
  margin: 1.875rem auto;
  max-width: 400px;
}

h2.logo-header:hover {
  transform: translateY(-5px);
}

h2.logo-header img {
  max-width: 100%;
  height: auto;
  display: block;
  margin: 0 auto;
  max-height: 130px;
  object-fit: contain;
}

h2.logo-kilimanjaro {
  background-color: #f9f2e6; /* Warm beige pastel */
}

h2.logo-fiji {
  background-color: #e6f2f9; /* Light blue pastel */
}

h2.logo-palermo {
  background-color: #f9e6e6; /* Light red/pink pastel */
}

h2.logo-route66 {
  background-color: #e6f9e9; /* Light green pastel */
}

@media (max-width: 600px) {
  h2.logo-header {
    min-height: 150px;
    padding: 1.25rem;
  }

  h2.logo-header img {
    max-height: 100px;
  }
}

/*#palermoMenu .rest-menu-section:nth-child(n+2){
	display: none;
}*/

/* Fiji restaurant standard styling */
#Fiji {
  max-width: 100%;
  background-color: #e6f2f9; /* Light blue pastel - Fiji standard */
}

#Fiji h2.leoxTitle1,
#Fiji .RestPicture_Desc,
#Fiji .RestDescriptionBox,
#Fiji .Menu {
  background-color: #e6f2f9; /* Light blue pastel - Fiji standard */
}

/* Menu code blocks styling for Fiji */
#Fiji .rest-menu-items {
  background-color: #daeaf5; /* Match selected button color */
  border-radius: 4px;
  padding: 10px;
  margin-bottom: 15px;
  border-left: 3px solid #e6f2f9;
  position: relative;
  z-index: 1;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.05);
}

#Fiji .rest-menu-item {
  background-color: #ffffff;
  border-radius: 4px;
  margin-bottom: 8px;
  padding: 8px;
  border: 1px solid rgba(230, 242, 249, 0.5);
}

/* Palermo restaurant standard styling */
#Palermo {
  max-width: 100%;
  background-color: #f9e6e6; /* Light red/pink pastel - Palermo standard */
}

#Palermo h2.leoxTitle1,
#Palermo .RestPicture_Desc,
#Palermo .RestDescriptionBox,
#Palermo .Menu {
  background-color: #f9e6e6; /* Light red/pink pastel - Palermo standard */
}

/* Menu code blocks styling for Palermo */
#Palermo .rest-menu-items {
  background-color: #f5dada; /* Match selected button color */
  border-radius: 4px;
  padding: 10px;
  margin-bottom: 15px;
  border-left: 3px solid #f9e6e6;
  position: relative;
  z-index: 1;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.05);
}

#Palermo .rest-menu-item {
  background-color: #ffffff;
  border-radius: 4px;
  margin-bottom: 8px;
  padding: 8px;
  border: 1px solid rgba(249, 230, 230, 0.5);
}

/* Route66 restaurant standard styling */
#Route66,
#Route66Diner {
  max-width: 100%;
  background-color: #e6f9e9; /* Light green pastel - Route66 standard */
}

#Route66 h2.leoxTitle1,
#Route66 .RestPicture_Desc,
#Route66 .RestDescriptionBox,
#Route66 .Menu,
#Route66Diner h2.leoxTitle1,
#Route66Diner .RestPicture_Desc,
#Route66Diner .RestDescriptionBox,
#Route66Diner .Menu {
  background-color: #e6f9e9; /* Light green pastel - Route66 standard */
}

/* Menu code blocks styling for Route66 */
#Route66 .rest-menu-items,
#Route66Diner .rest-menu-items {
  background-color: #daf5de; /* Match selected button color */
  border-radius: 4px;
  padding: 10px;
  margin-bottom: 15px;
  border-left: 3px solid #e6f9e9;
  position: relative;
  z-index: 1;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.05);
}

#Route66 .rest-menu-item,
#Route66Diner .rest-menu-item {
  background-color: #ffffff;
  border-radius: 4px;
  margin-bottom: 8px;
  padding: 8px;
  border: 1px solid rgba(230, 249, 233, 0.5);
}

/* Add AlienAbduction restaurant styles */
#AlienAbduction .Menu ul {
  background-color: #f2e6f9; /* AlienAbduction's purple */
  border-bottom: 1px solid rgba(242, 230, 249, 0.8);
}

#AlienAbduction .Menu ul li {
  width: 100%;
}

#AlienAbduction .Menu ul li a {
  background-color: #f7f0fc; /* Lighter shade of AlienAbduction's purple */
  border: 1px solid rgba(242, 230, 249, 0.5);
  border-radius: 4px;
  transition: background-color 0.3s ease;
  display: block;
  width: 100%;
  padding: 10px;
  text-align: center;
  text-decoration: none;
  color: #333;
}

#AlienAbduction .Menu ul li a:hover {
  background-color: #ffffff;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
}

/* Complete AlienAbduction restaurant styling */
#AlienAbduction {
  max-width: 100%;
  background-color: #f2e6f9; /* AlienAbduction's purple */
}

#AlienAbduction h2.leoxTitle1,
#AlienAbduction .RestPicture_Desc,
#AlienAbduction .RestDescriptionBox,
#AlienAbduction .Menu {
  background-color: #f2e6f9; /* AlienAbduction's purple */
}

/* Menu code blocks styling for AlienAbduction */
#AlienAbduction .rest-menu-items {
  background-color: #eddaf5; /* Match selected button color */
  border-radius: 4px;
  padding: 10px;
  margin-bottom: 15px;
  border-left: 3px solid #f2e6f9;
  position: relative;
  z-index: 1;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.05);
}

#AlienAbduction .rest-menu-item {
  background-color: #ffffff;
  border-radius: 4px;
  margin-bottom: 8px;
  padding: 8px;
  border: 1px solid rgba(242, 230, 249, 0.5);
}

#AlienAbduction .menu_legend {
  background-color: #eddaf5; /* Match selected button color */
  border: 1px solid rgba(242, 230, 249, 0.5);
  border-top: 0;
}

/* Additional responsive fixes for mobile devices */
@media (max-width: 480px) {
  /* Fix for restaurant menu headers */
  h3.leoxTitle1.paddingBottom15 {
    font-size: 1.2rem;
    padding: 8px 5px;
    margin: 10px 0;
    text-align: center;
  }

  /* Fix for menu items display */
  /* .Menu ul {
    display: flex;
    flex-direction: column;
  } */

  .Menu ul li {
    width: 100%;
    margin-bottom: 2px;
  }

  .Menu ul li a {
    width: 100%;
    box-sizing: border-box;
    display: block;
    text-align: center;
  }

  /* Fix for restaurant images */
  .IpatungaDblock {
    max-width: 100%;
    height: auto;
  }

  /* Fix for restaurant sections */
  .leoxSudlanan {
    width: 100%;
    box-sizing: border-box;
    overflow: hidden;
  }

  /* Fix for restaurant description text */
  .RestDescription {
    font-size: 0.95rem;
    line-height: 1.5;
    padding: 10px !important;
  }

  /* Fix for restaurant highlight text */
  .restaurant-highlight {
    display: inline-block;
    margin-bottom: 5px;
    font-size: 0.95rem;
    padding: 2px 5px;
  }

  /* Fix for menu items */
  .rest-menu-items {
    padding: 8px 5px !important;
  }

  .rest-menu-item {
    padding: 6px !important;
  }

  /* Fix for restaurant description boxes */
  .RestDescriptionBox {
    max-width: 100%;
    padding: 0 10px;
    box-sizing: border-box;
  }

  /* Fix for restaurant logos */
  h2.leoxTitle1 img {
    max-width: 100%;
    height: auto;
  }

  /* Fix for FOUR DISTINCTIVE RESTAURANTS section */
  #FOUR_DISTINCTIVE_RESTAURANTS {
    padding: 0 5px;
    box-sizing: border-box;
  }
}

/* Extra fixes for very small screens */
@media (max-width: 360px) {
  /* Further reduce font sizes */
  .rest-menu-item-title {
    font-size: 0.95rem;
  }

  .rest-menu-item-desc {
    font-size: 0.85rem !important;
  }

  /* Adjust menu header padding */
  .menu-header-kilimanjaro,
  .menu-header-fiji,
  .menu-header-palermo,
  .menu-header-route66 {
    padding: 8px 3px;
  }

  /* Fix for restaurant highlight text */
  .restaurant-highlight {
    font-size: 0.9rem;
    padding: 2px 4px;
  }
}

/* Fix for menu headers with background colors */
.menu-header-kilimanjaro,
.menu-header-fiji,
.menu-header-palermo,
.menu-header-route66 {
  width: 100%;
  box-sizing: border-box;
  word-wrap: break-word;
  text-align: center;
}

@media (max-width: 480px) {
  /* Fix for menu headers with background colors */
  .menu-header-kilimanjaro,
  .menu-header-fiji,
  .menu-header-palermo,
  .menu-header-route66 {
    padding: 10px 5px;
    font-size: 1.2rem;
  }

  /* Fix for restaurant highlight text */
  .restaurant-highlight {
    display: inline-block;
    margin-bottom: 5px;
    font-size: 0.95rem;
    padding: 2px 5px;
  }

  /* Fix for FOUR DISTINCTIVE RESTAURANTS section */
  .FOUR_DISTINCTIVE_RESTAURANTS {
    padding: 0 5px;
    box-sizing: border-box;
  }
}

/* ===== Ice Cream Page Specific Styles ===== */
#icecream [data-role="content"] {
  background: linear-gradient(
    135deg,
    rgba(255, 255, 255, 0.9) 0%,
    rgba(252, 242, 232, 0.9) 100%
  );
  position: relative;
  overflow: hidden;
  padding-bottom: 30px;
}

#icecream [data-role="content"]:before {
  content: "";
  position: absolute;
  top: -50px;
  left: -50px;
  width: 300px;
  height: 300px;
  background: radial-gradient(
    circle,
    rgba(252, 228, 236, 0.6) 0%,
    rgba(252, 228, 236, 0) 70%
  );
  z-index: 0;
  animation: float 8s ease-in-out infinite;
}

#icecream [data-role="content"]:after {
  content: "";
  position: absolute;
  bottom: -50px;
  right: -50px;
  width: 250px;
  height: 250px;
  background: radial-gradient(
    circle,
    rgba(252, 228, 236, 0.4) 0%,
    rgba(252, 228, 236, 0) 70%
  );
  z-index: 0;
  animation: float 12s ease-in-out infinite reverse;
}

#icecream .ice-cream-container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 20px;
  font-family: "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
  color: #333;
  background: transparent;
  position: relative;
  z-index: 1;
}

#icecream .ice-cream-container:before {
  display: none;
}

#icecream .ice-cream-header {
  text-align: center;
  margin-bottom: 80px;
  position: relative;
  padding: 40px 20px;
  background: transparent;
  border-radius: 20px;
  overflow: hidden;
  z-index: 1;
}

#icecream .ice-cream-header:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 100px;
  height: 5px;
  background: linear-gradient(
    to right,
    rgba(248, 215, 218, 0),
    #f8d7da,
    #5a4a3f,
    #f8d7da,
    rgba(248, 215, 218, 0)
  );
  border-radius: 2.5px;
}

@keyframes float {
  0% {
    transform: translateY(0) rotate(0deg);
  }
  50% {
    transform: translateY(-20px) rotate(5deg);
  }
  100% {
    transform: translateY(0) rotate(0deg);
  }
}

@keyframes shimmer {
  0% {
    background-position: -100% 0;
  }
  100% {
    background-position: 200% 0;
  }
}

#icecream .ice-cream-header h1 {
  font-size: 42px;
  margin-bottom: 15px;
  color: #5a4a3f;
  font-weight: 800;
  letter-spacing: -0.5px;
  position: relative;
  display: inline-block;
  text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.1);
  z-index: 1;
}

#icecream .ice-cream-header h1:after {
  content: "";
  position: absolute;
  bottom: -5px;
  left: 0;
  width: 100%;
  height: 10px;
  background: linear-gradient(
    90deg,
    rgba(255, 235, 245, 0) 0%,
    rgba(255, 235, 245, 0.9) 50%,
    rgba(255, 235, 245, 0) 100%
  );
  background-size: 200% 100%;
  animation: shimmer 3s infinite;
  z-index: -1;
}

#icecream .ice-cream-header h2 {
  font-size: 28px;
  margin-top: 0;
  margin-bottom: 40px;
  color: #5a4a3f;
  font-weight: 400;
  font-style: italic;
  position: relative;
  display: inline-block;
  z-index: 1;
}

#icecream .ice-cream-header h2:before {
  content: "★";
  position: absolute;
  left: -30px;
  top: 50%;
  transform: translateY(-50%);
  color: #f8bbd0;
  font-size: 20px;
}

#icecream .ice-cream-header h2:after {
  content: "★";
  position: absolute;
  right: -30px;
  top: 50%;
  transform: translateY(-50%);
  color: #f8bbd0;
  font-size: 20px;
}

#icecream .ice-cream-header p {
  font-size: 18px;
  line-height: 1.8;
  margin-bottom: 20px;
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  z-index: 1;
  transition: transform 0.3s ease;
}

#icecream .ice-cream-header p:hover {
  transform: translateY(-3px);
}

/* Ice Cream Claim Styling */
#icecream .ice-cream-claim {
  max-width: 900px;
  margin: 3rem auto 8rem;
  position: relative;
  text-align: center;
  z-index: 2;
}

#icecream .scoop-container {
  position: relative;
  display: inline-flex;
  flex-direction: column;
  align-items: center;
  perspective: 1000px;
}

#icecream .scoop {
  width: 100%;
  max-width: 450px;
  height: auto;
  border-radius: 50%;
  padding: 32px;
  margin-bottom: -50px;
  position: relative;
  transform-style: preserve-3d;
  box-shadow: 0 12px 30px rgba(0, 0, 0, 0.12);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 3;
}

#icecream .scoop p {
  color: #fff;
  margin: 0;
  padding: 15px;
  text-align: center;
  font-weight: 500;
  line-height: 1.5;
  font-size: 20px;
  text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.2);
}

#icecream .scoop-1 {
  background: linear-gradient(135deg, #ffb6c1, #ff8da1);
  z-index: 5;
}

#icecream .scoop-2 {
  background: linear-gradient(135deg, #a87eb7, #835fa6);
  z-index: 4;
}

#icecream .scoop-3 {
  background: linear-gradient(135deg, #fad0c4, #f8b195);
  z-index: 3;
}

#icecream .resort-highlight {
  display: inline-block;
  position: relative;
  font-weight: 700;
  padding: 0 2px;
}

#icecream .resort-highlight:after {
  content: "";
  position: absolute;
  bottom: -2px;
  left: 0;
  width: 100%;
  height: 2px;
  background-color: rgba(255, 255, 255, 0.8);
}

#icecream .cone {
  width: 0;
  height: 0;
  border-left: 160px solid transparent;
  border-right: 160px solid transparent;
  border-top: 260px solid #d4aa7d;
  position: relative;
  z-index: 2;
  margin-top: -50px;
  filter: drop-shadow(0 18px 20px rgba(0, 0, 0, 0.15));
  overflow: hidden;
}

#icecream .cone:before {
  content: "";
  position: absolute;
  top: -260px;
  left: -160px;
  width: 320px;
  height: 260px;
  background-image: repeating-linear-gradient(
    45deg,
    transparent,
    transparent 14px,
    rgba(0, 0, 0, 0.07) 14px,
    rgba(0, 0, 0, 0.07) 28px
  );
}

/* Hover effects */
#icecream .scoop:hover {
  transform: translateY(-5px) scale(1.05);
  box-shadow: 0 15px 30px rgba(0, 0, 0, 0.15);
  z-index: 10;
}

#icecream .ice-cream-section {
  display: flex;
  flex-direction: row;
  margin-bottom: 70px;
  align-items: stretch;
  overflow: hidden;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.15);
  position: relative;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  background: #fff;
}

#icecream .ice-cream-section:hover {
  transform: translateY(-5px);
  box-shadow: 0 15px 35px rgba(0, 0, 0, 0.2);
}

#icecream .ice-cream-image {
  flex: 1.2;
  padding: 0;
  position: relative;
  overflow: hidden;
  order: 1;
}

#icecream .ice-cream-info {
  flex: 1;
  padding: 35px;
  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: column;
  justify-content: center;
  order: 2;
}

#icecream .responsive-img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
  border-radius: 0;
  box-shadow: none;
  transition: transform 0.5s ease;
}

#icecream .ice-cream-image:hover .responsive-img {
  transform: scale(1.05);
}

#icecream .ice-cream-info h3 {
  font-size: 26px;
  margin-bottom: 25px;
  color: #5a4a3f;
  text-shadow: 1px 1px 1px rgba(255, 255, 255, 0.5);
  position: relative;
  padding-bottom: 15px;
  font-weight: 600;
}

#icecream .ice-cream-info h3:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 50px;
  height: 3px;
  background-color: rgba(90, 74, 63, 0.5);
  border-radius: 1.5px;
}

#icecream .ice-cream-info ul {
  list-style: none;
  padding-left: 5px;
  margin-top: 15px;
}

#icecream .ice-cream-info li {
  font-size: 17px !important;
  margin-bottom: 16px;
  line-height: 1.5;
  text-shadow: 0 0 1px rgba(255, 255, 255, 0.7);
  position: relative;
  padding-left: 35px;
  transition: all 0.3s ease;
  border-radius: 8px;
  padding-top: 3px;
  padding-bottom: 3px;
}

#icecream .ice-cream-info li:before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 20px;
  height: 20px;
  background: radial-gradient(
    circle at 60% 40%,
    #fff 25%,
    #5a4a3f 26%,
    #5a4a3f 100%
  );
  border-radius: 50%;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}

/* First section - cream/beige background for vanilla/classic ice cream */
#icecream .ice-cream-section:nth-child(1) .ice-cream-info {
  background: linear-gradient(
    135deg,
    rgba(245, 232, 199, 0.9),
    rgba(253, 247, 230, 0.9)
  );
  position: relative;
}

#icecream .ice-cream-section:nth-child(1) .ice-cream-info:before {
  content: "";
  position: absolute;
  top: 15px;
  right: 15px;
  width: 60px;
  height: 60px;
  background-image: radial-gradient(
    circle,
    rgba(245, 232, 199, 0.2) 30%,
    transparent 70%
  );
  border-radius: 50%;
  z-index: -1;
}

/* Second section - purple/lavender background for ube shake */
#icecream .ice-cream-section:nth-child(2) .ice-cream-info {
  background: linear-gradient(
    135deg,
    rgba(210, 180, 222, 0.9),
    rgba(230, 210, 240, 0.9)
  );
  position: relative;
}

#icecream .ice-cream-section:nth-child(2) .ice-cream-info:before {
  content: "";
  position: absolute;
  top: 15px;
  right: 15px;
  width: 60px;
  height: 60px;
  background-image: radial-gradient(
    circle,
    rgba(210, 180, 222, 0.2) 30%,
    transparent 70%
  );
  border-radius: 50%;
  z-index: -1;
}

#icecream .ice-cream-footer {
  text-align: center;
  margin-top: 40px;
  font-size: 18px;
  padding: 30px;
  background-color: #f9f5f0;
  border-radius: 10px;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0, 0.05);
}

#icecream .ice-cream-footer a.book-button {
  color: #5a4a3f;
  text-decoration: none;
  font-weight: 600;
  padding: 14px 28px;
  background-color: #fce4ec;
  border: 2px solid #f8bbd0;
  border-radius: 30px;
  transition: all 0.3s ease;
  display: inline-block;
  margin-top: 15px;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0, 0.1);
  position: relative;
  overflow: hidden;
  z-index: 1;
}

#icecream .ice-cream-footer a.book-button:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(
    45deg,
    #fce4ec,
    #f8bbd0,
    #f48fb1,
    #f8bbd0,
    #fce4ec
  );
  background-size: 400% 400%;
  z-index: -1;
  transition: all 0.5s ease;
  opacity: 0;
  border-radius: 28px;
}

#icecream .ice-cream-footer a.book-button:hover {
  color: #5a2d43;
  transform: translateY(-3px);
  box-shadow: 0 7px 14px rgba(0, 0, 0, 0.15);
  border-color: #f48fb1;
}

#icecream .ice-cream-footer a.book-button:hover:before {
  opacity: 1;
  animation: gradient 3s ease infinite;
}

@keyframes gradient {
  0% {
    background-position: 0% 50%;
  }
  50% {
    background-position: 100% 50%;
  }
  100% {
    background-position: 0% 50%;
  }
}

/* First section - cream/beige styling for vanilla/classic ice cream */
#icecream .ice-cream-section:nth-child(1) .ice-cream-info li:before {
  background: radial-gradient(
    circle at 60% 40%,
    #fff 25%,
    #d4b978 26%,
    #d4b978 100%
  );
}

#icecream .ice-cream-section:nth-child(1) .ice-cream-info li:hover {
  background-color: rgba(245, 232, 199, 0.5);
  transform: translateX(5px);
  padding-left: 40px;
}

/* Second section - purple/lavender styling for ube shake */
#icecream .ice-cream-section:nth-child(2) .ice-cream-info li:before {
  background: radial-gradient(
    circle at 60% 40%,
    #fff 25%,
    #a87eb7 26%,
    #a87eb7 100%
  );
}

#icecream .ice-cream-section:nth-child(2) .ice-cream-info li:hover {
  background-color: rgba(210, 180, 222, 0.5);
  transform: translateX(5px);
  padding-left: 40px;
}

#icecream .ice-cream-content {
  position: relative;
  z-index: 2;
}

#icecream .L_YourAreHere {
  position: relative;
  z-index: 2;
}

/* Responsive adjustments */
@media only screen and (max-width: 768px) and (min-width: 601px) {
  #icecream .ice-cream-header h1 {
    font-size: 28px;
  }

  #icecream .ice-cream-header h2 {
    font-size: 22px;
  }

  #icecream .ice-cream-header p {
    font-size: 16px;
  }

  #icecream .ice-cream-info h3 {
    font-size: 22px;
    padding-bottom: 12px;
    margin-bottom: 20px;
  }

  #icecream .ice-cream-info li {
    font-size: 16px !important;
    padding-left: 25px;
  }

  #icecream .ice-cream-footer {
    font-size: 16px;
    padding-left: 15px;
    padding-right: 15px;
    margin-left: 15px;
    margin-right: 15px;
  }

  #icecream .ice-cream-info {
    padding: 25px;
  }
}

@media only screen and (max-width: 768px) {
  #icecream [data-role="content"]:before,
  #icecream [data-role="content"]:after {
    width: 200px;
    height: 200px;
  }

  #icecream .ice-cream-container {
    padding: 15px;
  }

  #icecream .scoop {
    max-width: 360px;
    padding: 25px;
    margin-bottom: -40px;
  }

  #icecream .scoop p {
    font-size: 18px;
    padding: 12px;
  }

  #icecream .cone {
    border-left: 130px solid transparent;
    border-right: 130px solid transparent;
    border-top: 220px solid #d4aa7d;
    margin-top: -40px;
  }

  #icecream .cone:before {
    top: -220px;
    left: -130px;
    width: 260px;
    height: 220px;
    background-image: repeating-linear-gradient(
      45deg,
      transparent,
      transparent 12px,
      rgba(0, 0, 0, 0.07) 12px,
      rgba(0, 0, 0, 0.07) 24px
    );
  }

  #icecream .ice-cream-claim {
    max-width: 800px;
    margin: 2rem auto 7rem;
  }

  #icecream .ice-cream-header {
    padding: 30px 15px;
    margin-bottom: 60px;
  }

  #icecream .ice-cream-header h1 {
    font-size: 32px;
  }

  #icecream .ice-cream-header h2 {
    font-size: 22px;
    margin-bottom: 30px;
  }

  #icecream .ice-cream-header h2:before,
  #icecream .ice-cream-header h2:after {
    display: none;
  }
}

@media only screen and (max-width: 600px) {
  #icecream .ice-cream-container {
    padding-left: 0;
    padding-right: 0;
  }

  #icecream .ice-cream-header {
    padding-left: 15px;
    padding-right: 15px;
    margin-bottom: 40px;
  }

  #icecream .ice-cream-section {
    flex-direction: column;
    border-radius: 0;
    margin-left: 0;
    margin-right: 0;
    width: 100%;
    margin-bottom: 50px;
  }

  #icecream .ice-cream-image {
    width: 100%;
    order: 1;
  }

  #icecream .ice-cream-info {
    width: 100%;
    padding: 30px 0;
    text-align: center;
    order: 2;
  }

  #icecream .ice-cream-info h3 {
    text-align: center;
    font-size: 22px;
    padding-bottom: 12px;
    margin-bottom: 20px;
  }

  #icecream .ice-cream-info h3:after {
    left: 50%;
    transform: translateX(-50%);
    width: 60px;
  }

  #icecream .ice-cream-info ul {
    display: inline-block;
    text-align: left;
    margin: 0 auto;
    padding-left: 0;
    max-width: 80%;
  }

  #icecream .ice-cream-info li {
    padding-left: 35px;
    font-size: 16px !important;
    margin-bottom: 14px;
  }

  #icecream .ice-cream-info li:hover {
    transform: none;
    padding-left: 35px;
    background-color: transparent;
  }

  #icecream .ice-cream-footer {
    margin-left: 0;
    margin-right: 0;
    padding-left: 0;
    padding-right: 0;
    border-radius: 0;
    font-size: 16px;
  }

  #icecream .ice-cream-footer a.book-button {
    padding: 12px 24px;
    font-size: 16px;
    width: 80%;
    max-width: 300px;
  }
}

@media only screen and (max-width: 480px) {
  #icecream [data-role="content"]:before,
  #icecream [data-role="content"]:after {
    width: 150px;
    height: 150px;
  }

  #icecream [data-role="content"]:before {
    top: -30px;
    left: -30px;
  }

  #icecream [data-role="content"]:after {
    bottom: -30px;
    right: -30px;
  }

  #icecream .ice-cream-container {
    padding: 10px;
  }

  #icecream .scoop {
    max-width: 280px;
    padding: 18px;
    margin-bottom: -30px;
  }

  #icecream .scoop p {
    font-size: 15px;
    padding: 10px;
    line-height: 1.4;
  }

  #icecream .cone {
    border-left: 100px solid transparent;
    border-right: 100px solid transparent;
    border-top: 170px solid #d4aa7d;
    margin-top: -30px;
  }

  #icecream .cone:before {
    top: -170px;
    left: -100px;
    width: 200px;
    height: 170px;
    background-image: repeating-linear-gradient(
      45deg,
      transparent,
      transparent 10px,
      rgba(0, 0, 0, 0.07) 10px,
      rgba(0, 0, 0, 0.07) 20px
    );
  }

  #icecream .ice-cream-claim {
    max-width: 95%;
    margin: 1.5rem auto 6rem;
  }

  #icecream .ice-cream-header {
    padding: 25px 10px;
    margin-bottom: 40px;
    border-radius: 15px;
  }

  #icecream .ice-cream-header h1 {
    font-size: 26px;
  }

  #icecream .ice-cream-header h2 {
    font-size: 18px;
    margin-bottom: 25px;
  }

  #icecream .ice-cream-header p {
    font-size: 16px;
    line-height: 1.6;
  }

  #icecream .ice-cream-info h3 {
    font-size: 20px;
  }

  #icecream .ice-cream-info li {
    font-size: 15px !important;
    margin-bottom: 10px;
  }

  #icecream .ice-cream-footer a.book-button {
    padding: 6px 14px;
    font-size: 15px;
  }
}

/* ===== Steak Lovers Page Specific Styles ===== */
#dining .menuButton {
  background-color: #7a7a7a;
  text-indent: 0;
  border: 1px solid #000;
  color: #fff;
  font-size: 15px;
  font-weight: bold;
}

#dining .menuButton:hover {
  background-color: #474747;
}

#dining .menuButton:active {
  position: relative;
  top: 1px;
}

#dining .overlay {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}

#dining .overlay div {
  text-align: center;
  position: relative;
  top: 60px;
  height: 100%;
  width: 100%;
  font-size: 80px;
}

#dining .overlay a {
  font-weight: 300;
  text-decoration: none;
  display: block;
  color: #1d1f20;
  margin-right: 40px;
  list-style: none;
}

#dining .overlay-close {
  width: 150px;
  height: 45px;
  position: absolute;
  right: 10px;
  top: 10px;
  border: 1px solid #000;
  font-size: 14px;
}

#dining .overlay-data {
  opacity: 0;
  visibility: hidden;
  -webkit-transition: opacity 0.5s;
  transition: opacity 0.5s;
  visibility: 0s 0.5s;
  transition: opacity 0.5s, visibility 0s 0.5s;
}

#dining .overlay-open {
  opacity: 1;
  visibility: visible;
  -webkit-transition: opacity 0.5s;
  transition: opacity 0.5s;
}

#dining .steak-section {
  margin: 60px 0 20px 0;
  overflow: hidden;
}

#dining .steak-image {
  width: 100%;
  display: block;
  /* border-radius: 5px; */
  height: auto;
  object-fit: cover;
}

#dining .steak-text {
  margin-top: 15px;
}

/* Responsive list styling */
#dining .steak-text ul {
  list-style-type: none;
  padding-left: 0;
  margin: 1.5rem 0;
}

#dining .steak-text ul li {
  font-size: 1.05rem;
  line-height: 1.7;
  margin-bottom: 1.25rem;
  padding-left: 1.5rem;
  position: relative;
  font-family: "Playfair Display", Georgia, serif;
  text-align: justify;
  display: block;
  width: 100%;
  box-sizing: border-box;
  overflow-wrap: break-word;
  word-wrap: break-word;
  hyphens: auto;
}

#dining .steak-text ul li:before {
  content: "•";
  position: absolute;
  left: 0;
  color: #2e8b57;
  font-weight: bold;
}

/* Pastel button styles */
#dining .pastel-button {
  display: inline-block;
  padding: 8px 15px;
  margin: 5px;
  border-radius: 5px;
  text-decoration: none;
  font-size: 14px;
  font-weight: 500;
  text-align: center;
  transition: all 0.3s ease;
  border: none;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}

#dining .pastel-button.menu {
  background-color: #ffd6ba; /* Pastel orange */
  color: #333;
}

#dining .pastel-button.michelin {
  background-color: #badfff; /* Pastel blue */
  color: #333;
}

#dining .pastel-button:hover {
  transform: translateY(-2px);
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.15);
}

#dining .pastel-button:active {
  transform: translateY(0);
  box-shadow: 0 2px 3px rgba(0, 0, 0, 0.1);
}

#dining .button-container {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin: 15px 0;
}

/* Image with caption styling */
#dining .image-caption-container {
  position: relative;
  width: 100%;
  margin-bottom: 2rem;
  overflow: hidden;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
  border-radius: 8px;
  font-size: 0; /* Remove whitespace between inline elements */
}

#dining .image-caption-heading {
  position: relative;
  margin: 0;
  padding: 1.2rem 1.5rem;
  background-color: #ffe8d6;
  background-image: linear-gradient(to right, #ffe8d6, #ffd6ba, #ffe8d6);
  text-align: center;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.1);
  border-bottom-left-radius: 8px;
  border-bottom-right-radius: 8px;
  font-weight: 600;
  line-height: 1.4;
  color: #333;
  transition: all 0.3s ease;
  font-size: 1.6rem;
}

/* Centered heading with max-width */
#dining .centered-heading {
  max-width: 800px;
  margin: 0 auto 1rem auto;
  text-align: center;
  font-weight: 600;
  line-height: 1.4;
  color: #333;
  font-size: 1.6rem;
  padding: 1.2rem 0;
  display: inline-block;
  font-family: "Playfair Display", Georgia, serif;
  letter-spacing: 0.03125em;
}

#dining .image-caption-heading br {
  display: inline-block;
  content: "";
}

#dining .image-caption-container img {
  border-top-left-radius: 8px;
  border-top-right-radius: 8px;
  transition: all 0.3s ease;
  display: block;
  margin: 0;
  border-bottom: none;
  vertical-align: bottom;
}

#dining .image-caption-container:hover .image-caption-heading {
  background-image: linear-gradient(to right, #ffd6ba, #ffe8d6, #ffd6ba);
}

/* Home Main Background Styling */
#dining .homeMain {
  background-color: #fff8f0;
  background-image: linear-gradient(to bottom, #fff8f0, #fff2e6);
  padding: 0;
  border-radius: 10px;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05);
}

/* Full-width responsive banner image styling */
#dining .full-width-banner {
  width: 100%;
  overflow: hidden;
  margin: 0 0 25px 0;
  position: relative;
  border-radius: 0;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.08);
}

#dining .responsive-banner-image {
  width: 100%;
  height: auto;
  display: block;
  object-fit: cover;
  border-radius: 0;
}

#dining .leoxSudlanan {
  background-color: transparent;
  border-radius: 8px;
  padding: 0;
  box-shadow: 0 1px 6px rgba(0, 0, 0, 0.03);
}

/* Responsive image containers */
#dining .full-width-image {
  width: 100%;
  margin: 20px 0;
  overflow: hidden;
  border-radius: 0;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
}

#dining .responsive-image {
  width: 100%;
  height: auto;
  display: block;
  object-fit: contain;
  border-radius: 0;
}

/* Restaurant Intro Styles */
#dining .restaurant-intro {
  background: linear-gradient(
    to right,
    rgba(255, 255, 255, 0.9),
    rgba(249, 242, 230, 0.9)
  );
  padding: 1.5625rem 1.875rem;
  margin: 1.25rem 0 1.875rem;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.05);
  position: relative;
  overflow: hidden;
}

#dining .restaurant-intro-content {
  font-size: 1.05rem;
  line-height: 1.7;
  color: #333;
  position: relative;
  z-index: 1;
  font-family: "Playfair Display", Georgia, serif;
}

#dining .restaurant-name {
  font-weight: 600;
  color: #333;
}

#dining .restaurant-description {
  color: #555;
}

#dining .restaurant-intro-footer {
  font-style: italic;
  margin-top: 0.9375rem;
  color: #666;
  font-size: 0.95rem;
  text-align: right;
}

/* Content Section Styles */
#dining .content-section {
  font-size: 1.05rem;
  line-height: 1.7;
  color: #333;
  margin-bottom: 1.5rem;
}

#dining .content-section p {
  margin-bottom: 1.25rem;
  font-family: "Playfair Display", Georgia, serif;
  text-align: justify;
  overflow-wrap: break-word;
  word-wrap: break-word;
  hyphens: none;
}

#dining .content-section ul {
  list-style-type: none;
  padding-left: 0;
  margin: 1.5rem 0;
}

#dining .content-section ul li {
  font-size: 1.05rem;
  line-height: 1.7;
  margin-bottom: 1.25rem;
  padding-left: 1.5rem;
  position: relative;
  font-family: "Playfair Display", Georgia, serif;
  text-align: justify;
  display: block;
  width: 100%;
  box-sizing: border-box;
  overflow-wrap: break-word;
  word-wrap: break-word;
  hyphens: auto;
}

#dining .content-section ul li:before {
  content: "•";
  position: absolute;
  left: 0;
  color: #2e8b57;
  font-weight: bold;
}

#dining .content-section p:last-child {
  margin-bottom: 0;
}

#dining .content-section ul li[style]:before {
  content: "•";
  position: absolute;
  left: 0;
  color: #2e8b57;
  font-weight: bold;
}

/* Global responsive text adjustments */
#dining .responsive-text {
  font-size: 1.05rem;
  line-height: 1.7;
  margin-bottom: 1.25rem;
  font-family: "Playfair Display", Georgia, serif;
  text-align: left;
  display: block;
  width: 100%;
  box-sizing: border-box;
  overflow-wrap: break-word;
  word-wrap: break-word;
  hyphens: auto;
  padding-right: 1rem;
}

/* Responsive media queries for steak lovers page */
@media (min-width: 600px) {
  #dining .steak-section {
    display: flex;
    align-items: flex-start;
    gap: 20px;
  }
  #dining .steak-image {
    width: calc(50% - 10px);
    flex-shrink: 0;
  }
  #dining .steak-text {
    margin-top: 0;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
  }
  #dining .steak-text p:first-child {
    margin-top: 0;
  }
}

@media (max-width: 1024px) and (min-width: 769px) {
  #dining .image-caption-heading {
    font-size: 1.4rem;
  }
  #dining .steak-text ul li {
    font-size: 1.02rem;
    line-height: 1.65;
  }
  #dining .content-section {
    font-size: 1.02rem;
  }
  #dining .content-section ul li {
    font-size: 1.02rem;
    line-height: 1.65;
  }
  #dining .content-section ul li[style] {
    font-size: 1.02rem !important;
    line-height: 1.65 !important;
  }
  #dining .responsive-text {
    font-size: 1.02rem;
    line-height: 1.65;
  }
}

@media (max-width: 768px) {
  #dining .centered-heading {
    font-size: 1.2rem;
    padding: 1rem;
  }
  #dining .image-caption-heading {
    font-size: 1.2rem;
    padding: 1rem;
  }
  #dining .full-width-banner {
    margin: 0 0 15px 0;
  }
  #dining .homeMain {
    padding: 0;
  }
}

@media (max-width: 768px) and (min-width: 481px) {
  #dining .steak-text ul li {
    font-size: 1rem;
    line-height: 1.6;
    margin-bottom: 1rem;
    padding-left: 1.25rem;
  }
  #dining .content-section {
    font-size: 1rem;
    line-height: 1.6;
  }
  #dining .content-section p {
    margin-bottom: 1rem;
  }
  #dining .content-section ul li {
    font-size: 1rem;
    line-height: 1.6;
    margin-bottom: 1rem;
    padding-left: 1.25rem;
  }
  #dining .content-section ul li[style] {
    font-size: 1rem !important;
    line-height: 1.6 !important;
    margin-bottom: 1rem !important;
    padding-left: 1.25rem !important;
  }
  #dining .responsive-text {
    font-size: 1rem;
    line-height: 1.6;
    margin-bottom: 1rem;
  }
}

@media (max-width: 599px) {
  #dining .steak-section {
    display: block;
  }
  #dining .steak-image {
    width: 100%;
    margin-bottom: 15px;
  }
}

@media (max-width: 480px) {
  #dining .pastel-button {
    padding: 6px 12px;
    font-size: 12px;
  }
  #dining .button-container {
    justify-content: center;
  }
  #dining .steak-text ul li {
    font-size: 0.95rem;
    line-height: 1.5;
    margin-bottom: 0.875rem;
    padding-left: 1.125rem;
  }
  #dining .content-section {
    font-size: 0.95rem;
    line-height: 1.5;
  }
  #dining .content-section p {
    margin-bottom: 0.875rem;
  }
  #dining .content-section ul li {
    font-size: 0.95rem;
    line-height: 1.5;
    margin-bottom: 0.875rem;
    padding-left: 1.125rem;
  }
  #dining .content-section ul li[style] {
    font-size: 0.95rem !important;
    line-height: 1.5 !important;
    margin-bottom: 0.875rem !important;
    padding-left: 1.125rem !important;
  }
  #dining .responsive-text {
    font-size: 0.95rem;
    line-height: 1.5;
    margin-bottom: 0.875rem;
  }
}

/* ===== Mediterranean Page Specific Styles ===== */
#mediterranean li {
  font-size: 15px !important;
}

/* Menu Button Styles */
#mediterranean .menu-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding: 0.4rem 0.5rem;
  border-radius: 8px;
  text-decoration: none;
  font-weight: 500;
  color: #333;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
  transition: all 0.3s ease;
  font-size: 0.9375rem;
  min-height: 2.6rem;
}

#mediterranean .menu-btn:hover {
  transform: translateY(-3px);
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.15);
}

/* Button colors based on menu type */
#mediterranean .palermo-btn {
  background-color: #f9e6e6; /* Light red/pink pastel - matches Palermo */
}

#mediterranean .route-btn {
  background-color: #e6f9e9; /* Light green pastel - matches Route 66 */
}

#mediterranean .kilimanjaro-btn {
  background-color: #f9f2e6; /* Warm beige pastel - matches Kilimanjaro */
}

#mediterranean .fiji-btn {
  background-color: #e6f2f9; /* Light blue pastel - matches Fiji */
}

#mediterranean .theme-btn {
  background-color: #f2ecd9; /* Golden butter pastel */
}

/* Menu buttons container */
#mediterranean .menu-buttons-container {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 15px;
  margin: 1.5rem auto;
  max-width: 800px;
}

/* First button container - always 2 buttons top, 1 centered bottom */
#mediterranean .menu-buttons-container:first-of-type {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
}

#mediterranean .menu-buttons-container:first-of-type a:last-child {
  grid-column: 1 / span 2;
  max-width: 300px;
  margin: 0 auto;
}

/* Second button container - 3 buttons top, 1 centered bottom */
#mediterranean .menu-buttons-container:nth-of-type(2) {
  grid-template-columns: repeat(3, 1fr);
}

/* For the second container, only center the last button if it's alone in a row */
#mediterranean
  .menu-buttons-container:nth-of-type(2)
  a:last-child:nth-child(3n + 1) {
  grid-column: 1 / span 3;
  max-width: 300px;
  margin: 0 auto;
}

/* Content sections */
#mediterranean .content-section {
  max-width: 900px;
  margin: 0 auto;
  padding: 0 1rem;
}

#mediterranean .content-section p {
  font-size: 1.05rem;
  line-height: 1.7;
  margin-bottom: 1.25rem;
  color: #333;
}

#mediterranean .content-section p:last-child {
  margin-bottom: 0;
}

/* Mediterranean specific styling */
.mediterranean-background {
  width: 100%;
  background-color: #f8e9d2; /* Warm sandy pastel color */
  padding: 25px 0;
  margin-top: 0;
  position: relative;
  border-top: 4px solid #e8d9c2;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
  border-bottom-left-radius: 3px;
  border-bottom-right-radius: 3px;
}

.mediterranean-container {
  max-width: 800px;
  margin: 0 auto;
  position: relative;
  padding-bottom: 10px;
}

.mediterranean-title {
  text-align: center;
  width: 100%;
  margin: 0 auto;
  padding: 0 20px;
  color: #333;
  line-height: 1.4;
  font-family: "Playfair Display", Georgia, serif;
  position: relative;
  font-size: 2rem;
  font-weight: 600;
  letter-spacing: 0.03125em;
}

.mediterranean-background::before {
  content: "";
  position: absolute;
  top: -4px;
  left: 0;
  right: 0;
  height: 4px;
  background: linear-gradient(
    to right,
    transparent,
    rgba(255, 255, 255, 0.7),
    transparent
  );
}

.mediterranean-title::after {
  content: "";
  position: absolute;
  bottom: -10px;
  left: 50%;
  transform: translateX(-50%);
  width: 60%;
  height: 1px;
  background: linear-gradient(
    to right,
    transparent,
    rgba(90, 74, 63, 0.2),
    transparent
  );
}

.mediterranean-icon {
  display: inline-block;
  font-size: 18px;
  color: #c1a87b;
  margin: 0 5px;
  vertical-align: middle;
}

/* Responsive adjustments */
@media only screen and (min-width: 480px) {
  #mediterranean .menu-btn {
    width: auto;
    min-width: 250px;
  }

  #mediterranean .menu-buttons-container {
    max-width: 900px;
    margin: 15px auto;
  }
}

@media only screen and (max-width: 768px) {
  .mediterranean-title {
    font-size: 20px;
  }

  #mediterranean .menu-buttons-container,
  #mediterranean .menu-buttons-container:nth-of-type(2) {
    grid-template-columns: repeat(2, 1fr);
    max-width: 600px;
  }

  #mediterranean
    .menu-buttons-container:nth-of-type(2)
    a:last-child:nth-child(odd) {
    grid-column: 1 / span 2;
    max-width: 300px;
    margin: 0 auto;
  }

  #mediterranean .menu-btn {
    font-size: 0.875rem;
    padding: 0.35rem 0.375rem;
    min-height: 2.4rem;
  }
}

@media only screen and (max-width: 480px) {
  .mediterranean-title {
    font-size: 18px;
    line-height: 1.3;
    padding: 0 15px;
  }

  .mediterranean-icon {
    font-size: 16px;
  }

  #mediterranean .menu-buttons-container,
  #mediterranean .menu-buttons-container:first-of-type,
  #mediterranean .menu-buttons-container:nth-of-type(2) {
    display: flex;
    flex-direction: column;
    grid-template-columns: 1fr;
    max-width: 300px;
  }

  #mediterranean .menu-buttons-container:first-of-type a:last-child,
  #mediterranean
    .menu-buttons-container:nth-of-type(2)
    a:last-child:nth-child(3n + 1),
  #mediterranean
    .menu-buttons-container:nth-of-type(2)
    a:last-child:nth-child(odd) {
    grid-column: auto;
    max-width: none;
    margin: initial;
  }

  #mediterranean .menu-btn {
    padding: 0.4rem 0.5rem;
    font-size: 1rem;
    min-height: 2.2rem;
    width: 100%;
  }
}

/* Fabulous Resto Specific Styles */
#fabulousresto .menuButton {
  background-color: #7a7a7a;
  text-indent: 0;
  border: 1px solid #000;
  color: #fff;
  font-size: 15px;
  font-weight: bold;
}

#fabulousresto .menuButton:hover {
  background-color: #474747;
}

#fabulousresto .menuButton:active {
  position: relative;
  top: 1px;
}

#fabulousresto .overlay {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  /*background: rgba(255,255,255,0.80);*/
}

#fabulousresto .overlay div {
  text-align: center;
  position: relative;
  top: 60px;
  height: 100%;
  width: 100%;
  font-size: 80px;
}

#fabulousresto .overlay a {
  font-weight: 300;
  text-decoration: none;
  display: block;
  color: #1d1f20;
  margin-right: 40px;
  list-style: none;
}

#fabulousresto .overlay-close {
  width: 150px;
  height: 45px;
  position: absolute;
  right: 10px;
  top: 10px;
  border: 1px solid #000;
  font-size: 14px;
}

#fabulousresto .overlay-data {
  opacity: 0;
  visibility: hidden;
  -webkit-transition: opacity 0.5s;
  transition: opacity 0.5s;
  visibility: 0s 0.5s;
  transition: opacity 0.5s, visibility 0s 0.5s;
  /*background-color: #000;*/
}

#fabulousresto .overlay-open {
  opacity: 1;
  visibility: visible;
  -webkit-transition: opacity 0.5s;
  transition: opacity 0.5s;
}

#fabulousresto .steak-section {
  margin: 20px 0;
  overflow: hidden;
}

#fabulousresto .steak-image {
  width: 100%;
  display: block;
}

#fabulousresto .steak-text {
  margin-top: 15px;
}

@media (min-width: 600px) {
  #fabulousresto .steak-section {
    display: flex;
    align-items: flex-start;
    gap: 20px;
  }
  #fabulousresto .steak-image {
    width: calc(50% - 10px);
    flex-shrink: 0;
  }
  #fabulousresto .steak-text {
    margin-top: 0;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
  }
  #fabulousresto .steak-text p:first-child {
    margin-top: 0;
  }
}

/* Pastel button styles */
#fabulousresto .pastel-button {
  display: inline-block;
  padding: 8px 15px;
  margin: 5px;
  border-radius: 5px;
  text-decoration: none;
  font-size: 14px;
  font-weight: 500;
  text-align: center;
  transition: all 0.3s ease;
  border: none;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}

#fabulousresto .pastel-button.menu {
  background-color: #ffd6ba; /* Pastel orange */
  color: #333;
}

#fabulousresto .pastel-button.michelin {
  background-color: #badfff; /* Pastel blue */
  color: #333;
}

#fabulousresto .pastel-button:hover {
  transform: translateY(-2px);
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.15);
}

#fabulousresto .pastel-button:active {
  transform: translateY(0);
  box-shadow: 0 2px 3px rgba(0, 0, 0, 0.1);
}

#fabulousresto .button-container {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  margin: 15px 0;
}

@media (max-width: 480px) {
  #fabulousresto .pastel-button {
    padding: 6px 12px;
    font-size: 12px;
  }

  #fabulousresto .button-container {
    justify-content: center;
  }
}

/* Image with caption styling */
#fabulousresto .image-caption-container {
  position: relative;
  width: 100%;
  margin-bottom: 2rem;
  overflow: hidden;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
  border-radius: 8px;
  font-size: 0; /* Remove whitespace between inline elements */
}

#fabulousresto .image-caption-heading {
  position: relative;
  margin: 0 auto;
  padding: 1.2rem 1.5rem;
  text-align: center;
  font-weight: 600;
  line-height: 1.4;
  color: #333;
  transition: all 0.3s ease;
  font-size: 1.6rem; /* Reset font size after container's font-size: 0 */
  max-width: 900px;
  width: 100%;
}

#fabulousresto .image-caption-heading br {
  display: inline-block;
  content: "";
}

#fabulousresto .image-caption-container img {
  border-top-left-radius: 8px;
  border-top-right-radius: 8px;
  transition: all 0.3s ease;
  display: block;
  margin: 0;
  border-bottom: none;
  vertical-align: bottom;
}

#fabulousresto .image-caption-container:hover .image-caption-heading {
  /* background-image removed */
}

/* Add styling for IpatungaDblock class */
#fabulousresto .IpatungaDblock {
  width: 100%;
  height: auto;
  max-width: 100%;
  display: block;
  margin: 0;
  border-bottom: none;
  vertical-align: bottom;
}

@media (max-width: 768px) {
  #fabulousresto .image-caption-heading {
    font-size: 1.2rem;
    padding: 1rem;
    width: 95%;
  }
}

@media (min-width: 769px) and (max-width: 1024px) {
  #fabulousresto .image-caption-heading {
    font-size: 1.4rem;
    width: 90%;
  }
}

@media (min-width: 1025px) {
  #fabulousresto .image-caption-heading {
    font-size: 1.6rem;
    width: 900px;
  }
}

#fabulousresto .fabulousresto-content {
  background-color: #fff8f0;
  background-image: linear-gradient(to bottom, #fff8f0, #fff2e6);
  padding: 0;
  border-radius: 10px;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05);
  margin-bottom: 20px;
}

/* Add new style for the inner section */
#fabulousresto .fabulousresto-inner-section {
  background-color: transparent;
  max-width: 900px;
  width: 100%;
  margin: 0 auto;
  padding: 20px 15px;
  box-sizing: border-box;
}

#fabulousresto .fabulousresto-inner-section p {
  font-size: 16px;
  line-height: 1.6;
  margin-bottom: 15px;
  color: #333;
  max-width: 100%;
  word-wrap: break-word;
  text-align: left;
}

#fabulousresto .fabulousresto-inner-section a {
  color: #0066cc;
  text-decoration: none;
  transition: all 0.2s ease;
}

#fabulousresto .fabulousresto-inner-section a:hover {
  color: #004080;
  text-decoration: underline;
}

#fabulousresto .fabulousresto-inner-section img,
#fabulousresto .fabulousresto-inner-section .IpatungaDblock {
  max-width: 100%;
  height: auto;
  display: block;
  margin: 0 auto;
}

#fabulousresto .fabulousresto-inner-section .video-container {
  max-width: 100%;
  margin: 20px auto;
  position: relative;
  padding: 56.25% 0 0 0; /* 16:9 Aspect Ratio */
  height: 0;
  overflow: hidden;
}

#fabulousresto .fabulousresto-inner-section .video-container iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
}

@media (min-width: 768px) {
  #fabulousresto .fabulousresto-inner-section {
    padding: 25px 20px;
  }

  #fabulousresto .fabulousresto-inner-section p {
    font-size: 17px;
    line-height: 1.7;
  }
}

@media (min-width: 1024px) {
  #fabulousresto .fabulousresto-inner-section {
    padding: 30px 0;
  }

  #fabulousresto .fabulousresto-inner-section p {
    font-size: 18px;
    line-height: 1.8;
  }
}

/* Responsive paragraph styling */
#fabulousresto .leoxSudlanan p {
  font-size: 16px;
  line-height: 1.6;
  margin-bottom: 15px;
  color: #333;
  max-width: 100%;
  padding: 0 15px;
}

#fabulousresto .leoxSudlanan a {
  color: #0066cc;
  text-decoration: none;
  transition: all 0.2s ease;
}

#fabulousresto .leoxSudlanan a:hover {
  color: #004080;
  text-decoration: underline;
}

@media (min-width: 768px) {
  #fabulousresto .leoxSudlanan p {
    font-size: 17px;
    line-height: 1.7;
    padding: 0 20px;
  }
}

@media (min-width: 1024px) {
  #fabulousresto .leoxSudlanan p {
    font-size: 18px;
    line-height: 1.8;
    max-width: 900px;
    margin-left: auto;
    margin-right: auto;
    padding: 0;
  }
}

/* Best Restaurant Specific Styles */
#bestrestaurant li {
  font-size: 15px !important;
}

/* Menu Button Styles */
#bestrestaurant .menu-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding: 0.75rem 0.5rem;
  border-radius: 8px;
  text-decoration: none;
  font-weight: 500;
  color: #333;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
  transition: all 0.3s ease;
  font-size: 0.9375rem;
  min-height: 3.3rem;
  margin: 8px 5px;
}

#bestrestaurant .menu-btn:hover {
  transform: translateY(-3px);
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.15);
}

/* Button colors based on menu type */
#bestrestaurant .palermo-btn {
  background-color: #f2e6d9;
}
#bestrestaurant .palermo-btn:hover {
  background-color: #f7efe7;
}

#bestrestaurant .route-btn {
  background-color: #f9e0e0;
}
#bestrestaurant .route-btn:hover {
  background-color: #fbe8e8;
}

#bestrestaurant .kilimanjaro-btn {
  background-color: #e6f2e9;
}
#bestrestaurant .kilimanjaro-btn:hover {
  background-color: #eef7f1;
}

#bestrestaurant .fiji-btn {
  background-color: #f2ecd9;
}
#bestrestaurant .fiji-btn:hover {
  background-color: #f7f3e7;
}

/* Menu buttons container */
#bestrestaurant .menu-buttons-container {
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  gap: 15px;
  margin: 1.5rem auto;
  max-width: 800px;
}

/* Mediterranean section */
#bestrestaurant .mediterranean-background {
  width: 100%;
  background-color: #f8e9d2;
  padding: 25px 0;
  margin-top: 0;
  position: relative;
  border-top: 4px solid #e8d9c2;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
  border-bottom-left-radius: 3px;
  border-bottom-right-radius: 3px;
}
#bestrestaurant .mediterranean-container {
  max-width: 800px;
  margin: 0 auto;
  position: relative;
  padding-bottom: 10px;
}
#bestrestaurant .mediterranean-title {
  text-align: center;
  width: 100%;
  margin: 0 auto;
  padding: 0 20px;
  color: #5a4a3f;
  line-height: 1.4;
  font-family: "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
  position: relative;
  font-size: 24px;
}
#bestrestaurant .mediterranean-background::before {
  content: "";
  position: absolute;
  top: -4px;
  left: 0;
  right: 0;
  height: 4px;
  background: linear-gradient(
    to right,
    transparent,
    rgba(255, 255, 255, 0.7),
    transparent
  );
}
#bestrestaurant .mediterranean-title::after {
  content: "";
  position: absolute;
  bottom: -10px;
  left: 50%;
  transform: translateX(-50%);
  width: 60%;
  height: 1px;
  background: linear-gradient(
    to right,
    transparent,
    rgba(90, 74, 63, 0.2),
    transparent
  );
}
#bestrestaurant .mediterranean-icon {
  display: inline-block;
  font-size: 18px;
  color: #c1a87b;
  margin: 0 5px;
  vertical-align: middle;
}

/* Content area */
#bestrestaurant .responsive-content {
  max-width: 900px;
  margin: 0 auto;
  padding: 0 20px;
}
#bestrestaurant .responsive-content p {
  font-size: clamp(1rem, 1.1vw, 1.15rem) !important;
  line-height: 1.75;
  margin-bottom: 1.5rem;
  color: #374151;
  text-align: justify;
  max-width: 70ch;
}

/* Responsive styles */
@media only screen and (min-width: 480px) {
  #bestrestaurant .menu-buttons-container {
    grid-template-columns: repeat(2, 1fr);
    max-width: 800px;
  }
}

@media only screen and (min-width: 768px) {
  #bestrestaurant .menu-buttons-container {
    grid-template-columns: repeat(2, 1fr);
    max-width: 900px;
  }

  #bestrestaurant .menu-btn {
    font-size: 0.9375rem;
  }
}

@media only screen and (max-width: 768px) {
  #bestrestaurant .mediterranean-title {
    font-size: 20px;
  }

  #bestrestaurant .responsive-content p {
    text-align: left;
  }
}

@media only screen and (max-width: 480px) {
  #bestrestaurant .mediterranean-title {
    font-size: 18px;
    line-height: 1.3;
    padding: 0 15px;
  }

  #bestrestaurant .mediterranean-icon {
    font-size: 16px;
  }

  #bestrestaurant .menu-buttons-container {
    display: flex;
    flex-direction: column;
    grid-template-columns: 1fr;
    max-width: 300px;
    margin: 1rem auto;
  }

  #bestrestaurant .menu-btn {
    padding: 0.4rem 0.5rem;
    font-size: 1rem;
    min-height: 2.2rem;
    width: 100%;
  }

  #bestrestaurant .responsive-content p {
    text-align: left;
  }

  #bestrestaurant .responsive-content {
    padding: 0 15px;
  }
}

@media only screen and (min-width: 1200px) {
  #bestrestaurant .responsive-content {
    max-width: 1000px;
  }

  #bestrestaurant .responsive-content p {
    /* typography inherits clamp() — no override needed */
  }
}

/* Europe images styles */
.europe-images-container {
  margin: 20px 0;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.europe-images-wrapper {
  display: flex;
  flex-direction: column;
  gap: 15px;
  margin-bottom: 10px;
}

.europe-image {
  max-width: 100%;
  height: auto;
}

.europe-caption {
  text-align: center;
  margin: 15px auto;
  max-width: 600px;
  width: 100%;
  font-size: 16px;
  line-height: 1.6;
  color: #333;
}

@media (min-width: 768px) {
  .europe-images-wrapper {
    flex-direction: row;
    justify-content: center;
    gap: 20px;
  }

  .europe-image {
    max-width: 48%;
  }

  .europe-caption {
    font-size: 17px;
  }
}

@media (max-width: 480px) {
  .europe-caption {
    font-size: 15px;
    max-width: 90%;
  }
}

/* ===== Farm to Table Page Specific Styles (scoped) ===== */
.farmtotable-page {
  background-color: #f7fbf7;
  background-image: linear-gradient(to bottom, #f7fbf7, #eef7f0);
}

.farmtotable-page .leoxSudlanan {
  background-color: transparent;
  border-radius: 10px;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05);
}

.farmtotable-page h1.leoxTitle {
  color: #2e8b57;
}

.farmtotable-page .restaurant-intro {
  background: linear-gradient(
    to right,
    rgba(255, 255, 255, 0.9),
    rgba(233, 245, 237, 0.9)
  );
}

.farmtotable-page .farm-to-table-container {
  max-width: 1000px;
  margin: 0 auto;
  padding: 0 1rem 1.5rem;
}

.farmtotable-page .farm-to-table-header {
  margin-bottom: 1rem;
}

.farmtotable-page .image-text-container {
  margin: 1.875rem 0;
}

.farmtotable-page .image-wrapper .responsive-image {
  border-radius: 4px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
}

@media (max-width: 767px) {
  .farmtotable-page .text-wrapper {
    margin-top: 1.25rem;
    padding: 0 15px;
  }
}

/* ── PBRS Typography – farmtotable-page ── */
.farmtotable-page .content-section p {
  font-size: clamp(1rem, 1.1vw, 1.15rem) !important;
  font-family: Segoe UI, Roboto, Helvetica, Arial, sans-serif;
  line-height: 1.75;
  text-align: justify;
  color: #374151;
  max-width: 70ch;
}

.farmtotable-page .restaurant-intro-content {
  font-size: clamp(1rem, 1.1vw, 1.15rem) !important;
  font-family: Segoe UI, Roboto, Helvetica, Arial, sans-serif;
  line-height: 1.75;
  text-align: left !important;
  color: #374151;
  max-width: 70ch;
}

.farmtotable-page h1.leoxTitle {
  font-size: clamp(1.5rem, 4vw, 2rem) !important;
  line-height: 1.2;
}

@media (max-width: 600px) {
  .farmtotable-page .content-section p {
    text-align: left;
  }
}

#icecream .ice-cream-info li:before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 20px;
  height: 20px;
  background: radial-gradient(
    circle at 60% 40%,
    #fff 25%,
    #5a4a3f 26%,
    #5a4a3f 100%
  );
  border-radius: 50%;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}

/* Nested list styles for ice cream flavors */
#icecream .ice-cream-info ul ul {
  list-style: none;
  padding-left: 30px;
  margin-top: 10px;
  margin-bottom: 10px;
  margin-left: 0;
}

#icecream .ice-cream-info ul ul li {
  font-size: 16px !important;
  margin-bottom: 8px;
  padding-left: 30px; /* add space between icon and text */
  padding-top: 0;
  padding-bottom: 0;
  position: relative;
}

#icecream .ice-cream-info ul ul li:before {
  content: "";
  position: absolute;
  left: 8px; /* indent inside the outer bullet area */
  top: 0.75em; /* vertically center on the text line */
  width: 14px;
  height: 2px;
  background: rgba(90, 74, 63, 0.6);
  border-radius: 1px;
  box-shadow: none;
}

/* Ensure the round bullet aligns with the first line when a list item contains a nested list */
#icecream .ice-cream-info li:has(> ul)::before {
  top: calc(0.4em); /* approximate vertical center of first line */
  transform: translateY(0); /* override center alignment */
}

/* === 2026-05-13 Menu Redesign === */

#dining {
  --mr-teal-deep:   #F8F3EB;
  --mr-teal-mid:    #ffffff;
  --mr-teal-light:  #f5f0e8;
  --mr-gold:        #b8963e;
  --mr-gold-bright: #c9a55a;
  --mr-cream:       #2a2a2a;
  --mr-cream-muted: #555555;
  --mr-text-body:   #444444;
  --mr-text-dim:    #777777;
  --mr-item-bg:     #ffffff;
  --mr-border-gold: rgba(184,150,62,0.25);
}

/* Global text-shadow reset — jQuery Mobile injects a white 1px shadow on all
   text; on dark backgrounds it creates a muddy halo. Nuke it site-wide in
   the #dining scope. */
#dining,
#dining * {
  text-shadow: none !important;
}

/* --- Intro block --- */
#dining .restaurant-intro {
  background: linear-gradient(180deg, #F8F3EB 0%, #ffffff 100%);
  border-bottom: 1px solid var(--mr-border-gold);
  padding: 64px 24px 40px;
  text-align: center;
  position: relative;
  overflow: hidden;
  max-width: 100%;
  margin: 0;
}

#dining .restaurant-intro::after {
  content: '';
  position: absolute;
  inset: 0;
  background: radial-gradient(ellipse 80% 60% at 50% 0%, rgba(201,165,90,0.05) 0%, transparent 70%);
  pointer-events: none;
}



#dining .restaurant-intro-content {
  font-family: 'Cormorant Garamond', Georgia, serif;
  font-size: clamp(17px, 3.5vw, 24px);
  font-weight: 400;
  color: var(--mr-cream);
  line-height: 1.75;
  max-width: 680px;
  margin: 0 auto;
  background: transparent;
  text-align: left !important;
}

#dining .restaurant-intro-content .txtDarkGreen {
  color: #1e6e44 !important;
  font-weight: 600;
  font-style: normal;
  letter-spacing: 1.5px;
}

#dining .restaurant-intro-content .restaurant-highlight {
  color: var(--mr-cream);
  font-style: italic;
}

/* Anchor links row inside intro */
#dining .restaurant-anchor-links {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  justify-content: center;
  margin-top: 40px;
  position: relative;
  z-index: 1;
}

/* Bottom-of-section copy of the anchor links — appended via JS.
   No flex order set; rely on DOM insertion order so wrapper sections
   like Fiji place their bottom block before nested restaurants. */
#dining .restaurant-anchor-links--bottom {
  margin: 48px auto 64px;
  padding: 32px 24px 0;
  max-width: 1100px;
}

#dining .restaurant-anchor-links a {
  font-family: 'Jost', sans-serif;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 2px;
  text-transform: uppercase;
  color: var(--mr-gold-bright);
  text-decoration: none;
  padding: 8px 20px;
  border: 1px solid var(--mr-border-gold);
  border-radius: 2px;
  background: rgba(0, 0, 0, 0.03);
  transition: color 0.2s, border-color 0.2s, background-color 0.2s;
}

#dining .restaurant-anchor-links a:hover {
  color: var(--mr-gold);
  border-color: var(--mr-gold);
}

/* --- Restaurant section backgrounds --- */
#dining #diningRestaurants {
  background: var(--mr-teal-deep);
  padding-top: 1px; /* collapse margin fix */
}

#dining #Kilimanjaro,
#dining #Fiji,
#dining #Palermo,
#dining #Route66,
#dining #Route66Diner,
#dining #AlienAbduction {
  background: var(--mr-teal-mid);
  max-width: 100%;
}

#dining #Kilimanjaro h2.leoxTitle1,
#dining #Kilimanjaro .RestPicture_Desc,
#dining #Kilimanjaro .RestDescriptionBox,
#dining #Kilimanjaro #kiliMenu,
#dining #Fiji h2.leoxTitle1,
#dining #Fiji .RestPicture_Desc,
#dining #Fiji .RestDescriptionBox,
#dining #Fiji .Menu,
#dining #Palermo h2.leoxTitle1,
#dining #Palermo .RestPicture_Desc,
#dining #Palermo .RestDescriptionBox,
#dining #Palermo .Menu,
#dining #Route66 h2.leoxTitle1,
#dining #Route66 .RestPicture_Desc,
#dining #Route66 .RestDescriptionBox,
#dining #Route66 .Menu,
#dining #Route66Diner h2.leoxTitle1,
#dining #Route66Diner .RestPicture_Desc,
#dining #Route66Diner .RestDescriptionBox,
#dining #Route66Diner .Menu,
#dining #AlienAbduction h2.leoxTitle1,
#dining #AlienAbduction .RestPicture_Desc,
#dining #AlienAbduction .RestDescriptionBox,
#dining #AlienAbduction .Menu {
  background: transparent;
  background-color: transparent;
}

#dining .logo-kilimanjaro,
#dining .logo-fiji,
#dining .logo-palermo,
#dining .logo-route66 {
  background-color: transparent;
  box-shadow: none;
}

#dining #diningRestaurants .leoxSudlanan.borderLight {
  border-top: 1px solid;
  border-image: linear-gradient(90deg, transparent 0%, var(--mr-border-gold) 30%, var(--mr-border-gold) 70%, transparent 100%) 1;
  border-bottom: none;
  border-left: none;
  border-right: none;
}

/* Reorder: image banner first, logo+review row second.
   The markup has h2 (logo) before .RestPicture_Desc (image), so we use
   flex order to visually flip them on desktop.
   Reset margin/max-width so nested sections (e.g. #Palermo inside #Fiji)
   stretch to the full flex container width — global .leoxSudlanan has
   `margin: 0 auto` + `max-width: 900px` which would otherwise center them
   at 900px instead of stretching. */
#dining #Kilimanjaro,
#dining #Fiji,
#dining #Palermo,
#dining #Route66,
#dining #Route66Diner,
#dining #AlienAbduction {
  display: flex;
  flex-direction: column;
  margin: 0;
  max-width: none;
  width: 100%;
  scroll-margin-top: 240px;
}

/* Logo + review row placed under the banner image, naturally following flow */
#dining .RestPicture_Desc > h2.leoxTitle1 {
  position: relative;
  z-index: 5;
  padding: 0;
  margin: 0;
  width: 100%;
  text-align: center;
  max-width: none;
  order: 2;
}

#dining .RestPicture_Desc > img,
#dining .RestPicture_Desc > .IpatungaDblock {
  order: 1;
}

#dining .RestPicture_Desc > p.iCenter {
  order: 3;
}

#dining .RestPicture_Desc > .RestDescriptionBox {
  order: 4;
}

#dining h2.leoxTitle1 .logo-item {
  display: flex;
  width: 100%;
  align-items: center;
  justify-content: center;
  gap: 32px;
  flex-wrap: wrap;
  padding: 20px 24px;
  background: var(--mr-teal-light);
  border: none;
  border-radius: 0;
  box-shadow: none;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  transition: none;
  box-sizing: border-box;
}

#dining h2.leoxTitle1 .logo-item:hover {
  transform: none;
  background: var(--mr-teal-light);
}

#dining h2.leoxTitle1 .logo-item img {
  height: auto;
  max-height: 140px;
  display: inline-block;
  margin: 0;
}

/* --- Restaurant header: photo + description grid --- */
#dining .RestPicture_Desc {
  display: flex;
  flex-direction: column;
  gap: 0;
  padding: 0 0 40px;
  max-width: 100%;
  margin: 0;
  background: transparent;
  position: relative;
}

/* Full-width cinematic banner image */
#dining .RestPicture_Desc > img,
#dining .RestPicture_Desc > .IpatungaDblock {
  display: block;
  width: 100%;
  height: 260px;
  object-fit: cover;
  object-position: center 30%;
  border: none;
  border-radius: 0;
  margin: 0;
  flex-shrink: 0;
  /* subtle bottom fade into section background */
  -webkit-mask-image: linear-gradient(to bottom, black 60%, transparent 100%);
  mask-image: linear-gradient(to bottom, black 60%, transparent 100%);
}

/* Hours + description sit below the banner */
#dining .RestPicture_Desc > p.iCenter {
  font-family: 'Jost', sans-serif;
  font-size: 12px;
  font-weight: 500;
  letter-spacing: 2.5px;
  text-transform: uppercase;
  color: #1e6e44;
  text-align: center;
  margin: 20px 24px 8px;
  padding: 0;
}

#dining .RestPicture_Desc > p.iCenter i {
  font-style: normal;
}

#dining .RestPicture_Desc > .RestDescriptionBox {
  max-width: 1000px;
  width: 100%;
  margin: 0 auto;
  padding: 0 24px;
  background: transparent;
  box-sizing: border-box;
}

#dining .RestDescriptionBox .RestDescription {
  font-family: 'AaMgScript-Regular', 'AaMgScript', cursive;
  font-size: 1.35rem;
  font-weight: normal;
  color: var(--mr-text-body);
  line-height: 1.75;
  background: transparent;
  padding: 0;
  margin: 0;
  text-align: left;
}

@media (min-width: 640px) {
  #dining .RestPicture_Desc > img,
  #dining .RestPicture_Desc > .IpatungaDblock {
    height: 420px;
  }
}

@media (min-width: 1024px) {
  #dining .RestPicture_Desc > img,
  #dining .RestPicture_Desc > .IpatungaDblock {
    height: 500px;
  }
}

@media (max-width: 480px) {
  #dining .RestPicture_Desc > img,
  #dining .RestPicture_Desc > .IpatungaDblock {
    height: 200px;
  }
}

/* --- Pill tab navigation (jQuery UI override) --- */
#dining .Menu {
  border: none;
  background: transparent;
  border-radius: 0;
  padding: 0;
  overflow: visible;
}

#dining .Menu .ui-tabs-nav,
#dining .Menu ul.ui-tabs-nav {
  border-top: 1px solid var(--mr-border-gold);
  border-bottom: 1px solid var(--mr-border-gold);
  border-left: none;
  border-right: none;
  background: rgba(0, 0, 0, 0.03);
  border-radius: 0;
  padding: 10px 16px;
  margin: 0;
  display: flex;
  flex-wrap: nowrap;
  overflow-x: auto;
  gap: 8px;
  scrollbar-width: none;
  -webkit-overflow-scrolling: touch;
  box-sizing: border-box;
  max-width: 100%;
}

#dining .Menu .ui-tabs-nav::-webkit-scrollbar {
  display: none;
}

@media (min-width: 640px) {
  #dining .Menu .ui-tabs-nav,
  #dining .Menu ul.ui-tabs-nav {
    flex-wrap: wrap;
    overflow-x: visible;
    padding: 14px 24px;
  }
}

#dining .Menu .ui-tabs-nav li {
  background: transparent;
  border: none;
  border-radius: 0;
  margin: 0;
  padding: 0;
  flex-shrink: 0;
  top: 0;
  float: none;
}

#dining .Menu .ui-tabs-nav li a {
  font-family: 'Jost', sans-serif;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 1px;
  text-transform: uppercase;
  padding: 7px 16px;
  border-radius: 2px;
  background: rgba(0, 0, 0, 0.03);
  border: 1px solid rgba(0, 0, 0, 0.1);
  color: var(--mr-gold-bright);
  display: inline-flex;
  align-items: center;
  white-space: nowrap;
  transition: color 0.15s, border-color 0.15s;
  text-decoration: none;
}

#dining .Menu .ui-tabs-nav li a:hover {
  color: var(--mr-gold);
  border-color: var(--mr-border-gold);
  background: transparent;
}

#dining .Menu .ui-tabs-nav li.ui-tabs-active a,
#dining .Menu .ui-tabs-nav li.ui-state-active a {
  background: var(--mr-gold-bright);
  color: #fff;
  border-color: var(--mr-gold-bright);
  font-weight: 700;
}

#dining .Menu .ui-tabs-nav li a:focus {
  outline: none;
}

/* --- Category / menu section heading --- */
#dining .RestDescriptionBox > h3 {
  font-family: 'Cormorant Garamond', Georgia, serif;
  font-size: clamp(22px, 4vw, 32px);
  font-weight: 300;
  font-style: italic;
  color: var(--mr-cream);
  text-align: left;
  background: transparent;
  padding: 40px 24px 24px;
  max-width: 1000px;
  margin: 0 auto;
  letter-spacing: 0.5px;
  display: block;
}

#dining .RestDescriptionBox > h3::before {
  content: '— ';
  color: var(--mr-gold-bright);
  font-style: normal;
}

#dining .rest-menu-items > p:first-child {
  font-family: 'Jost', sans-serif;
  font-size: 14px;
  font-weight: 400;
  color: var(--mr-text-body);
  line-height: 1.8;
  padding: 16px 24px;
  grid-column: 1 / -1;
  background: rgba(184, 150, 62, 0.07);
  border-left: 2px solid var(--mr-border-gold);
  margin: 0 0 8px 0;
}

/* --- Menu item cards --- */
#dining #Kilimanjaro .rest-menu-items,
#dining #Fiji .rest-menu-items,
#dining #Palermo .rest-menu-items,
#dining #Route66 .rest-menu-items,
#dining #Route66Diner .rest-menu-items,
#dining #AlienAbduction .rest-menu-items {
  background: transparent;
  background-color: transparent;
  border-left: none;
  border-radius: 0;
  box-shadow: none;
  padding: 0 24px 64px;
  margin: 0 auto;
  max-width: 1000px;
  display: grid;
  grid-template-columns: 1fr;
  gap: 10px;
  position: relative;
  z-index: auto;
}

@media (min-width: 560px) {
  #dining #Kilimanjaro .rest-menu-items,
  #dining #Fiji .rest-menu-items,
  #dining #Palermo .rest-menu-items,
  #dining #Route66 .rest-menu-items,
  #dining #Route66Diner .rest-menu-items,
  #dining #AlienAbduction .rest-menu-items {
    grid-template-columns: 1fr 1fr;
  }
}

#dining #Kilimanjaro .rest-menu-item,
#dining #Fiji .rest-menu-item,
#dining #Palermo .rest-menu-item,
#dining #Route66 .rest-menu-item,
#dining #Route66Diner .rest-menu-item,
#dining #AlienAbduction .rest-menu-item {
  border-left: 2px solid var(--mr-gold-bright);
  padding: 14px 16px 12px 16px;
  background: var(--mr-item-bg);
  background-color: var(--mr-item-bg);
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.06);
  border-radius: 0;
  border-top: none;
  border-right: none;
  border-bottom: none;
  margin-bottom: 0;
}

#dining .rest-menu-item .rest-menu-item-title {
  font-family: 'Jost', sans-serif;
  font-size: 0.94rem;
  font-weight: 500;
  color: var(--mr-cream);
  line-height: 1.35;
  letter-spacing: 0.3px;
  background: transparent;
}

#dining .rest-menu-item .rest-menu-item-desc,
#dining .rest-menu-item p.rest-menu-item-desc {
  font-family: 'Jost', sans-serif;
  font-size: clamp(1rem, 1.1vw, 1.15rem) !important;
  font-weight: 400;
  color: var(--mr-text-dim);
  line-height: 1.65;
  margin-top: 5px;
  margin-bottom: 0;
}

#dining .rest-menu-item .rest-menu-item-desc i,
#dining .rest-menu-item p.rest-menu-item-desc i {
  font-family: 'Cormorant Garamond', Georgia, serif;
  font-size: 18px;
  font-weight: 500;
  font-style: normal;
  color: var(--mr-gold);
}

#dining .rest-menu-item-ratingImg {
  height: 16px;
  width: auto;
  vertical-align: middle;
  margin-left: 4px;
}

#dining .rest-menu-item .color-light {
  color: var(--mr-text-dim);
}

/* Sub-option rows inside a menu item (e.g. "Half portion / Full portion") */
#dining .rest-menu-option-group,
#dining .rest-menu-options,
#dining .rest-menu-option,
#dining .rest-menu-option.color-dark {
  color: var(--mr-cream);
  background: transparent;
}

#dining .rest-menu-options {
  margin-top: 4px;
}

#dining .rest-menu-option-title {
  font-family: 'Jost', sans-serif;
  font-size: 13px;
  font-weight: 400;
  color: var(--mr-cream);
  line-height: 1.5;
}

#dining .rest-menu-option-title i,
#dining .rest-menu-option .rest-menu-item-desc i {
  font-family: 'Cormorant Garamond', Georgia, serif;
  font-size: 16px;
  font-weight: 400;
  font-style: normal;
  color: var(--mr-gold);
}

/* Inline notes/markers inside menu cards. */
#dining .rest-menu-item em,
#dining .rest-menu-item em.color-light {
  color: var(--mr-text-body) !important;
  font-style: italic;
}

#dining .rest-menu-item span {
  color: inherit;
}

/* --- Menu legend (rating key) ---
   The HTML has inline styles forcing vertical flex on .menu_legend; we
   override with !important to switch to horizontal layout on desktop. */
#dining .menu_legend {
  padding: 0 24px !important;
  max-width: none !important;
  width: 100% !important;
  margin: 32px 0 !important;
  display: flex !important;
  flex-direction: column !important;
  align-items: center !important;
  font-family: 'Jost', sans-serif !important;
  position: relative;
}


/* Each legend item: icon + text */
#dining .legend_label,
#dining div.legend_label {
  font-family: 'Jost', sans-serif !important;
  font-size: 13px !important;
  font-weight: 400 !important;
  color: var(--mr-cream) !important;
  letter-spacing: 0.3px !important;
  display: flex !important;
  align-items: center !important;
  gap: 12px !important;
  margin: 0 !important;
  padding: 10px 14px !important;
  background: rgba(255, 255, 255, 0.6);
  border: 1px solid rgba(184, 150, 62, 0.2);
  border-radius: 2px;
}

#dining .legend_label .color-light,
#dining .legend_label span {
  color: var(--mr-cream) !important;
  font-family: 'Jost', sans-serif !important;
  font-size: 13px !important;
  font-weight: 400 !important;
}

#dining .legendImg {
  width: 22px !important;
  height: auto !important;
  margin: 0 !important;
  vertical-align: middle !important;
  flex-shrink: 0;
}

/* Mobile: single column stack */
@media (max-width: 639px) {
  #dining .menu_legend {
    gap: 10px;
  }
  #dining .legend_label {
    width: 100%;
    max-width: 380px;
  }
}

/* Desktop: horizontal grid */
@media (min-width: 640px) {
  #dining .menu_legend {
    display: grid !important;
    grid-template-columns: repeat(5, minmax(0, 1fr)) !important;
    gap: 12px !important;
    align-items: stretch !important;
    max-width: 1100px !important;
    margin: 32px auto !important;
    padding: 0 24px !important;
  }
  #dining .legend_label {
    justify-content: flex-start !important;
    line-height: 1.4;
  }
}

/* Narrow desktop: drop to 2 columns then 3 if needed */
@media (min-width: 640px) and (max-width: 899px) {
  #dining .menu_legend {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  }
}

/* --- Task 10 QA fixes --- */

/* Fix 1: Reset .homeMain background/decoration set by earlier dining.css rules. */
#dining .homeMain {
  background-color: transparent !important;
  background-image: none !important;
  border-radius: 0 !important;
  box-shadow: none !important;
}

/* Fix 2: .leoxTitleColor1 in global.css sets color:rgb(1,75,66) and
   background:rgb(246,247,248). The redesign resets background but not color.
   Override both on every element that carries both classes inside #dining. */
#dining h2.leoxTitle1.leoxTitleColor1,
#dining .RestPicture_Desc.leoxTitle1.leoxTitleColor1,
#dining h3.leoxTitle1.leoxTitleColor1 {
  color: var(--mr-cream) !important;
  background: transparent !important;
  background-color: transparent !important;
}

/* Fix 3: A legacy @media (max-width:480px) block in dining.css sets
   .leoxSudlanan { overflow: hidden } without #dining scope. This clips the
   horizontally-scrollable pill tab nav on narrow screens. Override here. */
@media (max-width: 480px) {
  #dining .leoxSudlanan {
    overflow: visible;
  }
  /* Also undo the unscoped .Menu ul li / a overrides that force full-width
     stacked tabs — the redesign already handles pill layout via flexbox. */
  #dining .Menu ul li {
    width: auto;
  }
  #dining .Menu ul li a {
    width: auto;
    display: inline-flex;
    text-align: left;
  }
}

/* Fix 5: .restaurant-highlight spans inherit beige/pastel backgrounds from
   the original dining.css rules. Reset them on the dark teal background. */
#dining .restaurant-intro-content .restaurant-highlight {
  background-color: transparent !important;
  display: inline !important;
  padding: 0 !important;
  border-radius: 0 !important;
  color: var(--mr-gold) !important;
  font-style: italic;
  font-weight: 600;
}

/* Fix 7: stray <br> elements inside .rest-menu-items consume grid cells
   and shift menu items into the wrong column (seen in Fiji and Palermo
   Low-Carb Desserts panels). Hide them. */
#dining .rest-menu-items > br {
  display: none;
}

/* Fix 8: Some panels (Fiji/Palermo Low-Carb Desserts) wrap multiple inner
   .rest-menu-item cards inside an outer .rest-menu-item.noDescription
   container. Only those WRAPPERS need card chrome removed — single
   .noDescription items (title + price, no description) must remain styled
   as normal cards. Use :has() to detect the wrapper case. */
#dining .rest-menu-items > .rest-menu-item.noDescription:has(> .rest-menu-item) {
  background: transparent !important;
  border-left: none !important;
  padding: 0 !important;
  grid-column: 1 / -1;
  display: grid;
  grid-template-columns: 1fr;
  gap: 10px;
}

@media (min-width: 560px) {
  #dining .rest-menu-items > .rest-menu-item.noDescription:has(> .rest-menu-item) {
    grid-template-columns: 1fr 1fr;
  }
}

/* Fix 6: standalone <p class="rest-menu-item-desc"> that sit directly inside
   .rest-menu-items (section intro text, not inside a .rest-menu-item card)
   need to span both grid columns and have no card styling. */
#dining .rest-menu-items > p.rest-menu-item-desc {
  grid-column: 1 / -1;
  background: transparent;
  border-left: none;
  padding: 0 0 8px;
  font-family: 'Jost', sans-serif;
  font-size: 14px;
  font-weight: 400;
  font-style: italic;
  color: var(--mr-text-body);
  line-height: 1.7;
}

/* Fix 4: border-image resets border-style to none in some browsers, so
   "border-top: 1px solid" combined with border-image may not render.
   Replace the border-image divider with a ::before pseudo-element instead. */
#dining #diningRestaurants .leoxSudlanan.borderLight {
  border-top: none;
  border-image: none;
  border-bottom: 1px solid var(--mr-border-gold);
  border-left: none;
  border-right: none;
  position: relative;
}
#dining #diningRestaurants .leoxSudlanan.borderLight::before {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 1px;
  background: linear-gradient(
    90deg,
    transparent 0%,
    var(--mr-border-gold) 30%,
    var(--mr-border-gold) 70%,
    transparent 100%
  );
  pointer-events: none;
}
