/*
* Prefixed by https://autoprefixer.github.io
* PostCSS: v8.4.14,
* Autoprefixer: v10.4.7
* Browsers: last 4 version
*/

/* ==============GLOBAL CSS================= */
:root {
  --text-gray: #828282;
  --text-1E334B: #011F5D;
  --primary: #ff6b35;
  --secondary: #00c9a7;
  --accent: #845ec2;
  --dark: #121212;
  --darker: #0a0a0a;
  --light: #f5f5f5;
  --gray: #2a2a2a;
  --card-bg: #1e1e1e;
  --yellow: #F0E06D;
  --dim:rgba(255, 255, 255, 0.8);
  --extra-dim:rgb(134, 143, 151);
  --double-extra-dim:#393938;
}

/*================= RESET CSS ========================*/
* {
  padding: 0px;
  margin: 0px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

ol,
ul {
  list-style: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

a {
  text-decoration: none;
}

/*================= RESET CSS ========================*/

/*================= gLobal CSS ========================*/
/* width */
/* Apply globally */
html,
body {
  -moz-user-select: none;
  user-select: none;
  /* Modern browsers */
  -webkit-user-select: none;
  /* Safari */
  -ms-user-select: none;
  /* IE/Edge */
}

body {
  font-family: "Red Rose", serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
}

body::-webkit-scrollbar {
  width: 10px;
}

/* Track */
body::-webkit-scrollbar-track {
  -webkit-box-shadow: lightgrey;
  box-shadow: lightgrey;
}

/* Handle */
body::-webkit-scrollbar-thumb {
  background: var(--text-gray);
}

body::-webkit-scrollbar-thumb:hover {
  background: #44489D;
}

.main_color {
  background: #44489D !important;
}

.cursor-pointer {
  cursor: pointer;
}

#sidebarCollapse {
  /* width: 40px; */
  z-index: 1024;
  padding-left: 10px;
  padding-right: 10px;
  text-align: center;
  outline: none;
  border: none;
  background-color: transparent;
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
  -webkit-transition: ease-in0 .1s;
  -o-transition: ease-in 0.1s;
  transition: ease-in0 .1s;
  position: relative;
}
.navbar-brand{
  z-index: 9999;
  position: relative;
}

.bar1,
.bar2,
.bar3 {
  width: 26px;
  height: 2px;
  background: -webkit-gradient(linear, left top, right top, from(var(--yellow)), to(var(--yellow)));
  background: -o-linear-gradient(left, var(--yellow) 0%, var(--yellow) 100%);
  background: linear-gradient(90deg, var(--yellow) 0%, var(--yellow) 100%);
  margin: 6px 0;
  transition: 0.4s;
  position: relative;
  z-index: 1000;
}

div.bar3 {
  width: 13px;
}

#sidebarCollapse.active .bar1 {
  -webkit-transform: rotate(-45deg) translate(-9px, 6px);
  transform: rotate(-45deg) translate(-9px, 6px);
}

#sidebarCollapse.active .bar2 {
  opacity: 0;
}

#sidebarCollapse.active div.bar3 {
  -webkit-transform: rotate(45deg) translate(-5px, -3px);
  transform: rotate(45deg) translate(-5px, -3px);
  width: 26px;
}

#side-click-close {
  background-color: rgba(0, 0, 0, .4);
  width: 100%;
  height: 0;
  position: fixed;
  left: 0;
  top: 96px;
  z-index: 999;
  display: none;
  backdrop-filter: blur(100px);
}

.topheader {
  background-color: transparent;
  z-index: 9999;
  /* position: relative; */
  transition: 0.35s ease-in-out;
}

.topheader.scrolled {
  width: 100%;
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  z-index: 1020;
  padding-top: 10px;
  padding-bottom: 10px;
}
.navbar-nav{
  width: fit-content;
  transition: 0.35s ease-in;
}
.scrolled .navbar-nav{
  width: fit-content;
   background: rgba(255, 255, 255, 0.1); /* transparent white */
  backdrop-filter: blur(12px); /* blur strength */
  -webkit-backdrop-filter: blur(12px); /* Safari support */
  border-radius: 12px;
  padding: 8px 16px;
}

.navbar .navbar-nav .nav-link {
  color: #fff;
  opacity: 0.7;
  -webkit-transition: 0.35s ease-in;
  -o-transition: 0.35s ease-in;
  transition: 0.35s ease-in;
}

.navbar .navbar-nav .nav-item {
  margin: 0 16px;
}

.navbar .navbar-nav .nav-item.active .nav-link,
.navbar .navbar-nav .nav-link:hover {
  opacity: 1;
  color: var(--yellow);
  opacity: 1;
}

.mainContent {
  margin-top: -71px;
}

.heroSwiper {
  width: 100%;
  height: 755px;
  /* Full screen height */
}

.heroSwiper .swiper-slide {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  overflow: hidden;
  position: relative;
  height: 100%;
}

.heroSwiper .swiper-slide::before {
  content: "";
  position: absolute;
  inset: 0;
  /* shorthand for top/right/bottom/left: 0 */
  background: rgba(0, 0, 0, 0.5);
  /* black overlay with 45% opacity */
  z-index: 1;
  pointer-events: none;
}

.heroSwiper .swiper-slide img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -webkit-transition: -webkit-transform 6s ease;
  transition: -webkit-transform 6s ease;
  -o-transition: transform 6s ease;
  transition: transform 6s ease;
  transition: transform 6s ease, -webkit-transform 6s ease;
  /* Smooth zoom */
}

.heroSwiper .swiper-slide-active img {
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
  /* Zoom in effect */
}

.heroSwiper .caption {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%,-50%);
  -ms-transform: translate(-50%,-50%);
  transform: translate(-50%,-50%);
  color: var(--dim);
  z-index: 10;
  max-width: 1000px;
}

.heroSwiper .caption h1 {
  font-size: 64px;
  line-height: 1em;
  font-weight: 600;
  text-align: center;
}

.caption .btns {
  gap: 16px;
  margin-top: 20px;
}

