/*!
Theme Name: QualityAir Solutions
Theme URI: http://underscores.me/
Author: StarlitDevs
Author URI: https://starlitdevs.com/
Description: This is a custom theme
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: qas
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.

StarlitDevs 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/
*/

:root{
    --color-white: #FFFFFF;
	--color-soft-blue: #eff7fb;
	--color-deep-blue: #2b3f6b;
	--color-yellow: #d6a851;
	--color-sky-blue: #03b2ff;
	--color-text: #35343f;
	--primary-font: 'Poppins';
	--heading-font: 'acumin-variable';
}
body{
	-webkit-font-smoothing: antialiased; /* Chrome, Safari */
	-moz-osx-font-smoothing: grayscale; /* Firefox */
	font-family: var(--primary-font);
	line-height: 1.8;
	font-size: 16px;
	font-weight: 400;
	color: var(--color-text);
}
h1, h3, .h3, h4, .h4, h5, h6{
	line-height: 1.2;
	margin: 0;
	padding: 0;
	font-weight: 600;
	font-family: var(--heading-font);
	color: var(--color-deep-blue);
}
h1, .super-title p{
	font-size: 16px;
	letter-spacing: 3px;
	line-height: 1;
	text-transform: uppercase;
	color: var(--color-text);
}
.super-title h1 {
	font-weight: 300;
	font-size: 14px;
}
h2{
	font-size: 68px;
	font-weight: 600;
	line-height: 1;
	color: var(--color-deep-blue);
	font-family: var(--primary-font);
}
h3, .h3{
	font-size: 38px;
}
.text-28{
	font-size: 28px;
}
h4, .h4{
	font-size: 26px;
}
.text-24{
	font-size: 24px;
}
p{
	margin-bottom: 16px;
}
p:last-child, p:last-of-type {
	margin-bottom: 0;
}
img{
	max-width: 100%;
	width: 100%;
	object-fit: cover;
	object-position: center;
	height: auto;
	transition: all .7s ease;
}
ul{
	margin: 0;
	padding: 0;
}
a{
	text-decoration: none;
	transition: .4s;
}
a:focus{
	outline: none;
}
textarea, input, select{
	box-sizing: border-box;
	width: 100%;
	border: none;
	border-radius: 32px;
	padding: 16px 24px;
	background-color: #eff7fb;
	color: var(--color-text);
	border: 1px solid var(--color-deep-blue);
}
input, select{
	height: 62px;
}
select{
	appearance: none;
}
textarea{
	height: 182px;
}
input:focus, textarea:focus{
	outline: none;
}
input::placeholder, textarea::placeholder, select {
    color: var(--color-text);
	opacity: 1;
}
.pagination-style .swiper-pagination-bullet {
  width: 10px;
  height: 10px;
}
.pagination-style .swiper-pagination-bullet-active {
  background-color: var(--color-sky-blue);
}
.pagination-style {
  margin-top: 42px;
  text-align: center;
}
.rounded-30{
	border-radius: 30px;
	overflow: hidden;
}
.btn{
	padding: 18px 32px;
	border-radius: 24px;
	font-size: 14px;
	line-height: 1;
	font-weight: 500;
	transition: .3s;
	display: inline-block;
	text-transform: uppercase;
	color: var(--color-white);
	height: 50px;
}
.btn-yellow{
	background-color: var(--color-yellow);
}
.btn-yellow:hover{
	background-color: var(--color-deep-blue);
	color: var(--color-white);
}
.btn-sky-blue{
	background-color: var(--color-sky-blue);
}
.btn-sky-blue:hover{
	background-color: var(--color-deep-blue);
	color: var(--color-white);
}
.bg {
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
}
.bg-soft-blue{
	background-color: var(--color-soft-blue);
}
.bg-sky-blue{
	background-color: var(--color-sky-blue);
}
.bg-deep-blue{
	background-color: var(--color-deep-blue);
}
.bg-white{
	background-color: var(--color-white);
}

