@import url('https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');

body {
  font-family: Roboto Flex;
}

.book-card a {
  color: #322a22;
}

h6 {
  color: #322A22 !important;
}

.navbar {
  background: #fff;
  border-bottom: 1px solid #eee;
}

.navbar-brand {
  font-weight: bold;
  display: flex;
  align-items: center;
}

.navbar-brand img {
  height: auto;
  max-width: 100%;
  margin-right: 8px;
}

.nav-link {
  color: #000 !important;
  font-weight: 500;
}

.nav-link.active {
  color: #b71c1c !important;
  /* red for active */
}

.footer-main .border-danger {
  color: white !important;
}
.footer-main li:hover a{
  color: #b71c1c !important;
}
.login-btn {
  margin-right: 15px;
  font-weight: 500;
  color: #000;
  text-decoration: none;
}

.alert {
  position: fixed;
  bottom: 5px;
  right: 15px;
  font-size: 13px;
}

@-moz-keyframes fadeInUp {
  0% {
    -webkit-transform: translateY(20px);
    -moz-transform: translateY(20px);
    -ms-transform: translateY(20px);
    -o-transform: translateY(20px);
    transform: translateY(20px);
    opacity: 0;
  }

  100% {
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
  }
}

@-webkit-keyframes fadeInUp {
  0% {
    -webkit-transform: translateY(20px);
    -moz-transform: translateY(20px);
    -ms-transform: translateY(20px);
    -o-transform: translateY(20px);
    transform: translateY(20px);
    opacity: 0;
  }

  100% {
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
  }
}

@-o-keyframes fadeInUp {
  0% {
    -webkit-transform: translateY(20px);
    -moz-transform: translateY(20px);
    -ms-transform: translateY(20px);
    -o-transform: translateY(20px);
    transform: translateY(20px);
    opacity: 0;
  }

  100% {
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
  }
}

@-ms-keyframes fadeInUp {
  0% {
    -webkit-transform: translateY(20px);
    -moz-transform: translateY(20px);
    -ms-transform: translateY(20px);
    -o-transform: translateY(20px);
    transform: translateY(20px);
    opacity: 0;
  }

  100% {
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
  }
}

@keyframes fadeInUp {
  0% {
    -webkit-transform: translateY(20px);
    -moz-transform: translateY(20px);
    -ms-transform: translateY(20px);
    -o-transform: translateY(20px);
    transform: translateY(20px);
    opacity: 0;
  }

  100% {
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
  }
}

@keyframes fadeInUp {
  from {
    opacity: 0;
    transform: translate3d(0, 100%, 0);
  }

  to {
    opacity: 1;
    transform: none;
  }
}

.fadeInUp {
  animation-name: fadeInUp;
}

.veg-main-item {
  border: 1px solid rgba(230, 230, 230, 1);
  border-radius: 8px;
  padding: 15px;
  text-align: center;
  margin: 0px auto;
  width: 100px;
}

.veg-main-item img {
  width: 50px;


}

.veg-main-item p {
  font-size: 14px;
}

#veg p {
  margin: 10px 0px;
  font-family: Roboto Flex;
  font-weight: 500;
  font-size: 14px;
  line-height: 22px;
  text-align: center;
  color: rgba(50, 42, 34, 1);


}

a {
  text-decoration: none;
}

.menue-container {
  background: #ffffff;
  padding: 20px;
}

.main-course-tab {
  color: #000;
  border-radius: 0;
  background: none;
  font-size: 14px;
  padding: 6px 0;
}

.dropdown-menu.book-index {
  width: 90vw;
  max-width: 1200px;
  left: 50% !important;
  transform: translateX(-50%);
  padding: 0;
  border-radius: 8px;
  overflow: hidden;
  box-sizing: border-box;
}


.nav-pills .nav-link.active,
.nav-pills .show>.nav-link {

  background-color: #ffffff;
}

.dropdown-menu[data-bs-popper] {
  top: 146%;
}

.menue-tabs {
  background: #fff;
  border-right: 1px solid #e5e5e5;
  padding: 20px;
}

.menue-tabs p {
  font-weight: 600;
  margin-bottom: 15px;
  font-size: 15px;
}

.nonveg-main-item img {
  width: 100%;
  border-radius: 6px;
  margin-bottom: 8px;
}

.nonveg-main-item p {
  margin: 0;
  font-size: 14px;
}






.cart-icon {
  position: relative;
  font-size: 20px;
  color: #000;
}

.cart-icon .badge {
  position: absolute;
  top: -6px;
  right: -8px;
  background: #b71c1c;
  color: #fff;
  font-size: 12px;
  border-radius: 50%;
  padding: 3px 6px;
}

.navbar-nav {
  gap: 15px
}

.cart-login-gap {
  margin-left: 20px;
}

.sm-view-hide {
  display: block;

}

.lg-view-hide {
  display: none !important;

}

.border-danger {
  border-color: #BF1E2D !important;
}

.bg-dark {
  background: #322A22;


}

/* footer */
/* Footer: Start Your Cooking Journey */
.footer-title {
  font-weight: 700;
  margin-bottom: 16px;
  padding-bottom: 8px;
  position: relative;
}

.footer-title::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 72px;
  height: 2px;
  background: #b71c1c;
  opacity: .9;
}

.footer p {
  color: white !important;
}

.book-card {
  text-align: center;
}

.book-thumb {
  max-width: 120px;
  height: auto;
  filter: drop-shadow(0 8px 12px rgba(0, 0, 0, .35));
}

.btn-buy {
  display: inline-flex;
  align-items: center;
  gap: .2rem;
  padding: 10px;
  border-radius: .5rem;
  background: #60606052;
  text-decoration: none;
  color: #fff;
  border: 0;
  font-weight: 700;
  line-height: 1;
  font-size: 12px;
}

.btn-buy:hover {
  background: #595959;
  color: #fff;
}

.footer-journey .row {
  --bs-gutter-x: 1.25rem;
}


.features-strip {
  background: rgba(229, 231, 235, 1);

}

.feature-box {
  display: flex;
  align-items: flex-start;
}

.feature-icon {

  flex-shrink: 0;
}

.navbar-brand{
  width:85px;
}
.carousel-inner {
  align-items: center;
  justify-content: center;
  height: 100%;
}

.carousel-item {
  text-align: center;
}

.carousel-item img {
  max-width: 400px;
  width: 100%;
  height: auto;
  display: block;
  margin: auto;
}

.hero-section {
  position: relative;
  height: 85vh;
  background: url('../images/hero-bg.png') center/cover no-repeat;
  display: flex;
  align-items: center;
  color: #fff;
}

.ttl-sub {
  letter-spacing: 5px;
  font-family: Roboto Flex;
}

