@import url("https://fonts.googleapis.com/css2?family=Dancing+Script:wght@400;500;600;700&family=Open+Sans:wght@400;600;700&display=swap");
body {
  font-family: "Open Sans", sans-serif;
  color: #0c0c0c;
  background-color: #ffffff;
  overflow-x: hidden;
}

.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;
}

h1,
h2 {
  font-family: 'Dancing Script', cursive;
}

.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 {
  position: relative;
  margin-bottom: 0;
  font-size: 2.5rem;
  font-weight: bold;
}

.heading_container h2 span {
  color: #ffbe33;
}

.heading_container p {
  margin-top: 10px;
  margin-bottom: 0;
}

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

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;
  min-height: 100vh;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.bg-box {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.bg-box::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(to right, rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.3));
  z-index: 1;
}

.bg-box img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.sub_page .hero_area {
  min-height: auto;
}

.sub_page .hero_area .bg-box {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.sub_page .hero_area .bg-box img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: right top;
     object-position: right top;
}

.header_section {
  padding: 15px 0;
  position: relative;
  z-index: 2;
}

.header_section .container-fluid {
  padding-right: 25px;
  padding-left: 25px;
}

.navbar-brand {
  font-family: 'Dancing Script', cursive;
}

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

.custom_nav-container {
  padding: 0;
}

.custom_nav-container .navbar-nav {
  padding-left: 18%;
}

