.footer {
    background: #111827;
    color: #d1d5db;
    padding: 50px 70px 30px;
  }
  
  .footer__top {
    display: grid;
    grid-template-columns: 1.5fr 1fr 1fr 1fr;
    gap: 20px;
    margin-bottom: 40px;
  }
  
  .footer__brand h3 {
    color: #ffffff;
    font-size: 20px;
    font-weight: 800;
    margin-bottom: 12px;
  }
  
  .footer__brand p {
    font-size: 13.5px;
    line-height: 1.6;
    color: #9ca3af;
    max-width: 280px;
  }
  
  .footer__col h4 {
    color: #ffffff;
    font-size: 14px;
    font-weight: 700;
    margin-bottom: 16px;
    margin-left:1.8rem;
  }
  
  .footer__col ul {
    list-style: none;
  }
  
  .footer__col ul li {
    margin-bottom: 10px;
  }
  
  .footer__col ul li a {
    color: #9ca3af;
    text-decoration: none;
    font-size: 13.5px;
    transition: color 0.2s ease;
  }
  
  .footer__col ul li a:hover {
    color: #ffffff;
  }
  
  .footer__bottom {
    border-top: 1px solid #1f2937;
    padding-top: 20px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    gap: 10px;
    font-size: 12.5px;
    color: #6b7280;
  }

.contact-item {
  display: flex;
  align-items: center;
  gap: 12px;
list-style: none;
  padding: 0;
  margin: 0;
}

.contact-icon {
  color: #3b82f6; /* Icon color */
  font-size: 18px;
  width: 20px;
  text-align: center;
}

.contact-item a {
  color: #cbd5e1;
  text-decoration: none;
  font-size: 15px;
  font-family: Arial, sans-serif;
  transition: color 0.2s ease;
}

.contact-item a:hover {
  color: #ffffff;
}

ul {
  list-style: none; /* Removes the bullet point symbols */
  padding: 0;       /* Removes default left indentation */
  margin: 0;
    padding-left: 2rem;
}

.contact-item a {
  display: flex;
  align-items: center;
  gap: 8px;
  white-space: nowrap;
}

.contact-item a {
  display: flex;
  align-items: center;
  gap: 8px;
  white-space: nowrap;
margin-top: 1rem;
}
  
  @media (max-width: 900px) {
    .footer {
padding: 35px 13px 6px;
    }

ul {
  list-style: none; /* Removes the bullet point symbols */
  padding: 0;       /* Removes default left indentation */
  margin: 0;
}
  
    .footer__top {
      grid-template-columns: 1fr 1fr;
    }
.footer__col h4 {
    margin-left: 1.7rem
}
.contact-item {
  display: flex;
  align-items: center;
  gap: 12px;
}

.contact-icon {
  color: #3b82f6; /* Icon color */
  font-size: 18px;
  width: 20px;
  text-align: center;
}

.contact-item a {
  color: #cbd5e1;
  text-decoration: none;
  font-size: 15px;
  font-family: Arial, sans-serif;
  transition: color 0.2s ease;
}

.contact-item a:hover {
  color: #ffffff;
}

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

ul {
    padding-left: 1rem;
}

.contact-item a {
  display: flex;
  align-items: center;
  gap: 8px;
  white-space: nowrap;
}

.contact-item a {
  display: flex;
  align-items: center;
  gap: 8px;
  white-space: nowrap;
margin-top: 1rem;
}
  }
  
