@charset "UTF-8";
/*
 * This is a manifest file that'll be compiled into application.css, which will include all the files
 * listed below.
 *
 * Any CSS (and SCSS, if configured) file within this directory, lib/assets/stylesheets, or any plugin's
 * vendor/assets/stylesheets directory can be referenced here using a relative path.
 *
 * You're free to add application-wide styles to this file and they'll appear at the bottom of the
 * compiled file so the styles you add here take precedence over styles defined in any other CSS
 * files in this directory. Styles in this file should be added after the last require_* statement.
 * It is generally better to create a new file per style scope.
 *
 */
@import url("https://cdn.jsdelivr.net/npm/bootstrap@5.0.2/dist/css/bootstrap.min.css");
@import url("https://cdn.jsdelivr.net/npm/bootstrap-icons@1.7.2/font/bootstrap-icons.css");
@import url("https://fonts.googleapis.com/css2?family=Poiret+One&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Special+Elite&display=swap");
/* line 43, app/assets/stylesheets/style.scss */
body {
  font-family: "Special Elite", mono;
  color: #171717;
  background-color: #ffffff;
  overflow-x: hidden;
}

/* line 49, app/assets/stylesheets/style.scss */
body .btn-primary {
  background-color: #4B5D44 !important;
  border-color: #4B5D44 !important;
  color: #ffffff;
}

/* line 55, app/assets/stylesheets/style.scss */
body .btn-danger {
  background-color: #56445D !important;
  border-color: #56445D !important;
  color: #ffffff;
}

/* line 61, app/assets/stylesheets/style.scss */
body .btn-secondary {
  background-color: #ffffff !important;
  border-color: #ffffff !important;
  color: #ffffff;
}

/* line 68, app/assets/stylesheets/style.scss */
body .form-tabs .nav-link.active {
  background-color: #4B5D44;
  color: #ffffff;
}

/* line 72, app/assets/stylesheets/style.scss */
body .form-tabs .nav-link {
  background-color: #ffffff;
  color: #171717;
  border: solid 1px #171717;
}

/* line 79, app/assets/stylesheets/style.scss */
body #DeliveryOptions {
  padding-top: 15px;
}

/* line 84, app/assets/stylesheets/style.scss */
body #pickup-tab {
  border-top-right-radius: 0px !important;
  border-bottom-right-radius: 0px !important;
}

/* line 89, app/assets/stylesheets/style.scss */
body #delivery-tab {
  border-top-left-radius: 0px !important;
  border-bottom-left-radius: 0px !important;
  border-left: solid 0px;
}

/* line 95, app/assets/stylesheets/style.scss */
body .prod-count-button {
  color: #171717 !important;
}

/* line 99, app/assets/stylesheets/style.scss */
body input[type=text], body input[type=email], body input[type=password] {
  border: 0px;
  border-bottom: solid 1px #171717;
  border-radius: 0px !important;
}

/* line 106, app/assets/stylesheets/style.scss */
.pdf {
  padding: 20px;
  color: #000 !important;
  font-family: "open sans regular";
  background-color: #fff;
}

/* line 111, app/assets/stylesheets/style.scss */
.pdf table {
  color: #000 !important;
}

/* line 117, app/assets/stylesheets/style.scss */
.pdf h1 {
  font-family: "open sans regular";
  font-size: 18px;
}

/* line 124, app/assets/stylesheets/style.scss */
.how-it-works i {
  font-size: 40pt;
}

/* line 129, app/assets/stylesheets/style.scss */
.index-master-box {
  background-color: rgba(255, 255, 255, 0.7);
  padding: 50px;
}

@media (max-width: 767.98px) {
  /* line 135, app/assets/stylesheets/style.scss */
  .layout_padding {
    padding: 15px 0;
  }
}

@media (min-width: 768px) {
  /* line 140, app/assets/stylesheets/style.scss */
  .layout_padding {
    padding: 40px 0;
  }
}

/* line 145, app/assets/stylesheets/style.scss */
.fixed-height-col {
  height: 2500px;
}

/* line 149, app/assets/stylesheets/style.scss */
.layout_padding2 {
  padding: 75px 0;
}

/* line 153, app/assets/stylesheets/style.scss */
.layout_padding2-top {
  padding-top: 75px;
}

/* line 157, app/assets/stylesheets/style.scss */
.layout_padding2-bottom {
  padding-bottom: 75px;
}

/* line 161, app/assets/stylesheets/style.scss */
.layout_padding-top {
  padding-top: 90px;
}

/* line 165, app/assets/stylesheets/style.scss */
.layout_padding-bottom {
  padding-bottom: 90px;
}

/* line 169, app/assets/stylesheets/style.scss */
.white {
  color: #fff;
}

/* line 173, app/assets/stylesheets/style.scss */
.field {
  padding-bottom: 15px;
}

/* line 181, app/assets/stylesheets/style.scss */
.loading-overlay {
  position: fixed;
  width: 100%;
  height: 100%;
  z-index: 1000;
  top: 40%;
  left: 0px;
  opacity: 0.5;
  filter: alpha(opacity=50);
}

/* line 192, app/assets/stylesheets/style.scss */
.heading_container {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}

/* line 197, app/assets/stylesheets/style.scss */
.heading_container h1 {
  font-size: 2.2rem;
}

/* line 201, app/assets/stylesheets/style.scss */
.heading_container h2 {
  position: relative;
  margin-bottom: 0;
  font-size: 2rem;
  font-weight: bold;
}

/* line 207, app/assets/stylesheets/style.scss */
.heading_container h2 span {
  color: #4B5D44;
}

/* line 212, app/assets/stylesheets/style.scss */
.heading_container p {
  margin-top: 10px;
  margin-bottom: 0;
}

/* line 217, app/assets/stylesheets/style.scss */
.heading_container.heading_center {
  align-items: center;
  text-align: center;
}

/* line 223, app/assets/stylesheets/style.scss */
a,
a:hover,
a:focus {
  text-decoration: none;
}

/* line 229, app/assets/stylesheets/style.scss */
a:hover,
a:focus {
  color: initial;
}

/* line 234, app/assets/stylesheets/style.scss */
.btn,
.btn:focus {
  outline: none !important;
  box-shadow: none;
}

/* line 239, app/assets/stylesheets/style.scss */
.btn .yellow,
.btn:focus .yellow {
  display: inline-block;
  padding: 8px 30px;
  background-color: #4B5D44;
  color: #ffffff !important;
  border-radius: 45px;
  transition: all 0.3s;
  border: none;
}

/* line 33, app/assets/stylesheets/style.scss */
.btn .yellow:hover,
.btn:focus .yellow:hover {
  background-color: #273124;
}

/* line 244, app/assets/stylesheets/style.scss */
.yellow-button {
  display: inline-block;
  padding: 8px 30px;
  background-color: #4B5D44;
  color: #ffffff !important;
  border-radius: 45px;
  transition: all 0.3s;
  border: none;
}

/* line 33, app/assets/stylesheets/style.scss */
.yellow-button:hover {
  background-color: #273124;
}

/* line 248, app/assets/stylesheets/style.scss */
.card {
  color: #171717;
}

/* line 250, app/assets/stylesheets/style.scss */
.card .card-img-top {
  border-radius: 0 0 0 50px;
}

/* line 255, app/assets/stylesheets/style.scss */
.card .list-group-item img {
  border-radius: 50%;
}

/* line 260, app/assets/stylesheets/style.scss */
.card .delete {
  background-color: #56445d !important;
}

/* line 264, app/assets/stylesheets/style.scss */
.card .add {
  background-color: #4B5D44 !important;
}

@media (max-width: 299.98px) {
  /* line 269, app/assets/stylesheets/style.scss */
  .product-card {
    width: 95%;
  }
}

@media (min-width: 300px) and (max-width: 434.89px) {
  /* line 269, app/assets/stylesheets/style.scss */
  .product-card {
    width: 70%;
  }
}

@media (min-width: 435px) and (max-width: 767.98px) {
  /* line 269, app/assets/stylesheets/style.scss */
  .product-card {
    width: 190px;
  }
}

@media (min-width: 768px) and (max-width: 1399.98px) {
  /* line 269, app/assets/stylesheets/style.scss */
  .product-card {
    width: 200px;
  }
}

@media (min-width: 1400px) {
  /* line 269, app/assets/stylesheets/style.scss */
  .product-card {
    width: 230px;
  }
}

@media (max-width: 299.98px) {
  /* line 292, app/assets/stylesheets/style.scss */
  .stars-card {
    width: 170px !important;
  }
}

@media (min-width: 300px) and (max-width: 519.98px) {
  /* line 292, app/assets/stylesheets/style.scss */
  .stars-card {
    width: 170px !important;
  }
}

