/* Custom Fonts - Cervo Neue */
@font-face {
  font-family: "Cervo Neue";
  src: url("../fonts/Typoforge Studio - CervoNeue-ThinNeue.otf")
    format("opentype");
  font-weight: 100;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Cervo Neue Light";
  src: url("../fonts/Typoforge Studio - CervoNeue-LightNeue.otf")
    format("opentype");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Cervo Neue";
  src: url("../fonts/Typoforge Studio - CervoNeue-RegularNeue.otf")
    format("opentype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Cervo Neue";
  src: url("../fonts/Typoforge Studio - CervoNeue-MediumNeue.otf")
    format("opentype");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Cervo Neue";
  src: url("../fonts/Typoforge Studio - CervoNeue-SemiBoldNeue.otf")
    format("opentype");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Cervo Neue";
  src: url("../fonts/Typoforge Studio - CervoNeue-BoldNeue.otf")
    format("opentype");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Cervo Neue";
  src: url("../fonts/Typoforge Studio - CervoNeue-ExtraBoldNeue.otf")
    format("opentype");
  font-weight: 800;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Cervo Neue";
  src: url("../fonts/Typoforge Studio - CervoNeue-BlackNeue.otf")
    format("opentype");
  font-weight: 900;
  font-style: normal;
  font-display: swap;
} /* Azeret Mono (monospace) */
@font-face {
  font-family: "Azeret Mono";
  src: url("../fonts/AzeretMono-Italic-VariableFont_wght.ttf")
    format("truetype");
  font-weight: normal;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "Azeret Mono";
  src: url("../fonts/AzeretMono-VariableFont_wght.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
.root {
  overflow-y: hidden;
}
body {
  overflow-y: hidden;
  margin: 0px !important;
  background: #000000db;
  padding-top: 0px;
}

/* index page */
.hero-container {
  position: relative;
  height: 100vh;
  width: 100vw;
}
.locations-wrapper {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  font-size: 0;
}
.location-card {
  position: relative;
  height: 100vh;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  transition: all 0.5s ease;
  font-size: 1rem;
}
.location-link {
  display: block;
  width: 100%;
  height: 100%;
  text-decoration: none;
  color: inherit;
}
#abu-dhabi {
  background-image: url("../images/bgleft.png");
}
#dubai {
  background-image: url("../images/bgright.png");
}
.location-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.767);
  display: flex;
  align-items: center;
  justify-content: center;
  transition: background 0.5s ease;
}
.location-title {
  font-size: 3.5rem;
  font-weight: 300;
  font-family: "Cervo Neue", "Helvetica Neue", Helvetica, Arial, sans-serif;
  color: #ffffff;
  text-transform: uppercase;
  text-align: center;
  transition: color 0.5s ease;
} /* Hover Effect */
.location-card:hover .location-overlay {
  background: rgba(0, 0, 0, 0);
}
.location-card:hover .location-title {
  color: #ab8952; /* Gold */
} /* Logo - Desktop (default) */
.logo {
  position: absolute;
  top: 40px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 10;
}
.logo-img {
  width: 450px;
  height: auto;
} /* Copyright */
.copyright {
  position: absolute;
  bottom: 90px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 10;
  color: rgba(255, 255, 255, 0.7);
  font-size: 0.95rem;
  letter-spacing: 0.05em;
} /* Remove the middle line on desktop */
/* Mobile & Tablet Adjustments */

/* Navbar - Perfectly centered menu */

.header-sub {
  width: 100%;
  display: flex;
  flex-direction: row;
  justify-content: flex-end;
  align-items: center;
}
.navbar {
  background-color: #000 !important;
  padding: 0;
  z-index: 999;
}
.nav-item.current-menu-item > a,
.nav-item.active > a,
.nav-item.current_page_item > a {
  color: #ab8952 !important;
}

.navbar-logo {
  width: 200px;
  height: auto;
}
.nav-link {
  color: #fff !important;
  font-family: "Cervo Neue", sans-serif;
  font-weight: 300;
  font-size: 1.5rem;
  text-transform: uppercase;
  transition: color 0.3s;
  padding: 0.5rem 1rem !important;
}
.nav-link.active,
.nav-link:hover {
  color: #ab8952 !important;
}
.btn-order-now {
  border: 1px solid #fff;
  color: #fff !important;
  padding: 0px 20px;
  border-radius: 10px;
  font-family: "Cervo Neue", sans-serif;
  font-size: 22px;
  font-weight: 100;
  text-transform: uppercase;
  transition: all 0.3s;
  white-space: nowrap;
  text-decoration: none;
}
.btn-order-now:hover {
  background: #ab8952;
  border-color: #ab8952;
  color: #000;
}
.social-icons {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
}
.social-icons a {
  display: block;
  width: 30px;
  height: 30px;
  background: white;
  color: black;
  font-size: 20px;
  border-radius: 50px;
  text-align: center;
  opacity: 0.8;
  transition: all 0.3s ease;
  margin: 0 8px;
  list-style: none;
  text-decoration: none;
}
.social-icons a:hover {
  opacity: 1;
  color: #ffffff;
  background: #ab8952;
  transform: translateY(0px);
}
/* Center the menu items perfectly */
.navbar-nav {
  flex-grow: 1;
  justify-content: center;
} /* Right section (Order + Social) */
.navbar-right {
  display: flex;
  align-items: center;
  gap: 20px;
} /* Make navbar toggler icon white */ /* X icon when menu open - BLACK lines on white mobile menu */
.navbar-toggler[aria-expanded="true"] .top-bar {
  transform: rotate(45deg) translate(7px, 7px);
  background-color: #000000 !important;
}
.navbar-toggler[aria-expanded="true"] .middle-bar {
  opacity: 0;
}
.navbar-toggler[aria-expanded="true"] .bottom-bar {
  transform: rotate(-45deg) translate(7px, -7px);
  background-color: #000000 !important;
} /* Navbar toggler styling */
.navbar-toggler {
  border: none !important;
  padding: 8px 10px;
}
.toggler-bar {
  display: block;
  width: 28px; /* line width */
  height: 3px; /* line thickness */
  background-color: #000000 !important; /* BLACK color for all bars */
  margin: 6px 0; /* space between lines */
  transition: all 0.3s ease-in-out;
  border-radius: 2px;
}
.navbar-toggler:focus {
  box-shadow: none; /* Gold glow on focus to match your theme */
}
.navbar-toggler-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba(255, 255, 255, 1)' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
} /* Mobile adjustments */

