* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

body {
  font-family: 'Open Sans', sans-serif;
}

h1,
h2,
h3,
h4,
h5 {
  font-family: 'Plus Jakarta Sans', sans-serif;
}

.top-head-bar {
  display: flex;
  justify-content: space-between;
  padding: 15px 8px;
  align-items: center;
  border-bottom: 1px solid #fff;
}

.hero-slider .slide {
  position: relative;
  height: 141vh;
}

.hero-slider .slide::before {
  content: '';
  position: absolute;
  inset: 0;
}

.container p {
  padding: 0;
  margin: 93px 0;
}

.overlay-content {
  position: absolute;
  top: 208px;
  left: 50%;
  transform: translate(-50%, -50%);

  text-align: center;
  width: 90%;
  max-width: 850px;
  z-index: 2;
}

.overlay-content h1 {
  font-size: 52px;
  color: #4a2e1f;
  margin-bottom: 10px;
  font-weight: 700;
}

.overlay-content h3 {
  font-size: 26px;
  color: #5c7c4f;
  margin-bottom: 10px;
}

.overlay-content p {
  font-size: 16px;
  color: #000 !important;
  margin-bottom: 25px;
}

.trusted {
  display: inline-block;
  background: linear-gradient(135deg, #fff7e6, #ffe8c7);
  border: 2px solid #f5c27a;
  border-radius: 50px;
  padding: 14px 30px;
  margin: 20px 0;
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.15);
}

.trusted h2,
.trusted p:first-child {
  font-size: 18px;
  color: #000 !important;
  margin: 0;
}

.trusted span {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 6px;
  font-size: 24px;
  font-weight: 700;
  color: #c0392b;
  margin: 5px 0;
}

.trusted span img {
  border-radius: 50%;
  width: 44px !important;
}

/* small text */
.trusted p:last-child {
  font-size: 12px;
  color: #6b5e4a;
  margin: 0;
}

/* Buttons */
.buttons {
  margin-top: 15px;
}

.btn {
  padding: 12px 30px;
  border-radius: 30px;
  text-decoration: none;
  margin: 5px;
  font-weight: 600;
  display: inline-block;
}

.btn.primary {
  background: linear-gradient(45deg, #f39c12, #ffb347);
  color: #fff;
}

.btn.secondary {
  background: #fff;
  color: #333;
  border: 1px solid #ddd;
}

/* Mobile */
@media (max-width: 768px) {
  .overlay-content h1 {
    font-size: 32px;
  }

  .overlay-content h3 {
    font-size: 18px;
  }
}

.divider {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 30px 0;
}

form.newsletter-form-inner {
  display: flex;
  flex-wrap: nowrap;
  gap: 10px;
  width: 100%;
}

.divider::before,
.divider::after {
  content: '';
  flex: 1;
  height: 2px;
  background: #c8a96a;
  /* golden color */
}

.divider::before {
  margin-right: 15px;
}

.divider::after {
  margin-left: 15px;
}

.diamond {
  width: 12px;
  height: 12px;
  background: #c8a96a;
  transform: rotate(45deg);
  position: relative;
}

.diamond::before,
.diamond::after {
  content: '';
  position: absolute;
  width: 6px;
  height: 6px;
  border: 2px solid #c8a96a;
  transform: rotate(45deg);
}

.diamond::before {
  top: -12px;
  left: 3px;
}

.diamond::after {
  bottom: -12px;
  left: 3px;
}

.provide-tetsimonails-section h2 {
  text-align: center;
  font-size: 30px;
  font-weight: 800;
}

.iskon-section {
  color: #d85c41;
}

.provide-tetsimonails-section p {
  text-align: center;
  font-size: 30px;
  margin: 0;
}

.home-slider .owl-nav {
  display: block !important;
}

.home-slider .owl-nav button {
  display: block !important;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  background: #d85c41 !important;
  color: #fff !important;
  padding: 10px !important;
  height: 50px;
  width: 50px;
  font-size: 34px !important;
  line-height: 41px !important;
}

.home-slider .owl-prev {
  left: 10px;
}

.home-slider .owl-next {
  right: 10px;
}

.slider-btn {
  display: inline-block;
  padding: 10px 20px;
  background: red;
  color: #fff;
  text-decoration: none;
  border-radius: 5px;
}

/*  */

.top-head {
  padding: 0 10px;
}

/* .item {
    background-color: #fff;
    padding: 10px;
} */

a.area-section {
  text-decoration: none;
  color: #000;
}

.head-logo img {
  /* width: 60px; */
  height: 60px;
}

p.star-rate {
  color: #d85c41;
}

h5.product-title a {
  text-decoration: none;
  color: #000;
}

.head-navbar ul {
  display: flex;
  padding: 0 0 0 30px;
  margin: 0;
  gap: 50px;
}

.head-icons ul {
  display: flex;
  margin: 0;
  padding: 0;
  gap: 10px;
}

.custom-price del {
  text-decoration: line-through;
}

.custom-price ins {
  text-decoration: none;
}

.head-navbar ul li a {
  text-decoration: none;
  text-transform: uppercase;
  font-size: 16px;
  font-weight: 600;
  color: #000;
}

.head-icons ul li a {
  color: #000;
  font-size: 16px;
}

.startpage {
  background-repeat: no-repeat;
  padding: 0 0 50px;
  background-size: cover;
  background-position: center;
  border-radius: 0 0 50px 50px;
}

.home-title h2 {
  font-size: 150px;
  /* text-transform: capitalize; */
  color: #fff;
  text-align: center;
  line-height: 100%;
}

.home-title img {
  position: absolute;
  width: 467px !important;
  height: 100%;
  top: 50px;
  object-fit: cover;
  right: 33%;
  border-radius: 10px;
}

.home-title {
  padding: 100px 0 0;
  position: relative;
  text-align: center;
}

.yith-wcwl-add-to-wishlist {
  opacity: 1 !important;
  visibility: visible !important;
  display: block !important;
}

h2.home-subtitle {
  color: transparent;
  z-index: 10;
  -webkit-text-stroke: #fff;
  -webkit-text-stroke-width: 2px;
  position: absolute;
  left: 0;
  right: 0;
  top: 100px;
}

a.text-section {
  text-decoration: none;
  color: #000;
}

.home-txt {
  width: 49%;
}

.home-content {
  margin: 50px 0 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0 80px;
}

.home-txt p {
  font-size: 16px;
  font-weight: 400;
  color: #fff;
  margin: 0 0 50px;
  line-height: 27px;
  letter-spacing: 0%;
}

.home-txt a {
  text-decoration: none;
  text-transform: uppercase;
  color: #fff;
  background-color: #d85c41;
  padding: 10px 15px;
  border-radius: 20px;
  letter-spacing: -0.3px;
  line-height: 100%;
}

.home-txt a span {
  margin: 0 0 0 10px;
}

.home-content-logo {
  position: relative;
  width: 35%;
  text-align: center;
}

.content-logo1 {
  width: 165px !important;
  height: 165px !important;
}

img.content-logo2 {
  width: 60px !important;
  height: 60px !important;
  position: absolute;
  top: 50px;
  right: 75%;
  filter: invert(1);
}

.sales-cards {
  padding: 0 80px;
  display: flex;
  gap: 20px;
  margin: 80px 0;
}

.sale-card {
  width: 100%;
  min-height: 320px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  position: relative;
  padding: 0 15px;
  border-radius: 30px;
}

.shop-products .shop-card {
  width: calc(25% - 20px);
}

.sale-card p {
  font-size: 14px;
  text-transform: uppercase;
  font-weight: 600;
  margin: 30px 0 10px;
  color: #37513d;
  letter-spacing: 1.5px;
  line-height: 100%;
}

.offer1 {
  color: #fff !important;
}

.sale-card h3 {
  font-size: 42px;
  text-transform: capitalize;
  font-weight: 700;
  color: #fff;
  line-height: 100%;
}

.sale-card a {
  position: absolute;
  bottom: 30px;
  text-decoration: none;
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 600;
  color: #fff;
  background-color: #d85c41;
  padding: 8px 12px;
  border-radius: 30px;
  letter-spacing: -0.3px;
  line-height: 100%;
  padding-left: 22px;
}

.offer2 {
  color: #d85c41 !important;
}

.sale-card a span {
  margin: 0 0 0 0px;
}

.shopbutton2 {
  background-color: #37513d !important;
}

.shop-products-txt {
  text-align: center;
}

.shop-products-txt h2 {
  font-size: 52px;
  text-transform: capitalize;
  font-weight: 800;
  margin: 8px 0 30px;
  color: #000000 !important;
  letter-spacing: 0% !important;
}

.product-cards {
  display: flex;
  gap: 20px;
  flex-wrap: wrap;
}

.shop-card img {
  width: 305px;
  height: 310px;
  object-fit: cover;
}

.shop-card h5,
.product-cards-slider .product-title {
  margin: 12px 0;
  text-transform: capitalize;
  font-size: 22px;
  font-weight: 600;
  line-height: 100%;
  letter-spacing: 0% !important;
}

.shop-card p,
.product-cards-slider p {
  font-size: 14px;
  font-weight: 700;
  color: #bebebe;
  line-height: 1;
  letter-spacing: 0;
  display: flex;
  justify-content: space-between;
  /* LEFT + RIGHT */
  align-items: center;
  width: 100%;
}

.custom-price ins span.woocommerce-Price-amount.amount {
  color: #d85c41;
}

.shop-card p span {
  /* text-decoration: line-through; */
  margin: 0 0 0 2px;
}

.shop-card {
  position: relative;
  display: grid;
}

.shop-card .cart-btn {
  margin: 0 auto;
  width: 74%;
  position: absolute;
  bottom: 100px;
  right: 0;
  left: 0;
  text-decoration: none;
  text-transform: uppercase;
  color: #fff;
  font-size: 14px;
  background-color: #d85c41;
  padding: 11px 11px;
  border-radius: 30px;
  display: none;
  font-weight: 600;
  line-height: 100%;
}

.cart-btn span {
  margin: 0 5px 0 0;
}

.btn-section {
  float: left;
  margin: 7px 0 !important;
}

.shop-card ul {
  list-style: none;
  position: absolute;
  top: 10px;
  right: 15px;
  display: none;
}

.shop-card ul li a {
  display: flex;
  text-decoration: none;
  color: #fff;
  width: 40px;
  height: 40px;
  background-color: #d85c41;
  margin: 0 0 10px;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
}

.product-btn {
  text-align: center;
  margin: 80px 0 0;
}

.product-btn a {
  text-decoration: none;
  text-transform: uppercase;
  color: #fff;
  background-color: #d85c41;
  padding: 10px 15px;
  border-radius: 20px;
  letter-spacing: -0.3px;
  font-size: 15px;
  font-weight: 600;
  line-height: 100% !important;
  display: inline-block;
  padding-left: 22px;
}

.product-btn a span {
  margin: 0 0 0 0px;
}

.testinomials-txt {
  text-align: center;
}

.website-title-global h5 {
  font-size: 15px;
  letter-spacing: 2.5px;
  color: #d85c41;
  font-weight: 700;
  text-transform: uppercase;
  margin: 0 0 7px;
}

.website-title-global h2 {
  font-size: 45px;
  text-transform: capitalize;
  font-weight: 800;
  margin: 0;
  color: #000000 !important;
  letter-spacing: 0% !important;
}

.author-abt img {
  width: 72px !important;
  height: 72px;
  object-fit: cover;
  border-radius: 50%;
}

.author-abt {
  display: flex;
  align-items: center;
}

.author-name {
  margin: 0 0 0 10px;
}

.testinomials {
  padding: 80px 0;
  background-color: #fff8f3;
  border-radius: 0 0 50px 50px;
  position: relative;
  overflow: hidden;
  margin: 80px 0;
}

#ratingslide .star-rate {
  color: #d85c41 !important;
}

