@media (max-width: 768px) {
  /* Force full screen height and prevent scroll */
  html,
  body {
    height: 100dvh;
    overflow: hidden;
    margin: 0;
    padding: 0;
    font-family: "Raleway", sans-serif !important;
  }

  /* Responsive sizing for icons */
  .menu-left img,
  .menu-right img {
    width: clamp(70px, 7vw, 100px);
    height: auto;
  }

  /* Menu left position fix */
  .menu-left {
    position: absolute;
    top: 20px;
    left: 20px;
    margin: 0;
    padding: 0;
  }

  /* Book right position fix */
  .menu-right {
    position: absolute;
    top: 20px;
    right: 20px;
    margin: 0;
    padding: 0;
  }

  /* Adjust font sizes */
  .menu-title {
    font-size: 2rem;
  }

  .bottom-left-text {
    font-size: 0.5rem;
  }

  /* Background styling */
  .bgimg {
    background-image: url("../img/aperitif-taylaedit2.webp");
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    height: 100dvh;
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    animation: scroll-back-forth 180s ease-in-out infinite;
  }

  .bgimg2 {
    background-image: url("../img/aperitif-taylaedit2.png");
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    height: 100dvh;
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
  }

  @keyframes scroll-back-forth {
    0% {
      background-position: 0% center;
    }
    50% {
      background-position: 100% center;
    }
    100% {
      background-position: 0% center;
    }
  }

  /* Dropdown menu positioning */
  .menu-left .dropdown-menu {
    position: absolute !important;
    margin-left: 15%;
    transform: none !important;
    min-width: 160px;
    z-index: 1050;
    font-size: 12pt;
  }

  /* Contact info white text */
  .contact-info {
    text-decoration: none !important;
    color: white !important;
    font-size: 11pt;
  }

  a[href^="tel:"] {
    color: white !important;
  }

  img.menu-img {
    margin-left: -20px;
  }

  .mute-button {
    font-size: 14pt;
    bottom: 144px;
    right: 21px;


  }
  


  button#menuDropdown {
    z-index: 1000;
    border: none;
  }

   i.fa-brands.fa-instagram.social-icon {
    font-size: 18pt;
  }

  i.fa-brands.fa-facebook.social-icon {
    font-size: 15pt !important;
  }

  .bottom-right-img p {
    margin: 0 !important;
  }

  .bottom-right-img a {
    width: 40px;
    height: 40px;
  }

  strong.address {
    text-decoration: underline;
  }

  p.view-location {
    margin-bottom: 0%;
    text-decoration: none;
  }
  
  .phone {
      margin-bottom: 5%;
    }

    /* Mobile: match button widths and constrain size */
  .see-whatson-container {
    width: auto;
    flex-direction: row;
  }

  .see-whatson-button,
  .giftcard-button {
    width: auto;
    flex: 1;
    height: 35px;
    font-size: 0.55rem;
    letter-spacing: 0.12em;
    padding: 0 10px;
  }

  /* Mobile: buttons side by side */
  .buttons-row {
    display: flex;
    flex-direction: row;
    gap: 8px;
    margin-bottom: 5%;
  }

  .buttons-row .see-whatson-button,
  .buttons-row .giftcard-button {
    flex: 1;
    margin-bottom: 0;
    padding: 10px 8px;
    font-size: 0.55rem;
    letter-spacing: 0.12em;
  }

  @keyframes mobileGlow {
    0%   { filter: drop-shadow(0 0 2px rgba(218, 165, 100, 0.2)); }
    50%  { filter: drop-shadow(0 0 12px rgba(238, 180, 120, 0.8)); }
    100% { filter: drop-shadow(0 0 2px rgba(218, 165, 100, 0.2)); }
  }

  /* Mobile: ensure award images visible and centered */
  .award-images-container {
    position: absolute;
    top: 65%;
    left: 50%;
    transform: translate(-50%, -50%);
    display: flex;
    flex-direction: row;
    gap: 0.8rem;
    align-items: center;
    justify-content: center;
    z-index: 1060;
    pointer-events: auto;
  }

  .award-badge {
    max-width: 100px;
    width: 100%;
    height: auto;
  }

  .award-badge + .award-badge {
    margin-top: 0;
    margin-left: 0;
  }
}
