:root { --primary-color: #3498db; --secondary-color: #2ecc71; --background-color: #f8f8f8; --text-color: #333333; --header-color: #333; --link-color: #ffffff; --hero-background: #e0e0e0; --service-background: #ffffff; --service-box-shadow: rgba(0, 0, 0, 0.1); --footer-background: #333; --footer-text: #ffffff;

  body {
    /* text-shadow: 0px 0px 15px #9eaabe; */
}

.carousel-inner {
    position: relative;
    width: 100%;
    border-radius: 30px;
    overflow: hidden;
    margin-right: ;
}

.slider-cont {margin-top: 20px;}

.navigationbar {
    background-color: white !important;
    padding: 20px;
    color: black;
    box-shadow: 0px 0px 10px #d6d6d6;
}


h2 {
    font-size: 24px;
    margin-bottom: 20px;
    color: #333;
  }
  
  .menu-section, .featured-items-section {
    margin-bottom: 40px;
  }
  
  .menu-categories {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
  }
  
  .category-card {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    padding: 15px;
    background: #fff;
    border-radius: 8px;
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.1);
    width: 150px;
  }
  
  .category-card img {
    width: 80px;
    height: 80px;
    object-fit: cover;
    margin-bottom: 10px;
  }
  
  .view-all {
    margin-top: 20px;
    padding: 10px 20px;
    background-color: #ff3d71;
    color: #fff;
    border: none;
    border-radius: 5px;
    cursor: pointer;
  }
  
  .featured-items {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
    gap: 20px;
  }
  
  .item-card {

    border-radius: 8px;
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.1);
    overflow: hidden;
    padding: 15px;
  }
  
  .item-card img {
    width: 100%;
    height: 150px;
    object-fit: cover;
    border-radius: 8px;
    margin-bottom: 10px;
  }
  
  .item-card h3 {
    color: #000000;
    font-size: 18px;
    margin: 10px 0;
    /* display: flex; */
    justify-content: space-between;
    align-items: center;
  }
  
  .item-card p {
    font-size: 14px;
    color: #666;
    margin: 10px 0;
  }
  
  .price-add {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  
  .price {
    font-size: 16px;
    color: #333;
  }
  
  .discounted {
    text-decoration: line-through;
    color: #999;
  }
  
  .add-btn {
    padding: 5px 10px;
    background-color: #ffffff;
    color: #ff3d71;
    border: none;
    border-radius: 5px;
    cursor: pointer;
    border: solid 2px;
  }

 

        .product-slider {
            background-color: #f8f9fa;
            padding: 20px 0;
        }
        .product-card {
            border: 1px solid #ddd;
            border-radius: 10px;
            overflow: hidden;
            text-align: center;
            padding: 15px;
            background-color: #fff;
        }
        .product-card img {
            width: 100%;
            height: auto;
            margin-bottom: 10px;
        }
        .product-card h5 {
            font-size: 1.1rem;
            margin-bottom: 10px;
        }
        .product-card p {
            color: #888;
            margin-bottom: 10px;
        }
        .product-card button {
            background-color: color: var(--primary-colo);;
            color: #fff;
            border: none;
            border-radius: 5px;
            padding: 10px 20px;
            cursor: pointer;
        }
        .product-card button:hover {
            background-color: #0056b3;
        }

        .cart-container {
          width: auto;
          background-color: #ffffff;
          border: 1px solid #ddd;
          border-radius: 8px;
          padding: 20px;
          margin:33px 20px;
          box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
          overflow-y: auto;
          max-height: 73vh;
      }

      .cart-item {
          display: flex;
          justify-content: space-between;
          align-items: center;
          margin-bottom: 15px;
          border-bottom: 1px solid #f1f1f1;
          padding-bottom: 10px;
          text-align: left;
      }

      .cart-item:last-child {
          border-bottom: none;
      }

      .item-info {
          display: flex;
          flex-direction: column;
      }

      .item-info span {
          font-size: 14px;
          color: #555;
      }

      .item-info .item-name {
          font-weight: bold;
          margin-bottom: 5px;
      }

      .item-actions {
          display: flex;
          align-items: center;
          gap: 5px;
      }

      .item-actions button {
          background-color: #e91e63;
          color: #fff;
          border: none;
          padding: 5px 8px;
          border-radius: 4px;
          cursor: pointer;
      }

      .summary {
          margin-top: 20px;
          border-top: 1px solid #f1f1f1;
          padding-top: 15px;
      }

      .summary div {
          display: flex;
          justify-content: space-between;
          margin-bottom: 10px;
      }

      .summary .total {
          font-weight: bold;
          font-size: 16px;
      }

      .summary button {
          width: 100%;
          padding: 10px;
          border: none;
          color: #fff;
          border-radius: 4px;
          cursor: pointer;
          font-size: 16px;
      }

      .cancel-btn {
  background: rgb(2,70,253);
background: linear-gradient(65deg, rgba(2,70,253,1) 0%, rgba(36,165,234,1) 30%, rgba(15,178,240,1) 71%, rgba(0,57,255,1) 100%);

      }

      .order-btn {
        color: white;
    text-align: center;
    padding: 8px 0;
    font-size: 16px;
    font-weight: bold;
    background: rgb(21 153 139);
    background: linear-gradient(65deg, rgb(30 169 154) 0%, rgba(15, 240, 150, 1) 44%, rgb(0 191 67) 100%);
      }

/* 
      .grid-btn:nth-child(1) {
        background-color: #FBAB7E;
        background-image: linear-gradient(62deg, #FBAB7E 0%, #F7CE68 100%);
        
      }
      .grid-btn:nth-child(2) {
        background-color: #85FFBD;
        background-image: linear-gradient(45deg, #85FFBD 0%, #FFFB7D 100%);
        
      }
      .grid-btn:nth-child(3) {
        background-color: #0093E9;
background-image: linear-gradient(160deg, #0093E9 0%, #80D0C7 100%);

      }
      .grid-btn:nth-child(4) {
        background-image: linear-gradient(120deg, #f093fb 0%, #f5576c 100%);
      }

      .grid-btn:nth-child(5) {
        background-image: linear-gradient(to right, #43e97b 0%, #38f9d7 100%);
      }
      .grid-btn:nth-child(6) {
        background-image: radial-gradient(circle 248px at center, #16d9e3 0%, #30c7ec 47%, #46aef7 100%);
      }
      .grid-btn:nth-child(7) {
        background-image: linear-gradient(to right, #f83600 0%, #f9d423 100%);
      }
      .grid-btn:nth-child(8) {
        background-color: #FBAB7E;
        background-image: linear-gradient(62deg, #FBAB7E 0%, #F7CE68 100%);
        
      }
      .grid-btn:nth-child(9) {
        background-color: #85FFBD;
        background-image: linear-gradient(45deg, #85FFBD 0%, #FFFB7D 100%);
        
      }
      .grid-btn:nth-child(10) {
        background-color: #0093E9;
background-image: linear-gradient(160deg, #0093E9 0%, #80D0C7 100%);

      }
      .grid-btn:nth-child(11) {
        background-image: linear-gradient(120deg, #f093fb 0%, #f5576c 100%);
      }

      .grid-btn:nth-child(12) {
        background-image: linear-gradient(to right, #43e97b 0%, #38f9d7 100%);
      }
      .grid-btn:nth-child(13) {
        background-image: radial-gradient(circle 248px at center, #16d9e3 0%, #30c7ec 47%, #46aef7 100%);
      }
      .grid-btn:nth-child(14) {
        background-image: linear-gradient(to right, #f83600 0%, #f9d423 100%);
      }
      .grid-btn:nth-child(15) {
        background-color: #FBAB7E;
        background-image: linear-gradient(62deg, #FBAB7E 0%, #F7CE68 100%);
        
      }
      .grid-btn:nth-child(16) {
        background-color: #85FFBD;
        background-image: linear-gradient(45deg, #85FFBD 0%, #FFFB7D 100%);
        
      }
      .grid-btn:nth-child(17) {
        background-color: #0093E9;
background-image: linear-gradient(160deg, #0093E9 0%, #80D0C7 100%);

      }
      .grid-btn:nth-child(18) {
        background-image: linear-gradient(120deg, #f093fb 0%, #f5576c 100%);
      }

      .grid-btn:nth-child(19) {
        background-image: linear-gradient(to right, #43e97b 0%, #38f9d7 100%);
      }
      .grid-btn:nth-child(20) {
        background-image: radial-gradient(circle 248px at center, #16d9e3 0%, #30c7ec 47%, #46aef7 100%);
      }
      .grid-btn:nth-child(21) {
        background-image: linear-gradient(to right, #f83600 0%, #f9d423 100%);
      }
      .grid-btn:nth-child(22) {
        background-color: #FBAB7E;
        background-image: linear-gradient(62deg, #FBAB7E 0%, #F7CE68 100%);
        
      }
      .grid-btn:nth-child(23) {
        background-color: #85FFBD;
        background-image: linear-gradient(45deg, #85FFBD 0%, #FFFB7D 100%);
        
      }
      .grid-btn:nth-child(24) {
        background-color: #0093E9;
background-image: linear-gradient(160deg, #0093E9 0%, #80D0C7 100%);

      }
      .grid-btn:nth-child(25) {
        background-image: linear-gradient(120deg, #f093fb 0%, #f5576c 100%);
      }

      .grid-btn:nth-child(26) {
        background-image: linear-gradient(to right, #43e97b 0%, #38f9d7 100%);
      }
      .grid-btn:nth-child(27) {
        background-image: radial-gradient(circle 248px at center, #16d9e3 0%, #30c7ec 47%, #46aef7 100%);
      }
      .grid-btn:nth-child(28) {
        background-image: linear-gradient(to right, #f83600 0%, #f9d423 100%);
      } */


      nav.navbar.navbar-expand-lg.navbar-light.bg-light.header {
        box-shadow: 0px 0px 10px #ccc;
        padding: 10px;
        margin-bottom: 60px;
        background-color: #fff !important;

    }

    .footer {

        padding: 10px;
        background: rgb(83,78,170);
        background: background: rgb(2,70,253);
background: linear-gradient(65deg, rgba(2,70,253,1) 0%, rgba(36,165,234,1) 30%, rgba(15,178,240,1) 71%, rgba(0,57,255,1) 100%);;
        color: #fff;

  }
    .footer-content {
      display: flex;
      justify-content: space-between;
    }
    .footer-links {
      margin-right: 30px;
    }
    .footer-links a {
      color: #fff;
      text-decoration: none;
      margin-bottom: 10px;
    }
    .social-icons {
      margin-top: 10px;
    }
    .social-icons a {
      color: #fff;
      margin-right: 10px;
    }

    .logo {
      width: 130px;
  }

  .login-section {

    flex-direction: column;
    align-items: center;
    gap: 10px;
}

.login-section .login-title {
    width: 100%;
    background: rgb(83,78,170);
    background: background: rgb(2,70,253);
background: linear-gradient(65deg, rgba(2,70,253,1) 0%, rgba(36,165,234,1) 30%, rgba(15,178,240,1) 71%, rgba(0,57,255,1) 100%);;
    color: white;
    font-size: 20px;
    font-weight: bold;
    text-align: center;
    padding: 10px;
    border-radius: 5px;
}

.login-section input {
    width: 100%;
    padding: 10px;
    font-size: 18px;
    border: 1px solid #ddd;
    border-radius: 5px;
    outline: none;
    margin: 10px 0px;
}



.keypad {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 10px;
}

.keypad button {
  font-size: 18px;
  padding: 20px;
  border: none;
  background-color: #ffffff;
  color: #000000;
  border-radius: 5px;
  cursor: pointer;
  border: solid 1px #ccc;
}

.keypad .btn-backspace {
    background-color: #ff9800;
}

.actions {
  display: flex;
  gap: 10px;
  width: 100%;
  margin-top: 10px;
}

.actions button {
    flex: 1;
    padding: 15px;
    font-size: 18px;
    font-weight: bold;
    border: none;
    border-radius: 5px;
    cursor: pointer;
}

.actions .login-btn {
    background-color: #7c4dff;
    color: white;
}

.actions .cancel-btn {
    background-color: #f44336;
    color: white;
}

@media (min-width: 768px) {
    .container {
        flex-direction: row;
        justify-content: space-between;
    }

    .user-buttons {
        width: 60%;
    }

}

.grid-btn {
  border-radius: 8px;
  text-decoration: none;
}


.grid-btn:hover {
  background-color: #f0f0f0;
}
.grid-btn.active {
  border-color: #007bff;
  background-color: #bee1fe;
  border: solid;
}
.grid-btn i {
  font-size: 24px;
  margin-bottom: 8px;
}
.grid-btn h3 {
  margin: 0;
  font-size: 16px;
}

a.storebadge img {
  width: 170px;
}


.footer-content a {
  color: #ffff;
}


/* Header */
header {
  display: flex;
  align-items: center;
  padding: 1rem;
  background-color: #ffffff !important;
  color: #fff;
  box-shadow: 0px 0px 10px #ccc;
}

.menu-toggle {
  font-size: 1.5rem;
  background: none;
  border: none;
  color: #000000;
  cursor: pointer;
  left: 10px;
  top: 30px;
  z-index: 99999;
  position: absolute;
}

/* Side Menu */
.side-menu {
  position: fixed;
  top: 0;
  left: -250px;
  width: 250px;
  height: 100%;
  background-color: #fff;
  color: #fff;
  overflow-y: auto;
  transition: left 0.3s ease-in-out;
  z-index: 1000;
}

.side-menu ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.side-menu li {
  padding: 1rem;
  border-bottom: 1px solid #dbdbdb;
}

.side-menu a {
  color: #fff;
  text-decoration: none;
}

.side-menu a:hover {
  color: #dc3545;
}

/* Close Button */
.close-btn {
  background: none;
  border: none;
  color: #dc3545;
  font-size: 1.5rem;
  cursor: pointer;
  position: absolute;
  top: 10px;
  right: 10px;
}

/* Main Content */
main {
  padding: 1rem;
}

/* Active Menu */
.side-menu.open {
  left: 0;
}

nav#sideMenu ul li a {
  color: #000;
}