.author-name h5 {
  font-size: 20px !important;
  text-transform: capitalize;
  font-weight: 700 !important;
  margin: 0 0 5px !important;
  line-height: 100% !important;
  color: #000000;
}

.author-name p {
  font-size: 18px;
  text-transform: capitalize;
  font-weight: 500;
  color: #000 !important;
}

div#ratingslide h5 {
  font-size: 22px;
  font-weight: 500;
  line-height: 36px;
  margin: 25px 0;
}

div#ratingslide {
  background-color: #fff;
  padding: 25px;
  margin: 0 0 20px;
}

.testinomials-slider button.owl-dot span {
  background-color: #d85d4157 !important;
}

.testinomials-slider button.owl-dot.active span {
  background-color: #d85c41 !important;
  width: 50px;
}

.latest-products-head {
  text-align: center;
}

.latest-products {
  margin: 80px 0;
}

.latest-products-inner-wrapper {
  padding-inline: 50px;
}

#productslide img {
  height: 310px;
  object-fit: cover;
}

#productslide p span {
  margin: 0 0 0 2px;
}

#productslide .cart-btn {
  margin: 0 auto;
  width: 74%;
  position: absolute;
  bottom: 100px;
  right: 0;
  left: 0;
  text-decoration: none;
  text-transform: uppercase;
  color: #fff;
  font-size: 14px;
  background-color: #d85c41;
  padding: 11px 34px;
  border-radius: 30px;
  display: none;
  font-weight: 600;
  line-height: 100%;
}

#productslide:hover .cart-btn {
  display: block;
}

#productslide ul li a {
  display: flex;
  text-decoration: none;
  color: #fff;
  width: 40px;
  height: 40px;
  background-color: #d85c41;
  margin: 0 0 10px;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
}

#productslide {
  margin: 0 0 20px;
}

#productslide ul {
  list-style: none;
  position: absolute;
  top: 10px;
  right: 15px;
  display: none;
}

#productslide:hover ul {
  display: block;
}

.latest-products-slider {
  position: relative;
}

.latest-products-slider button.owl-next {
  position: absolute;
  top: 40%;
  right: -25px;
}

.latest-products-slider button.owl-next:hover {
  background: none !important;
}

.latest-products-slider button.owl-prev:hover {
  background: none !important;
}

.latest-products-slider button.owl-next span {
  display: flex;
  text-decoration: none;
  color: #fff;
  width: 40px;
  height: 40px;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  background-color: #d85c41;
  font-size: 21px;
}

.latest-products-slider button.owl-prev {
  position: absolute;
  top: 40%;
  left: -25px;
}

.latest-products-slider button.owl-prev span {
  display: flex;
  text-decoration: none;
  color: #fff;
  width: 40px;
  height: 40px;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  background-color: #d85c41;
  font-size: 22px;
}

.latest-products-slider button.owl-dot span {
  background-color: #d85d4157 !important;
}

.latest-products-slider button.owl-dot.active span {
  background-color: #d85c41 !important;
  width: 50px;
}

.voucher-cards {
  margin: 80px 0;
}

.voucher-cards-inner-wrapper {
  display: flex;
  padding-inline: 50px;
  gap: 20px;
}

.voucher-card {
  width: 100%;
  min-height: 320px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  position: relative;
  padding: 0 15px;
  /* border-radius: 30px; */
}

.voucher-card h3 {
  font-size: 32px;
  font-weight: 800;
  margin: 30px 0 10px;
  color: #ffffff;
  letter-spacing: 1.5px;
  line-height: 100%;
}

.voucher-card p {
  font-size: 16px;
  font-weight: 600;
  color: #ffffff;
  line-height: 100%;
}

.voucher-card a {
  position: absolute;
  bottom: 30px;
  text-decoration: none;
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 600;
  color: #fff;
  background-color: #d85c41;
  padding: 8px 12px;
  border-radius: 30px;
  letter-spacing: -0.3px;
  padding-left: 22px;
}

.voucher-card a span {
  margin: 0 0 0 0px;
}

.quality-list {
  margin: 80px 0;
}

.quality-list-inner-wrapper {
  padding-inline: 50px;
}

.quality-list ul li img {
  width: 60px;
  height: 60px;
  object-fit: cover;
  filter: invert(39%) sepia(78%) saturate(500%) hue-rotate(330deg) brightness(95%) contrast(90%);
}

.quality-list ul {
  display: flex;
  justify-content: space-between;
  padding: 0 50px;
  overflow: hidden !important;
  margin-bottom: 0;
}

.quality-list ul li p {
  font-size: 22px;
  text-transform: capitalize;
  font-weight: 600;
  margin: 10px 0 0;
  color: #000000;
}

.quality-list ul li {
  text-align: center;
}

.news-articles {
  margin: 0;
  padding: 80px 0px;
  background-color: #fff8f3;
  border-radius: 0;
}

.news-articles-inner-wrapper {
  padding-inline: 50px;
}

.news-articles-head {
  text-align: center;
}

.news-articles-head h3 {
  font-size: 52px;
  text-transform: capitalize;
  font-weight: 800;
  margin: 8px 0 30px;
  color: #000000 !important;
  letter-spacing: 0% !important;
}

.news-articles-details {
  display: flex;
  gap: 20px;
}

.news-card img {
  width: 100%;
  object-fit: cover;
}

.news-card h5 {
  font-size: 15px;
  text-transform: uppercase;
  font-weight: 600;
  position: relative;
  margin: 15px 0 0;
  color: #000000;
}

.news-card h5 span {
  position: relative;
  padding: 0 0 0 30px;
  font-size: 15px;
  font-weight: 600;
  color: #000000;
}

