:root{
  --bg:radial-gradient(800px 520px at 22% 0%, rgba(201,162,39,.08), transparent 62%),
  linear-gradient(180deg, #1c2018, #0f120c); 
  --panel:rgba(18,26,39,0.62);
  --panel2:rgba(18,26,39,0.85);
  --text:#e9eef6;
  --muted:#aab6c5;
  --border:rgba(255,255,255,0.10);
  --gold:#c9a227;
  --danger:#ff5a5f;
  --veg:#2bd576;
  --nonveg:#ff5757;

  --radius:18px;
  --shadow:0 10px 30px rgba(0,0,0,0.35);
}

*{box-sizing:border-box}
html{scroll-behavior:smooth}
body{
  margin:0;
  font-family:system-ui,-apple-system,Segoe UI,Roboto,Arial,sans-serif;

  background:#0f120c;     /* fallback */
  background: var(--bg);  /* main theme */

  color:var(--text);
  background-attachment: fixed;
}

a{color:inherit;text-decoration:none}
.wrap{max-width:980px;margin:0 auto;padding:0 14px}

.section{padding:22px 0}
h1,h2,h3{margin:0 0 10px}
h2{font-size:20px}
h3{font-size:16px}
.muted{color:var(--muted);line-height:1.45}

.hidden{display:none !important}

/* Splash */
.splash{
  position: fixed;
  inset: 0;

  /* 🔒 fully block website behind */
  background: radial-gradient(
    60% 60% at 50% 40%,
    rgba(201,162,39,0.22),
    rgba(11,15,20,1)
  );

  display: flex;
  align-items: center;
  justify-content: center;

  z-index: 999999;           /* ⬆️ higher than header/hero */
  opacity: 1;
  transition: opacity 350ms ease;
}

/* fade out */
.splash.fade{
  opacity: 0;
  pointer-events: none;
}

/* content stays above background */
.splash-inner{
  position: relative;
  z-index: 1;
  text-align: center;
  padding: 22px 18px;
}

.splash-logo{
  font-size: 28px;
  letter-spacing: 0.5px;
  font-weight: 700;
}

.splash-sub{
  margin-top: 6px;
  color: var(--gold);
  font-weight: 600;
  letter-spacing: 2px;
  font-size: 12px;
}

.splash-loc{
  margin-top: 8px;
  color: var(--muted);
  font-size: 12px;
}

/* hard hide */
.hidden{
  display: none !important;
}

/* Header */
.topbar{
  position:sticky;top:0;z-index:50;
  display:flex;align-items:center;justify-content:space-between;
  padding:10px 12px;
  background:rgba(11,15,20,0.72);
  backdrop-filter: blur(10px);
  border-bottom:1px solid var(--border);
}

.topbar{
  padding-top:8px;
  padding-bottom:8px;
}

.iconbtn{
  border:1px solid var(--border);
  background:rgba(255,255,255,0.06);
  color:var(--text);
  padding:9px 10px;
  border-radius:12px;
  cursor:pointer;
}
.topbar-right{display:flex;gap:8px;align-items:center}
.badge{
  display:inline-block;
  min-width:18px;
  text-align:center;
  padding:2px 6px;
  margin-left:6px;
  border-radius:999px;
  background:rgba(201,162,39,0.20);
  border:1px solid rgba(201,162,39,0.35);
  font-size:12px;
}

.topbar-left{
  display:flex;
  align-items:center;
  width:100%;
  gap:12px; 
  justify-content:space-between;
}

/* Mobile Nav */
.mobile-nav{
  position:sticky;top:54px;z-index:40;
  display:none;
  background:rgba(11,15,20,0.92);
  border-bottom:1px solid var(--border);
  padding:10px 12px;
  gap:10px;
}
.mobile-nav.open{display:flex;flex-wrap:wrap}
.navlink{
  padding:10px 12px;
  border:1px solid var(--border);
  border-radius:999px;
  background:rgba(255,255,255,0.05);
  font-size:14px;
}

.brand {
  display: flex;
  align-items: center;
  gap: 10px;
  text-decoration: none;
}

.brand-logo {
  width: auto;
  height: 52px;
  object-fit: contain;
}

.brand-text {
  display: flex;
  flex-direction: column;
  line-height: 1.1;
}

.brand-name {
  font-size: 15px;
  font-weight: 800;
}

.brand-area {
  font-size: 14px;
  font-weight: 700;
  color: var(--text); /* or keep var(--muted) if you prefer */
  letter-spacing: 0.3px;
  opacity:0.9;
}

.brand-logo{ display:block; }

/* Hero */
.hero{position:relative;min-height:340px;display:flex;align-items:flex-end}
.hero-bg{position:absolute;inset:0;overflow:hidden}
.hero-bg img{
  width:100%;height:100%;object-fit:cover;
  filter:contrast(1.05) brightness(0.82);
  transform:scale(1.04);
  pointer-events:none; /* ✅ added */
}

.hero::after{
  content:"";
  position:absolute;inset:0;
  background:linear-gradient(180deg, rgba(0,0,0,0.10), rgba(0,0,0,0.62));
  pointer-events:none; /* ✅ added (MOST IMPORTANT) */
  z-index:1;           /* ✅ added */
}

.hero-content{
  position:relative;
  z-index:2; /* ✅ added (put content above overlay) */
  width:100%;
  padding:18px 14px 18px;
  max-width:980px;margin:0 auto;
}

/* Hero title */
.hero h1{
  font-size:30px;
  margin-bottom:6px;
}

/* Hero tagline */
.hero-tag{
  display:inline-block;
  margin:0 0 14px;
  padding:6px 12px;
  border-radius:999px;
  background:rgba(0,0,0,0.35);
  border:1px solid rgba(255,255,255,0.15);
  color:rgba(255,255,255,0.92);
  font-size:14px;
  font-weight:600;
  letter-spacing:0.3px;
}

/* Hero CTA buttons */
.hero-cta{
  display:flex;
  gap:10px;
  flex-wrap:wrap;
}

.hero-cta .btn{
  background:rgba(0,0,0,0.40);
  border:1px solid rgba(255,255,255,0.18);
  color:#fff;
  font-weight:600;
}

.hero-cta .btn.primary{
  background:rgba(201,162,39,0.28);
  border-color:rgba(201,162,39,0.55);
  color:#fff;
}

/* Hero timing */
.hero-time{
  display:inline-block;
  margin-top:14px;
  padding:6px 10px;
  border-radius:999px;
  background:rgba(0,0,0,0.35);
  border:1px solid rgba(255,255,255,0.12);
  color:rgba(255,255,255,0.9);
  font-size:13px;
  font-weight:500;
}

.hero .muted{ 
  font-weight:600; 
  line-height:1.4;
}

/* Buttons */
.btn{
  border:1px solid var(--border);
  background:rgba(255,255,255,0.06);
  color:var(--text);
  padding:10px 12px;
  border-radius:14px;
  cursor:pointer;
}

.btn.primary{
  border-color:rgba(201,162,39,0.40);
  background:rgba(201,162,39,0.16);
}

.btn.full{
  width:100%;
}

/* Button row – aligned & spaced */
.btnrow{
  display:flex;
  gap:12px;
  flex-wrap:wrap;
}

/* Optional: equal width buttons (recommended) */
.btnrow .btn{
  flex:1;
}

button:disabled{
  opacity:0.45;
  cursor:not-allowed;
}

/* Cards */
.card{
  border:1px solid var(--border);
  background:var(--panel);
  border-radius:var(--radius);
  padding:14px;
  box-shadow:var(--shadow);
}
.two-col{display:grid;grid-template-columns:1fr;gap:12px}

/* Chips */
.chips{display:flex;flex-wrap:wrap;gap:8px;margin-top:10px}
.chip{
  border:1px solid var(--border);
  padding:8px 10px;
  border-radius:999px;
  background:rgba(255,255,255,0.05);
  font-size:13px;
}

/* Offer section */
.offer-head{display:flex;align-items:flex-end;justify-content:space-between;gap:10px;flex-wrap:wrap}
.tiny{font-size:12px;color:var(--muted);font-weight:500}
.offer-note{font-size:12px;color:var(--muted)}
.offer-box ul{margin:8px 0 0 18px;color:var(--text)}
.offer-title{font-weight:700;margin-bottom:6px}
.offer-foot{margin-top:10px;color:var(--muted);font-size:12px}

/* =============================
   Greg-style Offer Upgrade
   (Overrides only offer section)
   ============================= */

.offer-box{
  border-radius: 16px;
  padding: 14px;
  background: rgba(255,255,255,0.04);
  border: 1px solid rgba(255,255,255,0.10);
  box-shadow: 0 10px 30px rgba(0,0,0,0.35);
}

.offer-block{
  background: rgba(255,255,255,0.06);
  border-radius: 14px;
  padding: 12px 14px;
  margin-bottom: 12px;
  border-left: 6px solid rgba(255,190,90,0.85);
}

.offer-title{
  font-weight: 800;
  font-size: 14px;
  margin-bottom: 6px;
}

.offer-box ul{
  margin: 0 0 0 18px;
  padding: 0;
}

.offer-box li{
  margin: 6px 0;
  line-height: 1.35;
  color: rgba(255,255,255,0.88);
}

.offer-foot{
  margin-top: 6px;
  font-size: 12px;
  color: rgba(255,255,255,0.70);
}

.grid{
  display:grid;
  grid-template-columns:1fr;
  gap:12px;
  margin-top:12px;
}
.item{
  border:1px solid var(--border);
  background:var(--panel2);
  border-radius:var(--radius);
  overflow:hidden;
  box-shadow:var(--shadow);
}
.item-media{height:180px;background:#111}
.item-media img{width:100%;height:100%;object-fit:cover}
.item-body{padding:12px}
.item-title{display:flex;justify-content:space-between;gap:10px}
.item-name{font-weight:800}
.item-desc{color:var(--muted);font-size:13px;margin:6px 0 10px;line-height:1.35}
.price{
  display:flex;flex-direction:column;align-items:flex-end;
  font-size:14px;
}
.strike{color:var(--muted);text-decoration:line-through;font-size:12px}
.dot{display:inline-block;width:10px;height:10px;border-radius:999px;margin-right:6px}
.dot.veg{background:var(--veg)}
.dot.nonveg{background:var(--nonveg)}

.qtyrow{display:flex;gap:8px;align-items:center;justify-content:flex-end}
.qbtn{
  border:1px solid var(--border);
  background:rgba(255,255,255,0.06);
  color:var(--text);
  padding:8px 10px;
  border-radius:12px;
  cursor:pointer;
}
.qnum{min-width:22px;text-align:center}

/* Menu top */
.menu-top{display:flex;align-items:center;justify-content:space-between;gap:10px;flex-wrap:wrap}
.order-type{display:flex;gap:8px}
.pill{
  border:1px solid var(--border);
  background:rgba(255,255,255,0.05);
  color:var(--text);
  padding:10px 12px;
  border-radius:999px;
  cursor:pointer;
  font-size:14px;
}
.pill.active{
  border-color:rgba(201,162,39,0.40);
  background:rgba(201,162,39,0.16);
}

.searchbar input{
  width:100%;
  margin-top:12px;
  padding:12px 12px;
  border-radius:14px;
  border:1px solid var(--border);
  background:rgba(255,255,255,0.05);
  color:var(--text);
  outline:none;
}

/* Tabs */
.tabs{
  position:sticky;top:54px;z-index:30;
  margin-top:12px;
  display:flex;
  gap:8px;
  overflow:auto;
  padding:10px 0;
  background:linear-gradient(180deg, rgba(11,15,20,0.92), rgba(11,15,20,0.60));
  backdrop-filter: blur(10px);
}
.tab{
  white-space:nowrap;
  border:1px solid var(--border);
  padding:10px 12px;
  border-radius:999px;
  background:rgba(255,255,255,0.05);
  font-size:13px;
  cursor:pointer;
}
.tab.active{
  border-color:rgba(201,162,39,0.40);
  background:rgba(201,162,39,0.16);
}

/* Accordion */
.accordion{margin-top:10px;display:flex;flex-direction:column;gap:10px}
.acc{
  border:1px solid var(--border);
  background:var(--panel);
  border-radius:var(--radius);
  overflow:hidden;
  box-shadow:var(--shadow);
}
.acc-head{
  width:100%;
  padding:14px;
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:10px;
  cursor:pointer;
  background:transparent;
  border:0;
  color:var(--text);
}
.acc-title{
  font-weight: 900;       /* strong bold */
  color: #ffffff;         /* pure white */
  letter-spacing: 1px;    /* makes text look thicker */
}
.acc-body{display:none;padding:0 14px 14px}
.acc.open .acc-body{display:block}
.rowline{height:1px;background:var(--border);margin:8px 0}

.menuitem{
  display:flex;gap:10px;align-items:flex-start;justify-content:space-between;
  padding:10px 0;
}
.mi-left{flex:1;min-width:0}
.mi-name{font-weight:800;display:flex;align-items:center;gap:8px}
.mi-desc{color:var(--muted);font-size:13px;margin-top:4px;line-height:1.35}
.mi-price{color:var(--text);font-weight:800;margin-top:6px}
.mi-right{display:flex;flex-direction:column;align-items:flex-end;gap:8px}
.tapnote{font-size:11px;color:var(--muted)}

/* Gallery */
.gallery{
  display:grid;
  grid-template-columns:repeat(2,1fr);
  gap:10px;
}
.gallery img{
  width:100%;
  height:140px;
  object-fit:cover;
  border-radius:16px;
  border:1px solid var(--border);
}

/* Gallery Modal */
.gmodal{
  position:fixed;
  inset:0;
  z-index:9999;
  display:none;
}
.gmodal.is-open{ display:block; }

.gmodal-backdrop{
  position:absolute;
  inset:0;
  background:rgba(0,0,0,0.7);
  backdrop-filter: blur(4px);
}

.gmodal-card{
  position:relative;
  max-width:720px;
  width:calc(100% - 24px);
  margin:70px auto 0;
  background:rgba(18,26,39,0.92);
  border:1px solid var(--border);
  border-radius:18px;
  overflow:hidden;
  box-shadow: var(--shadow);
}

.gmodal-card img{
  width:100%;
  height:auto;
  display:block;
}

.gmodal-meta{
  padding:14px 14px 16px;
}

.gmodal-name{
  font-weight:700;
  font-size:16px;
  margin-bottom:6px;
}

.gmodal-desc{
  color:var(--muted);
  font-size:13px;
  line-height:1.35;
}

.gmodal-close{
  position:absolute;
  top:10px;
  right:10px;
  width:38px;
  height:38px;
  border-radius:12px;
  border:1px solid var(--border);
  background:rgba(0,0,0,0.35);
  color:var(--text);
  cursor:pointer;
}

/* Booking form */
.form{display:flex;flex-direction:column;gap:10px}
.row{display:grid;grid-template-columns:1fr;gap:10px}
.form input, .form textarea{
  width:100%;
  padding:12px 12px;
  border-radius:14px;
  border:1px solid var(--border);
  background:rgba(255,255,255,0.05);
  color:var(--text);
  outline:none;
}
.zoho-placeholder{
  border:1px dashed rgba(255,255,255,0.20);
  border-radius:16px;
  padding:18px;
  color:var(--muted);
  margin-top:10px;
}

.hidden { display: none !important; }

/* Footer */
.footer{
  padding:18px 0 70px;
  border-top:1px solid var(--border);
  background:rgba(11,15,20,0.70);
}

/* Footer credit — slightly lighter (premium) */
.site-credit{
  opacity: 0.65;           /* lighter than “Asian Restaurant” */
}

/* keep link looking quiet (no loud underline) */
.site-credit a{
  color: inherit;
  text-decoration: none;
}
.site-credit a:hover{
  text-decoration: underline;  /* optional: subtle */
}

/* Cart bar */
.cart-bar{
  position:fixed;
  left:12px;right:12px;bottom:12px;
  z-index:60;
}
.cart-bar-btn{
  width:100%;
  display:flex;align-items:center;justify-content:space-between;
  padding:12px 14px;
  border-radius:16px;
  border:1px solid rgba(201,162,39,0.40);
  background:rgba(201,162,39,0.18);
  color:var(--text);
  box-shadow:var(--shadow);
  cursor:pointer;
}

.cartbtn{
  background: rgba(201,162,39,0.22);
  border-color: rgba(201,162,39,0.55);
  box-shadow: 0 0 0 1px rgba(201,162,39,0.25);
  font-size:18px;
}

/* Cart drawer */
.cart-drawer{
  position:fixed;
  left:0;right:0;bottom:0;
  height:82vh;
  background:rgba(9,12,17,0.96);
  border-top:1px solid var(--border);
  z-index:80;
  transform:translateY(110%);
  transition:transform 220ms ease;
  display:flex;
  flex-direction:column;
}
.cart-drawer.open{transform:translateY(0)}
.cart-head{
  padding:12px 12px;
  display:flex;align-items:center;justify-content:space-between;
  border-bottom:1px solid var(--border);
}
.cart-title{font-weight:900}
.cart-body{
  padding:12px;
  overflow:auto;
}
.cart-items{display:flex;flex-direction:column;gap:10px;margin-bottom:12px}
.ci{
  border:1px solid var(--border);
  border-radius:16px;
  background:rgba(255,255,255,0.05);
  padding:10px;
  display:flex;justify-content:space-between;gap:10px;
}
.ci-name{font-weight:800}
.ci-meta{color:var(--muted);font-size:12px;margin-top:4px}
.sumrow{display:flex;justify-content:space-between;margin:8px 0}
.sumrow.total{border-top:1px solid var(--border);padding-top:10px;font-weight:900}
.cart-summary{
  border:1px solid var(--border);
  border-radius:16px;
  padding:10px;
  background:rgba(255,255,255,0.05);
  margin-bottom:12px;
}
.lbl{display:block;margin:10px 0 6px;color:var(--muted);font-size:12px}
.cart-form textarea{
  width:100%;
  border-radius:14px;
  padding:12px;
  border:1px solid var(--border);
  background:rgba(255,255,255,0.05);
  color:var(--text);
  outline:none;
  resize:vertical;
}
.cart-form .btn{margin-top:10px}

/* Modal */
.modal{
  position:fixed;inset:0;z-index:100;
  display:flex;align-items:center;justify-content:center;
  padding:12px;
}
.modal-backdrop{
  position:absolute;inset:0;
  background:rgba(0,0,0,0.55);
}
.modal-card{
  position:relative;
  width:min(560px,100%);
  border-radius:18px;
  border:1px solid var(--border);
  background:rgba(9,12,17,0.98);
  overflow:hidden;
  box-shadow:var(--shadow);
}
.modal-close{
  position:absolute;top:10px;right:10px;
  border:1px solid var(--border);
  background:rgba(255,255,255,0.06);
  color:var(--text);
  border-radius:12px;
  padding:8px 10px;
  cursor:pointer;
  z-index:2;
}
.modal-media{height:220px;background:#111}
.modal-media img{width:100%;height:100%;object-fit:cover}
.modal-info{padding:12px}
.modal-title{
  display:flex;justify-content:space-between;gap:10px;align-items:flex-start;
}
.mname{font-weight:900;font-size:18px}
.mdesc{color:var(--muted);font-size:13px;margin-top:6px;line-height:1.35}
.mprice{font-weight:900;white-space:nowrap}
.modal-actions{margin-top:12px;display:flex;justify-content:flex-end}

/* Desktop improvements */
@media (min-width:760px){
  .two-col{grid-template-columns:1fr 1fr}
  .grid{grid-template-columns:repeat(2,1fr)}
  .gallery{grid-template-columns:repeat(3,1fr)}
  .row{grid-template-columns:1fr 1fr}
  .cart-drawer{
    top:0;bottom:0;right:0;left:auto;
    width:380px;height:100vh;
    border-top:0;border-left:1px solid var(--border);
    transform:translateX(110%);
  }
  .cart-drawer.open{transform:translateX(0)}
  .tabs{top:54px}
}

/* ===============================
   CATEGORY TABS – FINAL (CLEAN + BOLD)
   Only affects: #category-tabs
   =============================== */

#category-tabs.tabs {
  display: flex;
  gap: 10px;
  padding: 10px 4px;
  overflow-x: auto;
  overflow-y: hidden;

  scroll-behavior: smooth;
  -webkit-overflow-scrolling: touch;

  /* Firefox */
  scrollbar-width: thin;
  scrollbar-color: rgba(255,215,100,0.45) rgba(0,0,0,0.2);
}

/* Chrome / Edge / Safari scrollbar */
#category-tabs.tabs::-webkit-scrollbar { height: 6px; }
#category-tabs.tabs::-webkit-scrollbar-track {
  background: rgba(0,0,0,0.25);
  border-radius: 999px;
}
#category-tabs.tabs::-webkit-scrollbar-thumb {
  background: rgba(255,215,100,0.45);
  border-radius: 999px;
}
#category-tabs.tabs::-webkit-scrollbar-thumb:hover {
  background: rgba(255,215,100,0.65);
}

