/* Below Header Bar */
.ast-below-header-bar {
  display: block !important;
  max-width: 1200px !important;
  margin: 0 auto !important;
  border-radius: 10px;
}

/* Adds phone icon to header button */
.ast-custom-button::before {
  content: "";
  display: inline-block;
  width: 16px;
  height: 16px;
  background: url("https://miamiclaimpros.com/wp-content/uploads/2025/02/telephone.png") no-repeat center center;
  background-size: contain;
  margin-right: 8px;
}
.ast-custom-button:hover::before {
  filter: invert(1);
}

/* Header contact row styling */
.header-contact {
  display: flex;
  align-items: center;
  justify-content: space-around;
  gap: 30px;
  padding: 10px 0;
}
/* Individual contact items in the header */
.contact-item {
  display: flex;
  margin-right: 20px;
  align-items: center;
  gap: 8px;
}
.contact-item img {
  width: 24px;
  height: 24px;
  object-fit: contain;
  margin-top: 25px; /* adjust as needed */
}