.btn_primary {
  background: -o-linear-gradient(315deg, #735235, #c19a6b);
  background: linear-gradient(135deg, #735235, #c19a6b);
  color: #fff;
  font-size: 1.1rem;
  font-weight: 700;
  padding: 0.85rem 2.5rem;
  border: none;
  border-radius: 30px;
  /* modern rounded corners */
  cursor: pointer;
  position: relative;
  overflow: hidden;
  -webkit-transition: all 0.35s ease;
  -o-transition: all 0.35s ease;
  transition: all 0.35s ease;
  -webkit-box-shadow: 0 6px 18px rgba(239, 223, 108, 0.35);
  box-shadow: 0 6px 18px rgba(239, 223, 108, 0.35);
  letter-spacing: 0.5px;
}

/* Hover: smooth 3D lift + glow */
.btn_primary:hover {
  -webkit-transform: translateY(-3px) scale(1.03);
  -ms-transform: translateY(-3px) scale(1.03);
  transform: translateY(-3px) scale(1.03);
  -webkit-box-shadow: 0 12px 25px rgba(239, 223, 108, 0.55);
  box-shadow: 0 12px 25px rgba(239, 223, 108, 0.55);
  background: -o-linear-gradient(315deg, #f9ed8c, #e4d65d);
  background: linear-gradient(135deg, #f9ed8c, #e4d65d);
  color: #121212;
}

/* Active: subtle press-down */
.btn_primary:active {
  -webkit-transform: translateY(0) scale(0.98);
  -ms-transform: translateY(0) scale(0.98);
  transform: translateY(0) scale(0.98);
  -webkit-box-shadow: 0 4px 12px rgba(239, 223, 108, 0.4);
  box-shadow: 0 4px 12px rgba(239, 223, 108, 0.4);
}

/* Focus (keyboard UX) */
.btn_primary:focus {
  outline: 3px solid #EFDF6C;
  outline-offset: 4px;
}

/* Shine effect on hover */
.btn_primary::after {
  content: "";
  position: absolute;
  top: 0;
  left: -100%;
  width: 80%;
  height: 100%;
  background: -o-linear-gradient(330deg,
      transparent,
      rgba(255, 255, 255, 0.6),
      transparent);
  background: linear-gradient(120deg,
      transparent,
      rgba(255, 255, 255, 0.6),
      transparent);
  -webkit-transform: skewX(-25deg);
  -ms-transform: skewX(-25deg);
  transform: skewX(-25deg);
}

.btn_primary:hover::after {
  -webkit-animation: shine 1s ease;
  animation: shine 1s ease;
}

.tagline {
  font-size: 14px;
  color: #aaa;
  margin-top: -5px;
}

/* Delivery Widgets Section */
.bgCover{
  background-color: var(--card-bg);
   background-image: url("../../assets/images/bglayer3.png");
   background-repeat: no-repeat;
   background-size: cover;
   background-position: center;
   background-attachment: fixed;
   position: relative;
}
.bgCover::before{
  position: absolute;
  content: '';
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: rgba(0, 0, 0, .3);
  pointer-events: none;
}
.bgNone{
  background-color: transparent !important;
}
.delivery-section {
  padding: 40px 0;
  /* background-color: var(--darker); */
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}

.section-title {
  text-align: center;
  margin-bottom: 20px;
  font-size: 55px;
  position: relative;
  color: var(--dim);
  font-weight: 700;
}

.section-para {
  font-size: 20px;
  font-weight: 400;
  color: var(--dim);
  text-align: center;
  max-width: 600px;
  margin: 0 auto 50px;
}

.section-title::after {
  content: '';
  position: absolute;
  width: 80px;
  height: 4px;
  background-color: #c19a6b;
  bottom: -10px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  border-radius: 2px;
}

.widgets-container {
  display: -ms-grid;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(350px, 1fr));
  gap: 30px;
}

.widget {
  background-color: var(--card-bg);
  border-radius: 15px;
  padding: 30px;
  text-align: center;
  -webkit-transition: -webkit-transform 0.3s, -webkit-box-shadow 0.3s;
  transition: -webkit-transform 0.3s, -webkit-box-shadow 0.3s;
  -o-transition: transform 0.3s, box-shadow 0.3s;
  transition: transform 0.3s, box-shadow 0.3s;
  transition: transform 0.3s, box-shadow 0.3s, -webkit-transform 0.3s, -webkit-box-shadow 0.3s;
  -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2);
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2);
   overflow: hidden;
   position: relative;
   max-width: 320px;
   margin-left: auto;
   margin-right: auto;
}
/* abstract glowing shapes */
.widget::before,
.widget::after {
  content: "";
  position: absolute;
  z-index: 0;
  filter: blur(60px);
  opacity: 0.5;
}

/* top-left gradient glow */
.widget::before {
  width: 220px;
  height: 220px;
  top: -100px;
  left: -80px;
  background: radial-gradient(circle at center,
              rgba(0, 168, 255, 0.7) 0%,
              rgba(0, 168, 255, 0) 70%);
  animation: floatGlow1 8s infinite alternate ease-in-out;
}

/* bottom-right gradient glow */
.widget::after {
  width: 250px;
  height: 250px;
  bottom: -120px;
  right: -100px;
  background: radial-gradient(circle at center,
              rgba(255, 0, 150, 0.6) 0%,
              rgba(255, 0, 150, 0) 70%);
  animation: floatGlow2 10s infinite alternate ease-in-out;
}

.widget > * {
  position: relative;
  z-index: 1;
}

/* floating animations */
@keyframes floatGlow1 {
  from { transform: translate(0, 0); }
  to { transform: translate(30px, 20px); }
}

@keyframes floatGlow2 {
  from { transform: translate(0, 0); }
  to { transform: translate(-25px, -15px); }
}

.widget:hover {
  -webkit-transform: translateY(-10px);
  -ms-transform: translateY(-10px);
  transform: translateY(-10px);
  -webkit-box-shadow: 0 20px 40px rgba(0, 0, 0, 0.4), 0 0 25px rgba(0, 168, 255, 0.4), 0 0 35px rgba(255, 0, 150, 0.3);
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.4), 0 0 25px rgba(0, 168, 255, 0.4), 0 0 35px rgba(255, 0, 150, 0.3);
  text-decoration: none;
}


.widget-icon {
  font-size: 50px;
  margin-bottom: 20px;
  min-height: 100px;
  display: flex;
  align-items: center;
  justify-content: center;
}
 

.uber-eats .widget-icon {
  color: #06C167;
}

.just-eat .widget-icon {
  color: #f36805;
}

.deliveroo .widget-icon {
  color: #00D8BE;
}

.widget h3 {
  font-size: 24px;
  margin-bottom: 15px;
  color: #9c9b9b;
  display: none;
}

.widget p {
  color: var(--dim);
  margin-bottom: 20px;
}

.order-btn {
  display: inline-block;
  padding: 12px 25px;
  background-color: var(--gray);
  color: white;
  text-decoration: none;
  border-radius: 30px;
  font-weight: 600;
  -webkit-transition: background-color 0.3s;
  -o-transition: background-color 0.3s;
  transition: background-color 0.3s;
}

.uber-eats:hover .order-btn {
  background-color: #06C167;
  text-decoration: none;
  color: #fff;
}

.just-eat:hover .order-btn {
  background-color: #f36805;
  text-decoration: none;
  color: #fff;
}

.deliveroo:hover .order-btn {
  background-color: #00D8BE;
  text-decoration: none;
  color: #fff;
}

.bgDark {
  background-color: var(--darker);
  padding-bottom: 40px
}

.feature_card {
  background-image: url("../../assets/images/Low-Res-053.jpg");
  min-height: 560px;
  background-position: center;
  background-size: cover;
  width: 100%;
  padding: 15px;
  position: relative;
  z-index: 1;
  border-radius: 15px;
}

.feature_card::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  background-color: rgba(0, 0, 0, 0.5);
  transition: 0.35s ease-in-out;
  opacity: 1;
  border-radius: 15px;
}

.feature_card:hover::before {
  opacity: 0;
}

.feature_card_2 {
  background-image: url("../../assets/images/280A7004.jpg");
}

.feature_card_3 {
  background-image: url("../../assets/images/280A6978.jpg");
}

.feature_card h5,
.feature_card a {
  color: var(--dim);
  font-weight: 600;
  font-size: 26px;
  text-align: center;
  max-width: 220px;
}

.feature_card a:hover,.feature_card:hover a,.featureCards:hover a,.featureCards a:hover h5{
  text-decoration: none;
  color: var(--yellow);
}

@-webkit-keyframes shine {
  100% {
    left: 125%;
  }
}

@keyframes shine {
  100% {
    left: 125%;
  }
}

.gallerySwiper img {
  width: 100%;
}

.gallerySwiper .swiper-button-prev:after,
.gallerySwiper .swiper-button-next:after {
  content: none;
}

.gallerySwiper .swiper-button-prev,
.gallerySwiper .swiper-button-next {
  width: 30px;
}

.gallerySwiper .custom-prev {
  transform: rotate(180deg);
}

.gallerySwiper .swiper-button-next,
.gallerySwiper .swiper-button-prev {
  background-color: var(--darker);
  width: 55px;
  height: 55px;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 10px;
  border-radius: 8px;
}

.gallerySwiper .swiper-button-next img,
.gallerySwiper .swiper-button-prev img {
  transform: scale(1) translateX(0);
  transition: 0.35s ease;
}

.gallerySwiper .swiper-button-next:hover img,
.gallerySwiper .swiper-button-prev:hover img {
  transform: scale(1.15) translateX(4px);
}
.pt-40{
  padding-top: 40px;
}

.menu-section {
  padding: 40px 0;
  /* background-color: var(--dark); */
  position: relative;
  background-image: url("../../assets/images/menuBg.png");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
.menu-section::before {
    content: '';
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: 
        url("data:image/svg+xml,%3Csvg viewBox='0 0 200 200' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='noiseFilter'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.65' numOctaves='3' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23noiseFilter)' opacity='0.05'/%3E%3C/svg%3E"),
        linear-gradient(135deg, rgba(193, 154, 107, 0.03) 0%, transparent 50%);
    z-index: -1;
}


.container {
  max-width: 1200px;
  margin: 0 auto;
}

.section-title {
  text-align: center;
  margin-bottom: 1.5rem;
  /* background: linear-gradient(135deg, #EFDF6C, #d6c64f);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent; */
  font-weight: 700;
}

.category {
  margin-bottom: 3rem;
}

.category-title {
  font-size: 1.8rem;
  margin-bottom: 1.5rem;
  padding-bottom: 0.5rem;
  border-bottom: 2px solid var(--gray);
  color: var(--light);
}

.menu-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
  gap: 2rem;
}

