.footer-pr {
  font-family: Calibri, Arial, sans-serif;
  font-size: 0.9rem;
  color: #003366;
  text-align: center;
  margin-top: 20px;
}

/* Banda albastră de sus */
.footer-pr-top {
  background-color: #024da1;
  color: #fff;
  padding: 8px 12px;
  font-size: 0.9rem;
}
.footer-pr-top a {
  color: #fff;
  font-weight: bold;
  text-decoration: underline;
}

/* Partea din mijloc */
.footer-pr-middle {
  margin: 15px 0;
}
.footer-pr-middle h4 {
  font-size: 1.3rem;
  font-weight: bold;
  margin-top: 10px;
  color: #024da1;
  text-transform: uppercase;
  letter-spacing: 1px;
}

/* Formele colorate – le putem face ca background */
.pr-shapes {
  background: url("/dual_medix/public/front/homepage/banda_europa.png") center no-repeat;
  background-size: contain;
  height: 25px;
  margin: 0 auto;
  max-width: 600px;
}


/* Textul de jos */
.footer-pr-bottom {
  font-size: 0.9rem;
  color: #333;
  padding: 10px;
}
.footer-pr-bottom a {
  color: #024da1;
  font-weight: bold;
  text-decoration: none;
}
.footer-pr-bottom a:hover {
  text-decoration: underline;
}
/* Doar pe mobil, adaugăm spațiu sub footer */
@media (max-width: 768px) {
  .footer-pr {
    padding-bottom: 80px; /* înălțimea aproximativă a barei mobile */
  }
}

