/*
Theme Name: BC Momo Custom Theme
Description: A custom WordPress theme designed specifically for BC MOMO Restaurant & Bar. Integrates seamlessly with the Custom Restaurant Plugin for reservations, menu management, and online ordering. Features authentic Nepali and Indian cuisine styling with modern web design principles.
Author: Samikaran Adhikari
Author URI: https://samikaranadhikari.com.np
Version: 1.0.0
License: GPL v2 or later
License URI: https://www.gnu.org/licenses/gpl-2.0.html
Text Domain: bc-momo-custom-theme
Tags: restaurant, food, custom, responsive, woocommerce, reservations
Requires at least: 5.0
Tested up to: 6.4
Requires PHP: 7.4

BC Momo Custom Theme, Copyright 2025 BC MOMO Restaurant & Bar
BC Momo Custom Theme is distributed under the terms of the GNU GPL

This program is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
the Free Software Foundation, either version 2 of the License, or
(at your option) any later version.

This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
GNU General Public License for more details.
*/

/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Generic
	- Normalize
	- Box sizing
# Base
	- Typography
	- Elements
	- Links
	- Forms
## Layouts
# Components
	- Navigation
	- Posts and pages
	- Comments
	- Widgets
	- Media
	- Captions
	- Galleries
# plugins
	- Jetpack infinite scroll
# Utilities
	- Accessibility
	- Alignments

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

/*--------------------------------------------------------------
# Generic
--------------------------------------------------------------*/

/* Normalize
--------------------------------------------- */

/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */

/* Document
	 ========================================================================== */

/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
	line-height: 1.15;
	-webkit-text-size-adjust: 100%;
}

/* Sections
	 ========================================================================== */

/**
 * Remove the margin in all browsers.
 */
