:root {
	--ink: #241608;
	--ink-soft: #6b5642;
	--color-white: #ffffff;
	/* --cream: #FFF9F1; */
	--cream: #e5f2ff;
	/* --paper: #FFF1DE; */
	--paper: #fafcfe;
	--card: #FFFFFF;
	--chili: #005f83;
	--chili-dark: #008bc3;
	--mustard-line: #3dc1f6;
	/* --mustard: #F2A93B; */
	--mustard: #0076dc;
	--mustard-dark: #D98A1D;
	/* --basil: #1F4D36; */
	--basil: #11ace9;
	--basil-light: #2C6249;
	/* --basil-dark: #15301F; */
	--basil-dark: #14afec;

	--line-gold: #E2C16B;
	/* --border-soft: #EDE1CB; */
	--border-soft:#cbe8ed;
	--font-display: 'Poppins', sans-serif;
	--font-body: 'Inter', sans-serif;
	--font-script: 'Caveat', cursive;
}

* {
	box-sizing: border-box;
}

html {
	overflow-x: visible !important;
}

body {
	overflow-x: clip !important;
	position: relative;
	width: 100%;
}

html {
	scroll-behavior: smooth;
}

body {
	font-family: var(--font-body);
	letter-spacing: -0.01em;
	color: var(--ink);
	background: var(--cream);
	-webkit-font-smoothing: antialiased;
}

.p-tb-60 {
	padding: 0 60px;
}

h1,
h2,
h3,
h4,
.display-font {
	font-family: var(--font-display);
	color: var(--ink);
	font-weight: 600;
	letter-spacing: -0.02em;
	line-height: 1.1;
}

h5,
h6 {
	font-family: var(--font-display);
	letter-spacing: -0.01em;
}

p {
	color: var(--ink-soft);
	line-height: 1.85;
	font-weight: 400;
}

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

::selection {
	background: var(--chili);
	color: #fff;
}

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

.label-tag {
	font-family: var(--font-body);
	text-transform: uppercase;
	font-size: .72rem;
	font-weight: 700;
	letter-spacing: .14em;
	color: var(--chili);
}

/* ---------- Utility ---------- */
.eyebrow {
	font-family: var(--font-script);
	font-size: 1.5rem;
	color: var(--chili);
	display: inline-flex;
	align-items: center;
	gap: 10px;
	margin-bottom: 6px;
	font-weight: 600;
}

.eyebrow::before {
	content: "";
	width: 34px;
	height: 2px;
	background: var(--mustard-line);
	display: inline-block;
}

.section-title {
	font-size: clamp(1.9rem, 3.2vw, 3rem);
	margin-bottom: 0;
}

.section-title .accent {
	color: var(--chili);
	font-style: italic;
}

.section-pad {
	padding: 100px 0;
}

.bg-paper {
	background: var(--paper);
}

.bg-basil {
	background: var(--basil);
	position: relative;
}

.bg-basil h2,
.bg-basil h3,
.bg-basil h4 {
	color: #fff;
}

.bg-basil p {
	color: rgba(255, 255, 255, .75);
}

.bg-basil .eyebrow {
	color: var(--mustard);
}

.btn-chili {
	background: var(--ink);
	color: #fff;
	border: none;
	padding: 14px 32px;
	border-radius: 50px;
	font-weight: 700;
	font-size: .95rem;
	letter-spacing: .02em;
	transition: .35s;
	display: inline-flex;
	align-items: center;
	gap: 8px;
	box-shadow: 0 4px 30px -10px rgb(19 175 236);
	/* box-shadow: 0 14px 30px -10px rgba(200, 29, 37, .55); */
}

.btn-chili:hover {
	background: var(--chili-dark);
	color: #fff;
	transform: translateY(-3px);
	box-shadow: 0 13px 30px -8px rgb(19 175 236);
}

.btn-outline-cream {
	border: 2px solid var(--ink);
	color: var(--ink);
	padding: 12px 30px;
	border-radius: 50px;
	font-weight: 700;
	font-size: .95rem;
	transition: .35s;
	display: inline-flex;
	align-items: center;
	gap: 8px;
}

.btn-outline-cream:hover {
	background: var(--ink);
	color: #fff;
	transform: translateY(-3px);
}

.btn-mustard {
	background: var(--mustard);
	color: var(--ink);
	border: none;
	padding: 14px 32px;
	border-radius: 50px;
	font-weight: 700;
	font-size: .95rem;
	transition: .35s;
	display: inline-flex;
	align-items: center;
	gap: 8px;
	box-shadow: 0 14px 30px -10px rgba(242, 169, 59, .6);
}

.btn-mustard:hover {
	background: var(--mustard-dark);
	transform: translateY(-3px);
}

.btn-line-white {
	border: 2px solid rgba(255, 255, 255, .5);
	color: #fff;
	padding: 12px 28px;
	border-radius: 50px;
	font-weight: 700;
	font-size: .9rem;
	transition: .35s;
}

.btn-line-white:hover {
	background: #fff;
	color: var(--basil);
	border-color: #fff;
}

.divider-dots {
	display: flex;
	justify-content: center;
	gap: 8px;
	margin: 18px 0;
}

.divider-dots span {
	width: 6px;
	height: 6px;
	border-radius: 50%;
	background: var(--mustard);
}

.divider-dots span:nth-child(2) {
	background: var(--chili);
	width: 8px;
	height: 8px;
}

/* img fallback graceful degrade */
img.img-fallback {
	background: linear-gradient(135deg, var(--mustard), var(--chili));
	min-height: 200px;
}

/* ---------- Preloader ---------- */
#preloader {
	position: fixed;
	inset: 0;
	z-index: 9999;
	/* background: var(--basil-dark); */
	background: #000;
	display: flex;
	align-items: center;
	justify-content: center;
	flex-direction: column;
	transition: opacity .6s ease, visibility .6s ease;
}

#preloader .burger-spin {
	font-size: 3.4rem;
	animation: pulse-modern 1.5s ease-in-out infinite;
	filter: drop-shadow(0 0 15px rgba(255, 255, 255, 0.2));
}

#preloader p {
	color: rgba(255, 255, 255, .6);
	font-family: var(--font-script);
	font-size: 1.3rem;
	margin-top: 10px;
}

@keyframes pulse-modern {
	0% {
		transform: scale(0.95);
		opacity: 0.8;
	}

	50% {
		transform: scale(1.1);
		opacity: 1;
	}

	100% {
		transform: scale(0.95);
		opacity: 0.8;
	}
}

#preloader.hide {
	opacity: 0;
	visibility: hidden;
}

/* ---------- Top bar ---------- */
.topbar {
	background: var(--basil-dark);
	color: rgba(255, 255, 255, .85);
	font-size: .84rem;
	padding: 9px 0;
}

.topbar a {
	color: rgba(255, 255, 255, .85);
}

.topbar .topbar-item {
	display: inline-flex;
	align-items: center;
	gap: 7px;
	margin-right: 26px;
}

.topbar .topbar-item i {
	color: var(--mustard);
}

.topbar .social-link {
	width: 28px;
	height: 28px;
	border-radius: 50%;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	background: rgba(255, 255, 255, .08);
	margin-left: 6px;
	transition: .3s;
	font-size: .8rem;
}

.topbar .social-link:hover {
	background: var(--chili);
	transform: translateY(-2px);
}

.topbar .status-dot {
	width: 7px;
	height: 7px;
	border-radius: 50%;
	background: #5FD68C;
	display: inline-block;
	margin-right: 6px;
	box-shadow: 0 0 0 0 rgba(95, 214, 140, .7);
	animation: pulse 1.8s infinite;
}

@keyframes pulse {
	0% {
		box-shadow: 0 0 0 0 rgba(95, 214, 140, .6);
	}

	70% {
		box-shadow: 0 0 0 7px rgba(95, 214, 140, 0);
	}

	100% {
		box-shadow: 0 0 0 0 rgba(95, 214, 140, 0);
	}
}

/* ---------- Navbar ---------- */
.navbar-main {
	/* background: rgba(255, 249, 241, .0); */
	background: rgb(14 10 5);
	padding: 20px 0;
	transition: .35s;
	position: sticky;
	top: 0;
	z-index: 1030;
}

.navbar-main.scrolled {
	/* background: rgba(255, 249, 241, .96); */
	background: rgb(3 4 5);
	backdrop-filter: blur(10px);
	box-shadow: 0 10px 30px -16px rgba(36, 22, 8, .25);
	padding: 12px 0;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 1030;
}

.brand-logo {
	font-family: var(--font-display);
	font-weight: 900;
	font-size: 1.85rem;
	color: var(--ink);
	display: flex;
	align-items: center;
	gap: 8px;
}

.brand-logo span {
	color: var(--chili);
}

.nav-link-custom {
	font-weight: 600;
	font-size: .93rem;
	/* color: var(--ink) !important; */
	color: var(--cream) !important;
	margin: 0 14px;
	position: relative;
	padding: 8px 0 !important;
}

.nav-link-custom::after {
	content: "";
	position: absolute;
	left: 0;
	bottom: 0;
	width: 0;
	height: 2px;
	background: var(--chili);
	transition: .3s;
}

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

.nav-link-custom.active {
	color: var(--chili) !important;
}

.nav-icon-btn {
	width: 42px;
	height: 42px;
	border-radius: 50%;
	background: var(--paper);
	display: inline-flex;
	align-items: center;
	justify-content: center;
	position: relative;
	transition: .3s;
	border: 1px solid var(--border-soft);
}

.nav-icon-btn:hover {
	background: var(--chili);
	color: #fff;
	border-color: var(--chili);
}

.cart-count {
	position: absolute;
	top: -5px;
	right: -5px;
	background: var(--chili);
	color: #fff;
	font-size: .65rem;
	font-weight: 800;
	width: 19px;
	height: 19px;
	border-radius: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
	border: 2px solid var(--cream);
}

/* ---------- Hero ---------- */
.hero {
	position: relative;
	padding: 50px 0 110px;
	overflow: hidden;
	background:
		radial-gradient(ellipse 60% 50% at 85% 15%, rgba(242, 169, 59, .18), transparent 60%),
		radial-gradient(ellipse 50% 45% at 5% 80%, rgba(200, 29, 37, .08), transparent 60%),
		var(--cream);
}

.hero-eyebrow {
	font-family: var(--font-script);
	font-size: 1.7rem;
	color: var(--chili);
	font-weight: 600;
}

.hero h1 {
	font-size: clamp(2.6rem, 5.4vw, 4.4rem);
	line-height: 1.04;
	margin: 10px 0 22px;
}

.hero h1 em {
	font-style: italic;
	color: var(--chili);
	position: relative;
}

.hero p.lead-text {
	font-size: 1.08rem;
	max-width: 480px;
}

.hero-cta {
	margin-top: 32px;
	display: flex;
	gap: 16px;
	flex-wrap: wrap;
}

.hero-stats {
	display: flex;
	gap: 36px;
	margin-top: 54px;
	flex-wrap: wrap;
}

.hero-stats .stat-num {
	font-family: var(--font-display);
	font-weight: 800;
	font-size: 2rem;
	color: var(--ink);
	display: flex;
	align-items: baseline;
	gap: 2px;
}

.hero-stats .stat-num small {
	font-size: 1.1rem;
	color: var(--chili);
}

.hero-stats .stat-label {
	font-size: .82rem;
	color: var(--ink-soft);
	font-weight: 600;
}

.hero-art {
	position: relative;
	height: 560px;
}

.hero-blob {
	position: absolute;
	inset: 0;
	background: var(--mustard);
	border-radius: 62% 38% 55% 45% / 48% 56% 44% 52%;
	animation: blobMove 9s ease-in-out infinite;
	opacity: .9;
}