.profile-content {
  padding: 5px;
  width: 100px;
  right: 30px;
}
}

   /* Main Content */
   .main-content {
    text-align: center;
    padding: 30px 0px !important;
  }

  .main-content button {
    padding: 10px 20px;
    font-size: 18px;
    cursor: pointer;
    background-color: #007bff;
    color: white;
    border: none;
    border-radius: 5px;
  }

  /* Popup Cart */
  .cart-popup {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.6);
    display: none;
    justify-content: center;
    align-items: center;
    z-index: 1000;
  }

  .cart-popup.active {
    display: flex;
  }

  .cart-popup .cart-content {
    background-color: #fff;
    padding: 20px;
    border-radius: 8px;
    width: 90%;
    max-width: 400px;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.3);
  }

  .cart-popup .cart-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 20px;
    border-bottom: 1px solid #ddd;
    padding-bottom: 10px;
  }

  .cart-popup .cart-header h3 {
    margin: 0;
  }

  .cart-popup .cart-header button {
    background: none;
    border: none;
    font-size: 18px;
    font-weight: bold;
    cursor: pointer;
    color: #ff4d4d;
  }

  .cart-popup .cart-body {
    max-height: 300px;
    overflow-y: auto;
  }

  .cart-popup .cart-item {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 15px;
  }

  .cart-popup .cart-item img {
    width: 50px;
    height: 50px;
    border-radius: 5px;
  }

  .cart-popup .cart-item .item-details {
    flex-grow: 1;
    margin-left: 10px;
  }

  .cart-popup .cart-item .item-details h4 {
    margin: 0;
    font-size: 16px;
  }

  .cart-popup .cart-item .item-details p {
    margin: 0;
    color: gray;
  }

  .cart-popup .cart-footer {
    margin-top: 20px;
    text-align: center;
  }

  .cart-popup .cart-footer button {
    padding: 10px 20px;
    font-size: 16px;
    background-color: #28a745;
    color: white;
    border: none;
    border-radius: 5px;
    cursor: pointer;
  }

  .mht-slider-container {
    max-width: 1200px;
    margin: 0 auto;
    text-align: center;
    scroll-snap-type: x mandatory;
  }
  
  .mht-slider-container h2 {
    margin-bottom: 20px;
    color: #333;
    text-align: left;
    margin-left: 10px;
  }
  
  .mht-slider {
    display: flex;
    overflow-x: auto;
    scroll-snap-type: x mandatory;
    gap: 15px;
    padding: 10px;
  }
  
  .mht-slider::-webkit-scrollbar {
    display: none; /* Hide the scrollbar for a clean look */
  }
  
  .mht-slider-item {
    flex: 0 0 auto;
    width: 150px;
    text-align: center;
    scroll-snap-align: center;
    background: white;
    border-radius: 10px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    padding: 10px;
    transition: transform 0.3s ease;
    border-bottom: solid #dc3545;
    cursor: grab;
  }
  
  .mht-slider-item:hover {
    transform: scale(1.1);
  }
  
  .mht-slider-item img {
    width: 100%;
    height: auto;
    border-radius: 10px;
    margin-bottom: 10px;
  }
  
  .mht-slider-item p {
    color: #555;
    font-size: 14px;
  }
  
  /* Responsive Design */
  @media (max-width: 768px) {
    .mht-slider-item {
      width: 120px;
    }
  }
  
  @media (max-width: 480px) {
    .mht-slider-item {
      width: 100px;
    }
  }
  




