:root {
  --primary-color: #EEB600;
  --primary-sub-color: #FFD54A;
  --primary-methi-color: #0E8A25;
  --primary-methi-sub-color: #6ECA7F;
  --primary-manchurian-color: #4E240B;
  --primary-manchurian-sub-color: #C07C53;
  --primary-peri-color: #EE6300;
  --primary-peri-sub-color: #FFB47E;
  --primary-jeera-color: #0F560F;
  --primary-jeera-sub-color: #649A64;
  --primary-kurkure-color: #543DA1;
  --primary-kurkure-sub-color: #927ED5;
  --primary-maggi-color: #FFC507;
  --primary-maggi-sub-color: #FFD54A;
  --primary-achar-color: #CE3021;
  --primary-achar-sub-color: #F0776B;
  --primary-pani-puri-color: #DC6E23;
  --primary-pani-puri-sub-color: #FFD1A4;
  --primary-chat-color: #9F661F;
  --primary-chat-sub-color: #EBBC80;
  --primary-tomato-color: #981113;
  --primary-tomato-sub-color: #C07C53;
  --primary-jeera-masala-color: #C82212;
  --primary-jeera-masala-sub-color: #FE8A7F;
  --primary-sada-color: #9A699A;
  --primary-sada-sub-color: #D7A1D7;
  --accets-color: #093F17;
  --line-text: #3AC860;
  --title-text: #775C03;
  --secondary-color: #201b18;
  --head-dark: #171717;
  --black-dark: #111;
  --white: #fff;
  --transition: all .4s ease-in-out;
}

*,
*:before,
*:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  text-decoration: none;
  outline: none
}

*,
*:focus {
  outline: none;
  -webkit-tap-highlight-color: #fff0
}

html {
  scroll-behavior: smooth
}

body {
  display: block;
  position: relative;
  font: 400 14px/1.1 "Poppins", sans-serif;
  background: #FAF5E5;
  margin: 0;
  padding: 0;
  -webkit-font-smoothing: antialiased;
  letter-spacing: .3px
}

::-webkit-input-placeholder {
  color: var(--black-dark);
  opacity: 1
}

:-moz-placeholder,
::-moz-placeholder {
  color: var(--black-dark);
  opacity: 1
}

:-ms-input-placeholder {
  color: var(--black-dark);
  opacity: 1
}

a {
  color: #464646;
  text-decoration: none
}

a:hover {
  color: #464646;
  outline: none;
  text-decoration: none
}

img {
  max-width: 100%;
  vertical-align: middle
}

svg {
  display: inline-block;
  vertical-align: middle;
  fill: currentColor
}


.h-100-v {
  min-height: 100vh
}

h1,
.h1,
h2,
.h2,
h3,
.h3,
h4,
.h4,
h5,
.h5,
h6,
.h6 {
  margin: 0 0 20px;
  font-style: normal;
  font-size: 40px;
  color: var(--head-dark);
  font-weight: 700;
  text-transform: capitalize;
  line-height: 1.5;
  position: relative;
  font-family: "Lilita One", sans-serif;
}

h1,
.h1 {
  font-size: 30px
}

h2,
.h2 {
  font-size: 28px;
  line-height: 1
}

h3,
.h3 {
  font-size: 24px
}

h4,
.h4 {
  font-size: 18px
}

h5,
.h5 {
  font-size: 16px
}

h6,
.h6 {
  font-size: 15px
}

p {
  margin: 0 0 15px;
  overflow: hidden;
  text-align: left;
  color: #888;
  font-size: 17px;
  font-weight: 500;
  line-height: 1.58;
  letter-spacing: .3px
}

input,
select,
textarea {
  background: var(--white);
  border: 1px solid rgb(70 70 70/.3);
  width: 100%;
  display: block;
  color: var(--text-dark);
  padding: 11px 16px;
  border-radius: 5px;
  letter-spacing: 0;
  height: auto;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none
}

body .blur-div {
  -webkit-backdrop-filter: blur(16px);
  backdrop-filter: blur(16px);
  bottom: 0;
  -webkit-box-flex: 0;
  -ms-flex: none;
  flex: none;
  height: 100px;
  left: 0;
  -webkit-mask: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0)), to(black)) add;
  -webkit-mask: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 0%, black 100%) add;
  mask: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0)), to(black)) add;
  mask: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, black 100%) add;
  overflow: visible;
  position: fixed;
  right: 0;
  pointer-events: none;
  z-index: 999;
}

input::-webkit-input-placeholder {
  color: rgb(40 40 40/50%)
}

input::-moz-placeholder {
  color: rgb(40 40 40/50%)
}

