@media (max-width: 991px) {
  /* Navbar Section */
  .navbar {
    height: unset;
  }
  .navbar-brand img {
    height: 70px;
  }
  .btn-gofood {
    margin-bottom: 10px;
  }

  /* Hero Section */
  .hero-section {
    display: flex;
    justify-content: center;
  }
  .hero-inner-section {
    width: 70%;
    padding: 50px;
  }
  .hero-title {
    font-size: 58px;
    line-height: 68px;
  }
  .delicious-menu-section-col {
    width: 100%;
  }
  .food-menu-list-section-col {
    width: 100%;
    margin-top: 30px;
  }
  .fresh-food-image-section-col {
    width: 100%;
  }
  .fresh-food-image-section img {
    height: auto;
    width: 80%;
    display: block;
    margin: auto;
    margin-bottom: 30px;
  }
  .fresh-food-content-section {
    width: 100%;
  }
  .find-us-inner-section {
    width: 100%;
  }
  .location-address-text {
    font-size: 18px;
    line-height: 22px;
  }
  .seo-section-title {
    font-size: 49px;
    line-height: 49px;
  }
}

@media (max-width: 767px) {
  /* Hero Section */
  .hero-inner-section {
    width: 90%;
    padding: 30px;
  }
  .hero-title {
    font-size: 44px;
    line-height: 54px;
  }
  .delicious-menu-title {
    font-size: 50px;
    line-height: 50px;
  }
  .drink-header-title {
    font-size: 48px;
    line-height: 48px;
  }
  .hero-inner-section {
    width: 100%;
    padding: 20px;
  }
  .fresh-food-content-section {
    padding: 30px;
  }
  .fresh-food-title {
    font-size: 60px;
    line-height: 60px;
    width: 100%;
  }
  .fresh-food-para {
    width: 100%;
  }
  .find-us-title {
    font-size: 60px;
    line-height: 60px;
  }
  .day-time-section {
    margin-bottom: 20px;
  }
  .form-row {
    flex-wrap: wrap;
  }
  .col-input {
    flex: 1 0 50%;
  }
  .seo-section-title {
    font-size: 41px;
    line-height: 41px;
  }
  .footer-brand-logo {
    margin-bottom: 40px;
  }
  .footer-para {
    margin-bottom: 20px;
  }
}

@media (max-width: 425px) {
  /* Hero Section */
  .hero-section {
    padding: 80px 0;
  }
  .hero-title {
    font-size: 36px;
    line-height: 46px;
  }
  .food-section {
    padding: 50px 10px;
  }
  .delicious-menu-title {
    font-size: 44px;
    line-height: 44px;
  }
  .food-menu-list-name {
    color: #fff;
    font-size: 16px;
    line-height: 18px;
  }
  .food-menu-list-price {
    color: #fff;
    font-size: 16px;
    line-height: 18px;
  }
  .drink-section {
    padding: 50px 10px;
  }
  img.drink-arrow {
    width: 25px;
  }
  .drink-header-title {
    font-size: 40px;
    line-height: 40px;
  }
  .fresh-food-content-section {
    padding: 20px;
  }
  .fresh-food-title {
    font-size: 48px;
    line-height: 58px;
  }
  .fresh-food-title {
    font-size: 40px;
    line-height: 45px;
  }
  .find-us-section {
    padding: 50px 10px;
  }
  .find-us-title {
    font-size: 54px;
    line-height: 54px;
  }
  .contact-section {
    padding: 50px 10px;
  }
  input.contact-input-field {
    height: 60px;
  }
  .contact-submit-btn {
    height: 60px;
    width: 60px;
  }
  .form-row {
    gap: 10px;
  }
  .seo-section {
    padding: 50px 10px;
  }
  .seo-section-title {
    font-size: 35px;
    line-height: 35px;
  }
  .footer-section {
    padding: 50px 10px;
  }
}

@media (max-width: 375px) {
  /* Hero Section */
  .hero-title {
    font-size: 31px;
    line-height: 41px;
  }
  .delicious-menu-title {
    font-size: 38px;
    line-height: 38px;
  }
  .food-menu-list-name {
    color: #fff;
    font-size: 14px;
    line-height: 16px;
  }
  .food-menu-list-price {
    color: #fff;
    font-size: 14px;
    line-height: 16px;
  }
  .drink-header-title {
    font-size: 30px;
    line-height: 30px;
  }
  .find-us-title {
    font-size: 46px;
    line-height: 46px;
  }
  .day-time-text {
    font-size: 20px;
    line-height: 24px;
  }
  .location-address-text {
    font-size: 16px;
    line-height: 20px;
  }
  .seo-section-title {
    font-size: 31px;
    line-height: 31px;
  }
}
