/* ===================================================================
 * VPH SECTIONS — home-page sections: hero, "Why Choose Us",
 * "Our Best Services", "We Are Always Ready", counters, reviews,
 * process, gallery, offers, FAQ, final CTA.
 * ================================================================ */

/* Home "Our Best Services" row fix — force flex distribution so
   the 3 image-box cards share the remaining space. */
.home .elementor-element-6291fbe .elementor-widget-image-box,
.home-page .elementor-element-6291fbe .elementor-widget-image-box {
	flex: 1 1 0 !important;
	max-width: none !important;
	width: auto !important;
	min-width: 0 !important;
}

/* -------------------------------------------------------------------
 * "Why Choose Us" trust cards — match demo card-style layout.
 * ---------------------------------------------------------------- */
.home .elementor-element-cad7aeb .elementor-widget-icon-box .elementor-icon-box-wrapper {
	background: #f5f5f5;
	padding: 45px 28px 40px;
	border-radius: 4px;
	transition: box-shadow 0.3s ease, transform 0.3s ease;
	height: 100%;
	box-sizing: border-box;
}
.home .elementor-element-cad7aeb .elementor-widget-icon-box:hover .elementor-icon-box-wrapper {
	box-shadow: 0 12px 30px rgba(0, 0, 0, 0.1);
	transform: translateY(-4px);
}
/* Icon: white circle with soft shadow, accent-blue SVG inside */
.home .elementor-element-cad7aeb .elementor-icon {
	background-color: #ffffff !important;
	color: var(--vph-color-accent) !important;
	box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08);
	width: 100px !important;
	height: 100px !important;
	display: inline-flex !important;
	align-items: center;
	justify-content: center;
	margin-bottom: 24px !important;
}
.home .elementor-element-cad7aeb .elementor-icon svg {
	width: 48px !important;
	height: 48px !important;
	fill: var(--vph-color-accent) !important;
}
.home .elementor-element-cad7aeb .elementor-icon svg *,
.home .elementor-element-cad7aeb .elementor-icon svg path,
.home .elementor-element-cad7aeb .elementor-icon svg circle,
.home .elementor-element-cad7aeb .elementor-icon svg g,
.home .elementor-element-cad7aeb .elementor-icon svg polygon {
	fill: var(--vph-color-accent) !important;
}
/* Typography */
.home .elementor-element-cad7aeb .elementor-icon-box-title {
	font-weight: 700 !important;
	margin: 0 0 14px 0 !important;
	font-size: 20px !important;
	color: #000000 !important;
}
.home .elementor-element-cad7aeb .elementor-icon-box-description {
	line-height: 1.7 !important;
	color: #666 !important;
	margin: 0 0 18px 0 !important;
}
/* "LEARN MORE ->" CTA (decorative — the whole icon already links to /contact/) */
.home .elementor-element-cad7aeb .elementor-icon-box-content::after {
	content: "LEARN MORE \2192";
	display: block;
	margin-top: 16px;
	font-weight: 700;
	font-size: 13px;
	letter-spacing: 1.2px;
	color: #000000;
	text-transform: uppercase;
}
/* Equal-height cards: force column children to stretch */
.home .elementor-element-cad7aeb .elementor-container > .elementor-column {
	display: flex !important;
}
.home .elementor-element-cad7aeb .elementor-column .elementor-widget-wrap {
	align-content: stretch;
}
.home .elementor-element-cad7aeb .elementor-widget-icon-box {
	width: 100% !important;
}
/* Hide decorative duplicate button widgets inside Why Choose Us cards. */
.home .elementor-element-cad7aeb .elementor-widget-button {
	display: none !important;
}

/* -------------------------------------------------------------------
 * "We Are Always Ready to Help" section (elementor-element-38cc643)
 * ---------------------------------------------------------------- */