input:-ms-input-placeholder {
  color: rgb(40 40 40/50%)
}

input:-moz-placeholder {
  color: rgb(40 40 40/50%)
}

textarea {
  min-height: 120px;
  padding: 14px
}

ul {
  list-style: none;
  padding: 0;
  margin: 0
}

strong,
b {
  font-weight: 700
}

table {
  border-spacing: 0;
  border-collapse: collapse
}

section {
  padding: 144px 0 80px 0;
  overflow: hidden;
  position: relative;
  height: 100%
}

.navbar {
  position: fixed;
  top: 41px;
  left: 64px;
  right: 64px;
  padding: 3px 0;
  z-index: 999;
  background-color: transparent;
  transition: var(--transition);
  background-color: var(--accets-color);
  border-radius: 30px;
}

.scrolled {
  position: fixed;
  top: 41px;
  left: 64px;
  right: 64px;
  border-radius: 30px;
  background-color: var(--accets-color);
  padding: 5px 20px;
  transition: var(--transition);
  z-index: 99;
}
.navbar.hide {
  transform: translateY(-100%);
  opacity: 0;
}

.navbar.show {
  transform: translateY(0);
  opacity: 1;
}
.white-logo {
  display: block !important
}

.normal-logo {
  display: none !important
}

.scrolled .white-logo {
  display: none !important
}

.scrolled .normal-logo {
  display: block !important;
  width: 100%;
  max-width: 100%
}

.arrow-icon.active path {
  fill: var(--text-dark) !important
}

.navbar.scrolled .navbar-nav .nav-link {
  color: var(--white)
}

.navbar .navbar-nav .sm-icons .nav-link svg {
  fill: var(--text-dark)
}

.navbar.scrolled .navbar-nav .sm-icons .nav-link svg {
  fill: var(--text-dark)
}

.navbar .container-fluid {
  padding: 0 40px
}

.navbar.scrolled .container-fluid {
  transition: .4s;
  padding: 0 20px
}

.navbar .navbar-nav .nav-link {
  font-size: 21px;
  font-weight: 500 !important;
  color: var(--white);
  opacity: 1;
  margin: 0 16px;
  cursor: pointer;
  text-transform: capitalize;
}

.navbar .navbar-nav .nav-link:hover,
.navbar .navbar-nav .nav-link.active {
  color: var(--white);
  font-weight: 800
}

.navbar.scrolled .navbar-nav .nav-link:hover,
.navbar.scrolled .navbar-nav .nav-link.active {
  color: var(--white) !important;
  font-weight: 800
}

.navbar-brand {
  width: 100%;
  max-width: 13%
}

/* Desktop hover dropdown */
@media(min-width: 992px) {
  .navbar .dropdown:hover .dropdown-menu {
    display: block;
    margin-top: 0;
  }
}

.nav-item .btn {
    padding: 5px 23px;
    border: 2px solid var(--white);
    font-size: 21px;
    text-transform: capitalize;
    border-radius: 40px;
    color: var(--white);
    margin-left: 20px;
    font-weight: 500;
    display: flex;
    align-items: center;
    justify-content: center;
}

.nav-item .btn.bg-white {
  background-color: var(--white);
  color: var(--accets-color);
}

.nav-item .btn span {
    background-color: var(--white);
    padding: 0px 10px;
    border-radius: 50%;
    margin-left: 15px;
    width: 45px;
    display: flex;
    height: 45px;
    line-height: 45px;
}

.nav-item .btn.bg-white span {
  background-color: var(--accets-color);
}

/* .nav-item .btn span img{background-color: var(--accets-color);} */

.about-sections {
  background-image: url(../images/about-us/about-bg.png);
  margin-top: -158px;
  background-repeat: no-repeat;
  background-size: cover;
}

.about-wrapper {
  background: var(--primary-color);
  z-index: 9;
  position: relative;
  border-radius: 30px;
  margin-top: -33px;
  padding-top: 50px;
}

@media screen and (min-width:1240px) {
  .about-sections {
    overflow: auto;
  }

  .container-fluid {
    padding: 0 8%;
  }
}

.section-title {
  margin: 30px 30px 50px;
}

.section-title h2 {
  color: var(--accets-color);
  font-size: 74px;
  font-weight: 500;
  text-align: center;
  line-height: 0.9;
}

.fresh-up-sections .section-title h2 {
  font-size: 84;
}

.section-title h2 span {
  color: var(--primary-color);
}

.section-title p {
  color: var(--title-text);
  font-size: 26px;
  font-weight: 500;
  text-align: center;
  line-height: 1.2;
}


