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


.fluent_form_13 h3 {
	font-size: 20px;
    margin-bottom: 6px;
	font-family: var(--serif);
    font-weight: 400;
    color: var(--navy);
    line-height: 1.2;
}

.fluent_form_13 .sub {
	font-size: 13px;
    color: #7a7f86;
}

.custom-form-btn {
	width: 100%;
    justify-content: center;
    margin-top: 16px;
	background: var(--accent);
    color: #fff;
	display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 13px 26px;
    border-radius: 4px;
    font-size: 14px;
    font-weight: 600;
    letter-spacing: .3px;
    cursor: pointer;
    transition: .2s;
    border: 1.5px solid transparent;
}

.custom-form-btn:hover{
	line-height:1.6!important;
}