@font-face {
  font-family: 'Special';
  src: url("../fonts/BreeSerif-Regular.ttf") format('truetype');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'SpecialTwo';
  src: url("../fonts/Lobster.otf") format('opentype');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'SpecialThree';
  src: url("../fonts/ThirstyScript.otf") format('opentype');
  font-weight: normal;
  font-style: normal;
}
.inter-light {
  font-family: "Inter", sans-serif;
  font-optical-sizing: auto;
  font-weight: 100;
  font-style: normal;
}
.inter-regular {
  font-family: "Inter", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
}
.inter-bold, .hero-title.inter-bold {
  font-family: "Inter", sans-serif;
  font-optical-sizing: auto;
  font-weight: 900;
  font-style: normal;
}
/* ===================================
    Variables
====================================== */ 
:root {
  --theme-primary: #507c1a;
  --light-bg: #f5efda;
  --dark-bg: #194027;
  --primary-color: #507c1a;
  --secondary-color: #f5c336;
  --tan-color: #fefef3;
  --lightGreen-color: #6ca370;
  --darkGreen-color: #1b5e20;
  --menu-color: #fafff9;
  --menuText-color: #3f7539;
}
html, body {
  overflow-x: hidden;
}
body {
  font-family: 'Roboto', sans-serif;
  font-size: 16px;
  color: #222;
}
.navbar-nav .nav-link.active {
	font-weight: 900;
	color: var(--darkGreen-color);
}
section {
  padding: 200px 0;
}
.hero-title {
	font-family: 'SpecialTwo', sans-serif;
	font-size: 5.7vw;
	font-weight: 900;
	color: #fff;
	text-align: left;
}
h2 {
  font-family: 'special', sans-serif;
  font-size: 4.0rem;
  font-weight: 900;
}
h3 {
  font-weight: 700;
}
h3.hero-title {
  font-size: 3.4rem;
  font-family: 'special', sans-serif;
}
#menu-dynamic h3.hero-title {
  text-align: center;
}
#location h3.hero-title {
  color: var(--darkGreen-color);
  font-family: 'SpecialTwo', sans-serif;
  font-size: 2.4rem;
}
#hoursCarousel img {
  height: 100%;
  object-fit: cover;
  border-radius: 10px;
}
#reviews {
  background: url("../img/woodTop.webp");
}
.carousel-indicators [data-bs-target] {
  background-color: #14532d; /* match your green-blend brand */
}
.review-card .stars {
  font-size: 1.76rem;
  letter-spacing: 1px;
  line-height: 1;
}
.review-card p {
  font-size: 0.95rem;
  line-height: 1.5;
}
.visited {
  font-size: 0.75rem;
  color: #999;
}
/*#review-carousel {
  scroll-behavior: smooth;
  overflow-x: auto;
  scrollbar-width: none;
}
#review-carousel::-webkit-scrollbar {
  display: none;
}
.review-track {
  transition: transform 0.3s ease-in-out;
}*/

