/* Self-hosted Poppins (latin) — no CDN */
@font-face {
  font-family: "Poppins";
  font-style: normal;
  font-display: swap;
  font-weight: 400;
  src: url("../fonts/poppins/poppins-latin-400.woff2") format("woff2");
}

@font-face {
  font-family: "Poppins";
  font-style: normal;
  font-display: swap;
  font-weight: 600;
  src: url("../fonts/poppins/poppins-latin-600.woff2") format("woff2");
}

@font-face {
  font-family: "Poppins";
  font-style: normal;
  font-display: swap;
  font-weight: 700;
  src: url("../fonts/poppins/poppins-latin-700.woff2") format("woff2");
}

/* Critical first-paint fallback while async CSS loads */
body.page-template-hvac-landing {
  font-family: "Poppins", system-ui, sans-serif;
  background: #f5fbff;
  color: #18324d;
  background: linear-gradient(0deg, #0095E5 75%, #04519E 80%, #01264C 85%, #01162A 90%, #03101D 100%) !important;
}
body.page-template-hvac-landing section{
  background: transparent !important;
}
.dv-calendar-placeholder {
  display: block;
  width: 100%;
  min-height: 620px;
  border-radius: 16px;
  background: rgba(255, 255, 255, 0.45);
}

#hero-calendar[data-calendar-deferred="1"] {
  min-height: 620px;
}

body.page-template-hvac-landing {
  --hvac-bg: #f5fbff;
  --hvac-bg-alt: #ffffff;
  --hvac-brand: #0095e5;
  --hvac-brand-2: #7dd2ff;
  --hvac-card: rgba(255, 255, 255, 0.9);
  --hvac-border: rgba(0, 94, 170, 0.1);
  --hvac-text: #18324d;
  --hvac-heading: #051a2d;
}
h1, h2, h3, h4, h5, h6, ul{
    color: #000000;
}
body.page-template-hvac-landing,
body.page-template-hvac-landing section {
  background: radial-gradient(#beebfd, #fff 80%);
}

body.page-template-hvac-landing {
  font-family: "Poppins", sans-serif;
  font-weight: 400;
  color: var(--hvac-text);
}

body.page-template-hvac-landing h1,
body.page-template-hvac-landing h2,
body.page-template-hvac-landing h3,
body.page-template-hvac-landing h4,
body.page-template-hvac-landing h5,
body.page-template-hvac-landing h6 {
  font-family: "Poppins", sans-serif;
  letter-spacing: -0.03em;
}
body.page-template-hvac-landing h1{
    font-size: 42px;
}
body.page-template-hvac-landing header {
    position: absolute;
    border-radius: 0px;
    backdrop-filter: none;
    top: 18px !important;
    max-width: 1240px;
    background: transparent;
    border: 0;
    z-index: 1;
}
body.page-template-hvac-landing header#masthead.scrolled{
    max-width: inherit;
}
body.page-template-hvac-landing .navbar > .container {
  max-width: 100%;
  gap: 1rem;
  padding-inline: 0.65rem;
  min-height: 62px;
}

body.page-template-hvac-landing .custom-logo {
  max-height: 30px;
  height: 30px;
}

body.page-template-hvac-landing .navbar-collapse,
body.page-template-hvac-landing .navbar-toggler {
  display: none !important;
}

body.page-template-hvac-landing .header-actions {
  gap: 10px;
  margin-left: auto;
}

body.page-template-hvac-landing .header-actions .btn-primary-cta {
  display: none !important;
}

body.page-template-hvac-landing .header-actions .phone-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
  padding: 10px 28px;
  border: 1px solid rgba(255, 255, 255, 0.35);
  border-radius: 10px;
  background: transparent;
  color: #ffffff;
  font-weight: 600;
  font-size: 14px;
  font-family: "Poppins", sans-serif;
  text-decoration: none;
  line-height: 1.2;
  transition: border-color 0.2s ease, background-color 0.2s ease;
}

body.page-template-hvac-landing .header-actions .phone-btn:hover,
body.page-template-hvac-landing .header-actions .phone-btn:focus {
  color: #ffffff;
  border-color: rgba(255, 255, 255, 0.55);
  background: rgba(255, 255, 255, 0.06);
}

body.page-template-hvac-landing .header-actions .phone-btn i {
  color: #ffffff;
}

body.page-template-hvac-landing .header-actions .phone-btn.mobile-icon {
  width: auto;
  height: auto;
  aspect-ratio: auto;
  border-radius: 10px;
  padding: 10px 14px;
  background: transparent;
}