.ttl-main {
  font-family: "Roboto Flex", sans-serif;
  font-weight: 700;
  font-style: Bold;
  font-size: 60px;
  line-height: 120%;
}

.hero-overlay {
  position: absolute;
  inset: 0;
  z-index: 1;
}

.overlay-1 {
  background: linear-gradient(105.54deg, rgba(214, 133, 34, 0.96) -2.93%, rgb(255 225 185 / 68%) 72.14%);
}

.overlay-2 {
  background: linear-gradient(105.54deg, rgb(173 176 176) -2.93%, rgb(225 225 225 / 76%) 72.14%);
}

.overlay-3 {
  background: linear-gradient(105.54deg, rgb(243 114 81 / 84%) -2.93%, rgb(255 206 194 / 82%) 72.14%);
}


.hero-content {
  position: relative;
  z-index: 2;
}

/* Search bar wrapper */
.search-wrapper {
  position: relative;
  width: 100%;
  max-width: 450px;
}

/* Input field */
.search-input {
  width: 100%;
  background: #55342b14;
  border: none;
  border: 2px solid rgba(255, 255, 255, 0.6);
  color: #fff;
  padding: 10px 30px 10px 20px;
  font-size: 16px;
  border-radius: 4px;
}

.search-input::placeholder {
  color: rgba(255, 255, 255, 0.7);
}

.search-icon {
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 32px;
  height: 32px;
  border: none;
  ;
  background: transparent;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}

.search-icon i {
  font-size: 14px;
}

/* Button */
.btn-outline-custom {
  border: 1.5px solid rgba(255, 255, 255, 0.8);
  background: #f2d0a466;
  color: #fff;
  font-weight: 600;
  letter-spacing: 2px;
  padding: 10px 25px;
  border-radius: 6px;
  text-transform: uppercase;
  transition: all 0.3s ease;
}

.btn-outline-custom:hover {
  background: rgba(255, 255, 255, 0.1);
  color: #fff;
}

input:focus-visible {
  outline: none;
}

.btn-custom {
  background: #fff;
  color: #333;
  padding: 12px 30px;
  border-radius: 8px;
  font-weight: 600;
}

/* Slider Part */
.carousel-inner img {
  width: 100%;
  max-width: 400px;
  margin: auto;
}



/* Custom carousel arrows */
.carousel-control-prev,
.carousel-control-next {
  width: 50px;
  height: 50px;
  background: transparent;
  border: 2px solid #fff;
  border-radius: 50%;
  top: 50%;
  transform: translateY(-50%);
  opacity: 1;
  transition: all 0.3s ease;
}

.carousel-control-prev:hover,
.carousel-control-next:hover {
  background: rgba(255, 255, 255, 0.2);

}

.carousel-control-prev-icon,
.carousel-control-next-icon {
  background-image: none;
  width: 12px;
  height: 12px;
  color: white;
  border: solid #fff;
  border-width: 0 3px 3px 0;
  display: inline-block;
  padding: 3px;
}

.carousel-control-prev-icon {
  transform: rotate(135deg);
  margin-left: 3px;
}

.carousel-control-next-icon {
  transform: rotate(-45deg);
  margin-right: 3px;
}

/* categores */
.recipe-card img {

  width: 100%;
  border-radius: 12px;
  transition: transform 0.3s;
}

.nv-recipe .col-lg-3 {
  width: 20%;
}
.nv-recipe{
  justify-content: center;
}

.info-section .info-box{
border: 1px solid #bf1e2d; 
}

.recipe-card img:hover {
  transform: translateY(-5px);
}

.recipe-title {
  margin-top: 25px;
  margin-bottom: 25px;
  font-weight: 600;
  text-align: center;
  font-size: 14px;
}

.g-4,
.gx-4 {
  --bs-gutter-x: 1.5rem;
}

.g-4,
.gx-4 {
  --bs-gutter-x: 4.5rem;
}

hr {
  margin: 1rem 0;
  color: inherit;
  border: 0;
  border-top: 2px #d2d2d2 solid;
  opacity: .25;
}

.title-head h4 {
  font-family: Roboto Flex;
  font-weight: 700;
  font-size: 34px;
  line-height: 36px;
  text-align: center;
  color: #322A22;

}

.title-head span {
  padding: 20px;
}

.title-head p {
  font-family: Roboto Flex;
  font-weight: 400;
  font-size: 18px;
  line-height: 24px;
  letter-spacing: 0%;
  text-align: center;
  color: #322A22;
}


/* info section */
.info-section {
  background: rgba(249, 250, 251, 1);
}

.info-box {
  background: #fff;
  border: 1px solid #DBDFD0;
  border-radius: 10px;
  padding: 25px;
  text-align: center;
  height: 100%;
  transition: all 0.3s ease;
}

.info-box:hover {
  transform: translateY(-5px);
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
}

.info-box h4 {
  font-size: 30px;
  font-weight: 500;
  margin-bottom: 8px;
  line-height: 37px;
  color: #322A22;

}

.info-box p {
  margin: 0;
  font-size: 14px;
  color: #666;
}

.info-img img {
  border-radius: 12px;
  width: 100%;
  height: auto;
}

p {
  color: #322A22;
  font-family: Roboto Flex;
  font-weight: 400;
  font-size: 14px;
  line-height: 24px;

}

.btn-check:checked+.btn,
.btn.active,
.btn.show,
.btn:first-child:active,
:not(.btn-check)+.btn:active {

  background-color: #bf1e2d;

}

.text-danger {
  --bs-text-opacity: 1;
  color: rgb(191 30 45) !important;
}

h2 {
  color: #322A22;
  font-family: Roboto Flex;
  font-weight: 700;
  font-size: 34px;
  line-height: 26px;
}

.py-5 {
  padding-top: 4rem;
  padding-bottom: 4rem;
}

/* blog section */
.blog-section {
  padding: 40px 0;
  text-align: center;
}

.blog-section h2 {
  font-weight: 700;
  font-size: 22px;
  margin-bottom: 5px;
}

.blog-section p {
  color: #322A22;
  margin-bottom: 0px;
}

.swiper {
  padding: 10px 0 40px;
}

.swiper-slide {
  background: #fff;
  border-radius: 10px;

  overflow: hidden;
  text-align: left;
  border: 1px solid #eeeeee;


}

.swiper-slide img {
  width: 100%;
  display: block;
  border-bottom: 1px solid #eee;
}

.slide-content {
  padding: 15px;
}

.slide-content h5 {
  font-size: 15px;
  font-weight: 600;
  margin-bottom: 5px;
}

.slide-content small {
  display: block;
  color: #999;
  margin-bottom: 10px;
}

.slide-content p {
  font-size: 14px;
  color: #555;
  margin-bottom: 10px;
}

