@font-face {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 100 900;
  font-display: swap;
  src: url("../font/Montserrat/Montserrat.woff2") format('woff2');
}
@font-face {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 100 900;
  font-display: swap;
  src: url("../font/Montserrat/Montserrat2.woff2") format('woff2');
}
html, body {
  height: 100%;
}
body{
  font-family: Montserrat, sans-serif;
  min-height: 100vh;
  display: flex;
  flex-direction: column;
}
.app-main{
  flex: 1 0 auto;
}
.footer{
  margin-top: auto;
}

  :root {
            --red: #E23744;
            --red: #FF7E8B;
            --gray: #696969;

        }
.logo-header img{
  width: 150px;
}

.breadcrumb {
    margin-bottom: 0rem;
    margin-top: 0.8rem;
}

.footer {
   background-color: #f8f8f8;
  border-top: 1px solid #ddd;
  padding: 40px 10px 2px 10px;
  font-size: 14px;
}

.footer .container {
  max-width: 1200px;
  margin: auto;
}

/* Logo */
.footer .logo img {
  height: 30px;
  margin-bottom: 20px;
}

/* Columns */
.footer .columns {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(160px, 1fr));
  gap: 20px;
  margin-bottom: 30px;
}

.footer .col h3 {
  font-size: 14px;
  font-weight: bold;
  margin-bottom: 10px;
  color: #000;
}

.footer .col ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.footer .col ul li {
  margin-bottom: 8px;
}

.footer .col ul li a {
  text-decoration: none;
  color: #555;
  transition: color 0.2s;
}

.footer .col ul li a:hover {
  color: #e23744; /* zomato red */
}

/* Social */
.footer .social {
  display: flex;
  gap: 10px;
  font-size: 18px;
  margin-bottom: 15px;
}

.footer .social a {
  color: #555;
  transition: color 0.2s;
}

.footer .social a:hover {
  color: #e23744;
}

/* Apps */
.footer .apps img {
  display: block;
  height: 40px;
  margin-bottom: 10px;
}

/* Divider */
.footer hr {
  border: none;
  border-top: 1px solid #ddd;
  margin: 20px 0;
}

