/* 
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 */
.elementor-button {
	backdrop-filter: blur(2px);
	-webkit-backdrop-filter: blur(2px);
}
.header-menu .menu-item .elementor-item {
	background-color: rgba(255, 255, 255, 0.8);
    backdrop-filter: blur(2px);
	-webkit-backdrop-filter: blur(2px);
    border-radius: 30px;
}
.inner-page-header .header-menu .menu-item .elementor-item {
	background-color: #E0E0E0;
}
.header-menu .menu-item .elementor-item:hover,
.header-menu .menu-item.current-menu-item .elementor-item {
	background-color: #ffffff;
}
.yellow-text {
	color: #c7ad51;
}
.blur-background {
	background: linear-gradient(123.09deg, rgba(255, 247, 247, 0.72) 7.55%, rgba(255, 255, 255, 0.9) 51.12%, rgba(255, 252, 252, 0.72) 93.04%);
	backdrop-filter: blur(2px);
	-webkit-backdrop-filter: blur(2px);
	opacity: 90%;
}
.radial-background {
	background: radial-gradient(116.22% 116.22% at 50.04% 50%, #FFFFFF 37.62%, #F9EDC8 100%);
}
.home-banner-section:after {
	position:absolute;
	content:'';
	left:0;
	bottom:0;
	width:100%;
	height:336px;
	background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, #FFFFFF 100%);
}
.options-materials-section:after {
	position:absolute;
	content:'';
	left:0;
	bottom:0;
	width:100%;
	height:calc(100% - 336px);
	background: linear-gradient(180deg, #FFFFFF 0%, #F5F5F5 100%);
	z-index: -1;
}
.tab-details .e-n-tabs-heading {
	background-color: #E0E0E0;
    padding-left: 20px;
    padding-right: 20px;
	border-top-right-radius: 50px;
    border-top-left-radius: 50px;
}
.tab-details .e-n-tabs-heading .e-n-tab-title[aria-selected="true"] {
	font-weight: 600 !important;
}
.tab-details .e-n-tabs-heading .e-n-tab-title {
	margin-top: 25px;
}
.tab-details .e-n-tabs {
	box-shadow: 0px 10px 50px rgba(71, 71, 71, 0.15);
	border-radius:50px;
}
.tab-details .e-n-tabs .e-n-tabs-content .elementor-element[role="tabpanel"] {
	border-bottom-right-radius: 50px;
    border-bottom-left-radius: 50px;
	padding:30px;
}
.tab-top-content-details:after {
	position:absolute;
	content:'';
	top: 0;
	left:0;
	width:100%;
	height: 366px;
	background: linear-gradient(180deg, #F5F5F5 3.77%, rgba(245, 245, 245, 0) 100%);
}
.right-side-content-details > .e-con-inner {
	margin-right:0;
}
.text-fill .elementor-heading-title{
  display: inline;
  background: linear-gradient(
    to right,
    #000000 0%,
    #000000 50%,
     #c7ad51 50%,
     #c7ad51 100%
  );

  background-size: 200% 100%;
  background-position: 0% 0;

  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;

  animation: textFlow 15s linear infinite;
}

@keyframes textFlow {
  0% {
    background-position: 0% 0;
  }
  100% {
    background-position: -100% 0;
  }
}
.gform-body input,
.gform-body textarea,
.gform-body select {
	height: 48px !important; 
    border: none !important;
    background-color: #F5F5F5 !important;
    border-radius: 30px !important;
    box-shadow: none !important;
	color: #000000 !important;
}
.gform-body select {
	padding: 5px 20px;
}
.gform-body textarea {
	height:180px !important;
	resize:none !important;
	padding: 20px !important;
}
.gform-body .gfield_label,
.gform-body .gform-field-label {
	font-size: 16px !important;
    font-weight: 400 !important;
	color: #000000 !important;
}
.gform-body .gform_fields {
	row-gap:20px !important;
}
.gform-body input[type="radio"] {
	height:20px !important;
}
.gform-body .gfield_radio {
	display: grid !important;
    grid-template-columns: repeat(2, 1fr) !important;
    row-gap: 15px !important;
    column-gap: 15px !important;
}
.gform-footer .gform_button {
	font-size: 16px !important;
    font-weight: 600 !important;
    background-color: #c7ad51 !important;
    border-radius: 30px !important;
    padding: 15px 24px !important;
}
.gform-footer .gform_button:hover {
	background-color: #000000 !important;
}

.fortera-county-map {
	--fortera-county-map-gray: #d3d3d3;
	--fortera-county-map-gray-text: #1f1f1f;
	--fortera-county-map-active: #C7AD51;
	--fortera-county-map-card: #ffffff;
	width: 100%;
	margin: 0 auto;
}

.fortera-county-map__labels {
	display: grid;
	grid-template-columns: repeat(6, minmax(0, 1fr));
	column-gap: 12px;
	row-gap: 12px;
	margin-bottom: 24px;
	background-color: white;
	border-radius: 16px;
	padding: 0px 10px;
}
.fortera-county-map__labels-min {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	row-gap: 0px;
	justify-content: center;
}

.fortera-county-map__label {
	appearance: none;
	border: 0;
	padding: 16px 20px!important;
	background-color: transparent !important;
	border-radius: 999px;
	color: grey!important;
	font-size: 16px;
	font-weight: 600;
	line-height: 1.25;
	text-align: center;
	cursor: pointer;
	transition: background-color 0.2s ease, color 0.2s ease, font-weight 0.2s ease;
}

.fortera-county-map__label:hover,
.fortera-county-map__label:focus-visible {
	background-color: transparent !important;
	color: #111111!important;
	font-weight: 700;
	outline: none;
}

.fortera-county-map__label.is-active {
	background-color: transparent !important;
	color: #C7AD51 !important;
	font-weight: 700;
	outline: none;
}

.fortera-county-map__card {
	padding: 22px;
	background: var(--fortera-county-map-card);
	border-radius: 32px;
	box-shadow: 0 12px 40px rgba(25, 25, 25, 0.04);
	overflow: hidden;
}

.fortera-county-map__svg {
	max-height: 350px;
	display: block;
	width: 100%;
	height: auto;
}

.fortera-county-map__shape {
	fill: var(--fortera-county-map-gray) !important;
	stroke: #ffffff !important;
	stroke-width: 0.45 !important;
	stroke-linejoin: round;
	transition: fill 0.2s ease;
}

.fortera-county-map__shape.is-active {
	fill: var(--fortera-county-map-active) !important;
}

@media (max-width: 1310px) {
	.home-banner-section:after {
		height:280px;
	}
	.options-materials-section:after {
		height:calc(100% - 280px);
	}
}
@media (max-width: 1024px) {
	.home-banner-section:after {
		height:150px;
	}
	.options-materials-section:after {
		height:calc(100% - 150px);
	}
	.tab-details .e-n-tabs .e-n-tabs-content .elementor-element[role="tabpanel"] {
		padding: 30px 20px;
	}
}
@media (max-width: 1024px) and (min-width: 768px) {
	.fortera-county-map__labels {
		display: flex;
		flex-wrap: wrap;
		align-items: center;
		row-gap: 0px;
		justify-content: center;
	}
}
@media (max-width: 991px) {
	.home-banner-section:after {
		height:100px;
	}
	.options-materials-section:after {
		height:calc(100% - 100px);
	}
	.tab-details .e-n-tabs-heading .e-n-tab-title {
		margin-top: 0px;
	}
	.tab-details .e-n-tabs-heading {
		padding:20px;
	}
}
@media (max-width: 767px) {

	.fortera-county-map__labels {
		display: flex;
		flex-wrap: wrap;
		align-items: center;
		row-gap: 0px;
		justify-content: center;
	}
	.fortera-county-map__card {
		padding: 18px;
		border-radius: 24px;
	}
	.fortera-county-map__label {
		padding: 14px 12px;
		font-size: 15px;
	}
}
@media (max-width: 515px) {
	.fortera-county-map__labels-min {
		flex-direction: column;
	}
}