.read-more {
  font-size: 14px;
  color: #d00;
  font-weight: 500;
  text-decoration: none;
}

.read-more i {
  margin-left: 5px;
}


.mySwiper {
  padding: 20px 0px !important;
  position: relative;
}

.swiper-button-next,
.swiper-button-prev {
  width: 44px !important;
  height: 44px !important;
  border: 2px solid #ddd;
  border-radius: 50%;
  background: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.08);
  transition: all 0.3s ease;
}

.swiper-button-next::after,
.swiper-button-prev::after {
  font-size: 15px !important;
  color: #999;
  font-weight: bold;
}


.swiper-button-next:hover,
.swiper-button-prev:hover {
  border-color: #aaa;
}

.swiper-button-next:hover::after,
.swiper-button-prev:hover::after {
  color: #333;
}

/* buy now */
.cookbook-section {
  background: #f7f7f7;
  border-radius: 30px;
  padding: 40px 30px;
}

.cookbook-title {
  font-weight: 700;
  font-size: 1.7rem;
  color: rgba(50, 42, 34, 1)
}

.cookbook-author {
  font-weight: 700;
  font-size: 1.7rem;
  color: #BF1E2D;

}

.cookbook-desc {

  font-size: 0.95rem;

  line-height: 1.6;

}

.btn-cookbook {
  background: #BF1E2D;
  color: #fff;
  font-weight: 600;
  border-radius: 6px;
  padding: 10px 10px;
  font-size: 14px;
  transition: 0.3s ease;
}

.fa-long-arrow-right {
  line-height: 24px;
}

.btn-cookbook:hover {
  background: #BF1E2D;
  color: #fff;
}

.cookbook-img {
  max-width: 285px;
  border-radius: 8px;

  transition: transform 0.3s ease;
}

.cookbook-img:hover {
  transform: translateY(-5px);
}

.cook-main {
  text-align: left;
}


/* testomonial */
.testimonial-section {
  padding: 60px 20px;
  text-align: center;
}

.testimonial-title {
  font-weight: 700;
  font-size: 1.75rem;
  margin-bottom: 10px;
}

.testimonial-subtitle {
  color: #555;
  margin-bottom: 40px;
  font-size: 1rem;
}

.testimonial-card {
  background: #F9FAFB;
  border-radius: 12px;
  padding: 25px;
  text-align: left;
  min-height: 280px;
}

.testimonial-card h5 {
  font-size: 17px;
  font-weight: 700;
  color: #AD343E;
  margin-bottom: 15px;
}

.testimonial-card p {
  font-size: 0.95rem;
  color: #444;
  margin-bottom: 20px;
}

.testimonial-user {
  display: flex;
  /* align-items: center; */
  gap: 12px;
}

.testimonial-user img {
  margin: 0px;
  width: 45px;
  height: 45px;
  border-radius: 50%;
  object-fit: cover;
}

#testimonialCarousel .col-12 {
  text-align: center;
  justify-content: center;
  align-items: center;
}


#testimonialCarousel .carousel-control-prev,
#testimonialCarousel .carousel-control-next {

  background: #e9ecef !important;
}

#testimonialCarousel .col-md-4 {
  flex: 0 0 auto;
  width: 30%;
}


#testimonialCarousel .carousel-item .row {
  text-align: center;
  justify-content: center;
  align-items: center;
}


/* buy now */
.buy-section {
  background: url("../images/title-bg.png") center center repeat;
  background-size: cover;
  position: relative;

}
.more-categores .related-card p{
  min-height: 75px !important;
}

.dtl-section {
  /* background: url("../images/pure-veg-bg.svg") center center repeat !important; */
  background: url("../images/pure_veg_banner.jpg") center center repeat !important;
  height: 265px !important;
      margin-left: 260px;

}

.categoreis-main-bg {
  margin-left: 260px;
  /* background: url("../images/non-veg-bg.png") center center repeat !important; */
  background: url("../images/Non-Veg-Banner.jpg") center center repeat !important;
  height: 265px !important;

}

.all-categoreis-main-bg {
  margin-left: 260px;
  /* background: url("../images/non-veg-bg.png") center center repeat !important; */
  background: url("../images/non_veg_pure_veg_banner.jpg") center center repeat !important;
  height: 265px !important;

}

.buy-section h2 {
  font-family: Roboto Flex;
  font-size: 32px;
  font-weight: 700;
  color: rgba(50, 42, 34, 1);
}

.buy-section h3 {
  font-size: 30px;
  font-family: Roboto Flex;
}

.buy-section p {
  font-size: 1rem;
}



.book-cards {
  border: 1px solid #eee;
  border-radius: 12px;
  transition: 0.3s;
  box-shadow: 0px 0px 1px 0px rgba(5, 12, 75, 0.24);


}

.book-cards:hover {
  transform: translateY(-5px);
  box-shadow: 0px 6px 15px rgba(0, 0, 0, 0.15);
}

.price-tag {
  background: #BF1E2D;
  color: #fff;
  font-weight: 600;
  padding: 6px 16px;
  border-radius: 6px;
  font-size: 1.1rem;
}

.rating {
  color: #ffa500;
  text-align: left;
  font-size: 20px;
}

.amazon-btn {
  opacity: 1;
  border-radius: 4px;
  padding: 5px 10px;
  border: 0.5px solid #838281a1;
  background: #FFFFFF;
  font-size: 12px;
}

.amazon-btn:hover {
  background: #f7f7f7;
}


.recipe-ttl {
  letter-spacing: 6px;
  font-size: 16px;
  color: #322A22;
  text-align: left;
}

.v-book {
  font-family: Roboto Flex;
  font-weight: 500;
  font-size: 24px;
  vertical-align: middle;
  text-transform: uppercase;
  text-align: left;

}

.v-book-sub {
  font-family: Roboto Flex;
  font-weight: 400;
  font-size: 18px;
  color: #BF1E2D !important;
  text-align: left;
}

.v-book-p {
  text-align: left;
  font-family: Roboto Flex;
  font-weight: 400;
  font-size: 12px;
  line-height: 18px;
  color: #322A22;


}

.img-main {
  width: 75%;
  margin: auto;
}

.gray-box {
  background: #F9FAFB;
  border-radius: 12px;
}

#heroSubTitle {
  color: white;
  font-size: 15px;
  font-weight: 500;
}

/* contact */
.contact-section {
  background: rgba(191, 30, 45, 1);
  color: #fff;
  border-radius: 12px;
  padding: 40px 20px;
}

.contact-card {
  text-align: center;
  padding: 20px;
}

.contact-card i {
  font-size: 2rem;
  margin-bottom: 10px;
  display: block;
}

