.elementor-366 .elementor-element.elementor-element-d35141a{--display:flex;}/* Start custom CSS */body {
  font-family: 'Poppins', sans-serif;
  margin: 0;
  padding: 0;
  background-color: #fff;
  color: #333;
}

/* Add padding to top so content is never hidden behind sticky header */
.elementor-location-header {
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 999;
}

.elementor-location-body {
  padding-top: 120px; /* adjust this based on your header height */
}

h1 {
  text-align: center;
  font-size: 36px;
  font-weight: 600;
  margin-bottom: 50px;
}

.treatment {
  display: flex;
  align-items: flex-start;
  margin-bottom: 60px;
  border-bottom: 1px solid #e0e0e0;
  padding-bottom: 30px;
}

.treatment img {
  width: 280px;
  height: auto;
  margin-right: 30px;
  border-radius: 10px;
}

.treatment-details {
  max-width: 700px;
}

.treatment-details h2 {
  font-size: 22px;
  margin-bottom: 10px;
}

.treatment-details p {
  margin: 5px 0;
}

.duration {
  font-weight: bold;
  color: #666;
  margin-top: 10px;
}/* End custom CSS */