@import url('https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&family=Raleway:ital,wght@0,100..900;1,100..900&display=swap');
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  list-style: none;
  font-family: "Poppins", sans-serif;
}

a {
  text-decoration: none !important;
  display: inline-block !important;
}
img {
  width: 100%;
  display: block;
  object-fit: cover;
}
ul {
  padding: 0;
  margin: 0;
}
p {
  /* font-size: 14px;
   color: var(--c6);
   padding: 0;
   margin: 0;
   line-height: 30px; */
  font-size: 15px;
  line-height: 26px;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  padding: 0;
  margin: 0;
}

:root {
  --c1: #000; /* Black */
  --c2: #fff; /* White */
  --c3: #000091; /* Blue */
  --c4: #BD0005; /* REd */
  --c5: rgba(3, 70, 147, 0.1); /* Background Color */
  --c6: #8e8e8e;
  --f1: "Poppins", sans-serif;
  --f1: "Raleway", sans-serif;
  --f2: "Inter", sans-serif;
}
::selection {
  background: var(--c4);
  color: var(--c2);
}

.wrapper {
  overflow: hidden;
  position: relative;
}
.spacing {
  padding: 100px 0px;
}
.spacing-top {
  padding-top: 100px;
}
.spacing-bottom {
  padding-bottom: 100px ;
}

/* inner-wrapper */

.inner-header {
  height: 400px;
  background-position: center !important;
  background-attachment: fixed !important;
  position: relative;
  display: flex;
  align-items: center;
  text-align: center;
}
.inner-header:before {
  width: 100%;
  height: 100%;
  content: "";
  background: rgb(0 0 0 / 60%);
  position: absolute;
  left: 0;
  top: 0;
}
.inner-header .container {
  position: relative;
}
.inner-header .inner-header-title h2 {
  color: #fff;
  font-size: 50px;
  font-weight: 700;
}
/* Responsive Menu */

.responsive-btn a {
  display: block !important;
  color: #222;
  font-size: 30px;
}
.responsive-menu {
  position: fixed;
  top: 0;
  left: -100%;
  width: 100%;
  height: 100%;
  background-color: var(--c2);
  z-index: 9999;
  transition: all 0.5s;
}
.responsive-links ul li ul {
  display: none;
}
.responsive-links ul li i {
  transition: transform 0.3s ease;
}

.responsive-menu.active {
  left: 0;
}
.responsive-links ul li ul li {
  list-style: disc;
  color: var(--c3);
}
.responsive-menu-main {
  height: 100%;
  padding: 30px;
  position: relative;
}
.responsive-logo {
  width: 100%;
  margin-bottom: 30px;
}
.responsive-links ul li a {
  color: var(--c1);
  padding: 10px 0px;
  display: block !important;
  font-weight: 600;
}
.responsive-links ul li {
  border-bottom: 1px solid #8080803d;
  position: relative;
}
.resp-social {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  background-color: var(--c3);
  padding: 6px 0px;
}
.responsive-icon a i {
  display: block;
}
.responsive-icon {
  position: absolute;
  top: 30px;
  right: 30px;
}
.responsive-icon a {
  color: var(--c1);
  font-size: 30px;
}
.responsive-links ul li:last-child {
  border: 0;
}
body.scroll-stop {
  overflow: hidden;
}
.resp-social ul {
  display: flex;
  gap: 10px;
  justify-content: center;
}
.resp-social ul li a i {
  display: block;
}
.resp-social ul li a {
  padding: 10px;
  color: var(--c2);
  font-size: 18px;
}
.responsive-links ul li i {
  position: absolute;
  right: 0;
  top: 13px;
  color: var(--c3);
}
.responsive-links ul li ul {
  padding-left: 30px;
  border-top: 1px solid #8080803d;
}
.responsive-links ul li i.active::before {
  content: "\f068";
}


/* end inner-wrapper */
.top-header {
    background: var(--c3);
    padding: 10px 0px;
}

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

.header-social ul li a {
    color: var(--c2) !important;
}

