/* ================================================
   KABOB & GREENS — COMPLETE DESIGN SYSTEM
   Premium Food & Catering Website
   ================================================ */

/* ---- GOOGLE FONTS (Fallback/Utility) ---- */
@import url('https://fonts.googleapis.com/css2?family=Caveat:wght@600;700&display=swap');

/* ---- LOCAL FONTS ---- */
/* Sweet Sans Family */
@font-face {
  font-family: "SweetSans";
  src: url("../fonts/SweetSans-Regular.woff2") format("woff2");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "SweetSans";
  src: url("../fonts/SweetSansText-Regular.woff2") format("woff2");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "SweetSans";
  src: url("../fonts/SweetSansText-Bold.woff2") format("woff2");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}


/* ================================================
   1. CSS VARIABLES (Design Tokens)
   ================================================ */
:root {
  /* NEW COLOR PALETTE (Base Tokens) */
  --c-golden-yellow: #f9d000;
  --c-burnt-orange: #c04807;
  --c-bright-orange: #fea401;
  --c-deep-rust: #5b0704;

  --c-lime-green: #bcd30f;
  --c-olive-green: #79a10b;
  --c-yellow-green: #a5ca16;
  --c-forest-green: #486e04;
  --c-deep-forest-green: #264105;
  --c-very-dark-moss: #1e2201;

  --c-dark-brown: #302513;
  --c-espresso-brown: #271e0f;
  --c-almost-black-brown: #110f03;

  --c-off-white: #efefe1;
  --c-muted: #aaa;
  --ghost-color: #bfbfbf4a;

  /* PRIMARY COLORS */
  --color-primary-green: var(--c-forest-green);
  --color-primary-green-dark: var(--c-deep-forest-green);
  --color-primary-green-light: var(--c-olive-green);

  /* ACCENT COLORS */
  --color-accent-gold: var(--c-golden-yellow);
  --color-accent-orange: var(--c-bright-orange);
  --color-accent-terracotta: var(--c-burnt-orange);
  --color-accent-yellow: var(--c-golden-yellow);

  /* BACKGROUNDS */
  --color-bg-cream: var(--c-off-white);
  --color-bg-white: #FFFFFF;
  --color-bg-cream-dark: #e5e5d7;
  --color-bg-base: var(--c-off-white);
  --color-bg-card: #ffffff;

  /* TEXT */
  --color-text-dark: var(--c-almost-black-brown);
  --color-text-light: #E8E8E8;
  --color-text-muted: var(--c-muted);
  --color-text-extra-muted: var(--c-dark-brown);
  --color-text-body: var(--c-dark-brown);

  /* SECONDARY COLORS */
  --color-green-fresh: var(--c-yellow-green);
  --color-beige-warm: #E8DCC4;
  --color-light-green: var(--c-lime-green);

  /* SPACING - NUMERIC SCALE (4px based) */
  --space-0: 0;
  --space-1: 0.25rem;
  /* 4px */
  --space-2: 0.5rem;
  /* 8px */
  --space-3: 0.75rem;
  /* 12px */
  --space-4: 1rem;
  /* 16px */
  --space-5: 1.25rem;
  /* 20px */
  --space-6: 1.5rem;
  /* 24px */
  --space-8: 2rem;
  /* 32px */
  --space-10: 2.5rem;
  /* 40px */
  --space-12: 3rem;
  /* 48px */
  --space-16: 4rem;
  /* 64px */
  --space-20: 5rem;
  /* 80px */
  --space-24: 6rem;
  /* 96px */
  --space-32: 8rem;
  /* 128px */
  --space-40: 10rem;
  /* 160px */

  /* SPACING ALIASES (Compatibility) */
  --spacing-xs: var(--space-2);
  --spacing-sm: var(--space-4);
  --spacing-md: var(--space-6);
  --spacing-lg: var(--space-8);
  --spacing-xl: var(--space-12);
  --spacing-xxl: var(--space-20);
  --space-xs: var(--space-2);
  --space-sm: var(--space-4);
  --space-md: var(--space-8);
  --space-lg: var(--space-16);
  --space-xl: var(--space-24);
  --space-section: var(--space-20);

  /* TYPOGRAPHY - FONT SIZES */
  --fs-xs: 0.75rem;
  /* 12px */
  --fs-sm: 0.875rem;
  /* 14px */
  --fs-md: 1rem;
  /* 16px */
  --fs-body: 1rem;
  /* 16px */
  --fs-lg: 1.125rem;
  /* 18px */
  --fs-xl: 1.25rem;
  /* 20px */
  --fs-2xl: 1.5rem;
  /* 24px */
  --fs-3xl: 2rem;
  /* 32px */
  --fs-4xl: 2.5rem;
  /* 40px */
  --fs-5xl: 3rem;
  /* 48px */
  --fs-6xl: 4rem;
  /* 64px */

  --fs-h1: 4.5rem;
  /* 72px */
  --fs-h2: 3.25rem;
  /* 52px */
  --fs-h3: 2.25rem;
  /* 36px */
  --fs-h4: 1.5rem;
  /* 24px */

  /* TYPOGRAPHY - FONTS FAMILIES */
  --font-heading: "SweetSans", "Playfair Display", serif;
  --font-body: "SweetSans", "Outfit", sans-serif;
  --font-script: "Caveat", cursive;

  /* Aliases for backwards compatibility */
  --font-serif: var(--font-heading);
  --font-sans: var(--font-body);
  --font-accent: var(--font-script);

  /* SHADOWS & VISUALS */
  --shadow-sm: 0 4px 12px rgba(0, 0, 0, 0.06);
  --shadow-md: 0 8px 24px rgba(0, 0, 0, 0.1);
  --shadow-lg: 0 20px 40px rgba(45, 80, 22, 0.15);
  --shadow-hover: 0 12px 24px rgba(45, 80, 22, 0.2);
  --shadow-header: 0 4px 16px rgba(0, 0, 0, 0.08);

  /* Alternate Shadow System (Orange-tinted) */
  --alt-shadow-sm: 0 4px 12px rgba(0, 0, 0, 0.05);
  --alt-shadow-md: 0 12px 32px rgba(0, 0, 0, 0.08);
  --alt-shadow-hover: 0 20px 48px rgba(232, 93, 4, 0.15);

  /* TRANSITIONS & EASING */
  --transition-slow: all 0.6s cubic-bezier(0.23, 1, 0.32, 1);
  --transition: all 0.4s cubic-bezier(0.16, 1, 0.3, 1);
  --ease-bounce: cubic-bezier(0.34, 1.56, 0.64, 1);
  --ease-smooth: cubic-bezier(0.25, 0.46, 0.45, 0.94);
  --ease-out: cubic-bezier(0.25, 0.8, 0.25, 1);

  /* BORDERS & RADIUS */
  --border-radius-sm: 4px;
  --border-radius-md: 8px;
  --border-radius-lg: 12px;
  --border-radius-xl: 20px;

  /* App Specific Radius */
  --radius-md: 16px;
  --radius-lg: 32px;
  --radius-pill: 100px;

  --brand-dark: #121810;
  --brand-gold: #ffb703;
  --success-color: #4CAF50;
  --bg-color: #f7f9fc;
  --card-bg: #ffffff;
  --text-main: #1f2937;
  --text-muted: #6b7280;
  --border-color: #e5e7eb;

  --shadow-sm: 0 4px 12px rgba(0, 0, 0, 0.05);
  --shadow-soft: 0 10px 40px -10px rgba(0, 0, 0, 0.08);
  --shadow-float: 0 20px 40px -15px rgba(0, 0, 0, 0.05);
}

/* ================================================
   2. RESETS & BASE STYLES
   ================================================ */
*,
*::before,
*::after {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

html {
  -webkit-text-size-adjust: 100%;
}

body {
  font-family: var(--font-sans);
  font-size: var(--fs-body);
  font-weight: 400;
  line-height: 1.7;
  letter-spacing: 0.02em;
  color: var(--color-text-dark);
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  overflow-x: hidden;
}

body.no-scroll {
  overflow: hidden;
}

/* GSAP Initialization Prep (Prevent FOUC) */
[data-aos] {
  opacity: 0;
}

html,
body {
  height: 100%;
  width: 100%;
}

img {
  max-width: 100%;
  height: auto;
  display: block;
}

a {
  color: inherit;
  text-decoration: none;
}

ul,
ol {
  list-style: none;
}

button {
  font-family: inherit;
  border: none;
  background: none;
  cursor: pointer;
  outline: none;
}

input,
textarea {
  font-family: inherit;
  border: none;
  outline: none;
}

/* ---- Skip Link (Accessibility) ---- */
.skip-link {
  position: absolute;
  top: -100%;
  left: 16px;
  background: var(--color-primary-green);
  color: var(--color-bg-cream);
  padding: 12px 24px;
  border-radius: var(--border-radius-sm);
  font-weight: 600;
  z-index: 10000;
  transition: top 0.3s ease;
}

.skip-link:focus {
  top: 16px;
}

/* ================================================
   3. TYPOGRAPHY
   ================================================ */
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: var(--font-serif);
  color: var(--color-primary-green);
  font-weight: 700;
}

h1 {
  font-size: var(--fs-h1);
  line-height: 1.1;
  letter-spacing: -0.02em;
}

h2 {
  font-size: var(--fs-h2);
  line-height: 1.2;
  letter-spacing: -0.01em;
}

h3 {
  font-size: var(--fs-h3);
  font-weight: 600;
  line-height: 1.3;
}

h4 {
  font-size: var(--fs-h4);
  font-weight: 600;
  line-height: 1.4;
}

p {
  margin-bottom: var(--spacing-sm);
}

.accent-text {
  font-family: var(--font-accent);
  color: var(--color-accent-gold);
  font-size: 1.2em;
}

.section-tagline {
  font-family: var(--font-sans);
  font-size: var(--fs-lg);
  color: var(--color-text-muted);
  line-height: 1.7;
  max-width: 600px;
}

.section-header {
  text-align: center;
  margin-bottom: var(--spacing-xl);
}

.section-header h2 {
  margin-bottom: var(--spacing-sm);
}

/* ================================================
   4. LAYOUT & GRID
   ================================================ */
.container {
  max-width: 1320px;
  margin: 0 auto;
  padding: 0 var(--spacing-lg);
}

section {
  padding: var(--spacing-xl) var(--spacing-lg);
  position: relative;
  overflow: hidden;
  min-height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
}

.grid {
  display: grid;
  grid-template-columns: repeat(12, 1fr);
  gap: var(--spacing-lg);
}

.col-3 {
  grid-column: span 3;
}

.col-4 {
  grid-column: span 4;
}

.col-5 {
  grid-column: span 5;
}

.col-6 {
  grid-column: span 6;
}

.col-7 {
  grid-column: span 7;
}

.col-8 {
  grid-column: span 8;
}

.col-12 {
  grid-column: span 12;
}

.flex-center {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: var(--spacing-sm);
}

.flex-between {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

/* ================================================
   5. BUTTONS
   ================================================ */
.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  padding: 16px 40px;
  border-radius: var(--border-radius-sm);
  font-family: var(--font-sans);
  font-size: 16px;
  font-weight: 600;
  letter-spacing: 0.05em;
  cursor: pointer;
  transition: all 0.3s var(--ease-bounce);
  position: relative;
  overflow: hidden;
  border: 2px solid transparent;
}

.btn-primary {
  background: var(--color-primary-green);
  color: var(--color-bg-cream);
}

.btn-primary:hover {
  background: var(--color-primary-green-dark);
  transform: translateY(-2px);
  box-shadow: var(--shadow-hover);
}

.btn-primary:active {
  transform: translateY(0);
}

.btn-secondary {
  background: transparent;
  color: var(--color-primary-green);
  border: 2px solid var(--color-primary-green);
}

.btn-secondary:hover {
  background: var(--color-primary-green);
  color: var(--color-bg-cream);
  transform: translateY(-2px);
}

.btn .arrow-icon {
  width: 20px;
  height: 20px;
  transition: transform 0.4s var(--ease-bounce);
}

.btn:hover .arrow-icon {
  transform: translateX(6px) scaleX(1.1);
}

.btn:focus-visible {
  outline: 2px solid var(--color-accent-gold);
  outline-offset: 3px;
}

/* ================================================
   6. LINKS
   ================================================ */
.link-premium {
  color: var(--color-primary-green);
  text-decoration: none;
  position: relative;
  padding-bottom: 4px;
  transition: color 0.3s ease;
  font-weight: 500;
}

.link-premium::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 2px;
  background: linear-gradient(90deg, var(--color-accent-gold), var(--color-accent-orange));
  transition: width 0.4s var(--ease-bounce);
}

.link-premium:hover {
  color: var(--color-accent-gold);
}

.link-premium:hover::after {
  width: 100%;
}

/* ================================================
   7. CARDS
   ================================================ */
.card {
  background: var(--color-bg-white);
  border-radius: var(--border-radius-lg);
  padding: var(--spacing-lg);
  box-shadow: var(--shadow-sm);
  transition: all 0.4s var(--ease-bounce);
  border: 1px solid rgba(45, 80, 22, 0.1);
}

.card:hover {
  transform: translateY(-8px);
  box-shadow: var(--shadow-lg);
  border-color: var(--color-accent-gold);
}

/* ================================================
   8. DECORATIVE ELEMENTS
   ================================================ */
.deco-circle {
  position: absolute;
  pointer-events: none;
  z-index: 0;
}

.deco-circle--gold {
  color: var(--color-accent-gold);
  opacity: 0.15;
}

.deco-circle--orange {
  color: var(--color-accent-orange);
  opacity: 0.1;
}

.deco-circle--rotating {
  animation: rotateCircle 20s linear infinite;
}

/* ================================================
   9. HEADER & NAVIGATION
   ================================================ */
.header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  height: 80px;
  background: var(--color-bg-white);
  z-index: 1000;
  transition: all 0.4s cubic-bezier(0.19, 1, 0.22, 1);
}

.header.scrolled {
  height: 70px;
  box-shadow: var(--shadow-header);
  background: rgba(255, 255, 255, 0.98);
  backdrop-filter: blur(15px);
}

.header.scrolled+.mobile-nav {
  top: 70px;
}

.header-inner {
  max-width: 1400px;
  margin: 0 auto;
  padding: 0 var(--spacing-lg);
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.header-logo {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  width: 150px;
  height: 80px;
  z-index: 1500;
  margin-right: 20px;
}

.logo-badge {
  position: absolute;
  top: 0;
  left: 0;
  width: 130px;
  height: 130px;
  background: #efebde;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
  transition: all 0.4s var(--ease-bounce);
  padding: 5px;
}

.logo-badge img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  transition: transform 0.3s ease;
}

.header.scrolled .header-logo {
  height: 70px;
}

.header-logo:hover .logo-badge {
  transform: scale(1.05) translateY(5px);
}

/* Old styles kept for legacy compatibility but primary is Badge now */
.header-logo-icon,
.header-logo-text {
  display: none;
}

@media (max-width: 991px) {
  .header-logo {
    width: 110px;
    height: 70px;
    margin-right: 15px;
  }

  .logo-badge {
    width: 120px;
    height: 120px;
    padding: 15px;
  }
}

@media (max-width: 768px) {
  .header-logo {
    width: 90px;
    height: 60px;
  }

  .logo-badge {
    width: 100px;
    height: 100px;
    padding: 12px;
  }
}

.header-logo-text span {
  color: var(--color-accent-gold);
}

/* ---- Nav ---- */
.nav-menu {
  display: flex;
  align-items: center;
  gap: 40px;
}

.nav-link {
  font-family: var(--font-sans);
  font-size: 16px;
  font-weight: 500;
  color: var(--color-text-dark);
  text-decoration: none;
  position: relative;
  padding-bottom: 4px;
  transition: color 0.3s ease;
}

.nav-link::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 2px;
  background: linear-gradient(90deg, var(--c-forest-green), var(--c-deep-forest-green));
  transition: width 0.4s var(--ease-bounce);
}

.nav-link:hover,
.nav-link.active {
  color: var(--c-forest-green);
}

.nav-link:hover::after,
.nav-link.active::after {
  width: 100%;
}

.nav-link:focus-visible {
  outline: 2px solid var(--color-accent-gold);
  outline-offset: 4px;
  border-radius: 2px;
}

/* ---- Header Icon Buttons (Cart, Location, Account) ---- */
.cart-btn,
.header-icon-btn {
  position: relative;
  width: 24px;
  height: 24px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--color-text-dark);
  transition: all 0.3s ease;
  background: none;
  border: none;
  cursor: pointer;
  padding: 0;
}

.cart-btn:hover,
.header-icon-btn:hover {
  color: var(--color-accent-orange);
  transform: scale(1.15);
}

.cart-btn svg,
.header-icon-btn svg {
  width: 26px;
  height: 26px;
}

.cart-badge {
  position: absolute;
  top: 0;
  right: -2px;
  background: var(--color-accent-terracotta);
  color: var(--color-bg-white);
  font-size: 11px;
  font-weight: 700;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  animation: badgePop 0.4s var(--ease-bounce);
}

/* ---- Mobile Menu Toggle ---- */
.mobile-menu-btn {
  display: none;
  width: 24px;
  height: 24px;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  z-index: 1001;
  background: none;
  border: none;
  padding: 0;
  transition: all 0.3s var(--ease-smooth);
}

.mobile-menu-btn img {
  width: 32px;
  height: 32px;
  object-fit: contain;
  transition: all 0.4s var(--ease-bounce);
}

.mobile-menu-btn.active img {
  transform: rotate(180deg) scale(0.9);
  content: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none" stroke="black" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"><line x1="18" y1="6" x2="6" y2="18"></line><line x1="6" y1="6" x2="18" y2="18"></line></svg>');
}

/* ---- Mobile Nav (Bottom Reveal Version) ---- */
.mobile-nav {
  display: flex;
  position: fixed;
  bottom: 0;
  top: auto;
  /* Overriding top: 80px */
  left: 0;
  right: 0;
  background: var(--color-bg-white);
  box-shadow: 0 -10px 40px rgba(0, 0, 0, 0.15);
  padding: 40px 25px 60px;
  transform: translateY(100%);
  /* Initial state: hidden below */
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  z-index: 2100;
  /* Above sticky footer */
  flex-direction: column;
  gap: 15px;
  border-radius: 30px 30px 0 0;
  border-top: 3px solid var(--color-primary-green);
  transition: none;
  /* Handled by GSAP */
}

.mobile-nav .nav-link {
  font-size: 1.6rem;
  font-weight: 800;
  border-bottom: 1px solid rgba(0, 0, 0, 0.05);
  padding-bottom: 15px;
  opacity: 0;
  transform: translateY(30px);
  color: var(--color-text-dark);
  text-decoration: none;
}

.mobile-nav.open {
  visibility: visible;
  pointer-events: auto;
}

.mobile-nav .nav-link {
  display: block;
  padding: var(--spacing-sm) var(--spacing-lg);
  font-size: 18px;
}