/* Home Hero Section */
.home-hero {
  position: relative;
  height: calc(var(--vh, 1vh) * 100);
  background-image: url("../images/homebg.png"); /* Replace with your dark background image */
  background-size: cover;
  background-position: center;
  color: #fff;
  overflow: hidden;
  display: flex;
  justify-content: center;
  align-items: center;
}
.home-hero::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.993); /* Dark overlay for readability */
  z-index: 1;
}
.home-hero > * {
  position: relative;
  z-index: 2;
}
.home-content {
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: 100%;
  height: 100%;
  gap: clamp(16px, 3vh, 30px);
}
.hero-heading {
  width: 80%;
  font-family: "Cervo Neue", sans-serif;
  font-weight: 650;
  font-size: clamp(36px, 7vh, 70px);
  margin: 0;
  line-height: 1.1;
}
.gold-text {
  color: #c79f5f; /* Your gold color */
}
.hero-text {
  font-family: "Cervo Neue", sans-serif;
  font-weight: 100;
  font-size: clamp(14px, 2.2vh, 22px);
  margin: 0;
  line-height: 1.5;
}
.cat-illustration-image-container {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cat-illustration {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.home-awards {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  gap: 0px 30px;
}
.home-award-img {
  height: 70px;
  opacity: 0.9;
}
.awards-mobile-heading {
  color: #ab8952;
  font-family: "Cervo Neue";
  text-align: center;
  font-size: 50px;
  position: absolute;
  bottom: -25%;
  left: 50%;
  transform: translateX(-50%);
  text-transform: uppercase;
  z-index: 1;
  width: 100%;
}

/* Copyright */
.home-copyright {
  position: fixed;
  bottom: 3%;
  right: 5%;
  z-index: 2;
  color: rgba(255, 255, 255, 0.7);
  font-family: "Cervo Neue Light", sans-serif;
  font-weight: 300;
  font-size: 0.95rem;
  letter-spacing: 0.05em;
} /* Mobile-First Hero Adjustments */

/* Navbar Mobile Tweaks */

/* Dark Overlay Fix for Mobile Readability */
.home-hero::before {
  background: rgb(0 0 0 / 42%); /* Slightly darker on mobile */
}
/* Menu Page */
.menu-item-img {
  height: 350px;
}

div#menu-tab {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

div#menu-tab {
  width: clamp(250px, 70%, 600px); /* scales with viewport width */
  display: flex;
  flex-direction: column;
  gap: clamp(10px, 2vh, 20px); /* spacing scales with height */
  margin-left: auto;
  position: relative;
} /* Vertical line */
div#menu-tab::before {
  content: "";
  width: 2px;
  height: clamp(300px, 60vh, 600px);
  background: #fff;
  position: absolute;
  top: 50%;
  right: 0;
  transform: translate(-50%, -50%); /* small offset relative to container */
}

/* Main tab wrapper */
.main-tab-div {
  height: 100%;
  width: 100%;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  padding-left: 0;
  gap: clamp(10px, 2vw, 40px);
  overflow: hidden;
  padding-left: 3%;
  /* optional spacing between tabs */
}

.owl-stage {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
}
.tab-content {
  overflow: hidden;
}
.bg-black {
  background-color: #000;
}
.menu-section {
  padding-top: 0;
  height: 100vh; /* full viewport height */
  color: #fff;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  overflow: hidden;
}
.menu-categories li {
  font-family: "Cervo Neue", sans-serif;
  font-weight: 300;
  font-size: clamp(1.5rem, 3.5vh, 2.5rem); /* scales with height */
  text-align: center;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  color: #ab8952;
  cursor: pointer;
  margin-bottom: clamp(1rem, 2vh, 2rem); /* spacing scales */
  transition: all 0.3s;
}
.menu-categories li.active,
.menu-categories li:hover {
  font-weight: 700;
  color: #fff;
}
.vertical-line {
  height: 80%; /* scale relative to container */
  border-left: 0.2rem solid rgb(255, 255, 255);
}
.menu-content {
  overflow: hidden;
}
.category-content {
  display: none;
  padding-top: clamp(2rem, 5vh, 5rem);
}
.category-content.active {
  display: block;
}
.dish-card {
  min-width: clamp(200px, 22vw, 280px);
  flex-shrink: 0;
  background: none; /* ← make sure card has no background */
  padding: 0; /* remove internal spacing if unwanted */
  border: none; /* just in case */
}
.dish-img {
  width: 100%;
  height: 100%;
  object-fit: contain; /* shows full image, may have letterbox */ /* or keep object-fit: cover; if you accept minor cropping */
  border-radius: 0;
}
.dish-name {
  font-family: "Cervo Neue", sans-serif;
  font-weight: 100;
  font-size: clamp(0.9rem, 2.5vh, 1.2rem);
  margin: 0;
  color: #cbcbcb;
}
.dish-desc {
  font-family: "Cervo Neue", sans-serif;
  font-weight: 300;
  font-size: clamp(0.7rem, 1.8vh, 0.9rem);
  color: rgba(255, 255, 255, 0.7);
  font-style: italic;
  margin: 0;
}
.dish-code {
  font-family: "Cervo Neue", sans-serif;
  font-weight: 300;
  font-size: clamp(0.7rem, 1.8vh, 0.9rem);
  color: rgba(255, 255, 255, 0.7);
  margin-bottom: clamp(0.3rem, 0.8vh, 0.5rem);
}
.dish-price {
  font-family: "Cervo Neue", sans-serif;
  font-weight: 700;
  font-size: clamp(0.9rem, 2vh, 1.1rem);
  color: #ab8952;
} /* Hide scrollbar but keep scrolling functionality */
.overflow-auto::-webkit-scrollbar {
  display: none; /* Chrome, Safari, Edge */
}
.overflow-auto {
  -ms-overflow-style: none; /* IE and Edge */
  scrollbar-width: none; /* Firefox */
} /* Optional: Smooth scrolling feel */
.d-flex.overflow-auto {
  scroll-behavior: smooth;
}

