.lifessenz-products {
  padding: 4rem 0;
}

.lifessenz-products .main-products {
  position: relative;
  overflow: hidden;
  border-radius: 20px;
  transition: all 0.4s ease;
}

.lifessenz-products .product-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 20px;
}

.lifessenz-products .product-img {
  position: relative;
  overflow: hidden;
  border-radius: 20px;
}
.lifessenz-products .product-img::before{  
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
 
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  z-index:-1;
}

.lifessenz-products .product-img.liverssenz::before{
     background-image: url(../images/home/liversenz-product-bg.webp);
}
.lifessenz-products .product-img.lup-tup::before{
     background-image: url(../images/home/lup-tup-bg.webp);
}
.lifessenz-products .product-img.apple-cider::before{
     background-image: url(../images/home/apple-cider-vinegar-bg.webp);
}
.lifessenz-products .product-img.sugar-senz::before{
     background-image: url(../images/home/sugar-senz-bg.webp);
}

.lifessenz-products .product-content {
  text-align: center;
    padding: 15px;
    padding-bottom: 0;
}


.lifessenz-products .main-products:hover .product-img::before {
  opacity: 1;
}

.lifessenz-products .main-products:hover .product-content {
  opacity: 1;
  transform: translateY(0);
}


.sec-big-title {
    font-size:32px;
    font-weight:700;
}

.section-title.text-center{
   
    margin-bottom:40px;
}
.section-title{
    margin-bottom:20px;
}
.section-title .sec-sml-title {
    font-size: 15px;
    color: #5b6766;
    display: inline-block;
    font-weight: 500;
    position: relative;
    letter-spacing: -0.4px;
    margin-bottom: 10px;
    text-transform: uppercase;
    padding-left: 20px;
}


.sec-sml-title::before {
    content: "";
    position: absolute;
    left: -13px;
    top: -4px;
    width: 28px;
    height: 28px;
    background-image: url(../images/lifessenz-favicon.webp);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
}

.product-content h4{
    font-size:18px;
    font-weight:600
}

.product-content p{
    font-size:14px;
    margin:0;
}
.about-home{
    position:relative;
    padding: 4.2rem 0 4.5rem;
}

.about-benefit {
  position: relative;
  display: inline-block;
}

.about-benefit img {
  border-radius: 30px;
  position: relative;
  z-index: 2;
}

.about-benefit:before {
    position: absolute;
    content: "";
    width: 57%;
    height: 80%;
    background-color: #f7c501;
    border-radius: 0 30px 0 0;
    top: -15px;
    right: -13px;
    z-index: 1;
}

.about-home .section-title{
    text-align:center;
}

.about-home .section-title {
    margin-bottom:20px;
}
.lifessenz-category {
    padding:2rem 0 0;
}


.about-vm {
  position: relative;
  padding: 60px 0 0;
}

.about-vm .about-bene-img {
  position: relative;
  z-index: 1;
  display: inline-block;
}

.about-vm .about-bene-img::before {
    content: "";
    position: absolute;
    width: 254px;
    height: 306px;
    background-color: #f7c501;
    top: 50%;
    left: -14px;
    transform: translateY(-50%);
    z-index: -1;
    border-radius: 40px 0 0 40px;
}


.about-vm .about-bene-img img {
  width: 100%;
  height: auto;
  border-radius: 30px;
  object-fit: cover;
  display: block;
}

.bene-about-content {
     position:relative;
}

.bene-about-content {
  position: relative;
  z-index: 1;
  padding: 20px 0;
}

.bene-about-content::before {
  content: "";
  position: absolute;
  background-image: url('../images/home/about-bg-shape.webp');
  background-repeat: no-repeat;
  background-size: contain;
  background-position: right bottom;
  width: 160px;
  height: 200px;
  right: 0;
  top: 38%;
  z-index: -1;
}

.about-home h4 {
    font-size: 24px;
    font-weight: 600;
}

.main-products .product-img img {
  transition: all 1s ease; /* slower & smoother transition */
  transform: rotate(0deg) scale(1);
}

.main-products:hover .product-img img {
  transform: rotate(10deg);
}