/* ================================================
   10. HERO SECTION (COMBINED DESIGN)
   ================================================ */
.hero {
  min-height: 100vh;
  display: flex;
  align-items: center;
  background: var(--color-bg-base);
  position: relative;
  overflow: hidden;
  padding-top: 80px;
}

.hero .blob-1 {
  position: absolute;
  top: -20%;
  left: -10%;
  width: 60vw;
  height: 60vw;
  background: radial-gradient(circle, rgba(72, 110, 4, 0.12) 0%, rgba(72, 110, 4, 0.3) 70%);
  border-radius: 50%;
  filter: blur(100px);
  z-index: 0;
  pointer-events: none;
  animation: float-slow 20s infinite alternate ease-in-out;
  transition: transform 1.5s var(--transition-slow), opacity 1s ease;
}

.hero .hero-bg-accent {
  position: absolute;
  bottom: -10%;
  right: -5%;
  width: 50vw;
  height: 50vw;
  background: radial-gradient(circle, rgba(254, 164, 1, 0.1) 0%, rgba(254, 164, 1, 0.3) 70%);
  z-index: 1;
  pointer-events: none;
  filter: blur(80px);
  animation: float-slow 25s infinite alternate-reverse ease-in-out;
  transition: transform 1.5s var(--transition-slow), opacity 1s ease;
}

/* React to hero hover */
.hero:hover .blob-1 {
  transform: scale(1.1) translate(30px, 20px);
  opacity: 0.8;
}

.hero:hover .hero-bg-accent {
  transform: scale(1.1) translate(-30px, -20px);
  opacity: 0.9;
}

/* New Highlight for extra depth */
.hero::before {
  content: '';
  position: absolute;
  top: 10%;
  right: 15%;
  width: 30vw;
  height: 30vw;
  background: radial-gradient(circle, rgba(188, 211, 15, 0.08) 0%, rgba(188, 211, 15, 0) 70%);
  filter: blur(60px);
  z-index: 0;
  pointer-events: none;
}

@keyframes float-slow {
  0% {
    transform: translate(0, 0) rotate(0deg);
  }

  100% {
    transform: translate(50px, 30px) rotate(5deg);
  }
}

.hero .container {
  display: grid !important;
  grid-template-columns: 1.1fr 0.9fr;
  align-items: center;
  gap: var(--space-16);
  position: relative;
  z-index: 2;
  width: 100%;
}

.hero .hero-badge {
  display: inline-block;
  padding: 8px 20px;
  background: rgba(45, 80, 22, 0.05);
  border: 1px solid var(--color-primary-green);
  border-radius: 50px;
  color: var(--color-primary-green);
  font-size: 14px;
  font-weight: 700;
  margin-bottom: 25px;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.hero .hero-text h1 {
  font-size: clamp(2.7rem, 6vw, 5.5rem);
  line-height: 1;
  margin-bottom: 25px;
  font-family: var(--font-body);
  color: var(--color-primary-green);
  font-weight: initial;
  letter-spacing: -5px;
}

.hero .text-gradient {
  background: linear-gradient(135deg, var(--color-primary-green) 0%, var(--color-accent-orange) 100%);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
}

.hero .hero-sub {
  font-size: 1.2rem;
  max-width: 550px;
  color: var(--color-text-body);
  margin-bottom: 40px;
  line-height: 1.7;
}

.hero-sub {
  font-size: 1.2rem;
  max-width: 550px;
  color: var(--color-text-body);
  margin-bottom: 40px;
  line-height: 1.7;
}
.page-template-about .hero-sub{max-width: 100%;}
.hero .hero-actions {
  display: flex;
  align-items: center;
  gap: 20px;
  margin-bottom: 30px;
}

.hero .btn-video {
  display: flex;
  align-items: center;
  gap: 15px;
  color: var(--color-primary-green);
  font-weight: 800;
  text-transform: none;
  letter-spacing: 0;
}

a.btn.btn-video {
  padding: 0;
}

.hero .play-icon {
  width: 55px;
  height: 55px;
  background: white;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.06);
  transition: all 0.5s cubic-bezier(0.19, 1, 0.22, 1);
}

.hero .btn-video:hover .play-icon {
  transform: scale(1.15) rotate(5deg);
  background: var(--color-accent-gold);
  color: white;
  box-shadow: 0 8px 25px rgba(249, 208, 0, 0.3);
}

.hero .hero-trust {
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 12px 20px;
  background: white;
  border-radius: var(--radius-md);
  width: fit-content;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.06);
  margin-top: 10px;
}

.hero .trust-stars {
  color: var(--c-golden-yellow);
  letter-spacing: 2px;
  font-size: 14px;
}

.hero .trust-text {
  font-size: 0.9rem;
  font-weight: 600;
  color: var(--color-text-body);
}

.hero .hero-visual {
  position: relative;
  height: 650px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.hero .hero-circle-bg {
  position: absolute;
  width: 450px;
  height: 450px;
  background: var(--color-primary-green);
  border-radius: 50%;
  z-index: 1;
  opacity: 0.05;
}

.hero .hero-img-box {
  position: absolute;
  overflow: hidden;
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.15);
  transition: transform 0.8s cubic-bezier(0.19, 1, 0.22, 1), box-shadow 0.8s ease, z-index 0s;
}

.hero .hero-img-box img,
.hero .hero-img-box video {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 1s cubic-bezier(0.19, 1, 0.22, 1);
}

.hero .main-img {
  width: 380px;
  height: 520px;
  z-index: 3;
  transform: rotate(-3deg);
  right: 0;
  border: 10px solid white;
  border-radius: 200px 200px 20px 20px;
}

.hero .main-img:hover {
  transform: rotate(0deg) scale(1.05);
  z-index: 5;
  box-shadow: 0 30px 60px rgba(0, 0, 0, 0.2);
}

.hero .main-img:hover img {
  transform: scale(1.1);
}

.hero .secondary-img {
  width: 260px;
  height: 320px;
  z-index: 2;
  left: -5%;
  bottom: 5%;
  transform: rotate(5deg);
  border: 8px solid white;
  border-radius: 20px;
}

.hero .secondary-img:hover {
  transform: rotate(0deg) scale(1.05);
  z-index: 5;
  box-shadow: 0 30px 60px rgba(0, 0, 0, 0.2);
}

.hero .secondary-img:hover img {
  transform: scale(1.1);
}

.hero .float-badge {
  position: absolute;
  background: rgba(255, 255, 255, 0.95);
  backdrop-filter: blur(8px);
  padding: 15px 25px;
  border-radius: 20px;
  box-shadow: 0 15px 35px rgba(232, 93, 4, 0.15);
  display: flex;
  align-items: center;
  gap: 15px;
  z-index: 10;
  animation: floaty 4s ease-in-out infinite;
  border: 2px solid white;
}

.hero .badge-1 {
  bottom: 15%;
  right: -10%;
}

.hero .badge-2 {
  top: 20%;
  left: -15%;
  animation-delay: 2s;
}

.hero .float-badge img {
  width: 45px;
  height: 45px;
  border-radius: 50%;
  object-fit: cover;
  border: 2px solid var(--color-accent-orange);
  background: white;
  padding: 2px;
}

@keyframes floaty {

  0%,
  100% {
    transform: translateY(0) rotate(2deg);
  }

  50% {
    transform: translateY(-15px) rotate(-2deg);
  }
}

@media(max-width: 992px) {
  .hero .container {
    display: flex !important;
    flex-direction: column;
    text-align: center;
    gap: var(--space-12);
  }

  .hero .hero-text {
    margin: 0 auto !important;
    display: flex;
    flex-direction: column;
    align-items: center;
  }

  .hero .hero-visual {
    height: 500px;
    width: 100%;
    margin-top: 2rem;
  }

  .hero .badge-2 {
    left: 0;
  }

  .hero .badge-1 {
    right: 0;
  }

  .hero .secondary-img {
    display: none;
  }

  .hero .main-img {
    right: auto;
    left: 50%;
    transform: translateX(-50%) rotate(-3deg);
  }

  .hero .main-img:hover {
    transform: translateX(-50%) rotate(0deg) scale(1.02);
  }
}


/* ================================================
   11. ABOUT SECTION (RE-DESIGNED)
   ================================================ */
.about--visual {
  background: var(--color-bg-cream);
}

.grid-layout {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: var(--spacing-xxl);
  align-items: center;
}

.about-images-grid {
  position: relative;
  display: grid;
  grid-template-columns: repeat(12, 1fr);
  grid-template-rows: repeat(12, 1fr);
  height: 600px;
}

.about-grid-item {
  border-radius: var(--border-radius-lg);
  overflow: hidden;
  box-shadow: var(--shadow-lg);
}

.about-grid-item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.6s ease;
}

.about-grid-item:hover img {
  transform: scale(1.05);
}

.main-item {
  grid-column: 1 / 12;
  grid-row: 1 / 10;
  z-index: 1;
}

.detail-item {
  grid-column: 7 / 13;
  grid-row: 5 / 13;
  z-index: 2;
  border: 8px solid var(--color-bg-cream);
}

.floating-badge {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background: var(--color-accent-gold);
  color: var(--color-primary-green);
  padding: 24px;
  border-radius: 50%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  z-index: 3;
  box-shadow: var(--shadow-lg);
  border: 4px solid var(--color-bg-cream);
  min-width: 120px;
  height: 120px;
}

.floating-badge .year {
  font-size: 14px;
  font-weight: 700;
}

.floating-badge .number {
  font-size: 28px;
  font-weight: 900;
  line-height: 1;
}

.section-tag-new {
  font-family: var(--font-accent);
  color: var(--color-accent-orange);
  font-size: 24px;
  margin-bottom: 8px;
}

.about-info h2 {
  font-size: 28px;
  margin-bottom: var(--spacing-md);
  color: var(--c-off-white);
}

.lead-p {
  font-size: 20px;
  font-weight: 500;
  color: var(--c-off-white);
  line-height: 1.5;
  margin-bottom: var(--spacing-md);
}

.highlight {
  color: var(--color-accent-orange);
  font-weight: 700;
  position: relative;
  z-index: 1;
}

.highlight::after {
  content: '';
  position: absolute;
  bottom: 0px;
  left: -2px;
  width: 100%;
  height: 0.6em;
  background: rgba(230, 126, 34, 0.2);
  z-index: -1;

  /* Hand-drawn "Handmade" SVG Effect */
  -webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 500 50' preserveAspectRatio='none'%3E%3Cpath d='M0,25 C150,10 350,40 500,25 L500,45 C350,55 150,25 0,45 Z' fill='black' /%3E%3C/svg%3E");
  mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 500 50' preserveAspectRatio='none'%3E%3Cpath d='M0,25 C150,10 350,40 500,25 L500,45 C350,55 150,25 0,45 Z' fill='black' /%3E%3C/svg%3E");
  -webkit-mask-size: 100% 100%;
  mask-size: 100% 100%;
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;

  transform: rotate(-1deg);
}

.about-features {
  display: flex;
  gap: var(--spacing-md);
  margin: var(--spacing-lg) 0;
  flex-wrap: wrap;
}

.feature-tag {
  display: flex;
  align-items: center;
  gap: 8px;
  font-weight: 600;
  color: var(--c-off-white);
  font-size: 14px;
}

.feature-tag span {
  width: 24px;
  height: 24px;
  background: var(--color-accent-gold);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 12px;
}

/* ================================================
   12. MENU SLIDER SECTION
   ================================================ */
/* ================================================
   12. EXPLORE OUR MENU (RE-DESIGNED)
   ================================================ */
.menu-explorer {
  background: var(--color-bg-cream-dark);
  padding: var(--spacing-lg) 0;
}

.section-header-modern {
  text-align: center;
  margin-bottom: var(--spacing-lg);
}

.header-pre {
  display: block;
  font-family: var(--font-accent);
  font-size: 24px;
  color: var(--color-accent-orange);
  margin-bottom: 8px;
}

.section-header-modern h2 {
  font-size: 52px;
  margin-bottom: 20px;
}

.header-line {
  width: 80px;
  height: 4px;
  background: var(--color-accent-gold);
  margin: 0 auto;
  border-radius: 2px;
}

.menu-grid-new {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: var(--spacing-lg);
}

.menu-card-bg {
  position: absolute;
  inset: 0;
  background-size: cover;
  background-position: center;
  transition: transform 0.8s ease;
}

.menu-card-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(to top, rgba(45, 80, 22, 0.9) 0%, rgba(45, 80, 22, 0.2) 100%);
}

.menu-card-content {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  padding: var(--spacing-xl);
  color: var(--color-bg-white);
  z-index: 2;
}

.card-count {
  display: inline-block;
  padding: 4px 12px;
  background: var(--color-accent-gold);
  color: var(--color-primary-green);
  border-radius: 4px;
  font-weight: 700;
  font-size: 12px;
  margin-bottom: 12px;
}

.menu-card-content h4 {
  color: var(--color-bg-white);
  font-size: 32px;
  margin-bottom: 12px;
}

.menu-card-content p {
  opacity: 0.9;
  margin-bottom: var(--spacing-md);
}

.btn-minimal {
  font-weight: 600;
  color: var(--color-accent-gold);
  transition: all 0.3s ease;
}

.btn-minimal:hover {
  color: var(--color-bg-white);
  letter-spacing: 1px;
}

.menu-card-modern:hover {
  transform: translateY(-10px);
  box-shadow: var(--shadow-lg);
}

.menu-card-modern:hover .menu-card-bg {
  transform: scale(1.1);
}

/* ================================================
   13. TOP SELLING PRODUCTS
   ================================================ */
/* ================================================
   13. TOP SELLING PRODUCTS (RE-DESIGNED)
   ================================================ */
.top-selling {
  padding: var(--spacing-xl) 0;
}

/* Carousel Grid & Track */
.category-slider-container {
  /* overflow: hidden; */
  width: 100%;
  position: relative;
}

.category-slider-track {
  display: flex;
  transition: transform 0.6s cubic-bezier(0.645, 0.045, 0.355, 1);
  width: 100%;
}

/* Global Product Grid (Used in Special Menu etc.) */
.products-premium-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: var(--spacing-lg);
  margin: var(--spacing-md) 0;
}

.carousel-page {
  flex: 0 0 100%;
  display: grid !important;
  /* Ensure it stays a grid on its "page" */
  grid-template-columns: repeat(3, 1fr);
  gap: var(--spacing-lg);
  padding: 16px;
  opacity: 1;
  /* Always opaque in the track, container hides rest */
  transform: none;
}

/* Category Tabs Animation */
.category-tabs {
  display: flex;
  justify-content: center;
  gap: 3rem;
  padding-bottom: 1.5rem;
}

.tab-btn {
  font-family: var(--font-heading);
  font-size: 2.2rem;
  font-weight: 500;
  color: #ccc;
  background: none;
  border: none;
  padding: 0 10px;
  cursor: pointer;
  position: relative;
  transition: color 0.4s ease;
}

.tab-btn:hover {
  color: var(--color-text-dark);
}

.tab-btn.active {
  color: var(--color-text-dark);
}


/* Card Improvements & Plus Icon */
.p-card {
  background: transparent;
  position: relative;
  /* Removed transition: all here because it conflicts with GSAP */
}

.p-card-top {
  position: relative;
  width: 100%;
  aspect-ratio: 1 / 1;
  overflow: hidden;
  border-radius: 32px;
  background: #f8f8f8;
}

.p-card-top img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.8s ease;
}

.p-card-header {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  margin-top: 1.5rem;
  margin-bottom: 0.5rem;
}

.p-card-header h3 {
  font-size: 1.4rem;
  letter-spacing: 0.05em;
  margin: 0;
}

.p-add-btn {
  width: 32px;
  height: 32px;
  border-radius: 50%;
  background: var(--c-forest-green);
  border: 1px solid rgba(0, 0, 0, 0.1);
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  padding: 0;
  transition: transform 0.3s ease, background 0.3s ease;
}

.p-add-btn img {
  width: 14px;
  height: 14px;
  filter: invert(1);
}

.p-add-btn:hover {
  background: var(--color-text-dark);
  border-color: var(--color-text-dark);
  transform: rotate(90deg) scale(1.1);
}

.p-card-info p {
  font-size: 0.95rem;
  color: var(--c-almost-black-brown);
  line-height: 1.5;
  margin-bottom: 0;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.order-link {
  font-weight: 600;
  color: var(--color-text-dark);
  text-decoration: none;
  font-size: 0.9rem;
  border-bottom: 1.5px solid var(--color-text-dark);
  padding-bottom: 2px;
  transition: all 0.3s ease;
}

.order-link:hover {
  letter-spacing: 1px;
}

.p-card-top img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.8s var(--ease-out);
}


.p-badge {
  position: absolute;
  top: 15px;
  right: 15px;
  padding: 6px 14px;
  background: var(--color-primary-green);
  color: var(--c-off-white);
  border-radius: 50px;
  font-size: 11px;
  font-weight: 800;
  text-transform: uppercase;
}

.p-badge--green {
  background: var(--color-green-fresh);
  color: white;
}

.p-badge--orange {
  background: var(--color-accent-orange);
  color: white;
}

.p-card-info {
  padding: var(--spacing-lg);
}

.p-category {
  font-size: 12px;
  font-weight: 700;
  color: var(--color-accent-orange);
  text-transform: uppercase;
  margin-bottom: 8px;
  letter-spacing: 1px;
}

.p-card-info {
  padding: 10px 0;
}

.p-card-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.p-card-info h4 {
  font-size: var(--fs-xl);
  font-weight: 800;
  text-transform: uppercase;
  color: var(--color-text-dark);
  letter-spacing: 0.5px;
  line-height: 1.2;
}

.p-add-btn {
  width: 42px;
  height: 42px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  background: var(--c-forest-green);
  border: none;
  cursor: pointer;
  transition: all 0.4s var(--ease-bounce);
  flex-shrink: 0;
}

.p-add-btn:hover img {
  filter: invert(0);
}

.p-add-btn:hover {
  background: var(--c-bright-orange);
  transform: scale(1.15);
}

.p-add-btn img {
  width: 18px;
  height: 18px;
  opacity: 0.7;
  filter: invert(1);
}

.p-card-info p {
  font-size: var(--fs-md);
  line-height: 1.6;
  font-family: var(--font-body);
}

/* Removal of price/order link CSS as requested */
.p-card-footer,
.p-price-box,
.p-price,
.p-price-cutted,
.order-link {
  display: none !important;
}

.add-btn:hover {
  background: var(--ghost-color);
  color: var(--color-primary-green);
  transform: scale(1.1);
}

/* ================================================
   13.5 TESTIMONIAL MASONRY GRID
   ================================================ */
.testimonials-masonry-section {
  background: var(--color-bg-cream);
}

.testimonial-swiper {
  width: 100%;
  padding: 20px 0 40px;
  overflow: hidden;
}

.swiper-slide.test-column {
  display: flex;
  flex-direction: column;
  gap: 30px;
  height: auto;
}