button#viewMoreBtn {
  background: rgb(2,70,253);
background: linear-gradient(65deg, rgba(2,70,253,1) 0%, rgba(36,165,234,1) 30%, rgba(15,178,240,1) 71%, rgba(0,57,255,1) 100%);
  color: #fff;
  border: none;
  padding: 10px 15px;
  border-radius: 11px;
  box-shadow: 0px 0px 10px #ccc;
}

i.fa-regular.fa-user.loginpage {
  font-size: 60px;
  padding: 30px;
  color: #2196F3;
}

.item-card.users {
  text-align: center;
  transition: background-color 0.3s ease-in-out;
  
}

.navbar-nav .dropdown-menu {
  position: absolute !important;
}

.loginform {

}

.usersection {
  height: 100vh;
  overflow-y: scroll;
  max-height: 640px;
}

/* Entire scrollbar container */
::-webkit-scrollbar {
  width: 12px; /* Width for vertical scrollbars */
  height: 12px; /* Height for horizontal scrollbars */
}

/* Scrollbar track */
::-webkit-scrollbar-track {
  background: #f0f0f0; /* Light background for the track */
  border-radius: 10px;
}

/* Scrollbar thumb */
::-webkit-scrollbar-thumb {
  background: linear-gradient(45deg, #6a11cb, #2575fc); /* Gradient effect */
  border-radius: 10px;
  border: 2px solid #f0f0f0; /* Creates a gap effect */
}

/* Scrollbar thumb hover effect */
::-webkit-scrollbar-thumb:hover {
  background: linear-gradient(45deg, #2575fc, #6a11cb); /* Reversed gradient on hover */
}

/* Horizontal scrollbars (optional, for finer control) */
::-webkit-scrollbar-thumb:horizontal {
  background: linear-gradient(45deg, #6a11cb, #2575fc);
}

/* Cross-browser support using CSS variables */
.scroll-container {
  scrollbar-color: #6a11cb #f0f0f0; /* thumb color and track color */
  scrollbar-width: thin; /* makes the scrollbar thin */
}

/* Example container to test the custom scrollbar */
.scroll-container {
  height: 300px;
  width: 100%;
  overflow-y: auto;
  background-color: #fff;
  padding: 10px;
  border: 1px solid #ddd;
  border-radius: 8px;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
}


.fixed-header {
  position: fixed !important;
  top: 0;
  left: 0;
  width: 100%;
  background: #fff;
  color: #000000;
  z-index: 1000;
  display: flex;
  align-items: center;
  justify-content: center;
}

.fixed-footer {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 60px; /* Adjust as needed */
  background: #333;
  color: #fff;
  z-index: 1000;
  display: flex;
  align-items: center;
  justify-content: center;
}

.toggle-drawer {
  background: none;
  border: none;
  color: #fff;
  font-size: 24px;
  cursor: pointer;
  margin-right: 16px;
}

.side-drawer {
  position: fixed;
  top: 0;
  left: -250px; /* Hidden offscreen initially */
  width: 250px;
  height: 100%;
  background-color: #fff;
  color: #000;
  overflow-y: auto;
  transition: transform 0.3s ease;
  z-index: 999;
}

.side-drawer nav ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.side-drawer nav ul li {
  margin: 16px 0;
  text-align: center;
}

.side-drawer nav ul li a {
  color: #000;
  text-decoration: none;
}

.main-content {
  margin-top: 0px; /* Space for the fixed header */
  padding: 16px;
  transition: transform 0.3s ease;
}

/* When the side drawer is open */
.drawer-open .header {
  transform: translateX(250px);
}

.drawer-open .side-drawer {
  transform: translateX(200px);
}

.drawer-open .main-content {
  transform: translateX(100px);
}

button.toggle-drawer {
  color: #0a0a0a;
}

.mht-slider-container {
  width: 100%;
  overflow: hidden; /* Hide overflowing content */
  position: relative;
}

.mht-slider {
  display: flex;
  gap: 10px; /* Space between items */
  transition: transform 0.3s ease; /* Smooth swipe */
  cursor: grab;
}

.mht-slider:active {
  cursor: grabbing;
}

.mht-slider-item {
  min-width: 150px; /* Adjust the item width */
  flex-shrink: 0;
  text-align: center;
  border: 1px solid #ddd;
  border-radius: 8px;
  overflow: hidden;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
}

.mht-slider-item img {
  width: 100%;
  height: auto;
}

.active-cat {
  background-color: #ffb7be;
  font-weight: 700;
  border: solid 1px #dc3545;
}

.active-cat p {
color: #000;
}

.products {

}

.product {
  /* Start hidden */
  opacity: 0;
  transform: scale(0.9);
  transition: opacity 0.5s ease, transform 0.5s ease; /* Add transition */
}

.product.active {
  display: block;
  opacity: 1; /* Fade in */
  transform: scale(1); /* Grow to normal size */
}

.filter-btn {
  padding: 10px 20px;
  margin: 5px;
  background-color: #007bff;
  color: white;
  border: none;
  cursor: pointer;
  border-radius: 5px;
}

.filter-btn:hover {
  background-color: #0056b3;
}


.fixmy
  {
    position: fixed;
    width: 100%;
    z-index: 999;
}

 /* Floating Button */
 .floating-button {
  position: fixed;
  bottom: 20px;
  right: 20px;
  width: 60px;
  height: 60px;
  background-color: #007bff;
  color: white;
  border: none;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.2);
  cursor: pointer;
  font-size: 24px;
  transition: transform 0.3s ease;
}

.floating-button:hover {
  transform: scale(1.1);
}

/* Popup Container */
.popup-container {
  position: fixed;
  top: 53%;
  left: 50%;
  transform: translate(-50%, -50%) scale(0);
  width: 100%;
  padding: 20px;
  background: white;
  border-radius: 8px;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.2);
  text-align: right;
  opacity: 0;
  transition: transform 0.3s ease, opacity 0.3s ease;
  overflow: scroll;
  height: 90vh;
}

.popup-container.active {
  transform: translate(-50%, -50%) scale(1);
  opacity: 1;
}

.popup-container h2 {
  margin: 0 0 10px;
}

.popup-container button {
  background-color: #fff;
  color: #000;
  border: none;
  padding: 10px 20px;
  border-radius: 4px;
  cursor: pointer;
}

.popup-container button:hover {
  background-color: #0056b3;
}


/* Hide on tablets (768px to 1024px) */
@media (min-width: 768px) and (max-width: 1024px) {
  .hide-desktop-tab {
      display: none;
  }
}



/* Hide on desktop (1025px and above) */
@media (min-width: 1025px) {
  .hide-desktop-tab {
      display: none;
  }
}

/* Default: Show the div */
.hide-mobile {
  display: block;
}

/* Hide on mobile (less than 768px) */
@media (max-width: 767px) {
  .hide-mobile {
      display: none !important;
  }
}

.cart-container {
  width: 90%;
  /* max-width: 420px; */
  background: #fff;
  border-radius: 15px;

  overflow: hidden;

}


.cart-header {
  padding: 10px 20px;
  font-size: 20px;
  font-weight: bold;
  color: #333;
  background: rgb(83,78,170);
  background: background: rgb(2,70,253);
background: linear-gradient(65deg, rgba(2,70,253,1) 0%, rgba(36,165,234,1) 30%, rgba(15,178,240,1) 71%, rgba(0,57,255,1) 100%);;
  color: #fff;
  display: flex
;
  justify-content: space-between;
  align-items: center;
  border-radius: 10px;
}

.cart-header button {
  background: none;
  border: none;
  font-size: 24px;
  cursor: pointer;
  color: #fff;
}

.cart-items {
  padding: 20px 0px;
}

.cart-item {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 15px;
  border-bottom: 1px solid #eee;
  padding-bottom: 15px;
}

.cart-item:last-child {
  border-bottom: none;
  margin-bottom: 0;
  padding-bottom: 0;
}

.item-info {
  flex: 1;
}

.item-info p {
  margin-bottom: 5px;
  font-size: 16px;
  color: #333;
}

.item-info p.size {
  font-size: 14px;
  color: #777;
}

.quantity-control {
  /* display: flex; */
  align-items: center;
  color: #000;
}

.quantity-control button {
  background:#dc3545;
  border: none;
  font-size: 18px;
  margin: 0 5px;
  cursor: pointer;
  color: #fff;
  border-radius: 5px;
  padding: 5px 10px;
  transition: background 0.3s ease;
}

.quantity-control button:hover {
  background: #0056b3;
}

.cart-footer {
  border-top: 1px solid #eee;
  background: #f8f9fa;
}

.totals {
  display: flex;
  justify-content: space-between;
  margin-bottom: 15px;
  font-size: 16px;
  color: #333;
}

.totals strong {
  font-weight: 600;
}

.discount {
  display: flex;
  justify-content: space-between;
  margin-bottom: 15px;
}

.discount input {
  flex: 1;
  margin-right: 10px;
  padding: 10px;
  font-size: 14px;
  border: 1px solid #ddd;
  border-radius: 5px;
}

.discount button {
  padding: 10px 15px;
  background-color: #28a745;
  color: #fff;
  border: none;
  border-radius: 5px;
  cursor: pointer;
  transition: background 0.3s ease;
}

.discount button:hover {
  background-color: #218838;
}

.action-buttons {
  display: flex;
  justify-content: space-between;
}

.action-buttons button {
  flex: 1;
  padding: 12px;
  font-size: 16px;
  border: none;
  border-radius: 5px;
  cursor: pointer;
  margin-right: 10px;
  transition: background 0.3s ease;
}

.action-buttons button:last-child {
  margin-right: 0;
}

.action-buttons .cancel {
  background: rgb(2,70,253);
background: linear-gradient(65deg, rgba(2,70,253,1) 0%, rgba(36,165,234,1) 30%, rgba(15,178,240,1) 71%, rgba(0,57,255,1) 100%);
  color: #fff;
}

.action-buttons .cancel:hover {
  background-color: #c82333;
}

.action-buttons .order {
  background-color: #007bff;
  color: #fff;
}

.action-buttons .order:hover {
  background-color: #0056b3;
}

.fixed-div {
  position: fixed;
  right: 0;
  z-index: 0;
}


.customer-pop {
  display: none;
  position: fixed;
  top: 50%;
  left:50%;
  transform: translate(-50%, -50%);
  width: 90%;
  background-color: #fff;
  border: 1px solid #ccc;
  border-radius: 10px;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.3);
  z-index: 1000;
  padding: 20px;
  color: #000;
}
.customer-pop-header {
  font-size: 20px;
  text-align: center;
  font-weight: bold;
  margin-bottom: 10px;
  background-color: #ff6372;
  color: #fff;
  border-radius: 5px;
}
.customer-pop table {
  width: 100%;
  border-collapse: collapse;
}
.customer-pop table td {
  padding: 10px;
}
.customer-pop .keyboard {
  display: grid;
  grid-template-columns: repeat(10, 1fr);
  gap: 5px;
  margin-top: 20px;
}
.customer-pop .keyboard button {
  padding: 10px;
  font-size: 16px;
  cursor: pointer;
  border: 1px solid #ccc;
  border-radius: 5px;
  background-color: #343a40;
  color: #fff;
}
.customer-pop .actions {
  margin-top: 20px;
  display: flex;
  justify-content: space-between;
}
.customer-pop .actions button {
  padding: 10px 20px;
  font-size: 16px;
  cursor: pointer;
  border: none;
  border-radius: 5px;
}
.customer-pop .actions .back {
  background-color:#dc3545;
  color: #fff;
}
.customer-pop .actions .continue {
  background-color: #048549;
  color: #fff;
}
#overlay {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  z-index: 999;
}
#overlay.active, .customer-pop.active {
  display: block;
  height: 540px;
    overflow: scroll;
}

