:root {
    --primary-color: #76c340;
    --secondary-color:#ffcc00;
}

body{
   font-family: "Poppins", sans-serif;
}

html, body{
    overflow-x: clip;
}

p{  
   
    color: #000;
    font-size: 15px;
    line-height: 1.6;
    font-weight: 400;
}

img{
    height:auto;
    max-width:100% !important;
}


li{
    list-style:none;
}
a{
    text-decoration:none !important;
    color:#000;
}

.banner-sec-main{
  
    position: relative;
   
    z-index: 1;
}
.banner-content-box {
    max-width: 54%;
    margin: 241px 0;
}

.banner-sm-title{
    color: #fff;
    font-size: 16px;
    margin: 0 0 10px;
    display: inline-block;
}

.banner-big-title{
    font-size: 47px;
    font-weight: 800;
    line-height: 1.2em;
    color: #ffffff;
    margin: 0 0 30px;
}
.by-btnss {
  display: inline-block;
  background: #64ad35;
  color: #fff;
  font-size: 14px;
  font-weight:600;
  padding: 8px 26px;
  border: none;
  border-radius: 40px;
  text-decoration: none;
  cursor: pointer;
  transition: all 0.3s ease;
  box-shadow: 0 4px 10px rgba(114, 194, 64, 0.3);
}

.by-btnss:hover{
    background:var(--secondary-color);
    color:#000;
}
.swiper-pagination-bullet{
    
}


/* .swiper-button-next, .swiper-button-prev {*/
/*    position: absolute;*/
/*    top: var(--swiper-navigation-top-offset, 50%);*/
/*    margin-top: calc(0px - (var(--swiper-navigation-size) / 2));*/
/*    z-index: 10;*/
/*    cursor: pointer;*/
/*    display: flex;*/
/*    align-items: center;*/
/*    justify-content: center;*/
/*    color: #64ad35;*/
/*    width: 31px;*/
/*    height: 34px;*/
/*}*/

.top-header-sec{
    padding:7px 0;
    position:relative;
}

.mega-header-sec{
    padding:7px 0;
    position:relative;
    border-top: 1.5px solid rgba(255, 255, 255, 0.15);
    border-bottom: 1.5px solid rgba(255, 255, 255, 0.15);
    background: #fff;
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
}


.life-health-header{
  position:relative;
    z-index: 999;
}

.hedar-call-main li .icon-hed{
    background-color: rgba(255, 255, 255, 0.21);
    color: #ffffff;
    width: 37px;
    height: 37px;
    border-radius: 50%;
    align-content: center;
    text-align: center;
    line-height: 43px;
}
.hedar-call-main li:hover .icon-hed{
   background-color: var(--primary-color); 
}
.hedar-call-main{
    margin: 0;
    display: flex;
    justify-content: space-between;
    padding:0;
}

.hedar-call-main li a{
    color:#fff;
    font-size:15px;
}

.hedar-call-main li{
    display: flex;
    align-items: center;
    gap: 15px;
}

.header-btn{
    text-align:end;
}

.mega-menu-box {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 20px;
    margin:0;
    padding:0;
}

.mega-menu-box li a{
    color: #000;
    font-size: 14.5px;
    font-weight: 400;
    position: relative;
}
/*.mega-menu-box li a.active, .sticky .mega-menu-box li a.active,  .mega-menu-box li a:hover{*/
/*    color:var(--primary-color);*/
/*}*/
.drop-arrow > a{
    margin:20px 0;
}
.drop-arrow{
    position:relative;
    padding-right: 17px;
}
.drop-arrow:after{
    position: absolute;
    content: "\f104";
    font-size: 13px;
    top: 4px;
    color: #000;
    margin: auto 0;
    bottom: 0;
    right: -0px;
    font-family: flaticon_normal-icon !important;
}

.product-list > .row{
    gap:20px 0;
}
/* ===== Simple Product List with Border & Shadow ===== */
.product-list {
  width: 620px;
  padding: 25px;
  background: #ffffff;
  border: 1px solid #e0e0e0;
  border-radius: 16px;
  box-shadow: 0 6px 24px rgba(0, 0, 0, 0.1);
  position: absolute;
  top: 45px;
  left: -260px;
  right: 0;
  margin: 0 auto;
  z-index: 10;
  opacity: 0;
  visibility: hidden;
  transform: translateY(30px);
  transition: all 0.4s ease;
}

.drop-arrow:hover .product-list {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}

/* ===== Product Item ===== */
.product-list .produ-menu {
  display: flex;
  align-items: center;
  background: #F4F9F0;
  border: 1px solid #ddd;
  border-radius: 10px;
  padding: 10px 12px;
  text-decoration: none;
  color: #222;
  gap:15px;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.06);
  transition: all 0.3s ease;
}
.product-list .produ-menu p{
    font-size:13px;
}
.product-list .produ-menu:hover {
  border-color: #72c240;
  box-shadow: 0 6px 18px rgba(114, 194, 64, 0.25);
  transform: translateY(-2px);
}

/* ===== Product Image ===== */
.product-list .produ-img img {
  
  object-fit: cover;
  border-radius: 8px;
}
.product-list .produ-img{
    min-width:70px;
}

/* ===== Product Title ===== */
.product-list .title-prot {
  font-size: 15px;
 line-height: 1.4;
  text-align: left;
  color: #333;
}

.benifit-sec-health{
    position:relative;
    padding:0 0 3rem;
    background:#64ad35;
    z-index:1;
}
.benifit-sec-health:before{
    position: absolute;
    left: 0;
    bottom: 0;
    height: 16px;
    width: 100%;
    background-image: url(../images/bg/shape-7.webp);
    content: "";
    z-index:-1;
}
.benifit-sec-health:after{
    position: absolute;
    left: 0;
    bottom: 0;
    height: 165px;
    width: 100%;
    background-image: url(../images/bg/pattern-9.webp);
    opacity: 0.2;
    content: "";
    z-index:-1;
}

.benifit-items .beniti-icon{
        background: #599a2f;
    height: 120px;
    width: 100px;
    border-radius: 0 0 50px 50px;
    text-align: center;
    margin-bottom: 20px;
    padding-bottom: 30px;
    align-content: center;
    padding-top: 20px;
    transition: all 300ms 
ease;
}
.benifit-items:hover .beniti-icon{
    background:#3b6922;
}
.benifit-items .beniti-icon img{
    filter: brightness(0) invert(1);
    transition: all 300ms ease;
    
}

