/* --- LAYOUT FIX FOR FULL HEIGHT AND MOBILE --- */

html, body {
	height: 100%;
	margin: 0;
	padding: 0;
	box-sizing: border-box;
	font-size: 18px;
}

body {
	min-height: 100vh;
	display: flex;
	flex-direction: column;
	font-family: Arial, sans-serif;
	background: #fff;
	font-size: 1.15rem;
}

.content {
	flex: 1 0 auto;
	padding: 24px 0px;
	width: 100vw;
	max-width: 100vw;
	box-sizing: border-box;
}

footer.footer {
	flex-shrink: 0;
	text-align: center;
	padding: 16px 0 8px 0;
	background: #faf6f0;
	font-size: 1rem;
}

@media (max-width: 600px) {
	html, body {
		font-size: 17px;
	}
	.content {
		padding: 4vw 0vw 4vw 0vw;
		width: 100vw;
		font-size: 1.13rem;
	}
	header.header-white {
		flex-direction: column;
		align-items: flex-start;
		padding: 10px 2vw;
		width: 100vw;
	}
	nav {
		width: 100vw;
		display: flex;
		flex-wrap: wrap;
		gap: 8px;
	}
	.logo img {
		height: 40px !important;
	}
	.menu-slider-block, .menu-section, .order-qr, .contact-section {
		max-width: 98vw !important;
		width: 98vw !important;
		padding-left: 2vw !important;
		padding-right: 2vw !important;
		margin-left: auto !important;
		margin-right: auto !important;
	}
	h1, h2, h3, h4, h5, h6 {
		font-size: 1.3em !important;
	}
	p, li, a, span, div {
		font-size: 1.13em !important;
	}
}
/* --- MENU SLIDER STYLES --- */
.menu-slider-block {
	margin: 40px 0 50px 0;
	background: #faf6f0;
	border-radius: 14px;
	box-shadow: 0 2px 12px rgba(212,160,23,0.08);
	padding: 24px 10px 30px 10px;
	max-width: 800px;
	margin-left: auto;
	margin-right: auto;
}
.menu-category {
	color: #7a1e1e;
	font-size: 1.6rem;
	margin-bottom: 18px;
	letter-spacing: 1px;
}
.slider {
	display: flex;
	align-items: center;
	overflow-x: auto;
	scrollbar-width: none;
	-ms-overflow-style: none;
	position: relative;
	padding: 0 10px;
}
.slider::-webkit-scrollbar {
	display: none;
}
.slide-track {
	display: flex;
	gap: 24px;
	overflow-x: auto;
	scroll-behavior: smooth;
	padding: 10px 0;
}
.slide-img {
	width: 180px;
	height: 180px;
	border-radius: 16px;
	box-shadow: 0 2px 12px rgba(122,30,30,0.13);
	object-fit: cover;
	background: #fff;
	transition: transform 0.2s;
}
.slide-img:hover {
	transform: scale(1.06) rotate(-2deg);
	box-shadow: 0 4px 18px rgba(212,160,23,0.18);
}
.slide-arrow {
	background: #d4a017;
	color: #fff;
	border: none;
	border-radius: 50%;
	width: 38px;
	height: 38px;
	font-size: 1.5rem;
	cursor: pointer;
	margin: 0 8px;
	box-shadow: 0 2px 8px rgba(122,30,30,0.10);
	transition: background 0.2s, color 0.2s;
	z-index: 2;
}
.slide-arrow:hover {
	background: #7a1e1e;
	color: #fff;
}
@media (max-width: 600px) {
	.slide-img {
		width: 120px;
		height: 120px;
	}
	.menu-slider-block {
		padding: 12px 2px 18px 2px;
	}
}
footer {
	background: #fff;
	padding: 30px 10px;
	text-align: center;
	color: #7a1e1e;
	box-shadow: 0 -2px 8px rgba(0,0,0,0.05);
	border-top: 3px solid #d4a017;
}
/* .footer-hours {
	color: #d4a017;
	font-weight: bold;
	margin-top: 10px;
}
.footer-contact {
	color: #222;
	margin-top: 10px;
	font-size: 1rem;
}
.footer-contact a {
	color: #7a1e1e;
	text-decoration: underline; */

@media (max-width: 900px) {
	.features {
		flex-direction: column;
		align-items: center;
	}
	.header-white {
		flex-direction: column;
		align-items: flex-start;
	}
	nav {
		margin-top: 10px;
	}
	footer {
		padding: 20px 5px;
	}
}
@media (max-width: 600px) {
	.footer-hours {
		font-size: 0.9rem;
	}
	.footer-contact {
		font-size: 0.9rem;
	}
	footer img {
		height: 35px !important;
	}
}
/* . */

