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

.color_light {
	color: #d43943;
}


.custom-contact-form,.custom-contact-form * {
	box-sizing: border-box;
	font-family: var(--e-global-typography-text-font-family),Sans-serif
}

.custom-contact-form p {
	margin: 0!important
}

.custom-contact-form .form-row {
	margin-bottom: 14px;
	width: 100%
}

.custom-contact-form .full-width {
	width: 100%
}

.custom-contact-form .half-width {
	width: calc(50% - 10px);
	display: inline-block;
	vertical-align: top
}

.custom-contact-form .half-width:nth-child(4) {
	margin-left: 14px
}

.custom-contact-form .wpcf7-form-control-wrap {
	display: block;
	width: 100%
}

.custom-contact-form input[type="text"],.custom-contact-form input[type="email"],.custom-contact-form input[type="tel"],.custom-contact-form input[type="password"],.custom-contact-form textarea {
	width: 100% !important;
	background: #ffffff !important;
	border: 1px solid #f3f3f3 !important;
	border-radius: 4px !important;
	box-shadow: none !important;
	outline: none !important;
	padding: 8px 14px !important;
	font-size: 16px !important;
	color: #666 !important;
	margin: 0 !important;
	line-height: 1 !important;
	font-family: var(--e-global-typography-text-font-family), Sans-serif;
}

.custom-contact-form textarea {
	height: 60px!important;
	resize: none!important;
}

.custom-contact-form input::placeholder,.custom-contact-form textarea::placeholder {
	color: #8b8b8b!important;
	opacity: 1;
}

.custom-contact-form .submit-row {
	margin-top: 6px;
}

.custom-contact-form .wpcf7-spinner {
	margin: 10px 0 0 10px;
	vertical-align: middle;
}

.custom-contact-form input[type="submit"] {
	display: none!important;
}

.custom-contact-form br {
	display: none!important;
}

.custom-submit-btn {
	display: flex;
	gap: 10px;
	align-items: center;
}

.information_section a {
	color: #707070;
}

.custom-submit-btn {
    background: linear-gradient(135deg, #ac8441 0%, #f1cf7b 100%);
    font-family: var(--e-global-typography-accent-font-family), sans-serif;
    font-size: var(--e-global-typography-accent-font-size);
    font-weight: var(--e-global-typography-accent-font-weight);
    text-transform: var(--e-global-typography-accent-text-transform);
    line-height: var(--e-global-typography-accent-line-height);
    color: #fff !important;
    padding: 12px 24px;
    border: none !important;
    transition: all 0.4s ease;
}

.custom-submit-btn:hover {
    background: linear-gradient(135deg, #f1cf7b 0%, #d8b15f 50%, #ac8441 100%);
}

.custome_style a {
	background: linear-gradient(135deg, #ac8441 0%, #f1cf7b 100%) !important;
}

.custome_style a:hover {
	background: linear-gradient(135deg, #f1cf7b 0%, #d8b15f 50%, #ac8441 100%) !important;
}

@media (max-width: 767px) {
	.custom-contact-form .half-width {
		width:100%;
		display: block;
	}

	.custom-contact-form .half-width:nth-child(4) {
		margin-left: 0;
	}

	.custom-contact-form input[type="text"],.custom-contact-form input[type="email"],.custom-contact-form input[type="tel"],.custom-contact-form textarea {
		padding: 10px 14px!important;
		font-size: 14px!important;
	}
}