.sr-footer-01 {
  position: relative;
}


.sr-footer-01 .sr-footer-nav .hs-menu-wrapper>ul {
  list-style: none;
  padding: 0;
  margin: 0;
  column-gap: 2rem;
}

.sr-footer-01 .footer-security {
  display: inline-flex;
  width: auto;
  max-width: 250px; /* ← adjust this value */
  align-self: flex-start;
}

.sr-footer-01 .footer-security a {
  display: inline-block;
  width: auto;
  max-width: 100%;
}

.sr-footer-01 .footer-security img {
  display: block;
  width: auto;
  max-width: 100%;
  height: auto;
}

/* Keep security logos aligned with logo alignment */
.sr-footer-01 .align-items-center .footer-security {
  align-self: center;
}

.sr-footer-01 .align-items-end .footer-security {
  align-self: flex-end;
}
.sr-footer-01 .social {
  list-style: none;
  padding-left: 0;
  margin: 0;
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.sr-footer-01 ul.social li span {
  border-radius: 50%;
  width: 2.3rem;
  height: 2.3rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  color: inherit;
}

.sr-footer-01 ul.social li span svg,
.sr-footer-01 ul.social li span svg g {
  fill: inherit;
}

.sr-footer-01 .footer-logo-social {
  padding: 3em 0;
}

.sr-footer-01 ul.hs-menu-children-wrapper {
  list-style-type: none;
  padding: 0;
}

.sr-footer-01 .footer-copyright p a {
  text-decoration: underline;
}

.sr-footer-01 .footer-copyright p a:not(:hover) {
  color: inherit;
}

.sr-footer-01 .sr-footer-nav li a {
  font-size: 14px;
}

.sr-footer-01 .footer-logo-social {
  text-align: center;
}

.sr-footer-01 .footer-logo-social img {
  max-width: 100%;
  height: auto;
}

.sr-footer-01 .sr-footer-nav .hs-menu-depth-1 {
  width: 50%;
  margin-bottom: 2rem;
}

.sr-footer-01 .footer-copyright p.small {
  margin: 0;
}

.sr-footer-01 .button__container {
  position: absolute;
  bottom: 15px;
  right: 15px;
  height: 3rem;
  width: 3rem;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 5px;
}

.sr-footer-01 .button__container:hover {
  filter: brightness(1.2);
}

@media only screen and (min-width: 768px) {
  .sr-footer-01 .sr-footer-nav .hs-menu-depth-1{
    width: auto;
    margin-bottom: 0;
  }

  .sr-footer-01 .sr-footer-nav .hs-menu-wrapper > ul{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    column-gap: 3rem;
  }
}
@media (min-width: 768px){
  .sr-footer-01 .sr-footer-nav .hs-menu-wrapper > ul{
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
    column-gap: 2rem;
  }

  .sr-footer-01 .sr-footer-nav .hs-menu-depth-1{
    width: auto;
    margin-bottom: 0;
  }
}

.sr-footer-01 .footer-copyright__inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  gap: 1rem;
}

.sr-footer-01 .footer-copyright__text {
  margin: 0;
}

.sr-footer-01 .footer-copyright__text p,
.sr-footer-01 .footer-copyright__text span,
.sr-footer-01 .footer-copyright__text .small {
  margin: 0;
}

.sr-footer-01 .footer-copyright__text .small,
.sr-footer-01 .footer-copyright__links {
  font-size: 14px;
  line-height: 1.4;
}

.sr-footer-01 .footer-copyright__links {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  flex-wrap: wrap;
  gap: 40px;
}

.sr-footer-01 .footer-copyright__links a {
  display: inline-block;
  color: #75939b !important;
  text-decoration: none;
  cursor: pointer;
  pointer-events: auto;
  transition: color 0.2s ease;
}

.sr-footer-01 .footer-copyright__links a:hover {
  color: #166CB1 !important;
  text-decoration: none;
}

@media (max-width: 767px) {
  .sr-footer-01 .footer-copyright__inner {
    flex-direction: column;
    align-items: flex-start;
  }

  .sr-footer-01 .footer-copyright__links {
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    width: 100%;
    gap: 12px;
  }

  .sr-footer-01 .footer-copyright__links a {
    display: block;
    width: auto;
  }
    .sr-footer-01 .footer-security {
    max-width: 250px;
  }
}
}