.contact-card h5 {
  font-family: Roboto Flex;
  font-weight: 600;
  font-size: 18px;
  line-height: 29px;
  margin-bottom: 0px;
}

.contact-card .phone {
  font-weight: 700;
  font-size: 1.1rem;
}

.contact-card hr {
  width: 60%;
  margin: 12px auto;
  border-color: rgba(255, 255, 255, 0.4);
}

.contact-card p {
  font-size: 13px;
  margin-bottom: 0;
  color: white;
  font-family: Roboto Flex;
  font-weight: 500;
}

.contact-card img {
  margin-bottom: 15px;
}

/* video */

/* Tabs */
.related-tabs {
  border-bottom: 1px solid #E6E6E6;
  justify-content: center;
  margin-bottom: 20px;
}

.related-tabs .related-tab-btn {
  border: none;
  font-weight: 600;
  color: #333;
  background: transparent;
  margin: 0 10px;
  padding: 8px 12px;
}

.related-tabs .related-tab-btn.active {
  color: #c62828;
  border-bottom: 2px solid #c62828;
}

/* Video Card */
.related-card {
  border: none;
  border-radius: 12px;
  overflow: hidden;
  box-shadow: 0px 2px 10px 0px rgb(0 0 0 / 19%);
  min-height: 260px;
  transition: 0.3s;
}
.profile-dropdown-wrapper{
  display: none;
}

/* 
.related-card:hover {
  transform: translateY(-5px);
} */

.more-categores {
  background: rgba(249, 250, 251, 1);

}

.related-thumb {
  position: relative;
}

.related-thumb img {
  width: 50%;
  margin: 0px auto;
  height: auto;
  display: block;
}

.related-play {
  position: absolute;
  bottom: -20px;
  right: 10px;
  display: flex;
  cursor: pointer;
  width: 40px;

}

.related-card .related-thumb {
  background: #f9fafc;
}

.related-body h6 {
  font-weight: 600;
  margin-bottom: 4px;
}

.related-body p {
  font-size: 0.85rem;
  color: #666;
  margin-bottom: 0;
}

.play-video {
  padding: 25px;
}

/* policy container  */
.policy-container {
  display: flex;
  margin: 40px auto;

}

.policy-menu {
  width: 18%;
  padding-right: 20px;
  border-right: 3px solid #eee;
  position: sticky;
  top: 100px;
  height: fit-content;
}

.policy-menu ul {
  list-style: none;
  padding: 0;
}

.policy-menu ul li {
  margin-bottom: 20px;
  cursor: pointer;
  font-weight: 500;
  color: #444;
  transition: 0.3s;
}

.policy-menu ul li.active {
  color: #c00;
  font-weight: bold;
}

.policy-content {
  width: 75%;
  padding-left: 40px;
  position: relative;
}

/* Scroll Progress Bar */
.progress-bar-line {
  position: absolute;
  left: -3px;
  top: 0;
  width: 3px;
  height: 100%;
  background: #eee;
}

.progress-bar-fill {
  position: absolute;
  left: -3px;
  top: 0;
  width: 3px;
  background: #c00;
  height: 0;
  transition: height 0.2s ease-out;
}

.policy-container h4 {
  font-family: Roboto Flex;
  font-weight: 600;
  font-size: 25px;
  line-height: 36px;
  color: rgba(50, 42, 34, 1);
  margin-bottom: 20px;


}

.info-section h2 {
  line-height: 40px;
}



/* author section */
.author-section {
  background: #fff;
}

.author-img img {
  max-width: 250px;

}

.author-text h3 {
  font-size: 28px;
  font-weight: 600;
  color: rgba(50, 42, 34, 1);
}

.author-text p {
  line-height: 1.8;
  color: #444;
  margin-bottom: 15px;
}

.athour-name {
  color: rgba(191, 30, 45, 1);
  margin-top: 11px;
  font-size: 24px;
}

.author-heading {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: bold;
  color: rgba(50, 42, 34, 1);
  text-transform: uppercase;
  margin: 20px 0;


}

.author-heading {
  width: 54%;
  margin: 0px auto;
}

.author-heading::before,
.author-heading::after {
  content: "";
  flex: 1;
  border-bottom: 1px solid rgba(0, 0, 0, 1);
  margin: 0 10px;
}



.author-right {
  border-left: 1px solid rgba(229, 231, 235, 1);
  padding-left: 100px;
}

/* blog */

.blog-details .blog-post img {
  width: 100%;
  height: auto;
}

.blog-details .recent-item img {
  object-fit: cover;
}

.blog-sidebar {
  position: sticky;
  top: 20px;
}


.sd-right-bx {
  border: 1px solid rgba(233, 233, 233, 1);
  padding: 20px;
  border-radius: 10px;
}

.sd-main {
  padding-left: 60px;
}

.blog-card {
  padding: 15px;
  box-shadow: 0px 0px 1px 0px rgba(12, 26, 75, 0.24);

}

.blog-card h6 {
  font-family: Roboto Flex;
  font-weight: 500;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 0%;
  color: rgba(50, 42, 34, 1);
}

.blog-right-ttl {
  font-family: Roboto Flex;
  font-weight: 600;
  font-size: 24px;
  line-height: 28px;
  vertical-align: middle;

}

.search-btn {
  background: rgba(191, 30, 45, 1);
  border-top-left-radius: 0 !important;
  border-bottom-left-radius: 0 !important;

}

.serch-bar {
  border-top-right-radius: 0 !important;
  border-bottom-right-radius: 0 !important;
  height: 45px;
}

.policy-menu li {
  font-size: 17px;
}

#privacy h4 span{
    font-size: 19px !important;
}
#disclaimer  h4 span{
    font-size: 19px !important;
}
#copyright  h4 span{
    font-size: 19px !important;
}
#terms  h4{
    font-size: 19px !important;
}

#refund h4 {
    font-size: 19px !important;
}
/* reply box */
/* General Section */
.comment-section {
  margin-top: 40px;
}