#menu-tab .nav-link {
  color: white !important;
  font-family: "Cervo Neue", sans-serif;
  font-size: clamp(20px, 4vh, 35px); /* scales with viewport height */
  font-weight: 300;
  transition: all 0.3s;
}
#menu-tab .nav-link.active {
  background: transparent;
  color: #ab8952 !important;
  font-weight: 600;
}
.menu-section .vr {
  width: clamp(2px, 0.5vw, 4px); /* scales slightly with width */
  background-color: white;
  align-self: stretch;
  min-height: clamp(300px, 50vh, 600px); /* scales with viewport height */
}
.extra-div {
  width: 70%;
  margin: auto;
  margin-bottom: 15px;
}

.baverage-list-title {
  text-align: center;
  font-family: "Cervo Neue";
  text-transform: uppercase;
  font-size: 20px;
}

.div-list-price {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
}
.div-list-price p {
  font-family: "Cervo Neue";
  margin: 0 0px 5px 0px;
  color: grey;
  font-size: 18px;
  text-transform: capitalize;
}

/* Mobile Responsiveness */

/* Chef Section */
.chef-section {
  min-height: 100vh;
  position: relative;
  background: url("https://goldfish.aundemoz.site/wp-content/uploads/2026/02/chefbg-bw_rev01-1.webp");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: top;
  display: flex;
  align-items: center;
}
.chef-overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.6);
  z-index: 1;
}
.chef-container {
  position: relative;
  z-index: 2;
  display: flex;
  align-items: center;
  width: 100%;
  max-width: 1400px;
  margin: 0 auto;
  padding: 0 5%;
}
.chef-left-empty {
  flex: 1;
}
.chef-content {
  flex: 0 0 50%;
  width: 80%;
  margin-left: auto;
} /* Chef Title */
.chef-title h2 {
  font-family: "Cervo Neue", sans-serif;
  font-size: clamp(24px, 5.5vh, 60px);
  color: #c9a45c;
  text-transform: uppercase;
  line-height: 0.5;
} /* Chef Quote */
.chef-quote p {
  font-family: "Cervo Neue", sans-serif;
  font-weight: 100;
  font-size: clamp(18px, 4vh, 30px);
  font-style: italic;
  opacity: 0.95;
  margin-top: 15px;
  margin-bottom: clamp(15px, 3vh, 20px);
  color: white;
} /* Chef Description */
.chef-description p {
  color: white;
  font-family: "Cervo Neue", sans-serif;
  font-size: clamp(12px, 2.2vh, 25px);
  font-weight: 100;
  line-height: 1;
  letter-spacing: 1px;
  opacity: 0.9;
} /* Footer */
.footer {
  position: fixed;
  bottom: 0;
  width: 100%;
  padding: 0px 5%;
  z-index: 1000;
}
.footer .row {
  align-items: center;
  min-height: 70px;
}
.copyrightM {
  font-size: 0.85rem;
  opacity: 0.7;
  padding-top: 0;
}
.award-img-small {
  height: 70px;
  width: auto;
  object-fit: contain;
} /* Responsive */
@media (max-width: 1200px) {
  .chef-title h2 {
    font-size: 40px;
  }
}

@media (max-width: 480px) {
  .chef-title h2 {
    font-size: 38px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .chef-title h2 {
    font-size: 50px;
  }
  .chef-content {
    width: 80%;
    margin-left: auto;
    margin-top: 10%;
  }
  .chef-description p {
    font-size: 12px;
  }
  .chef-quote p {
    font-size: 25px;
  }
} /* Goldchix PAGE CSS START */ /* GOLDCHIX SECTION */
.goldchix-section {
  background-color: #000;
  padding: 0;
  color: #fff;
  min-height: 100vh;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.goldchix-container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: clamp(20px, 6vh, 60px); /* responsive gap */
}
.goldchix-hero {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 4%;
}
.goldchix-hero img {
  width: 100%;
  height: auto;
  max-height: clamp(180px, 40vh, 420px);
  object-fit: contain;
}
.goldchix-text {
  font-family: "Cervo Neue Light", sans-serif;
  font-size: clamp(14px, 2.6vh, 20px); /* height-based */
  line-height: 1.35;
  color: #e0e0e0;
  width: clamp(70%, 80%, 90%);
  text-align: center;
  margin: auto;
} /* RIGHT SIDE */
.goldchix-right {
  width: clamp(60%, 80%, 90%);
  margin-left: auto;
}
.image-wrapper {
  width: 100%;
  max-width: clamp(200px, 30vw, 380px); /* width-based scaling */
  overflow: hidden;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.5);
}
.goldchix-food-img {
  width: 100%;
  height: auto;
  display: block;
  object-fit: cover;
}

.goldchix-left {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

/* RESPONSIVE */

/* Awards Page */ /* Full-page background image */
.page-wrapper {
  display: flex;
  flex-direction: column;
  min-height: 100vh;
  background: url("../images/awardbg.png") center/cover no-repeat fixed;
  position: relative;
} /* Subtle dark overlay for better text readability */
.page-wrapper::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.35); /* Adjust opacity if needed (0.3-0.5) */
  z-index: 1;
} /* All content above the overlay */
.page-content {
  position: relative;
  z-index: 2;
  flex: 1;
  display: flex;
  flex-direction: column;
} /* Main Awards Content */
.awards-section {
  width: 100%;
  height: 100vh;
  background: url("../images/awardbg.png");
  background-size: cover;
  background-position: top;
  background-repeat: no-repeat;
  display: flex;
  margin-top: 0;
  display: flex;
  gap: 2rem;
  align-items: center;
  flex-direction: row;
  justify-content: center;
}
.awards-content {
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.awards-title {
  font-family: "Cervo Neue";
  font-weight: 600;
  font-size: 38px;
  line-height: 1.2;
  letter-spacing: 0.09rem;
  text-align: center;
  text-transform: uppercase;
  margin: 0;
  color: white;
}
.gold-highlight {
  font-weight: 600;
  color: #ab8952;
}
.awards-logos-div {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  gap: 50px 30px;
  width: 100%;
}
.award-logo {
  width: 20%;
  height: 65px;
  object-fit: contain;
  opacity: 0.95;
  transition: opacity 0.3s;
}
.award-logo img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  text-align: center;
}
.award-logo img:hover {
  opacity: 1;
  transform: scale(1.1);
}
.page-overlay {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.35);
  z-index: 1;
}
.page-content {
  position: relative;
  z-index: 2;
  min-height: 100vh;
}
.flex-grow-1 {
  flex-grow: 1;
} /* Mobile */

