/*
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 !important;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	color: #2c3e50;
}

/* body,
div,
h1,
h2,
h3,
h4,
h5,
h6 {
	margin: 0;
	font-family: 'Wix Madefor Text', sans-serif !important;
} */

p {
	font-family: 'Wix Madefor Text', sans-serif !important;
}

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;
}

#item-list-grid .elementor-icon-list-items {
	gap: 2rem;
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
}

#item-list-grid li.elementor-icon-list-item {
	justify-content: center;
}

.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;
	text-align: center;
	font-size: 1.1rem;
	font-weight: 600;
	border-radius: 8px;
	transition: all 0.3s ease;
	text-decoration: none !important;
}

.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: #d9aa36;
}

.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, #d9aa36);
	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, #d9aa36);
	color: var(--accent, #d9aa36);
}

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

/********  *********/
.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(3, 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);
}

/********* ********/
.request-quote {
	padding: 60px 20px;
	background: linear-gradient(to right, #2c3e50, #2c2c2c);
	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__fields {
	display: flex;
	flex-direction: column;
	gap: 1rem;
	width: 100%;
	max-width: 560px;
	margin: 0 auto;
}

.request-quote__fields br {
	display: none !important;
}

.request-quote__fields label {
	width: 100%;
}

.request-quote__fields .label-text {
	display: flex;
	font-weight: 600;
	text-transform: capitalize;
	margin-bottom: 5px;
}

.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 .wpcf7-form-control.wpcf7-checkbox {
	display: flex;
	flex-direction: column;
	justify-content: flex-start;
	text-align: left;
	gap: 16px;
}

.request-quote span.wpcf7-list-item {
	margin: 0 !important;
	margin-top: 12px !important;
}

.request-quote input[type='checkbox'] {
	width: 20px;
	height: 20px;
}

.request-quote span.wpcf7-list-item label {
	display: flex;
	align-items: center;
	gap: 10px;
	text-transform: capitalize;
	font-weight: 500;
}

.request-quote .submit-field {
	margin-top: 24px;
}

.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: 0rem;
	padding: 0;
	list-style: none;
}

.footer__social-link {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 40px;
	height: 40px;
	background: #2c3e52;
	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 {
	gap: 1rem;
	display: flex;
	justify-content: 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,
[type='submit'].cf7__button {
	padding: 0.8rem 1.5rem;
	background: #d9aa36;
	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,
[type='submit'].cf7__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 {
	outline: none;
}

textarea.wpcf7-textarea {
    height: 120px;
    overflow-y: auto;
	border: 1px solid #d1d5db;
    border-radius: 0.5rem;
    outline: none;
}

textarea.wpcf7-textarea:focus {
	border-color: #333;
}

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: 120px;
	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: 0.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: #ff9f9f;
	font-size: 14px;
	font-weight: 500;
	text-align: left;
}

.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;
	}
}

/* page title */
.page-title {
	padding: 80px 20px !important;
}

@media (min-width: 768px) {
	.page-title {
		padding: 110px 20px !important;
	}
}

.page-title__container {
	max-width: 1024px;
	margin: 0 auto;
}

.page-title__title {
	text-align: center;
	color: #ffffff;
	font-size: 36px;
	line-height: 40px;
	font-weight: bold;
	margin: 0 0 24px;
}

@media (min-width: 768px) {
	.page-title__title {
		font-size: 48px;
		line-height: 48px;
	}
}

.page-title__subtitle {
	text-align: center;
	color: #ffffff;
	font-size: 20px;
	line-height: 28px;
	max-width: 768px;
	margin: 0 auto;
}

/* success stories */
.bl-section {
	margin: 0;
	padding: 60px 20px;
}

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

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

.testimonial-section__grid {
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
	gap: 2rem;
}

/* Testimonial Card */
.testimonial-card {
	background-color: #fff;
	padding: 2rem;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	border-radius: 8px;
}

.testimonial-card__header {
	display: flex;
	align-items: flex-start;
	margin-bottom: 1.5rem;
}

.testimonial-card__icon {
	background-color: rgba(1, 94, 155, 0.12);
	color: #015e9b;
	border-radius: 50%;
	padding: 0.75rem;
	margin-right: 1rem;
	font-size: 1.25rem;
	width: 48px;
	height: 48px;
	display: flex;
	align-items: center;
	justify-content: center;
}

.testimonial-card__meta {
	display: flex;
	flex-direction: column;
}

h3.testimonial-card__name {
	font-weight: 700;
	font-size: 18px;
	line-height: 28px;
	margin: 0;
}

.testimonial-card__location {
	font-size: 14px;
	line-height: 20px;
	margin: 0;
	color: #6b7280;
}

.testimonial-card__quote {
	font-style: italic;
	color: #374151;
	margin-bottom: 1.5rem;
}

.testimonial-card__footer {
	display: flex;
	justify-content: space-between;
	align-items: center;
	flex-wrap: wrap;
}

.testimonial-card__rating {
	font-size: 0.875rem;
	color: #f59e0b;
	display: flex;
	align-items: center;
	gap: 0.5rem;
}

.testimonial-card__stars {
	font-size: 1rem;
}

.testimonial-card__date {
	font-size: 0.75rem;
	color: #9ca3af;
}

.testimonial-card__tag {
	background-color: #eef2ff;
	color: #4338ca;
	font-size: 0.75rem;
	padding: 0.25rem 0.75rem;
	border-radius: 9999px;
	margin-top: 0.5rem;
}

/* ===== Services Grid Widget ===== */

.services-grid {
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
	gap: 2rem;
	justify-items: center;
	margin-top: 3rem;
}

.services-grid__item {
	display: block;
	background-color: #fff;
	border-radius: 12px;
	overflow: hidden;
	text-decoration: none !important;
	width: 100%;
}

.services-grid__image-wrapper {
	color: #16a34a;
}

.services-grid__image {
	width: 100%;
	height: 250px;
	object-fit: cover;
	object-position: center;
	display: block;
}

.services-grid__content {
	padding: 2rem;
	text-align: left;
}

.services-grid__title {
	font-size: 1.25rem;
	font-weight: 700;
	margin-bottom: 0.75rem;
	color: #111;
}

.services-grid__description {
	font-size: 1rem;
	color: #4b5563;
	margin-bottom: 1rem;
}

.services-grid__link {
	color: #0073fd;
	font-weight: 500;
	display: inline-flex;
	align-items: center;
	text-decoration: none;
}

.services-grid__icon {
	width: 1rem;
	height: 1rem;
	margin-left: 0.25rem;
	margin-top: 4px;
	stroke-width: 2;
}

/* CTA Section */
.bl-cta {
	background-color: #2c3e51;
	color: #fff;
	text-align: center;
	position: relative;
	overflow: hidden;
}

.bl-cta-content {
	width: 100%;
}

.bl-cta-title {
	font-size: 2rem;
	font-weight: 700;
	line-height: 1.2;
	margin: 0 0 20px;
	text-align: center;
}

.bl-cta-title:not(.default-color) {
	color: #fff;
}

.bl-cta-description {
	max-width: 700px;
	margin-left: auto;
	margin-right: auto;
	font-size: 1.125rem;
	text-align: center;
}

.bl-cta-description:not(.default-color) {
	color: rgba(255, 255, 255, 0.9);
}

.bl-cta-buttons {
	display: flex;
	gap: 15px;
	justify-content: center;
	flex-wrap: wrap;
}

.bl-cta-button {
	display: inline-block;
	padding: 15px 30px;
	border-radius: 4px;
	font-weight: 600;
	text-decoration: none;
	transition: all 0.3s ease;
	text-align: center;
	min-width: 200px;
}

.bl-cta-button-primary {
	background-color: #ffffff;
	color: #015e9b;
}

.bl-cta-button-primary:hover {
	background-color: #fff;
	transform: translateY(-3px);
	box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2);
}

