.menu-back-heading {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    gap: 0.875rem;
    position: fixed;
    top: 0;
    /* margin-bottom: 100px; */
    /* background-color: white !important; */
    width: 100% !important;
    z-index: 1000;
    padding: 10px 0px 10px 10px;
}

.wishlist-div{
    margin-right: 20px;
    background-color: white;
    padding: 0 3px;
    border-radius: 50%;
}
body {
  /* background-color: #f4f7fc !important; */
  font-family: 'Roboto', 'Poppins', -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  
  margin: 0 !important;
  padding: 0 !important;
  overflow-y: hidden !important;
}

/* iOS specific fixes */
@supports (-webkit-touch-callout: none) {
  /* iOS specific styles */
  body {
    -webkit-text-size-adjust: 100%;
    -webkit-font-smoothing: antialiased;
    -webkit-tap-highlight-color: transparent;
  }

  /* Fix for iOS Safari viewport height issues */
  .ios-safe-area {
    padding-top: env(safe-area-inset-top);
    padding-bottom: env(safe-area-inset-bottom);
    padding-left: env(safe-area-inset-left);
    padding-right: env(safe-area-inset-right);
  }

  /* Fix for iOS scrolling momentum */
  * {
    -webkit-overflow-scrolling: touch;
  }

  /* Handle dynamic viewport height changes when keyboard opens */
  .mobile-keyboard-handler {
    min-height: 100dvh;
    min-height: 100vh; /* fallback for browsers that don't support dvh */
  }

  /* Ensure fixed elements stay in place when keyboard opens */
  .fixed-header {
    position: fixed !important;
    z-index: 1000 !important;
  }

  .fixed-bottom {
    position: fixed !important;
    bottom: 0 !important;
    z-index: 1000 !important;
  }
}

   /* ANDROID / MOBILE SPECIFIC */
   @media screen and (max-width: 768px) {
    /* Ensure text and font scaling doesn't break layout */
    body {
      -webkit-text-size-adjust: 100%;
      text-size-adjust: 100%;
      -webkit-font-smoothing: antialiased;
    }
  
    /* Smooth scrolling for Android */
    * {
      -webkit-overflow-scrolling: touch; 
    }
  
    .mobile-keyboard-handler {
      min-height: 100vh; /* fallback for older Android browsers */
      height: 100vh;
    }
  
    .fixed-header {
      position: fixed !important;
      top: 0 !important;
      left: 0 !important;
      right: 0 !important;
      z-index: 1000 !important;
    }
  
    /* Fixed bottom elements (search bars, buttons) */
    .fixed-bottom {
      position: fixed !important;
      bottom: max(0px, env(keyboard-inset-height, 0px)) !important; /* adjusts above keyboard */
      left: 0;
      right: 0;
      z-index: 1000 !important;
      transition: bottom 0.3s ease-in-out;
    }
  
    /* Optional: padding for “safe areas” on modern devices */
    .android-safe-area {
      padding-top: env(safe-area-inset-top, 0px);
      padding-bottom: env(safe-area-inset-bottom, 0px);
      padding-left: env(safe-area-inset-left, 0px);
      padding-right: env(safe-area-inset-right, 0px);
    }
  }
  
.netwrok-status-offline {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  gap: 1rem;
}

.additional-methods {
  display: flex;
  flex: 1;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  /* border-bottom: 2px rgb(213, 209, 209) dotted; */
  /* margin:.2rem 0; */
  padding: 0.5rem;
  border-radius: 0.5rem;
  border: 1px solid #ddd;
  margin: 0 !important;
  margin-bottom: 1rem !important;
  box-shadow: rgba(50, 50, 93, 0.25) 0px 2px 5px -1px,
    rgba(0, 0, 0, 0.3) 0px 1px 3px -1px;
}
.additional-method-icon {
  display: flex;
  /* flex:0.1; */
}

.card-title-1 {
  font-size: 1rem;
  font-weight: 600;
  margin: 0;
}

.card-title-2 {
  font-size: 0.75rem;
  font-weight: 400;
  margin: 0;
}

.additional-method-text-view {
  display: flex;
  flex: 0.8;
  flex-direction: column;
  margin: 0 0.3rem;
}

.additional-method-icon svg {
  fill: #28A745;
  font-size: 2rem;
  height: 3rem;
  width: 3rem;
}

.additional-method-image-icon {
  height: 3rem;
  width: 3rem;
  border-radius: 0.5rem;
  object-fit: cover;
}
.MuiSnackbar-root{
    z-index: 100000 !important;
    margin-top: 60px !important;
}
.add-card {
    flex: 1;
    display: flex;
    align-items: center;
    margin:0.5rem;
}
.add-card-btn {
    display: flex;
    flex: 1;
    flex-direction: row;
    align-items: center;
    cursor: pointer;
}

.payment-type {
    display: flex;
    flex: 1;
    flex-direction: column;
    margin: 3.5rem  0 1rem 0;
}

.saved-card {
    margin: 1rem;
    padding: .5rem;
    border-bottom: 1px solid #e5e5e5;
}

.cvv-pay-btn {
    display: flex;
    flex: 1;
    align-items: center;
    justify-content: flex-end;
}

.add-card-container {
    margin: 1rem;
}

.card-form-inputs {
    display: flex;
    flex-direction: column;
    width: 90vw;
    align-self: center;
    margin: 0.2rem 0;
}
.btn{
    margin:.5rem 1rem !important;
    /* padding: .2rem .5rem; */
    color:'#fff' !important;
    font-size: 14 !important;
    font-weight: 700 !important;
    background-color: #0f8241 !important;
}
.btn:hover{
    background-color: #0f8241 !important;
}
.upi-container{
    flex:1;
    display: flex;
    flex-direction: column;
    margin: 1rem 0;
}
.add-upi-container{
    display: flex;
    flex:1;
    flex-direction: column;
    padding:1rem;
}
.upi-app-card{
    display: flex;
    flex: 1;
    flex-direction: column;
    /* align-items: center; */
    /* justify-content: space-between; */
    margin:0.2rem 0;
}
.checkBoxRow{
    display: flex;
    flex:1;
    align-items: center;
    margin-bottom: 1rem;
}
.saved-vpa-card{
    display: flex;
    flex:1;
    align-items: center;
    justify-content: space-between;
    padding:0.5rem;
    margin:0.5rem;
}

.bankCard{
    display: flex;
    flex: 1;
    padding: 0.3rem;
    align-items: center;
    justify-content: space-between;
    margin: 0.5rem;
}
.container{
    flex:1;
    display: flex;
    padding:1rem;
    flex-direction: column;
}
.styled-btn:hover {
  background-color: none !important;
}

.product-card {
  /* margin-top: 2rem; */
  box-shadow: rgba(0, 0, 0, 0.15) 1.95px 1.95px 2.6px;
  /* height: 16rem; */
  /* width: 12rem; */
  /* width: 200px; */
  background-color: #ffff;
  border-radius: 1rem;
  position: relative;
  border: 1px solid #b5d2ca;
}

.product-details {
  display: flex;
  flex-direction: column;
  width: 200px;

  border-radius: 14px;
}
.product-image-box {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 150px;
  height: 120px;
  padding-top: 0.5rem;
}

.product-image {
  /* height: 6rem; */
  /* width: 7rem; */
  height: 100%;
  width: 100%;
  object-fit: cover;
  overflow: hidden;
  display: flex;
  justify-content: center;
  align-items: center;
}

.prod-img {
  height: 100%;
  /* width: 100%; */
  /* margin-top: 25px; */
  width: 80%;
  object-fit: cover;
  border-top-left-radius: 1rem;
  border-top-right-radius: 1rem;
}

.product-discount {
  position: absolute;
  /* top: 1px;
  left: 5px; */
  height: 1.6rem;
  width: 4rem;
  /* background-color: #0f8241; */
  background-color: var(--discount-bg);
  color: #ffff !important;
  border-top-left-radius: 0.8rem;
  border-bottom-right-radius: 0.8rem;
}

.discount-details {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
}

.discount-text {
  color: #ffff !important;
  font-size: 0.6rem !important;
  font-weight: 600 !important;
}

.product-wishlist {
  position: absolute;
  /* top: 2px;
  right: 15px; */
  top: 5px;
  right: 5px;
  height: 2rem;
  width: 2rem;
  border-radius: 50%;
  /* background-color: #f9f5f2; */
  background-color: black;
  /* visibility: hidden; */
}

.whishlist-details {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
}

.wishlist-icon,
.wishlist-icon-added {
  /* color: #fe0000; */
  font-size: 1.2rem;
}

/* .product-name {
  padding: 0.6rem 0.6rem 0 0.6rem;
} */

.product-name-text {
  /* font-size: 0.8rem !important; */
  font-size: 12px !important;
  color: darkgrey !important;
  min-height: 20px !important;
  margin-top: 10px !important;
}

/* .product-description {
  padding: 0 0.6rem 0 0.6rem;
} */
.product-description-text {
  min-height: 40px !important;
  max-height: 40px !important;
  overflow: hidden !important;
  /* font-size: 0.8rem !important; */
  font-size: 12px !important;
  color: black;
}

/* .product-quantity {
  padding: 0.3rem 0 0 0.6rem;
} */

.product-quantity-text {
  /* font-size: 0.8rem !important; */
  font-size: 12px !important;
  color: black;
}

.product-price-details {
  /* padding: 0.5rem 0 0.6rem 0.6rem; */
  padding: 0.2rem 0rem 0.4rem 0rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 30px;
}

.price-description {
  display: flex;
  flex-direction: column;
  /* gap: 0.3rem; */
}

.price-description-not-applicable {
  /* font-size: 0.8rem !important; */
  font-size: 12px !important;
  color: darkgrey !important;
  text-decoration: line-through !important;
}

.price-description-applicable {
  /* font-size: 0.9rem !important; */
  font-size: 13px !important;
  font-weight: bold !important;
  color: black !important;
}

.product-add-btn {
  /* padding: 0 0 0 0.6rem; */
  font-weight: bold;
  /* background-color: #e7f3ec !important; */
}

.add-btn {
  background-color: #e7f3ec !important;
  color: #0f8241 !important;
  position: relative !important;
  right: 0.1rem !important;
  top: 0.2rem !important;
  width: 6rem !important;
  border-radius: 0.5rem !important;
  padding: 2.5px 8px !important;
  /* border: 1px solid rgb(49 134 22) !important; */
}

.product-qty-counter {
  /* background-color: rgb(173, 26, 25); */
  width: 6rem !important;
  display: flex;
  justify-content: space-around;
  align-items: center;
  border-radius: 10px !important;
  position: relative;
  right: 0.5rem !important;
  top: 0.2rem !important;
  gap: 10px;
  color: #000000;
  padding: 2px 4px;
  vertical-align: middle;
  border: 1px solid #e6e6e6;
}

.decrement-qty,
.increment-qty {
  color: rgb(173, 26, 25);
}

.product-qty {
  color: #000000 !important;
  font-size: 10px !important;
  font-weight: 500;
}

.alice-carousel__prev-btn,
.alice-carousel__next-btn {
  display: none !important;
}
.alice-carousel__prev-btn-item,
.alice-carousel__next-btn-item {
  display: none;
}

.alice-carousel__dots {
  margin: 1rem 0 0 0 !important;
}

/* .carousel { */
/* margin-top: 8rem; */
/* margin-top: 6rem; */
/* margin-top: -132px; */
/* } */
.horizontal-product-card-wrapper {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  padding: 0 0.6rem 0 0.6rem;
}

.variant-product-card {
  margin-top: 2rem;
  box-shadow: rgba(0, 0, 0, 0.15) 1.95px 1.95px 2.6px;
  width: 100%;
  background-color: #ffff;
  border-radius: 1rem;
  position: relative;
  border: 1px solid #b5d2ca;
  /* height: 118px; */
}
.variant-product-card-inner {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
}
.variant-product-details {
  display: -webkit-flex;
  display: -ms-flexbox;
  flex-direction: row;
  width: 100%;
  padding: 5px;
}
.variant-product-image {
  object-fit: contain;
  display: flex;
  justify-content: center;
  align-items: center;
}
.variant-product-price-details {
  padding: 0.2rem 0rem 0.4rem 0rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 30px;
}
.var-prod-img {
  border-top-left-radius: 1rem;
  border-top-right-radius: 1rem;
}
/* .product-qty-counter {
    background-color: #e7f3ec !important;
    width: 6rem !important;
    display: flex
;
    justify-content: space-around;
    align-items: center;
    border-radius: 1rem;
    position: relative;
    right: 0.5rem !important;
    top: -0.8rem !important;
} */
.variant-product-card.disabled {
  background-color: #f0f0f0;
}