.benifit-items:hover .beniti-icon img{
    transform: scale(-1) rotate(180deg);
    filter: invert(70%) sepia(41%) saturate(636%) hue-rotate(51deg) brightness(87%) contrast(93%);
}
.benifit-items .benifit-content .title-brnit{
   font-size: 16px;
    font-weight: 500;
    color: #fff;
    line-height: 1.4;
}
.benifit-items .benifit-content p{
   margin: 0;
    color: #fff;
    font-size: 14px;
    font-weight: 300;
}
.benifit-sec-health .benifit-items{
    padding-left:60px;
}

.bulk-order-sec{
    padding:5rem 0;
    position:relative;
}

.banner-box-four {
    position: relative;
    overflow: hidden;
}

.banner-box-four .bulk-order-main{
    position: relative;
    padding: 40px;
    border-radius: 10px;
    overflow: hidden;
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    min-height: 340px;
    align-items: center;
    max-width:fit-content;
    background-size:cover;
}

.banner-box-four .overlay-anim:before{
    background: rgba(255, 255, 255, 0.3);
    bottom: 0;
    content: "";
    left: 50%;
    position: absolute;
    right: 51%;
    top: 0;
    opacity: 1;
    z-index: 9;
    pointer-events: none;
    -webkit-transition: all 500ms 
linear;
    transition: all 500ms 
linear;
}

.banner-box-four .overlay-anim:hover:before{
    left: 0;
    right: 0;
    opacity: 0;
    transition: all 500ms 
linear;
}
.banner-box-four .overlay-anim:after{
    background: rgba(255, 255, 255, 0.3);
    bottom: 50%;
    content: "";
    left: 0;
    position: absolute;
    right: 0;
    top: 50%;
    opacity: 1;
    pointer-events: none;
    -webkit-transition: all 600ms 
linear;
    transition: all 600ms 
linear;
}

.banner-box-four .overlay-anim:hover:after{
    top: 0;
    bottom: 0;
    opacity: 0;
    transition: all 600ms linear;
}
.banner-box-four .bulk-order-main .bulk-image:before{
     position: absolute;
    top: 75px;
    right: 30px;
    height: 40px;
    width: 37px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    background-image: url(../images/bg/leaf-3.webp);
    content: "";
    animation: bounce-y 30s infinite linear;
}

.banner-box-four .bulk-order-main .bulk-image{
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    max-width: fit-content;
}

.banner-box-four .bulk-order-main .content {
    position: relative;
    z-index: 1;
    width: 58%;
}
.banner-box-four .bulk-order-main .content h4{
        font-size: 17px;
    color: #fff;
    font-weight: 500;
    margin-bottom: 1rem;
}
.banner-box-four .bulk-order-main .content p{
    margin: 0;
    color: #fff;
    font-size: 13.5px;
    font-weight: 300;
}

.banner-box-four .bulk-order-main .content .by-btnss{
   margin-top:20px; 
}


@keyframes bounce-y {
  0% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  50% {
    -webkit-transform: translateY(-30px);
            transform: translateY(-30px);
  }
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}

.sticky .mega-header-sec{
    transform: translateY(0%);
    visibility: visible;
    animation: sliddown 1s;
    background: #fff;
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
}
.sticky .top-header-sec{
    display:none;
}
.sticky {
    position: fixed;
    top: 0;
    width: 100%;
   
}

.sticky .mega-menu-box li a{
    color:#000;
}
.sticky .drop-arrow:after{
    color:#000;
}

.sticky .hedr-logo .logo-white{
    display:none;
}
.sticky .hedr-logo .logo-color {
  display:block;  
}

@keyframes sliddown{
    0% {
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
    visibility: visible;
}
100% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}
}

.key-number-sec{
       position: relative;
    margin-top: 116px;
    background-color: #003733d6;
    /* z-index: -6; */
}

.key-number-sec:before {
  position: absolute;
    left: 0;
    top: 0px;
 
    height: 16px;
    width: 100%;
    background-image: url(../images/bg/shape-7.webp);
    content: "";
    
    transform: rotateX(180deg);
  content: "";
}
.key-number-sec:after{
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    background-image: url(../images/bg/fruits-vegetables.webp);
    content: "";
    z-index: -1;
}
.key-number-box{
    text-align: center;
    position: relative;
    top: -50px;
}
.key-number-box .counter-number span{
    font-size:40px;
    color:#fff;
    font-weight:600;
}
.key-number-box .counter-number{
    margin-bottom:10px;
}
.key-number-box .icon-box{
    display: flex
;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: center;
    justify-content: center;
    position: relative;
    height: 110px;
    width: 110px;
    font-size: 62px;
    background-color: #fff;
    border-radius: 50%;
    border: 10px solid #f7c501;
    transition: all 300ms 
ease;
    margin: 0 auto 20px;
}
.key-number-box .icon-box img{
    filter: invert(30%) sepia(50%) saturate(480%) hue-rotate(100deg) brightness(101%) contrast(99%);
}
.key-number-box:hover .icon-box{
    background-color: #ffcc00;
  transform: scale(-1) rotate(180deg);
}
.key-number-box .counter-title {
    display: inline-block;
    font-size: 15px;
    line-height: 25px;
    color: #fff;
    padding: 9px 50px;
    border: 1px solid rgba(255, 255, 255, 0.4);
    margin:0;
}

.why-choose-sec{
    padding:4rem 0 0;
    position:relative;
}
.why-choose-sec .row{
    gap:30px 0;
}
.why-choss-items{
        padding:70px 55px;
    border: 1px solid #c1c1c1;
    border-radius: 30px;
    position: relative;
    background-color: #ffffff;
    transition: all 0.3s ease-in-out;
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1);
}
.why-choss-items:hover{
     border-color: var(--primary-color);
}

.why-choss-items:hover::before {
    background-color: var(--primary-color);
    border-color: var(--primary-color);
    transition: all 0.3s 
ease-in-out;
}
.why-choss-items::before {
    position: absolute;
    content: "";
    width: 90%;
    border: 1px solid #c1c1c1;
    height: 100%;
    border-radius: 30px;
    z-index: -1;
    left: 50%;
    
    top: 12px;
    transform: translateX(-50%);
    transition: all 0.3s 
ease-in-out;
}