.bl-cta-button-secondary {
	background-color: transparent;
	color: #fff;
	border: 2px solid #fff;
}

.bl-cta-button-secondary:hover {
	color: #fff;
	background-color: rgba(255, 255, 255, 0.1);
	transform: translateY(-3px);
}

/* Responsive Styles */
@media (max-width: 768px) {
	.bl-cta-title {
		font-size: 2.5rem;
	}

	.bl-cta-description {
		font-size: 1.25rem;
	}

	.bl-cta-buttons {
		flex-direction: column;
		gap: 10px;
	}

	.bl-cta-button {
		width: 100%;
	}
}

/* Testimonials Section */
.bl-testimonials-title {
	color: #2c3e51;
}

.bl-testimonials-description {
	color: #4a5568;
}

.bl-testimonials-slider {
	display: grid;
	gap: 30px;
	grid-template-columns: 1fr;
}

.bl-testimonial-card {
	background: #ffffff;
	padding: 30px 20px;
	transition: all 0.3s ease;
	display: flex;
	flex-direction: column;
	height: 100%;
	position: relative;
	overflow: hidden;
	border-radius: 8px;
	border: 1px solid #e2e8f0;
	box-shadow: 0 5px 20px rgba(0, 0, 0, 0.05);
}

.bl-testimonial-rating {
	color: #f59e0b;
	font-size: 20px;
	margin-bottom: 20px;
	letter-spacing: 2px;
}

