@import url('https://fonts.googleapis.com/css2?family=DM+Sans:ital,opsz,wght@0,9..40,100..1000;1,9..40,100..1000&family=Work+Sans:ital,wght@0,100..900;1,100..900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=BBH+Sans+Hegarty&family=Outfit:wght@100..900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Outfit:wght@100..900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Figtree:ital,wght@0,300..900;1,300..900&display=swap');

#btn-pay:disabled, #btnfinish:disabled {
  opacity: 0.6;
  cursor: not-allowed;
}
/* Menu Page CSS */
.hdr-title {
font-family: "BBH Sans Hegarty", sans-serif !important;
font-weight: 300;
font-style: normal;
text-transform: uppercase;
letter-spacing: 0.5px;
font-size: 1.8em;
text-align: center;
}
.main-title {
font-weight: 800;
font-style: normal;
text-transform: uppercase;
letter-spacing: 0.5px;
}
input[type="password"],
input[type="email"],
input[type="text"],
input[type="file"],
input[type="num"],
textarea,
button,
body, p, ul, li, label, select, a, span {
font-family: 'Figtree', sans-serif !important;
}
h1, h2, h3, h4, h5, h6 {
font-weight: 600;
}
/* body, p, span {
font-size: 1.3em !important;
} */
.text-white { color: #fff; }
.cat-row h2 {
margin: 40px 0 -15px 0; /* top right bottom left */
font-size: 1.6em;
font-weight: 600;
}
.home-title {
/* font-size: 1.6em; */
margin-bottom: -10px;
}
#anchor, #roomNo, #deliveryAddress, .social-btn-top1 {
display: none;
}
.order1 .menu-title, .offcanvas-body .menu-title {
font-weight: 600;
letter-spacing: 0px;
font-size: 1.1em !important;
}
.order1, .menu-price, .offcanvas-body .menu-price {
font-weight: 600;
letter-spacing: 0px;
font-size: 1.1em !important;
color: #d0a45b;
}
.order1, .menu-text, .offcanvas-body .menu-text {
font-style: normal;
font-weight: 400;
color: #888;
font-size: 0.9em;
}
.txt-gold {
font-weight: 600;
letter-spacing: 0px;
color: #d0a45b;
}
.txt-bold {
font-weight: 600 !important;
letter-spacing: 0px;
color: #000;
}

/* ----------------------------------------------------
   Typography
---------------------------------------------------- */
.fw-700 { font-weight: 700 !important; }
.fw-800 { font-weight: 800 !important; }
.text-xs { font-size: 11px !important; letter-spacing: 0.3px }
.text-xxs { font-size: 10px !important; letter-spacing: 0.3px}
.text-sm { font-size: 12px !important; letter-spacing: 0.3px }
.text-md { font-size: 13px !important; letter-spacing: 0.3px }
.text-uppercase { text-transform: uppercase !important; }
.ls-1 { letter-spacing: 1px !important; }
.ls-sm { letter-spacing: 0.5px !important; }
.text-md { font-size: 13px !important; letter-spacing: 0.3px }
.text-bold, .fw-bold { font-weight: 700 !important; letter-spacing: 0.3px }
.text-semibold, .fw-medium { font-weight: 600 !important; letter-spacing: 0.3px }
.underline { text-decoration: underline !important; }
.-mt-5 { margin-top: -5px !important; }
.-mt-10 { margin-top: -10px !important; }
.-mt-15 { margin-top: -15px !important; }
.-mt-20 { margin-top: -20px  !important; }
.-mb-5 { margin-bottom: -5px  !important; }
.-mb-10 { margin-bottom: -10px  !important; }
.-mb-20 { margin-bottom: -20px  !important; }
.ls-1 { letter-spacing: 1px; }
.ls-sm { letter-spacing: 0.5px; }

.txt-red {
color: #d2302d;
}
.txt-green {
color: #51cea2;
}
.txt-dark {
color: #111;
}
.fs-14 {
    font-size: 14px !important;
}

.fs-16 {
    font-size: 16px !important;
}

.fs-18 {
    font-size: 18px !important;
}

.fs-20 {
    font-size: 20px !important;
}

