/*
Theme Name: Nowfuture
Theme URI: https://nowfuture.example.com/
Author: Your Name
Description: A custom WordPress theme based on the Nowfuture landing page, built with Bootstrap 5.
Version: 1.0
License: GNU General Public License v3.0
License URI: https://www.gnu.org/licenses/gpl-3.0.html
Text Domain: nowfuture
Tags: custom, bootstrap, responsive, ecommerce
*/

/*
 * Table of Contents:
 * 1.0 - Bootstrap 5 Framework
 * 2.0 - Typography
 * 3.0 - Layout & Structure
 * 4.0 - Navigation
 * 5.0 - Content
 * 6.0 - Widgets
 * 7.0 - Media
 * 8.0 - Forms
 * 9.0 - Comments
 * 10.0 - Utilities
 * 11.0 - Media Queries
 */

/* 1.0 - Bootstrap 5 Framework
--------------------------------------------- */
/* Bootstrap is loaded via CDN in functions.php */

/* 2.0 - Typography
--------------------------------------------- */
body {
    font-family: "Noto Sans", sans-serif;
    font-size: 1rem;
    color: #2b298d;
    font-weight: 400;
    background-color: #F7F0FD!important;
    overflow-x: hidden; /* prevent accidental horizontal shifts */
}
p {
  font-family: "Noto Sans", sans-serif;
  font-size: 1rem;
  color: #2b298d;
}
a {
    color: #2B298D;
}
a:hover {
    color: #007fff;
}
h1 {
    font-family: "Noto Sans", sans-serif;
    font-size: 3vw;
    font-weight: 600;
}
h2 {
    font-size: 2.5rem;
    font-weight: 500;
    color: #2B298D;
}
h5 {
    font-size: 1.125rem;
    font-weight: 700;
    color: #2b298d;
}
/* .nowfuture {
    position: relative;
    border: solid 1px red;
}
.nowfuture::after{
    content: "";
    position: absolute;
    inset: 0;
    background: url("newassets/assets/images/foot-sidebg.png") bottom;
    background-size: contain;
    background-position: left;
    background-repeat: no-repeat;
    opacity: 1;  
    z-index: 0;
    pointer-events: none;
    bottom: 0;
    left: 0;
} */
main {
  min-height: 64vh;
  /* padding-top: 120px!important; */
}
.nowfuture {
    position: relative;
    background: #EBE8F8 url("newassets/assets/images/foot-sidebg.png") no-repeat left bottom;
    background-size: 1000px auto; /* Adjust width as needed */
    /* optional overlay */
}

.nowfuture::after {
    content: "";
    position: absolute;
    inset: 0;
    background: inherit;
    opacity: 0.5; /* adjust transparency */
    z-index: -1;
    pointer-events: none;
}
.dropdown-item:focus, .dropdown-item:hover {
    background-color: transparent!important;
    color: #4F80FF;
}
.dropdown-item img {
  object-fit: cover;
}
.btn-primary-bl a{
  color: #fff;
  text-decoration: none;
} 
.nav-fix {
  position: fixed; 
  top: 0; 
  z-index: 100;
  width: 100%;
  padding: 0;
}
.nav-side {
  display: flex;
}
.nav-container{
  display: flex;
  width: 100%;
  /* margin-right: calc(-.5 * var(--bs-gutter-x));
  margin-left: calc(-.5 * var(--bs-gutter-x)); */
  align-items: center;
  margin: 0!important;
  justify-content: space-between;
}
.navbar {
    font-size: 1rem;
    color: #2b298d;
}
.nav-link {
    color: #2b298d;
    font-weight: 500;
    font-size: 1vw;
}
.nav-link:hover , .nav-link:active, .nav-link.show, .nav-link.focus {
    color: #007fff!important;
}

.navbar-toggler {
    border: none;
    }
.navbar-expand-lg .navbar-nav .nav-link {
    padding-right: .8rem;
    padding-left: .8rem;
}
ul.dropdown-menu.show {
    border: none;
    box-shadow: 0px 12px 19px 2px rgba(0, 0, 0, 0.2);
    -webkit-box-shadow: 0px 12px 19px 2px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0px 12px 19px 2px rgba(0,0,0,0.2);
    padding: 15px;
    /* background: rgba(250, 250, 250, .8); */
    background: rgba(250, 250, 250) 
}
.dropdown-item {
    padding: 0!important;
}
.custom-logo {
  width: 80%;
}
.nav-prod-list {
    display: flex;
    gap: 15px;
    align-items: center;
}
.btn-primary-bl {
    padding: 7px 20px;
    background: #2b298d;
    color: #fff;
    transition: all 0.3s ease;
    margin: 0 .5rem;
}
.btn-primary-bl:hover {
    background: #4f80ff;
    color: #fff;
}
.font-bold {
    font-weight: 600;
}
.navbar-toggler:focus {
    border: none!important;
    box-shadow:none!important;
}
.menu-item-buy-now {
  padding: 10px 1.25rem!important;
}
#primary-menu .navbar-nav {
  padding-bottom: 0!important;
}
#primary-menu .padLR20 {
  padding: 0!important;
}
.pad-50 {
    padding: 0 50px;
}
.bg-nav {
    /* background: #e9cbf0; */
    background: #eddefc;
    border-bottom: 2px solid #dbbfff;
}
.border-bg-nav {
    border-bottom: solid 1px #DBBFFF;
}
.divider {
    border: solid 1px #2f2c2c;
    height: 15px;
  }
.padLR20{
    padding: 0 20px;
}
.dropdown-toggle::after {
    display: none !important;
  }
a.custom-toggle:hover .custom-chevron::before {
    transform: translateY(4px);    
  }  
  a.dropdown-toggle:hover .custom-chevron::before {
    transform: translateY(4px);    
  } 

  /* .custom-chevron  {
    transition: transform 0.3s cubic-bezier(0.25, 1, 0.5, 1);
  } */
  .banner-out {
    background-image: url("newassets/assets/images/banner-bg.jpg");
    background-size:  cover;
    background-position: center bottom;
    background-repeat: no-repeat, no-repeat;
    height: 100vh;
    margin: 0px;
    padding: 0;
  }
  .banner-wrap {
    background-image: url("newassets/assets/images/banner-bg2.png"),  url("newassets/assets/images/banner-bg.jpg");
    background-size: 70%, cover;
    background-position: left bottom, center bottom;
    background-repeat: no-repeat, no-repeat;
    height: 100vh;
    padding: 0;
    margin: 0;
    overflow: hidden;
    position: relative;
  /* Smooth animation */
    transition: background-position 0.2s ease;
   }

  .banner-section {
    display: flex;
    padding: 0;
    position: relative;
     }
  .banner-section h1 {
    font-family: "Amaranth", sans-serif;
    font-weight: 500;
  }
  .already-cus {
      height: 73vh;
      /* background: url("newassets/assets/images/already-cus-bg.png") bottom; */
      background-size: 100%;
      background-repeat: no-repeat;
      padding-left: 35px;
      position: relative;
      padding-top: 120px;
      flex-basis: 85%;
      overflow: hidden;
      background: #ffffffdb;
      border-bottom-left-radius: 25px;
  }
  .already-cus::before {
    content: "";
    position: absolute;
    inset: 0;
    background:url("newassets/assets/images/already-cus-bg.png") bottom;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    opacity: 0.7;  /* Adjust image opacity here */
    z-index: -1;
    border-bottom-left-radius: 25px;
    pointer-events: none; 
  }
  .already-cus h2 {
      color: #3D45A5!important;
      font-weight: 600!important;
      font-size: 1.5rem!important;
      margin-bottom: 30px!important;
  }
  .already-cus a {
      font-size: 1vw;
      font-weight: 600;
      color: #2B298D;
  }
  .already-cus a:hover {
    color: #007fff;;
  } 
  .cus-cont {
    padding-right: 8rem;
  }
  /* .al-img {
      position: absolute;
      bottom: 0;
      right: 0;
      display: flex;
      justify-content: end;
  } */
  .al-img {
    position: relative;
    bottom: 0;
    right: 0;
    display: flex;
    justify-content: end;
    max-width: 70%;
    /* margin-top: 2rem; */
    margin-left: auto;
    margin-right: auto;
    
  }
  .cus-p1 , .cus-p2 , .cus-p3  {
   margin-bottom: 15px;
  }
  .cus-p1 p, .cus-p2 p, .cus-p3 p {
    margin-bottom: 10px;
    font-size: 1vw;
  }
  .cus-p1 .btn-main , .cus-p2 .btn-main , .cus-p3 .btn-main {
    display: flex!important;
    align-items: center!important;
    gap: 10px!important;
  }
  .al-img img   {
      width: auto;
  }
  .animate-on-load {
    opacity: 0;
    transform: translateY(30px);
    animation: fadeSlideUp 1s ease-out 0.5s forwards;
  }
  
  @keyframes fadeSlideUp {
    to {
      opacity: 1;
      transform: translateY(0);
    }
  }
  .spe-nav {
      font-size: 1rem;
  }
  .sec-baner {
      display: flex;
      padding: 30px 50px 30px 8rem;
      margin-top: 130px;
  }
  .satio img {
      width: 85%;
  }
  .satio-intro {
    gap: 32px;
    display: flex;
    flex-direction: column;
  }
  .satio-intro p {
    width: 76%;
    font-size: 1.15vw;
  }
  /* .btn-wrap {

  } */
  .spe-logo {
    font-family: "Amaranth", sans-serif; 
    color: #3D45A5;
  }
  
  .btn-wrap {
    width: 310px;
    text-align: center;
    border-radius: 15px;
    background: #fff;
    padding: 7px 7px 7px 10px;
    font-size: 1.275rem;
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 10px;
  }
  .product-page .btn-wrap {
    width: 373px;
  }
  .btn-main {
    background-color: #2B298D;
    border-radius: 10px;
    color: #fff;
    font-size: 1rem;
    align-self: start;
    /*padding: .375rem 1.25rem!important;*/
}
.imgwrap img {
  width: 225px;
}

.btn-main:hover{
    background: #4F80FF;
    color: #FFFFFF;
}
.mob {
    display: none;
}

/* why use nowfuture*/
.whyuse {
    display: flex;
    margin-top: 120px;
  }