.carousel-arrow {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 2;
  background-color: rgba(0, 0, 0, 0.5);
  color: #fff;
  border: none;
  border-radius: 50%;
  width: 40px;
  height: 40px;
  font-size: 1.2rem;
  cursor: pointer;
}
.carousel-arrow.left {
  left: -20px;
}
.carousel-arrow.right {
  right: -20px;
}
.stars {
  font-size: 1.25rem;
  letter-spacing: 2px;
}
.smashed {
	text-shadow: 2px 2px 0 #000;
	position: relative;
	top: 57px;
}
.blackTitle {
	color: #212121;
	background: linear-gradient(45deg, #1b5e20, #ffcf33);
	background-clip: text;
	-webkit-background-clip: text;
	text-shadow: 2px 2px 0 #eee, 4px 4px 0 #1b5e20;
}
.smashn {
	position: relative;
	top: 43px;
}
.smashedSubtitle {
	text-shadow: 0px 1px 0 #eee, 2px 4px 0 #000;
}
.smash-effect {
  display: inline-block;
  position: relative;
  color: #ffcf33;
  background: linear-gradient(45deg, #1b5e20, #ffcf33);
  background-clip: text;
  -webkit-background-clip: text;
  color: transparent;
  font-style: italic;
  text-transform: uppercase;
  transform: rotate(-2deg) scale(1.05);
  text-shadow:
    2px 2px 0 #111, 4px 4px 0 #1b5e20;
  /*animation: sizzle 1.5s infinite alternate ease-in-out;*/
}
@keyframes sizzle {
  0% {
    transform: scaleY(1.3) translate(0px, 0px);
    text-shadow:
      2px 2px 0 #eee, 4px 4px 0 #111;
  }
  100% {
    transform: scaleY(1.0) translate(1px, -2px);
    text-shadow:
      2px 2px 10px #eee, 4px 4px 20px #111;
  }
}
.white-blend {
  position: relative;
  color: #fff;
  font-weight: 900;
  background: linear-gradient(to right, #fff, #eee);
  background-clip: text;
  -webkit-background-clip: text;
  color: transparent;
  filter: drop-shadow(2px 2px 0 #d84315);
  animation: blend 2s infinite linear;
}
.orange-blend {
  position: relative;
  color: #fff;
  font-weight: 900;
  background: linear-gradient(to right, #ffeb3b, #ff9800);
  background-clip: text;
  -webkit-background-clip: text;
  color: transparent;
  filter: drop-shadow(2px 2px 0 #d84315);
  animation: blend 2s infinite linear;
}
.green-blend {
  position: relative;
  color: #fff;
  font-weight: 100;
  background: linear-gradient(to right, #507c1a, #198754);
  background-clip: text;
  -webkit-background-clip: text;
  color: transparent;
  /*filter: drop-shadow(2px 2px 0 #194f22);*/
  animation: blend 2s infinite linear;
  font-family: 'SpecialThree', sans-serif !important;
}
@keyframes blend {
  0% {
    background-position: -100%;
  }
  100% {
    background-position: 100%;
  }
}
.hero-section {
  position: relative;
  width: 100vw;
  height: 100vh;
  overflow: hidden;
}
.hero-video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 80%;
  object-fit: cover;
  z-index: 0;
}
.hero-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}
.border-overlay {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: auto;
  z-index: 1;
}
.hero-content {
  position: relative;
  z-index: 2;
  text-align: left;
  color: white;
  top: 50%;
  transform: translateY(-50%);
}
#menu, #jobApply {
  background: url("../img/woodTop.webp");
}
.hero-section .container, .cta-section .container {
  position: relative;
  z-index: 2;
}
#hours-location ul li {
  padding: 0.1rem 0;
}
#hours {
  background: var(--darkGreen-color);
}
#location {
  background: var(--menu-color);
  align-self: center;
}
header .navbar {
  background: #fefef3 !important;
  position: absolute;
  width: 100%;
  top: 0;
  z-index: 1000;
}
.offcanvas-body .nav-link {
	font-size: 30px;
}
.header-divider {
	width: 100%;
	height: 40px;
	background-image: url('../img/checkerboard-bg.png');
	background-repeat: repeat-x;
	background-size: 40px 40px;
	position: absolute;
	z-index: 2;
	top: 103px;
}

.offcanvas {
	background-color: var(--tan-color);
	left: 0;
}

.btn-primary {
  background-color: var(--primary-color);
  border-color: var(--primary-color);
}
.fade-transition {
  opacity: 0;
  transform: scale(0.98);
  transition: opacity 0.4s ease, transform 0.4s ease;
}
.fade-transition.show {
  opacity: 1;
  transform: scale(1);
}
.menu-section {
  /*background: url('../img/checkerboard-bg.png');
      background-size: 40px 40px;*/
  color: var(--menuText-color);
}
.menu-content {
  background: url('../img/checkerboard-bg.png');
  background-size: 32px 32px;
  box-shadow: 0 4px 10px 4px rgba(0, 0, 0, 0.57);
}
#menu-dynamic {
  background: var(--menu-color);
}
.menu-section {
  display: flex;
  align-items: stretch;
}
.sidebar {
  position: relative;
}
.sidebar-inner {
  position: sticky;
  top: 20%;
  transform: translateY(-50%);
  height: auto;
  text-align: center;
}
.menu-section {
  display: flex;
}
.left-col {
  position: relative;
}
.left-inner {
  position: sticky;
  top: 50%;
  transform: translateY(-50%);
  margin: 5rem;
  text-align: center;
  background: var(--menu-color);
  padding: 1rem;
  border-radius: 25px;
  border: 2px solid var(--menuText-color);
}
.fade-in {
  opacity: 1;
  animation-name: fadeInOpacity;
  animation-iteration-count: 1;
  animation-timing-function: ease-in;
  animation-duration: 2s;
}
@keyframes fadeInOpacity {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.starburst-container {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 2rem;
  filter: drop-shadow(-1px 6px 3px rgba(50, 50, 0, 0.5));
}
.starburst {
  position: absolute;
  width: 300px; /* Adjust size */
  aspect-ratio: 1;
  background: var(--darkGreen-color);
  clip-path: polygon(99.19% 58.98%, 88.12% 65.09%, 92% 77.12%, 79.44% 78.53%, 78.43% 91.13%, 66.28% 87.63%, 60.52% 98.88%, 50.64% 90.99%, 41.02% 99.19%, 34.91% 88.12%, 22.88% 92%, 21.47% 79.44%, 8.87% 78.43%, 12.37% 66.28%, 1.12% 60.52%, 9.01% 50.64%, 0.81% 41.02%, 11.88% 34.91%, 8% 22.88%, 20.56% 21.47%, 21.57% 8.87%, 33.72% 12.37%, 39.48% 1.12%, 49.36% 9.01%, 58.98% 0.81%, 65.09% 11.88%, 77.12% 8%, 78.53% 20.56%, 91.13% 21.57%, 87.63% 33.72%, 98.88% 39.48%, 90.99% 49.36%);
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: hidden;
  top: -240px;
}
#jobApply .starburst {
  position: absolute;
  width: 300px;
  aspect-ratio: 1;
  background: var(--darkGreen-color);
  clip-path: polygon(99.19% 58.98%, 88.12% 65.09%, 92% 77.12%, 79.44% 78.53%, 78.43% 91.13%, 66.28% 87.63%, 60.52% 98.88%, 50.64% 90.99%, 41.02% 99.19%, 34.91% 88.12%, 22.88% 92%, 21.47% 79.44%, 8.87% 78.43%, 12.37% 66.28%, 1.12% 60.52%, 9.01% 50.64%, 0.81% 41.02%, 11.88% 34.91%, 8% 22.88%, 20.56% 21.47%, 21.57% 8.87%, 33.72% 12.37%, 39.48% 1.12%, 49.36% 9.01%, 58.98% 0.81%, 65.09% 11.88%, 77.12% 8%, 78.53% 20.56%, 91.13% 21.57%, 87.63% 33.72%, 98.88% 39.48%, 90.99% 49.36%);
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: hidden;
  top: -200px;
  right: 0;
}
#position-error, #availability-error {
  display: none;
}
.burst-text {
  color: white;
  text-align: center;
  padding: 1rem;
  z-index: 1;
  position: relative;
  transform: rotate(-14deg);
}
.grain {
  content: "";
  position: absolute;
  inset: 0;
  /*background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 100 100' width='100' height='100' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='grain'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.8' numOctaves='4' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100' height='100' filter='url(%23grain)' opacity='0.2'/%3E%3C/svg%3E");*/
  background-image: url("../img/grain.png");
  background-repeat: repeat;
  opacity: 0.34;
  pointer-events: none;
  z-index: 0;
}
/*.btn-toggle.active {
  background-color: #198754;
  color: white;
  border-color: #198754;
}*/
.checkmark {
  display: none;
  color: #fff; /* Bootstrap success green */
  font-weight: bold;
}
.btn-toggle.active .checkmark {
  display: inline;
}
h1 {
  font-family: 'Brush Script MT', cursive;
  font-size: 3rem;
}
.subtitle {
  text-transform: uppercase;
  font-size: 0.8rem;
  margin-bottom: 2rem;
}
.btn-toggle {
  font-weight: bold;
  text-transform: uppercase;
  margin: 0.25rem;
}
.menu-content {
  padding: 2rem;
  border-left: 2px solid var(--menuText-color);
  /*overflow-y: auto;
      max-height: 100vh;*/
}
.menu-container {
  border-radius: 20px;
  padding: 2rem;
  border: 2px solid var(--menuText-color);
  margin-bottom: 2rem;
  transition: opacity 0.4s ease, transform 0.4s ease;
  opacity: 1;
  transform: scale(1);
}
.menu-card {
  border: 2px solid var(--menuText-color);
  border-radius: 20px;
  padding: 2rem 1.5rem 1rem;
  margin-bottom: 2.5rem;
  position: relative;
  text-align: left;
  text-transform: uppercase;
}
.section-title {
  position: absolute;
  top: -1.7rem;
  left: 4%;
  /* transform: translateX(-50%); */
  padding: 0 1rem;
  font-weight: bold;
  background: var(--menu-color);
  font-size: 2rem;
  text-transform: uppercase;
  font-style: italic;
}
.dessert {
  text-align: center;
  font-weight: 500;
}
.dessert strong {
  font-family: 'SpecialThree', sans-serif;
  font-size: 2rem;
}
.menu-item {
  margin-bottom: 1rem;
}
#exit {
  /*background: url('../img/franksForStoppingBy.webp') center center / cover no-repeat;*/
  background: url('../img/wallpaper.webp') ;
}
#exit .postCard {
	position: relative;
	max-width: 900px;
	left: 24%;
	top: 17%;
}
#jobsHero {
  background: url('../img/jobsHero.webp') center center / cover no-repeat;
  height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
  color: white;
  text-shadow: 2px 2px 6px rgba(0, 0, 0, 0.7);
  font-family: 'SpecialTwo', sans-serif;
  font-size: 1.7rem;
}
#jobsHero h1 {
	font-size: 7.6rem;
	text-shadow: 0px 7px 0px #000;
	
}
#jobsHero h1 .rowOne {
	text-shadow: 0px 3px 0px var(--lightGreen-color);
}
#jobsHero h1 .rowTwo {
	text-shadow: 0px 3px 0px var(--primary-color);
}
#jobsHero h1 .rowThree {
	text-shadow: 0px 3px 0px var(--darkGreen-color);
}
#jobsHero h3 {
	font-family: 'Special', sans-serif;
	font-size: 2.4rem;
	text-shadow: 0px 3px 0px var(--darkGreen-color);
}
#jobsHero a {

	font-size: 2.4rem;
	text-shadow: 0px 3px 0px var(--darkGreen-color);
}
.form-section {
  background-color: #f8f9fa;
  padding: 4rem 2rem;
}
.form-wrapper {
  background: white;
  padding: 2rem;
  border-radius: 1rem;
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.1);
}
.form-image {
  background: url('../img/hiring-kitchen.jpg') center center / cover no-repeat;
  border-radius: 1rem;
  min-height: 500px;
}
.form-label {
  margin-bottom: .5rem;
  font-weight: bold;
  font-family: 'Special', sans-serif;
  font-size: 1.4rem;
}
footer, #footer {
  background: var(--darkGreen-color);
}
footer {
  color: #fff;
}
footer::before {
  content: "";
  display: block;
  width: 100%;
  height: 40px;
  background-image: url('../img/checkerboard-bg.png'); /* Replace with your actual image path */
  background-repeat: repeat-x;
  background-size: 40px 40px;
}
ul {
  padding: 0px;
}
ol, ul {
  margin-bottom: 0px;
}
.social-icon {
  padding: 0;
  margin-bottom: 0px;
  float: right;
}
.social-icon li {
  list-style: none;
  display: inline-block;
}
.social-icon li i {
  font-size: 14px;
  color: #262725;
  border: solid 2px #ffffff;
  height: 31px;
  width: 31px;
  text-align: center;
  vertical-align: middle;
  border-radius: 100px;
  line-height: 27px;
  margin-right: 15px;
  transition: 1s;
  background: #fff;
}
.social-icon li i:hover {
  border: solid 2px #262725;
  color: #ffffff;
  background: #262725;
}
.phone-no i {
  position: relative;
  margin-right: 14px;
  font-size: 43px;
  top: 5px;
}
.phone-no {
  margin-top: -22px;
  text-align: right;
}
.footer-day-time {
  padding-bottom: 30px;
  border-bottom: 2px solid #7a6f6f;
  padding-top: 14px;
  margin-bottom: 55px;
}
.footer-day-time ul li {
  display: inline;
  margin-right: 20px;
}
.footer-day-time ul li:last-child {
  margin-right: 0px;
}
.phone-no a {
  color: #fff;
  font-family: PlayfairDisplay-Black;
  font-size: 34px;
  font-weight: bold;
}
.footer-top {
  background: #2f2f2f;
  padding: 50px 0 50px;
}
.footer-top h4 {
	font-size: 24px;
	text-transform: uppercase;
	margin-bottom: 30px;
	font-family: 'Special', sans-serif;
}
.footer-top p {
  font-size: 13px;
  line-height: 2;
}
footer p {
  margin-bottom: 0;
}
.footer-logo {
  display: block;
  margin-bottom: 32px;
}
.address1 li {
  list-style: none;
  position: relative;
  padding: 0px 0 14px 34px;
  line-height: 26px;
}
ul.address1 span {
  position: absolute;
  width: 40px;
  max-width: 40px;
  left: 0;
}
.address1 li a {
  color: #fff;
  text-decoration: none;
}
ul.address1 i {
  width: 20px;
  position: absolute;
  left: 0px;
  text-align: center;
  font-size: 28px;
  top: 0;
}
ul.address1 i.fa-envelope {
  font-size: 18px;
  top: 4px;
}
footer ul.social-icon {
  float: left;
}
footer .social-icon li i:hover {
  background: var(--darkGreen-color);
  border-color: var(--darkGreen-color);
}
.footer-bottom {
  background: var(--darkGreen-color);
  padding: 10px 0px;
}
.footer-bottom ul li {
  display: inline;
  margin-right: 20px;
  font-size: 14px;
}
.footer-bottom ul li a {
  color: #fff;
	text-decoration: none;
}
.footer-bottom ul li a.active {
  color: #fff;
  font-weight: 900;
}
.footer-bottom ul {
  float: right;
}
.footer-bottom ul li:last-child {
  margin-right: 0;
}
.copyright {
  font-size: 12px;
}
@media (max-width: 1250px) {
  .left-inner {
    margin: 1rem;
  }
  section#menu {
    padding: 250px 0 50px 0;
  }
}
@media (max-width: 991.98px) {
  .sidebar-inner {
    position: relative;
    height: auto;
    padding: 2rem 1rem;
  }
  .menu-content {
    max-height: none;
    border-left: none;
    border-top: 2px solid var(--menuText-color);
  }
  .sidebar {
    border-right: none;
    border-bottom: 2px solid var(--menuText-color);
  }
  .left-inner {
    position: relative;
    top: auto;
    transform: none;
    border-right: none;
    border-bottom: 2px solid var(--menuText-color);
  }
  .section-title {
    position: absolute;
    top: -1.2rem;
    left: 30%;
    transform: translateX(-50%);
    padding: 0 1rem;
    font-weight: bold;
    background: var(--menu-color);
    font-size: 1.15rem;
    text-transform: uppercase;
  }
  .menu-container {
    padding: 1rem;
    margin-bottom: 1rem;
  }
  .hero-title {
    font-size: 2.4rem;
  }
  section {
    padding: 50px 0;
  }
  .hero-overlay {
	position: absolute;
	top: 0;
	left: 0;
	width: auto;
	height: 100%;
	z-index: 1;
}
	footer .footer-day-time ul.list-unstyled {
	display: flex;
	flex-direction: column;
	text-align: left !important;
	justify-content: start;
}
#jobsHero h1 {
	font-family: 'SpecialTwo', sans-serif;
	font-size: 2.4rem;
	text-shadow: 0px 7px 0px var(--darkGreen-color);
}
#jobsHero h3 {
	font-family: 'Special', sans-serif;
	font-size: 1.4rem;
	text-shadow: 0px 4px 0px var(--darkGreen-color);
}
	#jobApply.form-section {
		padding: 0;
	}
	 #jobApply .menu-content {
    margin: 0px !important;
  }
