@media (max-width: 767px) {

  /* navbar */
  .navbar {
    padding: 20px 20px;
    /* higher than the background overlay */
  }

  /* top-scroll */
  .arrow-wrapper {
    display: none;
  }

  .title-para {
    width: 100%;
  }

  /* grid-section */
  .grid-section {
    padding: 80px 80px;
    display: block;
  }

  .grid-option {
    margin-bottom: 20px;
  }

  /* story-section */
  .story-section {
    padding: 40px 50px;
  }

  .our-story-grid-left {
    display: none;
  }

  .our-story-grid {
    flex-direction: column;
  }

  .our-story-grid-right {
    display: flex;
    justify-content: center;
    align-items: center;
    height: auto;
    /* Let height be driven by content or container */
    width: 100%;
  }

  .our-story-grid-right-img {
    width: auto;
    max-width: 100%;
    height: auto;
    object-fit: contain;
    object-position: center;
    display: block;
    margin: 0 auto;
    padding-bottom: 50px;
  }

  .location-card {
    display: block;
    padding: 0;
    width: 100%;
    /* Optional: ensure contrast with divider */
  }

  .divider {
    display: none;
  }

  .story-box {
    padding-bottom: 30px;
  }

  /* food-section */
  .food-section {
    padding: 20px 30px;
    display: block;
  }

  .food-section-grid-left {
    width: 100%;
    height: auto; /* Let content define the height on small screens */
    padding: 40px 20px;
    align-items: center; /* Center horizontally in flex container */
    text-align: center;  /* Center text */
  }

  .food-title {
    justify-content: center; /* Center line + title */
  }

  .grid-title {
    font-size: 26px;
    padding: 16px 0;
  }

  .location-description {
    font-size: 18px;
    line-height: 26px;
  }

  .food-section-grid-right {
    width: 100%;
    height: 40vh;
  }

  .yellow-overlay {
    display: none;
  }

  /* story-section */
  .story-section {
    padding: 20px 30px;
    display: block;
  }

  .chefs-grid {
    display: block;
    gap: 80px;
  }

  .chef {
    width: 100%;
  }

  .chefs-grid-left {
    width: 100%;
  }

  .chefs-grid-right {
    width: 100%;
    text-align: center;
  }

  .yellow-overlay-chef {
    display: none;
  }

  .chef-para {
    width: 100%;
  }

  .special {
    display: flex;
    justify-content: center;
  }

  /* ingredients-section */
  .ingredients-section {
    padding: 30px 20px;
    text-align: center;
  }

  .ingredients-section>div[data-aos] {
    display: flex;
    flex-direction: column;
    align-items: center;
  }

  .scroll-by {
    flex-direction: flex;
    gap: 10px;
  }

  .scroll-grid {
    width: 100%;
    flex-direction: column;
    align-items: center;
    text-align: center;
  }

  .scroll-grid-box-left,
  .scroll-grid-box-right {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
  }

  .scroll-grid-box-img {
    width: 100px;
    height: 100px;
    object-fit: cover;
    border-radius: 5px;
  }

  .scroll-grid-title {
    font-size: 26px;
  }

  .scroll-title-para {
    font-size: 16px;
    line-height: 1.4em;
    padding: 0 10px;
  }

  .title-underline {
    margin: 8px auto;
  }

  /* menu-section */
  .menu-section {
    padding: 20px 30px;
    display: block;
  }

  .menu-grid {
    display: block;
  }

  .menu-card {
    display: block;
    padding: 20px 0px;
    width: 100%;
  }

  /* bottle-section */
  .bottle-section {
    background-color: #111111;
    padding: 20px 30px;
    gap: 0px;
  }

 

  .food-line {
    width: 40px;
    height: 1px;
    background-color: #f5c16c;
    display: inline-block;
  }

  .bottle-grid {
    display: block;
  }

  .bottle-section-grid-left {
    width: 100%;
  }

  .bottle-section-grid-right {
    width: 100%;
    text-align: center;
  }

  .bottle {
    width: auto;
    height: 30vh;
    transform: rotate(-45deg);
    transform-origin: center;
  }

  /* testimonial-section */
  .testimonial-section {
    display: block;
    padding: 20px 30px;
  }

  .testimonial-section-left {
    width: 100%;
    gap: 20px;
    padding-bottom: 20px;
  }

  .testimonial-section-right {
    width: 100%;
  }

  .testimonial-grid {
    width: 100%;
  }

  /* resourse-section */
  .resourse-section {
    padding: 20px 30px;
  }

  .article-grid {
    width: 100%;
    height: auto;
    display: block;
  }

  .article-grid-left {
    width: 100%;
    height: 40vh;
  }

  .article-grid-right {
    width: 100%;
    padding: 0px 20px;
    height: 50vh;

  }

  /* booking-section */
  .booking-section {
    display: block; /* Stack sections vertically */
    padding: 40px 20px;
    overflow-x: hidden;
  }

  .booking-section-left,
  .booking-section-right {
    width: 100%;
    height: auto;
    padding: 20px 0;
  }

  .reservation-form {
    width: 100%;
    max-width: 100%;
    padding: 20px;
    box-sizing: border-box;
  }

  .form-row {
    flex-direction: column; /* Stack inputs */
    gap: 15px;
  }

  .form-row input {
    width: 100%;
    box-sizing: border-box;
  }

  .booking-img-wrapper {
    height: 300px; /* Limit image height on mobile */
  }

  .booking-img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }

  /* .hover-section */
  .hover-grid {
    display: block;
  }

  .hover-grid-img {
    width: 100%;
    height: 50vh;
  }

  /* footer */
  .footer-top {
    text-align: center;
  }

  .footer-bottom {
    border-top: 1px solid #333;
    padding: 20px 30px;
    background-color: #1E1E1E;
    color: #aaa;
    text-align: center;
    flex-direction: column;
    /* Stack content vertically */
    align-items: center;
    /* Center-align items in flexbox */
    justify-content: center;
    /* Center vertically */
    gap: 10px;
    /* Space between paragraphs */
  }

  .footer-bottom p {
    margin: 0;
    padding: 0;
  }
}

