body {
		overflow-x: hidden;
	}
	a {
    color: #00a99d;
}
	.header-custom-search {
		display: none;
	}
	.searchh-iconn.e-con-full {
  position: relative;
}
.header-custom-search {
position: absolute;
    top: 100%;
    left: -60%;
    transform: translateX(-50%);
    display: none;
    z-index: 999;
    background: #fff;
    padding: 10px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
    width: 370px;
    max-width: unset !important;
    border-radius: 100px;
	}
	.header-custom-search input#search-dfe308c , .header-custom-search input#search-ee11284 {
    padding: 0 0 !important;
    border: transparent;
    min-height: 40px;
}


.header-custom-search form.e-search-form button {
    padding: 0px 20px !important;
    border-radius: 50px !important;
    line-height: 0;
}


.header-custom-search form.e-search-form {
    border-radius: 50px !important;
    line-height: 0;
}

.header-custom-search .e-search-input-wrapper {
    border-radius: 50px !important;
}
	.header-custom-search .e-search-submit:disabled,
	.header-custom-search .e-search-submit.disabled {
  opacity: 0.6;
  cursor: not-allowed;
  background-color: #ccc !important;
}


	.searchh-iconn {
		cursor: pointer;
	}
	input#search-ee11284 {
    border: none;
}
	
/* Slider Code	 */
.slider__images .slick-slide > div {
    text-align: center;
    transform: scale(0.8);
     padding: 70px 0px;
	transition: 0.5s all linear;
}
.slider__images .slick-slide.slick-center > div {
    transform: scale(1.5);
    padding: 70px 20px;
}
	.slider__images .slick-slide.slick-center > div .slide-image1 {
		opacity:1;
	}
	.product-text-slider .slick-slide > div .elementor-widget-text-editor {
    text-align: center;
    margin: auto;
}
button.slider__btn {
    background: transparent;
    padding: 0;
}
.view__more.category__viewMore {
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: absolute;
    bottom: 20px;
    right: 0;
}
.slider-progress {
    padding: 0 16px;
    min-width: 70px;
}
/* 	Slider Code end */
	
	
	
	
	
#btn1 span.elementor-button-icon { 
    position: absolute;
    background-color: #373737;
    right: -40px;
    border-radius: 50px;
    width: 48px;
    height: 48px;
    display: flex;
    justify-content: center;
    top: 0;
    border: 1.5px solid #373737;
  	transition: 0.5s;
}
	#btn1:hover span.elementor-button-icon {
    right: 0px;
    border: none;
}


a#btn1:hover {
    padding-right: 60px;
	transition: 0.5s;
}

#btn1 {
    position: relative;
    transition: 0.5s;
	background-color: #373737;
    font-weight: 400;
    padding: 17px 40px 17px 33px;
}
	.white-header #btn1 span.elementor-button-icon { 
		background-color: #fff !important;
	}
	.white-header .elementor-button-icon svg path {
		fill: #373737;
	}
	.white-btnnn a {
    background-color: #fff !important;
}
	
.header-link1 li a {
    position: relative;
}