@media screen and (min-width: 768px) and (max-width: 1024px) {
  .col-9 {
    flex: 0 0 auto;
    width: 100%;
  }
  award-logo img {
    width: 70%;
  }
  .award-img-small {
    height: 30px;
  }
} /* ========================= CONTACT PAGE LAYOUT ========================= */
.contact-section {
  padding: 0px 20%;
  height: 100vh;
  background-color: #000;
  background-image: url("../images/contact-vector.png");
  background-repeat: no-repeat;
  background-size: 1000px;
  background-position: bottom right;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.contact-row {
  min-height: calc(100vh - 9rem);
  height: calc(100vh - 9rem); /* exact height to prevent overflow */
  margin: 0;
} /* ========================= MAP ========================= */
.map-col {
  padding: 0 3rem;
  display: flex;
}
.map-container {
  height: 100%;
}
.map-container iframe {
  width: 100%;
  height: 100%;
  border: 0;
} /* ========================= FORM COLUMN ========================= */
.form-col {
  background: #111;
  padding: 4rem 3rem; /* more balanced padding */
  display: flex;
  align-items: center; /* vertically center content */
  justify-content: center;
  overflow-y: hidden;
}
.contact-content {
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding-left: 50px;
} /* ========================= HEADINGS ========================= */
.form-title {
  font-family: "Cervo Neue";
  font-size: 20px;
  font-weight: 500;
  color: #ab8952;
  margin: 0;
}
.form-subtitle {
  font-family: "Cervo Neue";
  font-size: 20px;
  font-weight: 300;
  text-transform: uppercase;
  color: #ffffff;
  margin: 0;
}
div#wpforms-304 {
  margin: 0px !important;
}
.wpforms-field-container div {
  padding: 0px 0px 5px 0px !important;
}
textarea#wpforms-304-field_3 {
  background: transparent;
  border: 1px solid #ffffff63;
  border-radius: 0;
  color: #fff;
  font-family: "Cervo Neue";
  font-size: 15px;
  height: 75px;
  font-weight: 100;
}
textarea#wpforms-304-field_3::placeholder {
  color: white;
  opacity: 1;
  font-family: "Cervo Neue";
  font-weight: 100;
}
input#wpforms-304-field_1 {
  background: transparent;
  border: 1px solid #ffffff63;
  border-radius: 0;
  color: #fff;
  margin-bottom: 0px;
  font-family: "Cervo Neue";
  font-size: 15px;
  font-weight: 100;
}
input#wpforms-304-field_1::placeholder {
  color: white;
  opacity: 1;
  font-family: "Cervo Neue";
  font-weight: 100;
}
input#wpforms-304-field_2 {
  background: transparent;
  border: 1px solid #ffffff63;
  border-radius: 0;
  color: #fff;
  margin-bottom: 0px;
  font-family: "Cervo Neue";
  font-size: 15px;
  font-weight: 100;
}
input#wpforms-304-field_2::placeholder {
  color: white;
  opacity: 1;
  font-family: "Cervo Neue";
  font-weight: 100;
}
.wpforms-container .wpforms-form * {
  word-break: break-word;
  box-sizing: border-box;
  margin: 0 !important;
}
div#wpforms-304-field_1-container {
  padding: 10px 0px;
}
div#wpforms-304-field_2-container {
  padding: 0;
  width: 70%;
}
div#wpforms-304-field_3-container {
  padding: 0px;
}
button#wpforms-submit-304 {
  background: white;
  color: black;
  font-family: "Cervo Neue";
  font-weight: 400;
  text-transform: uppercase;
  border-radius: 0;
  position: absolute;
  bottom: 6px;
  right: 0;
  width: 30%;
}
input#wpforms-309-field_2::placeholder {
  color: white;
  opacity: 1;
}
button#wpforms-submit-309 {
  background: white;
  color: black;
  font-family: "Cervo Neue";
  font-weight: 400;
  text-transform: uppercase;
  border-radius: 0;
  position: absolute;
  bottom: 6px;
  right: 0;
  width: 30%;
} /* newsletter */
input#wpforms-309-field_2 {
  width: 70%;
  background: transparent;
  border: 1px solid #ffffff63;
  border-radius: 0;
  color: #fff;
  margin-bottom: 0 !important;
  font-family: "Cervo Neue";
  font-size: 15px;
  font-weight: 100;
} /* ========================= LOCATION INFO ========================= */
.location-info {
  display: flex;
  gap: 15px;
  flex-direction: column;
  margin: 15px 0px;
}
.location-info p {
  width: 100%;
  font-family: "Cervo Neue";
  font-size: 14px;
  letter-spacing: 1px;
  line-height: 1.2;
  font-weight: 300;
  color: white;
  margin: 0;
} /* ========================= NEWSLETTER ========================= */
div#wpforms-309 {
  margin: 0;
}
.newsletter-title {
  font-family: "Cervo Neue";
  font-size: 20px;
  font-weight: 500;
  color: #ab8952;
  letter-spacing: 0;
  margin-top: 0;
}
.newsletter-subtitle {
  font-family: "Cervo Neue";
  text-transform: uppercase;
  font-size: 15px;
  font-weight: 100;
  color: #ffffff;
  margin-bottom: 10px;
}
.newsletter-form {
  display: flex;
  flex-direction: row;
  justify-content: center;
  gap: 0;
}
.newsletter-form .form-control {
  background: transparent;
  border: 1px solid #ffffff63;
  border-radius: 0;
  color: #fff;
  padding: 10px 10px;
  font-family: "Cervo Neue";
  font-size: 15px;
}
.map-container-mobile {
  display: block; /* or flex if needed */
}

.collage-wrapper {
  width: 100%;
  overflow-x: auto;
  overflow-y: hidden;
  -webkit-overflow-scrolling: touch;
  padding: 20px 0 40px 0;
  box-sizing: border-box;
  cursor: grab;
}

.collage-wrapper.is-dragging {
  cursor: grabbing;
  user-select: none;
}

