* {
  box-sizing: border-box;
  margin: 0
}

body {
  margin: 0;
  font-family: Arial, sans-serif;
  color: #1f2937;
  line-height: 1.5;
}

a {
  color: #1d4ed8;
}

a:hover {
  color: #799eed;
}

.phone-link {
  color: inherit;
  text-decoration: none;
}

.privacy-policy {
  padding-top: 180px;
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  flex-direction: column;
  gap: 12px;
}

.thank-you-section {
  padding-top: 180px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  gap: 12px;
}

img {
  max-width: 100%;
  display: block;
}

.container-wide {
  margin-inline: auto;
}

.site-nav {
  background: #ffffff;
  position: static;
}

.nav-inner {
  position: relative;
  min-height: 7.5rem;
  display: flex;
  align-items: center;
  justify-content: flex-start;
}

.nav-flag {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 7.5rem;
  object-fit: cover;
  z-index: 0;
}

.mobile-menu {
  display: none;
}

.brand-link,
.nav-links {
  position: relative;
  z-index: 2;
}

.nav-links {
  display: flex;
  gap: 0.5rem;
}

.nav-content-wrap {
  display: flex;
  gap: 1rem;
  justify-content: flex-start;
  align-items: center;
  width: auto;
  margin-right: 24px;
  margin-left: 24px;
}



.nav-link {
  display: inline-flex;
  align-items: center;
  gap: 0.25rem;
  padding: 1rem 1rem;
  color: #1f2937;
  text-decoration: none;
  border: 0;
  background: transparent;
  cursor: pointer;
  font-size: 1rem;

}

.nav-link:hover,
.nav-link:focus-visible {
  color: #0055ff;
}

.name-wrap {
  display: flex;
  gap: 0.5rem;
  width: 100%;
}

.name-field-wrap {
  display: flex;
  flex-direction: column;
  gap: 0.25rem;
  width: 100%;
  font-size: 12px;
}

.nav-dropdown {
  position: relative;

}

.nav-dropdown-toggle svg {
  width: 1rem;
  height: 1rem;
}

.dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  min-width: 13rem;
  background: #ffffff;
  color: #1f2937;
  box-shadow: 0 12px 30px rgba(15, 23, 42, 0.12);
  padding: 0.5rem 0.3rem;
  border: #1f2937 solid 1px;
  display: none;
  z-index: 10;
}

.nav-dropdown:hover .dropdown-menu,
.nav-dropdown:focus-within .dropdown-menu {
  display: block;
}

.dropdown-link {
  display: block;
  padding: 0.5rem 1rem;
  color: #1f2937;
  text-decoration: none;
}

.dropdown-link:hover,
.dropdown-link:focus-visible {
  background: #e5e7eb;
}

.mobile-nav-link {
  display: block;
  padding: 0.5rem 1rem;
  color: #1f2937;
  text-decoration: none;
}

.mobile-nav-link:hover,
.mobile-nav-link:focus-visible {
  background: #e5e7eb;
}

.hero {
  position: relative;
  margin-bottom: 1rem;
  min-height: 800px;
  overflow: hidden;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #ffffff;
}

.hero-image {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: 0;
}

.hero-overlay {
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.6);
  z-index: 1;
}

.hero-content {
  position: relative;
  z-index: 2;
  width: min(100% - 2rem, 800px);
  text-align: center;
  padding: 4rem 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.hero-title {
  margin: 0 0 1rem;
  font-size: clamp(2rem, 4vw, 3rem);
  line-height: 1.2;
}

.hero-copy,
.hero-phone {
  margin: 0;
  color: rgba(255, 255, 255, 0.8);
  font-size: 1.125rem;
}

.hero-copy {
  margin-bottom: 2rem;
}

.hero-phone {
  margin-top: 1rem;
}

.button {
  display: inline-block;
  text-decoration: none;
  padding: 0.75rem 1.5rem;
  border: none;
  font-weight: 600;
}

.button-light {
  background: #ffffff;
  color: #1f2937;
}

.button-light:hover {
  background: #e5e7eb;
  color: #1f2937;
}

.button-primary {
  background: #2563eb;
  color: #ffffff;
}

.button-primary:hover {
  background: #1d4ed8;
  color: white;
}

.banner-right {
  margin-left: auto;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 4px;
}

.overview-grid {
  margin-top: 1rem;
  margin-bottom: 1rem;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0.5rem;
}

.overview-card {
  
  padding: 1.5rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  color: #ffffff;
  text-align: center;
}

.contact-input {
    padding: 0.75rem;
    border: 1px solid #d1d5db;
    font-size: 1rem;
    width: 100%;
}

.contact-input:focus {
    outline: none;
    border-color: #2563eb;
    box-shadow: 0 0 0 3px #2564eb5d;
}

.contact-info {
    margin-left: 20px;
    margin-top: 1rem;
}

.contact-form-wrap {
    display: flex;
    flex-direction: column;
    max-width: 600px;
}

.contact-form {
    display: flex;
    flex-direction: column;
    gap: 1rem;
    justify-content: flex-start;
    align-items: flex-start;
    margin-top: 20px;
}

.contact-map {
    margin-top: 20px;
    width: 100%;
    height: auto;
    object-fit: cover;
}

.overview-card h2 {
  margin: 0.75rem 0 0;
  font-size: 1.875rem;
}

.cooling-card {
  background: #2b61eb;
}

.heating-card {
  background: #e53e3e;
}

.why-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 2rem;
  align-items: center;
  max-width: 1050px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 60px;
}