@media (min-width: 520px) and (max-width: 767.98px) {
  /* line 292, app/assets/stylesheets/style.scss */
  .stars-card {
    width: 170px !important;
  }
}

@media (min-width: 768px) and (max-width: 1399.98px) {
  /* line 292, app/assets/stylesheets/style.scss */
  .stars-card {
    width: 200px;
  }
}

@media (min-width: 1400px) {
  /* line 292, app/assets/stylesheets/style.scss */
  .stars-card {
    width: 230px;
  }
}

@media (max-width: 767.98px) {
  /* line 312, app/assets/stylesheets/style.scss */
  .product-card-settings {
    width: 190px;
  }
}

@media (min-width: 768px) {
  /* line 312, app/assets/stylesheets/style.scss */
  .product-card-settings {
    width: 205px;
  }
}

/* line 324, app/assets/stylesheets/style.scss */
.card.disabled {
  background-color: #e8e8e8;
}

/* line 325, app/assets/stylesheets/style.scss */
.card.disabled img {
  filter: grayscale(1);
}

/* line 329, app/assets/stylesheets/style.scss */
.card.disabled .btn {
  background-color: #4B5D44 !important;
}

/* line 337, app/assets/stylesheets/style.scss */
.round-image img {
  border-radius: 50%;
}

/* line 344, app/assets/stylesheets/style.scss */
.box-card .card-body .card-text {
  min-height: 145px;
}

@media (max-width: 400px) {
  /* line 342, app/assets/stylesheets/style.scss */
  .box-card {
    margin-bottom: 10px;
    width: 100% !important;
  }
}

@media (min-width: 400.1px) and (max-width: 767.98px) {
  /* line 342, app/assets/stylesheets/style.scss */
  .box-card {
    margin-bottom: 10px;
  }
}

/*header section*/
/* line 363, app/assets/stylesheets/style.scss */
.hero_area {
  position: relative;
  min-height: 100vh;
  display: flex;
  flex-direction: column;
}

/* line 369, app/assets/stylesheets/style.scss */
.hero_area .hero-content {
  text-align: center;
  padding: 20px;
}

@media (max-width: 767.98px) {
  /* line 372, app/assets/stylesheets/style.scss */
  .hero_area .hero-content .yellow-button {
    font-size: 21px !important;
  }
}

@media (min-width: 768px) {
  /* line 372, app/assets/stylesheets/style.scss */
  .hero_area .hero-content .yellow-button {
    font-size: 26px !important;
  }
}

/* line 387, app/assets/stylesheets/style.scss */
.bg-box {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

/* line 394, app/assets/stylesheets/style.scss */
.bg-box img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

/* line 402, app/assets/stylesheets/style.scss */
.sub_page .hero_area {
  min-height: auto;
}

/* line 405, app/assets/stylesheets/style.scss */
.sub_page .hero_area .bg-box {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

/* line 412, app/assets/stylesheets/style.scss */
.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;
}

/* Customize page */
@media (max-width: 767.98px) {
  /* line 425, app/assets/stylesheets/style.scss */
  .customize-list {
    font-size: 0.8rem;
  }
  /* line 427, app/assets/stylesheets/style.scss */
  .customize-list h5 {
    font-size: 1.1rem;
  }
}

@media (min-width: 768px) {
  /* line 434, app/assets/stylesheets/style.scss */
  .customize-list .layout_padding {
    padding: 90px 0;
  }
}

/* Customize page end */
/* line 442, app/assets/stylesheets/style.scss */
.header_section {
  padding: 15px 0;
}

/* line 449, app/assets/stylesheets/style.scss */
.navbar-brand {
  font-family: 'Poiret One', cursive;
}

/* line 452, app/assets/stylesheets/style.scss */
.navbar-brand span {
  font-weight: bold;
  color: #171717;
}

@media (max-width: 767.98px) {
  /* line 452, app/assets/stylesheets/style.scss */
  .navbar-brand span {
    font-size: 17pt;
  }
  /* line 457, app/assets/stylesheets/style.scss */
  .navbar-brand span img {
    width: 30px;
  }
}

@media (min-width: 768px) {
  /* line 452, app/assets/stylesheets/style.scss */
  .navbar-brand span {
    font-size: 25pt;
  }
  /* line 464, app/assets/stylesheets/style.scss */
  .navbar-brand span img {
    width: 50px;
  }
}

@media (max-width: 767.98px) {
  /* line 472, app/assets/stylesheets/style.scss */
  .navbar .nav-item {
    font-size: 14pt;
  }
}

@media (min-width: 768px) {
  /* line 472, app/assets/stylesheets/style.scss */
  .navbar .nav-item {
    font-size: 17pt;
  }
}

@media (max-width: 767.98px) {
  /* line 481, app/assets/stylesheets/style.scss */
  .navbar .nav-item.btn {
    font-size: 10pt;
    width: 100px;
  }
}

@media (min-width: 768px) {
  /* line 481, app/assets/stylesheets/style.scss */
  .navbar .nav-item.btn {
    font-size: 17pt;
  }
}

/* line 491, app/assets/stylesheets/style.scss */
.navbar .line-container {
  border-bottom: 1px solid #d7d7d7;
}

/* line 497, app/assets/stylesheets/style.scss */
.navbar-nav .yellow {
  background-color: #4B5D44;
  border-radius: 10px;
  color: #ffffff !important;
}

/* line 504, app/assets/stylesheets/style.scss */
.custom_nav-container {
  padding: 0;
}

/* line 511, app/assets/stylesheets/style.scss */
.custom_nav-container .navbar-nav .nav-item .nav-link {
  color: #171717;
  text-align: center;
  text-transform: uppercase;
  border-radius: 5px;
  transition: all 0.3s;
}

/* line 521, app/assets/stylesheets/style.scss */
.custom_nav-container .navbar-nav .nav-item:hover .nav-link, .custom_nav-container .navbar-nav .nav-item.active .nav-link {
  color: #4B5D44;
}

/* line 529, app/assets/stylesheets/style.scss */
.custom_nav-container .nav_search-btn {
  width: auto;
  height: auto;
  padding: 0;
  border: none;
  color: #ffffff;
  margin: 0 10px;
}

/* line 537, app/assets/stylesheets/style.scss */
.custom_nav-container .nav_search-btn:hover {
  color: #4B5D44;
}

/* line 542, app/assets/stylesheets/style.scss */
.user_option {
  display: flex;
  align-items: center;
}

/* line 546, app/assets/stylesheets/style.scss */
.user_option a {
  margin: 0 10px;
}

/* line 550, app/assets/stylesheets/style.scss */
.user_option .user_link {
  color: #ffffff;
}

/* line 554, app/assets/stylesheets/style.scss */
.user_option .user_link:hover {
  color: #4B5D44;
}

/* line 560, app/assets/stylesheets/style.scss */
.user_option .cart_link {
  display: flex;
  justify-content: center;
  align-items: center;
}

/* line 565, app/assets/stylesheets/style.scss */
.user_option .cart_link svg {
  width: 17px;
  height: auto;
  fill: #ffffff;
  margin-bottom: 2px;
}

/* line 574, app/assets/stylesheets/style.scss */
.user_option .cart_link:hover svg {
  fill: #4B5D44;
}

/* line 580, app/assets/stylesheets/style.scss */
.user_option .order_online {
  display: inline-block;
  padding: 8px 30px;
  background-color: #4B5D44;
  color: #ffffff !important;
  border-radius: 45px;
  transition: all 0.3s;
  border: none;
}

/* line 33, app/assets/stylesheets/style.scss */
.user_option .order_online:hover {
  background-color: #273124;
}

/* line 585, app/assets/stylesheets/style.scss */
.custom_nav-container .navbar-toggler {
  outline: none;
}

/* line 589, app/assets/stylesheets/style.scss */
.custom_nav-container .navbar-toggler {
  padding: 0;
  width: 37px;
  height: 42px;
  transition: all 0.3s;
}

/* line 595, app/assets/stylesheets/style.scss */
.custom_nav-container .navbar-toggler span {
  display: block;
  width: 35px;
  height: 4px;
  background-color: #ffffff;
  margin: 7px 0;
  transition: all 0.3s;
  position: relative;
  border-radius: 5px;
  transition: all 0.3s;
}

/* line 606, app/assets/stylesheets/style.scss */
.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;
  transition: all 0.3s;
}

/* line 619, app/assets/stylesheets/style.scss */
.custom_nav-container .navbar-toggler span::after {
  top: 10px;
}

/* line 624, app/assets/stylesheets/style.scss */
.custom_nav-container .navbar-toggler[aria-expanded="true"] {
  transform: rotate(360deg);
}

