/*
Theme Name: Hello Child Theme
Theme URI:  https://elementor.com/products/hello-theme/?utm_source=google&#038;utm_medium=cpc&#038;utm_campaign=21414988466&#038;utm_term=&#038;lang=&#038;gad_source=1&#038;gclid=CjwKCAiAhP67BhAVEiwA2E_9g6NVVMecMS5fJHHDw2VtM7i9JgHnwUq6USXl1yfArF9reWpoHwpIqBoC0GEQAvD_BwE
Author:     Elementor
Author URI: https://www.elementor.com
Template:   hello-elementor
Version:    1.0
License:    GNU General Public License v2 or later
*/

body, html {
	max-width: 1900px;
	margin: 0 auto !important;
}

.elementor-50 .elementor-element.elementor-element-4a652ec {
	margin: 0 auto !important;
}

/* Top header — constrain and center content */
.top-header .e-con-full.e-flex {
	width: auto !important;
}

.elementor-50 .elementor-element.elementor-element-6bc0343:before {
	position:absolute;
	content: "";
	height: 100%;
	width: 20px;
	left: -20px;
	background-color: #ffffff;
}

.elementor-50 .elementor-element.elementor-element-6bc0343:after {
	position:absolute;
	content: "";
	height: 100%;
	width: 20px;
	right: -20px;
	background-color: #ffffff;
}


/* Policy type checkboxes — inline group ------------------------------ */
.quoteform .elementor-field-subgroup.elementor-subgroup-inline {
    display: flex !important;
    flex-wrap: wrap !important;
    gap: 12px 24px !important;
    padding: 16px 0 !important;
}
.quoteform .elementor-field-subgroup.elementor-subgroup-inline .elementor-field-option {
    display: flex !important;
    align-items: center;
    gap: 8px;
}
.quoteform .elementor-field-subgroup.elementor-subgroup-inline .elementor-field-option input[type="checkbox"] {
    margin: 0;
    flex-shrink: 0;
    width: 18px !important;
    height: 18px !important;
}
.quoteform .elementor-field-subgroup.elementor-subgroup-inline .elementor-field-option label {
    font-size: 16px !important;
    line-height: 1 !important;
}

/* Disclaimer checkbox — block group */
.quoteform .elementor-field-subgroup:not(.elementor-subgroup-inline) {
    display: block !important;
    padding: 0 !important;
}
.quoteform .elementor-field-subgroup:not(.elementor-subgroup-inline) .elementor-field-option {
    display: flex !important;
    align-items: flex-start;
    gap: 10px;
}
.quoteform .elementor-field-subgroup:not(.elementor-subgroup-inline) .elementor-field-option input[type="checkbox"] {
    margin-top: 3px;
	margin-bottom: 6px;
    flex-shrink: 0;
    width: auto !important;
    height: auto !important;
}
.quoteform .elementor-field-subgroup:not(.elementor-subgroup-inline) .elementor-field-option label {
    font-size: 13px !important;
    line-height: 1.25 !important;
    color: #333333 !important;
}


/* Customize Quote Button ------------------------------ */
.quote-button a {
    background-color: var(--e-global-color-primary);
    font-family: "Roboto", Sans-serif;
    font-size: 21px;
    font-weight: 700;
    fill: var(--e-global-color-97be5a0);
    color: var(--e-global-color-97be5a0);
    box-shadow: 5px 5px 10px 0px rgba(0, 0, 0, 0.3);
    border-radius: 0px 0px 0px 0px;
    outline: 1px solid rgba(255,255,255, 0.8) !important;
    outline-offset: -4px !important;

    /* Required for pseudo-element containment */
    position: relative;
    overflow: hidden;
    z-index: 0;

    /* Smooth the text/shadow/outline transitions */
    transition: color 0.35s ease,
                fill 0.35s ease,
                box-shadow 0.35s ease,
                outline 0.35s ease;
}

/* The sliding fill layer */
.quote-button a::before {
    content: '';
    position: absolute;
    inset: 0;
    background-color: var(--e-global-color-accent);
    transform: translateX(-100%);
    transition: all 0.35s ease;
    z-index: -1;
	opacity: 0;
}

.quote-button a:hover::before {
    transform: translateX(0);
	opacity: 1;
}

.quote-button a:hover {
    fill: var(--e-global-color-primary) !important;
    color: var(--e-global-color-primary) !important;
    box-shadow: 2px 2px 5px 0px rgba(0, 0, 0, 0.6) !important;
    outline: 1px solid var(--e-global-color-secondary) !important;
}

/* Quote Button — form submit variant */
.quoteform button.elementor-button {
    background-color: var(--e-global-color-primary);
    font-family: "Roboto", Sans-serif;
    font-size: 21px;
    font-weight: 700;
    fill: var(--e-global-color-97be5a0);
    color: var(--e-global-color-97be5a0);
    box-shadow: 5px 5px 10px 0px rgba(0, 0, 0, 0.3);
    border-radius: 0px;
    outline: 1px solid rgba(255,255,255, 0.8) !important;
    outline-offset: -4px !important;
    position: relative;
    overflow: hidden;
    z-index: 0;
    transition: color 0.35s ease,
                fill 0.35s ease,
                box-shadow 0.35s ease,
                outline 0.35s ease;
}

.quoteform button.elementor-button::before {
    content: '';
    position: absolute;
    inset: 0;
    background-color: var(--e-global-color-accent);
    transform: translateX(-100%);
    transition: transform 0.35s ease, opacity 0.35s ease;
    z-index: -1;
    opacity: 0;
}

.quoteform button.elementor-button:hover::before {
    transform: translateX(0);
    opacity: 1;
}

.quoteform button.elementor-button:hover {
    fill: var(--e-global-color-primary) !important;
    color: var(--e-global-color-primary) !important;
    box-shadow: 2px 2px 5px 0px rgba(0, 0, 0, 0.6) !important;
    outline: 1px solid var(--e-global-color-secondary) !important;
}

/* ─── Checkbox consent field — align checkbox with text ─────────────────── */
.elementor-field-subgroup .elementor-field-option {
    display: flex;
    align-items: flex-start;
    gap: 10px;
}

.elementor-field-subgroup .elementor-field-option input[type="checkbox"] {
    flex-shrink: 0;
    margin-top: 3px;
}

.elementor-field-subgroup .elementor-field-option label {
    font-size: 12px;
    line-height: 1.5;
    cursor: pointer;
}

.quote-success-wrap,
.elementor .quote-success-wrap {
    display: none !important;
}



/* Max 1023px + (mediaqueries)
===================================================================== */
@media only screen and (max-width: 1023px) {
	
	.quote-button a {
		font-size: 18px;
	}

    /* Quote Button — form submit variant */
	.quoteform button.elementor-button {
		font-size: 18px;
	}

}

/* CLOSED 1023px + (mediaqueries) ================================= */


