#footer {
  background-color: #fff;
  color: #333;
  padding: 20px 0;
}
.hs-icon-field{
  width:20px;
}
.row-footer {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}


footer#footer .hs-menu-wrapper ul {
  list-style: none;
  display: block;
}
footer#footer .hs-menu-wrapper ul li {
  display:block;
  margin-bottom: 30px;
}
footer#footer .hs-menu-wrapper ul li a {
   text-decoration: none;
  text-transform: capitalize;
  position: relative;
  transition: 0.3s ease-out;
  color: #757575;
  text-decoration: none;
}



.footer-menu {
  margin-bottom: 20px;
}
.footer-logo img{
  border-radius: 30% 70% 70% 30% / 30% 30% 70% 70% !important;
  height: auto;
  width: 70px;
  border: 0px;
  margin-bottom: 10px;
}
.social-links ul {
  display: flex;
  list-style: none;
  padding: 0;
}
.social-links ul li {
  margin-right: 10px;
}
.social-links ul li a {
  color: #333;
  text-decoration: none;
  font-size: 20px;
  transition: color 0.3s, transform 0.3s ease; /* Add transition */
}
.social-links ul li a:hover {
  color: aqua;
  transform: rotate(360deg); /* Rotate on hover */
}
h5 {
  margin-bottom: 37px;
  font-size: 18px;
  position: relative;
}
.gallery {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}
.gallery-image img {
  width: 70px;
  height: 70px;
  object-fit: cover;
  transition: transform 0.3s ease;
}
.gallery-image img:hover {
  transform: scale(1.1); /* Zoom effect on hover */
}
.col-3-footer, .fotter-3-col {
  width: 25%;
}

}

.footer-menu.menu-item-01 p {
  margin-bottom: 30px;
}
li.menu-item a:hover:before {
  content: "";
  border-bottom: 2px solid #C5A992;
  position: absolute;
  top: 18px;
  left: 0px;
  width: 100%;
  align-items: center;
}
@media (max-width: 992px) {
  .row-footer {
    flex-direction: column;
    align-items: center;
  }
  .footer-menu {
    width: 100%;
    text-align: center;
  }
}
@media (max-width: 768px) {
  .social-links ul {
    justify-content: center;
  }
  .gallery {
    justify-content: center;
  }
  .gallery-image img {
    width: 60px;
    height: 60px;
  }
}
@media (max-width: 576px) {
  .gallery-image img {
    width: 50px;
    height: 50px;
  }
  .footer-menu h5 {
    font-size: 16px;
  }
  .hs-menu-item .hs-menu-depth-11 {
    font-size: 14px;
  }
}