/* 
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: 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, editor-style, featured-images, rtl-language-support, threaded-comments, translation-ready
*/

/* Add your custom styles here */
.header .e-con-inner{
	transition: all .3s ease-in-out;
}

.header.elementor-sticky--effects .e-con-inner{
	padding-top: 10px !important;
	padding-bottom: 10px !important;
}

.ph{
	padding-left: 40px !important;
	padding-right: 40px !important;
}



.cta-1{
	position: relative !important;
	z-index: 2 !important;
	overflow: visible !important;
}

.cta-1:before, .cta-1:after{
	position: absolute;
	content: "";
	width: 100px;
	height: 100px;
	border: 2px solid #232323;
	z-index: -1;
}

.cta-1:before{
	left: -10px;
	top: calc(100% - 90px);
	
}

.cta-1:after{
	right: -10px;
	top: -10px;
}

.why-box{
	position: relative !important;
	z-index: 2 !important;
	overflow: visible !important;
}

.why-box:before, .why-box:after{
	position: absolute;
	content: "";
	width: 100%;
	height: 2px;
	background: #232323;
	z-index: -1;
	left: 0; 
	border: none !important;
}

.why-box:before{
	top: -10px;
	
}

.why-box:after{
	bottom: -10px;
}

.why-box:hover .elementor-icon svg, .why-box:hover h3,.why-box:hover p{
	color: #FFFFFF !important;
	fill: #FFFFFF !important;
}

.why-box:before, .why-box:after{
	position: absolute;
	content: "";
	width: 100%;
	height: 2px;
	background: #232323;
	z-index: -1;
	left: 0; 
	border: none !important;
}

.why-box:before{
	top: -10px;
	
}

.tesminonial-box{
	position: relative !important;
	z-index: 2 !important;
	overflow: visible !important;
}

.tesminonial-box:after{
	position: absolute;
	content: "";
	width: 100px;
	height: 100px;
	background: transparent;
	border: 2px solid #FFFFFF;
	z-index: -1;
	left: 50%;
	top: calc(100% - 90px); 
	transform: translatex(-50%);
}

.prices{
  margin-top: 40px;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 20px;
}

.price{
    border: 2px solid #232323;
    grid-column: span 1;
    text-align: center;
}

.price-title{
	font-size: 24px;
	font-weight: 500;
	padding: 10px;
	background: #232323;
	color: #FFFFFF;
	font-family: "Ubuntu", sans-serif;
}

.price-value{
	font-size: 35px;
	font-weight: 500;
	padding: 20px 20px 0px 20px;
	background: white;
	color: $black;
	font-family: "Ubuntu", sans-serif;
}

.price-text{
	font-size: 16px;
	line-height: 16px;
	font-weight: 400;
	padding: 5px 20px 20px 20px;
	background: #FFFFFF;
	color: #232323;
	font-family: "Roboto", sans-serif;
}
.price-feature-title{
	font-size: 18px;
	font-weight: 600;
	padding: 10px;
	text-transform: uppercase;
	background: #f1f1f1;
	color: #232323;
	border-top: 2px solid #232323;
	border-bottom: 2px solid #232323;
}
.price-feature{
	display: flex;
	justify-content: center;
	padding: 10px;
	background: white;
}

.price-feature.b{
	border-bottom: 2px solid #232323;
}
.price-feature .icon{
	width: 20px;
	height: 20px;
	margin-right: 10px;
	position: relative;
	display: flex;
	justify-content: center;
	align-items: center;
}

.price-feature .feature-text{
	font-size: 16px;
	line-height: 16px;
	font-weight: 400;
	color: $black;
}

.price-feature .icon.checkmark::before{
	content: "✓";
	font-size: 24px;
	color: darkgreen;
}
.price-feature .icon.cross::before{
	content: "✗";
	font-size: 24px;
	color: darkred;
}

.contact-form label{
	display: block;
	width: 100%;
}
.contact-form p{
	margin-bottom: 24px;
}

.contact-form b{
	padding: 0 20px 0 20px;
	display: block;
	margin-bottom: -30px;
}

.contact-form .wpcf7-not-valid-tip{
	color: var(--e-global-color-secondary);
	display: block;
	margin-top: 5px;
}

.contact-form input:not([type=submit]), .contact-form textarea{
	outline: 0;
	border: none;
	border-bottom: 2px solid #232323;
	border-left: 2px solid #232323;
	border-right: 2px solid #232323;
	background: transparent;
	border-radius: 0 !important;
	padding: 15px 20px 10px 20px;
	max-height: 200px;
}

.contact-form p:has([type=submit]){
	text-align: center;
	position: relative;
}

.contact-form .wpcf7-spinner{
	position: absolute;
	top: 50%;
	transform: translatey(-50%);
}

.wpcf7-response-output{
	border: none !important;
	padding: 0 !important;
	text-align: center;
	font-weight: 500;
}

.wpcf7 form.invalid .wpcf7-response-output, .wpcf7 form.unaccepted .wpcf7-response-output, .wpcf7 form.payment-required .wpcf7-response-output{
	color: var(--e-global-color-secondary);
}

.wpcf7 form.sent .wpcf7-response-output{
	color: darkgreen;
}

.contact-form [type=submit]{
	background-color: var(--e-global-color-primary);
    font-family: "Ubuntu", Sans-serif;
    font-size: 16px;
    font-weight: 500;
    letter-spacing: 1px;
    fill: var(--e-global-color-text);
    color: var(--e-global-color-text);
    transition-duration: 0s;
    border-style: solid;
    border-width: 2px 2px 2px 2px;
    border-color: var(--e-global-color-primary);
    border-radius: 0px 0px 0px 0px;
    padding: 15px 20px 15px 20px;
}

.contact-form [type=submit]:hover{
	background-color: var(--e-global-color-secondary);
    color: var(--e-global-color-primary);
    border-color: var(--e-global-color-primary);
}

/* RESPONSIVE */
@media (max-width: 1024px){
	.ph{
		padding-left: 30px !important;
		padding-right: 30px !important;
	}
}

@media (max-width: 767px){
	.hidden-phone{
		display: none !important;
	}
	
	.ph{
		padding-left: 10px !important;
		padding-right: 10px !important;
	}

	.prices{
	  grid-template-columns: 1fr;
	}
}