.section-title {
  font-weight: 600;
  margin-bottom: 20px;
  border-bottom: 2px solid #eee;
  /* padding-bottom: 8px; */
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.section-title span {
  border-bottom: 2px solid rgba(191, 30, 45, 1);
}

.section-title span {
  color: #a50000;
  padding-bottom: 8px;
  font-weight: 700;
}

/* Reply Form */
.reply-box {
  background: #fff;
  padding: 15px 0px;
  /* border-radius: 8px; */
  /* border: 1px solid #eee; */
  margin-bottom: 30px;
}

.reply-box textarea {
  resize: none;
  height: 100px;
}

.reply-box .form-control {
  border-radius: 6px;
  min-height: 45px;
}

.reply-box button {

  background-color: rgba(50, 42, 34, 1);
  color: #fff;
  border: none;
  border-radius: 6px;
  padding: 8px 0px;
  transition: 0.3s;
  width: 100%;
  font-size: 13px;
  line-height: 27px;
}

.reply-box button:hover {
  background-color: #2b1f1a;
}

/* Comments */
.comment {
  display: flex;
  align-items: flex-start;
  margin-bottom: 20px;
}

.comment .avatar {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  overflow: hidden;
  margin-right: 15px;
  flex-shrink: 0;
}

.comment .avatar img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.comment-body {
  background: rgba(246, 246, 246, 1);
  padding: 15px;
  border-radius: 8px;
  width: 100%;
  position: relative;
}

.comment-body .comment-header {
  display: flex;
  justify-content: space-between;
  margin-bottom: 8px;
}

.comment-body .comment-header h6 {
  margin: 0;
  font-weight: 600;
  color: rgba(50, 42, 34, 1);
}

.comment-body .comment-header small {
  color: #888;
}

.avatar {
  border-radius: 50px;
  padding: 5px;
  border: 1px solid #dee2e6;
  margin-right: 0.5rem
}

.form-control:focus {
  box-shadow: none;
  border-color: #a50000;

}

.sender {
  margin-left: 3rem;
}

.comment-bx .col-md-1 {
  padding-left: 0px;
}

/* cart section */
.recipe-cart-item img {
  width: 80px;
  height: 80px;
  object-fit: cover;
}

.recipe-cart-summary img {
  max-width: 100%;

}

.recipe-cart-summary {
  border-radius: 12px;
}

.recipe-cart-payment img {
  background: #fff;
  height: 30px;
  width: 50px;
}

.bg-light {
  background: rgba(245, 245, 245, 1);


}

.btn-dark {
  background: rgba(50, 42, 34, 1);

}

.payment-method {
  border-radius: 6px;
  gap: 10px;
  opacity: 1;
  border-width: 1px;
  padding: 16px;
  background: rgba(255, 255, 255, 1);
  border: 1px solid rgba(233, 233, 233, 1)
}

.payment-check label {
  font-size: 13px;
  font-weight: 500;
}

.payment-method h6 {
  color: rgba(50, 42, 34, 1);
  font-family: Roboto Flex;
  font-weight: 600;
  font-size: 18px;
  line-height: 24px;
  letter-spacing: 0%;
  vertical-align: middle;

}

.form-check-input:checked {
  background-color: #bf1e2d;
  border-color: #bf1e2d;
}

.form-check-input:focus {
  border-color: #bf1e2d;

  box-shadow: 0 0 0 .25rem rgba(221, 41, 59, 0.34);
}

.payment-icon {
  border-radius: 6px;
  gap: 10px;
  opacity: 1;
  border-width: 1px;
  padding: 16px;
  border: 1px solid rgba(233, 233, 233, 1);
  background: rgba(255, 255, 255, 1);

}

.recipe-dtl p,
small {
  font-family: Roboto Flex;
  font-weight: 500;
  font-size: 14px;
  line-height: 100%;
  color: rgba(50, 42, 34, 1);
}

.recipe-dtl {
  position: relative;
}

.recipe-time {
  position: absolute;
  bottom: 0;

}

.recipe-time small {

  color: rgba(191, 30, 45, 1) !important;
  font-size: 14px !important;
}

.btn-outline-danger {
  line-height: 18px;
}

.recipe-cart-item small {
  font-size: 12px;
  margin-bottom: 5px;
}

.recipe-cart-item small span {
  color: #bf1e2d;
  padding: 0px 6px;
}

.recipe-cart-item .btn-outline-danger {
  position: absolute;
  top: 15px;
  right: 0;
}

.recipe-cart-item {
  position: relative;
}

.payment-check {
  flex-direction: column;
}

/* recipes details */
.recipes-title {
  font-size: 28px;
  font-weight: 700;
  color: #2b221a;
}

.recipes-meta {
  font-size: 14px;
  color: #555;
}

.recipes-meta span {
  margin-right: 15px;
}

.recipes-meta span:not(:last-child)::after {
  content: "|";
  margin-left: 15px;
  color: #999;
}

.cart-btn {
  background: rgba(216, 174, 121, 0.25);
  box-shadow: 0 0 2px rgba(0, 0, 0, 0.2);
  border-radius: 50%;
  width: 40px;
  height: 40px;

}

.unlock-card p {
  font-weight: 600;
}

.bi-cart3 {
  font-size: 20px;
}

.unlock-card {
  border-radius: 12px;
  background: #fff9f5;
  border: 2px solid rgba(216, 174, 121, 0.34);
  margin-bottom: 15px;
}

.trending-card {
  background: white !important;
  box-shadow: 0px 0px 1px 0px rgba(12, 26, 75, 0.24);
  border: 1px solid #f1f1f1;

}

.trending-card .cart-btn {
  background: rgba(244, 244, 244, 1);
}

.p-tags {
  border-top: 1px #bf1e2d solid;
  opacity: 1;
}

.unlock-ttl {
  color: rgba(43, 43, 45, 1);
  font-size: 20px;
}

/* contact us */
.contact-us {
  padding: 60px 20px;
}

.contact-us-image {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 20px;
}

.contact-btn-customs {
  max-width: 500px;
  margin: auto;
}

.form-control {
  border-radius: 8px;
  padding: 12px;
}

.contact-btn-customs {

  color: #fff;
  border-radius: 8px;
  padding: 12px;
  width: 100%;
  font-weight: 500;
}

.form-boxes {
  max-width: 500px;
  margin: auto;
}

.btn-customs {
  background-color: rgba(50, 42, 34, 1);
  color: #fff;
  border-radius: 6px;
  padding: 12px;
  width: 100%;
  font-weight: 500;
}

.ttl-box h3 {
  font-family: Roboto Flex;
  font-weight: 700;
  font-style: Bold;
  font-size: 36px;
  line-height: 48px;
  text-align: center;
  color: rgba(31, 41, 55, 1);

}


.btn-customs:hover {
  background-color: rgba(50, 42, 34, 1);
  color: white;
}

.form-control {
  opacity: 1;
  border-radius: 6px;
  padding-top: 10px;
  padding-right: 19px;
  padding-bottom: 10px;
  padding-left: 19px;
  border-width: 1px;
  /* color: rgba(255, 255, 255, 1); */

  border: 1px solid rgba(217, 217, 217, 1)
}





/* product */

a {
  text-decoration: none !important;
}

.sidebar-category {
  width: 260px;
  height: 100vh;
  position: sticky;
  top: 75px;
  left: 0;
  background: #fff;
  border-right: 1px solid #dddddd73;
  overflow-y: auto;
  padding: 20px 0;
  clear: right;
  float: left;

}

.nav-pills .nav-link.active,
.nav-pills .show>.nav-link {

  background-color: white !important;
}

.sidebar-category h6 {
  padding: 10px 20px;
  font-size: 13px;
  text-transform: uppercase;
  color: #999;
}

.sidebar-category ul {
  list-style: none;
  padding-left: 0;
  margin: 0;
}

.sidebar-category ul li {
  padding: 3px 20px;
}

.sidebar-category ul li a {
  display: block;
  text-decoration: none;
  color: #322A22;
  padding: 6px 10px;
  border-radius: 4px;
  transition: 0.3s;
  font-size: 14px;
  font-family: 'Roboto Flex', sans-serif;
}

.sidebar-category h6,
.sidebar-category .section-heading {
  font-family: 'Roboto Flex', sans-serif;
}

.sidebar-category ul li a.active,
.sidebar-category ul li a:hover {
  background: #fde9ee;
  color: #e40046;
  font-weight: bold;
}


.sidebar-category .section-heading {
  font-size: 12px;
  font-weight: bold;
  text-transform: uppercase;
  color: #e40046;
  background: #fde9ee;
  margin: 10px 0;
  padding: 6px 20px;
}

/* Nested levels */
.sidebar-category ul li ul {
  padding-left: 15px;
  display: none;
}

.sidebar-category ul li.open>ul {
  display: block;
}

/* Right content */
.content {
  margin-left: 260px;
  padding: 25px;
}

/* Banner */
.recipe-banner {
  justify-content: space-between;
  padding: 25px 0px;
  color: #fff;

}

.recipe-banner h2 {
  font-size: 28px;
  font-family: Roboto Flex;
  font-weight: 600;
  font-size: 20px;
  line-height: 36px;
  color: rgba(50, 42, 34, 1);
}

.recipe-banner p {
  font-size: 14px;
  margin-top: 4px;
  opacity: 0.9;
}


.search-bar {
  display: flex;
  gap: 10px;
  margin-top: 15px;
}

.search-bar input {
  flex: 1;
  border: 1px solid #ccc;
  border-radius: 4px;
  padding: 6px 10px;
}

/* Recipe cards */
.rcp-card-dtl {
  width: 20%;
}

.card-body h6 {
  font-size: 15px;
  font-weight: bold;
}

.btn-more {
  border: 1.2px solid rgba(50, 42, 34, 0.85);
}

.btn-more:hover {
  border: 1.2px solid rgba(50, 42, 34, 0.85);
  color: white;
  background: rgba(50, 42, 34, 0.85);
}

.menue-tabs {
  padding: 20px;
}

.menue-container {
  padding: 20px;
}

.recipe-search {
  max-width: 300px;
  position: relative;
  width: 100%;
}

.recipe-search input {
  width: 100%;
  border: none;
  border-bottom: 1px solid #a7a6a6;
  padding: 6px 30px 6px 6px;
  outline: none;
  font-size: 14px;
  background: rgba(50, 42, 34, 0.02);
  height: 45px;

}

.recipe-search button {
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  border: none;
  background: none;
  cursor: pointer;
}

.recipe-search i {
  font-size: 16px;
  color: #444;
}

.categories-title {
  color: rgba(50, 42, 34, 1);
  font-family: Roboto Flex;
  font-weight: 600;
  font-style: SemiBold;
  font-size: 23px;
  line-height: 36px;

}


/* most fvourate  */



/*home page */
.dish-card {
  border: 1px solid #eee;
  border-radius: 12px;
  overflow: hidden;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);
  background: #fff;
  padding: 5px;
  border-top: 5px solid #bf1e2d;
}

