.footer-wrapper {
  margin: 0;
  padding: 0;
}

.footer-container {
  max-width: 1440px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  gap: 40px;
}

.footer-top {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: start;
  flex-wrap: wrap;
  gap: 40px;
  width: 100%;
}

.footer-logo-text {
  display: flex;
  flex-direction: column;
  gap: 20px;
  max-width: 240px;
}

.footer-logo {
/*   max-width: 100%;
  height: auto;
  margin-bottom: 48px; */
}

.footer-description {
  line-height: 1.4;
  margin-top: 1rem;
}

.footer-center {
}

.footer-links {
  display: flex;
  justify-content: center;
  flex-direction: column;
  gap: 20px;
}

.footer-contact {
  display: flex;
  flex-direction: column;
  gap: 16px;
  margin-bottom: 4.5rem;
}

.footer-communication {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
}

.footer-phone,
.footer-email {
  display: flex;
  align-items: center;
  gap: 12px;
}

.footer-link-no-style {
  text-decoration: none;
  color: inherit;
}

.footer-link-no-style:hover {
  text-decoration: none;
  color: inherit;
}

.footer-divider {
  width: 100%;
}

.footer-bottom {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 20px;
  width: 100%;
}

.footer-socials {
  display: flex;
  gap: 10px;
  justify-content: space-between;
  align-items: center;
  width: 100%;
}

.footer-socials img {
  width: 24px;
  height: 24px;
}

.footer-copy {
}

/* Responsive */
/* @media (max-width: 1024px) {
  .footer-container {
    background: red;
  }
  
  .footer-top {
    flex-direction: column;
    align-items: center;
  }
  .footer-contact {
    align-items: center;
  }
} */

@media (max-width: 767px) {
  .footer-wrapper {
/*     padding: 2rem 1rem; */
  }
  
  .footer-container {
    gap: 2rem;
  }
  
  .footer-top {
    display: grid;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
    gap: 2rem;
  }
  
  .footer-logo-text {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    max-width: 100%;
/*     max-width: none; /* Remove desktop max-width constraint */ */
/*     justify-self: center; /* Centers the logo section */ */
    text-align: center; /* Centers content within the section */
    gap: 1rem;
    margin: 0 auto;
  }
  
  .footer-logo-text img {
    justify-content: center;
    max-width: none;
    margin-bottom: 2rem;
    margin-right: 7.5rem;
/*     background: red; */
  }
  
  .footer-logo {
  }

  .footer-description {
/*     font-size: 0.9rem; */
    line-height: 1.5;
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
/*     width: 100%; */
/*     gap: 1rem; */
/*     background: yellow; */
  }
  
  .footer-center {
    text-align: center;
  }
  
  .footer-links {
    justify-content: flex-start; /* Left-align links on mobile */
    gap: 1rem;
  }
  
  .footer-communication {
    align-items: center; /* Left-align contact info */
  }
  
  .footer-contact {
    gap: 0rem;
    margin-bottom: 4rem;
    align-items: center;
  }
  
  .footer-phone,
  .footer-email {
    padding: 0.5rem 0; /* Add touch-friendly padding */
  }
  
  .footer-bottom {
    flex-direction: column;
    align-items: center;
    gap: 1.5rem;
  }
  
  .footer-socials {
    justify-content: space-between;
    width: 100%;
/*     gap: 5rem; Larger gaps for easier touch */
  }
  
  .footer-socials img {
    width: 32px; /* Larger touch targets */
    height: 32px;
  }
  
  .footer-copy {
    text-align: center;
/*     font-size: 0.8rem; */
  }
}

/* Tablet Styles (768px to 1023px) */
@media (min-width: 768px) and (max-width: 1023px) {
  .footer-wrapper {
    padding: 2.5rem 1.5rem;
  }
  
  .footer-container {
    gap: 2rem;
    display: flex;
    flex-direction: column;
  }
  
  .footer-top {
    flex-direction: row;
    flex-wrap: wrap;
    gap: 2rem;
    
  }
  
  .footer-logo-text {
    flex: 1 1 300px; /* Flexible with minimum width */
/*     max-width: 320px; */
    width: 100%;
  }
  
  .footer-logo {
    max-width: 200px;
    margin-bottom: 2rem;
  }
  
  .footer-center {
    flex: 0 1 auto;
    min-width: 180px;
    order: 0; /* Reset mobile order */
/*     width: 100%; */
    text-align: right;
  }
  
  .footer-communication {
    flex: 1 1 250px;
    align-items: flex-end;
    max-width: 320px;
    order: 0; /* Reset mobile order */
  }
  
  .footer-contact {
    margin-bottom: 4.5rem;
  }
  
  .footer-bottom {
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
  }
  
  .footer-socials {
    justify-content: space-between;
    width: 100%;
  }
  
  .footer-socials img {
    width: 28px;
    height: 28px;
  }
  
  .footer-copy {
    text-align: center;
    width: 100%;
/*     font-size: 0.85rem; */
  }
}

@media (max-width: 480px) {
  .footer-wrapper {
  }

  .footer-container {
    max-width: none;
    margin: 0;
    display: flex;
    flex-direction: column;
    width: 100%;
/*     gap: 10px; */
  }

  .footer-top {
    display: flex;
    flex-direction: row;
/*     justify-content: space-around; */
    align-items: center;
    flex-wrap: wrap;
/*     gap: 40px; */
    width: 100%;
/*     background: red; */
    padding: 0;
    margin: 0;
  }

  .footer-logo-text {
    display: flex;
    flex-direction: column;
/*     gap: 20px; */
    max-width: none;
  }

  .footer-logo {
  /*   max-width: 100%;
    height: auto;
    margin-bottom: 48px; */
    max-width: 100%;
    height: auto;
  }

  .footer-description {
    line-height: 1.4;
    margin-top: 0.5rem;
  }

  .footer-center {
    width: 100%;
  }

  .footer-links {
    display: flex;
    justify-content: center;
    flex-direction: column;
/*     gap: 20px; */
  }

  .footer-contact {
    display: flex;
    flex-direction: column;
/*     gap: 16px; */
    margin-bottom: 2.5rem;
    width: 100%;
  }

  .footer-communication {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
  }

  .footer-phone,
  .footer-email {
    display: flex;
    align-items: center;
/*     gap: 12px; */
  }

  .footer-link-no-style {
    text-decoration: none;
    color: inherit;
  }

  .footer-link-no-style:hover {
    text-decoration: none;
    color: inherit;
  }

  .footer-divider {
    width: 100%;
  }

  .footer-bottom {
    display: flex;
    flex-direction: column;
    align-items: center;
/*     gap: 20px; */
    width: 100%;
  }

  .footer-socials {
    display: flex;
/*     gap: 10px; */
    justify-content: space-between;
    align-items: center;
    width: 100%;
  }

  .footer-socials img {
    width: 24px;
    height: 24px;
  }

  .footer-copy {
  }
}