.why-choss-items .why-icon{
        display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 89px;
    height: 89px;
    z-index: 1;
    position: relative;
    background-color: #fff;
    border: 3px solid var(--primary-color);
    border-radius: 50%;
    transition: all 0.3s 
ease-in-out;
margin-bottom:20px;

}
.why-choss-items:hover .why-icon{
    background-color: var(--primary-color);
    border-color: #2f9916;
    transition: all 0.3s 
ease-in-out;
}

.why-choss-items .why-liff{
    position: absolute;
    width: 89px;
    height: 89px;
    z-index: 1;
}
.why-choss-items .why-liff:before{
    position: absolute;
    right: -35px;
    top: -35px;
    height: 124px;
    width: 124px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    background-image: url(../images/bg/5-leaf.svg);
    content: "";
    z-index:-1;
}
.why-choss-items .why-icon img{
    filter: invert(70%) sepia(41%) saturate(636%) hue-rotate(51deg) brightness(87%) contrast(93%);
    transition: all 0.3s 
ease-in-out;
}
.why-choss-items:hover .why-icon img{
    filter: brightness(0) invert(1);
}
.why-choss-items .why-content .why-title{
    font-size:18px;
    font-weight:600;
}
.why-choss-items .why-content p{
    margin:0;
    font-size:14px;
}
.section-title.text-center{
    margin-bottom:30px;
}

.why-choose-sec .why-top{
    margin-top:60px;
}

.why-choose-sec .col-lg-4 .why-choss-items:not(:last-child){
    margin-bottom:50px;
}

.testimonial-sec-mani{
    padding:0 0 4rem;
    position:relative;
}
.testimonial-carousel .swiper-wrapper{
    margin:30px 0 40px;
}
.testimon-box-main {
  background: #f4f9f0;
  border-radius: 16px;
  padding: 24px;
  transition: all 0.3s ease;
  text-align: left;
  position: relative;
  box-shadow: rgba(0, 0, 0, 0.05) 0px 0px 0px 1px;
  z-index:1;
}
.testimon-box-main::before{
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background: linear-gradient(270deg, #9bce71 0%, #64ad35 100%);
	transform: scale(0);
	border-radius: 20px;
	width: 100%;
	height: 100%;
	z-index: 0;
	transition: all 0.5s ease-in-out;
	opacity: 0;
	z-index:-1;
}

.testimonial-carousel .swiper-slide.swiper-slide-active .testimon-box-main::before{
	opacity: 1;
	transform: scale(1);
}
.testimon-box-main .test-icon {
    position: absolute;
    top: -30px;
    width: 60px;
    line-height: 60px;
    height: 60px;
    left: 40px;
    background: #76c340;
    color: #fff;
    font-size: 20px;
    border-radius: 50%;
    text-align: center;
    border: 4px solid #ffffff;
}

.testimon-box-main .review-star {
  margin-top: 16px;
  color: #ffcc00;
  font-size: 18px;
}

.testimon-box-main .review-star i {
  margin-right: 3px;
}
.testimonial-carousel .swiper-slide.swiper-slide-active .testimon-box-main p{
    color:#fff;
}
.testimon-box-main p {
  color: #000;
  font-size: 14px;
  line-height: 1.7;
  margin-top: 12px;
  margin-bottom: 20px;
}

.testimon-box-main .user-name-img {
  display: flex;
  align-items: center;
  gap: 10px;
  border-top: 1px solid #e4f6d8;
  padding-top: 12px;
}

.testimon-box-main .user-name-img img {
  width: 45px;
  height: 45px;
  border-radius: 50%;
  object-fit: cover;
}

.testimon-box-main .user-name-img span {
  font-weight: 600;
  color: #000;
  font-size: 16px;
}

.testimonial-carousel .swiper-slide.swiper-slide-active
.testimon-box-main .user-name-img span {
    color:#fff;
}

.testimonial-carousel .swiper-pagination-bullet{
    height: 10px;
    width: 10px;
    background:#2067461a;
    opacity: 1;
    margin: 0 3px;
    transition: all 0.4s ease-in-out;
}

.testimonial-carousel .swiper-pagination-bullet-active{
	width: 30px;
    background: #76c340;
	border-radius: 12px;
}

.qucl-footer-menu{
    padding:4rem 0;
    position:relative;
    background:#1f6846;
}
.footer-logo{
    margin-right:30px;
}
.footer-logo p{
    color:#fff;
    margin:20px 0 0;
    font-size:14px;
}

.socila-media-links{
    list-style: none;
    padding: 0;
    margin: 30px 0 0;
    display: flex;
    gap: 15px;
}
.socila-media-links li a{
    background: transparent;
    border: 1px solid #ffffff1a;
    border-radius: 50%;
    width: 40px;
    height: 40px;
    line-height: 45px;
    position: relative;
    display: inline-block;
    text-align: center;
    transition: all 0.3s ease-in-out;
}
.socila-media-links li a {
    font-size: 18px;
    color: #ffffff;
}

.socila-media-links li a:hover{
    background:#9bce71;
}

.footer-gatery .foote-title{
    font-size: 18px;
    color: #fff;
    font-weight: 600;
    text-transform: capitalize;
}
.footer-gatery ul{
    padding:0;
    margin:20px 0 0;
}
.footer-gatery ul li a{
    font-size:14px;
    color:#fff;
}

.footer-gatery .quicl li{
    padding-left:15px;
    position:relative;
}
.footer-gatery .quicl li:before{
    position:absolute;
    content:"";
    width:5px;
    height:5px;
    background:#64ad35;
    border-radius:50%;
    left:0;
    top:0;
    bottom:0;
    margin:auto 0;
}

.footer-gatery .quicl li:not(:last-child){
    margin:0 0 7px;
}
.add-info li{
    display: flex;
    gap:20px;
}
.add-info li .add-icon{
        background: transparent;
    border: 1px solid #ffffff1a;
    border-radius: 50%;
    min-width: 40px;
    height: 40px;
    line-height: 41px;
    position: relative;
    display: inline-block;
    text-align: center;
    transition: all 0.3s ease-in-out;
    color:#fff;
    z-index: 1;
}
.add-info li .add-icon:before{
        content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: #9bce71;
    border-radius: 50%;
    height: 100%;
    width: 100%;
    transform: scale(0);
    transition: all 0.4s ease-in-out;
    z-index: -1;
}

.add-info li:hover .add-icon:before{
    transform: scale(1);
}

.add-info li:not(:last-child){
    margin: 0 0 10px;
}

.add-info li p{
    color:#fff;
    font-size:14px;
}

.footer-gatery.home-gater{
    margin-left:40px;
}

.cpriy-sec-main p, .cpriy-sec-main a{
    font-size:14px;
    margin:0;
    color:#fff;
}

.cpriy-sec-main{
    position:relative;
    background:#64ad35;
    padding:10px 0;
}

.scroll-top {
  position: fixed;
  visibility: hidden;
  opacity: 0;
  right: 15px;
  bottom: 15px;
  z-index: 99999;
  background-color: #64ad35;;
  width: 40px;
  height: 40px;
  line-height:35px;
  border-radius:50%;
  border:unset;
  transition: all 0.4s;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
}

.scroll-top i {
  font-size: 14px;
  color: #fff;
  line-height: 0;
}

/*.scroll-top:hover {*/
/*  background-color: var(--primary-color);*/
/*}*/

.scroll-top.active {
  visibility: visible;
  opacity: 1;
}

.whatsappicon {
    position: fixed;
    right: 10px;
    top: 50%;
    z-index: 9999;
}
.banner-sec-main{
    position:relative;
}
.whatsappicon .call-icons{
    display:none;
}
.banner-sec-main .lifessenz-banner{
    width: 100%;
    height: auto;
}
.banner-carous-main img{
    width: 100%;
    height: auto;
    object-fit: cover;
}


/* --- Pagination container --- */
.banner-sec-main .swiper-pagination {
  position: absolute;
  display: flex
;
    gap: 5px;
    z-index: 10;
    justify-content: center;
    bottom: 30px !important;
}

/* --- Default bullet style --- */
.banner-sec-main .swiper-pagination .swiper-pagination-bullet {
  width: 14px;
  height: 14px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.5);
  border: 1.5px solid rgba(255, 255, 255, 0.8);
  transition: all 0.3s ease;
  opacity: 1; /* ensure bullets are visible */
}

