.elementor-3663 .elementor-element.elementor-element-e718db3:not(.elementor-motion-effects-element-type-background), .elementor-3663 .elementor-element.elementor-element-e718db3 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-image:url("https://akasa.sg/wp-content/uploads/2026/01/hero-soul-food-weekends.jpg");background-position:center center;background-repeat:no-repeat;background-size:cover;}.elementor-3663 .elementor-element.elementor-element-e718db3 > .elementor-background-overlay{background-color:#000000;opacity:0.74;transition:background 0.3s, border-radius 0.3s, opacity 0.3s;}.elementor-3663 .elementor-element.elementor-element-e718db3 > .elementor-container{min-height:550px;}.elementor-3663 .elementor-element.elementor-element-e718db3{transition:background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;margin-top:-87px;margin-bottom:0px;padding:0px 0px 0px 0px;}.elementor-widget-heading .elementor-heading-title{font-family:var( --e-global-typography-primary-font-family ), Sans-serif;font-weight:var( --e-global-typography-primary-font-weight );color:var( --e-global-color-primary );}.elementor-3663 .elementor-element.elementor-element-63badcc{text-align:center;}.elementor-3663 .elementor-element.elementor-element-63badcc .elementor-heading-title{font-family:"Times New Roman", Sans-serif;font-size:60px;font-weight:400;color:var( --e-global-color-astglobalcolor4 );}.elementor-widget-text-editor{font-family:var( --e-global-typography-text-font-family ), Sans-serif;font-weight:var( --e-global-typography-text-font-weight );color:var( --e-global-color-text );}.elementor-widget-text-editor.elementor-drop-cap-view-stacked .elementor-drop-cap{background-color:var( --e-global-color-primary );}.elementor-widget-text-editor.elementor-drop-cap-view-framed .elementor-drop-cap, .elementor-widget-text-editor.elementor-drop-cap-view-default .elementor-drop-cap{color:var( --e-global-color-primary );border-color:var( --e-global-color-primary );}.elementor-3663 .elementor-element.elementor-element-1c014b1{text-align:center;font-family:"Times New Roman", Sans-serif;font-size:18px;font-weight:400;color:var( --e-global-color-astglobalcolor4 );}.elementor-3663 .elementor-element.elementor-element-daca30c:not(.elementor-motion-effects-element-type-background), .elementor-3663 .elementor-element.elementor-element-daca30c > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:#000000;}.elementor-3663 .elementor-element.elementor-element-daca30c{transition:background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;}.elementor-3663 .elementor-element.elementor-element-daca30c > .elementor-background-overlay{transition:background 0.3s, border-radius 0.3s, opacity 0.3s;}.elementor-3663 .elementor-element.elementor-element-517e1bb:not(.elementor-motion-effects-element-type-background), .elementor-3663 .elementor-element.elementor-element-517e1bb > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:#000000;}.elementor-3663 .elementor-element.elementor-element-517e1bb{transition:background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;margin-top:-137px;margin-bottom:0px;padding:0px 0px 0px 0px;}.elementor-3663 .elementor-element.elementor-element-517e1bb > .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-3f846ee *//* SECTION */
.chaat-section {
  padding: 80px 20px;
  background: #000;
  background-image: radial-gradient(rgba(255,255,255,0.04) 1px, transparent 1px);
  background-size: 24px 24px;
  font-family: "Poppins", sans-serif;
}

/* LEGEND */
.food-legend {
  display: flex;
  justify-content: center;
  gap: 24px;
  margin-bottom: 30px;
  color: #ddd;
  font-size: 14px;
}

.food-legend span {
  display: flex;
  align-items: center;
  gap: 8px;
}

/* DOTS */
.dot {
  width: 12px;
  height: 12px;
  border-radius: 50%;
}

.dot.veg {
  background: #5fe0a3;
}

.dot.nonveg {
  background: #ff4d5a;
}

/* TITLE */
.section-title {
  text-align: center;
  color: #e6c78b;
  font-size: 42px;
  font-weight: 500;
}

.title-line {
  width: 60px;
  height: 2px;
  background: #e6c78b;
  margin: 12px auto 28px;
}

/* OFFER */
.offer-badge {
  max-width: 520px;
  margin: 0 auto 50px;
  padding: 10px 20px;
  text-align: center;
  background: #122536;
  color: #d9e6f2;
  border-radius: 999px;
  font-size: 14px;
}

/* GRID */
.chaat-grid {
  max-width: 1200px;
  margin: auto;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 28px;
}

/* CARD */
.chaat-card {
  padding: 28px;
  border-radius: 14px;
  background: rgba(0,0,0,0.7);
  border: 1px solid rgba(255,255,255,0.08);
  box-shadow: inset 0 0 35px rgba(230,199,139,0.08);
}

.chaat-card.highlight {
  box-shadow: inset 0 0 45px rgba(230,199,139,0.25);
}

/* HEADER */
.card-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 10px;
}

