
.location-modal {
  position: fixed;
  inset: 0;
  background: rgba(0, 0, 0, 0.45);
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 999;
  display: none;
}

.location-card {
  background: #fff;
  width: 420px;
  padding: 32px;
  border-radius: 20px;
  text-align: center;
  box-shadow: 0 20px 50px rgba(0,0,0,0.25);
}

.location-card h2 {
  color: #ff8c00;
  font-size: 28px;
  margin-bottom: 8px;
}

.location-card p {
  color: #555;
  margin-bottom: 24px;
}

.btn-primary {
  width: 100%;
  background: #ff8c00;
  color: #fff;
  border: none;
  padding: 14px;
  border-radius: 12px;
  font-size: 16px;
  cursor: pointer;
}

.btn-secondary {
  width: 100%;
  background: #fff3e0;
  color: #ff8c00;
  border: none;
  padding: 14px;
  border-radius: 12px;
  font-size: 16px;
  cursor: pointer;
}

.divider {
  margin: 16px 0;
  color: #aaa;
}

#manualLocation {
  width: 100%;
  padding: 14px;
  border-radius: 12px;
  border: 1px solid #ddd;
  margin-bottom: 12px;
  font-size: 15px;
}
.no-restaurant-wrapper {
  min-height: 70vh;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 40px 20px;
}

.no-restaurant-card {
  background: #ffffff;
  max-width: 500px;
  width: 100%;
  padding: 40px;
  text-align: center;
  border-radius: 24px;
  box-shadow: 0 20px 60px rgba(0, 0, 0, 0.08);
}

.no-restaurant-card .emoji {
  font-size: 60px;
  margin-bottom: 20px;
}

.no-restaurant-card h2 {
  font-size: 28px;
  color: #ff8c00;
  margin-bottom: 12px;
}

.no-restaurant-card p {
  color: #666;
  font-size: 16px;
  line-height: 1.6;
  margin-bottom: 30px;
}

.action-buttons {
  display: flex;
  gap: 12px;
  justify-content: center;
  flex-wrap: wrap;
}

.btn-primary {
  background: #ff8c00;
  color: #fff;
  border: none;
  padding: 12px 22px;
  border-radius: 12px;
  font-size: 15px;
  cursor: pointer;
  transition: 0.3s ease;
}

.btn-primary:hover {
  background: #e67600;
}

.btn-outline {
  background: #fff;
  color: #ff8c00;
  border: 2px solid #ff8c00;
  padding: 12px 22px;
  border-radius: 12px;
  font-size: 15px;
  cursor: pointer;
  transition: 0.3s ease;
}

.btn-outline:hover {
  background: #fff3e6;
}


.itemlocatin li{padding-right: 24px;}
.logPopup{
  display: none;
}
.otp-group {
    display: flex;
    gap: 10px;
    justify-content: flex-start;
    margin-top: 2px;
}
.otp-group .otp-input {
    width: 40px;
    height: 50px;
    font-size: 24px;
    text-align: center;
    background: #f9f9f9;
    border: 2px solid #ccc;
    border-radius: 8px;
    transition: border-color 0.3s;
    line-height: 48px;
}
.account-tabs li a {
    color: #4A5565;
    font-weight: 500;
    width: 100%;
}
.account-tabs li.active a {
    color: var(--primary-color);
    font-weight: 500;
}

/* Overlay */

