/*!
Theme Name: TopFlowPlumbing
Theme URI: https://www.topflowplumbing.com
Author: Jeff Sherman
Author URI: https://topmarketingagency.com
Description: Custom theme for TopFlowPlumbing
Version: 1.0.0
Tested up to: 5.4
Requires PHP: 5.6
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: topflowplumbing
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned.

TopFlowPlumbing is based on Underscores https://underscores.me/, (C) 2012-2020 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/
*/

/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Generic
	- Normalize
	- Box sizing
# Base
	- Typography
	- Elements
	- Links
	- Forms
## Layouts
# Components
	- Navigation
	- Posts and pages
	- Comments
	- Widgets
	- Media
	- Captions
	- Galleries
# plugins
	- Jetpack infinite scroll
# Utilities
	- Accessibility
	- Alignments

--------------------------------------------------------------*/

/*--------------------------------------------------------------
# Generic
--------------------------------------------------------------*/

/* Normalize
--------------------------------------------- */

/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */

/* Document
	 ========================================================================== */

/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */


@import url('https://fonts.googleapis.com/css2?family=Bebas+Neue&family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap');

html {
	line-height: 1.15;
	-webkit-text-size-adjust: 100%;
}

/* Sections
	 ========================================================================== */

/**
 * Remove the margin in all browsers.
 */
body {
	margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
	display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
	font-size: 2em;
	margin: 0.67em 0;
}

/* Grouping content
	 ========================================================================== */

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
	box-sizing: content-box;
	height: 0;
	overflow: visible;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
	font-family: monospace, monospace;
	font-size: 1em;
}

/* Text-level semantics
	 ========================================================================== */

/**
 * Remove the gray background on active links in IE 10.
 */
a {
	background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
	border-bottom: none;
	text-decoration: underline;
	text-decoration: underline dotted;
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
	font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
	font-family: monospace, monospace;
	font-size: 1em;
}

/**
 * Add the correct font size in all browsers.
 */
small {
	font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}

sub {
	bottom: -0.25em;
}

sup {
	top: -0.5em;
}

/* Embedded content
	 ========================================================================== */

/**
 * Remove the border on images inside links in IE 10.
 */
img {
	border-style: none;
}

/* Forms
	 ========================================================================== */

/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
	font-family: inherit;
	font-size: 100%;
	line-height: 1.15;
	margin: 0;
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
	overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
	text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type="button"],
[type="reset"],
[type="submit"] {
	-webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
	border-style: none;
	padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
	outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */
fieldset {
	padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *		`fieldset` elements in all browsers.
 */
legend {
	box-sizing: border-box;
	color: inherit;
	display: table;
	max-width: 100%;
	padding: 0;
	white-space: normal;
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
	vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
	overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type="checkbox"],
[type="radio"] {
	box-sizing: border-box;
	padding: 0;
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
	height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type="search"] {
	-webkit-appearance: textfield;
	outline-offset: -2px;
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type="search"]::-webkit-search-decoration {
	-webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
	-webkit-appearance: button;
	font: inherit;
}

/* Interactive
	 ========================================================================== */

/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
	display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
	display: list-item;
}

/* Misc
	 ========================================================================== */

/**
 * Add the correct display in IE 10+.
 */
template {
	display: none;
}

/**
 * Add the correct display in IE 10.
 */
[hidden] {
	display: none;
}

/* Box sizing
--------------------------------------------- */

/* Inherit box-sizing to more easily change it's value on a component level.
@link http://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
*,
*::before,
*::after {
	box-sizing: inherit;
}

html {
	box-sizing: border-box;
}

/*--------------------------------------------------------------
# Base
--------------------------------------------------------------*/

/* Typography
--------------------------------------------- */
button,
input,
select,
optgroup,
textarea {
	color: #404040;
	font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
	font-size: 1rem;
	line-height: 1.5;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	clear: both;
	font-family: "Montserrat", sans-serif;
}

dfn,
cite,
em,
i {
	font-style: italic;
}

blockquote {
	margin: 0 1.5em;
}

address {
	margin: 0 0 1.5em;
}

pre {
	background: #eee;
	font-family: "Courier 10 Pitch", courier, monospace;
	line-height: 1.6;
	margin-bottom: 1.6em;
	max-width: 100%;
	overflow: auto;
	padding: 1.6em;
}

code,
kbd,
tt,
var {
	font-family: monaco, consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
}

abbr,
acronym {
	border-bottom: 1px dotted #666;
	cursor: help;
}

mark,
ins {
	background: var(--color-white)9c0;
	text-decoration: none;
}

big {
	font-size: 125%;
}

/* Elements
--------------------------------------------- */
body {
	background: var(--color-white);
}

hr {
	background-color: #ccc;
	border: 0;
	height: 1px;
	margin-bottom: 1.5em;
}

ul {
	list-style: disc;
}

ol {
	list-style: decimal;
}

li>ul,
li>ol {
	margin-bottom: 0;
	margin-left: 1.5em;
}

dt {
	font-weight: 700;
}

dd {
	margin: 0 1.5em 1.5em;
}

/* Make sure embeds and iframes fit their containers. */
embed,
iframe,
object {
	max-width: 100%;
}

img {
	height: auto;
	max-width: 100%;
}

figure {
	margin: 1em 0;
}

table {
	margin: 0 0 1.5em;
	width: 100%;
}

/* Links
--------------------------------------------- */
a {
	color: #4169e1;
}

/* a:visited {
	color: var(--color-white);
} */

a:hover,
a:focus,
a:active {
	color: var(--crimson-red);
}

a:hover,
a:active {
	outline: 0;
}

a {
	text-decoration: none;
}

/* Forms
--------------------------------------------- */
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
	border: 1px solid;
	border-color: #ccc #ccc #bbb;
	border-radius: 3px;
	background: #e6e6e6;
	color: rgba(0, 0, 0, 0.8);
	line-height: 1;
	padding: 0.6em 1em 0.4em;
}

button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
	border-color: #ccc #bbb #aaa;
}

button:active,
button:focus,
input[type="button"]:active,
input[type="button"]:focus,
input[type="reset"]:active,
input[type="reset"]:focus,
input[type="submit"]:active,
input[type="submit"]:focus {
	border-color: #aaa #bbb #bbb;
}

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="number"],
input[type="tel"],
input[type="range"],
input[type="date"],
input[type="month"],
input[type="week"],
input[type="time"],
input[type="datetime"],
input[type="datetime-local"],
input[type="color"],
textarea {
	color: #666;
	border: 1px solid #ccc;
	border-radius: 3px;
	padding: 3px;
}

input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
input[type="number"]:focus,
input[type="tel"]:focus,
input[type="range"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="week"]:focus,
input[type="time"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="color"]:focus,
textarea:focus {
	color: #111;
}

select {
	border: 1px solid #ccc;
}

textarea {
	width: 100%;
}

/*--------------------------------------------------------------
# Layouts
--------------------------------------------------------------*/

/*--------------------------------------------------------------
# Components
--------------------------------------------------------------*/

/* Navigation
--------------------------------------------- */

/* ========== NAVIGATION ========== */
.navbar {
	background: var(--color-white);
	border-bottom: 3px solid var(--navy);
	position: sticky;
	top: 0;
	z-index: 100;
}

.navbar-inner {
	flex-wrap: nowrap !important;
}

/* Logo */
.logo {
	display: block;
	max-width: 268px;
}

.logo-top {
	display: flex;
	align-items: center;
	gap: 4px;
}

/* Nav Menu */
.nav-menu {
	display: flex;
	align-items: center;
	gap: 2px;
	list-style: none;
	padding: 0px;
	margin: 0px;
}

.nav-menu .menu-item {
	position: relative;
}

.nav-menu .menu-item a {
	padding: 24px 14px;
	display: flex;
	align-items: center;
	gap: 5px;
	font-size: 13px;
	font-weight: 700;
	color: var(--navy-dark);
	text-transform: uppercase;
	letter-spacing: 0.5px;
	transition: color 0.2s;
	cursor: pointer;
	white-space: nowrap;
}

.nav-menu .menu-item a :hover {
	color: var(--red);
}

.nav-menu .menu-item a .nav-arrow {
	font-size: 9px;
	opacity: 0.5;
	transition: transform 0.2s;
}

.nav-menu .menu-item:hover .nav-arrow {
	transform: rotate(180deg);
}

/* Dropdown */
.nav-menu .sub-menu {
	list-style: none;
	position: absolute;
	top: 100%;
	left: 0;
	background: var(--color-white);
	border-radius: 8px;
	padding: 0px;
	box-shadow: 0 12px 40px rgba(0, 0, 0, 0.15);
	border: 1px solid var(--light-gray);
	border-top: 3px solid var(--red);
	min-width: 240px;
	z-index: 200;
	opacity: 0;
	visibility: hidden;
	transform: translateY(-8px);
	transition: all 0.25s ease;
	pointer-events: none;
}

.nav-menu .menu-item:hover>.sub-menu {
	opacity: 1;
	visibility: visible;
	transform: translateY(0);
	pointer-events: auto;
}

.nav-menu .menu-item .sub-menu .menu-item a {
	display: block;
	padding: 11px 16px;
	border-radius: 6px;
	font-size: 13px;
	font-weight: 600;
	color: var(--text);
	transition: all 0.15s;
	line-height:1;
}

.nav-menu .menu-item .sub-menu .menu-item a:hover {
	background: var(--light);
	color: var(--red);
}

.nav-menu .sub-menu li.menu-item-has-children .sub-menu {
	left: 100%;
	top: 0;
	margin: 0px;
}

/* Nav Right */
.nav-right {
	display: flex;
	align-items: center;
	gap: 16px;
	flex-shrink: 0;
}

.nav-phone {
	display: flex;
	align-items: center;
	gap: 10px;
}

.nav-phone-icon {
	width: 38px;
	height: 38px;
	border-radius: 50%;
	background: var(--navy-dark);
	display: flex;
	align-items: center;
	justify-content: center;
	color: var(--color-white);
	font-size: 16px;
	flex-shrink: 0;
}

.nav-phone-vanity {
	font-size: 12px;
	font-weight: 800;
	color: var(--navy-dark);
	line-height: 1.3;
}

.nav-phone-number {
	font-size: 12px;
	font-weight: 700;
	color: var(--navy-dark);
	line-height: 1.3;
}

/* Buttons */
/* .btn-red {
	padding: 12px 28px;
	border-radius: 25px;
	background: var(--red);
	color: var(--color-white);
	border: none;
	font-size: 14px;
	font-weight: 700;
	font-family: inherit;
	cursor: pointer;
	text-transform: uppercase;
	letter-spacing: 1.2px;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	gap: 8px;
	transition: background 0.2s;
	white-space: nowrap;
} */

.btn-red:hover {
	background: var(--red-dark);
	color: var(--color-white);
}

.btn-red-lg {
	padding: 16px 40px;
	font-size: 16px;
}

.btn-outline-white {
	padding: 16px 32px;
	background: transparent;
	color: var(--color-white);
	border: 2px solid rgba(255, 255, 255, 0.45);
	border-radius: 25px;
	font-size: 14px;
	font-weight: 700;
	cursor: pointer;
	font-family: inherit;
	text-transform: uppercase;
	letter-spacing: 1px;
	display: inline-flex;
	align-items: center;
	gap: 12px;
	transition: all 0.2s;
}

.btn-outline-white:hover {
	border-color: rgba(255, 255, 255, 0.8);
	background: rgba(255, 255, 255, 0.08);
	color: var(--color-white);
}

.btn-call-info {
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	font-size: 13px;
	gap: 10px;
}

.btn-call-info span {
	line-height: 1;
}

.btn-call-vanity {
	font-weight: 800;
}

/* Hamburger */
.hamburger {
	width: 42px;
	height: 42px;
	border: 2px solid var(--navy-dark);
	border-radius: 6px;
	background: none;
	cursor: pointer;
	display: none;
	align-items: center;
	justify-content: center;
	font-size: 22px;
	color: var(--navy-dark);
	transition: background 0.2s;
	flex-shrink: 0;
}

.hamburger:hover {
	background: var(--light);
}

/* ========== MOBILE MENU ========== */
.mobile-overlay {
	display: none;
	position: fixed;
	inset: 0;
	background: rgba(0, 0, 0, 0.5);
	z-index: 999;
	opacity: 0;
	transition: opacity 0.3s;
}

.mobile-overlay.active {
	display: block;
	opacity: 1;
}

.mobile-menu {
	position: fixed;
	top: 0;
	right: -340px;
	width: 320px;
	height: 100vh;
	height: 100dvh;
	background: var(--color-white);
	z-index: 1000;
	box-shadow: -4px 0 30px rgba(0, 0, 0, 0.2);
	display: flex;
	flex-direction: column;
	transition: right 0.3s ease;
	overflow: hidden;
}

.mobile-menu.active {
	right: 0;
}

.mobile-header {
	padding: 20px 24px;
	border-bottom: 1px solid var(--light-gray);
	display: flex;
	justify-content: space-between;
	align-items: center;
	flex-shrink: 0;
}

.mobile-logo-text {
	font-size: 18px;
	font-weight: 900;
	color: var(--navy-dark);
	letter-spacing: 2px;
	text-transform: uppercase;
	font-style: italic;
}

.mobile-logo-sub {
	font-size: 9px;
	font-weight: 700;
	color: var(--navy-dark);
	text-transform: uppercase;
	letter-spacing: 2px;
}

.mobile-close {
	width: 38px;
	height: 38px;
	border: none;
	background: none;
	font-size: 26px;
	cursor: pointer;
	color: var(--navy-dark);
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 6px;
	transition: background 0.15s;
	padding: 0px;
}

.mobile-close:hover {
	background: var(--light);
}

.mobile-body {
	flex: 1;
	overflow-y: auto;
	padding: 8px 0;
	list-style-type: none;
}

.mobile-body .menu-item a {
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding: 16px 24px;
	font-size: 15px;
	font-weight: 600;
	color: var(--navy-dark);
	border-bottom: 1px solid var(--light-gray);
	transition: background 0.15s;
	position: relative;
}

.mobile-body .menu-item ul.sub-menu .menu-item a {
	padding: 10px 20px;
}

.mobile-body .menu-item a:hover {
	background: var(--light);
}

.mobile-body .menu-item a .nav-arrow {
	position: absolute;
	right: 10px;
	top: 50%;
	transform: translateY(-50%);
	z-index: 999;
	font-size: 18px;
	color: var(--mid-gray);
	font-weight: 400;
	width: 35px;
	height: 35px;
	display: flex;
	justify-content: center;
	align-items: center;
}