/*breadcrumb design section start */

 .bread-main-sec {
    position: relative;
    /* padding: 6rem 0; */
    height: 350px;
    align-content: center;
}

.bread-main-sec::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: url(../images/bg/breadcrumb-banner.webp);
    background-size: cover;
    background-position: right;
    background-repeat: no-repeat;
    z-index: -1;
}

.private-labb::before{
     background-image: url('../images/bg/white-label-breadcrumb.webp');
}

.aboutt-sec::before{
     background-image: url('../images/bg/about-breadcrumb.webp');
}
 .bulkk-sec::before{
     background-image: url('../images/bg/bulk-order-breadcrumb.webp');
}

.fitness-yoga::before{
     background-image: url('../images/bg/fitness-yoga-studios-breadcrumb.webp');
}

.hospit-sec::before{
     background-image: url('../images/bg/hospitals-nursing-homes-breadcrumb.webp');
}
.siddha-clinic::before{
 background-image: url('../images/bg/ayurvedic-siddha-clinics-breadcrumb.webp');
}
.apple-cider::before{
 background-image: url('../images/bg/apple-cider-vinegar-breadcrumb.webp');
}
.liversenz-prod::before{
     background-image: url('../images/bg/breadcrumb-banner.webp');
}
.luptup-prod::before{
 background-image: url('../images/bg/luptup-breadcrumbs.webp');
}
.suger-prod-prod::before{
     background-image: url('../images/bg/suger-senz-breadcrumb.webp');
}

.pharamics-sec::before{
     background-image: url('../images/bg/pharmacies-breadcrumb.webp');
}

.bread-main-sec .bread-services {
  display: flex;
  align-items: center;
  padding: 0;
  gap: 10px;
  margin-top: 12px;
}

/*.bread-main-sec .bread-services li {*/
/*  position: relative;*/
/*  color: #fff;*/
/*  font-size: 16px;*/
/*}*/

.bread-main-sec .bread-services li::before {
  content: "/"; 
 font-size: 12px;
 color:#fff;
  margin-right: 10px;
  
}
.bread-main-sec .bread-common{
    max-width:68%;
}

.bread-main-sec .bread-services li:first-child::before {
  content: "";
  margin: 0;
}

.bread-main-sec .bread-services li a {
  color: #fff;
  text-decoration: none;
}

.bread-main-sec .bread-services li.active {
  color: #64ad35; 
  font-weight: 700;
}

.bread-main-sec .sec-big-title {
    color: #fff;
    font-size: 33px;
    /*max-width: 875px;*/
}
    
   .bread-main-sec .sec-bigg-title{
        font-size: 27px;
       font-weight: 700;
}

/*breadcrumb design section END */


/*FAQ design section Start */

.faq-main-sec {
  padding:0 0 5rem;
  position: relative;
}
.faq-main-sec .section-title {
  text-align: center;
  margin-bottom: 2rem;
}
.faq-main-sec .faq-wrapper {
  /*box-shadow: 0px 10px 75px 0px rgba(0, 0, 0, 0.09);*/
  transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
  margin: 0 auto; 
  /*padding: 2rem 1rem;*/
}
.faq-main-sec .accordion-item {
  border-width: 1px;
  border-color: #F5F5F7;
  text-align: left; 
}
.faq-main-sec .accordion-button:focus {
  box-shadow: none !important;
  border-color: transparent !important;
  outline: none !important;
}
.faq-main-sec .accordion-button:not(.collapsed) {
    color: #64ad35;
    background-color: #fff;
    box-shadow: none !important;
    border: none !important;
    /*padding-left: 45px;*/
}
/*.faq-main-sec .accordion-header {*/
/*   margin-left: 30px;*/
/*}*/
.faq-main-sec .accordion-button{
    font-size:17px;
    font-weight:500;
    padding-left: 45px;
}
.faq-main-sec .accordion-button::before{
      content: "";
    position: absolute;
    left: 9px;
    top: 1px;
    width: 28px;
    height: 59px;
    background-image: url(../images/lifessenz-favicon.webp);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
}
.faq-main-sec .accordion-body{
  padding: 0 49px 7px 49px; 
}
.faq-main-sec .accordion-button::after {
  content: "";
  width: 30px;
  height: 30px;
  background-color: #eaf6eb; 
  border-radius: 50%;
  background-repeat: no-repeat;
  background-position: center;
  background-size: 12px;
  transform: rotate(0deg);
  transition: all 0.3s ease;
  color:#fff;
}
.faq-main-sec .accordion-button:not(.collapsed)::after {
  transform: rotate(180deg);
  background-color: #64ad35; 
   background-image: url(../images/svg/down-arrow-mark.svg);
   background-size: 30px; 
}
.faq-ul {
  list-style: none;
  padding: 0;
  margin: 0 auto;
}