.cont-wrap {
    display: flex;
    margin-top: 30px;
}
.cont-wrap .col {
    margin-right: 32px;
    padding-right: 50px;
}
.cont-wrap .icon {
    margin-bottom: 32px;
}

.e-n-accordion-item-title {
    justify-content: space-between;
}
/* once active "    border-bottom-right-radius: 0;
border-bottom-left-radius: 0;" */

.whyuse .why-cont {
  flex-basis: 100%;
  margin-right: 6rem;
  margin-left: 3rem;
  padding-bottom: 130px;
}
.whyuse .img-col {
  flex-basis: 30%;
  position: relative;
}
.img-col img {
  position: absolute;
  bottom: 0;
  object-fit: cover;
}
.play-video {
    margin-top: 30px;
    justify-content: flex-start;
    align-items: flex-end;
    display: flex;
    margin-right: 35px;
}
.btn-play {
    /* width: 240px; */
    background: #2B298D;
    border-radius: 11px;
    padding: 10px 15px 10px 30px;
    color: #fff;
    border: none;
    
}
.btn-play:hover {    
    background: #4F80FF; 
    border: none;
}
.btn-play img {
    margin-left: 10px;
}
.animate-on-scroll {
  opacity: 0;
  transform: translateY(40px);
  transition: opacity 1s ease, transform 1s ease;
}

.animate-on-scroll.visible {
  opacity: 1;
  transform: translateY(0);
}
/* faq */
.faq {
    margin: 150px 0;
    /* padding: 0 75px; */
    padding: 0;
}
.faq-wrap h3 a {
  font-size: 1.315rem !important;
  font-weight: 500 !important;
  color: #2B298D !important;
  padding: 25px !important;
}
.faq-wrap h3 a i {
  color: #2B298D !important;
}
#sp-ea-516.sp-easy-accordion > .sp-ea-single > .ea-header a .ea-expand-icon {
  color: #2B298D !important;
}
.faq-wrap h3 a {
  font-size: 1.312rem !important;
  font-weight: 500 !important;
  color: #2B298D !important;
}
.title-view-wrap {
    display: flex;
    justify-content: space-between;
    margin-bottom: 50px;
    align-items: center;
}
a.viewmore {
    font-size: 1rem;
    font-weight: 600;
}
.custom-accordion .accordion-item {
    background-color: #CFE0F9;
    border: none;
    color: #2B298D;
    margin-bottom: 24px;
    border-radius: 20px;
  }

  .custom-accordion .accordion-button {
    background-color: #CFE0F9;
    color: #2B298D;
    font-weight: 600;
    box-shadow: none;
    transition: background-color 0.3s ease;
    border-radius: 20px!important;
    padding: 28px;
  }

  .custom-accordion .accordion-button:not(.collapsed) {
    background-color: #CFE0F9;
    color: #2B298D;
  }

  .custom-accordion .accordion-button::after {
    /* content: '\f107'; Font Awesome angle-down */
    font-family: "Font Awesome 6 Free";
    font-weight: 900;
    transition: transform 0.3s ease;
  }

  .custom-accordion .accordion-button:not(.collapsed)::after {
    transform: rotate(180deg);
  }

  .custom-accordion .accordion-body {
    color: #2B298D;
    font-size: 1rem;
    padding-top: 0!important;
    padding: 28px;
  }
/* testimonials */
.testimonials {
    padding: 0 150px;
    margin-bottom: 150px;
    display: flex;
    justify-content: center;
}
.testimonial-slider {
    display: flex;
    overflow: hidden;
    border-radius: 10px;
    transition: opacity 0.5s ease;
  }

  .testimonial-slide {
    width: 100%;
    display: flex;
    flex-direction: row;
    animation: fadeIn 0.5s ease-in-out forwards;
  }

  /* .testimonial-slide.active {
    display: flex;
  } */
  .carousel-indicators li {
    cursor: pointer;
    width: 20px;
    height: 20px;
    border-radius: 50%;
  }
  .carousel-indicators {
    position: relative!important;
    bottom: 0!important;
    top: -50px;
    left: 100px;
  }
  .carousel-indicators [data-bs-target] {
    margin-right: 25px;
  }
  .testimonial-image {
    flex: 1;
    min-width: 40%;
    background-size: cover;
    background-position: center;
    transition: background-image 0.5s ease-in-out;
    display: flex;
    justify-content: center;
  }

  .testimonial-content {
    flex: 1;
    padding: 0 40px;
    display: flex;
    flex-direction: column;
    }
  .testimonial-text p.comments-hlgt {
      font-weight: 700;
      color: #3D45A5;
      font-size: 1.25rem;
  }
  .testimonial-text h3 {
    margin: 0;
    font-size: 1.25rem;
    color: #3D45A5;
    font-weight: 700;
  }
.country {
    color: #4F80FF;
    font-weight: 500;
}
  .testimonial-text h4 {
    margin-top: 5px;
    font-weight: normal;
    color: #888;
  }

  .testimonial-text p {
    margin-top: 20px;
    font-size: 1rem;
    color: #000;
  }

  .indicators {
    text-align: left;
    margin-top: 60px;
  }

  .carousel-indicators [data-bs-target] {
    display: inline-block;
    width: 25px;
    height: 25px;
    border-radius: 50%;
    background-color: #3B198B;
    cursor: pointer;
    transition: background-color 0.3s ease;
    opacity:.15 ;
  }
  .carousel-indicators .active {
    opacity:1 ;
  }
  .testimonials .mobile {
    display: none;
  }
  .testimonials .desk {
    display: block;
  }
  .testimonial-image img {
    max-height: 100%;
    max-width: 100%;
    height: auto;
    object-fit: contain;
    align-self: flex-start; /* Align to top if needed */
    width: 85%;
    height: 85%;
  }
  .indicator-dot.active {
    background-color: #3B198B;
  }

  @keyframes fadeIn {
    from { opacity: 0; }
    to { opacity: 1; }
  }

  @media (max-width: 768px) {
    .testimonial-slide {
      flex-direction: column;
    }

    .testimonial-image {
      height: 250px;
    }

    .testimonial-content {
      padding: 20px;
    }

    .indicators {
      text-align: center;
    }
  }
/* about */
.about {
    /* padding: 0 75px; */
    margin-bottom: 150px;
}
.abtcont {
    margin-top: 50px;
    padding-right: 150px;
}
.aboutcwrap {
    margin-top: 50px;
    width: 65%;
}
footer {
    padding: 0!important;
    margin: 0;
}
footer {
    padding: 0!important;
    margin: 0;
}
.ft-bottom {
    background: #6D4BBC;
    /* height: 108px; */
    color: #fff;
    padding: 30px 8rem;
    display: flex;
    justify-content: space-between;    
}
.ft-bottom span{
 font-size : 15px;
}
.ft-bottom a {
    color: #fff;
}
.footnav {
    display: flex; 
    padding: 0 50px;
    justify-content: space-between;  
    padding: 50px 0;
    gap: 50px;
    position: relative;
    margin: 0 8rem;
}
.footnav::after {
    content: "";
    width: 100%;
    border-top: 1px solid #8486BB;
    position: absolute;
    padding-bottom: 50px;
    top: 0;
  }
.footnav ul li {
    color: #6A6A6A;
    font-size: .875rem;
    list-style: none;
}
.footnav div div.title {
    color: #3D45A5;
    font-size: .875rem;
    list-style: none;
    font-weight: 700;
    margin-bottom: 20px;
}
.footnav ul li a {
    color: #6A6A6A;
    font-size: .875rem;
    text-decoration: none;
    line-height: 2;
}
.bot-nav {
    display: flex;
}
.social-icons {
    display: flex;

}
.social-icons {
    display: flex;
    gap: 30px;
    padding-right: 150px;
    align-items: center;
    }
.social-icons img {
    width: 45px;
    height: 45px;
}
.bottomnav-wrap {
  padding-left: 2rem;
}
.partnerus {
    display: flex;
    align-items: center;
    padding: 50px 0;
}
.partner {
    display: flex;
    justify-content: center;
    margin-bottom: 100px;

  }
.plog {
    display: flex;
    justify-content: center;    
  }
  .plog img {
      width: 60%;
  }
  .partnersec {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 50%;
    font-size: 1.25rem;
  }
.partsec {
    display: flex;
    justify-content: space-between;
    gap: 50px;
    align-items: center;
} 
.partsec span:last-child {
  font-weight: 700;
}
.btnblue {
    background: #2B298D;
    border-radius: 8px;
    color: #fff;
    text-decoration: none;
    padding: 10px 20px;
    text-align: center;
    transition: all 0.3s ease;
  }
.btnblue:hover {
    background: #4F80FF;
    color: #fff;
}
.partnerusbox {
    display: flex;
    flex-direction: column;
    gap: 5px;
  }
.howwork {
    background: url("newassets/assets/images/how-work-bg.png");
    background-repeat: no-repeat;
    padding: 100px 0;    
    border-top-right-radius: 50px;
    background-position: center top;
  }
  .howwork .title {
    margin-left: 0;
    margin-bottom: 100px;
  }
  .howworkwrap {
    display: flex;
    width: 80%;
    margin-left: 40px;
    margin-top: 100px;
  }

/* home page slider card */
 /* Slider Container */
 .testimonial-modern-card-items{
  /* border: solid 1px #4F80FF; */
  border-radius: 45px;
  margin: 0 0 20px;
  padding: 30px 30px 60px 30px;
  position: relative;
  background-color: #fff;
}
.testimonial-modern-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 8px 30px rgba(0, 0, 0, 0.15);
}

.testimonial-modern-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.3s ease;
}

.testimonial-modern-card:hover .testimonial-modern-image img {
  transform: scale(1.05);
}

/* Responsive settings */
@media (min-width: 1200px) {
  .testimonial-modern-slider .swiper-slide {
      width: 33.333%;
  }
}

@media (min-width: 768px) and (max-width: 1199px) {
  .testimonial-modern-slider .swiper-slide {
      width: 50%;
  }
}