.menu-item {
  background-color: var(--card-bg);
  border-radius: 12px;
  overflow: hidden;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  border: 1px solid var(--gray);
  display: flex;
  flex-direction: column;
}

.menu-item:hover {
  transform: translateY(-5px);
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.3);
  border-color: #EFDF6C;
}

.item-image {
  height: 200px;
  overflow: hidden;
}

.item-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.5s ease;
}

.menu-item:hover .item-image img {
  transform: scale(1.05);
}

.item-content {
  padding: .8rem;
  flex-grow: 1;
  display: flex;
  flex-direction: column;
}

.item-header {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  margin-bottom: 0.75rem;
}

.item-name {
  font-size: 1.2rem;
  font-weight: 600;
  color: var(--light);
  margin-right: 1rem;
}

.item-price {
  font-size: 1.2rem;
  font-weight: 700;
  color: #EFDF6C;
  white-space: nowrap;
  margin-bottom: .5rem;
  line-height: 1.2;
}

.item-description {
  color: #cccccc;
  font-size: 0.95rem;
  line-height: 1.5;
  flex-grow: 1;
}

.split-screen {
  padding: 0;
  /* min-height: 600px; */
}

.split-container {
  display: grid;
  grid-template-columns: 1fr 1fr;
  height: 100%;
}

.info-panel {
  background: var(--darker);
  padding: 40px;
  display: flex;
  align-items: center;
}

.panel-content {
  max-width: 500px;
  width: 100%;
}

.panel-content h2 {
  color: var(--light);
  font-size: 2.5rem;
}

.info-tabs {
  display: flex;
  margin-bottom: 2rem;
  border-bottom: 1px solid var(--gray);
}

.tab {
  padding: 1rem 1.5rem;
  cursor: pointer;
  color: #cccccc;
  border-bottom: 2px solid transparent;
  transition: all 0.3s ease;
}

.tab.active {
  color: #EFDF6C;
  border-bottom-color: #EFDF6C;
}

.tab-content {
  display: none;
}

.tab-content.active {
  display: block;
  animation: fadeIn 0.5s ease;
}

.map-visual iframe {
  filter: grayscale(100%) contrast(90%) brightness(90%);
}

@keyframes fadeIn {
  from {
    opacity: 0;
    transform: translateY(10px);
  }

  to {
    opacity: 1;
    transform: translateY(0);
  }
}

.time-visual {
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
}

.day-card {
  background: var(--dark);
  border-radius: 8px;
  padding: 1.5rem;
  border-left: 4px solid var(--double-extra-dim);
}

.day-header {
  color: #EFDF6C;
  font-weight: 600;
  margin-bottom: 1rem;
}

.time-slots {
  display: flex;
  gap: 1rem;
}

.slot {
  padding: 0.75rem;
  background: rgba(239, 223, 108, 0.1);
  border-radius: 4px;
  text-align: center;
  flex: 1;
  font-size: 0.9rem;
  line-height: 1.4;
  color: #cccccc;
}

.contact-visual {
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
}

.contact-item {
  display: flex;
  gap: 1rem;
  align-items: flex-start;
}

.contact-icon {
  font-size: 1.5rem;
  width: 40px;
  text-align: center;
}

.contact-detail h4 {
  color: #EFDF6C;
  margin-bottom: 0.5rem;
}

.contact-detail p {
  color: #cccccc;
}

.contact-detail a {
  color: var(--light);
  text-decoration: none;
  transition: color 0.3s ease;
}

.contact-detail a:hover {
  color: #EFDF6C;
}

.social-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 1rem;
}

.social-card {
  display: flex;
  align-items: center;
  gap: 1rem;
  padding: 1rem;
  background: var(--dark);
  border-radius: 8px;
  text-decoration: none;
  color: var(--light);
  transition: all 0.3s ease;
}

.social-card img {
  width: 32px;
  filter: grayscale(100%) contrast(90%) brightness(90%);
  transition: 0.35s ease-in;
}

img.insta_icon {
  width: 28px;
}

.social-card:hover {
  background: #EFDF6C;
  color: var(--dark);
  transform: translateY(-2px);
  text-decoration: none;
}

.social-card:hover img {
  filter: none;
}

.social-logo {
  width: 40px;
  height: 40px;
  background: rgba(239, 223, 108, 0.2);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: bold;
}

.map-panel {
  background: linear-gradient(135deg, #1a1a1a, #2a2a2a);
  position: relative;
}

.map-visual {
  height: 100%;
  /* background: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 100 100"><rect width="100" height="100" fill="%232a2a2a"/><path d="M50,20 A30,30 0 1,1 50,80 A30,30 0 1,1 50,20 Z" fill="none" stroke="%393938" stroke-width="2"/><circle cx="50" cy="50" r="5" fill="%393938"/></svg>');
  background-size: cover; */
}

.map-overlay {
  position: absolute;
  bottom: 3rem;
  left: 3rem;
  right: 3rem;
  background: rgba(30, 30, 30, 0.9);
  padding: 2rem;
  border-radius: 12px;
  border-left: 4px solid #EFDF6C;
  display: none;
}

.map-overlay h3 {
  color: var(--light);
  margin-bottom: 0.5rem;
}

.map-overlay p {
  color: #cccccc;
  margin-bottom: 1.5rem;
}

.directions-btn {
  background: #EFDF6C;
  color: var(--dark);
  border: none;
  padding: 0.75rem 1.5rem;
  border-radius: 4px;
  font-weight: 600;
  cursor: pointer;
  transition: all 0.3s ease;
}

.directions-btn:hover {
  background: #d6c64f;
  transform: translateY(-2px);
}

.bottom_slider {
  background-color: var(--dark);
  padding-top: 40px;
  padding-bottom: 40px;
}

.bottom_slider_images.owl-carousel .owl-nav button:hover {
  background-color: transparent;
  outline: none;
}

.bottom_slider_images.owl-carousel .owl-nav button svg {
  transition: 0.35s ease-in;
}

.bottom_slider_images.owl-carousel .owl-nav button.owl-next svg path,
.bottom_slider_images.owl-carousel .owl-nav button.owl-prev svg path {
  fill: #DEB494;
}

.bottom_slider_images.owl-carousel .owl-nav button.owl-prev:hover svg {
  transform: translateX(-5px);
}

.bottom_slider_images.owl-carousel .owl-nav button.owl-next:hover svg {
  transform: translateX(5px);
}

.bottom_slider_images.owl-carousel .owl-nav button.owl-prev:hover svg path {
  fill: #ffffff;
}

.flex-container {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  /* allows wrapping on smaller screens */
  justify-content: center;
  /* optional: center align */
  gap: 1rem;
  padding-bottom: 20px;
  /* spacing between columns */
}

.flex-item {
  flex: 0 0 auto;
  /* width only based on content */
  padding: 1rem 1rem;
  color: #fff;
  text-align: center;
}

.flex-container .short_desc {
  max-width: 700px;
  font-size: 14px;
  opacity: 0.7;
  margin-top: .5rem;
  text-align: center;
}

.flex-container ul li {
  margin-bottom: 10px;
}

.flex-container a {
  line-height: 1.2;
  display: inline-block;
  color: #fff;
}

.flex-container a:hover {
  text-decoration: none;
  color: #EFDF6C;
}

.flex-container .titmingTexts {
  max-width: 170px;
}

.flex-container h6 {
  font-size: 18px;
  font-weight: 500;
  opacity: 0.7;
}

.page-footer {
  background-color: var(--darker);
  padding-top: 40px;
}

.copyrightfoooter {
  padding-top: 20px;
  padding-bottom: 20px;
  border-top: 1px solid #555353;
  color: #b5b2b2;
}

.copyrightfoooter p {
  margin-bottom: 0;
}

.scrollTop {
  width: 40px;
  height: 40px;
  background: -webkit-gradient(linear, left top, right top, from(var(--dark)), to(var(--card-bg)));
  background: -o-linear-gradient(left, var(--dark) 0%, var(--card-bg) 100%);
  background: linear-gradient(90deg, var(--dark) 0%, var(--card-bg) 100%);
  box-shadow: rgba(0, 0, 0, 0.1) 0px 10px 50px;
  position: fixed;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  bottom: 500px;
  right: 8px;
  border: none;
  z-index: 1;
  visibility: hidden;
  opacity: 0;
  border-radius: 4px;
  transition: 2s ease;
  cursor: pointer;
  color: #fff;
}

.scrollTop.active {
  bottom: 40px;
  visibility: visible;
  opacity: 1;
}

/* Animation for items when they appear */
@keyframes fadeInUp {
  from {
    opacity: 0;
    transform: translateY(20px);
  }

  to {
    opacity: 1;
    transform: translateY(0);
  }
}

.menu-item {
  animation: fadeInUp 0.5s ease forwards;
}

/* Stagger animation for items */
.menu-item:nth-child(1) {
  animation-delay: 0.1s;
}

.menu-item:nth-child(2) {
  animation-delay: 0.2s;
}

.menu-item:nth-child(3) {
  animation-delay: 0.3s;
}

.menu-item:nth-child(4) {
  animation-delay: 0.4s;
}

/* Add a subtle gradient overlay to images for better text contrast */
.item-image {
  position: relative;
}

.item-image::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 40%;
  background: linear-gradient(to top, rgba(30, 30, 30, 0.8), transparent);
  pointer-events: none;
}