#jobApply .starburst {
	position: relative;
	width: 300px;
	aspect-ratio: 1;
	background: var(--darkGreen-color);
	clip-path: polygon(99.19% 58.98%, 88.12% 65.09%, 92% 77.12%, 79.44% 78.53%, 78.43% 91.13%, 66.28% 87.63%, 60.52% 98.88%, 50.64% 90.99%, 41.02% 99.19%, 34.91% 88.12%, 22.88% 92%, 21.47% 79.44%, 8.87% 78.43%, 12.37% 66.28%, 1.12% 60.52%, 9.01% 50.64%, 0.81% 41.02%, 11.88% 34.91%, 8% 22.88%, 20.56% 21.47%, 21.57% 8.87%, 33.72% 12.37%, 39.48% 1.12%, 49.36% 9.01%, 58.98% 0.81%, 65.09% 11.88%, 77.12% 8%, 78.53% 20.56%, 91.13% 21.57%, 87.63% 33.72%, 98.88% 39.48%, 90.99% 49.36%);
	display: flex;
	justify-content: center;
	align-items: center;
	overflow: hidden;
	top: -20px;
	right: 0;
}
/*#reviews .hero-title {
	font-size: 2rem;
}*/
.smashed, .smashn {
	top: 34px;
}
}
@media (max-width: 768.98px) {
  
  .hero-overlay {
	position: absolute;
	top: 0;
	left: -400px;
	  right: 100%;
	width: auto;
	height: 100%;
	z-index: 1;
}
.header-divider {
	top: 83px;
}
.smashed, .smashn {
	top: 24px;
}
.smashn {
	width: 176px !important;
	height: auto;
	top: 24px;
}
}
/*#about {
	background: url("../img/outdoor_front.webp");
	background-size: cover;
	background-position: center;
}*/
#services {
  background: #DE9604;
  background: linear-gradient(177deg, rgba(222, 150, 4, 1) 0%, rgba(255, 233, 96, 1) 69%);
}
/*#foodTeaser {
  position: relative;
  padding: 160px 0;
  background: url("../img/drippingCheese.webp");
  background-size: cover;
  background-position: center;
  background: linear-gradient(177deg, rgba(222, 150, 4, 1) 0%, rgba(255, 233, 96, 1) 69%);

 --mask: 
    radial-gradient(circle at 50% 0, #000 70%, transparent 71%) top / 100% 75px repeat-x,
    radial-gradient(circle at 50% 100%, #000 70%, transparent 71%) bottom / 100% 75px repeat-x;

  -webkit-mask-image: var(--mask);
  -webkit-mask-repeat: no-repeat, no-repeat;
  -webkit-mask-size: 100% 75px, 100% 75px;
  -webkit-mask-position: top, bottom;

  mask-image: var(--mask);
  mask-repeat: no-repeat, no-repeat;
  mask-size: 100% 75px, 100% 75px;
  mask-position: top, bottom;

  mask-composite: add;
  -webkit-mask-composite: destination-in;
	clip-path: polygon(0 10%, 100% 0%, 100% 90%, 0 100%);
}*/