@media (min-width: 768px) and (max-width: 991.98px) {

  /* navbar */
  .navbar {
    padding: 20px 20px;
    /* higher than the background overlay */
  }

  /* grid-section */
  .grid-section {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    /* 2 columns */
    gap: 30px 20px;
    /* row and column gap */
    padding: 30px 150px;
  }

  .grid-option {
    width: 50%;
    display: flex;
    align-items: flex-start;
    gap: 20px;
  }

  .grid-img-section {
    width: auto;
  }

  .grid-img-section-head {
    width: auto;
  }

  /* story-section */
  .story-section {
    padding: 20px 80px;
    display: block;
  }

  .location-card {
    padding: 20px;
    padding-right: 10px;
    padding-top: 30px;
    width: 100%;
  }

  .global-vertical-line {
    display: none;
  }

  /* food-section */
  .food-section {
    padding: 20px 30px;
    gap: 30px;
  }

  .food-section-grid-left {
    width: 100%;
    height: 40vh;
  }

  .food-section-grid-right {
    width: 100%;
    height: 40vh;
  }

  /* ingredients-section */
  .ingredients-section {
    padding: 30px 20px;
    text-align: center;
  }

  .ingredients-section>div[data-aos] {
    display: flex;
    flex-direction: column;
    align-items: center;
  }

  .scroll-by {
    flex-direction: flex;
    gap: 10px;
  }

  .scroll-grid {
    width: 100%;
    flex-direction: column;
    align-items: center;
    text-align: center;
  }

  .scroll-grid-box-left,
  .scroll-grid-box-right {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
  }

  .scroll-grid-box-img {
    width: 100px;
    height: 100px;
    object-fit: cover;
    border-radius: 5px;
  }

  .scroll-grid-title {
    font-size: 26px;
  }

  .scroll-title-para {
    font-size: 16px;
    line-height: 1.4em;
    padding: 0 10px;
  }

  .title-underline {
    margin: 8px auto;
  }

  /* menu-section */
  .menu-section {
    padding: 20px 50px;
  }

  /* bottle-section */
  .bottle-section {
    background-color: #111111;
    padding: 20px 30px;
    gap: 0px;
  }



  .food-line {
    width: 40px;
    height: 1px;
    background-color: #f5c16c;
    display: inline-block;
  }

  .bottle-section-grid-left {
    width: 100%;
  }

  .bottle-section-grid-right {
    width: 100%;
    text-align: center;
  }

  .bottle {
    width: auto;
    height: 30vh;
    transform: rotate(-45deg);
    transform-origin: center;
  }

  /* testimonial-section */
  .testimonial-section {
    display: block;
    padding: 20px 30px;
  }

  .testimonial-section-left {
    width: 100%;
    gap: 20px;
    padding-bottom: 20px;
  }

  .testimonial-section-right {
    width: 100%;
  }

  .testimonial-grid {
    width: 100%;
  }

  /* resourse-section */
  .resourse-section {
    padding: 20px 30px;
  }

  .article-grid {
    width: 100%;
    height: auto;
    display: block;
  }

  .article-grid-left {
    width: 100%;
    height: 40vh;
  }

  .article-grid-right {
    width: 100%;
    padding: 0px 20px;
    height: 50vh;

  }

  /* booking-section */
  .booking-section {
    flex-direction: column;
    padding: 20px;
  }

  .booking-section-left {
    width: 100%;
    padding: 20px;
    height: auto;
    align-items: center;
    justify-content: flex-start;
  }

  .booking-section-right {
    width: 100%;
    height: auto;
    margin-top: 20px;
  }

  .booking-img-wrapper {
    height: 250px;
    /* Set a fixed height for mobile */
  }

  .reservation-form {
    width: 100%;
    padding: 20px;
  }

  .form-row {
    flex-direction: column;
    gap: 15px;
  }

  .form-row input {
    width: 100%;
  }



  .booking-btn {
    width: 100%;
    padding: 14px;
    font-size: 14px;
  }

  .section-head {
    font-size: 32px;
  }

  .flavour {
    font-size: 16px;
    line-height: 24px;
    padding-top: 10px;
  }

  .footer-top {
    padding: 20px 50px;
  }

}