body {
	margin: 0;
    background: linear-gradient(135deg, #f8fafc 0%, #e3f2fd 50%, #fff3e0 100%);
}

/* ==========================================================================
   Reusable Gradient Background Class
   ========================================================================== */

/* Main gradient background class - change colors here to update everywhere */
.bc-gradient-bg {
    background: linear-gradient(135deg, #f8fafc 0%, #e3f2fd 50%, #fff3e0 100%) !important;
    background-color: transparent !important;
}

/* Force override for Bootstrap classes */
.bc-gradient-bg.bg-light,
.bc-gradient-bg.bg-white,
section.bc-gradient-bg,
section.bc-gradient-bg.bg-light {
    background: linear-gradient(135deg, #f8fafc 0%, #e3f2fd 50%, #fff3e0 100%) !important;
    background-color: transparent !important;
}

/* ==========================================================================
   Apply Gradient Background to All Pages
   ========================================================================== */

/* All page templates with gradient background - body only */
body.page-template-page-reservation,
body.page-template-default,
body.page,
body.single,
body.archive,
body.search,
body.error404,
body.woocommerce,
body.woocommerce-page,
body.woocommerce-cart,
body.woocommerce-checkout,
body.woocommerce-account,
body.woocommerce-shop {
    background: linear-gradient(135deg, #f8fafc 0%, #e3f2fd 50%, #fff3e0 100%) !important;
}

/* Main content areas only - exclude navbar, header, footer */
body:not(.home) main:not(.navbar):not(.page-header):not(#footer),
body:not(.home) .site-main:not(.navbar):not(.page-header):not(#footer),
body:not(.home) .main-content:not(.navbar):not(.page-header):not(#footer),
body:not(.home) .content-area:not(.navbar):not(.page-header):not(#footer),
body:not(.home) .woocommerce-wrapper:not(.navbar):not(.page-header):not(#footer) {
    background: linear-gradient(135deg, #f8fafc 0%, #e3f2fd 50%, #fff3e0 100%) !important;
    background-color: transparent !important;
}

/* Specific content sections - exclude navbar, header, footer */
body:not(.home) section.py-5:not(.navbar):not(.page-header):not(#footer),
body:not(.home) section.bg-light:not(.navbar):not(.page-header):not(#footer),
body:not(.home) .bg-light:not(.navbar):not(.page-header):not(#footer):not(.footer-bottom) {
    background: linear-gradient(135deg, #f8fafc 0%, #e3f2fd 50%, #fff3e0 100%) !important;
    background-color: transparent !important;
}

/* Reservation page specific */
body.page-template-page-reservation .crp-reservation-form,
body.page-template-page-reservation .reservation-wrapper {
    background: linear-gradient(135deg, #f8fafc 0%, #e3f2fd 50%, #fff3e0 100%) !important;
}

/* WooCommerce specific content areas only */
.woocommerce-wrapper,
.woocommerce main:not(.navbar):not(.page-header):not(#footer),
.woocommerce-cart main:not(.navbar):not(.page-header):not(#footer),
.woocommerce-checkout main:not(.navbar):not(.page-header):not(#footer),
.woocommerce-account main:not(.navbar):not(.page-header):not(#footer) {
    background: linear-gradient(135deg, #f8fafc 0%, #e3f2fd 50%, #fff3e0 100%) !important;
}

/* WooCommerce container content - exclude navbar, header, footer */
.woocommerce .container:not(.navbar .container):not(.page-header .container):not(#footer .container),
.woocommerce-page .container:not(.navbar .container):not(.page-header .container):not(#footer .container) {
    background: linear-gradient(135deg, #f8fafc 0%, #e3f2fd 50%, #fff3e0 100%) !important;
}

/* Archive and search pages main content only */
.archive .site-main:not(.navbar):not(.page-header):not(#footer),
.search .site-main:not(.navbar):not(.page-header):not(#footer),
.error404 .site-main:not(.navbar):not(.page-header):not(#footer),
.single .site-main:not(.navbar):not(.page-header):not(#footer) {
    background: linear-gradient(135deg, #f8fafc 0%, #e3f2fd 50%, #fff3e0 100%) !important;
}

/* Plugin content areas */
.crp-reservation-form,
.crp-menu-wrapper,
.crp-content,
.restaurant-plugin-content {
    background: linear-gradient(135deg, #f8fafc 0%, #e3f2fd 50%, #fff3e0 100%) !important;
}

/* Ensure navbar, page-header, footer maintain their original styling */
.navbar,
.page-header,
#footer,
.footer-bottom,
.menu-page-header {
    background: initial !important;
}

/* Restore specific component backgrounds */
.navbar {
    background-color: rgba(0, 39, 77, 0.95) !important;
}

.page-header {
    background: linear-gradient(135deg, #1e3a8a 0%, #c41e3a 100%) !important;
}

.menu-page-header {
    background: linear-gradient(135deg, #8B0000 0%, #DC143C 25%, #B22222 50%, #8B0000 75%, #A0522D 100%) !important;
}

#footer {
    background: #1a1a1a !important;
}

.footer-bottom {
	background: transparent !important;
}

/* Force normal positioning for WooCommerce footer */
body.woocommerce #footer,
body.woocommerce-page #footer,
body.woocommerce-cart #footer,
body.woocommerce-checkout #footer,
body.woocommerce-account #footer {
	position: relative !important;
	top: auto !important;
	left: auto !important;
	right: auto !important;
	bottom: auto !important;
	transform: none !important;
	margin: 0 !important;
	vertical-align: baseline !important;
	padding-top: 3rem !important;
}

/* Force normal positioning for WooCommerce footer containers */
body.woocommerce #footer .container,
body.woocommerce-page #footer .container,
body.woocommerce-cart #footer .container,
body.woocommerce-checkout #footer .container,
body.woocommerce-account #footer .container {
	position: static !important;
	top: auto !important;
	left: auto !important;
	right: auto !important;
	bottom: auto !important;
	transform: none !important;
	margin: 0 auto !important;
	vertical-align: baseline !important;
	padding: 0 15px !important;
}

/* Fix footer content positioning for WooCommerce pages */
body.woocommerce #footer .row,
body.woocommerce-page #footer .row,
body.woocommerce-cart #footer .row,
body.woocommerce-checkout #footer .row,
body.woocommerce-account #footer .row {
	position: static !important;
	top: auto !important;
	left: auto !important;
	right: auto !important;
	bottom: auto !important;
	transform: none !important;
	margin: 0 !important;
	vertical-align: baseline !important;
	display: flex !important;
	flex-wrap: wrap !important;
}

/* Fix footer columns positioning */
body.woocommerce #footer .col-md-3,
body.woocommerce-page #footer .col-md-3,
body.woocommerce-cart #footer .col-md-3,
body.woocommerce-checkout #footer .col-md-3,
body.woocommerce-account #footer .col-md-3 {
	position: static !important;
	top: auto !important;
	left: auto !important;
	right: auto !important;
	bottom: auto !important;
	transform: none !important;
	margin: 0 !important;
	vertical-align: baseline !important;
	padding: 15px !important;
}

/* Fix footer bottom section positioning */
body.woocommerce .footer-bottom,
body.woocommerce-page .footer-bottom,
body.woocommerce-cart .footer-bottom,
body.woocommerce-checkout .footer-bottom,
body.woocommerce-account .footer-bottom {
	position: static !important;
	top: auto !important;
	left: auto !important;
	right: auto !important;
	bottom: auto !important;
	transform: none !important;
	margin: 0 !important;
	vertical-align: baseline !important;
	padding: 1.5rem 0 !important;
	border-top: 1px solid #333333 !important;
	margin-top: 3rem !important;
}

/* Fix footer bottom content */
body.woocommerce .footer-bottom .container,
body.woocommerce-page .footer-bottom .container,
body.woocommerce-cart .footer-bottom .container,
body.woocommerce-checkout .footer-bottom .container,
body.woocommerce-account .footer-bottom .container {
	position: static !important;
	top: auto !important;
	left: auto !important;
	right: auto !important;
	bottom: auto !important;
	transform: none !important;
	margin: 0 auto !important;
	vertical-align: baseline !important;
	padding: 0 15px !important;
}

/* Fix footer bottom row */
body.woocommerce .footer-bottom .row,
body.woocommerce-page .footer-bottom .row,
body.woocommerce-cart .footer-bottom .row,
body.woocommerce-checkout .footer-bottom .row,
body.woocommerce-account .footer-bottom .row {
	position: static !important;
	top: auto !important;
	left: auto !important;
	right: auto !important;
	bottom: auto !important;
	transform: none !important;
	margin: 0 !important;
	vertical-align: baseline !important;
	display: flex !important;
	flex-wrap: wrap !important;
	align-items: center !important;
	justify-content: space-between !important;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
	display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
	font-size: 2em;
	margin: 0.67em 0;
}

/* Grouping content
	 ========================================================================== */

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
	box-sizing: content-box;
	height: 0;
	overflow: visible;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
	font-family: monospace, monospace;
	font-size: 1em;
}

/* Text-level semantics
	 ========================================================================== */

/**
 * Remove the gray background on active links in IE 10.
 */
a {
	background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
	border-bottom: none;
	text-decoration: underline;
	text-decoration: underline dotted;
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
	font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
	font-family: monospace, monospace;
	font-size: 1em;
}

/**
 * Add the correct font size in all browsers.
 */
small {
	font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}

sub {
	bottom: -0.25em;
}

sup {
	top: -0.5em;
}

/* Embedded content
	 ========================================================================== */

/**
 * Remove the border on images inside links in IE 10.
 */
img {
	border-style: none;
}

/* Forms
	 ========================================================================== */

/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
	font-family: inherit;
	font-size: 100%;
	line-height: 1.15;
	margin: 0;
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
	overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
	text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type="button"],
[type="reset"],
[type="submit"] {
	-webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
	border-style: none;
	padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
	outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */
fieldset {
	padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *		`fieldset` elements in all browsers.
 */
legend {
	box-sizing: border-box;
	color: inherit;
	display: table;
	max-width: 100%;
	padding: 0;
	white-space: normal;
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
	vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
	overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type="checkbox"],
[type="radio"] {
	box-sizing: border-box;
	padding: 0;
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
	height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type="search"] {
	-webkit-appearance: textfield;
	outline-offset: -2px;
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type="search"]::-webkit-search-decoration {
	-webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
	-webkit-appearance: button;
	font: inherit;
}

/* Interactive
	 ========================================================================== */

/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
	display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
	display: list-item;
}

/* Misc
	 ========================================================================== */

/**
 * Add the correct display in IE 10+.
 */
template {
	display: none;
}

/**
 * Add the correct display in IE 10.
 */
[hidden] {
	display: none;
}

/* Box sizing
--------------------------------------------- */

/* Inherit box-sizing to more easily change it's value on a component level.
@link http://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
*,
*::before,
*::after {
	box-sizing: inherit;
}

html {
	box-sizing: border-box;
}

/*--------------------------------------------------------------
# Base
--------------------------------------------------------------*/

/* Typography
--------------------------------------------- */
body,
button,
input,
select,
optgroup,
textarea {
	color: #404040;
	font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
	font-size: 1rem;
	line-height: 1.5;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	clear: both;
}

p {
	margin-bottom: 1.5em;
}

dfn,
cite,
em,
i {
	font-style: italic;
}

blockquote {
	margin: 0 1.5em;
}

address {
	margin: 0 0 1.5em;
}

pre {
	background: #eee;
	font-family: "Courier 10 Pitch", courier, monospace;
	line-height: 1.6;
	margin-bottom: 1.6em;
	max-width: 100%;
	overflow: auto;
	padding: 1.6em;
}

code,
kbd,
tt,
var {
	font-family: monaco, consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
}

abbr,
acronym {
	border-bottom: 1px dotted #666;
	cursor: help;
}

mark,
ins {
	background: #fff9c0;
	text-decoration: none;
}

big {
	font-size: 125%;
}

/* Elements
--------------------------------------------- */
body {
	background: #fff;
}

hr {
	background-color: #ccc;
	border: 0;
	height: 1px;
	margin-bottom: 1.5em;
}

ul,
ol {
	/* margin: 0 0 1.5em 3em; */
}

ul {
	list-style: disc;
}

ol {
	list-style: decimal;
}

li > ul,
li > ol {
	margin-bottom: 0;
	margin-left: 1.5em;
}

dt {
	font-weight: 700;
}

dd {
	margin: 0 1.5em 1.5em;
}

/* Make sure embeds and iframes fit their containers. */
embed,
iframe,
object {
	max-width: 100%;
}

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

figure {
	margin: 1em 0;
}

table {
	margin: 0 0 1.5em;
	width: 100%;
}

/* Forms
--------------------------------------------- */
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
	border: 1px solid;
	border-color: #ccc #ccc #bbb;
	border-radius: 3px;
	background: #e6e6e6;
	color: rgba(0, 0, 0, 0.8);
	line-height: 1;
	padding: 0.6em 1em 0.4em;
}

button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
	border-color: #ccc #bbb #aaa;
}

button:active,
button:focus,
input[type="button"]:active,
input[type="button"]:focus,
input[type="reset"]:active,
input[type="reset"]:focus,
input[type="submit"]:active,
input[type="submit"]:focus {
	border-color: #aaa #bbb #bbb;
}

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="number"],
input[type="tel"],
input[type="range"],
input[type="date"],
input[type="month"],
input[type="week"],
input[type="time"],
input[type="datetime"],
input[type="datetime-local"],
input[type="color"],
textarea {
	color: #666;
	/* border: 1px solid #ccc; */
	border-radius: 3px;
	padding: 3px;
}

input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
input[type="number"]:focus,
input[type="tel"]:focus,
input[type="range"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="week"]:focus,
input[type="time"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="color"]:focus,
textarea:focus {
	color: #111;
}

select {
	border: 1px solid #ccc;
}

textarea {
	width: 100%;
}

/*--------------------------------------------------------------
# Layouts
--------------------------------------------------------------*/

/*--------------------------------------------------------------
# Components
--------------------------------------------------------------*/

/* Navigation
--------------------------------------------- */
.main-navigation {
	display: block;
	width: 100%;
}

.main-navigation ul {
	display: none;
	list-style: none;
	margin: 0;
	padding-left: 0;
}

.main-navigation ul ul {
	box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
	float: left;
	position: absolute;
	top: 100%;
	left: -999em;
	z-index: 99999;
}

.main-navigation ul ul ul {
	left: -999em;
	top: 0;
}

.main-navigation ul ul li:hover > ul,
.main-navigation ul ul li.focus > ul {
	display: block;
	left: auto;
}

.main-navigation ul ul a {
	width: 200px;
}

.main-navigation ul li:hover > ul,
.main-navigation ul li.focus > ul {
	left: auto;
}

.main-navigation li {
	position: relative;
}

.main-navigation a {
	display: block;
	text-decoration: none;
}

/* Small menu. */
.menu-toggle,
.main-navigation.toggled ul {
	display: block;
}

@media screen and (min-width: 37.5em) {

	.menu-toggle {
		display: none;
	}

	.main-navigation ul {
		display: flex;
	}
}

.site-main .comment-navigation,
.site-main
.posts-navigation,
.site-main
.post-navigation {
	margin: 0 0 1.5em;
}

.comment-navigation .nav-links,
.posts-navigation .nav-links,
.post-navigation .nav-links {
	display: flex;
}

.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
	flex: 1 0 50%;
}

.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
	text-align: end;
	flex: 1 0 50%;
}

/* Posts and pages
--------------------------------------------- */
.sticky {
	display: block;
}

.post,
.page {
	/*margin: 0 0 1.5em;*/
}

.updated:not(.published) {
	display: none;
}

.page-content,
.entry-content,
.entry-summary {
	margin: 1.5em 0 0;
}

.page-links {
	clear: both;
	margin: 0 0 1.5em;
}

/* Comments
--------------------------------------------- */
.comment-content a {
	word-wrap: break-word;
}

.bypostauthor {
	display: block;
}

/* Widgets
--------------------------------------------- */
.widget {
	margin: 0 0 1.5em;
}

.widget select {
	max-width: 100%;
}

/* Media
--------------------------------------------- */
.page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
	border: none;
	margin-bottom: 0;
	margin-top: 0;
	padding: 0;
}

/* Make sure logo link wraps around logo image. */
.custom-logo-link {
	display: inline-block;
}

/* Captions
--------------------------------------------- */
.wp-caption {
	margin-bottom: 1.5em;
	max-width: 100%;
}

.wp-caption img[class*="wp-image-"] {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.wp-caption .wp-caption-text {
	margin: 0.8075em 0;
}

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

/* Galleries
--------------------------------------------- */
.gallery {
	margin-bottom: 1.5em;
	display: grid;
	grid-gap: 1.5em;
}

.gallery-item {
	display: inline-block;
	text-align: center;
	width: 100%;
}

.gallery-columns-2 {
	grid-template-columns: repeat(2, 1fr);
}

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

.gallery-columns-4 {
	grid-template-columns: repeat(4, 1fr);
}

.gallery-columns-5 {
	grid-template-columns: repeat(5, 1fr);
}

.gallery-columns-6 {
	grid-template-columns: repeat(6, 1fr);
}

.gallery-columns-7 {
	grid-template-columns: repeat(7, 1fr);
}

.gallery-columns-8 {
	grid-template-columns: repeat(8, 1fr);
}

.gallery-columns-9 {
	grid-template-columns: repeat(9, 1fr);
}

.gallery-caption {
	display: block;
}

/*--------------------------------------------------------------
# Plugins
--------------------------------------------------------------*/

/* Jetpack infinite scroll
--------------------------------------------- */

/* Hide the Posts Navigation and the Footer when Infinite Scroll is in use. */
.infinite-scroll .posts-navigation,
.infinite-scroll.neverending .site-footer {
	display: none;
}

/* Re-display the Theme Footer when Infinite Scroll has reached its end. */
.infinity-end.neverending .site-footer {
	display: block;
}

/*--------------------------------------------------------------
# Utilities
--------------------------------------------------------------*/

/* Accessibility
--------------------------------------------- */

/* Text meant only for screen readers. */
.screen-reader-text {
	border: 0;
	clip: rect(1px, 1px, 1px, 1px);
	clip-path: inset(50%);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute !important;
	width: 1px;
	word-wrap: normal !important;
}

.screen-reader-text:focus {
	background-color: #f1f1f1;
	border-radius: 3px;
	box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
	clip: auto !important;
	clip-path: none;
	color: #21759b;
	display: block;
	font-size: 0.875rem;
	font-weight: 700;
	height: auto;
	left: 5px;
	line-height: normal;
	padding: 15px 23px 14px;
	text-decoration: none;
	top: 5px;
	width: auto;
	z-index: 100000;
}

/* Do not show the outline on the skip link target. */
#primary[tabindex="-1"]:focus {
	outline: 0;
}

/* Alignments
--------------------------------------------- */
.alignleft {

	/*rtl:ignore*/
	float: left;

	/*rtl:ignore*/
	margin-right: 1.5em;
	margin-bottom: 1.5em;
}

.alignright {

	/*rtl:ignore*/
	float: right;

	/*rtl:ignore*/
	margin-left: 1.5em;
	margin-bottom: 1.5em;
}

.aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
}

/*--------------------------------------------------------------
# Cart Functionality
--------------------------------------------------------------*/

/* Cart Icon in Navigation */
.cart-icon {
    position: relative;
    display: inline-flex;
    align-items: center;
    gap: 5px;
}

.cart-count {
    position: absolute;
    top: -8px;
    right: -8px;
    background: #e74c3c;
    color: white;
    border-radius: 50%;
    width: 20px;
    height: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 12px;
    font-weight: bold;
    transition: transform 0.2s ease;
    min-width: 20px;
}

.cart-count:empty {
    display: none;
}

/* Cart Overlay */
.cart-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    z-index: 1000;
    opacity: 0;
    visibility: hidden;
    transition: all 0.3s ease;
}

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

/* Cart Sidebar */
.cart-sidebar {
    position: fixed;
    top: 0;
    right: -400px;
    width: 400px;
    height: 100vh;
    background: white;
    z-index: 1001;
    display: flex;
    flex-direction: column;
    transition: right 0.3s ease;
    box-shadow: -5px 0 15px rgba(0, 0, 0, 0.1);
}

.cart-sidebar.open {
    right: 0;
}

/* Cart Header */
.cart-header {
    padding: 20px;
    background: #2c3e50;
    color: white;
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-bottom: 1px solid #34495e;
}

.cart-header h4 {
    margin: 0;
    font-size: 18px;
    font-weight: 600;
}

.cart-header .btn-link {
    border: none;
    background: none;
    color: white;
    padding: 0;
    text-decoration: none;
    transition: opacity 0.2s ease;
}

.cart-header .btn-link:hover {
    opacity: 0.7;
}

/* Cart Body */
.cart-body {
    flex: 1;
    padding: 20px;
    overflow-y: auto;
    max-height: calc(100vh - 160px);
}

/* Empty Cart */
.empty-cart {
    text-align: center;
    padding: 40px 20px;
    color: #7f8c8d;
}

.empty-cart i {
    font-size: 48px;
    margin-bottom: 20px;
    opacity: 0.5;
}

.empty-cart h5 {
    margin: 0 0 10px 0;
    color: #2c3e50;
}

.empty-cart p {
    margin: 0;
    font-size: 14px;
}

/* Cart Items */
.cart-item {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    padding: 15px 0;
    border-bottom: 1px solid #ecf0f1;
}

.cart-item:last-child {
    border-bottom: none;
}

.cart-item-info {
    flex: 1;
    padding-right: 15px;
}

.cart-item-name {
    font-weight: 600;
    color: #2c3e50;
    margin-bottom: 5px;
    font-size: 15px;
}

.cart-item-price {
    color: #d4a574;
    font-weight: 600;
    font-size: 16px;
    margin-bottom: 5px;
}

.cart-item-variations {
    font-size: 12px;
    color: #7f8c8d;
    font-style: italic;
}

/* Cart Item Controls */
.cart-item-controls {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    gap: 10px;
}

.quantity-controls {
    display: flex;
    align-items: center;
    gap: 5px;
    background: #f8f9fa;
    border-radius: 20px;
    padding: 2px;
}

.quantity-btn {
    width: 30px;
    height: 30px;
    border: none;
    background: #d4a574;
    color: white;
    border-radius: 50%;
    cursor: pointer;
    font-size: 14px;
    font-weight: bold;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: background 0.2s ease;
}

.quantity-btn:hover {
    background: #b8935d;
}

.quantity {
    min-width: 30px;
    text-align: center;
    font-weight: 600;
    font-size: 14px;
}

.remove-item {
    background: #e74c3c;
    color: white;
    border: none;
    border-radius: 4px;
    padding: 5px 8px;
    cursor: pointer;
    font-size: 12px;
    transition: background 0.2s ease;
}

.remove-item:hover {
    background: #c0392b;
}

/* Cart Footer */
.cart-footer {
    padding: 20px;
    background: #f8f9fa;
    border-top: 1px solid #ecf0f1;
}

.cart-total {
    font-size: 18px;
    font-weight: 700;
    color: #2c3e50;
    margin-bottom: 15px;
    text-align: center;
    padding: 10px;
    background: white;
    border-radius: 8px;
    border: 2px solid #d4a574;
}

.cart-footer .btn {
    border: none;
    padding: 12px;
    border-radius: 8px;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.2s ease;
    text-decoration: none;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
}

.cart-footer .btn-primary {
    background: #d4a574;
    color: white;
}

.cart-footer .btn-primary:hover {
    background: #b8935d;
    transform: translateY(-2px);
}

.cart-footer .btn-outline-primary {
    background: transparent;
    color: #d4a574;
    border: 2px solid #d4a574;
}

.cart-footer .btn-outline-primary:hover {
    background: #d4a574;
    color: white;
}

.cart-footer .w-100 {
    width: 100%;
}

.cart-footer .mb-2 {
    margin-bottom: 10px;
}

/* Body class when cart is open */
body.cart-open {
    overflow: hidden;
}

/* Responsive Cart Design */
@media (max-width: 768px) {
    .cart-sidebar {
        width: 100%;
        right: -100%;
    }
    
    .cart-sidebar.open {
        right: 0;
    }
    
    .cart-header {
        padding: 15px;
    }
    
    .cart-body {
        padding: 15px;
    }
    
    .cart-footer {
        padding: 15px;
    }
    
    .cart-item {
        flex-direction: column;
        align-items: stretch;
        gap: 10px;
    }
    
    .cart-item-info {
        padding-right: 0;
    }
    
    .cart-item-controls {
        flex-direction: row;
        justify-content: space-between;
        align-items: center;
    }
}

@media (max-width: 480px) {
    .cart-total {
        font-size: 16px;
    }
    
    .cart-footer .btn {
        padding: 10px;
        font-size: 14px;
    }
    
    .cart-item-name {
        font-size: 14px;
    }
    
    .cart-item-price {
        font-size: 15px;
    }
}

/* Quantity Controls Loading State */
.quantity-controls.loading {
    opacity: 0.6;
    pointer-events: none;
}

.quantity-controls.loading .quantity-btn {
    background: #bdc3c7;
    cursor: not-allowed;
}

/* Disabled quantity button */
.quantity-btn:disabled {
    background: #ecf0f1 !important;
    color: #bdc3c7 !important;
    cursor: not-allowed !important;
}

.quantity-btn:disabled:hover {
    background: #ecf0f1 !important;
    transform: none !important;
}

/* Remove button loading state */
.remove-item:disabled {
    opacity: 0.6;
    cursor: not-allowed;
}

/* Cart item loading overlay */
.cart-item.loading {
    position: relative;
    opacity: 0.7;
}

.cart-item.loading::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(255, 255, 255, 0.8);
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 10;
}

/* Enhanced cart notifications */
.cart-notification {
    animation: slideInRight 0.3s ease-out forwards;
}

@keyframes slideInRight {
    from {
        opacity: 0;
        transform: translateX(100%);
    }
    to {
        opacity: 1;
        transform: translateX(0);
    }
}

/* Improved cart total styling */
.cart-total {
    position: relative;
    overflow: hidden;
}

.cart-total::before {
    content: '';
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg, transparent, rgba(255,255,255,0.4), transparent);
    transition: left 0.5s;
}

.cart-total.updated::before {
    left: 100%;
}

/* Cart item animations */
.cart-item {
    transition: all 0.3s ease;
}

.cart-item:hover {
    transform: translateY(-2px);
    box-shadow: 0 4px 12px rgba(0,0,0,0.1);
}

.cart-item.removing {
    animation: slideOutRight 0.3s ease-in forwards;
}

@keyframes slideOutRight {
    from {
        opacity: 1;
        transform: translateX(0);
    }
    to {
        opacity: 0;
        transform: translateX(100%);
    }
}

/* Spinner animation for remove button */
.fa-spinner {
    animation: spin 1s linear infinite;
}

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

/* Clear cart confirmation styling */
.cart-footer .btn-outline-primary:hover {
    transform: scale(1.02);
}

/* Empty cart state enhancement */
.empty-cart {
    animation: fadeInUp 0.5s ease-out;
}

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

/* Cart body loading state */
.cart-body.loading {
    position: relative;
}

.cart-body.loading::after {
    content: 'Updating cart...';
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background: rgba(44, 62, 80, 0.9);
    color: white;
    padding: 15px 25px;
    border-radius: 25px;
    font-size: 14px;
    font-weight: 500;
    z-index: 100;
}

/* Quantity input styling */
.quantity {
    font-weight: 600;
    color: #2c3e50;
    min-width: 35px;
    text-align: center;
    padding: 5px;
    background: white;
    border-radius: 4px;
    transition: background 0.2s ease;
}

/* Cart item variations styling */
.cart-item-variations {
    background: #f8f9fa;
    padding: 4px 8px;
    border-radius: 12px;
    font-size: 11px;
    margin-top: 3px;
    display: inline-block;
}

/* Responsive improvements */
@media (max-width: 480px) {
    .cart-notification {
        right: 10px;
        left: 10px;
        max-width: none;
        text-align: center;
    }
    
    .quantity-controls {
        padding: 1px;
    }
    
    .quantity-btn {
        width: 28px;
        height: 28px;
        font-size: 12px;
    }
    
    .quantity {
        min-width: 28px;
        font-size: 13px;
    }
}

/* Success state for quantity updates */
.quantity-controls.success .quantity {
    background: #2ecc71;
    color: white;
    animation: pulse 0.6s ease-out;
}

@keyframes pulse {
    0% { transform: scale(1); }
    50% { transform: scale(1.1); }
    100% { transform: scale(1); }
}

/*--------------------------------------------------------------
# WooCommerce Integration
--------------------------------------------------------------*/
/* WooCommerce pages need padding for fixed navbar */
body.woocommerce,
body.woocommerce-page,
body.woocommerce-cart,
body.woocommerce-checkout,
body.woocommerce-account {
	padding-top: 70px !important; /* Account for fixed navbar */
}

/* Ensure WooCommerce page headers start immediately after navbar */
body.woocommerce .page-header,
body.woocommerce-page .page-header,
body.woocommerce-cart .page-header,
body.woocommerce-checkout .page-header,
body.woocommerce-account .page-header {
	margin-top: 0 !important;
	padding-top: 60px !important; /* Compact top padding */
	padding-bottom: 40px !important; /* Compact bottom padding */
}

.woocommerce-wrapper {
	padding-top: 3rem !important; /* Add proper spacing between page header and content */
	min-height: calc(100vh - 200px);
}

/* Ensure WooCommerce content doesn't add extra spacing */
.woocommerce-wrapper .container {
	padding-top: 0 !important;
	margin-top: 0 !important;
}

/* Direct targeting for WooCommerce content areas */
.woocommerce .container,
.woocommerce-page .container,
.woocommerce-cart .container,
.woocommerce-checkout .container,
.woocommerce-account .container {
	margin-top: 0 !important;
	padding-top: 0 !important;
}

/* Ensure WooCommerce tables and forms don't hide behind navbar */
.woocommerce table.cart,
.woocommerce .cart-collaterals,
.woocommerce form.checkout,
.woocommerce-cart table.cart,
.woocommerce-checkout form.checkout {
	margin-top: 0 !important;
}

/* Additional specific targeting for cart and checkout content */
.woocommerce .woocommerce-cart-form,
.woocommerce .cart_totals,
.woocommerce .checkout_coupon,
.woocommerce .woocommerce-billing-fields,
.woocommerce .woocommerce-shipping-fields,
.woocommerce .woocommerce-additional-fields {
	margin-top: 0 !important;
}

/* Ensure all WooCommerce content starts properly */
.woocommerce > *:first-child,
.woocommerce-cart > *:first-child,
.woocommerce-checkout > *:first-child,
.woocommerce-account > *:first-child {
	margin-top: 0 !important;
	padding-top: 0 !important;
}

/* Hide duplicate WooCommerce titles since we show them in page header */
.woocommerce .entry-title,
.woocommerce h1.page-title,
.woocommerce .woocommerce-products-header__title,
.woocommerce .archive-description,
.woocommerce .page-description,
.woocommerce-cart .entry-header,
.woocommerce-checkout .entry-header,
.woocommerce-account .entry-header {
	display: none !important;
}

/* Hide WooCommerce result count and sorting on shop pages */
.woocommerce .woocommerce-result-count,
.woocommerce .woocommerce-ordering {
	margin-top: 1rem;
}

/* Ensure WooCommerce notices are still visible */
.woocommerce .woocommerce-notices-wrapper,
.woocommerce .woocommerce-message,
.woocommerce .woocommerce-error,
.woocommerce .woocommerce-info {
	display: block !important;
	margin-bottom: 1rem;
}

/* Ensure consistent navbar height for ALL pages */
.navbar {
	background-color: rgba(0, 39, 77, 0.95) !important;
	padding: 15px 0 !important;
	transition: all 0.3s ease !important;
	min-height: 70px !important;
	max-height: 70px !important;
	position: fixed !important;
	top: 0 !important;
	left: 0 !important;
	right: 0 !important;
	width: 100% !important;
	z-index: 1030 !important;
}

.navbar.scrolled {
	padding: 10px 0 !important;
	box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1) !important;
	min-height: 60px !important;
	max-height: 60px !important;
}

/* Consistent navbar-brand styling for ALL pages */
.navbar-brand {
	font-weight: 700 !important;
	font-size: 1.8rem !important;
	color: white !important;
	line-height: 1.2 !important;
	padding: 0 !important;
	margin: 0 !important;
}

.navbar-brand:hover {
	color: white !important;
}

.navbar-brand .logo {
	height: 45px !important;
	width: auto !important;
	max-height: 45px !important;
}

.navbar-brand span {
	font-size: 1.8rem !important;
	font-weight: 700 !important;
	margin-left: 10px !important;
}

/* Ensure WooCommerce navbar is also fixed */
body.woocommerce .navbar,
body.woocommerce-page .navbar,
body.woocommerce-cart .navbar,
body.woocommerce-checkout .navbar,
body.woocommerce-account .navbar {
	min-height: 70px !important;
	max-height: 70px !important;
	position: fixed !important;
	top: 0 !important;
	left: 0 !important;
	right: 0 !important;
	width: 100% !important;
	z-index: 1030 !important;
	transform: none !important;
	margin: 0 !important;
	padding: 15px 0 !important;
}

/* Force normal positioning for WooCommerce navbar containers */
body.woocommerce .navbar .container,
body.woocommerce-page .navbar .container,
body.woocommerce-cart .navbar .container,
body.woocommerce-checkout .navbar .container,
body.woocommerce-account .navbar .container {
	position: static !important;
	top: auto !important;
	left: auto !important;
	right: auto !important;
	bottom: auto !important;
	transform: none !important;
	margin: 0 auto !important;
	padding: 0 15px !important;
	vertical-align: baseline !important;
}

/* Force consistent container styling */
.navbar .container {
	display: flex !important;
	justify-content: space-between !important;
	width: 100% !important;
}

/* Ensure navbar nav items are also centered */
.navbar-nav {
	display: flex !important;
}

/* ==========================================================================
   Mobile Responsive Navbar Styles
   ========================================================================== */

/* Desktop: Hide toggler, show menu */
.navbar-toggler {
	display: none;
	border: none;
	background: transparent;
	padding: 4px 8px;
	border-radius: 4px;
	transition: all 0.3s ease;
}

.navbar-toggler:focus {
	box-shadow: none;
	outline: none;
}

.navbar-toggler-icon {
	background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%28255, 255, 255, 0.8%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
	width: 24px;
	height: 24px;
}

.navbar-toggler:hover .navbar-toggler-icon {
	background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%28255, 255, 255, 1%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}

.navbar-toggler.active {
	background: rgba(255, 255, 255, 0.1);
	border-radius: 4px;
}

.navbar-toggler.active .navbar-toggler-icon {
	background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%28255, 255, 255, 1%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M6 6l18 18M6 24L24 6'/%3e%3c/svg%3e");
	transition: all 0.3s ease;
}

.navbar-toggler-icon {
	transition: all 0.3s ease;
}

/* Desktop navbar menu */
.navbar-collapse {
	display: flex !important;
	flex-basis: auto;
}

.navbar-nav {
	display: flex;
	flex-direction: row;
	margin-left: auto;
}

/* Mobile responsive styles */
@media (max-width: 991.98px) {
	/* Mobile actions container */
	.navbar-mobile-actions {
		display: flex !important;
		align-items: center;
		margin-left: auto;
	}
	
	/* Mobile cart button styling */
	.mobile-cart-btn {
		padding: 0.375rem 0.75rem;
		border: 2px solid rgba(255, 255, 255, 0.8);
		border-radius: 6px;
		background: transparent;
		color: white;
		transition: all 0.3s ease;
		position: relative;
	}
	
	.mobile-cart-btn:hover {
		background: rgba(255, 255, 255, 0.1);
		border-color: white;
		transform: translateY(-1px);
	}
	
	.mobile-cart-btn .cart-icon {
		position: relative;
		display: inline-block;
	}
	
	.mobile-cart-btn .cart-count {
		position: absolute;
		top: -8px;
		right: -8px;
		background: #dc3545;
		color: white;
		border-radius: 50%;
		width: 18px;
		height: 18px;
		font-size: 0.7rem;
		font-weight: bold;
		display: flex;
		align-items: center;
		justify-content: center;
		line-height: 1;
		min-width: 18px;
	}
	
	.mobile-cart-btn .cart-count:empty {
		display: none;
	}
	
	/* Show toggle button on mobile */
	.navbar-toggler {
		display: block !important;
	}
	
	/* Mobile menu styling - Override Bootstrap */
	.navbar-collapse,
	.navbar-collapse.collapse,
	.navbar-collapse.collapsing {
		width: 100%;
		margin-top: 1rem;
		padding-top: 1rem;
		border-top: 1px solid rgba(255, 255, 255, 0.1);
		max-height: 0 !important;
		overflow: hidden;
		opacity: 0;
		transition: all 0.3s ease !important;
		display: block !important;
	}
	
	.navbar-collapse.show {
		max-height: 70vh !important; /* Use viewport height for better responsiveness */
		opacity: 1 !important;
		overflow-y: auto !important; /* Enable vertical scrolling */
		overflow-x: hidden !important; /* Hide horizontal scrollbar */
		scroll-behavior: smooth !important; /* Smooth scrolling */
		-webkit-overflow-scrolling: touch !important; /* iOS smooth scrolling */
	}
	
	.navbar-collapse.hiding {
		max-height: 0 !important;
		opacity: 0 !important;
		overflow: hidden !important;
	}
	
	/* Custom scrollbar for mobile menu */
	.navbar-collapse.show::-webkit-scrollbar {
		width: 4px;
	}
	
	.navbar-collapse.show::-webkit-scrollbar-track {
		background: rgba(255, 255, 255, 0.1);
		border-radius: 2px;
	}
	
	.navbar-collapse.show::-webkit-scrollbar-thumb {
		background: rgba(255, 255, 255, 0.3);
		border-radius: 2px;
	}
	
	.navbar-collapse.show::-webkit-scrollbar-thumb:hover {
		background: rgba(255, 255, 255, 0.5);
	}
	
	.navbar-nav {
		flex-direction: column;
		width: 100%;
		margin-left: 0;
		padding-bottom: 1rem; /* Add bottom padding for better scrolling */
	}
	
	.navbar-nav .nav-item {
		margin: 0;
		width: 100%;
	}
	
	.navbar-nav .nav-link {
		padding: 0.75rem 0.5rem; /* Add horizontal padding */
		border-bottom: 1px solid rgba(255, 255, 255, 0.1);
		text-align: left;
		transition: all 0.3s ease;
		border-radius: 4px; /* Add slight border radius */
		margin: 2px 0; /* Small margin between items */
	}
	
	.navbar-nav .nav-link:hover {
		background: rgba(255, 255, 255, 0.1);
		padding-left: 1rem;
		transform: translateX(5px); /* Subtle slide effect */
	}
	
	/* Mobile button styling */
	.navbar-nav .btn {
		margin: 0.5rem 0.5rem; /* Add horizontal margin */
		width: calc(100% - 1rem); /* Account for horizontal margins */
		text-align: center;
		border-radius: 6px;
		transition: all 0.3s ease;
	}
	
	.navbar-nav .order-btn {
		background: #d4af37;
		border-color: #d4af37;
		color: white;
		font-weight: 600;
		box-shadow: 0 2px 4px rgba(212, 175, 55, 0.3);
	}
	
	.navbar-nav .order-btn:hover {
		background: #b8941f;
		border-color: #b8941f;
		transform: translateY(-2px) translateX(5px);
		box-shadow: 0 4px 8px rgba(212, 175, 55, 0.4);
	}
	
	/* Cart button mobile styling */
	.navbar-nav .btn-outline-light {
		border: 2px solid rgba(255, 255, 255, 0.8);
		color: white;
		background: transparent;
		box-shadow: 0 2px 4px rgba(255, 255, 255, 0.1);
	}
	
	.navbar-nav .btn-outline-light:hover {
		background: rgba(255, 255, 255, 0.1);
		border-color: white;
		transform: translateY(-2px) translateX(5px);
		box-shadow: 0 4px 8px rgba(255, 255, 255, 0.2);
	}
}

/* Desktop styles - Clean and simple */
@media (min-width: 992px) {
	.navbar-toggler {
		display: none;
	}
	
	.navbar-collapse {
		display: flex !important;
		flex-basis: auto;
	}
	
	.navbar-nav {
		display: flex;
		flex-direction: row;
		margin-left: auto;
	}
	
	.navbar-nav .nav-item {
		margin-left: 1rem;
	}
	
	.navbar-nav .btn {
		margin-left: 0.5rem;
	}
}

/* Mobile menu animations */
@keyframes slideDown {
	from {
		opacity: 0;
		transform: translateY(-10px);
		max-height: 0;
	}
	to {
		opacity: 1;
		transform: translateY(0);
		max-height: 500px;
	}
}

@keyframes slideUp {
	from {
		opacity: 1;
		transform: translateY(0);
		max-height: 500px;
	}
	to {
		opacity: 0;
		transform: translateY(-10px);
		max-height: 0;
	}
}

/* Page Header Styling - Compact and Beautiful */
.page-header {
	background: linear-gradient(135deg, #1e3a8a 0%, #c41e3a 100%);
	color: white;
	padding: 60px 0 40px; /* Reduced padding for more compact header */
	margin-top: 0 !important;
	margin-bottom: 3rem !important; /* Add bottom margin to create gap */
	position: relative;
	overflow: hidden;
}

/* WooCommerce specific page header styling */
body.woocommerce .page-header,
body.woocommerce-page .page-header,
body.woocommerce-cart .page-header,
body.woocommerce-checkout .page-header,
body.woocommerce-account .page-header {
	background: linear-gradient(135deg, #1e3a8a 0%, #c41e3a 100%) !important;
	color: white !important;
	padding: 60px 0 40px !important; /* Force compact header for WooCommerce */
	margin-top: 0 !important;
	margin-bottom: 3rem !important;
	position: relative !important;
	overflow: hidden !important;
}

/* Remove any gap between navbar and page header */
.page-header::before {
	content: '';
	position: absolute;
	top: -10px;
	left: 0;
	right: 0;
	height: 10px;
	background: linear-gradient(135deg, #1e3a8a 0%, #c41e3a 100%);
}

.page-header h1 {
	font-size: 2.5rem;
	font-weight: 700;
	margin-bottom: 1rem;
	color: white;
	text-shadow: 0 2px 4px rgba(0, 0, 0, 0.3);
}

.page-header .breadcrumb {
	justify-content: center;
	background: transparent;
	margin-bottom: 0;
	padding: 0;
}

.page-header .breadcrumb-item,
.page-header .breadcrumb-item a {
	color: var(--white);
	text-decoration: none;
	font-size: 0.95rem;
}

.page-header .breadcrumb-item a:hover {
	color: var(--white);
	text-decoration: underline;
}

.page-header .breadcrumb-item.active {
	color: var(--primary-light);
}

.page-header .breadcrumb-item + .breadcrumb-item::before {
	color: var(--white);
	content: "/";
}

/* Responsive page header */
@media (max-width: 768px) {
	.page-header {
		padding: 50px 0 30px; /* More compact for mobile */
	}
	
	/* WooCommerce mobile page header */
	body.woocommerce .page-header,
	body.woocommerce-page .page-header,
	body.woocommerce-cart .page-header,
	body.woocommerce-checkout .page-header,
	body.woocommerce-account .page-header {
		padding: 50px 0 30px !important; /* Force compact mobile header */
	}
	
	.page-header h1 {
		font-size: 2rem;
	}
}

/* Ensure all page content starts below fixed navbar */
body {
	padding-top: 80px; /* Default spacing for fixed navbar */
}

/* Remove padding for pages with page headers since header handles spacing */
body:not(.home) {
	padding-top: 0; /* Page header will handle the spacing */
}

/* Special handling for front page */
body.home {
	padding-top: 0; /* Front page hero handles its own spacing */
}

/* Ensure main content areas have proper spacing */
main, 
.main-content,
#main,
.site-main {
	margin-top: 0 !important;
}

/* For pages without page headers, ensure content doesn't hide behind navbar */
body:not(.home):not(.woocommerce):not(.woocommerce-page):not(.woocommerce-cart):not(.woocommerce-checkout):not(.woocommerce-account) main,
body:not(.home):not(.woocommerce):not(.woocommerce-page):not(.woocommerce-cart):not(.woocommerce-checkout):not(.woocommerce-account) .site-main {
	padding-top: 20px;
}

/* Ensure sections after hero don't overlap */
.home #hero + section,
.home #hero + .container,
.home #hero + div {
	margin-top: 0 !important;
	padding-top: 80px;
}

/* For any containers or sections that start immediately after navbar */
.container:first-child,
.row:first-child,
section:first-child {
	margin-top: 0 !important;
}

/* Special handling for WordPress content area */
.wp-block-group,
.entry-content,
.page-content {
	margin-top: 0 !important;
}

/* Ensure single posts and pages have proper spacing */
body.single:not(.woocommerce) .site-main,
body.page:not(.home):not(.woocommerce) .site-main {
	min-height: calc(100vh - 150px);
}

/* WooCommerce specific styling */
.woocommerce {
	font-family: 'Poppins', sans-serif;
	font-size: 1rem; /* Match site font size */
	line-height: 1.6;
}

/* Fix WooCommerce typography to match site */
.woocommerce h1,
.woocommerce h2,
.woocommerce h3,
.woocommerce h4,
.woocommerce h5,
.woocommerce h6 {
	font-family: 'Poppins', sans-serif;
	font-weight: 600;
	line-height: 1.4;
	margin-bottom: 1rem;
}

.woocommerce h1 {
	font-size: 2.5rem;
}

.woocommerce h2 {
	font-size: 2rem;
}

.woocommerce h3 {
	font-size: 1.5rem;
}

.woocommerce h4 {
	font-size: 1.25rem;
}

.woocommerce p,
.woocommerce td,
.woocommerce th,
.woocommerce li,
.woocommerce label,
.woocommerce span {
	font-size: 1rem;
	line-height: 1.6;
	font-family: 'Poppins', sans-serif;
}

/* Cart and checkout specific typography */
.woocommerce-cart .cart_item .product-name,
.woocommerce-checkout .form-row label {
	font-size: 1rem;
	font-weight: 500;
}

.woocommerce table.cart th,
.woocommerce table.cart td {
	font-size: 1rem;
	padding: 1rem 0.5rem;
}

.woocommerce .cart_totals h2,
.woocommerce .checkout h3 {
	font-size: 1.5rem;
	font-weight: 600;
	margin-bottom: 1.5rem;
}

/* Product prices */
.woocommerce .amount,
.woocommerce .price {
	font-size: 1.1rem;
	font-weight: 600;
}

/* Add proper spacing between WooCommerce content sections */
.woocommerce .woocommerce-cart-form,
.woocommerce .cart-collaterals,
.woocommerce .checkout,
.woocommerce .woocommerce-account-navigation,
.woocommerce .woocommerce-MyAccount-content {
	margin-bottom: 2rem;
}

.woocommerce form {
	margin-bottom: 1.5rem;
}

/* Better spacing for form fields */
.woocommerce .form-row {
	margin-bottom: 1rem;
}

/* Improve cart table spacing */
.woocommerce table.shop_table {
	margin-bottom: 2rem;
}

.woocommerce .cart_totals {
	margin-top: 2rem;
}

/* DIRECT FIX: Add spacing immediately after page header for ALL WooCommerce pages */
.page-header + .woocommerce-wrapper,
.page-header + main .woocommerce-wrapper,
.page-header + * .woocommerce-wrapper,
body.woocommerce .page-header + * {
	padding-top: 3rem !important;
	margin-top: 0 !important;
}

/* Target the WooCommerce content that appears directly after page header */
body.woocommerce .page-header ~ *,
body.woocommerce-page .page-header ~ *,
body.woocommerce-cart .page-header ~ *,
body.woocommerce-checkout .page-header ~ *,
body.woocommerce-account .page-header ~ * {
	/* padding-top: 1rem !important; */
}

/* Alternative targeting for content inside woocommerce wrapper */
.woocommerce-wrapper > .container {
	padding-top: 0 !important;
}

.woocommerce-wrapper > .container > .row > .col-12 {
	padding-top: 0 !important;
}

/* Target the actual WooCommerce content elements */
.woocommerce-wrapper .woocommerce,
.woocommerce-wrapper .woocommerce-page {
	margin-top: 0 !important;
	padding-top: 0 !important;
}

/* Make sure notices and first elements don't add extra spacing */
.woocommerce > .woocommerce-notices-wrapper:first-child,
.woocommerce > *:first-child {
	margin-top: 0 !important;
	padding-top: 0 !important;
}

.woocommerce .woocommerce-breadcrumb {
	margin-bottom: 2rem;
	font-size: 0.9rem;
	color: #666;
}

.woocommerce .woocommerce-breadcrumb a {
	color: #c41e3a;
	text-decoration: none;
}

.woocommerce .woocommerce-breadcrumb a:hover {
	text-decoration: underline;
}

/* Product grid styling */
.woocommerce ul.products {
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
	gap: 2rem;
	margin: 0;
	padding: 0;
}

.woocommerce ul.products li.product {
	background: #fff;
	border-radius: 12px;
	box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1);
	transition: transform 0.3s ease, box-shadow 0.3s ease;
	overflow: hidden;
	border: none;
}

.woocommerce ul.products li.product:hover {
	transform: translateY(-5px);
	box-shadow: 0 8px 30px rgba(0, 0, 0, 0.15);
}

.woocommerce ul.products li.product .woocommerce-loop-product__title {
	color: #333;
	font-weight: 600;
	font-size: 1.1rem;
	margin: 1rem 0 0.5rem 0;
}

.woocommerce ul.products li.product .price {
	color: #c41e3a;
	font-weight: 700;
	font-size: 1.2rem;
}

/* Buttons */
.woocommerce a.button,
.woocommerce button.button,
.woocommerce input.button,
.woocommerce #respond input#submit {
	background: #c41e3a;
	color: white;
	border: none;
	border-radius: 8px;
	padding: 12px 24px;
	font-weight: 600;
	transition: all 0.3s ease;
	text-decoration: none;
	display: inline-block;
}

.woocommerce a.button:hover,
.woocommerce button.button:hover,
.woocommerce input.button:hover,
.woocommerce #respond input#submit:hover {
	background: #a01729;
	transform: translateY(-2px);
}

/* Enhanced Proceed to Checkout Button */
.woocommerce-cart .wc-proceed-to-checkout .checkout-button,
.woocommerce-cart .wc-proceed-to-checkout a.checkout-button,
.woocommerce-cart .checkout-button,
.woocommerce-cart a.checkout-button {
	background: linear-gradient(135deg, #c41e3a 0%, #e74c3c 100%) !important;
	color: white !important;
	font-size: 1.2rem !important;
	font-weight: 700 !important;
	padding: 18px 40px !important;
	border-radius: 12px !important;
	text-transform: uppercase !important;
	letter-spacing: 1px !important;
	box-shadow: 0 8px 25px rgba(196, 30, 58, 0.4) !important;
	border: none !important;
	transition: all 0.3s cubic-bezier(0.25, 0.8, 0.25, 1) !important;
	text-decoration: none !important;
	display: inline-flex !important;
	align-items: center !important;
	justify-content: center !important;
	gap: 10px !important;
	position: relative !important;
	overflow: hidden !important;
	min-width: 250px !important;
}

.woocommerce-cart .wc-proceed-to-checkout .checkout-button::before,
.woocommerce-cart .wc-proceed-to-checkout a.checkout-button::before,
.woocommerce-cart .checkout-button::before,
.woocommerce-cart a.checkout-button::before {
	content: '';
	position: absolute;
	top: 0;
	left: -100%;
	width: 100%;
	height: 100%;
	background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.2), transparent);
	transition: left 0.6s;
}

.woocommerce-cart .wc-proceed-to-checkout .checkout-button:hover::before,
.woocommerce-cart .wc-proceed-to-checkout a.checkout-button:hover::before,
.woocommerce-cart .checkout-button:hover::before,
.woocommerce-cart a.checkout-button:hover::before {
	left: 100%;
}

.woocommerce-cart .wc-proceed-to-checkout .checkout-button:hover,
.woocommerce-cart .wc-proceed-to-checkout a.checkout-button:hover,
.woocommerce-cart .checkout-button:hover,
.woocommerce-cart a.checkout-button:hover {
	background: linear-gradient(135deg, #a01729 0%, #c0392b 100%) !important;
	transform: translateY(-5px) scale(1.02) !important;
	box-shadow: 0 15px 35px rgba(196, 30, 58, 0.6) !important;
	color: white !important;
}

.woocommerce-cart .wc-proceed-to-checkout .checkout-button:active,
.woocommerce-cart .wc-proceed-to-checkout a.checkout-button:active,
.woocommerce-cart .checkout-button:active,
.woocommerce-cart a.checkout-button:active {
	transform: translateY(-2px) scale(0.98) !important;
}

/* Add icon to checkout button */
.woocommerce-cart .wc-proceed-to-checkout .checkout-button::after,
.woocommerce-cart .wc-proceed-to-checkout a.checkout-button::after,
.woocommerce-cart .checkout-button::after,
.woocommerce-cart a.checkout-button::after {
	content: '→';
	font-size: 1.3rem;
	font-weight: bold;
	margin-left: 8px;
	transition: transform 0.3s ease;
}

.woocommerce-cart .wc-proceed-to-checkout .checkout-button:hover::after,
.woocommerce-cart .wc-proceed-to-checkout a.checkout-button:hover::after,
.woocommerce-cart .checkout-button:hover::after,
.woocommerce-cart a.checkout-button:hover::after {
	transform: translateX(5px);
}

/* Enhanced checkout button container */
.woocommerce-cart .wc-proceed-to-checkout {
	text-align: center !important;
	padding: 2rem 1rem !important;
	background: rgba(255, 255, 255, 0.8) !important;
	border-radius: 15px !important;
	box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1) !important;
	margin-top: 2rem !important;
	position: relative !important;
}

.woocommerce-cart .wc-proceed-to-checkout::before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	height: 4px;
	background: linear-gradient(90deg, #c41e3a, #e74c3c, #c41e3a);
	border-radius: 15px 15px 0 0;
}

/* Pulsing animation for extra attention */
.woocommerce-cart .wc-proceed-to-checkout .checkout-button,
.woocommerce-cart .checkout-button {
	animation: checkoutPulse 3s ease-in-out infinite;
}

@keyframes checkoutPulse {
	0%, 100% {
		box-shadow: 0 8px 25px rgba(196, 30, 58, 0.4);
	}
	50% {
		box-shadow: 0 8px 25px rgba(196, 30, 58, 0.6), 0 0 0 8px rgba(196, 30, 58, 0.1);
	}
}

/* Stop animation on hover */
.woocommerce-cart .wc-proceed-to-checkout .checkout-button:hover,
.woocommerce-cart .checkout-button:hover {
	animation: none;
}

/* Cart and checkout styling */
.woocommerce table.cart {
	border-radius: 12px;
	overflow: hidden;
	box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1);
}

.woocommerce table.cart th,
.woocommerce table.cart td {
	padding: 1rem;
	vertical-align: middle;
}

.woocommerce .cart-collaterals {
	margin-top: 2rem;
}

.woocommerce .cart_totals {
	background: #f8f9fa;
	border-radius: 12px;
	padding: 2rem;
}

/* Form styling */
.woocommerce form.checkout {
	background: #fff;
	border-radius: 12px;
	padding: 2rem;
	box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1);
}

.woocommerce .form-row label {
	font-weight: 600;
	color: #333;
}

.woocommerce .form-row input.input-text,
.woocommerce .form-row textarea,
.woocommerce .form-row select {
	border: 2px solid #e9ecef;
	border-radius: 8px;
	padding: 12px 16px;
	font-size: 1rem;
	transition: border-color 0.3s ease;
}

.woocommerce .form-row input.input-text:focus,
.woocommerce .form-row textarea:focus,
.woocommerce .form-row select:focus {
	border-color: #c41e3a;
	outline: none;
}

/* Messages */
.woocommerce .woocommerce-message,
.woocommerce .woocommerce-info,
.woocommerce .woocommerce-error {
	border-radius: 8px;
	padding: 1rem 1.5rem;
	margin-bottom: 1.5rem;
}

.woocommerce .woocommerce-message {
	background: #d4edda;
	color: #155724;
	border-left: 4px solid #28a745;
}

.woocommerce .woocommerce-info {
	background: #d1ecf1;
	color: #0c5460;
	border-left: 4px solid #17a2b8;
}

.woocommerce .woocommerce-error {
	background: #f8d7da;
	color: #721c24;
	border-left: 4px solid #dc3545;
}

/* Account pages */
.woocommerce-account .woocommerce-MyAccount-navigation {
	background: #f8f9fa;
	border-radius: 12px;
	padding: 1.5rem;
	margin-bottom: 2rem;
}

.woocommerce-account .woocommerce-MyAccount-navigation ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

.woocommerce-account .woocommerce-MyAccount-navigation ul li {
	margin-bottom: 0.5rem;
}

.woocommerce-account .woocommerce-MyAccount-navigation ul li a {
	color: #333;
	text-decoration: none;
	padding: 0.5rem 1rem;
	display: block;
	border-radius: 6px;
	transition: background-color 0.3s ease;
}

.woocommerce-account .woocommerce-MyAccount-navigation ul li a:hover,
.woocommerce-account .woocommerce-MyAccount-navigation ul li.is-active a {
	background-color: #c41e3a;
	color: white;
}

/* Responsive adjustments */
@media (max-width: 768px) {
	.woocommerce-wrapper {
		padding-top: 3rem !important; /* Keep consistent spacing on mobile */
	}
	
	.woocommerce ul.products {
		grid-template-columns: 1fr;
		gap: 1.5rem;
	}
	
	.woocommerce form.checkout {
		padding: 1.5rem;
	}
	
	/* Mobile responsive checkout button */
	.woocommerce-cart .wc-proceed-to-checkout .checkout-button,
	.woocommerce-cart .wc-proceed-to-checkout a.checkout-button,
	.woocommerce-cart .checkout-button,
	.woocommerce-cart a.checkout-button {
		font-size: 1.1rem !important;
		padding: 16px 30px !important;
		min-width: 200px !important;
		letter-spacing: 0.5px !important;
	}
	
	.woocommerce-cart .wc-proceed-to-checkout {
		padding: 1.5rem 0.5rem !important;
		margin-top: 1.5rem !important;
	}
}

@media (max-width: 480px) {
	/* Extra small screens checkout button */
	.woocommerce-cart .wc-proceed-to-checkout .checkout-button,
	.woocommerce-cart .wc-proceed-to-checkout a.checkout-button,
	.woocommerce-cart .checkout-button,
	.woocommerce-cart a.checkout-button {
		font-size: 1rem !important;
		padding: 14px 25px !important;
		min-width: 180px !important;
		letter-spacing: 0.3px !important;
	}
	
	.woocommerce-cart .wc-proceed-to-checkout .checkout-button::after,
	.woocommerce-cart .wc-proceed-to-checkout a.checkout-button::after,
	.woocommerce-cart .checkout-button::after,
	.woocommerce-cart a.checkout-button::after {
		font-size: 1.1rem;
		margin-left: 6px;
	}
	
	.woocommerce-cart .wc-proceed-to-checkout {
		padding: 1rem 0.25rem !important;
	}
}

/*--------------------------------------------------------------
# Generic Archive Pages
--------------------------------------------------------------*/
.archive-header {
	text-align: center;
	padding: 2rem 0;
	background: linear-gradient(135deg, #1e3a8a 0%, #c41e3a 100%);
	color: white;
	border-radius: 12px;
	margin-bottom: 3rem !important;
}

.archive-title {
	font-size: 2.5rem;
	font-weight: 700;
	margin-bottom: 1rem;
	color: white;
}

.archive-description {
	font-size: 1.1rem;
	margin-bottom: 0;
	opacity: 0.9;
}

/* Archive Items Grid */
.archive-content {
	margin-bottom: 3rem;
}

.archive-item-card {
	background: white;
	border-radius: 15px;
	box-shadow: 0 8px 25px rgba(0, 0, 0, 0.1);
	transition: all 0.3s ease;
	overflow: hidden;
	border: none;
}

.archive-item-card:hover {
	transform: translateY(-10px);
	box-shadow: 0 15px 40px rgba(0, 0, 0, 0.15);
}

.archive-item-image {
	position: relative;
	height: 200px;
	overflow: hidden;
}

.archive-item-image img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: transform 0.3s ease;
}

.archive-item-card:hover .archive-item-image img {
	transform: scale(1.1);
}

.archive-item-content {
	padding: 1.5rem;
}

.archive-item-title {
	font-size: 1.3rem;
	font-weight: 600;
	margin-bottom: 0.5rem;
}

.archive-item-title a {
	color: #333;
	text-decoration: none;
	transition: color 0.3s ease;
}

.archive-item-title a:hover {
	color: #c41e3a;
}

.archive-item-meta {
	font-size: 0.9rem;
	color: #666;
	margin-bottom: 1rem;
}

.archive-item-meta .post-author {
	margin-left: 1rem;
}

.archive-item-excerpt {
	color: #666;
	font-size: 0.95rem;
	line-height: 1.6;
	margin-bottom: 1.5rem;
}

.archive-item-actions .btn {
	font-size: 0.9rem;
	padding: 0.5rem 1rem;
	border-radius: 8px;
	transition: all 0.3s ease;
}

.archive-item-actions .btn-primary {
	background: #c41e3a;
	border-color: #c41e3a;
}

.archive-item-actions .btn-primary:hover {
	background: #a01729;
	border-color: #a01729;
	transform: translateY(-2px);
}

/* No posts state */
.no-posts {
	background: #f8f9fa;
	border-radius: 12px;
	padding: 3rem 2rem !important;
}

.no-posts h2 {
	color: #333;
	margin-bottom: 1rem;
}

.no-posts p {
	color: #666;
	margin-bottom: 2rem;
}

/* Responsive design for generic archives */
@media (max-width: 768px) {
	.archive-title {
		font-size: 2rem;
	}
	
	.archive-header {
		padding: 1.5rem 1rem;
		margin-bottom: 2rem !important;
	}
	
	.archive-item-content {
		padding: 1rem;
	}
}

/*--------------------------------------------------------------
# Menu Archive Pages
--------------------------------------------------------------*/
.menu-archive-header {
	text-align: center;
	padding: 2rem 0;
	background: linear-gradient(135deg, #c41e3a 0%, #1e3a8a 100%);
	color: white;
	border-radius: 12px;
	margin-bottom: 3rem !important;
}

.menu-archive-title {
	font-size: 2.5rem;
	font-weight: 700;
	margin-bottom: 1rem;
	color: white;
}

.menu-archive-description {
	font-size: 1.1rem;
	margin-bottom: 0;
	opacity: 0.9;
}

/* Menu Items Grid */
.menu-items-grid {
	margin-bottom: 3rem;
}

.menu-item-card {
	background: white;
	border-radius: 15px;
	box-shadow: 0 8px 25px rgba(0, 0, 0, 0.1);
	transition: all 0.3s ease;
	overflow: hidden;
	border: none;
}

.menu-item-card:hover {
	transform: translateY(-10px);
	box-shadow: 0 15px 40px rgba(0, 0, 0, 0.15);
}

.menu-item-image {
	position: relative;
	height: 200px;
	overflow: hidden;
}

.menu-item-image img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: transform 0.3s ease;
}

.menu-item-card:hover .menu-item-image img {
	transform: scale(1.1);
}

.menu-item-content {
	padding: 1.5rem;
}

.menu-item-title {
	font-size: 1.3rem;
	font-weight: 600;
	margin-bottom: 0.5rem;
}

.menu-item-title a {
	color: #333;
	text-decoration: none;
	transition: color 0.3s ease;
}

.menu-item-title a:hover {
	color: #c41e3a;
}

.menu-item-price {
	font-size: 1.2rem;
	font-weight: 700;
	color: #c41e3a;
	margin-bottom: 1rem;
}

.menu-item-excerpt {
	color: #666;
	font-size: 0.95rem;
	line-height: 1.6;
	margin-bottom: 1.5rem;
}

.menu-item-actions {
	display: flex;
	gap: 0.5rem;
	flex-wrap: wrap;
}

.menu-item-actions .btn {
	font-size: 0.9rem;
	padding: 0.5rem 1rem;
	border-radius: 8px;
	transition: all 0.3s ease;
}

.menu-item-actions .btn-primary {
	background: #c41e3a;
	border-color: #c41e3a;
}

.menu-item-actions .btn-primary:hover {
	background: #a01729;
	border-color: #a01729;
	transform: translateY(-2px);
}

.menu-item-actions .btn-outline-primary {
	color: #c41e3a;
	border-color: #c41e3a;
}

.menu-item-actions .btn-outline-primary:hover {
	background: #c41e3a;
	border-color: #c41e3a;
	transform: translateY(-2px);
}

/* No menu items state */
.no-menu-items {
	background: #f8f9fa;
	border-radius: 12px;
	padding: 3rem 2rem !important;
}

.no-menu-items h2 {
	color: #333;
	margin-bottom: 1rem;
}

.no-menu-items p {
	color: #666;
	margin-bottom: 2rem;
}

/* Pagination */
.pagination-wrapper {
	margin-top: 3rem;
	text-align: center;
}

.pagination-wrapper .page-numbers {
	display: inline-block;
	padding: 0.5rem 1rem;
	margin: 0 0.25rem;
	background: white;
	border: 2px solid #e9ecef;
	border-radius: 8px;
	color: #333;
	text-decoration: none;
	transition: all 0.3s ease;
}

.pagination-wrapper .page-numbers:hover,
.pagination-wrapper .page-numbers.current {
	background: #c41e3a;
	border-color: #c41e3a;
	color: white;
	transform: translateY(-2px);
}

/* Responsive design for menu archive */
@media (max-width: 768px) {
	.menu-archive-title {
		font-size: 2rem;
	}
	
	.menu-archive-header {
		padding: 1.5rem 1rem;
		margin-bottom: 2rem !important;
	}
	
	.menu-item-content {
		padding: 1rem;
	}
	
	.menu-item-actions {
		justify-content: center;
	}
	
	.menu-item-actions .btn {
		flex: 1;
		max-width: 150px;
	}
}

/*--------------------------------------------------------------
# Featured Menu Items (Design Version)
--------------------------------------------------------------*/
/* Apply to all food items across the site */
.food-item {
    border-radius: 12px;
    overflow: hidden;
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.1);
    transition: all 0.3s ease;
    height: 100%;
    background-color: #ffffff;
}

.food-item:hover {
    transform: translateY(-10px);
}

.food-item-img {
    position: relative;
    height: auto;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #f8f9fa;
}

.food-item-img img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    transition: all 0.3s ease;
}

.food-item:hover .food-item-img img {
    transform: scale(1.1);
}

.food-item-badge {
    position: absolute;
    top: 15px;
    right: 15px;
    background-color: #c41e3a;
    color: #ffffff;
    padding: 5px 15px;
    border-radius: 20px;
    font-size: 0.8rem;
    font-weight: 600;
}

.food-item-info {
    padding: 25px;
}

.food-item h4 {
    font-weight: 600;
    margin-bottom: 5px;
    font-size: 1.2rem;
    color: #333;
}

.food-item h4 a {
    color: #333;
    text-decoration: none;
    transition: color 0.3s ease;
}

.food-item h4 a:hover {
    color: #c41e3a;
}

.food-item-img a {
    display: block;
    text-decoration: none;
}

.price {
    color: #c41e3a;
    font-weight: 700;
    font-size: 1.1rem;
}

.food-item p {
    margin: 15px 0;
    color: #666;
    font-size: 0.95rem;
    line-height: 1.6;
}

#menu .section-divider {
    width: 80px;
    height: 3px;
    background: linear-gradient(135deg, #c41e3a 0%, #1e3a8a 100%);
    margin: 1rem auto;
    border-radius: 2px;
}

#menu .section-subtext {
    color: #666;
    font-size: 1.1rem;
    margin-bottom: 0;
}

.food-item-actions {
    display: flex;
    gap: 10px;
    margin-top: 15px;
}

.food-item-actions .btn {
    flex: 1;
    font-size: 0.85rem;
    padding: 8px 12px;
    border-radius: 6px;
    transition: all 0.3s ease;
    border: none;
}

.order-now-btn {
    background-color: #c41e3a;
    color: white;
    text-decoration: none;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

.order-now-btn:hover {
    background-color: #a01729;
    color: white;
    text-decoration: none;
    transform: translateY(-2px);
}

.quick-view-btn {
    background-color: transparent;
    color: #c41e3a;
    border: 1px solid #c41e3a;
}

.quick-view-btn:hover {
    background-color: #1e3a8a;
    border-color: #1e3a8a;
    color: white;
    transform: translateY(-2px);
}

.quick-view-btn i {
    margin-right: 5px;
    font-size: 0.8rem;
}

/* Responsive adjustments for food items */
@media (max-width: 768px) {
    .food-item-img {
        height: auto;
    }

    .food-item-img img {
        object-fit: contain;
    }
    
    .food-item-info {
        padding: 20px;
    }
    
    .food-item h4 {
        font-size: 1.1rem;
    }
    
    .food-item p {
        font-size: 0.9rem;
    }
    
    .food-item-actions {
        gap: 8px;
    }
    
    .food-item-actions .btn {
        font-size: 0.8rem;
        padding: 6px 10px;
    }
}

@media (max-width: 576px) {
    .food-item-img {
        height: auto;
    }

    .food-item-img img {
        object-fit: contain;
    }
    
    .food-item-info {
        padding: 15px;
    }
}

/* ==========================================================================
   Delivery Platform Section Styles
   ========================================================================== */

/* Order Platform Section - Dark Background */
#order {
    background: linear-gradient(135deg, #1a1a1a 0%, #2d2d2d 100%);
    position: relative;
    overflow: hidden;
}

#order::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 100 100"><circle cx="50" cy="50" r="2" fill="rgba(255,255,255,0.05)"/></svg>') repeat;
    animation: float 20s linear infinite;
}

@keyframes float {
    0% { transform: translateY(0px); }
    100% { transform: translateY(-100px); }
}

#order .container {
    position: relative;
    z-index: 1;
}

#order .section-header h2 {
    color: #ffffff;
    font-size: 2.5rem;
    font-weight: 700;
    margin-bottom: 1rem;
    text-shadow: 2px 2px 4px rgba(0,0,0,0.5);
}

