.elementor-3456 .elementor-element.elementor-element-b4fbe2f:not(.elementor-motion-effects-element-type-background), .elementor-3456 .elementor-element.elementor-element-b4fbe2f > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-image:url("https://akasa.sg/wp-content/uploads/2026/01/image.png");background-position:center center;background-repeat:no-repeat;background-size:cover;}.elementor-3456 .elementor-element.elementor-element-b4fbe2f > .elementor-background-overlay{background-color:#000000;opacity:0.58;transition:background 0.3s, border-radius 0.3s, opacity 0.3s;}.elementor-3456 .elementor-element.elementor-element-b4fbe2f > .elementor-container{min-height:520px;}.elementor-3456 .elementor-element.elementor-element-b4fbe2f{transition:background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;margin-top:-90px;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-3456 .elementor-element.elementor-element-ab52b07{text-align:center;}.elementor-3456 .elementor-element.elementor-element-ab52b07 .elementor-heading-title{font-family:"Times New Roman", Sans-serif;font-size:60px;font-weight:400;color:var( --e-global-color-astglobalcolor4 );}.elementor-3456 .elementor-element.elementor-element-031e249{text-align:center;}.elementor-3456 .elementor-element.elementor-element-031e249 .elementor-heading-title{font-family:"Times New Roman", Sans-serif;font-size:25px;font-weight:400;color:var( --e-global-color-astglobalcolor4 );}.elementor-3456 .elementor-element.elementor-element-b7a5483:not(.elementor-motion-effects-element-type-background), .elementor-3456 .elementor-element.elementor-element-b7a5483 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:#000000;}.elementor-3456 .elementor-element.elementor-element-b7a5483{transition:background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;}.elementor-3456 .elementor-element.elementor-element-b7a5483 > .elementor-background-overlay{transition:background 0.3s, border-radius 0.3s, opacity 0.3s;}.elementor-3456 .elementor-element.elementor-element-c209784:not(.elementor-motion-effects-element-type-background), .elementor-3456 .elementor-element.elementor-element-c209784 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:#000000;}.elementor-3456 .elementor-element.elementor-element-c209784{transition:background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;margin-top:-149px;margin-bottom:0px;}.elementor-3456 .elementor-element.elementor-element-c209784 > .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-b35d1ea *//* SECTION BACKGROUND */
.mithai-section {
  background: #000;
  padding: 80px 40px 120px;
  position: relative;
}

/* MAIN CONTAINER */
.mithai-wrapper {
  max-width: 1200px;
  margin: auto;
  background: linear-gradient(180deg, #1a1a1a, #111);
  border-radius: 18px;
  padding: 40px 40px 30px;
  box-shadow: inset 0 0 0 1px rgba(230,199,139,0.15);
}

/* TITLE */
.mithai-title {
  text-align: center;
  font-size: 30px;
  color: #e6c78b;
  font-family: "Georgia", serif;
  margin-bottom: 30px;
}

/* IMAGE GRID */
.mithai-images {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
}

/* IMAGE BOX */
.mithai-img {
  border-radius: 14px;
  overflow: hidden;
  box-shadow: inset 0 0 0 1px rgba(255,255,255,0.06);
}

.mithai-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

/* DESCRIPTION */
.mithai-desc {
  text-align: center;
  color: #cfcfcf;
  font-size: 15px;
  margin-top: 18px;
}

/* VEGETARIAN BADGE */
.veg-badge {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  background: #0f1c14;
  padding: 14px 20px;
  border-radius: 30px;
  margin: 30px auto 0;
  width: fit-content;
  box-shadow: inset 0 0 0 1px rgba(80,200,120,0.3);
}

.veg-dot {
  width: 12px;
  height: 12px;
  background: #42d77d;
  border-radius: 50%;
}

.veg-text {
  color: #fff;
  font-weight: 600;
}

.veg-sub {
  color: #9dddb8;
  font-size: 13px;
}

/* MOBILE RESPONSIVE */
@media (max-width: 768px) {

  .mithai-section {
    padding: 50px 16px 90px;
  }

  .mithai-wrapper {
    padding: 24px;
  }

  .mithai-title {
    font-size: 24px;
  }

  .mithai-images {
    grid-template-columns: 1fr;
  }

  .mithai-desc {
    font-size: 14px;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-bffb0dc *//* =========================
   SECTION
========================= */
.sweets-section {
  background: #000;
  padding: 80px 40px;
  color: #fff;
  font-family: "Georgia", serif;
  text-align: center; /* ✅ veg badge center ke liye */
}

/* =========================
   TOP VEG BADGE
========================= */
.veg-top {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  background: #0f1c14;
  padding: 12px 20px;
  border-radius: 30px;
  margin: 0 auto 40px;
  width: fit-content;
  box-shadow: inset 0 0 0 1px rgba(80,200,120,0.3);
}

.veg-dot {
  width: 12px;
  height: 12px;
  background: #3ddc84;
  border-radius: 50%;
}

.veg-title {
  font-weight: 600;
  color: #ffffff;
}

.veg-desc {
  color: #e6c78b;
  font-style: italic;
  font-size: 14px;
}

/* =========================
   HEADING
========================= */
.section-heading {
  text-align: center;
  color: #e6c78b;
  font-size: 32px;
  letter-spacing: 2px;
  margin-bottom: 50px;
}

/* =========================
   GRID
========================= */
.sweets-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 30px;
  text-align: left; /* ✅ card text left rahe */
}

/* =========================
   CARD
========================= */
.sweet-card {
  background: radial-gradient(circle at top, #111, #000);
  border-radius: 16px;
  padding: 28px;
  box-shadow: inset 0 0 0 1px rgba(255,255,255,0.06);
}

/* =========================
   MITHAI TITLE (WHITE)
========================= */
.sweet-card h3 {
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: 20px;
  margin-bottom: 14px;
  color: #ffffff; /* ✅ WHITE */
}

/* =========================
   DESCRIPTION
========================= */
.sweet-card p {
  font-size: 14px;
  line-height: 1.7;
  color: #d6d6d6;
}

/* =========================
   DIVIDER
========================= */
.divider {
  height: 1px;
  background: rgba(230,199,139,0.4);
  margin: 16px 0;
}

/* =========================
   ALLERGEN TEXT
========================= */
.allergen {
  color: #e6c78b;
  font-style: italic;
  font-size: 13px;
}

/* =========================
   RESPONSIVE
========================= */
@media (max-width: 1024px) {
  .sweets-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 640px) {
  .sweets-section {
    padding: 50px 16px;
  }

  .section-heading {
    font-size: 24px;
  }

  .sweets-grid {
    grid-template-columns: 1fr;
  }

  .sweet-card {
    padding: 22px;
  }

  .veg-desc {
    display: block;
    margin-top: 4px;
  }
}
/* =========================
   SECTION
========================= */
.single-sweet-section {
  background: #000;
  padding: 80px 40px;
  min-height: 100vh;
  font-family: "Georgia", serif;
  color: #fff;
  position: relative;
}

/* =========================
   CARD
========================= */
.sweet-card {
  max-width: 420px;
  background: radial-gradient(circle at top, #111, #000);
  border-radius: 18px;
  padding: 30px;
  box-shadow: inset 0 0 0 1px rgba(255,255,255,0.06);
}/* End custom CSS */