.py-80{
	padding-block: 80px;
}
.pt-80{
	padding-top: 80px;
}
.pb-80{
	padding-bottom: 80px;
}
.container{
	max-width: 1240px;
	padding-inline: 12px;
	margin-inline: auto;
}




/* header */

/* mmenu */
.mm-page {
	min-height: unset;
}
.mm-menu {
	display: none;
}
.modal-backdrop.show {
	opacity: .92;
}
.menu-trigger {
	display: none;
}

body.admin-bar .site-header {
  top: 32px;
}
.header-logo a {
  max-width: 180px;
  display: block;
}
.site-header.sticky-active .header-logo a {
	max-width: 140px;
}
.header-menu-wrapper {
	display: flex;
	align-items: center;
	gap: 24px;
}
.header-menu ul {
  list-style: none;
  display: flex;
}
.header-menu ul li{
	position: relative;
	margin-inline: 10px;
}
.header-menu ul li.current-menu-item a{
	color: var(--color-yellow);
}
.header-menu ul li a {
  padding: 14px;
  font-size: 14px;
  text-transform: uppercase;
  letter-spacing: 3px;
  color: var(--color-text);
  font-weight: 400;
}
.button-group {
  display: flex;
  gap: 10px;
  justify-content: start;
  flex-wrap: wrap;
}
.header-buttons .button-group {
  display: flex;
  gap: 10px;
  justify-content: end;
}
.site-header {
  padding-block: 25px;
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  width: 100%;
  z-index: 99;
  transition: .3s;
  background-color: var(--color-white);
}
.site-header.sticky-active{
	background-color: hsla(0,0%,100%,.9);
}
.header-menu ul li .sub-menu {
  flex-direction: column;
  position: absolute;
  left: 0;
  top: 100%;
  padding-block: 12px;
  transition: .3s;
  opacity: 0;
  pointer-events: none;
  width: 300px;
}
.header-menu ul li .sub-menu li a {
	color: var(--color-white);
	padding: 12px 24px;
	display: block;
	background-color: var(--color-sky-blue);
	position: relative;
}
.header-menu ul li .sub-menu li a:hover{
  color: var(--color-text);
}
.header-menu ul li .sub-menu .current-menu-item a{
	color: var(--color-text);
}
.header-menu ul li a:hover {
  color: var(--color-yellow);
}
.header-menu ul li:hover .sub-menu{
  pointer-events: auto;
  opacity: 1;
}
.header-menu ul li:has(.sub-menu)>a::after {
  display: inline-block;
  margin-left: .255em;
  vertical-align: .255em;
  content: "";
  border-top: .3em solid;
  border-right: .3em solid transparent;
  border-bottom: 0;
  border-left: .3em solid transparent;
}




/* Home Banner */
.home-banner{
	padding-block: 200px;
}
body.home {
  padding-top: 0 !important;
}
.banner-title h2 {
  margin-block: 24px;
}
.banner-buttons {
  margin-top: 20px;
}
.banner-content {
  padding-right: 132px;
}
.banner-media{
	max-height: 605px;
}
.banner-media video{
	object-fit: cover;
}


/* Banner CTA */
body.home .banner-cta {
	background-color: var(--color-soft-blue);
	padding-bottom: 0;
}
.banner-cta-inner {
  display: flex;
  padding: 42px;
}
.banner-cta-heading {
  width: 40%;
}
.banner-cta-content {
  width: 60%;
  display: flex;
  align-items: center;
  justify-content: space-around;
}
.banner-cta-item {
  display: flex;
  align-items: center;
  color: var(--color-white);
  gap: 12px;
}
.banner-cta-heading h3 {
  color: var(--color-white);
  font-size: 32px;
}
.banner-cta-icon {
  max-width: 55px;
}
.banner-cta-text {
  line-height: 1.4;
}


/* Logo carousel */
.logo-carousel {
    overflow: hidden;
    padding-block: 60px;
}

.logo-marquee-wrapper {
    overflow: hidden;
    width: 100%;
}
.logo-marquee-track {
    display: flex;
    align-items: center;
    width: max-content;
    animation: logo-scroll 20s linear infinite;
}