/* line 627, app/assets/stylesheets/style.scss */
.custom_nav-container .navbar-toggler[aria-expanded="true"] span {
  transform: rotate(45deg);
}

/* line 630, app/assets/stylesheets/style.scss */
.custom_nav-container .navbar-toggler[aria-expanded="true"] span::before, .custom_nav-container .navbar-toggler[aria-expanded="true"] span::after {
  transform: rotate(90deg);
  top: 0;
}

/*end header section*/
/* slider section */
/* line 643, app/assets/stylesheets/style.scss */
.slider_section {
  flex: 1;
  display: flex;
  align-items: center;
  position: relative;
  padding: 45px 0 75px 0;
}

/* line 650, app/assets/stylesheets/style.scss */
.slider_section .row {
  align-items: center;
}

/* line 654, app/assets/stylesheets/style.scss */
.slider_section #customCarousel1 {
  width: 100%;
  position: unset;
}

/* line 659, app/assets/stylesheets/style.scss */
.slider_section .detail-box {
  color: #ffffff;
  margin-bottom: 145px;
}

/* line 663, app/assets/stylesheets/style.scss */
.slider_section .detail-box h1 {
  font-size: 3.5rem;
  font-weight: bold;
  margin-bottom: 15px;
}

/* line 669, app/assets/stylesheets/style.scss */
.slider_section .detail-box p {
  font-size: 14px;
}

/* line 673, app/assets/stylesheets/style.scss */
.slider_section .detail-box a {
  display: inline-block;
  padding: 10px 45px;
  background-color: #4B5D44;
  color: #ffffff !important;
  border-radius: 45px;
  transition: all 0.3s;
  border: none;
  margin-top: 10px;
}

/* line 33, app/assets/stylesheets/style.scss */
.slider_section .detail-box a:hover {
  background-color: #273124;
}

/* line 681, app/assets/stylesheets/style.scss */
.slider_section .img-box img {
  width: 100%;
}

/* line 688, app/assets/stylesheets/style.scss */
.slider_section .carousel-indicators {
  position: unset;
  margin: 0;
  justify-content: flex-start;
  align-items: center;
}

/* line 694, app/assets/stylesheets/style.scss */
.slider_section .carousel-indicators li {
  background-color: #ffffff;
  width: 12px;
  height: 12px;
  border-radius: 100%;
  opacity: 1;
}

/* line 701, app/assets/stylesheets/style.scss */
.slider_section .carousel-indicators li.active {
  width: 20px;
  height: 20px;
  background-color: #4B5D44;
}

/* line 714, app/assets/stylesheets/style.scss */
.offer_section {
  position: relative;
  padding-top: 45px;
}

/* line 718, app/assets/stylesheets/style.scss */
.offer_section .box {
  display: flex;
  align-items: center;
  margin-top: 45px;
  border-radius: 5px;
  padding: 20px 15px;
  background-color: #ffffff;
  color: #ffffff;
}

/* line 727, app/assets/stylesheets/style.scss */
.offer_section .box .img-box {
  width: 175px;
  min-width: 175px;
  height: 175px;
  margin-right: 15px;
  position: relative;
  transition: all 0.1 0.5s;
  border-radius: 100%;
  border: 5px solid #4B5D44;
  overflow: hidden;
}

/* line 738, app/assets/stylesheets/style.scss */
.offer_section .box .img-box img {
  width: 100%;
  transition: all .2s;
}

/* line 746, app/assets/stylesheets/style.scss */
.offer_section .box .detail-box h5 {
  font-family: 'Poiret One', cursive;
  font-size: 24px;
  margin: 0;
}

/* line 752, app/assets/stylesheets/style.scss */
.offer_section .box .detail-box h6 {
  font-family: 'Poiret One', cursive;
  margin: 10px 0;
}

/* line 756, app/assets/stylesheets/style.scss */
.offer_section .box .detail-box h6 span {
  font-size: 2.5rem;
  font-weight: bold;
}

/* line 764, app/assets/stylesheets/style.scss */
.offer_section .box .detail-box a {
  display: inline-block;
  padding: 10px 30px;
  background-color: #4B5D44;
  color: #ffffff !important;
  border-radius: 45px;
  transition: all 0.3s;
  border: none;
}

/* line 33, app/assets/stylesheets/style.scss */
.offer_section .box .detail-box a:hover {
  background-color: #273124;
}

/* line 767, app/assets/stylesheets/style.scss */
.offer_section .box .detail-box a svg {
  width: 20px;
  height: auto;
  margin-left: 5px;
  fill: #ffffff;
}

/* line 779, app/assets/stylesheets/style.scss */
.offer_section .box:hover .img-box img {
  transform: scale(1.1);
}

/* line 795, app/assets/stylesheets/style.scss */
.food_section .filters_menu {
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  list-style-type: none;
  margin: 45px 0 20px 0;
}

/* line 803, app/assets/stylesheets/style.scss */
.food_section .filters_menu li {
  padding: 7px 25px;
  cursor: pointer;
  border-radius: 25px;
}

/* line 808, app/assets/stylesheets/style.scss */
.food_section .filters_menu li.active {
  background-color: #ffffff;
  color: #ffffff;
}

/* line 816, app/assets/stylesheets/style.scss */
.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, #ffffff 25px);
}

/* line 826, app/assets/stylesheets/style.scss */
.food_section .box .img-box {
  background: #f1f2f3;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 215px;
  border-radius: 0 0 0 45px;
  margin: -1px;
  padding: 25px;
}

/* line 836, app/assets/stylesheets/style.scss */
.food_section .box .img-box img {
  max-width: 100%;
  max-height: 145px;
  transition: all .2s;
}

/* line 843, app/assets/stylesheets/style.scss */
.food_section .box .detail-box {
  padding: 25px;
}

/* line 846, app/assets/stylesheets/style.scss */
.food_section .box .detail-box h5 {
  font-weight: 600;
}

/* line 850, app/assets/stylesheets/style.scss */
.food_section .box .detail-box p {
  font-size: 15px;
}

/* line 854, app/assets/stylesheets/style.scss */
.food_section .box .detail-box h6 {
  margin-top: 10px;
}

/* line 859, app/assets/stylesheets/style.scss */
.food_section .box .options {
  display: flex;
  justify-content: space-between;
}

/* line 863, app/assets/stylesheets/style.scss */
.food_section .box .options a {
  width: 40px;
  height: 40px;
  border-radius: 100%;
  background: #4B5D44;
  display: flex;
  justify-content: center;
  align-items: center;
}

/* line 872, app/assets/stylesheets/style.scss */
.food_section .box .options a svg {
  width: 18px;
  height: auto;
  fill: #ffffff;
}

/* line 882, app/assets/stylesheets/style.scss */
.food_section .box:hover .img-box img {
  transform: scale(1.1);
}

/* line 889, app/assets/stylesheets/style.scss */
.food_section .btn-box {
  display: flex;
  justify-content: center;
  margin-top: 45px;
}

/* line 894, app/assets/stylesheets/style.scss */
.food_section .btn-box a {
  display: inline-block;
  padding: 10px 55px;
  background-color: #4B5D44;
  color: #ffffff !important;
  border-radius: 45px;
  transition: all 0.3s;
  border: none;
}

/* line 33, app/assets/stylesheets/style.scss */
.food_section .btn-box a:hover {
  background-color: #273124;
}

/* line 903, app/assets/stylesheets/style.scss */
.about_section {
  background: #ffffff;
  color: #171717;
}

/* line 907, app/assets/stylesheets/style.scss */
.about_section .row {
  align-items: center;
}

/* line 911, app/assets/stylesheets/style.scss */
.about_section .img-box {
  position: relative;
  display: flex;
  justify-content: center;
}

/* line 916, app/assets/stylesheets/style.scss */
.about_section .img-box img {
  width: 100%;
  max-width: 445px;
  position: relative;
  z-index: 2;
}

/* line 926, app/assets/stylesheets/style.scss */
.about_section .detail-box p {
  margin-top: 15px;
}

/* line 930, app/assets/stylesheets/style.scss */
.about_section .detail-box a {
  display: inline-block;
  padding: 10px 45px;
  background-color: #4B5D44;
  color: #ffffff !important;
  border-radius: 45px;
  transition: all 0.3s;
  border: none;
  margin-top: 15px;
}

/* line 33, app/assets/stylesheets/style.scss */
.about_section .detail-box a:hover {
  background-color: #273124;
}

/* line 937, app/assets/stylesheets/style.scss */
.about_section .master-box img {
  border-radius: 50%;
}

/* line 942, app/assets/stylesheets/style.scss */
.about_section input[type=submit] {
  display: inline-block;
  padding: 8px 30px;
  background-color: #4B5D44;
  color: #ffffff !important;
  border-radius: 45px;
  transition: all 0.3s;
  border: none;
}