.testimonials-nav {
  position: relative;
  margin-top: 60px;
  margin-left: auto;
  display: flex;
  gap: 15px;
  z-index: 100;
  width: fit-content;
}

/* Responsiveness for the Grid */
@media (max-width: 1024px) {
  .grid-testimonial {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 768px) {
  .grid-testimonial {
    grid-template-columns: 1fr;
  }
}

.test-item {
  width: 100%;
  position: relative;
  border-radius: 32px;
  overflow: hidden;
  /* Removed transition: all here because it conflicts with GSAP on scroll */
}


.test-card {
  background: #fdfdf5;
  /* Boutique cream */
  padding: 40px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  border: 1px solid rgba(121, 161, 11, 0.08);
  min-height: 300px;
}

.test-img {
  height: 380px;
}

.test-img img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
}

.quote-icon {
  font-family: serif;
  font-size: 64px;
  line-height: 1;
  color: var(--color-primary-green);
  opacity: 0.2;
  margin-bottom: -15px;
  margin-left: -10px;
}

.test-card p {
  font-size: 1.25rem;
  line-height: 1.6;
  font-weight: 500;
  color: var(--color-primary-green-dark);
  margin-bottom: 25px;
  font-family: var(--font-body);
}

.test-author {
  font-size: 0.80rem;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  color: var(--color-accent-terracotta);
  font-weight: 700;
  margin-top: auto;
}

/* Responsiveness for the Grid */
@media (max-width: 1024px) {
  .grid-testimonial {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 768px) {
  .grid-testimonial {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 640px) {
  .test-card {
    min-height: auto;
  }

  .test-img {
    height: 350px;
  }
}

/* ================================================
   14. STORE LOCATION
   ================================================ */
.location-premium-section {
  background: var(--c-forest-green);
}

.location-premium-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 100px;
  align-items: center;
}

.location-visual-col {
  position: relative;
}

.location-img-wrapper {
  border-radius: 40px;
  overflow: hidden;
  box-shadow: var(--shadow-lg);
  height: 500px;
  width: 458px;
}

.location-visual-col {
  display: flex;
  justify-content: flex-end;
  height: 100%;
  width: 100%;
}

.location-img-wrapper img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.8s var(--ease-smooth);
}

.location-subtitle {
  display: block;
  font-family: var(--font-sans);
  font-size: 14px;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 3px;
  color: var(--color-accent-orange);
  margin-bottom: 16px;
}

.location-title {
  font-family: var(--font-serif);
  font-size: var(--fs-5xl);
  color: var(--c-off-white);
  margin-bottom: 10px;
  line-height: 1;
}

.location-info-row {
  display: flex;
  align-items: center;
  gap: 20px;
  margin-bottom: var(--space-2);
}

.info-icon {
  width: 35px;
  height: 35px;
  background: var(--c-off-white);
  color: var(--color-primary-green);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  box-shadow: 0 8px 20px rgba(72, 110, 4, 0.15);
}

.info-icon svg {
  width: 20px;
  height: 20px;
}

.info-text {
  font-size: 15px;
  font-family: var(--font-body);
  color: var(--c-off-white);
  font-style: normal;
  text-decoration: none;
  line-height: 1.4;
  font-weight: 500;
}

.location-lead {
  font-size: var(--fs-md);
  color: var(--c-off-white);
  margin: var(--space-4) 0px;
  font-family: var(--font-body);
  width: 95%;
}

.location-hr {
  width: 100%;
  height: 1.5px;
  background: rgba(0, 0, 0, 0.01);
  opacity: 0.5;
  margin-bottom: var(--space-4);
}

.hours-block {
  margin-bottom: var(--spacing-lg);
}

.hours-header {
  display: flex;
  gap: 16px;
}

.hours-icon {
  color: var(--c-off-white);
}

.hours-icon svg {
  width: 28px;
  height: 28px;
}

.hours-header h3 {
  font-size: 22px;
  color: var(--c-off-white);
  font-weight: 700;
  margin: 0;
}

.hours-days {
  padding-left: 44px;
}

.day-row {
  display: flex;
  justify-content: space-between;
  max-width: 440px;
  font-size: 17px;
  color: var(--c-off-white);
  /* margin-bottom: 12px; */
  font-family: var(--font-body);
}

.day-row strong {
  font-weight: 700;
  color: var(--c-off-white);
}

.hours-note {
  font-size: 15px;
  color: var(--c-off-white);
  font-style: italic;
  margin-top: 15px;
}

.location-map-wide {
  width: 100%;
  height: 100%;
  border-radius: 40px;
  overflow: hidden;
  box-shadow: var(--shadow-lg);
}

.location-map-wide iframe {
  width: 100%;
  height: 100%;
  border: none;
}

/* ================================================
   15. TESTIMONIALS CAROUSEL
   ================================================ */
.testimonials-section {
  background: linear-gradient(135deg, var(--color-bg-white) 0%, var(--color-bg-cream) 100%);
}

.testimonial-wrapper {
  max-width: 800px;
  margin: 0 auto;
  position: relative;
}

.testimonial-card {
  background: linear-gradient(135deg, var(--color-bg-white) 0%, var(--color-bg-cream-dark) 100%);
  border: 2px solid rgba(45, 80, 22, 0.1);
  border-radius: var(--border-radius-lg);
  padding: var(--spacing-xl);
  position: relative;
  text-align: center;
  box-shadow: var(--shadow-sm);
}

.testimonial-card .quote-mark {
  position: absolute;
  top: 20px;
  left: 30px;
  font-size: 80px;
  font-family: var(--font-serif);
  color: var(--color-accent-gold);
  opacity: 0.2;
  line-height: 1;
  pointer-events: none;
  z-index: 0;
}

.testimonial {
  position: relative;
  z-index: 1;
  transition: opacity 0.6s ease-in-out;
}

.testimonial:not(.active) {
  display: none;
}

.testimonial-text {
  font-family: var(--font-accent);
  font-size: 22px;
  color: var(--color-text-dark);
  line-height: 1.8;
  margin-bottom: var(--spacing-md);
}

.testimonial-stars {
  color: var(--color-accent-gold);
  font-size: 18px;
  margin-bottom: var(--spacing-sm);
  letter-spacing: 4px;
}

.testimonial-name {
  font-family: var(--font-serif);
  font-size: 18px;
  font-weight: 700;
  color: var(--color-primary-green);
  margin-bottom: 4px;
}

.testimonial-location {
  font-size: 14px;
  color: var(--color-text-extra-muted);
}

/* Testimonial Arrows */
.testimonial-arrows {
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  transform: translateY(-50%);
  display: flex;
  justify-content: space-between;
  pointer-events: none;
  padding: 0 0;
}

.testimonial-arrow {
  width: 44px;
  height: 44px;
  background: var(--color-bg-white);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--color-primary-green);
  box-shadow: var(--shadow-sm);
  cursor: pointer;
  pointer-events: all;
  transition: all 0.3s ease;
  border: 2px solid rgba(45, 80, 22, 0.1);
  position: relative;
}

.testimonial-arrow:first-child {
  left: -66px;
}

.testimonial-arrow:last-child {
  right: -66px;
}

.testimonial-arrow:hover {
  color: var(--color-accent-gold);
  transform: scale(1.2);
  border-color: var(--color-accent-gold);
}

.testimonial-arrow svg {
  width: 22px;
  height: 22px;
}

/* Testimonial Dots */
.testimonial-dots {
  display: flex;
  justify-content: center;
  gap: 12px;
  margin-top: var(--spacing-lg);
}

.testimonial-dot {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: #DDD;
  cursor: pointer;
  transition: all 0.3s ease;
  border: none;
  padding: 0;
}

.testimonial-dot.active {
  background: var(--color-accent-gold);
  transform: scale(1.3);
}

/* ================================================
   16. DELIVERY & PICKUP APPS
   ================================================ */

#delivery {
  background-image: radial-gradient(rgba(0, 0, 0, 0.2) 2px, transparent 2px);
  display: flex;
  justify-content: center;
  align-items: center;
  background: var(--c-forest-green);
  padding-top: 80px;
  padding-bottom: 80px;
  min-height: 100%;
}

.delivery {
  padding: var(--spacing-xl) 0;
  background: var(--color-bg-cream);
  text-align: center;
}

.order-text p {
  color: var(--c-off-white);
}

.delivery-cta-card {
  background: var(--color-bg-white);
  padding: calc(var(--spacing-xl) * 1.5);
  border-radius: var(--border-radius-xl);
  box-shadow: 0 30px 60px rgba(0, 0, 0, 0.05);
  border: 1px solid rgba(244, 196, 48, 0.2);
  max-width: 900px;
  margin: 0 auto;
  position: relative;
  overflow: hidden;
}

.delivery-logos-inline {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: var(--spacing-lg);
  margin-bottom: var(--spacing-lg);
}

.delivery-logos-inline img {
  height: 44px;
  width: auto;
  opacity: 0.8;
  transition: opacity 0.3s ease;
}

.delivery-logos-inline img:hover {
  opacity: 1;
}

.delivery-cta-card h3 {
  font-size: 42px;
  margin-bottom: 12px;
  color: var(--color-primary-green);
}

.delivery-cta-card p {
  margin-bottom: var(--spacing-lg);
  font-size: 18px;
  color: var(--color-text-muted);
}

.btn--large {
  padding: 20px 60px;
  font-size: 18px;
}

/* ================================================
   17. NEWSLETTER DETACHED (RE-DESIGNED)
   ================================================ */
.newsletter-detached {
  padding-bottom: 15vw;
  background: var(--color-bg-cream);
  position: relative;
  z-index: 10;
}

.newsletter-card {
  max-width: 1000px;
  margin: 0 auto;
  background: var(--color-primary-green);
  border-radius: var(--border-radius-xxl);
  padding: var(--spacing-xxxl);
  box-shadow: 0 40px 80px rgba(45, 80, 22, 0.2);
  text-align: center;
  position: relative;
  overflow: hidden;
}

.newsletter-card::after {
  content: '';
  position: absolute;
  top: -50%;
  right: -20%;
  width: 400px;
  height: 400px;
  background: rgba(244, 196, 48, 0.05);
  border-radius: 50%;
  z-index: 1;
}

.newsletter-card-content {
  position: relative;
  z-index: 2;
  max-width: 600px;
  margin: 0 auto;
}

.newsletter-card-content h2 {
  font-size: 52px;
  color: white;
  margin-bottom: 15px;
}

.newsletter-card-content p {
  color: rgba(255, 255, 255, 0.85);
  font-size: 18px;
  margin-bottom: var(--spacing-xl);
}

.newsletter-form {
  display: flex;
  background: white;
  padding: 8px;
  border-radius: 50px;
  box-shadow: var(--shadow-lg);
}

.newsletter-form input {
  flex: 1;
  padding: 15px 30px;
  font-size: 16px;
  background: transparent;
  color: var(--color-text-dark);
}

.btn-arrow {
  background: var(--color-primary-green);
  color: white;
  padding: 15px 40px;
  border-radius: 50px;
  font-weight: 700;
  display: flex;
  align-items: center;
  gap: 10px;
  transition: all 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275);
}

.btn-arrow:hover {
  background: var(--color-accent-gold);
  color: var(--color-primary-green);
  transform: scale(1.05);
}

/* ================================================
   18. FOOTER
   ================================================ */
.footer {
  background: var(--c-espresso-brown) !important;
  color: var(--color-text-light) !important;
  position: relative;
  padding: var(--space-20) 0 var(--space-8);
}

.footer-contact h3 {
  color: var(--c-golden-yellow) !important;
}

.footer-container {
  max-width: 1400px;
  margin: 0 auto;
  padding: 80px var(--spacing-lg) 40px;
}

.footer-content {
  display: grid;
  grid-template-columns: 1.5fr 1fr 1fr 1.3fr;
  gap: var(--spacing-xl);
  margin-bottom: var(--spacing-xl);
}

/* Footer Branding */
.footer-brand .footer-logo {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-bottom: var(--spacing-sm);
}

.footer-brand .footer-logo-icon {
  width: 50px;
  height: 50px;
  background: var(--color-accent-gold);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--color-primary-green);
  font-family: var(--font-accent);
  font-size: 22px;
  font-weight: 700;
}

.footer-brand .footer-logo-text {
  font-family: var(--font-serif);
  font-family: var(--font-heading);
  font-size: 20px;
  font-weight: 700;
  color: var(--color-bg-white);
}

.footer-brand .footer-title-script {
  font-family: var(--font-heading);
  font-size: 1.25rem;
  font-weight: 500;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: var(--color-accent-orange);
  display: block;
  margin-bottom: 0.5rem;
}

.footer-brand .footer-tagline {
  font-family: var(--font-heading);
  font-size: 29px;
  color: var(--color-accent-gold);
  margin-bottom: 0;
}

.footer-socials {
  display: flex;
  gap: var(--spacing-sm);
}

.footer-socials a {
  width: 36px;
  height: 36px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--color-accent-gold);
  transition: all 0.3s ease;
  border-radius: 50%;
}

.footer-socials a:hover {
  color: var(--color-accent-orange);
  transform: scale(1.2);
}

.footer-socials a svg {
  width: 22px;
  height: 22px;
}

/* Footer Columns */
.footer-col h3 {
  font-family: var(--font-sans);
  font-size: 22px !important;
  font-weight: 700;
  color: var(--color-accent-gold) !important;
  margin-bottom: var(--spacing-md);
  text-transform: uppercase;
  letter-spacing: 0.05em;
}

.footer-col ul li {
  margin-bottom: 12px;
}

.footer-col ul li a {
  font-size: 18px;
  color: var(--color-text-light);
  transition: color 0.3s ease;
  position: relative;
}

.footer-col ul li a:hover {
  color: var(--color-accent-gold);
}

/* Footer Contact */
.footer-contact .contact-item {
  margin-bottom: var(--spacing-sm);
}

.footer-contact .contact-item span {
  display: block;
  font-size: 12px;
  color: rgba(255, 255, 255, 0.5);
  margin-bottom: 4px;
  text-transform: uppercase;
  letter-spacing: 0.05em;
}

.footer-contact .contact-item a,
.footer-contact .contact-item p {
  font-size: 14px;
  color: var(--color-accent-gold);
  transition: color 0.3s ease;
  margin: 0;
}

.footer-contact .contact-item a:hover {
  color: var(--color-accent-orange);
}

.footer-contact .contact-hours {
  font-size: 13px;
  color: var(--color-text-light);
  opacity: 0.7;
  margin-top: var(--spacing-sm);
}

/* Footer Bottom */
.footer-bottom {
  border-top: 1px solid rgba(244, 196, 48, 0.2);
  padding-top: var(--spacing-md);
  display: flex;
  justify-content: center;
  align-items: center;
}

.footer-bottom p {
  font-size: 12px;
  color: rgba(255, 255, 255, 0.5);
  margin: 0;
}

/* ================================================
   19. TOAST NOTIFICATION
   ================================================ */
.toast-container {
  position: fixed;
  top: 100px;
  right: 20px;
  z-index: 9999;
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.toast {
  background: var(--color-primary-green);
  color: var(--color-bg-white);
  padding: 16px 24px;
  border-radius: var(--border-radius-sm);
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.2);
  font-size: 14px;
  font-weight: 500;
  animation: slideInRight 0.3s ease, fadeOut 0.3s ease 3.7s forwards;
  display: flex;
  align-items: center;
  gap: 10px;
}

.toast .toast-icon {
  font-size: 18px;
}

/* ================================================
   20. SCROLL ANIMATIONS
   ================================================ */
[data-animate] {
  opacity: 0;
  transform: translateY(30px);
  transition: opacity 0.8s ease-out, transform 0.8s ease-out;
}

[data-animate].animate {
  opacity: 1;
  transform: translateY(0);
}

[data-animate="slide-left"] {
  transform: translateX(-30px);
}

[data-animate="slide-left"].animate {
  transform: translateX(0);
}

[data-animate="slide-right"] {
  transform: translateX(30px);
}

[data-animate="slide-right"].animate {
  transform: translateX(0);
}

[data-animate="scale"] {
  transform: scale(0.9);
}

[data-animate="scale"].animate {
  transform: scale(1);
}

/* ================================================
   21. KEYFRAME ANIMATIONS
   ================================================ */
@keyframes fadeInUp {
  from {
    opacity: 0;
    transform: translateY(20px);
  }

  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@keyframes slideInLeft {
  from {
    opacity: 0;
    transform: translateX(-30px);
  }

  to {
    opacity: 1;
    transform: translateX(0);
  }
}

@keyframes slideInRight {
  from {
    opacity: 0;
    transform: translateX(30px);
  }

  to {
    opacity: 1;
    transform: translateX(0);
  }
}

@keyframes rotateCircle {
  from {
    transform: rotate(0deg);
  }

  to {
    transform: rotate(360deg);
  }
}

@keyframes badgePop {
  0% {
    transform: scale(0.5);
  }

  70% {
    transform: scale(1.2);
  }

  100% {
    transform: scale(1);
  }
}

@keyframes spin {
  from {
    transform: rotate(0deg);
  }

  to {
    transform: rotate(360deg);
  }
}

@keyframes fadeOut {
  to {
    opacity: 0;
    transform: translateX(40px);
  }
}

@keyframes float {

  0%,
  100% {
    transform: translateY(0);
  }

  50% {
    transform: translateY(-10px);
  }
}

@keyframes pulse {

  0%,
  100% {
    opacity: 0.15;
  }

  50% {
    opacity: 0.25;
  }
}

/* ================================================
   22. UTILITY CLASSES
   ================================================ */
.text-center {
  text-align: center;
}

.text-left {
  text-align: left;
}

.text-right {
  text-align: right;
}

.mt-sm {
  margin-top: var(--spacing-sm);
}

.mt-md {
  margin-top: var(--spacing-md);
}

.mt-lg {
  margin-top: var(--spacing-lg);
}

.mb-sm {
  margin-bottom: var(--spacing-sm);
}

.mb-md {
  margin-bottom: var(--spacing-md);
}

.mb-lg {
  margin-bottom: var(--spacing-lg);
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

/* ================================================
   23. DELIVERY BAR & CTA (REDESIGN)
   ================================================ */
.delivery-bar {
  background-color: var(--color-green-fresh);
  padding: 80px 0;
  position: relative;
  text-align: center;
  overflow: hidden;
}

.delivery-bar::before {
  content: "";
  position: absolute;
  top: -50px;
  left: -50px;
  right: -50px;
  bottom: -50px;
  background-image: url("../in_use_images/background-image-for-kabob-&-green.png");
  background-size: 600px 600px;
  background-repeat: repeat;
  z-index: 1;
  opacity: 0.15;
  /* Subtly mix with the green */
  pointer-events: none;
  animation: pan-bg 40s linear infinite;
  transform: translate(var(--mx, 0), var(--my, 0));
  transition: transform 0.1s ease-out;
}

@keyframes pan-bg {
  0% {
    background-position: 600px 600px;
  }

  100% {
    background-position: 0 0;
  }
}

.delivery-bar .container {
  position: relative;
  z-index: 10;
}


.the-wave {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  overflow: hidden;
  line-height: 0;
  z-index: 5;
  transform: rotate(180deg);
}

.the-wave svg {
  position: relative;
  display: block;
  width: 100%;
  height: 60px;
}

.the-wave svg path:focus {
  outline: none;
}

.delivery-header {
  margin-bottom: 40px;
}

.delivery-subtitle {
  font-family: var(--font-body);
  font-size: 14px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 4px;
  color: rgba(255, 255, 255, 0.9);
  margin-bottom: 10px;
  display: block;
}

.delivery-title {
  font-family: var(--font-heading);
  font-size: 48px;
  font-weight: 700;
  color: #fff;
  margin: 0;
}

.delivery-partners-grid {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 20px;
  flex-wrap: wrap;
}

.partner-card {
  background: #fff;
  border-radius: 12px;
  padding: 20px 30px;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.05);
  display: flex;
  align-items: center;
  justify-content: center;
  height: auto;
  min-width: initial;
  width: 100%;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

textarea.wpcf7-form-control.wpcf7-textarea.wpcf7-validates-as-required.form-control,
input.wpcf7-form-control.wpcf7-tel.wpcf7-validates-as-required.wpcf7-text.wpcf7-validates-as-tel.form-control {
  width: 100%;
}

.partner-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.1);
}