.about-title {
  margin: 0 0 1rem;
  font-size: 2.25rem;
  line-height: 1.2;
}

.about-copy {
  margin-top: 16px;
  color: #374151;
  font-size: 1.125rem;
  max-width: 1000px;
}

.about-heading {
  margin: 2rem 0 1rem;
  font-size: 1.5rem;
}



.tip-container {
  display: flex;
  gap: 8px;
  margin-top: 30px;
  margin-bottom: 30px;
  max-width: 700px;
  justify-items: start;
  align-items: start;
}

.tip {
  width: 60px;
  height: 60px;
  object-fit: contain;
}

.ac {
  width: 100px;
  height: 100px;
  object-fit: contain;
}

.maint {
  width: 100px;
  height: 100px;
  object-fit: contain;
}

.why-copy h2,
.section-intro h2 {
  margin: 0 0 1rem;
  font-size: 1.8rem;
  line-height: 1.2;
}

.why-copy p,
.why-copy ul,
.section-intro p,
.service-card p,
.review-copy,
.cta-phone {
  color: #374151;
  font-size: 1.125rem;
}

.why-copy p,
.section-intro p,
.review-copy {
  margin: 0 0 1rem;
}

.why-copy ul {
  margin: 0;
  padding-left: 1.25rem;
}

.why-copy li {
  margin-bottom: 0.35rem;
}

.why-image-wrap {
  display: flex;
  justify-content: flex-end;
}

.why-image {
  width: min(100%, 400px);
  
  box-shadow: 0 12px 30px rgba(15, 23, 42, 0.16);
}

.services-section,
.reviews-section {
  background: #f3f4f6;
  padding: 3rem 0 1rem;
  margin-top: 5rem;
  margin-bottom: 1rem;
}

.section-intro {
  text-align: center;
}

.section-intro p {
  margin-inline: auto;
  max-width: 860px;
}

.intro-action {
  margin-bottom: 2rem;
}

.service-grid,
.review-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 2rem;
  padding: 1rem;

}

.service-card,
.review-card {
  background: #ffffff;
  
  padding: 1.5rem;
  box-shadow: 0 12px 30px rgba(15, 23, 42, 0.1);
}

.service-card h3 {
  margin: 0 0 0.5rem;
  font-size: 1.25rem;
}

.service-card p {
  margin: 0;
}

.rating-image {
  height: 1.25rem;
  width: auto;
  margin-bottom: 1rem;
}

.review-author-wrap {
  margin-bottom: 1rem;
}

.review-author {
  margin: 0;
  font-size: 1.125rem;
  font-weight: 500;
}

.cta-section {
  background: #ffffff;
  padding: 3rem 0 1rem;
  margin-top: 5rem;
  margin-bottom: 1rem;
}

.cta-phone {
  margin-top: 1rem;
}

.site-footer {
  background: #000000;
  padding: 3rem 0;
  color: #ffffff;
}

.footer-copy-wrap,
.footer-social-wrap,
.footer-policy-wrap {
  text-align: center;
}

.footer-social-wrap,
.footer-policy-wrap {
  margin-top: 1rem;
}

.footer-social-wrap {
  display: flex;
  justify-content: center;
  gap: 1rem;
}

.footer-copy,
.footer-link {
  color: white;
  text-decoration: none;
  font-size: 0.75rem;
}

.footer-link:hover {
  color: #9ca3af;
}

.social {
  display: inline-block;
  width: auto;
  height: 30px;
}

