.site-footer {
  background-color: #ffffff;
  color: var(--font-clr);
  padding: 40px 24px 24px;
  font-size: 14px;
  border-top: 1px solid var(--hr-divider);
}
.footer-list-about{
    max-width: 206px;
    width: 150px; 
    position: relative;
}
.footer-inner {
  max-width: 900px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
}
.footer-brand-logged-in{
  justify-content: center !important;
}
.footer-top {
  display: flex;
  justify-content: space-between;
  gap: 25px;
}
  .hr-divider{
    display: block;
    border: 1px solid var(--hr-divider);
    width: 100%;
    }
.btn-join.footer{
    background-color: var(--pink);
    color: white;
    font-weight: 600;
    border-radius: 999px;
    border: none;
    cursor: pointer;
    width: 80%;
    height: 40px;
}
.footer-logo{
      align-items: center;
    display: flex;
    flex-direction: column;
}
.footer-brand {
    flex: 1;
    display: flex;
    align-items: center;
    height: fit-content;
    gap: 25px;
}

.footer-logo img {
  height: 65px;
  width: auto;
  display: block;
}
.cta-footer-wr{
    align-items: center;
    text-align: center;  
    max-width: 220px;
}
.cta-sub{
  margin-bottom: 10px;
}
.footer-nav {
  display: flex;
  flex-wrap: nowrap;
    justify-content: space-between;
    width: 60%;
}
.badge {
  display: inline-flex;
  align-items: center;
  padding: 4px 10px;
  border-radius: 999px;
  font-size: clamp(11px, 1.4vw, 13px);
  letter-spacing: 0.06em;
  text-transform: uppercase;
  font-weight: 700;
  background: var(--pink);
  color: white;
}
.feedback-li{
  margin-top: 5px;
  position: absolute;
  width: 300px;
}
@media (max-width: 500px){
   .footer-logo img {
  height: 100px;
  width: auto;
  display: block;
}
  .footer-copy{
    margin: 0 !important;  
  }
  .site-footer{
    padding: 20px 24px 24px; 
  }
  .footer-nav{
    gap: 15px;
    flex-wrap: nowrap;
    flex-direction: column;
    margin-bottom: 10px;
width: 100%;
  }
  .footer-heading{
    margin: 0 0 5px;

  }
  .footer-list-about{
    width: 190px;
  }
  .footer-bottom{
    margin-top: 0px !important;
    margin-bottom: 40px;
  }
  .site-footer .font{
   font-size: 13px; 
  }
  .site-footer h3 {
    font-size: 16px !important;
  }
  .footer-top{
    flex-direction: column;
    gap: 15px;
  }
  .footer-heading{
    margin: 0 0 5px;
  }
  .footer-top .hr-divider{
    display: none !important;
  }
  .feedback-li{
    position: relative;
  }
}
.footer-column {
  min-width: 160px;
}

.footer-heading {
  margin: 0 0 12px;
  font-size: 16px;
  font-weight: 700;
  color: var(--pink); 
}

.footer-list {
  list-style: none;
  margin: 0;
  padding: 0;
}

.footer-list li + li {
  margin-top: 8px;
}

.footer-list a {
  color: var(--font-clr);
  text-decoration: none;
}

.footer-list a:hover,
.footer-list a:focus-visible {
  text-decoration: underline;
}

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

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

.footer-social-link {
  width: 32px;
  height: 32px;
  border-radius: 4px;
  border: 1px solid var(--font-clr);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  color: var(--font-clr);
  font-size: 14px;
}

.footer-social-link:hover,
.footer-social-link:focus-visible {
  background-color: var(--font-clr);
  color: #ffffff;
}

.footer-copy {
  margin: 0 0 0 auto;
  font-size: 12px;
  color: var(--font-clr);
  text-align: right;
}

.footer-copy a {
  color: var(--font-clr);
  text-decoration: underline;
}

@media (min-width: 501px) and (max-width: 768px) {
 .footer-logo img {
  height: 100px;
  width: auto;
  display: block;
}
  .footer-top{
    flex-direction: column;
    gap: 30px;
  }
  .footer-nav{
      justify-content: space-between;
      gap: 0px;
  }
  .footer-nav{
    width: 100%;
  }
  .footer-brand{
    justify-content: center;
  }
  .site-footer{
    padding-top: 25px !important;  
  }
  .feedback-li{
    margin-top: 5px;
    position: absolute;
    width: 409px;
  }
  .footer-top .hr-divider{
    display: block !important;
    margin-top: -10px;
    margin-bottom: -10px;
  }
}