.custom_nav-container .navbar-nav .nav-item .nav-link {
  padding: 5px 20px;
  color: #ffffff;
  text-align: center;
  text-transform: uppercase;
  border-radius: 5px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.custom_nav-container .navbar-nav .nav-item:hover .nav-link, .custom_nav-container .navbar-nav .nav-item.active .nav-link {
  color: #ffbe33;
}

.custom_nav-container .nav_search-btn {
  width: auto;
  height: auto;
  padding: 0;
  border: none;
  color: #ffffff;
  margin: 0 10px;
}

.custom_nav-container .nav_search-btn:hover {
  color: #ffbe33;
}

.user_option {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.user_option a {
  margin: 0 10px;
}

.user_option .user_link {
  color: #ffffff;
}

.user_option .user_link:hover {
  color: #ffbe33;
}

.user_option .cart_link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.user_option .cart_link svg {
  width: 17px;
  height: auto;
  fill: #ffffff;
  margin-bottom: 2px;
}

.user_option .cart_link:hover svg {
  fill: #ffbe33;
}

.user_option .order_online {
  display: inline-block;
  padding: 8px 30px;
  background-color: #ffbe33;
  color: #ffffff;
  border-radius: 45px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  border: none;
}

.user_option .order_online:hover {
  background-color: #e69c00;
}

.custom_nav-container .navbar-toggler {
  outline: none;
}

.custom_nav-container .navbar-toggler {
  padding: 0;
  width: 37px;
  height: 42px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.custom_nav-container .navbar-toggler span {
  display: block;
  width: 35px;
  height: 4px;
  background-color: #ffffff;
  margin: 7px 0;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  position: relative;
  border-radius: 5px;
  transition: all 0.3s;
}

.custom_nav-container .navbar-toggler span::before, .custom_nav-container .navbar-toggler span::after {
  content: "";
  position: absolute;
  left: 0;
  height: 100%;
  width: 100%;
  background-color: #ffffff;
  top: -10px;
  border-radius: 5px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.custom_nav-container .navbar-toggler span::after {
  top: 10px;
}

.custom_nav-container .navbar-toggler[aria-expanded="true"] {
  -webkit-transform: rotate(360deg);
          transform: rotate(360deg);
}

.custom_nav-container .navbar-toggler[aria-expanded="true"] span {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}

.custom_nav-container .navbar-toggler[aria-expanded="true"] span::before, .custom_nav-container .navbar-toggler[aria-expanded="true"] span::after {
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
  top: 0;
}

/*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;
  position: relative;
  z-index: 2;
  padding: 45px 0 75px 0;
}

.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;
  margin-bottom: 145px;
}

.slider_section .detail-box h1 {
  font-size: 3.5rem;
  font-weight: bold;
  margin-bottom: 15px;
}

.slider_section .detail-box p {
  font-size: 14px;
}

.slider_section .detail-box a {
  display: inline-block;
  padding: 10px 45px;
  background-color: #ffbe33;
  color: #ffffff;
  border-radius: 45px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  border: none;
  margin-top: 10px;
}

.slider_section .detail-box a:hover {
  background-color: #e69c00;
}

.slider_section .img-box img {
  width: 100%;
}

.slider_section .carousel-indicators {
  position: unset;
  margin: 0;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.slider_section .carousel-indicators li {
  background-color: #ffffff;
  width: 12px;
  height: 12px;
  border-radius: 100%;
  opacity: 1;
}

.slider_section .carousel-indicators li.active {
  width: 20px;
  height: 20px;
  background-color: #ffbe33;
}

.offer_section {
  position: relative;
  padding-top: 45px;
}

.offer_section .box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 45px;
  border-radius: 5px;
  padding: 20px 15px;
  background-color: #222831;
  color: #ffffff;
}

.offer_section .box .img-box {
  width: 175px;
  min-width: 175px;
  height: 175px;
  margin-right: 15px;
  position: relative;
  -webkit-transition: all 0.1 0.5s;
  transition: all 0.1 0.5s;
  border-radius: 100%;
  border: 5px solid #ffbe33;
  overflow: hidden;
}

.offer_section .box .img-box img {
  width: 100%;
  -webkit-transition: all .2s;
  transition: all .2s;
}

.offer_section .box .detail-box h5 {
  font-family: 'Dancing Script', cursive;
  font-size: 24px;
  margin: 0;
}

.offer_section .box .detail-box h6 {
  font-family: 'Dancing Script', cursive;
  margin: 10px 0;
}

.offer_section .box .detail-box h6 span {
  font-size: 2.5rem;
  font-weight: bold;
}

.offer_section .box .detail-box a {
  display: inline-block;
  padding: 10px 30px;
  background-color: #ffbe33;
  color: #ffffff;
  border-radius: 45px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  border: none;
}

.offer_section .box .detail-box a:hover {
  background-color: #e69c00;
}

.offer_section .box .detail-box a svg {
  width: 20px;
  height: auto;
  margin-left: 5px;
  fill: #ffffff;
}

.offer_section .box:hover .img-box img {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}

.food_section .filters_menu {
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  list-style-type: none;
  margin: 45px 0 20px 0;
}

.food_section .filters_menu li {
  padding: 7px 25px;
  cursor: pointer;
  border-radius: 25px;
}

.food_section .filters_menu li.active {
  background-color: #222831;
  color: #ffffff;
}

.food_section .box {
  position: relative;
  margin-top: 25px;
  background-color: #ffffff;
  border-radius: 10px;
  color: #ffffff;
  border-radius: 15px;
  overflow: hidden;
  background: linear-gradient(to bottom, #f1f2f3 25px, #222831 25px);
}

.food_section .box .img-box {
  background: #f1f2f3;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 215px;
  border-radius: 0 0 0 45px;
  margin: -1px;
  padding: 25px;
}

.food_section .box .img-box img {
  max-width: 100%;
  max-height: 145px;
  -webkit-transition: all .2s;
  transition: all .2s;
}

.food_section .box .detail-box {
  padding: 25px;
}

.food_section .box .detail-box h5 {
  font-weight: 600;
}

.food_section .box .detail-box p {
  font-size: 15px;
}

.food_section .box .detail-box h6 {
  margin-top: 10px;
}

.food_section .box .options {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.food_section .box .options a {
  width: 40px;
  height: 40px;
  border-radius: 100%;
  background: #ffbe33;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.food_section .box .options a svg {
  width: 18px;
  height: auto;
  fill: #ffffff;
}

.food_section .box:hover .img-box img {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}

.food_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;
}

.food_section .btn-box a {
  display: inline-block;
  padding: 10px 55px;
  background-color: #ffbe33;
  color: #ffffff;
  border-radius: 45px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  border: none;
}

.food_section .btn-box a:hover {
  background-color: #e69c00;
}

.about_section {
  background: #222831;
  color: #ffffff;
}

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

.about_section .img-box {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.about_section .img-box img {
  width: 100%;
  max-width: 445px;
  position: relative;
  z-index: 2;
}

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

.about_section .detail-box a {
  display: inline-block;
  padding: 10px 45px;
  background-color: #ffbe33;
  color: #ffffff;
  border-radius: 45px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  border: none;
  margin-top: 15px;
}

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

.book_section {
  position: relative;
}

.book_section .heading_container {
  margin-bottom: 25px;
}

.book_section .form_container .form-control {
  width: 100%;
  border: none;
  height: 50px;
  margin-bottom: 25px;
  padding-left: 25px;
  border: 1px solid #999;
  outline: none;
  color: #000000;
  border-radius: 5px;
  outline: none;
  -webkit-box-shadow: none;
          box-shadow: none;
}

.book_section .form_container .form-control::-webkit-input-placeholder {
  color: #222222;
}

.book_section .form_container .form-control:-ms-input-placeholder {
  color: #222222;
}

.book_section .form_container .form-control::-ms-input-placeholder {
  color: #222222;
}

.book_section .form_container .form-control::placeholder {
  color: #222222;
}

.book_section .form_container .nice-select .current {
  font-size: 16px;
}

.book_section .form_container button {
  margin-top: 15px;
  border: none;
  text-transform: uppercase;
  display: inline-block;
  padding: 10px 55px;
  background-color: #ffbe33;
  color: #ffffff;
  border-radius: 45px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  border: none;
}

.book_section .form_container button:hover {
  background-color: #e69c00;
}

.book_section .map_container {
  width: 100%;
  height: 345px;
  border-radius: 10px;
  overflow: hidden;
}

.book_section .map_container #googleMap {
  height: 100%;
  min-height: 100%;
  width: 100%;
}

/* client section start */
.client_section .heading_container {
  margin-bottom: 30px;
}

.client_section .box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin: 15px;
}

.client_section .box .img-box {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 145px;
  height: 145px;
  min-width: 145px;
  min-height: 145px;
  flex-shrink: 0;
  position: relative;
  margin-top: 30px;
}

.client_section .box .img-box img,
.client_section .box .img-box .avatar-placeholder {
  width: 145px;
  height: 145px;
  border-radius: 100%;
  border: 5px solid #ffbe33;
  position: relative;
  object-fit: cover;
  object-position: center;
}

.client_section .box .img-box .avatar-placeholder {
  background: linear-gradient(135deg, #ffbe33 0%, #ff9800 100%);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 48px;
  font-weight: bold;
  color: white;
  box-sizing: border-box;
}

.client_section .box .img-box::before {
  content: "";
  position: absolute;
  left: 50%;
  top: 0;
  width: 20px;
  height: 20px;
  background-color: #ffbe33;
  -webkit-transform: rotate(45deg) translateX(-50%);
          transform: rotate(45deg) translateX(-50%);
}

.client_section .box .detail-box {
  background-color: #222831;
  color: #ffffff;
  padding: 25px 25px 15px 25px;
  border-radius: 5px;
}

.client_section .box .detail-box h6 {
  font-weight: 600;
  font-size: 18px;
  margin: 15px 0 5px 0;
}

.client_section .box .detail-box p {
  margin-bottom: 0;
  font-size: 15px;
  margin-bottom: 10px;
}

.client_section .owl-carousel .owl-nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 45px;
  padding: 0 15px;
}

.client_section .owl-carousel .owl-nav .owl-prev,
.client_section .owl-carousel .owl-nav .owl-next {
  width: 45px;
  height: 45px;
  background-color: #ffbe33;
  color: #ffffff;
  outline: none;
  bottom: 0px;
  font-size: 24px;
  margin: 0 5px;
  border-radius: 100%;
}

/* client section end */
.contact_section .heading_container {
  margin-bottom: 45px;
}

.contact_section .form_container .form-group {
  margin-bottom: 25px;
}

.contact_section .form_container input {
  width: 100%;
  border: none;
  height: 50px;
  padding-left: 25px;
  background-color: transparent;
  border: 1px solid #ccc;
  outline: none;
  color: #000000;
  border-radius: 5px;
}

.contact_section .form_container input::-webkit-input-placeholder {
  color: #222222;
}

.contact_section .form_container input:-ms-input-placeholder {
  color: #222222;
}

.contact_section .form_container input::-ms-input-placeholder {
  color: #222222;
}

.contact_section .form_container input::placeholder {
  color: #222222;
}

.contact_section .form_container input.message-box {
  height: 120px;
  border-radius: 5px;
}

.contact_section .form_container .btn-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.contact_section .form_container button {
  margin-top: 10px;
  border: none;
  text-transform: uppercase;
  display: inline-block;
  padding: 10px 55px;
  background-color: #ffbe33;
  color: #ffffff;
  border-radius: 0px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  border: none;
}

.contact_section .form_container button:hover {
  background-color: #e69c00;
}

/* footer section*/
.footer_section {
  background-color: #222831;
  color: #ffffff;
  padding: 75px 0 40px 0;
  text-align: center;
}

.footer_section h4 {
  font-size: 28px;
}

.footer_section h4,
.footer_section .footer-logo {
  font-weight: 600;
  margin-bottom: 20px;
  font-family: 'Dancing Script', cursive;
}

.footer_section p {
  color: #dbdbdb;
}

.footer_section .footer-col {
  margin-bottom: 30px;
}

.footer_section .footer_contact .contact_link_box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.footer_section .footer_contact .contact_link_box a {
  margin: 5px 0;
  color: #ffffff;
}

.footer_section .footer_contact .contact_link_box a i {
  margin-right: 5px;
}

.footer_section .footer_contact .contact_link_box a:hover {
  color: #ffbe33;
}

.footer_section .footer-logo {
  display: block;
  font-weight: bold;
  font-size: 38px;
  line-height: 1;
  color: #ffffff;
}

.footer_section .footer_social {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 20px;
  margin-bottom: 10px;
}

.footer_section .footer_social a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #222831;
  width: 30px;
  height: 30px;
  border-radius: 100%;
  background-color: #ffffff;
  border-radius: 100%;
  margin: 0 2.5px;
  font-size: 18px;
}

.footer_section .footer_social a:hover {
  color: #ffbe33;
}

.footer_section .footer-info {
  text-align: center;
  margin-top: 25px;
}

.footer_section .footer-info p {
  color: #ffffff;
  margin: 0;
}

.footer_section .footer-info p a {
  color: inherit;
}

/* ============================================
   STAR RATING STYLES
   ============================================ */

/* Star rating display in testimonials */
.star-rating {
  color: #ffbe33;
  font-size: 18px;
  margin-bottom: 10px;
}

.star-rating i {
  margin-right: 3px;
}

/* Star rating input in review form */
.star-rating-input i {
  transition: all 0.2s ease-in-out;
}

.star-rating-input i:hover,
.star-rating-input i.hover {
  color: #ffbe33 !important;
  transform: scale(1.1);
}

.star-rating-input i.selected {
  color: #ffbe33 !important;
}

/* Review modal animations */
.modal {
  animation: fadeIn 0.3s ease-in-out;
}

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

.modal-content {
  animation: slideIn 0.3s ease-in-out;
}

@keyframes slideIn {
  from {
    transform: translateY(-50px);
    opacity: 0;
  }
  to {
    transform: translateY(0);
    opacity: 1;
  }
}

/* Responsive modal */
@media (max-width: 768px) {
  .modal-content {
    width: 95% !important;
    margin: 10% auto !important;
  }

  .modal-body {
    padding: 20px !important;
  }

  .star-rating-input {
    font-size: 28px !important;
  }
}

/* Button hover effects */
#write-review-btn:hover {
  background-color: #f5b225 !important;
  transform: translateY(-2px);
  box-shadow: 0 4px 8px rgba(0,0,0,0.2);
  transition: all 0.3s ease;
}

.btn-cancel:hover {
  background-color: #5a6268 !important;
  transition: all 0.3s ease;
}

button[type="submit"]:hover {
  background-color: #f5b225 !important;
  transform: translateY(-2px);
  box-shadow: 0 4px 8px rgba(0,0,0,0.2);
  transition: all 0.3s ease;
}

.close-modal:hover {
  color: #000000 !important;
  transform: rotate(90deg);
  transition: all 0.3s ease;
}

/* ============================================
   SHOPPING CART STYLES
   ============================================ */

/* Cart badge on header cart icon */
#cart-badge {
  position: absolute;
  top: -8px;
  right: -8px;
  background-color: #ffbe33;
  color: #222222;
  border-radius: 50%;
  width: 20px;
  height: 20px;
  display: none;
  align-items: center;
  justify-content: center;
  font-size: 11px;
  font-weight: 700;
  line-height: 1;
  padding: 2px;
}