body.page-template-hvac-landing .header-actions .phone-btn.mobile-icon i {
  color: #ffffff;
}

body.page-template-hvac-landing .navbar-nav {
  gap: 0.35rem;
}

body.page-template-hvac-landing .nav-link {
  color: rgba(6, 41, 74, 0.72);
  font-size: 14px;
  font-weight: 400;
}

body.page-template-hvac-landing .nav-link:hover,
body.page-template-hvac-landing .nav-link:focus {
  color: #06294a;
}

/*body.page-template-hvac-landing .btn-primary-cta,*/
/*body.page-template-hvac-landing .wp-block-button__link,*/
/*body.page-template-hvac-landing .btn-danger-cta {*/
/*  background: linear-gradient(90deg, #27bef1 0%, #dff4ff 100%);*/
/*  color: #051a2d !important;*/
/*  border: 0;*/
/*  padding: 8px 80px 8px 30px;*/
/*  font-size: 15px;*/
/*  font-family: "Poppins", sans-serif;*/
/*  font-weight: 600;*/
/*  border-radius: 10px;*/
/*  position: relative;*/
/*  display: inline-flex;*/
/*  align-items: center;*/
/*  min-height: 46px;*/
/*  letter-spacing: -0.01em;*/
/*}*/

/*body.page-template-hvac-landing .btn-primary-cta:hover,*/
/*body.page-template-hvac-landing .wp-block-button__link:hover {*/
/*  box-shadow: 0 0 20px 5px #00b6f54f;*/
/*}*/

/*body.page-template-hvac-landing .btn-primary-cta::after,*/
/*body.page-template-hvac-landing .wp-block-button__link::after {*/
/*  content: "\F138";*/
/*  font-family: "bootstrap-icons";*/
/*  position: absolute;*/
/*  right: 14px;*/
/*  top: 50%;*/
/*  transform: translateY(-50%);*/
/*  width: 32px;*/
/*  height: 28px;*/
/*  border-radius: 5px;*/
/*  background: #000000;*/
/*  color: #ffffff;*/
/*  display: grid;*/
/*  place-items: center;*/
/*  font-size: 1.2rem;*/
/*}*/

body.page-template-hvac-landing .badge-pill {
  background: rgba(250, 250, 250, 0.07);
  border-color: rgba(141, 225, 255, 1);
  color: #FFFFFF;
  margin-bottom: 54px;
}

body.page-template-hvac-landing section:nth-child(odd) {
  background: linear-gradient(180deg, #f7fcff 0%, #ffffff 100%);
}


body.page-template-hvac-landing .hero {
  padding-top: 70px;
  padding-bottom: 18px;
  position: relative;
  overflow: hidden;
  width: 100%;
  max-width: none;
  
}

body.page-template-hvac-landing .site-main,
body.page-template-hvac-landing #primary {
  width: 100%;
  max-width: none;
}

body.page-template-hvac-landing .hero > .container {
  width: 100%;
  max-width: 1350px;
}

/*
body.page-template-hvac-landing .hero::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    radial-gradient(circle at 50% 0%, rgba(125, 210, 255, 0.22), transparent 38%),
    radial-gradient(circle at 16% 22%, rgba(68, 136, 255, 0.16), transparent 24%);
  pointer-events: none;
}
*/

body.page-template-hvac-landing .hero .container,
body.page-template-hvac-landing .container-fluid,
body.page-template-hvac-landing .container {
  position: relative;
  z-index: 1;
}

body.page-template-hvac-landing .hero h1 {
  margin-inline: auto;
  font-size: clamp(36px, 6vw, 48px);
}
body.page-template-hvac-landing .hero h1, body.page-template-hvac-landing .hero h2, body.page-template-hvac-landing .hero h3, body.page-template-hvac-landing .hero h4, body.page-template-hvac-landing .hero h5, body.page-template-hvac-landing .hero h6, body.page-template-hvac-landing .hero ul {
  color: #ffffff;
}


body.page-template-hvac-landing .hero-calendar-title,
body.page-template-hvac-landing p,
body.page-template-hvac-landing .lead,
body.page-template-hvac-landing .stat-label,
body.page-template-hvac-landing .service-desc {
  color: var(--hvac-text);
}

body.page-template-hvac-landing .hero p,
body.page-template-hvac-landing .hero .hero-calendar-title,
body.page-template-hvac-landing .hero .stat-label,
body.page-template-hvac-landing .hero .custom-list {
  color: rgba(255, 255, 255, 0.88);
}