/*#foodTeaser {
  background: #3498db;
  color: white;
  padding: 100px 0;
  text-align: center;
  position: relative;
  clip-path: ellipse(75% 50px at center top);
}

#foodTeaser::before,
#foodTeaser::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 60px;
  background: inherit;
}

#foodTeaser::before {
  bottom: 100%;
  clip-path: ellipse(75% 50px at center bottom);
}

#foodTeaser::after {
  top: 100%;
  clip-path: ellipse(75% 50px at center top);
}*/
#menu {
	position: relative;
}
#foodTeaser {
	background: linear-gradient(176deg, rgba(222, 150, 4, 1) 0%, rgba(255, 233, 96, 1) 69%);
	background: linear-gradient(rgba(222, 150, 4, 1) 0%, rgba(255, 233, 96, 1) 69%);
	color: white;
	padding: 50px 0 300px 0;
	text-align: center;
	position: relative;
}
/*.wave-section {
  position: relative;
  background: #f44336 url("../img/drippingCheese.webp") center/cover no-repeat;
  color: white;
  text-align: center;
  padding: 120px 20px;
  overflow: hidden;
}*/

.wave-section .content {
  max-width: 800px;
  margin: auto;
  z-index: 2;
  position: relative;
}

.wave-top, .wave-bottom {
  position: absolute;
  left: 0;
  width: 100%;
  /*height: 150px;*/
  overflow: hidden;
  line-height: 0;
}