/* line 33, app/assets/stylesheets/style.scss */
.about_section input[type=submit]:hover {
  background-color: #273124;
}

/* line 949, app/assets/stylesheets/style.scss */
.about_section .card-body .btn-group {
  width: 100%;
}

/* line 953, app/assets/stylesheets/style.scss */
.about_section .card-body .separator {
  height: 2px;
  border-bottom: solid 1px black;
  margin-bottom: 3px;
}

/* line 964, app/assets/stylesheets/style.scss */
.book_section {
  position: relative;
}

/* line 967, app/assets/stylesheets/style.scss */
.book_section .heading_container {
  margin-bottom: 25px;
}

/* line 974, app/assets/stylesheets/style.scss */
.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: #171717;
  border-radius: 5px;
  outline: none;
  box-shadow: none;
}

/* line 987, app/assets/stylesheets/style.scss */
.book_section .form_container .form-control::-moz-placeholder {
  color: #222222;
}
.book_section .form_container .form-control:-ms-input-placeholder {
  color: #222222;
}
.book_section .form_container .form-control::placeholder {
  color: #222222;
}

/* line 994, app/assets/stylesheets/style.scss */
.book_section .form_container .nice-select .current {
  font-size: 16px;
}

/* line 998, app/assets/stylesheets/style.scss */
.book_section .form_container button {
  margin-top: 15px;
  border: none;
  text-transform: uppercase;
  display: inline-block;
  padding: 10px 55px;
  background-color: #4B5D44;
  color: #ffffff !important;
  border-radius: 45px;
  transition: all 0.3s;
  border: none;
}

/* line 33, app/assets/stylesheets/style.scss */
.book_section .form_container button:hover {
  background-color: #273124;
}

/* line 1006, app/assets/stylesheets/style.scss */
.book_section .map_container {
  width: 100%;
  height: 345px;
  border-radius: 10px;
  overflow: hidden;
}

/* line 1012, app/assets/stylesheets/style.scss */
.book_section .map_container #googleMap {
  height: 100%;
  min-height: 100%;
  width: 100%;
}

/* client section start */
/* line 1027, app/assets/stylesheets/style.scss */
.client_section .heading_container {
  margin-bottom: 30px;
}

/* line 1031, app/assets/stylesheets/style.scss */
.client_section .box {
  display: flex;
  flex-direction: column;
  margin: 15px;
}

/* line 1036, app/assets/stylesheets/style.scss */
.client_section .box .img-box {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 115px;
  position: relative;
  margin-top: 30px;
}

/* line 1045, app/assets/stylesheets/style.scss */
.client_section .box .img-box img {
  border-radius: 100%;
  border: 5px solid #4B5D44;
  position: relative;
}

/* line 1051, app/assets/stylesheets/style.scss */
.client_section .box .img-box::before {
  content: "";
  position: absolute;
  left: 50%;
  top: 0;
  width: 20px;
  height: 20px;
  background-color: #4B5D44;
  transform: rotate(45deg) translateX(-50%);
}

/* line 1063, app/assets/stylesheets/style.scss */
.client_section .box .detail-box {
  background-color: #ffffff;
  color: #ffffff;
  padding: 25px 25px 15px 25px;
  border-radius: 5px;
}

/* line 1069, app/assets/stylesheets/style.scss */
.client_section .box .detail-box h6 {
  font-weight: 600;
  font-size: 18px;
  margin: 15px 0 5px 0;
}

/* line 1075, app/assets/stylesheets/style.scss */
.client_section .box .detail-box p {
  margin-bottom: 0;
  font-size: 15px;
  margin-bottom: 10px;
}

/* line 1084, app/assets/stylesheets/style.scss */
.client_section .owl-carousel .owl-nav {
  display: flex;
  justify-content: center;
  margin-top: 45px;
  padding: 0 15px;
}

/* line 1090, app/assets/stylesheets/style.scss */
.client_section .owl-carousel .owl-nav .owl-prev,
.client_section .owl-carousel .owl-nav .owl-next {
  width: 45px;
  height: 45px;
  background-color: #4B5D44;
  color: #ffffff;
  outline: none;
  bottom: 0px;
  font-size: 24px;
  margin: 0 5px;
  border-radius: 100%;
}

/* line 1106, app/assets/stylesheets/style.scss */
#subscriptionSummaryOffCanvas {
  background-color: #ffffff;
}

@media (max-width: 767.98px) {
  /* line 1106, app/assets/stylesheets/style.scss */
  #subscriptionSummaryOffCanvas {
    height: 200px;
  }
  /* line 1111, app/assets/stylesheets/style.scss */
  #subscriptionSummaryOffCanvas .subscription-button {
    padding-top: 10px;
    text-align: center;
  }
}

@media (min-width: 768px) {
  /* line 1106, app/assets/stylesheets/style.scss */
  #subscriptionSummaryOffCanvas {
    height: 100px;
  }
}

@media (max-width: 767.98px) {
  /* line 1123, app/assets/stylesheets/style.scss */
  .subscription-new-boxes .box-card {
    margin-bottom: 10px;
    width: 380px;
  }
}

/* client section end */
/* line 1138, app/assets/stylesheets/style.scss */
.contact_section .heading_container {
  margin-bottom: 45px;
}

/* line 1144, app/assets/stylesheets/style.scss */
.contact_section .form_container .form-group {
  margin-bottom: 25px;
}

/* line 1148, app/assets/stylesheets/style.scss */
.contact_section .form_container input {
  width: 100%;
  border: none;
  height: 50px;
  padding-left: 25px;
  background-color: transparent;
  border: 1px solid #ccc;
  outline: none;
  color: #171717;
  border-radius: 5px;
}

/* line 1159, app/assets/stylesheets/style.scss */
.contact_section .form_container input::-moz-placeholder {
  color: #222222;
}
.contact_section .form_container input:-ms-input-placeholder {
  color: #222222;
}
.contact_section .form_container input::placeholder {
  color: #222222;
}

/* line 1163, app/assets/stylesheets/style.scss */
.contact_section .form_container input.message-box {
  height: 120px;
  border-radius: 5px;
}

/* line 1169, app/assets/stylesheets/style.scss */
.contact_section .form_container .btn-box {
  display: flex;
  justify-content: center;
}

/* line 1174, app/assets/stylesheets/style.scss */
.contact_section .form_container button {
  margin-top: 10px;
  border: none;
  text-transform: uppercase;
  display: inline-block;
  padding: 10px 55px;
  background-color: #4B5D44;
  color: #ffffff !important;
  border-radius: 0px;
  transition: all 0.3s;
  border: none;
}

/* line 33, app/assets/stylesheets/style.scss */
.contact_section .form_container button:hover {
  background-color: #273124;
}

/* footer section*/
/* line 1189, app/assets/stylesheets/style.scss */
.footer_section {
  background-color: #ffffff;
  color: #171717;
  padding: 75px 0 40px 0;
  text-align: center;
}

/* line 1195, app/assets/stylesheets/style.scss */
.footer_section h4 {
  font-size: 28px;
}

/* line 1199, app/assets/stylesheets/style.scss */
.footer_section h4,
.footer_section .footer-logo {
  font-weight: 600;
  margin-bottom: 20px;
}

/* line 1205, app/assets/stylesheets/style.scss */
.footer_section p {
  color: #black;
}

/* line 1209, app/assets/stylesheets/style.scss */
.footer_section .footer-col {
  margin-bottom: 30px;
}

/* line 1214, app/assets/stylesheets/style.scss */
.footer_section .footer_detail img {
  height: 400px;
}

/* line 1221, app/assets/stylesheets/style.scss */
.footer_section .footer_contact .contact_link_box {
  display: flex;
  flex-direction: column;
}

/* line 1225, app/assets/stylesheets/style.scss */
.footer_section .footer_contact .contact_link_box a {
  margin: 5px 0;
  color: #171717;
}

/* line 1229, app/assets/stylesheets/style.scss */
.footer_section .footer_contact .contact_link_box a i {
  margin-right: 5px;
}

/* line 1233, app/assets/stylesheets/style.scss */
.footer_section .footer_contact .contact_link_box a:hover {
  color: #4B5D44;
}

/* line 1240, app/assets/stylesheets/style.scss */
.footer_section .footer-logo {
  display: block;
  font-weight: bold;
  font-size: 38px;
  line-height: 1;
  color: #171717;
}

/* line 1248, app/assets/stylesheets/style.scss */
.footer_section .footer_social {
  display: flex;
  justify-content: center;
  margin-top: 20px;
  margin-bottom: 10px;
}