.hero-video-section {
  position: relative;
  width: 100%;
  height: 700px;
  /* adjust height as needed */
  overflow: hidden;
}

.video-wrapper {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.video-wrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100vw;
  /* full viewport width */
  height: 100vh;
  /* full viewport height */
  min-width: 177.77vh;
  /* ensures 16:9 video covers height */
  min-height: 56.25vw;
  /* ensures 16:9 video covers width */
  pointer-events: none;
  border: 0;
}

.video-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  z-index: 2;
}

.mapSection {
  padding-top: 40px;
}

/* Base Styles */
.menus-hero {
  height: 70vh;
  position: relative;
  overflow: hidden;
}

.hero-background {
  height: 100%;
  background: linear-gradient(rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.7)),
    url('../../assets/images/Low-Res-058-1024x682.jpg') center/cover no-repeat;
  display: flex;
  align-items: center;
  justify-content: center;
  background-position: center;
  background-attachment: fixed;
}

.hero-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(45deg, rgba(193, 154, 107, 0.2), rgba(122, 98, 68, 0.1));
}

.hero-content {
  text-align: center;
  z-index: 2;
  position: relative;
  max-width: 800px;
  padding: 0 20px;
}

.hero-title {
  font-size: 4.5rem;
  font-weight: 700;
  margin-bottom: 15px;
  color: #f5f5f5;
  text-transform: uppercase;
  letter-spacing: 3px;
  text-shadow: 2px 2px 8px rgba(0, 0, 0, 0.5);
}

.hero-subtitle {
  font-size: 1.3rem;
  color: var(--extra-dim);
  max-width: 600px;
  margin: 0 auto;
  margin-bottom: 20px;
}
.hero-subtitle.orange{
  color: #c19a6b;
}

.hero-subtitle.w-auto {
  max-width: 700px;
}

/* Menu Intro Section */
.menu-intro {
  padding: 80px 0;
  background-color: #121212;
}

.intro-container {
  max-width: 900px;
  margin: 0 auto;
  padding: 0 20px;
  text-align: center;
}

.intro-heading {
  font-size: 2.8rem;
  margin-bottom: 30px;
  color: #f5f5f5;
  position: relative;
  display: inline-block;
}

.intro-heading:after {
  content: '';
  position: absolute;
  bottom: -10px;
  left: 50%;
  transform: translateX(-50%);
  width: 100px;
  height: 4px;
  background-color: #c19a6b;
  border-radius: 2px;
}

.intro-description {
  font-size: 1.2rem;
  line-height: 1.8;
  color: #d4d4d4;
  max-width: 800px;
  margin: 0 auto;
}

/* Menu Cards Section */
.menu-cards-section {
  padding: 40px 0;
  background-color: #0a0a0a;
  box-shadow:
    0 2px 4px rgba(255, 255, 255, 0.05),
    /* subtle top highlight */
    0 6px 12px rgba(0, 0, 0, 0.7),
    /* deeper dark shadow */
    0 12px 24px rgba(0, 0, 0, 0.6);
}

.menu-cards-wrapper {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 30px;
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
}

.menu-card {
  background-color: #1e1e1e;
  border-radius: 15px;
  padding: 40px 30px;
  text-align: center;
  flex: 1;
  min-width: 300px;
  max-width: 350px;
  transition: transform 0.4s ease, box-shadow 0.4s ease;
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.2);
  border: 1px solid #2a2a2a;
  position: relative;
  overflow: hidden;
}

/* .menu-card:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 5px;
  background: linear-gradient(90deg, #c19a6b, #a8845a);
} */
.menu-card::before {
    content: '';
    position: absolute;
    width: 200%;
    height: 200%;
    background-image: 
        linear-gradient(30deg, rgba(193, 154, 107, 0.05) 12%, transparent 12.5%, transparent 87%, rgba(193, 154, 107, 0.05) 87.5%, rgba(193, 154, 107, 0.05)),
        linear-gradient(150deg, rgba(193, 154, 107, 0.05) 12%, transparent 12.5%, transparent 87%, rgba(193, 154, 107, 0.05) 87.5%, rgba(193, 154, 107, 0.05)),
        linear-gradient(30deg, rgba(193, 154, 107, 0.05) 12%, transparent 12.5%, transparent 87%, rgba(193, 154, 107, 0.05) 87.5%, rgba(193, 154, 107, 0.05)),
        linear-gradient(150deg, rgba(193, 154, 107, 0.05) 12%, transparent 12.5%, transparent 87%, rgba(193, 154, 107, 0.05) 87.5%, rgba(193, 154, 107, 0.05)),
        linear-gradient(60deg, rgba(193, 154, 107, 0.08) 25%, transparent 25.5%, transparent 75%, rgba(193, 154, 107, 0.08) 75%, rgba(193, 154, 107, 0.08)),
        linear-gradient(60deg, rgba(193, 154, 107, 0.08) 25%, transparent 25.5%, transparent 75%, rgba(193, 154, 107, 0.08) 75%, rgba(193, 154, 107, 0.08));
    background-size: 60px 105px;
    background-position: 0 0, 0 0, 30px 52px, 30px 52px, 0 0, 30px 52px;
    animation: hexagonMove 20s linear infinite;
    z-index: 0;
}

@keyframes hexagonMove {
    0% { transform: translate(0, 0); }
    100% { transform: translate(60px, 52px); }
}
.menu-card > * {
    position: relative;
    z-index: 1;
}
.menu-card:hover,.service-item:hover {
  transform: translateY(-10px);
  box-shadow: 0 15px 30px rgba(0, 0, 0, 0.3);
}
 
.menu-card.featured {
  transform: scale(1.05);
  border: 1px solid var(--double-extra-dim);
}

.menu-card.featured:hover {
  transform: scale(1.05) translateY(-10px);
}

.card-icon {
  width: 80px;
  height: 80px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 25px;
  font-size: 2rem;
  color: #121212;
}

.card-title {
  font-size: 1.8rem;
  margin-bottom: 20px;
  color: var(--dim);
}

.card-description {
  color: #d4d4d4;
  margin-bottom: 30px;
  line-height: 1.6;
}

.download-button {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  background: linear-gradient(135deg, #c19a6b, #a8845a);
  color: #121212;
  padding: 12px 25px;
  border-radius: 50px;
  text-decoration: none;
  font-weight: 600;
  transition: all 0.3s ease;
}

.download-button:hover {
  transform: translateY(-3px);
  box-shadow: 0 5px 15px rgba(193, 154, 107, 0.4);
}

/* Restaurant Banner Section */
.restaurant-banner {
  height: 70vh;
  position: relative;
  background: url('../../assets/images/Low-Res-081.jpg') center/cover no-repeat;
  background-size: cover;
  background-position: center;
  background-attachment: fixed;
}

.banner-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(10, 10, 10, 0.85);
  display: flex;
  align-items: center;
  justify-content: center;
}

.banner-content {
  max-width: 800px;
  text-align: center;
  padding: 0 20px;
}