.logo-carousel .logo-item {
    flex: 0 0 auto;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 40px;
}

.logo-carousel .logo-item img {
    max-height: 60px;
    width: auto;
    object-fit: contain;
}

@keyframes logo-scroll {
    from {
        transform: translateX(0);
    }
    to {
        transform: translateX(-50%);
    }
}

/* Hover > animation pause */
.logo-marquee-wrapper:hover .logo-marquee-track {
    animation-play-state: paused;
}


/* Installations */
.intallation-title {
	margin-bottom: 32px;
}
.installation-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 45px 30px;
}
.intallation-info {
  padding: 18px 32px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.intallation-title {
  margin-bottom: 32px;
}
.installation-item:hover .installation-img img {
  transform: scale(1.1);
}
.install-link {
	position: absolute;
	inset: 0;
}
.installation-img img {
  aspect-ratio: 4/2.16;
  min-height: 260px;
}
.install-price {
  padding: 16px 24px;
  background-color: var(--color-white);
  border-radius: 32px;
  min-width: 212px;
  text-align: center;
  font-weight: 300;
}
.install-price strong {
  font-weight: 700;
  display: inline-block;
  margin-left: 5px;
}


/* Support Services */

body.home .support-services-sec {
	padding-top: 0;
}
.support-services {
  display: flex;
}
.ss-content {
  display: flex;
  width: 66.66%;
  padding: 12px;
}
.ss-box-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-block: 32px;
}
.ss-header-title {
  display: flex;
  align-items: center;
  gap: 10px;
}
.ss-header-title img {
  height: 48px;
}
.ss-heading-box {
  width: 33.33%;
  display: grid;
  place-items: center;
  padding: 32px;
}
.ss-heading-box h3 {
  color: var(--color-white);
}
.ss-content-box {
  padding: 32px;
  flex: 1;
}
.ss-header-icon a {
  display: inline-grid;
  place-items: center;
  width: 42px;
  height: 42px;
  background-color: var(--color-white);
  border-radius: 50%;
  color: var(--color-sky-blue);
}

/* why use us */
.why-use-inner {
  padding: 64px 48px;
}
.why-use-title {
  margin-bottom: 42px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 30px;
}
.why-use-img img {
  aspect-ratio: 4 / 2.78;
  min-height: 320px;
}
.why-use-content {
  padding-left: 20px;
}
.why-use-content h4 {
  margin-bottom: 16px;
}
.why-use-content .button-group {
  margin-top: 32px;
}
.why-use-heading {
  width: 40%;
}
.why-use-subheading {
  width: 60%;
}
.why-use-content .btn {
	max-width: 240px;
	width: 100%;
}
.page-template-ducted .why-use-content .btn {
	max-width: auto;
	width: auto;
}


/* Portfolio */
.portfolio-title {
  max-width: 635px;
  text-align: center;
  margin-inline: auto;
  margin-bottom: 48px;
}
.portfolio-title .button-group {
  justify-content: center;
  margin-top: 32px;
}
.portfolio-title h3 {
  margin-bottom: 16px;
}
.portfolio-slide img {
	height: 380px;
}
.page-template-ducted .portfolio {
	padding-top: 0;
	padding-bottom: 80px;
}



/* Contact */
.contact-left {
  height: 100%;
  padding: 62px 48px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: 40px;
}
.contact-title h3 {
  margin-bottom: 16px;
  font-weight: 600;
  font-size: 28px;
}
.contact-title .btn {
  margin-top: 32px;
}
.contact-form {
  padding: 64px;
}
.input-item {
  margin-bottom: 22px;
}
.input-item.submit {
  margin-bottom: 0;
}
.input-item.submit span {
  display: none;
}
.input-item.submit input {
  max-width: 220px;
}
.input-item.submit .btn-sky-blue:hover {
  background-color: var(--color-yellow);
}
.contact-form .row {
  --bs-gutter-x: 10px;
}
.contact-form label {
  color: var(--color-white);
  margin-bottom: 5px;
}


