.food-selection {
  margin: 0px;
  padding: 100px 0;
  width: 100%;
  height: auto;
  background-position: center;
  background-size: cover;
  background-image: linear-gradient(rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.3)),
    url("../images/product/bg/bg.jpg");
}

.food-selection-col {
  padding: 20px 20px;
}
.food-selection-col-title {
  font-size: 30px;
  font-weight: 500;
  color: #efefef;
  text-align: center;
}

.input-boxs {
  display: flex;
  flex-direction: column;
}

.input-boxs label {
  font-size: 20px;
  font-weight: 500;
  color: #ddd;
}

.input-boxs .input-fill {
  border-radius: 4px;
  background: transparent;
  border: 1px solid #dedede !important;
  font-size: 17px;
  font-weight: 500;
  color: #fff;
}

.input-boxs .input-fill,
.input-boxs select {
  border-radius: 4px;
  background: transparent;
  border: 1px solid #dedede;
  font-size: 17px;
  font-weight: 500;
  color: #fff;
  height: 48px;
  padding: 8px 12px;
  box-sizing: border-box;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

.input-boxs select option {
  color: #111;
}

.txt-box {
  width: 100%;
  height: 200px;
  border-radius: 4px;
  background: transparent;
  font-size: 17px;
  color: #fff;
  padding: 10px;
  border: 1px solid #dedede;
}

#main_dishes,
#vendor-location,
#protein,
#req-Protein2,
#req-Accompaniment,
#req-Drinks,
#req-Packaging,
#req-Delivery {
  background: transparent
    url("data:image/svg+xml;utf8,<svg fill='white' height='20' viewBox='0 0 20 20' width='20' xmlns='http://www.w3.org/2000/svg'><path d='M5.516 7.548a.75.75 0 0 1 1.06 0L10 10.97l3.424-3.423a.75.75 0 1 1 1.06 1.06l-3.954 3.954a.75.75 0 0 1-1.06 0L5.516 8.608a.75.75 0 0 1 0-1.06z'/></svg>")
    no-repeat right 12px center/20px 20px;
  padding-right: 40px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

/* Style the main dishes select box */
#main_dishes.input-fill {
  background: transparent
    url("data:image/svg+xml;utf8,<svg fill='white' height='20' viewBox='0 0 20 20' width='20' xmlns='http://www.w3.org/2000/svg'><path d='M5.516 7.548a.75.75 0 0 1 1.06 0L10 10.97l3.424-3.423a.75.75 0 1 1 1.06 1.06l-3.954 3.954a.75.75 0 0 1-1.06 0L5.516 8.608a.75.75 0 0 1 0-1.06z'/></svg>")
    no-repeat right 12px center/20px 20px;
  padding-right: 40px;
  border-radius: 4px;
  border: 1px solid #dedede;
  color: #fff;
  font-size: 17px;
  font-weight: 500;
  height: 48px;
  box-sizing: border-box;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  transition: border-color 0.2s, box-shadow 0.2s;
}

/* On focus, highlight the select */
#main_dishes.input-fill:focus {
  border-color: rgb(1, 48, 177);
  box-shadow: 0 0 0 2px rgba(1, 48, 177, 0.596);
  outline: none;
}

/* Style the optgroup label */
#main_dishes optgroup {
  color: rgb(1, 48, 177);
  font-weight: bold;
  font-size: 1rem;
  background: #fff;
}

/* Style the options */
#main_dishes option {
  color: #222;
  background: #fff;
  font-size: 1rem;
}

/* Responsive: make select full width on small screens */
@media (max-width: 576px) {
  #main_dishes.input-fill {
    font-size: 15px;
    padding-right: 32px;
    height: 44px;
  }
}

/* Style the protein select box */
#protein.input-fill {
  background: transparent
    url("data:image/svg+xml;utf8,<svg fill='white' height='20' viewBox='0 0 20 20' width='20' xmlns='http://www.w3.org/2000/svg'><path d='M5.516 7.548a.75.75 0 0 1 1.06 0L10 10.97l3.424-3.423a.75.75 0 1 1 1.06 1.06l-3.954 3.954a.75.75 0 0 1-1.06 0L5.516 8.608a.75.75 0 0 1 0-1.06z'/></svg>")
    no-repeat right 12px center/20px 20px;
  padding-right: 40px;
  border-radius: 4px;
  border: 1px solid #dedede;
  color: #fff;
  font-size: 17px;
  font-weight: 500;
  height: 48px;
  box-sizing: border-box;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  transition: border-color 0.2s, box-shadow 0.2s;
}

