@import url("https://fonts.googleapis.com/css2?family=Libre+Franklin:ital,wght@0,100..900;1,100..900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Bebas+Neue&display=swap");

body,
html,
img {
  max-width: 100%;
}
*,
h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
  padding: 0;
}
ol,
ul {
  list-style: none;
}
ul,
li {
  margin: 0;
  padding: 0;
}
*,
.ftr-link a,
.nav-rgt a {
  text-decoration: none;
}

body {
  font-family: "Libre Franklin", sans-serif;
  color: #171717;
}
p {
  line-height: 200%;
}
/*--------------------Header and Navbar Style----------------------------*/

.right-padding {
  padding-right: 100px;
}
.nav-menu-desktop li {
  display: inline-block;
  border-right: #ccc 1px solid;
}
.nav-menu-desktop li:last-child {
  border: none;
}
#nav-bar-section,
#nav-bar-section-mob {
  margin-bottom: 0px;
}

#nav-bar-section {
  margin-top: 0;
}
#nav-bar-section .nav-bar,
#nav-bar-section-mob .nav-bar {
  background: #fff;
  /* height: 90px; */
  padding: 0;
  margin-top: -90px;
  top: 90px;
  -webkit-box-shadow: 0 3px 4px 0 rgba(0, 0, 0, 0.1);
  z-index: 999;
  box-shadow: 0 3px 4px 0 rgba(0, 0, 0, 0.1);
  position: fixed;
  width: 100%;
}
.nav-wrapper {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  height: 90px;
}
.nav-menu-desktop {
  padding-left: 30vmin;
}
.nav-rgt a {
  color: #000000;
  font-size: 16px;
  line-height: 24px;
  height: 24px;
  font-weight: 500;
  padding: 0 14px;
  font-family: "Poppins", sans-serif;
  /* border-right: 0.5px solid #BEBEBE;*/
}
.nav-rgt {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  position: relative;
}
.nav-rgt a:nth-child(5),
.nav-rgt a:last-child {
  border-right: none;
}

a.order-link {
  color: #ffffff !important;
  /* box-shadow: 0 3px 4px 0 rgba(0, 0, 0, .1); */
  background: #000;
  border: 1px solid #ffffff;
  padding: 6px 20px;
  font-size: 14px;
  margin-left: 0;
  height: auto !important;
}
a.order-link {
  font-family: "Poppins", sans-serif;
  color: #fff;
}
.save-btn,
.save-btn:hover,
a.order-link {
  color: #fff !important;
  font-size: 18px;
  line-height: 20px;
  font-weight: 600;
  border-radius: 50px;
  padding: 12px 35px;
  background: #1ac70e;
  font-weight: 800;
}
#nav-bar-section .nav-bar.fixed-nav,
#nav-bar-section-mob .nav-bar.fixed-nav {
  position: fixed;
  z-index: 9999;
  -webkit-transition: margin 0.3s ease-out;
  transition: margin 0.3s ease-out;
  margin-top: 0;
  top: -1px;
  -webkit-box-shadow: 0 3px 4px 0 rgba(0, 0, 0, 0.1);
  box-shadow: 0 3px 4px 0 rgba(0, 0, 0, 0.1);
  width: 100%;
  background: #fff;
}

/*--------------------Desktop Banner Style----------------------------*/
#hero-box {
  width: 100%;
  height: auto;
  position: relative;
  margin-top: 65px;
  background-image: url(../../images/index/hero-bg.png);
  background-repeat: no-repeat;
  background-position: center;
  padding: 50px 0;
  background-size: cover;
}
.banner-features-container [class^="col"] {
  padding: 0 2px;
}
p.review-star {
 font-weight: 600;
 margin-bottom: 10px;
 color: #121212;
 display: flex;
 align-items: center;
}
.hero-text h1 {
  font-size: 53px;
  line-height: 67px;
  margin-bottom: 15px;
  /* max-width: 470px; */
  color: #313131;
}
.hero-text ul {
  padding-top: 0px;
}
.hero-text ul,
.rightSec ul,
.s5CompBox ul {
  padding-left: 0;
}
.hero-details {
  color: #000;
  font-size: 16px;
  line-height: 140%;
  font-weight: 600;
  margin-bottom: 8px;
}
.hero-text ul li {
  display: flex;
  align-items: center;
  gap: 6px;
  padding-bottom: 9.5px;
  color: #313131;
}
.dot-fade {
  animation: 1s ease-in-out infinite fade;
}