.news-card h5 span::before {
  content: '';
  background-color: #d85c41;
  width: 8px;
  height: 8px;
  display: block;
  position: absolute;
  border-radius: 50%;
  top: 6px;
  left: 10px;
}

.news-card p {
  font-size: 28px;
  font-weight: 700;
  margin-top: 30px;
  color: #000000;
}

.blog-btn-view a {
  text-decoration: none;
  text-transform: uppercase;
  color: #ffffff;
  background-color: #d85c41;
  padding: 10px 15px;
  border-radius: 20px;
  letter-spacing: -0.3px;
  font-size: 15px;
  font-weight: 600;
  display: inline-block;
  padding-left: 22px;
}

.blog-btn-view a span {
  margin: 0 0 0 0px;
}

.blog-btn-view {
  margin-top: 80px;
  text-align: center;
}

.foot-page {
  padding: 80px 0 0;
  background-color: #5d886c;
}

.foot-page-inner-wrapper {
  padding-inline: 50px;
}

.foot-newsletter {
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-bottom: 1px solid #ffffff33;
  padding: 0 0 80px;
}

.testinomials::after {
  content: '';
  display: block;
  position: absolute;
  top: 30px;
  border-radius: 50%;
  background: linear-gradient(180deg, #d85c4121 -27%, transparent 40%);
  width: 1400px;
  height: 1400px;
  left: 0;
  right: 0;
  margin: 0 auto;
}

.newsletter-form {
  width: 50%;
  display: flex;
  gap: 5px;
  flex-wrap: wrap;
  position: relative;
}

.newsletter-head {
  width: 50%;
}

#error_email {
  display: block;
  margin-top: 4px;
  font-size: 14px;
}

#error_email.error {
  color: #ff4d4f;
}

#error_email.success {
  color: #ffffff;
}

.newsletter-form input {
  width: 100%;
}

.error_section {
  color: #fff;
  float: left;
  margin-left: 16px;
}

.newsletter-head h3 {
  font-size: 42px;
  color: #ffffff;
  margin: 0 0 10px;
  font-weight: 800;
}

.newsletter-head p {
  font-size: 16px;
  color: #ffffff;
  font-weight: 400;
  margin-bottom: 0;
}

.newsletter-form input {
  width: 100%;
  height: 54px;
  border-radius: 40px;
  border: none;
  box-shadow: none;
  padding: 10px 25px;
  color: #000;
  outline: none;
  font-size: 15px;
  line-height: 54px;
}

.newsletter-form input::placeholder {
  color: #afafaf;
}

.submit-btn {
  display: flex;
  text-decoration: none;
  width: 100px;
  height: 55px !important;
  justify-content: center;
  align-items: center;
  color: #fff;
  background-color: #d85c41;
  border-radius: 40px;
  border: none;
  font-size: 20px;
}

.newsletter-form input::placeholder {
  text-transform: capitalize;
  color: #afafaf;
}

form#ayurcore-contact-form .submit-btn {
  width: 100%;
  background-color: #fff;
}

.foot-links {
  padding: 30px 0;
  display: flex;
  justify-content: space-between;
  border-bottom: 1px solid #ffffff33;
}

.foot-logo-txt img {
  width: 300px;
  object-fit: cover;
}

.provide-tetsimonails-section h2 {
  font-size: 32px;
  color: #000;
  margin-bottom: 10px;
  font-weight: 800;
}

/* Fix for the Divider */
.sacred-divider {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  max-width: 300px;
  height: 30px;
  margin: 0 auto 15px auto;
  position: relative;
}

.sacred-divider::before {
  content: '';
  position: absolute;
  width: 100%;
  height: 1px;
  background: linear-gradient(90deg,
      transparent,
      #c5a059 20%,
      #c5a059 80%,
      transparent);
}

.sacred-divider::after {
  content: '◈';
  position: relative;
  background: #fff;
  padding: 0 10px;
  color: #c5a059;
  font-size: 18px;
  z-index: 1;
}

.iskon-section {
  color: #e26d5c;
  font-weight: bold;
}

.provide-tetsimonails-section p {
  font-size: 18px;
  color: #444;
}

.foot-logo-txt p {
  font-size: 16px;
  font-weight: 400;
  color: #fff;
  margin: 30px 0;
}

.foot-link-icons ul {
  display: flex;
  gap: 20px;
  margin: 0;
  padding: 0;
}

.foot-link-icons ul li a {
  display: flex;
  text-decoration: none;
  height: 45px;
  width: 45px;
  align-items: center;
  justify-content: center;
  border: 1px solid #fff;
  border-radius: 50%;
  color: #fff;
}

/* footer  */
ul.last-section {
  margin: 0;
  padding: 0;
}

.foot-quicklink h3 {
  font-size: 24px;
  text-transform: capitalize;
  color: #fff;
  margin: 0 0 40px;
  position: relative;
  font-weight: 800;
}

.foot-quicklink ul li a {
  font-size: 16px;
  text-transform: capitalize;
  color: #fff;
  text-decoration: none;
  font-weight: 400;
}

.foot-quicklink ul li {
  margin: 0 0 15px;
}

.foot-quicklink ul li a span {
  margin: 0 10px 0 0;
}

.foot-quicklink ul li a i {
  transform: rotate(45deg);
}

.foot-contactinfo {
  width: 33%;
}

.contact-number {
  justify-content: start;
  display: flex;
  /* align-items: center; */
  gap: 15px;
  margin: 0 0 30px;
}

.contact-number:last-child {
  margin: 0;
}

.foot-logo-txt {
  width: 33%;
}

.contact-number a {
  min-width: 38px !important;
}

.foot-contactinfo h3 {
  font-size: 24px;
  text-transform: capitalize;
  color: #fff;
  margin: 0 0 40px;
  position: relative;
  font-weight: 800;
}

.contact-figure h4 {
  font-size: 14px;
  color: #fff;
  font-weight: 600;
  margin: 0 0 5px;
}

.contact-figure p {
  font-size: 16px;
  color: #fff;
  font-weight: 700;
}

.contact-number>a {
  display: flex;
  text-decoration: none;
  width: 45px;
  height: 45px;
  border: 1px solid #fff;
  color: #fff;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  flex-shrink: 0;
}

.contact-figure a {
  text-decoration: none;
  color: #fff;
  display: inline;
  width: auto;
  height: auto;
  border: none;
  border-radius: 0;
}

.contact-figure a:hover {
  text-decoration: underline;
}

.foot-quicklink h3::after {
  content: '';
  position: absolute;
  display: block;
  width: 100px;
  bottom: -20px;
  left: 0;
  border-bottom: 2px solid #fff;
}

.foot-quicklink h3::before {
  content: '';
  position: absolute;
  display: block;
  width: 5px;
  bottom: -20px;
  left: 105px;
  border-bottom: 2px solid #fff;
}

.foot-contactinfo h3::before {
  content: '';
  position: absolute;
  display: block;
  width: 5px;
  bottom: -20px;
  left: 105px;
  border-bottom: 2px solid #fff;
}

.foot-contactinfo h3::after {
  content: '';
  position: absolute;
  display: block;
  width: 100px;
  bottom: -20px;
  left: 0;
  border-bottom: 2px solid #fff;
}

.copyryt-page p {
  font-size: 16px;
  font-weight: 400;
  color: #fff;
  margin: 0;
}

.copyryt-page {
  padding: 18px 0;
  text-align: center;
}

.shop-card:hover .cart-btn {
  display: block;
}

.shop-card:hover ul {
  display: block;
}

.menu-toggle {
  color: #000;
  display: none;
}

.mobile-sidebar {
  position: fixed;
  top: 0;
  right: -100%;
  width: 260px;
  height: 100%;
  background: #405c4b;
  z-index: 9999;
  padding: 20px;
  transition: 0.3s ease;
}

.mobile-sidebar.active {
  right: 0;
}

#search-form {
  position: absolute;
  top: 120px;
  left: 0;
  right: 0;
  max-width: 500px;
  margin: 0 auto;
  background-color: #e38c76;
  padding: 5px;
  border-radius: 20px;
  height: auto !important;
}

#search-form form {
  display: flex;
  gap: 20px;
}

#search-form form input {
  width: 100%;
  width: 100%;
  height: 45px;
  border-radius: 40px;
  border: none;
  box-shadow: none;
  padding: 15px;
  color: #000;
  outline: none;
}

#search-form form button {
  display: flex;
  text-decoration: none;
  width: 65px;
  height: 45px !important;
  justify-content: center;
  align-items: center;
  color: #fff;
  background-color: #d85c41;
  border-radius: 40px;
  border: 0;
}

.head-icons ul li a {
  position: relative;
}

