.elementor-5874 .elementor-element.elementor-element-20cd214{--display:flex;}body.elementor-page-5874:not(.elementor-motion-effects-element-type-background), body.elementor-page-5874 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:transparent;background-image:linear-gradient(180deg, #04070C 0%, #061414 100%);}:root{--page-title-display:none;}/* Start custom CSS for html, class: .elementor-element-e19e31f *//* ==========================
   Vidhm Momos - ELEMENTOR CSS
   Paste this into Elementor Page -> Custom CSS
   ========================== */

/* Root variables & base */
#vidhm-momos-el{
  --accent: #ffb703;
  --accent-dark: #e6a400;
  --muted: #9fb3b3;
  --bg1: #061014;
  --card-bg: rgba(255,255,255,0.02);
  --glass: rgba(255,255,255,0.04);
  color: #eafefe;
  font-family: "Poppins", system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", Arial;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: optimizeLegibility;
  padding: 28px;
  border-radius: 18px;
  background:
    radial-gradient(800px 400px at 10% 0%, rgba(16,54,64,0.45), transparent 30%),
    var(--bg1);
}

/* Header */
#vidhm-momos-el .vm-brand{ display:flex; gap:12px; align-items:center; margin-bottom:14px; }
#vidhm-momos-el .vm-logo{ width:56px;height:56px;border-radius:12px;display:grid;place-items:center;font-weight:900;
  background: linear-gradient(135deg,#ffd166,#ef476f); color:#071316; box-shadow: 0 8px 30px rgba(0,0,0,0.5); }
#vidhm-momos-el h1{ margin:0; font-size:20px; line-height:1; color:#ffffff; font-weight:900; text-shadow:none; }
#vidhm-momos-el .vm-sub{ margin:4px 0 0; color:var(--muted); font-size:13px; }

/* Slider / info cards */
#vidhm-momos-el .vm-slider{ background: linear-gradient(180deg, rgba(255,255,255,0.03), rgba(255,255,255,0.01));
  border:1px solid rgba(255,255,255,0.04); padding:12px; border-radius:14px; margin:10px 0 18px; overflow:hidden; }
#vidhm-momos-el .vm-slides{ display:flex; gap:14px; animation:vm-marq 18s linear infinite; }
#vidhm-momos-el .vm-slide{ min-width:260px; padding:10px 14px; background: rgba(12,39,45,0.55); border-radius:10px; font-weight:700; color:#f7f7f7; box-shadow: inset 0 -4px 12px rgba(0,0,0,0.25); }
@keyframes vm-marq{ 0%{ transform: translateX(0) } 100%{ transform: translateX(-50%) } }

/* Tabs */
#vidhm-momos-el .vm-tab-list{ display:flex; gap:10px; margin-bottom:12px; flex-wrap:wrap; }
#vidhm-momos-el .vm-tab-btn{ padding:8px 12px; border-radius:999px; background: rgba(255,255,255,0.03); border:1px solid rgba(255,255,255,0.03); color:inherit; font-weight:800; cursor:pointer; transition: transform .12s ease, background .12s ease; }
#vidhm-momos-el .vm-tab-btn.active{ background: rgba(255,255,255,0.08); transform: translateY(-2px); box-shadow: 0 8px 20px rgba(0,0,0,0.35) }

/* Panels & grid */
#vidhm-momos-el .vm-panel{ margin-top:6px; }
#vidhm-momos-el .vm-grid{ display:grid; grid-template-columns: repeat(auto-fit, minmax(300px,1fr)); gap:16px; }

/* Card */
#vidhm-momos-el .vm-card{ position:relative; background: linear-gradient(180deg, rgba(255,255,255,0.02), rgba(255,255,255,0.01));
  border-radius:14px; border:1px solid rgba(255,255,255,0.03); overflow:hidden; box-shadow: 0 12px 36px rgba(2,10,12,0.55);
  display:flex; flex-direction:column; transition: transform .18s ease, box-shadow .18s ease; }
#vidhm-momos-el .vm-card:hover{ transform: translateY(-6px); box-shadow: 0 20px 48px rgba(2,10,12,0.75); }

/* Media / image */
#vidhm-momos-el .vm-media{ height:170px; overflow:hidden; background: linear-gradient(135deg,#0f2b2f,#082021); display:flex; align-items:center; justify-content:center; }
#vidhm-momos-el .vm-media img{ width:100%; height:100%; object-fit:cover; display:block; -webkit-user-drag: none; }

/* Make sure missing images show a pleasant placeholder instead of broken icon */
#vidhm-momos-el .vm-media img[loading="lazy"]{ opacity:1; }

/* Body */
#vidhm-momos-el .vm-body{ padding:14px; display:flex; flex-direction:column; gap:8px; min-height:150px; }
#vidhm-momos-el .vm-title{ margin:0; font-size:16px; font-weight:900; color:#ffffff; text-shadow:none; letter-spacing:0.2px; }
#vidhm-momos-el .vm-meta{ font-size:13px; color:var(--muted); margin-top:2px; }
#vidhm-momos-el .vm-price{ font-weight:900; font-size:18px; color:#f2fdfd; }
#vidhm-momos-el .vm-strike{ color:#9fb3b3; text-decoration:line-through; margin-left:8px; font-weight:700; font-size:13px; }