.header-contact a {
    color: var(--c2);
    font-size: 15px;
    padding: 0px 12px;
    border-right: 1px solid;
}

.header-contact {
    text-align: end;
}

.header-contact a i {
    color: var(--c4);
    margin-right: 5px;
    /* font-size: 17px; */
}

.main-header {
    display: flex;
    justify-content: space-around;
    align-items: center;
    padding: 6px 0px;
}

.navigations ul li a {
    color: var(--c1);
    padding: 0px 6px;
    font-size: 16px;
    font-weight: 400;
}

.main-btn a {
    background: var(--c4);
    color: var(--c2);
    padding: 10px 20px;
    border-radius: 10px;
    font-size: 14px;
    border: none;
    z-index: 1;
    overflow: hidden;
    position: relative;
    transition: all 0.2s ease-in;
}

.logo a {
    display: block;
    width:170px;
}
.navigations ul {
    display: flex;
    gap: 24px;
}
.banner {
    height: 100dvh;
    display: flex;
    align-items: center;
    justify-content: center;
    background-size: cover;
}

.banner-content {
    width: 100%;
}

.banner-title h4 {
    color: var(--c2);
    font-family: var(--f1);
    font-weight: 500;
    text-transform: uppercase;
    padding-bottom: 10px;
    font-size: 26px;
}

.banner-title h1 {
    color: var(--c2);
    font-size: 56px;
    font-weight: 700;
    font-family: var(--f1);
}

.banner-title p {
    color: #ccc;
    padding: 10px 0px;
    line-height: 30px;
}
.banner-btn.main-btn {
    display: flex;
    gap: 18px;
}

.banner-btn a:last-child {
}
.about-section {
    position: relative;
    overflow: hidden;
}

.about-shape {
    position: absolute;
    top: 0;
    width: 100%;
    right: 0;
}

.about-img {
    border-radius: 50% 0px 0px 0px;
    overflow: hidden;
}

.main-title h4 {
    color: var(--c4);
    font-weight: 700;
    text-transform: capitalize;
    font-size: 18px;
    padding-bottom: 8px;
    font-family: var(--f2);
    text-shadow: 1px 0px 0px #00000047;
}

.main-title h2 {
    font-weight: 600;
    font-size: 42px;
    padding-bottom: 12px;
    color: var(--c1);
}
.about-shape-2 {
    position: absolute;
    opacity: 0.1;
    width: 1100px;
    right: -340px;
    bottom: -100px;
    z-index: -1;
}

section.services-section {
    background: var(--c3);
    padding: 60px 0px;
}
.service-title {
    text-align: center;
    padding-bottom: 30px;
}

.service-title h4 {
    color: var(--c2);
    background: var(--c4);
    display: inline-block;
    padding: 4px 7px;
    margin-bottom: 8px;
}

.service-title h2 {
    color: var(--c2);
}
.services-box {
    background: var(--c2);
    padding: 26px;
    border-radius: 30px;
    height: 100%;
}

.services-box-image {
    border-radius: 26px;
    overflow: hidden;
}

.services-content {
    padding-top: 20px;
}

.services-content h4 {
    color: var(--c4);
    font-size: 16px;
    font-weight: 600;
    padding-bottom: 10px;
}

.services-content h3 {
    font-size: 22px;
    font-weight: 600;
    padding-bottom: 10px;
}

.services-btn span {
    display: block;
    color: var(--c4);
    font-weight: 500;
}

.services-btn {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
}
.card {
    background: var(--c5);
    padding: 40px 20px 30px;
    text-align: center;
    border: none;
    border-radius: 20px;
    box-shadow: 0px 2px 5px rgba(0, 0, 0, 0.25);
    border: 1px solid transparent;
    transition: all 0.3s ease-in-out;
    min-height: 100%;
}

.cad-icon {
    background: var(--c3);
    padding: 20px;
    width: 70px;
    height: 70px;
    border-radius: 20px;
    box-shadow: 0px 4px 8px rgba(3, 70, 147, 0.4);
    margin: 0 auto;
    transition: all 0.3s ease-in-out;
}