.dish-cards {

  border-top: 5px solid transparent !important;
}

.dish-cards .slide-content {
  min-height: 200px !important;
}

.dish-card img {
  padding: 20px;
}

.loved-dishes-slider .swiper-slide {
  border: unset;
}


.dish-img {
  width: 100%;
  height: auto;
  border-top-left-radius: 12px;
  border-top-right-radius: 12px;
}

.dish-card {
  padding: 15px;
}

.dish-body {
  padding-top: 15px;
}

.dish-body h6 {
  font-size: 15px;
  font-weight: 600;
  color: #000;
}

.price {
  font-weight: 700;
  font-size: 16px;
  color: rgba(191, 30, 45, 1);
}

.dish-text {
  font-size: 13px;
  color: #555;
  margin-bottom: 15px;
  line-height: 18px;
  margin-bottom: 10px !important;
  height: 36px;
}

.btn-unlock {
  background: rgba(191, 30, 45, 1);

  color: #fff;
  border: none;
  font-size: 14px;
  font-weight: 500;
  padding: 10px;
  border-radius: 6px;
  transition: background 0.2s ease;
}

.relatedSwiper {
  padding-bottom: 60px !important;
}

.mySwiper {
  padding-bottom: 60px !important;
}

.relatedSwiper .swiper-wrapper {
  padding-bottom: 30px;
}

.btn-unlock:hover {
  background: #916c39;
  color: #fff;
}

#unlock_btn:hover {
  background: #916c39 !important;
  color: #fff;
}
.legal-links a:hover{
  color:#BF1E2D !important
}

/* Swiper Custom */
.loved-dishes-slider {
  padding-bottom: 60px !important;
  padding: 60px 5px;
}

.swiper-pagination-bullet-active {
  background: #b71c1c !important;
}

.most-love .swiper-slide img {
  border-bottom: unset;
}



.position-footer {
  position: absolute;
  width: 100%;
}

.cat-ubtitle {
  border-left: 3px solid #b71c1c;
  padding-left: 8px;
  font-weight: 600;
  font-size: 18px;
  color: #2e2b26;
  margin: 15px 0;
}


.sidebar-category {
  font-family: Arial, sans-serif;
}

.sidebar-category h6,
.sidebar-category .section-heading {
  font-weight: bold;
  margin: 15px 0 8px;
  color: #b71c1c;
  text-transform: uppercase;
}

.sidebar-category ul {
  list-style: none;
  padding-left: 0;
  margin: 0;
}

.sidebar-category ul li {
  position: relative;
}

.sidebar-category ul li a {
  font-weight: 500;
  display: block;
  padding: 8px 12px;
  color: rgba(50, 42, 34, 1);
  text-decoration: none;
  border-radius: 6px;
  transition: 0.3s;
  font-size: 15px;
}

.sidebar-category ul li a:hover {
  font-weight: 500;
}

.sidebar-category ul li a:hover {
  background: #fce4ec;
}

/* Active Item */
.sidebar-category ul li a.active {
  background: white;
  font-weight: 500;
}

/* Active Parent */
.sidebar-category ul li.open>a {
  font-weight: 500;
}

