:root {
	--tcd-pink: #b02a6a;
	--tcd-blue: #114b63;
	--tcd-black: #000000;
	--tcd-light-blue: #f0f7f9;
	--text-gray: #333;
}

.content-block {
	font-family: "Segoe UI", Tahoma, Geneva, Verdana, sans-serif;
	background-color: #f4f4f4;
	display: flex;
	flex-direction: column;
	align-items: center;
	padding: 20px;
	margin: 0;
}

@media (max-width: 768px) {
	.content-block {
		padding: 5px;
	}
}

/* Top Navigation Buttons */
.menu-header {
	display: flex;
	gap: 20px;
	margin-bottom: 20px;
	width: 100%;
	max-width: 900px;
}

.tab-btn {
	flex: 1;
	padding: 12px;
	border-radius: 25px;
	border: none;
	color: white;
	font-weight: bold;
	cursor: pointer;
	text-align: center;
}






.btn-pink {
	background-color: var(--tcd-pink);
	color: white;
}

.btn-black {
	background-color: var(--tcd-black);
	color: white;
}

/* Active button */
.tab-btn.active {
	background-color: var(--tcd-pink);
	color: white;
}









/* Main Container */
.dine-in-container {
	display: flex;
	gap: 20px;
	width: 1400px;
	background: white;
	padding: 15px;
	border: 1px solid #ccc;
	border-radius: 8px;
}

@media (max-width: 1200px) {
	.dine-in-container {
		width: 100%;
	}
}

@media (max-width: 768px) {
	.dine-in-container {
		padding: 0px;
		flex-direction: column;
		width: 100%;
	}
}

/* Left Branding Panel */
.branding-panel {
	flex: 1;
	background-color: var(--tcd-blue);
	color: white;
	border-radius: 5px;
	padding: 40px 20px;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	text-align: center;
	position: relative;
	min-width: 300px;
}

.logo-box {
	background: white;
	padding: 20px;
	border-radius: 50px;
	margin-bottom: 50px;
	width: 180px;
}

.main-title {
	font-size: 3rem;
	margin: 0;
	letter-spacing: 2px;
}

.sub-title {
	font-size: 1.5rem;
	font-weight: 300;
}

/* Right Menu Panel */
.menu-panel {
	flex: 1.5;
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 20px;
	padding: 10px;
	background: var(--tcd-light-blue);
}

.menu-section {
	margin-bottom: 15px;
}

.section-title {
	background-color: #4a5a71;
	color: white;
	padding: 4px 10px;
	font-size: 0.9rem;
	text-transform: uppercase;
	margin-bottom: 8px;
	display: block;
}

.menu-item {
	display: flex;
	justify-content: space-between;
	font-size: 0.85rem;
	margin-bottom: 3px;
	color: #2c3e50;
	font-weight: 600;
}

.price {
	color: #2c3e50;
}

.extra-info {
	font-size: 0.7rem;
	font-style: italic;
	color: #666;
	margin-bottom: 5px;
}

/* Small Logo/Image squares */
.footer-logo {
	grid-column: span 1;
	background: white;
	padding: 10px;
	text-align: center;
	border: 1px solid #ddd;
}

@media (max-width: 768px) {
	.container {
		flex-direction: column;
	}

	.menu-panel {
		grid-template-columns: 1fr;
	}
}

.text-orange {
	color: #d35400;
}

.bg-orange-light {
	background-color: #ffecd1;
}

.search-bar {
	border: 1px solid #eee;
	padding: 10px 40px;
}

.category-nav {
	gap: 10px;
	white-space: nowrap;
}

.btn-category {
	background: white;
	border: 1px solid #ddd;
	border-radius: 20px;
	padding: 5px 20px;
	font-size: 0.9rem;
	color: black;
}

.btn-category.active {
	background: #d35400;
	color: white;
	border-color: #d35400;
}

/* Card Themes */
.card {
	border-radius: 15px;
}

.bg-pink-light {
	background-color: #fff0f3;
}

.bg-blue-light {
	background-color: #f0f7ff;
}

.menu-card-item {
	transition: transform 0.2s;
}

.menu-card-item:hover {
	transform: translateY(-5px);
}

.price-title {
	color: #d35400;
	font-size: 1.1rem;
	font-weight: bold;
}

.search-icon {
	position: absolute;
	top: 50%;
	left: 30px;
	transform: translateY(-50%);
	pointer-events: none;
}

.items-name {
	font-weight: 600;
	color: #2c3e50;
}

:root {
	/* Professional Color Palette */
	--color-bg: #080c12;
	--color-surface: #0e141d;
	--color-primary: #c5a059;
	/* Muted Champagne Gold */
	--color-text-main: #ffffff;
	--color-text-muted: #94a3b8;
	--color-border: rgba(197, 160, 89, 0.2);

	/* Layout Constants */
	--container-width: 1200px;
	--transition-smooth: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}

/* Reset & Base */
* {
	margin: 0;
	padding: 0;
	box-sizing: border-box;
}

body {
	background-color: var(--color-bg);
	color: var(--color-text-main);
	font-family: "Inter", sans-serif;
	-webkit-font-smoothing: antialiased;
	line-height: 1.5;
	/* padding-bottom: 5rem; */
}

.container {
	max-width: var(--container-width);
	margin: 0 auto;
	padding: 0 1.5rem;
}

/* --- Header Section --- */
.brand {
	text-align: center;
	padding: 2rem 0;
}

@media (max-width: 992px) {
	.brand {
		padding: 1.5rem 0;
	}
}