/* Badge */
#vidhm-momos-el .vm-badge{ position:absolute; left:12px; top:12px; background: linear-gradient(135deg,#ffb703,#ffd166); color:#071316; padding:6px 10px; border-radius:999px; font-weight:800; font-size:13px; box-shadow: 0 6px 12px rgba(255,167,40,0.14); }

/* Actions */
#vidhm-momos-el .vm-actions{ display:flex; gap:10px; align-items:center; margin-top:auto; }
#vidhm-momos-el .vm-qty{ width:76px; padding:8px; border-radius:10px; border:1px solid rgba(255,255,255,0.04); background:#0c2b2f; color:#ffffff; font-weight:800; text-align:center; }
#vidhm-momos-el .vm-btn{ padding:10px 14px; border-radius:10px; cursor:pointer; background: rgba(255,255,255,0.03); color:inherit; border:1px solid rgba(255,255,255,0.04); font-weight:900; text-decoration:none; display:inline-flex; align-items:center; justify-content:center; transition: transform .12s ease, background .12s ease; }
#vidhm-momos-el .vm-btn:hover{ transform: translateY(-3px); }
#vidhm-momos-el .vm-btn.vm-order{ border-color: rgba(255,184,3,0.35); box-shadow: 0 8px 26px rgba(255,184,3,0.08); background: linear-gradient(180deg, rgba(255,255,255,0.02), rgba(255,255,255,0.01)); color:#fff; }

/* Cart */
#vidhm-momos-el .vm-cart-wrap{ margin-top:22px; }
#vidhm-momos-el .vm-cart{ padding:14px; border-radius:14px; background: linear-gradient(180deg, rgba(255,255,255,0.01), rgba(255,255,255,0.00)); border:1px solid rgba(255,255,255,0.03); box-shadow: 0 12px 40px rgba(0,0,0,0.55); }
#vidhm-momos-el .vm-cart-list{ display:flex; flex-direction:column; gap:8px; margin-bottom:10px; }
#vidhm-momos-el .vm-cart-row{ display:flex; justify-content:space-between; align-items:center; gap:12px; padding:8px; border-radius:10px; background: rgba(0,0,0,0.16); }
#vidhm-momos-el .vm-cart-left{ font-weight:800; color:#ffffff; }
#vidhm-momos-el .vm-cart-qty{ width:74px; padding:8px; border-radius:8px; background:#0c2b2f; border:1px solid rgba(255,255,255,0.03); color:#eaffff; font-weight:800; text-align:center; }

/* Totals & inputs */
#vidhm-momos-el .vm-totals{ display:flex; justify-content:space-between; gap:12px; align-items:flex-start; flex-wrap:wrap; margin-top:10px; }
#vidhm-momos-el .vm-input{ width:220px; padding:10px; border-radius:10px; border:1px solid rgba(255,255,255,0.03); background:#072425; color:#eaffff; }
#vidhm-momos-el .vm-note{ color:var(--muted); font-size:13px; }

/* Footer */
#vidhm-momos-el .vm-footer{ margin-top:18px; color:var(--muted); font-size:13px; }

/* Focus states for accessibility */
#vidhm-momos-el input:focus, #vidhm-momos-el .vm-qty:focus, #vidhm-momos-el .vm-input:focus, #vidhm-momos-el .vm-btn:focus{
  outline: 2px solid rgba(255,183,3,0.16);
  outline-offset: 3px;
  box-shadow: 0 6px 18px rgba(255,183,3,0.06);
}

/* Remove text blur - make white text crisp */
#vidhm-momos-el, 
#vidhm-momos-el * {
  text-shadow: none !important;
  -webkit-font-smoothing: antialiased !important;
  -moz-osx-font-smoothing: grayscale !important;
  filter: none !important;
}

/* Placeholder image style if external images are missing */
#vidhm-momos-el .vm-media:empty{
  background: linear-gradient(135deg,#0f2b2f,#082021);
  display:flex; align-items:center; justify-content:center; color:var(--muted); font-weight:700;
}

/* Responsive tweaks */
@media (max-width: 900px){
  #vidhm-momos-el{ padding:18px; border-radius:14px; }
  #vidhm-momos-el .vm-grid{ grid-template-columns: 1fr; }
  #vidhm-momos-el .vm-media{ height:160px; }
  #vidhm-momos-el .vm-qty{ width:100%; }
  #vidhm-momos-el .vm-actions{ flex-direction:column; align-items:stretch; }
  #vidhm-momos-el .vm-input{ width:100%; }
}

/* Small devices */
@media (max-width: 480px){
  #vidhm-momos-el h1{ font-size:18px; }
  #vidhm-momos-el .vm-media{ height:140px; }
  #vidhm-momos-el .vm-title{ font-size:15px; }
  #vidhm-momos-el .vm-price{ font-size:16px; }
  #vidhm-momos-el .vm-tab-list{ gap:8px; }
}

/* End of CSS *//* End custom CSS */