/* Hide scrollbar completely */
.collage-wrapper::-webkit-scrollbar {
  display: none;
}

.collage-wrapper {
  -ms-overflow-style: none;
  scrollbar-width: none;
}

.collage {
  display: grid;
  grid-template-columns: 2.8fr 1.6fr 4fr 1.6fr 2.4fr 2.8fr 1.6fr;
  grid-template-rows: repeat(5, 1fr);
  gap: 12px;
  min-width: 2200px;
  height: 65vh;
  min-height: 500px;
  max-height: 800px;
  margin: 0 auto;
}

.collage > div {
  overflow: hidden;
  border-radius: 0;
  box-shadow: none;
}

.collage img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  pointer-events: none;
}

/* Base layout - no custom margins on small screens */
.item1 {
  grid-row: 1 / 6;
  grid-column: 1 / 2;
}

.left-stack {
  grid-row: 1 / 6;
  grid-column: 2 / 3;
  display: grid;
  grid-template-rows: 1fr 1fr;
  gap: 12px;
}

.item4 {
  grid-row: 1 / 4;
  grid-column: 3 / 5;
}

.item-new-top {
  grid-row: 1 / 4;
  grid-column: 5 / 6;
}

.item6 {
  grid-row: 4 / 6;
  grid-column: 3 / 6;
  display: grid;
  grid-template-columns: 1fr 1fr 1.6fr;
  gap: 12px;
}

.item6 > div {
  overflow: hidden;
  border-radius: 0;
  box-shadow: none;
  height: 100%;
}

.item10 {
  grid-row: 1 / 6;
  grid-column: 6 / 7;
}

.final-stack {
  grid-row: 1 / 6;
  grid-column: 7 / 30;
  display: grid;
  grid-template-rows: 1fr 1fr;
  gap: 12px;
}

/* Responsive adjustments - only apply custom margins on larger screens */
@media (min-width: 992px) {
  /* Large devices and up */
  .item4 {
    margin-bottom: 55px;
  }

  .item-new-top {
    margin-bottom: 46px;
  }

  .item6 {
    margin-top: -46px;
  }
}

/* Optional: Fine-tune for extra large screens if needed */
@media (min-width: 1200px) {
  .item4 {
    margin-bottom: 16px;
  }

  .item-new-top {
    margin-bottom: 16px;
  }

  .item6 {
    margin-top: -19px;
  }
}

@media (min-width: 1400px) {
  .item4 {
    margin-bottom: 55px;
  }

  .item-new-top {
    margin-bottom: 55px;
  }

  .item6 {
    margin-top: -59px;
  }
}

@media (min-width: 992px) {
  .item6 {
    margin-top: -23px;
  }

  .item4 {
    margin-bottom: 25px;
  }

  .item-new-top {
    margin-bottom: 25px;
  }
}

/* Mobile - clean grid, no overlapping margins */
@media (max-width: 991.98px) {
  .collage {
    min-width: 2000px;
    height: 55vh;
    min-height: 400px;
  }

  /* Remove any custom margins on smaller screens */
  .item4 {
    margin-bottom: 19px;
  }

  .item6 {
    margin-top: -24px;
  }

  .item-new-top {
    margin-bottom: 19px;
  }
}

/* ========================= MOBILE ========================= */
@media (max-width: 991.98px) {
  .navbar {
    position: relative !important;
  }
  .contact-content {
    text-align: center;
  }
  .form-subtitle {
    font-size: 15px;
    text-align: center;
  }
  .contact-row {
    height: auto; /* allow natural height on mobile */
    min-height: auto;
  }
  .map-col {
    padding: 0;
  }
  .map-container {
    height: 150px; /* fixed map height on mobile */
  }
  .form-col {
    padding: 3rem 2rem;
    align-items: flex-start; /* top align on mobile for better flow */
    overflow-y: visible;
  }
  .newsletter-subtitle {
    font-size: 20px;
  }
}
@media (min-width: 992px) {
  /* lg breakpoint in Bootstrap 5 */
  .map-container-mobile {
    display: none !important; /* Hide duplicated map on desktop */
  }
  .order-lg-last {
    order: initial; /* Reset any ordering if needed */
  }
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
} /* Press Page */
.press-section {
  position: relative;
  min-height: 100vh;
  background: url("../images/pressbg.png") center / cover no-repeat;
  display: flex;
  align-items: center;
  justify-content: center;
}
.press-bg {
  position: absolute;
  inset: 0;
  background: inherit;
  filter: brightness(0.3);
  z-index: 1;
}
.press-overlay {
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.4);
  z-index: 2;
}
.press-logos {
  position: relative;
  z-index: 3;
  display: grid;
  grid-template-columns: repeat(5, minmax(60px, 1fr));
  justify-items: center;
  align-items: center;
  gap: clamp(12px, 3vh, 3rem); /* height-aware gap */
  width: 100%;
  margin: 0 auto;
}
.press-logo {
  width: auto; /* width shrinks with screen */
  height: auto;
  object-fit: contain;
  opacity: 0.9;
  transition: opacity 0.3s, transform 0.3s;
}
.press-logo img {
  width: 100%;
  height: auto;
  object-fit: contain;
  display: block;
}
.press-logo:hover {
  filter: invert(66%) sepia(19%) saturate(764%) hue-rotate(353deg)
    brightness(182%) contrast(90%);
} /* Responsive: Fewer columns on smaller screens */

@media (max-width: 992px) {
  .press-logos {
    grid-template-columns: repeat(3, 1fr);
    gap: 2rem;
    padding: 3rem 0;
  }
}