.bl-testimonial-text {
	font-size: 15px;
	line-height: 1.7;
	color: #4a5568;
	margin-bottom: 25px;
	font-style: italic;
	position: relative;
	z-index: 1;
}

.bl-testimonial-text::before {
	content: '"';
	font-size: 80px;
	position: absolute;
	top: -20px;
	left: -15px;
	color: rgba(49, 130, 206, 0.1);
	font-family: Georgia, serif;
	z-index: -1;
	line-height: 1;
}

.bl-testimonial-meta {
	display: flex;
	align-items: center;
	margin-top: auto;
}

.bl-testimonial-avatar {
	width: 60px;
	height: 60px;
	border-radius: 50%;
	background-size: cover;
	background-position: center;
	margin-right: 15px;
	border: 3px solid #2c3e51;
}

.bl-testimonial-info {
	flex: 1;
}

.bl-testimonial-name {
	font-size: 18px;
	font-weight: 600;
	margin: 0 0 5px;
	color: #00090f;
	transition: color 0.3s ease;
}

.bl-testimonial-title {
	font-size: 14px;
	color: #4a5568;
	margin: 0;
}

@media (min-width: 768px) {
	.bl-testimonials-slider {
		grid-template-columns: repeat(auto-fill, minmax(350px, 1fr));
	}

	.bl-testimonial-card {
		padding: 40px 30px;
	}

	.bl-testimonial-text {
		font-size: 16px;
	}
}

/* ===== Simple Gallery Widget ===== */

.simple-gallery {
	display: grid;
	grid-template-columns: repeat(var(--gallery-columns, 3), 1fr);
	column-gap: var(--gallery-column-gap, 16px);
	row-gap: var(--gallery-row-gap, 16px);
}

.simple-gallery__item {
	overflow: hidden;
	border-radius: 8px;
	position: relative;
}

.simple-gallery__image {
	width: 100%;
	height: 100%;
	object-fit: cover;
	display: block;
	transition: transform 0.3s ease;
}

.simple-gallery__item:hover .simple-gallery__image {
	transform: scale(1.05);
}

/* ===========================
   Contact Section (BEM)
   =========================== */

.contact {
	background-color: #fff;
	padding: 50px 1.25rem;
}

@media (min-width: 768px) {
	.contact {
		padding: 5rem 1.25rem;
	}
}

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

.contact__grid {
	display: flex;
	gap: 3rem;
	flex-direction: column;
}

.contact__grid > div {
	flex: 1;
}

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

/* Left Column: Form */
.contact__form-title {
	font-size: 1.875rem; /* text-3xl */
	font-weight: 700;
	margin-bottom: 2rem;
}

/* Right Column: Info Box */
.contact__info {
	background-color: #f9fafb; /* gray-50 */
	padding: 2rem;
	border-radius: 0.75rem;
}

.contact__info-title {
	font-size: 1.5rem;
	font-weight: 700;
	margin-bottom: 1.5rem;
}

.contact__info-list {
	display: flex;
	flex-direction: column;
	gap: 1.5rem;
}

.contact__info-item {
	display: flex;
	align-items: flex-start;
}

.contact__info-icon {
	flex-shrink: 0;
	width: 3rem;
	height: 3rem;
	border-radius: 50%;
	background-color: #dee5ed; 
	display: flex;
	align-items: center;
	justify-content: center;
}

.contact__icon-svg {
	width: 1.5rem;
	height: 1.5rem;
	color: #2c3e51; 
}

.contact__info-content {
	margin-left: 1rem;
}

.contact__info-heading {
	font-size: 1.125rem;
	font-weight: 500;
	color: #111827;
}

.contact__info-text {
	margin-top: 0.25rem;
	color: #4b5563; 
	word-break: break-word;
}

/* Social Links */
.contact__social {
	margin-top: 2rem;
}

.contact__social-title {
	font-size: 1.125rem;
	font-weight: 500;
	color: #111827;
	margin-bottom: 1rem;
}

.contact__social-links {
	display: flex;
	gap: 1rem;
}

.contact__social-link {
	color: #6b7280;
	transition: color 0.3s ease;
	text-decoration: none;
}