.header-link1 li a::before {
    content: "";
    background-image: url(https://nurausa.com/wp-content/uploads/2024/07/arrow-right-circle.svg);
    height: 40px !important;
    width: 40px !important;
    z-index: 99 !important;
    opacity: 1 !important;
    background-color: transparent !important;
    margin: auto;
    display: block;
    position: sticky;
    margin-left: 16px;
  	transition: 0.8s;
}
	
	.header-link1 li:hover a::before {
    margin-left: 40px;
}

.header-link1 li a {
    display: flex;
    flex-direction: row-reverse;
}
.static-1 {
    position: static !important;
}

.header-span1 {
    position: absolute;
    top: -18%;
    left: -14%;
    width: 962px;
    height: 674px;
    border-radius: 962px;
    opacity: 0.2;
    background: var(--Purple, #D4BDF5);
    filter: blur(150px);
    z-index: -1;
}

.header-span2 {
    position: absolute;
    left: -15%;
    bottom: -20%;
    width: 507px;
    height: 508px;
    border-radius: 508px;
    opacity: 0.06;
    background: var(--Dark-Orange, #C8553D);
    filter: blur(150px);
    z-index: -1;
}

.header-span3 {
    position: absolute;
    top: -10%;
    right: -10%;
    width: 560px;
    height: 560px;
    border-radius: 560px;
    opacity: 0.12;
    background: var(--Dark-Orange, #C8553D);
    filter: blur(150px);
    z-index: -1;
}

.header-span4 {
    position: absolute;
    bottom: 20%;
    right: 10%;
    width: 507px;
    height: 508px;
    border-radius: 508px;
    opacity: 0.4;
    background: var(--Purple, #D4BDF5);
    filter: blur(300px);
    z-index: -1;
}
.header-menu1 {
    position: fixed;
    z-index: 999;
    top: 0;
    background-color: #fff;
    padding-top: 35px;
/*     transform: translateY(-110%); */
	opacity: 0;
    overflow: hidden;
    padding-bottom: 40px;
    transition: 0.8s;
	visibility:hidden;
}

.active-menu {
/*     transform: translateY(0px) !important; */
	visibility:visible;
	opacity: 1;
}
.header-menu1 {
    overflow-y: auto !important;
}
.header-menu1 {
  /* For webkit browsers (Chrome, Safari) */
  scrollbar-width: thin; /* For Firefox */
  scrollbar-color: #00000045 transparent; /* For Firefox */
}

.header-menu1::-webkit-scrollbar {
  width: 10px;
}

.header-menu1::-webkit-scrollbar-track {
  background: transparent;
}

.header-menu1::-webkit-scrollbar-thumb {
  background-color: #fff;
  border-radius: 10px;
}
	.relative {
		position: relative;
	}
	.static{
		position: static !important;
	}
	.circle-image1 {
    position: absolute;
    z-index: 9;
    right: 23px;
    top: -50px;
}
.home-span1 {
    position: absolute;
    top: -45%;
    left: -13%;
    width: 962px;
    height: 674px;
    border-radius: 962px;
    opacity: 0.2;
    background: var(--Purple, #D4BDF5);
    filter: blur(150px);
    z-index: -1;
}

.home-span2 {
    position: absolute;
    top: -60%;
    right: -10%;
    width: 560px;
    height: 560px;
    border-radius: 560px;
    opacity: 0.12;
    background: var(--Dark-Orange, #C8553D);
    filter: blur(150px);
	z-index: -1;
}
	.home-span3 {
    position: absolute;
    top: 7%;
    left: -15%;
    width: 507px;
    height: 508px;
    border-radius: 508px;
    opacity: 0.06;
    background: var(--Dark-Orange, #C8553D);
    filter: blur(150px);
}
	body {
    overflow-x: hidden !important;
}
html {
	 overflow-x: hidden !important;
}
	.btn-white1 span.elementor-button-icon {
    background-color: #fff !important;
}

.btn-white1 span.elementor-button-icon svg {
    filter: invert(1);
}
	.z-indez--1 {
		position: relative;
		z-index: 1;
	}
	.about-icon1 {
    position: absolute;
    bottom: -70px;
    left: 0;
}
	figure.swiper-slide-inner {
     display: flex !important;
    gap: 30px;
}
	figure.swiper-slide-inner {
    justify-content: center;
}
	.active-body {
    overflow: hidden !important;
/*     height: 100vh; */
}
	.elementor-element.elementor-element-311952e.relative.e-flex.e-con-boxed.e-con.e-parent.e-lazyloaded {
    z-index: 9;
}
	.health-clr-1 {
    position: absolute;
    content: "";
    border-radius: 962px;
    opacity: 0.2;
    background: var(--Purple, #D4BDF5);
    filter: blur(150px);
    width: 962px;
    height: 674px;
    left: -13%;
    top: -33%;
}

.health-clr-2 {
    position: absolute;
    bottom: -40%;
    left: -13%;
    width: 507px;
    height: 508px;
    border-radius: 508px;
    opacity: 0.08;
    background: var(--Dark-Orange, #C8553D);
    filter: blur(150px);
}

.health-clr-3 {
    position: absolute;
    content: "";
    border-radius: 560px;
    opacity: 0.12;
    background: var(--Dark-Orange, #C8553D);
    filter: blur(150px);
    width: 560px;
    height: 560px;
    top: -38%;
    right: -10%;
}

.health-clr-4 {
    position: absolute;
    content: "";
    width: 507px;
    height: 508px;
    border-radius: 508px;
    opacity: 0.4;
    background: var(--Purple, #D4BDF5);
    filter: blur(300px);
    bottom: -43%;
    right: -12%;
}
	.hidden {
		overflow: hidden;
	}
	.footer-btn1 {
    position: relative;
}

.footer-btn1 button {
    position: absolute;
    right: 20px;
    bottom: 2px;
}

.footer-btn1 button svg {
    width: 40px;
}
	
	.footer-btn1 svg {
    height: 48px !important;
}
	
	.footer-btn1 svg path {
    fill: #373737 !important;
}
	
	
.slider .custom-class-2 .slide-image1 {
        max-width: 50%;
        margin-right: 0px;
    }
    .slider .custom-class-5 .slide-image1 {
        max-width: 50%;
        margin-left: 0px;
    }
.slide-image1 {
/*     max-width: 65%; */
    text-align: center;
    margin: auto;
    opacity: 0.5;
}
.center .slide-image1 {
    max-width: 100%;
    text-align: center;
    margin: auto;
    opacity: 1;
}

.slider .owl-stage {
    align-items: center;
    display: flex;
}
	.Product-slider .owl-nav {
    position: absolute;
    top: -80px;
    right: 12%;
    display: flex !important;
    gap: 80px;
		
}
.slider-counter {
    position: absolute;
    top: -485px;
    right: 17.3%;
    color: var(--Neutral-Grey-06, #5B5B5F);
    text-align: center;
    font-family: 'Euclid Square Medium';
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}
	.owl-nav button {
    background-color: transparent !important;
}
	#home-Branded-Ingredients .owl-nav {
    position: absolute;
    right: 0;
    display: flex;
    gap: 62px;
}

#home-Branded-Ingredients .counter {
    position: absolute;
    right: 0;
    left: 0;
    margin: auto;
    margin-right: -70px;
    bottom: -50px;
    color: var(--Neutral-Grey-06, #5B5B5F);
    text-align: center;
    font-family: 'Euclid Square Medium';
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}
.header-m2 .e-con-inner {
    border-bottom: 1px solid #00000029;
}
	
	.cursor1 {
		cursor: pointer !important;
	}
 
/* 	Porudct  page  */
	.product-slider .item.carousel-item-9599bd0.elementor-animation-float {
    display: flex;
    flex-direction: row-reverse;
    align-items: center;
		justify-content: space-between;
}
.slider-lft h1 {
    color:  #373737;
    font-family: "Euclid Square";
    font-size: 56px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
	margin:0;
}

.slider-lft p {
    color:  #5B5B5F;
    font-family: "Euclid Square";
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 160%; /* 25.6px */
    width: 59%;
	padding:8px 0px 38px 0px;
    text-align: left;
	margin:0;
}

.slider-lft {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}	
.slider-lft button {
    color: #FFF;
    text-align: center;
    font-family: "Euclid Square";
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
	padding:14px 48px;
	
}
	.opacity-0 { 
		opacity:0;
	}
	.elementor-element.elementor-element-e2d7aba.e-con-full.header-ani-2.e-flex.e-con.e-child.heder-animate-start-2 {
    position: relative;
    z-index: 9999;
}
.elementor-element.e-con-full.header-ani-1.e-flex.e-con.e-child.heder-animate-start-1 {
    position: relative;
    z-index: 9999;
}	
	.rotate-div {
    height: 100vh;
    width: 100vw;
    position: fixed;
    z-index: 9999999999999999999999;
    top: 0;
    background-color: #fff;
    display: flex;
    justify-content: center;
    align-items: center !important;
    padding-top: 40vh;
}

	
	.rotate-img {
  display: block; 
  margin: 0 auto; 
  animation: rotate 7s linear infinite;
		 width: 130px; 
  height: 130px;
}

@keyframes rotate {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}

	.rotate-img-1 {
    position: absolute;
    right: 0;
    left: 0;
    margin-top: 35px;	
}

	.header-image-ani-4 a:hover svg :nth-child(1) {
    fill: #000 !important;
    opacity: 1 !important;
}

.header-image-ani-4 a:hover svg :nth-child(2) {
    fill: #fff !important;
    opacity: 1 !important;
}

.header-image-ani-4 a path {
    transition: 0.2s;
}
.header-image-ani-4 a:hover svg {
    transform: scale(1.3);
}

.header-image-ani-4 svg {
    transition: 0.4s;
}
	.footer-icon1 a:hover svg :nth-child(1) {
    fill: #fff !important;
    opacity: 1 !important;
}

.footer-icon1 a:hover svg :nth-child(2) {
    fill: #373737 !important;
    opacity: 1 !important;
}

.footer-icon1 a path {
    transition: 0.2s;
}
.footer-icon1 a:hover svg {
    transform: scale(1.3);
}

.footer-icon1 svg {
    transition: 0.4s;
}
	.footer-icon1 a {
   cursor: pointer !important;
}
	.f-menu a {
    border-bottom: 2px solid #fff;
    padding-bottom: 4px !important;
    max-width: max-content;
    border-color: transparent;
}

.f-menu a:hover {
    border-color: #fff;
}

	.branded-ingredients-prnt .counter {
    opacity: 0;
    transition: 0.8s;
}

.pre-2 .counter {
    opacity: 1 !important;
    transition: 0.8s;
}
	
.branded-ingredients-prnt.sec-ani1.pre1.pre-2 .fade-left1 {
    animation: none !important
}
.branded-ingredients-prnt.sec-ani1.pre1.pre-2 .fade-right11 {
    animation: none !important
}


	
	/* 	Porudct  page  */
.elementor-tabs-wrapper {
    margin: auto;
}

.elementor-widget-tabs .elementor-tab-desktop-title.elementor-active {
    border-bottom: 2px solid #000 !important;
	font-size: 14px !important;
}
	
.elementor-widget-tabs .elementor-tab-desktop-title {
    padding: 15px 15px 15px 40px !important;
}
	.elementor-tab-title {
    position: relative;
}

.elementor-tab-title::before {
    content: "";
    position: absolute;
    background-image: url('https://nurausa.com/wp-content/uploads/2024/07/Vector-6-1.svg');
    height: 16px;
    width: 14px;
    left: 10px;
    top: 12px;
    
    margin: auto;
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
}
	.elementor-tab-title.elementor-active::before {
		background-image: url('https://nurausa.com/wp-content/uploads/2024/07/Vector-5-1.svg');
		height: 24px !important;
    width: 21px !important;
    left: 5px;
		transition: 0.3s all linear;
		bottom: auto !important;
    top: 9px;
	}
	.elementor-tab-title:nth-child(2).elementor-active::before{
		background-image: url('https://nurausa.com/wp-content/uploads/2024/07/Reduced-sugar-1.svg');
	}
	.elementor-tab-title:nth-child(3).elementor-active::before{
		background-image: url('https://nurausa.com/wp-content/uploads/2024/07/Reduced-sugar-2.svg');
	}
	.elementor-tab-title:nth-child(4).elementor-active::before{
		background-image: url('https://nurausa.com/wp-content/uploads/2024/07/Reduced-sugar-3.svg');
	}
	.elementor-tab-title:nth-child(5).elementor-active::before{
		background-image: url('https://nurausa.com/wp-content/uploads/2024/07/Reduced-sugar-4.svg');
	}
	.elementor-tab-title:nth-child(6).elementor-active::before{
		background-image: url('https://nurausa.com/wp-content/uploads/2024/07/Reduced-sugar-5.svg');
	}
	.elementor-widget-tabs .elementor-tab-desktop-title {
		border-bottom: 1px solid #fff !important;
	}
	.active-body .elementor-2923 .elementor-element.elementor-element-441c7c6 img {
    filter: invert(1);
}
	.elementor-element.elementor-element-a46bb8d.e-con-full.d-none2.e-flex.e-con.e-child {
    position: relative;
		z-index: 1;
	}
	.feature-slider.owl-carousel .owl-item > img {
    width: 650px;
    height: 562px;
    object-fit: contain;
}

.feature-slider .owl-nav {
    display: flex;
    justify-content: center;
    gap: 60px;
    margin-top: 60px;
}
	.feature-slider-event .owl-nav {
    display: flex;
    justify-content: center;
    gap: 60px;
    margin-top: 60px;
}
 .feature-counter {
    position: absolute;
    right: 0;
    left: 0;
    margin: auto;
    display: flex;
    justify-content: center;
    bottom: 40px;
	 width: max-content;
}
	.elementor-icon-list-text{
		text-shadow: none !important;
	}
	.our-team-img {
    position: relative;
}

/* .our-team-img::before {
    content: "";
    position: absolute;
    background-image: url('https://nurausa.com/wp-content/uploads/2024/09/Group-1171275316.png');
    height: 276px; 
    flex-shrink: 0;
    width: 250px;
	top: auto;
    bottom: 0;
    z-index: -1;
    left: 0;
    right: 0;
    margin: auto;
} */
	.our-team-img img {
    width: 250px;
    height: 340px;
    object-fit: cover;
}
	 .dialog-close-button {
    border: 1px solid;
    padding: 10px;
		 border-radius: 50px;
/* 		 background-color:#f; */
	}
	

button#contact-form-btn-wrap svg {
    position: absolute;
    top: 0;
    bottom: 0;
    right: -30px;
    background-color: #373737;
    border: 1px solid #fff;
    padding: 12px;
    height: 40px;
    width: 40px;
    border-radius: 20px;
    transition: 0.3s all linear;
}

button#contact-form-btn-wrap {
    position: relative;
    margin-right: 30px;
    width: 130px;
}

button#contact-form-btn-wrap:hover {
    margin-right: 0;
    transition: 0.3s all linear;
    width: 160px;
}

button#contact-form-btn-wrap:hover svg {
    right: 0;
    transition: 0.3s all linear;
    border: none;
}
	.elementor-custom-embed-play i, .elementor-custom-embed-play svg {
		opacity: 1 !important;
	}
	.linear-color {
    border-radius: 40px;
    margin-top: -48px;
    background: var(--Branded-Ingredients-Cleanmood, 
    linear-gradient(42deg, 
        rgba(37, 221, 151, 0.15) 28.24%, 
        rgba(99, 221, 166, 0.15) 38.4%, 
        rgba(161, 220, 182, 0.15) 50%, 
        rgba(206, 220, 193, 0.15) 60.15%, 
        rgba(234, 220, 199, 0.15) 67.41%, 
        rgba(244, 220, 202, 0.15) 71.76%
    ) ); 
	}
	.elementor-widget-video .elementor-custom-embed-image-overlay img {
		object-fit: contain;
	}
	.usda-slider {
		position: relative;
	}
		.usda-slider.owl-carousel .owl-item img {
    margin-left: auto !important;
}

.usda-slider .owl-thumbs {
    display: none;
}

.usda-slider .owl-nav {
    display: flex;
    justify-content: center;
    gap: 60px;
    margin-top: 60px;
}
	.usda-counter {
    position: absolute;
    right: 0;
    left: 0;
    margin: auto;
    display: flex;
    justify-content: center;
		bottom: 40px;
	}
	.owl-thumbs {
    display: none;
}

.our-blog-content {
    width: 405px !important;
    height: 354px;
    flex-shrink: 0;
    border-radius: 12px;
    border: 0.786px solid var(--Neutral-Grey-02, #E6E6E7);
    background: var(--Main-Colors-FFFFFF-White, #FFF);
    padding: 10px;
}

.our-blog-list img {
    height: 220px;
    border-radius: 12px;
    object-fit: cover;
}
	.our-blog-list h4 ,  .our-blog-list a {
    color: var(--Neutral-Grey-06, #5B5B5F) !important;
    font-size: 12px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    text-transform: uppercase;
}

  .our-blog-list a {
    padding: 0px;
    margin: 0;
}

.our-blog-list h6 {
    color: var(--Main-Colors-373737-Black, #373737);
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: 150%; /* 24px */
	max-width: 350px;
}

.our-blog-list .owl-nav img {
    height: 48px;
    width: 48px;
}

.our-blog-list .owl-nav {
    position: absolute;
    display: flex !important;
    justify-content: space-between;
    width: 120%;
    align-items: center;
    top: 0;
    left: -65px;
    bottom: 0;
    margin: auto;
	height: 0 !important;
}
	.our-blog-list.owl-carousel {
    width: 65%;
    margin: auto;
}



.news-page-wrap .nura-tab-pane.active {
    display: block !important;
}
.news-page-wrap .nura-nav-link.active , .news-page-wrap .nura-nav-link:hover {
    background-color: #373737 !important;
    border: 1px solid #373737;
    color: #fff;
}

.news-page-wrap .nura-nav-tabs {
    display: flex;
    justify-content: center;
    border-radius: 400px;
    border: 1px solid var(--Neutral-Grey-02, #E6E6E7);
    background: var(--Main-Colors-FFFFFF-White, #FFF);
    width: max-content;
    margin: 0 auto 80px;
    padding: 10px;
}

.news-page-wrap .nura-nav-item {
    background-color: transparent !important;
}

.news-page-wrap .nura-nav-link {
    background-color: transparent !important;
    border: transparent;
    color: #000;
    color: var(--Main-Colors-373737-Black, #373737);
    text-align: center;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
	margin-right: 2px;
	text-transform: uppercase;
}
	.news-page-wrap .nura-nav-link {
    padding: 11px 25px !important;
}
	li {
		list-style-type: none;
		margin:0;
		padding: 0;
	}
	ul {
    margin: 0;
    padding: 0;
}
	button#uncategorized-tab {
    display: none;
}
	div#myTabContent > h2 {
    color: var(--Main-Colors-373737-Black, #373737);
    text-align: center;
    font-style: normal;
    font-weight: 600;
    line-height: 132%; /* 47.52px */
    text-transform: capitalize;
    padding-bottom: 40px;
}

.nura-tabs-wrap {
    margin-bottom: 100px;
}
	.blog-bg-wrap {
    min-height: 225px;
    border-radius: 12px;
    background-position: center;
    background-repeat: no-repeat;
    display: flex;
    justify-content: flex-end;
    align-items: flex-start;
    padding: 0px 16px;
		background-size:cover;
}

.spotlight {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 32px;
	justify-content: flex-start;
}

h5.date {
    color: var(--Main-Colors-FFFFFF-White, #FFF);
    text-align: center;
    font-size: 12px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    min-height: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    background-repeat: no-repeat;
    max-width: 54px;
}
	.post-categories li:first-child {
    display: none;
}
	ul.post-categories {
    padding-left: 16px;
}

ul.post-categories li, ul.post-categories li a {
    list-style-type: disc;
    color: var(--Neutral-Grey-06, #5B5B5F) !important;
    font-size: 12px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    text-transform: uppercase;
	text-align: left;
}

ul.post-categories li:first-child {
    display: none;
}
	.spotlight-box {
    min-height: 350px;
    background-position: center;
    background-size: cover;
    border-radius: 12px;
    padding: 8px 10px 10px;
    margin-bottom: 30px;
		width:31.50%;
}
	.spotlight-box ul.post-categories {
    min-height: 30px;
}

.spotlight-box h4 {
    margin-bottom: 0;
}
	.spotlight-box h4 a {
		color: var(--Neutral-Grey-06, #5B5B5F);
font-size: 12px;
font-style: normal;
font-weight: 500;
line-height: normal;
text-transform: uppercase;
	}

.spotlight-box h6 {
    color: var(--Main-Colors-373737-Black, #373737);
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: 150%; /* 24px */
    max-width: 375px;
	margin:0;
}

.load-more , .loadmore , .no-more-post {
    border: 1px solid #fff;
    color: var(--Main-Colors-FFFFFF-White, #FFF);
		border-radius: 400px;
		background: var(--Main-Colors-373737-Black, #373737);
    font-size: 16px;
		padding: 14px 24px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    text-transform: uppercase;
    display: flex;
    justify-content: center;
    text-align: center;
    width: 100%;
    max-width: max-content;
    margin: 0 auto 10px;
	cursor: pointer;
}
	.blog-detail-content h4 {
		color: var(--Main-Colors-373737-Black, #373737);
font-size: 24px;
font-style: normal;
font-weight: 600;
line-height: normal;
text-transform: capitalize;
	}
	.blog-detail-content li {
    list-style-type: disc;
    line-height: 160%;
}

.blog-detail-content ul {
    padding-left: 20px;
}
	.contact-info-icon img {
    width: 93px !important;
    height: 106px !important;
}
	.contat0us-link-clr a	{
		color: #5B5B5F ;
	}
span.no-more-post {
    display: none;
}
	.post-navigation {
    display: flex;
    justify-content: space-between;
}

span.custom-arrow-left {
    display: flex;
    align-items: center;
}

.post-navigation a {
    display: flex;
    align-items: center;
    gap: 16px;
    color: var(--Main-Colors-373737-Black, #373737);
    font-size: 18px;
    font-style: normal;
    font-weight: 600;
    line-height: 150%; /* 27px */
    max-width: 370px;
}

.post-navigation a:nth-child(2) {
    text-align: right;
}
	span.custom-arrow-left img , span.custom-arrow-right img {
    width: 100px;
    display: block;
}
	span.custom-arrow-right {
    width: 160px;
}
	
	.slide-image1 img {
    height: 230px !important;
		width: 100% !important;
 		object-fit: contain !important; 
}
	.owl-item.active.center .slide-image1 img {
    height: 400px !important;
    width: 100% !important;
    object-fit: contain;
}
	.slider .owl-carousel.owl-drag .owl-item {
    width: 100% !important;
}
	.usda-slider.owl-carousel .owl-item img {
				margin: 0;
	}
	.product-slider  .owl-theme .owl-dots .owl-dot span {
    background: hwb(0deg 22% 78% / 15%) !important;
}
		.product-slider .owl-theme .owl-dots .owl-dot.active span {
    background: #000 !important;
}
	.prodd-image img {
    max-width: 350px;
    margin-bottom: 12px;
}
	.products-owl .owl-nav button {
    height: 48px !important;
    width: 48px !important;
}
	
/* Make sure the owl dots are visible */
.product-hero-slider .owl-dots {
     position: absolute;
    bottom: 45px;
    left: 80px;
}

/* Style for each dot */
.product-hero-slider .owl-dot {
  display: inline-block;
  width: 8px;
  height: 8px;
  background-color: #ccc !important; /* Dot color */
  border-radius: 50%;      /* Make dots circular */
  margin: 5px;             /* Space between dots */
  border: 2px solid #ddd;  /* Border around each dot */
  cursor: pointer;         /* Cursor pointer for better UI */
}

/* Active dot styling */
.product-hero-slider .owl-dot.active {
  background-color: #373737 !important;  /* Active dot color */
  border-color: #373737 !important;      /* Border color for the active dot */
}

/* Style the span inside the button if needed */
.product-hero-slider .owl-dot span {
  display: block;
  width: 100%;
  height: 100%;
}
	.product-hero-slider .owl-carousel .owl-item img {
	 width: 100% !important;
	}
	.product-hero-bg {
	border-radius: 0px 0px 40px 40px;
background: linear-gradient(243deg, rgba(124, 35, 15, 0.15) 19.77%, rgba(188, 73, 15, 0.15) 44.05%, rgba(236, 102, 16, 0.15) 63.79%, rgba(255, 113, 17, 0.15) 74.41%);
 
	}
	.pinkk-bg {
background: linear-gradient(243deg, rgba(124, 35, 15, 0.15) 19.77%, rgba(188, 73, 15, 0.15) 44.05%, rgba(236, 102, 16, 0.15) 63.79%, rgba(255, 113, 17, 0.15) 74.41%);
		background-size: 300% 300%; /* Makes the gradient larger for animation */
    animation: prod-gradient-rotate 6s infinite linear;
		overflow: hidden;
 
	}
	.pink-bgg {
		background: linear-gradient(243deg, rgba(124, 35, 15, 0.10) 19.77%, rgba(188, 73, 15, 0.10) 44.05%, rgba(236, 102, 16, 0.10) 63.79%, rgba(255, 113, 17, 0.10) 74.41%);
		border-radius: 16px 16px 0 0;
	}
	
	.border-listt ul li {
    padding: 20px 0;
    border-bottom: 1px solid #E6E6E7;
}

.border-listt ul li:last-child {
    border: none;
}

	.product-green-bg {
    border-radius: 0px 0px 40px 40px;
    background: linear-gradient(42deg, rgba(37, 221, 151, 0.15) 28.24%, rgba(99, 221, 166, 0.15) 38.4%, rgba(161, 220, 182, 0.15) 50%, rgba(206, 220, 193, 0.15) 60.15%, rgba(234, 220, 199, 0.15) 67.41%, rgba(244, 220, 202, 0.15) 71.76%);
	}
	.request-sam-form label a {
    color: #000 !important;
    font-weight: 600;
}

.request-sam-form span.elementor-field-option {
    display: flex;
    gap: 12px;
}
	.request-sam-form button#contact-form-btn-wrap {
    width: 190px;
}
	.request-sam-form button#contact-form-btn-wrap:hover svg {
		right: -4px;
		top:2px;
	}
	.green-bg {
		background: linear-gradient(42deg, rgba(37, 221, 151, 0.15) 28.24%, rgba(99, 221, 166, 0.15) 38.4%, rgba(161, 220, 182, 0.15) 50%, rgba(206, 220, 193, 0.15) 60.15%, rgba(234, 220, 199, 0.15) 67.41%, rgba(244, 220, 202, 0.15) 71.76%);

	}
	.greenn-bg {
		 background: linear-gradient(42deg, rgba(255, 200, 133, 0.15) 22.44%, rgba(242, 199, 132, 0.15) 28.24%, rgba(209, 195, 129, 0.15) 38.4%, rgba(154, 189, 124, 0.15) 52.9%, rgba(80, 181, 117, 0.15) 69.58%, rgba(0, 172, 110, 0.15) 86.26%);
		background-size: 200% 200%; /* Makes the gradient larger for animation */
    animation: prod-gradient-rotate 6s infinite linear;
	}
	.application-title h4 {
		min-height: 40px;
	}
	.application-icon {
    min-height: 80px;
}
	.sliderr-titlle h2.elementor-heading-title.elementor-size-default img {
    width: 15px !important;
    display: inline-block;
    height: 15px;
}
	.elementor.elementor-location-header {
    position: fixed;
    z-index: 999;
		width: 100%;
	}
	.header-m2.white-header .e-con-inner {
    border-bottom: 1px solid hwb(0deg 100% 0% / 20%);
}
	.li-list-bg {
    display: flex;
    gap: 8px;
    margin-bottom: 32px;
}
	.li-list-bg ul > li ul {
		margin-bottom:0;
    margin-right: 10px;
}
	.list-without-text {
		display:flex;
		gap:10px;
	}

.li-list-bg ul li ul li , .list-without-text li  {
    border-radius: 400px;
    border: 0.5px solid var(--Hexagons-Probiotics, #E261AB);
    background: linear-gradient(108deg, rgba(226, 97, 171, 0.20) 0%, rgba(255, 135, 16, 0.20) 100%);
    color: var(--Main-Colors-373737-Black, #373737);
    text-align: center;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    padding: 6px 16px 7px;
}

.li-list-bg ul li h6 {
    color:  #373737;
    font-size: 20px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
}
	.pinkk-bg {
		background: var(--Hexagons-Probiotics, linear-gradient(108deg, rgba(226, 97, 171, 0.15) 0%, rgba(255, 135, 16, 0.15) 100%));

	}
	.green-page-bg {
		background: var(--Hexagons-Greens, linear-gradient(72deg, rgba(220, 234, 92, 0.15) 0%, rgba(115, 196, 102, 0.15) 100%));

	}
	.video-bg-btn img {
    object-fit: cover !important;
		    border-radius: 32px;
}
	.vitamin-page-bg {
		background: linear-gradient(72deg, rgba(74, 181, 246, 0.15) 0%, rgba(97, 68, 215, 0.15) 100%);

	}
	.light-blue-bg {
		background: linear-gradient(108deg, rgba(111, 220, 165, 0.15) 0%, rgba(25, 154, 210, 0.15) 100%);

	}
	.natural-page-bg {
	background: linear-gradient(46deg, rgba(189, 152, 83, 0.15) -0.01%, rgba(85, 40, 10, 0.15) 76.91%);
	}
	.our-team-img {
    position: relative;
    min-height: 360px;
}

/* .our-team-img::before {
    content: "";
    position: absolute;
    width: 250px;
    height: 370px;
    flex-shrink: 0;
    background-image: url('https://nurausa.com/wp-content/uploads/2024/10/Frame-1171278047.svg');
    background-repeat: no-repeat;
    background-size: cover;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
	z-index:-1;
} */

/* 	body:has(.elementor-popup-modal) {
    overflow: hidden;
} */
	
	.elementor-widget-video .elementor-custom-embed-image-overlay , .video-bg-btn {
/* 		--video-aspect-ratio: none; */
/*     max-width: 390px; */
    margin: auto;
	}
	.about-secvideo .elementor-widget-video .elementor-custom-embed-image-overlay {
		--video-aspect-ratio: none;
	}
	.searchh-ico img {
    max-width: 30px;
}
	#elementor-popup-modal-2702 .dialog-close-button {
    background-color: #fff;
    top: 100px;
    position: fixed;
		right: 100px;
	}
	#elementor-popup-modal-2702 .dialog-close-button:hover {
		background-color: #fff !important;
	}
	.header-menu1 {
        height: 100vh;
    }
	

	html:has(.dialog-widget[style=""]) {
    overflow: hidden;
}
	.green-blue-bg {
		background: linear-gradient(108deg, rgba(111, 220, 165, 0.15) 0%, rgba(25, 154, 210, 0.15) 100%);

	}
	.product-hero-slider.owl-carousel .owl-item .prodct-bnner img {
    max-height: 450px !important;
			object-fit: contain;
		object-position: bottom right;
		margin-top: 20px; 
		
			width: 100% !important;
	}
	.page-id-53 .feature-slider-event.owl-carousel .owl-item img {
    width: 230px;
    height: 250px;
    object-fit: contain;
		margin: auto;
	}
	.elementor-2702 .elementor-element.elementor-element-3739151:not(.elementor-search-form--skin-full_screen) .elementor-search-form__container {
		border-radius: 0 !important;
	}
		body:has(.active-body) {
    overflow: hidden;
}
	html:has(.active-body) {
    overflow: hidden !important;
}
	.search-result-imggg img {
    min-height: 400px;
    object-fit: cover;
    border-radius: 40px;
}
	.elementor-element.elementor-element-5c8eff7.e-flex.e-con-boxed.e-con.e-parent {
		padding: 0;
	}
	.header-ul1 ul li {
    width: max-content !important;
}
	.li-list-style-dot ul {
    padding-left: 40px;
}

.li-list-style-dot ul li {
    list-style-type: disc;
}

.li-list-style-dot ul li:last-child {
    margin-bottom: 12px;
}
.side-arrow-style .slider-counter {
    display: none;
}

.side-arrow-style .Product-slider .owl-nav button {
    background-color: #fff !important;
    border-radius: 50%;
	display: flex !important;
    align-items: center !important;

}
	.side-arrow-style .Product-slider .owl-nav {
    position: absolute;
    top: 40%;
    right: 0;
    display: flex !important;
    gap: 80px;
    width: 100%;
    max-width: 1200px;
    margin: auto;
		left: 0;
		display: flex !important;
    justify-content: space-between;
	}
	.pink-bggg {
		background-color: #FF7111;
		border: 1px solid #FF7111;
		border-radius: 12px 12px 0 0;
	}
	.pink-bgggg {
		border-radius: 16px 16px 0px 0px;

background: rgba(255, 113, 17, 0.1);
	}
	.yestein .owl-nav {
    position: absolute;
    right: 0;
    top: -70px;
    right: 10%;
    gap: 50px;
    width: 161px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
	.dark-pink {
  background: linear-gradient(242deg, rgba(255, 90, 130, 0.25) 25.77%, rgba(255, 200, 90, 0.25) 85.08%);

	}
	.page-id-112 .header-m2 .e-con-inner {
    border-bottom: 0px solid #00000029;
}
	.accreditations-slider-wrapper {
    overflow: hidden;
    position: relative;
    width: 100%; /* Adjust according to your layout */
}

.accreditations-slider {
    display: flex;
    width: max-content;
    animation: marquee 50s linear infinite; /* Adjust speed */
}

.slider-item {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-right: 20px; /* Adjust spacing */
}

/* Keyframe for the marquee animation */
@keyframes marquee {
    0% {
        transform: translateX(0);
    }
    100% {
        transform: translateX(-50%);
    }
}
.yestein-slider-sec .slide-image1 {
	max-width: 67%;
	opacity:1;
	}
	.yestein-slider-sec .slider-counter {
    position: absolute;
    top: -537px;
    right: -25px;
    color: var(--Neutral-Grey-06, #5B5B5F);
    text-align: center;
    font-family: 'Euclid Square Medium';
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}
	.yestein .owl-item {
    opacity: 0.5 !important;
}

.yestein .owl-item.active {
    opacity: 1 !important;
}
	.cleanmood-bg {
		background: linear-gradient(42deg, 
    rgba(37, 221, 151, 0.25) 28.24%,  /* #25DD97 */
    rgba(99, 221, 166, 0.25) 38.4%,   /* #63DDA6 */
    rgba(161, 220, 182, 0.25) 50%,    /* #A1DCB6 */
    rgba(206, 220, 193, 0.25) 60.15%, /* #CEDCC1 */
    rgba(234, 220, 199, 0.25) 67.41%, /* #EADCC7 */
    rgba(244, 220, 202, 0.25) 71.76%  /* #F4DCCA */
  );
	}

	.madblend-bg {
  background: linear-gradient(42deg, 
    rgba(255, 200, 133, 0.15) 22.44%,  /* #FFC885 */
    rgba(242, 199, 132, 0.15) 28.24%,  /* #F2C784 */
    rgba(209, 195, 129, 0.15) 38.4%,   /* #D1C381 */
    rgba(154, 189, 124, 0.15) 52.9%,   /* #9ABD7C */
    rgba(80, 181, 117, 0.15) 69.58%,   /* #50B575 */
    rgba(0, 172, 110, 0.15) 86.26%     /* #00AC6E */
  );
		border-radius: 16px 16px 0 0;
}
	.madblend-bg h6 {
		border-radius: 16px 16px 0 0;
	}
.mad-solution .border-listt ul li {
	border-bottom: 1px solid #5D5D5D;
	}
	.mad-heading-bg {
		background-color: #00AC6E;
		border-radius: 16px 16px 0 0;
	}
	
	.border-listt-mad ul li {
		padding: 20px 0;
		background-color: #fff;
	}
	.green-textt ul li {
		padding:20px 0;
		color: #00AC6E;
		background-color: #fff;
	}
	.li-list-bg h6 {
    color: #373737;
    font-size: 20px;
    font-weight: 600;
}
	.text-ul-flex {
    display: flex;
    align-items: baseline;
    color: #000;
		flex-wrap:wrap;
		margin-bottom:32px;
}
	.li-list-bg {
    display: flex;
    gap: 8px;
    margin-bottom: 32px;
    align-items: center;
    width: 100%;
}
	.dotted-list-style ul li {
    list-style-type: disc;
}

.dotted-list-style ul {
    padding-left: 20px;
}
	.dotted-list-style h4 {
    color: #373737;
    font-weight: 700;
}
	.custom-iconn-box {
    position: relative;
}

.custom-iconn-box::before {
    content: "+";
    position: absolute;
    background-size: cover;
    background-repeat: no-repeat;
    right: -10px;
    top: 25px;
    margin: auto;
    color: var(--Nura-Dark, #373737);
    font-family: 'Euclid Square Bold';
    font-size: 36px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
}

.custom-iconn-box:last-child::before {
    content: "=";
}






	.rotate-imgg {
		  animation: rotate360 30s linear infinite;
	}
	.clr-revert-img {
    animation: rotate360 30s linear infinite;
		    position: absolute;
    right: 10%;
    bottom: -60px;
}

@keyframes rotate360 {
    from {
        transform: rotate(0deg);
    }
    to {
        transform: rotate(360deg);
    }
}
.branded-slide-wrap .counter {
    display: none !important;
}
.read-more-content {
    position: relative;
    cursor: pointer;
}

.read-more-content p {
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    transition: max-height 0.3s ease-in-out;
}

.read-more-content.expand p {
    max-height: none;
}

.read-more-content:after {
    content: "Read More";
    display: inline-block;
    color: #000;
    font-size: 14px;
    padding: 0 5px;
    text-decoration: underline;
    position: absolute;
    right: 0;
	left:0;
    bottom: 0;
}

.read-more-content.expand:after {
    content: "Read Less";
}
		.read-more-content.has-more-than-3-lines p:not(:first-child) {
    display: none;
}

.read-more-content.expand.has-more-than-3-lines p {
    display: block;
}

	.elementor-nav-menu {
		padding-bottom : 50px !important;
	}
	.icon-rotatee {
    animation: rotate360 30s linear infinite;  
}
	ul#menu-1-e61a53a {
    display: flex;
    flex-wrap: wrap;
}

ul#menu-1-e61a53a li.menu-item {
    width: 50%;
}
	.elementor-element.elementor-element-7ea4e76.e-flex.e-con-boxed.e-con.e-parent.e-lazyloaded
	.elementor-nav-menu {
		padding-bottom : 0px !important;
	}
.header-ul1 ul li {
    margin-bottom: 30px !important;
}
	.elementor-social-icons-wrapper {
  display: flex !important; 
}


	.madblend-bgg {
		background: var(--Branded-Ingredients-Madblend, linear-gradient(42deg, #FFC885 22.44%, #F2C784 28.24%, #D1C381 38.4%, #9ABD7C 52.9%, #50B575 69.58%, #00AC6E 86.26%));
border-radius:16px 16px 0 0;
	}
	.madblend-bgg h6 sup img {
		filter: invert(85%) sepia(100%) saturate(2%) hue-rotate(209deg) brightness(108%) contrast(101%);
	}
	.mushpower-text-bg {
		border-radius: 16px 16px 0px 0px;
border: 4px solid var(--Main-Colors-373737-Black, #373737);
background: var(--Main-Colors-373737-Black, #373737);
	}
	.other-text-bg {

	background: var(--MUSH-a, hwb(24deg 7% 0% / 10%));
		border-radius:16px 16px 0 0;
	}
			.yestein-slider-sec .slider-counter {
        bottom: -35px;
        top: auto;
        left: 0;
        right: 0;
    }
		.yestein .owl-nav {
    top: auto;
    left: 0;
    right: 0;
    margin: auto;
    bottom: -80px;
}
.slider-iconn img {
    height: 60px !important;
	}
	.feature-slider .owl-carousel .owl-item img {
    width: 500px;
    height: 500px;
    margin: auto;
    object-fit: contain;
}
	
	.product-text-slider .owl-nav.disabled {
    display: none !important;
}
	.elementor-message.elementor-message-danger:before {
    display: none;
}
	

	.elementor-popup-modal .dialog-message::-webkit-scrollbar {
    display: none; /* Hides scrollbar in Chrome, Safari, Edge */
}
	.elementor-popup-modal .dialog-message {
    scrollbar-width: none; /* Hides scrollbar in Firefox */
}
/* 	events css */
	.tribe-events-header__events-bar.tribe-events-c-events-bar.tribe-events-c-events-bar--border {
    padding: 5px;
    border-radius: 12px;
    border: 1px solid var(--Neutral-Grey-02, #E6E6E7);
    background: var(--Main-Colors-FFFFFF-White, #FFF);
}

input#tribe-events-events-bar-keyword {
    border: none;
}

ul.tribe-events-c-view-selector__list a span {
    color: var(--Main-Colors-373737-Black, #373737);
    text-align: center;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}
	

.breadcrumbs-text-link a {
    color: hwb(0deg 100% 0% / 50%);
}

.breadcrumbs-text-link a:hover {
    color: #fff;
}
	
	.dd-ele-form #contact-form-btn-wrap {
		width: 200px !important;
		    margin-right: 0 !important;
    right: 19px !important;
	}
	.clamped-text {
    display: -webkit-box;
    -webkit-line-clamp: 2; /* Number of lines to show */
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: normal;
}
	.spotlight-box h4 a {
    margin-left: -2px;
    position: relative;
    margin-right: 15px;
		pointer-events: none;
}

.spotlight-box h4 a::before {
    content: "";
    position: absolute;
    left: -10px;
    top: 0px;
    bottom: 0;
    margin: auto;
    height: 5px;
    width: 5px;
    background-color: #98959b;
    border-radius: 50%;
}

.spotlight-box h4 a:first-child::before {
    display: none;
}

.spotlight-box h4 a:first-child {
    /* padding-left: 0px; */
}

.spotlight-box h4 {
	margin-bottom: 8px;
	}
	.our-blog-list h4 {
    padding-left: 10px;
    position: relative;
		pointer-events: none;
}



.our-blog-list h4::before {
    content: "";
    position: absolute;
    background-color: #5b5b5f;
    height: 5px;
    width: 5px;
    left: 0px;
    top: 0;
    bottom: 0;
    margin: auto;
    border-radius: 50%;
}
	.our-team-title {
    min-height: 70px;
}
	 .elementor-popup-modal .dialog-message {
    overflow: auto !important;
}
	body.scrolled .header-m2.white-header {
    background-color: #000;
}
	.page-id-884 .hidden-mega-menu-trigger {
    display: block !important;
}
	
	
	
	
/* 	responsive */
@media (max-width: 1922px) and (min-width: 1680px) {
    .side-arrow-style .Product-slider .owl-nav {
    position: absolute;
    top: 40%;
    right: 0;
    display: flex !important;
    gap: 80px;
    width: 100%;
    max-width: 1440px;
    margin: auto;
    left: 0;
    display: flex !important;
    justify-content: space-between;
}
}
	@media screen and (max-width: 600px) {
    .yestein .owl-nav {
        top: auto;
        left: 0;
        right: 0;
        margin: auto;
        bottom: -70px !important;
    }
/* 		 .white-header .active-menu.active-menu-animate-1 {
        height: 100vh !important;
        overflow: hidden !important;
    }
		.white-header.elementor-2923 .elementor-element.elementor-element-cf4d77d {
        --z-index: none !important;
    }
		.white-header .elementor-2923 .elementor-element.elementor-element-037f1db {
 margin-top:0px !important;
} */
		
}
	#elementor-popup-modal-13368 .dialog-widget-content , #elementor-popup-modal-13368 .dialog-message {
    border-radius: 20px !important;
} 
.page-id-884.active-body .hidden-mega-menu-trigger {
    display: none !important;
}
	div#reb-a-id {
    display: Block;
}

#reba-m-id {
    display: none;
}

#monkfruit-id {
    display: none;
}

#madblend-adb-id {
    display: none;
}

	/* Slider Code	 */
.slider__images-new .slick-slide > div {
    text-align: center;
    transform: scale(0.8);
     padding: 70px 0px;
	transition: 0.5s all linear;
}
.slider__images-new .slick-slide.slick-center > div {
    transform: scale(1.5);
    padding: 70px 20px;
}
	.slider__images-new .slick-slide.slick-center > div .slide-image1 {
		opacity:1;
	}
	.mush-count-wrap .view__more.category__viewMore {
    bottom: -260px;
    width: 100%;
  
}
	.elementor-element-5e874c6 .Product-slider {
    z-index: 1;
}
	.elementor-element-5e874c6 .slider-progress {
		display:none;
	}
	.tribe-common-g-row.tribe-events-calendar-list__event-row {
		pointer-events: none;
	}
	body:has( div#all.active ) .spotlight-box .box-con h4  a:nth-child(2){
    display:none;
}
	button.slider__btn:hover {
    background: none !important;
}
	.view__more.category__viewMore button {
    display: flex;
    align-items: center;
    justify-content: center;
		border-radius: 50%;
	}
	.Searchh-wrapp button:hover, .Searchh-wrapp button:focus {
    background-color: #373737 !important;
}
	.elementor-element.elementor-element-3739151.Searchh-wrapp.elementor-search-form--skin-classic.elementor-search-form--button-type-icon.elementor-search-form--icon-search.elementor-widget.elementor-widget-search-form .elementor-search-form__container {
		border-radius:10px !important;
	}
	.elementor-field-type-recaptcha_v3.elementor-field-group.elementor-column.elementor-field-group-field_f08592e.elementor-col-100.recaptcha_v3-bottomright {
		z-index: 99;
	}
	.elementor-element.elementor-element-033034e.elementor-widget.elementor-widget-post-info {
    pointer-events: none;
}


.loadmore {
/*     display: inline-block;
    padding: 10px 20px;
    background-color: #0073e6;
    color: #fff;
    text-align: center;
    cursor: pointer;
    border-radius: 5px; */
    transition: background-color 0.3s ease;
}

.loadmore:hover {
    background-color: #000;
}

.loadmore.loading {
    background-color: #ccc;
    cursor: wait;
}

.spinner {
    display: inline-block;
    width: 16px;
    height: 16px;
    border: 2px solid #fff;
    border-top-color: transparent;
    border-radius: 50%;
    animation: spin 0.6s linear infinite;
}

@keyframes spin {
    to {
        transform: rotate(360deg);
    }
}
	.banner-abs-sec {
    -webkit-mask-image: url(https://nurausa.com/wp-content/uploads/2024/11/Vector.png);
    mask-image: url(https://nurausa.com/wp-content/uploads/2024/11/Vector.png);
		mask-repeat: no-repeat;
    -webkit-mask-size: cover; /* Ensures the mask covers the entire element */
    mask-size: cover; /* Ensures the mask covers the entire element */
    -webkit-mask-position: center; /* Centers the mask */
    mask-position: right; /* Centers the mask */
    width: 42%; /* Ensure the element stretches across the width */
    height: 100%; /* Match the parent's height */
    position: absolute;

}

	.bestein-page-bg {
    background: linear-gradient(42deg, #F69366 31.14%, #CE9D52 44.2%, #9DAA3A 62.33%, #7FB12C 76.11%, #74B426 83.36%);
				background-size: 200% 200%; /* Makes the gradient larger for animation */
    animation: prod-gradient-rotate 6s infinite linear; 
  
}

@keyframes prod-gradient-rotate {
    0% {
        background-position: 0% 50%;
    }
    50% {
        background-position: 100% 50%;
    }
    100% {
        background-position: 0% 50%;
    }
}
	.cleanmood-page-bg {
		background: linear-gradient(42deg, #F4DCCA 13.74%, #EADCC7 23.46%, #CEDCC1 37.6%, #A1DCB6 50%, #63DDA6 61.61%, #25DD97 71.76%);
		background-size: 300% 300%; /* Makes the gradient larger for animation */
    animation: prod-gradient-rotate 6s infinite linear; 
	}
	.collawise-page-bg {
		background:  linear-gradient(42deg, #F593A0 23.82%, #71CDE0 77.85%);
		background-size: 300% 300%; /* Makes the gradient larger for animation */
    animation: prod-gradient-rotate 6s infinite linear;
	}
	.madblend-page-bg {
		background:  linear-gradient(42deg, #FFC885 22.44%, #F2C784 28.24%, #D1C381 38.4%, #9ABD7C 52.9%, #50B575 69.58%, #00AC6E 86.26%);
		background-size: 300% 300%; /* Makes the gradient larger for animation */
    animation: prod-gradient-rotate 6s infinite linear;
	}
	.mushpower-page-bg {
		background:  linear-gradient(243deg, #7C230F 19.77%, #BC490F 50.91%, #EC6610 63.79%, #FF7111 74.41%);
		background-size: 300% 300%; /* Makes the gradient larger for animation */
    animation: prod-gradient-rotate 6s infinite linear;
	}
	.yestein-page-bg {
		background:  linear-gradient(242deg, #FF5A82 25.77%, #FFC85A 85.08%);
		background-size: 300% 300%; /* Makes the gradient larger for animation */
    animation: prod-gradient-rotate 6s infinite linear;
	}
/* 	.spotlight-box {
		display:none;
	}
  	.spotlight-box:nth-child(-n+6) {
    display: block;
} */
	li.tribe-events-c-nav__list-item.tribe-events-c-nav__list-item--next.mehr12 button {
    background-color: transparent;
}
	li.tribe-events-c-view-selector__list-item button {
    background-color: transparent !important;
}
	
	
	
	
#elementor-popup-modal-13035 .dialog-message {
    padding: 12px 40px 0px 30px;
}
	#elementor-popup-modal-13035 .dialog-widget-content{
		bottom: 20px;
	}
	
	select {
    padding: 8px 16px !important;
}