/* ----------------------------------------------------------------

	Dasunuts

-----------------------------------------------------------------*/



html {
	scroll-behavior: smooth;
}

:root {

	/* Gold Palette */
	--cnvs-themecolor: #C9A84C;
	--cnvs-themecolor-rgb: 201, 168, 76;
	--gold-light: #E2C97E;
	--gold-highlight: #F0DFA0;
	--gold-dark: #9A7B2F;

	--cnvs-body-font: 'Lato', sans-serif;

	--cnvs-primary-font: 'Playfair Display', serif;

	--cnvs-secondary-font: 'Nothing you could do';

}



#header-wrap { background: transparent; }



.dark #wrapper,

.dark #content,

.dark .section.dark,

.dark .css3-spinner { background-color: #000 }



@media (min-width: 992px) {

	.dark .dots-menu .page-menu-item > a { background-color: rgba(255,255,255,0.5) }

	.dark .dots-menu .page-menu-item:hover > a { background-color: rgba(255,255,255,0.9) }



	.dark .dots-menu.dots-menu-border .page-menu-item > a {

		border-color: rgba(255,255,255,0.4);

	}



	.dark .dots-menu.dots-menu-border .page-menu-item > a:hover {

		border-color: rgba(255,255,255,0.7);

	}

}



.heading-block h3 {

	text-transform: none;

	font-size: 42px;

	letter-spacing: 2px;

	font-weight: 400;

}



.before-heading {

	text-transform: uppercase;

	font-style: normal;

	letter-spacing: 6px;

	font-size: 14px;

	font-weight: bold;

}



.dark .section.dark p { color: #BBB; }



.dark .section.dark p.text-muted { color: #666; }



a.gallery-img {

	overflow: visible;

	width: 70%;

}



a.gallery-img.fleft { margin-top: -60px; }



.fslider p {

	font-family: var(--cnvs-primary-font);

	font-weight: 400;

	font-size: 18px;

}



.flex-control-nav {

	top: auto;

	bottom: 14px;

	right: 20px;

}



.dark .fslider p { color: #BBB !important; }



.food-menu:not(:first-child) { margin-top: 20px; }



.menu-list span {

	font-family: var(--cnvs-secondary-font);

	letter-spacing: 2px;

	font-size: 18px;

	color: #444;

}



.dark .menu-list span { color: #DDD; }



.menu-list h5 {

	color: #AAA;

	font-family: var(--cnvs-body-font);

	letter-spacing: 2px;

	font-weight: 300;

	font-size: 17px;

}



.dark .menu-list h5 { color: #777; }



.menu-price h3 {

	padding-top: 8px;

	font-size: 22px;

	letter-spacing: 1px;

	font-family: 'source Sans Pro';

}



.form-control:not(.not-dark):active,

.form-control:not(.not-dark):focus,

.sm-form-control:not(.not-dark):active,

.sm-form-control:not(.not-dark):focus,

.form-control:not(.not-dark),

.sm-form-control:not(.not-dark) {

	margin-bottom: 10px;

	border-radius: 2px !important;

}



.dark .form-control:not(.not-dark):active,

.dark .form-control:not(.not-dark):focus,

.dark .sm-form-control:not(.not-dark):active,

.dark .sm-form-control:not(.not-dark):focus,

.dark .form-control:not(.not-dark),

.dark .sm-form-control:not(.not-dark) {

	background-color: #222;

	border: 1px solid #111;

}



.dark .form-control:active,

.dark .form-control:focus {

	border-color: #999;

	box-shadow: none;

	background-color: #FFF;

}



.button {

	font-weight: 300 !important;

	font-size: 14px !important;

}



.button.button-black {

	background-color:  #333 !important;

	border: 0;

}

.button:hover.button-black { color: #CCC !important; }



.css3-spinner > div {

	margin-top: -32px;

	margin-left: -32px;

	width: 62px;

	height: 62px;

	-webkit-animation: none;

	animation: none;

}



.is-expanded-menu.overlay-menu .primary-menu.dark {

	background-color: rgba(0,0,0,.85)

}



@media (max-width: 991px) {

	#header.dark.transparent-header {

		background-color: #000 !important;

	}



	#page-menu { display: none; }

}

/* ----------------------------------------------------------------
	Section Edge Blending
-----------------------------------------------------------------*/

.page-section.section {
	position: relative;
	box-shadow: inset 0 80px 60px -40px rgba(0, 0, 0, 0.5),
				inset 0 -80px 60px -40px rgba(0, 0, 0, 0.5);
}

/* ----------------------------------------------------------------
	Element Scroll Reveal Animations
-----------------------------------------------------------------*/

.reveal-on-scroll {
	opacity: 0;
	transform: translateY(30px);
	transition: opacity 0.8s cubic-bezier(0.25, 0.46, 0.45, 0.94),
				transform 0.8s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

.reveal-on-scroll.revealed {
	opacity: 1;
	transform: translateY(0);
}

.reveal-on-scroll.reveal-delay-1 { transition-delay: 0.15s; }
.reveal-on-scroll.reveal-delay-2 { transition-delay: 0.3s; }
.reveal-on-scroll.reveal-delay-3 { transition-delay: 0.45s; }
.reveal-on-scroll.reveal-delay-4 { transition-delay: 0.6s; }

/* ----------------------------------------------------------------
	Animated Counters Section
-----------------------------------------------------------------*/

.counter-card {
	padding: 30px 10px;
}

.counter-number {
	font-family: 'Playfair Display', serif;
	font-size: 56px;
	font-weight: 700;
	background: linear-gradient(135deg, var(--cnvs-themecolor), #E2C97E);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	background-clip: text;
	display: inline;
	line-height: 1;
}

.counter-suffix {
	font-family: 'Playfair Display', serif;
	font-size: 36px;
	-webkit-text-fill-color: var(--cnvs-themecolor);
	color: var(--cnvs-themecolor);
	margin-left: 2px;
}

.counter-label {
	color: #BBB;
	font-family: 'Lato', sans-serif;
	letter-spacing: 3px;
	text-transform: uppercase;
	font-size: 11px;
	font-weight: 700;
	margin-top: 12px;
}

@media (max-width: 576px) {
	.counter-number { font-size: 40px; }
	.counter-suffix { font-size: 24px; }
	.counter-label { font-size: 10px; letter-spacing: 2px; }
	.counter-card { padding: 20px 5px; }
}

/* ----------------------------------------------------------------
	Feature Box Hover Effects
-----------------------------------------------------------------*/

.feature-box.media-box {
	padding: 30px 20px;
	border-radius: 12px;
	transition: transform 0.4s ease, box-shadow 0.4s ease, background-color 0.4s ease;
}

.feature-box.media-box:hover {
	transform: translateY(-8px);
	box-shadow: 0 20px 40px rgba(var(--cnvs-themecolor-rgb), 0.12);
	background-color: rgba(255, 255, 255, 0.03);
}

.feature-box.media-box .fbox-media img {
	transition: transform 0.4s ease;
}

.feature-box.media-box:hover .fbox-media img {
	transform: scale(1.05);
}

/* ----------------------------------------------------------------
	Gallery Hover Effects
-----------------------------------------------------------------*/

.masonry-thumbs .grid-item {
	overflow: hidden;
	border-radius: 6px;
}

.masonry-thumbs .grid-item img {
	transition: transform 0.5s ease, filter 0.5s ease;
}

.masonry-thumbs .grid-item:hover img {
	transform: scale(1.08);
	filter: brightness(1.1);
}

/* ----------------------------------------------------------------
	Floating WhatsApp Button
-----------------------------------------------------------------*/

.whatsapp-float {
	position: fixed;
	bottom: 24px;
	right: 24px;
	width: 56px;
	height: 56px;
	background: rgba(20, 20, 20, 0.9);
	border: 1px solid rgba(201, 168, 76, 0.3);
	border-radius: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
	box-shadow: 0 4px 16px rgba(0, 0, 0, 0.4);
	backdrop-filter: blur(12px);
	-webkit-backdrop-filter: blur(12px);
	z-index: 999;
	transition: all 0.3s ease;
	text-decoration: none;
}

.whatsapp-float:hover {
	transform: scale(1.1);
	border-color: #C9A84C;
	box-shadow: 0 6px 24px rgba(201, 168, 76, 0.3);
}

.whatsapp-float svg {
	width: 28px;
	height: 28px;
	fill: #C9A84C;
}

/* ----------------------------------------------------------------
	Floating Order Now Button
-----------------------------------------------------------------*/

.order-float {
	position: fixed;
	bottom: 24px;
	right: 92px;
	display: flex;
	align-items: center;
	gap: 10px;
	background: rgba(20, 20, 20, 0.9);
	border: 1px solid rgba(201, 168, 76, 0.3);
	border-radius: 28px;
	padding: 12px 20px 12px 16px;
	color: #C9A84C;
	text-decoration: none;
	font-family: 'Lato', sans-serif;
	font-size: 13px;
	font-weight: 700;
	letter-spacing: 1.5px;
	text-transform: uppercase;
	box-shadow: 0 4px 16px rgba(0, 0, 0, 0.4);
	backdrop-filter: blur(12px);
	-webkit-backdrop-filter: blur(12px);
	z-index: 999;
	transition: all 0.3s ease;
}

.order-float::before {
	content: '';
	position: absolute;
	inset: 0;
	background: linear-gradient(135deg, #C9A84C, #E2C97E);
	border-radius: 28px;
	opacity: 0;
	transition: opacity 0.3s ease;
	z-index: -1;
}

.order-float:hover {
	color: #111;
	border-color: #C9A84C;
	transform: translateY(-2px);
	box-shadow: 0 8px 28px rgba(201, 168, 76, 0.3);
}

.order-float:hover::before {
	opacity: 1;
}

.order-float i {
	font-size: 18px;
}

.cart-badge {
	display: none;
	align-items: center;
	justify-content: center;
	position: absolute;
	top: -6px;
	right: -6px;
	min-width: 20px;
	height: 20px;
	padding: 0 5px;
	background: #e74c3c;
	color: #fff;
	font-size: 11px;
	font-weight: 700;
	border-radius: 10px;
	line-height: 1;
	letter-spacing: 0;
	text-transform: none;
	box-shadow: 0 2px 6px rgba(231, 76, 60, 0.4);
	z-index: 2;
}

@media (max-width: 576px) {
	.order-float {
		padding: 10px 14px;
		font-size: 0;
		letter-spacing: 0;
		border-radius: 50%;
		width: 56px;
		height: 56px;
		justify-content: center;
	}
	.order-float i {
		font-size: 22px;
		margin: 0;
	}
}

/* ----------------------------------------------------------------
	Scroll Down Indicator
-----------------------------------------------------------------*/

.scroll-indicator {
	position: absolute;
	bottom: 30px;
	left: 50%;
	transform: translateX(-50%);
	z-index: 20;
	text-align: center;
	animation: scrollBounce 2s ease-in-out infinite;
	cursor: pointer;
	text-decoration: none;
}

.scroll-indicator span {
	display: block;
	color: rgba(255, 255, 255, 0.6);
	font-size: 11px;
	letter-spacing: 3px;
	text-transform: uppercase;
	font-family: var(--cnvs-body-font);
	margin-bottom: 8px;
}

.scroll-indicator i {
	color: var(--cnvs-themecolor);
	font-size: 24px;
}

@keyframes scrollBounce {
	0%, 100% { transform: translateX(-50%) translateY(0); }
	50% { transform: translateX(-50%) translateY(8px); }
}

/* ----------------------------------------------------------------
	Footer Social Links
-----------------------------------------------------------------*/

.footer-social {
	display: flex;
	justify-content: center;
	gap: 16px;
	margin: 20px 0 10px;
}

.footer-social a {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 40px;
	height: 40px;
	border-radius: 50%;
	border: 1px solid rgba(255, 255, 255, 0.2);
	color: rgba(255, 255, 255, 0.6);
	font-size: 16px;
	transition: all 0.3s ease;
	text-decoration: none;
}

.footer-social a:hover {
	border-color: var(--cnvs-themecolor);
	color: var(--cnvs-themecolor);
	transform: translateY(-3px);
}

/* ----------------------------------------------------------------
	Gold Accent Polish
-----------------------------------------------------------------*/

.heading-block h3 {
	background: linear-gradient(135deg, var(--cnvs-themecolor) 0%, var(--gold-light) 50%, var(--cnvs-themecolor) 100%);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	background-clip: text;
}

.before-heading.color {
	text-shadow: 0 0 20px rgba(var(--cnvs-themecolor-rgb), 0.3);
}

.food-menu {
	padding: 16px;
	border-radius: 8px;
	transition: background-color 0.3s ease;
}

.food-menu:hover {
	background-color: rgba(255, 255, 255, 0.04);
}

/* Contact section links */
#section-contact a[href^="tel"],
#section-contact a[href^="mailto"] {
	color: var(--cnvs-themecolor);
	text-decoration: none;
	transition: opacity 0.3s ease;
}

#section-contact a[href^="tel"]:hover,
#section-contact a[href^="mailto"]:hover {
	opacity: 0.8;
}

/* ================================================================
   MODERN ENHANCEMENTS v2
================================================================ */

/* ----------------------------------------------------------------
	Glassmorphism Navbar
-----------------------------------------------------------------*/

#slider { position: relative; }

#header-wrap {
	transition: all 0.4s ease;
}

/* Sticky state */
#header.sticky-header #header-wrap,
#header.sticky-header.dark #header-wrap {
	background: rgba(0, 0, 0, 0.75) !important;
	backdrop-filter: blur(24px) saturate(180%);
	-webkit-backdrop-filter: blur(24px) saturate(180%);
	border-bottom: 1px solid rgba(var(--cnvs-themecolor-rgb), 0.12);
}

/* ----------------------------------------------------------------
	Desktop: Force hamburger menu instead of inline nav
-----------------------------------------------------------------*/

@media (min-width: 992px) {

	/* Hide the inline horizontal menu */
	.primary-menu .menu-container {
		display: none !important;
	}

	/* Show hamburger trigger on desktop */
	.primary-menu-trigger {
		display: flex !important;
		opacity: 1 !important;
		visibility: visible !important;
	}

	/* When menu is open, show the overlay */
	.primary-menu-open .primary-menu .menu-container {
		display: flex !important;
	}
}

/* ----------------------------------------------------------------
	Animated Gold Shimmer Headings (overrides static gradient)
-----------------------------------------------------------------*/

.heading-block h3 {
	background: linear-gradient(
		90deg,
		var(--cnvs-themecolor) 0%,
		var(--gold-light) 25%,
		var(--gold-highlight) 50%,
		var(--gold-light) 75%,
		var(--cnvs-themecolor) 100%
	);
	background-size: 200% auto;
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	background-clip: text;
	animation: goldShimmer 4s linear infinite;
}

@keyframes goldShimmer {
	0% { background-position: 0% center; }
	100% { background-position: 200% center; }
}

/* ----------------------------------------------------------------
	Animated Before-Heading Glow
-----------------------------------------------------------------*/

.before-heading.color {
	text-shadow: 0 0 20px rgba(var(--cnvs-themecolor-rgb), 0.3);
	animation: subtleGlow 3s ease-in-out infinite alternate;
}

@keyframes subtleGlow {
	from { text-shadow: 0 0 15px rgba(var(--cnvs-themecolor-rgb), 0.2); }
	to { text-shadow: 0 0 30px rgba(var(--cnvs-themecolor-rgb), 0.5); }
}

/* ----------------------------------------------------------------
	Custom Gold Scrollbar
-----------------------------------------------------------------*/

::-webkit-scrollbar {
	width: 8px;
}

::-webkit-scrollbar-track {
	background: #111;
}

::-webkit-scrollbar-thumb {
	background: linear-gradient(180deg, var(--cnvs-themecolor), var(--gold-dark));
	border-radius: 4px;
}

::-webkit-scrollbar-thumb:hover {
	background: linear-gradient(180deg, var(--gold-light), var(--cnvs-themecolor));
}

html {
	scrollbar-width: thin;
	scrollbar-color: var(--cnvs-themecolor) #111;
}

/* ----------------------------------------------------------------
	Parallax Backgrounds (Desktop Only)
-----------------------------------------------------------------*/

@media (min-width: 992px) {
	.page-section.section[style*="background"] {
		background-attachment: fixed !important;
	}
}

/* ----------------------------------------------------------------
	Feature Card Glassmorphism Enhancement
-----------------------------------------------------------------*/

.feature-box.media-box {
	background: rgba(255, 255, 255, 0.03);
	border: 1px solid rgba(var(--cnvs-themecolor-rgb), 0.08);
	backdrop-filter: blur(10px);
	-webkit-backdrop-filter: blur(10px);
	padding: 30px 20px;
	border-radius: 12px;
	transition: transform 0.4s ease, box-shadow 0.4s ease, background-color 0.4s ease, border-color 0.4s ease;
}

.feature-box.media-box:hover {
	transform: translateY(-8px);
	box-shadow: 0 20px 40px rgba(var(--cnvs-themecolor-rgb), 0.15);
	background: rgba(255, 255, 255, 0.06);
	border-color: rgba(var(--cnvs-themecolor-rgb), 0.25);
}

/* ----------------------------------------------------------------
	Video Player Close Button
-----------------------------------------------------------------*/

.video-close-btn {
	width: 52px !important;
	height: 52px !important;
	background: rgba(0, 0, 0, 0.6) !important;
	border: 2px solid rgba(var(--cnvs-themecolor-rgb), 0.5) !important;
	border-radius: 50% !important;
	color: var(--cnvs-themecolor) !important;
	font-size: 22px !important;
	display: flex !important;
	align-items: center;
	justify-content: center;
	backdrop-filter: blur(10px);
	-webkit-backdrop-filter: blur(10px);
	box-shadow: 0 0 24px rgba(var(--cnvs-themecolor-rgb), 0.25), 0 4px 12px rgba(0, 0, 0, 0.4);
	transition: all 0.3s ease;
	animation: videoBtnPulse 2s ease-in-out infinite;
}

.video-close-btn:hover {
	background: rgba(var(--cnvs-themecolor-rgb), 0.2) !important;
	border-color: var(--cnvs-themecolor) !important;
	color: #fff !important;
	box-shadow: 0 0 36px rgba(var(--cnvs-themecolor-rgb), 0.4), 0 4px 16px rgba(0, 0, 0, 0.5);
}

@keyframes videoBtnPulse {
	0%, 100% { box-shadow: 0 0 24px rgba(var(--cnvs-themecolor-rgb), 0.25), 0 4px 12px rgba(0, 0, 0, 0.4); }
	50% { box-shadow: 0 0 36px rgba(var(--cnvs-themecolor-rgb), 0.45), 0 4px 16px rgba(0, 0, 0, 0.4); }
}

/* ----------------------------------------------------------------
	Animated Price Button Glow
-----------------------------------------------------------------*/

.button.button-primary.price-button {
	position: relative;
	background: transparent !important;
	color: #C9A84C !important;
	border: 2px solid rgba(201, 168, 76, 0.6) !important;
	transition: all 0.4s ease;
	overflow: hidden;
	z-index: 1;
}

.button.button-primary.price-button::before {
	content: '';
	position: absolute;
	inset: 0;
	background: linear-gradient(135deg, #C9A84C, #E2C97E);
	z-index: -1;
	opacity: 0;
	transition: opacity 0.4s ease;
}

.button.button-primary.price-button:hover {
	color: #111 !important;
	border-color: #C9A84C !important;
	transform: translateY(-3px);
	box-shadow: 0 8px 30px rgba(201, 168, 76, 0.35);
}

.button.button-primary.price-button:hover::before {
	opacity: 1;
}

/* ----------------------------------------------------------------
	Shop Section Buttons
-----------------------------------------------------------------*/

.shop-buttons {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
	gap: 16px;
	margin-top: 20px;
}

.order-now-btn {
	display: inline-flex;
	align-items: center;
	gap: 10px;
	padding: 16px 36px;
	font-family: 'Lato', sans-serif;
	font-size: 20px !important;
	font-weight: 700;
	letter-spacing: 2px;
	text-transform: uppercase;
	text-decoration: none !important;
	color: #C9A84C !important;
	border: 2px solid rgba(201, 168, 76, 0.6);
	border-radius: 50px;
	background: transparent;
	position: relative;
	overflow: hidden;
	transition: all 0.4s ease;
	z-index: 1;
}

.order-now-btn::before {
	content: '';
	position: absolute;
	inset: 0;
	background: linear-gradient(135deg, #C9A84C, #E2C97E);
	z-index: -1;
	opacity: 0;
	transition: opacity 0.4s ease;
}

.order-now-btn:hover {
	color: #111 !important;
	border-color: #C9A84C;
	transform: translateY(-3px);
	box-shadow: 0 8px 30px rgba(201, 168, 76, 0.35);
}

.order-now-btn:hover::before {
	opacity: 1;
}

.order-now-btn i {
	font-size: 22px;
}

@media (max-width: 576px) {
	.shop-buttons { gap: 12px; }
	.order-now-btn {
		font-size: 16px !important;
		padding: 14px 28px;
		letter-spacing: 1px;
		width: 100%;
		justify-content: center;
	}
}

/* ----------------------------------------------------------------
	Enhanced Food Menu Items
-----------------------------------------------------------------*/

.food-menu {
	padding: 20px;
	border-radius: 12px;
	border: 1px solid rgba(255, 255, 255, 0.05);
	transition: all 0.4s ease;
}

.food-menu:hover {
	background-color: rgba(255, 255, 255, 0.05);
	border-color: rgba(var(--cnvs-themecolor-rgb), 0.2);
	transform: translateX(8px);
}

/* (Nav link underlines moved to Desktop Navigation block above) */

/* ----------------------------------------------------------------
	Review Quote Styling
-----------------------------------------------------------------*/

.restaurant-reviews .flexslider {
	overflow: hidden;
}

.restaurant-reviews .slide {
	position: relative;
	padding-left: 50px;
}

.restaurant-reviews .slide::before {
	content: '\201C';
	position: absolute;
	top: -10px;
	left: 0;
	font-family: var(--cnvs-primary-font);
	font-size: 80px;
	line-height: 1;
	color: var(--cnvs-themecolor);
	opacity: 0.3;
}

.restaurant-reviews .slide .lead {
	font-style: italic;
	border-left: 2px solid rgba(var(--cnvs-themecolor-rgb), 0.3);
	padding-left: 20px;
}

.restaurant-reviews .bi-star-fill,
.restaurant-reviews .bi-star-half {
	filter: drop-shadow(0 0 4px rgba(var(--cnvs-themecolor-rgb), 0.5));
}

/* ----------------------------------------------------------------
	WhatsApp Pulse Animation
-----------------------------------------------------------------*/

.whatsapp-float::after {
	content: '';
	position: absolute;
	width: 100%;
	height: 100%;
	border-radius: 50%;
	border: 1px solid rgba(201, 168, 76, 0.4);
	z-index: -1;
	animation: whatsappPulse 2s ease-out infinite;
}

@keyframes whatsappPulse {
	0% { transform: scale(1); opacity: 0.4; }
	100% { transform: scale(1.8); opacity: 0; }
}

/* ----------------------------------------------------------------
	Scroll Progress Ring (replaces Go-To-Top)
-----------------------------------------------------------------*/

#gotoTop { display: none !important; }

.scroll-progress-wrap {
	position: fixed;
	bottom: 24px;
	left: 24px;
	width: 46px;
	height: 46px;
	z-index: 999;
	opacity: 0;
	visibility: hidden;
	transform: translateY(15px);
	transition: all 0.4s ease;
	cursor: pointer;
}

.scroll-progress-wrap.active {
	opacity: 1;
	visibility: visible;
	transform: translateY(0);
}

.scroll-progress-wrap svg {
	width: 100%;
	height: 100%;
	transform: rotate(-90deg);
}

.scroll-progress-wrap .progress-circle-bg {
	fill: rgba(0, 0, 0, 0.6);
	stroke: rgba(255, 255, 255, 0.1);
	stroke-width: 3;
}

.scroll-progress-wrap .progress-circle {
	fill: none;
	stroke: var(--cnvs-themecolor);
	stroke-width: 3;
	stroke-linecap: round;
}

.scroll-progress-wrap .progress-arrow {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	color: var(--cnvs-themecolor);
	font-size: 14px;
	transition: color 0.3s ease;
}

.scroll-progress-wrap:hover .progress-arrow {
	color: var(--gold-light);
}

.scroll-progress-wrap:hover .progress-circle {
	stroke: var(--gold-light);
}

/* ----------------------------------------------------------------
	Gold Particles (Hero)
-----------------------------------------------------------------*/

.hero-particles {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100vh;
	pointer-events: none !important;
	z-index: 50;
	overflow: hidden;
}

.hero-particles,
.hero-particles * {
	pointer-events: none !important;
}

.particle {
	position: absolute;
	background: radial-gradient(circle, rgba(var(--cnvs-themecolor-rgb), 0.8), transparent);
	border-radius: 50%;
	animation: floatParticle var(--duration, 6s) var(--delay, 0s) ease-in-out infinite;
}

@keyframes floatParticle {
	0%, 100% {
		transform: translate(0, 0) scale(0.5);
		opacity: 0;
	}
	15% { opacity: 0.8; }
	50% {
		transform: translate(var(--tx, 20px), var(--ty, -40px)) scale(1.2);
		opacity: 0.5;
	}
	85% { opacity: 0; }
}

/* ----------------------------------------------------------------
	Contact Info Cards
-----------------------------------------------------------------*/

.contact-card {
	background: rgba(255, 255, 255, 0.04);
	border: 1px solid rgba(255, 255, 255, 0.08);
	border-radius: 16px;
	padding: 28px 20px;
	text-align: center;
	transition: all 0.4s ease;
	backdrop-filter: blur(10px);
	-webkit-backdrop-filter: blur(10px);
	height: 100%;
}

.contact-card:hover {
	border-color: rgba(var(--cnvs-themecolor-rgb), 0.3);
	transform: translateY(-6px);
	box-shadow: 0 16px 40px rgba(0, 0, 0, 0.3);
	background: rgba(255, 255, 255, 0.06);
}

.contact-card-icon {
	width: 52px;
	height: 52px;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	border-radius: 50%;
	background: rgba(var(--cnvs-themecolor-rgb), 0.1);
	color: var(--cnvs-themecolor);
	font-size: 20px;
	margin-bottom: 16px;
	transition: all 0.4s ease;
}

.contact-card:hover .contact-card-icon {
	background: rgba(var(--cnvs-themecolor-rgb), 0.2);
	transform: scale(1.15) rotate(5deg);
	box-shadow: 0 0 20px rgba(var(--cnvs-themecolor-rgb), 0.2);
}

.contact-card h6 {
	color: var(--cnvs-themecolor);
	font-family: var(--cnvs-body-font);
	letter-spacing: 3px;
	text-transform: uppercase;
	font-size: 11px;
	font-weight: 700;
	margin-bottom: 12px;
}

.contact-card p {
	color: #BBB !important;
	margin-bottom: 0;
	font-size: 14px;
	line-height: 1.8;
}

.contact-card a {
	color: #DDD;
	text-decoration: none;
	transition: color 0.3s ease;
	border-bottom: 1px solid transparent;
}

.contact-card a:hover {
	color: var(--cnvs-themecolor);
	border-bottom-color: rgba(var(--cnvs-themecolor-rgb), 0.3);
}

/* ----------------------------------------------------------------
	Map Card (Contact Section)
-----------------------------------------------------------------*/

.map-card {
	background: rgba(255, 255, 255, 0.04);
	border: 1px solid rgba(255, 255, 255, 0.08);
	border-radius: 16px;
	overflow: hidden;
	transition: all 0.4s ease;
	backdrop-filter: blur(10px);
	-webkit-backdrop-filter: blur(10px);
	height: 100%;
	display: flex;
	flex-direction: column;
}

.map-card:hover {
	border-color: rgba(var(--cnvs-themecolor-rgb), 0.3);
	transform: translateY(-6px);
	box-shadow: 0 16px 40px rgba(0, 0, 0, 0.3);
}

.map-image-wrap {
	position: relative;
	flex: 1;
	min-height: 280px;
}

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

.map-placeholder {
	width: 100%;
	height: 100%;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	gap: 12px;
	background: rgba(201, 168, 76, 0.04);
	color: rgba(201, 168, 76, 0.4);
}

.map-placeholder i {
	font-size: 48px;
}

.map-placeholder p {
	font-size: 14px;
	text-align: center;
	line-height: 1.6;
	color: rgba(201, 168, 76, 0.3) !important;
	margin: 0;
}

.map-overlay {
	position: absolute;
	inset: 0;
	background: rgba(0, 0, 0, 0.15);
	pointer-events: none;
}

.map-directions-link {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 8px;
	padding: 16px;
	color: var(--cnvs-themecolor);
	text-decoration: none;
	font-family: 'Lato', sans-serif;
	font-size: 13px;
	font-weight: 700;
	letter-spacing: 2px;
	text-transform: uppercase;
	border-top: 1px solid rgba(255, 255, 255, 0.08);
	transition: all 0.3s ease;
}

.map-directions-link:hover {
	background: rgba(var(--cnvs-themecolor-rgb), 0.08);
	color: #E2C97E;
}

@media (max-width: 991px) {
	.map-card { margin-bottom: 30px; }
	.map-image-wrap { min-height: 200px; }
}

/* ----------------------------------------------------------------
	Enhanced Footer Social Hover
-----------------------------------------------------------------*/

.footer-social a:hover {
	background: rgba(var(--cnvs-themecolor-rgb), 0.15);
	border-color: var(--cnvs-themecolor);
	color: var(--cnvs-themecolor);
	transform: translateY(-3px);
	box-shadow: 0 4px 15px rgba(var(--cnvs-themecolor-rgb), 0.2);
}

/* ----------------------------------------------------------------
	Mobile Section Readability Overlay
-----------------------------------------------------------------*/

@media (max-width: 991px) {
	#section-services,
	#section-shop {
		position: relative;
	}

	#section-services::before,
	#section-shop::before {
		content: '';
		position: absolute;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
		background: rgba(0, 0, 0, 0.55);
		z-index: 0;
	}

	#section-services > .container,
	#section-shop > .container {
		position: relative;
		z-index: 1;
	}

	.heading-block h3 {
		font-size: 32px;
	}

	.heading-block span:not(.before-heading) {
		color: #CCC;
	}
}

/* ================================================================
   MODERN LIGHTBOX OVERRIDES (Magnific Popup)
================================================================ */

/* ----------------------------------------------------------------
	Darker Overlay
-----------------------------------------------------------------*/

.mfp-bg {
	background: #000 !important;
	opacity: 0.92 !important;
}

/* ----------------------------------------------------------------
	Gold-Accented Image Frame
-----------------------------------------------------------------*/

img.mfp-img {
	border-radius: 8px;
	border: 1px solid rgba(var(--cnvs-themecolor-rgb), 0.25);
	box-shadow: 0 0 60px rgba(var(--cnvs-themecolor-rgb), 0.12), 0 20px 60px rgba(0, 0, 0, 0.5);
}

.mfp-figure::after {
	border-radius: 8px;
	box-shadow: none !important;
	background: transparent !important;
}

/* ----------------------------------------------------------------
	Modern Navigation Arrows
-----------------------------------------------------------------*/

.mfp-arrow {
	width: 50px !important;
	height: 50px !important;
	background: rgba(0, 0, 0, 0.5) !important;
	border: 1px solid rgba(var(--cnvs-themecolor-rgb), 0.3) !important;
	border-radius: 50% !important;
	backdrop-filter: blur(10px);
	-webkit-backdrop-filter: blur(10px);
	opacity: 0.8 !important;
	display: flex !important;
	align-items: center;
	justify-content: center;
	margin-top: 0 !important;
	top: 50% !important;
	transform: translateY(-50%) !important;
	transition: all 0.3s ease !important;
	font-size: 20px !important;
	color: var(--cnvs-themecolor) !important;
}

.mfp-arrow:hover {
	background: rgba(var(--cnvs-themecolor-rgb), 0.2) !important;
	border-color: var(--cnvs-themecolor) !important;
	opacity: 1 !important;
	transform: translateY(-50%) scale(1.1) !important;
	box-shadow: 0 0 20px rgba(var(--cnvs-themecolor-rgb), 0.2);
}

.mfp-arrow-left {
	left: 20px !important;
}

.mfp-arrow-right {
	right: 20px !important;
}

.mfp-arrow::after {
	display: none !important;
}

/* ----------------------------------------------------------------
	Styled Close Button
-----------------------------------------------------------------*/

/* Hide the duplicate close button baked into Magnific Popup's image/iframe markup */
.mfp-figure .mfp-close,
.mfp-iframe-scaler .mfp-close {
	display: none !important;
}

.mfp-close {
	width: 44px !important;
	height: 44px !important;
	background: rgba(0, 0, 0, 0.5) !important;
	border: 1px solid rgba(var(--cnvs-themecolor-rgb), 0.3) !important;
	border-radius: 50% !important;
	backdrop-filter: blur(10px);
	-webkit-backdrop-filter: blur(10px);
	color: var(--cnvs-themecolor) !important;
	font-size: 18px !important;
	line-height: 44px !important;
	text-align: center !important;
	right: 16px !important;
	top: 16px !important;
	opacity: 0.8 !important;
	transition: all 0.3s ease !important;
	padding: 0 !important;
}

.mfp-close:hover {
	background: rgba(var(--cnvs-themecolor-rgb), 0.2) !important;
	border-color: var(--cnvs-themecolor) !important;
	opacity: 1 !important;
	transform: scale(1.1) !important;
	box-shadow: 0 0 20px rgba(var(--cnvs-themecolor-rgb), 0.2);
}

/* ----------------------------------------------------------------
	Image Counter Styling
-----------------------------------------------------------------*/

.mfp-counter {
	font-family: var(--cnvs-body-font) !important;
	color: var(--cnvs-themecolor) !important;
	font-size: 12px !important;
	letter-spacing: 2px !important;
	opacity: 0.7;
}

/* ----------------------------------------------------------------
	Scale-In Animation
-----------------------------------------------------------------*/

.mfp-fade.mfp-wrap .mfp-content {
	opacity: 0;
	transform: scale(0.92);
	transition: opacity 0.35s ease, transform 0.35s ease;
}

.mfp-fade.mfp-wrap.mfp-ready .mfp-content {
	opacity: 1;
	transform: scale(1);
}

.mfp-fade.mfp-wrap.mfp-removing .mfp-content {
	opacity: 0;
	transform: scale(0.92);
}

.mfp-fade.mfp-bg {
	opacity: 0;
	transition: opacity 0.35s ease;
}

.mfp-fade.mfp-bg.mfp-ready {
	opacity: 0.92;
}

.mfp-fade.mfp-bg.mfp-removing {
	opacity: 0;
}

/* ----------------------------------------------------------------
	Mobile Lightbox Adjustments
-----------------------------------------------------------------*/

@media (max-width: 991px) {
	.mfp-arrow {
		width: 44px !important;
		height: 44px !important;
		font-size: 18px !important;
	}

	.mfp-arrow-left {
		left: 10px !important;
	}

	.mfp-arrow-right {
		right: 10px !important;
	}

	img.mfp-img {
		border-radius: 4px;
	}
}

/* ================================================================
   NAVIGATION MENU -- Full-Screen Overlay (all screens)
================================================================ */

/* Hamburger Button styling */
.cnvs-hamburger .cnvs-hamburger-inner,
.cnvs-hamburger .cnvs-hamburger-inner::before,
.cnvs-hamburger .cnvs-hamburger-inner::after {
	background-color: var(--cnvs-themecolor) !important;
	height: 2px;
	width: 22px;
}

.primary-menu-trigger {
	z-index: 600;
}

/* Full-Screen Overlay Panel -- only visible when menu is open */
.primary-menu-open .primary-menu .menu-container {
	position: fixed !important;
	top: 0 !important;
	left: 0 !important;
	right: 0 !important;
	bottom: 0 !important;
	width: 100% !important;
	height: 100vh !important;
	max-height: 100vh !important;
	background: rgba(0, 0, 0, 0.96) !important;
	backdrop-filter: blur(30px) !important;
	-webkit-backdrop-filter: blur(30px) !important;
	border: none !important;
	display: flex !important;
	flex-direction: column !important;
	justify-content: center !important;
	align-items: center !important;
	padding: 40px 0 !important;
	z-index: 599 !important;
	overflow-y: auto !important;
}

/* Close Button -- below menu items, in flow */
.primary-menu-open .primary-menu .menu-container::after {
	content: '\2715';
	display: flex;
	align-items: center;
	justify-content: center;
	width: 60px;
	height: 60px;
	margin-top: 32px;
	font-size: 24px;
	color: var(--cnvs-themecolor);
	border: 2px solid rgba(var(--cnvs-themecolor-rgb), 0.4);
	border-radius: 50%;
	background: rgba(var(--cnvs-themecolor-rgb), 0.06);
	flex-shrink: 0;
	opacity: 0;
	animation: closeButtonPop 0.5s ease 0.45s forwards;
	cursor: pointer;
	pointer-events: none;
}

@keyframes closeButtonPop {
	0% {
		opacity: 0;
		transform: scale(0.5) rotate(-90deg);
	}
	60% {
		opacity: 1;
		transform: scale(1.1) rotate(0deg);
	}
	100% {
		opacity: 1;
		transform: scale(1) rotate(0deg);
	}
}

/* Position the real trigger button over the visual close circle */
.primary-menu-open .primary-menu-trigger {
	position: fixed !important;
	bottom: calc(50vh - 145px);
	left: 50%;
	transform: translateX(-50%);
	top: auto !important;
	right: auto !important;
	width: 60px;
	height: 60px;
	z-index: 602 !important;
	display: flex !important;
	align-items: center;
	justify-content: center;
	border-radius: 50%;
}

/* Hide hamburger X lines -- the ::after circle is the visual close */
.primary-menu-trigger-active .cnvs-hamburger .cnvs-hamburger-inner,
.primary-menu-trigger-active .cnvs-hamburger .cnvs-hamburger-inner::before,
.primary-menu-trigger-active .cnvs-hamburger .cnvs-hamburger-inner::after {
	background-color: transparent !important;
}

/* Menu Items -- Centered, large, staggered entrance */
.primary-menu-open .menu-container > .menu-item {
	border: none !important;
	margin: 0 !important;
	text-align: center;
	width: 100%;
	opacity: 0;
	animation: menuItemSlide 0.4s ease forwards;
}

.primary-menu-open .menu-container > .menu-item:nth-child(1) { animation-delay: 0.08s; }
.primary-menu-open .menu-container > .menu-item:nth-child(2) { animation-delay: 0.16s; }
.primary-menu-open .menu-container > .menu-item:nth-child(3) { animation-delay: 0.24s; }
.primary-menu-open .menu-container > .menu-item:nth-child(4) { animation-delay: 0.32s; }
.primary-menu-open .menu-container > .menu-item:nth-child(5) { animation-delay: 0.40s; }

@keyframes menuItemSlide {
	from {
		opacity: 0;
		transform: translateY(20px);
	}
	to {
		opacity: 1;
		transform: translateY(0);
	}
}

.primary-menu-open .menu-container > .menu-item > .menu-link {
	padding: 18px 20px !important;
	font-size: 22px !important;
	letter-spacing: 3px !important;
	text-transform: uppercase !important;
	color: rgba(255, 255, 255, 0.6) !important;
	font-family: var(--cnvs-body-font) !important;
	font-weight: 300 !important;
	transition: all 0.3s ease !important;
	display: inline-block !important;
	border-left: none !important;
}

.primary-menu-open .menu-container > .menu-item > .menu-link:hover,
.primary-menu-open .menu-container > .menu-item.current > .menu-link {
	color: var(--cnvs-themecolor) !important;
	letter-spacing: 5px !important;
}

/* Gold dot separator between items */
.primary-menu-open .menu-container > .menu-item:not(:last-child)::after {
	content: '';
	display: block;
	width: 4px;
	height: 4px;
	border-radius: 50%;
	background: rgba(var(--cnvs-themecolor-rgb), 0.25);
	margin: 4px auto;
}

/* Header background when menu is open */
#header.dark.transparent-header {
	transition: background-color 0.3s ease;
}

.primary-menu-open #header.dark.transparent-header,
.primary-menu-open #header-wrap {
	background: transparent !important;
}


/* ================================================================
   DYNAMIC PRICE LIST CARDS (Magnific Popup Inline)
   Font: Montserrat | All text: black | Footer bg: #e4c9b2
================================================================ */

/* Popup-level overrides scoped via .pl-popup */
.pl-popup .mfp-content {
	max-width: 480px;
	width: 92%;
}

/* Card container */
.pl-card {
	background: #f5efe3;
	overflow: hidden;
	position: relative;
	box-shadow: 0 8px 40px rgba(0, 0, 0, 0.4);
}

.pl-card-inner {
	position: relative;
	display: flex;
	flex-direction: column;
	min-height: 680px;
}

/* Decorative brush stroke (top-left diagonal) */
.pl-brush-stroke {
	position: absolute;
	top: 10px;
	left: -30px;
	width: 300px;
	height: 80px;
	background: linear-gradient(
		135deg,
		rgba(190, 183, 165, 0.4) 0%,
		rgba(190, 183, 165, 0.2) 50%,
		transparent 80%
	);
	transform: rotate(-18deg);
	border-radius: 40px;
	pointer-events: none;
	z-index: 1;
}

/* Cashew illustration (top-right) */
.pl-cashew-illustration {
	position: absolute;
	top: 8px;
	right: 8px;
	width: 180px;
	height: auto;
	object-fit: contain;
	mix-blend-mode: multiply;
	pointer-events: none;
	z-index: 2;
}

/* Content area */
.pl-content {
	position: relative;
	z-index: 3;
	padding: 170px 40px 30px;
	text-align: center;
	flex: 1 1 auto;
}

/* Title block: product name + package type */
.pl-title {
	font-family: 'Montserrat', sans-serif;
	font-size: 24px;
	font-weight: 700;
	color: #000;
	letter-spacing: 1px;
	margin: 0 0 28px;
	text-transform: uppercase;
	line-height: 1.4;
}

.pl-subtitle {
	font-size: 22px;
	font-weight: 700;
}

/* Sections wrapper with vertical divider */
.pl-sections-wrap {
	position: relative;
	text-align: left;
	padding: 0;
}

.pl-divider-line {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 54%;
	width: 1px;
	background: #bfb79e;
	opacity: 0.6;
}

/* Individual section */
.pl-section {
	margin-bottom: 30px;
}

.pl-section:last-child {
	margin-bottom: 0;
}

.pl-section-heading {
	font-family: 'Montserrat', sans-serif;
	font-size: 17px;
	font-weight: 700;
	color: #000;
	letter-spacing: 3px;
	text-transform: uppercase;
	margin: 0 0 10px;
}

/* Item rows */
.pl-item {
	display: flex;
	justify-content: space-between;
	align-items: baseline;
	padding: 3px 0;
}

.pl-item-label {
	font-family: 'Montserrat', sans-serif;
	font-size: 13px;
	font-weight: 400;
	color: #000;
	letter-spacing: 1.5px;
	flex: 0 0 52%;
}

.pl-item-price {
	font-family: 'Montserrat', sans-serif;
	font-size: 13px;
	font-weight: 400;
	color: #000;
	letter-spacing: 1.5px;
	text-align: right;
	flex: 0 0 44%;
}

/* Footer bar */
.pl-footer {
	background: #e4c9b2;
	padding: 20px 28px;
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin-top: auto;
}

.pl-footer-heading {
	font-family: 'Montserrat', sans-serif;
	font-size: 14px;
	font-weight: 700;
	color: #000;
	letter-spacing: 2px;
	margin: 0 0 8px;
}

.pl-footer-row {
	font-family: 'Montserrat', sans-serif;
	font-size: 11px;
	font-weight: 700;
	color: #000;
	margin-bottom: 4px;
	padding-left: 12px;
	display: flex;
	align-items: center;
	gap: 8px;
}

.pl-footer-row i {
	font-size: 12px;
	color: #000;
	width: 16px;
	text-align: center;
	flex-shrink: 0;
}

.pl-footer-logo {
	flex-shrink: 0;
}

.pl-footer-logo img {
	width: 85px;
	height: auto;
	border-radius: 4px;
}

/* Download button */
.pl-download-btn {
	position: absolute;
	bottom: 20px;
	right: 20px;
	width: 44px;
	height: 44px;
	border-radius: 50%;
	border: 1.5px solid rgba(var(--cnvs-themecolor-rgb), 0.5);
	background: rgba(0, 0, 0, 0.5);
	backdrop-filter: blur(10px);
	color: rgba(255, 255, 255, 0.85);
	font-size: 18px;
	cursor: pointer;
	display: flex;
	align-items: center;
	justify-content: center;
	transition: all 0.3s ease;
	z-index: 10;
}

.pl-download-btn:hover {
	background: var(--cnvs-themecolor);
	color: #000;
	transform: scale(1.1);
}

.pl-download-btn.pl-downloading {
	pointer-events: none;
	opacity: 0.5;
}

/* ---- Responsive ---- */

@media (max-width: 600px) {
	.pl-popup .mfp-content {
		max-width: 95%;
		width: 95%;
	}

	.pl-content {
		padding: 130px 22px 24px;
	}

	.pl-title {
		font-size: 19px;
		margin-bottom: 22px;
	}

	.pl-subtitle {
		font-size: 17px;
	}

	.pl-section-heading {
		font-size: 14px;
		letter-spacing: 2px;
	}

	.pl-section {
		margin-bottom: 22px;
	}

	.pl-item-label,
	.pl-item-price {
		font-size: 11px;
		letter-spacing: 1px;
	}

	.pl-cashew-illustration {
		width: 130px;
	}

	.pl-brush-stroke {
		width: 220px;
		height: 60px;
	}

	.pl-footer {
		flex-direction: column;
		text-align: center;
		gap: 12px;
		padding: 16px 20px;
	}

	.pl-footer-row {
		justify-content: center;
	}

	.pl-footer-logo img {
		width: 65px;
	}
}