#order .section-divider {
    width: 80px;
    height: 4px;
    background: linear-gradient(90deg, #e74c3c, #f39c12);
    margin: 0 auto 1.5rem;
    border-radius: 2px;
    box-shadow: 0 2px 4px rgba(231, 76, 60, 0.3);
}

#order .section-subtext {
    color: #cccccc;
    font-size: 1.1rem;
    font-weight: 300;
    margin-bottom: 0;
    opacity: 0.9;
}

/* Delivery Platform Cards */
.delivery-platform {
    display: block;
    text-decoration: none;
    color: inherit;
    padding: 2rem 1.5rem;
    border-radius: 15px;
    background: rgba(255, 255, 255, 0.08);
    backdrop-filter: blur(10px);
    border: 1px solid rgba(255, 255, 255, 0.1);
    transition: all 0.4s cubic-bezier(0.25, 0.8, 0.25, 1);
    position: relative;
    overflow: hidden;
    box-shadow: 0 8px 32px rgba(0, 0, 0, 0.3);
}

.delivery-platform::before {
    content: '';
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.1), transparent);
    transition: left 0.6s;
}

.delivery-platform:hover::before {
    left: 100%;
}

.delivery-platform:hover {
    transform: translateY(-10px) scale(1.02);
    background: rgba(255, 255, 255, 0.12);
    border-color: rgba(255, 255, 255, 0.2);
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.4);
    text-decoration: none;
    color: inherit;
}