.mobile-body .menu-item ul.sub-menu {
	list-style: none;
	padding: 0px;
	margin: 0px;
	display: none;
}

.mobile-footer {
	padding: 20px 24px;
	border-top: 1px solid var(--light-gray);
	text-align: center;
	flex-shrink: 0;
}

.mobile-footer-phone {
	display: flex;
	align-items: center;
	gap: 8px;
	justify-content: center;
	margin-bottom: 16px;
	font-weight: 700;
	color: var(--navy-dark);
	font-size: 16px;
}

.mobile-footer .btn-red {
	width: 100%;
	padding: 16px;
	border-radius: 8px;
	font-size: 15px;
}

/* Posts and pages
--------------------------------------------- */
.sticky {
	display: block;
}

.post,
.page {
	margin: 0;
}

.updated:not(.published) {
	display: none;
}

.page-content,
.entry-content,
.entry-summary {
	margin: 1.5em 0 0;
}

.page-links {
	clear: both;
	margin: 0 0 1.5em;
}

.main-content article img {
	max-width: 100%;
	margin: unset;
	width: auto;
}

/* Comments
--------------------------------------------- */
/* COMMENTS AREA */
.comments-area {
	max-width: 900px;
	margin: 60px auto;
	font-family: "Segoe UI", Arial, sans-serif;
}

/* TITLE */
.comments-title {
	font-size: 28px;
	margin-bottom: 30px;
	font-weight: 600;
	border-bottom: 2px solid #f1f1f1;
	padding-bottom: 10px;
}

/* COMMENT LIST */
.comment-list {
	list-style: none;
	padding: 0;
}

/* COMMENT CARD */
.comment-body {
	background: var(--color-white);
	border-radius: 10px;
	padding: 25px;
	margin-bottom: 25px;
	border: 1px solid #eee;
	box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
	transition: 0.3s;
}

.comment-body:hover {
	box-shadow: 0 10px 25px rgba(0, 0, 0, 0.08);
}

/* AUTHOR SECTION */
.comment-author {
	display: flex;
	align-items: center;
	gap: 12px;
}

.comment-author img {
	border-radius: 50%;
}

.comment-author .fn {
	font-weight: 600;
	color: #222;
}

.comment-author .says {
	font-size: 14px;
	color: #888;
}

/* COMMENT META */
.comment-metadata {
	font-size: 13px;
	color: #777;
	margin-top: 5px;
}

.comment-metadata a {
	text-decoration: none;
	color: #777;
}

.comment-metadata a:hover {
	color: #4CAF50;
}

/* COMMENT CONTENT */
.comment-content {
	margin-top: 15px;
	font-size: 15px;
	line-height: 1.7;
	color: #444;
}

/* REPLY BUTTON */
.comment-reply-link {
	display: inline-block;
	margin-top: 12px;
	font-size: 14px;
	text-decoration: none;
	color: var(--color-white);
	background: #4CAF50;
	padding: 6px 14px;
	border-radius: 5px;
	transition: 0.3s;
}

.comment-reply-link:hover {
	background: #3f9442;
}

/* REPLY FORM */
.comment-respond {
	margin-top: 50px;
	background: #fafafa;
	padding: 30px;
	border-radius: 10px;
	border: 1px solid #eee;
}

/* FORM TITLE */
.comment-reply-title {
	font-size: 24px;
	margin-bottom: 20px;
}

/* FORM INPUTS */
.comment-form textarea,
.comment-form input[type="text"],
.comment-form input[type="email"],
.comment-form input[type="url"] {
	width: 100%;
	padding: 12px;
	border-radius: 6px;
	border: 1px solid #ddd;
	margin-top: 6px;
	margin-bottom: 15px;
	font-size: 14px;
	transition: 0.3s;
}

/* INPUT FOCUS */
.comment-form textarea:focus,
.comment-form input:focus {
	border-color: #4CAF50;
	outline: none;
}

/* LABELS */
.comment-form label {
	font-weight: 500;
}

/* SUBMIT BUTTON */
.form-submit .submit {
	background: #4CAF50;
	color: white;
	border: none;
	padding: 12px 22px;
	font-size: 15px;
	border-radius: 6px;
	cursor: pointer;
	transition: 0.3s;
}

.form-submit .submit:hover {
	background: #3f9442;
}

/* CHECKBOX */
.comment-form-cookies-consent {
	font-size: 14px;
	color: #555;
	margin-bottom: 15px;
}

.comment-content a {
	word-wrap: break-word;
}

.bypostauthor {
	display: block;
}

/* Widgets
--------------------------------------------- */
.widget {
	margin: 0 0 1.5em;
}

.widget select {
	max-width: 100%;
}

/* Media
--------------------------------------------- */
.page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
	border: none;
	margin-bottom: 0;
	margin-top: 0;
	padding: 0;
}

/* Make sure logo link wraps around logo image. */
.custom-logo-link {
	display: inline-block;
}

/* Captions
--------------------------------------------- */
.wp-caption {
	margin-bottom: 1.5em;
	max-width: 100%;
}

.wp-caption img[class*="wp-image-"] {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.wp-caption .wp-caption-text {
	margin: 0.8075em 0;
}

.wp-caption-text {
	text-align: center;
}

/* Galleries
--------------------------------------------- */
.gallery {
	margin-bottom: 1.5em;
	display: grid;
	grid-gap: 1.5em;
}

.gallery-item {
	display: inline-block;
	text-align: center;
	width: 100%;
}

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

.gallery-columns-3 {
	grid-template-columns: repeat(3, 1fr);
}

.gallery-columns-4 {
	grid-template-columns: repeat(4, 1fr);
}

.gallery-columns-5 {
	grid-template-columns: repeat(5, 1fr);
}

.gallery-columns-6 {
	grid-template-columns: repeat(6, 1fr);
}

.gallery-columns-7 {
	grid-template-columns: repeat(7, 1fr);
}

.gallery-columns-8 {
	grid-template-columns: repeat(8, 1fr);
}

.gallery-columns-9 {
	grid-template-columns: repeat(9, 1fr);
}

.gallery-caption {
	display: block;
}

/*--------------------------------------------------------------
# Plugins
--------------------------------------------------------------*/

/* Jetpack infinite scroll
--------------------------------------------- */

/* Hide the Posts Navigation and the Footer when Infinite Scroll is in use. */
.infinite-scroll .posts-navigation,
.infinite-scroll.neverending .site-footer {
	display: none;
}

/* Re-display the Theme Footer when Infinite Scroll has reached its end. */
.infinity-end.neverending .site-footer {
	display: block;
}

/*--------------------------------------------------------------
# Utilities
--------------------------------------------------------------*/

/* Accessibility
--------------------------------------------- */

/* Text meant only for screen readers. */
.screen-reader-text {
	border: 0;
	clip: rect(1px, 1px, 1px, 1px);
	clip-path: inset(50%);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute !important;
	width: 1px;
	word-wrap: normal !important;
}

.screen-reader-text:focus {
	background-color: #f1f1f1;
	border-radius: 3px;
	box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
	clip: auto !important;
	clip-path: none;
	color: #21759b;
	display: block;
	font-size: 0.875rem;
	font-weight: 700;
	height: auto;
	left: 5px;
	line-height: normal;
	padding: 15px 23px 14px;
	text-decoration: none;
	top: 5px;
	width: auto;
	z-index: 100000;
}

/* Do not show the outline on the skip link target. */
#primary[tabindex="-1"]:focus {
	outline: 0;
}

/* Alignments
--------------------------------------------- */
.alignleft {

	/*rtl:ignore*/
	float: left;

	/*rtl:ignore*/
	margin-right: 1.5em;
	margin-bottom: 1.5em;
}

.alignright {

	/*rtl:ignore*/
	float: right;

	/*rtl:ignore*/
	margin-left: 1.5em;
	margin-bottom: 1.5em;
}

.aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 1.5em;
}

/* Front-page styles*/

:root {
	--crimson-red: #ed1c25;
	--color-white: #fff;
	--royal-blue: #2e3694;
	--color-black: #000;
	--heading-font-family: "Bebas Neue";
	--badge-font-family: "Montesrrat";
	--body-font: "Montesrrat";
	--navy: #1a1f71;
	--navy-dark: #0f1350;
	--navy-deep: #0a0d3a;
	--red: #e01e2b;
	--red-dark: #c4181f;
	--light: #f5f6fa;
	--light-gray: #e4e6ef;
	--mid-gray: #7a7e9a;
	--text: #2c2f5e;
	--text-light: #5c5f8a;
	--white: #ffffff;
}

body {
	font-family: "Bebas+Neue";
}

*,
*::before,
*::after {
	box-sizing: border-box;
	margin: 0;
	padding: 0
}

.tf-btn {
	display: inline-block;
	padding: 10px 30px;
	border-radius: 30px;
	color: var(--color-white);
	font-size: 15px;
	font-weight: 600;
	text-transform: uppercase;
	text-decoration: none;
	align-content: center;
}

.btn-default {
	background: var(--crimson-red);
	border: 1px solid var(--crimson-red);
}

.btn-default:hover {
	background: var(--royal-blue);
	border-color: var(--color-white);
	color: var(--color-white);
}

.btn-white {
	background: var(--color-white);
	color: var(--color-black);
	border: 1px solid var(--color-white);
}

.btn-outline {
	border-color: var(--royal-blue);
	color: var(--royal-blue);
}

.btn-white:hover {
	background: var(--royal-blue);
	color: var(--color-white);
	border-color: var(--color-white) !important;
}

/* ========== TOP BAR ========== */
.topbar {
	background: var(--navy-deep);
	padding: 8px 24px;
	display: flex;
	justify-content: center;
	align-items: center;
	gap: 32px;
	font-size: 12px;
	color: rgba(255, 255, 255, 0.7);
}

.topbar span {
	display: inline-flex;
	align-items: center;
	gap: 6px;
}

/* ========== HERO SECTION ========== */
.hero {
	background: linear-gradient(135deg, rgba(10, 13, 58, 0.93) 0%, rgba(26, 31, 113, 0.87) 100%);
	padding: 80px 0px;
	position: relative;
	overflow: hidden;
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
}

.home .hero {
	background: unset;
}

.hero-inner {
	display: grid;
	grid-template-columns: 1fr 500px;
	gap: 48px;
	align-items: center;
}

.hero-content {
	text-align: center;
}

.hero-badge {
	display: inline-block;
	padding: 8px 24px;
	border: 2px solid rgba(255, 255, 255, 0.4);
	border-radius: 4px;
	color: var(--color-white);
	font-size: 13px;
	font-weight: 700;
	letter-spacing: 1.5px;
	text-transform: uppercase;
	margin-bottom: 24px;
}

.hero h1 {
	color: var(--color-white);
	font-size: 42px;
	font-weight: 800;
	margin-bottom: 24px;
	line-height: 1.2;
	text-transform: uppercase;
	letter-spacing: 1px;
}

.hero-desc {
	color: rgba(255, 255, 255, 0.8);
	font-size: 16px;
	line-height: 1.8;
	margin: 0 auto 36px;
	max-width: 580px;
}

.hero-ctas {
	display: flex;
	justify-content: center;
	gap: 16px;
	flex-wrap: wrap;
}

.hero-ctas a {
	text-decoration: none;
}

.hero-emergency {
	margin-top: 20px;
	color: rgba(255, 255, 255, 0.6);
	font-size: 13px;
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 6px;
}

.hero-video-wrapper {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	overflow: hidden;
	z-index: -1;
	/* behind content */
}

.hero-video {
	width: 100%;
	height: 100%;
	object-fit: cover;
	/* cover the hero area */
}

.hero-overlay {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0.4);
}


/* ========== HERO FORM ========== */
.form-card {
	background: var(--color-white);
	border-radius: 12px;
	padding: 28px;
	box-shadow: 0 20px 60px rgba(0, 0, 0, 0.3);
}

.form-card h3 {
	margin-bottom: 4px;
	font-size: 19px;
	font-weight: 800;
	color: var(--navy-dark);
	text-transform: uppercase;
}

.form-subtitle {
	margin-bottom: 20px;
	color: var(--text-light);
	font-size: 13px;
}

.form-wrapper iframe {
	height: 840px !important;
}

.tf-badge {
	display: inline-block;
	background: var(--color-white);
	color: var(--color-black);
	font-size: 16px;
	padding: 7px 14px;
	border-radius: 30px;
	border: 1px solid;
}

.tf-badge-blue {
	padding: 6px 12px;
	background-color: var(--royal-blue);
	color: var(--color-white);
	font-size: 14px;
	border-radius: 4px;
	width: max-content;
}

.tf-badge-center {
	margin-right: auto;
	margin-left: auto;
}

a.tf-btn.call-num {
	display: flex;
	align-items: center;
	gap: 5px;
	border: 1px solid #2e3694;
}

a.tf-btn.call-num span {
	display: block;
	line-height: 1;
	font-weight: 800;
}



/*=========Home page css starst============ */

/* ===== UTILITY ===== */
.container {
	max-width: 1140px;
	margin: 0 auto;
	padding: 0 24px
}

.home-section {
	padding: 88px 0
}

.section-sm {
	padding: 64px 0
}

.bg-light {
	background: var(--light)
}

.bg-navy {
	background: linear-gradient(160deg, var(--navy-deep) 0%, var(--navy) 100%);
	position: relative;
	overflow: hidden
}

.bg-navy::before {
	content: "";
	position: absolute;
	top: -100px;
	right: -100px;
	width: 400px;
	height: 400px;
	border-radius: 50%;
	background: radial-gradient(circle, rgba(224, 30, 43, .06) 0%, transparent 70%)
}

.bg-navy::after {
	content: "";
	position: absolute;
	bottom: -80px;
	left: -80px;
	width: 300px;
	height: 300px;
	border-radius: 50%;
	background: radial-gradient(circle, rgba(255, 255, 255, .02) 0%, transparent 70%)
}

.label {
	display: inline-block;
	padding: 6px 16px;
	border-radius: 4px;
	font-size: 11px;
	font-weight: 700;
	letter-spacing: 1.5px;
	text-transform: uppercase;
	margin-bottom: 16px
}

.label-navy {
	background: var(--navy-deep);
	color: var(--white)
}

.label-outline {
	border: 2px solid var(--navy);
	color: var(--navy);
	background: transparent
}

.label-light {
	border: 2px solid rgba(255, 255, 255, .25);
	color: rgba(255, 255, 255, .85);
	background: transparent
}

.label-red {
	background: var(--red);
	color: var(--white)
}

.heading {
	font-size: 36px;
	font-weight: 900;
	line-height: 1.2;
	text-transform: uppercase;
	letter-spacing: .3px
}

