.polymed-footer {
  background-image: url(../images/footer-bg.png);
  color: #ffffff;
  padding: 70px 0 30px;
  font-family: "Segoe UI", sans-serif;
}

.footer-top {
  padding-bottom: 40px;
}

.footer-logo {
  width: 140px;
  margin-bottom: 20px;
}

.footer-desc {
  font-size: 18px;
  line-height: 1.7;
  margin-bottom: 20px;
  max-width: 340px;
}

.footer-title {
  font-size: 26px;
  margin-bottom: 20px;
  font-weight: 600;
}

.footer-links {
  list-style: none;
  padding: 0;
  color: white;
}

.footer-links li {
  margin-bottom: 10px;
}

.footer-links a {
  color: #ffffff !important;
  text-decoration: none;
  font-size: 14px;
  transition: 0.3s;
}

.footer-links a:hover {
  color: #ffffff;
}

.footer-social a {
  display: inline-flex;
  width: 36px;
  height: 36px;
  background: rgba(255,255,255,0.15);
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  color: #fff !;
  margin-right: 8px;
  transition: 0.3s;
}

.footer-social a:hover {
  background: #ffffff;
  color: #0f9a9e;
}

.footer-bottom {
  border-top: 1px solid rgba(255,255,255,0.25);
  padding-top: 20px;
  text-align: center;
  font-size: 13px;
}

.footer-bottom .developer a {
  color: #ffffff;
  text-decoration: none;
}


/* Enable hover dropdown on desktop */
@media (min-width: 992px) {
  .navbar .dropdown:hover > .dropdown-menu {
    display: block;
    margin-top: 0;
  }

  .navbar .dropdown-toggle::after {
    transition: transform 0.2s ease;
  }

  .navbar .dropdown:hover .dropdown-toggle::after {
    transform: rotate(180deg);
  }
}

/* Smooth dropdown animation */
.dropdown-menu {
  transition: all 0.2s ease;
}

.banner-img::before {
  content: "";
  position: absolute;
  inset: 0;
  backdrop-filter: contrast(1.15) brightness(1.05);
}
