   *{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
   }
   
   h1,h2,h3,h4,h5,h6{
    font-family: "Play";
}

p,span,div,a,li{
    font-family: "Lato";
   
}


html,
body {
  overflow-x: hidden;
  max-width: 100%;
}

* {
  box-sizing: border-box;
}

/* ================= PAGE LOAD IMAGE POPUP ================= */

.page-popup-overlay {
  position: fixed;
  inset: 0;
  z-index: 99999;
  background: rgba(5, 5, 15, 0.78);
  backdrop-filter: blur(8px);
  -webkit-backdrop-filter: blur(8px);

  display: flex;
  align-items: center;
  justify-content: center;

  padding: 20px;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.4s ease, visibility 0.4s ease;
}

.page-popup-overlay.show {
  opacity: 1;
  visibility: visible;
}

.page-popup-box {
  position: relative;
  width: min(92vw, 520px);
  border-radius: 24px;
  overflow: hidden;
  background: #ffffff;
  box-shadow: 0 30px 90px rgba(0, 0, 0, 0.45);

  transform: scale(0.82) translateY(25px);
  opacity: 0;
  transition: transform 0.55s cubic-bezier(0.22, 1, 0.36, 1),
    opacity 0.45s ease;
}

.page-popup-overlay.show .page-popup-box {
  transform: scale(1) translateY(0);
  opacity: 1;
}

.page-popup-image {
  display: block;
  width: 100%;
  height: auto;
  max-height: 82vh;
  object-fit: contain;
}

/* Close Button */
.page-popup-close {
  position: absolute;
  top: 12px;
  right: 12px;
  z-index: 2;

  width: 38px;
  height: 38px;
  border: none;
  border-radius: 50%;

  background: rgba(0, 0, 0, 0.68);
  color: #ffffff;
  font-size: 28px;
  line-height: 1;
  cursor: pointer;

  display: flex;
  align-items: center;
  justify-content: center;

  transition: background 0.3s ease, transform 0.3s ease;
}

.page-popup-close:hover {
  background: #000000;
  transform: rotate(90deg);
}

/* Mobile */
@media (max-width: 575px) {
  .page-popup-box {
    width: 92vw;
    border-radius: 18px;
  }

  .page-popup-close {
    width: 34px;
    height: 34px;
    font-size: 24px;
  }

  .page-popup-image {
    max-height: 78vh;
  }
}
   
   .vibe-card {
        transition: all 0.55s ease;
      }

      .vibe-card .vibe-image {
        transition: transform 0.55s ease, filter 0.55s ease;
      }

      
     



       .gold-line {
      width: 54px;
      height: 2px;
      background: #c9a84c;
      margin: 10px auto 0;
    }

    .exp-num {
      font-size: 0.68rem;
      letter-spacing: 0.22em;
      color: #c9a84c;
      font-weight: 500;
      text-transform: uppercase;
    }

    .learn-link {
      font-size: 0.72rem;
      font-weight: 500;
      letter-spacing: 0.18em;
      color: #c9a84c;
      text-transform: uppercase;
      display: inline-flex;
      align-items: center;
      gap: 6px;
      transition: all 0.25s ease;
    }

    .learn-link:hover {
      gap: 10px;
      color: #f2d27a;
    }

    .img-panel {
      overflow: hidden;
      background: #111;
      min-height: 250px;
    }

    .img-panel img {
      width: 100%;
      height: 100%;
      object-fit: cover;
      filter: brightness(0.88);
      transition: transform 0.45s ease;
    }

    .img-panel:hover img {
      transform: scale(1.04);
    }

    .row-divider {
      border-top: 1px solid rgba(255,255,255,0.06);
    }

    @media (min-width: 768px) {
      .img-panel {
        min-height: 320px;
      }
    }