/* Gallery Page - Custom Collage Layout */
section.main-gallery-section {
  height: 100vh; /* safer than height */
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  background: black; /* scales with height */
}
.uzaif-gallery-section {
  width: 100%;
  height: 600px; /* Fixed height */
  overflow-x: auto; /* horizontal scroll */
  overflow-y: hidden;
  position: relative;
}
.uzaif-gallery-masonry {
  position: relative; /* Muuri requires grid container relative */
  width: max-content; /* ensure horizontal */
  height: 100%;
}
.uzaif-gallery-item {
  position: absolute; /* Muuri will place items */
  width: 220px; /* column width */
  margin: 8px;
  border-radius: 0px;
  overflow: hidden;
}
.uzaif-gallery-item img {
  width: 100%;
  height: auto;
  display: block;
  object-fit: cover;
  border-radius: 0px;
} /* Scroll bar hide - cross browser */
.uzaif-gallery-section {
  scrollbar-width: none; /* Firefox */
  -ms-overflow-style: none; /* IE 10+ */
}
.uzaif-gallery-section::-webkit-scrollbar {
  display: none; /* Chrome, Safari, Edge */
} /* Instagram CTA */
.instagram-cta {
  margin-top: clamp(10px, 3vh, 20px); /* spacing scales */
  text-align: center;
  padding: 0;
}
.instagram-title {
  font-family: "Cervo Neue", sans-serif;
  font-weight: 400;
  font-size: clamp(2.1rem, 2vh, 1rem); /* height-aware */
  color: #ab8952;
  text-transform: uppercase;
  letter-spacing: 3px;
  margin-bottom: clamp(6px, 2vh, 1rem);
}
.instagram-handle {
  font-family: "Cervo Neue", sans-serif;
  font-weight: 500;
  font-size: clamp(1rem, 2.5vh, 2.5rem);
  color: #ffffff;
  letter-spacing: clamp(0.05em, 0.25vw, 0.1em);
}

@media (max-width: 1600px) {
  .hero-heading {
    width: 60%;
    margin-right: auto;
  }
  .cat-illustration-image-container {
    width: 80%;
    margin-left: auto;
  }
  .video-column {
    width: 80%;
    margin-left: auto;
  }
  .contact-section {
    padding: 0px 15%;
  }
}

@media screen and (min-width: 1024px) and (max-width: 1366px) {
  .nav-link {
    font-size: 16px;
  }
	.location-info {
    	margin: 5px 0px;
	}
	.wpforms-field-container input {
    height: 30px !important;
}
	button#wpforms-submit-304 {
    height: 28px;
}
	button#wpforms-submit-309 {
    height: 28px;
}
	textarea#wpforms-304-field_3 {
    height: 55px;
}
  .home-content {
    align-items: center;
  }
  .home-awards {
    margin-right: auto;
  }
  .collage-wrapper {
    padding: 0;
  }
  .awards-title {
    font-size: 25px;
  }
  .press-logos {
    grid-template-columns: repeat(5, 1fr);
    gap: 1.5rem;
  }
}

@media screen and (min-width: 768px) and (max-width: 1024px) {
  .nav-link {
    font-size: 0.99rem;
  }
  .btn-order-now {
    font-size: 18px;
  }
  .home-awards {
    margin-right: 0%;
  }
  .video-column {
    width: auto !important;
  }
  .chef-content {
    width: 100%;
    text-align: left;
  }
  .home-awards {
    margin-right: 45%;
  }
  .instagram-title {
    font-weight: 400;
    font-size: 1rem;
  }
  .instagram-handle {
    font-family: "Cervo Neue", sans-serif;
    font-weight: 300;
    font-size: 1rem;
    color: white;
    letter-spacing: 0.1em;
  }
  .cat-illustration-image-container {
    width: 100%;
    height: 60%;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .form-title {
    font-size: 15px;
  }
  .form-subtitle {
    font-size: 15px;
  }
  .newsletter-title {
    font-size: 20px;
  }
  .contact-content {
    margin-top: 0%;
  }
  .hero-heading {
    font-size: 40px;
    margin-right: auto;
  }
  textarea#wpforms-304-field_3 {
    height: 55px;
  }
  .contact-section {
    padding: 0px 10%;
  }
}