/* On focus, highlight the select */
#protein.input-fill:focus {
  border-color: rgb(1, 48, 177);
  box-shadow: 0 0 0 2px rgb(1, 48, 177);
  outline: none;
}

/* Style the optgroup label */
#protein optgroup {
  color: rgb(1, 48, 177);
  font-weight: bold;
  font-size: 1rem;
  background: #fff;
}

/* Style the options */
#protein option {
  color: #222;
  background: #fff;
  font-size: 1rem;
}

/* Responsive: make select full width on small screens */
@media (max-width: 576px) {
  #protein.input-fill {
    font-size: 15px;
    padding-right: 32px;
    height: 44px;
  }
}

/* Style for Extra Protein select (Protein 2) */
#req-Protein2.input-fill {
  background: transparent
    url("data:image/svg+xml;utf8,<svg fill='white' height='20' viewBox='0 0 20 20' width='20' xmlns='http://www.w3.org/2000/svg'><path d='M5.516 7.548a.75.75 0 0 1 1.06 0L10 10.97l3.424-3.423a.75.75 0 1 1 1.06 1.06l-3.954 3.954a.75.75 0 0 1-1.06 0L5.516 8.608a.75.75 0 0 1 0-1.06z'/></svg>")
    no-repeat right 12px center/20px 20px;
  padding-right: 40px;
  border-radius: 4px;
  border: 1px solid #dedede;
  color: #fff;
  font-size: 17px;
  font-weight: 500;
  height: 48px;
  box-sizing: border-box;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  transition: border-color 0.2s, box-shadow 0.2s;
}

/* On focus, highlight the select */
#req-Protein2.input-fill:focus {
  border-color: rgb(1, 48, 177);
  box-shadow: 0 0 0 2px rgb(1, 48, 177);
  outline: none;
}

/* Style the optgroup label */
optgroup {
  color: rgb(1, 48, 177);
  font-weight: bold;
  font-size: 1rem;
  background: #fff;
}

/* Style the options */
option {
  color: #222;
  background: #fff;
  font-size: 1rem;
}

/* Responsive: make select full width on small screens */
@media (max-width: 576px) {
  #req-Protein2.input-fill {
    font-size: 15px;
    padding-right: 32px;
    height: 44px;
  }
}

/* Style for Accompaniment select */
#req-Accompaniment.input-fill {
  background: transparent
    url("data:image/svg+xml;utf8,<svg fill='white' height='20' viewBox='0 0 20 20' width='20' xmlns='http://www.w3.org/2000/svg'><path d='M5.516 7.548a.75.75 0 0 1 1.06 0L10 10.97l3.424-3.423a.75.75 0 1 1 1.06 1.06l-3.954 3.954a.75.75 0 0 1-1.06 0L5.516 8.608a.75.75 0 0 1 0-1.06z'/></svg>")
    no-repeat right 12px center/20px 20px;
  padding-right: 40px;
  border-radius: 4px;
  border: 1px solid #dedede;
  color: #fff;
  font-size: 17px;
  font-weight: 500;
  height: 48px;
  box-sizing: border-box;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  transition: border-color 0.2s, box-shadow 0.2s;
}

/* On focus, highlight the select */
#req-Accompaniment.input-fill:focus {
  border-color: rgb(1, 48, 177);
  box-shadow: 0 0 0 2px rgb(1, 48, 177);
  outline: none;
}

/* Style the options */
#req-Accompaniment option {
  color: #222;
  background: #fff;
  font-size: 1rem;
}

/* Responsive: make select full width on small screens */
@media (max-width: 576px) {
  #req-Accompaniment.input-fill {
    font-size: 15px;
    padding-right: 32px;
    height: 44px;
  }
}