.faq-ul li {
  position: relative;
  padding-left: 25px;
  margin-bottom: 8px;
  font-size: 15px;
  color: #333;
}

.faq-ul li::before {
   content: "\f131";
    font-family: flaticon_normal-icon !important;
  position: absolute;
  left: 0;
  top: 0;
  color: #64ad35;
  font-weight: 900;
  font-size: 16px;
  line-height: 1.2;
}

/*FAQ design section End  */

/*benefit design section Start */

.benefit-main-sec {
  padding:  0 0 5rem ;
  position: relative;
  
}
.benefit-main-sec .sub-main{
    background-color: #F4F9F0;
    padding:40px;
    border-radius: 10px;
}

.sub-main .sec-big-title{
    font-size:27px;
    font-weight:500;
    margin:0;
}
.benefit-main-sec .offer-item {
  background: #fff;
  text-align: center;
  border-radius: 20px;
  padding: 25px 15px;
  margin-top: 80px;
  height: -webkit-fill-available;
       
}
.benefit-main-sec .round-image {
max-width: 176px;
    margin: -110px auto 20px;
    position: relative;
    overflow: hidden;
}

.benefit-main-sec .side-img {
    display: block;
    border-radius: 50%;
    overflow: hidden;
    border: 6px solid #f4f9f0;

}


.benefit-main-sec .side-img::after {
 content: "";
    position: absolute;
    width: 250%;
    height: 0%;
    left: 50%;
    top: 50%;
    background-color: rgba(255, 255, 255, .3);
    transform: translate(-50%, -50%) rotate(-45deg);
    z-index: 1;
}

.benefit-main-sec .side-img:hover::after{
    height: 250%;
    transition: all 600ms linear;
    background-color: transparent;
    }
    

.benefit-main-sec .side-img img {
  width: 100%;
  object-fit: cover;
  border-radius: 50%;
  transition: transform 0.3s ease-in-out; 
  
}

.benefit-main-sec .offer-item:hover .side-img img {
  transform: scale(1.1); 
}
.benefit-main-sec .bene-title {
  font-weight: 600;
  font-size: 16px;
  color: #1f6846;
  margin-bottom: 10px;
}
.offer-item-content p{
    margin:0;
}

/*benefit design section End */

/*cta design section start */

.cta-main-sec{
    padding: 0 0 5rem;
    position: relative;
}

.cta-main-sec .cta-card {
    background-image: url(../images/services/cta-banner.webp);
    background-position: center;
    background-repeat: no-repeat;
    padding: 5rem 0;
    border-radius: 15px;
    position: relative;
    text-align: center;  
     background-size: cover;
}


.sector-des-sec .sct-sec.lversen-cta {
    background-image: url(../images/bg/liversenz-cta.webp);
}
.sector-des-sec .sct-sec.luptup-cta {
    background-image: url(../images/bg/lup-tup-cta.webp);
}
.sector-des-sec .sct-sec.apple-cta {
    background-image: url(../images/bg/apple-cider-vingear-cta.webp);
}
.sector-des-sec .sct-sec.suger-cta {
    background-image: url(../images/bg/sugarsenz-cta.webp);
}


.sector-des-sec .sct-sec.bulk-order {
    background-image: url(../images/bg/bulk-order-cta.webp);
}

.cta-main-sec .cta-suger{
 background-image: url(../images/bg/cta-sugersenz-banner.webp);
}

.cta-main-sec .cta-luptup{
 background-image: url(../images/bg/luptup-cta.webp);
}

.cta-main-sec .header-btn {
  display: flex;
  justify-content: center;  
  margin-top: 20px;        
}