@media (max-width: 991.98px) {
  body {
    padding-top: 0px;
  }
  .gallery-row .gallery-item {
    flex: 1 1 calc(33.33% - 1rem); /* 3 per row */
  }
  .home-awards {
    margin-right: auto;
    margin-left: auto;
  }
  .mobile-menu-logo img {
    filter: brightness(0.2);
    width: 65%;
    margin-bottom: 30px;
  }
  .navbar-collapse {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    background: rgb(255 255 255 / 96%); /* fade effect */
    padding: 50px 20px;
    overflow-y: auto;
    transform: translateY(-100%);
    opacity: 0; /* start invisible */
    transition: transform 0.5s ease, opacity 0.5s ease;
    z-index: 9999;
  }
  .navbar-collapse.show {
    height: 100vh;
    transform: translateY(0);
    opacity: 1;
    overflow: visible; /* fade in */
  } /* Right aligned hamburger */
  .navbar-toggler {
    margin-left: auto;
  } /* Close icon inside menu */
  .navbar-collapse .menu-close {
    font-family: "Cervo Neue";
    font-weight: 100;
    position: absolute;
    top: -2%;
    right: 20px;
    font-size: 80px;
    color: black;
    cursor: pointer;
    transition: color 0.3s ease;
  }
  .navbar-collapse .menu-close:hover {
    color: #ffcc00;
  } /* Center menu items vertically */
  .navbar-collapse .navbar-nav {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    height: 100%;
    gap: 15px;
  }
  .navbar-collapse .btn-order-now {
    margin-top: 20px;
  }
  .navbar-collapse .social-icons {
    margin-top: 20px;
    display: flex;
    gap: 15px;
  }
  span.header-copyright {
    order: 3;
    color: black;
    font-weight: 600;
  }
  .navbar-collapse {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    background: rgba(255, 255, 255, 0.96);
    padding: 20px 0px 60px 0px;
    transform: translateY(-100%);
    opacity: 0;
    overflow-y: auto;
    transition: transform 0.5s ease, opacity 0.5s ease;
    z-index: 9999;
  }
  .navbar-collapse.show {
    transform: translateY(0);
    opacity: 1;
    overflow: visible;
  }
  .locations-wrapper .row > .location-card {
    margin-left: -1px; /* Pull columns together */
  }
  .locations-wrapper .row > .location-card:first-child {
    margin-left: 0;
  }
  .location-card {
    height: 50vh; /* Each takes half the screen */
  } /* Move logo to center between the two images */
  .logo {
    top: 52%;
    transform: translate(-50%, -50%);
    z-index: 20; /* Above both images */
  }
  .logo-img {
    width: 110px;
  }
  .location-title {
    font-size: 4rem;
    letter-spacing: 0.15em;
  }
  .copyright {
    bottom: 20px;
    font-size: 0.9rem;
  }
  .navbar-collapse {
    position: fixed;
    inset: 0;
    width: 100vw;
    height: 100vh;
    background: #fff;
    z-index: 9999;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding-top: 140px; /* space for logo */
    overflow-y: auto;
  } /* Menu links block */
  .navbar-nav {
    margin-top: 0;
    margin-bottom: 0px;
    flex-grow: 0;
  }
  .navbar-nav .nav-link {
    color: #000000 !important;
    font-size: 25px;
    margin: 0;
    letter-spacing: 2px;
    z-index: 999;
    padding: 0px !important;
  } /* Right section (socials + order) - pushed to bottom */
  .navbar-right {
    margin-top: 25px;
    padding-bottom: 0px;
    width: 100%;
    display: flex !important;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
    gap: 0px;
  } /* ORDER NOW button - appears FIRST, centered, black background */
  .navbar-right .btn-order-now {
    font-family: "Cervo Neue", sans-serif;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    margin: 10px auto 10px auto; /* Space below the button */
    background-color: #000000;
    color: #ffffff;
    padding: 12px 24px;
    border: none;
    border-radius: 4px;
    text-decoration: none;
    font-weight: medium; /* Optional: makes it stand out more */
    order: 2; /* Ensures button comes before social icons */
  } /* Social icons - appear AFTER the button, centered */
  .navbar-right .social-icons {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    order: 1; /* Comes after the button */
  } /* Social icons styling */
  .social-icons a {
    background: #000;
    color: #fff;
    width: 40px;
    height: 40px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    margin: 0 8px;
    border-radius: 50%; /* Optional: circular icons */
    transition: color 0.3s ease;
  }
  .social-icons a:hover {
    color: #ab8952;
  }
  .footer {
    display: none;
  }
  .home-hero {
    background-position: center 20%; /* Slightly top-focused for better mobile crop */
    padding-top: 0px; /* Space for fixed navbar */
    padding: 20% 0px;
  }
  .hero-heading {
    font-size: 2.5rem; /* Big but fits */
    line-height: 1.1;
    text-align: center;
  }
  .gold-text {
    color: #ab8952;
    font-weight: 900;
  }
  .hero-text {
    font-size: 0.9rem;
    line-height: 1.5;
    text-align: center;
    opacity: 0.95;
  }
  .awards {
    flex-wrap: wrap;
    gap: 1.5rem !important;
  }
  .award-img {
    height: 50px; /* Smaller on mobile */
  }
  .btn-order-now {
    width: 80%;
    margin: 20px auto;
    display: block;
    font-size: 20px;
    padding: 10px 20px;
    border-radius: 10px;
  }
  .home-copyright {
    position: absolute;
    bottom: 20px;
    left: 50%;
    transform: translateX(-50%);
    text-align: center;
    width: 90%;
    font-size: 0.85rem;
  }
  .navbar {
    padding: 1rem 5%;
  }
  .navbar-brand {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    z-index: 10;
  }
  .navbar-toggler {
    border: none;
    color: #000000;
    z-index: 10;
  }
  .navbar-nav {
    flex-direction: column;
  }
  .nav-link {
    font-size: 1.2rem;
    margin: 1rem 0;
  }
  .d-none.d-lg-flex {
    display: none !important; /* Hide desktop right section */
  }
  .btn-order-now {
    margin: 20px auto;
    display: block;
    width: fit-content;
  } /* Optional: Add background when menu open */
  .navbar-collapse {
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    background: #fff; /* white like your screenshot */
    z-index: 9999;
    padding-top: 5%; /* space for logo */
    overflow-y: auto;
    text-align: center;
  }
  #menu-tab {
    display: grid !important;
    grid-template-columns: repeat(4, 1fr);
    gap: 1.5rem;
    justify-items: center;
    padding: 3rem 0rem 4rem;
    margin: 0 auto;
  }
  #menu-tab .nav-link {
    color: white !important;
    font-family: "Cervo Neue";
    font-size: 18px;
    font-weight: 300;
    padding: 0px !important;
  }
  .main-tab-div {
    padding: 10px;
  } /* Position the last 2 tabs centered below */
  #menu-tab .nav-link:nth-child(5) {
    /* BEVERAGES */
    grid-column: 2;
  }
  #menu-tab .nav-link:nth-child(6) {
    /* DESSERTS */
    grid-column: 3;
  }
  #menu-tab .nav-link:hover {
    color: #ffffff !important;
  } /* Hide divider on mobile */
  .vr {
    display: none !important;
  }
  .tab-content {
    padding-top: 0px;
  }
  .owl-carousel .owl-item img {
    display: block;
    width: 85% !important;
    margin: auto;
  }
  .menu-section {
    padding-top: 6rem; /* Less on small screens */
  }
  .menu-categories {
    text-align: center;
  }
  .menu-categories li {
    font-size: 2rem;
    margin-bottom: 1.5rem;
    text-align: center !important;
  }
  .vertical-line {
    display: none !important;
  }
  .dish-card {
    min-width: 180px;
    border-radius: 40%;
  }
  .dish-name {
    font-size: 1.1rem;
  }
  .dish-desc {
    font-size: 0.85rem;
  }
  .dish-price {
    font-size: 1rem;
  } /* Extra space for scrollable row */
  .d-flex.overflow-auto {
    padding-bottom: 2rem;
    gap: 1.5rem !important;
  } /* Category content top padding */
  .category-content {
    padding-top: 3rem !important;
  }
  .footer .row {
    flex-direction: column;
    text-align: center;
  }
  .awards {
    justify-content: center;
    margin-top: 1.5rem;
  }
  .copyrightM {
    font-size: 0.9rem;
  }
  .menu-btn-order-now {
    margin: 0% auto;
    display: block;
    width: fit-content;
    border: 1px solid #fff;
    color: #fff !important;
    padding: 0px 20px;
    border-radius: 10px;
    font-family: "Cervo Neue", sans-serif;
    font-size: 22px;
    font-weight: 100;
    text-transform: uppercase;
    transition: all 0.3s;
    white-space: nowrap;
    text-decoration: none;
  }
  .chef-container {
    justify-content: center;
    text-align: center;
  }
  .chef-left-empty {
    display: none;
  }
  .chef-content {
    flex: 1;
  }
  .chef-title h2 {
    font-size: 55px;
  }
  .chef-quote p {
    font-size: 21px;
  }
}

