@font-face {
  font-family: "bodoni svtytwo sc itc tt book";
  src: url(../fonts/bodoni-svtytwo-sc-itc-tt-book.ttf);
}

body {
  font-family: "Poppins", sans-serif;
  color: #0c0c0c;
  background-color: #ffffff;
  overflow-x: hidden;
  /*background-image: url(../images/body-bg.png);
  background-size: cover;*/
}


.layout_padding {
  padding: 90px 0;
}

.layout_padding2 {
  padding: 75px 0;
}

.layout_padding2-top {
  padding-top: 75px;
}

.layout_padding2-bottom {
  padding-bottom: 75px;
}

.layout_padding-top {
 /* padding-top: 90px;*/
}

.layout_padding-bottom {
  padding-bottom: 90px;
}

.heading_container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

.heading_container h2 {
  font-size: 2.5rem;
  position: relative;
  font-weight: bold;
  margin-bottom: 0;
  font-family: "bodoni svtytwo sc itc tt book", sans-serif;
  font-weight: 400;
  padding-bottom: 7px;
}


.heading_container.heading_center {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
}

.box-img {
  width: 100%;
}

a,
a:hover,
a:focus {
  text-decoration: none;
}

a:hover,
a:focus {
  color: initial;
}

.btn,
.btn:focus {
  outline: none !important;
  -webkit-box-shadow: none;
          box-shadow: none;
}

/*header section*/
.hero_area {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  /*background-image: url(../images/hero-bg.jpg);
  background-size: cover;
  background-position: center bottom;
  background-repeat: no-repeat;*/
}

.sub_page .hero_area {
  background-size: cover;
  background-position: top;
}

.header_section {
  padding: 15px 0;
}

.custom_nav-container {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 0;
}

.navbar-brand {
  margin: 0;
}

.navbar-brand span {
  font-size: 28px;
  font-weight: bold;
  color: #ffffff;
}

.User_option {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-left: auto;
  margin-right: 75px;
}

.User_option a {
  color: #ffffff;
  margin-left: 25px;
}

.User_option .form-inline {
  position: relative;
  margin-left: 25px;
}

.User_option .form-inline input {
  display: none;
}

.User_option .form-inline button {
  color: #ffffff;
}

.custom_menu-btn {
  z-index: 9;
  position: absolute;
  right: 0;
  top: 14px;
}