.hidden {
  display: none;
}
.muted {
  color: #666 !important;
  opacity: 0.85;
}
.slider-text h2 {
font-family: 'Figtree', sans-serif !important;
font-size: 2em;
}
.slider-container {
position:relative;
height: 100vh;
margin-bottom: 0;
}
.img-cat, .tray-col {
vertical-align: top;
}
.img-cat img {
border-radius: 20px;
}
.notify {
display: none;
position: fixed;
top: 50%;
left: 50%;
transform: translate(-50%, -50%); /* Moves the div back by half its own width and height */
width: 250px;
height: 50px;
text-align: center;
padding: 10px;
z-index: 999;
background: #222;
opacity: 0.8;
color: #fff;
border-radius: 10px;
font-weight: 550;
z-index: 9999;
}
.logo {
position: absolute;
top: 15px;
left: 20px;
margin: 15px 0 15px 0; /* top right bottom left */
}
.logo img {
width: 50px;
}
.headerHolder {
  height: 100px;
}
.d-badge {
display: inline-block;
background-color: #51cea2; /* Example background color for the counter */
color: #fff;
min-width: 25px; /* Ensures a minimum width for single digits */
border-radius: 5px; /* Makes it a circle */
padding: 1px 5px 1px 5px; /* Adjust padding for size */
font-size: 0.8em !important;
font-weight: 550;
text-align: center;
margin-right: 3px;
}
.cart-icon-container {
position: absolute; /* Essential for positioning the counter relative to this container */
top: 0;
right: 30px;
z-index: 9999;
cursor: pointer;
}
.cart-count {
position: relative;
top: -25px; /* Adjust as needed to position vertically */
right: -30px; /* Adjust as needed to position horizontally */
background-color: #ff0000; /* Example background color for the counter */
color: white;
width: 25px;
height: 25px;
min-width: 25px; /* Ensures a minimum width for single digits */
border-radius: 50%; /* Makes it a circle */
padding: 3px 6px 3px 6px; /* Adjust padding for size */
font-size: 0.8em !important;
font-weight: bold;
text-align: center;
}
.cart-icon {
color: #e3c086 !important;
cursor: pointer;
display: block;
height: 50px;
width: 50px;
position: relative;
top: 20px;
/* margin: 0 0 -20 0; */
}
.cart-icon:hover {
color: #fff !important;
}

.btn-select {
font-size: 0.8em;
text-transform: uppercase;
color: #fff;
background: #222;
border: 2px solid #222;
margin: 10px 0 0 0 !important; /* top right bottom left */
padding: 10px 15px 10px 15px;
letter-spacing: 0.15em;
cursor: pointer;
}
.btn-selected {
font-size: 0.8em;
text-transform: uppercase;
color: #e3c086;
background: none;
border: 2px solid #e3c086;
margin: 10px 0 0 0 !important; /* top right bottom left */
padding: 10px 15px 10px 15px;
letter-spacing: 0.15em;
pointer-events: none; /* Disables all pointer events on the link */
cursor: default;
}

/* ----------------------------------------------------
   Remove Native iOS Select Styling
---------------------------------------------------- */
.slick-select {
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;

    background-image: none !important;

    outline: none;
    box-shadow: none;
}

/* ----------------------------------------------------
   Fix Mobile Safari Weirdness
---------------------------------------------------- */
.slick-select:focus {
    outline: none;
    box-shadow: none;
}

/* ----------------------------------------------------
   Improve Dropdown Option Appearance
---------------------------------------------------- */
.slick-select option {
    background: #fff;
    color: #222;
    font-size: 12px;
}

