* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

:root {
  --hi-primary-font: "Playfair Display", serif;
  --hi-secondary-font: "Raleway", sans-serif;
  --hi-primary-color: #589b43;
  --hi-secondary-color: #589b43;
  --hi-tertiary-color: #9fca3b;
  --hi-gray-color: #525252;
  --hi-dark-gray-color: #2f2f2f;
  --hi-white-color: #fff;
  --hi-black-color: #000;
  --hi-primary-bkgd: #589b43;
  --hi-secondary-bkgd: #f4f6ef;
  --hi-tertiary-bkgd: #e5fdf0;
  --hi-white-bkgd: #fff;
  --hi-transition: all 300ms ease-in-out;
}

/* === Classes === */
.hi-primary-font {
  font-family: var(--hi-primary-font);
}
.hi-secondary-font {
  font-family: var(--hi-secondary-font);
}
.hi-primary-color {
  color: var(--hi-primary-color);
}
.hi-secondary-color {
  color: var(--hi-secondary-color);
}
.hi-tertiary-color {
  color: var(--hi-tertiary-color);
}
.hi-gray-color {
  color: var(--hi-gray-color);
}
.hi-dark-gray-color {
  color: var(--hi-dark-gray-color);
}
.hi-white-color {
  color: var(--hi-white-color);
}
.hi-black-color {
  color: var(--hi-black-color);
}
.hi-primary-bkgd {
background-image: url(../md-images/imageedit_1_3734810931.png);
}
.hi-secondary-bkgd {
  background-color: var(--hi-secondary-bkgd);
}
.hi-tertiary-bkgd {
  background-color: var(--hi-tertiary-bkgd);
}

/* === Base Styles === */
body {
  font-family: var(--hi-primary-font);
  font-size: 16px;
  font-weight: 400;
  line-height: 1.25;
}
h1,
h2,
h3,
h4,
h5,
h6,
p,
ul {
  margin-bottom: 0;
}
ul {
  padding-left: 0;
}
a {
  color: var(--hi-white-color);
  text-decoration: none;
}
img {
  max-width: 100%;
}
.lh-md {
  line-height: 1.4;
}

/* === Header Area Styles === */
#header {
  font-family: var(--hi-secondary-font);
  background-color: #fff;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  display: block;
  z-index: 999;
  transition: top 550ms;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
}
.navbar {
  /* --bs-navbar-padding-y: 0.7rem; */
  --bs-navbar-toggler-padding-y: 0;
  --bs-navbar-toggler-padding-x: 0;
  --bs-border-width: 0;
  --bs-navbar-brand-margin-end: 0;
}
.navbar-brand img {
  height: 38px;
}
.navbar-toggler:focus {
  box-shadow: none;
}
.navbar-nav {
  border-top: 1px solid #eaeaea;
  margin-top: 12px;
  padding-top: 15px;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
}
.navbar-nav .nav-item {
  width: calc((100% / 2) - 7.5px);
  margin-bottom: 15px;
}
.navbar-nav .nav-item:nth-child(5),
.navbar-nav .nav-item:nth-child(6) {
  margin-bottom: 4.8px;
}
.navbar-nav .nav-item .nav-link {
  padding: 12px 20px;
  border-radius: 6px;
  background-color: #ededed;
  text-align: center;
  font-size: 15px;
  font-weight: 400;
  color: var(--hi-gray-color);
}
.navbar-nav .nav-item .nav-link.active {
  color: var(--hi-white-color);
  background-color: var(--hi-primary-bkgd);
  font-weight: 500;
}