@media (max-width: 767px) {
  .testimonial-modern-slider .swiper-slide {
      width: 100%;
  }
}


  .buy, .collect, .view-result {
    /* border: solid 1px #4F80FF; */
    border-radius: 45px;
    margin: 0 20px;
    padding: 30px 30px 60px 30px;
    position: relative;
    background-color: #fff;
  }
  .buy h4, .collect h4, .view-result h4 {
    margin-bottom: 25px;
  }
  .ordr-img {
    position: relative;
   }
   /* .howwork .testimonial-widget-container, .howwork .swiper {
    overflow: visible !important;
   }
  .howwork .swiper-slide .ordr-img img {
    width: auto;
    height: 165px;
    position: absolute;
    right: -20px;
    top: -65px;
  } */

  .howwork-hme .testimonial-widget-container, .howwork-hme .swiper {
    overflow: visible !important;
  }
  .howwork-hme .testimonial-widget-container {
    width: 80%!important;
  }
  .howwork-hme .swiper-slide .ordr-img img {
    width: auto;
    height: 165px;
    position: absolute;
    right: -20px;
    top: -65px;
  }
  .ordr-img img {
    width: auto;
    height: 165px;
    position: absolute;
    right: -20px;
    top: -65px;
  }
.howwork .tilte {
    margin-bottom: 50px;
}
.swiper-slide {
  box-sizing: border-box;
}
.howwork-slider {
  padding: 20px 0;
}
.box-content-wrap {
  min-height: 430px;
}
.box-content-wrap h4 {
  font-weight: 600;
  margin-bottom: 1.2rem;
}
.box-content-wrap p {
  font-size: .875rem;
}
.pwrap {
  min-height: 250px;
}
/* .pwrap p:first-child {
  font-weight: 600;
} */
.pwrap .textwidget:first-child p {
  font-weight: 600;
}
/* .custom-carousel .carousel-item {
  transition: transform 0.6s ease;
} */
.custom-carousel {
  position: relative;
  z-index: 1;
}
#primary-menu {
  position: relative;
}
.nav-item {
  position: relative;
}
/* #carouselExampleIndicators2 {
  margin-left: 60px;
} */

/* Product detail page */
.product-page {
  padding: 0;
}
.product-page .title-wrap {
  margin-left: 60px;
  /* margin-left: 20px; */
  margin-right: 20px;
  align-items: start;
}

.product-page .title-wrap p {
  font-size : 1.2rem;
}

.product-page .howwork .title {
  margin-bottom: 10px;
}
.fw-semibold {
 font-size : 1.2rem;
}
.product-page .howwork {
  background: url("newassets/assets/images/prod-hw-bg.png")!important;
  background-position: 56% top !important;
  background-repeat: no-repeat !important;
}

.wbox {
padding: 31px!important;
}
.twrap {
  min-height: 350px;
}
.things {
  width: 100%;
  background: #EDDEFC;
  padding: 80px 0;
  }
.things h2 {
  margin-bottom: 60px;
}
.things-wrap {
  display: flex;
  gap: 56px;
  }
  .lft-wrap {
    display: flex;
    flex-direction: column;
    gap: 20px;
    min-width: 350px;
    font-size: 1.25rem;
    }
    .wbox .imgwrap {
      margin-bottom: 20px;
      display: flex;
      justify-content: center;
      }

/* product slider how it works       */
.testimonial-card-slider {
      padding: 1rem;
      margin-left: 0 !important;
      width: 85%!important;
      }
      .testimonial-card-slider .swiper-wrapper {
        padding: 10px 0;
    }

    .testimonial-card-slider .swiper-slide {
        height: auto;
        padding: 0 15px;
        box-sizing: border-box;
    }

    .testimonial-card {
        background: #fff;
        border-radius: 1rem;
        box-shadow: 0 4px 20px rgba(0,0,0,0.1);
        overflow: hidden;
        transition: transform 0.3s ease;
        height: 100%;
        display: flex;
        flex-direction: column;
        margin: 0 auto;
        max-width: 100%;
    }

    .testimonial-card:hover {
        transform: translateY(-5px);
    }
    
    .testimonial-card:hover .testimonial-card-image img {
        transform: scale(1.05);
    }

    .testimonial-card-inner {
        display: flex;
        flex-direction: column;
        height: 100%;
    }

    .testimonial-card-images {
        display: flex;
        gap: 10px;
        padding: 15px;
        flex-wrap: wrap;
        margin-bottom: 15px;
    }

    .testimonial-card-image {
        flex: 1;
        min-width: 100px;
        max-width: calc(50% - 5px);
        aspect-ratio: 1;
        overflow: hidden;
        border-radius: 8px;
        box-shadow: 0 2px 8px rgba(0,0,0,0.1);
        transition: transform 0.3s ease;
    }

    .testimonial-card:hover .testimonial-card-image {
        transform: translateY(-3px);
    }

    .testimonial-card-image img {
        width: 100%;
        height: 100%;
        object-fit: cover;
        transition: transform 0.3s ease;
    }

    .testimonial-card:hover .testimonial-card-image img {
        transform: scale(1.05);
    }

    .testimonial-card-content {
        padding: 1.5rem;
        flex-grow: 1;
        display: flex;
        flex-direction: column;
    }

    .testimonial-card-quote {
        font-size: 1.1rem;
        font-style: italic;
        color: #4a5568;
        margin-bottom: 1rem;
        flex-grow: 1;
    }

    .testimonial-card-name {
        font-weight: 700;
        color: #2d3748;
        margin-bottom: 0.25rem;
    }

    .testimonial-card-role {
        color: #718096;
        font-size: 0.9rem;
        margin-bottom: 1rem;
    }

    .testimonial-card-description {
        color: #4a5568;
        line-height: 1.6;
        margin-top: 1rem;
        font-size: 0.95rem;
    }

    /* Swiper Pagination Styles */
    .swiper-pagination-bullet {
        width: 10px;
        height: 10px;
        background: #b2a8d9;
        opacity: 1;
        margin: 0 5px !important;
        transition: background 0.2s;
    }

    .swiper-pagination-bullet-active {
        background: #5b4ae7;
    }

    .swiper-pagination {
        position: relative;
        margin-top: 20px;
        text-align: center;
    }

    /* Responsive settings */
    @media (min-width: 1200px) {
        .testimonial-card-slider .swiper-slide {
            width: 33.333%;
        }
    }

    @media (min-width: 768px) and (max-width: 1199px) {
        .testimonial-card-slider .swiper-slide {
            width: 50%;
        }
    }

    @media (max-width: 767px) {
        .testimonial-card-slider .swiper-slide {
            width: 100%;
        }
    }      
.wbox  {
  background: #ffffff5c;
  border-radius: 12px;
  padding: 24px;
}
.wbox .imgwrap {
      margin-bottom: 0!important;
      }
.kit-item-wrap {
 min-width: 400px;
 font-size: 1.25rem;
}  
.kit-items {
display: flex;
gap: 18px;
align-items: center;
}

.kit-items img {
width: 94px;
}
.kit-items h6 {
font-weight: 600;
font-size: 1.25rem;
}
.kit-items p {
margin: 0;
}
.kit-item-wrap {
display: flex;
flex-direction: column;
gap: 56px;
}

.testing, .worldwide-dia, .order {
  width: 100%;
  padding: 80px 0;
}
.testing h2 {
  margin-bottom: 60px;
}
.testing-wrap {
display: flex;
gap: 110px;
}
.tst-box {
font-size: 1rem;
flex: 0 0 25%;
padding-left: 35px;
border-left: solid 1px #DFC7F0;
}
.tst-box .title {
font-size: 3rem;
}
.tst-box .sub-title {
font-size: 1.5rem;
font-weight: 600;
margin-bottom : 1rem;
}
.testimonials.pdt {
margin-top: 80px;
}
.worldwide-dia-wrap{
background: url(assets/images/satio_demo.png);
background-size: cover;
padding: 50px;
border-radius: 30px;
}
.worldwide-dia-wrap .title {
font-size: 1.5rem;
color: #fff;
font-weight: 500;
width: 35%;
}
.worldwide-dia-wrap .descr {
font-size: 1rem;
color: #fff;
margin-top: 17px;
margin: 10px 0 50px 0;
width: 35%;
}
/* .order {
display: flex;
justify-content: center;
} */
.order-wrap {
/* background: url(<?php echo esc_url(home_url('/')); ?>/wp-content/themes/nowfuture/newassets/assets/images/order-bg.png); */
background-repeat: repeat;
background-size: cover!important;
width: 100%;
background-repeat: no-repeat;
padding: 35px 50px;
display: flex;
justify-content: space-between;
align-items: center;
border-radius: 15px;
}
.order-blk h2 {
font-size: 1.5rem;
color: #2B298D;
}
.product-wrap {
  margin-top: 45px!important;
}
.title-wrap h1 {
  font-size: 2.5rem;
}
.price-dol {
  font-size: 1.875rem;
  font-weight: 600;
  color: #2B298D !important;
}
.method {
  display: flex;
  gap: 15px;
  margin-bottom: 3.5rem;
}
.method a {
  text-decoration: none!important;
}
.vertical-line {
  width: 1px;
  height: 24px; /* adjust height as needed */
  background-color: #BFB7E3; /* black line */
}
.abt-test h2 {
  margin-bottom: 60px;
  margin-bottom: 2.5rem;
}
nav#productTab a {
  padding: 0;
  margin-bottom: 24px;
  font-weight: 700;
  font-size: 1rem;
  width: 250px;
  
}
.product-content h4{
  font-size: 1rem !important;
  margin-bottom: 1.2rem;
  font-weight: 600;
}
/* product */
.product-out {
  display: flex;
  gap: 50px;
}
.pro-imgwrap {
  width: 450px;
  height: 550px;
}
.abt-test {
  margin-bottom: 100px!important;
  margin-top: 50px !important;
}
#cart-icon-wrapper {
  background: #C5A2F1;
  border-radius: 50%;
  padding: 3px;
  height: 40px;
  width: 40px;
  text-align: center;
}
#productCarousel .carousel-item video {
  height: 630px;
  margin: -1px;
  width: calc(100% + 2px);
  max-width: calc(100% + 2px);
}
#productCarousel .carousel-item img {
  width: 100%; 
  height: 630px;
  border-radius: 24px; 
  box-shadow: 0 8px 32px rgba(80,60,160,0.08); 
  background: #fff;
  object-fit: cover;
}
/* #productCarousel .carousel-item video, #productCarousel .carousel-item img {
min-height: 650px;
} */
#cart-count-badge {
  position: absolute;
  top: -6px;
  right: -12px;
  background: #DA4F46;
  color: white;
  border-radius: 50%;
  border:solid 1px #DBBFFF;
  padding: 2px 7px;
  font-size: 12px;
  display: inline-block;
}
#primary-menu .nav-link i {
  margin-left: 3px;
  font-size: 0.7em;
}
.custom-toggle.nav-link {
  cursor: pointer;
  font-size: 1vw;
}
#productCarousel .carousel-inner {
  background: #fff;
  border-radius: 24px;
}
.bi-chevron-down::before {
  transition: transform 0.3s ease;
}
.title-wrap {
  /* margin-left: 50px; */
  margin-top: 30px;
}
.title-wrap h3 {
  font-weight: 600;
}
.testimonials .slick-dots {
  position: absolute;
  bottom: 40px;
  left: 160px;
}
.testimonials .slick-dots li button::before {
  font-size: 75px!important;
}
#customAccordion .ea-header a{
  background-color: #CFE0F9;
  color: #2B298D!important;
  font-weight: 600;
  box-shadow: none;
  transition: background-color 0.3s ease;
  border-radius: 20px !important;
  padding: 28px;
  font-size: 1rem;
}
#customAccordion .ea-body {
  padding: 0 28px 28px 28px;
  border-radius: 20px !important;
}
.swiper-slide .satio-shape {
  display: flex;
  justify-content: start;
}
.swiper-slide .ordr-img img {
  position: relative;
  width: 100%;
  height: auto;
  top: 0;
  right: 0;
  margin-bottom: 25px;
}
.sow-carousel-content .buy, .sow-carousel-content .collect, .sow-carousel-content .view-result {
  min-height: 610px !important;
  font-size: .875rem;
  min-width: 333px!important;
  background: none;
  border: none;
}
/* .slick-track {
  width: 100% !important;
 
} */
.carousel-control-next-icon, .carousel-control-prev-icon {
  background-color: #aa73ef ;
  border-radius: 50%;
  background-size: 50%;
}
.carousel-control-prev {
  left: -53px;
}
.carousel-control-next {
  right: -53px;
}
#sp-ea-422.sp-easy-accordion > .sp-ea-single > .sp-collapse > .ea-body {
  background-color: transparent!important;
}
.testimonial-slide-outer {
  display: flex;  
  gap: 20px;
}