.banner-title {
  font-size: 3rem;
  margin-bottom: 25px;
  color: var(--dim);
}

.banner-text {
  font-size: 1.2rem;
  line-height: 1.7;
  color: var(--extra-dim);
  margin-bottom: 40px;
}

.contact-info {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 40px;
  margin-bottom: 40px;
}

.contact-item {
  display: flex;
  align-items: center;
  gap: 15px;
  text-align: left;
}

.contact_icon {
  width: 50px;
  height: 50px;
  background-color: #c19a6b;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #121212;
  font-size: 1.2rem;
}
.contactIcon{
  width: 70px;
  height: 70px;
  margin: 0 auto 20px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #121212;
  font-size: 1.2rem;
}

.contact-details h4 {
  color: var(--dim);
  margin-bottom: 5px;
  font-size: 1.2rem;
}

.contact-details p,
.contact-details a {
  color: var(--extra-dim);
}

.contact-details a:hover {
  color: #EFDF6C;
  text-decoration: none;
}

.reservation-button {
  display: inline-block;
  background: transparent;
  color: #c19a6b;
  border: 2px solid #c19a6b;
  padding: 14px 35px;
  border-radius: 50px;
  text-decoration: none;
  font-weight: 600;
  font-size: 1.1rem;
  transition: all 0.3s ease;
  text-transform: uppercase;
  letter-spacing: 1px;
}

.reservation-button:hover,.menu-card:hover .reservation-button {
  background-color: #c19a6b;
  color: #121212;
  transform: translateY(-3px);
  box-shadow: 0 5px 15px rgba(193, 154, 107, 0.3);
  text-decoration: none;
}

/* About Hero Section */
.about-hero {
  height: 70vh;
  position: relative;
  overflow: hidden;
}

.hero-visual {
  height: 100%;
  background: linear-gradient(rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.8)),
    url('../../assets/images/Low-Res-057-650x650.jpg') center/cover no-repeat;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
}

.hero-gradient {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(135deg, rgba(193, 154, 107, 0.2) 0%, rgba(122, 98, 68, 0.1) 100%);
}

.hero-content {
  max-width: 800px;
  padding: 0 20px;
  z-index: 2;
  position: relative;
}

.hero-headline {
  font-size: 4rem;
  font-weight: 700;
  margin-bottom: 15px;
  color: #f5f5f5;
  text-transform: uppercase;
  letter-spacing: 2px;
  text-shadow: 2px 2px 8px rgba(0, 0, 0, 0.5);
}

.hero-tagline {
  font-size: 1.5rem;
  color: #c19a6b;
  font-style: italic;
  max-width: 600px;
  margin: 0 auto;
}

/* Story Section */
.story-section {
  padding: 40px 0;
  background-color: #121212;
}

.narrative-block {
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 60px;
  padding: 0 20px;
}

.narrative-text {
  flex: 1;
  min-width: 300px;
}

.narrative-title {
  font-size: 2.8rem;
  margin-bottom: 30px;
  color: var(--dim);
  position: relative;
  display: inline-block;
}

.narrative-title:after {
  content: '';
  position: absolute;
  bottom: -10px;
  left: 0;
  width: 80px;
  height: 4px;
  background-color: #c19a6b;
  border-radius: 2px;
}

.narrative-paragraph {
  font-size: 1.1rem;
  line-height: 1.8;
  color: var(--extra-dim);
  margin-bottom: 25px;
}

.narrative-image {
  flex: 1;
  min-width: 300px;
}

.image-frame {
  border-radius: 10px;
  overflow: hidden;
  box-shadow: 0 15px 30px rgba(0, 0, 0, 0.3);
  position: relative;
}

.image-frame:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(45deg, rgba(193, 154, 107, 0.1), rgba(122, 98, 68, 0.05));
  z-index: 1;
}

.image-frame img {
  width: 100%;
  height: 500px;
  object-fit: cover;
  display: block;
  transition: transform 0.5s ease;
}

.image-frame:hover img {
  transform: scale(1.05);
}

/* Chef Section */
.chef-section {
  padding: 40px 0;
  background-color: #0a0a0a;
}

.chef-presentation {
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 60px;
  padding: 0 20px;
}

.chef-image {
  flex: 1;
  min-width: 300px;
  display: flex;
  justify-content: center;
}

.chef-portrait {
  width: 400px;
  height: 500px;
  border-radius: 10px;
  overflow: hidden;
  box-shadow: 0 15px 30px rgba(0, 0, 0, 0.3);
  position: relative;
}

.chef-portrait:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(45deg, rgba(193, 154, 107, 0.1), rgba(122, 98, 68, 0.05));
  z-index: 1;
  transition: 0.35s ease-in background;

}
.chef-portrait:hover::before{
  background: none;
}

.chef-portrait img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  transition: transform 0.5s ease;
}

.chef-portrait:hover img {
  transform: scale(1.05);
}

.chef-details {
  flex: 1;
  min-width: 300px;
}

.chef-intro {
  font-size: 2.2rem;
  margin-bottom: 15px;
  color: var(--dim);
  line-height: 1.3;
}

.chef-mission {
  font-size: 1.3rem;
  color: #c19a6b;
  margin-bottom: 40px;
  font-style: italic;
}

.chef-info {
  padding: 30px;
  background-color: #1e1e1e;
  border-radius: 10px;
  border-left: 4px solid #393938;
  box-shadow:
    0 2px 4px rgba(255, 255, 255, 0.05),
    /* subtle top highlight */
    0 6px 12px rgba(0, 0, 0, 0.7),
    /* deeper dark shadow */
    0 12px 24px rgba(0, 0, 0, 0.6);
}

.chef-info img {
  width: 69px;
  height: 112px;
  border-radius: 100px;
  object-fit: cover;
  opacity: 0.5;
  transition: 0.35s ease-in-out opacity;
}

.chef-name {
  font-size: 1.8rem;
  margin-bottom: 15px;
  margin-top: 15px;
  color: #f5f5f5;
  opacity: 0.6;
  transition: 0.35s ease-in-out opacity;
  font-family: "WindSong", cursive;

}

.chef-bio {
  font-size: 1.1rem;
  line-height: 1.7;
  color: #d4d4d4;
  opacity: 0.6;
  transition: 0.35s ease-in-out opacity;
}
.chef-info:hover .chef-bio,.chef-info:hover .chef-name,.chef-info:hover img{
  opacity: 1;
}

/* Features Section */
.features-section {
  padding: 40px 0;
  background-color: #121212;
}

.features-header {
  text-align: center;
  margin-bottom: 60px;
  padding: 0 20px;
}

.features-title {
  font-size: 2.8rem;
  color: var(--dim);
  position: relative;
  display: inline-block;
}

.features-title:after {
  content: '';
  position: absolute;
  bottom: -15px;
  left: 50%;
  transform: translateX(-50%);
  width: 100px;
  height: 4px;
  background-color: #c19a6b;
  border-radius: 2px;
}

.features-grid {
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 40px;
  padding: 0 20px;
}
.feature-card {
  background-color: #1e1e1e;
  border-radius: 15px;
  padding: 40px 30px;
  text-align: center;
  flex: 1;
  min-width: 300px;
  max-width: 350px;
  transition: transform 0.4s ease, box-shadow 0.4s ease;
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.2);
  border-top: 4px solid #393938;
  box-shadow:
    0 2px 4px rgba(255, 255, 255, 0.05),
    /* subtle top highlight */
    0 6px 12px rgba(0, 0, 0, 0.7),
    /* deeper dark shadow */
    0 12px 24px rgba(0, 0, 0, 0.6);
  transform: translateY(0);
}

.feature-card:hover {
  transform: translateY(-10px);
  box-shadow: 0 15px 30px rgba(0, 0, 0, 0.3);
  box-shadow:
    0 2px 6px rgba(255, 255, 255, 0.07),
    0 10px 20px rgba(0, 0, 0, 0.8),
    0 18px 36px rgba(0, 0, 0, 0.6);
}
.feature-card img{
  opacity: 0.55;
  transition: 0.35s ease-in opacity;
}
.feature-card:hover img{
  opacity: 0.9;
}

.feature-icon {
  width: 80px;
  height: 80px;
  /* background: linear-gradient(135deg, #c19a6b, #a8845a); */
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 25px;
  font-size: 2rem;
  color: #121212;
}


