/*
Theme Name:     TRoo HVAC Divi Child Theme
Theme URI:      https://troohvacdivi.troothemes.com/
Description:    A clean, modern, and fully responsive HVAC Divi Child Theme, now upgraded to Divi 5 for enhanced flexibility, improved performance, and easier content customization. Perfect for heating, ventilation, air conditioning, repair, and maintenance service businesses.
Author:         TRooThemes
Author URI:     https://troothemes.com/
Template:       Divi
Version:        2.0
*/


/*------------------------------ ADDITIONAL CSS HERE ------------------------------*/

/**
* Root Color
* General
* Header
* Hero
* About Us
* What we offers
* Best Choice
* Project
* Testimonials 
* Team
* Pricing
* Banner
* FAQs
* Blogs
* History
* Team Detail 
* FAQs
* Contact Us
* Search
* Blog Detail
*/


/* =======================
ROOT Color
=========================*/


:root {
	--color1: #DF1C24;
	--color2: #04192B;
}

/* =======================
General
=========================*/


body {
	overflow-x: hidden;
}

.hvac_blurb.et_pb_blurb .et_pb_blurb_content .et_pb_blurb_container {
	flex: 1;
	word-wrap: anywhere;
}

.et_pb_row .et_pb_column.et-last-child.hvac_inner_column {
	margin-right: auto !important;
}

.hvac_heading h1,
.hvac_heroheading h1,
.hvac_innerheading h1,
.hvac_heading h2,
.hvac_heading h3,
.hvac_heading h4,
.hvac_heading h5,
.hvac_heading h6 {
	padding-bottom: 0 !important;
	font-weight: 700 !important;
}

.hvac_space h1,
.hvac_space h2,
.hvac_space h3,
.hvac_space h4,
.hvac_space h5,
.hvac_space h6 {
	padding-bottom: 10px !important;
}

.hvac_heading h1 {
	font-size: 40px !important;
	line-height: 50px !important;
	color: var(--color2) !important;
}

.hvac_heroheading h1 {
	font-size: 70px !important;
	line-height: 80px !important;
	color: #fff !important;
}

.hvac_innerheading h1 {
	font-size: 70px !important;
	line-height: 80px !important;
	color: #ffffff !important;
}

.hvac_heading h2 {
	font-size: 40px !important;
	line-height: 50px !important;
	color: var(--color2) !important;
}

.hvac_heading h3 {
	font-size: 24px !important;
	line-height: 34px !important;
	color: var(--color2) !important;
}

.hvac_heading h4 {
	font-size: 20px !important;
	line-height: 30px !important;
	color: var(--color2) !important;
}

.hvac_heading h5 {
	font-size: 16px !important;
	line-height: 26px !important;
	color: var(--color2) !important;
}

.hvac_heading h6 {
	font-size: 14px !important;
	line-height: 24px !important;
	color: var(--color2) !important;
}

@media only screen and (max-width: 980px) {
	.hvac_innerheading h1 {
		font-size: 50px !important;
		line-height: 60px !important;
		color: #ffffff !important;
	}
}

@media only screen and (max-width: 767px) {
	.hvac_heading h1 {
		font-size: 30px !important;
		line-height: 40px !important;
		color: var(--color2) !important;
	}

	.hvac_heroheading h1 {
		font-size: 30px !important;
		line-height: 40px !important;
		color: #fff !important;
	}

	.hvac_innerheading h1 {
		font-size: 30px !important;
		line-height: 40px !important;
		color: #ffffff !important;
	}

	.hvac_heading h2 {
		font-size: 24px !important;
		line-height: 36px !important;
		color: var(--color2) !important;
	}
	.breadcrumb .et_block_column {
		width: fit-content !important;
	}
}


/* =======================
Animation
=========================*/


@keyframes rotateFan {
	0% {
		transform: rotate(0deg);
	}

	100% {
		transform: rotate(360deg);
	}
}

.rotating-fan .et_pb_blurb_content .et_pb_main_blurb_image img {
	animation: rotateFan 4s linear infinite;
	display: inline-block;
}

/* =======================
Header
=========================*/
.hvac_header .et-menu-nav ul li ul {
	padding: 0;
	border-top: 0 !important;
}

.hvac_header .nav li li ul {
	top: 0;
}

.hvac_header .et-menu-nav ul li ul li {
	padding: 0;
	width: auto;
	position: relative;
	display: block;
}

.hvac_header .et-menu-nav ul li ul li a {
	width: 100%;
	line-height: inherit;
	border-bottom: 1px solid rgba(0, 0, 0, .10);
	border-top: 0 none;
	padding: 13px 15px !important;
	display: block;
	-webkit-transition: all .4s ease-in-out;
	transition: all .4s ease-in-out !important;
	color: #161616 !important;
	background: #ffffff;
	position: relative;
}



.hvac_header .et-menu-nav ul li ul li a:before,
.hvac_header .et-menu-nav ul li ul li>a:before{
	position: absolute;
	content: '\f2dc';
	font-family: FontAwesome !important;
	font-weight: 900 !important;
	left: 18px;
	top: 50%;
	transform: translateY(-50%) scale(0) rotate(0deg);
	opacity: 0;
	color: var(--color1);
	transition: all 0.4s ease;
	animation: spin 2s linear infinite;
}

