.elementor-147 .elementor-element.elementor-element-4f02c05{--display:flex;}.elementor-widget-heading .elementor-heading-title{font-family:var( --e-global-typography-primary-font-family ), Sans-serif;font-size:var( --e-global-typography-primary-font-size );font-weight:var( --e-global-typography-primary-font-weight );color:var( --e-global-color-primary );}.elementor-147 .elementor-element.elementor-element-7d7af0b .elementor-heading-title{color:#000000;}:root{--page-title-display:none;}@media(max-width:1024px){.elementor-widget-heading .elementor-heading-title{font-size:var( --e-global-typography-primary-font-size );}}@media(max-width:767px){.elementor-widget-heading .elementor-heading-title{font-size:var( --e-global-typography-primary-font-size );}}/* Start custom CSS for html, class: .elementor-element-eb7aa2b */.plumber-card {
  display: flex;
  align-items: center;
  justify-content: space-between;
  background: #f9f9f9;
  border-radius: 8px;
  padding: 12px;
  box-shadow: 0 2px 6px rgba(0,0,0,0.08);
  position: relative;
}

.plumber-img img {
  width: 80px;
  height: 80px;
  border-radius: 50%;
  object-fit: cover;
}

.plumber-info {
  flex: 1;
  margin-left: 15px;
}

.status {
  padding: 4px 10px;
  border-radius: 12px;
  font-size: 12px;
  color: #fff;
  font-weight: 600;
}

.status.online {
  background-color: #28a745;
}

.status.offline {
  background-color: #dc3545;
}

.plumber-info h3 {
  margin: 0 0 6px;
  font-size: 18px;
}

.services, .location {
  margin: 0;
  font-size: 14px;
  color: #555;
}

.rating {
  margin: 8px 0;
  font-size: 14px;
}

.buttons {
  display: flex;
  gap: 10px;
  margin-top: 5px;
}

.btn {
  text-decoration: none;
  padding: 6px 10px;
  background: #007bff;
  color: #fff;
  border-radius: 4px;
  font-size: 13px;
}

.btn:hover {
  background: #0056b3;
}

@media (max-width: 768px) {
  .plumber-card {
    flex-direction: column;
    align-items: flex-start;
  }

  .plumber-info {
    margin-left: 0;
    margin-top: 10px;
  }

  .buttons {
    flex-wrap: wrap;
  }

  .status {
    margin-top: 10px;
  }
}/* End custom CSS */