.heading-sm {
	font-size: 28px
}

.heading-white {
	color: var(--white)
}

.bar {
	width: 50px;
	height: 4px;
	border-radius: 2px;
	margin: 16px 0 20px;
	background: var(--red)
}

.bar-center {
	margin-left: auto;
	margin-right: auto
}

.bar-white {
	background: var(--white)
}

.desc {
	font-size: 15px;
	line-height: 1.8;
	color: var(--text-light)
}

.desc-light {
	color: rgba(255, 255, 255, .6)
}

.desc-lg {
	font-size: 16px;
	max-width: 640px
}

.btn {
	padding: 14px 32px;
	border-radius: 8px;
	font-size: 14px;
	font-weight: 700;
	font-family: inherit;
	cursor: pointer;
	text-transform: uppercase;
	letter-spacing: 1px;
	transition: all .2s;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	gap: 8px;
	border: none;
	white-space: nowrap
}

.btn-red {
	background: var(--red);
	color: var(--white);
	padding: 12px 28px;
	border-radius: 25px;
	line-height: 1;
	align-content: center;
}

.btn-red:hover {
	background: var(--red-dark)
}

.btn-navy {
	background: var(--navy);
	color: var(--white)
}

.btn-navy:hover {
	background: var(--navy-dark)
}

.btn-outline {
	background: transparent;
	border: 2px solid var(--navy-dark);
	color: var(--navy-dark)
}

.btn-outline:hover {
	background: var(--navy-dark);
	color: var(--white)
}

.btn-outline-white {
	background: transparent;
	border: 2px solid rgba(255, 255, 255, .4);
	color: var(--white)
}

.btn-outline-white:hover {
	border-color: var(--white);
	background: rgba(255, 255, 255, .08)
}

.btn-pill {
	border-radius: 30px
}

.btn-lg {
	padding: 16px 40px;
	font-size: 15px
}

/* ===== INTRO ===== */
.intro-grid {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 56px;
	align-items: center
}

.intro-img {
	border-radius: 16px;
	overflow: hidden;
	height: 400px;
	position: relative
}

.intro-img img {
	width: 100%;
	height: 100%;
	object-fit: cover
}

.intro-img-badge {
	position: absolute;
	bottom: 20px;
	left: 20px;
	background: var(--red);
	color: var(--white);
	padding: 10px 20px;
	border-radius: 10px;
	font-size: 12px;
	font-weight: 700;
	text-transform: uppercase;
	letter-spacing: 1px;
	display: flex;
	align-items: center;
	gap: 8px
}

.intro-text h2 {
	font-size: 30px;
	font-weight: 900;
	color: var(--navy-dark);
	text-transform: uppercase;
	line-height: 1.25;
	margin-bottom: 4px
}

.intro-text p {
	color: var(--text-light);
	font-size: 15px;
	line-height: 1.8;
	margin-top: 16px
}

/* ===== SERVICE SHOWCASE ===== */
.showcase-tabs {
	display: flex;
	gap: 8px;
	flex-wrap: wrap;
	margin-bottom: 32px
}

.stab {
	padding: 10px 22px;
	border-radius: 8px;
	font-size: 13px;
	font-weight: 700;
	font-family: inherit;
	cursor: pointer;
	text-transform: uppercase;
	letter-spacing: .8px;
	border: 2px solid var(--light-gray);
	background: var(--white);
	color: var(--text);
	transition: all .2s
}

.stab.active {
	background: var(--navy-deep);
	border-color: var(--navy-deep);
	color: var(--white)
}

.stab:hover:not(.active) {
	border-color: var(--navy);
	color: var(--navy)
}

.showcase-panel {
	display: none
}

.showcase-panel.active {
	display: grid;
	grid-template-columns: 380px 1fr;
	gap: 0;
	background: var(--white);
	border-radius: 20px;
	border: 1px solid var(--light-gray);
	overflow: hidden;
	box-shadow: 0 4px 24px rgba(0, 0, 0, .04)
}

.showcase-img {
	position: relative;
	overflow: hidden
}

.showcase-img img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	min-height: 420px
}

.showcase-body {
	padding: 40px 36px;
	display: flex;
	flex-direction: column;
	justify-content: center
}

.showcase-body h3 {
	font-size: 22px;
	font-weight: 900;
	color: var(--navy-dark);
	text-transform: uppercase;
	margin-bottom: 12px;
	line-height: 1.25
}

.showcase-body p {
	color: var(--text-light);
	font-size: 14px;
	line-height: 1.8;
	margin-bottom: 20px
}

.showcase-list {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 8px;
	margin-bottom: 24px
}

.showcase-list-item {
	display: flex;
	align-items: center;
	gap: 8px;
	font-size: 13px;
	font-weight: 600;
	color: var(--text)
}

.scheck {
	width: 20px;
	height: 20px;
	border-radius: 6px;
	background: rgba(224, 30, 43, .08);
	display: flex;
	align-items: center;
	justify-content: center;
	flex-shrink: 0
}

.scheck svg {
	width: 11px;
	height: 11px
}

.showcase-ctas {
	display: flex;
	gap: 10px;
	flex-wrap: wrap
}

.showcase-ctas .btn {
	padding: 11px 24px;
	font-size: 13px
}

/* ===== SERVICE GRID (icons) ===== */
.sgrid {
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	gap: 16px;
	margin-top: 36px;
	padding: 20px;
}

.sgrid-item {
	background: var(--white);
	border: 1px solid #e2e5f0;
	border-radius: 14px;
	padding: 32px 16px 26px;
	display: flex;
	flex-direction: column;
	align-items: center;
	gap: 14px;
	cursor: pointer;
	transition: all .22s;
}

.sgrid-item:hover {
	border-color: rgba(224, 30, 43, .3);
	box-shadow: 0 10px 32px rgba(0, 0, 0, .09);
	transform: translateY(-3px)
}

.sgrid-icon {
	width: 72px;
	height: 72px;
	border-radius: 18px;
	background: #edf0f8;
	display: flex;
	align-items: center;
	justify-content: center;
	transition: background .22s;
}

.sgrid-icon svg {
	width: 40px;
	height: 40px;
}

.sgrid-icon svg .m {
	stroke: #0f1350;
	fill: none;
	transition: stroke .22s;
}

.sgrid-item:hover .m {
	stroke: #fff;
}

.sgrid-icon svg .af {
	fill: #e01e2b;
	stroke: none;
}

.sgrid-icon svg .a {
	stroke: #e01e2b;
	fill: none;
	transition: stroke .22s;
}

.sgrid-item:hover .sgrid-icon {
	background: #0a0d3a
}

.sgrid-item h4 {
	font-size: 13px;
	font-weight: 700;
	color: var(--navy-dark);
	text-transform: uppercase;
	letter-spacing: .3px;
	line-height: 1.3
}

/* Construction cards (dark) */
.cgrid {
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	gap: 16px;
	margin-top: 36px;
	position: relative;
	z-index: 1
}

.cgrid-item {
	background: rgba(255, 255, 255, .05);
	border: 1px solid rgba(255, 255, 255, .08);
	border-radius: 14px;
	padding: 24px 16px;
	text-align: center;
	transition: all .25s;
	cursor: pointer;
	display: block
}

.cgrid-item:hover {
	background: rgba(255, 255, 255, .1);
	transform: translateY(-3px);
	border-color: rgba(255, 255, 255, .15)
}

.cgrid-icon {
	width: 72px;
	height: 72px;
	border-radius: 12px;
	background: rgba(255, 255, 255, .07);
	display: flex;
	align-items: center;
	justify-content: center;
	margin: 0 auto 12px
}

.cgrid-icon svg {
	width: 40px;
	height: 40px
}

.cgrid-item h4 {
	font-size: 13px;
	font-weight: 700;
	color: var(--white);
	text-transform: uppercase;
	letter-spacing: .3px;
	line-height: 1.3
}

/* ===== COMMERCIAL ===== */
.comm-grid {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 56px;
	align-items: center
}

.comm-img {
	border-radius: 16px;
	overflow: hidden;
	height: 380px
}

.comm-img img {
	width: 100%;
	height: 100%;
	object-fit: cover
}

.comm-text h2 {
	font-size: 28px;
	font-weight: 900;
	color: var(--navy-dark);
	text-transform: uppercase;
	line-height: 1.25;
	margin-bottom: 4px
}

.comm-text p {
	color: var(--text-light);
	font-size: 15px;
	line-height: 1.8;
	margin-top: 16px
}

.comm-list {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 8px;
	margin-top: 20px
}

.comm-list span {
	display: flex;
	align-items: center;
	gap: 8px;
	font-size: 13px;
	font-weight: 600;
	color: var(--text)
}

.comm-list span::before {
	content: "✓";
	color: var(--red);
	font-weight: 800
}

/* ===== TESTIMONIALS ===== */
.tgrid {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 20px;
	margin-top: 40px
}

.tcard {
	background: var(--white);
	border: 1px solid var(--light-gray);
	border-radius: 16px;
	padding: 28px 24px
}

.tcard-stars {
	color: #f5a623;
	font-size: 15px;
	letter-spacing: 2px;
	margin-bottom: 12px
}

.tcard p {
	color: var(--text);
	font-size: 14px;
	line-height: 1.75;
	font-style: italic;
	margin-bottom: 16px
}

.tcard-name {
	font-size: 13px;
	font-weight: 700;
	color: var(--navy-dark)
}

.tcard-svc {
	font-size: 11px;
	color: var(--mid-gray);
	text-transform: uppercase;
	letter-spacing: .5px;
	margin-top: 2px
}

/* ===== CTA ===== */
.cta {
	padding: 64px 0;
	text-align: center
}

.cta h2 {
	font-size: 30px;
	font-weight: 900;
	color: var(--navy-dark);
	text-transform: uppercase;
	margin-bottom: 12px
}

.cta p {
	color: var(--text-light);
	font-size: 16px;
	margin-bottom: 28px
}

.cta-btns {
	display: flex;
	justify-content: center;
	gap: 14px;
	flex-wrap: wrap
}

/* ================ Home page css end =======*/


section.why-choose-us .section-title,
section.why-choose-us p {
	color: var(--color-white);
}

.why-choose-item {
	display: flex;
	gap: 10px;
}

.why-choose-item img {
	width: 40px;
	height: 40px;
}

.why-choose-item .why-choose-item-content {
	width: calc(100% - 40px);
}

.why-choose-item .why-choose-item-content h4 {
	color: var(--color-white);
	font-size: 16px;
	font-weight: 600;
}

.why-choose-item .why-choose-item-content p {
	max-width: 75%;
	font-size: 16px;
	margin: 0;
}

.area-map {
	border-radius: 20px;
	overflow: hidden;
	height: 100%;
}

.area-map iframe {
	width: 100%;
	height: 100%;
}

.contact-form-card iframe {
	height: 700px !important;
}

section.review-section {
	background-image: url('/wp-content/uploads/2026/03/Group-651.png');
	background-size: cover;
	background-position: center;
	padding: 100px 15px;
	border-top: 4px solid var(--crimson-red);
	margin-bottom: 60px;
}

.review-section .section-title {
	color: var(--color-white);
	font-size: 30px;
	font-weight: 700;
}

.review-section .section-title::after {
	background: var(--crimson-red);
}

.uflow-review-card {
	width: 420px;
	background: #f3f3f3;
	border-radius: 12px;
	padding: 30px;
	position: relative;
	font-family: Arial, Helvetica, sans-serif;
	box-shadow: 0 10px 25px rgba(0, 0, 0, 0.08);
	border-bottom: 5px solid var(--crimson-red);
}