.delivery-platform img {
    width: 80px;
    height: 80px;
    object-fit: contain;
    margin-bottom: 1rem;
    transition: all 0.3s ease;
    filter: brightness(0.9) contrast(1.1);
    border-radius: 10px;
    background: rgba(255, 255, 255, 0.1);
    padding: 10px;
}

.delivery-platform:hover img {
    transform: scale(1.1) rotate(5deg);
    filter: brightness(1.1) contrast(1.2);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.3);
}

.delivery-platform h4 {
    color: #ffffff;
    font-size: 1.3rem;
    font-weight: 600;
    margin: 0;
    text-shadow: 1px 1px 2px rgba(0,0,0,0.5);
    transition: all 0.3s ease;
}

.delivery-platform:hover h4 {
    color: #f39c12;
    text-shadow: 0 0 10px rgba(243, 156, 18, 0.5);
}

/* Responsive Design for Delivery Platforms */
@media (max-width: 1200px) {
    .delivery-platform {
        padding: 1.5rem 1rem;
    }
    
    .delivery-platform img {
        width: 70px;
        height: 70px;
    }
    
    #order .section-header h2 {
        font-size: 2.2rem;
    }
}

@media (max-width: 768px) {
    #order {
        padding: 3rem 0;
    }
    
    #order .section-header h2 {
        font-size: 1.8rem;
    }
    
    .delivery-platform {
        padding: 1.5rem 1rem;
        margin-bottom: 1rem;
    }
    
    .delivery-platform img {
        width: 60px;
        height: 60px;
    }
    
    .delivery-platform h4 {
        font-size: 1.1rem;
    }
}

