/* 
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 Elementor team
Author: Elementor Team
Author URI: https://elementor.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
Tags: flexible-header, custom-colors, custom-menu, custom-logo, editor-style, featured-images, rtl-language-support, threaded-comments, translation-ready
*/
.counters-grid {
	display: flex;
	flex-wrap: wrap;
	gap: 20px;
	margin-block: 16px;
}
.counter-item {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	padding: 16px 10px;
	gap: 8px;
	height: 108px;
	background: rgba(255, 255, 255, 0.2);
	border: 1px solid rgba(255, 255, 255, 0.1);
	backdrop-filter: blur(6px);
	border-radius: 8px;
	flex: auto;
}
.counter-item .counter-value {
	font-weight: 700;
	font-size: 44px;
	line-height: 44px;
	display: flex;
	align-items: center;
	letter-spacing: -0.02em;
	color: #FFFFFF;
}
.counter-item .counter-label {
	font-weight: 500;
	font-size: 24px;
	line-height: 24px;
	color: #FFFFFF;
}
.wp-block-button__link.wp-element-button {
	box-shadow: 2px 3px 0px 0px #FFFFFF;
	transition: 0.3s;
}
.wp-block-button__link.wp-element-button:hover {
	box-shadow: 0px 0px 0px 0px #FFFFFF;
}

.caller_btn a.wp-block-button__link {
	display: flex;
	gap: 10px;
}
.caller_btn a.wp-block-button__link::before {content: '';
	width: 21px;
	height: 21px;
	display: inline-block;
	background-image: url("data:image/svg+xml,%3Csvg width='21' height='21' viewBox='0 0 21 21' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M12.05 5A5 5 0 0 1 16 8.95M12.05 1A9 9 0 0 1 20 8.94M16.5 20C7.94 20 1 13.06 1 4.5q0-.58.042-1.148c.032-.435.048-.653.162-.851a1.06 1.06 0 0 1 .432-.402C1.842 2 2.082 2 2.562 2h2.817c.404 0 .606 0 .779.066a1 1 0 0 1 .396.278c.122.14.191.33.329.71L8.049 6.26c.16.442.24.662.227.872a1 1 0 0 1-.182.513c-.121.171-.323.292-.725.534L6 9a12.1 12.1 0 0 0 6 6l.821-1.369c.242-.402.363-.604.534-.725a1 1 0 0 1 .513-.182c.21-.014.43.066.872.227l3.207 1.166c.38.138.569.207.709.329a1 1 0 0 1 .277.396c.067.173.067.375.067.779v2.817c0 .48 0 .72-.1.926a1.06 1.06 0 0 1-.401.432c-.198.114-.416.13-.85.162Q17.078 20 16.5 20' stroke='%23fff' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
}
.real-case-results {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	gap: 20px;
}
.real-case-results__item {
	min-height: 150px;
	background: rgba(27, 43, 59, 0.05);
	border: 1px solid rgba(27, 43, 59, 0.1);
	border-radius: 4px;
	display: flex;
	flex-direction: column;
	align-items: center;
	padding: 24px 13px;
	gap: 15px;
	text-align: center;
}
.real-case-results__item .real-case-results__label {
	margin: 0 auto;
	font-family: 'Figtree';
	font-style: normal;
	font-weight: 800;
	font-size: 24px;
	line-height: 24px;
	text-align: center;
	letter-spacing: -0.03em;
	color: #008AB3;
}
.real-case-results__item .real-case-results__information {
	font-family: 'Figtree';
	font-style: normal;
	font-weight: 500;
	font-size: 16px;
	line-height: 20px;
	text-align: center;
	letter-spacing: -0.02em;
	color: #5A5C5E;
}
.gfield.text-capitalize input {
	text-transform: capitalize;
}

.gform_wrapper.gravity-theme .gfield_error input {
	border: 1px solid #c02b0a !important;
}
.gform_wrapper.gravity-theme .gfield_error .validation_message {
	display: none !important;
}

@media (min-width: 1441px) {
    .practice_area_hero {
        --min-height: 740px !important;
        background-position: top right !important;
    }
}

@media (max-width: 1024px) and (min-width: 768px) {
	.real-case-results {
		grid-template-columns: repeat(4, 1fr);
		gap: 10px;
	}
}

@media (max-width: 767px) {
	.counter-item .counter-value {
		font-size: 34px;
		line-height: 34px;
	}
	.counter-item .counter-label {
		font-size: 18px;
		line-height: 24px;
	}
	.real-case-results {
		gap: 5px;
	}
}