/* === Footer Area Styles === */
.footer-sec {
  padding-top: 40px;
  background-color: #000000;
  color: var(--hi-white-color);
  font-family: var(--hi-secondary-font);
}
.ft-top {
  padding-bottom: 30px;
}
.ft-logo img {
  height: 60px;
}
.ft-content {
  margin-top: 15px;
  max-width: 92%;
}
.ft-content p {
  font-size: 15px;
  line-height: 1.4;
}
.ft-links-container {
  margin-top: 35px;
}
.ft-link-title {
  font-family: var(--hi-primary-font);
  font-size: 17px;
  font-weight: 600;
  color: var(--hi-tertiary-color);
  margin-bottom: 15px;
}
.ft-list {
  list-style: none;
}
.ft-list li {
  color: var(--hi-white-color);
  font-size: 14px;
  line-height: 1.1;
}
.ft-list li:not(:last-of-type) {
  margin-bottom: 12px;
}
.ft-list li a {
  transition: var(--hi-transition);
}
.ft-list li a:hover {
  color: var(--hi-primary-color);
}
.ft-social-list {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
}
.ft-social-list li:not(:last-of-type) {
  margin-right: 12px;
}
.ft-list.ft-social-list li:not(:last-of-type) {
  margin-bottom: 0;
}
.ft-social-list li img {
  height: 26px;
}
.ft-list.ft-text-lists li:not(:last-of-type) {
  margin-bottom: 15px;
}
.ft-second-flex {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
}
.ft-second-flex .ft-links-container:first-of-type {
  width: 50%; /* 50%; HI */
}
.ft-second-flex .ft-links-container:last-of-type {
  width: 50%;
}
.ft-timing-list {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
}
.ft-timing-list li {
  font-size: 14px;
  line-height: 1.1;
  list-style: none;
}
.ft-timing-list li:first-of-type {
  width: 50%;
}
.ft-timing-list li:last-of-type {
  width: 50%;
}
.ft-timing-list span {
  display: block;
}
.ft-timing-list span:last-of-type {
  margin-top: 8px;
}
.ft-bottom {
  border-top: 1px solid rgba(255, 255, 255, 0.5);
  padding: 15px 0 17.5px 0;
}
.ft-bottom-list {
  list-style: none;
}
.ft-bottom-list li {
  font-size: 12px;
  line-height: 1.2;
}
.ft-bottom-list li:not(:last-of-type) {
  margin-bottom: 10px;
}

/* === Common Style === */
.title-tag {
  font-family: var(--hi-secondary-font);
  text-transform: uppercase;
  color: var(--hi-primary-color);
  line-height: 1.08;
  font-size: 14px;
  font-weight: 500;
  margin-bottom: 5px;
}
.title {
  font-family: var(--hi-primary-font);
  text-transform: capitalize;
  color: rgb(0, 0, 0);
  font-size: 26px;
  font-weight: 600;
  line-height: 1.2;
}
.content {
  margin-top: 10px;
  font-family: var(--hi-secondary-font);
  font-size: 13.5px;
  line-height: 1.35;
  color: var(--hi-gray-color);
}
.btn {
  font-family: var(--hi-secondary-font);
  background-color: var(--hi-primary-bkgd);
  color: var(--hi-white-color);
  font-size: 14px;
  border-radius: 13px;
  padding: 10px 22px;
  transition: var(--hi-transition);
}
.btn:hover {
  background-color: var(--hi-primary-bkgd);
  color: var(--hi-white-color);
}
.spacing {
  padding-top: 70px;
  /* padding-bottom: 70px; */
}

/* ===== Home Page Styles ===== */
/* === Banner Area === */
.banner-sec {
  padding-top: 70.38px;
  height: 100vh;
  position: relative;
}
.banner-bkgd {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  background: #f2fff7;
  width: 100%;
  height: 100%;
  max-height: 100%;
  overflow: hidden;
}
.circle {
  height: 260px;
  width: 260px;
  border-radius: 100%;
  background-color: #589b43;
  opacity: 0.1;
  filter: blur(46px);
}
.ellipse-left {
  position: absolute;
  top: 40px;
  left: -40px;
}
.ellipse-right {
  position: absolute;
  bottom: 20px;
  right: 0px;
}
.bannerSwiper {
  height: 100%;
}
.bannerSwiper .swiper-pagination {
  bottom: 20px;
}
.bannerSwiper .swiper-pagination-bullet {
  height: 10px;
  width: 10px;
  background-color: var(--hi-tertiary-color);
}
.swiper-slide .container {
  height: 100%;
  margin-top: 10%;
  overflow: hidden;
}
.swiper-slide .row {
  height: 90%;
  align-items: flex-end;
  justify-content: center;
}
.banner-content .title {
  font-size: 30px;
  font-weight: 500;
  line-height: 1.15;
}
.banner-content .btn {
  margin-top: 20px;
}
.banner-img {
  margin-top: 10px;
}
.banner-img img {
  max-width: 118%;
}

