* {
	padding: 0;
	margin: 0;
} 
::selection {
	background: #000;
	color: #fff;
	text-shadow: none;
} 
body {
	padding-top: 0px;
} 
a{
	color: #BFBFBF;
}
::-moz-selection {
	background: #000;
	color: #fff;
	text-shadow: none;
} 
.header-wrapper .header_iner .wid_auto {
	width: auto;
} 
.header-wrapper .header_iner .elementor-container {
	justify-content: space-between;
}  
.header-wrapper {
	margin: 20px 20px 0px 20px !important;
	inset-inline-start: 0 !important;
} 
.notfound-content {
	text-align: center;
	padding: 7vw 0;
	width: 100%;
	float: left;
} 
.error404 .notfound-content h1 {
	color: #000000;
} 
.error404 .notfound-content h3 {
	margin: 20px 0;
} 
body .gform_wrapper,
.gform_confirmation_wrapper {
	width: 100%;
	float: left;
} 
body .gform_wrapper {
	margin: 0px 0;
} 
body .gform_wrapper form {
	width: 100%;
	float: left;
	text-align: center;
} 
body .gform_wrapper form .gform_body {
	float: left;
	width: 100% !important;
	margin: 0 0px !important;
} 
body .gform_wrapper .gf_progressbar_wrapper {
	display: none;
} 
body .gform_wrapper form .gform_body ul {
	width: 100%;
	float: left;
	display: flex;
	flex-wrap: wrap;
} 
body .gform_wrapper form .gform_body ul li.gfield {
	padding: 0px;
	width: 50%;
	float: left;
	padding: 0 15px !important;
	margin: 0 0px 30px !important;
	background-color: transparent;
	border: none;
	clear: inherit;
} 
body .gform_wrapper form .gform_body ul li.gfield label {
	width: 100%;
	float: left;
	color: #000;
	font-family: 'Satoshi-Regular';
	font-size: 18px;
	font-weight: 400;
	margin-top: 0px !important;
	padding: 0 0px 10px;
	line-height: 120%;
} 
body .gform_wrapper form .gform_body ul li.gfield label span.gfield_required {
	font-size: 18px;
	width: 4px;
	height: 4px;
	border-radius: 100%;
	display: none;
	vertical-align: top;
	margin-left: 0px;
	margin-top: 0px;
} 
body .gform_wrapper form .gform_body ul li.gfield.full-box {
	width: 100%;
} 
body .gform_wrapper form .gform_body ul li.gfield textarea {
	width: 100% !important;
	height: 120px !important;
	border-radius: 20px !important;
} 
body .gform_wrapper form .gform_body ul li.description textarea {
	width: 100% !important;
} 
body .gform_wrapper .validation_message {
	color: #790000;
	padding-top: 5px;
	padding-right: 0px !important;
	width: 100%;
	float: left;
	line-height: 120%;
	font-weight: 500;
	letter-spacing: 0.5px;
	font-size: 14px;
} 
body .gform_wrapper li.gfield_error div.ginput_complex.ginput_container label,
body .gform_wrapper li.gfield_error ul.gfield_checkbox,
body .gform_wrapper li.gfield_error ul.gfield_radio,
body .gform_wrapper .field_description_below .gfield_description {
	color: #790000;
	padding-top: 15px;
	padding-right: 0px !important;
	width: 100%;
	float: left;
	line-height: 120%;
	font-weight: 500;
	font-size: 14px;
	letter-spacing: 0.5px;
} 
body .gform_confirmation_message {
	width: 100%;
	float: left;
	text-align: center;
	font-weight: normal;
	font-family: "DM Sans";
	background-color: #029300;
	line-height: 125%;
	border: 1px solid #E8E8E8;
	border-radius: 5px;
	padding: 16px 20px;
	color: #ffffff;
	font-size: 18px;
} 
body .gform_wrapper div.validation_error {
	margin-bottom: 20px;
	border: none;
	background-color: #790000;
	color: #ffffff;
	padding: 18px 15px;
	line-height: 120%;
	font-size: 16px;
	display: flex;
} 
body .gform_wrapper .top_label div.ginput_container {
	margin-top: 0px !important;
	width: 100%;
	float: left;
} 
body .gform_body input[type=text],
body .gform_body input[type=email],
body .gform_body input[type=tel],
body .gform_body input[type=number],
body select,
body textarea {
	width: 100% !important;
	border: 1px solid rgba(255, 255, 255, 0.60) !important;
	border-radius: 6px !important;
	padding: 17px 30px !important;
	color: #FFF !important;
	box-shadow: none;
	font-family: "DM Sans";
	height: auto !important;
	font-weight: 300;
	line-height: 125% !important;
	/* 	letter-spacing: 0.5px; */
	font-size: 18px !important;
	margin: 0 !important;
	background-color: transparent !important;
	appearance: none;
	-moz-appearance: none;
	-webkit-appearance: none;
	outline: none;
	opacity: 0.8; 
} 
body select {
	background-image: url(../images/select-arrow.png);
	background-repeat: no-repeat;
	background-position: right 20px center;
	padding-right: 40px !important;
} 
body .gform_wrapper textarea.small {
	height: 80px;
} 
body .gform_wrapper .gform_page_footer {
	padding: 0 15px;
	margin-bottom: 0px;
	text-align: left;
	width: 100%;
	float: right;
	margin-top: 10px;
	border: none;
} 
body .gform_wrapper.gravity-theme .gform_footer {
	display: inline-flex;
	padding-top: 45px;
	margin: 0px !important;
	padding-bottom: 0px !important;
}
body .gform_wrapper .gform_footer input.button{
	color: #1E1E1E;
	text-align: center;
	font-family: "DM Sans";
	font-size: 18px; 
	font-weight: 400; 
	padding: 15px 30px;
	justify-content: center;
	align-items: center; 
	border: none;
	border-radius: 6px;
	background: #FFF;
}
body .gform_wrapper.gravity-theme .gfield textarea.large {
	height: 120px !important;
}
body .gform_wrapper.gravity-theme .gform_fields{
	gap: 30px;
}
.gform_legacy_markup_wrapper .gform_validation_errors>h2 {
	color: #ffffff !important;
	font-weight: 400 !important;
	padding: 0 !important;
	margin: 0px !important;
	line-height: 120%;
} 
body .gform_wrapper.gravity-theme .gform_validation_errors, body .gform_wrapper .field_description_below .gfield_description {
	background: transparent;
	border: none;
	border-radius: 0px;
	box-shadow: none;
	margin-bottom: 12px;
	margin-top: 12px;
	padding: 0;
	position: relative;
	width: 100%;
	text-align: left;
	color: #c10e0e;
	font-size: 16px;
}
body .gform_wrapper.gravity-theme .gform_validation_errors>h2 {
	color: #c10e0e;
	font-size: 16px; 
}

