html, body {
  overflow-x: hidden;
}

body {
  background-color: #C0242E;
  color: #ffffff !important;
  font-family: 'Gotham', sans-serif;
  font-weight: 300;
}

* {
  color: inherit;
}

a:link {
  color: #f5e6e0 !important;
  -webkit-text-fill-color: #f5e6e0 !important;
}

a:visited {
  color: rgb(124, 124, 124);
}

a:hover {
  color: #C0242E;
}

a:active {
  color: rgb(78, 78, 78);
}

.table {
  border-collapse: separate !important;
  border-spacing: 0 !important;
  border-radius: 5px !important;
  overflow: hidden !important;
}

.btn.button-mw1 {
  border-radius: 5px;
  border-style: solid;
  border-color: #858585;
  background: #F5E6E0;
  padding: 6px 10px;
  font-size: 16px;
  cursor: pointer;
  transition: background 0.3s ease, border-color 0.3s ease;
  font-weight: 300;
}

.btn.button-mw1:hover {
  background: #f0f0f0;
  border-color: #6b6b6b;
}

.btn.button-mw1:active {
  background: #e0e0e0;
  border-color: #505050;
}

.custom-row-5 {
  height: 5vh;
}

.custom-row-50 {
  height: 50vh;
}

.div-shadow-top-right {
  position: relative;
  box-shadow: 10px -10px 10px rgba(77,77,77,0.3), 0px -10px 20px rgba(77,77,77,0.3);
}

.scroll-container {
  width: 100%;
  overflow: hidden;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
}

.scroll-content {
  display: flex;
  white-space: nowrap;
  width: 100%;
  align-items: center;
}

.scroll-content-sm {
  display: flex;
  white-space: nowrap;
  width: 100%;
  align-items: center;
}

.scroll-img {
  width: auto;
  height: 100px;
  max-width: 100%;
}

.scroll-img-sm {
  width: auto;
  height: 80px;
  max-width: 100%;
}

#anim-pics-xs {
  padding: 2px 0;
  margin: 0;
}

#anim-pics-xs > .scroll-content-sm {
  padding: 0;
  margin: 0;
}

#anim-pics-xs .scroll-img-sm {
  margin: 5px;
}

.popup {
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) scale(0);
  transition: transform 0.3s ease-in-out, opacity 0.3s ease-in-out;
  opacity: 0;
  z-index: 1000;
  border: 2px solid #242424;
  border-radius: 10px;
  background: rgba(255, 255, 255, 0.9);
  padding: 10px;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
  pointer-events: none;
}

.popup.active {
  transform: translate(-50%, -50%) scale(1);
  opacity: 1;
  pointer-events: auto;
}

.popup img {
  width: 100%;
  height: auto;
}

.navbar-custom {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  font-family: 'Gotham', sans-serif;
  font-weight: 300;
}

.navbar-custom .navbar-nav {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  text-align: center;
  gap: 1px 10px;
}

.navbar-custom .navbar-nav .nav-item {
  margin-bottom: 3px;
}

.navbar-custom .navbar-nav .nav-item .nav-link {
  display: flex;
  align-items: center;
  padding: 1px 2px;
  min-height: 20px;
}

.table-bg {
  background-image: url('../../assets/img//dish_temp_transp.png');
  background-size: cover;
  background-position: top;
  color: white;
}

.offer-item {
  margin-left: 5px;
  margin-right: 5px;
  font-size: 20px;
}

/* XS: For screen sizes below 576px */

@media (max-width: 575.98px) {
  .offer-item {
    font-size: 16px;
  }
}

.sticky-buttons {
  position: fixed;
  left: -8px;
  top: 50%;
  transform: translateY(-50%);
  display: flex;
  flex-direction: column;
  gap: 5px;
  z-index: 1000;
}

.sticky-button {
  padding: 5px 10px;
  color: rgb(0, 0, 0);
  border: 1px solid;
  border-color: #d4d4d4;
  border-radius: 10px;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
  cursor: pointer;
  transition: background-color 0.3s;
  font-weight: 400;
}

#wowslider-container1 {
  border-radius: 5px;
  box-shadow: 1px 1px 15px 0px rgb(114, 67, 71);
  border: 1px solid rgb(99, 85, 86);
  overflow: hidden;
}

.custom-row-50 {
  height: 50px !important;
}

.custom-row-50 > [class*="col"] {
  height: 100%;
}

#pics-gallery img {
  margin-bottom: 2px;
  border: 1px solid rgb(99,56,59);
  border-radius: 5px;
  box-shadow: 1px 1px 15px rgb(119,43,48);
}

#nav-bottom {
  display: flex;
  justify-content: center;
  gap: 15px;
  position: fixed;
  bottom: -4px;
  left: 0;
  width: 100%;
  font-weight: 400;
}

#nav-bottom .nav-link {
  color: rgb(255, 255, 255);
  text-align: center;
  border: none;
}

#nav-bottom .nav-link:hover {
  color: rgb(192, 36, 46);
  border: none;
}

#nav-bottom .nav-link:visited {
  color: rgb(255, 255, 255);
  border: none;
}

#nav-bottom .nav-link:visited:hover {
  color: rgb(116, 91, 92);
  border: none;
}

/* Hide the default arrow */

.accordion-button::after {
  display: none;
}

/* Add our custom icon on the left */

.accordion-button::before {
  content: '+';
  font-size: 1.75rem;
  margin-right: 10px;
}

/* Change icon to minus when expanded */

/* Set background to red and text to white for all accordion elements */

.accordion-button, .accordion-header, .accordion-body, .accordion-item {
  background-color: rgb(192,36,46);
  color: white;
}

/* Style for the active (opened) accordion button */

/* Remove all borders and shadows */

.accordion, .accordion-item, .accordion-header, .accordion-button, .accordion-collapse, .accordion-body {
  border: none !important;
  box-shadow: none !important;
}

#btn-back-to-top {
  position: fixed;
  bottom: -10px;
  right: 8px;
  display: none;
}

ul, ul li, ul li a {
  color: white !important;
  -webkit-text-fill-color: white !important;
  text-shadow: 0 0 1px rgba(0,0,0,0.1);
}

form input, form textarea {
  color: black !important;
  -webkit-text-fill-color: black !important;
}

form input.form-control, form textarea.form-control {
  color: black !important;
  -webkit-text-fill-color: black !important;
}

/* For WebKit browsers (older iOS Safari, Chrome) */

/* Standard placeholder styling for modern browsers */

form input.form-control::placeholder, form textarea.form-control::placeholder {
  color: black !important;
  opacity: 1 !important;
}

.nav-tabs {
  display: flex;
  justify-content: center;
  border-bottom: 1px solid white;
}

.nav-tabs .nav-link {
  border: 1px solid white;
  background-color: transparent;
}

.nav-tabs .nav-link.active {
  background-color: rgb(150, 59, 65, 80);
  border: 1px solid white;
}

.nav-pills {
  display: flex;
  justify-content: center;
}

.nav-pills .nav-link {
  border: 1px solid white;
  background-color: transparent;
  color: white;
}

.nav-pills .nav-link.active {
  background-color: rgba(150, 59, 65, 0.8);
  border: 1px solid white;
  color: white;
}

