@media (max-width: 1160px) {
  .menu-buttons {
    display: flex;
    flex-direction: column;
    gap: 20px;
  }}

@media (max-width: 991px) {
 .navbar-nav {
   padding: 20px 0;
 }
  .call-btn {
    margin-top: 10px;
  }
  .hero-title {
    font-size: 70px;
    line-height: 80px;
  }
  .display-food-section > .row > .col-md-3 {
    width: 50%;
  }
  .menu-header > .row > .col-md-4 {
    order: 1;
    width: 100%;
    margin-bottom: 20px;
  }
  .menu-header > .row > .col-md-5 {
    display: none !important;
  }
  .menu-header > .row > .col-md-3 {
    order: 2;
    width: 100%;
  }
  .menu-list-section > .row > .col-md-6 {
    width: 100%;
  }
  .left-menu-list {
    padding: unset;
  }
  .right-menu-list {
    padding: unset;
  }
  .contact-us-inner-section {
    width: 100%;
  }
  .choosing-us-title {
    font-size: 80px;
    line-height: 100px;
  }
  .choosing-us-para {
    padding: 0px 55px;
  }
  .seo-section-title {
    text-align: center;
  }
}

@media (max-width: 768px) {
  .hero-title {
    font-size: 48px;
    line-height: 54px;
  }
  .hero-para {
    font-size: 16px;
  }
  .display-food-section > .row > .col-md-3 {
    width: 100%;
    display: flex;
    justify-content: center;
  }
  .chefs-choice-title {
    font-size: 65px;
    line-height: 65px;
  }
  .list-row > .col-5 {
    width: 45%;
  }
  .list-row > .col-4 {
    width: 25%;
  }
  .list-row > .col-3 {
    width: 30%;
  }
  .contact-us-content {
    margin-bottom: 40px;
  }
  .choosing-us-title {
    font-size: 46px;
    line-height: 56px;
  }
  .choosing-us-para {
    padding: unset;
    text-align: justify;
  }
  .seo-section {
    padding: 50px 10px;
  }
  .seo-section-title {
    font-size: 35px;
  }
  img.footer-logo-img {
    margin-bottom: 20px;
  }
  .footer-para {
    margin-bottom: 20px;
  }
}

@media (max-width: 425px) {
  .hero-section {
    height: 550px;
  }
  .hero-title {
    font-size: 34px;
    line-height: 44px;
  }
  .hero-para {
    font-size: 14px;
  }
  .chefs-choice-section {
    padding: 50px 10px 0px 10px;
  }
  .chefs-choice-title {
    font-size: 56px;
    line-height: 56px;
  }
  .menu-section {
    padding: 195px 10px 50px 10px;
  }
  .menu-title {
    font-size: 65px;
    line-height: 65px;
  }
  .list-row {
    font-size: 12px;
  }
  .contact-us-section {
    padding: 50px 10px;
  }
  .contact-us-title {
    font-size: 42px;
    line-height: 50px;
  }
  .location-address .address {
    color: #fff;
    font-size: 16px;
  }
  .choosing-us-section {
    padding: 50px 10px;
  }
  .choosing-us-title {
    font-size: 38px;
    line-height: 50px;
    margin-bottom: 30px;
  }
  .choosing-us-para {
    font-size: 16px;
    margin-bottom: 40px;
  }
  .footer-section {
    background-color: #ffffff;
    padding: 50px 10px;
  }
}

@media (max-width: 375px) {
  .hero-title {
    font-size: 26px;
    line-height: 36px;
  }
  .hero-para {
    font-size: 13px;
  }
  .chefs-choice-title {
    font-size: 46px;
    line-height: 46px;
  }
  .menu-title {
    font-size: 58px;
    line-height: 60px;
  }
  .contact-us-title {
    font-size: 38px;
    line-height: 48px;
  }
  .location-address .address {
    font-size: 14px;
  }
  .choosing-us-title {
    font-size: 32px;
    line-height: 42px;
  }
  .seo-section-title {
    font-size: 24px;
  }
}

@media (max-width: 320px) {
  .seo-section-body p {
    text-align: justify;
    font-size: 15px;
  }
}