.contact-heading {
  margin-top: 30px;
}
.contact {
  display: flex;
  justify-content: center;
  margin-top: 30px;
}
.contact-wrap {
  display: flex;
  flex-direction: column;
  justify-content: start;
  align-items: start;
  background: #fff;
  width: 465px;
  padding: 40px;
  border-radius: 20px;
}
.contact-wrap input, textarea {
  border-top: none;
  border-right: none;
  border-left: none;
  border-bottom: solid 1px #B29AEB;
}
.contact-wrap input[type="submit"] {
  padding: 7px 20px;
  background: #2b298d;
  color: #fff;
  transition: all 0.3s ease;
  margin: 0 .5rem;
  border-radius: 11px;
}
.sub-banner-out img {
  max-width: 100%;
}
/* cart section */
.cart-out {
  display: flex;
  margin-top: 25px;
}
.cart-contain {
  display: flex;
  flex-basis: 100%;
}
.cart-contain  .cart-item {
  width: 100%;
}
.cart-contain  .cart-item table tr:nth-child(even) {
  background-color: #fff6;
}

.cart-contain  .cart-item table tr:first-child {
  height: 50px;
}
/* .cart-buttons {
  display: flex;
  font-size: 1rem;
} */
.cart-buttons {
  display: flex;
  font-size: 1rem;
  flex-basis: 45%;
  gap: 30px;
  align-items: center;
}
.cart-buttons .btn-main{
  font-size: 1rem;
}
/* contact */
.wpcf7 input[type="file"] {
  cursor: pointer;
  font-size: .75rem;
  margin-top: 10px;
  padding-bottom: 5px;
}
/* faq */
.sub-banner-out .desk {
  display: block;
}
.sub-banner-out .mob {
  display: none;
}