@media (min-width: 992px) and (max-width: 1200px) {
  /* navbar */
  .navbar {
    padding: 20px 20px;
    /* higher than the background overlay */
  }

  /* grid-section */
  .grid-section {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    /* 2 columns */
    gap: 30px 20px;
    /* row and column gap */
    padding: 30px 150px;
  }

  .grid-option {
    width: 50%;
    display: flex;
    align-items: flex-start;
    gap: 20px;
  }

  .grid-img-section {
    width: auto;
  }

  .grid-img-section-head {
    width: auto;
  }

  /* story-section */
  .story-section {
    padding: 20px 80px;
    display: block;
  }

  .location-card {
    padding: 20px;
    padding-right: 10px;
    padding-top: 30px;
    width: 100%;
  }

  .global-vertical-line {
    display: none;
  }

  /* food-section */
  .food-section {
    padding: 20px 30px;
    gap: 30px;
  }

  .food-section-grid-left {
    width: 100%;
    height: 40vh;
  }

  .food-section-grid-right {
    width: 100%;
    height: 40vh;
  }

  /* ingredients-section */
  .ingredients-section {
    padding: 30px 20px;
    text-align: center;
  }

  .ingredients-section>div[data-aos] {
    display: flex;
    flex-direction: column;
    align-items: center;
  }

  .scroll-by {
    flex-direction: flex;
    gap: 10px;
  }

  .scroll-grid {
    width: 100%;
    flex-direction: column;
    align-items: center;
    text-align: center;
  }

  .scroll-grid-box-left,
  .scroll-grid-box-right {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
  }

  .scroll-grid-box-img {
    width: 100px;
    height: 100px;
    object-fit: cover;
    border-radius: 5px;
  }

  .scroll-grid-title {
    font-size: 26px;
  }

  .scroll-title-para {
    font-size: 16px;
    line-height: 1.4em;
    padding: 0 10px;
  }

  .title-underline {
    margin: 8px auto;
  }

  /* menu-section */
  .menu-section {
    padding: 20px 50px;
  }

  /* bottle-section */
  .bottle-section {
    background-color: #111111;
    padding: 20px 30px;
    gap: 0px;
  }


  .food-line {
    width: 40px;
    height: 1px;
    background-color: #f5c16c;
    display: inline-block;
  }

  .bottle-section-grid-left {
    width: 100%;
  }

  .bottle-section-grid-right {
    width: 100%;
    text-align: center;
  }

  .bottle {
    width: auto;
    height: 30vh;
    transform: rotate(-45deg);
    transform-origin: center;
  }

  /* testimonial-section */
  .testimonial-section {
    display: block;
    padding: 20px 30px;
  }

  .testimonial-section-left {
    width: 100%;
    gap: 20px;
    padding-bottom: 20px;
  }

  .testimonial-section-right {
    width: 100%;
  }

  .testimonial-grid {
    width: 100%;
  }

  /* resourse-section */
  .resourse-section {
    padding: 20px 30px;
  }

  .article-grid {
    width: 100%;
    height: auto;
    display: block;
  }

  .article-grid-left {
    width: 100%;
    height: 40vh;
  }

  .article-grid-right {
    width: 100%;
    padding: 0px 20px;
    height: 50vh;

  }

  /* booking-section */
  .booking-section {
    flex-direction: column;
    padding: 20px;
  }

  .booking-section-left {
    width: 100%;
    padding: 20px;
    height: auto;
    align-items: center;
    justify-content: flex-start;
  }

  .booking-section-right {
    width: 100%;
    height: auto;
    margin-top: 20px;
  }

  .booking-img-wrapper {
    height: 250px;
    /* Set a fixed height for mobile */
  }

  .reservation-form {
    width: 100%;
    padding: 20px;
  }

  .form-row {
    flex-direction: column;
    gap: 15px;
  }

  .form-row input {
    width: 100%;
  }



  .booking-btn {
    width: 100%;
    padding: 14px;
    font-size: 14px;
  }

  .section-head {
    font-size: 32px;
  }

  .flavour {
    font-size: 16px;
    line-height: 24px;
    padding-top: 10px;
  }

  .footer-top {
    padding: 20px 50px;
  }
}

@media (min-width: 1201px) and (max-width: 1400px) {}