.home .elementor-element-38cc643 {
	background: transparent !important;
	padding: 0 !important;
	width: 100% !important;
	max-width: 100% !important;
	margin-left: 0 !important;
	margin-right: 0 !important;
	left: 0 !important;
}
.home .elementor-element-38cc643 > .elementor-container {
	background: transparent !important;
	max-width: 1430px !important;
}
/* Accent-blue divider under the main heading */
.home .elementor-element-209e41c .elementor-divider-separator {
	border-top-color: var(--vph-color-accent) !important;
	border-top-width: 3px !important;
	max-width: 80px;
}
/* "About Us" CTA button — accent blue default, black hover */
.home .elementor-element-3f458fc .elementor-button {
	background-color: var(--vph-color-accent) !important;
	color: #ffffff !important;
	font-weight: 700 !important;
	letter-spacing: 0.5px !important;
	padding: 14px 32px !important;
	border-radius: 2px !important;
	text-transform: uppercase !important;
	transition: background 0.3s ease, transform 0.2s ease !important;
}
.home .elementor-element-3f458fc .elementor-button:hover {
	background-color: #000000 !important;
	color: #ffffff !important;
	transform: translateY(-2px);
}

/* ===================================================================
 * HOME-PAGE DEMO SECTION NORMALIZATION
 * ================================================================ */

/* 1. Kill demo backgrounds on all 5 sections. */
.home .elementor-element-cad7aeb,
.home .elementor-element-6291fbe,
.home .elementor-element-38cc643,
.home .elementor-element-0af5ab7 {
	background: transparent !important;
	background-color: transparent !important;
}

/* 2. Unify text colors — every heading/body text inside home demo
   sections maps to the VPH token palette. */
.home .elementor-element-3aafd21 .elementor-heading-title,
.home .elementor-element-cad7aeb h1, .home .elementor-element-cad7aeb h2, .home .elementor-element-cad7aeb h3, .home .elementor-element-cad7aeb h4,
.home .elementor-element-6291fbe h1, .home .elementor-element-6291fbe h2, .home .elementor-element-6291fbe h3, .home .elementor-element-6291fbe h4,
.home .elementor-element-38cc643 h1, .home .elementor-element-38cc643 h2, .home .elementor-element-38cc643 h3, .home .elementor-element-38cc643 h4,
.home .elementor-element-0af5ab7 h1, .home .elementor-element-0af5ab7 h2, .home .elementor-element-0af5ab7 h3, .home .elementor-element-0af5ab7 h4,
.home .elementor-element-cad7aeb .elementor-heading-title,
.home .elementor-element-6291fbe .elementor-heading-title,
.home .elementor-element-38cc643 .elementor-heading-title,
.home .elementor-element-0af5ab7 .elementor-heading-title {
	color: var(--vph-text-heading) !important;
}
.home .elementor-element-cad7aeb p, .home .elementor-element-cad7aeb li, .home .elementor-element-cad7aeb .elementor-icon-box-description,
.home .elementor-element-6291fbe p, .home .elementor-element-6291fbe .elementor-image-box-description,
.home .elementor-element-38cc643 p, .home .elementor-element-38cc643 .elementor-icon-box-description,
.home .elementor-element-0af5ab7 p, .home .elementor-element-0af5ab7 .elementor-counter-title {
	color: var(--vph-text-body) !important;
}
/* Hero text is white on dark bg — override the blanket heading color */
.home .elementor-element-3aafd21 .elementor-heading-title,
.home .elementor-element-3aafd21 p,
.home .elementor-element-3aafd21 .elementor-text-editor {
	color: #ffffff !important;
}

/* 3. Neutralize TemplateMela plugin class side effects. */
.home .full_width_section,
.home .full_width_section.elementor-section-full_width,
.home .full_width_section.elementor-section-boxed {
	margin-left: 0 !important;
	margin-right: 0 !important;
	left: auto !important;
	width: 100% !important;
	max-width: 100% !important;
}
.home .banner-column {
	position: static !important;
	transform: none !important;
}
.home .simple-scroll {
	overflow: visible !important;
	transform: none !important;
}

/* 4. Force container width consistency across ALL home sections. */
.home .elementor-top-section > .elementor-container,
.home .elementor-section-boxed > .elementor-container {
	max-width: 1200px !important;
	margin-left: auto !important;
	margin-right: auto !important;
	padding-left: 20px !important;
	padding-right: 20px !important;
}

/* 5. Fix the 38cc643 image column: 2 worker photos side-by-side at
   desktop, stack on mobile. */