.brand__logo {
	font-family: "Playfair Display", serif;
	font-size: clamp(2.5rem, 5vw, 3.5rem);
	font-style: italic;
	letter-spacing: -1px;
	margin-bottom: 0.5rem;
}

.brand__logo span {
	color: var(--color-primary);
}

.brand__subtitle {
	text-transform: uppercase;
	letter-spacing: 0.3em;
	font-size: 0.75rem;
	color: var(--color-text-muted);
	font-weight: 600;
}

/* --- Grid Layout --- */
.menu-grid {
	display: grid;
	grid-template-columns: repeat(12, 1fr);
	gap: 2.5rem;
}

.menu-column {
	grid-column: span 6;
}

@media (max-width: 992px) {
	.menu-column {
		grid-column: span 12;
	}
}

@media (max-width: 576px) {
	.menu-grid {
		gap: 1.5rem;
	}
}

/* --- Menu Components (BEM) --- */
.section {
	margin-bottom: 2rem;
}

.section__title {
	font-family: "Playfair Display", serif;
	color: var(--color-primary);
	font-size: 1.5rem;
	text-transform: uppercase;
	letter-spacing: 2px;
	margin-bottom: 0.5rem;
	display: flex;
	align-items: center;
	gap: 1.5rem;
}

.section__title::after {
	content: "";
	height: 1px;
	flex-grow: 1;
	background: linear-gradient(to right, var(--color-border), transparent);
}

/* Menu Item Leader Pattern */
.menu-item {
	display: flex;
	align-items: baseline;
	/* margin-bottom: 1.25rem; */
	transition: var(--transition-smooth);
}

.menu-item:hover .menu-item__name {
	color: var(--color-primary);
}

.menu-item__name {
	font-weight: 500;
	text-transform: uppercase;
	font-size: 0.875rem;
	letter-spacing: 0.5px;
	white-space: nowrap;
}

@media (max-width: 576px) {
	.menu-item__name {
		font-size: 0.8rem;
		white-space: wrap;
	}
}

.menu-item__leader {
	flex-grow: 1;
	border-bottom: 1px dotted rgba(255, 255, 255, 0.1);
	margin: 0 0.75rem;
	position: relative;
	top: -4px;
}

.menu-item__prices {
	display: flex;
	gap: 1.5rem;
	font-variant-numeric: tabular-nums;
}

@media (max-width: 576px) {
	.menu-item__prices {
		gap: 0.8rem;
	}
}

.price-group {
	display: flex;
	flex-direction: column;
	align-items: flex-end;
	min-width: 60px;
}

.price-group__label {
	font-size: 0.9rem;
	color: var(--color-primary);
	text-transform: uppercase;
	font-weight: 600;
	margin-bottom: 2px;
}

.price-group__value {
	font-size: 0.9rem;
}

/* Featured Image Card */
.featured-card {
	border-radius: 4px;
	overflow: hidden;
	position: relative;
	border: 1px solid var(--color-border);
	aspect-ratio: 16 / 9;
}

.featured-card img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	opacity: 0.8;
	transition: var(--transition-smooth);
}

.featured-card:hover img {
	opacity: 1;
	transform: scale(1.02);
}

/* --- Footer Info --- */
.menu-footer {
	margin-top: 4rem;
	text-align: center;
	color: var(--color-text-muted);
	font-size: 0.8rem;
	border-top: 1px solid var(--color-border);
	padding-top: 2rem;
}

:root {
	--tcd-pink: #bc2a6d;
	--tcd-gold: #c5a059;
	--text-muted: #666;
}

body {
	font-family: "Poppins", sans-serif;
	background-color: #fff;
	color: #333;
	/* padding: 20px; */
}

.header-title {
	color: var(--tcd-pink);
	font-family: "Playfair Display", serif;
	font-weight: bold;
}

.food-menu-label {
	color: var(--tcd-gold);
	font-family: "Playfair Display", serif;
	font-style: italic;
	text-align: right;
}

.category-title {
	color: var(--tcd-pink);
	font-family: "Playfair Display", serif;
	font-style: italic;
	font-size: 1.1rem;
	border-bottom: 1px solid #f0f0f0;
	margin-top: 18px;
	margin-bottom: 12px;
}

@media (max-width: 576px) {
	.category-title {
		font-size: 1rem;
		margin-top: 10px;
	}
}

.menu-item {
	margin-bottom: 12px;
	font-size: 0.8rem;
}

.item-header {
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
	font-weight: 600;
}

.item-name {
	display: flex;
	align-items: center;
	gap: 6px;
}

.veg-icon,
.non-veg-icon {
	width: 10px;
	height: 10px;
	border: 1px solid;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 6px;
	flex-shrink: 0;
}

.veg-icon {
	border-color: green;
	color: green;
}

.veg-icon::after {
	content: "●";
}

.non-veg-icon {
	border-color: #a02020;
	color: #a02020;
}

.non-veg-icon::after {
	content: "▲";
}

.item-desc {
	color: var(--text-muted);
	font-size: 0.7rem;
	margin-top: 1px;
	line-height: 1.2;
	/* padding-left: 16px; */
}

@media (max-width: 576px) {
	.item-desc {
		font-size: 0.65rem;
	}
}

.price-table {
	width: 100%;
	font-size: 0.75rem;
	text-align: right;
	margin-bottom: 10px;
}

.price-table th {
	color: var(--tcd-pink);
	font-weight: normal;
	font-size: 0.65rem;
	text-align: start;
}

.price-table td {
	padding: 2px 0;
	border-bottom: 0.5px solid #fafafa;
	text-align: start;
}
