@media (min-width: 1501px) {
  .container {
    max-width: 1400px;
  }
}

@media (max-width: 1400px) {
  h1,
  .h1 {
    font-size: 38px;
    line-height: 46px;
  }
  h2,
  .h2 {
    font-size: 32px;
    line-height: 40px;
  }
  h4,
  .h4 {
    font-size: 20px;
    line-height: 28px;
  }
  .splash_img_wraper {
    max-width: 230px;
  }
  p {
    font-size: 16px;
    line-height: 22px;
  }
  .restaurant_content h4 {
    font-size: 18px;
  }
  .feature_wrapper {
    padding: 110px 0;
  }
  .list_business_banner_img:before {
    width: 350px;
    height: 350px;
  }
}
@media (max-width: 1200px) {
  h2,
  .h2 {
    font-size: 28px;
    line-height: 36px;
  }
  h1,
  .h1 {
    font-size: 34px;
    line-height: 42px;
  }
  .about_content {
    padding-left: 30px;
  }
  .app_download_Wrapper .app_download_Inner {
    border-radius: 20px;
  }
  .number_box h3 {
    font-size: 40px;
    line-height: 50px;
  }
  .business_box_wrap .text h4 {
    font-size: 16px;
    line-height: 21px;
  }
}
@media (max-width: 991px) {
  .app_download_content {
    text-align: center;
    align-items: center;
  }
  .copyright ul {
    justify-content: center;
    margin: 10px 0 0;
  }
  .banner_content {
    align-items: center;
    text-align: center;
  }
  .py_100 {
    padding-top: 60px;
    padding-bottom: 60px;
  }
  .about_content {
    padding-left: 0;
    text-align: center;
    margin-top: 30px;
  }
  .section_title {
    margin-bottom: 30px;
  }
  
  /* Navbar fixes */
  .navbar-collapse {
    display: none;
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    background: var(--secondary);
    margin-top: 10px;
    border-radius: 10px;
    box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.2);
    z-index: 1000;
    padding: 15px;
    opacity: 0;
    visibility: hidden;
    transform: translateY(-10px);
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  }
  
  .navbar-collapse.show {
    display: block;
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
  }
  
  .navbar-toggler {
    padding: 10px;
    margin-right: -10px;
    border: 0;
    box-shadow: none !important;
    outline: 0 !important;
    transition: all 0.3s ease;
    pointer-events: auto !important;
    z-index: 1001;
    min-width: 44px;
    min-height: 44px;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .navbar-toggler .navbar-toggler-icon {
    background: #fff;
    width: 25px;
    height: 2px;
    position: relative;
    transition: 0.5s cubic-bezier(0.4, 0, 0.2, 1);
  }
  .navbar-toggler .navbar-toggler-icon:before {
    content: "";
    position: absolute;
    right: 0;
    top: -8px;
    width: 18px;
    height: 2px;
    background: #fff;
    transition: all 0.5s cubic-bezier(0.4, 0, 0.2, 1);
  }
  .navbar-toggler .navbar-toggler-icon:after {
    content: "";
    position: absolute;
    right: 0;
    bottom: -8px;
    width: 18px;
    height: 2px;
    background: #fff;
    transition: all 0.5s cubic-bezier(0.4, 0, 0.2, 1);
  }
  .navbar-toggler:not(.collapsed) .navbar-toggler-icon {
    transform: rotate(45deg);
  }
  .navbar-toggler:not(.collapsed) .navbar-toggler-icon:before {
    display: none;
    opacity: 0;
  }
  .navbar-toggler:not(.collapsed) .navbar-toggler-icon:after {
    bottom: 0px;
    width: 25px;
    transform: rotate(-90deg);
  }
  .inner_banner_content .btn_primary {
    width: auto !important;
    gap: 20px;
  }
  header .navbar .navbar-nav {
    align-items: self-start;
    margin-top: 20px;
  }
  header .navbar .nav-item {
    opacity: 0;
    transform: translateX(-10px);
    animation: slideInNav 0.3s cubic-bezier(0.4, 0, 0.2, 1) forwards;
  }
  
  header .navbar .navbar-collapse.show .nav-item:nth-child(1) {
    animation-delay: 0.05s;
  }
  header .navbar .navbar-collapse.show .nav-item:nth-child(2) {
    animation-delay: 0.1s;
  }
  header .navbar .navbar-collapse.show .nav-item:nth-child(3) {
    animation-delay: 0.15s;
  }
  
  @keyframes slideInNav {
    from {
      opacity: 0;
      transform: translateX(-10px);
    }
    to {
      opacity: 1;
      transform: translateX(0);
    }
  }
  
  header .navbar .nav-link {
    padding: 10px 0 !important;
    transition: all 0.3s ease;
  }
  
  header .navbar .nav-link:hover {
    transform: translateX(5px);
  }
  header .navbar .nav-link.btn_primary {
    margin-left: 0;
  }
  .list_business_wrapper .inner_banner_content {
    align-items: center;
    text-align: center;
    padding: 0;
  }
  .list_business_wrapper {
    padding: 130px 0 70px;
  }
  .why_choose_box {
    padding: 20px;
  }
  .numbers_wrapper {
    padding: 120px 0;
  }
  .list_business_form_wrapper:after,
  .list_business_form_wrapper:before {
    display: none;
  }
}
@media (max-width: 767px) {
  .container {
    max-width: 100%;
  }
  .st-wrap {
    height: auto;
  }
  .st-images {
    grid-template-columns: 100%;
    grid-auto-columns: 1fr;
    height: auto;
    aspect-ratio: 2 / 1;
  }
  .st-group-left,
  .st-group-right {
    display: none;
  }
  .st-group.st-primary-image {
    width: 100%;
    object-fit: cover;
  }
  .st-images img {
    border-radius: 0;
  }
  .about_main_wrapper {
    padding-right: 27vw;
  }
  .splash_img_wraper {
    max-width: 34vw;
  }
  .footer_link ul li a {
    font-size: 16px;
  }
  .app_download_Wrapper {
    padding-top: 110px;
  }
  .pb_100 {
    padding-bottom: 60px;
  }
  .feature_wrapper {
    padding: 70px 0;
  }
  footer {
    padding: 60px 0 0;
  }
  .list_business_wrapper {
    padding: 120px 0 50px;
  }
  .restaurant_list_wrapper {
    padding: 50px 0;
  }
  .numbers_wrapper {
    padding: 70px 0;
  }
  .list_business_form_wrapper {
    padding: 50px 0;
  }
  .pricing_wrapper {
    padding: 30px 0 50px;
  }
  .why_choose_wrapper {
    padding: 50px 0;
  }
}

@media (max-width: 575px) {
  h1,
  .h1 {
    font-size: 30px;
    line-height: 36px;
  }
  h2,
  .h2 {
    font-size: 26px;
    line-height: 34px;
  }
  .app_download_Wrapper .app_download_Inner {
    padding: 30px 20px;
  }
  .spot_wrapper {
    padding-top: 40px;
  }
  .feature_box {
    padding: 20px;
  }
  .footer_link {
    margin: 20px 0;
  }
  .copyright {
    margin-top: 20px;
  }
  .number_box h3 {
    font-size: 30px;
    line-height: 40px;
  }
  .number_box p {
    font-size: 14px;
    line-height: 20px;
  }
  .list_business_banner_img:before {
    width: 250px;
    height: 250px;
  }
  .list_business_form_wrapper {
    padding: 50px 0 20px;
  }
}
@media (max-width: 481px) {
  .footer_link ul {
    flex-direction: column;
    gap: 13px;
  }
  .banner_wrapper {
    padding: 130px 0 0;
  }
  .footer_logo img {
    height: 40px;
  }
  .copyright p {
    font-size: 14px;
  }
  .list_business_banner_img:before {
    width: 200px;
    height: 200px;
  }
  .list_business_form_inner {
    padding: 15px;
  }
}