.contact__social-link:hover {
	color: #2c3e51; 
}

.contact__social-icon {
	width: 1.5rem;
	height: 1.5rem;
}

/* ===========================
   Single Post Page (BEM)
   =========================== */

.single-post {
	background-color: #fff;
	font-family: inherit;
}

/* Hero Section */
.single-post__hero {
	position: relative;
	padding: 5rem 1.25rem;
	background-size: cover;
	background-position: center;
	color: #fff;
}

.single-post__hero-overlay {
	position: absolute;
	inset: 0;
	background-color: rgba(1, 1, 1, 0.6);
	opacity: 0.6;
}

.single-post__hero-content {
	position: relative;
	z-index: 10;
	display: flex;
	align-items: center;
	justify-content: center;
	min-height: 25vh;
}

@media (min-width: 768px) {
	.single-post__hero-content {
		min-height: 50vh;
	}
}

.single-post__hero-inner {
	max-width: 800px;
	text-align: center;
	margin: 0 auto;
}

.single-post__title {
	font-size: 1.875rem; /* 30px */
	font-weight: 700;
	line-height: 1.3;
	margin-bottom: 1.5rem;
}

@media (min-width: 768px) {
	.single-post__title {
		font-size: 3rem; /* 48px */
	}
}

.single-post__excerpt {
	font-size: 1.25rem;
	color: #e5e7eb;
	margin-bottom: 1.5rem;
}

.single-post__meta {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: center;
	gap: 0.5rem 0.75rem;
	font-size: 0.875rem;
	color: rgba(255, 255, 255, 0.8);
}

.single-post__separator {
	opacity: 0.7;
}

.single-post__category {
	background-color: rgba(255, 255, 255, 0.2);
	border-radius: 9999px;
	font-size: 0.75rem;
	padding: 0.25rem 0.75rem;
}

/* Article Body */
.single-post__content {
	max-width: 800px;
	margin: 0 auto;
	padding: 4rem 1.25rem;
}

.single-post__body {
	max-width: 100%;
}

.single-post__text {
	line-height: 1.8;
	font-size: 1.125rem;
	color: #1f2937;
}

.single-post__text img {
	max-width: 100%;
	border-radius: 0.5rem;
}

/* Author Info */
.single-post__author {
	margin-top: 3rem;
	padding-top: 2rem;
	border-top: 1px solid #e5e7eb;
}

.single-post__author-wrapper {
	display: flex;
	align-items: center;
}

.single-post__author-avatar {
	width: 4rem;
	height: 4rem;
	border-radius: 9999px;
}

.single-post__author-info {
	margin-left: 1rem;
}

.single-post__author-name {
	font-size: 1.125rem;
	font-weight: 600;
	color: #111827;
}

.single-post__author-bio {
	color: #4b5563;
	margin-top: 0.25rem;
}

/* Comments */
.single-post__comments {
	margin-top: 2.5rem;
}

/* ===========================
   Archive Page (BEM)
   =========================== */

.archive__container {
	position: relative;
}

/* Hero Section */
.archive__hero {
	position: relative;
	padding: 5rem 0;
	background-size: cover;
	background-position: center;
}

.archive__hero-overlay {
	position: absolute;
	inset: 0;
	background-color: rgba(1, 1, 1, 0.6);
	opacity: 0.6;
}

.archive__hero-content {
	position: relative;
	z-index: 10;
	display: flex;
	align-items: center;
	justify-content: center;
	min-height: 25vh;
}

@media (min-width: 768px) {
	.archive__hero-content {
		min-height: 50vh;
	}
}

.archive__hero-text {
	width: 100%;
	text-align: center;
	color: #fff;
	padding: 0 1.25rem;
	max-width: 1240px;
	margin: 0 auto;
}

.archive__title {
	font-size: 2.25rem; /* 36px */
	font-weight: 700;
	margin-bottom: 1.5rem;
}

@media (min-width: 768px) {
	.archive__title {
		font-size: 3.75rem; /* 60px */
	}
}

.archive__subtitle {
	font-size: 1.25rem; /* 20px */
}

@media (min-width: 768px) {
	.archive__subtitle {
		font-size: 1.5rem; /* 24px */
	}
}

/* Content Section */
.archive__content {
	padding: 3rem 1rem;
}

.archive__posts {
	max-width: 1240px;
	margin: 0 auto;
}

.archive__grid {
	display: grid;
	gap: 2rem;
	margin-bottom: 3rem;
}

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