@keyframes spin {
	from {
		transform: translateY(-50%) scale(1) rotate(0deg);
	}
	to {
		transform: translateY(-50%) scale(1) rotate(360deg);
	}
}

.hvac_header .et-menu-nav ul li ul li a:hover:before,
.hvac_header .et-menu-nav ul li ul li:hover>a:before{
	transform: translateY(-50%) scale(1);
	opacity: 1;
}

.hvac_header .et-menu-nav ul li ul li a:hover,
.hvac_header .et-menu-nav ul li ul li:hover>a{
	opacity: 1;
	padding-left: 40px !important;
}

.hvac_header .et_pb_menu__menu ul li ul li a {
	position: relative;
}


.hvac_header .et-menu-nav ul>li {
	margin-top: 0 !important;
	padding-left: 15px;
	padding-right: 15px;
}

.hvac_header .et-menu-nav ul>li:last-child {
	padding-right: 0;
}

.hvac_header .et-menu-nav ul>li>a {
	padding: 31px 0 !important;
	opacity: 1;
}

.hvac_header .et_pb_menu_inner_container .et_pb_menu__wrap .et-menu .menu-item-has-children>a:first-child {
	padding-right: 10px !important;
}

.hvac_header .et_pb_menu__menu>nav>ul>li>a:after {
	top: 50% !important;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	right: -7px !important;
}

.hvac_header .et_pb_button_module_wrapper {
	display: flex;
	justify-content: flex-end;
}

.hvac_header .et-menu li li.menu-item-has-children > a:first-child:after {
  top: 50%;
  transform: translateY(-50%) rotate(0deg);
  transition: transform 0.35s cubic-bezier(0.4, 0, 0.2, 1);
}

.hvac_header .et-menu li li.menu-item-has-children:hover > a:first-child:after {
  transform: translateY(-50%) rotate(-90deg);
}

.hvac_header .et_pb_menu .et-menu {
	margin: 0 !important;
}

.hvac_header.et_pb_sticky {
	box-shadow: 0px 8px 15px rgba(149, 157, 165, 0.1);
}

.hvac_header .et_pb_menu .et_pb_menu__wrap {
	justify-content: center;
}


.hvac_header.et_pb_menu ul li:hover>a{
	color: var(--color1) !important;
	opacity: 1;
}


.martsmenu_blurb.et_pb_blurb .et_pb_blurb_content .et_pb_blurb_container .et_pb_blurb_description h4 {
	color: #ffffff !important;
}

.hvac_header {
	padding-left: 100px !important;
}

.hvac_header .et_pb_menu__logo-wrap {
	display: none;
}

/**-*-*-* mobile menu-*-*-*-* */


.hvac_header .et_mobile_menu .menu-item-has-children>a {
	background: transparent;
}

.hvac_header .et_mobile_menu .menu-item-has-children a.mobile-toggle-icon {
	display: none;
}

.hvac_header .et_mobile_nav_menu ul>li>a {
	background: transparent;
	font-weight: 400;
	padding: 10px 0;
}

.hvac_header .et_mobile_menu .et-menu-nav ul>li {
	padding-left: 13px;
	padding-right: 13px;
	margin-top: 0 !important;
}

.hvac_header .et_mobile_menu .et-menu-nav ul>li>a {
	padding: 40px 0 !important;
	font-weight: 400;
	opacity: 1;
}

.hvac_header .et_mobile_menu .et_pb_menu_inner_container .et_pb_menu__wrap .et-menu .menu-item-has-children>a:first-child {
	padding-right: 10px !important;
}

.hvac_header .et_mobile_menu .et_pb_menu__menu>nav>ul>li>a:after {
	top: 50% !important;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	right: -7px !important;
}

.hvac_header .et_mobile_menu .et_pb_button_module_wrapper {
	display: flex;
	justify-content: flex-end;
}

.hvac_header .et_mobile_menu .et-menu li li.menu-item-has-children>a:first-child:after {
	top: 50%;
	transform: translateY(-50%);
}

.hvac_header .et_mobile_menu .et_pb_menu_inner_container .et_pb_menu__wrap ul.et-menu>li.current-menu-item:before {
	content: "";
	width: 26px;
	height: 26px;
	border-radius: 50%;
	background: var(--color1);
	opacity: 0.1;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	left: 0;
	right: 0;
	transition: all 0.5s ease 0s;
}


/* ------ Mobile Menu In Header ------ */

/* Mobile Menu */


.hvac_header .et_mobile_menu .menu-item-has-children a.mobile-toggle-icon {
	display: none;
}


.hvac_header #et_mobile_nav_menu .mobile_nav.opened .mobile_menu_bar::before,
.hvac_header .et_mobile_nav_menu .mobile_nav.opened .mobile_menu_bar::before {
	content: '\4d';
	transition: all 0.4s ease;
	transform: rotate(90deg);
	display: block;
	top: 0;
}