.cart_link {
  position: relative;
  display: inline-block;
}

/* Cart overlay */
/* Floating Cart Button */
.floating-cart-btn {
  position: fixed;
  bottom: 30px;
  right: 30px;
  width: 70px;
  height: 70px;
  background: linear-gradient(135deg, #ffbe33 0%, #ff9800 100%);
  border: none;
  border-radius: 50%;
  box-shadow: 0 4px 20px rgba(255, 190, 51, 0.4);
  cursor: pointer;
  z-index: 9997;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s ease;
  animation: pulse 2s infinite;
}

.floating-cart-btn:hover {
  transform: scale(1.1);
  box-shadow: 0 6px 25px rgba(255, 190, 51, 0.6);
}

.floating-cart-btn:active {
  transform: scale(0.95);
}

.floating-cart-btn i {
  font-size: 28px;
  color: #ffffff;
}

.cart-count-badge {
  position: absolute;
  top: 5px;
  right: 5px;
  background-color: #dc3545;
  color: #ffffff;
  border-radius: 50%;
  width: 24px;
  height: 24px;
  display: none;
  align-items: center;
  justify-content: center;
  font-size: 12px;
  font-weight: bold;
  border: 2px solid #ffffff;
}

@keyframes pulse {
  0% {
    box-shadow: 0 4px 20px rgba(255, 190, 51, 0.4);
  }
  50% {
    box-shadow: 0 4px 30px rgba(255, 190, 51, 0.7);
  }
  100% {
    box-shadow: 0 4px 20px rgba(255, 190, 51, 0.4);
  }
}

#cart-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 9998;
  display: none;
  opacity: 0;
  transition: opacity 0.3s ease;
}