@keyframes blobMove {

	0%,
	100% {
		border-radius: 62% 38% 55% 45% / 48% 56% 44% 52%;
	}

	50% {
		border-radius: 42% 58% 38% 62% / 58% 42% 58% 42%;
	}
}

.hero-img-wrap {
	position: absolute;
	inset: 6%;
	border-radius: 50%;
	overflow: hidden;
	border: 6px solid var(--cream);
	box-shadow: 0 30px 60px -20px rgba(36, 22, 8, .35);
	animation: floaty 5s ease-in-out infinite;
}

.hero-img-wrap img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

@keyframes floaty {

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

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

.hero-badge-spin {
	position: absolute;
	top: 6%;
	left: -4%;
	width: 110px;
	height: 110px;
	animation: spinSlow 14s linear infinite;
	z-index: 3;
}

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

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

.hero-floating-card {
	position: absolute;
	bottom: 6%;
	right: -6%;
	background: #fff;
	border-radius: 18px;
	padding: 14px 20px;
	box-shadow: 0 20px 40px -15px rgba(36, 22, 8, .3);
	display: flex;
	align-items: center;
	gap: 12px;
	z-index: 3;
	animation: floaty 5s ease-in-out infinite 1s;
}

.hero-floating-card .ico {
	width: 44px;
	height: 44px;
	border-radius: 50%;
	background: var(--chili);
	color: #fff;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 1.3rem;
}

.hero-floating-card strong {
	font-family: var(--font-display);
	display: block;
	font-size: 1.05rem;
}

.hero-floating-card span {
	font-size: .78rem;
	color: var(--ink-soft);
}

/* ---------- Marquee ---------- */
.marquee-strip {
	background: var(--ink);
	overflow: hidden;
	padding: 16px 0;
	white-space: nowrap;
}

.marquee-track {
	display: inline-flex;
	animation: marquee 24s linear infinite;
}

.marquee-track span {
	font-family: var(--font-display);
	font-style: italic;
	font-size: 1.3rem;
	color: rgba(255, 249, 241, .85);
	margin: 0 26px;
	display: inline-flex;
	align-items: center;
	gap: 26px;
}

.marquee-track span i {
	color: var(--mustard);
	font-style: normal;
}

@keyframes marquee {
	0% {
		transform: translateX(0);
	}

	100% {
		transform: translateX(-50%);
	}
}

/* ---------- Category ---------- */
.cat-card {
	background: var(--card);
	border-radius: 20px;
	padding: 30px 20px;
	text-align: center;
	border: 1px solid var(--border-soft);
	transition: .4s;
	height: 100%;
}

.cat-card:hover {
	transform: translateY(-10px);
	box-shadow: 0 25px 45px -20px rgba(36, 22, 8, .25);
	border-color: transparent;
	background: var(--basil);
}

.cat-card:hover h6,
.cat-card:hover p {
	color: #fff;
}

.cat-card .cat-img {
	width: 84px;
	height: 84px;
	border-radius: 50%;
	overflow: hidden;
	margin: 0 auto 18px;
	border: 3px solid var(--paper);
	transition: .4s;
}

.cat-card:hover .cat-img {
	border-color: var(--mustard);
	transform: rotate(8deg) scale(1.05);
}

.cat-card .cat-img img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.cat-card h6 {
	font-family: var(--font-display);
	font-weight: 700;
	font-size: 1.05rem;
	margin-bottom: 4px;
}

.cat-card p {
	font-size: .8rem;
	margin: 0;
}

/* ---------- About / invite ---------- */
.about-img-grid {
	position: relative;
	height: 480px;
}

.about-img-1 {
	position: absolute;
	top: 0;
	left: 0;
	width: 72%;
	height: 78%;
	border-radius: 24px;
	overflow: hidden;
	box-shadow: 0 30px 50px -20px rgba(36, 22, 8, .3);
}

.about-img-2 {
	position: absolute;
	bottom: 0;
	right: 0;
	width: 56%;
	height: 55%;
	border-radius: 24px;
	overflow: hidden;
	border: 7px solid var(--cream);
	box-shadow: 0 25px 45px -18px rgba(36, 22, 8, .3);
}

.about-img-1 img,
.about-img-2 img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.about-exp-badge {
	position: absolute;
	top: 18px;
	right: -10px;
	background: var(--chili);
	color: #fff;
	width: 120px;
	height: 120px;
	border-radius: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
	flex-direction: column;
	text-align: center;
	font-family: var(--font-display);
	box-shadow: 0 18px 30px -10px rgba(200, 29, 37, .6);
	z-index: 3;
}

.about-exp-badge strong {
	font-size: 2.1rem;
	line-height: 1;
	font-weight: 800;
}

.about-exp-badge span {
	font-size: .68rem;
	font-family: var(--font-body);
	font-weight: 700;
	letter-spacing: .04em;
}

.feature-row {
	display: flex;
	gap: 16px;
	margin-bottom: 22px;
}

.feature-row .f-ico {
	width: 54px;
	height: 54px;
	min-width: 54px;
	border-radius: 50%;
	background: var(--cream);
	color: var(--chili);
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 1.3rem;
}

.feature-row h6 {
	font-weight: 800;
	margin-bottom: 3px;
	font-size: 1rem;
}

.feature-row p {
	margin: 0;
	font-size: .88rem;
}


/* Pixel-Perfect CSS Mockup - Responsive */
.mockup-container {
	position: relative;
	width: 100%;
	max-width: 520px;
	margin: 0 auto;
	padding-bottom: 50px;
	font-family: 'Inter', 'Poppins', sans-serif;
	container-type: inline-size;
}

/* Background Patterns */
.bg-pattern-dots {
	position: absolute;
	width: 150px;
	height: 150px;
	background-image: radial-gradient(#006aff 3px, transparent 3px);
	background-size: 30px 30px;
	z-index: 0;
	opacity: 0.6;
}

.bg-pattern-dots.top-right {
	top: -40px;
	right: -20px;
}

@keyframes morphBubble {
	0% {
		border-radius: 40% 60% 70% 30% / 40% 50% 60% 50%;
	}

	34% {
		border-radius: 70% 30% 50% 50% / 30% 30% 70% 70%;
	}

	67% {
		border-radius: 100% 60% 60% 100% / 100% 100% 60% 60%;
	}

	100% {
		border-radius: 40% 60% 70% 30% / 40% 50% 60% 50%;
	}
}

.bg-shape-bubble {
	position: absolute;
	width: 450px;
	height: 450px;
	/* background: rgba(245, 166, 35, 0.12); */
	background: #ecf3fd;
	/* Soft mustard gold from img1 */
	border-radius: 40% 60% 70% 30% / 40% 50% 60% 50%;
	top: -10%;
	right: -10%;
	z-index: 0;
	pointer-events: none;
	animation: morphBubble 8s ease-in-out infinite;
	transform-origin: center;
}

.bg-diagonal-lines {
	position: absolute;
	width: 250px;
	height: 250px;
	bottom: -30px;
	left: 0%;
	background: repeating-linear-gradient(45deg, transparent, transparent 15px, #a5bad8 15px, rgba(148, 163, 184, 0.15) 17px);
	border-radius: 50%;
	z-index: 0;
}

.mockup-container:hover .mockup-tablet {
	transform: perspective(1000px) rotateY(0deg) rotateX(0deg);
}

.mockup-container:hover .mockup-phone {
	transform: perspective(1000px) rotateY(0deg) rotateX(0deg) scale(1.05) translateY(-10px);
}

/* Tablet */
.mockup-tablet {
	position: relative;
	width: 85%;
	aspect-ratio: 768 / 1024;
	background: #f8fafc;
	border-radius: 20px;
	border: 10px solid #111;
	box-shadow: 0 30px 60px -15px rgba(0, 0, 0, 0.3), inset 0 0 0 2px #222;
	overflow: visible;
	z-index: 1;
	font-size: 16px;
	/* Fallback */
	font-size: clamp(9px, 3.2cqi, 17px);
	/* Fully responsive */
	transform: perspective(1000px) rotateY(-6deg) rotateX(2deg);
	transition: transform 0.5s cubic-bezier(0.4, 0, 0.2, 1);
}

@media (max-width: 991px) {
	.mockup-tablet {
		font-size: 18px;
	}
}

@media (max-width: 768px) {
	.mockup-tablet {
		font-size: 14px;
	}
}

@media (max-width: 576px) {
	.mockup-tablet {
		font-size: 11px;
		border-width: 6px;
		border-radius: 12px;
	}
}

@media (max-width: 400px) {
	.mockup-tablet {
		font-size: 9.5px;
	}
}

.mockup-tablet .tablet-screen-wrap {
	width: 100%;
	height: 100%;
	overflow: hidden;
	border-radius: 8px;
	position: relative;
}

.mockup-tablet::before {
	content: '';
	position: absolute;
	top: -6px;
	left: 50%;
	transform: translateX(-50%);
	width: 4px;
	height: 4px;
	background: #444;
	border-radius: 50%;
	z-index: 10;
}

/* Tablet Content */
.tablet-screen {
	width: 100%;
	height: 100%;
	background: #f8fafc;
	overflow: hidden;
	display: flex;
	flex-direction: column;
}

.tablet-hero {
	height: 40%;
	background: linear-gradient(rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.8)), url('<?php echo $this->webroot;?>frontend/img/sub_header_cart.jpg') center/cover;
	padding: 1em 1.5em;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	position: relative;
}

.tablet-header-bar {
	position: absolute;
	top: 15px;
	left: 15px;
	right: 15px;
	display: flex;
	justify-content: space-between;
	align-items: center;
	color: white;
	font-size: 0.85em;
	font-weight: 600;
}

.tablet-header-bar span {
	display: flex;
	align-items: center;
	gap: 5px;
}

.tablet-hero h4 {
	font-size: 1.6em;
	font-weight: 500;
	margin-top: 15px;
	margin-bottom: 8px;
	color: #fff;
	line-height: 1.2;
	text-align: center;
}

.tablet-hero p {
	font-size: 0.6em;
	margin-bottom: 20px;
	color: #e2e8f0;
	text-align: center;
}

.tablet-search {
	background: white;
	width: 100%;
	padding: 0.8em 1.2em;
	border-radius: 30px;
	display: flex;
	align-items: center;
}

.tablet-search i {
	color: #64748b;
	font-size: 0.9em;
	margin-right: 12px;
}

.tablet-search span {
	color: #94a3b8;
	font-size: 0.75em;
}

.tablet-stats {
	display: flex;
	justify-content: center;
	gap: 2em;
	padding: 1.2em;
	background: white;
}

.stat-item {
	text-align: center;
	display: flex;
	align-items: center;
	gap: 0.6em;
}

.stat-item i {
	color: var(--md-primary, #0056b3);
	font-size: 1.3em;
}

.stat-item div {
	text-align: left;
}

.stat-item h6 {
	font-size: 0.85em;
	font-weight: 700;
	margin: 0;
	color: #0f172a;
}

.stat-item span {
	font-size: 0.55em;
	color: #64748b;
	display: block;
}

.tablet-body {
	padding: 0.5em 2.5em 2em;
	background: #f8fafc;
	flex-grow: 1;
	display: flex;
	flex-direction: column;
}

.tablet-title {
	font-size: 0.95em;
	font-weight: 700;
	text-align: center;
	margin-bottom: 1.5em;
	color: #0f172a;
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 15px;
}

.tablet-title::before {
	content: "";
	height: 2px;
	width: 20px;
	background: var(--md-primary, #0056b3);
}

.tablet-steps-box {
	background: white;
	border-radius: 12px;
	padding: 1.5em;
	box-shadow: 0 10px 30px rgba(0, 0, 0, 0.03);
}

.tablet-step {
	display: flex;
	align-items: flex-start;
	margin-bottom: 1.8em;
	gap: 1em;
	position: relative;
}

.tablet-step i.step-icon {
	color: var(--md-primary, #0056b3);
	font-size: 1.5em;
	margin-top: 2px;
}

.tablet-step-text h6 {
	font-size: 0.85em;
	font-weight: 700;
	margin: 0 0 4px;
	color: #0f172a;
}

.tablet-step-text p {
	font-size: 0.65em;
	color: #64748b;
	margin: 0;
	line-height: 1.4;
}

/* Dotted lines / arrows between steps */
.step-divider {
	position: absolute;
	left: 11px;
	bottom: -1.2em;
	font-size: 0.6em;
	color: #000;
	font-weight: bold;
}

.step-divider-line {
	position: absolute;
	left: 14px;
	bottom: -1.4em;
	height: 1.2em;
	border-left: 1px dotted #cbd5e1;
}

/* app button  */
.app-card {
	background: #ffffff;
	border-radius: 16px;
	padding: 20px;
	box-shadow: 0 4px 20px rgba(0, 0, 0, 0.03);
	transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
	border: 1px solid rgba(0, 0, 0, 0.03);
	height: 100%;
	display: flex;
	flex-direction: column;
}

.app-card:hover {
	transform: translateY(-10px);
	box-shadow: 0 15px 35px rgba(0, 0, 0, 0.1);
	border-color: rgba(0, 0, 0, 0.05);
}

.app-card .img-wrapper {
	overflow: hidden;
	border-radius: 12px;
	margin-bottom: 20px;
}

.app-card img {
	width: 100%;
	height: 240px;
	object-fit: cover;
	transition: transform 0.5s ease;
}

.app-card:hover img {
	transform: scale(1.05);
}

.app-buttons {
	display: flex;
	gap: 10px;
	margin-top: auto;
	flex-wrap: wrap;
}

.app-btn {
	display: flex;
	align-items: center;
	gap: 8px;
	background: #170b00;
	color: #fff !important;
	padding: 10px 16px;
	border-radius: 10px;
	text-decoration: none;
	transition: all 0.3s ease;
	flex: 1;
	justify-content: center;
	white-space: nowrap;
}

.app-btn:hover {
	transform: translateY(-3px);
	box-shadow: 0 8px 15px rgba(0, 0, 0, 0.15);
}

.app-btn.play-store:hover {
	background: var(--mustard);
	color: var(--color-white) !important;
}

.app-btn.app-store:hover {
	background: var(--chili);
	color: var(--color-white) !important;
}

.app-btn i {
	font-size: 1.4rem;
}

.app-btn .btn-text {
	display: flex;
	flex-direction: column;
	text-align: left;
	line-height: 1.1;
}

.app-btn .btn-text small {
	font-size: 0.65rem;
	font-weight: 500;
	opacity: 0.8;
}

.app-btn .btn-text strong {
	font-size: 0.9rem;
	font-weight: 700;
}

/* Phone */
.mockup-phone {
	position: absolute;
	width: 40%;
	aspect-ratio: 9 / 19.5;
	background: #111;
	border-radius: 35px;
	border: 8px solid #111;
	border-top-width: 45px;
	border-bottom-width: 45px;
	box-shadow: -20px 25px 45px -10px rgba(0, 0, 0, 0.5), inset 0 0 0 1px #333;
	bottom: -5%;
	right: -2%;
	z-index: 2;
	overflow: visible;
	font-size: 16px;
	/* Fallback */
	font-size: clamp(9px, 3.2cqi, 17px);
	/* Fully responsive */
	transform: perspective(1000px) rotateY(-10deg) rotateX(4deg);
	transition: transform 0.5s cubic-bezier(0.4, 0, 0.2, 1);
}

@media (max-width: 991px) {
	.mockup-phone {
		font-size: 18px;
	}
}

@media (max-width: 768px) {
	.mockup-phone {
		font-size: 14px;
	}
}

@media (max-width: 576px) {
	.mockup-phone {
		font-size: 11px;
		border-width: 4px;
		border-top-width: 22px;
		border-bottom-width: 22px;
		border-radius: 20px;
	}

	.mockup-phone::before {
		top: -14px;
		width: 25px;
		height: 3px;
	}

	.mockup-phone::after {
		bottom: -18px;
		width: 12px;
		height: 12px;
	}

	.phone-camera {
		top: -14px;
		width: 4px;
		height: 4px;
	}
}

@media (max-width: 400px) {
	.mockup-phone {
		font-size: 9.5px;
	}
}

.mockup-phone .phone-screen-wrap {
	width: 100%;
	height: 100%;
	overflow: hidden;
	background: white;
	border-radius: 4px;
}

.mockup-phone::before {
	content: '';
	position: absolute;
	top: -25px;
	left: 50%;
	transform: translateX(-50%);
	width: 40px;
	height: 4px;
	background: #222;
	border-radius: 4px;
}

.mockup-phone::after {
	content: '';
	position: absolute;
	bottom: -32px;
	left: 50%;
	transform: translateX(-50%);
	width: 16px;
	height: 16px;
	border: 2px solid #333;
	border-radius: 50%;
}

.phone-camera {
	position: absolute;
	top: -26px;
	left: 30%;
	width: 6px;
	height: 6px;
	background: #222;
	border-radius: 50%;
}

/* Phone Content */
.phone-header {
	background: var(--md-primary, #0056b3);
	height: 2.8em;
	width: 100%;
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding: 0 0.8em;
	color: white;
}

.phone-header i {
	font-size: 1em;
}

.phone-body {
	padding: 0.8em;
	height: calc(100% - 2.8em);
	overflow-y: auto;
	background: white;
}

.phone-sponsored {
	text-align: center;
	font-size: 0.8em;
	font-weight: 600;
	color: #0f172a;
	margin-bottom: 4px;
	margin-top: 5px;
}

.phone-sub-sponsored {
	font-size: 0.4em;
	color: #94a3b8;
	text-align: center;
	margin-bottom: 15px;
	padding: 0 10px;
	line-height: 1.4;
}

.phone-card {
	background: white;
	padding: 0.6em;
	margin-bottom: 0.8em;
	border: 1px solid #e2e8f0;
	text-align: center;
	border-radius: 4px;
	box-shadow: 0 2px 4px rgba(0, 0, 0, 0.02);
}

.phone-card-img-wrap {
	width: 4em;
	height: 4em;
	margin: 0 auto 0.5em;
	border: 1px solid #e2e8f0;
	padding: 2px;
}



.phone-card .stars {
	color: #eab308;
	font-size: 0.5em;
	margin-bottom: 4px;
}

.phone-card h6 {
	font-size: 0.75em;
	font-weight: 700;
	margin: 0 0 2px;
	color: #0f172a;
}

.phone-card p {
	font-size: 0.45em;
	color: #64748b;
	margin: 0 0 6px;
	line-height: 1.4;
}

.phone-card .red-text {
	color: #ef4444;
	font-weight: 600;
}

.phone-card .tags {
	display: flex;
	justify-content: center;
	gap: 0.6em;
}

.phone-card .tag {
	font-size: 0.45em;
	color: #0f172a;
	display: flex;
	align-items: center;
	gap: 3px;
	font-weight: 500;
}

.phone-card .tag i {
	color: #10b981;
	font-size: 0.5em;
}

/* ---------- Popular menu cards ---------- */
.menu-card {
	background: var(--card);
	border-radius: 22px;
	overflow: hidden;
	border: 1px solid var(--border-soft);
	transition: .4s;
	height: 100%;
	position: relative;
}

.menu-card:hover {
	transform: translateY(-10px);
	box-shadow: 0 30px 50px -22px rgba(36, 22, 8, .28);
}

.menu-card .mc-img {
	height: 210px;
	overflow: hidden;
	position: relative;
}

.menu-card .mc-img img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: .6s;
}

.menu-card:hover .mc-img img {
	transform: scale(1.12) rotate(2deg);
}

.menu-card .mc-tag {
	position: absolute;
	top: 14px;
	left: 14px;
	background: var(--mustard);
	color: var(--color-white);
	font-size: .7rem;
	font-weight: 800;
	padding: 5px 12px;
	border-radius: 50px;
	text-transform: uppercase;
	letter-spacing: .03em;
}

.menu-card .mc-add {
	position: absolute;
	bottom: -14px;
	right: 18px;
	width: 48px;
	height: 48px;
	border-radius: 50%;
	background: var(--chili);
	color: #fff;
	border: 4px solid var(--card);
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 1.2rem;
	transition: .3s;
	cursor: pointer;
	z-index: 3;
}

.menu-card .mc-add:hover {
	background: var(--chili-dark);
	transform: translateY(-8px) scale(1.1) rotate(90deg);
}

.menu-card .mc-img,
.menu-card .mc-body {
	cursor: pointer;
}

.menu-card .mc-body {
	padding: 30px 20px 20px;
}

.menu-card .mc-stars {
	color: var(--mustard);
	font-size: .78rem;
	margin-bottom: 6px;
}

.menu-card h6 {
	font-family: var(--font-display);
	font-weight: 700;
	font-size: 1.1rem;
	margin-bottom: 6px;
}

.menu-card .mc-price {
	color: var(--chili);
	font-weight: 800;
	font-family: var(--font-display);
	font-size: 1.2rem;
}

/* ---------- Stats / history (basil band) ---------- */
.history-img {
	position: relative;
	border-radius: 24px;
	overflow: hidden;
	box-shadow: 0 30px 60px -20px rgba(0, 0, 0, .4);
}

.history-img img {
	width: 100%;
	height: 480px;
	object-fit: cover;
}

.progress-item {
	margin-bottom: 24px;
}

.progress-item .p-head {
	display: flex;
	justify-content: space-between;
	font-weight: 700;
	color: #fff;
	margin-bottom: 8px;
	font-size: .92rem;
}

.progress-item .p-head span.pct {
	color: var(--mustard);
}

.progress-track {
	height: 7px;
	background: rgba(255, 255, 255, .15);
	border-radius: 10px;
	overflow: hidden;
}

.progress-fill {
	height: 100%;
	background: linear-gradient(90deg, var(--mustard), var(--chili));
	border-radius: 10px;
	width: 0;
	transition: width 1.6s cubic-bezier(.2, .8, .2, 1);
}

.counter-grid {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 18px;
	margin-top: 40px;
}

.counter-box {
	text-align: center;
	border-left: 1px solid rgba(255, 255, 255, .15);
	padding-left: 14px;
}

.counter-box:first-child {
	border-left: none;
	padding-left: 0;
}

.counter-box .num {
	font-family: var(--font-display);
	font-weight: 800;
	font-size: 2.2rem;
	color: var(--mustard);
}

.counter-box .lbl {
	font-size: .76rem;
	color: rgba(255, 255, 255, .7);
	font-weight: 600;
}

/* ---------- Order Ticket menu (signature element) ---------- */
.ticket-tabs {
	display: flex;
	flex-wrap: wrap;
	gap: 10px;
	margin-bottom: 36px;
}

.ticket-tab {
	padding: 10px 22px;
	border-radius: 50px;
	font-weight: 700;
	font-size: .86rem;
	border: 1.5px solid var(--border-soft);
	background: #fff;
	color: var(--ink-soft);
	cursor: pointer;
	transition: .3s;
}

.ticket-tab.active,
.ticket-tab:hover {
	background: var(--chili);
	color: #fff;
	border-color: var(--chili);
}

.ticket-list-wrap {
	background: var(--paper);
	border-radius: 28px;
	padding: 14px;
}

.ticket-item {
	background: var(--card);
	border-radius: 14px;
	padding: 18px 24px;
	display: flex;
	align-items: center;
	gap: 18px;
	position: relative;
	margin-bottom: 14px;
	transition: .3s;
}

.ticket-item:last-child {
	margin-bottom: 0;
}

.ticket-item:hover {
	box-shadow: 0 14px 30px -14px rgba(36, 22, 8, .25);
	transform: translateX(4px);
}

.ticket-item::before,
.ticket-item::after {
	content: "";
	position: absolute;
	width: 18px;
	height: 18px;
	background: var(--paper);
	border-radius: 50%;
	top: 50%;
	transform: translateY(-50%);
	z-index: 1;
}

.ticket-item::before {
	left: -9px;
}

.ticket-item::after {
	right: -9px;
}

.ticket-item .ti-thumb {
	width: 62px;
	height: 62px;
	border-radius: 50%;
	overflow: hidden;
	flex-shrink: 0;
}

.ticket-item .ti-thumb img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.ticket-item .ti-name {
	font-family: var(--font-display);
	font-weight: 700;
	font-size: 1.05rem;
	white-space: nowrap;
}

.ticket-item .ti-desc {
	font-size: .78rem;
	color: var(--ink-soft);
	margin: 2px 0 0;
}

.ticket-item .ti-leader {
	flex: 1;
	border-bottom: 2px dotted var(--border-soft);
	margin: 0 6px;
	height: 1px;
	align-self: center;
	margin-top: 14px;
}

.ticket-item .ti-price {
	font-family: var(--font-display);
	font-weight: 800;
	color: var(--chili);
	font-size: 1.15rem;
	white-space: nowrap;
}

.ticket-side-img {
	position: relative;
	height: 100%;
	min-height: 520px;
	border-radius: 28px;
	overflow: hidden;
}

.ticket-side-img img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.ticket-side-img .price-stamp {
	position: absolute;
	bottom: 24px;
	left: 24px;
	background: var(--mustard);
	color: var(--ink);
	border-radius: 50%;
	width: 100px;
	height: 100px;
	display: flex;
	align-items: center;
	justify-content: center;
	flex-direction: column;
	text-align: center;
	font-family: var(--font-display);
	transform: rotate(-12deg);
	box-shadow: 0 16px 30px -10px rgba(0, 0, 0, .4);
}

.ticket-side-img .price-stamp small {
	font-size: .62rem;
	font-weight: 700;
	font-family: var(--font-body);
}

.ticket-side-img .price-stamp strong {
	font-size: 1.5rem;
	line-height: 1;
}

/* ---------- Gallery showcase ---------- */
.gallery-tile {
	border-radius: 20px;
	overflow: hidden;
	position: relative;
	height: 260px;
}

.gallery-tile img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: .6s;
}

.gallery-tile:hover img {
	transform: scale(1.1);
}

.gallery-tile .gt-overlay {
	position: absolute;
	inset: 0;
	background: linear-gradient(0deg, rgba(36, 22, 8, .75), transparent 55%);
	display: flex;
	align-items: flex-end;
	padding: 18px;
	opacity: 0;
	transition: .4s;
}

.gallery-tile:hover .gt-overlay {
	opacity: 1;
}

.gallery-tile .gt-overlay span {
	color: #fff;
	font-family: var(--font-display);
	font-weight: 700;
}

/* ---------- CTA banner burger ---------- */
.cta-banner {
	background: linear-gradient(120deg, var(--mustard) 0%, #F7C766 100%);
	border-radius: 36px;
	padding: 60px 50px;
	position: relative;
	overflow: hidden;
}

.cta-banner::before {
	content: "🍟";
	position: absolute;
	font-size: 9rem;
	opacity: .12;
	right: -10px;
	top: -30px;
	transform: rotate(15deg);
}

.cta-banner .cta-eyebrow {
	font-family: var(--font-script);
	font-size: 1.6rem;
	color: var(--chili-dark);
	font-weight: 700;
}

.cta-banner h2 {
	font-size: clamp(2rem, 4vw, 3.3rem);
	line-height: 1.05;
}

.cta-banner .cb-img {
	position: relative;
}

.cta-banner .cb-img img {
	border-radius: 50%;
	box-shadow: 0 30px 60px -16px rgba(36, 22, 8, .45);
	animation: floaty 4.5s ease-in-out infinite;
}

.countdown {
	display: flex;
	gap: 14px;
	margin: 30px 0;
}

.countdown .cd-box {
	background: var(--ink);
	color: #fff;
	border-radius: 14px;
	width: 74px;
	height: 74px;
	display: flex;
	align-items: center;
	justify-content: center;
	flex-direction: column;
}

.countdown .cd-box strong {
	font-family: var(--font-display);
	font-size: 1.6rem;
	line-height: 1;
}

.countdown .cd-box span {
	font-size: .62rem;
	text-transform: uppercase;
	letter-spacing: .05em;
	opacity: .7;
}

/* ---------- Chef / Team ---------- */
.chef-card {
	background: var(--card);
	border-radius: 24px;
	overflow: hidden;
	border: 1px solid var(--border-soft);
	transition: .45s;
	height: 100%;
	position: relative;
}

.chef-card:hover {
	transform: translateY(-10px);
	box-shadow: 0 30px 55px -24px rgba(36, 22, 8, .3);
	border-color: transparent;
}

.chef-card::before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	height: 4px;
	background: linear-gradient(90deg, var(--mustard), var(--chili));
	transform: scaleX(0);
	transform-origin: left;
	transition: .45s;
}

.chef-card:hover::before {
	transform: scaleX(1);
}

.chef-img {
	height: 300px;
	overflow: hidden;
	position: relative;
}

.chef-img img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: .6s;
}

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

.chef-img .chef-fade {
	position: absolute;
	inset: 0;
	background: linear-gradient(0deg, rgba(21, 48, 31, .85) 0%, transparent 55%);
}

.chef-quote-ico {
	position: absolute;
	top: 16px;
	right: 16px;
	width: 38px;
	height: 38px;
	border-radius: 50%;
	background: rgba(255, 255, 255, .18);
	backdrop-filter: blur(4px);
	display: flex;
	align-items: center;
	justify-content: center;
	color: #fff;
	font-size: 1rem;
}

.chef-social {
	position: absolute;
	bottom: 16px;
	left: 16px;
	display: flex;
	gap: 8px;
	opacity: 0;
	transform: translateY(10px);
	transition: .4s;
}

.chef-card:hover .chef-social {
	opacity: 1;
	transform: translateY(0);
}

.chef-social a {
	width: 34px;
	height: 34px;
	border-radius: 50%;
	background: #fff;
	color: var(--chili);
	display: flex;
	align-items: center;
	justify-content: center;
	box-shadow: 0 8px 16px rgba(0, 0, 0, .25);
	font-size: .82rem;
	transition: .3s;
}

.chef-social a:hover {
	background: var(--chili);
	color: #fff;
}

.chef-body {
	padding: 24px 24px 26px;
	text-align: center;
}

.chef-card h5 {
	font-family: var(--font-display);
	font-weight: 600;
	margin-bottom: 2px;
	font-size: 1.2rem;
}

.chef-role {
	color: var(--chili);
	font-size: .8rem;
	font-weight: 700;
	text-transform: uppercase;
	letter-spacing: .06em;
	display: block;
	margin-bottom: 10px;
}

.chef-bio {
	font-size: .86rem;
	font-style: italic;
	color: var(--ink-soft);
	margin-bottom: 12px;
	min-height: 42px;
}

.chef-specialty {
	display: inline-flex;
	align-items: center;
	gap: 6px;
	background: var(--paper);
	color: var(--ink);
	font-size: .74rem;
	font-weight: 700;
	padding: 6px 14px;
	border-radius: 50px;
}

.chef-specialty i {
	color: var(--chili);
}

/* ---------- Hours / video ---------- */
.hours-table {
	width: 100%;
}

.hours-table tr {
	border-bottom: 1px solid rgba(255, 255, 255, .12);
}

.hours-table td {
	padding: 13px 0;
	color: rgba(255, 255, 255, .85);
	font-weight: 600;
	font-size: .95rem;
}

.hours-table td:last-child {
	text-align: right;
	color: var(--mustard);
	font-family: var(--font-display);
	font-weight: 700;
}

.hours-table tr.today td {
	color: #fff;
}

.hours-table tr.today td:last-child {
	color: var(--mustard);
}

.video-box {
	position: relative;
	border-radius: 28px;
	overflow: hidden;
	height: 420px;
}

.video-box img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.video-box .vb-overlay {
	position: absolute;
	inset: 0;
	background: rgba(21, 48, 31, .45);
	display: flex;
	align-items: center;
	justify-content: center;
}

.play-btn {
	width: 90px;
	height: 90px;
	border-radius: 50%;
	background: rgba(255, 255, 255, .18);
	border: 1.5px solid rgba(255, 255, 255, .5);
	display: flex;
	align-items: center;
	justify-content: center;
	color: #fff;
	font-size: 1.8rem;
	backdrop-filter: blur(4px);
	position: relative;
	cursor: pointer;
}

.play-btn::before {
	content: "";
	position: absolute;
	inset: -14px;
	border-radius: 50%;
	border: 1.5px solid rgba(255, 255, 255, .4);
	animation: ringPulse 2.2s ease-out infinite;
}

@keyframes ringPulse {
	0% {
		transform: scale(.8);
		opacity: 1;
	}

	100% {
		transform: scale(1.5);
		opacity: 0;
	}
}

/* ---------- Testimonials ---------- */
.testi-card {
	background: var(--card);
	border-radius: 24px;
	padding: 36px;
	border: 1px solid var(--border-soft);
	height: 100%;
	position: relative;
}

.testi-card .quote-ico {
	font-size: 2.6rem;
	color: var(--paper);
	position: absolute;
	top: 20px;
	right: 24px;
}

.testi-card .stars {
	color: var(--mustard-line);
	font-size: .85rem;
	margin-bottom: 14px;
}

.testi-card p {
	font-style: italic;
	font-size: .98rem;
}

.testi-person {
	display: flex;
	align-items: center;
	gap: 14px;
	margin-top: 20px;
}

.testi-person img {
	width: 54px;
	height: 54px;
	border-radius: 50%;
	object-fit: cover;
}

.testi-person strong {
	font-family: var(--font-display);
	display: block;
	font-size: 1rem;
}

.testi-person span {
	font-size: .78rem;
	color: var(--ink-soft);
}

.swiper-pagination-bullet {
	background: var(--ink-soft);
	opacity: .4;
}

.swiper-pagination-bullet-active {
	background: var(--chili);
	opacity: 1;
}

/* ---------- Blog ---------- */
.blog-card {
	background: var(--card);
	border-radius: 22px;
	overflow: hidden;
	border: 1px solid var(--border-soft);
	transition: .4s;
	height: 100%;
}

.blog-card:hover {
	transform: translateY(-8px);
	box-shadow: 0 25px 45px -20px rgba(36, 22, 8, .25);
}

.blog-card .bc-img {
	height: 210px;
	overflow: hidden;
}

.blog-card .bc-img img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: .6s;
}

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

.blog-card .bc-body {
	padding: 24px;
}

.blog-meta {
	font-size: .76rem;
	color: var(--chili);
	font-weight: 700;
	text-transform: uppercase;
	letter-spacing: .03em;
	margin-bottom: 10px;
}

.blog-card h6 {
	font-family: var(--font-display);
	font-weight: 700;
	font-size: 1.08rem;
	line-height: 1.4;
}

.blog-card .read-more {
	font-size: .84rem;
	font-weight: 700;
	color: var(--ink);
	display: inline-flex;
	align-items: center;
	gap: 6px;
	margin-top: 14px;
}

.blog-card .read-more i {
	transition: .3s;
}

.blog-card:hover .read-more i {
	transform: translateX(5px);
}

/* ---------- Newsletter ---------- */
.newsletter-wrap {
	background: var(--ink);
	border-radius: 36px;
	padding: 60px 50px;
	position: relative;
	overflow: hidden;
}

.newsletter-wrap::before {
	content: "ðŸ¥¤";
	position: absolute;
	font-size: 8rem;
	opacity: .08;
	left: -20px;
	bottom: -30px;
}

.newsletter-wrap h2 {
	color: #fff;
}

.newsletter-wrap p {
	color: rgba(255, 255, 255, .6);
}

.newsletter-form {
	display: flex;
	gap: 0;
	max-width: 460px;
}

.newsletter-form input {
	flex: 1;
	border: none;
	padding: 16px 22px;
	border-radius: 50px 0 0 50px;
	font-size: .92rem;
	outline: none;
}

.newsletter-form button {
	border: none;
	background: var(--chili);
	color: #fff;
	padding: 0 28px;
	border-radius: 0 50px 50px 0;
	font-weight: 700;
	transition: .3s;
}

.newsletter-form button:hover {
	background: var(--chili-dark);
}

/* ---------- Footer ---------- */
footer {
	/* background: var(--basil-dark); */
	background: #030405;
	color: rgba(255, 255, 255, .65);
	padding: 80px 0 0;
}

footer h6 {
	color: #fff;
	font-family: var(--font-display);
	font-weight: 700;
	margin-bottom: 22px;
	font-size: 1.05rem;
}

footer p {
	color: rgba(255, 255, 255, .55);
	font-size: .9rem;
}

footer .f-link {
	display: block;
	color: rgba(255, 255, 255, .6);
	font-size: .9rem;
	margin-bottom: 12px;
	transition: .3s;
}

footer .f-link:hover {
	color: var(--mustard-line);
	padding-left: 4px;
}

footer .f-contact {
	display: flex;
	gap: 12px;
	margin-bottom: 16px;
	font-size: .88rem;
}

footer .f-contact i {
	color: var(--mustard);
	margin-top: 3px;
}

.footer-social a {
	width: 38px;
	height: 38px;
	border-radius: 50%;
	background: rgba(255, 255, 255, .08);
	display: inline-flex;
	align-items: center;
	justify-content: center;
	margin-right: 8px;
	transition: .3s;
}

.footer-social a:hover {
	background: var(--chili);
	transform: translateY(-3px);
}

.footer-bottom {
	border-top: 1px solid rgba(255, 255, 255, .1);
	margin-top: 50px;
	padding: 22px 0;
	font-size: .84rem;
}

/* ---------- Back to top + cart fab ---------- */
.back-to-top {
	position: fixed;
	bottom: 28px;
	right: 28px;
	width: 48px;
	height: 48px;
	border-radius: 50%;
	background: var(--chili);
	color: #fff;
	display: flex;
	align-items: center;
	justify-content: center;
	opacity: 0;
	visibility: hidden;
	transform: translateY(20px);
	transition: .4s;
	z-index: 999;
	box-shadow: 0 16px 30px -10px rgba(200, 29, 37, .6);
}

.back-to-top.show {
	opacity: 1;
	visibility: visible;
	transform: translateY(0);
}

.whatsapp-fab {
	position: fixed;
	bottom: 28px;
	left: 28px;
	width: 54px;
	height: 54px;
	border-radius: 50%;
	background: #25D366;
	color: #fff;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 1.5rem;
	z-index: 999;
	box-shadow: 0 16px 30px -10px rgba(37, 211, 102, .7);
	animation: floaty 3s ease-in-out infinite;
}

/* Toast */
.toast-cart {
	position: fixed;
	top: 100px;
	right: 24px;
	z-index: 1100;
}

/* help desk  */
.help-box i {
	font-size: 2rem;
	margin-bottom: 10px;
	display: block;
}

.help-box .help-icon i {
	font-size: 1.2rem;
	color: #fff !important;
	margin-bottom: 0;
	display: inline;
}

.help-box a.phone {
	font-size: 1.2rem;
	font-weight: 800;
	color: #1f2937;
	display: block;
	margin: 8px 0;
	text-decoration: none;
}

.help-box .opening {
	font-size: 0.85rem;
	color: #6b7280;
	font-weight: 500;
}

/* back to search button  */
.btn-back-search {
	display: flex;
	align-items: center;
	gap: 7px;
	background: #fff;
	border: 1px solid #e5e7eb;
	border-radius: 12px;
	padding: 10px 16px;
	font-size: 0.88rem;
	font-weight: 600;
	color: #374151;
	text-decoration: none;
	transition: all 0.2s;
	margin-bottom: 16px;
	box-shadow: 0 1px 4px rgba(0, 0, 0, 0.04);
}

.btn-back-search:hover {
	border-color: var(--basil);
	color: var(--basil);
	background: #f0fbff;
}


/* Offcanvas cart styling */
.offcanvas-cart .ci-item {
	display: flex;
	gap: 14px;
	align-items: center;
	padding: 14px 0;
	border-bottom: 1px solid var(--border-soft);
}

.offcanvas-cart .ci-item img {
	width: 60px;
	height: 60px;
	border-radius: 12px;
	object-fit: cover;
}

.offcanvas-cart .ci-item .ci-name {
	font-weight: 700;
	font-size: .92rem;
}

.offcanvas-cart .ci-item .ci-price {
	color: var(--chili);
	font-weight: 700;
	font-size: .88rem;
}

.offcanvas-cart .ci-remove {
	color: var(--ink-soft);
	cursor: pointer;
}

/* ---------- Quick View modal ---------- */
.qv-img {
	border-radius: 18px;
	overflow: hidden;
	height: 100%;
	min-height: 280px;
}

.qv-img img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	min-height: 280px;
}

.qv-stars {
	color: var(--mustard);
	font-size: .85rem;
}

.qv-price {
	font-family: var(--font-display);
	color: var(--chili);
	font-size: 1.8rem;
	font-weight: 700;
}

.qv-qty {
	display: flex;
	align-items: center;
	gap: 0;
	border: 1.5px solid var(--border-soft);
	border-radius: 50px;
	width: max-content;
}

.qv-qty button {
	width: 38px;
	height: 38px;
	border: none;
	background: none;
	font-size: 1.1rem;
	color: var(--ink);
}

.qv-qty span {
	width: 34px;
	text-align: center;
	font-weight: 700;
}

.modal-content {
	border: none;
	border-radius: 24px;
}

.btn-close-custom {
	position: absolute;
	top: 16px;
	right: 16px;
	z-index: 5;
	width: 38px;
	height: 38px;
	border-radius: 50%;
	background: #fff;
	border: none;
	display: flex;
	align-items: center;
	justify-content: center;
	box-shadow: 0 8px 20px rgba(0, 0, 0, .2);
}

/* ---------- Gallery / Blog lightbox modal ---------- */
.lb-img {
	height: 340px;
	overflow: hidden;
}

.lb-img img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.blog-modal-img {
	height: 300px;
	overflow: hidden;
	border-radius: 18px 18px 0 0;
}

.blog-modal-img img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.blog-modal-body p {
	font-size: .95rem;
}

.gallery-tile {
	cursor: pointer;
}

.gallery-tile .gt-overlay i {
	color: #fff;
	font-size: 1.3rem;
	margin-left: auto;
}

.blog-card {
	cursor: pointer;
}

/* ---------- Reservation section ---------- */
.reservation-wrap {
	background: var(--basil);
	border-radius: 32px;
	overflow: hidden;
	position: relative;
}

.reservation-img {
	height: 100%;
	min-height: 480px;
	position: relative;
}

.reservation-img img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	min-height: 480px;
}