.home .elementor-element-38cc643 .elementor-widget-wrap {
	display: flex !important;
	flex-wrap: wrap !important;
	align-items: flex-start !important;
	gap: 16px !important;
}
.home .elementor-element-38cc643 .elementor-widget-image {
	flex: 1 1 calc(50% - 8px) !important;
	max-width: calc(50% - 8px) !important;
	width: auto !important;
	margin: 0 !important;
}
.home .elementor-element-38cc643 .elementor-widget-image img {
	width: 100% !important;
	height: auto !important;
	object-fit: cover !important;
	display: block !important;
}

/* 6. Fix the 0af5ab7 stats row: 3 counters distribute evenly. */
.home .elementor-element-0af5ab7 .elementor-container {
	flex-wrap: nowrap !important;
	gap: 24px !important;
}
.home .elementor-element-0af5ab7 .elementor-container > .elementor-column {
	flex: 1 1 0 !important;
	width: auto !important;
	max-width: none !important;
}

/* ===================================================================
 * VPH HOME PAGE NEW SECTIONS — styles for the 7 inserted sections
 * (Quick Lead Form, Reviews, Local Area, Process, Offers, FAQ,
 * Final CTA). All scoped under .vph-section.
 * ================================================================ */

/* Shared container + section base */
.vph-section {
	padding: 64px 0;
}
.vph-container {
	max-width: 1180px;
	margin: 0 auto;
	padding: 0 24px;
	box-sizing: border-box;
}
.vph-section-head {
	text-align: center;
	margin-bottom: 50px;
}
.vph-section-head h2 {
	font-size: 36px;
	line-height: 1.15;
	margin: 0 0 14px;
	color: #000000;
	font-weight: 800;
}
.vph-section-head .vph-section-sub {
	color: #555;
	font-size: 17px;
	line-height: 1.6;
	margin: 0 auto;
	max-width: 680px;
}
.vph-eyebrow {
	display: inline-block;
	color: var(--vph-color-accent);
	font-weight: 700;
	font-size: 13px;
	letter-spacing: 1.5px;
	text-transform: uppercase;
	margin-bottom: 10px;
}
/* Accent underline beneath section H2 titles */
.vph-section-head h2 {
	position: relative;
	padding-bottom: 18px;
}
.vph-section-head h2::after {
	content: "";
	position: absolute;
	left: 50%;
	bottom: 0;
	transform: translateX(-50%);
	width: 56px;
	height: 3px;
	background: var(--vph-color-accent);
	border-radius: 2px;
}

/* ---- 1. Quick Lead Form section ---- */
.vph-quick-quote-section {
	background: var(--vph-bg-alt);
	padding: 64px 0;
}
.vph-container.vph-container-narrow {
	max-width: 820px !important;
}
/* Home-section edge-to-edge fix — zero Elementor default padding
   when the widget contains a .vph-section wrapper. */
