body {
    background-image: url(food.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    object-fit: cover;
    background-attachment: fixed;
    color: rgb(0, 0, 0);
    padding: 0;
    margin: 0;
    font-family: 'Franklin Gothic Medium', 'Arial Narrow', Arial, sans-serif;
    font-size:large;
  }

  #logo-container {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100vh;
    transition: opacity 0.5s ease;
  }
  
  table{
    background-color: #cacda1;
    opacity: 0.7;
  }

  .logo {
    max-width: 500px;
    height: auto;
    opacity: 1;
    transition: opacity 0.5s ease;
  }

  .menu-container {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-top: 20px;
  }

  .menu-item {
    margin-bottom: 10px;
    width: 100%;
  }

  .add-to-cart-btn {
    padding: 5px 10px;
    border: none;
    border-radius: 5px;
    cursor: pointer;
    border-color: #00d7ea;
    color: yellowgreen;
    box-shadow: 0 0 40px 40px yellow inset, 0 0 0 0 #00d7ea;
    transition: all 150ms ease-in-out;
  }
  .add-to-cart-btn:hover {
    box-shadow: 0 0 10px 0 #00d7ea inset, 0 0 10px 4px #00d7ea;
  }

#total {
    font-weight: bold;
  }
  .cart-buttons {
    display: flex;
    justify-content: space-between;
    margin-top: 20px;
  }
  .clear-cart-btn {
    padding: 10px 20px;
    font-size: 18px;
    cursor: pointer;
    border-color: #00d7ea;
    border-radius: 0;
    color: #00d7ea;
    position: relative;
    overflow: hidden;
    z-index: 1;
    transition: color 150ms ease-in-out;
  }
  .clear-cart-btn:after {
    content: "";
    position: absolute;
    display: block;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 0;
    height: 100%;
    background: #fbad3b;
    z-index: -1;
    transition: width 150ms ease-in-out;
  }
  .clear-cart-btn:hover {
    color: #fff;
  }
  .clear-cart-btn:hover:after {
    width: 110%;
  }
  .confirm-order-btn {
    padding: 10px 20px;
    font-size: 18px;
    margin: 0 auto;
    display: block;
    border-color: #f1c40f;
    color: #fff;
    background-image: linear-gradient(45deg, #f1c40f 50%, transparent 50%);
    background-position: 100%;
    background-size: 400%;
    transition: background 400ms ease-in-out;
  }
  .confirm-order-btn:hover {
    background-position: 0;
  }
  table {
    width: 100%;
  }
  td {
    text-align: center;
    width: 50%;
  }
  th {
    background-color: yellow;
    color: black;
  }
  .minus-btn {
    background-color: yellow;
    color: black;
    border: none;
    border-radius: 15%;
    padding: 2px 6px;
    cursor: pointer;
    transition: box-shadow 300ms ease-in-out, color 300ms ease-in-out;
  }
  .minus-btn:hover {
    box-shadow: 0 0 40px 40px #e74c3c inset;
  }
  .center-align {
    display: flex;
    justify-content: center;
    margin-top: 20px;
  }
  .submit {
    border-radius: 3em;
    border-color: #1abc9c;
    color: #fff;
    background-image: linear-gradient(to right, rgba(26, 188, 156, 0.6), rgba(26, 188, 156, 0.6) 5%, #1abc9c 5%, #1abc9c 10%, rgba(26, 188, 156, 0.6) 10%, rgba(26, 188, 156, 0.6) 15%, #1abc9c 15%, #1abc9c 20%, rgba(26, 188, 156, 0.6) 20%, rgba(26, 188, 156, 0.6) 25%, #1abc9c 25%, #1abc9c 30%, rgba(26, 188, 156, 0.6) 30%, rgba(26, 188, 156, 0.6) 35%, #1abc9c 35%, #1abc9c 40%, rgba(26, 188, 156, 0.6) 40%, rgba(26, 188, 156, 0.6) 45%, #1abc9c 45%, #1abc9c 50%, rgba(26, 188, 156, 0.6) 50%, rgba(26, 188, 156, 0.6) 55%, #1abc9c 55%, #1abc9c 60%, rgba(26, 188, 156, 0.6) 60%, rgba(26, 188, 156, 0.6) 65%, #1abc9c 65%, #1abc9c 70%, rgba(26, 188, 156, 0.6) 70%, rgba(26, 188, 156, 0.6) 75%, #1abc9c 75%, #1abc9c 80%, rgba(26, 188, 156, 0.6) 80%, rgba(26, 188, 156, 0.6) 85%, #1abc9c 85%, #1abc9c 90%, rgba(26, 188, 156, 0.6) 90%, rgba(26, 188, 156, 0.6) 95%, #1abc9c 95%, #1abc9c 100%);
    background-position: 0 0;
    background-size: 100%;
    transition: background 300ms ease-in-out;
  }
  .submit:hover {
    background-position: 100px;
  }
  .hidden {
    display: none;
  }

tbody{
  width:100%;
  text-align: center;
  }

form {
  display: flex;
  flex-direction: column;
  align-items: center;
  align-content: center;
}

.customerDetails {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}
.customerDetails.hidden{
  display: none;
}

.payment-options {
  align-items: center;
  font-size: large;
  block-size: auto;
}

.payment-options input[type="radio"] {
  margin-right: 2px;
  margin-bottom: 20px;
  width: auto;
}

.payment-options label {
  margin-right: 10px;
}

label {
  margin-bottom: 5px;
}

input, textarea {
    width: 300px;
    padding: 5px;
    margin-bottom: 10px;
}

button {
  box-sizing: border-box;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background-color: transparent;
  border: 2px solid #e74c3c;
  border-radius: 0.6em;
  color: #e74c3c;
  cursor: pointer;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1;
  margin: 20px;
  padding: 1.2em 2.8em;
  text-decoration: none;
  text-transform: uppercase;
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
}

/* ===== Scrollbar CSS ===== */
  /* Firefox */
  * {
    scrollbar-width: auto;
    scrollbar-color: #fbad3b #00d7ea;
  }

  /* Chrome, Edge, and Safari */
  *::-webkit-scrollbar {
    width: 5px;
  }

  *::-webkit-scrollbar-track {
    background: #00d7ea;
  }

  *::-webkit-scrollbar-thumb {
    background-color: #fbad3b;
    border-radius: 20px;
    border: 0px solid #faeeb2;
  }

  