/*
Theme Name: Hello Elementor Child
Theme URI: https://elementor.com/hello-theme/?utm_source=wp-themes&utm_campaign=theme-uri&utm_medium=wp-dash
Template: hello-elementor
Author: Elementor Team
Author URI: https://elementor.com/?utm_source=wp-themes&utm_campaign=author-uri&utm_medium=wp-dash
Description: Hello Elementor is a lightweight and minimalist WordPress theme that was built specifically to work seamlessly with the Elementor site builder plugin. The theme is free, open-source, and designed for users who want a flexible, easy-to-use, and customizable website. The theme, which is optimized for performance, provides a solid foundation for users to build their own unique designs using the Elementor drag-and-drop site builder. Its simplicity and flexibility make it a great choice for both beginners and experienced Web Creators.
Tags: accessibility-ready,flexible-header,custom-colors,custom-menu,custom-logo,featured-images,rtl-language-support,threaded-comments,translation-ready
Version: 3.4.4.1758569661
Updated: 2025-09-22 19:34:21

*/

body {
	color: #26272c;
	font-family: "Wix Madefor Text", sans-serif;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	color: #003c41;
}

body,
div,
h1,
h2,
h3,
h4,
h5,
h6 {
	margin: 0;
}

a {
    color: var(--e-global-color-accent, #e91e63);
}

a:hover {
	color: #ffffff;
}

[type=button]:focus, 
[type=button]:hover, 
[type=submit]:focus, 
[type=submit]:hover, 
button:focus, 
button:hover {
    background-color: transparent;
}

.hero-banner {
	position: relative;
	min-height: 70vh;
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 60px 20px;
	background-size: cover;
	background-position: center;
	text-align: center;
	color: #fff;
}

.hero-banner__overlay {
	position: absolute;
	inset: 0;
	background: rgba(0, 0, 0, 0.75);
	z-index: 1;
}

.hero-banner__content {
	position: relative;
	z-index: 2;
	max-width: 1200px;
	margin: 0 auto;
}

.hero-banner__title {
	font-size: 2.25rem;
	font-weight: 700;
	margin-bottom: 1rem;
	color: #fff;
}

@media (min-width: 768px) {
	.hero-banner__title {
		font-size: 3rem;
	}
}

.hero-banner__subtitle {
	font-size: 1.25rem;
	margin-bottom: 1.5rem;
}

.hero-banner__actions {
	display: flex;
	flex-direction: column;
	gap: 1rem;
	justify-content: center;
}

@media (min-width: 768px) {
	.hero-banner__actions {
		flex-direction: row;
	}
}

.hero-banner__btn {
	padding: 12px 30px;
	font-size: 1.1rem;
	font-weight: 600;
	border-radius: 8px;
	text-decoration: none;
	transition: all 0.3s ease;
}

.hero-banner__btn--primary {
	background: var(--e-global-color-accent, #e91e63);
	color: #fff;
	border: 2px solid transparent;
}

.hero-banner__btn--primary:hover {
	opacity: 0.9;
}

.hero-banner__btn--secondary {
	background: rgba(255, 255, 255, 0.05);
	color: #fff;
	border: 2px solid #fff;
}

.hero-banner__btn--secondary:hover {
	background: rgba(255, 255, 255, 0.2);
}

/***** How We Work *******/
.how-we-work {
	background: #f8f8f8;
	padding: 60px 20px;
}

@media (min-width: 768px) {
	.how-we-work {
		padding: 80px 20px;
	}
}

.how-we-work__container {
	max-width: 1200px;
	margin: 0 auto;
}

.how-we-work__title {
	font-size: 2rem;
	font-weight: 700;
	text-align: center;
}

@media (min-width: 768px) {
	.how-we-work__title {
		font-size: 2.5rem;
	}
}

.how-we-work__steps {
	margin-top: 2.5rem;
	display: grid;
	grid-template-columns: 1fr;
	gap: 20px;
}

@media (min-width: 768px) {
	.how-we-work__steps {
		grid-template-columns: repeat(3, 1fr);
		gap: 40px;
	}
}

.how-we-work__step {
	background: #fff;
	border-radius: 10px;
	padding: 20px;
	text-align: center;
}

.how-we-work__icon {
	margin-bottom: 24px;
}

/* @media only screen and (min-width: 768px) {
	.how-we-work__icon {
		text-align: left;
	}
} */

.how-we-work__icon svg {
	width: 56px;
	height: 56px;
	fill: #ee9611;
}

.how-we-work__step-title {
	font-size: 1.25rem;
	font-weight: 600;
	margin-bottom: 0.75rem;
	text-transform: capitalize;
}

.how-we-work__desc {
	line-height: 1.6;
}

/****** About Services *******/
.about-services {
	background: #fff;
	padding: 60px 20px;
}

@media (min-width: 768px) {
	.about-services {
		padding: 80px 20px;
	}
}

.about-services__container {
	max-width: 1200px;
	margin: 0 auto;
	display: flex;
	flex-direction: column;
	gap: 24px;
}

@media (min-width: 768px) {
	.about-services__container {
		flex-direction: row;
		align-items: center;
		gap: 56px;
	}
}

.about-services__image {
	flex: 1;
	align-self: stretch;
}

.about-services__image img {
	width: 100%;
	display: block;
	height: 100%;
	object-fit: cover;
}

.about-services__content {
	flex: 1;
}

.about-services__title {
	font-size: 2rem;
	font-weight: 700;
	margin-bottom: 1rem;
}

@media (min-width: 768px) {
	.about-services__title {
		font-size: 2.5rem;
	}
}

.about-services__text {
	font-size: 1.125rem;
	margin-bottom: 1.25rem;
	line-height: 1.6;
}

.about-services__list-block {
	margin: 1.5rem 0;
}

.about-services__list-title {
	font-weight: 600;
	margin-bottom: 0.5rem;
}

.about-services__list {
	display: flex;
	flex-direction: column;
	gap: 0.5rem;
	padding-left: 0;
	list-style: none;
}

.about-services__list-item {
	display: flex;
	align-items: start;
	gap: 0.5rem;
	font-size: 1rem;
}

/****** ********/
.house-cleaning {
	background: #f9fafb; /* gray-50 */
	padding: 60px 20px;
}

@media (min-width: 768px) {
	.house-cleaning {
		padding: 80px 20px;
	}
}

.house-cleaning__container {
	max-width: 1200px;
	margin: 0 auto;
	display: flex;
	flex-direction: column;
	gap: 24px;
}

@media (min-width: 768px) {
	.house-cleaning__container {
		flex-direction: row-reverse;
		align-items: center;
		gap: 56px;
	}
}

.house-cleaning__image,
.house-cleaning__content {
	flex: 1;
}

.house-cleaning__image {
	align-self: stretch;
}

.house-cleaning__image img {
	width: 100%;
/* 	border-radius: 10px; */
	display: block;
	height: 100%;
	object-fit: cover;
}

.house-cleaning__title {
	font-size: 2rem;
	font-weight: 700;
	margin-bottom: 1.25rem;
}

@media (min-width: 768px) {
	.house-cleaning__title {
		font-size: 2.5rem;
	}
}

.house-cleaning__text p {
	font-size: 1.125rem;
	line-height: 1.6;
	margin-bottom: 1rem;
	color: #444;
}

.house-cleaning__buttons {
	display: flex;
	flex-direction: column;
	gap: 1rem;
	margin-top: 2rem;
}

@media (min-width: 768px) {
	.house-cleaning__buttons {
		flex-direction: row;
	}
}

.btn {
	display: inline-flex;
	justify-content: center;
	padding: 14px 48px;
	font-size: 1.125rem;
	font-weight: 600;
	border-radius: 8px;
	text-decoration: none;
	transition: 0.2s ease-in-out;
}

.btn--primary {
	background: var(--accent, #ee9611);
	border: 2px solid transparent;
	color: #fff;
}

.btn--primary:hover {
	opacity: 0.95;
}

.btn--secondary {
	background: rgba(255, 255, 255, 0.05);
	border: 2px solid var(--accent, #ee9611);
	color: var(--accent, #ee9611);
}

.btn--secondary:hover {
	color: var(--accent, #ee9611);
}

/********  *********/
.why-choose {
	padding: 60px 20px;
	color: #fff;
	text-align: center;
}

@media (min-width: 768px) {
	.why-choose {
		padding: 80px 20px;
	}
}

.why-choose__container {
	max-width: 1200px;
	margin: 0 auto;
}

.why-choose__title {
	font-size: 2rem;
	font-weight: 700;
	margin-bottom: 1rem;
	color: #ffffff;
}

@media (min-width: 768px) {
	.why-choose__title {
		font-size: 2.5rem;
	}
}

.why-choose__subtitle {
	font-size: 1.125rem;
	max-width: 750px;
	margin: 0 auto;
}

@media (min-width: 768px) {
	.why-choose__subtitle {
		font-size: 1.25rem;
	}
}

.why-choose__grid {
	display: grid;
	grid-template-columns: 1fr;
	gap: 2rem;
	margin-top: 3rem;
}

@media (min-width: 768px) {
	.why-choose__grid {
		grid-template-columns: repeat(4, 1fr);
	}
}

.why-choose__item {
	text-align: center;
}

@media (min-width: 768px) {
	.why-choose__item {
		text-align: left;
	}
}

.why-choose__icon {
	margin-bottom: 1.25rem;
}

.why-choose__icon svg {
	width: 53px;
	height: 53px;
	fill: #fff;
}

.why-choose__item-title {
	font-weight: 600;
	font-size: 1.25rem;
	margin-bottom: 1rem;
	color: #fff;
}

.why-choose__text {
	color: #effdfb;
	line-height: 1.6;
}

/**********.  **********/
.services {
	background-color: #f8f8f8;
	padding: 60px 20px;
}

@media (min-width: 768px) {
	.services {
		padding: 80px 20px;
	}
}

.services__container {
	max-width: 1200px;
	margin: 0 auto;
	text-align: center;
}

.services__title {
	font-size: 2rem;
	font-weight: 700;
	margin-bottom: 1rem;
}

@media (min-width: 768px) {
	.services__title {
		font-size: 2.5rem;
	}
}

.services__subtitle {
	font-size: 1.125rem;
	max-width: 750px;
	margin: 0 auto;
}

@media (min-width: 768px) {
	.services__subtitle {
		font-size: 1.25rem;
	}
}

.services__grid {
	display: grid;
	grid-template-columns: 1fr;
	gap: 2rem;
	margin-top: 3rem;
}

@media (min-width: 768px) {
	.services__grid {
		grid-template-columns: repeat(4, 1fr);
	}
}

.services__item {
	text-align: left;
}

.services__image-wrapper {
	position: relative;
	display: inline-block;
}

.services__image-wrapper img {
	position: relative;
	z-index: 2;
}

.services__image-bg {
	position: absolute;
	left: -15px;
	top: 15px;
	width: 100%;
	height: 100%;
	background-color: #f2f8f5;
	z-index: 1;
}

.services__item-title {
	font-weight: 600;
	font-size: 1.25rem;
	margin: 2rem 0 1rem;
	color: var(--e-global-color-accent);
}

.services__text {
	line-height: 1.6;
}

.services__buttons {
	display: flex;
	flex-direction: column;
	gap: 1rem;
	margin-top: 2.5rem;
	justify-content: center;
}

@media (min-width: 768px) {
	.services__buttons {
		flex-direction: row;
	}
}

.services__btn {
	display: inline-flex;
	justify-content: center;
	padding: 1rem 3rem;
	font-size: 1.125rem;
	font-weight: 600;
	border-radius: 0.5rem;
	box-shadow: var(--e-global-shadow-box);
	transition: all 0.3s ease;
	text-decoration: none;
}

.services__btn--primary {
	color: #fff;
	background-color: var(--e-global-color-accent);
	border: 2px solid transparent;
}

.services__btn--primary:hover {
	opacity: 0.85;
}

.services__btn--secondary {
	color: var(--e-global-color-accent);
	border: 2px solid var(--e-global-color-accent);
	background-color: rgba(255, 255, 255, 0.05);
}

.services__btn--secondary:hover {
	opacity: 0.85;
	color: var(--e-global-color-accent);
}

/********** ********/
.faq {
	padding: 60px 20px;
}

@media (min-width: 768px) {
	.faq {
		padding: 80px 20px;
	}
}

.faq__container {
	max-width: 1200px;
	margin: 0 auto;
}

.faq__title {
	font-size: 2.5rem;
	font-weight: 700;
	text-align: center;
	margin-bottom: 2rem;
}

.faq__grid {
	display: grid;
	grid-template-columns: 1fr;
	gap: 1.25rem;
	max-width: 1024px;
	margin: 48px auto 0;
}

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

.faq__grid-item {
	display: flex;
	flex-direction: column;
	gap: 1.25rem;
}

.faq__item {
	border-radius: 0.75rem;
	color: #fff;
	background-color: #182b22;
	background-color: #233e33;
}

.faq__question {
	font-size: 1.25rem;
	font-weight: 600;
	color: #fff;
	padding: 1.5rem;
	cursor: pointer;
}

.faq__answer {
	font-size: 1rem;
	color: #effdfb;
	line-height: 1.6;
	display: none;
	margin-bottom: 0px;
	padding: 0 1.5rem 1.5rem;
}

.faq__item.active .faq__answer {
	display: block;
	animation: fadeIn 0.3s ease-in-out;
}

@keyframes fadeIn {
	from {
		opacity: 0;
		transform: translateY(-5px);
	}
	to {
		opacity: 1;
		transform: translateY(0);
	}
}

/********.  ********/
.before-after {
	background-color: #fcfcfc;
	padding: 60px 0px 0px;
}

@media (min-width: 768px) {
	.before-after {
		padding: 80px 0px 0px;
	}
}

.before-after__title {
	font-size: 2rem;
	font-weight: 700;
	text-align: center;
	margin-bottom: 1rem;
}

@media (min-width: 768px) {
	.before-after__title {
		font-size: 2.5rem;
	}
}

.before-after__subtitle {
	font-size: 1.125rem;
	text-align: center;
	max-width: 700px;
	margin: 0 auto 2.5rem auto;
}

@media (min-width: 768px) {
	.before-after__subtitle {
		font-size: 1.25rem;
	}
}

.before-after__grid {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
}

@media (min-width: 768px) {
	.before-after__grid {
		grid-template-columns: repeat(4, 1fr);
	}
}

.before-after__image {
	width: 100%;
	height: auto;
	display: block;
	transition: transform 0.3s ease;
}

.before-after__image:hover {
	transform: scale(1.05);
}

/********* ********/
.request-quote {
	padding: 60px 20px;
	background: linear-gradient(to right, #15803d , #14532d);
	color: #fff;
	text-align: center;
}

@media (min-width: 768px) {
	.request-quote {
		padding: 80px 20px;
	}
}

.request-quote__container {
	max-width: 800px;
	margin: 0 auto;
}

.request-quote__title {
	color: #fff;
	font-size: 2rem;
	font-weight: 700;
	text-align: center;
	margin-bottom: 1rem;
}

@media (min-width: 768px) {
	.request-quote__title {
		font-size: 2.5rem;
	}
}

.request-quote__subtitle {
	font-size: 1.125rem;
	text-align: center;
	max-width: 700px;
	margin: 0 auto 32px;
}

@media (min-width: 768px) {
	.request-quote__subtitle {
		font-size: 1.25rem;
	}
}

.request-quote__form {
	display: grid;
	gap: 1rem;
}

.request-quote__fields {
	display: grid;
	grid-template-columns: 1fr;
	gap: 1rem;
}

@media (min-width: 768px) {
	.request-quote__fields {
		grid-template-columns: repeat(2, 1fr);
	}
}

.request-quote__fields p {
    margin-bottom: 0;
}

.request-quote__input {
	width: 100%;
	padding: 0.8rem 1rem;
	border: 1px solid #ccc;
	border-radius: 0.5rem;
	font-size: 1rem;
	color: #000;
	transition: border-color 0.2s ease;
}

.request-quote__input:focus {
	border-color: #10b981;
	outline: none;
	box-shadow: 0 0 0 2px rgba(16, 185, 129, 0.4);
}

.request-quote__button {
	padding: 1rem 2.5rem;
	background: #10b981;
	border: none;
	border-radius: 0.5rem;
	font-size: 1.2rem;
	font-weight: 600;
	color: #fff;
	cursor: pointer;
	transition: opacity 0.3s ease;
}

.request-quote__button:hover {
	opacity: 0.85;
}

/*********.  ***********/
.footer {
	background: #f8f8f8;
	padding: 60px 20px 0;
}

.footer__container {
	max-width: 1200px;
	margin: 0 auto;
}

.footer__main {
	display: flex;
	flex-direction: column;
	gap: 2rem;
}

@media (min-width: 768px) {
	.footer__main {
		flex-direction: row;
		justify-content: space-between;
	}
}

.footer__main-left {
	display: flex;
	flex-direction: column;
	gap: 2rem; /* 32px */
}

@media (min-width: 768px) {
	.footer__main-left {
		gap: 3rem; /* 48px */
		flex-basis: 70%;
	}
}

.footer__cols {
	display: flex;
	flex-direction: column;
	gap: 2rem; /* 32px */
}

@media (min-width: 768px) {
	.footer__cols {
		flex-direction: row;
		gap: 3rem; /* 48px */
	}
}

.footer__col,
.footer__main-right {
	flex: 1;
}

.footer__title {
	font-size: 1.5rem;
	font-weight: 600;
	margin-bottom: 1rem;
}

.footer__list {
	display: flex;
	flex-direction: column;
	gap: 0.8rem;
	padding: 0;
	list-style: none;
}

.footer__link {
	color: #26272c;
	transition: color 0.2s ease;
}

.footer__link:hover {
	color: var(--e-global-color-accent, #e91e63);
}

.footer__contact {
	display: flex;
	flex-direction: column;
	gap: 1rem;
	padding: 0;
	list-style: none;
}

.footer__contact-label {
	font-weight: 500;
}

.footer__social {
	display: flex;
	gap: 1rem;
	margin-top: 1rem;
	padding: 0;
	list-style: none;
}

.footer__social-link {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 40px;
	height: 40px;
	background: #233e33;
	border-radius: 8px;
	color: #fff;
	font-size: 14px;
	font-weight: 600;
	transition: box-shadow 0.2s ease-in-out;
	box-shadow: 0 10px 15px -3px rgb(0 0 0 / 0.1), 0 4px 6px -4px rgb(0 0 0 / 0.1);
}

.footer__social-link:hover {
	transform: translateY(-2px);
	box-shadow: 0 20px 25px -5px rgb(0 0 0 / 0.1), 0 8px 10px -6px rgb(0 0 0 / 0.1);
}

.footer__social-link svg {
	width: 16px;
	height: 16px;
	fill: white;
}

.footer__contact-link:hover {
	color: var(--e-global-color-accent, #e91e63);
}

.footer__newsletter {
	background: #fff;
	padding: 1.5rem;
	border-radius: 8px;
}

.footer__newsletter-text {
	margin-bottom: 1rem;
}

.footer__form {
	display: flex;
	flex-direction: column;
	gap: 1rem;
}

@media (min-width: 768px) {
	.footer__form {
		flex-direction: row;
		align-items: center;
	}
}

.footer__form p {
	margin-bottom: 0;
	position: relative;
}

.footer__input {
	padding: 0.8rem 1.25rem;
	border-radius: 6px;
	font-size: 1rem;
	flex: 1 1 0%;
	min-height: 3.5rem; /* 56px */
	border: 1px solid #d6d5d9;
	background-color: transparent;
}

[type=submit].footer__button {
	padding: 0.8rem 1.5rem;
	background: #233e33;
	border: none;
	border-radius: 6px;
	color: #fff;
	font-weight: 600;
	cursor: pointer;
	min-height: 3.5rem; /* 56px */
	transition: opacity 0.2s ease;
}

[type=submit].footer__button:hover {
	opacity: 0.85;
}

.footer__bottom {
	border-top: 1px solid #d6d5d9;
	margin-top: 2rem;
	padding: 1.5rem 0;
	text-align: center;
}

.footer__copy {
	font-size: 0.9rem;
	color: #555;
}

@media (min-width: 768px){
	.footer__form .wpcf7-form-control-wrap {
		display: inline-block;
	}
	
	.footer__form .wpcf7-not-valid-tip,
	.footer__form .wpcf7-spinner {
		position: absolute;
		top: 100%;
		left: 0;
		font-size: 12px;
        font-weight: 500;
	}
}

/******* form ******/
input.form-input {
	width: 100%;
	padding-left: 1rem; /* 16px */
	padding-right: 1rem; /* 16px */
	padding-top: 0.75rem; /* 12px */
	padding-bottom: 0.75rem; /* 12px */
	color: #000000;
	font-size: 1.125rem; /* 18px */
	border: 1px solid #d1d5db;
	border-radius: 0.5rem; /* 8px */
	outline: none;
	transition-property: color, background-color, border-color, text-decoration-color, fill, stroke;
	transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
	transition-duration: 150ms;
}

input.form-input:focus {
	box-shadow: 0 0 0 2px rgba(59, 130, 246, 0.5);
	border-color: rgb(59, 130, 246);
}

button.form-button, [type=submit].form-button {
	display: inline-flex;
	justify-content: center;
	padding-left: 3rem; /* 48px */
	padding-right: 3rem; /* 48px */
	padding-top: 1rem; /* 16px */
	padding-bottom: 1rem; /* 16px */
	font-size: 1.125rem; /* 18px */
	font-weight: 600;
	border-radius: 0.5rem; /* 8px */
	box-shadow: 0 1px 3px 0 rgb(0 0 0 / 0.1), 0 1px 2px -1px rgb(0 0 0 / 0.1);
	border: 2px solid transparent;
	background-color: var(--e-global-color-accent, #e91e63); 
	width: 100%;
    color: #ffffff;
}

button.form-button:hover,
[type=submit].form-button:hover {
	opacity: 0.85;
}

/* Media query for md breakpoint (768px and up) */
@media (min-width: 768px) {
	button.form-button, [type=submit].form-button {
		padding-top: 0.75rem; /* 12px */
		padding-bottom: 0.75rem; /* 12px */
	}
}

/* =========================
   DualEssence Header Styles
   ========================= */

/* Block: header */
.header {
	position: sticky;
	top: 0;
	z-index: 50;
	background-color: #ffffff;
	box-shadow: 0 2px 6px rgba(0, 0, 0, 0.08);
	width: 100%;
}

/* Flex container */
.header__container {
	max-width: 1200px;
	margin: 0 auto;
	padding: 1rem 1.125rem;
	display: flex;
	align-items: center;
	justify-content: space-between;
}

/* Brand (logo + title) */
.header__brand {
	display: flex;
	align-items: center;
	gap: 0.75rem;
}

.header__logo img {
	width: auto;
	height: 64px;
	object-fit: contain;
	display: flex;
}

.header__title {
	font-size: 1.5rem;
	font-weight: 700;
	color: #2563eb; /* Tailwind blue-600 */
	text-decoration: none;
}

/* Navigation (desktop) */
.header__nav--desktop {
	display: none;
}

.header__link {
	font-size: 1.125rem;
	font-weight: 500;
	color: #26272c;
	text-decoration: none;
	transition: color 0.2s ease;
}

.header__link:hover {
	color: var(--e-global-color-accent, #e91e63);
}

@media (min-width: 768px) {
	.header__nav--desktop {
		display: flex;
		gap: 1.5rem;
	}
}

/* CTA button (desktop) */
.header__cta {
	display: none;
}

@media (min-width: 768px) {
	.header__cta {
		display: inline-block;
		background-color: var(--e-global-color-accent, #e91e63);
		color: #ffffff;
		padding: 0.945rem 1rem;
		border-radius: 0.5rem;
		font-weight: 600;
		text-decoration: none;
		transition: all 0.2s ease;
	}

	.header__cta:hover {
		opacity: .85;
		background-color: var(--e-global-color-accent, #e91e63); 
	}
}

/* Hamburger (mobile only) */
.header__hamburger {
	display: inline-flex;
	flex-direction: column;
	justify-content: center;
	gap: 0.3rem;
	cursor: pointer;
	background: none;
	border: none;
	padding: 0.25rem;
}

.header__hamburger-icon,
.header__hamburger-icon::before,
.header__hamburger-icon::after {
	content: '';
	display: block;
	width: 24px;
	height: 2px;
	background-color: #374151;
	border-radius: 1px;
}

.header__hamburger-icon::before {
	transform: translateY(-6px);
}

.header__hamburger-icon::after {
	transform: translateY(6px);
}

@media (min-width: 768px) {
	.header__hamburger {
		display: none;
	}
}

/* Mobile menu */
.header__mobile {
	display: none;
	background-color: #ffffff;
	border-top: 1px solid #e5e7eb;
	padding: 1rem 1.5rem;
	position: absolute;
	width: 100%;
}

.header__mobile.is-open {
	display: block;
}

.header__nav--mobile {
	display: flex;
	flex-direction: column;
	gap: 1rem;
}

.header__cta--mobile {
	background-color: #2563eb;
	color: #ffffff;
	padding: 0.75rem;
	border-radius: 0.5rem;
	text-align: center;
	font-weight: 600;
	text-decoration: none;
	transition: background-color 0.2s ease;
}

.header__cta--mobile:hover {
	background-color: #1e40af;
}

/* Animate hamburger into X */
.header__hamburger.is-active .header__hamburger-icon {
	background-color: transparent; /* hide middle bar */
}

.header__hamburger.is-active .header__hamburger-icon::before {
	transform: rotate(45deg);
}

.header__hamburger.is-active .header__hamburger-icon::after {
	transform: rotate(-45deg);
}

.header__hamburger-icon,
.header__hamburger-icon::before,
.header__hamburger-icon::after {
	transition: all 0.3s ease;
}

.request-quote__fields .wpcf7-not-valid-tip {
    color: #ffffff;
    font-size: 14px;
    font-weight: 500;
}

.request-quote .wpcf7 form .wpcf7-response-output {
    margin-top: 0;
}

.request-quote__fields textarea.wpcf7-form-control.wpcf7-textarea.form-input {
    height: 120px;
	overflow-y: auto;
	border-width: 1px;
    border-style: solid;
    border-color: rgb(209, 213, 219);
    border-radius: 0.5rem;
}

@media (min-width: 768px) {
	.request-quote__fields textarea.wpcf7-form-control.wpcf7-textarea.form-input {
		height: 53px;
		overflow-y: auto;
	}
	
	.request-quote__fields > div:last-child {
		grid-column: span 2;
	}
}