.custom_menu-btn button {
  outline: none;
  border: none;
  background-color: transparent;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.custom_menu-btn button img {
  width: 40px;
}

.menu_btn-style {
  position: fixed;
  right: 15px;
  top: 29px;
}

.overlay {
  height: 100%;
  width: 0;
  position: fixed;
  z-index: 3;
  top: 0;
  left: 0;
  background-color: black;
  background-color: rgba(72, 85, 254, 0.95);
  overflow-x: hidden;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.overlay .closebtn {
  position: absolute;
  top: 0;
  right: 30px;
  font-size: 60px;
}

.overlay a {
  padding: 0px;
  text-decoration: none;
  font-size: 22px;
  color: #ffffff;
  display: block;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  margin-bottom: 15px;
  text-transform: uppercase;
  font-weight: bold;
  opacity: 0;
}

.overlay-content {
  position: relative;
  top: 30%;
  width: 100%;
  text-align: center;
  margin-top: 30px;
}

.menu_width {
  width: 100%;
}

.menu_width.overlay a {
  opacity: 1;
}

/*end header section*/
/* slider section */
.slider_section {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-top: 75px;
  position: relative;
}

.slider_section .row {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.slider_section #customCarousel1 {
  width: 100%;
  position: unset;
}

.slider_section .detail-box {
  color: #ffffff;
  text-align: center;
}

.slider_section .detail-box h1 {
  font-size: 4rem;
  font-weight: bold;
  margin-bottom: 15px;
  font-family: "bodoni svtytwo sc itc tt book", sans-serif;
  font-weight: 400;
}

.slider_section .detail-box div img{
  display: inline-block;
  width: 250px;

}


.slider_section .detail-box h1 span {
  color: #4855fe;
}

.slider_section .find_container .form-row {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.slider_section .find_container form .form-group {
  margin: 15px 0;
}

.slider_section .find_container form .form-control {
  width: 100%;
  background-color: transparent;
  border: none;
  height: 45px;
  outline: none;
  -webkit-box-shadow: none;
          box-shadow: none;
  border-radius: 5px;
  padding: 0 15px;
  background-color: #ffffff;
  border-radius: 45px;
  position: relative;
}

.slider_section .find_container form .location_icon {
  position: absolute;
  right: 25px;
  top: 10px;
  color: #eaeae8;
}

.slider_section .find_container form .btn-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.slider_section .find_container form .btn-box button.btn {
  width: 100%;
  text-align: center;
  display: inline-block;
  padding: 10px 25px;
  background-color: #E1CBA4;
  color: #000000;
  border-radius: 45px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  border: 1px solid #E1CBA4;
  outline: none;
  text-transform: uppercase;
}

.slider_section .find_container form .btn-box button.btn:hover {
  background-color: transparent;
  color: #E1CBA4;
}

.slider_section .slider_container {
  margin-top: 150px;
  position: absolute;
  z-index: 2;
  bottom: 0;
  width: 100%;
}

.slider_section .slider_container .slick-list {
  width: 80%;
  margin: auto;
}

.slider_section .slider_container .img-box {
  -webkit-transition: all .3s;
  transition: all .3s;
  margin-left: 10px;
  margin-right: 10px;
}

.slider_section .slider_container .img-box img {
  width: 100%;
  border: 10px solid #E1CBA4;
  border-radius: 100%;
}

.slider_section .slider_container .slick-active .img-box {
  margin-top: 45px;
}

.slider_section .slider_container .slick-active + .slick-active .img-box {
  margin-top: 0;
}

.slider_section .slider_container .slick-active + .slick-active + .slick-active .img-box {
  margin-top: 0;
}

/*.slider_section .slider_container .slick-active + .slick-active + .slick-active + .slick-active .img-box {
  margin-top: 45px;
}*/

.slider_section .slider_container .slick-prev,
.slider_section .slider_container .slick-next {
  width: 45px;
  height: 45px;
  line-height: 45px;
  background-color: #E1CBA4;
  border-radius: 100%;
  font-size: 12px;
  color: #000000;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  border: none;
  outline: none;
  position: absolute;
  top: 72%;
  margin: 0;
}

.slider_section .slider_container .slick-prev:hover,
.slider_section .slider_container .slick-next:hover {
  background-color: #4855fe;
  color: #ffffff;
}

.slider_section .slider_container .slick-prev {
  left: 45px;
  -webkit-transform: rotate(-30deg);
          transform: rotate(-30deg);
}

.slider_section .slider_container .slick-prev:after {
  content: "\f060";
  font-family: 'FontAwesome';
}

.slider_section .slider_container .slick-next {
  right: 45px;
  -webkit-transform: rotate(30deg);
          transform: rotate(30deg);
}

.slider_section .slider_container .slick-next:after {
  content: "\f061";
  font-family: 'FontAwesome';
}

.recipe_section .box {
  text-align: center;
  margin-top: 45px;
}

.recipe_section .box .img-box img {
  border-radius: 0 45px 0 45px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.recipe_section .box .detail-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 15px;
}

.recipe_section .box .detail-box h4 {
  font-family: "bodoni svtytwo sc itc tt book", sans-serif;
  font-weight: 400;
}

.recipe_section .box .detail-box a {
  width: 45px;
  height: 45px;
  line-height: 45px;
  background-color: #4855fe;
  border-radius: 100%;
  font-size: 12px;
  color: #ffffff;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.recipe_section .box .detail-box a:hover {
  background-color: #E1CBA4;
  color: #000000;
}

.recipe_section .box:hover .img-box img {
  -webkit-filter: drop-shadow(0 0 5px rgba(0, 0, 0, 0.3));
          filter: drop-shadow(0 0 5px rgba(0, 0, 0, 0.3));
}

.recipe_section .btn-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 45px;
}

.recipe_section .btn-box a {
  display: inline-block;
  padding: 10px 45px;
  background-color: #E1CBA4;
  color: #000000;
  border-radius: 45px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  border: 1px solid #E1CBA4;
  outline: none;
}

.recipe_section .btn-box a:hover {
  background-color: transparent;
  color: #E1CBA4;
}

.app_section {
  background-image: url(../images/app-bg.png);
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-position: center center;
  padding: 225px 0 175px 0;
  color: #ffffff;
}

.app_section .row {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.app_section .detail-box h2 {
  margin-bottom: 25px;
}

.app_section .detail-box h2 span {
  color: #E1CBA4;
}

.app_section .detail-box p {
  margin-bottom: 0;
}

.app_section .detail-box .app_btn_box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 35px 0;
}

.app_section .detail-box .app_btn_box a {
  width: 145px;
}

.app_section .detail-box .download_btn {
  display: inline-block;
  padding: 12px 45px;
  background-color: #E1CBA4;
  color: #000000;
  border-radius: 45px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  border: 1px solid #E1CBA4;
  outline: none;
}

.app_section .detail-box .download_btn:hover {
  background-color: transparent;
  color: #E1CBA4;
}

.about_section .box {
  text-align: center;
}

.about_section img {
  margin-top: 45px;
  max-width: 100%;
}

.about_section .detail-box p {
  margin-top: 15px;
}

.about_section .detail-box a {
  display: inline-block;
  width: 45px;
  height: 45px;
  line-height: 45px;
  background-color: #4855fe;
  border-radius: 100%;
  font-size: 12px;
  color: #ffffff;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.about_section .detail-box a:hover {
  background-color: #E1CBA4;
  color: #000000;
}

.news_section .box {
  text-align: center;
  margin-top: 45px;
}

.news_section .box .img-box img {
  -webkit-filter: drop-shadow(0 2px 7px rgba(0, 0, 0, 0.3));
          filter: drop-shadow(0 2px 7px rgba(0, 0, 0, 0.3));
  border-radius: 45px;
}

.news_section .box .detail-box {
  margin-top: 25px;
}

.news_section .box .detail-box h4 {
  font-weight: bold;
}

.news_section .box .detail-box a {
  display: inline-block;
  width: 45px;
  height: 45px;
  line-height: 45px;
  background-color: #4855fe;
  border-radius: 100%;
  font-size: 12px;
  color: #ffffff;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.news_section .box .detail-box a:hover {
  background-color: #E1CBA4;
  color: #000000;
}

.client_section {
  text-align: center;
}

.client_section .detail-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 45px;
}

.client_section .detail-box h4 {
  font-weight: bold;
  margin-bottom: 0;
}

.client_section .detail-box p {
  margin: 20px 0;
}

.client_section .detail-box i.fa-quote-left {
  font-size: 24px;
  color: #4855fe;
}

.client_section .carousel-control-next {
  position: unset;
  width: 45px;
  height: 45px;
  line-height: 45px;
  background-color: #E1CBA4;
  border-radius: 100%;
  font-size: 12px;
  color: #ffffff;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  opacity: 1;
  margin: auto;
  margin-top: 25px;
}

.client_section .carousel-control-next:hover {
  background-color: #4855fe;
  color: #ffffff;
}

.footer_container {
    background-size: cover;
    background-repeat: no-repeat;

}


.footer_logo{
  text-align: center;
}
.footer_logo img{
 display: inline-block;
 width: 150px;
 margin: auto;

}
.info_section {
  color: #ffffff;
  padding: 45px 0;
}

.info_section .contact_box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  max-width: 350px;
  margin: auto;
}