/* === Home About Area === */
.hm-abt-sec {
  padding-top: 45px;
  padding-bottom: 35px;
}
.hm-abt-img {
  margin-top: 30px;
}
.content-area .btn {
  margin-top: 15px;
}
.hm-abt-sec .title {
  white-space: nowrap;
}

/* === Benefits Area === */
.benefit-sec.spacing {
  padding-bottom: 0;
}
.sec-bkgd {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  height: 100%;
  width: 100%;
}
.sec-circle {
  height: 375px;
  width: 375px;
  border-radius: 100%;
  background-color: var(--hi-primary-color);
  opacity: 0.06;
  filter: blur(46px);
  position: absolute;
}
.sec-ellipse-left {
  top: 50px;
  left: -100px;
}
.sec-ellipse-right {
  bottom: 50px;
  right: -100px;
}
.benefit-list-wrapper {
  text-align: center;
  margin-top: 40px;
  padding-bottom: 190px;
}
.single-benefit-wrapper:not(:last-of-type) {
  margin-bottom: 50px;
}
.single-benefit-icon {
  margin: 0 auto 10px auto;
  height: 78px;
  width: 78px;
}
.single-benefit-content h6 {
  font-size: 18px;
  font-weight: 700;
  color: var(--hi-dark-gray-color);
  line-height: 1.15;
  margin-bottom: 8px;
}
.single-benefit-content p {
  font-family: var(--hi-secondary-font);
  font-size: 14px;
  font-weight: 400;
  color: var(--hi-gray-color);
}
.circle-img-area {
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 100%;
}