body .gform_submission_error {
	background: #c10e0e;
	color: #FFF !important;
	padding: 17px 40px;
	border-radius: 5px;
}
body .gform-icon.gform-icon--close::before {
	content: url('/wp-content/uploads/2025/02/generated-svg-image-4.svg');
	display: inline-block;
	width: 24px;  
	height: 30px; 
	margin-right: 8px;
}

/* Stated Home Page css */ 
.home_ikon_sec .elementor-widget-container .elementor-icon-box-wrapper {
	display: flex !important;
	flex-direction: column-reverse !important;
} 
.ikon_box  .elementor-icon-box-icon {
	margin: 0 auto;
	margin-bottom: 0px !important;
}
.home_ikon_sec .elementor-inner-column {
	width: auto !important;
} 
.home_ikon_sec .elementor-inner-column:not(:last-child) .ikon_box {
	border-right: 1px solid #3BAA3B;
} 
.accordion_sec .elementor-accordion .elementor-accordion-item:not(:last-child) {
	margin-bottom: 24px;
} 	
.accordion_sec .elementor-accordion .elementor-accordion-item {
	border-radius: 15px;
	background: #2E2E2E;
} 
.accordion_sec .elementor-widget-accordion .elementor-accordion-icon svg {
	fill: transparent !important;
	transition: 0.8s;
} 
.accordion_sec .elementor-widget-accordion .elementor-accordion-icon span:First-child {
	width: 32px;
	height: 30px;
	border-radius: 3px;
	background: rgba(94, 94, 94, 0.30);
	display: flex !important;
	justify-content: center;
	align-items: center;
} 
.accordion_sec .elementor-tab-title {
	display: flex;
	align-items: center;
	gap: 10px;
	justify-content: space-between;
	flex-direction: row-reverse;
} 
.accordion_sec .elementor-tab-content { 
	padding-top: 0px !important;
}
.accordion_sec .elementor-tab-title.elementor-active .elementor-accordion-icon svg {
	transform: rotate(180deg);
} 
.accordion_sec .elementor-widget-accordion .elementor-tab-title.elementor-active .elementor-accordion-icon span:First-child {
	background: #009100;
}  
.second_post .elementor-posts-container .hentry .elementor-post__text {
	align-content: center;
}  
.nano_sec ul li {
	position: relative;
	list-style: none; 
	padding-left: 40px; 
} 
.nano_sec ul li::before {
	content: '';
	position: absolute;
	top: 0;
	left: 0; 
	width: 24px; 
	height: 24px;
	background-image: url('/wp-content/uploads/2025/01/Frame-24.svg');
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
} 
.nano_sec ul li:not(:last-child) {
	padding-bottom: 16px;
}  
.nano_sec ul li strong{
	color: #FFF;
}  
.headding_opc h2 {
	opacity: 0.02;
} 
.testi_sec .elementor-testimonial__image {
	position: absolute;
	top: 50px;
} 
.testi_sec .swiper-slide-next .elementor-testimonial__text {
	color: #FFF !important;
	font-size: 18px !important;
} 
.testi_sec .swiper-slide-next .elementor-testimonial__name {
	color: #FFF !important;
	font-size: 20px !important; 
} 
.testi_sec .swiper-slide .elementor-testimonial__name {  
	padding-top: 20px;
} 
.testi_sec .elementor-swiper .elementor-swiper-button svg {
	display: none;
} 
.testi_sec .elementor-swiper .elementor-swiper-button-next,
.testi_sec .elementor-swiper .elementor-swiper-button-prev {
	background: url('/wp-content/uploads/2025/01/Frame-26.svg') no-repeat center/50% !important;
	width: 58px;
	height: 58px;
	border-radius: 6px;
	border: 1px solid #009100;
	background-color: rgba(255, 255, 255, 0.10) !important;
	padding: 15px 20px;
} 
.testi_sec .elementor-swiper .elementor-swiper-button-prev {
	background: url('/wp-content/uploads/2025/01/Frame-27.svg') no-repeat center/50% !important;
	background-color: rgba(255, 255, 255, 0.10) !important;
} 
.testi_sec .elementor-testimonial .elementor-testimonial__text::after {
	content: '';
	background: url('/wp-content/uploads/2025/01/Group-1171274817.webp') no-repeat center/contain !important;
	width: 81px;
	height: 71px;
	display: block;
	position: absolute;
	top: 110px;
	left: 50%;
	transform: translateX(-50%);
} 
.testi_sec .swiper-slide-next .elementor-testimonial .elementor-testimonial__text::after {
	background: url('/wp-content/uploads/2025/01/Frame-33-3.svg') no-repeat center/contain !important;
	width: 94px;
	height: 84px;
	top: 120px;
} 
.testi_sec .elementor-widget-testimonial-carousel .swiper-slide-next {
	transform: scale(1.1) !important; 
}
.testi_sec .elementor-widget-testimonial-carousel .swiper-slide {
	transform: scale(0.95); 
}