.hvac_header ul.et_mobile_menu li.menu-item-has-children .mobile-toggle {

	height: 100%;
	padding: 0px !important;
	max-height: 44px;
	border: none;
	position: absolute;
	right: 0px;
	top: 0px;
	z-index: 999;
	background-color: transparent;
}

.hvac_header ul.et_mobile_menu>li.menu-item-has-children {
	position: relative;
}

.hvac_header .et_mobile_menu li a {
	background: transparent;
	color: var(--color2) !important;
	font-weight: 500;
	padding-left: 0;
	opacity: 1;
}

.hvac_header .et_mobile_menu li.current-menu-item.current_page_item a {
	color: var(--color1);
}

.hvac_header ul.et_mobile_menu .menu-item-has-children .sub-menu {
	max-height: 0;
	overflow: hidden;
	opacity: 0;
	transform: translateY(-10px);
	transition: opacity 0.4s ease-in-out, transform 0.4s ease-in-out;
}

.hvac_header ul.et_mobile_menu .menu-item-has-children .sub-menu.visible {
	max-height: 1000px;
	opacity: 1;
	transform: translateY(0);
}

.hvac_header .et_mobile_menu li li {
	position: relative;
}

.hvac_header ul.et_mobile_menu li.menu-item-has-children .mobile-toggle::after {
	font-family: "ETModules";
	content: '\33';
	top: 10px;
	position: relative;
	color: #fff;
	background: var(--color2);
	padding: 6px;
	font-size: 19px;
}

.hvac_header ul.et_mobile_menu li.menu-item-has-children.dt-open>.mobile-toggle::after {
	content: '\32';
}

.hvac_header .et_mobile_menu:after {
	position: absolute;
	right: 5%;
	margin-left: -20px;
	top: -14px;
	content: '';
	border-left: 20px solid transparent;
	border-right: 20px solid transparent;
	border-bottom: 20px solid #ffffff;
}

.hvac_header .et_mobile_nav_menu .mobile_menu_bar::before {
	transition: all 0.4s ease;
	transform: rotate(0deg);
	display: block;
	color: #fff !important;
	top: 0;
}

.hvac_header .et_mobile_nav_menu .mobile_nav {
	background: var(--color1);
	width: 32px;
	height: 32px;
	display: flex;
	justify-content: center;
	align-items: center;
}


.hvac_header .et_mobile_menu {
	overflow-y: scroll !important;
	max-height: 80vh !important;
	-overflow-scrolling: touch !important;
	-webkit-overflow-scrolling: touch !important;
	padding: 20px;
	border-top-color: var(--color2);
}

@media(max-width:1500px) and (min-width:981px) {
	.hvac_header {
		padding-left: 80px !important;
	}
}

@media(max-width:1300px) and (min-width:981px) {
	.hvac_header {
		padding-left: 60px !important;
	}
}

@media(max-width:1049px) and (min-width:981px) {
	.hvac_header_social {
		display: none;
	}
}

@media (max-width:980px) {
	.hvac_header .et_pb_menu__logo-wrap {
		display: block;
	}

	.hvac_header .et_pb_menu_inner_container {
		gap: 0;
		padding: 20px;
	}

	.hvac_header {
		padding-left: 0 !important;
	}


	.hvac_header .et_pb_menu .et_pb_menu__wrap {
		justify-content: flex-end;
		align-items: center;
	}

}

/* =======================
Hero
=========================*/
.hvac_hero_form .et_contact_bottom_container {
	width: 100% !important;
	padding-left: 3%;
}

.hvac_list .et_pb_main_blurb_image .et-pb-icon {
	color: var(--color1);
}

/* =======================
About Us
=========================*/
.hvacabout_number.et_pb_blurb .et_pb_blurb_content .et_pb_blurb_container {
	display: flex;
	align-items: center;
	gap: 15px;
    flex-direction: row;
}

/* =======================
What we offers
=========================*/
.hvac_offer .et_pb_team_member_image img {
	background-position: 50%;
	height: 100%;
	-o-object-fit: cover;
	object-fit: cover;
	position: absolute;
	transition: all 0.5s ease;
	width: 100%;
	left: 0;
}

.hvac_offer .et_pb_team_member_image::before {
	content: "";
	background: linear-gradient(0deg, hsla(0, 0%, 4%, 0.774), transparent);
	background-repeat: repeat;
	background-size: auto;
	background-repeat: repeat;
	background-size: auto;
	background-repeat: no-repeat;
	background-size: cover;
	height: 100%;
	position: absolute;
	width: 100%;
	left: 0;
	z-index: 1;
}

.hvac_offer .et_pb_team_member_description {
	bottom: -25px;
	color: #fff;
	left: 95px;
	position: absolute;
	transform: rotate(-90deg);
	transform-origin: left;
	transition: transform 0.7s ease;
	z-index: 200;
	width: 100%;
}

.hvac_offer .et_pb_team_member_description .et_pb_module_header {
	color: #fff !important;
	margin-bottom: 5px;
	display: -webkit-box;
	-webkit-line-clamp: 1;
	-webkit-box-orient: vertical;
	overflow: hidden;
}

