.aanaab-footer {
  background-color: #f5f5f5;
  padding: 20px 20px;
  font-family: 'Helvetica Neue', sans-serif;
  color: #333;
}

.footer-container {
  max-width: 1340px;
  margin: auto;
  padding: 0px 20px;
}

.footer-top {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  gap: 30px;
}

.footer-logo img {
  max-width: 99px;
}
.footer-logo svg:hover{
  fill: #6639c6;
}

.footer-links ul {
  display: flex;
  flex-direction: row;
  gap: 40px;
  list-style: none;
  padding: 0px !important;
  margin: 0px !important;
}
.footer-links ul li.hs-menu-item.hs-menu-depth-1 {
  margin: 0px !important;
}
.footer .hs-menu-wrapper li a:hover{
 color: #6639c6;
}
.footer-links a {
  color: #333;
  text-decoration: none;
  font-size: 15px;
}

.footer-links a:hover {
  text-decoration: underline;
}

.footer-social {
  display: flex;
  gap: 15px;
}

.footer-social img {
  width: 24px;
  height: 24px;
}
.footer-social a svg {
  fill: #818182;
}
.footer-social a svg:hover {
  fill: #6639c6;
}
.footer-apps a {
  display: block;
  margin-bottom: 10px;
}

.footer-apps img {
  height: 40px;
}

.footer-bottom {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  font-size: 14px;
  gap: 15px;
}

.language-selector select {
  padding: 5px 10px;
  border: 1px solid #ccc;
  background: #fff;
}

.footer-bottom-links {
  display: flex;
  gap: 15px;
}

.footer-bottom-links a {
  color: #333;
  text-decoration: none;
}

.footer-copy {
  flex: 1 1 100%;
  text-align: center;
  color: #777;
  margin-top: 0px;
}
.footer-copy p{
  margin-bottom: 0px;
  font-size: 14px;
  color: #818182;
}
.aanaab-footer .hs-menu-item a{
  font-size: 14px;
  color: #52525b;
}

/* Responsive */
@media (max-width: 768px) {
  .footer-top {
    flex-direction: column;
    align-items: center;
    gap: 10px;
  }

  .footer-links,
  .footer-social,
  .footer-apps {
    margin-top: 20px;
  }

  .footer-bottom {
    flex-direction: column;
    align-items: center;
  }

  .footer-copy {
    text-align: left;
  }
}

@media(max-width: 767px){
  .aanaab-footer .hs-menu-wrapper.hs-menu-flow-horizontal ul {
    flex-direction: row;
    gap: 20px;
    justify-content: center;
}