/* line 1254, app/assets/stylesheets/style.scss */
.footer_section .footer_social a {
  display: flex;
  justify-content: center;
  align-items: center;
  color: #171717;
  width: 30px;
  height: 30px;
  border-radius: 100%;
  background-color: #ffffff;
  border-radius: 100%;
  margin: 0 2.5px;
  font-size: 18px;
}

/* line 1267, app/assets/stylesheets/style.scss */
.footer_section .footer_social a:hover {
  color: #4B5D44;
}

/* line 1275, app/assets/stylesheets/style.scss */
.footer_section .footer-info {
  text-align: center;
  margin-top: 25px;
}

/* line 1279, app/assets/stylesheets/style.scss */
.footer_section .footer-info p {
  color: #ffffff;
  margin: 0;
}

/* line 1283, app/assets/stylesheets/style.scss */
.footer_section .footer-info p a {
  color: inherit;
}

/* line 1293, app/assets/stylesheets/style.scss */
.stat-card {
  background: white;
  border-radius: 8px;
  padding: 1.5rem;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  transition: transform 0.2s, box-shadow 0.2s;
}

/* line 1304, app/assets/stylesheets/style.scss */
.stat-card:hover {
  transform: translateY(-2px);
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.15);
}

/* line 1309, app/assets/stylesheets/style.scss */
.stat-card h3 {
  font-size: 0.875rem;
  font-weight: 600;
  color: #6c757d;
  margin-bottom: 0.5rem;
  text-transform: uppercase;
  letter-spacing: 0.5px;
}

/* line 1318, app/assets/stylesheets/style.scss */
.stat-card .value {
  font-size: 2rem;
  font-weight: 700;
  color: #212529;
  margin-bottom: 0.25rem;
}

/* line 1325, app/assets/stylesheets/style.scss */
.stat-card small {
  font-size: 0.75rem;
  color: #6c757d;
}

/* line 1331, app/assets/stylesheets/style.scss */
.stat-success {
  border-left: 4px solid #28a745;
}

/* line 1334, app/assets/stylesheets/style.scss */
.stat-success .value {
  color: #28a745;
}

/* line 1339, app/assets/stylesheets/style.scss */
.stat-danger {
  border-left: 4px solid #dc3545;
}

/* line 1342, app/assets/stylesheets/style.scss */
.stat-danger .value {
  color: #dc3545;
}

/* line 1347, app/assets/stylesheets/style.scss */
.section-card {
  background: #f8f9fa;
  border-radius: 12px;
  padding: 2rem;
  margin-bottom: 2rem;
}

/* line 1353, app/assets/stylesheets/style.scss */
.section-card h2 {
  font-size: 1.5rem;
  font-weight: 700;
  margin-bottom: 1.5rem;
  color: #212529;
}

/* line 36, app/assets/stylesheets/recipes.scss */
.recipe-header {
  position: relative;
}

/* line 39, app/assets/stylesheets/recipes.scss */
.recipe-header .recipe-banner {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

@media (max-width: 767.98px) {
  /* line 39, app/assets/stylesheets/recipes.scss */
  .recipe-header .recipe-banner {
    height: 200px;
  }
}

@media (min-width: 768px) {
  /* line 39, app/assets/stylesheets/recipes.scss */
  .recipe-header .recipe-banner {
    height: 400px;
  }
}

/* line 52, app/assets/stylesheets/recipes.scss */
.recipe-header .recipe-overlay {
  bottom: 0;
  left: 0;
  width: 100%;
  padding: 20px;
  background: rgba(0, 0, 0, 0.7);
  color: #ffffff;
}

@media (max-width: 767.98px) {
  /* line 52, app/assets/stylesheets/recipes.scss */
  .recipe-header .recipe-overlay {
    padding: 15px;
  }
}

@media (min-width: 768px) {
  /* line 52, app/assets/stylesheets/recipes.scss */
  .recipe-header .recipe-overlay {
    position: absolute;
  }
}

/* line 68, app/assets/stylesheets/recipes.scss */
.recipe-header .recipe-title {
  font-family: "Special Elite", mono;
  font-size: 2.2rem;
  margin-bottom: 0.5rem;
  color: #ffffff;
}

@media (max-width: 767.98px) {
  /* line 68, app/assets/stylesheets/recipes.scss */
  .recipe-header .recipe-title {
    font-size: 1.8rem;
  }
}

/* line 79, app/assets/stylesheets/recipes.scss */
.recipe-header .recipe-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
}

/* line 84, app/assets/stylesheets/recipes.scss */
.recipe-header .recipe-tags .tag {
  display: inline-block;
  background-color: #4B5D44;
  color: #ffffff;
  padding: 0.25rem 0.75rem;
  border-radius: 1rem;
  font-size: 0.8rem;
  text-transform: uppercase;
}

/* line 96, app/assets/stylesheets/recipes.scss */
.recipe-header .recipe-meta .meta-item {
  background-color: rgba(255, 255, 255, 0.2);
  padding: 0.4rem 0.75rem;
  border-radius: 0.25rem;
  font-size: 0.85rem;
  display: block;
  color: #ffffff;
}

@media (min-width: 768px) {
  /* line 96, app/assets/stylesheets/recipes.scss */
  .recipe-header .recipe-meta .meta-item {
    display: inline-block;
  }
}

/* line 111, app/assets/stylesheets/recipes.scss */
.recipe-thumbnail {
  border-radius: 0;
}

/* line 115, app/assets/stylesheets/recipes.scss */
.ingredients-section {
  padding-left: 20px;
}

@media (max-width: 767.98px) {
  /* line 115, app/assets/stylesheets/recipes.scss */
  .ingredients-section {
    padding: 1rem;
    background-color: #f9f9f9;
  }
}

/* line 122, app/assets/stylesheets/recipes.scss */
.ingredients-section h3 {
  font-family: "Special Elite", mono;
  font-size: 1.5rem;
  margin-bottom: 1rem;
  color: #4B5D44;
}

@media (max-width: 767.98px) {
  /* line 122, app/assets/stylesheets/recipes.scss */
  .ingredients-section h3 {
    font-size: 1.3rem;
  }
}

/* line 136, app/assets/stylesheets/recipes.scss */
.ingredients-section .ingredients-list li .ingredient-available {
  color: #4B5D44;
  font-style: italic;
  font-size: 0.8rem;
}

/* line 146, app/assets/stylesheets/recipes.scss */
.instructions-section h3 {
  font-family: "Special Elite", mono;
  font-size: 1.5rem;
  margin-bottom: 1rem;
  color: #4B5D44;
}

@media (max-width: 767.98px) {
  /* line 146, app/assets/stylesheets/recipes.scss */
  .instructions-section h3 {
    font-size: 1.3rem;
  }
}

/* line 157, app/assets/stylesheets/recipes.scss */
.instructions-section .instructions-content {
  line-height: 1.6;
}

/* line 160, app/assets/stylesheets/recipes.scss */
.instructions-section .instructions-content p, .instructions-section .instructions-content ul, .instructions-section .instructions-content ol {
  margin-bottom: 1rem;
}

/* line 164, app/assets/stylesheets/recipes.scss */
.instructions-section .instructions-content ol {
  padding-left: 1.5rem;
}

/* line 167, app/assets/stylesheets/recipes.scss */
.instructions-section .instructions-content ol li {
  margin-bottom: 1rem;
}

/* line 174, app/assets/stylesheets/recipes.scss */
.recipe-cta-box {
  background-color: #f1f8e9;
  border-left: 4px solid #4B5D44;
  padding: 1.5rem;
}

/* line 179, app/assets/stylesheets/recipes.scss */
.recipe-cta-box h3 {
  font-family: "Special Elite", mono;
  color: #4B5D44;
  margin-bottom: 1rem;
  font-size: 1.5rem;
}

@media (max-width: 767.98px) {
  /* line 179, app/assets/stylesheets/recipes.scss */
  .recipe-cta-box h3 {
    font-size: 1.3rem;
  }
}

/* line 190, app/assets/stylesheets/recipes.scss */
.recipe-cta-box .cta-button {
  display: inline-block;
  padding: 8px 30px;
  background-color: #4B5D44;
  color: #ffffff !important;
  border-radius: 45px;
  transition: all 0.3s;
  border: none;
  display: inline-block;
}

/* line 26, app/assets/stylesheets/recipes.scss */
.recipe-cta-box .cta-button:hover {
  background-color: #273124;
}

@media (max-width: 767.98px) {
  /* line 190, app/assets/stylesheets/recipes.scss */
  .recipe-cta-box .cta-button {
    display: block;
    width: 100%;
    text-align: center;
    margin-top: 1rem;
  }
}

/* line 204, app/assets/stylesheets/recipes.scss */
.weekly-vegetables h2 {
  font-family: "Special Elite", mono;
  text-align: center;
  margin-bottom: 1.5rem;
  font-size: 1.8rem;
}