/* Common Tooltip Style */
.head-icons ul li a::after {
  position: absolute;
  left: 50%;
  top: 120%;
  transform: translateX(-50%);
  background: #d95d41;
  color: #fff;
  font-size: 12px;
  padding: 6px 10px;
  border-radius: 5px;
  white-space: nowrap;
  opacity: 0;
  visibility: hidden;
  transition: all .3s ease;
  z-index: 9999;
}

.head-icons ul li a:hover::after {
  opacity: 1;
  visibility: visible;
  top: 140%;
}

/* Search */
#search-icon::after {
  content: "Search";
}

/* User */
#user-icon::after {
  content: "My Account";
}

/* Cart */
#cart-icon::after {
  content: "Cart";
}

/* Wishlist */
.head-icons ul li:nth-child(3) a::after {
  content: "Wishlist";
}

.news-articles-details {
  display: flex;
  gap: 25px;
  flex-wrap: wrap;
}

.news-card {
  position: relative;
  width: calc(33.33% - 17px);
  min-height: 350px;
  border-radius: 30px;
  overflow: hidden;
  padding: 30px;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  transition: 0.3s ease;
}

.news-card:hover {
  transform: translateY(-5px);
}

.news-card>a:first-child {
  position: absolute;
  inset: 0;
  z-index: 1;
}

.news-card>a:first-child img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.news-card::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(to top,
      rgba(0, 0, 0, 0.8),
      rgba(0, 0, 0, 0.15));
  z-index: 2;
}

.news-card h5,
.news-card p {
  position: relative;
  z-index: 3;
}

.news-card h5 {
  color: #fff;
  font-size: 14px;
  text-transform: uppercase;
  letter-spacing: 2px;
  margin-bottom: 15px;
  font-weight: 600;
}

.news-card p {
  margin: 0;
}

.news-card p a {
  color: #fff;
  font-size: 20px;
  line-height: 1.2;
  font-weight: 700;
  text-decoration: none;
  display: block;
}

.news-card p a:hover {
  color: #f4d38a;
}

@media(max-width:991px) {
  .news-card {
    width: calc(50% - 13px);
  }
}

@media(max-width:767px) {
  .news-card {
    width: 100%;
    min-height: 300px;
  }

  .news-card p a {
    font-size: 14px;
  }
}

.news-date {
  color: #37523e;
  font-size: 12px;
  margin-bottom: 5px;
  position: relative;
  z-index: 3;
}

/* ==== CSS Refinement Start ==== */

.shop-products-inner-wraper {
  padding-inline: 50px;
}

.website-title-global {
  margin-bottom: 40px;
}

.about-choose-text .website-title-global,
.about-story-text .website-title-global {
  margin-bottom: 20px;
}

.website-global-btn a {
  text-decoration: none;
  text-transform: uppercase;
  color: #ffffff;
  background-color: #d85c41;
  padding: 12px 32px;
  border-radius: 50px;
  font-size: 14px;
  font-weight: 600;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 14px;
  width: max-content;
  margin: 0 auto;
}

.website-global-btn {
  text-align: center;
  margin-top: 40px;
}

.shop-products {
  margin: 80px 0;
}

.new-testominal-section {
  margin: 80px 0;
}

.testinomials-inner-wrapper {
  padding-inline: 50px;
  position: relative;
  z-index: 9;
}

.item.rate-section {
  background-color: #ffffff !important;
  padding: 20px 25px;
}

.testimonial-content {
  min-height: 90px;
}



.hero-slider .slide {
  height: 100vh;
  min-height: 600px;
  background-size: cover;
  background-position: left center;
  display: flex;
  align-items: center;
  padding: 0 10%;
  position: relative;
}

.overlay-content {
  max-width: 100%;
  color: #333;
  z-index: 2;
  display: flex;
  align-items: center;
  height: 100vh;
  width: 100%;
  margin: 0 auto;
  justify-content: center;
  position: revert;
  transform: translate(0, 0);
}

.hero-title {
  font-size: 60px !important;
  color: #4A2E1F !important;
  margin-bottom: 10px !important;
  font-weight: 800 !important;
  line-height: 80px !important;
}

.hero-subtitle {
  font-size: 32px !important;
  color: #5C7C4F !important;
  margin-bottom: 10px !important;
  font-weight: 800 !important;
  line-height: 50px !important;
}

.hero-tagline {
  font-size: 16px !important;
  color: #000 !important;
  margin-bottom: 25px !important;
  font-weight: 400 !important;
  line-height: 25px !important;
}

/* --- The Trust Pill Design --- */
.trust-pill-wrapper {
  display: inline-block;
  padding: 2px;
  background: linear-gradient(to right, #bf953f, #fcf6ba, #b38728, #fcf6ba, #aa771c);
  border-radius: 100px;
  margin: 25px 0;
}

.trust-pill-content {
  background: #fff;
  border-radius: 100px;
  padding: 15px 35px;
  display: flex;
  align-items: center;
}

.pill-logo img {
  width: 65px !important;
  /* Owl Carousel override */
  height: auto;
  margin-right: 15px;
}

.pill-label {
  display: block;
  font-size: 18px;
  font-weight: 500;
  color: #000;
  line-height: 1;
}

.pill-main {
  font-size: 24px;
  font-weight: 800;
  color: #C0392B;
  display: flex;
  align-items: center;
  line-height: 41px;
  margin: 10px 0;
}

.pill-verify {
  color: #fff;
  font-size: 10px;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-left: 10px;
}

.iskcon-logo {
  font-size: 10px;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-right: 10px;
}

.iskcon-logo img {
  border-radius: 50%;
}

.pill-sub {
  margin: 0 !important;
  font-size: 13px;
  color: #444;
}

/* --- Buttons --- */
.hero-buttons {
  margin-top: 180px;
  display: flex;
  gap: 15px;
  justify-content: center;
  display: none;
}

.btn-primary,
.btn-secondary {
  padding: 15px 35px;
  border-radius: 30px;
  text-decoration: none;
  font-weight: 700;
  transition: 0.3s;
}

.btn-primary {
  background: #F39C12 !important;
  color: #fff;
}

.btn-primary:hover {
  background: #F39C12 !important;
}

.btn-secondary {
  background: #FFFFFF !important;
  color: #e26d5c !important;
}

.btn-secondary {
  background: #FFFFFF !important;
  color: #000 !important;
}

.hero-slider {
  padding-top: 88px !important;
  /* margin-top: 70px !important; */
}

.hero-buttons a {
  font-weight: 500;
}

.hero-slider {
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}

/* ==== Responsive CSS Start ==== */

#newsletter-message,
#error_email {
  display: none;
}

.owl-theme .owl-nav.disabled+.owl-dots {
  margin-top: 20px;
}

.shop-wrapper .shop-products {
  padding: 0;
  margin: 0px 0;
}


/* ===================================================================================
                About page CSS Start
=================================================================================== */

.about-startpage-inner-wrapper,
.about-promise-inner-wrapper,
.about-story-inner-wrapper,
.about-promise-inner-wrapper,
.about-choose-inner-wrapper {
  padding-inline: 50px;
}

.about-us-testimonial {
  background-color: #fff;
  margin: 60px 0 0;
}

.about-startpage-inner-wrapper .website-global-btn a {
  margin: 0;
}

.about-startpage-inner-wrapper .website-global-btn {
  text-align: right;
}

.about-header a.navbar-brand {
  max-width: 287px;
}

.about-header .navbar-brand img {
  width: 100%;
}

.about-header div#navbarSupportedContent {
  justify-content: center;
}

.about-header ul.navbar-nav {
  gap: 24px;
}

.about-header .cart-button a {
  text-decoration: none;
  color: #D85C41;
  padding: 10px;
  font-family: "Poppins", sans-serif;
  font-size: 16px;
  font-weight: 500;
  border: 1px solid #d85c41;
  border-radius: 30px;
  transition: 0.3s;
}

.about-header .cart-button a span {
  margin-left: 5px;
}

.about-header .cart-button a:hover {
  color: #fff;
  background-color: #D85C41;
  transition: 0.3s;
}

.about-header a.nav-link {
  font-family: "Poppins", sans-serif;
  font-size: 16px;
  font-weight: 500;
  color: #4D361D;
}

header {
  box-shadow: 0 0 10px -5px #d85c41;
  position: fixed;
  width: 100%;
  background-color: #fff;
  z-index: 9;
}

.about-startpage {
  background-image: url(images/bg.png);
  padding: 150px 0 80px;
  background-repeat: no-repeat;
  background-size: cover;
}


.abt-start-text {
  width: 552px;
}

.abt-start-text h5 {
  font-size: 15px;
  padding: 10px 40px;
  background-color: #fff;
  border-radius: 50px;
  color: #D85C41;
  display: inline-block;
  font-weight: 600;
  margin: 0;
}