.chip_display_box {
  display: flex;
  overflow-x: scroll;
  margin-bottom: 10px;
}
.chip_display_box::-webkit-scrollbar {
  display: none;
}
.product-list-container {
  /* height: calc(100vh - 48px); */
  overflow: scroll;
}
.product-list-container::-webkit-scrollbar {
  display: none;
}

/* display: grid;
padding: 1em;
display: grid;
grid-template-columns: repeat(2, 1fr);
align-items: center;
gap: 2.2em;
grid-template-columns: repeat(4); */

.custom-square-radio-container {
    display: flex;
  }
  
  .custom-square-radio {
    width: 20px;
    height: 20px;
    border: 2px solid #9d9d9d;
    display: flex;
    align-items: flex-start;
    justify-content: flex-end;
    cursor: pointer;
    margin-right: 8px;
    position: relative;
    border-radius: 2px;
  }
  
  .custom-square-radio.checked {
    background-color: #fff;
  }
  
  .square-radio-content {
    position: absolute;
    top: -13px;
    right: -6px;
    font-size: 26px;
    color: #9d9d9d;
  }
  
  .custom-square-radio.checked .square-radio-content {
    display: block;
  }
  
  .loader-screen-position{
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100vh;
  }

  .loader-gif{
    height:8rem
  }
.horizontal-product-card-wrapper {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
}

.home {
  /* overflow-y: scroll; */
  height: 100%;
  /* background-color: #f4f7fc; */
  /* background-color: #e9fae9; */
  /* background-color: #eef4ee; */
  /* margin-bottom: 3.5rem; */
  /* margin-bottom: 0.5rem; */
  position: relative;
  z-index: 99999;
  /* background: linear-gradient(rgb(0, 0, 0) 5%, rgba(217, 217, 217, 1) 146%); */
}
.home::-webkit-scrollbar {
  display: none;
}

.header-top {
  display: flex;
  justify-items: center;
  align-items: center;
  /* justify-content: flex-end; */
  /* justify-content: space-between; */
  /* padding: 1rem; */
  padding: 0.5rem;
  margin-bottom: 10px;
}
.header-top-grocery {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0.5rem;
}
.header-top-left {
  display: flex;
  align-items: center;
  margin-left: 20px;
}
.home-search {
  /* position: fixed; */
  top: 55px;
  padding: 0.5rem;
  z-index: 1000;
  /* width: 100%; */

  /* padding-top: 0.5rem; */
}

.products-by-category {
  /* padding: 1rem; */
  display: flex;
  gap: 21px;
  justify-content: flex-start;
  overflow-x: scroll;
  overflow-y: hidden;
  padding: 5px 0px 10px;
}
.products-by-category::-webkit-scrollbar {
  display: none;
}

.home-header {
  position: relative;
  width: 100%;
  z-index: 998;
  margin-top: 64px; 
  background-color: #e0e1e8;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.home-header-background {
  position: relative;
}
.custom-slide {
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.un-serviceable {
  padding: 0.5rem;
}

/* .end-footer {
  padding-bottom: 6rem !important;
  margin-top: 140px;
} */

/* left: 0; */
/* home-cart-view */
/* background-color: #f3f8ff; */
.home-cart-view {
  position: fixed;
  /* position: absolute; */
  /* top: 10px; */
  bottom: 50px;
  width: 100%;
  height: 13rem;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 9999;
}

/* .home-cart-view {
  position: absolute;
  bottom: 0;
  top: 1px;
  right: 0;

  width: 100%;
  height: 8rem;
  box-shadow: 0 -2px 4px rgba(0, 0, 0, 0.1);
} */

.home-cart-details {
  background-color: rgb(12, 121, 36);
  height: 4rem;
  width: 40% !important;
  border-radius: 1rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0.1rem;
  margin-left: 0.2rem;
  flex-wrap: wrap;
}

.home-cart-amount-details {
  display: flex;
  gap: 0.5rem;
  margin-left: 1rem;
  position: relative;
  width: 50%;
}

.cart-icon {
  color: white !important;
}
.cart-line {
  height: 1.5rem;
  width: 0.2rem;
  background: white;
}

.home-cart-redirect {
  margin-right: 1rem;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 10px;
  flex: 1;
}

.home-total-cart-items {
  position: absolute;
  bottom: 1.2rem;
  left: 0.5rem;
  height: 1.2rem;
  width: 1.2rem;
  border-radius: 50%;
  background: red;
  display: flex;
  align-items: center;
  justify-content: center;
}

.header-top-right {
  display: flex;
  gap: 1rem;
  align-items: center;
}

.store-icon {
  color: #0f8241 !important;
}

.store-modal {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  height: 55%;
  width: 90%;
  /* background-color: white; */
  border-radius: 1rem;
  outline: none !important;
  padding: 1rem;
  padding: 1rem;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  gap: 1rem;
  overflow: scroll;
}

.store-list-item {
  height: 5rem;
  width: 5rem;
  padding: 1rem;
  box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
  border-radius: 1rem;
  background-color: white;
  display: flex;
  justify-content: center;
  align-items: center;
}
.store-active {
  background-color: mediumseagreen !important;
  color: #ffffff !important;
}

.cart-total-amount-saved {
  background-color: #0c6834;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-left: 1.2rem;
  border-radius: 1rem;
  width: 5rem;
}

.carousel-banner {
  /* margin-top: -235px !important; */
  margin-bottom: 55px;
  pointer-events: none; /* Prevents blocking interactions below */
  z-index: 2;
  position: relative;
}

.carousel-banner * {
  pointer-events: auto;
}

/* .carousel-banner {

  margin-top: -235px !important;
  margin-bottom: 55px;
} */
.home-content {
  background-color: #eef4ee;
}
/* Tablets: 600px to 768px */
/* @media (max-width: 768px) and (min-width: 600px) {
  .carousel-banner {
    margin-bottom: 0px;
  }
} */
@media (max-width: 840px) and (min-width: 1280px) {
  .home-cart-details {
    background-color: rgb(12, 121, 36);
    height: 4rem;
    width: 34% !important;
    border-radius: 1rem;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0.1rem;
    margin-left: 0.2rem;
    flex-wrap: wrap;
  }
}

/* @media (max-width: 768px) and (min-width: 600px) {
} */
@media (max-width: 852px) and (min-width: 1280px) {
  .carousel-banner {
    margin-top: -162px;
  }
}

@media (max-width: 599px) and (min-width: 479px) {
  .cart-total-amount-saved {
    margin-left: 0px;
    width: 0rem;
  }
}
/* Mobile devices: 320px to 480px */
@media (max-width: 480px) and (min-width: 320px) {
  .carousel-banner {
    margin-top: 0px !important;
    margin-bottom: 0px;
  }
  .home {
    margin-bottom: 0rem;
  }
  .home-cart-details {
    background-color: rgb(12, 121, 36);
    height: 4rem;
    width: 74% !important;
    border-radius: 1rem;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0.1rem;
    margin-left: 0.2rem;
    flex-wrap: wrap;
  }
  .cart-total-amount-saved {
    margin-left: 0.1rem;
  }
  .home-cart-view {
    width: 80%;
  }
}

@media (max-width: 540px) and (min-width: 720px) {
  .carousel-banner {
    margin-top: 55px;
  }
  .home-cart-view {
    width: 50%;
  }
}
@media (max-width: 375px) and (min-width: 667px) {
  .carousel-banner {
    margin-top: -55px;
  }
  .home-cart-view {
    width: 30%;
  }
}

@media (max-width: 344px) and (min-width: 479px) {
  .home-cart-details {
    width: 82% !important;
    flex-wrap: wrap;
  }
  .home-cart-view {
    width: 30%;
  }
}

/* for responsiveness */
@media (max-width: 600px) {
  .header-top {
    justify-content: space-between;
  }

  .cart-btn-items-img {
    height: 1.5rem !important;
    width: 1.5rem !important;
  }

  .cart-btn-items-btn {
    height: 1.5rem !important;
    width: 1.5rem !important;
  }
}
.header-container {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0 16px;
  /* background-color: #000; */
  background: "linear-gradient(to bottom, #D9D9D9 0%, rgba(0,0,0,0) 93%)";
  height: 80px;
  /* width: 100% !important; */
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 999;
}

.header-wrapper {
  display: flex;
  justify-items: flex-start;
  align-items: center;
  gap: 0.25rem;
  margin-left: -10px;
}

.restro-title {
  font-size: 16px;
  font-weight: 600;
  color: white;
  /* color: "black"; */
  /* font-family: Arial, Helvetica, sans-serif; */
}

.heading-right {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  flex: 1;
}

.header-navbar-nav-icon {
  color: #ffffff !important;
}

/* for responsiveness */
@media (max-width: 600px) {
  .header-wrapper {
    margin-left: -0.25rem;
  }

  .restro-title {
    margin: 0;
  }

  .header-wrapper img {
    height: 4rem;
    width: 4rem;
    padding: 4px;
    padding-left: 8px;
    box-sizing: border-box;
  }

  .heading-right {
    flex: none;
  }

  .header-navbar-nav-icon {
    min-width: auto !important;
    padding: 0 0.5rem !important;
  }
}
.repeat-order-drawer {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  /* font-family: sans-serif; */
  gap: 5px;
  border: 1px solid #ddd;
  border-radius: 10px;
  padding: 10px;
  margin-bottom: 12px;
}
.addon-title-wrapper {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
}
.addon-title {
  /* font-family: monospace; */
  font-weight: 500;
  font-size: 17px;
}
.box-container {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 12px;
  flex: 1;
  min-width: 220px;
}
.box-container-quantity {
  display: flex;
  justify-content: center;
  align-items: center;
  /* background: black; */
  border-radius: 4px;
  padding: 5px;
  gap: 15px;
  border: 1px solid #e6e6e6;
}
.add-btn-addon {
  display: flex;
  justify-content: center;
  align-items: center;
  color: red;
  font-size: 14px;
  font-weight: 700;
  display: block;
  margin: 0 auto;
  margin-top: 16px;
}
.restro-product-image-addon {
  width: 60px;
  height: 60px;
  object-fit: cover;
  border-radius: 6px;
}
@media (max-width: 600px) {
  /* .box-container {
    flex-direction: column;
    align-items: flex-start;
  } */

  .box-container-quantity {
    margin-top: 8px;
  }
}

.customize-heading {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 12px;
  border-bottom: 1px solid #d3d3d3b3;

  box-shadow: 0 2px 6px rgb(187 178 157 / 40%);
  border-radius: 4px;
}
.customize-title-image-wrapper {
  padding-left: 12px;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 12px;
}
.customize-heading-title {
  /* font-family: sans-serif; */
  font-weight: 600;
  font-size: 16px;
}
.additional-note-title {
  /* font-family: sans-serif; */
  font-weight: 600;
  font-size: 12px;
  line-height: 100%;
  letter-spacing: 0%;
  text-align: center;
}
/* .customize-product-qty-counter {
  background-color: black !important;
  width: 30%;
  display: flex;
  justify-content: space-around;
  align-items: center;
  border-radius: 10px;
  position: relative;
  right: 0.5rem !important;
  top: 0.2rem !important;
  gap: 10px;
  color: white;
  padding: 6px;
} */
.customize-product-qty-counter {
  /* background-color: rgb(173, 26, 25); */
  width: 6rem !important;
  display: flex;
  justify-content: space-around;
  align-items: center;
  border-radius: 10px !important;
  position: relative;
  right: 0.5rem !important;
  top: 0.2rem !important;
  gap: 10px;
  color: #000000;
  padding: 2px 4px;
  vertical-align: middle;
  border: 1px solid #e6e6e6;
}
.added-qty {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 12px;
}
.product-quantity {
  color: #000000 !important;
  font-size: 0.9rem !important;
}
.addon-title-data {
  /* font-family: sans-serif; */
  font-weight: 400;
  font-size: 12px;
  line-height: 100%;
  letter-spacing: 0%;
  /* text-align: center; */
  color: #111;
}
.checkbox-wrapper {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex: 1;
}
.checkbox-inner-data {
  gap: 12px;
  display: flex;
  justify-items: center;
  align-items: center;
}
.addon-button-container {
  display: flex;
  justify-content: space-evenly;
  align-items: center;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.15);
  padding: 7px;
  border-radius: 9px;
  margin-top: 13px;
}
.button-add-on {
  color: white !important;
  background: black !important;
  font-weight: 700 !important;
  width: 60%;
}

