/* EVDE SAĞLIK ANA ALAN */
.saglik-hero {
  max-width: 900px;
  margin: 50px auto;
  padding: 40px;
  background: #ffffff;
  border-radius: 16px;
  box-shadow: 0 10px 30px rgba(0,0,0,0.08);
  text-align: center;
}

.saglik-hero h1 {
  color: #0a6aa1;
  font-size: 32px;
  margin-bottom: 15px;
}

.saglik-aciklama {
  font-size: 18px;
  color: #333;
  line-height: 1.6;
  margin-bottom: 25px;
}

.hizmet-listesi {
  list-style: none;
  padding: 0;
  margin-bottom: 30px;
}

.hizmet-listesi li {
  font-size: 17px;
  margin: 10px 0;
  color: #222;
}

/* ARAMA BUTONU */
.arama-btn {
  display: inline-block;
  background: #0a6aa1;
  color: #fff;
  padding: 15px 30px;
  border-radius: 50px;
  font-size: 18px;
  font-weight: bold;
  text-decoration: none;
  transition: 0.3s;
}

.arama-btn:hover {
  background: #084e77;
}

/* WHATSAPP SABİT BUTON */
.whatsapp-sabit {
  position: fixed;
  right: 20px;
  bottom: 20px;
  background: #25D366;
  color: #fff;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 32px;
  z-index: 9999;
  text-decoration: none;
  box-shadow: 0 5px 15px rgba(0,0,0,0.3);
}