.slider-text p {
font-size: 14px;
}
.circle-down {
height: 50px;
width: 50px;
border-radius: 50%;
border: solid 2px #fff;
display: flex;
justify-content: center;
align-items: center;
/* cursor: pointer; */
transition: 0.3s ease-in-out;
margin: auto;
}
.circle-icon {
font-size: 20px;
color: #fff;
transition: 0.3s ease-in-out;
}
.btn-gold {
letter-spacing: 0.15em;
font-weight: 600;
display: inline-block;
color: #ffffff;
border: 2px solid #e3c086;
text-transform: uppercase;
padding: 16px 24px;
background: #e3c086;
cursor: pointer;
}
.btn-dark {
font-size: 13px;
text-transform: uppercase;
color: #fff;
background: #222;
border: 1px solid #222;
margin: -10px 0 0 0; /* top right bottom left */
padding: 20px 15px 20px 15px;
letter-spacing: 1px;
width: 100%;
}
.btn-select:hover, .btn-dark:hover, .btn-gold:hover {
border: 2px solid #e3c086;
color: #fff;
background: #e3c086;
}
.show-all {
font-size: 10px;
text-transform: uppercase;
color: #000;
background: #e3c086;
border: 1px solid #e3c086;
margin: 5px 0 0 0; /* top right bottom left */
padding: 10px 15px 10px 15px;
letter-spacing: 1px;
}
.btn-active {
    display: block;
    font-size: 0.7em;
    font-weight: 600;
    text-align: center;
    color: #fff !important;
    background: #333;
    border: 0;
    border-radius: 6px;
    margin-top: 15px;
    padding: 20px 0;
    letter-spacing: 1px;
    width: 100%;
    text-decoration: none; /* remove underline */
}
.btn-active:hover {
    background: #111;
}

.btn-active:active {
    transform: scale(0.98);
}
.section-bkg {
background-color: #111 !important;
margin-top: -5px;
padding: 50px 20px 50px 20px;
}
.item-row-2 {
height: 500px;
overflow: hidden;
transition: height 0.3s ease-in-out; /* Smooth transition for height change */
overflow: hidden; /* Hide overflowing content during transition */
}
.expanded {
height: 800px !important; /* Expanded height */
}
.item-row {
width: 100%;
height: 425px;
max-height: 425px;
/**used to scroll text*/
/* white-space: nowrap;  */
overflow-x: hidden;
overflow-y: scroll;
/* overflow: hidden; /* Hides both vertical and horizontal scrollbars */
/**keep scrolling when
*finger or cursor scrolling*/
-webkit-overflow-scrolling: touch;
scrollbar-width: thin; /* Make the scrollbar thinner */
scrollbar-color: #efd5ab #f9ead1;
margin: 30px 0 20px 0; /* top right bottom left */
cursor: grab; /* Indicates draggable functionality */
padding-right: 25px;
}

/* Off Canvas */
.offcanvas-bottom {
right: 0;
left: 0;
bottom: 0%;
height: 85vh;
max-height: 100%;
border-top: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
transform: translateY(100%);
/* background: #252525;
color: #fff; */
border-top-right-radius: 25px;
border-top-left-radius: 25px;
}
/* Off Canvas */

/* Custom radio button */
/* Hide the default radio button */
input[type="radio"] {
display: none;
}
/* Style the custom square radio button */
.custom-radio {
display: inline-block;
width: 20px; /* Adjust size as needed */
height: 20px; /* Adjust size as needed */
border: 2px solid #ccc;
border-radius: 5px;
background-color: #f0f0f0;
vertical-align: middle; /* Align with text */
margin-right: 8px; /* Space between square and label text */
cursor: pointer;
}
/* Style the custom radio button when checked */
input[type="radio"]:checked + label .custom-radio {
background-color: #d0a45b; /* Example: blue background when checked */
border-color: #d0a45b;
}
/* Add a checkmark or inner square when checked (optional) */
input[type="radio"]:checked + label .custom-radio::after {
content: '';
display: block;
width: 10px; /* Size of the inner square/checkmark */
height: 10px; /* Size of the inner square/checkmark */
/* border-radius: 5px; */
background-color: white;
margin: 3px; /* Center the inner square */
}
/* Style the label for better user experience */
label {
display: flex;
align-items: center;
cursor: pointer;
margin-bottom: 10px;
font-size: 0.7em !important;
color: #555;
}
/* Custom radio buttton  */
/* End menu page CSS */