/* --- Active bullet (animated pill effect) --- */
.banner-sec-main .swiper-pagination .swiper-pagination-bullet-active {
  width: 36px;
  border-radius: 20px;
background: linear-gradient(135deg, #64ad35, #3d8b23);
  border-color: #fff;
  box-shadow: 0 0 8px rgba(72, 149, 239, 0.5);
}
.waht-welivesd{
    position:relative;
    padding: 1rem 0 2rem;
}
.waht-welivesd .what-wesolvesd{
        font-size: 4rem;
    margin-bottom: 0rem;
    line-height: 1.3;
}
.waht-welivesd .what-wesolvesd img{
    width: 100px;
    object-fit: cover;
    height: 60px;
    border-radius: 50px;
    margin-right: 1rem;
}
.having-conditio{
    border-radius: 20px;
   background-color: #F4F9F0;
    padding: 24px;
    height: 100%;
        box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1);
}
.conditionsd{
    border-radius: 20px;
    background-color: #dae4d8;
    padding: 24px;
    height: 100%;
        box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1);
}
.nevers{
    background-color: #333;
    padding: 28px;
    height: 100%;
    border-radius: 20px;
}
.nevers-titl{
    text-align: center;
    color: #fffaf1;
    font-size: 1.4rem;
    margin-bottom: 1.5rem;
}
.condit-titl{
     text-align: center;
   
    font-size: 1.4rem;
    margin-bottom: 1.5rem;
}
.neve-ul, .condit-ul{
   display: flex
;
    flex-wrap: wrap;
    gap: 12px 20px;
   
    max-width: 470px;
    margin: 0 auto;
    padding: 0;
}
.cond-iconsd{
        border: 1px solid #333333;
    border-radius: 100%;
    background: #fff;
    max-width: fit-content;
    padding: 10px;
}
.condit-ul li {
   width: 25%;
    padding: 0 10px;
    text-align: -webkit-center;
    
}
.condit-ul{
        gap: 22px 0px !important;
        max-width: 500px;
}
.condit-ul li img{
    /*filter: invert(31%) sepia(11%) saturate(3040%) hue-rotate(55deg) brightness(99%) contrast(79%);*/
    filter: invert(30%) sepia(50%) saturate(480%) hue-rotate(100deg) brightness(101%) contrast(99%);
}
.condit-ul li p{
        font-size: 13px;
    margin: 0;
    padding-top: 10px;
}
.neve-ul li{
        color: #fffaf1;
    font-size: 14px;
    display: flex
;
    gap: 5px;
    align-items: center;
}
.neve-ul li p{
    margin: 0 0 0 2px;
       color: #fffaf1;
       font-size: 14px;
}
.neve-ul li i{
    font-size: 11px;
    transform: translateY(2px);
}

.everu-sips{
    position: relative;
    background-image: url(../images/bg/real-refreshing-restorative-lifessenz.webp);
    padding: 3rem 0;
    background-size: cover;
    background-position: center;
    display: grid;
    align-items: center;
}
@media (min-width:1600px){
    .everu-sips{
        min-height:600px;
    }
    .every-sidesip{
            max-width: 700px !important;
    padding: 70px 100px 70px 70px !important;
    }
}
.every-sidesip{
    position: relative;
    z-index: 3;
    max-width: 600px;
    padding: 50px 100px 50px 50px;
    color: #fff;
    -webkit-backdrop-filter: blur(25px);
    backdrop-filter: blur(25px);
    background-color: #0000001a;
    border-top-right-radius: 300px;
    border-bottom-right-radius: 300px;
    min-height: 100%;
   
}
.every-sidep-titl{
    font-size: 1.8rem;
    line-height: 1.4;
    margin-bottom: 1.2rem;
}
.every-sidesip p{
    color: #fff;
    font-weight: 300;
}


/*Contact page design strart */

.contact-des-sec {
  position: relative;
  padding: 4rem 0 0;
}

.contact-des-sec .contact-main {
  background-color: #f6f6f6;
  padding: 17px 29px;
  border-radius: 8px;
  position: relative;
  overflow: hidden;
  height: 100%;
}

.contact-des-sec .title-brnit {
  color: #64ad35;
}

/*.contact-des-sec .con-content a {*/
/*  color: #1f6846;*/
/*margin-bottom: 5px;*/
/*}*/

.contact-des-sec .cont-img{
    position: absolute;
    right: -25px;
    top: 50%;
    transform: translateY(-50%);
    z-index: 1;
}

