.wl-page {
  background: #fff;
}

.wl-hero {
  position: relative;
  min-height: 230px;
  display: flex;
  align-items: center;
  color: #fff;
  background:
    linear-gradient(rgba(1, 134, 213, 0.78), rgba(64, 77, 95, 0.72)),
    url("../../myimages/service/weight-loss-injections-vashi.png") center center / cover no-repeat;
}

.wl-hero h1 {
  margin: 0 0 12px;
  color: #fff;
  font-family: "Lato", sans-serif;
  font-size: 38px;
  font-weight: 900;
  line-height: 1.2;
}

.wl-hero .wl-breadcrumb {
  margin: 0;
  padding: 0;
  list-style: none;
  color: #fff;
  font-family: "Karla", sans-serif;
  font-size: 15px;
}

.wl-hero .wl-breadcrumb li {
  display: inline-block;
}

.wl-hero .wl-breadcrumb li + li:before {
  content: "/";
  padding: 0 8px;
  color: rgba(255, 255, 255, 0.75);
}

.wl-hero .wl-breadcrumb a {
  color: #fff;
}

.wl-content {
  padding: 70px 0 55px;
}

.wl-main {
  padding-right: 28px;
}

.wl-feature-image {
  width: 100%;
  margin-bottom: 26px;
  border-radius: 8px;
  box-shadow: 0 12px 30px rgba(64, 77, 95, 0.14);
}

.wl-section {
  margin-bottom: 38px;
}

.wl-section h2,
.wl-section h3 {
  margin: 0 0 16px;
  color: #404d5f;
  font-family: "Lato", sans-serif;
  font-weight: 900;
  line-height: 1.28;
}

.wl-section h2 {
  font-size: 26px;
}

.wl-section h3 {
  font-size: 21px;
}

.wl-section p,
.wl-section li {
  color: #2d3745;
  font-family: "Karla", sans-serif;
  font-size: 17px;
  line-height: 1.72;
}

.wl-section p {
  margin-bottom: 13px;
}

.wl-check-list,
.wl-benefit-list {
  margin: 16px 0 0;
  padding: 0;
  list-style: none;
}

.wl-check-list li,
.wl-benefit-list li {
  position: relative;
  margin-bottom: 10px;
  padding-left: 31px;
}

.wl-check-list li i,
.wl-benefit-list li i {
  position: absolute;
  top: 7px;
  left: 0;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  background: #0186d5;
  color: #fff;
  font-size: 11px;
  line-height: 20px;
  text-align: center;
}

.wl-med-card {
  margin-bottom: 28px;
  padding: 18px;
  border: 1px solid #e8f2f7;
  border-radius: 8px;
  background: #fff;
  box-shadow: 0 10px 25px rgba(64, 77, 95, 0.08);
}

.wl-med-card img {
  width: 100%;
  margin-bottom: 18px;
  border-radius: 6px;
  background: #f8fbfd;
}

.wl-med-card h3 {
  margin-bottom: 8px;
  color: #0186d5;
  font-size: 20px;
}

.wl-med-card p {
  margin-bottom: 9px;
}

.wl-note {
  padding: 18px 20px;
  border-left: 4px solid #fa824c;
  background: #fff7f3;
  border-radius: 4px;
}

.wl-doctor-image {
  margin-bottom: 20px;
  border-radius: 8px;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}

.wl-faq {
  padding: 26px;
  border-radius: 8px;
  background: #f6fbfe;
}

.wl-faq-item {
  margin-bottom: 18px;
}

.wl-faq-item:last-child {
  margin-bottom: 0;
}

.wl-faq-item h3 {
  margin-bottom: 6px;
  font-size: 18px;
}

.wl-cta {
  padding: 26px;
  border-radius: 8px;
  background: #edf8fd;
  border-left: 5px solid #0186d5;
}

.wl-button {
  display: inline-block;
  margin-top: 8px;
  padding: 13px 24px;
  border-radius: 4px;
  background: #0186d5;
  color: #fff;
  font-family: "Karla", sans-serif;
  font-weight: 700;
  text-transform: uppercase;
}

.wl-button:hover,
.wl-button:focus {
  background: #fa824c;
  color: #fff;
}

.wl-sidebar {
  position: sticky;
  top: 20px;
  padding: 24px;
  border-radius: 8px;
  background: #dff5fc;
}

.wl-sidebar h2 {
  margin: 0 0 17px;
  color: #404d5f;
  font-family: "Lato", sans-serif;
  font-size: 22px;
  font-weight: 900;
}

.wl-service-list {
  margin: 0;
  padding: 0;
  list-style: none;
}

.wl-service-list li {
  margin-bottom: 14px;
}

.wl-service-list li:last-child {
  margin-bottom: 0;
}

.wl-service-list a {
  display: flex;
  align-items: center;
  color: #2d3745;
  font-family: "Karla", sans-serif;
  font-size: 15px;
  font-weight: 700;
  line-height: 1.35;
}

.wl-service-list a:hover,
.wl-service-list .active a {
  color: #0186d5;
}

.wl-service-list img {
  flex: 0 0 42px;
  width: 42px;
  height: 42px;
  margin-right: 12px;
  border-radius: 8px;
  object-fit: cover;
}

@media (max-width: 991px) {
  .wl-main {
    padding-right: 15px;
  }

  .wl-sidebar {
    position: static;
    margin-top: 35px;
  }
}

@media (max-width: 767px) {
  .wl-hero {
    min-height: 190px;
  }

  .wl-hero h1 {
    font-size: 29px;
  }

  .wl-content {
    padding: 42px 0 35px;
  }

  .wl-section h2 {
    font-size: 23px;
  }

  .wl-section p,
  .wl-section li {
    font-size: 16px;
    line-height: 1.62;
  }
}