.abt-start-text h2 {
  font-size: 55px;
  font-weight: 800;
  margin: 20px 0;
  color: #4D361D;
  line-height: 70px;
}

.abt-start-text p {
  font-size: 16px;
  line-height: 28px;
  font-weight: 400;
}

.about-story {
  padding: 80px 0;
  background-color: #fff8f3;
}

.about-story-content {
  display: grid;
  grid-template-columns: repeat(2, [col-start] 1fr);
  gap: 50px;
  align-items: center;
}

.about-story-img {
  width: 100%;
}

.about-story-img img {
  width: 100%;
}

.about-story-text p {
  line-height: 28px;
  margin-bottom: 20px;
}

.about-promise-title {
  text-align: center;
}

.about-promise {
  padding: 80px 0;
}

.about-promise-cards {
  display: grid;
  grid-template-columns: repeat(4, [col-start] 1fr);
  gap: 123px;
  text-align: center;
}

.about-promise-cards i {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 70px;
  height: 70px;
  background-color: #D85C41;
  color: #fff;
  border-radius: 50%;
  font-size: 24px;
}

.about-promise-cards h4 {
  font-size: 20px;
  font-weight: 700;
  margin: 20px 0 10px;
}

.about-promise-cards p {
  margin: 0;
  font-size: 16px;
  line-height: 28px;
  font-weight: 400;
}

.promise-card.one {
  position: relative;
}

.promise-card.one::after {
  display: block;
  position: absolute;
  border-right: 1px solid #D85C41;
  content: "";
  top: 0;
  right: -61px;
  height: 100%;
}

.about-choose-content {
  display: grid;
  grid-template-columns: repeat(2, [col-start] 1fr);
  gap: 50px;
}

.about-choose-img {
  width: 100%;
}

.about-choose-img img {
  width: 100%;
}

.about-choose {
  padding: 80px 0;
  background-color: #fff8f3;
}

.about-choose p {
  line-height: 28px;
}

.about-choose-text {
  padding: 0 40px 0 0;
}

.discription-text p {
  margin-bottom: 20px;
  font-size: 16px;
  line-height: 28px;
  font-weight: 400;
}

.testinomials-single-wrapper {
  margin: 0 !important;
}

@media only screen and (min-width: 1801px) {
  .shop-card img {
    width: 100%;
    height: 340px;
    object-fit: cover;
  }
}

/* 1800px sccreen */
@media only screen and (max-width: 1800px) {
  .top-head {
    margin: 0;
  }

  .top-head-bar {
    margin: 0;
  }

  .head-navbar ul li a {
    font-size: 14px;
  }

  .shop-card img {
    width: 100%;
    height: 300px;
    object-fit: cover;
  }

  div#productslide img {
    height: 300px;
  }

  .header {
    width: 100%;
    max-width: 100%;
    overflow: hidden;
  }

  .home-title h2 {
    font-size: 130px !important;
  }

  .home-txt p {
    font-size: 14px !important;
  }

  .home-txt a {
    font-size: 14px !important;
  }

  .sale-card p {
    font-size: 13px !important;
  }

  .sale-card h3 {
    font-size: 34px !important;
  }

  .top-head-bar {
    padding: 12px 8px !important;
  }

  .content-logo1 {
    width: 156px;
    height: 156px;
  }

  .sale-card {
    min-height: 314px;
    padding: 0 13px;
  }

  .author-abt img {
    width: 60px !important;
    height: 60px;
  }

  .author-name h5 {
    font-size: 15px !important;
  }

  .author-name p {
    font-size: 15px;
  }

  /* testionomail css */
  .testimonial-content p {
    line-height: 24px;
    font-size: 16px;
  }

  .voucher-card h3 {
    font-size: 24px;
  }

  .voucher-card p {
    font-size: 13px;
  }

  .voucher-card a {
    font-size: 13px;
  }

  .news-articles-head h3 {
    font-size: 50px;
  }

  .news-card h5,
  .news-card h5 span {
    font-size: 14px;
  }

  .news-card p {
    font-size: 16px;
  }

  .blog-btn-view a {
    font-size: 13px;
  }

  .newsletter-head h3 {
    font-size: 30px;
  }
}

/* 1679 media screen */
@media only screen and (max-width: 1679px) {
  #ratingslide .star-rate {
    font-size: 17px;
  }

  input#emailname {
    height: 42px;
  }

  .submit-btn {
    height: 39px;
  }

  .foot-quicklink ul li a {
    font-size: 15px;
  }

  .foot-link-icons ul li a {
    height: 40px;
    width: 40px;
  }

  .contact-number a {
    min-width: 38px !important;
    width: 40px;
    height: 40px;
  }

  .copyryt-page p {
    font-size: 14px;
  }

  .quality-list ul li p {
    font-size: 18px;
  }

  .testimonial-content {
    min-height: 120px;
  }

  .voucher-card a span {
    margin: 0 0 0 10px;
  }

  .quality-list ul li img {
    width: 54px;
    height: 54px;
  }

  .website-title-global h1 {
    font-size: 42px;
  }

  .website-title-global h2 {
    font-size: 40px;
  }
}

@media only screen and (max-width: 1439px) {
  div#productslide .cart-btn {
    padding: 13px 30px;
    font-size: 14px;
  }

  .shop-card .cart-btn {
    width: 67%;
  }

  .hero-slider .owl-nav button span {
    top: -2px;
  }

  .testimonial-content {
    min-height: 130px;
  }

  .news-card p a {
    font-size: 18px;
    line-height: 1.5;
  }

  .news-card h5 {
    font-size: 13px;
  }

  .provide-tetsimonails-section h2 {
    font-size: 30px;
    margin-bottom: 0px;
  }

  .sacred-divider {
    margin: 0 auto 0px auto;
  }

  .provide-tetsimonails-section p {
    font-size: 17px;
  }

  .shop-card h5,
  .product-cards-slider .product-title {
    margin: 12px 0 15px;
    font-size: 20px;
  }

  .hero-slider .slide {
    height: 80vh;
  }

  .shop-products .shop-card {
    width: calc(33.33% - 13.9px);
  }

  .about-promise-cards {
    gap: 50px;
  }
}

@media only screen and (max-width: 1399px) {

  .product-btn,
  .blog-btn-view {
    margin-top: 60px;
  }

  #search-form {
    top: 124px;
  }
}

@media only screen and (max-width: 1365px) {
  .contact-figure p {
    font-size: 15px;
  }

  div#productslide .cart-btn {
    padding: 13px 30px;
    font-size: 14px;
  }

  .shop-card .cart-btn {
    width: 67%;
  }

  .head-logo img {
    /* width: 60px; */
    height: 50px;
  }

  .news-articles-details {
    margin: 30px 0 0;
  }

  .quality-list ul li p {
    font-size: 18px;
  }

  .hero-slider .slide {
    height: 70vh;
  }

  .hero-title {
    font-size: 52px !important;
    line-height: 70px !important;
  }

  .hero-subtitle {
    font-size: 30px !important;
    line-height: 40px !important;
  }
}

@media only screen and (max-width: 1279px) {
  img.content-logo2 {
    right: 74%;
  }

  .sale-card {
    min-height: 264px;
  }

  div#productslide .cart-btn {
    width: 88%;
  }

  .shop-products .shop-card {
    width: calc(33.33% - 14px);
  }

  .shop-products-inner-wraper,
  .testinomials-inner-wrapper,
  .latest-products-inner-wrapper,
  .voucher-cards-inner-wrapper,
  .quality-list-inner-wrapper,
  .news-articles-inner-wrapper,
  .foot-page-inner-wrapper {
    padding-inline: 20px;
  }

  .news-card {
    border-radius: 20px;
    padding: 20px;
  }

  .testinomials::after {
    width: 1200px;
    height: 1200px;
  }

  .about-story-img,
  .about-choose-img {
    height: 100%;
  }

  .about-story-img img,
  .about-choose-img img {
    height: 100%;
    object-fit: cover;
    border-radius: 12px;
  }

  .about-us-testimonial {
    margin: 40px 0 0 !important;
  }

  .about-startpage-inner-wrapper,
  .about-promise-inner-wrapper,
  .about-story-inner-wrapper,
  .about-promise-inner-wrapper,
  .about-choose-inner-wrapper {
    padding-inline: 20px;
  }
}

