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

.wpcf7-form .wpcf7-submit {
    background-color: #00CBA3;
    font-size: 18px;
    font-weight: 500;
    border-radius: 20px;
    color: #fff;
    line-height: 1;
    padding: 10px 30px;
    text-align: center;
    transition: all .3s;
    border: 1px solid #00CBA3;
}
.wpcf7-form .wpcf7-submit:hover {
    background-color: transparent;
    color: #00CBA3;
}
.wpcf7-form:not(.submitting) .wpcf7-spinner {
    display: none;
}
.wpcf7-form .wpcf7-not-valid-tip {
    color: #dc3232;
    font-size: 0.9em;
    text-align: left;
    display: block;
	line-height: 1.2;
}
.consent p {
	font-size: 13px;
	line-height: normal;
	margin-top: 10px;
}
.consent .wpcf7-form-control-wrap {
    padding-right: 5px;
    vertical-align: middle;
}
.consent .wpcf7-acceptance,
.consent .wpcf7-acceptance .wpcf7-list-item {
	padding: 0;
	margin: 0;
}
/* FLOATING CTA WIDGET CSS */
.floating-contact-widget {
	position: fixed;
	bottom: 20px;
	right: 20px;
	display: flex;
	flex-direction: column;
	gap: 10px;
	z-index: 9999;
}
.contact-btn {
	display: flex;
	justify-content: center;
	align-items: center;
	background: #01653D;
	width: 55px;
	height: 55px;
	border-radius: 50%;
	box-shadow: 0 4px 8px rgba(0,0,0,0.3);
	transition: transform 0.2s ease;
}
.contact-btn:hover {
	transform: scale(1.1);
}
.contact-btn i {
	color: #fff;
	font-size: 30px;
}
.contact-btn.phone i {
	font-size: 22px;
}
/* END OF FLOATING CTA WIDGET CSS */
@media (max-width: 767px) {
	.floating-contact-widget {
		bottom: 100px;
	}
	.contact-btn.phone {
		display: none;
	}
}