/* Banner design */
  @keyframes float1 { 0%,100%{ transform:translateY(0) } 50%{ transform:translateY(-10px) } }
  @keyframes float2 { 0%,100%{ transform:translateY(0) } 50%{ transform:translateY(-8px) } }
  @keyframes float3 { 0%,100%{ transform:translateY(0) } 50%{ transform:translateY(-13px) } }
  @keyframes float4 { 0%,100%{ transform:translateY(0) } 50%{ transform:translateY(-11px) } }

  @keyframes pulseRing {
    0%   { transform: translateX(-50%) scale(1); opacity: 0.7; }
    100% { transform: translateX(-50%) scale(4.5); opacity: 0; }
  }

  .pulse-fire {
    animation: pulseRing 0.65s ease-out forwards;
  }

  .feature-card.active {
    border-color: rgba(0,210,255,0.72);
    box-shadow: 0 0 22px rgba(0,180,255,0.35), 0 0 6px rgba(0,180,255,0.18);
  }

  .feature-card.active > div:first-child {
    background: rgba(0,180,255,0.28);
  }

  .dot.active-dot {
    background: #00c8ff;
    transform: scale(1.45);
  }

  .fade-out {
    opacity: 0;
    transform: scale(0.95) translateY(10px);
  }

  .fade-in {
    opacity: 1;
    transform: scale(1) translateY(0);
  }

  .float-infinite {
    animation: float1 4s ease-in-out infinite;
  }


  /* food section */
  .food-section {
  width: 100%;
  background: #070716;
  padding: 46px 0 34px;
  overflow: hidden;
}

.food-container {
  width: 100%;
  max-width: 1640px;
  margin: 0 auto;
  padding: 0 64px;
  position: relative;
}

/* Swiper */
.foodSwiper {
  width: 100%;
  overflow: hidden;
}

.foodSwiper .swiper-wrapper {
  align-items: stretch;
}

.foodSwiper .swiper-slide {
  height: auto;
  display: flex;
}

/* Card */
.food-card {
  width: 100%;
  height: 100%;
  overflow: hidden;
  border-radius: 4px;
  border: 1px solid #1e1e1e;
  background: #151515;
  transition: transform 0.35s ease, border-color 0.35s ease;
}

.food-card:hover {
  transform: translateY(-6px);
  border-color: #ffce1b;
}

/* Image */
.food-img-box {
  width: 100%;
  aspect-ratio: 1.2 / 0.8;
  overflow: hidden;
  background: #0d0d0d;
}

.food-img-box img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
  transition: transform 0.5s ease;
}

.food-card:hover .food-img-box img {
  transform: scale(1.06);
}

/* Content */
.food-content {
  padding: 22px 20px 22px;
}

.food-content h3 {
  margin: 0;
  color: #d5d5d5;
  font-size: 20px;
  line-height: 1.35;
  font-weight: 700;
}

.food-content p {
  margin: 12px 0 0;
  color: #9a9a9a;
  font-size: 15px;
  line-height: 1.5;
  font-style: italic;
}

/* Indicators below cards */
.food-pagination {
  position: relative !important;
  margin-top: 28px;
  bottom: auto !important;
  left: auto !important;
  width: 100% !important;

  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
}

.food-pagination .swiper-pagination-bullet {
  width: 9px;
  height: 9px;
  margin: 0 !important;
  background: #777777;
  opacity: 1;
  border-radius: 999px;
  transition: all 0.3s ease;
}

.food-pagination .swiper-pagination-bullet-active {
  width: 28px;
  background: #ffce1b;
}

/* Tablet */
@media (max-width: 1199px) {
  .food-container {
    padding: 0 32px;
  }

  .food-content h3 {
    font-size: 18px;
  }

  .food-content p {
    font-size: 14px;
  }
}

/* Mobile */
@media (max-width: 767px) {
  .food-section {
    padding: 34px 0 28px;
  }

  .food-container {
    padding: 0 18px;
  }

  .food-content {
    padding: 18px 16px 20px;
  }

  .food-content h3 {
    font-size: 17px;
  }

  .food-content p {
    font-size: 13px;
  }

  .food-pagination {
    margin-top: 22px;
  }
}

  /* Animation CSS */

  
/* Animation css */

.fade-up,
.fade-down,
.fade-left,
.fade-right,
.fade-in,
.animate-down,
.animate-up {
  opacity: 0;

  transition:
    opacity 2.1s cubic-bezier(0.22, 1, 0.36, 1),
    transform 2.1s cubic-bezier(0.22, 1, 0.36, 1);

  will-change: transform, opacity;
  transform: translate3d(0,0,0);
  backface-visibility: hidden;
}