#cart-overlay.open {
  display: block;
  opacity: 1;
}

/* Cart sidebar */
#cart-sidebar {
  position: fixed;
  top: 0;
  right: -450px;
  width: 100%;
  max-width: 450px;
  height: 100%;
  background-color: #ffffff;
  z-index: 9999;
  transition: right 0.3s ease;
  box-shadow: -2px 0 10px rgba(0, 0, 0, 0.1);
  display: flex;
  flex-direction: column;
}

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

/* Cart header */
.cart-header {
  padding: 20px 25px;
  background-color: #ffbe33;
  color: #222222;
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-bottom: 2px solid #f5b225;
}

.cart-header h3 {
  margin: 0;
  font-size: 22px;
  font-weight: 700;
}

.close-cart {
  background: none;
  border: none;
  font-size: 28px;
  cursor: pointer;
  color: #222222;
  line-height: 1;
  padding: 0;
  width: 30px;
  height: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s ease;
}

.close-cart:hover {
  transform: rotate(90deg);
  color: #000000;
}

/* Cart body */
.cart-body {
  flex: 1;
  overflow-y: auto;
  padding: 20px 25px;
}

#empty-cart-message {
  text-align: center;
  padding: 60px 20px;
  color: #999;
}

#empty-cart-message i {
  font-size: 64px;
  color: #ddd;
  margin-bottom: 20px;
}