.contact-des-sec .cont-img img {
  width: 85px;
  margin-right: 0px; 
}

.contact-img-card .cont-prod img {
  object-fit: cover;
}

.contact-form-main form {
  display: flex;
  flex-direction: column;
  gap: 15px;
}

.contact-form-main input,
.contact-form-main select,
.contact-form-main textarea {
  width: 100%;
  padding: 12px 15px;
  border: 1px solid #ddd;
  border-radius: 30px;
  font-size: 15px;
  outline: none;
}

.contact-form-main textarea {
  border-radius: 15px;
}

.contact-form-main button {
  background-color: rgb(100, 173, 53);
  color: #fff;
  font-weight: 600;
  padding: 12px 0;
  border: none;
  border-radius: 30px;
}
.contact-img-card .cont-sub{

    padding: 31px;
    border-radius:12px;
   box-shadow: 0px -10px 30px -10px rgba(0, 0, 0, 0.35);

    transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
}
.contact-form-main button:hover {
  background: var(--secondary-color);
    color: #000;
}

.contact-map-sec{
    padding:5rem 0;
    position:relative;
}
.contact-img-card{
     padding:5rem 0 0;
    position:relative;
}

.contact-map-sec .lifessen-map iframe{
    border-radius:20px;
}
.hambuuefer, .close-button, .dropn-btnmobile {
    display: none;
}
.why-choose-sec.sectore-why-sec{
    padding:5rem 0;
    position:relative;
}
.sector-intro-sec{
    padding:5rem 0;
    position:relative;
}

.intro-sector-content{
    margin-left:30px;
}

.sector-img-intro img{
    border-radius:10px;
}

.sector-product-main {
  background: #fff;
  border-radius: 15px;
  box-shadow:rgba(0, 0, 0, 0.05) 0px 6px 24px 0px, rgba(0, 0, 0, 0.08) 0px 0px 0px 1px;
  padding: 20px;
  display: flex;
  gap: 25px;
  transition: all 0.3s ease-in-out;
  height:100%;
}

.sector-product-main:hover {
  box-shadow: 0 8px 30px rgba(0, 0, 0, 0.15);
  transform: translateY(-3px);
}

.sector-product img {
    border-radius: 10px;
    transition: all 0.3s ease;
    height: 100%;
    object-fit: cover;
    min-width:250px;
}



.sector-content h4 {
    color: #000;
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 15px;
    line-height: 1.4;
}

.point-benefit-main p{
   font-size:14px; 
}
.point-benefit-main{
    margin:0 0 20px;
}
.point-benefit-main h4 {
  font-size:15px;
  font-weight:600;
  margin:0;
}

.point-benefit-main ul {
  margin:10px 0;
  padding:0;
  
}
.point-benefit-main ul li{
    position:relative;
    margin-bottom: 15px;
    padding-left:20px;
    font-size:14px;
    color:#000;
}
.point-benefit-main ul li:before{
    content: "\f131";
    font-family: flaticon_normal-icon !important;
    position: absolute;
    left: 0;
    margin:auto 0;
    top: 5px;
    bottom:0;
    color: #64ad35;
    font-weight: 900;
    font-size: 14px;
    line-height: 1.2;
}

.setor-product-main .container > .row{
    gap:30px 0;
}

.sectore-why-sec{
    padding:5rem 0 6rem;
    position:relative;
    background-image: url(../images/bg/bg-1-1.jpg);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}
.setor-product-main{
    padding:0 0 5rem;
}
.sectore-why-sec .section-title{
    position: relative;
    z-index: 2;
    margin-bottom:60px !important;
}
.why-choss-secotr-img{
    position:relative;
    z-index:1;
    text-align:center;
}
.why-choss-secotr-img:before{
    min-width: 560px;
    min-height: 560px;
    width: 560px;
    height: 560px;
    background-color: #ffffff;
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    border-radius: 50%;
    z-index: -1;
}

.why-choss-secotr{
    display: flex;
    gap: 30px;
    position: relative;
    z-index: 2;
}
.why-choss-secotr .why-icon{
    background:#76c340;
    min-width:80px;
    height:80px;
    text-align:center;
    line-height:75px;
    border-radius:50%;
    border: 3px solid #76c340;
    transition: all 0.3s ease-in-out;
}
.why-choss-secotr .why-icon img{
    filter: brightness(0) invert(1);
}
.why-choss-secotr:hover .why-icon{
    border: 3px solid #5dc41a;
}

.sectore-why-sec  .col-lg-4 .why-choss-secotr:not(:last-child){
    margin-bottom:40px;
}

.sectore-why-sec  .col-lg-4:first-child .why-choss-secotr{
    flex-direction: row-reverse;
}

.why-choss-secotr .why-content .why-title{
    font-size:18px;
    font-weight:600;
}

.how-sector-sec {
    padding: 5rem 0;
    position: relative;
    background: url(../images/bg/health-benefits-banner.webp) no-repeat left center / cover;
    overflow: hidden;
    z-index: 1; 
}

.siddha-sec{
     background: url(../images/bg/natural-clinic-care.webp) no-repeat left center / cover;
}
.hospit-faci{
     background: url(../images/bg/clinics-healthcare-care.webp) no-repeat left center / cover;
}
.fitness-faci{
     background: url(../images/bg/fitness-yoga-studios-sectors.webp) no-repeat left center / cover;
}


/*.how-sector-sec::before {*/
/*    content: "";*/
/*    position: absolute;*/
/*    top: 0;*/
/*    left: 0;*/
/*    width: 100%;*/
/*    height: 100%;*/
/*    background: url(../images/bg/benefits-banner-bg.jpg) no-repeat center / cover;*/
/*    opacity: 0.25;*/
/*    z-index: 0;*/
/*    mix-blend-mode: lighten; */
/*}*/


.how-reason-main {
    background-color: #333;
    padding: 39px;
    height: 100%;
    border-radius: 20px;
    max-width: 46%;
    position: relative;
    z-index: 1;
}
.how-reason-main p{
    margin:0;
}

.how-reason-main:before{
    position:absolute;
    content:"";
    height:80px;
    width:80px;
    background-image:url(../images/bg/key-feature-3-1.webp);
    background-size:cover;
    background-repeat:no-repeat;
  bottom: 8px;
    right: 12px;
    z-index:-1;
display:none
}

