* {
	margin: 0;
	box-sizing: border-box;
}


html {
	margin-top: 0 !important;
}
[data-elementor-type="wp-page"] {
	position: relative;
}
[data-elementor-type="wp-page"]::after {
	position: absolute;
	top: 0;
	left: 0;
	transform: translate(-50%, -50%) scale(2);
	--checkboxSize: 30px;
	content: "";
	z-index: -1;
	width: 100%;
	height: 100%;
	pointer-events: none;
	background-image: linear-gradient(#efefef .3px, transparent 0), linear-gradient(90deg, #efefef .3px, transparent 0);
	background-color: var(--color_white);
	background-size: var(--checkboxSize) var(--checkboxSize);
}
@media (prefers-reduced-motion: no-preference) {
	html {
		scroll-behavior: auto !important;
	}
}

:root {
	--font_primary: Helvetica;
	--color_primary: #222222;
	--container_width: 100%;
	--container_padding: 15px;
	--container_left_space: calc((100% - var(--container_width)) / 2);
}

.page_title, .page_title * {
	font-size: 45px;
}
.h2, .h2 * {
	font-size: 65px !important;
}
@media(max-width: 1199px){
	.h2, .h2 * {
		font-size: 55px !important;
	}
	.page_title, .page_title * {
		font-size: 40px;
	}
}
@media only screen and (min-width: 1200px) and (max-width: 1280px) {
	.elementor-2084 .elementor-element.elementor-element-4f5e044 .menu-item a.hfe-menu-item {
		padding-left: 10px;
		padding-right: 5px;
	}
}
@media(max-width: 767px){
	.h2, .h2 * {
		font-size: 40px !important;
	}
	.page_title, .page_title * {
		font-size:  32px;
	}
}
.faqs_sec .elementor-widget-text-editor {
	line-height: 1.4;
}
@media(max-width: 767px){
	.faqs_sec .elementor-heading-title{
		font-size: 26px !important;
	}
	.faqs_sec .elementor-widget-n-accordion .e-n-accordion-item-title-text{
		font-size: 18px !important;
	}
	.faqs_sec .elementor-widget-text-editor {
		font-size: 16px !important;
	}	
}
.ShareButton {
	cursor: pointer;
}

.SharePopup {
	display: none;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100vh;
	/*   display: flex; */
	background-color: #00000080;
}
.SharePopup.show {
	animation: 0.5s appear forwards;
	display: flex;
}
@keyframes appear {
	0% {
		opacity: 0;
		display: none;
	}
	100% {
		opacity: 1;
		display: flex;
	}
}
.SharePopup .Popupbox {
	position: relative;
	background-color: #fff;
	max-width: 400px;
	width: fit-content;
	margin: auto;
	padding: 30px 20px 20px 20px;
	border-radius: 15px;
}
.SharePopup .ShareTitle {
	font-size: 18px;
	font-weight: 500;
	margin-bottom: 18px;
}
.SharePopup .icons {
	display: flex;
	align-items: center;
	gap: 16px;
}
.SharePopup .icons a {
	background-image: linear-gradient(90deg, #99FF66, #00E5EF);
	border-radius: 50%;
	width: 40px;
	height: 40px;
	display: flex;
	align-items: center;
	justify-content: center;
	transition: 0.3s;
}
.SharePopup .icons a:hover {
	transform: scale(1.1);
}
.CloseSharePopup {
	cursor: pointer;
	position: absolute;
	right: 10px;
	top: 10px;
}

.faq-text a.hfe-menu-item {
	font-size: 15px !important;
}
.faq-text .nav-menu ul li a{
	font-size: 15px !important;
}
.gradient_text .elementor-heading-title {
	background: linear-gradient(90deg, #cf977b, #e5d0b8);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	font-size: 60px;
	line-height: 1.1;
	/*     font-style: italic; */
}
.para-opcity{
	color:#000000CC !important;
}
/* btn  */
.elementor-button-info a.elementor-button {
	background-image: linear-gradient(100deg, #99FF66, #00E5EF ) !important;
	font-size: 18px;
	font-weight: 700;
	color: #231F20;
	border-radius: 23px;
	padding: 13px 36px;
	overflow: hidden;
	position: relative;
	text-decoration:none;
}
.elementor-button-info button.elementor-button{
	font-size: 18px;
	font-weight: 700;
	color: #231F20;
	border-radius: 23px;
	padding: 13px 36px;
	overflow: hidden;
	position: relative;
	text-decoration:none;
}
.elementor-button-info a.elementor-button .elementor-button-text span, .elementor-button-info button.elementor-button .elementor-button-text span {
	position: absolute;
	transform: translateX(calc(-100% - 36px));
	color: #000000;
}
.elementor-button-info span.elementor-button-text {
	transition: 0.3s;
}
.elementor-button-info a.elementor-button:hover .elementor-button-text, .elementor-button-info button.elementor-button:hover .elementor-button-text {
	transform: translateX(calc(100% + 36px));
}
.elementor-button-info a.elementor-button:hover{
	background-color: var( --e-global-color-primary ) !important;
}
a {
	color: inherit;
}
.submit_btn{
	position:relative !important;
}
.btn-border {
	position: absolute;
	top: 16px;
	left: -3px;
}
.submit_btn button{
	z-index:1;
	border:none !important;
}
/* 	 font family and weight start */
.primary_font {
	font-family: var(--font_primary);
}

.secondary_font {
	font-family: var(--font_primary);
}

.f_w_l {
	font-weight: 300;
}

.f_w_r {
	font-weight: 400;
}

.f_w_m {
	font-weight: 500;
}

.f_w_s_b, .f_w_s_b * {
	font-weight: 600 !important;
}

.f_w_b {
	font-weight: 700;
}

.f_s_i {
	font-style: italic;
}

/* 	 font family weight end */

/* 	 line height start */
.l_h_0 {
	line-height: 0.8;
}

.l_h_1 {
	line-height: 1.1;
}

.l_h_2 {
	line-height: 1.2;
}

.l_h_3 {
	line-height: 1.3;
}

.l_h_4 {
	line-height: 1.4;
}

.l_h_5 {
	line-height: 1.5;
}

.l_h_6 {
	line-height: 1.6;
}

/* 	 line height end */

/* 	 flex class start */
.d_f {
	display: flex;
}

.f_w {
	display: flex;
	flex-wrap: wrap;
}

.f_w_j {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

.f_w_a_j_center {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: center;
}

.f_j {
	display: flex;
	justify-content: space-between;
}

.f_w_se {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-evenly;
}

.f_w_a {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
}

.f_r_aj_between {
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.f_r_aj_center {
	display: flex;
	align-items: center;
	justify-content: center;
}

.f_r_a_center {
	display: flex;
	align-items: center;
}

.a_center {
	align-items: center;
}

.f_r_j_center {
	display: flex;
	justify-content: center;
}

.f_c_aj_center {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
}

.f_c_a_center {
	display: flex;
	flex-direction: column;
	align-items: center;
}

.f_c_j_center {
	display: flex;
	flex-direction: column;
	justify-content: center;
}

/* 	 flex class end */

/* 	 spacing */
.mtb_0 {
	margin-top: 0;
	margin-bottom: 0;
}

.mb_5 {
	margin-bottom: 5px;
}

.mt_5 {
	margin-top: 5px;
}

.mtb_5 {
	margin-top: 5px;
	margin-bottom: 5px;
}

.mb_10 {
	margin-bottom: 10px;
}

.mt_10 {
	margin-top: 10px;
}

.mtb_10 {
	margin-top: 10px;
	margin-bottom: 10px;
}

.mb_15 {
	margin-bottom: 15px;
}

.mt_15 {
	margin-top: 15px;
}

.mtb_15 {
	margin-top: 15px;
	margin-bottom: 15px;
}

.mb_20 {
	margin-bottom: 20px;
}

.mt_20 {
	margin-top: 20px;
}

.mtb_20 {
	margin-top: 20px;
	margin-bottom: 20px;
}

.mb_30 {
	margin-bottom: 30px;
}

.mt_30 {
	margin-top: 30px;
}

.mtb_30 {
	margin-top: 30px;
	margin-bottom: 30px;
}

.mb_80 {
	margin-bottom: 80px;
}
@media only screen and (max-width: 767px) {
	.mb_80 {
		margin-bottom: 60px;
	}
}

.mt_80 {
	margin-top: 80px;
}

@media only screen and (max-width: 767px) {
	.mt_80 {
		margin-top: 60px;
	}
}

.mtb_80 {
	margin-top: 80px;
	margin-bottom: 80px;
}

@media only screen and (max-width: 767px) {
	.mtb_80 {
		margin-top: 60px;
		margin-bottom: 60px;
	}
}

.mb_100 {
	margin-bottom: 100px;
}

@media only screen and (max-width: 767px) {
	.mb_100 {
		margin-bottom: 80px;
	}
}

.mt_100 {
	margin-top: 100px;
}

@media only screen and (max-width: 767px) {
	.mt_100 {
		margin-top: 80px;
	}
}

.mtb_100 {
	margin-top: 100px;
	margin-bottom: 100px;
}

@media only screen and (max-width: 767px) {
	.mtb_100 {
		margin-top: 80px;
		margin-bottom: 80px;
	}
}

.p_t {
	padding-top: 20px;
}

.pt_10 {
	padding-top: 10px;
}
.pb_5 {
	padding-bottom: 5px;
}
.pb_10 {
	padding-bottom: 10px;
}

.ptb_10 {
	padding-top: 10px;
	padding-bottom: 10px;
}

.pt_20 {
	padding-top: 20px;
}

.pb_20 {
	padding-bottom: 20px;
}

.ptb_20 {
	padding-top: 20px;
	padding-bottom: 20px;
}

.pt_30 {
	padding-top: 30px;
}

.pb_30 {
	padding-bottom: 30px;
}

.ptb_30 {
	padding-top: 30px;
	padding-bottom: 30px;
}

.pt_40 {
	padding-top: 40px;
}

@media(max-width: 767px){
	.pt_40 {
		padding-top: 30px;
	}
}

.pb_40 {
	padding-bottom: 40px;
}

.ptb_40 {
	padding-top: 40px;
	padding-bottom: 40px;
}

.pt_50 {
	padding-top: 50px;
}

.pb_50 {
	padding-bottom: 50px;
}

.ptb_50 {
	padding-top: 50px;
	padding-bottom: 50px;
}

.ptb_60 {
	padding-top: 60px;
	padding-bottom: 60px;
}

@media only screen and (max-width: 767px) {
	.ptb_60 {
		padding-top: 40px;
		padding-bottom: 40px;
	}
	.pb_50{
		padding-bottom: 30px;
	}
}

.pt_60 {
	padding-top: 60px;
}

@media only screen and (max-width: 767px) {
	.pt_60 {
		padding-top: 40px;
	}
}

.pb_60 {
	padding-bottom: 60px;
}

@media only screen and (max-width: 767px) {
	.pb_60 {
		padding-bottom: 40px;
	}
}

.ptb_80 {
	padding-top: 80px;
	padding-bottom: 80px;
}

@media only screen and (max-width: 767px) {
	.ptb_80 {
		padding-top: 60px;
		padding-bottom: 60px;
	}
}

.pt_80 {
	padding-top: 80px;
}

@media only screen and (max-width: 767px) {
	.pt_80 {
		padding-top: 60px;
	}
}

.pb_80 {
	padding-bottom: 80px;
}

@media only screen and (max-width: 767px) {
	.pb_80 {
		padding-bottom: 60px;
	}
}

.ptb_100 {
	padding-top: 100px;
	padding-bottom: 100px;
}

@media only screen and (max-width: 991px) {
	.ptb_100 {
		padding-top: 60px;
		padding-bottom: 60px;
	}
}

.pt_100 {
	padding-top: 100px;
}

@media only screen and (max-width: 991px) {
	.pt_100 {
		padding-top: 60px;
	}
}

.pb_100 {
	padding-bottom: 100px;
}

@media only screen and (max-width: 991px) {
	.pb_100 {
		padding-bottom: 60px;
	}
}

/* 	 spacing end */

/* 	typography start */
.text_xxxl {
	font-family: var(--font_primary);
	font-size: 140px;
	font-weight: 600;
	line-height: 1.1;
	margin: 0 0 15px;
	letter-spacing: -7px;
}

.text_xxl {
	font-family: var(--font_primary);
	font-size: 100px;
	font-weight: 600;
	line-height: 1.1;
	margin: 0 0 15px;
}

.text_xl {
	font-family: var(--font_primary);
	font-size: 80px;
	font-weight: 600;
	line-height: 1.1;
	margin: 0 0 15px;
}

.text_l {
	font-family: var(--font_primary);
	font-size: 50px;
	font-weight: 500;
	line-height: 1.1;
	margin: 0 0 15px;
}

.text_md {
	font-family: var(--font_primary);
	font-size: 26px;
	font-weight: 400;
	line-height: 1.2;
	margin: 0 0 15px;
}

.text_reg {
	font-family: var(--font_primary);
	font-size: 20px;
	font-weight: 400;
	line-height: 1.4;
	margin: 0 0 15px;
}

.text_xs {
	font-family: var(--font_primary);
	font-size: 16px;
	font-weight: 400;
	line-height: 1.4;
	margin: 0 0 15px;
}

.text_reg {
	font-family: var(--font_primary);
	font-size: 12px;
	font-weight: 400;
	line-height: 1.4;
	margin: 0 0 15px;
}

/* 	typography end */

/* 	container start */
@media (min-width: 768px) and (max-width: 991px) {
	:root {
		--container_width: 760px;
	}
}

@media (min-width: 992px) and (max-width: 1199px) {
	:root {
		--container_width: 1000px;
	}
}

@media (min-width: 1200px) {
	:root {
		--container_width: 1190px;
	}
}

@media (min-width: 1400px) {
	:root {
		--container_width: 1190px;
	}
}

.small_container {
	max-width: 1020px !important;
	margin-left: auto !important;
	margin-right: auto !important;
}
.container {
	max-width: var(--container_width);
	width: 100%;
	padding-inline: var(--container_padding);
	margin: auto;
	box-sizing: border-box;
}

.container-left {
	margin-left: calc(var(--container_left_space));
	padding-left: var(--container_padding);
	box-sizing: border-box;
}

.container-right {
	margin-right: calc(var(--container_left_space));
	padding-right: var(--container_padding);
	box-sizing: border-box;
}

/* 	container end */

.hidden-xs {
	display: block;
}
.visible-xs {
	display: none;
}

@media (max-width: 767px) {
	.hidden-xs {
		display: none;
	}
	.visible-xs {
		display: block;
	}
}

/* header */
header{
	/* 	position: sticky !important; */
	top: 20px;
}
.ehf-header #masthead{
	position: fixed !important;
	left: 0;
	right: 0;
}
.headerSec{
	max-width: var(--container_width) !important;
	width: calc(100% - 30px);
	margin: auto;
	left: 0;
	right: 0;
}
header .elementor-button-wrapper {
	display: flex;
}
.hfe-site-logo-container{
	display: flex;
}
.hfe-flyout-overlay.elementor-clickable{
	display: none !important;
}
.hfe-nav-menu-icon {
	padding: 0 !important;
}
.hfe-flyout-wrapper .hfe-side {
	display: block !important;
	transition: right 0.5s ease-out;
	width: 100% !important;
}
.hfe-side,
.hfe-flyout-overlay {
	height: calc(100% - 90px) !important;
	top: auto !important;
}
.hfe-side {
	right: -100% !important;
}
.hfe-side.visible {
	left: 0 !important;
}
.hfe-nav-menu__toggle.hfe-flyout-trigger.visible svg rect:nth-child(1) {
	transform: rotate(45deg) translate(2px, -6px);
}
.hfe-nav-menu__toggle.hfe-flyout-trigger.visible svg rect:nth-child(2) {
	opacity: 0;
}
.hfe-nav-menu__toggle.hfe-flyout-trigger.visible svg rect:nth-child(3) {
	transform: rotate(-45deg) translate(6px, 2px);
}
a.hfe-menu-item {
	color: #333;
	font-weight: 500;
	font-size: 16px !important;
}
li#menu-item-4226 {
	text-transform: uppercase;
	color: var(--e-global-color-text);
	border-radius: 40px;
	border: 1px solid #99FF66 !important;
	margin: 15px 0;
}

li#menu-item-4227 {
	background-color: transparent !important;
	font-size: 16px;
	font-weight: 500;
	text-transform: uppercase;
	color: var(--e-global-color-text);
	border-radius: 40px;
	border: 1px solid #99FF66 !important;
	background-image: linear-gradient(80deg, #99FF66 0%, #00E5EF 100%);
}
.hfe-flyout-content {
	background-color: #ffffff !important;
	padding-top: 120px  !important;
	/* 	height: calc(100vh - 90px) !important; */
	height: 100vh !important;
}
.elementor-clickable.hfe-flyout-close {
	display: none;
}
.hfe-nav-menu-icon svg rect:nth-child(1) {
	transform-origin: top left;
	transform: rotate(0deg) translate(0px, 0px);
}
.hfe-nav-menu-icon svg rect:nth-child(3) {
	transform-origin: bottom left;
	transform: rotate(0deg) translate(0px, 0px);
}
.hfe-nav-menu-icon rect {
	fill: #000;
	rx: 3;
	transition: 0.3s;
}
.header_margin{
	margin-top: 90px;
}
.hfe-flyout-wrapper .hfe-side.hfe-flyout-right {
	top: 0;
	bottom: 95px !important;
}
.hfe-flyout-wrapper .hfe-side {
	z-index: -1;
}
img.hfe-site-logo-img {
	height: 50px !important;
	width: 130px !important;
	z-index: 1;
	position: relative;
}
@media(max-width: 1024px){
	header{
		top: 10px;
	}
}
@media(max-width: 767px){
	.header_margin{
		margin-top: 50px;
	}
}

/* search */
.search_box {
	display: none;
}
.search_box {
	visibility: hidden;
	position: fixed;
	top: 0;
	left: 0;
	width: 100vw;
	height: 100vh;
	z-index: 999;
	background-color: #0000009e;
}
.search_box.active {
	display: flex;
	justify-content: center;
	visibility: visible;
	align-items: center;
}
.search-container {
	display: flex;
	align-items: center;
	gap: 12px;
}
.hfe-nav-menu-icon svg {
	width: 25px;
	height: 19px !important;
}
#searchform {
	position: relative;
	width: 380px;
}
@media (max-width: 767px) {
	#searchform {
		width: 100%;
	}
}
.close_search {
	cursor: pointer;
}
button.search-btn {
	background-color: transparent;
	width: 26px;
	padding: 0;
	position: absolute;
	right: 8px;
	top: 0;
	bottom: 0;
	margin: auto;
	outline: none;
	border: none;
}
#search {
	font-size: 14px;
	text-indent: 3px;
	display: inline-block;
	padding: 10px 40px 10px 10px;
	margin: 0;
	width: 100% !important;
	height: initial;
	outline: none;
	border: 1px solid #d6d6d6;
	border-radius: 20px;
}
.search-suggestions {
	position: absolute;
	background: white;
	width: calc(100% - 30px);
	padding: 15px;
	box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
	z-index: 1000;
	display: none;
	left: 0;
	right: 0;
	margin: auto;
}

.search-suggestions ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
.no-search-results-form {
	display: none !important;
}
.search-suggestions li {
	display: flex;
	align-items: center;
	padding: 10px;
	border-bottom: 1px solid #f0f0f0;
	margin-left: 0;
}
.search-suggestions li:last-child {
	border: none;
}
.search-suggestions li img {
	width: 40px;
	height: 40px;
	margin-right: 10px;
}

.search-suggestions li a {
	display: flex;
	align-items: center;
	text-decoration: none;
	color: #333;
}

/* 	.search-suggestions li a:hover {
background: #f8f8f8;
} */

.search-suggestions .view-all {
	display: block;
	padding: 8px;
	text-align: center;
	background: #000;
	text-decoration: none;
	color: #fff;
	border-radius: 40px;
}
@media (max-width: 767px) {
	.search-suggestions li a:hover {
		width: auto;
	}
	.search-suggestions span {
		font-size: 12px;
	}
	.search-suggestions .view-all {
		font-size: 14px;
		padding: 6px;
	}
}
/* search end */
/* accordian */
.e-n-accordion-item {
	border-bottom: 1px solid #00E5EF;
}
.slider-text{
	padding-left:var( --container_left_space);
}
.logo_slider .slick-slide{
	margin:0px 15px;
}
/* .logo_foot{
padding-left:var(--container_left_space);
} */
.banner_txt{
	padding-left:var(--container_left_space);
}
@media(max-width: 1199px){
	.banner_txt{
		padding-left: 15px;
	}	
}

/* footer */
.newsletter_sec p {
	color: #fff;
	font-size: 16px;
	font-family: "Inter", Sans-serif;
	padding-bottom: 2px;
}
.newsletter_email input {
	background: transparent;
	padding: 15px 21px;
	border-radius: 42px;
	border: 1px solid #fff;
	font-size: 16px;
	width:100%

}
.newsletter_email input::placeholder{
	color:#fff;
}
.wpcf7-form-control-wrap{
	position: relative;	
}
input[type="submit"].wpcf7-form-control {
	margin: auto;
	cursor: pointer;
	display: block;
}
.wpcf7-spinner{
	display: none;
}
.wpcf7 form .wpcf7-response-output{
	color: #dc3232 !important;
	text-align: center
}
.home .newsletter_btn {
	position: absolute;
	top: 35px;
	right: 4px;
}
body:not(.home) .newsletter_btn {
	position: absolute;
	top: 28px;
	right: 4px;
}
.newsletter_btn button {
	border-radius: 25px;
	padding: 11px 30px;
	overflow:hidden;
	background: linear-gradient(to right, #99ff66 0%, #00e5ef 100%);
	font-size: 14px;
	font-weight: 500;
	cursor:pointer;
	border:none;
}
.wpcf7 form .wpcf7-response-output {
	font-size: 14px !important;
	color: #000;
	margin: 12px 0 0 0;
}
.sub-div .wpcf7-response-output {
	color:#fff !important;
	margin: 0px 0 0 0 !important;
	padding: 0px 0px 10px !important;
}
.wpcf7 form.invalid .wpcf7-response-output, .wpcf7 form.sent .wpcf7-response-output{
	border-color: #ffb90000;
}
.newsletter_sec button .subtext {
	cursor: pointer;
	/* transform: translateX(calc(100% - 60px)); */
	transition: 0.3s;
}
.newsletter_sec button:hover .subtext {
	transform: translateX(calc(100% + 45px));
	transition: 0.3s;
}
.newsletter_sec button .subtext span {
	position: absolute;
	transform: translateX(calc(-100% - 60px));
	transition: 0.3s;
	z-index:-1;
}
.newsletter_sec button:hover .subtext span {
	position: absolute;
	transform: translateX(calc(-100% - 45px));
	transition: 0.3s;
}

.loadMore {
	text-align: center;
	text-transform: uppercase;
	font-size: 16px;
	font-weight: 500;
}
.loadMore a, .loadMore span{
	font-size: 16px;
	font-weight: 500;
}
.nav1 ul ,.nav2 ul {
	flex-direction: column;
	align-items: flex-start;
}
.nav2 {
	gap: 10px;
	transform: translateY(-7px);
}
.footer_nav {
	padding-bottom: 30px;
}
/* contact */
.contact-row {
	margin-bottom: 14px;
}
.contact-row input {
	padding: 22px 40px;
	font-size: 18px;
	background: #F5F5F5;
	border: none;
	border-radius: 10px;
	width: 100%;
	outline: none;
}
button.elementor-button.elementor-button-link.elementor-size-sm {
	background: transparent;
	border-radius: 25px;
	padding: 13px 36px;
	color: #000;
	border: 2px solid #00E5EF;
	font-size: 16px;
	text-transform: uppercase;
	font-weight: 500;
	cursor: pointer;
}
span.wpcf7-not-valid-tip {
	font-size: 14px;
	padding-top:5px;
}
.visit_box {
	position: relative;
}
/* .visit_box::before {
content: "";
position: absolute;
width: 1px;
height: 103px;
background: #00E5EF;
left: -16px;
} */
.visit_box::after {
	content: "";
	position: absolute;
	width: 1px;
	height: 103px;
	background: #00E5EF;
	right: -16px;
}
.apply-btn .elementor-button{
	background-image:none;
}
/* more btn */
.more-btn a{
	font-size: 18px;
	color: #000000;
	font-weight: 500;
	border-bottom: 1px solid #00ef73c2;
	background:transparent;
	padding:0px 0px 5px 0px;
	text-decoration:none;
}
.more-btn.elementor-button-info a.elementor-button{
	background-image:none!important;
	background-color:transparent !important;
	border-radius:0px;
	border-bottom:none;
	padding:0px 0px 5px;
}
.more-btn.elementor-button-info a.elementor-button::after{
	content: "";
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	height: 1px;
	transition: 0.5s;
	background-image: linear-gradient(280deg, #99FF66, #00E5EF);
}
.more-btn.elementor-button-info a.elementor-button .elementor-button-text span{
	background-color:transparent;
}
.more-btn.elementor-button-info a.elementor-button:hover{
	background-color:transparent !important;
}
.more-btn a:visited, .more-btn a:hover{
	color: #000000 !important;
}
@media(max-width: 1024px){
	.close-icon {
		display: none;
		position: absolute;
		top: 20px;
		right: 20px;
		cursor: pointer;
		z-index: 1001; 
		background: none;
		border: none;
		padding: 0;
	}

	.close-icon img {
		width: 25px;
		height: 25px;
	}

	.hamburger span {
		border-radius:10px !important;
	}
	.close-icon {
		display: none;
		cursor: pointer;
	}
	button#hamburger {
		z-index:1 !important;
		width: 25px;
		height: 19px;
	}
	.hamburger .hamburger_line {
		height: 3px;
	}

}

.center_btn button.button.gradient.xs {
	margin: auto !important;
	display: block;
	margin-top: 40px !important;
}
.btnInner .button {
	background-image: linear-gradient(80deg, #99ff66 0%, #00E5EF 100%);
	border: 2px solid #99ff66;
	background: transparent;
}

.btnInner:hover .button {
	border: 2px solid transparent;
	background-image: linear-gradient(80deg, #99FF66 0%, #00E5EF 100%);
}
.nav-menu ul li a {
	padding: 10px 12px !important;
}
/* .nav-menu {
gap:60px !important;
} */
nav.hfe-nav-menu__layout-horizontal.hfe-nav-menu__submenu-arrow {
	justify-content: center !important;
}
ul#menu-1-4f5e044 {
	margin: auto;
}
.header_logo img {
	height: 50px;
	width:130px !important;
}
@media(max-width: 991px){

	.contact_details{
		padding-top: 0 !important;
		padding-bottom: 0 !important;
	}
	.HomeHatchery .hatchery_wrap .hatchery_box_wrap .hatchery_box {
		padding: 40px 30px;
		flex-direction: column !important;
	}
	.HomeHatchery .hatchery_wrap .hatchery_box_wrap .hatchery_box .hatchery_info {
		width: 100% !important;
	}
	.HomeHatchery .hatchery_wrap .hatchery_box_wrap .hatchery_box .rocket_box {
		padding-left: 0;
		width: 100% !important;
	}
}

@media only screen and (min-width: 768px) and (max-width: 1024px) {
	.hamburger.active .hamburger_line:first-child {
		transform: rotate(45deg) translate(-6px, -1px) !important;
	}
	.hamburger.active .hamburger_line:last-child {
		transform: rotate(-45deg) translate(0px, -5px)  !important;
	}
}
.card_item.card_index_0 {
	margin-bottom: 20px !important;
}
@media(max-width: 767px){
	input[type="submit"].wpcf7-form-control{
		width: 100%;
	}
	.card_item.card_index_0 {
		margin-bottom: 0px !important;
	}
	.intro .screenWrap .screenThree .textBox {
		display: flex;
		flex-direction: column;
		gap: 10px !important;
	}
	.visit_box::before {
		top: -16px;
		height: 1px;
		width: 100%;
		left: 0;
		right: 0;

	}
	.visit_box::after {
		bottom: -16px;
		height: 1px;
		width: 100%;
		left: 0;
		right: 0;

	}
	.contact-row input{
		padding: 16px 22px;
		font-size: 16px;
	}
	.newsletter_form {
		transform: translateY(10px);
	}
	.newsletter_btn {
		position: absolute;
		top: 6px !important;
		right: 4px;
	}
	.hamburger.active .hamburger_line:last-child {
		transform: rotate(-45deg) translate(14px, 6px) !important;
	}
	.hamburger.active .hamburger_line:first-child {
		transform: rotate(45deg) translate(5px, -15px) !important;
	}
}
.button:hover .text::after {
	content: attr(data-text);
	position: absolute;
	left: 54%;
	top: 0;
	transform: translateX(-50px);
	transition: transform 0.4s ease-in-out;
	white-space: nowrap;
	color: #fff;
}
.white-join-btn .button:hover .text::after {
	content: attr(data-text);
	position: absolute;
	left: 62%;
	top: 0;
	transform: translateX(-50px);
	transition: transform 0.4s ease-in-out;
	white-space: nowrap;
	color: #fff;
}





.pitch-popup-container {
	display: none !important;
}

.pitch-popup-container.active {
	display: block !important; 
}
.popup_robo_close{
	cursor: pointer;
}
.get-started, #thank-you{
	overflow: hidden;
}
.get-started-title::after {
	content: '';
	position: absolute;
	top: 0;
	right: 0;
	opacity: 0;
	transform: translate(50%, 0%);
	background-image: url(/wp-content/uploads/2025/07/Layer_1.png);
	background-size: contain;
	background-position: center;
	background-repeat: no-repeat;
	width: 100px;
	height: 80px;
}
/* Initial hidden state */
.get-started-title,
.pitch-popup-container .elementor-widget-text-editor,
#getStartedBtn,
.moscot-robo{
	opacity: 0;
	transform: translateY(50px);
}
#getStartedBtn a.elementor-button.elementor-button-link.elementor-size-sm{
	cursor:default;
}
.moscot-robo-thnx{
	opacity: 0;
	transform: translateY(50px);
}
@keyframes fadeleftUp {
	0% {
		opacity: 0;
		transform: translate(50%, 0%);
	}
	100% {
		opacity: 1;
		transform: translate(100%, -50%);
	}
}
@keyframes swipeUp {
	0% {
		opacity: 0;
		transform: translateY(50px);
	}
	100% {
		opacity: 1;
		transform: translateY(0);
	}
}
/* When popup active, animate in */
.add-animation .get-started-title::after {
	animation: fadeleftUp 1s ease 1s forwards;
}
.add-animation .get-started-title {
	animation: swipeUp 1.5s ease 0.5s forwards;
}
.add-animation .elementor-widget-text-editor {
	animation: swipeUp 1.5s ease 2s forwards;
}
.add-animation #getStartedBtn {
	animation: swipeUp 1.5s ease 2s forwards;
}
.add-animation .moscot-robo, .add-animation .moscot-robo-thnx {  
	animation: swipeUp 1.5s ease 0.5s forwards;
}