/* === Home Menu Area === */
.hm-menu-area.spacing {
  padding-top: 45px;
  padding-bottom: 45px;
}
.menu-wrapper {
  background-color: var(--hi-white-color);
  border-radius: 13px;
  box-shadow: 3px 3px 12px rgba(0, 0, 0, 0.16);
  padding: 15px;
  position: relative;
}
.menu-wrapper::after {
  content: "";
  position: absolute;
  bottom: -20px;
  left: 50%;
  transform: translateX(-50%);
  height: 40px;
  width: calc(100% - 30px);
  background-color: rgba(255, 255, 255, 0.69);
  border-radius: 13px;
}
.hm-menu-area .title-area {
  margin: 30px 0;
}
.menuSlider .swiper-wrapper {
  padding-bottom: 8px;
}
.menuSlider .swiper-slide {
  width: auto;
}
.menuSlider .nav-link {
  background-color: transparent;
  color: var(--hi-secondary-color);
  font-size: 18px;
  font-weight: 600;
  line-height: 1.1;
  border: 1px solid var(--hi-dark-gray-color);
  white-space: nowrap;
  border-radius: 13px;
  min-width: 132px;
  height: 42px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 10px 20px;
}
.menuSlider .nav-link.active {
  background-color: var(--hi-tertiary-color);
  color: var(--hi-white-color);
  border-color: var(--hi-tertiary-color);
}
.custom-swiper-button-next,
.custom-swiper-button-prev {
  display: none;
}
.menuSlider .swiper-pagination-progressbar {
  top: auto;
  bottom: 0;
  height: 2px;
  background: rgba(0, 0, 0, 0.12);
}
.menuSlider .swiper-pagination-progressbar-fill {
  background: var(--hi-primary-bkgd);
}
.tab-container .nav {
  display: block;
  margin-top: 20px;
  padding-right: 20px;
}
.tab-container .nav-item:not(:last-of-type) {
  margin-bottom: 32px;
}
.tab-container .nav-item .nav-link {
  padding: 0;
  pointer-events: none;
}
.item-name-area {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  margin-bottom: 6px;
}
.item-name-area span:nth-child(1) {
  font-size: 16px;
  font-weight: 600;
  color: var(--hi-dark-gray-color);
  line-height: 1.1;
}
.item-name-area span:nth-child(2) {
  font-family: var(--hi-secondary-font);
  font-size: 16px;
  font-weight: 600;
  color: var(--hi-gray-color);
  line-height: 1.1;
}
.nav-link.active .item-name-area span:nth-child(1) {
  color: var(--hi-primary-color);
}
.nav-link.active .item-name-area span:nth-child(2) {
  color: var(--hi-primary-color);
}
.item-detail p {
  font-family: var(--hi-secondary-font);
  font-size: 12px;
  font-weight: 400;
  line-height: 1.3;
  color: var(--hi-gray-color);
}
.menu-item-small-title {
  margin-bottom: 20px;
  width: 100%;
}
.menu-item-small-title h4 {
  font-size: 18px;
  font-weight: 600;
  color: #016e5c;
}
.weight-note {
  margin-top: 2rem;
  font-family: var(--hi-secondary-font);
}
.weight-note p {
  font-size: 12px;
  line-height: 16px;
}
.weight-note p:not(:last-of-type) {
  margin-bottom: 5px;
}
.other-menu-item-container {
  margin-top: 20px;
  text-align: center;
  margin-right: -20px;
}
.other-menu-item-title span {
  font-size: 14px;
  line-height: 1;
}
.other-menu-item-list {
  list-style: none;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  margin-top: 3px;
  font-family: var(--hi-secondary-font);
  max-width: 290px;
  margin-left: auto;
  margin-right: auto;
}
.other-menu-item-list li {
  font-size: 12.5px;
  padding: 4px 8px 4px 8px;
  line-height: 1;
  position: relative;
}
.other-menu-item-list li:not(:last-of-type)::after {
  content: "";
  position: absolute;
  top: 50%;
  right: -2.5px;
  transform: translateY(-50%);
  height: 5px;
  width: 5px;
  background-color: #444444;
  border-radius: 100%;
}
.other-menu-item-list li:nth-child(2)::after {
  display: none;
}
.order-btn {
  display: block;
  margin: 30px auto 15px auto;
  width: 80%;
}
.order-btn .btn {
  width: 100%;
}
.hm-menu-area .order-btn .btn:nth-child(1) {
  margin-bottom: 12px;
}

