/* ---------------------------------------------- */
/* Media Queries -------------------------------- */
/* ---------------------------------------------- */

@media screen and (min-width: 1670px) {
  .menu-nav {
    padding: 0 1rem;
  }
}

@media screen and (min-width: 1025px) {
  .menu {
    padding: 2rem 5%;
  }

  .menu-container {
    top: 0;
    margin-bottom: 50px;
  }
}

@media screen and (max-width: 1024px) {
  .about-section,
  .menu-section-first,
  .menu-section {
    padding: 3rem 5rem;
  }

  .video-content {
    max-width: 90%;
  }
}

@media screen and (max-width: 768px) {
  /* Navigation */
  .navbar-collapse {
    background-color: rgba(0, 0, 0, 0.9);
    padding: 1rem;
    border-radius: 15px;
    margin-top: 10px;
  }

  .navbar-toggler {
    border: 2px solid rgba(255, 255, 255, 0.5);
    margin-top: 1rem;
    margin-left: 0.5rem;
  }

  /* Content Sections */
  .about-section,
  .menu-section-first,
  .menu-section {
    padding: 1rem;
  }

  .menu-container {
    padding-left: 10px;
    padding-right: 10px;
  }

  .video-content {
    font-size: 1.5rem;
  }

  .main-logo {
    margin-top: 10px;
    /*  height: 280px;  */
  }

  #video-subtext {
    font-size: 1.2rem;
  }

  /* Menu Navigation */
  .menu-nav {
    padding: 10px 10px 0 10px;
    border-radius: 10px;
  }

  .tab-card {
    padding: 0.5rem;
  }

  .tab-icon {
    width: 20px;
    height: 20px;
    margin-bottom: 4px;
  }

  .tab span {
    font-size: 0.8rem;
  }

  .slider {
    width: 90vw;
  }

  .tabs .tab {
    padding: 0.5rem;
  }

  /* Footer */
  #footer-block {
    flex-direction: column;
    align-items: center;
    padding-right: 50px;
    margin-right: 50px;
  }

  .footer-section {
    width: 100%;
    margin-bottom: 0;
    padding: 0 10px;
  }
}

@media screen and (max-width: 767px) {
  .about-button {
    margin-bottom: 30px;
  }
}

@media screen and (max-width: 576px) {
  /* Content Sections */
  .section-title {
    font-size: 1.6rem;
  }

  .main-logo {
    /*  height: 250px;  */
    max-width: 100%;
  }

  #video-subtext {
    font-size: 1.2rem;
  }

  .about-section .video-btn {
    margin-bottom: 30px;
  }

  /* Video Buttons */
  .btn-video-section {
    /*  flex-direction: column; */
  }

  .video-btn {
    width: 100%;
    height: 50px;
    font-size: 1rem;
    margin-bottom: 5px;
  }

  /* Menu Items */
  .card {
    max-width: none;
  }

  .menu-item-name {
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    gap: 10px;
  }

  .dots-line {
    display: none;
  }

  .munu-item-price {
    margin-left: 0;
  }
}

@media screen and (max-width: 480px) {
  .top-bg {
    height: 200px;
  }

  .menu-container {
    padding: 10px;
  }

  .menu-nav {
    padding: 0px;
  }

  #banner-text {
    /* top: -200px; */
  }

  .menu-container {
    /* top: -500px; */
    /* margin-bottom: -480px; */
  }
}

@media screen and (min-width: 481px) and (max-width: 699px) {
  .menu-nav {
    padding: 0px;
  }
}

@media screen and (min-width: 481px) and (max-width: 768px) {
  .top-bg {
    height: 200px;
  }

  #banner-text {
    /* top: -200px; */
  }

  .menu-container {
    /* top: -200px;
    margin-bottom: -480px; */
  }
}

@media screen and (min-width: 769px) and (max-width: 1024px) {
  .top-bg {
    height: 250px;
  }

  #banner-text {
    /* top: -150px; */
  }

  .menu-container {
    /* margin-top: 50px; */
    /* top: -450px; */
    /* margin-bottom: -400px; */
  }
}

@media screen and (min-width: 769px) {
  .cart-bar {
    display: none;
  }
}

@media screen and (max-width: 324px) {
  .item-number-text {
    font-size: 0.8rem;
  }

  .cart-item-name {
    font-size: 0.8rem;
  }

  .item-description {
    font-size: 0.6rem;
  }

  .item-price {
    font-size: 1rem;
  }
}

@media screen and (max-width: 480px) {
  .cart-panel {
    /* width: 100vh; */
    /* right: -100vw; */
  }

  .cart-panel.active {
    right: 0;
  }

  .circular-btn {
    display: none;
  }

  .cart-bar {
    display: flex;
  }

  .cart-panel {
    width: 100vw;
    right: -100vw;
  }

  .cart-panel.active {
    right: 0;
  }

  .cart-item-name {
    font-size: 1rem;
  }

  .item-description {
    font-size: 0.6rem;
  }
}

@media screen and (min-width: 481px) and (max-width: 768px) {
  .cart-panel.active {
    right: 0;
  }

  .circular-btn {
    display: none;
  }

  .cart-bar {
    display: flex;
  }

  .cart-panel {
    width: 100vw;
    right: -100vw;
  }

  .cart-panel.active {
    right: 0;
  }

  .cart-bar-btn {
    background-color: #007bff;
    color: #fff;
    border: none;
    padding: 0.6rem 3rem;
    font-size: 1rem;
    border-radius: 6px;
    cursor: pointer;
  }
}

/* Scroll Down Button */
.scroll-down {
  height: 50px;
  width: 30px;
  border: 2px solid white;
  position: absolute;
  left: 50%;
  bottom: 100px; /* Increased from 20px to 100px */
  border-radius: 50px;
  cursor: pointer;
  transform: translateX(-50%);
}

.scroll-down::before,
.scroll-down::after {
  content: "";
  position: absolute;
  top: 20%;
  left: 50%;
  height: 10px;
  width: 10px;
  transform: translate(-50%, -100%) rotate(45deg);
  border: 2px solid white;
  border-top: transparent;
  border-left: transparent;
  animation: scroll-down 1s ease-in-out infinite;
}

.scroll-down::after {
  top: 30%;
  animation-delay: 0.3s;
}

@keyframes scroll-down {
  0% {
    opacity: 0;
  }
  30% {
    opacity: 1;
  }
  60% {
    opacity: 1;
  }
  100% {
    top: 90%;
    opacity: 0;
  }
}

/* Removed global smooth scroll behavior */



@media (min-width: 1300px) {
  .adaptive-item-container {
    flex: 0 0 20%;
    max-width: 20%;
  }
  .adaptive-item-container-home {
    flex: 0 0 20%;
    max-width: 20%;
  }
}

@media (min-width: 1800px) {
  .adaptive-item-container {
    flex: 0 0 20%;
    max-width: 16%;
    padding: 0 calc(var(--bs-gutter-x) * .2);
  }
}

@media (max-width: 999px) {
  #toggleCartBtn {
    display: none;
  }
  .menu-inner-section {
    padding: 0px;
  }
  .dish-name, .munu-item-price h5 {
    font-size: 1.1rem;
  }

}