/* Scoped call pill — header + homepage carousel slides only */

.navbar-default .navbar-nav li.appointment-btn a.pest-call-pill,
#home.slider .owl-carousel .caption a.pest-call-pill {
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  gap: 8px !important;
  min-height: 48px !important;
  max-height: 54px !important;
  padding: 0 22px !important;
  border: 0 !important;
  border-radius: 999px !important;
  background: #a5c422 !important;
  color: #fff !important;
  text-decoration: none !important;
  white-space: nowrap !important;
  line-height: 1 !important;
  font-weight: 700 !important;
  text-transform: none !important;
  letter-spacing: 0 !important;
  box-shadow: none !important;
  width: auto !important;
  max-width: 100% !important;
}

.navbar-default .navbar-nav li.appointment-btn a.pest-call-pill:hover,
.navbar-default .navbar-nav li.appointment-btn a.pest-call-pill:focus,
#home.slider .owl-carousel .caption a.pest-call-pill:hover,
#home.slider .owl-carousel .caption a.pest-call-pill:focus {
  background: #4267b2 !important;
  color: #fff !important;
  text-decoration: none !important;
}

html:has(style#pest-bootstrap-navbar-white)
  .navbar-default
  .navbar-nav
  li.appointment-btn
  a.pest-call-pill {
  background: #a5c422 !important;
  color: #fff !important;
}

html:has(style#pest-bootstrap-navbar-white)
  .navbar-default
  .navbar-nav
  li.appointment-btn
  a.pest-call-pill:hover,
html:has(style#pest-bootstrap-navbar-white)
  .navbar-default
  .navbar-nav
  li.appointment-btn
  a.pest-call-pill:focus {
  background: #4267b2 !important;
  color: #fff !important;
}

.pest-call-pill .fa-phone,
.pest-call-pill__icon {
  flex: 0 0 auto !important;
  font-size: 14px !important;
  line-height: 1 !important;
  color: #fff !important;
}

.pest-call-pill__number {
  color: #fff !important;
  font-weight: 700 !important;
  line-height: 1 !important;
  white-space: nowrap !important;
}

#home.slider .owl-carousel .caption a.pest-call-pill {
  transform: none !important;
}

#home.slider .owl-carousel .caption a.pest-call-pill:hover {
  transform: translateY(-5px) !important;
}

@media (max-width: 991px) {
  .navbar-default .navbar-nav li.appointment-btn a.pest-call-pill {
    gap: 6px !important;
    padding: 0 14px !important;
    min-height: 44px !important;
  }

  .navbar-default .navbar-nav li.appointment-btn a.pest-call-pill .fa-phone,
  .navbar-default .navbar-nav li.appointment-btn a.pest-call-pill__number {
    font-size: 11px !important;
  }
}

@media (max-width: 480px) {
  .navbar-default .navbar-nav li.appointment-btn a.pest-call-pill {
    padding: 0 12px !important;
  }

  .navbar-default .navbar-nav li.appointment-btn a.pest-call-pill__number {
    font-size: 10px !important;
  }
}