@media only screen and (max-width: 1199px) {
  .shop-card .cart-btn {
    width: 88%;
    padding: 15px 15px;
  }

  .newsletter-head p {
    font-size: 15px;
    margin-bottom: 0;
  }

  .contact-number:last-child {
    margin-bottom: 0;
  }

  .foot-links {
    padding: 40px 0;
  }

  .newsletter-head h3 {
    font-size: 29px;
  }

  .head-logo img {
    /* width: 60px; */
    height: 45px;
  }

  .head-navbar ul {
    gap: 40px;
  }

  .foot-logo-txt img {
    width: 240px;
  }

  .shop-card img {
    height: 220px;
  }

  .product-btn,
  .blog-btn-view {
    margin-top: 30px;
  }

  .quality-list ul {
    padding: 0 30px;
  }

  .quality-list ul li img {
    width: 50px;
    height: 50px;
  }

  .foot-quicklink h3,
  .foot-contactinfo h3 {
    font-size: 22px;
  }

  .foot-quicklink h3::after,
  .foot-contactinfo h3::after {
    width: 90px;
  }

  .foot-contactinfo h3::before,
  .foot-quicklink h3::before {
    left: 95px;
  }

  .news-card p {
    margin-top: 20px;
  }

  .sale-card h3 {
    font-size: 28px !important;
  }

  #search-form {
    top: 90px;
  }

  .btn-primary,
  .btn-secondary {
    padding: 12px 28px;
    border-radius: 30px;
    font-size: 16px;
  }

  .hero-slider {
    padding-top: 80px !important;
  }

  .trust-pill-wrapper {
    margin: 15px 0;
  }

  .hero-slider .slide {
    height: 60vh;
    min-height: 500px;
  }

  .website-title-global h1 {
    font-size: 38px;
  }

  .website-title-global h2 {
    font-size: 34px;
  }

  .website-title-global h5 {
    font-size: 14px;
    margin: 0 0 10px;
  }

  .website-title-global {
    margin-bottom: 30px;
  }

  .testinomials::after {
    width: 1000px;
    height: 1000px;
  }

  .voucher-card {
    min-height: 230px;
  }

  .quality-list ul li p {
    font-size: 15px;
  }

  .quality-list ul li img {
    width: 40px;
    height: 40px;
  }

  .news-card {
    width: calc(50% - 13px);
  }

  .shop-products,
  .new-testominal-section,
  .testinomials,
  .latest-products,
  .voucher-cards,
  .quality-list {
    margin: 60px 0;
  }

  .shop-card h5,
  .product-cards-slider .product-title {
    font-size: 18px;
  }

  .website-global-btn {
    margin-top: 30px;
  }

  .website-global-btn a {
    padding: 10px 26px;
    font-size: 14px;
  }

  .testinomials {
    padding: 60px 0;
  }

  .news-articles {
    padding: 60px 0px;
  }

  .foot-page {
    padding: 60px 0 0;
  }

  .foot-newsletter {
    padding: 0 0 60px;
  }

  .copyryt-page {
    padding: 14px 0;
  }

  .submit-btn {
    height: 50px !important;
    font-size: 18px;
  }

  .newsletter-form input {
    height: 50px;
  }

  .foot-links {
    padding: 30px 0;
  }

  .about-startpage {
    padding: 120px 0 60px;
  }

  .about-story,
  .about-choose,
  .about-promise {
    padding: 60px 0;
  }

  .abt-start-text h2 {
    font-size: 48px;
    line-height: 54px;
  }

  .abt-start-text {
    width: 50%;
  }

  .about-promise-cards {
    gap: 40px;
  }

  .about-promise-cards i {
    width: 60px;
    height: 60px;
    font-size: 18px;
  }

  .about-promise-cards h4 {
    font-size: 18px;
  }

  .about-promise-cards p,
  .discription-text p {
    font-size: 15px;
    line-height: 24px;
  }

  .about-story-text .website-title-global,
  .about-choose-text .website-title-global {
    margin-bottom: 20px;
  }
}

@media only screen and (max-width: 991px) {
  .product-cards {
    display: grid !important;
    grid-template-columns: repeat(2, 1fr) !important;
    gap: 20px;
  }

  .shop-card {
    width: 100% !important;
  }

  .home-txt {
    width: 88%;
  }

  .product-cards {
    display: flex !important;
    flex-wrap: wrap !important;
    gap: 20px;
  }

  .shop-card {
    width: calc(50% - 10px) !important;
  }

  .foot-quicklink ul {
    padding: 0;
  }

  .shop-card .cart-btn {
    padding: 13px 11px !important;
    font-size: 14px !important;
  }

  div#productslide .cart-btn {
    padding: 13px 31px !important;
    font-size: 14px !important;
    width: 81%;
  }

  .quality-list ul li p {
    font-size: 15px;
    margin: 10px 3px;
  }

  .sales-cards {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
  }

  .sale-card {
    width: calc(50% - 10px);
    min-height: 260px;
  }

  /* Third card full width */
  #sale-card3 {
    width: 100%;
  }

  .sale-card h3 {
    font-size: 24px !important;
  }

  .sale-card p {
    font-size: 14px;
  }

  .sale-card a {
    font-size: 14px;
    padding: 10px 16px;
  }

  img.content-logo2 {
    right: 53%;
  }

  .head-logo img {
    /* width: 60px; */
    height: 40px;
  }

  .head-navbar ul {
    gap: 22px;
    padding: 0;
  }

  .mobile-menu {
    margin: 10px 0 0;
    padding: 0;
  }

  .mobile-menu li {
    padding: 8px 0;
  }

  .foot-logo-txt img {
    width: 220px;
  }

  .shop-card img,
  div#productslide img {
    height: 280px;
  }

  .shop-card p {
    margin-bottom: 5px;
  }

  .testinomials::after {
    width: 800px;
    height: 800px;
  }

  .provide-tetsimonails-section p {
    font-size: 16px;
  }

  .sacred-divider {
    height: 20px;
    margin: 0 auto 10px auto;
  }

  .author-abt img {
    width: 50px !important;
    height: 50px;
  }

  .item.rate-section {
    padding: 20px 15px;
  }

  form.newsletter-form-inner {
    gap: 10px;
  }

  #search-form {
    max-width: 500px;
  }

  .hero-title {
    font-size: 40px !important;
    line-height: 64px !important;
  }

  .hero-subtitle {
    font-size: 24px !important;
    line-height: 32px !important;
  }

  .pill-label {
    font-size: 16px;
  }

  .pill-main {
    font-size: 22px;
    line-height: 35px;
    margin: 6px 0;
  }

  .iskcon-logo {
    width: 35px;
    height: 35px;
  }

  .pill-verify {
    width: 35px;
    height: 35px;
  }

  .btn-primary,
  .btn-secondary {
    padding: 10px 24px;
    font-size: 15px;
  }

  .hero-slider .slide {
    height: 50vh;
    min-height: 400px;
  }

  .foot-logo-txt {
    width: 100%;
  }

  .foot-quicklink,
  .foot-contactinfo {
    width: 47%;
  }

  .foot-links {
    flex-wrap: wrap;
    gap: 40px;
  }

  .foot-logo-txt {
    width: 100%;
    text-align: center;
  }

  .foot-link-icons ul {
    justify-content: center;
  }

  .newsletter-head h3 {
    font-size: 25px;
  }

  .newsletter-head {
    width: 100%;
    text-align: center;
  }

  .newsletter-form {
    width: 100%;
  }

  .foot-newsletter {
    flex-direction: column;
    gap: 20px;
  }

  .foot-links {
    padding: 60px 0;
  }

  .voucher-card h3 {
    font-size: 20px;
  }

  .voucher-card p {
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
  }

  .testimonial-content p {
    font-size: 14px;
  }

  .testimonial-content p br {
    display: none;
  }

  .testimonial-content {
    min-height: 110px;
  }

  p.star-rate {
    font-size: 13px;
  }

  .latest-products-slider .owl-theme .owl-dots .owl-dot span,
  .testinomials-slider .owl-theme .owl-dots .owl-dot span {
    width: 6px;
    height: 6px;
  }

  .testinomials {
    border-radius: 0 0 30px 30px;
  }

  .quality-list ul {
    padding: 0 0px;
  }

  .website-title-global h2 {
    font-size: 28px;
  }

  .website-title-global h1 {
    font-size: 30px;
  }

  .website-title-global h5 {
    font-size: 13px;
    margin: 0 0 8px;
  }

  .shop-wrapper .shop-products {
    padding: 0;
    margin: 0px 0;
    width: 100%;
  }

  .about-promise-cards {
    grid-template-columns: repeat(2, 1fr);
  }

  .about-story-content {
    grid-template-columns: 1fr;
    gap: 20px;
  }

  .about-choose-content {
    grid-template-columns: 1fr;
    gap: 20px;
  }

  .about-promise-cards {
    gap: 60px;
  }

  .abt-start-text h2 {
    font-size: 40px !important;
    line-height: 44px
  }

  .abt-start-text {
    width: 60% !important;
  }

  .about-us-testimonial {
    margin: 20px 0 0 !important;
  }

  .abt-start-text h5 {
    font-size: 12px;
    padding: 7px 30px;
  }

  .discription-text p:last-child {
    margin: 0;
  }
}