@media (min-width: 1024px) {
	.archive__grid {
		grid-template-columns: repeat(3, 1fr);
	}
}

.archive__pagination {
	margin-top: 2rem;
	display: flex;
	justify-content: center;
	gap: 0.5rem;
}

.archive__no-posts {
	text-align: center;
}

/* ===========================
   Post Card Component (BEM)
   =========================== */

.post-card {
	background: #fff;
	border-radius: 0.75rem;
	overflow: hidden;
	box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
	display: flex;
	flex-direction: column;
	transition: box-shadow 0.3s ease;
}

.post-card:hover {
	box-shadow: 0 6px 16px rgba(0, 0, 0, 0.12);
}

.post-card__link {
	display: block;
}

.post-card__image-wrapper {
	position: relative;
	height: 12rem;
	background-color: #e5e7eb;
	overflow: hidden;
}

.post-card__image {
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: transform 0.3s ease;
}

.post-card__image:hover {
	transform: scale(1.05);
}

.post-card__category-wrapper {
	position: relative;
	margin-left: 1rem;
	margin-top: -2.5rem;
}

.post-card__category {
	display: inline-block;
	background-color: #2c3e51;
	color: #fff;
	font-size: 0.75rem;
	text-transform: uppercase;
	font-weight: 600;
	letter-spacing: 0.05em;
	padding: 0.25rem 0.75rem;
	border-radius: 9999px;
}

.post-card__content {
	padding: 1.5rem;
	display: flex;
	flex-direction: column;
	flex: 1;
}

.post-card__meta {
	display: flex;
	align-items: center;
	color: #6b7280;
	font-size: 0.875rem;
	margin-bottom: 0.75rem;
}

.post-card__separator {
	margin: 0 0.5rem;
}

.post-card__title {
	font-size: 1.25rem;
	font-weight: 700;
	margin-bottom: 0.75rem;
}

.post-card__title-link {
	color: inherit;
	text-decoration: none;
	transition: color 0.3s ease;
}

.post-card__title-link:hover {
	color: #2c3e51;
}

.post-card__excerpt {
	color: #4b5563;
	margin-bottom: 1rem;
	flex: 1;
}

.post-card__readmore {
	color: #2c3e51;
	font-weight: 500;
	display: inline-flex;
	align-items: center;
	margin-top: auto;
	transition: transform 0.3s ease;
	text-decoration: none;
}

.post-card__readmore:hover .post-card__icon {
	transform: translateX(0.25rem);
}

.post-card__icon {
	width: 1.25rem;
	height: 1.25rem;
	margin-left: 0.25rem;
	transition: transform 0.3s ease;
}

/* ===== Custom Footer Widget ===== */

.footer {
	text-align: center;
	padding: 4rem 1rem;
	background-color: #ffffff;
	display: flex;
	flex-direction: column;
	align-items: center;
	gap: 1.5rem;
}

/* --- Logo --- */
.footer__logo {
	display: flex;
	justify-content: center;
	align-items: center;
}

.footer__logo-image {
	width: auto;
	max-height: 180px;
}

/* --- Menu --- */
.footer__nav {
	display: flex;
	justify-content: center;
	align-items: center;
}

.footer__menu {
	list-style: none;
	display: flex;
	flex-wrap: wrap;
	gap: 0.5rem 1.5rem;
	margin: 0;
	padding: 0;
	justify-content: center;
}

.footer__menu li a {
	text-decoration: none;
	color: #2c3e50;
	font-weight: 500;
	transition: color 0.3s ease;
}

.footer__menu li a:hover {
	color: #d9aa36;
}

.footer__newsletter-text {
	font-size: 14px;
}

/* --- Copyright --- */
.footer__copyright {
	display: flex;
	gap: 20px;
	flex-direction: column;
	font-size: 0.875rem;
	color: #6b7280;
}

/* ===== Simple FAQ Widget ===== */
.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;
	margin-top: 0;
}

.faq__items {
	display: flex;
	flex-direction: column;
	gap: 1rem;
	max-width: 768px;
	margin: 0 auto;
}

.faq__item {
	border: 1px solid #e5e7eb;
	border-radius: 8px;
	overflow: hidden;
	background-color: #fff;
	transition: box-shadow 0.3s ease;
}

.faq__item:hover {
	box-shadow: 0 4px 12px rgba(0, 0, 0, 0.05);
}