@media (max-width: 575px) { 
    h1 {
        font-family: "Noto Sans", sans-serif;
        font-size: 2rem;
        text-align: left;
      }
      h2{
        font-size: 1.675rem;
      }
      .sep {
        display: none;
      }  
    .banner-out  {
      height: auto;
    }
    .banner-wrap { 
        height: 100%;
    }
    .banner-wrap {
      background-image: none,  url("newassets/assets/images/banner-bg.jpg"); 
    }
      
    .banner-section {
        flex-direction: column;
      }
      .sec-baner {
        flex-direction: column;
        margin-top: 75px;
        padding: 30px 2rem 30px 2rem;
      }
      .banner-section .sec-baner h1 {
        font-family: "Amaranth", sans-serif;
      }
    .desk {
        display: none;
    }
    .mob {
        display: block;
    }
    .mob .satio-intro p {
        width: 100%;
        font-size: 1rem;
    }
    .btn-wrap {
        width: 292px;
        display: flex;
        justify-content: space-between;
        align-items: center;
        font-size: 1.2rem;
      }
    .satio {
        display: flex; 
        justify-content: center
    }
    .satio img {
        width: 350px;
    }
    .already-cus {
        height: auto;
        padding: 30px;
        margin: 20px;
        background: #ffffffdb url("newassets/assets/images/already-cus-bg.png");
        border-radius: 12px;
        background-size: 100% auto;
        background-position: center;       
        
      }
      .already-cus::before {
        opacity: 1;  /* Adjust image opacity here */
        background: none;
        z-index: 0;
      }
      .already-cus .btn-main {
        font-size: .75rem!important;
      }
      .cus-cont {
        padding-right: 0;
      }
      .cus-p1, .cus-p2, .cus-p3 {
        margin-bottom: 20px;
        z-index: 1;
        font-size: .75rem!important;
        display: flex;
        flex-direction: column;
        gap: 5px;
       }
       .cus-p1 p, .cus-p2 p, .cus-p3 p {
        margin-bottom: 10px!important;
        font-size: .75rem;
      }
      
      .already-cus a {
        font-size: .75rem!important;
      }
      .al-img {
       right: 0;
       bottom: 1px;
       position: absolute;
      }
      .already-cus h2 {
          font-size: 1.25rem;
      }
      .al-img img {
        width: 140px;
        border-bottom-right-radius:12px;
      }
      .pad-50 {
          padding: 0 30px;
      }
      .whyuse {
        flex-direction: column;
        padding: 0 20px;
        margin: 50px 0;
      }
      .title-wrap .icon img {
        max-width: 100%;
        height: auto;
        display: block;
      }
      .product-page .title-wrap ul li {
        font-size: .875rem;
        margin-bottom: .315rem;
      }
      .product-page .title-wrap p {
        font-size: 1rem;
      }
      .title-wrap {
        display: flex;
        margin-bottom: 14px;
        /* flex-direction: column; */
        align-items: center;
        margin-left: 0;
        gap: 15px;
        margin-top: 10px;
      }
      .title-wrap h3 {
        margin-bottom: 0;
        align-content: center;
      }
      .product-page .title-wrap {
        flex-direction: column; 
        margin: 1.5rem auto;
        padding: 0 30px;
      }
      .cont-wrap .icon {
        margin-bottom: 0;
        flex-shrink: 0;
        width: 50px;
        height: 50px;
        display: flex;
        align-items: center;
        justify-content: center;
      }
      .img-col {
        display: none;
      }
      .cont-wrap {
        width: 100%;
        flex-direction: column;
      }
     
      .cont-wrap .col {
        width: 100%;
        padding-right: 0;
        margin-right: 0;
        margin-bottom: 24px;
      }
      .play-video {
        margin-top: 0;
        justify-content: flex-start;
        align-items: flex-start;
      }
      .whyuse .why-cont {
        margin-right: 0; 
        margin-left: 0;
      }
/* faq starts here */
      .faq {
        margin: 70px 0;
        padding: 0 30px;
      }
      #faqTab1 {
        display: flex;
        flex-direction: column;
      }
      .faq-page-faq .nav-link {
        font-size: 1rem!important;
        padding: .5rem 0;
      }
      .faq-menu-sec {
        border-right: 0px solid #DBBFFF!important;
      }
      .accordion-item #faqTab1 .active {
        border-right: 3px solid #4F80FF!important;;
        color: #007fff !important;
      }
      .sp-easy-accordion .sp-ea-single .ea-header a {
        font-size: 1rem;
        color: #2B298D !important;
        font-weight: 600;
      }
      #sp-ea-516.sp-easy-accordion > .sp-ea-single > .ea-header a .ea-expand-icon {
        color: #2B298D !important;
      }
      .sub-banner-out .desk {
        display: none;
      }
      .sub-banner-out .mob {
        display: block;
      }
      .sub-banner-out .bsect {
        padding: 1.5rem;
        background: url("newassets/assets/images/faq-bg.jpg");
        background-size: cover;
        border-radius: 10px;
        }
        .sub-banner-out .bsect p{  
          margin-bottom: 0;
        }
        .sub-banner-out .bsect sup {
          top: -1em;
        }
        .contact-hero-section {
          margin-top:60px
        }
        .connect-box {
          flex-direction: column;
          align-items: start!important;
        }
        .connect-header {
          margin-bottom: 10px;
        }
        .connect-details{
          text-align: left!important;
        }
      .abt-test h2 {
        margin-bottom: 1rem;
      }
      .footnav {
        flex-direction: column-reverse;
        margin: 0 20px;
      }
      .bottomnav-wrap {
        padding-left: 0;
        padding-right: 4rem;
      }
      .bot-nav {
        flex-wrap: wrap;
      }
      .nowfuture {
        position: relative;
        background-position: 54% bottom;
      }
      .nowfuture::before {
        background: url("newassets/assets/images/banner-bg.jpg");
        filter: blur(4px);
      }
      .ft-bottom {
        flex-direction: column;
        font-size: .75rem;
        padding: 30px!important;
        text-align: center;
      }
      .partnersec {
        display: flex;
        align-items: center;
        width: 100%;
        flex-direction: column;
      }
      .footnav::after {
        width: 100%;
        border-top: 1px solid #8486BB;
      }
      .social-icons {
        /* display: none; */
        padding-left: 0;
      }
      .about {
        padding: 0 30px;
        /* height: 690px; */
        overflow: hidden;
        position: relative;
      }
      .aboutcwrap {
        flex-direction: column;
        width: 100%;
      }
      .main-abt {
        flex-direction: column;
      }
      .abtcont {
       flex-direction: column;
       padding-right: 0;
      }
      img {
        max-width: 100%;
      }
      .plog {
        justify-content: flex-start;
      }
      /* .howwork {
        display: none;
      } */
      .testimonials {
        padding: 0 30px;
      }
      .testimonial-slide {
        flex-direction: row;
      }
      .testimonials .mobile {
        display: block;
        margin-bottom: 30px;
      }
      .testimonials .desk {
        display: none;
      }
      .testimonial-text p.comments-hlgt {
        font-weight: 400;
        color: #3D45A5;
        font-size: .75rem;
        margin-top: 0;
      }
      .testimonial-content {
        padding: 0 20px;
      }
      .testimonial-text h3 {
        font-size: .875rem;
      }
      .testimonial-image {
        height: auto;
        flex: none;
        min-width: auto;
      }
      .testimonial-image img {
        width: 110px;
      }
      .testimonials p.mobile {
        font-size: .75rem;
        margin-top: 20px;
        margin-bottom: 0;
      }
      .carousel-inner {
        border: solid 1px #E2DAF7;
        border-radius: 10px;
        /* padding: 20px; */
      }
      .carousel-indicators {
        top: 30px;
        left: 0;
      }
      .carousel-indicators [data-bs-target]{
        width: 15px;
        height:15px;
        margin-right: 12px;
      }
      /* .box-content-wrap p {
        font-size: 1.875rem;
        } */
        .box-content-wrap p {
          font-size: 1rem;
        }
        .howwork {
          padding: 50px 0;
          margin-left: -15px;
          overflow: hidden;

        }
        .howwork .carousel-inner {
          border: none;
          border-radius: 10px;
          padding: 20px;
        }   
        .howwork .carousel-inner {
          overflow: visible!important;
      }
      .pwrap {
        min-height: 300px;
      }
      .howwork .title {
        margin-left: 55px;
        margin-bottom: 50px;
      }
      .testimonials {
        margin-bottom: 50px;
        flex-direction: column;
      }
      /* .btn-readmore {
        position: absolute;
        bottom: 0;
        text-align: center;
        width: 100%;
        background: linear-gradient(to top, #E8DDFA, transparent);

      } */
      .buy, .collect, .view-result {
        margin: 0 10px;
        border-radius: 20px;
      }
      .swiper-wrapper {
        margin-left: 0;
      }
      .testing h2 {
        margin-bottom: 2rem;
      }
      .things, .testing, .worldwide-dia, .order {
        padding: 40px 20px;
      }
      .howwork-hme .testimonial-widget-container {
        width: 100% !important;
      }
      .howwork-hme .testimonial-widget-container, .howwork-hme .swiper {
        overflow: visible !important;
      }
      .testimonial-card-slider .swiper-slide {

      }
      .testing {
        overflow: hidden;
      }
      .things-wrap {
        flex-direction: column;
        gap: 24px;
      }
      .lft-wrap, .kit-item-wrap {
        min-width: auto;
        font-size: .9rem;
      }
      .kit-item-wrap {
        gap: 24px;
      }
      .kit-items h6 {
       font-size: .9rem;
      }
      .kit-items div:first-child {
        width: 100px!important;
        margin-right: 1rem;
      }
      .kit-items div:last-child {
        width: 80%!important;
        
      }
      .kit-items img {
        /* width: 100%; */
        /* width: 80px!important;
        height: 60px; */
        /* margin-right: 1rem; */
       
      }
      .wbox.twrap{
        display: flex;
        align-items: center;
        min-height: 100% !important;
      }
      .wbox .imgwrap {
                margin-bottom: 0;
                }
      .testing-wrap {
        display: flex;
        gap: 35px;
        }
      .tst-box {
        flex: 0 0 80%;
      }
      .worldwide-dia-wrap {
        padding: 130px 20px 75px;
        background: url(assets/images/satio_demo-mob.png);
        position: relative;
      }
      .worldwide-dia-wrap::after {
        content: "";
        position: absolute;
        bottom: 0;
        width: 100%;
        background: #FFFFFF;
        background: linear-gradient(180deg,rgba(255, 255, 255, 0) 0%, rgba(195, 184, 255, 1) 60%);
        z-index: 0;
        pointer-events: none;
        height: 100px;
        left: 0;
        border-bottom-right-radius:20px;
        border-bottom-left-radius:20px;
      }
      .worldwide-dia-wrap .title {
        width: 100%;
        font-size: 1.25rem;
      }
      .worldwide-dia-wrap .descr {
        width: 100%;
        font-size: .9rem;
      }
      .order-wrap {
        flex-direction: column;
        align-items: flex-start;
        width: 100%;
        padding: 20px;
      }
      .btn-or {
      display: flex;
      }
      .order-blk {
      margin-bottom: 15px;
    }
      .order-blk h2 {
      font-size: 1.3rem; 
      }
      #carouselExampleIndicators2 {
        margin-left: 0!important;
      }
      #productCarousel .carousel-inner {
        width: 100%;
      }
      #productCarousel .carousel-item video {
        height: 455px !important;
        width: 100%;
        display: block;
      }
      
      .nav-container {
        justify-content: space-between;
        width: 95%;
      }
      .header-container {
        max-width: 100%;
        margin: auto 20px;
      }
      .btn-main {
        font-size: 1.5rem;
      }
      .satio-intro .btn-main {
        font-size: 1rem;
      }
      .method {
        margin-bottom: 25px;
        font-size: .875rem;
      }
      .vertical-nav .nav-link.active {
        border-right: none!important;
      }
      .title-wrap {
        gap: 0;
      }
      .title-wrap h1 {
        font-size: 1.5rem;
        margin-bottom: 0;
      }
      .star-price-section {
        display: flex;
        /* flex-direction: row-reverse; */
        flex-direction: row;
        justify-content: space-between;
        width: 90%;
      }
      .testimonial-card-slider {
        padding: 1rem;
      }
      .carousel-control-next {
        /* right: -20px; */
        right: 0px;
      }
      .carousel-control-prev {
        /* left: -20px; */
        left: 0px;
      }
      .worldwide-dia-wrap::after {
        background: none !important;
      }

      .testimonial-card-slider {
        margin-left: none!important;
      }
      #productTab .nav-link {
        font-size: 1rem;
      }

      #offcanvasNavbar .nav-link {
        font-size: 1rem!important;
      }
      #primary-menu .navbar-nav {
        gap: 2rem;
      }
      .custom-toggle .nav-link {
        cursor: pointer;
        font-size: 1rem;
      }
      #productCarousel .carousel-item img {
        height: 455px;
      }
      .abt-test {
       margin-left: 20px;
       margin-right: 20px;
       margin-bottom: auto!important;
      }
      .product-page .btn-wrap {
        width: 365px;
        font-size: 1rem;
        padding-left: 0!important;
      }
      .product-page .btn-wrap .btn-main {
        font-size: 1rem;
      }
      .product-page .testimonial-card-slider {
        width: 100%!important;
        padding: 2rem 0;
        position: relative;
        padding-left: 2rem;
      }
      .satio-shape img {
        width:30%!important;
      }
      .tst-box .title {
        font-size: 2rem!important;
      }
      .tst-box .sub-title {
        font-size: 1rem!important;
        font-weight: 600;
        margin-bottom: 0.5rem!important;
      }
      .abt-test .product-content {
        padding-left: 10px!important;
      }
      /* cart */
      .cart-contain {
        flex-direction: column;
      }
      .cart-buttons .btn-main {
        font-size: .875rem;
      }
      /* article */
      .article-page-banner {
        padding: 0 20px;
      }
      .top-read-slider {
        padding: 0!important;
      }
      .featured-article {
        padding: 40px 0 20px;
      }
      .top-read-articles {
        padding: 30px 0;
      }
      .article-card {
        margin-bottom: 0;
      }
      .faq-content {
        padding-left: 0!important;
      }
      
 }
 @media (max-width: 400px) { 
    .sec-baner {
        padding: 20px;
    }

 }