/* Quality Air Solution */
.qas-title {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 42px;
}
.qas-heading, .qas-subheading {
  flex: 1;
}
.qas-heading h3{
	font-weight: 600;
}
.qas-slide-content {
  text-align: center;
  padding: 34px 24px 42px;
}
.qas-slide-content h4 {
  margin-bottom: 16px;
}


/* Testimonial */
.testimonial-inner {
  padding: 80px 64px;
}
.testimonial-title {
  color: var(--color-white);
  margin-bottom: 42px;
}
.testimonial-title h3 {
  color: var(--color-white);
  margin-bottom: 16px;
}
.testimonial-text {
  padding: 42px;
  border-bottom: 1px solid #def0f3;
}
.t-slide-bottom {
  padding: 24px 42px 42px;
}
.t-rating {
  max-width: 114px;
}
.testimonial-pagination :is(.swiper-pagination-bullet, .swiper-pagination-bullet-active) {
  background-color: var(--color-soft-blue);
}
.testi-pattern {
	position: absolute;
	max-width: 446px;
	bottom: 0;
	right: 0;
	z-index: -1;
}


/* FAQs */
.faq-inner {
  padding: 80px;
}
.faq-title {
  margin-bottom: 42px;
}
.faq-title h3 {
  margin-bottom: 16px;
}
.faq-accordion {
  max-width: 800px;
  margin-inline: auto;
}
.faq-row {
  border-bottom: 1px solid #def0f3;
  margin-bottom: 10px;
}
.faq-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  padding: 8px;
  cursor: pointer;
}
.faq-heading {
  font-size: 16px;
  font-weight: 600;
  font-family: var(--primary-font);
}
.faq-content {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.3s ease;
}
.faq-content-inner{
	padding: 28px 8px;
	color: var(--color-deep-blue);
}
.faq-content-inner :is(ul, ol) {
  padding-left: 30px;
  margin-bottom: 20px;
}
.faq-content-inner :is(h1, h2, h3, h4, h5, h6) {
	margin-bottom: 16px;
	font-size: 24px;
}
.faq-icon {
    transition: transform 0.3s ease;
	background-color: var(--color-white);
	width: 38px;
	min-width: 38px;
	height: 38px;
	display: grid;
	place-items: center;
	border-radius: 50px;
	color: var(--color-sky-blue);
}

/* Page Banner */
.page-banner h2{
	font-size: 52px;
	font-family: var(--heading-font);
	margin-bottom: 40px;
}
.page-banner-title {
	margin-block: 40px;
	max-width: 500px;
}
.page-banner-media img {
	aspect-ratio: 1 / 1;
	max-height: 605px;
}
.page-banner-media video{
	object-fit: cover;
}


/* Image with Text */
body.page-template-about .img-with-text .row {
  align-items: start !important;
}
.img-with-text-content {
	padding-left: 10px;
}
body.page-template-about .img-with-text-content {
  padding-left: 20px;
}
.img-with-text-content h3 {
  margin-bottom: 16px;
}
.img-with-text-content .button-group {
  margin-top: 32px;
}
.img-with-text-img img {
	max-height: 500px;
}
.about-pattern {
	position: absolute;
	max-width: 346px;
	right: 0;
	top: 5%;
	z-index: -1;
}
body.page-template-about .about-pattern{
	top: 50%;
}
.page-template-split-system .img-with-text {
	padding-top: 0;
}
.img-with-text .why-use-img img {
  aspect-ratio: 1 / 0.77;
}
.img-with-text .why-use-content h3 {
  font-size: 32px;
  margin-bottom: 16px;
}


/* Team */
.team-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
}
.team-info {
  padding: 48px 20px;
  flex: 1;
  text-align: center;
}
.team-grid-item {
  display: flex;
  flex-direction: column;
}
.team-img img {
  height: 400px;
}
.team-info:has(p) {
	padding-block: 32px;
}