.cad-icon img {
    filter: invert(1);
    transition: all 0.3s ease-in-out;
}

.card-content h3 {
    font-size: 20px;
    margin-bottom: 4px;
}

.card-content {
    padding-top: 20px;
}

.card-content p {
    margin: 0;
    line-height: 22px;
}
.card:hover {
    background: var(--c3);
    transform: translateY(-10px);
    box-shadow: 0px 2px 10px #000091ad;
    border-color: #ffffff8c;
    color: var(--c2);
}

.card:hover .cad-icon {
    background: var(--c2);
}

.card:hover .cad-icon img {filter: none;}

.why-choose-us {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    background-blend-mode: multiply;
    background-color: #000000ba;
}

.choose-us-content > h4 {
    color: var(--c2);
    /* padding-bottom: 16px; */
    /* text-transform: uppercase; */
}

h4 {}

.choose-us-content h2 {
    color: var(--c2);
}

.choose-us-box {
    display: flex;
    gap: 30px;
    color: var(--c2);
}

.choose-us-box .point {
    background: var(--c4);
    display: block;
    height: 60px;
    width: 60px;
    border-radius: 50%;
    text-align: center;
    line-height: 62px;
    font-size: 26px;
    border: 1px solid;
}

.choose-us-box .content {
    width: 100%;
}

.choose-us-box h4 {
    color: var(--c2);
    text-transform: uppercase;
    font-size: 22px;
    font-weight: 500;
    padding-bottom: 10px;
}

.choose-us-box p {
    color: #eee;
}

.choose-us-box {
    padding-top: 10px;
}
.choose-us-media {
    position: relative;
}

.choose-us-video {
    position: absolute;
    width: 370px;
    bottom: -50px;
    left: -10px;
    border-radius: 8px;
    overflow: hidden;
}

.choose-us-video a {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: var(--c4);
    font-size: 24px;
    background: var(--c2);
    width: 60px;
    height: 60px;
    border-radius: 50%;
    text-align: center;
    line-height: 59px;
    display: none !important;
}

.choose-us-video::before {
    content: '';
    position: absolute;
    inset: 0;
    background: #1111114f;
}

.choose-us-image {
    margin-left: 50px;
}
.testimonial-items {
    display: flex;
    /* justify-content: center; */
    align-items: center;
    gap: 14px;
    padding-bottom: 20px;
}

.testimonial-item {
    display: flex;
    flex-direction: column;
    background: rgba(243, 242, 242, 1);
    border-radius: 30px;
    padding: 26px;
    box-shadow: 0px 2px 5px rgba(0, 0, 0, 0.25);
    margin: 0px 20px;
}

.testimonial-slider {
    display: flex;
    gap: 40px;
    margin-top: 30px;
}

.testimonial-items .image img {
    width: 70px;
    height: 70px;
    border-radius: 14px;
}

.clint-detail p {
    margin-bottom: 0;
}

.clint-detail {}

.clint-detail strong {
    font-size: 20px;
    font-weight: 500;
    color: #000;
}
.newsletter {
    clip-path: polygon(100% 0, 100% 91%, 50% 100%, 0 91%, 0 0);
    background-blend-mode: multiply;
    background: rgba(0, 0, 145, 1);
    background-size: cover;
    background-position: center;
}

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

.newsletter-content h2 {
    color: var(--c2);
}

.newsletter-content span {
    color: var(--c2);
    /* padding-bottom: 30px; */
    display: block;
}

.newsletter-content form {
    background: var(--c2);
    display: inline-block;
    border-radius: 7px;
    padding: 3px 10px;
}

form.newsletter-form input {
    border: none;
    padding: 11px 13px;
}


.newsletter-content form button {
    background: var(--c4);
    border: none;
}
.contact-image {
    width: 60%;
    margin-left: auto;
    position: relative;
    border-radius: 24px;
    overflow: hidden;
    box-shadow: 0px 0px 17px #000 inset;
}