.reservation-img .ri-overlay {
	position: absolute;
	inset: 0;
	background: linear-gradient(0deg, rgba(21, 48, 31, .92), rgba(21, 48, 31, .15));
	display: flex;
	flex-direction: column;
	justify-content: flex-end;
	padding: 36px;
}

.reservation-img .ri-overlay h4 {
	color: #fff;
	margin-bottom: 6px;
}

.reservation-img .ri-overlay p {
	color: rgba(255, 255, 255, .7);
	margin-bottom: 0;
	font-size: .88rem;
}

.reservation-form-wrap {
	padding: 50px 44px;
}

.reservation-form-wrap .eyebrow {
	color: var(--mustard);
}

/* ---------- Form controls (shared) ---------- */
.form-floating-group {
	position: relative;
	margin-bottom: 18px;
}

.form-control-custom,
.form-select-custom {
	width: 100%;
	border: 1.5px solid var(--border-soft);
	background: var(--cream);
	border-radius: 14px;
	padding: 14px 16px;
	font-family: var(--font-body);
	font-size: .92rem;
	color: var(--ink);
	transition: .3s;
	outline: none;
}

.form-control-custom::placeholder {
	color: var(--ink-soft);
	opacity: .6;
}

.form-control-custom:focus,
.form-select-custom:focus {
	border-color: var(--chili);
	background: #fff;
	box-shadow: 0 0 0 4px rgba(200, 29, 37, .08);
}

