/* ===== MENU RESCUE (no header changes) ===== */
:root { --header-h: 64px; } /* JS below will sync to your real header height */

/* Ensure nothing clips the dropdown */
header, .nav-bar-header, .nav-right, .primary-nav { overflow: visible !important; }
header {    min-height: 80px;}
/* Desktop: parents inline with pipes */
.menu.menu-primary{display:flex;align-items:center;gap:0;margin:0;padding:0;list-style:none;white-space:nowrap;justify-content: center;}
.menu.menu-primary > li{position:static;}
.menu.menu-primary > li > a{display:inline-block;padding:12px 14px;text-decoration:none;line-height:1.2;}
.menu.menu-primary > li:not(:last-child) > a::after{content:" | ";margin-left:14px;opacity:.6;}

/* Full-width panel UNDER fixed header. Keep it hidden by default — no !important here */
.mega-panel{
  position:fixed; left:0; right:0; top:var(--header-h);
  background:#fff; border-top:1px solid rgba(0,0,0,.06);
  box-shadow:0 12px 24px rgba(0,0,0,.14);
  z-index:1200;           /* above most content, under header if your header is 1300+ */
  display:none;
  padding:22px 0;
  visibility:visible;     /* ensure no theme sets it hidden */
  opacity:1;              /* ditto */
}

.primary-nav {
    min-width: 570px;
    margin: 0 auto;
    text-align: center;
    color: #fff;
}

.nav-center .menu-toggle {
	display: none;
}

.nav-center {
    width: 100%;
    align-items: center;
}
.nav-right {max-width: 400px}

/* Child grid */
.mega-list{
  max-width:1200px;margin:0 auto;padding:0 16px;list-style:none; display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:16px;
}
.menu-card{display:block;margin:0}
.menu-card img{width:100%;height:160px;object-fit:cover;border-radius:8px;display:block}
.mega-list figcaption{margin-top:8px;font-weight:600;color:#111}

/* If theme forces core sub-menu styles, neutralize them.
   We turn UL submenus into panels too (JS adds classes); hide by default. */
ul.sub-menu{display:none;}
ul.sub-menu.mega-panel.mega-list{padding:22px 16px}

/* MOBILE (≤ 789px): fixed overlay BELOW header (so it doesn’t stretch header) */
@media (max-width:789px){
  #primary-nav{
    position:fixed; left:0; right:0; top:var(--header-h); bottom:0;
    display:none; background:#fff; border-top:1px solid rgba(0,0,0,.06);
    box-shadow:0 10px 18px rgba(0,0,0,.10); z-index:1200; overflow:auto;
  }
  .menu.menu-primary{display:block;margin:0;padding:8px 12px;white-space:normal;}
  .menu.menu-primary > li{border-bottom:1px solid rgba(0,0,0,.08);}
  .menu.menu-primary > li > a{display:block;padding:14px 6px;}
  .menu.menu-primary > li > a::after{content:"";}

  /* Panels behave as accordions inside the fixed overlay */
  .mega-panel{position:static;top:auto;left:auto;right:auto;display:none;box-shadow:none;border-top:0;padding:12px 0;}
  .mega-list{padding:0 4px;grid-template-columns:1fr;gap:10px;}
  ul.sub-menu.mega-panel.mega-list{display:none;padding:12px 4px;grid-template-columns:1fr;}
}


body {
    display: flex !important;
    flex-direction: column !important;
    justify-content: flex-start;
    align-items: center;
	color: var(--brand-body-color);
	font-size: var(--brand-font-size-base);
	font-weight: 274;
	line-height: 1.4;
}
html {
    margin-top: 0 !important;
}
    header .custom-logo-link img {
        height: auto;
    }

a {
    color: inherit !important;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}

h1, h2, h3, h4, h5, h6 {
  font-optical-sizing: auto;
  font-style: normal !important;
  color: inherit;
    margin: 0 0 10px 0;
    line-height: 1.2;
}


h1 {
	font-size: var(--brand-font-size-xlarge);
	font-weight: 500;
	
}

h2 {
	font-size: var(--brand-font-size-large);
	font-weight: 500;
	
}

h3 {
	font-size: var(--brand-font-size-medium);
	font-weight: 500;
	
}
h3 {
	font-size: var(--brand-font-size-medium);
	font-weight: 500;
	
}



.foot-columns a:hover {
	color: #111827 !important;
}




.main-menus li a {
	color: var(--brand-body-color);
    text-align: center;
    padding: 0 12px;
    text-decoration: none;
    height: 38px;
    line-height: 1.4;
    font-size: var(--brand-font-size-base);
    display: flex;
    flex-direction: row;
    align-items: center;
	border-bottom: 1px solid var(--brand-body-color);
	margin: 0 2px;
	min-width: 122px;
	justify-content: center;
}
.main-menus li a:hover {
	color: var(--brand-main-color) !important;
	border-bottom: 1px solid var(--brand-main-color);
}
.main-menus li a:focus {
	color: var(--brand-main-color);
    border-bottom: 1px solid var(--brand-main-color);
}

