
    .services-link-underline{
        text-decoration: underline; color:#3f969b;
    }
/* ==============================
   Bariatric Surgery Section
   ============================== */

.page-title {
  color: #3f969b;
  text-decoration: none;
  transition: color 0.3s ease;
}

.page-title:hover {
  color: #2b7b80;
}

.intro-text {
  margin-bottom: 20px;
  color: #555;
  line-height: 1.7;
}

.sub-heading {
  font-size: 26px;
  font-weight: bold;
  color: #3f969b;
  border-bottom: 2px solid #3f969b;
  padding-bottom: 8px;
  margin-bottom: 15px;
  display: inline-block;
}

.sub-heading i {
  color: #3f969b;
  margin-right: 8px;
}

.treatment-img {
  border: 10px solid #fafafa;
  border-radius: 20px;
  margin-top: 15px;
  max-width: 100%;
}

.treatment-panel {
  border-radius: 8px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
  margin-top: 20px;
}

.info-text {
  color: #555;
  font-size: 15px;
}

.symptom-list {
  color: #333;
  font-size: 15px;
  margin-top: 10px;
}

.symptom-list li {
  margin-bottom: 8px;
  display: flex;
  align-items: flex-start;
}

.symptom-list li i {
  margin-right: 10px;
  background: #3f969b;
  padding: 3px;
  border-radius: 4px;
  color: #fff;
  font-size: 12px;
  margin-top: 3px;
}

.bmi-box {
  color: #333;
  font-size: 16px;
  font-weight: bold;
  background: #f1f9ff;
  padding: 10px 15px;
  border-radius: 5px;
  display: inline-block;
  margin-top: 10px;
}

/* Optional utility classes */
.pt-20 {
  padding-top: 20px;
}

.mt-20 {
  margin-top: 20px;
}

.why-choose-section {
    background: #f0fcfd;
    padding: 60px 0;
}

.why-img-box {
    border-radius: 10px;
    overflow: hidden;
    box-shadow: 0 5px 20px rgba(0,0,0,0.15);
}

.why-title {
    font-size: 26px;
    margin-bottom: 25px;
    color: #3f969b;
    border-bottom: 3px solid #3f969b;
    display: inline-block;
    padding-bottom: 6px;
}

.why-desc {
    font-size: 16px;
    color: #333;
    margin-bottom: 20px;
}

.why-list {
    list-style: none;
    padding: 0;
    margin: 0;
}

.why-list li {
    display: flex;
    align-items: flex-start;
    margin-bottom: 15px;
    font-size: 15px;
    color: #000;
    line-height: 1.6;
}

.why-list li i {
    color: #3f969b;
    background-color: #b3dee1;
    padding: 8px;
    border-radius: 8px;
    margin-right: 10px;
    font-size: 16px;
    flex-shrink: 0;
}

.book-btn {
    margin-top: 20px;
    border-radius: 30px;
    padding: 12px 30px;
    font-weight: bold;
}