/* === Home Recipe Area === */
.hm-recipe-sec.spacing {
  /* padding-bottom: 45px; */
}
.card-wrapper {
  margin-top: 35px;
}
.single-card-wrapper {
  background-color: var(--hi-secondary-bkgd);
  border-radius: 13px;
}
.single-card-wrapper:not(:last-of-type) {
  margin-bottom: 25px;
}
.card-img-container img {
  border-top-left-radius: 13px;
  border-top-right-radius: 13px;
  width: 100%;
}
.card-content {
  text-align: center;
  padding: 34px 20px;
}
.card-content .card-title {
  display: -webkit-box;
  color: var(--hi-dark-gray-color);
  font-size: 20px;
  line-height: 1.2;
  line-clamp: 2;
  -webkit-line-clamp: 2;
  box-orient: vertical;
  -webkit-box-orient: vertical;
  overflow: hidden;
  max-width: 100%;
  text-transform: capitalize;
}
.card-content .card-text {
  margin-top: 12px;
  font-family: var(--hi-secondary-font);
  color: var(--hi-dark-gray-color);
  font-size: 13px;
  line-height: 1.3;
  display: -webkit-box;
  line-clamp: 2;
  -webkit-line-clamp: 2;
  box-orient: vertical;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.read-more-btn {
  display: block;
  text-align: center;
  margin-top: 32px;
}
.read-more-btn .btn {
  width: 154px;
}

/* === Testimonial Area Starts === */
.testimonial-sec.spacing {
  padding-bottom: 0;
}
.testi-img-container {
  margin: 60px auto 50px auto;
  height: 68px;
  width: 68px;
  border-radius: 100%;
  background-color: var(--hi-white-color);
  padding: 12px;
  position: relative;
  overflow: visible;
}
.testi-img-container::after {
  content: "";
  width: 35px;
  height: 29px;
  background: url(../img/quotes-icon.svg);
  background-size: cover;
  display: block;
  position: absolute;
  bottom: -15px;
  left: 50%;
  transform: translateX(-50%);
}
.testimonial-content {
  font-family: var(--hi-secondary-font);
  text-align: center;
  color: var(--hi-dark-gray-color);
}
.testimonial-content p {
  font-size: 16px;
  line-height: 1.4;
}
.testimonial-content span:nth-of-type(1) {
  display: block;
  margin-top: 30px;
  font-family: var(--hi-primary-font);
  font-size: 20px;
}
.testimonial-content span:nth-of-type(2) {
  display: block;
  margin-top: 5px;
  font-size: 14px;
}
.testi-img-wrapper {
  margin-top: 40px;
  max-width: 100%;
  padding: 0 20px;
}
.testimonial-swiper-button-next,
.testimonial-swiper-button-prev {
  display: none;
}

/* === Subscribe Area === */
.subscribe-sec {
  padding: 40px 0;
  background: url(../img/bkgd-vector.svg), var(--hi-primary-bkgd);
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}
.subscribe-sec .title {
  color: var(--hi-white-color);
}
.subscribe-sec .content {
  color: var(--hi-white-color);
  margin-top: 5px;
}
.form-container {
  margin-top: 30px;
}
.input-area {
  font-family: var(--hi-secondary-font);
}
.input-area .form-control {
  height: 48px;
  padding: 10px 25px;
  line-height: 1;
  border-radius: 13px;
}
.input-area .form-control::placeholder {
  font-size: 14px;
}
.submit-btn {
  display: block;
  text-align: center;
}
.submit-btn .btn {
  height: 48px;
  margin-top: 25px;
  width: 146px;
  color: var(--hi-white-color);
  background-color: #589b43;
}

/* === Home Blog Area === */
.hm-blog-sec .card-content {
  padding: 20px 35px 35px 35px;
}
.card-middle-box {
  margin-top: -20px;
  position: relative;
  z-index: 2;
}
.card-box {
  margin: auto;
  width: 124px;
  text-align: center;
  border-radius: 13px;
  padding: 10.25px 20px;
  background-color: var(--hi-primary-bkgd);
  font-size: 14px;
  color: var(--hi-white-color);
  font-family: var(--hi-secondary-font);
}
.hm-blog-sec .card-content .card-text {
  line-clamp: 3;
  -webkit-line-clamp: 3;
}

/* ===== About Page Styles ===== */
/* === Inner Pages Banner Area === */
.inner-banner-sec {
  background-color: var(--hi-tertiary-bkgd);
  padding-top: 70.38px;
  margin-bottom: 50px;
}
.inner-banner-container {
  padding: 50px 0;
  color: var(--hi-white-color);
  text-align: center;
  background: url(../img/inner-banner-bkgd.svg), #589b43;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  position: relative;
  top: 50px;
}
.breadcrumb-nav {
  --bs-breadcrumb-divider: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' width='7' height='12' viewBox='0 0 15 20'%3E%3Cdefs%3E%3CclipPath id='b'%3E%3Crect width='15' height='20'/%3E%3C/clipPath%3E%3C/defs%3E%3Cg id='a' clip-path='url(%23b)'%3E%3Cpath d='M5854.6 406.588l13.65 9.593-13.65 10.407' transform='translate(-5854.425 -406.588)' fill='none' stroke='%23fff' stroke-linecap='round' stroke-linejoin='round' stroke-width='2'/%3E%3C/g%3E%3C/svg%3E");
  font-family: var(--hi-secondary-font);
}
.breadcrumb {
  margin-top: 10px;
  justify-content: center;
}
.breadcrumb-item {
  font-size: 14px;
}
.breadcrumb-item + .breadcrumb-item::before {
  position: relative;
  top: 1px;
}

/* === About Area === */
.abt-content::before {
  content: url(../img/quotes-abt-icon.svg);
  display: block;
  position: relative;
  top: -15px;
  height: 100%;
  text-align: center;
}
.abt-content p {
  font-family: var(--hi-secondary-font);
  font-size: 16px;
  line-height: 1.4;
  font-weight: 400;
  color: var(--hi-dark-gray-color);
  text-align: center;
}

/* === About Us Area === */
.about-sec.spacing {
  margin-top: 170px;
  padding-top: 0;
  padding-bottom: 50px;
}
.abt-top-container {
  position: relative;
  top: -170px;
  margin-bottom: -170px;
}
.abt-single-img-wrapper:not(:last-of-type) {
  margin-bottom: 20px;
}
.abt-top-content {
  margin-top: 45px;
}
.abt-item .title {
  margin-bottom: 15px;
}
.abt-item-description {
  font-family: var(--hi-secondary-font);
  font-size: 14px;
  line-height: 1.35;
}
.abt-item-description:not(:last-of-type) {
  margin-bottom: 12px;
}

/* === Mission & Vision Area === */
.mission-sec {
  padding: 45px 0;
}
.mission-flex-container {
  display: flex;
  flex-direction: column;
  min-height: 100%;
}
.mission-flex-item {
  padding: 30px 25px;
}
.mission-flex-item:nth-child(1) {
  /* background-color: #d1e2ab; */
}
.mission-flex-item:nth-child(2) {
  /* background-color: #add1bb; */
}
.mission-flex-item:nth-child(3) {
  /* background-color: #92c7a8; */
}
.mission-flex-item:not(:last-of-type) {
  margin-bottom: 20px;
}
.mission-title {
  font-size: 22px;
  line-height: 1.1;
  color: var(--hi-dark-gray-color);
  margin-bottom: 20px;
  text-align: center;
}
.mission-description {
  font-size: 14px;
  line-height: 1.35;
  color: var(--hi-gray-color);
  font-family: var(--hi-secondary-font);
}
.mission-description:not(:last-of-type) {
  margin-bottom: 10px;
}

/* === Art Gallery Area === */
.gallery-img-spacing {
  margin-bottom: 20px;
}
.single-gallery-img {
  height: 100%;
}
.single-gallery-img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
}