/* Contact Box */
.contact-grid>.row {
	row-gap: 24px;
}
.contact-box-img img {
  height: 340px;
}
.contact-box:hover .contact-box-img img {
  transform: scale(1.1);
}
.contact-box-text {
  display: flex;
  justify-content: space-between;
  padding: 24px 32px;
  align-items: center;
}
.contact-box-text h4 {
  font-size: 18px;
  font-weight: 700;
}
.contact-box-text span {
  line-height: 1;
  font-size: 14px;
  padding: 18px 32px;
  background-color: var(--color-white);
  border-radius: 24px;
}

.contact-left-box {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.form-img img {
  aspect-ratio: 1/1.1;
  max-height: 580px;
}
.contact-left-box .contact-title {
  padding: 42px;
  padding-bottom: 0;
}
.contact-left-box .contact-title h3 {
  font-size: 32px;
  font-weight: 500;
}


/* Improving Features */
.if-title {
  display: flex;
  align-items: center;
  gap: 30px;
  justify-content: space-between;
  margin-bottom: 42px;
}
.if-heading {
  width: 40%;
}
.if-subheading {
  width: 60%;
}
.if-slide-text {
  position: absolute;
  bottom: 16px;
  width: 90%;
  margin-inline: auto;
  left: 0;
  right: 0;
  text-align: center;
  background-color: var(--color-sky-blue);
  padding: 24px 32px;
  border-radius: 15px;
  color: var(--color-white);
}
.if-slide img {
  height: 380px;
}
.mounting-content-box{
	background-color: var(--color-white);
	color: var(--color-text);
}


/* Pricing */
.pricing-title {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 42px;
  gap: 16px;
}
.pricing-heading {
  font-size: 28px;
  font-weight: 600;
}
.ducted-pricing {
  padding: 42px;
  background-color: #9c6743;
  color: var(--color-white);
}
.pricing-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 24px;
}
.p-heading {
  font-size: 24px;
  font-weight: 600;
  color: var(--color-white);
}
.p-icon {
  max-width: 67px;
}
.pricing-details-item p {
  margin: 0;
}
.pricing-details-item {
  padding-bottom: 24px;
  margin-bottom: 18px;
  border-bottom: 1px solid #FFFFFF4D;
}
.pricing-price {
  margin-left: auto;
  margin-right: 0;
  max-width: max-content;
  font-size: 24px;
  font-weight: 700;
  padding: 14px 32px;
  line-height: 1.8;
  border-radius: 15px;
  background-color: hsla(0,0%,100%,.15);
}
.p-feature-details {
  font-weight: 500;
}
.pricing-box-2 .ducted-pricing {
  background-color: #a7adba;
}
.pricing-box-3 .ducted-pricing {
  background-color: #c89c33;
}
.our-advice {
  padding: 80px 134px;
  color: var(--color-white);
}
.our-advice h3 {
  font-size: 28px;
  color: var(--color-white);
  font-weight: 600;
  margin-bottom: 32px;
}
.pricing::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 180px;
  background-color: var(--color-white);
  z-index: -1;
}
.pricing-pattern {
  position: absolute;
  left: 0;
  bottom: 124px;
  max-width: 396px;
  z-index: -2;
  max-height: 490px;
}


/* CTA */
.page-template-commercial .cta{
	padding-bottom: 24px;
}
.cta-inner {
  padding: 80px;
  background-color: var(--color-deep-blue);
  color: var(--color-white);
}
.page-template-commercial .cta-inner{
	background-color: var(--color-soft-blue);
	color: var(--color-text);
}
.cta-content {
  max-width: 950px;
  margin-inline: auto;
}
.cta-content .button-group {
  justify-content: center;
  margin-top: 32px;
}
.cta-content h3 {
  margin-bottom: 32px;
  color: var(--color-white);
}
.page-template-commercial .cta-content h3{
	color: var(--color-deep-blue);
}

/* Commercial Carousel */
.commercial-slide img {
	height: 420px;
}



