.breadcrumb-wrapper {
  position: relative;
  overflow: hidden;
  padding: 140px 0;
  color: white;
  text-align: center;
}

.breadcrumb-wrapper.menu-ban {
  /* background-image: url("./assets/menu_images/menu-banner.png"); */
  background-image:url('../menu_images/menu-banner.png');
  background-repeat: no-repeat;
  background-size: cover;
  background-position: right;
}

.breadcrumb-wrapper::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #010f1cbf !important;
  opacity: 0.85;
  z-index: -1;
}

@media (max-width: 767px) {
  .breadcrumb-wrapper {
    padding: 62px 0 !important;
  }

  .menu-tabs .nav-link {
    padding: 10px !important;
  }

  .menulist li.nav-item {
    padding-right: 10px !important;
  }
}

.menulist {
  position: relative;
}

.cart-button {
  position: fixed;
  bottom: 20px;
  right: -8px;
}

img.cart-img {
  height: 74px;
}

/* Cart icon */
.cart-icon {
  width: 16px !important;
  height: 16px !important;
}

/* Red badge on top-right of cart button */
.cart-badge {
  position: absolute;
  top: 5px;
  right: 32px;
  background-color: red;
  color: white;
  font-size: 10px;
  font-weight: bold;
  padding: 3px 3px;
  border-radius: 50%;
  min-width: 20px;
  text-align: center;
}

.header h1 {
  font-weight: 700;
  font-size: 24px;
}

.header h2 {
  font-size: 18px;
  color: #666;
}

.intro-text {
  text-align: center;
  font-size: 14px;
  margin-bottom: 20px;
  color: #666;
}

.menu-tabs .nav-link {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 10px 16px;
  text-align: left;
  border: none;
  background-color: transparent;
  transition: background-color 0.2s;
}

.menulist li.nav-item {
  padding-right: 24px;
}

.menu-tabs .nav-link.active {
  border-bottom: 2px solid transparent;
  border-image: linear-gradient(to right, #00c779, #004e92);
  border-image-slice: 1;
  border-width: 0 0 2px 0;
}

.menulist .nav-tabs {
  border: none !important;
}

.nav-tabs {
  border-bottom: none !important;
}

.menu-tab-icon {
  font-size: 20px;
  color: #00c779;
  display: flex;
  align-items: center;
}

.menu-tab-icon img {
  width: 30px;
}

.menu-tab-text {
  display: flex;
  flex-direction: column;
  line-height: 1.2;
}

.menu-tab-label {
  font-weight: 600;
  font-size: 14px;
  color: #000;
}

.menu-tab-count {
  font-size: 12px;
  color: #888;
}

img.menu-images {
  padding: 8px;
}

.menu-card img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 12px;
}

.menu-body {
  padding: 10px;
}

.menu-body h5 {
  margin: 0px !important;
  font-size: 14px !important;
}

.menu-body small {
  font-size: 11px !important;
}

.tab-pane .col-md-2.mb-2.position-relative {
  padding: 0 0.3rem;
}

/* .circle-select.selected {
  background: #00c779;
  border-color: #00c779;
} */

/* Add white tick when selected */
.circle-select.selected::after {
  content: "✔";
  position: absolute;
  color: white;
  font-size: 14px;
  line-height: 1;
  top: 3px;
  right: 3px;
}

/* card */
.col-md-2.mb-3.position-relative {
  padding: 4px;
}

.pagination {
  display: flex;
  justify-content: center;
  align-items: center;
  list-style: none;
  padding-left: 0;
  gap: 6px;
  margin-top: 20px;
}

.pagination .page-item {
  display: flex;
}

.pagination .page-link {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 32px;
  height: 32px;
  border-radius: 50%;
  background-color: transparent;
  border: none;
  font-weight: bold;
  color: #000;
  text-decoration: none;
  transition: background-color 0.2s ease;
  cursor: pointer;
}

.pagination .page-link:hover {
  background-color: #e0e0e0;
}

.pagination .page-item.active .page-link {
  background-color: #70e000;

  color: white;
}

.pagination .page-item.disabled .page-link {
  background-color: #e0e0e0;
  color: #aaa;
  cursor: not-allowed;
  border-radius: 50%;
}

.pagination .arrow {
  color: white;
}