#empty-cart-message p {
  font-size: 16px;
  margin: 0;
}

/* Cart item */
.cart-item {
  background-color: #f8f9fa;
  border-radius: 8px;
  padding: 15px;
  margin-bottom: 15px;
  border: 1px solid #e9ecef;
}

.cart-item-details h6 {
  margin: 0 0 5px 0;
  font-size: 16px;
  font-weight: 600;
  color: #222222;
}

.cart-item-price {
  margin: 0;
  font-size: 13px;
  color: #666;
}

.cart-item-controls {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 12px;
}

.quantity-controls {
  display: flex;
  align-items: center;
  gap: 8px;
}

.qty-btn {
  background-color: #ffbe33;
  border: none;
  color: #222222;
  width: 28px;
  height: 28px;
  border-radius: 4px;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.2s ease;
  font-size: 12px;
}

.qty-btn:hover {
  background-color: #f5b225;
  transform: scale(1.1);
}

.qty-btn:active {
  transform: scale(0.95);
}

.qty-input {
  width: 50px;
  height: 28px;
  text-align: center;
  border: 1px solid #ddd;
  border-radius: 4px;
  font-size: 14px;
  font-weight: 600;
  padding: 0 5px;
}

.qty-input:focus {
  outline: none;
  border-color: #ffbe33;
}

.remove-btn {
  background-color: #dc3545;
  border: none;
  color: #ffffff;
  width: 28px;
  height: 28px;
  border-radius: 4px;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.2s ease;
  font-size: 12px;
}

.remove-btn:hover {
  background-color: #c82333;
  transform: scale(1.1);
}

.cart-item-total {
  text-align: right;
  font-size: 16px;
  font-weight: 700;
  color: #ffbe33;
  margin-top: 10px;
  padding-top: 10px;
  border-top: 1px solid #dee2e6;
}

/* Cart footer */
.cart-footer {
  padding: 20px 25px;
  background-color: #f8f9fa;
  border-top: 2px solid #e9ecef;
}

.cart-total-section {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 20px;
  padding: 15px;
  background-color: #ffffff;
  border-radius: 8px;
  border: 2px solid #ffbe33;
}

.cart-total-section h4 {
  margin: 0;
  font-size: 18px;
  font-weight: 600;
  color: #222222;
}

#cart-total {
  font-size: 22px;
  font-weight: 700;
  color: #ffbe33;
}