@media (max-width: 767.98px) {
  /* line 204, app/assets/stylesheets/recipes.scss */
  .weekly-vegetables h2 {
    font-size: 1.5rem;
  }
}

/* line 215, app/assets/stylesheets/recipes.scss */
.weekly-vegetables .vegetable-card {
  background-color: white;
  border: 1px solid #eee;
  overflow: hidden;
  height: 100%;
  transition: transform 0.3s ease;
}

/* line 222, app/assets/stylesheets/recipes.scss */
.weekly-vegetables .vegetable-card:hover {
  transform: translateY(-5px);
}

/* line 226, app/assets/stylesheets/recipes.scss */
.weekly-vegetables .vegetable-card img {
  height: 150px;
  -o-object-fit: cover;
     object-fit: cover;
}

@media (max-width: 767.98px) {
  /* line 226, app/assets/stylesheets/recipes.scss */
  .weekly-vegetables .vegetable-card img {
    height: 120px;
  }
}

/* line 236, app/assets/stylesheets/recipes.scss */
.weekly-vegetables .vegetable-card .veg-content .veg-title {
  font-family: "Special Elite", mono;
  font-size: 1.2rem;
}

@media (max-width: 767.98px) {
  /* line 236, app/assets/stylesheets/recipes.scss */
  .weekly-vegetables .vegetable-card .veg-content .veg-title {
    font-size: 1rem;
  }
}

/* line 245, app/assets/stylesheets/recipes.scss */
.weekly-vegetables .vegetable-card .veg-content .veg-subtitle {
  color: #666;
}

/* line 254, app/assets/stylesheets/recipes.scss */
.recipe-index-header {
  margin-bottom: 3rem;
}

/* line 257, app/assets/stylesheets/recipes.scss */
.recipe-index-header .recipe-index-banner {
  height: 300px;
  overflow: hidden;
}

@media (max-width: 767.98px) {
  /* line 257, app/assets/stylesheets/recipes.scss */
  .recipe-index-header .recipe-index-banner {
    height: 200px;
  }
}

/* line 265, app/assets/stylesheets/recipes.scss */
.recipe-index-header .recipe-index-banner .recipe-header-img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}

/* line 273, app/assets/stylesheets/recipes.scss */
.recipe-index-header .recipe-index-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.6);
  color: #ffffff;
}

/* line 282, app/assets/stylesheets/recipes.scss */
.recipe-index-header .recipe-index-overlay h1 {
  font-family: "Special Elite", mono;
  font-size: 2.5rem;
}

@media (max-width: 767.98px) {
  /* line 282, app/assets/stylesheets/recipes.scss */
  .recipe-index-header .recipe-index-overlay h1 {
    font-size: 2rem;
  }
}

/* line 291, app/assets/stylesheets/recipes.scss */
.recipe-index-header .recipe-index-overlay p {
  font-family: 'Poiret One', cursive;
  font-size: 1.2rem;
}

@media (max-width: 767.98px) {
  /* line 291, app/assets/stylesheets/recipes.scss */
  .recipe-index-header .recipe-index-overlay p {
    font-size: 1rem;
  }
}

/* line 302, app/assets/stylesheets/recipes.scss */
.filter-section {
  margin-bottom: 1.5rem;
}

/* line 305, app/assets/stylesheets/recipes.scss */
.filter-section .filter-label {
  font-family: "Special Elite", mono;
  display: block;
  margin-bottom: 0.5rem;
  color: #4B5D44;
}

/* line 312, app/assets/stylesheets/recipes.scss */
.filter-section .btn-group {
  flex-wrap: wrap;
}

/* line 315, app/assets/stylesheets/recipes.scss */
.filter-section .btn-group .btn {
  margin-bottom: 0.25rem;
  flex: 1 0 auto;
}

@media (max-width: 991.98px) {
  /* line 315, app/assets/stylesheets/recipes.scss */
  .filter-section .btn-group .btn {
    font-size: 0.85rem;
    padding: 0.375rem 0.5rem;
  }
}

/* line 327, app/assets/stylesheets/recipes.scss */
.filter-section .box-filter .btn {
  font-weight: 600;
}

/* line 330, app/assets/stylesheets/recipes.scss */
.filter-section .box-filter .btn.btn-primary {
  background-color: #4B5D44;
  border-color: #4B5D44;
}

/* line 337, app/assets/stylesheets/recipes.scss */
.filter-section .btn-primary {
  background-color: #4B5D44;
  border-color: #4B5D44;
}

/* line 342, app/assets/stylesheets/recipes.scss */
.filter-section .btn-outline-primary {
  color: #4B5D44;
  border-color: #4B5D44;
}

/* line 346, app/assets/stylesheets/recipes.scss */
.filter-section .btn-outline-primary:hover {
  background-color: #4B5D44;
  color: #ffffff;
}

/* line 355, app/assets/stylesheets/recipes.scss */
.recipe-card {
  background-color: #ffffff;
  border: 1px solid #eee;
  border-radius: 0;
  height: 100%;
  transition: all 0.3s ease;
}

/* line 362, app/assets/stylesheets/recipes.scss */
.recipe-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
}

/* line 366, app/assets/stylesheets/recipes.scss */
.recipe-card:hover .recipe-card-img {
  transform: scale(1.05);
}

/* line 371, app/assets/stylesheets/recipes.scss */
.recipe-card .recipe-card-link {
  color: #1f1f1f;
  text-decoration: none;
}

/* line 376, app/assets/stylesheets/recipes.scss */
.recipe-card .recipe-card-img-container {
  height: 200px;
  overflow: hidden;
  position: relative;
}

/* line 381, app/assets/stylesheets/recipes.scss */
.recipe-card .recipe-card-img-container .recipe-card-img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  transition: transform 0.3s ease;
}

/* line 388, app/assets/stylesheets/recipes.scss */
.recipe-card .recipe-card-img-container .recipe-card-img-placeholder {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #f0f0f0;
}

/* line 396, app/assets/stylesheets/recipes.scss */
.recipe-card .recipe-card-img-container .recipe-card-img-placeholder i {
  font-size: 3rem;
  color: #999;
}

/* line 402, app/assets/stylesheets/recipes.scss */
.recipe-card .recipe-card-img-container .recipe-overlap-badge {
  position: absolute;
  top: 10px;
  right: 10px;
  background-color: #4B5D44;
  color: white;
  padding: 4px 10px;
  border-radius: 20px;
  font-size: 0.75rem;
  font-weight: 600;
  z-index: 2;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
}

/* line 418, app/assets/stylesheets/recipes.scss */
.recipe-card .recipe-card-body .recipe-card-title {
  font-family: "Special Elite", mono;
  font-size: 1.1rem;
  margin-bottom: 0.5rem;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}

/* line 428, app/assets/stylesheets/recipes.scss */
.recipe-card .recipe-card-body .recipe-card-meta {
  font-size: 0.85rem;
  color: #666;
}

/* line 433, app/assets/stylesheets/recipes.scss */
.recipe-card .recipe-card-body .recipe-card-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 0.35rem;
}

/* line 438, app/assets/stylesheets/recipes.scss */
.recipe-card .recipe-card-body .recipe-card-tags .recipe-tag {
  display: inline-block;
  padding: 0.15rem 0.5rem;
  border-radius: 1rem;
  font-size: 0.7rem;
  text-transform: uppercase;
  background-color: #f0f0f0;
}

/* line 446, app/assets/stylesheets/recipes.scss */
.recipe-card .recipe-card-body .recipe-card-tags .recipe-tag.seasonal {
  background-color: #f1f8e9;
  color: #4B5D44;
}

/* line 451, app/assets/stylesheets/recipes.scss */
.recipe-card .recipe-card-body .recipe-card-tags .recipe-tag.vegetarian {
  background-color: #e8f5e9;
  color: #2e7d32;
}

/* line 456, app/assets/stylesheets/recipes.scss */
.recipe-card .recipe-card-body .recipe-card-tags .recipe-tag.vegan {
  background-color: #e0f2f1;
  color: #00695c;
}

/* line 465, app/assets/stylesheets/recipes.scss */
.cta-box {
  background-color: #4B5D44;
  color: #ffffff;
  padding: 2rem;
  border-radius: 0;
}

/* line 471, app/assets/stylesheets/recipes.scss */
.cta-box h3 {
  font-family: "Special Elite", mono;
  font-size: 1.5rem;
  margin-bottom: 1rem;
}

@media (max-width: 767.98px) {
  /* line 471, app/assets/stylesheets/recipes.scss */
  .cta-box h3 {
    font-size: 1.3rem;
  }
}

