.malaria-section {
  padding: 20px;
  background: #f5f5f5;
}

.card {
  background: white;
  padding: 20px;
  border-radius: 10px;
  margin-bottom: 25px;
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.08);
}

/* ================= HEADER FIX ================= */

.malaria-header {
  text-align: center;
  padding: 30px 20px;
}

/* Title */
.malaria-header h1 {
  color: #14532d;
  font-size: 32px;
  margin-bottom: 10px;
}

/* Officer text */
.malaria-header p {
  font-size: 16px;
  margin: 5px 0;
}

.phone {
  display: block;
  color: #ff6600;
  font-weight: bold;
  margin-bottom: 20px;
}

/* VISUAL AREA */
.malaria-visual {
  margin-top: 20px;
}

/* TOP LABEL */
.label-top {
  font-weight: 600;
  margin-bottom: 15px;
  color: #444;
}

/* IMAGE CONTAINER */
.circle-container {
  position: relative;
  width: 250px;
  margin: 0 auto;
}

/* IMAGE */
.circle-container img {
  width: 100%;
  border-radius: 50%;
}

/* RIGHT LABEL (Testing) */
.label-right {
  position: absolute;
  right: -60px;
  top: 50%;
  transform: translateY(-50%);
  font-weight: 600;
  color: #444;
}

/* BOTTOM LABEL (Treatment) */
.label-bottom {
  position: absolute;
  bottom: -30px;
  left: 50%;
  transform: translateX(-50%);
  font-weight: 600;
  color: #444;
}

/* ================= MOBILE FIX ================= */
@media (max-width: 600px) {
  .circle-container {
    width: 180px;
  }

  .label-right {
    right: -45px;
    font-size: 12px;
  }

  .label-bottom {
    bottom: -25px;
    font-size: 12px;
  }
}