/* Start order page CSS */
.qrcode img {
width: 100%;
}
.tray-row .menu-title {
font-weight: 400;
letter-spacing: 0px;
}
.tray-row, .menu-price {
font-weight: 600;
letter-spacing: 0px;
color: #000;
}
.tray-row, .menu-text {
font-size: 0.7 !important;
font-style: normal;
font-weight: 400;
color: #999;
}
.top-logo img {
width: 35px;
margin-top: -50px;
}
.btn-notify {
font-size: 1em;
text-transform: uppercase;
color: #fff;
font-weight: 600;
background: #d2302d;
border: 2px solid #d2302d;
margin: 15px 0 0 0; /* top right bottom left */
padding: 15px 15px 15px 15px;
letter-spacing: 1px;
/* width: 50%; */
border-radius: 5px;
display: inline-block;
}
.btn-notify:hover {
background: #333;
border: 2px solid #333;
color: #fff;
}
.btn-grey {
font-size: 13px;
text-transform: uppercase;
color: #fff;
font-weight: 600;
background: #d4d4d4;
border: 2px solid #d4d4d4;
margin: 15px 0 0 0; /* top right bottom left */
padding: 15px 15px 15px 15px;
letter-spacing: 1px;
/* width: 50%; */
border-radius: 5px;
display: inline-block;
pointer-events: none;
}
.btn-dark {
font-size: 14px;
text-transform: uppercase;
color: #fff;
background: #222;
border: 2px solid #222;
margin: -10px 0 0 0; /* top right bottom left */
padding: 20px 15px 20px 15px;
letter-spacing: 1px;
width: 100%;
}
.btn-select:hover, .btn-dark:hover, .btn-gold:hover {
border: 2px solid #e3c086;
color: #fff;
background: #e3c086;
}
.btn-bank {
font-size: 13px;
color: #fff;
font-weight: 500;
background: #666;
border: 2px solid #666;
margin: 0 0 0 0; /* top right bottom left */
padding: 7px 15px 7px 15px;
letter-spacing: 1px;
/* width: 50%; */
border-radius: 5px;
display: inline-block;
}
.btn-bank:hover {
background: #333;
border: 2px solid #333;
}
#btn-reminder, .social-btn-top1, #bankInfo {
display: none;
}
.topSingleBkg {
width: 100%;
height: 45vh;
display: block;
overflow: hidden;
position: relative;
margin-bottom: 80px;
background-color: #f9fafc;
color: #111 !important;
}
.hour-glass {
width: 100px;
height: 100px;
margin: -130px 0 0 0;
}
.hour-glass img {
width: 100px;
height: 100px;
}
/* End order page CSS */

/* ----------------------------------------------------
   Category Image Overlay
---------------------------------------------------- */
.category-image-wrap{
  position: relative;
  width: 100%;
  height: 600px;          /* wrapper owns height */
  overflow: hidden;
}

/* keep your existing bkg-image lazy-load rules working */
.category-image-wrap .bkg-image{
  position: absolute;     /* fill the wrapper */
  inset: 0;
  width: 100%;
  height: 100%;
  z-index: 0;

  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

/* Dark overlay on image */
.category-image-wrap::after{
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(
    to top,
    rgba(0,0,0,0.75) 0%,
    rgba(0,0,0,0.35) 40%,
    rgba(0,0,0,0.05) 70%
  );
  z-index: 1;
  pointer-events: none;
}

/* Title text */
.category-overlay-title {
  position: absolute;
  bottom: 16px;
  left: 16px;
  z-index: 2;

  color: #fff;
  font-size: 1.8rem;
  font-weight: 700;
  letter-spacing: 0.3px;
  text-shadow: 0 2px 6px rgba(0,0,0,0.6);
}

/* ----------------------------------------------------
   Lazy Loading
---------------------------------------------------- */
.bkg-image{
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  opacity: 0;
  transition: opacity .3s ease;
}

.bkg-image.img-loaded{
  opacity: 1;
}

.bkg-image.img-error{
  background-image: url("img/no-image.jpg");
  opacity: 1;
}

/* ----------------------------------------------------
   Checkout Inputs – Always Full Width
---------------------------------------------------- */
.comm-field {
  display: block;
  width: 100%;
  max-width: 100%;
  box-sizing: border-box;
}

.qty {
  width: 60px !important;
  height: 55px;
  padding: 10px 15px 5px 20px;
  font-size: 13px;
  background-color: #f2f2f2;
  border: 0;
}

/* If your theme wraps inputs in odd containers */
.hidden-fields,
.active-field,
#tableNo,
#roomNo,
#deliveryAddress,
#orderNotes {
  width: 100%;
}