textarea.form-control-custom {
	resize: none;
	min-height: 110px;
}

.bg-basil .form-control-custom,
.bg-basil .form-select-custom {
	background: rgba(255, 255, 255, .06);
	border-color: rgba(255, 255, 255, .18);
	color: #fff;
}

.bg-basil .form-control-custom::placeholder {
	color: rgba(255, 255, 255, .5);
}

.bg-basil .form-control-custom:focus,
.bg-basil .form-select-custom:focus {
	background: rgba(255, 255, 255, .1);
	border-color: var(--mustard);
}

.form-success-msg {
	display: none;
	align-items: center;
	gap: 8px;
	color: var(--mustard);
	font-weight: 700;
	font-size: .88rem;
	margin-top: 14px;
}

.bg-basil select.form-select-custom option {
	color: #000;
}

/* ---------- Contact section ---------- */
.contact-info-card {
	display: flex;
	gap: 16px;
	align-items: flex-start;
	padding: 20px 0;
	border-bottom: 1px solid var(--border-soft);
}

.contact-info-card:last-child {
	border-bottom: none;
}

.contact-info-card .ci-ico {
	width: 50px;
	height: 50px;
	min-width: 50px;
	border-radius: 14px;
	background: var(--paper);
	color: var(--chili);
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 1.2rem;
}

