.dr1footer {
  background-color: #121212;
  color: #eee;
  padding: 30px 15px 20px;
  font-family: 'Segoe UI', sans-serif;
}

.dr1footer .footer-wrapper {
  max-width: 1200px;
  margin: auto;
}

.dr1footer .footer-branding {
  text-align: center;
  margin-bottom: 25px;
}

.dr1footer .footer-logo {
  width: 140px;
  height: auto;
  margin-bottom: 8px;
}

.dr1footer .footer-tagline {
  font-size: 18px;
  font-weight: 600;
  color: #f1f1f1;
  margin-bottom: 5px;
  text-align: center;
}

.dr1footer .footer-subtagline {
  font-size: 14px;
  color: #ccc;
  text-align: center;
  max-width: 700px;
  margin: 0 auto 20px;
  line-height: 1.6;
}

.dr1footer .footer-social-icons {
  display: flex;
  justify-content: center;
  gap: 10px;
}

.dr1footer .footer-social-icons a {
  color: #eee;
  font-size: 16px;
  background-color: #1f1f1f;
  padding: 8px;
  border-radius: 50%;
  transition: background 0.3s, color 0.3s;
}

.dr1footer .footer-social-icons a:hover {
  background-color: #00aced;
  color: #fff;
}

.dr1footer .footer-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
  gap: 25px;
  margin-bottom: 25px;
}

.dr1footer .footer-col h4 {
  font-size: 15px;
  color: #fff;
  margin-bottom: 10px;
  border-bottom: 1px solid #00aced;
  display: inline-block;
  padding-bottom: 4px;
}

.dr1footer .footer-col ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.dr1footer .footer-col li {
  margin-bottom: 6px;
}

.dr1footer .footer-col a {
  color: #bbb;
  text-decoration: none;
  font-size: 13.5px;
  transition: color 0.3s;
}

.dr1footer .footer-col a:hover {
  color: #00aced;
}

.dr1footer .footer-col p {
  font-size: 13.5px;
  color: #ccc;
  line-height: 1.5;
}

.dr1footer .footer-bottom {
  text-align: center;
  border-top: 1px solid #333;
  padding-top: 15px;
  font-size: 12.5px;
  color: #888;
}

.dr1footer .footer-bottom a {
  color: #00aced;
  text-decoration: none;
}

.dr1footer .footer-bottom a:hover {
  text-decoration: underline;
}

/* Responsive */
@media (max-width: 600px) {
  .dr1footer .footer-grid {
    gap: 20px;
  }

  .dr1footer .footer-social-icons a {
    padding: 6px;
    font-size: 15px;
  }
}