.uflow-review-card::before {
	content: '';
	background-image: url(http://www.topflowplumbing.com/wp-content/uploads/2026/03/Group-43992.png);
	position: absolute;
	width: 70px;
	height: 70px;
	top: -29px;
	background-size: contain;
	background-repeat: no-repeat;
	right: 20px;
}

.uflow-stars {
	color: #ffb400;
	font-size: 20px;
	margin-bottom: 15px;
	letter-spacing: 3px;
}

.uflow-review-text {
	font-size: 16px;
	color: #222;
	line-height: 1.6;
	margin-bottom: 25px;
}

.uflow-review-footer {
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.uflow-review-author {
	font-size: 18px;
	margin: 0;
	font-weight: 700;
}

.uflow-review-date {
	font-size: 14px;
	color: #777;
}

.uflow-google-icon img {
	width: 35px;
}

.testimonial-slider {
	margin-top: 30px;
}

.review-section .swiper-wrapper {
	padding-top: 30px;
}

.swiper-pagination.swiper-pagination-bullets {
	margin-top: 30px;
	position: relative;
}

.swiper-pagination-bullet {
	padding: 8px;
	border-radius: 50%;
	border: 1px solid var(--color-white);
}

span.swiper-pagination-bullet.swiper-pagination-bullet-active {
	background-color: transparent;
	position: relative;
}

span.swiper-pagination-bullet.swiper-pagination-bullet-active::after {
	content: '';
	background-color: var(--crimson-red);
	width: 100%;
	height: 100%;
	content: '';
	position: absolute;
	width: 70%;
	height: 70%;
	border-radius: 50%;
	background: var(--crimson-red);
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}

/* Inner Sidebar Layout */

/* ===== PAGE HEADER BANNER ===== */
.page-header {
	background: linear-gradient(135deg, rgba(10, 13, 58, 0.95) 0%, rgba(26, 31, 113, 0.9) 100%);
	padding: 48px 24px;
	text-align: center;
}

.page-header h1 {
	color: var(--color-white);
	font-size: 36px;
	font-weight: 800;
	text-transform: uppercase;
	letter-spacing: 1px;
	margin-bottom: 8px;
}

.breadcrumbs {
	display: flex;
	justify-content: center;
	align-items: center;
	gap: 8px;
	font-size: 13px;
	color: rgba(255, 255, 255, 0.5);
	margin-top: 12px;
}

.breadcrumbs a {
	color: rgba(255, 255, 255, 0.7);
	transition: color 0.2s;
}

.breadcrumbs a:hover {
	color: var(--color-white);
}

.breadcrumbs .sep {
	opacity: 0.4;
}

.breadcrumbs .current {
	color: rgba(255, 255, 255, 0.9);
	font-weight: 600;
}

.layout-sidebar {
	padding: 48px 24px 72px;
	display: grid;
	grid-template-columns: 1fr 340px;
	gap: 48px;
	align-items: start;
}

/* --- Main Content Area --- */
.main-content h2 {
	font-size: 26px;
	font-weight: 800;
	color: var(--navy-dark);
	text-transform: uppercase;
	letter-spacing: 0.4px;
	margin-bottom: 6px;
	line-height: 1.3;
}

.main-content h3 {
	font-size: 20px;
	font-weight: 800;
	color: var(--navy-dark);
	margin-top: 32px;
	margin-bottom: 10px;
	text-transform: uppercase;
	letter-spacing: 0.3px;
}

.main-content p {
	color: var(--text-light);
	font-size: 15px;
	line-height: 1.85;
	margin-bottom: 18px;
}

.main-content ul {
	margin: 16px 0 24px 0;
	display: flex;
	flex-direction: column;
	gap: 8px;
}

.main-content ul li {
	display: flex;
	align-items: flex-start;
	gap: 10px;
	color: var(--text);
	font-size: 14px;
	line-height: 1.6;
	font-weight: 500;
}

.main-content ul li::before {
	content: "✓";
	color: var(--red);
	font-weight: 800;
	font-size: 15px;
	flex-shrink: 0;
	margin-top: 1px;
}

.main-content .blue-bar {
	width: 60px;
	height: 4px;
	background: var(--navy);
	border-radius: 2px;
	margin-bottom: 24px;
}

.main-content blockquote {
	border-left: 4px solid var(--red);
	background: var(--light);
	padding: 20px 24px;
	margin: 24px 0;
	border-radius: 0 8px 8px 0;
	font-size: 15px;
	color: var(--text);
	line-height: 1.7;
	font-style: italic;
}

/* .main-content img, */
.main-content .content-placeholder {
	width: 100%;
	height: 280px;
	background: linear-gradient(135deg, var(--navy) 0%, var(--navy-dark) 100%);
	border-radius: 12px;
	margin: 24px 0;
	display: flex;
	align-items: center;
	justify-content: center;
	color: rgba(255, 255, 255, 0.3);
	font-size: 14px;
	font-weight: 600;
	text-transform: uppercase;
	letter-spacing: 1px;
	position: relative;
	overflow: hidden;
}

.main-content .content-placeholder::after {
	content: "";
	position: absolute;
	bottom: 0;
	right: 0;
	width: 100px;
	height: 100px;
	background: var(--red);
	border-radius: 100% 0 0 0;
	opacity: 0.2;
}

/* --- Sidebar --- */
.sidebar {
	display: flex;
	flex-direction: column;
	gap: 28px;
	position: sticky;
	top: 96px;
}

/* Sidebar: Estimate Form */
.sidebar-form {
	background: var(--color-white);
	border: 2px solid var(--light-gray);
	border-radius: 12px;
	padding: 24px;
}

.sidebar-form h3 {
	font-size: 18px;
	font-weight: 800;
	color: var(--navy-dark);
	text-transform: uppercase;
	margin-bottom: 22px;
}

.sidebar-form .form-subtitle {
	font-size: 12px;
	color: var(--text-light);
	margin-bottom: 16px;
}

.sidebar-form .estimate-form {
	display: flex;
	flex-direction: column;
	gap: 10px;
}

.sidebar-form .estimate-form input,
.sidebar-form .estimate-form select,
.sidebar-form .estimate-form textarea {
	width: 100%;
	padding: 12px 14px;
	border: 1.5px solid var(--light-gray);
	border-radius: 8px;
	font-size: 14px;
	font-family: inherit;
	outline: none;
	transition: border-color 0.2s, box-shadow 0.2s;
	background: var(--color-white);
	color: var(--text);
}

.sidebar-form .estimate-form input::placeholder,
.sidebar-form .estimate-form textarea::placeholder {
	color: var(--mid-gray);
}

.sidebar-form .estimate-form select {
	color: var(--mid-gray);
	appearance: none;
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='8'%3E%3Cpath fill='%237a7e9a' d='M1 1l5 5 5-5'/%3E%3C/svg%3E");
	background-repeat: no-repeat;
	background-position: right 14px center;
	padding-right: 36px;
}

.sidebar-form .estimate-form select.has-value {
	color: var(--text);
}

.sidebar-form .estimate-form input:focus,
.sidebar-form .estimate-form select:focus,
.sidebar-form .estimate-form textarea:focus {
	border-color: var(--navy);
	box-shadow: 0 0 0 3px rgba(26, 31, 113, 0.1);
}

.sidebar-form .estimate-form textarea {
	min-height: 70px;
	resize: vertical;
}

.sidebar-form .form-submit {
	padding: 13px 20px;
	background: var(--red);
	color: var(--color-white);
	border: none;
	border-radius: 8px;
	font-size: 15px;
	font-weight: 700;
	font-family: inherit;
	cursor: pointer;
	text-transform: uppercase;
	letter-spacing: 1px;
	transition: background 0.2s;
	width: 100%;
}

.sidebar-form .form-submit:hover {
	background: var(--red-dark);
}

/* Sidebar: Quick Links / Services */
.sidebar-widget {
	background: var(--light);
	border-radius: 12px;
	padding: 24px;
}

.sidebar-widget h4 {
	font-size: 15px;
	font-weight: 800;
	color: var(--navy-dark);
	text-transform: uppercase;
	letter-spacing: 0.5px;
	margin-bottom: 16px;
	padding-bottom: 12px;
	border-bottom: 2px solid var(--navy);
}

.sidebar-widget a {
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding: 11px 14px;
	font-size: 14px;
	font-weight: 600;
	color: var(--text);
	border-radius: 8px;
	transition: all 0.15s;
	margin-bottom: 4px;
}

.sidebar-widget a:hover {
	background: var(--color-white);
	color: var(--red);
	padding-left: 18px;
}

.sidebar-widget a .arrow {
	color: var(--mid-gray);
	font-size: 14px;
	transition: color 0.15s;
}

.sidebar-widget a:hover .arrow {
	color: var(--red);
}

/* Sidebar: Contact Card */
.sidebar-contact {
	background: var(--navy);
	border-radius: 12px;
	padding: 24px;
	text-align: center;
}

.sidebar-contact h4 {
	font-size: 15px;
	font-weight: 800;
	color: var(--color-white);
	text-transform: uppercase;
	letter-spacing: 0.5px;
	margin-bottom: 12px;
}

.sidebar-contact p {
	color: rgba(255, 255, 255, 0.6);
	font-size: 13px;
	line-height: 1.6;
	margin-bottom: 16px;
}

.sidebar-contact .contact-phone {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 10px;
	margin-bottom: 16px;
}

.sidebar-contact .contact-phone-icon {
	width: 40px;
	height: 40px;
	border-radius: 50%;
	background: rgba(255, 255, 255, 0.1);
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 18px;
}

.sidebar-contact .contact-phone-text {
	text-align: left;
}

.sidebar-contact .contact-phone-vanity {
	font-size: 14px;
	font-weight: 800;
	color: var(--color-white);
}

.sidebar-contact .contact-phone-number {
	font-size: 13px;
	font-weight: 600;
	color: rgba(255, 255, 255, 0.7);
}

.sidebar-contact .btn-red {
	width: 100%;
	border-radius: 8px;
	padding: 14px;
}

/* Inner Sidebar Layout */

/* Inner Pages Css Start */

section.tf-page-hero {
	background-color: var(--royal-blue);
	padding: 60px 0px;
	text-align: center;
	color: var(--color-white);
}

h1#pageTitle {
	font-size: 50px;
	margin: 0;
	text-transform: uppercase;
	font-weight: 500;
	line-height: 60px;
	font-family: 'Bebas Neue', sans-serif;
	word-spacing: -1px;
}

.archive h1#pageTitle span {
	font-size: 50px;
	font-weight: 500;
	line-height: 60px;
	font-family: 'Bebas Neue', sans-serif;
	word-spacing: -1px;
}


.page-content-wrapper {
	display: grid;
	grid-template-columns: 1fr 360px;
	gap: 50px;
}

.blog .main-content .row .col-lg-4,
.main-content .row .col-lg-4 {
	margin-bottom: 24px;
}

.blog-card {
	border-radius: 16px;
	overflow: hidden;
	background: var(--color-white);
	transition: 0.3s;
	border: 1px solid #ddd;
	height: 100%;
}

.blog-card:hover {
	box-shadow: 0px 0px 20px rgba(0 0 0 / 50%);
	transform: translateY(-4px);
}

.main-content .blog-card-image img {
	width: 100%;
	height: 240px;
	object-fit: cover;
	display: block;
	max-width: 100% !important;
}

.blog-card-content {
	border-radius: 15px;
	margin-top: -15px;
	position: relative;
	z-index: 1;
	background: var(--color-white);
	padding: 15px;
}

.blog-card-category {
	color: var(--royal-blue);
	font-weight: 600;
	font-size: 14px;
	margin-bottom: 10px;
}

.main-content .blog-card-title,
.main-content .blog-card-title a {
	margin-bottom: 12px;
	color: var(--color-black);
	font-weight: 600;
	font-size: 17px;
	overflow: hidden;
	text-overflow: ellipsis;
}

.blog-card-excerpt {
	color: #1d1d1d;
	font-size: 16px;
	margin-bottom: 18px;
	font-family: "Montserrat", sans-serif;
}

.blog-card-footer {
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.page-template-template-services .blog-card-footer {
	justify-content: flex-end;
}

.blog-card-date {
	color: var(--royal-blue);
	font-size: 16px;
}

.blog-card-arrow {
	width: 40px;
	height: 40px;
	border-radius: 50%;
	border: 2px solid var(--royal-blue);
	display: flex;
	align-items: center;
	justify-content: center;
	color: var(--royal-blue);
	font-weight: bold;
	transform: rotate(-45deg);
	transition: all 0.3s;
}

.blog-card-arrow:hover {
	transform: rotate(0deg);
	background-color: var(--royal-blue);
	color: var(--color-white);
}

.sidebar {
	position: sticky;
	top: 180px;
	height: fit-content;
}

.sidebar-widget {
	background: var(--color-white);
	border-radius: 20px;
	padding: 2rem;
	margin-bottom: 2rem;
	box-shadow: 0 10px 40px rgba(0, 0, 0, .08);
}

.services-list {
	list-style: none;
	padding: 0;
	margin: 0;
}

.services-list li {
	margin-bottom: 0;
}

.services-list a {
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding: 1rem 0;
	color: var(--deep-forest);
	text-decoration: none;
	border-bottom: 1px solid var(--gray-200);
	font-weight: 500;
	transition: all .3s;
}


.services-list a:hover {
	color: var(--moss-green);
	padding-left: .5rem;
}

.single-post h3 {
	font-size: 26px;
}

.single-post h2 {
	font-size: 30px;
}

.single-post p,
.single-post li {
	color: #050306;
	font-weight: 400;
}

.single-post a {
	text-decoration: none;
}

p,
a,
span {
	font-size: 15px;
	line-height: 33px;
	font-family: "Montserrat", sans-serif;
	font-weight: 400;
}

span.post-category a {
	color: var(--royal-blue);
	font-weight: 400;
}

.title_text h5 {
	display: inline-block;
	background: #ddd;
	color: #000;
	padding: 6px 23px;
	font-size: 16px;
	border-radius: 30px;
}

.row.about-plumbing-row:nth-child(even) {
	flex-direction: row-reverse;
	margin-top: 50px;
}

/* Inner Pages Css End */

/* Blog Page css Start */

#primary {
	padding: 3rem 0;
}

.blog-card-content a {
	text-decoration: none;
}

.single-post .site-main {
	padding: 3rem 0;

}

.single-post ul {
	margin: 0;
}

.single-post ol {
	padding: 0;
}

.sidebar ul.services-list li a {
	border-bottom: 1px solid #000;
	color: #000;
	font-size: 17px;
	font-weight: normal;
	border-radius: 0px;
}

aside.sidebar .sidebar-widget {
	border: 2px solid var(--royal-blue);
}

nav.navigation {
	justify-content: center;
	align-items: center;
}

.pagination .page-numbers {
	display: flex;
	justify-content: center;
	align-items: center;
	margin: 5px;
	border: 1px solid var(--royal-blue);
	min-width: 40px;
	height: 40px;
	padding: 10px;
	border-radius: 5px;
	text-decoration: none;
	color: var(--royal-blue);
}

.pagination .page-numbers.current,
.pagination .page-numbers:hover {
	background-color: var(--royal-blue);
	color: var(--color-white);
}

/* Blog Page css End */


/* Service Inner Page Css */

section.plumbing-solution-section {
	background-image: url(/wp-content/uploads/2026/03/Group-9382-1-1.jpg);
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
	padding: 70px 0px;
	border-top: 3px solid var(--crimson-red);
	border-bottom: 3px solid var(--crimson-red);
}

.justify-content-center {
	justify-content: center !important;
}

.plumbing-solution-content h2 {
	color: var(--color-white);
	font-weight: 800;
	margin: 0 0 10px 0;
}

.about-us-content h2 {
	font-size: 31px;
	line-height: 40px;
	font-weight: 800;
	margin: 0 0 30px 0;
}

.plumbing-solution-content p {
	color: var(--color-white);
}

.plumbing-solution-box {
	background: var(--color-white);
	border: 2px solid var(--crimson-red);
	padding: 40px;
	border-radius: 20px;
	text-align: center;
	height: 100%;
	transition: all 0.35s ease;
	position: relative;
}

.plumbing-solution-box:hover {
	transform: translateY(-8px);
	box-shadow: 0 18px 35px rgba(0, 0, 0, 0.15);
}

.icon_block {
	margin-bottom: 20px;
	transition: 0.35s ease;
}

.icon_block img {
	width: 60px;
	height: auto;
	transition: all 0.35s ease;
}

.plumbing-solution-box:hover .icon_block img {
	transform: scale(1.1);
}

.plumbing-solution-box h4 {
	font-size: 24px;
	font-family: 'Montserrat', sans-serif;
	font-weight: 700;
	margin-bottom: 0;
	transition: 0.3s;
}

.plumbing-solution-box:hover h4 {
	transform: translateY(-2px);
}

.plumbing-solution-box::after {
	position: absolute;
	inset: 0;
	border-radius: 20px;
	transition: 0.3s;
}

.plumbing-solution-box:hover::after {
	border-color: var(--crimson-red);
	opacity: 0.2;
}

.plumbing-solution-box h4,
.plumbing-trust-box h4 {
	font-size: 24px;
	font-family: 'Montserrat';
	font-weight: 700;
}

.plumbing-trust-box {
	height: 100%;
	padding: 30px;
	border-radius: 20px;
	background: #fff;
	box-shadow: 0 8px 20px rgba(0, 0, 0, 0.08);
	transition: all 0.35s ease;
	position: relative;
}

.plumbing-trust-box:hover {
	transform: translateY(-8px);
	box-shadow: 0 18px 35px rgba(0, 0, 0, 0.15);
}