.hero-text ul {
  padding-top: 0px;
}
.banner-features-container {
  max-width: 500px;
}
.author-name {
  margin-left: 23px;
  display: inline-block;
  color: #3b3b3b;
}
.review-star img {
    max-width: 100px;
    margin-right: 6px;
}
.banner-reviews-content {
  padding: 20px 30px;
  background: #f6f7f9;
  border: 1px dashed #8692a9;
  border-radius: 15px;
  margin-top: 0;
  max-width: 448px;
  margin-bottom: 20px;
}
.banner-author-section {
  font-size: 14px;
}
.review-star2 {
  max-width: 100px;
  margin-left: 18px;
}
.banner-reviews-para p {
font-weight: 600;
    font-size: 13px;
    /* font-style: italic; */
    text-align: center;
    /* max-width: 445px; */
    margin: auto;
    margin-bottom: 7px;
    color: #000;
}

.hero-text h3 span,
.top-bar p span,
h1 {
  font-weight: 700;
}
.banner-features-content p {
  font-weight: 700;
  font-size: 15px;
  text-align: center;
  color: #0a0a0a;
  line-height: 1.3rem;
}
.banner-features-content {
  text-align: center;
}

.hero-text .btn-box .save-btn {
  display: block;
  width: 100%;
}
.save-btn,
.save-btn:hover {
  font-size: 20px;
  color: #fff !important;
  padding: 23px 53px;
  text-decoration: none;
  text-align: center;
  margin: 0 0 10px;
  font-weight: 600;
  background: #1ac70e;
  box-shadow: 0px 4px 4px 0px #00000040;
  /* text-transform: uppercase; */
  /* padding-right: 60px; */
  border-radius: 4px;
  border: transparent;
  max-width: fit-content;
}
.btn-box {
  max-width: fit-content;
  text-align: center;
}
.btn-box img {
  margin-top: -2px;
}
.days-money-back-sec-content-container .money-left-content {
  max-width: 36%;
}
.pulse {
  animation-name: pulse;
  -webkit-animation-name: pulse;
  animation-duration: 1.5s;
  -webkit-animation-duration: 1.5s;
  animation-iteration-count: infinite;
  -webkit-animation-iteration-count: infinite;
}

.bar1,
.bar2,
.bar3 {
  width: 25px;
  height: 3px;
  background-color: #000000;
  transition: 0.4s;
  -webkit-border-radius: 2px 2px 2px 2px;
  border-radius: 2px;
}

/*------------------------As seen on -----------------------*/
.as_seen_on_cntnr_desk {
  width: 92%;
  float: left;
}
.as_seen_on_sec {
  clear: both;
  position: relative;
  z-index: 99;
  margin-top: 0;
  background: #f5f5f5;
  /* background: #efefef; */
  /* box-shadow: 0px -4px 8px -4px #00000040; */
}
.as_seen_on_cntnr_desk .slider-collection .owl-carousel {
  display: flex;
  justify-content: space-around;
  align-items: center;
  overflow: hidden;
}
.as_seen_hdng p {
  font-size: 24px;
  line-height: 100%;
  /* font-weight: 700; */
  margin-bottom: 0;
  color: #848484;
  text-align: left;
  font-family: "Bebas Neue", sans-serif;
}
.mobile-hero-details {
  padding: 20px 0;
  background: #f4f4f4;
}
.as_seen_on_cntnr {
  padding: 13px 0 9px;
  color: #fff;
  float: left;
  width: 100%;
}
.pro-slider .item {
  text-align: center;
  display: table;
}
.pro-slider img {
  /* height: 60px; */
  object-fit: contain;
  width: 73px;
  padding: 0;
}
.pro-slider img {
  padding: 5px;
}
.as_seen_on_sec .as_seen_on_cntnt_cntnr {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  padding: 25px 0;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}
.essential-hdng p.commonHead b,
.uses-content p {
  color: #ff5c00;
  font-weight: 700;
}
/* ✅ Wrapper */
.scrolling-text {
  background: #f8f8f8;
}