.how-reason-main p{
    color:#fff;
}

.how-reason-main .sec-big-title{
    color:#fff;
     font-size: 26px;
}
.faq-main-sec.secoter-faq-sec{
    padding:5rem 0;
}
.sector-cta-main-sec{
    padding:5rem 0;
}
.sector-cta-card{
    border-style: solid;
    border-width: 2px 2px 2px 2px;
    border-color: #f2f2f2;
    padding:40px;
    border-radius:24px;
    background:#F4F9F0;
}
.sector-cta-card .sector-contetm-cta{
    max-width:80%;
    margin:0 auto;
}
.sector-cta-card .sector-cta{
    text-align:center;
}

.cta-main-sec.liversenz-cta .cta-card{
    background-image: url(../images/bg/support-liver-health-liversenz.webp);
}
.cta-main-sec.cta-apple .cta-app {
    background-image: url(../images/bg/apple-cider-vinegar-cta.webp) !important;
}

.list-into-pro{
    padding:3rem 0 0;
}


.order-box {
   background-color: #f5f5f5;
    min-width: 480px;
    overflow: hidden;
    height: 100%;
    padding: 60px;
    border-radius: 30px;
    margin: -1px;
}

.main-products:hover .product-img.product-issenz img {
    transform: none;
}

.lifessenz-products .row {
row-gap:30px;
}

.order-nowform .order-wrapper{
    border: 1px solid #c1c1c1;
    border-radius: 30px;
}

.order-nowform .ordernow-title {
    font-size: 29px;
    margin-top: -0.22em;
    margin-bottom: 30px;
    position: relative;
    padding-bottom: 6px;
    font-weight: 700;
}

.order-nowform .ordernow-title::after {
    position: absolute;
    content: "";
    width: 66px;
    height: 4px;
    bottom: 0;
    left: 0;
  background-color: #47b32d;
}

.order-nowform .ordernow-item {
    display: flex;
    gap: 17px;
    align-items: center;
    margin-bottom: 35px;
}

.order-nowform .order-icon{
    width: 46px;
    height: 46px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background-color: #ffcb24;
    border-radius: 50%;
}



.fa-location:before {
    content: "\f601";
}

.order-nowform .order-body {
    flex: 1;
}

.order-nowform .label-title {
        font-size: 16px;
    font-weight: 700;
    margin: -0.14em 0 5px 0;
}


.order-nowform .social-links {
    flex-direction: column;
    justify-content: flex-start;
    text-align: start;
    align-items: start;
    gap: 10px;}
    
    
   .order-nowform .social-links .links-title {
    font-size: 16px;
    font-weight: 700;
}

 .order-nowform .social-links ul {
    display: flex;
    align-items: center;
    margin: 0;
    padding: 0;
    list-style: none;
    gap: 9px;
}


 .order-nowform .order-style2 {
    
    flex: 1;
    padding: 65px;

}


.order-nowform-text {
  margin-bottom: 20px;
  color: #666;
}

.order-nowform-input,
.order-nowform-textarea {
  width: 100%;
  padding: 18px 20px;
  border-radius: 40px;
  border: 1px solid #ddd;
  outline: none;
  font-size: 15px;
  margin: 12px;
}

.order-nowform-textarea {
  height: 130px;
  border-radius: 25px;
  resize: none;
}

.order-nowform-input:focus,
.order-nowform-textarea:focus {
  border-color: #38b000;
}

.order-nowform-btn {
  padding: 14px 30px;
  background: #64ad35;
  color: #fff;
  border: none;
  border-radius: 40px;
  font-weight: 600;
  cursor: pointer;
  display: inline-flex;
  align-items: center;
  gap: 8px;
}

.order-nowform-btn:hover {
  background: #ffcc00;
    color: #000;
}

  .order-nowform{
padding: 5rem 0;
}


.order-nowform-social-title {
  font-weight: 600;
  margin-bottom: 12px;
  display: block;
}

.order-nowform-social-icons a {
  width: 38px;
  height: 38px;
  border: 1px solid #000;
  border-radius: 50%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-right: 10px;
  color: #000;
  text-decoration: none;
  transition: 0.2s;
}

.order-nowform-social-icons a:hover {
  background: #38b000;
  border-color: #38b000;
  color: #fff;
}

.order-nowform-select {
  appearance: none;
 
}
.white-sec-main{
    padding:5rem 0;
    position:relative
}

.white-lef-img img{
    border-radius:20px;
    width:100%;
}
.white-lef-img{
       display: block;
    border-radius: 20px;
    position: relative;
    overflow: hidden; 
}
.white-lef-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;
}

.white-lef-img:hover:before{
    height: 250%;
    transition: all 600ms linear;
    background-color: transparent;
}