.for-desk {


}

.side {
  height: 100vh;
  position: fixed;
  left: 0;
  top: 15%;
  background: #ffffff;
  color: #000000;
  width: 250px;
  padding-top: 20px;
  border-right: solid 1px #ccc;
}
.side a {
  color: #000000;
  text-decoration: none;
  padding: 10px 20px;
  display: block;
  text-align: left;
}
.side a:hover {
  background: #f87884;
  border-radius: 10px;
  color: #fff;
}


button, input, optgroup, select, textarea {
  margin: 0;
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
  width: auto;
  padding: 10px;
  border-radius: 10px;
  border: solid 1px #8e8e8e;
}


@media only screen and (max-width: 480px) {
  #overlay.active, .customer-pop.active {
    display: block;
    height: 700px;
    overflow: scroll;
}

}

form.needs-validation {
  padding: 20px;
}

button.btn.btn-primary.btn-lg.btn-block.back-btn {
  background: #f02135;
  border: solid 2px #dc3545;
}

button.btn.btn-primary.btn-lg.btn-block.collect-btn {
  background: #198754;
  border: solid 2px #005f33;
}

button.btn.btn-primary.btn-lg.btn-block.deliver-btn {
  background: #0a58ca;
  border: solid 2px #053479;
}


@media only screen and (max-width: 480px) {

  button.btn.btn-primary.btn-lg.btn-block.back-btn {
  width: 100%;
  margin-bottom: 10px;
  }
  
  button.btn.btn-primary.btn-lg.btn-block.collect-btn {
    width: 100%;
    margin-bottom: 10px;
  }
  
  button.btn.btn-primary.btn-lg.btn-block.deliver-btn {
    width: 100%;
  }

}