li.page-item.arrow {
  background-color: #0d1b2a;
  border-radius: 50px;
  color: white !important;
}

li.page-item.arrow.disabled {
  background-color: transparent !important;
}

.page-item a.page-link {
  color: black !important;
}

.page-item.arrow a.page-link {
  color: white !important;
}

/* Make nav-tabs scrollable horizontally */
@media (max-width: 767px) {
  .tab_btn_cont {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    scrollbar-width: none;
  }

  .tab_btn_cont::-webkit-scrollbar {
    display: none;
  }

  .menu-tabs {
    flex-wrap: nowrap;
    width: max-content;
    display: flex;
    padding: 0 8px;
    gap: 8px;
  }

  .menu-tabs .nav-item {
    flex: 0 0 auto;
    white-space: nowrap;
  }

  .menu-tabs .nav-link {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    min-width: 140px;
  }

  .menu-tab-icon {
    margin-right: 6px;
  }
}

/* Menu Card */
.menu-card {
  margin-top: 20px;
  border: 2px solid green;
  border-radius: 15px;
  padding: 0px 5px;
  padding-top: 5px;
  cursor: pointer;
  background: #fff;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.05);
  transition: 0.2s;
  position: relative;
  height: auto;
}

/* .menu-card {
  position: relative;
  border-radius: 15px;
  background: #fff;
  padding: 1px;
  border: green 2px solid;
} */

.menu-card:hover {
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
  transform: translateY(-2px);
}

.menu-images {
  width: 100%;
  border-radius: 10px;
  margin-bottom: 8px;
}

/* .menu-body h5 {
  font-size: 14px;
  margin: 0;
} */

/* Circle Checkbox */
.circle-select {
  width: 20px;
  height: 20px;
  border: 2px solid #ccc;
  border-radius: 50%;
  position: absolute;
  bottom: 12px;
  right: 12px;
  transition: 0.2s;

  background: #fff;
  cursor: pointer;
  text-align: center;
}

.circle-select {
  /* position: absolute; */
  /* bottom: 12px; */
  /* right: 20px; */
  /* width: 20px; */
  /* height: 20px; */
  /* background: #fff; */
  /* border: 2px solid #ccc; */
  /* border-radius: 50%; */
  /* cursor: pointer;
  text-align: center; */
}

.circle-select.selected {
  background: #28a745;
  border-color: #28a745;
}

/* Right Panel */
.selected-menu {
  background: #fff;
  border-left: 2px solid #eee;
  box-shadow: -2px 0 8px rgba(0, 0, 0, 0.05);
  border-radius: 12px 0 0 12px;
  padding: 16px;
  /* height: 100vh; */
  display: flex;
  flex-direction: column;

  position: relative;
  max-height: 90vh;
}

.selected-lists {
  flex: 1;
  overflow-y: auto;
  max-height: 400px;
  /* Fixed height for scroll */
  padding-right: 5px;
}

.selected-item {
  display: flex;
  align-items: center;
  padding: 6px 8px;
  border-bottom: 1px solid #f1f1f1;
}

.selected-item img {
  width: 40px;
  height: 40px;
  border-radius: 8px;
  margin-right: 10px;
}

/* Checkout Button */

/* .submit-btn {
  display: block;
  padding: 14px;
  background: linear-gradient(90deg, #11998e, #38ef7d);
  color: #fff;
  border: none;
  border-radius: 8px;
  font-size: 16px;
  margin-top: 15px;
  font-weight: 600;
  transition: 0.3s;
  position: absolute;
  bottom: 79px;
  width: 250px;
} */

