

    body {
      {
      margin: 0;
      font-family: system-ui, sans-serif;
      background: #f9f9f9;
    }

    .overlay {
      display: none;
      position: fixed;
      top: 0; left: 0;
      width: 100%; height: 100%;
      background: rgba(0, 0, 0, 0.6);
      justify-content: center;
      align-items: center;
      z-index: 1000;
    }

    /* Popup box */
    .popup {
      background: #fff;
      padding: 20px;
      border-radius: 12px;
      width: 850px;
      max-width: 90%;
      text-align: center;
      box-shadow: 0 5px 15px rgba(0,0,0,0.3);
      position: relative;
      animation: fadeIn 0.3s ease-in-out;
    }

    /* Image */
    .popup img {
      width: 100%;
      height: auto;
      border-radius: 8px;
      margin-bottom: 15px;
    }

    /* Popup_2 box */
    .Popup_2 {
      background: #fff;
      padding: 20px;
      border-radius: 12px;
      width: 850px;
      max-width: 90%;
      text-align: center;
      box-shadow: 0 5px 15px rgba(0,0,0,0.3);
      position: relative;
      animation: fadeIn 0.3s ease-in-out;
    }

    /* Image */
    .Popup_2 img {
      width: 100%;
      height: auto;
      border-radius: 8px;
      margin-bottom: 15px;
    }

.Popup_3 {
      background: #fff;
      padding: 20px;
      border-radius: 12px;
      width: 850px;
      max-width: 90%;
      text-align: center;
      box-shadow: 0 5px 15px rgba(0,0,0,0.3);
      position: relative;
      animation: fadeIn 0.3s ease-in-out;
    }

    /* Image */
    .Popup_3 img {
      width: 100%;
      height: auto;
      border-radius: 8px;
      margin-bottom: 15px;
    }

.Popup_4 {
      background: #fff;
      padding: 20px;
      border-radius: 12px;
      width: 850px;
      max-width: 90%;
      text-align: center;
      box-shadow: 0 5px 15px rgba(0,0,0,0.3);
      position: relative;
      animation: fadeIn 0.3s ease-in-out;
    }

    /* Image */
    .Popup_4 img {
      width: 100%;
      height: auto;
      border-radius: 8px;
      margin-bottom: 15px;
    }

    .Popup_5 {
      background: #fff;
      padding: 20px;
      border-radius: 12px;
      width: 850px;
      max-width: 90%;
      text-align: center;
      box-shadow: 0 5px 15px rgba(0,0,0,0.3);
      position: relative;
      animation: fadeIn 0.3s ease-in-out;
    }

    /* Image */
    .Popup_5 img {
      width: 100%;
      height: auto;
      border-radius: 8px;
      margin-bottom: 15px;
    }

.Popup_6 {
      background: #fff;
      padding: 20px;
      border-radius: 12px;
      width: 850px;
      max-width: 90%;
      text-align: center;
      box-shadow: 0 5px 15px rgba(0,0,0,0.3);
      position: relative;
      animation: fadeIn 0.3s ease-in-out;
    }

    /* Image */
    .Popup_6 img {
      width: 100%;
      height: auto;
      border-radius: 8px;
      margin-bottom: 15px;
    }


    /* Close button */
    .close-btn {
      position: absolute;
      top: 10px;
      right: 15px;
      font-size: 22px;
      font-weight: bold;
      cursor: pointer;
      color: #333;
    }
    .close-btn:hover {
      color: red;
    }
    @keyframes fadeIn {
      from {opacity: 0; transform: scale(0.9);}
      to {opacity: 1; transform: scale(1);}
    }

/* Contact Bar */
    .contact-bar {
      position: sticky;
      display: flex;
      justify-content: space-between;
      align-items: center;
      padding: 5px 20px;
      background: #0a0a0a;
      color: #fff;
      font-size: 14px;
    }

    .contact-bar .left {
      display: flex;
      gap: 20px;
      align-items: center;
    }

    .contact-bar a {
      color: #7fcbff;
      text-decoration: none;
      transition: color 0.3s;
    }

    .contact-bar a:hover {
      color: #fff;
    }

    .contact-bar .social {
      display: flex;
      gap: 15px;
    }

    .contact-bar .social a {
      color: #7fcbff;
      font-size: 16px;
    }

    /* Filter Buttons */
    .menu-filters {
      text-align: center;
      margin-bottom: 25px;
    }

    .filter-btn {
      background: #ffb100;
      color: white;
      border: none;
      padding: 10px 20px;
      margin: 10px;
      border-radius: 25px;
      cursor: pointer;
      transition: all 0.3s ease;
      font-weight: 800;
    }

    .filter-btn:hover,
    .filter-btn.active {
      background: #ff3b2e;
      transform: scale(1.05);
    }

    /* Menu Grid */
    .menu-items {
      display: grid;
      grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
      gap: 20px;
      padding: 0;
      list-style: none;
    }

    .menu-item {
      background: white;
      border-radius: 15px;
      box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
      padding: 20px;
      text-align: center;
      transition: all 0.3s ease;
    }

    .menu-item:hover {
      transform: translateY(-5px);
      box-shadow: 0 6px 15px rgba(0, 0, 0, 0.15);
    }

    .menu-item h3 {
      color: #ff6f61;
      margin: 10px 0 5px;
      font-size: 1.2rem;
    }

    .menu-item p {
      color: #555;
      font-size: 0.95rem;
    }

    /* Hidden state */
    .menu-item.hide {
      display: none;
    }

    @media (max-width: 600px) {
      .filter-btn {
        padding: 8px 14px;
        font-size: 0.9rem;
      }
    }
html {
      scroll-behavior: smooth;
    }

   
.nonveg-icon {
  width: 16px;
  height: 16px;
  border: 2px solid red;
  display: inline-block;
  position: relative;
  border-radius: 3px;
}
.nonveg-icon::after {
  content: "";
  width: 8px;
  height: 8px;
  background: red;
  border-radius: 50%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}


.veg-icon {
  width: 16px;
  height: 16px;
  border: 2px solid green;
  display: inline-block;
  position: relative;
  border-radius: 3px;
}
.veg-icon::after {
  content: "";
  width: 8px;
  height: 8px;
  background: green;
  border-radius: 50%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}






 /* 🔝 Sticky Top Bar */
    .top-bar {
      position: fixed;
      top: 691px;
      left: -7px;
      right: 1652px;
      background: #4f1b3814;
      color: white;
      display: flex;
      justify-content: space-between;
      align-items: normal;
      padding: 6px -12px;
      box-shadow: 0 2px 0px rgba(0, 0, 0, 0.1);
      z-index: 50;
    }

    .logo {
      font-size: 1.3rem;
      font-weight: 600;
    }

    /* 🛒 Cart Icon */
    .cart {
      position: relative;
      cursor: pointer;
    }

    .cart i {
      font-size: 1.5rem;
    }

    .cart-count {
      position: absolute;
      top: 4px;
      right: 12px;
      background: #c3575700;
      color: #ffffff;
      border-radius: 102%;
      width: 77px;
      height: 27px;
      display: flex;
      justify-content: center;
      align-items: center;
      font-size: 1.75rem;
      font-weight: 600;
    }

    /* Heading */
    h2 {
      text-align: center;
      color: #ff6600;
      font-weight: 600;
      margin: 20px 0;
    }


   /* General nav styling */
nav {
      display: flex;
      align-items: center;
      justify-content: space-between;
      padding: 20px 20px;
      background: #4f1b38;
      color: #fff;
      position: absolute;
      top: 54px; /* push down because of contact bar */
      left: 0;
      right: 0;
      z-index: 1000;
    }

    nav img {
      width: 95%;
      height: 50px;
      border-radius: 26%;
      object-fit: cover;
    }

    .logo {
      font-weight: bold;
      margin-left: 10px;
    }

    nav p {
      margin: 0;
      margin-left: auto;
      margin-right: 20px;
      font-size: 14px;
    }

    /* Desktop Menu */
    .menu {
      display: flex;
      gap: 20px;
    }

    .menu a {
      color: white;
      text-decoration: none;
      padding: 8px 12px;
      transition: background 0.3s;
    }

    .menu a:hover {
      background-color: #7fcbff;
      border-radius: 4px;
    }

    /* Hamburger */
    .menu-toggle {
      display: none;
    }

    .menu-toggle input {
      display: none;
    }

    .menu-toggle label {
      cursor: pointer;
      display: flex;
      flex-direction: column;
      gap: 5px;
    }

    .menu-toggle span {
      height: 3px;
      width: 25px;
      background: white;
    }

    /* Mobile Menu */
    .phonemenu {
      position: fixed;
      top: 76px; /* moved down because of contact bar + navbar */
      right: -300px;
      width: 250px;
      background: #222;
      height: auto;
      padding: 20px;
      display: flex;
      flex-direction: column;
      gap: 20px;
      transition: right 0.3s ease;
      z-index: 1200;
    }

    .phonemenu a {
      color: white;
      text-decoration: none;
      font-size: 16px;
      padding: 10px;
      border-radius: 5px;
    }

    .phonemenu a:hover {
      background: #7fcbff;
    }

    /* Backdrop */
    .menu-backdrop {
      position: fixed;
      top: 0;
      left: 0;
      right: 0;
      bottom: 0;
      background: rgba(0,0,0,0.5);
      display: none;
      z-index: 1100;
    }

    /* Mobile View */
    @media (max-width: 768px) {
      .menu {
        display: none;
      }
      .menu-toggle {
        display: block;
      }
      .contact-bar {
        flex-direction: column;
        align-items: flex-start;
        gap: 5px;
      }
    }
   /* Mobile View End */

/* Sections */
section {
  padding: 60px 40px;
  text-align: center;
}

section h2 {
  font-size: 28px;
  margin-bottom: 20px;
  position: relative;
  display: inline-block;
}

section h2::after {
  content: "";
  width: 50px;
  height: 3px;
  background: #7fcbff;
  display: block;
  margin: 8px auto 0;
  border-radius: 2px;
}



/* Services */
.service-list {
  display: flex;
  justify-content: center;
  gap: 30px;
  margin-top: 30px;
  flex-wrap: wrap;
}

.service-item {
  background: #fff;
  padding: 20px;
  border-radius: 10px;
  box-shadow: 0 4px 8px rgba(0,0,0,0.1);
  width: 300px;
  transition: transform 0.3s;
}

.service-item:hover {
  transform: translateY(-5px);
}

.service-item h3 {
  margin-bottom: 10px;
  color: #7fcbff;
}

/* Portfolio */
.portfolio-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 20px;
  margin-top: 30px;
}