/* Footer links (Privacy, Terms) */
.footer .footer-links {
  text-align: center;
  font-size: 14px;
  margin-bottom: 0.5rem;
}
.footer .footer-links a {
  color: var(--red, #e23744);
  text-decoration: none;
}
.footer .footer-links a:hover {
  color: #c42d39;
  text-decoration: underline;
}

/* Copyright */
.footer .copyright {
  font-size: 12px;
  color: #666;
  line-height: 1.6;
  text-align: center;
  margin-bottom: 0;
  padding-bottom: 1rem;
}

.text-brand {
  color: var(--red, #e23744);
  text-decoration: none;
}
.text-brand:hover {
  color: #c42d39;
  text-decoration: underline;
}
/* Overview tab (details page) – sectioned layout with dividers */
.overview-sections { max-width: 100%; }

.overview-section {
  padding: 1rem 0;
  border-bottom: 1px solid #e8e8e8;
}
.overview-section:last-child { border-bottom: none; }

.overview-section-title {
  font-size: 1.125rem;
  font-weight: 700;
  color: #1c1c1c;
  margin: 0 0 0.5rem 0;
  line-height: 1.3;
}

.overview-section-body {
  font-size: 0.9375rem;
  color: #363636;
  margin: 0;
  line-height: 1.5;
}

.overview-location,
.overview-timings {
  display: flex;
  align-items: flex-start;
  gap: 0.5rem;
}

.overview-icon {
  flex-shrink: 0;
  width: 18px;
  height: 18px;
  margin-top: 0.15rem;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}
.overview-icon-pin {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='%23555'%3E%3Cpath d='M12 2C8.13 2 5 5.13 5 9c0 5.25 7 13 7 13s7-7.75 7-13c0-3.87-3.13-7-7-7zm0 9.5c-1.38 0-2.5-1.12-2.5-2.5s1.12-2.5 2.5-2.5 2.5 1.12 2.5 2.5-1.12 2.5-2.5 2.5z'/%3E%3C/svg%3E");
}
.overview-icon-clock {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='%23555'%3E%3Cpath d='M11.99 2C6.47 2 2 6.48 2 12s4.47 10 9.99 10C17.52 22 22 17.52 22 12S17.52 2 11.99 2zM12 20c-4.42 0-8-3.58-8-8s3.58-8 8-8 8 3.58 8 8-3.58 8-8 8zm.5-13H11v6l5.25 3.15.75-1.23-4.5-2.67z'/%3E%3C/svg%3E");
}

.overview-link {
  color: #e23744;
  text-decoration: none;
  font-size: 0.9375rem;
  display: inline-block;
  margin-top: 0.25rem;
  cursor: pointer;
}
.overview-link:hover { color: #c42d39; text-decoration: underline; }
.overview-link.btn-link { font-weight: inherit; }

.overview-facilities {
  list-style: none;
  padding: 0;
  margin: 0;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0 2rem;
  max-width: 400px;
}
.overview-facilities-col { list-style: none; padding: 0; margin: 0; }
.overview-facility-item {
  position: relative;
  padding-left: 1rem;
  margin-bottom: 0.35rem;
  font-size: 0.9375rem;
  color: #363636;
}
.overview-facility-item::before {
  content: "•";
  position: absolute;
  left: 0;
  color: #555;
}

.overview-list li { margin-bottom: 0.35rem; }
.overview-list a.overview-link { margin-top: 0; }

.btn-order-online {
  background: #e23744;
  color: #fff;
  border: none;
  font-weight: 600;
  border-radius: 8px;
}
.btn-order-online:hover { background: #c42d39; color: #fff; }
.btn-book-table {
  background: #333;
  color: #fff;
  border: none;
  font-weight: 600;
  border-radius: 8px;
}
.btn-book-table:hover { background: #111; color: #fff; }
.delivery-zip-chip {
  display: inline-block;
  padding: 0.25rem 0.6rem;
  background: #f0f0f0;
  border-radius: 6px;
  font-size: 0.875rem;
}
.social-link {
  display: inline-block;
  padding: 0.35rem 0.75rem;
  background: #f5f5f5;
  border-radius: 6px;
  color: #333;
  text-decoration: none;
  font-size: 0.875rem;
}
.social-link:hover { background: #eee; color: #e23744; }
.social-link-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 2.25rem;
  height: 2.25rem;
  padding: 0;
  font-size: 1.125rem;
  color: #555;
}
.social-link-icon:hover { color: #e23744; }

.restaurant-card {
            border: none;
            border-radius: 12px;
            box-shadow: 0 2px 8px rgba(0,0,0,0.1);
            margin-bottom: 20px;
            transition: transform 0.3s;
        }

        .restaurant-card:hover {
            transform: translateY(-5px);
        }

        .restaurant-img {
            height: 180px;
            object-fit: cover;
            border-radius: 12px 12px 0 0;
        }

        .restaurant-name {
            font-weight: 700;
            font-size: 1.1rem;
            margin-bottom: 5px;
        }

        .restaurant-cuisine {
            color: var(--gray);
            font-size: 0.9rem;
            margin-bottom: 5px;
        }

        .restaurant-location {
            color: var(--gray);
            font-size: 0.85rem;
            margin-bottom: 5px;
        }

        .restaurant-status {
            font-size: 0.85rem;
            margin-bottom: 10px;
        }

        .restaurant-status.open {
            color: green;
        }

        .restaurant-status.closed {
            color: red;
        }

        .restaurant-price {
            font-weight: 600;
            color: var(--zomato-dark-gray);
        }

        .restaurant-distance {
            color: var(--zomato-gray);
            font-size: 0.85rem;
        }
     .rating-badge {
            background-color: #24963e;
            color: white;
            padding: 3px 6px;
            border-radius: 4px;
            font-size: 0.8rem;
            font-weight: 500;
        }
  .restaurant-badge{
        position: absolute;
    bottom: 0.5rem;
    max-width: calc(100% - 2.4rem);
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    gap: 10px;
    background: linear-gradient(90deg, rgb(17, 85, 203) 0%, rgb(83, 140, 238) 25%, rgb(17, 85, 203) 50%, rgba(17, 85, 203, 0.8) 80%, rgba(17, 85, 203, 0) 100%);
    padding: 2px 50px 2px 14px;
    font-weight: 500;
    line-height: 24px;
    left: 0;
  }
.restaurant-badge img{
  width: 20px;
}
  .discount-badge{
font-size: 14px;
    color: rgb(255, 255, 255);
    background-clip: text;
    max-width: max-content;
  }

   .illustration-wrapper {
       display: flex;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: center;
    justify-content: center;
    height: 4rem;
    width: 4rem;
    margin-right: 0.9rem;
    border-radius: 50%;
    background: rgb(229, 243, 243);
  }

 .tab-nav-dine button{
  display: flex;
  align-items: center;
 }
 .tab-nav-dine img{
  width: 35px;
 }

 .filters {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  font-family: Arial, sans-serif;
}

/* Common filter box */
.filter-box {
  display: flex;
  align-items: center;
  padding: 6px 12px;
  border: 1px solid #ccc;
  border-radius: 8px;
  font-size: 14px;
  color: #666;
  background: #fff;
  cursor: pointer;
  margin-bottom:2rem;

}

/* Active filter */
.filter-box.active {
  background: #ef4444; /* red */
  color: #fff;
  border: 1px solid #ef4444;
}

.filter-box.active .close-btn {
  margin-left: 8px;
  background: none;
  border: none;
  color: #fff;
  font-size: 14px;
  cursor: pointer;
}

.filter-box.active .close-btn:hover {
  opacity: 0.8;
}

/* Filter count box */
.filter-box.filter-count {
  color: #666;
  background: #fff;
  border: 1px solid #ccc;
}

.filter-box.filter-count .count {
  background: #ef4444;
  color: #fff;
  border-radius: 4px;
  padding: 2px 6px;
  font-size: 12px;
  font-weight: bold;
  margin-right: 6px;
}

/* Pagination (filter-box style, inline with filters) */
.pagination-filters {
  margin-bottom: 0.5rem;
}
.pagination-filters a.filter-box {
  text-decoration: none;
  color: inherit;
}
.pagination-filters .filter-box--disabled {
  opacity: 0.6;
  cursor: not-allowed;
}
.pagination-summary {
  font-size: 14px;
  color: var(--gray, #696969);
  margin: 0 0 2rem 0;
}
.search-container {
  display: flex;
  align-items: center;
  background: #fff;
  border: 1px solid #ddd;
  border-radius: 8px;
  padding: 10px 15px;
  width: 600px;
  max-width: 100%;
  min-width: 0;
  box-shadow: 0 2px 6px rgba(0,0,0,0.1);
  font-family: Arial, sans-serif;
}

/* Location part */
.location-box {
    display: flex;
    align-items: center;
    gap: 6px;
    font-size: 14px;
    color: #444;
    width: 25%;
    justify-content: space-between;
}
.location-icon {
  color: #ef4444; /* red */
  font-size: 16px;
}

.dropdown {
  font-size: 12px;
  cursor: pointer;
  margin-left: 4px;
}

/* Divider */
.divider {
  width: 1px;
  height: 20px;
  background: #ccc;
  margin: 0 12px;
}

/* Search part */
.search-box {
  display: flex;
  align-items: center;
  flex: 1;
  gap: 8px;
}

.search-icon {
  font-size: 14px;
  color: #666;
}

.search-box input {
  border: none;
  outline: none;
  font-size: 14px;
  color: #333;
  width: 100%;
  min-width: 0;
}

.search-box input::placeholder {
  color: #aaa;
}

#navbarNav {
  justify-content: space-between;
}

/* Header nav: larger font, bold for current page */
.navbar .navbar-nav .nav-link {
  font-size: 1.05rem;
}
.navbar .navbar-nav .nav-link.active {
  font-weight: 700;
}

/* Mobile: prevent horizontal scroll, align header content */
@media (max-width: 991.98px) {
  .navbar .container {
    max-width: 100%;
    overflow-x: hidden;
  }
  .navbar .navbar-collapse {
    overflow-x: hidden;
  }
  #navbarNav .search-container {
    width: 100%;
    margin-bottom: 0.75rem;
  }
  #navbarNav .navbar-nav {
    flex-wrap: wrap;
  }
}

.report-issue-link {
  font-size: 0.9rem;
  color: #696969;
  text-decoration: none;
}
.report-issue-link:hover {
  color: #333;
  text-decoration: underline;
}

/* About / Contact page: banner section with background image */
.about-banner {
  position: relative;
  width: 100%;
  height: 180px;
  overflow: hidden;
  background: #f0f0f0 center / cover no-repeat;
}
.about-banner-overlay {
  position: absolute;
  inset: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  background: rgba(0, 0, 0, 0.55);
  padding: 1rem;
  text-align: center;
}
.about-banner-title {
  margin: 0;
  font-size: 1.75rem;
  font-weight: 700;
  color: #fff;
  text-shadow: 0 1px 3px rgba(0, 0, 0, 0.5);
}
.about-banner-caption {
  margin: 0.5rem 0 0;
  font-size: 1rem;
  color: #fff;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.5);
  line-height: 1.4;
}
.about-banner-subtext {
  margin: 0.25rem 0 0;
  font-size: 0.9rem;
  color: rgba(255, 255, 255, 0.95);
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.5);
}
.about-banner--with-caption {
  height: auto;
  min-height: 200px;
  padding: 2rem 0;
}
@media (min-width: 768px) {
  .about-banner { height: 220px; }
  .about-banner--with-caption { min-height: 240px; }
  .about-banner-title { font-size: 2rem; }
  .about-banner-caption { font-size: 1.1rem; }
}

.about-content h2 {
  font-size: 1.35rem;
  font-weight: 600;
  margin-top: 1.75rem;
  margin-bottom: 0.75rem;
}
.about-content h3 {
  font-size: 1.15rem;
  font-weight: 600;
  margin-top: 1.25rem;
  margin-bottom: 0.5rem;
}
.about-content ul {
  padding-left: 1.25rem;
  margin-bottom: 1rem;
}
.about-content .lead {
  font-size: 1.1rem;
}

/* Reusable primary button (site brand color) */
.btn-brand {
  font-size: 1rem;
  padding: 0.5rem 1.25rem;
  background: var(--red, #e23744);
  color: #fff;
  border: none;
  font-weight: 600;
  border-radius: 8px;
  text-decoration: none;
  display: inline-block;
}
.btn-brand:hover {
  background: #c42d39;
  color: #fff;
}

.breadcrumb .breadcrumb-item a{
text-decoration: none;
color: #828282;
font-size: 14px;
}
.breadcrumb .breadcrumb-item.active {
    color:#cfcfcf;
    font-size: 14px;
}

.collections {
  padding: 20px 0 30px;
  margin: auto;
}

.collections-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.collections-header h2 {
  font-size: 28px;
  font-weight: bold;
}

.collections-header a {
  color: #e23744;
  text-decoration: none;
  font-weight: 500;
}

.subtitle {
  margin: 5px 0 20px;
  color: #555;
}

.swiper-slide  .card {
  position: relative;
  border-radius: 10px;
  overflow: hidden;
  cursor: pointer;
}
.swiper-slide .card:before{
    content: "";
      position: absolute;
    top: 0px;
    left: 0px;
    border-radius: 0.6rem;
    width: 100%;
    height: 100%;
    background: linear-gradient(0deg, rgba(0, 0, 0, 0.9) 0%, rgba(0, 0, 0, 0.05) 50%, rgba(0, 0, 0, 0.05) 85%);
}
.swiper-slide .card img {
  width: 100%;
  height: 250px;
  object-fit: cover;
  border-radius: 10px;
  transition: transform 0.3s;
}

.swiper-slide .card:hover img {
  transform: scale(1.05);
}

.swiper-slide .card-info {
  position: absolute;
  bottom: 15px;
  left: 15px;
  color: #fff;
}

.swiper-button-next, .swiper-button-prev{
    font-size: 0px;
      height: 2.4rem !important;
    width: 2.4rem !important;
    background: rgb(255, 255, 255);
    box-shadow: rgba(0, 0, 0, 0.2) 0px 3px 5px -1px, rgba(0, 0, 0, 0.14) 0px 6px 10px 0px, rgba(0, 0, 0, 0.12) 0px 1px 18px 0px;
    border-radius: 50%;
    position: absolute;
    z-index: 2;
    top: 14.25rem;
    left: 0px;
    right: unset;
    display: initial;
    border: 4px solid transparent;
    align-self: center;
    cursor: pointer;
}
.swiper-button-next:after, .swiper-rtl .swiper-button-prev:after{
  color: #000;
  font-size: 20px !important;
}
.swiper-button-prev:after, .swiper-rtl .swiper-button-next:after {
   color: #000;
  font-size: 20px !important;
}
.swiper-button-disabled{
  display: none !important;
}


.cuisine, .address {
  font-size: 16px;
  color: #555;
  margin: 2px 0;
}

.status {
  margin: 10px 0;
  font-size: 15px;
}

.closed {
  color: red;
  font-weight: bold;
}

.price, .phone {
  margin-left: 15px;
}

.buttons {
  margin: 15px 0;
}

.buttons button {
  border: 1px solid #ddd;
  background: #fff;
  padding: 8px 14px;
  margin-right: 10px;
  border-radius: 6px;
  cursor: pointer;
  transition: 0.2s;
}

.buttons .book {
  background: #ff6b6b;
  color: #fff;
  border: none;
}

.buttons button:hover {
  background: #f2f2f2;
}

.ratings {
  display: flex;
  margin: 15px 0;
}

.rating-box {
  background: #f8f8f8;
  padding: 10px 15px;
  margin-right: 10px;
  border-radius: 6px;
  font-size: 14px;
  text-align: center;
      height: fit-content;
}

.gallery {
  display: grid;
  grid-template-columns: 2fr 1fr 1fr;
  gap: 10px;
}

.gallery img {
  width: 100%;
  height: 100%;
  border-radius: 8px;
  object-fit: cover;
}

.gallery-hero {
  display: block;
  width: 100%;
  max-width: 900px;
  height: 400px;
  overflow: hidden;
  border-radius: 8px;
}

.gallery-hero img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.gallery-last {
  position: relative;
}
.restaurant-container{
  position: sticky;
  top: 0;
  background: #fff;
}
.restaurant-relative{
  position: relative;
}
.navbar-overviw-Menu{
margin-top: 1rem;
margin-bottom: 2rem;
}
.navbar-overviw-Menu .nav-link{
border: none;
font-weight: 600;
color: #696969;
font-size: 16px;
padding-bottom: 1rem;

}
.navbar-overviw-Menu .nav-tabs{
  background: transparent;
}
.navbar-overviw-Menu .nav-tabs {
    border-bottom:2px solid rgb(207, 207, 207);
    margin-bottom: 1rem;
}

.navbar-overviw-Menu .nav-tabs .nav-link.active{
color: #f85168;
border-bottom: 2px #f85168 solid;
}

/* Cover image */
  .cover {
    cursor:pointer;
    max-width:300px;
    border-radius:10px;
    box-shadow:0 6px 15px rgba(0,0,0,.3);
    transition:transform .3s;
  }
  .cover:hover { transform:scale(1.05); }

  /* Overlay for flipbook */
  .overlay {
    position:fixed;
    inset:0;
    background:rgba(0,0,0,.8);
    display:none;
    align-items:center;
    justify-content:center;
    z-index:9999;
  }
  .overlay.active { display:flex; }

  /* Flipbook container */
  .book-wrap {
    width:900px;
    height:600px;
    background:#fff;
    border-radius:10px;
    overflow:hidden;
    position:relative;
    box-shadow:0 10px 30px rgba(0,0,0,.5);
  }

  /* Close button */
  .close-btn {
    position:absolute;
    top:10px;
    right:10px;
    background:#fff;
    border:none;
    border-radius:50%;
    width:40px;
    height:40px;
    cursor:pointer;
    font-size:20px;
    line-height:40px;
    text-align:center;
    box-shadow:0 2px 6px rgba(0,0,0,.3);
  }

  .related-links {
  display: block;
  gap: 18px;
  margin: 18px 0;
}

.related-section {
  margin-bottom: 30px;
}

.section-title {
  margin: 0 0 8px 0;
  font-size: 14px;
  font-weight: 600;
  color: #1f2937;
  letter-spacing: 0.2px;
}

.tags {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  align-items: center;
}

.tag {
  display: inline-block;
  text-decoration: none;
  pointer-events: none;
  cursor: default;
  padding: 6px 10px;
  border-radius: 9999px;
  border: 1px solid #e6e6e6;
  background: #fafafa;
  color: #111827;
  font-size: 13px;
  line-height: 1;
  box-shadow: 0 1px 0 rgba(16, 24, 40, 0.02);
  transition: background-color 120ms ease, color 120ms ease;
}

.tag:hover {
  background: #111827;
  color: #ffffff;
}



    /* header */
    .menu-header{display:flex;align-items:center;justify-content:space-between;gap:12px;margin-bottom:12px}
    .menu-header h3{margin:0;font-size:1.5rem;font-weight:600;}
    .see-all{display:inline-flex;align-items:center;gap:8px;text-decoration:none;color:#ef4f5f; font-weight:600}
    .see-all svg{display:block}

    /* cuisines */
    .cuisines{display:flex;flex-wrap:wrap;gap:10px;margin:6px 0 18px}
    .chip{display:inline-flex;align-items:center;gap:8px;padding:6px 10px;border-radius:999px;background:#fff;border:1px solid #eee;box-shadow:0 1px 0 rgba(16,24,40,0.02);cursor:pointer;text-decoration:none;color:#674B00}
    .chip svg.icon{width:12px;height:12px;flex:0 0 12px; fill: #674B00;}
    .chip .label{font-size:14px}

    /* menu card */
    .menu-card{display:flex;align-items:stretch;gap:16px;background:var(--card);padding:14px;border-radius:12px;border:1px solid #eee}
    .thumb{width:220px;min-width:140px;border-radius:10px;overflow:hidden;position:relative}
    .thumb img{width:100%;height:160px;object-fit:cover;display:block}
    .thumb .pages{position:absolute;left:10px;bottom:10px;background:rgba(0,0,0,0.6);color:#fff;padding:6px 8px;border-radius:999px;font-size:13px}

    .meta{flex:1;display:flex;flex-direction:column;justify-content:center}
    .meta h4{margin:0;font-size:1.05rem;font-weight:700}
    .meta p{margin:6px 0 0;color:var(--muted)}

    /* carousel modal */
    .overlay{position:fixed;inset:0;display:none;align-items:center;justify-content:center;background:rgba(0,0,0,0.6);z-index:60}
    .overlay.open{display:flex}
    .lightbox{position:relative;background:#fff;border-radius:10px;max-width:920px;width:96%;max-height:86vh;overflow:hidden;display:flex;align-items:center;justify-content:center;padding:10px}
    .lightbox img{max-width:100%;max-height:80vh;object-fit:contain}
    .close-btn{position:absolute;top:12px;right:12px;width:44px;height:44px;border-radius:50%;display:grid;place-items:center;background:rgba(0,0,0,0.5);color:#fff;border:none}
    .nav-btn{position:absolute;top:50%;transform:translateY(-50%);width:64px;height:64px;border-radius:50%;display:grid;place-items:center;background:rgba(0,0,0,0.45);color:#fff;border:none}
    .nav-btn.left{left:12px}
    .nav-btn.right{right:12px}
    .counter{position:absolute;left:14px;top:14px;background:rgba(0,0,0,0.45);color:#fff;padding:6px 9px;border-radius:999px;font-weight:600}

    /* loader */
    #loader{position:absolute;inset:0;display:none;align-items:center;justify-content:center;background:rgba(0,0,0,0.3);z-index:50}
    #loader div{border:4px solid #fff;border-top:4px solid #EF4F5F;border-radius:50%;width:40px;height:40px;animation:spin 1s linear infinite}
    @keyframes spin{0%{transform:rotate(0deg);}100%{transform:rotate(360deg);}}

    /* responsive */
    @media (max-width:720px){
      .menu-card{flex-direction:column;align-items:flex-start}
      .thumb img{height:200px}
      .thumb{width:100%}
    }
@media (max-width: 640px) {
  .section-title { font-size: 13px; }
  .tag { font-size: 12px; padding: 5px 8px; }
}

/* Menu tab – same font sizes / colours as overview tab */
.menu-pills {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  align-items: center;
}
.menu-pill {
  display: inline-flex;
  flex-direction: column;
  align-items: flex-start;
  padding: 0.5rem 1rem;
  border-radius: 9999px;
  border: 1px solid #e8e8e8;
  background: #fff;
  color: #363636;
  font-size: 0.9375rem;
  font-weight: 600;
  cursor: pointer;
  transition: background-color 0.15s ease, border-color 0.15s ease, color 0.15s ease;
}
.menu-pill:hover {
  background: #f8f8f8;
  border-color: #e8e8e8;
}
.menu-pill.active {
  background: #e23744;
  border-color: #e23744;
  color: #fff;
}
.menu-pill.active:hover {
  background: #c42d39;
  border-color: #c42d39;
  color: #fff;
}
.menu-pill-count {
  font-size: 0.875rem;
  font-weight: 400;
  opacity: 0.9;
  margin-top: 0.15rem;
}
.menu-search-and-filters {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}
.menu-search-input {
  width: 100%;
  max-width: 400px;
  padding: 0.5rem 0.75rem;
  border: 1px solid #e8e8e8;
  border-radius: 8px;
  font-size: 0.9375rem;
  font-family: inherit;
  color: #363636;
  line-height: 1.5;
}
.menu-search-input::placeholder {
  color: #696969;
}
.menu-search-input:focus {
  outline: none;
  border-color: #e23744;
  box-shadow: 0 0 0 2px rgba(226, 55, 68, 0.15);
}
.menu-category-filters {
  display: flex;
  flex-wrap: nowrap;
  gap: 0.5rem;
  overflow-x: auto;
  padding-bottom: 0.35rem;
  -webkit-overflow-scrolling: touch;
}
.menu-category-filters::-webkit-scrollbar {
  height: 6px;
}
.menu-category-btn {
  flex: 0 0 auto;
  padding: 0.35rem 0.75rem;
  border-radius: 6px;
  border: 1px solid #e8e8e8;
  background: #f5f5f5;
  color: #333;
  font-size: 0.875rem;
  font-weight: 600;
  font-family: inherit;
  cursor: pointer;
  white-space: nowrap;
  transition: background-color 0.15s ease, border-color 0.15s ease, color 0.15s ease;
}
.menu-category-btn:hover {
  background: #eee;
  border-color: #e8e8e8;
}
.menu-category-btn.active {
  background: #e23744;
  border-color: #e23744;
  color: #fff;
}
.menu-category-btn.active:hover {
  background: #c42d39;
  border-color: #c42d39;
  color: #fff;
}
.menu-sections {
  margin-top: 1.5rem;
}
.menu-category-section {
  margin-bottom: 1.5rem;
  padding-bottom: 1rem;
  border-bottom: 1px solid #e8e8e8;
}
.menu-category-section:last-child {
  border-bottom: none;
}
.menu-category-heading {
  font-size: 1.125rem;
  font-weight: 700;
  color: #1c1c1c;
  margin: 0 0 0.5rem 0;
  line-height: 1.3;
  text-transform: uppercase;
  letter-spacing: 0.05em;
}
.menu-item-cards {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(260px, 1fr));
  gap: 1rem;
}
.menu-item-card {
  border: 1px solid #e8e8e8;
  border-radius: 12px;
  background: #fff;
  overflow: hidden;
  transition: box-shadow 0.15s ease;
}
.menu-item-card:hover {
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
}
.menu-item-card-inner {
  padding: 1rem;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 0.35rem;
}
.menu-item-card-inner .menu-item-veg-badge + .menu-item-card-name,
.menu-item-card-inner .menu-item-type-icon + .menu-item-card-name {
  margin-top: 0;
}
.menu-item-card-title-row {
  display: flex;
  align-items: center;
  gap: 0.25rem;
  width: 100%;
}
/* Type icons: one img per type from menu_items.type (comma-separated), e.g. img/veg.svg */
.menu-item-type-icon {
  height: 1rem;
  width: auto;
  margin-right: 0.25rem;
  flex-shrink: 0;
  vertical-align: middle;
}
.menu-item-veg-badge {
  display: inline-block;
  width: 18px;
  height: 18px;
  border: 2px solid #16a34a;
  border-radius: 50%;
  background: #fff;
  position: relative;
  flex-shrink: 0;
}
.menu-item-veg-badge::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 8px;
  height: 8px;
  background: #16a34a;
  border-radius: 2px;
}
.menu-item-card-name {
  font-size: 0.9375rem;
  font-weight: 600;
  color: #363636;
  margin: 0;
  line-height: 1.5;
  flex: 1;
}
.menu-item-card-desc {
  font-size: 0.9375rem;
  color: #363636;
  margin: 0;
  line-height: 1.5;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.menu-item-card-price {
  font-size: 0.9375rem;
  font-weight: 600;
  color: #363636;
  margin: 0;
  margin-top: auto;
}