.trust-badge {
  display: inline-block;
  width: auto;
  height: 60px;
}

.trust-wrap {
  display: flex;
  justify-content: center;
  margin: 1rem;
}

.partner-logos {
  display: flex;
  justify-content: center;
  gap: 2rem;
  flex-wrap: wrap;
}

@media (min-width: 1025px) {
  .service-grid,
  .review-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .brand-logo {
  width: 10rem;
  height: 5rem;
  object-fit: contain;
  margin-left: 2px;
}
  
  .banner {
  background: #000000;
  color: white;
  padding: 5px;
  font-size: 14px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;

  }

  .nav-flag {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 7.5rem;
  object-fit: fill;
  z-index: 0;
}

  .hero {
    margin-top: 170px;
    min-height: calc(100vh - 170px);
  }

  .site-nav {
    position: fixed;
    top: 0;
    right: 0;
    width: 100%;
    z-index: 999;
  }
  .mobile-menu {
    display: none;
  }

  .servicing-hero {
  /* Uses padding instead of margin 
  for top spacing to prevent 
  overlap with fixed navigation */
  padding-top: 240px;
  margin-bottom: 4rem;
  margin-left: 20px;
  margin-right: 20px;
}

.about-hero {
  /* Uses padding instead of margin 
  for top spacing to prevent 
  overlap with fixed navigation */
  padding-top: 240px;
  margin-bottom: 4rem;
  margin-left: 20px;
  margin-right: 20px;
}

.contact-grid {
  margin-top: 1rem;
  margin-bottom: 1rem;
  display: grid;
   grid-template-columns: repeat(2, minmax(0, 1fr));
   gap: 1rem;
   align-items: start;
   padding-top: 230px;
    margin-left: 20px;
    margin-right: 20px;
    margin-bottom: 4rem;
}

.contact-hero {
  max-width: 700px;
  width: 100%;
}

}

@media (max-width: 1024px) {

  .banner {
  display: none;

  }

  .brand-logo {
  width: 8rem;
  height: 4rem;
  object-fit: contain;
  margin-left: 2px;
}

  .nav-flag {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 4.5rem;
  object-fit: fill;
  z-index: 0;
}

.contact-grid {
  margin-top: 1rem;
  margin-bottom: 1rem;
  display: block;
   padding-top: 20px;
    margin-left: 20px;
    margin-right: 20px;
    margin-bottom: 4rem;
}

.contact-form-title {
  margin: 1rem 0;
  line-height: 1.2;
}

  .nav-links {
    display: none;
  }

 .nav-inner {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

  .container-wide {
    width: min(100% - 1rem, 1420px);
  }

  .about-hero {
  /* Uses padding instead of margin 
  for top spacing to prevent 
  overlap with fixed navigation */
  padding-top: 30px;
  margin-bottom: 4rem;
  margin-left: 20px;
  margin-right: 20px;
}

.servicing-hero {
  /* Uses padding instead of margin
  for top spacing to prevent
  overlap with fixed navigation */
  padding-top: 30px;
  margin-bottom: 4rem;
  margin-left: 20px;
  margin-right: 20px;
}

  .mobile-menu {
    display: block;
    position: relative;
    top: 100%;
    margin-right: 1rem;
    padding: 0.5rem 0.3rem;
    z-index: 10;
  }

  .mobile-menu-dropdown {
    position: relative;
  }

  .mobile-menu-toggle {
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    list-style: none;
    padding: 12px;
  }

  .mobile-menu-toggle::-webkit-details-marker {
    display: none;
  }

  .mobile-menu-links {
    display: none;
    flex-direction: column;
    background: #ffffff;
    position: fixed;
    width: 100%;
    padding: 10px;
    right: 0;
    top: 30;
    border: #1f2937 solid 1px;
  }

  .mobile-menu-dropdown[open] .mobile-menu-links {
    display: flex;
  }

  .hero {
    margin-top: 1rem;
    min-height: 30rem;
  }

  .hero-content {
    padding: 2.5rem 0;
  }

  .site-nav {
    position: static;
  }

  .nav-inner {
    justify-content: left;
    min-height: 3rem;
  }

  .overview-grid,
  .why-grid,
  .service-grid,
  .review-grid {
    grid-template-columns: 1fr;
    padding: 0 1rem;
  }

  .why-image-wrap {
    justify-content: flex-start;
  }

  .services-section,
  .reviews-section,
  .cta-section {
    margin-top: 3rem;
  }
}