.elementor-section:has(> .elementor-container > .elementor-column > .elementor-widget-wrap > .elementor-widget-html > .elementor-widget-container > .vph-section) > .elementor-container,
.elementor-widget-html:has(> .elementor-widget-container > .vph-section) .elementor-widget-container,
.elementor-widget-wrap:has(> .elementor-element > .elementor-widget-container > .vph-section) {
	padding: 0 !important;
}
/* Fallback for browsers without :has() */
.elementor-section[data-id^="vph-"] .elementor-container,
.elementor-section[data-id^="vph-"] .elementor-widget-wrap,
.elementor-section[data-id^="vph-"] .elementor-widget-html .elementor-widget-container {
	padding: 0 !important;
}
/* Home / service card parity — unify shadow + desktop padding */
.vph-reviews-card,
.vph-local-card,
.vph-process-step,
.vph-offer-card,
.vph-faq-item,
.vph-final-cta-card {
	box-shadow: var(--vph-card-shadow) !important;
}
.vph-quick-quote-card {
	background: #fff;
	border-radius: 8px;
	box-shadow: 0 12px 40px rgba(15, 15, 30, 0.08);
	padding: 50px;
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 50px;
	align-items: start;
}
.vph-quick-quote-intro h2 {
	font-size: 30px;
	margin: 8px 0 14px;
	color: #000000;
	line-height: 1.2;
	font-weight: 800;
}
.vph-quick-quote-intro p {
	color: #555;
	line-height: 1.65;
	margin: 0 0 18px;
}
.vph-quick-quote-bullets {
	list-style: none;
	padding: 0;
	margin: 0;
}
.vph-quick-quote-bullets li {
	color: #000000;
	font-weight: 600;
	padding: 6px 0;
}
.vph-quick-quote-form .wpcf7 {
	margin-top: 0;
}
.vph-quick-quote-form .wpcf7-form p {
	margin: 0 0 14px;
}
.vph-quick-quote-form label {
	display: block;
	font-weight: 700;
	color: #000000;
	font-size: 14px;
	margin-bottom: 4px;
}
.vph-quick-quote-form input[type="text"],
.vph-quick-quote-form input[type="email"],
.vph-quick-quote-form input[type="tel"],
.vph-quick-quote-form select {
	width: 100%;
	padding: 12px 14px;
	border: 1px solid #d8d8d8;
	border-radius: 4px;
	font-size: 16px !important;
	font-family: inherit;
	background: #fff;
	box-sizing: border-box;
}
.vph-quick-quote-form input:focus,
.vph-quick-quote-form select:focus {
	outline: none;
	border-color: #000000;
	box-shadow: 0 0 0 3px rgba(73, 153, 208, 0.2);
}
.vph-quick-quote-form .wpcf7-submit,
.vph-quick-quote-form input[type="submit"] {
	background: var(--vph-color-accent);
	color: #ffffff;
	border: none;
	padding: 16px 32px;
	font-weight: 800;
	font-size: 15px;
	text-transform: uppercase;
	letter-spacing: 0.5px;
	border-radius: 4px;
	cursor: pointer;
	width: 100%;
	margin-top: 8px;
	transition: background 0.25s ease, transform 0.2s ease;
}
.vph-quick-quote-form .wpcf7-submit:hover {
	background: #000000;
	transform: translateY(-2px);
}

/* ---- 2. Reviews section ---- */
.vph-reviews-section {
	background: var(--vph-bg-alt);
}
.vph-reviews-grid {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 28px;
	margin-top: 20px;
}
.vph-review-card {
	background: #f5f5f5;
	padding: 32px 28px;
	border-radius: 6px;
	border-top: 3px solid var(--vph-color-accent);
}
.vph-stars {
	color: #000000;
	font-size: 18px;
	letter-spacing: 3px;
	margin-bottom: 14px;
}
.vph-quote {
	font-style: italic;
	color: #333;
	margin: 0 0 18px;
	line-height: 1.65;
}
.vph-reviewer {
	font-weight: 700;
	color: #000000;
	font-size: 14px;
}
.vph-reviews-footnote {
	text-align: center;
	color: #888;
	font-size: 13px;
	font-style: italic;
	margin: 30px 0 0;
}

/* ---- 3. Local Area section ---- */
.vph-local-section {
	background: var(--vph-bg-alt);
}
.vph-local-grid {
	display: grid;
	grid-template-columns: 3fr 2fr;
	gap: 40px;
	align-items: start;
}
.vph-local-map iframe {
	border-radius: 6px;
	box-shadow: 0 8px 30px rgba(0, 0, 0, 0.1);
	width: 100%;
	height: 400px;
	border: 0;
}
.vph-local-cities {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 12px;
}
.vph-local-cities a {
	background: #fff;
	padding: 14px 18px;
	border-radius: 4px;
	color: #000000;
	text-decoration: none;
	font-weight: 600;
	border: 1px solid #e8e8e8;
	transition: border-color 0.2s ease, transform 0.2s ease;
}
.vph-local-cities a:hover {
	border-color: #000000;
	transform: translateX(4px);
	color: #000000;
}

