@media (max-width: 580px) {
  /* HEADER SECTION 
  ***********************/
  .header-content-wrapper {
    position: absolute;
    top: 65%;
    left: 50%;
    transform: translate(-50%, -50%);
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
    z-index: 3;
  }

  body {
    overflow: hidden;
  }

  html {
    scroll-behavior: smooth;
    overflow-x: hidden;
  }

  .menu-toggle {
    width: 30px;
    height: 22px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    cursor: pointer;
    z-index: 6000;
    position: relative;
  }

  .top-bar {
    display: flex;
    justify-content: space-around;
    align-items: center;
    padding: 0.5rem 1rem;
    position: relative;
    z-index: 2003;
    flex-wrap: wrap;
  }

  /* Making the top-bar sticky */
  .sticky-active {
    position: sticky;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 5000;
    background-color: rgba(0, 0, 0, 0.7);
    backdrop-filter: blur(6px);
    padding: 0.5rem 1rem;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.3);
    transition: all 0.3s ease;
    display: flex;
    justify-content: space-around;
  }

  .nav-link:link,
  .nav-link:visited {
    font-size: clamp(0.9rem, 3vw, 1.2rem);
    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: 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: 2.5rem;
    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: 75%;
    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);
  }

  .signature-dish-title {
    font-family: "Cinzel", serif;
    font-size: 1.4rem;
    margin-bottom: 1rem;
    margin-top: 0rem;
    font-weight: bolder;
    letter-spacing: 2px;
    color: #e0c9a6;
  }

  .right-content {
    color: #fff;
    max-width: 100%;
    text-align: center;
    padding: 0 1rem;
  }

  .slider-arrow {
    background: #1a0e08;
    fill: #e0c9a6;
    padding: 0.75rem 1rem;
    width: 15px;
    height: 15px;
    font-family: "Cinzel", serif;
    border-radius: 6px;
    cursor: pointer;
    transition: background 0.3s ease;
    position: absolute;
    top: 85%;
    right: 5%;
    cursor: pointer;
    z-index: 500;
  }

  .slider-arrow:hover {
    background: #800020;
  }

  .slider-arrow-2 {
    background: #800020;
    fill: #e0c9a6;
    padding: 0.75rem 1rem;
    width: 15px;
    height: 15px;
    font-family: "Cinzel", serif;
    border-radius: 6px;
    cursor: pointer;
    transition: background 0.3s ease;
    position: absolute;
    top: 85%;
    left: 5%;
    cursor: pointer;
    z-index: 500;
  }

  .slider-arrow-2:hover {
    background: #1a0e08;
  }

  /***************************
    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.6rem;
    color: #e0c9a6;
    margin-bottom: 5rem;
    margin-top: 0rem;
    width: 100%;
    text-align: center;
    z-index: 500;
    position: relative;
  }

  .brand-story-grid {
    display: grid;
    grid-template-columns: 1fr;
    width: 100%;
    column-gap: 0rem;
    margin-top: 7.5rem;
    row-gap: 1.5rem;
  }

  .brand-column-1 {
    position: relative;
    display: flex;
    flex-direction: column;
    gap: 1rem;
  }

  .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);
  }

  .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);
  }

  .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);
  }

  /* Masonry Grid 
  ****************/
  .brand-gallery {
    margin-top: 1rem;
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(450px, 1fr));
    grid-auto-rows: 5px; /* base row height */
    column-gap: 3px;
    row-gap: 10px;
    margin-left: -1rem;
    margin-right: 0rem;
  }
  /* Masonry Grid End
  ****************/
  /***************************
    BRAND STORY SECTION END
***************************/

  /****************************
    MENU SELECTION SECTION
****************************/
  .menu-selection {
    padding: 10rem 1rem;
    background-image: url("A-La-Carte-Menu/Menu-Background-1188px.png");
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
  }

  .menu-texas-title {
    width: 100%;
  }

  .menu-scroller {
    margin-top: 10rem;
    display: flex;
    flex-direction: column;
    width: 100%;
    max-width: 100%;
    align-content: center;
    flex-wrap: wrap;
    justify-content: end;
    z-index: 1;
    position: relative;
  }

  .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: 95%;
    fill: #e0c9a6;
    border: none;
    z-index: 500;
    background: #800020;
    padding: 0.75rem 1rem;
    width: 15px;
    height: 15px;
    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: 95%;
    fill: #e0c9a6;
    border: none;
    z-index: 500;
    background: #1a0e08;
    padding: 0.75rem 1rem;
    width: 15px;
    height: 15px;
    z-index: 500;
    cursor: pointer;
    border-radius: 6px;
  }

  .menu-dish-image {
    width: 100%;
    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: 15px;
    height: 15px;
    position: absolute;
    right: 4.5%;
    top: 95%;
    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: 15px;
    height: 15px;
    position: absolute;
    left: 4.55%;
    top: 95%;
    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: 10rem;
    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;
    max-height: 250px;
    z-index: 950;
  }

  .hanging-sign {
    position: absolute;
    top: 130px;
    background: #e0c9a6;
    color: #382618;
    font-size: 2rem;
    text-transform: uppercase;
    font-family: "Georgia", serif;
    padding: 1rem 2rem;
    border: 4px solid #382618;
    border-radius: 8px;
    box-shadow: 0 6px 10px rgba(0, 0, 0, 0.4);
    animation: swing 3s ease-in-out infinite alternate;
    left: 50%;
    transform: translateX(-50%);
    z-index: 985;
  }

  .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: 7.5rem;
    position: relative;
    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;
  }

  form {
    display: flex;
    flex-direction: column;
    width: 100%;
  }

  input {
    padding: 0.5rem;
    margin-top: 0.25rem;
    border: 1px solid #aa7b4e;
    background: #fff9f3;
    border-radius: 4px;
    font-family: inherit;
    width: 100%;
  }

  .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;
  }

  .notepad {
    background: #fdf3e7;
    border: 2px solid #aa7b4e;
    padding: 2rem;
    max-width: 400px;
    width: 100%;
    box-shadow: 4px 6px 20px rgba(0, 0, 0, 0.5);
    font-family: "Courier New", Courier, monospace;
    border-radius: 8px;
    position: relative;
  }
  /************************
     BOOKING SECTION END
*************************/

  /************************
   GALLERY SECTION 
  *************************/
  .gallery-grid {
    display: grid;
    grid-template-columns: 1fr;
    width: 100%;
    margin: 0 auto;
    column-gap: 0rem;
    row-gap: 0.8rem;
  }

  /************************
    FOOTER SECTION 
*************************/
  .footer {
    background-color: #e0c9a6;
    padding: 2.5rem 1rem;
  }

  .footer-column-1 {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-end;
    gap: 1rem;
  }

  .footer-grid {
    display: grid;
    grid-template-columns: 1fr;
    max-width: 100%;
    grid-auto-rows: 15rem;
    margin: 0 auto;
    background-color: transparent;
    border-radius: 0rem;
    column-gap: 2rem;
    row-gap: 2.5rem;
  }

  .footer-column-2,
  .footer-column-3,
  .footer-column-4 {
    display: flex;
    flex-direction: column;
    gap: 1rem;
    align-items: center;
    justify-content: center;
  }

  .column-footer-2 {
    margin-top: 3rem;
  }

  .column-footer-4 {
    margin-top: -5rem;
  }

  .footer-title {
    color: #382618;
    font-family: "Cinzel";
    font-size: 1.2rem;
    text-transform: capitalize;
    font-weight: bolder;
    letter-spacing: 0.8px;
    margin: 0;
  }

  .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;
  }
}
