/* Footer Base */
.footer {
  background-color: #019340;
  color: #f8f9fa;
  padding: 60px 20px 30px;
  font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
  font-size: 15px;
  line-height: 1.7;
}

/* Section Headings */
.footer h3 {
  margin-top: 3rem;
  font-size: 20px;
  margin-bottom: 20px;
  font-weight: 600;
}

.footer .h-decor {
  width: 60px;
  height: 3px;
  background-color: #fff;
  margin-bottom: 20px;
}

/* Footer Logo */
.footer-logo img {
  margin-top: 3rem;
    width: 140px;
  margin-bottom: 20px;
  transition: transform 0.3s ease;
}
.footer-logo img:hover {
  transform: scale(1.05);
}

/* Text */
.footer p {
  margin-bottom: 12px;
  color: #e1f3ea;
}

/* Social Icons */
.footer-social {
  margin: 20px 0 10px;
}
.footer-social a {
  color: #fff;
  font-size: 18px;
  margin-right: 14px;
  transition: transform 0.2s ease, color 0.3s ease;
}
.footer-social a:hover {
  transform: scale(1.2);
  color: #d1f2e2;
}

/* Contact Info */
.icn-list {
  list-style: none;
  padding-left: 0;
  margin: 0;
}
.icn-list li {
  position: relative;
  padding-left: 30px;
  margin-bottom: 15px;
  color: #e1f3ea;
}
.icn-list i {
  position: absolute;
  left: 0;
  top: 3px;
  font-size: 16px;
}

/* Email/Phone Links */
.icn-list a {
  color: #fff;
  text-decoration: none;
  transition: color 0.3s;
}
.icn-list a:hover {
  color: #d1f2e2;
}
.phone {
  font-weight: bold;
  color: #fff;
}

/* Google Map */
.map-arogyam iframe {
  width: 100%;
  height: 120px;
  border: 0;
  margin-top: 15px;
  border-radius: 6px;
}

/* Footer Bottom */
.footer-bottom {
  background-color: #000;
  color: #ccc;
  font-size: 14px;
  padding: 15px 20px;
  margin-top: 30px;
}
.footer-bottom a {
  color: #ff0000;
  text-decoration: none;
}
.footer-bottom a:hover {
  color: #fff;
}

/* Responsive */
@media (max-width: 767.98px) {
  .footer {
    text-align: center;
    padding: 40px 15px 25px;
  }
  .footer .row > div {
    margin-bottom: 30px;
  }
  .footer-bottom {
    text-align: center;
    padding: 12px 15px;
  }
}
