.elementor-220 .elementor-element.elementor-element-dc3ee3c > .elementor-background-overlay{background-color:#000000;opacity:0.74;}.elementor-220 .elementor-element.elementor-element-dc3ee3c{margin-top:-149px;margin-bottom:0px;padding:0px 0px 0px 0px;}.elementor-220 .elementor-element.elementor-element-67fdd9d > .elementor-widget-container{margin:63px 0px 0px 0px;padding:0px 0px 0px 0px;}.elementor-220 .elementor-element.elementor-element-2c03504 > .elementor-container > .elementor-column > .elementor-widget-wrap{align-content:flex-start;align-items:flex-start;}.elementor-220 .elementor-element.elementor-element-2c03504:not(.elementor-motion-effects-element-type-background), .elementor-220 .elementor-element.elementor-element-2c03504 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:#131E32;}.elementor-220 .elementor-element.elementor-element-2c03504{transition:background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;margin-top:-10px;margin-bottom:0px;padding:040px 0px 060px 0px;}.elementor-220 .elementor-element.elementor-element-2c03504 > .elementor-background-overlay{transition:background 0.3s, border-radius 0.3s, opacity 0.3s;}.elementor-220 .elementor-element.elementor-element-70ad2b5 > .elementor-element-populated{margin:-44px 0px 0px 0px;--e-column-margin-right:0px;--e-column-margin-left:0px;padding:0px 0px 0px 0px;}.elementor-220 .elementor-element.elementor-element-5e3587d > .elementor-widget-container{margin:0px 0px 0px 0px;padding:0px 0px 0px 0px;}.elementor-220 .elementor-element.elementor-element-7515218:not(.elementor-motion-effects-element-type-background), .elementor-220 .elementor-element.elementor-element-7515218 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:#000000;}.elementor-220 .elementor-element.elementor-element-7515218{transition:background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;margin-top:-20px;margin-bottom:0px;padding:0px 0px 0px 0px;}.elementor-220 .elementor-element.elementor-element-7515218 > .elementor-background-overlay{transition:background 0.3s, border-radius 0.3s, opacity 0.3s;}.elementor-220 .elementor-element.elementor-element-6d8cf78:not(.elementor-motion-effects-element-type-background), .elementor-220 .elementor-element.elementor-element-6d8cf78 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:#000000;}.elementor-220 .elementor-element.elementor-element-6d8cf78{transition:background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;margin-top:-22px;margin-bottom:0px;padding:0px 0px 0px 0px;}.elementor-220 .elementor-element.elementor-element-6d8cf78 > .elementor-background-overlay{transition:background 0.3s, border-radius 0.3s, opacity 0.3s;}.elementor-220 .elementor-element.elementor-element-b3fcd95:not(.elementor-motion-effects-element-type-background), .elementor-220 .elementor-element.elementor-element-b3fcd95 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:#000000;}.elementor-220 .elementor-element.elementor-element-b3fcd95{transition:background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;margin-top:-55px;margin-bottom:0px;padding:0px 0px 0px 0px;}.elementor-220 .elementor-element.elementor-element-b3fcd95 > .elementor-background-overlay{transition:background 0.3s, border-radius 0.3s, opacity 0.3s;}:root{--page-title-display:none;}/* Start custom CSS for html, class: .elementor-element-67fdd9d */.brunch-hero {
  position: relative;
  min-height: 100vh;
  font-family: Georgia, "Times New Roman", Times, serif;
  color: #fff;
  overflow: hidden;
}

/* Background slides */
.bg-slides {
  position: absolute;
  inset: 0;
}

.slide {
  position: absolute;
  inset: 0;
  background-size: cover;
  background-position: center;
  opacity: 0;
  transition: opacity 1.2s ease-in-out;
}

.slide.active {
  opacity: 1;
}

/* Overlay */
.overlay {
  position: absolute;
  inset: 0;
  background: rgba(0,0,0,0.55);
  z-index: 1;
}

/* Center content */
.brunch-content {
  position: relative;
  z-index: 2;
  min-height: 100vh;

  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;

  text-align: center;
  padding: 0 20px;
}

/* Typography */
.day {
  font-size: 64px;
  font-weight: 400;
}

.title {
  font-size: 80px;
  font-weight: 400;
  color: #E6C78B;
}