/* Nested UL */
.sidebar-category ul ul {
  display: none;
  margin-left: 15px;

  padding-left: 10px;
}

.sidebar-category ul li ul li {
  padding: 3px 0px;
}

.sidebar-category ul li.open>ul {
  display: block;
}

/* Icons for last child */
.sidebar-category ul li ul li a i {
  margin-right: 6px;
  color: #b71c1c;
}
.button-group .btn-recipes:hover{
   background-color: #8b0511 !important;

}
 .btn-recipes {
  position: relative;
 
  border: 1px solid #fde9ee;
  color: #212529;
  font-size: 14px;
  padding: 7px 17px;
  margin-left: 5px;

}

.btn-recipes:hover {
  background: #bf1e2d;
  color: white;
  border: 1px solid #fde9ee !important;
}

.btn-check:checked+.btn,
.btn.active,
.btn.show,
.btn:first-child:active,
:not(.btn-check)+.btn:active {
  background-color: #bf1e2d;
  color: white;
}


.btn-more {
  position: relative;
  background: #c02130;
  color: #fff;
  font-weight: bold;
  padding: 8px 24px;
  border-radius: 8px;
  border: none;
  overflow: hidden;
  border: 1.2px solid #c02130;
}

.btn-more::after {
  content: "";
  position: absolute;
  width: 20px;
  height: 20px;
  background: rgba(255, 255, 255, 0.5);
  border-radius: 50%;
  transform: scale(0);
  opacity: 0;
  pointer-events: none;
  animation: ripple 1s infinite;
}

.count-badge {
  background: #d97790;
  color: #fff;
  /* position: absolute; */

  width: 20px;
  height: 20px;
  font-size: 9px;
  font-weight: 600;
  border-radius: 50%;
  display: inline-block;
  line-height: 20px;
}

@keyframes ripple {
  0% {
    transform: scale(0);
    opacity: 0.8;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%) scale(0);
  }

  100% {
    transform: translate(-50%, -50%) scale(4);
    opacity: 0;
  }
}


.btn-recipes.active .count-badge {
  color: #fff;
}

.menu-toggle {
  display: inline-block;
  font-size: 22px;
  border: none;
  background: none;
  cursor: pointer;
  margin: 10px 0;
  color: #333;
  display: none;
}

.menu-toggle:hover {
  color: #b71c1c;
}

.close-btn {
  position: absolute;
  right: 10px;
  top: 7px;
  background: transparent;
  border: none;
  font-size: 15px;
  cursor: pointer;
  color: #c02130;
  border: 1px solid #fde9ee;
  line-height: 19px;
  border-radius: 5px;
}

.close-btn {
  display: none;
}

.cart-btn-detail {
  background: rgba(244, 244, 244, 1) !important;
}

/* profile */
.profile-card {
  background: url('../images/profile-bg.png') center/cover no-repeat;

  border-radius: 10px;
  padding: 20px;
  text-align: center;
  color: #333;
  position: relative;
}


.profile-card {

  border-radius: 12px;
  padding: 20px;
  text-align: center;
  position: relative;
}

.profile-card img {
  width: 90px;
  height: 90px;
  border-radius: 50%;
  background: #eee;
  display: block;
  margin: 0 auto 10px;
  position: relative;
  z-index: 1;
}

.profile-card .edit-icon {
  position: absolute;
  top: 77px;
  left: 63%;
  transform: translateX(-50%);
  color: #fff;
  width: 28px;
  height: 28px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  cursor: pointer;
  z-index: 2;
  background: rgba(191, 30, 45, 1);
}

.profile-card h6 {
  margin-top: 10px;
  font-weight: 600;
}

.profile-card p {
  margin: 5px 0 15px;
  color: #555;
  font-size: 14px;
}

.edit-btn {

  background: rgba(191, 30, 45, 1);
  border: none;
  padding: 6px 16px;
  color: #fff;
  border-radius: 6px;
  font-weight: 500;
  font-size: 13px;
}

input::placeholder {
  font-size: 14px;
  color: #888;
}

.sidebar-profile .list-group-item {
  border: none;
  padding: 20px;
  font-weight: 500;
  background: #fff;
  margin-bottom: 15px;
  border-left: 4px solid rgba(217, 217, 217, 1)
}

.sidebar-profile .list-group-item.active {
  border-left: 4px solid #d9534f;
  background: #fff;
  color: #000;
  font-weight: 600;
}

.order-card {
  border-bottom: 1px solid #ddd;
  padding: 19px 0;
  padding-right: 30px;
}

.order-card:last-child {
  border-bottom: none;
}

.invoice-btn {
  border: 1px solid #000;
  background: #fff;
  padding: 5px 15px;
  border-radius: 5px;
  font-size: 14px;
}

.dashboard-wrapper {
  /* background: #fff; */
  border-radius: 10px;
  padding: 25px;
}

.order-img {
  width: 100px;
  height: auto;
}

.order-details .small {
  font-size: 12px;
  line-height: 14px;
}

.profile-orders {
  background: rgba(255, 255, 255, 1);
  padding-bottom: 20px;
  padding: 20px;
  border-radius: 10px;
}

.profile-section .container {
  background: rgba(250, 250, 250, 1);
  padding: 15px;
}

.list-group-item:last-child {
  border-bottom-right-radius: 0px;
  border-bottom-left-radius: 0px;

}

/* 
.order-profile {
  max-height: 640px;
} */

.orders-row {
  max-height: 485px;
  overflow-y: auto;
}

#profile-section label {
  font-size: 14px;
  font-weight: 500;
  color: rgba(50, 42, 34, 1);
}

.btn-danger {
  --bs-btn-color: #fff;
  --bs-btn-bg: #bf1e2d;
  font-size: 13px;
}

.slide-content h5 {
  min-height: 36px;
}

.blog-details .blog-cards {
  min-height: 400px;
}


/* videos */


.related-thumb {
  position: relative;
  overflow: hidden;
}

.related-thumb img {

  transition: transform 0.5s ease;
  border-radius: 10px 10px 0 0;
}

.related-body {
  padding: 15px;
  text-align: left;
  background: #fff;
  transition: opacity 0.3s ease;
}


.related-play-default {
  position: absolute;
  bottom: 15px;
  right: 15px;
  width: 40px;
  height: 40px;
  z-index: 2;
}

.related-overlay h6 {
  color: white !important;
}

.related-overlay {
  position: absolute;
  bottom: -100%;

  left: 0;
  width: 100%;
  height: 100%;
  /* background: linear-gradient(to top,
      rgba(0, 0, 0, 0.7) 0%,
      rgba(0, 0, 0, 0.3) 50%,
      rgba(0, 0, 0, 0) 100%); */
  background: linear-gradient(to top, rgb(0 0 0) 0%, rgb(0 0 0 / 56%) 50%, rgba(0, 0, 0, 0) 100%);
  color: #fff;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
  padding: 20px;
  transition: bottom 0.6s ease-in-out;
  opacity: 0;
}