.plumbing-trust-box img {
	width: 70px;
	background: var(--royal-blue);
	padding: 15px;
	border-radius: 10px;
	margin-bottom: 20px;
	transition: all 0.35s ease;
}

.plumbing-trust-box:hover img {
	transform: scale(1.08);
}

.plumbing-trust-box:hover h4 {
	transform: translateY(-2px);
}

.plumbing-trust-box p {
	margin: 0;
	color: #555;
	line-height: 1.6;
	transition: 0.3s;
}

.plumbing-trust-box:hover p {
	opacity: 0.9;
}

.plumbing-trust-box::after {
	content: "";
	position: absolute;
	inset: 0;
	border-radius: 20px;
	border: 1px solid transparent;
	transition: 0.3s;
}

.plumbing-trust-box:hover::after {
	border-color: rgba(0, 0, 0, 0.08);
}


section.zigzag_section {
	background: #f8f8f8;
	padding-top: 10px;
	padding-bottom: 75px;
}

section.zigzag_section .row {
	margin-top: 70px;
}

section.zigzag_section .row:nth-child(even) {
	flex-direction: row-reverse;
}

.america-sec-content h5 {
	font-family: 'Montserrat';
	font-size: 12px;
	background: var(--royal-blue);
	width: fit-content;
	color: var(--color-white);
	padding: 7px 15px;
	border-radius: 7px;
}

.america-sec-content h2 {
	font-size: 31px;
	line-height: 40px;
	font-weight: 700;
	margin: 0 0 30px 0;
}

.america-sec-content p {
	color: #000000;
	line-height: 27px;
}

li {
	font-size: 15px;
	font-family: "Montserrat", sans-serif;
	font-weight: 400;
}

h2.blue-border-heading {
	position: relative;
	color: #000000 !important;
}

h2.blue-border-heading::after {
	content: "";
	position: absolute;
	border: 4px solid var(--royal-blue);
	width: 120px;
	height: 6px;
	bottom: -5px;
	transform: translate(-115%, 100%);
}

.america-sec-content h2.blue-border-heading::after {
	right: 0;
	left: 140px;
}

.america-sec-img img {
	width: 87%;
	box-shadow: 25px 25px 0px var(--royal-blue);
	border-radius: 20px;
}

section.backup_power_section {
	margin: 50px 0px;
}

.backup_power_block {
	position: relative;
}

.backup_power_row {
	display: flex;
	flex-wrap: wrap;
	position: relative;
	z-index: 1;
	margin-bottom: 30px;
	transition: 0.3s ease;
}

.backup_power_icon {
	width: 90px;
	height: 90px;
	border: 1px solid var(--crimson-red);
	display: flex;
	justify-content: center;
	align-items: center;
	background: var(--color-white);
	border-radius: 50%;
	box-shadow: 3px 2px 0px var(--crimson-red);
	transition: 0.3s ease;
}

.backup_power_row:hover {
	transform: translateX(5px);
}

.backup_power_row:hover .backup_power_icon {
	box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
}

.backup_power_row:hover .backup_power_icon img {
	transform: scale(1.05);
}

.backup_power_icon img {
	height: 50px;
	transition: 0.5s;
	transition: 0.3s ease;
}

.backup_power_content {
	width: calc(100% - 90px);
	padding-left: 26px;
}

.backup_power_content h4 {
	font-weight: 600;
	margin-bottom: 8px;
	font-size: 22px;
}

.backup_power_content p {
	margin: 0px;
}

section.flow_plumbing-section {
	padding: 50px 0px;
	background: #f5f5f5;
	margin: 50px 0px;
}

section.flow_plumbing-section .title_text {
	margin-bottom: 30px;
}

section.flow_plumbing-section .plumbing-solution-box:hover {
	box-shadow: 0px 0px 20px rgba(0 0 0 / 20%);
	border-color: var(--royal-blue);
}

.about_plumbing_title h2 {
	font-weight: 800;
}

section.about_section_new {
	margin: 50px 0px;
}

.about_plumbing_image {
	height: 100%;
}

.about_plumbing_image img {
	border-radius: 15px;
	height: 100%;
}

section.about_section_new h2.blue-border-heading {
	padding-bottom: 15px;
	margin-bottom: 17px;
}

section.about_section_new h2.blue-border-heading::after {
	left: 0px;
	transform: translate(0px, 0px);
	bottom: 0px;
}

.icon_block img {
	height: 67px;
}

section.plumbing-solution-section {
	/*     margin: 70px 0px; */
	padding: 70px 0px;
	border-top: 3px solid var(--crimson-red);
	border-bottom: 3px solid var(--crimson-red);
}

.plumbing-solution-content h2 {
	color: var(--color-white);
	font-weight: 800;
	margin: 0 0 10px 0;
}

.plumbing-solution-content p {
	color: var(--color-white);
}

.plumbing-solution-box {
	background: var(--color-white);
	border: 2px solid var(--crimson-red);
	padding: 40px;
	border-radius: 20px;
	text-align: center;
	height: 100%;
}

.plumbing-solution-box h4,
.plumbing-trust-box h4 {
	font-size: 24px;
	font-family: 'Montserrat';
	font-weight: 700;
}

.plumbing-solution-box p {
	margin: 0;
	font-family: 'Montserrat';
	font-weight: 500;
}

.plumbing-trust-box img {
	width: 90px;
	background: var(--royal-blue);
	padding: 15px;
	border-radius: 10px;
	margin-bottom: 20px;
}

section.plumbing-trust-section {
	padding: 70px 0px;
}

.plumbing-trust-box p {
	margin: 0;
}

.tab-content {
	display: none;
}

.tab-content.active {
	display: block;
}

.tab-menu li {
	cursor: pointer;
}

.main-content ul.tab-menu {
	list-style: none;
	padding: 0;
	margin-bottom: 30px;
	grid-gap: 15px;
	flex-direction: unset;
}

.main-content .tab-menu li {
	cursor: pointer;
	background: var(--crimson-red);
	border: 1px solid var(--crimson-red);
	padding: 15px 20px;
	border-radius: 30px;
	color: var(--color-white);
	font-size: 15px;
	font-weight: 600;
	text-align: center;
}

.main-content .tab-menu li.active {
	background: var(--royal-blue);
}

.main-content .tab-menu li:hover {
	background: var(--royal-blue);
}

section.plumbing-service-sec {
	padding: 70px 0px;
	border-bottom: 3px solid var(--crimson-red);
}

.tabing_row {
	background: var(--color-white);
	box-shadow: 4px 4px 20px rgba(0, 0, 0, .1);
	padding: 40px;
	border-radius: 20px;
}

.tabing_row_image img {
	border-radius: 15px;
}

.tabing_row_content h3 {
	font-size: 28px;
	font-family: 'Montserrat';
	font-weight: 700;
}

/* Service Inner Page Css */

.review-us-section {
	padding: 5rem 0;
}

.review-container {
	max-width: 900px;
	margin: 0 auto
}

.review-intro {
	text-align: center;
	margin-bottom: 4rem
}

.review-intro-text {
	font-size: 1.15rem;
	color: #666;
	line-height: 1.9;
	max-width: 700px;
	margin: 0 auto 2rem
}

.review-intro-text strong {
	color: var(--royal-blue);
}

.satisfaction-badge {
	display: inline-flex;
	align-items: center;
	gap: .75rem;
	background: rgba(156, 181, 157, .15);
	border: 2px solid var(--royal-blue);
	padding: 1rem 2rem;
	border-radius: 60px
}

.satisfaction-badge .icon {
	width: 28px;
	height: 28px
}

.satisfaction-badge .icon svg {
	stroke: var(--royal-blue);
	stroke-width: 2;
	fill: none
}

.satisfaction-badge span {
	font-weight: 700;
	font-size: 1.1rem;
	color: #666;
}

.review-cards {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 30px;
	margin-bottom: 4rem;
}

.review-card {
	background: var(--color-white);
	border-radius: 24px;
	padding: 3rem 2.5rem;
	text-align: center;
	border: 2px solid #edf2f7;
	transition: all .4s cubic-bezier(.4, 0, .2, 1);
	position: relative;
	overflow: hidden;
}

.review-card::before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	height: 5px;
	transition: all .4s
}

.review-card.positive::before {
	background: var(--royal-blue);
}

.review-card.negative::before {
	background: var(--crimson-red);
}

.review-card:hover {
	transform: translateY(-10px);
	box-shadow: 0 30px 80px rgba(0, 0, 0, .12);
	border-color: transparent
}

.review-card.positive:hover {
	box-shadow: 0 30px 80px rgba(74, 157, 91, .2)
}

.review-card.negative:hover {
	box-shadow: 0 30px 80px rgba(224, 120, 80, .2)
}

.review-card-emoji {
	font-size: 4rem;
	margin-bottom: 1.5rem;
	display: block
}

.review-card h3 {
	font-size: 1.5rem;
	color: #1a2e0e;
	margin-bottom: 1rem
}

.review-card p {
	color: #666;
	font-size: 1.05rem;
	line-height: 1.7;
	margin-bottom: 2rem
}

.review-btn {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	gap: .75rem;
	padding: 12px 30px;
	border-radius: 16px;
	font-weight: 700;
	font-size: 1.1rem;
	text-decoration: none;
	transition: all .3s cubic-bezier(.4, 0, .2, 1);
	cursor: pointer;
	border: none;
	font-family: 'DM Sans', sans-serif;
}

.review-btn .icon {
	width: 28px;
	height: 28px
}

.review-btn .icon svg {
	fill: currentColor;
	stroke: none
}

.review-btn.positive {
	background: var(--royal-blue);
	color: var(--color-white);
	box-shadow: 0 8px 30px rgba(74, 157, 91, .4)
}

.review-btn.positive:hover {
	background: var(--royal-blue);
	transform: translateY(-3px);
	box-shadow: 0 12px 40px rgba(74, 157, 91, .5)
}

.review-btn.negative {
	background: var(--crimson-red);
	color: var(--color-white);
	box-shadow: 0 8px 30px rgba(224, 120, 80, .4)
}

.review-btn.negative:hover {
	background: var(--royal-blue);
	transform: translateY(-3px);
	box-shadow: 0 12px 40px rgba(224, 120, 80, .5)
}

/* Footer css start */
.cta-box {
	position: relative;
	z-index: 10;
	bottom: -48px;
	padding: 0 24px;
}