.info_section .contact_box a {
  margin: 0 10px;
  font-size: 24px;
  color: #ffffff;
}

.info_section .contact_box a:hover {
  color: #E1CBA4;
}

.info_section .social_box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.info_section .social_box a {
  margin: 0 20px;
  font-size: 18px;
  color: #000;
}

.info_section .social_box a:hover {
  color: #E1CBA4;
}

.info_section .info_links {
  margin: 25px 0;
}

.info_section .info_links ul {
  padding-left: 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.info_section .info_links ul li {
  list-style-type: none;
  position: relative;
  margin: 0 15px;
}

.info_section .info_links ul li a {
  color: #000;
}

.info_section .info_links ul li a:hover {
  color: #775a27;
}

/* footer section*/
.footer_section {
  position: relative;
  text-align: center;

}

.footer_section p {
  color: #000;
  padding-bottom: 25px;
  margin: 0;
}

.footer_section p a {
  color: inherit;
}


.menu{
  padding: 50px;
}

.menu-category {
  margin-bottom: 80px;
}

.snipcart-add-item {
  background-color: #E1CBA4; /* Background color */
  color: #fff; /* Text color */
  border: none; /* Remove default border */
  border-radius: 5px; /* Slightly curved edges */
  padding: 10px 20px; /* Padding for a balanced look */
  font-size: 16px; /* Font size for readability */
  font-weight: bold; /* Make the text bold */
  cursor: pointer; /* Change cursor on hover */
  transition: background-color 0.3s ease; /* Smooth hover effect */
}

.snipcart-add-item:hover {
  background-color: #d2b894; /* Slightly darker shade on hover */
}

.snipcart-button-primary {
  background-color: #E1CBA4; /* Your desired color */
  color: #fff; /* Text color */
  border: none; /* Remove default border */
  border-radius: 5px; /* Slightly curved edges */
  padding: 10px 20px; /* Padding for a balanced look */
  font-size: 16px; /* Font size for readability */
  font-weight: bold; /* Make the text bold */
}

.snipcart-button-primary:hover {
  background-color: #d2b894; /* Slightly darker shade on hover */
}

.snipcart-cart-header .snipcart-modal__close-icon, .snipcart-cart-header__icon{
  color: #E1CBA4;
}

.snipcart-summary-fees__notice{
  margin: 20px;
  text-align: center
}

.snipcart-order__invoice-number--highlight, .snipcart-shipping-completed .snipcart-checkout-step__icon, .snipcart-shipping-completed__title .snipcart__icon--left, .snipcart-order__title svg, .snipcart-order__details-title.snipcart__box--subtitle svg{
  color: #E1CBA4;

}

.snipcart-order__details .snipcart-order__box__header .snipcart__box--title  .snipcart__box--badge.snipcart__box--badge.snipcart__box--badge-highlight.snipcart__font--bold.snipcart__font--secondary {
  color: #fff !important;
}


.snipcart-order__footer{
  padding-bottom: 120px;
}
/* Floating Cart Button */
.floating-cart {
  position: fixed;
  bottom: 20px;
  right: 20px;
  z-index: 1000;
  background-color: #E1CBA4;
  border-radius: 50px;
  padding: 10px 20px;
  box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.2);
  display: flex;
  align-items: center;
  transition: transform 0.3s ease;
}