/* ===== Menu Page Styles ===== */
/* === Menu Slider Area === */
.menu-sec .menu-wrapper {
  padding: 0;
  background-color: transparent;
  box-shadow: none;
}
.menu-sec .menu-wrapper::after {
  display: none;
}
.menu-sec .order-btn {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  margin-bottom: 0;
}
.menu-sec .order-btn .btn {
  width: calc((100% / 2) - 5px);
}

/* === Chef Menu Area === */
.chefMenuSlider {
  margin-top: 30px;
}
.chef-menu-single-item:not(:last-of-type) {
  margin-bottom: 20px;
}
.chef-menu-info {
  background-color: #afd8c3;
  padding: 25px 20px;
  font-family: var(--hi-secondary-font);
}
.time-tag {
  font-size: 14px;
  font-weight: 400;
  color: var(--hi-primary-color);
  line-height: 1.05;
  text-transform: uppercase;
}
.chef-menu-item-name {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  width: 100%;
  margin-top: 5px;
  margin-bottom: 10px;
}
.chef-menu-item-name span:nth-child(1) {
  font-family: var(--hi-primary-font);
  font-size: 20px;
  line-height: 1.22;
  color: var(--hi-dark-gray-color);
  font-weight: 500;
  width: 88%;
}
.chef-menu-item-name span:nth-child(2) {
  width: min-content;
  font-size: 20px;
  font-weight: 600;
  color: var(--hi-dark-gray-color);
  width: 12%;
}
.chef-menu-item-detail p {
  font-size: 14px;
  line-height: 1.4;
  color: var(--hi-gray-color);
}
.chef-menu-order-btn {
  margin-top: 15px;
}
.chef-menu-order-btn .btn {
  padding: 12px 30px;
}
.chefMenuSlider-navigation {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 20px;
}
.chefMenuSlider-navigation .custom-swiper-button-next,
.chefMenuSlider-navigation .custom-swiper-button-prev {
  display: block;
}
.chefMenuSlider-navigation .custom-swiper-button-next,
.chefMenuSlider-navigation .custom-swiper-button-prev {
  height: 42px;
  width: 42px;
  border-radius: 100%;
  background-color: #589b43;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 11;
}
.chefMenuSlider-navigation .swiper-button-disabled {
  background-color: #589b43;
}
.chefMenuSlider-navigation .custom-swiper-button-prev {
  margin-right: 14px;
}
.chefMenuSlider-navigation .custom-swiper-button-prev img {
  transform: rotate(180deg);
}