.related-card:hover .related-overlay {
  bottom: 0;
  opacity: 1;
}


.related-overlay .related-play img {
  width: 60px;
  margin-bottom: 12px;
}

.related-card {
  position: relative;
  overflow: hidden;
  border-radius: 10px;
  background: #fff;
  transition: transform 0.4s ease;
}


.related-card:hover .related-body,
.related-card:hover .related-play-default {
  opacity: 0;

}

.related-card:hover .related-overlay {
  opacity: 1;

}

.related-card:hover .related-thumb img {
  transform: scale(1.05);

}

.related-card:hover .related-overlay .related-play {
  position: unset;


}

.related-overlay p {
  color: white;
}

.buy-section p {
  color: rgba(50, 42, 34, 1) !important;
  font-weight: 400;
  font-size: 18px;
}

.testimonial-user img {
  padding: 0px !important;
}

.blog-row .dish-cards img {
  min-height: 235px !important;
}


.related-thumb img {
  min-height: 185px;
}

.blog-cards img {
  min-height: 195px;
}

.cardd img {
  min-height: 195px;
}

.recipes-main-row {
  gap: 40px;
}

.empty-cart {
  border: 1px solid #eff0f0;
  border-radius: 12px;
  min-height: 550px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;

}

.empty-cart img {
  max-width: 30%;
}

.empty-recipes {
  min-height: 400px;
}

.empty-recipes img {
  max-width: 25%;
}

.recipes {
  background: #bf1e2d;
  color: white;
  border: 1px solid #bf1e2d;
  white-space: nowrap;
}

.no-rcp {
  border: 1px solid #ececec;
}

.recipe-cart-list {
  max-height: 1000px;
  overflow-y: auto;
}

.empty-recipes {
  justify-content: center;
  display: flex;
  align-items: center;
}

.footer .book-card a {
  color: #ffffff;
}

.related-thumb {
  width: 100%;
  height: 200px;
  background-size: cover !important;
  background-position: center !important;
  background-repeat: no-repeat !important;
  border-radius: 8px !important;
}



.related-recipes {
  width: 100%;
  height: 275px;
  background-size: cover !important;
  background-position: center !important;
  background-repeat: no-repeat !important;
  border-radius: 8px !important;
  border-radius: 0;
  padding: 12px;
}

.rcp-card-dtl .card {
  padding: 10px;
  height: 100%;
  max-height: 457px;
}


.related-recipes-details {
  width: 100%;
  height: 590px;
  background-size: cover !important;
  background-position: center !important;
  background-repeat: no-repeat !important;
  border-radius: 8px !important;
  border-radius: 0;
  padding: 12px;
  margin-bottom: 30px;
}

/* language  */
.language-dropdown {
  border-radius: 12px;
  padding: 10px;
  width: 180px;
}

.language-dropdown h6 {
  font-size: 14px;
  margin-bottom: 10px;
  font-weight: 600;
}

.language-option {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 8px;
  border-radius: 8px;
  cursor: pointer;
  transition: background 0.2s ease;
}

.language-option:hover {
  background: #f7f7f7;
}

.language-option img {
  width: 28px;
  height: 20px;
  border-radius: 3px;
  margin-right: 8px;
}

.language-option label {
  display: flex;
  align-items: center;
  margin: 0;
  font-size: 14px;
  font-weight: 500;
}

.language-option input[type="radio"] {
  accent-color: black;
}

.inr-btn:hover {
  background: transparent;
  border: none !important;
  color: rgb(189, 30, 45) !important;
}

.cart-icon:hover {
  color: rgb(189, 30, 45) !important;
  border-color: rgb(189, 30, 45) !important;
}

.inr-btn {
  border: none !important;
}

.inr-btn:active {
  background: transparent;
  border: none !important;
}

.btn-check:checked+.inr-btn,
.inr-btn.active,
.inr-btn.show,
.inr-btn:first-child:active,
:not(.btn-check)+.inr-btn:active {
  background: transparent;
  border: none !important;
  color: black;
}

.language-dropdown .language-option input[type="radio"] {
  accent-color: #cc1e2d;
}

.inr-btn {
  color: #000 !important;
  font-weight: 500;
}

.dropdown-menu label {
  color: #000 !important;
}

.dropdown:focus-visible {
  outline: none !important;
}

.footer .btn-buy {
  padding: 10px 7px;
  font-size: 11px;
}



input[type="email"],
input[type="password"],
input:invalid {
  -webkit-appearance: none;
  appearance: none;
  background-image: none !important;
  background-repeat: no-repeat !important;
  box-shadow: none !important;
}

input::-webkit-clear-button,
input::-webkit-contacts-auto-fill-button,
input::-webkit-calendar-picker-indicator,
input::-webkit-search-decoration,
input::-webkit-search-cancel-button,
input::-webkit-search-results-button,
input::-webkit-search-results-decoration {
  display: none !important;
}


input {
  padding-right: 12px;
}

#veg p:hover,
.nav-link:hover,
.recipe-link-item:hover p {
  color: #bd1e2d !important;
}

.recipe-link-item:hover .veg-main-item {
  background-color: #ff00000a;
}

#spec-dropdown {
  overflow-y: scroll;
  position: absolute;
  z-index: 999;
  width: 100%;
  display: none;
  max-height: 220px;
}

.legal-links {
  flex-wrap: wrap;

}

.legal-links a {
  flex-shrink: 0;
}

.legal-links a:hover {
  color: #b71c1c;
}

.megamenu-dropdown {
  position: unset;
}

.megamenu-dropdown .dropdown-menu[data-bs-popper] {
  top: 79px;
}
.alert{
       
  background-color: #323232;
  color: white;
  padding: 15px 25px;
  border-radius: 4px;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
 z-index: 1050;
  max-width: 300px;
}
.form-control.is-invalid, .was-validated .form-control:invalid{
  background-image: none !important;
}

.error{
  color: red;
}


.currency-gap{
  padding-right: 15px;
}

.btn-outline-secondary{
      border: 1px solid #d9d9d9;
}

.btn-dark{
font-size:14px;
}

.recipe-sider-bar{
  display:flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 1.5rem ;
}
.recipe-list-row .card{
border: 1px solid #ececec !important;
}

a,
a:visited,
a:hover,
a:active,
a:focus {
    /* color: inherit !important;     */
    text-decoration: none !important;
    -webkit-text-fill-color: inherit !important; 
}

   