.cta-main-sec .cta-call-whatsapp {
    display: flex;
    align-items: center;
    gap: 8px;
    justify-content: center;
}





.cta-main-sec .cta-contt {
    max-width: 50%;
    /*margin: 0 auto;*/
}

.cta-main-sec .sec-big-title{
       font-size:27px;
    font-weight:600;
}


/*cta design section end */

.liver-use-sec{
    padding: 0 0 5rem;
    position:relative;
}

.liver-use-sec .use-left {
    background-color: #F4F9F0;
    padding: 30px;
    border-radius: 13px;
   margin-top: 114px;
}
.use-left .sec-big-title{
    font-size:27px;
    font-weight:600;
}
.liver-use-sec .detox-img {
  border-radius: 20px;
  position: relative;
    overflow:hidden;
   
}

.liver-use-sec .detox-img img {
  object-fit: cover;
  border-radius: 20px;
  max-width: 52% !important;;
  transition: transform 0.4s ease-in-out;
  overflow:hidden;

   
}


/*.liver-use-sec .detox-img:hover img {*/
/*  transform: scale(1.1);*/
/*}*/

/*.liver-use-sec .detox-img::after {*/
/*content: "";*/
/*    position: absolute;*/
/*    width: 250%;*/
/*    height: 0%;*/
/*    left: 50%;*/
/*    top: 50%;*/
/*    background-color: rgba(255, 255, 255, .3);*/
/*    transform: translate(-50%, -50%) rotate(-45deg);*/
/*    z-index: 1;*/
/*}*/

/*.liver-use-sec .detox-img:hover::after {*/
/*    height: 250%;*/
/*    transition: all 600ms linear;*/
/*    background-color: transparent;*/
/*}*/

.liver-use-sec .inner-card {
    content: "";
    position: absolute;
    /* max-width: 346px; */
    left: 41%;
    bottom: 20%;
    background-color: #F4F9F0;
    padding: 30px;
    border-radius: 13px;
}
.use-left .section-title.text-center{
        margin:0;
}
.inner-card p{
    margin:0;
}
.liver-use-sec .right-card{
    position:relative;
     border-radius: 13px;
       
}
.liver-use-sec .bene-title {
    font-size: 24px;
    font-weight: 700;
    margin-bottom:10px;
}
.best-res-sec{
    padding: 5rem 0 1rem;
    position:relative; 
}
.best-res-sec .reult-image img {
    width: 100%;
    height:100%;
    border-radius: 12px;
}

/*intro design section start */
.lift-cnt .sec-big-title {
    font-size: 27.5px;
    font-weight: 500;

}
.life-intro-sec{
      padding:  5rem 0;
    position:relative;
}

.life-intro-sec .lift-cnt{
    margin-left:10px;
}
.life-intro-sec .section-title p{
    text-align:justify;
}
.life-intro-sec .life-wrap {
  position: sticky;
  top: 100px;
}

.life-intro-sec .mySwiper .swiper-slide {
  width: 25%;
  height: 100%;
  opacity: 0.4;
  transition: opacity 0.3s ease;
  border:1px solid #64ad35;
 margin-top:10px;
}
.life-intro-sec .mySwiper img{
    width:100%;
    cursor: pointer;

}

.life-intro-sec .product-swipe .swiper-slide img {
  border-radius: 10px;
  border:1px solid #64ad35;
  transition: all 0.3s ease;
}

.life-intro-sec .product-swipe .swiper-slide:hover img,
.life-intro-sec .product-swipe .swiper-slide-active img {
  /*transform: translateY(-3px);*/
  width:100%;
}

.life-intro-sec .mySwiper .swiper-slide-thumb-active {
  opacity: 1;
}

/*.life-intro-sec::before {*/
/*  content: "";*/
/*  position: absolute;*/
/*  top: -135px;*/
/*  left: 79%;*/
/*  width: 17%;*/
/*  height: 13%;*/
/*  background-image: url("../images/services/shape-img01.webp");*/
  background-size: contain; /* better visibility than cover */
/*  background-position: center;*/
/*  background-repeat: no-repeat;*/
  z-index: -2; /* changed from -2 so it stays visible */