/* ===== Contact Page Styles ===== */
/* === Contact Information Area === */
.single-contact-info-item {
  text-align: center;
}
.single-contact-info-item:not(:last-of-type) {
  margin-bottom: 60px;
}
.single-contact-item-title {
  margin-top: 15px;
  font-size: 22px;
  font-weight: 600;
  color: var(--hi-gray-color);
}
.single-contact-item-links {
  margin-top: 10px;
}
.single-contact-item-links a {
  font-family: var(--hi-secondary-font);
  line-height: 1.4;
  font-size: 16px;
  color: var(--hi-gray-color);
  transition: var(--hi-transition);
}
.single-contact-item-links a:hover {
  color: var(--hi-primary-color);
}
.single-contact-item-links p {
  font-family: var(--hi-secondary-font);
  line-height: 1.4;
  font-size: 16px;
  color: var(--hi-gray-color);
  margin-bottom: 5px;
}

/* === Contact Form Area === */
.contact-info-container {
  background-color: var(--hi-secondary-bkgd);
  padding: 30px;
}
.contact-form-area {
  margin-top: 40px;
}
.single-form-item {
  position: relative;
  margin-bottom: 45px;
}
.single-form-item:nth-child(4) {
  margin-bottom: 0;
}
.single-form-item .form-control {
  display: block;
  border: none;
  border-radius: 0;
  border-bottom: 1px solid #707070;
  background-color: transparent;
  padding: 10px 20px;
}
.form-control:focus {
  box-shadow: none;
  color: var(--hi-dark-gray-color);
  border-color: var(--hi-primary-color);
}
.single-form-item .form-label {
  font-family: var(--hi-secondary-font);
  font-size: 14px;
  color: var(--hi-dark-gray-color);
  margin-bottom: 0;
  position: absolute;
  top: 10px;
  left: 20px;
  pointer-events: none;
  transition: all 0.2s ease;
}
.form-control:focus ~ .form-label {
  top: -15px;
  color: var(--hi-primary-color);
}
.form-control:valid ~ .form-label {
  top: -15px;
  color: var(--hi-primary-color);
}
.bar {
  display: block;
  position: relative;
}
.bar::before,
.bar::after {
  content: "";
  height: 0.5px;
  width: 0;
  bottom: 1px;
  position: absolute;
  background: var(--hi-primary-bkgd);
  transition: all 0.2s ease;
}
.bar::before {
  left: 50%;
}
.bar::after {
  right: 50%;
}
.form-control:focus ~ .bar::before,
.form-control:focus ~ .bar::after {
  width: 50%;
}
.form-submit-btn {
  margin-top: 45px;
}

/* ===== Single Recipe Page Styles ===== */
/* === Nutritions Area === */
.nutrition-info-container {
  margin-top: 20px;
}
.nutrition-title-area {
  margin-bottom: 40px;
}
.nutrition-title-area h4 {
  font-size: 24px;
  line-height: 1.24;
  color: var(--hi-gray-color);
  margin-bottom: 5px;
}
.nutrition-title-area p {
  font-family: var(--hi-secondary-font);
  font-size: 14px;
  line-height: 1.2;
  color: var(--hi-gray-color);
}
.nutrition-info-area {
  margin: 30px 0 30px 0;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}