.restro-product-name {
  /* font-family: sans-serif; */
  font-weight: 700;
  font-size: 16px;
  line-height: 100%;
  letter-spacing: 0;
  text-align: left;
}
.restro-product-description {
  /* font-family: sans-serif; */
  font-weight: 400;
  font-size: 1rem;
  /* line-height: 130%; */
  /* letter-spacing: 0; */
}
.restro-product-image {
  border-radius: 8px;
  object-fit: contain;
}
.restro-product-header {
  display: flex;
  gap: 10px;
  align-items: center;
  justify-content: flex-start;
}
.restro-product-additional-info {
  /* font-family: sans-serif; */
  font-weight: 700;
  font-size: 1rem;
  /* line-height: 100%;
  letter-spacing: 0%; */
  text-align: center;
  margin-bottom: 0;
}
.restro-product-additional-info-box {
  display: flex;
  align-items: flex-start;
  justify-content: left;
  gap: 5px;
  padding: 0.2rem;
  border-radius: 0.5rem;
}
.restro-product-additional-info-box p {
  margin: 0;
}
.restro-product-additional-customization {
  padding: 0.2rem;
  border-radius: 0.5rem;
}
.restro-product-description-info {
  /* font-family: sans-serif; */
  font-weight: 600;
  font-size: 14px;
  line-height: 130%;
  letter-spacing: 0px;
  color: #333333;
}
.customization-title {
  /* font-family: sans-serif; */
  font-weight: 700;
  font-size: 12;
  /* line-height: 100%;
  letter-spacing: 0%; */
  text-align: left;
  margin-bottom: 0.25rem;
}
.restro-product-customization-size-item {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  margin: 16px 16px 12px 15px;
  margin: 12px 0;
  gap: 12px;
}
.restro-customize-font {
  /* font-family: sans-serif; */
  font-weight: 600;
  font-size: 12px;
  /* line-height: 100%;
  letter-spacing: 0%;
  text-align: center; */
}
.restro-product-footer {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0.5rem;
  border-top: 1px solid #e0e0e0;
}
.custom-title {
  color: #91acc2;
  /* font-family: sans-serif; */
  font-weight: 500;
  cursor: pointer;
}
.add-cooking-title {
  /* font-family: sans-serif; */
  font-weight: 500;
  font-size: 14px;
  /* line-height: 100%;
  letter-spacing: 0%; */
  text-align: left;
}
/* .drawer-page {
  margin: 10px !important;
} */
.detail-page-tooping {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex: 1;
}
.details-radio-items {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
}

.drawer-btn-wrapper-par {
  /* bottom: 1rem !important; */
  /* to show above the bottom notch and inside safe area */
  bottom: calc(16px + env(safe-area-inset-bottom)) !important;
  left: 1rem;
  right: 1rem;
  width: auto !important;
  background-color: #ffffff;
  gap: 0.5rem;
  padding: 0.5rem;
  z-index: 10001;
}

.drawer-qty-btn-par {
  left: 0;
  top: 0 !important;
  flex: 1;
  padding: 4px;
}

.drawer-add-btn-1 {
  flex: 1.5;
}

.desc-drawer-required-text {
  font-weight: normal;
  color: lightgray;
  font-size: 0.8em;
}

/* Tablets: 600px to 768px */
@media (max-width: 860px) and (min-width: 800px),
  (max-width: 768px) and (min-width: 600px),
  (max-width: 599px) and (min-width: 540px),
  (max-width: 480px) and (min-width: 320px),
  (max-width: 360px) and (min-width: 321px) {
  .restro-product-image {
    border-radius: 8px;
    object-fit: cover;
  }
}

@media (max-width: 1024px) {
  .restro-product-image {
    object-fit: cover !important;
  }
}
.custom-heading-position {
  /* position: sticky !important; */
  display: flex;
  width: auto;
  box-sizing: border-box;
  position: fixed !important;
  top: 3.9rem;
  /* margin-bottom: 2rem !important; */
  
}

.menulist-no-product {
  /* margin-top: 2rem; */
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  font-size: small;
  font-weight: 400;
  color: #978585;
}

.add-button-plus-icon-1 {
  position: absolute;
  top: -6px;
  right: 3px;
  font-weight: 400;
  font-size: 1.25rem;
}

.customisable-button-text-1 {
  font-size: 0.8rem;
  margin-top: 1.15rem;
}

.customisable-button-not-img {
  position: absolute;
  top: 3.25rem;
  margin-top: 0rem !important;
}

.item-cart-inc-dsc-btn {
  display: flex;
  align-items: center;
  justify-content: center;
}