.contact-info-card h6 {
	font-family: var(--font-display);
	font-weight: 700;
	margin-bottom: 3px;
	font-size: 1rem;
}

.contact-info-card p {
	margin: 0;
	font-size: .88rem;
}

.contact-form-card {
	background: var(--card);
	border-radius: 28px;
	padding: 44px;
	border: 1px solid var(--border-soft);
}

@media (max-width: 991px) {
	.reservation-img {
		min-height: 280px;
	}

	.reservation-img img {
		min-height: 280px;
	}

	.reservation-form-wrap {
		padding: 36px 26px;
	}

	.contact-form-card {
		padding: 30px 22px;
	}
}

@media (max-width: 991px) {
	.hero-art {
		height: 380px;
		margin-top: 50px;
	}

	.about-img-grid {
		height: 360px;
		margin-top: 40px;
	}

	.counter-grid {
		grid-template-columns: repeat(3, 1fr);
	}

	.ticket-item .ti-name {
		white-space: normal;
	}

	.cta-banner {
		text-align: center;
		padding: 40px 24px;
	}

	.cta-banner .cb-img {
		margin-top: 30px;
	}

	.countdown {
		justify-content: center;
	}
}

@media (max-width: 575px) {
	.p-tb-60 {
		padding: 20px;
	}

	.section-pad {
		padding: 64px 0;
	}

	.topbar .topbar-item:nth-child(2) {
		display: none;
	}

	.hero-stats {
		gap: 22px;
	}

	.newsletter-form {
		flex-direction: column;
	}

	.newsletter-form input {
		border-radius: 50px;
		margin-bottom: 10px;
	}

	.newsletter-form button {
		border-radius: 50px;
		padding: 14px;
	}
}


/* ============================================================
   RESTAURANTS LISTING PAGE — UI Fixes
   Covers: card alignment, search bar, filter sidebar,
           title color, hover, min order, time color, pagination
   ============================================================ */