/* keep tabs in one line */
#category-tabs.tabs > * { flex: 0 0 auto; }

/* Category tab look (BOLD + CLEAR) */
#category-tabs.tabs .tab,
#category-tabs.tabs button,
#category-tabs.tabs a,
#category-tabs.tabs > div,
#category-tabs.tabs > span {
  appearance: none;
  border: 1px solid rgba(255, 215, 100, 0.18);
  background: linear-gradient(180deg, rgba(255,255,255,0.06), rgba(255,255,255,0.02));
  color: #ffffff;

  font-family: "Inter", system-ui, -apple-system, Segoe UI, Roboto, Arial, sans-serif;
  font-size: 14px;
  font-weight: 800;
  letter-spacing: 0.9px;
  text-transform: uppercase;

  padding: 9px 14px;
  border-radius: 999px;
  white-space: nowrap;
  cursor: pointer;
  user-select: none;

  text-shadow: 0 0 0.6px rgba(255,255,255,0.55);

  transition: background 0.2s ease, border-color 0.2s ease, transform 0.15s ease;
}

/* Hover */
#category-tabs.tabs .tab:hover,
#category-tabs.tabs button:hover,
#category-tabs.tabs a:hover,
#category-tabs.tabs > div:hover,
#category-tabs.tabs > span:hover {
  background: rgba(255, 215, 100, 0.08);
  border-color: rgba(255, 215, 100, 0.35);
}