.floating-cart:hover {
  transform: scale(1.05);
}

.floating-cart .snipcart-checkout {
  background: none;
  border: none;
  color: #fff;
  font-weight: bold;
  font-size: 16px;
  display: flex;
  align-items: center;
  cursor: pointer;
}

.floating-cart .cart-icon {
  font-size: 20px;
  margin-right: 8px;
}

.floating-cart .cart-count {
  margin: 0 8px;
}

@media (max-width: 768px) {
  /* Adjust for smaller screens */
  .floating-cart {
    bottom: 15px;
    right: 15px;
    padding: 8px 15px;
  }

  .floating-cart .snipcart-checkout {
    font-size: 14px;
  }

  .floating-cart .cart-icon {
    font-size: 18px;
  }

  /* footer section*/
.footer_section {
  padding-bottom: 80px;
}
}


.snipcart-button-secondary.snipcart-base-button.is-fit-content.is-icon-left{
  display: none;
}

.snipcart-cart-header .snipcart-modal__close-icon, .snipcart-cart-header__icon {
  color: #fff;
  background-color: #E1CBA4;
  padding: 5px;
  border-radius: 5px;
  width: 30px;
  height: 30px;
}

.snipcart__box--badge-highlight{
  background-color: #E1CBA4;
  color: #fff;
}

