/*
Theme Name: Hello Elementor Child
Theme URI: https://github.com/elementor/hello-theme/
Description: Hello Elementor Child is a child theme of Hello Elementor, created by Flexiu team for TAM
Author: Flexiu
Author URI: https://flexiu.com/
Template: hello-elementor
Version: 1.0.1
Text Domain: hello-elementor-child
License: GNU General Public License v3 or later.
License URI: https://www.gnu.org/licenses/gpl-3.0.html
*/

@font-face {
	font-family: "Neue";
	src: url("assets/fonts/NeueRoman.woff2") format("woff2");
	font-weight: 400;
	font-style: normal;
}

@font-face {
	font-family: "Neue";
	src: url("assets/fonts/NeueMediu.woff2") format("woff2");
	font-weight: 600;
	font-style: normal;
}

body:not(.elementor-page) .page-header {
	text-align: center;
	padding-top: 3rem;
	padding-bottom: 5rem;
}

body:not(.elementor-page) .page-header > p {
	font-size: 18px;
	color: #4b4f55;
}

body:not(.elementor-page) .site-main {
	margin-top: 86px;
	padding-bottom: 6rem;
}

body:not(.elementor-page) .entry-title {
	font-family: "Neue", sans-serif;
	font-weight: 600;
	font-size: 40px;
}

@media (min-width: 768px) {
	body:not(.elementor-page) .entry-title {
		font-size: 72px;
	}
}

body:not(.elementor-page) .page-content {
	font-family: "Inter", sans-serif;
	max-width: 1000px;
	margin: 0 auto;
}

body:not(.elementor-page) .page-content {
	color: #3f3f46;
}

body:not(.elementor-page) .page-content .wp-block-heading {
	color: #09090b;
	font-weight: 400;
	letter-spacing: 0.07px;
}

body:not(.elementor-page) .page-content .wp-block-separator {
	border-color: #e4e4e7;
}

.leading-none {
	line-height: 0;
}

.mb-4 {
	margin-bottom: 1rem;
}

.elementor-button {
	transition: all 0.5s !important;
}

.elementor-icon-wrapper {
	line-height: 0 !important;
}

.e-n-tabs-heading {
	background: #f5f6f7;
	align-self: start;
	padding: 0.5rem;
	border-radius: 0.5rem;
}

.wpcf7 h2 {
	font-size: 40px;
	font-weight: 600;
	border-bottom: 1px solid #4b4f55;
	padding-bottom: 0.5rem;
	margin-bottom: 2rem;
}

.wpcf7 label {
	width: 100%;
	font-size: 12px;
	letter-spacing: 1.8px;
	text-transform: uppercase;
}

.wpcf7 label span > span {
	text-transform: none;
}

.wpcf7 input,
.wpcf7 select,
.wpcf7 textarea {
	margin: 0.25rem 0;
	padding: 5px 12px;
	border: 1px solid #9ca0a5;
	border-radius: 8px;
}

.wpcf7 .grid {
	display: grid;
}

.wpcf7 .grid-cols-2 {
	grid-column-gap: 1.5rem;
	grid-row-gap: 2rem;
}

@media screen and (min-width: 768px) {
	.wpcf7 .grid-cols-2 {
		grid-template-columns: repeat(2, 1fr);
	}

	.wpcf7 .col-span-2 {
		grid-column: span 2;
	}
}

/* Contact form */
.contact-form-wrapper {
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	gap: 1.5rem;
	position: relative;
}
.contact-form-wrapper label {
	color: #fff;
	text-transform: none;
	font-size: 1rem;
	letter-spacing: normal;
}
.contact-form-wrapper .wpcf7-form-control-wrap {
}
.contact-form-wrapper .wpcf7-form-control {
	padding: 12px 16px;
	border: 0;
	border-radius: 0;
	margin-top: 8px;
}
.contact-form-wrapper .wpcf7-textarea {
	height: 110px;
	resize: none;
}
.contact-form-wrapper .wpcf7-not-valid-tip {
	margin-top: 2px;
	font-size: 11px;
	color: #fff;
	margin-bottom: -10px;
}
.contact-form-wrapper .wpcf7-submit {
	border-radius: 4rem !important;
	border: 1px solid #fff;
	background-color: #fff;
	background-image: url("./assets/images/right-arrow-icon.svg");
	background-repeat: no-repeat;
	background-position: right 2rem center;
	color: #0d0e0f;
	font-family: "Neue", sans-serif;
	display: inline-block;
	margin: 0;
	padding: 0.9rem 4rem 0.9rem 2rem !important;
	transition: all 0.3s ease;
}

.contact-form-wrapper .wpcf7-submit:hover,
.contact-form-wrapper .wpcf7-submit:focus {
	background-color: rgba(255, 255, 255, 0.4) !important;
	backdrop-filter: blur(10px);
	color: #0d0e0f !important;
}