.form-control {
  display: block;
  width: 100%;
  padding: .375rem .75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: var(--bs-body-color);
  background-color: var(--bs-body-bg);
  background-clip: padding-box;
  border: var(--bs-border-width) solid var(--bs-border-color);
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border-radius: var(--bs-border-radius);
  transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
  border: solid 2px #c8c9cb;
  padding: 10px;
}

label {
  display: inline-block;
  padding: 8px 0px;
  color: #2a2a2a;
  font-weight: 600;
}

.form-control:focus {
  color: var(--bs-body-color);
  background-color: var(--bs-body-bg);
  border-color: #dc3545;
  outline: 0;
  box-shadow: 0 0 0 .25rem #ffcdd2;
}

input[type="radio"]:checked + label:after {
  content: '';
  position: absolute;
  left: 5px;
  top: 5px;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background-color: #fff;
}

/* Hover effect for the label */
input[type="radio"] + label:hover:before {
  border-color: #2980b9;
}

input[type="radio"]:checked + label:hover:before {
  border-color: #2980b9;
  background-color: #2980b9;
}


.keypad button:hover {
  background: rgb(83,78,170);
  background: background: rgb(2,70,253);
background: linear-gradient(65deg, rgba(2,70,253,1) 0%, rgba(36,165,234,1) 30%, rgba(15,178,240,1) 71%, rgba(0,57,255,1) 100%);;
  color: #fff;
}



