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

/* Global */

a {
	color: #008ce5;
}
.elementor .e-00ff133 {
	position: relative;
    background: linear-gradient(160deg, #F0F9FF 0%, #FFFFFF 50%, #E0F7F4 100%);
    overflow: hidden;
}

/* Navigation */

.elementor-16 .elementor-element.elementor-element-f9f5491 .elementor-nav-menu--dropdown {
    width: 200px !important;
}

/* Forms */

.forminator-ui .forminator-label {
    font-family: 'Figtree' !important;
    font-size: 13px !important;
    font-weight: 500 !important;
	color: #4a6375 !important;
	margin: 0 0 8px 2px !important;
}
.forminator-ui .forminator-input {
	font-family: 'Figtree' !important;
	font-size: 15px !important;
	color: #0f2b46 !important;
	border: 1px solid #dbe0e3 !important;
	padding: 10px 15px !important;
	border-radius: 7px !important;
}
.forminator-iti-input.iti .iti__selected-country-primary {
    padding: 0 13px !important;
}
.forminator-ui .forminator-select2 + .forminator-select .selection .select2-selection--single[role="combobox"] {
	font-family: 'Figtree' !important;
	font-size: 15px !important;
	color: #0f2b46 !important;
	border: 1px solid #dbe0e3 !important;
	padding: 3px 15px !important;
	border-radius: 7px !important;
}
.forminator-ui .forminator-select2 + .forminator-select .selection .select2-selection--single[role="combobox"]:hover, .forminator-ui .forminator-select2 + .forminator-select .selection .select2-selection--single[role="combobox"]:focus {
	background-color: #fff !important;
}
.forminator-ui select.forminator-select2+.forminator-select .selection span[role=combobox].select2-selection--multiple .select2-selection__rendered, .forminator-ui.forminator-custom-form[data-design=basic] select.forminator-select2+.forminator-select .selection span[role=combobox].select2-selection--single .select2-selection__rendered {
    padding: 8px 5px 8px 0px !important;
}
.forminator-ui select.forminator-select2+.forminator-select .selection span[role=combobox].select2-selection--single .select2-selection__arrow {
    width: 16px !important;
}
.forminator-button.forminator-button-submit {
    font-family: 'Figtree' !important;
    font-weight: 500 !important;
    font-size: 17px !important;
    background-color: #e55900 !important;
    color: #fff7f2 !important;
    border: 0 !important;
    border-radius: 7px !important;
    box-shadow: 0 6px 24px rgba(255, 107, 53, 0.4) !important;
    width: 100% !important;
    padding: 14px 20px !important;
	margin-top: 10px !important;
}
.forminator-button.forminator-button-submit::after {
    content: "\f061";
    font-family: "FontAwesome";
	font-weight: 700;
    margin-left: 8px;
    transition: transform 0.2s ease;
    display: inline-block;
}
.forminator-button.forminator-button-submit:hover::after {
    transform: translateX(4px);
}
.forminator-button.forminator-button-submit:hover {
	background-color: #c25008 !important;
}
.forminator-ui#forminator-module-409.forminator-design--basic .forminator-error-message {
    background-color: #F9E4E8 !important;
    color: #f50000 !important;
    font-size: 11px !important;
    font-weight: 600 !important;
    text-transform: uppercase !important;
    padding: 4px 10px !important;
    border-radius: 5px !important;
}

/* Testimonials */

.elementor-13 .elementor-element.elementor-element-94c4b59 .elementor-testimonial__header {
	display: flex !important;
    padding-bottom: 16px !important;
	border-bottom: 1px solid #E2EDF5 !important;
}
.elementor-widget-reviews .elementor-testimonial__icon.elementor-icon {
    align-content: center !important;
}
.elementor-13 .elementor-element.elementor-element-94c4b59 .elementor-testimonial__content {
    padding-top: 22px !important;
}