html .tst-dynamic-content .tst-scroll-hint-frame {
    -webkit-transform: scale(1);
    transform: scale(1);
    -webkit-transition: 0.6s ease-in-out;
    transition: 0.6s ease-in-out;
    display:none;
}
#bottom{
 position: fixed!important;
  right: 5%;
  bottom: 0%!important;
  z-index: 1000!important;
  transform: rotate(360deg)!important;
  -webkit-transform: rotate(360deg)!important;
  -moz-transform: rotate(360deg)!important;
  -o-transform: rotate(360deg)!important;
 filter: progid: dximagetransform.microsoft.basicimage(rotation=3)!important;
  text-align: center!important;
  text-decoration: none!important;
	}
.tst-fade-down{
	opacity: 1 !important;
    transform: none !important;
}
/* @media (max-width: 1180px) {
    .tst-menu-right .tst-menu-button-frame {
        display: -webkit-box !important;
        display: -ms-flexbox !important;
        display: flex !important;
        margin-right: -20px;
    }

    .tst-menu-right .tst-btn {
        position: absolute;
        display: block;
        top: 10px;
        right: 20px;
    }
} */
  .page-id-4676 {
    overflow:hidden;
	max-height:400px!important;
}
.page-id-4676 .elementor-button-wrapper {
    display: none;
}

/* Hide BR Digitals footer credit */
.site-footer, .footer-bottom, .tst-footer, .site-info {
    visibility: hidden;
    height: 0;
    overflow: hidden;
}
/* Hide BR Digitals footer credit completely */
.site-info, .footer-bottom, .tst-footer {
    display: none !important;
}


/* Celebrity highlight block */
.naan-celebrity {
  background:#FFF8F3;
  border-radius:20px;
  box-shadow:0 4px 16px rgba(0,0,0,.05);
  padding:60px 40px;
}
.naan-celebrity .elementor-image img{
  border-radius:14px;
  box-shadow:0 6px 20px rgba(0,0,0,.12);
}

/* Typographic rhythm */
.naan-celebrity h2{
  color:#E10600;
  margin:0 0 14px;
  font-weight:800;
  line-height:1.15;
  font-size:clamp(32px,4.2vw,66px); /* scales nicely */
}
.naan-celebrity .copy{
  max-width:640px;
  margin-bottom:14px;
  line-height:1.65;
  color:#222;
}

/* Accent line */
.naan-celebrity .accent{
  display:inline-block;
  margin-top:8px;
  padding:8px 14px;
  background:#fff;
  border:1px solid #eee;
  border-radius:999px;
  font-weight:600;
  color:#111;
}

/* Mobile spacing */
@media (max-width: 767px){
  .naan-celebrity{ padding:36px 20px; }
}

