.all-day-dining-section, .mobile-order-section, .mobile-order-assistance-section {
  padding: 30px 0px;
  overflow: hidden;
  }
  .image-gallery-alternating {
  margin-top: 40px;
  margin-bottom: 40px;
  display: flex;
  flex-direction: column;
  gap: 30px;
  }
  .image-item {
  display: flex;
  }
  .image-item.align-left {
  justify-content: flex-start;
  margin-left: 20px;
  }
  .image-item.align-right {
  justify-content: flex-end;
  margin-right: 20px;
  }
  .image-gallery-alternating .image-item > a {
  display: block;
  width: 70%;
  }
  .image-gallery-alternating .image-item img {
  width: 100%;
  height: 400px;
  object-fit: cover;
  border-radius: 3px;
  display: block;
  }
  .image-item {
  position: relative;
  }
  .image-item img:hover {
  filter: brightness(0.7);
  transition: filter 0.3s ease-in-out;
  }
  .image-item-overlay {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  color: white;
  padding: 8px 12px;
  text-align: center;
  box-sizing: border-box;
  z-index: 10;
  }
  .image-item.align-left .image-item-overlay {
  left: 35%;
  transform: translate(-50%, -50%);
  }
  .image-item.align-right .image-item-overlay {
  left: 65%;
  transform: translate(-50%, -50%);
  }
  .image-item-overlay p {
  margin: 0;
  line-height: 1.3;
  }
  .image-item-title {
  font-family: "Commercial Script", cursive;
  font-size: 2.2em;
  margin-bottom: 4px;
  }
  .image-item-time {
  font-size: 0.9em;
  }
  .menu-top-swiper {
  margin-top: 20px;
  margin-bottom: 20px;
  width: 100%;
  max-width: 700px;
  margin-left: auto;
  margin-right: auto;
  }
  .menu-top-swiper .swiper-slide {
  position: relative;
  height: 300px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  color: #ffffff;
  box-sizing: border-box;
  }
  .menu-top-swiper .swiper-button-prev,
  .menu-top-swiper .swiper-button-next {
  color: #ffffff;
  }
  .menu-top-swiper .swiper-pagination-bullet {
  background-color: #ffffff;
  opacity: 0.6;
  transition: opacity 0.3s, background-color 0.3s;
  }
  .menu-top-swiper .swiper-pagination-bullet-active {
  background-color: #B39354;
  opacity: 1;
  }
  .menu-top-swiper .swiper-pagination {
  position: relative;
  bottom: 10px;
  }
  .menu-top-swiper .swiper-slide .slide-background-image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  border-radius: 3px;
  z-index: 1;
  }
  .menu-top-swiper .swiper-slide .slide-content {
  position: relative;
  z-index: 2;
  padding: 20px;
  }
  .menu-top-swiper .swiper-slide .slide-content h3 {
  font-family: 'Commercial Script';
  font-size: 2.5em;
  }
  .menu-top-swiper .swiper-slide .slide-content h3.h3-positioned {
  position: absolute;
  margin: 0;
  text-shadow: none;
  }
  .menu-top-swiper .swiper-slide .slide-content h3.h3-pos-top-left-out {
  top: -1.3em;
  left: -3em;
  transform: none;
  }
  .menu-top-swiper .swiper-slide .slide-content h3.h3-pos-top-right-out {
  top: -0.7em;
  right: -1.3em;
  left: auto;
  transform: none;
  }
  .menu-top-swiper .swiper-slide .slide-content h3.h3-pos-center-low {
  top: 2em;
  left: 0em;
  transform: none;
  }
  .menu-top-swiper .swiper-slide .slide-content h3.h3-pos-center-high {
  top: -1.5em;
  left: -1.5em;
  transform: none;
  }
  .menu-top-swiper .swiper-slide .slide-content p {
  font-size: 1em;
  text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.7);
  }
  .menu-top-swiper .swiper-slide img:hover {
  filter: brightness(0.7);
  transition: filter 0.3s ease-in-out;
  }
  .button-under-title-wrapper {
  margin: 15px 0px 15px 25px;
  }
  .mobile-order-step-image {
  max-width: 65%;
  height: auto;
  display: block;
  margin: 0px auto;
  }
  .mobile-order-section .description-left {
  padding-right: 25px;
  }
  .mobile-order-assistance-section .description-left {
  padding-right: 25px;
  }
  .mobile-order-section .fa-mobile-screen {
  font-size: 3em;
  color: #B39354;
  display: block;
  text-align: center;
  margin-top: 70px;
  }
  .mobile-order-section .section-title-large {
  line-height: 0.8em;
  }
  .mobile-order-section .section-subtitle-large {
  padding-left: 0;
  }
  .menu-index-page .anim-on-scroll.animate__fadeInUp,
  .menu-sub-page .anim-on-scroll.animate__fadeInUp,
  .mobile-order-page .anim-on-scroll.animate__fadeInUp {
  --animate-duration: 1.8s;
  }
  .menu-index-page #all-day-dining .section-title-large.anim-on-scroll.animate__fadeInUp {
  --animate-delay: 0s;
  }
  .menu-index-page #all-day-dining .section-subtitle-large.anim-on-scroll.animate__fadeInUp {
  --animate-delay: 0.1s;
  }
  .menu-index-page #all-day-dining .description-left.anim-on-scroll.animate__fadeInUp {
  --animate-delay: 0.2s;
  }
  .menu-index-page #all-day-dining .image-gallery-alternating.anim-on-scroll.animate__fadeInUp {
  --animate-delay: 0.3s;
  }
  .menu-index-page #all-day-dining .image-item.anim-on-scroll.animate__fadeInUp {
  --animate-delay: 0.4s;
  }
  .menu-index-page #all-day-dining .image-item-time.anim-on-scroll.animate__fadeInUp {
  --animate-delay: 0.5s;
  }
  .menu-index-page #mobile-order .section-title-large.anim-on-scroll.animate__fadeInUp {
  --animate-delay: 0s;
  }
  .menu-index-page #mobile-order .section-subtitle-large.anim-on-scroll.animate__fadeInUp {
  --animate-delay: 0.1s;
  }
  .menu-index-page #mobile-order .fa-mobile-screen.anim-on-scroll.animate__fadeInUp {
  --animate-delay: 0.2s;
  }
  .menu-index-page #mobile-order .description.anim-on-scroll.animate__fadeInUp {
  --animate-delay: 0.3s;
  }
  .menu-index-page #mobile-order .button-wrapper.anim-on-scroll.animate__fadeInUp {
  --animate-delay: 0.4s;
  }
  .menu-sub-page .all-day-dining-section > .section-title-large.anim-on-scroll.animate__fadeInUp {
  --animate-delay: 0s;
  }
  .menu-sub-page .all-day-dining-section > .section-subtitle-large.anim-on-scroll.animate__fadeInUp {
  --animate-delay: 0.1s;
  }
  .menu-sub-page .all-day-dining-section > .button-wrapper.button-under-title-wrapper.anim-on-scroll.animate__fadeInUp {
  --animate-delay: 0.2s;
  }
  .menu-sub-page .menu-top-swiper.anim-on-scroll.animate__fadeInUp {
  --animate-delay: 0.3s;
  }
  .menu-sub-page .description-left.anim-on-scroll.animate__fadeInUp {
  --animate-delay: 0.4s;
  }
  .menu-sub-page .description-left .button-wrapper.anim-on-scroll.animate__fadeInUp {
  --animate-delay: 0.5s;
  }
  .menu-sub-page .all-day-dining-section:last-of-type .section-title.anim-on-scroll.animate__fadeInUp {
  --animate-delay: 1.2s;
  }
  .mobile-order-page #mobile-order .section-title-large.anim-on-scroll.animate__fadeInUp {
  --animate-delay: 0s;
  }
  .mobile-order-page #mobile-order .section-subtitle-large.anim-on-scroll.animate__fadeInUp {
  --animate-delay: 0.1s;
  }
  .mobile-order-page #mobile-order .description-left.anim-on-scroll.animate__fadeInUp {
  --animate-delay: 0.2s;
  }
  .mobile-order-page #mobile-order .mobile-order-step-image.anim-on-scroll.animate__fadeInUp {
  --animate-delay: 0.3s;
  }
  .mobile-order-page .footer-wave-divider.anim-on-scroll.animate__fadeInUp {
  --animate-delay: 0.4s;
  }
  .mobile-order-page #mobile-order-assistance .section-title-large.anim-on-scroll.animate__fadeInUp {
  --animate-delay: 0.5s;
  }
  .mobile-order-page #mobile-order-assistance .section-subtitle-large.anim-on-scroll.animate__fadeInUp {
  --animate-delay: 0.6s;
  }
  .mobile-order-page #mobile-order-assistance .description-left.anim-on-scroll.animate__fadeInUp {
  --animate-delay: 0.7s;
  }
  .mobile-order-page #mobile-order-assistance .mobile-order-step-image.anim-on-scroll.animate__fadeInUp {
  --animate-delay: 0.8s;
  }
  .mobile-order-page #mobile-order-assistance .button-wrapper.anim-on-scroll.animate__fadeInUp {
  --animate-delay: 0.9s;
  }