/*  opacity: 1;*/
  pointer-events: none; /* keeps it decorative */
/*}*/


.life-intro-sec .pure-sec {
    text-align: center;
    border-bottom: 1px solid #e7e7e7;

}
.life-intro-sec .core-sec p{
    margin:0;
}
.life-intro-sec .green-round {
  background-color: #64ad35;
  width: 70px;
  height: 70px;
  border-radius: 50%;
  margin: 0 auto 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  
}
.life-intro-sec .green-cardd{
    position: relative;
}
.life-intro-sec .green-cardd::after{
    content: "";
    width: 60px;
    border-bottom: 1px dashed #64ad35;
    position: absolute;
    right: -20px;
    top: 33px;
    }
.pure-sec .col-lg-4:last-child .green-cardd::after {
  display: none;
}

.life-intro-sec .green-round img {
    width: 46px;
    height: 46px;
    -webkit-filter: brightness(0) invert(1);
}
.life-intro-sec .pure-sec .bene-title{
    font-weight: 500;
    font-size: 14px;
    color: #1f6846;
    margin-bottom: 10px;
}
.green-cardd p{
  font-size:  13.5px;
}
.life-intro-sec .core-sec{
    padding:2rem 0;
    border-bottom: 1px solid #e7e7e7;
}
.life-intro-sec .sec-smal{
     font-size: 25px;
    margin-bottom: 10px;
    font-weight: 500;
}
.green-cnt p{
    margin-bottom:0;
}

.life-intro-sec .ingt-main{
    display: flex;
    align-items: center;
    background: #fff;
    gap:10px;
    margin-bottom:10px;
    padding: 11px;
    border-radius: 8px;
    box-shadow: rgb(0 0 0 / 6%) 0px 6px 24px 0px, rgb(0 0 0 / 0%) 0px 0px 0px 1px;
    transition: all 0.4s;
    /*height: -webkit-fill-available;*/
}
.life-intro-sec .ingt-images img{
 height: 80px;
    min-width: 80px;
    width: 80px;
    object-fit: cover;
    border-radius: 4px;
}
.life-intro-sec  .int2-img img{
     height: 200px;
    min-width: 200px;
    width: 200px;
}
.ingred-sec .ingt-main ul{
    margin-left:10px;
}
.ingred-sec .ingt-main strong {
  display: block;
  margin-bottom: 8px;
}

.life-intro-sec .ingt-main:hover{
    box-shadow: rgba(0, 0, 0, 0.05) 0px 6px 24px 0px, rgba(0, 0, 0, 0.08) 0px 0px 0px 1px;
}

    
/*.inget-content{*/
/*    padding-left:20px;*/
/*}*/

.ingt-main .bene-title{
    font-weight: 500;
    font-size: 16px;
    color: #1f6846;
    margin: 0px 0 10px;
}
.inget-content p{
    margin:0;
}

.ingred-sec{
    padding:2rem 0;
}
.ingred-sec.section-title {
    margin: 0;
}

.res-content .sec-big-title{
      font-size: 27px;
      font-weight: 500;
}


.sector-des-sec {
    padding: 5rem 0;
    position: relative;
    text-align: left;
}
.sector-des-sec .cta-call-whatsapp{
       gap: 10px;
    display: flex;
    align-items: center;
}
.sector-des-sec .subb-cta {
    max-width: 50%;
    margin-left:20px;
}
.sector-des-sec .sct-sec{
  position: absolute;
    background-image: url(../images/bg/natural-wellness-cta.webp);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    border-radius: 15px;
    position: relative;
    text-align: center;  
     padding: 75px 60px;
}


    .read-more .by-btnss{
    padding: 6px 15px;
    border-radius: 36px;
    }