.wave-top {
	color: transparent;
  bottom: 0;
  transform: translateY(-1px);
}

.wave-bottom {
  bottom: 0;
  transform: translateY(1px);
}

.wave-top svg, .wave-bottom svg {
  display: block;
  width: 100%;
  height: 100%;
}
.wave-top svg {
  position: absolute;
	bottom: -140px;
	z-index: 999;
}
.bg-image-section::after {
  content: "";
  position: absolute;
  bottom: -1px;
  left: 0;
  width: 100%;
  height: 150px;
  background: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 1440 150"><path d="M0,30 C360,120 1080,0 1440,90 L1440,0 L0,0 Z" fill="transparent"/></svg>') no-repeat top center;
  background-size: cover;
  z-index: 2;
  mask-image: linear-gradient(black, transparent);
  pointer-events: none;
}
#hours-location, #reviews {
	background: #fafff9;
}
#menu .wave-bottom svg path, #hours-location .wave-bottom svg path {
	filter: drop-shadow(0px 14px 34px rgba(0, 0, 0, 0.85));
}
/*#foodTeaser::before,
#foodTeaser::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 80px;
  background: inherit;
  top: -80px; 
  mask-image: radial-gradient(50px at 50% 100%, white 98%, transparent);
  -webkit-mask-image: radial-gradient(50px at 50% 100%, white 98%, transparent);
}

#foodTeaser::after {
  top: auto;
  bottom: -80px; 
  mask-image: radial-gradient(50px at 50% 0%, white 98%, transparent);
  -webkit-mask-image: radial-gradient(50px at 50% 0%, white 98%, transparent);
}*/

