.footer-bhaggyam {
  /* background: #f8f8f8; */
  background: #F7F3E9;
  border-radius: 40px;
  color: #222;
}

.footer-bhaggyam .logo-img {
  width: 70%;
  margin-bottom: 0;
}
.footer-bhaggyam .nav-link {
  color: #222 !important;
  font-size: 1.13rem;
  font-weight: 600;
  letter-spacing: 0.02em;
  padding-left: 0;
  padding-right: 50px;
}
.footer-bhaggyam .footer-contact{
  font-size: 14px;
  text-align: center;
}
.footer-bhaggyam .footer-contact i {
  font-size: 1.2em;
  margin-right: 5px;
  color: #C5341C;
}
z
.footer-bhaggyam .footer-copyright {
  color: #333;
  font-size: .8em;
  margin-top: 10px;
  margin-bottom: 5px;
}
.footer-bhaggyam .footer-links a {
  color: #222;
  text-decoration: none;
  margin: 0 6px;
  font-size: 1em;
}

 .footer-copyright{
  font-size: 14px;
 }

@media (max-width: 1024px) {
  .footer-bhaggyam .nav {
    flex-wrap: wrap;
    gap: 8px;
  }
  .footer-bhaggyam .footer-logo {
    font-size: 1.7rem;
  }
  .footer-bhaggyam .nav-link {
  padding-right: 10px;
}
.footer-bhaggyam .footer-contact {
  font-size: 12px;
}
}

.footer-logos img {
  height: 95px;
  width: auto;
  object-fit: contain;
}



@media (max-width: 768px) {
  .footer-logos {
    justify-content: center;
  }
  .footer-logos img{
    height: 55px;
  }
    .footer-bhaggyam .logo-img {
  width: 65%;
  
}
    .mx-md-5 {
      margin-right: 0 !important;
      margin-left: 0 !important;
    }
    .social-icons{
      gap: 0px !important;
    }
    .footer-copyright {
    font-size: 12px;
}
}
@media (max-width: 767px) {
  .footer-bhaggyam .nav {
    flex-direction: column;
    flex-wrap: wrap;
    gap: 5px;
    padding-right: 0;
  }
  .footer-bhaggyam .nav-link {
    padding-right: 0px;
  }
  .footer-bhaggyam .footer-contact {
    font-size: 13px;
    margin-bottom: 18px;
  }
  .footer-bhaggyam .logo-img {
  width: 35%;
}
}


   .social-icons {
  display: flex;
  gap: 15px; /* space between icons */
  justify-content: center;
  align-items: center;
}

@media (min-width: 768px) {
  .social-icons {
    justify-content: flex-start; /* left-align on larger screens */
  }
}

.social-icons a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  transition: transform 0.3s ease, opacity 0.3s ease;
}

.social-icons a:hover {
  transform: scale(1.15);
  opacity: 0.8;
}

.social-img {
  width: 28px;
  height: 28px;
  object-fit: contain;
  display: block;
}

a{
  text-decoration: none !important;
  color: #222;
}