/* ── Layout: equal-height cards in grid ── */
#filters_col~.col-lg-9 .row,
.col-lg-9 .row {
	align-items: stretch;
}

.col-md-6[data-aos] {
	display: flex;
	flex-direction: column;
}

.col-md-6[data-aos] .menu-card {
	flex: 1;
	/* margin-bottom: 0 !important; */
}

/* ──  table booking   ──────────────────────────────────────── */
#menu-page,
#menu-page * {
	font-family: 'Poppins', 'Inter', sans-serif;
}


.menu-breadcrumb-bar {
	background: #fff;
	border-bottom: 1px solid #eef0f2;
	padding: 11px 0;
}

.menu-breadcrumb-bar ul {
	list-style: none;
	padding: 0;
	margin: 0;
	display: flex;
	align-items: center;
	gap: 8px;
	font-size: 0.88rem;
	color: #6b7280;
}

.menu-breadcrumb-bar a {
	text-decoration: none;
	color: #6b7280;
}

.menu-breadcrumb-bar a:hover {
	color: #13aeea;
}

.menu-breadcrumb-bar .bc-active {
	color: #13aeea;
	font-weight: 600;
}

.menu-breadcrumb-bar .bc-sep {
	color: #d1d5db;
}

/* ── page wrapper ─────────────────────────────────────────── */
#menu-page {
	background: #f6f8fa;
	padding: 28px 0 60px;
}

/* ── LEFT SIDEBAR ─────────────────────────────────────────── */
.menu-sidebar-card {
	background: #fff;
	border-radius: 16px;
	border: 1px solid #eef0f2;
	box-shadow: 0 2px 12px rgba(0, 0, 0, 0.05);
	overflow: hidden;
	margin-bottom: 18px;
}

.menu-sidebar-card .sidebar-title {
	font-size: 0.7rem;
	font-weight: 700;
	letter-spacing: 0.1em;
	text-transform: uppercase;
	color: #9ca3af;
	padding: 16px 18px 10px;
	border-bottom: 1px solid #f3f4f6;
}

#cat_nav {
	list-style: none;
	padding: 8px 0;
	margin: 0;
}

#cat_nav li a {
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding: 10px 18px;
	font-size: 0.92rem;
	font-weight: 500;
	color: #374151;
	text-decoration: none;
	transition: background 0.15s, color 0.15s;
	border-left: 3px solid transparent;
}

#cat_nav li a:hover {
	background: #f0fbff;
	color: #13aeea;
	border-left-color: #13aeea;
}

#cat_nav li a.nav-active {
	background: #e8f7fd;
	color: #13aeea;
	border-left-color: #13aeea;
	font-weight: 600;
}

#cat_nav li a .cat-count {
	background: #f3f4f6;
	color: #6b7280;
	font-size: 0.75rem;
	font-weight: 600;
	padding: 2px 8px;
	border-radius: 20px;
	min-width: 26px;
	text-align: center;
}

#cat_nav li a:hover .cat-count,
#cat_nav li a.nav-active .cat-count {
	background: #d0effa;
	color: #13aeea;
}

/* back button */
.btn-back-search {
	display: flex;
	align-items: center;
	gap: 7px;
	background: #fff;
	border: 1px solid #e5e7eb;
	border-radius: 12px;
	padding: 10px 16px;
	font-size: 0.88rem;
	font-weight: 600;
	color: #374151;
	text-decoration: none;
	transition: all 0.2s;
	margin-bottom: 16px;
	box-shadow: 0 1px 4px rgba(0, 0, 0, 0.04);
}

.btn-back-search:hover {
	border-color: #13aeea;
	color: #13aeea;
	background: #f0fbff;
}

/* help box */
.help-box {
	background: linear-gradient(135deg, #f0fbff 0%, #e3f5fd 100%);
	border: 1px solid #b3e4f7;
	border-radius: 16px;
	padding: 18px;
	text-align: center;
}

.help-box .help-icon {
	width: 44px;
	height: 44px;
	background: #13aeea;
	border-radius: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
	margin: 0 auto 10px;
	color: #fff;
	font-size: 1.2rem;
}

.help-box h5 {
	font-size: 0.95rem;
	font-weight: 700;
	color: #1f2937;
	margin-bottom: 4px;
}

.help-box .help-phone {
	display: block;
	font-size: 0.9rem;
	font-weight: 600;
	color: #13aeea;
	text-decoration: none;
	margin-bottom: 4px;
}

.help-box .help-hours {
	font-size: 0.78rem;
	color: #6b7280;
}

/* ── CENTER MENU ──────────────────────────────────────────── */
.menu-main-wrap {}

.menu-section-heading {
	font-size: 1.05rem;
	font-weight: 700;
	color: #13aeea;
	text-transform: uppercase;
	letter-spacing: 0.07em;
	margin: 0 0 4px;
}

.menu-section-desc {
	font-size: 0.85rem;
	color: #6b7280;
	margin: 0 0 16px;
	font-style: italic;
}

.menu-title-main {
	font-size: 1.9rem;
	font-weight: 800;
	color: #1f2937;
	margin: 0 0 22px;
	letter-spacing: -0.02em;
}

/* item card */
.menu-item-card {
	display: flex;
	align-items: center;
	justify-content: space-between;
	background: #fff;
	border: 1px solid #eef0f2;
	border-radius: 16px;
	padding: 18px 18px 18px 20px;
	box-shadow: 0 2px 8px rgba(0, 0, 0, 0.04);
	transition: box-shadow 0.2s, transform 0.2s;
	margin-bottom: 14px;
	position: relative;
	z-index: 1;
}

.menu-item-card:hover,
.menu-item-card:focus-within {
	z-index: 50;
}

.menu-item-card.open-card {
	z-index: 100 !important;
}

.menu-item-info {
	flex: 1;
	padding-right: 18px;
}

.menu-item-name-row {
	display: flex;
	align-items: center;
	gap: 8px;
	margin-bottom: 4px;
}

.menu-item-name-row img {
	width: 18px;
	height: 18px;
	flex-shrink: 0;
}

.menu-item-name {
	font-size: 1.0rem;
	font-weight: 700;
	color: #1f2937;
	margin: 0;
	line-height: 1.3;
}

.menu-item-price-wrap {
	margin-bottom: 7px;
	display: flex;
	align-items: baseline;
	gap: 8px;
}

.menu-item-price-wrap .price-original {
	font-size: 0.85rem;
	color: #13aeea;
	text-decoration: line-through;
}

.menu-item-price-wrap .price-offer {
	font-size: 1.05rem;
	font-weight: 700;
	color: #1f2937;
}

.menu-item-price-wrap .price-only {
	font-size: 1.05rem;
	font-weight: 700;
	color: #1f2937;
}

.menu-item-desc {
	font-size: 0.83rem;
	color: #6b7280;
	margin: 0;
	line-height: 1.6;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	overflow: hidden;
}

.menu-item-action {
	display: flex;
	flex-direction: column;
	align-items: center;
	gap: 10px;
	min-width: 116px;
}

.menu-item-action figure {
	width: 110px;
	height: 110px;
	border-radius: 14px;
	overflow: hidden;
	margin: 0;
	flex-shrink: 0;
	box-shadow: 0 3px 10px rgba(0, 0, 0, 0.09);
}

.menu-item-action figure img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

/* ADD button */
.btn-add-item {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 5px;
	width: 100%;
	padding: 7px 0;
	background: #fff;
	color: #13aeea;
	border: 1.5px solid #13aeea;
	border-radius: 8px;
	font-size: 0.88rem;
	font-weight: 700;
	text-decoration: none;
	cursor: pointer;
	transition: background 0.2s, color 0.2s;
}

.btn-add-item:hover {
	background: #13aeea;
	color: #fff;
}

/* section divider */
.menu-section-divider {
	border: none;
	border-top: 1px solid #f3f4f6;
	margin: 6px 0 24px;
}

/* ── TABLE BOOKING MODAL ──────────────────────────────────── */
#tableBookingModal .modal-dialog {
	max-width: 750px;
}

#tableBookingModal .modal-content {
	border-radius: 16px;
	border: none;
	box-shadow: 0 10px 40px rgba(0, 0, 0, 0.15);
	background: #ffffff;
	overflow: hidden;
}

.booking-modal-header {
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding: 20px 24px 15px;
	border-bottom: 1px solid #f0f2f5;
}

.booking-modal-header h4 {
	font-family: 'Poppins', sans-serif;
	font-weight: 700;
	color: #1f2937;
	margin: 0;
	font-size: 1.35rem;
}

.btn-close-modern {
	background: #f1f5f9;
	border: none;
	border-radius: 50%;
	width: 32px;
	height: 32px;
	display: flex;
	align-items: center;
	justify-content: center;
	color: #64748b;
	transition: all 0.2s ease;
}

.btn-close-modern:hover {
	background: #e2e8f0;
	color: #13aeea;
	transform: rotate(90deg);
}

.booking-modal-header .btn-hide-booking {
	color: #13aeea;
	font-weight: 600;
	text-decoration: none;
	font-size: 0.95rem;
	transition: color 0.2s;
}

.booking-modal-header .btn-hide-booking:hover {
	color: #001ebb;
	text-decoration: underline;
}

.booking-container-box {
	border: 1px solid #cce5ff;
	background-color: #fafbfc;
	border-radius: 14px;
	padding: 24px;
	margin: 0 0 10px 0;
}

.booking-form-label {
	font-family: 'Poppins', sans-serif;
	font-weight: 600;
	color: #4b5563;
	font-size: 0.92rem;
}

.booking-form-control {
	background-color: #ffffff;
	border: 1px solid #d1d5db;
	border-radius: 8px;
	padding: 10px 14px;
	font-size: 0.92rem;
	color: #1f2937;
	width: 100%;
	transition: all 0.2s ease-in-out;
}

.booking-form-control:focus {
	border-color: #13aeea;
	outline: none;
	box-shadow: 0 0 0 3px rgba(1, 46, 215, 0.15);
	background-color: #ffffff;
}

.booking-form-control::placeholder {
	color: #9ca3af;
	opacity: 1;
}

.booking-input-wrapper {
	position: relative;
}

.booking-input-wrapper i {
	position: absolute;
	right: 14px;
	top: 50%;
	transform: translateY(-50%);
	color: #9ca3af;
	pointer-events: none;
	font-size: 1.1rem;
}

.booking-form-control[type="date"],
.booking-form-control[type="time"] {
	position: relative;
	padding-right: 40px;
}

.booking-form-control[type="date"]::-webkit-calendar-picker-indicator,
.booking-form-control[type="time"]::-webkit-calendar-picker-indicator {
	background: transparent;
	bottom: 0;
	color: transparent;
	cursor: pointer;
	height: auto;
	left: 0;
	position: absolute;
	right: 0;
	top: 0;
	width: auto;
}

.btn-booking-submit {
	/* background: linear-gradient(to right, #03186c, #324fc6); */
	background: linear-gradient(to right, #0c5876, #008fc7);
	border: none;
	border-radius: 8px;
	color: #ffffff;
	font-family: 'Poppins', sans-serif;
	font-weight: 700;
	font-size: 1.05rem;
	padding: 12px 30px;
	width: 100%;
	max-width: 320px;
	margin: 15px auto 0;
	display: block;
	box-shadow: 0 4px 15px rgb(0 84 230 / 30%);
	transition: all 0.25s ease;
}

.btn-booking-submit:hover {
	transform: translateY(-2px);
	box-shadow: 0 6px 20px rgba(0, 84, 230, 0.45);
	/* background: linear-gradient(to right, #324fc6, #03186c); */
	background: linear-gradient(to right,#008fc7, #0c5876);
	color: #ffffff;
}

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

n-top: 2px;
	display: block;
	font-weight: 500;
	position: absolute;
	top: 100%;
	left: 15px;
	white-space: nowrap;
}


.cart-top-accent {
	height: 4px;
	background: linear-gradient(90deg, #13aeea, #61d2ff);
}

#cart_box {
	padding: 20px 18px 4px;
}

#cart_box h3 {
	font-size: 1.15rem;
	font-weight: 800;
	color: #1f2937;
	margin-bottom: 14px;
	display: flex;
	align-items: center;
	justify-content: space-between;
	font-family: 'Poppins', sans-serif;
}

