/* Responsive Dropdown on Mobile */

@media (max-width: 991px) {
  .navbar-collapse {
    position: fixed;
    top: 0;
    right: 5px;
    width: 97%;
    height: 85vh;
    background: #fff;
    padding: 50px 20px;
    overflow-y: auto;
    transform: translateX(100%);
    transition: transform 0.3s ease;
    z-index: 1050;
  }

  .navbar-collapse.show {
    transform: translateX(0);
  }

  .navbar-nav {
    flex-direction: column;
    align-items: flex-start;
  }

  .navbar-nav .nav-item {
    width: 100%;
    margin: 4px 0;
  }

  .navbar-nav .nav-link,
  .dropdown-item {
    font-size: 18px;
  }

  .navbar-collapse::before {
    content: "✕";
    position: absolute;
    top: 20px;
    right: 20px;
    font-size: 28px;
    cursor: pointer;
  }
  .dropdown-toggle::after {
    display: none;
  }
}

@media (max-width: 991px) {
.book-btn {
    margin: 10px auto;
    display: inline-block;
  }
}

@media (max-width: 991px) {
  .book-now-btn {
    display: block;
    margin: 12px auto;
    width: fit-content;
  }
}
@media (max-width: 991px) {
  .book-btn {
    margin: 10px auto;
    display: inline-block;
  }
}


@media (max-width: 767px) {
  #hero-carousel .item {
    height: 60vh;
  }

  #hero-carousel .carousel-content {
    padding: 20px 15px;
  }

  #hero-carousel h1 {
    font-size: 2rem;
    padding: 0 20px;
  }

  #hero-carousel h1::before {
    left: -30px;
    font-size: 1.5rem;
  }

  #hero-carousel h1::after {
    right: -30px;
    font-size: 1.5rem;
  }

  #hero-carousel p {
    font-size: 1rem;
    margin-bottom: 15px;
  }

  .owl-nav .owl-prev,
  .owl-nav .owl-next {
    padding: 8px 12px;
    font-size: 1.5rem;
  }

  .owl-dots {
    bottom: 15px;
  }

  .owl-dot span {
    width: 10px;
    height: 10px;
    margin: 3px;
  }
}

@media (max-width: 480px) {
  #hero-carousel .item {
    height: 50vh;
  }

  #hero-carousel h1 {
    font-size: 1.5rem;
    padding: 0 15px;
  }

  #hero-carousel h1::before {
    left: -20px;
    font-size: 1.2rem;
  }

  #hero-carousel h1::after {
    right: -20px;
    font-size: 1.2rem;
  }

  #hero-carousel p {
    font-size: 0.9rem;
  }

  .owl-nav .owl-prev,
  .owl-nav .owl-next {
    padding: 6px 10px;
    font-size: 1.2rem;
  }

  .owl-dot span {
    width: 8px;
    height: 8px;
    margin: 2px;
  }
}

@media (max-width: 991px) {
  #hero-carousel .carousel-content {
    padding: 20px 15px;
  }

  #hero-carousel h1 {
    font-size: 2rem;
  }

  #hero-carousel p {
    font-size: 1rem;
  }

  .owl-nav .owl-prev,
  .owl-nav .owl-next {
    font-size: 1.5rem;
    padding: 8px 12px;
  }
}
@media (max-width: 767px) {
  .banner-title {
    font-size: 2rem;
  }
  .banner-subtitle {
    font-size: 1rem;
  }
  .banner-img {
    max-height: 250px;
    margin-top: 20px;
  }
}
@media (max-width: 767px) {
  .team-img {
    width: 150px;
    height: 150px;
  }

  .section-title {
    font-size: 26px !important;
  }
}

@media (max-width: 767px) {
  .play-btn {
    width: 70px;
    height: 70px;
    font-size: 1.8rem;
  }

  #reservation h2 {
    font-size: 1.6rem;
  }

  #reservation .p-5 {
    padding: 2rem !important;
  }
  #reservation img{
    height: 263px !important;
  }
  .menu-list-title{
    font-size: 23px !important;
  }
}
@media (max-width: 767px) {
  .food-blog-card .blog-content {
    margin: -50px 15px 0;
    padding: 20px;
  }
}
@media (max-width: 480px) {
  .footer-banner h2 {
    font-size: 28px;
  }
  .footer-banner p {
    font-size: 16px;
  }
  .footer-banner-form input[type="email"] {
    width: 100%;
    margin-bottom: 10px;
    border-radius: 5px;
  }
  .footer-banner-form button {
    width: 100%;
    border-radius: 5px;
  }
}

@media (max-width: 767px) {
  .footer {
    text-align: center;
  }

  .footer-contact li,
  .footer-hours li {
    justify-content: center;
  }
  .social-icons a {
    margin-right: 10px;
  }
}
@media (max-width: 767px) {
  .footer-title {
    justify-content: center; /* Center title and icon */
  }
  .footer-title::after {
    left: 50%;
    transform: translateX(-50%);
  }
  .footer-links,
  .footer-hours,
  .footer-contact {
    text-align: center;
    padding-left: 0;
  }
}

@media (max-width: 576px) {
  .scroll-top {
    width: 42px;
    height: 42px;
    font-size: 18px;
    bottom: 15px;
    right: 15px;
  }
}


@media (max-width: 576px) {
  .call-float {
    width: 45px;
    height: 45px;
    font-size: 20px;
    bottom: 15px;
    left: 15px;
  }
}
