@media (max-width: 991px) {
  /* 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;
  }

  body.menu-open {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    overflow: hidden;
    width: 100%;
  }

  /* Menu default hidden */
  #menuContainer.hidden {
    display: none;
  }

  /* Menu shown */
  #menuContainer.open {
    display: block;
  }

  .header-main-title {
    font-family: "Cinzel";
    font-size: 3rem;
    color: #e0c9a6;
    text-transform: capitalize;
    font-weight: bolder;
    line-height: 3.2rem;
    width: 100%;
    text-align: center;
  }

  .dine-flex {
    position: relative;
    display: inline-flex;
    align-items: center;
    align-self: center;
    gap: 1rem;
    padding: 0.5rem 1rem;
    background-color: #8b5e3c;
    overflow: hidden;
    transition: color 0.3s ease;
    z-index: 1;
    text-decoration: none;
  }

  .dine-flex::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #800020;
    transform: scaleX(0);
    transform-origin: left;
    transition: transform 0.8s ease;
    z-index: -1;
  }

  .dine-flex:hover::before {
    transform: scaleX(1);
  }

  .dine-flex:hover {
    color: #000;
  }
  /* HEADER SECTION END
  ***********************/

  /**************************
 SIGNATURE DISHES SECTION 
**************************/
  .signature-dishes-section {
    padding: 10rem 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: flex-end;
    overflow: hidden;
  }

  .content-wrapper {
    z-index: 2;
    max-width: 1100px;
    width: 100%;
    display: flex;
    justify-content: end;
    margin: 0 auto;
    column-gap: 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: 50%;
    align-self: flex-start;
    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);
  }

  .signature-dish-title {
    font-family: "Cinzel", serif;
    font-size: 1.4rem;
    margin-bottom: 0.5rem;
    font-weight: bolder;
    letter-spacing: 2px;
    color: #e0c9a6;
  }

  .signature-dish-description {
    font-family: "Libre Franklin", sans-serif;
    font-size: 0.8rem;
    line-height: 1.4;
    letter-spacing: 1.4px;
  }

  .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: 74%;
    right: 7.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: 74%;
    left: 50%;
    cursor: pointer;
    z-index: 500;
  }

  .slider-arrow-2:hover {
    background: #1a0e08;
  }
  /**************************
 SIGNATURE DISHES SECTION END 
**************************/

  /***************************
    BRAND STORY SECTION 
***************************/
  .brand-story-section {
    padding: 10rem 1rem;
    background-color: #382618;
    position: relative;
  }

  .brand-story-title {
    font-family: "Cinzel";
    font-size: 2.4rem;
    line-height: 2.5rem;
    color: #e0c9a6;
    margin-bottom: 5rem;
    margin-top: 0rem;
    width: 100%;
    text-align: center;
  }

  .brand-story-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    width: 100%;
    column-gap: 1.5rem;
    margin-top: 10rem;
  }

  .brand-image-1 {
    width: 100%;
    aspect-ratio: 1 / 1;
    display: block;
    object-fit: cover;
    border-radius: 0.5rem;
    filter: brightness(0.85);
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.4);
    transform: scale(1.02);
  }

  .brand-image-2 {
    width: 100%;
    aspect-ratio: 1 / 1;
    display: block;
    object-fit: cover;
    border-radius: 0.5rem;
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.4);
    transform: scale(1.04);
  }

  .brand-image-3 {
    width: 100%;
    aspect-ratio: 1 / 1;
    display: block;
    object-fit: cover;
    border-radius: 0.5rem;
    filter: brightness(0.85);
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.4);
    transform: scale(1.02);
  }

  .brand-column-1 {
    position: relative;
    display: flex;
    flex-direction: column;
    gap: 1.2rem;
  }

  .brand-column-2 {
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    z-index: 900;
  }

  /* Masonry Grid 
  ****************/
  .brand-gallery {
    margin-top: 10rem;
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(450px, 1fr));
    grid-auto-rows: 10px; /* base row height */
    column-gap: 3px;
    row-gap: 10px;
    margin-left: -0.5rem;
    margin-right: -0.5rem;
  }
  /* Masonry Grid End
  ****************/
  /***************************
    BRAND STORY SECTION END
***************************/

  /****************************
    MENU SELECTION SECTION
****************************/
  .menu-selection {
    padding: 15rem 3rem;
    background-image: url("A-La-Carte-Menu/Menu-Background-1188px.png");
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
  }

  .menu-scroller {
    margin-top: 8rem;
    display: flex;
    flex-direction: column;
    width: 100%;
    max-width: 1000px;
    align-content: end;
    flex-wrap: wrap;
    justify-content: end;
    z-index: 1;
    position: relative;
  }

  .title-wrapper {
    display: flex;
    width: 100%;
    align-content: end;
    flex-wrap: wrap;
    justify-content: center;
    z-index: 57;
    position: relative;
  }

  .menu-texas-title {
    width: 75%;
  }

  .menu-scroller {
    margin-top: 7.5rem;
    display: flex;
    flex-direction: column;
    width: 100%;
    max-width: 1000px;
    align-content: center;
    flex-wrap: wrap;
    justify-content: end;
    z-index: 1;
    position: relative;
  }

  .prev-btn {
    position: absolute;
    left: 25%;
    top: 100%;
    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: 26%;
    top: 100%;
    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-scroller-2 {
    margin-top: 15rem;
    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: 26%;
    top: 100%;
    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: 25%;
    top: 100%;
    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 sign */
  .sign-wrapper {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: flex-start;
    margin-bottom: 0rem;
    height: 300px;
    z-index: 950;
  }

  .testimonial-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    width: 100%;
    margin: 0 auto;
    column-gap: 1rem;
    row-gap: 1rem;
    justify-items: center;
    grid-auto-rows: 550px;
    margin-top: 10rem;
    position: relative;
    z-index: 2;
  }

  .testimonial-card-1 {
    background: url(Testimonial-Clients/Texas-Client-1.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: 60% 70%;
    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;
    grid-column: span 1;
    border: 3px solid #6b4c2a;
    position: relative;
    z-index: 2;
    overflow: hidden;
  }

  .testimonial-card-6 {
    background: url(Testimonial-Clients/Texas-Client-2.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    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;
    grid-column: span 1;
    grid-column: 1 / 2;
    grid-row: 2 / 3;
    position: relative;
    z-index: 2;
    overflow: hidden;
  }
  /*********************
  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: 8rem 1rem;
  }

  .container {
    max-width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    text-align: center;
    align-self: center;
    row-gap: 3rem;
  }

  .booking-title {
    width: 75%;
    align-self: center;
  }

  /************************
    BOOKING SECTION END
*************************/

  /************************
    Gallery Section
*************************/
  .gallery {
    background-color: #382618;
    padding: 15rem 1rem 15rem 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 1fr;
    width: 100%;
    margin: 0 auto;
    column-gap: 0.5rem;
  }

  .last-gallery-item {
    grid-column: 2 / 3;
  }

  .gallery-image {
    width: 100%;
    min-height: 650px;
    aspect-ratio: 1 / 1;
    object-fit: cover;
    display: block;
  }
  /************************
    GALLERY SECTION END
*************************/

  /************************
    FOOTER SECTION 
*************************/
  .footer {
    background-color: #e0c9a6;
    padding: 10rem 3rem 10rem 3rem;
  }

  .footer-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    max-width: 100%;
    grid-auto-rows: 15rem;
    margin: 0 auto;
    background-color: transparent;
    border-radius: 0rem;
    column-gap: 2rem;
    row-gap: 7.5rem;
  }

  .footer-logo {
    object-fit: cover;
    width: 185px;
    height: 81px;
    border-radius: 1rem;
  }
}