.keypad button {
  width: 100%;
  height: 60px;
  margin-bottom: 10px;
  font-size: 18px;
}
.keypad .special {
  background-color: #ffc107;
}
.keypad .red {
  background: rgb(2,70,253);
background: linear-gradient(65deg, rgba(2,70,253,1) 0%, rgba(36,165,234,1) 30%, rgba(15,178,240,1) 71%, rgba(0,57,255,1) 100%);
  color: white;
}
.keypad .green {
  background-color: #28a745;
  color: white;
}
.payment-methods button {
  width: 100%;
  height: 50px;
  margin-bottom: 10px;
}
.header {
  background-color: #f8f9fa;
  padding: 10px;
  margin-bottom: 20px;
  border: 1px solid #ddd;
}
.header input {
  width: 100%;
}
.action-buttons button {
  width: 100%;
  margin-bottom: 10px;
}

.number-pad {
  display: grid;
  /* grid-template-columns: repeat(3, 50px);  */
  grid-template-rows: repeat(4, 50px); /* Adjust row height as needed */
  gap: 5px;
}

.number-pad button {
  width: 100%;
  height: 100%;
  background-color: black;
  color: yellow;
  border: 1px solid yellow;
  border-radius: 5px;
  font-size: 20px;
  cursor: pointer;
}