.item-card-img-btn-parent {
  width: 140px;
  min-height: 180px;
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.item-cart-btn-2 {
  width: 98px !important;
  font-weight: 600;
  border-radius: 6px !important;
  font-size: 1rem;
  padding: 2px !important;
  background-color: #FFDDDC;
  border: 1px solid rgba(211, 47, 47, 0.5);
  left: 50%;
  transform: translateX(-50%);
  right: 0 !important;
  top: 120px !important;
  position: absolute;
  box-sizing: border-box;
  height: 34px;
}

.item-cart-btn-2-not-img {
  top: 1rem !important;
}

.item-cart-btn-prod-qty {
  color: #d32f2f !important;
  font-size: 1rem !important;
}

.item-card-icon-btn-par {
  height: 32px;
  width: 32px;
  border: 1px solid lightgrey !important;
  border-radius: 50% !important;
}

.item-list-no-more-par {
  margin: 1rem;
  display: flex;
  align-items: center;
  justify-content: center;
}

/* Mobile-specific fixes for iOS */
@media screen and (max-width: 768px) {
  .custom-heading-position {
    /* top: 0 !important; */
    background-color: white;
    box-shadow: 0 2px 4px rgba(0,0,0,0.1);
  }

  /* Fix for iOS filter chips horizontal scrolling */
  .MuiBox-root[style*="overflowX"] {
    -webkit-overflow-scrolling: touch;
  }
}
.filter-chips-container-scroll {
  overflow-x: auto;
  height: 100vh;
}
.share-btn {
  font-size: 12px;
  margin-top: 4px;
  color: #333;
  /* font-family: sans-serif; */
}
.copy-link {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 12px;
  border: 1px solid rgba(62, 174, 196, 0.187);
  padding: 0.5rem;
  /* font-family: sans-serif; */
  border-radius: 0.5rem;
}

.clear-div {
  position: absolute;
  top: 14px;
  right: 10px;
  color: darkgray;
  cursor: pointer;
  z-index: 10;
}

.menulist-name-text {
  color: white !important;
  font-size: 17px !important;
  font-weight: 500 !important;
  /* font-family: sans-serif !important; */
  padding: 12px;
}
.add-icon {
  background-color: white;
  border-radius: 50%;
}
.common {
  display: flex;
  align-items: center;
}
.menu-items-wrapper {
  justify-content: center;
  gap: 4px;
}
.menu-items-container {
  justify-content: space-between;
}
.check {
  display: flex;
  width: 100%;
  justify-content: space-between;
  align-items: center;
}
.open-product-listing {
  cursor: pointer;
}
.menulist-dialog-container {
  position: absolute;
  bottom: 130px;
  right: 10px;
  margin: 0;
  width: 450px;
  border-radius: 8px;
  background-color: black;
  color: white;
}

@media (max-width: 344px) and (min-width: 479px) {
  .menulist-name-text {
    color: white !important;
    font-size: 13px !important;
    font-weight: 400 !important;
    /* font-family: sans-serif !important; */
    padding: 7px;
  }
  .menulist-dialog-container {
    position: absolute;
    bottom: 130px;
    right: 10px;
    margin: 0;
    width: 250px;
    border-radius: 8px;
    background-color: black;
    color: white;
  }
}

.fav-listing-container {
  padding: 16px;
  /* max-width: 500px; */
  margin: auto;
  /* font-family: sans-serif; */
  /* margin-top: 29px; */
  padding-top: 0;
}

.fav-header {
  display: flex;
  justify-content: center;

  margin-top: 16px;
  margin-bottom: 12px;
}

.filters {
  display: flex;
  gap: 8px;
}

.filter-btn {
  padding: 8px 16px;
  border: 1px solid rgb(173, 26, 25);
  background: white;
  color: rgb(173, 26, 25);
  border-radius: 8px;
  cursor: pointer;
}

.filter-btn.active {
  background: rgb(173, 26, 25);
  color: white;
}

.fav-items {
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.fav-card {
  display: flex;
  align-items: center;
  gap: 8px;
  border: 1px solid #ddd;
  padding: 0.5rem;
  border-radius: 8px;
}

.fav-card-left {
  display: flex;
  align-items: center;
  flex: 1;
  gap: 8px;
}

.food-type-indicator {
  height: 3rem;
  width: 3rem;
  border-radius: 0.5rem;
  overflow: hidden;
}

.food-type-indicator img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.food-type-indicator .veg-dot,
.food-type-indicator .nonveg-dot {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  display: inline-block;
}

.veg-dot {
  background-color: green;
}

.nonveg-dot {
  background-color: red;
}

.item-info {
  display: flex;
  flex-direction: column;
}

.item-name {
  font-weight: bold;
}

.item-price {
  color: #666;
  font-size: 14px;
}

.quantity-control {
  display: flex;
  align-items: center;
  border: 1px solid rgb(173, 26, 25);
  border-radius: 4px;
  /* overflow: hidden; */
}

.quantity-control button {
  background: rgb(173, 26, 25);
  color: white;
  border: none;
  padding: 4px 8px;
  cursor: pointer;
}

.quantity-control input {
  width: 32px;
  text-align: center;
  border: none;
}

.restro-add-btn {
  background: rgb(173, 26, 25);
  color: white;
  border: none;
  padding: 6px 12px;
  border-radius: 0.5rem;
  cursor: pointer;
}

.delete-btn {
  background: none;
  border: none;
  color: rgb(173, 26, 25);
  font-size: 18px;
  cursor: pointer;
}

.delete-btn svg {
  fill: rgb(173, 26, 25);
  height: 28px;
  font-size: 2rem !important;
}

.loader {
  text-align: center;
  padding: 20px;
}

.empty-state {
  text-align: center;
  color: #777;
  padding: 20px;
}

.about-us-card {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 3%;
    margin-bottom: 3%;
    box-shadow: rgba(60, 64, 67, 0.3) 0px 1px 2px 0px, rgba(60, 64, 67, 0.15) 0px 1px 3px 1px !important;
}
.activity-screen {
  height: 100%;
  height: 100vh;
  background-color: #f4f7fc;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.map-image {
  height: 12rem;
  width: 12rem;
}

.map-gif {
  height: 100%;
}

.address-book-card {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  padding: 1rem;
  border-radius: 0.8rem !important;
  cursor: pointer;
}

.address-book-list-head{
display: flex;
justify-content: space-between;
background-color: whitesmoke;
}

.edit-icon-address{
  color: rgb(12, 121, 36) !important;
  margin-left: 8px;
  cursor: pointer;
}

.delete-icon-address{
  color:#dc5454 !important;
  margin-left: 8px;
  cursor: pointer;
}
.gm-svpc,
.gmnoprint,
.gm-style-mtc-bbw,
.gm-control-active,
.gm-fullscreen-control {
  display: none !important;
}

h1,
p {
  /* font-family: Lato; */
}

#map {
  width: 100%;
  height: 100%;
}

.map-search-input-container {
  position: relative !important;
  display: flex !important;
  align-items: center !important;
  margin: 0 0.5rem 0 0.5rem !important;
}

.map-search-icon {
  position: absolute !important;
  left: 0.75rem !important;
  color: #d72929 !important;
  top: 4.1rem !important;
  z-index: 10000;
}

.map-search-input {
  padding-left: 42px !important;
  box-sizing: border-box !important;
  border: 1px solid #ccc !important;
  border-radius: 5px !important;
  height: 35px !important;
  width: 100% !important;
  left: 0px !important;
}
.location-details-card {
  position: absolute;
  z-index: 2;
  background: #fff;
  padding: 15px;
  border-radius: 0.5rem;
  margin: 0 0.5rem 0.5rem 0.5rem;
  bottom: 0;
  left: 0;
  width: 97% !important;
  box-sizing: border-box;
}

.location-details-btn {
  margin-top: 15px !important;
}

.location-finding-loader-container {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100vh;
}

@media (max-width: 1024px) {
  .location-details-card {
    width: calc(100% - 1rem) !important;
  }
}

@media (max-width: 600px) {
  .location-details-card {
    width: calc(100% - 1rem) !important;
  }
}
.bottom-navigation {
  box-shadow: 0px 3px 3px -2px rgba(0, 0, 0, 0.2),
    0px 3px 4px 0px rgba(0, 0, 0, 0.14), 0px 1px 8px 0px rgba(0, 0, 0, 0.12);
}
.animated-placeholder {
  position: absolute;
  left: 16px;
  top: 50%;
  transform: translateY(-50%);
  color: #999;
  font-size: 16px;
  pointer-events: none;
  /* font-family: inherit; */
  overflow: hidden;
  height: 24px;
}

.placeholder-animate {
  position: absolute;
  white-space: nowrap;
}

.skeleton-suggestion-item {
  display: flex;
  gap: 2rem;
  align-items: center;
  margin-top: 1rem;
  margin-left: 1rem;
}

.skeleton-suggestion-description {
  display: flex;
  flex-direction: column;
  gap: 0.2rem;
  width: 100%;
}

.suggestion-search-item {
  display: flex;
  gap: 1rem;
  align-items: center;
  margin-top: 1rem;
  margin-left: 1rem;
}

.suggestion-item-img {
  height: 2.5rem;
  width: 2.5rem;
  display: flex;
  align-items: center;
  justify-content: center;
}

.suggestion-search-item-img {
  height: 100%;
  object-fit: cover;
}

.suggestion-item-description {
  display: flex;
  flex-direction: column;
  gap: 0.2rem;
}

.search-item-bottom-text {
  display: flex;
  gap: 0.5rem;
}

.suggestion-text-value {
  display: flex;
  gap: 1rem;
  align-items: center;
  margin-top: 1rem;
  /* margin-left: 1rem; */
}

.search-icon {
  height: 2.5rem;
  width: 2.5rem;
  display: flex;
  align-items: center;
  justify-content: center;
}
.search-val {
  display: flex;
  flex-direction: column;
  gap: 0.1rem;
}

.search-seperator {
  width: 100%;
  height: 0.1rem;
  margin: 0.8rem 0;
  background-color: lightgrey;
}

.no-search-results {
  margin-top: 1rem;
  display: flex;
  flex-direction: column;
  gap: 1rem;
  align-items: center;
  justify-content: center;
}
.popular-search {
  margin-top: -16px;
}

/* Handle keyboard opening on mobile devices * */
@media screen and (max-width: 768px) {
  .search-main-container {
    /* Use dynamic viewport height to account for keyboard */

     min-height: 100dvh !important; 

  }
  /* Ensure headers stay visible when keyboard opens */
  .header-top {
    /* position: fixed !important; */
    top: 0 !important;
    left: 0 !important;
    right: 0 !important;
    z-index: 999 !important;
    /* background: linear-gradient(rgb(0, 0, 0) 5%, rgba(217, 217, 217, 1) 146%) !important; */
  }
  .header-top {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 999;
    background: black;
    display: flex;
    align-items: center;
    padding: 0.5rem;
  }
  /* Fixed bottom search bar that adjusts for keyboard */
  .bottom-search-bar {
    /* Position above keyboard when open, fallback to bottom when closed */
    bottom: max(0px, env(keyboard-inset-height, 0px)) !important;
    transition: bottom 0.3s ease-in-out;
  }

  /* Adjust main content to account for fixed headers and bottom bar */
  .main-content-area {
    /* height: calc(100dvh - 160px - env(keyboard-inset-height, 0px)) !important; */
    /* overflow-y: auto !important; */
    padding-bottom: calc(80px + env(keyboard-inset-height, 0px)) !important;
  }
}

/* Additional iOS-specific fixes */
@supports (-webkit-touch-callout: none) {
  .search-main-container {
    min-height: -webkit-fill-available;
  }
}
.not-serviceable {
  box-shadow: rgba(0, 0, 0, 0.15) 1.95px 1.95px 2.6px;
  background-color: white;
  border-radius: 1rem;
  width: 100%;
  min-height: 60vh;
  /* margin-top: 7rem; */
  display: flex;
  flex-direction: column;
  gap: 1rem;
  align-items: center;
}

.unreachable-image {
  height: 14rem;
  width: 14rem;
}

.not-serviceable-img {
  height: 100%;
}

.cart {


  padding: 1rem;
  margin-bottom: 4rem;
  /* background-color: #f4f7fc; */
  height: 100%;
}

.cart-nonLoggedIn {

  padding: 0.5rem;
  margin-bottom: 7rem;
  /* background-color: #f4f7fc; */
  background-color: #ffffff;
  height: 100%;
}

.empty-cart {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  height: 100vh;
  gap: 1rem;
  background: white;
}

.empty-cart-img {
  height: 14rem;
  width: 14rem;
}

.cart-img {
  height: 100%;
}

.end-footer-cart {
  margin-top: 2rem;
}

.review-cart-heading-par div {
  font-size: 1rem !important;
}
.cart-amount-saved {
  /* box-shadow: rgba(0, 0, 0, 0.15) 1.95px 1.95px 2.6px; */
  height: 3rem;
  width: 100%;
  display: flex;
  align-items: center;
  gap: 2rem;
  margin-top: 3.5rem;
  /* position: fixed; */
  /* z-index: 99999; */
  /* border-radius: 1rem; */
  border-radius: 8px;
  background-color: #f5f5f5;
  margin-bottom: 1rem;
}

.amount-saving {
  margin-left: 1rem;
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 0.3rem;
  width: 100%;
}

.cart-amount-saved-gif {
  /* height: 3rem;
  width: 3rem; */
}

.amount-saved-img {
  height: 100%;
}

.cart-coupons {
  position: relative;
  margin-top: 5px;
  /* box-shadow: rgba(0, 0, 0, 0.15) 1px 1.95px 1.95px 1.95px; */
  height: 3rem;
  width: 100%;
  border-radius: 8px;
  display: flex;
  align-items: center;
  gap: 2rem;
  background-color: white;
 
}

.cart-coupons-left {
  display: flex;
  align-items: center;
  gap: 0.6rem;
}

.cart-coupons-icon {
  height: 1.5rem;
  width: 1.5rem;
}

.coupon-icon {
  height: 100%;
}

.cart-coupon-description {
  display: flex;
  flex-direction: column;
  gap: 0.2rem;
  width: 100%;
  margin: 15px 0px 5px 4px;
}

.cart-coupons-details {
  display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    padding: 1rem;
}

.cart-item-card {
  display: flex;
  gap: 1rem;
  /* box-shadow: rgba(0, 0, 0, 0.15) 1.95px 1.95px 2.6px; */
  /* height: 5rem; */
  height: auto;
  border-radius: 1rem;
  padding: 0.6rem;
  position: relative;
  background-color: white;
  
  /* background-color: #fff; */
}

.cart-item-image {
  height: 3rem;
  width: 3rem;
}

.cart-img {
  width: 82%;
  height: 82%;
  object-fit: contain;
  border: 1px solid #e1e1e1;
}

.cart-item-details {
  display: flex;
  flex-direction: column;
}

.cart-item-qty-counter {
  position: absolute;
  right: 0;
  bottom: 10px;
}

.remove-product {
  position: absolute;
  top: 0.3rem;
  right: 0.5rem;
  cursor: pointer;
  border-radius: 30%;
}

.cart-items {
  /* margin-top: 2rem; */
  background-color: #ffffff;
  border-radius: 0.5rem;
}

.cart-items-header {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  border-bottom: 1px solid #c8bcbc33;
  padding: 6px;
  /* position: absolute;
  width: 100%;
  top: 3.5rem; */
}

.cart-items-list {
  /* margin-top: 1rem; */
  display: flex;
  flex-direction: column;
  gap: 1rem;
  border-radius: 8px;
  max-height: 282px;
  overflow-y: scroll;
}

.cart-delete-icon {
  color: rgb(173, 26, 25) !important;
  font-size: 1rem !important;
}

.cart-items-not-available-parent {
  display: flex;
  flex-direction: column;
  border: 1px solid lightgray;
  border-radius: 0.5rem;
}

.cart-not-available-p {
  font-size: 0.75rem;
  margin: 0;
  color: rgb(173, 26, 25);
}

.not-available-btn-text-parent {
  display: flex;
  justify-content: space-between;
  gap: 0.5rem;
  align-items: flex-start;
  padding: 0.5rem;
}
.cart-loyalty {
  position: relative;
  margin-top: 7px;
  /* box-shadow: rgba(0, 0, 0, 0.15) 1px 1.95px 1.95px 2.6px; */
  height: 3rem;
  width: 100%;
  border-radius: 8px;
  display: flex;
  margin-bottom: 4px;
  align-items: center;
  gap: 2rem;
  background-color: white;
}

.cart-loyalty-left {
  display: flex;
  align-items: center;
  gap: 0.6rem;
}

.redeem-icon {
  color: #596fb7 !important;
}

.cart-loyalty-description {
  display: flex;
  flex-direction: column;
  gap: 0.2rem;
  width: 100%;
  margin: 15px 0px 5px 4px;
}

.cart-loyalty-details {
  display: flex;

  justify-content: space-between;
  align-items: center;
  width: 100%;
  padding: 0rem 1rem;
}

.loyalty-applied {
  display: flex;
  gap: 0.2rem;
}

.delivery-slot-root-div {
  padding: 10px;
  /* background-color: #ffffff; */
  margin: -7px 0px;
  /* border-radius: 1rem; */
}
.select-time-slot-div {
  border: 1px solid gainsboro;
  border-radius: 10px;
  padding: 5px;
  margin-top: 5px;
}
.dropdown-icon {
  width: auto !important;
  height: 16px !important;
  color: grey !important;
  transform: rotate(90deg) !important;
  margin-top: 3px !important;
}

.review-order {
  margin-top: 12px;
  background-color: #f5f5f5;
  padding: 14px;
  border-radius: 6px;
}

.review-order-details {
  margin-top: 1rem;
  /* box-shadow: rgba(0, 0, 0, 0.15) 1.95px 1.95px 2.6px; */
  /* height: 9rem; */
  width: 94%;
  border-radius: 8px;
  display: flex;
  flex-direction: column;
  background-color: #fff;
  padding: 12px;
  /* margin: 10px; */
  /* margin-bottom: 12px; */
}

.order-details-top,
.order-details-bottom {
  display: flex;
  gap: 0.5rem;
  padding: 0.5rem;
}

.review-order-clock-icon {
  color: #0b0b0b !important;
  font-size: 12px;
}

.review-order-rupee-icon {
  height: 1.4rem;
  width: 1.6rem;
  border-radius: 50%;
  background: #0b0b0b !important;
  color: white !important;
  display: flex;
  justify-content: center;
  align-items: center;
}

.rupee-icon {
  color: #ffff !important;
  font-size: 12px !important;
}

.review-horizontal-line {
  width: 95%;
  margin-top: 0.5rem;
}

.select-address-div {
  padding: 10px;
  /* background-color: #f5f5f5; */
  background-color: #f0f0f09c;
  margin: 16px 0px;
  border-radius: 8px;
}
.select-address-div-alt {
  padding: 10px;
  /* background-color: #f5f5f5; */
  background-color: #f0f0f09c;
  margin: 16px 0px;
  border-radius: 1rem;
  margin-top: 3rem;
}
.cart-delivery-address-wrapper {
  background-color: #ffffff;
  padding: 6px;
  border-radius: 4px;
}

.footer-container {
  /* padding: 12px; */
  /* background-color: #f5f5f5; */
  min-height: 10vh;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  /* padding: 16px; */
  /* padding-bottom: 52px; */
}

.footer-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 10px;
  /* width: 100vw; */
  width: 100%;
  box-sizing: border-box;
}

.footer-text {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  font-size: 20px;
  font-weight: 600;
  /* font-family: "Nunito Sans", sans-serif; */
  color: #b9b9b9;
  /* max-width: 60%; */
  padding-bottom: 30px;
  padding-left: 93px;
  flex: 1;
}
.quotes {
  display: flex;
  gap: 5px;
  align-items: center;
  font-size: xxx-large;
}
.footer-text-row {
  align-items: center;
  justify-content: flex-start;
}

.footer-word.highlight {
  color: #28a745; /* green highlight */
}

.footer-image {
  width: 80px;
  height: 65px;
  object-fit: cover;
}

.footer-heart-row {
  display: flex;
  align-items: center;
  gap: 5px;
  font-size: 25px;
  font-weight: 700;
  color: white;
  /* font-family: "Nunito Sans", sans-serif; */
}

.footer-heart {
  color: red;
}
.footer-fssai {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 10px;
}
.footer-img-wrapper {
  width: 20%;
}

@media (min-width: 897px) and (min-width: 900px) {
  .footer-text {
    padding-left: 20px !important;
  }
}

@media (max-width: 852px) and (min-width: 1280px) {
  .footer-image {
    width: 90px;
    height: 70px;
    object-fit: cover;
  }
}
@media (min-width: 540px) and (max-width: 600px) {
  .footer-text {
    padding-left: 12px;
  }
  .quotes {
    font-size: xx-large;
  }
}
@media (min-width: 601px) and (max-width: 630px) {
  .footer-text {
    padding-left: 36px !important;
  }
}
@media (max-width: 568px) and (min-width: 850px) {
  .quotes {
    gap: 5px;
    font-size: xx-large;
  }
}
@media (max-width: 811px) and (min-width: 631px) {
  .footer-text {
    padding-left: 36px !important;
  }
}
@media (max-width: 540px) and (min-width: 720px) {
  .footer-image {
    width: 75px;
    height: 55px;
    object-fit: cover;
  }
}