.hvac_offer .et_pb_team_member_description div {
	opacity: 0;
	transition: all 0.7s ease-in-out;
}

.hvac_offer .et_pb_team_member_description div a {
	text-transform: uppercase;
	color: var(--color1);
	font-weight: 700;
	position: relative;
}

.hvac_offer .et_pb_team_member_description div a:after {
	content: "\24";
	font-family: 'ETmodules';
	color: var(--color1);
	font-weight: 700;
}

.hvac_offer:hover .et_pb_team_member_description {
	opacity: 1;
	transform: rotate(0deg);
	transition: all 0.7s ease-in-out;
	left: 30px;
	bottom: 30px;
}

.hvac_offer:hover .et_pb_team_member_description div {
	opacity: 1;
	padding-right: 80px;
}

/* =======================
Best Choice
=========================*/
.hvacchoice_video .fluid-width-video-wrapper {
	padding-top: 34.2963% !important;
}

.hvacchoice_blurb.et_pb_blurb .et_pb_blurb_content .et_pb_blurb_container {
	flex: 1;
}

@-webkit-keyframes ripple {
	0% {
		-webkit-box-shadow: 0 0 0 0 rgba(233, 28, 36, 0.2),
			0 0 0 5px rgba(233, 28, 36, 0.2), 0 0 0 20px rgba(233, 28, 36, 0.2),
			0 0 0 35px rgba(233, 28, 36, 0.2);
		box-shadow: 0 0 0 0 rgba(233, 28, 36, 0.2),
			0 0 0 5px rgba(233, 28, 36, 0.2), 0 0 0 20px rgba(233, 28, 36, 0.2),
			0 0 0 35px rgba(233, 28, 36, 0.2);
	}

	100% {
		-webkit-box-shadow: 0 0 0 5px rgba(233, 28, 36, 0.2),
			0 0 0 20px rgba(233, 28, 36, 0.2), 0 0 0 35px rgba(233, 28, 36, 0.2),
			0 0 0 45px rgba(255, 255, 255, 0);
		box-shadow: 0 0 0 5px rgba(233, 28, 36, 0.2),
			0 0 0 20px rgba(233, 28, 36, 0.2), 0 0 0 35px rgba(233, 28, 36, 0.2),
			0 0 0 45px rgba(255, 255, 255, 0);
	}
}

@keyframes ripple {
	0% {
		-webkit-box-shadow: 0 0 0 0 rgba(233, 28, 36, 0.2),
			0 0 0 5px rgba(233, 28, 36, 0.2), 0 0 0 20px rgba(233, 28, 36, 0.2),
			0 0 0 35px rgba(233, 28, 36, 0.2);
		box-shadow: 0 0 0 0 rgba(233, 28, 36, 0.2),
			0 0 0 5px rgba(233, 28, 36, 0.2), 0 0 0 20px rgba(233, 28, 36, 0.2),
			0 0 0 35px rgba(233, 28, 36, 0.2);
	}

	100% {
		-webkit-box-shadow: 0 0 0 5px rgba(233, 28, 36, 0.2),
			0 0 0 20px rgba(233, 28, 36, 0.2), 0 0 0 35px rgba(233, 28, 36, 0.2),
			0 0 0 45px rgba(255, 255, 255, 0);
		box-shadow: 0 0 0 5px rgba(233, 28, 36, 0.2),
			0 0 0 20px rgba(233, 28, 36, 0.2), 0 0 0 35px rgba(233, 28, 36, 0.2),
			0 0 0 45px rgba(255, 255, 255, 0);
	}
}

@media screen and (max-width: 767px) {
	.hvacchoice_video .fluid-width-video-wrapper {
		padding-top: 64.2963% !important;
	}
}

/* =======================
Project
=========================*/


.hvac_project .project {
	margin-bottom: 0 !important;
	width: 100% !important;
}

.hvac_project .project .et_portfolio_image img {
	aspect-ratio: 10/11;
	object-fit: cover;
	width: 100% !important;
}

.hvac_project .project .info {
	width: 100%;
	padding: 0 20px;
	position: absolute;
	bottom: 40px;
	left: 0;
	z-index: 1;
	display: flex;
	flex-direction: column-reverse;
}

.hvac_project .project .info .et_pb_module_header {
	background: var(--color1);
	padding: 20px !important;
	width: fit-content;
	border-radius: 5px;
	margin-top: 0;
	color: #fff !important;
	transform: perspective(200px) rotateX(-90deg);
	transform-origin: top center;
	transition: all 0.5s ease 0s;
}

.hvac_project .project .info .post-meta {
	transform: perspective(200px) rotateX(90deg);
	transform-origin: bottom center;
	transition: all 0.5s ease 0s;
	margin: 0;
	background: #fff;
	padding: 10px 5px;
	border-radius: 5px;
	width: fit-content;
}

.hvac_project .project .info .post-meta a {
	margin: 0 5px;
	color: var(--color2);
}

.hvac_project .project:hover .info .post-meta {
	transform: rotateX(0);
}

.hvac_project .project:hover .info .et_pb_module_header {
	transform: rotateX(0);
}