.cart-actions {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.checkout-btn {
  background-color: #ffbe33;
  color: #222222;
  border: none;
  padding: 14px 20px;
  border-radius: 6px;
  font-size: 16px;
  font-weight: 600;
  cursor: pointer;
  transition: all 0.3s ease;
  width: 100%;
}

.checkout-btn:hover {
  background-color: #f5b225;
  transform: translateY(-2px);
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
}

.continue-shopping-btn {
  background-color: #6c757d;
  color: #ffffff;
  border: none;
  padding: 12px 20px;
  border-radius: 6px;
  font-size: 14px;
  font-weight: 600;
  cursor: pointer;
  transition: all 0.3s ease;
  width: 100%;
}

.continue-shopping-btn:hover {
  background-color: #5a6268;
}

/* Cart notification */
.cart-notification {
  position: fixed;
  top: 100px;
  right: -350px;
  background-color: #28a745;
  color: #ffffff;
  padding: 15px 25px;
  border-radius: 8px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.2);
  z-index: 10000;
  display: flex;
  align-items: center;
  gap: 12px;
  font-size: 15px;
  font-weight: 600;
  transition: right 0.3s ease;
}

.cart-notification.show {
  right: 30px;
}

.cart-notification i {
  font-size: 20px;
}

/* Responsive adjustments */
@media (max-width: 768px) {
  .floating-cart-btn {
    width: 60px;
    height: 60px;
    bottom: 20px;
    right: 20px;
  }

  .floating-cart-btn i {
    font-size: 24px;
  }

  .cart-count-badge {
    width: 22px;
    height: 22px;
    font-size: 11px;
  }

  #cart-sidebar {
    max-width: 100%;
    right: -100%;
  }

  .cart-notification {
    right: -100%;
    left: auto;
    width: calc(100% - 40px);
    max-width: 350px;
  }

  .cart-notification.show {
    right: 20px;
  }
}

/* ============================================
   MENU PAGE SPECIFIC STYLES
   ============================================ */

/* Hide cart icons on menu page, show decorative element instead */
.menu-page .food_section .options a svg {
  display: none;
}

.menu-page .food_section .options a {
  pointer-events: none;
  position: relative;
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
}

/* Add fancy sparkle/star decoration */
.menu-page .food_section .options a::before {
  content: "\2728";
  font-size: 24px;
  color: #ffbe33;
  animation: sparkle 2s ease-in-out infinite;
  display: block;
}

/* Sparkle animation */
@keyframes sparkle {
  0%, 100% {
    transform: scale(1) rotate(0deg);
    opacity: 1;
  }
  50% {
    transform: scale(1.2) rotate(180deg);
    opacity: 0.8;
  }
}

/* Alternative: Add a decorative badge/ribbon style */
.menu-page .food_section .box {
  position: relative;
}