.contact-form .submitting label,
.contact-form .submitting .wpcf7-submit {
	pointer-events: none;
	opacity: 0.5;
}

.contact-form .wpcf7-spinner {
	user-select: none;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	margin: 0;
}

.contact-form .wpcf7-response-output {
	border-width: 1px !important;
	border-radius: 4px;
	padding: 1rem !important;
	font-size: 14px;
	margin: 1rem !important;
	position: fixed;
	right: 0;
	z-index: 1000;
	bottom: -5rem;
	opacity: 0;
	transition: all 0.5s ease;
}

.contact-form .wpcf7-response-output.show {
	opacity: 1;
	bottom: 0;
}

.contact-form .invalid .wpcf7-response-output {
	color: #d48806;
	border-color: #ffe58f !important;
	background-color: #fffbe6;
}

.contact-form .sent .wpcf7-response-output {
	color: #237804;
	border-color: #b7eb8f !important;
	background-color: #f6ffed;
}

/** Claims Form Styles **/
.claims-form-content-title {
	font-size: 24px !important;
	font-weight: 400 !important;
}

@media screen and (min-width: 768px) {
	.claims-form-content-title {
		font-size: 30px !important;
	}
}

.claims-form-content {
	display: grid;
	grid-template-columns: 1fr;
	grid-column-gap: 1.5rem;
	grid-row-gap: 2rem;
	margin-bottom: 2rem;
}

@media screen and (min-width: 768px) {
	.claims-form-content {
		margin-bottom: 4rem;
	}
}

@media screen and (min-width: 768px) {
	.claims-form-content {
		grid-template-columns: repeat(3, 1fr);
	}
}

@media screen and (min-width: 768px) {
	.claims-form-content .col-span-3 {
		grid-column: span 3;
	}
}

.claims-form-content .col-span-3.grid {
	display: grid;
	grid-template-columns: 1fr;
	grid-column-gap: 1.5rem;
	grid-row-gap: 2rem;
}

@media screen and (min-width: 768px) {
	.claims-form-content .col-span-3.grid {
		grid-template-columns: repeat(2, 1fr);
	}
}

.claims-form-content-list {
	display: flex;
	flex-direction: column;
	gap: 10px;
	border: 1px solid #e3e5e8;
	background-color: #f5f6f7;
	padding: 16px;
	margin: 0;
	list-style: none;
	margin-bottom: 2rem;
	font-size: 12px;
	border-radius: 4px;
}

@media screen and (min-width: 768px) {
	.claims-form-content-list {
		padding: 24px;
	}
}

.claims-form-content .wpcf7-select,
.claims-form-content .wpcf7-textarea {
	border: 1px solid #666;
	border-radius: 3px;
	padding: 0.5rem 1rem;
}

.claims-form-content .wpcf7-select {
	line-height: 24px;
	height: 42px;
}

.claims-form-content .wpcf7-date {
	height: 42px;
}

.claims-form-content .wpcf7-list-item {
	margin-left: 0;
	display: flex;
	gap: 12px;
}

.claims-form-content .wpcf7-list-item input {
	flex-shrink: 0;
	width: 16px;
	height: 16px;
	margin: 0;
	margin-top: 6px;
}

.claims-form-content .wpcf7-checkbox {
	display: block;
	margin-bottom: 0.25rem;
	font-size: 14px;
	letter-spacing: normal;
	line-height: 1.5;
}

.claims-form-content .wpcf7-not-valid-tip {
	letter-spacing: normal;
}

.claims-form-footer {
	display: flex;
	flex-direction: column-reverse;
	gap: 2rem;
}

@media screen and (min-width: 768px) {
	.claims-form-footer {
		flex-direction: row;
	}
}

.claims-form-footer .wpcf7-submit {
	margin: 0;
	width: 100%;
}

.claims-form-footer .claims-form-action,
.claims-form-footer .claims-form-terms {
	flex: 1;
}

.claims-form-footer .claims-form-action {
	text-align: right;
}

.claims-form-footer .claims-form-terms ul {
	list-style: none;
	margin: 0;
	padding: 0;
	font-size: 12px;
	color: #1a1d1f;
}

.claims-form-footer .claims-form-terms li {
	margin-bottom: 1rem;
}

.claims-form-footer .wpcf7-submit {
	border-radius: 8px !important;
	background-color: #9ca0a5;
	padding: 0 48px !important;
	height: 56px;
	color: #0d0e0f;
}

.claims-form .wpcf7-response-output {
	border-width: 1px !important;
	border-radius: 4px;
	padding: 1rem !important;
	font-size: 14px;
	margin-right: 0 !important;
	margin-left: 0 !important;
	margin-bottom: 0 !important;
}

.claims-form.invalid .wpcf7-response-output {
	color: #d48806;
	border-color: #ffe58f !important;
	background-color: #fffbe6;
}

.claims-form.sent .wpcf7-response-output {
	color: #237804;
	border-color: #b7eb8f !important;
	background-color: #f6ffed;
}