/* Unified select styling for all custom selects */
#main_dishes.input-fill,
#vendor-location.input-fill,
#protein.input-fill,
#req-Protein2.input-fill,
#req-Accompaniment.input-fill,
#req-Drinks.input-fill {
  background: transparent
    url("data:image/svg+xml;utf8,<svg fill='white' height='20' viewBox='0 0 20 20' width='20' xmlns='http://www.w3.org/2000/svg'><path d='M5.516 7.548a.75.75 0 0 1 1.06 0L10 10.97l3.424-3.423a.75.75 0 1 1 1.06 1.06l-3.954 3.954a.75.75 0 0 1-1.06 0L5.516 8.608a.75.75 0 0 1 0-1.06z'/></svg>")
    no-repeat right 12px center/20px 20px;
  padding-right: 40px;
  border-radius: 4px;
  border: 1px solid #dedede;
  color: #fff;
  font-size: 17px;
  font-weight: 500;
  height: 48px;
  box-sizing: border-box;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  transition: border-color 0.2s, box-shadow 0.2s, background 0.2s;
  background-color: rgba(0, 0, 0, 0.25);
}

/* On focus, highlight the select */
#main_dishes.input-fill:focus,
#vendor-location.input-fill:focus,
#protein.input-fill:focus,
#req-Protein2.input-fill:focus,
#req-Accompaniment.input-fill:focus,
#req-Drinks.input-fill:focus {
  border-color: rgb(1, 48, 177);
  box-shadow: 0 0 0 2px rgb(1, 48, 177);
  outline: none;
  background-color: rgba(0, 0, 0, 0.35);
}

/* Style the optgroup label for all selects */
optgroup {
  color: rgb(1, 48, 177);
  font-weight: bold;
  font-size: 1rem;
  background: #fff;
}

/* Style the options for all selects */
#main_dishes option,
#protein option,
#req-Protein2 option,
#req-Accompaniment option,
#req-Drinks option {
  color: #222;
  background: #fff;
  font-size: 1rem;
}

/* Placeholder option style */
#main_dishes option[disabled],
#vendor-location option[disabled],
#protein option[disabled],
#req-Protein2 option[disabled],
#req-Accompaniment option[disabled],
#req-Drinks option[disabled] {
  color: #aaa;
}

/* Responsive: make select full width and smaller on mobile */
@media (max-width: 576px) {
  #main_dishes.input-fill,
  #vendor-location.input-fill,
  #protein.input-fill,
  #req-Protein2.input-fill,
  #req-Accompaniment.input-fill,
  #req-Drinks.input-fill {
    font-size: 15px;
    padding-right: 32px;
    height: 44px;
  }
}

/* Add subtle shadow and hover effect for all selects */
#main_dishes.input-fill,
#vendor-location.input-fill,
#protein.input-fill,
#req-Protein2.input-fill,
#req-Accompaniment.input-fill,
#req-Drinks.input-fill,
#req-Packaging.input-fill {
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.07);
  transition: border-color 0.2s, box-shadow 0.2s, background 0.2s, color 0.2s;
}

#main_dishes.input-fill:hover,
#vendor-location.input-fill:hover,
#protein.input-fill:hover,
#req-Protein2.input-fill:hover,
#req-Accompaniment.input-fill:hover,
#req-Drinks.input-fill:hover,
#req-Packaging.input-fill:hover {
  border-color: rgb(1, 48, 177);
  background-color: rgba(0, 0, 0, 0.32);
  color: #fff;
}

/* Make the dropdown arrow more visible on dark backgrounds */
#main_dishes.input-fill,
#vendor-location.input-fill,
#protein.input-fill,
#req-Protein2.input-fill,
#req-Accompaniment.input-fill,
#req-Drinks.input-fill,
#req-Packaging.input-fill {
  background-blend-mode: lighten;
}

/* Style the input inside .input-boxs for consistency */
.input-boxs input.input-fill,
.input-boxs input[type="text"].input-fill {
  background: rgba(0, 0, 0, 0.18);
  color: #fff;
  border: 1px solid #dedede;
  border-radius: 4px;
  font-size: 17px;
  font-weight: 500;
  padding: 8px 12px;
  margin-top: 6px;
  margin-bottom: 6px;
  transition: border-color 0.2s, box-shadow 0.2s, background 0.2s;
}

.input-boxs input.input-fill:focus {
  border-color: rgb(1, 48, 177);
  box-shadow: 0 0 0 2px rgb(1, 48, 177);
  outline: none;
  background: rgba(0, 0, 0, 0.28);
}