.snipcart-button-icon.is-secondary{
  background-color: #eee1cb;
  color: #fff;
}

.snipcart__box--badge, .snipcart-button-link, .snipcart-payment-methods-list-item__arrow, .snipcart-billing-completed .snipcart-checkout-step__icon, .snipcart-billing-completed__title .snipcart__icon--left{
  color: #E1CBA4 !important;
}

.snipcart-checkout-step__icon{
  margin-right: 15px;
}

.snipcart-item-quantity__quantity:focus-within{
  border: solid 2px #E1CBA4;
}
.category-title {
    display: flex;
    justify-content: space-between; /* Aligns h2 on the left and span on the right */
    align-items: center; /* Vertically centers both elements */
    margin-bottom: 40px;
    padding-bottom: 10px;
    border-bottom: 2px solid #d69c2f; /* Border spans across the entire width */
}

/* Menu category title (h2) */
.menu-category h2 {
  font-size: 2rem;
  color: #d69c2f;
  margin-bottom: 0;
  text-transform: uppercase;
  display: inline-block;
  flex-shrink: 0; /* Prevents h2 from shrinking */
}

/* Blurb next to category title */
.category-blurb {
  font-size: 0.9rem; /* Smaller text size */
  color: #333;
  line-height: 1.2rem; /* Match the h2 font-size for vertical centering */
  text-align: right;
  margin-left: 10px;
  flex-grow: 1; /* Allows the span to take the remaining space */
}

/* Responsive adjustments for smaller screens */
@media (max-width: 768px) {
  .category-title {
      flex-direction: column; /* Stack h2 and span vertically */
      align-items: flex-start; /* Align them to the left */
  }

  .category-title h2 {
      font-size: 1.6rem; /* Slightly reduce the font size */
      margin-bottom: 5px; /* Add a small margin to separate it from the span */
  }

  .category-blurb {
      font-size: 0.8rem; /* Slightly reduce the font size */
      line-height: 1.5rem; /* Adjust the line height for better readability */
      text-align: left; /* Align text to the left */
      margin-left: 0; /* Remove the left margin */
  }

  .menu{
    padding: 20px;
  }

  .snipcart-add-item{
    float: right;
  }
}


.products {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 20px;
}



.menu-item {
  display: flex;
  align-items: center;
  margin-bottom: 30px;
}

.menu-item img {
  width: 80px;
  height: 80px;
  border-radius: 50%;
  margin-right: 15px;
}



/* Ensure the image is at the top on mobile */
@media (max-width: 768px) {
  .menu-item img {
      align-self: flex-start; /* Ensures the image aligns to the top of the div */
      width: 100%; /* Full width on mobile for better viewing */
      object-fit: cover; /* Ensures the image fits within the container without stretching */
  }
}








.product-info {
  flex-grow: 1;
}

.menu-item h3 {
  font-size: 1.5rem;
  display: flex;
  font-weight: bold;
  justify-content: space-between;
  color: #333;
}

.price {
  font-size: 1.2rem;
  color: #d69c2f;
}

.menu-item p {
  font-size: 1rem;
  color: #666;
  margin-top: 5px;
}

.status {
  display: inline-block;
  margin-top: 5px;
  font-weight: bold;
  padding: 2px 6px;
  border-radius: 4px;
  font-size: 0.9rem;
}

.stock-status {
  float: right;
    padding: 5px 10px;
    border-radius: 12px;
    font-size: 0.6em;
    font-weight: bold;
  
}

/* Full-page modal */
.modal {
  display: none; /* Hidden by default */
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  background-color: rgba(0, 0, 0, 0.5); /* Semi-transparent background */
  overflow-y: auto; /* Allows scrolling for overflow content */
  z-index: 1000; /* Ensure it's on top */
}