#cart_box h3 .icon_cart_alt {
	color: #13aeea;
	font-size: 1.2rem;
}

#cart_box h4 {
	font-size: 0.95rem;
	color: #9ca3af;
	text-align: center;
	font-weight: 500;
	padding: 16px 0;
}

/* cart items table */
.table_summary {
	width: 100%;
	font-size: 0.87rem;
	margin-bottom: 0;
}

.table_summary td {
	padding: 5px 2px;
	color: #374151;
	vertical-align: middle;
}

.table_summary td strong {
	font-weight: 700;
	color: #1f2937;
}

.table_summary .total td {
	font-weight: 800;
	font-size: 1rem;
	color: #1f2937;
	padding-top: 10px;
}

.table_summary .total .float-right {
	color: #13aeea;
	font-size: 1.05rem;
}

.remove_item {
	color: #d1d5db;
	margin-right: 6px;
	transition: color 0.15s;
}

.remove_item:hover {
	color: #ef4444;
}

.remove_item_disabled {
	pointer-events: none;
	opacity: 0.3;
}

/* delivery/pickup tab row */
#options_2 {
	margin: 4px 0;
}

#options_2 label {
	display: flex;
	align-items: center;
	gap: 6px;
	font-size: 0.88rem;
	font-weight: 600;
	color: #374151;
	cursor: pointer;
	padding: 6px 0;
}

#options_2 input[type="radio"] {
	accent-color: #13aeea;
	width: 15px;
	height: 15px;
}

/* cart totals divider */
#cart_box hr {
	border: none;
	border-top: 1px solid #f3f4f6;
	margin: 10px 0;
}

/* promo & checkout live in cart-addon / instructions — scoped below */
.addon-wrap {
	padding: 0 18px 18px;
}

/* checkout button (rendered by add-to-cart element) */
.btn_full,
a.btn_full {
	display: block;
	width: 100%;
	text-align: center;
	background: #13aeea;
	color: #fff !important;
	font-family: 'Poppins', sans-serif;
	font-size: 0.97rem;
	font-weight: 700;
	padding: 13px 0;
	border-radius: 12px;
	border: none;
	cursor: pointer;
	text-decoration: none;
	letter-spacing: 0.02em;
	transition: background 0.2s, box-shadow 0.2s;
	box-shadow: 0 4px 14px rgba(17, 172, 233, 0.25);
	margin-top: 12px;
}

.btn_full:hover {
	background: var(--basil-dark, #0e98d4);
	box-shadow: 0 6px 20px rgba(17, 172, 233, 0.35);
}

/* promo code input area */
#promoCodeInput {
	border: 1px solid #e5e7eb;
	border-radius: 8px 0 0 8px;
	padding: 9px 12px;
	font-size: 0.88rem;
	outline: none;
	font-family: 'Poppins', sans-serif;
	flex: 1;
}

#promoCodeInput:focus {
	border-color: #13aeea;
}

#promoCodeSubmitBtn {
	background: #13aeea;
	color: #fff;
	border: none;
	border-radius: 0 8px 8px 0;
	padding: 9px 14px;
	font-size: 0.88rem;
	font-weight: 700;
	cursor: pointer;
	font-family: 'Poppins', sans-serif;
	transition: background 0.2s;
}

#promoCodeSubmitBtn:hover {
	background: var(--basil-dark, #0e98d4);
}

/* secure checkout label */
.secure-checkout-label {
	text-align: center;
	font-size: 0.78rem;
	color: #9ca3af;
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 5px;
	padding: 8px 0 4px;
	font-family: 'Poppins', sans-serif;
}

/* Fix Chrome/Safari GPU rendering/repaint bug on scroll with AOS */
[data-aos].aos-animate,
[data-aos^=fade].aos-animate,
[data-aos^=zoom].aos-animate,
[data-aos^=slide].aos-animate,
[data-aos^=flip].aos-animate {
	transform: none !important;
}

/* Header Fallback */
.parallax-window {
	position: relative;
	min-height: 320px;
	background-color: #0f172a;
	background-size: cover;
	background-position: center;
	display: flex;
	align-items: center;
	justify-content: center;
}

#subheader {
	width: 100%;
	text-align: center;
	color: #fff;
	padding: 60px 0 50px;
	background: transparent;
}

#subheader h1 {
	color: #fff;
	font-size: 3.2rem;
	font-weight: 800;
	margin-bottom: 30px;
	letter-spacing: -0.02em;
	text-shadow: 0 4px 16px rgba(0, 0, 0, 0.4);
}

.bs-wizard {
	margin-top: 20px;
	padding: 0 15px;
	display: flex;
	justify-content: center;
	max-width: 600px;
	margin-left: auto;
	margin-right: auto;
}

.bs-wizard-step {
	flex: 1;
	position: relative;
}

.bs-wizard-stepnum {
	color: rgba(255, 255, 255, 0.8);
	font-weight: 600;
	font-size: 0.95rem;
	margin-bottom: 12px;
	text-transform: uppercase;
	letter-spacing: 0.05em;
}

.bs-wizard-step.active .bs-wizard-stepnum {
	color: #fff;
	font-weight: 800;
}

.bs-wizard-step.complete .bs-wizard-stepnum {
	color: #ffffff;
}

.bs-wizard-dot {
	background: #1e293b !important;
	border: 4px solid rgba(255, 255, 255, 0.3);
	width: 22px;
	height: 22px;
	display: inline-block;
	border-radius: 50%;
	margin: 0 auto;
	position: relative;
	z-index: 10;
	transition: all 0.3s;
}

.bs-wizard-step.active .bs-wizard-dot {
	border-color: #ffffff;
	background: #c2c2c2a6 !important;
	box-shadow: 0 0 0 4px rgba(20, 175, 237, 0.2);
}

.bs-wizard-step.complete .bs-wizard-dot {
	border-color: #ffffff;
	background: #ffffff !important;
}

.bs-wizard .progress {
	height: 6px;
	background-color: rgba(255, 255, 255, 0.15);
	border-radius: 6px;
	margin: -14px auto 10px;
	overflow: hidden;
	position: relative;
	z-index: 5;
	width: 100%;
	box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.2);
}

.bs-wizard .progress-bar {
	background-color: #13aeea;
	height: 100%;
	transition: width 0.4s ease;
}
/* ── CARD: refined base ── */
.menu-card {
	background: var(--card);
	border-radius: 22px;
	overflow: hidden;
	border: 1px solid var(--border-soft);
	box-shadow: 0 4px 18px -6px rgba(36, 22, 8, .12);
	transition: transform .38s cubic-bezier(.25, .46, .45, .94),
		box-shadow .38s cubic-bezier(.25, .46, .45, .94),
		border-color .25s;
	height: 100%;
	position: relative;
	margin-bottom: 24px;
}

/* ── CARD hover: warm overlay + lift ── */
.menu-card:hover {
	transform: translateY(-8px);
	box-shadow: 0 28px 48px -18px rgba(36, 22, 8, .26);
	border-color: var(--mustard);
}

/* Subtle warm tint on card body on hover */
.menu-card:hover .mc-body {
	background: #FFFAF3;
}

/* ── CARD body layout ── */
.menu-card .mc-body {
	padding: 20px 20px 18px;
	transition: background .3s;
}

/* ── CARD title (restaurant name) ── */
.menu-card h6 {
	font-family: var(--font-display);
	font-weight: 700;
	font-size: 1.1rem;
	margin-bottom: 5px;
	line-height: 1.3;
	/* Rich dark basil-green color for title */
	color: var(--basil) !important;
	transition: color .2s;
}

.menu-card h6 a {
	color: var(--basil) !important;
	text-decoration: none !important;
}

.menu-card:hover h6,
.menu-card:hover h6 a {
	color: var(--chili-dark) !important;
}

/* ── Address row ── */
.menu-card .mc-price {
	font-size: 0.82rem;
	font-weight: 500;
	color: var(--ink-soft) !important;
	font-family: var(--font-body);
	line-height: 1.55;
}

/* ── MIN ORDER — highlighted accent badge ── */
.menu-card .mc-min-order {
	display: inline-block;
	margin-top: 7px;
	font-size: 0.78rem;
	font-weight: 700;
	color: var(--basil) !important;
	background: rgba(242, 169, 59, .18);
	border: 1px solid rgba(242, 169, 59, .45);
	border-radius: 50px;
	padding: 3px 11px;
	letter-spacing: .01em;
}

.dropdown-options .dropdown-menu {
	width: 350px;
	min-width: 350px;
	max-height: 350px !important;
	overflow-y: auto !important;
	overflow-x: hidden !important;
	padding: 10px 20px !important;
	border-radius: 12px !important;
	box-shadow: 0 10px 40px rgba(0, 0, 0, 0.15) !important;
}

#cart_boxN {
	background: #fff !important;
	border-radius: 18px !important;
	box-shadow: 0 4px 24px rgba(0, 0, 0, 0.08) !important;
	border: 1px solid #eef0f2 !important;
	padding: 0 !important;
	overflow: hidden !important;
	position: relative !important;
	margin-bottom: 10px;
}

#position ul li {
	display: inline-block;
	margin-right: 15px;
	color: #159ace;
}

#position ul li a {
	color: #1f2937;
	text-decoration: none;
	font-weight: 500;
	transition: color 0.2s;
}

#position ul li a:hover {
	color: #14afed;
}

#position ul li:not(:last-child):after {
	content: "/";
	margin-left: 15px;
	color: #d1d5db;
}

/* Apply min-order highlight to the inline div that contains "Min order:" text */
.menu-card .mc-body>div[style*="margin-top:5px"],
.menu-card .mc-body>div:nth-child(4) {
	display: inline-block;
	margin-top: 7px !important;
	font-size: 0.78rem !important;
	font-weight: 700 !important;
	color: var(--basil) !important;
	/* background: rgba(242, 169, 59, .18) !important; */
	/* border: 1px solid rgba(242, 169, 59, .45) !important; */
	background: rgb(59 193 242 / 18%) !important;
	border: 1px solid rgb(59 191 242 / 45%) !important;
	border-radius: 50px !important;
	padding: 10px 10px !important;
}

/* ── TIME row: open = green, closed = red ── */
.menu-card .mc-body>div:last-child {
	margin-top: 8px !important;
}

.menu-card .opening {
	display: inline-flex;
	align-items: center;
	gap: 5px;
	font-size: 0.78rem;
	font-weight: 600;
	color: #166534 !important;
	/* deep green */
	background: #dcfce7 !important;
	border: 1px solid #bbf7d0 !important;
	border-radius: 50px;
	padding: 3px 11px;
}

.menu-card .opening::before {
	content: '';
	display: inline-block;
	width: 7px;
	height: 7px;
	border-radius: 50%;
	background: #16a34a;
	flex-shrink: 0;
}

/* Stars row */
.menu-card .mc-stars {
	color: var(--mustard);
	font-size: .78rem;
	margin-bottom: 5px;
}

/* Popular tag */


/* ── SEARCH BAR (#tools) ── */
#tools {
	margin-bottom: 22px;
}

#tools .form-control,
#searchrname.form-control {
	height: 50px;
	border-radius: 50px !important;
	padding: 12px 22px !important;
	font-size: 0.9rem;
	font-family: var(--font-body);
	color: var(--ink);
	background: #fff !important;
	border: 1.5px solid var(--border-soft) !important;
	box-shadow: 0 2px 10px -4px rgba(36, 22, 8, .10) !important;
	transition: border-color .2s, box-shadow .2s;
	width: 100%;
}

