* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}
:root {
  --bs-black: #000000;
  --bs-yellow: #facc15;
  --bs-blue: #0980d0;
  --bs-green: #40a48e;
  --bs-waterblue: #47ffe3;
  --bs-waterbluedark: #51e6d9;
  --bs-success-rgb: 57, 203, 116;
}

@font-face {
  font-family: "PTSans-Regular"; /* Name your font family */
  src:
    url("fonts/PT_Sans/PTSans-Regular.ttf") format("ttf"),
    /* Modern browsers */ url("fonts/PTSans-Regular.ttf") format("ttf"); /* Older browsers */
  font-weight: normal;
  font-style: normal;
  font-display: swap; /* Helps prevent invisible text while loading */
}

body {
  font-family: "PTSans-Regular";
  font-size: 14px;
  line-height: 1.5;
  color: #333;
  background-color: #fff;
  width: 100%;
  margin: 0 auto;
  overflow-x: hidden;
}

a {
  color: rgb(0 0 0);
  text-decoration: none;
  color: inherit;
}

ul {
  list-style: none;
}

img {
  max-width: 100%;
  display: block;
}

@media (min-width: 1200px) {
  .h1,
  h1 {
    font-size: 2rem;
  }
}
h1,
h2,
h3,
h4,
h5,
h6 {
  text-transform: capitalize;
}

.two-line-text {
  display: -webkit-box;
  -webkit-line-clamp: 2; /* Number of lines to show */
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}

.sticky-top {
  box-shadow: 5px 5px 15px #d4d4d4;
}

/* ================= PRELOADER ================= */
#pageLoader {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 9999;
}

.loader-backdrop {
  position: absolute;
  inset: 0;
  background: rgba(255, 255, 255, 0.7);
}

.loader-box {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background: #fff;
  padding: 30px 40px;
  border-radius: 14px;
  box-shadow: 0 6px 25px rgba(0, 0, 0, 0.15);
  text-align: center;
  font-size: 14px;
  font-weight: 500;
}

.skippy {
  background-color: #51e6d9;
}

.bg-blue {
  background-color: var(--bs-blue);
}

.bg-green {
  background-color: var(--bs-green);
}

.bg-waterblue {
  background-color: var(--bs-waterblue);
}

.bg-waterbluedark {
  background-color: var(--bs-waterbluedark);
}

header {
  background-color: #ffffff;
}

header .nav .nav-link {
  color: #000;
}

.bottom-nav .nav-link {
  color: #000;
  font-size: 14px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 3px;
}

/*Sidebar*/

/* .sidebar-category .accordion-item {
  margin-bottom: 10px;
  background-color: #e4f4ff;
  border-radius: var(--bs-accordion-border-radius);
  border: 0;
}

.sidebar-category .accordion-item:not(:first-of-type) {
  border-top: var(--bs-accordion-border-width) solid
    var(--bs-accordion-border-color);
} */

.sidebar-category {
  padding: 0;
  max-width: 320px;
  position: sticky;
  top: 20px; /* distance from top when scrolling */
  height: fit-content;
}

.sidebar-category .sidebar-title {
  font-weight: 600;
  font-size: 16px;
  margin-bottom: 15px;
}

.sidebar-category .section-header {
  font-size: 14px;
  font-weight: 600;
  padding: 10px 12px;
  border-radius: 0;
  cursor: pointer;
}

.sidebar-category .section-blue {
  background-color: #cdeeff;
}

.sidebar-category .section-green {
  background-color: #d5fdf8;
}

.sidebar-category .section-yellow {
  background-color: #feff96;
}

.sidebar-category .category-list {
  list-style: none;
  padding-left: 15px;
  padding-bottom: 15px;
  margin-top: 0;
}

.sidebar-category .category-list li {
  font-size: 13px;
  padding: 5px 0;
  cursor: pointer;
  color: #023e8a;
  font-weight: 600;
}

@media (max-width: 768px) {
  .sidebar-category {
    max-width: 100%;
  }
}

.therapeutic-bg-color {
  background: #eaf8ff;
}

.supplements-bg-color {
  background: #ffffdd;
}

.others-bg-color {
  background: #f0fffd;
}