/* line 481, app/assets/stylesheets/recipes.scss */
.cta-box p {
  margin-bottom: 0;
}

/* line 485, app/assets/stylesheets/recipes.scss */
.cta-box .cta-button {
  display: inline-block;
  padding: 8px 30px;
  background-color: #ffffff;
  color: #4B5D44 !important;
  border-radius: 45px;
  transition: all 0.3s;
  border: none;
  border: 2px solid #ffffff;
}

/* line 26, app/assets/stylesheets/recipes.scss */
.cta-box .cta-button:hover {
  background-color: #d9d9d9;
}

/* line 489, app/assets/stylesheets/recipes.scss */
.cta-box .cta-button:hover {
  background-color: rgba(255, 255, 255, 0.8);
  border-color: #ffffff;
}

@media (max-width: 767.98px) {
  /* line 485, app/assets/stylesheets/recipes.scss */
  .cta-box .cta-button {
    display: block;
    width: 100%;
    text-align: center;
  }
}

/* line 504, app/assets/stylesheets/recipes.scss */
.pagination .page-item .page-link {
  color: #4B5D44;
}

/* line 507, app/assets/stylesheets/recipes.scss */
.pagination .page-item .page-link:hover {
  background-color: #f1f8e9;
}

/* line 512, app/assets/stylesheets/recipes.scss */
.pagination .page-item.active .page-link {
  background-color: #4B5D44;
  border-color: #4B5D44;
}

/* Additional styles for the enhanced landing page */
/* line 11, app/assets/stylesheets/landing_page.scss */
.hero-box {
  position: relative;
  background-size: cover;
  background-position: center;
  min-height: 100vh;
  display: flex;
  align-items: center;
}

/* line 19, app/assets/stylesheets/landing_page.scss */
.hero-box .hero-content {
  padding: 40px;
  background-color: rgba(0, 0, 0, 0.4);
  border-radius: 10px;
  -webkit-backdrop-filter: blur(5px);
          backdrop-filter: blur(5px);
  color: white;
}

/* line 26, app/assets/stylesheets/landing_page.scss */
.hero-box .hero-content h1 {
  font-size: 2.5rem;
  font-weight: bold;
  line-height: 1.2;
  margin-bottom: 20px;
}

@media (min-width: 768px) {
  /* line 26, app/assets/stylesheets/landing_page.scss */
  .hero-box .hero-content h1 {
    font-size: 3.2rem;
  }
}

/* line 37, app/assets/stylesheets/landing_page.scss */
.hero-box .hero-content ul {
  list-style: none;
}

/* line 40, app/assets/stylesheets/landing_page.scss */
.hero-box .hero-content ul li {
  margin-bottom: 10px;
  position: relative;
  padding-left: 25px;
}

/* line 45, app/assets/stylesheets/landing_page.scss */
.hero-box .hero-content ul li:before {
  content: "•";
  position: absolute;
  left: 0;
  color: #4B5D44;
  font-size: 1.5rem;
}

/* line 55, app/assets/stylesheets/landing_page.scss */
.hero-box .hero-content .yellow-button {
  font-size: 1.2rem;
  padding: 12px 30px;
  text-transform: uppercase;
  letter-spacing: 1px;
}

@media (min-width: 768px) {
  /* line 55, app/assets/stylesheets/landing_page.scss */
  .hero-box .hero-content .yellow-button {
    font-size: 1.3rem;
  }
}

/* How it works section */
/* line 69, app/assets/stylesheets/landing_page.scss */
.how-it-works-section {
  padding: 40px 0;
}

/* line 72, app/assets/stylesheets/landing_page.scss */
.how-it-works-section h2 {
  font-size: 2.5rem;
  margin-bottom: 10px;
  color: #4B5D44;
  text-align: center;
}

/* line 79, app/assets/stylesheets/landing_page.scss */
.how-it-works-section .step-box {
  text-align: center;
  padding: 30px 20px;
  background-color: white;
  border-radius: 10px;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
  height: 100%;
  transition: transform 0.3s;
}

/* line 88, app/assets/stylesheets/landing_page.scss */
.how-it-works-section .step-box:hover {
  transform: translateY(-10px);
}

/* line 92, app/assets/stylesheets/landing_page.scss */
.how-it-works-section .step-box .step-number {
  width: 60px;
  height: 60px;
  background-color: #4B5D44;
  color: white;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.8rem;
  font-weight: bold;
  margin: 0 auto 20px;
}

/* line 106, app/assets/stylesheets/landing_page.scss */
.how-it-works-section .step-box h4 {
  font-size: 1.3rem;
  margin-bottom: 15px;
  color: #4B5D44;
}

/* Featured products section */
/* line 115, app/assets/stylesheets/landing_page.scss */
.featured-products {
  padding: 50px 0;
}

/* line 118, app/assets/stylesheets/landing_page.scss */
.featured-products h2 {
  font-size: 2.2rem;
  color: #4B5D44;
  text-align: center;
  margin-bottom: 40px;
}

/* line 125, app/assets/stylesheets/landing_page.scss */
.featured-products .stars-card {
  transition: transform 0.3s;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
  overflow: hidden;
  border-radius: 10px;
}

/* line 131, app/assets/stylesheets/landing_page.scss */
.featured-products .stars-card:hover {
  transform: translateY(-5px);
}

/* line 135, app/assets/stylesheets/landing_page.scss */
.featured-products .stars-card img {
  transition: transform 0.3s;
}

/* line 138, app/assets/stylesheets/landing_page.scss */
.featured-products .stars-card img:hover {
  transform: scale(1.05);
}

/* line 143, app/assets/stylesheets/landing_page.scss */
.featured-products .stars-card .card-body {
  padding: 15px;
  text-align: center;
}

/* line 147, app/assets/stylesheets/landing_page.scss */
.featured-products .stars-card .card-body h5 {
  color: #4B5D44;
  font-weight: bold;
}

/* line 154, app/assets/stylesheets/landing_page.scss */
.featured-products .box-card {
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
  border-radius: 10px;
  overflow: hidden;
  transition: transform 0.3s;
}

/* line 160, app/assets/stylesheets/landing_page.scss */
.featured-products .box-card:hover {
  transform: translateY(-10px);
}

/* line 164, app/assets/stylesheets/landing_page.scss */
.featured-products .box-card .card-title {
  color: #4B5D44;
}

/* line 168, app/assets/stylesheets/landing_page.scss */
.featured-products .box-card .list-group-item {
  border-left: none;
  border-right: none;
}

/* line 172, app/assets/stylesheets/landing_page.scss */
.featured-products .box-card .list-group-item:last-child {
  border-bottom: none;
}

/* Beyond Organic section */
/* line 180, app/assets/stylesheets/landing_page.scss */
.beyond-organic {
  padding: 40px 0;
}

/* line 183, app/assets/stylesheets/landing_page.scss */
.beyond-organic h2 {
  font-size: 2.5rem;
  color: #4B5D44;
  text-align: center;
  margin-bottom: 40px;
}

/* line 190, app/assets/stylesheets/landing_page.scss */
.beyond-organic p {
  font-size: 1.1rem;
  line-height: 1.6;
}

/* line 194, app/assets/stylesheets/landing_page.scss */
.beyond-organic p ul {
  list-style-type: none;
  padding-left: 0;
}

/* line 198, app/assets/stylesheets/landing_page.scss */
.beyond-organic p ul li {
  position: relative;
  padding-left: 25px;
  margin-bottom: 15px;
}

/* line 203, app/assets/stylesheets/landing_page.scss */
.beyond-organic p ul li:before {
  content: "•";
  position: absolute;
  left: 0;
  color: #4B5D44;
  font-size: 1.5rem;
}

/* Testimonials section */
/* line 216, app/assets/stylesheets/landing_page.scss */
.testimonials {
  padding: 60px 0;
}

/* line 219, app/assets/stylesheets/landing_page.scss */
.testimonials .card-header {
  background-color: #4B5D44;
  color: white;
  font-size: 1.5rem;
  text-align: center;
  padding: 20px;
}

/* line 227, app/assets/stylesheets/landing_page.scss */
.testimonials .list-group-item {
  padding: 30px;
}

/* line 230, app/assets/stylesheets/landing_page.scss */
.testimonials .list-group-item img {
  width: 100px;
  height: 100px;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 50%;
  border: 3px solid #4B5D44;
}

@media (max-width: 767px) {
  /* line 230, app/assets/stylesheets/landing_page.scss */
  .testimonials .list-group-item img {
    margin-bottom: 20px;
  }
}

/* line 242, app/assets/stylesheets/landing_page.scss */
.testimonials .list-group-item .fw-bold {
  color: #4B5D44;
  font-size: 1.1rem;
  margin-top: 15px;
  display: block;
}