.contact-shape-image {
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    width: 60%;
}

.contact-media {
    position: relative;
}

.contact-image::before {
    content: '';
    position: absolute;
    background: rgb(24 27 62 / 54%);
    inset: 0;
    backdrop-filter: blur(4px);
}

.contact-image img {
    height: 650px;
}
footer.footer {
    background: rgba(34, 34, 34, 1);
    padding-top: 70px;
}

h3.f-heading {
    position: relative;
    color: var(--c2);
    font-size: 22px;
    padding-bottom: 12px;
    margin-bottom: 20px;
    /* display: inline-block; */
}

.f-heading::before {
    content: '';
    position: absolute;
    width: 16%;
    height: 4px;
    background: var(--c4);
    bottom: 0;
    border-radius: 20px;
}

ul.f-links li a {
    color: #eee;
    padding: 3px 0px;
    font-size: 15px;
}

span.contact-label {
    color: var(--c2);
}

span.contact-label i {
    color: var(--c4);
    padding-right: 6px;
}

ul.f-contact-info p {
    color: var(--c2);
}

ul.f-contact-info p a {
    color: inherit;
}

.newsletter-text {
    color: #eee;
}

.footer-col .form-group input {
    width: 100%;
    background: transparent;
    border: 1px solid #ffffff5c;
    padding: 10px 12px;
    border-radius: 8px;
}

.footer-col button {
    margin-top: 10px;
    background: var(--c4);
    border: none;
    padding: 10px 30px;
    border-radius: 8px;
    color: #fff;
    font-size: 15px;
}


.footer-socials {
    padding-top: 0px;
    display: flex;
    justify-content: start;
    gap: 12px;
}

.footer-bottom {
    border-top: 1px solid #fff;
    padding: 10px 0px;
    margin-top: 30px;
}

.footer-socials .social-icon {
    border: 1px solid #ccc;
    color: #eee;
    width: 50px;
    height: 50px;
    text-align: center;
    line-height: 50px;
    border-radius: 50%;
    background: rgba(34, 34, 34, 1);
    font-size: 20px;
    transition: all 0.3s ease-in-out;
}

.f-logo {
    width: 190px;
}

.copt-right span {
    display: block;
    color: #eee;
    text-align: end;
}

.form-group input, .form-group select, .form-group textarea {
    width: 100%;
    padding: 8px 18px;
    border-radius: 10px;
    border: 1px solid #888;
}

.contact-content .form-group {
    margin-bottom: 20px;
}

.form-group select {
}

.contact-info-main {
    display: flex;
    gap: 50px;
    margin-top: 30px;
}

.contact-info {
    display: flex;
    gap: 13px;
}

.contact-info .info {
    display: flex;
    flex-direction: column;
}

.contact-info .info a {
    color: #666;
}

.contact-info .icon {
    color: var(--c4);
    font-size: 26px;
}

.form-group.form-btn input {
    background: var(--c4);
    color: var(--c2);
    text-transform: uppercase;
    font-weight: 600;
    padding: 12px 0px;
}


/* From Uiverse.io by cssbuttons-io */ 
.main-btn a{
}

.main-btn a:before {
  content: "";
  position: absolute;
  left: 50%;
  transform: translateX(-50%) scaleY(1) scaleX(1.25);
  top: 100%;
  width: 140%;
  height: 180%;
  background-color: rgba(0, 0, 0, 0.05);
  border-radius: 50%;
  display: block;
  transition: all 0.5s 0.1s cubic-bezier(0.55, 0, 0.1, 1);
  z-index: -1;
}

.main-btn a:after {
  content: "";
  position: absolute;
  left: 55%;
  transform: translateX(-50%) scaleY(1) scaleX(1.45);
  top: 180%;
  width: 160%;
  height: 190%;
  background-color: #39bda7;
  border-radius: 50%;
  display: block;
  transition: all 0.5s 0.1s cubic-bezier(0.55, 0, 0.1, 1);
  z-index: -1;
}

.main-btn a:hover {
  color: #ffffff;
}