.modal-content {
  position: relative;
  background-color: #fff;
  margin: 20px auto; /* Center content */
  width: 90%;
  max-width: 600px; /* Optional max width */
  border-radius: 8px;
  padding: 20px;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
}

#product-ingredients{
  text-transform: capitalize;
}

.close-button {
  position: absolute;
  top: 10px;
  right: 15px;
  font-size: 20px;
  font-weight: bold;
  color: #fff;
  cursor: pointer;
  background: #E1CBA4;
  padding: 5px 10px;
  border-radius: 10px;
}

.nutrition-label {
  width: 100%;
  background-color: white;
  color: #000;
  font-family: Arial, sans-serif;
  padding: 15px;
  border: 2px solid #000;
  box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.1);
}

.nutrition-label h3 {
  font-size: 18px;
  font-weight: bold;
  margin: 0 0 8px;
  padding-bottom: 5px;
  border-bottom: 2px solid #000;
  text-align: center;
}

.nutrition-label .nutrition-section {
  padding: 5px 0;
  border-bottom: 1px solid #ddd;
}

.nutrition-label .nutrition-section:last-child {
  border-bottom: none;
}

.nutrition-label .nutrition-item {
  display: flex;
  justify-content: space-between;
  font-size: 14px;
}

.nutrition-label .nutrition-item .label {
  font-weight: bold;
}

.nutrition-label .nutrition-item .value {
  font-weight: normal;
}

/* Serving Size & Calories Section */
.nutrition-label .serving-size,
.nutrition-label .calories {
  font-size: 16px;
  font-weight: bold;
  border-bottom: 2px solid #000;
  padding: 5px 0;
  margin-top: 10px;
}

/* Daily Value Disclaimer */
.nutrition-label .daily-value-disclaimer {
  font-size: 12px;
  text-align: center;
  margin-top: 10px;
  font-style: italic;
}












/* Product Info Styling */
.product-info h2, .product-info h3 {
  margin-top: 0;
}

.product-price {
  color: #E1CBA4;
  font-size: 20px;
  margin: 10px 0;
}

.product-images img {
  width: 100%;
  border-radius: 4px;
}




/* Product Info Styling */
.product-info h2, .product-info h3 {
  margin-top: 0;
}

.product-price {
  color: #E1CBA4;
  font-size: 20px;
  margin: 10px 0;
}

.product-images img {
  width: 100%;
  border-radius: 4px;
}

/* Nutrition Label */
.nutrition-label {
  border: 1px solid #000;
  padding: 10px;
  margin-top: 15px;
  font-size: 14px;
  line-height: 1.4;
  border-radius: 4px;
  background: #f5f5f5;
}

.nutrition-label p {
  margin: 5px 0;
}


.view-menu-item{
    background-color: #E1CBA4;
    border-radius: 50px;
    width: 30px;
    color: #fff;
    border: none;
}


.faq-section {
  max-width: 800px;
  margin: 0 auto;
  padding: 20px;
  display: grid; /* Use grid for layout */
  grid-template-columns: repeat(auto-fill, minmax(300px, 1fr)); /* Two columns */
  gap: 20px; /* Space between items */
}

.faq-item {
  border: 1px solid #E1CBA4;
  border-radius: 5px;
  overflow: hidden;
  display: flex;
  flex-direction: column; /* Ensure vertical stacking */
}