.feature-name {
  font-size: 1.6rem;
  margin-bottom: 15px;
  color: var(--dim);
}

.feature-description {
  color: var(--extra-dim);
  line-height: 1.6;
}

/* Catering Hero Section */
.catering-hero {
  height: 70vh;
  position: relative;
  overflow: hidden;
}

.catering-banner {
  height: 100%;
  background: linear-gradient(rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.7)),
    url('../../assets/images/businesswoman-serving-herself-buffet-restaurant.jpg') center/cover no-repeat;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
}

.catering-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(45deg, rgba(193, 154, 107, 0.2), rgba(122, 98, 68, 0.1));
}

.catering-intro {
  max-width: 800px;
  padding: 0 20px;
  z-index: 2;
  position: relative;
}

.catering-title {
  font-size: 3.5rem;
  font-weight: 700;
  margin-bottom: 20px;
  color: #f5f5f5;
  text-transform: uppercase;
  letter-spacing: 2px;
  text-shadow: 2px 2px 8px rgba(0, 0, 0, 0.5);
}

.catering-tagline {
  font-size: 1.5rem;
  color: #c19a6b;
  max-width: 700px;
  margin: 0 auto;
  line-height: 1.6;
}

/* Description Section */
.catering-description {
  padding: 40px 0;
  background-color: #121212;
}

.description-wrapper {
  max-width: 900px;
  margin: 0 auto;
  padding: 0 20px;
}

.description-content {
  text-align: center;
}

.description-text {
  font-size: 1.2rem;
  line-height: 1.8;
  color: var(--extra-dim);
  position: relative;
  padding: 0 20px;
}

.description-text:before,
.description-text:after {
  content: '"';
  font-size: 4rem;
  color: #c19a6b;
  position: absolute;
  opacity: 0.3;
}

.description-text:before {
  top: -20px;
  left: 0;
}

.description-text:after {
  bottom: -40px;
  right: 0;
}

/* Services Section */
.services-section {
  padding: 40px 0;
  background-color: #0a0a0a;
}

.services-header {
  text-align: center;
  margin-bottom: 70px;
}


.title-decoration {
  width: 80px;
  height: 4px;
  background: linear-gradient(90deg, #c19a6b, #a8845a);
  margin: 0 auto;
  border-radius: 2px;
}

.services-grid {
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 40px;
  padding: 0 20px;
}

.service-item {
  background-color: #1e1e1e;
  border-radius: 15px;
  padding: 40px 30px;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  flex: 1;
  min-width: 300px;
  max-width: 350px;
  transition: transform 0.4s ease, box-shadow 0.4s ease;
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.2);
  border-top: 4px solid var(--double-extra-dim);
}

.service-item:hover {
  transform: translateY(-10px) !important;
  box-shadow: 0 15px 30px rgba(0, 0, 0, 0.3);
}
.service-item:hover .service-name{
  color: #f5f5f5;
}
.service-icon {
  width: 80px;
  height: 80px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 25px;
  font-size: 2rem;
  color: #121212;
}

.service-content {
  flex: 1;
  display: flex;
  flex-direction: column;
}

.service-name {
  font-size: 1.6rem;
  margin-bottom: 15px;
  color: var(--dim);
}

.service-details {
  color: var(--extra-dim);
  line-height: 1.6;
  flex: 1;
}

/* Gallery Section */
.gallery-section {
  padding: 40px 0;
  background-color: #121212;
}

.gallery-container {
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 30px;
  padding: 0 20px;
}

.gallery-item {
  flex: 1;
  min-width: 300px;
  max-width: 350px;
  border-radius: 10px;
  overflow: hidden;
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.2);
  transition: transform 0.4s ease;
  background-color: #1e1e1e;
}

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

.gallery-image {
  height: 250px;
  overflow: hidden;
}

.gallery-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.5s ease;
}

.gallery-item:hover .gallery-image img {
  transform: scale(1.05);
}

.gallery-caption {
  padding: 25px 20px;
  text-align: center;
}

.gallery-caption h4 {
  font-size: 1.4rem;
  margin-bottom: 10px;
  color: #f5f5f5;
}

.gallery-caption p {
  color: #d4d4d4;
  font-size: 0.95rem;
}

/* CTA Section */
.cta-section {
  padding: 100px 0;
  position: relative;
}

.cta-background {
  background: linear-gradient(rgba(0, 0, 0, 0.8), rgba(0, 0, 0, 0.8)),
    url('../../assets/images/280A6893-1300x1300.jpg') center/cover no-repeat;
  padding: 80px 20px;
  margin: 0 auto;
  position: relative;
  overflow: hidden;
}

.cta-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(45deg, rgba(193, 154, 107, 0.1), rgba(122, 98, 68, 0.05));
}

.cta-content {
  text-align: center;
  max-width: 800px;
  margin: 0 auto;
  position: relative;
  z-index: 2;
}

.cta-title {
  font-size: 2.5rem;
  margin-bottom: 20px;
  color: #f5f5f5;
}

.cta-text {
  font-size: 1.1rem;
  color: #d4d4d4;
  margin-bottom: 40px;
  line-height: 1.7;
}

.cta-buttons {
  display: flex;
  justify-content: center;
  gap: 20px;
  flex-wrap: wrap;
}

.cta-button {
  padding: 14px 30px;
  border-radius: 50px;
  text-decoration: none;
  font-weight: 600;
  transition: all 0.3s ease;
  display: inline-block;
}

.cta-button.primary {
  background: linear-gradient(135deg, #c19a6b, #a8845a);
  color: #121212;
}

.cta-button.primary:hover {
  transform: translateY(-3px);
  box-shadow: 0 5px 15px rgba(193, 154, 107, 0.4);
}

.cta-button.secondary {
  background: transparent;
  color: #c19a6b;
  border: 2px solid #c19a6b;
}

.cta-button.secondary:hover {
  background-color: #c19a6b;
  color: #121212;
  transform: translateY(-3px);
}

/* Contact Hero Section */
.contact-hero {
  height: 70vh;
  position: relative;
  overflow: hidden;
}

.contact-banner {
  height: 100%;
  background: linear-gradient(rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.8)),
    url('../../assets/images/photo-1517248135467-4c7edcad34c4.jpeg') center/cover no-repeat;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
}

.contact-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(45deg, rgba(193, 154, 107, 0.2), rgba(122, 98, 68, 0.1));
}

.contact-intro {
  max-width: 800px;
  padding: 0 20px;
  z-index: 2;
  position: relative;
}

.contact-title {
  font-size: 3.5rem;
  font-weight: 700;
  margin-bottom: 20px;
  color: #f5f5f5;
  text-transform: uppercase;
  letter-spacing: 2px;
}

.contact-tagline {
  font-size: 1.5rem;
  color: #c19a6b;
  line-height: 1.6;
  max-width: 600px;
  margin: 0 auto;
}

/* Contact Info Section */
.contact-info-section {
  padding: 40px 0;
  background-color: #121212;
}

.contact-grid {
  margin: 0 auto;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 30px;
  padding: 0 20px;
}

.contact-card {
  background-color: #1e1e1e;
  border-radius: 15px;
  padding: 40px 30px;
  text-align: center;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  border-top: 4px solid var(--double-extra-dim);
  display: flex;
  flex-direction: column;
  height: 100%;
}

.contact-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.3);
}

.contact_icon {
  width: 70px;
  height: 70px;
  background: linear-gradient(135deg, #c19a6b, #a8845a);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 20px;
  font-size: 1.8rem;
  color: #121212;
}

.contact_details {
  flex: 1;
}
.flex-unset{
  flex: unset !important;
}

.detail-title {
  font-size: 1.4rem;
  margin-bottom: 15px;
  color: var(--dim);
}

.detail-text {
  color: var(--extra-dim);
  line-height: 1.6;
}

.contact-card:hover .detail-text {
  text-decoration: none;
  color: var(--yellow);
}

.action-link {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: #c19a6b;
  text-decoration: none;
  font-weight: 600;
  transition: all 0.3s ease;
}

.action-link:hover {
  color: #d4af7a;
  gap: 12px;
  text-decoration: none;
}

/* Contact Form Section */
.contact-form-section {
  padding: 40px 0;
  background-color: #0a0a0a;
}

.form-container {
  max-width: 800px;
  margin: 0 auto;
  padding: 0 20px;
  width: 600px;
}

.form-header {
  text-align: center;
  margin-bottom: 50px;
}

.form-title {
  font-size: 2.5rem;
  margin-bottom: 15px;
  color: var(--dim);
}

.form-subtitle {
  color: var(--extra-dim);
  font-size: 1.1rem;
  max-width: 600px;
  margin: 0 auto;
}

.contact-form {
  background-color: #1e1e1e;
  padding: 40px;
  border-radius: 15px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.2);
}

