/* 
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 */

.gum-widget-title .section-main-title .maintitle {
	display: none;
}

#why-us-list .elementor-icon, #tech-list .elementor-icon {
	color: white !important;
    background-color: var(--e-global-color-primary) !important;
}

.swiper-slide .e-con-inner .animated-fast {
	height: 100%;
}

.section-main-title span.prefix {
	text-transform: none;
}

.calculator {
	display: flex;
	flex-direction: column;
	gap: 40px;
}

.form-row {
	display: flex;
	flex-wrap: wrap;
	gap: 20px 100px;
}

.form-row.row-full {
	flex-wrap: nowrap;
}

.form-row.row-full .form-group {
	width: 100%;
}

.form-row:not(:first-child) {
	padding-top: 40px;
	border-top: 1px solid #ccc;
}

.form-left, .form-right {
	width: calc(50% - 50px);
	display: flex;
	flex-direction: column;
	gap: 20px;
}

.form-bottom {
	width: 100%;
	text-align: center;
}

.form-bottom td:first-child {
	text-align: left;
}

.radio-group {
	display: flex;
	flex-wrap: wrap;
	gap: 10px 12px;
	min-height: 81px;
}

.radio-option {
	display: flex;
	gap: 10px;
	align-items: center;
}

.radio-option input {
	opacity: 0;
	position: absolute;
	z-index: -1;
}

.radio-option label {
	font-size: 16px;
	font-weight: 400;
	display: flex;
    flex-direction: column;
    align-items: center;
	padding: 10px 20px;
	border-radius: 8px;
	border: 1px solid #ccc;
	cursor: pointer;
	transition: all .3s ease;
}

.radio-option input:checked + label {
	background-color: var(--e-global-color-primary);
	color: white;
}

.radio-option input:checked + label img {
	filter: brightness(0) invert(1); 
}

.form-group > label {
	margin-bottom: 10px;
}

.form-group > input {
	border-color: #ccc !important;
}

.form-group > select {
	border-radius: 8px;
    padding: 16px 26px 16px 26px;
	border-color: #ccc !important;
	-webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background-image: url('data:image/svg+xml;utf8,<svg fill="black" height="24" viewBox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg"><path d="M7 10l5 5 5-5z"/></svg>');
    background-repeat: no-repeat;
    background-position: right 20px center;
    background-size: 16px;
}

.calculator button {
	border-color: transparent !important;
}

.calculator button:hover {
	border-color: black !important;
}

.calculator button:focus {
	border-color: transparent !important;
	background-color: var(--e-global-color-primary);
}

.results h2 {
	color: black;
	margin-top: 40px;
}

#disclaimer {
	transition: min-height 0.3s ease;
}

#expand-disclaimer {
	cursor: pointer;
}

.car-icon img {
	height: 60px;
	width: auto;
}

.elementskit-testimonial-slider .swiper-wrapper {
    align-items: stretch;
}

.elementskit-testimonial-slider .swiper-slide {
    height: unset;
}

.elementskit-testimonial-slider .swiper-slide-inner {
    height: 100%;
}

.elementskit-single-testimonial-slider {
    height: 100%;
	display: flex !important;
	flex-direction: column;
}

.elementskit-testimonial-slider .elementskit-commentor-bio {
	margin-top: auto !important;
}

.cb_parent {
    position: relative;
}

.cb_info {
    width: 16px;
    height: 16px;
    background: url(img/info.svg) left center / contain no-repeat;
    display: inline-block;
    padding-right: 30px;
}

.cb_info_content {
    display: none;
    position: absolute;
    top: 0;
    left: 25px;
    transition: .5s ease;
    background: white;
    z-index: 99;
    border: 1px solid;
    border-radius: 10px;
    padding: 20px;
    width: 450px;
	text-align: left;
}

.cb_info:hover .cb_info_content, .cb_info_content:hover {
    display: block;
}

.cb_info_content ul {
	margin-bottom: 1.5em;
}

.post {
	margin-top: 50px;
}

.post img {
	border-radius: 20px;
}

#difference {
	font-size: 28px;
	font-weight: 500;
	color: var(--e-global-color-primary);
}

.results td {
	vertical-align: middle;
}

/*.results-wrapper {
	display: flex;
	gap: 20px 40px;
	width: 100%;
}*/

@media (min-width: 768px) {
	.cb_info {
		position: relative;
	}
	
	/*.results-wrapper table {
		width: 33%;
	}
	
	.chart-container {
		width: 67%;
	}*/
}

@media (max-width: 767px) {
	.gum-widget-title .section-main-title {
		font-size: 24px !important;
	}

	.elementor-icon-box-title span {
		word-wrap: break-word;
	}
	
	.calculator {
		gap: 20px;
	}
	
	.form-row {
		flex-direction: column;
	}
	
	.form-row:not(:first-child) {
		padding-top: 20px;
	}

	.form-left, .form-right {
		width: 100%;
	}
	
	.post {
		margin-top: 25px;
	}
	
	.radio-group {	
		min-height: unset;
	}
	
	.cb_info_content {
		top: 30px;
		left: 0;
		width: calc(100vw - 50px);
	}
	
	.entry-title {
		font-size: 30px !important;
	}
	
	h2.wp-block-heading {
		font-size: 20px !important;
	}
	
	#difference {
		font-size: 20px;
	}
	
	/*.results-wrapper {
		flex-direction: column;
	}*/
}

@media (min-width: 440px) {
	.cky-btn:last-child {
		margin-top: 10px;
	}
}