/* ---- 4. Process section ---- */
.vph-process-section {
	background: #fff;
}
.vph-process-grid {
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	gap: 30px;
}
.vph-process-step {
	text-align: center;
	padding: 20px 16px;
}
.vph-process-num {
	width: 64px;
	height: 64px;
	border: 2px solid var(--vph-color-accent);
	border-radius: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
	margin: 0 auto 18px;
	font-size: 26px;
	font-weight: 800;
	color: var(--vph-color-accent);
	background: #fff;
}
.vph-process-step h3 {
	margin: 0 0 8px;
	color: #000000;
	font-size: 18px;
	font-weight: 700;
}
.vph-process-step p {
	margin: 0;
	color: #666;
	font-size: 14px;
	line-height: 1.55;
}

/* ---- 5. Offers section ---- */
.vph-offers-section {
	background: var(--vph-bg-alt);
}
.vph-offers-grid {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 28px;
}
.vph-offer-card {
	background: #fff;
	padding: 36px 28px;
	border-radius: 6px;
	text-align: center;
	border-bottom: 3px solid var(--vph-color-accent);
}
.vph-offer-icon {
	font-size: 36px;
	margin-bottom: 12px;
}
.vph-offer-card h3 {
	margin: 0 0 12px;
	color: #000000;
	font-size: 18px;
	font-weight: 700;
}
.vph-offer-card p {
	margin: 0;
	color: #555;
	font-size: 14px;
	line-height: 1.6;
}

/* ---- 6. FAQ section ---- */
.vph-faq-section {
	background: var(--vph-bg-alt);
}
.vph-faq-list {
	max-width: 820px;
	margin: 0 auto;
}
.vph-faq-item {
	background: #f5f5f5;
	border-radius: 4px;
	margin-bottom: 12px;
	padding: 0;
	border-left: 3px solid var(--vph-color-accent);
}
.vph-faq-item summary {
	list-style: none;
	cursor: pointer;
	padding: 18px 22px;
	font-weight: 700;
	color: #000000;
	font-size: 16px;
	position: relative;
	outline: none;
}
.vph-faq-item summary::-webkit-details-marker {
	display: none;
}
.vph-faq-item summary::after {
	content: "+";
	position: absolute;
	right: 22px;
	top: 50%;
	transform: translateY(-50%);
	color: #000000;
	font-size: 22px;
	font-weight: 800;
}
.vph-faq-item[open] summary::after {
	content: "\2212";
}
.vph-faq-item p {
	margin: 0;
	padding: 0 22px 22px;
	color: #555;
	line-height: 1.65;
}

/* ---- 7. Final CTA section ---- */
.vph-final-cta-section {
	background: #000000;
	padding: 70px 0;
	color: #fff;
}
.vph-final-cta-section .vph-container {
	text-align: center;
}
.vph-final-cta-section h2 {
	font-size: 36px;
	color: #fff;
	margin: 0 0 14px;
	line-height: 1.15;
	font-weight: 800;
}
.vph-final-cta-section p {
	color: #ddd;
	font-size: 17px;
	margin: 0 0 28px;
}
.vph-final-cta-buttons {
	display: flex;
	justify-content: center;
	gap: 14px;
	flex-wrap: wrap;
}
.vph-services-cta-section {
	background: transparent !important;
	padding: 20px 0 60px !important;
}

/* -------------------------------------------------------------------
 * Featured Projects gallery (vph-projects-1)
 * 6-card 3x2 grid with hover lift, real owner photos
 * ---------------------------------------------------------------- */
.vph-projects-section {
	background: #fff;
	padding: 80px 0;
}
.vph-projects-grid {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 24px;
}
.vph-project-card {
	display: block;
	text-decoration: none;
	border-radius: 6px;
	overflow: hidden;
	box-shadow: 0 6px 20px rgba(0, 0, 0, 0.08);
	transition: transform 0.3s ease, box-shadow 0.3s ease;
	background: #fff;
}
.vph-project-card:hover {
	transform: translateY(-4px);
	box-shadow: 0 14px 36px rgba(0, 0, 0, 0.14);
}
.vph-project-card img {
	display: block;
	width: 100%;
	height: 240px;
	object-fit: cover;
}
.vph-project-caption {
	padding: 18px 20px;
	background: #fff;
	color: #000000;
	font-weight: 700;
	font-size: 15px;
	border-top: 3px solid var(--vph-color-accent);
}
