/* === Red Barn Media Group - Custom Styles - Graco Heating & Air === */
/* === Home Hero Styles :: BEGIN === */
.gha-hero-intro {
  background: url(../img/gha-hero-intro-2000-787.webp) center center;
  background-size: cover;
  width: 100%;
  height: 787px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  position: relative;
  z-index: 0;
  overflow: hidden;
}
.gha-hero-intro.sub {
  height: 785px;
}
.gha-hero-padding {
  padding-top: 13rem;
  padding-bottom: 6rem;
}
.gha-hero-intro h1 {
  font-size: 4.5rem;
  line-height: 1.1;
  font-family: bebas-neue-pro, sans-serif;
  font-style: normal;
  font-weight: 700;
  color: #fff;
}

h1.sub  {
  font-size: 5rem!important;
  line-height: 1.1;
  font-family: bebas-neue-pro, sans-serif;
  font-style: normal;
  font-weight: 700;
  color: #fff;
}

.gha-contact-card {
  position: relative;
  background: rgba(222, 255, 85, 0.35);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  border-radius: 50rem;
  background-clip: padding-box;
  transition: background 0.3s ease;
}


/* === Home Hero Styles :: END === */

.contact-card.sub {
  background-color: rgba(255, 255, 255, 0.45);
  backdrop-filter: blur(28px);
  border: 1px solid #fff;
  border-radius: 1rem;
}
/* === Rollover Styles :: BEGIN === */
/* Nav Pills Styling */
#v-pills-tab .nav-link {
  color: #fff;
  background: #70c38b;
  border: 1px solid #70c38b;
  transition: all 0.3s ease;
}

#v-pills-tab .nav-link:hover {
  color: #fff;
  background: #5aac74;
  border-color: #5aac74;
}

#v-pills-tab .nav-link.active {
  color: #000;
  background: #deff55;
  border-color: #deff55;
}

#v-pills-tab .nav-link.active:hover {
  color: #000;
  background: #d1f03e;
  border-color: #d1f03e;
}

/* === Rollover Styles :: END === */
/* === Banner Styles :: BEGIN === */

/* === Banner Styles :: END === */

/* List Icon Styles */
ul.gha-ul-li-circle-check {
  list-style: none;
  padding-left: 0;
  margin-left: 0;
}

ul.gha-ul-li-circle-check li {
  position: relative;
  padding-left: 1.5em;
  margin-bottom: 0.5em;
}
ul.gha-ul-li-circle-check li::before {
  font-family: 'Font Awesome 6 Pro', 'Font Awesome 6 Free';
  font-weight: 300; /* Changed from 900 to 300 for light style */
  content: '\f058'; /* circle-check */
  color: #064232;
  position: absolute;
  left: 0;
  top: 0;
}

ul.gha-ul-li-circle-check.white li::before {
  color: #ffffff;
}

ul.gha-ul-li-circle-check.light li::before {
  color: #deff55;
}

ul.gha-ul-li-circle-check.dark li::before {
  color: #064232;
}

ul.gha-ul-li-circle-check.darkest li::before {
  color: #021917;
}

ul.gha-ul-li-circle-check.success li::before {
  color: #70c38b;
}
/* End List icon Styles */

/* Tab Pills */


/* === Utility Styles :: BEGIN === */

/* Logo aspect ratio fix */
.logo-h75 {
  height: 75px;
  width: auto; /* prevents horizontal squish */
}

/* Optional: constrain very wide logos uniformly (uncomment if needed) */
/* .slider img { max-height: 75px; width: auto; } */

/* === Utility Styles :: END === */

/* === Media Queries :: BEGIN === */
@media (max-width: 1600px) {
  /* === Home Hero Styles :: BEGIN === */
 .gha-hero-intro {
    background: url(../img/gha-hero-intro-1600-750.webp) center center;
    background-size: cover;
    width: 100%;
  }
  /* === Home Hero Styles :: END === */
}

@media (max-width: 1400px) {
  .gha-hero-intro {
    background: url(../img/gha-hero-intro-1400-725.webp) center center;
    background-size: cover;
    height: fit-content;
    width: 100%;
  }

  /* === SUB Hero Styles :: BEGIN === */

}
/* Desktop nested dropdown positioning */
@media (min-width: 1200px) {
  .dropdown.dropend {
    position: relative;
  }

  .dropdown.dropend > .dropdown-menu.sub-dropdown {
    position: absolute;
    top: 0;
    left: 100%;
    margin-top: 0;
    margin-left: 0.125rem;
  }

  /* Ensure parent dropdown item has pointer cursor */
  .dropdown.dropend > .dropdown-item {
    cursor: pointer;
    position: relative;
  }


}

/* Mobile nested dropdown styles */
@media (max-width: 1199px) {
  .offcanvas .dropdown.dropend {
    position: relative;
  }

  .offcanvas .dropdown.dropend > .dropdown-item {
    cursor: pointer;
  }

  .offcanvas .dropdown-menu.sub-dropdown {
    position: static !important;
    transform: none !important;
    padding-left: 1rem !important;
    background-color: rgba(0, 0, 0, 0.05) !important;
  }

  .offcanvas .dropdown-menu.sub-dropdown .dropdown-item {
    font-size: 0.65rem !important;
    padding: 0.65rem 1rem !important;
  }

  /* Rotate arrow when sub-dropdown is open */
  .offcanvas .dropdown.dropend > .dropdown-item .fa-angle-right {
    transition: transform 0.3s ease;
  }

  .offcanvas .dropdown-menu.sub-dropdown.show ~ .dropdown-item .fa-angle-right,
  .offcanvas .dropdown.dropend:has(.dropdown-menu.sub-dropdown.show) > .dropdown-item .fa-angle-right {
    transform: rotate(90deg);
  }
}
@media (max-width: 1200px) {
  /* === Home Hero Styles :: BEGIN === */
  .gha-hero-intro {
    background: url(../img/gha-hero-intro-1200-700.webp) center center;
    background-size: cover;
    width: 100%;
  }
  /* === Home Hero Styles :: END === */
  /* === SUB Hero Styles :: BEGIN === */

}

@media (max-width: 991px) {
  .gha-hero-intro {
    background: url(../img/gha-hero-intro-991-700.webp) center center;
    background-size: cover;
    width: 100%;
    height: fit-content;
  }
  /* === SUB Hero Styles :: BEGIN === */

}

@media (max-width: 767px) {
  /* === Home Hero Styles :: BEGIN === */
  .gha-hero-intro {
    background: linear-gradient(135deg, var(--success-darkest), var(--success-dark)) !important;
    background-size: contain;
    background-repeat: no-repeat;
    width: 100%;
  }
 h1.sub {
    font-size: 3rem !important;
    line-height: 1.1;
    font-family: bebas-neue-pro, sans-serif;
    font-style: normal;
    font-weight: 700;
    color: #fff;
}
  .gha-hero-intro.sub {
    height: fit-content;
  }
  .gha-hero-intro h1 {
    font-size: 2.25rem;
  }
  .gha-hero-intro h2 {
    font-size: 1rem;
  }
  /* === Home Hero Styles :: END === */
  /* === Banner Styles  */

}

@media (max-width: 450px) {
  .calebs-buyers-guide-bg {
    height: 100px;
    width: 150px;
    bottom: -2rem;
    right: 0rem;
  }
  .bg-building-excellence {
    min-height: 350px;
  }
}
/* === Media Queries :: END === */