.submit-btn {
  /* position: absolute;          */
  bottom: 20px;
  left: 50%;
  /* transform: translateX(-50%); */
  /* width: calc(100% - 32px);    */
  max-width: 100%;
  padding: 12px 18px;
  background: linear-gradient(90deg, #11998e, #38ef7d);
  color: #fff;
  border: none;
  border-radius: 8px;
  font-size: 16px;
  font-weight: 600;
  transition: transform 0.2s, opacity 0.2s;
  z-index: 5;
}

.submit-btn:hover {
    opacity: 0.9;
    transform: translateY(-2px);
    left: 10px;
    transform: translateX(0%);
}

/* Responsive Fix */
@media (max-width: 768px) {
  .selected-menu {
    margin-top: 20px;
    border-left: none;
    border-top: 2px solid #eee;
    border-radius: 12px;
  }

  .submit-btn {
    display: block;
    /* width: 100%; */
    padding: 14px;
    background: linear-gradient(90deg, #11998e, #38ef7d);
    color: #fff;
    border: none;
    border-radius: 8px;
    font-size: 16px;
    margin-top: 15px;
    font-weight: 600;
    transition: 0.3s;
    /* position: relative; */
    bottom: 0px;
    width: auto;
  }
}

.selected-lists {
  padding: 15px;
}

.menu-dropdown {
  margin-bottom: 15px;
}

.menu-dropdown-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 12px 15px;
  background-color: #f8f9fa;
  border: 1px solid #dee2e6;
  border-radius: 6px;
  cursor: pointer;
  transition: all 0.3s ease;
}

.menu-dropdown-header:hover {
  background-color: #e9ecef;
}

.menu-dropdown-header.active {
  background-color: #e7f3ff;
  border-color: #0d6efd;
}

.menu-title {
  font-weight: 600;
  color: #495057;
  margin: 0;
  font-size: 16px;
}

.menu-count {
  background-color: #0d6efd;
  color: white;
  padding: 2px 8px;
  border-radius: 12px;
  font-size: 12px;
  font-weight: 600;
  margin-left: 10px;
}

.dropdown-arrow {
  transition: transform 0.3s ease;
  color: #6c757d;
}

.dropdown-arrow.rotated {
  transform: rotate(180deg);
}

.menu-dropdown-content {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.3s ease, padding 0.3s ease;
  padding: 0 15px;
}

.menu-dropdown-content.show {
  max-height: 180px;
  /* expand height */
  padding: 10px 15px;
  overflow-y: auto;
}

.menu-item {
  padding: 10px;
  margin: 5px 0;
  background-color: white;
  border: 1px solid #e9ecef;
  border-radius: 6px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  transition: all 0.2s ease;
}

.menu-item:hover {
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
  transform: translateX(2px);
}

.item-name {
  font-size: 14px;
  color: #212529;
}

.remove-btn {
  background-color: #dc3545;
  color: white;
  border: none;
  padding: 4px 8px;
  border-radius: 4px;
  font-size: 12px;
  cursor: pointer;
  transition: background-color 0.2s ease;
}

.remove-btn:hover {
  background-color: #c82333;
}

.empty-state {
  text-align: center;
  padding: 20px;
  color: #6c757d;
  font-size: 14px;
}

@media (max-width: 480px) {
  .menu-tabs {
    flex-wrap: nowrap;
    width: max-content;
    display: block;
    padding: 0 8px;
    gap: 8px;
    margin-left: 17%;
  }

  .menulist li.nav-item {
    padding-bottom: 8px;
  }
}

.menu-lists {
  min-height: 65vh;
  overflow-y: auto;
}

/*-------------newly added------------*/

@media (max-width: 600px) {
  .tab_btn_cont .nav {
    display: block;
    padding: 0 8px;
    gap: 8px;
    margin-left: 17%;
  }

  /* .menu-tabs {
    flex-wrap: nowrap;
    width: max-content;
    display: block;
    padding: 0 8px;
    gap: 8px;
    margin-left: 17%;
} */
}

/*-------------seemantham menulist styles----------------*/

.seemantham-sumbit-btn, .engagement-submit-btn, .birthday-menu button, .gettogether-menu button {
    position: absolute;
    left: 10px;
    transform: translateX(0) !important;
    bottom: 20px;
    max-width: 100%;
    width: 100%;
    padding: 12px 18px;
    z-index: 10;
    display: block;
}

.seemantham-selected-menu {
  height: 90vh !important;
}

/*------------house warming menulist styles---------*/

.house-warming-selected-menu , .birthday-menu, .gettogether-menu{
  height: 90vh !important;
  /* position: relative;  */
  /* padding: 16px; */
  /* padding-bottom: 110px; */
}

.house-warming-submit-btn {
  position: absolute;
  /* left: 50%; */
  transform: translateX(-50%);
  /* bottom: 20px; 
  max-width: 260px; */
  width: calc(100% - 32px);
  /* padding: 12px 18px;
  z-index: 10;
  display: block; */
}

/*-------------engagement menulist styles-----------*/

.engagement-selected-menu {
  height: 90vh !important;
}