/* Thank you */
body.page-id-384 .page-banner {
  display: none;
}
.thank-you .h1 {
  margin-bottom: 16px;
  font-size: 56px;
  letter-spacing: normal;
  font-family: var(--heading-font);
  text-transform: unset;
}
.thank-you {
  padding-block: 160px;
}
.entry-content h1{
	letter-spacing: normal;
	font-family: var(--heading-font);
	text-transform: unset;
}
.entry-content :is(h1, h2, h3, h4, h5, h6) {
  color: var(--color-deep-blue);
  margin-bottom: 25px;
}
.entry-content :is(h1, h2, h3, h4, h5, h6):not(:first-child) {
  margin-top: 45px;
}
.entry-content :is(h1, h2, h3, h4) {
  font-size: 32px;
}








/* Footer */
.site-footer {
  background-color: var(--color-deep-blue);
  padding-top: 80px;
  padding-bottom: 40px;
  color: var(--color-white);
  font-size: 15px;
}
.footer-logo a {
  display: block;
  max-width: 185px;
}
.footer-logo {
  margin-bottom: 32px;
}
.footer-description {
  padding-right: 52px;
  margin-bottom: 42px;
  font-size: 15px;
}
.footer-social {
  display: flex;
  align-items: center;
  gap: 10px;
}
.social-link {
  display: block;
  color: var(--color-sky-blue);
}
.social-link svg {
  width: 22px;
  height: 22px;
}
.social-link:hover {
  color: var(--color-yellow);
}
.footer-menu-wrapper {
  display: flex;
  justify-content: space-between;
  gap: 50px;
}
.footer-menu-block ul {
  list-style: none;
  padding: 0;
}
.footer-bottom {
  padding-top: 42px;
  border-top: 1px solid #415688;
  margin-top: 68px;
}
.credit {
  text-align: right;
}
.footer-menu-heading {
  font-size: 15px;
  color: var(--color-white);
  margin-bottom: 56px;
}
.footer-menu-block ul li {
  margin-bottom: 5px;
}
.footer-menu-block ul li a {
  color: var(--color-white);
}
.footer-menu-block ul li a:hover {
  color: var(--color-yellow);
}
.credit a {
  color: var(--color-white);
}
.credit a:hover {
  color: var(--color-yellow);
}
.footer-email, .footer-location {
  word-break: break-word;
}


/* 404 */
.not-found {
	padding-block: 160px;
	text-align: center;
}
.not-found h1 {
  letter-spacing: normal;
  text-transform: unset;
  color: var(--color-deep-blue);
  font-weight: 600;
  margin-bottom: 16px;
}
.not-found p {
  font-size: 18px;
}
.not-found .btn {
  margin-top: 32px;
}



/* Responsive */