.partner-card img {
  height: 140px;
  width: 200px;
  object-fit: contain;
}

.kabob-green-club {
  background-color: var(--color-green-fresh);
  background-image: radial-gradient(rgba(0, 0, 0, 0.2) 2px, transparent 2px);
  background-size: 24px 24px;
  background-position: 0 0;
  /* Dot matrix effect */
  padding: 40px 0;
  text-align: center;
  position: relative;
  overflow: hidden;
  margin-top: -2px;
  /* Prevent gaps */
}

.kabob-green-club h2 {
  font-family: var(--font-serif);
  font-size: clamp(2rem, 4vw, 3rem);
  color: #0d1514;
  margin-bottom: 15px;
}

.kabob-green-club h2 span {
  font-weight: 900;
}

.kabob-green-club p {
  max-width: 650px;
  margin: 0 auto 30px;
  font-size: 18px;
  color: rgba(13, 21, 20, 0.82);
  font-weight: 500;
  line-height: 1.5;
}

.kabob-green-form-wrapper {
  display: flex;
  max-width: 650px;
  margin: 0 auto;
  background: var(--color-bg-white);
  padding: 10px;
  border-radius: 100px;
  box-shadow: var(--shadow-lg);
}

.kabob-green-input {
  flex: 1;
  border: none;
  padding: 0 30px;
  font-family: var(--font-sans);
  font-size: 18px;
  outline: none;
  background: transparent;
}

.kabob-green-btn {
  background: #0d1514;
  color: var(--color-bg-white);
  border: none;
  padding: 18px 45px;
  border-radius: 100px;
  font-family: var(--font-sans);
  font-weight: 800;
  font-size: 16px;
  text-transform: uppercase;
  letter-spacing: 1px;
  cursor: pointer;
  display: flex;
  align-items: center;
  gap: 12px;
  transition: 0.4s var(--ease-bounce);
}

.kabob-green-btn:hover {
  background: #000;
  transform: scale(1.05);
}


/* ================================================
   24. PREFERS REDUCED MOTION
   ================================================ */
@media (prefers-reduced-motion: reduce) {

  *,
  *::before,
  *::after {
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.01ms !important;
  }

  [data-animate] {
    opacity: 1;
    transform: none;
  }

  .deco-circle--rotating {
    animation: none;
  }
}


/* Basic Reset */
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

html {
  font-size: 16px;
}

body {
  font-family: var(--font-body);
  color: var(--color-text-body);
  line-height: 1.6;
  overflow-x: hidden;
  -webkit-font-smoothing: antialiased;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: var(--font-heading);
  color: var(--color-text-dark);
  line-height: 1.2;
}

a {
  text-decoration: none;
  color: inherit;
  transition: var(--transition);
}

ul,
ol {
  list-style: none;
}

img {
  max-width: 100%;
  display: block;
  object-fit: cover;
}

.section {
  padding: var(--space-xl) 0;
}

.text-center {
  text-align: center;
}

/* Typography */
.title-script {
  font-family: var(--font-script) !important;
  color: var(--color-primary-green) !important;
  font-size: var(--fs-3xl) !important;
  font-weight: 600 !important;
  display: block;
  margin-bottom: 0px;
  transform: rotate(-3deg);
}

#delivery .title-script {
  margin-bottom: 40px;
}

.title-main {
  font-size: clamp(var(--fs-4xl), 5vw, var(--fs-6xl));
  font-weight: 800;
  margin-bottom: 1rem;
}

.title-section {
  font-size: clamp(var(--fs-3xl), 4vw, var(--fs-5xl));
  font-weight: 800;
}

.subtitle {
  font-size: 1.125rem;
  color: var(--color-text-body);
  max-width: 600px;
  margin: 0 auto;
}

/* Buttons */
.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 1rem 2.5rem;
  border-radius: var(--radius-pill) !important;
  font-family: var(--font-body);
  font-weight: 700;
  font-size: 1rem;
  cursor: pointer;
  border: none;
  transition: var(--transition);
  text-transform: uppercase;
  letter-spacing: 1px;
  gap: 8px;
}

.btn-primary {
  background-color: var(--color-primary-green);
  color: white;
  box-shadow: 0 8px 24px rgba(79, 119, 45, 0.3);
}

.btn-primary:hover {
  background-color: #385620;
  transform: translateY(-4px);
  box-shadow: 0 12px 32px rgba(79, 119, 45, 0.4);
}

.btn-accent {
  background-color: var(--color-accent-orange);
  color: white;
  box-shadow: 0 8px 24px rgba(232, 93, 4, 0.3);
}

.btn-accent:hover {
  background-color: #d05303;
  transform: translateY(-4px);
  box-shadow: 0 12px 32px rgba(232, 93, 4, 0.4);
}

/* --- NAVBAR --- */
.header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  padding: 1.5rem 0;
  z-index: 100;
  background: rgba(252, 249, 242, 0.9);
  backdrop-filter: blur(12px);
  border-bottom: 1px solid rgba(0, 0, 0, 0.05);
  transition: var(--transition);
}

.nav-wrapper {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.logo {
  font-family: var(--font-heading);
  font-size: 1.75rem;
  font-weight: 900;
  color: var(--color-primary-green);
}

.logo span {
  color: var(--color-accent-orange);
  font-family: var(--font-script);
  font-size: 2.2rem;
  margin-left: -5px;
}

.nav-links {
  display: flex;
  gap: 2.5rem;
  align-items: center;
}

.nav-link {
  font-size: calc(var(--fs-body) - 1px);
  color: var(--color-text-dark);
  position: relative;
}

.nav-link:hover {
  color: var(--c-deep-forest-green);
}

.nav-link::after {
  content: '';
  position: absolute;
  width: 0;
  height: 2px;
  bottom: -4px;
  left: 0;
  background-color: var(--c-forest-green);
  transition: var(--transition);
}

.nav-link:hover::after {
  width: 100%;
}

/* --- HERO SECTION --- */
.hero {
  padding: 60px 0 0;
  background: var(--color-bg-base);
  /* cleaner look */
  position: relative;
  overflow: hidden;
  min-height: 100vh;
  display: flex;
  align-items: center;
}

/* Decorative blobs */
.blob-1 {
  position: absolute;
  top: -10%;
  left: -5%;
  width: 50vw;
  height: 50vw;
  background: rgba(144, 169, 85, 0.08);
  /* light organic green */
  border-radius: 50%;
  filter: blur(80px);
  z-index: 0;
  pointer-events: none;
}

.blob-2 {
  position: absolute;
  bottom: -10%;
  right: -10%;
  width: 40vw;
  height: 40vw;
  background: rgba(232, 93, 4, 0.05);
  /* warm appetizing orange */
  border-radius: 50%;
  filter: blur(100px);
  z-index: 0;
  pointer-events: none;
}

.hero-container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: relative;
  z-index: 2;
  gap: var(--space-8);
  width: 100%;
}

.hero-content {
  flex: 0 0 55%;
  position: relative;
  z-index: 10;
}

.hero-text-wrapper {
  position: relative;
}

.hero-text-wrapper .title-script {
  font-size: 1.5rem !important;
  text-transform: uppercase;
  letter-spacing: 3px;
  font-weight: 600;
  color: var(--color-text-body);
  margin-bottom: 0.5rem;
  display: inline-block;
  font-family: var(--font-body);
  /* border-bottom: 1px solid var(--color-accent-orange);
    padding-bottom: 0.3rem; */
}

.title-main {
  font-size: clamp(3.5rem, 6vw, 5.5rem);
  font-weight: 700;
  line-height: 1.05;
  letter-spacing: -0.5px;
  margin-bottom: var(--space-8);
  color: var(--c-off-white) !important;
  position: relative;
}

.res-content p {
  color: var(--c-off-white);
}

.title-line {
  display: block;
}

.title-line-1 {
  margin-bottom: 0.2rem;
}

.title-line-2 {
  font-style: italic;
  font-weight: 600;
  color: var(--color-primary-green);
  margin-bottom: 0.2rem;
}

.title-amp {
  font-family: var(--font-heading);
  font-weight: 400;
  font-style: italic;
  color: var(--color-text-body);
  vertical-align: baseline;
}

.hero-desc {
  font-size: 1.15rem;
  line-height: 1.8;
  color: var(--color-text-body);
  max-width: 480px;
  margin-bottom: 2.5rem;
  padding-left: 0;
  border-left: none;
  margin-left: 0;
  font-weight: 400;
}

.hero-actions {
  display: flex;
  gap: 1.2rem;
  padding-left: 0;
  margin-left: 0;
}

.hero-visual {
  flex: 0 0 45%;
  position: relative;
  height: 650px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.hero-circle-bg {
  position: absolute;
  width: 450px;
  height: 450px;
  background: var(--color-primary-green);
  border-radius: 50%;
  top: 50%;
  left: 50%;
  transform: translate(-40%, -50%);
  z-index: 1;
  opacity: 0.05;
}

.hero-img-box {
  position: absolute;
  overflow: hidden;
  box-shadow: var(--shadow-md);
  transition: transform 1.2s cubic-bezier(0.22, 1, 0.36, 1), box-shadow 1.2s ease;
  background: var(--color-bg-base);
  will-change: transform;
}

.hero-img-box img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 1.5s cubic-bezier(0.22, 1, 0.36, 1);
  will-change: transform;
}

.hero-img-box:hover img {
  transform: scale(1.05);
}

.main-img {
  width: 380px;
  height: 520px;
  z-index: 3;
  transform: rotate(-3deg);
  right: 0%;
  border: 10px solid white;
  border-radius: 200px 200px 20px 20px;
  /* Gorgeous Arch shape */
  box-shadow: 0 30px 60px rgba(0, 0, 0, 0.15);
}

.main-img:hover {
  transform: rotate(0deg) scale(1.03);
  z-index: 5;
  box-shadow: 0 35px 70px rgba(0, 0, 0, 0.2);
}

.secondary-img {
  width: 260px;
  height: 320px;
  z-index: 2;
  left: -5%;
  bottom: 5%;
  transform: rotate(5deg);
  border: 8px solid white;
  border-radius: 20px;
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.1);
}

.secondary-img:hover {
  transform: rotate(0deg) scale(1.03);
  z-index: 5;
  box-shadow: 0 25px 50px rgba(0, 0, 0, 0.15);
}

.float-badge {
  position: absolute;
  background: rgba(255, 255, 255, 0.95);
  backdrop-filter: blur(8px);
  padding: 0.8rem 1.2rem;
  border-radius: 20px;
  box-shadow: 0 15px 35px rgba(232, 93, 4, 0.15);
  display: flex;
  align-items: center;
  gap: 1rem;
  font-weight: 800;
  color: var(--color-text-dark);
  z-index: 10;
  animation: floaty 4s ease-in-out infinite;
  border: 2px solid white;
  transition: scale 0.8s cubic-bezier(0.22, 1, 0.36, 1), box-shadow 0.8s cubic-bezier(0.22, 1, 0.36, 1);
  cursor: pointer;
  will-change: transform, box-shadow, scale;
  scale: 1;
  /* Default scale */
}

.float-badge:hover {
  scale: 1.06;
  box-shadow: 0 25px 45px rgba(232, 93, 4, 0.25);
  animation-play-state: paused;
}

.badge-1 {
  bottom: 15%;
  right: -10%;
  animation-delay: 0s;
}

.badge-2 {
  top: 20%;
  left: -15%;
  animation-delay: 2s;
  background: var(--color-accent-yellow) !important;
  color: var(--color-text-dark) !important;
  border: 2px solid var(--color-accent-yellow) !important;
  padding: 1rem 1.5rem;
  border-radius: 50px !important;
}

.float-badge img {
  width: 45px;
  height: 45px;
  border-radius: 50%;
  object-fit: cover;
  border: 2px solid var(--color-accent-orange);
  background: white;
  padding: 2px;
}

.float-badge .rating {
  color: white;
  font-size: 1.4rem;
  text-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
  letter-spacing: 2px;
}

@keyframes floaty {

  0%,
  100% {
    translate: 0 0;
    rotate: 2deg;
  }

  50% {
    translate: 0 -15px;
    rotate: -2deg;
  }
}

@media(max-width: 992px) {
  .hero-container {
    flex-direction: column;
    text-align: center;
    padding-top: 2rem;
  }

  .hero-content {
    flex: none;
    width: 100%;
  }

  .title-line-1,
  .title-line-2,
  .title-line-3 {
    padding-left: 0;
  }

  .hero-desc {
    padding-left: 0;
    border-left: none;
    margin: 0 auto 2.5rem;
    text-align: center;
  }

  .hero-actions {
    padding-left: 0;
    margin: 0;
    justify-content: center;
  }

  .hero-visual {
    flex: none;
    width: 100%;
    height: 500px;
    margin-top: 2rem;
  }

  .main-img {
    right: 0;
    left: 50%;
    transform: translateX(-50%) rotate(-3deg);
  }

  .main-img:hover {
    transform: translateX(-50%) rotate(0deg) scale(1.02);
  }

  .secondary-img {
    display: none;
    /* Reduce clutter on mobile */
  }

  .badge-2 {
    left: 0;
    top: 0;
  }

  .badge-1 {
    right: 0;
  }
}

/* --- SPECIAL MENU SECTION --- */
.special-menu {
  background-color: var(--color-bg-card);
  position: relative;
}

.special-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: var(--space-8);
  margin-top: 4rem;
}

.special-card {
  background: var(--color-bg-base);
  border-radius: var(--radius-lg);
  padding: 2.5rem 2rem 2rem;
  text-align: center;
  position: relative;
  transition: var(--transition);
  border: 1px solid rgba(0, 0, 0, 0.03);
  margin-top: 60px;
  /* Space for the overlapping image */
}

.special-card:hover {
  transform: translateY(-10px);
  box-shadow: var(--shadow-hover);
  background: #fff;
  border-color: rgba(232, 93, 4, 0.2);
}

.special-img-wrap {
  position: absolute;
  top: -70px;
  left: 50%;
  transform: translateX(-50%);
  width: 140px;
  height: 140px;
  border-radius: 50%;
  background: white;
  padding: 8px;
  box-shadow: var(--shadow-md);
  transition: var(--transition);
}

.special-card:hover .special-img-wrap {
  transform: translateX(-50%) scale(1.1) rotate(5deg);
}

.special-img-wrap img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 50%;
}

.special-card h3 {
  font-size: 1.5rem;
  margin-bottom: 0.5rem;
  margin-top: 40px;
}

.special-card p {
  font-size: 0.95rem;
  color: #666;
  margin-bottom: 1.5rem;
  line-height: 1.5;
}

.price-tag {
  font-size: 1.5rem;
  font-weight: 800;
  color: var(--color-accent-orange);
  font-family: var(--font-body);
}

/* --- FEATURED / TODAY'S MENU (Masonry/Grid vibe) --- */
.featured-menu {
  background-color: var(--color-bg-base);
}

.menu-filter {
  display: flex;
  justify-content: center;
  gap: 1rem;
  margin-top: 2rem;
  flex-wrap: wrap;
}

.filter-btn {
  background: rgba(0, 0, 0, 0.05);
  border: none;
  padding: 0.8rem 1.5rem;
  border-radius: var(--radius-pill);
  font-family: var(--font-body);
  font-weight: 600;
  cursor: pointer;
  transition: var(--transition);
  color: var(--color-text-body);
}

.filter-btn.active,
.filter-btn:hover {
  background: var(--color-primary-green);
  color: white;
}

.featured-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
  gap: var(--space-8);
  margin-top: 3rem;
}

.recipe-card {
  background: var(--color-bg-card);
  border-radius: var(--radius-md);
  overflow: hidden;
  box-shadow: var(--shadow-sm);
  transition: var(--transition);
  display: flex;
  flex-direction: column;
  position: relative;
}

.recipe-card:hover {
  transform: translateY(-5px);
  box-shadow: var(--shadow-md);
}

.recipe-img {
  position: relative;
  height: 240px;
  overflow: hidden;
}

.recipe-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.6s ease;
}

.recipe-card:hover .recipe-img img {
  transform: scale(1.08);
}

.diet-badge {
  position: absolute;
  top: 1rem;
  right: 1rem;
  background: white;
  color: var(--color-primary-green);
  padding: 0.4rem 0.8rem;
  border-radius: var(--radius-pill);
  font-size: 0.75rem;
  font-weight: 800;
  text-transform: uppercase;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
  z-index: 2;
}

.recipe-content {
  padding: 1.5rem;
  display: flex;
  flex-direction: column;
  flex-grow: 1;
}

.recipe-content h4 {
  font-size: 1.25rem;
  margin-bottom: 0.5rem;
  font-family: var(--font-body);
}

.recipe-meta {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: auto;
  padding-top: 1rem;
  border-top: 1px solid #f0f0f0;
}

.recipe-meta .price {
  color: var(--color-accent-orange);
  font-weight: 800;
  font-size: 1.25rem;
}

.add-to-cart {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background: var(--color-bg-base);
  color: var(--color-primary-green);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.2rem;
  transition: var(--transition);
  cursor: pointer;
  border: none;
}

.add-to-cart:hover {
  background: var(--color-primary-green);
  color: white;
}

/* --- QUALITY SERVICES / FEATURES --- */
.services {
  background: var(--color-bg-base);
  padding: var(--space-12) 0;
  position: relative;
}

.services h2 {
  color: var(--color-text-dark);
}

.services-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
  gap: 2.5rem;
  margin-top: 4rem;
}

.service-item {
  background: var(--color-bg-card);
  border-radius: 40px;
  padding: 3rem 1.5rem;
  text-align: center;
  box-shadow: var(--shadow-sm);
  transition: var(--transition);
  position: relative;
  z-index: 1;
  border-bottom: 4px solid var(--color-bg-base);
}