.login-overlay{position:fixed;top:0;left:0;width:100%;height:100%;background:rgba(0,0,0,0.6);display:none;justify-content:center;align-items:center;z-index:9999;}
/* Modal */
.logPopup .login-modal{background:#f4f4f4;width:450px;padding:40px;border:3px solid #f7931e;border-radius:8px;position:relative;box-shadow:0 10px 30px rgba(0,0,0,0.3);}
.logPopup .login-modal h2{margin:0 0 10px;font-size:26px;}
.logPopup .subtitle{font-size:14px;color:#555;margin-bottom:25px;}
/* close button */
.logPopup .close-btn{position:absolute;right:10px;top:10px;background:#f7931e;border:none;color:#fff;font-size:20px;width:30px;height:30px;border-radius:50%;cursor:pointer;}
/* input */
.logPopup .mobile-field{display:flex;gap:10px;margin-top:10px;border-bottom:2px solid #333;padding-bottom:8px;}
.logPopup .mobile-field select{border:none;background:none;font-size:14px;}
.logPopup .mobile-field input{border:none;outline:none;flex:1;font-size:14px;background:none;}
/* button */
.logPopup .otp-btn{margin-top:30px;background:#f7931e;border:none;padding:12px 25px;color:#fff;font-size:16px;border-radius:30px;cursor:pointer;}
.invoice_btn {width: 26px; height: 26px; text-align: center; line-height: 25px; display: inline-block; border: 1px solid #ff9000; color: #ff9000; font-size: 16px; vertical-align: middle; transition: all 500ms ease 0s; }
.no-offer-container {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 60vh;    
}

.no-offer-box {
    text-align: center;
    background: #fff;
    padding: 40px;
    border-radius: 16px;
    box-shadow: 0 10px 30px rgba(0,0,0,0.1);
    max-width: 400px;
    width: 100%;
}

.no-offer-img {
    width: 120px;
    margin-bottom: 20px;
    opacity: 0.8;
}

.no-offer-box h2 {
    font-size: 24px;
    font-weight: 600;
    color: #333;
    margin-bottom: 10px;
}

.no-offer-box p {
    color: #777;
    font-size: 14px;
    margin-bottom: 25px;
}

.explore-btn {
    display: inline-block;
    padding: 10px 20px;
    background: linear-gradient(45deg, #ff7a00, #ffb347);
    color: #fff;
    border-radius: 25px;
    text-decoration: none;
    font-size: 14px;
    transition: 0.3s;
}

.explore-btn:hover {
    background: linear-gradient(45deg, #e66900, #ff9f1c);
}
.pagination {
    display: -ms-flexbox;
    display: flex;
    padding-left: 0;
    list-style: none;
    border-radius: .25rem;
}
.pagination li {
    padding: 0px 10px;
    border: 1px solid #c7bfbf;
    margin-top: 10px;
}
.pagination li.active {
    background: #ff9500;
    border: 1px solid #ff9500;
}
.otp-wrapper {
    position: relative;
    width: max-content;
}

/* Hidden real input */
#realOtpInput {
    position: absolute;
    opacity: 0;
    pointer-events: none;
}
.otp-input.active {
    border-color: #f7931e;
    box-shadow: 0 0 0 3px rgb(255 211 160);
}
@media (max-width: 1599px){
  .itemlocatin li:nth-child(2){
    max-width: 300px;
    display:block;
    white-space:nowrap;
    overflow:hidden;
    text-overflow:ellipsis;
  }

  .resturentlist .itemlocatin li:nth-child(2){
    max-width: 170px;
  }
}

@media (max-width: 1399px){
  .itemlocatin li:nth-child(2){
    max-width: 250px;
  }

  .resturentlist .itemlocatin li:nth-child(2){
    max-width: 145px;
  }
}

@media (max-width: 1199px){
  .itemlocatin li:nth-child(2){
    max-width: 195px;
  }

  .resturentlist .itemlocatin li:nth-child(2){
    max-width: 255px;
  }
}

@media (max-width: 991px){
  .itemlocatin li:nth-child(2){
    max-width: 235px;
  }

  .resturentlist .itemlocatin li:nth-child(2){
    max-width: 210px;
  }
}

@media (max-width: 767px){
  .itemlocatin li:nth-child(2){
    max-width: 190px;
  }

  .resturentlist .itemlocatin li:nth-child(2){
    max-width: 185px;
  }
}

@media (max-width: 575px){
  .itemlocatin li:nth-child(2){
    max-width: 285px;
  }

  .resturentlist .itemlocatin li:nth-child(2){
    max-width: 220px;
  }

  .logPopup .login-modal{
    width: 95% !important;
  }
  .location-card{
    width: 95% !important;
  }
}

@media (max-width: 550px){
  .itemlocatin li:nth-child(2){
    max-width: 235px;
  }
}

@media (max-width: 500px){
  .itemlocatin li:nth-child(2){
    max-width: 215px;
  }
}

@media (max-width: 480px){
  .itemlocatin li:nth-child(2){
    max-width: 210px;
  }
}

@media (max-width: 450px){
  .itemlocatin li:nth-child(2){
    max-width: 190px;
  }
}

@media (max-width: 430px){
  .itemlocatin li:nth-child(2){
    max-width: 160px;
  }

  .resturentlist .itemlocatin li:nth-child(2){
    max-width: 190px;
  }
}

@media (max-width: 400px){
  .itemlocatin li:nth-child(2){
    max-width: 135px;
  }
  .itemlocatin li{padding-right: 10px;}

  .resturentlist .itemlocatin li:nth-child(2){
    max-width: 160px;
  }
}

@media (max-width: 374px){
  .itemlocatin li:nth-child(2){
    max-width: 110px;
  }

  .resturentlist .itemlocatin li:nth-child(2){
    max-width: 130px;
  }
}

@media (max-width: 350px){
  .itemlocatin li:nth-child(2){
    max-width: 80px;
  }

  .resturentlist .itemlocatin li:nth-child(2){
    max-width: 110px;
  }
}

@media (max-width: 319px){
  .itemlocatin li:nth-child(2){
    max-width: 60px;
  }

  .resturentlist .itemlocatin li:nth-child(2){
    max-width: 80px;
  }
}