.portfolio-item {
  background: #fff;
  border-radius: 10px;
  overflow: hidden;
  box-shadow: 0 4px 8px rgba(0,0,0,0.1);
  transition: transform 0.3s;
}

.portfolio-item:hover {
  transform: scale(1.03);
}

.portfolio-item img {
  width: 100%;
  height: 200px;
  object-fit: cover;
}

.portfolio-item h4 {
  padding: 15px;
  background: #f1f1f1;
  color: #111;
}



.portfolio-item {
  position: relative;
  overflow: hidden;
  border-radius: 10px;
  box-shadow: 0 4px 8px rgba(0,0,0,0.1);
  transition: transform 0.3s;
  cursor: pointer;
}

.portfolio-item img {
  width: 100%;
  height: 220px;
  object-fit: cover;
  transition: transform 0.4s ease;
}

.portfolio-item:hover img {
  transform: scale(1.1); /* zoom effect */
}

/* Overlay details */
.portfolio-details {
  position: absolute;
  bottom: -100%;  /* hidden by default */
  left: 0;
  width: 100%;
  padding: 15px;
  background: rgba(0, 0, 0, 0.7);
  color: #fff;
  text-align: center;
  transition: bottom 0.4s ease;
  font-size: 14px;
}

.portfolio-item:hover .portfolio-details {
  bottom: 0; /* slide up */
}


     body {
      margin: 0;
      font-family: Arial, sans-serif;
    }

    .topbar {
       background-color: #fd8c00;
      color: #fff;
      display: flex;
      justify-content: space-between;
      align-items: center;
      padding: 18px 16px;
      font-size: 11px;
    }

    .topbar .contact {
      display: table-row;
      align-items: anchor-center;
      gap: 11px;
    }

    .topbar .social a {
      color: #fff;
      text-decoration: none;
      margin-left: 10px;
      transition: color 0.3s;
    }

    .topbar .social a:hover {
      color: #ff6600;
    }

    