.hvac_project .et_pb_portfolio_filters li a {
	background: transparent !important;
	color: rgba(255, 255, 255, 0.5);
	border: 0;
	transition: all 0.5s ease;
}

.hvac_project .et_pb_portfolio_filters li a:hover {
	color: rgba(255, 255, 255, 1) !important;
	border-bottom: 1px solid #fff;
}

.hvac_project .et_pb_portfolio_filters li a.active {
	background: transparent !important;
	color: #fff;
	border-bottom: 1px solid #fff;
}

@media (min-width:768px) and (max-width:980px) {


	.hvac_project .project .info .et_pb_module_header {
		padding: 15px !important;
		font-size: 18px !important;
		line-height: 28px !important;
	}

	.hvac_project .project .info {
		bottom: 20px;
	}
}

@media only screen and (max-width: 767px) {


	.hvac_project .et_pb_portfolio_filters li {
		width: 100% !important;
	}

	.hvac_project .project .info .et_pb_module_header {
		padding: 15px !important;
		font-size: 18px !important;
		line-height: 28px !important;
	}

	.hvac_project .project .info {
		bottom: 20px;
	}
}


/* =======================
Testimonials
=========================*/

.hvac_testimonial {
	display: flex;
	flex-direction: column-reverse;
}

.hvac_testimonial .hvac_testimonial_top {
	display: flex;
	align-items: center;
	gap: 11px;
	position: relative;
	padding: 0 145px 0 0;
}

.hvac_testimonial .hvac_testimonial_top:before {
	content: '\e033 \e033 \e033 \e033 \e033';
	font-family: ETmodules;
	position: absolute;
	z-index: 1;
	top: 50%;
	transform: translatey(-50%);
	-webkit-transform: translatey(-50%);
	-ms-transform: translatey(-50%);
	font-size: 16px;
	letter-spacing: 3px;
	color: var(--color1);
	background: transparent;
	margin-left: 0;
	right: 0;
	text-align: center;
	background: rgba(223, 28, 36, 0.1);
	padding: 12px;
	border-radius: 5px;
}

.hvac_testimonial .et_pb_testimonial_description h4 {
	font-size: 24px;
	line-height: 34px;
	padding-bottom: 20px;
	margin-bottom: 20px;
	color: var(--color2);
	font-weight: 700;
	display: block;
	border-bottom: 1px solid var(--color2);
}

.hvac_testimonial .et_pb_testimonial_content p {
	padding: 0;
}

@media (max-width:980px) {
	.hvac_testimonial .et_pb_testimonial_description h4 {
		font-size: 22px;
		line-height: 32px;
	}
}

@media (max-width:767px) {
	.hvac_testimonial .et_pb_testimonial_description h4 {
		font-size: 20px;
		line-height: 30px;
		padding: 0 0 20px 0;
	}

	.hvac_testimonial .hvac_testimonial_top {
		padding: 0;
	}

	.hvac_testimonial .hvac_testimonial_top:before {
		content: none;
	}
}

/* =======================
Team
=========================*/
.et-db #et-boc .et-l #et_pb_root .et_pb_section.hvac_team_section {
	display: grid;
	grid-template-columns: 1fr 1fr 1fr;
	grid-gap: 30px;
	width: 90% !important;
	max-width: 1400px !important;
	margin: 0 auto;
}

.team-slider .hvac_team_section_slider {
	margin-inline: 8px;
}

.team-slider .et_pb_group_carousel_track{
	margin-inline: -8px;
}


.slick-slider {
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	-webkit-touch-callout: none;
	-khtml-user-select: none;
	ms-touch-action: pan-y;
	touch-action: pan-y;
	-webkit-tap-highlight-color: transparent;
}

.slick-slide {
	float: left;
}

.hvac_team_section_slider .slick-list {
	padding: 0 !important;
	overflow: hidden;
}

.hvac_team_section_slider .slick-track {
	display: flex;
	overflow: hidden;
	gap: 15px;
}

.hvac_team_section_slider .slick-dots {
	position: static;
	padding: 45px 0 0 0;
	line-height: 0;
	list-style-type: none;
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 5px;
}

.hvac_team_section_slider .slick-dots li {
	line-height: 0;
}

.hvac_team_section_slider .slick-dots li button {
	width: 20px;
	height: 20px;
	border: 1px solid var(--color1);
	border-radius: 100px;
	background: transparent;
	font-size: 0;
	padding: 0;
	cursor: pointer;
	position: relative;
}


.hvac_team .et_pb_team_member_image {
	margin-right: 0 !important;
}

.hvac_team .et_pb_team_member_image img {
	width: 100% !important;
	max-width: 100% !important;
	border-radius: 50%;
}

.hvac_team .et_pb_team_member_image:before {
	content: "";
	width: 100%;
	height: 100%;
	border-radius: 50%;
	background: var(--color2);
	position: absolute;
	top: 0;
	left: 0;
	opacity: 0;
	transform: scale(1.2);
	transition: all 0.3s linear 0s;
}

.hvac_team .et_pb_team_member_description .et_pb_member_social_links li {
	display: inline-block;
	margin: 0 3px;
}