@media (max-width: 576px) {
    .delivery-platform {
        padding: 1rem;
    }
    
    .delivery-platform img {
        width: 50px;
        height: 50px;
        margin-bottom: 0.5rem;
    }
    
    .delivery-platform h4 {
        font-size: 1rem;
    }
    
    #order .section-subtext {
        font-size: 1rem;
    }
}

/* ==========================================================================
   Ambiance Section Styles  
   ========================================================================== */

/* Ambiance Section */
#ambiance {
    background: linear-gradient(135deg, #f8f9fa 0%, #ffffff 100%);
    position: relative;
    overflow: hidden;
}

#ambiance::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 100 100"><circle cx="20" cy="20" r="1" fill="rgba(0,0,0,0.02)"/><circle cx="80" cy="40" r="1" fill="rgba(0,0,0,0.02)"/><circle cx="40" cy="80" r="1" fill="rgba(0,0,0,0.02)"/></svg>') repeat;
    animation: ambiance-float 30s linear infinite;
}

@keyframes ambiance-float {
    0% { transform: translateX(0px) translateY(0px); }
    100% { transform: translateX(-50px) translateY(-50px); }
}

#ambiance .container {
    position: relative;
    z-index: 1;
}

#ambiance .section-header h2 {
    color: #2c3e50;
    font-size: 2.5rem;
    font-weight: 700;
    margin-bottom: 1rem;
    text-shadow: 1px 1px 2px rgba(0,0,0,0.1);
}

#ambiance .section-divider {
    width: 80px;
    height: 4px;
    background: linear-gradient(90deg, #e74c3c, #f39c12);
    margin: 0 auto 1.5rem;
    border-radius: 2px;
    box-shadow: 0 2px 4px rgba(231, 76, 60, 0.3);
}