@media (max-width: 1199.98px){

	.header-menu ul li {
		margin-inline: 5px;
	}
	.header-menu ul li a {
		padding: 10px;
	}


	/* Home Banner */
	.banner-content {
		padding-right: 40px;
	}

	/* Support Service */
	.support-services {
		flex-direction: column;
	}
	.ss-heading-box {
		width: 100%;
	}
	.ss-content {
		width: 100%;
	}

	/* contact */
	.contact-form {
		padding: 42px;
	}
	
}
@media (max-width: 991.98px){
	
	/* m-menu */
	.mm-panel ul li a {
		font-size: 14px;
		color: var(--color-white) !important;
		text-transform: uppercase;
		font-weight: 400;
		letter-spacing: 3px;
	}
	.mm-panel ul li a:hover{
		color: var(--color-yellow) !important;
	}
	.mm-menu {
		z-index: 100;
		display: block;
	}
	.mm-wrapper__blocker.mm-blocker.mm-slideout{
		z-index: 99;
	}
	.mm-panels {
		background: var(--color-deep-blue);
	}
	.mm-menu {
		--mm-size: 100%;
		--mm-color-background: var(--color-deep-blue);
	}
	body.admin-bar .mm-menu {
		top: 32px;
	}
	.menu-close-btn {
		position: absolute;
		right: 20px;
		z-index: 9;
		font-size: 18px !important;
		color: var(--color-white) !important;
		top: 15px;
		font-size: 16px;
	}
	.menu-close-btn .btn-close{
		filter: invert(1) !important;
	}
	.mm-navbar__title span {
		display: none;
	}
	.mm-panel--opened .mm-navbar__title span {
		display: block;
		font-size: 0;
	}
	#menu .mm-navbar .mm-navbar__title span {
		display: none;
	}
	.mm-panel .mega-menu {
		position: relative !important;
	}
	.mm-panels .sub-menu li a {
		padding: 15px 20px !important;
	}
	.menu-trigger{
		display: block;
	}
	.menu-trigger a {
		flex-direction: column;
		row-gap: 5px;
		position: relative;
		z-index: 999;
		cursor: pointer;
		border-radius: 100px;
		height: 50px;
		width: 50px;
		display: flex;
		justify-content: center;
		align-items: center;
		background-color: var(--color-sky-blue);
	}
	.menu-trigger span {
		display: block;
		height: 3px;
		width: 28px;
		background-color: var(--color-white);
		border-radius: 100px;
	}
	.mm-btn--next::after, .mm-btn--prev::before{
		border-color: var(--color-white) !important;
	}
	/* menu-end */


	h2{
		font-size: 62px;
	}
	h3, .h3{
		font-size: 32px;
	}

	/* Header */
	.header-menu{
		display: none;
	}
	.header-buttons {
		display: flex;
		align-items: center;
		gap: 10px;
	}

	/* Home Banner */
	.banner-media {
		max-width: 480px;
		margin-inline: auto;
	}
	.home-banner {
		padding-bottom: 100px;
		padding-top: 170px;
	}
	.banner-content {
		text-align: center;
		padding-right: 0;
		padding-bottom: 80px;
	}
	.banner-buttons .button-group {
		justify-content: center;
	}


	/* Banner CTA */
	.banner-cta-inner {
		flex-direction: column;
		align-items: center;
	}
	.banner-cta-heading {
		width: 100%;
		text-align: center;
		margin-bottom: 30px;
	}
	.banner-cta-content {
		width: 100%;
	}

	/* Installations */
	.install-price {
		min-width: auto;
	}
	.install-heading {
		font-size: 18px;
	}
	.intallation-info {
		padding-inline: 20px;
	}


	/* why use us */
	.page-template-ducted .why-use-content .btn {
		max-width: 240px;
		width: 100%;
	}

	/* Footer */
	.footer-description {
		margin-bottom: 32px;
	}
	.footer-menu-wrapper {
		justify-content: flex-start;
		margin-top: 50px;
	}
	.footer-menu-heading {
		margin-bottom: 30px;
	}

	/* page Bnner */
	.page-banner{
		padding-top: 30px;
	}
	.page-banner .row {
		flex-direction: column-reverse;
	}
	.page-banner-title {
		max-width: 100%;
	}
	.page-banner-content h2{
		font-size: 46px;
	}
	.page-banner-content .button-group {
		justify-content: center;
	}
	.page-banner-content {
		padding-top: 42px;
	}

	/* Image with Text */
	.img-with-text-content {
		padding-left: 0 !important;
		text-align: center;
		padding-top: 42px;
	}
	.img-with-text-content .button-group {
		justify-content: center;
	}

	/* Team */
	.team-grid {
		grid-template-columns: repeat(2, 1fr);
	}

	/* Pricing */
	.our-advice {
		padding: 64px;
	}
}
@media (max-width: 782.98px){
	body.admin-bar .site-header, body.admin-bar .mm-menu{
		top: 46px;
	}
}
@media (max-width: 767.98px){
	h2{
		font-size: 58px;
	}
	h3, .h3{
		font-size: 28px;
	}
	.py-80{
		padding-block: 60px;
	}
	.pt-80{
		padding-top: 60px;
	}
	.pb-80{
		padding-bottom: 60px;
	}

	/* Header */
	.header-buttons .button-group{
		display: none;
	}

	/* Logo carousel */
	.logo-carousel .logo-item {
        margin: 0 25px;
    }
    .logo-carousel .logo-item img {
        max-height: 45px;
    }

	/* Banner CTA */
	.banner-cta-item {
		flex-direction: column;
		align-items: center;
		text-align: center;
	}


	/* Installations */
	.installation-grid {
		grid-template-columns: repeat(1, 1fr);
		gap: 25px;
	}

	/* Support Services */
	.ss-content{
		flex-direction: column;
	}
	.ss-content-box {
		padding: 20px 25px;
	}

	/* Why use us */
	.why-use-inner {
		padding: 48px 24px;
	}
	.why-use-title {
		flex-direction: column;
	}
	.why-use-heading {
		width: 100%;
		text-align: center;
	}
	.why-use-subheading {
		width: 100%;
	}
	.why-use-content {
		padding-left: 0;
		text-align: center;
		padding-top: 42px;
	}
	.why-use-img img {
		min-height: 240px;
	}

	/* Contact */
	.contact-left {
		text-align: center;
		padding: 42px 24px;
	}
	.contact-form {
		padding: 42px 24px;
	}
	.input-item.submit {
		text-align: center;
	}

	/* Quality Air Solution */
	.qas-title{
		flex-direction: column;
		gap: 16px;
	}

	/* Testimonial */
	.testimonial-inner {
		padding: 48px 18px;
	}
	.testimonial-text {
		padding-inline: 20px;
	}
	.t-slide-bottom {
		padding-inline: 20px;
	}

	/* FAQs */
	.faq-inner {
		padding: 64px 15px;
	}
	.faq-title {
		padding-inline: 30px;
	}


	/* Footer */
	.footer-menu-wrapper {
		flex-direction: column;
		align-items: center;
		gap: 42px;
	}
	.footer-top {
		text-align: center;
	}
	.footer-menu-heading {
		margin-bottom: 22px;
	}
	.footer-logo a {
		margin-inline: auto;
	}
	.footer-description {
		padding-right: 0;
	}
	.footer-social {
		justify-content: center;
	}
	.footer-bottom {
		margin-top: 48px;
		text-align: center;
		padding-top: 32px;
	}
	.credit {
		text-align: center;
	}
	.site-footer {
		padding-top: 60px;
		padding-bottom: 32px;
	}

	/* Page Banner */
	.page-banner{
		padding-top: 30px;
	}
	.page-banner-title {
		margin-block: 25px;
	}
	.page-banner-content h2{
		font-size: 34px;
		margin-bottom: 25px;
	}

	/* Improving Features */
	.if-title {
		flex-direction: column;
		gap: 16px;
	}
	.if-heading, .if-subheading {
		width: 100%;
	}

	/* Pricing */
	.pricing-title {
		flex-direction: column;
		text-align: center;
		padding-inline: 30px;
	}
	.ducted-pricing {
		padding-inline: 24px;
	}
	.our-advice{
		padding: 42px 24px;
	}
	.pricing::before{
		height: 160px;
	}

	.cta-inner {
		padding: 48px 24px;
	}
	.commercial-slide img {
		height: 300px;
	}

	/* Image with text */
	.img-with-text .why-use-content h3{
		font-size: 24px;
	}

	/* 404 */
	.not-found {
		padding-block: 100px;
	}
	.not-found p{
		font-size: 16px;
	}

	/* Thank you */
	.thank-you {
		padding-block: 120px;
	}
	.thank-you .h1{
		font-size: 40px;
	}
}
@media (max-width: 600.98px){
	body.admin-bar .site-header, body.admin-bar .mm-menu{
		top: 92px;
	}
	body.admin-bar .site-header.sticky-active{
		top: 0;
	}
}
@media (max-width: 575.98px){
	h2{
		font-size: 52px;
	}
	.button-group{
		justify-content: center;
	}
	.button-group .btn{
		max-width: 240px;
		width: 100%;
	}

	/* Banner CTA */
	.banner-cta-content {
		flex-direction: column;
		gap: 30px;
	}

	/* Team */
	.team-grid {
		grid-template-columns: repeat(1, 1fr);
	}

	/* contact box */
	.contact-box-img img {
		height: 280px;
	}
	.contact-box-text {
		flex-direction: column;
		gap: 16px;
	}
	
}