.main-btn a:hover:before {
  top: -35%;
  background-color: #39bda7;
  transform: translateX(-50%) scaleY(1.3) scaleX(0.8);
}

.main-btn a:hover:after {
  top: -45%;
  background-color: #000000;
  transform: translateX(-50%) scaleY(1.3) scaleX(0.8);
}
.testimonial-slider .slick-track {
    padding-bottom: 20px;
}

/* Make slider container relative */
.testimonial-slider {
    position: relative;
    /* padding-top: 60px; */ /* Space for arrows */
}

/* Common arrow styling */
.testimonial-slider .slick-prev,
.testimonial-slider .slick-next {
    position: absolute;
    top: -82px;
    width: 42px;
    height: 50px;
    border: none;
    border-radius: 10px;
    background: #fff; /* Change to your brand color */
    color: var(--c4);
    cursor: pointer;
    z-index: 10;
    display: flex !important;
    align-items: center;
    justify-content: center;
    transition: all 0.3s ease;
    border: 2px solid var(
    --c4);
}

/* Right arrow */
.testimonial-slider .slick-next {
    right: 0;
}

/* Left arrow */
.testimonial-slider .slick-prev {
    right: 58px; /* Space between arrows */
    left: auto;
}

/* Remove Slick default arrows */
.testimonial-slider .slick-prev:before,
.testimonial-slider .slick-next:before {
    display: none;
}

/* Hover effect */
.testimonial-slider .slick-prev:hover,
.testimonial-slider .slick-next:hover {
    background: var(--c4);
    color: var(--c2);
}

/* Icon size */
.testimonial-slider .slick-prev i,
.testimonial-slider .slick-next i {
    font-size: 14px;
}
.footer-socials .social-icon:hover {
    background: var(--c2);
    color: var(--c1);
    box-shadow: 0px 0px 10px #fff;
}
.form-group textarea {
    height: 150px;
}

.banne-form {
    max-width: 480px;
    margin-left: auto;
    background: #fcfcfc;
    padding: 40px 40px 0px;
    border-radius: 20px;
    overflow: hidden;
}

.banne-form h3 {
    padding-bottom: 15px;
    text-align: center;
    font-weight: 600;
    font-size: 33px;
}

.service-title p {
    color: var(--c2);
}

.quote.main-btn {
    margin-top: 30px;
}

img {}

.financing-partner img {
    width: 180px;
    margin: 0 auto;
    margin-bottom: 10px;
}

.financing-partner h2 {
    color: var(--c2);
}

.financing-partner.main-btn a {
    margin-top: 10px;
}
.header-btn.main-btn a {
    display: block !important;
}
.page-id-36 .services-box-image img {
    height: 400px;
}
/* --- HVAC Features Section --- */
.hvac-features.spacing {
    /* padding: 60px 0; */
    background-color: #fcfcfc; /* Light subtle background */
}

/* Card Container Styling */
.hvac-features .hvac-card {
    background: #ffffff;
    border-radius: 8px;
    padding: 40px;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.05);
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    border: 1px solid #f0f0f0;
    margin-bottom: 30px; /* Spacing for mobile stacked view */
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.hvac-features .hvac-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 8px 30px rgba(0, 0, 0, 0.08);
}

.hvac-features .card-content {
    margin-bottom: 0px;
}

/* Badges styling */
.hvac-features .card-badge {
    display: inline-block;
    font-size: 11px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 1px;
    padding: 6px 12px;
    border-radius: 4px;
    margin-bottom: 25px;
}

.hvac-features .badge-red {
    background-color: #fde8e8;
    color: #c81e1e;
}

.hvac-features .badge-blue {
    background-color: #e1effe;
    color: #1e429f;
}

/* Typography */
.hvac-features .card-title {
    font-size: 23px;
    font-weight: 700;
    color: #111111;
    margin-bottom: 15px;
    line-height: 1.3;
}

.hvac-features .card-description {
    color: #666666;
    margin-bottom: 0;
    line-height: 1.6;
}

