.footer-hb {
  background-color: #112129;
  color: #cbd5db;
  padding: 5rem 0;
  box-sizing: border-box;
  font-family: Inter-Regular;

}

.footer-hb-top {
  display: flex;
  flex-direction: column;
  max-width: 62rem;
  margin: 0 auto;
  font-size: 14px;


}

.company-name {
  color: #BBBFC5;
  font-size: 14px;
  line-height: 20px;
  font-weight: 400;
  font-family: Inter-Regular;
}

.company-address {
  color: #717171;
  font-size: 14px;
  line-height: 20px;
  font-weight: 400;
  font-family: Inter-Regular;
}

.footer-hb-logo-address {
  display: flex;
  flex-direction: column;
  gap: 1.5rem;

}

.footer-hb-logo-address-phone {
  display: none;
  flex-direction: column;
  gap: 1.5rem;
}

.footer-hb-logo {
  width: 140px;
}

.footer-hb-address {
  font-size: 14px;
  line-height: 1.5;
}

.footer-hb-social p {
  margin: 0;
  font-size: 12px;
  line-height: 20px;
  font-weight: 400;
  font-family: Inter-Regular;
  color: #717171;
  margin-bottom: 0.5rem;
}

.footer-hb-social {
  margin-bottom: 1.5rem;
}

.footer-hb-icons {
  display: flex;
  gap: 1rem;
  flex-wrap: wrap;
}

.footer-hb-icons img {
  width: 20px;
  height: 20px;
  cursor: pointer;
}

.footer-hb-links {
  display: flex;
  gap: 5rem;
  flex-wrap: wrap;
}

.footer-hb-col p {
  margin: 0.6rem 0;
  font-size: 14px;
  line-height: 25px;
  font-weight: 400;
  font-family: Inter-Regular;
  color: #FFFFFF;
  cursor: pointer;
}

.footer-hb-col p a {
  color: #FFFFFF;
  text-decoration: none;
}

.footer-hb-col p:hover,
.footer-hb-col p a:hover {
  text-decoration: underline;
}

.company-address a {
  text-decoration: none;
  color: #717171;
}

.company-address a:hover {
  color: #fff;
}

.footer-hb-dropdown {
  font-size: 10px;
  margin-left: 5px;
}

.footer-hb-bottom {
  display: flex;
  flex-direction: column;
  padding-top: 1rem;
  padding: 1;
  gap: 0.5rem;
  max-width: 63rem;
  margin: 0 auto;

}

.footer-separator {
  width: 100%;
  height: 1px;
  background: #324854;
  margin: 1rem 0;
}

.footer-separator-bottom {
  display: none;
  width: 100%;
  height: 1px;
  background: #324854;
  margin: 1rem 0;
}

.footer-hb-dropdown {
  color: #1EADD3;
}

.terms-condition {
  display: flex;
  gap: 1.5rem;

  flex-wrap: wrap;
}

.footer-hb-bottom p {
  font-size: 12px;
  line-height: 26px;
  font-weight: 400;
  font-family: Inter-Regular;
  color: #324854;
}

.footer-hb-bottom p a {
  color: #324854;
  text-decoration: none;
}

.terms-condition p:hover,
.footer-hb-bottom p a:hover {
  text-decoration: underline;
  color: white;
}

.footer-hb svg {
  width: 25px;
  height: 25px;
}

.footer-hb svg path {
  fill: #717171;
  transition: fill 0.3s ease;
}

.footer-hb svg path:hover {
  fill: #1EADD3;
}

@media (min-width: 768px) {
  .footer-hb-top {
    flex-direction: row;
    justify-content: space-between;
    align-items: flex-start;
  }

  .footer-hb-logo-address {
    max-width: 400px;
  }

  .footer-hb-bottom {
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
  }
}


@media (max-width:768px) {
  .footer-hb {
    font-size: 12px;
  }

  .footer-hb-top {
    font-size: 12px;
  }

  .footer-hb-links {
    display: flex;
    justify-content: space-between;
  }

  .footer-hb {
    padding: 3rem 3rem;
  }

  .footer-hb-logo-address-phone {
    display: flex;
    margin-top: 2rem;
  }

  .footer-hb-logo-address {
    display: none;
  }

  .footer-hb-logo {
    margin-bottom: 2rem;
  }

  .terms-condition {
    display: flex;
    flex-direction: column;
    gap: 0.2rem;

  }

  .company-address {
    font-size: 12px;
  }

  .footer-hb-col p {
    font-size: 12px;
    margin: 0;
  }

  .footer-hb-bottom {
    font-size: 10px;
  }

  .footer-separator-bottom {
    display: block;
  }

  .footer-hb-bottom .copyright {
    text-align: center;
    line-height: 18px;
  }

}

@media (max-width:426px) {
  .footer-hb-bottom {
    padding-top: 0;
    gap: 0;
  }

  .footer-hb-address .company-Name {
    line-height: 20px;
    margin-bottom: 0.5rem;
  }

  .footer-hb {
    padding: 3rem 2rem;
  }
}

@media (max-width:340px) {
  .footer-hb-links {
    display: flex;
    gap: 3rem;
    justify-content: flex-start;
  }

  .footer-hb {
    padding: 3rem 1.5rem;
  }

  .footer-hb-bottom p {
    font-size: 10px;

  }
}
@media (max-width:321px) {
  .footer-hb svg {
    width: 20px;
    height: 20px;
}
}
@media (max-width:300px) {
  .company-address,
  .footer-hb-col p {
    font-size: 10px;
  }

}