.cta-box-inner {
	background: linear-gradient(135deg, var(--navy) 0%, #2233aa 100%);
	border: 3px solid var(--red);
	border-radius: 20px;
	padding: 44px 52px;
	display: flex;
	justify-content: space-between;
	align-items: center;
	gap: 32px;
	position: relative;
	overflow: hidden;
}

.cta-box-inner::before {
	content: "";
	position: absolute;
	top: -40px;
	right: -40px;
	width: 180px;
	height: 180px;
	border-radius: 50%;
	background: radial-gradient(circle, rgba(224, 30, 43, 0.15) 0%, transparent 70%);
}

.cta-box-inner h2 {
	color: var(--white);
	font-size: 26px;
	font-weight: 800;
	line-height: 1.3;
	position: relative;
	z-index: 1;
	max-width: 580px;
}

.cta-btn {
	padding: 16px 40px;
	background: var(--red);
	color: var(--white);
	border-radius: 30px;
	font-size: 15px;
	font-weight: 700;
	text-transform: uppercase;
	letter-spacing: 1.2px;
	white-space: nowrap;
	transition: all 0.2s;
	position: relative;
	z-index: 1;
	flex-shrink: 0;
	display: inline-flex;
	align-items: center;
	gap: 8px;
}

.cta-btn:hover {
	background: var(--red-dark);
	transform: translateY(-2px);
	box-shadow: 0 8px 24px rgba(224, 30, 43, 0.3);
}

/* ===== FOOTER ===== */
.site-footer {
	background: var(--white);
	position: relative;
	overflow: hidden;
	padding-top: 80px;
}

.site-footer::before {
	content: "";
	position: absolute;
	inset: 0;
	background: linear-gradient(180deg, #f8f9fc 0%, #ffffff 100%);
	z-index: 0;
}

.footer-inner {
	max-width: 1100px;
	margin: 0 auto;
	padding: 96px 24px 0;
	position: relative;
	z-index: 1;
}

/* Main Grid */
.footer-main {
	display: grid;
	grid-template-columns: 300px 1fr 280px;
	gap: 40px;
	padding-bottom: 48px;
	position: relative;
}

/* Logo Column */
.footer-brand {
	display: flex;
	flex-direction: column;
}

.footer-logo {
	width: 240px;
	margin-bottom: 20px;
}

.footer-brand-desc {
	color: var(--text-light);
	font-size: 13px;
	line-height: 1.7;
	margin-bottom: 24px;
}

.footer-brand-btn {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	gap: 8px;
	padding: 13px 32px;
	background: var(--red);
	color: var(--white);
	border-radius: 8px;
	font-size: 14px;
	font-weight: 700;
	text-transform: uppercase;
	letter-spacing: 1px;
	transition: all 0.2s;
	width: fit-content;
	margin-bottom: 24px;
}

.footer-brand-btn:hover {
	background: var(--red-dark);
}

.footer-social {
	display: flex;
	gap: 10px;
}

.footer-social a {
	width: 40px;
	height: 40px;
	border-radius: 10px;
	background: var(--light);
	border: 1px solid var(--light-gray);
	display: flex;
	align-items: center;
	justify-content: center;
	transition: all 0.25s;
}

.footer-social a svg {
	width: 17px;
	height: 17px;
}

.footer-social a:hover {
	background: var(--navy);
	border-color: var(--navy);
}

.footer-social a:hover svg path,
.footer-social a:hover svg rect,
.footer-social a:hover svg circle {
	stroke: white;
}

.footer-social a svg path,
.footer-social a svg rect {
	stroke: var(--navy-dark);
}

.footer-social a svg circle {
	stroke: var(--navy-dark);
	fill: var(--navy-dark);
}

/* Services Column */

.footer-col-title,
.site-footer .widget-title {
	font-size: 14px;
	font-weight: 800;
	color: var(--navy-dark);
	text-transform: uppercase;
	letter-spacing: 1.5px;
	margin-bottom: 24px;
	padding-bottom: 14px;
	border-bottom: 2px solid var(--red);
	display: inline-block;
}

.footer-services {
	display: grid;
	grid-template-columns: 1fr 1fr;
}

.footer-services .widget .menu {
	list-style: none;
	padding: 0px;
}

.footer-services .widget .menu li a {
	display: flex;
	align-items: center;
	gap: 8px;
	padding: 9px 0;
	font-size: 13px;
	line-height: 1;
	color: var(--text-light);
	transition: all 0.2s;
}

.footer-services .widget .menu li a::before {
	content: "";
	width: 5px;
	height: 5px;
	border-radius: 50%;
	background: var(--light-gray);
	flex-shrink: 0;
	transition: background 0.2s;
}

.footer-services .widget .menu li a:hover {
	color: var(--navy-dark);
	padding-left: 4px;
}

.footer-services .widget .menu li a:hover::before {
	background: var(--red);
}

/* Contact Column */
.footer-contact-list {
	display: flex;
	flex-direction: column;
	gap: 20px;
}

.footer-contact-item {
	display: flex;
	align-items: flex-start;
	gap: 14px;
	transition: all 0.2s;
}

.footer-contact-item:hover {
	padding-left: 4px;
}

.footer-contact-icon {
	width: 42px;
	height: 42px;
	border-radius: 10px;
	background: var(--light);
	border: 1px solid var(--light-gray);
	display: flex;
	align-items: center;
	justify-content: center;
	flex-shrink: 0;
	transition: background 0.2s;
}

.footer-contact-icon svg {
	width: 18px;
	height: 18px;
}

.footer-contact-icon svg path,
.footer-contact-icon svg circle {
	stroke: var(--navy);
}

.footer-contact-item:hover .footer-contact-icon {
	background: rgba(224, 30, 43, 0.08);
	border-color: rgba(224, 30, 43, 0.15);
}

.footer-contact-item:hover .footer-contact-icon svg path,
.footer-contact-item:hover .footer-contact-icon svg circle {
	stroke: var(--red);
}

.footer-contact-text strong {
	display: block;
	color: var(--navy-dark);
	font-size: 14px;
	font-weight: 700;
	margin-bottom: 2px;
}

.footer-contact-text span,
.footer-contact-text a {
	color: var(--text-light);
	font-size: 13px;
	line-height: 1.5;
	transition: color 0.2s;
}

.footer-contact-item:hover .footer-contact-text a {
	color: var(--navy-dark);
}

/* Service Area */
.footer-service-area {
	margin-top: 8px;
	padding: 16px 18px;
	background: var(--light);
	border-radius: 10px;
	border: 1px solid var(--light-gray);
}

.footer-service-area h4 {
	font-size: 10px;
	font-weight: 700;
	color: var(--mid-gray);
	text-transform: uppercase;
	letter-spacing: 1.5px;
	margin-bottom: 6px;
}

.footer-service-area p {
	font-size: 12px;
	color: var(--text-light);
	line-height: 1.6;
}

.site-info {
	background: var(--navy-deep);
	padding: 20px 42px;
	position: relative;
}

/* Bottom Bar */
.footer-bottom {
	display: flex;
	justify-content: space-between;
	align-items: center;
	font-size: 12px;
	color: rgba(255, 255, 255, 0.7);
}

.footer-bottom a,
.footer-bottom span {
	font-size: 12px;
}

.footer-bottom a {
	color: rgba(255, 255, 255, 0.7);
	transition: color 0.2s;
}

.footer-bottom a:hover {
	color: var(--white);
}

.footer-bottom-links {
	display: flex;
	gap: 8px;
	align-items: center;
}

.footer-bottom-sep {
	color: rgba(255, 255, 255, 0.35);
}

.footer-bottom-links {
	display: flex;
	gap: 24px;
}

/* Footer Css end */


.ti-widget.ti-goog .ti-rating-text strong.ti-rating {
	color: var(--color-white);
}

.ti-widget.ti-goog .ti-rating-text .nowrap,
span.nowrap strong {
	color: var(--color-white) !important;
}


/* inner page css start  */
.section {
	padding: 72px 24px;
	max-width: 1100px;
	margin: 0 auto;
}

.section-gray {
	background: var(--light);
	padding: 72px 24px;
}

.section-gray .section-inner {
	max-width: 1100px;
	margin: 0 auto;
}

.section-navy {
	background: var(--navy);
	padding: 72px 24px;
}

.section-navy .section-inner {
	max-width: 1100px;
	margin: 0 auto;
}

.section-label {
	display: inline-block;
	padding: 7px 18px;
	border: 2px solid var(--navy);
	border-radius: 4px;
	font-size: 12px;
	font-weight: 700;
	color: var(--navy);
	text-transform: uppercase;
	letter-spacing: 1.2px;
	margin-bottom: 14px;
}

.section-inner .section-label.text-center {
	display: block;
	width: max-content;
	margin: 0px auto 15px;
}

.section-title {
	font-size: 32px;
	font-weight: 800;
	color: var(--navy-dark);
	margin-bottom: 4px;
	text-transform: uppercase;
	letter-spacing: 0.5px;
	line-height: 1.25;
}

.blue-bar {
	width: 60px;
	height: 4px;
	background: var(--navy);
	border-radius: 2px;
	margin-top: 14px;
}

.blue-bar-center {
	margin-left: auto;
	margin-right: auto;
}

.section-desc {
	color: var(--text-light);
	font-size: 15px;
	line-height: 1.8;
	margin-top: 20px;
	max-width: 680px;
}

.section-desc-center {
	margin-left: auto;
	margin-right: auto;
}

.service-grid {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 24px;
	margin-top: 48px;
}

.service-card {
	border: 2px solid rgba(224, 30, 43, 0.2);
	border-radius: 12px;
	padding: 32px 28px;
	text-align: center;
	background: var(--color-white);
	transition: all 0.3s;
	position: relative;
}

.service-card:hover {
	border-color: var(--red);
	box-shadow: 0 8px 30px rgba(0, 0, 0, 0.08);
	transform: translateY(-2px);
}

.service-card-icon {
	width: 64px;
	height: 64px;
	margin: 0 auto 20px;
	display: flex;
	align-items: center;
	justify-content: center;
}

.service-card-icon svg {
	width: 56px;
	height: 56px;
}

.service-card h3 {
	font-size: 17px;
	font-weight: 800;
	color: var(--navy-dark);
	text-transform: uppercase;
	letter-spacing: 0.4px;
	margin-bottom: 10px;
}

.service-card p {
	color: var(--text-light);
	font-size: 14px;
	line-height: 1.7;
}

.service-card .learn-more {
	display: inline-flex;
	align-items: center;
	gap: 6px;
	color: var(--red);
	font-size: 13px;
	font-weight: 700;
	text-transform: uppercase;
	letter-spacing: 0.5px;
	margin-top: 16px;
	transition: gap 0.2s;
}

.service-card:hover .learn-more {
	gap: 10px;
}

.content-split {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 56px;
	align-items: center;
}

.content-image {
	border-radius: 16px;
	height: 340px;
	display: flex;
	align-items: center;
	justify-content: center;
	position: relative;
	overflow: hidden;
}

.content-image img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.content-image-accent {
	position: absolute;
	bottom: 0;
	right: 0;
	width: 120px;
	height: 120px;
	background: var(--red);
	border-radius: 100% 0 0 0;
	opacity: 0.25;
}

.content-image svg {
	width: 80px;
	height: 80px;
	opacity: 0.9;
}

.content-text h2 {
	font-size: 30px;
	font-weight: 800;
	color: var(--navy-dark);
	text-transform: uppercase;
	letter-spacing: 0.5px;
	line-height: 1.25;
	margin-bottom: 4px;
}

.content-text p {
	color: var(--text-light);
	font-size: 15px;
	line-height: 1.8;
	margin-top: 20px;
}

.checklist {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 10px;
	margin-top: 24px;
}

.checklist-item {
	display: flex;
	align-items: center;
	gap: 8px;
	font-size: 14px;
	color: var(--text);
	font-weight: 500;
}

.checklist-item span {
	color: var(--red);
	font-weight: 800;
	font-size: 16px;
}

.why-grid {
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	gap: 24px;
	margin-top: 40px;
}

.why-card {
	text-align: center;
	padding: 24px 16px;
}

.why-card-icon {
	width: 56px;
	height: 56px;
	border-radius: 50%;
	background: rgba(255, 255, 255, 0.1);
	display: flex;
	align-items: center;
	justify-content: center;
	margin: 0 auto 16px;
	font-size: 24px;
}

.why-card h4 {
	font-size: 14px;
	font-weight: 700;
	color: var(--color-white);
	text-transform: uppercase;
	letter-spacing: 0.5px;
	margin-bottom: 8px;
}

.why-card p {
	color: rgba(255, 255, 255, 0.6);
	font-size: 13px;
	line-height: 1.6;
}

.section-label-light {
	border-color: rgba(255, 255, 255, 0.3);
	color: rgba(255, 255, 255, 0.8);
}

.main-content .section-title-white {
	color: var(--white);
}

.main-content .section-desc-light {
	color: rgba(255, 255, 255, 0.65);
}

.page-id-594 .main-content article img {
	max-width: 100%;
}

/* FEATURES */
.feature-grid {
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(254px, 1fr));
	gap: 28px;
	margin-top: 48px;
}

.feature-card {
	text-align: center;
	padding: 32px 20px;
	background: rgba(255, 255, 255, 0.06);
	border: 1px solid rgba(255, 255, 255, 0.08);
	border-radius: 16px;
	transition: all 0.3s;
}

.feature-card:hover {
	background: rgba(255, 255, 255, 0.1);
	transform: translateY(-4px);
}

.feature-icon {
	width: 62px;
	height: 62px;
	border-radius: 16px;
	background: linear-gradient(135deg, rgba(255, 255, 255, 0.1) 0%, rgba(255, 255, 255, 0.04) 100%);
	border: 1px solid rgba(255, 255, 255, 0.1);
	display: flex;
	align-items: center;
	justify-content: center;
	margin: 0 auto 18px;
}

.feature-icon svg {
	width: 32px;
	height: 32px;
}

.feature-card h4 {
	font-size: 14px;
	font-weight: 700;
	color: var(--white);
	text-transform: uppercase;
	letter-spacing: 0.5px;
	margin-bottom: 8px;
}

.feature-card p {
	color: rgba(255, 255, 255, 0.55);
	font-size: 13px;
	line-height: 1.6;
}

/* PROCESS */
.process-grid {
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	gap: 24px;
	margin-top: 48px;
}

.process-step {
	text-align: center;
	position: relative;
}

.process-number {
	width: 52px;
	height: 52px;
	border-radius: 50%;
	background: var(--navy);
	color: var(--white);
	display: flex;
	align-items: center;
	justify-content: center;
	margin: 0 auto 16px;
	font-size: 20px;
	font-weight: 900;
	position: relative;
}

.process-number::after {
	content: "";
	position: absolute;
	top: 50%;
	left: 100%;
	width: calc(100% + 24px);
	height: 2px;
	background: var(--light-gray);
}

.process-step:last-child .process-number::after {
	display: none;
}

.process-step h4 {
	font-size: 15px;
	font-weight: 800;
	color: var(--navy-dark);
	text-transform: uppercase;
	margin-bottom: 8px;
}

.process-step p {
	color: var(--text-light);
	font-size: 13px;
	line-height: 1.6;
}

/* GALLERY */
.gallery-grid {
	display: grid;
	grid-template-columns: 1fr 1fr;
	grid-template-rows: auto auto;
	gap: 16px;
	margin-top: 40px;
}

.gallery-item {
	border-radius: 14px;
	overflow: hidden;
	height: 280px;
	position: relative;
	cursor: pointer;
}

.gallery-item-tall {
	grid-row: 1 / 3;
	height: 100%;
}

.gallery-item img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: transform 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

.gallery-item:hover img {
	transform: scale(1.05);
}

.gallery-overlay {
	position: absolute;
	inset: 0;
	background: linear-gradient(to top, rgba(10, 13, 58, 0.85) 0%, rgba(10, 13, 58, 0.2) 40%, transparent 60%);
	display: flex;
	align-items: flex-end;
	padding: 24px;
	opacity: 0;
	transition: opacity 0.35s;
}

.gallery-item:hover .gallery-overlay {
	opacity: 1;
}

.gallery-tag {
	background: rgba(255, 255, 255, 0.12);
	backdrop-filter: blur(8px);
	border: 1px solid rgba(255, 255, 255, 0.15);
	color: var(--white);
	font-size: 12px;
	font-weight: 700;
	text-transform: uppercase;
	letter-spacing: 1px;
	padding: 8px 16px;
	border-radius: 8px;
}

.gallery-cta {
	text-align: center;
	margin-top: 36px;
	padding-top: 32px;
	border-top: 1px solid var(--light-gray);
}

.gallery-cta p {
	color: var(--text-light);
	font-size: 15px;
	margin-bottom: 16px;
}

/* SERVICE TYPES GRID */
.service-type-grid {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 24px;
	margin-top: 48px;
}

.service-type-card {
	background: rgba(255, 255, 255, 0.05);
	border: 1px solid rgba(255, 255, 255, 0.08);
	border-radius: 16px;
	padding: 36px 24px;
	text-align: center;
	transition: all 0.35s;
	position: relative;
	overflow: hidden;
}

.service-type-card::before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	height: 3px;
	background: var(--red);
	opacity: 0;
	transition: opacity 0.3s;
}

.service-type-card:hover {
	background: rgba(255, 255, 255, 0.1);
	transform: translateY(-4px);
}

.service-type-card:hover::before {
	opacity: 1;
}

.service-type-icon {
	width: 60px;
	height: 60px;
	border-radius: 16px;
	background: linear-gradient(135deg, rgba(255, 255, 255, 0.1), rgba(255, 255, 255, 0.04));
	border: 1px solid rgba(255, 255, 255, 0.1);
	display: flex;
	align-items: center;
	justify-content: center;
	margin: 0 auto 18px;
}

.service-type-icon svg {
	width: 30px;
	height: 30px;
}

.service-type-card h4 {
	font-size: 16px;
	font-weight: 800;
	color: var(--white);
	text-transform: uppercase;
	letter-spacing: 0.3px;
	margin-bottom: 10px;
}

.service-type-card p {
	color: rgba(255, 255, 255, 0.55);
	font-size: 13px;
	line-height: 1.7;
}

/* TABBED SERVICES */
.tabs-wrapper {
	margin-top: 40px;
}

.tab-buttons {
	display: flex;
	gap: 12px;
	flex-wrap: wrap;
	justify-content: center;
	margin-bottom: 36px;
}

.tab-btn {
	padding: 12px 28px;
	border-radius: 30px;
	font-size: 14px;
	font-weight: 700;
	font-family: inherit;
	cursor: pointer;
	text-transform: uppercase;
	letter-spacing: 0.8px;
	transition: all 0.25s;
	border: 2px solid var(--red);
	background: transparent;
	color: var(--red);
	display: inline-flex;
	align-items: center;
	gap: 8px;
}

