.elementor-335 .elementor-element.elementor-element-cb3a91b{--display:flex;}.elementor-335 .elementor-element.elementor-element-1cbeea0{margin:100px 0px calc(var(--kit-widget-spacing, 0px) + 0px) 0px;text-align:center;}.elementor-335 .elementor-element.elementor-element-1cbeea0 .elementor-heading-title{color:var( --e-global-color-a3abca2 );}.elementor-335 .elementor-element.elementor-element-dd4af88{--display:flex;--min-height:0px;--gap:0px 0px;--row-gap:0px;--column-gap:0px;}.elementor-335 .elementor-element.elementor-element-dd4af88.e-con{--flex-grow:0;--flex-shrink:0;}.elementor-335 .elementor-element.elementor-element-8a04040{--display:flex;--gap:0px 0px;--row-gap:0px;--column-gap:0px;}.elementor-335 .elementor-element.elementor-element-57bf632{--display:flex;--flex-direction:row;--container-widget-width:initial;--container-widget-height:100%;--container-widget-flex-grow:1;--container-widget-align-self:stretch;--flex-wrap-mobile:wrap;--justify-content:center;}.elementor-335 .elementor-element.elementor-element-a3e8d26{animation-duration:3000ms;animation-delay:400ms;}.elementor-335 .elementor-element.elementor-element-31ef08c{--display:flex;--gap:0px 0px;--row-gap:0px;--column-gap:0px;}.elementor-335 .elementor-element.elementor-element-ad2c278{animation-duration:3000ms;animation-delay:400ms;}.elementor-335 .elementor-element.elementor-element-70084be{--display:flex;--gap:0px 0px;--row-gap:0px;--column-gap:0px;}.elementor-335 .elementor-element.elementor-element-3c236bc{--display:flex;--gap:0px 0px;--row-gap:0px;--column-gap:0px;}.elementor-335 .elementor-element.elementor-element-8a71162{--display:flex;--gap:0px 0px;--row-gap:0px;--column-gap:0px;}.elementor-335 .elementor-element.elementor-element-7ea02d7{--display:flex;--gap:0px 0px;--row-gap:0px;--column-gap:0px;}.elementor-335 .elementor-element.elementor-element-e4216d6{--display:flex;--gap:0px 0px;--row-gap:0px;--column-gap:0px;}.elementor-335 .elementor-element.elementor-element-883b54d{--display:flex;--gap:0px 0px;--row-gap:0px;--column-gap:0px;}.elementor-335 .elementor-element.elementor-element-cbe9317{--display:flex;--gap:0px 0px;--row-gap:0px;--column-gap:0px;}.elementor-335 .elementor-element.elementor-element-21a3a94{animation-duration:3000ms;animation-delay:800ms;animation-timing-function:cubic-bezier(0.165,0.84,0.44,1);}.elementor-335 .elementor-element.elementor-element-9254ff0{--display:flex;--gap:0px 0px;--row-gap:0px;--column-gap:0px;}.elementor-335 .elementor-element.elementor-element-832b0c1{--display:flex;--gap:0px 0px;--row-gap:0px;--column-gap:0px;}.elementor-335 .elementor-element.elementor-element-8f343c9{animation-duration:3000ms;animation-delay:800ms;}.elementor-335 .elementor-element.elementor-element-690dcd9{--display:flex;--gap:0px 0px;--row-gap:0px;--column-gap:0px;}.elementor-335 .elementor-element.elementor-element-56165b1{--n-tabs-heading-wrap:wrap;--n-tabs-heading-overflow-x:initial;--n-tabs-title-white-space:initial;}.elementor-335 .elementor-element.elementor-element-56165b1.elementor-widget-n-tabs > .e-n-tabs[data-touch-mode='false'] > .e-n-tabs-heading > .e-n-tab-title[aria-selected="false"]:hover{background:var( --e-global-color-a3abca2 );}.elementor-335 .elementor-element.elementor-element-56165b1.elementor-widget-n-tabs > .e-n-tabs > .e-n-tabs-heading > .e-n-tab-title[aria-selected="true"], .elementor-335 .elementor-element.elementor-element-56165b1.elementor-widget-n-tabs > .e-n-tabs[data-touch-mode='true'] > .e-n-tabs-heading > .e-n-tab-title[aria-selected="false"]:hover{background:var( --e-global-color-a3abca2 );}@media(min-width:768px){.elementor-335 .elementor-element.elementor-element-dd4af88{--width:100%;}}/* Start custom CSS for html, class: .elementor-element-b6a27c1 */.biryani-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 25px;
  margin-bottom: 50px;
}

/* Cards */
.biryani-item {
  background: #fff;
  border-radius: 18px;
  overflow: hidden;
  cursor: pointer;
  box-shadow: 0 15px 35px rgba(0,0,0,0.15);
  transition: 0.4s;
}

.biryani-item:hover {
  transform: translateY(-10px) scale(1.03);
}

.biryani-item img {
  width: 100%;
  height: 220px;
  object-fit: cover;
  display: block;
}

.biryani-item h3 {
  text-align: center;
  padding: 14px;
  color: #7a0c0c;
}

.View-option {
  display: block;
  font-size: 18px;
  font-weight: 600;
  padding-bottom: 15px;
  text-align: center;
  color: #000;
}

.menu-item-wrap {
  padding: 10px 12px 12px;
  text-align: center;
}

.menu-item-title {
  margin: 0 0 6px 0;
  line-height: 1.3;
  font-size: 18px;
  font-weight: 600;
  color: #7a0c0c;
}

.menu-item-price {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 5px;
  margin: 0 auto;
  padding: 6px 16px;
  border-radius: 30px;
  background: linear-gradient(135deg, #7a0c0c, #e41616);
  color: #fff;
  font-weight: 600;
}

/* ===== POPUP OVERLAY ===== */
.popup-overlay {
  position: fixed;
  inset: 0;
  background: rgba(0,0,0,0.6);
  opacity: 0;
  pointer-events: none;
  transition: 0.3s;
  z-index: 9998;
}

.popup-overlay.active {
  opacity: 1;
  pointer-events: all;
}

/* ===== POPUP BOX ===== */
.popup-box {
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) scale(0.9);
  width: 90%;
  max-width: 420px;
  max-height: 80vh;
  border-radius: 25px;
  background: white;
  box-shadow: 0 30px 60px rgba(0,0,0,0.35);
  opacity: 0;
  transition: 0.4s;
  z-index: 9999;
  pointer-events: none;
  overflow: hidden; /* Changed from overflow-y: auto */
  display: flex;
  flex-direction: column;
}

.popup-box.active {
  opacity: 1;
  transform: translate(-50%, -50%) scale(1);
  pointer-events: all;
}

/* Popup Header (Fixed) */
.popup-box h2 {
  color: #7a0c0c;
  margin: 0;
  padding: 35px 35px 15px 35px;
  flex-shrink: 0; /* Don't shrink */
}
.popup-img-wrap {
  width: 70px;
  height: 70px;
  border-radius: 14px;
  overflow: hidden;     /* THIS is the key */
  flex-shrink: 0;
}

.popup-img-wrap img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}




.price-list li {
  display: flex;
  align-items: center;
  gap: 12px;
}

/* Scrollable Content Area */
.price-list {
  list-style: none;
  padding: 0 35px 35px 35px;
  margin: 0;
  overflow-y: auto; /* Only the list scrolls */
  flex: 1;
}

/* ===== CLOSE BUTTON - STAYS FIXED ===== */
.close-btn {
  position: absolute; /* Absolute to popup box */
  top: 16px;
  right: 20px;
  font-size: 32px;
  cursor: pointer;
  color: #7a0c0c;
  line-height: 1;
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: 0.2s;
  z-index: 10;
  background: rgba(255, 255, 255, 0.95);
  border-radius: 50%;
  -webkit-tap-highlight-color: transparent; /* Remove mobile tap highlight */
  touch-action: manipulation; /* Improve touch response */
}

.close-btn:hover,
.close-btn:active {
  transform: scale(1.15);
  color: #e41616;
  background: white;
}

/* ===== PRICE LIST ITEMS ===== */
.price-list li {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  padding: 12px 0;
  border-bottom: 1px dashed #ddd;
  font-size: 17px;
}

.price-list li:last-child {
  border-bottom: none;
}

.item-text {
  max-width: 70%;
  flex: 1;
}

.item-text strong {
  display: block;
  font-size: 16px;
  font-weight: 600;
  color: #000;
  margin-bottom: 3px;
}

.item-text small {
  display: block;
  font-size: 13px;
  color: #555;
  line-height: 1.4;
}

.price {
  font-size: 17px;
  font-weight: 600;
  color: #000;
  white-space: nowrap;
  margin-left: 10px;
}

/* ===== MOBILE ===== */
@media (max-width: 768px) {
  .biryani-grid {
    grid-template-columns: 1fr;
  }
  
  .popup-box {
    width: 95%;
    max-height: 90vh;
  }
  
  .popup-box h2 {
    padding: 25px 25px 12px 25px;
    font-size: 20px;
  }
  
  .price-list {
    padding: 0 25px 25px 25px;
  }
  
  .close-btn {
    top: 12px;
    right: 12px;
    width: 38px;
    height: 38px;
    font-size: 28px;
  }
  
  .item-text {
    max-width: 65%;
  }
  
  .item-text strong {
    font-size: 15px;
  }
  
  .item-text small {
    font-size: 12px;
  }
  
  .price {
    font-size: 16px;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-a3e8d26 *//* Grid */
.elementor-335 .elementor-element.elementor-element-a3e8d26 .biryani-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 25px;
}

/* Cards */
.elementor-335 .elementor-element.elementor-element-a3e8d26 .biryani-item {
  background: #fff;
  border-radius: 18px;
  overflow: hidden;
  cursor: pointer;
  box-shadow: 0 15px 35px rgba(0,0,0,0.15);
  transition: 0.4s;
  padding-bottom: 10px;
}

.elementor-335 .elementor-element.elementor-element-a3e8d26 .biryani-item:hover {
  transform: translateY(-10px) scale(1.03);
}

.elementor-335 .elementor-element.elementor-element-a3e8d26 .biryani-item img {
  width: 100%;
  height: 220px;
  object-fit: cover;
}

.elementor-335 .elementor-element.elementor-element-a3e8d26 .biryani-item h3 {
  text-align: center;
  padding: 14px;
  color: #7a0c0c;
}

/* Clickable Items */
.biryani-item {
  cursor: pointer;
  position: relative;
  z-index: 10;
}

/* Mobile */
@media (max-width: 768px) {
  .elementor-335 .elementor-element.elementor-element-a3e8d26 .biryani-grid {
    grid-template-columns: 1fr;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-ad2c278 *//* Grid */
.elementor-335 .elementor-element.elementor-element-ad2c278 .biryani-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 25px;
}

/* Cards */
.elementor-335 .elementor-element.elementor-element-ad2c278 .biryani-item {
  background: #fff;
  border-radius: 18px;
  overflow: hidden;
  cursor: pointer;
  box-shadow: 0 15px 35px rgba(0,0,0,0.15);
  transition: 0.4s;
  padding-bottom: 10px;
}

.elementor-335 .elementor-element.elementor-element-ad2c278 .biryani-item:hover {
  transform: translateY(-10px) scale(1.03);
}

.elementor-335 .elementor-element.elementor-element-ad2c278 .biryani-item img {
  width: 100%;
  height: 220px;
  object-fit: cover;
}

.elementor-335 .elementor-element.elementor-element-ad2c278 .biryani-item h3 {
  text-align: center;
  padding: 14px;
  color: #7a0c0c;
}

/* Clickable Items */
.biryani-item {
  cursor: pointer;
  position: relative;
  z-index: 10;
}

/* Mobile */
@media (max-width: 768px) {
  .elementor-335 .elementor-element.elementor-element-ad2c278 .biryani-grid {
    grid-template-columns: 1fr;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-1f85aba *//* Grid */
.elementor-335 .elementor-element.elementor-element-1f85aba .biryani-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 25px;
}

/* Cards */
.elementor-335 .elementor-element.elementor-element-1f85aba .biryani-item {
  background: #fff;
  border-radius: 18px;
  overflow: hidden;
  cursor: pointer;
  box-shadow: 0 15px 35px rgba(0,0,0,0.15);
  transition: 0.4s;
  padding-bottom: 10px;
}

.elementor-335 .elementor-element.elementor-element-1f85aba .biryani-item:hover {
  transform: translateY(-10px) scale(1.03);
}

.elementor-335 .elementor-element.elementor-element-1f85aba .biryani-item img {
  width: 100%;
  height: 220px;
  object-fit: cover;
}

.elementor-335 .elementor-element.elementor-element-1f85aba .biryani-item h3 {
  text-align: center;
  padding: 14px;
  color: #7a0c0c;
}

/* Clickable Items */
.biryani-item {
  cursor: pointer;
  position: relative;
  z-index: 10;
}

/* Mobile */
@media (max-width: 768px) {
  .elementor-335 .elementor-element.elementor-element-1f85aba .biryani-grid {
    grid-template-columns: 1fr;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-dff3667 *//* ===== GRID ===== */
.mandi-menu-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 25px;
}

/* ===== CARDS ===== */
.mandi-card {
  background: #fff;
  border-radius: 18px;
  overflow: hidden;
  cursor: pointer;
  box-shadow: 0 15px 35px rgba(0, 0, 0, 0.15);
  transition: 0.4s;
}

.mandi-card:hover {
  transform: translateY(-10px) scale(1.03);
}

/* ✅ FIXED: Removed ".elementor-335 .elementor-element.elementor-element-dff3667" */
.mandi-card img {
  width: 100%;
  height: 220px;
  object-fit: cover;
}

.mandi-card h3 {
  text-align: center;
  padding: 14px;
  color: #7a0c0c;
}

.View-option {
  display: block;
  font-size: 20px;
  font-weight: 600;
  color: #000;
  text-align: center;
  padding-bottom: 15px;
}

/* ===== POPUP OVERLAY ===== */
.mandi-popup-overlay {
  position: fixed;
  inset: 0;
  background: rgba(0, 0, 0, 0.6);
  opacity: 0;
  pointer-events: none;
  transition: 0.3s;
  z-index: 9998;
}

.mandi-popup-overlay.active {
  opacity: 1;
  pointer-events: all;
}

/* ===== POPUP BOX ===== */
.popup-img-wrap {
  width: 70px;
  height: 70px;
  border-radius: 14px;
  overflow: hidden;
  /* THIS is the key */
  flex-shrink: 0;
}

.popup-img-wrap img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.mandi-popup-box {
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -45%) scale(0.9);
  width: 90%;
  max-width: 420px;
  max-height: 80vh;
  overflow-y: auto;
  padding: 35px;
  border-radius: 25px;
  background: white;
  backdrop-filter: blur(18px);
  -webkit-backdrop-filter: blur(18px);
  border: 1px solid rgba(255, 255, 255, 0.3);
  box-shadow: 0 30px 60px rgba(0, 0, 0, 0.35);
  opacity: 0;
  transition: 0.4s;
  z-index: 9999;
  pointer-events: none;
}

.mandi-popup-box.active {
  opacity: 1;
  transform: translate(-50%, -50%) scale(1);
  pointer-events: all;
}

.mandi-popup-box h2 {
  color: #7a0c0c;
  margin-bottom: 18px;
}

/* ===== PRICE LIST ===== */

.mandi-price-list {
  list-style: none;
  padding: 0;
  margin: 0;
}

.mandi-price-list li {
  display: flex;
  justify-content: space-between;
  padding: 12px 0;
  border-bottom: 1px dashed #ddd;
  font-size: 17px;
}




/* ===== CLOSE BUTTON ===== */
.mandi-close-btn {
  position: absolute;
  top: 16px;
  right: 20px;
  font-size: 32px;
  cursor: pointer;
  color: #7a0c0c;
  line-height: 1;
  width: 35px;
  height: 35px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: 0.2s;
  z-index: 10000;
}

.mandi-close-btn:hover {
  transform: scale(1.2);
  color: #e41616;
}

/* ===== MOBILE ===== */
@media (max-width: 768px) {
  .mandi-menu-grid {
    grid-template-columns: 1fr;
  }
}

/* ===== BIRYANI ITEMS (Non-popup cards) ===== */
.biryani-item {
  background: #fff;
  border-radius: 18px;
  overflow: hidden;
  cursor: pointer;
  box-shadow: 0 15px 35px rgba(0, 0, 0, 0.15);
  transition: 0.4s;
  padding-bottom: 10px;
}

.biryani-item:hover {
  transform: translateY(-10px) scale(1.03);
}

.biryani-item img {
  width: 100%;
  height: 220px;
  object-fit: cover;
}

.biryani-item h3 {
  text-align: center;
  padding: 14px;
  color: #7a0c0c;
}

.menu-item-wrap {
  padding: 10px 12px 12px;
  text-align: center;
}

.menu-item-title {
  margin: 0 0 6px 0;
  line-height: 1.3;
  font-size: 18px;
  font-weight: 600;
  color: #7a0c0c;
}

.menu-item-price {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 5px;
  margin: 0 auto;
  padding: 6px 16px;
  border-radius: 30px;
  background: linear-gradient(135deg, #7a0c0c, #e41616);
  color: #fff;
  font-weight: 600;
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-08d7022 *//* ===== GRID ===== */
    .chinese-menu-grid {
      display: grid;
      grid-template-columns: repeat(3, 1fr);
      gap: 25px;
    }

    /* ===== CARDS ===== */
    .chinese-card {
      background: #fff;
      border-radius: 18px;
      overflow: hidden;
      cursor: pointer;
      box-shadow: 0 15px 35px rgba(0,0,0,0.15);
      transition: 0.4s;
    }
    .chinese-card:hover {
      transform: translateY(-10px) scale(1.03);
    }
    /* ✅ FIXED: Removed ".elementor-335 .elementor-element.elementor-element-08d7022" */
    .chinese-card img {
      width: 100%;
      height: 220px;
      object-fit: cover;
    }
    .chinese-card h3 {
      text-align: center;
      padding: 14px;
      color: #7a0c0c;
    }
    .menu-item-title {
      font-size: 25px;   
    }
    .View-option {
      display: block;
      font-size: 20px;
      font-weight: 600;
      color: #000;
      text-align: center;
      padding-bottom: 15px;
    }

    /* ===== POPUP OVERLAY ===== */
    .chinese-popup-overlay {
      position: fixed;
      inset: 0;
      background: rgba(0,0,0,0.6);
      opacity: 0;
      pointer-events: none;
      transition: 0.3s;
      z-index: 9998;
    }
    .chinese-popup-overlay.active {
      opacity: 1;
      pointer-events: all;
    }

    /* ===== POPUP BOX ===== */
    .chinese-popup-box {
      position: fixed;
      top: 50%;
      left: 50%;
      transform: translate(-50%, -45%) scale(0.9);
      width: 90%;
      max-width: 420px;
      max-height: 80vh;
      overflow-y: auto;
      padding: 35px;
      border-radius: 25px;
      background: white;
      box-shadow: 0 30px 60px rgba(0,0,0,0.35);
      opacity: 0;
      transition: 0.4s;
      z-index: 9999;
      pointer-events: none;
    }
    .chinese-popup-box.active {
      opacity: 1;
      transform: translate(-50%, -50%) scale(1);
      pointer-events: all;
    }
    .chinese-popup-box h2 {
      color: #7a0c0c;
      margin-bottom: 18px;
    }

    /* ===== PRICE LIST ===== */
    .chinese-price-list {
      list-style: none;
      padding: 0;
      margin: 0;
    }
    .chinese-price-list li {
      display: flex;
      justify-content: space-between;
      padding: 12px 0;
      border-bottom: 1px dashed #ddd;
      font-size: 17px;
    }

    /* ===== CLOSE BUTTON ===== */
    .chinese-close-btn {
      position: absolute;
      top: 16px;
      right: 20px;
      font-size: 32px;
      cursor: pointer;
      color: #7a0c0c;
      line-height: 1;
      width: 35px;
      height: 35px;
      display: flex;
      align-items: center;
      justify-content: center;
      transition: 0.2s;
      z-index: 10000;
    }
    .chinese-close-btn:hover {
      transform: scale(1.2);
      color: #e41616;
    }

    /* ===== MOBILE ===== */
    @media (max-width: 768px) {
      .chinese-menu-grid {
        grid-template-columns: 1fr;
      }
    }/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-d27b0b1 *//* Grid */
.elementor-335 .elementor-element.elementor-element-d27b0b1 .biryani-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 25px;
}

/* Cards */
.elementor-335 .elementor-element.elementor-element-d27b0b1 .biryani-item {
  background: #fff;
  border-radius: 18px;
  overflow: hidden;
  cursor: pointer;
  box-shadow: 0 15px 35px rgba(0,0,0,0.15);
  transition: 0.4s;
  padding-bottom: 10px;
}

.elementor-335 .elementor-element.elementor-element-d27b0b1 .biryani-item:hover {
  transform: translateY(-10px) scale(1.03);
}

.elementor-335 .elementor-element.elementor-element-d27b0b1 .biryani-item img {
  width: 100%;
  height: 220px;
  object-fit: cover;
}

.elementor-335 .elementor-element.elementor-element-d27b0b1 .biryani-item h3 {
  text-align: center;
  padding: 14px;
  color: #7a0c0c;
}


/* Mobile */
@media (max-width: 768px) {
  .elementor-335 .elementor-element.elementor-element-d27b0b1 .biryani-grid {
    grid-template-columns: 1fr;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-f17269a *//* Grid */
.elementor-335 .elementor-element.elementor-element-f17269a .biryani-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 25px;
}

/* Cards */
.elementor-335 .elementor-element.elementor-element-f17269a .biryani-item {
  background: #fff;
  border-radius: 18px;
  overflow: hidden;
  cursor: pointer;
  box-shadow: 0 15px 35px rgba(0,0,0,0.15);
  transition: 0.4s;
  padding-bottom: 10px;
}

.elementor-335 .elementor-element.elementor-element-f17269a .biryani-item:hover {
  transform: translateY(-10px) scale(1.03);
}

.elementor-335 .elementor-element.elementor-element-f17269a .biryani-item img {
  width: 100%;
  height: 220px;
  object-fit: cover;
}

.elementor-335 .elementor-element.elementor-element-f17269a .biryani-item h3 {
  text-align: center;
  padding: 14px;
  color: #7a0c0c;
}
/* Mobile */
@media (max-width: 768px) {
  .elementor-335 .elementor-element.elementor-element-f17269a .biryani-grid {
    grid-template-columns: 1fr;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-3d66c58 *//* ===== GRID ===== */
.kebab-menu-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 25px;
}

/* ===== CARDS ===== */
.kebab-card {
  background: #fff;
  border-radius: 18px;
  overflow: hidden;
  cursor: pointer;
  box-shadow: 0 15px 35px rgba(0,0,0,0.15);
  transition: 0.4s;
}

.kebab-card:hover {
  transform: translateY(-10px) scale(1.03);
}
.elementor-335 .elementor-element.elementor-element-3d66c58 .kebab-card img {
  width: 100%;
  height: 220px;
  object-fit: cover;
}
.kebab-card h3 {
  text-align: center;
  padding: 14px;
  color: #7a0c0c;
}

.kebab-price {
  display: block;
  font-size: 20px;
  font-weight: 600;
  color: #000;
  text-align: center;
  padding-bottom: 10px;
}

/* ===== POPUP OVERLAY ===== */
.kebab-popup-overlay {
  position: fixed;
  inset: 0;
  background: rgba(0,0,0,0.6);
  opacity: 0;
  pointer-events: none;
  transition: 0.3s;
  z-index: 9998;
}

.kebab-popup-overlay.active {
  opacity: 1;
  pointer-events: all;
}

/* ===== POPUP BOX ===== */
.kebab-popup-box {
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -45%) scale(0.9);
  width: 90%;
  max-width: 420px;
  padding: 35px;
  border-radius: 25px;
  background: white;
  backdrop-filter: blur(18px);
  -webkit-backdrop-filter: blur(18px);
  border: 1px solid rgba(255,255,255,0.3);
  box-shadow: 0 30px 60px rgba(0,0,0,0.35);
  opacity: 0;
  transition: 0.4s;
  z-index: 9999;
}

.kebab-popup-box.active {
  opacity: 1;
  transform: translate(-50%, -50%) scale(1);
}

.kebab-popup-box h2 {
  color: #7a0c0c;
  margin-bottom: 18px;
}

/* ===== PRICE LIST ===== */
.kebab-price-list {
  list-style: none;
  padding: 0;
  margin: 0;
}

.kebab-price-list li {
  display: flex;
  justify-content: space-between;
  padding: 12px 0;
  border-bottom: 1px dashed #ddd;
  font-size: 17px;
}

/* ===== CLOSE BUTTON ===== */
.kebab-close-btn {
  position: absolute;
  top: 16px;
  right: 20px;
  font-size: 26px;
  cursor: pointer;
  color: #7a0c0c;
}

/* ===== MOBILE ===== */
@media (max-width: 768px) {
  .kebab-menu-grid {
    grid-template-columns: 1fr;
  }
}




.biryani-item {
  cursor: pointer; /* ensures pointer on hover */
  position: relative; /* avoids overlap issues */
  z-index: 10; /* ensures it’s above any overlaying element */
}





/* Grid */
.elementor-335 .elementor-element.elementor-element-3d66c58 .biryani-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 25px;
}

/* Cards */
.elementor-335 .elementor-element.elementor-element-3d66c58 .biryani-item {
  background: #fff;
  border-radius: 18px;
  overflow: hidden;
  cursor: pointer;
  box-shadow: 0 15px 35px rgba(0,0,0,0.15);
  transition: 0.4s;
  padding-bottom: 10px;
}

.elementor-335 .elementor-element.elementor-element-3d66c58 .biryani-item:hover {
  transform: translateY(-10px) scale(1.03);
}

.elementor-335 .elementor-element.elementor-element-3d66c58 .biryani-item img {
  width: 100%;
  height: 220px;
  object-fit: cover;
}

.elementor-335 .elementor-element.elementor-element-3d66c58 .biryani-item h3 {
  text-align: center;
  padding: 14px;
  color: #7a0c0c;
}


/* Mobile */
@media (max-width: 768px) {
  .elementor-335 .elementor-element.elementor-element-3d66c58 .biryani-grid {
    grid-template-columns: 1fr;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-21a3a94 *//* Grid */
.elementor-335 .elementor-element.elementor-element-21a3a94 .biryani-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 25px;
}

/* Cards */
.elementor-335 .elementor-element.elementor-element-21a3a94 .biryani-item {
  background: #fff;
  border-radius: 18px;
  overflow: hidden;
  cursor: pointer;
  box-shadow: 0 15px 35px rgba(0,0,0,0.15);
  transition: 0.4s;
  padding-bottom: 10px;
}

.elementor-335 .elementor-element.elementor-element-21a3a94 .biryani-item:hover {
  transform: translateY(-10px) scale(1.03);
}

.elementor-335 .elementor-element.elementor-element-21a3a94 .biryani-item img {
  width: 100%;
  height: 220px;
  object-fit: cover;
}

.elementor-335 .elementor-element.elementor-element-21a3a94 .biryani-item h3 {
  text-align: center;
  padding: 14px;
  color: #7a0c0c;
}


/* Mobile */
@media (max-width: 768px) {
  .elementor-335 .elementor-element.elementor-element-21a3a94 .biryani-grid {
    grid-template-columns: 1fr;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-87bfc66 *//* Grid */
.elementor-335 .elementor-element.elementor-element-87bfc66 .biryani-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 25px;
}

/* Cards */
.elementor-335 .elementor-element.elementor-element-87bfc66 .biryani-item {
  background: #fff;
  border-radius: 18px;
  overflow: hidden;
  cursor: pointer;
  box-shadow: 0 15px 35px rgba(0,0,0,0.15);
  transition: 0.4s;
  padding-bottom: 10px;
}

.elementor-335 .elementor-element.elementor-element-87bfc66 .biryani-item:hover {
  transform: translateY(-10px) scale(1.03);
}

.elementor-335 .elementor-element.elementor-element-87bfc66 .biryani-item img {
  width: 100%;
  height: 220px;
  object-fit: cover;
}

.elementor-335 .elementor-element.elementor-element-87bfc66 .biryani-item h3 {
  text-align: center;
  padding: 14px;
  color: #7a0c0c;
}


/* Mobile */
@media (max-width: 768px) {
  .elementor-335 .elementor-element.elementor-element-87bfc66 .biryani-grid {
    grid-template-columns: 1fr;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-8f343c9 *//* Grid */
.elementor-335 .elementor-element.elementor-element-8f343c9 .biryani-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 25px;
}

/* Cards */
.elementor-335 .elementor-element.elementor-element-8f343c9 .biryani-item {
  background: #fff;
  border-radius: 18px;
  overflow: hidden;
  cursor: pointer;
  box-shadow: 0 15px 35px rgba(0,0,0,0.15);
  transition: 0.4s;
  padding-bottom: 10px;
}

.elementor-335 .elementor-element.elementor-element-8f343c9 .biryani-item:hover {
  transform: translateY(-10px) scale(1.03);
}

.elementor-335 .elementor-element.elementor-element-8f343c9 .biryani-item img {
  width: 100%;
  height: 220px;
  object-fit: cover;
}

.elementor-335 .elementor-element.elementor-element-8f343c9 .biryani-item h3 {
  text-align: center;
  padding: 14px;
  color: #7a0c0c;
}


/* Mobile */
@media (max-width: 768px) {
  .elementor-335 .elementor-element.elementor-element-8f343c9 .biryani-grid {
    grid-template-columns: 1fr;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-0656d44 *//* Grid */
.elementor-335 .elementor-element.elementor-element-0656d44 .biryani-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 25px;
}

/* Cards */
.elementor-335 .elementor-element.elementor-element-0656d44 .biryani-item {
  background: #fff;
  border-radius: 18px;
  overflow: hidden;
  cursor: pointer;
  box-shadow: 0 15px 35px rgba(0,0,0,0.15);
  transition: 0.4s;
  padding-bottom: 10px;
}

.elementor-335 .elementor-element.elementor-element-0656d44 .biryani-item:hover {
  transform: translateY(-10px) scale(1.03);
}

.elementor-335 .elementor-element.elementor-element-0656d44 .biryani-item img {
  width: 100%;
  height: 220px;
  object-fit: cover;
}

.elementor-335 .elementor-element.elementor-element-0656d44 .biryani-item h3 {
  text-align: center;
  padding: 14px;
  color: #7a0c0c;
}


/* Mobile */
@media (max-width: 768px) {
  .elementor-335 .elementor-element.elementor-element-0656d44 .biryani-grid {
    grid-template-columns: 1fr;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-b6a27c1 */.biryani-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 25px;
  margin-bottom: 50px;
}

/* Cards */
.biryani-item {
  background: #fff;
  border-radius: 18px;
  overflow: hidden;
  cursor: pointer;
  box-shadow: 0 15px 35px rgba(0,0,0,0.15);
  transition: 0.4s;
}

.biryani-item:hover {
  transform: translateY(-10px) scale(1.03);
}

.biryani-item img {
  width: 100%;
  height: 220px;
  object-fit: cover;
  display: block;
}

.biryani-item h3 {
  text-align: center;
  padding: 14px;
  color: #7a0c0c;
}

.View-option {
  display: block;
  font-size: 18px;
  font-weight: 600;
  padding-bottom: 15px;
  text-align: center;
  color: #000;
}

.menu-item-wrap {
  padding: 10px 12px 12px;
  text-align: center;
}

.menu-item-title {
  margin: 0 0 6px 0;
  line-height: 1.3;
  font-size: 18px;
  font-weight: 600;
  color: #7a0c0c;
}

.menu-item-price {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 5px;
  margin: 0 auto;
  padding: 6px 16px;
  border-radius: 30px;
  background: linear-gradient(135deg, #7a0c0c, #e41616);
  color: #fff;
  font-weight: 600;
}

/* ===== POPUP OVERLAY ===== */
.popup-overlay {
  position: fixed;
  inset: 0;
  background: rgba(0,0,0,0.6);
  opacity: 0;
  pointer-events: none;
  transition: 0.3s;
  z-index: 9998;
}

.popup-overlay.active {
  opacity: 1;
  pointer-events: all;
}

/* ===== POPUP BOX ===== */
.popup-box {
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) scale(0.9);
  width: 90%;
  max-width: 420px;
  max-height: 80vh;
  border-radius: 25px;
  background: white;
  box-shadow: 0 30px 60px rgba(0,0,0,0.35);
  opacity: 0;
  transition: 0.4s;
  z-index: 9999;
  pointer-events: none;
  overflow: hidden; /* Changed from overflow-y: auto */
  display: flex;
  flex-direction: column;
}

.popup-box.active {
  opacity: 1;
  transform: translate(-50%, -50%) scale(1);
  pointer-events: all;
}

/* Popup Header (Fixed) */
.popup-box h2 {
  color: #7a0c0c;
  margin: 0;
  padding: 35px 35px 15px 35px;
  flex-shrink: 0; /* Don't shrink */
}
.popup-img-wrap {
  width: 70px;
  height: 70px;
  border-radius: 14px;
  overflow: hidden;     /* THIS is the key */
  flex-shrink: 0;
}

.popup-img-wrap img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}




.price-list li {
  display: flex;
  align-items: center;
  gap: 12px;
}

/* Scrollable Content Area */
.price-list {
  list-style: none;
  padding: 0 35px 35px 35px;
  margin: 0;
  overflow-y: auto; /* Only the list scrolls */
  flex: 1;
}

/* ===== CLOSE BUTTON - STAYS FIXED ===== */
.close-btn {
  position: absolute; /* Absolute to popup box */
  top: 16px;
  right: 20px;
  font-size: 32px;
  cursor: pointer;
  color: #7a0c0c;
  line-height: 1;
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: 0.2s;
  z-index: 10;
  background: rgba(255, 255, 255, 0.95);
  border-radius: 50%;
  -webkit-tap-highlight-color: transparent; /* Remove mobile tap highlight */
  touch-action: manipulation; /* Improve touch response */
}

.close-btn:hover,
.close-btn:active {
  transform: scale(1.15);
  color: #e41616;
  background: white;
}

/* ===== PRICE LIST ITEMS ===== */
.price-list li {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  padding: 12px 0;
  border-bottom: 1px dashed #ddd;
  font-size: 17px;
}

.price-list li:last-child {
  border-bottom: none;
}

.item-text {
  max-width: 70%;
  flex: 1;
}

.item-text strong {
  display: block;
  font-size: 16px;
  font-weight: 600;
  color: #000;
  margin-bottom: 3px;
}

.item-text small {
  display: block;
  font-size: 13px;
  color: #555;
  line-height: 1.4;
}

.price {
  font-size: 17px;
  font-weight: 600;
  color: #000;
  white-space: nowrap;
  margin-left: 10px;
}

/* ===== MOBILE ===== */
@media (max-width: 768px) {
  .biryani-grid {
    grid-template-columns: 1fr;
  }
  
  .popup-box {
    width: 95%;
    max-height: 90vh;
  }
  
  .popup-box h2 {
    padding: 25px 25px 12px 25px;
    font-size: 20px;
  }
  
  .price-list {
    padding: 0 25px 25px 25px;
  }
  
  .close-btn {
    top: 12px;
    right: 12px;
    width: 38px;
    height: 38px;
    font-size: 28px;
  }
  
  .item-text {
    max-width: 65%;
  }
  
  .item-text strong {
    font-size: 15px;
  }
  
  .item-text small {
    font-size: 12px;
  }
  
  .price {
    font-size: 16px;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-a3e8d26 *//* Grid */
.elementor-335 .elementor-element.elementor-element-a3e8d26 .biryani-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 25px;
}

/* Cards */
.elementor-335 .elementor-element.elementor-element-a3e8d26 .biryani-item {
  background: #fff;
  border-radius: 18px;
  overflow: hidden;
  cursor: pointer;
  box-shadow: 0 15px 35px rgba(0,0,0,0.15);
  transition: 0.4s;
  padding-bottom: 10px;
}

.elementor-335 .elementor-element.elementor-element-a3e8d26 .biryani-item:hover {
  transform: translateY(-10px) scale(1.03);
}

.elementor-335 .elementor-element.elementor-element-a3e8d26 .biryani-item img {
  width: 100%;
  height: 220px;
  object-fit: cover;
}

.elementor-335 .elementor-element.elementor-element-a3e8d26 .biryani-item h3 {
  text-align: center;
  padding: 14px;
  color: #7a0c0c;
}

/* Clickable Items */
.biryani-item {
  cursor: pointer;
  position: relative;
  z-index: 10;
}

/* Mobile */
@media (max-width: 768px) {
  .elementor-335 .elementor-element.elementor-element-a3e8d26 .biryani-grid {
    grid-template-columns: 1fr;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-ad2c278 *//* Grid */
.elementor-335 .elementor-element.elementor-element-ad2c278 .biryani-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 25px;
}

/* Cards */
.elementor-335 .elementor-element.elementor-element-ad2c278 .biryani-item {
  background: #fff;
  border-radius: 18px;
  overflow: hidden;
  cursor: pointer;
  box-shadow: 0 15px 35px rgba(0,0,0,0.15);
  transition: 0.4s;
  padding-bottom: 10px;
}

.elementor-335 .elementor-element.elementor-element-ad2c278 .biryani-item:hover {
  transform: translateY(-10px) scale(1.03);
}

.elementor-335 .elementor-element.elementor-element-ad2c278 .biryani-item img {
  width: 100%;
  height: 220px;
  object-fit: cover;
}

.elementor-335 .elementor-element.elementor-element-ad2c278 .biryani-item h3 {
  text-align: center;
  padding: 14px;
  color: #7a0c0c;
}

/* Clickable Items */
.biryani-item {
  cursor: pointer;
  position: relative;
  z-index: 10;
}

/* Mobile */
@media (max-width: 768px) {
  .elementor-335 .elementor-element.elementor-element-ad2c278 .biryani-grid {
    grid-template-columns: 1fr;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-1f85aba *//* Grid */
.elementor-335 .elementor-element.elementor-element-1f85aba .biryani-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 25px;
}

/* Cards */
.elementor-335 .elementor-element.elementor-element-1f85aba .biryani-item {
  background: #fff;
  border-radius: 18px;
  overflow: hidden;
  cursor: pointer;
  box-shadow: 0 15px 35px rgba(0,0,0,0.15);
  transition: 0.4s;
  padding-bottom: 10px;
}

.elementor-335 .elementor-element.elementor-element-1f85aba .biryani-item:hover {
  transform: translateY(-10px) scale(1.03);
}

.elementor-335 .elementor-element.elementor-element-1f85aba .biryani-item img {
  width: 100%;
  height: 220px;
  object-fit: cover;
}

.elementor-335 .elementor-element.elementor-element-1f85aba .biryani-item h3 {
  text-align: center;
  padding: 14px;
  color: #7a0c0c;
}

/* Clickable Items */
.biryani-item {
  cursor: pointer;
  position: relative;
  z-index: 10;
}

/* Mobile */
@media (max-width: 768px) {
  .elementor-335 .elementor-element.elementor-element-1f85aba .biryani-grid {
    grid-template-columns: 1fr;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-dff3667 *//* ===== GRID ===== */
.mandi-menu-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 25px;
}

/* ===== CARDS ===== */
.mandi-card {
  background: #fff;
  border-radius: 18px;
  overflow: hidden;
  cursor: pointer;
  box-shadow: 0 15px 35px rgba(0, 0, 0, 0.15);
  transition: 0.4s;
}

.mandi-card:hover {
  transform: translateY(-10px) scale(1.03);
}

/* ✅ FIXED: Removed ".elementor-335 .elementor-element.elementor-element-dff3667" */
.mandi-card img {
  width: 100%;
  height: 220px;
  object-fit: cover;
}

.mandi-card h3 {
  text-align: center;
  padding: 14px;
  color: #7a0c0c;
}

.View-option {
  display: block;
  font-size: 20px;
  font-weight: 600;
  color: #000;
  text-align: center;
  padding-bottom: 15px;
}

/* ===== POPUP OVERLAY ===== */
.mandi-popup-overlay {
  position: fixed;
  inset: 0;
  background: rgba(0, 0, 0, 0.6);
  opacity: 0;
  pointer-events: none;
  transition: 0.3s;
  z-index: 9998;
}

.mandi-popup-overlay.active {
  opacity: 1;
  pointer-events: all;
}

/* ===== POPUP BOX ===== */
.popup-img-wrap {
  width: 70px;
  height: 70px;
  border-radius: 14px;
  overflow: hidden;
  /* THIS is the key */
  flex-shrink: 0;
}

.popup-img-wrap img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.mandi-popup-box {
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -45%) scale(0.9);
  width: 90%;
  max-width: 420px;
  max-height: 80vh;
  overflow-y: auto;
  padding: 35px;
  border-radius: 25px;
  background: white;
  backdrop-filter: blur(18px);
  -webkit-backdrop-filter: blur(18px);
  border: 1px solid rgba(255, 255, 255, 0.3);
  box-shadow: 0 30px 60px rgba(0, 0, 0, 0.35);
  opacity: 0;
  transition: 0.4s;
  z-index: 9999;
  pointer-events: none;
}

.mandi-popup-box.active {
  opacity: 1;
  transform: translate(-50%, -50%) scale(1);
  pointer-events: all;
}

.mandi-popup-box h2 {
  color: #7a0c0c;
  margin-bottom: 18px;
}

/* ===== PRICE LIST ===== */

.mandi-price-list {
  list-style: none;
  padding: 0;
  margin: 0;
}

.mandi-price-list li {
  display: flex;
  justify-content: space-between;
  padding: 12px 0;
  border-bottom: 1px dashed #ddd;
  font-size: 17px;
}




/* ===== CLOSE BUTTON ===== */
.mandi-close-btn {
  position: absolute;
  top: 16px;
  right: 20px;
  font-size: 32px;
  cursor: pointer;
  color: #7a0c0c;
  line-height: 1;
  width: 35px;
  height: 35px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: 0.2s;
  z-index: 10000;
}

.mandi-close-btn:hover {
  transform: scale(1.2);
  color: #e41616;
}

/* ===== MOBILE ===== */
@media (max-width: 768px) {
  .mandi-menu-grid {
    grid-template-columns: 1fr;
  }
}

/* ===== BIRYANI ITEMS (Non-popup cards) ===== */
.biryani-item {
  background: #fff;
  border-radius: 18px;
  overflow: hidden;
  cursor: pointer;
  box-shadow: 0 15px 35px rgba(0, 0, 0, 0.15);
  transition: 0.4s;
  padding-bottom: 10px;
}

.biryani-item:hover {
  transform: translateY(-10px) scale(1.03);
}

.biryani-item img {
  width: 100%;
  height: 220px;
  object-fit: cover;
}

.biryani-item h3 {
  text-align: center;
  padding: 14px;
  color: #7a0c0c;
}

.menu-item-wrap {
  padding: 10px 12px 12px;
  text-align: center;
}

.menu-item-title {
  margin: 0 0 6px 0;
  line-height: 1.3;
  font-size: 18px;
  font-weight: 600;
  color: #7a0c0c;
}

.menu-item-price {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 5px;
  margin: 0 auto;
  padding: 6px 16px;
  border-radius: 30px;
  background: linear-gradient(135deg, #7a0c0c, #e41616);
  color: #fff;
  font-weight: 600;
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-08d7022 *//* ===== GRID ===== */
    .chinese-menu-grid {
      display: grid;
      grid-template-columns: repeat(3, 1fr);
      gap: 25px;
    }

    /* ===== CARDS ===== */
    .chinese-card {
      background: #fff;
      border-radius: 18px;
      overflow: hidden;
      cursor: pointer;
      box-shadow: 0 15px 35px rgba(0,0,0,0.15);
      transition: 0.4s;
    }
    .chinese-card:hover {
      transform: translateY(-10px) scale(1.03);
    }
    /* ✅ FIXED: Removed ".elementor-335 .elementor-element.elementor-element-08d7022" */
    .chinese-card img {
      width: 100%;
      height: 220px;
      object-fit: cover;
    }
    .chinese-card h3 {
      text-align: center;
      padding: 14px;
      color: #7a0c0c;
    }
    .menu-item-title {
      font-size: 25px;   
    }
    .View-option {
      display: block;
      font-size: 20px;
      font-weight: 600;
      color: #000;
      text-align: center;
      padding-bottom: 15px;
    }

    /* ===== POPUP OVERLAY ===== */
    .chinese-popup-overlay {
      position: fixed;
      inset: 0;
      background: rgba(0,0,0,0.6);
      opacity: 0;
      pointer-events: none;
      transition: 0.3s;
      z-index: 9998;
    }
    .chinese-popup-overlay.active {
      opacity: 1;
      pointer-events: all;
    }

    /* ===== POPUP BOX ===== */
    .chinese-popup-box {
      position: fixed;
      top: 50%;
      left: 50%;
      transform: translate(-50%, -45%) scale(0.9);
      width: 90%;
      max-width: 420px;
      max-height: 80vh;
      overflow-y: auto;
      padding: 35px;
      border-radius: 25px;
      background: white;
      box-shadow: 0 30px 60px rgba(0,0,0,0.35);
      opacity: 0;
      transition: 0.4s;
      z-index: 9999;
      pointer-events: none;
    }
    .chinese-popup-box.active {
      opacity: 1;
      transform: translate(-50%, -50%) scale(1);
      pointer-events: all;
    }
    .chinese-popup-box h2 {
      color: #7a0c0c;
      margin-bottom: 18px;
    }

    /* ===== PRICE LIST ===== */
    .chinese-price-list {
      list-style: none;
      padding: 0;
      margin: 0;
    }
    .chinese-price-list li {
      display: flex;
      justify-content: space-between;
      padding: 12px 0;
      border-bottom: 1px dashed #ddd;
      font-size: 17px;
    }

    /* ===== CLOSE BUTTON ===== */
    .chinese-close-btn {
      position: absolute;
      top: 16px;
      right: 20px;
      font-size: 32px;
      cursor: pointer;
      color: #7a0c0c;
      line-height: 1;
      width: 35px;
      height: 35px;
      display: flex;
      align-items: center;
      justify-content: center;
      transition: 0.2s;
      z-index: 10000;
    }
    .chinese-close-btn:hover {
      transform: scale(1.2);
      color: #e41616;
    }

    /* ===== MOBILE ===== */
    @media (max-width: 768px) {
      .chinese-menu-grid {
        grid-template-columns: 1fr;
      }
    }/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-d27b0b1 *//* Grid */
.elementor-335 .elementor-element.elementor-element-d27b0b1 .biryani-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 25px;
}

/* Cards */
.elementor-335 .elementor-element.elementor-element-d27b0b1 .biryani-item {
  background: #fff;
  border-radius: 18px;
  overflow: hidden;
  cursor: pointer;
  box-shadow: 0 15px 35px rgba(0,0,0,0.15);
  transition: 0.4s;
  padding-bottom: 10px;
}

.elementor-335 .elementor-element.elementor-element-d27b0b1 .biryani-item:hover {
  transform: translateY(-10px) scale(1.03);
}

.elementor-335 .elementor-element.elementor-element-d27b0b1 .biryani-item img {
  width: 100%;
  height: 220px;
  object-fit: cover;
}

.elementor-335 .elementor-element.elementor-element-d27b0b1 .biryani-item h3 {
  text-align: center;
  padding: 14px;
  color: #7a0c0c;
}


/* Mobile */
@media (max-width: 768px) {
  .elementor-335 .elementor-element.elementor-element-d27b0b1 .biryani-grid {
    grid-template-columns: 1fr;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-f17269a *//* Grid */
.elementor-335 .elementor-element.elementor-element-f17269a .biryani-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 25px;
}

/* Cards */
.elementor-335 .elementor-element.elementor-element-f17269a .biryani-item {
  background: #fff;
  border-radius: 18px;
  overflow: hidden;
  cursor: pointer;
  box-shadow: 0 15px 35px rgba(0,0,0,0.15);
  transition: 0.4s;
  padding-bottom: 10px;
}

.elementor-335 .elementor-element.elementor-element-f17269a .biryani-item:hover {
  transform: translateY(-10px) scale(1.03);
}

.elementor-335 .elementor-element.elementor-element-f17269a .biryani-item img {
  width: 100%;
  height: 220px;
  object-fit: cover;
}

.elementor-335 .elementor-element.elementor-element-f17269a .biryani-item h3 {
  text-align: center;
  padding: 14px;
  color: #7a0c0c;
}
/* Mobile */
@media (max-width: 768px) {
  .elementor-335 .elementor-element.elementor-element-f17269a .biryani-grid {
    grid-template-columns: 1fr;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-3d66c58 *//* ===== GRID ===== */
.kebab-menu-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 25px;
}

/* ===== CARDS ===== */
.kebab-card {
  background: #fff;
  border-radius: 18px;
  overflow: hidden;
  cursor: pointer;
  box-shadow: 0 15px 35px rgba(0,0,0,0.15);
  transition: 0.4s;
}

.kebab-card:hover {
  transform: translateY(-10px) scale(1.03);
}
.elementor-335 .elementor-element.elementor-element-3d66c58 .kebab-card img {
  width: 100%;
  height: 220px;
  object-fit: cover;
}
.kebab-card h3 {
  text-align: center;
  padding: 14px;
  color: #7a0c0c;
}

.kebab-price {
  display: block;
  font-size: 20px;
  font-weight: 600;
  color: #000;
  text-align: center;
  padding-bottom: 10px;
}

/* ===== POPUP OVERLAY ===== */
.kebab-popup-overlay {
  position: fixed;
  inset: 0;
  background: rgba(0,0,0,0.6);
  opacity: 0;
  pointer-events: none;
  transition: 0.3s;
  z-index: 9998;
}

.kebab-popup-overlay.active {
  opacity: 1;
  pointer-events: all;
}

/* ===== POPUP BOX ===== */
.kebab-popup-box {
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -45%) scale(0.9);
  width: 90%;
  max-width: 420px;
  padding: 35px;
  border-radius: 25px;
  background: white;
  backdrop-filter: blur(18px);
  -webkit-backdrop-filter: blur(18px);
  border: 1px solid rgba(255,255,255,0.3);
  box-shadow: 0 30px 60px rgba(0,0,0,0.35);
  opacity: 0;
  transition: 0.4s;
  z-index: 9999;
}

.kebab-popup-box.active {
  opacity: 1;
  transform: translate(-50%, -50%) scale(1);
}

.kebab-popup-box h2 {
  color: #7a0c0c;
  margin-bottom: 18px;
}

/* ===== PRICE LIST ===== */
.kebab-price-list {
  list-style: none;
  padding: 0;
  margin: 0;
}

.kebab-price-list li {
  display: flex;
  justify-content: space-between;
  padding: 12px 0;
  border-bottom: 1px dashed #ddd;
  font-size: 17px;
}

/* ===== CLOSE BUTTON ===== */
.kebab-close-btn {
  position: absolute;
  top: 16px;
  right: 20px;
  font-size: 26px;
  cursor: pointer;
  color: #7a0c0c;
}

/* ===== MOBILE ===== */
@media (max-width: 768px) {
  .kebab-menu-grid {
    grid-template-columns: 1fr;
  }
}




.biryani-item {
  cursor: pointer; /* ensures pointer on hover */
  position: relative; /* avoids overlap issues */
  z-index: 10; /* ensures it’s above any overlaying element */
}





/* Grid */
.elementor-335 .elementor-element.elementor-element-3d66c58 .biryani-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 25px;
}

/* Cards */
.elementor-335 .elementor-element.elementor-element-3d66c58 .biryani-item {
  background: #fff;
  border-radius: 18px;
  overflow: hidden;
  cursor: pointer;
  box-shadow: 0 15px 35px rgba(0,0,0,0.15);
  transition: 0.4s;
  padding-bottom: 10px;
}

.elementor-335 .elementor-element.elementor-element-3d66c58 .biryani-item:hover {
  transform: translateY(-10px) scale(1.03);
}

.elementor-335 .elementor-element.elementor-element-3d66c58 .biryani-item img {
  width: 100%;
  height: 220px;
  object-fit: cover;
}

.elementor-335 .elementor-element.elementor-element-3d66c58 .biryani-item h3 {
  text-align: center;
  padding: 14px;
  color: #7a0c0c;
}


/* Mobile */
@media (max-width: 768px) {
  .elementor-335 .elementor-element.elementor-element-3d66c58 .biryani-grid {
    grid-template-columns: 1fr;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-21a3a94 *//* Grid */
.elementor-335 .elementor-element.elementor-element-21a3a94 .biryani-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 25px;
}

/* Cards */
.elementor-335 .elementor-element.elementor-element-21a3a94 .biryani-item {
  background: #fff;
  border-radius: 18px;
  overflow: hidden;
  cursor: pointer;
  box-shadow: 0 15px 35px rgba(0,0,0,0.15);
  transition: 0.4s;
  padding-bottom: 10px;
}

.elementor-335 .elementor-element.elementor-element-21a3a94 .biryani-item:hover {
  transform: translateY(-10px) scale(1.03);
}

.elementor-335 .elementor-element.elementor-element-21a3a94 .biryani-item img {
  width: 100%;
  height: 220px;
  object-fit: cover;
}

.elementor-335 .elementor-element.elementor-element-21a3a94 .biryani-item h3 {
  text-align: center;
  padding: 14px;
  color: #7a0c0c;
}


/* Mobile */
@media (max-width: 768px) {
  .elementor-335 .elementor-element.elementor-element-21a3a94 .biryani-grid {
    grid-template-columns: 1fr;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-87bfc66 *//* Grid */
.elementor-335 .elementor-element.elementor-element-87bfc66 .biryani-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 25px;
}

/* Cards */
.elementor-335 .elementor-element.elementor-element-87bfc66 .biryani-item {
  background: #fff;
  border-radius: 18px;
  overflow: hidden;
  cursor: pointer;
  box-shadow: 0 15px 35px rgba(0,0,0,0.15);
  transition: 0.4s;
  padding-bottom: 10px;
}

.elementor-335 .elementor-element.elementor-element-87bfc66 .biryani-item:hover {
  transform: translateY(-10px) scale(1.03);
}

.elementor-335 .elementor-element.elementor-element-87bfc66 .biryani-item img {
  width: 100%;
  height: 220px;
  object-fit: cover;
}

.elementor-335 .elementor-element.elementor-element-87bfc66 .biryani-item h3 {
  text-align: center;
  padding: 14px;
  color: #7a0c0c;
}


/* Mobile */
@media (max-width: 768px) {
  .elementor-335 .elementor-element.elementor-element-87bfc66 .biryani-grid {
    grid-template-columns: 1fr;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-8f343c9 *//* Grid */
.elementor-335 .elementor-element.elementor-element-8f343c9 .biryani-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 25px;
}

/* Cards */
.elementor-335 .elementor-element.elementor-element-8f343c9 .biryani-item {
  background: #fff;
  border-radius: 18px;
  overflow: hidden;
  cursor: pointer;
  box-shadow: 0 15px 35px rgba(0,0,0,0.15);
  transition: 0.4s;
  padding-bottom: 10px;
}

.elementor-335 .elementor-element.elementor-element-8f343c9 .biryani-item:hover {
  transform: translateY(-10px) scale(1.03);
}

.elementor-335 .elementor-element.elementor-element-8f343c9 .biryani-item img {
  width: 100%;
  height: 220px;
  object-fit: cover;
}

.elementor-335 .elementor-element.elementor-element-8f343c9 .biryani-item h3 {
  text-align: center;
  padding: 14px;
  color: #7a0c0c;
}


/* Mobile */
@media (max-width: 768px) {
  .elementor-335 .elementor-element.elementor-element-8f343c9 .biryani-grid {
    grid-template-columns: 1fr;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-0656d44 *//* Grid */
.elementor-335 .elementor-element.elementor-element-0656d44 .biryani-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 25px;
}

/* Cards */
.elementor-335 .elementor-element.elementor-element-0656d44 .biryani-item {
  background: #fff;
  border-radius: 18px;
  overflow: hidden;
  cursor: pointer;
  box-shadow: 0 15px 35px rgba(0,0,0,0.15);
  transition: 0.4s;
  padding-bottom: 10px;
}

.elementor-335 .elementor-element.elementor-element-0656d44 .biryani-item:hover {
  transform: translateY(-10px) scale(1.03);
}

.elementor-335 .elementor-element.elementor-element-0656d44 .biryani-item img {
  width: 100%;
  height: 220px;
  object-fit: cover;
}

.elementor-335 .elementor-element.elementor-element-0656d44 .biryani-item h3 {
  text-align: center;
  padding: 14px;
  color: #7a0c0c;
}


/* Mobile */
@media (max-width: 768px) {
  .elementor-335 .elementor-element.elementor-element-0656d44 .biryani-grid {
    grid-template-columns: 1fr;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-b6a27c1 */.biryani-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 25px;
  margin-bottom: 50px;
}

/* Cards */
.biryani-item {
  background: #fff;
  border-radius: 18px;
  overflow: hidden;
  cursor: pointer;
  box-shadow: 0 15px 35px rgba(0,0,0,0.15);
  transition: 0.4s;
}

.biryani-item:hover {
  transform: translateY(-10px) scale(1.03);
}

.biryani-item img {
  width: 100%;
  height: 220px;
  object-fit: cover;
  display: block;
}

.biryani-item h3 {
  text-align: center;
  padding: 14px;
  color: #7a0c0c;
}

.View-option {
  display: block;
  font-size: 18px;
  font-weight: 600;
  padding-bottom: 15px;
  text-align: center;
  color: #000;
}

.menu-item-wrap {
  padding: 10px 12px 12px;
  text-align: center;
}

.menu-item-title {
  margin: 0 0 6px 0;
  line-height: 1.3;
  font-size: 18px;
  font-weight: 600;
  color: #7a0c0c;
}

.menu-item-price {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 5px;
  margin: 0 auto;
  padding: 6px 16px;
  border-radius: 30px;
  background: linear-gradient(135deg, #7a0c0c, #e41616);
  color: #fff;
  font-weight: 600;
}

/* ===== POPUP OVERLAY ===== */
.popup-overlay {
  position: fixed;
  inset: 0;
  background: rgba(0,0,0,0.6);
  opacity: 0;
  pointer-events: none;
  transition: 0.3s;
  z-index: 9998;
}

.popup-overlay.active {
  opacity: 1;
  pointer-events: all;
}

/* ===== POPUP BOX ===== */
.popup-box {
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) scale(0.9);
  width: 90%;
  max-width: 420px;
  max-height: 80vh;
  border-radius: 25px;
  background: white;
  box-shadow: 0 30px 60px rgba(0,0,0,0.35);
  opacity: 0;
  transition: 0.4s;
  z-index: 9999;
  pointer-events: none;
  overflow: hidden; /* Changed from overflow-y: auto */
  display: flex;
  flex-direction: column;
}

.popup-box.active {
  opacity: 1;
  transform: translate(-50%, -50%) scale(1);
  pointer-events: all;
}

/* Popup Header (Fixed) */
.popup-box h2 {
  color: #7a0c0c;
  margin: 0;
  padding: 35px 35px 15px 35px;
  flex-shrink: 0; /* Don't shrink */
}
.popup-img-wrap {
  width: 70px;
  height: 70px;
  border-radius: 14px;
  overflow: hidden;     /* THIS is the key */
  flex-shrink: 0;
}

.popup-img-wrap img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}




.price-list li {
  display: flex;
  align-items: center;
  gap: 12px;
}

/* Scrollable Content Area */
.price-list {
  list-style: none;
  padding: 0 35px 35px 35px;
  margin: 0;
  overflow-y: auto; /* Only the list scrolls */
  flex: 1;
}

/* ===== CLOSE BUTTON - STAYS FIXED ===== */
.close-btn {
  position: absolute; /* Absolute to popup box */
  top: 16px;
  right: 20px;
  font-size: 32px;
  cursor: pointer;
  color: #7a0c0c;
  line-height: 1;
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: 0.2s;
  z-index: 10;
  background: rgba(255, 255, 255, 0.95);
  border-radius: 50%;
  -webkit-tap-highlight-color: transparent; /* Remove mobile tap highlight */
  touch-action: manipulation; /* Improve touch response */
}

.close-btn:hover,
.close-btn:active {
  transform: scale(1.15);
  color: #e41616;
  background: white;
}

/* ===== PRICE LIST ITEMS ===== */
.price-list li {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  padding: 12px 0;
  border-bottom: 1px dashed #ddd;
  font-size: 17px;
}

.price-list li:last-child {
  border-bottom: none;
}

.item-text {
  max-width: 70%;
  flex: 1;
}

.item-text strong {
  display: block;
  font-size: 16px;
  font-weight: 600;
  color: #000;
  margin-bottom: 3px;
}

.item-text small {
  display: block;
  font-size: 13px;
  color: #555;
  line-height: 1.4;
}

.price {
  font-size: 17px;
  font-weight: 600;
  color: #000;
  white-space: nowrap;
  margin-left: 10px;
}

/* ===== MOBILE ===== */
@media (max-width: 768px) {
  .biryani-grid {
    grid-template-columns: 1fr;
  }
  
  .popup-box {
    width: 95%;
    max-height: 90vh;
  }
  
  .popup-box h2 {
    padding: 25px 25px 12px 25px;
    font-size: 20px;
  }
  
  .price-list {
    padding: 0 25px 25px 25px;
  }
  
  .close-btn {
    top: 12px;
    right: 12px;
    width: 38px;
    height: 38px;
    font-size: 28px;
  }
  
  .item-text {
    max-width: 65%;
  }
  
  .item-text strong {
    font-size: 15px;
  }
  
  .item-text small {
    font-size: 12px;
  }
  
  .price {
    font-size: 16px;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-a3e8d26 *//* Grid */
.elementor-335 .elementor-element.elementor-element-a3e8d26 .biryani-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 25px;
}

/* Cards */
.elementor-335 .elementor-element.elementor-element-a3e8d26 .biryani-item {
  background: #fff;
  border-radius: 18px;
  overflow: hidden;
  cursor: pointer;
  box-shadow: 0 15px 35px rgba(0,0,0,0.15);
  transition: 0.4s;
  padding-bottom: 10px;
}

.elementor-335 .elementor-element.elementor-element-a3e8d26 .biryani-item:hover {
  transform: translateY(-10px) scale(1.03);
}

.elementor-335 .elementor-element.elementor-element-a3e8d26 .biryani-item img {
  width: 100%;
  height: 220px;
  object-fit: cover;
}

.elementor-335 .elementor-element.elementor-element-a3e8d26 .biryani-item h3 {
  text-align: center;
  padding: 14px;
  color: #7a0c0c;
}

/* Clickable Items */
.biryani-item {
  cursor: pointer;
  position: relative;
  z-index: 10;
}

/* Mobile */
@media (max-width: 768px) {
  .elementor-335 .elementor-element.elementor-element-a3e8d26 .biryani-grid {
    grid-template-columns: 1fr;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-ad2c278 *//* Grid */
.elementor-335 .elementor-element.elementor-element-ad2c278 .biryani-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 25px;
}

/* Cards */
.elementor-335 .elementor-element.elementor-element-ad2c278 .biryani-item {
  background: #fff;
  border-radius: 18px;
  overflow: hidden;
  cursor: pointer;
  box-shadow: 0 15px 35px rgba(0,0,0,0.15);
  transition: 0.4s;
  padding-bottom: 10px;
}

.elementor-335 .elementor-element.elementor-element-ad2c278 .biryani-item:hover {
  transform: translateY(-10px) scale(1.03);
}

.elementor-335 .elementor-element.elementor-element-ad2c278 .biryani-item img {
  width: 100%;
  height: 220px;
  object-fit: cover;
}

.elementor-335 .elementor-element.elementor-element-ad2c278 .biryani-item h3 {
  text-align: center;
  padding: 14px;
  color: #7a0c0c;
}

/* Clickable Items */
.biryani-item {
  cursor: pointer;
  position: relative;
  z-index: 10;
}

/* Mobile */
@media (max-width: 768px) {
  .elementor-335 .elementor-element.elementor-element-ad2c278 .biryani-grid {
    grid-template-columns: 1fr;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-1f85aba *//* Grid */
.elementor-335 .elementor-element.elementor-element-1f85aba .biryani-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 25px;
}

/* Cards */
.elementor-335 .elementor-element.elementor-element-1f85aba .biryani-item {
  background: #fff;
  border-radius: 18px;
  overflow: hidden;
  cursor: pointer;
  box-shadow: 0 15px 35px rgba(0,0,0,0.15);
  transition: 0.4s;
  padding-bottom: 10px;
}

.elementor-335 .elementor-element.elementor-element-1f85aba .biryani-item:hover {
  transform: translateY(-10px) scale(1.03);
}

.elementor-335 .elementor-element.elementor-element-1f85aba .biryani-item img {
  width: 100%;
  height: 220px;
  object-fit: cover;
}

.elementor-335 .elementor-element.elementor-element-1f85aba .biryani-item h3 {
  text-align: center;
  padding: 14px;
  color: #7a0c0c;
}

/* Clickable Items */
.biryani-item {
  cursor: pointer;
  position: relative;
  z-index: 10;
}

/* Mobile */
@media (max-width: 768px) {
  .elementor-335 .elementor-element.elementor-element-1f85aba .biryani-grid {
    grid-template-columns: 1fr;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-dff3667 *//* ===== GRID ===== */
.mandi-menu-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 25px;
}

/* ===== CARDS ===== */
.mandi-card {
  background: #fff;
  border-radius: 18px;
  overflow: hidden;
  cursor: pointer;
  box-shadow: 0 15px 35px rgba(0, 0, 0, 0.15);
  transition: 0.4s;
}

.mandi-card:hover {
  transform: translateY(-10px) scale(1.03);
}

/* ✅ FIXED: Removed ".elementor-335 .elementor-element.elementor-element-dff3667" */
.mandi-card img {
  width: 100%;
  height: 220px;
  object-fit: cover;
}

.mandi-card h3 {
  text-align: center;
  padding: 14px;
  color: #7a0c0c;
}

.View-option {
  display: block;
  font-size: 20px;
  font-weight: 600;
  color: #000;
  text-align: center;
  padding-bottom: 15px;
}

/* ===== POPUP OVERLAY ===== */
.mandi-popup-overlay {
  position: fixed;
  inset: 0;
  background: rgba(0, 0, 0, 0.6);
  opacity: 0;
  pointer-events: none;
  transition: 0.3s;
  z-index: 9998;
}

.mandi-popup-overlay.active {
  opacity: 1;
  pointer-events: all;
}

/* ===== POPUP BOX ===== */
.popup-img-wrap {
  width: 70px;
  height: 70px;
  border-radius: 14px;
  overflow: hidden;
  /* THIS is the key */
  flex-shrink: 0;
}

.popup-img-wrap img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.mandi-popup-box {
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -45%) scale(0.9);
  width: 90%;
  max-width: 420px;
  max-height: 80vh;
  overflow-y: auto;
  padding: 35px;
  border-radius: 25px;
  background: white;
  backdrop-filter: blur(18px);
  -webkit-backdrop-filter: blur(18px);
  border: 1px solid rgba(255, 255, 255, 0.3);
  box-shadow: 0 30px 60px rgba(0, 0, 0, 0.35);
  opacity: 0;
  transition: 0.4s;
  z-index: 9999;
  pointer-events: none;
}

.mandi-popup-box.active {
  opacity: 1;
  transform: translate(-50%, -50%) scale(1);
  pointer-events: all;
}

.mandi-popup-box h2 {
  color: #7a0c0c;
  margin-bottom: 18px;
}

/* ===== PRICE LIST ===== */

.mandi-price-list {
  list-style: none;
  padding: 0;
  margin: 0;
}

.mandi-price-list li {
  display: flex;
  justify-content: space-between;
  padding: 12px 0;
  border-bottom: 1px dashed #ddd;
  font-size: 17px;
}




/* ===== CLOSE BUTTON ===== */
.mandi-close-btn {
  position: absolute;
  top: 16px;
  right: 20px;
  font-size: 32px;
  cursor: pointer;
  color: #7a0c0c;
  line-height: 1;
  width: 35px;
  height: 35px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: 0.2s;
  z-index: 10000;
}

.mandi-close-btn:hover {
  transform: scale(1.2);
  color: #e41616;
}

/* ===== MOBILE ===== */
@media (max-width: 768px) {
  .mandi-menu-grid {
    grid-template-columns: 1fr;
  }
}

/* ===== BIRYANI ITEMS (Non-popup cards) ===== */
.biryani-item {
  background: #fff;
  border-radius: 18px;
  overflow: hidden;
  cursor: pointer;
  box-shadow: 0 15px 35px rgba(0, 0, 0, 0.15);
  transition: 0.4s;
  padding-bottom: 10px;
}

.biryani-item:hover {
  transform: translateY(-10px) scale(1.03);
}

.biryani-item img {
  width: 100%;
  height: 220px;
  object-fit: cover;
}

.biryani-item h3 {
  text-align: center;
  padding: 14px;
  color: #7a0c0c;
}

.menu-item-wrap {
  padding: 10px 12px 12px;
  text-align: center;
}

.menu-item-title {
  margin: 0 0 6px 0;
  line-height: 1.3;
  font-size: 18px;
  font-weight: 600;
  color: #7a0c0c;
}

.menu-item-price {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 5px;
  margin: 0 auto;
  padding: 6px 16px;
  border-radius: 30px;
  background: linear-gradient(135deg, #7a0c0c, #e41616);
  color: #fff;
  font-weight: 600;
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-08d7022 *//* ===== GRID ===== */
    .chinese-menu-grid {
      display: grid;
      grid-template-columns: repeat(3, 1fr);
      gap: 25px;
    }

    /* ===== CARDS ===== */
    .chinese-card {
      background: #fff;
      border-radius: 18px;
      overflow: hidden;
      cursor: pointer;
      box-shadow: 0 15px 35px rgba(0,0,0,0.15);
      transition: 0.4s;
    }
    .chinese-card:hover {
      transform: translateY(-10px) scale(1.03);
    }
    /* ✅ FIXED: Removed ".elementor-335 .elementor-element.elementor-element-08d7022" */
    .chinese-card img {
      width: 100%;
      height: 220px;
      object-fit: cover;
    }
    .chinese-card h3 {
      text-align: center;
      padding: 14px;
      color: #7a0c0c;
    }
    .menu-item-title {
      font-size: 25px;   
    }
    .View-option {
      display: block;
      font-size: 20px;
      font-weight: 600;
      color: #000;
      text-align: center;
      padding-bottom: 15px;
    }

    /* ===== POPUP OVERLAY ===== */
    .chinese-popup-overlay {
      position: fixed;
      inset: 0;
      background: rgba(0,0,0,0.6);
      opacity: 0;
      pointer-events: none;
      transition: 0.3s;
      z-index: 9998;
    }
    .chinese-popup-overlay.active {
      opacity: 1;
      pointer-events: all;
    }

    /* ===== POPUP BOX ===== */
    .chinese-popup-box {
      position: fixed;
      top: 50%;
      left: 50%;
      transform: translate(-50%, -45%) scale(0.9);
      width: 90%;
      max-width: 420px;
      max-height: 80vh;
      overflow-y: auto;
      padding: 35px;
      border-radius: 25px;
      background: white;
      box-shadow: 0 30px 60px rgba(0,0,0,0.35);
      opacity: 0;
      transition: 0.4s;
      z-index: 9999;
      pointer-events: none;
    }
    .chinese-popup-box.active {
      opacity: 1;
      transform: translate(-50%, -50%) scale(1);
      pointer-events: all;
    }
    .chinese-popup-box h2 {
      color: #7a0c0c;
      margin-bottom: 18px;
    }

    /* ===== PRICE LIST ===== */
    .chinese-price-list {
      list-style: none;
      padding: 0;
      margin: 0;
    }
    .chinese-price-list li {
      display: flex;
      justify-content: space-between;
      padding: 12px 0;
      border-bottom: 1px dashed #ddd;
      font-size: 17px;
    }

    /* ===== CLOSE BUTTON ===== */
    .chinese-close-btn {
      position: absolute;
      top: 16px;
      right: 20px;
      font-size: 32px;
      cursor: pointer;
      color: #7a0c0c;
      line-height: 1;
      width: 35px;
      height: 35px;
      display: flex;
      align-items: center;
      justify-content: center;
      transition: 0.2s;
      z-index: 10000;
    }
    .chinese-close-btn:hover {
      transform: scale(1.2);
      color: #e41616;
    }

    /* ===== MOBILE ===== */
    @media (max-width: 768px) {
      .chinese-menu-grid {
        grid-template-columns: 1fr;
      }
    }/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-d27b0b1 *//* Grid */
.elementor-335 .elementor-element.elementor-element-d27b0b1 .biryani-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 25px;
}

/* Cards */
.elementor-335 .elementor-element.elementor-element-d27b0b1 .biryani-item {
  background: #fff;
  border-radius: 18px;
  overflow: hidden;
  cursor: pointer;
  box-shadow: 0 15px 35px rgba(0,0,0,0.15);
  transition: 0.4s;
  padding-bottom: 10px;
}

.elementor-335 .elementor-element.elementor-element-d27b0b1 .biryani-item:hover {
  transform: translateY(-10px) scale(1.03);
}

.elementor-335 .elementor-element.elementor-element-d27b0b1 .biryani-item img {
  width: 100%;
  height: 220px;
  object-fit: cover;
}

.elementor-335 .elementor-element.elementor-element-d27b0b1 .biryani-item h3 {
  text-align: center;
  padding: 14px;
  color: #7a0c0c;
}


/* Mobile */
@media (max-width: 768px) {
  .elementor-335 .elementor-element.elementor-element-d27b0b1 .biryani-grid {
    grid-template-columns: 1fr;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-f17269a *//* Grid */
.elementor-335 .elementor-element.elementor-element-f17269a .biryani-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 25px;
}

/* Cards */
.elementor-335 .elementor-element.elementor-element-f17269a .biryani-item {
  background: #fff;
  border-radius: 18px;
  overflow: hidden;
  cursor: pointer;
  box-shadow: 0 15px 35px rgba(0,0,0,0.15);
  transition: 0.4s;
  padding-bottom: 10px;
}

.elementor-335 .elementor-element.elementor-element-f17269a .biryani-item:hover {
  transform: translateY(-10px) scale(1.03);
}

.elementor-335 .elementor-element.elementor-element-f17269a .biryani-item img {
  width: 100%;
  height: 220px;
  object-fit: cover;
}

.elementor-335 .elementor-element.elementor-element-f17269a .biryani-item h3 {
  text-align: center;
  padding: 14px;
  color: #7a0c0c;
}
/* Mobile */
@media (max-width: 768px) {
  .elementor-335 .elementor-element.elementor-element-f17269a .biryani-grid {
    grid-template-columns: 1fr;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-3d66c58 *//* ===== GRID ===== */
.kebab-menu-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 25px;
}

/* ===== CARDS ===== */
.kebab-card {
  background: #fff;
  border-radius: 18px;
  overflow: hidden;
  cursor: pointer;
  box-shadow: 0 15px 35px rgba(0,0,0,0.15);
  transition: 0.4s;
}

.kebab-card:hover {
  transform: translateY(-10px) scale(1.03);
}
.elementor-335 .elementor-element.elementor-element-3d66c58 .kebab-card img {
  width: 100%;
  height: 220px;
  object-fit: cover;
}
.kebab-card h3 {
  text-align: center;
  padding: 14px;
  color: #7a0c0c;
}

.kebab-price {
  display: block;
  font-size: 20px;
  font-weight: 600;
  color: #000;
  text-align: center;
  padding-bottom: 10px;
}

/* ===== POPUP OVERLAY ===== */
.kebab-popup-overlay {
  position: fixed;
  inset: 0;
  background: rgba(0,0,0,0.6);
  opacity: 0;
  pointer-events: none;
  transition: 0.3s;
  z-index: 9998;
}

.kebab-popup-overlay.active {
  opacity: 1;
  pointer-events: all;
}

/* ===== POPUP BOX ===== */
.kebab-popup-box {
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -45%) scale(0.9);
  width: 90%;
  max-width: 420px;
  padding: 35px;
  border-radius: 25px;
  background: white;
  backdrop-filter: blur(18px);
  -webkit-backdrop-filter: blur(18px);
  border: 1px solid rgba(255,255,255,0.3);
  box-shadow: 0 30px 60px rgba(0,0,0,0.35);
  opacity: 0;
  transition: 0.4s;
  z-index: 9999;
}

.kebab-popup-box.active {
  opacity: 1;
  transform: translate(-50%, -50%) scale(1);
}

.kebab-popup-box h2 {
  color: #7a0c0c;
  margin-bottom: 18px;
}

/* ===== PRICE LIST ===== */
.kebab-price-list {
  list-style: none;
  padding: 0;
  margin: 0;
}

.kebab-price-list li {
  display: flex;
  justify-content: space-between;
  padding: 12px 0;
  border-bottom: 1px dashed #ddd;
  font-size: 17px;
}

/* ===== CLOSE BUTTON ===== */
.kebab-close-btn {
  position: absolute;
  top: 16px;
  right: 20px;
  font-size: 26px;
  cursor: pointer;
  color: #7a0c0c;
}

/* ===== MOBILE ===== */
@media (max-width: 768px) {
  .kebab-menu-grid {
    grid-template-columns: 1fr;
  }
}




.biryani-item {
  cursor: pointer; /* ensures pointer on hover */
  position: relative; /* avoids overlap issues */
  z-index: 10; /* ensures it’s above any overlaying element */
}





/* Grid */
.elementor-335 .elementor-element.elementor-element-3d66c58 .biryani-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 25px;
}

/* Cards */
.elementor-335 .elementor-element.elementor-element-3d66c58 .biryani-item {
  background: #fff;
  border-radius: 18px;
  overflow: hidden;
  cursor: pointer;
  box-shadow: 0 15px 35px rgba(0,0,0,0.15);
  transition: 0.4s;
  padding-bottom: 10px;
}

.elementor-335 .elementor-element.elementor-element-3d66c58 .biryani-item:hover {
  transform: translateY(-10px) scale(1.03);
}

.elementor-335 .elementor-element.elementor-element-3d66c58 .biryani-item img {
  width: 100%;
  height: 220px;
  object-fit: cover;
}

.elementor-335 .elementor-element.elementor-element-3d66c58 .biryani-item h3 {
  text-align: center;
  padding: 14px;
  color: #7a0c0c;
}


/* Mobile */
@media (max-width: 768px) {
  .elementor-335 .elementor-element.elementor-element-3d66c58 .biryani-grid {
    grid-template-columns: 1fr;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-21a3a94 *//* Grid */
.elementor-335 .elementor-element.elementor-element-21a3a94 .biryani-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 25px;
}

/* Cards */
.elementor-335 .elementor-element.elementor-element-21a3a94 .biryani-item {
  background: #fff;
  border-radius: 18px;
  overflow: hidden;
  cursor: pointer;
  box-shadow: 0 15px 35px rgba(0,0,0,0.15);
  transition: 0.4s;
  padding-bottom: 10px;
}

.elementor-335 .elementor-element.elementor-element-21a3a94 .biryani-item:hover {
  transform: translateY(-10px) scale(1.03);
}

.elementor-335 .elementor-element.elementor-element-21a3a94 .biryani-item img {
  width: 100%;
  height: 220px;
  object-fit: cover;
}

.elementor-335 .elementor-element.elementor-element-21a3a94 .biryani-item h3 {
  text-align: center;
  padding: 14px;
  color: #7a0c0c;
}


/* Mobile */
@media (max-width: 768px) {
  .elementor-335 .elementor-element.elementor-element-21a3a94 .biryani-grid {
    grid-template-columns: 1fr;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-87bfc66 *//* Grid */
.elementor-335 .elementor-element.elementor-element-87bfc66 .biryani-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 25px;
}

/* Cards */
.elementor-335 .elementor-element.elementor-element-87bfc66 .biryani-item {
  background: #fff;
  border-radius: 18px;
  overflow: hidden;
  cursor: pointer;
  box-shadow: 0 15px 35px rgba(0,0,0,0.15);
  transition: 0.4s;
  padding-bottom: 10px;
}

.elementor-335 .elementor-element.elementor-element-87bfc66 .biryani-item:hover {
  transform: translateY(-10px) scale(1.03);
}

.elementor-335 .elementor-element.elementor-element-87bfc66 .biryani-item img {
  width: 100%;
  height: 220px;
  object-fit: cover;
}

.elementor-335 .elementor-element.elementor-element-87bfc66 .biryani-item h3 {
  text-align: center;
  padding: 14px;
  color: #7a0c0c;
}


/* Mobile */
@media (max-width: 768px) {
  .elementor-335 .elementor-element.elementor-element-87bfc66 .biryani-grid {
    grid-template-columns: 1fr;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-8f343c9 *//* Grid */
.elementor-335 .elementor-element.elementor-element-8f343c9 .biryani-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 25px;
}

/* Cards */
.elementor-335 .elementor-element.elementor-element-8f343c9 .biryani-item {
  background: #fff;
  border-radius: 18px;
  overflow: hidden;
  cursor: pointer;
  box-shadow: 0 15px 35px rgba(0,0,0,0.15);
  transition: 0.4s;
  padding-bottom: 10px;
}

.elementor-335 .elementor-element.elementor-element-8f343c9 .biryani-item:hover {
  transform: translateY(-10px) scale(1.03);
}

.elementor-335 .elementor-element.elementor-element-8f343c9 .biryani-item img {
  width: 100%;
  height: 220px;
  object-fit: cover;
}

.elementor-335 .elementor-element.elementor-element-8f343c9 .biryani-item h3 {
  text-align: center;
  padding: 14px;
  color: #7a0c0c;
}


/* Mobile */
@media (max-width: 768px) {
  .elementor-335 .elementor-element.elementor-element-8f343c9 .biryani-grid {
    grid-template-columns: 1fr;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-0656d44 *//* Grid */
.elementor-335 .elementor-element.elementor-element-0656d44 .biryani-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 25px;
}

/* Cards */
.elementor-335 .elementor-element.elementor-element-0656d44 .biryani-item {
  background: #fff;
  border-radius: 18px;
  overflow: hidden;
  cursor: pointer;
  box-shadow: 0 15px 35px rgba(0,0,0,0.15);
  transition: 0.4s;
  padding-bottom: 10px;
}

.elementor-335 .elementor-element.elementor-element-0656d44 .biryani-item:hover {
  transform: translateY(-10px) scale(1.03);
}

.elementor-335 .elementor-element.elementor-element-0656d44 .biryani-item img {
  width: 100%;
  height: 220px;
  object-fit: cover;
}

.elementor-335 .elementor-element.elementor-element-0656d44 .biryani-item h3 {
  text-align: center;
  padding: 14px;
  color: #7a0c0c;
}


/* Mobile */
@media (max-width: 768px) {
  .elementor-335 .elementor-element.elementor-element-0656d44 .biryani-grid {
    grid-template-columns: 1fr;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-b6a27c1 */.biryani-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 25px;
  margin-bottom: 50px;
}

/* Cards */
.biryani-item {
  background: #fff;
  border-radius: 18px;
  overflow: hidden;
  cursor: pointer;
  box-shadow: 0 15px 35px rgba(0,0,0,0.15);
  transition: 0.4s;
}

.biryani-item:hover {
  transform: translateY(-10px) scale(1.03);
}

.biryani-item img {
  width: 100%;
  height: 220px;
  object-fit: cover;
  display: block;
}

.biryani-item h3 {
  text-align: center;
  padding: 14px;
  color: #7a0c0c;
}

.View-option {
  display: block;
  font-size: 18px;
  font-weight: 600;
  padding-bottom: 15px;
  text-align: center;
  color: #000;
}

.menu-item-wrap {
  padding: 10px 12px 12px;
  text-align: center;
}

.menu-item-title {
  margin: 0 0 6px 0;
  line-height: 1.3;
  font-size: 18px;
  font-weight: 600;
  color: #7a0c0c;
}

.menu-item-price {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 5px;
  margin: 0 auto;
  padding: 6px 16px;
  border-radius: 30px;
  background: linear-gradient(135deg, #7a0c0c, #e41616);
  color: #fff;
  font-weight: 600;
}

/* ===== POPUP OVERLAY ===== */
.popup-overlay {
  position: fixed;
  inset: 0;
  background: rgba(0,0,0,0.6);
  opacity: 0;
  pointer-events: none;
  transition: 0.3s;
  z-index: 9998;
}

.popup-overlay.active {
  opacity: 1;
  pointer-events: all;
}

/* ===== POPUP BOX ===== */
.popup-box {
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) scale(0.9);
  width: 90%;
  max-width: 420px;
  max-height: 80vh;
  border-radius: 25px;
  background: white;
  box-shadow: 0 30px 60px rgba(0,0,0,0.35);
  opacity: 0;
  transition: 0.4s;
  z-index: 9999;
  pointer-events: none;
  overflow: hidden; /* Changed from overflow-y: auto */
  display: flex;
  flex-direction: column;
}

.popup-box.active {
  opacity: 1;
  transform: translate(-50%, -50%) scale(1);
  pointer-events: all;
}

/* Popup Header (Fixed) */
.popup-box h2 {
  color: #7a0c0c;
  margin: 0;
  padding: 35px 35px 15px 35px;
  flex-shrink: 0; /* Don't shrink */
}
.popup-img-wrap {
  width: 70px;
  height: 70px;
  border-radius: 14px;
  overflow: hidden;     /* THIS is the key */
  flex-shrink: 0;
}

.popup-img-wrap img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}




.price-list li {
  display: flex;
  align-items: center;
  gap: 12px;
}

/* Scrollable Content Area */
.price-list {
  list-style: none;
  padding: 0 35px 35px 35px;
  margin: 0;
  overflow-y: auto; /* Only the list scrolls */
  flex: 1;
}

/* ===== CLOSE BUTTON - STAYS FIXED ===== */
.close-btn {
  position: absolute; /* Absolute to popup box */
  top: 16px;
  right: 20px;
  font-size: 32px;
  cursor: pointer;
  color: #7a0c0c;
  line-height: 1;
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: 0.2s;
  z-index: 10;
  background: rgba(255, 255, 255, 0.95);
  border-radius: 50%;
  -webkit-tap-highlight-color: transparent; /* Remove mobile tap highlight */
  touch-action: manipulation; /* Improve touch response */
}

.close-btn:hover,
.close-btn:active {
  transform: scale(1.15);
  color: #e41616;
  background: white;
}

/* ===== PRICE LIST ITEMS ===== */
.price-list li {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  padding: 12px 0;
  border-bottom: 1px dashed #ddd;
  font-size: 17px;
}

.price-list li:last-child {
  border-bottom: none;
}

.item-text {
  max-width: 70%;
  flex: 1;
}

.item-text strong {
  display: block;
  font-size: 16px;
  font-weight: 600;
  color: #000;
  margin-bottom: 3px;
}

.item-text small {
  display: block;
  font-size: 13px;
  color: #555;
  line-height: 1.4;
}

.price {
  font-size: 17px;
  font-weight: 600;
  color: #000;
  white-space: nowrap;
  margin-left: 10px;
}

/* ===== MOBILE ===== */
@media (max-width: 768px) {
  .biryani-grid {
    grid-template-columns: 1fr;
  }
  
  .popup-box {
    width: 95%;
    max-height: 90vh;
  }
  
  .popup-box h2 {
    padding: 25px 25px 12px 25px;
    font-size: 20px;
  }
  
  .price-list {
    padding: 0 25px 25px 25px;
  }
  
  .close-btn {
    top: 12px;
    right: 12px;
    width: 38px;
    height: 38px;
    font-size: 28px;
  }
  
  .item-text {
    max-width: 65%;
  }
  
  .item-text strong {
    font-size: 15px;
  }
  
  .item-text small {
    font-size: 12px;
  }
  
  .price {
    font-size: 16px;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-a3e8d26 *//* Grid */
.elementor-335 .elementor-element.elementor-element-a3e8d26 .biryani-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 25px;
}

/* Cards */
.elementor-335 .elementor-element.elementor-element-a3e8d26 .biryani-item {
  background: #fff;
  border-radius: 18px;
  overflow: hidden;
  cursor: pointer;
  box-shadow: 0 15px 35px rgba(0,0,0,0.15);
  transition: 0.4s;
  padding-bottom: 10px;
}

.elementor-335 .elementor-element.elementor-element-a3e8d26 .biryani-item:hover {
  transform: translateY(-10px) scale(1.03);
}

.elementor-335 .elementor-element.elementor-element-a3e8d26 .biryani-item img {
  width: 100%;
  height: 220px;
  object-fit: cover;
}

.elementor-335 .elementor-element.elementor-element-a3e8d26 .biryani-item h3 {
  text-align: center;
  padding: 14px;
  color: #7a0c0c;
}

/* Clickable Items */
.biryani-item {
  cursor: pointer;
  position: relative;
  z-index: 10;
}

/* Mobile */
@media (max-width: 768px) {
  .elementor-335 .elementor-element.elementor-element-a3e8d26 .biryani-grid {
    grid-template-columns: 1fr;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-ad2c278 *//* Grid */
.elementor-335 .elementor-element.elementor-element-ad2c278 .biryani-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 25px;
}

/* Cards */
.elementor-335 .elementor-element.elementor-element-ad2c278 .biryani-item {
  background: #fff;
  border-radius: 18px;
  overflow: hidden;
  cursor: pointer;
  box-shadow: 0 15px 35px rgba(0,0,0,0.15);
  transition: 0.4s;
  padding-bottom: 10px;
}

.elementor-335 .elementor-element.elementor-element-ad2c278 .biryani-item:hover {
  transform: translateY(-10px) scale(1.03);
}

.elementor-335 .elementor-element.elementor-element-ad2c278 .biryani-item img {
  width: 100%;
  height: 220px;
  object-fit: cover;
}

.elementor-335 .elementor-element.elementor-element-ad2c278 .biryani-item h3 {
  text-align: center;
  padding: 14px;
  color: #7a0c0c;
}

/* Clickable Items */
.biryani-item {
  cursor: pointer;
  position: relative;
  z-index: 10;
}

/* Mobile */
@media (max-width: 768px) {
  .elementor-335 .elementor-element.elementor-element-ad2c278 .biryani-grid {
    grid-template-columns: 1fr;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-1f85aba *//* Grid */
.elementor-335 .elementor-element.elementor-element-1f85aba .biryani-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 25px;
}

/* Cards */
.elementor-335 .elementor-element.elementor-element-1f85aba .biryani-item {
  background: #fff;
  border-radius: 18px;
  overflow: hidden;
  cursor: pointer;
  box-shadow: 0 15px 35px rgba(0,0,0,0.15);
  transition: 0.4s;
  padding-bottom: 10px;
}

.elementor-335 .elementor-element.elementor-element-1f85aba .biryani-item:hover {
  transform: translateY(-10px) scale(1.03);
}

.elementor-335 .elementor-element.elementor-element-1f85aba .biryani-item img {
  width: 100%;
  height: 220px;
  object-fit: cover;
}

.elementor-335 .elementor-element.elementor-element-1f85aba .biryani-item h3 {
  text-align: center;
  padding: 14px;
  color: #7a0c0c;
}

/* Clickable Items */
.biryani-item {
  cursor: pointer;
  position: relative;
  z-index: 10;
}

/* Mobile */
@media (max-width: 768px) {
  .elementor-335 .elementor-element.elementor-element-1f85aba .biryani-grid {
    grid-template-columns: 1fr;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-dff3667 *//* ===== GRID ===== */
.mandi-menu-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 25px;
}

/* ===== CARDS ===== */
.mandi-card {
  background: #fff;
  border-radius: 18px;
  overflow: hidden;
  cursor: pointer;
  box-shadow: 0 15px 35px rgba(0, 0, 0, 0.15);
  transition: 0.4s;
}

.mandi-card:hover {
  transform: translateY(-10px) scale(1.03);
}

/* ✅ FIXED: Removed ".elementor-335 .elementor-element.elementor-element-dff3667" */
.mandi-card img {
  width: 100%;
  height: 220px;
  object-fit: cover;
}

.mandi-card h3 {
  text-align: center;
  padding: 14px;
  color: #7a0c0c;
}

.View-option {
  display: block;
  font-size: 20px;
  font-weight: 600;
  color: #000;
  text-align: center;
  padding-bottom: 15px;
}

/* ===== POPUP OVERLAY ===== */
.mandi-popup-overlay {
  position: fixed;
  inset: 0;
  background: rgba(0, 0, 0, 0.6);
  opacity: 0;
  pointer-events: none;
  transition: 0.3s;
  z-index: 9998;
}

.mandi-popup-overlay.active {
  opacity: 1;
  pointer-events: all;
}

/* ===== POPUP BOX ===== */
.popup-img-wrap {
  width: 70px;
  height: 70px;
  border-radius: 14px;
  overflow: hidden;
  /* THIS is the key */
  flex-shrink: 0;
}

.popup-img-wrap img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.mandi-popup-box {
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -45%) scale(0.9);
  width: 90%;
  max-width: 420px;
  max-height: 80vh;
  overflow-y: auto;
  padding: 35px;
  border-radius: 25px;
  background: white;
  backdrop-filter: blur(18px);
  -webkit-backdrop-filter: blur(18px);
  border: 1px solid rgba(255, 255, 255, 0.3);
  box-shadow: 0 30px 60px rgba(0, 0, 0, 0.35);
  opacity: 0;
  transition: 0.4s;
  z-index: 9999;
  pointer-events: none;
}

.mandi-popup-box.active {
  opacity: 1;
  transform: translate(-50%, -50%) scale(1);
  pointer-events: all;
}

.mandi-popup-box h2 {
  color: #7a0c0c;
  margin-bottom: 18px;
}

/* ===== PRICE LIST ===== */

.mandi-price-list {
  list-style: none;
  padding: 0;
  margin: 0;
}

.mandi-price-list li {
  display: flex;
  justify-content: space-between;
  padding: 12px 0;
  border-bottom: 1px dashed #ddd;
  font-size: 17px;
}




/* ===== CLOSE BUTTON ===== */
.mandi-close-btn {
  position: absolute;
  top: 16px;
  right: 20px;
  font-size: 32px;
  cursor: pointer;
  color: #7a0c0c;
  line-height: 1;
  width: 35px;
  height: 35px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: 0.2s;
  z-index: 10000;
}

.mandi-close-btn:hover {
  transform: scale(1.2);
  color: #e41616;
}

/* ===== MOBILE ===== */
@media (max-width: 768px) {
  .mandi-menu-grid {
    grid-template-columns: 1fr;
  }
}

/* ===== BIRYANI ITEMS (Non-popup cards) ===== */
.biryani-item {
  background: #fff;
  border-radius: 18px;
  overflow: hidden;
  cursor: pointer;
  box-shadow: 0 15px 35px rgba(0, 0, 0, 0.15);
  transition: 0.4s;
  padding-bottom: 10px;
}

.biryani-item:hover {
  transform: translateY(-10px) scale(1.03);
}

.biryani-item img {
  width: 100%;
  height: 220px;
  object-fit: cover;
}

.biryani-item h3 {
  text-align: center;
  padding: 14px;
  color: #7a0c0c;
}

.menu-item-wrap {
  padding: 10px 12px 12px;
  text-align: center;
}

.menu-item-title {
  margin: 0 0 6px 0;
  line-height: 1.3;
  font-size: 18px;
  font-weight: 600;
  color: #7a0c0c;
}

.menu-item-price {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 5px;
  margin: 0 auto;
  padding: 6px 16px;
  border-radius: 30px;
  background: linear-gradient(135deg, #7a0c0c, #e41616);
  color: #fff;
  font-weight: 600;
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-08d7022 *//* ===== GRID ===== */
    .chinese-menu-grid {
      display: grid;
      grid-template-columns: repeat(3, 1fr);
      gap: 25px;
    }

    /* ===== CARDS ===== */
    .chinese-card {
      background: #fff;
      border-radius: 18px;
      overflow: hidden;
      cursor: pointer;
      box-shadow: 0 15px 35px rgba(0,0,0,0.15);
      transition: 0.4s;
    }
    .chinese-card:hover {
      transform: translateY(-10px) scale(1.03);
    }
    /* ✅ FIXED: Removed ".elementor-335 .elementor-element.elementor-element-08d7022" */
    .chinese-card img {
      width: 100%;
      height: 220px;
      object-fit: cover;
    }
    .chinese-card h3 {
      text-align: center;
      padding: 14px;
      color: #7a0c0c;
    }
    .menu-item-title {
      font-size: 25px;   
    }
    .View-option {
      display: block;
      font-size: 20px;
      font-weight: 600;
      color: #000;
      text-align: center;
      padding-bottom: 15px;
    }

    /* ===== POPUP OVERLAY ===== */
    .chinese-popup-overlay {
      position: fixed;
      inset: 0;
      background: rgba(0,0,0,0.6);
      opacity: 0;
      pointer-events: none;
      transition: 0.3s;
      z-index: 9998;
    }
    .chinese-popup-overlay.active {
      opacity: 1;
      pointer-events: all;
    }

    /* ===== POPUP BOX ===== */
    .chinese-popup-box {
      position: fixed;
      top: 50%;
      left: 50%;
      transform: translate(-50%, -45%) scale(0.9);
      width: 90%;
      max-width: 420px;
      max-height: 80vh;
      overflow-y: auto;
      padding: 35px;
      border-radius: 25px;
      background: white;
      box-shadow: 0 30px 60px rgba(0,0,0,0.35);
      opacity: 0;
      transition: 0.4s;
      z-index: 9999;
      pointer-events: none;
    }
    .chinese-popup-box.active {
      opacity: 1;
      transform: translate(-50%, -50%) scale(1);
      pointer-events: all;
    }
    .chinese-popup-box h2 {
      color: #7a0c0c;
      margin-bottom: 18px;
    }

    /* ===== PRICE LIST ===== */
    .chinese-price-list {
      list-style: none;
      padding: 0;
      margin: 0;
    }
    .chinese-price-list li {
      display: flex;
      justify-content: space-between;
      padding: 12px 0;
      border-bottom: 1px dashed #ddd;
      font-size: 17px;
    }

    /* ===== CLOSE BUTTON ===== */
    .chinese-close-btn {
      position: absolute;
      top: 16px;
      right: 20px;
      font-size: 32px;
      cursor: pointer;
      color: #7a0c0c;
      line-height: 1;
      width: 35px;
      height: 35px;
      display: flex;
      align-items: center;
      justify-content: center;
      transition: 0.2s;
      z-index: 10000;
    }
    .chinese-close-btn:hover {
      transform: scale(1.2);
      color: #e41616;
    }

    /* ===== MOBILE ===== */
    @media (max-width: 768px) {
      .chinese-menu-grid {
        grid-template-columns: 1fr;
      }
    }/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-d27b0b1 *//* Grid */
.elementor-335 .elementor-element.elementor-element-d27b0b1 .biryani-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 25px;
}

/* Cards */
.elementor-335 .elementor-element.elementor-element-d27b0b1 .biryani-item {
  background: #fff;
  border-radius: 18px;
  overflow: hidden;
  cursor: pointer;
  box-shadow: 0 15px 35px rgba(0,0,0,0.15);
  transition: 0.4s;
  padding-bottom: 10px;
}

.elementor-335 .elementor-element.elementor-element-d27b0b1 .biryani-item:hover {
  transform: translateY(-10px) scale(1.03);
}

.elementor-335 .elementor-element.elementor-element-d27b0b1 .biryani-item img {
  width: 100%;
  height: 220px;
  object-fit: cover;
}

.elementor-335 .elementor-element.elementor-element-d27b0b1 .biryani-item h3 {
  text-align: center;
  padding: 14px;
  color: #7a0c0c;
}


/* Mobile */
@media (max-width: 768px) {
  .elementor-335 .elementor-element.elementor-element-d27b0b1 .biryani-grid {
    grid-template-columns: 1fr;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-f17269a *//* Grid */
.elementor-335 .elementor-element.elementor-element-f17269a .biryani-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 25px;
}

/* Cards */
.elementor-335 .elementor-element.elementor-element-f17269a .biryani-item {
  background: #fff;
  border-radius: 18px;
  overflow: hidden;
  cursor: pointer;
  box-shadow: 0 15px 35px rgba(0,0,0,0.15);
  transition: 0.4s;
  padding-bottom: 10px;
}

.elementor-335 .elementor-element.elementor-element-f17269a .biryani-item:hover {
  transform: translateY(-10px) scale(1.03);
}

.elementor-335 .elementor-element.elementor-element-f17269a .biryani-item img {
  width: 100%;
  height: 220px;
  object-fit: cover;
}

.elementor-335 .elementor-element.elementor-element-f17269a .biryani-item h3 {
  text-align: center;
  padding: 14px;
  color: #7a0c0c;
}
/* Mobile */
@media (max-width: 768px) {
  .elementor-335 .elementor-element.elementor-element-f17269a .biryani-grid {
    grid-template-columns: 1fr;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-3d66c58 *//* ===== GRID ===== */
.kebab-menu-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 25px;
}

/* ===== CARDS ===== */
.kebab-card {
  background: #fff;
  border-radius: 18px;
  overflow: hidden;
  cursor: pointer;
  box-shadow: 0 15px 35px rgba(0,0,0,0.15);
  transition: 0.4s;
}

.kebab-card:hover {
  transform: translateY(-10px) scale(1.03);
}
.elementor-335 .elementor-element.elementor-element-3d66c58 .kebab-card img {
  width: 100%;
  height: 220px;
  object-fit: cover;
}
.kebab-card h3 {
  text-align: center;
  padding: 14px;
  color: #7a0c0c;
}

.kebab-price {
  display: block;
  font-size: 20px;
  font-weight: 600;
  color: #000;
  text-align: center;
  padding-bottom: 10px;
}

/* ===== POPUP OVERLAY ===== */
.kebab-popup-overlay {
  position: fixed;
  inset: 0;
  background: rgba(0,0,0,0.6);
  opacity: 0;
  pointer-events: none;
  transition: 0.3s;
  z-index: 9998;
}

.kebab-popup-overlay.active {
  opacity: 1;
  pointer-events: all;
}

/* ===== POPUP BOX ===== */
.kebab-popup-box {
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -45%) scale(0.9);
  width: 90%;
  max-width: 420px;
  padding: 35px;
  border-radius: 25px;
  background: white;
  backdrop-filter: blur(18px);
  -webkit-backdrop-filter: blur(18px);
  border: 1px solid rgba(255,255,255,0.3);
  box-shadow: 0 30px 60px rgba(0,0,0,0.35);
  opacity: 0;
  transition: 0.4s;
  z-index: 9999;
}

.kebab-popup-box.active {
  opacity: 1;
  transform: translate(-50%, -50%) scale(1);
}

.kebab-popup-box h2 {
  color: #7a0c0c;
  margin-bottom: 18px;
}

/* ===== PRICE LIST ===== */
.kebab-price-list {
  list-style: none;
  padding: 0;
  margin: 0;
}

.kebab-price-list li {
  display: flex;
  justify-content: space-between;
  padding: 12px 0;
  border-bottom: 1px dashed #ddd;
  font-size: 17px;
}

/* ===== CLOSE BUTTON ===== */
.kebab-close-btn {
  position: absolute;
  top: 16px;
  right: 20px;
  font-size: 26px;
  cursor: pointer;
  color: #7a0c0c;
}

/* ===== MOBILE ===== */
@media (max-width: 768px) {
  .kebab-menu-grid {
    grid-template-columns: 1fr;
  }
}




.biryani-item {
  cursor: pointer; /* ensures pointer on hover */
  position: relative; /* avoids overlap issues */
  z-index: 10; /* ensures it’s above any overlaying element */
}





/* Grid */
.elementor-335 .elementor-element.elementor-element-3d66c58 .biryani-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 25px;
}

/* Cards */
.elementor-335 .elementor-element.elementor-element-3d66c58 .biryani-item {
  background: #fff;
  border-radius: 18px;
  overflow: hidden;
  cursor: pointer;
  box-shadow: 0 15px 35px rgba(0,0,0,0.15);
  transition: 0.4s;
  padding-bottom: 10px;
}

.elementor-335 .elementor-element.elementor-element-3d66c58 .biryani-item:hover {
  transform: translateY(-10px) scale(1.03);
}

.elementor-335 .elementor-element.elementor-element-3d66c58 .biryani-item img {
  width: 100%;
  height: 220px;
  object-fit: cover;
}

.elementor-335 .elementor-element.elementor-element-3d66c58 .biryani-item h3 {
  text-align: center;
  padding: 14px;
  color: #7a0c0c;
}


/* Mobile */
@media (max-width: 768px) {
  .elementor-335 .elementor-element.elementor-element-3d66c58 .biryani-grid {
    grid-template-columns: 1fr;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-21a3a94 *//* Grid */
.elementor-335 .elementor-element.elementor-element-21a3a94 .biryani-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 25px;
}

/* Cards */
.elementor-335 .elementor-element.elementor-element-21a3a94 .biryani-item {
  background: #fff;
  border-radius: 18px;
  overflow: hidden;
  cursor: pointer;
  box-shadow: 0 15px 35px rgba(0,0,0,0.15);
  transition: 0.4s;
  padding-bottom: 10px;
}

.elementor-335 .elementor-element.elementor-element-21a3a94 .biryani-item:hover {
  transform: translateY(-10px) scale(1.03);
}

.elementor-335 .elementor-element.elementor-element-21a3a94 .biryani-item img {
  width: 100%;
  height: 220px;
  object-fit: cover;
}

.elementor-335 .elementor-element.elementor-element-21a3a94 .biryani-item h3 {
  text-align: center;
  padding: 14px;
  color: #7a0c0c;
}


/* Mobile */
@media (max-width: 768px) {
  .elementor-335 .elementor-element.elementor-element-21a3a94 .biryani-grid {
    grid-template-columns: 1fr;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-87bfc66 *//* Grid */
.elementor-335 .elementor-element.elementor-element-87bfc66 .biryani-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 25px;
}

/* Cards */
.elementor-335 .elementor-element.elementor-element-87bfc66 .biryani-item {
  background: #fff;
  border-radius: 18px;
  overflow: hidden;
  cursor: pointer;
  box-shadow: 0 15px 35px rgba(0,0,0,0.15);
  transition: 0.4s;
  padding-bottom: 10px;
}

.elementor-335 .elementor-element.elementor-element-87bfc66 .biryani-item:hover {
  transform: translateY(-10px) scale(1.03);
}

.elementor-335 .elementor-element.elementor-element-87bfc66 .biryani-item img {
  width: 100%;
  height: 220px;
  object-fit: cover;
}

.elementor-335 .elementor-element.elementor-element-87bfc66 .biryani-item h3 {
  text-align: center;
  padding: 14px;
  color: #7a0c0c;
}


/* Mobile */
@media (max-width: 768px) {
  .elementor-335 .elementor-element.elementor-element-87bfc66 .biryani-grid {
    grid-template-columns: 1fr;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-8f343c9 *//* Grid */
.elementor-335 .elementor-element.elementor-element-8f343c9 .biryani-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 25px;
}

/* Cards */
.elementor-335 .elementor-element.elementor-element-8f343c9 .biryani-item {
  background: #fff;
  border-radius: 18px;
  overflow: hidden;
  cursor: pointer;
  box-shadow: 0 15px 35px rgba(0,0,0,0.15);
  transition: 0.4s;
  padding-bottom: 10px;
}

.elementor-335 .elementor-element.elementor-element-8f343c9 .biryani-item:hover {
  transform: translateY(-10px) scale(1.03);
}

.elementor-335 .elementor-element.elementor-element-8f343c9 .biryani-item img {
  width: 100%;
  height: 220px;
  object-fit: cover;
}

.elementor-335 .elementor-element.elementor-element-8f343c9 .biryani-item h3 {
  text-align: center;
  padding: 14px;
  color: #7a0c0c;
}


/* Mobile */
@media (max-width: 768px) {
  .elementor-335 .elementor-element.elementor-element-8f343c9 .biryani-grid {
    grid-template-columns: 1fr;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-0656d44 *//* Grid */
.elementor-335 .elementor-element.elementor-element-0656d44 .biryani-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 25px;
}

/* Cards */
.elementor-335 .elementor-element.elementor-element-0656d44 .biryani-item {
  background: #fff;
  border-radius: 18px;
  overflow: hidden;
  cursor: pointer;
  box-shadow: 0 15px 35px rgba(0,0,0,0.15);
  transition: 0.4s;
  padding-bottom: 10px;
}

.elementor-335 .elementor-element.elementor-element-0656d44 .biryani-item:hover {
  transform: translateY(-10px) scale(1.03);
}

.elementor-335 .elementor-element.elementor-element-0656d44 .biryani-item img {
  width: 100%;
  height: 220px;
  object-fit: cover;
}

.elementor-335 .elementor-element.elementor-element-0656d44 .biryani-item h3 {
  text-align: center;
  padding: 14px;
  color: #7a0c0c;
}


/* Mobile */
@media (max-width: 768px) {
  .elementor-335 .elementor-element.elementor-element-0656d44 .biryani-grid {
    grid-template-columns: 1fr;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-b6a27c1 */.biryani-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 25px;
  margin-bottom: 50px;
}

/* Cards */
.biryani-item {
  background: #fff;
  border-radius: 18px;
  overflow: hidden;
  cursor: pointer;
  box-shadow: 0 15px 35px rgba(0,0,0,0.15);
  transition: 0.4s;
}

.biryani-item:hover {
  transform: translateY(-10px) scale(1.03);
}

.biryani-item img {
  width: 100%;
  height: 220px;
  object-fit: cover;
  display: block;
}

.biryani-item h3 {
  text-align: center;
  padding: 14px;
  color: #7a0c0c;
}

.View-option {
  display: block;
  font-size: 18px;
  font-weight: 600;
  padding-bottom: 15px;
  text-align: center;
  color: #000;
}

.menu-item-wrap {
  padding: 10px 12px 12px;
  text-align: center;
}

.menu-item-title {
  margin: 0 0 6px 0;
  line-height: 1.3;
  font-size: 18px;
  font-weight: 600;
  color: #7a0c0c;
}

.menu-item-price {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 5px;
  margin: 0 auto;
  padding: 6px 16px;
  border-radius: 30px;
  background: linear-gradient(135deg, #7a0c0c, #e41616);
  color: #fff;
  font-weight: 600;
}

/* ===== POPUP OVERLAY ===== */
.popup-overlay {
  position: fixed;
  inset: 0;
  background: rgba(0,0,0,0.6);
  opacity: 0;
  pointer-events: none;
  transition: 0.3s;
  z-index: 9998;
}

.popup-overlay.active {
  opacity: 1;
  pointer-events: all;
}

/* ===== POPUP BOX ===== */
.popup-box {
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) scale(0.9);
  width: 90%;
  max-width: 420px;
  max-height: 80vh;
  border-radius: 25px;
  background: white;
  box-shadow: 0 30px 60px rgba(0,0,0,0.35);
  opacity: 0;
  transition: 0.4s;
  z-index: 9999;
  pointer-events: none;
  overflow: hidden; /* Changed from overflow-y: auto */
  display: flex;
  flex-direction: column;
}

.popup-box.active {
  opacity: 1;
  transform: translate(-50%, -50%) scale(1);
  pointer-events: all;
}

/* Popup Header (Fixed) */
.popup-box h2 {
  color: #7a0c0c;
  margin: 0;
  padding: 35px 35px 15px 35px;
  flex-shrink: 0; /* Don't shrink */
}
.popup-img-wrap {
  width: 70px;
  height: 70px;
  border-radius: 14px;
  overflow: hidden;     /* THIS is the key */
  flex-shrink: 0;
}

.popup-img-wrap img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}




.price-list li {
  display: flex;
  align-items: center;
  gap: 12px;
}

/* Scrollable Content Area */
.price-list {
  list-style: none;
  padding: 0 35px 35px 35px;
  margin: 0;
  overflow-y: auto; /* Only the list scrolls */
  flex: 1;
}

/* ===== CLOSE BUTTON - STAYS FIXED ===== */
.close-btn {
  position: absolute; /* Absolute to popup box */
  top: 16px;
  right: 20px;
  font-size: 32px;
  cursor: pointer;
  color: #7a0c0c;
  line-height: 1;
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: 0.2s;
  z-index: 10;
  background: rgba(255, 255, 255, 0.95);
  border-radius: 50%;
  -webkit-tap-highlight-color: transparent; /* Remove mobile tap highlight */
  touch-action: manipulation; /* Improve touch response */
}

.close-btn:hover,
.close-btn:active {
  transform: scale(1.15);
  color: #e41616;
  background: white;
}

/* ===== PRICE LIST ITEMS ===== */
.price-list li {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  padding: 12px 0;
  border-bottom: 1px dashed #ddd;
  font-size: 17px;
}

.price-list li:last-child {
  border-bottom: none;
}

.item-text {
  max-width: 70%;
  flex: 1;
}

.item-text strong {
  display: block;
  font-size: 16px;
  font-weight: 600;
  color: #000;
  margin-bottom: 3px;
}

.item-text small {
  display: block;
  font-size: 13px;
  color: #555;
  line-height: 1.4;
}

.price {
  font-size: 17px;
  font-weight: 600;
  color: #000;
  white-space: nowrap;
  margin-left: 10px;
}

/* ===== MOBILE ===== */
@media (max-width: 768px) {
  .biryani-grid {
    grid-template-columns: 1fr;
  }
  
  .popup-box {
    width: 95%;
    max-height: 90vh;
  }
  
  .popup-box h2 {
    padding: 25px 25px 12px 25px;
    font-size: 20px;
  }
  
  .price-list {
    padding: 0 25px 25px 25px;
  }
  
  .close-btn {
    top: 12px;
    right: 12px;
    width: 38px;
    height: 38px;
    font-size: 28px;
  }
  
  .item-text {
    max-width: 65%;
  }
  
  .item-text strong {
    font-size: 15px;
  }
  
  .item-text small {
    font-size: 12px;
  }
  
  .price {
    font-size: 16px;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-a3e8d26 *//* Grid */
.elementor-335 .elementor-element.elementor-element-a3e8d26 .biryani-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 25px;
}

/* Cards */
.elementor-335 .elementor-element.elementor-element-a3e8d26 .biryani-item {
  background: #fff;
  border-radius: 18px;
  overflow: hidden;
  cursor: pointer;
  box-shadow: 0 15px 35px rgba(0,0,0,0.15);
  transition: 0.4s;
  padding-bottom: 10px;
}

.elementor-335 .elementor-element.elementor-element-a3e8d26 .biryani-item:hover {
  transform: translateY(-10px) scale(1.03);
}

.elementor-335 .elementor-element.elementor-element-a3e8d26 .biryani-item img {
  width: 100%;
  height: 220px;
  object-fit: cover;
}

.elementor-335 .elementor-element.elementor-element-a3e8d26 .biryani-item h3 {
  text-align: center;
  padding: 14px;
  color: #7a0c0c;
}

/* Clickable Items */
.biryani-item {
  cursor: pointer;
  position: relative;
  z-index: 10;
}

/* Mobile */
@media (max-width: 768px) {
  .elementor-335 .elementor-element.elementor-element-a3e8d26 .biryani-grid {
    grid-template-columns: 1fr;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-ad2c278 *//* Grid */
.elementor-335 .elementor-element.elementor-element-ad2c278 .biryani-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 25px;
}

/* Cards */
.elementor-335 .elementor-element.elementor-element-ad2c278 .biryani-item {
  background: #fff;
  border-radius: 18px;
  overflow: hidden;
  cursor: pointer;
  box-shadow: 0 15px 35px rgba(0,0,0,0.15);
  transition: 0.4s;
  padding-bottom: 10px;
}

.elementor-335 .elementor-element.elementor-element-ad2c278 .biryani-item:hover {
  transform: translateY(-10px) scale(1.03);
}

.elementor-335 .elementor-element.elementor-element-ad2c278 .biryani-item img {
  width: 100%;
  height: 220px;
  object-fit: cover;
}

.elementor-335 .elementor-element.elementor-element-ad2c278 .biryani-item h3 {
  text-align: center;
  padding: 14px;
  color: #7a0c0c;
}

/* Clickable Items */
.biryani-item {
  cursor: pointer;
  position: relative;
  z-index: 10;
}

/* Mobile */
@media (max-width: 768px) {
  .elementor-335 .elementor-element.elementor-element-ad2c278 .biryani-grid {
    grid-template-columns: 1fr;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-1f85aba *//* Grid */
.elementor-335 .elementor-element.elementor-element-1f85aba .biryani-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 25px;
}

/* Cards */
.elementor-335 .elementor-element.elementor-element-1f85aba .biryani-item {
  background: #fff;
  border-radius: 18px;
  overflow: hidden;
  cursor: pointer;
  box-shadow: 0 15px 35px rgba(0,0,0,0.15);
  transition: 0.4s;
  padding-bottom: 10px;
}

.elementor-335 .elementor-element.elementor-element-1f85aba .biryani-item:hover {
  transform: translateY(-10px) scale(1.03);
}

.elementor-335 .elementor-element.elementor-element-1f85aba .biryani-item img {
  width: 100%;
  height: 220px;
  object-fit: cover;
}

.elementor-335 .elementor-element.elementor-element-1f85aba .biryani-item h3 {
  text-align: center;
  padding: 14px;
  color: #7a0c0c;
}

/* Clickable Items */
.biryani-item {
  cursor: pointer;
  position: relative;
  z-index: 10;
}

/* Mobile */
@media (max-width: 768px) {
  .elementor-335 .elementor-element.elementor-element-1f85aba .biryani-grid {
    grid-template-columns: 1fr;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-dff3667 *//* ===== GRID ===== */
.mandi-menu-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 25px;
}

/* ===== CARDS ===== */
.mandi-card {
  background: #fff;
  border-radius: 18px;
  overflow: hidden;
  cursor: pointer;
  box-shadow: 0 15px 35px rgba(0, 0, 0, 0.15);
  transition: 0.4s;
}

.mandi-card:hover {
  transform: translateY(-10px) scale(1.03);
}

/* ✅ FIXED: Removed ".elementor-335 .elementor-element.elementor-element-dff3667" */
.mandi-card img {
  width: 100%;
  height: 220px;
  object-fit: cover;
}

.mandi-card h3 {
  text-align: center;
  padding: 14px;
  color: #7a0c0c;
}

.View-option {
  display: block;
  font-size: 20px;
  font-weight: 600;
  color: #000;
  text-align: center;
  padding-bottom: 15px;
}

/* ===== POPUP OVERLAY ===== */
.mandi-popup-overlay {
  position: fixed;
  inset: 0;
  background: rgba(0, 0, 0, 0.6);
  opacity: 0;
  pointer-events: none;
  transition: 0.3s;
  z-index: 9998;
}

.mandi-popup-overlay.active {
  opacity: 1;
  pointer-events: all;
}

/* ===== POPUP BOX ===== */
.popup-img-wrap {
  width: 70px;
  height: 70px;
  border-radius: 14px;
  overflow: hidden;
  /* THIS is the key */
  flex-shrink: 0;
}

.popup-img-wrap img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.mandi-popup-box {
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -45%) scale(0.9);
  width: 90%;
  max-width: 420px;
  max-height: 80vh;
  overflow-y: auto;
  padding: 35px;
  border-radius: 25px;
  background: white;
  backdrop-filter: blur(18px);
  -webkit-backdrop-filter: blur(18px);
  border: 1px solid rgba(255, 255, 255, 0.3);
  box-shadow: 0 30px 60px rgba(0, 0, 0, 0.35);
  opacity: 0;
  transition: 0.4s;
  z-index: 9999;
  pointer-events: none;
}

.mandi-popup-box.active {
  opacity: 1;
  transform: translate(-50%, -50%) scale(1);
  pointer-events: all;
}

.mandi-popup-box h2 {
  color: #7a0c0c;
  margin-bottom: 18px;
}

/* ===== PRICE LIST ===== */

.mandi-price-list {
  list-style: none;
  padding: 0;
  margin: 0;
}

.mandi-price-list li {
  display: flex;
  justify-content: space-between;
  padding: 12px 0;
  border-bottom: 1px dashed #ddd;
  font-size: 17px;
}




/* ===== CLOSE BUTTON ===== */
.mandi-close-btn {
  position: absolute;
  top: 16px;
  right: 20px;
  font-size: 32px;
  cursor: pointer;
  color: #7a0c0c;
  line-height: 1;
  width: 35px;
  height: 35px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: 0.2s;
  z-index: 10000;
}

.mandi-close-btn:hover {
  transform: scale(1.2);
  color: #e41616;
}

/* ===== MOBILE ===== */
@media (max-width: 768px) {
  .mandi-menu-grid {
    grid-template-columns: 1fr;
  }
}

/* ===== BIRYANI ITEMS (Non-popup cards) ===== */
.biryani-item {
  background: #fff;
  border-radius: 18px;
  overflow: hidden;
  cursor: pointer;
  box-shadow: 0 15px 35px rgba(0, 0, 0, 0.15);
  transition: 0.4s;
  padding-bottom: 10px;
}

.biryani-item:hover {
  transform: translateY(-10px) scale(1.03);
}

.biryani-item img {
  width: 100%;
  height: 220px;
  object-fit: cover;
}

.biryani-item h3 {
  text-align: center;
  padding: 14px;
  color: #7a0c0c;
}

.menu-item-wrap {
  padding: 10px 12px 12px;
  text-align: center;
}

.menu-item-title {
  margin: 0 0 6px 0;
  line-height: 1.3;
  font-size: 18px;
  font-weight: 600;
  color: #7a0c0c;
}

.menu-item-price {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 5px;
  margin: 0 auto;
  padding: 6px 16px;
  border-radius: 30px;
  background: linear-gradient(135deg, #7a0c0c, #e41616);
  color: #fff;
  font-weight: 600;
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-08d7022 *//* ===== GRID ===== */
    .chinese-menu-grid {
      display: grid;
      grid-template-columns: repeat(3, 1fr);
      gap: 25px;
    }

    /* ===== CARDS ===== */
    .chinese-card {
      background: #fff;
      border-radius: 18px;
      overflow: hidden;
      cursor: pointer;
      box-shadow: 0 15px 35px rgba(0,0,0,0.15);
      transition: 0.4s;
    }
    .chinese-card:hover {
      transform: translateY(-10px) scale(1.03);
    }
    /* ✅ FIXED: Removed ".elementor-335 .elementor-element.elementor-element-08d7022" */
    .chinese-card img {
      width: 100%;
      height: 220px;
      object-fit: cover;
    }
    .chinese-card h3 {
      text-align: center;
      padding: 14px;
      color: #7a0c0c;
    }
    .menu-item-title {
      font-size: 25px;   
    }
    .View-option {
      display: block;
      font-size: 20px;
      font-weight: 600;
      color: #000;
      text-align: center;
      padding-bottom: 15px;
    }

    /* ===== POPUP OVERLAY ===== */
    .chinese-popup-overlay {
      position: fixed;
      inset: 0;
      background: rgba(0,0,0,0.6);
      opacity: 0;
      pointer-events: none;
      transition: 0.3s;
      z-index: 9998;
    }
    .chinese-popup-overlay.active {
      opacity: 1;
      pointer-events: all;
    }

    /* ===== POPUP BOX ===== */
    .chinese-popup-box {
      position: fixed;
      top: 50%;
      left: 50%;
      transform: translate(-50%, -45%) scale(0.9);
      width: 90%;
      max-width: 420px;
      max-height: 80vh;
      overflow-y: auto;
      padding: 35px;
      border-radius: 25px;
      background: white;
      box-shadow: 0 30px 60px rgba(0,0,0,0.35);
      opacity: 0;
      transition: 0.4s;
      z-index: 9999;
      pointer-events: none;
    }
    .chinese-popup-box.active {
      opacity: 1;
      transform: translate(-50%, -50%) scale(1);
      pointer-events: all;
    }
    .chinese-popup-box h2 {
      color: #7a0c0c;
      margin-bottom: 18px;
    }

    /* ===== PRICE LIST ===== */
    .chinese-price-list {
      list-style: none;
      padding: 0;
      margin: 0;
    }
    .chinese-price-list li {
      display: flex;
      justify-content: space-between;
      padding: 12px 0;
      border-bottom: 1px dashed #ddd;
      font-size: 17px;
    }

    /* ===== CLOSE BUTTON ===== */
    .chinese-close-btn {
      position: absolute;
      top: 16px;
      right: 20px;
      font-size: 32px;
      cursor: pointer;
      color: #7a0c0c;
      line-height: 1;
      width: 35px;
      height: 35px;
      display: flex;
      align-items: center;
      justify-content: center;
      transition: 0.2s;
      z-index: 10000;
    }
    .chinese-close-btn:hover {
      transform: scale(1.2);
      color: #e41616;
    }

    /* ===== MOBILE ===== */
    @media (max-width: 768px) {
      .chinese-menu-grid {
        grid-template-columns: 1fr;
      }
    }/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-d27b0b1 *//* Grid */
.elementor-335 .elementor-element.elementor-element-d27b0b1 .biryani-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 25px;
}

/* Cards */
.elementor-335 .elementor-element.elementor-element-d27b0b1 .biryani-item {
  background: #fff;
  border-radius: 18px;
  overflow: hidden;
  cursor: pointer;
  box-shadow: 0 15px 35px rgba(0,0,0,0.15);
  transition: 0.4s;
  padding-bottom: 10px;
}

.elementor-335 .elementor-element.elementor-element-d27b0b1 .biryani-item:hover {
  transform: translateY(-10px) scale(1.03);
}

.elementor-335 .elementor-element.elementor-element-d27b0b1 .biryani-item img {
  width: 100%;
  height: 220px;
  object-fit: cover;
}

.elementor-335 .elementor-element.elementor-element-d27b0b1 .biryani-item h3 {
  text-align: center;
  padding: 14px;
  color: #7a0c0c;
}


/* Mobile */
@media (max-width: 768px) {
  .elementor-335 .elementor-element.elementor-element-d27b0b1 .biryani-grid {
    grid-template-columns: 1fr;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-f17269a *//* Grid */
.elementor-335 .elementor-element.elementor-element-f17269a .biryani-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 25px;
}

/* Cards */
.elementor-335 .elementor-element.elementor-element-f17269a .biryani-item {
  background: #fff;
  border-radius: 18px;
  overflow: hidden;
  cursor: pointer;
  box-shadow: 0 15px 35px rgba(0,0,0,0.15);
  transition: 0.4s;
  padding-bottom: 10px;
}

.elementor-335 .elementor-element.elementor-element-f17269a .biryani-item:hover {
  transform: translateY(-10px) scale(1.03);
}

.elementor-335 .elementor-element.elementor-element-f17269a .biryani-item img {
  width: 100%;
  height: 220px;
  object-fit: cover;
}

.elementor-335 .elementor-element.elementor-element-f17269a .biryani-item h3 {
  text-align: center;
  padding: 14px;
  color: #7a0c0c;
}
/* Mobile */
@media (max-width: 768px) {
  .elementor-335 .elementor-element.elementor-element-f17269a .biryani-grid {
    grid-template-columns: 1fr;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-3d66c58 *//* ===== GRID ===== */
.kebab-menu-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 25px;
}

/* ===== CARDS ===== */
.kebab-card {
  background: #fff;
  border-radius: 18px;
  overflow: hidden;
  cursor: pointer;
  box-shadow: 0 15px 35px rgba(0,0,0,0.15);
  transition: 0.4s;
}

.kebab-card:hover {
  transform: translateY(-10px) scale(1.03);
}
.elementor-335 .elementor-element.elementor-element-3d66c58 .kebab-card img {
  width: 100%;
  height: 220px;
  object-fit: cover;
}
.kebab-card h3 {
  text-align: center;
  padding: 14px;
  color: #7a0c0c;
}

.kebab-price {
  display: block;
  font-size: 20px;
  font-weight: 600;
  color: #000;
  text-align: center;
  padding-bottom: 10px;
}

/* ===== POPUP OVERLAY ===== */
.kebab-popup-overlay {
  position: fixed;
  inset: 0;
  background: rgba(0,0,0,0.6);
  opacity: 0;
  pointer-events: none;
  transition: 0.3s;
  z-index: 9998;
}

.kebab-popup-overlay.active {
  opacity: 1;
  pointer-events: all;
}

/* ===== POPUP BOX ===== */
.kebab-popup-box {
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -45%) scale(0.9);
  width: 90%;
  max-width: 420px;
  padding: 35px;
  border-radius: 25px;
  background: white;
  backdrop-filter: blur(18px);
  -webkit-backdrop-filter: blur(18px);
  border: 1px solid rgba(255,255,255,0.3);
  box-shadow: 0 30px 60px rgba(0,0,0,0.35);
  opacity: 0;
  transition: 0.4s;
  z-index: 9999;
}

.kebab-popup-box.active {
  opacity: 1;
  transform: translate(-50%, -50%) scale(1);
}

.kebab-popup-box h2 {
  color: #7a0c0c;
  margin-bottom: 18px;
}

/* ===== PRICE LIST ===== */
.kebab-price-list {
  list-style: none;
  padding: 0;
  margin: 0;
}

.kebab-price-list li {
  display: flex;
  justify-content: space-between;
  padding: 12px 0;
  border-bottom: 1px dashed #ddd;
  font-size: 17px;
}

/* ===== CLOSE BUTTON ===== */
.kebab-close-btn {
  position: absolute;
  top: 16px;
  right: 20px;
  font-size: 26px;
  cursor: pointer;
  color: #7a0c0c;
}

/* ===== MOBILE ===== */
@media (max-width: 768px) {
  .kebab-menu-grid {
    grid-template-columns: 1fr;
  }
}




.biryani-item {
  cursor: pointer; /* ensures pointer on hover */
  position: relative; /* avoids overlap issues */
  z-index: 10; /* ensures it’s above any overlaying element */
}





/* Grid */
.elementor-335 .elementor-element.elementor-element-3d66c58 .biryani-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 25px;
}

/* Cards */
.elementor-335 .elementor-element.elementor-element-3d66c58 .biryani-item {
  background: #fff;
  border-radius: 18px;
  overflow: hidden;
  cursor: pointer;
  box-shadow: 0 15px 35px rgba(0,0,0,0.15);
  transition: 0.4s;
  padding-bottom: 10px;
}

.elementor-335 .elementor-element.elementor-element-3d66c58 .biryani-item:hover {
  transform: translateY(-10px) scale(1.03);
}

.elementor-335 .elementor-element.elementor-element-3d66c58 .biryani-item img {
  width: 100%;
  height: 220px;
  object-fit: cover;
}

.elementor-335 .elementor-element.elementor-element-3d66c58 .biryani-item h3 {
  text-align: center;
  padding: 14px;
  color: #7a0c0c;
}


/* Mobile */
@media (max-width: 768px) {
  .elementor-335 .elementor-element.elementor-element-3d66c58 .biryani-grid {
    grid-template-columns: 1fr;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-21a3a94 *//* Grid */
.elementor-335 .elementor-element.elementor-element-21a3a94 .biryani-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 25px;
}

/* Cards */
.elementor-335 .elementor-element.elementor-element-21a3a94 .biryani-item {
  background: #fff;
  border-radius: 18px;
  overflow: hidden;
  cursor: pointer;
  box-shadow: 0 15px 35px rgba(0,0,0,0.15);
  transition: 0.4s;
  padding-bottom: 10px;
}

.elementor-335 .elementor-element.elementor-element-21a3a94 .biryani-item:hover {
  transform: translateY(-10px) scale(1.03);
}

.elementor-335 .elementor-element.elementor-element-21a3a94 .biryani-item img {
  width: 100%;
  height: 220px;
  object-fit: cover;
}

.elementor-335 .elementor-element.elementor-element-21a3a94 .biryani-item h3 {
  text-align: center;
  padding: 14px;
  color: #7a0c0c;
}


/* Mobile */
@media (max-width: 768px) {
  .elementor-335 .elementor-element.elementor-element-21a3a94 .biryani-grid {
    grid-template-columns: 1fr;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-87bfc66 *//* Grid */
.elementor-335 .elementor-element.elementor-element-87bfc66 .biryani-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 25px;
}

/* Cards */
.elementor-335 .elementor-element.elementor-element-87bfc66 .biryani-item {
  background: #fff;
  border-radius: 18px;
  overflow: hidden;
  cursor: pointer;
  box-shadow: 0 15px 35px rgba(0,0,0,0.15);
  transition: 0.4s;
  padding-bottom: 10px;
}

.elementor-335 .elementor-element.elementor-element-87bfc66 .biryani-item:hover {
  transform: translateY(-10px) scale(1.03);
}

.elementor-335 .elementor-element.elementor-element-87bfc66 .biryani-item img {
  width: 100%;
  height: 220px;
  object-fit: cover;
}

.elementor-335 .elementor-element.elementor-element-87bfc66 .biryani-item h3 {
  text-align: center;
  padding: 14px;
  color: #7a0c0c;
}


/* Mobile */
@media (max-width: 768px) {
  .elementor-335 .elementor-element.elementor-element-87bfc66 .biryani-grid {
    grid-template-columns: 1fr;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-8f343c9 *//* Grid */
.elementor-335 .elementor-element.elementor-element-8f343c9 .biryani-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 25px;
}

/* Cards */
.elementor-335 .elementor-element.elementor-element-8f343c9 .biryani-item {
  background: #fff;
  border-radius: 18px;
  overflow: hidden;
  cursor: pointer;
  box-shadow: 0 15px 35px rgba(0,0,0,0.15);
  transition: 0.4s;
  padding-bottom: 10px;
}

.elementor-335 .elementor-element.elementor-element-8f343c9 .biryani-item:hover {
  transform: translateY(-10px) scale(1.03);
}

.elementor-335 .elementor-element.elementor-element-8f343c9 .biryani-item img {
  width: 100%;
  height: 220px;
  object-fit: cover;
}

.elementor-335 .elementor-element.elementor-element-8f343c9 .biryani-item h3 {
  text-align: center;
  padding: 14px;
  color: #7a0c0c;
}


/* Mobile */
@media (max-width: 768px) {
  .elementor-335 .elementor-element.elementor-element-8f343c9 .biryani-grid {
    grid-template-columns: 1fr;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-0656d44 *//* Grid */
.elementor-335 .elementor-element.elementor-element-0656d44 .biryani-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 25px;
}

/* Cards */
.elementor-335 .elementor-element.elementor-element-0656d44 .biryani-item {
  background: #fff;
  border-radius: 18px;
  overflow: hidden;
  cursor: pointer;
  box-shadow: 0 15px 35px rgba(0,0,0,0.15);
  transition: 0.4s;
  padding-bottom: 10px;
}

.elementor-335 .elementor-element.elementor-element-0656d44 .biryani-item:hover {
  transform: translateY(-10px) scale(1.03);
}

.elementor-335 .elementor-element.elementor-element-0656d44 .biryani-item img {
  width: 100%;
  height: 220px;
  object-fit: cover;
}

.elementor-335 .elementor-element.elementor-element-0656d44 .biryani-item h3 {
  text-align: center;
  padding: 14px;
  color: #7a0c0c;
}


/* Mobile */
@media (max-width: 768px) {
  .elementor-335 .elementor-element.elementor-element-0656d44 .biryani-grid {
    grid-template-columns: 1fr;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-b6a27c1 */.biryani-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 25px;
  margin-bottom: 50px;
}

/* Cards */
.biryani-item {
  background: #fff;
  border-radius: 18px;
  overflow: hidden;
  cursor: pointer;
  box-shadow: 0 15px 35px rgba(0,0,0,0.15);
  transition: 0.4s;
}

.biryani-item:hover {
  transform: translateY(-10px) scale(1.03);
}

.biryani-item img {
  width: 100%;
  height: 220px;
  object-fit: cover;
  display: block;
}

.biryani-item h3 {
  text-align: center;
  padding: 14px;
  color: #7a0c0c;
}

.View-option {
  display: block;
  font-size: 18px;
  font-weight: 600;
  padding-bottom: 15px;
  text-align: center;
  color: #000;
}

.menu-item-wrap {
  padding: 10px 12px 12px;
  text-align: center;
}

.menu-item-title {
  margin: 0 0 6px 0;
  line-height: 1.3;
  font-size: 18px;
  font-weight: 600;
  color: #7a0c0c;
}

.menu-item-price {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 5px;
  margin: 0 auto;
  padding: 6px 16px;
  border-radius: 30px;
  background: linear-gradient(135deg, #7a0c0c, #e41616);
  color: #fff;
  font-weight: 600;
}

/* ===== POPUP OVERLAY ===== */
.popup-overlay {
  position: fixed;
  inset: 0;
  background: rgba(0,0,0,0.6);
  opacity: 0;
  pointer-events: none;
  transition: 0.3s;
  z-index: 9998;
}

.popup-overlay.active {
  opacity: 1;
  pointer-events: all;
}

/* ===== POPUP BOX ===== */
.popup-box {
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) scale(0.9);
  width: 90%;
  max-width: 420px;
  max-height: 80vh;
  border-radius: 25px;
  background: white;
  box-shadow: 0 30px 60px rgba(0,0,0,0.35);
  opacity: 0;
  transition: 0.4s;
  z-index: 9999;
  pointer-events: none;
  overflow: hidden; /* Changed from overflow-y: auto */
  display: flex;
  flex-direction: column;
}

.popup-box.active {
  opacity: 1;
  transform: translate(-50%, -50%) scale(1);
  pointer-events: all;
}

/* Popup Header (Fixed) */
.popup-box h2 {
  color: #7a0c0c;
  margin: 0;
  padding: 35px 35px 15px 35px;
  flex-shrink: 0; /* Don't shrink */
}
.popup-img-wrap {
  width: 70px;
  height: 70px;
  border-radius: 14px;
  overflow: hidden;     /* THIS is the key */
  flex-shrink: 0;
}

.popup-img-wrap img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}




.price-list li {
  display: flex;
  align-items: center;
  gap: 12px;
}

/* Scrollable Content Area */
.price-list {
  list-style: none;
  padding: 0 35px 35px 35px;
  margin: 0;
  overflow-y: auto; /* Only the list scrolls */
  flex: 1;
}

/* ===== CLOSE BUTTON - STAYS FIXED ===== */
.close-btn {
  position: absolute; /* Absolute to popup box */
  top: 16px;
  right: 20px;
  font-size: 32px;
  cursor: pointer;
  color: #7a0c0c;
  line-height: 1;
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: 0.2s;
  z-index: 10;
  background: rgba(255, 255, 255, 0.95);
  border-radius: 50%;
  -webkit-tap-highlight-color: transparent; /* Remove mobile tap highlight */
  touch-action: manipulation; /* Improve touch response */
}

.close-btn:hover,
.close-btn:active {
  transform: scale(1.15);
  color: #e41616;
  background: white;
}

/* ===== PRICE LIST ITEMS ===== */
.price-list li {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  padding: 12px 0;
  border-bottom: 1px dashed #ddd;
  font-size: 17px;
}

.price-list li:last-child {
  border-bottom: none;
}

.item-text {
  max-width: 70%;
  flex: 1;
}

.item-text strong {
  display: block;
  font-size: 16px;
  font-weight: 600;
  color: #000;
  margin-bottom: 3px;
}

.item-text small {
  display: block;
  font-size: 13px;
  color: #555;
  line-height: 1.4;
}

.price {
  font-size: 17px;
  font-weight: 600;
  color: #000;
  white-space: nowrap;
  margin-left: 10px;
}

/* ===== MOBILE ===== */
@media (max-width: 768px) {
  .biryani-grid {
    grid-template-columns: 1fr;
  }
  
  .popup-box {
    width: 95%;
    max-height: 90vh;
  }
  
  .popup-box h2 {
    padding: 25px 25px 12px 25px;
    font-size: 20px;
  }
  
  .price-list {
    padding: 0 25px 25px 25px;
  }
  
  .close-btn {
    top: 12px;
    right: 12px;
    width: 38px;
    height: 38px;
    font-size: 28px;
  }
  
  .item-text {
    max-width: 65%;
  }
  
  .item-text strong {
    font-size: 15px;
  }
  
  .item-text small {
    font-size: 12px;
  }
  
  .price {
    font-size: 16px;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-a3e8d26 *//* Grid */
.elementor-335 .elementor-element.elementor-element-a3e8d26 .biryani-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 25px;
}

/* Cards */
.elementor-335 .elementor-element.elementor-element-a3e8d26 .biryani-item {
  background: #fff;
  border-radius: 18px;
  overflow: hidden;
  cursor: pointer;
  box-shadow: 0 15px 35px rgba(0,0,0,0.15);
  transition: 0.4s;
  padding-bottom: 10px;
}

.elementor-335 .elementor-element.elementor-element-a3e8d26 .biryani-item:hover {
  transform: translateY(-10px) scale(1.03);
}

.elementor-335 .elementor-element.elementor-element-a3e8d26 .biryani-item img {
  width: 100%;
  height: 220px;
  object-fit: cover;
}

.elementor-335 .elementor-element.elementor-element-a3e8d26 .biryani-item h3 {
  text-align: center;
  padding: 14px;
  color: #7a0c0c;
}

/* Clickable Items */
.biryani-item {
  cursor: pointer;
  position: relative;
  z-index: 10;
}

/* Mobile */
@media (max-width: 768px) {
  .elementor-335 .elementor-element.elementor-element-a3e8d26 .biryani-grid {
    grid-template-columns: 1fr;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-ad2c278 *//* Grid */
.elementor-335 .elementor-element.elementor-element-ad2c278 .biryani-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 25px;
}

/* Cards */
.elementor-335 .elementor-element.elementor-element-ad2c278 .biryani-item {
  background: #fff;
  border-radius: 18px;
  overflow: hidden;
  cursor: pointer;
  box-shadow: 0 15px 35px rgba(0,0,0,0.15);
  transition: 0.4s;
  padding-bottom: 10px;
}

.elementor-335 .elementor-element.elementor-element-ad2c278 .biryani-item:hover {
  transform: translateY(-10px) scale(1.03);
}

.elementor-335 .elementor-element.elementor-element-ad2c278 .biryani-item img {
  width: 100%;
  height: 220px;
  object-fit: cover;
}

.elementor-335 .elementor-element.elementor-element-ad2c278 .biryani-item h3 {
  text-align: center;
  padding: 14px;
  color: #7a0c0c;
}

/* Clickable Items */
.biryani-item {
  cursor: pointer;
  position: relative;
  z-index: 10;
}

/* Mobile */
@media (max-width: 768px) {
  .elementor-335 .elementor-element.elementor-element-ad2c278 .biryani-grid {
    grid-template-columns: 1fr;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-1f85aba *//* Grid */
.elementor-335 .elementor-element.elementor-element-1f85aba .biryani-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 25px;
}

/* Cards */
.elementor-335 .elementor-element.elementor-element-1f85aba .biryani-item {
  background: #fff;
  border-radius: 18px;
  overflow: hidden;
  cursor: pointer;
  box-shadow: 0 15px 35px rgba(0,0,0,0.15);
  transition: 0.4s;
  padding-bottom: 10px;
}

.elementor-335 .elementor-element.elementor-element-1f85aba .biryani-item:hover {
  transform: translateY(-10px) scale(1.03);
}

.elementor-335 .elementor-element.elementor-element-1f85aba .biryani-item img {
  width: 100%;
  height: 220px;
  object-fit: cover;
}

.elementor-335 .elementor-element.elementor-element-1f85aba .biryani-item h3 {
  text-align: center;
  padding: 14px;
  color: #7a0c0c;
}

/* Clickable Items */
.biryani-item {
  cursor: pointer;
  position: relative;
  z-index: 10;
}

/* Mobile */
@media (max-width: 768px) {
  .elementor-335 .elementor-element.elementor-element-1f85aba .biryani-grid {
    grid-template-columns: 1fr;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-dff3667 *//* ===== GRID ===== */
.mandi-menu-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 25px;
}

/* ===== CARDS ===== */
.mandi-card {
  background: #fff;
  border-radius: 18px;
  overflow: hidden;
  cursor: pointer;
  box-shadow: 0 15px 35px rgba(0, 0, 0, 0.15);
  transition: 0.4s;
}

.mandi-card:hover {
  transform: translateY(-10px) scale(1.03);
}

/* ✅ FIXED: Removed ".elementor-335 .elementor-element.elementor-element-dff3667" */
.mandi-card img {
  width: 100%;
  height: 220px;
  object-fit: cover;
}

.mandi-card h3 {
  text-align: center;
  padding: 14px;
  color: #7a0c0c;
}

.View-option {
  display: block;
  font-size: 20px;
  font-weight: 600;
  color: #000;
  text-align: center;
  padding-bottom: 15px;
}

/* ===== POPUP OVERLAY ===== */
.mandi-popup-overlay {
  position: fixed;
  inset: 0;
  background: rgba(0, 0, 0, 0.6);
  opacity: 0;
  pointer-events: none;
  transition: 0.3s;
  z-index: 9998;
}

.mandi-popup-overlay.active {
  opacity: 1;
  pointer-events: all;
}

/* ===== POPUP BOX ===== */
.popup-img-wrap {
  width: 70px;
  height: 70px;
  border-radius: 14px;
  overflow: hidden;
  /* THIS is the key */
  flex-shrink: 0;
}

.popup-img-wrap img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.mandi-popup-box {
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -45%) scale(0.9);
  width: 90%;
  max-width: 420px;
  max-height: 80vh;
  overflow-y: auto;
  padding: 35px;
  border-radius: 25px;
  background: white;
  backdrop-filter: blur(18px);
  -webkit-backdrop-filter: blur(18px);
  border: 1px solid rgba(255, 255, 255, 0.3);
  box-shadow: 0 30px 60px rgba(0, 0, 0, 0.35);
  opacity: 0;
  transition: 0.4s;
  z-index: 9999;
  pointer-events: none;
}

.mandi-popup-box.active {
  opacity: 1;
  transform: translate(-50%, -50%) scale(1);
  pointer-events: all;
}

.mandi-popup-box h2 {
  color: #7a0c0c;
  margin-bottom: 18px;
}

/* ===== PRICE LIST ===== */

.mandi-price-list {
  list-style: none;
  padding: 0;
  margin: 0;
}

.mandi-price-list li {
  display: flex;
  justify-content: space-between;
  padding: 12px 0;
  border-bottom: 1px dashed #ddd;
  font-size: 17px;
}




/* ===== CLOSE BUTTON ===== */
.mandi-close-btn {
  position: absolute;
  top: 16px;
  right: 20px;
  font-size: 32px;
  cursor: pointer;
  color: #7a0c0c;
  line-height: 1;
  width: 35px;
  height: 35px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: 0.2s;
  z-index: 10000;
}

.mandi-close-btn:hover {
  transform: scale(1.2);
  color: #e41616;
}

/* ===== MOBILE ===== */
@media (max-width: 768px) {
  .mandi-menu-grid {
    grid-template-columns: 1fr;
  }
}

/* ===== BIRYANI ITEMS (Non-popup cards) ===== */
.biryani-item {
  background: #fff;
  border-radius: 18px;
  overflow: hidden;
  cursor: pointer;
  box-shadow: 0 15px 35px rgba(0, 0, 0, 0.15);
  transition: 0.4s;
  padding-bottom: 10px;
}

.biryani-item:hover {
  transform: translateY(-10px) scale(1.03);
}

.biryani-item img {
  width: 100%;
  height: 220px;
  object-fit: cover;
}

.biryani-item h3 {
  text-align: center;
  padding: 14px;
  color: #7a0c0c;
}

.menu-item-wrap {
  padding: 10px 12px 12px;
  text-align: center;
}

.menu-item-title {
  margin: 0 0 6px 0;
  line-height: 1.3;
  font-size: 18px;
  font-weight: 600;
  color: #7a0c0c;
}

.menu-item-price {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 5px;
  margin: 0 auto;
  padding: 6px 16px;
  border-radius: 30px;
  background: linear-gradient(135deg, #7a0c0c, #e41616);
  color: #fff;
  font-weight: 600;
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-08d7022 *//* ===== GRID ===== */
    .chinese-menu-grid {
      display: grid;
      grid-template-columns: repeat(3, 1fr);
      gap: 25px;
    }

    /* ===== CARDS ===== */
    .chinese-card {
      background: #fff;
      border-radius: 18px;
      overflow: hidden;
      cursor: pointer;
      box-shadow: 0 15px 35px rgba(0,0,0,0.15);
      transition: 0.4s;
    }
    .chinese-card:hover {
      transform: translateY(-10px) scale(1.03);
    }
    /* ✅ FIXED: Removed ".elementor-335 .elementor-element.elementor-element-08d7022" */
    .chinese-card img {
      width: 100%;
      height: 220px;
      object-fit: cover;
    }
    .chinese-card h3 {
      text-align: center;
      padding: 14px;
      color: #7a0c0c;
    }
    .menu-item-title {
      font-size: 25px;   
    }
    .View-option {
      display: block;
      font-size: 20px;
      font-weight: 600;
      color: #000;
      text-align: center;
      padding-bottom: 15px;
    }

    /* ===== POPUP OVERLAY ===== */
    .chinese-popup-overlay {
      position: fixed;
      inset: 0;
      background: rgba(0,0,0,0.6);
      opacity: 0;
      pointer-events: none;
      transition: 0.3s;
      z-index: 9998;
    }
    .chinese-popup-overlay.active {
      opacity: 1;
      pointer-events: all;
    }

    /* ===== POPUP BOX ===== */
    .chinese-popup-box {
      position: fixed;
      top: 50%;
      left: 50%;
      transform: translate(-50%, -45%) scale(0.9);
      width: 90%;
      max-width: 420px;
      max-height: 80vh;
      overflow-y: auto;
      padding: 35px;
      border-radius: 25px;
      background: white;
      box-shadow: 0 30px 60px rgba(0,0,0,0.35);
      opacity: 0;
      transition: 0.4s;
      z-index: 9999;
      pointer-events: none;
    }
    .chinese-popup-box.active {
      opacity: 1;
      transform: translate(-50%, -50%) scale(1);
      pointer-events: all;
    }
    .chinese-popup-box h2 {
      color: #7a0c0c;
      margin-bottom: 18px;
    }

    /* ===== PRICE LIST ===== */
    .chinese-price-list {
      list-style: none;
      padding: 0;
      margin: 0;
    }
    .chinese-price-list li {
      display: flex;
      justify-content: space-between;
      padding: 12px 0;
      border-bottom: 1px dashed #ddd;
      font-size: 17px;
    }

    /* ===== CLOSE BUTTON ===== */
    .chinese-close-btn {
      position: absolute;
      top: 16px;
      right: 20px;
      font-size: 32px;
      cursor: pointer;
      color: #7a0c0c;
      line-height: 1;
      width: 35px;
      height: 35px;
      display: flex;
      align-items: center;
      justify-content: center;
      transition: 0.2s;
      z-index: 10000;
    }
    .chinese-close-btn:hover {
      transform: scale(1.2);
      color: #e41616;
    }

    /* ===== MOBILE ===== */
    @media (max-width: 768px) {
      .chinese-menu-grid {
        grid-template-columns: 1fr;
      }
    }/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-d27b0b1 *//* Grid */
.elementor-335 .elementor-element.elementor-element-d27b0b1 .biryani-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 25px;
}

/* Cards */
.elementor-335 .elementor-element.elementor-element-d27b0b1 .biryani-item {
  background: #fff;
  border-radius: 18px;
  overflow: hidden;
  cursor: pointer;
  box-shadow: 0 15px 35px rgba(0,0,0,0.15);
  transition: 0.4s;
  padding-bottom: 10px;
}

.elementor-335 .elementor-element.elementor-element-d27b0b1 .biryani-item:hover {
  transform: translateY(-10px) scale(1.03);
}

.elementor-335 .elementor-element.elementor-element-d27b0b1 .biryani-item img {
  width: 100%;
  height: 220px;
  object-fit: cover;
}

.elementor-335 .elementor-element.elementor-element-d27b0b1 .biryani-item h3 {
  text-align: center;
  padding: 14px;
  color: #7a0c0c;
}


/* Mobile */
@media (max-width: 768px) {
  .elementor-335 .elementor-element.elementor-element-d27b0b1 .biryani-grid {
    grid-template-columns: 1fr;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-f17269a *//* Grid */
.elementor-335 .elementor-element.elementor-element-f17269a .biryani-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 25px;
}

/* Cards */
.elementor-335 .elementor-element.elementor-element-f17269a .biryani-item {
  background: #fff;
  border-radius: 18px;
  overflow: hidden;
  cursor: pointer;
  box-shadow: 0 15px 35px rgba(0,0,0,0.15);
  transition: 0.4s;
  padding-bottom: 10px;
}

.elementor-335 .elementor-element.elementor-element-f17269a .biryani-item:hover {
  transform: translateY(-10px) scale(1.03);
}

.elementor-335 .elementor-element.elementor-element-f17269a .biryani-item img {
  width: 100%;
  height: 220px;
  object-fit: cover;
}

.elementor-335 .elementor-element.elementor-element-f17269a .biryani-item h3 {
  text-align: center;
  padding: 14px;
  color: #7a0c0c;
}
/* Mobile */
@media (max-width: 768px) {
  .elementor-335 .elementor-element.elementor-element-f17269a .biryani-grid {
    grid-template-columns: 1fr;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-3d66c58 *//* ===== GRID ===== */
.kebab-menu-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 25px;
}

/* ===== CARDS ===== */
.kebab-card {
  background: #fff;
  border-radius: 18px;
  overflow: hidden;
  cursor: pointer;
  box-shadow: 0 15px 35px rgba(0,0,0,0.15);
  transition: 0.4s;
}

.kebab-card:hover {
  transform: translateY(-10px) scale(1.03);
}
.elementor-335 .elementor-element.elementor-element-3d66c58 .kebab-card img {
  width: 100%;
  height: 220px;
  object-fit: cover;
}
.kebab-card h3 {
  text-align: center;
  padding: 14px;
  color: #7a0c0c;
}

.kebab-price {
  display: block;
  font-size: 20px;
  font-weight: 600;
  color: #000;
  text-align: center;
  padding-bottom: 10px;
}

/* ===== POPUP OVERLAY ===== */
.kebab-popup-overlay {
  position: fixed;
  inset: 0;
  background: rgba(0,0,0,0.6);
  opacity: 0;
  pointer-events: none;
  transition: 0.3s;
  z-index: 9998;
}

.kebab-popup-overlay.active {
  opacity: 1;
  pointer-events: all;
}

/* ===== POPUP BOX ===== */
.kebab-popup-box {
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -45%) scale(0.9);
  width: 90%;
  max-width: 420px;
  padding: 35px;
  border-radius: 25px;
  background: white;
  backdrop-filter: blur(18px);
  -webkit-backdrop-filter: blur(18px);
  border: 1px solid rgba(255,255,255,0.3);
  box-shadow: 0 30px 60px rgba(0,0,0,0.35);
  opacity: 0;
  transition: 0.4s;
  z-index: 9999;
}

.kebab-popup-box.active {
  opacity: 1;
  transform: translate(-50%, -50%) scale(1);
}

.kebab-popup-box h2 {
  color: #7a0c0c;
  margin-bottom: 18px;
}

/* ===== PRICE LIST ===== */
.kebab-price-list {
  list-style: none;
  padding: 0;
  margin: 0;
}

.kebab-price-list li {
  display: flex;
  justify-content: space-between;
  padding: 12px 0;
  border-bottom: 1px dashed #ddd;
  font-size: 17px;
}

/* ===== CLOSE BUTTON ===== */
.kebab-close-btn {
  position: absolute;
  top: 16px;
  right: 20px;
  font-size: 26px;
  cursor: pointer;
  color: #7a0c0c;
}

/* ===== MOBILE ===== */
@media (max-width: 768px) {
  .kebab-menu-grid {
    grid-template-columns: 1fr;
  }
}




.biryani-item {
  cursor: pointer; /* ensures pointer on hover */
  position: relative; /* avoids overlap issues */
  z-index: 10; /* ensures it’s above any overlaying element */
}





/* Grid */
.elementor-335 .elementor-element.elementor-element-3d66c58 .biryani-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 25px;
}

/* Cards */
.elementor-335 .elementor-element.elementor-element-3d66c58 .biryani-item {
  background: #fff;
  border-radius: 18px;
  overflow: hidden;
  cursor: pointer;
  box-shadow: 0 15px 35px rgba(0,0,0,0.15);
  transition: 0.4s;
  padding-bottom: 10px;
}

.elementor-335 .elementor-element.elementor-element-3d66c58 .biryani-item:hover {
  transform: translateY(-10px) scale(1.03);
}

.elementor-335 .elementor-element.elementor-element-3d66c58 .biryani-item img {
  width: 100%;
  height: 220px;
  object-fit: cover;
}

.elementor-335 .elementor-element.elementor-element-3d66c58 .biryani-item h3 {
  text-align: center;
  padding: 14px;
  color: #7a0c0c;
}


/* Mobile */
@media (max-width: 768px) {
  .elementor-335 .elementor-element.elementor-element-3d66c58 .biryani-grid {
    grid-template-columns: 1fr;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-21a3a94 *//* Grid */
.elementor-335 .elementor-element.elementor-element-21a3a94 .biryani-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 25px;
}

/* Cards */
.elementor-335 .elementor-element.elementor-element-21a3a94 .biryani-item {
  background: #fff;
  border-radius: 18px;
  overflow: hidden;
  cursor: pointer;
  box-shadow: 0 15px 35px rgba(0,0,0,0.15);
  transition: 0.4s;
  padding-bottom: 10px;
}

.elementor-335 .elementor-element.elementor-element-21a3a94 .biryani-item:hover {
  transform: translateY(-10px) scale(1.03);
}

.elementor-335 .elementor-element.elementor-element-21a3a94 .biryani-item img {
  width: 100%;
  height: 220px;
  object-fit: cover;
}

.elementor-335 .elementor-element.elementor-element-21a3a94 .biryani-item h3 {
  text-align: center;
  padding: 14px;
  color: #7a0c0c;
}


/* Mobile */
@media (max-width: 768px) {
  .elementor-335 .elementor-element.elementor-element-21a3a94 .biryani-grid {
    grid-template-columns: 1fr;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-87bfc66 *//* Grid */
.elementor-335 .elementor-element.elementor-element-87bfc66 .biryani-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 25px;
}

/* Cards */
.elementor-335 .elementor-element.elementor-element-87bfc66 .biryani-item {
  background: #fff;
  border-radius: 18px;
  overflow: hidden;
  cursor: pointer;
  box-shadow: 0 15px 35px rgba(0,0,0,0.15);
  transition: 0.4s;
  padding-bottom: 10px;
}

.elementor-335 .elementor-element.elementor-element-87bfc66 .biryani-item:hover {
  transform: translateY(-10px) scale(1.03);
}

.elementor-335 .elementor-element.elementor-element-87bfc66 .biryani-item img {
  width: 100%;
  height: 220px;
  object-fit: cover;
}

.elementor-335 .elementor-element.elementor-element-87bfc66 .biryani-item h3 {
  text-align: center;
  padding: 14px;
  color: #7a0c0c;
}


/* Mobile */
@media (max-width: 768px) {
  .elementor-335 .elementor-element.elementor-element-87bfc66 .biryani-grid {
    grid-template-columns: 1fr;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-8f343c9 *//* Grid */
.elementor-335 .elementor-element.elementor-element-8f343c9 .biryani-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 25px;
}

/* Cards */
.elementor-335 .elementor-element.elementor-element-8f343c9 .biryani-item {
  background: #fff;
  border-radius: 18px;
  overflow: hidden;
  cursor: pointer;
  box-shadow: 0 15px 35px rgba(0,0,0,0.15);
  transition: 0.4s;
  padding-bottom: 10px;
}

.elementor-335 .elementor-element.elementor-element-8f343c9 .biryani-item:hover {
  transform: translateY(-10px) scale(1.03);
}

.elementor-335 .elementor-element.elementor-element-8f343c9 .biryani-item img {
  width: 100%;
  height: 220px;
  object-fit: cover;
}

.elementor-335 .elementor-element.elementor-element-8f343c9 .biryani-item h3 {
  text-align: center;
  padding: 14px;
  color: #7a0c0c;
}


/* Mobile */
@media (max-width: 768px) {
  .elementor-335 .elementor-element.elementor-element-8f343c9 .biryani-grid {
    grid-template-columns: 1fr;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-0656d44 *//* Grid */
.elementor-335 .elementor-element.elementor-element-0656d44 .biryani-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 25px;
}

/* Cards */
.elementor-335 .elementor-element.elementor-element-0656d44 .biryani-item {
  background: #fff;
  border-radius: 18px;
  overflow: hidden;
  cursor: pointer;
  box-shadow: 0 15px 35px rgba(0,0,0,0.15);
  transition: 0.4s;
  padding-bottom: 10px;
}

.elementor-335 .elementor-element.elementor-element-0656d44 .biryani-item:hover {
  transform: translateY(-10px) scale(1.03);
}

.elementor-335 .elementor-element.elementor-element-0656d44 .biryani-item img {
  width: 100%;
  height: 220px;
  object-fit: cover;
}

.elementor-335 .elementor-element.elementor-element-0656d44 .biryani-item h3 {
  text-align: center;
  padding: 14px;
  color: #7a0c0c;
}


/* Mobile */
@media (max-width: 768px) {
  .elementor-335 .elementor-element.elementor-element-0656d44 .biryani-grid {
    grid-template-columns: 1fr;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-b6a27c1 */.biryani-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 25px;
  margin-bottom: 50px;
}

/* Cards */
.biryani-item {
  background: #fff;
  border-radius: 18px;
  overflow: hidden;
  cursor: pointer;
  box-shadow: 0 15px 35px rgba(0,0,0,0.15);
  transition: 0.4s;
}

.biryani-item:hover {
  transform: translateY(-10px) scale(1.03);
}

.biryani-item img {
  width: 100%;
  height: 220px;
  object-fit: cover;
  display: block;
}

.biryani-item h3 {
  text-align: center;
  padding: 14px;
  color: #7a0c0c;
}

.View-option {
  display: block;
  font-size: 18px;
  font-weight: 600;
  padding-bottom: 15px;
  text-align: center;
  color: #000;
}

.menu-item-wrap {
  padding: 10px 12px 12px;
  text-align: center;
}

.menu-item-title {
  margin: 0 0 6px 0;
  line-height: 1.3;
  font-size: 18px;
  font-weight: 600;
  color: #7a0c0c;
}

.menu-item-price {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 5px;
  margin: 0 auto;
  padding: 6px 16px;
  border-radius: 30px;
  background: linear-gradient(135deg, #7a0c0c, #e41616);
  color: #fff;
  font-weight: 600;
}

/* ===== POPUP OVERLAY ===== */
.popup-overlay {
  position: fixed;
  inset: 0;
  background: rgba(0,0,0,0.6);
  opacity: 0;
  pointer-events: none;
  transition: 0.3s;
  z-index: 9998;
}

.popup-overlay.active {
  opacity: 1;
  pointer-events: all;
}

/* ===== POPUP BOX ===== */
.popup-box {
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) scale(0.9);
  width: 90%;
  max-width: 420px;
  max-height: 80vh;
  border-radius: 25px;
  background: white;
  box-shadow: 0 30px 60px rgba(0,0,0,0.35);
  opacity: 0;
  transition: 0.4s;
  z-index: 9999;
  pointer-events: none;
  overflow: hidden; /* Changed from overflow-y: auto */
  display: flex;
  flex-direction: column;
}

.popup-box.active {
  opacity: 1;
  transform: translate(-50%, -50%) scale(1);
  pointer-events: all;
}

/* Popup Header (Fixed) */
.popup-box h2 {
  color: #7a0c0c;
  margin: 0;
  padding: 35px 35px 15px 35px;
  flex-shrink: 0; /* Don't shrink */
}
.popup-img-wrap {
  width: 70px;
  height: 70px;
  border-radius: 14px;
  overflow: hidden;     /* THIS is the key */
  flex-shrink: 0;
}

.popup-img-wrap img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}




.price-list li {
  display: flex;
  align-items: center;
  gap: 12px;
}

/* Scrollable Content Area */
.price-list {
  list-style: none;
  padding: 0 35px 35px 35px;
  margin: 0;
  overflow-y: auto; /* Only the list scrolls */
  flex: 1;
}

/* ===== CLOSE BUTTON - STAYS FIXED ===== */
.close-btn {
  position: absolute; /* Absolute to popup box */
  top: 16px;
  right: 20px;
  font-size: 32px;
  cursor: pointer;
  color: #7a0c0c;
  line-height: 1;
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: 0.2s;
  z-index: 10;
  background: rgba(255, 255, 255, 0.95);
  border-radius: 50%;
  -webkit-tap-highlight-color: transparent; /* Remove mobile tap highlight */
  touch-action: manipulation; /* Improve touch response */
}

.close-btn:hover,
.close-btn:active {
  transform: scale(1.15);
  color: #e41616;
  background: white;
}

/* ===== PRICE LIST ITEMS ===== */
.price-list li {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  padding: 12px 0;
  border-bottom: 1px dashed #ddd;
  font-size: 17px;
}

.price-list li:last-child {
  border-bottom: none;
}

.item-text {
  max-width: 70%;
  flex: 1;
}

.item-text strong {
  display: block;
  font-size: 16px;
  font-weight: 600;
  color: #000;
  margin-bottom: 3px;
}

.item-text small {
  display: block;
  font-size: 13px;
  color: #555;
  line-height: 1.4;
}

.price {
  font-size: 17px;
  font-weight: 600;
  color: #000;
  white-space: nowrap;
  margin-left: 10px;
}

/* ===== MOBILE ===== */
@media (max-width: 768px) {
  .biryani-grid {
    grid-template-columns: 1fr;
  }
  
  .popup-box {
    width: 95%;
    max-height: 90vh;
  }
  
  .popup-box h2 {
    padding: 25px 25px 12px 25px;
    font-size: 20px;
  }
  
  .price-list {
    padding: 0 25px 25px 25px;
  }
  
  .close-btn {
    top: 12px;
    right: 12px;
    width: 38px;
    height: 38px;
    font-size: 28px;
  }
  
  .item-text {
    max-width: 65%;
  }
  
  .item-text strong {
    font-size: 15px;
  }
  
  .item-text small {
    font-size: 12px;
  }
  
  .price {
    font-size: 16px;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-a3e8d26 *//* Grid */
.elementor-335 .elementor-element.elementor-element-a3e8d26 .biryani-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 25px;
}

/* Cards */
.elementor-335 .elementor-element.elementor-element-a3e8d26 .biryani-item {
  background: #fff;
  border-radius: 18px;
  overflow: hidden;
  cursor: pointer;
  box-shadow: 0 15px 35px rgba(0,0,0,0.15);
  transition: 0.4s;
  padding-bottom: 10px;
}

.elementor-335 .elementor-element.elementor-element-a3e8d26 .biryani-item:hover {
  transform: translateY(-10px) scale(1.03);
}

.elementor-335 .elementor-element.elementor-element-a3e8d26 .biryani-item img {
  width: 100%;
  height: 220px;
  object-fit: cover;
}

.elementor-335 .elementor-element.elementor-element-a3e8d26 .biryani-item h3 {
  text-align: center;
  padding: 14px;
  color: #7a0c0c;
}

/* Clickable Items */
.biryani-item {
  cursor: pointer;
  position: relative;
  z-index: 10;
}

/* Mobile */
@media (max-width: 768px) {
  .elementor-335 .elementor-element.elementor-element-a3e8d26 .biryani-grid {
    grid-template-columns: 1fr;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-ad2c278 *//* Grid */
.elementor-335 .elementor-element.elementor-element-ad2c278 .biryani-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 25px;
}

/* Cards */
.elementor-335 .elementor-element.elementor-element-ad2c278 .biryani-item {
  background: #fff;
  border-radius: 18px;
  overflow: hidden;
  cursor: pointer;
  box-shadow: 0 15px 35px rgba(0,0,0,0.15);
  transition: 0.4s;
  padding-bottom: 10px;
}

.elementor-335 .elementor-element.elementor-element-ad2c278 .biryani-item:hover {
  transform: translateY(-10px) scale(1.03);
}

.elementor-335 .elementor-element.elementor-element-ad2c278 .biryani-item img {
  width: 100%;
  height: 220px;
  object-fit: cover;
}

.elementor-335 .elementor-element.elementor-element-ad2c278 .biryani-item h3 {
  text-align: center;
  padding: 14px;
  color: #7a0c0c;
}

/* Clickable Items */
.biryani-item {
  cursor: pointer;
  position: relative;
  z-index: 10;
}

/* Mobile */
@media (max-width: 768px) {
  .elementor-335 .elementor-element.elementor-element-ad2c278 .biryani-grid {
    grid-template-columns: 1fr;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-1f85aba *//* Grid */
.elementor-335 .elementor-element.elementor-element-1f85aba .biryani-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 25px;
}

/* Cards */
.elementor-335 .elementor-element.elementor-element-1f85aba .biryani-item {
  background: #fff;
  border-radius: 18px;
  overflow: hidden;
  cursor: pointer;
  box-shadow: 0 15px 35px rgba(0,0,0,0.15);
  transition: 0.4s;
  padding-bottom: 10px;
}

.elementor-335 .elementor-element.elementor-element-1f85aba .biryani-item:hover {
  transform: translateY(-10px) scale(1.03);
}

.elementor-335 .elementor-element.elementor-element-1f85aba .biryani-item img {
  width: 100%;
  height: 220px;
  object-fit: cover;
}

.elementor-335 .elementor-element.elementor-element-1f85aba .biryani-item h3 {
  text-align: center;
  padding: 14px;
  color: #7a0c0c;
}

/* Clickable Items */
.biryani-item {
  cursor: pointer;
  position: relative;
  z-index: 10;
}

/* Mobile */
@media (max-width: 768px) {
  .elementor-335 .elementor-element.elementor-element-1f85aba .biryani-grid {
    grid-template-columns: 1fr;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-dff3667 *//* ===== GRID ===== */
.mandi-menu-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 25px;
}

/* ===== CARDS ===== */
.mandi-card {
  background: #fff;
  border-radius: 18px;
  overflow: hidden;
  cursor: pointer;
  box-shadow: 0 15px 35px rgba(0, 0, 0, 0.15);
  transition: 0.4s;
}

.mandi-card:hover {
  transform: translateY(-10px) scale(1.03);
}

/* ✅ FIXED: Removed ".elementor-335 .elementor-element.elementor-element-dff3667" */
.mandi-card img {
  width: 100%;
  height: 220px;
  object-fit: cover;
}

.mandi-card h3 {
  text-align: center;
  padding: 14px;
  color: #7a0c0c;
}

.View-option {
  display: block;
  font-size: 20px;
  font-weight: 600;
  color: #000;
  text-align: center;
  padding-bottom: 15px;
}

/* ===== POPUP OVERLAY ===== */
.mandi-popup-overlay {
  position: fixed;
  inset: 0;
  background: rgba(0, 0, 0, 0.6);
  opacity: 0;
  pointer-events: none;
  transition: 0.3s;
  z-index: 9998;
}

.mandi-popup-overlay.active {
  opacity: 1;
  pointer-events: all;
}

/* ===== POPUP BOX ===== */
.popup-img-wrap {
  width: 70px;
  height: 70px;
  border-radius: 14px;
  overflow: hidden;
  /* THIS is the key */
  flex-shrink: 0;
}

.popup-img-wrap img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.mandi-popup-box {
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -45%) scale(0.9);
  width: 90%;
  max-width: 420px;
  max-height: 80vh;
  overflow-y: auto;
  padding: 35px;
  border-radius: 25px;
  background: white;
  backdrop-filter: blur(18px);
  -webkit-backdrop-filter: blur(18px);
  border: 1px solid rgba(255, 255, 255, 0.3);
  box-shadow: 0 30px 60px rgba(0, 0, 0, 0.35);
  opacity: 0;
  transition: 0.4s;
  z-index: 9999;
  pointer-events: none;
}

.mandi-popup-box.active {
  opacity: 1;
  transform: translate(-50%, -50%) scale(1);
  pointer-events: all;
}

.mandi-popup-box h2 {
  color: #7a0c0c;
  margin-bottom: 18px;
}

/* ===== PRICE LIST ===== */

.mandi-price-list {
  list-style: none;
  padding: 0;
  margin: 0;
}

.mandi-price-list li {
  display: flex;
  justify-content: space-between;
  padding: 12px 0;
  border-bottom: 1px dashed #ddd;
  font-size: 17px;
}




/* ===== CLOSE BUTTON ===== */
.mandi-close-btn {
  position: absolute;
  top: 16px;
  right: 20px;
  font-size: 32px;
  cursor: pointer;
  color: #7a0c0c;
  line-height: 1;
  width: 35px;
  height: 35px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: 0.2s;
  z-index: 10000;
}

.mandi-close-btn:hover {
  transform: scale(1.2);
  color: #e41616;
}

/* ===== MOBILE ===== */
@media (max-width: 768px) {
  .mandi-menu-grid {
    grid-template-columns: 1fr;
  }
}

/* ===== BIRYANI ITEMS (Non-popup cards) ===== */
.biryani-item {
  background: #fff;
  border-radius: 18px;
  overflow: hidden;
  cursor: pointer;
  box-shadow: 0 15px 35px rgba(0, 0, 0, 0.15);
  transition: 0.4s;
  padding-bottom: 10px;
}

.biryani-item:hover {
  transform: translateY(-10px) scale(1.03);
}

.biryani-item img {
  width: 100%;
  height: 220px;
  object-fit: cover;
}

.biryani-item h3 {
  text-align: center;
  padding: 14px;
  color: #7a0c0c;
}

.menu-item-wrap {
  padding: 10px 12px 12px;
  text-align: center;
}

.menu-item-title {
  margin: 0 0 6px 0;
  line-height: 1.3;
  font-size: 18px;
  font-weight: 600;
  color: #7a0c0c;
}

.menu-item-price {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 5px;
  margin: 0 auto;
  padding: 6px 16px;
  border-radius: 30px;
  background: linear-gradient(135deg, #7a0c0c, #e41616);
  color: #fff;
  font-weight: 600;
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-08d7022 *//* ===== GRID ===== */
    .chinese-menu-grid {
      display: grid;
      grid-template-columns: repeat(3, 1fr);
      gap: 25px;
    }

    /* ===== CARDS ===== */
    .chinese-card {
      background: #fff;
      border-radius: 18px;
      overflow: hidden;
      cursor: pointer;
      box-shadow: 0 15px 35px rgba(0,0,0,0.15);
      transition: 0.4s;
    }
    .chinese-card:hover {
      transform: translateY(-10px) scale(1.03);
    }
    /* ✅ FIXED: Removed ".elementor-335 .elementor-element.elementor-element-08d7022" */
    .chinese-card img {
      width: 100%;
      height: 220px;
      object-fit: cover;
    }
    .chinese-card h3 {
      text-align: center;
      padding: 14px;
      color: #7a0c0c;
    }
    .menu-item-title {
      font-size: 25px;   
    }
    .View-option {
      display: block;
      font-size: 20px;
      font-weight: 600;
      color: #000;
      text-align: center;
      padding-bottom: 15px;
    }

    /* ===== POPUP OVERLAY ===== */
    .chinese-popup-overlay {
      position: fixed;
      inset: 0;
      background: rgba(0,0,0,0.6);
      opacity: 0;
      pointer-events: none;
      transition: 0.3s;
      z-index: 9998;
    }
    .chinese-popup-overlay.active {
      opacity: 1;
      pointer-events: all;
    }

    /* ===== POPUP BOX ===== */
    .chinese-popup-box {
      position: fixed;
      top: 50%;
      left: 50%;
      transform: translate(-50%, -45%) scale(0.9);
      width: 90%;
      max-width: 420px;
      max-height: 80vh;
      overflow-y: auto;
      padding: 35px;
      border-radius: 25px;
      background: white;
      box-shadow: 0 30px 60px rgba(0,0,0,0.35);
      opacity: 0;
      transition: 0.4s;
      z-index: 9999;
      pointer-events: none;
    }
    .chinese-popup-box.active {
      opacity: 1;
      transform: translate(-50%, -50%) scale(1);
      pointer-events: all;
    }
    .chinese-popup-box h2 {
      color: #7a0c0c;
      margin-bottom: 18px;
    }

    /* ===== PRICE LIST ===== */
    .chinese-price-list {
      list-style: none;
      padding: 0;
      margin: 0;
    }
    .chinese-price-list li {
      display: flex;
      justify-content: space-between;
      padding: 12px 0;
      border-bottom: 1px dashed #ddd;
      font-size: 17px;
    }

    /* ===== CLOSE BUTTON ===== */
    .chinese-close-btn {
      position: absolute;
      top: 16px;
      right: 20px;
      font-size: 32px;
      cursor: pointer;
      color: #7a0c0c;
      line-height: 1;
      width: 35px;
      height: 35px;
      display: flex;
      align-items: center;
      justify-content: center;
      transition: 0.2s;
      z-index: 10000;
    }
    .chinese-close-btn:hover {
      transform: scale(1.2);
      color: #e41616;
    }

    /* ===== MOBILE ===== */
    @media (max-width: 768px) {
      .chinese-menu-grid {
        grid-template-columns: 1fr;
      }
    }/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-d27b0b1 *//* Grid */
.elementor-335 .elementor-element.elementor-element-d27b0b1 .biryani-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 25px;
}

/* Cards */
.elementor-335 .elementor-element.elementor-element-d27b0b1 .biryani-item {
  background: #fff;
  border-radius: 18px;
  overflow: hidden;
  cursor: pointer;
  box-shadow: 0 15px 35px rgba(0,0,0,0.15);
  transition: 0.4s;
  padding-bottom: 10px;
}

.elementor-335 .elementor-element.elementor-element-d27b0b1 .biryani-item:hover {
  transform: translateY(-10px) scale(1.03);
}

.elementor-335 .elementor-element.elementor-element-d27b0b1 .biryani-item img {
  width: 100%;
  height: 220px;
  object-fit: cover;
}

.elementor-335 .elementor-element.elementor-element-d27b0b1 .biryani-item h3 {
  text-align: center;
  padding: 14px;
  color: #7a0c0c;
}


/* Mobile */
@media (max-width: 768px) {
  .elementor-335 .elementor-element.elementor-element-d27b0b1 .biryani-grid {
    grid-template-columns: 1fr;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-f17269a *//* Grid */
.elementor-335 .elementor-element.elementor-element-f17269a .biryani-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 25px;
}

/* Cards */
.elementor-335 .elementor-element.elementor-element-f17269a .biryani-item {
  background: #fff;
  border-radius: 18px;
  overflow: hidden;
  cursor: pointer;
  box-shadow: 0 15px 35px rgba(0,0,0,0.15);
  transition: 0.4s;
  padding-bottom: 10px;
}

.elementor-335 .elementor-element.elementor-element-f17269a .biryani-item:hover {
  transform: translateY(-10px) scale(1.03);
}

.elementor-335 .elementor-element.elementor-element-f17269a .biryani-item img {
  width: 100%;
  height: 220px;
  object-fit: cover;
}

.elementor-335 .elementor-element.elementor-element-f17269a .biryani-item h3 {
  text-align: center;
  padding: 14px;
  color: #7a0c0c;
}
/* Mobile */
@media (max-width: 768px) {
  .elementor-335 .elementor-element.elementor-element-f17269a .biryani-grid {
    grid-template-columns: 1fr;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-3d66c58 *//* ===== GRID ===== */
.kebab-menu-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 25px;
}

/* ===== CARDS ===== */
.kebab-card {
  background: #fff;
  border-radius: 18px;
  overflow: hidden;
  cursor: pointer;
  box-shadow: 0 15px 35px rgba(0,0,0,0.15);
  transition: 0.4s;
}

.kebab-card:hover {
  transform: translateY(-10px) scale(1.03);
}
.elementor-335 .elementor-element.elementor-element-3d66c58 .kebab-card img {
  width: 100%;
  height: 220px;
  object-fit: cover;
}
.kebab-card h3 {
  text-align: center;
  padding: 14px;
  color: #7a0c0c;
}

.kebab-price {
  display: block;
  font-size: 20px;
  font-weight: 600;
  color: #000;
  text-align: center;
  padding-bottom: 10px;
}

/* ===== POPUP OVERLAY ===== */
.kebab-popup-overlay {
  position: fixed;
  inset: 0;
  background: rgba(0,0,0,0.6);
  opacity: 0;
  pointer-events: none;
  transition: 0.3s;
  z-index: 9998;
}

.kebab-popup-overlay.active {
  opacity: 1;
  pointer-events: all;
}

/* ===== POPUP BOX ===== */
.kebab-popup-box {
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -45%) scale(0.9);
  width: 90%;
  max-width: 420px;
  padding: 35px;
  border-radius: 25px;
  background: white;
  backdrop-filter: blur(18px);
  -webkit-backdrop-filter: blur(18px);
  border: 1px solid rgba(255,255,255,0.3);
  box-shadow: 0 30px 60px rgba(0,0,0,0.35);
  opacity: 0;
  transition: 0.4s;
  z-index: 9999;
}

.kebab-popup-box.active {
  opacity: 1;
  transform: translate(-50%, -50%) scale(1);
}

.kebab-popup-box h2 {
  color: #7a0c0c;
  margin-bottom: 18px;
}

/* ===== PRICE LIST ===== */
.kebab-price-list {
  list-style: none;
  padding: 0;
  margin: 0;
}

.kebab-price-list li {
  display: flex;
  justify-content: space-between;
  padding: 12px 0;
  border-bottom: 1px dashed #ddd;
  font-size: 17px;
}

/* ===== CLOSE BUTTON ===== */
.kebab-close-btn {
  position: absolute;
  top: 16px;
  right: 20px;
  font-size: 26px;
  cursor: pointer;
  color: #7a0c0c;
}

/* ===== MOBILE ===== */
@media (max-width: 768px) {
  .kebab-menu-grid {
    grid-template-columns: 1fr;
  }
}




.biryani-item {
  cursor: pointer; /* ensures pointer on hover */
  position: relative; /* avoids overlap issues */
  z-index: 10; /* ensures it’s above any overlaying element */
}





/* Grid */
.elementor-335 .elementor-element.elementor-element-3d66c58 .biryani-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 25px;
}

/* Cards */
.elementor-335 .elementor-element.elementor-element-3d66c58 .biryani-item {
  background: #fff;
  border-radius: 18px;
  overflow: hidden;
  cursor: pointer;
  box-shadow: 0 15px 35px rgba(0,0,0,0.15);
  transition: 0.4s;
  padding-bottom: 10px;
}

.elementor-335 .elementor-element.elementor-element-3d66c58 .biryani-item:hover {
  transform: translateY(-10px) scale(1.03);
}

.elementor-335 .elementor-element.elementor-element-3d66c58 .biryani-item img {
  width: 100%;
  height: 220px;
  object-fit: cover;
}

.elementor-335 .elementor-element.elementor-element-3d66c58 .biryani-item h3 {
  text-align: center;
  padding: 14px;
  color: #7a0c0c;
}


/* Mobile */
@media (max-width: 768px) {
  .elementor-335 .elementor-element.elementor-element-3d66c58 .biryani-grid {
    grid-template-columns: 1fr;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-21a3a94 *//* Grid */
.elementor-335 .elementor-element.elementor-element-21a3a94 .biryani-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 25px;
}

/* Cards */
.elementor-335 .elementor-element.elementor-element-21a3a94 .biryani-item {
  background: #fff;
  border-radius: 18px;
  overflow: hidden;
  cursor: pointer;
  box-shadow: 0 15px 35px rgba(0,0,0,0.15);
  transition: 0.4s;
  padding-bottom: 10px;
}

.elementor-335 .elementor-element.elementor-element-21a3a94 .biryani-item:hover {
  transform: translateY(-10px) scale(1.03);
}

.elementor-335 .elementor-element.elementor-element-21a3a94 .biryani-item img {
  width: 100%;
  height: 220px;
  object-fit: cover;
}

.elementor-335 .elementor-element.elementor-element-21a3a94 .biryani-item h3 {
  text-align: center;
  padding: 14px;
  color: #7a0c0c;
}


/* Mobile */
@media (max-width: 768px) {
  .elementor-335 .elementor-element.elementor-element-21a3a94 .biryani-grid {
    grid-template-columns: 1fr;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-87bfc66 *//* Grid */
.elementor-335 .elementor-element.elementor-element-87bfc66 .biryani-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 25px;
}

/* Cards */
.elementor-335 .elementor-element.elementor-element-87bfc66 .biryani-item {
  background: #fff;
  border-radius: 18px;
  overflow: hidden;
  cursor: pointer;
  box-shadow: 0 15px 35px rgba(0,0,0,0.15);
  transition: 0.4s;
  padding-bottom: 10px;
}

.elementor-335 .elementor-element.elementor-element-87bfc66 .biryani-item:hover {
  transform: translateY(-10px) scale(1.03);
}

.elementor-335 .elementor-element.elementor-element-87bfc66 .biryani-item img {
  width: 100%;
  height: 220px;
  object-fit: cover;
}

.elementor-335 .elementor-element.elementor-element-87bfc66 .biryani-item h3 {
  text-align: center;
  padding: 14px;
  color: #7a0c0c;
}


/* Mobile */
@media (max-width: 768px) {
  .elementor-335 .elementor-element.elementor-element-87bfc66 .biryani-grid {
    grid-template-columns: 1fr;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-8f343c9 *//* Grid */
.elementor-335 .elementor-element.elementor-element-8f343c9 .biryani-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 25px;
}

/* Cards */
.elementor-335 .elementor-element.elementor-element-8f343c9 .biryani-item {
  background: #fff;
  border-radius: 18px;
  overflow: hidden;
  cursor: pointer;
  box-shadow: 0 15px 35px rgba(0,0,0,0.15);
  transition: 0.4s;
  padding-bottom: 10px;
}

.elementor-335 .elementor-element.elementor-element-8f343c9 .biryani-item:hover {
  transform: translateY(-10px) scale(1.03);
}

.elementor-335 .elementor-element.elementor-element-8f343c9 .biryani-item img {
  width: 100%;
  height: 220px;
  object-fit: cover;
}

.elementor-335 .elementor-element.elementor-element-8f343c9 .biryani-item h3 {
  text-align: center;
  padding: 14px;
  color: #7a0c0c;
}


/* Mobile */
@media (max-width: 768px) {
  .elementor-335 .elementor-element.elementor-element-8f343c9 .biryani-grid {
    grid-template-columns: 1fr;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-0656d44 *//* Grid */
.elementor-335 .elementor-element.elementor-element-0656d44 .biryani-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 25px;
}

/* Cards */
.elementor-335 .elementor-element.elementor-element-0656d44 .biryani-item {
  background: #fff;
  border-radius: 18px;
  overflow: hidden;
  cursor: pointer;
  box-shadow: 0 15px 35px rgba(0,0,0,0.15);
  transition: 0.4s;
  padding-bottom: 10px;
}

.elementor-335 .elementor-element.elementor-element-0656d44 .biryani-item:hover {
  transform: translateY(-10px) scale(1.03);
}

.elementor-335 .elementor-element.elementor-element-0656d44 .biryani-item img {
  width: 100%;
  height: 220px;
  object-fit: cover;
}

.elementor-335 .elementor-element.elementor-element-0656d44 .biryani-item h3 {
  text-align: center;
  padding: 14px;
  color: #7a0c0c;
}


/* Mobile */
@media (max-width: 768px) {
  .elementor-335 .elementor-element.elementor-element-0656d44 .biryani-grid {
    grid-template-columns: 1fr;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-b6a27c1 */.biryani-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 25px;
  margin-bottom: 50px;
}

/* Cards */
.biryani-item {
  background: #fff;
  border-radius: 18px;
  overflow: hidden;
  cursor: pointer;
  box-shadow: 0 15px 35px rgba(0,0,0,0.15);
  transition: 0.4s;
}

.biryani-item:hover {
  transform: translateY(-10px) scale(1.03);
}

.biryani-item img {
  width: 100%;
  height: 220px;
  object-fit: cover;
  display: block;
}

.biryani-item h3 {
  text-align: center;
  padding: 14px;
  color: #7a0c0c;
}

.View-option {
  display: block;
  font-size: 18px;
  font-weight: 600;
  padding-bottom: 15px;
  text-align: center;
  color: #000;
}

.menu-item-wrap {
  padding: 10px 12px 12px;
  text-align: center;
}

.menu-item-title {
  margin: 0 0 6px 0;
  line-height: 1.3;
  font-size: 18px;
  font-weight: 600;
  color: #7a0c0c;
}

.menu-item-price {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 5px;
  margin: 0 auto;
  padding: 6px 16px;
  border-radius: 30px;
  background: linear-gradient(135deg, #7a0c0c, #e41616);
  color: #fff;
  font-weight: 600;
}

/* ===== POPUP OVERLAY ===== */
.popup-overlay {
  position: fixed;
  inset: 0;
  background: rgba(0,0,0,0.6);
  opacity: 0;
  pointer-events: none;
  transition: 0.3s;
  z-index: 9998;
}

.popup-overlay.active {
  opacity: 1;
  pointer-events: all;
}

/* ===== POPUP BOX ===== */
.popup-box {
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) scale(0.9);
  width: 90%;
  max-width: 420px;
  max-height: 80vh;
  border-radius: 25px;
  background: white;
  box-shadow: 0 30px 60px rgba(0,0,0,0.35);
  opacity: 0;
  transition: 0.4s;
  z-index: 9999;
  pointer-events: none;
  overflow: hidden; /* Changed from overflow-y: auto */
  display: flex;
  flex-direction: column;
}

.popup-box.active {
  opacity: 1;
  transform: translate(-50%, -50%) scale(1);
  pointer-events: all;
}

/* Popup Header (Fixed) */
.popup-box h2 {
  color: #7a0c0c;
  margin: 0;
  padding: 35px 35px 15px 35px;
  flex-shrink: 0; /* Don't shrink */
}
.popup-img-wrap {
  width: 70px;
  height: 70px;
  border-radius: 14px;
  overflow: hidden;     /* THIS is the key */
  flex-shrink: 0;
}

.popup-img-wrap img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}




.price-list li {
  display: flex;
  align-items: center;
  gap: 12px;
}

/* Scrollable Content Area */
.price-list {
  list-style: none;
  padding: 0 35px 35px 35px;
  margin: 0;
  overflow-y: auto; /* Only the list scrolls */
  flex: 1;
}

/* ===== CLOSE BUTTON - STAYS FIXED ===== */
.close-btn {
  position: absolute; /* Absolute to popup box */
  top: 16px;
  right: 20px;
  font-size: 32px;
  cursor: pointer;
  color: #7a0c0c;
  line-height: 1;
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: 0.2s;
  z-index: 10;
  background: rgba(255, 255, 255, 0.95);
  border-radius: 50%;
  -webkit-tap-highlight-color: transparent; /* Remove mobile tap highlight */
  touch-action: manipulation; /* Improve touch response */
}

.close-btn:hover,
.close-btn:active {
  transform: scale(1.15);
  color: #e41616;
  background: white;
}

/* ===== PRICE LIST ITEMS ===== */
.price-list li {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  padding: 12px 0;
  border-bottom: 1px dashed #ddd;
  font-size: 17px;
}

.price-list li:last-child {
  border-bottom: none;
}

.item-text {
  max-width: 70%;
  flex: 1;
}

.item-text strong {
  display: block;
  font-size: 16px;
  font-weight: 600;
  color: #000;
  margin-bottom: 3px;
}

.item-text small {
  display: block;
  font-size: 13px;
  color: #555;
  line-height: 1.4;
}

.price {
  font-size: 17px;
  font-weight: 600;
  color: #000;
  white-space: nowrap;
  margin-left: 10px;
}

/* ===== MOBILE ===== */
@media (max-width: 768px) {
  .biryani-grid {
    grid-template-columns: 1fr;
  }
  
  .popup-box {
    width: 95%;
    max-height: 90vh;
  }
  
  .popup-box h2 {
    padding: 25px 25px 12px 25px;
    font-size: 20px;
  }
  
  .price-list {
    padding: 0 25px 25px 25px;
  }
  
  .close-btn {
    top: 12px;
    right: 12px;
    width: 38px;
    height: 38px;
    font-size: 28px;
  }
  
  .item-text {
    max-width: 65%;
  }
  
  .item-text strong {
    font-size: 15px;
  }
  
  .item-text small {
    font-size: 12px;
  }
  
  .price {
    font-size: 16px;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-a3e8d26 *//* Grid */
.elementor-335 .elementor-element.elementor-element-a3e8d26 .biryani-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 25px;
}

/* Cards */
.elementor-335 .elementor-element.elementor-element-a3e8d26 .biryani-item {
  background: #fff;
  border-radius: 18px;
  overflow: hidden;
  cursor: pointer;
  box-shadow: 0 15px 35px rgba(0,0,0,0.15);
  transition: 0.4s;
  padding-bottom: 10px;
}

.elementor-335 .elementor-element.elementor-element-a3e8d26 .biryani-item:hover {
  transform: translateY(-10px) scale(1.03);
}

.elementor-335 .elementor-element.elementor-element-a3e8d26 .biryani-item img {
  width: 100%;
  height: 220px;
  object-fit: cover;
}

.elementor-335 .elementor-element.elementor-element-a3e8d26 .biryani-item h3 {
  text-align: center;
  padding: 14px;
  color: #7a0c0c;
}

/* Clickable Items */
.biryani-item {
  cursor: pointer;
  position: relative;
  z-index: 10;
}

/* Mobile */
@media (max-width: 768px) {
  .elementor-335 .elementor-element.elementor-element-a3e8d26 .biryani-grid {
    grid-template-columns: 1fr;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-ad2c278 *//* Grid */
.elementor-335 .elementor-element.elementor-element-ad2c278 .biryani-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 25px;
}

/* Cards */
.elementor-335 .elementor-element.elementor-element-ad2c278 .biryani-item {
  background: #fff;
  border-radius: 18px;
  overflow: hidden;
  cursor: pointer;
  box-shadow: 0 15px 35px rgba(0,0,0,0.15);
  transition: 0.4s;
  padding-bottom: 10px;
}

.elementor-335 .elementor-element.elementor-element-ad2c278 .biryani-item:hover {
  transform: translateY(-10px) scale(1.03);
}

.elementor-335 .elementor-element.elementor-element-ad2c278 .biryani-item img {
  width: 100%;
  height: 220px;
  object-fit: cover;
}

.elementor-335 .elementor-element.elementor-element-ad2c278 .biryani-item h3 {
  text-align: center;
  padding: 14px;
  color: #7a0c0c;
}

/* Clickable Items */
.biryani-item {
  cursor: pointer;
  position: relative;
  z-index: 10;
}

/* Mobile */
@media (max-width: 768px) {
  .elementor-335 .elementor-element.elementor-element-ad2c278 .biryani-grid {
    grid-template-columns: 1fr;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-1f85aba *//* Grid */
.elementor-335 .elementor-element.elementor-element-1f85aba .biryani-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 25px;
}

/* Cards */
.elementor-335 .elementor-element.elementor-element-1f85aba .biryani-item {
  background: #fff;
  border-radius: 18px;
  overflow: hidden;
  cursor: pointer;
  box-shadow: 0 15px 35px rgba(0,0,0,0.15);
  transition: 0.4s;
  padding-bottom: 10px;
}

.elementor-335 .elementor-element.elementor-element-1f85aba .biryani-item:hover {
  transform: translateY(-10px) scale(1.03);
}

.elementor-335 .elementor-element.elementor-element-1f85aba .biryani-item img {
  width: 100%;
  height: 220px;
  object-fit: cover;
}

.elementor-335 .elementor-element.elementor-element-1f85aba .biryani-item h3 {
  text-align: center;
  padding: 14px;
  color: #7a0c0c;
}

/* Clickable Items */
.biryani-item {
  cursor: pointer;
  position: relative;
  z-index: 10;
}

/* Mobile */
@media (max-width: 768px) {
  .elementor-335 .elementor-element.elementor-element-1f85aba .biryani-grid {
    grid-template-columns: 1fr;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-dff3667 *//* ===== GRID ===== */
.mandi-menu-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 25px;
}

/* ===== CARDS ===== */
.mandi-card {
  background: #fff;
  border-radius: 18px;
  overflow: hidden;
  cursor: pointer;
  box-shadow: 0 15px 35px rgba(0, 0, 0, 0.15);
  transition: 0.4s;
}

.mandi-card:hover {
  transform: translateY(-10px) scale(1.03);
}

/* ✅ FIXED: Removed ".elementor-335 .elementor-element.elementor-element-dff3667" */
.mandi-card img {
  width: 100%;
  height: 220px;
  object-fit: cover;
}

.mandi-card h3 {
  text-align: center;
  padding: 14px;
  color: #7a0c0c;
}

.View-option {
  display: block;
  font-size: 20px;
  font-weight: 600;
  color: #000;
  text-align: center;
  padding-bottom: 15px;
}

/* ===== POPUP OVERLAY ===== */
.mandi-popup-overlay {
  position: fixed;
  inset: 0;
  background: rgba(0, 0, 0, 0.6);
  opacity: 0;
  pointer-events: none;
  transition: 0.3s;
  z-index: 9998;
}

.mandi-popup-overlay.active {
  opacity: 1;
  pointer-events: all;
}

/* ===== POPUP BOX ===== */
.popup-img-wrap {
  width: 70px;
  height: 70px;
  border-radius: 14px;
  overflow: hidden;
  /* THIS is the key */
  flex-shrink: 0;
}

.popup-img-wrap img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.mandi-popup-box {
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -45%) scale(0.9);
  width: 90%;
  max-width: 420px;
  max-height: 80vh;
  overflow-y: auto;
  padding: 35px;
  border-radius: 25px;
  background: white;
  backdrop-filter: blur(18px);
  -webkit-backdrop-filter: blur(18px);
  border: 1px solid rgba(255, 255, 255, 0.3);
  box-shadow: 0 30px 60px rgba(0, 0, 0, 0.35);
  opacity: 0;
  transition: 0.4s;
  z-index: 9999;
  pointer-events: none;
}

.mandi-popup-box.active {
  opacity: 1;
  transform: translate(-50%, -50%) scale(1);
  pointer-events: all;
}

.mandi-popup-box h2 {
  color: #7a0c0c;
  margin-bottom: 18px;
}

/* ===== PRICE LIST ===== */

.mandi-price-list {
  list-style: none;
  padding: 0;
  margin: 0;
}

.mandi-price-list li {
  display: flex;
  justify-content: space-between;
  padding: 12px 0;
  border-bottom: 1px dashed #ddd;
  font-size: 17px;
}




/* ===== CLOSE BUTTON ===== */
.mandi-close-btn {
  position: absolute;
  top: 16px;
  right: 20px;
  font-size: 32px;
  cursor: pointer;
  color: #7a0c0c;
  line-height: 1;
  width: 35px;
  height: 35px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: 0.2s;
  z-index: 10000;
}

.mandi-close-btn:hover {
  transform: scale(1.2);
  color: #e41616;
}

/* ===== MOBILE ===== */
@media (max-width: 768px) {
  .mandi-menu-grid {
    grid-template-columns: 1fr;
  }
}

/* ===== BIRYANI ITEMS (Non-popup cards) ===== */
.biryani-item {
  background: #fff;
  border-radius: 18px;
  overflow: hidden;
  cursor: pointer;
  box-shadow: 0 15px 35px rgba(0, 0, 0, 0.15);
  transition: 0.4s;
  padding-bottom: 10px;
}

.biryani-item:hover {
  transform: translateY(-10px) scale(1.03);
}

.biryani-item img {
  width: 100%;
  height: 220px;
  object-fit: cover;
}

.biryani-item h3 {
  text-align: center;
  padding: 14px;
  color: #7a0c0c;
}

.menu-item-wrap {
  padding: 10px 12px 12px;
  text-align: center;
}

.menu-item-title {
  margin: 0 0 6px 0;
  line-height: 1.3;
  font-size: 18px;
  font-weight: 600;
  color: #7a0c0c;
}

.menu-item-price {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 5px;
  margin: 0 auto;
  padding: 6px 16px;
  border-radius: 30px;
  background: linear-gradient(135deg, #7a0c0c, #e41616);
  color: #fff;
  font-weight: 600;
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-08d7022 *//* ===== GRID ===== */
    .chinese-menu-grid {
      display: grid;
      grid-template-columns: repeat(3, 1fr);
      gap: 25px;
    }

    /* ===== CARDS ===== */
    .chinese-card {
      background: #fff;
      border-radius: 18px;
      overflow: hidden;
      cursor: pointer;
      box-shadow: 0 15px 35px rgba(0,0,0,0.15);
      transition: 0.4s;
    }
    .chinese-card:hover {
      transform: translateY(-10px) scale(1.03);
    }
    /* ✅ FIXED: Removed ".elementor-335 .elementor-element.elementor-element-08d7022" */
    .chinese-card img {
      width: 100%;
      height: 220px;
      object-fit: cover;
    }
    .chinese-card h3 {
      text-align: center;
      padding: 14px;
      color: #7a0c0c;
    }
    .menu-item-title {
      font-size: 25px;   
    }
    .View-option {
      display: block;
      font-size: 20px;
      font-weight: 600;
      color: #000;
      text-align: center;
      padding-bottom: 15px;
    }

    /* ===== POPUP OVERLAY ===== */
    .chinese-popup-overlay {
      position: fixed;
      inset: 0;
      background: rgba(0,0,0,0.6);
      opacity: 0;
      pointer-events: none;
      transition: 0.3s;
      z-index: 9998;
    }
    .chinese-popup-overlay.active {
      opacity: 1;
      pointer-events: all;
    }

    /* ===== POPUP BOX ===== */
    .chinese-popup-box {
      position: fixed;
      top: 50%;
      left: 50%;
      transform: translate(-50%, -45%) scale(0.9);
      width: 90%;
      max-width: 420px;
      max-height: 80vh;
      overflow-y: auto;
      padding: 35px;
      border-radius: 25px;
      background: white;
      box-shadow: 0 30px 60px rgba(0,0,0,0.35);
      opacity: 0;
      transition: 0.4s;
      z-index: 9999;
      pointer-events: none;
    }
    .chinese-popup-box.active {
      opacity: 1;
      transform: translate(-50%, -50%) scale(1);
      pointer-events: all;
    }
    .chinese-popup-box h2 {
      color: #7a0c0c;
      margin-bottom: 18px;
    }

    /* ===== PRICE LIST ===== */
    .chinese-price-list {
      list-style: none;
      padding: 0;
      margin: 0;
    }
    .chinese-price-list li {
      display: flex;
      justify-content: space-between;
      padding: 12px 0;
      border-bottom: 1px dashed #ddd;
      font-size: 17px;
    }

    /* ===== CLOSE BUTTON ===== */
    .chinese-close-btn {
      position: absolute;
      top: 16px;
      right: 20px;
      font-size: 32px;
      cursor: pointer;
      color: #7a0c0c;
      line-height: 1;
      width: 35px;
      height: 35px;
      display: flex;
      align-items: center;
      justify-content: center;
      transition: 0.2s;
      z-index: 10000;
    }
    .chinese-close-btn:hover {
      transform: scale(1.2);
      color: #e41616;
    }

    /* ===== MOBILE ===== */
    @media (max-width: 768px) {
      .chinese-menu-grid {
        grid-template-columns: 1fr;
      }
    }/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-d27b0b1 *//* Grid */
.elementor-335 .elementor-element.elementor-element-d27b0b1 .biryani-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 25px;
}

/* Cards */
.elementor-335 .elementor-element.elementor-element-d27b0b1 .biryani-item {
  background: #fff;
  border-radius: 18px;
  overflow: hidden;
  cursor: pointer;
  box-shadow: 0 15px 35px rgba(0,0,0,0.15);
  transition: 0.4s;
  padding-bottom: 10px;
}

.elementor-335 .elementor-element.elementor-element-d27b0b1 .biryani-item:hover {
  transform: translateY(-10px) scale(1.03);
}

.elementor-335 .elementor-element.elementor-element-d27b0b1 .biryani-item img {
  width: 100%;
  height: 220px;
  object-fit: cover;
}

.elementor-335 .elementor-element.elementor-element-d27b0b1 .biryani-item h3 {
  text-align: center;
  padding: 14px;
  color: #7a0c0c;
}


/* Mobile */
@media (max-width: 768px) {
  .elementor-335 .elementor-element.elementor-element-d27b0b1 .biryani-grid {
    grid-template-columns: 1fr;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-f17269a *//* Grid */
.elementor-335 .elementor-element.elementor-element-f17269a .biryani-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 25px;
}

/* Cards */
.elementor-335 .elementor-element.elementor-element-f17269a .biryani-item {
  background: #fff;
  border-radius: 18px;
  overflow: hidden;
  cursor: pointer;
  box-shadow: 0 15px 35px rgba(0,0,0,0.15);
  transition: 0.4s;
  padding-bottom: 10px;
}

.elementor-335 .elementor-element.elementor-element-f17269a .biryani-item:hover {
  transform: translateY(-10px) scale(1.03);
}

.elementor-335 .elementor-element.elementor-element-f17269a .biryani-item img {
  width: 100%;
  height: 220px;
  object-fit: cover;
}

.elementor-335 .elementor-element.elementor-element-f17269a .biryani-item h3 {
  text-align: center;
  padding: 14px;
  color: #7a0c0c;
}
/* Mobile */
@media (max-width: 768px) {
  .elementor-335 .elementor-element.elementor-element-f17269a .biryani-grid {
    grid-template-columns: 1fr;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-3d66c58 *//* ===== GRID ===== */
.kebab-menu-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 25px;
}

/* ===== CARDS ===== */
.kebab-card {
  background: #fff;
  border-radius: 18px;
  overflow: hidden;
  cursor: pointer;
  box-shadow: 0 15px 35px rgba(0,0,0,0.15);
  transition: 0.4s;
}

.kebab-card:hover {
  transform: translateY(-10px) scale(1.03);
}
.elementor-335 .elementor-element.elementor-element-3d66c58 .kebab-card img {
  width: 100%;
  height: 220px;
  object-fit: cover;
}
.kebab-card h3 {
  text-align: center;
  padding: 14px;
  color: #7a0c0c;
}

.kebab-price {
  display: block;
  font-size: 20px;
  font-weight: 600;
  color: #000;
  text-align: center;
  padding-bottom: 10px;
}

/* ===== POPUP OVERLAY ===== */
.kebab-popup-overlay {
  position: fixed;
  inset: 0;
  background: rgba(0,0,0,0.6);
  opacity: 0;
  pointer-events: none;
  transition: 0.3s;
  z-index: 9998;
}

.kebab-popup-overlay.active {
  opacity: 1;
  pointer-events: all;
}

/* ===== POPUP BOX ===== */
.kebab-popup-box {
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -45%) scale(0.9);
  width: 90%;
  max-width: 420px;
  padding: 35px;
  border-radius: 25px;
  background: white;
  backdrop-filter: blur(18px);
  -webkit-backdrop-filter: blur(18px);
  border: 1px solid rgba(255,255,255,0.3);
  box-shadow: 0 30px 60px rgba(0,0,0,0.35);
  opacity: 0;
  transition: 0.4s;
  z-index: 9999;
}

.kebab-popup-box.active {
  opacity: 1;
  transform: translate(-50%, -50%) scale(1);
}

.kebab-popup-box h2 {
  color: #7a0c0c;
  margin-bottom: 18px;
}

/* ===== PRICE LIST ===== */
.kebab-price-list {
  list-style: none;
  padding: 0;
  margin: 0;
}

.kebab-price-list li {
  display: flex;
  justify-content: space-between;
  padding: 12px 0;
  border-bottom: 1px dashed #ddd;
  font-size: 17px;
}

/* ===== CLOSE BUTTON ===== */
.kebab-close-btn {
  position: absolute;
  top: 16px;
  right: 20px;
  font-size: 26px;
  cursor: pointer;
  color: #7a0c0c;
}

/* ===== MOBILE ===== */
@media (max-width: 768px) {
  .kebab-menu-grid {
    grid-template-columns: 1fr;
  }
}




.biryani-item {
  cursor: pointer; /* ensures pointer on hover */
  position: relative; /* avoids overlap issues */
  z-index: 10; /* ensures it’s above any overlaying element */
}





/* Grid */
.elementor-335 .elementor-element.elementor-element-3d66c58 .biryani-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 25px;
}

/* Cards */
.elementor-335 .elementor-element.elementor-element-3d66c58 .biryani-item {
  background: #fff;
  border-radius: 18px;
  overflow: hidden;
  cursor: pointer;
  box-shadow: 0 15px 35px rgba(0,0,0,0.15);
  transition: 0.4s;
  padding-bottom: 10px;
}

.elementor-335 .elementor-element.elementor-element-3d66c58 .biryani-item:hover {
  transform: translateY(-10px) scale(1.03);
}

.elementor-335 .elementor-element.elementor-element-3d66c58 .biryani-item img {
  width: 100%;
  height: 220px;
  object-fit: cover;
}

.elementor-335 .elementor-element.elementor-element-3d66c58 .biryani-item h3 {
  text-align: center;
  padding: 14px;
  color: #7a0c0c;
}


/* Mobile */
@media (max-width: 768px) {
  .elementor-335 .elementor-element.elementor-element-3d66c58 .biryani-grid {
    grid-template-columns: 1fr;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-21a3a94 *//* Grid */
.elementor-335 .elementor-element.elementor-element-21a3a94 .biryani-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 25px;
}

/* Cards */
.elementor-335 .elementor-element.elementor-element-21a3a94 .biryani-item {
  background: #fff;
  border-radius: 18px;
  overflow: hidden;
  cursor: pointer;
  box-shadow: 0 15px 35px rgba(0,0,0,0.15);
  transition: 0.4s;
  padding-bottom: 10px;
}

.elementor-335 .elementor-element.elementor-element-21a3a94 .biryani-item:hover {
  transform: translateY(-10px) scale(1.03);
}

.elementor-335 .elementor-element.elementor-element-21a3a94 .biryani-item img {
  width: 100%;
  height: 220px;
  object-fit: cover;
}

.elementor-335 .elementor-element.elementor-element-21a3a94 .biryani-item h3 {
  text-align: center;
  padding: 14px;
  color: #7a0c0c;
}


/* Mobile */
@media (max-width: 768px) {
  .elementor-335 .elementor-element.elementor-element-21a3a94 .biryani-grid {
    grid-template-columns: 1fr;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-87bfc66 *//* Grid */
.elementor-335 .elementor-element.elementor-element-87bfc66 .biryani-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 25px;
}

/* Cards */
.elementor-335 .elementor-element.elementor-element-87bfc66 .biryani-item {
  background: #fff;
  border-radius: 18px;
  overflow: hidden;
  cursor: pointer;
  box-shadow: 0 15px 35px rgba(0,0,0,0.15);
  transition: 0.4s;
  padding-bottom: 10px;
}

.elementor-335 .elementor-element.elementor-element-87bfc66 .biryani-item:hover {
  transform: translateY(-10px) scale(1.03);
}

.elementor-335 .elementor-element.elementor-element-87bfc66 .biryani-item img {
  width: 100%;
  height: 220px;
  object-fit: cover;
}

.elementor-335 .elementor-element.elementor-element-87bfc66 .biryani-item h3 {
  text-align: center;
  padding: 14px;
  color: #7a0c0c;
}


/* Mobile */
@media (max-width: 768px) {
  .elementor-335 .elementor-element.elementor-element-87bfc66 .biryani-grid {
    grid-template-columns: 1fr;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-8f343c9 *//* Grid */
.elementor-335 .elementor-element.elementor-element-8f343c9 .biryani-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 25px;
}

/* Cards */
.elementor-335 .elementor-element.elementor-element-8f343c9 .biryani-item {
  background: #fff;
  border-radius: 18px;
  overflow: hidden;
  cursor: pointer;
  box-shadow: 0 15px 35px rgba(0,0,0,0.15);
  transition: 0.4s;
  padding-bottom: 10px;
}

.elementor-335 .elementor-element.elementor-element-8f343c9 .biryani-item:hover {
  transform: translateY(-10px) scale(1.03);
}

.elementor-335 .elementor-element.elementor-element-8f343c9 .biryani-item img {
  width: 100%;
  height: 220px;
  object-fit: cover;
}

.elementor-335 .elementor-element.elementor-element-8f343c9 .biryani-item h3 {
  text-align: center;
  padding: 14px;
  color: #7a0c0c;
}


/* Mobile */
@media (max-width: 768px) {
  .elementor-335 .elementor-element.elementor-element-8f343c9 .biryani-grid {
    grid-template-columns: 1fr;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-0656d44 *//* Grid */
.elementor-335 .elementor-element.elementor-element-0656d44 .biryani-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 25px;
}

/* Cards */
.elementor-335 .elementor-element.elementor-element-0656d44 .biryani-item {
  background: #fff;
  border-radius: 18px;
  overflow: hidden;
  cursor: pointer;
  box-shadow: 0 15px 35px rgba(0,0,0,0.15);
  transition: 0.4s;
  padding-bottom: 10px;
}

.elementor-335 .elementor-element.elementor-element-0656d44 .biryani-item:hover {
  transform: translateY(-10px) scale(1.03);
}

.elementor-335 .elementor-element.elementor-element-0656d44 .biryani-item img {
  width: 100%;
  height: 220px;
  object-fit: cover;
}

.elementor-335 .elementor-element.elementor-element-0656d44 .biryani-item h3 {
  text-align: center;
  padding: 14px;
  color: #7a0c0c;
}


/* Mobile */
@media (max-width: 768px) {
  .elementor-335 .elementor-element.elementor-element-0656d44 .biryani-grid {
    grid-template-columns: 1fr;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-b6a27c1 */.biryani-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 25px;
  margin-bottom: 50px;
}

/* Cards */
.biryani-item {
  background: #fff;
  border-radius: 18px;
  overflow: hidden;
  cursor: pointer;
  box-shadow: 0 15px 35px rgba(0,0,0,0.15);
  transition: 0.4s;
}

.biryani-item:hover {
  transform: translateY(-10px) scale(1.03);
}

.biryani-item img {
  width: 100%;
  height: 220px;
  object-fit: cover;
  display: block;
}

.biryani-item h3 {
  text-align: center;
  padding: 14px;
  color: #7a0c0c;
}

.View-option {
  display: block;
  font-size: 18px;
  font-weight: 600;
  padding-bottom: 15px;
  text-align: center;
  color: #000;
}

.menu-item-wrap {
  padding: 10px 12px 12px;
  text-align: center;
}

.menu-item-title {
  margin: 0 0 6px 0;
  line-height: 1.3;
  font-size: 18px;
  font-weight: 600;
  color: #7a0c0c;
}

.menu-item-price {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 5px;
  margin: 0 auto;
  padding: 6px 16px;
  border-radius: 30px;
  background: linear-gradient(135deg, #7a0c0c, #e41616);
  color: #fff;
  font-weight: 600;
}

/* ===== POPUP OVERLAY ===== */
.popup-overlay {
  position: fixed;
  inset: 0;
  background: rgba(0,0,0,0.6);
  opacity: 0;
  pointer-events: none;
  transition: 0.3s;
  z-index: 9998;
}

.popup-overlay.active {
  opacity: 1;
  pointer-events: all;
}

/* ===== POPUP BOX ===== */
.popup-box {
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) scale(0.9);
  width: 90%;
  max-width: 420px;
  max-height: 80vh;
  border-radius: 25px;
  background: white;
  box-shadow: 0 30px 60px rgba(0,0,0,0.35);
  opacity: 0;
  transition: 0.4s;
  z-index: 9999;
  pointer-events: none;
  overflow: hidden; /* Changed from overflow-y: auto */
  display: flex;
  flex-direction: column;
}

.popup-box.active {
  opacity: 1;
  transform: translate(-50%, -50%) scale(1);
  pointer-events: all;
}

/* Popup Header (Fixed) */
.popup-box h2 {
  color: #7a0c0c;
  margin: 0;
  padding: 35px 35px 15px 35px;
  flex-shrink: 0; /* Don't shrink */
}
.popup-img-wrap {
  width: 70px;
  height: 70px;
  border-radius: 14px;
  overflow: hidden;     /* THIS is the key */
  flex-shrink: 0;
}

.popup-img-wrap img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}




.price-list li {
  display: flex;
  align-items: center;
  gap: 12px;
}

/* Scrollable Content Area */
.price-list {
  list-style: none;
  padding: 0 35px 35px 35px;
  margin: 0;
  overflow-y: auto; /* Only the list scrolls */
  flex: 1;
}

/* ===== CLOSE BUTTON - STAYS FIXED ===== */
.close-btn {
  position: absolute; /* Absolute to popup box */
  top: 16px;
  right: 20px;
  font-size: 32px;
  cursor: pointer;
  color: #7a0c0c;
  line-height: 1;
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: 0.2s;
  z-index: 10;
  background: rgba(255, 255, 255, 0.95);
  border-radius: 50%;
  -webkit-tap-highlight-color: transparent; /* Remove mobile tap highlight */
  touch-action: manipulation; /* Improve touch response */
}

.close-btn:hover,
.close-btn:active {
  transform: scale(1.15);
  color: #e41616;
  background: white;
}

/* ===== PRICE LIST ITEMS ===== */
.price-list li {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  padding: 12px 0;
  border-bottom: 1px dashed #ddd;
  font-size: 17px;
}

.price-list li:last-child {
  border-bottom: none;
}

.item-text {
  max-width: 70%;
  flex: 1;
}

.item-text strong {
  display: block;
  font-size: 16px;
  font-weight: 600;
  color: #000;
  margin-bottom: 3px;
}

.item-text small {
  display: block;
  font-size: 13px;
  color: #555;
  line-height: 1.4;
}

.price {
  font-size: 17px;
  font-weight: 600;
  color: #000;
  white-space: nowrap;
  margin-left: 10px;
}

/* ===== MOBILE ===== */
@media (max-width: 768px) {
  .biryani-grid {
    grid-template-columns: 1fr;
  }
  
  .popup-box {
    width: 95%;
    max-height: 90vh;
  }
  
  .popup-box h2 {
    padding: 25px 25px 12px 25px;
    font-size: 20px;
  }
  
  .price-list {
    padding: 0 25px 25px 25px;
  }
  
  .close-btn {
    top: 12px;
    right: 12px;
    width: 38px;
    height: 38px;
    font-size: 28px;
  }
  
  .item-text {
    max-width: 65%;
  }
  
  .item-text strong {
    font-size: 15px;
  }
  
  .item-text small {
    font-size: 12px;
  }
  
  .price {
    font-size: 16px;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-a3e8d26 *//* Grid */
.elementor-335 .elementor-element.elementor-element-a3e8d26 .biryani-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 25px;
}

/* Cards */
.elementor-335 .elementor-element.elementor-element-a3e8d26 .biryani-item {
  background: #fff;
  border-radius: 18px;
  overflow: hidden;
  cursor: pointer;
  box-shadow: 0 15px 35px rgba(0,0,0,0.15);
  transition: 0.4s;
  padding-bottom: 10px;
}

.elementor-335 .elementor-element.elementor-element-a3e8d26 .biryani-item:hover {
  transform: translateY(-10px) scale(1.03);
}

.elementor-335 .elementor-element.elementor-element-a3e8d26 .biryani-item img {
  width: 100%;
  height: 220px;
  object-fit: cover;
}

.elementor-335 .elementor-element.elementor-element-a3e8d26 .biryani-item h3 {
  text-align: center;
  padding: 14px;
  color: #7a0c0c;
}

/* Clickable Items */
.biryani-item {
  cursor: pointer;
  position: relative;
  z-index: 10;
}

/* Mobile */
@media (max-width: 768px) {
  .elementor-335 .elementor-element.elementor-element-a3e8d26 .biryani-grid {
    grid-template-columns: 1fr;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-ad2c278 *//* Grid */
.elementor-335 .elementor-element.elementor-element-ad2c278 .biryani-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 25px;
}

/* Cards */
.elementor-335 .elementor-element.elementor-element-ad2c278 .biryani-item {
  background: #fff;
  border-radius: 18px;
  overflow: hidden;
  cursor: pointer;
  box-shadow: 0 15px 35px rgba(0,0,0,0.15);
  transition: 0.4s;
  padding-bottom: 10px;
}

.elementor-335 .elementor-element.elementor-element-ad2c278 .biryani-item:hover {
  transform: translateY(-10px) scale(1.03);
}

.elementor-335 .elementor-element.elementor-element-ad2c278 .biryani-item img {
  width: 100%;
  height: 220px;
  object-fit: cover;
}

.elementor-335 .elementor-element.elementor-element-ad2c278 .biryani-item h3 {
  text-align: center;
  padding: 14px;
  color: #7a0c0c;
}

/* Clickable Items */
.biryani-item {
  cursor: pointer;
  position: relative;
  z-index: 10;
}

/* Mobile */
@media (max-width: 768px) {
  .elementor-335 .elementor-element.elementor-element-ad2c278 .biryani-grid {
    grid-template-columns: 1fr;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-1f85aba *//* Grid */
.elementor-335 .elementor-element.elementor-element-1f85aba .biryani-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 25px;
}

/* Cards */
.elementor-335 .elementor-element.elementor-element-1f85aba .biryani-item {
  background: #fff;
  border-radius: 18px;
  overflow: hidden;
  cursor: pointer;
  box-shadow: 0 15px 35px rgba(0,0,0,0.15);
  transition: 0.4s;
  padding-bottom: 10px;
}

.elementor-335 .elementor-element.elementor-element-1f85aba .biryani-item:hover {
  transform: translateY(-10px) scale(1.03);
}

.elementor-335 .elementor-element.elementor-element-1f85aba .biryani-item img {
  width: 100%;
  height: 220px;
  object-fit: cover;
}

.elementor-335 .elementor-element.elementor-element-1f85aba .biryani-item h3 {
  text-align: center;
  padding: 14px;
  color: #7a0c0c;
}

/* Clickable Items */
.biryani-item {
  cursor: pointer;
  position: relative;
  z-index: 10;
}

/* Mobile */
@media (max-width: 768px) {
  .elementor-335 .elementor-element.elementor-element-1f85aba .biryani-grid {
    grid-template-columns: 1fr;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-dff3667 *//* ===== GRID ===== */
.mandi-menu-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 25px;
}

/* ===== CARDS ===== */
.mandi-card {
  background: #fff;
  border-radius: 18px;
  overflow: hidden;
  cursor: pointer;
  box-shadow: 0 15px 35px rgba(0, 0, 0, 0.15);
  transition: 0.4s;
}

.mandi-card:hover {
  transform: translateY(-10px) scale(1.03);
}

/* ✅ FIXED: Removed ".elementor-335 .elementor-element.elementor-element-dff3667" */
.mandi-card img {
  width: 100%;
  height: 220px;
  object-fit: cover;
}

.mandi-card h3 {
  text-align: center;
  padding: 14px;
  color: #7a0c0c;
}

.View-option {
  display: block;
  font-size: 20px;
  font-weight: 600;
  color: #000;
  text-align: center;
  padding-bottom: 15px;
}

/* ===== POPUP OVERLAY ===== */
.mandi-popup-overlay {
  position: fixed;
  inset: 0;
  background: rgba(0, 0, 0, 0.6);
  opacity: 0;
  pointer-events: none;
  transition: 0.3s;
  z-index: 9998;
}

.mandi-popup-overlay.active {
  opacity: 1;
  pointer-events: all;
}

/* ===== POPUP BOX ===== */
.popup-img-wrap {
  width: 70px;
  height: 70px;
  border-radius: 14px;
  overflow: hidden;
  /* THIS is the key */
  flex-shrink: 0;
}

.popup-img-wrap img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.mandi-popup-box {
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -45%) scale(0.9);
  width: 90%;
  max-width: 420px;
  max-height: 80vh;
  overflow-y: auto;
  padding: 35px;
  border-radius: 25px;
  background: white;
  backdrop-filter: blur(18px);
  -webkit-backdrop-filter: blur(18px);
  border: 1px solid rgba(255, 255, 255, 0.3);
  box-shadow: 0 30px 60px rgba(0, 0, 0, 0.35);
  opacity: 0;
  transition: 0.4s;
  z-index: 9999;
  pointer-events: none;
}

.mandi-popup-box.active {
  opacity: 1;
  transform: translate(-50%, -50%) scale(1);
  pointer-events: all;
}

.mandi-popup-box h2 {
  color: #7a0c0c;
  margin-bottom: 18px;
}

/* ===== PRICE LIST ===== */

.mandi-price-list {
  list-style: none;
  padding: 0;
  margin: 0;
}

.mandi-price-list li {
  display: flex;
  justify-content: space-between;
  padding: 12px 0;
  border-bottom: 1px dashed #ddd;
  font-size: 17px;
}




/* ===== CLOSE BUTTON ===== */
.mandi-close-btn {
  position: absolute;
  top: 16px;
  right: 20px;
  font-size: 32px;
  cursor: pointer;
  color: #7a0c0c;
  line-height: 1;
  width: 35px;
  height: 35px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: 0.2s;
  z-index: 10000;
}

.mandi-close-btn:hover {
  transform: scale(1.2);
  color: #e41616;
}

/* ===== MOBILE ===== */
@media (max-width: 768px) {
  .mandi-menu-grid {
    grid-template-columns: 1fr;
  }
}

/* ===== BIRYANI ITEMS (Non-popup cards) ===== */
.biryani-item {
  background: #fff;
  border-radius: 18px;
  overflow: hidden;
  cursor: pointer;
  box-shadow: 0 15px 35px rgba(0, 0, 0, 0.15);
  transition: 0.4s;
  padding-bottom: 10px;
}

.biryani-item:hover {
  transform: translateY(-10px) scale(1.03);
}

.biryani-item img {
  width: 100%;
  height: 220px;
  object-fit: cover;
}

.biryani-item h3 {
  text-align: center;
  padding: 14px;
  color: #7a0c0c;
}

.menu-item-wrap {
  padding: 10px 12px 12px;
  text-align: center;
}

.menu-item-title {
  margin: 0 0 6px 0;
  line-height: 1.3;
  font-size: 18px;
  font-weight: 600;
  color: #7a0c0c;
}

.menu-item-price {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 5px;
  margin: 0 auto;
  padding: 6px 16px;
  border-radius: 30px;
  background: linear-gradient(135deg, #7a0c0c, #e41616);
  color: #fff;
  font-weight: 600;
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-08d7022 *//* ===== GRID ===== */
    .chinese-menu-grid {
      display: grid;
      grid-template-columns: repeat(3, 1fr);
      gap: 25px;
    }

    /* ===== CARDS ===== */
    .chinese-card {
      background: #fff;
      border-radius: 18px;
      overflow: hidden;
      cursor: pointer;
      box-shadow: 0 15px 35px rgba(0,0,0,0.15);
      transition: 0.4s;
    }
    .chinese-card:hover {
      transform: translateY(-10px) scale(1.03);
    }
    /* ✅ FIXED: Removed ".elementor-335 .elementor-element.elementor-element-08d7022" */
    .chinese-card img {
      width: 100%;
      height: 220px;
      object-fit: cover;
    }
    .chinese-card h3 {
      text-align: center;
      padding: 14px;
      color: #7a0c0c;
    }
    .menu-item-title {
      font-size: 25px;   
    }
    .View-option {
      display: block;
      font-size: 20px;
      font-weight: 600;
      color: #000;
      text-align: center;
      padding-bottom: 15px;
    }

    /* ===== POPUP OVERLAY ===== */
    .chinese-popup-overlay {
      position: fixed;
      inset: 0;
      background: rgba(0,0,0,0.6);
      opacity: 0;
      pointer-events: none;
      transition: 0.3s;
      z-index: 9998;
    }
    .chinese-popup-overlay.active {
      opacity: 1;
      pointer-events: all;
    }

    /* ===== POPUP BOX ===== */
    .chinese-popup-box {
      position: fixed;
      top: 50%;
      left: 50%;
      transform: translate(-50%, -45%) scale(0.9);
      width: 90%;
      max-width: 420px;
      max-height: 80vh;
      overflow-y: auto;
      padding: 35px;
      border-radius: 25px;
      background: white;
      box-shadow: 0 30px 60px rgba(0,0,0,0.35);
      opacity: 0;
      transition: 0.4s;
      z-index: 9999;
      pointer-events: none;
    }
    .chinese-popup-box.active {
      opacity: 1;
      transform: translate(-50%, -50%) scale(1);
      pointer-events: all;
    }
    .chinese-popup-box h2 {
      color: #7a0c0c;
      margin-bottom: 18px;
    }

    /* ===== PRICE LIST ===== */
    .chinese-price-list {
      list-style: none;
      padding: 0;
      margin: 0;
    }
    .chinese-price-list li {
      display: flex;
      justify-content: space-between;
      padding: 12px 0;
      border-bottom: 1px dashed #ddd;
      font-size: 17px;
    }

    /* ===== CLOSE BUTTON ===== */
    .chinese-close-btn {
      position: absolute;
      top: 16px;
      right: 20px;
      font-size: 32px;
      cursor: pointer;
      color: #7a0c0c;
      line-height: 1;
      width: 35px;
      height: 35px;
      display: flex;
      align-items: center;
      justify-content: center;
      transition: 0.2s;
      z-index: 10000;
    }
    .chinese-close-btn:hover {
      transform: scale(1.2);
      color: #e41616;
    }

    /* ===== MOBILE ===== */
    @media (max-width: 768px) {
      .chinese-menu-grid {
        grid-template-columns: 1fr;
      }
    }/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-d27b0b1 *//* Grid */
.elementor-335 .elementor-element.elementor-element-d27b0b1 .biryani-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 25px;
}

/* Cards */
.elementor-335 .elementor-element.elementor-element-d27b0b1 .biryani-item {
  background: #fff;
  border-radius: 18px;
  overflow: hidden;
  cursor: pointer;
  box-shadow: 0 15px 35px rgba(0,0,0,0.15);
  transition: 0.4s;
  padding-bottom: 10px;
}

.elementor-335 .elementor-element.elementor-element-d27b0b1 .biryani-item:hover {
  transform: translateY(-10px) scale(1.03);
}

.elementor-335 .elementor-element.elementor-element-d27b0b1 .biryani-item img {
  width: 100%;
  height: 220px;
  object-fit: cover;
}

.elementor-335 .elementor-element.elementor-element-d27b0b1 .biryani-item h3 {
  text-align: center;
  padding: 14px;
  color: #7a0c0c;
}


/* Mobile */
@media (max-width: 768px) {
  .elementor-335 .elementor-element.elementor-element-d27b0b1 .biryani-grid {
    grid-template-columns: 1fr;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-f17269a *//* Grid */
.elementor-335 .elementor-element.elementor-element-f17269a .biryani-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 25px;
}

/* Cards */
.elementor-335 .elementor-element.elementor-element-f17269a .biryani-item {
  background: #fff;
  border-radius: 18px;
  overflow: hidden;
  cursor: pointer;
  box-shadow: 0 15px 35px rgba(0,0,0,0.15);
  transition: 0.4s;
  padding-bottom: 10px;
}

.elementor-335 .elementor-element.elementor-element-f17269a .biryani-item:hover {
  transform: translateY(-10px) scale(1.03);
}

.elementor-335 .elementor-element.elementor-element-f17269a .biryani-item img {
  width: 100%;
  height: 220px;
  object-fit: cover;
}

.elementor-335 .elementor-element.elementor-element-f17269a .biryani-item h3 {
  text-align: center;
  padding: 14px;
  color: #7a0c0c;
}
/* Mobile */
@media (max-width: 768px) {
  .elementor-335 .elementor-element.elementor-element-f17269a .biryani-grid {
    grid-template-columns: 1fr;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-3d66c58 *//* ===== GRID ===== */
.kebab-menu-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 25px;
}

/* ===== CARDS ===== */
.kebab-card {
  background: #fff;
  border-radius: 18px;
  overflow: hidden;
  cursor: pointer;
  box-shadow: 0 15px 35px rgba(0,0,0,0.15);
  transition: 0.4s;
}

.kebab-card:hover {
  transform: translateY(-10px) scale(1.03);
}
.elementor-335 .elementor-element.elementor-element-3d66c58 .kebab-card img {
  width: 100%;
  height: 220px;
  object-fit: cover;
}
.kebab-card h3 {
  text-align: center;
  padding: 14px;
  color: #7a0c0c;
}

.kebab-price {
  display: block;
  font-size: 20px;
  font-weight: 600;
  color: #000;
  text-align: center;
  padding-bottom: 10px;
}

/* ===== POPUP OVERLAY ===== */
.kebab-popup-overlay {
  position: fixed;
  inset: 0;
  background: rgba(0,0,0,0.6);
  opacity: 0;
  pointer-events: none;
  transition: 0.3s;
  z-index: 9998;
}

.kebab-popup-overlay.active {
  opacity: 1;
  pointer-events: all;
}

/* ===== POPUP BOX ===== */
.kebab-popup-box {
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -45%) scale(0.9);
  width: 90%;
  max-width: 420px;
  padding: 35px;
  border-radius: 25px;
  background: white;
  backdrop-filter: blur(18px);
  -webkit-backdrop-filter: blur(18px);
  border: 1px solid rgba(255,255,255,0.3);
  box-shadow: 0 30px 60px rgba(0,0,0,0.35);
  opacity: 0;
  transition: 0.4s;
  z-index: 9999;
}

.kebab-popup-box.active {
  opacity: 1;
  transform: translate(-50%, -50%) scale(1);
}

.kebab-popup-box h2 {
  color: #7a0c0c;
  margin-bottom: 18px;
}

/* ===== PRICE LIST ===== */
.kebab-price-list {
  list-style: none;
  padding: 0;
  margin: 0;
}

.kebab-price-list li {
  display: flex;
  justify-content: space-between;
  padding: 12px 0;
  border-bottom: 1px dashed #ddd;
  font-size: 17px;
}

/* ===== CLOSE BUTTON ===== */
.kebab-close-btn {
  position: absolute;
  top: 16px;
  right: 20px;
  font-size: 26px;
  cursor: pointer;
  color: #7a0c0c;
}

/* ===== MOBILE ===== */
@media (max-width: 768px) {
  .kebab-menu-grid {
    grid-template-columns: 1fr;
  }
}




.biryani-item {
  cursor: pointer; /* ensures pointer on hover */
  position: relative; /* avoids overlap issues */
  z-index: 10; /* ensures it’s above any overlaying element */
}





/* Grid */
.elementor-335 .elementor-element.elementor-element-3d66c58 .biryani-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 25px;
}

/* Cards */
.elementor-335 .elementor-element.elementor-element-3d66c58 .biryani-item {
  background: #fff;
  border-radius: 18px;
  overflow: hidden;
  cursor: pointer;
  box-shadow: 0 15px 35px rgba(0,0,0,0.15);
  transition: 0.4s;
  padding-bottom: 10px;
}

.elementor-335 .elementor-element.elementor-element-3d66c58 .biryani-item:hover {
  transform: translateY(-10px) scale(1.03);
}

.elementor-335 .elementor-element.elementor-element-3d66c58 .biryani-item img {
  width: 100%;
  height: 220px;
  object-fit: cover;
}

.elementor-335 .elementor-element.elementor-element-3d66c58 .biryani-item h3 {
  text-align: center;
  padding: 14px;
  color: #7a0c0c;
}


/* Mobile */
@media (max-width: 768px) {
  .elementor-335 .elementor-element.elementor-element-3d66c58 .biryani-grid {
    grid-template-columns: 1fr;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-21a3a94 *//* Grid */
.elementor-335 .elementor-element.elementor-element-21a3a94 .biryani-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 25px;
}

/* Cards */
.elementor-335 .elementor-element.elementor-element-21a3a94 .biryani-item {
  background: #fff;
  border-radius: 18px;
  overflow: hidden;
  cursor: pointer;
  box-shadow: 0 15px 35px rgba(0,0,0,0.15);
  transition: 0.4s;
  padding-bottom: 10px;
}

.elementor-335 .elementor-element.elementor-element-21a3a94 .biryani-item:hover {
  transform: translateY(-10px) scale(1.03);
}

.elementor-335 .elementor-element.elementor-element-21a3a94 .biryani-item img {
  width: 100%;
  height: 220px;
  object-fit: cover;
}

.elementor-335 .elementor-element.elementor-element-21a3a94 .biryani-item h3 {
  text-align: center;
  padding: 14px;
  color: #7a0c0c;
}


/* Mobile */
@media (max-width: 768px) {
  .elementor-335 .elementor-element.elementor-element-21a3a94 .biryani-grid {
    grid-template-columns: 1fr;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-87bfc66 *//* Grid */
.elementor-335 .elementor-element.elementor-element-87bfc66 .biryani-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 25px;
}

/* Cards */
.elementor-335 .elementor-element.elementor-element-87bfc66 .biryani-item {
  background: #fff;
  border-radius: 18px;
  overflow: hidden;
  cursor: pointer;
  box-shadow: 0 15px 35px rgba(0,0,0,0.15);
  transition: 0.4s;
  padding-bottom: 10px;
}

.elementor-335 .elementor-element.elementor-element-87bfc66 .biryani-item:hover {
  transform: translateY(-10px) scale(1.03);
}

.elementor-335 .elementor-element.elementor-element-87bfc66 .biryani-item img {
  width: 100%;
  height: 220px;
  object-fit: cover;
}

.elementor-335 .elementor-element.elementor-element-87bfc66 .biryani-item h3 {
  text-align: center;
  padding: 14px;
  color: #7a0c0c;
}


/* Mobile */
@media (max-width: 768px) {
  .elementor-335 .elementor-element.elementor-element-87bfc66 .biryani-grid {
    grid-template-columns: 1fr;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-8f343c9 *//* Grid */
.elementor-335 .elementor-element.elementor-element-8f343c9 .biryani-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 25px;
}

/* Cards */
.elementor-335 .elementor-element.elementor-element-8f343c9 .biryani-item {
  background: #fff;
  border-radius: 18px;
  overflow: hidden;
  cursor: pointer;
  box-shadow: 0 15px 35px rgba(0,0,0,0.15);
  transition: 0.4s;
  padding-bottom: 10px;
}

.elementor-335 .elementor-element.elementor-element-8f343c9 .biryani-item:hover {
  transform: translateY(-10px) scale(1.03);
}

.elementor-335 .elementor-element.elementor-element-8f343c9 .biryani-item img {
  width: 100%;
  height: 220px;
  object-fit: cover;
}

.elementor-335 .elementor-element.elementor-element-8f343c9 .biryani-item h3 {
  text-align: center;
  padding: 14px;
  color: #7a0c0c;
}


/* Mobile */
@media (max-width: 768px) {
  .elementor-335 .elementor-element.elementor-element-8f343c9 .biryani-grid {
    grid-template-columns: 1fr;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-0656d44 *//* Grid */
.elementor-335 .elementor-element.elementor-element-0656d44 .biryani-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 25px;
}

/* Cards */
.elementor-335 .elementor-element.elementor-element-0656d44 .biryani-item {
  background: #fff;
  border-radius: 18px;
  overflow: hidden;
  cursor: pointer;
  box-shadow: 0 15px 35px rgba(0,0,0,0.15);
  transition: 0.4s;
  padding-bottom: 10px;
}

.elementor-335 .elementor-element.elementor-element-0656d44 .biryani-item:hover {
  transform: translateY(-10px) scale(1.03);
}

.elementor-335 .elementor-element.elementor-element-0656d44 .biryani-item img {
  width: 100%;
  height: 220px;
  object-fit: cover;
}

.elementor-335 .elementor-element.elementor-element-0656d44 .biryani-item h3 {
  text-align: center;
  padding: 14px;
  color: #7a0c0c;
}


/* Mobile */
@media (max-width: 768px) {
  .elementor-335 .elementor-element.elementor-element-0656d44 .biryani-grid {
    grid-template-columns: 1fr;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-b6a27c1 */.biryani-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 25px;
  margin-bottom: 50px;
}

/* Cards */
.biryani-item {
  background: #fff;
  border-radius: 18px;
  overflow: hidden;
  cursor: pointer;
  box-shadow: 0 15px 35px rgba(0,0,0,0.15);
  transition: 0.4s;
}

.biryani-item:hover {
  transform: translateY(-10px) scale(1.03);
}

.biryani-item img {
  width: 100%;
  height: 220px;
  object-fit: cover;
  display: block;
}

.biryani-item h3 {
  text-align: center;
  padding: 14px;
  color: #7a0c0c;
}

.View-option {
  display: block;
  font-size: 18px;
  font-weight: 600;
  padding-bottom: 15px;
  text-align: center;
  color: #000;
}

.menu-item-wrap {
  padding: 10px 12px 12px;
  text-align: center;
}

.menu-item-title {
  margin: 0 0 6px 0;
  line-height: 1.3;
  font-size: 18px;
  font-weight: 600;
  color: #7a0c0c;
}

.menu-item-price {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 5px;
  margin: 0 auto;
  padding: 6px 16px;
  border-radius: 30px;
  background: linear-gradient(135deg, #7a0c0c, #e41616);
  color: #fff;
  font-weight: 600;
}

/* ===== POPUP OVERLAY ===== */
.popup-overlay {
  position: fixed;
  inset: 0;
  background: rgba(0,0,0,0.6);
  opacity: 0;
  pointer-events: none;
  transition: 0.3s;
  z-index: 9998;
}

.popup-overlay.active {
  opacity: 1;
  pointer-events: all;
}

/* ===== POPUP BOX ===== */
.popup-box {
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) scale(0.9);
  width: 90%;
  max-width: 420px;
  max-height: 80vh;
  border-radius: 25px;
  background: white;
  box-shadow: 0 30px 60px rgba(0,0,0,0.35);
  opacity: 0;
  transition: 0.4s;
  z-index: 9999;
  pointer-events: none;
  overflow: hidden; /* Changed from overflow-y: auto */
  display: flex;
  flex-direction: column;
}

.popup-box.active {
  opacity: 1;
  transform: translate(-50%, -50%) scale(1);
  pointer-events: all;
}

/* Popup Header (Fixed) */
.popup-box h2 {
  color: #7a0c0c;
  margin: 0;
  padding: 35px 35px 15px 35px;
  flex-shrink: 0; /* Don't shrink */
}
.popup-img-wrap {
  width: 70px;
  height: 70px;
  border-radius: 14px;
  overflow: hidden;     /* THIS is the key */
  flex-shrink: 0;
}

.popup-img-wrap img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}




.price-list li {
  display: flex;
  align-items: center;
  gap: 12px;
}

/* Scrollable Content Area */
.price-list {
  list-style: none;
  padding: 0 35px 35px 35px;
  margin: 0;
  overflow-y: auto; /* Only the list scrolls */
  flex: 1;
}

/* ===== CLOSE BUTTON - STAYS FIXED ===== */
.close-btn {
  position: absolute; /* Absolute to popup box */
  top: 16px;
  right: 20px;
  font-size: 32px;
  cursor: pointer;
  color: #7a0c0c;
  line-height: 1;
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: 0.2s;
  z-index: 10;
  background: rgba(255, 255, 255, 0.95);
  border-radius: 50%;
  -webkit-tap-highlight-color: transparent; /* Remove mobile tap highlight */
  touch-action: manipulation; /* Improve touch response */
}

.close-btn:hover,
.close-btn:active {
  transform: scale(1.15);
  color: #e41616;
  background: white;
}

/* ===== PRICE LIST ITEMS ===== */
.price-list li {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  padding: 12px 0;
  border-bottom: 1px dashed #ddd;
  font-size: 17px;
}

.price-list li:last-child {
  border-bottom: none;
}

.item-text {
  max-width: 70%;
  flex: 1;
}

.item-text strong {
  display: block;
  font-size: 16px;
  font-weight: 600;
  color: #000;
  margin-bottom: 3px;
}

.item-text small {
  display: block;
  font-size: 13px;
  color: #555;
  line-height: 1.4;
}

.price {
  font-size: 17px;
  font-weight: 600;
  color: #000;
  white-space: nowrap;
  margin-left: 10px;
}

/* ===== MOBILE ===== */
@media (max-width: 768px) {
  .biryani-grid {
    grid-template-columns: 1fr;
  }
  
  .popup-box {
    width: 95%;
    max-height: 90vh;
  }
  
  .popup-box h2 {
    padding: 25px 25px 12px 25px;
    font-size: 20px;
  }
  
  .price-list {
    padding: 0 25px 25px 25px;
  }
  
  .close-btn {
    top: 12px;
    right: 12px;
    width: 38px;
    height: 38px;
    font-size: 28px;
  }
  
  .item-text {
    max-width: 65%;
  }
  
  .item-text strong {
    font-size: 15px;
  }
  
  .item-text small {
    font-size: 12px;
  }
  
  .price {
    font-size: 16px;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-a3e8d26 *//* Grid */
.elementor-335 .elementor-element.elementor-element-a3e8d26 .biryani-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 25px;
}

/* Cards */
.elementor-335 .elementor-element.elementor-element-a3e8d26 .biryani-item {
  background: #fff;
  border-radius: 18px;
  overflow: hidden;
  cursor: pointer;
  box-shadow: 0 15px 35px rgba(0,0,0,0.15);
  transition: 0.4s;
  padding-bottom: 10px;
}

.elementor-335 .elementor-element.elementor-element-a3e8d26 .biryani-item:hover {
  transform: translateY(-10px) scale(1.03);
}

.elementor-335 .elementor-element.elementor-element-a3e8d26 .biryani-item img {
  width: 100%;
  height: 220px;
  object-fit: cover;
}

.elementor-335 .elementor-element.elementor-element-a3e8d26 .biryani-item h3 {
  text-align: center;
  padding: 14px;
  color: #7a0c0c;
}

/* Clickable Items */
.biryani-item {
  cursor: pointer;
  position: relative;
  z-index: 10;
}

/* Mobile */
@media (max-width: 768px) {
  .elementor-335 .elementor-element.elementor-element-a3e8d26 .biryani-grid {
    grid-template-columns: 1fr;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-ad2c278 *//* Grid */
.elementor-335 .elementor-element.elementor-element-ad2c278 .biryani-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 25px;
}

/* Cards */
.elementor-335 .elementor-element.elementor-element-ad2c278 .biryani-item {
  background: #fff;
  border-radius: 18px;
  overflow: hidden;
  cursor: pointer;
  box-shadow: 0 15px 35px rgba(0,0,0,0.15);
  transition: 0.4s;
  padding-bottom: 10px;
}

.elementor-335 .elementor-element.elementor-element-ad2c278 .biryani-item:hover {
  transform: translateY(-10px) scale(1.03);
}

.elementor-335 .elementor-element.elementor-element-ad2c278 .biryani-item img {
  width: 100%;
  height: 220px;
  object-fit: cover;
}

.elementor-335 .elementor-element.elementor-element-ad2c278 .biryani-item h3 {
  text-align: center;
  padding: 14px;
  color: #7a0c0c;
}

/* Clickable Items */
.biryani-item {
  cursor: pointer;
  position: relative;
  z-index: 10;
}

/* Mobile */
@media (max-width: 768px) {
  .elementor-335 .elementor-element.elementor-element-ad2c278 .biryani-grid {
    grid-template-columns: 1fr;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-1f85aba *//* Grid */
.elementor-335 .elementor-element.elementor-element-1f85aba .biryani-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 25px;
}

/* Cards */
.elementor-335 .elementor-element.elementor-element-1f85aba .biryani-item {
  background: #fff;
  border-radius: 18px;
  overflow: hidden;
  cursor: pointer;
  box-shadow: 0 15px 35px rgba(0,0,0,0.15);
  transition: 0.4s;
  padding-bottom: 10px;
}

.elementor-335 .elementor-element.elementor-element-1f85aba .biryani-item:hover {
  transform: translateY(-10px) scale(1.03);
}

.elementor-335 .elementor-element.elementor-element-1f85aba .biryani-item img {
  width: 100%;
  height: 220px;
  object-fit: cover;
}

.elementor-335 .elementor-element.elementor-element-1f85aba .biryani-item h3 {
  text-align: center;
  padding: 14px;
  color: #7a0c0c;
}

/* Clickable Items */
.biryani-item {
  cursor: pointer;
  position: relative;
  z-index: 10;
}

/* Mobile */
@media (max-width: 768px) {
  .elementor-335 .elementor-element.elementor-element-1f85aba .biryani-grid {
    grid-template-columns: 1fr;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-dff3667 *//* ===== GRID ===== */
.mandi-menu-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 25px;
}

/* ===== CARDS ===== */
.mandi-card {
  background: #fff;
  border-radius: 18px;
  overflow: hidden;
  cursor: pointer;
  box-shadow: 0 15px 35px rgba(0, 0, 0, 0.15);
  transition: 0.4s;
}

.mandi-card:hover {
  transform: translateY(-10px) scale(1.03);
}

/* ✅ FIXED: Removed ".elementor-335 .elementor-element.elementor-element-dff3667" */
.mandi-card img {
  width: 100%;
  height: 220px;
  object-fit: cover;
}

.mandi-card h3 {
  text-align: center;
  padding: 14px;
  color: #7a0c0c;
}

.View-option {
  display: block;
  font-size: 20px;
  font-weight: 600;
  color: #000;
  text-align: center;
  padding-bottom: 15px;
}

/* ===== POPUP OVERLAY ===== */
.mandi-popup-overlay {
  position: fixed;
  inset: 0;
  background: rgba(0, 0, 0, 0.6);
  opacity: 0;
  pointer-events: none;
  transition: 0.3s;
  z-index: 9998;
}

.mandi-popup-overlay.active {
  opacity: 1;
  pointer-events: all;
}

/* ===== POPUP BOX ===== */
.popup-img-wrap {
  width: 70px;
  height: 70px;
  border-radius: 14px;
  overflow: hidden;
  /* THIS is the key */
  flex-shrink: 0;
}

.popup-img-wrap img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.mandi-popup-box {
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -45%) scale(0.9);
  width: 90%;
  max-width: 420px;
  max-height: 80vh;
  overflow-y: auto;
  padding: 35px;
  border-radius: 25px;
  background: white;
  backdrop-filter: blur(18px);
  -webkit-backdrop-filter: blur(18px);
  border: 1px solid rgba(255, 255, 255, 0.3);
  box-shadow: 0 30px 60px rgba(0, 0, 0, 0.35);
  opacity: 0;
  transition: 0.4s;
  z-index: 9999;
  pointer-events: none;
}

.mandi-popup-box.active {
  opacity: 1;
  transform: translate(-50%, -50%) scale(1);
  pointer-events: all;
}

.mandi-popup-box h2 {
  color: #7a0c0c;
  margin-bottom: 18px;
}

/* ===== PRICE LIST ===== */

.mandi-price-list {
  list-style: none;
  padding: 0;
  margin: 0;
}

.mandi-price-list li {
  display: flex;
  justify-content: space-between;
  padding: 12px 0;
  border-bottom: 1px dashed #ddd;
  font-size: 17px;
}




/* ===== CLOSE BUTTON ===== */
.mandi-close-btn {
  position: absolute;
  top: 16px;
  right: 20px;
  font-size: 32px;
  cursor: pointer;
  color: #7a0c0c;
  line-height: 1;
  width: 35px;
  height: 35px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: 0.2s;
  z-index: 10000;
}

.mandi-close-btn:hover {
  transform: scale(1.2);
  color: #e41616;
}

/* ===== MOBILE ===== */
@media (max-width: 768px) {
  .mandi-menu-grid {
    grid-template-columns: 1fr;
  }
}

/* ===== BIRYANI ITEMS (Non-popup cards) ===== */
.biryani-item {
  background: #fff;
  border-radius: 18px;
  overflow: hidden;
  cursor: pointer;
  box-shadow: 0 15px 35px rgba(0, 0, 0, 0.15);
  transition: 0.4s;
  padding-bottom: 10px;
}

.biryani-item:hover {
  transform: translateY(-10px) scale(1.03);
}

.biryani-item img {
  width: 100%;
  height: 220px;
  object-fit: cover;
}

.biryani-item h3 {
  text-align: center;
  padding: 14px;
  color: #7a0c0c;
}

.menu-item-wrap {
  padding: 10px 12px 12px;
  text-align: center;
}

.menu-item-title {
  margin: 0 0 6px 0;
  line-height: 1.3;
  font-size: 18px;
  font-weight: 600;
  color: #7a0c0c;
}

.menu-item-price {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 5px;
  margin: 0 auto;
  padding: 6px 16px;
  border-radius: 30px;
  background: linear-gradient(135deg, #7a0c0c, #e41616);
  color: #fff;
  font-weight: 600;
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-08d7022 *//* ===== GRID ===== */
    .chinese-menu-grid {
      display: grid;
      grid-template-columns: repeat(3, 1fr);
      gap: 25px;
    }

    /* ===== CARDS ===== */
    .chinese-card {
      background: #fff;
      border-radius: 18px;
      overflow: hidden;
      cursor: pointer;
      box-shadow: 0 15px 35px rgba(0,0,0,0.15);
      transition: 0.4s;
    }
    .chinese-card:hover {
      transform: translateY(-10px) scale(1.03);
    }
    /* ✅ FIXED: Removed ".elementor-335 .elementor-element.elementor-element-08d7022" */
    .chinese-card img {
      width: 100%;
      height: 220px;
      object-fit: cover;
    }
    .chinese-card h3 {
      text-align: center;
      padding: 14px;
      color: #7a0c0c;
    }
    .menu-item-title {
      font-size: 25px;   
    }
    .View-option {
      display: block;
      font-size: 20px;
      font-weight: 600;
      color: #000;
      text-align: center;
      padding-bottom: 15px;
    }

    /* ===== POPUP OVERLAY ===== */
    .chinese-popup-overlay {
      position: fixed;
      inset: 0;
      background: rgba(0,0,0,0.6);
      opacity: 0;
      pointer-events: none;
      transition: 0.3s;
      z-index: 9998;
    }
    .chinese-popup-overlay.active {
      opacity: 1;
      pointer-events: all;
    }

    /* ===== POPUP BOX ===== */
    .chinese-popup-box {
      position: fixed;
      top: 50%;
      left: 50%;
      transform: translate(-50%, -45%) scale(0.9);
      width: 90%;
      max-width: 420px;
      max-height: 80vh;
      overflow-y: auto;
      padding: 35px;
      border-radius: 25px;
      background: white;
      box-shadow: 0 30px 60px rgba(0,0,0,0.35);
      opacity: 0;
      transition: 0.4s;
      z-index: 9999;
      pointer-events: none;
    }
    .chinese-popup-box.active {
      opacity: 1;
      transform: translate(-50%, -50%) scale(1);
      pointer-events: all;
    }
    .chinese-popup-box h2 {
      color: #7a0c0c;
      margin-bottom: 18px;
    }

    /* ===== PRICE LIST ===== */
    .chinese-price-list {
      list-style: none;
      padding: 0;
      margin: 0;
    }
    .chinese-price-list li {
      display: flex;
      justify-content: space-between;
      padding: 12px 0;
      border-bottom: 1px dashed #ddd;
      font-size: 17px;
    }

    /* ===== CLOSE BUTTON ===== */
    .chinese-close-btn {
      position: absolute;
      top: 16px;
      right: 20px;
      font-size: 32px;
      cursor: pointer;
      color: #7a0c0c;
      line-height: 1;
      width: 35px;
      height: 35px;
      display: flex;
      align-items: center;
      justify-content: center;
      transition: 0.2s;
      z-index: 10000;
    }
    .chinese-close-btn:hover {
      transform: scale(1.2);
      color: #e41616;
    }

    /* ===== MOBILE ===== */
    @media (max-width: 768px) {
      .chinese-menu-grid {
        grid-template-columns: 1fr;
      }
    }/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-d27b0b1 *//* Grid */
.elementor-335 .elementor-element.elementor-element-d27b0b1 .biryani-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 25px;
}

/* Cards */
.elementor-335 .elementor-element.elementor-element-d27b0b1 .biryani-item {
  background: #fff;
  border-radius: 18px;
  overflow: hidden;
  cursor: pointer;
  box-shadow: 0 15px 35px rgba(0,0,0,0.15);
  transition: 0.4s;
  padding-bottom: 10px;
}

.elementor-335 .elementor-element.elementor-element-d27b0b1 .biryani-item:hover {
  transform: translateY(-10px) scale(1.03);
}

.elementor-335 .elementor-element.elementor-element-d27b0b1 .biryani-item img {
  width: 100%;
  height: 220px;
  object-fit: cover;
}

.elementor-335 .elementor-element.elementor-element-d27b0b1 .biryani-item h3 {
  text-align: center;
  padding: 14px;
  color: #7a0c0c;
}


/* Mobile */
@media (max-width: 768px) {
  .elementor-335 .elementor-element.elementor-element-d27b0b1 .biryani-grid {
    grid-template-columns: 1fr;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-f17269a *//* Grid */
.elementor-335 .elementor-element.elementor-element-f17269a .biryani-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 25px;
}

/* Cards */
.elementor-335 .elementor-element.elementor-element-f17269a .biryani-item {
  background: #fff;
  border-radius: 18px;
  overflow: hidden;
  cursor: pointer;
  box-shadow: 0 15px 35px rgba(0,0,0,0.15);
  transition: 0.4s;
  padding-bottom: 10px;
}

.elementor-335 .elementor-element.elementor-element-f17269a .biryani-item:hover {
  transform: translateY(-10px) scale(1.03);
}

.elementor-335 .elementor-element.elementor-element-f17269a .biryani-item img {
  width: 100%;
  height: 220px;
  object-fit: cover;
}

.elementor-335 .elementor-element.elementor-element-f17269a .biryani-item h3 {
  text-align: center;
  padding: 14px;
  color: #7a0c0c;
}
/* Mobile */
@media (max-width: 768px) {
  .elementor-335 .elementor-element.elementor-element-f17269a .biryani-grid {
    grid-template-columns: 1fr;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-3d66c58 *//* ===== GRID ===== */
.kebab-menu-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 25px;
}

/* ===== CARDS ===== */
.kebab-card {
  background: #fff;
  border-radius: 18px;
  overflow: hidden;
  cursor: pointer;
  box-shadow: 0 15px 35px rgba(0,0,0,0.15);
  transition: 0.4s;
}

.kebab-card:hover {
  transform: translateY(-10px) scale(1.03);
}
.elementor-335 .elementor-element.elementor-element-3d66c58 .kebab-card img {
  width: 100%;
  height: 220px;
  object-fit: cover;
}
.kebab-card h3 {
  text-align: center;
  padding: 14px;
  color: #7a0c0c;
}

.kebab-price {
  display: block;
  font-size: 20px;
  font-weight: 600;
  color: #000;
  text-align: center;
  padding-bottom: 10px;
}

/* ===== POPUP OVERLAY ===== */
.kebab-popup-overlay {
  position: fixed;
  inset: 0;
  background: rgba(0,0,0,0.6);
  opacity: 0;
  pointer-events: none;
  transition: 0.3s;
  z-index: 9998;
}

.kebab-popup-overlay.active {
  opacity: 1;
  pointer-events: all;
}

/* ===== POPUP BOX ===== */
.kebab-popup-box {
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -45%) scale(0.9);
  width: 90%;
  max-width: 420px;
  padding: 35px;
  border-radius: 25px;
  background: white;
  backdrop-filter: blur(18px);
  -webkit-backdrop-filter: blur(18px);
  border: 1px solid rgba(255,255,255,0.3);
  box-shadow: 0 30px 60px rgba(0,0,0,0.35);
  opacity: 0;
  transition: 0.4s;
  z-index: 9999;
}

.kebab-popup-box.active {
  opacity: 1;
  transform: translate(-50%, -50%) scale(1);
}

.kebab-popup-box h2 {
  color: #7a0c0c;
  margin-bottom: 18px;
}

/* ===== PRICE LIST ===== */
.kebab-price-list {
  list-style: none;
  padding: 0;
  margin: 0;
}

.kebab-price-list li {
  display: flex;
  justify-content: space-between;
  padding: 12px 0;
  border-bottom: 1px dashed #ddd;
  font-size: 17px;
}

/* ===== CLOSE BUTTON ===== */
.kebab-close-btn {
  position: absolute;
  top: 16px;
  right: 20px;
  font-size: 26px;
  cursor: pointer;
  color: #7a0c0c;
}

/* ===== MOBILE ===== */
@media (max-width: 768px) {
  .kebab-menu-grid {
    grid-template-columns: 1fr;
  }
}




.biryani-item {
  cursor: pointer; /* ensures pointer on hover */
  position: relative; /* avoids overlap issues */
  z-index: 10; /* ensures it’s above any overlaying element */
}





/* Grid */
.elementor-335 .elementor-element.elementor-element-3d66c58 .biryani-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 25px;
}

/* Cards */
.elementor-335 .elementor-element.elementor-element-3d66c58 .biryani-item {
  background: #fff;
  border-radius: 18px;
  overflow: hidden;
  cursor: pointer;
  box-shadow: 0 15px 35px rgba(0,0,0,0.15);
  transition: 0.4s;
  padding-bottom: 10px;
}

.elementor-335 .elementor-element.elementor-element-3d66c58 .biryani-item:hover {
  transform: translateY(-10px) scale(1.03);
}

.elementor-335 .elementor-element.elementor-element-3d66c58 .biryani-item img {
  width: 100%;
  height: 220px;
  object-fit: cover;
}

.elementor-335 .elementor-element.elementor-element-3d66c58 .biryani-item h3 {
  text-align: center;
  padding: 14px;
  color: #7a0c0c;
}


/* Mobile */
@media (max-width: 768px) {
  .elementor-335 .elementor-element.elementor-element-3d66c58 .biryani-grid {
    grid-template-columns: 1fr;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-21a3a94 *//* Grid */
.elementor-335 .elementor-element.elementor-element-21a3a94 .biryani-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 25px;
}

/* Cards */
.elementor-335 .elementor-element.elementor-element-21a3a94 .biryani-item {
  background: #fff;
  border-radius: 18px;
  overflow: hidden;
  cursor: pointer;
  box-shadow: 0 15px 35px rgba(0,0,0,0.15);
  transition: 0.4s;
  padding-bottom: 10px;
}

.elementor-335 .elementor-element.elementor-element-21a3a94 .biryani-item:hover {
  transform: translateY(-10px) scale(1.03);
}

.elementor-335 .elementor-element.elementor-element-21a3a94 .biryani-item img {
  width: 100%;
  height: 220px;
  object-fit: cover;
}

.elementor-335 .elementor-element.elementor-element-21a3a94 .biryani-item h3 {
  text-align: center;
  padding: 14px;
  color: #7a0c0c;
}


/* Mobile */
@media (max-width: 768px) {
  .elementor-335 .elementor-element.elementor-element-21a3a94 .biryani-grid {
    grid-template-columns: 1fr;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-87bfc66 *//* Grid */
.elementor-335 .elementor-element.elementor-element-87bfc66 .biryani-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 25px;
}

/* Cards */
.elementor-335 .elementor-element.elementor-element-87bfc66 .biryani-item {
  background: #fff;
  border-radius: 18px;
  overflow: hidden;
  cursor: pointer;
  box-shadow: 0 15px 35px rgba(0,0,0,0.15);
  transition: 0.4s;
  padding-bottom: 10px;
}

.elementor-335 .elementor-element.elementor-element-87bfc66 .biryani-item:hover {
  transform: translateY(-10px) scale(1.03);
}

.elementor-335 .elementor-element.elementor-element-87bfc66 .biryani-item img {
  width: 100%;
  height: 220px;
  object-fit: cover;
}

.elementor-335 .elementor-element.elementor-element-87bfc66 .biryani-item h3 {
  text-align: center;
  padding: 14px;
  color: #7a0c0c;
}


/* Mobile */
@media (max-width: 768px) {
  .elementor-335 .elementor-element.elementor-element-87bfc66 .biryani-grid {
    grid-template-columns: 1fr;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-8f343c9 *//* Grid */
.elementor-335 .elementor-element.elementor-element-8f343c9 .biryani-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 25px;
}

/* Cards */
.elementor-335 .elementor-element.elementor-element-8f343c9 .biryani-item {
  background: #fff;
  border-radius: 18px;
  overflow: hidden;
  cursor: pointer;
  box-shadow: 0 15px 35px rgba(0,0,0,0.15);
  transition: 0.4s;
  padding-bottom: 10px;
}

.elementor-335 .elementor-element.elementor-element-8f343c9 .biryani-item:hover {
  transform: translateY(-10px) scale(1.03);
}

.elementor-335 .elementor-element.elementor-element-8f343c9 .biryani-item img {
  width: 100%;
  height: 220px;
  object-fit: cover;
}

.elementor-335 .elementor-element.elementor-element-8f343c9 .biryani-item h3 {
  text-align: center;
  padding: 14px;
  color: #7a0c0c;
}


/* Mobile */
@media (max-width: 768px) {
  .elementor-335 .elementor-element.elementor-element-8f343c9 .biryani-grid {
    grid-template-columns: 1fr;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-0656d44 *//* Grid */
.elementor-335 .elementor-element.elementor-element-0656d44 .biryani-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 25px;
}

/* Cards */
.elementor-335 .elementor-element.elementor-element-0656d44 .biryani-item {
  background: #fff;
  border-radius: 18px;
  overflow: hidden;
  cursor: pointer;
  box-shadow: 0 15px 35px rgba(0,0,0,0.15);
  transition: 0.4s;
  padding-bottom: 10px;
}

.elementor-335 .elementor-element.elementor-element-0656d44 .biryani-item:hover {
  transform: translateY(-10px) scale(1.03);
}

.elementor-335 .elementor-element.elementor-element-0656d44 .biryani-item img {
  width: 100%;
  height: 220px;
  object-fit: cover;
}

.elementor-335 .elementor-element.elementor-element-0656d44 .biryani-item h3 {
  text-align: center;
  padding: 14px;
  color: #7a0c0c;
}


/* Mobile */
@media (max-width: 768px) {
  .elementor-335 .elementor-element.elementor-element-0656d44 .biryani-grid {
    grid-template-columns: 1fr;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-b6a27c1 */.biryani-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 25px;
  margin-bottom: 50px;
}

/* Cards */
.biryani-item {
  background: #fff;
  border-radius: 18px;
  overflow: hidden;
  cursor: pointer;
  box-shadow: 0 15px 35px rgba(0,0,0,0.15);
  transition: 0.4s;
}

.biryani-item:hover {
  transform: translateY(-10px) scale(1.03);
}

.biryani-item img {
  width: 100%;
  height: 220px;
  object-fit: cover;
  display: block;
}

.biryani-item h3 {
  text-align: center;
  padding: 14px;
  color: #7a0c0c;
}

.View-option {
  display: block;
  font-size: 18px;
  font-weight: 600;
  padding-bottom: 15px;
  text-align: center;
  color: #000;
}

.menu-item-wrap {
  padding: 10px 12px 12px;
  text-align: center;
}

.menu-item-title {
  margin: 0 0 6px 0;
  line-height: 1.3;
  font-size: 18px;
  font-weight: 600;
  color: #7a0c0c;
}

.menu-item-price {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 5px;
  margin: 0 auto;
  padding: 6px 16px;
  border-radius: 30px;
  background: linear-gradient(135deg, #7a0c0c, #e41616);
  color: #fff;
  font-weight: 600;
}

/* ===== POPUP OVERLAY ===== */
.popup-overlay {
  position: fixed;
  inset: 0;
  background: rgba(0,0,0,0.6);
  opacity: 0;
  pointer-events: none;
  transition: 0.3s;
  z-index: 9998;
}

.popup-overlay.active {
  opacity: 1;
  pointer-events: all;
}

/* ===== POPUP BOX ===== */
.popup-box {
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) scale(0.9);
  width: 90%;
  max-width: 420px;
  max-height: 80vh;
  border-radius: 25px;
  background: white;
  box-shadow: 0 30px 60px rgba(0,0,0,0.35);
  opacity: 0;
  transition: 0.4s;
  z-index: 9999;
  pointer-events: none;
  overflow: hidden; /* Changed from overflow-y: auto */
  display: flex;
  flex-direction: column;
}

.popup-box.active {
  opacity: 1;
  transform: translate(-50%, -50%) scale(1);
  pointer-events: all;
}

/* Popup Header (Fixed) */
.popup-box h2 {
  color: #7a0c0c;
  margin: 0;
  padding: 35px 35px 15px 35px;
  flex-shrink: 0; /* Don't shrink */
}
.popup-img-wrap {
  width: 70px;
  height: 70px;
  border-radius: 14px;
  overflow: hidden;     /* THIS is the key */
  flex-shrink: 0;
}

.popup-img-wrap img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}




.price-list li {
  display: flex;
  align-items: center;
  gap: 12px;
}

/* Scrollable Content Area */
.price-list {
  list-style: none;
  padding: 0 35px 35px 35px;
  margin: 0;
  overflow-y: auto; /* Only the list scrolls */
  flex: 1;
}

/* ===== CLOSE BUTTON - STAYS FIXED ===== */
.close-btn {
  position: absolute; /* Absolute to popup box */
  top: 16px;
  right: 20px;
  font-size: 32px;
  cursor: pointer;
  color: #7a0c0c;
  line-height: 1;
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: 0.2s;
  z-index: 10;
  background: rgba(255, 255, 255, 0.95);
  border-radius: 50%;
  -webkit-tap-highlight-color: transparent; /* Remove mobile tap highlight */
  touch-action: manipulation; /* Improve touch response */
}

.close-btn:hover,
.close-btn:active {
  transform: scale(1.15);
  color: #e41616;
  background: white;
}

/* ===== PRICE LIST ITEMS ===== */
.price-list li {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  padding: 12px 0;
  border-bottom: 1px dashed #ddd;
  font-size: 17px;
}

.price-list li:last-child {
  border-bottom: none;
}

.item-text {
  max-width: 70%;
  flex: 1;
}

.item-text strong {
  display: block;
  font-size: 16px;
  font-weight: 600;
  color: #000;
  margin-bottom: 3px;
}

.item-text small {
  display: block;
  font-size: 13px;
  color: #555;
  line-height: 1.4;
}

.price {
  font-size: 17px;
  font-weight: 600;
  color: #000;
  white-space: nowrap;
  margin-left: 10px;
}

/* ===== MOBILE ===== */
@media (max-width: 768px) {
  .biryani-grid {
    grid-template-columns: 1fr;
  }
  
  .popup-box {
    width: 95%;
    max-height: 90vh;
  }
  
  .popup-box h2 {
    padding: 25px 25px 12px 25px;
    font-size: 20px;
  }
  
  .price-list {
    padding: 0 25px 25px 25px;
  }
  
  .close-btn {
    top: 12px;
    right: 12px;
    width: 38px;
    height: 38px;
    font-size: 28px;
  }
  
  .item-text {
    max-width: 65%;
  }
  
  .item-text strong {
    font-size: 15px;
  }
  
  .item-text small {
    font-size: 12px;
  }
  
  .price {
    font-size: 16px;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-a3e8d26 *//* Grid */
.elementor-335 .elementor-element.elementor-element-a3e8d26 .biryani-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 25px;
}

/* Cards */
.elementor-335 .elementor-element.elementor-element-a3e8d26 .biryani-item {
  background: #fff;
  border-radius: 18px;
  overflow: hidden;
  cursor: pointer;
  box-shadow: 0 15px 35px rgba(0,0,0,0.15);
  transition: 0.4s;
  padding-bottom: 10px;
}

.elementor-335 .elementor-element.elementor-element-a3e8d26 .biryani-item:hover {
  transform: translateY(-10px) scale(1.03);
}

.elementor-335 .elementor-element.elementor-element-a3e8d26 .biryani-item img {
  width: 100%;
  height: 220px;
  object-fit: cover;
}

.elementor-335 .elementor-element.elementor-element-a3e8d26 .biryani-item h3 {
  text-align: center;
  padding: 14px;
  color: #7a0c0c;
}

/* Clickable Items */
.biryani-item {
  cursor: pointer;
  position: relative;
  z-index: 10;
}

/* Mobile */
@media (max-width: 768px) {
  .elementor-335 .elementor-element.elementor-element-a3e8d26 .biryani-grid {
    grid-template-columns: 1fr;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-ad2c278 *//* Grid */
.elementor-335 .elementor-element.elementor-element-ad2c278 .biryani-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 25px;
}

/* Cards */
.elementor-335 .elementor-element.elementor-element-ad2c278 .biryani-item {
  background: #fff;
  border-radius: 18px;
  overflow: hidden;
  cursor: pointer;
  box-shadow: 0 15px 35px rgba(0,0,0,0.15);
  transition: 0.4s;
  padding-bottom: 10px;
}

.elementor-335 .elementor-element.elementor-element-ad2c278 .biryani-item:hover {
  transform: translateY(-10px) scale(1.03);
}

.elementor-335 .elementor-element.elementor-element-ad2c278 .biryani-item img {
  width: 100%;
  height: 220px;
  object-fit: cover;
}

.elementor-335 .elementor-element.elementor-element-ad2c278 .biryani-item h3 {
  text-align: center;
  padding: 14px;
  color: #7a0c0c;
}

/* Clickable Items */
.biryani-item {
  cursor: pointer;
  position: relative;
  z-index: 10;
}

/* Mobile */
@media (max-width: 768px) {
  .elementor-335 .elementor-element.elementor-element-ad2c278 .biryani-grid {
    grid-template-columns: 1fr;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-1f85aba *//* Grid */
.elementor-335 .elementor-element.elementor-element-1f85aba .biryani-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 25px;
}

/* Cards */
.elementor-335 .elementor-element.elementor-element-1f85aba .biryani-item {
  background: #fff;
  border-radius: 18px;
  overflow: hidden;
  cursor: pointer;
  box-shadow: 0 15px 35px rgba(0,0,0,0.15);
  transition: 0.4s;
  padding-bottom: 10px;
}

.elementor-335 .elementor-element.elementor-element-1f85aba .biryani-item:hover {
  transform: translateY(-10px) scale(1.03);
}

.elementor-335 .elementor-element.elementor-element-1f85aba .biryani-item img {
  width: 100%;
  height: 220px;
  object-fit: cover;
}

.elementor-335 .elementor-element.elementor-element-1f85aba .biryani-item h3 {
  text-align: center;
  padding: 14px;
  color: #7a0c0c;
}

/* Clickable Items */
.biryani-item {
  cursor: pointer;
  position: relative;
  z-index: 10;
}

/* Mobile */
@media (max-width: 768px) {
  .elementor-335 .elementor-element.elementor-element-1f85aba .biryani-grid {
    grid-template-columns: 1fr;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-dff3667 *//* ===== GRID ===== */
.mandi-menu-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 25px;
}

/* ===== CARDS ===== */
.mandi-card {
  background: #fff;
  border-radius: 18px;
  overflow: hidden;
  cursor: pointer;
  box-shadow: 0 15px 35px rgba(0, 0, 0, 0.15);
  transition: 0.4s;
}

.mandi-card:hover {
  transform: translateY(-10px) scale(1.03);
}

/* ✅ FIXED: Removed ".elementor-335 .elementor-element.elementor-element-dff3667" */
.mandi-card img {
  width: 100%;
  height: 220px;
  object-fit: cover;
}

.mandi-card h3 {
  text-align: center;
  padding: 14px;
  color: #7a0c0c;
}

.View-option {
  display: block;
  font-size: 20px;
  font-weight: 600;
  color: #000;
  text-align: center;
  padding-bottom: 15px;
}

/* ===== POPUP OVERLAY ===== */
.mandi-popup-overlay {
  position: fixed;
  inset: 0;
  background: rgba(0, 0, 0, 0.6);
  opacity: 0;
  pointer-events: none;
  transition: 0.3s;
  z-index: 9998;
}

.mandi-popup-overlay.active {
  opacity: 1;
  pointer-events: all;
}

/* ===== POPUP BOX ===== */
.popup-img-wrap {
  width: 70px;
  height: 70px;
  border-radius: 14px;
  overflow: hidden;
  /* THIS is the key */
  flex-shrink: 0;
}

.popup-img-wrap img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.mandi-popup-box {
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -45%) scale(0.9);
  width: 90%;
  max-width: 420px;
  max-height: 80vh;
  overflow-y: auto;
  padding: 35px;
  border-radius: 25px;
  background: white;
  backdrop-filter: blur(18px);
  -webkit-backdrop-filter: blur(18px);
  border: 1px solid rgba(255, 255, 255, 0.3);
  box-shadow: 0 30px 60px rgba(0, 0, 0, 0.35);
  opacity: 0;
  transition: 0.4s;
  z-index: 9999;
  pointer-events: none;
}

.mandi-popup-box.active {
  opacity: 1;
  transform: translate(-50%, -50%) scale(1);
  pointer-events: all;
}

.mandi-popup-box h2 {
  color: #7a0c0c;
  margin-bottom: 18px;
}

/* ===== PRICE LIST ===== */

.mandi-price-list {
  list-style: none;
  padding: 0;
  margin: 0;
}

.mandi-price-list li {
  display: flex;
  justify-content: space-between;
  padding: 12px 0;
  border-bottom: 1px dashed #ddd;
  font-size: 17px;
}




/* ===== CLOSE BUTTON ===== */
.mandi-close-btn {
  position: absolute;
  top: 16px;
  right: 20px;
  font-size: 32px;
  cursor: pointer;
  color: #7a0c0c;
  line-height: 1;
  width: 35px;
  height: 35px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: 0.2s;
  z-index: 10000;
}

.mandi-close-btn:hover {
  transform: scale(1.2);
  color: #e41616;
}

/* ===== MOBILE ===== */
@media (max-width: 768px) {
  .mandi-menu-grid {
    grid-template-columns: 1fr;
  }
}

/* ===== BIRYANI ITEMS (Non-popup cards) ===== */
.biryani-item {
  background: #fff;
  border-radius: 18px;
  overflow: hidden;
  cursor: pointer;
  box-shadow: 0 15px 35px rgba(0, 0, 0, 0.15);
  transition: 0.4s;
  padding-bottom: 10px;
}

.biryani-item:hover {
  transform: translateY(-10px) scale(1.03);
}

.biryani-item img {
  width: 100%;
  height: 220px;
  object-fit: cover;
}

.biryani-item h3 {
  text-align: center;
  padding: 14px;
  color: #7a0c0c;
}

.menu-item-wrap {
  padding: 10px 12px 12px;
  text-align: center;
}

.menu-item-title {
  margin: 0 0 6px 0;
  line-height: 1.3;
  font-size: 18px;
  font-weight: 600;
  color: #7a0c0c;
}

.menu-item-price {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 5px;
  margin: 0 auto;
  padding: 6px 16px;
  border-radius: 30px;
  background: linear-gradient(135deg, #7a0c0c, #e41616);
  color: #fff;
  font-weight: 600;
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-08d7022 *//* ===== GRID ===== */
    .chinese-menu-grid {
      display: grid;
      grid-template-columns: repeat(3, 1fr);
      gap: 25px;
    }

    /* ===== CARDS ===== */
    .chinese-card {
      background: #fff;
      border-radius: 18px;
      overflow: hidden;
      cursor: pointer;
      box-shadow: 0 15px 35px rgba(0,0,0,0.15);
      transition: 0.4s;
    }
    .chinese-card:hover {
      transform: translateY(-10px) scale(1.03);
    }
    /* ✅ FIXED: Removed ".elementor-335 .elementor-element.elementor-element-08d7022" */
    .chinese-card img {
      width: 100%;
      height: 220px;
      object-fit: cover;
    }
    .chinese-card h3 {
      text-align: center;
      padding: 14px;
      color: #7a0c0c;
    }
    .menu-item-title {
      font-size: 25px;   
    }
    .View-option {
      display: block;
      font-size: 20px;
      font-weight: 600;
      color: #000;
      text-align: center;
      padding-bottom: 15px;
    }

    /* ===== POPUP OVERLAY ===== */
    .chinese-popup-overlay {
      position: fixed;
      inset: 0;
      background: rgba(0,0,0,0.6);
      opacity: 0;
      pointer-events: none;
      transition: 0.3s;
      z-index: 9998;
    }
    .chinese-popup-overlay.active {
      opacity: 1;
      pointer-events: all;
    }

    /* ===== POPUP BOX ===== */
    .chinese-popup-box {
      position: fixed;
      top: 50%;
      left: 50%;
      transform: translate(-50%, -45%) scale(0.9);
      width: 90%;
      max-width: 420px;
      max-height: 80vh;
      overflow-y: auto;
      padding: 35px;
      border-radius: 25px;
      background: white;
      box-shadow: 0 30px 60px rgba(0,0,0,0.35);
      opacity: 0;
      transition: 0.4s;
      z-index: 9999;
      pointer-events: none;
    }
    .chinese-popup-box.active {
      opacity: 1;
      transform: translate(-50%, -50%) scale(1);
      pointer-events: all;
    }
    .chinese-popup-box h2 {
      color: #7a0c0c;
      margin-bottom: 18px;
    }

    /* ===== PRICE LIST ===== */
    .chinese-price-list {
      list-style: none;
      padding: 0;
      margin: 0;
    }
    .chinese-price-list li {
      display: flex;
      justify-content: space-between;
      padding: 12px 0;
      border-bottom: 1px dashed #ddd;
      font-size: 17px;
    }

    /* ===== CLOSE BUTTON ===== */
    .chinese-close-btn {
      position: absolute;
      top: 16px;
      right: 20px;
      font-size: 32px;
      cursor: pointer;
      color: #7a0c0c;
      line-height: 1;
      width: 35px;
      height: 35px;
      display: flex;
      align-items: center;
      justify-content: center;
      transition: 0.2s;
      z-index: 10000;
    }
    .chinese-close-btn:hover {
      transform: scale(1.2);
      color: #e41616;
    }

    /* ===== MOBILE ===== */
    @media (max-width: 768px) {
      .chinese-menu-grid {
        grid-template-columns: 1fr;
      }
    }/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-d27b0b1 *//* Grid */
.elementor-335 .elementor-element.elementor-element-d27b0b1 .biryani-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 25px;
}

/* Cards */
.elementor-335 .elementor-element.elementor-element-d27b0b1 .biryani-item {
  background: #fff;
  border-radius: 18px;
  overflow: hidden;
  cursor: pointer;
  box-shadow: 0 15px 35px rgba(0,0,0,0.15);
  transition: 0.4s;
  padding-bottom: 10px;
}

.elementor-335 .elementor-element.elementor-element-d27b0b1 .biryani-item:hover {
  transform: translateY(-10px) scale(1.03);
}

.elementor-335 .elementor-element.elementor-element-d27b0b1 .biryani-item img {
  width: 100%;
  height: 220px;
  object-fit: cover;
}

.elementor-335 .elementor-element.elementor-element-d27b0b1 .biryani-item h3 {
  text-align: center;
  padding: 14px;
  color: #7a0c0c;
}


/* Mobile */
@media (max-width: 768px) {
  .elementor-335 .elementor-element.elementor-element-d27b0b1 .biryani-grid {
    grid-template-columns: 1fr;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-f17269a *//* Grid */
.elementor-335 .elementor-element.elementor-element-f17269a .biryani-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 25px;
}

/* Cards */
.elementor-335 .elementor-element.elementor-element-f17269a .biryani-item {
  background: #fff;
  border-radius: 18px;
  overflow: hidden;
  cursor: pointer;
  box-shadow: 0 15px 35px rgba(0,0,0,0.15);
  transition: 0.4s;
  padding-bottom: 10px;
}

.elementor-335 .elementor-element.elementor-element-f17269a .biryani-item:hover {
  transform: translateY(-10px) scale(1.03);
}

.elementor-335 .elementor-element.elementor-element-f17269a .biryani-item img {
  width: 100%;
  height: 220px;
  object-fit: cover;
}

.elementor-335 .elementor-element.elementor-element-f17269a .biryani-item h3 {
  text-align: center;
  padding: 14px;
  color: #7a0c0c;
}
/* Mobile */
@media (max-width: 768px) {
  .elementor-335 .elementor-element.elementor-element-f17269a .biryani-grid {
    grid-template-columns: 1fr;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-3d66c58 *//* ===== GRID ===== */
.kebab-menu-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 25px;
}

/* ===== CARDS ===== */
.kebab-card {
  background: #fff;
  border-radius: 18px;
  overflow: hidden;
  cursor: pointer;
  box-shadow: 0 15px 35px rgba(0,0,0,0.15);
  transition: 0.4s;
}

.kebab-card:hover {
  transform: translateY(-10px) scale(1.03);
}
.elementor-335 .elementor-element.elementor-element-3d66c58 .kebab-card img {
  width: 100%;
  height: 220px;
  object-fit: cover;
}
.kebab-card h3 {
  text-align: center;
  padding: 14px;
  color: #7a0c0c;
}

.kebab-price {
  display: block;
  font-size: 20px;
  font-weight: 600;
  color: #000;
  text-align: center;
  padding-bottom: 10px;
}

/* ===== POPUP OVERLAY ===== */
.kebab-popup-overlay {
  position: fixed;
  inset: 0;
  background: rgba(0,0,0,0.6);
  opacity: 0;
  pointer-events: none;
  transition: 0.3s;
  z-index: 9998;
}

.kebab-popup-overlay.active {
  opacity: 1;
  pointer-events: all;
}

/* ===== POPUP BOX ===== */
.kebab-popup-box {
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -45%) scale(0.9);
  width: 90%;
  max-width: 420px;
  padding: 35px;
  border-radius: 25px;
  background: white;
  backdrop-filter: blur(18px);
  -webkit-backdrop-filter: blur(18px);
  border: 1px solid rgba(255,255,255,0.3);
  box-shadow: 0 30px 60px rgba(0,0,0,0.35);
  opacity: 0;
  transition: 0.4s;
  z-index: 9999;
}

.kebab-popup-box.active {
  opacity: 1;
  transform: translate(-50%, -50%) scale(1);
}

.kebab-popup-box h2 {
  color: #7a0c0c;
  margin-bottom: 18px;
}

/* ===== PRICE LIST ===== */
.kebab-price-list {
  list-style: none;
  padding: 0;
  margin: 0;
}

.kebab-price-list li {
  display: flex;
  justify-content: space-between;
  padding: 12px 0;
  border-bottom: 1px dashed #ddd;
  font-size: 17px;
}

/* ===== CLOSE BUTTON ===== */
.kebab-close-btn {
  position: absolute;
  top: 16px;
  right: 20px;
  font-size: 26px;
  cursor: pointer;
  color: #7a0c0c;
}

/* ===== MOBILE ===== */
@media (max-width: 768px) {
  .kebab-menu-grid {
    grid-template-columns: 1fr;
  }
}




.biryani-item {
  cursor: pointer; /* ensures pointer on hover */
  position: relative; /* avoids overlap issues */
  z-index: 10; /* ensures it’s above any overlaying element */
}





/* Grid */
.elementor-335 .elementor-element.elementor-element-3d66c58 .biryani-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 25px;
}

/* Cards */
.elementor-335 .elementor-element.elementor-element-3d66c58 .biryani-item {
  background: #fff;
  border-radius: 18px;
  overflow: hidden;
  cursor: pointer;
  box-shadow: 0 15px 35px rgba(0,0,0,0.15);
  transition: 0.4s;
  padding-bottom: 10px;
}

.elementor-335 .elementor-element.elementor-element-3d66c58 .biryani-item:hover {
  transform: translateY(-10px) scale(1.03);
}

.elementor-335 .elementor-element.elementor-element-3d66c58 .biryani-item img {
  width: 100%;
  height: 220px;
  object-fit: cover;
}

.elementor-335 .elementor-element.elementor-element-3d66c58 .biryani-item h3 {
  text-align: center;
  padding: 14px;
  color: #7a0c0c;
}


/* Mobile */
@media (max-width: 768px) {
  .elementor-335 .elementor-element.elementor-element-3d66c58 .biryani-grid {
    grid-template-columns: 1fr;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-21a3a94 *//* Grid */
.elementor-335 .elementor-element.elementor-element-21a3a94 .biryani-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 25px;
}

/* Cards */
.elementor-335 .elementor-element.elementor-element-21a3a94 .biryani-item {
  background: #fff;
  border-radius: 18px;
  overflow: hidden;
  cursor: pointer;
  box-shadow: 0 15px 35px rgba(0,0,0,0.15);
  transition: 0.4s;
  padding-bottom: 10px;
}

.elementor-335 .elementor-element.elementor-element-21a3a94 .biryani-item:hover {
  transform: translateY(-10px) scale(1.03);
}

.elementor-335 .elementor-element.elementor-element-21a3a94 .biryani-item img {
  width: 100%;
  height: 220px;
  object-fit: cover;
}

.elementor-335 .elementor-element.elementor-element-21a3a94 .biryani-item h3 {
  text-align: center;
  padding: 14px;
  color: #7a0c0c;
}


/* Mobile */
@media (max-width: 768px) {
  .elementor-335 .elementor-element.elementor-element-21a3a94 .biryani-grid {
    grid-template-columns: 1fr;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-87bfc66 *//* Grid */
.elementor-335 .elementor-element.elementor-element-87bfc66 .biryani-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 25px;
}

/* Cards */
.elementor-335 .elementor-element.elementor-element-87bfc66 .biryani-item {
  background: #fff;
  border-radius: 18px;
  overflow: hidden;
  cursor: pointer;
  box-shadow: 0 15px 35px rgba(0,0,0,0.15);
  transition: 0.4s;
  padding-bottom: 10px;
}

.elementor-335 .elementor-element.elementor-element-87bfc66 .biryani-item:hover {
  transform: translateY(-10px) scale(1.03);
}

.elementor-335 .elementor-element.elementor-element-87bfc66 .biryani-item img {
  width: 100%;
  height: 220px;
  object-fit: cover;
}

.elementor-335 .elementor-element.elementor-element-87bfc66 .biryani-item h3 {
  text-align: center;
  padding: 14px;
  color: #7a0c0c;
}


/* Mobile */
@media (max-width: 768px) {
  .elementor-335 .elementor-element.elementor-element-87bfc66 .biryani-grid {
    grid-template-columns: 1fr;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-8f343c9 *//* Grid */
.elementor-335 .elementor-element.elementor-element-8f343c9 .biryani-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 25px;
}

/* Cards */
.elementor-335 .elementor-element.elementor-element-8f343c9 .biryani-item {
  background: #fff;
  border-radius: 18px;
  overflow: hidden;
  cursor: pointer;
  box-shadow: 0 15px 35px rgba(0,0,0,0.15);
  transition: 0.4s;
  padding-bottom: 10px;
}

.elementor-335 .elementor-element.elementor-element-8f343c9 .biryani-item:hover {
  transform: translateY(-10px) scale(1.03);
}

.elementor-335 .elementor-element.elementor-element-8f343c9 .biryani-item img {
  width: 100%;
  height: 220px;
  object-fit: cover;
}

.elementor-335 .elementor-element.elementor-element-8f343c9 .biryani-item h3 {
  text-align: center;
  padding: 14px;
  color: #7a0c0c;
}


/* Mobile */
@media (max-width: 768px) {
  .elementor-335 .elementor-element.elementor-element-8f343c9 .biryani-grid {
    grid-template-columns: 1fr;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-0656d44 *//* Grid */
.elementor-335 .elementor-element.elementor-element-0656d44 .biryani-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 25px;
}

/* Cards */
.elementor-335 .elementor-element.elementor-element-0656d44 .biryani-item {
  background: #fff;
  border-radius: 18px;
  overflow: hidden;
  cursor: pointer;
  box-shadow: 0 15px 35px rgba(0,0,0,0.15);
  transition: 0.4s;
  padding-bottom: 10px;
}

.elementor-335 .elementor-element.elementor-element-0656d44 .biryani-item:hover {
  transform: translateY(-10px) scale(1.03);
}

.elementor-335 .elementor-element.elementor-element-0656d44 .biryani-item img {
  width: 100%;
  height: 220px;
  object-fit: cover;
}

.elementor-335 .elementor-element.elementor-element-0656d44 .biryani-item h3 {
  text-align: center;
  padding: 14px;
  color: #7a0c0c;
}


/* Mobile */
@media (max-width: 768px) {
  .elementor-335 .elementor-element.elementor-element-0656d44 .biryani-grid {
    grid-template-columns: 1fr;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-b6a27c1 */.biryani-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 25px;
  margin-bottom: 50px;
}

/* Cards */
.biryani-item {
  background: #fff;
  border-radius: 18px;
  overflow: hidden;
  cursor: pointer;
  box-shadow: 0 15px 35px rgba(0,0,0,0.15);
  transition: 0.4s;
}

.biryani-item:hover {
  transform: translateY(-10px) scale(1.03);
}

.biryani-item img {
  width: 100%;
  height: 220px;
  object-fit: cover;
  display: block;
}

.biryani-item h3 {
  text-align: center;
  padding: 14px;
  color: #7a0c0c;
}

.View-option {
  display: block;
  font-size: 18px;
  font-weight: 600;
  padding-bottom: 15px;
  text-align: center;
  color: #000;
}

.menu-item-wrap {
  padding: 10px 12px 12px;
  text-align: center;
}

.menu-item-title {
  margin: 0 0 6px 0;
  line-height: 1.3;
  font-size: 18px;
  font-weight: 600;
  color: #7a0c0c;
}

.menu-item-price {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 5px;
  margin: 0 auto;
  padding: 6px 16px;
  border-radius: 30px;
  background: linear-gradient(135deg, #7a0c0c, #e41616);
  color: #fff;
  font-weight: 600;
}

/* ===== POPUP OVERLAY ===== */
.popup-overlay {
  position: fixed;
  inset: 0;
  background: rgba(0,0,0,0.6);
  opacity: 0;
  pointer-events: none;
  transition: 0.3s;
  z-index: 9998;
}

.popup-overlay.active {
  opacity: 1;
  pointer-events: all;
}

/* ===== POPUP BOX ===== */
.popup-box {
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) scale(0.9);
  width: 90%;
  max-width: 420px;
  max-height: 80vh;
  border-radius: 25px;
  background: white;
  box-shadow: 0 30px 60px rgba(0,0,0,0.35);
  opacity: 0;
  transition: 0.4s;
  z-index: 9999;
  pointer-events: none;
  overflow: hidden; /* Changed from overflow-y: auto */
  display: flex;
  flex-direction: column;
}

.popup-box.active {
  opacity: 1;
  transform: translate(-50%, -50%) scale(1);
  pointer-events: all;
}

/* Popup Header (Fixed) */
.popup-box h2 {
  color: #7a0c0c;
  margin: 0;
  padding: 35px 35px 15px 35px;
  flex-shrink: 0; /* Don't shrink */
}
.popup-img-wrap {
  width: 70px;
  height: 70px;
  border-radius: 14px;
  overflow: hidden;     /* THIS is the key */
  flex-shrink: 0;
}

.popup-img-wrap img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}




.price-list li {
  display: flex;
  align-items: center;
  gap: 12px;
}

/* Scrollable Content Area */
.price-list {
  list-style: none;
  padding: 0 35px 35px 35px;
  margin: 0;
  overflow-y: auto; /* Only the list scrolls */
  flex: 1;
}

/* ===== CLOSE BUTTON - STAYS FIXED ===== */
.close-btn {
  position: absolute; /* Absolute to popup box */
  top: 16px;
  right: 20px;
  font-size: 32px;
  cursor: pointer;
  color: #7a0c0c;
  line-height: 1;
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: 0.2s;
  z-index: 10;
  background: rgba(255, 255, 255, 0.95);
  border-radius: 50%;
  -webkit-tap-highlight-color: transparent; /* Remove mobile tap highlight */
  touch-action: manipulation; /* Improve touch response */
}

.close-btn:hover,
.close-btn:active {
  transform: scale(1.15);
  color: #e41616;
  background: white;
}

/* ===== PRICE LIST ITEMS ===== */
.price-list li {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  padding: 12px 0;
  border-bottom: 1px dashed #ddd;
  font-size: 17px;
}

.price-list li:last-child {
  border-bottom: none;
}

.item-text {
  max-width: 70%;
  flex: 1;
}

.item-text strong {
  display: block;
  font-size: 16px;
  font-weight: 600;
  color: #000;
  margin-bottom: 3px;
}

.item-text small {
  display: block;
  font-size: 13px;
  color: #555;
  line-height: 1.4;
}

.price {
  font-size: 17px;
  font-weight: 600;
  color: #000;
  white-space: nowrap;
  margin-left: 10px;
}

/* ===== MOBILE ===== */
@media (max-width: 768px) {
  .biryani-grid {
    grid-template-columns: 1fr;
  }
  
  .popup-box {
    width: 95%;
    max-height: 90vh;
  }
  
  .popup-box h2 {
    padding: 25px 25px 12px 25px;
    font-size: 20px;
  }
  
  .price-list {
    padding: 0 25px 25px 25px;
  }
  
  .close-btn {
    top: 12px;
    right: 12px;
    width: 38px;
    height: 38px;
    font-size: 28px;
  }
  
  .item-text {
    max-width: 65%;
  }
  
  .item-text strong {
    font-size: 15px;
  }
  
  .item-text small {
    font-size: 12px;
  }
  
  .price {
    font-size: 16px;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-a3e8d26 *//* Grid */
.elementor-335 .elementor-element.elementor-element-a3e8d26 .biryani-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 25px;
}

/* Cards */
.elementor-335 .elementor-element.elementor-element-a3e8d26 .biryani-item {
  background: #fff;
  border-radius: 18px;
  overflow: hidden;
  cursor: pointer;
  box-shadow: 0 15px 35px rgba(0,0,0,0.15);
  transition: 0.4s;
  padding-bottom: 10px;
}

.elementor-335 .elementor-element.elementor-element-a3e8d26 .biryani-item:hover {
  transform: translateY(-10px) scale(1.03);
}

.elementor-335 .elementor-element.elementor-element-a3e8d26 .biryani-item img {
  width: 100%;
  height: 220px;
  object-fit: cover;
}

.elementor-335 .elementor-element.elementor-element-a3e8d26 .biryani-item h3 {
  text-align: center;
  padding: 14px;
  color: #7a0c0c;
}

/* Clickable Items */
.biryani-item {
  cursor: pointer;
  position: relative;
  z-index: 10;
}

/* Mobile */
@media (max-width: 768px) {
  .elementor-335 .elementor-element.elementor-element-a3e8d26 .biryani-grid {
    grid-template-columns: 1fr;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-ad2c278 *//* Grid */
.elementor-335 .elementor-element.elementor-element-ad2c278 .biryani-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 25px;
}

/* Cards */
.elementor-335 .elementor-element.elementor-element-ad2c278 .biryani-item {
  background: #fff;
  border-radius: 18px;
  overflow: hidden;
  cursor: pointer;
  box-shadow: 0 15px 35px rgba(0,0,0,0.15);
  transition: 0.4s;
  padding-bottom: 10px;
}

.elementor-335 .elementor-element.elementor-element-ad2c278 .biryani-item:hover {
  transform: translateY(-10px) scale(1.03);
}

.elementor-335 .elementor-element.elementor-element-ad2c278 .biryani-item img {
  width: 100%;
  height: 220px;
  object-fit: cover;
}

.elementor-335 .elementor-element.elementor-element-ad2c278 .biryani-item h3 {
  text-align: center;
  padding: 14px;
  color: #7a0c0c;
}

/* Clickable Items */
.biryani-item {
  cursor: pointer;
  position: relative;
  z-index: 10;
}

/* Mobile */
@media (max-width: 768px) {
  .elementor-335 .elementor-element.elementor-element-ad2c278 .biryani-grid {
    grid-template-columns: 1fr;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-1f85aba *//* Grid */
.elementor-335 .elementor-element.elementor-element-1f85aba .biryani-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 25px;
}

/* Cards */
.elementor-335 .elementor-element.elementor-element-1f85aba .biryani-item {
  background: #fff;
  border-radius: 18px;
  overflow: hidden;
  cursor: pointer;
  box-shadow: 0 15px 35px rgba(0,0,0,0.15);
  transition: 0.4s;
  padding-bottom: 10px;
}

.elementor-335 .elementor-element.elementor-element-1f85aba .biryani-item:hover {
  transform: translateY(-10px) scale(1.03);
}

.elementor-335 .elementor-element.elementor-element-1f85aba .biryani-item img {
  width: 100%;
  height: 220px;
  object-fit: cover;
}

.elementor-335 .elementor-element.elementor-element-1f85aba .biryani-item h3 {
  text-align: center;
  padding: 14px;
  color: #7a0c0c;
}

/* Clickable Items */
.biryani-item {
  cursor: pointer;
  position: relative;
  z-index: 10;
}

/* Mobile */
@media (max-width: 768px) {
  .elementor-335 .elementor-element.elementor-element-1f85aba .biryani-grid {
    grid-template-columns: 1fr;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-dff3667 *//* ===== GRID ===== */
.mandi-menu-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 25px;
}

/* ===== CARDS ===== */
.mandi-card {
  background: #fff;
  border-radius: 18px;
  overflow: hidden;
  cursor: pointer;
  box-shadow: 0 15px 35px rgba(0, 0, 0, 0.15);
  transition: 0.4s;
}

.mandi-card:hover {
  transform: translateY(-10px) scale(1.03);
}

/* ✅ FIXED: Removed ".elementor-335 .elementor-element.elementor-element-dff3667" */
.mandi-card img {
  width: 100%;
  height: 220px;
  object-fit: cover;
}

.mandi-card h3 {
  text-align: center;
  padding: 14px;
  color: #7a0c0c;
}

.View-option {
  display: block;
  font-size: 20px;
  font-weight: 600;
  color: #000;
  text-align: center;
  padding-bottom: 15px;
}

/* ===== POPUP OVERLAY ===== */
.mandi-popup-overlay {
  position: fixed;
  inset: 0;
  background: rgba(0, 0, 0, 0.6);
  opacity: 0;
  pointer-events: none;
  transition: 0.3s;
  z-index: 9998;
}

.mandi-popup-overlay.active {
  opacity: 1;
  pointer-events: all;
}

/* ===== POPUP BOX ===== */
.popup-img-wrap {
  width: 70px;
  height: 70px;
  border-radius: 14px;
  overflow: hidden;
  /* THIS is the key */
  flex-shrink: 0;
}

.popup-img-wrap img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.mandi-popup-box {
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -45%) scale(0.9);
  width: 90%;
  max-width: 420px;
  max-height: 80vh;
  overflow-y: auto;
  padding: 35px;
  border-radius: 25px;
  background: white;
  backdrop-filter: blur(18px);
  -webkit-backdrop-filter: blur(18px);
  border: 1px solid rgba(255, 255, 255, 0.3);
  box-shadow: 0 30px 60px rgba(0, 0, 0, 0.35);
  opacity: 0;
  transition: 0.4s;
  z-index: 9999;
  pointer-events: none;
}

.mandi-popup-box.active {
  opacity: 1;
  transform: translate(-50%, -50%) scale(1);
  pointer-events: all;
}

.mandi-popup-box h2 {
  color: #7a0c0c;
  margin-bottom: 18px;
}

/* ===== PRICE LIST ===== */

.mandi-price-list {
  list-style: none;
  padding: 0;
  margin: 0;
}

.mandi-price-list li {
  display: flex;
  justify-content: space-between;
  padding: 12px 0;
  border-bottom: 1px dashed #ddd;
  font-size: 17px;
}




/* ===== CLOSE BUTTON ===== */
.mandi-close-btn {
  position: absolute;
  top: 16px;
  right: 20px;
  font-size: 32px;
  cursor: pointer;
  color: #7a0c0c;
  line-height: 1;
  width: 35px;
  height: 35px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: 0.2s;
  z-index: 10000;
}

.mandi-close-btn:hover {
  transform: scale(1.2);
  color: #e41616;
}

/* ===== MOBILE ===== */
@media (max-width: 768px) {
  .mandi-menu-grid {
    grid-template-columns: 1fr;
  }
}

/* ===== BIRYANI ITEMS (Non-popup cards) ===== */
.biryani-item {
  background: #fff;
  border-radius: 18px;
  overflow: hidden;
  cursor: pointer;
  box-shadow: 0 15px 35px rgba(0, 0, 0, 0.15);
  transition: 0.4s;
  padding-bottom: 10px;
}

.biryani-item:hover {
  transform: translateY(-10px) scale(1.03);
}

.biryani-item img {
  width: 100%;
  height: 220px;
  object-fit: cover;
}

.biryani-item h3 {
  text-align: center;
  padding: 14px;
  color: #7a0c0c;
}

.menu-item-wrap {
  padding: 10px 12px 12px;
  text-align: center;
}

.menu-item-title {
  margin: 0 0 6px 0;
  line-height: 1.3;
  font-size: 18px;
  font-weight: 600;
  color: #7a0c0c;
}

.menu-item-price {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 5px;
  margin: 0 auto;
  padding: 6px 16px;
  border-radius: 30px;
  background: linear-gradient(135deg, #7a0c0c, #e41616);
  color: #fff;
  font-weight: 600;
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-08d7022 *//* ===== GRID ===== */
    .chinese-menu-grid {
      display: grid;
      grid-template-columns: repeat(3, 1fr);
      gap: 25px;
    }

    /* ===== CARDS ===== */
    .chinese-card {
      background: #fff;
      border-radius: 18px;
      overflow: hidden;
      cursor: pointer;
      box-shadow: 0 15px 35px rgba(0,0,0,0.15);
      transition: 0.4s;
    }
    .chinese-card:hover {
      transform: translateY(-10px) scale(1.03);
    }
    /* ✅ FIXED: Removed ".elementor-335 .elementor-element.elementor-element-08d7022" */
    .chinese-card img {
      width: 100%;
      height: 220px;
      object-fit: cover;
    }
    .chinese-card h3 {
      text-align: center;
      padding: 14px;
      color: #7a0c0c;
    }
    .menu-item-title {
      font-size: 25px;   
    }
    .View-option {
      display: block;
      font-size: 20px;
      font-weight: 600;
      color: #000;
      text-align: center;
      padding-bottom: 15px;
    }

    /* ===== POPUP OVERLAY ===== */
    .chinese-popup-overlay {
      position: fixed;
      inset: 0;
      background: rgba(0,0,0,0.6);
      opacity: 0;
      pointer-events: none;
      transition: 0.3s;
      z-index: 9998;
    }
    .chinese-popup-overlay.active {
      opacity: 1;
      pointer-events: all;
    }

    /* ===== POPUP BOX ===== */
    .chinese-popup-box {
      position: fixed;
      top: 50%;
      left: 50%;
      transform: translate(-50%, -45%) scale(0.9);
      width: 90%;
      max-width: 420px;
      max-height: 80vh;
      overflow-y: auto;
      padding: 35px;
      border-radius: 25px;
      background: white;
      box-shadow: 0 30px 60px rgba(0,0,0,0.35);
      opacity: 0;
      transition: 0.4s;
      z-index: 9999;
      pointer-events: none;
    }
    .chinese-popup-box.active {
      opacity: 1;
      transform: translate(-50%, -50%) scale(1);
      pointer-events: all;
    }
    .chinese-popup-box h2 {
      color: #7a0c0c;
      margin-bottom: 18px;
    }

    /* ===== PRICE LIST ===== */
    .chinese-price-list {
      list-style: none;
      padding: 0;
      margin: 0;
    }
    .chinese-price-list li {
      display: flex;
      justify-content: space-between;
      padding: 12px 0;
      border-bottom: 1px dashed #ddd;
      font-size: 17px;
    }

    /* ===== CLOSE BUTTON ===== */
    .chinese-close-btn {
      position: absolute;
      top: 16px;
      right: 20px;
      font-size: 32px;
      cursor: pointer;
      color: #7a0c0c;
      line-height: 1;
      width: 35px;
      height: 35px;
      display: flex;
      align-items: center;
      justify-content: center;
      transition: 0.2s;
      z-index: 10000;
    }
    .chinese-close-btn:hover {
      transform: scale(1.2);
      color: #e41616;
    }

    /* ===== MOBILE ===== */
    @media (max-width: 768px) {
      .chinese-menu-grid {
        grid-template-columns: 1fr;
      }
    }/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-d27b0b1 *//* Grid */
.elementor-335 .elementor-element.elementor-element-d27b0b1 .biryani-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 25px;
}

/* Cards */
.elementor-335 .elementor-element.elementor-element-d27b0b1 .biryani-item {
  background: #fff;
  border-radius: 18px;
  overflow: hidden;
  cursor: pointer;
  box-shadow: 0 15px 35px rgba(0,0,0,0.15);
  transition: 0.4s;
  padding-bottom: 10px;
}

.elementor-335 .elementor-element.elementor-element-d27b0b1 .biryani-item:hover {
  transform: translateY(-10px) scale(1.03);
}

.elementor-335 .elementor-element.elementor-element-d27b0b1 .biryani-item img {
  width: 100%;
  height: 220px;
  object-fit: cover;
}

.elementor-335 .elementor-element.elementor-element-d27b0b1 .biryani-item h3 {
  text-align: center;
  padding: 14px;
  color: #7a0c0c;
}


/* Mobile */
@media (max-width: 768px) {
  .elementor-335 .elementor-element.elementor-element-d27b0b1 .biryani-grid {
    grid-template-columns: 1fr;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-f17269a *//* Grid */
.elementor-335 .elementor-element.elementor-element-f17269a .biryani-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 25px;
}

/* Cards */
.elementor-335 .elementor-element.elementor-element-f17269a .biryani-item {
  background: #fff;
  border-radius: 18px;
  overflow: hidden;
  cursor: pointer;
  box-shadow: 0 15px 35px rgba(0,0,0,0.15);
  transition: 0.4s;
  padding-bottom: 10px;
}

.elementor-335 .elementor-element.elementor-element-f17269a .biryani-item:hover {
  transform: translateY(-10px) scale(1.03);
}

.elementor-335 .elementor-element.elementor-element-f17269a .biryani-item img {
  width: 100%;
  height: 220px;
  object-fit: cover;
}

.elementor-335 .elementor-element.elementor-element-f17269a .biryani-item h3 {
  text-align: center;
  padding: 14px;
  color: #7a0c0c;
}
/* Mobile */
@media (max-width: 768px) {
  .elementor-335 .elementor-element.elementor-element-f17269a .biryani-grid {
    grid-template-columns: 1fr;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-3d66c58 *//* ===== GRID ===== */
.kebab-menu-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 25px;
}

/* ===== CARDS ===== */
.kebab-card {
  background: #fff;
  border-radius: 18px;
  overflow: hidden;
  cursor: pointer;
  box-shadow: 0 15px 35px rgba(0,0,0,0.15);
  transition: 0.4s;
}

.kebab-card:hover {
  transform: translateY(-10px) scale(1.03);
}
.elementor-335 .elementor-element.elementor-element-3d66c58 .kebab-card img {
  width: 100%;
  height: 220px;
  object-fit: cover;
}
.kebab-card h3 {
  text-align: center;
  padding: 14px;
  color: #7a0c0c;
}

.kebab-price {
  display: block;
  font-size: 20px;
  font-weight: 600;
  color: #000;
  text-align: center;
  padding-bottom: 10px;
}

/* ===== POPUP OVERLAY ===== */
.kebab-popup-overlay {
  position: fixed;
  inset: 0;
  background: rgba(0,0,0,0.6);
  opacity: 0;
  pointer-events: none;
  transition: 0.3s;
  z-index: 9998;
}

.kebab-popup-overlay.active {
  opacity: 1;
  pointer-events: all;
}

/* ===== POPUP BOX ===== */
.kebab-popup-box {
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -45%) scale(0.9);
  width: 90%;
  max-width: 420px;
  padding: 35px;
  border-radius: 25px;
  background: white;
  backdrop-filter: blur(18px);
  -webkit-backdrop-filter: blur(18px);
  border: 1px solid rgba(255,255,255,0.3);
  box-shadow: 0 30px 60px rgba(0,0,0,0.35);
  opacity: 0;
  transition: 0.4s;
  z-index: 9999;
}

.kebab-popup-box.active {
  opacity: 1;
  transform: translate(-50%, -50%) scale(1);
}

.kebab-popup-box h2 {
  color: #7a0c0c;
  margin-bottom: 18px;
}

/* ===== PRICE LIST ===== */
.kebab-price-list {
  list-style: none;
  padding: 0;
  margin: 0;
}

.kebab-price-list li {
  display: flex;
  justify-content: space-between;
  padding: 12px 0;
  border-bottom: 1px dashed #ddd;
  font-size: 17px;
}

/* ===== CLOSE BUTTON ===== */
.kebab-close-btn {
  position: absolute;
  top: 16px;
  right: 20px;
  font-size: 26px;
  cursor: pointer;
  color: #7a0c0c;
}

/* ===== MOBILE ===== */
@media (max-width: 768px) {
  .kebab-menu-grid {
    grid-template-columns: 1fr;
  }
}




.biryani-item {
  cursor: pointer; /* ensures pointer on hover */
  position: relative; /* avoids overlap issues */
  z-index: 10; /* ensures it’s above any overlaying element */
}





/* Grid */
.elementor-335 .elementor-element.elementor-element-3d66c58 .biryani-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 25px;
}

/* Cards */
.elementor-335 .elementor-element.elementor-element-3d66c58 .biryani-item {
  background: #fff;
  border-radius: 18px;
  overflow: hidden;
  cursor: pointer;
  box-shadow: 0 15px 35px rgba(0,0,0,0.15);
  transition: 0.4s;
  padding-bottom: 10px;
}

.elementor-335 .elementor-element.elementor-element-3d66c58 .biryani-item:hover {
  transform: translateY(-10px) scale(1.03);
}

.elementor-335 .elementor-element.elementor-element-3d66c58 .biryani-item img {
  width: 100%;
  height: 220px;
  object-fit: cover;
}

.elementor-335 .elementor-element.elementor-element-3d66c58 .biryani-item h3 {
  text-align: center;
  padding: 14px;
  color: #7a0c0c;
}


/* Mobile */
@media (max-width: 768px) {
  .elementor-335 .elementor-element.elementor-element-3d66c58 .biryani-grid {
    grid-template-columns: 1fr;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-21a3a94 *//* Grid */
.elementor-335 .elementor-element.elementor-element-21a3a94 .biryani-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 25px;
}

/* Cards */
.elementor-335 .elementor-element.elementor-element-21a3a94 .biryani-item {
  background: #fff;
  border-radius: 18px;
  overflow: hidden;
  cursor: pointer;
  box-shadow: 0 15px 35px rgba(0,0,0,0.15);
  transition: 0.4s;
  padding-bottom: 10px;
}

.elementor-335 .elementor-element.elementor-element-21a3a94 .biryani-item:hover {
  transform: translateY(-10px) scale(1.03);
}

.elementor-335 .elementor-element.elementor-element-21a3a94 .biryani-item img {
  width: 100%;
  height: 220px;
  object-fit: cover;
}

.elementor-335 .elementor-element.elementor-element-21a3a94 .biryani-item h3 {
  text-align: center;
  padding: 14px;
  color: #7a0c0c;
}


/* Mobile */
@media (max-width: 768px) {
  .elementor-335 .elementor-element.elementor-element-21a3a94 .biryani-grid {
    grid-template-columns: 1fr;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-87bfc66 *//* Grid */
.elementor-335 .elementor-element.elementor-element-87bfc66 .biryani-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 25px;
}

/* Cards */
.elementor-335 .elementor-element.elementor-element-87bfc66 .biryani-item {
  background: #fff;
  border-radius: 18px;
  overflow: hidden;
  cursor: pointer;
  box-shadow: 0 15px 35px rgba(0,0,0,0.15);
  transition: 0.4s;
  padding-bottom: 10px;
}

.elementor-335 .elementor-element.elementor-element-87bfc66 .biryani-item:hover {
  transform: translateY(-10px) scale(1.03);
}

.elementor-335 .elementor-element.elementor-element-87bfc66 .biryani-item img {
  width: 100%;
  height: 220px;
  object-fit: cover;
}

.elementor-335 .elementor-element.elementor-element-87bfc66 .biryani-item h3 {
  text-align: center;
  padding: 14px;
  color: #7a0c0c;
}


/* Mobile */
@media (max-width: 768px) {
  .elementor-335 .elementor-element.elementor-element-87bfc66 .biryani-grid {
    grid-template-columns: 1fr;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-8f343c9 *//* Grid */
.elementor-335 .elementor-element.elementor-element-8f343c9 .biryani-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 25px;
}

/* Cards */
.elementor-335 .elementor-element.elementor-element-8f343c9 .biryani-item {
  background: #fff;
  border-radius: 18px;
  overflow: hidden;
  cursor: pointer;
  box-shadow: 0 15px 35px rgba(0,0,0,0.15);
  transition: 0.4s;
  padding-bottom: 10px;
}

.elementor-335 .elementor-element.elementor-element-8f343c9 .biryani-item:hover {
  transform: translateY(-10px) scale(1.03);
}

.elementor-335 .elementor-element.elementor-element-8f343c9 .biryani-item img {
  width: 100%;
  height: 220px;
  object-fit: cover;
}

.elementor-335 .elementor-element.elementor-element-8f343c9 .biryani-item h3 {
  text-align: center;
  padding: 14px;
  color: #7a0c0c;
}


/* Mobile */
@media (max-width: 768px) {
  .elementor-335 .elementor-element.elementor-element-8f343c9 .biryani-grid {
    grid-template-columns: 1fr;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-0656d44 *//* Grid */
.elementor-335 .elementor-element.elementor-element-0656d44 .biryani-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 25px;
}

/* Cards */
.elementor-335 .elementor-element.elementor-element-0656d44 .biryani-item {
  background: #fff;
  border-radius: 18px;
  overflow: hidden;
  cursor: pointer;
  box-shadow: 0 15px 35px rgba(0,0,0,0.15);
  transition: 0.4s;
  padding-bottom: 10px;
}

.elementor-335 .elementor-element.elementor-element-0656d44 .biryani-item:hover {
  transform: translateY(-10px) scale(1.03);
}

.elementor-335 .elementor-element.elementor-element-0656d44 .biryani-item img {
  width: 100%;
  height: 220px;
  object-fit: cover;
}

.elementor-335 .elementor-element.elementor-element-0656d44 .biryani-item h3 {
  text-align: center;
  padding: 14px;
  color: #7a0c0c;
}


/* Mobile */
@media (max-width: 768px) {
  .elementor-335 .elementor-element.elementor-element-0656d44 .biryani-grid {
    grid-template-columns: 1fr;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-b6a27c1 */.biryani-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 25px;
  margin-bottom: 50px;
}

/* Cards */
.biryani-item {
  background: #fff;
  border-radius: 18px;
  overflow: hidden;
  cursor: pointer;
  box-shadow: 0 15px 35px rgba(0,0,0,0.15);
  transition: 0.4s;
}

.biryani-item:hover {
  transform: translateY(-10px) scale(1.03);
}

.biryani-item img {
  width: 100%;
  height: 220px;
  object-fit: cover;
  display: block;
}

.biryani-item h3 {
  text-align: center;
  padding: 14px;
  color: #7a0c0c;
}

.View-option {
  display: block;
  font-size: 18px;
  font-weight: 600;
  padding-bottom: 15px;
  text-align: center;
  color: #000;
}

.menu-item-wrap {
  padding: 10px 12px 12px;
  text-align: center;
}

.menu-item-title {
  margin: 0 0 6px 0;
  line-height: 1.3;
  font-size: 18px;
  font-weight: 600;
  color: #7a0c0c;
}

.menu-item-price {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 5px;
  margin: 0 auto;
  padding: 6px 16px;
  border-radius: 30px;
  background: linear-gradient(135deg, #7a0c0c, #e41616);
  color: #fff;
  font-weight: 600;
}

/* ===== POPUP OVERLAY ===== */
.popup-overlay {
  position: fixed;
  inset: 0;
  background: rgba(0,0,0,0.6);
  opacity: 0;
  pointer-events: none;
  transition: 0.3s;
  z-index: 9998;
}

.popup-overlay.active {
  opacity: 1;
  pointer-events: all;
}

/* ===== POPUP BOX ===== */
.popup-box {
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) scale(0.9);
  width: 90%;
  max-width: 420px;
  max-height: 80vh;
  border-radius: 25px;
  background: white;
  box-shadow: 0 30px 60px rgba(0,0,0,0.35);
  opacity: 0;
  transition: 0.4s;
  z-index: 9999;
  pointer-events: none;
  overflow: hidden; /* Changed from overflow-y: auto */
  display: flex;
  flex-direction: column;
}

.popup-box.active {
  opacity: 1;
  transform: translate(-50%, -50%) scale(1);
  pointer-events: all;
}

/* Popup Header (Fixed) */
.popup-box h2 {
  color: #7a0c0c;
  margin: 0;
  padding: 35px 35px 15px 35px;
  flex-shrink: 0; /* Don't shrink */
}
.popup-img-wrap {
  width: 70px;
  height: 70px;
  border-radius: 14px;
  overflow: hidden;     /* THIS is the key */
  flex-shrink: 0;
}

.popup-img-wrap img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}




.price-list li {
  display: flex;
  align-items: center;
  gap: 12px;
}

/* Scrollable Content Area */
.price-list {
  list-style: none;
  padding: 0 35px 35px 35px;
  margin: 0;
  overflow-y: auto; /* Only the list scrolls */
  flex: 1;
}

/* ===== CLOSE BUTTON - STAYS FIXED ===== */
.close-btn {
  position: absolute; /* Absolute to popup box */
  top: 16px;
  right: 20px;
  font-size: 32px;
  cursor: pointer;
  color: #7a0c0c;
  line-height: 1;
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: 0.2s;
  z-index: 10;
  background: rgba(255, 255, 255, 0.95);
  border-radius: 50%;
  -webkit-tap-highlight-color: transparent; /* Remove mobile tap highlight */
  touch-action: manipulation; /* Improve touch response */
}

.close-btn:hover,
.close-btn:active {
  transform: scale(1.15);
  color: #e41616;
  background: white;
}

/* ===== PRICE LIST ITEMS ===== */
.price-list li {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  padding: 12px 0;
  border-bottom: 1px dashed #ddd;
  font-size: 17px;
}

.price-list li:last-child {
  border-bottom: none;
}

.item-text {
  max-width: 70%;
  flex: 1;
}

.item-text strong {
  display: block;
  font-size: 16px;
  font-weight: 600;
  color: #000;
  margin-bottom: 3px;
}

.item-text small {
  display: block;
  font-size: 13px;
  color: #555;
  line-height: 1.4;
}

.price {
  font-size: 17px;
  font-weight: 600;
  color: #000;
  white-space: nowrap;
  margin-left: 10px;
}

/* ===== MOBILE ===== */
@media (max-width: 768px) {
  .biryani-grid {
    grid-template-columns: 1fr;
  }
  
  .popup-box {
    width: 95%;
    max-height: 90vh;
  }
  
  .popup-box h2 {
    padding: 25px 25px 12px 25px;
    font-size: 20px;
  }
  
  .price-list {
    padding: 0 25px 25px 25px;
  }
  
  .close-btn {
    top: 12px;
    right: 12px;
    width: 38px;
    height: 38px;
    font-size: 28px;
  }
  
  .item-text {
    max-width: 65%;
  }
  
  .item-text strong {
    font-size: 15px;
  }
  
  .item-text small {
    font-size: 12px;
  }
  
  .price {
    font-size: 16px;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-a3e8d26 *//* Grid */
.elementor-335 .elementor-element.elementor-element-a3e8d26 .biryani-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 25px;
}

/* Cards */
.elementor-335 .elementor-element.elementor-element-a3e8d26 .biryani-item {
  background: #fff;
  border-radius: 18px;
  overflow: hidden;
  cursor: pointer;
  box-shadow: 0 15px 35px rgba(0,0,0,0.15);
  transition: 0.4s;
  padding-bottom: 10px;
}

.elementor-335 .elementor-element.elementor-element-a3e8d26 .biryani-item:hover {
  transform: translateY(-10px) scale(1.03);
}

.elementor-335 .elementor-element.elementor-element-a3e8d26 .biryani-item img {
  width: 100%;
  height: 220px;
  object-fit: cover;
}

.elementor-335 .elementor-element.elementor-element-a3e8d26 .biryani-item h3 {
  text-align: center;
  padding: 14px;
  color: #7a0c0c;
}

/* Clickable Items */
.biryani-item {
  cursor: pointer;
  position: relative;
  z-index: 10;
}

/* Mobile */
@media (max-width: 768px) {
  .elementor-335 .elementor-element.elementor-element-a3e8d26 .biryani-grid {
    grid-template-columns: 1fr;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-ad2c278 *//* Grid */
.elementor-335 .elementor-element.elementor-element-ad2c278 .biryani-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 25px;
}

/* Cards */
.elementor-335 .elementor-element.elementor-element-ad2c278 .biryani-item {
  background: #fff;
  border-radius: 18px;
  overflow: hidden;
  cursor: pointer;
  box-shadow: 0 15px 35px rgba(0,0,0,0.15);
  transition: 0.4s;
  padding-bottom: 10px;
}

.elementor-335 .elementor-element.elementor-element-ad2c278 .biryani-item:hover {
  transform: translateY(-10px) scale(1.03);
}

.elementor-335 .elementor-element.elementor-element-ad2c278 .biryani-item img {
  width: 100%;
  height: 220px;
  object-fit: cover;
}

.elementor-335 .elementor-element.elementor-element-ad2c278 .biryani-item h3 {
  text-align: center;
  padding: 14px;
  color: #7a0c0c;
}

/* Clickable Items */
.biryani-item {
  cursor: pointer;
  position: relative;
  z-index: 10;
}

/* Mobile */
@media (max-width: 768px) {
  .elementor-335 .elementor-element.elementor-element-ad2c278 .biryani-grid {
    grid-template-columns: 1fr;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-1f85aba *//* Grid */
.elementor-335 .elementor-element.elementor-element-1f85aba .biryani-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 25px;
}

/* Cards */
.elementor-335 .elementor-element.elementor-element-1f85aba .biryani-item {
  background: #fff;
  border-radius: 18px;
  overflow: hidden;
  cursor: pointer;
  box-shadow: 0 15px 35px rgba(0,0,0,0.15);
  transition: 0.4s;
  padding-bottom: 10px;
}

.elementor-335 .elementor-element.elementor-element-1f85aba .biryani-item:hover {
  transform: translateY(-10px) scale(1.03);
}

.elementor-335 .elementor-element.elementor-element-1f85aba .biryani-item img {
  width: 100%;
  height: 220px;
  object-fit: cover;
}

.elementor-335 .elementor-element.elementor-element-1f85aba .biryani-item h3 {
  text-align: center;
  padding: 14px;
  color: #7a0c0c;
}

/* Clickable Items */
.biryani-item {
  cursor: pointer;
  position: relative;
  z-index: 10;
}

/* Mobile */
@media (max-width: 768px) {
  .elementor-335 .elementor-element.elementor-element-1f85aba .biryani-grid {
    grid-template-columns: 1fr;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-dff3667 *//* ===== GRID ===== */
.mandi-menu-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 25px;
}

/* ===== CARDS ===== */
.mandi-card {
  background: #fff;
  border-radius: 18px;
  overflow: hidden;
  cursor: pointer;
  box-shadow: 0 15px 35px rgba(0, 0, 0, 0.15);
  transition: 0.4s;
}

.mandi-card:hover {
  transform: translateY(-10px) scale(1.03);
}

/* ✅ FIXED: Removed ".elementor-335 .elementor-element.elementor-element-dff3667" */
.mandi-card img {
  width: 100%;
  height: 220px;
  object-fit: cover;
}

.mandi-card h3 {
  text-align: center;
  padding: 14px;
  color: #7a0c0c;
}

.View-option {
  display: block;
  font-size: 20px;
  font-weight: 600;
  color: #000;
  text-align: center;
  padding-bottom: 15px;
}

/* ===== POPUP OVERLAY ===== */
.mandi-popup-overlay {
  position: fixed;
  inset: 0;
  background: rgba(0, 0, 0, 0.6);
  opacity: 0;
  pointer-events: none;
  transition: 0.3s;
  z-index: 9998;
}

.mandi-popup-overlay.active {
  opacity: 1;
  pointer-events: all;
}

/* ===== POPUP BOX ===== */
.popup-img-wrap {
  width: 70px;
  height: 70px;
  border-radius: 14px;
  overflow: hidden;
  /* THIS is the key */
  flex-shrink: 0;
}

.popup-img-wrap img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.mandi-popup-box {
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -45%) scale(0.9);
  width: 90%;
  max-width: 420px;
  max-height: 80vh;
  overflow-y: auto;
  padding: 35px;
  border-radius: 25px;
  background: white;
  backdrop-filter: blur(18px);
  -webkit-backdrop-filter: blur(18px);
  border: 1px solid rgba(255, 255, 255, 0.3);
  box-shadow: 0 30px 60px rgba(0, 0, 0, 0.35);
  opacity: 0;
  transition: 0.4s;
  z-index: 9999;
  pointer-events: none;
}

.mandi-popup-box.active {
  opacity: 1;
  transform: translate(-50%, -50%) scale(1);
  pointer-events: all;
}

.mandi-popup-box h2 {
  color: #7a0c0c;
  margin-bottom: 18px;
}

/* ===== PRICE LIST ===== */

.mandi-price-list {
  list-style: none;
  padding: 0;
  margin: 0;
}

.mandi-price-list li {
  display: flex;
  justify-content: space-between;
  padding: 12px 0;
  border-bottom: 1px dashed #ddd;
  font-size: 17px;
}




/* ===== CLOSE BUTTON ===== */
.mandi-close-btn {
  position: absolute;
  top: 16px;
  right: 20px;
  font-size: 32px;
  cursor: pointer;
  color: #7a0c0c;
  line-height: 1;
  width: 35px;
  height: 35px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: 0.2s;
  z-index: 10000;
}

.mandi-close-btn:hover {
  transform: scale(1.2);
  color: #e41616;
}

/* ===== MOBILE ===== */
@media (max-width: 768px) {
  .mandi-menu-grid {
    grid-template-columns: 1fr;
  }
}

/* ===== BIRYANI ITEMS (Non-popup cards) ===== */
.biryani-item {
  background: #fff;
  border-radius: 18px;
  overflow: hidden;
  cursor: pointer;
  box-shadow: 0 15px 35px rgba(0, 0, 0, 0.15);
  transition: 0.4s;
  padding-bottom: 10px;
}

.biryani-item:hover {
  transform: translateY(-10px) scale(1.03);
}

.biryani-item img {
  width: 100%;
  height: 220px;
  object-fit: cover;
}

.biryani-item h3 {
  text-align: center;
  padding: 14px;
  color: #7a0c0c;
}

.menu-item-wrap {
  padding: 10px 12px 12px;
  text-align: center;
}

.menu-item-title {
  margin: 0 0 6px 0;
  line-height: 1.3;
  font-size: 18px;
  font-weight: 600;
  color: #7a0c0c;
}

.menu-item-price {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 5px;
  margin: 0 auto;
  padding: 6px 16px;
  border-radius: 30px;
  background: linear-gradient(135deg, #7a0c0c, #e41616);
  color: #fff;
  font-weight: 600;
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-08d7022 *//* ===== GRID ===== */
    .chinese-menu-grid {
      display: grid;
      grid-template-columns: repeat(3, 1fr);
      gap: 25px;
    }

    /* ===== CARDS ===== */
    .chinese-card {
      background: #fff;
      border-radius: 18px;
      overflow: hidden;
      cursor: pointer;
      box-shadow: 0 15px 35px rgba(0,0,0,0.15);
      transition: 0.4s;
    }
    .chinese-card:hover {
      transform: translateY(-10px) scale(1.03);
    }
    /* ✅ FIXED: Removed ".elementor-335 .elementor-element.elementor-element-08d7022" */
    .chinese-card img {
      width: 100%;
      height: 220px;
      object-fit: cover;
    }
    .chinese-card h3 {
      text-align: center;
      padding: 14px;
      color: #7a0c0c;
    }
    .menu-item-title {
      font-size: 25px;   
    }
    .View-option {
      display: block;
      font-size: 20px;
      font-weight: 600;
      color: #000;
      text-align: center;
      padding-bottom: 15px;
    }

    /* ===== POPUP OVERLAY ===== */
    .chinese-popup-overlay {
      position: fixed;
      inset: 0;
      background: rgba(0,0,0,0.6);
      opacity: 0;
      pointer-events: none;
      transition: 0.3s;
      z-index: 9998;
    }
    .chinese-popup-overlay.active {
      opacity: 1;
      pointer-events: all;
    }

    /* ===== POPUP BOX ===== */
    .chinese-popup-box {
      position: fixed;
      top: 50%;
      left: 50%;
      transform: translate(-50%, -45%) scale(0.9);
      width: 90%;
      max-width: 420px;
      max-height: 80vh;
      overflow-y: auto;
      padding: 35px;
      border-radius: 25px;
      background: white;
      box-shadow: 0 30px 60px rgba(0,0,0,0.35);
      opacity: 0;
      transition: 0.4s;
      z-index: 9999;
      pointer-events: none;
    }
    .chinese-popup-box.active {
      opacity: 1;
      transform: translate(-50%, -50%) scale(1);
      pointer-events: all;
    }
    .chinese-popup-box h2 {
      color: #7a0c0c;
      margin-bottom: 18px;
    }

    /* ===== PRICE LIST ===== */
    .chinese-price-list {
      list-style: none;
      padding: 0;
      margin: 0;
    }
    .chinese-price-list li {
      display: flex;
      justify-content: space-between;
      padding: 12px 0;
      border-bottom: 1px dashed #ddd;
      font-size: 17px;
    }

    /* ===== CLOSE BUTTON ===== */
    .chinese-close-btn {
      position: absolute;
      top: 16px;
      right: 20px;
      font-size: 32px;
      cursor: pointer;
      color: #7a0c0c;
      line-height: 1;
      width: 35px;
      height: 35px;
      display: flex;
      align-items: center;
      justify-content: center;
      transition: 0.2s;
      z-index: 10000;
    }
    .chinese-close-btn:hover {
      transform: scale(1.2);
      color: #e41616;
    }

    /* ===== MOBILE ===== */
    @media (max-width: 768px) {
      .chinese-menu-grid {
        grid-template-columns: 1fr;
      }
    }/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-d27b0b1 *//* Grid */
.elementor-335 .elementor-element.elementor-element-d27b0b1 .biryani-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 25px;
}

/* Cards */
.elementor-335 .elementor-element.elementor-element-d27b0b1 .biryani-item {
  background: #fff;
  border-radius: 18px;
  overflow: hidden;
  cursor: pointer;
  box-shadow: 0 15px 35px rgba(0,0,0,0.15);
  transition: 0.4s;
  padding-bottom: 10px;
}

.elementor-335 .elementor-element.elementor-element-d27b0b1 .biryani-item:hover {
  transform: translateY(-10px) scale(1.03);
}

.elementor-335 .elementor-element.elementor-element-d27b0b1 .biryani-item img {
  width: 100%;
  height: 220px;
  object-fit: cover;
}

.elementor-335 .elementor-element.elementor-element-d27b0b1 .biryani-item h3 {
  text-align: center;
  padding: 14px;
  color: #7a0c0c;
}


/* Mobile */
@media (max-width: 768px) {
  .elementor-335 .elementor-element.elementor-element-d27b0b1 .biryani-grid {
    grid-template-columns: 1fr;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-f17269a *//* Grid */
.elementor-335 .elementor-element.elementor-element-f17269a .biryani-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 25px;
}

/* Cards */
.elementor-335 .elementor-element.elementor-element-f17269a .biryani-item {
  background: #fff;
  border-radius: 18px;
  overflow: hidden;
  cursor: pointer;
  box-shadow: 0 15px 35px rgba(0,0,0,0.15);
  transition: 0.4s;
  padding-bottom: 10px;
}

.elementor-335 .elementor-element.elementor-element-f17269a .biryani-item:hover {
  transform: translateY(-10px) scale(1.03);
}

.elementor-335 .elementor-element.elementor-element-f17269a .biryani-item img {
  width: 100%;
  height: 220px;
  object-fit: cover;
}

.elementor-335 .elementor-element.elementor-element-f17269a .biryani-item h3 {
  text-align: center;
  padding: 14px;
  color: #7a0c0c;
}
/* Mobile */
@media (max-width: 768px) {
  .elementor-335 .elementor-element.elementor-element-f17269a .biryani-grid {
    grid-template-columns: 1fr;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-3d66c58 *//* ===== GRID ===== */
.kebab-menu-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 25px;
}

/* ===== CARDS ===== */
.kebab-card {
  background: #fff;
  border-radius: 18px;
  overflow: hidden;
  cursor: pointer;
  box-shadow: 0 15px 35px rgba(0,0,0,0.15);
  transition: 0.4s;
}

.kebab-card:hover {
  transform: translateY(-10px) scale(1.03);
}
.elementor-335 .elementor-element.elementor-element-3d66c58 .kebab-card img {
  width: 100%;
  height: 220px;
  object-fit: cover;
}
.kebab-card h3 {
  text-align: center;
  padding: 14px;
  color: #7a0c0c;
}

.kebab-price {
  display: block;
  font-size: 20px;
  font-weight: 600;
  color: #000;
  text-align: center;
  padding-bottom: 10px;
}

/* ===== POPUP OVERLAY ===== */
.kebab-popup-overlay {
  position: fixed;
  inset: 0;
  background: rgba(0,0,0,0.6);
  opacity: 0;
  pointer-events: none;
  transition: 0.3s;
  z-index: 9998;
}

.kebab-popup-overlay.active {
  opacity: 1;
  pointer-events: all;
}

/* ===== POPUP BOX ===== */
.kebab-popup-box {
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -45%) scale(0.9);
  width: 90%;
  max-width: 420px;
  padding: 35px;
  border-radius: 25px;
  background: white;
  backdrop-filter: blur(18px);
  -webkit-backdrop-filter: blur(18px);
  border: 1px solid rgba(255,255,255,0.3);
  box-shadow: 0 30px 60px rgba(0,0,0,0.35);
  opacity: 0;
  transition: 0.4s;
  z-index: 9999;
}

.kebab-popup-box.active {
  opacity: 1;
  transform: translate(-50%, -50%) scale(1);
}

.kebab-popup-box h2 {
  color: #7a0c0c;
  margin-bottom: 18px;
}

/* ===== PRICE LIST ===== */
.kebab-price-list {
  list-style: none;
  padding: 0;
  margin: 0;
}

.kebab-price-list li {
  display: flex;
  justify-content: space-between;
  padding: 12px 0;
  border-bottom: 1px dashed #ddd;
  font-size: 17px;
}

/* ===== CLOSE BUTTON ===== */
.kebab-close-btn {
  position: absolute;
  top: 16px;
  right: 20px;
  font-size: 26px;
  cursor: pointer;
  color: #7a0c0c;
}

/* ===== MOBILE ===== */
@media (max-width: 768px) {
  .kebab-menu-grid {
    grid-template-columns: 1fr;
  }
}




.biryani-item {
  cursor: pointer; /* ensures pointer on hover */
  position: relative; /* avoids overlap issues */
  z-index: 10; /* ensures it’s above any overlaying element */
}





/* Grid */
.elementor-335 .elementor-element.elementor-element-3d66c58 .biryani-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 25px;
}

/* Cards */
.elementor-335 .elementor-element.elementor-element-3d66c58 .biryani-item {
  background: #fff;
  border-radius: 18px;
  overflow: hidden;
  cursor: pointer;
  box-shadow: 0 15px 35px rgba(0,0,0,0.15);
  transition: 0.4s;
  padding-bottom: 10px;
}

.elementor-335 .elementor-element.elementor-element-3d66c58 .biryani-item:hover {
  transform: translateY(-10px) scale(1.03);
}

.elementor-335 .elementor-element.elementor-element-3d66c58 .biryani-item img {
  width: 100%;
  height: 220px;
  object-fit: cover;
}

.elementor-335 .elementor-element.elementor-element-3d66c58 .biryani-item h3 {
  text-align: center;
  padding: 14px;
  color: #7a0c0c;
}


/* Mobile */
@media (max-width: 768px) {
  .elementor-335 .elementor-element.elementor-element-3d66c58 .biryani-grid {
    grid-template-columns: 1fr;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-21a3a94 *//* Grid */
.elementor-335 .elementor-element.elementor-element-21a3a94 .biryani-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 25px;
}

/* Cards */
.elementor-335 .elementor-element.elementor-element-21a3a94 .biryani-item {
  background: #fff;
  border-radius: 18px;
  overflow: hidden;
  cursor: pointer;
  box-shadow: 0 15px 35px rgba(0,0,0,0.15);
  transition: 0.4s;
  padding-bottom: 10px;
}

.elementor-335 .elementor-element.elementor-element-21a3a94 .biryani-item:hover {
  transform: translateY(-10px) scale(1.03);
}

.elementor-335 .elementor-element.elementor-element-21a3a94 .biryani-item img {
  width: 100%;
  height: 220px;
  object-fit: cover;
}

.elementor-335 .elementor-element.elementor-element-21a3a94 .biryani-item h3 {
  text-align: center;
  padding: 14px;
  color: #7a0c0c;
}


/* Mobile */
@media (max-width: 768px) {
  .elementor-335 .elementor-element.elementor-element-21a3a94 .biryani-grid {
    grid-template-columns: 1fr;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-87bfc66 *//* Grid */
.elementor-335 .elementor-element.elementor-element-87bfc66 .biryani-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 25px;
}

/* Cards */
.elementor-335 .elementor-element.elementor-element-87bfc66 .biryani-item {
  background: #fff;
  border-radius: 18px;
  overflow: hidden;
  cursor: pointer;
  box-shadow: 0 15px 35px rgba(0,0,0,0.15);
  transition: 0.4s;
  padding-bottom: 10px;
}

.elementor-335 .elementor-element.elementor-element-87bfc66 .biryani-item:hover {
  transform: translateY(-10px) scale(1.03);
}

.elementor-335 .elementor-element.elementor-element-87bfc66 .biryani-item img {
  width: 100%;
  height: 220px;
  object-fit: cover;
}

.elementor-335 .elementor-element.elementor-element-87bfc66 .biryani-item h3 {
  text-align: center;
  padding: 14px;
  color: #7a0c0c;
}


/* Mobile */
@media (max-width: 768px) {
  .elementor-335 .elementor-element.elementor-element-87bfc66 .biryani-grid {
    grid-template-columns: 1fr;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-8f343c9 *//* Grid */
.elementor-335 .elementor-element.elementor-element-8f343c9 .biryani-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 25px;
}

/* Cards */
.elementor-335 .elementor-element.elementor-element-8f343c9 .biryani-item {
  background: #fff;
  border-radius: 18px;
  overflow: hidden;
  cursor: pointer;
  box-shadow: 0 15px 35px rgba(0,0,0,0.15);
  transition: 0.4s;
  padding-bottom: 10px;
}

.elementor-335 .elementor-element.elementor-element-8f343c9 .biryani-item:hover {
  transform: translateY(-10px) scale(1.03);
}

.elementor-335 .elementor-element.elementor-element-8f343c9 .biryani-item img {
  width: 100%;
  height: 220px;
  object-fit: cover;
}

.elementor-335 .elementor-element.elementor-element-8f343c9 .biryani-item h3 {
  text-align: center;
  padding: 14px;
  color: #7a0c0c;
}


/* Mobile */
@media (max-width: 768px) {
  .elementor-335 .elementor-element.elementor-element-8f343c9 .biryani-grid {
    grid-template-columns: 1fr;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-0656d44 *//* Grid */
.elementor-335 .elementor-element.elementor-element-0656d44 .biryani-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 25px;
}

/* Cards */
.elementor-335 .elementor-element.elementor-element-0656d44 .biryani-item {
  background: #fff;
  border-radius: 18px;
  overflow: hidden;
  cursor: pointer;
  box-shadow: 0 15px 35px rgba(0,0,0,0.15);
  transition: 0.4s;
  padding-bottom: 10px;
}

.elementor-335 .elementor-element.elementor-element-0656d44 .biryani-item:hover {
  transform: translateY(-10px) scale(1.03);
}

.elementor-335 .elementor-element.elementor-element-0656d44 .biryani-item img {
  width: 100%;
  height: 220px;
  object-fit: cover;
}

.elementor-335 .elementor-element.elementor-element-0656d44 .biryani-item h3 {
  text-align: center;
  padding: 14px;
  color: #7a0c0c;
}


/* Mobile */
@media (max-width: 768px) {
  .elementor-335 .elementor-element.elementor-element-0656d44 .biryani-grid {
    grid-template-columns: 1fr;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-b6a27c1 */.biryani-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 25px;
  margin-bottom: 50px;
}

/* Cards */
.biryani-item {
  background: #fff;
  border-radius: 18px;
  overflow: hidden;
  cursor: pointer;
  box-shadow: 0 15px 35px rgba(0,0,0,0.15);
  transition: 0.4s;
}

.biryani-item:hover {
  transform: translateY(-10px) scale(1.03);
}

.biryani-item img {
  width: 100%;
  height: 220px;
  object-fit: cover;
  display: block;
}

.biryani-item h3 {
  text-align: center;
  padding: 14px;
  color: #7a0c0c;
}

.View-option {
  display: block;
  font-size: 18px;
  font-weight: 600;
  padding-bottom: 15px;
  text-align: center;
  color: #000;
}

.menu-item-wrap {
  padding: 10px 12px 12px;
  text-align: center;
}

.menu-item-title {
  margin: 0 0 6px 0;
  line-height: 1.3;
  font-size: 18px;
  font-weight: 600;
  color: #7a0c0c;
}

.menu-item-price {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 5px;
  margin: 0 auto;
  padding: 6px 16px;
  border-radius: 30px;
  background: linear-gradient(135deg, #7a0c0c, #e41616);
  color: #fff;
  font-weight: 600;
}

/* ===== POPUP OVERLAY ===== */
.popup-overlay {
  position: fixed;
  inset: 0;
  background: rgba(0,0,0,0.6);
  opacity: 0;
  pointer-events: none;
  transition: 0.3s;
  z-index: 9998;
}

.popup-overlay.active {
  opacity: 1;
  pointer-events: all;
}

/* ===== POPUP BOX ===== */
.popup-box {
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) scale(0.9);
  width: 90%;
  max-width: 420px;
  max-height: 80vh;
  border-radius: 25px;
  background: white;
  box-shadow: 0 30px 60px rgba(0,0,0,0.35);
  opacity: 0;
  transition: 0.4s;
  z-index: 9999;
  pointer-events: none;
  overflow: hidden; /* Changed from overflow-y: auto */
  display: flex;
  flex-direction: column;
}

.popup-box.active {
  opacity: 1;
  transform: translate(-50%, -50%) scale(1);
  pointer-events: all;
}

/* Popup Header (Fixed) */
.popup-box h2 {
  color: #7a0c0c;
  margin: 0;
  padding: 35px 35px 15px 35px;
  flex-shrink: 0; /* Don't shrink */
}
.popup-img-wrap {
  width: 70px;
  height: 70px;
  border-radius: 14px;
  overflow: hidden;     /* THIS is the key */
  flex-shrink: 0;
}

.popup-img-wrap img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}




.price-list li {
  display: flex;
  align-items: center;
  gap: 12px;
}

/* Scrollable Content Area */
.price-list {
  list-style: none;
  padding: 0 35px 35px 35px;
  margin: 0;
  overflow-y: auto; /* Only the list scrolls */
  flex: 1;
}

/* ===== CLOSE BUTTON - STAYS FIXED ===== */
.close-btn {
  position: absolute; /* Absolute to popup box */
  top: 16px;
  right: 20px;
  font-size: 32px;
  cursor: pointer;
  color: #7a0c0c;
  line-height: 1;
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: 0.2s;
  z-index: 10;
  background: rgba(255, 255, 255, 0.95);
  border-radius: 50%;
  -webkit-tap-highlight-color: transparent; /* Remove mobile tap highlight */
  touch-action: manipulation; /* Improve touch response */
}

.close-btn:hover,
.close-btn:active {
  transform: scale(1.15);
  color: #e41616;
  background: white;
}

/* ===== PRICE LIST ITEMS ===== */
.price-list li {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  padding: 12px 0;
  border-bottom: 1px dashed #ddd;
  font-size: 17px;
}

.price-list li:last-child {
  border-bottom: none;
}

.item-text {
  max-width: 70%;
  flex: 1;
}

.item-text strong {
  display: block;
  font-size: 16px;
  font-weight: 600;
  color: #000;
  margin-bottom: 3px;
}

.item-text small {
  display: block;
  font-size: 13px;
  color: #555;
  line-height: 1.4;
}

.price {
  font-size: 17px;
  font-weight: 600;
  color: #000;
  white-space: nowrap;
  margin-left: 10px;
}

/* ===== MOBILE ===== */
@media (max-width: 768px) {
  .biryani-grid {
    grid-template-columns: 1fr;
  }
  
  .popup-box {
    width: 95%;
    max-height: 90vh;
  }
  
  .popup-box h2 {
    padding: 25px 25px 12px 25px;
    font-size: 20px;
  }
  
  .price-list {
    padding: 0 25px 25px 25px;
  }
  
  .close-btn {
    top: 12px;
    right: 12px;
    width: 38px;
    height: 38px;
    font-size: 28px;
  }
  
  .item-text {
    max-width: 65%;
  }
  
  .item-text strong {
    font-size: 15px;
  }
  
  .item-text small {
    font-size: 12px;
  }
  
  .price {
    font-size: 16px;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-a3e8d26 *//* Grid */
.elementor-335 .elementor-element.elementor-element-a3e8d26 .biryani-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 25px;
}

/* Cards */
.elementor-335 .elementor-element.elementor-element-a3e8d26 .biryani-item {
  background: #fff;
  border-radius: 18px;
  overflow: hidden;
  cursor: pointer;
  box-shadow: 0 15px 35px rgba(0,0,0,0.15);
  transition: 0.4s;
  padding-bottom: 10px;
}

.elementor-335 .elementor-element.elementor-element-a3e8d26 .biryani-item:hover {
  transform: translateY(-10px) scale(1.03);
}

.elementor-335 .elementor-element.elementor-element-a3e8d26 .biryani-item img {
  width: 100%;
  height: 220px;
  object-fit: cover;
}

.elementor-335 .elementor-element.elementor-element-a3e8d26 .biryani-item h3 {
  text-align: center;
  padding: 14px;
  color: #7a0c0c;
}

/* Clickable Items */
.biryani-item {
  cursor: pointer;
  position: relative;
  z-index: 10;
}

/* Mobile */
@media (max-width: 768px) {
  .elementor-335 .elementor-element.elementor-element-a3e8d26 .biryani-grid {
    grid-template-columns: 1fr;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-ad2c278 *//* Grid */
.elementor-335 .elementor-element.elementor-element-ad2c278 .biryani-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 25px;
}

/* Cards */
.elementor-335 .elementor-element.elementor-element-ad2c278 .biryani-item {
  background: #fff;
  border-radius: 18px;
  overflow: hidden;
  cursor: pointer;
  box-shadow: 0 15px 35px rgba(0,0,0,0.15);
  transition: 0.4s;
  padding-bottom: 10px;
}

.elementor-335 .elementor-element.elementor-element-ad2c278 .biryani-item:hover {
  transform: translateY(-10px) scale(1.03);
}

.elementor-335 .elementor-element.elementor-element-ad2c278 .biryani-item img {
  width: 100%;
  height: 220px;
  object-fit: cover;
}

.elementor-335 .elementor-element.elementor-element-ad2c278 .biryani-item h3 {
  text-align: center;
  padding: 14px;
  color: #7a0c0c;
}

/* Clickable Items */
.biryani-item {
  cursor: pointer;
  position: relative;
  z-index: 10;
}

/* Mobile */
@media (max-width: 768px) {
  .elementor-335 .elementor-element.elementor-element-ad2c278 .biryani-grid {
    grid-template-columns: 1fr;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-1f85aba *//* Grid */
.elementor-335 .elementor-element.elementor-element-1f85aba .biryani-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 25px;
}

/* Cards */
.elementor-335 .elementor-element.elementor-element-1f85aba .biryani-item {
  background: #fff;
  border-radius: 18px;
  overflow: hidden;
  cursor: pointer;
  box-shadow: 0 15px 35px rgba(0,0,0,0.15);
  transition: 0.4s;
  padding-bottom: 10px;
}

.elementor-335 .elementor-element.elementor-element-1f85aba .biryani-item:hover {
  transform: translateY(-10px) scale(1.03);
}

.elementor-335 .elementor-element.elementor-element-1f85aba .biryani-item img {
  width: 100%;
  height: 220px;
  object-fit: cover;
}

.elementor-335 .elementor-element.elementor-element-1f85aba .biryani-item h3 {
  text-align: center;
  padding: 14px;
  color: #7a0c0c;
}

/* Clickable Items */
.biryani-item {
  cursor: pointer;
  position: relative;
  z-index: 10;
}

/* Mobile */
@media (max-width: 768px) {
  .elementor-335 .elementor-element.elementor-element-1f85aba .biryani-grid {
    grid-template-columns: 1fr;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-dff3667 *//* ===== GRID ===== */
.mandi-menu-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 25px;
}

/* ===== CARDS ===== */
.mandi-card {
  background: #fff;
  border-radius: 18px;
  overflow: hidden;
  cursor: pointer;
  box-shadow: 0 15px 35px rgba(0, 0, 0, 0.15);
  transition: 0.4s;
}

.mandi-card:hover {
  transform: translateY(-10px) scale(1.03);
}

/* ✅ FIXED: Removed ".elementor-335 .elementor-element.elementor-element-dff3667" */
.mandi-card img {
  width: 100%;
  height: 220px;
  object-fit: cover;
}

.mandi-card h3 {
  text-align: center;
  padding: 14px;
  color: #7a0c0c;
}

.View-option {
  display: block;
  font-size: 20px;
  font-weight: 600;
  color: #000;
  text-align: center;
  padding-bottom: 15px;
}

/* ===== POPUP OVERLAY ===== */
.mandi-popup-overlay {
  position: fixed;
  inset: 0;
  background: rgba(0, 0, 0, 0.6);
  opacity: 0;
  pointer-events: none;
  transition: 0.3s;
  z-index: 9998;
}

.mandi-popup-overlay.active {
  opacity: 1;
  pointer-events: all;
}

/* ===== POPUP BOX ===== */
.popup-img-wrap {
  width: 70px;
  height: 70px;
  border-radius: 14px;
  overflow: hidden;
  /* THIS is the key */
  flex-shrink: 0;
}

.popup-img-wrap img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.mandi-popup-box {
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -45%) scale(0.9);
  width: 90%;
  max-width: 420px;
  max-height: 80vh;
  overflow-y: auto;
  padding: 35px;
  border-radius: 25px;
  background: white;
  backdrop-filter: blur(18px);
  -webkit-backdrop-filter: blur(18px);
  border: 1px solid rgba(255, 255, 255, 0.3);
  box-shadow: 0 30px 60px rgba(0, 0, 0, 0.35);
  opacity: 0;
  transition: 0.4s;
  z-index: 9999;
  pointer-events: none;
}

.mandi-popup-box.active {
  opacity: 1;
  transform: translate(-50%, -50%) scale(1);
  pointer-events: all;
}

.mandi-popup-box h2 {
  color: #7a0c0c;
  margin-bottom: 18px;
}

/* ===== PRICE LIST ===== */

.mandi-price-list {
  list-style: none;
  padding: 0;
  margin: 0;
}

.mandi-price-list li {
  display: flex;
  justify-content: space-between;
  padding: 12px 0;
  border-bottom: 1px dashed #ddd;
  font-size: 17px;
}




/* ===== CLOSE BUTTON ===== */
.mandi-close-btn {
  position: absolute;
  top: 16px;
  right: 20px;
  font-size: 32px;
  cursor: pointer;
  color: #7a0c0c;
  line-height: 1;
  width: 35px;
  height: 35px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: 0.2s;
  z-index: 10000;
}

.mandi-close-btn:hover {
  transform: scale(1.2);
  color: #e41616;
}

/* ===== MOBILE ===== */
@media (max-width: 768px) {
  .mandi-menu-grid {
    grid-template-columns: 1fr;
  }
}

/* ===== BIRYANI ITEMS (Non-popup cards) ===== */
.biryani-item {
  background: #fff;
  border-radius: 18px;
  overflow: hidden;
  cursor: pointer;
  box-shadow: 0 15px 35px rgba(0, 0, 0, 0.15);
  transition: 0.4s;
  padding-bottom: 10px;
}

.biryani-item:hover {
  transform: translateY(-10px) scale(1.03);
}

.biryani-item img {
  width: 100%;
  height: 220px;
  object-fit: cover;
}

.biryani-item h3 {
  text-align: center;
  padding: 14px;
  color: #7a0c0c;
}

.menu-item-wrap {
  padding: 10px 12px 12px;
  text-align: center;
}

.menu-item-title {
  margin: 0 0 6px 0;
  line-height: 1.3;
  font-size: 18px;
  font-weight: 600;
  color: #7a0c0c;
}

.menu-item-price {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 5px;
  margin: 0 auto;
  padding: 6px 16px;
  border-radius: 30px;
  background: linear-gradient(135deg, #7a0c0c, #e41616);
  color: #fff;
  font-weight: 600;
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-08d7022 *//* ===== GRID ===== */
    .chinese-menu-grid {
      display: grid;
      grid-template-columns: repeat(3, 1fr);
      gap: 25px;
    }

    /* ===== CARDS ===== */
    .chinese-card {
      background: #fff;
      border-radius: 18px;
      overflow: hidden;
      cursor: pointer;
      box-shadow: 0 15px 35px rgba(0,0,0,0.15);
      transition: 0.4s;
    }
    .chinese-card:hover {
      transform: translateY(-10px) scale(1.03);
    }
    /* ✅ FIXED: Removed ".elementor-335 .elementor-element.elementor-element-08d7022" */
    .chinese-card img {
      width: 100%;
      height: 220px;
      object-fit: cover;
    }
    .chinese-card h3 {
      text-align: center;
      padding: 14px;
      color: #7a0c0c;
    }
    .menu-item-title {
      font-size: 25px;   
    }
    .View-option {
      display: block;
      font-size: 20px;
      font-weight: 600;
      color: #000;
      text-align: center;
      padding-bottom: 15px;
    }

    /* ===== POPUP OVERLAY ===== */
    .chinese-popup-overlay {
      position: fixed;
      inset: 0;
      background: rgba(0,0,0,0.6);
      opacity: 0;
      pointer-events: none;
      transition: 0.3s;
      z-index: 9998;
    }
    .chinese-popup-overlay.active {
      opacity: 1;
      pointer-events: all;
    }

    /* ===== POPUP BOX ===== */
    .chinese-popup-box {
      position: fixed;
      top: 50%;
      left: 50%;
      transform: translate(-50%, -45%) scale(0.9);
      width: 90%;
      max-width: 420px;
      max-height: 80vh;
      overflow-y: auto;
      padding: 35px;
      border-radius: 25px;
      background: white;
      box-shadow: 0 30px 60px rgba(0,0,0,0.35);
      opacity: 0;
      transition: 0.4s;
      z-index: 9999;
      pointer-events: none;
    }
    .chinese-popup-box.active {
      opacity: 1;
      transform: translate(-50%, -50%) scale(1);
      pointer-events: all;
    }
    .chinese-popup-box h2 {
      color: #7a0c0c;
      margin-bottom: 18px;
    }

    /* ===== PRICE LIST ===== */
    .chinese-price-list {
      list-style: none;
      padding: 0;
      margin: 0;
    }
    .chinese-price-list li {
      display: flex;
      justify-content: space-between;
      padding: 12px 0;
      border-bottom: 1px dashed #ddd;
      font-size: 17px;
    }

    /* ===== CLOSE BUTTON ===== */
    .chinese-close-btn {
      position: absolute;
      top: 16px;
      right: 20px;
      font-size: 32px;
      cursor: pointer;
      color: #7a0c0c;
      line-height: 1;
      width: 35px;
      height: 35px;
      display: flex;
      align-items: center;
      justify-content: center;
      transition: 0.2s;
      z-index: 10000;
    }
    .chinese-close-btn:hover {
      transform: scale(1.2);
      color: #e41616;
    }

    /* ===== MOBILE ===== */
    @media (max-width: 768px) {
      .chinese-menu-grid {
        grid-template-columns: 1fr;
      }
    }/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-d27b0b1 *//* Grid */
.elementor-335 .elementor-element.elementor-element-d27b0b1 .biryani-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 25px;
}

/* Cards */
.elementor-335 .elementor-element.elementor-element-d27b0b1 .biryani-item {
  background: #fff;
  border-radius: 18px;
  overflow: hidden;
  cursor: pointer;
  box-shadow: 0 15px 35px rgba(0,0,0,0.15);
  transition: 0.4s;
  padding-bottom: 10px;
}

.elementor-335 .elementor-element.elementor-element-d27b0b1 .biryani-item:hover {
  transform: translateY(-10px) scale(1.03);
}

.elementor-335 .elementor-element.elementor-element-d27b0b1 .biryani-item img {
  width: 100%;
  height: 220px;
  object-fit: cover;
}

.elementor-335 .elementor-element.elementor-element-d27b0b1 .biryani-item h3 {
  text-align: center;
  padding: 14px;
  color: #7a0c0c;
}


/* Mobile */
@media (max-width: 768px) {
  .elementor-335 .elementor-element.elementor-element-d27b0b1 .biryani-grid {
    grid-template-columns: 1fr;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-f17269a *//* Grid */
.elementor-335 .elementor-element.elementor-element-f17269a .biryani-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 25px;
}

/* Cards */
.elementor-335 .elementor-element.elementor-element-f17269a .biryani-item {
  background: #fff;
  border-radius: 18px;
  overflow: hidden;
  cursor: pointer;
  box-shadow: 0 15px 35px rgba(0,0,0,0.15);
  transition: 0.4s;
  padding-bottom: 10px;
}

.elementor-335 .elementor-element.elementor-element-f17269a .biryani-item:hover {
  transform: translateY(-10px) scale(1.03);
}

.elementor-335 .elementor-element.elementor-element-f17269a .biryani-item img {
  width: 100%;
  height: 220px;
  object-fit: cover;
}

.elementor-335 .elementor-element.elementor-element-f17269a .biryani-item h3 {
  text-align: center;
  padding: 14px;
  color: #7a0c0c;
}
/* Mobile */
@media (max-width: 768px) {
  .elementor-335 .elementor-element.elementor-element-f17269a .biryani-grid {
    grid-template-columns: 1fr;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-3d66c58 *//* ===== GRID ===== */
.kebab-menu-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 25px;
}

/* ===== CARDS ===== */
.kebab-card {
  background: #fff;
  border-radius: 18px;
  overflow: hidden;
  cursor: pointer;
  box-shadow: 0 15px 35px rgba(0,0,0,0.15);
  transition: 0.4s;
}

.kebab-card:hover {
  transform: translateY(-10px) scale(1.03);
}
.elementor-335 .elementor-element.elementor-element-3d66c58 .kebab-card img {
  width: 100%;
  height: 220px;
  object-fit: cover;
}
.kebab-card h3 {
  text-align: center;
  padding: 14px;
  color: #7a0c0c;
}

.kebab-price {
  display: block;
  font-size: 20px;
  font-weight: 600;
  color: #000;
  text-align: center;
  padding-bottom: 10px;
}

/* ===== POPUP OVERLAY ===== */
.kebab-popup-overlay {
  position: fixed;
  inset: 0;
  background: rgba(0,0,0,0.6);
  opacity: 0;
  pointer-events: none;
  transition: 0.3s;
  z-index: 9998;
}

.kebab-popup-overlay.active {
  opacity: 1;
  pointer-events: all;
}

/* ===== POPUP BOX ===== */
.kebab-popup-box {
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -45%) scale(0.9);
  width: 90%;
  max-width: 420px;
  padding: 35px;
  border-radius: 25px;
  background: white;
  backdrop-filter: blur(18px);
  -webkit-backdrop-filter: blur(18px);
  border: 1px solid rgba(255,255,255,0.3);
  box-shadow: 0 30px 60px rgba(0,0,0,0.35);
  opacity: 0;
  transition: 0.4s;
  z-index: 9999;
}

.kebab-popup-box.active {
  opacity: 1;
  transform: translate(-50%, -50%) scale(1);
}

.kebab-popup-box h2 {
  color: #7a0c0c;
  margin-bottom: 18px;
}

/* ===== PRICE LIST ===== */
.kebab-price-list {
  list-style: none;
  padding: 0;
  margin: 0;
}

.kebab-price-list li {
  display: flex;
  justify-content: space-between;
  padding: 12px 0;
  border-bottom: 1px dashed #ddd;
  font-size: 17px;
}

/* ===== CLOSE BUTTON ===== */
.kebab-close-btn {
  position: absolute;
  top: 16px;
  right: 20px;
  font-size: 26px;
  cursor: pointer;
  color: #7a0c0c;
}

/* ===== MOBILE ===== */
@media (max-width: 768px) {
  .kebab-menu-grid {
    grid-template-columns: 1fr;
  }
}




.biryani-item {
  cursor: pointer; /* ensures pointer on hover */
  position: relative; /* avoids overlap issues */
  z-index: 10; /* ensures it’s above any overlaying element */
}





/* Grid */
.elementor-335 .elementor-element.elementor-element-3d66c58 .biryani-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 25px;
}

/* Cards */
.elementor-335 .elementor-element.elementor-element-3d66c58 .biryani-item {
  background: #fff;
  border-radius: 18px;
  overflow: hidden;
  cursor: pointer;
  box-shadow: 0 15px 35px rgba(0,0,0,0.15);
  transition: 0.4s;
  padding-bottom: 10px;
}

.elementor-335 .elementor-element.elementor-element-3d66c58 .biryani-item:hover {
  transform: translateY(-10px) scale(1.03);
}

.elementor-335 .elementor-element.elementor-element-3d66c58 .biryani-item img {
  width: 100%;
  height: 220px;
  object-fit: cover;
}

.elementor-335 .elementor-element.elementor-element-3d66c58 .biryani-item h3 {
  text-align: center;
  padding: 14px;
  color: #7a0c0c;
}


/* Mobile */
@media (max-width: 768px) {
  .elementor-335 .elementor-element.elementor-element-3d66c58 .biryani-grid {
    grid-template-columns: 1fr;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-21a3a94 *//* Grid */
.elementor-335 .elementor-element.elementor-element-21a3a94 .biryani-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 25px;
}

/* Cards */
.elementor-335 .elementor-element.elementor-element-21a3a94 .biryani-item {
  background: #fff;
  border-radius: 18px;
  overflow: hidden;
  cursor: pointer;
  box-shadow: 0 15px 35px rgba(0,0,0,0.15);
  transition: 0.4s;
  padding-bottom: 10px;
}

.elementor-335 .elementor-element.elementor-element-21a3a94 .biryani-item:hover {
  transform: translateY(-10px) scale(1.03);
}

.elementor-335 .elementor-element.elementor-element-21a3a94 .biryani-item img {
  width: 100%;
  height: 220px;
  object-fit: cover;
}

.elementor-335 .elementor-element.elementor-element-21a3a94 .biryani-item h3 {
  text-align: center;
  padding: 14px;
  color: #7a0c0c;
}


/* Mobile */
@media (max-width: 768px) {
  .elementor-335 .elementor-element.elementor-element-21a3a94 .biryani-grid {
    grid-template-columns: 1fr;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-87bfc66 *//* Grid */
.elementor-335 .elementor-element.elementor-element-87bfc66 .biryani-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 25px;
}

/* Cards */
.elementor-335 .elementor-element.elementor-element-87bfc66 .biryani-item {
  background: #fff;
  border-radius: 18px;
  overflow: hidden;
  cursor: pointer;
  box-shadow: 0 15px 35px rgba(0,0,0,0.15);
  transition: 0.4s;
  padding-bottom: 10px;
}

.elementor-335 .elementor-element.elementor-element-87bfc66 .biryani-item:hover {
  transform: translateY(-10px) scale(1.03);
}

.elementor-335 .elementor-element.elementor-element-87bfc66 .biryani-item img {
  width: 100%;
  height: 220px;
  object-fit: cover;
}

.elementor-335 .elementor-element.elementor-element-87bfc66 .biryani-item h3 {
  text-align: center;
  padding: 14px;
  color: #7a0c0c;
}


/* Mobile */
@media (max-width: 768px) {
  .elementor-335 .elementor-element.elementor-element-87bfc66 .biryani-grid {
    grid-template-columns: 1fr;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-8f343c9 *//* Grid */
.elementor-335 .elementor-element.elementor-element-8f343c9 .biryani-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 25px;
}

/* Cards */
.elementor-335 .elementor-element.elementor-element-8f343c9 .biryani-item {
  background: #fff;
  border-radius: 18px;
  overflow: hidden;
  cursor: pointer;
  box-shadow: 0 15px 35px rgba(0,0,0,0.15);
  transition: 0.4s;
  padding-bottom: 10px;
}

.elementor-335 .elementor-element.elementor-element-8f343c9 .biryani-item:hover {
  transform: translateY(-10px) scale(1.03);
}

.elementor-335 .elementor-element.elementor-element-8f343c9 .biryani-item img {
  width: 100%;
  height: 220px;
  object-fit: cover;
}

.elementor-335 .elementor-element.elementor-element-8f343c9 .biryani-item h3 {
  text-align: center;
  padding: 14px;
  color: #7a0c0c;
}


/* Mobile */
@media (max-width: 768px) {
  .elementor-335 .elementor-element.elementor-element-8f343c9 .biryani-grid {
    grid-template-columns: 1fr;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-0656d44 *//* Grid */
.elementor-335 .elementor-element.elementor-element-0656d44 .biryani-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 25px;
}

/* Cards */
.elementor-335 .elementor-element.elementor-element-0656d44 .biryani-item {
  background: #fff;
  border-radius: 18px;
  overflow: hidden;
  cursor: pointer;
  box-shadow: 0 15px 35px rgba(0,0,0,0.15);
  transition: 0.4s;
  padding-bottom: 10px;
}

.elementor-335 .elementor-element.elementor-element-0656d44 .biryani-item:hover {
  transform: translateY(-10px) scale(1.03);
}

.elementor-335 .elementor-element.elementor-element-0656d44 .biryani-item img {
  width: 100%;
  height: 220px;
  object-fit: cover;
}

.elementor-335 .elementor-element.elementor-element-0656d44 .biryani-item h3 {
  text-align: center;
  padding: 14px;
  color: #7a0c0c;
}


/* Mobile */
@media (max-width: 768px) {
  .elementor-335 .elementor-element.elementor-element-0656d44 .biryani-grid {
    grid-template-columns: 1fr;
  }
}/* End custom CSS */