/* Button Styling (Matching site theme red) */
.hvac-features .hvac-card a {
    display: block;
    /* width: 100%; */
    /* background-color: #b70000; */ /* Darker Red as per your live site brand */
    /* color: #ffffff; */
    text-align: center;
    /* padding: 14px 20px; */
    /* font-size: 15px; */
    font-weight: 600;
    /* border-radius: 6px; */
    /* text-decoration: none; */
    /* transition: background-color 0.3s ease; */
}

.hvac-features .hvac-card a:hover {
    background-color: #900000; /* Darker hover effect */
    color: #ffffff;
}

/* Responsive adjust for Bootstrap row margins */
@media (max-width: 767px) {
    .hvac-features .hvac-card {
        padding: 30px 20px;
    }
}
/* --- Service Area Section --- */
.service-area {
    /* padding: 60px 0; */
    background-color: #fafafa; /* Matching the light aesthetic background */
}

/* Typography & Left Content */
.service-area-content h4 {
     /* Primary Brand Red */
}

.service-area-content h2 {
}

.service-area .service-text {
    font-size: 15px;
    color: #555555;
    line-height: 1.6;
    margin-bottom: 20px;
}

/* Custom Bullet List (Red Arrow Bullets) */
.service-area .service-list {
    list-style: none;
    padding-left: 0;
    margin-bottom: 25px;
}

.service-area .service-list li {
    font-size: 16px;
    font-weight: 600;
    color: #222222;
    position: relative;
    padding-left: 28px;
    margin-bottom: 12px;
}

/* Creating the red circular arrow icon dynamically using Font Awesome 5 Free */
.service-area .service-list li::before {
    content: "\f061"; /* Font Awesome 5 Unicode for fa-arrow-right */
    font-family: "Font Awesome 5 Free";
    font-weight: 900; /* Required for FA5 Solid/Free icons */
    
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 18px;
    height: 18px;
    background-color: #b70000; /* Brand Red */
    color: #ffffff;
    font-size: 9px; /* Slightly reduced so the FA icon fits perfectly inside 18px */
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}

/* Right Side - Map Container Styling */
.service-area .service-map {
    width: 100%;
    height: 380px; /* Gives the map proper proportional height */
    border-radius: 12px;
    overflow: hidden;
    box-shadow: 0 8px 30px rgba(0, 0, 0, 0.08); /* Soft container shadow like screenshot */
    border: 1px solid rgba(0, 0, 0, 0.03);
}

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

/* Responsive adjustment for clean spacing on mobile viewports */
@media (max-width: 991px) {
    .service-area-content {
        margin-bottom: 40px;
    }
    
    .service-area-content h2 {
        font-size: 28px;
    }
}
.main-title {
    overflow: hidden;
}
.about-single-image {
    overflow: hidden;
    border-radius: 10px;
}

.about-sub-image {
    border-radius: 10px;
    overflow: hidden;
}
.footer-col > p {
    color: var(--c2);
    margin: 20px 0px;
    padding-right: 90px;
}
#quoteModal .banne-form {
    margin: auto;
    position: relative;
}.banne-form {}

#quoteModal .form-group textarea {
    height: 100px;
}

#quoteModal .banne-form > a {
    position: absolute;
    color: #000;
    right: 28px;
    top: 20px;
    font-size: 22px;
}
.about-intro-section {
    padding-bottom: 0;
}

p.about-lead-text {
    color: var(--c4);
    font-weight: 600;
    font-size: 17px;
    font-style: italic;
}

p.about-lead-text.aos-init.aos-animate {}
.about-single-page-shape {
    position: absolute;
    top: 0px;
    right: 0;
    z-index: -1;
    opacity: 10%;
    width: 330px;
}
button.close-modal-btn {
    background: transparent;
    position: absolute;
    right: 20px;
    top: 20px;
    display: block;
    height: 23px;
    width: 21px;
    font-size: 20px;
    line-height: 10px;
    border: none;
}
.responsive-btn {
    text-align: end;
}