#tools .form-control:focus,
#searchrname.form-control:focus {
	border-color: var(--mustard) !important;
	box-shadow: 0 0 0 3px rgba(242, 169, 59, .18) !important;
	outline: none;
}

/* ── LEFT FILTER SIDEBAR ── */
#filters_col {
	background: #fff;
	border-radius: 20px;
	border: 1px solid var(--border-soft);
	box-shadow: 0 4px 18px -6px rgba(36, 22, 8, .10);
	padding: 1rem;
	margin-bottom: 24px;
	position: sticky;
	top: 80px;
}

/* @media (min-width: 992px) {
	#filters_col {
		min-height: calc(100vh - 100px);
	}
} */

/* Filters toggle label */
#filters_col_bt {
	font-family: var(--font-display);
	font-weight: 700;
	font-size: 1rem;
	color: var(--basil);
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding-bottom: 12px;
	border-bottom: 1.5px solid var(--border-soft);
	margin-bottom: 14px;
	cursor: pointer;
	text-decoration: none !important;
}

.filter_type {
	margin-top: 15px;
}

/* Filter section headings */
.filter_type h6 {
	font-family: var(--font-display);
	font-weight: 700;
	font-size: .82rem;
	color: var(--ink);
	text-transform: uppercase;
	letter-spacing: .04em;
	margin: 30px 0 6px;
}

/* Address input inside filter */
#resaddress.form-control {
	border-radius: 10px !important;
	border: 1.5px solid var(--border-soft) !important;
	padding: 9px 32px 9px 12px !important;
	font-size: .85rem !important;
	color: var(--ink);
	background: var(--cream) !important;
	transition: border-color .2s;
}

#resaddress.form-control:focus {
	border-color: var(--mustard) !important;
	outline: none;
}

/* Filter checkbox list */
.filter_type ul {
	list-style: none;
	padding: 0;
	margin: 0;
}

.filter_type ul li {
	padding: 5px 0;
	font-size: .85rem;
	color: var(--ink-soft);
}

.filter_type ul li label {
	font-weight: 500;
	cursor: pointer;
	display: flex;
	align-items: center;
	gap: 7px;
}

/* Apply button */
input.btn_full.btn-regitser,
.btn_full.btn-regitser {
	display: block;
	width: 100%;
	padding: 11px 20px;
	border-radius: 50px;
	background: var(--ink) !important;
	color: #fff !important;
	font-family: var(--font-body);
	font-weight: 700;
	font-size: .88rem;
	border: none;
	cursor: pointer;
	text-align: center;
	transition: background .2s, transform .2s;
	margin-bottom: 8px;
}

input.btn_full.btn-regitser:hover,
.btn_full.btn-regitser:hover {
	background: var(--basil-dark) !important;
	transform: translateY(-1px);
}

/* cart button  */
.cart-modern {
	font-family: 'Poppins', sans-serif;
}

.cart-modern h3 {
	font-size: 1.35rem;
	font-weight: 800;
	color: #1f2937;
	margin-bottom: 14px;
}

.cart-item-row td {
	font-size: 0.87rem;
	padding: 6px 0;
	border: none;
}

.cart-item-qty {
	color: #14afed;
	font-weight: 700;
}

.cart-divider {
	border: none;
	border-top: 1px solid #f0f0f0;
	margin: 12px 0;
}

/* Underline Tab Style - exact like mockup */
.order-tabs {
	display: flex;
	border-bottom: 1px solid #e5e7eb;
	margin: 8px 0 16px;
}

.order-tabs label {
	flex: 1;
	text-align: center;
	padding: 10px 0;
	cursor: pointer;
	font-size: 0.9rem;
	font-weight: 600;
	color: #9ca3af;
	margin: 0;
	position: relative;
	transition: color 0.2s;
}

.order-tabs label.tab-active {
	color: #1f2937;
}

.order-tabs label.tab-active::after {
	content: '';
	position: absolute;
	bottom: -1px;
	left: 0;
	right: 0;
	height: 2px;
	background: #14afed;
	border-radius: 2px;
}

.order-tabs input[type=radio] {
	display: none;
}

.cart-summary td {
	font-size: 0.87rem;
	padding: 7px 0;
	border: none;
	color: #6b7280;
}

.cart-summary .val {
	font-weight: 600;
	color: #1f2937;
}

.cart-summary .total-label {
	font-weight: 800;
	font-size: 1rem;
	color: #1f2937;
}

.cart-summary .total-val {
	font-weight: 800;
	font-size: 1.05rem;
	color: #14afed;
}

.promo-box {
	background: #f8f9fa;
	border-radius: 12px;
	padding: 14px 16px;
	margin: 14px 0;
}

.promo-box p {
	font-size: 0.85rem;
	font-weight: 600;
	color: #4b5563;
	margin-bottom: 10px;
}

.promo-input-row {
	display: flex;
	gap: 8px;
}

.promo-input-row input {
	flex: 1;
	border: 1px solid #e5e7eb;
	border-radius: 8px;
	padding: 9px 12px;
	font-size: 0.85rem;
	background: #fff;
	outline: none;
	color: #374151;
}

.promo-input-row input:focus {
	border-color: #14afed;
}

.promo-apply-btn {
	background: #fff;
	color: #14afed;
	border: 1.5px solid #14afed;
	border-radius: 8px;
	padding: 8px 16px;
	font-weight: 700;
	font-size: 0.85rem;
	cursor: pointer;
	white-space: nowrap;
	transition: all 0.2s;
}

.promo-apply-btn:hover {
	background: #14afed;
	color: #fff;
}

.btn-checkout {
	display: block;
	width: 100%;
	background: var(--ink);
	color: #fff;
	text-align: center;
	padding: 14px;
	border-radius: 30px;
	font-weight: 700;
	font-size: 1rem;
	text-decoration: none;
	border: none;
	cursor: pointer;
	transition: all 0.2s;
	box-shadow: 0 4px 14px rgba(20, 175, 237, 0.35);
	margin-top: 14px;
}

.btn-checkout:hover {
	background: #0d9bd8;
	color: #fff;
	transform: translateY(-2px);
	box-shadow: 0 6px 20px rgba(20, 175, 237, 0.45);
}

.secure-checkout {
	text-align: center;
	font-size: 0.8rem;
	color: #9ca3af;
	margin-top: 10px;
}

.secure-checkout i {
	margin-right: 4px;
}

/* Reset button  */
a.btn_full.btn-reset,
.btn-reset {
	display: block;
	width: 100%;
	padding: 11px 20px;
	border-radius: 50px;
	background: transparent !important;
	color: var(--ink-soft) !important;
	font-family: var(--font-body);
	font-weight: 600;
	font-size: .88rem;
	border: 1.5px solid var(--border-soft) !important;
	cursor: pointer;
	text-align: center;
	transition: background .2s, color .2s;
	text-decoration: none !important;
}

a.btn_full.btn-reset:hover,
.btn-reset:hover {
	background: var(--ink) !important;
	color: #fff !important;
	border-color: var(--ink) !important;
}

/* Top Reset link above sidebar */
p>a.btn_full.btn-reset {
	margin-bottom: 12px;
}

/* ── PAGINATION ── */
.pagination {
	display: flex !important;
	align-items: center;
	justify-content: center;
	flex-wrap: wrap;
	gap: 6px;
	float: none !important;
	margin: 28px 0 8px;
	padding: 0;
	list-style: none;
	width: 100%;
}

/* CakePHP Paginator outputs <span> wrapped in <li> or plain <span> */
.pagination span,
.pagination li span,
.pagination li a,
.pagination a {
	display: inline-flex !important;
	align-items: center;
	justify-content: center;
	min-width: 38px;
	height: 38px;
	padding: 0 13px;
	border-radius: 50px !important;
	border: 1.5px solid var(--border-soft) !important;
	background: #fff;
	color: var(--ink) !important;
	font-family: var(--font-body);
	font-size: .85rem;
	font-weight: 600;
	text-decoration: none !important;
	transition: background .2s, border-color .2s, color .2s;
	cursor: pointer;
}

.pagination span:hover,
.pagination li a:hover,
.pagination a:hover {
	background: var(--mustard) !important;
	border-color: var(--mustard) !important;
	color: var(--ink) !important;
}

/* Active page number */
.pagination .current,
.pagination li.active span,
.pagination li.active a {
	background: var(--basil) !important;
	border-color: var(--basil) !important;
	color: #fff !important;
}

/* Prev / Next buttons */
.pagination .prev,
.pagination .next,
.pagination li.prev a,
.pagination li.next a {
	background: var(--cream);
	border-color: var(--border-soft) !important;
	color: var(--basil) !important;
	font-weight: 700;
	padding: 0 18px;
}

.pagination .prev:hover,
.pagination .next:hover,
.pagination li.prev a:hover,
.pagination li.next a:hover {
	background: var(--basil) !important;
	border-color: var(--basil) !important;
	color: #fff !important;
}

/* Disabled prev/next */
.pagination .disabled span,
.pagination li.disabled span {
	opacity: .4;
	pointer-events: none;
	cursor: default;
}

/* Pagination wrapper alignment */
div.pagination {
	display: flex !important;
	float: none !important;
	justify-content: center;
	padding: 8px 0 0;
}

.btn_1 {
	background-color: var(--chili);
	border-color: var(--chili);
	color: #fff;
	padding: 15px 20px;
	border-bottom: none;
	border-radius: 10px;
	width: 180px;
}

/* ==========================================================================
   GLOBAL RESPONSIVE FIXES
   ========================================================================== */
img {
	max-width: 100%;
	height: auto;
}

@media (max-width: 991px) {
	.section-pad {
		padding: 60px 0 !important;
	}

	.parallax-window#short {
		height: 250px !important;
	}

	.parallax-window#short h1 {
		font-size: 2rem !important;
	}
}

@media (max-width: 767px) {
	.section-pad {
		padding: 40px 0 !important;
	}

	.dropdown-options .dropdown-menu {
		width: 300px !important;
		min-width: 300px !important;
	}

	.parallax-window#short {
		height: 200px !important;
	}

	.parallax-window#short h1 {
		font-size: 1.8rem !important;
	}

	h1 {
		font-size: 2rem !important;
	}

	h2 {
		font-size: 1.5rem !important;
	}

	h3 {
		font-size: 1.2rem !important;
	}

	.container {
		padding-left: 15px !important;
		padding-right: 15px !important;
	}

	.legal-wrapper .panel-group {
		padding: 1.5rem !important;
	}

	.app-card {
		padding: 15px !important;
	}

	/* Modals */
	.modal-dialog {
		margin: 0.5rem !important;
	}

	.modal-content.p-4 {
		padding: 1.5rem !important;
	}

	/* Pagination */
	.pagination {
		flex-wrap: wrap;
	}

	table.table,
	table.shop_table {
		display: block;
		width: 100%;
		overflow-x: auto;
		-webkit-overflow-scrolling: touch;
		white-space: nowrap;
	}

	/* Margin overrides */
	.margin_60 {
		margin-top: 30px !important;
		margin-bottom: 30px !important;
	}

	.pt-5,
	.py-5 {
		padding-top: 2rem !important;
	}

	.pb-5,
	.py-5 {
		padding-bottom: 2rem !important;
	}

	.p-5 {
		padding: 2rem !important;
	}
}

@media (max-width: 575px) {
	.app-buttons {
		flex-direction: column;
	}

	.app-btn {
		width: 100%;
	}

	.btn_1 {
		width: 100% !important;
	}
}


/* Global Validation Fix */
label.error,
.error-message,
.help-block.form-error,
.form-group label.error {
	color: #ef4444 !important;
	font-size: 0.85rem !important;
	margin-top: 6px !important;
	margin-bottom: 0 !important;
	display: block !important;
	font-weight: 500 !important;
}