
@media only screen and (max-width: 768px) {
  body {
    font-size: 16px;
    padding: 0;
    margin: 0;
  }

  header {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 9999;
    background: black;
    padding: 6px 15px;
    box-shadow: 0 2px 5px rgba(0,0,0,0.2);
    height: 65px;
  }

  #hero {
    padding: 80px 20px 40px !important;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    background: url('assets/home.png') no-repeat center center / cover;
    min-height: 65vh;
    text-align: center;
  }

  #hero h1 {
    font-size: 34px !important;
    margin-bottom: 8px;
    color: #ffa500;
  }

  #hero p {
    font-size: 17px !important;
    max-width: 90%;
    margin: 0 auto 16px;
  }

  #hero .button-primary {
    font-size: 16px;
    padding: 10px 20px;
    margin-top: 8px;
  }

  .navbar {
    display: grid;
    grid-template-columns: auto auto auto;
    align-items: center;
    gap: 5px;
    padding: 0 8px;
    height: 100%;
  }

  .nav-left { justify-self: start;
  width: 25px; }
  .nav-right { justify-self: end; }

  .nav-left img{
    width: 80px;

  }

  .logo {
    width: 50px;
    height: auto;
    margin: 0;
  }

  .mobile-order-wrapper {
    display: flex !important;
    justify-content: center;
    align-items: center;
    text-align: center;
  }

  .mobile-order-button {
    display: inline-block !important;
    position: static;
    transform: none;
    padding: 6px 12px;
    font-size: 13px;
    border-radius: 12px;
    white-space: nowrap;
    background-color: #ffa500;
    color: black;
    font-weight: bold;
    text-decoration: none;
  }

  .mobile-order-button:hover {
    background-color: #ff9900;
  }

  .dropdown-content .closebtn {
    display: block !important;
    position: absolute;
    top: 20px;
    right: 30px;
    font-size: 36px;
    color: white;
    cursor: pointer;
    z-index: 10001;
  }

  .footer-columns {
    flex-direction: column;
    align-items: center;
    text-align: center;
    gap: 20px;
    padding: 20px;
  }

  .footer-logo { justify-content: center; margin-top: 20px; }

  #about {
    padding: 30px 20px 50px;
  }

  #about h2 {
    font-size: 28px;
    margin-bottom: 16px;
  }

  #about p {
    font-size: 16px;
    line-height: 1.6;
  }

  .menu-tile { height: 300px; }
  .tile-content { padding: 20px; }

  .find-us-section {
    padding: 40px 20px;
  }
  .find-us-section h1 {
    font-size: 28px;
    margin-bottom: 20px;
  }

  .craving-heading { font-size: 24px !important; }

  .dropdown-content { width: 100%; }
  .dropdown-content a, .dropdown-content button {
    padding: 15px 20px;
    font-size: 18px;
  }

  .mobile-call-bar {
    display: flex !important;
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    background-color: #f57c1f;
    color: white;
    text-align: center;
    font-size: 16px;
    padding: 12px 0;
    z-index: 10000;
    justify-content: center;
    align-items: center;
    gap: 8px;
    font-weight: bold;
    box-shadow: 0 -2px 6px rgba(0,0,0,0.2);
  }

  .mobile-call-bar i { font-size: 20px; }
  .phone-wrapper { display: none; }
}