#ambiance .lead {
    font-size: 1.2rem;
    font-weight: 400;
    color: #34495e;
    line-height: 1.6;
    margin-bottom: 1.5rem;
}

#ambiance p {
    color: #5a6c7d;
    font-size: 1rem;
    line-height: 1.7;
    margin-bottom: 1.5rem;
}

#ambiance .btn-primary {
    background: linear-gradient(135deg, #e74c3c 0%, #c0392b 100%);
    border: none;
    border-radius: 25px;
    padding: 12px 30px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    transition: all 0.3s ease;
    box-shadow: 0 4px 15px rgba(231, 76, 60, 0.3);
}

#ambiance .btn-primary:hover {
    background: linear-gradient(135deg, #c0392b 0%, #a93226 100%);
    transform: translateY(-2px);
    box-shadow: 0 6px 20px rgba(231, 76, 60, 0.4);
}

/* Ambiance Gallery */
.ambiance-gallery {
    position: relative;
}

.ambiance-gallery .row {
    --bs-gutter-x: 0.75rem;
    --bs-gutter-y: 0.75rem;
}

.ambiance-gallery img {
    width: 100%;
    height: 200px;
    object-fit: cover;
    border-radius: 15px;
    transition: all 0.4s cubic-bezier(0.25, 0.8, 0.25, 1);
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.15);
    filter: brightness(0.95) contrast(1.05);
    position: relative;
    overflow: hidden;
}

.ambiance-gallery .col-6 {
    position: relative;
    overflow: hidden;
    border-radius: 15px;
}

.ambiance-gallery .col-6::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(45deg, transparent 40%, rgba(255, 255, 255, 0.1) 50%, transparent 60%);
    transform: translateX(-100%);
    transition: transform 0.6s;
    z-index: 1;
    border-radius: 15px;
}

.ambiance-gallery .col-6:hover::before {
    transform: translateX(100%);
}

.ambiance-gallery .col-6:hover img {
    transform: scale(1.05);
    filter: brightness(1.1) contrast(1.1);
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.25);
}

/* Individual image hover effects */
.ambiance-gallery .col-6:nth-child(1) img {
    transform-origin: top left;
}

.ambiance-gallery .col-6:nth-child(2) img {
    transform-origin: top right;
}

.ambiance-gallery .col-6:nth-child(3) img {
    transform-origin: bottom left;
}

.ambiance-gallery .col-6:nth-child(4) img {
    transform-origin: bottom right;
}

.ambiance-gallery .col-6:nth-child(1):hover img {
    transform: scale(1.05) rotate(1deg);
}

.ambiance-gallery .col-6:nth-child(2):hover img {
    transform: scale(1.05) rotate(-1deg);
}

.ambiance-gallery .col-6:nth-child(3):hover img {
    transform: scale(1.05) rotate(-1deg);
}

.ambiance-gallery .col-6:nth-child(4):hover img {
    transform: scale(1.05) rotate(1deg);
}

/* Responsive Design for Ambiance Section */
@media (max-width: 1200px) {
    #ambiance .section-header h2 {
        font-size: 2.2rem;
    }
    
    .ambiance-gallery img {
        height: 180px;
    }
}

@media (max-width: 768px) {
    #ambiance {
        padding: 3rem 0;
    }
    
    #ambiance .section-header h2 {
        font-size: 1.8rem;
        text-align: center;
    }
    
    #ambiance .section-divider {
        margin: 0 auto 1.5rem;
    }
    
    #ambiance .lead {
        font-size: 1.1rem;
        text-align: center;
    }
    
    #ambiance p {
        text-align: center;
        margin-bottom: 2rem;
    }
    
    #ambiance .btn-primary {
        display: block;
        width: 200px;
        margin: 0 auto;
        text-align: center;
    }
    
    .ambiance-gallery img {
        height: 150px;
        border-radius: 12px;
    }
    
    .ambiance-gallery .col-6 {
        border-radius: 12px;
    }
    
    .ambiance-gallery .col-6::before {
        border-radius: 12px;
    }
}

@media (max-width: 576px) {
    #ambiance .section-header h2 {
        font-size: 1.6rem;
    }
    
    #ambiance .lead {
        font-size: 1rem;
    }
    
    #ambiance p {
        font-size: 0.9rem;
    }
    
    .ambiance-gallery img {
        height: 120px;
        border-radius: 10px;
    }
    
    .ambiance-gallery .col-6 {
        border-radius: 10px;
    }
    
    .ambiance-gallery .col-6::before {
        border-radius: 10px;
    }
    
    #ambiance .btn-primary {
        padding: 10px 25px;
        font-size: 0.9rem;
    }
}

/* Animation delays for staggered effect */
.ambiance-gallery .col-6:nth-child(1) {
    animation: fadeInUp 0.6s ease 0.1s both;
}

.ambiance-gallery .col-6:nth-child(2) {
    animation: fadeInUp 0.6s ease 0.2s both;
}

.ambiance-gallery .col-6:nth-child(3) {
    animation: fadeInUp 0.6s ease 0.3s both;
}

.ambiance-gallery .col-6:nth-child(4) {
    animation: fadeInUp 0.6s ease 0.4s both;
}

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

/* ==========================================================================
   Testimonials Section Styles
   ========================================================================== */

/* Testimonials Section */
#testimonials {
    background: linear-gradient(135deg, #f1f3f4 0%, #e8eaf6 100%);
    position: relative;
    overflow: hidden;
}

#testimonials::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 100 100"><polygon points="30,10 70,10 60,30 40,30" fill="rgba(231,76,60,0.03)"/><polygon points="10,60 30,40 30,80 10,80" fill="rgba(243,156,18,0.03)"/><polygon points="70,60 90,40 90,80 70,80" fill="rgba(231,76,60,0.03)"/></svg>') repeat;
    animation: testimonials-float 40s linear infinite;
}

@keyframes testimonials-float {
    0% { transform: translateX(0px) translateY(0px); }
    100% { transform: translateX(-100px) translateY(-100px); }
}

#testimonials .container {
    position: relative;
    z-index: 1;
}

#testimonials .section-header h2 {
    color: #2c3e50;
    font-size: 2.5rem;
    font-weight: 700;
    margin-bottom: 1rem;
    text-shadow: 1px 1px 2px rgba(0,0,0,0.1);
}

#testimonials .section-divider {
    width: 80px;
    height: 4px;
    background: linear-gradient(90deg, #e74c3c, #f39c12);
    margin: 0 auto 1.5rem;
    border-radius: 2px;
    box-shadow: 0 2px 4px rgba(231, 76, 60, 0.3);
}

#testimonials .section-subtext {
    color: #5a6c7d;
    font-size: 1.1rem;
    font-weight: 300;
    margin-bottom: 0;
    opacity: 0.9;
}

/* Testimonial Cards */
.testimonial-card {
    background: #ffffff;
    border-radius: 20px;
    padding: 2rem 1.5rem;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
    transition: all 0.4s cubic-bezier(0.25, 0.8, 0.25, 1);
    position: relative;
    overflow: hidden;
    border: 1px solid rgba(255, 255, 255, 0.8);
    height: 100%;
    display: flex;
    flex-direction: column;
}

.testimonial-card::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 4px;
    background: linear-gradient(90deg, #e74c3c, #f39c12);
    transform: scaleX(0);
    transition: transform 0.3s ease;
    transform-origin: left;
}

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

.testimonial-card:hover {
    transform: translateY(-10px);
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.15);
    border-color: rgba(231, 76, 60, 0.1);
}

/* Testimonial Rating */
.testimonial-rating {
    margin-bottom: 1.5rem;
    text-align: center;
}

.testimonial-rating i {
    color: #f39c12;
    font-size: 1.2rem;
    margin: 0 2px;
    transition: all 0.3s ease;
    text-shadow: 0 1px 2px rgba(243, 156, 18, 0.3);
}

.testimonial-card:hover .testimonial-rating i {
    transform: scale(1.1);
    color: #e67e22;
}

/* Testimonial Text */
.testimonial-text {
    font-size: 1rem;
    line-height: 1.7;
    color: #34495e;
    font-style: italic;
    margin-bottom: 1.5rem;
    position: relative;
    flex-grow: 1;
}

.testimonial-text::before {
    content: '"';
    font-size: 3rem;
    color: #e74c3c;
    position: absolute;
    top: -10px;
    left: -10px;
    font-family: Georgia, serif;
    opacity: 0.3;
}

.testimonial-text::after {
    content: '"';
    font-size: 3rem;
    color: #e74c3c;
    position: absolute;
    bottom: -30px;
    right: -5px;
    font-family: Georgia, serif;
    opacity: 0.3;
}

/* Testimonial Author */
.testimonial-author {
    display: flex;
    align-items: center;
    gap: 1rem;
    margin-top: auto;
}

.testimonial-avatar {
    position: relative;
}

.testimonial-avatar img {
    width: 60px;
    height: 60px;
    border-radius: 50%;
    object-fit: cover;
    border: 3px solid #ffffff;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
    transition: all 0.3s ease;
}

.testimonial-card:hover .testimonial-avatar img {
    transform: scale(1.05);
    border-color: #e74c3c;
    box-shadow: 0 6px 16px rgba(231, 76, 60, 0.3);
}

.testimonial-info h5 {
    margin: 0;
    font-size: 1.1rem;
    font-weight: 600;
    color: #2c3e50;
    transition: color 0.3s ease;
}

.testimonial-info span {
    font-size: 0.9rem;
    color: #7f8c8d;
    font-weight: 400;
}

.testimonial-card:hover .testimonial-info h5 {
    color: #e74c3c;
}

/* Card Animation Stagger */
.testimonial-card:nth-child(1) {
    animation: fadeInUp 0.6s ease 0.1s both;
}

.testimonial-card:nth-child(2) {
    animation: fadeInUp 0.6s ease 0.2s both;
}

.testimonial-card:nth-child(3) {
    animation: fadeInUp 0.6s ease 0.3s both;
}

/* Responsive Design for Testimonials */
@media (max-width: 1200px) {
    #testimonials .section-header h2 {
        font-size: 2.2rem;
    }
    
    .testimonial-card {
        padding: 1.5rem 1rem;
    }
    
    .testimonial-text {
        font-size: 0.95rem;
    }
    
    .testimonial-avatar img {
        width: 55px;
        height: 55px;
    }
}

@media (max-width: 768px) {
    #testimonials {
        padding: 3rem 0;
    }
    
    #testimonials .section-header h2 {
        font-size: 1.8rem;
    }
    
    .testimonial-card {
        padding: 1.5rem 1rem;
        margin-bottom: 2rem;
        border-radius: 15px;
    }
    
    .testimonial-text {
        font-size: 0.9rem;
        line-height: 1.6;
    }
    
    .testimonial-rating i {
        font-size: 1.1rem;
    }
    
    .testimonial-avatar img {
        width: 50px;
        height: 50px;
    }
    
    .testimonial-info h5 {
        font-size: 1rem;
    }
    
    .testimonial-info span {
        font-size: 0.85rem;
    }
}

@media (max-width: 576px) {
    #testimonials .section-header h2 {
        font-size: 1.6rem;
    }
    
    #testimonials .section-subtext {
        font-size: 1rem;
    }
    
    .testimonial-card {
        padding: 1rem 0.75rem;
        border-radius: 12px;
    }
    
    .testimonial-text {
        font-size: 0.85rem;
        margin-bottom: 1rem;
    }
    
    .testimonial-rating {
        margin-bottom: 1rem;
    }
    
    .testimonial-rating i {
        font-size: 1rem;
        margin: 0 1px;
    }
    
    .testimonial-author {
        gap: 0.75rem;
    }
    
    .testimonial-avatar img {
        width: 45px;
        height: 45px;
    }
    
    .testimonial-info h5 {
        font-size: 0.95rem;
    }
    
    .testimonial-info span {
        font-size: 0.8rem;
    }
}

/* Special effects for testimonial cards */
.testimonial-card:nth-child(1):hover {
    background: linear-gradient(135deg, #ffffff 0%, #fff5f5 100%);
}

.testimonial-card:nth-child(2):hover {
    background: linear-gradient(135deg, #ffffff 0%, #f0f8ff 100%);
}

.testimonial-card:nth-child(3):hover {
    background: linear-gradient(135deg, #ffffff 0%, #f8fff8 100%);
}

/* Footer Styles */
#footer {
    background: #1a1a1a !important;
    color: #ffffff;
    padding-top: 3rem;
}

.footer-brand {
    margin-bottom: 2rem;
}

.footer-logo {
    max-height: 80px;
    width: auto;
    display: block;
    margin-bottom: 1rem;
    border-radius: 8px;
}

.footer-brand h3 {
    color: #FF0000;
    font-weight: 700;
    margin-bottom: 0.5rem;
}

.footer-brand p {
    color: #cccccc;
    margin-bottom: 0;
}

.footer-heading {
    color: #ffffff;
    font-weight: 600;
    margin-bottom: 1.5rem;
    font-size: 1.25rem;
    position: relative;
}

.footer-heading::after {
    content: '';
    position: absolute;
    bottom: -5px;
    left: 0;
    width: 40px;
    height: 2px;
    background: #FF0000;
}

.footer-contact li,
.footer-hours li {
    margin-bottom: 0.75rem;
    color: #e0e0e0;
    line-height: 1.6;
}

.footer-contact i,
.footer-hours i {
    color: #FF0000;
    width: 18px;
}

.footer-contact a,
.footer-hours a {
    color: #e0e0e0;
    text-decoration: none;
    transition: color 0.3s ease;
}

.footer-contact a:hover,
.footer-hours a:hover {
    color: #FF0000;
}

.footer-links {
    list-style: none;
    padding: 0;
    margin: 0;
}

.footer-links li {
    margin-bottom: 0.5rem;
}

.footer-links a {
    color: #e0e0e0;
    text-decoration: none;
    transition: color 0.3s ease, padding-left 0.3s ease;
    display: block;
    padding: 0.25rem 0;
}

.footer-links a:hover {
    color: #FF0000;
    padding-left: 10px;
}

.social-icons {
    margin-top: 1.5rem;
}

.social-icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    background: rgba(255, 0, 0, 0.1);
    border: 2px solid #FF0000;
    border-radius: 50%;
    color: #FF0000;
    text-decoration: none;
    margin-right: 0.75rem;
    transition: all 0.3s ease;
    font-size: 1rem;
}

.social-icon:hover {
    background: #FF0000;
    color: #ffffff;
    transform: translateY(-3px);
    box-shadow: 0 5px 15px rgba(255, 0, 0, 0.3);
}

.footer-bottom {
    border-top: 1px solid #333333;
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
    margin-top: 3rem;
}

.footer-bottom p {
    color: #cccccc;
    margin: 0;
    font-size: 0.9rem;
}

.footer-bottom-link {
    color: #e0e0e0;
    text-decoration: none;
    margin-left: 1rem;
    font-size: 0.9rem;
    transition: color 0.3s ease;
}

.footer-bottom-link:hover {
    color: #FF0000;
}

.footer-bottom-link:first-of-type {
    margin-left: 0;
}

/* Back to Top Button */
.back-to-top {
    position: fixed;
    bottom: 30px;
    right: 30px;
    width: 50px;
    height: 50px;
    background: #FF0000;
    border: none;
    border-radius: 50%;
    color: white;
    font-size: 1.2rem;
    display: none;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: all 0.3s ease;
    z-index: 1000;
    box-shadow: 0 4px 15px rgba(255, 0, 0, 0.3);
}

.back-to-top:hover {
    background: #CC0000;
    transform: translateY(-3px);
    box-shadow: 0 6px 20px rgba(255, 0, 0, 0.4);
}

.back-to-top.show {
    display: flex;
}

/* Responsive Footer */
@media (max-width: 991px) {
    .footer-brand {
        text-align: center;
        margin-bottom: 2.5rem;
    }
    
    .footer-logo {
        margin-left: auto;
        margin-right: auto;
    }
    
    .social-icons {
        justify-content: center;
    }
    
    .footer-heading {
        text-align: center;
    }
    
    .footer-heading::after {
        left: 50%;
        transform: translateX(-50%);
    }
    
    .footer-contact,
    .footer-hours,
    .footer-links {
        text-align: center;
    }
    
    .footer-links a:hover {
        padding-left: 0;
    }
}

@media (max-width: 576px) {
    .footer-bottom {
        text-align: center;
    }
    
    .footer-bottom .col-md-6:last-child {
        margin-top: 1rem;
    }
    
    .footer-bottom-link {
        display: block;
        margin: 0.5rem 0;
    }
    
    .back-to-top {
        bottom: 20px;
        right: 20px;
        width: 45px;
        height: 45px;
    }
}

/* ==========================================================================
   Homepage Background Styles
   ========================================================================== */

/* Homepage sections with gradient background */
.homepage-content,
.services-section,
#menu,
#ambiance,
#testimonials {
    background: linear-gradient(135deg, #f8fafc 0%, #e3f2fd 50%, #fff3e0 100%) !important;
}

.homepage-content {
    min-height: 100vh;
}

/* Ensure food item cards maintain white background for contrast */
.food-item {
    background-color: #ffffff !important;
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.1) !important;
}