/* --- Question Button --- */
.faq__question {
	width: 100%;
	background: none;
	border: none;
	text-align: left;
	font-size: 1.125rem;
	font-weight: 600;
	padding: 1rem 1.25rem;
	display: flex;
	justify-content: space-between;
	align-items: center;
	cursor: pointer;
	color: #111827;
	transition: background-color 0.2s ease;
	text-wrap-mode: wrap;
}

.faq__question:hover,
.faq__question:focus {
	background-color: #f9fafb;
	color: #2c3e50;
}

.faq__icon {
	font-size: 1.5rem;
	line-height: 1;
	color: #0273fd;
	transition: transform 0.3s ease;
}

/* --- Answer Content --- */
.faq__answer {
	overflow: hidden;
	max-height: 0;
	transition: max-height 0.3s ease;
	padding: 0 1.25rem;
	color: #4b5563;
}

.faq__answer p {
	margin: 1rem 0;
}

/* --- Open State --- */
.faq__item--open .faq__question {
	background-color: #f9fafb;
}

.faq__item--open .faq__icon {
	transform: rotate(180deg);
}

.faq__item--open .faq__answer {
	max-height: none !important;
	display: block;
}

ul#menu-main-menu {
    display: flex;
    gap: 24px;
    padding: 0;
}

ul#menu-main-menu li a {
    font-size: 1.125rem;
    font-weight: 500;
    color: #26272c;
    text-decoration: none;
    transition: color 0.2s ease;
}

ul#menu-main-menu > li:hover > a,
ul#menu-main-menu ul.sub-menu li:hover > a
ul#menu-main-menu > li.current-menu-item > a {
	color: var(--e-global-color-accent, #e91e63);
}

#menu-main-menu .menu-item {
	position: relative;
	list-style: none;
}

#menu-main-menu .menu-item-has-children > a::after {
  content: "";
  display: inline-block;
  width: 12px;
  height: 12px;
  margin-left: 6px;
  background-image: url("data:image/svg+xml;utf8,<svg width='6' height='7' viewBox='0 0 11 7' xmlns='http://www.w3.org/2000/svg'><path d='M5.4636 6.38899L0.839326 1.769C0.692474 1.62109 0.692474 1.38191 0.839326 1.23399L1.45798 0.61086C1.60483 0.462945 1.84229 0.462945 1.98915 0.61086L5.72919 4.34021L9.46923 0.61086C9.61608 0.462945 9.85354 0.462945 10.0004 0.61086L10.619 1.23399C10.7659 1.38191 10.7659 1.62109 10.619 1.769L5.99477 6.38899C5.84792 6.5369 5.61046 6.5369 5.4636 6.38899Z'></path></svg>");
  background-repeat: no-repeat;
  background-size: cover;
  transition: transform 0.3s ease;
  vertical-align: middle;
}

#menu-main-menu .menu-item-has-children:hover > a::after {
  transform: rotate(180deg);
}

#menu-main-menu .menu-item .sub-menu {
    position: absolute;
    top: 100%;
    left: 50%;
    padding: 0;
    transform: translateX(-50%);
    border: 1px solid #e4e5e7;
    border-radius: 4px;
    -webkit-box-shadow: 0 0 5px 1px rgba(0, 0, 0, .05);
    box-shadow: 0 0 5px 1px rgba(0, 0, 0, .05);
    border-radius: 4px;
	display: none;
	min-width: max-content;
	background: #ffffff;
	z-index: 999;
}

#menu-main-menu .menu-item .sub-menu li a {
	padding: 16px 20px;
	display: block;
	font-size: 16px;
}

#menu-main-menu .menu-item-has-children:hover .sub-menu {
	display: block;
}

ul#menu-main-menu-1 {
    list-style: none;
    padding: 0;
    display: flex;
    flex-direction: column;
    gap: 20px;
}

ul#menu-main-menu-1 a {
    display: flex;
	color: #26272c;
    transition: color 0.2s ease;
}

ul#menu-main-menu-1 li:hover > a,
ul#menu-main-menu-1 li.current-menu-item > a,
ul#menu-main-menu-1 li.current-menu-parent > a,
ul#menu-main-menu li.current-menu-item > a,
#menu-main-menu .menu-item .sub-menu li:hover a,
#menu-main-menu .menu-item .sub-menu li.current-menu-item a,
#menu-main-menu .menu-item.current-menu-parent > a {
	color: var(--e-global-color-accent, #e91e63);
}

ul#menu-main-menu-1 .sub-menu {
	list-style: none;
}

ul#menu-main-menu-1 .sub-menu li a {
	padding-top: 8px;
	padding-bottom: 8px;
}