body {
      margin: 0;
      font-family: Arial, sans-serif;
      background-color: #f4f4f4;
    }

    .banner-form {
      background: #4f1b38;
      padding: 40px 20px;
      text-align: center;
      color: white;
    }

    .banner-form h2 {
      margin-bottom: 20px;
      font-size: 28px;
    }

    .form-container {
      display: flex;
      justify-content: center;
      flex-wrap: wrap;
      gap: 15px;
      margin-top: 10px;
    }

    .form-container input {
      padding: 12px 15px;
      border: none;
      border-radius: 5px;
      min-width: 200px;
      font-size: 16px;
    }

    .form-container input:focus {
      outline: none;
      box-shadow: 0 0 5px #fff;
    }

    .form-container button {
      background-color: #ff6600;
      color: white;
      border: none;
      padding: 12px 25px;
      border-radius: 5px;
      font-size: 16px;
      cursor: pointer;
      transition: background 0.3s ease;
    }

    .form-container button:hover {
      background-color: #e65c00;
    }

    @media (max-width: 600px) {
      .form-container {
        flex-direction: column;
      }

      .form-container input, .form-container button {
        width: 100%;
        max-width: 300px;
        margin: 0 auto;
      }
    }


 body {
      margin: 0;
      font-family: Arial, sans-serif;
      background-color: #f8f8f8;
    }

    .services-section {
      padding: 40px 20px;
      text-align: center;
    }

    .services-section h2 {
      font-size: 32px;
      margin-bottom: 30px;
      color: #333;
    }

    .services-grid {
      display: grid;
      grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
      gap: 20px;
      max-width: 1200px;
      margin: 0 auto;
    }

    .service-card {
      background-color: #fff;
      border-radius: 10px;
      box-shadow: 0 4px 10px rgb(0 0 0 / 0%);
      overflow: hidden;
      transition: transform 0.3s ease, box-shadow 0.3s ease;
    }

    .service-card:hover {
      transform: translateY(-5px);
      box-shadow: 0 4px 10px rgb(0 0 0 / 0%);
    }

    .service-image {
      width: 100%;
      height: 180px;
      object-fit: cover;
    }

    .service-content {
      padding: 20px;
    }

    .service-content h3 {
      margin: 0 0 10px;
      font-size: 20px;
      color: #333;
    }

    .service-content p {
      font-size: 14px;
      color: #666;
    }

    @media (max-width: 600px) {
      .services-section h2 {
        font-size: 24px;
      }
    }

 /* Container / button */
    .whatsapp-chat {
      position: fixed;
      right: 20px;
      bottom: 20px;
      z-index: 9999;
      display: inline-block;
      text-decoration: none;
      font-family: system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", Arial;
    }

    .whatsapp-btn {
      display: flex;
      align-items: center;
      justify-content: center;
      width: 60px;
      height: 60px;
      background: #25d366;
      border-radius: 50%;
      box-shadow: 0 8px 22px rgba(37,211,102,0.22);
      transition: transform 160ms ease, box-shadow 160ms ease;
      cursor: pointer;
    }

    .whatsapp-btn:active { transform: scale(.96); }
    .whatsapp-btn:focus { outline: 3px solid rgba(0,0,0,0.08); }

    /* pulsing ring */
    .whatsapp-pulse {
      position: absolute;
      width: 100%;
      height: 100%;
      border-radius: 50%;
      left: 0;
      top: 0;
      box-shadow: 0 0 0 0 rgba(37,211,102,0.45);
      animation: pulse 2.2s infinite;
      pointer-events: none;
      opacity: 0.9;
    }

    @keyframes pulse {
      0% { box-shadow: 0 0 0 0 rgba(37,211,102,0.45); }
      70% { box-shadow: 0 0 0 18px rgba(37,211,102,0.06); }
      100% { box-shadow: 0 0 0 18px rgba(37,211,102,0); }
    }

    /* SVG icon scale & color */
    .whatsapp-icon {
      width: 28px;
      height: 28px;
      display: block;
      fill: white;
      transform: translateZ(0);
    }

    /* Hide label on small screens; show on wider screens */
    .whatsapp-label {
      display: none;
      margin-right: 12px;
      background: #fff;
      color: #111;
      padding: 10px 14px;
      border-radius: 999px;
      font-weight: 600;
      font-size: 14px;
      box-shadow: 0 6px 18px rgba(16,24,40,0.08);
      white-space: nowrap;
    }

    .whatsapp-chat:hover .whatsapp-label { transform: translateX(-6px); }

    /* show label on larger screens */
    @media (min-width: 720px) {
      .whatsapp-label { display: inline-block; }
      .whatsapp-btn { margin-left: 8px; } 
      .whatsapp-chat { right: 28px; bottom: 28px; }
    }



    /* Base Reset */
    * {
      box-sizing: border-box;
    }

    body {
      font-family: Arial, sans-serif;
    }

    /* WhatsApp Chat Button */

    .whatsapp-chat {
      position: fixed;
      right: 20px;
      bottom: 20px;
      z-index: 9999;
      display: inline-block;
      text-decoration: none;
      font-family: system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", Arial;
    }

    .whatsapp-btn {
      display: flex;
      align-items: center;
      justify-content: center;
      width: 60px;
      height: 60px;
      background: #25d366;
      border-radius: 50%;
      box-shadow: 0 8px 22px rgba(37,211,102,0.22);
      transition: transform 160ms ease, box-shadow 160ms ease;
      cursor: pointer;
    }

    .whatsapp-btn:active { transform: scale(.96); }
    .whatsapp-btn:focus { outline: 3px solid rgba(0,0,0,0.08); }

    /* pulsing ring */
    .whatsapp-pulse {
      position: absolute;
      width: 100%;
      height: 100%;
      border-radius: 50%;
      left: 0;
      top: 0;
      box-shadow: 0 0 0 0 rgba(37,211,102,0.45);
      animation: pulse 2.2s infinite;
      pointer-events: none;
      opacity: 0.9;
    }

    @keyframes pulse {
      0% { box-shadow: 0 0 0 0 rgba(37,211,102,0.45); }
      70% { box-shadow: 0 0 0 18px rgba(37,211,102,0.06); }
      100% { box-shadow: 0 0 0 18px rgba(37,211,102,0); }
    }

    /* SVG icon scale & color */
    .whatsapp-icon {
      width: 28px;
      height: 28px;
      display: block;
      fill: white;
      transform: translateZ(0);
    }

    /* Hide label on small screens; show on wider screens */
    .whatsapp-label {
      display: none;
      margin-right: 12px;
      background: #fff;
      color: #111;
      padding: 10px 14px;
      border-radius: 999px;
      font-weight: 600;
      font-size: 14px;
      box-shadow: 0 6px 18px rgba(16,24,40,0.08);
      white-space: nowrap;
    }

    .whatsapp-chat:hover .whatsapp-label { transform: translateX(-6px); }

    /* show label on larger screens */
    @media (min-width: 720px) {
      .whatsapp-label { display: inline-block; }
      .whatsapp-btn { margin-left: 8px; } 
      .whatsapp-chat { right: 28px; bottom: 28px; }
    }

  


  body {
      margin: 0;
      font-family: Arial, sans-serif;
    }

    footer {
      background-color: #4f1b38;
      color: #fff;
      padding: 40px 20px;
    }

    .footer-container {
      display: flex;
      flex-wrap: wrap;
      justify-content: space-between;
      max-width: 1200px;
      margin: auto;
      gap: 30px;
    }

 .footer-logo {
      flex: 1 1 250px;
    }

    .footer-logo img {
      width: 150px;
      margin-bottom: 10px;
    }

    .footer-logo p {
      font-size: 14px;
      color: #ccc;
    }


    .footer-column {
      flex: 1 1 250px;
    }

    .footer-column h3 {
      margin-bottom: 15px;
      font-size: 18px;
      border-bottom: 2px solid #555;
      padding-bottom: 5px;
    }

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

    .footer-column ul li {
      margin-bottom: 10px;
    }

    .footer-column ul li i {
      margin-right: 8px;
      color: #ff6600;
    }

    .footer-column a {
      color: #ccc;
      text-decoration: none;
      transition: color 0.3s;
    }

    .footer-column a:hover {
      color: #fff;
    }

    .social-icons a {
      font-size: 20px;
      color: #ccc;
      margin-right: 12px;
      transition: color 0.3s;
    }

    .social-icons a:hover {
      color: #ff6600;
    }

    .footer-bottom {
      text-align: center;
      padding-top: 20px;
      border-top: 1px solid #444;
      font-size: 14px;
      color: #aaa;
    }

    @media (max-width: 768px) {
      .footer-container {
        flex-direction: column;
        align-items: flex-start;
      }
    }
 