* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: Arial, sans-serif;
  }
  
  body {
    background-color: white;
  }
  
  
  
  
  
  
  
  /* media query */
  .container {
      max-width: 1230px !important;
  }
  .dashboard_navbar {
      box-shadow: 0 15px 40px -20px rgba(40, 44, 63, .15);
      position: fixed;
      top: 0;
      left: 0;
      right: 0;
      height: 80px;
      background: #fff;
      z-index: 1000;
      will-change: transform;
      transform: translateZ(0);
      transition: transform 0.3s ease;
      contain: size layout style;
      padding: 0 20px;
  }
  .bottom_nav_Mobile a{
     color: #3d4152;
     font-weight: 500;
  }
  @media (min-width: 320px) and (max-width: 767px) {
      .dashboard_navbar .navbar-brand {
          display: none;
     }
  }
  .dashboard_navbar .navbar-brand img {
      width: 7rem;
  }
  .dashboard_navbar .eat_currentAddress_head {
      display: flex;
      max-width: 260px;
      align-items: center;
  }
  @media (min-width: 320px) and (max-width: 481px) {
      .dashboard_navbar .eat_currentAddress_head {
          display: block;
          position: relative;
     }
  }
  .dashboard_navbar .eat_currentAddress_head span:nth-child(1) {
      color: #e57a10;
      font-weight: 600;
      position: relative;
      font-size: 14px;
  }
  .dashboard_navbar .eat_currentAddress_head span:nth-child(1):before {
      content: '';
      position: absolute;
      border-bottom: 2px solid #e57a10;
      bottom: -2px;
      width: 100%;
  }
  .dashboard_navbar .eat_currentAddress_head span:nth-child(2) {
      white-space: nowrap;
      overflow: hidden;
      text-overflow: ellipsis;
      color: #686b78;
      font-size: 14px;
      margin-left: 10px;
  }
  @media (min-width: 320px) and (max-width: 481px) {
      .dashboard_navbar .eat_currentAddress_head span:nth-child(2) {
          width: 250px;
          display: block;
          margin-top: p;
          position: relative;
          top: 6px;
          margin-left: 0;
          font-size: 12px;
     }
  }
  @media (min-width: 320px) and (max-width: 481px) {
      .dashboard_navbar .eat_currentAddress_head span:nth-child(3) {
          position: absolute;
          top: 2px;
          left: 50px;
     }
  }
  .dashboard_navbar .navbar-collapse {
      justify-content: flex-end;
  }
  @media (min-width: 320px) and (max-width: 767px) {
      .dashboard_navbar .navbar-collapse {
          flex-grow: unset !important;
          flex: unset !important;
     }
  }
  .dashboard_navbar .navbar-collapse .navMenu li {
      margin-right: 40px;
  }
  @media (min-width: 320px) and (max-width: 1023px) {
      .dashboard_navbar .navbar-collapse .navMenu li {
          display: none;
     }
  }
  @media (min-width: 1024px) and (max-width: 1200px) {
      .dashboard_navbar .navbar-collapse .navMenu li {
          margin-right: 11px;
     }
  }
  .dashboard_navbar .navbar-collapse .navMenu li:last-child {
      margin-right: 0;
  }
  .dashboard_navbar .navbar-collapse .navMenu li a {
      color: #3d4152;
      font-size: 16px;
      font-weight: 500;
      position: relative;
  }
  .dashboard_navbar .navbar-collapse .navMenu li a:hover {
      color: #e57a10;
  }
  .dashboard_navbar .navbar-collapse .navMenu li a:hover svg {
      fill: #e57a10;
      stroke: #e57a10;
  }
  .dashboard_navbar .navbar-collapse .navMenu li a svg {
      position: relative;
      top: -2px;
      fill: #3d4152;
      stroke-width: 0;
  }
  .dashboard_navbar .navbar-collapse .navMenu li a span {
      padding-left: 10px;
  }
  .dashboard_navbar .navbar-collapse .navMenu li a .cart_count {
      position: relative;
      padding: 0;
  }
  .dashboard_navbar .navbar-collapse .navMenu li a .cart_count .cart_count_value {
      padding: 0;
      position: absolute;
      top: 50%;
      left: 50%;
      -ms-transform: translate(-75%, -50%);
      transform: translate(-75%, -50%);
      font-size: 13px;
      font-weight: 600;
  }
  @media (min-width: 320px) and (max-width: 1023px) {
      .dashboard_navbar .navbar-collapse .navMenu .li_ShowMobile {
          display: inline-block !important;
          margin-right: 0 !important;
     }
  }
  .cat_svg {
      fill: #fff !important;
      stroke-width: 2px !important;
      stroke: #282c3f;
  }
  
  .bottom_nav_Mobile{
   display:none;
  }
  
  @media (min-width: 320px) and (max-width: 1023px) {
      .bottom_nav_Mobile {
          background: #fff;
          position: fixed;
          height: 63px;
          width: 100%;
          bottom: 0;
          box-shadow: 0 -1px 1px 0 rgba(0, 0, 0, .1);
          display: flex;
          padding-top: 7px;
     }
      .bottom_nav_Mobile a {
          flex: 1;
          text-align: center;
     }
      .bottom_nav_Mobile a span {
          display: block;
     }
  }




















  .containerfood {
    width: 90%;
    max-width: 800px;
    margin: 40px auto;
    font-family: Arial, sans-serif;
    /* min-height: 600px; */
}

