footer {
  background-color: #fff;
  color: black;
  padding: 50px 0 20px;
  text-align: center;
  overflow: hidden;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  box-shadow: 0 -2px 5px rgba(0, 0, 0, 0.2);
}

footer.footer5 {
  padding-top: 0;
}

.footer5 .container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
}

.footer5 .footer-content {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  flex-wrap: wrap;
  gap: 30px;
  padding: 30px 0;
}

.footer5 .left-side {
  flex: 1;
  min-width: 250px;
}

.footer5 .left-side h2 {
  font-size: 22px;
  margin-bottom: 15px;
  text-align: left;
}

.footer5 .social-icons5 {
  display: flex;
  gap: 15px;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: center;
}

.footer5 .social-icons5 a {
  color: black;
  font-size: 22px;
  transition: transform 0.3s ease, color 0.3s ease;
}

.footer5 .social-icons5 a:hover {
  color: #0b08a1;
  transform: scale(1.1);
}

.footer5 .right-side {
  flex: 1;
  min-width: 250px;
  text-align: left;
  font-size: 16px;
  line-height: 1.6;
}

.footer5 .right-side a {
  color: black;
  text-decoration: none;
}

.footer5 .right-side a:hover {
  text-decoration: underline;
  color: #0b08a1;
}

.footer5 .footer-address {
  padding-top: 10px;
}

.footer5 .footer-bottom5 {
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  padding-top: 20px;
  
  text-align: center;
}

.footer5 .footer-bottom5 p {
  margin: 0;
  font-size: 14px;
  opacity: 0.85;
}

.footer5 .footer-bottom5 a {
  color: black;
  text-decoration: none;
}

.footer5 .footer-bottom5 a:hover {
  color: #0b08a1;
  text-decoration: underline;
}

/* Responsive Layout */
@media (max-width: 768px) {
  .footer5 .footer-content h2{
    text-align: center;

  }

 



  .footer5 .footer-content {
    flex-direction: column;
    align-items: center;
    text-align: center;
  }

  .footer5 .left-side,
  .footer5 .right-side {
    align-items: center;
    text-align: center;
  }

  .footer5 .social-icons5 {
    justify-content: center;
  }
}
