.header-btn {
	display: inline-flex;
	align-items: center;
	gap: 8px;
	background: linear-gradient(135deg,
	color-mix(in srgb, var(--accent-color), transparent 10%), var(--accent-color));
	color: var(--contrast-color);
	padding: 12px 25px;
	border-radius: 50px;
	text-decoration: none;
	font-weight: 600;
	font-size: 14px;
	transition: all 0.3s ease;
	box-shadow: 0 5px 20px color-mix(in srgb, var(--accent-color), transparent 70%);
}

.header-btn:hover {
	color: var(--contrast-color);
	box-shadow: 0 8px 30px color-mix(in srgb, var(--accent-color), transparent 60%);
}

.form-wrapper {
	background: #fff;
	padding: 2rem;
	border-radius: 12px;
	max-width: 500px;
	box-shadow: 0 0 30px #000;
	border: 5px solid #686868;
}

.form-wrapper h5 {
	color: #333;
}

.form-group {
	margin-bottom: 1rem;
}

.form-group label {
	display: block;
	margin-bottom: 0.2rem;
	font-weight: 600;
	color: #333;
	font-size: 14px;
}

.form-input {
	width: 100%;
	padding: 0.7rem 1rem;
	border: 1px solid #ccc;
	border-radius: 8px;
	font-size: 1rem;
	transition: border-color 0.2s;
}

.form-input:focus {
	border-color: #f7c948;
	outline: none;
}

.form-submit {
	background: var(--accent-color);
	color: var(--contrast-color);
	padding: 16px 32px;
	font-size: 16px;
	font-weight: 600;
	border-radius: 8px;
	text-decoration: none;
	transition: all 0.3s ease;
	box-shadow: 0 4px 15px color-mix(in srgb, var(--accent-color), transparent 60%);
	border: 0;
	text-transform: uppercase;
}

.form-submit:hover {
	background-color: #e6b800;
}

.google-review {
	padding: 1rem;
	margin: 0 1rem;
	border: 1px solid #dadce0;
	border-radius: 8px;
	box-shadow: 0 1px 3px rgba(60, 64, 67, 0.15);
	background-color: #fff;
}

.google-header {
	display: flex;
	align-items: center;
	margin-bottom: 0.5rem;
	gap: 16px

}

.google-header img {
	width: 24px;
	height: 24px;
	margin-right: 6px;
}

.google-name {
	font-weight: bold;
	color: #202124;
	font-size: 0.95rem;
}

.google-location {
	font-size: 0.875rem;
	color: #5f6368;
}

.google-rating {
	display: flex;
	align-items: center;
	font-size: 1rem;
	color: #fbbc04;
	margin-bottom: 0.5rem;
	gap: 5px
}

.google-rating .google-time {
	font-size: 0.875rem;
	color: #5f6368;
	margin-left: 0.5rem;
}

.google-text {
	font-size: 0.95rem;
	color: #202124;
}

.google-btn {
	margin-top: 1rem;
}

.google-btn a {
	font-size: 0.8rem;
	padding: 0.25rem 0.6rem;
	border-radius: 4px;
	border: 1px solid #dadce0;
	color: #3c4043;
	text-decoration: none;
	background-color: #fff;
	transition: background-color 0.2s ease;
}

.google-btn a:hover {
	background-color: #f8f9fa;
}

.popup {
	display: none;
	position: fixed;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	width: 100%;
	height: 100%;
	background: #0009;
	z-index: 5;
}

.popup__wrap {
	display: grid;
	width: 100%;
	height: 100vh;
	align-items: center;
}

.popup__block {
	margin: 0 auto;
	max-width: 680px;
}

.popup__block .contact-form-container {
	position: relative;
}

.popup__close {
	color: #333;
	position: absolute;
	top: 0;
	right: 10px;
	cursor: pointer;
}

.popup__close:hover {
	color: #f5ce4e;
}

.new-hero {
	max-width: 768px;
	margin: 0 auto;
	text-align: center;
	background: #f5ce4ec4;
	border-radius: 25px;
	padding: 50px 35px
}
.new-hero-logo img {
	width: 100%;
	height: auto;
}
.new-hero-title {
	color: #474747;
	font-size: 38px !important;
	font-family: 'Open Sans', sans-serif;
	margin-bottom: 15px !important;
}
.new-hero-slogan {
	color: #474747 !important;
	text-align: center;
	font-size: 20px;
	margin: 0 auto !important;
}
@media (max-width: 1140px) {
	.navmenu {
		display: flex;
		align-items: center;
	}
}

@media (max-width: 768px) {
	.getHeightList {
		display: none;
	}

	.services .service-card {
		margin-bottom: 0 !important;
	}

	.services h3:hover {
		color: #f5ce4e;
		cursor: pointer;
	}

	.btn-link {
		margin-top: -10px;
	}

	.footer .footer-about .logo {
		justify-content: center;
	}

	.footer .footer-about p {
		text-align: center;
	}

	.footer .social-links,
	.footer .footer-links ul li {
		justify-content: center;
	}

	.footer-links {
		margin-left: auto;
		margin-right: auto;
		text-align: center;
	}
	.new-hero-title {
		font-size: 28px !important;
	}
}

@media (max-width: 450px) {
	.header .logo img {
		max-height: 40px;
	}

	.hero {
		padding: 60px 0 30px 0;
	}

	.header-btn {
		padding: 5px 10px
	}

	.contact .contact-form-container .php-email-form .social-links {
		display: none;
	}

	.contact .contact-form-container .php-email-form .form-submit {
		padding: 0;
		background: transparent;
		box-shadow: none;
	}
	.new-hero-title {
		font-size: 22px !important;
	}
	.hero p {
		font-size: 14px
	}
}