/*Home Page Product owl-carousel*/
/* .raku-carousel.owl-carousel .owl-nav button.owl-next,
.raku-carousel.owl-carousel .owl-nav button.owl-prev {
  font-size: 20px !important;
  position: absolute;
  top: 45%;
  background-color: #d5d5d5 !important;
  border-radius: 100%;
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: bold;
}
.raku-carousel.owl-carousel .owl-nav button.owl-next {
  right: 0;
}
.raku-carousel.owl-carousel .owl-nav button.owl-prev {
  left: -20px;
} */
#couponsbanner.owl-carousel .owl-nav.disabled {
  display: block !important;
}
.owl-dots {
  display: none;
}

/* Main Slider Item*/
#main-slider .item {
  background: transparent;
  padding: 0;
  margin: 0;
  color: #fff;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  text-align: center;
}

#coupons-banner {
  display: none;
}

#coupons-banner .item {
  background: #c9c9c9;
  padding: 10px 0px;
  margin: 5px;
  color: #fff;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  text-align: center;
  cursor: pointer;
}

#coupons-banner .item h1 {
  font-size: 18px;
}

#coupons-banner .current .item {
  background: #0c83e7;
}

.owl-theme .owl-nav [class*="owl-"] {
  transition: all 0.3s ease;
}

.owl-theme .owl-nav [class*="owl-"].disabled:hover {
  background-color: #d6d6d6;
}

#main-slider.owl-theme {
  position: relative;
}

#main-slider.owl-theme .owl-next,
#main-slider.owl-theme .owl-prev,
#couponsbanner.owl-theme .owl-next,
#couponsbanner.owl-theme .owl-prev {
  /* width: 30px;
  height: 30px;
  margin-top: -20px;
  position: absolute;
  top: 50%;
  background-color: rgba(255, 255, 255, 0.9);
  border-radius: 50%;
  line-height: 10px; */

  font-size: 40px !important;
  position: absolute;
  top: 45%;
  background-color: rgba(0, 0, 0, 0.6) !important;
  width: 30px;
  height: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: bold;
}

/* #main-slider.owl-carousel .owl-nav button.owl-next svg,
#main-slider.owl-carousel .owl-nav button.owl-prev svg {
  position: absolute;
  top: -20px;
  color: #ffffff;
} */

#main-slider.owl-theme .owl-prev,
#couponsbanner.owl-theme .owl-prev {
  left: 0;
}

#main-slider.owl-theme .owl-next,
#couponsbanner.owl-theme .owl-next {
  right: 0;
}

#couponsbanner .item {
  background: #ffffff;
  padding: 0;
  color: #fff;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  text-align: center;
}

/*Featured Card*/
.feature-card {
  border-radius: 14px;
  padding: 20px 20px;
  text-align: center;
  height: 230px;
  transition: 0.3s;
  display: flex;
  justify-content: space-between;
  align-items: center;
  /* flex-direction: column; */
  overflow: hidden;
  margin-bottom: 20px;
}

.feature-card img {
  max-height: 100%;
  object-fit: contain;
  margin-top: 10px;
}

.feature-card h4 {
  font-weight: 700;
  font-size: 36px;
  width: 65%;
  text-align: left;
  height: 180px;
  overflow: hidden;
  display: flex;
  align-items: start;
  justify-content: center;
  flex-direction: column;
  z-index: 99;
  text-shadow: 0 0 10px #ffffff;
}

/* Background Colors */

.bulkorder {
  background: #f4d6d3;
  color: #a35a56;
  position: relative;
  align-items: start;
}
.bulkorder::after {
  content: "";
  position: absolute;
  top: -50px;
  right: 0;
  bottom: -50px;
  width: 240px;
  height: 100%;
  background: url(../global-images/bulk-orders.png) no-repeat right bottom;
  background-size: contain;
  z-index: 0;
  opacity: 0.6;
}

.bodypart {
  background: #e8e6b6;
  color: #8a8500;
  position: relative;
}
.bodypart::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 320px;
  height: 100%;
  background: url(../global-images/body-part.png) no-repeat right bottom;
  background-size: contain;
  z-index: 0;
}

.offers {
  background: #dcefd5;
  color: #d30000;
  position: relative;
}
.offers::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 320px;
  height: 100%;
  background: url(../global-images/offers.webp) no-repeat right bottom;
  background-size: contain;
  z-index: 0;
}

.pharmacist {
  background: #cfe3ef;
  color: #1c6f8e;
  position: relative;
}