@media (max-width: 767px){
	.moscot-robo, .moscot-robo-thnx{
		width: 190px;
		position: relative;
		bottom: -30px;
	}
}
@media (max-width: 1279px){
	.moscot-robo, .moscot-robo-thnx{
		position:absolute;
		bottom: 0;
	}
}
@media (min-width: 1280px){
	.moscot-robo, .moscot-robo-thnx{
		width: 190px;
		position: relative;
		bottom: -30px;
	}
}
@media (min-width: 1400px){
	.moscot-robo, .moscot-robo-thnx{
		position:absolute;
		bottom: 0;
		width: 240px;
	}
}
@media (min-width: 1600px){
	.moscot-robo, .moscot-robo-thnx{
		position:absolute;
		bottom: 0;
		width: auto;
	}
}

@media (max-width: 767px){
	.get-started-title::after {
		width: 50px;
		height: 50px;
	}
}
.popup_robo{
	padding: 0px 5px;
	border-radius: 50%;
	width: 45px;
	height: 45px;
	background: linear-gradient(to right, #99ff66 0%, #00e5ef 100%);
}
.popup_robo:hover img{
	scale: 1;
	transition: all 0.3s ease;
}
.popup_robo:hover img{
	scale: 1.3;
}
.popup_robo .elementor-widget-container{
	display: flex;
	justify-content: center;
	align-items: center;
}
.popup-text{
	background: url(/wp-content/uploads/2025/07/quote.png);
	padding: 27px 30px;
	background-repeat: no-repeat;
	background-size: contain;
	transform: translate(35%, 75%);
	top: 0;
	right: 0;
}
.pitch-popup-container:before {
	content: '';
	position: absolute;
	background: #000000;
}
.pitch-popup {
	top: 55% !important;
	left: 50% !important;
	transform: translate(-50%, -50%);
	height: 80vh;
	overflow: auto;
	position: fixed;
	border-radius: 12px;
}
.pitch-popup label {
	font-size: 14px;
	font-weight: 500;
	width: 50%;
}
.pitch-popup .pitch-flex{
	padding-top: 25px;
}
.pitch-flex p{
	display: flex;
	flex-direction: row;
	width: 100%;
	gap: 20px;
}
.pitch-flex label{
	display: flex;
	flex-direction: column;
	gap: 15px;
}
.pitch-flex span.wpcf7-form-control-wrap{
	width: 100%;
	display: block;
}

.pitch-flex span.wpcf7-form-control-wrap input {
	width: 100%;
	display: block;
	border: 1px solid #00E5EF;
	padding: 17px 15px;
	border-radius: 5px;
	background-color: transparent;
}


.custom-upload-wrapper {
	border: 1px solid #00E5EF;
	border-radius: 6px;
	padding: 15px;
	text-align: center;
	position: relative;
	cursor: pointer;
	transition: all 0.3s ease;
	margin: 15px 0;
	overflow: hidden;
}

.custom-file-input {
	display: block;
	margin: 0 auto;
	text-align: center;
	padding: 10px;
	border: none;
	background: transparent;
	font-size: 16px;
	cursor: pointer;
}
.custom-upload-dotted{
	border: 2px dashed #CBD0DC;
	border-radius: 6px;
	padding: 15px;
	text-align: center;
	position: relative;
	cursor: pointer;
	transition: all 0.3s ease;
}
.wpcf7-form p{
	font-size: 14px
}
.wpcf7-form .submit_btn p{
	font-size: inherit
}
.pitch-popup-form .wpcf7-list-item{
	margin: 0;
}

p.custom-upload-para {
	font-size: 12px;
	line-height: 1.2;
	color: #0d0d0d52;
	font-weight: 400;
	font-family: "Inter", Sans-serif;
}
p.custom-upload-title {
	font-size: 15px;
	font-weight: 600;
	line-height: 1.3;
	padding-bottom: 5px;
}
.custom-upload-title.desktop{
	display: block
}
.custom-upload-title.mobile{
	display: none;
}
@media (max-width: 767px){
	.popup-text-before {
		width: 10px;
		height: 11px;
		position: absolute;
		background: url(/wp-content/uploads/2025/03/close-iconn.svg);
		display: block;
		background-repeat: no-repeat;
		background-size: cover;
		right: 10px;
		top: 23px;
	}
	.custom-upload-title.desktop{
		display: none;
	}
	.custom-upload-title.mobile{
		display: block;
	}
	.popup-text{
		padding: 23px 30px;
		transform: translate(31%, 75%);
	}
}
.wpcf7 .custom-upload-dotted input[type="file"] {
	cursor: pointer;
	margin: 0;
	left: 37%;
	position: relative;
	padding-top: 15px;
	z-index: -1;
}
.pitch-popup-form {
	display: none;
}
.pitch-popup-form ::placeholder{
	color: #BEBEBE;
}
.animation-section{
	width: 100%;
	align-items: center;
	text-align: center;
	margin: auto;
}
.main_load_box{
	position: relative;
	display: flex;
	align-items:center;
}
.main_load_box p{
	font-family: "Inter", Sans-serif;
	font-size: 46px;
	font-weight: 700;
	line-height: 1.3;
}
.load_box_fulll {
	width: 15px;
	aspect-ratio: 1;
	border-radius: 50%;
	animation: l5 1s infinite linear alternate;
	margin-left:30px;
	transform: translatey(10px) scale(0.7);
	/* 	position: absolute; */
	/* 	top: 0px;
	--progress: 100%;
	clip-path: polygon(0 var(--progress), 100% var(--progress), 100% 100%, 0 100%); */
}

@keyframes l5 {
	0%  {box-shadow: 20px 0 #000, -20px 0 #0002;background: #000 }
	33% {box-shadow: 20px 0 #000, -20px 0 #0002;background: #0002}
	66% {box-shadow: 20px 0 #0002,-20px 0 #000; background: #0002}
	100%{box-shadow: 20px 0 #0002,-20px 0 #000; background: #000 }
}

.animation-section, .deck-container, #thank-you{
	display: none;
}
.animation-heading{
	position: absolute;
	bottom: -30px;
	width: 40%;
}
.animation-heading .elementor-heading-title {
	position: absolute;
	top: 0;
	opacity: 0;
	transform: translateY(20px);
	text-align: center
}

.deck-container p {
	font-size: 16px;
	font-weight: 400;
	line-height: 1.4;
}

.deck-container .deck_title{
	font-size: 26px;
	font-weight: 500;
	line-height: 1.2;
}
.progress_title {
	font-size: 22px;
	line-height: 1.4;
	font-weight: 600;
}
.deck_progress_data{
	display: flex;
	justify-content: space-between;
	width: 100%;
}
.deck_progress_data p{
	width: 60%
}
.progress_container{
	width: fit-content;
}

.progress_title span {
	display: none; /* hide all initially */
}

.progress_box {
	width: 196px;
	height: 55px;
	padding: 0px;
	border-radius: 55px;
	background: #fff;
	margin-bottom: 25px;
	border: 1px solid #00E5EF;
	overflow: hidden;
}

.progress_module {
	width: var(--box);
	height: 100%;
	background: linear-gradient(to right, #99FF66, #00E5EF);
	border-radius: 55px;
	--box: 10%;
	transition: clip-path 0.5s ease;
	/* margin-bottom: 40px; */
}
.deck_pointer h4{
	font-size: 22px;
	font-weight: 600;
	line-height: 1.4;
	padding-bottom: 10px;
}
.deck_pointer li {
	font-size: 16px;
	font-weight: 400;
	line-height: 1.4;
	padding-bottom: 10px;
}
.deck_pointer {
	display: flex;
}
.deck_pointer_left{
	padding-right: 40px;
	border-right: 1px solid #DEDEDE;
}
.deck_pointer_left li:before{
	content: url('/wp-content/uploads/2025/07/check-1.svg');
	position: absolute;
	left: 0;
}
.deck_pointer_right li:before{
	content: url('/wp-content/uploads/2025/07/Union-46-1.svg');
	position: absolute;
	left: 0;
}
.deck_pointer  ul {
	padding-left: 20px;
	list-style: none;
}
.deck_pointer_right{
	margin-left: 40px;
	position: relative;
}
body.activepopup{
	height: 100vh;
	overflow: hidden;
}
.deck-container p.deck_let_break_title{
	font-size: 22px;
	font-weight: 600;
	line-height: 1.4;
}
.deck-container p.deck_let_break_points div{
	padding-bottom: 20px;
}
.deck-container .deck_let_break p:not(:last-child){
	padding-bottom: 30px
}
hr {
	background-color: #DEDEDE !important;
	height: 1px !important;
	margin: 50px 0 !important;
	border: none;
}
@media(max-width: 1200px){
	.popup_robo{

	}
	.headerSec{
		overflow: visible;
	}
}
@media(max-width: 1023px){
	.deck_progress_data{
		flex-direction: column;
		gap: 40px;
	}
	.deck_progress_data p{
		width: 100%;
	}
	.progress_container {
		width: 100%;
	}
	.deck_pointer{
		flex-direction: column;
	}
	.deck_pointer_left {
		padding-right: 0;
		border-right: none;
		padding-bottom: 20px;
		border-bottom: 1px solid #DEDEDE;
	}
	.deck_pointer_right {
		margin-left: 0;
		padding-top: 20px;
	}
	hr {
		margin: 30px 0 !important;
	}
	.headerSec{
		overflow: visible;
	}
	.pitch-flex p{
		flex-direction: column;
	}
	.pitch-flex br{
		display: none;
	}
	.pitch-popup label{
		width: 100%;
	}
	.wpcf7 .custom-upload-dotted input[type="file"]{
		left: 60px;
	}
}
@media(max-width: 767px){
	span.wpcf7-list-item.first.last{
		display: inline;
	}
	.pitch-popup br{
		display: none;
	}
	.pitch-popup{
		width: 90%;
	}
	.wpcf7 .custom-upload-dotted input[type="file"] {
		left: 0;
	}
	.animation-heading{
		width: 70%;
	}
}


.page-break {
	page-break-before: always;  /* Start content on a new PDF page */
	margin-top: 40px;           /* Add top spacing */
}

/* Avoid breaking inside elements like tables, images, etc. */
.avoid-break {
	page-break-inside: avoid;
}

/* Optional: Add bottom padding so content doesn't stick to page edges */
.pdf-section {
	padding-top: 40px;
	padding-bottom: 40px;
}

/* Ensure html2canvas respects these */
@media print {
	.page-break {
		display: block;
		page-break-before: always;
	}
}

.read-btn .elementor-button, .close-btn .elementor-button{
	background-image:none;
}
.adv-img{
	left: 50%;
	transform: translateX(-50%);
	width: max-content;
}
.read-btn svg{
	height: 13px !important;
	width: 13px;
}

.moretext {
	display: none;
}