*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }

  :root {
    --saffron: #E8700A;
    --saffron-light: #FDF3E7;
    --saffron-dark: #B85508;
    --ink: #1A1410;
    --ink-mid: #3D2F24;
    --ink-soft: #6B5344;
    --cream: #FEFCF8;
    --cream-warm: #F7F0E6;
    --border: #E8D9C8;
    --green: #2D6A4F;
    --green-light: #EAF4EE;
    --red-light: #FDF0EE;
    --red: #C0392B;
  }

  html { scroll-behavior: smooth; }

  body {
    font-family: 'Source Serif 4', Georgia, serif;
    background: var(--cream);
    color: var(--ink);
    font-size: 18px;
    line-height: 1.8;
    -webkit-font-smoothing: antialiased;
  }

  /* ── HEADER HERO ─────────────────────────────── */
  .hero {
    background: var(--ink);
    color: var(--cream);
    padding: 80px 24px 72px;
    text-align: center;
    position: relative;
    overflow: hidden;
  }
  .hero::before {
    content: '';
    position: absolute;
    inset: 0;
    background: repeating-linear-gradient(
      45deg,
      transparent,
      transparent 60px,
      rgba(232,112,10,0.04) 60px,
      rgba(232,112,10,0.04) 61px
    );
  }
  .hero-eyebrow {
    display: inline-block;
    font-family: 'Source Serif 4', serif;
    font-weight: 300;
    font-size: 13px;
    letter-spacing: 0.18em;
    text-transform: uppercase;
    color: var(--saffron);
    border: 1px solid rgba(232,112,10,0.4);
    padding: 6px 18px;
    border-radius: 2px;
    margin-bottom: 28px;
  }
  .hero h1 {
    font-family: 'Playfair Display', Georgia, serif;
    font-weight: 700;
    font-size: clamp(30px, 5vw, 54px);
    line-height: 1.15;
    max-width: 820px;
    margin: 0 auto 24px;
    color: #fff;
  }
  .hero h1 em {
    font-style: italic;
    color: var(--saffron);
  }
  .hero-sub {
    font-size: 16px;
    font-weight: 300;
    color: rgba(255,255,255,0.65);
    max-width: 560px;
    margin: 0 auto 36px;
  }
  .hero-meta {
    font-size: 13px;
    color: rgba(255,255,255,0.4);
    letter-spacing: 0.05em;
  }
  .hero-meta span { color: rgba(255,255,255,0.6); }

  /* ── LOCATION BAR ────────────────────────────── */
  .location-bar {
    background: var(--saffron);
    padding: 14px 24px;
    display: flex;
    flex-wrap: wrap;
    gap: 12px 32px;
    justify-content: center;
    align-items: center;
  }
  .loc-item {
    display: flex;
    align-items: center;
    gap: 8px;
    font-size: 13px;
    font-weight: 600;
    color: #fff;
    font-family: 'Source Serif 4', serif;
    letter-spacing: 0.02em;
  }
  .loc-icon {
    width: 16px;
    height: 16px;
    fill: rgba(255,255,255,0.8);
    flex-shrink: 0;
  }

  /* ── ARTICLE LAYOUT ──────────────────────────── */
  .article-wrapper {
    max-width: 780px;
    margin: 0 auto;
    padding: 64px 24px 80px;
  }

  /* ── TYPOGRAPHY ──────────────────────────────── */
  h2 {
    font-family: 'Playfair Display', Georgia, serif;
    font-weight: 700;
    font-size: clamp(22px, 3.5vw, 32px);
    line-height: 1.25;
    color: var(--ink);
    margin: 56px 0 20px;
  }
  h3 {
    font-family: 'Playfair Display', Georgia, serif;
    font-weight: 700;
    font-size: 20px;
    color: var(--ink-mid);
    margin: 32px 0 12px;
  }
  p { margin-bottom: 22px; color: var(--ink-mid); }
  p:last-child { margin-bottom: 0; }

  strong { font-weight: 600; color: var(--ink); }

  /* ── PULL QUOTE ──────────────────────────────── */
  .pull-quote {
    border-left: 4px solid var(--saffron);
    background: var(--saffron-light);
    padding: 24px 28px;
    margin: 36px 0;
    border-radius: 0 8px 8px 0;
  }
  .pull-quote p {
    font-family: 'Playfair Display', Georgia, serif;
    font-style: italic;
    font-size: 20px;
    line-height: 1.5;
    color: var(--saffron-dark);
    margin: 0;
  }

  /* ── INFO CALLOUT ────────────────────────────── */
  .callout {
    background: var(--cream-warm);
    border: 1px solid var(--border);
    border-radius: 8px;
    padding: 24px 28px;
    margin: 32px 0;
  }
  .callout-label {
    font-size: 11px;
    font-weight: 600;
    letter-spacing: 0.15em;
    text-transform: uppercase;
    color: var(--saffron);
    margin-bottom: 10px;
    font-family: 'Source Serif 4', serif;
  }
  .callout p { margin-bottom: 8px; font-size: 15px; }

  /* ── KEYWORD HIGHLIGHT ───────────────────────── */
  .kw {
    background: linear-gradient(to right, var(--saffron-light), var(--saffron-light));
    color: var(--saffron-dark);
    padding: 1px 6px;
    border-radius: 3px;
    font-weight: 600;
  }

  /* ── MENU GRID ───────────────────────────────── */
  .menu-section { margin: 40px 0; }
  .menu-section-title {
    font-family: 'Source Serif 4', serif;
    font-size: 11px;
    font-weight: 600;
    letter-spacing: 0.18em;
    text-transform: uppercase;
    color: var(--saffron);
    margin-bottom: 16px;
    padding-bottom: 10px;
    border-bottom: 1px solid var(--border);
  }
  .menu-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
    gap: 12px;
  }
  .menu-card {
    background: #fff;
    border: 1px solid var(--border);
    border-radius: 8px;
    padding: 14px 16px;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    gap: 12px;
  }
  .menu-card-info { flex: 1; }
  .menu-card-name {
    font-size: 14px;
    font-weight: 600;
    color: var(--ink);
    margin-bottom: 3px;
    font-family: 'Source Serif 4', serif;
  }
  .menu-card-desc {
    font-size: 12px;
    color: var(--ink-soft);
    line-height: 1.5;
    font-family: 'Source Serif 4', serif;
  }
  .menu-card-price {
    font-size: 14px;
    font-weight: 600;
    color: var(--saffron-dark);
    white-space: nowrap;
    font-family: 'Source Serif 4', serif;
  }
  .badge {
    display: inline-block;
    font-size: 10px;
    font-weight: 600;
    letter-spacing: 0.08em;
    padding: 2px 7px;
    border-radius: 3px;
    margin-top: 5px;
    font-family: 'Source Serif 4', serif;
  }
  .badge-halal { background: var(--green-light); color: var(--green); }
  .badge-vegan { background: #E8F5E9; color: #2E7D32; }

  /* ── FAQ ─────────────────────────────────────── */
  .faq-block { margin: 48px 0; }
  .faq-item {
    border-bottom: 1px solid var(--border);
    padding: 24px 0;
  }
  .faq-item:first-child { border-top: 1px solid var(--border); }
  .faq-q {
    font-family: 'Playfair Display', Georgia, serif;
    font-size: 18px;
    font-weight: 700;
    color: var(--ink);
    margin-bottom: 10px;
    line-height: 1.3;
  }
  .faq-a { font-size: 16px; color: var(--ink-mid); margin: 0; }

  /* ── LOCATION CARDS ──────────────────────────── */
  .loc-cards {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    gap: 20px;
    margin: 40px 0;
  }
  .loc-card {
    background: #fff;
    border: 1px solid var(--border);
    border-radius: 10px;
    padding: 24px;
    position: relative;
    overflow: hidden;
  }
  .loc-card::before {
    content: '';
    position: absolute;
    top: 0; left: 0; right: 0;
    height: 4px;
    background: var(--saffron);
  }
  .loc-card-name {
    font-family: 'Playfair Display', serif;
    font-size: 20px;
    font-weight: 700;
    color: var(--ink);
    margin-bottom: 16px;
  }
  .loc-detail {
    display: flex;
    align-items: flex-start;
    gap: 10px;
    margin-bottom: 10px;
    font-size: 14px;
    color: var(--ink-mid);
  }
  .loc-detail svg {
    width: 15px;
    height: 15px;
    fill: var(--saffron);
    flex-shrink: 0;
    margin-top: 2px;
  }
  .loc-link {
    display: inline-block;
    margin-top: 16px;
    background: var(--saffron);
    color: #fff;
    font-size: 13px;
    font-weight: 600;
    padding: 10px 20px;
    border-radius: 4px;
    text-decoration: none;
    letter-spacing: 0.04em;
    font-family: 'Source Serif 4', serif;
    transition: background 0.2s;
  }
  .loc-link:hover { background: var(--saffron-dark); }

  /* ── CTA SECTION ─────────────────────────────── */
  .cta-section {
    background: var(--ink);
    color: #fff;
    padding: 56px 24px;
    text-align: center;
    margin-top: 72px;
  }
  .cta-section h2 {
    font-family: 'Playfair Display', serif;
    font-size: clamp(24px, 4vw, 38px);
    color: #fff;
    margin: 0 0 12px;
  }
  .cta-section h2 em { color: var(--saffron); font-style: italic; }
  .cta-section p { color: rgba(255,255,255,0.6); font-size: 16px; max-width: 480px; margin: 0 auto 28px; }
  .cta-btn {
    display: inline-block;
    background: var(--saffron);
    color: #fff;
    font-weight: 600;
    font-size: 15px;
    padding: 14px 32px;
    border-radius: 4px;
    text-decoration: none;
    letter-spacing: 0.05em;
    margin: 6px;
    font-family: 'Source Serif 4', serif;
  }
  .cta-btn-outline {
    background: transparent;
    border: 1px solid rgba(255,255,255,0.3);
    color: rgba(255,255,255,0.8);
  }

  /* ── FOOTER ──────────────────────────────────── */
  footer {
    background: #0F0B08;
    color: rgba(255,255,255,0.4);
    text-align: center;
    padding: 24px;
    font-size: 13px;
    font-family: 'Source Serif 4', serif;
  }

  /* ── DIVIDER ─────────────────────────────────── */
  .divider {
    border: none;
    border-top: 1px solid var(--border);
    margin: 48px 0;
  }

  /* ── KEYWORD DENSITY SECTION ─────────────────── */
  .tag-cloud {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    margin: 24px 0 40px;
  }
  .tag {
    background: var(--cream-warm);
    border: 1px solid var(--border);
    font-size: 12px;
    padding: 5px 12px;
    border-radius: 20px;
    color: var(--ink-soft);
    font-family: 'Source Serif 4', serif;
  }

  @media (max-width: 600px) {
    .hero { padding: 56px 20px 48px; }
    .article-wrapper { padding: 40px 20px 60px; }
    .menu-grid { grid-template-columns: 1fr; }
  }

/* ── EXACT FIX: Jetpack Related Posts inside tst-menu-frame ── */

/* Hide the misplaced related posts in the header/menu frame */
.tst-menu-frame #jp-relatedposts,
.tst-dynamic-menu #jp-relatedposts,
.tst-menu #jp-relatedposts {
  display: none !important;
}

/* Ensure the correct related posts (inside post content) shows properly */
.tst-content-frame #jp-relatedposts,
.single-post-text #jp-relatedposts,
.post-5997 #jp-relatedposts {
  display: block !important;
  position: static !important;
  clear: both !important;
  width: 100% !important;
  overflow: hidden !important;
}

/* Fix related posts layout on mobile */
@media (max-width: 767px) {
  #jp-relatedposts .jp-relatedposts-items {
    display: flex !important;
    flex-direction: column !important;
    gap: 10px !important;
  }

  #jp-relatedposts .jp-relatedposts-post {
    width: 100% !important;
    margin-bottom: 8px !important;
  }
}