.pharmacist::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 320px;
  height: 100%;
  background: url(../global-images/pharmacist.webp) no-repeat right bottom;
  background-size: contain;
  z-index: 0;
}

/* .feature-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.15);
} */

/*Consult Doctor*/
.consult-section {
  background: linear-gradient(90deg, #f7e733, #f4c20d);
  /* padding: 30px 20px; */
  border-radius: 10px;
  /* overflow: hidden; */
  position: relative;
}

.consult-section::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 320px;
  height: 100%;
  background: url(../global-images/newsletterrightimage.svg) no-repeat right
    center;
  background-size: cover;
  z-index: 0;
}

.consult-title {
  position: relative;
  display: inline-block;
  border: 3px solid transparent;
  border-radius: 10px;
  background:
    linear-gradient(#00a187, #244cd0) padding-box,
    linear-gradient(to right, #00a187, #244cd0) border-box;
  padding: 8px 22px;
  font-weight: 700;
  background: #00a187; /* fallback */
  background: -webkit-linear-gradient(to right, #00a187, #244cd0);
  background: linear-gradient(to right, #00a187, #244cd0);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-size: 70px;
  white-space: nowrap;
}

.consult-title::before {
  content: "";
  position: absolute;
  inset: 0;
  padding: 2px;
  border-radius: 6px;
  background: linear-gradient(to right, #00a187, #244cd0);
  -webkit-mask:
    linear-gradient(#fff 0 0) content-box,
    linear-gradient(#fff 0 0);
  -webkit-mask-composite: xor;
  mask-composite: exclude;
}

.consult-text {
  margin-top: 10px;
  color: #555;
  font-size: 36px;
}

.doctor-img {
  /* max-height: 100%; */
  position: absolute;
  z-index: 99;
  bottom: 0;
  left: 0;
  width: 30%;
}

.right-img {
  max-height: 100%;
  float: right;
}

@media (max-width: 768px) {
  .right-img {
    float: none;
    margin-top: 15px;
  }

  .doctor-img {
    margin-bottom: 15px;
  }
}

.product-row-wrapper {
  flex: 1;
}

/*Product Header*/
.product-row-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0px 20px;
  border-radius: 8px;
  color: #000000;
  width: 100%;
  margin-bottom: 10px;
}

.product-section .product-row-header .product-icons {
  width: 50px;
  height: 50px;
  display: none;
}

.erectileDysfunction-banner .product-row-header {
  background: linear-gradient(90deg, #9bcdff, #36b7a6);
}

.aga-banner .product-row-header {
  background: linear-gradient(90deg, #ff97aa, #fbce74);
}

.beautyproducts-banner .product-row-header {
  background: linear-gradient(90deg, #ff8f9a, #ea70db);
}

.supplement-banner .product-row-header {
  background: linear-gradient(90deg, #c1fff6, #0be7a3);
}

.ayurvedaherbs-banner .product-row-header {
  background: linear-gradient(90deg, #ffa2b3, #ffa7a1);
}

.diabetessupport-banner .product-row-header {
  background: linear-gradient(90deg, #ffcff1, #df88d3);
}

.weightlosssupplements-banner .product-row-header {
  background: linear-gradient(90deg, #ffe88b, #f4d03a);
}

.nutritionalsupplements-banner .product-row-header {
  background: linear-gradient(90deg, #91f8ea, #29e1c7);
}

.personalcare-banner .product-row-header {
  background: linear-gradient(90deg, #ffbe99, #ff8038);
}

.sportsnutrition-banner .product-row-header {
  background: linear-gradient(90deg, #eac5e8, #ff79f7);
}

.vitaminsandnutritionalsupplements-banner .product-row-header {
  background: linear-gradient(90deg, #bdd8c9, #78feb0);
}

.vitaminssupplements-banner .product-row-header {
  background: linear-gradient(90deg, #e9b8b5, #f77e76);
}

.wellness-banner .product-row-header {
  background: linear-gradient(90deg, #e6b6d9, #fea1ef);
}

.left-content {
  display: flex;
  align-items: center;
  gap: 10px;
  flex: 1;
}

.icon {
  font-size: 18px;
}

.product-title {
  font-size: 22px;
  font-weight: 600;
  line-height: 1.4;
}

.view-more {
  color: #000000;
  text-decoration: underline;
  font-size: 14px;
  opacity: 0.9;
  transition: 0.3s ease;
  white-space: nowrap;
  text-transform: uppercase;
}

.view-more:hover {
  opacity: 1;
  text-decoration: underline;
}

/*****Category Section*****/
.category-section .product-row-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 10px 20px;
  border-radius: 8px;
  color: #ffffff;
  width: 100%;
  margin-bottom: 10px;
}

.category-section .product-row-header {
  background: linear-gradient(90deg, #3695b7, #134071);
}

.category-section .item .img-icon {
  border-radius: 50%;
  border: 1px solid var(--bs-yellow);
  width: 80px;
  height: auto;
  padding: 2px;
}

/*****Product Slider*****/
.product-card-x {
  border: 1px solid #f1fffd;
  border-radius: 8px;
  padding: 1rem;
  transition: 0.2s;
  transition: all 0.3s ease;
}

.product-card-x img {
  width: 100%;
  height: 120px;
  object-fit: contain;
}

.product-title-x {
  font-size: 12px;
  height: 15px;
  overflow: hidden;
  font-weight: 900;
}

.product-price-x {
  font-size: 18px;
  font-weight: bold;
  color: #1d1d1d;
  margin: 0;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.product-unit-x {
  font-size: 14px;
  margin: 5px 0 5px 0;
  text-transform: lowercase;
}

.product-rating-x i {
  color: #ffcc00;
  font-size: 10px;
}

.product-card-x:hover {
  background-color: #ffffff;
  border-radius: 12px;
  box-shadow: 0 0 20px rgba(162, 162, 162, 0.4);
}

.ErectileDysfunction-banner .product-card-x {
  background: #effffd;
}

.supplement-banner .product-card-x {
  background: #effffd;
}

.aga-banner .product-card-x {
  background: #fff5f4;
}

.ayurvedaherbs-banner .product-card-x {
  background: #fff5f4;
}

.beautyproducts-banner .product-card-x {
  background: #fff5fd;
}

.diabetessupport-banner .product-card-x {
  background: #fff5fd;
}

.weightlosssupplements-banner .product-card-x {
  background: #fffdf2;
}

.nutritionalsupplements-banner .product-card-x {
  background: #f1fffd;
}

.personalcare-banner .product-card-x {
  background: #fff7f3;
}

.sportsnutrition-banner .product-card-x {
  background: #fff5fe;
}

.vitaminsandnutritionalsupplements-banner .product-card-x {
  background: #fffaf8;
}

.vitaminssupplements-banner .product-card-x {
  background: #fffaf8;
}

.wellness-banner .product-card-x {
  background-color: #fffaf8;
}

/*Home Page Product owl-carousel*/
.raku-carousel.owl-carousel .owl-nav button.owl-next,
.raku-carousel.owl-carousel .owl-nav button.owl-prev {
  font-size: 40px !important;
  position: absolute;
  top: 45%;
  background-color: rgba(0, 0, 0, 0.6) !important;
  width: 30px;
  height: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: bold;
}

.raku-carousel.owl-carousel .owl-nav button.owl-next span,
.raku-carousel.owl-carousel .owl-nav button.owl-prev span {
  position: absolute;
  top: -20px;
  color: #ffffff;
}

.raku-carousel.owl-carousel .owl-nav button.owl-next {
  right: 0;
}

.owl-dots {
  display: none;
}

.whistlist-ribbon {
  color: #fb7185;
  position: absolute;
  top: -10px;
  right: 10px;
  transform: translateY(50%);
  background: white;
  border: 1px solid #ddd;
  border-radius: 50%;
  width: 36px;
  height: 36px;
  cursor: pointer;
  z-index: 50;
  display: flex;
  align-items: center;
  justify-content: center;
}

/********* best-ranking-products ***********/
.best-ranking-products {
  background: #f4f2ff;
  padding: 0 0 40px 0;
}

.best-ranking-products .sectiontitlebar {
  background: #f1f9ff;
  padding: 10px 15px;
  border-radius: 0.375rem;
}

.best-ranking-products .section-title {
  font-weight: 600;
  font-size: 20px;
  display: inline-flex;
  align-items: center;
}

.best-ranking-products .product-card {
  background: transparent;
  padding: 20px;
  height: 100%;
  transition: 0.3s;
}

.best-ranking-products .product-card:hover {
  background-color: #ffffff;
  border-radius: 12px;
  transform: translateY(-5px);
  box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.08);
}

.best-ranking-products .product-card-image {
  background-color: #ffffff;
  border-radius: 12px;
  padding: 20px;
  margin-bottom: 1rem;
  display: flex;
  align-items: center;
  justify-content: center;
}

.best-ranking-products .product-card img {
  max-width: 120px;
  height: auto;
  margin-bottom: 15px;
}

.best-ranking-products .product-title {
  font-size: 14px;
  font-weight: 500;
  min-height: 30px;
  word-wrap: break-word;
  height: 40px;
}

.best-ranking-products .price-old {
  text-decoration: line-through;
  color: #1d1d1d;
  margin-right: 6px;
  font-size: 14px;
  font-weight: 600;
}

.best-ranking-products .price-new {
  font-weight: 600;
  color: #1d1d1d;
}

.best-ranking-products .add-cart-btn {
  margin-top: 10px;
  background: #1da1f2;
  border: none;
  border-radius: 20px;
  padding: 6px 18px;
  font-size: 13px;
}

.best-ranking-products .view-all {
  font-size: 13px;
  text-decoration: none;
  color: #333;
}

.view-all {
  white-space: nowrap;
}

/********* Blogs ***********/
.blog-section .sectiontitlebar {
  background: #f1f9ff;
  padding: 10px 15px;
}

.blog-section .section-title {
  background: #f1f9ff;
  padding: 10px 15px;
  font-weight: 600;
  font-size: 20px;
  border-radius: 0.375rem;
}

.blog-section .card-custom {
  background: #f0f0f0;
  border: none;
  transition: 0.3s ease;
  height: 100%;
}

.blog-section .card-custom:hover {
  transform: translateY(-5px);
}

.blog-section .card-custom img {
  height: 200px;
  object-fit: cover;
}

.blog-section .card-title {
  display: -webkit-box;
  -webkit-line-clamp: 1; /* Number of lines to show */
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}

.blog-section .card-text {
  display: -webkit-box;
  -webkit-line-clamp: 3; /* Number of lines to show */
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}

.btn-dark-custom {
  background: #222;
  color: #fff;
  padding: 6px 18px;
  font-size: 13px;
}

.btn-dark-custom:hover {
  background: #000;
  color: #fff;
}

/**********News*************/
.news-section {
  background: #e9ecef;
  padding: 40px 0;
}

.news-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 25px;
}

.news-section .sectiontitlebar {
  background: #f1f9ff;
  padding: 10px 15px;
  border-radius: 0.375rem;
}

.news-section .section-title {
  font-weight: 600;
  font-size: 20px;
  display: inline-flex;
  align-items: center;
  flex-wrap: wrap;
}

.news-header h4 {
  font-weight: 600;
  font-size: 18px;
  margin: 0;
}

.news-header a {
  font-size: 14px;
  text-decoration: none;
  color: #333;
}

.news-card {
  border: none;
  background: white;
  transition: 0.3s ease;
  height: 100%;
}

.news-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.08);
}

.news-card img {
  width: 100%;
  height: 180px;
  object-fit: cover;
}

/**********FAQ*************/
.faq-section {
  padding: 40px 0;
}

.faq-title {
  font-weight: 600;
  margin-bottom: 25px;
  color: #333;
}

.faq-section .accordion-button {
  background-color: #fff6d2;
  font-weight: 500;
  border-radius: 6px !important;
  margin-bottom: 10px;
}

.faq-section .accordion-button:not(.collapsed) {
  background-color: #fff6d2;
  color: #000000;
  box-shadow: none;
  font-weight: 600;
}

.faq-section .accordion-item {
  border: none;
  background: transparent;
}

.faq-section .accordion-body {
  background: #ffffff;
  border-radius: 6px;
  margin-bottom: 10px;
}

/* Remove default arrow background */
.faq-section .accordion-button:focus {
  box-shadow: none;
}

@media (max-width: 768px) {
  .faq-section {
    padding: 30px 15px;
  }
}

/**********Promo Section*************/

.promo-section {
  padding: 20px 0;
}

.promo-card {
  position: relative;
  overflow: hidden;
  border-radius: 6px;
}

.promo-card img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 6px;
}

.overlay-content {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
  color: #333;
}

.overlay-content h5 {
  font-weight: 600;
}

.overlay-content .btn {
  font-size: 14px;
  padding: 6px 14px;
  border-radius: 20px;
}

.play-btn {
  position: absolute;
  bottom: 15px;
  left: 50%;
  transform: translateX(-50%);
  width: 50px;
  height: 35px;
  background: #ff0000;
  border-radius: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.play-btn::before {
  content: "";
  border-left: 12px solid white;
  border-top: 8px solid transparent;
  border-bottom: 8px solid transparent;
  margin-left: 4px;
}

@media (max-width: 768px) {
  .promo-section {
    padding: 10px;
  }
}

/**********Promo Section*************/
.dark-section {
  background-color: #4a4a4a;
  color: #ffffff;
  padding: 40px;
}

.dark-section .section-title {
  font-weight: 600;
  font-size: 18px;
  margin-bottom: 12px;
}

.dark-section .section-text {
  font-size: 14px;
  color: #dcdcdc;
  line-height: 1.8;
}

.dark-section .section-block {
  margin-bottom: 35px;
}

.dark-section .section-block:hover .section-title,
.dark-section .section-block:hover .section-text {
  color: #ffcc00;
  cursor: pointer;
}

/**********Newsletter*************/

.newsletter-section {
  background: #ffcc00;
  padding: 80px 0;
  position: relative;
  overflow: hidden;
  margin-top: 20px;
}

/* Left & Right Background Images */
.newsletter-section::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 320px;
  height: 100%;
  background: url("../global-images/newsletterleftimage.webp") no-repeat left
    center;
  background-size: cover;
  z-index: 0;
}

.newsletter-section::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 320px;
  height: 100%;
  background: url("../global-images/newsletterrightimage.webp") no-repeat right
    center;
  background-size: cover;
  z-index: 0;
}

.newsletter-content {
  position: relative;
  z-index: 2;
}

.newsletter-section h2 {
  font-weight: 700;
  color: #3d4241;
}

.sale-text {
  color: #ffffff;
  font-size: 18px;
}

.subscribe-box {
  background: rgb(255, 255, 255);
  border-radius: 12px;
  padding: 6px;
  display: flex;
  align-items: center;
  backdrop-filter: blur(8px);
  width: 60%;
}

.subscribe-box input {
  border: none;
  background: transparent;
  outline: none;
  padding: 10px;
  width: 250px;
  color: #000000;
}

.subscribe-box input::placeholder {
  color: #000000;
}

.subscribe-btn {
  background: #333;
  color: #fff;
  border-radius: 8px;
  padding: 10px 20px;
  border: none;
  white-space: nowrap;
}

.toggle-btns button {
  border: none;
  padding: 8px 15px;
  border-radius: 8px;
  margin-right: 5px;
  background: #fff;
}

.toggle-btns button.active {
  background: #e6f7f4;
  font-weight: 600;
}

/* Responsive */
@media (max-width: 992px) {
  .newsletter-section::before,
  .newsletter-section::after {
    width: 180px;
    opacity: 0.5;
  }
}

@media (max-width: 768px) {
  /* .subscribe-box {
    flex-direction: column;
    align-items: stretch;
  } */

  .subscribe-box input {
    width: 100%;
  }
}

/**********Stats*************/
/* Top Section */
.stats-section {
  padding: 40px 0 20px;
  text-align: center;
}

.stats-section .stats-title {
  font-weight: 600;
  font-size: 26px;
  background: linear-gradient(90deg, #2ea5ff, #28c76f);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  border-bottom: 0;
  margin-bottom: 0;
}

.stats-section .stats-desc {
  font-size: 18px;
  color: #777;
  margin-top: 0;
}

.stats-section .stat-card {
  padding: 25px;
  border-radius: 10px;
  /* background: transparent; */
  text-align: left;
  height: 100%;
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.stat-card h4 {
  font-weight: 600;
}

.stat-card small {
  color: #777;
}

.stat-card .text-danger {
  background:
    linear-gradient(#ffb774, #f68dff) padding-box,
    linear-gradient(to right, #ffb774, #f68dff) border-box;
  font-weight: 700;
  background: #ffb774; /* fallback */
  background: -webkit-linear-gradient(to right, #ffb774, #f68dff);
  background: linear-gradient(to right, #ffb774, #f68dff);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.stat-card .text-primary {
  background:
    linear-gradient(#5e36f2, #05e0f0) padding-box,
    linear-gradient(to right, #5e36f2, #05e0f0) border-box;
  font-weight: 700;
  background: #5e36f2; /* fallback */
  background: -webkit-linear-gradient(to right, #5e36f2, #05e0f0);
  background: linear-gradient(to right, #5e36f2, #05e0f0);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.stat-card .text-success {
  background:
    linear-gradient(#f3c221, #06eb0c) padding-box,
    linear-gradient(to right, #f3c221, #06eb0c) border-box;
  font-weight: 700;
  background: #f3c221; /* fallback */
  background: -webkit-linear-gradient(to right, #f3c221, #06eb0c);
  background: linear-gradient(to right, #f3c221, #06eb0c);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.stat-card .text-success {
  background:
    linear-gradient(#21f3f3, #02ec0b) padding-box,
    linear-gradient(to right, #21f3f3, #02ec0b) border-box;
  font-weight: 700;
  background: #21f3f3; /* fallback */
  background: -webkit-linear-gradient(to right, #21f3f3, #02ec0b);
  background: linear-gradient(to right, #21f3f3, #02ec0b);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

/* Gradient Borders */
.border-orange {
  border: 4px solid transparent;
  background:
    linear-gradient(#fff, #fff) padding-box,
    linear-gradient(45deg, #ffb774, #f68dff) border-box;
}

.border-blue {
  border: 4px solid transparent;
  background:
    linear-gradient(#fff, #fff) padding-box,
    linear-gradient(150deg, #05e0f0, #5e36f2) border-box;
}

.border-green {
  border: 4px solid transparent;
  background:
    linear-gradient(#fff, #fff) padding-box,
    linear-gradient(45deg, #f3c221, #02ec0b) border-box;
}

.border-yellow {
  border: 4px solid transparent;
  background:
    linear-gradient(#fff, #fff) padding-box,
    linear-gradient(45deg, #21f3f3, #02ec0b) border-box;
}

/* Logo */
.logo-text {
  font-size: 28px;
  font-weight: 700;
  margin: 0 0 20px 0;
}

.logo-text span:nth-child(1) {
  color: #ff6f61;
}
.logo-text span:nth-child(2) {
  color: #ff9f43;
}
.logo-text span:nth-child(3) {
  color: #1dd1a1;
}
.logo-text span:nth-child(4) {
  color: #54a0ff;
}
.logo-text span:nth-child(5) {
  color: #5f27cd;
}

/**********Footer*************/
.footer {
  margin-top: 40px;
  padding: 0;
  background-color: #f1f1f1;
}

.footer h6 {
  font-weight: 600;
  margin-bottom: 15px;
}

.footer .quicks_links a {
  display: block;
  text-decoration: none;
  color: #292929;
  font-size: 14px;
  margin-bottom: 15px;
  font-weight: 400;
  transition: all 0.5s;
}

.footer .quicks_links a:hover {
  border-left: 3px solid #ffcc00;
  overflow: hidden;
  padding-left: 10px;
  color: #ffcc00;
}

.footerLogo img {
  width: 300px !important;
}

.social-btn img {
  width: 60px;
  height: 60px;
  border-radius: 15px;
  /* background: #ffffff; */
  display: flex;
  align-items: center;
  justify-content: center;
  /* box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1); */
  transition: 0.3s ease;
  font-size: 28px;
}

.social-btn img:hover {
  transform: translateY(-5px);
  box-shadow: 0 8px 18px rgba(0, 0, 0, 0.15);
}

/* Brand Colors */
.line {
  color: #00c300;
}
.twitter {
  color: #000000;
}
.pinterest {
  color: #e60023;
}
.instagram {
  color: #e4405f;
}
.tiktok {
  color: #000000;
}
.youtube {
  color: #ff0000;
}

@media (max-width: 576px) {
  .social-btn {
    width: 65px;
    height: 65px;
    font-size: 22px;
  }
  .footer {
    padding: 0 !important;
    margin-bottom: 75px;
  }
}

.payment-method {
  display: flex;
  gap: 5px;
}
/* Bottom Bar */
.bottom-bar {
  color: #404040;
  padding: 10px 0;
  font-size: 13px;
  font-weight: 600;
}

@media (max-width: 768px) {
  .stats-section {
    padding: 40px 15px;
  }
}