/*#review-carousel {
  overflow: hidden;
  position: relative;
}

.review-track {
  display: flex;
  transition: transform 0.5s ease-in-out;
  will-change: transform;
}

.review-card {
	flex: 0 0 100%;
	max-width: 100%;
	box-sizing: border-box;
	scroll-snap-align: start;
	margin-right: 18.5% !important;
}

@media (min-width: 768px) {
  .review-card {
    flex: 0 0 300px;
    max-width: 300px;
  }
}
#review-carousel {
    overflow: hidden;
    position: relative;
  }

  .review-track {
    display: flex;
    transition: transform 0.5s ease-in-out;
    will-change: transform;
  }

  .review-card {
    flex: 0 0 100%;
    max-width: 100%;
    box-sizing: border-box;
  }

  @media (min-width: 768px) {
    .review-card {
      flex: 0 0 300px;
      max-width: 300px;
    }
  }*/
.swiper-container {
    width: 100%;
    max-width: 100%;
    overflow: hidden;
}
#foodTeaser .swiper-slide {
    text-align: center;
	color: #000;
}
.swiper-slide {
    text-align: left;
    padding: 10px;
	margin: 10px;
    background: #f9f9f9;
    border-radius: 10px;
    box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.3);
    min-height: 200px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.swiper-horizontal > .swiper-pagination-bullets, .swiper-pagination-bullets.swiper-pagination-horizontal, .swiper-pagination-custom, .swiper-pagination-fraction {
	bottom: -25px !important;
}
/* Ensure pagination stays correctly positioned */
.swiper-pagination-bullet-active {
    background-color: var(--darkGreen-color) !important;
}
.swiper-button-next::after, .swiper-button-prev::after {
	font-family: swiper-icons;
	font-size: 18px !important;
	font-weight: 900;
	text-transform: none !important;
	letter-spacing: 0;
	font-variant: initial;
	line-height: 1;
	background: #fff;
	padding: 5px 10px;
	border-radius: 50px;
	opacity: 0.7;
}
.swiper-button-next, .swiper-button-prev {

	color: var(--darkGreen-color,var(--darkGreen-color)) !important;
}
/* Prevent overlap and ensure correct placement */
.position-relative {
    position: relative;
    z-index: 1;
}

