.elementor-149 .elementor-element.elementor-element-cfe4add{--display:flex;}:root{--page-title-display:none;}/* Start custom CSS for html, class: .elementor-element-5fb32b9 */.plumber-profile {
  background: #D3D3D3;
  padding: 20px;
  max-width: 1200px;
  margin: auto;
}

.profile-header {
  display: flex;
  gap: 20px;
  align-items: center;
}

.profile-img img {
  width: 150px;
  height: 150px;
  border-radius: 50%;
  object-fit: cover;
}

.profile-info h2 {
  margin: 0;
  font-size: 24px;
}

.status {
  background-color: #28a745;
  color: #fff;
  padding: 5px 10px;
  border-radius: 12px;
  font-weight: 600;
}

.status.offline {
  background-color: #dc3545;
}

.location {
  font-size: 14px;
  color: #777;
}

.buttons .btn {
  text-decoration: none;
  background: #007bff;
  color: #fff;
  padding: 8px 15px;
  border-radius: 4px;
  font-size: 14px;
  margin-right: 10px;
}

.buttons .btn:hover {
  background: #0056b3;
}

.services ul {
  list-style-type: none;
  padding: 0;
}

.services li {
  font-size: 16px;
  margin: 8px 0;
}

.reviews .review {
  background: #f8f9fa;
  padding: 12px;
  border-radius: 6px;
  margin-bottom: 15px;
}

.reviews span {
  font-size: 14px;
  color: #555;
}

.availability {
  margin-top: 30px;
}

.availability p {
  font-size: 16px;
}

.booking-form {
  margin-top: 40px;
}

.booking-form form {
  display: flex;
  flex-direction: column;
}

.booking-form input,
.booking-form textarea {
  padding: 12px;
  margin: 10px 0;
  border: 1px solid #ddd;
  border-radius: 5px;
  font-size: 16px;
}

.booking-form button {
  background: #28a745;
  color: #fff;
  padding: 12px;
  font-size: 16px;
  border: none;
  border-radius: 5px;
  cursor: pointer;
}

.booking-form button:hover {
  background: #218838;
}/* End custom CSS */