.move-text.style-two {
  height: 47px;
  background-color: var(--accets-color);
  padding: 30px 0;
  padding-bottom: 76px;
  /* padding-top: 0; */
}

.move-text.style-two ul {
  position: absolute;
  top: 50%;
  left: 0;
  z-index: 1;
  transform: translateY(-50%);
  white-space: nowrap;
  animation: mymove 21s linear infinite alternate;
  margin-bottom: 23px;
  bottom: 2px;
}

.move-text-wrapper {
  border-radius: 30px 30px 0 0;
}

@keyframes mymove {
  0% {
    left: 0;
  }

  100% {
    left: -100%;
  }
}

.move-text.style-two ul li {
  font-size: 24px;
  line-height: 1;
  font-weight: 400;
  display: inline-block;
  margin: 0 5px 0 0;
  padding: 0 40px 0 0;
  color: var(--line-text);
  position: relative;
  transition: var(--transition);
  text-transform: uppercase;
  font-family: "Lilita One", sans-serif;
}

.move-text.style-two ul li:after {
  position: absolute;
  top: 68%;
  right: 0px;
  content: "*";
  font-size: 48px;
  font-weight: 400;
  transform: translateY(-50%) rotate(-20deg);
}

.move-text.style-two ul li:nth-child(even) {
  font-weight: 800;
}

.about-item {
  text-align: center;
}

img.product-bg-layer {
  position: absolute;
  top: 0;
  right: 86px;
  bottom: -14px;
  z-index: -1;
}

.about-khakhra {
  padding-bottom: 80px;
}

.about-khakhra .row .col-lg-4:nth-child(2) img.product-bg-layer {
  opacity: 1;
  filter: sepia(1);
}

.about-khakhra img.product-real-img {
  transform: scale(0.9);
}

.about-khakhra .row .col-lg-4:nth-child(2) img.product-real-img {
  margin-top: -50px;
}

.about-item-img {
  margin-bottom: 30px;
}

.about-item-img .product-real-img {
  z-index: 9;
  position: relative;
  text-align: center;
}

.about-item-img {
  text-align: center;
}

.about-info {
  padding: 20px;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
	margin-top: -20px;
}

.about-info p {
  margin: 0;
  font-size: 24px;
  color: var(--accets-color);
  font-weight: 600;
  margin-bottom: 20px;
}

.about-info a span:nth-child(1) {
  background-color: var(--accets-color);
  border-radius: 44px;
  padding: 20px 34px;
  color: var(--primary-color);
  font-size: 22px;
  margin-top: 4px;
  display: inline-block;
}

.about-info a span:nth-child(2) {
  margin-top: -5px;
}

.sub-heading {
  font-family: "Give You Glory", cursive;
  margin-bottom: 20px;
  display: block;
  font-size: 32px;
}

img.flower-element {
  position: absolute;
  left: 0;
  z-index: -1;
}

img.leaf-element {
  position: absolute;
  right: 0;
  width: 8%;
}

.fresh-up-sections img.leaf-element {
  right: 46%;
  width: 8%;
  top: 0;
  transform: rotate(45deg);
  z-index: -1;
}


img.rings-elements {
  position: absolute;
  right: 0;
  top: -10%;
  width: 12%;
  z-index: -1;
}

img.heading-arrows {
  position: absolute;
  top: -5%;
  width: 81%;
  left: 34%;
}