.sector-des-sec .section-title p {
    text-align: left;
}
.sector-des-sec .sec-big-title{
    text-align: left;
}
.sector-des-sec .sector-cta {
    text-align: left;
}
.about-sec-main{
    padding:5rem 0;
    position:relative;
}
.about-lef-img .botom-img-abou .boxaou-img{
    width:50%;
}
.about-lef-img .botom-img-abou .boxaou-img img{
    height: 100%;
    object-fit: cover;
    
}
.about-lef-img .top-img-abou, .about-lef-img .botom-img-abou .boxaou-img{
    display: block;
    border-radius: 20px;
    position:relative;
    overflow:hidden;
}
.about-lef-img .top-img-abou img, .about-lef-img .botom-img-abou .boxaou-img img{
    border-radius: 20px;
    width:100%;
    height:172px
}
.about-lef-img .top-img-abou img{
    height: auto;
    object-fit: cover;
    width: 100%;
}
.about-lef-img .top-img-abou:after, .about-lef-img .botom-img-abou .boxaou-img:after{
        content: "";
    position: absolute;
    width: 250%;
    height: 0%;
    left: 50%;
    top: 50%;
    background-color: rgba(255, 255, 255, .3);
    transform: translate(-50%, -50%) rotate(-45deg);
    z-index: 1;
}

.about-lef-img .top-img-abou:hover:after, .about-lef-img .botom-img-abou .boxaou-img:hover:after{
      height: 250%;
    transition: all 600ms linear;
    background-color: transparent; 
}
.about-lef-img .botom-img-abou .boxaou{
    background: linear-gradient(270deg, rgba(155, 206, 113, 0.10) 0%, rgba(131, 183, 87, 0.10) 100%);
    border-radius: 20px;
    align-content: center;
    padding:25px;
    position:relative;
   width:50%;
}
.about-content-box{
    margin-left:30px;
}

