/*
Theme Name: White Glove Cleaning
Theme URI: https://whiteglovecleaning.ca
Author: White Glove Cleaning
Description: Professional cleaning services theme for White Glove Cleaning — Toronto & GTA.
Version: 1.1.0
Requires at least: 6.0
Tested up to: 6.8
Requires PHP: 7.4
Text Domain: homeclean
Tags: business, custom-menu, featured-images, translation-ready
*/

.alignleft {
	float: left;
	margin: 0 20px 20px 0;
}

.alignright {
	float: right;
	margin: 0 0 20px 20px;
}

.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.screen-reader-text {
	clip: rect(1px, 1px, 1px, 1px);
	position: absolute !important;
	height: 1px;
	width: 1px;
	overflow: hidden;
}

.wg-tagline-block {
	text-align: center;
	padding: 50px 20px;
	background: linear-gradient(135deg, #f9f8f0 0%, #ffffff 100%);
	border-top: 4px solid #4CB911;
}

.wg-tagline-block h2 {
	font-size: 32px;
	line-height: 1.3;
	color: #373737;
	margin: 0 0 15px;
}

.wg-tagline-block .wg-tagline-sub {
	font-size: 20px;
	color: #4CB911;
	font-weight: bold;
	margin: 0 0 10px;
}

.wg-tagline-block .wg-tagline-meta {
	font-size: 16px;
	color: #777;
	line-height: 1.6;
}

.moduletable_stats .wg-stats-grid {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	gap: 20px;
	list-style: none;
	margin: 0;
	padding: 20px 0 40px;
}

.moduletable_stats .wg-stats-grid li {
	flex: 1 1 200px;
	max-width: 280px;
	text-align: center;
	padding: 30px 20px;
	background: #fff;
	border-radius: 5px;
	box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12);
	font-size: 18px;
	font-weight: bold;
	color: #373737;
	text-transform: uppercase;
}

.moduletable_stats .wg-stats-grid li::before {
	content: "✓ ";
	color: #4CB911;
}

.howitwork td p,
.moduletable_because td p {
	text-transform: none;
	font-size: 14px;
	line-height: 1.4;
}

.howitwork td p:first-child {
	text-transform: none;
}

.howitwork .step-title {
	font-weight: bold;
	font-size: 15px;
	text-transform: uppercase;
	margin-bottom: 8px;
	display: block;
}

.estimate-contact-list {
	list-style: none;
	margin: 27px 0 0;
	padding: 0;
}

.estimate-contact-list li {
	padding: 10px 0;
	font-size: 18px;
}

.estimate-contact-list a {
	color: #373737;
	text-decoration: none;
}

.estimate-contact-list a:hover {
	color: #4CB911;
}

.moduletable_services .mod_articleslist_item_content {
	min-height: 0;
}

.moduletable_cont h4 {
	font-size: 24px;
	line-height: 1.3;
}

.moduletable_cont h5 {
	font-size: 16px;
}

.contacts_table td {
	vertical-align: top;
}

/* Trust card */
.wg-trust-section {
	padding: 40px 15px 10px;
}

.wg-trust-card {
	max-width: 1100px;
	margin: 0 auto;
	padding: 42px 36px 38px;
	background: #ffffff;
	border-radius: 24px;
	box-shadow: 0 10px 35px rgba(0, 0, 0, 0.08);
	text-align: center;
}

.wg-trust-stars {
	display: flex;
	justify-content: center;
	gap: 6px;
	margin-bottom: 18px;
	color: #ffc107;
	font-size: 28px;
	line-height: 1;
}

.wg-trust-title {
	margin: 0 0 14px;
	font-size: 32px;
	line-height: 1.25;
	font-weight: 700;
	color: #1a1a1a;
}

.wg-trust-divider {
	width: 48px;
	height: 3px;
	margin: 0 auto 18px;
	background: #76ba43;
	border-radius: 2px;
}

.wg-trust-subtitle {
	margin: 0 0 28px;
	font-size: 18px;
	line-height: 1.5;
	color: #555555;
}

.wg-trust-features {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
	gap: 0;
	margin: 0;
	padding: 0;
	list-style: none;
}

.wg-trust-features li {
	display: flex;
	align-items: center;
	gap: 10px;
	padding: 0 28px;
	font-size: 16px;
	line-height: 1.4;
	color: #333333;
	border-right: 1px solid #dddddd;
}

.wg-trust-features li:last-child {
	border-right: 0;
}

.wg-trust-check {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 22px;
	height: 22px;
	border-radius: 50%;
	background: #76ba43;
	color: #ffffff;
	font-size: 13px;
	font-weight: 700;
	flex-shrink: 0;
}

@media (max-width: 900px) {
	.wg-trust-card {
		padding: 32px 20px 28px;
	}

	.wg-trust-title {
		font-size: 24px;
	}

	.wg-trust-subtitle {
		font-size: 16px;
	}

	.wg-trust-features {
		flex-direction: column;
		gap: 14px;
	}

	.wg-trust-features li {
		border-right: 0;
		padding: 0;
	}
}