.service-item:hover {
  transform: translateY(-10px);
  border-bottom: 4px solid var(--color-accent-orange);
  box-shadow: var(--shadow-md);
}

.icon-wrap {
  width: 90px;
  height: 90px;
  margin: 0 auto 1.5rem;
  background: var(--color-bg-base);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 3rem;
  transition: var(--transition);
  box-shadow: inset 0 4px 10px rgba(0, 0, 0, 0.05);
}

.service-item:hover .icon-wrap {
  background: var(--color-accent-orange);
  color: white;
  transform: scale(1.1) rotate(10deg);
}

.service-item h4 {
  color: var(--color-text-dark);
  font-family: var(--font-body);
  font-size: 1.3rem;
  margin-bottom: 0.5rem;
  font-weight: 800;
}

.service-item p {
  color: var(--color-text-body);
  font-size: 1rem;
}

/* --- RESERVATION SECTION --- */
.reservation {
  position: relative;
  padding: 8rem 0;
  overflow: hidden;
  background: var(--c-espresso-brown);
}

.reservation::before {
  content: "";
  position: absolute;
  top: -50px;
  left: -50px;
  right: -50px;
  bottom: -50px;
  background-image: url('../in_use_images/background-image-for-kabob-&-green-light.png');
  background-size: 1000px 600px;
  background-repeat: repeat;
  z-index: 1;
  opacity: 0.15;
  pointer-events: none;
  animation: pan-bg 40s linear infinite;
  transform: translate(var(--mx, 0), var(--my, 0));
  transition: transform 0.1s ease-out;
}

.reservation::after {
  content: '';
  position: absolute;
  inset: 0;
  z-index: 1;
}


.res-container {
  position: relative;
  z-index: 2;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  gap: var(--space-16);
}

.res-content {
  flex: 1;
  min-width: 300px;
  color: white;
}

.res-content h2 {
  color: white;
}

.res-content .title-script {
  color: var(--color-accent-orange);
}

.res-form {
  flex: 1;
  min-width: 350px;
  background: rgba(255, 255, 255, 0.1);
  backdrop-filter: blur(16px);
  padding: 3rem;
  border-radius: var(--radius-lg);
  border: 1px solid rgba(255, 255, 255, 0.2);
  box-shadow: 0 24px 48px rgba(0, 0, 0, 0.3);
}

.form-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 1.5rem;
}

.form-group {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
}

.form-group.full {
  grid-column: 1 / -1;
}

.form-control {
  background: rgba(255, 255, 255, 0.9);
  border: none;
  padding: 1rem 1.2rem;
  border-radius: var(--radius-md);
  font-family: var(--font-body);
  font-size: var(--fs-body);
  outline: none;
  transition: var(--transition);
}

.form-control:focus {
  box-shadow: 0 0 0 3px rgba(232, 93, 4, 0.4);
}

.res-form .btn-accent {
  width: 100%;
  margin-top: 1rem;
  border-radius: var(--radius-md);
  font-size: var(--fs-lg);
  padding: 1.2rem;
}

/* --- FOOTER --- */
.footer-grid {
  display: grid;
  grid-template-columns: 2fr 1fr 1fr 1fr;
  gap: var(--space-12);
  margin-bottom: var(--space-12);
}

.footer-logo {
  font-family: var(--font-heading);
  font-size: var(--fs-3xl);
  color: white;
  font-weight: 700;
  margin-bottom: 1rem;
}

.footer-logo span {
  color: var(--color-accent-orange);
  font-family: var(--font-script);
  font-size: var(--fs-4xl);
}

.footer h4 {
  color: white;
  font-family: var(--font-body);
  font-size: var(--fs-lg);
  margin-bottom: 1.5rem;
}

.footer ul li {
  margin-bottom: 0.8rem;
}

.footer ul li a:hover {
  color: var(--color-accent-orange);
  padding-left: 5px;
}

.footer-bottom {
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  padding-top: 2rem;
  text-align: center;
  font-size: var(--fs-sm);
}

/* ================================================
   CUSTOM - REORDERING AND SLIDER
   ================================================ */


/* Slider Section */
.featured-slider-container {
  padding: 80px 0;
  overflow: hidden;
  background: #fdfcf8;
}

.slider-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: var(--space-8);
  margin-top: var(--space-12);
  perspective: 1000px;
}

.slider-item {
  transition: var(--transition-slow);
  opacity: 0.6;
  transform: scale(0.8);
  cursor: pointer;
}

.slider-item.active {
  opacity: 1;
  transform: scale(1.1);
  z-index: 10;
}

/* Fresh Order Now Section */
.the-wave {
  color: #fff;
  /* Static Fallback */
  line-height: 0;
  pointer-events: none;
  transition: color 0.4s ease;
}

.fresh-order-content {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: var(--space-16);
}

.order-visual {
  flex: 1;
  position: relative;
}

.order-img-mask {
  border-radius: 30px;
  overflow: hidden;
  box-shadow: 0 30px 60px rgba(0, 0, 0, 0.3);
  height: 70dvh;
}

.order-img-mask img {
  height: 100%;
}

.order-text {
  flex: 1;
}

.order-text h2 {
  color: white !important;
  font-size: 3.5rem;
  margin-bottom: var(--space-8);
}

/* Hierarchy Adjustments */
.about--visual {
  background: var(--c-dark-brown);
}

/* ================================================
   NEW SPOTLIGHT MOSAIC SLIDER (REDESIGN)
   ================================================ */
.featured-slider-container {
  padding: 120px 0;
  background: #fdfcf8;
  position: relative;
  overflow: hidden;
}

.slider-spotlight-bg {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 80vw;
  height: 80vh;
  transform: translate(-50%, -50%);
  background: radial-gradient(circle, rgba(188, 211, 15, 0.08) 0%, rgba(249, 208, 0, 0) 70%);
  z-index: 0;
  transition: var(--transition-slow);
}

.slider-wrapper-spotlight {
  display: flex;
  gap: 0;
  padding: 50px 0;
  position: relative;
  z-index: 1;
  overflow: visible;
}

.mosaic-item {
  flex: 0 0 550px;
  height: 600px;
  position: relative;
  transition: all 0.8s cubic-bezier(0.19, 1, 0.22, 1);
  transform: scale(0.85);
  filter: grayscale(0.5) blur(2px);
  opacity: 0.5;
  cursor: pointer;
}

.mosaic-item.active {
  flex: 0 0 750px;
  transform: scale(1);
  filter: grayscale(0) blur(0);
  opacity: 1;
  z-index: 10;
}

.mosaic-card {
  width: 100%;
  height: 100%;
  background: white;
  border-radius: 100px 100px 30px 30px;
  /* Arched style matching hero */
  box-shadow: 0 40px 100px rgba(0, 0, 0, 0.1);
  overflow: hidden;
  position: relative;
  border: 15px solid white;
}

.mosaic-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 1.5s ease;
}

.mosaic-item.active .mosaic-img {
  transform: scale(1.1);
}

.mosaic-info {
  position: absolute;
  bottom: 40px;
  left: 40px;
  right: 40px;
  background: white;
  padding: 25px 35px;
  border-radius: 20px;
  box-shadow: 0 20px 50px rgba(0, 0, 0, 0.15);
  transform: translateY(20px);
  opacity: 0;
  transition: all 0.6s ease 0.4s;
  text-align: left;
}

.mosaic-item.active .mosaic-info {
  transform: translateY(0);
  opacity: 1;
}

.mosaic-info h4 {
  font-size: var(--fs-h3);
  color: var(--color-primary-green);
  margin-bottom: 5px;
}

.mosaic-info .p-price {
  font-family: var(--font-body);
  font-weight: 800;
  font-size: var(--fs-2xl);
  color: var(--color-accent-orange);
}

.mosaic-badge {
  position: absolute;
  top: 40px;
  right: 40px;
  padding: 8px 25px;
  background: var(--color-accent-gold);
  color: var(--color-primary-green);
  border-radius: 50px;
  font-weight: 800;
  text-transform: uppercase;
  font-size: 0.9rem;
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
  z-index: 5;
}



/* New Extra Custom CSS */
.delivery-partners-grid {
  flex-wrap: nowrap;
}

.partner-card img {
  height: 100px !important;
  width: auto !important;
  object-fit: contain;
}

@keyframes pan-bg {
  0% {
    background-position: 0 0;
  }

  100% {
    background-position: -1000px -600px;
  }
}


/* ================================================
   15. FAQ SECTION (MINIMALIST)
   ================================================ */
.faq-section {
  padding: var(--space-section) 0;
  background-color: #fafaf5;
  /* Creamy light background */
}

.faq-accordion {
  max-width: 900px;
  margin: 0 auto;
}

.faq-item {
  border-bottom: 1px solid rgba(0, 0, 0, 0.08);
  transition: all 0.3s ease;
}

.faq-header {
  padding: 30px 20px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  cursor: pointer;
  transition: background 0.3s ease;
  user-select: none;
}

.faq-header:hover {
  background: rgba(0, 0, 0, 0.02);
}

.faq-header h3 {
  font-family: var(--font-body);
  font-size: 1.25rem;
  font-weight: 700;
  color: var(--color-primary-green);
  margin: 0;
}

.faq-icon {
  font-size: 1.5rem;
  color: var(--color-accent-orange);
  transition: transform 0.4s cubic-bezier(0.19, 1, 0.22, 1);
  display: inline-block;
  font-family: monospace;
}

.faq-body {
  max-height: 0;
  overflow: hidden;
  padding: 0 20px;
  transition: all 0.5s cubic-bezier(0.19, 1, 0.22, 1);
  opacity: 0;
}

.faq-body p {
  padding-bottom: 30px;
  color: var(--color-text-body);
  line-height: 1.7;
  font-size: 1.05rem;
  margin: 0;
}

/* Active State */
.faq-item.active .faq-body {
  max-height: 500px;
  /* Large enough for content */
  opacity: 1;
  padding-top: 10px;
}

.faq-item.active .faq-icon {
  transform: rotate(45deg);
}

.faq-item.active .faq-header {
  background: transparent;
}


/* ================================================
   25. FOOD DETAILS PAGE (CLEAN DESIGN)
   ================================================ */
@import url("https://fonts.googleapis.com/css2?family=Playfair+Display:wght@400;500;600;700&display=swap");

.food-details-section {
  /*  padding: 160px 0 0; */
  background-color: #fff;
}

.food-details-grid {
  display: grid;
  grid-template-columns: 500px 1fr;
  gap: 60px;
  align-items: start;
}

.gallery-container {
  display: flex;
  flex-direction: column-reverse;
  gap: 30px;
  align-items: stretch;
  width: 100%;
}

.main-image-wrapper {
  width: 100%;
  overflow: hidden;
  background: #f9f9f9;
  border-radius: 12px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
}

.main-image-wrapper img {
  width: 100%;
  height: auto;
  display: block;
  object-fit: cover;
  border-radius: 12px;
  aspect-ratio: 1 / 1;
}

.thumbnails {
  display: flex;
  flex-direction: row;
  gap: 15px;
  flex-shrink: 0;
  overflow-x: auto;
  padding-bottom: 5px;
}

.thumb {
  width: 100px;
  height: 100px;
  cursor: pointer;
  border: 1px solid #eee;
  border-radius: 8px;
  overflow: hidden;
  transition: all 0.3s ease;
  flex-shrink: 0;
}

.thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: 0.6;
}

.thumb:hover img,
.thumb.active img {
  opacity: 1;
}

.thumb.active {
  border-color: var(--c-forest-green);
  box-shadow: 0 0 0 2px rgba(72, 110, 4, 0.1);
}

/* Info Section */
.food-details-content {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.product-title {
  font-family: var(--font-heading);
  font-size: 3rem;
  margin-bottom: 10px;
  color: #111;
  text-transform: uppercase;
}

.product-price {
  font-size: 1.8rem;
  font-weight: 800;
  color: var(--c-forest-green);
  display: flex;
  flex-direction: row-reverse;
  justify-content: flex-end;
  gap: 16px;
}

.food-details-page .product-title,
.food-details-page .product-price span {
  line-height: 1;
}

.product-desc {
  font-size: 1rem;
  line-height: 1.5;
  color: #666;
}

/* Actions (Quantity + Button) */
.product-actions {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  gap: 18px;
  margin-top: 20px;
  margin-bottom: 20px;
}

.product-actions-top {
  display: flex;
  align-items: stretch;
  gap: 15px;
}

.qty-counter {
  display: flex;
  align-items: center;
  border: 1px solid #eee;
  border-radius: 4px;
  width: fit-content;
}

.qty-btn-minus,
.qty-btn-plus {
  width: 45px;
  border: none;
  background: transparent;
  font-size: 1.2rem;
  cursor: pointer;
  color: #666;
  transition: color 0.2s ease;
}

.qty-btn-minus:hover,
.qty-btn-plus:hover {
  color: #111;
}

.qty-num-field {
  width: 50px;
  border: none;
  text-align: center;
  font-weight: 600;
  font-size: 1.05rem;
  color: #111;
  -moz-appearance: textfield;
}

.qty-num-field::-webkit-inner-spin-button,
.qty-num-field::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

.add-to-cart {
  width: fit-content;
  background: var(--c-forest-green);
  color: #fff;
  border: none;
  padding: 22px 40px;
  font-family: inherit;
  font-weight: 800;
  font-size: 1rem;
  text-transform: uppercase;
  letter-spacing: 0.15em;
  cursor: pointer;
  transition: all 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275);
  border-radius: 100px;
}

.add-to-cart:hover {
  background: var(--c-deep-forest-green);
  transform: translateY(-3px);
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
}

/* Delivery Table Refined */
.delivery-info {
  margin-top: 50px;
  background: #f9f9f9;
  padding: 30px;
  border-radius: 8px;
}

.delivery-lead {
  font-weight: 700;
  color: #111;
  margin-bottom: 15px;
}

.delivery-table {
  width: 100%;
  border-collapse: collapse;
  margin-top: 15px;
}

.delivery-table th {
  text-align: left;
  font-size: 0.75rem;
  text-transform: uppercase;
  color: #999;
  padding-bottom: 10px;
  border-bottom: 1px solid #eee;
}

.delivery-table td {
  padding: 12px 0;
  border-top: 1px solid #f5f5f5;
  font-size: 0.85rem;
  color: #555;
}

/* Tabs */
.product-tabs {
  margin-top: 60px;
  border-top: 1px solid #eee;
}

.tabs-nav {
  display: flex;
  justify-content: center;
  gap: 40px;
  margin-bottom: 40px;
  position: relative;
  top: -1px;
}

.tab-btn {
  padding: 20px 0;
  background: none;
  border: none;
  font-family: var(--font-primary);
  font-weight: 600;
  font-size: 0.9rem;
  text-transform: uppercase;
  letter-spacing: 0.15em;
  color: #999;
  cursor: pointer;
  position: relative;
  transition: color 0.3s ease;
}

.tab-btn.active {
  color: #111;
}

.tab-btn::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 0;
  height: 2px;
  background: var(--c-forest-green);
  transition: width 0.3s ease;
}

.tab-btn.active::after {
  width: 100%;
}


.tab-panel {
  display: none;
  animation: fadeIn 0.5s ease;
  /* max-width: 900px; */
  line-height: 1.8;
  color: #555;
  font-size: 1.05rem;
}

.product-tabs .container {
  padding: 0 !important;
}

.tab-panel.active {
  display: block;
}

@keyframes fadeIn {
  from {
    opacity: 0;
    transform: translateY(10px);
  }

  to {
    opacity: 1;
    transform: translateY(0);
  }
}

/* Review Section */
.reviews-container {
  display: flex;
  flex-direction: column;
  gap: 40px;
}

.review-item {
  padding-bottom: 30px;
  border-bottom: 1px solid #f0f0f0;
}

.review-header {
  display: flex;
  justify-content: space-between;
  margin-bottom: 15px;
}

.reviewer-name {
  font-weight: 700;
  color: #111;
  text-transform: uppercase;
  font-size: 0.85rem;
  letter-spacing: 0.05em;
}

.review-stars {
  color: var(--c-accent-gold);
  font-size: 0.8rem;
}

.review-text {
  font-style: italic;
  font-size: 1rem;
}

/* Review Form */
.leave-review {
  margin-top: 60px;
  padding-top: 50px;
  border-top: 1px solid #f0f0f0;
}

.leave-review h3 {
  font-family: var(--font-heading);
  font-size: 1.8rem;
  margin-bottom: 30px;
  color: #111;
  text-transform: uppercase;
  text-align: center;
}

.review-form {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 20px;
}

.form-group {
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.form-group-full {
  grid-column: span 2;
}

.form-group label {
  font-size: 0.8rem;
  font-weight: 700;
  text-transform: uppercase;
  color: #888;
  letter-spacing: 0.05em;
}

.form-group input,
.form-group textarea {
  padding: 15px;
  border: 1px solid #eee;
  border-radius: 4px;
  font-family: inherit;
  font-size: 0.95rem;
  transition: border-color 0.3s ease;
}

.form-group input:focus,
.form-group textarea:focus {
  outline: none;
  border-color: var(--c-forest-green);
}

.star-rating-widget {
  display: flex;
  gap: 5px;
  margin-bottom: 20px;
  justify-content: center;
}

.star {
  font-size: 1.5rem;
  color: #ddd;
  cursor: pointer;
  transition: color 0.2s ease;
}

.star:hover,
.star.active {
  color: var(--c-accent-gold);
}

.bold-text {
  font-weight: 900;
}

.submit-review-btn {
  grid-column: span 2;
  background: var(--c-forest-green);
  color: #fff;
  border: none;
  padding: 18px;
  font-family: inherit;
  font-weight: 700;
  font-size: 0.9rem;
  text-transform: uppercase;
  letter-spacing: 0.15em;
  cursor: pointer;
  transition: all 0.3s ease;
  margin-top: 10px;
}

.submit-review-btn:hover {
  background: var(--c-deep-forest-green);
  transform: translateY(-2px);
}

@media (max-width: 1300px) {

  .food-details-page .product-title,
  .food-details-page .product-price span {
    line-height: 1;
  }
}

@media (max-width: 768px) {
  .review-form {
    grid-template-columns: 1fr;
  }

  .form-group-full,
  .submit-review-btn {
    grid-column: span 1;
  }
}

@media (max-width: 991px) {
  .food-details-grid {
    grid-template-columns: 1fr;
    gap: 40px;
  }

  .gallery-container {
    flex-direction: column-reverse;
  }

  .thumbnails {
    display: flex;
    flex-direction: row;
    width: 100%;
    justify-content: center;
  }

  .thumb {
    width: 80px;
    height: 80px;
    flex-shrink: 0;
  }
}

/* ================================================
   26. CRAVE WORTHY SLIDER
   ================================================ */
.crave-worthy-section {
  padding: 0 0 100px;
  background: #fff;
  overflow: hidden;
}

.crave-banner {
  position: relative;
  height: 100px;
  margin-bottom: 50px;
  background: #fff;
}

.crave-dripping {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 10;
}

.crave-dripping svg {
  width: 100%;
  height: 100px;
}

.crave-text {
  position: absolute;
  top: 15px;
  left: 50%;
  transform: translateX(-50%);
  color: #fff;
  font-family: "Rubik One", sans-serif;
  /* Using a bold font if available */
  font-size: 2.5rem;
  font-weight: 900;
  letter-spacing: 0.1em;
  text-shadow: 2px 2px 0 rgba(0, 0, 0, 0.1);
}

.crave-swiper {
  padding: 20px 5% 60px !important;
}

.crave-slide {
  width: 320px;
  height: 400px;
  transition: transform 0.3s ease;
}

.crave-card {
  width: 100%;
  height: 100%;
  border-radius: 30px;
  overflow: hidden;
  position: relative;
  box-shadow: 0 15px 35px rgba(0, 0, 0, 0.1);
}

.crave-card img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
}