.testi_sec .elementor-widget-testimonial-carousel .swiper-slide {
	height: 100%;
	min-height: 467px;
} 
.testi_sec .elementor-widget-testimonial-carousel .swiper-wrapper {
	align-items: center;
} 
.testi_sec .elementor-testimonial {
	display: flex;
	justify-content: center;
	align-content: center;
	align-items: center;
	flex-direction: column;
} 
.testi_sec .elementor-widget-testimonial-carousel .swiper-slide {
	height: 100%;
	min-height: 467px;
	align-items: center;
	display: flex;
} 
.testi_sec .elementor-widget-testimonial-carousel .swiper-slide-next {
	min-height: 546px;
} 
.slider_text h2 {
	margin: 0px 20px -20px 20px;
	color: #FFFF!important;
	opacity: 0.07;
}
.slider_text {
	display: flex;
	white-space: nowrap;
	animation: slide 15s linear infinite;
	transition: left;
} 
@keyframes slide {
	0% {
		transform: translateX(0);
	}

	100% {
		transform: translateX(-100%);
	}
} 
.news_sec .elementor-posts .elementor-post__excerpt {
	margin: 10px 0px 26px 0px;
} 
.news_sec .news_sec .elementor-post__text {
	align-content: center;
} 
.news_sec .elementor-post__read-more {
	text-underline-position: under;
} 
.subscribe_sec .es-email {
	width: 100%;
	padding: 16px 22px;
	font-size: 16px;
	border-radius: 6px;
	border: 1px solid rgba(255, 255, 255, 0.60);
	background-color: transparent;
	margin-bottom: 30px; 
	color: #FFF;
} 
.subscribe_sec .es-email::placeholder {
	color: #FFF;
	text-align: left;
	font-family: "DM Sans";
	font-size: 18px;
	font-style: normal;
	font-weight: 400;
	line-height: normal; 
	opacity: 0.8;
} 
.subscribe_sec .es-email:focus {
	border-color: rgba(255, 255, 255, 0.60);
	outline: none;
	background-color: transparent;
} 
.subscribe_sec .es_subscription_form input[type="submit"]{
	border-color: #FFF;
	color: #FFF;
	background-color: transparent;
}
.subscribe_sec .es_subscription_form input[type="submit"] {
	background-color: #FFFFFF;
	color: #1E1E1E;
	text-align: center;
	font-family: "DM Sans";
	font-size: 18px;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	padding: 15px 30px;
	cursor: pointer;
	border: 1px solid #FFF;
	border-radius: 6px;
} 
.subscribe_sec .es_subscription_form input[type="submit"]:hover {
	background-color: transparent;
	border: 1px solid #FFF;
	color: #FFF;
} 
.subscribe_sec .error{
	justify-content: flex-start !important;
}
.subscribe_sec .es_subscription_message {
	font-size: 20px;
	color: #FFF !important;   
	display: flex;
	justify-content: center
}
.subscribe_sec .gjs-cell {
	display: flex;
	align-content: center;
	align-items: center;
}
.subscribe_sec .es_spinner_image { 
	padding-top: 10px;
	padding-left: 15px;
}
.subscribe_sec .es-form-field-container .gjs-row {
	margin-bottom: 0 !important;
} 
.subscribe_sec::after,
.subscribe_sec::before{
	content: '';
	display: block;
	position: absolute;
	width: 70%;
	height: 71px;  
}
.subscribe_sec::after { 
	background: url('/wp-content/uploads/2025/01/Logo-3-1.webp') no-repeat top left/auto !important; 
	top: 0;
	left: 20px;
} 
.subscribe_sec::before { 
	background: url('/wp-content/uploads/2025/01/Logo-4-1.webp') no-repeat right bottom/auto !important; 
	bottom: 0;
	right: 140px;
} 
.menu_popup .dialog-close-button {
	padding: 10px !important;
	border-radius: 50%;
} 
.popup_li ul {
	list-style-type: none;
	padding: 0;
	margin: 0;
} 
.popup_li li {
	opacity: 0.8;
	color: #BFBFBF;
	font-family: "DM Sans";
	font-size: 18px;
	font-style: normal;
	font-weight: 400;
	line-height: 145%;
	position: relative;
	background-image: url('/wp-content/uploads/2025/01/Vector-12.svg');
	background-size: 16px 18px;
	background-repeat: no-repeat;
	background-position: left 6px;
	padding-left: 28px;
} 
.popup_li strong {
	color: #FFF;
	font-family: "Helvetica";
	font-size: 22px;
	font-style: normal;
	font-weight: 500;
	line-height: 145%;
}