.menu-section {
	background: #fff;
	border-radius: 16px;
	box-shadow: 0 2px 16px rgba(122,30,30,0.15);
	padding: 30px 20px;
	max-width: 700px;
	margin: 40px auto;
	text-align: center;
}
.menu-gallery {
	.menu-gallery {
		display: flex;
		justify-content: center;
		gap: 30px;
		margin: 20px 0;
		flex-wrap: wrap;
	}
	display: flex;
	justify-content: center;
	gap: 30px;
	margin: 20px 0;
	flex-wrap: wrap;
}
.menu-img {
	width: 160px;
	height: 160px;
	border-radius: 16px;
	box-shadow: 0 2px 8px rgba(122,30,30,0.15);
	object-fit: cover;
}
.menu-link {
	color: #d4a017;
	font-weight: bold;
}
body {
    font-family: Arial, sans-serif;
    margin: 0;
    background: linear-gradient(135deg, #7a1e1e 0%, #d4a017 100%);
    color: #222;
}

.header-white {
	background: #fff;
	padding: 20px 40px;
	display: flex;
	justify-content: space-between;
	align-items: center;
	box-shadow: 0 2px 8px rgba(0,0,0,0.05);
	flex-wrap: wrap;
}

.logo img {
	height: 80px;
}

nav {
	display: flex;
	gap: 20px;
}

.nav-btn {
	color: #222;
	background: #e0e0e0;
	border-radius: 6px;
	padding: 10px 18px;
	text-decoration: none;
	font-weight: bold;
	transition: background 0.2s, color 0.2s;
}
.nav-btn:hover {
	background: #d4a017;
	color: #fff;
}

.hours {
	font-size: 1rem;
	color: #d4a017;
	font-weight: bold;
	margin-left: 20px;
}

.hero {
	padding: 80px 20px;
	text-align: center;
	
	color: #fff;
	min-height: 300px;
	position: relative;
	box-shadow: 0 2px 8px rgba(0,0,0,0.08);
}
.order-qr {
	margin: 40px auto;
	text-align: center;
	background: #fff;
	border-radius: 16px;
	box-shadow: 0 2px 16px rgba(122,30,30,0.15);
	padding: 30px 20px;
	max-width: 350px;
}
.order-qr h2 {
	margin-bottom: 10px;
	color: #7a1e1e;
}
.order-qr .qr-img {
	width: 180px;
	height: 180px;
	margin: 20px 0;
	border: 4px solid #d4a017;
	border-radius: 16px;
	box-shadow: 0 2px 8px rgba(122,30,30,0.15);
}
.hero h1 {
	font-size: 2.5rem;
	margin-bottom: 20px;
	text-shadow: 0 2px 8px rgba(0,0,0,0.2);
}
.hero p {
	font-size: 1.2rem;
	margin-bottom: 30px;
	text-shadow: 0 2px 8px rgba(0,0,0,0.2);
}
.btn {
	background: #d4a017;
	color: #222;
	padding: 10px 20px;
	text-decoration: none;
	font-weight: bold;
	border-radius: 6px;
	transition: background 0.2s, color 0.2s;
}
.btn:hover {
	background: #222;
	color: #d4a017;
}

.features {
	display: flex;
	justify-content: center;
	gap: 30px;
	padding: 40px 10px;
	flex-wrap: wrap;
}
.card {
	background: #fff;
	padding: 20px;
	border-radius: 8px;
	box-shadow: 0 2px 8px rgba(0,0,0,0.08);
.gallery img {
	width: 100%;
	border-radius: 8px;
}

}

@media (max-width: 900px) {
	.features {
		flex-direction: column;
		align-items: center;
	}
	.header-white {
		flex-direction: column;
		align-items: flex-start;
	}
	nav {
		margin-top: 10px;
	}
}

@media (max-width: 600px) {
	.hero {
		padding: 40px 10px;
		min-height: 180px;
	}
	.logo img {
		height: 50px;
	}
	.footer-images img {
		height: 30px;
	}
	.card {
		min-width: 140px;
		padding: 10px;
	}
}
.about-section{
    text-align:center;
}

.about-img{
    display:block;
    margin:30px auto;
    width:300px;
}

/* CONTACT PAGE (same style as other sections) */

.contact-section{
    background: #fff;
    border-radius: 16px;
    box-shadow: 0 2px 16px rgba(122,30,30,0.15);
    padding: 30px 20px;
    max-width: 600px;
    margin: 40px auto;
    text-align: center;
}

.contact-title{
    color:#7a1e1e;
    font-size:32px;
    margin-bottom:20px;
}

.contact-item{
    margin:12px 0;
    font-size:18px;
}

.contact-item strong{
    color:#7a1e1e;
}

.contact-item a{
    color:#d4a017;
    font-weight:bold;
    text-decoration:none;
}

.contact-item a:hover{
    text-decoration:underline;
}