@media (max-width: 538px) and (min-width: 393px) {
  .quotes {
    gap: 5px;
    font-size: large;
  }
  .footer-text {
    padding-top: 38px;
    padding: 20px;
  }
  .footer-image {
    width: 55px !important;
    height: 35px !important;
    object-fit: cover;
  }
}
@media (min-width: 360px) and (max-width: 400px) {
  .footer-text {
    padding-left: 13px;
    /* padding-top: 30px; */
  }
  .quotes {
    font-size: x-large;
  }
}
@media (min-width: 375px) and (max-width: 392px) {
  .quotes {
    gap: 5px;
    font-size: large !important;
  }
  .quotes {
    gap: 5px;
    font-size: medium;
  }
  .footer-text {
    padding-left: 27px !important;
    /* padding-top: 42px !important; */
  }
  .footer-heart-row {
    font-size: 16px;
  }
}
@media (max-width: 375px) and (min-width: 539px) {
  .quotes {
    gap: 5px;
    font-size: medium;
  }
  .footer-image {
    width: 75px;
    height: 55px;
    object-fit: cover;
  }
  .footer-heart-row {
    font-size: 15px;
  }
  .footer-text {
    padding-left: 23px;
  }
}
@media (min-width: 414px) and (max-width: 420px) {
  .footer-text {
    padding-left: 16px;
  }
}

@media (max-width: 344px) and (min-width: 374px) {
  .quotes {
    gap: 5px;
    font-size: medium;
  }
  .footer-image {
    width: 75px;
    height: 55px;
    object-fit: cover;
  }
  .footer-text {
    padding-left: 23px !important;
  }
}


/* for responsiveness */
@media (max-width: 1024px) {
  .footer-container {
    padding-bottom: calc(max(1rem, env(safe-area-inset-bottom))*3.5);
  }
}

@media (max-width: 600px) {
  .footer-container {
    padding-bottom: calc(max(1rem, env(safe-area-inset-bottom))*1.75);
  }
}
.floating-wrapper {
  display: inline-block;
}

.floating-border {
  /* border: 2px solid #ccc; */
  border-radius: 8px;
  /* overflow: hidden; */
  width: fit-content;
}

.cart-wallet {
  margin-top: 1rem;
  box-shadow: rgba(0, 0, 0, 0.15) 1.95px 1.95px 2.6px;
  height: 3rem;
  width: 100%;
  border-radius: 1rem;
  display: flex;
  align-items: center;
  gap: 2rem;
  background-color: #fff;
}

.cart-wallet-checked {
  margin-top: 1rem;
  box-shadow: rgba(0, 0, 0, 0.15) 1.95px 1.95px 2.6px;
  height: 6rem;
  width: 100%;
  border-radius: 1rem;
  display: flex;
  align-items: center;
  gap: 2rem;
  background-color: #fff;
}

.cart-wallet-details {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  padding: 0.5rem;
}

.cart-wallet-checked-details {
  display: flex;
  flex-direction: column;
  width: 100%;
  padding: 0.5rem;
}

.cart-wallet-left {
  display: flex;
  align-items: center;
}

.cart-wallet-left-loading {
  display: flex !important;
  align-items: center !important;
  gap: 0.5rem !important;
}

.cart-wallet-breakup {
  display: flex;
  flex-direction: column;
}