.gold-line {
  width: 90px;
  height: 2px;
  background: #E6C78B;
  margin: 18px 0;
}

.tagline {
  color: #E6C78B;
  font-style: italic;
  font-size: 22px;
  margin-bottom: 28px;
}

/* Badges */
.badges {
  display: flex;
  gap: 16px;
  margin-bottom: 28px;
}

.badge {
  padding: 12px 26px;
  border-radius: 30px;
  font-size: 16px;
}

.price {
  background: rgba(230,199,139,0.25);
  color: #E6C78B;
}

.launch {
  background: rgba(0,128,96,0.35);
  color: #3dffd0;
}

/* Chef */
.curated {
  color: #E6C78B;
  margin-bottom: 4px;
}

.chef {
  font-size: 26px;
  margin-bottom: 30px;
}

/* Description box */
.desc-box {
  max-width: 900px;
  padding: 36px 40px;
  border-radius: 16px;
  border: 1px solid rgba(255,255,255,0.2);
  background: rgba(0,0,0,0.45);
  backdrop-filter: blur(6px);
}

.desc-box span {
  color: #E6C78B;
}

/* Fixed Button */
.book-now-btn {
  position: fixed;
  right: 30px;
  bottom: 40px;
  z-index: 9999;

  padding: 14px 38px;
  border-radius: 40px;
  background: rgb(23,47,68);
  color: #fff;

  text-decoration: none;
  font-size: 16px;
  transition: 0.3s ease;
}

.book-now-btn:hover {
  background: #E6C78B;
  color: #000;
}