body.page-template-hvac-landing .hero ul {
  list-style: none;
  padding-left: 0;
  max-width: 670px;
  margin: 30px auto 40px;
  text-align: left;
}

body.page-template-hvac-landing .hero ul li {
  display: flex;
  align-items: flex-start;
  gap: 8px;
        padding-top: 0;
}

body.page-template-hvac-landing .hero ul li + li {
  margin-top: 16px;
}

body.page-template-hvac-landing .hero ul li::before {
  content: "\F26E";
  font-family: "bootstrap-icons";
  flex: 0 0 auto;
  color: #fac31e;
  font-size: 1.1em;
}

body.page-template-hvac-landing .hero ul li:has(img)::before {
  content: none;
}

body.page-template-hvac-landing .hero .btn-primary-cta {
  margin-top: 18px;
}

body.page-template-hvac-landing #hero-video {
  margin-top: 28px;
}

body.page-template-hvac-landing #hero-video .ratio {
  background: #ffffff;
  border-radius: 14px !important;
  box-shadow: 0 18px 48px rgba(3, 8, 25, 0.18);
}

body.page-template-hvac-landing .hvac-gradient-panel-section > .container-fluid {
  max-width: 880px;
  margin-inline: auto;
  padding: 48px 40px;
  border-radius: 20px;
  background: radial-gradient(
        98.6% 67.41% at 3.84% -33.46%,
    #fff 36.98%,
    #c3eaff 50.43%,
    #0095e5 65.68%,
    #04519e 76.55%,
    #01264c 88.57%,
    #03101d 100%
  );
  overflow: hidden;
}
body.page-template-hvac-landing .hvac-gradient-panel-section h1, body.page-template-hvac-landing .hvac-gradient-panel-section h2, body.page-template-hvac-landing .hvac-gradient-panel-section h3, body.page-template-hvac-landing .hvac-gradient-panel-section h4, body.page-template-hvac-landing .hvac-gradient-panel-section h5, body.page-template-hvac-landing .hvac-gradient-panel-section h6, body.page-template-hvac-landing .hvac-gradient-panel-section ul{
    color: #FFFFFF;
}

body.page-template-hvac-landing .hvac-gradient-panel-section h1,
body.page-template-hvac-landing .hvac-gradient-panel-section h2,
body.page-template-hvac-landing .hvac-gradient-panel-section h3,
body.page-template-hvac-landing .hvac-gradient-panel-section h4,
body.page-template-hvac-landing .hvac-gradient-panel-section h5,
body.page-template-hvac-landing .hvac-gradient-panel-section h6,
body.page-template-hvac-landing .hvac-gradient-panel-section p {
  color: #ffffff;
}

body.page-template-hvac-landing .hvac-gradient-panel-section .imgbox {
  background: rgba(255, 255, 255, 0.08);
  border-color: rgba(255, 255, 255, 0.16);
  box-shadow: 0 18px 40px rgba(3, 8, 25, 0.2);
}

body.page-template-hvac-landing .hvac-gradient-panel-section .testimonial-card h1,
body.page-template-hvac-landing .hvac-gradient-panel-section .testimonial-card h2,
body.page-template-hvac-landing .hvac-gradient-panel-section .testimonial-card h3,
body.page-template-hvac-landing .hvac-gradient-panel-section .testimonial-card h4,
body.page-template-hvac-landing .hvac-gradient-panel-section .testimonial-card h5,
body.page-template-hvac-landing .hvac-gradient-panel-section .testimonial-card h6,
body.page-template-hvac-landing .hvac-gradient-panel-section .testimonial-card p,
body.page-template-hvac-landing .hvac-gradient-panel-section .testimonial-title,
body.page-template-hvac-landing .hvac-gradient-panel-section .author-name {
  color: #051a2d;
}

body.page-template-hvac-landing .hvac-section4 {
  padding: 0;
}

body.page-template-hvac-landing .hvac-section4 .hvac-gradient-panel-section {
  margin-bottom: 0;
}

body.page-template-hvac-landing .hvac-calendar-wrap {
  max-width: 1240px;
  margin: 28px auto 36px;
  padding-inline: 16px;
}

body.page-template-hvac-landing .hero-gallery-title {
  color: #051a2d;
  text-align: center;
}