/* Pickup & Delivery section */
/* line 252, app/assets/stylesheets/landing_page.scss */
.pickup-delivery {
  padding: 60px 0;
}

/* line 255, app/assets/stylesheets/landing_page.scss */
.pickup-delivery h2 {
  font-size: 2.2rem;
  color: #4B5D44;
  text-align: center;
  margin-bottom: 40px;
}

/* line 262, app/assets/stylesheets/landing_page.scss */
.pickup-delivery h4 {
  color: #4B5D44;
  font-size: 1.5rem;
  margin-bottom: 20px;
  padding-bottom: 10px;
  border-bottom: 2px solid #4B5D44;
}

/* line 270, app/assets/stylesheets/landing_page.scss */
.pickup-delivery ul {
  list-style-type: none;
  padding-left: 0;
}

/* line 274, app/assets/stylesheets/landing_page.scss */
.pickup-delivery ul li {
  margin-bottom: 15px;
}

/* line 277, app/assets/stylesheets/landing_page.scss */
.pickup-delivery ul li strong {
  color: #4B5D44;
}

/* Our Farm section */
/* line 285, app/assets/stylesheets/landing_page.scss */
.our-farm {
  padding: 40px 0;
}

/* line 288, app/assets/stylesheets/landing_page.scss */
.our-farm h2 {
  font-size: 2.5rem;
  color: #4B5D44;
  text-align: center;
  margin-bottom: 50px;
}

/* line 295, app/assets/stylesheets/landing_page.scss */
.our-farm .box-card {
  height: 100%;
}

/* line 298, app/assets/stylesheets/landing_page.scss */
.our-farm .box-card img {
  height: 250px;
  -o-object-fit: cover;
     object-fit: cover;
}

/* line 303, app/assets/stylesheets/landing_page.scss */
.our-farm .box-card .card-title {
  color: #4B5D44;
  font-size: 1.5rem;
  font-weight: bold;
  text-align: center;
  padding-bottom: 10px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  margin-bottom: 15px;
}

/* FAQ section */
/* line 316, app/assets/stylesheets/landing_page.scss */
.faq-section {
  padding: 40px 0;
}

/* line 319, app/assets/stylesheets/landing_page.scss */
.faq-section h2 {
  font-size: 2.5rem;
  color: #4B5D44;
  text-align: center;
  margin-bottom: 50px;
}

/* line 326, app/assets/stylesheets/landing_page.scss */
.faq-section h4 {
  color: #4B5D44;
  font-size: 1.3rem;
  margin-top: 30px;
  margin-bottom: 15px;
}

/* line 333, app/assets/stylesheets/landing_page.scss */
.faq-section p {
  color: #1f1f1f;
  line-height: 1.6;
}

/* Final CTA section */
/* line 340, app/assets/stylesheets/landing_page.scss */
.final-cta {
  padding: 60px 0;
  text-align: center;
}

/* line 344, app/assets/stylesheets/landing_page.scss */
.final-cta .btn-lg {
  padding: 15px 40px;
  font-size: 1.3rem;
  text-transform: uppercase;
  letter-spacing: 1px;
}

/* Landing page responsive styles */
/* Extra small devices (phones, less than 576px) */
@media (max-width: 575.98px) {
  /* line 357, app/assets/stylesheets/landing_page.scss */
  .hero-box .hero-content {
    padding: 25px;
    margin: 0 15px;
  }
  /* line 361, app/assets/stylesheets/landing_page.scss */
  .hero-box .hero-content h1 {
    font-size: 1.8rem;
    line-height: 1.3;
  }
  /* line 366, app/assets/stylesheets/landing_page.scss */
  .hero-box .hero-content ul li {
    font-size: 0.9rem;
  }
  /* line 370, app/assets/stylesheets/landing_page.scss */
  .hero-box .hero-content .yellow-button {
    font-size: 1rem;
    padding: 10px 20px;
    width: 100%;
  }
  /* line 378, app/assets/stylesheets/landing_page.scss */
  .how-it-works-section {
    padding: 50px 0;
  }
  /* line 381, app/assets/stylesheets/landing_page.scss */
  .how-it-works-section h2 {
    font-size: 1.8rem;
  }
  /* line 385, app/assets/stylesheets/landing_page.scss */
  .how-it-works-section .step-box {
    margin-bottom: 20px;
  }
  /* line 391, app/assets/stylesheets/landing_page.scss */
  .featured-products h2 {
    font-size: 1.8rem;
  }
  /* line 395, app/assets/stylesheets/landing_page.scss */
  .featured-products .stars-card {
    width: 140px;
    margin: 0 auto;
  }
  /* line 402, app/assets/stylesheets/landing_page.scss */
  .testimonials .card-header {
    font-size: 1.3rem;
  }
  /* line 406, app/assets/stylesheets/landing_page.scss */
  .testimonials .list-group-item {
    padding: 20px 15px;
  }
  /* line 410, app/assets/stylesheets/landing_page.scss */
  .testimonials blockquote {
    font-size: 0.9rem;
  }
  /* line 416, app/assets/stylesheets/landing_page.scss */
  .pickup-delivery h2, .our-farm h2, .faq-section h2 {
    font-size: 1.8rem;
  }
  /* line 420, app/assets/stylesheets/landing_page.scss */
  .pickup-delivery h4, .our-farm h4, .faq-section h4 {
    font-size: 1.2rem;
  }
  /* line 426, app/assets/stylesheets/landing_page.scss */
  .final-cta .btn-lg {
    padding: 12px 25px;
    font-size: 1.1rem;
    width: 100%;
  }
}

/* Small devices (landscape phones, 576px and up) */
@media (min-width: 576px) and (max-width: 767.98px) {
  /* line 437, app/assets/stylesheets/landing_page.scss */
  .hero-box .hero-content {
    padding: 30px;
  }
  /* line 440, app/assets/stylesheets/landing_page.scss */
  .hero-box .hero-content h1 {
    font-size: 2.2rem;
  }
  /* line 446, app/assets/stylesheets/landing_page.scss */
  .how-it-works-section {
    padding: 60px 0;
  }
  /* line 449, app/assets/stylesheets/landing_page.scss */
  .how-it-works-section h2 {
    font-size: 2rem;
  }
  /* line 455, app/assets/stylesheets/landing_page.scss */
  .featured-products .box-card {
    width: 100%;
    max-width: 400px;
    margin: 0 auto;
  }
  /* line 462, app/assets/stylesheets/landing_page.scss */
  .hero-background {
    position: absolute;
    right: 0;
    max-width: none;
    /* Allow the image to retain its natural width */
    height: 100%;
    /* Make the image fill the height of the container */
  }
}

/* Medium devices (tablets, 768px and up) */
@media (min-width: 768px) and (max-width: 991.98px) {
  /* line 474, app/assets/stylesheets/landing_page.scss */
  .hero-box .hero-content h1 {
    font-size: 2.5rem;
  }
  /* line 481, app/assets/stylesheets/landing_page.scss */
  .featured-products .stars-card {
    width: 160px;
  }
  /* line 487, app/assets/stylesheets/landing_page.scss */
  .our-farm .box-card {
    height: 100%;
  }
  /* line 490, app/assets/stylesheets/landing_page.scss */
  .our-farm .box-card img {
    height: 200px;
  }
}

/* Large devices (desktops, 992px and up) */
@media (min-width: 992px) and (max-width: 1199.98px) {
  /* line 501, app/assets/stylesheets/landing_page.scss */
  .hero-box .hero-content h1 {
    font-size: 2.8rem;
  }
  /* line 509, app/assets/stylesheets/landing_page.scss */
  .our-farm .box-card img {
    height: 220px;
  }
}

/* Extra large devices (large desktops, 1200px and up) */
@media (min-width: 1200px) {
  /* line 520, app/assets/stylesheets/landing_page.scss */
  .hero-box .hero-content h1 {
    font-size: 3rem;
  }
  /* line 526, app/assets/stylesheets/landing_page.scss */
  .container {
    max-width: 1140px;
  }
  /* line 530, app/assets/stylesheets/landing_page.scss */
  .how-it-works-section,
.beyond-organic,
.our-farm,
.faq-section {
    padding: 50px 0;
  }
  /* line 537, app/assets/stylesheets/landing_page.scss */
  .featured-products,
.testimonials,
.pickup-delivery {
    padding: 50px 0;
  }
  /* line 543, app/assets/stylesheets/landing_page.scss */
  .beyond-organic,
.our-farm,
.faq-section,
.testimonials,
.pickup-delivery {
    border-top: 1px gray solid;
  }
}

/* line 2, app/assets/stylesheets/navbar.scss */
.nav-item.plain .nav-link {
  padding: 15px;
}
