@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@400;500;600;700;800&display=swap');

.chicken {
  padding: 120px 8%;
  color: green;
  background: #ffffff;
  font-family: 'Poppins', sans-serif;
  background-image: radial-gradient(circle at 10% 20%, rgba(74, 222, 128, 0.05) 0%, transparent 40%); /* subtle bg pattern */
}

::placeholder{color: black;}

.chicken .container {
  max-width: 1200px;
  margin: 0 auto;
  max-width: 1100px;
  margin: 0 auto;
  position: relative;
  z-index: 2; /* keep text above watermark */
}

.section-title {
    color: black;
}

.container h2{
    color: black;
}


.Bio-Security h3{
    color: black;
}

/* WATERMARK "justran" in background */
.Bio-Security::before {
  content: "JUSTRAN Farm";
  position: absolute;
  top: 50%;
  right: 5%;
  transform: translateY(-50%);
  font-size: 220px;
  font-weight: 800;
  color: #f1f5f9; /* very light grey */
  opacity: 0.6;
  z-index: 1;
  pointer-events: none;
  text-transform: lowercase;
  letter-spacing: -10px;
}