/* Active */
#category-tabs.tabs .active,
#category-tabs.tabs .tab.active,
#category-tabs.tabs [aria-selected="true"],
#category-tabs.tabs [data-active="true"],
#category-tabs.tabs .is-active {
  background: linear-gradient(180deg, rgba(255,215,100,0.25), rgba(255,215,100,0.12));
  border-color: rgba(255,215,100,0.65);
  color: #ffffff;
  font-weight: 900;
}

/* Press */
#category-tabs.tabs .tab:active,
#category-tabs.tabs button:active,
#category-tabs.tabs a:active,
#category-tabs.tabs > div:active,
#category-tabs.tabs > span:active {
  transform: scale(0.97);
}

/* FORCE category header title (SOUPS / STARTERS / etc.) */
.acc-head .acc-title,
.acc-head .acc-title * {
  color: #ffffff !important;
  font-weight: 900 !important;
  letter-spacing: 1px !important;
  opacity: 1 !important;
}

.opening-note {
  margin-bottom: 4px;
  font: inherit;
}

.delivery-tip{
  margin-top: 8px;
  font-size: 13px;
  opacity: 0.9;
}

#store-status strong {
  font-weight: 600;
}

.pay-row {
  display: flex;
  gap: 14px;
  margin: 6px 0 2px;
}