.popup_li li:hover strong,
.popup_li li:active strong,
.popup_li li:focus strong,
.popup_li li:hover,
.popup_li li:active,
.popup_li li:focus {
	color: #009100 !important;
	cursor: pointer;
} 
.popup_li li:not(:last-child) {
	margin-bottom: 33px;
} 
/* .age_verification_popup .dialog-message {
scrollbar-width: none;
} 
.age_verification_popup .dialog-close-button {
display: none !important;
}  */
.triangle_clip_col::after {
	content: '';
	background: url('/wp-content/uploads/2025/01/Group-9-3.webp') no-repeat center/contain;
	width: 100%;
	height: 100%;
	flex-shrink: 0;
	position: absolute;
	top: 0;
	left: 0;
	z-index: -1;
} 
.testi_sec .swiper-slide-next::after,
.testi_sec .swiper-slide::after,
/* .menu_popup_col::after, */
.dr_img::after {
	content: ''; 
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	z-index: -1;
}

.triangle_clip_col {
	position: relative;
	z-index: 1;
} 
.testi_sec .swiper-slide-next::after { 
	background: url('/wp-content/uploads/2025/01/Vector-16.webp') no-repeat center/contain !important; 
} 
.testi_sec .swiper-slide-next,
.testi_sec .swiper-slide {
	display: block;
	position: relative;
} 
.testi_sec .swiper-slide::after { 
	background: url('/wp-content/uploads/2025/01/Frame-37-1.webp') no-repeat center/contain; 
} 
/* .menu_popup_col::after { 
background: url('/wp-content/uploads/2025/01/Frame-37.webp') no-repeat center/contain; 
} 
.menu_popup_col {
display: block;
position: relative;
z-index: 2;
}  */
.dr_img {
	position: relative;
} 
.dr_img {
	display: block;
	width: 100%;
	height: auto;
	-webkit-mask-image: url('/wp-content/uploads/2025/01/Vector-15.webp');
	mask-image: url('/wp-content/uploads/2025/01/Vector-15.webp');
	-webkit-mask-repeat: no-repeat;
	mask-repeat: no-repeat;
	-webkit-mask-position: center;
	mask-position: 72px -35px;
	-webkit-mask-size: contain;
	mask-size: contain;
} 
.dr_img::after {  
	background: url('/wp-content/uploads/2025/01/Vector-15.webp'); 
	background-position: 130px 90px;
	background-repeat: no-repeat;
	background-size: 75% 81%;
}  
.post_detail_sec p {
	padding-bottom: 10px;
}  
@keyframes rotateImage {
	from {
		transform: rotate(0deg);
	}
	to {
		transform: rotate(360deg);
	}
}
.find_store .svg-background path {
	display: flex;
	justify-content: center;
	align-items: center;
	animation: rotateImage 50s linear infinite;
	transform-origin: center;
}
.find_store .svg-background text {
	pointer-events: none; 
}
/* .fixe_btn svg path::after {
content: '';
background-image: url('https://nano40hightech.naynacodes.com/wp-content/uploads/2025/01/Vector-17-3.svg');
background-size: cover;
background-position: center;
background-repeat: no-repeat;
width: 110px;
height: 100px;
animation: rotateImage 50s linear infinite;
z-index: 2;
position: absolute;
cursor: pointer;
}  */
.no_btn a{
	background-color: transparent !important;   
	outline: none !important; 
	color: #009100 !important;
}
.find_store, 
.menu_name_col ul li{ 
	cursor: pointer;
}
.list_tag{
	color: #FFF;
	font-family:"Helvetica Neue";
	font-size: 20px; 
	font-weight: 400;
	line-height: 160%;
}
.menu_popup .dialog-message{
	scrollbar-width: none;
}    
.menu_btn_sec {
	display: none;
	position: absolute !important;
	top: 50%;         
	left: 50%;        
	transform: translate(-50%, -50%); 
	z-index: 99;
}
.menu_btn_sec.active {
	/* 	position: relative !important; */
	display: block;
	/* 	z-index: 2; */
}
.menu_col{
	width: 41.4% !important;
}  
.menu_name_col ul li.active svg path{
	fill: #009100;
	stroke: #009100;
}
.menu_name_col ul li.active .elementor-icon-list-text{
	color: #009100 !important;
}
.read_btn {
	text-underline-offset: 5px;
} 
#search-bar {
	width: 100%;
	padding: 17px 30px 17px 60px; 
	font-size: 16px;
	border-radius: 6px;
	border: 1px solid rgba(255, 255, 255, 0.60);
	background: url('https://nano40hightech.naynacodes.com/wp-content/uploads/2025/02/search-normal-1.svg') no-repeat 30px center;
	background-size: 22px 22px;
	color: #FFF;
	font-family: "DM Sans", sans-serif;
}
#search-bar::placeholder {
	color: #FFF;
	text-align: left; 
	font-family: "DM Sans", sans-serif;
	font-size: 18px;
	font-weight: 400;
	line-height: normal;
	opacity: 0.5; 
}
#search-bar:focus {
	outline: none; 
	border: 1px solid rgba(255, 255, 255, 0.80); 
}
#search-bar:focus::placeholder {
	opacity: 0.3; 
}
.map_sec .elementor-container{
	padding: 0px !important;
}
.find_store foreignObject{
	display: none;
}
.home_ikon_sec .elementor-container { 
	justify-content: center;
}
.home_ikon_sec .elementor-container { 
	justify-content: center;
}
body .avwp-av h2{
	display: none;
}
body .avwp-av{
	display: inline-flex;
	padding: 50px 50px 48.988px 51px;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	gap: 40px;
	border-radius: 20px;
	background: #FFF;
	width: auto !important; 
}
body .avwp-av p{
	color: #009100;
	text-align: center;
	font-family: "Helvetica Neue";
	font-size: 30px;
	font-style: normal;
	font-weight: 700;
	line-height: 133%;
	width: 100% !important;
}
body .avwp-av img {
	margin-bottom: 0; 
}
body .avwp-av button{
	margin-top: 0px;
	width: auto !important;
}
body .avwp-av button.yes{  
	padding: 15px 30px;  
	border-radius: 6px;
	border: 1px solid #009100;
	background: #009100 !important;color: #FFF !important;
	text-align: center;
	font-family: "DM Sans";
	font-size: 18px;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	margin-right: 5px !important;
}
body .avwp-av button.no {
	padding: 15px 30px;
	border-radius: 6px;
	border: 1px solid #009100;
	background: transparent !important;
	color: #1E1E1E !important;
	text-align: center;
	font-family: "DM Sans";
	font-size: 18px;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	margin-left: 5px !important;
}
body .avwp-av button:hover { 
	border: 1px solid #009100;
}
body .avwp-av p strong {
	color: #009100;
}
body .avwp-av {
	position: absolute;
	top: 50% !important;    
	left: 50% !important;   
	transform: translate(-50%, -50%);
}
body .avwp-av p:last-child { 
	display: flex;
	flex-direction: row-reverse;
	justify-content: center;
	gap: 10px;
}
.accordion_sec_inert ol,
.accordion_sec_inert ul{
	padding-left: 20px;
	padding-top: 10px;
} 
.page-id-2835 .elementor-location-header {
	background: #191919B2;
}
.news_sec .elementor-grid-1 > div {
	display: flex;
	flex-direction: column; 
	flex: 1; 
	height: 100%; 
} 
.news_sec .elementor-grid-1 > div > * {
	flex-grow: 1; 
}

body.no-scroll {
	overflow: hidden;
	height: 100vh;
}

.map_sec iframe {
	border-radius: 12px;
	max-height: 355px;
}