/* ✅ Marquee Container */
.marquee {
  position: relative;
  overflow: hidden;
  height: 85px;
  display: flex;
  align-items: center;
  background: #f9f9f9;
  box-shadow: 0 6px 6px rgba(0, 0, 0, 0.2);
}

/* ✅ Content Track (contains both copies) */

.marquee-track {
  display: flex;
  flex-shrink: 0;
  white-space: nowrap;
  animation: scroll-left 12s linear infinite; /* Smooth constant speed */
}

/* ✅ Content Items */
.marquee-content {
  display: flex;
  gap: 35px;
  align-items: center;
  flex-shrink: 0;
}

.marquee-content img {
  max-width: 50px;
  height: auto;
}

/*---------------------Others Style----------------------------*/
.section-padding {
  padding: 80px 0;
}
.content-list {
  padding-left: 20px;
}
.content-list li {
  color: #fff;
  list-style: disc;
}
.section-padding-bottom {
  padding-bottom: 80px;
}
.section-margin {
  margin: 80px 0;
}
.rounded-img {
  border-radius: 20px;
}
.rounded-img-ls {
  border-radius: 20px 0 0 20px;
}

.frame-row {
  background: linear-gradient(45deg, #ba9a56 0%, #3d2a00 100%);
  border-radius: 12px;
  color: #fff;
}
.content-block {
  padding: 0 100px;
}
.content-block h4 {
  font-size: 41px;
  margin-bottom: 15px;
  font-weight: 700;
}
.bg-gray {
  background: #fafafa;
}
.sec-content {
  padding: 0 40px;
}
.-mt-40 {
  margin-top: -40px;
}
.section-heading1 {
  font-size: 46px;
  font-weight: 700;
  margin-bottom: 1.4rem;
}
.section-heading2 {
  font-size: 38px;
  font-weight: 700;
  margin-bottom: 1.4rem;
}
.featured-list {
  display: flex;
}
.featured-list li {
  text-align: center;
  padding: 0 10px;
}
.featured-list li .ft-img {
  margin-bottom: 10px;
}
.ft-hd h4 {
  font-size: 15px;
  font-weight: 600;
}
.ft-hd {
  margin-bottom: 10px;
}
.hdr-dark {
  background: #505050;
}
.section-padding2 {
  padding: 40px 0;
}
.white {
  color: #fff;
}
.arrow-hd {
  position: absolute;
  margin: auto;
  left: 0;
  right: 0;
  bottom: -19px;
}
.arrow-hd img {
  display: block;
  margin: auto;
}
.relative {
  position: relative;
}
.text-block-1 h4 {
  font-size: 14px;
  text-transform: uppercase;
  margin-bottom: 10px;
}
.text-block-1 h2 {
  font-size: 60px;
  font-weight: 600;
}
.feature-box {
  --marker-size: 24px;
  --marker-gap: 0px;
  --icon-size: 60px;
  position: relative;
  /* padding-top: calc(var(--marker-size) + 8px); */
  margin-bottom: 24px;
}
.feature-box::before {
  content: "";
  position: absolute;
  top: calc(var(--marker-size) / 2);
  height: 3px;
  border-radius: 2px;
  background: #3a748c;
  z-index: 1;
}
.feature-box.left .icon {
  left: 0;
  transform: translateY(22%);
}
.icon {
  position: absolute;
  top: calc(var(--marker-size) / 2 - var(--icon-size) / 2);
  width: var(--icon-size);
  height: var(--icon-size);
  z-index: 2;
}
.feature-content {
  padding: 0 0 0 59px;
}
.feature-content h5 {
  font-size: 18px;
  margin: 0 0 6px;
  font-weight: 600;
  color: #333 !important;
}
.feature-content p {
  margin: 0;
  color: #333 !important;
  font-size: 14px;
  line-height: 1.5;
  max-width: 99%;
}
/*------------Step Section style--------------*/
.step-item {
  padding: 15px;
  text-align: center;
  background: #fff;
  border-radius: 17px;
  box-shadow: 0 4px 14px rgba(0, 0, 0, 0.1);
  min-height: 426px;
}
.step-section .rounded-img,
.step-section .video1 {
  height: 226px;
}
.step-number {
  width: 40px;
  height: 40px;
  line-height: 35px;
  border-radius: 50%;
  background: #ba9a56;
  color: #fff;
  font-weight: 500;
  font-size: 18px;
  text-align: center;
  flex-shrink: 0;
  margin: -35px auto 17px auto;
  border: #fff 4px solid;
  font-family: "Poppins", sans-serif;
      position: relative;
    z-index: 10;
}
.step-item h5 {
  font-size: 1.2rem;
  margin-bottom: 0;
  padding-left: 0;
  margin-left: 0 !important;
  font-weight: 600;
}
.step-item p {
  /* font-size: 0.9rem; */
  margin-top: 0;
  /* font-weight: 400; */
  padding-top: 14px;
}
/*------------Owl STyle--------------*/

.owl-dots {
  text-align: center;
  margin-top: 15px;
  display: flex !important;
  max-width: fit-content !important;
  margin: 5px auto !important;
}

.owl-dot.active span {
  background: #121212 !important;
}
.owl-dot span {
  width: 14px !important;
  height: 14px !important;
  margin: 5px 7px !important;
  background: #999999 !important;
  border-radius: 50%;
  display: inline-block;
  margin: 0 5px;
  /* border: #7BADFF 1px solid; */
}

/*------------Case Items--------------*/
.case-item {
  position: relative;
  overflow: hidden;
  border-radius: 12px;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  height: 100%;
  margin: 0 7px;
}
.case-item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 12px;
  display: block;
}
.case-text {
  position: absolute;
  left: 0;
  right: 0;
  bottom: -7px;
  padding: 13px;
  color: #fff;
  text-align: center;
  min-height: 132px;
}

