body{
    margin:0;
    padding:0;
    font-family:Arial, Poppins;
}

.hero-food-section{
    position:relative;
    /*height:100vh;*/
    height:calc(100vh - 85px);
    width:100%;
    overflow:hidden;
}

.hero-food-section img{
    width:100%;
    height:100%;
    object-fit:cover;
    object-position:center;
    display:block;
}

.hero-content{
    position:absolute;
    top:50%;
    left:50%;
    transform:translate(-50%,-50%);
    width:85%;
    max-width:760px;
    text-align:center;
}

.hero-title{
    font-size:56px;
    font-weight:800;
    color:white;
    line-height:1.1;
    margin-bottom:10px;
    text-transform:uppercase;
    color: black;
}

.hero-subtitle{
    font-size:22px;
    color:white;
    margin-bottom:25px;
    color: black;
}

.search-box{
    background:white;
    border-radius:10px;
    padding:6px;
    display:flex;
    gap:8px;
    align-items:center;
    justify-content:center;
    box-shadow:0 4px 15px rgba(0,0,0,0.08);
}

.search-box input{
    flex:1;
    border:none;
    outline:none;
    padding:13px 15px;
    min-width:220px;
}

.search-box select{
    border:none;
    outline:none;
    padding:13px 12px;
    min-width:140px;
    background:#f8f9fa;
}

.search-btn{
    background:#04C9FF;
    color:white;
    border:none;
    padding:13px 22px;
    border-radius:6px;
    font-weight:600;
}

.login-text{
    margin-top:14px;
    font-size:14px;
    color:black;
    font-weight:500;
}

.login-text a{
    color:black;
    font-weight:700;
    text-decoration:underline;
}

/* Tablet */

@media(max-width:992px){

    .hero-title{
        font-size:38px;
    }

    .hero-subtitle{
        font-size:17px;
    }
}

/* Mobile */

@media(max-width:768px){

    .hero-content{
        width:92%;
    }

    .hero-title{
        font-size:24px;
    }

    .hero-subtitle{
        font-size:13px;
        margin-bottom:15px;
    }

    .search-box{
        flex-direction:column;
        width:100%;
        padding:10px;
    }

    .search-box input,
    .search-box select,
    .search-btn{
        width:100%;
        min-width:100%;
    }

    .search-box input,
    .search-box select{
        padding:11px;
        font-size:13px;
    }

    .search-btn{
        padding:11px;
        font-size:14px;
    }

    .login-text{
        font-size:12px;
    }
}

/* Small Mobile */

@media(max-width:480px){

    .hero-title{
        font-size:20px;
    }

    .hero-subtitle{
        font-size:12px;
    }
}

.next-section{
    padding:80px 20px;
    background:#f8f9fa;
    text-align:center;
}



  .iconbar{
      width: 30px;
      height: 4px;
      background-color: black;
      margin: 5px 0;

    }

    .icon-sidebar{
      width: 23px;
      height: 20px;
      margin-right: 16px;
    }

    .nav-link{
      /*margin: 0px 30px 5px 10px;*/
    }

    .tab {
      float: left;
      width: 100%;
      position: sticky;
      top: 76px;
      /*z-index: 1020;*/
      background: white;
      /*max-height: calc(100vh - 76px);*/
      overflow-y: auto;
      /*scrollbar-width: thin;*/
    }

    .tab button {
      display: block;
      background-color: inherit;
      color: black;
      padding: 12px 16px;
      width: 100%;
      border: none;
      outline: none;
      text-align: left;
      cursor: pointer;
      transition: 0.3s;
      font-size: 14px;
    }

    .tab button:hover {
      /*background-color: #4ED5FA;*/
    }

    .tab button.active {
      background-color: #4ED5FA;
    }

    .tabcontent {
      float: left;
      padding: 0px 12px;
      width: 100%;
      border-left: none;
    }




    /* Sidebar menu (from top nav) */
    .sidenav-menu {
      height: 100%;
      width: 0;
      position: fixed;
      z-index: 2000;
      top: 0;
      left: 0;
      background-color: white;
      overflow-x: hidden;
      transition: 0.4s;
      padding-top: 2%;
      box-shadow: 2px 0 5px rgba(0,0,0,0.1);
    }

    .sidenav-menu a {
      padding: 6px 15px;
      text-decoration: none;
      font-size: 16px;
      color: black;
      display: block;
      transition: 0.2s;
      /*border-bottom: 1px solid #eee;*/
    }

    .sidenav-menu a:hover {
      /*background-color: #f1f1f1;*/
    }

    .sidenav-menu .closebtn {
      position: absolute;
      top: 10px;
      right: 25px;
      font-size: 36px;
      color: #333;
      border: none;
      background: none;
    }

    /* Overlay when sidebar menu is open */
    .overlay {
      display: none;
      position: fixed;
      width: 100%;
      height: 100%;
      top: 0;
      left: 0;
      background-color: rgba(0,0,0,0.5);
      z-index: 1999;
      transition: 0.3s;
    }

    .sidebar-btns{
      width: 100%;
      height: 55px;
    }

    .toggle-btn {
      border: none;
      background: transparent;
      padding: 3px 10px;
      border-radius: 999px;
      font-weight: 500;
      cursor: pointer;
    }

    .toggle-btn.active {
      background: #4ED5FA;
      color: #fff;
    }

    /* Hide side tabs on small screens */
    @media (max-width: 992px) {
      .tab {
        display: none;
      }
      .col-md-10 {
        /*width: 100%;*/
      }

      /* Make filter bar responsive on mobile */
      .filter-bar-fixed .container {
        padding-left: 5px;
        padding-right: 5px;
      }
    }

    .theme-clr-bg{
      background-color: #4ED5FA;
    }

    .no-marker {
    list-style-type: none;
  }

  .cart-icon-mg{
    margin-right: auto;
  }

  @media (min-width: 1400px){
    .logo_width{
      /*width: 40%;*/
      width: 35%;
    }
  }

  @media (max-width: 1400px){
    .logo_width{
      /*width: 40%;*/
      width: 35%;
    }
  }

  @media (max-width: 992px){
    .logo_width{
      width: 40%;
    }
  }

  @media (max-width: 850px){
    .logo_width{
      width: 50%;
    }
  }
  @media (max-width: 500px){
    .logo_width{
      width: 60%;
    }
  }

  @media (max-width: 320px){
    .logo_width{
      width: 75%;

    }
    .signup-btn{
      width: max-content;
    }
  }

    .top-btns{
        width: max-content;
        white-space: nowrap;
        min-width: max-content;
        background-color: white; 
        color: black; font-size: 14px; 
        line-height: 16px; 
        font-weight: bold;
    }