.elementor-3727 .elementor-element.elementor-element-7d98351:not(.elementor-motion-effects-element-type-background), .elementor-3727 .elementor-element.elementor-element-7d98351 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-image:url("https://akasa.sg/wp-content/uploads/2026/01/SATURDAY-BRUNCH.avif");background-position:center center;background-repeat:no-repeat;background-size:cover;}.elementor-3727 .elementor-element.elementor-element-7d98351 > .elementor-background-overlay{background-color:#000000;opacity:0.72;transition:background 0.3s, border-radius 0.3s, opacity 0.3s;}.elementor-3727 .elementor-element.elementor-element-7d98351 > .elementor-container{min-height:550px;}.elementor-3727 .elementor-element.elementor-element-7d98351{transition:background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;margin-top:-102px;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-3727 .elementor-element.elementor-element-fe81036{text-align:center;}.elementor-3727 .elementor-element.elementor-element-fe81036 .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-3727 .elementor-element.elementor-element-8fe6d7c > .elementor-widget-container{margin:-24px 0px 0px 0px;padding:0px 0px 0px 0px;}.elementor-3727 .elementor-element.elementor-element-8fe6d7c{text-align:center;font-family:"Times New Roman", Sans-serif;font-weight:400;color:var( --e-global-color-astglobalcolor4 );}.elementor-3727 .elementor-element.elementor-element-6fede9c:not(.elementor-motion-effects-element-type-background), .elementor-3727 .elementor-element.elementor-element-6fede9c > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:#000000;}.elementor-3727 .elementor-element.elementor-element-6fede9c{transition:background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;margin-top:-21px;margin-bottom:0px;padding:0px 0px 0px 0px;}.elementor-3727 .elementor-element.elementor-element-6fede9c > .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-e246d53 *//* PAGE BACKGROUND */
body {
  margin: 0;
  background-color: #000;
  background-image: radial-gradient(rgba(255,255,255,0.05) 1px, transparent 1px);
  background-size: 28px 28px;
  font-family: "Georgia", serif;
  color: #fff;
}

/* MAIN WRAPPER */
.tasting-menu {
  text-align: center;
  padding: 80px 20px 120px;
}

/* LEGEND */
.legend-box {
  display: inline-flex;
  gap: 30px;
  padding: 12px 26px;
  border-radius: 12px;
  background: rgba(0,0,0,0.6);
  box-shadow: inset 0 0 0 1px rgba(255,255,255,0.08);
  margin-bottom: 40px;
}

.legend-item {
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: 15px;
}

/* DOTS */
.dot {
  width: 14px;
  height: 14px;
  border-radius: 50%;
  display: inline-block;
}

.dot.veg {
  background: radial-gradient(circle at 30% 30%, #9bffd0, #34c98e);
}

.dot.nonveg {
  background: radial-gradient(circle at 30% 30%, #ff8c8c, #d63a3a);
}

/* TITLE */
.menu-title {
  font-size: 36px;
  color: #e6c78b;
  letter-spacing: 1px;
  margin-bottom: 30px;
}

.menu-title span {
  font-weight: 300;
}

/* PRICE */
.price-badge {
  display: inline-block;
  padding: 10px 26px;
  border-radius: 10px;
  background: linear-gradient(135deg, #1b2f44, #243f5a);
  color: #fff;
  font-size: 18px;
  margin-bottom: 60px;
}

/* SECTION HEADINGS */
.menu-section {
  font-size: 28px;
  color: #e6c78b;
  letter-spacing: 1px;
  margin: 60px 0 40px;
  position: relative;
}

.menu-section::after {
  content: "";
  width: 60px;
  height: 2px;
  background: #e6c78b;
  display: block;
  margin: 12px auto 0;
}

/* CARD */
.menu-card {
  width: 320px;
  margin: 0 auto;
  padding: 26px 24px;
  border-radius: 14px;
  background: linear-gradient(180deg, #050505, #000);
  box-shadow:
    inset 0 0 0 1px rgba(255,255,255,0.08),
    0 0 35px rgba(230,199,139,0.15);
}

/* CARD TITLE */
.card-title {
  display: flex;
  align-items: center;
  gap: 12px;
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 10px;
}

/* CARD DESCRIPTION */
.card-desc {
  font-size: 14px;
  color: #bfbfbf;
  line-height: 1.6;
}

/* SOUP SPACING */
.menu-section.soup {
  margin-top: 90px;
}

/* MOBILE */
@media (max-width: 600px) {
  .menu-title {
    font-size: 28px;
  }

  .menu-card {
    width: 90%;
  }
}
/* BACKGROUND */
body {
  margin: 0;
  background-color: #000;
  background-image: radial-gradient(rgba(255,255,255,0.05) 1px, transparent 1px);
  background-size: 28px 28px;
  font-family: "Georgia", serif;
  color: #fff;
}

/* WRAPPER */
.tasting-wrapper {
  padding: 120px 20px;
  text-align: center;
}

/* SECTION TITLE */
.section-title {
  margin: 70px 0 35px;
  font-size: 26px;
  color: #e6c78b;
  letter-spacing: 1px;
  position: relative;
}

.section-title::after {
  content: "";
  width: 60px;
  height: 2px;
  background: #e6c78b;
  display: block;
  margin: 12px auto 0;
}

/* CARD */
.menu-card {
  width: 360px;
  margin: 0 auto 40px;
  padding: 28px 26px;
  border-radius: 14px;
  background: linear-gradient(180deg, #050505, #000);
  box-shadow:
    inset 0 0 0 1px rgba(255,255,255,0.08),
    0 0 35px rgba(0,0,0,0.8);
}

/* HIGHLIGHT CARD (APPETIZER 1) */
.menu-card.highlight {
  box-shadow:
    inset 0 0 0 1px rgba(255,255,255,0.1),
    0 0 40px rgba(230,199,139,0.25);
}

/* SMALL CARD (TOP SOUP) */
.menu-card.small {
  margin-bottom: 90px;
}

/* TITLE ROW */
.card-title {
  display: flex;
  align-items: center;
  gap: 12px;
  font-size: 20px;
  font-weight: 600;
}

.card-title.gold {
  color: #e6c78b;
}

/* DESCRIPTION */
.card-desc {
  margin-top: 10px;
  font-size: 14px;
  color: #bfbfbf;
  line-height: 1.6;
}

/* DOTS */
.dot {
  width: 14px;
  height: 14px;
  border-radius: 50%;
}

.dot.veg {
  background: radial-gradient(circle at 30% 30%, #9bffd0, #34c98e);
}

.dot.nonveg {
  background: radial-gradient(circle at 30% 30%, #ff8c8c, #d63a3a);
}

/* MOBILE */
@media (max-width: 600px) {
  .menu-card {
    width: 90%;
  }

  .section-title {
    font-size: 22px;
  }
}

/* BACKGROUND */
body {
  margin: 0;
  background-color: #000;
  background-image: radial-gradient(rgba(255,255,255,0.05) 1px, transparent 1px);
  background-size: 28px 28px;
  font-family: "Georgia", serif;
  color: #fff;
}

/* WRAPPER */
.main-course-wrapper {
  padding: 120px 30px;
  text-align: center;
}

/* SECTION HEADINGS */
.section-heading {
  color: #e6c78b;
  font-size: 28px;
  letter-spacing: 1px;
  margin-bottom: 30px;
  position: relative;
}

.section-heading::after {
  content: "";
  width: 60px;
  height: 2px;
  background: #e6c78b;
  display: block;
  margin: 12px auto 0;
}

/* NOTE BADGE */
.note-badge {
  display: inline-block;
  margin-bottom: 60px;
  padding: 12px 22px;
  background: linear-gradient(180deg, #132331, #0c1720);
  border-radius: 10px;
  font-style: italic;
  font-size: 15px;
  box-shadow: inset 0 0 0 1px rgba(255,255,255,0.1);
}

/* GRID */
.menu-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 28px;
  margin-bottom: 90px;
}

.menu-grid.served {
  grid-template-columns: repeat(2, 1fr);
  max-width: 900px;
  margin: 0 auto;
}

/* CARD */
.menu-card {
  position: relative;
  padding: 30px 28px;
  border-radius: 14px;
  background: linear-gradient(180deg, #050505, #000);
  box-shadow:
    inset 0 0 0 1px rgba(255,255,255,0.08),
    0 0 35px rgba(0,0,0,0.85);
  text-align: left;
}

/* CHOOSE BADGE */
.choose-badge {
  position: absolute;
  top: 14px;
  right: 16px;
  font-size: 12px;
  padding: 4px 10px;
  border-radius: 6px;
  background: #2b2417;
  color: #e6c78b;
}

/* ITEM TITLE */
.item-title {
  display: flex;
  align-items: center;
  gap: 12px;
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 12px;
}

/* DESCRIPTION */
.item-desc {
  font-size: 14px;
  color: #bfbfbf;
  line-height: 1.6;
}

/* DOTS */
.dot {
  width: 14px;
  height: 14px;
  border-radius: 50%;
  flex-shrink: 0;
}

.dot.veg {
  background: radial-gradient(circle at 30% 30%, #9bffd0, #2fc98e);
}

.dot.nonveg {
  background: radial-gradient(circle at 30% 30%, #ff8c8c, #d63a3a);
}

/* MOBILE */
@media (max-width: 900px) {
  .menu-grid {
    grid-template-columns: 1fr;
  }

  .menu-grid.served {
    grid-template-columns: 1fr;
  }
}
body {
  margin: 0;
  background: #000;
  font-family: "Poppins", sans-serif;
  color: #fff;
}

/* WRAPPER */
.tasting-wrapper {
  padding: 80px 20px;
  text-align: center;
  background:
    radial-gradient(rgba(255,255,255,0.05) 1px, transparent 1px);
  background-size: 26px 26px;
}

/* TITLES */
.section-title {
  margin: 70px 0 30px;
  font-size: 30px;
  font-weight: 500;
  color: #e6c78b;
  position: relative;
}

.section-title::after {
  content: "";
  width: 60px;
  height: 2px;
  background: #e6c78b;
  display: block;
  margin: 10px auto 0;
}

/* PRICE */
.price-pill {
  display: inline-block;
  padding: 10px 28px;
  background: #1b2d3d;
  border-radius: 10px;
  margin-bottom: 60px;
  font-weight: 600;
}

/* INFO */
.info-pill {
  display: inline-block;
  padding: 10px 22px;
  background: #1b2d3d;
  border-radius: 10px;
  margin-bottom: 40px;
}

/* GRID */
.menu-grid {
  max-width: 1200px;
  margin: auto;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(320px, 1fr));
  gap: 30px;
}

/* CARD */
.menu-card {
  background: rgba(0,0,0,0.7);
  border-radius: 14px;
  padding: 28px;
  border: 1px solid rgba(255,255,255,0.08);
  text-align: left;
  position: relative;
}

.menu-card.center {
  max-width: 420px;
  margin: auto;
  text-align: center;
}

.menu-card.glow {
  box-shadow: 0 0 40px rgba(230,199,139,0.25);
}

.menu-card h3 {
  margin: 0 0 10px;
  font-size: 20px;
  font-weight: 500;
}

.menu-card p {
  margin: 0;
  font-size: 14px;
  color: #cfcfcf;
  line-height: 1.6;
}

/* VEG DOT */
.veg-dot {
  width: 12px;
  height: 12px;
  background: #5cff9b;
  border-radius: 50%;
  display: inline-block;
  margin-right: 10px;
}

/* CHOOSE TAG */
.choice {
  position: absolute;
  top: 14px;
  right: 14px;
  background: #3a2f1d;
  color: #e6c78b;
  padding: 4px 10px;
  font-size: 12px;
  border-radius: 6px;
}

/* BACK BUTTON */
.back-btn {
  margin-top: 80px;
  padding: 14px 36px;
  background: #1b2d3d;
  border: none;
  border-radius: 30px;
  color: #fff;
  font-size: 16px;
  cursor: pointer;
}

.back-btn:hover {
  background: #2a4158;
}

/* MOBILE */
@media (max-width: 768px) {
  .section-title {
    font-size: 24px;
  }

  .menu-card {
    text-align: center;
  }

  .choice {
    position: static;
    display: inline-block;
    margin-bottom: 10px;
  }
}/* End custom CSS */