.footer-bg {
  background-image: url('./Homeimages/footer-bg.png');
  background-size: cover;
  background-position: center;
  color: #323232;
   font-family: 'Kumbh Sans', sans-serif;
}

.footer-heading {
  font-weight: bold;
  color: #EF3030;
  font-size: 0.9rem;
  margin-bottom: 1rem;
  font-family: 'Kumbh Sans', sans-serif;
}

.footer-link {
  color: #282828;
  text-decoration: none;
  font-size: 0.9rem;
  font-family: 'Kumbh Sans', sans-serif;
}

.footer-link:hover {
  text-decoration: none;
  color: #d20000;
}

.social-icon {
  display: inline-block;
  background: #FFFFFF;
  color: #FF0000;
  width: 28px;
  height: 28px;
  line-height: 28px;
  text-align: center;
  border-radius: 50%;
  font-size: 0.8rem;
  transition: background 0.3s;
}

.social-icon:hover {
  background: #f2f2f2;
  color: #b30000;
}

.footer-bottom {
  background-color: #04035D;
  color: #828282;
}

.dev-link {
  color: #ff4d4d;
  text-decoration: none;
}

.dev-link:hover {
  text-decoration: underline;
}

.follow-us {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 40px;
  padding-top: 20px;
  border-top: 1px solid #414141; /* Light gray underline */
}