.reviews .row {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}

/* Ensure right column images are properly spaced */
.col-lg-4 {
    z-index: 2;
}
#thanksHero {
      min-height: 100vh;
      display: flex;
      align-items: center;
      justify-content: center;
      background: url('assets/img/checkeredBorder.webp') repeat center;
      text-align: center;
      padding: 4rem 2rem;
      background-color: #fffdf5;
    }
    .thank-you-box {
      background: #fff;
      padding: 3rem;
      border-radius: 20px;
      box-shadow: 0 10px 30px rgba(0,0,0,0.1);
      max-width: 600px;
      animation: fadeInDown 1.2s both;
    }
    .thank-you-box h1 {
      color: #207f2e;
      font-size: 2.5rem;
    }
    .thank-you-box p {
      font-size: 1.2rem;
      margin: 1.2rem 0;
    }
    .thank-you-box .btn {
      margin-top: 1.5rem;
    }
.btn-food, .btn-drinks {
	background:#fafff9; 
}
.svg-flip {
  transform: rotateX(180deg);
  line-height: 0;
  overflow: hidden;
}
.wave-divider.overlap {
  position: relative;
  height: 80px;
  margin-top: -40px; /* Half of the height to overlap both sections equally */
  z-index: 2;
  line-height: 0;
  overflow: hidden;
}

.wave-divider svg {
  display: block;
  width: 100%;
  height: 80px;
}
.section-one {
  background-color: #fafff9;
  position: relative;
  z-index: 1;
}

.section-two {
  background-color: transparent;
  position: relative;
  z-index: 0;
}

/* Flipped overlapping wave */
.wave-overlap-flipped {
  position: absolute;
  bottom: -140px;
  left: 0;
  width: 100%;
  height: 180px;
  overflow: hidden;
  z-index: 2;
  transform: rotateX(180deg);
  pointer-events: none;
}

.wave-overlap-flipped svg {
  display: block;
  width: 100%;
  height: 100%;
}