.hvac_team .et_pb_team_member_description .et_pb_member_social_links li a {
	display: inline-block;
	width: 50px;
	height: 50px;
	line-height: 50px;
	border-radius: 50%;
	background: #fff;
	font-size: 14px;
	color: var(--color1);
	transition: all 0.3s linear 0s;
}

.hvac_team .et_pb_team_member_description .et_pb_member_social_links li a:hover {
	background: var(--color1);
	color: #fff;
}

.hvac_team_column:hover .hvac_team .et_pb_team_member_image:before {
	opacity: 0.7;
	transform: scale(1);
}

.hvac_team_column:hover .hvac_team .et_pb_team_member_description .et_pb_member_social_links {
	opacity: 1;
	transform: scale(1);
}

.hvac_team_blurb.et_pb_blurb .et_pb_blurb_content .et_pb_blurb_container .et_pb_blurb_description h3 {
	transition: all 0.3s linear 0s;
}

.hvac_team_column:hover .hvac_team_blurb.et_pb_blurb {
	background: var(--color1) !important;
}

.hvac_team_column:hover .hvac_team_blurb.et_pb_blurb .et_pb_module_header,
.hvac_team_column:hover .hvac_team_blurb.et_pb_blurb .et_pb_blurb_content .et_pb_blurb_container .et_pb_blurb_description h3 {
	color: #fff !important;
}


.ft-havc {
	margin-top: -195px
}

#et_pb_root .ft-havc {
	margin-top: 0px
}

@media only screen and (max-width: 980px) {
	.ft-havc {
		margin-top: 0px !important;
	}
}


/* =======================
Pricing
=========================*/
.tab-content {
	display: none;
}


.tab-open,
.et-db #et-boc .et-l #et-fb-app .tab-content {
	display: block;
}


#blurb-tabs .et_pb_column {
	display: flex;
	align-items: center;
	justify-content: center;
	flex-wrap: wrap;
}

#blurb-tabs .tab-title {
	transition: all .3s ease-in-out;
}

#blurb-tabs .tab-title .et_pb_blurb_content .et_pb_blurb_container .et_pb_module_header {
	font-weight: 400;
	font-size: 16px;
	line-height: 19px;
	text-transform: capitalize;
	padding: 20px 20px;
	overflow: hidden;
	position: relative;
	z-index: 1;
	transition: all 0.5s ease;
	margin: 0;
	border: 0;
	border-radius: 0;
	background: var(--color2);
	color: #fff;
}

#blurb-tabs .tab-title:hover {
	cursor: pointer;
}

#blurb-tabs .tab-title.active-tab .et_pb_blurb_content .et_pb_blurb_container .et_pb_module_header {
	color: #fff;
	background: var(--color1);
}

.hvac_pricing .et_pb_pricing_content ul li p.hvac_price_details:before {
	content: '\5a';
	font-family: ETmodules;
	font-size: 20px;
	color: #222;
}

.hvac_pricing .et_pb_pricing_content ul li p.hvac_price_details {
	padding: 15px 0 0 0;
	display: flex;
	align-items: center;
	gap: 15px;
}

.hvac_pricing .et_pb_pricing li span:before {
	content: none;
}

.hvac_pricing .et_pb_pricing li {
	padding: 0;
}

.hvac_pricing .et_pb_pricing_content ul li h4 {
	color: #222;
	font-size: 20px;
	font-weight: 400;
	line-height: 25px;
	padding-bottom: 6px;
	margin-top: 20px;
}

.hvac_pricing .et_pb_pricing_content ul li p.hvac_price_details_opacity {
	opacity: 0.2;
}

.hvac_pricing .et_pb_best_value {
	font-weight: 400;
	font-size: 16px;
}

.hvac_pricing .et_pb_et_price .et_pb_sum {
	font-weight: 400;
}

.hvac_pricing,
.hvac_pricing .et_pb_pricing_content_top {
	transition: all .5s ease;
}

.hvac_pricing:hover .et_pb_button_wrapper .et_pb_pricing_table_button {
	color: #fff;
	background: var(--color2) !important;
	border-color: var(--color2) !important;
}

.hvac_pricing_middle:hover .et_pb_button_wrapper .et_pb_pricing_table_button {
	color: #fff;
	background: var(--color1) !important;
	border-color: var(--color1) !important;
}

.hvac_pricing .et_pb_dollar_sign {
	position: relative;
	margin: 0 !important;
}

.hvac_pricing .et_pb_pricing_table .et_pb_button_wrapper {
	padding-left: 0px;
	padding-right: 0px;
}

.hvac_pricing .et_pb_et_price .et_pb_sum {
	color: var(--color2) !important;
}

.hvac_pricing_middle .et_pb_et_price .et_pb_sum {
	color: var(--color1) !important;
}

/* =======================
Banner
=========================*/
.hvac_banner .et_pb_promo_description div h2 {
	margin: 15px 0;
}

/* =======================
FAQs
=========================*/
.hvac_accordion.et_pb_accordion .et_pb_toggle_open .et_pb_toggle_title:before {
	background: var(--color1);
	transform: translateY(-50%) rotate(180deg);
	color: #fff;
}