@media only screen and (max-width: 767px) {
  .head-navbar {
    display: none !important;
  }

  .menu-toggle {
    display: block !important;
  }

  ul#menu-new-header-menu-1 li {
    list-style: none;
  }

  ul#menu-new-header-menu-1 li a {
    text-decoration: none;
    color: #fff;
    text-transform: uppercase;
  }

  .close-btn {
    color: #fff;
  }

  .home-title h2 {
    font-size: 109px !important;
  }

  /* css  */
  .sales-cards {
    flex-direction: column;
    gap: 15px;
  }

  .sale-card {
    width: 100%;
    min-height: 260px;
    padding: 18px;
    border-radius: 18px;
  }

  .sale-card p {
    font-size: 14px;
  }

  .sale-card h3 {
    font-size: 22px !important;
  }

  .sale-card a {
    font-size: 14px;
    padding: 10px 16px;
    display: inline-flex;
    align-items: center;
    gap: 6px;
    width: fit-content;
  }

  /* Specific tweaks if needed */
  #sale-card2 h3 {
    font-size: 24px;
  }

  .shop-card .cart-btn {
    padding: 13px 10px !important;
    font-size: 14px !important;
  }

  #testinomialsslider .item {
    padding: 20px 15px;
    margin: 0 auto;
    width: 100%;
  }

  #testinomialsslider .item h5 {
    font-size: 14px;
    line-height: 1.6;
  }

  .author-abt {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 10px;
    margin-top: 15px;
  }

  .author-name h5 {
    font-size: 16px;
    margin: 0;
  }

  .author-name p {
    font-size: 13px;
    margin: 0;
  }

  .star-rate {
    margin-bottom: 10px;
  }

  .star-rate i {
    font-size: 14px;
  }

  .voucher-cards {
    display: flex;
    flex-direction: column;
    gap: 20px;
  }

  .voucher-card {
    width: 100%;
    min-height: 240px;
    padding: 20px;
    background-size: cover;
    background-position: center;
    border-radius: 10px;
  }

  .voucher-card p {
    font-size: 14px;
  }

  .voucher-card a {
    font-size: 14px;
  }

  .news-articles-details {
    display: flex;
    flex-direction: column;
    gap: 20px;
    margin-top: 20px;
  }

  .news-card {
    width: 100%;
  }

  .news-card img {
    width: 100%;
    height: auto;
    border-radius: 10px;
  }

  .news-card h5 {
    margin-top: 10px;
  }

  .blog-btn-view {
    margin-top: 20px;
  }

  .blog-btn-view a {
    font-size: 14px;
  }

  .quality-list ul {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
    padding: 0;
  }

  .quality-list ul li img {
    width: 45px;
    height: 45px;
  }

  .quality-list ul li img {
    filter: invert(39%) sepia(78%) saturate(500%) hue-rotate(330deg) brightness(95%) contrast(90%);
  }

  .newsletter-form {
    width: 100%;
    display: flex;
    justify-content: start;
  }

  .newsletter-form input {
    width: 100%;
  }

  .foot-logo-txt {
    width: 100% !important;
    margin-bottom: 10px;
    text-align: center;
  }

  .foot-link-icons ul {
    margin: 20px 0 0;
  }

  .contact-number {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 10px;
    text-align: left;
    margin-bottom: 15px;
  }

  .contact-figure {
    margin-top: 0;
  }

  .foot-quicklink ul li:last-child {
    margin-bottom: 0;
  }

  .foot-quicklink li {
    font-size: 12px;
    margin: 8px 0;
  }

  .head-icons {
    display: flex;
    margin: 0;
    padding: 0;
    gap: 20px;
  }

  .testinomials-slider button.owl-dot.active span,
  .latest-products-slider button.owl-dot.active span {
    width: 20px;
  }

  .foot-logo-txt img {
    width: 250px;
  }

  .shop-card h5,
  #productslide h5 {
    font-size: 16px;
  }

  .sales-cards {
    margin: 35px 0;
  }

  .author-name {
    margin: 0;
    text-align: center;
  }

  #productslide p {
    margin-bottom: 0;
  }

  #productslide {
    margin: 0;
  }

  .voucher-card h3 {
    font-size: 20px;
  }

  .voucher-card h3 {
    margin: 10px 0;
  }

  .news-card p {
    margin-top: 10px;
    margin-bottom: 5px;
  }

  form.newsletter-form-inner {
    justify-content: center;
  }

  .foot-logo-txt p {
    margin: 20px 0;
  }

  .newsletter-head h3 {
    font-size: 26px;
  }

  .star-rate {
    text-align: center;
  }

  .test-p {
    text-align: center;
  }

  .hero-slider .owl-nav {
    display: none;
  }

  #search-form {
    max-width: 520px;
  }

  #search-form form input {
    height: 40px;
    padding: 5px 15px;
  }

  #search-form form button {
    height: 40px !important;
  }

  #search-form form {
    gap: 10px;
  }

  .newsletter-head {
    width: 100%;
  }

  .hero-title {
    font-size: 32px !important;
    line-height: 50px !important;
  }

  .hero-subtitle {
    font-size: 20px !important;
    line-height: 25px !important;
  }

  .hero-tagline {
    font-size: 14px !important;
    margin-bottom: 15px !important;
  }

  .pill-main {
    font-size: 20px;
    line-height: 32px;
  }

  .overlay-content p {
    font-size: 14px;
  }

  .hero-slider .owl-nav button.owl-prev {
    left: 20px !important;
  }

  .hero-slider .slide {
    height: 35vh;
    min-height: 200px;
  }

  .overlay-content {
    height: 90vh;
  }

  .shop-products-inner-wraper,
  .testinomials-inner-wrapper,
  .latest-products-inner-wrapper,
  .voucher-cards-inner-wrapper,
  .quality-list-inner-wrapper,
  .news-articles-inner-wrapper,
  .foot-page-inner-wrapper {
    padding-inline: 0px;
  }

  .website-title-global h1 {
    font-size: 28px;
  }

  .website-title-global h5 {
    margin: 0 0 5px;
  }

  .website-global-btn a {
    padding: 8px 21px;
    font-size: 13px;
    letter-spacing: .5px;
    gap: 10px;
  }

  .provide-tetsimonails-section h2 {
    font-size: 24px;
  }

  .sacred-divider {
    margin: 10px auto;
  }

  .new-testominal-section {
    padding: 0 12px;
  }

  .provide-tetsimonails-section p {
    font-size: 14px;
  }

  .testimonial-content p {
    text-align: center;
  }

  .testimonial-content {
    min-height: 100%;
  }

  .website-title-global h2 {
    font-size: 26px;
  }

  .latest-products-slider button.owl-next {
    top: 35%;
    right: -5px;
  }

  .latest-products-slider button.owl-prev {
    top: 35%;
    left: -5px;
  }

  .latest-products-slider button.owl-prev span {
    font-size: 21px;
  }

  .voucher-card a {
    padding: 8px 16px;
    font-size: 13px;
    letter-spacing: .5px;
  }

  .shop-products,
  .new-testominal-section,
  .testinomials,
  .latest-products,
  .voucher-cards,
  .quality-list {
    margin: 50px 0;
  }

  .testinomials {
    padding: 50px 0;
  }

  .news-articles {
    padding: 50px 0px;
  }

  .foot-page {
    padding: 40px 0 0;
  }

  .foot-links {
    padding: 40px 0;
    gap: 30px;
  }

  .foot-newsletter {
    padding: 0 0 40px;
  }

  .testinomials::after {
    width: 600px;
    height: 600px;
  }

  .about-startpage {
    padding: 100px 0 50px;
  }

  .about-story,
  .about-choose,
  .about-promise {
    padding: 50px 0;
  }

  .abt-start-text h2 {
    font-size: 30px !important;
    line-height: 38px;
    margin-bottom: 20px;
    margin-top: 20px;
  }

  .abt-start-text {
    width: 76% !important;
  }

  .about-startpage-inner-wrapper,
  .about-promise-inner-wrapper,
  .about-story-inner-wrapper,
  .about-promise-inner-wrapper,
  .about-choose-inner-wrapper {
    padding-inline: 0px;
  }

  .about-startpage-inner-wrapper .website-global-btn {
    margin-top: 20px;
  }
}