/* Service cards with white background for contrast */
.service-card {
    background-color: #ffffff;
    border-radius: 12px;
    padding: 2rem 1.5rem;
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.1);
    transition: all 0.3s ease;
    height: 100%;
}

.service-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.15);
}

/* Testimonial cards with white background for contrast */
.testimonial-card {
    background-color: #ffffff !important;
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.1) !important;
}

/* ==========================================================================
   About Us Page Background Styles
   ========================================================================== */

/* About Us page - Force gradient background everywhere */
body.page-template-page-about-us,
body.page-template-page-about-us *,
body.page-template-page-about-us section,
body.page-template-page-about-us section.py-5,
body.page-template-page-about-us section.bg-light,
body.page-template-page-about-us .bg-light,
body.page-template-page-about-us .container,
body.page-template-page-about-us main,
body.page-template-page-about-us .site-main {
    background: linear-gradient(135deg, #f8fafc 0%, #e3f2fd 50%, #fff3e0 100%) !important;
    background-color: transparent !important;
}

/* Restore white backgrounds only for specific card elements */
body.page-template-page-about-us .value-card,
body.page-template-page-about-us .team-card,
body.page-template-page-about-us .service-card {
    background: #ffffff !important;
    background-color: #ffffff !important;
}

/* Value cards with white background for contrast */
.value-card {
    background-color: #ffffff;
    border-radius: 12px;
    padding: 2rem 1.5rem;
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.1);
    transition: all 0.3s ease;
    height: 100%;
    text-align: center;
}

.value-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.15);
}

.value-icon {
    font-size: 3rem;
    color: #c41e3a;
    margin-bottom: 1.5rem;
}

/* Team cards with white background for contrast */
.team-card {
    background-color: #ffffff;
    border-radius: 12px;
    overflow: hidden;
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.1);
    transition: all 0.3s ease;
    height: 100%;
}

.team-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.15);
}

.team-img {
    height: 250px;
    overflow: hidden;
}

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

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

.team-info {
    padding: 1.5rem;
}

.team-position {
    color: #c41e3a;
    font-weight: 600;
    margin-bottom: 1rem;
}

.team-social a {
    display: inline-block;
    width: 35px;
    height: 35px;
    background: #c41e3a;
    color: white;
    border-radius: 50%;
    text-align: center;
    line-height: 35px;
    margin-right: 0.5rem;
    transition: all 0.3s ease;
}

.team-social a:hover {
    background: #a01729;
    transform: translateY(-2px);
}

/* ==========================================================================
   Contact Us Page Background Styles
   ========================================================================== */

/* Contact Us page - Force gradient background everywhere */
body.page-template-page-contact-us,
body.page-template-page-contact-us *,
body.page-template-page-contact-us section,
body.page-template-page-contact-us section.py-5,
body.page-template-page-contact-us section.bg-light,
body.page-template-page-contact-us .bg-light,
body.page-template-page-contact-us .container,
body.page-template-page-contact-us main,
body.page-template-page-contact-us .site-main {
    background: linear-gradient(135deg, #f8fafc 0%, #e3f2fd 50%, #fff3e0 100%) !important;
    background-color: transparent !important;
}

/* Restore white backgrounds only for specific card elements */
body.page-template-page-contact-us .contact-info-card,
body.page-template-page-contact-us .map-container,
body.page-template-page-contact-us .map-placeholder,
body.page-template-page-contact-us .contact-form-placeholder,
body.page-template-page-contact-us .wpcf7,
body.page-template-page-contact-us form {
    background: #ffffff !important;
    background-color: #ffffff !important;
}

/* Override Bootstrap bg-light class specifically for About Us and Contact Us pages */
.page-template-page-about-us .bg-light,
.page-template-page-contact-us .bg-light {
    background-color: transparent !important;
    background: linear-gradient(135deg, #f8fafc 0%, #e3f2fd 50%, #fff3e0 100%) !important;
}

/* Force gradient on page body and main containers */
body.page-template-page-about-us,
body.page-template-page-contact-us {
    background: linear-gradient(135deg, #f8fafc 0%, #e3f2fd 50%, #fff3e0 100%) !important;
    background-attachment: fixed !important;
    min-height: 100vh !important;
}

/* Contact info cards with white background for contrast */
.contact-info-card {
    background-color: #ffffff;
    border-radius: 12px;
    padding: 2rem 1.5rem;
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.1);
    transition: all 0.3s ease;
    height: 100%;
    text-align: center;
}

.contact-info-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.15);
}

.contact-icon {
    font-size: 3rem;
    color: #c41e3a;
    margin-bottom: 1.5rem;
}

.contact-info-card h3 {
    color: #2c3e50;
    font-weight: 600;
    margin-bottom: 1rem;
}

.contact-info-card a {
    color: #c41e3a;
    text-decoration: none;
    transition: color 0.3s ease;
}

.contact-info-card a:hover {
    color: #a01729;
    text-decoration: underline;
}

/* Contact actions styling */
.contact-actions {
    margin-top: 1rem;
}

.contact-actions .btn {
    margin-right: 0.5rem;
    margin-bottom: 0.5rem;
    font-size: 0.9rem;
    padding: 0.5rem 1rem;
}

/* Contact page button hover effects */
.contact-info-card .btn-outline-primary:hover,
.contact-actions .btn-outline-primary:hover,
.contact-actions .btn-primary:hover {
    color: #ffffff !important;
}

.contact-info-card .btn-outline-primary:hover {
    background-color: #c41e3a;
    border-color: #c41e3a;
    color: #ffffff !important;
}

.contact-actions .btn-primary {
    color: #ffffff !important;
    background-color: #c41e3a;
    border-color: #c41e3a;
}

.contact-actions .btn-primary:hover {
    background-color: #a01729;
    border-color: #a01729;
    color: #ffffff !important;
}

/* Map placeholder styling */
.map-placeholder {
    background: #f8f9fa;
    border: 2px dashed #dee2e6;
    border-radius: 10px;
    padding: 2rem;
    text-align: center;
    min-height: 400px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.map-placeholder .alert {
    margin: 0;
    background: #ffffff;
    border: 1px solid #c41e3a;
    border-radius: 8px;
    box-shadow: 0 2px 10px rgba(196, 30, 58, 0.1);
}

.map-placeholder .alert-info {
    color: #c41e3a;
    border-color: #c41e3a;
}

.map-placeholder .btn-outline-primary {
    border-color: #c41e3a;
    color: #c41e3a;
}

.map-placeholder .btn-outline-primary:hover {
    background-color: #c41e3a;
    border-color: #c41e3a;
    color: #ffffff;
}

/* Opening hours styling */
.opening-hours-list {
    margin: 1rem 0;
}

.opening-hours-list p {
    font-size: 1rem;
    color: #555;
    margin-bottom: 0.25rem;
    font-weight: 500;
}

/* Enhanced contact icon styling */
.contact-icon {
    width: 60px;
    height: 60px;
    background: linear-gradient(45deg, #c41e3a, #ff6b35);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 1rem;
    color: white;
    font-size: 1.5rem;
    transition: all 0.3s ease;
    box-shadow: 0 4px 15px rgba(196, 30, 58, 0.3);
}

.contact-info-card:hover .contact-icon {
    transform: scale(1.1);
    box-shadow: 0 6px 20px rgba(196, 30, 58, 0.4);
}

/* Map container styling */
.map-container {
    border-radius: 12px;
    overflow: hidden;
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.1);
    background: #ffffff;
}

.map-container iframe {
    width: 100%;
    height: 400px;
    border: none;
}

.google-map-embed {
    border-radius: 12px;
    overflow: hidden;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
    background: #ffffff;
}

.map-fallback {
    background-color: #f8f9fa;
    padding: 1rem;
    border-radius: 8px;
    border: 1px solid #dee2e6;
    margin-top: 1rem;
}

.map-fallback p {
    margin-bottom: 0.5rem;
    color: #6c757d;
}

.map-placeholder {
    background: #ffffff;
    padding: 2rem;
    border-radius: 12px;
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.1);
}

/* Contact form styling */
.contact-form-placeholder {
    background: #ffffff;
    padding: 2rem;
    border-radius: 12px;
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.1);
}

/* ==========================================================================
   Menu Page Header Styles
   ========================================================================== */

/* Menu Page Header */
.menu-page-header {
    position: relative;
    min-height: 60vh;
    background: linear-gradient(135deg, #8B0000 0%, #DC143C 25%, #B22222 50%, #8B0000 75%, #A0522D 100%);
    display: flex;
    align-items: center;
    overflow: hidden;
    margin-top: 0;
    padding-top: 80px; /* Add padding to account for fixed navbar */
}

.menu-header-overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.4);
    z-index: 1;
}

.menu-header-pattern {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-image: 
        radial-gradient(circle at 25% 25%, rgba(255, 215, 0, 0.1) 0%, transparent 50%),
        radial-gradient(circle at 75% 75%, rgba(255, 140, 0, 0.1) 0%, transparent 50%),
        linear-gradient(45deg, transparent 40%, rgba(255, 255, 255, 0.02) 50%, transparent 60%);
    animation: patternMove 20s linear infinite;
    z-index: 1;
}

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

.menu-header-content {
    position: relative;
    z-index: 2;
    color: white;
    text-align: center;
    animation: fadeInUp 1s ease-out;
}

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

.menu-header-icon {
    margin-bottom: 2rem;
    animation: fadeInUp 1s ease-out 0.2s both;
}

.menu-header-icon i {
    font-size: 4rem;
    color: #FFD700;
    text-shadow: 0 0 20px rgba(255, 215, 0, 0.5);
    animation: iconGlow 3s ease-in-out infinite alternate;
}

@keyframes iconGlow {
    from {
        text-shadow: 0 0 20px rgba(255, 215, 0, 0.5);
        transform: scale(1);
    }
    to {
        text-shadow: 0 0 30px rgba(255, 215, 0, 0.8);
        transform: scale(1.05);
    }
}

.menu-header-title {
    font-size: 4rem;
    font-weight: 700;
    margin-bottom: 1rem;
    color: #FFFFFF;
    text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.7);
    font-family: 'Georgia', 'Times New Roman', serif;
    letter-spacing: 2px;
    animation: fadeInUp 1s ease-out 0.4s both;
}

.menu-header-subtitle {
    font-size: 1.5rem;
    font-weight: 400;
    color: #FFD700;
    margin-bottom: 2rem;
    font-style: italic;
    text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.5);
    animation: fadeInUp 1s ease-out 0.6s both;
}

.menu-header-divider {
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 2rem 0;
    animation: fadeInUp 1s ease-out 0.8s both;
}

.divider-ornament {
    color: #FFD700;
    font-size: 1.5rem;
    margin: 0 1rem;
    text-shadow: 0 0 10px rgba(255, 215, 0, 0.5);
    animation: ornamentSpin 4s linear infinite;
}

@keyframes ornamentSpin {
    from { transform: rotate(0deg); }
    to { transform: rotate(360deg); }
}

.divider-line {
    width: 100px;
    height: 2px;
    background: linear-gradient(90deg, transparent, #FFD700, transparent);
    position: relative;
}

.divider-line::after {
    content: '';
    position: absolute;
    top: -1px;
    left: 0;
    right: 0;
    height: 4px;
    background: linear-gradient(90deg, transparent, rgba(255, 215, 0, 0.3), transparent);
    animation: lineGlow 2s ease-in-out infinite alternate;
}

@keyframes lineGlow {
    from { opacity: 0.5; }
    to { opacity: 1; }
}

.menu-header-description {
    font-size: 1.1rem;
    line-height: 1.7;
    color: rgba(255, 255, 255, 0.9);
    max-width: 600px;
    margin: 0 auto;
    text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.5);
    animation: fadeInUp 1s ease-out 1s both;
    padding-bottom: 2rem;
}

/* Menu Page Main Content */
.menu-page-main {
    background: linear-gradient(135deg, #f8fafc 0%, #e3f2fd 50%, #fff3e0 100%);
    padding-top: 4rem;
    padding-bottom: 4rem;
    position: relative;
}

.menu-page-main::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 100px;
    background: linear-gradient(180deg, rgba(139, 0, 0, 0.1) 0%, transparent 100%);
    pointer-events: none;
}