/* =======================
Blogs
=========================*/


.hvac_blog .post {
	border-radius: 5px;
	padding: 0px;
	transition: all 0.5s ease;
	margin: 0;
}

.hvac_blog .post .entry-featured-image-url {
	margin: 0 !important;
	background: var(--color2);
	transition: all 0.5s ease;
}

.hvac_blog .post .entry-featured-image-url img {
	transition: all 0.5s ease;
}

.hvac_blog .post:hover .entry-featured-image-url img {
	opacity: 0.5;
}

.hvac_blog .post .published {
	position: absolute;
	bottom: 0;
	left: 0;
	background: #fff;
	padding: 10px;
	font-weight: 400;
	color: var(--color2);
	font-size: 16px;
	line-height: 26px;
	border-radius: 0;
}

.hvac_blog .post .hvac_blog_content {
	display: flex;
	flex-direction: column;
	gap: 20px;
	padding: 20px;
	background: #fff;
}

.hvac_blog .post .hvac_blog_content .post-meta {
	display: flex;
	align-items: center;
	gap: 10px;
	order: 1;
	flex-wrap: wrap;
}

.hvac_blog .post .hvac_blog_content .post-meta a {
	background: rgba(245, 245, 245, 1);
	color: var(--color2);
	padding: 5px 10px;
}

.hvac_blog .post .hvac_blog_content .post-content {
	order: 3;
}

.hvac_blog .post .hvac_blog_content .more-link:after {
	content: '\39';
	font-family: 'ETMODULES';
	transition: all 0.5s ease;
}

.hvac_blog .post:hover .hvac_blog_content a.more-link,
.hvac_blog .post:hover .hvac_blog_content a.more-link:after {
	color: var(--color1);
}


/* =======================
History
=========================*/


.hvac_history_slider .hvac_history_column {
    margin-inline: 8px;
}

.hvac_history_slider .et_pb_group_carousel_track{
	margin-inline: -8px;
}

.hvac_history_section_slider .slick-list {
	padding: 0 !important;
	overflow: hidden;
}

.hvac_history_section_slider .slick-track {
	display: flex;
	overflow: hidden;
	gap: 15px;
}

.hvac_history_section_slider .slick-dots {
	position: static;
	padding: 45px 0 0 0;
	line-height: 0;
	list-style-type: none;
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 5px;
}

.hvac_history_section_slider .slick-dots li {
	line-height: 0;
}

.hvac_history_section_slider .slick-dots li button {
	width: 20px;
	height: 20px;
	border: 1px solid var(--color1);
	border-radius: 100px;
	background: transparent;
	font-size: 0;
	padding: 0;
	cursor: pointer;
	position: relative;
}


.hvac_history_column:hover .hvac_history_text {
	background: var(--color1) !important;
	color: #fff !important;
}

.hvac_history_column:hover .hvac_history_text h4 {
	color: #fff !important;
}

/* =======================
Team Detail
=========================*/
.hvac_tdetail_list ul {
	padding-bottom: 0;
	display: grid;
	grid-template-columns: 1fr 1fr;
	grid-gap: 10px;
}

@media screen and (max-width: 767px) {
	.hvac_tdetail_list ul {
		padding-bottom: 0;
		display: grid;
		grid-template-columns: 1fr;
		grid-gap: 10px;
	}
}

/* =======================
FAQs
=========================*/
.hvac_faqs_section .tab-title.et_pb_blurb {
	cursor: pointer;
}

.hvac_faqs_section .tab-title.active-tab.et_pb_blurb {
	background: #fff !important;
}

/* =======================
Contact Us
=========================*/
.hvac_conatct_form .et_pb_contact_form_label {
	display: block;
	margin-bottom: 10px;
}

.hvaccontact_map .et_pb_code_inner {
	height: 100%;
}

/* =======================
Search Page
=========================*/
.hvac_search .et_pb_post {
	margin-bottom: 30px;
}

/* =======================
Blog Detail
=========================*/
.hvacbdetail_sidebar.et_pb_widget_area h2 {
	color: var(--color2);
	font-weight: 700;
	background: transparent;
	padding: 15px 20px;
	border-bottom: 1px solid rgba(21, 21, 21, 0.1);
}

.hvacbdetail_sidebar.et_pb_widget_area .et_pb_widget {
	background: #FFFFFF;
	border: 1px solid rgba(21, 21, 21, 0.1);
	border-radius: 5px;
}

.hvacbdetail_sidebar.et_pb_widget_area ul,
.hvacbdetail_sidebar .et_pb_widget .wp-block-tag-cloud {
	padding: 20px !important;
}

.hvacbdetail_sidebar.et_pb_widget_area ul li {
	padding-bottom: 15px;
	margin-bottom: 15px;
	border-bottom: 1px solid rgba(21, 21, 21, 0.1);
}

.hvacbdetail_sidebar.et_pb_widget_area ul li:last-child {
	padding-bottom: 0px;
	margin-bottom: 0px;
	border-bottom: 0px;
}