.form-row {
  display: flex;
  gap: 20px;
  margin-bottom: 25px;
}

.form-group {
  flex: 1;
  margin-bottom: 25px;
}

.form-label {
  display: block;
  margin-bottom: 8px;
  color: var(--extra-dim);
  font-weight: 600;
}

.form-input,
.form-textarea {
  width: 100%;
  padding: 12px 15px;
  background-color: #2a2a2a;
  border: 1px solid #3a3a3a;
  border-radius: 8px;
  color: #f5f5f5;
  font-size: 1rem;
  transition: all 0.3s ease;
}

.form-input:focus,
.form-textarea:focus {
  outline: none;
  border-color: #c19a6b;
  box-shadow: 0 0 0 2px rgba(193, 154, 107, 0.2);
}

.form-textarea {
  resize: vertical;
  min-height: 120px;
}

.checkbox-label {
  display: flex;
  align-items: center;
  gap: 10px;
  color: #d4d4d4;
  cursor: pointer;
}

.checkbox-label input {
  display: none;
}

.checkmark {
  width: 20px;
  height: 20px;
  border: 2px solid #3a3a3a;
  border-radius: 4px;
  position: relative;
  transition: all 0.3s ease;
}

.checkbox-label input:checked+.checkmark {
  background-color: #c19a6b;
  border-color: #c19a6b;
}

.checkbox-label input:checked+.checkmark:after {
  content: '✓';
  position: absolute;
  color: #121212;
  font-size: 14px;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.submit-button {
  border-radius: 8px;
  color: var(--dim);
}

.submit-button:hover {
  transform: translateY(-2px);
  box-shadow: 0 5px 15px rgba(193, 154, 107, 0.3);
}

/* Map Section */
.map-section {
  padding: 40px 0;
  background-color: #121212;
}

.map-container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
}

.map-placeholder {
  height: 400px;
  border-radius: 15px;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}

.map-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 15px;
}

.map-content {
  text-align: center;
  z-index: 99;
  position: absolute;
  bottom: 20px;
  left: 50%;
  transform: translateX(-50%);
  background: rgba(0, 0, 0, 0.7);
  border-radius: 15px;
  padding: 20px 20px;

}

.map-title {
  font-size: 2rem;
  margin-bottom: 6px;
  color: #f5f5f5;
}

.map-text {
  color: #d4d4d4;
  margin-bottom: 25px;
}

.map-button {
  display: inline-block;
  padding: 12px 25px;
  background: #c19a6b;
  color: #121212;
  text-decoration: none;
  border-radius: 50px;
  font-weight: 600;
  transition: all 0.3s ease;
}

.map-button:hover {
  background: #d4af7a;
  transform: translateY(-2px);
}

.social-links-title {
  color: var(--light);
}

.social-links-footer li a img {
  width: 32px;
}

.social-links-footer {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 20px;
  list-style: none;
  padding: 0;
  margin: 0;
}

.social-links-footer li a {
  position: relative;
  display: flex;
  flex-direction: column;
  /* stack icon + text */
  justify-content: center;
  align-items: center;
  text-decoration: none;
  color: #fff;
}

.social-links-footer li a img {
  width: 32px;
  transition: transform 0.3s ease;
  opacity: 0.4;
}

.social-links-footer li a span {
  font-size: 13px;
  margin-top: 6px;
  opacity: 0;
  transform: translateY(10px);
  transition: all 0.4s ease;
  pointer-events: none;
  /* not clickable */
}

/* Hover effects */
.social-links-footer li a:hover img {
  transform: translateY(-4px);
  /* lift the icon a bit */
  opacity: 1;
}

.social-links-footer li a:hover span {
  opacity: 1;
  transform: translateY(0);
}
.fab-container {
  position: fixed;
  bottom: 20px;
  right: 20px;
  z-index: 999;
}

.main-fab {
  /* background: -o-linear-gradient(315deg, #735235, #c19a6b); */
  /* color: white; */
  background-color: #e64a19;
  border: none;
  /* width: 60px;
  height: 60px;
  border-radius: 50%; */
  /* box-shadow: 0 8px 20px rgba(0,0,0,0.3); */
  cursor: pointer;
  /* font-size: 26px; */
  transition: transform 0.3s ease, background 0.3s ease;
  opacity: 0.95;
  padding: 12px 18px;
  border-radius: 30px;
  font-weight: 600;
  color: #fff;
  text-transform: capitalize;
  font-size: 20px;
}
.fab-label{
  font-weight: 600;
  color: #fff;
  text-transform: capitalize;
}
.main-fab:hover {
  background: #e64a19;
  transform: scale(1.1);
  opacity: 1;
}

.fab-options {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  margin-bottom: 10px;
  opacity: 0;
  transform: translateY(20px);
  pointer-events: none;
  transition: all 0.3s ease;
}

.fab-options.show {
  opacity: 1;
  transform: translateY(0);
  pointer-events: auto;
}

.fab-option {
  background: #1e1e1e;
  color: #fff;
  text-decoration: none;
  padding: 10px 16px;
  margin: 6px 0;
  border-radius: 30px;
  box-shadow: 0 4px 12px rgba(0,0,0,0.25);
  font-size: 14px;
  transition: background 0.3s ease;
}
.fab-option:hover {
  text-decoration: none;
}
.fab-option.fab-option-1:hover{
  color: #00D76C;
}
.fab-option.fab-option-2:hover{
  color: #FF7700;
}
.fab-option.fab-option-3:hover{
  color: #00D8BE;
}

/* Responsive Design */

@media (min-width:768px) {
  .widgets-container {
    grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
    gap: 10px;
  }

  .widget {
    padding: 16px;
  }

  .contact-grid {
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  }

  .contact-card {
    padding: 15px 30px;
  }

  .contact-grid {
    gap: 15px;
  }
}

@media (min-width:992px) {
  .panel-content {
    min-height: 612px;
  }

  .contact-grid {
    grid-template-columns: repeat(auto-fit, minmax(120px, 1fr));
  }

  .contact-card {
    padding: 10px;
  }
}

@media (min-width:1024px) {
  .widgets-container {
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 30px;
  }

  .widget {
    padding: 37px;
  }
}

@media (min-width:1140px) {
  .widgets-container {
    grid-template-columns: repeat(auto-fit, minmax(350px, 1fr));
  }
}

@media (min-width:1200px) {
  .contact-card {
    padding: 20px;
  }

  .contact-grid {
    gap: 30px;
  }
}

@media (min-width:1365px) {
  .container {
    max-width: 1280px;
  }

  .contact-grid {
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  }
}

/* Responsive adjustments */
@media (max-width: 1199px) {
  .heroSwiper .caption {
    width: 100%;
  }
}

@media (max-width: 968px) {
  .split-container {
    grid-template-columns: 1fr;
  }

  /* .map-panel {
    height: 300px;
  } */
   .form-container{
    width: 100%;
   }
   .flex-container .short_desc{
    max-width: 600px;
   }
}

@media (max-width: 992px) {
  .hero-headline {
    font-size: 3.2rem;
  }

  .narrative-title,
  .features-title {
    font-size: 2.4rem;
  }

  .chef-intro {
    font-size: 1.8rem;
  }

  .hero-title {
    font-size: 3.5rem;
  }

  .menu-card.featured {
    transform: scale(1);
  }

  .menu-card.featured:hover {
    transform: translateY(-10px);
  }

  .catering-title {
    font-size: 2.8rem;
  }

  .services-title {
    font-size: 2.4rem;
  }

  .cta-title {
    font-size: 2.2rem;
  }
}
@media (max-width: 991px) {
body.stop-scroll {
    overflow: hidden;
  }

  .navbar-nav {
    height: 100%;
    align-items: center;
    justify-content: center;
  }
 .navbar-nav{
  flex-direction: row !important;
 }
  .navbar .navbar-nav .nav-link {
    font-size: 13px;
    text-align: center;
  }
  .collapse:not(.show){
    display: block !important;
  }
  .navbar>.container, .navbar>.container-fluid{
    flex-direction: row;
    flex-wrap: nowrap;
  }
  .navbar-brand img{
    width: 100px !important;
  } 
  .navbar .navbar-nav .nav-item{
    margin: 0 8px;
  }
}