@media (max-width: 768px) {
	 .location-info p br:nth-of-type(1),
  .location-info p br:nth-of-type(4) {
    display: none;
  }
  body {
    overflow-y: visible;
    padding-top: 0% !important;
  }
  .navbar-logo {
    width: 198px;
  }
  .nav-link {
    font-size: 0.95rem;
  }
  .chef-title h2 {
    font-size: 45px;
  }
  .chef-quote p {
    font-size: 19px;
  }
  .chef-description p {
    font-size: 16px;
  }
  .award-img-small {
    height: 45px;
  }
  .goldchix-container {
    flex-direction: column;
    text-align: center;
  }
  .goldchix-left,
  .goldchix-right {
    width: 100%;
  }
  .goldchix-hero {
    margin: 60px auto 30px;
  }
  p.goldchix-text {
    margin-bottom: 25px;
  }
  .image-wrapper {
    max-width: 400px;
    margin: 0 auto;
  }
  .goldchix-food-img {
    width: 100%;
    height: 600px;
    display: block;
    object-fit: contain;
  }
  div#menu-tab::before {
    display: none;
  }
  .navbar {
    padding: 2rem 5%;
  }
  .navbar-brand {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    z-index: 10;
  }
  .awards-title {
    font-size: 15px !important;
    width: 100%;
    position: absolute;
    top: 22%;
    left: 0;
    padding: 10px;
  }
  .award-logo {
    height: 65px;
  }
  .footer .row {
    flex-direction: column;
    text-align: center;
  }
  .awards {
    justify-content: center;
    margin-top: 1.5rem;
  }
  .award-img-small {
    height: 50px;
  }
  .video-column {
    width: 80%;
    margin: auto;
  }
  .hero-heading {
    width: 100% !important;
    font-size: 50px !important;
    text-align: center;
    margin-right: auto;
  }
  .home-content {
    align-items: center;
    gap: 20px;
  }
  .copyrightM {
    display: none;
  }
  .cat-illustration {
    max-width: 50%;
    transform: rotate(-12deg);
    margin-right: -70% !important;
    margin-bottom: -10%;
  }
  .footer {
    display: none;
  }
  .chef-content {
    margin: 0;
    text-align: center;
    width: 80%;
    margin: auto;
  }
  .chef-section {
    background-position: 30%;
    padding-top: 80%;
  }
  div#menu-tab {
    width: 80%;
    display: flex;
    flex-direction: column;
    gap: 0px;
    margin: 0;
    padding: 0;
    position: relative;
    justify-content: center;
    align-items: center;
  }
  .menu-section {
    padding-top: 0%;
    height: 100vh;
    color: #fff;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    overflow: hidden;
  }
  .goldchix-section {
    height: 100%;
    padding-top: 0%;
    padding-bottom: 20px;
  }
  .awards-section {
    background-position: 25%;
  }
  .awards-logos-div {
    width: 70%;
  }
  .award-logo {
    margin-left: 0;
    width: 30%;
    height: 60px;
    object-fit: contain;
    opacity: 0.95;
    transition: opacity 0.3s;
  }
  .awards-logos-div {
    justify-content: flex-end;
    margin-left: 15%;
  }
  .awards-logos-div {
    width: 80%;
  }
  .press-mobile-heading {
    color: #ab8952;
    font-family: "Cervo Neue";
    text-align: center;
    font-size: 50px;
    position: absolute;
    bottom: 0%;
    left: 37%;
    text-transform: uppercase;
    z-index: 1;
  }
  .press-section {
    align-items: flex-start;
    justify-content: center;
    padding-top: 0%;
  }
  .page-id-39 {
    overflow: scroll !important;
  }
  .form-title {
    font-size: 15px;
  }
  .contact-form textarea {
    width: 80%;
    min-height: 90px;
  }
  .form-control {
    width: 80%;
  }
  form.contact-form {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
  .location-info p {
    width: 100%;
    font-size: 13px;
	line-height: 10px;
  }
  .newsletter-form {
    width: 80%;
    display: flex;
    flex-direction: row;
    justify-content: center;
    gap: 0;
    margin: auto;
  }
  .newsletter-title {
    margin: 0;
  }
  .contact-content {
    padding-left: 0px;
  }
  .awards-section {
    height: 110vh;
  }
  .award-img-small {
    height: 50px;
  }
  .awards {
    gap: 20px !important;
  }
  .dish-card {
    min-width: 220px;
  }
  .contact-section {
    padding: 0px;
  }
  .form-title {
    font-size: 25px;
    padding: 0px 10%;
  }
  .form-subtitle {
    font-size: 22px;
    padding: 0px 10%;
  }
  div#wpforms-304 {
    padding: 0px 10%;
  }
  .location-info {
    padding: 0px 10%;
  }
  .newsletter {
    padding: 0px 10%;
	margin-top: 10%;
  }
  .newsletter-title {
    font-size: 23px;
    margin: 0px 0px;
  }
  .map-container {
    margin: 5% 0%;
  }
  .press-logo {
    width: 55%;
  }
	.chef-section {
    background-position: 21% !important;
	}
	.chef-section::before {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(
        to top,
        rgba(0,0,0,0.5),
        rgba(0,0,0,0.2)
    );
    z-index: 0;
}
	.chef-content {
        z-index: 999;
    }
	

}

@media (max-width: 576px) {
  .press-logos {
    grid-template-columns: repeat(2, 1fr);
    gap: 20px 0px;
    padding: 4rem 0;
  }

  .gallery-row .gallery-item {
    flex: 1 1 100%; /* Full width on small phones */
  }
  .instagram-title {
    font-size: 20px;
    font-weight: 400;
    letter-spacing: 0.11rem;
  }
  .instagram-handle {
    font-size: 20px;
    font-weight: 400;
    color: white;
  }
  .press-logos {
    grid-template-columns: repeat(2, 1fr);
    gap: 20px 0px;
    padding: 4rem 0;
  }

  .location-title {
    font-size: 2.2rem;
  }
  .logo-img {
    width: 170px;
  }
}