.main-menus li.current-menu-item a {
	color: var(--brand-main-color);
    border-bottom: 1px solid var(--brand-main-color);
}

.main-menus li.current-menu-item a:focus {
    color: var(--brand-main-color);
    border-bottom: 1px solid var(--brand-main-color);
}

.main-menus li, .main-menus ul {
    list-style: none;
}

dl, ol, ul {
    margin-top: 0;
    margin-bottom: 0;
}






body, span, a, button, input, strong, ul, li, code, b {
  font-optical-sizing: auto;
  font-style: normal !important;
}

header {
    display: flex !important;
    flex-direction: row !important;
    align-items: center !important;
    justify-content: center !important;
	background: #ffffff;
}


.nav-bar-header {
    display: flex;
    flex-direction: row;
    align-content: center;
	padding: 0 16px;
    width: 100%;
}

.nav-bar-header .logo img, .footer-logo img {
	border-radius: 0 !important;
}

.nav-left,  .nav-right {
	display: flex;
	align-content: center;
	padding: 0;
	margin: 0;
    flex-wrap: wrap;
}

.nav-bar-header .nav-left {
	justify-content: flex-start;
	width: auto;
	
}
.nav-bar-header .nav-right {
	justify-content: flex-end;
	width: 100%;
}

.nav-bar-header .nav-right .main-menus {
    width: 83%;
}

.nav-bar-header .alt-menu {
	display: none !important;
}
.nav-bar-header .main-menu {
	display: flex;
}

.nav-bar-header .user-btns {
    flex-direction: row;
    display: flex;
    justify-content: flex-end;
	width: 10%;
	min-width: 180px;
}

.nav-bar-header .user-btns .btn-main:hover {
    background: #3c83f6 !important;
	color: #ffffff !important;
}


.opal-header {
    display: flex;
    flex-direction: row;
    place-content: space-evenly;
}
.nav-bar-header .logo {
    width: 150px;
	padding: 0 ;
}


.menu-item-486, .menu-item-487 {
    border-radius: 16px;
    width: 78% !important;
    height: 48px;
    font-size: var(--brand-font-size-base);
    line-height: normal;
    letter-spacing: 0;
    padding: 0 15px;
    margin: 0 2px;
    border: 1px solid #D1D5DB;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    position: absolute;
}


.menu-item-486:hover, .menu-item-487:hover {
    background: #2463EB;
    color: #F9FAFB;
		border: 1px solid #2463EB !important;
}
.menu-item-487 {
    background: var(--main-brand-colour);
    color: #ffffff !important;
	bottom: 200px;
}
.menu-item-487 a {
    color: #ffffff !important;
}

.menu-item-486 {
    background: #ffffff;
    color: #111827;
	bottom: 265px;
}


.menu a {
    text-decoration: none !important;
	color: var(--brand-body-color);
}
.menu a:hover {
    text-decoration: underline;
	color: var(--brand-body-color);
}

#menuToggle {
  display: flex;
  position: relative;
  z-index: 1;
  -webkit-user-select: none;
  user-select: none;
  flex-direction: column;
}
#menuToggle a {
  text-decoration: none;
  color: var(--brand-body-color);
  transition: color 0.3s ease;
}
#menuToggle a:hover {
  color: #111827;
}
#menuToggle input {
  display: block;
  width: 40px;
  height: 32px;
  position: absolute;
  top: -7px;
  left: -5px;
  cursor: pointer;
  opacity: 0; /* hide this */
  z-index: 2; /* and place it over the hamburger */
  -webkit-touch-callout: none;
}

#menuToggle span {
  display: block;
  width: 25px;
  height: 2px;
  margin-bottom: 5px;
  position: relative;
  background: var(--brand-body-color);
  border-radius: 3px;
  z-index: 1;
  transform-origin: 4px 0px;
  transition: transform 0.5s cubic-bezier(0.77, 0.2, 0.05, 1.0), background 0.5s cubic-bezier(0.77, 0.2, 0.05, 1.0), opacity 0.55s ease;
}
#menuToggle span:first-child {
  transform-origin: 0% 0%;
}
#menuToggle span:nth-last-child(2) {
  transform-origin: 0% 100%;
}

#menuToggle input:checked ~ span {
  opacity: 1;
  transform: rotate(45deg) translate(-2px, -1px);
  background:#111827;
}

#menuToggle input:checked ~ span:nth-last-child(3) {
  opacity: 0;
  transform: rotate(0deg) scale(0.2, 0.2);
}