.tab-btn.active {
	background: var(--red);
	color: var(--white);
	border-color: var(--red);
}

.tab-btn.active:hover {
	background: var(--red);
	color: var(--white);
}

.tab-btn svg {
	width: 16px;
	height: 16px;
	display: none;
}

.tab-btn.active svg {
	display: block;
}

.tab-panel {
	display: none;
}

.tab-panel.active {
	display: block;
}

.tabs-wrapper .tab-content {
	background: var(--white);
	border: 1px solid var(--light-gray);
	border-radius: 20px;
	padding: 48px;
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 48px;
	height: 100%;
	box-shadow: 0 4px 24px rgba(0, 0, 0, 0.04);
}

.tab-image {
	border-radius: 14px;
	overflow: hidden;
	height: 100%;
	background: var(--light);
}

.tab-image img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.tab-text h3 {
	font-size: 24px;
	font-weight: 900;
	color: var(--navy-dark);
	text-transform: uppercase;
	letter-spacing: 0.4px;
	margin-bottom: 6px;
	line-height: 1.25;
}

.tab-text .blue-bar {
	margin-bottom: 20px;
}

.tab-text p {
	color: var(--text-light);
	font-size: 15px;
	line-height: 1.8;
	margin-bottom: 20px;
}

.tab-list {
	display: flex;
	flex-direction: column;
	gap: 10px;
	margin-bottom: 28px;
}

.tab-list-item {
	display: flex;
	align-items: center;
	gap: 10px;
	font-size: 14px;
	font-weight: 600;
	color: var(--text);
}

.tab-list-check {
	width: 22px;
	height: 22px;
	border-radius: 6px;
	background: rgba(224, 30, 43, 0.1);
	display: flex;
	align-items: center;
	justify-content: center;
	flex-shrink: 0;
}

.tab-list-check svg {
	width: 12px;
	height: 12px;
}

.tab-ctas {
	display: flex;
	gap: 12px;
	flex-wrap: wrap;
}

.tab-ctas .btn-red {
	border-radius: 8px;
	padding: 12px 24px;
	font-size: 13px;
}

.tab-ctas .btn-outline-navy {
	padding: 12px 24px;
	background: transparent;
	color: var(--navy-dark);
	border: 2px solid var(--navy-dark);
	border-radius: 8px;
	font-size: 13px;
	font-weight: 700;
	font-family: inherit;
	cursor: pointer;
	text-transform: uppercase;
	letter-spacing: 0.8px;
	transition: all 0.2s;
	display: inline-flex;
	align-items: center;
	gap: 6px;
}

.tab-ctas .btn-outline-navy:hover {
	background: var(--navy-dark);
	color: var(--white);
}

/* STATS BAR */
.stats-bar {
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	gap: 0;
	margin-top: 48px;
	background: var(--navy);
	border-radius: 16px;
	overflow: hidden;
}

.stat-item {
	padding: 32px 20px;
	text-align: center;
	border-right: 1px solid rgba(255, 255, 255, 0.08);
}

.stat-item:last-child {
	border-right: none;
}

.stat-number {
	font-size: 32px;
	font-weight: 900;
	color: var(--white);
	line-height: 1;
	margin-bottom: 6px;
}

.stat-label {
	font-size: 12px;
	font-weight: 600;
	color: rgba(255, 255, 255, 0.55);
	text-transform: uppercase;
	letter-spacing: 1px;
}

.cta-banner {
	padding: 64px 24px;
	text-align: center;
	background: var(--color-white);
}

.cta-banner h2 {
	font-size: 30px;
	font-weight: 800;
	color: var(--navy-dark);
	text-transform: uppercase;
	margin-bottom: 12px;
}

.cta-banner p {
	color: var(--text-light);
	font-size: 16px;
	margin-bottom: 28px;
}

.cta-banner-btns {
	display: flex;
	justify-content: center;
	gap: 16px;
	flex-wrap: wrap;
}

.btn-outline-dark {
	padding: 16px 36px;
	background: transparent;
	color: var(--navy-dark);
	border: 2px solid var(--navy-dark);
	border-radius: 25px;
	font-size: 16px;
	font-weight: 700;
	font-family: inherit;
	cursor: pointer;
	text-transform: uppercase;
	letter-spacing: 1px;
	transition: all 0.2s;
	display: inline-flex;
	align-items: center;
	gap: 8px;
}

.btn-outline-dark:hover {
	background: var(--navy-dark);
	color: var(--color-white);
}

.thumb-section {
	display: flex;
	justify-content: center;
	border-radius: 10px;
	gap: 20px;
	width: 100%
}

.thumb-section .btn {
	width: 50%
}

.thumb-section a.thumb-down,
.thumb-section a.thumb-up {
	padding: 25px;
	background: green;
	border-radius: 10px;
	width: 100%;
	justify-content: center;
	display: flex;
	color: var(--color-white);
	font-size: 32px
}

.thumb-section a.thumb-down {
	background: red
}

.facebook {
	padding: 25px;
	background: #4267b2;
	border-radius: 10px;
	justify-content: center;
	display: flex;
}

.thumb-section a {
	color: var(--color-white);
	text-decoration: none;
}

.thumb-section i.fa-brands {
	font-size: 65px;
	color: var(--color-white);
}

.google-plus {
	padding: 25px;
	background: var(--crimson-red);
	border-radius: 10px;
	justify-content: center;
	display: flex;
}

.thumb-section p {
	display: none;
}

.roofing-contnet {
	max-width: 900px;
}

.what-we-section {
	margin-top: 40px;
}

.what-we-do {
	display: grid;
	grid-template-columns: 1fr 1.1fr;
	background-color: var(--color-white)
}

.page-template-template-service-inner .what-we-do {
	grid-template-columns: unset;
}

.what-we-do-list-wrap {
	padding: 40px 20px
}

.what-we-do-img-wrap img {
	margin: 0;
	border-radius: 0;
	box-shadow: none;
	height: 400px;
	object-fit: cover;
	width: 100%;
}

.what-we-do-img-wrap {
	position: relative;
	order: -1;
}

ul.what-we-do-list {
	margin: 0
}

.what-we-do-list li {
	padding-left: 10px
}

.what-we-do-list li::marker {
	content: '✔';
	color: var(--navy-deep);
	font-weight: 800
}

.inner-services-hero-content h1 {
	color: #fff;
}

/* inner page css end */


/* ===== SHARED ===== */


.tf-label-light {
	color: #fff;
}

.tf-blue-bar {
	width: 60px;
	height: 5px;
	background: var(--navy);
	border-radius: 3px;
	margin: 16px auto 20px;
}

.tf-blue-bar-left {
	margin: 16px 0 20px;
}

.tf-blue-bar-white {
	background: var(--white);
}

.tf-btn-red {
	display: inline-block;
	padding: 14px 36px;
	background: var(--red);
	color: var(--white);
	border: none;
	border-radius: 25px;
	font-size: 14px;
	font-weight: 700;
	font-family: inherit;
	cursor: pointer;
	text-transform: uppercase;
	letter-spacing: 1.2px;
	transition: background 0.2s;
}

.tf-btn-red:hover {
	background: var(--red-dark);
}

.tf-btn-outline {
	display: inline-block;
	padding: 14px 36px;
	background: transparent;
	color: var(--white);
	border: 2px solid rgba(255, 255, 255, 0.5);
	border-radius: 25px;
	font-size: 14px;
	font-weight: 700;
	font-family: inherit;
	cursor: pointer;
	text-transform: uppercase;
	letter-spacing: 1.2px;
	transition: all 0.2s;
}

.tf-btn-outline:hover {
	background: rgba(255, 255, 255, 0.1);
	border-color: var(--white);
}

/* Contact Us css start */
/* ===== PAGE HEADER ===== */
.page-header {
	background: linear-gradient(135deg, rgba(10, 13, 58, 0.95) 0%, rgba(26, 31, 113, 0.9) 100%);
	padding: 56px 24px;
	text-align: center;
}

.page-header h1 {
	color: var(--white);
	font-size: 40px;
	font-weight: 900;
	text-transform: uppercase;
	letter-spacing: 2px;
	margin-bottom: 10px;
}

.page-header p {
	color: rgba(255, 255, 255, 0.65);
	font-size: 16px;
	max-width: 520px;
	margin: 0 auto;
	line-height: 1.7;
}

/* ===== CONTACT CARDS ===== */
.contact-cards {
	max-width: 1100px;
	margin: -44px auto 0;
	padding: 0 24px;
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 20px;
	position: relative;
	z-index: 10;
}

.contact-card {
	background: var(--white);
	border-radius: 20px;
	padding: 40px 28px 36px;
	text-align: center;
	box-shadow: 0 16px 48px rgba(10, 13, 58, 0.1);
	border: 1px solid rgba(228, 230, 239, 0.6);
	transition: all 0.35s cubic-bezier(0.25, 0.46, 0.45, 0.94);
	position: relative;
	overflow: hidden;
	display: block;
	cursor: pointer;
}

.contact-card::before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	height: 4px;
	background: linear-gradient(90deg, var(--navy), var(--red));
	opacity: 0;
	transition: opacity 0.3s;
}

.contact-card:hover {
	transform: translateY(-6px);
	box-shadow: 0 24px 64px rgba(10, 13, 58, 0.15);
	border-color: rgba(26, 31, 113, 0.15);
}

.contact-card:hover::before {
	opacity: 1;
}

.contact-card-icon {
	width: 72px;
	height: 72px;
	border-radius: 20px;
	background: linear-gradient(135deg, var(--navy-deep) 0%, var(--navy) 100%);
	display: flex;
	align-items: center;
	justify-content: center;
	margin: 0 auto 22px;
	position: relative;
	box-shadow: 0 8px 24px rgba(26, 31, 113, 0.2);
	transition: transform 0.35s, box-shadow 0.35s;
}

.contact-card:hover .contact-card-icon {
	transform: scale(1.08);
	box-shadow: 0 12px 32px rgba(26, 31, 113, 0.3);
}

.contact-card-icon svg {
	width: 30px;
	height: 30px;
}