@media (max-width: 768px) {
  .hero-headline {
    font-size: 2.5rem;
  }

  .hero-tagline {
    font-size: 1.2rem;
  }

  .narrative-title,
  .features-title {
    font-size: 2rem;
  }

  .chef-intro {
    font-size: 1.6rem;
  }

  .chef-portrait {
    width: 100%;
    max-width: 400px;
  }

  .hero-title {
    font-size: 2.8rem;
  }

  .intro-heading {
    font-size: 2.2rem;
  }

  .banner-title {
    font-size: 2.5rem;
  }

  .contact-info {
    flex-direction: column;
    gap: 25px;
  }

  .catering-title {
    font-size: 2.3rem;
  }

  .catering-tagline {
    font-size: 1.2rem;
  }

  .services-title {
    font-size: 2rem;
  }

  .cta-title {
    font-size: 1.8rem;
  }

  .cta-buttons {
    flex-direction: column;
    align-items: center;
  }

  .cta-button {
    width: 100%;
    max-width: 250px;
    text-align: center;
  }

  .contact-title {
    font-size: 2.5rem;
  }

  .form-row {
    flex-direction: column;
    gap: 0;
  }

  .contact-form {
    padding: 30px 20px;
  }
}

@media (max-width: 767px) {
  .heroSwiper .caption h1 {
    font-size: 40px;
  }

  .widgets-container {
    gap: 15px;
   }
    /* Hide scrollbar (cross-browser) */
  .widgets-container::-webkit-scrollbar {
    display: none; /* Chrome, Safari */
  }
  .widgets-container {
    -ms-overflow-style: none;  /* IE & Edge */
    scrollbar-width: none;     /* Firefox */
  }
   .widgets-container {
    display: flex;                 /* horizontal layout */
    overflow-x: auto;              /* enable horizontal scroll */
    scroll-snap-type: x mandatory; /* optional: snap effect */
    -webkit-overflow-scrolling: touch; /* smooth scroll on iOS */
  }

  .widgets-container > * {
    flex: 0 0 80%;                 /* each card takes 80% of width */
    scroll-snap-align: start;      /* snap position */
  }

  .info-panel {
    padding: 16px;
  }

  .tab {
    padding: .5rem;
  }

  .hero-video-section {
    height: 320px;
  }

  .flex-container {
    gap: 0;
  }

  .flex-item {
    padding-bottom: 0;
  }

  .heroSwiper {
    height: 470px;
  }

  .heroSwiper .caption {
    bottom: 50%;
    transform: translate(-50%, 50%);
    width: 100%;
    padding-left: 10px;
    padding-right: 10px;
  }

  .caption .btns {
    gap: 10px;
  }

  .btn_primary {
    font-size: 14px;
    padding: 0.85rem;
  }

  .menus-hero,
  .about-hero,
  .catering-hero {
    height: 45vh;
  }

  .hero-background {
    background-size: cover;
    background-position: center;
    background-attachment: scroll;
  }

  .restaurant-banner {
    height: auto;
  }

  .banner-overlay {
    position: unset;
  }

  .contact-item {
    text-align: left;
  }

  .contact-icon {
    flex-shrink: 0;
  }

  .section-title {
    font-size: 2rem;
  }

  .category-title {
    font-size: 1.5rem;
  }

  .item-image {
    height: 180px;
  }

  .image-frame,
  .image-frame img {
    width: 100%;
  }

  .narrative-text,
  .narrative-image,
  .chef-portrait,
  .chef-image,
  .chef-details {
    min-width: auto;
  }

  .chef-presentation {
    flex-wrap: nowrap;
  }

  .narrative-block,
  .chef-presentation {
    flex-direction: column;
    gap: 0;
  }

  .contact-hero {
    height: 45vh;
  }

  .map-content {
    width: 98%;
  }

  .map-content a.reservation-button {
    font-size: 14px !important;
    padding-left: 15px;
    padding-right: 15px;
  }

  .social-links-footer {
    gap: 6px;
  }
  .menu-section-container{
    padding-left: 8px;
    padding-right: 8px;
  }
  .menu-grid {
    grid-template-columns: repeat(auto-fill, minmax(200px, 1fr));
    gap: 8px;
    justify-content: center;
   }
   .item-content{
    padding: .4rem;
  }.item-name,.item-price{
    font-size: 1rem;
  }
  .item-header{
    margin-bottom: 0;
  }
  .category{
    margin-bottom: 1rem;
  }
  .widget{
    padding: 20px;
  }
  .section-para{
    margin-bottom: 10px;
  }
  .delivery-section{
    padding-bottom: 20px;
  }
   .featureCards {
    flex-wrap: nowrap;          /* prevent wrapping */
    overflow-x: auto;           /* enable horizontal scroll */
    -webkit-overflow-scrolling: touch; /* smooth on iOS */
    scroll-snap-type: x mandatory;     /* optional snapping */
  }

  .featureCards > [class*="col-"] {
    flex: 0 0 80%;       /* each card takes 80% width */
    max-width: 80%;      /* important for Bootstrap cols */
    scroll-snap-align: start;
    padding-right: 8px;
  }

  /* Hide scrollbar */
  .featureCards::-webkit-scrollbar {
    display: none;
  }
  .featureCards {
    -ms-overflow-style: none;
    scrollbar-width: none;
  }
  .main-fab{
    background-color: rgba(0, 0, 0, .3);
  }
  .flex-container .short_desc{
    max-width: 300px;
   }
   .social-grid{
    gap: 10px;
   }
   .social-card{
    gap: 5px;
    padding: 8px;
   }
   .mainContent{
    margin-top: -84px;
   }
   .navbar>.container, .navbar>.container-fluid{
    flex-direction: column;
   }
   .navbar-brand{
    margin-right: 0;
   }
   .scrolled .navbar-nav{
    padding: 8px;
   }
   .navbar{
    padding-left: 6px;
    padding-right: 6px;
   }
   /* .navbar .navbar-nav .nav-item{
    margin-left: 3px;
    margin-right: 3px;
   } */
   /* .navbar .navbar-nav .nav-link span{
    display: none;
   } */
}

@media (max-width: 576px) {
  .hero-headline {
    font-size: 2rem;
  }

  .narrative-title,
  .features-title {
    font-size: 1.8rem;
  }

  .feature-card {
    min-width: 100%;
  }

  .chef-info {
    padding: 20px;
  }

  .hero-title {
    font-size: 2.2rem;
  }

  .hero-subtitle {
    font-size: 1.1rem;
  }

  .menu-cards-wrapper {
    flex-direction: column;
    align-items: center;
  }

  .menu-card {
    min-width: 100%;
  }

  .catering-title {
    font-size: 2rem;
  }

  .services-title {
    font-size: 1.8rem;
  }

  .service-item {
    min-width: 100%;
  }

  .gallery-item {
    min-width: 100%;
  }

  .description-text {
    font-size: 1.1rem;
    padding: 0 10px;
  }

  .contact-title {
    font-size: 2rem;
  }

  .contact-tagline {
    font-size: 1.1rem;
  }

  .form-title,
  .faq-title {
    font-size: 2rem;
  }

  .contact-grid {
    grid-template-columns: 1fr;
  }
  .menu-grid {
    grid-template-columns: repeat(auto-fill, minmax(150px, 1fr));
    gap: 8px;
    justify-content: center;
   }
}
@media (max-width: 400px) {
  .item-header{
    flex-direction: column;
  }
}
@media (max-width: 360px) {
    .menu-grid {
    grid-template-columns: 0.95fr;
    justify-content: center;
  }
  .item-content{
    padding: .8rem;
  }
  .item-name,.item-price{
    font-size: 1.2rem;
  }
  .order-btn{
    padding: 10px 15px;
  }
  .widget{
    padding: 15px;
  }
  .flex-container .short_desc{
    max-width: 280px;
  }
}