.white-content-box{
    margin-left:20px;
}
.manufacturing-process-sec{
    padding:5rem 0;
    position:relative;
    background-image: url(../images/bg/bg-1-1.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}

.mau-process-box h4{
    font-size:22px;
    font-weight:600;
    margin-bottom:15px;
}
.manufacturing-process-sec .mau-process-icon{
    min-width: 100px;
    min-height: 100px;
    width: 100px;
    height: 100px;
    background-color: #47b32d;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 25px;
    border-radius: 50%;
    color: #ffffff;
    position: relative;
    max-width: fit-content;
    margin: 0 auto;
    display: flex;
    font-weight:600;
}
.manufacturing-process-sec .mau-process-icon:before{
    position: absolute;
    content: "";
    min-width: 110px;
    min-height: 110px;
    width: 110px;
    height: 110px;
    border: 3px solid #ffcb24;
    border-radius: 50%;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background-color: #ffffff;
    z-index: -1;
}
.manufacturing-process-sec .col-lg-3{
    position:relative;
    z-index:1;
}

.manufacturing-process-sec .mau-process-img img{
    border-radius:20px;
    /*height:180px;*/
    object-fit:cover;
    width:100%;
}

.manufacturing-process-sec .proces-item-row:not(:last-child) {
    margin-bottom:30px;
}
.manufacturing-process-sec .section-title{
    margin-bottom:60px !important;
}
.manufacturing-process-sec .proces-item-row:not(:last-child) .mau-process-icon:after{
    position: absolute;
    content: "";
    width: 3px;
    height: 185%;
    background-color: #ffcb24;
    left: 50%;
    top: 100%;
    transform: translateX(-50%);
    z-index: -2;
}

.white-content-box .cta-call-whatsapp{
    display:flex;
    gap:10px;
    margin-top:20px;
}
.white-why-chose{
    padding:5rem 0;
}
.white-why-box{
    position: relative;
    background: #f4f9f0;
    border-radius: 20px;
    padding: 40px;
    overflow: hidden;
    z-index: 1;
    transition: all 0.4s ease-in-out;
    height:100%;
}
.white-why-box:hover:before, .white-why-box.active:before{
    height: 100%;
    border-radius: 0;
}
.white-why-box:before{
        content: '';
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(270deg, #9bce71 0%, #83b757 100%);
    border-radius: 500px 500px 0 0;
    height: 0;
    width: 100%;
    transition: all 0.4s 
ease-in-out;
    z-index: -1;
}

.white-why-box .why-iconss{
    margin-bottom:20px;
}
.white-why-box .why-iconss img{
    filter: invert(57%) sepia(67%) saturate(423%) hue-rotate(53deg) brightness(91%) contrast(92%);
}
.white-why-box:hover .why-iconss img, .white-why-box.active .why-iconss img{
    filter: invert(1) brightness(1);
}
.white-why-box h4{
    font-size:18px;
    font-weight:600;
    margin:0 0 20px;
}
.white-why-box p{
    margin:0;
}

.white-why-box:hover h4, .white-why-box:hover p, 
.white-why-box.active h4, .white-why-box.active p{
    color:#fff;
} 

.what-we-offer-sec{
    padding:0 0 5rem;
    position:relative;
}


.offer-block {
    position: relative;
}
.offer-private-orouel .swiper-button-prev:after, 
.offer-private-orouel .swiper-button-next:after{
    text-align: center;
    min-width: 35px;
    width:35px;
    line-height: 35px;
    border-radius: 50%;
    background-color: #ffffff;
    border-color: #dee3ee;
    border: 1px solid var(--primary-color);
    transition: all 500ms ease;
    font-size: 20px;
    color: #000;
    content: "\f108";
    font-family: flaticon_normal-icon !important;
}
.offer-private-orouel .swiper-button-next, .offer-private-orouel .swiper-button-prev{
     width: 35px;
    height: 35px;
}
.offer-private-orouel .swiper-button-prev:after {
    transform: rotate(180deg);
}
.offer-private-orouel .swiper-button-prev{
    left:3%;
}
.offer-private-orouel .swiper-button-next{
    right:3%;
}
 .offer-private-orouel{
    position: static !important;
}
.offer-block .inner-box {
  position: relative;
  border-radius: 10px;
  text-align: center;
  padding-bottom: 45px;
  overflow: hidden;
}
.offer-block .inner-box:hover .overlay-content .icon:before {
 transform: scale(-1) rotate(180deg);
}
.offer-block .inner-box:hover .overlay-content {
  transform: translateY(0);
  opacity: 1;
  visibility: visible;
}
.offer-block .inner-box:hover .content {
  opacity: 0;
  visibility: hidden;
}
.offer-block .inner-box:hover .image img {
  transform: scale(1.1);
}

.offer-block .image {
  position: relative;
  margin-bottom: 0;
  border-radius: 10px;
  overflow: hidden;
}
.offer-block .image:before {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  content: "";
  background: linear-gradient(to bottom, rgba(153, 153, 153, 0) 0%, #003733 100%);
  border-radius: 10px;
  z-index: 1;
}
.offer-block .image img {
  display: block;
  border-radius: 10px;
  width: 100%;
  height:100%;
  object-fit:cover;
  transition: all 300ms ease;
}

.offer-block h4 {
  font-size: 16px;
  line-height: 1em;
  color: #fff;
  font-weight: 700;
  margin-bottom: 20px;
}

.offer-block .icon {
  display: inline-flex;
  height: 70px;
  width: 70px;
   align-items: center;
   justify-content: center;
  color: #fff;
  font-size: 48px;
  background-color: #64ad35;
  border-radius: 50%;
}
.offer-block .icon img{
    filter: invert(1) brightness(1);
}
.offer-block .icon:before {
  transition: all 300ms ease;
}

.offer-block p {
  color: #fff;
  font-size: 14px;
  line-height: 24px;
  margin:0;
}

.offer-block .content {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  z-index: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: flex-end;
  transition: all 200ms ease;
}

.offer-block .overlay-content {
      position: absolute;
    left: 0;
    bottom: 0;
    height: auto;
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    justify-content: flex-end;
    background-color: #64ad35;
    z-index: 1;
    padding: 0 15px 15px;
    border-radius: 0 0 10px 10px;
    opacity: 0;
    visibility: hidden;
    transition: all 400ms ease;
    transform: translateY(100%);
    flex-direction: column;
    align-items: center;
}
.offer-block .overlay-content .icon {
  position: relative;
  margin-top: -45px;
  background-color: #ffcb24;
  margin-bottom: 20px;
}

.sector-listing-pro .row{
    row-gap:40px;
}


.quality-intro {
    padding:4rem 0;
}

.quality-intro .section-title{
    text-align:center;
}



/* Tab button container */
.quality-tabs {
    display: flex;
    justify-content: center;
    gap: 12px;
    list-style: none;
    padding: 0;
    margin-bottom: 25px;
}

/* Tab buttons */
.quality-tabs .tab {
    padding: 12px 22px;
    background: #f1f1f1;
    cursor: pointer;
    border-radius: 6px;
    font-weight: 600;
    border: 1px solid #e3e3e3;
    color: #333;
    transition: 0.25s ease;
}

/* Hover effect */
.quality-tabs .tab:hover {
    background: #e8e8e8;
}

/* Active tab style – clean modern blue */
.quality-tabs .tab.active {
    background: #64ad35;
    color: #fff;
    box-shadow: 0 3px 10px rgba(0,0,0,0.1);
}

/* Content box */
.tab-content {
    display: none;
    padding: 35px;
    background: #fff;
    border-radius: 10px;
    border: 1px solid #eee;
    box-shadow: 0 4px 12px rgba(0,0,0,0.06);
}

.tab-content.active {
    display: block;
}

/* Title style */
.quality-title {
    font-size: 25px;
    font-weight: 700;
    margin-bottom: 10px;
}

/* Tagline */
.tagline {
    font-size: 16px;
    color: #555;
}

/* Image styling */
.quality-img {
    width: 100%;
    max-width: 320px;
    border-radius: 10px;
}

.back-leaf {
    list-style: none;
    padding: 0;
    margin: 0;
}

.back-leaf li {
    padding-left: 34px;
    margin-bottom: 10px;
    background: url("../images/lifessenz-favicon.webp") no-repeat left center;
    background-size: 30px; /* adjust size */
}

.right-line {
    border-right: 1px solid #d1d1d1;
}

.special-quality {
    padding:0 0 4rem;
}

.main-qulity h4{
    font-size:18px;
    font-weight:600;
}

.secondary-sec .package-box{
    align-items:center;
}
.secondary-sec{
padding: 3rem 0 !important;
}

 .ethical-sec {
    padding: 4rem 0;
}



.ethical-sec p {
    margin-bottom: 18px;
    line-height: 1.7;
}

.custom-bullets {
    padding-left: 0;
    list-style: none;
    margin-bottom: 25px;
}

.custom-bullets li {
    position: relative;
    padding-left: 42px;
    margin-bottom: 15px;
    font-size: 16px;
    line-height: 1.6;
    color: #1d1d1d;
}

.sustainable-img img:hover {
    transform: scale(1.03);
}

.sustainable-img img {
    width: 400px;
    border-radius: 12px;
    margin-left: 60px;
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.1);
    transition: 0.3s 
ease;
}

.main-qulity {
    padding:0 0 3rem;
}

.main-qulity .icon-box {
    margin-bottom:15px;
}

.main-qulity .sec-para{
    margin-top:20px;
}

.qulity-stand-reco{
    text-align:center;
}
.main-order {
  display: flex;
  flex-direction: column;
  gap: 55px;
}

.icon-order {
  display: flex;
  align-items: center;
  gap: 15px;
}

.side-order-icon {
  width: 70px;
  height: 70px;
  min-width: 70px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.side-order-icon img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.icon-order p {
  margin: 0;
  font-size: 16px;
  font-weight: 500;
}
   
.order-content h4 {
    font-size:20px;
     font-weight: 600;
}

label.error{
    color:red;
    font-size:13px;
}

.banner-sec-main .swiper-slide .mobile-view{
    display:none;
}

.inner-box:hover .icon img{
    filter: invert(0%) sepia(0%) saturate(1686%) hue-rotate(195deg) brightness(89%) contrast(99%);
}

.hide-robot{
display:none !important;
}

.linker{
	color: #64ad35;
}

.isenz-product .sector-product img{
	min-width:360px;
	height:400px;
}

.isenz-product .sector-product-main {
    align-items: center;
}

.isenz-product .cta-call-whatsapp{
	display: flex;
    gap: 7px;
}

.isenz-product .point-benefit-main ul{
	display:flex;
	   gap: 16px;
}

.isenz-product .point-benefit-main ul li:before {
    top: 2px;
}

.isenz-product .point-benefit-main {
    margin: 0 0 5px;
}


/* Popup Overlay */
.popup-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.6);
    display: none;
    align-items: center;
    justify-content: center;
    z-index: 9999;
}

/* Popup Box */
.popup-box {
    background: #fff;
    width: 90%;
    max-width: 450px;
    padding: 25px;
    border-radius: 15px;
    box-shadow: 0 10px 30px rgba(0,0,0,0.20);
    position: relative;
    animation: popUp 0.3s ease;
}

@keyframes popUp {
    from { transform: scale(0.85); opacity: 0; }
    to { transform: scale(1); opacity: 1; }
}

/* Close Button */
.close-popup {
    position: absolute;
    top: 12px;
    right: 15px;
    font-size: 28px;
    cursor: pointer;
    color: #333;
    font-weight: bold;
}

/* Form Styles */
.order-form label {
    font-weight: 600;
    margin-top: 12px;
    display: block;
    font-size: 15px;
}
.order-form label.error{
	 font-size: 14px !important;
	font-weight: 400 !important;
}

.order-form input,
.order-form select,
.order-form textarea {
    width: 100%;
    padding: 11px 12px;
    margin-top: 6px;
    border-radius: 8px;
    border: 1px solid #ccc;
    font-size: 15px;
    outline: none;
    transition: border 0.3s ease;
    background: #fdfdfd;
}

.order-form input:focus,
.order-form select:focus,
.order-form textarea:focus {
    border-color: #28a745;
}

/* Product field disable style */
.order-form input[readonly] {
    background: #eee;
    cursor: not-allowed;
}

/* Textarea */
.order-form textarea {
    height: 80px;
    resize: none;
}

/* Submit Button */
.popup-overlay .submit-btn {
    margin-top: 18px;
    width: 100%;
    background: #64ad35;
    color: #fff;
    padding: 13px;
    border-radius: 8px;
    border: none;
    font-size: 16px;
    font-weight: 600;
    cursor: pointer;
    transition: background 0.3s ease;
}

.popup-overlay .submit-btn:hover {
    background: #218838;
}

.issenz-main {
margin-bottom:30px;
}
.quality-intro p{
text-align:justify;
}


	 .priced-btns{
	display: flex;
    margin: 1rem 0;
    align-items: center;
    gap: 12px;
	justify-self: center;
flex-wrap: wrap;
justify-content:center
				}
				
				 .buyed-nows-btns {
    padding: 6px 20px;
    border-radius: 25px;
    font-size: 13px;
   background: #73be42; 
    border: 1.5px solid #73be42;
					transition: background-color 0.3s ease, transform 0.2s ease;
}
				.buyed-nows-btns:hover{
				 background: #73be42; 
  transform: translateY(-2px);
					color: #ffffff
				}	
				
				 .read-more-btn {
    background: #ffffff00;
    color: #fff;
    border: none;
    padding: 6px 20px;
    border-radius: 25px;
    font-size: 13px;
	border: 1.5px solid #73be42;
					
}
				
				 .read-more-btn:hover{
					transition: background-color 0.3s ease, transform 0.2s ease;
				 background: #ffffff00;
					transform: translateY(-2px);
					color: #000000
				}	
				
				.product-content h4 {
    display: flex;
    justify-content: space-evenly;
    align-items: center;
    gap: 8px;
				    white-space: nowrap;
    flex-wrap: wrap;
}

 .product-priced {
       font-size: 15px;
    font-weight: 600;
    color: #1f6846;
}

  .grided-cards{
display: grid
}

.sector-product-main .priced-btns {
    justify-self: unset;
}	