/* Style the "Other" input box for selects */
#other-dish-box,
#other-protein-box,
#other-protein2-box,
#other-accompaniment-box,
#other-drinks-box,
#other-packaging-box {
  margin-top: 10px;
  margin-bottom: 10px;
  animation: fadeIn 0.3s;
}

@keyframes fadeIn {
  from {
    opacity: 0;
    transform: translateY(10px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

/* Make optgroup labels stand out even more */
optgroup {
  color: rgb(1, 48, 177);
  font-weight: bold;
  font-size: 1.05rem;
  background: #fff;
  padding: 2px 0;
}

/* Slightly round the select corners for a softer look */
#main_dishes.input-fill,
#vendor-location.input-fill,
#protein.input-fill,
#req-Protein2.input-fill,
#req-Accompaniment.input-fill,
#req-Drinks.input-fill,
#req-Packaging.input-fill {
  border-radius: 8px;
}

/* Add a little spacing between selects on mobile */
@media (max-width: 576px) {
  .input-boxs {
    margin-bottom: 16px;
  }
}

/* Style for Delivery select */
#req-Delivery.input-fill {
  background: transparent
    url("data:image/svg+xml;utf8,<svg fill='white' height='24' viewBox='0 0 20 20' width='24' xmlns='http://www.w3.org/2000/svg'><path d='M5.516 7.548a.75.75 0 0 1 1.06 0L10 10.97l3.424-3.423a.75.75 0 1 1 1.06 1.06l-3.954 3.954a.75.75 0 0 1-1.06 0L5.516 8.608a.75.75 0 0 1 0-1.06z'/></svg>")
    no-repeat right 12px center/24px 24px;
  padding-right: 44px;
  border-radius: 8px;
  border: 1px solid #dedede;
  color: #fff;
  font-size: 17px;
  font-weight: 500;
  height: 48px;
  box-sizing: border-box;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  transition: border-color 0.2s, box-shadow 0.2s, background 0.2s;
  background-color: rgba(0, 0, 0, 0.25);
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.07);
}

#req-Delivery.input-fill:focus {
  border-color: rgb(1, 48, 177);
  box-shadow: 0 0 0 2px rgb(1, 48, 177);
  outline: none;
  background-color: rgba(0, 0, 0, 0.35);
}

#req-Delivery.input-fill:hover {
  border-color: rgb(1, 48, 177);
  background-color: rgba(0, 0, 0, 0.32);
  color: #fff;
}

#req-Delivery option {
  color: #222;
  background: #fff;
  font-size: 1rem;
}

#req-Delivery option[disabled] {
  color: #aaa;
}

/* Responsive: make select full width and smaller on mobile */
@media (max-width: 576px) {
  #req-Delivery.input-fill {
    font-size: 15px;
    padding-right: 32px;
    height: 44px;
  }
}

/* Total Cost Box Styling */
#total-cost-box {
  background: rgba(135, 116, 255, 0.08);
  border-radius: 12px;
  box-shadow: 0 0px 5px rgba(1, 48, 177, 0.596);
  padding: 24px 0 18px 0;
  margin-top: 32px;
  margin-bottom: 24px;
  transition: background 0.2s, box-shadow 0.2s;
}

#total-cost-box h3 {
  font-size: 2rem;
  font-weight: 700;
  letter-spacing: 1px;
  color: #fff;
  margin: 0;
}

#total-cost-box #total-cost {
  color: rgb(1, 48, 177);
  font-size: 2.2rem;
  font-weight: 800;
  margin-left: 8px;
  letter-spacing: 1px;
  transition: color 0.2s;
}

/* Add a subtle hover effect */
#total-cost-box:hover {
  background: rgba(1, 48, 177, 0.596);
  box-shadow: 0 4px 18px rgba(1, 48, 177, 0.596);
}

/* Responsive for mobile */
@media (max-width: 576px) {
  #total-cost-box {
    padding: 16px 0 12px 0;
    margin-top: 18px;
    margin-bottom: 12px;
  }
  #total-cost-box h3 {
    font-size: 1.3rem;
  }
  #total-cost-box #total-cost {
    font-size: 1.5rem;
  }
}