.pay-opt {
  display: flex;
  gap: 8px;
  align-items: center;
  cursor: pointer;
}

/* =============================
   Contact Card – Premium polish
   Targets ONLY the left card in Contact section
   ============================= */

#contact .two-col > .card:first-child .muted{
  margin: 10px 0;
  padding: 10px 12px;
  border-radius: 14px;
  background: rgba(255,255,255,0.04);
  border: 1px solid rgba(255,255,255,0.08);
  line-height: 1.35;

  display: flex;
  gap: 10px;
  align-items: flex-start;
}

/* remove forced <br> inside address */
#contact .two-col > .card:first-child .muted br{
  display: none;
}

/* Make email link look premium */
#contact .two-col > .card:first-child a[href^="mailto:"]{
  color: rgba(255,255,255,0.92);
  text-decoration: none;
  border-bottom: 1px dashed rgba(255,255,255,0.25);
}
#contact .two-col > .card:first-child a[href^="mailto:"]:hover{
  border-bottom-color: rgba(255,255,255,0.55);
}

/* Buttons row polish */
#contact .two-col > .card:first-child .btnrow{
  margin-top: 14px;
  gap: 10px;
}
#contact .two-col > .card:first-child .btn{
  border-radius: 14px;
  padding: 10px 14px;
}

/* Optional: add same left accent strip like offers */
#contact .two-col > .card:first-child{
  position: relative;
}
#contact .two-col > .card:first-child::after{
  content:"";
  position:absolute;
  left: 12px;
  top: 58px;            /* starts below the h3 */
  bottom: 16px;
  width: 4px;
  border-radius: 999px;
  background: rgba(255,190,90,0.85);
  opacity: 0.9;
  pointer-events:none;
}

/* 🔒 Disable splash for 5Spice */
.splash {
  display: none !important;
}

@media (max-width: 768px){
  body{ background-attachment: scroll; }
}









