/* 
Theme Name: Hello Elementor Child
Theme URI: https://github.com/elementor/hello-theme-child/
Description: Hello Elementor Child is a child theme of Hello Elementor, created by Elementor team
Author: Elementor Team
Author URI: https://elementor.com/
Template: hello-elementor
Version: 2.0.0
Text Domain: we-are-lupa
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, editor-style, featured-images, rtl-language-support, threaded-comments, translation-ready
*/

/* Add your custom styles here */

.billing-toggle {
	position: relative;
	display: inline-flex;
	align-items: center;
	width: 170px;
	height: 30px;
	padding: 0;
	border: 1px solid #ff8a00;
	border-radius: 999px;
	background: #063f4a;
	overflow: hidden;
}
.billing-toggle input {
	display: none;
}
.billing-toggle label {
	color: #fff;
	transition: color 0.35s ease;
}
#monthly:checked ~ label[for="monthly"],
#annual:checked ~ label[for="annual"] {
	color: #003c4f;
}
.billing-toggle label {
	position: relative;
	z-index: 2;
	width: 50%;
	text-align: center;
	cursor: pointer;
	font-size: 14px;
	font-weight: 400;
	line-height: 30px;
	color: #fff;
	transition: color 0.25s ease;
}
.billing-toggle .slider {
	position: absolute;
	z-index: 1;
	top: 0;
	left: 0;
	width: 50%;
	height: 100%;
	background: #ff8a00;
	border-radius: 999px;
	transition: transform 0.35s ease;
}
#annual:checked ~ .slider {
	transform: translateX(100%);
}
.pricing-card .price-wrap {
	display: flex;
	align-items: flex-end;
	gap: 8px;
	margin-bottom: 30px;
}
.pricing-card .price {
	font-size: 39px;
	font-weight: 400;
	line-height: 1;
	color: #fff;
	transition: opacity 0.25s ease;
}
.pricing-card .period {
	font-size: 16px;
	font-weight: 400;
	text-transform: uppercase;
	line-height: 1.2;
	color: #fff;
	margin-bottom: 8px;
	transition: opacity 0.25s ease;
}
@media (min-width: 1024px) {
	.desktop-hidden {
		display: none !important;
	}
}
.agencyTable table {
	width: 100%;
	border-collapse: collapse;
	font-size: 18px;
	max-width: 900px;
	margin: auto;
}
.agencyTable table th,
.agencyTable table td {
	padding: 12px 15px;
	border: unset;
	text-align: left;
}
.agencyTable table th {
	border-top: unset !important;
	color: #003c4f;
	font-size: 22px;
	font-weight: 400;
}
.agencyTable table th:first-of-type {
	background-color: #fc7e1e;
	color: #003c4f;
	border-top-left-radius: 10px;
	border-top-right-radius: 10px;
}
.agencyTable table tr:last-of-type td {
	border-bottom-left-radius: 10px;
}
.agencyTable table tr:last-of-type td:first-of-type {
	border: unset;
	border-bottom: unset !important;
}
.agencyTable table tr td:first-of-type {
	border-left: 1px solid #fc7e1e;
	border-right: 1px solid #fc7e1e;
	background-color: #fff5ee;
}
.agencyTable table tr td {
	border-top: 1px solid #cccbc9;
}
.agencyTable table tr td:last-of-type {
	border-left: 1px solid #fff;
	border-right: 1px solid #fff;
	background-color: #fff;
}
.agencyTable table tr:last-of-type td:first-of-type {
	border-bottom: 1px solid #fc7e1e;
}
.agencyTable table tr:nth-child(even) {
	background-color: #f9f9f9;
}
.agencyTable table tr:last-of-type td:first-of-type {
	padding: 0;
}
.agencyTable table a {
	width: 100%;
	background-color: #f97e2c;
	padding: 10px 20px;
	border-radius: 0;
	display: block;
	text-decoration: none;
	transition: all 0.3s ease-in-out;
	border-bottom-left-radius: 10px;
	border-bottom-right-radius: 10px;
}
.agencyTable table a:hover {
	background-color: #003c4f;
	color: #f97e2c;
}
.agencyTable table svg {
	max-width: 30px;
	max-height: 30px;
	margin-bottom: -10px;
	position: relative;
	top: 0;
}
.gform_heading {
	display: none;
}
.gform_fields {
	grid-row-gap: 5px !important;
}
.gform_body .gfield_label {
	margin-bottom: 0;
}
.gform_body .gform-field-label__text {
	font-family: "Gabarito", Sans-serif;
	font-size: 14px;
	font-weight: 400;
	line-height: 24px;
	color: #97bac9;
}
.ginput_container.ginput_container_consent {
	margin-top: 20px;
}
.gform_button.button {
	font-family: "Gabarito", Sans-serif;
	font-size: 16px !important;
	font-weight: 500;
	line-height: 18px !important;
	border-radius: 3px 3px 3px 3px !important;
	padding: 11px 25px !important;
	background-color: #fc7e1e !important;
	color: #063c4e;
}
.gform_button.button:hover {
	color: #fff;
}
.ginput_container input:focus,
.ginput_container select:focus,
.ginput_container textarea:focus{
	--gf-local-border-color: #fc7e1e !important;
	--gf-local-color: var(--gf-ctrl-color-focus) !important;
	--gf-local-outline-color: #fc7e1ea6 !important;
}

.ginput_container_consent a {
	color: #fc7e1e;
	text-decoration: underline;
}

.cky-notice-group button {
	line-height: unset !important;
}

.gform_required_legend {
	display: none;
}