.crave-card:hover img {
  transform: scale(1.1);
}

.crave-overlay {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  padding: 30px;
  background: linear-gradient(transparent, rgba(0, 0, 0, 0.8));
  color: #fff;
  transition: opacity 0.3s ease;
}

.crave-overlay h3 {
  font-size: 1.5rem;
  font-weight: 700;
  margin-bottom: 5px;
  color: #fff;
}

.crave-overlay p {
  font-size: 0.9rem;
  margin: 0;
  opacity: 0.8;
}

/* Navigation */
.crave-nav {
  display: flex;
  justify-content: flex-end;
  gap: 15px;
  padding-right: 5%;
  margin-top: -20px;
}

.swiper-button-prev-crave,
.swiper-button-next-crave {
  width: 44px;
  height: 44px;
  background: #fff;
  border: 1px solid #eee;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  color: #333;
  transition: all 0.3s ease;
  z-index: 20;
}

.swiper-button-prev-crave:hover,
.swiper-button-next-crave:hover {
  background: #ff9f43;
  color: #fff;
  border-color: #ff9f43;
  box-shadow: 0 5px 15px rgba(255, 159, 67, 0.3);
}

.swiper-button-disabled {
  opacity: 0.3 !important;
  cursor: default;
}

@media (max-width: 768px) {
  .crave-text {
    font-size: 1.8rem;
    top: 18px;
  }

  .crave-slide {
    width: 280px;
    height: 350px;
  }
}

/* Spotlight Slider */
.spotlight-slider {
  position: relative;
  padding: 40px 0 0;
  /* Removed bottom padding since nav is relative */
  display: flex;
  flex-direction: column;
}

.spotlight-swiper {
  width: 100%;
}

.spotlight-swiper .swiper-slide {
  height: auto;
  opacity: 0.4;
  transition: opacity 0.4s ease;
}

.spotlight-swiper .swiper-slide-active,
.spotlight-swiper .swiper-slide-next,
.spotlight-swiper .swiper-slide-next+.swiper-slide {
  opacity: 1;
}

/* Custom Nav Bottom Right - Relative Position to prevent overlap */
.swiper-nav-wrapper {
  position: relative;
  margin-top: 60px;
  /* Strong spacing below cards */
  margin-left: auto;
  /* Push to the right */
  display: flex;
  gap: 15px;
  z-index: 100;
  width: fit-content;
}

.swiper-button-prev-spotlight,
.swiper-button-next-spotlight {
  width: 48px;
  height: 48px;
  border: 1.5px solid var(--color-primary-green);
  background: transparent;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  color: var(--color-primary-green);
  border-radius: 6px;
  /* High-fidelity 6px rounding */
}

.swiper-button-prev-spotlight:hover,
.swiper-button-next-spotlight:hover {
  background: var(--color-primary-green);
  color: #fff;
  border-color: var(--color-primary-green);
  transform: translateY(-2px);
  box-shadow: 0 4px 12px rgba(72, 110, 4, 0.2);
}

.swiper-button-disabled {
  opacity: 0.3;
  cursor: not-allowed;
}

@media (max-width: 768px) {
  .swiper-nav-wrapper {
    position: relative;
    justify-content: center;
    margin-top: 30px;
  }
}

.price-old {
  text-decoration: line-through;
  opacity: 0.7;
}

/* ================================================
   10. GLOBAL OVERLAY & CART STYLES
   ================================================ */
.filter-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.4);
  backdrop-filter: blur(8px);
  z-index: 2000;
  opacity: 0;
  visibility: hidden;
  transition: all 0.5s cubic-bezier(0.16, 1, 0.3, 1);
}

.filter-overlay.active {
  opacity: 1;
  visibility: visible;
}

.filter-sidebar {
  position: fixed;
  top: 0;
  right: 0;
  width: 500px;
  height: 100%;
  background: white;
  z-index: 2001;
  transform: translateX(100%);
  transition: transform 0.6s cubic-bezier(0.16, 1, 0.3, 1);
  display: flex;
  flex-direction: column;
  box-shadow: -10px 0 30px rgba(0, 0, 0, 0.1);
}

.filter-overlay.active .filter-sidebar {
  transform: translateX(0);
}

@media (max-width: 600px) {
  .filter-sidebar {
    width: 100%;
  }
}

.cart-item-info h4 {
  font-size: 1.25rem;
  font-weight: 700;
  color: var(--color-text-dark);
}

.cart-item-info p {
  font-family: var(--font-body);
  font-size: 0.95rem;
  color: var(--c-almost-black-brown);
  margin: 8px 0 16px;
  line-height: 1.5;
}

.quantity-counter {
  display: flex;
  align-items: center;
  background: #ffffff;
  border: 1px solid #E4E7EC;
  border-radius: 12px;
  padding: 4px;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.04);
  width: fit-content;
}

.qty-btn {
  width: 28px;
  height: 28px;
  background: #F9FAFB;
  border: none;
  cursor: pointer;
  font-size: 1.1rem;
  color: var(--color-primary-green);
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 8px;
  transition: all 0.2s ease;
  font-weight: 500;
}

.qty-btn:hover {
  background: var(--color-primary-green);
  color: white;
}

.qty-input {
  width: 40px;
  text-align: center;
  font-weight: 800;
  font-size: 1rem;
  color: #101828;
  font-family: inherit;
  border: none;
  background: transparent;
  outline: none;
  padding: 0;
}

.remove-item {
  transition: all 0.3s ease;
  width: 36px;
  height: 36px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 12px;
  background: #F9FAFB;
}

.remove-item:hover {
  background: #FEE4E2;
  transform: scale(1.05);
}

.remove-item:hover img {
  filter: invert(15%) sepia(95%) saturate(6932%) hue-rotate(358deg) brightness(95%) contrast(112%);
}

.remove-item img {
  filter: grayscale(1) opacity(0.6);
}

.cart-footer {
  padding: 30px 40px;
}

.cart-summary h3 {
  font-size: 1.4rem;
  font-weight: 800;
}

.cart-summary p {
  color: var(--c-almost-black-brown);
  font-size: 0.9rem;
}

#checkout-btn {
  background: black !important;
  color: white !important;
  text-transform: none;
  letter-spacing: 0;
  font-weight: 600;
}

#add-more-items {
  background: white !important;
  color: black !important;
  border: 1px solid black !important;
  text-transform: none;
  letter-spacing: 0;
  font-weight: 600;
}

#cart-badge {
  position: absolute;
  top: -5px;
  right: -5px;
  background: var(--c-forest-green);
  color: white;
  font-size: 10px;
  padding: 2px 6px;
  border-radius: 50%;
  font-weight: 800;
}

.cart-item-controls {
  display: flex;
  justify-content: space-between;
}

.woocommerce-order-received article {
  margin: 0;
}

.woocommerce-order-received .woocommerce-order-overview,
.woocommerce-order-received .woocommerce-thankyou-order-details,
.woocommerce-order-received .woocommerce-order-details,
.woocommerce-order-received .woocommerce-customer-details {
  display: none !important;
}

.woocommerce-order-received .header,
.woocommerce-order-received .footer,
.woocommerce-order-received footer {
  display: none !important;
}

.mrt_delivery_slot_field {
  display: none;
}

/* Checkout: Pickup / Delivery toggle + pickup fields */
.mrt-fulfillment-block {
  margin: 14px 0 20px;
}

.mrt-fulfillment-toggle {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 8px;
  background: #d9d9d9;
  border-radius: 999px;
  padding: 6px;
}

.mrt-fulfillment-btn {
  border: 0;
  background: transparent;
  border-radius: 999px;
  font-weight: 700;
  padding: 10px 14px;
  color: #222;
}

.mrt-fulfillment-btn.is-active {
  background: #fff;
}

.mrt-pickup-fields {
  margin-top: 16px;
}

.mrt-pickup-fields .form-row {
  margin-bottom: 12px;
}

.mrt-pickup-fields label {
  font-weight: 600;
}

/* Checkout page theme alignment */
.woocommerce-checkout .checkout.woocommerce-checkout {
  max-width: 1320px;
  margin: 40px auto 80px;
  padding: 0 24px;
}

.woocommerce-checkout .checkout-layout {
  display: grid;
  grid-template-columns: 540px minmax(0, 1fr);
  gap: 36px;
  align-items: start;
}

.woocommerce-checkout .checkout-main,
.woocommerce-checkout .checkout-sidebar {
  background: #fff;
  border: 1px solid #ececec;
  border-radius: 14px;
  padding: 28px;
}

/* Coupon Section in Sidebar */
.mrt-checkout-coupon-tbody {
  border-top: 1px solid #eee;
  border-bottom: 1px solid #eee;
}

.mrt-checkout-coupon-row td {
  padding: 25px 0 !important;
}

.mrt-checkout-coupon-section {
  display: flex;
  flex-direction: column;
  gap: 15px;
}

.mrt-coupon-header {
  display: flex;
  align-items: center;
  gap: 10px;
  font-weight: 700;
  color: #111;
  font-size: 1.1rem;
}

.mrt-coupon-tag-icon {
  color: #000;
}

.mrt-coupon-input-group {
  display: flex;
  gap: 10px;
}

.mrt-coupon-input-group input {
  flex: 1;
  padding: 12px 15px;
  border: 1px solid #ddd;
  border-radius: 8px;
  font-size: 0.95rem;
  background: #fff;
}

.mrt-coupon-input-group input:focus {
  border-color: var(--color-primary-green);
  outline: none;
}

#mrt_apply_coupon_btn {
  background: transparent;
  color: #111;
  border: 2px solid #000;
  border-radius: 30px;
  padding: 0 25px;
  font-weight: 700;
  font-size: 0.9rem;
  height: 48px;
  transition: all 0.3s ease;
  white-space: nowrap;
}

#mrt_apply_coupon_btn:hover {
  background: #000;
  color: #fff;
}

.mrt-coupon-notice {
  margin-top: 15px;
  font-size: 0.9rem;
}

.mrt-coupon-notice .woocommerce-error,
.mrt-coupon-notice .woocommerce-message {
  padding: 10px 15px !important;
  border-radius: 8px !important;
  margin: 0 !important;
  list-style: none !important;
}

.mrt-coupon-notice .woocommerce-error {
  background: #fff0f0;
  color: #d00;
  border: 1px solid #ffd0d0;
}

.mrt-coupon-notice .woocommerce-message {
  background: #f0fff0;
  color: #080;
  border: 1px solid #d0ffd0;
}

/* Sidebar Select Fields */
.checkout-sidebar select {
  width: 100%;
  padding: 10px 15px;
  border: 1px solid #ddd;
  border-radius: 8px;
  background: #fff;
  font-size: 0.95rem;
  appearance: none;
  background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="12" height="12" fill="none" stroke="black" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" viewBox="0 0 24 24"><path d="M6 9l6 6 6-6"/></svg>');
  background-repeat: no-repeat;
  background-position: right 15px center;
  background-size: 12px;
}

/* Hide Default Coupon Toggle */
.woocommerce-checkout .woocommerce-form-coupon-toggle {
  display: none !important;
}

/* Payment Information Redesign */
.woocommerce-checkout .mrt-payment-section {
  background: #fff !important;
  padding: 40px !important;
  border-radius: 24px !important;
  border: 1px solid #eee !important;
  margin-top: 50px !important;
  box-shadow: 0 10px 40px rgba(0, 0, 0, 0.03) !important;
}

.woocommerce-checkout .mrt-payment-section h3 {
  margin-bottom: 35px !important;
  font-size: 2.2rem !important;
  font-weight: 800 !important;
}

.woocommerce-checkout #payment,
.woocommerce-checkout #payment div.payment_box {
  background: transparent !important;
  border: none !important;
}

.woocommerce-checkout #payment ul.payment_methods {
  padding: 0 !important;
  border: none !important;
  margin: 0 !important;
  list-style: none !important;
}

.woocommerce-checkout #payment ul.payment_methods li.wc_payment_method {
  background: #fff !important;
  border: 1px solid #f0f0f0 !important;
  border-radius: 16px !important;
  padding: 25px !important;
  margin-bottom: 20px !important;
  transition: all 0.3s ease !important;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.02) !important;
}

.woocommerce-checkout #payment ul.payment_methods li.wc_payment_method>input[type="radio"] {
  margin-right: 15px !important;
  width: 20px !important;
  height: 20px !important;
  vertical-align: middle !important;
}

.woocommerce-checkout #payment ul.payment_methods li.wc_payment_method>label {
  font-weight: 700 !important;
  font-size: 1.15rem !important;
  color: #111 !important;
  cursor: pointer !important;
  vertical-align: middle !important;
}

.woocommerce-checkout #payment ul.payment_methods li.wc_payment_method img {
  margin-left: 10px !important;
  max-height: 24px !important;
  display: inline-block !important;
  vertical-align: middle !important;
}

.woocommerce-checkout #payment div.payment_box {
  background: #fcfcfc !important;
  border: 1px solid #f0f0f0 !important;
  border-radius: 12px !important;
  padding: 25px !important;
  margin: 20px 0 0 !important;
  font-size: 0.95rem !important;
  line-height: 1.6 !important;
  color: #555 !important;
}

.woocommerce-checkout #payment div.payment_box::before {
  display: none !important;
}

/* Specific Credit Card Form Styling */
.woocommerce-checkout #payment .wc-credit-card-form {
  display: grid !important;
  grid-template-columns: 1fr 1fr !important;
  gap: 20px !important;
  padding: 0 !important;
  margin: 0 !important;
}

.woocommerce-checkout #payment .wc-credit-card-form .form-row-wide {
  grid-column: span 2 !important;
}

.woocommerce-checkout #payment .wc-credit-card-form input {
  padding: 15px 20px !important;
  border: 1px solid #e0e0e0 !important;
  border-radius: 10px !important;
  width: 100% !important;
  font-size: 1rem !important;
  background: #fff !important;
}

/* Order Button Styling */
#place_order {
  width: 100% !important;
  background: #000 !important;
  color: #fff !important;
  padding: 24px !important;
  border-radius: 60px !important;
  font-size: 1.25rem !important;
  font-weight: 800 !important;
  text-transform: none !important;
  letter-spacing: 0.02em !important;
  margin-top: 40px !important;
  cursor: pointer !important;
  transition: all 0.4s cubic-bezier(0.165, 0.84, 0.44, 1) !important;
  border: none !important;
  display: block !important;
}

#place_order:hover {
  background: #222 !important;
  transform: translateY(-3px) !important;
  box-shadow: 0 15px 30px rgba(0, 0, 0, 0.15) !important;
}

.woocommerce-privacy-policy-text {
  margin: 25px 0 !important;
  font-size: 1rem !important;
  color: #666 !important;
  line-height: 1.6 !important;
  text-align: center !important;
}

.woocommerce-privacy-policy-text a {
  color: #000 !important;
  text-decoration: underline !important;
  font-weight: 600 !important;
}




.woocommerce-checkout #customer_details .col-1 {
  width: 100%;
  float: none;
}

.woocommerce-checkout #customer_details::after {
  content: "";
  display: block;
  clear: both;
}

.woocommerce-checkout #customer_details .form-row-first,
.woocommerce-checkout #customer_details .form-row-last {
  width: calc(50% - 8px);
}

.woocommerce-checkout #customer_details .form-row-first {
  float: left;
  clear: none;
}

.woocommerce-checkout #customer_details .form-row-last {
  float: right;
  clear: none;
}

#customer_details {
  width: 100%;
}

.woocommerce-checkout h3,
.woocommerce-checkout .woocommerce-billing-fields h3,
.woocommerce-checkout .woocommerce-additional-fields h3,
.woocommerce-checkout .checkout-sidebar h3 {
  font-family: var(--font-heading);
  color: #111;
  margin-bottom: 18px;
  font-size: 2rem;
}

.woocommerce-checkout .form-row {
  margin-bottom: 14px;
}

.woocommerce-checkout .form-row label {
  display: block;
  margin-bottom: 8px;
  font-weight: 600;
  color: #222;
}

.woocommerce-checkout .form-row .input-text,
.woocommerce-checkout .form-row select,
.woocommerce-checkout .select2-selection--single {
  width: 100%;
  min-height: 52px;
  border: 1px solid #dcdcdc;
  border-radius: 10px;
  background: #fff;
  padding: 12px 14px;
  font-size: 16px;
  font-family: var(--font-body);
  color: #1f1f1f;
}

.woocommerce-checkout .form-row select {
  appearance: none;
  background-image: linear-gradient(45deg, transparent 50%, #5e5e5e 50%), linear-gradient(135deg, #5e5e5e 50%, transparent 50%);
  background-position: calc(100% - 20px) calc(50% - 3px), calc(100% - 14px) calc(50% - 3px);
  background-size: 6px 6px, 6px 6px;
  background-repeat: no-repeat;
  padding-right: 40px;
}

.woocommerce-checkout .form-row textarea.input-text {
  min-height: 120px;
}

.woocommerce-checkout .checkout-sidebar h3 {
  margin-bottom: 10px;
}

.woocommerce-checkout #order_review table.shop_table {
  border: 0;
  margin: 0 0 14px;
}

.woocommerce-checkout #order_review table.shop_table th,
.woocommerce-checkout #order_review table.shop_table td {
  border-color: #eee;
  padding: 10px 0;
}

.woocommerce-checkout #payment {
  background: #fff;
  border: 1px solid #ececec;
  border-radius: 12px;
  padding: 16px;
}

.woocommerce-checkout #place_order {
  width: 100%;
  min-height: 52px;
  border-radius: 10px;
  border: 0;
  background: var(--color-primary-green);
  color: #fff;
  font-weight: 700;
  font-size: 16px;
}

.woocommerce-checkout #place_order:hover {
  background: var(--color-primary-green-dark);
}

.woocommerce-checkout .mrt-fulfillment-block {
  border: 1px solid #ececec;
  border-radius: 12px;
  padding: 14px;
  margin: 12px 0 18px;
  background: #fff;
}