#menuToggle input:checked ~ span:nth-last-child(2) {
  transform: rotate(-45deg) translate(0, -1px);
}
#menu {
    position: absolute;
    width: 40vw;
    margin: -20vh 0 0 -20vw;
    padding: 0;
    background: #F4F8FF;
    list-style-type: none;
    -webkit-font-smoothing: antialiased;
    transform-origin: 0% 0%;
    transform: translate(-120vw, 0);
    transition: transform 0.5s cubic-bezier(0.77, 0.2, 0.05, 1.0);
    height: 100vh;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
}
#menu li {
  padding: 10px 0;
  font-size:var(--brand-font-size-medium);
}

#menuToggle input:checked ~ ul {
  transform: none;
}

.alt-menu .menu li {
    padding: 0 !important;
    font-size: var(--brand-font-size-base) !important;
    width: 279px;
    text-align: left;
    margin: 0 20% 0 0;
	height: 48px;
}
.nav-right .main-menus .menu {
    display: flex;
    width: 100%;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    list-style: none;
    padding: 0 10px;
    height: 45px;
    margin: 0;
}

.nav-right .main-menus .menu a {
    padding: 0 10px;
    text-decoration: none;
    color: var(--brand-body-color);
	font-size: var(--brand-font-size-base);
}


		

		
	 @media (max-width: 767px) {
		 
		section.top-fixed.banr-inr-cnt .banner-grid:after {
    background: none !important;
}


 @media (min-width: 0) {

	header .btn-booktable {
    background: var(--main-brand-colour);
    padding: 0px;
    color: var(--black);
    border-radius: var(--brand-border-radius);
    max-width: 150px;
    height: 40px;
    font-weight: 400;
    display: flex;
    align-items: center;
    justify-content: center;
    min-width: 80px;
}

	 
  header nav.navbar-light.navbar-expand-lg {
    padding-right: 0 !important;
	  padding-left: 0 !important;
}
	 
}






 @media (max-width: 1700px) {


	 
	 #menu-primary, #menu-primary-right {
	align-items: center;
    justify-content: center;
    text-align: center;
    width: 100%;
	 }
	 
}
 @media (max-width: 1600px) {
header nav.navbar-light.navbar-expand-lg {
    padding-left: 15px !important;
    padding-right: 15px !important;
}
	 
	 header .d-flex.alt-menu {
    justify-content: flex-start !important;
}
	 
	 

	 


}
 @media (max-width: 1500px) {


}
 @media (max-width: 1300px) {

	 #menu-primary li:nth-child(4), #menu-primary-right li:nth-child(4) {
		 display: none;
		 
	 }
	 
	 .nav-bar-header .nav-right .main-menus {
    width: 80%;
}
	 
	 
	 

}
 @media (max-width: 1200px) {

.nav-bar-header .nav-right .main-menus {
    width: 70%;
}
	 
	 .nav-bar-header .logo {
    width: 190px;
	padding: 0 0 0 40px;
}
	 .nav-bar-header .user-btns {
    width: 23%;
}

}
 @media (max-width: 990px) {
	 
#menu-primary li:nth-child(3), #menu-primary-right li:nth-child(3) {
		 display: none;
		 
	 }
	 
	 	 .nav-bar-header .user-btns {
    width: 25%;
}
	 

	 header nav.navbar-light .navbar-nav .nav-item .nav-link {
    border-top: none !important;  
}
	 
	 #menu-primary, #menu-primary-right{
     flex-direction: row;
}
	 
	header .container {
    max-width: 100% !important;
}
	 
	 

	 .nav-bar-header {
    padding: 0;
}
	 
	 
	 

	 



}


 @media (max-width: 920px) { 
	 .nav-bar-header .nav-right .main-menus {
    width: 70%;
}
	 
}

	 @media (max-width: 840px) {
		  

.nav-bar-header .main-menus {
	display: none !important;
}
       .nav-bar-header .user-btns {
        width: 200px;
	 
	

	 
	 


}


	 @media (max-width: 770px) {
		 
		 .nav-bar-header .nav-right .main-menus {
    width: 60%;
}
	 

.nav-bar-header .main-menu {
	display: none !important;
}
	 
	 
	 #menu-primary, #menu-primary-right {
		 display: none;
		 
	 }
     header .main-menus {
    }
	 header .d-flex.booknow {
    justify-content: flex-end;
    }
	 

	 
	 


}
 @media (max-width: 630px) {
	 
	     #menu {
        position: absolute;
        width: 100vw;
        margin: 40px 0 0 -20px;
        padding: 50px;
    }
	 
	 .nav-bar-header .nav-left {
    width: 100%;
}
	 
     header .main-menus {
        width: 100%;
    }
	 
.nav-bar-header .logo {
    width: 200px;
    padding: 0px 15px 0px 30px;
}
    .nav-bar-header .alt-menu {
        display: flex !important;
        padding: 15px 0 0 20px;
    }
	 .nav-bar-header .nav-right {
	display: none !important;
}
	 
	 

}
	