/* 
Theme Name: Hello Elementor Child
Theme URI: https://elementor.com/hello-theme/?utm_source=wp-themes&utm_campaign=theme-uri&utm_medium=wp-dash
Description: A plain-vanilla & lightweight theme for Elementor page builder
Author: Elementor Team
Author URI: https://elementor.com/?utm_source=wp-themes&utm_campaign=author-uri&utm_medium=wp-dash
Template: hello-elementor
Version: 1.0.1
Text Domain: hello-elementor-child
License: GNU General Public License v3 or later.
License URI: https://www.gnu.org/licenses/gpl-3.0.html
Tags: flexible-header, custom-colors, custom-menu, custom-logo, featured-images, rtl-language-support, threaded-comments, translation-ready
*/

/* PDF Style  */

.hero-headline .elementor-heading-title {  overflow: hidden; }

/* Global Style Start */

p {
	margin-bottom: 0px !important;
}

/* Home Page Style Start */

.faq_acc details[open] {
	border-radius: 15px;
	border: 1px solid #1E1E1E;
	background: #111028;
	box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.04), 0 8px 16px 0 rgba(0, 0, 0, 0.08);
}

.faq_acc details[open] summary {
	border: 0px !important;
}

.faq_acc details[open] div[role="region"] {
	border: 0;
}

/* New Landing Page Style Start */

.how_it_works_tabs .e-n-tabs-heading {
	border-radius: 10px;
	border: 1px solid #888;
	padding: 8px;
	width: max-content;
	margin: 0 auto;
}

.how_it_works_tabs .e-n-tabs-content {
	position: relative;
}

.how_it_works_tabs .e-n-tabs-content::before {
	content: "";
	position: absolute;
	border: 1px solid #7B61FF;
	border-radius: 10px;
	width: 210px;
	height: 280px;
	top: 60px;
	left: -140px;
	border-right: 0;
}

.how_it_works_tabs .e-n-tabs-content::after {
	content: "";
	position: absolute;
	border: 1px solid #7B61FF;
	border-radius: 10px;
	width: 210px;
	height: 280px;
	top: unset;
	right: -140px;
	border-left: 0;
	bottom: 190px;
	z-index: 0;
}

.how_it_works_tabs .e-n-tabs-content div[role="tabpanel"] {
	z-index: 1
}

/* Popup 1 Style Start */

.pop_form .first_step {
	display: flex;
	flex-direction: column;
	gap: 16px;
}

.pop_form input[type="text"], .pop_form input[type="email"], .pop_form select {
	border-radius: 10px;
	border: 1px solid #1E1E1E;
	background: #111028;
	padding: 12px 17px;
	color: #888;
	font-family: Inter;
	font-size: 16px;
	font-style: normal;
	font-weight: 400;
	line-height: 150%; /* 24px */
	letter-spacing: -0.32px;
}

.pop_form p.label {
	color: #FFF;
	font-family: Montserrat;
	font-size: 14px;
	font-style: normal;
	font-weight: 700;
	line-height: 150%; /* 21px */
	letter-spacing: -0.28px;
	margin-bottom: 8px !important;
}

.pop_form button.next, .pop_form .btn input[type="submit"] {
	width: 100%;
	border-radius: 10px;
	background: #7B61FF;
	box-shadow: 0 6px 34px 0 rgba(123, 97, 255, 0.44), 0 -1px 4px 0 rgba(123, 97, 255, 0.25);
	color: #FFF;
	text-align: center;
	font-family: Montserrat;
	font-size: 14px;
	font-style: normal;
	font-weight: 700;
	line-height: 150%; /* 21px */
	letter-spacing: 0.56px;
	text-transform: uppercase;
	padding: 13px;
	border: 0px;
}

.pop_form textarea {
	border-radius: 10px;
	border: 1px solid #1E1E1E;
	background: #111028;
	height: 120px;
	resize: none;
	color: #888;
	font-family: Inter;
	font-size: 16px;
	font-style: normal;
	font-weight: 400;
	line-height: 150%; /* 24px */
	letter-spacing: -0.32px;
}

.pop_form .next_step {
	display: flex;
	flex-direction: column;
	gap: 16px;
}

.pop_form .next_step span.wpcf7-checkbox {
	display: grid;
	counter-reset: abc;
	grid-template-columns: 1fr 1fr;
	gap: 8px 20px;

}

.pop_form .next_step span.wpcf7-checkbox span.wpcf7-list-item {
	margin: 0;
}

.pop_form .next_step span.wpcf7-checkbox span.wpcf7-list-item span.wpcf7-list-item-label {
	color: #888;
	font-family: Inter;
	font-size: 16px;
	font-style: normal;
	font-weight: 400;
	line-height: 150%; /* 24px */
	letter-spacing: -0.32px;
}

.pop_form .next_step {
	display: none;
}

.pop_form input[type="text"]:focus, .pop_form input[type="email"]:focus, .pop_form textarea:focus {
	border-radius: 10px;
	border: 1px solid #7B61FF;
	background: #111028;
	outline: none !important;
}

.pop_form_2 .next_step span.wpcf7-checkbox {
	grid-template-columns: 1fr 1fr 1fr;
	counter-reset: abc;
	gap: 8px 20px;
}

.pop_form .next_step span.wpcf7-checkbox span.wpcf7-list-item span.wpcf7-list-item-label::before {
	counter-increment: abc;
	content: counter(abc, upper-alpha) ". ";
	color: #FFF;
	text-align: center;
	font-family: "IBM Plex Mono";
	font-size: 12px;
	font-style: normal;
	font-weight: 400;
	line-height: 150%; /* 18px */
	letter-spacing: -0.24px;
	border-radius: 3px;
	background: #888;
	display: inline-flex;
	padding: 1px 5px;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	gap: 10px;
	margin-right: 6px;
}

.pop_form .next_step span.wpcf7-checkbox input[type="checkbox"] {
	display: none;
}

.pop_form .next_step span.wpcf7-checkbox input[type="checkbox"]:checked + span.wpcf7-list-item-label::before  {
	background: #7B61FF;
}

.pop_form .next_step span.wpcf7-checkbox span.wpcf7-list-item {
	border-radius: 8px;
	border: 1px solid #1E1E1E;
	display: flex;
	padding: 4px 10px;
	align-items: center;
	gap: 6px;
	width: max-content;
}

.pop_form_2 .availablity span.wpcf7-checkbox {
	grid-template-columns: 1fr 1fr;
}

/* Responsivness Style Start */

@media screen and (max-width:1024px) {

}


@media screen and (max-width:820px) {

}

@media screen and (max-width:768px) {

}


@media screen and (max-width:600px) {
	.how_it_works_tabs .e-n-tabs-content::after, .how_it_works_tabs .e-n-tabs-content::before {
		display: none;
	}

	.pop_form .next_step span.wpcf7-checkbox, .pop_form_2 .next_step span.wpcf7-checkbox {
		grid-template-columns: 1fr;
	}
}