.products-item {
  background: var(--white);
  padding: 24px;
  text-align: center;
  border-radius: 20px;
  margin: 24px;
  border: 13px solid var(--primary-jeera-color);
  border: 12px solid transparent !important;
  border-radius: 38px !important;
  background:
    linear-gradient(#FFF7E4, #FFF7E4) padding-box,
    linear-gradient(135deg, #EEB600 30%, #FFD54A 100%) border-box !important;
  background-clip: padding-box, border-box !important;
}

.products-infomation h4 {
    color: var(--accets-color);
    font-size: 22px;
    margin: 0;
    text-align: left;
    line-height: 1.2;
    font-family: "Poppins", sans-serif;
    margin-bottom: 12px;
}

section.testimonial-sections.pt-0 {
  margin-top: -136px;
}

.title-arrows {
  position: absolute;
  left: 49%;
  top: 19px;
  transform: rotate(322deg);
}

.products-infomation p {
  color: var(--accets-color);
  font-size: 30px;
  margin-bottom: 0;
  font-weight: 400;
}
.producrts-cart a {
    background-color: var(--accets-color);
    padding: 15px;
    border-radius: 15px;
    display: flex;
    margin-top: 10px;
    text-transform: capitalize;
    font-weight: 700;
    font-size: 18px;
    align-items: center;
    color: #fff;
    justify-content: center;
}
.producrts-cart span{margin-right:10px;}
.producrts-cart span img {
    width: 32px;
}
/* .producrts-cart span {
    background-color: var(--primary-color);
    padding: 10px;
    border-radius: 5px;
    display: block;
    margin-top: 0;
    margin-right: 10px;
} */

.products-btn {
  text-align: left;
}

.products-btn .btn {
  background-color: var(--accets-color);
  color: var(--white);
  padding: 14px 30px;
  border-radius: 40px;
  text-transform: capitalize;
  font-size: 20px;
}

img.ring-lines {
  position: absolute;
  right: 0;
  width: 20%;
  z-index: -1;
}

img.rings-second {
  position: absolute;
  left: 0;
  transform: rotate(180deg);
  z-index: -1;
  width: 11%;
  bottom: 0;
}

img.second-flowers {
  position: absolute;
  top: 10%;
  right: 0;
  z-index: -1;
}

img.second-flower-leaves {
  position: absolute;
  bottom: 0;
  width: 5%;
  left: 1%;
  z-index: -1;
}

.plate-sections {
  background-image: url(../images/plate-bg.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  padding: 481px 0 360px;
}





.testimonial-sections .swiper {
  width: 100%;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
}

.testimonial-sections .swiper-slide .testimonial-info {
  text-align: center;
  border-radius: 0px;
  padding: 30px 23px;
  background: #ffffff47;
  display: flex;
  justify-content: start;
  align-items: start;
  flex-direction: column;
  margin-top: 40px;
  margin-bottom: 90px;
  backdrop-filter: blur(10px);
  transition: all 0.4s ease-in-out;
}

.testimonial-sections .swiper-slide .testimonial-info:hover {
  background: #ffffff;
}

.testimonial-sections .swiper-slide img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.testimonial-sections .swiper-pagination-bullet {
  width: var(--swiper-pagination-bullet-width,
      var(--swiper-pagination-bullet-size, 15px));
  height: var(--swiper-pagination-bullet-height,
      var(--swiper-pagination-bullet-size, 15px));
  background: #d9d9d9;
  background: #504b4b;
}

.testimonial-sections .swiper-horizontal>.swiper-pagination-bullets,
.testimonial-sections .swiper-pagination-bullets.swiper-pagination-horizontal,
.testimonial-sections .swiper-pagination-custom,
.testimonial-sections .swiper-pagination-fraction {
  bottom: var(--swiper-pagination-bottom, -4px);
}

.testimonial-sections .swiper-pagination-bullet-active {
  background: var(--primary-text);
}

.testimonial-sections .swiper.testimonial-wrapper {
  padding-top: 59px;
  padding-bottom: 60px;
}

.testimonial-sections .testimonial-items .testimonial-text {
  color: var(--black-dark);
  text-align: left;
  font-size: 16px;
  margin-bottom: 15px;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  line-clamp: 2;
  -webkit-line-clamp: 2;
}

.testimonial-items {
  margin-top: -370px;
}

.testimonial-items .testimonial-title,
.testimonial-info span {
  color: var(--accets-color);
  text-align: left;
  font-size: 28px;
  font-weight: bold;
  font-style: normal;
  margin-bottom: 5px;
  position: relative;
}

.testimonial-info span {
  font-weight: 400;
  margin-right: 5px;
}

.testimonial-info svg {
  margin-top: -18px;
}

.testimonial-items .testimonial-title::before {
  content: "";
  position: absolute;
  left: -23px;
  top: 9px;
  width: 20px;
  height: 1px;
  background-color: var(--white-text-white);
}

.testimonial-img {
  position: relative;
  width: 100px;
  height: 100px;
  height: 70px;
}

.testimonial-img::before {
  content: "";
  position: absolute;
  left: 50%;
  top: -50%;
  transform: translate(-50%, -50%);
  width: 100px;
  height: 100px;
  border-radius: 50%;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}



/* media query  */
@media screen and (min-width: 768px) {
  .testimonial-sections .swiper-pagination-bullet {
    width: var(--swiper-pagination-bullet-width,
        var(--swiper-pagination-bullet-size, 24px));
    height: var(--swiper-pagination-bullet-height,
        var(--swiper-pagination-bullet-size, 24px));
  }

  .section-title::before,
  .section-title::after {
    width: 141px;
  }
}


.custom-prev,
.social-icons-prev,
.custom-next,
.social-icons-next {
  width: 45px;
  height: 45px;
  display: flex;
  justify-content: center;
  align-items: center;
  background: transparent;
}

.custom-prev img,
.social-icons-prev img,
.custom-next img,
.social-icons-next img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

/* Position arrows */
.custom-prev,
.social-icons-prev {
  left: -10px;
}

.custom-next,
.social-icons-next {
  right: -10px;
}

.swiper-button-prev::after,
.swiper-button-next::after {
  display: none;
}


.arrow-control {
  position: absolute;
  bottom: 44px;
  left: 0;
  right: 0;
  width: 100px;
  margin: auto;
}

.insta-sections {
  background-image: url(../images/social-section.png);
  background-repeat: no-repeat;
  background-size: cover;
  padding-bottom: 240px;
}

span.get-btn {
  background: var(--primary-jeera-color);
  color: var(--white);
  padding: 10px 20px;
  border-radius: 40px;
  display: inline-block;
  margin-bottom: 40px;
}

.social-slider .swiper-wrapper {
  margin-bottom: 130px;
}

.social-slider .arrow-control {
  bottom: 69px;
}

.flavor-title {
  margin-bottom: 30px;
}

.flavor-item h6 {
  font-size: 36px;
  color: var(--accets-color);
  margin: 0;
  margin-left: 14px;
}

.flavor-item p {
  font-size: 24px;
  line-height: 1.3;
  padding-right: 60px;
  color: #716C5D;
  font-weight: 500;
}

.flavor-item {
    padding-right: 20px;
    border-right: 2px solid #D3CAAF;
    margin-right: 0;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
	margin-bottom:22px
}

.fresh-up-sections {
  background-image: url(../images/fresh-bg.png);
  background-repeat: no-repeat;
  background-position-y: bottom;
  padding-bottom: 0;
  margin-bottom: 88px;
}


footer {
  background-image: url(../images/footer-bg.png);
  background-repeat: no-repeat;
  padding: 80px 0 20px;
	background-size: cover;
}

.footer-item {
  padding: 85px 12px;
  text-align: center;
  position: relative;
}

.footer-item a {
  font-size: 45px;
  color: var(--primary-color);
  font-family: "Poppins", sans-serif;
  text-align: center;
  font-weight: 600;
  letter-spacing: -1px;
}

.footer-item img {
  position: absolute;
  bottom: 52%;
  left: 0;
}

.copyright {
  padding: 20px 0;
}

.copyright p {
  margin: 0;
  text-align: center;
  color: #fff;
  letter-spacing: 1.4px;
  text-transform: capitalize;
}

img.flavor-leave-bottom {
  position: absolute;
  bottom: 0px;
  width: 4%;
}

.about-page-items-content h5 {
  font-size: 36px;
  color: var(--accets-color);
}

.about-page-items-content p {
  font-size: 27px;
  color: #716C5D;
  font-weight: 500;
}

.about-content-items-inner {
  margin: 60px 0;
}

@media screen and (min-width:1024px) {
  .about-page-wrapper .about-content-items-inner:nth-child(odd) {}

  .about-page-wrapper .about-content-items-inner:nth-child(odd) .col-lg-6:nth-child(1) {
    order: 2;
  }

  .about-page-wrapper .about-content-items-inner:nth-child(even) .col-lg-6 .about-page-items-content {
    padding-left: 40px;
  }

  .about-page-wrapper .about-content-items-inner:nth-child(odd) .col-lg-6:nth-child(2) {
    order: 1;
  }

  .about-page-wrapper .about-content-items-inner:nth-child(odd) .col-lg-6 .about-page-items-content {
    padding-right: 40px;
  }
}

.quality-sections {
  background-image: url(../images/about-us/quality-bg.png);
  background-size: cover;
  background-position: center;
  width: 100%;
  position: relative;
  padding: 150px 0;
}



.quality-list span img {
  width: 100%;
}

.quality-item-list {
  border-bottom: 3px solid #775C03;
  margin-left: 0;
  margin-bottom: 20px;
}

.quality-item-list h5 {
  font-size: 36px;
  color: var(--accets-color);
  margin-bottom: 5px;
}

.quality-item-list p {
  font-size: 24px;
  color: #775C03;
  line-height: 1.2;
  font-weight: 500;
}

.commitment-sections {
  padding: 100px 0 0;
}

.commitment-img {
  margin-top: -500px;
}

.commitment-sections .section-title {
  z-index: 99;
  position: relative;
}





.tc-header-preview {
  position: relative;
  background: url(../images/updated_img/product-section-hero-image.png) no-repeat;
  background-size: cover;
  background-position: center;
  height: 100vh;
  width: 100%;
}

.tc-header-preview.about-us-page {
  background: url(../images/updated_img/counter-section-2.png) no-repeat;
}

.product-hero-content {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}


.prodcut-banner .product-hero-content span {
  color: var(--accets-color);
}

.prodcut-banner .product-hero-content h2 {
  color: var(--accets-color);
  font-size: 84px;
}

.prodcut-banner .product-hero-content p {
  color: var(--title-text);
  font-size: 24px;
  font-weight: 500;
}


.tc-header-preview .slider-card .info {
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 100%;
  z-index: 1;
  color: #fff
}

.tc-header-preview .slider-card .info h5 {
  translate: none;
  rotate: none;
  scale: none;
  opacity: 1 !important;
  transform: translate(0, 0) !important;
  line-height: 1.2;
}

.tc-header-preview .slider-card .info h5 {
  font-size: calc(3vw + 15px);
  font-weight: 700;
  line-height: 1;
  text-shadow: 0 4px 4px rgb(0 0 0 / .25);
  text-transform: uppercase;
  color: var(--white);
}

.product-abt {
  overflow: auto;
  background: transparent;
  /* height: 100vh; */

}

.product-abt .product-abt-wrapper {
  background-image: url(https://madhavfood.com/wp-content/uploads/2026/01/deal-section.png);
  z-index: 9;
  position: relative;
  border-radius: 30px;
  margin-top: -33px;
  padding-top: 50px;
  /* padding-bottom: 100px; */
  background-size: cover;
  background-repeat: no-repeat;
  background-position: right;
}

.p-title {
  padding: 100px 0;
}

.p-title h2 {
  color: #fff;
  font-size: 74px;
  padding-left: 75px;
}

.p-title h2 span {
  color: var(--primary-color);
  font-size: 74px;
}

.p-title img {
  margin: 30px 0;
}

.product-abt-wrapper .about-info a span:nth-child(1) {
  background-color: #fff;
  color: #344495;
}

.product-abt-wrapper .about-info {
  padding-left: 75px !important;
}

.product-abt .move-text.style-two {
  background-color: #101632 !important;
}

.product-abt .move-text.style-two ul li {
  color: #616C9E;
}

.khakhra-offer-section {
  /* background: #F6F0E2; */
}

.khakhra-offer-section h2 {
  color: var(--accets-color);
  font-size: 84px;
  margin-bottom: 50px;
}

.khakhra-offer-section .about-info {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  flex-direction: row !important;
  column-gap: 2rem;
}
.khakhra-offer-section .about-info span.products-add-cart-btn a{
    background-color: var(--accets-color);
    padding: 12px 15px;
    border-radius: 15px;
    display: flex;
    margin-top: 10px;
    text-transform: capitalize;
    font-weight: 500;
    font-size: 18px;
    align-items: center;
    color: #fff;
    justify-content: center;
    width: 100%;
}
.khakhra-offer-section .about-info span.products-add-cart-btn {
	width:100%;
}
.khakhra-offer-section .about-info span.products-add-cart-btn a img {
    margin-right: 14px;
    width: 30px;
}
/* Outer border like screenshot */
.kh-card {
  border: 3px solid #E3B13A;
  border-radius: 14px;
  padding: 8px;
  background: transparent;
}

.kh-card {
  /* border thickness */
  border: 12px solid transparent !important;
  border-radius: 38px !important;


  /* inner background + outer gradient border */
  background:
    linear-gradient(#FFF7E4, #FFF7E4) padding-box,
    linear-gradient(135deg, #EEB600 30%, #FFD54A 100%) border-box !important;


  background-clip: padding-box, border-box !important;


  /* safety: kill old borders/shadows */
  box-shadow: none !important;
}

/* Inner white card */
.kh-card-inner {
  background: #FFF7E8;
  border-radius: 10px;
  position: relative;
  min-height: 190px;
  overflow: hidden;
}

/* Offer badge */
.kh-badge {
  position: absolute;
  top: 0;
  right: 0;
  background: #0E5A2A;
  color: #fff;
  font-weight: 800;
  font-size: 13px;
  padding: 10px 14px;
  border-bottom-left-radius: 14px;
  letter-spacing: .3px;
  z-index: 2;
}

.kh-left {
  padding: 18px 16px 18px 18px;
}

.kh-title {
  font-weight: 800;
  color: #0E5A2A;
  line-height: 1;
  margin: 0 0 12px 0;
  font-size: 32px;
  font-family: "Poppins", sans-serif;
  ;
}

.kh-label {
  color: #6B6B6B;
  font-weight: 700;
  font-size: 24px;
  margin: 25px 0 15px;
}

.kh-price {
  color: #093F17;
  font-size: 24px;
  font-weight: 500;
}

.kh-text {
  color: #736845;
  font-size: 18px;
  line-height: 1.3;
}

.kh-price {
  color: #0E5A2A;
  font-weight: 500;
  font-size: 24px;
  margin-bottom: 15px;
}

.kh-old {
  color: #257C3C;
  font-weight: 800;
  text-decoration: line-through;
  font-size: 16px;
  margin-bottom: 4px;
}

.kh-new {
  color: #0E5A2A;
  font-weight: 800;
  font-size: 28px;
}

.kh-off {
  color: #0E5A2A;
  font-weight: 900;
  font-size: 13px;
}

.kh-actions {
  display: flex;
  align-items: center;
  gap: 10px;
}

.kh-btn {
  background: #0E5A2A;
  border-color: #0E5A2A;
  color: #fff;
  font-weight: 700;
  padding: 8px 16px;
  border-radius: 22px;
  font-size: 13px;
}

.kh-btn:hover {
  background: #0B4A22;
  border-color: #0B4A22;
  color: #fff;
}

.kh-cart {
  width: 44px;
  height: 36px;
  border: 2px solid #E3B13A;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 8px;
  background: #FFF;
  text-decoration: none;
}

.kh-right {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 12px 12px 12px 0;
}

.kh-pack {
  /* max-width:160px; */
  width: 100%;
  height: auto;
  display: block;
}

/* Responsive: keep same feel */
@media (max-width: 767.98px) {
  .kh-right {
    padding: 0 12px 18px 12px;
  }

  .kh-left {
    padding: 18px;
  }

  .kh-pack {
    max-width: 190px;
  }
}


img.vector-3 {
  position: absolute;
  top: auto;
  left: 0;
  z-index: -1;
  bottom: 10%;
}

img.vector-ring {
  position: absolute;
  right: 0;
  bottom: 39%;
  z-index: -1;
}

img.vector-leaf {
  position: absolute;
  right: 0;
  top: 10%;
  z-index: -1;
}

.namkeens-sections img.vector-leaf {
  right: auto;
  left: 0;
}

img.vector-flower {
  position: absolute;
  top: 21%;
  left: -1%;
  z-index: -1;
}

img.vector-leavse {
  position: absolute;
  left: 9%;
  z-index: -1;
}


.contact-details {
  margin-top: 60px;
}

.contact-details-info {
  display: flex;
  align-items: flex-start;
}

.contact-icons {
  width: 55px;
  height: 55px;
  background: #2d85361a;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
}

.contact-details-info {
  margin-bottom: 30px;
}

.contact-details-us {
  margin-left: 10px;
}

.contact-details-us h6 {
  margin-bottom: 5px;
  font-size: 22px;
  text-transform: capitalize;
  font-weight: 200;
}

.contact-details-us p {
  font-size: 20px;
  font-weight: 500;
}

.contact-us-form {
  background: #fff;
  padding: 50px;
  border-radius: 21px;
  text-align: center;
}

.contact-us-form h4 {
  text-align: center;
  font-size: 32px;
  margin-bottom: 30px;
  text-transform: capitalize;
  font-weight: 700;
  font-family: "Poppins", sans-serif;
  ;
}

.contact-us-form .form-group {
  margin-bottom: 30px;
}

.contact-us-form input,
.contact-us-form textarea {
  border-radius: 30px;
  padding: 15px;
  font-size: 19px;
}

.contact-us-form input[type="submit"] {
  background-color: var(--primary-color);
  color: var(--accets-color);
  border: none;
  padding: 12px 32px;
  font-size: 19px;
  font-weight: 600;
  border-radius: 6px;
  cursor: pointer;
  transition: all 0.3s ease;
}

.contact-us-form input[type="submit"]:hover {
  background-color: var(--accets-color);
  color: var(--primary-color);
  transform: translateY(-2px);
}

.contact-us-form input[type="submit"]:focus {
  outline: none;
  box-shadow: 0 0 0 3px rgba(217, 38, 32, 0.35);
}

.contact-us-form input[type="submit"]:disabled {
  background: #ccc;
  cursor: not-allowed;
}

.khakhra-wrapper-one {
    display: flex;
    align-items: center;
    justify-content: baseline;
}

.testimonial-wrapper{padding-top: 12%;}

#fanta {
	position: absolute;
	width: 35%;
	z-index: 2;
	transition: all cubic-bezier(0.19, 1, 0.22, 1)0.5s;
	top: 0%;
	left: 30%;
	right: 0;
}

#fanta-two {
	position: absolute;
	width: 35%;
	z-index: 2;
	transition: all cubic-bezier(0.19, 1, 0.22, 1)0.5s;
	top: 0%;
	left: 20%;
	right: 0;
}

#fanta,
#fanta-two{
	display: block;
}




.products-img .swiper-button-prev > .arrow, .products-img .swiper-button-next > .arrow {
    color: var(--accets-color);
    font-size: 22px;
    opacity: 0;
    transition: all 0.2s ease-in-out;
}

.products-img:hover .swiper-button-prev > .arrow, .products-img:hover .swiper-button-next > .arrow {
  
    opacity: 1;
}


/* ======== styles =========== */
.cart-btn {
  position: relative;
}

.cart-count-badge {
  position: absolute;
  top: 10px;
  right: 10px;
  background: #ff3d3d;
  color: #fff;
  font-size: 11px;
  font-weight: 600;
  padding: 3px 6px !important;
  border-radius: 50% !important;
  line-height: 1;
  min-width: 18px;
  text-align: center;
}

/* offer Timer css */
.offer-timer-wrapper {
  background: rgb(244 244 244 / 60%);
  border: solid rgb(244 244 244);
  border-left: none;
  border-radius: 0 20px 20px 0;
  padding: 40px 40px 20px 150px; 
}

.offer-timer {
  display: flex;
  align-items: baseline;
  gap: 8px;
  font-size: 56px;
  font-weight: 800;
  color: #0b133d;

}

.offer-timer-wrapper .label {
  font-size: 20px;
  font-weight: 600;
}

.offer-timer .expired {
  font-size: 28px;
  color: #d63031;
  font-weight: 700;
}

.net-weight {
    font-weight: 600;
    font-size: 14px;
    line-height: 20px;
    letter-spacing: 0;
    padding: 12px;
    width: max-content;
    background: #2d85361a;
    border-radius: 20px;
    color: #2d8536;
/*     margin: 16px 0px; */
	display: block;
	
}

/* Proceed to Checkout Button */
.woocommerce-cart .checkout-button {
  background-color: var(--accets-color);
  color: var(--primary-color);
  border-radius: 40px;
  padding: 14px 36px;
  font-size: 20px;
  font-weight: 700;
  transition: var(--transition);
  border: none;
}

.woocommerce-cart .checkout-button:hover {
  background-color: var(--primary-color);
  color: var(--accets-color);
}

.wc-block-cart__submit-container {
  background-color: var(--accets-color) !important;
  color: var(--white) !important;
  padding: 14px 30px !important;
  border-radius: 40px !important;
  text-transform: capitalize !important;
  font-size: 20px !important;
}

.wc-block-components-button__text {
  color: var(--white) !important;
}

.wc-block-components-product-name {
  font-weight: 800  !important;
  color: #0E5A2A  !important;
  line-height: 1  !important;
  margin: 0 0 12px 0  !important;
  font-size: 22px  !important;
  font-family: "Poppins", sans-serif  !important;
}    

.wc-block-components-checkout-place-order-button {
  background-color: var(--accets-color) !important;
  color: var(--white) !important;
  padding: 14px 30px !important;
  border-radius: 40px !important;
  text-transform: capitalize !important;
  font-size: 20px !important;
}

/* .wc-block-components-product-price__value {
  color: #0E5A2A;
  font-weight: 500;
  font-size: 24px;
  margin-bottom: 15px;
} */

.woocommerce-cart .checkout-button,
.woocommerce-cart a.checkout-button {
  background: var(--accets-color) !important;
  color: var(--primary-color) !important;
  border-radius: 40px !important;
  padding: 14px 36px !important;
  font-size: 20px !important;
  font-weight: 700 !important;
}

dl, ol, ul {
	margin: 0 0 15px;
    overflow: hidden;
    color: #888;
    font-size: 17px;
    font-weight: 500;
    line-height: 1.58;
    letter-spacing: .3px;
}

  .woocommerce a.added_to_cart {
    display: none !important;
  }

.wc-forward {
    display: none !important;
}
.banner-arrow-control {
    position: absolute;
    bottom: 60px;
    max-width: 80%;
    margin: auto;
    text-align: center;
    right: 0;
    left: 0;
}
.banner-custom-prev, .banner-custom-next{
    width: 50px;
}
.review-stars{display:flex;align-items:center;}
.add-to-carts-about a span:nth-child(1){padding:0;}
.footer-fssai-parts{text-align:end}
span.footer-fssai {
    color: #fff;
    font-size: 25px;
    display: inline-block;
    text-align: end;
    font-weight: 600;
    border: 1px solid #fff;
    padding: 20px;
    border-radius: 16px;
}