/* Optional: textarea should match too */
#orderNotes textarea.comm-field {
  width: 100%;
  resize: none;
}

/* ----------------------------------------------------
   Toast Container
---------------------------------------------------- */
#toast-container {
  position: fixed;
  top: 30px;             /* distance from bottom */
  left: 50%;                /* center horizontally */
  transform: translateX(-50%);  /* perfect left-right centering */
  width: 85%;
  text-align: center;
  z-index: 99999;
  display: flex;
  flex-direction: column;
  gap: 10px;

  animation: toastIn 0.45s cubic-bezier(.21,1.02,.73,1),
             toastOut 0.35s ease-in forwards;
  animation-delay: 0s, 3s;
}

#toast-container i {
  font-size: 16px !important;
}

#toast-container .green {
  color: #76d294 !important;
}

#toast-container .red {
  color: #dc2626 !important;
}

@keyframes fadeIn {
  from {
    opacity: 0;
    transform: translateY(10px); /* slide UP from below */
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
@keyframes fadeOut {
  from {
    opacity: 1;
    transform: translateY(0);
  }
  to {
    opacity: 0;
    transform: translateY(10px); /* slide DOWN */
  }
}

/* ----------------------------------------------------
   CART
---------------------------------------------------- */
.line {
  display: flex;
  justify-content: space-between;
  padding: 5px;
  /* border-top: 1px solid rgba(15,23,31,0.04); */
  font-size: 15px;
}

.faint-bar {
  height: 8px;
  border-radius: 6px;
  background: linear-gradient(90deg,#f4f6f8,#f0f3f6);
  margin: 12px 0;
}

.line .label {
  font-size: 16px;
  font-weight: normal;
  color: #888;
}

.line .value {
  font-size: 16px;
  font-weight: 600;
}

.line p,
.radio-group label,
.comm-field {
  font-size: 16px !important;
}

/* Sticky categories  */
.sticky {
position: fixed;
width: 100%;
/* background-color: #fff0c5; */
background-color: #fff;
top: 95px;
left: 0;
z-index: 999;
opacity: 1;
padding: 10px;
}
.sticky .cat-sticky {
height: 200px;
max-height: 200px;
/**used to scroll text*/
white-space: nowrap;
overflow-x: auto;
overflow-y: hidden;
/* overflow: hidden; /* Hides both vertical and horizontal scrollbars */

/**keep scrolling when
*finger or cursor scrolling*/
-webkit-overflow-scrolling: touch;
margin: 0 0 0 15px; /* top right bottom left */
padding: 10px;
width: 100%;
}
.cat-sticky a:hover {
color: #e3c086;
font-weight: 550;
}
.sticky .cat-sticky::-webkit-scrollbar {
height: 5px;
}
.sticky .cat-sticky .cat-sticky-block {
width: 140px;
height: 140px;
padding: 3px;
float: none;
display: inline-block;
justify-content: center;
text-align: center;
}
.sticky .cat-sticky .cat-sticky-block p {
font-size: 0.9em !important;
padding-top: 10px;
}
.sticky .cat-sticky .cat-sticky-block {
text-align: center;
align-items: center;
}
.sticky .cat-sticky .cat-sticky-block img {
border-radius: 50%;
padding: 3px;
border: 3px solid #ddd;
width: 100%;
transition: all .3s ease;
cursor: pointer;
gap: 5px;
}
.sticky .cat-sticky .cat-sticky-block img:hover {
/* border: 5px solid #e3c086; */
transform: scale(1.1);
}
.scale-image {
transform: scale(1.1);
}
/* Sticky categories */

@media (max-width: 767px) {
/* Menu page mobile CSS */
body, p, span {
font-size: 1em !important;
}
.logo {
transform: translate(-50%, -50%); /* Moves the div back by half its own width and height */
left: 50%;
top: 30px;
}
.logo img {
width: 40px;
}
.hdr-title {
/* font-size: 25px; */
}
.modal-content,
.modal-body {
  padding-left: 0 !important;
  padding-right: 0 !important;
}

  .category-image-wrap{
  height: 420px;
}

.category-overlay-title{
  font-size: 1.2rem;
  bottom: 12px;
  left: 12px;
}
.cart-icon-container {
position: relative; /* Essential for positioning the counter relative to this container */
top: -8px;
right: 0;
z-index: 9999;
cursor: pointer;
}
.cart-count {
position: relative;
top: -15px; /* Adjust as needed to position vertically */
right: -13px; /* Adjust as needed to position horizontally */
background-color: #ff0000; /* Example background color for the counter */
color: white;
width: 25px;
height: 25px;
min-width: 25px; /* Ensures a minimum width for single digits */
border-radius: 50%; /* Makes it a circle */
padding: 3px 6px 3px 6px; /* Adjust padding for size */
font-size: 11px !important;
font-weight: bold;
text-align: center;
}
.cart-icon {
color: #e3c086 !important;
cursor: pointer;
display: block;
height: 25px;
width: 25px;
position: relative;
top: 20px;
/* margin: 0 0 -20 0; */
}
.btn-select,
.btn-selected {
font-size: 0.7em;
}
.video-intro {
font-size: 1em;
}
.home-section-v2 {
margin-top: -30px;
}
.cat-row h2 {
font-size: 1.7em;
}
.item-row {
height: auto;
max-height: auto;
/* overflow-x: visible; */
/* overflow-y: visible; */
padding-right: 0;
scrollbar-width: none; /* Hides the scrollbar */
-ms-overflow-style: none; /* Hides the scrollbar */
padding-bottom: 0;
margin-bottom: 10px;
}
.item-row::-webkit-scrollbar {
display: none;
}
.cat-row {
margin: 0 0 -30px 0; /* top right bottom left */
}
.order1 .menu-title, .offcanvas-body .menu-title {
font-size: 1.0em !important;
}
.order1 .menu-price, .offcanvas-body .menu-price {
font-size: 1.0em !important;
}
.slider-text h2 {
font-size: 1.6em;
}
.social-btn-top1 {
display: block;
}
.slider-text p {
font-size: 12px;
}
.mobile-menu-holder { 
display: none !important;
}
.top-logo img {
width: 40px;
margin-top: -100px;
}
.headerHolder {
  height: 80px;
}
/* End menu page mobile CSS */

/* Sticky categories  */
.sticky {
position: fixed;
width: 100%;
/* background-color: #fff0c5; */
background-color: #fff;
top: 70px;
left: 0;
z-index: 999;
opacity: 1;
padding: 0;
}
.sticky .cat-sticky {
height: 135px;
max-height: 135px;
/**used to scroll text*/
white-space: nowrap;    
overflow-x: auto;
overflow-y: hidden;
/* overflow: hidden; /* Hides both vertical and horizontal scrollbars */
/**keep scrolling when
*finger or cursor scrolling*/
-webkit-overflow-scrolling: touch;
margin: 5px 0 0 0; /* top right bottom left */
padding: 15px 10px 0 15px;
width: 100%;
}
.cat-sticky a:hover {
color: #e3c086;
font-weight: 550;
}
.sticky .cat-sticky::-webkit-scrollbar {
height: 5px;
}
.sticky .cat-sticky .cat-sticky-block {
width: 77px;
height: 77px;
padding: 3px;
float: none;
display: inline-block;
justify-content: center;
text-align: center;
}
.sticky .cat-sticky .cat-sticky-block p {
font-size: 12px !important;
padding-top: 5px;
}
.sticky .cat-sticky .cat-sticky-block {
text-align: center;
align-items: center;
}
.sticky .cat-sticky .cat-sticky-block img {
border-radius: 50%;
padding: 3px;
border: 3px solid #ddd;
width: 100%;
transition: all .3s ease;
cursor: pointer;
}
.sticky .cat-sticky .cat-sticky-block img:hover {
/* border: 5px solid #e3c086; */
transform: scale(1.1);
}
.scale-image {
transform: scale(1.1);
}
/* Sticky categories */
}