.backspace {
  background-color: red;
  color: white;
}

.full-amount {
  grid-column: 1 / span 3; /* Make it span across all columns */
  background-color: green;
  color: white;
}

.percetage-bx {
  display: grid
  ;
      grid-template-columns: repeat(2, 50%);
      grid-template-rows: repeat(2, 50px);
      gap: 5px;
      margin-bottom: 30px;
}

.percetage-bx button {
  width: 100%;
  height: 100%;
  background-color: #e4bd45;
  color: #ffffff;
  border: 3px solid #d0aa37;
  border-radius: 5px;
  font-size: 20px;
  cursor: pointer;
  padding: 10px;
}


.bottom-bar-btns {
  background-color: #ffffff;
  padding: 20px;
  border-radius: 10px;
  box-shadow: 0px 0px 10px #ccc;
  border: solid 4px #dc3545;
}
.cart-item p {
  color: #000;
}
.bottom-bar-btns button {
  margin: 10px;
}
.btn:hover {
  color: var(--bs-btn-hover-color);
  background: rgb(83,78,170) !important;
  background: background: rgb(2,70,253);
background: linear-gradient(65deg, rgba(2,70,253,1) 0%, rgba(36,165,234,1) 30%, rgba(15,178,240,1) 71%, rgba(0,57,255,1) 100%);  !important;
  transform: scale(1.02)!important;
  transition: auto;
}

.order-type {
  border-radius: 50px;
  padding: 10px;
  background: #198754;
  border: solid;
  color: #fff;
  margin-top: 10px;
  text-align: center;
}

.qytt {

}

.badge {

  top: -10px;
  right: -10px;
  padding: 5px 10px;
  border-radius: 50%;
  background: red;
  color: white;
  margin-right: 13px;
}


.cartdetail {
  display: flex
;
  justify-content: space-between;
  margin-bottom: 15px;
  color: #000;
}

.cartdetail input {
  width: 130px;
}

i.fa-solid.fa-ticket {
  color: #2196F3;
  font-size: 40px;
}

i.fa.fa-tag {
  color: #2196F3;
  font-size: 40px;
}

.disc-pad {
  width: auto;
  border: 1px solid #ccc;
  border-radius: 8px;
  overflow: hidden;
  background-color: #fff;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}

.header-pad {
  color: white;
  text-align: center;
  padding: 8px 0;
  font-size: 16px;
  font-weight: bold;
  background: rgb(21 153 139);
  background: linear-gradient(65deg, rgb(30 169 154) 0%, rgba(15, 240, 150, 1) 44%, rgb(0 191 67) 100%);
  color: white;
  text-align: center;
  padding: 8px 0;
  font-size: 16px;
  font-weight: bold;
}

.info {
  padding: 10px;
}

.info label {
  display: block;
  font-size: 12px;
  color: #555;
  margin-bottom: 4px;
}

.order-total {
  background: rgb(83,78,170);
  background: background: rgb(2,70,253);
background: linear-gradient(65deg, rgba(2,70,253,1) 0%, rgba(36,165,234,1) 30%, rgba(15,178,240,1) 71%, rgba(0,57,255,1) 100%);;
  color: white;
  text-align: center;
  padding: 5px;
  font-size: 14px;
  margin-bottom: 8px;
  font-weight: bold;
}

#discount-info {
  width: 100%;
  height: 40px;
  padding: 5px;
  font-size: 14px;
  border: 1px solid #ccc;
  border-radius: 4px;
  resize: none;
}

.keypad-disc {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 4px;
  padding: 10px;
}

.keypad-disc button {
  background-color: black;
  color: white;
  border: none;
  font-size: 14px;
  padding: 10px;
  border-radius: 4px;
  cursor: pointer;
  font-weight: bold;
  transition: background-color 0.3s;
}

.keypad-disc button:hover {
  background-color: #333;
}

.keypad-disc .backspace {
  background: rgb(2,70,253);
background: linear-gradient(65deg, rgba(2,70,253,1) 0%, rgba(36,165,234,1) 30%, rgba(15,178,240,1) 71%, rgba(0,57,255,1) 100%);
}