.use-cases {
  padding: 80px 0;
  background: #f6f6f6;
}
.case-text h3 {
  font-size: 17px;
  font-weight: 600;
  margin-bottom: 6px;
}
.case-text p {
  font-size: 14px;
  line-height: 1.5;
  margin: 0;
}
.use-cases .col {
  padding: 0;
}
/*---------------------Video Style----------------------------*/

.video1 {
  border-radius: 20px;
  width: 100%;

  display: block;
  object-fit: cover;
}

/*------------------------------Spec Style----------------------*/
.comparison-col2 ul li,
.comparison-col3 ul li,
.comparison-col4 ul li {
  justify-content: center;
  text-align: center;
}
.spec-table {
  position: relative;
}
.comparison-product {
  width: 100%;
  max-width: 117px;
  height: auto;
  margin-top: 43px;
}

.comparison-col2 .comparitor-name {
  color: #000;
  font-weight: 600;
  font-size: 17px;
  min-height: 65.8px;
  line-height: 1.4rem;
  margin-top: 10px;
}
.check-icon,
.cross-icon {
  width: 26px;
  height: auto;
}
.comparison-imgbox {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  height: 181.2px;
  margin-top: -118.5px;
}
.comparison-star {
  margin-left: auto;
  margin-right: auto;
  width: 90px;
}
.comparison-wrapper {
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
  padding: 20px 0px;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  margin-top: 78px;
}
.comparison-col3 .comparison-product,
.comparison-col4 .comparison-product {
  max-width: 80px;
}
.comparison-col3 .comparison-product {
  margin-top: 76px;
}
.comparison-col1 {
  width: 34%;
}
.comparitor-name {
  text-align: center;
  color: #000;
  font-size: 17px;
  line-height: 120%;
  font-weight: 400;
  margin-top: 10px;
  margin-bottom: 5px;
  min-height: 65.8px;
}
.comparison-col {
  width: 22%;
  text-align: center;
}
.comparison-col1 ul {
  padding-top: 158.9px;
}
.comparison-col ul {
  padding-left: 0;
}
.comparison-col1 ul li {
  text-align: left;
}
.comparison-col ul li {
  width: 100%;
  height: 52px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  border-bottom: 2px solid #121212;
  font-weight: 600;
  font-size: 16px;
  line-height: 120%;
  color: #000;
  padding: 10px 0;
}
.comparison-col ul li:last-child {
  border-bottom: none;
}
.comparison-col2 {
  background: #fff9e7;
  /* background: linear-gradient(180deg, #ffffff 0%, #007ffe 100%); */
  border-radius: 25px;
  background: linear-gradient(to bottom, #ffffff 0%, #b8b8b8 100%);
  border-radius: 9px;
}
.comparison-col {
  width: 25%;
  text-align: center;
}
/*---------30 Days Money Back-------------*/
.days-money-back-sec {
  padding: 70px 0;
  background: #3f3f3f;
}
.days-money-back-sec-content-container {
  display: flex;
  align-items: center;
  max-width: 800px;
  justify-content: space-between;
  margin: auto;
}
.days-money-back-sec-content-container .money-right-content h3 {
  font-size: 30px;
  line-height: 36px;
  color: #ffffff;
  font-weight: 700;
  margin-bottom: 15px;
}
.days-money-back-sec-content-container .money-right-content {
  max-width: 60%;
}

/*---------------Review Section----------------*/
.heading-sm h4 {
  font-weight: 700;
  color: #000;
  font-size: 24px;
}
.avg-rating {
  padding-right: 90px;
  padding-top: 20px;
}
.review-section {
  /* max-width: 700px; */
  /* margin: 50px auto; */
  border-bottom: 2px dashed #cdcdcd;
  padding-bottom: 30px;
  margin-bottom: 30px;
}

.review-header img {
  width: 48px;
  height: 48px;
  border-radius: 50%;
  object-fit: cover;
}
.star-rating img {
  max-width: 100px;
  margin-top: 10px;
  margin-bottom: 10px;
}
.verified-badge {
  display: inline-block;
  margin-left: 10px;
}
.verified-badge img {
  width: auto !important;
  height: auto !important;
  object-fit: none !important;
  border-radius: 0% !important;
}
.review-header .name {
  font-weight: 600;
  color: #000;
}
.verified {
  color: #00a82d;
  font-size: 0.9rem;
}

.review-title {
  font-weight: 700;
  font-size: 1.2rem;
  color: #3b3b3b;
}
.review-text {
  font-style: italic;
  color: #000;
}
.review-image img {
  width: 140px;
  height: auto;
  border-radius: 12px;
  margin-top: 4px;
}
.helpful {
  font-size: 0.9rem;
  color: #8a8a8a;
  margin-top: 21px;
}

/*---------------------------Faq----------------------*/
.qu {
  font-family: "Inter", sans-serif;
}
.faq-container {
  vertical-align: top;
  max-width: 830px;
  width: 100%;
  margin: 15px auto;
  float: none;
  overflow: hidden;
}
.accordion {
  background: url(../../images/index/close.png) 100% center no-repeat;
  padding: 13px 45px 10px 0;
  font-size: 18px;
  line-height: 30px;
  letter-spacing: 0.5px;
  cursor: pointer;
  font-weight: 600;
  color: #000;
}
.acdn-heading.active {
    background: url(../../images/index/open.png) 100% center no-repeat;
    background-size: 16px;
    border: none;
}
.accordion span {
  color: #0c2539;
  display: inline-block;
  padding-right: 5px;
  font-size: 23px;
}
.acdn-content {
  display: none;
  transition: background-color 0.3s;
  color: #000000;
  font-weight: 300;
  font-size: 18px;
  line-height: 150%;
  margin-bottom: 0;
}
.faq-container .up-slide-dwn {
  margin-bottom: 10px;
}
.up-slide-dwn {
  float: left;
  width: 99%;
  margin-top: 0;
  padding: 0px 25px 8px 30px;
  position: relative;
  left: 50%;
  transform: translateX(-50%);
  background: #fff;
  /* box-shadow: 0px 5px 10px 0px #0000001a; */
  border-bottom: #212529 1px solid;
}

/*---------------Banner bottom offer section------------------*/
.offer-section .hero-details li {
  margin: 12px 0;
}
.offer-section .hero-details li img {
  margin-right: 10px;
}

/* .offer-section .review-star {
  display: flex;
} */
/* Top offer bar */
.offer-bar {
  background-color: #b99756;
  font-size: 1.1rem;
  padding: 0.6rem 0;
}
.offer-section {
  background: #e9e9e9;
}
/* Rating stars */
.stars {
  color: #ffb400;
  font-size: 1.2rem;
}

/* Green button */
.btn-success {
  background-color: #00c200 !important;
  border-color: #00c200 !important;
  transition: all 0.3s ease;
}
.btn-success:hover {
  background-color: #009a00 !important;
}

/* Status indicator */
.status-dot {
  width: 10px;
  height: 10px;
  background-color: #90ee90;
  border-radius: 50%;
  display: inline-block;
}

/* Stock level bar */
.stock-bar {
  display: flex;
  gap: 3px;
}
.bar-segment {
  width: 18px;
  height: 10px;
  background-color: #ddd;
  border-radius: 2px;
}
.bar-segment.low {
  background-color: red;
}
.fw-semibold {
  font-weight: 700;
}
.offer-highlight img {
  display: inline-block;
  margin-right: 5px;
  max-width: 30px;
}

/*--------------------Footer----------------------------*/

footer {
  padding: 40px 0;
}
.ftr-logo {
  /* width: 100%; */
  max-width: 280px;
  height: auto;
}
.Slides,
.c-text,
.dic-text p,
.ftr-link,
.s3TxtBx .num-cir p {
  text-align: center;
}
.ftr-link a:hover {
  color: #639fca !important;
}
.c-text,
.ftr-link a {
  color: #121313;
  transition: all ease-in-out 0.3s;
  /* font-family: Poppins, sans-serif; */
  /* font-weight: 700; */
  font-family: Poppins, sans-serif;
  padding: 4px 8px;
}
.dic-text p {
  /* color: #fff; */
  font-size: 14px;
  margin-bottom: 0;
  font-family: Poppins, sans-serif;
}
/*--------------------Animation----------------------------*/
@keyframes fade {
  0%,
  100%,
  70% {
    opacity: 100%;
  }
  50% {
    opacity: 30%;
  }
}
/* ✅ Smooth Animation Keyframes */
@keyframes scroll-left {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-50%);
  }
}
.pulse {
  animation-name: pulse;
  -webkit-animation-name: pulse;
  animation-duration: 1.5s;
  -webkit-animation-duration: 1.5s;
  animation-iteration-count: infinite;
  -webkit-animation-iteration-count: infinite;
}
@keyframes pulse {
  0%,
  100% {
    transform: scale(0.9);
  }
  50% {
    transform: scale(1);
  }
}
@-webkit-keyframes pulse {
  0%,
  100% {
    -webkit-transform: scale(0.95);
  }
  50% {
    -webkit-transform: scale(1);
  }
}
.btn-box p {
    font-size: 12px;
}
p.acdn-para {
    line-height: 29px;
}