.hvacbdetail_sidebar.et_pb_widget_area ul.wp-block-categories li a {
	color: var(--color2);
	font-weight: 400;
	position: relative;
	-webkit-transition: all .4s ease-in-out;
	transition: all .4s ease-in-out !important;
}

.hvacbdetail_sidebar.et_pb_widget_area ul.wp-block-categories li a:hover {
	padding-left: 20px !important;
	color: var(--color1);
}

.hvacbdetail_sidebar.et_pb_widget_area ul.wp-block-categories li a:before {
	content: "\35";
	font-family: 'ETmodules';
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	color: var(--color1);
	left: 0;
	opacity: 0;
	-webkit-transition: all .500s ease-in-out;
	transition: all .500s ease-in-out;
}

.hvacbdetail_sidebar.et_pb_widget_area ul.wp-block-categories li a:hover:before {
	opacity: 1;
}

.hvacbdetail_sidebar.et_pb_widget_area ul.wp-block-latest-posts li a {
	color: var(--color2);
}

.hvacbdetail_sidebar.et_pb_widget_area ul.wp-block-latest-posts li a:hover {
	color: var(--color1);
}

.hvacbdetail_sidebar .et_pb_widget .wp-block-tag-cloud a {
	font-size: 16px !important;
	line-height: 26px !important;
	padding: 10px 20px;
	background: #F9F9F9;
	color: var(--color2);
	margin-bottom: 10px;
	display: inline-block;
	transition: all 0.5s ease;
}

.hvacbdetail_sidebar .et_pb_widget .wp-block-tag-cloud a:hover {
	background: var(--color1);
	color: #ffffff;
}

.hvacbdetail_comment #commentform {
	padding-bottom: 0px;
}

.hvacbdetail_tag a {
	padding: 5px 10px;
	background: rgba(4, 25, 43, 0.1);
	color: var(--color1);
	border-radius: 5px;
}

/*--------------------DIVI 5-------------------  */

@media (min-width: 1025px) and (max-width: 1599px) {
	.hvac_offer_column {
		--column-count: 3 !important;
		grid-template-columns: repeat(3, auto) !important;
	}
}
.hvac_offer_column .hvac_offer{
	min-height: 560px;
}

body #et-boc .et-l #et-fb-app-react-root .hvacchoice_video {
	height: 232px;
}
.hvac_blog .et_pb_posts .et_pb_image_container {
	margin: 0;
}

span.et_pb_scroll_top.et-pb-icon {
	background: url('/wp-content/uploads/2026/04/top-icon.svg') no-repeat center center;
	background-size: contain;
	font-size: 0;
	width: 60px;
	height: 60px;
	right: 20px;
	bottom: 30px;
}

.breadcrumb-sec .breadcrumb .et_pb_column.et-last-child{
	margin: 0 auto !important;
}

.dot {
	display: inline-block;
	transform: translateY(0) scale(0.8);
	opacity: 0.3;
	animation: wavePop 1.5s infinite ease-in-out;
}

.dot1 { animation-delay: 0s; }
.dot2 { animation-delay: 0.2s; }
.dot3 { animation-delay: 0.4s; }

@keyframes wavePop {
	0% {
		transform: translateY(0);
		opacity: 0.3;
	}
	30% {
		transform: translateY(-3px);
		opacity: 1;
	}
	60% {
		transform: translateY(2px);
		opacity: 0.6;
	}
	100% {
		transform: translateY(0);
		opacity: 0.3;
	}
}

.team-slider .et_pb_group_carousel_dot,
.hvac_history_slider .et_pb_group_carousel_dot{
    width: 20px;
    height: 20px;
    border: 1px solid var(--color1);
    border-radius: 100px;
    background: transparent;
    font-size: 0;
    padding: 0;
    cursor: pointer;
    position: relative;
    opacity: 1;
}

.team-slider .et_pb_group_carousel_dot:before,
.hvac_history_slider .et_pb_group_carousel_dot:before{
    content: "";
    width: 14px;
    height: 14px;
    position: absolute;
    background: var(--color1);
    border-radius: 100px;
    top: 50%;
    transform: translateY(-50%) scale(0);
    -webkit-transform: translateY(-50%) scale(0);
    -ms-transform: translateY(-50%) scale(0);
    left: 0;
    right: 0;
    margin: auto;
    transition: all 0.5s ease;
}
.team-slider .et_pb_group_carousel_dot_active:before,
.hvac_history_slider .et_pb_group_carousel_dot_active:before{
    transform: translateY(-50%) scale(1);
    -webkit-transform: translateY(-50%) scale(1);
    -ms-transform: translateY(-50%) scale(1);
}

.breadcrumb-sec li.et_pb_icon_list_item span.et-pb-icon {
    display: none !important;
}

.breadcrumb-sec li.et_pb_icon_list_item:before {
    content: '';
    border-right: 2px solid #04192B;
    height: 18px;
    width: 1px;
    position: absolute;
    right: -15px;
    top: 0;
    bottom: 0;
    margin: auto;
}
.breadcrumb-sec li.et_pb_icon_list_item:last-child:before {
    display: none;
}