.contact-card-icon::after {
	content: "";
	position: absolute;
	inset: -3px;
	border-radius: 22px;
	border: 2px solid transparent;
	background: linear-gradient(135deg, rgba(224, 30, 43, 0.3), rgba(26, 31, 113, 0.3)) border-box;
	mask: linear-gradient(#fff 0 0) padding-box, linear-gradient(#fff 0 0);
	mask-composite: exclude;
	-webkit-mask-composite: xor;
	opacity: 0;
	transition: opacity 0.3s;
}

.contact-card:hover .contact-card-icon::after {
	opacity: 1;
}

.contact-card h3 {
	font-size: 11px;
	font-weight: 700;
	color: var(--mid-gray);
	text-transform: uppercase;
	letter-spacing: 2px;
	margin-bottom: 10px;
}

.contact-card .card-main-link {
	color: var(--navy-dark);
	font-weight: 800;
	font-size: 17px;
	display: block;
	margin-bottom: 4px;
	letter-spacing: 0.2px;
	transition: color 0.2s;
}

.contact-card:hover .card-main-link {
	color: var(--red);
}

.contact-card .card-sub {
	color: var(--text-light);
	font-size: 13px;
	line-height: 1.5;
	font-weight: 500;
}

/* ===== FORM + MAP SECTION ===== */
.contact-body {
	max-width: 1100px;
	margin: 0 auto;
	padding: 64px 24px 80px;
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 40px;
	align-items: start;
}

/* Form Side */
.contact-form-wrap {
	background: var(--white);
	border: 2px solid var(--light-gray);
	border-radius: 16px;
	padding: 40px 36px;
}

.contact-form-wrap h2 {
	font-size: 24px;
	font-weight: 900;
	color: var(--navy-dark);
	text-transform: uppercase;
	letter-spacing: 0.5px;
	margin-bottom: 6px;
}

.contact-form-wrap .form-subtitle {
	color: var(--text-light);
	font-size: 14px;
	margin-bottom: 24px;
	line-height: 1.6;
}

.contact-form-wrap .blue-bar {
	width: 50px;
	height: 4px;
	background: var(--navy);
	border-radius: 2px;
	margin-bottom: 20px;
}

.contact-form-wrap iframe {
	border-radius: 8px;
}

/* Map Side */
.contact-map-wrap {
	display: flex;
	flex-direction: column;
	gap: 24px;
}

.map-container {
	border-radius: 16px;
	overflow: hidden;
	border: 2px solid var(--light-gray);
	height: 320px;
}

.map-container iframe {
	width: 100%;
	height: 100%;
	border: none;
}

/* Info Panel */
.contact-info-panel {
	background: linear-gradient(160deg, #0d1147 0%, #151b6b 40%, #1a2080 100%);
	border-radius: 20px;
	padding: 0;
	position: relative;
	overflow: hidden;
	border: 1px solid rgba(255, 255, 255, 0.06);
	box-shadow: 0 20px 60px rgba(10, 13, 58, 0.4);
}

.contact-info-panel::before {
	content: "";
	position: absolute;
	top: -60px;
	right: -60px;
	width: 200px;
	height: 200px;
	border-radius: 50%;
	background: radial-gradient(circle, rgba(224, 30, 43, 0.12) 0%, transparent 70%);
	pointer-events: none;
}

.contact-info-panel::after {
	content: "";
	position: absolute;
	bottom: -40px;
	left: -40px;
	width: 160px;
	height: 160px;
	border-radius: 50%;
	background: radial-gradient(circle, rgba(255, 255, 255, 0.04) 0%, transparent 70%);
	pointer-events: none;
}

.info-panel-header {
	padding: 28px 32px 0;
	position: relative;
	z-index: 1;
}

.info-panel-header h3 {
	font-size: 11px;
	font-weight: 700;
	color: var(--red);
	text-transform: uppercase;
	letter-spacing: 2px;
	margin-bottom: 6px;
}

.info-panel-header h2 {
	font-size: 22px;
	font-weight: 900;
	color: var(--white);
	letter-spacing: 0.3px;
	line-height: 1.3;
}

.info-items {
	padding: 24px 32px;
	display: flex;
	flex-direction: column;
	gap: 0;
	position: relative;
	z-index: 1;
}

.info-item {
	display: flex;
	align-items: center;
	gap: 16px;
	padding: 16px 0;
	border-bottom: 1px solid rgba(255, 255, 255, 0.07);
	transition: all 0.2s;
}

.info-item:last-child {
	border-bottom: none;
}

.info-item:hover {
	padding-left: 6px;
}

.info-item-icon {
	width: 46px;
	height: 46px;
	border-radius: 12px;
	background: rgba(255, 255, 255, 0.07);
	backdrop-filter: blur(4px);
	display: flex;
	align-items: center;
	justify-content: center;
	flex-shrink: 0;
	transition: background 0.2s;
}

.info-item-icon svg {
	width: 22px;
	height: 22px;
}

.info-item:hover .info-item-icon {
	background: rgba(224, 30, 43, 0.15);
}

.info-item-text {
	flex: 1;
}

.info-item-text strong {
	display: block;
	color: var(--white);
	font-size: 15px;
	font-weight: 700;
	margin-bottom: 2px;
	letter-spacing: 0.2px;
}

.info-item-text span,
.info-item-text a {
	color: rgba(255, 255, 255, 0.55);
	font-size: 13px;
	line-height: 1.5;
	transition: color 0.2s;
}

.info-item:hover .info-item-text a {
	color: rgba(255, 255, 255, 0.85);
}

/* Hours Section */
.info-hours-section {
	background: rgba(0, 0, 0, 0.15);
	padding: 24px 32px;
	position: relative;
	z-index: 1;
}

.info-hours-header {
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin-bottom: 16px;
}

.info-hours-header h4 {
	font-size: 11px;
	font-weight: 700;
	color: rgba(255, 255, 255, 0.5);
	text-transform: uppercase;
	letter-spacing: 2px;
}

.info-hours-badge {
	display: inline-flex;
	align-items: center;
	gap: 5px;
	background: rgba(224, 30, 43, 0.15);
	border: 1px solid rgba(224, 30, 43, 0.25);
	border-radius: 20px;
	padding: 4px 12px;
	font-size: 10px;
	font-weight: 700;
	color: #ff6b6b;
	text-transform: uppercase;
	letter-spacing: 0.5px;
}

.info-hours-badge::before {
	content: "";
	width: 6px;
	height: 6px;
	border-radius: 50%;
	background: #ff6b6b;
	animation: pulse-dot 2s infinite;
}

@keyframes pulse-dot {

	0%,
	100% {
		opacity: 1;
	}

	50% {
		opacity: 0.3;
	}
}

.hours-row {
	display: flex;
	justify-content: space-between;
	align-items: center;
	font-size: 13px;
	color: rgba(255, 255, 255, 0.5);
	padding: 8px 0;
	border-bottom: 1px solid rgba(255, 255, 255, 0.04);
}

.hours-row:last-of-type {
	border-bottom: none;
}

.hours-row .day {
	font-weight: 600;
	color: rgba(255, 255, 255, 0.8);
	font-size: 13px;
}

.hours-row .time {
	font-weight: 500;
	font-size: 13px;
}

.hours-row .time.emergency {
	color: var(--red);
	font-weight: 700;
}

/* Social Footer */
.info-social-footer {
	padding: 20px 32px 24px;
	display: flex;
	justify-content: space-between;
	align-items: center;
	position: relative;
	z-index: 1;
}

.social-label {
	font-size: 11px;
	font-weight: 600;
	color: rgba(255, 255, 255, 0.35);
	text-transform: uppercase;
	letter-spacing: 1px;
}

.contact-social {
	display: flex;
	gap: 8px;
}

.contact-social a {
	width: 36px;
	height: 36px;
	border-radius: 10px;
	background: rgba(255, 255, 255, 0.07);
	display: flex;
	align-items: center;
	justify-content: center;
	transition: all 0.25s;
}

.contact-social a svg {
	width: 16px;
	height: 16px;
}

.contact-social a:hover {
	background: var(--red);
	transform: translateY(-2px);
}

/* ===== CTA BANNER ===== */
.cta-banner-full {
	background: var(--navy);
	border: 3px solid var(--red);
	border-radius: 16px;
	max-width: 1100px;
	margin: 0 auto;
	padding: 40px 48px;
	display: flex;
	justify-content: space-between;
	align-items: center;
	gap: 32px;
	position: relative;
	bottom: -40px;
	z-index: 10;
}

.cta-banner-full h2 {
	color: var(--white);
	font-size: 24px;
	font-weight: 800;
	text-transform: uppercase;
	letter-spacing: 0.5px;
	line-height: 1.3;
}

/* Contact Us css End */

@media (max-width: 1400px) {
	.logo-icon {
		max-width: 160px;
	}
}


@media (max-width: 1200px) {
	section.hero_section .hero_content h1 {
		font-size: 50px;
	}

	h1#pageTitle {
		font-size: 40px;
	}

	.call_number {
		display: none;
	}

	.nav-inner .nav-right .btn-red {
		display: none;
	}

	.nav-right a.btn-red {
		display: none;
	}

	.hero h1 {
		font-size: 30px;
	}
}

@media (max-width: 1024px) {

	.intro-grid,
	.comm-grid {
		grid-template-columns: 1fr
	}

	.intro-img,
	.comm-img {
		height: 280px
	}

	.showcase-panel.active {
		grid-template-columns: 1fr
	}

	.showcase-img img {
		min-height: 260px;
		max-height: 300px
	}

	.sgrid,
	.cgrid {
		grid-template-columns: repeat(2, 1fr)
	}

	.tgrid {
		grid-template-columns: 1fr;
		max-width: 500px;
		margin-left: auto;
		margin-right: auto
	}

	.hero-inner {
		grid-template-columns: 1fr;
	}

	.hero-content {
		text-align: center;
	}

	.hero-desc {
		margin-left: auto;
		margin-right: auto;
	}

	.hero-ctas {
		justify-content: center;
	}

	.hero-emergency {
		justify-content: center;
	}

	.content-split {
		grid-template-columns: 1fr;
	}

	.content-image {
		height: 260px;
	}

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

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

	.layout-sidebar {
		grid-template-columns: 1fr;
	}

	.sidebar {
		position: unset;
	}

	.sidebar-form {
		position: static;
	}

	.roofing-section {
		grid-template-columns: 1fr;
	}

	.roofing-image {
		min-height: 320px;
	}

	.roofing-content {
		padding: 48px 32px;
	}

	.remodel-grid {
		grid-template-columns: 1fr;
		max-width: 460px;
		margin-left: auto;
		margin-right: auto;
		margin-bottom: 32px;
	}

	.outdoor-inner {
		grid-template-columns: 1fr;
	}

	.outdoor-intro {
		position: static;
		text-align: center;
	}

	.outdoor-intro .tf-blue-bar-left {
		margin: 16px auto 20px;
	}

	.outdoor-intro .plumbing-badge {
		justify-content: center;
	}

	.hamburger {
		display: flex;
	}

	.contact-cards {
		grid-template-columns: 1fr;
		max-width: 480px;
		margin-top: -30px;
	}

	.contact-body {
		grid-template-columns: 1fr;
	}

	.cta-box-inner h2 {
		font-size: 22px;
	}

	.footer-main {
		grid-template-columns: 1fr 1fr;
		gap: 40px;
	}

	.footer-brand {
		grid-column: 1 / -1;
		align-items: center;
		text-align: center;
	}

	.footer-brand-desc {
		max-width: 400px;
	}

	.footer-social {
		justify-content: center;
	}

	.footer-bottom {
		flex-direction: column;
		gap: 10px;
		text-align: center;
		padding: 20px 16px;
		margin: 0 -16px;
	}

}


@media (max-width: 992px) {
	.nav-menu {
		display: none;
	}

	.hamburger {
		display: flex;
	}

	section.hero_section .hero_content h1 {
		font-size: 40px;
	}

	section.contact-info .col-lg-4 {
		margin-bottom: 20px;
	}
}

@media (max-width: 768px) {

	p,
	a,
	span {
		font-size: 14px;
		line-height: 25px;
	}

	.hero_section {
		padding: 70px 0px;
	}

	.tf-btn {
		padding: 8px 20px;
	}

	.service-section {
		padding: 30px 15px;
	}

	.why-choose-item .why-choose-item-content p {
		max-width: 100%;
	}

	h1#pageTitle {
		font-size: 32px;
	}

	.title_text {
		text-align: center;
	}

	h2.blue-border-heading::after {
		transform: translateX(-50%) !important;
		left: 50% !important;
		border: 3px solid #2e3694;
		height: 4px;
	}

	.about_plumbing_title {
		margin-top: 25px;
	}

	.service-section .service-img {
		display: block;
		margin: auto;
	}

	.btn-groups {
		justify-content: center;
	}

	.tf-badge-blue {
		margin-left: auto;
		margin-right: auto;
	}

	.service-text {
		padding-top: 40px;
		text-align: center;
	}

	.section-title {
		font-size: 1.5rem;
		text-align: center;
		font-weight: 600;
	}

	.blue-border-heading {
		font-weight: 600 !important;
	}

	.title_text h2 {
		font-weight: 600 !important;
		font-size: 25px;
		line-height: 29px;
	}

	.title_text h5 {
		font-size: 14px;
	}

	.cta-box-inner {
		flex-direction: column;
		text-align: center;
	}

	.cta-text {
		font-size: 20px;
		font-weight: 700;
		line-height: 30px;
	}

	section.plumbing-solution-section,
	section.plumbing-service-sec,
	section.plumbing-trust-section {
		padding: 50px 0px;
	}

	.page-template-service-inner div#primary {
		padding-bottom: 0px;
	}

	.plumbing-solution-box h4,
	.plumbing-trust-box h4 {
		font-size: 18px;
		line-height: 22px;
	}

	.plumbing-trust-box img {
		width: 75px;
	}

	.tabing_row {
		padding: 25px 5px;
	}

	.tabing_row_content h3 {
		font-size: 21px;
	}

	.tf-bottom-outline::after {
		right: 0;
		margin: auto;
	}

	.cta-banner {
		padding: 0 16px;
		bottom: -36px;
	}

	.cta-banner-inner {
		padding: 28px 22px;
	}

	.cta-banner-inner h2 {
		font-size: 20px;
	}

	.footer-inner {
		padding: 80px 16px 0;
	}

	.footer-main {
		grid-template-columns: 1fr;
		gap: 36px;
	}

	.footer-contact-col {
		text-align: center;
	}

	.footer-contact-item {
		justify-content: center;
	}


	.footer-services-grid {
		grid-template-columns: 1fr 1fr;
	}

	.footer-bottom {
		flex-direction: column;
		gap: 10px;
		text-align: center;
		padding: 20px 16px;
		margin: 0 -16px;
	}

	.footer-bottom-links {
		justify-content: center;
		flex-wrap: wrap;
	}

	.site-footer h2.widget-title::before {
		right: 0;
		margin: auto;
	}

	.call_footer_deta_inn {
		justify-content: center;
	}

	ul.tab-menu {
		flex-wrap: wrap;
	}

	.review-cards {
		grid-template-columns: 1fr;
	}

	.topbar {
		flex-direction: column;
		gap: 4px;
		padding: 8px 16px;
		text-align: center;
	}

	.logo-text {
		font-size: 18px;
		letter-spacing: 1px;
	}

	.logo-sub {
		font-size: 8px;
		letter-spacing: 1px;
	}

	.nav-phone {
		display: none;
	}

	.hero {
		padding: 48px 0px;
	}

	.hero h1 {
		font-size: 28px;
		letter-spacing: 0.5px;
	}

	.hero-badge {
		font-size: 11px;
		padding: 6px 18px;
		margin-bottom: 18px;
	}

	.hero-desc {
		font-size: 14px;
		margin-bottom: 28px;
	}

	.hero-ctas {
		flex-direction: column;
		align-items: center;
	}

	.btn-outline-white {
		justify-content: center;
	}

	.form-card {
		padding: 22px;
	}

	.section {
		padding: 48px 16px;
	}

	.section-gray,
	.section-navy {
		padding: 48px 16px;
	}

	.section-title {
		font-size: 26px;
	}

	.service-grid {
		grid-template-columns: 1fr;
	}

	.checklist {
		grid-template-columns: 1fr;
	}

	.page-header {
		padding: 36px 16px;
	}

	.page-header h1 {
		font-size: 28px;
	}

	.layout-sidebar {
		padding: 32px 16px 48px;
		gap: 32px;
	}

	.roofing-content {
		padding: 36px 20px;
	}

	.roofing-content h2 {
		font-size: 26px;
	}

	.roofing-services-list {
		grid-template-columns: 1fr;
	}

	.roofing-image-inner {
		grid-template-columns: 1fr 1fr;
		gap: 12px;
	}

	.remodeling-section {
		padding: 56px 16px;
	}

	.remodeling-section h2 {
		font-size: 26px;
	}

	.outdoor-section {
		padding: 56px 16px;
	}

	.outdoor-inner {
		gap: 36px;
	}

	.outdoor-intro h2 {
		font-size: 26px;
	}

	.outdoor-card {
		grid-template-columns: 1fr;
		text-align: center;
	}

	.outdoor-card-icon {
		margin: 0 auto;
	}

	.contact-cards {
		padding: 0 16px;
	}

	.contact-body {
		padding: 48px 16px 64px;
		gap: 32px;
	}

	.contact-form-wrap {
		padding: 28px 22px;
	}

	.contact-form-wrap h2 {
		font-size: 20px;
	}

	.showcase-tabs {
		gap: 6px
	}

	.stab {
		padding: 8px 14px;
		font-size: 11px
	}

	.showcase-body {
		padding: 28px 22px
	}

	.showcase-list {
		grid-template-columns: 1fr
	}

	.comm-list {
		grid-template-columns: 1fr
	}

	.tabs-wrapper .tab-content {
		grid-template-columns: 1fr;
	}

	.service-type-grid {
		grid-template-columns: repeat(1, 1fr);
	}

	.process-grid {
		grid-template-columns: repeat(1, 1fr);
	}

	.process-number::after {
		background-color: unset;
	}


}

@media (max-width: 576px) {
	section.hero_section .hero_content h1 {
		font-size: 32px;
	}

	.canter_button_quote {
		display: none;
	}

	h1#pageTitle {
		font-size: 28px;
	}

	.tab-menu li {
		padding: 10px 20px;
		font-size: 14px;
	}

	.page-header h1 {
		font-size: 23px;
	}
}

@media (max-width: 480px) {
	.btn-groups {
		gap: 15px 0px;
	}

	.hero {
		padding: 36px 0px;
	}

	.hero h1 {
		font-size: 23px;
	}

	.hero-desc {
		font-size: 13px;
	}

	.form-card {
		padding: 18px;
	}

	.estimate-form input,
	.estimate-form select,
	.estimate-form textarea {
		padding: 12px 14px;
		font-size: 14px;
	}

	.roof-stat {
		padding: 14px 10px;
	}

	.roof-stat-number {
		font-size: 22px;
	}

	.contact-card {
		padding: 28px 20px;
	}

	.sgrid,
	.cgrid {
		grid-template-columns: 1fr 1fr
	}
}