.keypad-disc .backspace:hover {
  background: rgb(83,78,170);
  background: background: rgb(2,70,253);
background: linear-gradient(65deg, rgba(2,70,253,1) 0%, rgba(36,165,234,1) 30%, rgba(15,178,240,1) 71%, rgba(0,57,255,1) 100%);;
}

button.btn.bg-danger.fw-btn.text-white {

  font-size: 24px;
}

span.mileprice {

  font-size: 18px;
}

button.btn.bg-danger.fw-btn.text-white {
  width: 100%;
  font-size: 24px;
}

i.fa.fa-motorcycle {
  color: #2196F3;
  font-size: 40px;
}

.disc-bar-btns {
  background-color: #ffffff;
  padding: 20px;
  border-radius: 10px;
  box-shadow: 0px 0px 10px #ccc;

}

.disc-bar-btns button {
  background-color: #ffffff;
margin: 5px;
width: 100%;
}

.item-card.users {
  color: #2196F3;
  font-size: 40px;
}

.orderstatus {
  display: block;
  margin-bottom: 10px;
}

.orderstatus input[type="radio"] {
  display: none;
}

.orderstatus label {
  display: block;
  padding: 10px;
  border-radius: 5px;
  text-align: center;
  font-size: 16px;
  color: white;
  cursor: pointer;
  margin: 20px;
}

.orderstatus label.paid {
  color: white;
  text-align: center;
  padding: 8px 0;
  font-size: 16px;
  font-weight: bold;
  background: rgb(21 153 139);
  background: linear-gradient(65deg, rgb(30 169 154) 0%, rgba(15, 240, 150, 1) 44%, rgb(0 191 67) 100%);
}

.orderstatus label.unpaid {
  background-color: #000;
}

.orderstatus label.pending {
  background-color: #FFA500;
}

.orderstatus input[type="radio"]:checked + label {
  border: 4px solid #dc3545;
  margin: 20px;
}
.footer-back button {
  background-color: #FF0000;
  color: white;
  border: none;
  padding: 10px 20px;
  border-radius: 5px;
  font-size: 16px;
  cursor: pointer;
  margin: 20px;
}

button.fullamt {
  color: white;
  text-align: center;
  padding: 8px 0;
  font-size: 16px;
  font-weight: bold;
  background: rgb(21 153 139);
  background: linear-gradient(65deg, rgb(30 169 154) 0%, rgba(15, 240, 150, 1) 44%, rgb(0 191 67) 100%);
}

.i.fa.fa-money  {
  color: #2196F3;
  font-size: 40px;
}

.alert.alert-danger {
  background: red;
  color: #fff;
  font-weight: 600;
  margin: 20px;
}

table {
  width: 100%;
  border-collapse: collapse;
  margin-top: 20px;
}

th, td {
  padding: 12px 16px;
  border: 1px solid #ddd;
  text-align: left;
}

thead {
  background-color: #f4f4f4;
}

tbody tr {
  transition: background-color 0.3s ease;
}

tbody tr:hover {
  background-color: #f0f8ff;
  cursor: pointer;
}

tbody tr.selected {
  background-color: #007bff;
  color: #000;
}

td[contenteditable="true"] {
  background-color: #f9f9f9;
}

td[contenteditable="true"]:focus {
  outline: 2px solid #007bff;
}

.bottom-bar {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  background: rgb(2,70,253);
background: linear-gradient(65deg, rgba(2,70,253,1) 0%, rgba(36,165,234,1) 30%, rgba(15,178,240,1) 71%, rgba(0,57,255,1) 100%);
  border-top: 1px solid #ddd;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 10px 16px;
  box-shadow: 0 -2px 5px rgba(0, 0, 0, 0.1);
  z-index: 1000;
}

.left-buttons button,
.right-buttons button {
  padding: 8px 16px;
  margin: 0 4px;
  font-size: 14px;
  border: 1px solid #ccc;
  background-color: #fff;
  color: #333;
  cursor: pointer;
  border-radius: 4px;
  transition: background-color 0.3s ease, color 0.3s ease;
}

.left-buttons button:hover, .right-buttons button:hover {
  background-color: #ffc107;
  color: #fff;
}

.left-buttons {
  display: flex;
  align-items: center;
}

.right-buttons {
  display: flex;
  align-items: center;
}

@media (max-width: 600px) {
  .left-buttons button,
  .right-buttons button {
    padding: 6px 12px;
    font-size: 12px;
  }
}

tbody, td, tfoot, th, thead, tr {
  border-color: #cbcbcb !important;
  border-style: solid;
  border-width: 1px !important;
}

.item-card.users:hover {
  animation: fadeIn 0.3s ease-in-out 0.5s forwards;
  transition: background-color 0.3s ease-in-out;
  background: rgb(218 251 255);
  background: linear-gradient(65deg, rgb(214 214 214) 0%, rgb(222 236 236) 30%, rgb(189 237 255) 71%, rgb(210 210 210) 100%);
}

.text-end.profile-content a span:hover {
  color: #dc3545;
  font-weight: 600;
}

.text-end.profile-content a span {
  color: #2d2d2d;
  font-weight: 600;
}

.login-section input:focus {
  box-shadow: inset 0 0 1px 3px #dc3545;
}

.login-section input:hover {

  box-shadow: inset 0 0 1px 3px #dc3545;
}

.btn-custom {
  margin: 5px;
  background-color: white !important;
  color: #000 !important;
  border: none;
}


@keyframes fadeIn {
  from { background-color: lightgray; }
  to { background-color: blue; }
}