/* @media (min-width: 576px) { 
  .header-container, .product-wrap {
    max-width: 540px;
    margin: auto;
  }
} */
@media (min-width: 576px) and (max-width: 767px)  { 
  /* .header-container, .product-wrap {
    max-width: 540px;
    margin: auto;
  } */
  .sep {
    display: none;
  }
  .header-container, .product-wrap, .abt-test, .main-abt, .home-wrap, .faq-wrap, .things-out, .testing-out, .worldwide-dia-out, .order-out, .sub-banner-out {
    max-width: 100%;
    margin: auto 4rem;
  }
  .banner-out {
    height: auto;
  }
  .banner-section {
    flex-direction: column;
  }
  .banner-wrap {
    height: 100%;
  }
  .desk {
    display: none;
  }
  .mob {
    display: block;
  }
  .sec-baner {
    padding-left: 4rem;
  }
  .btn-wrap {
    width:331px
  }
  .already-cus {
    height: auto;
    padding: 30px;
    margin: 20px;
    background: url("newassets/assets/images/already-cus-bg.png");
    background-position-x: 0%;
    background-position-y: 0%;
    background-size: auto;
    border-radius: 12px;
    background-size: 100% auto;
    background-position: center;
  }
  .partnersec {
    width: auto;
    flex-direction: column;
    margin: 0 4rem;
  }
  .img-col {
    display: none;
  }
  .cont-wrap {
    width: 100%;
    flex-direction: column;
  }
  .main-abt {
    flex-direction: column;
  }
  .title-wrap {
    display: flex;
    margin-bottom: 14px;
    align-items: center;
    margin-left: 0;
    gap: 15px;
    margin-top: 10px;
  }
  .cont-wrap .icon {
    margin-bottom: 15px;
  }
  .cont-wrap .col {
  margin-right: 0;
  padding-right: 0;
  }
  .aboutcwrap {
    margin-top: 50px;
    width: 100%;
  }
  .testimonials {
    margin-bottom: 50px;
    flex-direction: column;
  }
  .abtcont {
     padding-right: 0;
  }
  
  .footnav {
    flex-direction: column-reverse;
    margin: 0 4rem;
  }
  .bot-nav {
    flex-wrap: wrap;
  }
  .ft-bottom {
    flex-direction: column;
    font-size: .75rem;
    padding: 30px !important;
    text-align: center;
  }
  .mob .satio-intro p {
    width: 100%;
    font-size: 1rem;
  }
}
@media (min-width: 768px) { 
  /* .header-container, .product-wrap {
    max-width: 720px;
    margin: auto;
  } */
  /* .header-container, .product-wrap, .abt-test, .main-abt, .home-wrap, .faq-wrap, .things-out, .testing-out, .worldwide-dia-out, .order-out, .sub-banner-out {
    max-width: 100%;
    margin: auto 8rem;
  } */
  
}
@media (min-width: 768px) and (max-width: 992px)  { 
  .header-container {
    max-width: 100%;
    margin: auto 4rem;
  }
}
@media (min-width: 768px) and (max-width: 991px)  { 
  h1 {
    font-size: 2rem;
  }
  .banner-out {
    height: auto;
  }
  .banner-wrap {
    height: 100%;
  }
  .banner-section {
    flex-direction: column;
  }
  .sec-baner {
    padding-left: 4rem;
  }
  .satio-intro p {
    width: 100%;
    font-size: 1rem;
  }
  .already-cus {
    height: auto;
    padding: 30px;
    margin: 20px;
    background: url("newassets/assets/images/already-cus-bg.png");
    background-position-x: 0%;
    background-position-y: 0%;
    background-size: auto;
    background-position-x: 0%;
    background-position-y: 0%;
    background-size: auto;
    border-radius: 12px;
    background-size: 100% auto;
    background-position: center;
  }
  .header-container, .product-wrap, .abt-test, .main-abt, .home-wrap, .faq-wrap, .things-out, .testing-out, .worldwide-dia-out, .order-out, .sub-banner-out {
    max-width: 100%;
    margin: auto 4rem;
  }
  .whyuse .why-cont {
    margin-right: 4rem!important;
  }
  .cont-wrap {
    gap: 30px;
    padding-right: 0!important;
  }
  .img-col {
    display: none;
  }
  .footnav {
    flex-direction: column-reverse;
    margin: 0 4rem;
  }

}
@media (min-width: 992px) { 
  .header-container, .product-wrap {
    max-width: 95%	;
    margin: auto;
  }
  #carouselExampleIndicators {
    width: 80%;
}
.howwork .title {
    margin-bottom: 100px;
}
.howwork .carousel-inner {
    position: relative;
    width: 100%;
    overflow: visible!important;
    }
.howwork .carousel-item {
    display: block;
    margin-right: 0;
    max-width: 340px;
    }
.howwork .carousel-indicators {
        display: none;
    }
.howwork .carousel-indicators {
    position: relative !important;
    bottom: 0 !important;
    top: -75px;
    left: 140px;
    }
}
@media (min-width: 1200px) { 
  .header-container, .product-wrap, .abt-test, .main-abt, .home-wrap, .faq-wrap, .sub-banner-out, .order-out {
    max-width: 100%;
    margin: auto 4rem;
  }
  .al-img img {
    width: 75%;
  }
  .howwork .carousel-item {
    display: block;
    margin-right: 0;
    max-width: 340px;
  }
  .howwork .carousel-inner {
    position: relative;
    width: 100%;
    overflow: visible !important;
  }
  .sec-baner {
    padding-left: 4rem;
  }
  .cus-cont {
    padding-right: 4rem;
  }
  .already-cus {
    height: 62vh;
  }
  .partnersec {
    width: auto;
  }
  .footnav {
    margin: auto 4rem;
    flex-direction: row;
  }
  .ft-bottom {
    padding: 30px 4rem;
  }
}
@media (min-width: 1400px) { 
  .header-container, .product-wrap, .abt-test, .main-abt, .home-wrap, .faq-wrap, .things-out, .testing-out, .worldwide-dia-out, .order-out, .sub-banner-out {
    /* max-width: 100%;
    margin: auto 8rem; */
    max-width: 1400px;
    margin: auto;
  }
  /* .al-img img {
    width: 100%;
  } */
  .al-img img {
    width: 100%;
    position: absolute;
    z-index: 0;
    object-fit: cover;
    height: auto;
    inset: 0%;
    left: 65px;
    bottom: 0;
    overflow: hidden;    
    top: -50px;
  }
  .howwork .carousel-item {
    display: block;
    margin-right: 0;
    max-width: 384px;
  }
  .howwork .carousel-inner {
    position: relative;
    width: 100%;
    overflow: visible !important;
  }
  .sec-baner {
    padding-left: 8rem;
  }
  .already-cus {
    height: 85vh;
  }
  .footnav {
    margin: auto 4rem;
    flex-direction: row;
  }
  .ft-bottom {
    padding: 30px 4rem;
  }
 
}





/* New Style Start*/