.card-title {
  display: flex;
  align-items: center;
  gap: 10px;
  color: #fff;
  font-size: 18px;
  font-weight: 600;
}

.price {
  color: #e6c78b;
  font-size: 18px;
  font-weight: 600;
}

/* DESC */
.chaat-card p {
  color: #cfcfcf;
  font-size: 14px;
  line-height: 1.6;
}

/* MOBILE */
@media (max-width: 900px) {
  .chaat-grid {
    grid-template-columns: 1fr;
  }

  .section-title {
    font-size: 34px;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-3a483cd */.menu-section {
  padding: 80px 24px;
  background: #000;
  background-image: radial-gradient(rgba(255,255,255,0.04) 1px, transparent 1px);
  background-size: 24px 24px;
  font-family: "Poppins", sans-serif;
}

/* HEADINGS */
.menu-heading {
  text-align: center;
  color: #e6c78b;
  font-size: 34px;
  margin: 80px 0 40px;
  position: relative;
}

.menu-heading::after {
  content: "";
  width: 70px;
  height: 2px;
  background: #e6c78b;
  display: block;
  margin: 10px auto 0;
}

/* GRID */
.menu-grid {
  max-width: 1200px;
  margin: auto;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 26px;
}

.menu-grid.single {
  grid-template-columns: 1fr;
}

/* CARD */
.menu-card {
  background: rgba(0,0,0,0.65);
  border: 1px solid rgba(255,255,255,0.08);
  border-radius: 14px;
  padding: 26px 28px;
  box-shadow: inset 0 0 40px rgba(230,199,139,0.08);
}

/* TOP */
.card-top {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 16px;
}

/* DOT */
.menu-card h3 {
  position: relative;
  padding-left: 26px;
  font-size: 18px;
  color: #fff;
}

.menu-card h3::before {
  content: "";
  width: 14px;
  height: 14px;
  border-radius: 50%;
  position: absolute;
  left: 0;
  top: 4px;
}

.menu-card.veg h3::before {
  background: #58e29f;
}

.menu-card.nonveg h3::before {
  background: #ff4b5c;
}

/* PRICE */
.price {
  color: #e6c78b;
  font-weight: 600;
  font-size: 18px;
}

/* DESC */
.menu-card p {
  margin-top: 10px;
  font-size: 14px;
  color: #cfcfcf;
  line-height: 1.6;
}

/* BACK BUTTON */
.back-btn {
  margin: 80px auto 0;
  width: fit-content;
  padding: 14px 32px;
  background: #1a2f42;
  color: #fff;
  border-radius: 999px;
  font-weight: 500;
  cursor: pointer;
}

/* MOBILE */
@media (max-width: 992px) {
  .menu-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 600px) {
  .menu-grid {
    grid-template-columns: 1fr;
  }

  .menu-heading {
    font-size: 26px;
  }
}/* End custom CSS */