@media (max-width: 768px) {
  /* HEADER SECTION 
  ***********************/
  .header-content-wrapper {
    position: absolute;
    top: 70%;
    left: 50%;
    transform: translate(-50%, -50%);
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 75%;
    z-index: 3;
  }

  .menu-toggle {
    width: 30px;
    height: 22px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    cursor: pointer;
    z-index: 5003;
    position: relative;
  }

  .top-bar {
    display: flex;
    justify-content: space-around;
    align-items: center;
    padding: 1rem;
    position: relative;
    z-index: 2003;
  }

  /* Making the top-bar sticky */
  .sticky-active {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 5000;
    background-color: #e0c9a6;
    padding: 0rem;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.3);
    transition: all 0.3s ease;
    display: flex;
    justify-content: space-around;
  }

  .header-main-title {
    font-family: "Cinzel";
    font-size: 2.4rem;
    color: #e0c9a6;
    text-transform: capitalize;
    font-weight: bolder;
    line-height: 2.6rem;
    width: 100%;
    text-align: center;
  }

  .book-table-btn:link,
  .book-table-btn:visited {
    font-family: "Libre Franklin";
    font-size: 1.2rem;
    color: #e0c9a6;
    text-transform: capitalize;
    font-weight: bolder;
    letter-spacing: 1.5px;
    text-decoration: none;
    padding: 1rem 1.4rem;
  }

  #menuContainer {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    background-color: #1a0e08;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 1002;

    padding-top: 0px; /* space for the top-bar */
    box-sizing: border-box; /* include padding in height */
  }

  .main-nav-grid {
    display: flex;
    flex-direction: column;
    gap: 42px;
    z-index: 2;
    padding-top: 0rem;
    text-align: center;
  }

  .nav-link:link,
  .nav-link:visited {
    font-size: 1rem;
    color: #e0c9a6;
    font-family: "Cinzel";
    font-weight: bolder;
    letter-spacing: 1px;
    text-decoration: none;
    text-transform: capitalize;
    letter-spacing: 1.2px;
  }

  .nav-link:hover,
  .nav-link:active {
    color: #800020;
  }

  /* HEADER SECTION END
  ***********************/

  /**************************
 SIGNATURE DISHES SECTION 
**************************/
  .signature-dishes-section {
    padding: 7.5rem 0rem;
    position: relative;
    height: 100vh;
    background-image: url("Signature-Dishes/Menu-Image.png");
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
  }

  .content-wrapper {
    z-index: 2;
    max-width: 100%;
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    margin: 0 auto;
    column-gap: 0rem;
    row-gap: 6rem;
    margin-top: 0rem;
  }

  .main-title {
    font-size: 2.4rem;
    font-family: "Cinzel";
    font-weight: bold;
    color: #e0c9a6;
    letter-spacing: 2px;
    text-transform: capitalize;
    line-height: 2.5rem;
    margin-bottom: 0rem;
    margin-top: 0;
    width: 100%;
    align-self: center;
    text-align: center;
  }

  .dish-image {
    width: 100%;
    max-width: 250px;
    aspect-ratio: 1 / 1;
    border-radius: 0.5rem;
    object-fit: cover;
    margin-bottom: 1.5rem;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.6);
  }

  .right-content {
    color: #fff;
    max-width: 100%;
    text-align: center;
    padding: 0 1rem;
  }

  .slider-arrow {
    background: #1a0e08;
    fill: #e0c9a6;
    padding: 0.75rem 1rem;
    width: 26px;
    height: 26px;
    font-family: "Cinzel", serif;
    border-radius: 6px;
    cursor: pointer;
    transition: background 0.3s ease;
    position: absolute;
    top: 49%;
    right: 5%;
    cursor: pointer;
    z-index: 500;
  }

  .slider-arrow:hover {
    background: #800020;
  }

  .slider-arrow-2 {
    background: #800020;
    fill: #e0c9a6;
    padding: 0.75rem 1rem;
    width: 26px;
    height: 26px;
    font-family: "Cinzel", serif;
    border-radius: 6px;
    cursor: pointer;
    transition: background 0.3s ease;
    position: absolute;
    top: 49%;
    left: 5%;
    cursor: pointer;
    z-index: 500;
  }

  .slider-arrow-2:hover {
    background: #1a0e08;
  }

  /**************************
 SIGNATURE DISHES SECTION END
**************************/

  /***************************
    BRAND STORY SECTION 
***************************/
  .brand-story-section {
    padding: 12.5rem 1rem;
    background-color: #382618;
    position: relative;
  }

  .brand-story-title {
    font-family: "Cinzel";
    font-size: 2.4rem;
    line-height: 2.6rem;
    color: #e0c9a6;
    margin-bottom: 5rem;
    margin-top: 0rem;
    width: 100%;
    text-align: center;
    z-index: 500;
    position: relative;
  }
  /***************************
    BRAND STORY SECTION END
***************************/

  /****************************
    MENU SELECTION SECTION
****************************/
  .menu-selection {
    padding: 12.5rem 1rem;
    background-image: url("A-La-Carte-Menu/Menu-Background-1188px.png");
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
  }

  .dish-card {
    display: flex;
    flex-direction: column;
    flex-shrink: 0;
    border-radius: 12px;
    padding: 0rem;
    width: 100%;
    align-items: center;
    row-gap: 1.25rem;
    min-height: 450px;
    transition: height 0.3s ease;
  }

  .prev-btn {
    position: absolute;
    left: 4.5%;
    top: 26%;
    fill: #e0c9a6;
    border: none;
    z-index: 500;
    background: #800020;
    padding: 0.75rem 1rem;
    width: 28px;
    height: 28px;
    font-family: "Cinzel", serif;
    border-radius: 6px;
    cursor: pointer;
    transition: background 0.3s ease;
  }

  .prev-btn:hover {
    background-color: #1a0e08;
  }

  .next-btn:hover {
    background-color: #800020;
  }

  .next-btn {
    position: absolute;
    right: 4.5%;
    top: 26%;
    fill: #e0c9a6;
    border: none;
    z-index: 500;
    background: #1a0e08;
    padding: 0.75rem 1rem;
    width: 28px;
    height: 28px;
    z-index: 500;
    cursor: pointer;
    border-radius: 6px;
  }

  .menu-dish-image {
    width: 300px;
    aspect-ratio: 1 / 1;
    object-fit: cover;
    border-radius: 0.5rem;
  }

  .menu-dish-title {
    font-family: "Cinzel";
    color: #e0c9a6;
    font-weight: bold;
    font-size: 1.2rem;
    letter-spacing: 1.2px;
    margin-top: 1rem;
    margin-bottom: 0rem;
    text-align: center;
  }

  .menu-dish-description {
    font-family: "Libre Franklin";
    font-size: 0.8rem;
    color: #e0c9a6;
    letter-spacing: 1px;
    margin: 0;
    text-align: center;
    line-height: 1.3;
  }

  .menu-scroller-2 {
    margin-top: 10rem;
    display: flex;
    flex-direction: column;
    width: 100%;
    max-width: 1000px;
    align-content: center;
    flex-wrap: wrap;
    justify-content: end;
    z-index: 1;
    position: relative;
  }

  .drinks-next-btn {
    width: 28px;
    height: 28px;
    position: absolute;
    right: 4.5%;
    top: 28%;
    fill: #e0c9a6;
    border: none;
    z-index: 500;
    background: #800020;
    padding: 0.75rem 1rem;
    z-index: 500;
    cursor: pointer;
    border-radius: 6px;
  }

  .drinks-next-btn:hover {
    background-color: #1a0e08;
  }

  .drinks-prev-btn:hover {
    background-color: #800020;
  }

  .drinks-prev-btn {
    width: 28px;
    height: 28px;
    position: absolute;
    left: 4.55%;
    top: 28%;
    fill: #e0c9a6;
    border: none;
    z-index: 500;
    background: #1a0e08;
    padding: 0.75rem 1rem;
    font-family: "Cinzel", serif;
    border-radius: 6px;
    cursor: pointer;
    transition: background 0.3s ease;
  }
  /****************************
    MENU SELECTION SECTION END
  **************************/

  /*********************
    TESTIMONIAL SECTION
  **********************/
  .testimonial-section {
    background-color: #382618;
    padding-bottom: 12.5rem;
    padding-left: 1rem;
    padding-right: 1rem;
    position: relative;
    z-index: 0;
  }

  .testimonial-grid {
    display: grid;
    grid-template-columns: 1fr;
    width: 100%;
    margin: 0 auto;
    column-gap: 1rem;
    row-gap: 1rem;
    justify-items: center;
    grid-auto-rows: 450px;
    margin-top: 10rem;
    position: relative;
    z-index: 2;
  }

  .testimonial-story-overlay {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.4); /* adjust darkness */
    z-index: 2;
  }

  .testimonial-card-3 {
    background: url(Testimonial-Clients/Woman-Cowboy.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: 20% 10%;
    border: 3px solid #6b4c2a;
    border-radius: 12px;
    width: 100%;
    color: #fff;
    font-family: "Georgia", serif;
    box-shadow: 0 8px 12px rgba(0, 0, 0, 0.5);
    margin: 0rem;
    display: flex;
    flex-direction: column;
    gap: 0rem;
    justify-content: end;
    position: relative;
    z-index: 2;
    overflow: hidden;
  }

  .testimonial-card-4 {
    background: url(Testimonial-Clients/Couple-Cowboys.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: 20% 25%;
    border: 3px solid #6b4c2a;
    border-radius: 12px;
    width: 100%;
    color: #fff;
    font-family: "Georgia", serif;
    box-shadow: 0 8px 12px rgba(0, 0, 0, 0.5);
    margin: 0rem;
    display: flex;
    flex-direction: column;
    gap: 0rem;
    justify-content: end;
    position: relative;
    z-index: 2;
    overflow: hidden;
  }

  .testimonial-card-5 {
    background: url(Testimonial-Clients/Grillmaster-Cowboy.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: 20% 25%;
    border: 3px solid #6b4c2a;
    border-radius: 12px;
    width: 100%;
    color: #fff;
    font-family: "Georgia", serif;
    box-shadow: 0 8px 12px rgba(0, 0, 0, 0.5);
    margin: 0rem;
    display: flex;
    flex-direction: column;
    gap: 0rem;
    justify-content: end;
    position: relative;
    z-index: 2;
    overflow: hidden;
  }

  .testimonial-card::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.45); /* adjust darkness */
    z-index: 2;
  }

  /*********************
  TESTIMONIAL SECTION END
  **********************/

  /************************
     BOOKING SECTION
*************************/
  .booking-section {
    position: relative;
    background-image: url(Testimonial-Clients/Booking-Background-1180px.png);
    background-position: 20% 50%;
    background-size: cover;
    background-repeat: no-repeat;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 10rem 1rem;
  }

  .container {
    max-width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    text-align: center;
    align-self: center;
    row-gap: 6rem;
  }

  .booking-title {
    width: 100%;
    align-self: center;
  }
  /************************
     BOOKING SECTION END
*************************/

  /************************
   GALLERY SECTION 
  *************************/
  .gallery {
    background-color: #382618;
    padding: 10rem 1rem;
    position: relative;
  }

  .container-gallery {
    max-width: 550px;
    margin: 0 auto;
    margin-bottom: 7.5rem;
  }

  .gallery-title {
    color: #e0c9a6;
    width: 100%;
    z-index: 1090;
    text-align: center;
  }

  .gallery-grid {
    display: grid;
    grid-template-columns: 1fr;
    width: 100%;
    margin: 0 auto;
    column-gap: 0rem;
    row-gap: 1rem;
  }

  .gallery-image {
    width: 100%;
    min-height: 500px;
    aspect-ratio: 1 / 1;
    object-fit: cover;
    display: block;
  }

  .gallery-item {
    padding: 0px;
    box-sizing: border-box;
    border-radius: 0.5rem;
    overflow: hidden;
    grid-row-end: span var(--row-span);
  }

  .gallery-item img {
    width: 100%;
    height: auto;
    display: block;
    object-fit: cover;
    border-radius: 0.5rem;
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.4);
    object-position: 20% 10%;
  }

  /************************
    GALLERY SECTION END
*************************/

  /************************
    FOOTER SECTION 
*************************/
  .footer {
    background-color: #e0c9a6;
    padding: 7.5rem 1rem;
  }

  .footer-title {
    color: #382618;
    font-family: "Cinzel";
    font-size: 1.2rem;
    text-transform: capitalize;
    font-weight: bolder;
    letter-spacing: 0.8px;
  }

  .footer-link:link,
  .footer-link:visited {
    text-decoration: none;
    color: #382618;
    font-family: "Libre Franklin";
    letter-spacing: 0.8px;
    font-size: 0.8rem;
    text-transform: capitalize;
  }

  .footer-link:active,
  .footer-link:hover {
    color: #800020;
  }
}