.about-lef-img .botom-img-abou .conatct-botom{
    position:absolute;
    background-image: url(../images/home/contact-us-circle.svg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    width: 130px;
    height: 130px;
    z-index: 1;
    top:-60px;
    left:0;
    right:0;
    margin:0 auto;
       display: block;
    border: 10px solid #f4f9f0;
    border-radius: 50%;
    animation: infiniterotate 20s infinite 
linear;
}
@keyframes infiniterotate{
	from{
		transform: rotate(0);
	}
	to{
		transform: rotate(360deg);
	}
}
.about-lef-img .botom-img-abou {
    display: flex;
    gap: 20px;
    margin-top:20px;
    position:relative;
}
.about-lef-img .botom-img-abou .boxaou span{
        font-size: 40px;
    font-weight: 600;
    margin-bottom: 15px;
}
.about-lef-img .botom-img-abou .boxaou h4{
    font-size:18px;
}

.abou-my-lifese{
    padding:0;
    margin-top:20px;
}
.abou-my-lifese .icon-box{
    margin:0 0 15px;
}
.abou-my-lifese h4{
    font-size:18px;
    font-weight:600;
}
.abou-my-lifese li:not(:last-child){
    margin-bottom:25px;
}

.abou-my-lifese li .icon-box img{
    transition: all 0.4s ease-in-out;
}
.abou-my-lifese li:hover .icon-box img{
 transform: rotateY(180deg);
}

.our-story-main{
    padding:40px;
    border-radius:40px;
    background:#ffcb24;
    background-image: url(../images/bg/newsletter-form-bg-3-1.webp);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}

.our-story-main .our-story-img img{
    height: 400px;
    border-radius: 20px;
}
.our-story-main .our-story-img{
    text-align:end;
}
.our-story-main .our-story-img img{
    margin-bottom:-100px;
}

.quality-standard-sec .row .col-quality-18:not(:last-child){
    border-right:1px solid #d1d1d1;
}
.col-quality-18{
    width: 20%;
    position: relative;
    padding: 0 20px 0 20px;
    text-align:center;
}
.col-quality-18 .icon-box{

    margin-bottom: 20px;
}
.col-quality-18 h4{
    font-size:18px;
    font-weight:600;
}
.col-quality-18 p{
    margin:0;
}
.mission-vission-sec{
    padding-top:5rem;
}
.mission-vission-box{
    padding:80px;
    position:relative;
    background-image: url(../images/bg/mission-box.webp);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
     z-index: 1;
     height:100%;
}

.mission-box{
     background-image: url(../images/bg/mission-bannner.webp);
}

.mission-vission-box:before{
    position: absolute;
    left: 0;
    bottom: 0;
    height: 100%;
    width: 100%;
    background-image: linear-gradient(transparent, #003733cf);
    z-index: -1;
    content: "";
    pointer-events: none;
    transition: all .3s 
ease;
}
.mission-vission-box:after{
        background-image: linear-gradient(transparent, #d1af4b59);
    height: 0;
    z-index: -1;
        position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    content: "";
    pointer-events: none;
    transition: all .3s 
ease;
}
.mission-vission-box:hover:after{
    height:100%;
}
.mission-vission-box h4{
    font-size:20px;
    margin-bottom:20px;
    color:#fff;
}
.mission-vission-box p{
    margin:0;
    color:#fff;
}

.mission-vission-sec .col-lg-6{
    padding:0;
}

.sustai-nability-sec{
    padding:5rem 0;
    position:relative;
}
.sustai-nability-contet{
    margin-right:40px;
}
.sustai-nability-contet ul{
    list-style: disc;
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    background: #f4f9f0;
    border-radius: 20px;
    padding: 30px;
    margin: 30px 0 0;
}

.sustai-nability-contet ul li{
    width:48%;
    position:relative;
    padding-left:25px;
}

.sustai-nability-contet ul li:before{
        content: "\f131";
    font-family: flaticon_normal-icon !important;
    position: absolute;
    left: 0px;
    top: 4px;
    color: #64ad35;
    font-weight: 900;
    font-size: 16px;
    line-height: 1.2;
}

.sustai-nability-img, .sustai-nability-img img{
    border-radius: 20px;
}
.sustai-nability-img{
    display: block;
    border-radius: 20px;
    position: relative;
    overflow: hidden;
}
.sustai-nability-img:before{
        content: "";
    position: absolute;
    width: 250%;
    height: 0%;
    left: 50%;
    top: 50%;
    background-color: rgba(255, 255, 255, .3);
    transform: translate(-50%, -50%) rotate(-45deg);
    z-index: 1;
}

.sustai-nability-img:hover:before{
    height: 250%;
    transition: all 600ms linear;
    background-color: transparent;
}

.what-makes{
    background: #ffcb24;
    border-radius: 20px;
    padding: 40px;
    display: flex;
    align-items: center;
    position:relative;
    z-index: 1;
    gap: 16px;
    box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 12px;
}
.what-makes:before{
    content: "";
    position: absolute;
    background-image: url(../images/bg/s-1-1.webp);
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    bottom: -90px;
    height: 100px;
    width: 100%;
    left: 0;
    right: 0;
    margin: 0 auto;
    z-index: -1;
    display:none;
}
.what-makes p{
    margin:0;
}
.what-makes .icon-what{
    min-width:150px;
}

.what-makes-sec{
    padding:5rem 0;
}

/* Hover and Active underline animation */
nav .mega-menu-box li:hover > a::before,
nav .mega-menu-box li a.active::before {
    transform: scale3d(1, 1, 1);
}

/* Default style (hidden underline) */
nav .mega-menu-box li a::before {
    content: '';
    position: absolute;
    bottom: -8px;
    left: 0;
    width: 100%;
    height: 2px;
    background: #64ad35;
    transform: scale3d(0, 1, 1);
    transform-origin: 0% 50%;
    transition: transform 0.3s cubic-bezier(1, 0.68, 0.16, 0.9);
}


nav .mega-menu-box li a {
    position: relative;
}

.product-list .produ-menu.active {
    border-color: #72c240;
    box-shadow: 0 6px 18px rgba(114, 194, 64, 0.25);
    transform: translateY(-2px);
}

nav .mega-menu-box li .produ-menu::before{
   background:unset; 
}

.icon-what {
    background: #fff;
    padding: 13px;
    border-radius: 50%;
    border: 2px #000 solid;
}
.industries-serve-sec {
    padding: 5rem 0;
    position: relative;
}
.industries-serve-sec .serve-box {
    /*background-color: #F4F9F0;*/
        padding: 20px;
    border-radius: 6px;
    display: flex;
    align-items: center;
    gap: 16px;
    max-width: fit-content;
    border: 1px solid #64ad35;
    transition: all 0.3s ease;
    margin: 10px 0 0 12px;
    height: -webkit-fill-available;
    max-width: 100%;

}

.common-inudust .row{
    row-gap:20px;
}
.industries-serve-sec .server-icon img {
    min-width: 40px;
    height: 40px;
        filter: invert(30%) sepia(50%) saturate(480%) hue-rotate(100deg) brightness(101%) contrast(99%);
    transition: all 0.3s ease;
}

.industries-serve-sec .serve-box:hover .server-icon img {
    filter: brightness(0) invert(1);
}

.industries-serve-sec .serve-title {
    font-size: 16px;
    font-weight: 600;
    margin: 0;
    transition: all 0.3s ease;
}
.industries-serve-sec .serve-box:hover .serve-content {
    color: #ffffff;
}

.industries-serve-sec .serve-box:hover {
    background: linear-gradient(270deg, #9bce71 0%, #83b757 100%);
    border-color: #64ad35;
}
.industries-serve-sec .section-title{
    margin: 0 0 30px;
}


.industries-serve-sec .common-inudust{
    background: #F4F9F0;
    padding: 40px;
}
.wholesale-sec .b2b-icon{
       filter: invert(30%) sepia(50%) saturate(480%) hue-rotate(100deg) brightness(101%) contrast(99%);
}
.b2b-content .b2b-title{
      font-size: 16px;
    font-weight: 600;
    margin: 0;
}
.wholesale-sec .b2b-intro{
    display: flex;
    gap: 20px;
    align-items: center;
    margin: 0 0 10px;
}
.wholesale-sec{
   padding:10px 0; 
}
.b2b-package-sec{
    position: relative;
    padding: 5rem 0;
    background-color: #f4f9f0;
}
.package-box .b2b-title{
      font-size: 18px;
    font-weight: 600;
}
.package-box p{
     margin: 0;
}
.b2b-package-sec .package-box {
    display: flex;
    gap: 20px;
    position: relative;
    margin: 0 0 30px;
    transition: all 300ms ease;
}

.package-box .safe-icon {
    height: 70px;
    width: 70px;
    border: 4px solid #64ad35;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: all 300ms ease;
    flex-shrink: 0;
}


.package-box .safe-icon img {
    width: 40px;
    height: 40px;
    transition: all 300ms ease;
    filter: invert(57%) sepia(67%) saturate(423%) hue-rotate(53deg) brightness(91%) contrast(92%);
}

.package-box:hover .safe-icon {
    transform: scale(-1) rotate(180deg);
    background:#64ad35;
    border-color: #ffcc00;
}


.package-box:hover .safe-icon img {
    filter: brightness(0) invert(1);
}
.b2b-package-sec .section-title .text-center{
        margin-bottom: 43px;
}

.private-cta .sct-sec{
    background-image: url(../images/products/white-label-cta.webp);
}

.terms-con-sec{
    padding:5rem 0;
    position:relative;
}
.terms-con-sec .terms-head h4{
    font-size:18px;
}

.terms-head .point-benefit-main a.tel {
  font-weight: 600;
}
.error-page-sec{
    padding: 0 0 5rem;
    position:relative;
}



.error-page-sec .error-content {
    text-align: center;
    max-width: 700px;
    margin: 0 auto;
}

.error-page-sec .error-image img {
    display: block;
    margin: 0 auto 20px;
}

.error-page-sec .error-title {
    font-weight: 700;
    margin-bottom: 10px;
}

.error-page-sec .error-message {
    font-size: 16px;
    color: #555;
}

.error-page-sec .error-btn-wrap {
    margin-top: 20px;
}

.error-page-sec .error-btn {
    display: inline-block;
    padding: 12px 32px;
    background: #64ad35;
    color: #fff;
    border-radius: 6px;
    transition: 0.3s;
}

.error-page-sec .error-btn:hover {
    background: #4f8f2a;
}
.success-page-sec {
    padding: 2rem 0 3rem;
    position: relative;
}

.success-page-sec .success-content {
    text-align: center;
    max-width: 700px;
    margin: 0 auto;
}

.success-page-sec .success-image img {
    display: block;
    margin: 0 auto 20px;
    max-width: 100%;
}

.success-page-sec .success-title {
    font-size: 32px;
    font-weight: 700;
    margin-bottom: 10px;
}

.success-page-sec .success-message {
    font-size: 16px;
    color: #555;
}