.menu-page .food_section .box::after {
  content: "Popular";
  position: absolute;
  top: 15px;
  right: -5px;
  background: linear-gradient(135deg, #ffbe33 0%, #f5b225 100%);
  color: #222222;
  padding: 5px 15px;
  font-size: 11px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  box-shadow: 0 2px 8px rgba(255, 190, 51, 0.3);
  border-radius: 3px;
  display: none;
}

/* Show badge on first 3 items */
.menu-page .food_section .all:nth-child(1) .box::after,
.menu-page .food_section .all:nth-child(2) .box::after,
.menu-page .food_section .all:nth-child(3) .box::after {
  display: block;
}

/* Adjust badge content for variety */
.menu-page .food_section .all:nth-child(2) .box::after {
  content: "Best Seller";
  background: linear-gradient(135deg, #28a745 0%, #218838 100%);
  color: #ffffff;
  box-shadow: 0 2px 8px rgba(40, 167, 69, 0.3);
}

.menu-page .food_section .all:nth-child(3) .box::after {
  content: "Chef's Special";
  background: linear-gradient(135deg, #dc3545 0%, #c82333 100%);
  color: #ffffff;
  box-shadow: 0 2px 8px rgba(220, 53, 69, 0.3);
}

/* ============================================
   NEWSLETTER SUBSCRIPTION SECTION
   ============================================ */

.newsletter-section {
  margin-top: 40px;
  padding-top: 40px;
  border-top: 2px solid rgba(255, 255, 255, 0.1);
}

.newsletter-container {
  background: linear-gradient(135deg, rgba(255, 190, 51, 0.15) 0%, rgba(245, 178, 37, 0.15) 100%);
  border-radius: 15px;
  padding: 35px 40px;
  border: 2px solid rgba(255, 190, 51, 0.3);
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
  transition: all 0.3s ease;
}

.newsletter-container:hover {
  border-color: rgba(255, 190, 51, 0.5);
  box-shadow: 0 6px 20px rgba(0, 0, 0, 0.15);
}

.newsletter-content {
  display: flex;
  align-items: center;
  gap: 20px;
  margin-bottom: 25px;
}

.newsletter-icon {
  background: linear-gradient(135deg, #ffbe33 0%, #f5b225 100%);
  width: 70px;
  height: 70px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  box-shadow: 0 4px 12px rgba(255, 190, 51, 0.4);
}

.newsletter-icon i {
  font-size: 32px;
  color: #222222;
  animation: pulse 2s ease-in-out infinite;
}

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

.newsletter-text h4 {
  color: #ffffff;
  font-size: 24px;
  font-weight: 700;
  margin: 0 0 8px 0;
  letter-spacing: 0.5px;
}

.newsletter-text p {
  color: rgba(255, 255, 255, 0.85);
  font-size: 15px;
  margin: 0;
  line-height: 1.5;
}

.newsletter-form {
  max-width: 100%;
}

.newsletter-input-group {
  display: flex;
  align-items: center;
  background-color: #ffffff;
  border-radius: 50px;
  padding: 8px 8px 8px 25px;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
  transition: all 0.3s ease;
  position: relative;
}

.newsletter-input-group:focus-within {
  box-shadow: 0 6px 20px rgba(255, 190, 51, 0.3);
  transform: translateY(-2px);
}

.newsletter-input-group > i {
  color: #ffbe33;
  font-size: 18px;
  margin-right: 15px;
}

.newsletter-input {
  flex: 1;
  border: none;
  outline: none;
  font-size: 15px;
  padding: 12px 10px;
  background: transparent;
  color: #222222;
}

.newsletter-input::placeholder {
  color: #999;
}

.newsletter-btn {
  background: linear-gradient(135deg, #ffbe33 0%, #f5b225 100%);
  color: #222222;
  border: none;
  padding: 14px 35px;
  border-radius: 50px;
  font-size: 16px;
  font-weight: 700;
  cursor: pointer;
  transition: all 0.3s ease;
  display: flex;
  align-items: center;
  gap: 10px;
  white-space: nowrap;
  box-shadow: 0 4px 10px rgba(255, 190, 51, 0.3);
}

.newsletter-btn:hover {
  background: linear-gradient(135deg, #f5b225 0%, #ffbe33 100%);
  transform: translateX(5px);
  box-shadow: 0 6px 15px rgba(255, 190, 51, 0.5);
}

.newsletter-btn:active {
  transform: translateX(5px) scale(0.98);
}

.newsletter-btn i {
  font-size: 16px;
  transition: transform 0.3s ease;
}

.newsletter-btn:hover i {
  transform: translateX(3px);
}

.newsletter-feedback {
  margin-top: 15px;
  padding: 12px 20px;
  border-radius: 8px;
  font-size: 14px;
  font-weight: 600;
  text-align: center;
  display: none;
  animation: slideDown 0.3s ease;
}

@keyframes slideDown {
  from {
    opacity: 0;
    transform: translateY(-10px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

.newsletter-feedback.success {
  background-color: rgba(40, 167, 69, 0.2);
  color: #28a745;
  border: 1px solid #28a745;
  display: block;
}

.newsletter-feedback.error {
  background-color: rgba(220, 53, 69, 0.2);
  color: #dc3545;
  border: 1px solid #dc3545;
  display: block;
}

/* Responsive */
@media (max-width: 768px) {
  .newsletter-container {
    padding: 25px 20px;
  }

  .newsletter-content {
    flex-direction: column;
    text-align: center;
    gap: 15px;
  }

  .newsletter-icon {
    width: 60px;
    height: 60px;
  }

  .newsletter-icon i {
    font-size: 26px;
  }

  .newsletter-text h4 {
    font-size: 20px;
  }

  .newsletter-text p {
    font-size: 14px;
  }

  .newsletter-input-group {
    flex-direction: column;
    padding: 15px;
    border-radius: 15px;
    gap: 10px;
  }

  .newsletter-input-group > i {
    display: none;
  }

  .newsletter-input {
    width: 100%;
    text-align: center;
    padding: 12px 15px;
  }

  .newsletter-btn {
    width: 100%;
    justify-content: center;
    padding: 14px 25px;
  }

  .btn-text {
    flex: 1;
  }
}

@media (max-width: 480px) {
  .newsletter-section {
    margin-top: 30px;
    padding-top: 30px;
  }

  .newsletter-container {
    padding: 20px 15px;
  }

  .newsletter-text h4 {
    font-size: 18px;
  }

  .newsletter-text p {
    font-size: 13px;
  }
}

/* ============================================
   GALLERY PAGE STYLES
   ============================================ */

/* Fix text colors and backgrounds on gallery page */
.food_section {
  background-color: #ffffff;
}

.food_section .heading_container h2 {
  color: #222222 !important;
}

.food_section .heading_container p {
  color: #222222 !important;
}

.food_section .filters_menu li {
  color: #222222 !important;
  background-color: #f8f9fa;
  border: 1px solid #e0e0e0;
  transition: all 0.3s ease;
}

.food_section .filters_menu li:hover {
  background-color: #ffbe33;
  color: #222222 !important;
  border-color: #ffbe33;
}

.food_section .filters_menu li.active {
  color: #222222 !important;
  background-color: #ffbe33 !important;
  border-color: #ffbe33 !important;
}

.gallery-grid {
  margin-top: 20px;
}

.gallery-item {
  margin-bottom: 30px;
}

.gallery-box {
  position: relative;
  overflow: hidden;
  border-radius: 10px;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
  cursor: pointer;
  transition: all 0.3s ease;
  height: 250px;
}

.gallery-box:hover {
  transform: translateY(-5px);
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.2);
}

.gallery-box img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.5s ease;
}

.gallery-box:hover img {
  transform: scale(1.1);
}

.gallery-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(255, 190, 51, 0.9);
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
  transition: opacity 0.3s ease;
}

.gallery-box:hover .gallery-overlay {
  opacity: 1;
}

.gallery-overlay i {
  font-size: 40px;
  color: #222222;
  transform: scale(0);
  transition: transform 0.3s ease 0.1s;
}

.gallery-box:hover .gallery-overlay i {
  transform: scale(1);
}

/* ============================================
   LIGHTBOX MODAL STYLES
   ============================================ */

.lightbox-modal {
  display: none;
  position: fixed;
  z-index: 10000;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.95);
  overflow: auto;
}

.lightbox-content {
  margin: auto;
  display: block;
  max-width: 90%;
  max-height: 85%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  border-radius: 8px;
  box-shadow: 0 4px 30px rgba(0, 0, 0, 0.5);
  animation: zoomIn 0.3s ease;
}

@keyframes zoomIn {
  from {
    transform: translate(-50%, -50%) scale(0.7);
    opacity: 0;
  }
  to {
    transform: translate(-50%, -50%) scale(1);
    opacity: 1;
  }
}

.lightbox-close {
  position: absolute;
  top: 20px;
  right: 35px;
  color: #ffffff;
  font-size: 50px;
  font-weight: bold;
  cursor: pointer;
  z-index: 10001;
  transition: all 0.3s ease;
  width: 50px;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(255, 190, 51, 0.2);
  border-radius: 50%;
}

.lightbox-close:hover {
  background: rgba(255, 190, 51, 0.4);
  transform: rotate(90deg);
}

.lightbox-caption {
  text-align: center;
  color: #ffffff;
  padding: 15px 30px;
  position: absolute;
  bottom: 20px;
  width: 100%;
  font-size: 18px;
  font-weight: 600;
  background: linear-gradient(to top, rgba(0, 0, 0, 0.8) 0%, rgba(0, 0, 0, 0) 100%);
}

.lightbox-prev,
.lightbox-next {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  background: rgba(255, 190, 51, 0.8);
  color: #222222;
  border: none;
  padding: 20px 15px;
  cursor: pointer;
  font-size: 24px;
  transition: all 0.3s ease;
  z-index: 10001;
  border-radius: 5px;
}

.lightbox-prev:hover,
.lightbox-next:hover {
  background: rgba(255, 190, 51, 1);
  padding: 20px 20px;
}

.lightbox-prev {
  left: 20px;
}

.lightbox-next {
  right: 20px;
}

/* Responsive */
@media (max-width: 768px) {
  .gallery-box {
    height: 200px;
  }

  .lightbox-content {
    max-width: 95%;
    max-height: 80%;
  }

  .lightbox-close {
    top: 10px;
    right: 10px;
    font-size: 35px;
    width: 40px;
    height: 40px;
  }

  .lightbox-prev,
  .lightbox-next {
    padding: 15px 10px;
    font-size: 18px;
  }

  .lightbox-prev {
    left: 10px;
  }

  .lightbox-next {
    right: 10px;
  }

  .lightbox-caption {
    font-size: 14px;
    padding: 10px 20px;
    bottom: 10px;
  }
}

@media (max-width: 480px) {
  .gallery-box {
    height: 180px;
  }
}

/*# sourceMappingURL=style.css.map */