body.page-template-hvac-landing .hero-gallery {
  columns: 3;
  column-gap: 14px;
  max-width: 920px;
  margin-inline: auto;
  margin-top: 28px !important;
}

body.page-template-hvac-landing .hero-gallery-item {
  border-radius: 14px;
  background: #ffffff;
  border: 8px solid #ffffff;
  overflow: hidden;
  box-shadow: 0 0 5.08px 0 rgba(0, 0, 0, 0.25);
  cursor: default;
}

body.page-template-hvac-landing .hero-gallery-item::after {
  display: none;
}

body.page-template-hvac-landing .hero-gallery-item img {
  transform: none !important;
  border-radius: 8px;
}

body.page-template-hvac-landing .imgbox,
body.page-template-hvac-landing .service-card,
body.page-template-hvac-landing .testimonial-card,
body.page-template-hvac-landing .stat-item,
body.page-template-hvac-landing .stat-read-item,
body.page-template-hvac-landing .accordionbox,
body.page-template-hvac-landing .mini-metric,
body.page-template-hvac-landing .gettop,
body.page-template-hvac-landing .booking {
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.95), rgba(244, 251, 255, 0.98));
  border: 1px solid var(--hvac-border);
  box-shadow: 0 20px 50px rgba(0, 93, 170, 0.08);
  backdrop-filter: blur(10px);
}

body.page-template-hvac-landing .testimonial-card {
  max-width: 980px;
  margin-inline: auto;
  border-radius: 18px;
}

body.page-template-hvac-landing .testimonial-card .quote-icon,
body.page-template-hvac-landing .testimonial-card .star-icon {
  display: none;
}

body.page-template-hvac-landing .testimonial-title {
  font-size: 1.45rem;
}

body.page-template-hvac-landing .service-title,
body.page-template-hvac-landing .testimonial-title,
body.page-template-hvac-landing .author-name,
body.page-template-hvac-landing .card-footer-title {
  color: #051a2d;
}

body.page-template-hvac-landing .stat-num,
body.page-template-hvac-landing .service-icon,
body.page-template-hvac-landing .checkcircle,
body.page-template-hvac-landing .inlineicon i,
body.page-template-hvac-landing .accordion-button:not(.collapsed) {
  color: #0a7fda !important;
}

body.page-template-hvac-landing .service-icon {
  background: rgba(0, 149, 229, 0.1);
  border-color: rgba(0, 149, 229, 0.22);
}


body.page-template-hvac-landing .modal-content {
  background: #ffffff;
  border-radius: 28px;
}

body.page-template-hvac-landing .modal .stat-item,
body.page-template-hvac-landing .modal .stat-read-item,
body.page-template-hvac-landing .modal .booking {
  box-shadow: none;
}

body.page-template-hvac-landing .custom-list li::before,
body.page-template-hvac-landing .check-list li::before {
  content: "\F26E";
  font-family: "bootstrap-icons";
  color: #fac31e;
}


.wpcf7 form .wpcf7-response-output {
    margin: 0;
    padding: 0.3em;
    font-size: .8rem;
    line-height: normal;
    border-radius: 5px;
}
.wpcf7 form.invalid .wpcf7-response-output, .wpcf7 form.unaccepted .wpcf7-response-output, .wpcf7 form.payment-required .wpcf7-response-output {
    background-color: rgb(255 185 0 / 10%);
}
.wpcf7 form.sent .wpcf7-response-output {
    background-color: rgb(70 180 80 / 10%);
}
.wpcf7-spinner{
    position: absolute;
    left: 10px;
    margin-top: 12px;
}
.wpcf7-submit{
    width:100%;
}

@media (max-width: 991px) {
  body.page-template-hvac-landing .hero-gallery {
    columns: 2;
  }
}

@media (max-width: 575px) {
  body.page-template-hvac-landing header {
    left: 12px !important;
    right: 12px !important;
    top: 12px !important;
  }
  body.page-template-hvac-landing .header-actions .phone-btn{
    padding: 10px;
  }
  body.page-template-hvac-landing .hero-gallery {
    columns: 1;
  }

  body.page-template-hvac-landing .hero h1 {
    font-size: 36px;
  }

  body.page-template-hvac-landing .hero .col-md-10 {
    max-width: 100%;
  }

  body.page-template-hvac-landing .hvac-gradient-panel-section {
    padding: 20px 12px 28px;
  }

  body.page-template-hvac-landing .hvac-gradient-panel-section > .container-fluid {
    padding: 32px 20px;
    border-radius: 16px;
  }
}