/*
Theme Name: HiQ
Theme URI: https://daccaa.com
Author: DACCAA Ltd
Author URI: https://daccaa.com
Description: WordPress theme conversion for HiQ.
Version: 1.0.0
Text Domain: hiq
*/

.custom-logo-link,
.logo .custom-logo-link {
	display: inline-block;
}

.custom-logo {
	width: 100%;
	height: auto;
	display: block;
}

nav a.selected,
nav .current-menu-item > a,
nav .current_page_item > a,
nav .current-menu-ancestor > a,
nav .current-page-ancestor > a {
	color: var(--red);
}

body:not(.homePage):not(.servicesPage):not(.homeImprovementPage):not(.gardeningPage):not(.maintenancePage):not(.contactPage) {
	padding-top: 0;
}

.genericPage {
	padding: 80px 0;
	min-height: 50vh;
}

.genericPage ul {
	padding-left: 24px;
	margin: 20px 0;
}

.footer-links-menu {
	list-style: none;
	margin: 0;
	padding: 0;
}

.footer-links-menu li + li {
	margin-top: 10px;
}

.valuesSection {
	background: linear-gradient(180deg, #f7f8f3 0%, #ebebee 100%);
}

.valuesSection .sectionIntro {
	max-width: 760px;
	margin: 0 auto 40px;
	text-align: center;
}

.valuesSection .sectionIntro h2 {
	margin-bottom: 12px;
}

.valueCards {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 24px;
}

.valueCard {
	background: white;
	border-radius: 18px;
	padding: 36px 30px;
	box-shadow: 0 18px 45px -35px rgba(0, 0, 0, 0.35);
	border-top: 6px solid var(--red);
	text-align: center;
}

.valueCard.vision {
	border-top-color: var(--yellow);
}

.valueCard.objectives {
	border-top-color: var(--green);
}

.valueCard h2 {
	font-size: 32px !important;
	margin-bottom: 12px;
}

.valueIcon {
	width: 72px;
	height: 72px;
	margin: 0 auto 20px;
	border-radius: 999px;
	display: grid;
	place-items: center;
	background: rgba(134, 9, 2, 0.1);
	color: var(--red);
	font-size: 34px;
}

.valueCard.vision .valueIcon {
	background: rgba(255, 168, 5, 0.14);
	color: var(--yellow-hover);
}

.valueCard.objectives .valueIcon {
	background: rgba(82, 141, 28, 0.12);
	color: var(--green);
}

@media screen and (max-width: 980px) {
	.valueCards {
		grid-template-columns: 1fr;
	}
}

.spannrFormWrap {
	display: flex;
	justify-content: center;
	width: 100%;
}

.spannrFormWrap > * {
	margin-left: auto;
	margin-right: auto;
}

.topContactBar {
	background: linear-gradient(
		to right,
		rgb(134, 9, 2) 0%,
		rgb(134, 9, 2) 18%,
		rgb(82, 141, 28) 52%,
		rgb(255, 168, 5) 100%
	);
	color: white;
	padding: 10px 0;
}

.topContactBar .inner {
	display: flex;
	justify-content: space-between;
	align-items: center;
	gap: 24px;
}

.topContactBar .tagline {
	font-weight: 600;
}

.topContactBar .contacts {
	display: flex;
	gap: 24px;
	align-items: center;
}

.topContactBar a {
	color: white;
	text-decoration: none;
	font-weight: 600;
}

.topContactBar a:hover {
	text-decoration: underline;
}

.topContactBar i {
	margin-right: 6px;
}

body.admin-bar header {
	top: 32px;
}

@media only screen and (max-width: 1100px) {
	body.admin-bar .mobileMenuCover,
	body.admin-bar nav {
		height: calc(100vh - 32px);
	}

	body.admin-bar .mobileMenuCover,
	body.admin-bar nav {
		top: 32px;
	}
}

@media screen and (max-width: 782px) {
	body.admin-bar header {
		top: 46px;
	}

	.topContactBar .inner {
		justify-content: center;
		flex-direction: column;
	}

	.topContactBar .contacts {
		gap: 16px;
		flex-wrap: wrap;
		justify-content: center;
	}

	.topContactBar a {
		font-size: 14px;
	}
}

@media only screen and (max-width: 1100px) and (max-width: 782px) {
	body.admin-bar .mobileMenuCover,
	body.admin-bar nav {
		top: 46px;
	}

	body.admin-bar .mobileMenuCover,
	body.admin-bar nav {
		height: calc(100vh - 46px);
	}
}

.screen-reader-text {
	position: absolute;
	width: 1px;
	height: 1px;
	padding: 0;
	margin: -1px;
	overflow: hidden;
	clip: rect(0, 0, 0, 0);
	border: 0;
}