.woocommerce-checkout #order_review {
  margin-top: 8px;
}

.woocommerce-checkout .mrt-review-order-wrap .shop_table {
  margin: 0;
  border: 0;
}

.woocommerce-checkout .mrt-review-order-wrap .shop_table th {
  color: #111;
  font-weight: 700;
}

.woocommerce-checkout .mrt-review-order-wrap .shop_table td {
  text-align: left;
  color: #1d1d1d;
  padding-left: 20px !important;
}

.woocommerce-checkout .mrt-review-order-wrap .shop_table tr.shipping td,
.woocommerce-checkout .mrt-review-order-wrap .shop_table tr.shipping th {
  padding-top: 0;
}

/* Hide shipment radio UI; tabs control it */
.woocommerce-checkout .mrt-review-order-wrap tr.shipping ul#shipping_method,
.woocommerce-checkout .mrt-review-order-wrap tr.shipping .woocommerce-shipping-methods,
.woocommerce-checkout .mrt-review-order-wrap tr.shipping input[name^="shipping_method"],
.woocommerce-checkout .mrt-review-order-wrap tr.shipping label[for^="shipping_method"] {
  display: none !important;
}

.woocommerce-checkout .mrt-review-order-wrap tr.shipping th {
  display: none !important;
}

.woocommerce-checkout .mrt-review-order-wrap tr.shipping td {
  display: none !important;
}

.woocommerce-checkout #order_review .woocommerce-shipping-totals.shipping th,
.woocommerce-checkout #order_review .woocommerce-shipping-totals.shipping td {
  display: none !important;
}

.woocommerce-checkout .mrt-review-order-wrap .mrt-order-product-row td {
  padding: 14px 0;
  border-top: 1px solid #f1f1f1;
}

.woocommerce-checkout .mrt-order-product-cell {
  display: flex;
  align-items: center;
  gap: 14px;
}

.woocommerce-checkout .mrt-review-order-wrap .mrt-order-product-media img {
  width: 56px;
  height: 56px;
  object-fit: cover;
  border-radius: 50%;
}

.woocommerce-checkout .mrt-review-order-wrap .mrt-order-product-name {
  font-size: 1.1rem;
  line-height: 1.35;
  color: #161616;
}

.woocommerce-checkout .mrt-review-order-wrap .mrt-order-product-total {
  color: #6b7280;
  white-space: nowrap;
  text-align: right;
}

.woocommerce-checkout .mrt-payment-section {
  position: relative;
  display: block;
  clear: both;
  max-width: 1320px;
  margin: 22px auto 80px;
  padding: 0 24px;
}

.woocommerce-checkout .mrt-payment-section #payment {
  position: relative;
  z-index: 1;
  margin-top: 10px;
  background: #fff;
  border: 1px solid #ececec;
  border-radius: 14px;
  padding: 20px;
}

.woocommerce-checkout #payment ul.payment_methods {
  border-bottom: 1px solid #ececec;
  margin: 0 0 14px;
  padding: 0 0 12px;
}

.woocommerce-checkout #payment ul.payment_methods>li {
  margin: 0;
  padding: 10px 0;
}

.woocommerce-checkout #payment .wc_payment_method>label {
  font-family: var(--font-body);
  font-size: 1.1rem;
  font-weight: 600;
}

.woocommerce-checkout #payment .payment_box {
  border: 1px solid #e3e3e3;
  border-radius: 10px;
  background: #fafafa;
  padding: 14px;
  margin-top: 10px;
}

.woocommerce-checkout #payment .payment_box p {
  margin-bottom: 10px;
}

.woocommerce-checkout #payment .payment_box .wc-credit-card-form {
  margin-top: 8px;
}

/* Force checkout field pairing by ids for reliability */
.woocommerce-checkout #billing_first_name_field,
.woocommerce-checkout #billing_last_name_field,
.woocommerce-checkout #billing_phone_field,
.woocommerce-checkout #billing_email_field {
  width: calc(50% - 8px);
  clear: none;
}

.woocommerce-checkout #billing_first_name_field,
.woocommerce-checkout #billing_phone_field {
  float: left;
}

.woocommerce-checkout #billing_last_name_field,
.woocommerce-checkout #billing_email_field {
  float: right;
}

.woocommerce-checkout .woocommerce-billing-fields__field-wrapper::after {
  content: "";
  display: block;
  clear: both;
}

/* Payment polish */
.woocommerce-checkout .mrt-payment-section h3 {
  font-family: var(--font-heading);
  color: #111;
  font-size: 2rem;
  margin-bottom: 12px;
}

.woocommerce-checkout #payment .payment_method_square_credit_card .payment_box,
.woocommerce-checkout #payment .payment_method_stripe .payment_box,
.woocommerce-checkout #payment .payment_method_woocommerce_payments .payment_box {
  background: #fff;
}

@media (max-width: 1024px) {
  .woocommerce-checkout .checkout-layout {
    grid-template-columns: 1fr;
  }

  .woocommerce-checkout .checkout.woocommerce-checkout {
    padding: 0 16px;
    margin: 24px auto 56px;
  }

  .woocommerce-checkout .checkout-main,
  .woocommerce-checkout .checkout-sidebar {
    padding: 20px;
  }

  .woocommerce-checkout #customer_details .form-row-first,
  .woocommerce-checkout #customer_details .form-row-last {
    width: 100%;
    float: none;
  }

  .woocommerce-checkout #billing_first_name_field,
  .woocommerce-checkout #billing_last_name_field,
  .woocommerce-checkout #billing_phone_field,
  .woocommerce-checkout #billing_email_field {
    width: 100%;
    float: none;
  }
}

/* --- Vertical Stack Update --- */
.food-details-section .container {
  display: flex;
  flex-direction: column;
  gap: 40px;
}

/* --- Selection Section Styles --- */
.selection-section {
  padding: 40px 0;
  border-top: 1px solid #eee;
  margin-top: 20px;
  min-height: 100%;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}

.selection-title {
  font-family: var(--font-heading);
  font-size: 1.5rem;
  font-weight: 800;
  color: #4a3728;
  /* Deep brown */
  margin-bottom: 25px;
  text-transform: uppercase;
  letter-spacing: 0.05em;
}

.selection-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  /* Displays 2 cards in one line */
  gap: 15px;
  width: 100%;
}

.selection-card {
  border: 1px solid #e0e0e0;
  padding: 15px 25px;
  cursor: pointer;
  transition: all 0.2s ease;
  border-radius: 2px;
  background: #fff;
}

.selection-card:hover {
  border-color: #ccc;
}

.selection-card.active {
  border-color: #8d7a6b;
  box-shadow: inset 0 0 0 1px #8d7a6b;
}

/* Orderable Product Addons mapped to theme selection design */
.selection-section--addons .orderable-product-fields-group {
  width: 100%;
}

.selection-section--addons .orderable-product-fields {
  margin-bottom: 28px;
}

.selection-section--addons .orderable-product-fields__title {
  font-family: var(--font-heading);
  font-size: 1.5rem;
  font-weight: 800;
  color: #4a3728;
  margin-bottom: 25px;
  text-transform: uppercase;
  letter-spacing: 0.05em;
}

.selection-section--addons .orderable-product-fields__field {
  border: 0;
}

.selection-section--addons .orderable-product-fields--visual .orderable-product-fields__field,
.selection-section--addons .orderable-product-fields--visual_radio .orderable-product-fields__field,
.selection-section--addons .orderable-product-fields--visual_checkbox .orderable-product-fields__field {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 15px;
  border: 0;
  border-radius: 0;
  overflow: visible;
}

.selection-section--addons .orderable-product-option {
  border: 1px solid #e0e0e0 !important;
  border-radius: 2px !important;
  padding: 15px 25px !important;
  min-height: 100px;
  border-bottom: 1px solid #e0e0e0 !important;
  transition: all 0.2s ease;
  align-items: center !important;
}

.selection-section--addons .orderable-product-option:last-child {
  border-bottom: 1px solid #e0e0e0;
}

.selection-section--addons .orderable-product-option:hover {
  border-color: #ccc !important;
}

.selection-section--addons .orderable-product-option--checked {
  border-color: #8d7a6b !important;
  box-shadow: inset 0 0 0 1px #8d7a6b !important;
}

.selection-section--addons .orderable-product-option__swatch {
  width: 100px;
  min-width: 100px;
  height: 80px;
}

.selection-section--addons .orderable-product-option__swatch-graphic {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.selection-section--addons .orderable-product-option__label {
  position: absolute !important;
  width: 1px !important;
  height: 1px !important;
  overflow: hidden !important;
  clip: rect(0, 0, 0, 0) !important;
  white-space: nowrap !important;
}

.selection-section--addons .orderable-product-option__label-text {
  font-size: 1.1rem;
  font-weight: 700;
  color: #4a3728;
  text-transform: uppercase;
}

.selection-section--addons .orderable-product-option__label-data {
  margin-left: auto !important;
}

.selection-section--addons .selection-card-content {
  width: 100%;
}

.selection-section--addons .orderable-product-option__label-fee {
  background: #f3f3f3;
  border-radius: 16px;
}

.selection-section--addons .orderable-product-option--checked .orderable-product-option__label-fee {
  background: #8d7a6b;
  color: #fff;
}

.selection-section--addons .orderable-product-fields__description {
  margin: -10px 0 14px;
  color: #8d8175;
}

.selection-section--addons .orderable-product-option__label-state {
  margin-left: 10px;
}

.selection-section--addons .orderable-product-fields__max-selection-error {
  margin-top: 12px;
}

.selection-card-content {
  display: flex;
  align-items: center;
  gap: 30px;
}

.selection-img {
  width: 100px;
  height: 80px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}

.selection-img img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.selection-info h3 {
  font-size: 1.1rem;
  font-weight: 700;
  margin-bottom: 2px;
  color: #4a3728;
  text-transform: uppercase;
  text-align: left;
}

.selection-info p {
  font-size: 0.9rem;
  color: #999;
  margin: 0;
  text-align: left;
}
.home #entrees{display: block;}

/* Breadcrumb */
.mrt-breadcrumb {
  position: relative;
  z-index: 9;
  min-height: 50px;
  display: block !important;
  visibility: visible !important;
  opacity: 1 !important;
  padding: 18px 0;
  /* background: #f7f5ea;
  border-top: 1px solid rgba(0, 0, 0, 0.05); */
  border-bottom: 1px solid rgba(0, 0, 0, 0.05);
}

.mrt-breadcrumb{ margin-top: 30px !important; }

.mrt-breadcrumb__list {
  display: flex;
  align-items: center;
  gap: 10px;
  flex-wrap: wrap;
  list-style: none;
  margin: 0;
  padding: 0;
}

.mrt-woocommerce-page {
  flex-direction: column;
  align-items: flex-start;
}

.mrt-woocommerce-page .mrt-breadcrumb {
  width: 100%;
}

.mrt-breadcrumb__item {
  display: inline-flex;
  align-items: center;
  color: #6b7280;
  font-size: 0.95rem;
}

.mrt-breadcrumb__item:not(:last-child)::after {
  content: "->";
  margin-left: 10px;
  color: #9ca3af;
}

.mrt-breadcrumb__item a {
  color: var(--color-primary-green);
  font-weight: 600;
}

.mrt-breadcrumb__item.is-current {
  color: #1f2937;
  font-weight: 700;
}

/* Keep top breadcrumbs visible below fixed header */
.single-product .mrt-breadcrumb,
.blog-page .mrt-breadcrumb,
.blog-details-page .mrt-breadcrumb {
  margin-top: 80px;
}

/* ================================================
   15. BLOG PAGE
   ================================================ */
.blog-hero {
  padding: var(--space-32) 0 var(--space-16);
  background: var(--color-bg-cream);
  text-align: center;
  position: relative;
  overflow: hidden;
}

.blog-hero .title-script {
  display: block;
  font-size: var(--fs-2xl);
  color: var(--color-accent-orange);
  margin-bottom: var(--space-2);
}

.blog-hero h1 {
  margin-bottom: var(--space-4);
}

.blog-hero p {
  max-width: 700px;
  margin: 0 auto;
  font-size: var(--fs-lg);
  color: var(--color-text-extra-muted);
}

.blog-section {
  padding: var(--space-20) 0;
  background: var(--color-bg-white);
}

.blog-featured {
  margin-bottom: var(--space-16);
}

.featured-card {
  display: grid;
  grid-template-columns: 1.2fr 1fr;
  gap: var(--space-10);
  background: var(--color-bg-cream);
  border-radius: var(--radius-lg);
  overflow: hidden;
  box-shadow: var(--shadow-md);
  transition: var(--transition);
}

.featured-card:hover {
  transform: translateY(-5px);
  box-shadow: var(--shadow-lg);
}

.featured-img {
  height: 500px;
  overflow: hidden;
}

.featured-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.8s ease;
}

.featured-card:hover .featured-img img {
  transform: scale(1.05);
}

.featured-content {
  padding: var(--space-12);
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.blog-category {
  display: inline-block;
  padding: 4px 12px;
  width: max-content;
  background: var(--color-accent-orange);
  color: white;
  font-size: var(--fs-xs);
  font-weight: 700;
  text-transform: uppercase;
  border-radius: var(--radius-pill);
  margin-bottom: var(--space-4);
  letter-spacing: 1px;
}

.featured-content h2 {
  font-size: var(--fs-4xl);
  margin-bottom: var(--space-6);
  line-height: 1.2;
}

.featured-content p {
  font-size: var(--fs-lg);
  margin-bottom: var(--space-8);
  color: var(--color-text-body);
}

.blog-meta {
  display: flex;
  align-items: center;
  gap: var(--space-6);
  margin-bottom: var(--space-2);
  font-size: var(--fs-sm);
  color: var(--color-text-muted);
  font-weight: 600;
}

.blog-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: var(--space-10);
}

.blog-card {
  background: var(--color-bg-white);
  border-radius: var(--radius-md);
  overflow: hidden;
  box-shadow: var(--alt-shadow-sm);
  transition: var(--transition);
  display: flex;
  flex-direction: column;
  height: 100%;
}

.blog-card:hover {
  transform: translateY(-10px);
  box-shadow: var(--alt-shadow-hover);
}

.blog-card-img {
  height: 250px;
  position: relative;
  overflow: hidden;
}

.blog-card-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.6s var(--ease-out);
}

.blog-card:hover .blog-card-img img {
  transform: scale(1.1);
}

.blog-card-content {
  padding: var(--space-8);
  flex-grow: 1;
  display: flex;
  flex-direction: column;
}

.blog-card-content h3 {
  font-size: var(--fs-2xl);
  margin-bottom: var(--space-4);
  transition: color 0.3s ease;
}

.blog-card:hover .blog-card-content h3 {
  color: var(--color-accent-orange);
}

.blog-card-content p {
  color: var(--color-text-body);
  font-size: var(--fs-md);
  margin-bottom: var(--space-6);
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.read-more {
  margin-top: auto;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: var(--color-primary-green);
  font-weight: 700;
  text-transform: uppercase;
  font-size: var(--fs-sm);
  letter-spacing: 1px;
  transition: gap 0.3s ease;
}

.read-more:hover {
  gap: 12px;
}

.blog-newsletter {
  background: var(--color-primary-green-dark);
  padding: 100px 0;
  color: white;
  text-align: center;
}

.blog-newsletter h2 {
  font-size: 2.5rem;
  margin-bottom: 1rem;
  color: white;
}

.blog-newsletter p {
  max-width: 600px;
  margin: 0 auto 2.5rem;
  opacity: 0.85;
  line-height: 1.6;
}

.newsletter-form {
  max-width: 500px;
  margin: 0 auto;
  display: flex;
  gap: 12px;
}

.newsletter-form input {
  flex: 1;
  padding: 16px 24px;
  border-radius: 12px;
  border: 2px solid rgba(255, 255, 255, 0.1);
  background: white;
  font-size: 1rem;
  outline: none;
  transition: border-color 0.3s ease;
}

.newsletter-form input:focus {
  border-color: var(--color-accent-orange);
}

.newsletter-form button {
  padding: 16px 32px;
  background: var(--color-accent-orange);
  color: white;
  border-radius: 12px;
  font-weight: 700;
  border: none;
  cursor: pointer;
  transition: all 0.3s ease;
}

.newsletter-form button:hover {
  background: white;
  color: var(--color-accent-orange);
}

/*
  transform: scale(1.05);
  background: white;
}

@media (max-width: 600px) {
  .newsletter-form {
    flex-direction: column;
  }
  
  .newsletter-form button {
    width: 100%;
  }
}

/* ================================================
   KABOB & GREENS — BLOG DETAILS STYLES
   Integrated with Global Design System (style.css)
   ================================================ */

:root {
  /* Map to style.css design tokens */
  --brand-green: var(--color-primary-green);
  --brand-green-dark: var(--color-primary-green-dark);
  --brand-yellow: var(--color-accent-gold);
  --brand-white: var(--color-bg-base);
  --brand-dark: var(--color-text-dark);
}

/* ── BASE PAGE STYLES ── */
.blog-details-page {
  background-color: var(--brand-white);
  color: var(--brand-dark);
  font-family: var(--font-sans);
  font-size: var(--fs-md);
  line-height: 1.8;
}

/* ── LAYOUT ── */
.page-wrap {
  max-width: 1440px;
  /* Aligned with site container logic */
  margin: 0 auto;
  padding-top: var(--space-40);
}

.article-header {
  margin-bottom: var(--space-10);
  text-align: left;
}

.article-header h1 {
  font-family: var(--font-heading);
  font-size: clamp(2rem, 5vw, 3.5rem);
  font-weight: 800;
  line-height: 1.1;
  color: var(--brand-dark);
  text-transform: uppercase;
  letter-spacing: -0.02em;
  margin-bottom: var(--space-4);
}

/* ── FEATURED IMAGE ── */
.featured-img-wrapper {
  width: 100%;
  height: clamp(300px, 60vh, 600px);
  margin-bottom: var(--space-8);
  border-radius: var(--space-1);
  overflow: hidden;
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.1);
}

.featured-img-wrapper img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.article-meta {
  font-family: var(--font-heading);
  font-size: var(--fs-xs);
  font-weight: 700;
  color: var(--color-text-muted);
  margin-bottom: var(--space-12);
  text-transform: uppercase;
  letter-spacing: 0.2em;
  display: flex;
  align-items: center;
  gap: var(--space-3);
}

.article-meta::before {
  content: "";
  width: 30px;
  height: 2px;
  background: var(--brand-yellow);
}

/* ── ARTICLE BODY ── */
.article-body p {
  font-size: 1.125rem;
  line-height: 1.9;
  color: var(--color-text-body);
  margin-bottom: var(--space-8);
}

.article-body a {
  color: var(--brand-green);
  font-weight: 600;
  text-decoration: underline;
  text-underline-offset: 4px;
  transition: all 0.3s ease;
}

.article-body a:hover {
  color: var(--color-accent-terracotta);
  text-decoration-color: var(--color-accent-terracotta);
}