.wallet-amount-applicable,
.wallet-amount-remaining {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.cart-no-delivery-address {
  background-color: #fff;
  border-radius: 1rem;
  box-shadow: rgba(0, 0, 0, 0.15)1.95px 1.95px 1.95px 2.6px;
  height: 4rem;
  width: 91%;
  position: fixed;
  bottom: 0;
  margin-bottom: 0;
  display: flex;
  justify-content: center;
  flex-direction: column;
  z-index: 999;
}

.cart-checkout-order {
  background-color: #fff;
  border-radius: 1rem;
  box-shadow: rgba(0, 0, 0, 0.15) 1.95px 1.95px 2.6px;
  height: 4rem;
  width: 92%;
  position: fixed;
  bottom: 0;
  margin-bottom: 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
  z-index: 999;
}

.cart-payment-method {
  margin: 1rem;
  display: flex;
  flex-direction: column;
}

.payment-method-type {
  display: flex;
}

.payment-dropdown-icon,
.payments-icon {
  color: rgb(12, 121, 36) !important;
}

.payments-icon {
  margin-right: 0.3rem !important;
}

.cart-place-order {
  /* background-color: rgb(12, 121, 36); */
  height: 2.5rem;
  width: 100%;
  border-radius: 1rem;
  margin: 0.7rem;
  display: flex;
  gap: 0.6rem;
  justify-content: center;
  align-items: center;
  padding: 0.2rem;
}

.checkout-cart-line {
  height: 1rem;
  width: 0.1rem;
  background: white;
}

.cash-on-delivery {
  box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
  background-color: white;
  height: 2rem;
  width: 100%;
  border-radius: 2rem;
  padding: 0.5rem;
  display: flex;
  align-items: center;
}

.cart-online-payment {
  box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
  background-color: white;
  height: 10rem;
  width: 100%;
  border-radius: 1rem;
  display: flex;
  flex-direction: column;
}

.online-payment-details {
  padding: 0.5rem;
  display: flex;
  align-items: center;
}

.online-payment-img {
  height: 4rem;
  width: 100%;
}

.payment-img {
  height: 100%;
  width: 96%;
  object-fit: cover;
}

.non-logged-in {
  background-color: #fff;
  border-radius: 1rem;
  box-shadow: rgba(0, 0, 0, 0.15) 1.95px 1.95px 2.6px;
  height: 7rem;
  width: 96%;
  position: fixed;
  bottom: 0;
  margin-bottom: 4rem;
  display: flex;
  justify-content: center;
  flex-direction: column;
  margin-bottom: 0;
  z-index: 999;
}

.non-logged-in-details {
  margin-left: 1rem !important;
}

.parent-container-cart {
  /* background-color: #efeeee !important; */
  background-color: #f0f0f09c;
  padding: 6px;
  border-radius: 8px;
  margin-top: -5px;
}

.order-processing {
  padding: 0.5rem;
  background-color: #f4f7fc;
  height: 100vh;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 1rem;
}

.order-processing-loader {
  height: 6rem;
}

.processing-loader {
  height: 100%;
}

.order-success {
  padding: 0.5rem;
  background-color: #f4f7fc;
  height: 100vh;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  /* gap: 1rem; */
}

.order-success-btn-par {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  margin-top: 2rem;
}

.order-success-btn {
  width: 120px;
  border-radius: 0.5rem;
  border: 1px solid rgb(173, 26, 25);
  background-color: rgb(173, 26, 25);
  color: #fff;
  font-size: 1rem;
  font-weight: 500;
  padding: 0.5rem;
}

.category-div {
  border-radius: 1rem;
  /* object-fit: contain; */
  height: 100px;
  width: 170px;
  height: 100px;
  background-color: #c6eac6;
  padding: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}
.category-text-image-wrapper {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.brand-div {
  width: 100px;
  height: 100px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 1rem;
  /* background-color: #ffffff; */
}

.category-items-root-div {
  /* margin-top: 6rem; */
  /* margin-bottom: 3.5rem; */
  height: 100vh;
  overflow: scroll;
  background-color: #f4f7fc;
  position: relative;
  z-index: 100;
}
.category-items-root-div::-webkit-scrollbar {
  display: none;
}

.category-items-header {
  height: 6rem;
  position: fixed;
  width: 100%;
  top: 0;
  left: 0;
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  background-color: #f4f7fc;
  z-index: 1000;
}
.category-items-list {
  /* padding: 0.5rem; */
  padding: 100px 0.5rem 30px;
  position: relative;
  /* z-index: -100; */
}

/* .brand-div-image {
  padding: 0.5rem;
} */
@media (max-width: 480px) and (min-width: 320px) {
  .category-div {
    width: 60px;
    height: 100%;
    border-radius: 4px;
  }
}
@media (max-width: 599px) and (min-width: 540px) {
  .category-div {
    width: 60px;
    height: 100%;
    border-radius: 4px;
  }
}

.categories-root-div {
  background-color: #f4f7fc;
}
.categories-root-div::-webkit-scrollbar {
  display: none;
}
.categories-listing {
  padding: 1em;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  align-items: center;
  gap: 2.2em;
}

@media (max-width: 1024px) and (min-width: 801px) {
  .categories-listing {
    grid-template-columns: repeat(4, 1fr);
    gap: 2em;
  }
}
/* Tablets: 600px to 768px */
@media (max-width: 860px) and (min-width: 800px) {
  .categories-listing {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media (max-width: 768px) and (min-width: 600px) {
  .categories-listing {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media (max-width: 599px) and (min-width: 540px) {
  .categories-listing {
    grid-template-columns: repeat(4, 1fr);
    gap: 3px;
  }
}
@media (max-width: 360px) and (min-width: 321px) {
  .categories-listing {
    grid-template-columns: repeat(4, 1fr);
    gap: 3px;
  }
}
@media (max-width: 480px) and (min-width: 320px) {
  .categories-listing {
    grid-template-columns: repeat(2, 1fr);
    padding: 4px;
    gap: 6px;
  }
}
/* Mobile devices: 320px to 480px */
@media (max-width: 480px) and (min-width: 320px) {
  .categories-listing {
    grid-template-columns: repeat(4, 1fr);
    padding: 4px;
    gap: 6px;
  }
}

.coupons {
  padding: 0.5rem;
  /* margin-bottom: 3.5rem; */
  background-color: #f4f7fc;
  overflow-y: auto;
  height: 100vh;
  margin-bottom: 3.5rem !important;
}

.coupons-header {
  margin-top: 2.5rem;
}

.coupons-details {
  display: flex;
  flex-direction: column;
  gap: 1rem;
  margin-top: 1rem;
}

/* Add extra space after the last coupon */
.coupons-details > *:last-child {
  margin-bottom: 3rem;
}

.coupon-item {
  height: auto;
  background-color: white;
  box-shadow: rgba(50, 50, 93, 0.25) 0px 2px 5px -1px,
    rgba(0, 0, 0, 0.3) 0px 1px 3px -1px;
  border-radius: 0.5rem;
  padding: 1rem;
}

.coupon-item-top {
  display: flex;
  gap: 1rem;
}

.coupon-img-data {
  height: 4rem;
  width: 4rem;
}

.coupon-img {
  height: 100%;
  width: 100%;
  object-fit: contain;
  border-radius: 0.3rem;
}

.coupon-item-details {
  display: flex;
  flex-direction: column;
  gap: 0.6rem;
  width: 100%;
}

.coupon-item-code {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.coupon-code {
  height: 2rem;
  background-color: #e7f3ec !important;
  color: #0f8241 !important;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 10rem;
  border-radius: 0.5rem;
}

.coupon-code-details {
  display: flex;
  gap: 0.2rem;
  align-items: center;
}

.coupon-hide-details {
  display: flex;
  gap: 0.2rem;
}

.coupon-hide-details-icon {
  display: flex;
  flex-direction: column;
}

.seperator {
  width: 100%;
  height: 0.1rem;
  margin: 0.8rem 0;
  background-color: lightgrey;
}

.coupon-item-bottom {
  margin-top: 1rem;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #f8f8f8;
  height: 2rem;
}

.drawer-coupon-applied {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 0.5rem;
}

.guestLogin {
  display: flex;
  flex-direction: column;
  /* gap:1rem; */
  height: 90vh;
  padding: 0.5rem;
  background-color: #f4f7fc;
  margin-top: 3rem;
}

.customer-profile-root-div {
  overflow-y: scroll;
  height: 100vh;
  min-height: calc(100vh - 48px);
  /* margin-top: 6rem;
    margin-bottom: 3.5rem; */
  background-color: #f4f7fc;
}
.profile-main-card {
  margin-top: 1rem;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  padding: 1rem;
  border-radius: 1.4rem !important;
  color: rgb(78, 81, 86);
  background-color: #fff !important;
  box-shadow: rgba(60, 64, 67, 0.3) 0px 1px 2px 0px,
    rgba(60, 64, 67, 0.15) 0px 1px 3px 1px !important;
}

.profile-sub-head {
  display: flex;
  justify-content: flex-start;
  align-items: center;
}

.profile-details {
  text-align: left;
  margin-left: 3%;
  display: flex;
  height: 85px;
  justify-content: space-between;
  flex-direction: column;
  width: 200px;
}

.settings-container {
  background-color: #fff !important;
  padding: 1rem;
  border-radius: 0.5rem !important;
  font-size: 14px;
  font-weight: 500;
  margin: 11px 10px 10px 10px;
  box-shadow: rgba(60, 64, 67, 0.3) 0px 1px 2px 0px,
    rgba(60, 64, 67, 0.15) 0px 1px 3px 1px !important;
}

.settings-card-content {
  display: flex;
  align-items: center;
  gap: 0.3rem;
}

.settings-card {
  display: flex;
  justify-content: space-between;
  align-items: center;
  background-color: white;
  padding: 1rem;
  border-radius: 1rem;
  margin: 0.5rem;
  box-shadow: rgba(50, 50, 93, 0.25) 0px 2px 5px -1px,
    rgba(0, 0, 0, 0.3) 0px 1px 3px -1px;
}

.settings-card-icon {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 35px;
  height: 35px;
  border-radius: 50%;
  background-color: #f5f5f5 !important;
}

.card-main-box {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 0.8rem;
}

.card-content {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 31%;
  height: 92px;
  /* margin-top: auto;
  margin-bottom: auto; */
  text-align: center;
  vertical-align: middle;
  /* padding-top: 7%; */
  background-color: #fff !important;
  border-radius: 1.5rem !important;
  box-shadow: rgba(60, 64, 67, 0.3) 0px 1px 2px 0px,
    rgba(60, 64, 67, 0.15) 0px 1px 3px 1px !important;
}

.css-1v3caum {
  padding-top: 0 !important;
}

.css-9emuhu-MuiPaper-root-MuiDrawer-paper {
  height: 230px !important;
  background-color: transparent !important;
}

.css-ahj2mt-MuiTypography-root {
  font-weight: 700 !important;
  font-size: 0.8rem !important;
  color: black !important;
}

.language-font-style {
  font-weight: 700 !important;
  font-size: 0.9rem !important;
  color: black !important;
}

.drawer-main-box {
  margin-top: 15px !important;
  border-top-right-radius: 15px !important;
  border-top-left-radius: 15px !important;
  background-color: #fff !important;
  height: 100%;
}

.drawer-cancel-button {
  margin: auto !important;
  color: white;
  background-color: black;
  /* color: black;
  background-color: white; */
  border-radius: 50% !important;
  padding: 5px;
  font-size: 1rem !important;
}

.css-1oug984 {
  padding-bottom: 11px !important;
}

.customer-profile-main-box {
  min-width: 275px !important;
  padding-top: 5px;
  margin: 48px 10px 10px 10px !important;
}

.edit-profile-root-div {
  height: 100vh;
  /* overflow: hidden; */
}

.edit-profile-input {
  width: 98%;
  height: 30px;
  border: 1.5px solid rgba(116, 115, 115, 0.2);
  border-radius: 0.5rem !important;
}

.disabled-detail-box {
  opacity: 0.5;
}

.edit-profile-button {
  width: 96% !important;
  height: 30px;
  margin: 2% !important;
  font-size: 8px !important;
}

.edit-profile-main {
  /* padding: 2% !important; */
  padding: 8px 16px !important;
  line-height: 20px;
}

.plus-icon {
    color: lightgray;
    font-size: 1.2rem;
    cursor: pointer;
    transition: all 0.3s ease;
}
/* Override styles for dots */
.alice-carousel__dots {
  position: absolute;
  /* bottom: 20px; */
  left: 0;
  right: 0;
  margin: 0 auto;
  margin-bottom: 10px;
  list-style: none;
  padding: 0;
  display: flex;
  justify-content: center;
}

.alice-carousel__dots-item {
  width: 10px; /* Adjust the width as needed */
  height: 10px; /* Adjust the height as needed */
  margin: 0 5px; /* Adjust the margin as needed */
  background-color: #333; /* Adjust the background color as needed */
  border-radius: 50%;
  cursor: pointer;
  transition: background-color 0.3s ease;
}

.alice-carousel__dots-item.active {
  background-color: #fff; /* Change the color for the active dot */
}

.alice-carousel__dots-item:not(.__custom) {
  width: 20px !important;
  height: 6px !important;
  cursor: pointer;
  border-radius: 2px !important;
  background-color: #e0e4fb;
}

.alice-carousel__dots-item:not(.__custom):not(:last-child) {
  margin-right: 10px !important;
}

/* wrapper  */
.alice-carousel__wrapper {
  /* border-radius: 1rem; */
  overflow: hidden;
}

.alice-carousel__wrapper img {
  /* max-height: 500px !important; */
  min-height: 300px !important;
  width: 100%;
  object-fit: cover;
  /* margin-top: 201px; */
  /* object-fit: contain; */
}

.alice-carousel__stage-item {
  margin-top: 28px !important;
}
.home_banner_img {
  min-height: 377px !important;
}
/* Tablets: 600px to 768px */
@media (max-width: 768px) and (min-width: 600px) {
  .alice-carousel__wrapper img {
    min-height: 220px !important;
  }
}

@media (max-width: 540px) and (min-width: 720px) {
  .alice-carousel__wrapper img {
    min-height: 220px !important;
    /* margin-top: 210px !important; */
  }
}

@media (max-width: 599px) and (min-width: 400px) {
  .alice-carousel__wrapper img {
    min-height: 186px !important;
    margin-top: 0px !important;
  }
}

/* Mobile devices: 320px to 480px */
@media (max-width: 399px) and (min-width: 320px) {
  .alice-carousel__wrapper img {
    min-height: 160px !important;
    margin-top: 0px !important;
  }
}

/* .titleBox{
    
} */
.no-products-found {
  height: 7rem;
  width: 7rem;
}

.no-products-found-img {
  height: 100%;
}
.alice-carousel .animated {
  animation-fill-mode: both;
}

.alice-carousel .animated-out {
  z-index: 1;
}

.alice-carousel .fadeOut {
  animation-name: fadeOut;
}

@keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    visibility: hidden;
  }
}
.alice-carousel {
  position: relative;
  width: 100%;
  margin: auto;
  direction: ltr;
}

.alice-carousel__wrapper {
  position: relative;
  overflow-x: hidden;
  overflow-y: hidden;
  box-sizing: border-box;
  width: 100%;
  height: auto;
}

.alice-carousel__stage {
  position: relative;
  box-sizing: border-box;
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  white-space: nowrap;
  transform-style: flat;
  -webkit-transform-style: flat;
  backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
}
.alice-carousel__stage-item {
  position: relative;
  display: inline-block;
  padding: 0;
  margin: 0;
  box-sizing: border-box;
  width: 100%;
  height: 100%;
  vertical-align: top;
  white-space: normal;
  line-height: 0;
}
.alice-carousel__stage-item * {
  line-height: initial;
}
.alice-carousel__stage-item.__hidden {
  opacity: 0;
  overflow: hidden;
}

.alice-carousel__prev-btn,
.alice-carousel__next-btn {
  display: inline-block;
  box-sizing: border-box;
  width: 50%;
  padding: 10px 5px;
}
.alice-carousel__prev-btn [data-area]::after,
.alice-carousel__next-btn [data-area]::after {
  position: relative;
  content: attr(data-area);
  text-transform: capitalize;
}

.alice-carousel__prev-btn {
  text-align: right;
}

.alice-carousel__next-btn {
  text-align: left;
}

.alice-carousel__prev-btn-item,
.alice-carousel__next-btn-item {
  display: inline-block;
  cursor: pointer;
  padding: 5px;
  margin: 0;
  color: #465798;
}
.alice-carousel__prev-btn-item:hover,
.alice-carousel__next-btn-item:hover {
  color: darkred;
}
.alice-carousel__prev-btn-item.__inactive,
.alice-carousel__next-btn-item.__inactive {
  opacity: 0.4;
  pointer-events: none;
}

.alice-carousel__play-btn {
  position: absolute;
  top: 30px;
  left: 20px;
  display: inline-block;
}
.alice-carousel__play-btn:hover {
  cursor: pointer;
}
.alice-carousel__play-btn-wrapper {
  position: relative;
  width: 32px;
  height: 32px;
  padding: 10px;
  border-radius: 50%;
  background-color: #fff;
}

.alice-carousel__play-btn-item {
  position: absolute;
  width: 32px;
  height: 32px;
  cursor: pointer;
  border: 0;
  outline: none;
  background: transparent;
}
.alice-carousel__play-btn-item::before, .alice-carousel__play-btn-item::after {
  position: absolute;
  pointer-events: none;
  display: block;
  width: 0;
  height: 0;
  content: "";
  transition: all 0.4s linear;
  border-width: 8px 0 8px 15px;
  border-style: solid;
  border-color: transparent;
  border-left-color: #465798;
}
.alice-carousel__play-btn-item::before {
  left: 5px;
  height: 14px;
}
.alice-carousel__play-btn-item::after {
  top: 7px;
  left: 18px;
}
.alice-carousel__play-btn-item.__pause::before, .alice-carousel__play-btn-item.__pause::after {
  height: 30px;
  border-width: 0 0 0 10px;
}
.alice-carousel__play-btn-item.__pause::after {
  top: 0;
  left: 18px;
}

.alice-carousel__dots {
  margin: 30px 3px 5px;
  padding: 0;
  list-style: none;
  text-align: center;
}
.alice-carousel__dots > li {
  display: inline-block;
}
.alice-carousel__dots-item:not(.__custom) {
  width: 8px;
  height: 8px;
  cursor: pointer;
  border-radius: 50%;
  background-color: #e0e4fb;
}
.alice-carousel__dots-item:not(.__custom):not(:last-child) {
  margin-right: 20px;
}
.alice-carousel__dots-item:not(.__custom):hover, .alice-carousel__dots-item:not(.__custom).__active {
  background-color: #6e7ebc;
}

.alice-carousel__slide-info {
  position: absolute;
  top: 20px;
  right: 20px;
  display: inline-block;
  padding: 5px 10px;
  color: #465798;
  border-radius: 5px;
  background-color: rgba(224, 228, 251, 0.6);
}
.alice-carousel__slide-info-item {
  vertical-align: middle;
  line-height: 0;
}
.brands-card {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  align-items: center;
  gap: 1.2em;
  margin-top: 2rem;
}

@media (max-width: 768px) and (min-width: 600px) {
  .brands-card {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media (max-width: 599px) and (min-width: 479px) {
  .brands-card {
    grid-template-columns: repeat(3, 1fr);
  }
}

@media (max-width: 480px) and (min-width: 320px) {
  .brands-card {
    grid-template-columns: repeat(3, 1fr);
  }
}

.horizontal-scroll-container {
  display: flex;
  overflow-x: auto;
  padding: 1rem;
  gap: 0.75rem;
  scroll-behavior: smooth;
  background-color: #000;
  -webkit-overflow-scrolling: touch; /* iOS smooth scrolling */
  scrollbar-width: none; /* Firefox */
  -ms-overflow-style: none; /* IE/Edge */
}

.horizontal-scroll-container::-webkit-scrollbar {
  display: none; /* Chrome, Safari, Opera */
}

.category-badge {
  white-space: nowrap;
  padding: 0.5rem 1.25rem;
  background-color: #a91b1b;
  color: white;
  font-weight: 500;
  border-radius: 9999px;
  font-size: 0.95rem;
  flex-shrink: 0;
  text-align: center;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 100px;
  max-width: 100%;
  transition: background-color 0.3s;
  cursor: pointer;
  /* font-family: sans-serif; */
  height: 23px;
}

.category-badge:hover {
  background-color: #c62828;
}
.view-all-badge {
  background-color: #333;
}
.modal-content {
  background-color: white;
  color: black;
  padding: 20px;
  width: 80%;
  max-width: 400px;
  margin: 50px auto;
  border-radius: 12px;
  outline: none;
  border: 1px solid #a91b1b;
}

.modal-category-list {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 10px;
  justify-content: center;
}
.modal-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.tabs {
  display: flex;
  justify-content: flex-start;
  gap: 8px;
  margin: 16px;
  flex-wrap: wrap;
  width: 420px;
}

.tab {
  flex: 1 1 12%;
  background-color: #a91b1b;
  color: #ffffff;
  border: none;
  border-radius: 12px;
  padding: 8px 4px;
  text-align: center;
  /* font-family: Arial, sans-serif; */
  cursor: pointer;
  transition: background-color 0.3s ease, color 0.3s ease;
}

.tab .tab-title {
  font-size: 10px;
  font-weight: 500;
}

.tab .tab-sub {
  font-size: 12px;
  opacity: 0.9;
}

.tab.selected {
  background-color: #ffffff;
  color: #000000;
  border: 1px solid #e0e0e0;
}

.tab.selected .tab-sub {
  opacity: 0.7;
}

/* @media (min-width: 400px) and (max-width: 900px) {
  .tab {
    width: 40%;
    height: 30%;
    display: flex;
  }
} */


/* for responsiveness */
@media (max-width: 1024px) {
  .tabs {
    margin: 1rem 0.5rem;
    box-sizing: border-box;
  }

  .tab .tab-title {
    font-size: 1rem;
  }

  .tab .tab-sub {
    font-size: 1.25rem;
  }
}

@media (max-width: 600px) {
  .tabs {
    width: auto;
  }

  .tab .tab-title {
    font-size: 0.75rem;
  }

  .tab .tab-sub {
    font-size: 1rem;
  }
}
.bg_img {
  width: 100vw;
  height: 100vh;
  background-image: url("https://www.fooddudes.ie/wp-content/uploads/2020/04/vegetable_FoodDudess.jpg");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}


/* .div_2 {
  position: absolute;
  bottom: 0;
  background-color: #ffffff;
  width: calc(100vw * 2);
  left: -50%;
  border-radius: 50% 50% 0 0;
  height: 52vh;
} */
.inner_div_2 {
  position: relative;
  padding: 20px 30%;
  text-align: center;
}

.content {
  position: absolute;
  top: 50%;
  left: 50%; /* Adjust the position of your content */
  transform: translate(-50%, -50%);
  /* color: white;  */
}

.loyalty-bg-image {
  width: 100%;
}

.loyalty-card-content {
  display: flex;
  justify-content: space-between;
  margin-top: 1rem;
}

.loyalty-main-card {
  padding: 1rem;
  border-radius: 0.5rem !important;
  margin: 20px 10px 0px 10px !important;
  box-shadow: rgba(60, 64, 67, 0.3) 0px 1px 2px 0px,
    rgba(60, 64, 67, 0.15) 0px 1px 3px 1px !important;
}

.loyalty-balance-box {
  display: flex;
  justify-content: center;
}

.loyalty-icon-menu {
  display: flex;
  justify-content: space-between;
}

.loyalty-gift-icon-box {
  background-color: rgb(12, 121, 36);
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 0.5rem;
  padding: 0px 10px;
  height: 30px;
  margin: 3% 1% 0% 85% !important;
  z-index: 1000;
}

.menu-back-heading-loyalty {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  top: 0;
  margin-bottom: 100px;
  background-color: white !important;
  z-index: 1000;
  padding: 15px 0px 15px 10px;
  margin-bottom: 10px !important;
}

.loyalty-total-points {
  display: flex;
  justify-content: space-between;
}

.loyalty-cart-insufficient-value {
  box-shadow: rgba(60, 64, 67, 0.3) 0px 1px 2px 0px,
    rgba(60, 64, 67, 0.15) 0px 1px 3px 1px;
  height: 4rem;
  border-radius: 1rem;
  background-color: #fff;
  margin: 20px 10px 0px 10px;
}

.loyalty-redeem-btn {
  margin-top: 0.2rem;
  display: flex;
  justify-content: center;
}

.loader-loyalty-redeemable-reason {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
}

.wrapper-input-box {
  padding: 6px;
  border-radius: 0.5rem !important;
  display: flex;
  align-items: center;
  color: lightgray;
  background: #fff;
  transition: all 0.3s ease;
  box-shadow: rgba(60, 64, 67, 0.3) 0px 1px 2px 0px,
    rgba(60, 64, 67, 0.15) 0px 1px 3px 1px !important;
  margin-top: 0px !important;
  position: relative;
  border: none !important;
}
.wrapper-input-box input {
  border: none;
  outline: none;
  flex: 1;
}
.wrapper-input-box:hover {
  border: none !important;
}

.search-icon {
  /* color: lightgray; */
  color: rgb(173, 26, 25);
  font-size: 1.2rem;
  margin: 0 0.5rem;
  cursor: pointer;
  transition: all 0.3s ease;
}
.search-wrapper {
  position: relative;
  width: 300px;
}

.search-input {
  border: none;
  background-color: transparent;
  width: 100%;
  font-size: 0.9rem;
}

.search-input::placeholder {
  color: #999;
}

.search-input:focus {
  outline: none;
}

.order-item-img-box {
  display: flex;
  justify-content: flex-start;
  gap: 20px;
  /* margin-right: 20px; */
}

.order-item-img-box2 {
  width: 30%;
  /* height: 60px; */
  height: 5rem;
  /* box-shadow: rgba(60, 64, 67, 0.3) 0px 1px 2px 0px, rgba(60, 64, 67, 0.15) 0px 1px 3px 1px !important; */
}

.order-item-img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.order-balance-count {
  /* width: 70px; */
  /* padding: 14px 0; */
  width: 30%;
  /* padding: 14px 3px; */
  border: 2px solid rgb(12, 121, 36);
  /* text-align: center; */
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #faf9fe !important;
  border-radius: 0.5rem;
}

.order-card-total {
  display: flex;
  /* justify-content: space-between; */
}

.order-card-stat {
  display: flex;
  justify-content: space-between;
}

.order-card-button {
  color: white;
  background-color: rgb(12, 121, 36) !important;
  font-size: 8px !important;
  width: 120px !important;
}

.order-sub-card {
  /* background-color: whitesmoke; */
  background-color: white;
  border-top-right-radius: 0.5rem;
  border-top-left-radius: 0.5rem;
  padding: 5px 10px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.order-cub-card-box {
  padding: 15px 10px;
  background-color: white;
}

.order-card-main {
  /* box-shadow: rgba(60, 64, 67, 0.3) 0px 1px 2px 0px, rgba(60, 64, 67, 0.15) 0px 1px 3px 1px !important; */
  border-radius: 1rem !important;
  margin-bottom: 1rem;
}

/* .order-list-count{
    margin-top: 5px !important;
} */

.order-status-badge {
  padding: 3px 5px !important;
  font-size: 10px !important;
  color: white !important;
  border-radius: 0.25rem !important;
}

.defaultOrderColor {
  background-color: #607d8b;
}
.deliveredOrder {
  background-color: #4caf50;
}
.cancelledOrder {
  background-color: #f44336;
}

.coming-soon-image {
    width: 80%;
    margin: 20% 0% 20% 10%;
}
.order-details-root-div {
  background-color: #f4f7fc;
 height: 100vh; 
 overflow-y: scroll;
 margin-bottom: 150px;
  /* padding: 0.5rem; */
  padding-top: 0.5rem;
}
.order-details-track-root-div {
  background-color: #f4f7fc;
 /* height: 100vh;  */
 /* overflow-y: scroll;  */
 margin-bottom: -10px;
  /* padding: 0.5rem; */
  padding-top: 0.5rem;
}

.order-details-card,
.order-details-shipping-address,
.order-details-billing-address,
.order-details-restaurant-address {
  padding: 8px;
  border-radius: 1rem;
  background-color: #ffffff;
}
.invoice-btn {
  width: 92%;
  border: 1px solid #ad1a19;
  border-radius: 4px;
  padding: 9px;
  margin: 10px;
  background-color: #fff;
  color: #ad1a19;
}

.orderTrack-container {
  margin-top: 3rem;
  background-color: var(--baseBackground, #f5f7fb);
  padding-top: 1rem;
  overflow-y: auto;
  height: 100vh;
  overflow-x: hidden;
  display: flex;
  flex-direction: column;
  scroll-behavior: smooth;
  -webkit-overflow-scrolling: touch;
}

/* ---------- STEPPER ---------- */
.orderTrack-stepper {
  padding: 1rem;
  margin: 0 auto;
  width: 90%;
  background-color: #fff;
  border-radius: 12px;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.06);
}

.MuiStepper-root {
  justify-content: center;
  align-items: flex-start;
}

.MuiStepLabel-label {
  font-size: 0.9rem !important;
  color: #333 !important;
  font-weight: 500;
}

.MuiStepIcon-root.Mui-active {
  color:rgb(25, 118, 210) !important;
}

.MuiStepIcon-root.Mui-completed {
  color:rgb(25, 118, 210) !important;
}

/* ---------- CANCEL ORDER ---------- */
.cancel-order-section {
  /* padding: 1rem; */
  margin-bottom: 5rem;
  padding-bottom: 1rem;
  text-align: center;
}

.cancel-order-text {
  text-decoration: underline !important;
  text-underline-offset: 3px !important;
  cursor: pointer;
  font-size: 1rem;
  color: #666;
}

/* ---------- MOBILE (<=600px) ---------- */
@media (max-width: 600px) {
  .orderTrack-container {
    margin-top: 2rem;
    padding-top: 0.5rem;
   
  }

  .orderTrack-stepper {
    margin-top: 2rem;
    width: 95%;
    padding: 0.75rem;
    box-shadow: none;
    background: transparent;
  }

  /* Make stepper vertical */
  .MuiStepper-root.MuiStepper-horizontal {
    /* flex-direction: column !important;
    align-items: flex-start !important; */
  }

  .MuiStepLabel-label {
    font-size: 0.85rem !important;
  }

  .MuiStepLabel-iconContainer {
    margin-right: 8px;
  }

  .cancel-order-section {
    margin-bottom: 5rem;
  }

  .cancel-order-text {
    font-size: 0.9rem;
  }
}

/* ---------- VERY SMALL DEVICES (<=400px) ---------- */
@media (max-width: 400px) {
  .orderTrack-container {
    margin-top: 1.5rem;
    padding-top: 0.3rem;
  }

  .MuiStepLabel-label {
    font-size: 0.75rem !important;
  }

  .cancel-order-text {
    font-size: 0.8rem;
  }
}

/* left align content & align-items center */
.content-left {
  display: flex !important;
  justify-content: flex-start !important;
  align-items: center;
  gap: 10px;
}
/* center align content */
.content-center {
  display: flex !important;
  justify-content: center !important;
  align-items: center !important;
  gap: 10px;
}
/* center align justify content right */
.content-center-right {
  display: flex !important;
  justify-content: flex-end !important;
  align-items: center !important;
  gap: 10px;
}
/* center align content with space-between */
.content-space-between {
  display: flex !important;
  justify-content: space-between !important;
  align-items: center !important;
}

/* pin input otp  */
.pincode-input-container {
  display: flex;
  justify-content: space-between;
  gap: 5px;
}
.pincode-input-text {
  padding: 0 !important;
  margin: 20px 3px !important;
  text-align: center;
  /* border: 1px solid gainsboro !important; */
  border-radius: 0.7rem;
  background: transparent;
  width: 40px !important;
  font-size: 25px !important;
  height: 55px;
  /* gap: "10px", */
}
.pincode-input-text:focus {
  outline: none;
  box-shadow: none;
}

.sakura-logo {
    width: 6rem !important;
    margin: auto !important;
    height: 6rem;
}

.sakura-logo-box {
    width: 100%;
    display: flex;
}

.aboutus-nav-links {
    display: flex;
    justify-content: center;
    text-decoration: underline;
    color: rgb(7, 60, 13) !important;
    cursor: pointer;
    transition: color 0.3s ease;
}

.aboutus-nav-links:hover {
    color: rgb(210, 25, 31) !important;
}

/* Privacy Policy Content Styling */
.privacy-content {
    max-width: 800px;
    margin: 0 auto;
    padding: 0 1rem;
}

.privacy-section {
    margin-bottom: 1.5rem;
}

.privacy-title {
    font-size: 1.5rem;
    font-weight: 700;
    color: rgb(210, 25, 31);
    margin-bottom: 1rem;
    text-align: center;
}

.privacy-subtitle {
    font-size: 0.875rem;
    color: #666;
    margin-bottom: 0.5rem;
    font-weight: 400;
}

.privacy-intro {
    font-size: 0.875rem;
    color: #555;
    line-height: 1.6;
    text-align: justify;
    margin-bottom: 1.5rem;
}

.privacy-heading {
    font-size: 1.125rem;
    font-weight: 600;
    color: rgb(210, 25, 31);
    margin: 2rem 0 1rem 0;
}

.privacy-subheading {
    font-size: 1rem;
    font-weight: 500;
    color: #333;
    margin: 1.5rem 0 0.5rem 2rem;
}

.privacy-sub-subheading {
    font-size: 1rem;
    font-weight: 500;
    color: #333;
    margin: 1rem 0 0.5rem 4rem;
}

.privacy-body {
    font-size: 0.875rem;
    color: #555;
    line-height: 1.6;
    margin-bottom: 1rem;
}

/* Responsive design */
@media (max-width: 768px) {
    .privacy-content {
        margin-bottom: 4rem;
        padding: 0 0.5rem;
    }

    .privacy-title {
        font-size: 1.25rem;
    }

    .privacy-heading {
        font-size: 1rem;
        margin-left: 0;
    }

    .privacy-subheading {
        margin-left: 1rem;
    }

    .privacy-sub-subheading {
        margin-left: 2rem;
    }
}
/* .img_container {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 20px;
  box-sizing: border-box;
} */

.support-list-box {
    color: rgb(12, 121, 36) !important;
    margin-left: 15px !important;
}
.sakura-logo {
    width: 6rem !important;
    margin: auto !important;
    height: 6rem;
}

.sakura-logo-box{
    width: 100%;
    display: flex;
    background-color: black;
    
}

.aboutus-nav-links {
    display: flex;
    justify-content: center;
    text-decoration: underline;
    color: rgb(7, 60, 13) !important;
    cursor: pointer;
    transition: color 0.3s ease;
}

.aboutus-nav-links:hover {
    color: rgb(210, 25, 31) !important;
}

/* Terms of Use Content Styling */
.terms-content {
    max-width: 800px;
    margin: 0 auto;
    padding: 0 1rem;
}

.terms-section {
    margin-bottom: 1.5rem;
}

.terms-title {
    font-size: 1.5rem;
    font-weight: 700;
    color: rgb(210, 25, 31);
    margin-bottom: 1rem;
    text-align: center;
}

.terms-subtitle {
    font-size: 0.875rem;
    color: #666;
    margin-bottom: 0.5rem;
    font-weight: 400;
}

.terms-intro {
    font-size: 0.875rem;
    color: #555;
    line-height: 1.6;
    text-align: justify;
    margin-bottom: 1.5rem;
}

.terms-heading {
    font-size: 1.125rem;
    font-weight: 600;
    color: rgb(210, 25, 31);
    margin: 2rem 0 1rem 0;
}

.terms-subheading {
    font-size: 1rem;
    font-weight: 500;
    color: #333;
    margin: 1.5rem 0 0.5rem 2rem;
}

.terms-sub-subheading {
    font-size: 1rem;
    font-weight: 500;
    color: #333;
    margin: 1rem 0 0.5rem 4rem;
}

.terms-body {
    font-size: 0.875rem;
    color: #555;
    line-height: 1.6;
    margin-bottom: 1rem;
}

/* Responsive design */
@media (max-width: 768px) {
    .terms-content {
        margin-bottom: 4rem;
        padding: 0 0.5rem;
    }

    .terms-title {
        font-size: 1.25rem;
    }

    .terms-heading {
        font-size: 1rem;
        margin-left: 0;
    }

    .terms-subheading {
        margin-left: 1rem;
    }

    .terms-sub-subheading {
        margin-left: 2rem;
    }
}
/* Root container with full viewport coverage */
.landing-container {
  position: relative;
  min-height: 100vh;
  min-height: 100dvh; /* Dynamic viewport height for mobile browsers */
  width: 100%;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  background-attachment: fixed;
  overflow: hidden;
}

/* Dark overlay for better text contrast */
.background-overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: linear-gradient(
    180deg,
    rgba(0, 0, 0, 0.3) 0%,
    rgba(0, 0, 0, 0.5) 70%,
    rgba(0, 0, 0, 0.7) 100%
  );
  z-index: 1;
}

/* Main content wrapper */
.content-wrapper {
  position: relative;
  z-index: 2;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  min-height: 100vh;
  min-height: 100dvh;
  padding: 16px;
  box-sizing: border-box;
}

/* Header section */
.header-section {
  padding: 8px 0 16px 0;
}

/* Main content area */
.main-content {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  flex: 1;
  text-align: center;
  gap: 32px;
  margin-top: auto;
  margin-bottom: auto;
  padding-bottom: 60px; /* Safe area for mobile navigation */
}

/* Logo section styling */
.logo-section {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 16px;
  animation: logoFloat 3s ease-in-out infinite;
}

.sakura-logo {
  width: 120px;
  height: 120px;
  object-fit: contain;
  filter: drop-shadow(0 4px 12px rgba(0, 0, 0, 0.4));
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}

.sakura-logo:hover {
  transform: scale(1.05);
  filter: drop-shadow(0 6px 20px rgba(0, 0, 0, 0.5));
}

/* Logo floating animation */
@keyframes logoFloat {
  0%, 100% {
    transform: translateY(0px);
  }
  50% {
    transform: translateY(-8px);
  }
}

/* Welcome section styling */
.welcome-section {
  display: flex;
  flex-direction: column;
  gap: 12px;
  max-width: 90%;
  align-items: center;
}

.welcome-title {
  text-shadow: 0 2px 8px rgba(0, 0, 0, 0.8);
  line-height: 1.3;
  position: relative;
}

/* Add a subtle glow effect to the title */
.welcome-title::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: linear-gradient(45deg, rgba(255, 182, 193, 0.3), rgba(255, 192, 203, 0.2));
  z-index: -1;
  border-radius: 8px;
  opacity: 0;
  transition: opacity 0.3s ease;
}

.welcome-title:hover::after {
  opacity: 1;
}

.welcome-subtitle {
  text-shadow: 0 1px 4px rgba(0, 0, 0, 0.6);
  line-height: 1.4;
  opacity: 0.95;
}

/* Action section */
.action-section {
  width: 100%;
  max-width: 400px;
}

/* Button group container */
.button-group {
  display: flex;
  gap: 16px;
  justify-content: center;
  width: 100%;
}

/* Enhanced button styling */
.landing-button {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  min-width: 140px;
  height: 56px;
  padding: 12px 24px;
  border: none;
  border-radius: 28px;
  font-size: 16px;
  font-weight: 600;
  color: #ffffff;
  background: rgba(255, 255, 255, 0.15);
  backdrop-filter: blur(20px);
  box-shadow: 
    0 8px 25px rgba(0, 0, 0, 0.3),
    inset 0 1px 0 rgba(255, 255, 255, 0.2),
    0 1px 0 rgba(255, 255, 255, 0.1);
  border: 1px solid rgba(255, 255, 255, 0.2);
  cursor: pointer;
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  user-select: none;
  -webkit-tap-highlight-color: transparent;
  overflow: hidden;
}

/* Add shimmer effect to buttons */
.landing-button::before {
  content: '';
  position: absolute;
  top: 0;
  left: -100%;
  width: 100%;
  height: 100%;
  background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.3), transparent);
  transition: left 0.6s;
}

.landing-button:hover::before {
  left: 100%;
}

.landing-button:hover,
.landing-button:focus {
  transform: translateY(-2px);
  background: rgba(255, 255, 255, 0.25);
  box-shadow: 
    0 12px 35px rgba(0, 0, 0, 0.4),
    inset 0 1px 0 rgba(255, 255, 255, 0.3),
    0 1px 0 rgba(255, 255, 255, 0.2);
  outline: none;
}

.landing-button:active {
  transform: translateY(0px);
  box-shadow: 
    0 4px 15px rgba(0, 0, 0, 0.3),
    inset 0 1px 0 rgba(255, 255, 255, 0.2);
}

.button-icon {
  font-size: 18px;
  filter: drop-shadow(0 1px 2px rgba(0, 0, 0, 0.4));
  animation: iconPulse 2s ease-in-out infinite;
}

/* Icon pulse animation */
@keyframes iconPulse {
  0%, 100% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.1);
  }
}

/* Button variants */
.delivery-btn {
  background: linear-gradient(135deg, rgba(74, 144, 226, 0.3), rgba(74, 144, 226, 0.1));
  border-color: rgba(74, 144, 226, 0.3);
}

.delivery-btn:hover,
.delivery-btn:focus {
  background: linear-gradient(135deg, rgba(74, 144, 226, 0.4), rgba(74, 144, 226, 0.2));
}

.takeaway-btn {
  background: linear-gradient(135deg, rgba(156, 39, 176, 0.3), rgba(156, 39, 176, 0.1));
  border-color: rgba(156, 39, 176, 0.3);
}

.takeaway-btn:hover,
.takeaway-btn:focus {
  background: linear-gradient(135deg, rgba(156, 39, 176, 0.4), rgba(156, 39, 176, 0.2));
}

/* Tablet styles */
@media (max-width: 1024px) and (min-width: 769px) {
  .main-content {
    padding-bottom: 80px;
  }
  
  .sakura-logo {
    width: 110px;
    height: 110px;
  }
  
  .landing-button {
    min-width: 160px;
    height: 60px;
    font-size: 17px;
  }
}

/* Mobile landscape and small tablets */
@media (max-width: 768px) {
  .content-wrapper {
    padding: 12px;
  }
  
  .main-content {
    gap: 24px;
    padding-bottom: 40px;
  }
  
  .sakura-logo {
    width: 100px;
    height: 100px;
  }
  
  .welcome-section {
    max-width: 95%;
    gap: 8px;
  }
  
  .landing-button {
    min-width: 120px;
    height: 50px;
    font-size: 15px;
    padding: 10px 20px;
    border-radius: 25px;
  }
  
  .button-group {
    gap: 12px;
  }
  
  .button-icon {
    font-size: 16px;
  }
}

/* Small mobile devices */
@media (max-width: 480px) {
  .landing-container {
    background-attachment: scroll; /* Better performance on mobile */
  }
  
  .content-wrapper {
    padding: 16px 12px;
  }
  
  .main-content {
    gap: 20px;
    padding-bottom: 30px;
  }
  
  .sakura-logo {
    width: 90px;
    height: 90px;
  }
  
  .logo-section {
    margin-bottom: 12px;
  }
  
  .welcome-section {
    gap: 6px;
  }
  
  .button-group {
    flex-direction: column;
    gap: 12px;
    align-items: center;
  }
  
  .landing-button {
    width: 100%;
    max-width: 280px;
    min-width: unset;
    height: 52px;
    font-size: 16px;
  }
}

/* Very small devices */
@media (max-width: 360px) {
  .content-wrapper {
    padding: 12px 8px;
  }
  
  .main-content {
    gap: 16px;
  }
  
  .sakura-logo {
    width: 80px;
    height: 80px;
  }
  
  .landing-button {
    max-width: 260px;
    height: 48px;
    font-size: 15px;
    padding: 8px 16px;
  }
}

/* Safe area insets for devices with notches */
@supports (padding-bottom: env(safe-area-inset-bottom)) {
  .content-wrapper {
    padding-bottom: calc(16px + env(safe-area-inset-bottom));
  }
}

/* High DPI displays */
@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
  .landing-button {
    border-width: 0.5px;
  }
}

/* Reduce motion for accessibility */
@media (prefers-reduced-motion: reduce) {
  .sakura-logo,
  .landing-button,
  .button-icon {
    animation: none;
  }
  
  .landing-button {
    transition: none;
  }
  
  .landing-button:hover,
  .landing-button:focus {
    transform: none;
  }
}

/* Dark mode support */
@media (prefers-color-scheme: dark) {
  .background-overlay {
    background: linear-gradient(
      180deg,
      rgba(0, 0, 0, 0.4) 0%,
      rgba(0, 0, 0, 0.6) 70%,
      rgba(0, 0, 0, 0.8) 100%
    );
  }
}
.transaction-card {
  display: flex;
  align-items: center;
  padding: 10px;
  border-radius: 1rem;
  gap: 10px;
  margin: 10px 0px;
  background-color: #ffffff;
}
.rupeeIcon { 
  font-size: 12px !important;
}
.refundIcon {
  background: #e7f3ec !important;
  color: #0f8241 !important;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 3px;
}
.debitIcon {
  background: #fef2f2 !important;
  color: #f20411 !important;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 3px;
}
.refundedColor {
  color: #0f8241 !important;
}
.debitedColor {
  color: #f20411 !important;
}

.wallet-root-div {
  overflow-y: scroll;
  height: 100vh;
  min-height: calc(100vh - 3.5rem);
  margin-top: 6rem;
  margin-bottom: 3.5rem;
  /* background-color: #f4f7fc; */
}

.wallet-root-loader {
  background-color: #f4f7fc;
  height: 100vh;
  display: flex;
  justify-content: center;
  align-items: center;
}

.wallet-loader-box {
  height: 5rem;
  width: 5rem;
  text-align: center;
}

.wallet-loader {
  height: 100%;
}

.wallet-header {
  /* padding: 10px; */

  /* border-bottom-left-radius: 1rem;
  border-bottom-right-radius: 1rem; */
  height: 6rem;
  position: fixed;
  width: 100%;
  top: 0;
  left: 0;
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  background-color: #f4f7fc;
  z-index: 1000 !important;
}
.wallet-content {
  overflow-y: scroll;
  height: 100vh;
  padding: 0.5rem;
}
.wallet-balance-div {
  border-radius: 1rem;
  padding: 10px;
  margin: 10px 0px;
  background-color: #ffffff;
}
.terms-and-conditions {
  color: darkgray !important;
  text-align: justify;
  line-height: 15px !important;
  font-weight: 100 !important;
  font-size: 9px !important;
}