/* Mobile */
@media (max-width: 768px) {
  .day { font-size: 44px; }
  .title { font-size: 56px; }
  .badges { flex-direction: column; }
}
.day {
  margin-top: 40px;   /* 🔽 Saturday aur niche */
}
.day {
  color: #ffffff;   /* WHITE */
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-5e3587d */.brunch-experience {
  width: 100%;
  padding: 100px 20px 120px;
  background: radial-gradient(
    circle at top,
    #1c2a44 0%,
    #0b1424 55%,
    #070c18 100%
  );
  text-align: center;
  font-family: Georgia, "Times New Roman", Times, serif;
  color: #ffffff;
}

/* Main heading */
.section-title {
  font-size: 38px;
  font-weight: 400;
  color: #E6C78B;
  margin-bottom: 70px;
}

/* Cards layout */
.experience-cards {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 40px;
  max-width: 1200px;
  margin: 0 auto 60px;
}

/* Card */
.exp-card {
  background: rgba(255, 255, 255, 0.06);
  border: 1px solid rgba(255, 255, 255, 0.15);
  border-radius: 18px;
  padding: 45px 35px 40px;
  backdrop-filter: blur(6px);
}

/* Icon */
.icon-circle {
  width: 60px;
  height: 60px;
  margin: 0 auto 22px;
  border-radius: 50%;
  background: rgba(230, 199, 139, 0.15);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 26px;
}

/* Card title */
.exp-card h3 {
  font-size: 22px;
  font-weight: 400;
  margin-bottom: 16px;
}

/* Card text */
.exp-card p {
  font-size: 16px;
  line-height: 26px;
  color: #d6d9df;
}

/* Legend */
.food-legend {
  display: inline-flex;
  gap: 40px;
  padding: 16px 40px;
  border-radius: 16px;
  background: rgba(255,255,255,0.05);
  border: 1px solid rgba(255,255,255,0.15);
  margin-bottom: 80px;
}

.food-legend span {
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: 16px;
}

/* Dots */
.food-legend i {
  width: 18px;
  height: 18px;
  border-radius: 50%;
  display: inline-block;
}

.food-legend .veg i {
  background: radial-gradient(circle, #6cffc0, #2ea66a);
}

.food-legend .nonveg i {
  background: radial-gradient(circle, #ff6b7a, #c43845);
}

/* Bottom title */
.section-bottom-title {
  font-size: 36px;
  font-weight: 400;
  letter-spacing: 2px;
  color: #E6C78B;
  margin-bottom: 18px;
}

.gold-line {
  width: 80px;
  height: 2px;
  background: #E6C78B;
  margin: 0 auto;
}

/* Responsive */
@media (max-width: 900px) {
  .experience-cards {
    grid-template-columns: 1fr;
    gap: 30px;
  }
}
/* SECTION BACKGROUND */
.menu-section {
  padding: 80px 60px;
  background: radial-gradient(circle at top, #1b2a44 0%, #0b1426 70%);
  font-family: "Inter", sans-serif;
}

/* GRID */
.menu-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 28px 32px;
}

/* CARD */
.menu-card {
  position: relative;
  background: linear-gradient(
    135deg,
    rgba(255, 255, 255, 0.06),
    rgba(255, 255, 255, 0.02)
  );
  border-radius: 18px;
  padding: 26px 70px 26px 28px;
  backdrop-filter: blur(14px);
  -webkit-backdrop-filter: blur(14px);
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.08);
}

/* CONTENT */
.menu-content h3 {
  margin: 0 0 10px;
  font-size: 18px;
  font-weight: 600;
  color: #ffffff;
}

.menu-content p {
  margin: 0;
  font-size: 14px;
  line-height: 1.6;
  color: rgba(255, 255, 255, 0.75);
}

/* VEG / NON-VEG DOT */
.dot {
  position: absolute;
  top: 28px;
  right: 28px;
  width: 18px;
  height: 18px;
  border-radius: 50%;
}

/* GREEN DOT */
.dot.veg {
  background: radial-gradient(circle at top, #9ff0b5, #2ecc71);
  box-shadow: 0 0 8px rgba(46, 204, 113, 0.6);
}
/* RED DOT */
.dot.nonveg {
  background: radial-gradient(circle at top, #ff7b8a, #d92b3a);
  box-shadow: 0 0 8px rgba(255, 123, 138, 0.6);
}

/* SECTION BACKGROUND */
.salad-section {
  padding: 70px 6%;
  background: radial-gradient(
    circle at top,
    #1c2b45 0%,
    #0e1b32 55%,
    #060c18 100%
  );
}

/* GRID */
.salad-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 26px 34px;
}

/* CARD */
.salad-card {
  position: relative;
  padding: 22px 64px 22px 26px;
  border-radius: 18px;

  /* LIGHT GLASS BOX */
  background: linear-gradient(
    135deg,
    rgba(255, 255, 255, 0.12),
    rgba(255, 255, 255, 0.06)
  );

  backdrop-filter: blur(14px);
  -webkit-backdrop-filter: blur(14px);

  box-shadow:
    inset 0 0 0 1px rgba(255, 255, 255, 0.15),
    0 12px 26px rgba(0, 0, 0, 0.25);
}

/* TEXT */
.salad-text h3 {
  margin: 0 0 8px;
  font-size: 18px;
  font-weight: 600;
  color: #ffffff;
}

.salad-text p {
  margin: 0;
  font-size: 14.5px;
  line-height: 1.6;
  color: rgba(255, 255, 255, 0.85);
}

/* DOT COMMON */
.food-dot {
  position: absolute;
  top: 22px;
  right: 22px;
  width: 18px;
  height: 18px;
  border-radius: 50%;
}

/* VEG DOT */
.veg-dot {
  background: radial-gradient(circle at top, #9ff0b5, #2ecc71);
  box-shadow: 0 0 10px rgba(46, 204, 113, 0.6);
}

/* NON-VEG DOT */
.nonveg-dot {
  background: radial-gradient(circle at top, #ff9aa0, #e63946);
  box-shadow: 0 0 10px rgba(230, 57, 70, 0.6);
}

/* RESPONSIVE */
@media (max-width: 900px) {
  .salad-grid {
    grid-template-columns: 1fr;
  }
}
.menu-section {
  padding: 40px 0 50px;   /* pehle zyada tha */
  margin: 0;
  background: transparent; /* black layer hatane ke liye */
}
.menu-heading {
  text-align: center;
  font-size: 34px;
  letter-spacing: 2px;
  color: #E6C78B;
  margin-bottom: 20px;   /* 🔽 gap kam */
}

.menu-heading::after {
  content: "";
  display: block;
  width: 60px;
  height: 2px;
  background: #E6C78B;
  margin: 10px auto 0;   /* center line, kam space */
}
.menu-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 18px 28px;   /* 🔽 row gap kam */
  margin-bottom: 35px;  /* next heading se pehle kam space */
}
.menu-card {
  padding: 22px 26px;    /* pehle zyada tha */
  border-radius: 18px;
  background: linear-gradient(145deg, #2b3a52, #1f2d44);
}
.menu-section + .menu-section {
  margin-top: 30px;  /* pehle 80–100px hota hai */
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-9fea7da *//* SECTION */
.menu-section {
  background: radial-gradient(circle at top, #2b3a55, #0f1a2e 65%, #070c16);
  padding: 90px 60px;
  font-family: "Georgia", serif;
  color: #ffffff;
}

/* HEADING */
.menu-heading {
  text-align: center;
  color: #e6c78b;
  font-size: 36px;
  letter-spacing: 2px;
  margin: 40px 0 10px;
}

.menu-heading.mid {
  margin-top: 90px;
}

/* GOLD LINE */
.heading-line {
  display: block;
  width: 60px;
  height: 2px;
  background: #e6c78b;
  margin: 0 auto 50px;
}

/* CARD */
.menu-card {
  max-width: 820px;
  background: linear-gradient(135deg, #2f3b52, #1b263a);
  border-radius: 18px;
  padding: 26px 30px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  box-shadow: inset 0 0 0 1px rgba(255,255,255,0.08);
  margin-bottom: 60px;
}

/* TEXT */
.menu-text h3 {
  font-size: 20px;
  margin-bottom: 10px;
  color: #ffffff;
}

.menu-text p {
  font-size: 15px;
  color: #d6dbe6;
}

/* VEG DOT */
.veg-dot {
  width: 18px;
  height: 18px;
  background: radial-gradient(circle at top, #6dffb2, #3ddc84);
  border-radius: 50%;
  box-shadow: 0 0 8px rgba(61,220,132,0.6);
  flex-shrink: 0;
}

/* RESPONSIVE */
@media (max-width: 768px) {
  .menu-section {
    padding: 60px 24px;
  }

  .menu-heading {
    font-size: 26px;
  }

  .menu-card {
    flex-direction: column;
    align-items: flex-start;
    gap: 18px;
  }

  .veg-dot {
    align-self: flex-end;
  }
}/* End custom CSS */
/* Start custom CSS for section, class: .elementor-element-7515218 *//* =========================
   SECTION
========================= */
.menu-section {
  background: radial-gradient(circle at top, #1b2a44, #0b1424 60%, #05080f);
  padding: 90px 60px;
  color: #fff;
  font-family: "Georgia", serif;
}

/* =========================
   SECTION HEADINGS
========================= */
.menu-heading {
  text-align: center;
  color: #e6c78b;
  font-size: 36px;
  letter-spacing: 3px;
  margin-bottom: 14px;
}

.menu-heading::after {
  content: "";
  display: block;
  width: 80px;
  height: 2px;
  background: #e6c78b;
  margin: 12px auto 70px;
}

/* =========================
   CARD (LEFT ALIGNED)
========================= */
.menu-card {
  max-width: 760px;
  background: linear-gradient(135deg, #2a3446, #1a2333);
  border-radius: 18px;
  padding: 28px 34px;
  margin: 0 0 80px 0; /* LEFT aligned */
  position: relative;
  box-shadow: inset 0 0 0 1px rgba(255,255,255,0.08);
}

/* =========================
   GREEN DOT
========================= */
.menu-dot {
  position: absolute;
  right: 28px;
  top: 32px;
  width: 16px;
  height: 16px;
  background: radial-gradient(circle at top left, #7cffb2, #2ecc71);
  border-radius: 50%;
}

/* =========================
   CARD TITLE
========================= */
.menu-card h3 {
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 12px;
  color: #ffffff;
}

/* =========================
   DESCRIPTION
========================= */
.menu-card p {
  font-size: 15px;
  line-height: 1.7;
  color: #d6dbe6;
}

/* =========================
   MOBILE RESPONSIVE
========================= */
@media (max-width: 1024px) {
  .menu-section {
    padding: 70px 40px;
  }
}

@media (max-width: 768px) {
  .menu-section {
    padding: 60px 24px;
  }

  .menu-heading {
    font-size: 28px;
  }

  .menu-card {
    margin-bottom: 60px;
    padding: 24px;
  }

  .menu-dot {
    right: 20px;
    top: 26px;
  }
}

@media (max-width: 480px) {
  .menu-heading {
    font-size: 24px;
    letter-spacing: 2px;
  }

  .menu-card h3 {
    font-size: 18px;
  }

  .menu-card p {
    font-size: 14px;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-f920171 *//* =========================
   SECTION
========================= */
.chefs-finale {
  background: radial-gradient(circle at top, #243453, #0f1a2e 65%, #080d18);
  padding: 90px 60px;
  font-family: "Georgia", serif;
  color: #fff;
}

/* =========================
   HEADING
========================= */
.finale-heading {
  text-align: center;
  color: #e6c78b;
  font-size: 36px;
  letter-spacing: 3px;
  margin-bottom: 70px;
  position: relative;
}

.finale-heading::after {
  content: "";
  display: block;
  width: 70px;
  height: 2px;
  background: #e6c78b;
  margin: 14px auto 0;
}

/* =========================
   GRID
========================= */
.finale-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 40px;
}

/* =========================
   CARD
========================= */
.finale-card {
  position: relative;
  background: linear-gradient(135deg, #2f3b52, #1c273a);
  border-radius: 18px;
  padding: 30px 36px;
  box-shadow: inset 0 0 0 1px rgba(255,255,255,0.08);
}

/* =========================
   GREEN DOT
========================= */
.finale-dot {
  position: absolute;
  right: 30px;
  top: 32px;
  width: 16px;
  height: 16px;
  border-radius: 50%;
  background: radial-gradient(circle at top left, #7cffb2, #2ecc71);
}

/* =========================
   TITLE
========================= */
.finale-card h3 {
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 12px;
  color: #ffffff;
}

/* =========================
   DESCRIPTION
========================= */
.finale-card p {
  font-size: 15px;
  line-height: 1.7;
  color: #d6dbe6;
}

/* =========================
   RESPONSIVE
========================= */
@media (max-width: 1024px) {
  .chefs-finale {
    padding: 70px 40px;
  }
}

@media (max-width: 768px) {
  .finale-grid {
    grid-template-columns: 1fr;
    gap: 30px;
  }

  .finale-heading {
    font-size: 28px;
  }

  .finale-card {
    padding: 26px;
  }

  .finale-dot {
    right: 22px;
    top: 26px;
  }
}

@media (max-width: 480px) {
  .finale-heading {
    font-size: 24px;
    letter-spacing: 2px;
  }

  .finale-card h3 {
    font-size: 18px;
  }

  .finale-card p {
    font-size: 14px;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-d7a8933 *//* ===============================
   SECTION
================================ */
.guide-section {
  background: radial-gradient(circle at top, #2b3a55, #0f1a2e 65%, #070c16);
  padding: 90px 60px;
  font-family: "Georgia", serif;
  color: #ffffff;
}

/* ===============================
   HEADING
================================ */
.guide-heading {
  text-align: center;
  color: #e6c78b;
  font-size: 36px;
  margin-bottom: 70px;
}

/* ===============================
   GRID
================================ */
.guide-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 34px;
}

/* ===============================
   CARD
================================ */
.guide-card {
  background: linear-gradient(135deg, #2f3b52, #1b263a);
  border-radius: 18px;
  padding: 28px 30px;
  box-shadow: inset 0 0 0 1px rgba(255,255,255,0.08);
}

/* ===============================
   CARD TITLE
================================ */
.guide-card h3 {
  color: #e6c78b;
  font-size: 20px;
  margin-bottom: 14px;
}

/* ===============================
   TEXT
================================ */
.guide-card p {
  font-size: 15px;
  line-height: 1.7;
  color: #d6dbe6;
  margin-bottom: 14px;
}

/* ===============================
   NOTE / TRY TEXT
================================ */
.guide-note {
  font-size: 14px;
  color: #cfd6e4;
}

/* ===============================
   FOOTER TEXT
================================ */
.guide-footer {
  margin-top: 60px;
  text-align: center;
  font-size: 15px;
  color: #cfd6e4;
  font-style: italic;
}

/* ===============================
   RESPONSIVE
================================ */
@media (max-width: 1100px) {
  .guide-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 768px) {
  .guide-section {
    padding: 70px 30px;
  }

  .guide-heading {
    font-size: 28px;
  }

  .guide-grid {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 480px) {
  .guide-heading {
    font-size: 24px;
  }

  .guide-card h3 {
    font-size: 18px;
  }

  .guide-card p {
    font-size: 14px;
  }
}/* End custom CSS */