body{
    font-family: "Noto Sans", sans-serif;
    color: #2B298D;
    font-size: 1.125rem;
    background-color: #F0E4FD;
}
.leftbg {
  /* position: relative; */
}
.wrapout::after {
  content: "";
  position: absolute;
  top: 1800px;
  right: 0;
  width: 100%;
  height: 1500px;
  background: url("newassets/assets/newimg/tbodybg.png") no-repeat right center;
  background-size: auto;
  background-size: auto;
  background-size: auto;
  background-size: auto;
  background-size: contain;
  /* transform: rotate(-405deg); */
  z-index: 0;
  opacity: 1;
  
}
.leftbg::before {
  content: "";
  position: absolute;
  top: 300px;
  left: 0;
  width: 100%;
  height: 1200px;
  background: url("newassets/assets/newimg/tbodybg-2.png") no-repeat left center;
    background-size: auto;
  background-size: auto;
  background-size: auto;
  background-size: contain;
  /* transform: rotate(-196deg); */
  z-index: 0;
  opacity: 1;
  
}
.hero {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
    /* background: linear-gradient(120deg, #c9a4ef, #f0b9db); */
    background-image: url("newassets/assets/newimg/banner-bg2.png"), url("newassets/assets/newimg/banner-bg.jpg");
    background-size: 70%, cover;
    background-position: left bottom, center bottom;
    background-repeat: no-repeat, no-repeat;
    border-radius: 20px;
    padding: 3rem;
    gap: 2rem;
    max-width: 1400px;
    margin: 2rem auto;
    position: relative;
    padding-bottom: 200px;
    overflow: hidden;
    margin-top: 7rem;
  }
  
  .hero-content {
    flex: 1 1 100%;
    display: flex;
    flex-direction: row;
    gap: 2rem;
    justify-content: space-between;
    color: #3D45A5;
  }
  
  .hero-text h1 {
    font-size: 2.5rem;
    color: #2B298D;
    margin-bottom: 0.75rem;
    font-family: "Rubik", sans-serif;
    font-weight: 500;
  }
  
  .hero-text p {
    font-size: 1.125rem;
    color: #3D45A5;
    /* line-height: 1.6; */
    max-width: 430px;
  }
  
  .cta-group {
    display: flex;
    align-items: center;
    gap: 1rem;
  }
  
  .kit-label {
    background: #fff;
    color: #252a72;
    padding: 0.5rem;
    border-radius: 10px;
    font-weight: 600;
    box-shadow: 0 2px 5px rgba(0,0,0,0.1);
    display: flex;
  }
  .kit-label div.g {
    font-weight: 600;
    padding: 0.2rem 0.6rem;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
  }
  .lo {
    font-size: .7rem;
    font-family: "Amaranth", sans-serif;
    font-weight: 400 !important;
  }
  .kit-label span {
    font-weight: 600;
    /* padding: 0.6rem; */
  }
  .lo sup {
    font-size: .375rem !important;
  }
  .kit-label .btn {
    padding: 0 2rem;
    font-size: 1.5rem;
    font-weight: 400;
    align-items: center;
    display: flex;
  }
  .btn {
    background: #252a72;
    color: #fff;
    padding: 0.3rem 1.25rem;
    border-radius: 8px;
    text-decoration: none;
    font-weight: 600;
    transition: background 0.3s;
  }
  .btn:hover {
    background: #4F80FF;
    color: #fff;
  }
  
  .hero-card {
    /* background: rgba(255,255,255,0.5); */
    background: rgba(255,255,255,0.5) url("newassets/assets/newimg/already-cus-bg.png") no-repeat;
    background-size: cover;
    background-position: 0px 114px;
    backdrop-filter: blur(10px);
    padding: 1.5rem;
    border-radius: 12px;
    min-width: 280px;
    z-index: 1;
    max-width: 300px;
  }
  
  .hero-card h3 {
    color: #3D45A5;
    margin-bottom: 1rem;
    font-size: 1.5rem;
    font-weight: 600;
  }
  
  .btn-list {
    /* display: flex; */
    flex-direction: column;
    gap: 0.8rem;
  }
  .t-bl {
    margin-bottom: 2rem;
  }
  .t-bl label {
    width: 100%;
    margin-bottom: 1rem;
  }
  .btn-outline {
    text-align: left;
    background: #2b298d;
    color: #fff;
    padding: 0.5rem 1rem;
    border-radius: 6px;
    text-decoration: none;
    font-weight: 500;
    transition: all 0.3s;
    align-content: center;
    /* display: flex; */
    gap: 10px;
    margin-bottom: 20px;
  }
  .btn-outline:hover {
    /* border: 1px solid #fff; */
    color: #fff;
    background: #4F80FF;
  }
  
  .hero-image {
    /* flex: 1 1 100%; */
    text-align: center;
    position: absolute;
    bottom: -153px;
    left: 0;
    right: 0;
  }
  .hero-image img {
    /*width: 100%;
    max-width: 740px !important	; */
    height: auto;
  }
  .hero-text {
    z-index: 1;
  }
  .desk {
    display: block;
  }
  .mob{
    display: none;
  }
  /* Responsive adjustments */
  @media (max-width: 768px) {
    .hero {
      flex-direction: column;
      text-align: left;
      padding:2rem;
    }
    .hero-content, .hero-card {
      align-items: center;
    }
    .hero-text h1 {
      font-size: 1.5rem;
      text-align: left;
      margin-bottom: 5px;
    }
    .hero-text p {
      max-width: 100%;
      font-size: 1rem;
    }
    .cta-group {
      justify-content: start;
      flex-wrap: wrap;
    }
    .hero-card {
      margin-top: -2.5rem;
      max-width: 100%;
      width: 100%;
      padding: 20px;
      /* background: url(images/already-cus-bg.png) no-repeat; */
    }
    .hero-image {
      position: relative;
      left: 0;
      right: 0;
      top: 0;
    }
    .desk{
      display: none;
    }
    .mob{
      display: block;
    }
    .t-bl {
      margin-bottom: 1rem;
    }
    .why-points .note {
      border-radius: 12px!important;
      margin-top: 2rem!important;
      font-size: 1rem!important;
    }
    ..hero-card h3 {
      margin-bottom: 1rem;
    }

  }
  .features {
    display: flex;
    justify-content: center;
    align-items: center;
    /* background: linear-gradient(180deg, #f6e8ff, #ffffff); */
    border-radius: 20px;
    padding: 4rem 2rem;
    color: #222;
    max-width: 1400px;
    margin: 2rem auto;
    position: relative;
    z-index: 10;
  }
  .features-intro {
    width: 62%;
    color: #2B298D;
    font-weight: 600;
  }
  .features-intro h2 {
    color: #2B298D;
    font-size: 2.5rem;
    font-weight: 500;
    font-family: "Rubik", sans-serif;
  }
  .features-content {
    display: flex;
    flex-wrap: wrap;
    gap: 2rem;
    align-items: flex-start;
  }
  
  .features-text {
    flex: 1 1 500px;
  }
  
  .features-text h2 {
    font-size: 1.9rem;
    color: #252a72;
    margin-bottom: 0.5rem;
    font-family: "Rubik", sans-serif;
  }
  
  .features-text .intro {
    font-size: 1.1rem;
    color: #2B298D;
    margin-bottom: 1.5rem;
    line-height: 1.6;
  }
  
  .feature-list {
    display: flex;
    flex-direction: column;
    gap: 1.5rem;
    width: 80%;
  }
  
  .feature-item {
    display: flex;
    align-items: flex-start;
    gap: 0;
    flex-direction: column;
  }
  .feature-title {
    display: flex;
    align-items: center;
    gap: 5px;
  }

  .feature-item .icon {
    width: 40px;
    height: 40px;
    flex-shrink: 0;
  }
  
  .feature-item img {
    width: 40px;
    height: 40px;
    flex-shrink: 0;
  }
  
  .feature-item h4 {
    margin: 0;
    font-size: 1.1rem;
    color: #252a72;
  }
  
  .feature-item p {
    margin: 0.3rem 0 0;
    color: #2B298D;
    font-size: 1rem;
    line-height: 1.5;
  }
  
  .features-video {
    flex: 1 1 320px;
    display: flex;
    flex-direction: column;
    align-items: center;
    position: relative;
  }
  
  .video-wrapper {
    position: relative;
    width: 100%;
    max-width: 500px;
    border-radius: 12px;
    overflow: hidden;
    box-shadow: 0 8px 20px rgba(0,0,0,0.1);
  }
  
  .video-wrapper img {
    width: 100%;
    display: block;
  }
  
  .play-btn {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background: rgba(255,255,255,0.85);
    border: none;
    font-size: 2rem;
    border-radius: 50%;
    width: 60px;
    height: 60px;
    cursor: pointer;
    color: #252a72;
    transition: background 0.3s;
  }
  .play-btn:hover {
    background: rgba(255,255,255,1);
  }
  
  .video-caption {
    font-size: 0.8rem;
    color: #fff;
    margin-top: 0.5rem;
    position: absolute;
    margin: 45% auto;
  }
  
  @media (max-width: 768px) {
    .features {
      margin: 0 auto;
      padding: 1.5rem 2rem;
    }
    .features-content {
      flex-direction: column;
      align-items: center;
      text-align: left;
      font-size: 1rem;;
    }
    .features-intro {
      width: 100%;
      color: #2B298D;
      font-size: 0.875rem;
    }
    .feature-item img {
      width: 28px;
      height: 28px;
      flex-shrink: 0;
    }
    .features-intro h2 {
      width: 222px;
      font-size: 1.5rem;
      font-weight: 700;
    }
    .features .feature-list .feature-title h4 {
      font-size: 1rem!important;
    }
    feature-item img {
      width: 30px;
    }
    .features .feature-list .feature-content {
      font-size: 0.875rem;
    }
    .feature-item {
      flex-direction: column;
      align-items: flex-start;
    }
  
    .feature-item p {
      text-align: left;
    }
    .features-text {
      flex: 1 1 300px;
    }
    .features-video {
      margin-top: 1.5rem;
      flex: 1 1 auto;
    }

   .feature-list {
      width: 100%!important;
    }
  }
  .wellness {
    /* background: linear-gradient(180deg, #f8f1ff 0%, #ffffff 100%); */
    border-radius: 20px;
    padding: 3rem 2rem;
    max-width: 1400px;
    margin: 2rem auto;
    text-align: left;
    color: #222;
    position: relative;
    z-index: 10;
  }
  
  .wellness-content h2 {
    font-size: 1.9rem;
    color: #252a72;
    margin-bottom: 3.5rem;
    font-family: "Rubik", sans-serif;
    font-size: 2.5rem;
    font-weight: 500;
  }
  
  .steps {
    display: flex;
    justify-content: space-between;
    gap: 2.5rem;
    flex-wrap: wrap;
  }
  
  .step {
    flex: 1 1 280px;
    /* background: #f4eeff; */
    border-radius: 12px;
    /* padding: 1.5rem; */
    position: relative;
    text-align: left;
    /* box-shadow: 0 4px 12px rgba(0,0,0,0.05); */
    transition: transform 0.3s;
  }
  
  .step:hover {
    transform: translateY(-5px);
  }
  
  .step-img {
    position: relative;
    margin-bottom: 1rem;
  }
  
  .step-img img {
    width: 100%;
    max-width: 100%;
    border-radius: 8px;
  }
  
  .step-number {
    position: absolute;
    top: 10px;
    right: 10px;
    background: #DBBFFF;
    color: #fff;
    font-weight: 400;
    font-size: 1.5rem;
    width: 35px;
    height: 35px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  
  .step h4 {
    color: #252a72;
    font-size: 1.1rem;
    margin: 0.5rem 0;
  }
  
  .step p {
    color: #555;
    font-size: 1rem;
    line-height: 1.5;
  }
  
  /* Responsive adjustments */
  @media (max-width: 991px) {
    .wellness {
      margin: 0 auto;
      padding: 1.5rem 2rem;
    }
    .steps {
      /* flex-direction: column;
      align-items: center; */
      display: block;
    }
  
    .step {
      max-width: 100%;
      /* width: 100%; */
      padding: 0 10px;
    }
    .step-img img {
      width: 100%;
      max-width: 100%;
      border-radius: 8px;
    }
    .wellness-content h2 {
      font-size: 1.5rem;
    }
  }
  .why {
    padding: 60px 20px;
    position: relative;
    z-index: 10;
  }
  
  .why .container-wrap {
    background: #ffffff96;
    max-width: 1400px;
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 40px;
    padding: 50px;
    border-radius: 24px;    
  }
  
  .why-content {
    max-width: 40%;
  }
  
  .why-content h2 {
    color: #2d1f7a;
    /*font-size: 1.9rem;*/
    margin-bottom: 62px;
    margin-top: 0;
    font-family: "Rubik", sans-serif;
    font-size: 2.5rem;
    font-weight: 500;
  }
  
  .why-points .point {
    margin-bottom: 40px;
  }
  
  .why-points h4 {
    color: #2B298D;
    /* font-size: 1.1rem; */
    font-weight: 700;
    margin-bottom: 5px;
    
  }
  
  .why-points p {
    color: #2B298D;
    font-size: 1rem;
    line-height: 1.6;
    margin-top: 0;
  }
  
  .why-points .note {
    background: #EDDEFC;
    border-radius: 24px;
    padding: 12px 30px;
    margin-top: 56px;
    font-size: 1.25rem;
    color: #252372;
  }
  
  .why-image {
    /* flex: 1 1 400px; */
    text-align: center;
    width: 50%;
  }
  
  .why-image img {
    width: 100%;
    border-radius: 15px;
    max-width: 480px;
    height: auto;
  }
  
  /* Responsive */
  @media (max-width: 900px) {
    .why .container-wrap {
      flex-direction: column-reverse;
      text-align: left;
      padding: 15px;
    }
    .why-content {
      max-width: 100%;
    }
    .why-image {
      max-width: 100%;
      width: 100%!important;
    }
    .why-content h2 {
      font-size: 1.5rem!important;
      margin-bottom: 15px;
    }
  
    .why-points h4 {
      font-size: 1rem!important;
    }
    .why-points .point { 
      font-size: 1rem!important;
      margin-bottom: 15px;
    }
  }
  .better {
    padding: 60px 20px;
  }
  .better .container-wrap {
    max-width: 1400px;
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: nowrap;
    gap: 40px;
    /* padding: 50px; */
    border-radius: 24px;    
  }
  
  /* .better-content {
    max-width: 40%;
  } */
  
  .better-content h2 {
    color: #2B298D;
    margin-bottom: 45px;
    margin-top: 0;
    font-family: "Rubik", sans-serif;
    font-size: 2.48rem;
    font-weight: 500;
  }
  
  .better-points .point {
    margin-bottom: 40px;
  }
  
  .better-points h4 {
    color: #252372;
    font-size: 23px;
    font-weight: 700;
    margin-bottom: 5px;
    
  }
  
  .better-points p {
    color: #2B298D;
    font-size: 1rem;
    line-height: 1.6;
    margin-top: 0;
  }
  
  .better-points .note {
    background: #EDDEFC;
    border-radius: 10px;
    padding: 15px 20px;
    margin-top: 20px;
    font-size: 0.95rem;
    color: #2d1f7a;
  }
  
  .better-image {
    /* flex: 1 1 400px; */
    text-align: center;
  }
  
  .better-image img {
    width: 100%;
    border-radius: 15px;
    max-width: 480px;
    height: auto;
  }
  
  /* Responsive */
  @media (max-width: 767px) {
    .better { 
      padding: 1.5rem auto;
      padding-top: 0;
    }
    .better .container-wrap {
      flex-direction: column-reverse;
      text-align: left;
      align-items: flex-start!important;
    }
    .better-content {
      max-width: 100%;
    }
    .better-content h2 {
      font-size: 1.5rem;
      margin-bottom: 20px;
    }
  
    .better-points h4 {
      font-size: 1rem!important;
    }
    .better-points {
      font-size: 1rem;      
    }
    .better-points .point {
      margin-bottom: 20px!important;
    }
  }
  .trusted {
    
    padding: 60px 20px;
  }
  
  .trusted .container {
    max-width: 1400px;
    margin: 0 auto;
    text-align: left;
    display: flex;
    flex-direction: column;
    position: relative;
  }
  
  .trusted h2 {
    color: #2B298D;
    font-size: 2.5rem;
    font-weight: 500;
    margin-bottom: 62px;
    font-family: "Rubik", sans-serif;
  }
  
  .trusted-slider {
    display: flex;
    overflow-x: auto;
    scroll-snap-type: x mandatory;
    gap: 100px;
    padding-bottom: 20px;
    scrollbar-width: none;
    scroll-behavior: smooth;
  }
  .trusted-slider::-webkit-scrollbar {
    display: none;
  }
  
  .trusted-card {
    flex: 0 0 320px;
    /* background: #fff; */
    border-radius: 16px;
    /* box-shadow: 0 4px 16px rgba(0,0,0,0.05); */
    /* padding: 25px; */
    scroll-snap-align: start;
    transition: transform 0.3s ease;
    position: relative;
  }
  
  .trusted-card:hover {
    transform: translateY(-5px);
  }
  
  .trusted-card h3 {
    color: #2d1f7a;
    font-size: 22px;
    font-weight: 700;
    margin-bottom: 12px;
  }
  
  .trusted-card p {
    color: #3D45A5;
    font-size: 18px;
    line-height: 1.6;
    margin-bottom: 15px;
  }
  
  .trusted-card h4 {
    color: #1b1464;
    font-size: 0.95rem;
    font-weight: 700;
  }
  
  .trusted-card span {
    color: #3D45A5;
    font-weight: 400;
  }
  
  .trusted-nav {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    margin-top: 15px;
    gap: 15px;
  }
  .trusted .container::after{
    content: "";
    border-bottom: solid 1px #A683D3;
    width: 90%;
    bottom: 15px;
    position: absolute;
  }
  
  .trusted-nav button {
	  color: #fff;
	  border: none;
	  font-size: 1.3rem;
	  width: 40px;
	  height: 40px;
	  border-radius: 50%;
	  cursor: pointer;
	  display: flex;
	  justify-content: center;
    background: none!important;
	}

  
  .trusted-nav button:hover {
    background:none;
  }

  /* articles */
  .top-reads {
    display: flex;
    justify-content: space-between;
  }
  
  /* Responsive */
  @media (max-width: 768px) {
    .trusted { 
      padding: 1.5rem auto;
    }
    .trusted h2 {
      text-align: left;
      font-size: 1.5rem;
    }
  
    .trusted-slider {
      gap: 20px;
    }
  
    .trusted-card {
      flex: 0 0 65%;
      margin: 0 auto;
    }
  
    .trusted-nav {
      justify-content: end;
      gap: 0!important;
    }
    .trusted .container::after {     
      width: 70%;
      bottom: 15px;    
    }
  }
  .readytoknow {
    padding: 60px 20px;
  }
  .readytoknow .container {
    max-width: 1400px;
    margin: 0 auto;
    text-align: left;
    display: flex;
    flex-direction: column;
    position: relative;
    padding: 40px 50px;
   border-radius: 24px;
   /* background: #E0C7FD; */
   overflow: hidden;
   background: #E0C7FD url("newassets/assets/newimg/ready.png") no-repeat;
   background-size:cover;

   }
   .readytoknow-text {
    display: flex;
    flex-direction: column;
    gap: 11px;
  }
   /* .readytoknow .container::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    background: #E0C7FD url("newassets/assets/newimg/ready.png") no-repeat right center;
    background-size: auto;
    background-size: auto;
    background-size: contain;
    transform: rotate(233deg);
    z-index: -1;
    opacity: 0.8;
  } */
 
  .readytoknow-content {
    flex: 1 1 100%;
    display: flex;
    flex-direction: row;
    gap: 2rem;
    justify-content: space-between;
    color: #3D45A5;
  }
  @media (max-width: 768px) {
    .readytoknow .container {
      padding: 25px;
    }
    
    .readytoknow .container::after {
      transform: rotate(568deg);
      top: 0;
      left: -115px;
      height: 920px;
      width: 2000px;
      opacity: 0.5;
    }
    .readytoknow-text {
      font-size: 1rem;
    }
    .readytoknow-text h2 {
      font-size: 1.25rem;
      font-weight: 600;
    }
  }
  .about {
    padding: 60px 50px;
  }
  .about .container-wrap {
    max-width: 1400px;
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 40px;
    /* padding: 50px; */
    border-radius: 24px; 
  
  }
  .about-content {
    max-width: 65%;
  }
  .about-image {
    text-align: center;
    width: 350px;
  }
  .about-content h2 {
    color: #2d1f7a;
    margin-bottom: 45px;
    margin-top: 0;
    font-family: "Rubik", sans-serif;
    font-size: 2.5rem;
    font-weight: 500;
  }
  .about-image img {
    width: 80%;
    border-radius: 15px;
    max-width: 480px;
    height: auto;
  }
  
  #quantity_control {
	  font-size: 1.125rem;
    background: #fff;
    border-radius: 8px;
    padding: 5px 0;
	}
  .title-wrap .btn-main{
    padding: 10px 1.25rem;   
    
  }
  .title-wrap .btn-wrap {
    background: transparent!important;
    width: 100%;
    justify-content: start;
  }
  @media (max-width: 768px) {
    .about .container-wrap {
      flex-direction: column-reverse;
      text-align: left;
    }
    .about-content h2 { 
      font-size: 1.5rem !important;
    }

    .about-content {
      max-width: 100%;
    }
    .about-image {
      text-align: center;
      width: 100%;
    }
    .about-image img {
      width: 100%;
    }
    .about-content p {
      font-size: 1rem;
    }
  }