/* Directions */

.fade-up    { transform: translateY(40px); }
.fade-down  { transform: translateY(-40px); }
.fade-left  { transform: translateX(-40px); }
.fade-right { transform: translateX(40px); }
.fade-in    { transform: scale(0.94); }


/* Visible state */

.show {
  opacity: 1;
  transform: translate3d(0,0,0) scale(1);
}


/* Keyframe cinematic versions */

.animate-down,
.animate-up {
  transition: none;
}


/* Top → Down */

@keyframes slideDownFade {
  from {
    opacity: 0;
    transform: translateY(-100px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}


/* Bottom → Up */

@keyframes slideUpFade {
  from {
    opacity: 0;
    transform: translateY(100px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}


.show.animate-down {
  animation: slideDownFade 1.8s cubic-bezier(0.22, 1, 0.36, 1) forwards;
}

.show.animate-up {
  animation: slideUpFade 1.8s cubic-bezier(0.22, 1, 0.36, 1) forwards;
}


/* Banner center text float animation */
@keyframes floatY {
  0%   { transform: translateY(0px); }
  50%  { transform: translateY(-12px); }
  100% { transform: translateY(0px); }
}

.float-infinite {
  animation: floatY 6s ease-in-out infinite;
}




/* About Carousel slides css */
.ipp3dSection {
    position: relative;
  }

  .ipp3dWrap {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
  }

  .ipp3dViewport {
    width: 100%;
    max-width: 1200px;
    height: 220px;
    perspective: 1400px;
    overflow: visible;
    position: relative;
  }

  .ipp3dTrack {
    width: 100%;
    height: 100%;
    position: relative;
    transform-style: preserve-3d;
  }

  .ipp3dCard {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 44%;
    max-width: 360px;
    min-width: 220px;
    border-radius: 8px;
    overflow: hidden;
    background: #474b54;
    box-shadow: 0 14px 34px rgba(0,0,0,0.28);
    transform-origin: center center;
    transition:
      transform 0.65s cubic-bezier(0.22, 1, 0.36, 1),
      opacity 0.65s ease,
      filter 0.45s ease,
      box-shadow 0.45s ease;
    will-change: transform, opacity;
  }

  .ipp3dImg {
    display: block;
    width: 100%;
    height: 220px;
    object-fit: cover;
    filter: grayscale(20%) brightness(0.62);
    transition: filter 0.45s ease, transform 0.45s ease;
  }

  .ipp3dCard:hover .ipp3dImg {
    filter: grayscale(0%) brightness(1);
    transform: scale(1.04);
  }

  .ipp3dCard.ipp3dActive {
    z-index: 5;
    box-shadow: 0 20px 50px rgba(0, 0, 0, 0.1);
  }

  .ipp3dCard.ipp3dActive .ipp3dImg {
    filter: grayscale(0%) brightness(1);
  }

  .ipp3dDots {
    display: flex;
    justify-content: center;
    gap: 8px;
    margin-top: 18px;
  }

  .ipp3dDot {
    width: 8px;
    height: 8px;
    border-radius: 9999px;
    background: rgba(255,255,255,0.22);
    transition: all 0.3s ease;
    cursor: pointer;
    border: 0;
    padding: 0;
  }

  .ipp3dDot.active {
    background: #c7a64b;
    transform: scale(1.35);
  }

  @media (min-width: 640px) {
    .ipp3dViewport {
      height: 260px;
    }

    .ipp3dImg {
      height: 260px;
    }
  }

  @media (min-width: 768px) {
    .ipp3dViewport {
      height: 300px;
    }

    .ipp3dCard {
      width: 40%;
      max-width: 390px;
    }

    .ipp3dImg {
      height: 300px;
    }
  }

  @media (min-width: 1024px) {
    .ipp3dViewport {
      height: 320px;
    }

    .ipp3dCard {
      width: 30%;
      max-width: 420px;
    }

    .ipp3dImg {
      height: 320px;
    }
  }

  @media (max-width: 639px) {
    .ipp3dCard {
      width: 72%;
      min-width: 190px;
    }
  }



  /* About image 3d styling */
  .gp-tilt {
  transform-style: preserve-3d;
  transform: perspective(900px) rotateX(0deg) rotateY(0deg) scale(1);
  transition: box-shadow 0.3s ease;
  will-change: transform;
  cursor: pointer;
  border-radius: 10px;
  /* box-shadow: 0 0 25px rgba(199,166,75,0.45), 0 0 60px rgba(199,166,75,0.22); */
}
.gp-glare {
  position: absolute; inset: 0;
  border-radius: 10px;
  pointer-events: none;
  opacity: 0;
  transition: opacity 0.25s ease;
  z-index: 2;
}
.gp-tilt:hover .gp-glare { opacity: 1; }

/* About image  grid auto zoom effect */

 @keyframes pnpigSmoothZoom {
  0% {
    transform: scale(1);
  }
  35% {
    transform: scale(1.075);
  }
  100% {
    transform: scale(1);
  }
}

.pnpig-auto-zoom {
  animation: pnpigSmoothZoom 6.5s cubic-bezier(0.45, 0.05, 0.25, 1) infinite;
  will-change: transform;
}

.pnpig-card {
  transition: transform 0.4s ease, box-shadow 0.4s ease, border-color 0.4s ease;
}

.pnpig-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 20px 44px rgba(0, 0, 0, 0.34);
}

.pnpig-card:hover .pnpig-auto-zoom {
  transform: scale(1.09);
}

/* About us ENGINEERED FOR EVERYONE section design */
  .audience-card {
    position: relative;
    overflow: hidden;
    cursor: pointer;
    transition: transform 0.35s cubic-bezier(0.34,1.56,0.64,1), border-color 0.3s ease, box-shadow 0.3s ease;
    opacity: 0;
    transform: translateY(24px);
  }
  .audience-card.visible {
    opacity: 1;
    transform: translateY(0);
    transition: opacity 0.55s ease, transform 0.55s cubic-bezier(0.34,1.56,0.64,1), border-color 0.3s ease, box-shadow 0.3s ease;
  }
  .audience-card:hover {
    transform: translateY(-6px) scale(1.02);
  }

  /* top accent line */
  .audience-card::after {
    content: '';
    position: absolute;
    top: 0; left: 20%; right: 20%;
    height: 2px;
    border-radius: 0 0 4px 4px;
    opacity: 0;
    transition: opacity 0.3s ease;
  }
  .audience-card:hover::after { opacity: 1; }
  .card-friends::after    { background: #639922; }
  .card-families::after   { background: #378add; }
  .card-corporates::after { background: #ba7517; }
  .card-celebrations::after { background: #d4537e; }

  /* glow per card */
  .card-friends:hover    { box-shadow: 0 16px 40px rgba(99,153,34,0.2), 0 0 0 1px rgba(99,153,34,0.15); }
  .card-families:hover   { box-shadow: 0 16px 40px rgba(55,138,221,0.2), 0 0 0 1px rgba(55,138,221,0.15); }
  .card-corporates:hover { box-shadow: 0 16px 40px rgba(186,117,23,0.2), 0 0 0 1px rgba(186,117,23,0.15); }
  .card-celebrations:hover { box-shadow: 0 16px 40px rgba(212,83,126,0.2), 0 0 0 1px rgba(212,83,126,0.15); }

  /* icon wrap */
  .card-icon-wrap {
    width: 48px; height: 48px;
    border-radius: 12px;
    display: flex; align-items: center; justify-content: center;
    margin: 0 auto;
    border: 1px solid rgba(255,255,255,0.06);
    transition: transform 0.35s cubic-bezier(0.34,1.56,0.64,1);
  }
  .audience-card:hover .card-icon-wrap { transform: scale(1.15) rotate(-4deg); }

  .card-friends .card-icon-wrap    { background: rgba(99,153,34,0.12); }
  .card-families .card-icon-wrap   { background: rgba(55,138,221,0.12); }
  .card-corporates .card-icon-wrap { background: rgba(186,117,23,0.12); }
  .card-celebrations .card-icon-wrap { background: rgba(212,83,126,0.12); }

  /* title color shift */
  .card-title-text { transition: color 0.3s ease; }
  .card-friends:hover .card-title-text    { color: #97c459; }
  .card-families:hover .card-title-text   { color: #85b7eb; }
  .card-corporates:hover .card-title-text { color: #ef9f27; }
  .card-celebrations:hover .card-title-text { color: #ed93b1; }

  /* desc brighten */
  .card-desc-text { transition: color 0.3s ease; }
  .audience-card:hover .card-desc-text { color: rgba(255,255,255,0.55); }

  /* shimmer sweep */
  .card-shimmer {
    position: absolute;
    top: 0; left: -100%; width: 55%; height: 100%;
    background: linear-gradient(105deg, transparent, rgba(255,255,255,0.04), transparent);
    transition: left 0.55s ease;
    pointer-events: none;
  }
  .audience-card:hover .card-shimmer { left: 160%; }

  /* About plug and play section design */

  .img-tilt {
    position: relative;
    transform-style: preserve-3d;
    transform: perspective(900px) rotateX(0deg) rotateY(0deg) scale(1);
    transition: box-shadow 0.3s ease;
    will-change: transform;
    cursor: pointer;
    border-radius: 10px;
  }

  .img-tilt img {
    display: block;
    width: 100%;
    border-radius: 10px;
    object-fit: contain;
  }

  .img-tilt .tilt-glare {
    position: absolute;
    inset: 0;
    border-radius: 10px;
    pointer-events: none;
    opacity: 0;
    transition: opacity 0.25s ease;
    z-index: 2;
  }
  .img-tilt:hover .tilt-glare { opacity: 1; }

  /* float animation */
  @keyframes floatA {
    0%, 100% { transform: translateY(0px); }
    50%       { transform: translateY(-10px); }
  }
  @keyframes floatB {
    0%, 100% { transform: translateY(0px); }
    50%       { transform: translateY(-7px); }
  }

  .img-float-a { animation: floatA 5s ease-in-out infinite; }
  .img-float-b { animation: floatB 6.5s ease-in-out infinite; animation-delay: 1s; }

  /* pause float on hover so tilt takes over cleanly */
  .img-tilt:hover .img-float-a,
  .img-tilt:hover .img-float-b { animation-play-state: paused; }

  /* scroll fade-in */
  .img-reveal {
    opacity: 0;
    transform: translateY(28px);
    transition: opacity 0.65s ease, transform 0.65s cubic-bezier(0.22,1,0.36,1);
  }
  .img-reveal.visible {
    opacity: 1;
    transform: translateY(0);
  }

/* Projects */
.vrxp-grid {
  align-items: stretch;
}

.vrxp-card {
  position: relative;
  overflow: hidden;
  border-radius: 22px;
  background: linear-gradient(180deg, rgba(255,255,255,0.06), rgba(255,255,255,0.02));
  border: 1px solid rgba(255,255,255,0.08);
  padding: 10px;
  min-height: 360px;
  box-shadow:
    0 10px 30px rgba(0,0,0,0.22),
    inset 0 0 0 1px rgba(255,255,255,0.02);
  transition: transform 0.45s ease, border-color 0.35s ease, box-shadow 0.45s ease;
}

.vrxp-slide {
  min-width: 86%;
  overflow: hidden;
  border-radius: 22px;
  background: linear-gradient(180deg, rgba(255,255,255,0.06), rgba(255,255,255,0.02));
  border: 1px solid rgba(255,255,255,0.08);
  padding: 10px;
  box-shadow:
    0 10px 30px rgba(0,0,0,0.22),
    inset 0 0 0 1px rgba(255,255,255,0.02);
  transition: transform 0.45s ease, border-color 0.35s ease, box-shadow 0.45s ease;
}

.vrxp-media {
  position: relative;
  height: 500px;
  overflow: hidden;
  border-radius: 16px;
  background: #0b0b0b;
}

.vrxp-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  transform: scale(1);
  transition: transform 0.7s ease, filter 0.45s ease;
}

/* overlay */
.vrxp-media::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(to top, rgba(0,0,0,0.20), rgba(0,0,0,0.02) 45%, rgba(255,255,255,0.03));
  z-index: 1;
  transition: opacity 0.45s ease;
}

.vrxp-media::after {
  content: "";
  position: absolute;
  inset: -40%;
  background: linear-gradient(
    115deg,
    transparent 20%,
    rgba(255,255,255,0.14) 48%,
    rgba(255,255,255,0.03) 55%,
    transparent 72%
  );
  transform: translateX(-120%) skewX(-12deg);
  transition: transform 0.8s ease;
  z-index: 2;
}

/* hover */
.vrxp-card:hover,
.vrxp-slide:hover {
  transform: translateY(-8px);
  border-color: rgba(255,255,255,0.18);
  box-shadow:
    0 22px 50px rgba(0,0,0,0.34),
    0 0 0 1px rgba(255,255,255,0.04),
    0 0 30px rgba(255,255,255,0.04);
}

.vrxp-card:hover .vrxp-img,
.vrxp-slide:hover .vrxp-img {
  transform: scale(1.08);
  filter: saturate(1.08) contrast(1.03);
}

.vrxp-card:hover .vrxp-media::after,
.vrxp-slide:hover .vrxp-media::after {
  transform: translateX(120%) skewX(-12deg);
}

/* carousel scrollbar */
.vrxp-carousel::-webkit-scrollbar {
  height: 6px;
}

.vrxp-carousel::-webkit-scrollbar-track {
  background: rgba(255, 255, 255, 0.05);
  border-radius: 999px;
}

.vrxp-carousel::-webkit-scrollbar-thumb {
  background: rgba(255, 255, 255, 0.18);
  border-radius: 999px;
}

/* tablet */
@media (min-width: 640px) and (max-width: 1023px) {
  .vrxp-slide {
    min-width: 58%;
  }

  .vrxp-media {
    height: 360px;
  }
}

/* mobile */
@media (max-width: 639px) {
  .vrxp-title {
    line-height: 1.35;
  }

  .vrxp-slide {
    min-width: 88%;
    border-radius: 18px;
    padding: 8px;
  }

  .vrxp-media {
    height: 280px;
    border-radius: 14px;
  }
}





/* Booking */

      .bookingModalBox {
        max-height: 92vh;
        overflow: hidden;
      }

      body.modal-open {
        overflow: hidden;
      }

      .formInput,
      .formTextarea {
        width: 100%;
        border-radius: 10px;
        border: 1px solid rgba(255, 255, 255, 0.1);
        background: #090d14;
        padding: 0 16px;
        font-size: 14px;
        color: #fff;
        outline: none;
        transition: 0.3s ease;
      }

      .formInput {
        height: 54px;
      }

      .formTextarea {
        padding: 16px;
        resize: none;
      }

      .formInput::placeholder,
      .formTextarea::placeholder {
        color: rgba(255, 255, 255, 0.3);
      }

      .formInput:focus,
      .formTextarea:focus {
        border-color: #ffce1b;
        background: #0b1018;
        box-shadow: 0 0 0 1px #ffce1b;
      }

      .formLabel {
        display: block;
        margin-bottom: 12px;
        font-size: 11px;
        font-weight: 700;
        letter-spacing: 0.16em;
        text-transform: uppercase;
        color: rgba(255, 255, 255, 0.6);
      }

      .gameBox {
        display: flex;
        align-items: center;
        gap: 12px;
        min-height: 54px;
        padding: 14px 16px;
        border-radius: 10px;
        border: 1px solid rgba(255, 206, 27, 0.9);
        background: rgba(255, 206, 27, 0.06);
        color: #fff;
        font-size: 14px;
        font-weight: 700;
        cursor: pointer;
        transition: 0.3s ease;
      }

      .gameBox:hover,
      .gameBox:has(input:checked) {
        background: rgba(255, 206, 27, 0.12);
        box-shadow: 0 10px 30px rgba(255, 206, 27, 0.1);
      }

      .gameBox input {
        width: 18px;
        height: 18px;
        accent-color: #ffce1b;
      }

      .bookingSubmitBtn {
        display: inline-flex;
        width: 100%;
        height: 54px;
        align-items: center;
        justify-content: center;
        border: none;
        border-radius: 10px;
        background: #ffce1b;
        padding: 0 32px;
        font-size: 13px;
        font-weight: 800;
        letter-spacing: 0.14em;
        text-transform: uppercase;
        color: #000;
        box-shadow: 0 10px 30px rgba(255, 206, 27, 0.22);
        transition: 0.3s ease;
        cursor: pointer;
      }

      .bookingSubmitBtn:hover {
        transform: translateY(-1px);
        filter: brightness(1.05);
      }

      .bookingSubmitBtn:disabled {
        cursor: not-allowed;
        opacity: 0.75;
      }

      .bookingToast {
        position: fixed;
        top: 24px;
        right: 24px;
        z-index: 99999;
        display: flex;
        align-items: flex-start;
        gap: 12px;
        min-width: 300px;
        max-width: 420px;
        padding: 16px 18px;
        border-radius: 16px;
        background: #0b0d12;
        border: 1px solid rgba(255, 206, 27, 0.25);
        box-shadow: 0 20px 60px rgba(0, 0, 0, 0.45);
        transform: translateY(-20px);
        opacity: 0;
        pointer-events: none;
        transition: 0.35s ease;
      }

      .bookingToast.show {
        transform: translateY(0);
        opacity: 1;
      }

      .bookingToastIcon {
        width: 30px;
        height: 30px;
        flex: 0 0 30px;
        display: grid;
        place-items: center;
        border-radius: 999px;
        background: #ffce1b;
        color: #000;
        font-weight: 900;
      }

      .bookingToastTitle {
        font-size: 14px;
        font-weight: 800;
        color: #fff;
      }

      .bookingToastMessage {
        margin-top: 3px;
        font-size: 13px;
        line-height: 1.5;
        color: rgba(255, 255, 255, 0.7);
      }

      .bookingToast.error {
        border-color: rgba(255, 80, 80, 0.35);
      }

      .bookingToast.error .bookingToastIcon {
        background: #ff4d4d;
        color: #fff;
      }

      .bookingToast.warning {
        border-color: rgba(255, 206, 27, 0.45);
      }

      .bookingToast.warning .bookingToastIcon {
        background: #ffce1b;
        color: #000;
      }

      @media (max-width: 1023px) {
        .bookingModalBox {
          max-height: 94vh;
          overflow-y: auto;
          scrollbar-width: none;
        }

        .bookingModalBox::-webkit-scrollbar {
          display: none;
        }
      }

      @media (max-width: 640px) {
        .bookingToast {
          left: 16px;
          right: 16px;
          top: 16px;
          min-width: unset;
          max-width: unset;
        }
      }

.dateField {
  position: relative;
  width: 100%;
}

.dateInput {
  padding-right: 48px !important;
  color-scheme: dark;
}

.dateInput::-webkit-calendar-picker-indicator {
  opacity: 0;
  cursor: pointer;
  position: absolute;
  right: 12px;
  width: 36px;
  height: 36px;
  z-index: 3;
}

.dateIcon {
  position: absolute;
  right: 16px;
  top: 50%;
  width: 18px;
  height: 18px;
  transform: translateY(-50%);
  color: #fff;
  pointer-events: none;
}



/* Cafe Menu Model style */

  .menuCardWrap {
    overflow: hidden;
    border-radius: 16px;
    border: 1px solid rgba(255,255,255,0.1);
    background: rgba(255,255,255,0.05);
    padding: 8px;
    cursor: pointer;
  }

  .menuImageStyle {
    width: 100%;
    height: 260px;
    border-radius: 12px;
    object-fit: contain;
    background: #f5f0dc;
    transition: all 0.35s ease;
  }

  .menuImageStyle:hover {
    transform: scale(1.03);
  }

  @media (min-width: 640px) {
    .menuImageStyle {
      height: 320px;
    }
  }

  @media (min-width: 1024px) {
    .menuImageStyle {
      height: 380px;
    }
  }