.article-intro {
  font-size: 1.25rem !important;
  font-weight: 400;
  color: var(--brand-dark) !important;
  border-left: 6px solid var(--brand-yellow);
  padding-left: var(--space-8);
  margin-bottom: var(--space-12) !important;
  font-style: italic;
  background: rgba(249, 208, 0, 0.03);
  padding-top: var(--space-4);
  padding-bottom: var(--space-4);
}

.section-heading {
  display: none;
  /* Hide the old small uppercase heading as we use the big heading with underline now */
}

h2.big-heading {
  font-family: var(--font-heading);
  font-size: 2.8rem;
  font-weight: 800;
  color: var(--brand-dark);
  line-height: 1.1;
  margin-bottom: 40px;
  padding-bottom: 20px;
  position: relative;
  letter-spacing: -1px;
}

h2.big-heading::after {
  content: '';
  position: absolute;
  bottom: -5px;
  left: -5px;
  width: 100px;
  height: 12px;
  background: var(--brand-green);
  opacity: 0.8;
  -webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 500 50' preserveAspectRatio='none'%3E%3Cpath d='M0,25 C150,10 350,40 500,25 L500,45 C350,55 150,25 0,45 Z' fill='black' /%3E%3C/svg%3E");
  mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 500 50' preserveAspectRatio='none'%3E%3Cpath d='M0,25 C150,10 350,40 500,25 L500,45 C350,55 150,25 0,45 Z' fill='black' /%3E%3C/svg%3E");
  -webkit-mask-size: 100% 100%;
  mask-size: 100% 100%;
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  transform: rotate(-1.5deg);
}

/* ── STEPS ── */
.steps-list {
  list-style: none;
  margin: var(--space-12) 0;
  padding: 0;
}

.step-item {
  display: grid;
  grid-template-columns: 64px 1fr;
  gap: var(--space-8);
  margin-bottom: var(--space-10);
  align-items: start;
}

.step-num {
  width: 64px;
  height: 64px;
  background: var(--brand-green);
  color: var(--brand-yellow);
  font-family: var(--font-heading);
  font-size: 2rem;
  font-weight: 700;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  box-shadow: 0 8px 15px rgba(72, 110, 4, 0.2);
}

.step-content h3 {
  font-family: var(--font-heading);
  font-size: var(--fs-sm);
  font-weight: 800;
  letter-spacing: 0.15em;
  text-transform: uppercase;
  color: var(--brand-green-dark);
  margin-bottom: var(--space-2);
}

.step-content p {
  font-size: 1.05rem !important;
  margin-bottom: 0 !important;
}

/* ── CHECKLIST ── */
.checklist {
  background: var(--brand-green-dark);
  border-radius: 16px;
  padding: var(--space-10);
  margin: var(--space-16) 0;
  color: var(--brand-white);
  position: relative;
  overflow: hidden;
}

.checklist::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 150px;
  height: 150px;
  background: radial-gradient(circle, rgba(188, 211, 15, 0.1) 0%, transparent 70%);
}

.checklist h4 {
  font-family: var(--font-heading);
  font-size: 1.8rem;
  font-weight: 800;
  color: var(--brand-yellow);
  margin-bottom: var(--space-6);
}

.checklist ul {
  list-style: none;
  display: grid;
  gap: var(--space-4);
  padding: 0;
}

.checklist li {
  font-family: var(--font-sans);
  font-size: var(--fs-sm);
  padding-left: var(--space-10);
  position: relative;
  border-bottom: 1px solid rgba(239, 239, 225, 0.1);
  padding-bottom: var(--space-3);
}

.checklist li::before {
  content: "✓";
  position: absolute;
  left: 0;
  color: var(--brand-yellow);
  font-weight: 900;
}

/* ── PULLQUOTE ── */
.pullquote {
  margin: var(--space-16) 0;
  padding: var(--space-12);
  background: var(--brand-yellow);
  border-radius: var(--space-2);
  position: relative;
  text-align: center;
}

.pullquote::before {
  content: "“";
  position: absolute;
  top: 10px;
  left: 30px;
  font-size: 8rem;
  font-family: var(--font-heading);
  color: var(--brand-green);
  opacity: 0.1;
  line-height: 1;
}

.pullquote p {
  font-family: var(--font-heading);
  font-size: 1.6rem !important;
  font-weight: 800;
  color: var(--brand-dark) !important;
  line-height: 1.4;
  margin: 0 !important;
  position: relative;
  z-index: 1;
}

/* ── PILL TAGS ── */
.tag-row {
  display: flex;
  flex-wrap: wrap;
  gap: var(--space-3);
  margin: var(--space-10) 0;
}

.tag {
  font-family: var(--font-heading);
  font-size: 0.75rem;
  font-weight: 800;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  color: var(--brand-green);
  background: rgba(188, 211, 15, 0.12);
  padding: var(--space-2) var(--space-6);
  border-radius: 100px;
  border: 1px solid rgba(188, 211, 15, 0.2);
  transition: all 0.3s ease;
}

.tag:hover {
  background: var(--brand-green);
  color: var(--brand-yellow);
}

.divider {
  border: none;
  border-top: 1px solid var(--color-bg-cream-dark);
  margin: var(--space-10) 0;
}

/* ── ALSO SEE ── */
.also-see h2 {
  font-family: var(--font-heading);
  font-size: 3rem;
  font-weight: 800;
  color: var(--brand-dark);
  margin-bottom: var(--space-12);
  display: flex;
  align-items: center;
  gap: var(--space-8);
}

.also-see h2::after {
  content: "";
  flex: 1;
  height: 1px;
  background: linear-gradient(to right, rgba(0, 0, 0, 0.1), transparent);
}


/* --- Mobile Responsiveness --- */
@media (max-width: 768px) {
  .selection-grid {
    grid-template-columns: 1fr;
  }

  .selection-section--addons .orderable-product-fields--visual .orderable-product-fields__field,
  .selection-section--addons .orderable-product-fields--visual_radio .orderable-product-fields__field,
  .selection-section--addons .orderable-product-fields--visual_checkbox .orderable-product-fields__field {
    grid-template-columns: 1fr;
  }

  .selection-card-content {
    gap: 15px;
  }

  .selection-img {
    width: 80px;
    height: 60px;
  }
}

/* ================================================
   CHECKOUT ENHANCEMENTS (Pickup/Delivery)
   ================================================ */
#mrt-billing-same-as-delivery-wrapper {
  background: var(--color-bg-cream);
  padding: 15px 20px;
  border-radius: var(--border-radius-md);
  border: 1px solid rgba(0, 0, 0, 0.05);
  margin-bottom: 25px !important;
  display: flex;
  align-items: center;
}

#mrt-billing-same-as-delivery-wrapper label {
  margin-bottom: 0 !important;
  font-weight: 600;
  cursor: pointer;
  display: flex;
  align-items: center;
  gap: 10px;
  color: var(--color-text-dark);
}

#mrt-billing-same-as-delivery-wrapper input[type="checkbox"] {
  width: 20px;
  height: 20px;
  accent-color: var(--color-primary-green);
  cursor: pointer;
}

#mrt-pickup-address-display {
  background: #fdfdfa;
  padding: 20px;
  border-left: 4px solid var(--color-accent-gold);
  border-radius: var(--border-radius-md);
  box-shadow: var(--shadow-sm);
  margin-top: 20px !important;
}

#mrt-pickup-address-display strong {
  display: block;
  font-family: var(--font-heading);
  font-size: 1.1rem;
  color: var(--color-primary-green);
  margin-bottom: 8px;
  text-transform: uppercase;
  letter-spacing: 0.05em;
}

#mrt-pickup-address-display p {
  margin: 0;
  font-size: 1rem;
  color: var(--color-text-dark);
  font-weight: 500;
  line-height: 1.4;
}

.mrt-fulfillment-btn.is-active {
  box-shadow: 0 4px 15px rgba(72, 110, 4, 0.2);
}

/* Hide default WooCommerce shipping toggle */
#ship-to-different-address {
  display: none !important;
}

.woocommerce-shipping-fields__field-wrapper {
  display: block !important;
}

#mrt-checkout-shipping-title {
  font-size: 1.5rem;
  font-family: var(--font-heading);
  color: var(--color-primary-green);
  margin-bottom: 25px;
  padding-bottom: 15px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.05);
  margin-top: 40px;
}

/* Premium Header Background */
.header-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 35vh;
  /* Adjusted for desktop */
  background: linear-gradient(135deg, var(--brand-dark) 0%, #2a3424 100%);
  border-bottom-left-radius: 40px;
  border-bottom-right-radius: 40px;
  z-index: 0;
}

.order-success-container {
  width: 100%;
  max-width: 900px;
  /* Increased for side-by-side layout */
  position: relative;
  z-index: 1;
  padding: 20px;
  margin-left: auto;
  margin-right: auto;
}

/* Responsive Grid Layout */
.responsive-layout {
  display: grid;
  grid-template-columns: 1fr 1.2fr;
  grid-template-rows: auto auto;
  gap: 24px 30px;
  align-items: start;
}

.success-card {
  grid-column: 1;
  grid-row: 1;
  margin-top: 40px;
  /* Make room for logo */
  margin-bottom: 0;
}

.details-card {
  grid-column: 2;
  grid-row: 1 / span 2;
  /* Span across both rows on the right */
  margin-bottom: 0;
}

.action-buttons {
  grid-column: 1;
  grid-row: 2;
  margin-top: 0;
  display: flex;
  gap: 12px;
}

/* Card General Styling */
.card {
  background: var(--card-bg);
  border-radius: 24px;
  box-shadow: var(--shadow-soft);
  position: relative;
}

/* Success Card internals */
.success-card {
  padding: 50px 24px 30px;
  text-align: center;
}

/* Logo Overlap */
.brand-logo-wrapper {
  position: absolute;
  top: -45px;
  left: 50%;
  transform: translateX(-50%);
  width: 90px;
  height: 90px;
  background: var(--card-bg);
  border-radius: 50%;
  padding: 4px;
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.1);
}

.brand-logo {
  width: 100%;
  height: 100%;
  border-radius: 50%;
  object-fit: contain;
  background-color: #000;
}

.animation-container {
  margin: 0 auto 16px;
  width: 70px;
  height: 70px;
}

.success-card h1 {
  font-size: 24px;
  font-weight: 800;
  color: var(--text-main);
  margin-bottom: 8px;
  letter-spacing: -0.5px;
}

.success-card .subtitle {
  font-size: 15px;
  color: var(--text-muted);
  line-height: 1.5;
  max-width: 80%;
  margin: 0 auto;
}

/* Details Card (Receipt Layout) internals */
.details-card {
  padding: 24px;
  padding-bottom: 40px;
  box-shadow: var(--shadow-float);
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}

/* Receipt Zig-Zag Bottom */
.details-card::after {
  content: "";
  position: absolute;
  bottom: -10px;
  left: 0;
  width: 100%;
  height: 10px;
  background: linear-gradient(-45deg, transparent 33.33%, var(--card-bg) 33.33%, var(--card-bg) 66.66%, transparent 66.66%),
    linear-gradient(45deg, transparent 33.33%, var(--card-bg) 33.33%, var(--card-bg) 66.66%, transparent 66.66%);
  background-size: 20px 20px;
  background-position: 0 10px;
  filter: drop-shadow(0 10px 10px rgba(0, 0, 0, 0.05));
}

/* Pickup Banner */
.pickup-banner {
  display: flex;
  align-items: center;
  gap: 16px;
}

.icon-circle {
  width: 48px;
  height: 48px;
  background: rgba(76, 175, 80, 0.1);
  color: var(--success-color);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 20px;
}

.pickup-info {
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 4px;
}

.pickup-info .label,
.order-id-box .label {
  font-size: 12px;
  font-weight: 600;
  color: var(--text-muted);
  text-transform: uppercase;
  letter-spacing: 0.5px;
}

.pickup-info .value {
  font-size: 16px;
  font-weight: 700;
  color: var(--success-color);
}

.order-id-box {
  text-align: right;
  display: flex;
  flex-direction: column;
  gap: 4px;
}

.order-id-box .value {
  font-size: 14px;
  font-weight: 600;
  color: var(--text-main);
}

/* Dividers */
.divider {
  height: 1px;
  background-color: var(--border-color);
  margin: 20px 0;
}

.divider.dashed {
  background-color: transparent;
  border-top: 2px dashed var(--border-color);
}

/* Store Address */
.store-address-box {
  display: flex;
  align-items: center;
  gap: 16px;
}

.store-icon {
  font-size: 20px;
  color: var(--brand-dark);
  width: 24px;
  text-align: center;
}

.store-details {
  flex: 1;
}

.store-details strong {
  display: block;
  font-size: 15px;
  color: var(--text-main);
  margin-bottom: 2px;
}

.store-details p {
  font-size: 13px;
  color: var(--text-muted);
  line-height: 1.4;
}

.icon-btn {
  background: #f3f4f6;
  border: none;
  width: 36px;
  height: 36px;
  border-radius: 50%;
  color: var(--brand-dark);
  cursor: pointer;
  transition: background 0.2s;
  display: flex;
  align-items: center;
  justify-content: center;
}

.icon-btn:hover {
  background: #e5e7eb;
}

/* Order Summary */
.order-summary h3 {
  font-size: 16px;
  font-weight: 700;
  margin-bottom: 16px;
}

.order-items {
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.item {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}

.item-info {
  display: flex;
  align-items: flex-start;
  gap: 12px;
}

.item-thumb {
  width: 44px;
  height: 44px;
  border-radius: 8px;
  object-fit: cover;
  flex-shrink: 0;
  border: 1px solid var(--border-color);
  background: #fff;
}

.item-qty-badge {
  background: var(--brand-dark);
  color: var(--brand-gold);
  font-size: 12px;
  font-weight: 700;
  min-width: 24px;
  height: 24px;
  border-radius: 6px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 4px;
}

.item-name {
  font-size: 14px;
  font-weight: 600;
  color: var(--text-main);
  margin-bottom: 2px;
  margin-top: 2px;
}

.item-meta {
  font-size: 12px;
  color: var(--text-muted);
}

.item-price {
  font-size: 15px;
  font-weight: 600;
  color: var(--text-main);
  margin-top: 2px;
}

.total-row {
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 16px;
  font-weight: 700;
  color: var(--text-main);
}

.total-row .price {
  font-size: 20px;
  color: var(--brand-dark);
}

/* Realistic Touch: Payment Info */
.payment-info {
  display: flex;
  align-items: center;
  gap: 8px;
  color: var(--text-muted);
  font-size: 14px;
  margin-top: -4px;
}

.payment-method i {
  color: #1A1F71;
  /* Visa blue */
  font-size: 24px;
}

/* Buttons Internals */
.call-btn {
  flex: 1;
  background: #ffffff;
  color: var(--brand-dark);
  border: 1px solid var(--border-color);
  padding: 16px;
  border-radius: 12px;
  font-size: 15px;
  font-weight: 700;
  cursor: pointer;
  box-shadow: var(--shadow-sm);
  transition: all 0.2s;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
}

.call-btn:hover {
  background: #f3f4f6;
}

.home-btn {
  flex: 2;
  background: var(--brand-dark);
  color: var(--brand-gold);
  border: none;
  padding: 16px;
  border-radius: 12px;
  font-size: 15px;
  font-weight: 700;
  cursor: pointer;
  box-shadow: var(--shadow-sm);
  transition: all 0.2s;
  display: flex;
  align-items: center;
  justify-content: center;
}

.home-btn:hover {
  transform: translateY(-2px);
  box-shadow: 0 8px 16px rgba(0, 0, 0, 0.15);
}
.csp-menu-group{margin-top: 45px;}
.csp-menu-group:first-child{margin-top: 0px;}

/* Animations */
.animated-up {
  animation: slideUpFade 0.6s cubic-bezier(0.16, 1, 0.3, 1) forwards;
  opacity: 0;
  transform: translateY(20px);
}

.delay-1 {
  animation-delay: 0.1s;
}

.delay-2 {
  animation-delay: 0.2s;
}

@keyframes slideUpFade {
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

/* Checkmark Animation */
.checkmark__circle {
  stroke-dasharray: 166;
  stroke-dashoffset: 166;
  stroke-width: 2;
  stroke-miterlimit: 10;
  stroke: var(--success-color);
  fill: none;
  animation: stroke 0.6s cubic-bezier(0.65, 0, 0.45, 1) 0.2s forwards;
}

.checkmark {
  width: 70px;
  height: 70px;
  border-radius: 50%;
  display: block;
  stroke-width: 3;
  stroke: #fff;
  stroke-miterlimit: 10;
  margin: 0 auto;
  box-shadow: inset 0px 0px 0px var(--success-color);
  animation: fill .4s ease-in-out .6s forwards, scale .3s ease-in-out 1s both;
}

.checkmark__check {
  transform-origin: 50% 50%;
  stroke-dasharray: 48;
  stroke-dashoffset: 48;
  animation: stroke 0.3s cubic-bezier(0.65, 0, 0.45, 1) 1s forwards;
}

@keyframes stroke {
  100% {
    stroke-dashoffset: 0;
  }
}

@keyframes scale {

  0%,
  100% {
    transform: none;
  }

  50% {
    transform: scale3d(1.1, 1.1, 1);
  }
}

@keyframes fill {
  100% {
    box-shadow: inset 0px 0px 0px 50px var(--success-color);
  }
}

.cls_shop_mob {
  display: none;
}

/* Media Queries for Tablet & Mobile Responsiveness */
@media (max-width: 850px) {
  .header-bg {
    height: 240px;
    border-bottom-left-radius: 30px;
    border-bottom-right-radius: 30px;
  }

  .order-success-container {
    max-width: 480px;
    margin-top: 50px;
  }

  .responsive-layout {
    display: flex;
    flex-direction: column;
    gap: 0;
    /* Removing grid gap */
  }

  .success-card {
    margin-bottom: 24px;
  }

  .details-card {
    order: 2;
  }

  .action-buttons {
    order: 3;
    margin-top: 36px;
  }
}

@media (max-width: 480px) {
  .success-card {
    padding: 45px 16px 24px;
    margin-top: 30px;
  }

  .brand-logo-wrapper {
    width: 80px;
    height: 80px;
    top: -40px;
  }

  .success-card h1 {
    font-size: 22px;
  }

  .details-card {
    padding: 20px;
    padding-bottom: 30px;
  }

  .pickup-banner {
    flex-direction: column;
    align-items: flex-start;
    gap: 12px;
  }

  .order-id-box {
    text-align: left;
  }

  .store-address-box {
    align-items: flex-start;
  }

  .action-buttons {
    flex-direction: column;
    margin-top: 24px;
  }

  .call-btn,
  .home-btn {
    padding: 14px;
  }
}

/* added on 19-5-2026 by daksh */
.about-info p{
    color: white;
}

.swiper-slide .p-card {
    max-width: 392px !important;
}

.floating-badge{display: none;}
.add-to-cart{display: none !important;}