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

html,
body {
	overflow-x: hidden;
}

.gform_wrapper.gform-theme--foundation .gform_fields {
	gap: 24px;
}

.gform_wrapper.gform-theme--framework .gform-field-label>.gfield_required:where(:not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)),
.gform_wrapper.gform-theme--framework.gform_editor legend.gform-field-label>span>.gfield_required:where(:not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)) {
	color: #D42811;
}

.gform_wrapper.gform-theme--framework .gfield_list_group_item::before:where(:not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)),
.gform_wrapper.gform-theme--framework .gform-field-label:where(:not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)) {
	font-size: 20px;
    font-weight: 600;
    line-height: 1;
}

.elementor-kit-88 .gfield_radio .gchoice input:not([type="button"]):not([type="submit"]) {
	padding: 4px;
	border-radius: 50px;
}

.elementor-kit-88 .gfield_radio .gchoice input:not([type="button"]):not([type="submit"]):before {
    block-size: 10px;
	inline-size: 10px;
	background-color: #d42811;
}

.elementor-kit-88 .gfield_radio .gchoice label {
	font-weight: 400;
}

.gform-theme--foundation .gfield input.large,
.gform-theme--foundation .gfield textarea {
    font-size: 18px;
	padding: 12px 20px;
	height: auto;
	border-radius: 8px;
}

.gform-theme--foundation .gfield textarea {
	height: 192px;
}

#gform_submit_button_1 {
	background-color: #D42811;
	border-radius: 8px;
	font-family: "scale-variable", Sans-serif;
	font-size: 20px;
	font-weight: 700;
	padding: 14px 40px;
	width: 100%;
}

#gform_submit_button_1:hover {
	background-color: #151313;
}

.screenshot-scroller {
	height: 500px;
	overflow: hidden;
	position: relative;
	cursor: pointer;
}

.screenshot-scroller img {
	transform: translateY(0);
	will-change: transform;
}

@media (max-width: 767px) {
	.screenshot-scroller {
		height: 300px;
	}
}