/* New Style End */

/* style updation 08.12.25 */

.features .feature-list .feature-title h4{
    font-size: 1.5rem;
    font-weight: bold;
    color: #2B298D;
}
.features .feature-list .feature-content{
  font-size: 1rem;
  color: #2B298D;
}
.steps .step h4{
  font-size: 1.5rem;
    font-weight: bold;
    color: #2B298D;
}
.steps .step p{
  font-size: 1.125rem;
  color: #2B298D;
}
.trusted .trusted-card{
  width: 80%;
}
.why-points h4{
   font-size: 1.5rem;
    font-weight: bold;
    color: #2B298D; 
}
.better-points h4{
     font-size: 1.5rem;
    font-weight: bold;
    color: #2B298D; 
}
.about-content p{
    font-size: 1.125rem;
    line-height: 32px;
    color: #3D45A5;
}
/* style updation 08.12.25 end*/
.text-muted{
	color: #3d45a5!important;
}

@media (max-width: 768px) {
  .steps .step h4{
    font-size: 1rem;
  }
  .steps .step p{
    font-size: 0.875rem;
  }
  .kit-items p {
    font-size: .9rem;
  }
  h2 {
    font-size: 1.5rem;
    font-weight: 500;
    color: #2B298D;
  }
  .top-read-articles {
    padding: 10px!important;
  }
  .featured-posts {
    padding: 15px 0!important;
  }
  .about-content h2 {
    margin-bottom: 1rem;
  }
  .about {
    padding: 30px 20px;
  }
  .trusted-card h3 {
    font-size: 1rem;
  }
  .trusted .trusted-card{
    width: 100%;
  }
  .trusted-card p {
    font-size: 1rem;
  }
  .trusted h2 {
    margin-bottom: 2rem;
  }
  .trusted .container {
    padding: 0;
  }
  .trusted, .better {
    padding: 1rem 20px;
  }
  .wellness-content h2 {
    margin-bottom: 2rem;
  }
}
@media (max-width: 900px) { 
  .kit-label .btn {
    font-size: 1.125rem!important;
    font-weight: 400;
  }
  .readytoknow-text .kit-label {
    /* width:85%; */
  }
  .readytoknow-text .kit-label div.g {
    /* width:50%; */
  }
  .kit-label span {
    font-size: .8125rem;
  }
  
}
@media (max-width: 991px) { 
  .article-card {
    overflow: visible!important;
  }
  #primary-menu .navbar-nav {
    gap: 2rem;
  }
  .sub-menu .menu-item, .dropdown-menu .menu-item {
    padding: 8px 15px!important;
  }
  ul.dropdown-menu.show {
    box-shadow: none!important;
    padding: 0;
    background: none!important;
  }
  #primary-menu {
    padding: 0;
  }
  .menu-item-buy-now {
    width:150px;
  }
  .dropdown-item {
    color: #2B298D;
  }
}



.vertical-nav .nav-link, .faq-content a {
  color: #2b298d!important;
}
.faq-menu-sec, .hba1cwrap { 
  padding-right: 0!important;
}
.faq-content {
  padding-left: 50px;
}
.hba1cwrap {
  border-right: 2px solid #DBBFFF;
}
.abt-test .product-content {
  padding-left: 50px;
}




.enterprise-trusted-section {
  background: #E0C7FD url("newassets/assets/newimg/ready.png") no-repeat;
  background-size: cover;
}

@media (max-width: 575px) {
  body {
    font-size: 1rem;
  }
  .order-blk h2 {
    font-weight: 700;
  }

}