/* 640px */
@media only screen and (max-width: 640px) {
  .home-title h2 {
    font-size: 70px !important;
  }

  .home-title img {
    width: 369px !important;

    right: 13% !important;
  }

  img.content-logo2 {
    right: 30% !important;
  }

  .home-txt a {
    font-size: 11px !important;
    margin: 19px;
  }

  .home-txt p {
    padding-left: 20px !important;
  }

  .home-content-logo {
    margin-bottom: 60px !important;
  }

  .home-txt {
    width: 65% !important;
  }

  .home-content {
    padding: 0;
  }

  .shop-products-txt h2 {
    font-size: 30px;
  }

  .product-cards {
    display: grid !important;
    grid-template-columns: 1fr !important;
  }

  .shop-card {
    width: 100% !important;
  }

  .quality-list ul {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 18px;
  }

  .shop-card img {
    height: 490px;
  }

  div#productslide img {
    height: 244px;
  }

  .quality-list ul li p {
    font-size: 15px;
    margin: 10px 0 0;
  }

  .quality-list ul li {
    border: 1px solid #d85c41;
    padding: 20px 20px;
    border-radius: 8px;
  }

  .foot-quicklink h3,
  .foot-contactinfo h3 {
    font-size: 18px;
  }

  .voucher-cards-inner-wrapper {
    flex-wrap: wrap;
  }

  .foot-quicklink {
    width: 38%;
  }

  .foot-contactinfo {
    width: 53%;
  }

  .abt-start-text h2 {
    font-size: 24px !important;
    line-height: 33px !important;
  }

  .abt-start-text {
    width: 85% !important;
  }

  .abt-start-text p {
    font-size: 14px;
    line-height: 26px;
  }

  .about-promise-cards p,
  .discription-text p {
    font-size: 14px;
    line-height: 22px;
  }

  .about-promise-cards {
    gap: 30px;
  }

  .about-promise-cards i {
    width: 50px;
    height: 50px;
    font-size: 14px;
  }

  .about-promise-cards h4 {
    font-size: 16px;
    margin: 16px 0 8px;
  }
}

@media only screen and (max-width: 599px) {
  div#productslide img {
    height: 374px;
  }
}

@media only screen and (max-width: 575px) {
  .top-head {
    padding: 0 12px;
  }

  .top-head-bar {
    padding: 12px 0 !important;
  }

  div#productslide img {
    height: 360px;
  }

  .sales-cards {
    padding: 0 12px;
  }

  .quality-list ul li:last-child p {
    margin-bottom: 0;
  }

  .newsletter-head h3 {
    font-size: 22px;
  }

  .foot-quicklink h3,
  .foot-contactinfo h3 {
    font-size: 20px;
    margin: 0 0 30px;
  }

  .contact-figure p {
    margin-bottom: 0;
  }

  .foot-contactinfo h3::after,
  .foot-contactinfo h3::before,
  .foot-quicklink h3::after,
  .foot-quicklink h3::before {
    bottom: -13px;
  }

  .latest-products-slider button.owl-prev {
    left: 0;
  }

  .latest-products-slider button.owl-next {
    right: 0;
  }

  div#productslide .cart-btn {
    width: 80%;
    bottom: 90px;
  }

  .sale-card p {
    margin: 15px 0 10px;
  }

  .owl-theme .owl-dots .owl-dot span {
    width: 8px;
    height: 8px;
    margin: 0 5px;
  }

  #search-form {
    max-width: 80%;
  }

  #product-search {
    padding: 10px;
  }

  .search-close-btn {
    top: 4px;
    right: 5px;
    width: 38px;
    height: 38px;
  }

  .search-close-btn span {
    font-size: 24px;
  }

  .hero-title {
    font-size: 26px !important;
    line-height: 43px !important;
  }

  .hero-subtitle {
    font-size: 17px !important;
    line-height: 20px !important;
  }

  .hero-slider .slide {
    padding: 0 12px;
  }

  .hero-slider .owl-nav button.owl-prev {
    left: 13px !important;
  }

  .hero-slider .owl-nav button.owl-next {
    right: 13px !important;
  }

  .foot-quicklink,
  .foot-contactinfo {
    width: 100%;
  }

  .hero-slider .slide {
    height: 26vh;
    min-height: 200px;
  }

  .news-card {
    border-radius: 14px;
    padding: 16px;
  }

  .website-title-global h2 {
    font-size: 22px;
  }

  .foot-logo-txt a {
    display: inline-block;
  }
}

/* 480px */
@media only screen and (max-width: 480px) {
  .home-title h2 {
    font-size: 41px !important;
  }

  .foot-logo-txt {
    margin-bottom: 15px;
  }

  .home-title img {
    width: 230px !important;
    right: 18% !important;
  }

  .content-logo1 {
    width: 126px;
    height: 138px;
  }

  img.content-logo2 {
    right: 68% !important;
    top: 44px !important;
  }

  .product-btn {
    text-align: center;
  }

  .quality-list ul {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 10px;
  }

  .foot-quicklink ul li a {
    font-size: 12px;
  }


  .contact-figure {
    width: 114px;
    word-break: break-all;
  }

  .newsletter-head h3 {
    font-size: 22px;
  }

  .newsletter-head p {
    margin-bottom: 10px;
  }

  .foot-logo-txt p {
    font-size: 14px;
  }

  input#emailname {
    height: 37px;
  }

  .home-content {
    margin: 68px 0 0;
    display: grid;
    grid-template-columns: 1fr;
  }

  .home-txt {
    width: 100% !important;
  }

  .home-content-logo {
    width: 95%;
    margin: 0 auto;
    top: 56px;
    left: 73px;
  }

  .quality-list {
    padding: 0 0px;
  }

  .voucher-card p {
    line-height: 20px;
  }

  .voucher-card h3 {
    margin: 0 0 10px;
  }

  .startpage {
    padding: 0 !important;
  }

  .quality-list ul li p {
    font-size: 14px;
  }

  .newsletter-form {
    margin: 5px auto 0;
  }

  .foot-newsletter {
    gap: 0px;
  }

  .foot-logo-txt p {
    margin: 20px 0;
  }

  .container p {
    margin: 71px 0;
  }

  .provide-tetsimonails-section p {
    font-size: 14px;
  }

  p.test-p {
    font-size: 14px;
  }

  .head-logo img {
    height: 36px;
  }

  .foot-logo-txt img {
    width: 200px;
  }

  .contact-figure p {
    font-size: 12px;
  }

  .foot-quicklink h3,
  .foot-contactinfo h3 {
    font-size: 18px;
  }

  .foot-quicklink h3::after,
  .foot-contactinfo h3::after {
    width: 75px;
  }

  .foot-contactinfo h3::before,
  .foot-quicklink h3::before {
    left: 80px;
  }

  .voucher-card h3 {
    letter-spacing: 0;
  }

  .product-btn a {
    font-size: 14px;
  }

  .custom-price .woocommerce-Price-amount.amount {
    font-size: 14px !important;
  }

  .sale-card {
    min-height: 240px;
  }

  .newsletter-form input {
    width: 100%;
    font-size: 14px;
  }

  span.xoo-wsc-footer-txt {
    font-size: 14px !important;
  }

  .hero-title {
    font-size: 24px !important;
    line-height: 38px !important;
  }

  .pill-main {
    font-size: 20px;
    line-height: 28px;
  }

  .trust-pill-content {
    padding: 15px 15px;
  }

  .btn-primary,
  .btn-secondary {
    padding: 10px 24px 9px;
    font-size: 14px;
  }

  .pill-verify {
    width: 30px;
    height: 30px;
  }

  .iskcon-logo {
    width: 30px;
    height: 30px;
  }

  .website-title-global h5 {
    margin: 0 0 8px;
    font-size: 12px;
  }

  .news-card p a {
    font-size: 17px;
    line-height: 1.5;
  }

  .shop-card img {
    height: 310px;
  }

  .provide-tetsimonails-section h2 {
    font-size: 20px;
  }

  .website-title-global h2 {
    font-size: 20px;
  }

  .website-title-global h1 {
    font-size: 22px;
  }

  .hero-slider {
    margin-top: 0 !important;
    padding-top: 90px !important;
  }

  .hero-slider .slide {
    height: 20vh;
    min-height: 170px;
  }

  .testimonial-content {
    min-height: 100px;
  }

  .abt-start-text {
    width: 100% !important;
  }

  .about-promise-cards .promise-card {
    border: 1px solid #d85c41;
    padding: 20px;
    border-radius: 8px;
  }

  .about-promise-cards {
    gap: 16px;
    grid-template-columns: repeat(1, 1fr);
  }

  .abt-start-text h2 {
    font-size: 24px !important;
    line-height: 30px !important;
  }

  .about-story-text p,
  .about-promise-cards p,
  .about-choose p {
    font-size: 14px;
    line-height: 20px;
    font-weight: 400;
  }

  .testinomials::after {
    width: 340px;
    height: 230px;
  }
}