.nutrition-circle-box {
  width: 66px;
  height: 66px;
  border-radius: 100%;
  background-color: var(--hi-tertiary-color);
  text-align: center;
  padding: 12px;
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: center;
  color: var(--hi-white-color);
}
.nutrition-circle-box span:nth-child(1) {
  font-size: 20px;
  font-weight: 600;
  line-height: 1.1;
  display: block;
  margin-bottom: 3px;
}
.nutrition-circle-box span:nth-child(2) {
  font-size: 12px;
  line-height: 1.1;
  font-family: var(--hi-secondary-font);
  color: #535353;
}
.single-box-info h5 {
  margin-top: 8px;
  font-size: 17px;
  font-weight: 500;
  color: var(--hi-dark-gray-color);
  line-height: 1.1;
  text-align: center;
}
.nutriotion-desciption p {
  font-family: var(--hi-secondary-font);
  font-size: 14px;
  line-height: 1.4;
  color: var(--hi-gray-color);
}
.nutriotion-desciption p:not(:last-of-type) {
  margin-bottom: 15px;
}

/* === Recipe Details Area === */
.recipe-list-container {
  margin-bottom: 50px;
}
.list-title {
  font-size: 20px;
  line-height: 1.1;
  color: var(--hi-dark-gray-color);
  margin-bottom: 20px;
}
.recipe-list li {
  font-family: var(--hi-secondary-font);
  font-size: 14px;
  line-height: 1.4;
  color: var(--hi-gray-color);
  list-style: none;
}
.recipe-list li:not(:last-of-type) {
  margin-bottom: 15px;
}
.recipe-list b {
  color: var(--hi-gray-color);
  font-weight: 700;
}
.hi-list-style li {
  padding-left: 20px;
}
.hi-list-style li {
  position: relative;
  list-style: none;
}
.hi-list-style li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 4px;
  height: 10px;
  width: 10px;
  border-radius: 100%;
  background-color: var(--hi-tertiary-color);
}

/* ===== Blog Detail Page Styles ===== */
/* === Blog Banner Area === */
.blog-banner-title {
  font-size: 22px;
}
.max-char {
  max-width: 20ch;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
/* === Blog Area === */
.blog-detail-container .title-area {
  margin-top: 30px;
}
.blog-date {
  display: block;
  margin-bottom: 4px;
  font-family: var(--hi-secondary-font);
  font-size: 15px;
  color: var(--hi-gray-color);
}
.blog-content-area {
  font-family: var(--hi-secondary-font);
}
.blog-detail-img img {
  width: 100%;
}
.blog-description {
  margin: 30px 0;
}
.blog-description p {
  font-size: 14px;
  color: var(--hi-dark-gray-color);
  line-height: 1.42;
  margin-bottom: 20px;
}
.blog-small-title {
  font-size: 18px;
  font-weight: 600;
  color: var(--hi-gray-color);
  line-height: 1.26;
  margin-bottom: 10px;
}
.blog-desciption-list li {
  font-size: 14px;
  line-height: 1.42;
  padding-left: 15px;
}
.blog-desciption-list li:not(:last-of-type) {
  margin-bottom: 13px;
}
.blog-desciption-list.hi-list-style li::before {
  top: 5.5px;
  width: 7px;
  height: 7px;
  background-color: var(--hi-gray-color);
}
.blog-desciption-list li strong {
  font-weight: 600;
}
.blog-desciption-list li p:not(:last-of-type) {
  margin-bottom: 10px;
}
.blog-desciption-list.hi-list-style.hi-strong-style li::before {
  top: 7.5px;
}
.blog-conclusion-box {
  margin-top: 30px;
  padding: 20px;
  background-color: var(--hi-secondary-bkgd);
}
.blog-conclusion-box p {
  font-size: 14px;
  line-height: 1.42;
  color: var(--hi-gray-color);
}
.blog-conclusion-box p:not(:last-of-type) {
  margin-bottom: 13px;
}
.blog-column-count {
  columns: 4;
}
/*--------- customized -----------*/
.ftr-style p a:hover{color:var(--hi-primary-color) !important;}

.menu-mrg .nav-item{margin-bottom:12px !important;}

.menuheading{margin-top:30px;}