h1 {
    font-size: 24px; 
    margin: 15px 0;
    color: black;
    font-family: 'Playfair Display', serif !important;
    font-weight: bolder;
}

.box {
    background-color: #fff;
    padding: 25px;
    border-radius: 10px;
    box-shadow: 
        0 10px 20px rgba(0, 0, 0, 0.2),     /* Large, soft shadow for depth */
        0 6px 10px rgba(0, 0, 0, 0.15),      /* Secondary, softer shadow for subtle depth */
        0 2px 5px rgba(0, 0, 0, 0.1);        /* Light shadow for added realism */
}


.restaurant-info {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    gap: 20px;
}

.restaurant-details {
    flex: 1;
}

.restaurant-image img {
    max-width: 200px;
    width: 100%;
    height: auto;
    border-radius: 10px;
}

.rating-price {
    display: flex;
    align-items: center;
    gap: 15px; 
    font-size: 18px; 
    color: #27ae60;
}

.separator {
    color: #999;
}

.price {
    color: #121212;
    font-weight: bold;
    font-family: Georgia, 'Times New Roman', Times, serif;
    font-size: 18px; 
}

.cuisine {
    font-size: 18px; 
    color: red;
    font-weight: bolder;
    text-decoration: underline;
    font-family: Georgia, 'Times New Roman', Times, serif;
}

.outlet-section {
    display: flex;
    align-items: center;
    gap: 15px; 
    font-size: 16px; 
    color: #555;
}

.outlet-location {
    cursor: pointer;
    font-weight: bold;
    color: #333;
}

.outlet-dropdown {
    padding: 0; 
    border: none; 
    background-color: transparent; 
    font-size: 16px; 
    color: black;
    font-weight: bolder;
}

.time-distance {
    display: flex;
    align-items: center;
    font-size: 16px; 
    color: #333;
    margin-left: 18px; 
}

.vertical-line {
    width: 2px;
    height: 30px;
    background-color: #ccc;
    margin-right: 15px; 
    position: relative;
}

.vertical-line::before,
.vertical-line::after {
    content: '';
    position: absolute;
    left: -4px; 
    width: 10px; 
    height: 10px; 
    background-color: #fff; 
    border: 2px solid #ccc;
    border-radius: 50%;
}

.vertical-line::before {
    top: -5px; 
}

.vertical-line::after {
    bottom: -5px; 
}

.delivery-details {
    font-size: 16px; 
    color: #666;
    margin-top: 10px;
}

.distance-fee {
    display: flex;
    align-items: center;
    gap: 10px; 
}

.distance-fee b {
    font-weight: bold;
}

.offer {
    color: #e74c3c;
    font-weight: bold;
    margin-top: 5px;
    font-size: 16px; 
}

.one-icon {
    background-color: #ffecd1;
    color: #e74c3c;
    padding: 2px 5px;
    border-radius: 5px;
    font-weight: bold;
}

/* Mobile-first responsive styles */
@media (max-width: 600px) {
    .restaurant-info {
        display: flex;
        align-items: center;
        justify-content: space-between;
        gap: 10px; 
    }

    .restaurant-details {
        flex: 1;
    }

    .restaurant-image img {
        max-width: 150px; 
    }

    .rating-price {
        font-size: 16px; 
    }

    .cuisine {
        font-size: 16px; 
    }

    .price {
        font-size: 16px; 
    }

    .offer {
        font-size: 14px; 
    }
}