/* Remove default page padding for menu page */
body.page-template-page-menu {
    padding-top: 0 !important;
    background: linear-gradient(135deg, #f8fafc 0%, #e3f2fd 50%, #fff3e0 100%);
}

body.page-template-page-menu .site-main {
    padding-top: 0;
}

/* Ensure the traditional menu shortcode displays properly */
body.page-template-page-menu .crp-traditional-menu {
    margin-top: 0;
    background: transparent;
}

/* Responsive Design for Menu Header */
@media (max-width: 1200px) {
    .menu-header-title {
        font-size: 3.5rem;
    }
    
    .menu-header-icon i {
        font-size: 3.5rem;
    }
}

@media (max-width: 768px) {
    .menu-page-header {
        min-height: 50vh;
        padding: 90px 0 2rem 0; /* Increased top padding for mobile navbar */
    }
    
    .menu-header-title {
        font-size: 2.5rem;
        letter-spacing: 1px;
    }
    
    .menu-header-subtitle {
        font-size: 1.2rem;
    }
    
    .menu-header-icon i {
        font-size: 3rem;
    }
    
    .menu-header-description {
        font-size: 1rem;
        padding: 0 1rem;
    }
    
    .divider-line {
        width: 80px;
    }
    
    .menu-page-main {
        padding-top: 3rem;
    }
}

@media (max-width: 576px) {
    .menu-page-header {
        min-height: 45vh;
        padding-top: 90px; /* Ensure proper spacing on small screens */
    }
    
    .menu-header-title {
        font-size: 2rem;
    }
    
    .menu-header-subtitle {
        font-size: 1rem;
    }
    
    .menu-header-icon i {
        font-size: 2.5rem;
    }
    
    .menu-header-description {
        font-size: 0.9rem;
    }
    
    .divider-ornament {
        font-size: 1.2rem;
        margin: 0 0.5rem;
    }
    
    .divider-line {
        width: 60px;
    }
}

/*--------------------------------------------------------------
# Cookie Consent Banner
--------------------------------------------------------------*/

.bc-momo-cookie-banner {
    position: fixed;
    left: 0;
    right: 0;
    z-index: 9999;
    padding: 20px;
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
    animation: slideIn 0.5s ease-out;
}

.bc-momo-cookie-banner.bc-momo-cookie-top {
    top: 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.bc-momo-cookie-banner.bc-momo-cookie-bottom {
    bottom: 0;
    border-top: 1px solid rgba(255, 255, 255, 0.1);
}

.bc-momo-cookie-container {
    max-width: 1200px;
    margin: 0 auto;
}

.bc-momo-cookie-content {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
    flex-wrap: wrap;
}

.bc-momo-cookie-text {
    display: flex;
    align-items: center;
    gap: 15px;
    flex: 1;
    min-width: 300px;
}

.bc-momo-cookie-icon {
    font-size: 1.5rem;
    flex-shrink: 0;
}

.bc-momo-cookie-text p {
    margin: 0;
    line-height: 1.5;
    font-size: 0.95rem;
}

.bc-momo-cookie-actions {
    display: flex;
    align-items: center;
    gap: 15px;
    flex-shrink: 0;
}

.bc-momo-cookie-privacy {
    text-decoration: none;
    font-size: 0.9rem;
    transition: all 0.3s ease;
    border-bottom: 1px solid transparent;
}

.bc-momo-cookie-accept {
    background: none;
    border: 2px solid;
    padding: 10px 20px;
    border-radius: 25px;
    font-weight: 600;
    font-size: 0.9rem;
    cursor: pointer;
    transition: all 0.3s ease;
    white-space: nowrap;
}

.bc-momo-cookie-accept:hover {
    transform: translateY(-2px);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2);
}

/* Light Theme */
.bc-momo-cookie-banner.bc-momo-cookie-light {
    background: rgba(255, 255, 255, 0.95);
    color: #333;
    box-shadow: 0 -2px 20px rgba(0, 0, 0, 0.1);
}

.bc-momo-cookie-light .bc-momo-cookie-icon {
    color: #d4af37;
}

.bc-momo-cookie-light .bc-momo-cookie-privacy {
    color: #666;
}

.bc-momo-cookie-light .bc-momo-cookie-privacy:hover {
    color: #d4af37;
    border-bottom-color: #d4af37;
}

.bc-momo-cookie-light .bc-momo-cookie-accept {
    color: #d4af37;
    border-color: #d4af37;
}

.bc-momo-cookie-light .bc-momo-cookie-accept:hover {
    background: #d4af37;
    color: white;
}

/* Dark Theme */
.bc-momo-cookie-banner.bc-momo-cookie-dark {
    background: rgba(33, 37, 41, 0.95);
    color: #fff;
    box-shadow: 0 -2px 20px rgba(0, 0, 0, 0.3);
}

.bc-momo-cookie-dark .bc-momo-cookie-icon {
    color: #ffc107;
}

.bc-momo-cookie-dark .bc-momo-cookie-privacy {
    color: #adb5bd;
}

.bc-momo-cookie-dark .bc-momo-cookie-privacy:hover {
    color: #ffc107;
    border-bottom-color: #ffc107;
}

.bc-momo-cookie-dark .bc-momo-cookie-accept {
    color: #ffc107;
    border-color: #ffc107;
}

.bc-momo-cookie-dark .bc-momo-cookie-accept:hover {
    background: #ffc107;
    color: #212529;
}

/* Gold Theme (BC MOMO) */
.bc-momo-cookie-banner.bc-momo-cookie-gold {
    background: linear-gradient(135deg, rgba(212, 175, 55, 0.95) 0%, rgba(184, 134, 11, 0.95) 100%);
    color: #fff;
    box-shadow: 0 -2px 20px rgba(212, 175, 55, 0.3);
}

.bc-momo-cookie-gold .bc-momo-cookie-icon {
    color: #fff;
    text-shadow: 0 0 10px rgba(255, 255, 255, 0.5);
}

.bc-momo-cookie-gold .bc-momo-cookie-privacy {
    color: rgba(255, 255, 255, 0.9);
}

.bc-momo-cookie-gold .bc-momo-cookie-privacy:hover {
    color: #fff;
    border-bottom-color: #fff;
    text-shadow: 0 0 5px rgba(255, 255, 255, 0.5);
}

.bc-momo-cookie-gold .bc-momo-cookie-accept {
    color: #fff;
    border-color: #fff;
    background: rgba(255, 255, 255, 0.1);
}

.bc-momo-cookie-gold .bc-momo-cookie-accept:hover {
    background: #fff;
    color: #d4af37;
    box-shadow: 0 5px 15px rgba(255, 255, 255, 0.3);
}

/* Animations */
@keyframes slideIn {
    from {
        opacity: 0;
        transform: translateY(100%);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.bc-momo-cookie-banner.bc-momo-cookie-top {
    animation-name: slideInTop;
}

@keyframes slideInTop {
    from {
        opacity: 0;
        transform: translateY(-100%);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

@keyframes slideOut {
    from {
        opacity: 1;
        transform: translateY(0);
    }
    to {
        opacity: 0;
        transform: translateY(100%);
    }
}

.bc-momo-cookie-banner.bc-momo-cookie-top.hiding {
    animation: slideOutTop 0.5s ease-in forwards;
}

.bc-momo-cookie-banner.bc-momo-cookie-bottom.hiding {
    animation: slideOut 0.5s ease-in forwards;
}

@keyframes slideOutTop {
    from {
        opacity: 1;
        transform: translateY(0);
    }
    to {
        opacity: 0;
        transform: translateY(-100%);
    }
}

/* Responsive Design */
@media (max-width: 768px) {
    .bc-momo-cookie-banner {
        padding: 15px;
    }
    
    .bc-momo-cookie-content {
        flex-direction: column;
        text-align: center;
        gap: 15px;
    }
    
    .bc-momo-cookie-text {
        flex-direction: column;
        gap: 10px;
        min-width: auto;
    }
    
    .bc-momo-cookie-text p {
        font-size: 0.9rem;
    }
    
    .bc-momo-cookie-actions {
        flex-direction: column;
        gap: 10px;
        width: 100%;
    }
    
    .bc-momo-cookie-accept {
        width: 100%;
        max-width: 200px;
    }
}

@media (max-width: 480px) {
    .bc-momo-cookie-banner {
        padding: 10px;
    }
    
    .bc-momo-cookie-text p {
        font-size: 0.85rem;
    }
    
    .bc-momo-cookie-icon {
        font-size: 1.2rem;
    }
    
    .bc-momo-cookie-accept {
        padding: 8px 16px;
        font-size: 0.85rem;
    }
}

/* ==========================================================================
   Section Header Styles
   ========================================================================== */

/* General section header styles */
.section-header {
    margin-bottom: 2rem;
}

.section-header h2 {
    font-size: 2.5rem;
    font-weight: 700;
    margin-bottom: 1rem;
}

.section-header .section-divider {
    width: 80px;
    height: 3px;
    background: linear-gradient(90deg, #d4af37, #f4d03f);
    margin: 1rem auto;
    border-radius: 2px;
}

.section-header .section-subtext {
    font-size: 1.1rem;
    color: #6c757d;
    margin-bottom: 0;
}

/* White text for dark sections */
.bg-dark .section-header h2,
.bg-dark .section-header .section-subtext,
.text-white .section-header h2,
.text-white .section-header .section-subtext,
section.bg-dark .section-header h2,
section.bg-dark .section-header .section-subtext {
    color: white !important;
}

/* Ensure section divider is visible on dark backgrounds */
.bg-dark .section-header .section-divider,
.text-white .section-header .section-divider,
section.bg-dark .section-header .section-divider {
    background: linear-gradient(90deg, #d4af37, #f4d03f);
}

@media (max-width: 768px) {
    .section-header h2 {
        font-size: 2rem;
    }
    
    .section-header .section-subtext {
        font-size: 1rem;
    }
}

@media (max-width: 576px) {
    .section-header h2 {
        font-size: 1.75rem;
    }
    
    .section-header .section-divider {
        width: 60px;
        height: 2px;
    }
}

/* Updates June 15 2025 */
/* Ambiance Gallery Lightbox Styles */
.ambiance-image-link {
    position: relative;
    display: block;
    overflow: hidden;
    border-radius: 8px;
    text-decoration: none;
}

.ambiance-image-link .image-overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.6);
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 0;
    transition: all 0.3s ease;
    border-radius: 8px;
}

.ambiance-image-link:hover .image-overlay {
    opacity: 1;
}

.ambiance-image-link .image-overlay i {
    color: white;
    font-size: 2rem;
    transform: scale(0.8);
    transition: all 0.3s ease;
}

.ambiance-image-link:hover .image-overlay i {
    transform: scale(1);
}

/* Lightbox Modal Styles */
.lightbox-modal {
    display: none;
    position: fixed;
    z-index: 9999;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.9);
    animation: fadeIn 0.3s ease;
}

.lightbox-modal.active {
    display: flex;
    align-items: center;
    justify-content: center;
}

.lightbox-content {
    position: relative;
    max-width: 90%;
    max-height: 90%;
    margin: auto;
    display: block;
    animation: zoomIn 0.3s ease;
}

.lightbox-image {
    width: 100%;
    height: auto;
    border-radius: 8px;
    box-shadow: 0 4px 30px rgba(0, 0, 0, 0.5);
}

.lightbox-close {
    position: absolute;
    top: -50px;
    right: 0;
    color: white;
    font-size: 35px;
    font-weight: bold;
    cursor: pointer;
    background: none;
    border: none;
    padding: 10px;
    transition: all 0.3s ease;
}

.lightbox-close:hover {
    color: #c41e3a;
    transform: scale(1.1);
}

.lightbox-nav {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    color: white;
    font-size: 30px;
    font-weight: bold;
    cursor: pointer;
    background: rgba(0, 0, 0, 0.5);
    border: none;
    padding: 15px 20px;
    border-radius: 50%;
    transition: all 0.3s ease;
    user-select: none;
}

.lightbox-nav:hover {
    background: rgba(196, 30, 58, 0.8);
    color: white;
    transform: translateY(-50%) scale(1.1);
}

.lightbox-prev {
    left: -80px;
}

.lightbox-next {
    right: -80px;
}

.lightbox-title {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    color: white;
    text-align: center;
    font-size: 18px;
    font-weight: 500;
    background: rgb(109 98 98 / 70%);
    padding: 10px 20px;
    margin: 0 20px;
    border-radius: 6px;
    backdrop-filter: blur(10px);
}

@keyframes fadeIn {
    from { opacity: 0; }
    to { opacity: 1; }
}

@keyframes zoomIn {
    from { 
        opacity: 0;
        transform: scale(0.8);
    }
    to { 
        opacity: 1;
        transform: scale(1);
    }
}

/* Mobile responsive lightbox */
@media (max-width: 768px) {
    .lightbox-content {
        max-width: 95%;
        max-height: 80%;
    }
    
    .lightbox-close {
        top: -40px;
        font-size: 28px;
    }
    
    .lightbox-nav {
        font-size: 24px;
        padding: 10px 15px;
    }
    
    .lightbox-prev {
        left: -60px;
    }
    
    .lightbox-next {
        right: -60px;
    }
    
    .lightbox-title {
        bottom: 10px;
        font-size: 16px;
        margin: 0 10px;
        padding: 8px 15px;
    }
}

@media (max-width: 480px) {
    .lightbox-nav {
        position: fixed;
        top: auto;
        bottom: 80px;
        transform: none;
    }
    
    .lightbox-prev {
        left: 20px;
    }
    
    .lightbox-next {
        right: 20px;
    }
    
    .lightbox-close {
        position: fixed;
        top: 20px;
        right: 20px;
    }
    
    .lightbox-title {
        position: fixed;
        bottom: 20px;
        left: 10px;
        right: 10px;
        margin: 0;
        font-size: 14px;
        padding: 8px 12px;
    }
}

/* Enhanced Testimonial Card Styles */
.testimonial-card .rating-text {
    font-size: 0.9rem;
    color: #666;
    margin-left: 8px;
    font-weight: 500;
}

.testimonial-card .author-title {
    display: block;
    color: #c41e3a;
    font-weight: 500;
    font-size: 0.9rem;
}

.testimonial-card .author-location {
    display: block;
    color: #999;
    font-size: 0.85rem;
    margin-top: 2px;
}

.testimonial-featured-badge {
    position: absolute;
    top: 15px;
    right: 15px;
    background: linear-gradient(135deg, #c41e3a, #ff6b35);
    color: white;
    padding: 4px 8px;
    border-radius: 12px;
    font-size: 0.75rem;
    font-weight: 600;
    display: flex;
    align-items: center;
    gap: 4px;
    box-shadow: 0 2px 8px rgba(196, 30, 58, 0.3);
}

.testimonial-featured-badge i {
    font-size: 0.7rem;
}

/* Empty star styling */
.testimonial-rating .far.fa-star {
    color: #ddd;
}

/* Responsive testimonial adjustments */
@media (max-width: 768px) {
    .testimonial-featured-badge {
        top: 10px;
        right: 10px;
        font-size: 0.7rem;
        padding: 3px 6px;
    }
    
    .testimonial-card .rating-text {
        display: block;
        margin-left: 0;
        margin-top: 5px;
    }
}

body section#categories .container .row .col-md-4 .category-item .category-title {
        align-items: center !important;
        justify-content: center !important;
        text-align: center !important;
    }
    
    body section#categories .container .row .col-md-4 .category-item .category-title a {
        text-align: center !important;
    }

/*@media (max-width: 768px) {
    body section#categories .container .row .col-md-4 .category-item .category-title {
        align-items: center !important;
        justify-content: center !important;
        text-align: center !important;
    }
    
    body section#categories .container .row .col-md-4 .category-item .category-title a {
        text-align: center !important;
    }
}*/

@media (max-width: 768px) {
    .footer-heading::after {
        left: 50% !important;
        transform: translateX(-50%) !important;
        width: 40px;
    }
}

@media (max-width: 576px) {
    .footer-heading::after {
        left: 50% !important;
        transform: translateX(-50%) !important;
        width: 30px;
    }
}

@media (max-width: 991.98px) {
    .mobile-story-img {
        margin-top: -2rem !important;
    }
}

/* June 16 2025 Updates */
.food-item-img,
.crp-menu-item-image,
.card-image,
.archive-item-image,
.menu-item-image,
.woocommerce ul.products li.product .woocommerce-loop-product__link img {
    height: 250px !important;
}

.food-item-img img,
.crp-menu-item-image img,
.card-image img,
.archive-item-image img,
.menu-item-image img,
.woocommerce ul.products li.product .woocommerce-loop-product__link img {
    object-fit: cover !important;
    width: 100% !important;
    height: 100% !important;
}

/* Responsive adjustments */
@media (max-width: 768px) {
    .food-item-img,
    .crp-menu-item-image,
    .card-image,
    .archive-item-image,
    .menu-item-image {
        height: 200px !important;
    }
}

@media (max-width: 576px) {
    .food-item-img,
    .crp-menu-item-image,
    .card-image,
    .archive-item-image,
    .menu-item-image {
        height: 180px !important;
    }
}