.faq-question {
  background-color: #E1CBA4; /* Background color for questions */
  color: #fff; /* Text color */
  padding: 15px;
  cursor: pointer;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.faq-question h3{
  font-size: 0.9em;
}

.faq-answer {
  display: none; /* Hidden by default */
  padding: 15px;
  background-color: #F9F9F9; /* Background color for answers */
}

.arrow {
  transition: transform 0.3s ease; /* Transition effect for arrow */
}

.faq-question.active .arrow {
  transform: rotate(180deg); /* Rotate arrow when active */
}

@media (max-width: 600px) {
  .faq-section {
      grid-template-columns: 1fr; /* Stack items in a single column on smaller screens */
  }
}

/* Responsive adjustments */
@media (max-width: 768px) {
  .stock-status {
      float: none;          /* Remove float on smaller screens */
      margin-left: 0;       /* Reset the margin */
      display: inline-block; /* Keep inline but aligned well */
      margin-top: 5px;      /* Add a slight top margin for space */
      text-align: center;   /* Center the text within its container */
      margin-bottom: 15px;
  }
  
  .product-info h3 {
      display: flex;
      flex-direction: column; /* Stack title and price vertically */
      text-align:left;
  }
}

.menu-item button[disabled] {
  background-color: #ccc;
  color: #666;
  cursor: not-allowed;
}


@media (max-width: 1024px) {
    .products {
        grid-template-columns: repeat(2, 1fr);
        gap: 15px;
    }

    .menu-item h3 {
        font-size: 1.4rem;
    }

    .price {
        font-size: 1.1rem;
    }

    .menu-item img {
        width: 70px;
        height: 70px;
    }

    .menu-item p {
        font-size: 0.95rem;
    }

    
    .footer_container{
      padding-top: 50px;
      margin-top: 20px;
      background-image: url(../images/footer-bg.png);
      background-position: right;
      background-size: contain;
      background-repeat: no-repeat;
      background-position-y: top;

    }

    .stock-status {
      float: none;          /* Remove float on smaller screens */
      margin-left: 0;       /* Reset the margin */
      display: inline-block; /* Keep inline but aligned well */
      margin-top: 5px;      /* Add a slight top margin for space */
      text-align: center;   /* Center the text within its container */
      margin-bottom: 15px;
  }
  
  .product-info h3 {
      display: flex;
      flex-direction: column; /* Stack title and price vertically */
  }
}

@media (max-width: 768px) {
    .products {
        grid-template-columns: repeat(2, 1fr);
        gap: 10px;
    }

    header h1 {
        font-size: 2rem;
    }

    .menu-category h2 {
        font-size: 1.5rem;
    }

    .menu-item h3 {
        font-size: 1.2rem;
    }

    .price {
        font-size: 1rem;
    }

    .menu-item img {
        width: 60px;
        height: 60px;
    }

    .menu-item p {
        font-size: 0.9rem;
    }

    .status {
        font-size: 0.8rem;
    }

    .slider_section .slider_container .img-box img{
      border: 8px solid #E1CBA4;
    }
    
}

@media (max-width: 480px) {
    .products {
        grid-template-columns: 1fr; /* Switch to a single column layout */
        gap: 10px;
    }

    header h1 {
        font-size: 1.8rem;
    }

    .menu-category h2 {
        font-size: 1.4rem;
    }

    .menu-item h3 {
        font-size: 1.1rem;
    }

    .price {
        font-size: 0.9rem;
    }

    .menu-item img {
        width: 50px;
        height: 50px;
    }

    .menu-item p {
        font-size: 0.85rem;
    }

    .status {
        font-size: 0.75rem;
    }
}

/**********************CONTACT FORM ***************************/
.contact-form {
  max-width: 600px;
  margin: 0 auto;
  padding: 20px;
  background-color: #f9f9f9;
  border-radius: 8px;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
}
.contact-form h2 {
  margin-bottom: 20px;
}
.form-group {
  margin-bottom: 15px;
  width: 100%;
}
.form-group label {
  display: block;
  font-weight: bold;
  margin-bottom: 5px;
  text-align: left;
}
.form-group input,
.form-group select,
.form-group textarea {
  display: block;
  width: 100%;
  padding: 10px;
  border: 1px solid #ccc;
  border-radius: 4px;
  font-size: 16px;
}
.form-group textarea {
  resize: vertical;
  height: 150px;
}
.submit-btn {
  display: block;
  width: 100%;
  padding: 10px;
  background-color: #E1CBA4;
  color: white;
  border: none;
  border-radius: 4px;
  font-size: 18px;
  cursor: pointer;
  transition: background-color 0.3s ease;
}
.submit-btn:hover {
  background-color: #b1863a
}

#alert{
  display: none;
  width: 100%;
  text-align: center;
  color: #4CBB17;
  margin-top: 20px;
}