.footer {
  background-color: var(--primary-color);
  padding-top: 0;
  color: #ffffff;
}

.footer-wave-container {
  width: 100%;
  line-height: 0;
  background-color: var(--primary-color);
}

.footer-wave-container svg {
  display: block;
  height: 70px;
}

.footer-container {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  padding: 50px 0;
  max-width: 1200px;
  margin: 0 auto;
}

.logo {
  width: 180px;
  margin-bottom: 15px;
}

.footer-column h3.title {
  font-size: 1.1rem;
  font-weight: 700;
  margin-bottom: 8px;
}

.footer-link-divider {
  width: 35px;
  height: 2px;
  background-color: #ffffff;
  margin-bottom: 20px;
}

.about-us-section {
  flex: 0 1 350px;
}

.contact-list {
  list-style: none;
  padding: 0;
}

.contact-list li {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 15px;
}

.arrow-icon {
  width: 18px;
  height: 18px;
}

.footer-icon {
  width: 24px;
  height: 24px;
}

.contact-list a {
  text-decoration: none;
  color: #ffffff;
  font-size: 1.1rem;
  font-weight: 500;
}

.social-icons {
  display: flex;
  gap: 12px;
}

.social-icons img {
  width: 35px;
  height: 35px;
}

.footer-bottom {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 10px 0;
  max-width: 1200px;
  margin: 0 auto;
  font-size: 0.85rem;
  color: #666;
}

.cl {
  color: #3973b7;
  font-weight: bold;
}
.tech {
  color: #b11f3e;
  font-weight: bold;
}

@media (max-width: 992px) {
  .footer-container {
    flex-direction: column;
    gap: 40px;
    padding-left: 20px;
  }
  .about-us-section {
    flex: 0;
  }
  .footer-bottom {
    flex-direction: column;
    text-align: center;
    gap: 10px;
  }
}
